@kriston-ai/kst-im-cli 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +78 -78
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,120 +1,120 @@
1
1
  #!/usr/bin/env node
2
2
  import{createRequire}from"module";const require=createRequire(import.meta.url);
3
- var RE=Object.create;var Zs=Object.defineProperty;var TE=Object.getOwnPropertyDescriptor;var $E=Object.getOwnPropertyNames;var kE=Object.getPrototypeOf,IE=Object.prototype.hasOwnProperty;var P=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,n)=>(typeof require<"u"?require:e)[n]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var x=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),jE=(t,e)=>{for(var n in e)Zs(t,n,{get:e[n],enumerable:!0})},NE=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of $E(e))!IE.call(t,i)&&i!==n&&Zs(t,i,{get:()=>e[i],enumerable:!(r=TE(e,i))||r.enumerable});return t};var ae=(t,e,n)=>(n=t!=null?RE(kE(t)):{},NE(e||!t||!t.__esModule?Zs(n,"default",{value:t,enumerable:!0}):n,t));var tr=x(eo=>{var ri=class extends Error{constructor(e,n,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=n,this.exitCode=e,this.nestedError=void 0}},Qs=class extends ri{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};eo.CommanderError=ri;eo.InvalidArgumentError=Qs});var ii=x(no=>{var{InvalidArgumentError:LE}=tr(),to=class{constructor(e,n){switch(this.description=n||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case"<":this.required=!0,this._name=e.slice(1,-1);break;case"[":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e;break}this._name.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,n){return n===this.defaultValue||!Array.isArray(n)?[e]:n.concat(e)}default(e,n){return this.defaultValue=e,this.defaultValueDescription=n,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(n,r)=>{if(!this.argChoices.includes(n))throw new LE(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(n,r):n},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function PE(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}no.Argument=to;no.humanReadableArgName=PE});var io=x(Gc=>{var{humanReadableArgName:qE}=ii(),ro=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(e){let n=e.commands.filter(i=>!i._hidden),r=e._getHelpCommand();return r&&!r._hidden&&n.push(r),this.sortSubcommands&&n.sort((i,o)=>i.name().localeCompare(o.name())),n}compareOptions(e,n){let r=i=>i.short?i.short.replace(/^-/,""):i.long.replace(/^--/,"");return r(e).localeCompare(r(n))}visibleOptions(e){let n=e.options.filter(i=>!i.hidden),r=e._getHelpOption();if(r&&!r.hidden){let i=r.short&&e._findOption(r.short),o=r.long&&e._findOption(r.long);!i&&!o?n.push(r):r.long&&!o?n.push(e.createOption(r.long,r.description)):r.short&&!i&&n.push(e.createOption(r.short,r.description))}return this.sortOptions&&n.sort(this.compareOptions),n}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let n=[];for(let r=e.parent;r;r=r.parent){let i=r.options.filter(o=>!o.hidden);n.push(...i)}return this.sortOptions&&n.sort(this.compareOptions),n}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(n=>{n.description=n.description||e._argsDescription[n.name()]||""}),e.registeredArguments.find(n=>n.description)?e.registeredArguments:[]}subcommandTerm(e){let n=e.registeredArguments.map(r=>qE(r)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(n?" "+n:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,n){return n.visibleCommands(e).reduce((r,i)=>Math.max(r,n.subcommandTerm(i).length),0)}longestOptionTermLength(e,n){return n.visibleOptions(e).reduce((r,i)=>Math.max(r,n.optionTerm(i).length),0)}longestGlobalOptionTermLength(e,n){return n.visibleGlobalOptions(e).reduce((r,i)=>Math.max(r,n.optionTerm(i).length),0)}longestArgumentTermLength(e,n){return n.visibleArguments(e).reduce((r,i)=>Math.max(r,n.argumentTerm(i).length),0)}commandUsage(e){let n=e._name;e._aliases[0]&&(n=n+"|"+e._aliases[0]);let r="";for(let i=e.parent;i;i=i.parent)r=i.name()+" "+r;return r+n+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let n=[];return e.argChoices&&n.push(`choices: ${e.argChoices.map(r=>JSON.stringify(r)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&n.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&n.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&n.push(`env: ${e.envVar}`),n.length>0?`${e.description} (${n.join(", ")})`:e.description}argumentDescription(e){let n=[];if(e.argChoices&&n.push(`choices: ${e.argChoices.map(r=>JSON.stringify(r)).join(", ")}`),e.defaultValue!==void 0&&n.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),n.length>0){let r=`(${n.join(", ")})`;return e.description?`${e.description} ${r}`:r}return e.description}formatHelp(e,n){let r=n.padWidth(e,n),i=n.helpWidth||80,o=2,s=2;function a(d,f){if(f){let h=`${d.padEnd(r+s)}${f}`;return n.wrap(h,i-o,r+s)}return d}function l(d){return d.join(`
3
+ var TE=Object.create;var eo=Object.defineProperty;var $E=Object.getOwnPropertyDescriptor;var kE=Object.getOwnPropertyNames;var IE=Object.getPrototypeOf,jE=Object.prototype.hasOwnProperty;var L=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,n)=>(typeof require<"u"?require:e)[n]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var x=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),NE=(t,e)=>{for(var n in e)eo(t,n,{get:e[n],enumerable:!0})},PE=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of kE(e))!jE.call(t,i)&&i!==n&&eo(t,i,{get:()=>e[i],enumerable:!(r=$E(e,i))||r.enumerable});return t};var ae=(t,e,n)=>(n=t!=null?TE(IE(t)):{},PE(e||!t||!t.__esModule?eo(n,"default",{value:t,enumerable:!0}):n,t));var nr=x(no=>{var si=class extends Error{constructor(e,n,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=n,this.exitCode=e,this.nestedError=void 0}},to=class extends si{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};no.CommanderError=si;no.InvalidArgumentError=to});var oi=x(io=>{var{InvalidArgumentError:LE}=nr(),ro=class{constructor(e,n){switch(this.description=n||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case"<":this.required=!0,this._name=e.slice(1,-1);break;case"[":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e;break}this._name.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,n){return n===this.defaultValue||!Array.isArray(n)?[e]:n.concat(e)}default(e,n){return this.defaultValue=e,this.defaultValueDescription=n,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(n,r)=>{if(!this.argChoices.includes(n))throw new LE(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(n,r):n},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function qE(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}io.Argument=ro;io.humanReadableArgName=qE});var oo=x(Vc=>{var{humanReadableArgName:ME}=oi(),so=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(e){let n=e.commands.filter(i=>!i._hidden),r=e._getHelpCommand();return r&&!r._hidden&&n.push(r),this.sortSubcommands&&n.sort((i,o)=>i.name().localeCompare(o.name())),n}compareOptions(e,n){let r=i=>i.short?i.short.replace(/^-/,""):i.long.replace(/^--/,"");return r(e).localeCompare(r(n))}visibleOptions(e){let n=e.options.filter(i=>!i.hidden),r=e._getHelpOption();if(r&&!r.hidden){let i=r.short&&e._findOption(r.short),o=r.long&&e._findOption(r.long);!i&&!o?n.push(r):r.long&&!o?n.push(e.createOption(r.long,r.description)):r.short&&!i&&n.push(e.createOption(r.short,r.description))}return this.sortOptions&&n.sort(this.compareOptions),n}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let n=[];for(let r=e.parent;r;r=r.parent){let i=r.options.filter(o=>!o.hidden);n.push(...i)}return this.sortOptions&&n.sort(this.compareOptions),n}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(n=>{n.description=n.description||e._argsDescription[n.name()]||""}),e.registeredArguments.find(n=>n.description)?e.registeredArguments:[]}subcommandTerm(e){let n=e.registeredArguments.map(r=>ME(r)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(n?" "+n:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,n){return n.visibleCommands(e).reduce((r,i)=>Math.max(r,n.subcommandTerm(i).length),0)}longestOptionTermLength(e,n){return n.visibleOptions(e).reduce((r,i)=>Math.max(r,n.optionTerm(i).length),0)}longestGlobalOptionTermLength(e,n){return n.visibleGlobalOptions(e).reduce((r,i)=>Math.max(r,n.optionTerm(i).length),0)}longestArgumentTermLength(e,n){return n.visibleArguments(e).reduce((r,i)=>Math.max(r,n.argumentTerm(i).length),0)}commandUsage(e){let n=e._name;e._aliases[0]&&(n=n+"|"+e._aliases[0]);let r="";for(let i=e.parent;i;i=i.parent)r=i.name()+" "+r;return r+n+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let n=[];return e.argChoices&&n.push(`choices: ${e.argChoices.map(r=>JSON.stringify(r)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&n.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&n.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&n.push(`env: ${e.envVar}`),n.length>0?`${e.description} (${n.join(", ")})`:e.description}argumentDescription(e){let n=[];if(e.argChoices&&n.push(`choices: ${e.argChoices.map(r=>JSON.stringify(r)).join(", ")}`),e.defaultValue!==void 0&&n.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),n.length>0){let r=`(${n.join(", ")})`;return e.description?`${e.description} ${r}`:r}return e.description}formatHelp(e,n){let r=n.padWidth(e,n),i=n.helpWidth||80,o=2,s=2;function a(d,f){if(f){let h=`${d.padEnd(r+s)}${f}`;return n.wrap(h,i-o,r+s)}return d}function l(d){return d.join(`
4
4
  `).replace(/^/gm," ".repeat(o))}let c=[`Usage: ${n.commandUsage(e)}`,""],u=n.commandDescription(e);u.length>0&&(c=c.concat([n.wrap(u,i,0),""]));let p=n.visibleArguments(e).map(d=>a(n.argumentTerm(d),n.argumentDescription(d)));p.length>0&&(c=c.concat(["Arguments:",l(p),""]));let m=n.visibleOptions(e).map(d=>a(n.optionTerm(d),n.optionDescription(d)));if(m.length>0&&(c=c.concat(["Options:",l(m),""])),this.showGlobalOptions){let d=n.visibleGlobalOptions(e).map(f=>a(n.optionTerm(f),n.optionDescription(f)));d.length>0&&(c=c.concat(["Global Options:",l(d),""]))}let D=n.visibleCommands(e).map(d=>a(n.subcommandTerm(d),n.subcommandDescription(d)));return D.length>0&&(c=c.concat(["Commands:",l(D),""])),c.join(`
5
5
  `)}padWidth(e,n){return Math.max(n.longestOptionTermLength(e,n),n.longestGlobalOptionTermLength(e,n),n.longestSubcommandTermLength(e,n),n.longestArgumentTermLength(e,n))}wrap(e,n,r,i=40){let o=" \\f\\t\\v\xA0\u1680\u2000-\u200A\u202F\u205F\u3000\uFEFF",s=new RegExp(`[\\n][${o}]+`);if(e.match(s))return e;let a=n-r;if(a<i)return e;let l=e.slice(0,r),c=e.slice(r).replace(`\r
6
6
  `,`
7
7
  `),u=" ".repeat(r),m="\\s\u200B",D=new RegExp(`
8
8
  |.{1,${a-1}}([${m}]|$)|[^${m}]+?([${m}]|$)`,"g"),d=c.match(D)||[];return l+d.map((f,h)=>f===`
9
9
  `?"":(h>0?u:"")+f.trimEnd()).join(`
10
- `)}};Gc.Help=ro});var uo=x(ao=>{var{InvalidArgumentError:ME}=tr(),so=class{constructor(e,n){this.flags=e,this.description=n||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let r=HE(e);this.short=r.shortFlag,this.long=r.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0}default(e,n){return this.defaultValue=e,this.defaultValueDescription=n,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let n=e;return typeof e=="string"&&(n={[e]:!0}),this.implied=Object.assign(this.implied||{},n),this}env(e){return this.envVar=e,this}argParser(e){return this.parseArg=e,this}makeOptionMandatory(e=!0){return this.mandatory=!!e,this}hideHelp(e=!0){return this.hidden=!!e,this}_concatValue(e,n){return n===this.defaultValue||!Array.isArray(n)?[e]:n.concat(e)}choices(e){return this.argChoices=e.slice(),this.parseArg=(n,r)=>{if(!this.argChoices.includes(n))throw new ME(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(n,r):n},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return UE(this.name().replace(/^no-/,""))}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},oo=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(n=>{n.negate?this.negativeOptions.set(n.attributeName(),n):this.positiveOptions.set(n.attributeName(),n)}),this.negativeOptions.forEach((n,r)=>{this.positiveOptions.has(r)&&this.dualOptions.add(r)})}valueFromOption(e,n){let r=n.attributeName();if(!this.dualOptions.has(r))return!0;let i=this.negativeOptions.get(r).presetArg,o=i!==void 0?i:!1;return n.negate===(o===e)}};function UE(t){return t.split("-").reduce((e,n)=>e+n[0].toUpperCase()+n.slice(1))}function HE(t){let e,n,r=t.split(/[ |,]+/);return r.length>1&&!/^[[<]/.test(r[1])&&(e=r.shift()),n=r.shift(),!e&&/^-[^-]$/.test(n)&&(e=n,n=void 0),{shortFlag:e,longFlag:n}}ao.Option=so;ao.DualOptions=oo});var Yc=x(Vc=>{function WE(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let n=[];for(let r=0;r<=t.length;r++)n[r]=[r];for(let r=0;r<=e.length;r++)n[0][r]=r;for(let r=1;r<=e.length;r++)for(let i=1;i<=t.length;i++){let o=1;t[i-1]===e[r-1]?o=0:o=1,n[i][r]=Math.min(n[i-1][r]+1,n[i][r-1]+1,n[i-1][r-1]+o),i>1&&r>1&&t[i-1]===e[r-2]&&t[i-2]===e[r-1]&&(n[i][r]=Math.min(n[i][r],n[i-2][r-2]+1))}return n[t.length][e.length]}function zE(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let n=t.startsWith("--");n&&(t=t.slice(2),e=e.map(s=>s.slice(2)));let r=[],i=3,o=.4;return e.forEach(s=>{if(s.length<=1)return;let a=WE(t,s),l=Math.max(t.length,s.length);(l-a)/l>o&&(a<i?(i=a,r=[s]):a===i&&r.push(s))}),r.sort((s,a)=>s.localeCompare(a)),n&&(r=r.map(s=>`--${s}`)),r.length>1?`
10
+ `)}};Vc.Help=so});var lo=x(co=>{var{InvalidArgumentError:UE}=nr(),ao=class{constructor(e,n){this.flags=e,this.description=n||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let r=WE(e);this.short=r.shortFlag,this.long=r.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0}default(e,n){return this.defaultValue=e,this.defaultValueDescription=n,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let n=e;return typeof e=="string"&&(n={[e]:!0}),this.implied=Object.assign(this.implied||{},n),this}env(e){return this.envVar=e,this}argParser(e){return this.parseArg=e,this}makeOptionMandatory(e=!0){return this.mandatory=!!e,this}hideHelp(e=!0){return this.hidden=!!e,this}_concatValue(e,n){return n===this.defaultValue||!Array.isArray(n)?[e]:n.concat(e)}choices(e){return this.argChoices=e.slice(),this.parseArg=(n,r)=>{if(!this.argChoices.includes(n))throw new UE(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(n,r):n},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return HE(this.name().replace(/^no-/,""))}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},uo=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(n=>{n.negate?this.negativeOptions.set(n.attributeName(),n):this.positiveOptions.set(n.attributeName(),n)}),this.negativeOptions.forEach((n,r)=>{this.positiveOptions.has(r)&&this.dualOptions.add(r)})}valueFromOption(e,n){let r=n.attributeName();if(!this.dualOptions.has(r))return!0;let i=this.negativeOptions.get(r).presetArg,o=i!==void 0?i:!1;return n.negate===(o===e)}};function HE(t){return t.split("-").reduce((e,n)=>e+n[0].toUpperCase()+n.slice(1))}function WE(t){let e,n,r=t.split(/[ |,]+/);return r.length>1&&!/^[[<]/.test(r[1])&&(e=r.shift()),n=r.shift(),!e&&/^-[^-]$/.test(n)&&(e=n,n=void 0),{shortFlag:e,longFlag:n}}co.Option=ao;co.DualOptions=uo});var Kc=x(Yc=>{function zE(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let n=[];for(let r=0;r<=t.length;r++)n[r]=[r];for(let r=0;r<=e.length;r++)n[0][r]=r;for(let r=1;r<=e.length;r++)for(let i=1;i<=t.length;i++){let o=1;t[i-1]===e[r-1]?o=0:o=1,n[i][r]=Math.min(n[i-1][r]+1,n[i][r-1]+1,n[i-1][r-1]+o),i>1&&r>1&&t[i-1]===e[r-2]&&t[i-2]===e[r-1]&&(n[i][r]=Math.min(n[i][r],n[i-2][r-2]+1))}return n[t.length][e.length]}function GE(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let n=t.startsWith("--");n&&(t=t.slice(2),e=e.map(s=>s.slice(2)));let r=[],i=3,o=.4;return e.forEach(s=>{if(s.length<=1)return;let a=zE(t,s),l=Math.max(t.length,s.length);(l-a)/l>o&&(a<i?(i=a,r=[s]):a===i&&r.push(s))}),r.sort((s,a)=>s.localeCompare(a)),n&&(r=r.map(s=>`--${s}`)),r.length>1?`
11
11
  (Did you mean one of ${r.join(", ")}?)`:r.length===1?`
12
- (Did you mean ${r[0]}?)`:""}Vc.suggestSimilar=zE});var Qc=x(Zc=>{var GE=P("node:events").EventEmitter,co=P("node:child_process"),bt=P("node:path"),lo=P("node:fs"),De=P("node:process"),{Argument:VE,humanReadableArgName:YE}=ii(),{CommanderError:po}=tr(),{Help:KE}=io(),{Option:Kc,DualOptions:JE}=uo(),{suggestSimilar:Jc}=Yc(),Do=class t extends GE{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!0,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._outputConfiguration={writeOut:n=>De.stdout.write(n),writeErr:n=>De.stderr.write(n),getOutHelpWidth:()=>De.stdout.isTTY?De.stdout.columns:void 0,getErrHelpWidth:()=>De.stderr.isTTY?De.stderr.columns:void 0,outputError:(n,r)=>r(n)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={}}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){let e=[];for(let n=this;n;n=n.parent)e.push(n);return e}command(e,n,r){let i=n,o=r;typeof i=="object"&&i!==null&&(o=i,i=null),o=o||{};let[,s,a]=e.match(/([^ ]+) *(.*)/),l=this.createCommand(s);return i&&(l.description(i),l._executableHandler=!0),o.isDefault&&(this._defaultCommandName=l._name),l._hidden=!!(o.noHelp||o.hidden),l._executableFile=o.executableFile||null,a&&l.arguments(a),this._registerCommand(l),l.parent=this,l.copyInheritedSettings(this),i?this:l}createCommand(e){return new t(e)}createHelp(){return Object.assign(new KE,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(Object.assign(this._outputConfiguration,e),this)}showHelpAfterError(e=!0){return typeof e!="string"&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,n){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
13
- - specify the name in Command constructor or using .name()`);return n=n||{},n.isDefault&&(this._defaultCommandName=e._name),(n.noHelp||n.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,n){return new VE(e,n)}argument(e,n,r,i){let o=this.createArgument(e,n);return typeof r=="function"?o.default(i).argParser(r):o.default(r),this.addArgument(o),this}arguments(e){return e.trim().split(/ +/).forEach(n=>{this.argument(n)}),this}addArgument(e){let n=this.registeredArguments.slice(-1)[0];if(n&&n.variadic)throw new Error(`only the last argument can be variadic '${n.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,n){if(typeof e=="boolean")return this._addImplicitHelpCommand=e,this;e=e??"help [command]";let[,r,i]=e.match(/([^ ]+) *(.*)/),o=n??"display help for command",s=this.createCommand(r);return s.helpOption(!1),i&&s.arguments(i),o&&s.description(o),this._addImplicitHelpCommand=!0,this._helpCommand=s,this}addHelpCommand(e,n){return typeof e!="object"?(this.helpCommand(e,n),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,n){let r=["preSubcommand","preAction","postAction"];if(!r.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
14
- Expecting one of '${r.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(n):this._lifeCycleHooks[e]=[n],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=n=>{if(n.code!=="commander.executeSubCommandAsync")throw n},this}_exit(e,n,r){this._exitCallback&&this._exitCallback(new po(e,n,r)),De.exit(e)}action(e){let n=r=>{let i=this.registeredArguments.length,o=r.slice(0,i);return this._storeOptionsAsProperties?o[i]=this:o[i]=this.opts(),o.push(this),e.apply(this,o)};return this._actionHandler=n,this}createOption(e,n){return new Kc(e,n)}_callParseArg(e,n,r,i){try{return e.parseArg(n,r)}catch(o){if(o.code==="commander.invalidArgument"){let s=`${i} ${o.message}`;this.error(s,{exitCode:o.exitCode,code:o.code})}throw o}}_registerOption(e){let n=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(n){let r=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${r}'
15
- - already used by option '${n.flags}'`)}this.options.push(e)}_registerCommand(e){let n=i=>[i.name()].concat(i.aliases()),r=n(e).find(i=>this._findCommand(i));if(r){let i=n(this._findCommand(r)).join("|"),o=n(e).join("|");throw new Error(`cannot add command '${o}' as already have command '${i}'`)}this.commands.push(e)}addOption(e){this._registerOption(e);let n=e.name(),r=e.attributeName();if(e.negate){let o=e.long.replace(/^--no-/,"--");this._findOption(o)||this.setOptionValueWithSource(r,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(r,e.defaultValue,"default");let i=(o,s,a)=>{o==null&&e.presetArg!==void 0&&(o=e.presetArg);let l=this.getOptionValue(r);o!==null&&e.parseArg?o=this._callParseArg(e,o,l,s):o!==null&&e.variadic&&(o=e._concatValue(o,l)),o==null&&(e.negate?o=!1:e.isBoolean()||e.optional?o=!0:o=""),this.setOptionValueWithSource(r,o,a)};return this.on("option:"+n,o=>{let s=`error: option '${e.flags}' argument '${o}' is invalid.`;i(o,s,"cli")}),e.envVar&&this.on("optionEnv:"+n,o=>{let s=`error: option '${e.flags}' value '${o}' from env '${e.envVar}' is invalid.`;i(o,s,"env")}),this}_optionEx(e,n,r,i,o){if(typeof n=="object"&&n instanceof Kc)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let s=this.createOption(n,r);if(s.makeOptionMandatory(!!e.mandatory),typeof i=="function")s.default(o).argParser(i);else if(i instanceof RegExp){let a=i;i=(l,c)=>{let u=a.exec(l);return u?u[0]:c},s.default(o).argParser(i)}else s.default(i);return this.addOption(s)}option(e,n,r,i){return this._optionEx({},e,n,r,i)}requiredOption(e,n,r,i){return this._optionEx({mandatory:!0},e,n,r,i)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,n){return this.setOptionValueWithSource(e,n,void 0)}setOptionValueWithSource(e,n,r){return this._storeOptionsAsProperties?this[e]=n:this._optionValues[e]=n,this._optionValueSources[e]=r,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let n;return this._getCommandAndAncestors().forEach(r=>{r.getOptionValueSource(e)!==void 0&&(n=r.getOptionValueSource(e))}),n}_prepareUserArgs(e,n){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(n=n||{},e===void 0&&n.from===void 0){De.versions?.electron&&(n.from="electron");let i=De.execArgv??[];(i.includes("-e")||i.includes("--eval")||i.includes("-p")||i.includes("--print"))&&(n.from="eval")}e===void 0&&(e=De.argv),this.rawArgs=e.slice();let r;switch(n.from){case void 0:case"node":this._scriptPath=e[1],r=e.slice(2);break;case"electron":De.defaultApp?(this._scriptPath=e[1],r=e.slice(2)):r=e.slice(1);break;case"user":r=e.slice(0);break;case"eval":r=e.slice(1);break;default:throw new Error(`unexpected parse option { from: '${n.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",r}parse(e,n){let r=this._prepareUserArgs(e,n);return this._parseCommand([],r),this}async parseAsync(e,n){let r=this._prepareUserArgs(e,n);return await this._parseCommand([],r),this}_executeSubCommand(e,n){n=n.slice();let r=!1,i=[".js",".ts",".tsx",".mjs",".cjs"];function o(u,p){let m=bt.resolve(u,p);if(lo.existsSync(m))return m;if(i.includes(bt.extname(p)))return;let D=i.find(d=>lo.existsSync(`${m}${d}`));if(D)return`${m}${D}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let s=e._executableFile||`${this._name}-${e._name}`,a=this._executableDir||"";if(this._scriptPath){let u;try{u=lo.realpathSync(this._scriptPath)}catch{u=this._scriptPath}a=bt.resolve(bt.dirname(u),a)}if(a){let u=o(a,s);if(!u&&!e._executableFile&&this._scriptPath){let p=bt.basename(this._scriptPath,bt.extname(this._scriptPath));p!==this._name&&(u=o(a,`${p}-${e._name}`))}s=u||s}r=i.includes(bt.extname(s));let l;De.platform!=="win32"?r?(n.unshift(s),n=Xc(De.execArgv).concat(n),l=co.spawn(De.argv[0],n,{stdio:"inherit"})):l=co.spawn(s,n,{stdio:"inherit"}):(n.unshift(s),n=Xc(De.execArgv).concat(n),l=co.spawn(De.execPath,n,{stdio:"inherit"})),l.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(p=>{De.on(p,()=>{l.killed===!1&&l.exitCode===null&&l.kill(p)})});let c=this._exitCallback;l.on("close",u=>{u=u??1,c?c(new po(u,"commander.executeSubCommandAsync","(close)")):De.exit(u)}),l.on("error",u=>{if(u.code==="ENOENT"){let p=a?`searched for local subcommand relative to directory '${a}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",m=`'${s}' does not exist
12
+ (Did you mean ${r[0]}?)`:""}Yc.suggestSimilar=GE});var el=x(Qc=>{var VE=L("node:events").EventEmitter,po=L("node:child_process"),bt=L("node:path"),Do=L("node:fs"),De=L("node:process"),{Argument:YE,humanReadableArgName:KE}=oi(),{CommanderError:mo}=nr(),{Help:JE}=oo(),{Option:Jc,DualOptions:XE}=lo(),{suggestSimilar:Xc}=Kc(),fo=class t extends VE{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!0,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._outputConfiguration={writeOut:n=>De.stdout.write(n),writeErr:n=>De.stderr.write(n),getOutHelpWidth:()=>De.stdout.isTTY?De.stdout.columns:void 0,getErrHelpWidth:()=>De.stderr.isTTY?De.stderr.columns:void 0,outputError:(n,r)=>r(n)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={}}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){let e=[];for(let n=this;n;n=n.parent)e.push(n);return e}command(e,n,r){let i=n,o=r;typeof i=="object"&&i!==null&&(o=i,i=null),o=o||{};let[,s,a]=e.match(/([^ ]+) *(.*)/),l=this.createCommand(s);return i&&(l.description(i),l._executableHandler=!0),o.isDefault&&(this._defaultCommandName=l._name),l._hidden=!!(o.noHelp||o.hidden),l._executableFile=o.executableFile||null,a&&l.arguments(a),this._registerCommand(l),l.parent=this,l.copyInheritedSettings(this),i?this:l}createCommand(e){return new t(e)}createHelp(){return Object.assign(new JE,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(Object.assign(this._outputConfiguration,e),this)}showHelpAfterError(e=!0){return typeof e!="string"&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,n){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
13
+ - specify the name in Command constructor or using .name()`);return n=n||{},n.isDefault&&(this._defaultCommandName=e._name),(n.noHelp||n.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,n){return new YE(e,n)}argument(e,n,r,i){let o=this.createArgument(e,n);return typeof r=="function"?o.default(i).argParser(r):o.default(r),this.addArgument(o),this}arguments(e){return e.trim().split(/ +/).forEach(n=>{this.argument(n)}),this}addArgument(e){let n=this.registeredArguments.slice(-1)[0];if(n&&n.variadic)throw new Error(`only the last argument can be variadic '${n.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,n){if(typeof e=="boolean")return this._addImplicitHelpCommand=e,this;e=e??"help [command]";let[,r,i]=e.match(/([^ ]+) *(.*)/),o=n??"display help for command",s=this.createCommand(r);return s.helpOption(!1),i&&s.arguments(i),o&&s.description(o),this._addImplicitHelpCommand=!0,this._helpCommand=s,this}addHelpCommand(e,n){return typeof e!="object"?(this.helpCommand(e,n),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,n){let r=["preSubcommand","preAction","postAction"];if(!r.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
14
+ Expecting one of '${r.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(n):this._lifeCycleHooks[e]=[n],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=n=>{if(n.code!=="commander.executeSubCommandAsync")throw n},this}_exit(e,n,r){this._exitCallback&&this._exitCallback(new mo(e,n,r)),De.exit(e)}action(e){let n=r=>{let i=this.registeredArguments.length,o=r.slice(0,i);return this._storeOptionsAsProperties?o[i]=this:o[i]=this.opts(),o.push(this),e.apply(this,o)};return this._actionHandler=n,this}createOption(e,n){return new Jc(e,n)}_callParseArg(e,n,r,i){try{return e.parseArg(n,r)}catch(o){if(o.code==="commander.invalidArgument"){let s=`${i} ${o.message}`;this.error(s,{exitCode:o.exitCode,code:o.code})}throw o}}_registerOption(e){let n=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(n){let r=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${r}'
15
+ - already used by option '${n.flags}'`)}this.options.push(e)}_registerCommand(e){let n=i=>[i.name()].concat(i.aliases()),r=n(e).find(i=>this._findCommand(i));if(r){let i=n(this._findCommand(r)).join("|"),o=n(e).join("|");throw new Error(`cannot add command '${o}' as already have command '${i}'`)}this.commands.push(e)}addOption(e){this._registerOption(e);let n=e.name(),r=e.attributeName();if(e.negate){let o=e.long.replace(/^--no-/,"--");this._findOption(o)||this.setOptionValueWithSource(r,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(r,e.defaultValue,"default");let i=(o,s,a)=>{o==null&&e.presetArg!==void 0&&(o=e.presetArg);let l=this.getOptionValue(r);o!==null&&e.parseArg?o=this._callParseArg(e,o,l,s):o!==null&&e.variadic&&(o=e._concatValue(o,l)),o==null&&(e.negate?o=!1:e.isBoolean()||e.optional?o=!0:o=""),this.setOptionValueWithSource(r,o,a)};return this.on("option:"+n,o=>{let s=`error: option '${e.flags}' argument '${o}' is invalid.`;i(o,s,"cli")}),e.envVar&&this.on("optionEnv:"+n,o=>{let s=`error: option '${e.flags}' value '${o}' from env '${e.envVar}' is invalid.`;i(o,s,"env")}),this}_optionEx(e,n,r,i,o){if(typeof n=="object"&&n instanceof Jc)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let s=this.createOption(n,r);if(s.makeOptionMandatory(!!e.mandatory),typeof i=="function")s.default(o).argParser(i);else if(i instanceof RegExp){let a=i;i=(l,c)=>{let u=a.exec(l);return u?u[0]:c},s.default(o).argParser(i)}else s.default(i);return this.addOption(s)}option(e,n,r,i){return this._optionEx({},e,n,r,i)}requiredOption(e,n,r,i){return this._optionEx({mandatory:!0},e,n,r,i)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,n){return this.setOptionValueWithSource(e,n,void 0)}setOptionValueWithSource(e,n,r){return this._storeOptionsAsProperties?this[e]=n:this._optionValues[e]=n,this._optionValueSources[e]=r,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let n;return this._getCommandAndAncestors().forEach(r=>{r.getOptionValueSource(e)!==void 0&&(n=r.getOptionValueSource(e))}),n}_prepareUserArgs(e,n){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(n=n||{},e===void 0&&n.from===void 0){De.versions?.electron&&(n.from="electron");let i=De.execArgv??[];(i.includes("-e")||i.includes("--eval")||i.includes("-p")||i.includes("--print"))&&(n.from="eval")}e===void 0&&(e=De.argv),this.rawArgs=e.slice();let r;switch(n.from){case void 0:case"node":this._scriptPath=e[1],r=e.slice(2);break;case"electron":De.defaultApp?(this._scriptPath=e[1],r=e.slice(2)):r=e.slice(1);break;case"user":r=e.slice(0);break;case"eval":r=e.slice(1);break;default:throw new Error(`unexpected parse option { from: '${n.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",r}parse(e,n){let r=this._prepareUserArgs(e,n);return this._parseCommand([],r),this}async parseAsync(e,n){let r=this._prepareUserArgs(e,n);return await this._parseCommand([],r),this}_executeSubCommand(e,n){n=n.slice();let r=!1,i=[".js",".ts",".tsx",".mjs",".cjs"];function o(u,p){let m=bt.resolve(u,p);if(Do.existsSync(m))return m;if(i.includes(bt.extname(p)))return;let D=i.find(d=>Do.existsSync(`${m}${d}`));if(D)return`${m}${D}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let s=e._executableFile||`${this._name}-${e._name}`,a=this._executableDir||"";if(this._scriptPath){let u;try{u=Do.realpathSync(this._scriptPath)}catch{u=this._scriptPath}a=bt.resolve(bt.dirname(u),a)}if(a){let u=o(a,s);if(!u&&!e._executableFile&&this._scriptPath){let p=bt.basename(this._scriptPath,bt.extname(this._scriptPath));p!==this._name&&(u=o(a,`${p}-${e._name}`))}s=u||s}r=i.includes(bt.extname(s));let l;De.platform!=="win32"?r?(n.unshift(s),n=Zc(De.execArgv).concat(n),l=po.spawn(De.argv[0],n,{stdio:"inherit"})):l=po.spawn(s,n,{stdio:"inherit"}):(n.unshift(s),n=Zc(De.execArgv).concat(n),l=po.spawn(De.execPath,n,{stdio:"inherit"})),l.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(p=>{De.on(p,()=>{l.killed===!1&&l.exitCode===null&&l.kill(p)})});let c=this._exitCallback;l.on("close",u=>{u=u??1,c?c(new mo(u,"commander.executeSubCommandAsync","(close)")):De.exit(u)}),l.on("error",u=>{if(u.code==="ENOENT"){let p=a?`searched for local subcommand relative to directory '${a}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",m=`'${s}' does not exist
16
16
  - if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
17
17
  - if the default executable name is not suitable, use the executableFile option to supply a custom name or path
18
- - ${p}`;throw new Error(m)}else if(u.code==="EACCES")throw new Error(`'${s}' not executable`);if(!c)De.exit(1);else{let p=new po(1,"commander.executeSubCommandAsync","(error)");p.nestedError=u,c(p)}}),this.runningCommand=l}_dispatchSubcommand(e,n,r){let i=this._findCommand(e);i||this.help({error:!0});let o;return o=this._chainOrCallSubCommandHook(o,i,"preSubcommand"),o=this._chainOrCall(o,()=>{if(i._executableHandler)this._executeSubCommand(i,n.concat(r));else return i._parseCommand(n,r)}),o}_dispatchHelpCommand(e){e||this.help();let n=this._findCommand(e);return n&&!n._executableHandler&&n.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,n)=>{e.required&&this.args[n]==null&&this.missingArgument(e.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let e=(r,i,o)=>{let s=i;if(i!==null&&r.parseArg){let a=`error: command-argument value '${i}' is invalid for argument '${r.name()}'.`;s=this._callParseArg(r,i,o,a)}return s};this._checkNumberOfArguments();let n=[];this.registeredArguments.forEach((r,i)=>{let o=r.defaultValue;r.variadic?i<this.args.length?(o=this.args.slice(i),r.parseArg&&(o=o.reduce((s,a)=>e(r,a,s),r.defaultValue))):o===void 0&&(o=[]):i<this.args.length&&(o=this.args[i],r.parseArg&&(o=e(r,o,r.defaultValue))),n[i]=o}),this.processedArgs=n}_chainOrCall(e,n){return e&&e.then&&typeof e.then=="function"?e.then(()=>n()):n()}_chainOrCallHooks(e,n){let r=e,i=[];return this._getCommandAndAncestors().reverse().filter(o=>o._lifeCycleHooks[n]!==void 0).forEach(o=>{o._lifeCycleHooks[n].forEach(s=>{i.push({hookedCommand:o,callback:s})})}),n==="postAction"&&i.reverse(),i.forEach(o=>{r=this._chainOrCall(r,()=>o.callback(o.hookedCommand,this))}),r}_chainOrCallSubCommandHook(e,n,r){let i=e;return this._lifeCycleHooks[r]!==void 0&&this._lifeCycleHooks[r].forEach(o=>{i=this._chainOrCall(i,()=>o(this,n))}),i}_parseCommand(e,n){let r=this.parseOptions(n);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(r.operands),n=r.unknown,this.args=e.concat(n),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),n);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(n),this._dispatchSubcommand(this._defaultCommandName,e,n);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(r.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=()=>{r.unknown.length>0&&this.unknownOption(r.unknown[0])},o=`command:${this.name()}`;if(this._actionHandler){i(),this._processArguments();let s;return s=this._chainOrCallHooks(s,"preAction"),s=this._chainOrCall(s,()=>this._actionHandler(this.processedArgs)),this.parent&&(s=this._chainOrCall(s,()=>{this.parent.emit(o,e,n)})),s=this._chainOrCallHooks(s,"postAction"),s}if(this.parent&&this.parent.listenerCount(o))i(),this._processArguments(),this.parent.emit(o,e,n);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,n);this.listenerCount("command:*")?this.emit("command:*",e,n):this.commands.length?this.unknownCommand():(i(),this._processArguments())}else this.commands.length?(i(),this.help({error:!0})):(i(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(n=>n._name===e||n._aliases.includes(e))}_findOption(e){return this.options.find(n=>n.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(n=>{n.mandatory&&e.getOptionValue(n.attributeName())===void 0&&e.missingMandatoryOptionValue(n)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(r=>{let i=r.attributeName();return this.getOptionValue(i)===void 0?!1:this.getOptionValueSource(i)!=="default"});e.filter(r=>r.conflictsWith.length>0).forEach(r=>{let i=e.find(o=>r.conflictsWith.includes(o.attributeName()));i&&this._conflictingOption(r,i)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let n=[],r=[],i=n,o=e.slice();function s(l){return l.length>1&&l[0]==="-"}let a=null;for(;o.length;){let l=o.shift();if(l==="--"){i===r&&i.push(l),i.push(...o);break}if(a&&!s(l)){this.emit(`option:${a.name()}`,l);continue}if(a=null,s(l)){let c=this._findOption(l);if(c){if(c.required){let u=o.shift();u===void 0&&this.optionMissingArgument(c),this.emit(`option:${c.name()}`,u)}else if(c.optional){let u=null;o.length>0&&!s(o[0])&&(u=o.shift()),this.emit(`option:${c.name()}`,u)}else this.emit(`option:${c.name()}`);a=c.variadic?c:null;continue}}if(l.length>2&&l[0]==="-"&&l[1]!=="-"){let c=this._findOption(`-${l[1]}`);if(c){c.required||c.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${c.name()}`,l.slice(2)):(this.emit(`option:${c.name()}`),o.unshift(`-${l.slice(2)}`));continue}}if(/^--[^=]+=/.test(l)){let c=l.indexOf("="),u=this._findOption(l.slice(0,c));if(u&&(u.required||u.optional)){this.emit(`option:${u.name()}`,l.slice(c+1));continue}}if(s(l)&&(i=r),(this._enablePositionalOptions||this._passThroughOptions)&&n.length===0&&r.length===0){if(this._findCommand(l)){n.push(l),o.length>0&&r.push(...o);break}else if(this._getHelpCommand()&&l===this._getHelpCommand().name()){n.push(l),o.length>0&&n.push(...o);break}else if(this._defaultCommandName){r.push(l),o.length>0&&r.push(...o);break}}if(this._passThroughOptions){i.push(l),o.length>0&&i.push(...o);break}i.push(l)}return{operands:n,unknown:r}}opts(){if(this._storeOptionsAsProperties){let e={},n=this.options.length;for(let r=0;r<n;r++){let i=this.options[r].attributeName();e[i]=i===this._versionOptionName?this._version:this[i]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,n)=>Object.assign(e,n.opts()),{})}error(e,n){this._outputConfiguration.outputError(`${e}
18
+ - ${p}`;throw new Error(m)}else if(u.code==="EACCES")throw new Error(`'${s}' not executable`);if(!c)De.exit(1);else{let p=new mo(1,"commander.executeSubCommandAsync","(error)");p.nestedError=u,c(p)}}),this.runningCommand=l}_dispatchSubcommand(e,n,r){let i=this._findCommand(e);i||this.help({error:!0});let o;return o=this._chainOrCallSubCommandHook(o,i,"preSubcommand"),o=this._chainOrCall(o,()=>{if(i._executableHandler)this._executeSubCommand(i,n.concat(r));else return i._parseCommand(n,r)}),o}_dispatchHelpCommand(e){e||this.help();let n=this._findCommand(e);return n&&!n._executableHandler&&n.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,n)=>{e.required&&this.args[n]==null&&this.missingArgument(e.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let e=(r,i,o)=>{let s=i;if(i!==null&&r.parseArg){let a=`error: command-argument value '${i}' is invalid for argument '${r.name()}'.`;s=this._callParseArg(r,i,o,a)}return s};this._checkNumberOfArguments();let n=[];this.registeredArguments.forEach((r,i)=>{let o=r.defaultValue;r.variadic?i<this.args.length?(o=this.args.slice(i),r.parseArg&&(o=o.reduce((s,a)=>e(r,a,s),r.defaultValue))):o===void 0&&(o=[]):i<this.args.length&&(o=this.args[i],r.parseArg&&(o=e(r,o,r.defaultValue))),n[i]=o}),this.processedArgs=n}_chainOrCall(e,n){return e&&e.then&&typeof e.then=="function"?e.then(()=>n()):n()}_chainOrCallHooks(e,n){let r=e,i=[];return this._getCommandAndAncestors().reverse().filter(o=>o._lifeCycleHooks[n]!==void 0).forEach(o=>{o._lifeCycleHooks[n].forEach(s=>{i.push({hookedCommand:o,callback:s})})}),n==="postAction"&&i.reverse(),i.forEach(o=>{r=this._chainOrCall(r,()=>o.callback(o.hookedCommand,this))}),r}_chainOrCallSubCommandHook(e,n,r){let i=e;return this._lifeCycleHooks[r]!==void 0&&this._lifeCycleHooks[r].forEach(o=>{i=this._chainOrCall(i,()=>o(this,n))}),i}_parseCommand(e,n){let r=this.parseOptions(n);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(r.operands),n=r.unknown,this.args=e.concat(n),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),n);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(n),this._dispatchSubcommand(this._defaultCommandName,e,n);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(r.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=()=>{r.unknown.length>0&&this.unknownOption(r.unknown[0])},o=`command:${this.name()}`;if(this._actionHandler){i(),this._processArguments();let s;return s=this._chainOrCallHooks(s,"preAction"),s=this._chainOrCall(s,()=>this._actionHandler(this.processedArgs)),this.parent&&(s=this._chainOrCall(s,()=>{this.parent.emit(o,e,n)})),s=this._chainOrCallHooks(s,"postAction"),s}if(this.parent&&this.parent.listenerCount(o))i(),this._processArguments(),this.parent.emit(o,e,n);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,n);this.listenerCount("command:*")?this.emit("command:*",e,n):this.commands.length?this.unknownCommand():(i(),this._processArguments())}else this.commands.length?(i(),this.help({error:!0})):(i(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(n=>n._name===e||n._aliases.includes(e))}_findOption(e){return this.options.find(n=>n.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(n=>{n.mandatory&&e.getOptionValue(n.attributeName())===void 0&&e.missingMandatoryOptionValue(n)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(r=>{let i=r.attributeName();return this.getOptionValue(i)===void 0?!1:this.getOptionValueSource(i)!=="default"});e.filter(r=>r.conflictsWith.length>0).forEach(r=>{let i=e.find(o=>r.conflictsWith.includes(o.attributeName()));i&&this._conflictingOption(r,i)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let n=[],r=[],i=n,o=e.slice();function s(l){return l.length>1&&l[0]==="-"}let a=null;for(;o.length;){let l=o.shift();if(l==="--"){i===r&&i.push(l),i.push(...o);break}if(a&&!s(l)){this.emit(`option:${a.name()}`,l);continue}if(a=null,s(l)){let c=this._findOption(l);if(c){if(c.required){let u=o.shift();u===void 0&&this.optionMissingArgument(c),this.emit(`option:${c.name()}`,u)}else if(c.optional){let u=null;o.length>0&&!s(o[0])&&(u=o.shift()),this.emit(`option:${c.name()}`,u)}else this.emit(`option:${c.name()}`);a=c.variadic?c:null;continue}}if(l.length>2&&l[0]==="-"&&l[1]!=="-"){let c=this._findOption(`-${l[1]}`);if(c){c.required||c.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${c.name()}`,l.slice(2)):(this.emit(`option:${c.name()}`),o.unshift(`-${l.slice(2)}`));continue}}if(/^--[^=]+=/.test(l)){let c=l.indexOf("="),u=this._findOption(l.slice(0,c));if(u&&(u.required||u.optional)){this.emit(`option:${u.name()}`,l.slice(c+1));continue}}if(s(l)&&(i=r),(this._enablePositionalOptions||this._passThroughOptions)&&n.length===0&&r.length===0){if(this._findCommand(l)){n.push(l),o.length>0&&r.push(...o);break}else if(this._getHelpCommand()&&l===this._getHelpCommand().name()){n.push(l),o.length>0&&n.push(...o);break}else if(this._defaultCommandName){r.push(l),o.length>0&&r.push(...o);break}}if(this._passThroughOptions){i.push(l),o.length>0&&i.push(...o);break}i.push(l)}return{operands:n,unknown:r}}opts(){if(this._storeOptionsAsProperties){let e={},n=this.options.length;for(let r=0;r<n;r++){let i=this.options[r].attributeName();e[i]=i===this._versionOptionName?this._version:this[i]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,n)=>Object.assign(e,n.opts()),{})}error(e,n){this._outputConfiguration.outputError(`${e}
19
19
  `,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
20
20
  `):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
21
- `),this.outputHelp({error:!0}));let r=n||{},i=r.exitCode||1,o=r.code||"commander.error";this._exit(i,o,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in De.env){let n=e.attributeName();(this.getOptionValue(n)===void 0||["default","config","env"].includes(this.getOptionValueSource(n)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,De.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new JE(this.options),n=r=>this.getOptionValue(r)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(r));this.options.filter(r=>r.implied!==void 0&&n(r.attributeName())&&e.valueFromOption(this.getOptionValue(r.attributeName()),r)).forEach(r=>{Object.keys(r.implied).filter(i=>!n(i)).forEach(i=>{this.setOptionValueWithSource(i,r.implied[i],"implied")})})}missingArgument(e){let n=`error: missing required argument '${e}'`;this.error(n,{code:"commander.missingArgument"})}optionMissingArgument(e){let n=`error: option '${e.flags}' argument missing`;this.error(n,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let n=`error: required option '${e.flags}' not specified`;this.error(n,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,n){let r=s=>{let a=s.attributeName(),l=this.getOptionValue(a),c=this.options.find(p=>p.negate&&a===p.attributeName()),u=this.options.find(p=>!p.negate&&a===p.attributeName());return c&&(c.presetArg===void 0&&l===!1||c.presetArg!==void 0&&l===c.presetArg)?c:u||s},i=s=>{let a=r(s),l=a.attributeName();return this.getOptionValueSource(l)==="env"?`environment variable '${a.envVar}'`:`option '${a.flags}'`},o=`error: ${i(e)} cannot be used with ${i(n)}`;this.error(o,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let n="";if(e.startsWith("--")&&this._showSuggestionAfterError){let i=[],o=this;do{let s=o.createHelp().visibleOptions(o).filter(a=>a.long).map(a=>a.long);i=i.concat(s),o=o.parent}while(o&&!o._enablePositionalOptions);n=Jc(e,i)}let r=`error: unknown option '${e}'${n}`;this.error(r,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let n=this.registeredArguments.length,r=n===1?"":"s",o=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${n} argument${r} but got ${e.length}.`;this.error(o,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],n="";if(this._showSuggestionAfterError){let i=[];this.createHelp().visibleCommands(this).forEach(o=>{i.push(o.name()),o.alias()&&i.push(o.alias())}),n=Jc(e,i)}let r=`error: unknown command '${e}'${n}`;this.error(r,{code:"commander.unknownCommand"})}version(e,n,r){if(e===void 0)return this._version;this._version=e,n=n||"-V, --version",r=r||"output the version number";let i=this.createOption(n,r);return this._versionOptionName=i.attributeName(),this._registerOption(i),this.on("option:"+i.name(),()=>{this._outputConfiguration.writeOut(`${e}
22
- `),this._exit(0,"commander.version",e)}),this}description(e,n){return e===void 0&&n===void 0?this._description:(this._description=e,n&&(this._argsDescription=n),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let n=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(n=this.commands[this.commands.length-1]),e===n._name)throw new Error("Command alias can't be the same as its name");let r=this.parent?._findCommand(e);if(r){let i=[r.name()].concat(r.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${i}'`)}return n._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(n=>this.alias(n)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let n=this.registeredArguments.map(r=>YE(r));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?n:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=bt.basename(e,bt.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let n=this.createHelp();return n.helpWidth===void 0&&(n.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),n.formatHelp(this,n)}_getHelpContext(e){e=e||{};let n={error:!!e.error},r;return n.error?r=i=>this._outputConfiguration.writeErr(i):r=i=>this._outputConfiguration.writeOut(i),n.write=e.write||r,n.command=this,n}outputHelp(e){let n;typeof e=="function"&&(n=e,e=void 0);let r=this._getHelpContext(e);this._getCommandAndAncestors().reverse().forEach(o=>o.emit("beforeAllHelp",r)),this.emit("beforeHelp",r);let i=this.helpInformation(r);if(n&&(i=n(i),typeof i!="string"&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");r.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",r),this._getCommandAndAncestors().forEach(o=>o.emit("afterAllHelp",r))}helpOption(e,n){return typeof e=="boolean"?(e?this._helpOption=this._helpOption??void 0:this._helpOption=null,this):(e=e??"-h, --help",n=n??"display help for command",this._helpOption=this.createOption(e,n),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this}help(e){this.outputHelp(e);let n=De.exitCode||0;n===0&&e&&typeof e!="function"&&e.error&&(n=1),this._exit(n,"commander.help","(outputHelp)")}addHelpText(e,n){let r=["beforeAll","before","after","afterAll"];if(!r.includes(e))throw new Error(`Unexpected value for position to addHelpText.
21
+ `),this.outputHelp({error:!0}));let r=n||{},i=r.exitCode||1,o=r.code||"commander.error";this._exit(i,o,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in De.env){let n=e.attributeName();(this.getOptionValue(n)===void 0||["default","config","env"].includes(this.getOptionValueSource(n)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,De.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new XE(this.options),n=r=>this.getOptionValue(r)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(r));this.options.filter(r=>r.implied!==void 0&&n(r.attributeName())&&e.valueFromOption(this.getOptionValue(r.attributeName()),r)).forEach(r=>{Object.keys(r.implied).filter(i=>!n(i)).forEach(i=>{this.setOptionValueWithSource(i,r.implied[i],"implied")})})}missingArgument(e){let n=`error: missing required argument '${e}'`;this.error(n,{code:"commander.missingArgument"})}optionMissingArgument(e){let n=`error: option '${e.flags}' argument missing`;this.error(n,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let n=`error: required option '${e.flags}' not specified`;this.error(n,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,n){let r=s=>{let a=s.attributeName(),l=this.getOptionValue(a),c=this.options.find(p=>p.negate&&a===p.attributeName()),u=this.options.find(p=>!p.negate&&a===p.attributeName());return c&&(c.presetArg===void 0&&l===!1||c.presetArg!==void 0&&l===c.presetArg)?c:u||s},i=s=>{let a=r(s),l=a.attributeName();return this.getOptionValueSource(l)==="env"?`environment variable '${a.envVar}'`:`option '${a.flags}'`},o=`error: ${i(e)} cannot be used with ${i(n)}`;this.error(o,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let n="";if(e.startsWith("--")&&this._showSuggestionAfterError){let i=[],o=this;do{let s=o.createHelp().visibleOptions(o).filter(a=>a.long).map(a=>a.long);i=i.concat(s),o=o.parent}while(o&&!o._enablePositionalOptions);n=Xc(e,i)}let r=`error: unknown option '${e}'${n}`;this.error(r,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let n=this.registeredArguments.length,r=n===1?"":"s",o=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${n} argument${r} but got ${e.length}.`;this.error(o,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],n="";if(this._showSuggestionAfterError){let i=[];this.createHelp().visibleCommands(this).forEach(o=>{i.push(o.name()),o.alias()&&i.push(o.alias())}),n=Xc(e,i)}let r=`error: unknown command '${e}'${n}`;this.error(r,{code:"commander.unknownCommand"})}version(e,n,r){if(e===void 0)return this._version;this._version=e,n=n||"-V, --version",r=r||"output the version number";let i=this.createOption(n,r);return this._versionOptionName=i.attributeName(),this._registerOption(i),this.on("option:"+i.name(),()=>{this._outputConfiguration.writeOut(`${e}
22
+ `),this._exit(0,"commander.version",e)}),this}description(e,n){return e===void 0&&n===void 0?this._description:(this._description=e,n&&(this._argsDescription=n),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let n=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(n=this.commands[this.commands.length-1]),e===n._name)throw new Error("Command alias can't be the same as its name");let r=this.parent?._findCommand(e);if(r){let i=[r.name()].concat(r.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${i}'`)}return n._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(n=>this.alias(n)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let n=this.registeredArguments.map(r=>KE(r));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?n:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=bt.basename(e,bt.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let n=this.createHelp();return n.helpWidth===void 0&&(n.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),n.formatHelp(this,n)}_getHelpContext(e){e=e||{};let n={error:!!e.error},r;return n.error?r=i=>this._outputConfiguration.writeErr(i):r=i=>this._outputConfiguration.writeOut(i),n.write=e.write||r,n.command=this,n}outputHelp(e){let n;typeof e=="function"&&(n=e,e=void 0);let r=this._getHelpContext(e);this._getCommandAndAncestors().reverse().forEach(o=>o.emit("beforeAllHelp",r)),this.emit("beforeHelp",r);let i=this.helpInformation(r);if(n&&(i=n(i),typeof i!="string"&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");r.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",r),this._getCommandAndAncestors().forEach(o=>o.emit("afterAllHelp",r))}helpOption(e,n){return typeof e=="boolean"?(e?this._helpOption=this._helpOption??void 0:this._helpOption=null,this):(e=e??"-h, --help",n=n??"display help for command",this._helpOption=this.createOption(e,n),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this}help(e){this.outputHelp(e);let n=De.exitCode||0;n===0&&e&&typeof e!="function"&&e.error&&(n=1),this._exit(n,"commander.help","(outputHelp)")}addHelpText(e,n){let r=["beforeAll","before","after","afterAll"];if(!r.includes(e))throw new Error(`Unexpected value for position to addHelpText.
23
23
  Expecting one of '${r.join("', '")}'`);let i=`${e}Help`;return this.on(i,o=>{let s;typeof n=="function"?s=n({error:o.error,command:o.command}):s=n,s&&o.write(`${s}
24
- `)}),this}_outputHelpIfRequested(e){let n=this._getHelpOption();n&&e.find(i=>n.is(i))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function Xc(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let n,r="127.0.0.1",i="9229",o;return(o=e.match(/^(--inspect(-brk)?)$/))!==null?n=o[1]:(o=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(n=o[1],/^\d+$/.test(o[3])?i=o[3]:r=o[3]):(o=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(n=o[1],r=o[3],i=o[4]),n&&i!=="0"?`${n}=${r}:${parseInt(i)+1}`:e})}Zc.Command=Do});var rl=x(et=>{var{Argument:el}=ii(),{Command:mo}=Qc(),{CommanderError:XE,InvalidArgumentError:tl}=tr(),{Help:ZE}=io(),{Option:nl}=uo();et.program=new mo;et.createCommand=t=>new mo(t);et.createOption=(t,e)=>new nl(t,e);et.createArgument=(t,e)=>new el(t,e);et.Command=mo;et.Option=nl;et.Argument=el;et.Help=ZE;et.CommanderError=XE;et.InvalidArgumentError=tl;et.InvalidOptionArgumentError=tl});var xl=x((s9,gl)=>{var hl=P("stream").Stream,PC=P("util");gl.exports=ut;function ut(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}PC.inherits(ut,hl);ut.create=function(t,e){var n=new this;e=e||{};for(var r in e)n[r]=e[r];n.source=t;var i=t.emit;return t.emit=function(){return n._handleEmit(arguments),i.apply(t,arguments)},t.on("error",function(){}),n.pauseStream&&t.pause(),n};Object.defineProperty(ut.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});ut.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ut.prototype.resume=function(){this._released||this.release(),this.source.resume()};ut.prototype.pause=function(){this.source.pause()};ut.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(t){this.emit.apply(this,t)}.bind(this)),this._bufferedEvents=[]};ut.prototype.pipe=function(){var t=hl.prototype.pipe.apply(this,arguments);return this.resume(),t};ut.prototype._handleEmit=function(t){if(this._released){this.emit.apply(this,t);return}t[0]==="data"&&(this.dataSize+=t[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(t)};ut.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(t))}}});var vl=x((o9,Cl)=>{var qC=P("util"),El=P("stream").Stream,Fl=xl();Cl.exports=de;function de(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}qC.inherits(de,El);de.create=function(t){var e=new this;t=t||{};for(var n in t)e[n]=t[n];return e};de.isStreamLike=function(t){return typeof t!="function"&&typeof t!="string"&&typeof t!="boolean"&&typeof t!="number"&&!Buffer.isBuffer(t)};de.prototype.append=function(t){var e=de.isStreamLike(t);if(e){if(!(t instanceof Fl)){var n=Fl.create(t,{maxDataSize:1/0,pauseStream:this.pauseStreams});t.on("data",this._checkDataSize.bind(this)),t=n}this._handleErrors(t),this.pauseStreams&&t.pause()}return this._streams.push(t),this};de.prototype.pipe=function(t,e){return El.prototype.pipe.call(this,t,e),this.resume(),t};de.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};de.prototype._realGetNext=function(){var t=this._streams.shift();if(typeof t>"u"){this.end();return}if(typeof t!="function"){this._pipeNext(t);return}var e=t;e(function(n){var r=de.isStreamLike(n);r&&(n.on("data",this._checkDataSize.bind(this)),this._handleErrors(n)),this._pipeNext(n)}.bind(this))};de.prototype._pipeNext=function(t){this._currentStream=t;var e=de.isStreamLike(t);if(e){t.on("end",this._getNext.bind(this)),t.pipe(this,{end:!1});return}var n=t;this.write(n),this._getNext()};de.prototype._handleErrors=function(t){var e=this;t.on("error",function(n){e._emitError(n)})};de.prototype.write=function(t){this.emit("data",t)};de.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};de.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};de.prototype.end=function(){this._reset(),this.emit("end")};de.prototype.destroy=function(){this._reset(),this.emit("close")};de.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};de.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(t))}};de.prototype._updateDataSize=function(){this.dataSize=0;var t=this;this._streams.forEach(function(e){e.dataSize&&(t.dataSize+=e.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};de.prototype._emitError=function(t){this._reset(),this.emit("error",t)}});var bl=x((a9,MC)=>{MC.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var wl=x((u9,yl)=>{yl.exports=bl()});var Sl=x(Ue=>{"use strict";var li=wl(),UC=P("path").extname,Al=/^\s*([^;\s]*)(?:;|\s|$)/,HC=/^text\//i;Ue.charset=Bl;Ue.charsets={lookup:Bl};Ue.contentType=WC;Ue.extension=zC;Ue.extensions=Object.create(null);Ue.lookup=GC;Ue.types=Object.create(null);VC(Ue.extensions,Ue.types);function Bl(t){if(!t||typeof t!="string")return!1;var e=Al.exec(t),n=e&&li[e[1].toLowerCase()];return n&&n.charset?n.charset:e&&HC.test(e[1])?"UTF-8":!1}function WC(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?Ue.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var n=Ue.charset(e);n&&(e+="; charset="+n.toLowerCase())}return e}function zC(t){if(!t||typeof t!="string")return!1;var e=Al.exec(t),n=e&&Ue.extensions[e[1].toLowerCase()];return!n||!n.length?!1:n[0]}function GC(t){if(!t||typeof t!="string")return!1;var e=UC("x."+t).toLowerCase().substr(1);return e&&Ue.types[e]||!1}function VC(t,e){var n=["nginx","apache",void 0,"iana"];Object.keys(li).forEach(function(i){var o=li[i],s=o.extensions;if(!(!s||!s.length)){t[i]=s;for(var a=0;a<s.length;a++){var l=s[a];if(e[l]){var c=n.indexOf(li[e[l]].source),u=n.indexOf(o.source);if(e[l]!=="application/octet-stream"&&(c>u||c===u&&e[l].substr(0,12)==="application/"))continue}e[l]=i}}})}});var Ol=x((l9,_l)=>{_l.exports=YC;function YC(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var Fo=x((p9,Tl)=>{var Rl=Ol();Tl.exports=KC;function KC(t){var e=!1;return Rl(function(){e=!0}),function(r,i){e?t(r,i):Rl(function(){t(r,i)})}}});var Eo=x((D9,$l)=>{$l.exports=JC;function JC(t){Object.keys(t.jobs).forEach(XC.bind(t)),t.jobs={}}function XC(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var Co=x((d9,Il)=>{var kl=Fo(),ZC=Eo();Il.exports=QC;function QC(t,e,n,r){var i=n.keyedList?n.keyedList[n.index]:n.index;n.jobs[i]=ev(e,i,t[i],function(o,s){i in n.jobs&&(delete n.jobs[i],o?ZC(n):n.results[i]=s,r(o,n.results))})}function ev(t,e,n,r){var i;return t.length==2?i=t(n,kl(r)):i=t(n,e,kl(r)),i}});var vo=x((m9,jl)=>{jl.exports=tv;function tv(t,e){var n=!Array.isArray(t),r={index:0,keyedList:n||e?Object.keys(t):null,jobs:{},results:n?{}:[],size:n?Object.keys(t).length:t.length};return e&&r.keyedList.sort(n?e:function(i,o){return e(t[i],t[o])}),r}});var bo=x((f9,Nl)=>{var nv=Eo(),rv=Fo();Nl.exports=iv;function iv(t){Object.keys(this.jobs).length&&(this.index=this.size,nv(this),rv(t)(null,this.results))}});var Pl=x((h9,Ll)=>{var sv=Co(),ov=vo(),av=bo();Ll.exports=uv;function uv(t,e,n){for(var r=ov(t);r.index<(r.keyedList||t).length;)sv(t,e,r,function(i,o){if(i){n(i,o);return}if(Object.keys(r.jobs).length===0){n(null,r.results);return}}),r.index++;return av.bind(r,n)}});var yo=x((g9,pi)=>{var ql=Co(),cv=vo(),lv=bo();pi.exports=pv;pi.exports.ascending=Ml;pi.exports.descending=Dv;function pv(t,e,n,r){var i=cv(t,n);return ql(t,e,i,function o(s,a){if(s){r(s,a);return}if(i.index++,i.index<(i.keyedList||t).length){ql(t,e,i,o);return}r(null,i.results)}),lv.bind(i,r)}function Ml(t,e){return t<e?-1:t>e?1:0}function Dv(t,e){return-1*Ml(t,e)}});var Hl=x((x9,Ul)=>{var dv=yo();Ul.exports=mv;function mv(t,e,n){return dv(t,e,null,n)}});var zl=x((F9,Wl)=>{Wl.exports={parallel:Pl(),serial:Hl(),serialOrdered:yo()}});var wo=x((E9,Gl)=>{"use strict";Gl.exports=Object});var Yl=x((C9,Vl)=>{"use strict";Vl.exports=Error});var Jl=x((v9,Kl)=>{"use strict";Kl.exports=EvalError});var Zl=x((b9,Xl)=>{"use strict";Xl.exports=RangeError});var ep=x((y9,Ql)=>{"use strict";Ql.exports=ReferenceError});var np=x((w9,tp)=>{"use strict";tp.exports=SyntaxError});var Di=x((A9,rp)=>{"use strict";rp.exports=TypeError});var sp=x((B9,ip)=>{"use strict";ip.exports=URIError});var ap=x((S9,op)=>{"use strict";op.exports=Math.abs});var cp=x((_9,up)=>{"use strict";up.exports=Math.floor});var pp=x((O9,lp)=>{"use strict";lp.exports=Math.max});var dp=x((R9,Dp)=>{"use strict";Dp.exports=Math.min});var fp=x((T9,mp)=>{"use strict";mp.exports=Math.pow});var gp=x(($9,hp)=>{"use strict";hp.exports=Math.round});var Fp=x((k9,xp)=>{"use strict";xp.exports=Number.isNaN||function(e){return e!==e}});var Cp=x((I9,Ep)=>{"use strict";var fv=Fp();Ep.exports=function(e){return fv(e)||e===0?e:e<0?-1:1}});var bp=x((j9,vp)=>{"use strict";vp.exports=Object.getOwnPropertyDescriptor});var Ao=x((N9,yp)=>{"use strict";var di=bp();if(di)try{di([],"length")}catch{di=null}yp.exports=di});var Ap=x((L9,wp)=>{"use strict";var mi=Object.defineProperty||!1;if(mi)try{mi({},"a",{value:1})}catch{mi=!1}wp.exports=mi});var Bo=x((P9,Bp)=>{"use strict";Bp.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var i=42;e[n]=i;for(var o in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(e,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var a=Object.getOwnPropertyDescriptor(e,n);if(a.value!==i||a.enumerable!==!0)return!1}return!0}});var Op=x((q9,_p)=>{"use strict";var Sp=typeof Symbol<"u"&&Symbol,hv=Bo();_p.exports=function(){return typeof Sp!="function"||typeof Symbol!="function"||typeof Sp("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:hv()}});var So=x((M9,Rp)=>{"use strict";Rp.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var _o=x((U9,Tp)=>{"use strict";var gv=wo();Tp.exports=gv.getPrototypeOf||null});var Ip=x((H9,kp)=>{"use strict";var xv="Function.prototype.bind called on incompatible ",Fv=Object.prototype.toString,Ev=Math.max,Cv="[object Function]",$p=function(e,n){for(var r=[],i=0;i<e.length;i+=1)r[i]=e[i];for(var o=0;o<n.length;o+=1)r[o+e.length]=n[o];return r},vv=function(e,n){for(var r=[],i=n||0,o=0;i<e.length;i+=1,o+=1)r[o]=e[i];return r},bv=function(t,e){for(var n="",r=0;r<t.length;r+=1)n+=t[r],r+1<t.length&&(n+=e);return n};kp.exports=function(e){var n=this;if(typeof n!="function"||Fv.apply(n)!==Cv)throw new TypeError(xv+n);for(var r=vv(arguments,1),i,o=function(){if(this instanceof i){var u=n.apply(this,$p(r,arguments));return Object(u)===u?u:this}return n.apply(e,$p(r,arguments))},s=Ev(0,n.length-r.length),a=[],l=0;l<s;l++)a[l]="$"+l;if(i=Function("binder","return function ("+bv(a,",")+"){ return binder.apply(this,arguments); }")(o),n.prototype){var c=function(){};c.prototype=n.prototype,i.prototype=new c,c.prototype=null}return i}});var sr=x((W9,jp)=>{"use strict";var yv=Ip();jp.exports=Function.prototype.bind||yv});var fi=x((z9,Np)=>{"use strict";Np.exports=Function.prototype.call});var Oo=x((G9,Lp)=>{"use strict";Lp.exports=Function.prototype.apply});var qp=x((V9,Pp)=>{"use strict";Pp.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var Up=x((Y9,Mp)=>{"use strict";var wv=sr(),Av=Oo(),Bv=fi(),Sv=qp();Mp.exports=Sv||wv.call(Bv,Av)});var Wp=x((K9,Hp)=>{"use strict";var _v=sr(),Ov=Di(),Rv=fi(),Tv=Up();Hp.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new Ov("a function is required");return Tv(_v,Rv,e)}});var Jp=x((J9,Kp)=>{"use strict";var $v=Wp(),zp=Ao(),Vp;try{Vp=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var Ro=!!Vp&&zp&&zp(Object.prototype,"__proto__"),Yp=Object,Gp=Yp.getPrototypeOf;Kp.exports=Ro&&typeof Ro.get=="function"?$v([Ro.get]):typeof Gp=="function"?function(e){return Gp(e==null?e:Yp(e))}:!1});var tD=x((X9,eD)=>{"use strict";var Xp=So(),Zp=_o(),Qp=Jp();eD.exports=Xp?function(e){return Xp(e)}:Zp?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return Zp(e)}:Qp?function(e){return Qp(e)}:null});var hi=x((Z9,nD)=>{"use strict";var kv=Function.prototype.call,Iv=Object.prototype.hasOwnProperty,jv=sr();nD.exports=jv.call(kv,Iv)});var cD=x((Q9,uD)=>{"use strict";var z,Nv=wo(),Lv=Yl(),Pv=Jl(),qv=Zl(),Mv=ep(),Cn=np(),En=Di(),Uv=sp(),Hv=ap(),Wv=cp(),zv=pp(),Gv=dp(),Vv=fp(),Yv=gp(),Kv=Cp(),oD=Function,To=function(t){try{return oD('"use strict"; return ('+t+").constructor;")()}catch{}},or=Ao(),Jv=Ap(),$o=function(){throw new En},Xv=or?function(){try{return arguments.callee,$o}catch{try{return or(arguments,"callee").get}catch{return $o}}}():$o,xn=Op()(),Ce=tD(),Zv=_o(),Qv=So(),aD=Oo(),ar=fi(),Fn={},eb=typeof Uint8Array>"u"||!Ce?z:Ce(Uint8Array),Ht={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?z:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?z:ArrayBuffer,"%ArrayIteratorPrototype%":xn&&Ce?Ce([][Symbol.iterator]()):z,"%AsyncFromSyncIteratorPrototype%":z,"%AsyncFunction%":Fn,"%AsyncGenerator%":Fn,"%AsyncGeneratorFunction%":Fn,"%AsyncIteratorPrototype%":Fn,"%Atomics%":typeof Atomics>"u"?z:Atomics,"%BigInt%":typeof BigInt>"u"?z:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?z:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?z:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?z:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Lv,"%eval%":eval,"%EvalError%":Pv,"%Float16Array%":typeof Float16Array>"u"?z:Float16Array,"%Float32Array%":typeof Float32Array>"u"?z:Float32Array,"%Float64Array%":typeof Float64Array>"u"?z:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?z:FinalizationRegistry,"%Function%":oD,"%GeneratorFunction%":Fn,"%Int8Array%":typeof Int8Array>"u"?z:Int8Array,"%Int16Array%":typeof Int16Array>"u"?z:Int16Array,"%Int32Array%":typeof Int32Array>"u"?z:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":xn&&Ce?Ce(Ce([][Symbol.iterator]())):z,"%JSON%":typeof JSON=="object"?JSON:z,"%Map%":typeof Map>"u"?z:Map,"%MapIteratorPrototype%":typeof Map>"u"||!xn||!Ce?z:Ce(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Nv,"%Object.getOwnPropertyDescriptor%":or,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?z:Promise,"%Proxy%":typeof Proxy>"u"?z:Proxy,"%RangeError%":qv,"%ReferenceError%":Mv,"%Reflect%":typeof Reflect>"u"?z:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?z:Set,"%SetIteratorPrototype%":typeof Set>"u"||!xn||!Ce?z:Ce(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?z:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":xn&&Ce?Ce(""[Symbol.iterator]()):z,"%Symbol%":xn?Symbol:z,"%SyntaxError%":Cn,"%ThrowTypeError%":Xv,"%TypedArray%":eb,"%TypeError%":En,"%Uint8Array%":typeof Uint8Array>"u"?z:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?z:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?z:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?z:Uint32Array,"%URIError%":Uv,"%WeakMap%":typeof WeakMap>"u"?z:WeakMap,"%WeakRef%":typeof WeakRef>"u"?z:WeakRef,"%WeakSet%":typeof WeakSet>"u"?z:WeakSet,"%Function.prototype.call%":ar,"%Function.prototype.apply%":aD,"%Object.defineProperty%":Jv,"%Object.getPrototypeOf%":Zv,"%Math.abs%":Hv,"%Math.floor%":Wv,"%Math.max%":zv,"%Math.min%":Gv,"%Math.pow%":Vv,"%Math.round%":Yv,"%Math.sign%":Kv,"%Reflect.getPrototypeOf%":Qv};if(Ce)try{null.error}catch(t){rD=Ce(Ce(t)),Ht["%Error.prototype%"]=rD}var rD,tb=function t(e){var n;if(e==="%AsyncFunction%")n=To("async function () {}");else if(e==="%GeneratorFunction%")n=To("function* () {}");else if(e==="%AsyncGeneratorFunction%")n=To("async function* () {}");else if(e==="%AsyncGenerator%"){var r=t("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if(e==="%AsyncIteratorPrototype%"){var i=t("%AsyncGenerator%");i&&Ce&&(n=Ce(i.prototype))}return Ht[e]=n,n},iD={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},ur=sr(),gi=hi(),nb=ur.call(ar,Array.prototype.concat),rb=ur.call(aD,Array.prototype.splice),sD=ur.call(ar,String.prototype.replace),xi=ur.call(ar,String.prototype.slice),ib=ur.call(ar,RegExp.prototype.exec),sb=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,ob=/\\(\\)?/g,ab=function(e){var n=xi(e,0,1),r=xi(e,-1);if(n==="%"&&r!=="%")throw new Cn("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&n!=="%")throw new Cn("invalid intrinsic syntax, expected opening `%`");var i=[];return sD(e,sb,function(o,s,a,l){i[i.length]=a?sD(l,ob,"$1"):s||o}),i},ub=function(e,n){var r=e,i;if(gi(iD,r)&&(i=iD[r],r="%"+i[0]+"%"),gi(Ht,r)){var o=Ht[r];if(o===Fn&&(o=tb(r)),typeof o>"u"&&!n)throw new En("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:r,value:o}}throw new Cn("intrinsic "+e+" does not exist!")};uD.exports=function(e,n){if(typeof e!="string"||e.length===0)throw new En("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof n!="boolean")throw new En('"allowMissing" argument must be a boolean');if(ib(/^%?[^%]*%?$/,e)===null)throw new Cn("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=ab(e),i=r.length>0?r[0]:"",o=ub("%"+i+"%",n),s=o.name,a=o.value,l=!1,c=o.alias;c&&(i=c[0],rb(r,nb([0,1],c)));for(var u=1,p=!0;u<r.length;u+=1){var m=r[u],D=xi(m,0,1),d=xi(m,-1);if((D==='"'||D==="'"||D==="`"||d==='"'||d==="'"||d==="`")&&D!==d)throw new Cn("property names with quotes must have matching quotes");if((m==="constructor"||!p)&&(l=!0),i+="."+m,s="%"+i+"%",gi(Ht,s))a=Ht[s];else if(a!=null){if(!(m in a)){if(!n)throw new En("base intrinsic for "+e+" exists, but the property is not available.");return}if(or&&u+1>=r.length){var f=or(a,m);p=!!f,p&&"get"in f&&!("originalValue"in f.get)?a=f.get:a=a[m]}else p=gi(a,m),a=a[m];p&&!l&&(Ht[s]=a)}}return a}});var pD=x((e7,lD)=>{"use strict";var cb=Bo();lD.exports=function(){return cb()&&!!Symbol.toStringTag}});var mD=x((t7,dD)=>{"use strict";var lb=cD(),DD=lb("%Object.defineProperty%",!0),pb=pD()(),Db=hi(),db=Di(),Fi=pb?Symbol.toStringTag:null;dD.exports=function(e,n){var r=arguments.length>2&&!!arguments[2]&&arguments[2].force,i=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof r<"u"&&typeof r!="boolean"||typeof i<"u"&&typeof i!="boolean")throw new db("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");Fi&&(r||!Db(e,Fi))&&(DD?DD(e,Fi,{configurable:!i,enumerable:!1,value:n,writable:!1}):e[Fi]=n)}});var hD=x((n7,fD)=>{"use strict";fD.exports=function(t,e){return Object.keys(e).forEach(function(n){t[n]=t[n]||e[n]}),t}});var xD=x((r7,gD)=>{"use strict";var No=vl(),mb=P("util"),ko=P("path"),fb=P("http"),hb=P("https"),gb=P("url").parse,xb=P("fs"),Fb=P("stream").Stream,Eb=P("crypto"),Io=Sl(),Cb=zl(),vb=mD(),Tt=hi(),jo=hD();function K(t){if(!(this instanceof K))return new K(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],No.call(this),t=t||{};for(var e in t)this[e]=t[e]}mb.inherits(K,No);K.LINE_BREAK=`\r
25
- `;K.DEFAULT_CONTENT_TYPE="application/octet-stream";K.prototype.append=function(t,e,n){n=n||{},typeof n=="string"&&(n={filename:n});var r=No.prototype.append.bind(this);if((typeof e=="number"||e==null)&&(e=String(e)),Array.isArray(e)){this._error(new Error("Arrays are not supported."));return}var i=this._multiPartHeader(t,e,n),o=this._multiPartFooter();r(i),r(e),r(o),this._trackLength(i,e,n)};K.prototype._trackLength=function(t,e,n){var r=0;n.knownLength!=null?r+=Number(n.knownLength):Buffer.isBuffer(e)?r=e.length:typeof e=="string"&&(r=Buffer.byteLength(e)),this._valueLength+=r,this._overheadLength+=Buffer.byteLength(t)+K.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&Tt(e,"httpVersion"))&&!(e instanceof Fb))&&(n.knownLength||this._valuesToMeasure.push(e))};K.prototype._lengthRetriever=function(t,e){Tt(t,"fd")?t.end!=null&&t.end!=1/0&&t.start!=null?e(null,t.end+1-(t.start?t.start:0)):xb.stat(t.path,function(n,r){if(n){e(n);return}var i=r.size-(t.start?t.start:0);e(null,i)}):Tt(t,"httpVersion")?e(null,Number(t.headers["content-length"])):Tt(t,"httpModule")?(t.on("response",function(n){t.pause(),e(null,Number(n.headers["content-length"]))}),t.resume()):e("Unknown stream")};K.prototype._multiPartHeader=function(t,e,n){if(typeof n.header=="string")return n.header;var r=this._getContentDisposition(e,n),i=this._getContentType(e,n),o="",s={"Content-Disposition":["form-data",'name="'+t+'"'].concat(r||[]),"Content-Type":[].concat(i||[])};typeof n.header=="object"&&jo(s,n.header);var a;for(var l in s)if(Tt(s,l)){if(a=s[l],a==null)continue;Array.isArray(a)||(a=[a]),a.length&&(o+=l+": "+a.join("; ")+K.LINE_BREAK)}return"--"+this.getBoundary()+K.LINE_BREAK+o+K.LINE_BREAK};K.prototype._getContentDisposition=function(t,e){var n;if(typeof e.filepath=="string"?n=ko.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t&&(t.name||t.path)?n=ko.basename(e.filename||t&&(t.name||t.path)):t&&t.readable&&Tt(t,"httpVersion")&&(n=ko.basename(t.client._httpMessage.path||"")),n)return'filename="'+n+'"'};K.prototype._getContentType=function(t,e){var n=e.contentType;return!n&&t&&t.name&&(n=Io.lookup(t.name)),!n&&t&&t.path&&(n=Io.lookup(t.path)),!n&&t&&t.readable&&Tt(t,"httpVersion")&&(n=t.headers["content-type"]),!n&&(e.filepath||e.filename)&&(n=Io.lookup(e.filepath||e.filename)),!n&&t&&typeof t=="object"&&(n=K.DEFAULT_CONTENT_TYPE),n};K.prototype._multiPartFooter=function(){return function(t){var e=K.LINE_BREAK,n=this._streams.length===0;n&&(e+=this._lastBoundary()),t(e)}.bind(this)};K.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+K.LINE_BREAK};K.prototype.getHeaders=function(t){var e,n={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(e in t)Tt(t,e)&&(n[e.toLowerCase()]=t[e]);return n};K.prototype.setBoundary=function(t){if(typeof t!="string")throw new TypeError("FormData boundary must be a string");this._boundary=t};K.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};K.prototype.getBuffer=function(){for(var t=new Buffer.alloc(0),e=this.getBoundary(),n=0,r=this._streams.length;n<r;n++)typeof this._streams[n]!="function"&&(Buffer.isBuffer(this._streams[n])?t=Buffer.concat([t,this._streams[n]]):t=Buffer.concat([t,Buffer.from(this._streams[n])]),(typeof this._streams[n]!="string"||this._streams[n].substring(2,e.length+2)!==e)&&(t=Buffer.concat([t,Buffer.from(K.LINE_BREAK)])));return Buffer.concat([t,Buffer.from(this._lastBoundary())])};K.prototype._generateBoundary=function(){this._boundary="--------------------------"+Eb.randomBytes(12).toString("hex")};K.prototype.getLengthSync=function(){var t=this._overheadLength+this._valueLength;return this._streams.length&&(t+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),t};K.prototype.hasKnownLength=function(){var t=!0;return this._valuesToMeasure.length&&(t=!1),t};K.prototype.getLength=function(t){var e=this._overheadLength+this._valueLength;if(this._streams.length&&(e+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(t.bind(this,null,e));return}Cb.parallel(this._valuesToMeasure,this._lengthRetriever,function(n,r){if(n){t(n);return}r.forEach(function(i){e+=i}),t(null,e)})};K.prototype.submit=function(t,e){var n,r,i={method:"post"};return typeof t=="string"?(t=gb(t),r=jo({port:t.port,path:t.pathname,host:t.hostname,protocol:t.protocol},i)):(r=jo(t,i),r.port||(r.port=r.protocol==="https:"?443:80)),r.headers=this.getHeaders(t.headers),r.protocol==="https:"?n=hb.request(r):n=fb.request(r),this.getLength(function(o,s){if(o&&o!=="Unknown stream"){this._error(o);return}if(s&&n.setHeader("Content-Length",s),this.pipe(n),e){var a,l=function(c,u){return n.removeListener("error",l),n.removeListener("response",a),e.call(this,c,u)};a=l.bind(this,null),n.on("error",l),n.on("response",a)}}.bind(this)),n};K.prototype._error=function(t){this.error||(this.error=t,this.pause(),this.emit("error",t))};K.prototype.toString=function(){return"[object FormData]"};vb(K.prototype,"FormData");gD.exports=K});var TD=x(RD=>{"use strict";var qb=P("url").parse,Mb={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Ub=String.prototype.endsWith||function(t){return t.length<=this.length&&this.indexOf(t,this.length-t.length)!==-1};function Hb(t){var e=typeof t=="string"?qb(t):t||{},n=e.protocol,r=e.host,i=e.port;if(typeof r!="string"||!r||typeof n!="string"||(n=n.split(":",1)[0],r=r.replace(/:\d*$/,""),i=parseInt(i)||Mb[n]||0,!Wb(r,i)))return"";var o=wn("npm_config_"+n+"_proxy")||wn(n+"_proxy")||wn("npm_config_proxy")||wn("all_proxy");return o&&o.indexOf("://")===-1&&(o=n+"://"+o),o}function Wb(t,e){var n=(wn("npm_config_no_proxy")||wn("no_proxy")).toLowerCase();return n?n==="*"?!1:n.split(/[,\s]/).every(function(r){if(!r)return!0;var i=r.match(/^(.+):(\d+)$/),o=i?i[1]:r,s=i?parseInt(i[2]):0;return s&&s!==e?!0:/^[.*]/.test(o)?(o.charAt(0)==="*"&&(o=o.slice(1)),!Ub.call(t,o)):t!==o}):!0}function wn(t){return process.env[t.toLowerCase()]||process.env[t.toUpperCase()]||""}RD.getProxyForUrl=Hb});var kD=x((s_,$D)=>{var An=1e3,Bn=An*60,Sn=Bn*60,Gt=Sn*24,zb=Gt*7,Gb=Gt*365.25;$D.exports=function(t,e){e=e||{};var n=typeof t;if(n==="string"&&t.length>0)return Vb(t);if(n==="number"&&isFinite(t))return e.long?Kb(t):Yb(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function Vb(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),r=(e[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*Gb;case"weeks":case"week":case"w":return n*zb;case"days":case"day":case"d":return n*Gt;case"hours":case"hour":case"hrs":case"hr":case"h":return n*Sn;case"minutes":case"minute":case"mins":case"min":case"m":return n*Bn;case"seconds":case"second":case"secs":case"sec":case"s":return n*An;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}function Yb(t){var e=Math.abs(t);return e>=Gt?Math.round(t/Gt)+"d":e>=Sn?Math.round(t/Sn)+"h":e>=Bn?Math.round(t/Bn)+"m":e>=An?Math.round(t/An)+"s":t+"ms"}function Kb(t){var e=Math.abs(t);return e>=Gt?bi(t,e,Gt,"day"):e>=Sn?bi(t,e,Sn,"hour"):e>=Bn?bi(t,e,Bn,"minute"):e>=An?bi(t,e,An,"second"):t+" ms"}function bi(t,e,n,r){var i=e>=n*1.5;return Math.round(t/n)+" "+r+(i?"s":"")}});var Ko=x((o_,ID)=>{function Jb(t){n.debug=n,n.default=n,n.coerce=l,n.disable=s,n.enable=i,n.enabled=a,n.humanize=kD(),n.destroy=c,Object.keys(t).forEach(u=>{n[u]=t[u]}),n.names=[],n.skips=[],n.formatters={};function e(u){let p=0;for(let m=0;m<u.length;m++)p=(p<<5)-p+u.charCodeAt(m),p|=0;return n.colors[Math.abs(p)%n.colors.length]}n.selectColor=e;function n(u){let p,m=null,D,d;function f(...h){if(!f.enabled)return;let F=f,A=Number(new Date),w=A-(p||A);F.diff=w,F.prev=p,F.curr=A,p=A,h[0]=n.coerce(h[0]),typeof h[0]!="string"&&h.unshift("%O");let S=0;h[0]=h[0].replace(/%([a-zA-Z%])/g,(U,q)=>{if(U==="%%")return"%";S++;let M=n.formatters[q];if(typeof M=="function"){let E=h[S];U=M.call(F,E),h.splice(S,1),S--}return U}),n.formatArgs.call(F,h),(F.log||n.log).apply(F,h)}return f.namespace=u,f.useColors=n.useColors(),f.color=n.selectColor(u),f.extend=r,f.destroy=n.destroy,Object.defineProperty(f,"enabled",{enumerable:!0,configurable:!1,get:()=>m!==null?m:(D!==n.namespaces&&(D=n.namespaces,d=n.enabled(u)),d),set:h=>{m=h}}),typeof n.init=="function"&&n.init(f),f}function r(u,p){let m=n(this.namespace+(typeof p>"u"?":":p)+u);return m.log=this.log,m}function i(u){n.save(u),n.namespaces=u,n.names=[],n.skips=[];let p=(typeof u=="string"?u:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let m of p)m[0]==="-"?n.skips.push(m.slice(1)):n.names.push(m)}function o(u,p){let m=0,D=0,d=-1,f=0;for(;m<u.length;)if(D<p.length&&(p[D]===u[m]||p[D]==="*"))p[D]==="*"?(d=D,f=m,D++):(m++,D++);else if(d!==-1)D=d+1,f++,m=f;else return!1;for(;D<p.length&&p[D]==="*";)D++;return D===p.length}function s(){let u=[...n.names,...n.skips.map(p=>"-"+p)].join(",");return n.enable(""),u}function a(u){for(let p of n.skips)if(o(u,p))return!1;for(let p of n.names)if(o(u,p))return!0;return!1}function l(u){return u instanceof Error?u.stack||u.message:u}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return n.enable(n.load()),n}ID.exports=Jb});var jD=x((He,yi)=>{He.formatArgs=Zb;He.save=Qb;He.load=ey;He.useColors=Xb;He.storage=ty();He.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();He.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Xb(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Zb(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+yi.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let n=0,r=0;t[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(n++,i==="%c"&&(r=n))}),t.splice(r,0,e)}He.log=console.debug||console.log||(()=>{});function Qb(t){try{t?He.storage.setItem("debug",t):He.storage.removeItem("debug")}catch{}}function ey(){let t;try{t=He.storage.getItem("debug")||He.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function ty(){try{return localStorage}catch{}}yi.exports=Ko()(He);var{formatters:ny}=yi.exports;ny.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var LD=x((ve,Ai)=>{var ry=P("tty"),wi=P("util");ve.init=ly;ve.log=ay;ve.formatArgs=sy;ve.save=uy;ve.load=cy;ve.useColors=iy;ve.destroy=wi.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");ve.colors=[6,2,3,4,5,1];try{let t=P("supports-color");t&&(t.stderr||t).level>=2&&(ve.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}ve.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let n=e.substring(6).toLowerCase().replace(/_([a-z])/g,(i,o)=>o.toUpperCase()),r=process.env[e];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),t[n]=r,t},{});function iy(){return"colors"in ve.inspectOpts?!!ve.inspectOpts.colors:ry.isatty(process.stderr.fd)}function sy(t){let{namespace:e,useColors:n}=this;if(n){let r=this.color,i="\x1B[3"+(r<8?r:"8;5;"+r),o=` ${i};1m${e} \x1B[0m`;t[0]=o+t[0].split(`
24
+ `)}),this}_outputHelpIfRequested(e){let n=this._getHelpOption();n&&e.find(i=>n.is(i))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function Zc(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let n,r="127.0.0.1",i="9229",o;return(o=e.match(/^(--inspect(-brk)?)$/))!==null?n=o[1]:(o=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(n=o[1],/^\d+$/.test(o[3])?i=o[3]:r=o[3]):(o=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(n=o[1],r=o[3],i=o[4]),n&&i!=="0"?`${n}=${r}:${parseInt(i)+1}`:e})}Qc.Command=fo});var il=x(et=>{var{Argument:tl}=oi(),{Command:ho}=el(),{CommanderError:ZE,InvalidArgumentError:nl}=nr(),{Help:QE}=oo(),{Option:rl}=lo();et.program=new ho;et.createCommand=t=>new ho(t);et.createOption=(t,e)=>new rl(t,e);et.createArgument=(t,e)=>new tl(t,e);et.Command=ho;et.Option=rl;et.Argument=tl;et.Help=QE;et.CommanderError=ZE;et.InvalidArgumentError=nl;et.InvalidOptionArgumentError=nl});var Fl=x((i9,xl)=>{var gl=L("stream").Stream,qC=L("util");xl.exports=ut;function ut(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}qC.inherits(ut,gl);ut.create=function(t,e){var n=new this;e=e||{};for(var r in e)n[r]=e[r];n.source=t;var i=t.emit;return t.emit=function(){return n._handleEmit(arguments),i.apply(t,arguments)},t.on("error",function(){}),n.pauseStream&&t.pause(),n};Object.defineProperty(ut.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});ut.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ut.prototype.resume=function(){this._released||this.release(),this.source.resume()};ut.prototype.pause=function(){this.source.pause()};ut.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(t){this.emit.apply(this,t)}.bind(this)),this._bufferedEvents=[]};ut.prototype.pipe=function(){var t=gl.prototype.pipe.apply(this,arguments);return this.resume(),t};ut.prototype._handleEmit=function(t){if(this._released){this.emit.apply(this,t);return}t[0]==="data"&&(this.dataSize+=t[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(t)};ut.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(t))}}});var bl=x((s9,vl)=>{var MC=L("util"),Cl=L("stream").Stream,El=Fl();vl.exports=de;function de(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}MC.inherits(de,Cl);de.create=function(t){var e=new this;t=t||{};for(var n in t)e[n]=t[n];return e};de.isStreamLike=function(t){return typeof t!="function"&&typeof t!="string"&&typeof t!="boolean"&&typeof t!="number"&&!Buffer.isBuffer(t)};de.prototype.append=function(t){var e=de.isStreamLike(t);if(e){if(!(t instanceof El)){var n=El.create(t,{maxDataSize:1/0,pauseStream:this.pauseStreams});t.on("data",this._checkDataSize.bind(this)),t=n}this._handleErrors(t),this.pauseStreams&&t.pause()}return this._streams.push(t),this};de.prototype.pipe=function(t,e){return Cl.prototype.pipe.call(this,t,e),this.resume(),t};de.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};de.prototype._realGetNext=function(){var t=this._streams.shift();if(typeof t>"u"){this.end();return}if(typeof t!="function"){this._pipeNext(t);return}var e=t;e(function(n){var r=de.isStreamLike(n);r&&(n.on("data",this._checkDataSize.bind(this)),this._handleErrors(n)),this._pipeNext(n)}.bind(this))};de.prototype._pipeNext=function(t){this._currentStream=t;var e=de.isStreamLike(t);if(e){t.on("end",this._getNext.bind(this)),t.pipe(this,{end:!1});return}var n=t;this.write(n),this._getNext()};de.prototype._handleErrors=function(t){var e=this;t.on("error",function(n){e._emitError(n)})};de.prototype.write=function(t){this.emit("data",t)};de.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};de.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};de.prototype.end=function(){this._reset(),this.emit("end")};de.prototype.destroy=function(){this._reset(),this.emit("close")};de.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};de.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(t))}};de.prototype._updateDataSize=function(){this.dataSize=0;var t=this;this._streams.forEach(function(e){e.dataSize&&(t.dataSize+=e.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};de.prototype._emitError=function(t){this._reset(),this.emit("error",t)}});var yl=x((o9,UC)=>{UC.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var Al=x((a9,wl)=>{wl.exports=yl()});var _l=x(Ue=>{"use strict";var Di=Al(),HC=L("path").extname,Bl=/^\s*([^;\s]*)(?:;|\s|$)/,WC=/^text\//i;Ue.charset=Sl;Ue.charsets={lookup:Sl};Ue.contentType=zC;Ue.extension=GC;Ue.extensions=Object.create(null);Ue.lookup=VC;Ue.types=Object.create(null);YC(Ue.extensions,Ue.types);function Sl(t){if(!t||typeof t!="string")return!1;var e=Bl.exec(t),n=e&&Di[e[1].toLowerCase()];return n&&n.charset?n.charset:e&&WC.test(e[1])?"UTF-8":!1}function zC(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?Ue.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var n=Ue.charset(e);n&&(e+="; charset="+n.toLowerCase())}return e}function GC(t){if(!t||typeof t!="string")return!1;var e=Bl.exec(t),n=e&&Ue.extensions[e[1].toLowerCase()];return!n||!n.length?!1:n[0]}function VC(t){if(!t||typeof t!="string")return!1;var e=HC("x."+t).toLowerCase().substr(1);return e&&Ue.types[e]||!1}function YC(t,e){var n=["nginx","apache",void 0,"iana"];Object.keys(Di).forEach(function(i){var o=Di[i],s=o.extensions;if(!(!s||!s.length)){t[i]=s;for(var a=0;a<s.length;a++){var l=s[a];if(e[l]){var c=n.indexOf(Di[e[l]].source),u=n.indexOf(o.source);if(e[l]!=="application/octet-stream"&&(c>u||c===u&&e[l].substr(0,12)==="application/"))continue}e[l]=i}}})}});var Rl=x((c9,Ol)=>{Ol.exports=KC;function KC(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var Co=x((l9,$l)=>{var Tl=Rl();$l.exports=JC;function JC(t){var e=!1;return Tl(function(){e=!0}),function(r,i){e?t(r,i):Tl(function(){t(r,i)})}}});var vo=x((p9,kl)=>{kl.exports=XC;function XC(t){Object.keys(t.jobs).forEach(ZC.bind(t)),t.jobs={}}function ZC(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var bo=x((D9,jl)=>{var Il=Co(),QC=vo();jl.exports=ev;function ev(t,e,n,r){var i=n.keyedList?n.keyedList[n.index]:n.index;n.jobs[i]=tv(e,i,t[i],function(o,s){i in n.jobs&&(delete n.jobs[i],o?QC(n):n.results[i]=s,r(o,n.results))})}function tv(t,e,n,r){var i;return t.length==2?i=t(n,Il(r)):i=t(n,e,Il(r)),i}});var yo=x((d9,Nl)=>{Nl.exports=nv;function nv(t,e){var n=!Array.isArray(t),r={index:0,keyedList:n||e?Object.keys(t):null,jobs:{},results:n?{}:[],size:n?Object.keys(t).length:t.length};return e&&r.keyedList.sort(n?e:function(i,o){return e(t[i],t[o])}),r}});var wo=x((m9,Pl)=>{var rv=vo(),iv=Co();Pl.exports=sv;function sv(t){Object.keys(this.jobs).length&&(this.index=this.size,rv(this),iv(t)(null,this.results))}});var ql=x((f9,Ll)=>{var ov=bo(),av=yo(),uv=wo();Ll.exports=cv;function cv(t,e,n){for(var r=av(t);r.index<(r.keyedList||t).length;)ov(t,e,r,function(i,o){if(i){n(i,o);return}if(Object.keys(r.jobs).length===0){n(null,r.results);return}}),r.index++;return uv.bind(r,n)}});var Ao=x((h9,di)=>{var Ml=bo(),lv=yo(),pv=wo();di.exports=Dv;di.exports.ascending=Ul;di.exports.descending=dv;function Dv(t,e,n,r){var i=lv(t,n);return Ml(t,e,i,function o(s,a){if(s){r(s,a);return}if(i.index++,i.index<(i.keyedList||t).length){Ml(t,e,i,o);return}r(null,i.results)}),pv.bind(i,r)}function Ul(t,e){return t<e?-1:t>e?1:0}function dv(t,e){return-1*Ul(t,e)}});var Wl=x((g9,Hl)=>{var mv=Ao();Hl.exports=fv;function fv(t,e,n){return mv(t,e,null,n)}});var Gl=x((x9,zl)=>{zl.exports={parallel:ql(),serial:Wl(),serialOrdered:Ao()}});var Bo=x((F9,Vl)=>{"use strict";Vl.exports=Object});var Kl=x((E9,Yl)=>{"use strict";Yl.exports=Error});var Xl=x((C9,Jl)=>{"use strict";Jl.exports=EvalError});var Ql=x((v9,Zl)=>{"use strict";Zl.exports=RangeError});var tp=x((b9,ep)=>{"use strict";ep.exports=ReferenceError});var rp=x((y9,np)=>{"use strict";np.exports=SyntaxError});var mi=x((w9,ip)=>{"use strict";ip.exports=TypeError});var op=x((A9,sp)=>{"use strict";sp.exports=URIError});var up=x((B9,ap)=>{"use strict";ap.exports=Math.abs});var lp=x((S9,cp)=>{"use strict";cp.exports=Math.floor});var Dp=x((_9,pp)=>{"use strict";pp.exports=Math.max});var mp=x((O9,dp)=>{"use strict";dp.exports=Math.min});var hp=x((R9,fp)=>{"use strict";fp.exports=Math.pow});var xp=x((T9,gp)=>{"use strict";gp.exports=Math.round});var Ep=x(($9,Fp)=>{"use strict";Fp.exports=Number.isNaN||function(e){return e!==e}});var vp=x((k9,Cp)=>{"use strict";var hv=Ep();Cp.exports=function(e){return hv(e)||e===0?e:e<0?-1:1}});var yp=x((I9,bp)=>{"use strict";bp.exports=Object.getOwnPropertyDescriptor});var So=x((j9,wp)=>{"use strict";var fi=yp();if(fi)try{fi([],"length")}catch{fi=null}wp.exports=fi});var Bp=x((N9,Ap)=>{"use strict";var hi=Object.defineProperty||!1;if(hi)try{hi({},"a",{value:1})}catch{hi=!1}Ap.exports=hi});var _o=x((P9,Sp)=>{"use strict";Sp.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var i=42;e[n]=i;for(var o in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(e,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var a=Object.getOwnPropertyDescriptor(e,n);if(a.value!==i||a.enumerable!==!0)return!1}return!0}});var Rp=x((L9,Op)=>{"use strict";var _p=typeof Symbol<"u"&&Symbol,gv=_o();Op.exports=function(){return typeof _p!="function"||typeof Symbol!="function"||typeof _p("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:gv()}});var Oo=x((q9,Tp)=>{"use strict";Tp.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Ro=x((M9,$p)=>{"use strict";var xv=Bo();$p.exports=xv.getPrototypeOf||null});var jp=x((U9,Ip)=>{"use strict";var Fv="Function.prototype.bind called on incompatible ",Ev=Object.prototype.toString,Cv=Math.max,vv="[object Function]",kp=function(e,n){for(var r=[],i=0;i<e.length;i+=1)r[i]=e[i];for(var o=0;o<n.length;o+=1)r[o+e.length]=n[o];return r},bv=function(e,n){for(var r=[],i=n||0,o=0;i<e.length;i+=1,o+=1)r[o]=e[i];return r},yv=function(t,e){for(var n="",r=0;r<t.length;r+=1)n+=t[r],r+1<t.length&&(n+=e);return n};Ip.exports=function(e){var n=this;if(typeof n!="function"||Ev.apply(n)!==vv)throw new TypeError(Fv+n);for(var r=bv(arguments,1),i,o=function(){if(this instanceof i){var u=n.apply(this,kp(r,arguments));return Object(u)===u?u:this}return n.apply(e,kp(r,arguments))},s=Cv(0,n.length-r.length),a=[],l=0;l<s;l++)a[l]="$"+l;if(i=Function("binder","return function ("+yv(a,",")+"){ return binder.apply(this,arguments); }")(o),n.prototype){var c=function(){};c.prototype=n.prototype,i.prototype=new c,c.prototype=null}return i}});var or=x((H9,Np)=>{"use strict";var wv=jp();Np.exports=Function.prototype.bind||wv});var gi=x((W9,Pp)=>{"use strict";Pp.exports=Function.prototype.call});var To=x((z9,Lp)=>{"use strict";Lp.exports=Function.prototype.apply});var Mp=x((G9,qp)=>{"use strict";qp.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var Hp=x((V9,Up)=>{"use strict";var Av=or(),Bv=To(),Sv=gi(),_v=Mp();Up.exports=_v||Av.call(Sv,Bv)});var zp=x((Y9,Wp)=>{"use strict";var Ov=or(),Rv=mi(),Tv=gi(),$v=Hp();Wp.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new Rv("a function is required");return $v(Ov,Tv,e)}});var Xp=x((K9,Jp)=>{"use strict";var kv=zp(),Gp=So(),Yp;try{Yp=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var $o=!!Yp&&Gp&&Gp(Object.prototype,"__proto__"),Kp=Object,Vp=Kp.getPrototypeOf;Jp.exports=$o&&typeof $o.get=="function"?kv([$o.get]):typeof Vp=="function"?function(e){return Vp(e==null?e:Kp(e))}:!1});var nD=x((J9,tD)=>{"use strict";var Zp=Oo(),Qp=Ro(),eD=Xp();tD.exports=Zp?function(e){return Zp(e)}:Qp?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return Qp(e)}:eD?function(e){return eD(e)}:null});var xi=x((X9,rD)=>{"use strict";var Iv=Function.prototype.call,jv=Object.prototype.hasOwnProperty,Nv=or();rD.exports=Nv.call(Iv,jv)});var lD=x((Z9,cD)=>{"use strict";var z,Pv=Bo(),Lv=Kl(),qv=Xl(),Mv=Ql(),Uv=tp(),Cn=rp(),En=mi(),Hv=op(),Wv=up(),zv=lp(),Gv=Dp(),Vv=mp(),Yv=hp(),Kv=xp(),Jv=vp(),aD=Function,ko=function(t){try{return aD('"use strict"; return ('+t+").constructor;")()}catch{}},ar=So(),Xv=Bp(),Io=function(){throw new En},Zv=ar?function(){try{return arguments.callee,Io}catch{try{return ar(arguments,"callee").get}catch{return Io}}}():Io,xn=Rp()(),Ce=nD(),Qv=Ro(),eb=Oo(),uD=To(),ur=gi(),Fn={},tb=typeof Uint8Array>"u"||!Ce?z:Ce(Uint8Array),Ht={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?z:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?z:ArrayBuffer,"%ArrayIteratorPrototype%":xn&&Ce?Ce([][Symbol.iterator]()):z,"%AsyncFromSyncIteratorPrototype%":z,"%AsyncFunction%":Fn,"%AsyncGenerator%":Fn,"%AsyncGeneratorFunction%":Fn,"%AsyncIteratorPrototype%":Fn,"%Atomics%":typeof Atomics>"u"?z:Atomics,"%BigInt%":typeof BigInt>"u"?z:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?z:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?z:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?z:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Lv,"%eval%":eval,"%EvalError%":qv,"%Float16Array%":typeof Float16Array>"u"?z:Float16Array,"%Float32Array%":typeof Float32Array>"u"?z:Float32Array,"%Float64Array%":typeof Float64Array>"u"?z:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?z:FinalizationRegistry,"%Function%":aD,"%GeneratorFunction%":Fn,"%Int8Array%":typeof Int8Array>"u"?z:Int8Array,"%Int16Array%":typeof Int16Array>"u"?z:Int16Array,"%Int32Array%":typeof Int32Array>"u"?z:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":xn&&Ce?Ce(Ce([][Symbol.iterator]())):z,"%JSON%":typeof JSON=="object"?JSON:z,"%Map%":typeof Map>"u"?z:Map,"%MapIteratorPrototype%":typeof Map>"u"||!xn||!Ce?z:Ce(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Pv,"%Object.getOwnPropertyDescriptor%":ar,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?z:Promise,"%Proxy%":typeof Proxy>"u"?z:Proxy,"%RangeError%":Mv,"%ReferenceError%":Uv,"%Reflect%":typeof Reflect>"u"?z:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?z:Set,"%SetIteratorPrototype%":typeof Set>"u"||!xn||!Ce?z:Ce(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?z:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":xn&&Ce?Ce(""[Symbol.iterator]()):z,"%Symbol%":xn?Symbol:z,"%SyntaxError%":Cn,"%ThrowTypeError%":Zv,"%TypedArray%":tb,"%TypeError%":En,"%Uint8Array%":typeof Uint8Array>"u"?z:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?z:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?z:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?z:Uint32Array,"%URIError%":Hv,"%WeakMap%":typeof WeakMap>"u"?z:WeakMap,"%WeakRef%":typeof WeakRef>"u"?z:WeakRef,"%WeakSet%":typeof WeakSet>"u"?z:WeakSet,"%Function.prototype.call%":ur,"%Function.prototype.apply%":uD,"%Object.defineProperty%":Xv,"%Object.getPrototypeOf%":Qv,"%Math.abs%":Wv,"%Math.floor%":zv,"%Math.max%":Gv,"%Math.min%":Vv,"%Math.pow%":Yv,"%Math.round%":Kv,"%Math.sign%":Jv,"%Reflect.getPrototypeOf%":eb};if(Ce)try{null.error}catch(t){iD=Ce(Ce(t)),Ht["%Error.prototype%"]=iD}var iD,nb=function t(e){var n;if(e==="%AsyncFunction%")n=ko("async function () {}");else if(e==="%GeneratorFunction%")n=ko("function* () {}");else if(e==="%AsyncGeneratorFunction%")n=ko("async function* () {}");else if(e==="%AsyncGenerator%"){var r=t("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if(e==="%AsyncIteratorPrototype%"){var i=t("%AsyncGenerator%");i&&Ce&&(n=Ce(i.prototype))}return Ht[e]=n,n},sD={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},cr=or(),Fi=xi(),rb=cr.call(ur,Array.prototype.concat),ib=cr.call(uD,Array.prototype.splice),oD=cr.call(ur,String.prototype.replace),Ei=cr.call(ur,String.prototype.slice),sb=cr.call(ur,RegExp.prototype.exec),ob=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,ab=/\\(\\)?/g,ub=function(e){var n=Ei(e,0,1),r=Ei(e,-1);if(n==="%"&&r!=="%")throw new Cn("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&n!=="%")throw new Cn("invalid intrinsic syntax, expected opening `%`");var i=[];return oD(e,ob,function(o,s,a,l){i[i.length]=a?oD(l,ab,"$1"):s||o}),i},cb=function(e,n){var r=e,i;if(Fi(sD,r)&&(i=sD[r],r="%"+i[0]+"%"),Fi(Ht,r)){var o=Ht[r];if(o===Fn&&(o=nb(r)),typeof o>"u"&&!n)throw new En("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:r,value:o}}throw new Cn("intrinsic "+e+" does not exist!")};cD.exports=function(e,n){if(typeof e!="string"||e.length===0)throw new En("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof n!="boolean")throw new En('"allowMissing" argument must be a boolean');if(sb(/^%?[^%]*%?$/,e)===null)throw new Cn("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=ub(e),i=r.length>0?r[0]:"",o=cb("%"+i+"%",n),s=o.name,a=o.value,l=!1,c=o.alias;c&&(i=c[0],ib(r,rb([0,1],c)));for(var u=1,p=!0;u<r.length;u+=1){var m=r[u],D=Ei(m,0,1),d=Ei(m,-1);if((D==='"'||D==="'"||D==="`"||d==='"'||d==="'"||d==="`")&&D!==d)throw new Cn("property names with quotes must have matching quotes");if((m==="constructor"||!p)&&(l=!0),i+="."+m,s="%"+i+"%",Fi(Ht,s))a=Ht[s];else if(a!=null){if(!(m in a)){if(!n)throw new En("base intrinsic for "+e+" exists, but the property is not available.");return}if(ar&&u+1>=r.length){var f=ar(a,m);p=!!f,p&&"get"in f&&!("originalValue"in f.get)?a=f.get:a=a[m]}else p=Fi(a,m),a=a[m];p&&!l&&(Ht[s]=a)}}return a}});var DD=x((Q9,pD)=>{"use strict";var lb=_o();pD.exports=function(){return lb()&&!!Symbol.toStringTag}});var fD=x((e7,mD)=>{"use strict";var pb=lD(),dD=pb("%Object.defineProperty%",!0),Db=DD()(),db=xi(),mb=mi(),Ci=Db?Symbol.toStringTag:null;mD.exports=function(e,n){var r=arguments.length>2&&!!arguments[2]&&arguments[2].force,i=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof r<"u"&&typeof r!="boolean"||typeof i<"u"&&typeof i!="boolean")throw new mb("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");Ci&&(r||!db(e,Ci))&&(dD?dD(e,Ci,{configurable:!i,enumerable:!1,value:n,writable:!1}):e[Ci]=n)}});var gD=x((t7,hD)=>{"use strict";hD.exports=function(t,e){return Object.keys(e).forEach(function(n){t[n]=t[n]||e[n]}),t}});var FD=x((n7,xD)=>{"use strict";var Lo=bl(),fb=L("util"),jo=L("path"),hb=L("http"),gb=L("https"),xb=L("url").parse,Fb=L("fs"),Eb=L("stream").Stream,Cb=L("crypto"),No=_l(),vb=Gl(),bb=fD(),Tt=xi(),Po=gD();function K(t){if(!(this instanceof K))return new K(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],Lo.call(this),t=t||{};for(var e in t)this[e]=t[e]}fb.inherits(K,Lo);K.LINE_BREAK=`\r
25
+ `;K.DEFAULT_CONTENT_TYPE="application/octet-stream";K.prototype.append=function(t,e,n){n=n||{},typeof n=="string"&&(n={filename:n});var r=Lo.prototype.append.bind(this);if((typeof e=="number"||e==null)&&(e=String(e)),Array.isArray(e)){this._error(new Error("Arrays are not supported."));return}var i=this._multiPartHeader(t,e,n),o=this._multiPartFooter();r(i),r(e),r(o),this._trackLength(i,e,n)};K.prototype._trackLength=function(t,e,n){var r=0;n.knownLength!=null?r+=Number(n.knownLength):Buffer.isBuffer(e)?r=e.length:typeof e=="string"&&(r=Buffer.byteLength(e)),this._valueLength+=r,this._overheadLength+=Buffer.byteLength(t)+K.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&Tt(e,"httpVersion"))&&!(e instanceof Eb))&&(n.knownLength||this._valuesToMeasure.push(e))};K.prototype._lengthRetriever=function(t,e){Tt(t,"fd")?t.end!=null&&t.end!=1/0&&t.start!=null?e(null,t.end+1-(t.start?t.start:0)):Fb.stat(t.path,function(n,r){if(n){e(n);return}var i=r.size-(t.start?t.start:0);e(null,i)}):Tt(t,"httpVersion")?e(null,Number(t.headers["content-length"])):Tt(t,"httpModule")?(t.on("response",function(n){t.pause(),e(null,Number(n.headers["content-length"]))}),t.resume()):e("Unknown stream")};K.prototype._multiPartHeader=function(t,e,n){if(typeof n.header=="string")return n.header;var r=this._getContentDisposition(e,n),i=this._getContentType(e,n),o="",s={"Content-Disposition":["form-data",'name="'+t+'"'].concat(r||[]),"Content-Type":[].concat(i||[])};typeof n.header=="object"&&Po(s,n.header);var a;for(var l in s)if(Tt(s,l)){if(a=s[l],a==null)continue;Array.isArray(a)||(a=[a]),a.length&&(o+=l+": "+a.join("; ")+K.LINE_BREAK)}return"--"+this.getBoundary()+K.LINE_BREAK+o+K.LINE_BREAK};K.prototype._getContentDisposition=function(t,e){var n;if(typeof e.filepath=="string"?n=jo.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t&&(t.name||t.path)?n=jo.basename(e.filename||t&&(t.name||t.path)):t&&t.readable&&Tt(t,"httpVersion")&&(n=jo.basename(t.client._httpMessage.path||"")),n)return'filename="'+n+'"'};K.prototype._getContentType=function(t,e){var n=e.contentType;return!n&&t&&t.name&&(n=No.lookup(t.name)),!n&&t&&t.path&&(n=No.lookup(t.path)),!n&&t&&t.readable&&Tt(t,"httpVersion")&&(n=t.headers["content-type"]),!n&&(e.filepath||e.filename)&&(n=No.lookup(e.filepath||e.filename)),!n&&t&&typeof t=="object"&&(n=K.DEFAULT_CONTENT_TYPE),n};K.prototype._multiPartFooter=function(){return function(t){var e=K.LINE_BREAK,n=this._streams.length===0;n&&(e+=this._lastBoundary()),t(e)}.bind(this)};K.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+K.LINE_BREAK};K.prototype.getHeaders=function(t){var e,n={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(e in t)Tt(t,e)&&(n[e.toLowerCase()]=t[e]);return n};K.prototype.setBoundary=function(t){if(typeof t!="string")throw new TypeError("FormData boundary must be a string");this._boundary=t};K.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};K.prototype.getBuffer=function(){for(var t=new Buffer.alloc(0),e=this.getBoundary(),n=0,r=this._streams.length;n<r;n++)typeof this._streams[n]!="function"&&(Buffer.isBuffer(this._streams[n])?t=Buffer.concat([t,this._streams[n]]):t=Buffer.concat([t,Buffer.from(this._streams[n])]),(typeof this._streams[n]!="string"||this._streams[n].substring(2,e.length+2)!==e)&&(t=Buffer.concat([t,Buffer.from(K.LINE_BREAK)])));return Buffer.concat([t,Buffer.from(this._lastBoundary())])};K.prototype._generateBoundary=function(){this._boundary="--------------------------"+Cb.randomBytes(12).toString("hex")};K.prototype.getLengthSync=function(){var t=this._overheadLength+this._valueLength;return this._streams.length&&(t+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),t};K.prototype.hasKnownLength=function(){var t=!0;return this._valuesToMeasure.length&&(t=!1),t};K.prototype.getLength=function(t){var e=this._overheadLength+this._valueLength;if(this._streams.length&&(e+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(t.bind(this,null,e));return}vb.parallel(this._valuesToMeasure,this._lengthRetriever,function(n,r){if(n){t(n);return}r.forEach(function(i){e+=i}),t(null,e)})};K.prototype.submit=function(t,e){var n,r,i={method:"post"};return typeof t=="string"?(t=xb(t),r=Po({port:t.port,path:t.pathname,host:t.hostname,protocol:t.protocol},i)):(r=Po(t,i),r.port||(r.port=r.protocol==="https:"?443:80)),r.headers=this.getHeaders(t.headers),r.protocol==="https:"?n=gb.request(r):n=hb.request(r),this.getLength(function(o,s){if(o&&o!=="Unknown stream"){this._error(o);return}if(s&&n.setHeader("Content-Length",s),this.pipe(n),e){var a,l=function(c,u){return n.removeListener("error",l),n.removeListener("response",a),e.call(this,c,u)};a=l.bind(this,null),n.on("error",l),n.on("response",a)}}.bind(this)),n};K.prototype._error=function(t){this.error||(this.error=t,this.pause(),this.emit("error",t))};K.prototype.toString=function(){return"[object FormData]"};bb(K.prototype,"FormData");xD.exports=K});var $D=x(TD=>{"use strict";var Mb=L("url").parse,Ub={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Hb=String.prototype.endsWith||function(t){return t.length<=this.length&&this.indexOf(t,this.length-t.length)!==-1};function Wb(t){var e=typeof t=="string"?Mb(t):t||{},n=e.protocol,r=e.host,i=e.port;if(typeof r!="string"||!r||typeof n!="string"||(n=n.split(":",1)[0],r=r.replace(/:\d*$/,""),i=parseInt(i)||Ub[n]||0,!zb(r,i)))return"";var o=wn("npm_config_"+n+"_proxy")||wn(n+"_proxy")||wn("npm_config_proxy")||wn("all_proxy");return o&&o.indexOf("://")===-1&&(o=n+"://"+o),o}function zb(t,e){var n=(wn("npm_config_no_proxy")||wn("no_proxy")).toLowerCase();return n?n==="*"?!1:n.split(/[,\s]/).every(function(r){if(!r)return!0;var i=r.match(/^(.+):(\d+)$/),o=i?i[1]:r,s=i?parseInt(i[2]):0;return s&&s!==e?!0:/^[.*]/.test(o)?(o.charAt(0)==="*"&&(o=o.slice(1)),!Hb.call(t,o)):t!==o}):!0}function wn(t){return process.env[t.toLowerCase()]||process.env[t.toUpperCase()]||""}TD.getProxyForUrl=Wb});var ID=x((i_,kD)=>{var An=1e3,Bn=An*60,Sn=Bn*60,Gt=Sn*24,Gb=Gt*7,Vb=Gt*365.25;kD.exports=function(t,e){e=e||{};var n=typeof t;if(n==="string"&&t.length>0)return Yb(t);if(n==="number"&&isFinite(t))return e.long?Jb(t):Kb(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function Yb(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),r=(e[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*Vb;case"weeks":case"week":case"w":return n*Gb;case"days":case"day":case"d":return n*Gt;case"hours":case"hour":case"hrs":case"hr":case"h":return n*Sn;case"minutes":case"minute":case"mins":case"min":case"m":return n*Bn;case"seconds":case"second":case"secs":case"sec":case"s":return n*An;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}function Kb(t){var e=Math.abs(t);return e>=Gt?Math.round(t/Gt)+"d":e>=Sn?Math.round(t/Sn)+"h":e>=Bn?Math.round(t/Bn)+"m":e>=An?Math.round(t/An)+"s":t+"ms"}function Jb(t){var e=Math.abs(t);return e>=Gt?wi(t,e,Gt,"day"):e>=Sn?wi(t,e,Sn,"hour"):e>=Bn?wi(t,e,Bn,"minute"):e>=An?wi(t,e,An,"second"):t+" ms"}function wi(t,e,n,r){var i=e>=n*1.5;return Math.round(t/n)+" "+r+(i?"s":"")}});var Xo=x((s_,jD)=>{function Xb(t){n.debug=n,n.default=n,n.coerce=l,n.disable=s,n.enable=i,n.enabled=a,n.humanize=ID(),n.destroy=c,Object.keys(t).forEach(u=>{n[u]=t[u]}),n.names=[],n.skips=[],n.formatters={};function e(u){let p=0;for(let m=0;m<u.length;m++)p=(p<<5)-p+u.charCodeAt(m),p|=0;return n.colors[Math.abs(p)%n.colors.length]}n.selectColor=e;function n(u){let p,m=null,D,d;function f(...h){if(!f.enabled)return;let F=f,A=Number(new Date),w=A-(p||A);F.diff=w,F.prev=p,F.curr=A,p=A,h[0]=n.coerce(h[0]),typeof h[0]!="string"&&h.unshift("%O");let S=0;h[0]=h[0].replace(/%([a-zA-Z%])/g,(U,q)=>{if(U==="%%")return"%";S++;let M=n.formatters[q];if(typeof M=="function"){let E=h[S];U=M.call(F,E),h.splice(S,1),S--}return U}),n.formatArgs.call(F,h),(F.log||n.log).apply(F,h)}return f.namespace=u,f.useColors=n.useColors(),f.color=n.selectColor(u),f.extend=r,f.destroy=n.destroy,Object.defineProperty(f,"enabled",{enumerable:!0,configurable:!1,get:()=>m!==null?m:(D!==n.namespaces&&(D=n.namespaces,d=n.enabled(u)),d),set:h=>{m=h}}),typeof n.init=="function"&&n.init(f),f}function r(u,p){let m=n(this.namespace+(typeof p>"u"?":":p)+u);return m.log=this.log,m}function i(u){n.save(u),n.namespaces=u,n.names=[],n.skips=[];let p=(typeof u=="string"?u:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let m of p)m[0]==="-"?n.skips.push(m.slice(1)):n.names.push(m)}function o(u,p){let m=0,D=0,d=-1,f=0;for(;m<u.length;)if(D<p.length&&(p[D]===u[m]||p[D]==="*"))p[D]==="*"?(d=D,f=m,D++):(m++,D++);else if(d!==-1)D=d+1,f++,m=f;else return!1;for(;D<p.length&&p[D]==="*";)D++;return D===p.length}function s(){let u=[...n.names,...n.skips.map(p=>"-"+p)].join(",");return n.enable(""),u}function a(u){for(let p of n.skips)if(o(u,p))return!1;for(let p of n.names)if(o(u,p))return!0;return!1}function l(u){return u instanceof Error?u.stack||u.message:u}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return n.enable(n.load()),n}jD.exports=Xb});var ND=x((He,Ai)=>{He.formatArgs=Qb;He.save=ey;He.load=ty;He.useColors=Zb;He.storage=ny();He.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();He.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Zb(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Qb(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Ai.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let n=0,r=0;t[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(n++,i==="%c"&&(r=n))}),t.splice(r,0,e)}He.log=console.debug||console.log||(()=>{});function ey(t){try{t?He.storage.setItem("debug",t):He.storage.removeItem("debug")}catch{}}function ty(){let t;try{t=He.storage.getItem("debug")||He.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function ny(){try{return localStorage}catch{}}Ai.exports=Xo()(He);var{formatters:ry}=Ai.exports;ry.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var LD=x((ve,Si)=>{var iy=L("tty"),Bi=L("util");ve.init=py;ve.log=uy;ve.formatArgs=oy;ve.save=cy;ve.load=ly;ve.useColors=sy;ve.destroy=Bi.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");ve.colors=[6,2,3,4,5,1];try{let t=L("supports-color");t&&(t.stderr||t).level>=2&&(ve.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}ve.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let n=e.substring(6).toLowerCase().replace(/_([a-z])/g,(i,o)=>o.toUpperCase()),r=process.env[e];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),t[n]=r,t},{});function sy(){return"colors"in ve.inspectOpts?!!ve.inspectOpts.colors:iy.isatty(process.stderr.fd)}function oy(t){let{namespace:e,useColors:n}=this;if(n){let r=this.color,i="\x1B[3"+(r<8?r:"8;5;"+r),o=` ${i};1m${e} \x1B[0m`;t[0]=o+t[0].split(`
26
26
  `).join(`
27
- `+o),t.push(i+"m+"+Ai.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=oy()+e+" "+t[0]}function oy(){return ve.inspectOpts.hideDate?"":new Date().toISOString()+" "}function ay(...t){return process.stderr.write(wi.formatWithOptions(ve.inspectOpts,...t)+`
28
- `)}function uy(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function cy(){return process.env.DEBUG}function ly(t){t.inspectOpts={};let e=Object.keys(ve.inspectOpts);for(let n=0;n<e.length;n++)t.inspectOpts[e[n]]=ve.inspectOpts[e[n]]}Ai.exports=Ko()(ve);var{formatters:ND}=Ai.exports;ND.o=function(t){return this.inspectOpts.colors=this.useColors,wi.inspect(t,this.inspectOpts).split(`
29
- `).map(e=>e.trim()).join(" ")};ND.O=function(t){return this.inspectOpts.colors=this.useColors,wi.inspect(t,this.inspectOpts)}});var PD=x((a_,Jo)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Jo.exports=jD():Jo.exports=LD()});var MD=x((u_,qD)=>{var Dr;qD.exports=function(){if(!Dr){try{Dr=PD()("follow-redirects")}catch{}typeof Dr!="function"&&(Dr=function(){})}Dr.apply(null,arguments)}});var GD=x((c_,ua)=>{var mr=P("url"),dr=mr.URL,py=P("http"),Dy=P("https"),ta=P("stream").Writable,na=P("assert"),UD=MD();(function(){var e=typeof process<"u",n=typeof window<"u"&&typeof document<"u",r=Yt(Error.captureStackTrace);!e&&(n||!r)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var ra=!1;try{na(new dr(""))}catch(t){ra=t.code==="ERR_INVALID_URL"}var dy=["Authorization","Proxy-Authorization","Cookie"],my=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],ia=["abort","aborted","connect","error","socket","timeout"],sa=Object.create(null);ia.forEach(function(t){sa[t]=function(e,n,r){this._redirectable.emit(t,e,n,r)}});var Zo=fr("ERR_INVALID_URL","Invalid URL",TypeError),Qo=fr("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),fy=fr("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",Qo),hy=fr("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),gy=fr("ERR_STREAM_WRITE_AFTER_END","write after end"),xy=ta.prototype.destroy||WD;function We(t,e){ta.call(this),this._sanitizeOptions(t),this._options=t,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],e&&this.on("response",e);var n=this;this._onNativeResponse=function(r){try{n._processResponse(r)}catch(i){n.emit("error",i instanceof Qo?i:new Qo({cause:i}))}},this._headerFilter=new RegExp("^(?:"+dy.concat(t.sensitiveHeaders).map(yy).join("|")+")$","i"),this._performRequest()}We.prototype=Object.create(ta.prototype);We.prototype.abort=function(){aa(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};We.prototype.destroy=function(t){return aa(this._currentRequest,t),xy.call(this,t),this};We.prototype.write=function(t,e,n){if(this._ending)throw new gy;if(!Vt(t)&&!vy(t))throw new TypeError("data should be a string, Buffer or Uint8Array");if(Yt(e)&&(n=e,e=null),t.length===0){n&&n();return}this._requestBodyLength+t.length<=this._options.maxBodyLength?(this._requestBodyLength+=t.length,this._requestBodyBuffers.push({data:t,encoding:e}),this._currentRequest.write(t,e,n)):(this.emit("error",new hy),this.abort())};We.prototype.end=function(t,e,n){if(Yt(t)?(n=t,t=e=null):Yt(e)&&(n=e,e=null),!t)this._ended=this._ending=!0,this._currentRequest.end(null,null,n);else{var r=this,i=this._currentRequest;this.write(t,e,function(){r._ended=!0,i.end(null,null,n)}),this._ending=!0}};We.prototype.setHeader=function(t,e){this._options.headers[t]=e,this._currentRequest.setHeader(t,e)};We.prototype.removeHeader=function(t){delete this._options.headers[t],this._currentRequest.removeHeader(t)};We.prototype.setTimeout=function(t,e){var n=this;function r(s){s.setTimeout(t),s.removeListener("timeout",s.destroy),s.addListener("timeout",s.destroy)}function i(s){n._timeout&&clearTimeout(n._timeout),n._timeout=setTimeout(function(){n.emit("timeout"),o()},t),r(s)}function o(){n._timeout&&(clearTimeout(n._timeout),n._timeout=null),n.removeListener("abort",o),n.removeListener("error",o),n.removeListener("response",o),n.removeListener("close",o),e&&n.removeListener("timeout",e),n.socket||n._currentRequest.removeListener("socket",i)}return e&&this.on("timeout",e),this.socket?i(this.socket):this._currentRequest.once("socket",i),this.on("socket",r),this.on("abort",o),this.on("error",o),this.on("response",o),this.on("close",o),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(t){We.prototype[t]=function(e,n){return this._currentRequest[t](e,n)}});["aborted","connection","socket"].forEach(function(t){Object.defineProperty(We.prototype,t,{get:function(){return this._currentRequest[t]}})});We.prototype._sanitizeOptions=function(t){if(t.headers||(t.headers={}),Cy(t.sensitiveHeaders)||(t.sensitiveHeaders=[]),t.host&&(t.hostname||(t.hostname=t.host),delete t.host),!t.pathname&&t.path){var e=t.path.indexOf("?");e<0?t.pathname=t.path:(t.pathname=t.path.substring(0,e),t.search=t.path.substring(e))}};We.prototype._performRequest=function(){var t=this._options.protocol,e=this._options.nativeProtocols[t];if(!e)throw new TypeError("Unsupported protocol "+t);if(this._options.agents){var n=t.slice(0,-1);this._options.agent=this._options.agents[n]}var r=this._currentRequest=e.request(this._options,this._onNativeResponse);r._redirectable=this;for(var i of ia)r.on(i,sa[i]);if(this._currentUrl=/^\//.test(this._options.path)?mr.format(this._options):this._options.path,this._isRedirect){var o=0,s=this,a=this._requestBodyBuffers;(function l(c){if(r===s._currentRequest)if(c)s.emit("error",c);else if(o<a.length){var u=a[o++];r.finished||r.write(u.data,u.encoding,l)}else s._ended&&r.end()})()}};We.prototype._processResponse=function(t){var e=t.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:t.headers,statusCode:e});var n=t.headers.location;if(!n||this._options.followRedirects===!1||e<300||e>=400){t.responseUrl=this._currentUrl,t.redirects=this._redirects,this.emit("response",t),this._requestBodyBuffers=[];return}if(aa(this._currentRequest),t.destroy(),++this._redirectCount>this._options.maxRedirects)throw new fy;var r,i=this._options.beforeRedirect;i&&(r=Object.assign({Host:t.req.getHeader("host")},this._options.headers));var o=this._options.method;((e===301||e===302)&&this._options.method==="POST"||e===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Xo(/^content-/i,this._options.headers));var s=Xo(/^host$/i,this._options.headers),a=oa(this._currentUrl),l=s||a.host,c=/^\w+:/.test(n)?this._currentUrl:mr.format(Object.assign(a,{host:l})),u=Fy(n,c);if(UD("redirecting to",u.href),this._isRedirect=!0,ea(u,this._options),(u.protocol!==a.protocol&&u.protocol!=="https:"||u.host!==l&&!Ey(u.host,l))&&Xo(this._headerFilter,this._options.headers),Yt(i)){var p={headers:t.headers,statusCode:e},m={url:c,method:o,headers:r};i(this._options,p,m),this._sanitizeOptions(this._options)}this._performRequest()};function HD(t){var e={maxRedirects:21,maxBodyLength:10485760},n={};return Object.keys(t).forEach(function(r){var i=r+":",o=n[i]=t[r],s=e[r]=Object.create(o);function a(c,u,p){return by(c)?c=ea(c):Vt(c)?c=ea(oa(c)):(p=u,u=zD(c),c={protocol:i}),Yt(u)&&(p=u,u=null),u=Object.assign({maxRedirects:e.maxRedirects,maxBodyLength:e.maxBodyLength},c,u),u.nativeProtocols=n,!Vt(u.host)&&!Vt(u.hostname)&&(u.hostname="::1"),na.equal(u.protocol,i,"protocol mismatch"),UD("options",u),new We(u,p)}function l(c,u,p){var m=s.request(c,u,p);return m.end(),m}Object.defineProperties(s,{request:{value:a,configurable:!0,enumerable:!0,writable:!0},get:{value:l,configurable:!0,enumerable:!0,writable:!0}})}),e}function WD(){}function oa(t){var e;if(ra)e=new dr(t);else if(e=zD(mr.parse(t)),!Vt(e.protocol))throw new Zo({input:t});return e}function Fy(t,e){return ra?new dr(t,e):oa(mr.resolve(e,t))}function zD(t){if(/^\[/.test(t.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(t.hostname))throw new Zo({input:t.href||t});if(/^\[/.test(t.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(t.host))throw new Zo({input:t.href||t});return t}function ea(t,e){var n=e||{};for(var r of my)n[r]=t[r];return n.hostname.startsWith("[")&&(n.hostname=n.hostname.slice(1,-1)),n.port!==""&&(n.port=Number(n.port)),n.path=n.search?n.pathname+n.search:n.pathname,n}function Xo(t,e){var n;for(var r in e)t.test(r)&&(n=e[r],delete e[r]);return n===null||typeof n>"u"?void 0:String(n).trim()}function fr(t,e,n){function r(i){Yt(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,i||{}),this.code=t,this.message=this.cause?e+": "+this.cause.message:e}return r.prototype=new(n||Error),Object.defineProperties(r.prototype,{constructor:{value:r,enumerable:!1},name:{value:"Error ["+t+"]",enumerable:!1}}),r}function aa(t,e){for(var n of ia)t.removeListener(n,sa[n]);t.on("error",WD),t.destroy(e)}function Ey(t,e){na(Vt(t)&&Vt(e));var n=t.length-e.length-1;return n>0&&t[n]==="."&&t.endsWith(e)}function Cy(t){return t instanceof Array}function Vt(t){return typeof t=="string"||t instanceof String}function Yt(t){return typeof t=="function"}function vy(t){return typeof t=="object"&&"length"in t}function by(t){return dr&&t instanceof dr}function yy(t){return t.replace(/[\]\\/()*+?.$]/g,"\\$&")}ua.exports=HD({http:py,https:Dy});ua.exports.wrap=HD});var Sa=x((yR,wd)=>{"use strict";var Aa="\x1B",ce=`${Aa}[`,m2="\x07",Ba={to(t,e){return e?`${ce}${e+1};${t+1}H`:`${ce}${t+1}G`},move(t,e){let n="";return t<0?n+=`${ce}${-t}D`:t>0&&(n+=`${ce}${t}C`),e<0?n+=`${ce}${-e}A`:e>0&&(n+=`${ce}${e}B`),n},up:(t=1)=>`${ce}${t}A`,down:(t=1)=>`${ce}${t}B`,forward:(t=1)=>`${ce}${t}C`,backward:(t=1)=>`${ce}${t}D`,nextLine:(t=1)=>`${ce}E`.repeat(t),prevLine:(t=1)=>`${ce}F`.repeat(t),left:`${ce}G`,hide:`${ce}?25l`,show:`${ce}?25h`,save:`${Aa}7`,restore:`${Aa}8`},f2={up:(t=1)=>`${ce}S`.repeat(t),down:(t=1)=>`${ce}T`.repeat(t)},h2={screen:`${ce}2J`,up:(t=1)=>`${ce}1J`.repeat(t),down:(t=1)=>`${ce}J`.repeat(t),line:`${ce}2K`,lineEnd:`${ce}K`,lineStart:`${ce}1K`,lines(t){let e="";for(let n=0;n<t;n++)e+=this.line+(n<t-1?Ba.up():"");return t&&(e+=Ba.left),e}};wd.exports={cursor:Ba,scroll:f2,erase:h2,beep:m2}});var Oa=x((wR,_a)=>{var Li=process||{},Ad=Li.argv||[],Ni=Li.env||{},g2=!(Ni.NO_COLOR||Ad.includes("--no-color"))&&(!!Ni.FORCE_COLOR||Ad.includes("--color")||Li.platform==="win32"||(Li.stdout||{}).isTTY&&Ni.TERM!=="dumb"||!!Ni.CI),x2=(t,e,n=t)=>r=>{let i=""+r,o=i.indexOf(e,t.length);return~o?t+F2(i,e,n,o)+e:t+i+e},F2=(t,e,n,r)=>{let i="",o=0;do i+=t.substring(o,r)+n,o=r+e.length,r=t.indexOf(e,o);while(~r);return i+t.substring(o)},Bd=(t=g2)=>{let e=t?x2:()=>String;return{isColorSupported:t,reset:e("\x1B[0m","\x1B[0m"),bold:e("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:e("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:e("\x1B[3m","\x1B[23m"),underline:e("\x1B[4m","\x1B[24m"),inverse:e("\x1B[7m","\x1B[27m"),hidden:e("\x1B[8m","\x1B[28m"),strikethrough:e("\x1B[9m","\x1B[29m"),black:e("\x1B[30m","\x1B[39m"),red:e("\x1B[31m","\x1B[39m"),green:e("\x1B[32m","\x1B[39m"),yellow:e("\x1B[33m","\x1B[39m"),blue:e("\x1B[34m","\x1B[39m"),magenta:e("\x1B[35m","\x1B[39m"),cyan:e("\x1B[36m","\x1B[39m"),white:e("\x1B[37m","\x1B[39m"),gray:e("\x1B[90m","\x1B[39m"),bgBlack:e("\x1B[40m","\x1B[49m"),bgRed:e("\x1B[41m","\x1B[49m"),bgGreen:e("\x1B[42m","\x1B[49m"),bgYellow:e("\x1B[43m","\x1B[49m"),bgBlue:e("\x1B[44m","\x1B[49m"),bgMagenta:e("\x1B[45m","\x1B[49m"),bgCyan:e("\x1B[46m","\x1B[49m"),bgWhite:e("\x1B[47m","\x1B[49m"),blackBright:e("\x1B[90m","\x1B[39m"),redBright:e("\x1B[91m","\x1B[39m"),greenBright:e("\x1B[92m","\x1B[39m"),yellowBright:e("\x1B[93m","\x1B[39m"),blueBright:e("\x1B[94m","\x1B[39m"),magentaBright:e("\x1B[95m","\x1B[39m"),cyanBright:e("\x1B[96m","\x1B[39m"),whiteBright:e("\x1B[97m","\x1B[39m"),bgBlackBright:e("\x1B[100m","\x1B[49m"),bgRedBright:e("\x1B[101m","\x1B[49m"),bgGreenBright:e("\x1B[102m","\x1B[49m"),bgYellowBright:e("\x1B[103m","\x1B[49m"),bgBlueBright:e("\x1B[104m","\x1B[49m"),bgMagentaBright:e("\x1B[105m","\x1B[49m"),bgCyanBright:e("\x1B[106m","\x1B[49m"),bgWhiteBright:e("\x1B[107m","\x1B[49m")}};_a.exports=Bd();_a.exports.createColors=Bd});var Ki=x((IT,cm)=>{var Ua=[],um=0,$e=(t,e)=>{um>=e&&Ua.push(t)};$e.WARN=1;$e.INFO=2;$e.DEBUG=3;$e.reset=()=>{Ua=[]};$e.setDebugLevel=t=>{um=t};$e.warn=t=>$e(t,$e.WARN);$e.info=t=>$e(t,$e.INFO);$e.debug=t=>$e(t,$e.DEBUG);$e.debugMessages=()=>Ua;cm.exports=$e});var pm=x((jT,lm)=>{"use strict";lm.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var dm=x((NT,Dm)=>{"use strict";var o3=pm();Dm.exports=t=>typeof t=="string"?t.replace(o3(),""):t});var Wa=x((LT,Ha)=>{"use strict";var mm=t=>Number.isNaN(t)?!1:t>=4352&&(t<=4447||t===9001||t===9002||11904<=t&&t<=12871&&t!==12351||12880<=t&&t<=19903||19968<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65131||65281<=t&&t<=65376||65504<=t&&t<=65510||110592<=t&&t<=110593||127488<=t&&t<=127569||131072<=t&&t<=262141);Ha.exports=mm;Ha.exports.default=mm});var hm=x((PT,fm)=>{"use strict";fm.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var xm=x((qT,za)=>{"use strict";var a3=dm(),u3=Wa(),c3=hm(),gm=t=>{if(typeof t!="string"||t.length===0||(t=a3(t),t.length===0))return 0;t=t.replace(c3()," ");let e=0;for(let n=0;n<t.length;n++){let r=t.codePointAt(n);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&n++,e+=u3(r)?2:1)}return e};za.exports=gm;za.exports.default=gm});var Ga=x((MT,vm)=>{var Fm=xm();function Ji(t){return t?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function gt(t){let e=Ji();return(""+t).replace(e,"").split(`
30
- `).reduce(function(i,o){return Fm(o)>i?Fm(o):i},0)}function br(t,e){return Array(e+1).join(t)}function l3(t,e,n,r){let i=gt(t);if(e+1>=i){let o=e-i;switch(r){case"right":{t=br(n,o)+t;break}case"center":{let s=Math.ceil(o/2),a=o-s;t=br(n,a)+t+br(n,s);break}default:{t=t+br(n,o);break}}}return t}var kn={};function yr(t,e,n){e="\x1B["+e+"m",n="\x1B["+n+"m",kn[e]={set:t,to:!0},kn[n]={set:t,to:!1},kn[t]={on:e,off:n}}yr("bold",1,22);yr("italics",3,23);yr("underline",4,24);yr("inverse",7,27);yr("strikethrough",9,29);function Em(t,e){let n=e[1]?parseInt(e[1].split(";")[0]):0;if(n>=30&&n<=39||n>=90&&n<=97){t.lastForegroundAdded=e[0];return}if(n>=40&&n<=49||n>=100&&n<=107){t.lastBackgroundAdded=e[0];return}if(n===0){for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&delete t[i];return}let r=kn[e[0]];r&&(t[r.set]=r.to)}function p3(t){let e=Ji(!0),n=e.exec(t),r={};for(;n!==null;)Em(r,n),n=e.exec(t);return r}function Cm(t,e){let n=t.lastBackgroundAdded,r=t.lastForegroundAdded;return delete t.lastBackgroundAdded,delete t.lastForegroundAdded,Object.keys(t).forEach(function(i){t[i]&&(e+=kn[i].off)}),n&&n!="\x1B[49m"&&(e+="\x1B[49m"),r&&r!="\x1B[39m"&&(e+="\x1B[39m"),e}function D3(t,e){let n=t.lastBackgroundAdded,r=t.lastForegroundAdded;return delete t.lastBackgroundAdded,delete t.lastForegroundAdded,Object.keys(t).forEach(function(i){t[i]&&(e=kn[i].on+e)}),n&&n!="\x1B[49m"&&(e=n+e),r&&r!="\x1B[39m"&&(e=r+e),e}function d3(t,e){if(t.length===gt(t))return t.substr(0,e);for(;gt(t)>e;)t=t.slice(0,-1);return t}function m3(t,e){let n=Ji(!0),r=t.split(Ji()),i=0,o=0,s="",a,l={};for(;o<e;){a=n.exec(t);let c=r[i];if(i++,o+gt(c)>e&&(c=d3(c,e-o)),s+=c,o+=gt(c),o<e){if(!a)break;s+=a[0],Em(l,a)}}return Cm(l,s)}function f3(t,e,n){if(n=n||"\u2026",gt(t)<=e)return t;e-=gt(n);let i=m3(t,e);i+=n;let o="\x1B]8;;\x07";return t.includes(o)&&!i.includes(o)&&(i+=o),i}function h3(){return{chars:{top:"\u2500","top-mid":"\u252C","top-left":"\u250C","top-right":"\u2510",bottom:"\u2500","bottom-mid":"\u2534","bottom-left":"\u2514","bottom-right":"\u2518",left:"\u2502","left-mid":"\u251C",mid:"\u2500","mid-mid":"\u253C",right:"\u2502","right-mid":"\u2524",middle:"\u2502"},truncate:"\u2026",colWidths:[],rowHeights:[],colAligns:[],rowAligns:[],style:{"padding-left":1,"padding-right":1,head:["red"],border:["grey"],compact:!1},head:[]}}function g3(t,e){t=t||{},e=e||h3();let n=Object.assign({},e,t);return n.chars=Object.assign({},e.chars,t.chars),n.style=Object.assign({},e.style,t.style),n}function x3(t,e){let n=[],r=e.split(/(\s+)/g),i=[],o=0,s;for(let a=0;a<r.length;a+=2){let l=r[a],c=o+gt(l);o>0&&s&&(c+=s.length),c>t?(o!==0&&n.push(i.join("")),i=[l],o=gt(l)):(i.push(s||"",l),o=c),s=r[a+1]}return o&&n.push(i.join("")),n}function F3(t,e){let n=[],r="";function i(s,a){for(r.length&&a&&(r+=a),r+=s;r.length>t;)n.push(r.slice(0,t)),r=r.slice(t)}let o=e.split(/(\s+)/g);for(let s=0;s<o.length;s+=2)i(o[s],s&&o[s-1]);return r.length&&n.push(r),n}function E3(t,e,n=!0){let r=[];e=e.split(`
31
- `);let i=n?x3:F3;for(let o=0;o<e.length;o++)r.push.apply(r,i(t,e[o]));return r}function C3(t){let e={},n=[];for(let r=0;r<t.length;r++){let i=D3(e,t[r]);e=p3(i);let o=Object.assign({},e);n.push(Cm(o,i))}return n}function v3(t,e){let n="\x1B]",r="\x07",i=";";return[n,"8",i,i,t||e,r,e,n,"8",i,i,r].join("")}vm.exports={strlen:gt,repeat:br,pad:l3,truncate:f3,mergeOptions:g3,wordWrap:E3,colorizeLines:C3,hyperlink:v3}});var Am=x((UT,wm)=>{var ym={};wm.exports=ym;var bm={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(bm).forEach(function(t){var e=bm[t],n=ym[t]=[];n.open="\x1B["+e[0]+"m",n.close="\x1B["+e[1]+"m"})});var Sm=x((HT,Bm)=>{"use strict";Bm.exports=function(t,e){e=e||process.argv;var n=e.indexOf("--"),r=/^-{1,2}/.test(t)?"":"--",i=e.indexOf(r+t);return i!==-1&&(n===-1?!0:i<n)}});var Om=x((WT,_m)=>{"use strict";var b3=P("os"),pt=Sm(),je=process.env,In=void 0;pt("no-color")||pt("no-colors")||pt("color=false")?In=!1:(pt("color")||pt("colors")||pt("color=true")||pt("color=always"))&&(In=!0);"FORCE_COLOR"in je&&(In=je.FORCE_COLOR.length===0||parseInt(je.FORCE_COLOR,10)!==0);function y3(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function w3(t){if(In===!1)return 0;if(pt("color=16m")||pt("color=full")||pt("color=truecolor"))return 3;if(pt("color=256"))return 2;if(t&&!t.isTTY&&In!==!0)return 0;var e=In?1:0;if(process.platform==="win32"){var n=b3.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in je)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(i){return i in je})||je.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in je)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(je.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in je){var r=parseInt((je.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(je.TERM_PROGRAM){case"iTerm.app":return r>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(je.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(je.TERM)||"COLORTERM"in je?1:(je.TERM==="dumb",e)}function Va(t){var e=w3(t);return y3(e)}_m.exports={supportsColor:Va,stdout:Va(process.stdout),stderr:Va(process.stderr)}});var Tm=x((zT,Rm)=>{Rm.exports=function(e,n){var r="";e=e||"Run the trap, drop the bass",e=e.split("");var i={a:["@","\u0104","\u023A","\u0245","\u0394","\u039B","\u0414"],b:["\xDF","\u0181","\u0243","\u026E","\u03B2","\u0E3F"],c:["\xA9","\u023B","\u03FE"],d:["\xD0","\u018A","\u0500","\u0501","\u0502","\u0503"],e:["\xCB","\u0115","\u018E","\u0258","\u03A3","\u03BE","\u04BC","\u0A6C"],f:["\u04FA"],g:["\u0262"],h:["\u0126","\u0195","\u04A2","\u04BA","\u04C7","\u050A"],i:["\u0F0F"],j:["\u0134"],k:["\u0138","\u04A0","\u04C3","\u051E"],l:["\u0139"],m:["\u028D","\u04CD","\u04CE","\u0520","\u0521","\u0D69"],n:["\xD1","\u014B","\u019D","\u0376","\u03A0","\u048A"],o:["\xD8","\xF5","\xF8","\u01FE","\u0298","\u047A","\u05DD","\u06DD","\u0E4F"],p:["\u01F7","\u048E"],q:["\u09CD"],r:["\xAE","\u01A6","\u0210","\u024C","\u0280","\u042F"],s:["\xA7","\u03DE","\u03DF","\u03E8"],t:["\u0141","\u0166","\u0373"],u:["\u01B1","\u054D"],v:["\u05D8"],w:["\u0428","\u0460","\u047C","\u0D70"],x:["\u04B2","\u04FE","\u04FC","\u04FD"],y:["\xA5","\u04B0","\u04CB"],z:["\u01B5","\u0240"]};return e.forEach(function(o){o=o.toLowerCase();var s=i[o]||[" "],a=Math.floor(Math.random()*s.length);typeof i[o]<"u"?r+=i[o][a]:r+=o}),r}});var km=x((GT,$m)=>{$m.exports=function(e,n){e=e||" he is here ";var r={up:["\u030D","\u030E","\u0304","\u0305","\u033F","\u0311","\u0306","\u0310","\u0352","\u0357","\u0351","\u0307","\u0308","\u030A","\u0342","\u0313","\u0308","\u034A","\u034B","\u034C","\u0303","\u0302","\u030C","\u0350","\u0300","\u0301","\u030B","\u030F","\u0312","\u0313","\u0314","\u033D","\u0309","\u0363","\u0364","\u0365","\u0366","\u0367","\u0368","\u0369","\u036A","\u036B","\u036C","\u036D","\u036E","\u036F","\u033E","\u035B","\u0346","\u031A"],down:["\u0316","\u0317","\u0318","\u0319","\u031C","\u031D","\u031E","\u031F","\u0320","\u0324","\u0325","\u0326","\u0329","\u032A","\u032B","\u032C","\u032D","\u032E","\u032F","\u0330","\u0331","\u0332","\u0333","\u0339","\u033A","\u033B","\u033C","\u0345","\u0347","\u0348","\u0349","\u034D","\u034E","\u0353","\u0354","\u0355","\u0356","\u0359","\u035A","\u0323"],mid:["\u0315","\u031B","\u0300","\u0301","\u0358","\u0321","\u0322","\u0327","\u0328","\u0334","\u0335","\u0336","\u035C","\u035D","\u035E","\u035F","\u0360","\u0362","\u0338","\u0337","\u0361"," \u0489"]},i=[].concat(r.up,r.down,r.mid);function o(l){var c=Math.floor(Math.random()*l);return c}function s(l){var c=!1;return i.filter(function(u){c=u===l}),c}function a(l,c){var u="",p,m;c=c||{},c.up=typeof c.up<"u"?c.up:!0,c.mid=typeof c.mid<"u"?c.mid:!0,c.down=typeof c.down<"u"?c.down:!0,c.size=typeof c.size<"u"?c.size:"maxi",l=l.split("");for(m in l)if(!s(m)){switch(u=u+l[m],p={up:0,down:0,mid:0},c.size){case"mini":p.up=o(8),p.mid=o(2),p.down=o(8);break;case"maxi":p.up=o(16)+3,p.mid=o(4)+1,p.down=o(64)+3;break;default:p.up=o(8)+1,p.mid=o(6)/2,p.down=o(8)+1;break}var D=["up","mid","down"];for(var d in D)for(var f=D[d],h=0;h<=p[f];h++)c[f]&&(u=u+r[f][o(r[f].length)])}return u}return a(e,n)}});var jm=x((VT,Im)=>{Im.exports=function(t){return function(e,n,r){if(e===" ")return e;switch(n%3){case 0:return t.red(e);case 1:return t.white(e);case 2:return t.blue(e)}}}});var Lm=x((YT,Nm)=>{Nm.exports=function(t){return function(e,n,r){return n%2===0?e:t.inverse(e)}}});var qm=x((KT,Pm)=>{Pm.exports=function(t){var e=["red","yellow","green","blue","magenta"];return function(n,r,i){return n===" "?n:t[e[r++%e.length]](n)}}});var Um=x((JT,Mm)=>{Mm.exports=function(t){var e=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(n,r,i){return n===" "?n:t[e[Math.round(Math.random()*(e.length-2))]](n)}}});var Ym=x((ZT,Vm)=>{var G={};Vm.exports=G;G.themes={};var A3=P("util"),Xt=G.styles=Am(),Wm=Object.defineProperties,B3=new RegExp(/[\r\n]+/g);G.supportsColor=Om().supportsColor;typeof G.enabled>"u"&&(G.enabled=G.supportsColor()!==!1);G.enable=function(){G.enabled=!0};G.disable=function(){G.enabled=!1};G.stripColors=G.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var XT=G.stylize=function(e,n){if(!G.enabled)return e+"";var r=Xt[n];return!r&&n in G?G[n](e):r.open+e+r.close},S3=/[|\\{}()[\]^$+*?.]/g,_3=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(S3,"\\$&")};function zm(t){var e=function n(){return R3.apply(n,arguments)};return e._styles=t,e.__proto__=O3,e}var Gm=function(){var t={};return Xt.grey=Xt.gray,Object.keys(Xt).forEach(function(e){Xt[e].closeRe=new RegExp(_3(Xt[e].close),"g"),t[e]={get:function(){return zm(this._styles.concat(e))}}}),t}(),O3=Wm(function(){},Gm);function R3(){var t=Array.prototype.slice.call(arguments),e=t.map(function(s){return s!=null&&s.constructor===String?s:A3.inspect(s)}).join(" ");if(!G.enabled||!e)return e;for(var n=e.indexOf(`
32
- `)!=-1,r=this._styles,i=r.length;i--;){var o=Xt[r[i]];e=o.open+e.replace(o.closeRe,o.open)+o.close,n&&(e=e.replace(B3,function(s){return o.close+s+o.open}))}return e}G.setTheme=function(t){if(typeof t=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var e in t)(function(n){G[n]=function(r){if(typeof t[n]=="object"){var i=r;for(var o in t[n])i=G[t[n][o]](i);return i}return G[t[n]](r)}})(e)};function T3(){var t={};return Object.keys(Gm).forEach(function(e){t[e]={get:function(){return zm([e])}}}),t}var $3=function(e,n){var r=n.split("");return r=r.map(e),r.join("")};G.trap=Tm();G.zalgo=km();G.maps={};G.maps.america=jm()(G);G.maps.zebra=Lm()(G);G.maps.rainbow=qm()(G);G.maps.random=Um()(G);for(Hm in G.maps)(function(t){G[t]=function(e){return $3(G.maps[t],e)}})(Hm);var Hm;Wm(G,T3())});var Jm=x((QT,Km)=>{var k3=Ym();Km.exports=k3});var ef=x((e$,Xi)=>{var{info:I3,debug:Qm}=Ki(),Xe=Ga(),Ka=class t{constructor(e){this.setOptions(e),this.x=null,this.y=null}setOptions(e){["boolean","number","bigint","string"].indexOf(typeof e)!==-1&&(e={content:""+e}),e=e||{},this.options=e;let n=e.content;if(["boolean","number","bigint","string"].indexOf(typeof n)!==-1)this.content=String(n);else if(!n)this.content=this.options.href||"";else throw new Error("Content needs to be a primitive, got: "+typeof n);this.colSpan=e.colSpan||1,this.rowSpan=e.rowSpan||1,this.options.href&&Object.defineProperty(this,"href",{get(){return this.options.href}})}mergeTableOptions(e,n){this.cells=n;let r=this.options.chars||{},i=e.chars,o=this.chars={};N3.forEach(function(l){Ya(r,i,l,o)}),this.truncate=this.options.truncate||e.truncate;let s=this.options.style=this.options.style||{},a=e.style;Ya(s,a,"padding-left",this),Ya(s,a,"padding-right",this),this.head=s.head||a.head,this.border=s.border||a.border,this.fixedWidth=e.colWidths[this.x],this.lines=this.computeLines(e),this.desiredWidth=Xe.strlen(this.content)+this.paddingLeft+this.paddingRight,this.desiredHeight=this.lines.length}computeLines(e){let n=e.wordWrap||e.textWrap,{wordWrap:r=n}=this.options;if(this.fixedWidth&&r){if(this.fixedWidth-=this.paddingLeft+this.paddingRight,this.colSpan){let s=1;for(;s<this.colSpan;)this.fixedWidth+=e.colWidths[this.x+s],s++}let{wrapOnWordBoundary:i=!0}=e,{wrapOnWordBoundary:o=i}=this.options;return this.wrapLines(Xe.wordWrap(this.fixedWidth,this.content,o))}return this.wrapLines(this.content.split(`
33
- `))}wrapLines(e){let n=Xe.colorizeLines(e);return this.href?n.map(r=>Xe.hyperlink(this.href,r)):n}init(e){let n=this.x,r=this.y;this.widths=e.colWidths.slice(n,n+this.colSpan),this.heights=e.rowHeights.slice(r,r+this.rowSpan),this.width=this.widths.reduce(Zm,-1),this.height=this.heights.reduce(Zm,-1),this.hAlign=this.options.hAlign||e.colAligns[n],this.vAlign=this.options.vAlign||e.rowAligns[r],this.drawRight=n+this.colSpan==e.colWidths.length}draw(e,n){if(e=="top")return this.drawTop(this.drawRight);if(e=="bottom")return this.drawBottom(this.drawRight);let r=Xe.truncate(this.content,10,this.truncate);e||I3(`${this.y}-${this.x}: ${this.rowSpan-e}x${this.colSpan} Cell ${r}`);let i=Math.max(this.height-this.lines.length,0),o;switch(this.vAlign){case"center":o=Math.ceil(i/2);break;case"bottom":o=i;break;default:o=0}if(e<o||e>=o+this.lines.length)return this.drawEmpty(this.drawRight,n);let s=this.lines.length>this.height&&e+1>=this.height;return this.drawLine(e-o,this.drawRight,s,n)}drawTop(e){let n=[];return this.cells?this.widths.forEach(function(r,i){n.push(this._topLeftChar(i)),n.push(Xe.repeat(this.chars[this.y==0?"top":"mid"],r))},this):(n.push(this._topLeftChar(0)),n.push(Xe.repeat(this.chars[this.y==0?"top":"mid"],this.width))),e&&n.push(this.chars[this.y==0?"topRight":"rightMid"]),this.wrapWithStyleColors("border",n.join(""))}_topLeftChar(e){let n=this.x+e,r;if(this.y==0)r=n==0?"topLeft":e==0?"topMid":"top";else if(n==0)r="leftMid";else if(r=e==0?"midMid":"bottomMid",this.cells&&(this.cells[this.y-1][n]instanceof t.ColSpanCell&&(r=e==0?"topMid":"mid"),e==0)){let o=1;for(;this.cells[this.y][n-o]instanceof t.ColSpanCell;)o++;this.cells[this.y][n-o]instanceof t.RowSpanCell&&(r="leftMid")}return this.chars[r]}wrapWithStyleColors(e,n){if(this[e]&&this[e].length)try{let r=Jm();for(let i=this[e].length-1;i>=0;i--)r=r[this[e][i]];return r(n)}catch{return n}else return n}drawLine(e,n,r,i){let o=this.chars[this.x==0?"left":"middle"];if(this.x&&i&&this.cells){let m=this.cells[this.y+i][this.x-1];for(;m instanceof wr;)m=this.cells[m.y][m.x-1];m instanceof Ar||(o=this.chars.rightMid)}let s=Xe.repeat(" ",this.paddingLeft),a=n?this.chars.right:"",l=Xe.repeat(" ",this.paddingRight),c=this.lines[e],u=this.width-(this.paddingLeft+this.paddingRight);r&&(c+=this.truncate||"\u2026");let p=Xe.truncate(c,u,this.truncate);return p=Xe.pad(p,u," ",this.hAlign),p=s+p+l,this.stylizeLine(o,p,a)}stylizeLine(e,n,r){return e=this.wrapWithStyleColors("border",e),r=this.wrapWithStyleColors("border",r),this.y===0&&(n=this.wrapWithStyleColors("head",n)),e+n+r}drawBottom(e){let n=this.chars[this.x==0?"bottomLeft":"bottomMid"],r=Xe.repeat(this.chars.bottom,this.width),i=e?this.chars.bottomRight:"";return this.wrapWithStyleColors("border",n+r+i)}drawEmpty(e,n){let r=this.chars[this.x==0?"left":"middle"];if(this.x&&n&&this.cells){let s=this.cells[this.y+n][this.x-1];for(;s instanceof wr;)s=this.cells[s.y][s.x-1];s instanceof Ar||(r=this.chars.rightMid)}let i=e?this.chars.right:"",o=Xe.repeat(" ",this.width);return this.stylizeLine(r,o,i)}},wr=class{constructor(){}draw(e){return typeof e=="number"&&Qm(`${this.y}-${this.x}: 1x1 ColSpanCell`),""}init(){}mergeTableOptions(){}},Ar=class{constructor(e){this.originalCell=e}init(e){let n=this.y,r=this.originalCell.y;this.cellOffset=n-r,this.offset=j3(e.rowHeights,r,this.cellOffset)}draw(e){return e=="top"?this.originalCell.draw(this.offset,this.cellOffset):e=="bottom"?this.originalCell.draw("bottom"):(Qm(`${this.y}-${this.x}: 1x${this.colSpan} RowSpanCell for ${this.originalCell.content}`),this.originalCell.draw(this.offset+1+e))}mergeTableOptions(){}};function Xm(...t){return t.filter(e=>e!=null).shift()}function Ya(t,e,n,r){let i=n.split("-");i.length>1?(i[1]=i[1].charAt(0).toUpperCase()+i[1].substr(1),i=i.join(""),r[i]=Xm(t[i],t[n],e[i],e[n])):r[n]=Xm(t[n],e[n])}function j3(t,e,n){let r=t[e];for(let i=1;i<n;i++)r+=1+t[e+i];return r}function Zm(t,e){return t+e+1}var N3=["top","top-mid","top-left","top-right","bottom","bottom-mid","bottom-left","bottom-right","left","left-mid","mid","mid-mid","right","right-mid","middle"];Xi.exports=Ka;Xi.exports.ColSpanCell=wr;Xi.exports.RowSpanCell=Ar});var rf=x((t$,nf)=>{var{warn:L3,debug:P3}=Ki(),Ja=ef(),{ColSpanCell:q3,RowSpanCell:M3}=Ja;(function(){function t(D,d){return D[d]>0?t(D,d+1):d}function e(D){let d={};D.forEach(function(f,h){let F=0;f.forEach(function(A){A.y=h,A.x=h?t(d,F):F;let w=A.rowSpan||1,S=A.colSpan||1;if(w>1)for(let L=0;L<S;L++)d[A.x+L]=w;F=A.x+S}),Object.keys(d).forEach(A=>{d[A]--,d[A]<1&&delete d[A]})})}function n(D){let d=0;return D.forEach(function(f){f.forEach(function(h){d=Math.max(d,h.x+(h.colSpan||1))})}),d}function r(D){return D.length}function i(D,d){let f=D.y,h=D.y-1+(D.rowSpan||1),F=d.y,A=d.y-1+(d.rowSpan||1),w=!(f>A||F>h),S=D.x,L=D.x-1+(D.colSpan||1),U=d.x,q=d.x-1+(d.colSpan||1),M=!(S>q||U>L);return w&&M}function o(D,d,f){let h=Math.min(D.length-1,f),F={x:d,y:f};for(let A=0;A<=h;A++){let w=D[A];for(let S=0;S<w.length;S++)if(i(F,w[S]))return!0}return!1}function s(D,d,f,h){for(let F=f;F<h;F++)if(o(D,F,d))return!1;return!0}function a(D){D.forEach(function(d,f){d.forEach(function(h){for(let F=1;F<h.rowSpan;F++){let A=new M3(h);A.x=h.x,A.y=h.y+F,A.colSpan=h.colSpan,c(A,D[f+F])}})})}function l(D){for(let d=D.length-1;d>=0;d--){let f=D[d];for(let h=0;h<f.length;h++){let F=f[h];for(let A=1;A<F.colSpan;A++){let w=new q3;w.x=F.x+A,w.y=F.y,f.splice(h+1,0,w)}}}}function c(D,d){let f=0;for(;f<d.length&&d[f].x<D.x;)f++;d.splice(f,0,D)}function u(D){let d=r(D),f=n(D);P3(`Max rows: ${d}; Max cols: ${f}`);for(let h=0;h<d;h++)for(let F=0;F<f;F++)if(!o(D,F,h)){let A={x:F,y:h,colSpan:1,rowSpan:1};for(F++;F<f&&!o(D,F,h);)A.colSpan++,F++;let w=h+1;for(;w<d&&s(D,w,A.x,A.x+A.colSpan);)A.rowSpan++,w++;let S=new Ja(A);S.x=A.x,S.y=A.y,L3(`Missing cell at ${S.y}-${S.x}.`),c(S,D[h])}}function p(D){return D.map(function(d){if(!Array.isArray(d)){let f=Object.keys(d)[0];d=d[f],Array.isArray(d)?(d=d.slice(),d.unshift(f)):d=[f,d]}return d.map(function(f){return new Ja(f)})})}function m(D){let d=p(D);return e(d),u(d),a(d),l(d),d}nf.exports={makeTableLayout:m,layoutTable:e,addRowSpanCells:a,maxWidth:n,fillInTable:u,computeWidths:tf("colSpan","desiredWidth","x",1),computeHeights:tf("rowSpan","desiredHeight","y",1)}})();function tf(t,e,n,r){return function(i,o){let s=[],a=[],l={};o.forEach(function(c){c.forEach(function(u){(u[t]||1)>1?a.push(u):s[u[n]]=Math.max(s[u[n]]||0,u[e]||0,r)})}),i.forEach(function(c,u){typeof c=="number"&&(s[u]=c)});for(let c=a.length-1;c>=0;c--){let u=a[c],p=u[t],m=u[n],D=s[m],d=typeof i[m]=="number"?0:1;if(typeof D=="number")for(let f=1;f<p;f++)D+=1+s[m+f],typeof i[m+f]!="number"&&d++;else D=e==="desiredWidth"?u.desiredWidth-1:1,(!l[m]||l[m]<D)&&(l[m]=D);if(u[e]>D){let f=0;for(;d>0&&u[e]>D;){if(typeof i[m+f]!="number"){let h=Math.round((u[e]-D)/d);D+=h,s[m+f]+=h,d--}f++}}}Object.assign(i,s,l);for(let c=0;c<i.length;c++)i[c]=Math.max(r,i[c]||0)}}});var of=x((n$,sf)=>{var At=Ki(),U3=Ga(),Xa=rf(),Zi=class extends Array{constructor(e){super();let n=U3.mergeOptions(e);if(Object.defineProperty(this,"options",{value:n,enumerable:n.debug}),n.debug){switch(typeof n.debug){case"boolean":At.setDebugLevel(At.WARN);break;case"number":At.setDebugLevel(n.debug);break;case"string":At.setDebugLevel(parseInt(n.debug,10));break;default:At.setDebugLevel(At.WARN),At.warn(`Debug option is expected to be boolean, number, or string. Received a ${typeof n.debug}`)}Object.defineProperty(this,"messages",{get(){return At.debugMessages()}})}}toString(){let e=this,n=this.options.head&&this.options.head.length;n?(e=[this.options.head],this.length&&e.push.apply(e,this)):this.options.style.head=[];let r=Xa.makeTableLayout(e);r.forEach(function(o){o.forEach(function(s){s.mergeTableOptions(this.options,r)},this)},this),Xa.computeWidths(this.options.colWidths,r),Xa.computeHeights(this.options.rowHeights,r),r.forEach(function(o){o.forEach(function(s){s.init(this.options)},this)},this);let i=[];for(let o=0;o<r.length;o++){let s=r[o],a=this.options.rowHeights[o];(o===0||!this.options.style.compact||o==1&&n)&&Za(s,"top",i);for(let l=0;l<a;l++)Za(s,l,i);o+1==r.length&&Za(s,"bottom",i)}return i.join(`
27
+ `+o),t.push(i+"m+"+Si.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=ay()+e+" "+t[0]}function ay(){return ve.inspectOpts.hideDate?"":new Date().toISOString()+" "}function uy(...t){return process.stderr.write(Bi.formatWithOptions(ve.inspectOpts,...t)+`
28
+ `)}function cy(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function ly(){return process.env.DEBUG}function py(t){t.inspectOpts={};let e=Object.keys(ve.inspectOpts);for(let n=0;n<e.length;n++)t.inspectOpts[e[n]]=ve.inspectOpts[e[n]]}Si.exports=Xo()(ve);var{formatters:PD}=Si.exports;PD.o=function(t){return this.inspectOpts.colors=this.useColors,Bi.inspect(t,this.inspectOpts).split(`
29
+ `).map(e=>e.trim()).join(" ")};PD.O=function(t){return this.inspectOpts.colors=this.useColors,Bi.inspect(t,this.inspectOpts)}});var qD=x((o_,Zo)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Zo.exports=ND():Zo.exports=LD()});var UD=x((a_,MD)=>{var dr;MD.exports=function(){if(!dr){try{dr=qD()("follow-redirects")}catch{}typeof dr!="function"&&(dr=function(){})}dr.apply(null,arguments)}});var VD=x((u_,la)=>{var fr=L("url"),mr=fr.URL,Dy=L("http"),dy=L("https"),ra=L("stream").Writable,ia=L("assert"),HD=UD();(function(){var e=typeof process<"u",n=typeof window<"u"&&typeof document<"u",r=Yt(Error.captureStackTrace);!e&&(n||!r)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var sa=!1;try{ia(new mr(""))}catch(t){sa=t.code==="ERR_INVALID_URL"}var my=["Authorization","Proxy-Authorization","Cookie"],fy=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],oa=["abort","aborted","connect","error","socket","timeout"],aa=Object.create(null);oa.forEach(function(t){aa[t]=function(e,n,r){this._redirectable.emit(t,e,n,r)}});var ea=hr("ERR_INVALID_URL","Invalid URL",TypeError),ta=hr("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),hy=hr("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",ta),gy=hr("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),xy=hr("ERR_STREAM_WRITE_AFTER_END","write after end"),Fy=ra.prototype.destroy||zD;function We(t,e){ra.call(this),this._sanitizeOptions(t),this._options=t,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],e&&this.on("response",e);var n=this;this._onNativeResponse=function(r){try{n._processResponse(r)}catch(i){n.emit("error",i instanceof ta?i:new ta({cause:i}))}},this._headerFilter=new RegExp("^(?:"+my.concat(t.sensitiveHeaders).map(wy).join("|")+")$","i"),this._performRequest()}We.prototype=Object.create(ra.prototype);We.prototype.abort=function(){ca(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};We.prototype.destroy=function(t){return ca(this._currentRequest,t),Fy.call(this,t),this};We.prototype.write=function(t,e,n){if(this._ending)throw new xy;if(!Vt(t)&&!by(t))throw new TypeError("data should be a string, Buffer or Uint8Array");if(Yt(e)&&(n=e,e=null),t.length===0){n&&n();return}this._requestBodyLength+t.length<=this._options.maxBodyLength?(this._requestBodyLength+=t.length,this._requestBodyBuffers.push({data:t,encoding:e}),this._currentRequest.write(t,e,n)):(this.emit("error",new gy),this.abort())};We.prototype.end=function(t,e,n){if(Yt(t)?(n=t,t=e=null):Yt(e)&&(n=e,e=null),!t)this._ended=this._ending=!0,this._currentRequest.end(null,null,n);else{var r=this,i=this._currentRequest;this.write(t,e,function(){r._ended=!0,i.end(null,null,n)}),this._ending=!0}};We.prototype.setHeader=function(t,e){this._options.headers[t]=e,this._currentRequest.setHeader(t,e)};We.prototype.removeHeader=function(t){delete this._options.headers[t],this._currentRequest.removeHeader(t)};We.prototype.setTimeout=function(t,e){var n=this;function r(s){s.setTimeout(t),s.removeListener("timeout",s.destroy),s.addListener("timeout",s.destroy)}function i(s){n._timeout&&clearTimeout(n._timeout),n._timeout=setTimeout(function(){n.emit("timeout"),o()},t),r(s)}function o(){n._timeout&&(clearTimeout(n._timeout),n._timeout=null),n.removeListener("abort",o),n.removeListener("error",o),n.removeListener("response",o),n.removeListener("close",o),e&&n.removeListener("timeout",e),n.socket||n._currentRequest.removeListener("socket",i)}return e&&this.on("timeout",e),this.socket?i(this.socket):this._currentRequest.once("socket",i),this.on("socket",r),this.on("abort",o),this.on("error",o),this.on("response",o),this.on("close",o),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(t){We.prototype[t]=function(e,n){return this._currentRequest[t](e,n)}});["aborted","connection","socket"].forEach(function(t){Object.defineProperty(We.prototype,t,{get:function(){return this._currentRequest[t]}})});We.prototype._sanitizeOptions=function(t){if(t.headers||(t.headers={}),vy(t.sensitiveHeaders)||(t.sensitiveHeaders=[]),t.host&&(t.hostname||(t.hostname=t.host),delete t.host),!t.pathname&&t.path){var e=t.path.indexOf("?");e<0?t.pathname=t.path:(t.pathname=t.path.substring(0,e),t.search=t.path.substring(e))}};We.prototype._performRequest=function(){var t=this._options.protocol,e=this._options.nativeProtocols[t];if(!e)throw new TypeError("Unsupported protocol "+t);if(this._options.agents){var n=t.slice(0,-1);this._options.agent=this._options.agents[n]}var r=this._currentRequest=e.request(this._options,this._onNativeResponse);r._redirectable=this;for(var i of oa)r.on(i,aa[i]);if(this._currentUrl=/^\//.test(this._options.path)?fr.format(this._options):this._options.path,this._isRedirect){var o=0,s=this,a=this._requestBodyBuffers;(function l(c){if(r===s._currentRequest)if(c)s.emit("error",c);else if(o<a.length){var u=a[o++];r.finished||r.write(u.data,u.encoding,l)}else s._ended&&r.end()})()}};We.prototype._processResponse=function(t){var e=t.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:t.headers,statusCode:e});var n=t.headers.location;if(!n||this._options.followRedirects===!1||e<300||e>=400){t.responseUrl=this._currentUrl,t.redirects=this._redirects,this.emit("response",t),this._requestBodyBuffers=[];return}if(ca(this._currentRequest),t.destroy(),++this._redirectCount>this._options.maxRedirects)throw new hy;var r,i=this._options.beforeRedirect;i&&(r=Object.assign({Host:t.req.getHeader("host")},this._options.headers));var o=this._options.method;((e===301||e===302)&&this._options.method==="POST"||e===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Qo(/^content-/i,this._options.headers));var s=Qo(/^host$/i,this._options.headers),a=ua(this._currentUrl),l=s||a.host,c=/^\w+:/.test(n)?this._currentUrl:fr.format(Object.assign(a,{host:l})),u=Ey(n,c);if(HD("redirecting to",u.href),this._isRedirect=!0,na(u,this._options),(u.protocol!==a.protocol&&u.protocol!=="https:"||u.host!==l&&!Cy(u.host,l))&&Qo(this._headerFilter,this._options.headers),Yt(i)){var p={headers:t.headers,statusCode:e},m={url:c,method:o,headers:r};i(this._options,p,m),this._sanitizeOptions(this._options)}this._performRequest()};function WD(t){var e={maxRedirects:21,maxBodyLength:10485760},n={};return Object.keys(t).forEach(function(r){var i=r+":",o=n[i]=t[r],s=e[r]=Object.create(o);function a(c,u,p){return yy(c)?c=na(c):Vt(c)?c=na(ua(c)):(p=u,u=GD(c),c={protocol:i}),Yt(u)&&(p=u,u=null),u=Object.assign({maxRedirects:e.maxRedirects,maxBodyLength:e.maxBodyLength},c,u),u.nativeProtocols=n,!Vt(u.host)&&!Vt(u.hostname)&&(u.hostname="::1"),ia.equal(u.protocol,i,"protocol mismatch"),HD("options",u),new We(u,p)}function l(c,u,p){var m=s.request(c,u,p);return m.end(),m}Object.defineProperties(s,{request:{value:a,configurable:!0,enumerable:!0,writable:!0},get:{value:l,configurable:!0,enumerable:!0,writable:!0}})}),e}function zD(){}function ua(t){var e;if(sa)e=new mr(t);else if(e=GD(fr.parse(t)),!Vt(e.protocol))throw new ea({input:t});return e}function Ey(t,e){return sa?new mr(t,e):ua(fr.resolve(e,t))}function GD(t){if(/^\[/.test(t.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(t.hostname))throw new ea({input:t.href||t});if(/^\[/.test(t.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(t.host))throw new ea({input:t.href||t});return t}function na(t,e){var n=e||{};for(var r of fy)n[r]=t[r];return n.hostname.startsWith("[")&&(n.hostname=n.hostname.slice(1,-1)),n.port!==""&&(n.port=Number(n.port)),n.path=n.search?n.pathname+n.search:n.pathname,n}function Qo(t,e){var n;for(var r in e)t.test(r)&&(n=e[r],delete e[r]);return n===null||typeof n>"u"?void 0:String(n).trim()}function hr(t,e,n){function r(i){Yt(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,i||{}),this.code=t,this.message=this.cause?e+": "+this.cause.message:e}return r.prototype=new(n||Error),Object.defineProperties(r.prototype,{constructor:{value:r,enumerable:!1},name:{value:"Error ["+t+"]",enumerable:!1}}),r}function ca(t,e){for(var n of oa)t.removeListener(n,aa[n]);t.on("error",zD),t.destroy(e)}function Cy(t,e){ia(Vt(t)&&Vt(e));var n=t.length-e.length-1;return n>0&&t[n]==="."&&t.endsWith(e)}function vy(t){return t instanceof Array}function Vt(t){return typeof t=="string"||t instanceof String}function Yt(t){return typeof t=="function"}function by(t){return typeof t=="object"&&"length"in t}function yy(t){return mr&&t instanceof mr}function wy(t){return t.replace(/[\]\\/()*+?.$]/g,"\\$&")}la.exports=WD({http:Dy,https:dy});la.exports.wrap=WD});var Oa=x((bR,Ad)=>{"use strict";var Sa="\x1B",ce=`${Sa}[`,f2="\x07",_a={to(t,e){return e?`${ce}${e+1};${t+1}H`:`${ce}${t+1}G`},move(t,e){let n="";return t<0?n+=`${ce}${-t}D`:t>0&&(n+=`${ce}${t}C`),e<0?n+=`${ce}${-e}A`:e>0&&(n+=`${ce}${e}B`),n},up:(t=1)=>`${ce}${t}A`,down:(t=1)=>`${ce}${t}B`,forward:(t=1)=>`${ce}${t}C`,backward:(t=1)=>`${ce}${t}D`,nextLine:(t=1)=>`${ce}E`.repeat(t),prevLine:(t=1)=>`${ce}F`.repeat(t),left:`${ce}G`,hide:`${ce}?25l`,show:`${ce}?25h`,save:`${Sa}7`,restore:`${Sa}8`},h2={up:(t=1)=>`${ce}S`.repeat(t),down:(t=1)=>`${ce}T`.repeat(t)},g2={screen:`${ce}2J`,up:(t=1)=>`${ce}1J`.repeat(t),down:(t=1)=>`${ce}J`.repeat(t),line:`${ce}2K`,lineEnd:`${ce}K`,lineStart:`${ce}1K`,lines(t){let e="";for(let n=0;n<t;n++)e+=this.line+(n<t-1?_a.up():"");return t&&(e+=_a.left),e}};Ad.exports={cursor:_a,scroll:h2,erase:g2,beep:f2}});var Ta=x((yR,Ra)=>{var qi=process||{},Bd=qi.argv||[],Li=qi.env||{},x2=!(Li.NO_COLOR||Bd.includes("--no-color"))&&(!!Li.FORCE_COLOR||Bd.includes("--color")||qi.platform==="win32"||(qi.stdout||{}).isTTY&&Li.TERM!=="dumb"||!!Li.CI),F2=(t,e,n=t)=>r=>{let i=""+r,o=i.indexOf(e,t.length);return~o?t+E2(i,e,n,o)+e:t+i+e},E2=(t,e,n,r)=>{let i="",o=0;do i+=t.substring(o,r)+n,o=r+e.length,r=t.indexOf(e,o);while(~r);return i+t.substring(o)},Sd=(t=x2)=>{let e=t?F2:()=>String;return{isColorSupported:t,reset:e("\x1B[0m","\x1B[0m"),bold:e("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:e("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:e("\x1B[3m","\x1B[23m"),underline:e("\x1B[4m","\x1B[24m"),inverse:e("\x1B[7m","\x1B[27m"),hidden:e("\x1B[8m","\x1B[28m"),strikethrough:e("\x1B[9m","\x1B[29m"),black:e("\x1B[30m","\x1B[39m"),red:e("\x1B[31m","\x1B[39m"),green:e("\x1B[32m","\x1B[39m"),yellow:e("\x1B[33m","\x1B[39m"),blue:e("\x1B[34m","\x1B[39m"),magenta:e("\x1B[35m","\x1B[39m"),cyan:e("\x1B[36m","\x1B[39m"),white:e("\x1B[37m","\x1B[39m"),gray:e("\x1B[90m","\x1B[39m"),bgBlack:e("\x1B[40m","\x1B[49m"),bgRed:e("\x1B[41m","\x1B[49m"),bgGreen:e("\x1B[42m","\x1B[49m"),bgYellow:e("\x1B[43m","\x1B[49m"),bgBlue:e("\x1B[44m","\x1B[49m"),bgMagenta:e("\x1B[45m","\x1B[49m"),bgCyan:e("\x1B[46m","\x1B[49m"),bgWhite:e("\x1B[47m","\x1B[49m"),blackBright:e("\x1B[90m","\x1B[39m"),redBright:e("\x1B[91m","\x1B[39m"),greenBright:e("\x1B[92m","\x1B[39m"),yellowBright:e("\x1B[93m","\x1B[39m"),blueBright:e("\x1B[94m","\x1B[39m"),magentaBright:e("\x1B[95m","\x1B[39m"),cyanBright:e("\x1B[96m","\x1B[39m"),whiteBright:e("\x1B[97m","\x1B[39m"),bgBlackBright:e("\x1B[100m","\x1B[49m"),bgRedBright:e("\x1B[101m","\x1B[49m"),bgGreenBright:e("\x1B[102m","\x1B[49m"),bgYellowBright:e("\x1B[103m","\x1B[49m"),bgBlueBright:e("\x1B[104m","\x1B[49m"),bgMagentaBright:e("\x1B[105m","\x1B[49m"),bgCyanBright:e("\x1B[106m","\x1B[49m"),bgWhiteBright:e("\x1B[107m","\x1B[49m")}};Ra.exports=Sd();Ra.exports.createColors=Sd});var Xi=x((kT,lm)=>{var Wa=[],cm=0,$e=(t,e)=>{cm>=e&&Wa.push(t)};$e.WARN=1;$e.INFO=2;$e.DEBUG=3;$e.reset=()=>{Wa=[]};$e.setDebugLevel=t=>{cm=t};$e.warn=t=>$e(t,$e.WARN);$e.info=t=>$e(t,$e.INFO);$e.debug=t=>$e(t,$e.DEBUG);$e.debugMessages=()=>Wa;lm.exports=$e});var Dm=x((IT,pm)=>{"use strict";pm.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var mm=x((jT,dm)=>{"use strict";var a3=Dm();dm.exports=t=>typeof t=="string"?t.replace(a3(),""):t});var Ga=x((NT,za)=>{"use strict";var fm=t=>Number.isNaN(t)?!1:t>=4352&&(t<=4447||t===9001||t===9002||11904<=t&&t<=12871&&t!==12351||12880<=t&&t<=19903||19968<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65131||65281<=t&&t<=65376||65504<=t&&t<=65510||110592<=t&&t<=110593||127488<=t&&t<=127569||131072<=t&&t<=262141);za.exports=fm;za.exports.default=fm});var gm=x((PT,hm)=>{"use strict";hm.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var Fm=x((LT,Va)=>{"use strict";var u3=mm(),c3=Ga(),l3=gm(),xm=t=>{if(typeof t!="string"||t.length===0||(t=u3(t),t.length===0))return 0;t=t.replace(l3()," ");let e=0;for(let n=0;n<t.length;n++){let r=t.codePointAt(n);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&n++,e+=c3(r)?2:1)}return e};Va.exports=xm;Va.exports.default=xm});var Ya=x((qT,bm)=>{var Em=Fm();function Zi(t){return t?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function gt(t){let e=Zi();return(""+t).replace(e,"").split(`
30
+ `).reduce(function(i,o){return Em(o)>i?Em(o):i},0)}function yr(t,e){return Array(e+1).join(t)}function p3(t,e,n,r){let i=gt(t);if(e+1>=i){let o=e-i;switch(r){case"right":{t=yr(n,o)+t;break}case"center":{let s=Math.ceil(o/2),a=o-s;t=yr(n,a)+t+yr(n,s);break}default:{t=t+yr(n,o);break}}}return t}var kn={};function wr(t,e,n){e="\x1B["+e+"m",n="\x1B["+n+"m",kn[e]={set:t,to:!0},kn[n]={set:t,to:!1},kn[t]={on:e,off:n}}wr("bold",1,22);wr("italics",3,23);wr("underline",4,24);wr("inverse",7,27);wr("strikethrough",9,29);function Cm(t,e){let n=e[1]?parseInt(e[1].split(";")[0]):0;if(n>=30&&n<=39||n>=90&&n<=97){t.lastForegroundAdded=e[0];return}if(n>=40&&n<=49||n>=100&&n<=107){t.lastBackgroundAdded=e[0];return}if(n===0){for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&delete t[i];return}let r=kn[e[0]];r&&(t[r.set]=r.to)}function D3(t){let e=Zi(!0),n=e.exec(t),r={};for(;n!==null;)Cm(r,n),n=e.exec(t);return r}function vm(t,e){let n=t.lastBackgroundAdded,r=t.lastForegroundAdded;return delete t.lastBackgroundAdded,delete t.lastForegroundAdded,Object.keys(t).forEach(function(i){t[i]&&(e+=kn[i].off)}),n&&n!="\x1B[49m"&&(e+="\x1B[49m"),r&&r!="\x1B[39m"&&(e+="\x1B[39m"),e}function d3(t,e){let n=t.lastBackgroundAdded,r=t.lastForegroundAdded;return delete t.lastBackgroundAdded,delete t.lastForegroundAdded,Object.keys(t).forEach(function(i){t[i]&&(e=kn[i].on+e)}),n&&n!="\x1B[49m"&&(e=n+e),r&&r!="\x1B[39m"&&(e=r+e),e}function m3(t,e){if(t.length===gt(t))return t.substr(0,e);for(;gt(t)>e;)t=t.slice(0,-1);return t}function f3(t,e){let n=Zi(!0),r=t.split(Zi()),i=0,o=0,s="",a,l={};for(;o<e;){a=n.exec(t);let c=r[i];if(i++,o+gt(c)>e&&(c=m3(c,e-o)),s+=c,o+=gt(c),o<e){if(!a)break;s+=a[0],Cm(l,a)}}return vm(l,s)}function h3(t,e,n){if(n=n||"\u2026",gt(t)<=e)return t;e-=gt(n);let i=f3(t,e);i+=n;let o="\x1B]8;;\x07";return t.includes(o)&&!i.includes(o)&&(i+=o),i}function g3(){return{chars:{top:"\u2500","top-mid":"\u252C","top-left":"\u250C","top-right":"\u2510",bottom:"\u2500","bottom-mid":"\u2534","bottom-left":"\u2514","bottom-right":"\u2518",left:"\u2502","left-mid":"\u251C",mid:"\u2500","mid-mid":"\u253C",right:"\u2502","right-mid":"\u2524",middle:"\u2502"},truncate:"\u2026",colWidths:[],rowHeights:[],colAligns:[],rowAligns:[],style:{"padding-left":1,"padding-right":1,head:["red"],border:["grey"],compact:!1},head:[]}}function x3(t,e){t=t||{},e=e||g3();let n=Object.assign({},e,t);return n.chars=Object.assign({},e.chars,t.chars),n.style=Object.assign({},e.style,t.style),n}function F3(t,e){let n=[],r=e.split(/(\s+)/g),i=[],o=0,s;for(let a=0;a<r.length;a+=2){let l=r[a],c=o+gt(l);o>0&&s&&(c+=s.length),c>t?(o!==0&&n.push(i.join("")),i=[l],o=gt(l)):(i.push(s||"",l),o=c),s=r[a+1]}return o&&n.push(i.join("")),n}function E3(t,e){let n=[],r="";function i(s,a){for(r.length&&a&&(r+=a),r+=s;r.length>t;)n.push(r.slice(0,t)),r=r.slice(t)}let o=e.split(/(\s+)/g);for(let s=0;s<o.length;s+=2)i(o[s],s&&o[s-1]);return r.length&&n.push(r),n}function C3(t,e,n=!0){let r=[];e=e.split(`
31
+ `);let i=n?F3:E3;for(let o=0;o<e.length;o++)r.push.apply(r,i(t,e[o]));return r}function v3(t){let e={},n=[];for(let r=0;r<t.length;r++){let i=d3(e,t[r]);e=D3(i);let o=Object.assign({},e);n.push(vm(o,i))}return n}function b3(t,e){let n="\x1B]",r="\x07",i=";";return[n,"8",i,i,t||e,r,e,n,"8",i,i,r].join("")}bm.exports={strlen:gt,repeat:yr,pad:p3,truncate:h3,mergeOptions:x3,wordWrap:C3,colorizeLines:v3,hyperlink:b3}});var Bm=x((MT,Am)=>{var wm={};Am.exports=wm;var ym={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(ym).forEach(function(t){var e=ym[t],n=wm[t]=[];n.open="\x1B["+e[0]+"m",n.close="\x1B["+e[1]+"m"})});var _m=x((UT,Sm)=>{"use strict";Sm.exports=function(t,e){e=e||process.argv;var n=e.indexOf("--"),r=/^-{1,2}/.test(t)?"":"--",i=e.indexOf(r+t);return i!==-1&&(n===-1?!0:i<n)}});var Rm=x((HT,Om)=>{"use strict";var y3=L("os"),pt=_m(),je=process.env,In=void 0;pt("no-color")||pt("no-colors")||pt("color=false")?In=!1:(pt("color")||pt("colors")||pt("color=true")||pt("color=always"))&&(In=!0);"FORCE_COLOR"in je&&(In=je.FORCE_COLOR.length===0||parseInt(je.FORCE_COLOR,10)!==0);function w3(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function A3(t){if(In===!1)return 0;if(pt("color=16m")||pt("color=full")||pt("color=truecolor"))return 3;if(pt("color=256"))return 2;if(t&&!t.isTTY&&In!==!0)return 0;var e=In?1:0;if(process.platform==="win32"){var n=y3.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in je)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(i){return i in je})||je.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in je)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(je.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in je){var r=parseInt((je.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(je.TERM_PROGRAM){case"iTerm.app":return r>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(je.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(je.TERM)||"COLORTERM"in je?1:(je.TERM==="dumb",e)}function Ka(t){var e=A3(t);return w3(e)}Om.exports={supportsColor:Ka,stdout:Ka(process.stdout),stderr:Ka(process.stderr)}});var $m=x((WT,Tm)=>{Tm.exports=function(e,n){var r="";e=e||"Run the trap, drop the bass",e=e.split("");var i={a:["@","\u0104","\u023A","\u0245","\u0394","\u039B","\u0414"],b:["\xDF","\u0181","\u0243","\u026E","\u03B2","\u0E3F"],c:["\xA9","\u023B","\u03FE"],d:["\xD0","\u018A","\u0500","\u0501","\u0502","\u0503"],e:["\xCB","\u0115","\u018E","\u0258","\u03A3","\u03BE","\u04BC","\u0A6C"],f:["\u04FA"],g:["\u0262"],h:["\u0126","\u0195","\u04A2","\u04BA","\u04C7","\u050A"],i:["\u0F0F"],j:["\u0134"],k:["\u0138","\u04A0","\u04C3","\u051E"],l:["\u0139"],m:["\u028D","\u04CD","\u04CE","\u0520","\u0521","\u0D69"],n:["\xD1","\u014B","\u019D","\u0376","\u03A0","\u048A"],o:["\xD8","\xF5","\xF8","\u01FE","\u0298","\u047A","\u05DD","\u06DD","\u0E4F"],p:["\u01F7","\u048E"],q:["\u09CD"],r:["\xAE","\u01A6","\u0210","\u024C","\u0280","\u042F"],s:["\xA7","\u03DE","\u03DF","\u03E8"],t:["\u0141","\u0166","\u0373"],u:["\u01B1","\u054D"],v:["\u05D8"],w:["\u0428","\u0460","\u047C","\u0D70"],x:["\u04B2","\u04FE","\u04FC","\u04FD"],y:["\xA5","\u04B0","\u04CB"],z:["\u01B5","\u0240"]};return e.forEach(function(o){o=o.toLowerCase();var s=i[o]||[" "],a=Math.floor(Math.random()*s.length);typeof i[o]<"u"?r+=i[o][a]:r+=o}),r}});var Im=x((zT,km)=>{km.exports=function(e,n){e=e||" he is here ";var r={up:["\u030D","\u030E","\u0304","\u0305","\u033F","\u0311","\u0306","\u0310","\u0352","\u0357","\u0351","\u0307","\u0308","\u030A","\u0342","\u0313","\u0308","\u034A","\u034B","\u034C","\u0303","\u0302","\u030C","\u0350","\u0300","\u0301","\u030B","\u030F","\u0312","\u0313","\u0314","\u033D","\u0309","\u0363","\u0364","\u0365","\u0366","\u0367","\u0368","\u0369","\u036A","\u036B","\u036C","\u036D","\u036E","\u036F","\u033E","\u035B","\u0346","\u031A"],down:["\u0316","\u0317","\u0318","\u0319","\u031C","\u031D","\u031E","\u031F","\u0320","\u0324","\u0325","\u0326","\u0329","\u032A","\u032B","\u032C","\u032D","\u032E","\u032F","\u0330","\u0331","\u0332","\u0333","\u0339","\u033A","\u033B","\u033C","\u0345","\u0347","\u0348","\u0349","\u034D","\u034E","\u0353","\u0354","\u0355","\u0356","\u0359","\u035A","\u0323"],mid:["\u0315","\u031B","\u0300","\u0301","\u0358","\u0321","\u0322","\u0327","\u0328","\u0334","\u0335","\u0336","\u035C","\u035D","\u035E","\u035F","\u0360","\u0362","\u0338","\u0337","\u0361"," \u0489"]},i=[].concat(r.up,r.down,r.mid);function o(l){var c=Math.floor(Math.random()*l);return c}function s(l){var c=!1;return i.filter(function(u){c=u===l}),c}function a(l,c){var u="",p,m;c=c||{},c.up=typeof c.up<"u"?c.up:!0,c.mid=typeof c.mid<"u"?c.mid:!0,c.down=typeof c.down<"u"?c.down:!0,c.size=typeof c.size<"u"?c.size:"maxi",l=l.split("");for(m in l)if(!s(m)){switch(u=u+l[m],p={up:0,down:0,mid:0},c.size){case"mini":p.up=o(8),p.mid=o(2),p.down=o(8);break;case"maxi":p.up=o(16)+3,p.mid=o(4)+1,p.down=o(64)+3;break;default:p.up=o(8)+1,p.mid=o(6)/2,p.down=o(8)+1;break}var D=["up","mid","down"];for(var d in D)for(var f=D[d],h=0;h<=p[f];h++)c[f]&&(u=u+r[f][o(r[f].length)])}return u}return a(e,n)}});var Nm=x((GT,jm)=>{jm.exports=function(t){return function(e,n,r){if(e===" ")return e;switch(n%3){case 0:return t.red(e);case 1:return t.white(e);case 2:return t.blue(e)}}}});var Lm=x((VT,Pm)=>{Pm.exports=function(t){return function(e,n,r){return n%2===0?e:t.inverse(e)}}});var Mm=x((YT,qm)=>{qm.exports=function(t){var e=["red","yellow","green","blue","magenta"];return function(n,r,i){return n===" "?n:t[e[r++%e.length]](n)}}});var Hm=x((KT,Um)=>{Um.exports=function(t){var e=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(n,r,i){return n===" "?n:t[e[Math.round(Math.random()*(e.length-2))]](n)}}});var Km=x((XT,Ym)=>{var G={};Ym.exports=G;G.themes={};var B3=L("util"),Xt=G.styles=Bm(),zm=Object.defineProperties,S3=new RegExp(/[\r\n]+/g);G.supportsColor=Rm().supportsColor;typeof G.enabled>"u"&&(G.enabled=G.supportsColor()!==!1);G.enable=function(){G.enabled=!0};G.disable=function(){G.enabled=!1};G.stripColors=G.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var JT=G.stylize=function(e,n){if(!G.enabled)return e+"";var r=Xt[n];return!r&&n in G?G[n](e):r.open+e+r.close},_3=/[|\\{}()[\]^$+*?.]/g,O3=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(_3,"\\$&")};function Gm(t){var e=function n(){return T3.apply(n,arguments)};return e._styles=t,e.__proto__=R3,e}var Vm=function(){var t={};return Xt.grey=Xt.gray,Object.keys(Xt).forEach(function(e){Xt[e].closeRe=new RegExp(O3(Xt[e].close),"g"),t[e]={get:function(){return Gm(this._styles.concat(e))}}}),t}(),R3=zm(function(){},Vm);function T3(){var t=Array.prototype.slice.call(arguments),e=t.map(function(s){return s!=null&&s.constructor===String?s:B3.inspect(s)}).join(" ");if(!G.enabled||!e)return e;for(var n=e.indexOf(`
32
+ `)!=-1,r=this._styles,i=r.length;i--;){var o=Xt[r[i]];e=o.open+e.replace(o.closeRe,o.open)+o.close,n&&(e=e.replace(S3,function(s){return o.close+s+o.open}))}return e}G.setTheme=function(t){if(typeof t=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var e in t)(function(n){G[n]=function(r){if(typeof t[n]=="object"){var i=r;for(var o in t[n])i=G[t[n][o]](i);return i}return G[t[n]](r)}})(e)};function $3(){var t={};return Object.keys(Vm).forEach(function(e){t[e]={get:function(){return Gm([e])}}}),t}var k3=function(e,n){var r=n.split("");return r=r.map(e),r.join("")};G.trap=$m();G.zalgo=Im();G.maps={};G.maps.america=Nm()(G);G.maps.zebra=Lm()(G);G.maps.rainbow=Mm()(G);G.maps.random=Hm()(G);for(Wm in G.maps)(function(t){G[t]=function(e){return k3(G.maps[t],e)}})(Wm);var Wm;zm(G,$3())});var Xm=x((ZT,Jm)=>{var I3=Km();Jm.exports=I3});var tf=x((QT,Qi)=>{var{info:j3,debug:ef}=Xi(),Xe=Ya(),Xa=class t{constructor(e){this.setOptions(e),this.x=null,this.y=null}setOptions(e){["boolean","number","bigint","string"].indexOf(typeof e)!==-1&&(e={content:""+e}),e=e||{},this.options=e;let n=e.content;if(["boolean","number","bigint","string"].indexOf(typeof n)!==-1)this.content=String(n);else if(!n)this.content=this.options.href||"";else throw new Error("Content needs to be a primitive, got: "+typeof n);this.colSpan=e.colSpan||1,this.rowSpan=e.rowSpan||1,this.options.href&&Object.defineProperty(this,"href",{get(){return this.options.href}})}mergeTableOptions(e,n){this.cells=n;let r=this.options.chars||{},i=e.chars,o=this.chars={};P3.forEach(function(l){Ja(r,i,l,o)}),this.truncate=this.options.truncate||e.truncate;let s=this.options.style=this.options.style||{},a=e.style;Ja(s,a,"padding-left",this),Ja(s,a,"padding-right",this),this.head=s.head||a.head,this.border=s.border||a.border,this.fixedWidth=e.colWidths[this.x],this.lines=this.computeLines(e),this.desiredWidth=Xe.strlen(this.content)+this.paddingLeft+this.paddingRight,this.desiredHeight=this.lines.length}computeLines(e){let n=e.wordWrap||e.textWrap,{wordWrap:r=n}=this.options;if(this.fixedWidth&&r){if(this.fixedWidth-=this.paddingLeft+this.paddingRight,this.colSpan){let s=1;for(;s<this.colSpan;)this.fixedWidth+=e.colWidths[this.x+s],s++}let{wrapOnWordBoundary:i=!0}=e,{wrapOnWordBoundary:o=i}=this.options;return this.wrapLines(Xe.wordWrap(this.fixedWidth,this.content,o))}return this.wrapLines(this.content.split(`
33
+ `))}wrapLines(e){let n=Xe.colorizeLines(e);return this.href?n.map(r=>Xe.hyperlink(this.href,r)):n}init(e){let n=this.x,r=this.y;this.widths=e.colWidths.slice(n,n+this.colSpan),this.heights=e.rowHeights.slice(r,r+this.rowSpan),this.width=this.widths.reduce(Qm,-1),this.height=this.heights.reduce(Qm,-1),this.hAlign=this.options.hAlign||e.colAligns[n],this.vAlign=this.options.vAlign||e.rowAligns[r],this.drawRight=n+this.colSpan==e.colWidths.length}draw(e,n){if(e=="top")return this.drawTop(this.drawRight);if(e=="bottom")return this.drawBottom(this.drawRight);let r=Xe.truncate(this.content,10,this.truncate);e||j3(`${this.y}-${this.x}: ${this.rowSpan-e}x${this.colSpan} Cell ${r}`);let i=Math.max(this.height-this.lines.length,0),o;switch(this.vAlign){case"center":o=Math.ceil(i/2);break;case"bottom":o=i;break;default:o=0}if(e<o||e>=o+this.lines.length)return this.drawEmpty(this.drawRight,n);let s=this.lines.length>this.height&&e+1>=this.height;return this.drawLine(e-o,this.drawRight,s,n)}drawTop(e){let n=[];return this.cells?this.widths.forEach(function(r,i){n.push(this._topLeftChar(i)),n.push(Xe.repeat(this.chars[this.y==0?"top":"mid"],r))},this):(n.push(this._topLeftChar(0)),n.push(Xe.repeat(this.chars[this.y==0?"top":"mid"],this.width))),e&&n.push(this.chars[this.y==0?"topRight":"rightMid"]),this.wrapWithStyleColors("border",n.join(""))}_topLeftChar(e){let n=this.x+e,r;if(this.y==0)r=n==0?"topLeft":e==0?"topMid":"top";else if(n==0)r="leftMid";else if(r=e==0?"midMid":"bottomMid",this.cells&&(this.cells[this.y-1][n]instanceof t.ColSpanCell&&(r=e==0?"topMid":"mid"),e==0)){let o=1;for(;this.cells[this.y][n-o]instanceof t.ColSpanCell;)o++;this.cells[this.y][n-o]instanceof t.RowSpanCell&&(r="leftMid")}return this.chars[r]}wrapWithStyleColors(e,n){if(this[e]&&this[e].length)try{let r=Xm();for(let i=this[e].length-1;i>=0;i--)r=r[this[e][i]];return r(n)}catch{return n}else return n}drawLine(e,n,r,i){let o=this.chars[this.x==0?"left":"middle"];if(this.x&&i&&this.cells){let m=this.cells[this.y+i][this.x-1];for(;m instanceof Ar;)m=this.cells[m.y][m.x-1];m instanceof Br||(o=this.chars.rightMid)}let s=Xe.repeat(" ",this.paddingLeft),a=n?this.chars.right:"",l=Xe.repeat(" ",this.paddingRight),c=this.lines[e],u=this.width-(this.paddingLeft+this.paddingRight);r&&(c+=this.truncate||"\u2026");let p=Xe.truncate(c,u,this.truncate);return p=Xe.pad(p,u," ",this.hAlign),p=s+p+l,this.stylizeLine(o,p,a)}stylizeLine(e,n,r){return e=this.wrapWithStyleColors("border",e),r=this.wrapWithStyleColors("border",r),this.y===0&&(n=this.wrapWithStyleColors("head",n)),e+n+r}drawBottom(e){let n=this.chars[this.x==0?"bottomLeft":"bottomMid"],r=Xe.repeat(this.chars.bottom,this.width),i=e?this.chars.bottomRight:"";return this.wrapWithStyleColors("border",n+r+i)}drawEmpty(e,n){let r=this.chars[this.x==0?"left":"middle"];if(this.x&&n&&this.cells){let s=this.cells[this.y+n][this.x-1];for(;s instanceof Ar;)s=this.cells[s.y][s.x-1];s instanceof Br||(r=this.chars.rightMid)}let i=e?this.chars.right:"",o=Xe.repeat(" ",this.width);return this.stylizeLine(r,o,i)}},Ar=class{constructor(){}draw(e){return typeof e=="number"&&ef(`${this.y}-${this.x}: 1x1 ColSpanCell`),""}init(){}mergeTableOptions(){}},Br=class{constructor(e){this.originalCell=e}init(e){let n=this.y,r=this.originalCell.y;this.cellOffset=n-r,this.offset=N3(e.rowHeights,r,this.cellOffset)}draw(e){return e=="top"?this.originalCell.draw(this.offset,this.cellOffset):e=="bottom"?this.originalCell.draw("bottom"):(ef(`${this.y}-${this.x}: 1x${this.colSpan} RowSpanCell for ${this.originalCell.content}`),this.originalCell.draw(this.offset+1+e))}mergeTableOptions(){}};function Zm(...t){return t.filter(e=>e!=null).shift()}function Ja(t,e,n,r){let i=n.split("-");i.length>1?(i[1]=i[1].charAt(0).toUpperCase()+i[1].substr(1),i=i.join(""),r[i]=Zm(t[i],t[n],e[i],e[n])):r[n]=Zm(t[n],e[n])}function N3(t,e,n){let r=t[e];for(let i=1;i<n;i++)r+=1+t[e+i];return r}function Qm(t,e){return t+e+1}var P3=["top","top-mid","top-left","top-right","bottom","bottom-mid","bottom-left","bottom-right","left","left-mid","mid","mid-mid","right","right-mid","middle"];Qi.exports=Xa;Qi.exports.ColSpanCell=Ar;Qi.exports.RowSpanCell=Br});var sf=x((e$,rf)=>{var{warn:L3,debug:q3}=Xi(),Za=tf(),{ColSpanCell:M3,RowSpanCell:U3}=Za;(function(){function t(D,d){return D[d]>0?t(D,d+1):d}function e(D){let d={};D.forEach(function(f,h){let F=0;f.forEach(function(A){A.y=h,A.x=h?t(d,F):F;let w=A.rowSpan||1,S=A.colSpan||1;if(w>1)for(let P=0;P<S;P++)d[A.x+P]=w;F=A.x+S}),Object.keys(d).forEach(A=>{d[A]--,d[A]<1&&delete d[A]})})}function n(D){let d=0;return D.forEach(function(f){f.forEach(function(h){d=Math.max(d,h.x+(h.colSpan||1))})}),d}function r(D){return D.length}function i(D,d){let f=D.y,h=D.y-1+(D.rowSpan||1),F=d.y,A=d.y-1+(d.rowSpan||1),w=!(f>A||F>h),S=D.x,P=D.x-1+(D.colSpan||1),U=d.x,q=d.x-1+(d.colSpan||1),M=!(S>q||U>P);return w&&M}function o(D,d,f){let h=Math.min(D.length-1,f),F={x:d,y:f};for(let A=0;A<=h;A++){let w=D[A];for(let S=0;S<w.length;S++)if(i(F,w[S]))return!0}return!1}function s(D,d,f,h){for(let F=f;F<h;F++)if(o(D,F,d))return!1;return!0}function a(D){D.forEach(function(d,f){d.forEach(function(h){for(let F=1;F<h.rowSpan;F++){let A=new U3(h);A.x=h.x,A.y=h.y+F,A.colSpan=h.colSpan,c(A,D[f+F])}})})}function l(D){for(let d=D.length-1;d>=0;d--){let f=D[d];for(let h=0;h<f.length;h++){let F=f[h];for(let A=1;A<F.colSpan;A++){let w=new M3;w.x=F.x+A,w.y=F.y,f.splice(h+1,0,w)}}}}function c(D,d){let f=0;for(;f<d.length&&d[f].x<D.x;)f++;d.splice(f,0,D)}function u(D){let d=r(D),f=n(D);q3(`Max rows: ${d}; Max cols: ${f}`);for(let h=0;h<d;h++)for(let F=0;F<f;F++)if(!o(D,F,h)){let A={x:F,y:h,colSpan:1,rowSpan:1};for(F++;F<f&&!o(D,F,h);)A.colSpan++,F++;let w=h+1;for(;w<d&&s(D,w,A.x,A.x+A.colSpan);)A.rowSpan++,w++;let S=new Za(A);S.x=A.x,S.y=A.y,L3(`Missing cell at ${S.y}-${S.x}.`),c(S,D[h])}}function p(D){return D.map(function(d){if(!Array.isArray(d)){let f=Object.keys(d)[0];d=d[f],Array.isArray(d)?(d=d.slice(),d.unshift(f)):d=[f,d]}return d.map(function(f){return new Za(f)})})}function m(D){let d=p(D);return e(d),u(d),a(d),l(d),d}rf.exports={makeTableLayout:m,layoutTable:e,addRowSpanCells:a,maxWidth:n,fillInTable:u,computeWidths:nf("colSpan","desiredWidth","x",1),computeHeights:nf("rowSpan","desiredHeight","y",1)}})();function nf(t,e,n,r){return function(i,o){let s=[],a=[],l={};o.forEach(function(c){c.forEach(function(u){(u[t]||1)>1?a.push(u):s[u[n]]=Math.max(s[u[n]]||0,u[e]||0,r)})}),i.forEach(function(c,u){typeof c=="number"&&(s[u]=c)});for(let c=a.length-1;c>=0;c--){let u=a[c],p=u[t],m=u[n],D=s[m],d=typeof i[m]=="number"?0:1;if(typeof D=="number")for(let f=1;f<p;f++)D+=1+s[m+f],typeof i[m+f]!="number"&&d++;else D=e==="desiredWidth"?u.desiredWidth-1:1,(!l[m]||l[m]<D)&&(l[m]=D);if(u[e]>D){let f=0;for(;d>0&&u[e]>D;){if(typeof i[m+f]!="number"){let h=Math.round((u[e]-D)/d);D+=h,s[m+f]+=h,d--}f++}}}Object.assign(i,s,l);for(let c=0;c<i.length;c++)i[c]=Math.max(r,i[c]||0)}}});var af=x((t$,of)=>{var At=Xi(),H3=Ya(),Qa=sf(),es=class extends Array{constructor(e){super();let n=H3.mergeOptions(e);if(Object.defineProperty(this,"options",{value:n,enumerable:n.debug}),n.debug){switch(typeof n.debug){case"boolean":At.setDebugLevel(At.WARN);break;case"number":At.setDebugLevel(n.debug);break;case"string":At.setDebugLevel(parseInt(n.debug,10));break;default:At.setDebugLevel(At.WARN),At.warn(`Debug option is expected to be boolean, number, or string. Received a ${typeof n.debug}`)}Object.defineProperty(this,"messages",{get(){return At.debugMessages()}})}}toString(){let e=this,n=this.options.head&&this.options.head.length;n?(e=[this.options.head],this.length&&e.push.apply(e,this)):this.options.style.head=[];let r=Qa.makeTableLayout(e);r.forEach(function(o){o.forEach(function(s){s.mergeTableOptions(this.options,r)},this)},this),Qa.computeWidths(this.options.colWidths,r),Qa.computeHeights(this.options.rowHeights,r),r.forEach(function(o){o.forEach(function(s){s.init(this.options)},this)},this);let i=[];for(let o=0;o<r.length;o++){let s=r[o],a=this.options.rowHeights[o];(o===0||!this.options.style.compact||o==1&&n)&&eu(s,"top",i);for(let l=0;l<a;l++)eu(s,l,i);o+1==r.length&&eu(s,"bottom",i)}return i.join(`
34
34
  `)}get width(){return this.toString().split(`
35
- `)[0].length}};Zi.reset=()=>At.reset();function Za(t,e,n){let r=[];t.forEach(function(o){r.push(o.draw(e))});let i=r.join("");i.length&&n.push(i)}sf.exports=Zi});var uf=x((r$,af)=>{af.exports=of()});var tu=x((Qa,eu)=>{(function(t,e){typeof Qa=="object"&&typeof eu<"u"?eu.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self).dayjs=e()})(Qa,function(){"use strict";var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",o="minute",s="hour",a="day",l="week",c="month",u="quarter",p="year",m="date",D="Invalid Date",d=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,h={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(T){var _=["th","st","nd","rd"],v=T%100;return"["+T+(_[(v-20)%10]||_[v]||_[0])+"]"}},F=function(T,_,v){var B=String(T);return!B||B.length>=_?T:""+Array(_+1-B.length).join(v)+T},A={s:F,z:function(T){var _=-T.utcOffset(),v=Math.abs(_),B=Math.floor(v/60),y=v%60;return(_<=0?"+":"-")+F(B,2,"0")+":"+F(y,2,"0")},m:function T(_,v){if(_.date()<v.date())return-T(v,_);var B=12*(v.year()-_.year())+(v.month()-_.month()),y=_.clone().add(B,c),C=v-y<0,b=_.clone().add(B+(C?-1:1),c);return+(-(B+(v-y)/(C?y-b:b-y))||0)},a:function(T){return T<0?Math.ceil(T)||0:Math.floor(T)},p:function(T){return{M:c,y:p,w:l,d:a,D:m,h:s,m:o,s:i,ms:r,Q:u}[T]||String(T||"").toLowerCase().replace(/s$/,"")},u:function(T){return T===void 0}},w="en",S={};S[w]=h;var L="$isDayjsObject",U=function(T){return T instanceof $||!(!T||!T[L])},q=function T(_,v,B){var y;if(!_)return w;if(typeof _=="string"){var C=_.toLowerCase();S[C]&&(y=C),v&&(S[C]=v,y=C);var b=_.split("-");if(!y&&b.length>1)return T(b[0])}else{var R=_.name;S[R]=_,y=R}return!B&&y&&(w=y),y||!B&&w},M=function(T,_){if(U(T))return T.clone();var v=typeof _=="object"?_:{};return v.date=T,v.args=arguments,new $(v)},E=A;E.l=q,E.i=U,E.w=function(T,_){return M(T,{locale:_.$L,utc:_.$u,x:_.$x,$offset:_.$offset})};var $=function(){function T(v){this.$L=q(v.locale,null,!0),this.parse(v),this.$x=this.$x||v.x||{},this[L]=!0}var _=T.prototype;return _.parse=function(v){this.$d=function(B){var y=B.date,C=B.utc;if(y===null)return new Date(NaN);if(E.u(y))return new Date;if(y instanceof Date)return new Date(y);if(typeof y=="string"&&!/Z$/i.test(y)){var b=y.match(d);if(b){var R=b[2]-1||0,X=(b[7]||"0").substring(0,3);return C?new Date(Date.UTC(b[1],R,b[3]||1,b[4]||0,b[5]||0,b[6]||0,X)):new Date(b[1],R,b[3]||1,b[4]||0,b[5]||0,b[6]||0,X)}}return new Date(y)}(v),this.init()},_.init=function(){var v=this.$d;this.$y=v.getFullYear(),this.$M=v.getMonth(),this.$D=v.getDate(),this.$W=v.getDay(),this.$H=v.getHours(),this.$m=v.getMinutes(),this.$s=v.getSeconds(),this.$ms=v.getMilliseconds()},_.$utils=function(){return E},_.isValid=function(){return this.$d.toString()!==D},_.isSame=function(v,B){var y=M(v);return this.startOf(B)<=y&&y<=this.endOf(B)},_.isAfter=function(v,B){return M(v)<this.startOf(B)},_.isBefore=function(v,B){return this.endOf(B)<M(v)},_.$g=function(v,B,y){return E.u(v)?this[B]:this.set(y,v)},_.unix=function(){return Math.floor(this.valueOf()/1e3)},_.valueOf=function(){return this.$d.getTime()},_.startOf=function(v,B){var y=this,C=!!E.u(B)||B,b=E.p(v),R=function(ot,Q){var Rt=E.w(y.$u?Date.UTC(y.$y,Q,ot):new Date(y.$y,Q,ot),y);return C?Rt:Rt.endOf(a)},X=function(ot,Q){return E.w(y.toDate()[ot].apply(y.toDate("s"),(C?[0,0,0,0]:[23,59,59,999]).slice(Q)),y)},V=this.$W,te=this.$M,Te=this.$D,we="set"+(this.$u?"UTC":"");switch(b){case p:return C?R(1,0):R(31,11);case c:return C?R(1,te):R(0,te+1);case l:var fe=this.$locale().weekStart||0,Ot=(V<fe?V+7:V)-fe;return R(C?Te-Ot:Te+(6-Ot),te);case a:case m:return X(we+"Hours",0);case s:return X(we+"Minutes",1);case o:return X(we+"Seconds",2);case i:return X(we+"Milliseconds",3);default:return this.clone()}},_.endOf=function(v){return this.startOf(v,!1)},_.$set=function(v,B){var y,C=E.p(v),b="set"+(this.$u?"UTC":""),R=(y={},y[a]=b+"Date",y[m]=b+"Date",y[c]=b+"Month",y[p]=b+"FullYear",y[s]=b+"Hours",y[o]=b+"Minutes",y[i]=b+"Seconds",y[r]=b+"Milliseconds",y)[C],X=C===a?this.$D+(B-this.$W):B;if(C===c||C===p){var V=this.clone().set(m,1);V.$d[R](X),V.init(),this.$d=V.set(m,Math.min(this.$D,V.daysInMonth())).$d}else R&&this.$d[R](X);return this.init(),this},_.set=function(v,B){return this.clone().$set(v,B)},_.get=function(v){return this[E.p(v)]()},_.add=function(v,B){var y,C=this;v=Number(v);var b=E.p(B),R=function(te){var Te=M(C);return E.w(Te.date(Te.date()+Math.round(te*v)),C)};if(b===c)return this.set(c,this.$M+v);if(b===p)return this.set(p,this.$y+v);if(b===a)return R(1);if(b===l)return R(7);var X=(y={},y[o]=e,y[s]=n,y[i]=t,y)[b]||1,V=this.$d.getTime()+v*X;return E.w(V,this)},_.subtract=function(v,B){return this.add(-1*v,B)},_.format=function(v){var B=this,y=this.$locale();if(!this.isValid())return y.invalidDate||D;var C=v||"YYYY-MM-DDTHH:mm:ssZ",b=E.z(this),R=this.$H,X=this.$m,V=this.$M,te=y.weekdays,Te=y.months,we=y.meridiem,fe=function(Q,Rt,er,ni){return Q&&(Q[Rt]||Q(B,C))||er[Rt].slice(0,ni)},Ot=function(Q){return E.s(R%12||12,Q,"0")},ot=we||function(Q,Rt,er){var ni=Q<12?"AM":"PM";return er?ni.toLowerCase():ni};return C.replace(f,function(Q,Rt){return Rt||function(er){switch(er){case"YY":return String(B.$y).slice(-2);case"YYYY":return E.s(B.$y,4,"0");case"M":return V+1;case"MM":return E.s(V+1,2,"0");case"MMM":return fe(y.monthsShort,V,Te,3);case"MMMM":return fe(Te,V);case"D":return B.$D;case"DD":return E.s(B.$D,2,"0");case"d":return String(B.$W);case"dd":return fe(y.weekdaysMin,B.$W,te,2);case"ddd":return fe(y.weekdaysShort,B.$W,te,3);case"dddd":return te[B.$W];case"H":return String(R);case"HH":return E.s(R,2,"0");case"h":return Ot(1);case"hh":return Ot(2);case"a":return ot(R,X,!0);case"A":return ot(R,X,!1);case"m":return String(X);case"mm":return E.s(X,2,"0");case"s":return String(B.$s);case"ss":return E.s(B.$s,2,"0");case"SSS":return E.s(B.$ms,3,"0");case"Z":return b}return null}(Q)||b.replace(":","")})},_.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},_.diff=function(v,B,y){var C,b=this,R=E.p(B),X=M(v),V=(X.utcOffset()-this.utcOffset())*e,te=this-X,Te=function(){return E.m(b,X)};switch(R){case p:C=Te()/12;break;case c:C=Te();break;case u:C=Te()/3;break;case l:C=(te-V)/6048e5;break;case a:C=(te-V)/864e5;break;case s:C=te/n;break;case o:C=te/e;break;case i:C=te/t;break;default:C=te}return y?C:E.a(C)},_.daysInMonth=function(){return this.endOf(c).$D},_.$locale=function(){return S[this.$L]},_.locale=function(v,B){if(!v)return this.$L;var y=this.clone(),C=q(v,B,!0);return C&&(y.$L=C),y},_.clone=function(){return E.w(this.$d,this)},_.toDate=function(){return new Date(this.valueOf())},_.toJSON=function(){return this.isValid()?this.toISOString():null},_.toISOString=function(){return this.$d.toISOString()},_.toString=function(){return this.$d.toUTCString()},T}(),I=$.prototype;return M.prototype=I,[["$ms",r],["$s",i],["$m",o],["$H",s],["$W",a],["$M",c],["$y",p],["$D",m]].forEach(function(T){I[T[1]]=function(_){return this.$g(_,T[0],T[1])}}),M.extend=function(T,_){return T.$i||(T(_,$,M),T.$i=!0),M},M.locale=q,M.isDayjs=U,M.unix=function(T){return M(1e3*T)},M.en=S[w],M.Ls=S,M.p={},M})});var Mf=x((au,uu)=>{(function(t,e){typeof au=="object"&&typeof uu<"u"?uu.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_isoWeek=e()})(au,function(){"use strict";var t="day";return function(e,n,r){var i=function(a){return a.add(4-a.isoWeekday(),t)},o=n.prototype;o.isoWeekYear=function(){return i(this).year()},o.isoWeek=function(a){if(!this.$utils().u(a))return this.add(7*(a-this.isoWeek()),t);var l,c,u,p,m=i(this),D=(l=this.isoWeekYear(),c=this.$u,u=(c?r.utc:r)().year(l).startOf("year"),p=4-u.isoWeekday(),u.isoWeekday()>4&&(p+=7),u.add(p,t));return m.diff(D,"week")+1},o.isoWeekday=function(a){return this.$utils().u(a)?this.day()||7:this.day(this.day()%7?a:a-7)};var s=o.startOf;o.startOf=function(a,l){var c=this.$utils(),u=!!c.u(l)||l;return c.p(a)==="isoweek"?u?this.date(this.date()-(this.isoWeekday()-1)).startOf("day"):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf("day"):s.bind(this)(a,l)}}})});var Zf=x((H5,Xf)=>{var jt=P("constants"),C8=process.cwd,ts=null,v8=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ts||(ts=C8.call(process)),ts};try{process.cwd()}catch{}typeof process.chdir=="function"&&(du=process.chdir,process.chdir=function(t){ts=null,du.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,du));var du;Xf.exports=b8;function b8(t){jt.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(t),t.lutimes||n(t),t.chown=o(t.chown),t.fchown=o(t.fchown),t.lchown=o(t.lchown),t.chmod=r(t.chmod),t.fchmod=r(t.fchmod),t.lchmod=r(t.lchmod),t.chownSync=s(t.chownSync),t.fchownSync=s(t.fchownSync),t.lchownSync=s(t.lchownSync),t.chmodSync=i(t.chmodSync),t.fchmodSync=i(t.fchmodSync),t.lchmodSync=i(t.lchmodSync),t.stat=a(t.stat),t.fstat=a(t.fstat),t.lstat=a(t.lstat),t.statSync=l(t.statSync),t.fstatSync=l(t.fstatSync),t.lstatSync=l(t.lstatSync),t.chmod&&!t.lchmod&&(t.lchmod=function(u,p,m){m&&process.nextTick(m)},t.lchmodSync=function(){}),t.chown&&!t.lchown&&(t.lchown=function(u,p,m,D){D&&process.nextTick(D)},t.lchownSync=function(){}),v8==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:function(u){function p(m,D,d){var f=Date.now(),h=0;u(m,D,function F(A){if(A&&(A.code==="EACCES"||A.code==="EPERM"||A.code==="EBUSY")&&Date.now()-f<6e4){setTimeout(function(){t.stat(D,function(w,S){w&&w.code==="ENOENT"?u(m,D,F):d(A)})},h),h<100&&(h+=10);return}d&&d(A)})}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.rename)),t.read=typeof t.read!="function"?t.read:function(u){function p(m,D,d,f,h,F){var A;if(F&&typeof F=="function"){var w=0;A=function(S,L,U){if(S&&S.code==="EAGAIN"&&w<10)return w++,u.call(t,m,D,d,f,h,A);F.apply(this,arguments)}}return u.call(t,m,D,d,f,h,A)}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.read),t.readSync=typeof t.readSync!="function"?t.readSync:function(u){return function(p,m,D,d,f){for(var h=0;;)try{return u.call(t,p,m,D,d,f)}catch(F){if(F.code==="EAGAIN"&&h<10){h++;continue}throw F}}}(t.readSync);function e(u){u.lchmod=function(p,m,D){u.open(p,jt.O_WRONLY|jt.O_SYMLINK,m,function(d,f){if(d){D&&D(d);return}u.fchmod(f,m,function(h){u.close(f,function(F){D&&D(h||F)})})})},u.lchmodSync=function(p,m){var D=u.openSync(p,jt.O_WRONLY|jt.O_SYMLINK,m),d=!0,f;try{f=u.fchmodSync(D,m),d=!1}finally{if(d)try{u.closeSync(D)}catch{}else u.closeSync(D)}return f}}function n(u){jt.hasOwnProperty("O_SYMLINK")&&u.futimes?(u.lutimes=function(p,m,D,d){u.open(p,jt.O_SYMLINK,function(f,h){if(f){d&&d(f);return}u.futimes(h,m,D,function(F){u.close(h,function(A){d&&d(F||A)})})})},u.lutimesSync=function(p,m,D){var d=u.openSync(p,jt.O_SYMLINK),f,h=!0;try{f=u.futimesSync(d,m,D),h=!1}finally{if(h)try{u.closeSync(d)}catch{}else u.closeSync(d)}return f}):u.futimes&&(u.lutimes=function(p,m,D,d){d&&process.nextTick(d)},u.lutimesSync=function(){})}function r(u){return u&&function(p,m,D){return u.call(t,p,m,function(d){c(d)&&(d=null),D&&D.apply(this,arguments)})}}function i(u){return u&&function(p,m){try{return u.call(t,p,m)}catch(D){if(!c(D))throw D}}}function o(u){return u&&function(p,m,D,d){return u.call(t,p,m,D,function(f){c(f)&&(f=null),d&&d.apply(this,arguments)})}}function s(u){return u&&function(p,m,D){try{return u.call(t,p,m,D)}catch(d){if(!c(d))throw d}}}function a(u){return u&&function(p,m,D){typeof m=="function"&&(D=m,m=null);function d(f,h){h&&(h.uid<0&&(h.uid+=4294967296),h.gid<0&&(h.gid+=4294967296)),D&&D.apply(this,arguments)}return m?u.call(t,p,m,d):u.call(t,p,d)}}function l(u){return u&&function(p,m){var D=m?u.call(t,p,m):u.call(t,p);return D&&(D.uid<0&&(D.uid+=4294967296),D.gid<0&&(D.gid+=4294967296)),D}}function c(u){if(!u||u.code==="ENOSYS")return!0;var p=!process.getuid||process.getuid()!==0;return!!(p&&(u.code==="EINVAL"||u.code==="EPERM"))}}});var th=x((W5,eh)=>{var Qf=P("stream").Stream;eh.exports=y8;function y8(t){return{ReadStream:e,WriteStream:n};function e(r,i){if(!(this instanceof e))return new e(r,i);Qf.call(this);var o=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var s=Object.keys(i),a=0,l=s.length;a<l;a++){var c=s[a];this[c]=i[c]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){o._read()});return}t.open(this.path,this.flags,this.mode,function(u,p){if(u){o.emit("error",u),o.readable=!1;return}o.fd=p,o.emit("open",p),o._read()})}function n(r,i){if(!(this instanceof n))return new n(r,i);Qf.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var o=Object.keys(i),s=0,a=o.length;s<a;s++){var l=o[s];this[l]=i[l]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=t.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}});var rh=x((z5,nh)=>{"use strict";nh.exports=A8;var w8=Object.getPrototypeOf||function(t){return t.__proto__};function A8(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:w8(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}});var ah=x((G5,hu)=>{var le=P("fs"),B8=Zf(),S8=th(),_8=rh(),ns=P("util"),Be,is;typeof Symbol=="function"&&typeof Symbol.for=="function"?(Be=Symbol.for("graceful-fs.queue"),is=Symbol.for("graceful-fs.previous")):(Be="___graceful-fs.queue",is="___graceful-fs.previous");function O8(){}function oh(t,e){Object.defineProperty(t,Be,{get:function(){return e}})}var Zt=O8;ns.debuglog?Zt=ns.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Zt=function(){var t=ns.format.apply(ns,arguments);t="GFS4: "+t.split(/\n/).join(`
36
- GFS4: `),console.error(t)});le[Be]||(ih=global[Be]||[],oh(le,ih),le.close=function(t){function e(n,r){return t.call(le,n,function(i){i||sh(),typeof r=="function"&&r.apply(this,arguments)})}return Object.defineProperty(e,is,{value:t}),e}(le.close),le.closeSync=function(t){function e(n){t.apply(le,arguments),sh()}return Object.defineProperty(e,is,{value:t}),e}(le.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){Zt(le[Be]),P("assert").equal(le[Be].length,0)}));var ih;global[Be]||oh(global,le[Be]);hu.exports=mu(_8(le));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!le.__patched&&(hu.exports=mu(le),le.__patched=!0);function mu(t){B8(t),t.gracefulify=mu,t.createReadStream=L,t.createWriteStream=U;var e=t.readFile;t.readFile=n;function n(E,$,I){return typeof $=="function"&&(I=$,$=null),T(E,$,I);function T(_,v,B,y){return e(_,v,function(C){C&&(C.code==="EMFILE"||C.code==="ENFILE")?Nn([T,[_,v,B],C,y||Date.now(),Date.now()]):typeof B=="function"&&B.apply(this,arguments)})}}var r=t.writeFile;t.writeFile=i;function i(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return r(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Nn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var o=t.appendFile;o&&(t.appendFile=s);function s(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return o(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Nn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var a=t.copyFile;a&&(t.copyFile=l);function l(E,$,I,T){return typeof I=="function"&&(T=I,I=0),_(E,$,I,T);function _(v,B,y,C,b){return a(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Nn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var c=t.readdir;t.readdir=p;var u=/^v[0-5]\./;function p(E,$,I){typeof $=="function"&&(I=$,$=null);var T=u.test(process.version)?function(B,y,C,b){return c(B,_(B,y,C,b))}:function(B,y,C,b){return c(B,y,_(B,y,C,b))};return T(E,$,I);function _(v,B,y,C){return function(b,R){b&&(b.code==="EMFILE"||b.code==="ENFILE")?Nn([T,[v,B,y],b,C||Date.now(),Date.now()]):(R&&R.sort&&R.sort(),typeof y=="function"&&y.call(this,b,R))}}}if(process.version.substr(0,4)==="v0.8"){var m=S8(t);F=m.ReadStream,w=m.WriteStream}var D=t.ReadStream;D&&(F.prototype=Object.create(D.prototype),F.prototype.open=A);var d=t.WriteStream;d&&(w.prototype=Object.create(d.prototype),w.prototype.open=S),Object.defineProperty(t,"ReadStream",{get:function(){return F},set:function(E){F=E},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return w},set:function(E){w=E},enumerable:!0,configurable:!0});var f=F;Object.defineProperty(t,"FileReadStream",{get:function(){return f},set:function(E){f=E},enumerable:!0,configurable:!0});var h=w;Object.defineProperty(t,"FileWriteStream",{get:function(){return h},set:function(E){h=E},enumerable:!0,configurable:!0});function F(E,$){return this instanceof F?(D.apply(this,arguments),this):F.apply(Object.create(F.prototype),arguments)}function A(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.autoClose&&E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I),E.read())})}function w(E,$){return this instanceof w?(d.apply(this,arguments),this):w.apply(Object.create(w.prototype),arguments)}function S(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I))})}function L(E,$){return new t.ReadStream(E,$)}function U(E,$){return new t.WriteStream(E,$)}var q=t.open;t.open=M;function M(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return q(v,B,y,function(R,X){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Nn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}return t}function Nn(t){Zt("ENQUEUE",t[0].name,t[1]),le[Be].push(t),fu()}var rs;function sh(){for(var t=Date.now(),e=0;e<le[Be].length;++e)le[Be][e].length>2&&(le[Be][e][3]=t,le[Be][e][4]=t);fu()}function fu(){if(clearTimeout(rs),rs=void 0,le[Be].length!==0){var t=le[Be].shift(),e=t[0],n=t[1],r=t[2],i=t[3],o=t[4];if(i===void 0)Zt("RETRY",e.name,n),e.apply(null,n);else if(Date.now()-i>=6e4){Zt("TIMEOUT",e.name,n);var s=n.pop();typeof s=="function"&&s.call(null,r)}else{var a=Date.now()-o,l=Math.max(o-i,1),c=Math.min(l*1.2,100);a>=c?(Zt("RETRY",e.name,n),e.apply(null,n.concat([i]))):le[Be].push(t)}rs===void 0&&(rs=setTimeout(fu,0))}}});var Nr=x((FI,Mh)=>{"use strict";var c1=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};Mh.exports=c1});var Un=x((EI,Uh)=>{"use strict";var l1="2.0.0",p1=Number.MAX_SAFE_INTEGER||9007199254740991,D1=16,d1=250,m1=["major","premajor","minor","preminor","patch","prepatch","prerelease"];Uh.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:D1,MAX_SAFE_BUILD_LENGTH:d1,MAX_SAFE_INTEGER:p1,RELEASE_TYPES:m1,SEMVER_SPEC_VERSION:l1,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var Hn=x((Ct,Hh)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:Ou,MAX_SAFE_BUILD_LENGTH:f1,MAX_LENGTH:h1}=Un(),g1=Nr();Ct=Hh.exports={};var x1=Ct.re=[],F1=Ct.safeRe=[],j=Ct.src=[],E1=Ct.safeSrc=[],N=Ct.t={},C1=0,Ru="[a-zA-Z0-9-]",v1=[["\\s",1],["\\d",h1],[Ru,f1]],b1=t=>{for(let[e,n]of v1)t=t.split(`${e}*`).join(`${e}{0,${n}}`).split(`${e}+`).join(`${e}{1,${n}}`);return t},W=(t,e,n)=>{let r=b1(e),i=C1++;g1(t,i,e),N[t]=i,j[i]=e,E1[i]=r,x1[i]=new RegExp(e,n?"g":void 0),F1[i]=new RegExp(r,n?"g":void 0)};W("NUMERICIDENTIFIER","0|[1-9]\\d*");W("NUMERICIDENTIFIERLOOSE","\\d+");W("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${Ru}*`);W("MAINVERSION",`(${j[N.NUMERICIDENTIFIER]})\\.(${j[N.NUMERICIDENTIFIER]})\\.(${j[N.NUMERICIDENTIFIER]})`);W("MAINVERSIONLOOSE",`(${j[N.NUMERICIDENTIFIERLOOSE]})\\.(${j[N.NUMERICIDENTIFIERLOOSE]})\\.(${j[N.NUMERICIDENTIFIERLOOSE]})`);W("PRERELEASEIDENTIFIER",`(?:${j[N.NONNUMERICIDENTIFIER]}|${j[N.NUMERICIDENTIFIER]})`);W("PRERELEASEIDENTIFIERLOOSE",`(?:${j[N.NONNUMERICIDENTIFIER]}|${j[N.NUMERICIDENTIFIERLOOSE]})`);W("PRERELEASE",`(?:-(${j[N.PRERELEASEIDENTIFIER]}(?:\\.${j[N.PRERELEASEIDENTIFIER]})*))`);W("PRERELEASELOOSE",`(?:-?(${j[N.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${j[N.PRERELEASEIDENTIFIERLOOSE]})*))`);W("BUILDIDENTIFIER",`${Ru}+`);W("BUILD",`(?:\\+(${j[N.BUILDIDENTIFIER]}(?:\\.${j[N.BUILDIDENTIFIER]})*))`);W("FULLPLAIN",`v?${j[N.MAINVERSION]}${j[N.PRERELEASE]}?${j[N.BUILD]}?`);W("FULL",`^${j[N.FULLPLAIN]}$`);W("LOOSEPLAIN",`[v=\\s]*${j[N.MAINVERSIONLOOSE]}${j[N.PRERELEASELOOSE]}?${j[N.BUILD]}?`);W("LOOSE",`^${j[N.LOOSEPLAIN]}$`);W("GTLT","((?:<|>)?=?)");W("XRANGEIDENTIFIERLOOSE",`${j[N.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);W("XRANGEIDENTIFIER",`${j[N.NUMERICIDENTIFIER]}|x|X|\\*`);W("XRANGEPLAIN",`[v=\\s]*(${j[N.XRANGEIDENTIFIER]})(?:\\.(${j[N.XRANGEIDENTIFIER]})(?:\\.(${j[N.XRANGEIDENTIFIER]})(?:${j[N.PRERELEASE]})?${j[N.BUILD]}?)?)?`);W("XRANGEPLAINLOOSE",`[v=\\s]*(${j[N.XRANGEIDENTIFIERLOOSE]})(?:\\.(${j[N.XRANGEIDENTIFIERLOOSE]})(?:\\.(${j[N.XRANGEIDENTIFIERLOOSE]})(?:${j[N.PRERELEASELOOSE]})?${j[N.BUILD]}?)?)?`);W("XRANGE",`^${j[N.GTLT]}\\s*${j[N.XRANGEPLAIN]}$`);W("XRANGELOOSE",`^${j[N.GTLT]}\\s*${j[N.XRANGEPLAINLOOSE]}$`);W("COERCEPLAIN",`(^|[^\\d])(\\d{1,${Ou}})(?:\\.(\\d{1,${Ou}}))?(?:\\.(\\d{1,${Ou}}))?`);W("COERCE",`${j[N.COERCEPLAIN]}(?:$|[^\\d])`);W("COERCEFULL",j[N.COERCEPLAIN]+`(?:${j[N.PRERELEASE]})?(?:${j[N.BUILD]})?(?:$|[^\\d])`);W("COERCERTL",j[N.COERCE],!0);W("COERCERTLFULL",j[N.COERCEFULL],!0);W("LONETILDE","(?:~>?)");W("TILDETRIM",`(\\s*)${j[N.LONETILDE]}\\s+`,!0);Ct.tildeTrimReplace="$1~";W("TILDE",`^${j[N.LONETILDE]}${j[N.XRANGEPLAIN]}$`);W("TILDELOOSE",`^${j[N.LONETILDE]}${j[N.XRANGEPLAINLOOSE]}$`);W("LONECARET","(?:\\^)");W("CARETTRIM",`(\\s*)${j[N.LONECARET]}\\s+`,!0);Ct.caretTrimReplace="$1^";W("CARET",`^${j[N.LONECARET]}${j[N.XRANGEPLAIN]}$`);W("CARETLOOSE",`^${j[N.LONECARET]}${j[N.XRANGEPLAINLOOSE]}$`);W("COMPARATORLOOSE",`^${j[N.GTLT]}\\s*(${j[N.LOOSEPLAIN]})$|^$`);W("COMPARATOR",`^${j[N.GTLT]}\\s*(${j[N.FULLPLAIN]})$|^$`);W("COMPARATORTRIM",`(\\s*)${j[N.GTLT]}\\s*(${j[N.LOOSEPLAIN]}|${j[N.XRANGEPLAIN]})`,!0);Ct.comparatorTrimReplace="$1$2$3";W("HYPHENRANGE",`^\\s*(${j[N.XRANGEPLAIN]})\\s+-\\s+(${j[N.XRANGEPLAIN]})\\s*$`);W("HYPHENRANGELOOSE",`^\\s*(${j[N.XRANGEPLAINLOOSE]})\\s+-\\s+(${j[N.XRANGEPLAINLOOSE]})\\s*$`);W("STAR","(<|>)?=?\\s*\\*");W("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");W("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var Ds=x((CI,Wh)=>{"use strict";var y1=Object.freeze({loose:!0}),w1=Object.freeze({}),A1=t=>t?typeof t!="object"?y1:t:w1;Wh.exports=A1});var Tu=x((vI,Vh)=>{"use strict";var zh=/^[0-9]+$/,Gh=(t,e)=>{if(typeof t=="number"&&typeof e=="number")return t===e?0:t<e?-1:1;let n=zh.test(t),r=zh.test(e);return n&&r&&(t=+t,e=+e),t===e?0:n&&!r?-1:r&&!n?1:t<e?-1:1},B1=(t,e)=>Gh(e,t);Vh.exports={compareIdentifiers:Gh,rcompareIdentifiers:B1}});var _e=x((bI,Kh)=>{"use strict";var ds=Nr(),{MAX_LENGTH:Yh,MAX_SAFE_INTEGER:ms}=Un(),{safeRe:fs,t:hs}=Hn(),S1=Ds(),{compareIdentifiers:$u}=Tu(),ku=class t{constructor(e,n){if(n=S1(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>Yh)throw new TypeError(`version is longer than ${Yh} characters`);ds("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;let r=e.trim().match(n.loose?fs[hs.LOOSE]:fs[hs.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>ms||this.major<0)throw new TypeError("Invalid major version");if(this.minor>ms||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>ms||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map(i=>{if(/^[0-9]+$/.test(i)){let o=+i;if(o>=0&&o<ms)return o}return i}):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(ds("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if(typeof e=="string"&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof t||(e=new t(e,this.options)),this.major<e.major?-1:this.major>e.major?1:this.minor<e.minor?-1:this.minor>e.minor?1:this.patch<e.patch?-1:this.patch>e.patch?1:0}comparePre(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let n=0;do{let r=this.prerelease[n],i=e.prerelease[n];if(ds("prerelease compare",n,r,i),r===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(r===void 0)return-1;if(r===i)continue;return $u(r,i)}while(++n)}compareBuild(e){e instanceof t||(e=new t(e,this.options));let n=0;do{let r=this.build[n],i=e.build[n];if(ds("build compare",n,r,i),r===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(r===void 0)return-1;if(r===i)continue;return $u(r,i)}while(++n)}inc(e,n,r){if(e.startsWith("pre")){if(!n&&r===!1)throw new Error("invalid increment argument: identifier is empty");if(n){let i=`-${n}`.match(this.options.loose?fs[hs.PRERELEASELOOSE]:fs[hs.PRERELEASE]);if(!i||i[1]!==n)throw new Error(`invalid identifier: ${n}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n,r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n,r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n,r),this.inc("pre",n,r);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n,r),this.inc("pre",n,r);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{let i=Number(r)?1:0;if(this.prerelease.length===0)this.prerelease=[i];else{let o=this.prerelease.length;for(;--o>=0;)typeof this.prerelease[o]=="number"&&(this.prerelease[o]++,o=-2);if(o===-1){if(n===this.prerelease.join(".")&&r===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(i)}}if(n){let o=[n,i];r===!1&&(o=[n]),$u(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=o):this.prerelease=o}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};Kh.exports=ku});var Lt=x((yI,Xh)=>{"use strict";var Jh=_e(),_1=(t,e,n=!1)=>{if(t instanceof Jh)return t;try{return new Jh(t,e)}catch(r){if(!n)return null;throw r}};Xh.exports=_1});var Iu=x((wI,Qh)=>{"use strict";var Zh=Lt(),O1=(t,e)=>{let n=Zh(t,null,!0),r=Zh(e,null,!0),i=n.compare(r);if(i===0)return null;let o=i>0,s=o?n:r,a=o?r:n,l=!!s.prerelease.length;if(!!a.prerelease.length&&!l){if(!a.patch&&!a.minor)return"major";if(a.compareMain(s)===0)return a.minor&&!a.patch?"minor":"patch"}let u=l?"pre":"";return n.major!==r.major?u+"major":n.minor!==r.minor?u+"minor":n.patch!==r.patch?u+"patch":"prerelease"};Qh.exports=O1});var it=x((AI,tg)=>{"use strict";var eg=_e(),R1=(t,e,n)=>new eg(t,n).compare(new eg(e,n));tg.exports=R1});var Wn=x((BI,ng)=>{"use strict";var T1=it(),$1=(t,e,n)=>T1(t,e,n)>0;ng.exports=$1});var Ag=x(sn=>{sn.parse=sn.decode=M1;sn.stringify=sn.encode=bg;sn.safe=Vn;sn.unsafe=vs;var Hu=typeof process<"u"&&process.platform==="win32"?`\r
35
+ `)[0].length}};es.reset=()=>At.reset();function eu(t,e,n){let r=[];t.forEach(function(o){r.push(o.draw(e))});let i=r.join("");i.length&&n.push(i)}of.exports=es});var cf=x((n$,uf)=>{uf.exports=af()});var ru=x((tu,nu)=>{(function(t,e){typeof tu=="object"&&typeof nu<"u"?nu.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self).dayjs=e()})(tu,function(){"use strict";var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",o="minute",s="hour",a="day",l="week",c="month",u="quarter",p="year",m="date",D="Invalid Date",d=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,h={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(T){var _=["th","st","nd","rd"],v=T%100;return"["+T+(_[(v-20)%10]||_[v]||_[0])+"]"}},F=function(T,_,v){var B=String(T);return!B||B.length>=_?T:""+Array(_+1-B.length).join(v)+T},A={s:F,z:function(T){var _=-T.utcOffset(),v=Math.abs(_),B=Math.floor(v/60),y=v%60;return(_<=0?"+":"-")+F(B,2,"0")+":"+F(y,2,"0")},m:function T(_,v){if(_.date()<v.date())return-T(v,_);var B=12*(v.year()-_.year())+(v.month()-_.month()),y=_.clone().add(B,c),C=v-y<0,b=_.clone().add(B+(C?-1:1),c);return+(-(B+(v-y)/(C?y-b:b-y))||0)},a:function(T){return T<0?Math.ceil(T)||0:Math.floor(T)},p:function(T){return{M:c,y:p,w:l,d:a,D:m,h:s,m:o,s:i,ms:r,Q:u}[T]||String(T||"").toLowerCase().replace(/s$/,"")},u:function(T){return T===void 0}},w="en",S={};S[w]=h;var P="$isDayjsObject",U=function(T){return T instanceof $||!(!T||!T[P])},q=function T(_,v,B){var y;if(!_)return w;if(typeof _=="string"){var C=_.toLowerCase();S[C]&&(y=C),v&&(S[C]=v,y=C);var b=_.split("-");if(!y&&b.length>1)return T(b[0])}else{var R=_.name;S[R]=_,y=R}return!B&&y&&(w=y),y||!B&&w},M=function(T,_){if(U(T))return T.clone();var v=typeof _=="object"?_:{};return v.date=T,v.args=arguments,new $(v)},E=A;E.l=q,E.i=U,E.w=function(T,_){return M(T,{locale:_.$L,utc:_.$u,x:_.$x,$offset:_.$offset})};var $=function(){function T(v){this.$L=q(v.locale,null,!0),this.parse(v),this.$x=this.$x||v.x||{},this[P]=!0}var _=T.prototype;return _.parse=function(v){this.$d=function(B){var y=B.date,C=B.utc;if(y===null)return new Date(NaN);if(E.u(y))return new Date;if(y instanceof Date)return new Date(y);if(typeof y=="string"&&!/Z$/i.test(y)){var b=y.match(d);if(b){var R=b[2]-1||0,X=(b[7]||"0").substring(0,3);return C?new Date(Date.UTC(b[1],R,b[3]||1,b[4]||0,b[5]||0,b[6]||0,X)):new Date(b[1],R,b[3]||1,b[4]||0,b[5]||0,b[6]||0,X)}}return new Date(y)}(v),this.init()},_.init=function(){var v=this.$d;this.$y=v.getFullYear(),this.$M=v.getMonth(),this.$D=v.getDate(),this.$W=v.getDay(),this.$H=v.getHours(),this.$m=v.getMinutes(),this.$s=v.getSeconds(),this.$ms=v.getMilliseconds()},_.$utils=function(){return E},_.isValid=function(){return this.$d.toString()!==D},_.isSame=function(v,B){var y=M(v);return this.startOf(B)<=y&&y<=this.endOf(B)},_.isAfter=function(v,B){return M(v)<this.startOf(B)},_.isBefore=function(v,B){return this.endOf(B)<M(v)},_.$g=function(v,B,y){return E.u(v)?this[B]:this.set(y,v)},_.unix=function(){return Math.floor(this.valueOf()/1e3)},_.valueOf=function(){return this.$d.getTime()},_.startOf=function(v,B){var y=this,C=!!E.u(B)||B,b=E.p(v),R=function(ot,Q){var Rt=E.w(y.$u?Date.UTC(y.$y,Q,ot):new Date(y.$y,Q,ot),y);return C?Rt:Rt.endOf(a)},X=function(ot,Q){return E.w(y.toDate()[ot].apply(y.toDate("s"),(C?[0,0,0,0]:[23,59,59,999]).slice(Q)),y)},V=this.$W,te=this.$M,Te=this.$D,we="set"+(this.$u?"UTC":"");switch(b){case p:return C?R(1,0):R(31,11);case c:return C?R(1,te):R(0,te+1);case l:var fe=this.$locale().weekStart||0,Ot=(V<fe?V+7:V)-fe;return R(C?Te-Ot:Te+(6-Ot),te);case a:case m:return X(we+"Hours",0);case s:return X(we+"Minutes",1);case o:return X(we+"Seconds",2);case i:return X(we+"Milliseconds",3);default:return this.clone()}},_.endOf=function(v){return this.startOf(v,!1)},_.$set=function(v,B){var y,C=E.p(v),b="set"+(this.$u?"UTC":""),R=(y={},y[a]=b+"Date",y[m]=b+"Date",y[c]=b+"Month",y[p]=b+"FullYear",y[s]=b+"Hours",y[o]=b+"Minutes",y[i]=b+"Seconds",y[r]=b+"Milliseconds",y)[C],X=C===a?this.$D+(B-this.$W):B;if(C===c||C===p){var V=this.clone().set(m,1);V.$d[R](X),V.init(),this.$d=V.set(m,Math.min(this.$D,V.daysInMonth())).$d}else R&&this.$d[R](X);return this.init(),this},_.set=function(v,B){return this.clone().$set(v,B)},_.get=function(v){return this[E.p(v)]()},_.add=function(v,B){var y,C=this;v=Number(v);var b=E.p(B),R=function(te){var Te=M(C);return E.w(Te.date(Te.date()+Math.round(te*v)),C)};if(b===c)return this.set(c,this.$M+v);if(b===p)return this.set(p,this.$y+v);if(b===a)return R(1);if(b===l)return R(7);var X=(y={},y[o]=e,y[s]=n,y[i]=t,y)[b]||1,V=this.$d.getTime()+v*X;return E.w(V,this)},_.subtract=function(v,B){return this.add(-1*v,B)},_.format=function(v){var B=this,y=this.$locale();if(!this.isValid())return y.invalidDate||D;var C=v||"YYYY-MM-DDTHH:mm:ssZ",b=E.z(this),R=this.$H,X=this.$m,V=this.$M,te=y.weekdays,Te=y.months,we=y.meridiem,fe=function(Q,Rt,tr,ii){return Q&&(Q[Rt]||Q(B,C))||tr[Rt].slice(0,ii)},Ot=function(Q){return E.s(R%12||12,Q,"0")},ot=we||function(Q,Rt,tr){var ii=Q<12?"AM":"PM";return tr?ii.toLowerCase():ii};return C.replace(f,function(Q,Rt){return Rt||function(tr){switch(tr){case"YY":return String(B.$y).slice(-2);case"YYYY":return E.s(B.$y,4,"0");case"M":return V+1;case"MM":return E.s(V+1,2,"0");case"MMM":return fe(y.monthsShort,V,Te,3);case"MMMM":return fe(Te,V);case"D":return B.$D;case"DD":return E.s(B.$D,2,"0");case"d":return String(B.$W);case"dd":return fe(y.weekdaysMin,B.$W,te,2);case"ddd":return fe(y.weekdaysShort,B.$W,te,3);case"dddd":return te[B.$W];case"H":return String(R);case"HH":return E.s(R,2,"0");case"h":return Ot(1);case"hh":return Ot(2);case"a":return ot(R,X,!0);case"A":return ot(R,X,!1);case"m":return String(X);case"mm":return E.s(X,2,"0");case"s":return String(B.$s);case"ss":return E.s(B.$s,2,"0");case"SSS":return E.s(B.$ms,3,"0");case"Z":return b}return null}(Q)||b.replace(":","")})},_.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},_.diff=function(v,B,y){var C,b=this,R=E.p(B),X=M(v),V=(X.utcOffset()-this.utcOffset())*e,te=this-X,Te=function(){return E.m(b,X)};switch(R){case p:C=Te()/12;break;case c:C=Te();break;case u:C=Te()/3;break;case l:C=(te-V)/6048e5;break;case a:C=(te-V)/864e5;break;case s:C=te/n;break;case o:C=te/e;break;case i:C=te/t;break;default:C=te}return y?C:E.a(C)},_.daysInMonth=function(){return this.endOf(c).$D},_.$locale=function(){return S[this.$L]},_.locale=function(v,B){if(!v)return this.$L;var y=this.clone(),C=q(v,B,!0);return C&&(y.$L=C),y},_.clone=function(){return E.w(this.$d,this)},_.toDate=function(){return new Date(this.valueOf())},_.toJSON=function(){return this.isValid()?this.toISOString():null},_.toISOString=function(){return this.$d.toISOString()},_.toString=function(){return this.$d.toUTCString()},T}(),I=$.prototype;return M.prototype=I,[["$ms",r],["$s",i],["$m",o],["$H",s],["$W",a],["$M",c],["$y",p],["$D",m]].forEach(function(T){I[T[1]]=function(_){return this.$g(_,T[0],T[1])}}),M.extend=function(T,_){return T.$i||(T(_,$,M),T.$i=!0),M},M.locale=q,M.isDayjs=U,M.unix=function(T){return M(1e3*T)},M.en=S[w],M.Ls=S,M.p={},M})});var Uf=x((uu,cu)=>{(function(t,e){typeof uu=="object"&&typeof cu<"u"?cu.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_isoWeek=e()})(uu,function(){"use strict";var t="day";return function(e,n,r){var i=function(a){return a.add(4-a.isoWeekday(),t)},o=n.prototype;o.isoWeekYear=function(){return i(this).year()},o.isoWeek=function(a){if(!this.$utils().u(a))return this.add(7*(a-this.isoWeek()),t);var l,c,u,p,m=i(this),D=(l=this.isoWeekYear(),c=this.$u,u=(c?r.utc:r)().year(l).startOf("year"),p=4-u.isoWeekday(),u.isoWeekday()>4&&(p+=7),u.add(p,t));return m.diff(D,"week")+1},o.isoWeekday=function(a){return this.$utils().u(a)?this.day()||7:this.day(this.day()%7?a:a-7)};var s=o.startOf;o.startOf=function(a,l){var c=this.$utils(),u=!!c.u(l)||l;return c.p(a)==="isoweek"?u?this.date(this.date()-(this.isoWeekday()-1)).startOf("day"):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf("day"):s.bind(this)(a,l)}}})});var Qf=x((U5,Zf)=>{var jt=L("constants"),E8=process.cwd,rs=null,C8=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return rs||(rs=E8.call(process)),rs};try{process.cwd()}catch{}typeof process.chdir=="function"&&(mu=process.chdir,process.chdir=function(t){rs=null,mu.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,mu));var mu;Zf.exports=v8;function v8(t){jt.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(t),t.lutimes||n(t),t.chown=o(t.chown),t.fchown=o(t.fchown),t.lchown=o(t.lchown),t.chmod=r(t.chmod),t.fchmod=r(t.fchmod),t.lchmod=r(t.lchmod),t.chownSync=s(t.chownSync),t.fchownSync=s(t.fchownSync),t.lchownSync=s(t.lchownSync),t.chmodSync=i(t.chmodSync),t.fchmodSync=i(t.fchmodSync),t.lchmodSync=i(t.lchmodSync),t.stat=a(t.stat),t.fstat=a(t.fstat),t.lstat=a(t.lstat),t.statSync=l(t.statSync),t.fstatSync=l(t.fstatSync),t.lstatSync=l(t.lstatSync),t.chmod&&!t.lchmod&&(t.lchmod=function(u,p,m){m&&process.nextTick(m)},t.lchmodSync=function(){}),t.chown&&!t.lchown&&(t.lchown=function(u,p,m,D){D&&process.nextTick(D)},t.lchownSync=function(){}),C8==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:function(u){function p(m,D,d){var f=Date.now(),h=0;u(m,D,function F(A){if(A&&(A.code==="EACCES"||A.code==="EPERM"||A.code==="EBUSY")&&Date.now()-f<6e4){setTimeout(function(){t.stat(D,function(w,S){w&&w.code==="ENOENT"?u(m,D,F):d(A)})},h),h<100&&(h+=10);return}d&&d(A)})}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.rename)),t.read=typeof t.read!="function"?t.read:function(u){function p(m,D,d,f,h,F){var A;if(F&&typeof F=="function"){var w=0;A=function(S,P,U){if(S&&S.code==="EAGAIN"&&w<10)return w++,u.call(t,m,D,d,f,h,A);F.apply(this,arguments)}}return u.call(t,m,D,d,f,h,A)}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.read),t.readSync=typeof t.readSync!="function"?t.readSync:function(u){return function(p,m,D,d,f){for(var h=0;;)try{return u.call(t,p,m,D,d,f)}catch(F){if(F.code==="EAGAIN"&&h<10){h++;continue}throw F}}}(t.readSync);function e(u){u.lchmod=function(p,m,D){u.open(p,jt.O_WRONLY|jt.O_SYMLINK,m,function(d,f){if(d){D&&D(d);return}u.fchmod(f,m,function(h){u.close(f,function(F){D&&D(h||F)})})})},u.lchmodSync=function(p,m){var D=u.openSync(p,jt.O_WRONLY|jt.O_SYMLINK,m),d=!0,f;try{f=u.fchmodSync(D,m),d=!1}finally{if(d)try{u.closeSync(D)}catch{}else u.closeSync(D)}return f}}function n(u){jt.hasOwnProperty("O_SYMLINK")&&u.futimes?(u.lutimes=function(p,m,D,d){u.open(p,jt.O_SYMLINK,function(f,h){if(f){d&&d(f);return}u.futimes(h,m,D,function(F){u.close(h,function(A){d&&d(F||A)})})})},u.lutimesSync=function(p,m,D){var d=u.openSync(p,jt.O_SYMLINK),f,h=!0;try{f=u.futimesSync(d,m,D),h=!1}finally{if(h)try{u.closeSync(d)}catch{}else u.closeSync(d)}return f}):u.futimes&&(u.lutimes=function(p,m,D,d){d&&process.nextTick(d)},u.lutimesSync=function(){})}function r(u){return u&&function(p,m,D){return u.call(t,p,m,function(d){c(d)&&(d=null),D&&D.apply(this,arguments)})}}function i(u){return u&&function(p,m){try{return u.call(t,p,m)}catch(D){if(!c(D))throw D}}}function o(u){return u&&function(p,m,D,d){return u.call(t,p,m,D,function(f){c(f)&&(f=null),d&&d.apply(this,arguments)})}}function s(u){return u&&function(p,m,D){try{return u.call(t,p,m,D)}catch(d){if(!c(d))throw d}}}function a(u){return u&&function(p,m,D){typeof m=="function"&&(D=m,m=null);function d(f,h){h&&(h.uid<0&&(h.uid+=4294967296),h.gid<0&&(h.gid+=4294967296)),D&&D.apply(this,arguments)}return m?u.call(t,p,m,d):u.call(t,p,d)}}function l(u){return u&&function(p,m){var D=m?u.call(t,p,m):u.call(t,p);return D&&(D.uid<0&&(D.uid+=4294967296),D.gid<0&&(D.gid+=4294967296)),D}}function c(u){if(!u||u.code==="ENOSYS")return!0;var p=!process.getuid||process.getuid()!==0;return!!(p&&(u.code==="EINVAL"||u.code==="EPERM"))}}});var nh=x((H5,th)=>{var eh=L("stream").Stream;th.exports=b8;function b8(t){return{ReadStream:e,WriteStream:n};function e(r,i){if(!(this instanceof e))return new e(r,i);eh.call(this);var o=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var s=Object.keys(i),a=0,l=s.length;a<l;a++){var c=s[a];this[c]=i[c]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){o._read()});return}t.open(this.path,this.flags,this.mode,function(u,p){if(u){o.emit("error",u),o.readable=!1;return}o.fd=p,o.emit("open",p),o._read()})}function n(r,i){if(!(this instanceof n))return new n(r,i);eh.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var o=Object.keys(i),s=0,a=o.length;s<a;s++){var l=o[s];this[l]=i[l]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=t.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}});var ih=x((W5,rh)=>{"use strict";rh.exports=w8;var y8=Object.getPrototypeOf||function(t){return t.__proto__};function w8(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:y8(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}});var uh=x((z5,gu)=>{var le=L("fs"),A8=Qf(),B8=nh(),S8=ih(),is=L("util"),Be,os;typeof Symbol=="function"&&typeof Symbol.for=="function"?(Be=Symbol.for("graceful-fs.queue"),os=Symbol.for("graceful-fs.previous")):(Be="___graceful-fs.queue",os="___graceful-fs.previous");function _8(){}function ah(t,e){Object.defineProperty(t,Be,{get:function(){return e}})}var Zt=_8;is.debuglog?Zt=is.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Zt=function(){var t=is.format.apply(is,arguments);t="GFS4: "+t.split(/\n/).join(`
36
+ GFS4: `),console.error(t)});le[Be]||(sh=global[Be]||[],ah(le,sh),le.close=function(t){function e(n,r){return t.call(le,n,function(i){i||oh(),typeof r=="function"&&r.apply(this,arguments)})}return Object.defineProperty(e,os,{value:t}),e}(le.close),le.closeSync=function(t){function e(n){t.apply(le,arguments),oh()}return Object.defineProperty(e,os,{value:t}),e}(le.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){Zt(le[Be]),L("assert").equal(le[Be].length,0)}));var sh;global[Be]||ah(global,le[Be]);gu.exports=fu(S8(le));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!le.__patched&&(gu.exports=fu(le),le.__patched=!0);function fu(t){A8(t),t.gracefulify=fu,t.createReadStream=P,t.createWriteStream=U;var e=t.readFile;t.readFile=n;function n(E,$,I){return typeof $=="function"&&(I=$,$=null),T(E,$,I);function T(_,v,B,y){return e(_,v,function(C){C&&(C.code==="EMFILE"||C.code==="ENFILE")?Pn([T,[_,v,B],C,y||Date.now(),Date.now()]):typeof B=="function"&&B.apply(this,arguments)})}}var r=t.writeFile;t.writeFile=i;function i(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return r(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Pn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var o=t.appendFile;o&&(t.appendFile=s);function s(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return o(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Pn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var a=t.copyFile;a&&(t.copyFile=l);function l(E,$,I,T){return typeof I=="function"&&(T=I,I=0),_(E,$,I,T);function _(v,B,y,C,b){return a(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Pn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var c=t.readdir;t.readdir=p;var u=/^v[0-5]\./;function p(E,$,I){typeof $=="function"&&(I=$,$=null);var T=u.test(process.version)?function(B,y,C,b){return c(B,_(B,y,C,b))}:function(B,y,C,b){return c(B,y,_(B,y,C,b))};return T(E,$,I);function _(v,B,y,C){return function(b,R){b&&(b.code==="EMFILE"||b.code==="ENFILE")?Pn([T,[v,B,y],b,C||Date.now(),Date.now()]):(R&&R.sort&&R.sort(),typeof y=="function"&&y.call(this,b,R))}}}if(process.version.substr(0,4)==="v0.8"){var m=B8(t);F=m.ReadStream,w=m.WriteStream}var D=t.ReadStream;D&&(F.prototype=Object.create(D.prototype),F.prototype.open=A);var d=t.WriteStream;d&&(w.prototype=Object.create(d.prototype),w.prototype.open=S),Object.defineProperty(t,"ReadStream",{get:function(){return F},set:function(E){F=E},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return w},set:function(E){w=E},enumerable:!0,configurable:!0});var f=F;Object.defineProperty(t,"FileReadStream",{get:function(){return f},set:function(E){f=E},enumerable:!0,configurable:!0});var h=w;Object.defineProperty(t,"FileWriteStream",{get:function(){return h},set:function(E){h=E},enumerable:!0,configurable:!0});function F(E,$){return this instanceof F?(D.apply(this,arguments),this):F.apply(Object.create(F.prototype),arguments)}function A(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.autoClose&&E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I),E.read())})}function w(E,$){return this instanceof w?(d.apply(this,arguments),this):w.apply(Object.create(w.prototype),arguments)}function S(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I))})}function P(E,$){return new t.ReadStream(E,$)}function U(E,$){return new t.WriteStream(E,$)}var q=t.open;t.open=M;function M(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return q(v,B,y,function(R,X){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Pn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}return t}function Pn(t){Zt("ENQUEUE",t[0].name,t[1]),le[Be].push(t),hu()}var ss;function oh(){for(var t=Date.now(),e=0;e<le[Be].length;++e)le[Be][e].length>2&&(le[Be][e][3]=t,le[Be][e][4]=t);hu()}function hu(){if(clearTimeout(ss),ss=void 0,le[Be].length!==0){var t=le[Be].shift(),e=t[0],n=t[1],r=t[2],i=t[3],o=t[4];if(i===void 0)Zt("RETRY",e.name,n),e.apply(null,n);else if(Date.now()-i>=6e4){Zt("TIMEOUT",e.name,n);var s=n.pop();typeof s=="function"&&s.call(null,r)}else{var a=Date.now()-o,l=Math.max(o-i,1),c=Math.min(l*1.2,100);a>=c?(Zt("RETRY",e.name,n),e.apply(null,n.concat([i]))):le[Be].push(t)}ss===void 0&&(ss=setTimeout(hu,0))}}});var Lr=x((xI,Uh)=>{"use strict";var u1=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};Uh.exports=u1});var Hn=x((FI,Hh)=>{"use strict";var c1="2.0.0",l1=Number.MAX_SAFE_INTEGER||9007199254740991,p1=16,D1=250,d1=["major","premajor","minor","preminor","patch","prepatch","prerelease"];Hh.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:p1,MAX_SAFE_BUILD_LENGTH:D1,MAX_SAFE_INTEGER:l1,RELEASE_TYPES:d1,SEMVER_SPEC_VERSION:c1,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var Wn=x((Ct,Wh)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:Ru,MAX_SAFE_BUILD_LENGTH:m1,MAX_LENGTH:f1}=Hn(),h1=Lr();Ct=Wh.exports={};var g1=Ct.re=[],x1=Ct.safeRe=[],j=Ct.src=[],F1=Ct.safeSrc=[],N=Ct.t={},E1=0,Tu="[a-zA-Z0-9-]",C1=[["\\s",1],["\\d",f1],[Tu,m1]],v1=t=>{for(let[e,n]of C1)t=t.split(`${e}*`).join(`${e}{0,${n}}`).split(`${e}+`).join(`${e}{1,${n}}`);return t},W=(t,e,n)=>{let r=v1(e),i=E1++;h1(t,i,e),N[t]=i,j[i]=e,F1[i]=r,g1[i]=new RegExp(e,n?"g":void 0),x1[i]=new RegExp(r,n?"g":void 0)};W("NUMERICIDENTIFIER","0|[1-9]\\d*");W("NUMERICIDENTIFIERLOOSE","\\d+");W("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${Tu}*`);W("MAINVERSION",`(${j[N.NUMERICIDENTIFIER]})\\.(${j[N.NUMERICIDENTIFIER]})\\.(${j[N.NUMERICIDENTIFIER]})`);W("MAINVERSIONLOOSE",`(${j[N.NUMERICIDENTIFIERLOOSE]})\\.(${j[N.NUMERICIDENTIFIERLOOSE]})\\.(${j[N.NUMERICIDENTIFIERLOOSE]})`);W("PRERELEASEIDENTIFIER",`(?:${j[N.NONNUMERICIDENTIFIER]}|${j[N.NUMERICIDENTIFIER]})`);W("PRERELEASEIDENTIFIERLOOSE",`(?:${j[N.NONNUMERICIDENTIFIER]}|${j[N.NUMERICIDENTIFIERLOOSE]})`);W("PRERELEASE",`(?:-(${j[N.PRERELEASEIDENTIFIER]}(?:\\.${j[N.PRERELEASEIDENTIFIER]})*))`);W("PRERELEASELOOSE",`(?:-?(${j[N.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${j[N.PRERELEASEIDENTIFIERLOOSE]})*))`);W("BUILDIDENTIFIER",`${Tu}+`);W("BUILD",`(?:\\+(${j[N.BUILDIDENTIFIER]}(?:\\.${j[N.BUILDIDENTIFIER]})*))`);W("FULLPLAIN",`v?${j[N.MAINVERSION]}${j[N.PRERELEASE]}?${j[N.BUILD]}?`);W("FULL",`^${j[N.FULLPLAIN]}$`);W("LOOSEPLAIN",`[v=\\s]*${j[N.MAINVERSIONLOOSE]}${j[N.PRERELEASELOOSE]}?${j[N.BUILD]}?`);W("LOOSE",`^${j[N.LOOSEPLAIN]}$`);W("GTLT","((?:<|>)?=?)");W("XRANGEIDENTIFIERLOOSE",`${j[N.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);W("XRANGEIDENTIFIER",`${j[N.NUMERICIDENTIFIER]}|x|X|\\*`);W("XRANGEPLAIN",`[v=\\s]*(${j[N.XRANGEIDENTIFIER]})(?:\\.(${j[N.XRANGEIDENTIFIER]})(?:\\.(${j[N.XRANGEIDENTIFIER]})(?:${j[N.PRERELEASE]})?${j[N.BUILD]}?)?)?`);W("XRANGEPLAINLOOSE",`[v=\\s]*(${j[N.XRANGEIDENTIFIERLOOSE]})(?:\\.(${j[N.XRANGEIDENTIFIERLOOSE]})(?:\\.(${j[N.XRANGEIDENTIFIERLOOSE]})(?:${j[N.PRERELEASELOOSE]})?${j[N.BUILD]}?)?)?`);W("XRANGE",`^${j[N.GTLT]}\\s*${j[N.XRANGEPLAIN]}$`);W("XRANGELOOSE",`^${j[N.GTLT]}\\s*${j[N.XRANGEPLAINLOOSE]}$`);W("COERCEPLAIN",`(^|[^\\d])(\\d{1,${Ru}})(?:\\.(\\d{1,${Ru}}))?(?:\\.(\\d{1,${Ru}}))?`);W("COERCE",`${j[N.COERCEPLAIN]}(?:$|[^\\d])`);W("COERCEFULL",j[N.COERCEPLAIN]+`(?:${j[N.PRERELEASE]})?(?:${j[N.BUILD]})?(?:$|[^\\d])`);W("COERCERTL",j[N.COERCE],!0);W("COERCERTLFULL",j[N.COERCEFULL],!0);W("LONETILDE","(?:~>?)");W("TILDETRIM",`(\\s*)${j[N.LONETILDE]}\\s+`,!0);Ct.tildeTrimReplace="$1~";W("TILDE",`^${j[N.LONETILDE]}${j[N.XRANGEPLAIN]}$`);W("TILDELOOSE",`^${j[N.LONETILDE]}${j[N.XRANGEPLAINLOOSE]}$`);W("LONECARET","(?:\\^)");W("CARETTRIM",`(\\s*)${j[N.LONECARET]}\\s+`,!0);Ct.caretTrimReplace="$1^";W("CARET",`^${j[N.LONECARET]}${j[N.XRANGEPLAIN]}$`);W("CARETLOOSE",`^${j[N.LONECARET]}${j[N.XRANGEPLAINLOOSE]}$`);W("COMPARATORLOOSE",`^${j[N.GTLT]}\\s*(${j[N.LOOSEPLAIN]})$|^$`);W("COMPARATOR",`^${j[N.GTLT]}\\s*(${j[N.FULLPLAIN]})$|^$`);W("COMPARATORTRIM",`(\\s*)${j[N.GTLT]}\\s*(${j[N.LOOSEPLAIN]}|${j[N.XRANGEPLAIN]})`,!0);Ct.comparatorTrimReplace="$1$2$3";W("HYPHENRANGE",`^\\s*(${j[N.XRANGEPLAIN]})\\s+-\\s+(${j[N.XRANGEPLAIN]})\\s*$`);W("HYPHENRANGELOOSE",`^\\s*(${j[N.XRANGEPLAINLOOSE]})\\s+-\\s+(${j[N.XRANGEPLAINLOOSE]})\\s*$`);W("STAR","(<|>)?=?\\s*\\*");W("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");W("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var ms=x((EI,zh)=>{"use strict";var b1=Object.freeze({loose:!0}),y1=Object.freeze({}),w1=t=>t?typeof t!="object"?b1:t:y1;zh.exports=w1});var $u=x((CI,Yh)=>{"use strict";var Gh=/^[0-9]+$/,Vh=(t,e)=>{if(typeof t=="number"&&typeof e=="number")return t===e?0:t<e?-1:1;let n=Gh.test(t),r=Gh.test(e);return n&&r&&(t=+t,e=+e),t===e?0:n&&!r?-1:r&&!n?1:t<e?-1:1},A1=(t,e)=>Vh(e,t);Yh.exports={compareIdentifiers:Vh,rcompareIdentifiers:A1}});var _e=x((vI,Jh)=>{"use strict";var fs=Lr(),{MAX_LENGTH:Kh,MAX_SAFE_INTEGER:hs}=Hn(),{safeRe:gs,t:xs}=Wn(),B1=ms(),{compareIdentifiers:ku}=$u(),Iu=class t{constructor(e,n){if(n=B1(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>Kh)throw new TypeError(`version is longer than ${Kh} characters`);fs("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;let r=e.trim().match(n.loose?gs[xs.LOOSE]:gs[xs.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>hs||this.major<0)throw new TypeError("Invalid major version");if(this.minor>hs||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>hs||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map(i=>{if(/^[0-9]+$/.test(i)){let o=+i;if(o>=0&&o<hs)return o}return i}):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(fs("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if(typeof e=="string"&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof t||(e=new t(e,this.options)),this.major<e.major?-1:this.major>e.major?1:this.minor<e.minor?-1:this.minor>e.minor?1:this.patch<e.patch?-1:this.patch>e.patch?1:0}comparePre(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let n=0;do{let r=this.prerelease[n],i=e.prerelease[n];if(fs("prerelease compare",n,r,i),r===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(r===void 0)return-1;if(r===i)continue;return ku(r,i)}while(++n)}compareBuild(e){e instanceof t||(e=new t(e,this.options));let n=0;do{let r=this.build[n],i=e.build[n];if(fs("build compare",n,r,i),r===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(r===void 0)return-1;if(r===i)continue;return ku(r,i)}while(++n)}inc(e,n,r){if(e.startsWith("pre")){if(!n&&r===!1)throw new Error("invalid increment argument: identifier is empty");if(n){let i=`-${n}`.match(this.options.loose?gs[xs.PRERELEASELOOSE]:gs[xs.PRERELEASE]);if(!i||i[1]!==n)throw new Error(`invalid identifier: ${n}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n,r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n,r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n,r),this.inc("pre",n,r);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n,r),this.inc("pre",n,r);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{let i=Number(r)?1:0;if(this.prerelease.length===0)this.prerelease=[i];else{let o=this.prerelease.length;for(;--o>=0;)typeof this.prerelease[o]=="number"&&(this.prerelease[o]++,o=-2);if(o===-1){if(n===this.prerelease.join(".")&&r===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(i)}}if(n){let o=[n,i];r===!1&&(o=[n]),ku(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=o):this.prerelease=o}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};Jh.exports=Iu});var Pt=x((bI,Zh)=>{"use strict";var Xh=_e(),S1=(t,e,n=!1)=>{if(t instanceof Xh)return t;try{return new Xh(t,e)}catch(r){if(!n)return null;throw r}};Zh.exports=S1});var ju=x((yI,eg)=>{"use strict";var Qh=Pt(),_1=(t,e)=>{let n=Qh(t,null,!0),r=Qh(e,null,!0),i=n.compare(r);if(i===0)return null;let o=i>0,s=o?n:r,a=o?r:n,l=!!s.prerelease.length;if(!!a.prerelease.length&&!l){if(!a.patch&&!a.minor)return"major";if(a.compareMain(s)===0)return a.minor&&!a.patch?"minor":"patch"}let u=l?"pre":"";return n.major!==r.major?u+"major":n.minor!==r.minor?u+"minor":n.patch!==r.patch?u+"patch":"prerelease"};eg.exports=_1});var it=x((wI,ng)=>{"use strict";var tg=_e(),O1=(t,e,n)=>new tg(t,n).compare(new tg(e,n));ng.exports=O1});var zn=x((AI,rg)=>{"use strict";var R1=it(),T1=(t,e,n)=>R1(t,e,n)>0;rg.exports=T1});var Bg=x(sn=>{sn.parse=sn.decode=q1;sn.stringify=sn.encode=yg;sn.safe=Yn;sn.unsafe=ys;var Wu=typeof process<"u"&&process.platform==="win32"?`\r
37
37
  `:`
38
- `;function bg(t,e){var n=[],r="";typeof e=="string"?e={section:e,whitespace:!1}:(e=e||{},e.whitespace=e.whitespace===!0);var i=e.whitespace?" = ":"=";return Object.keys(t).forEach(function(o,s,a){var l=t[o];l&&Array.isArray(l)?l.forEach(function(c){r+=Vn(o+"[]")+i+Vn(c)+`
39
- `}):l&&typeof l=="object"?n.push(o):r+=Vn(o)+i+Vn(l)+Hu}),e.section&&r.length&&(r="["+Vn(e.section)+"]"+Hu+r),n.forEach(function(o,s,a){var l=yg(o).join("\\."),c=(e.section?e.section+".":"")+l,u=bg(t[o],{section:c,whitespace:e.whitespace});r.length&&u.length&&(r+=Hu),r+=u}),r}function yg(t){return t.replace(/\1/g,"LITERAL\\1LITERAL").replace(/\\\./g,"").split(/\./).map(function(e){return e.replace(/\1/g,"\\.").replace(/\2LITERAL\\1LITERAL\2/g,"")})}function M1(t){var e={},n=e,r=null,i=/^\[([^\]]*)\]$|^([^=]+)(=(.*))?$/i,o=t.split(/[\r\n]+/g);return o.forEach(function(s,a,l){if(!(!s||s.match(/^\s*[;#]/))){var c=s.match(i);if(c){if(c[1]!==void 0){if(r=vs(c[1]),r==="__proto__"){n={};return}n=e[r]=e[r]||{};return}var u=vs(c[2]);if(u!=="__proto__"){var p=c[3]?vs(c[4]):!0;switch(p){case"true":case"false":case"null":p=JSON.parse(p)}if(u.length>2&&u.slice(-2)==="[]"){if(u=u.substring(0,u.length-2),u==="__proto__")return;n[u]?Array.isArray(n[u])||(n[u]=[n[u]]):n[u]=[]}Array.isArray(n[u])?n[u].push(p):n[u]=p}}}}),Object.keys(e).filter(function(s,a,l){if(!e[s]||typeof e[s]!="object"||Array.isArray(e[s]))return!1;var c=yg(s),u=e,p=c.pop(),m=p.replace(/\\\./g,".");return c.forEach(function(D,d,f){D!=="__proto__"&&((!u[D]||typeof u[D]!="object")&&(u[D]={}),u=u[D])}),u===e&&m===p?!1:(u[m]=e[s],!0)}).forEach(function(s,a,l){delete e[s]}),e}function wg(t){return t.charAt(0)==='"'&&t.slice(-1)==='"'||t.charAt(0)==="'"&&t.slice(-1)==="'"}function Vn(t){return typeof t!="string"||t.match(/[=\r\n]/)||t.match(/^\[/)||t.length>1&&wg(t)||t!==t.trim()?JSON.stringify(t):t.replace(/;/g,"\\;").replace(/#/g,"\\#")}function vs(t,e){if(t=(t||"").trim(),wg(t)){t.charAt(0)==="'"&&(t=t.substr(1,t.length-2));try{t=JSON.parse(t)}catch{}}else{for(var n=!1,r="",i=0,o=t.length;i<o;i++){var s=t.charAt(i);if(n)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,n=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?n=!0:r+=s}}return n&&(r+="\\"),r.trim()}return t}});var _g=x((dj,Sg)=>{"use strict";var Wu=1,Bg=2;function U1(){return""}function H1(t,e,n){return t.slice(e,n).replace(/\S/g," ")}Sg.exports=function(t,e){e=e||{};for(var n,r,i=!1,o=!1,s=0,a="",l=e.whitespace===!1?U1:H1,c=0;c<t.length;c++){if(n=t[c],r=t[c+1],!o&&n==='"'){var u=t[c-1]==="\\"&&t[c-2]!=="\\";u||(i=!i)}if(!i){if(!o&&n+r==="//")a+=t.slice(s,c),s=c,o=Wu,c++;else if(o===Wu&&n+r===`\r
40
- `){c++,o=!1,a+=l(t,s,c),s=c;continue}else if(o===Wu&&n===`
41
- `)o=!1,a+=l(t,s,c),s=c;else if(!o&&n+r==="/*"){a+=t.slice(s,c),s=c,o=Bg,c++;continue}else if(o===Bg&&n+r==="*/"){c++,o=!1,a+=l(t,s,c+1),s=c+1;continue}}}return a+(o?l(t.substr(s)):t.substr(s))}});var Rg=x(Yn=>{"use strict";var Og=P("fs"),W1=Ag(),Mr=P("path"),z1=_g(),G1=Yn.parse=function(t){return/^\s*{/.test(t)?JSON.parse(z1(t)):W1.parse(t)},V1=Yn.file=function(){var t=[].slice.call(arguments).filter(function(i){return i!=null});for(var e in t)if(typeof t[e]!="string")return;var n=Mr.join.apply(null,t),r;try{return Og.readFileSync(n,"utf-8")}catch{return}},mj=Yn.json=function(){var t=V1.apply(null,arguments);return t?G1(t):null},fj=Yn.env=function(t,e){e=e||process.env;var n={},r=t.length;for(var i in e)if(i.toLowerCase().indexOf(t.toLowerCase())===0){for(var o=i.substring(r).split("__"),s;(s=o.indexOf(""))>-1;)o.splice(s,1);var a=n;o.forEach(function(c,u){!c||typeof a!="object"||(u===o.length-1&&(a[c]=e[i]),a[c]===void 0&&(a[c]={}),a=a[c])})}return n},hj=Yn.find=function(){var t=Mr.join.apply(null,[].slice.call(arguments));function e(n,r){var i=Mr.join(n,r);try{return Og.statSync(i),i}catch{if(Mr.dirname(n)!==n)return e(Mr.dirname(n),r)}}return e(process.cwd(),t)}});var Ng=x((xj,jg)=>{"use strict";function $g(t){return t instanceof Buffer||t instanceof Date||t instanceof RegExp}function kg(t){if(t instanceof Buffer){var e=Buffer.alloc?Buffer.alloc(t.length):new Buffer(t.length);return t.copy(e),e}else{if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp)return new RegExp(t);throw new Error("Unexpected situation")}}function Ig(t){var e=[];return t.forEach(function(n,r){typeof n=="object"&&n!==null?Array.isArray(n)?e[r]=Ig(n):$g(n)?e[r]=kg(n):e[r]=zu({},n):e[r]=n}),e}function Tg(t,e){return e==="__proto__"?void 0:t[e]}var zu=jg.exports=function(){if(arguments.length<1||typeof arguments[0]!="object")return!1;if(arguments.length<2)return arguments[0];var t=arguments[0],e=Array.prototype.slice.call(arguments,1),n,r,i;return e.forEach(function(o){typeof o!="object"||o===null||Array.isArray(o)||Object.keys(o).forEach(function(s){if(r=Tg(t,s),n=Tg(o,s),n!==t)if(typeof n!="object"||n===null){t[s]=n;return}else if(Array.isArray(n)){t[s]=Ig(n);return}else if($g(n)){t[s]=kg(n);return}else if(typeof r!="object"||r===null||Array.isArray(r)){t[s]=zu({},n);return}else{t[s]=zu(r,n);return}})}),t}});var Mg=x((Fj,qg)=>{"use strict";function Y1(t,e){var n=t;e.slice(0,-1).forEach(function(i){n=n[i]||{}});var r=e[e.length-1];return r in n}function Lg(t){return typeof t=="number"||/^0x[0-9a-f]+$/i.test(t)?!0:/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(t)}function Pg(t,e){return e==="constructor"&&typeof t[e]=="function"||e==="__proto__"}qg.exports=function(t,e){e||(e={});var n={bools:{},strings:{},unknownFn:null};typeof e.unknown=="function"&&(n.unknownFn=e.unknown),typeof e.boolean=="boolean"&&e.boolean?n.allBools=!0:[].concat(e.boolean).filter(Boolean).forEach(function(S){n.bools[S]=!0});var r={};function i(S){return r[S].some(function(L){return n.bools[L]})}Object.keys(e.alias||{}).forEach(function(S){r[S]=[].concat(e.alias[S]),r[S].forEach(function(L){r[L]=[S].concat(r[S].filter(function(U){return L!==U}))})}),[].concat(e.string).filter(Boolean).forEach(function(S){n.strings[S]=!0,r[S]&&[].concat(r[S]).forEach(function(L){n.strings[L]=!0})});var o=e.default||{},s={_:[]};function a(S,L){return n.allBools&&/^--[^=]+$/.test(L)||n.strings[S]||n.bools[S]||r[S]}function l(S,L,U){for(var q=S,M=0;M<L.length-1;M++){var E=L[M];if(Pg(q,E))return;q[E]===void 0&&(q[E]={}),(q[E]===Object.prototype||q[E]===Number.prototype||q[E]===String.prototype)&&(q[E]={}),q[E]===Array.prototype&&(q[E]=[]),q=q[E]}var $=L[L.length-1];Pg(q,$)||((q===Object.prototype||q===Number.prototype||q===String.prototype)&&(q={}),q===Array.prototype&&(q=[]),q[$]===void 0||n.bools[$]||typeof q[$]=="boolean"?q[$]=U:Array.isArray(q[$])?q[$].push(U):q[$]=[q[$],U])}function c(S,L,U){if(!(U&&n.unknownFn&&!a(S,U)&&n.unknownFn(U)===!1)){var q=!n.strings[S]&&Lg(L)?Number(L):L;l(s,S.split("."),q),(r[S]||[]).forEach(function(M){l(s,M.split("."),q)})}}Object.keys(n.bools).forEach(function(S){c(S,o[S]===void 0?!1:o[S])});var u=[];t.indexOf("--")!==-1&&(u=t.slice(t.indexOf("--")+1),t=t.slice(0,t.indexOf("--")));for(var p=0;p<t.length;p++){var m=t[p],D,d;if(/^--.+=/.test(m)){var f=m.match(/^--([^=]+)=([\s\S]*)$/);D=f[1];var h=f[2];n.bools[D]&&(h=h!=="false"),c(D,h,m)}else if(/^--no-.+/.test(m))D=m.match(/^--no-(.+)/)[1],c(D,!1,m);else if(/^--.+/.test(m))D=m.match(/^--(.+)/)[1],d=t[p+1],d!==void 0&&!/^(-|--)[^-]/.test(d)&&!n.bools[D]&&!n.allBools&&(!r[D]||!i(D))?(c(D,d,m),p+=1):/^(true|false)$/.test(d)?(c(D,d==="true",m),p+=1):c(D,n.strings[D]?"":!0,m);else if(/^-[^-]+/.test(m)){for(var F=m.slice(1,-1).split(""),A=!1,w=0;w<F.length;w++){if(d=m.slice(w+2),d==="-"){c(F[w],d,m);continue}if(/[A-Za-z]/.test(F[w])&&d[0]==="="){c(F[w],d.slice(1),m),A=!0;break}if(/[A-Za-z]/.test(F[w])&&/-?\d+(\.\d*)?(e-?\d+)?$/.test(d)){c(F[w],d,m),A=!0;break}if(F[w+1]&&F[w+1].match(/\W/)){c(F[w],m.slice(w+2),m),A=!0;break}else c(F[w],n.strings[F[w]]?"":!0,m)}D=m.slice(-1)[0],!A&&D!=="-"&&(t[p+1]&&!/^(-|--)[^-]/.test(t[p+1])&&!n.bools[D]&&(!r[D]||!i(D))?(c(D,t[p+1],m),p+=1):t[p+1]&&/^(true|false)$/.test(t[p+1])?(c(D,t[p+1]==="true",m),p+=1):c(D,n.strings[D]?"":!0,m))}else if((!n.unknownFn||n.unknownFn(m)!==!1)&&s._.push(n.strings._||!Lg(m)?m:Number(m)),e.stopEarly){s._.push.apply(s._,t.slice(p+1));break}}return Object.keys(o).forEach(function(S){Y1(s,S.split("."))||(l(s,S.split("."),o[S]),(r[S]||[]).forEach(function(L){l(s,L.split("."),o[S])}))}),e["--"]?s["--"]=u.slice():u.forEach(function(S){s._.push(S)}),s}});var zg=x((Ej,Wg)=>{var Ur=Rg(),Kn=P("path").join,K1=Ng(),Ug="/etc",Hg=process.platform==="win32",Hr=Hg?process.env.USERPROFILE:process.env.HOME;Wg.exports=function(t,e,n,r){if(typeof t!="string")throw new Error("rc(name): name *must* be string");n||(n=Mg()(process.argv.slice(2))),e=(typeof e=="string"?Ur.json(e):e)||{},r=r||Ur.parse;var i=Ur.env(t+"_"),o=[e],s=[];function a(l){if(!(s.indexOf(l)>=0)){var c=Ur.file(l);c&&(o.push(r(c)),s.push(l))}}return Hg||[Kn(Ug,t,"config"),Kn(Ug,t+"rc")].forEach(a),Hr&&[Kn(Hr,".config",t,"config"),Kn(Hr,".config",t),Kn(Hr,"."+t,"config"),Kn(Hr,"."+t+"rc")].forEach(a),a(Ur.find("."+t+"rc")),i.config&&a(i.config),n.config&&a(n.config),K1.apply(null,o.concat([i,n,s.length?{configs:s,config:s[s.length-1]}:void 0]))}});var Yg=x((vj,Vg)=>{var qt=P("constants"),J1=process.cwd,bs=null,X1=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return bs||(bs=J1.call(process)),bs};try{process.cwd()}catch{}typeof process.chdir=="function"&&(Vu=process.chdir,process.chdir=function(t){bs=null,Vu.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,Vu));var Vu;Vg.exports=Z1;function Z1(t){qt.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(t),t.lutimes||n(t),t.chown=o(t.chown),t.fchown=o(t.fchown),t.lchown=o(t.lchown),t.chmod=r(t.chmod),t.fchmod=r(t.fchmod),t.lchmod=r(t.lchmod),t.chownSync=s(t.chownSync),t.fchownSync=s(t.fchownSync),t.lchownSync=s(t.lchownSync),t.chmodSync=i(t.chmodSync),t.fchmodSync=i(t.fchmodSync),t.lchmodSync=i(t.lchmodSync),t.stat=a(t.stat),t.fstat=a(t.fstat),t.lstat=a(t.lstat),t.statSync=l(t.statSync),t.fstatSync=l(t.fstatSync),t.lstatSync=l(t.lstatSync),t.chmod&&!t.lchmod&&(t.lchmod=function(u,p,m){m&&process.nextTick(m)},t.lchmodSync=function(){}),t.chown&&!t.lchown&&(t.lchown=function(u,p,m,D){D&&process.nextTick(D)},t.lchownSync=function(){}),X1==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:function(u){function p(m,D,d){var f=Date.now(),h=0;u(m,D,function F(A){if(A&&(A.code==="EACCES"||A.code==="EPERM")&&Date.now()-f<6e4){setTimeout(function(){t.stat(D,function(w,S){w&&w.code==="ENOENT"?u(m,D,F):d(A)})},h),h<100&&(h+=10);return}d&&d(A)})}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.rename)),t.read=typeof t.read!="function"?t.read:function(u){function p(m,D,d,f,h,F){var A;if(F&&typeof F=="function"){var w=0;A=function(S,L,U){if(S&&S.code==="EAGAIN"&&w<10)return w++,u.call(t,m,D,d,f,h,A);F.apply(this,arguments)}}return u.call(t,m,D,d,f,h,A)}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.read),t.readSync=typeof t.readSync!="function"?t.readSync:function(u){return function(p,m,D,d,f){for(var h=0;;)try{return u.call(t,p,m,D,d,f)}catch(F){if(F.code==="EAGAIN"&&h<10){h++;continue}throw F}}}(t.readSync);function e(u){u.lchmod=function(p,m,D){u.open(p,qt.O_WRONLY|qt.O_SYMLINK,m,function(d,f){if(d){D&&D(d);return}u.fchmod(f,m,function(h){u.close(f,function(F){D&&D(h||F)})})})},u.lchmodSync=function(p,m){var D=u.openSync(p,qt.O_WRONLY|qt.O_SYMLINK,m),d=!0,f;try{f=u.fchmodSync(D,m),d=!1}finally{if(d)try{u.closeSync(D)}catch{}else u.closeSync(D)}return f}}function n(u){qt.hasOwnProperty("O_SYMLINK")&&u.futimes?(u.lutimes=function(p,m,D,d){u.open(p,qt.O_SYMLINK,function(f,h){if(f){d&&d(f);return}u.futimes(h,m,D,function(F){u.close(h,function(A){d&&d(F||A)})})})},u.lutimesSync=function(p,m,D){var d=u.openSync(p,qt.O_SYMLINK),f,h=!0;try{f=u.futimesSync(d,m,D),h=!1}finally{if(h)try{u.closeSync(d)}catch{}else u.closeSync(d)}return f}):u.futimes&&(u.lutimes=function(p,m,D,d){d&&process.nextTick(d)},u.lutimesSync=function(){})}function r(u){return u&&function(p,m,D){return u.call(t,p,m,function(d){c(d)&&(d=null),D&&D.apply(this,arguments)})}}function i(u){return u&&function(p,m){try{return u.call(t,p,m)}catch(D){if(!c(D))throw D}}}function o(u){return u&&function(p,m,D,d){return u.call(t,p,m,D,function(f){c(f)&&(f=null),d&&d.apply(this,arguments)})}}function s(u){return u&&function(p,m,D){try{return u.call(t,p,m,D)}catch(d){if(!c(d))throw d}}}function a(u){return u&&function(p,m,D){typeof m=="function"&&(D=m,m=null);function d(f,h){h&&(h.uid<0&&(h.uid+=4294967296),h.gid<0&&(h.gid+=4294967296)),D&&D.apply(this,arguments)}return m?u.call(t,p,m,d):u.call(t,p,d)}}function l(u){return u&&function(p,m){var D=m?u.call(t,p,m):u.call(t,p);return D&&(D.uid<0&&(D.uid+=4294967296),D.gid<0&&(D.gid+=4294967296)),D}}function c(u){if(!u||u.code==="ENOSYS")return!0;var p=!process.getuid||process.getuid()!==0;return!!(p&&(u.code==="EINVAL"||u.code==="EPERM"))}}});var Xg=x((bj,Jg)=>{var Kg=P("stream").Stream;Jg.exports=Q1;function Q1(t){return{ReadStream:e,WriteStream:n};function e(r,i){if(!(this instanceof e))return new e(r,i);Kg.call(this);var o=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var s=Object.keys(i),a=0,l=s.length;a<l;a++){var c=s[a];this[c]=i[c]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){o._read()});return}t.open(this.path,this.flags,this.mode,function(u,p){if(u){o.emit("error",u),o.readable=!1;return}o.fd=p,o.emit("open",p),o._read()})}function n(r,i){if(!(this instanceof n))return new n(r,i);Kg.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var o=Object.keys(i),s=0,a=o.length;s<a;s++){var l=o[s];this[l]=i[l]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=t.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}});var Qg=x((yj,Zg)=>{"use strict";Zg.exports=tw;var ew=Object.getPrototypeOf||function(t){return t.__proto__};function tw(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:ew(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}});var r0=x((wj,Ju)=>{var pe=P("fs"),nw=Yg(),rw=Xg(),iw=Qg(),ys=P("util"),Oe,As;typeof Symbol=="function"&&typeof Symbol.for=="function"?(Oe=Symbol.for("graceful-fs.queue"),As=Symbol.for("graceful-fs.previous")):(Oe="___graceful-fs.queue",As="___graceful-fs.previous");function sw(){}function n0(t,e){Object.defineProperty(t,Oe,{get:function(){return e}})}var on=sw;ys.debuglog?on=ys.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(on=function(){var t=ys.format.apply(ys,arguments);t="GFS4: "+t.split(/\n/).join(`
42
- GFS4: `),console.error(t)});pe[Oe]||(e0=global[Oe]||[],n0(pe,e0),pe.close=function(t){function e(n,r){return t.call(pe,n,function(i){i||t0(),typeof r=="function"&&r.apply(this,arguments)})}return Object.defineProperty(e,As,{value:t}),e}(pe.close),pe.closeSync=function(t){function e(n){t.apply(pe,arguments),t0()}return Object.defineProperty(e,As,{value:t}),e}(pe.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){on(pe[Oe]),P("assert").equal(pe[Oe].length,0)}));var e0;global[Oe]||n0(global,pe[Oe]);Ju.exports=Yu(iw(pe));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!pe.__patched&&(Ju.exports=Yu(pe),pe.__patched=!0);function Yu(t){nw(t),t.gracefulify=Yu,t.createReadStream=L,t.createWriteStream=U;var e=t.readFile;t.readFile=n;function n(E,$,I){return typeof $=="function"&&(I=$,$=null),T(E,$,I);function T(_,v,B,y){return e(_,v,function(C){C&&(C.code==="EMFILE"||C.code==="ENFILE")?Jn([T,[_,v,B],C,y||Date.now(),Date.now()]):typeof B=="function"&&B.apply(this,arguments)})}}var r=t.writeFile;t.writeFile=i;function i(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return r(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Jn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var o=t.appendFile;o&&(t.appendFile=s);function s(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return o(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Jn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var a=t.copyFile;a&&(t.copyFile=l);function l(E,$,I,T){return typeof I=="function"&&(T=I,I=0),_(E,$,I,T);function _(v,B,y,C,b){return a(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Jn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var c=t.readdir;t.readdir=p;var u=/^v[0-5]\./;function p(E,$,I){typeof $=="function"&&(I=$,$=null);var T=u.test(process.version)?function(B,y,C,b){return c(B,_(B,y,C,b))}:function(B,y,C,b){return c(B,y,_(B,y,C,b))};return T(E,$,I);function _(v,B,y,C){return function(b,R){b&&(b.code==="EMFILE"||b.code==="ENFILE")?Jn([T,[v,B,y],b,C||Date.now(),Date.now()]):(R&&R.sort&&R.sort(),typeof y=="function"&&y.call(this,b,R))}}}if(process.version.substr(0,4)==="v0.8"){var m=rw(t);F=m.ReadStream,w=m.WriteStream}var D=t.ReadStream;D&&(F.prototype=Object.create(D.prototype),F.prototype.open=A);var d=t.WriteStream;d&&(w.prototype=Object.create(d.prototype),w.prototype.open=S),Object.defineProperty(t,"ReadStream",{get:function(){return F},set:function(E){F=E},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return w},set:function(E){w=E},enumerable:!0,configurable:!0});var f=F;Object.defineProperty(t,"FileReadStream",{get:function(){return f},set:function(E){f=E},enumerable:!0,configurable:!0});var h=w;Object.defineProperty(t,"FileWriteStream",{get:function(){return h},set:function(E){h=E},enumerable:!0,configurable:!0});function F(E,$){return this instanceof F?(D.apply(this,arguments),this):F.apply(Object.create(F.prototype),arguments)}function A(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.autoClose&&E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I),E.read())})}function w(E,$){return this instanceof w?(d.apply(this,arguments),this):w.apply(Object.create(w.prototype),arguments)}function S(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I))})}function L(E,$){return new t.ReadStream(E,$)}function U(E,$){return new t.WriteStream(E,$)}var q=t.open;t.open=M;function M(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return q(v,B,y,function(R,X){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Jn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}return t}function Jn(t){on("ENQUEUE",t[0].name,t[1]),pe[Oe].push(t),Ku()}var ws;function t0(){for(var t=Date.now(),e=0;e<pe[Oe].length;++e)pe[Oe][e].length>2&&(pe[Oe][e][3]=t,pe[Oe][e][4]=t);Ku()}function Ku(){if(clearTimeout(ws),ws=void 0,pe[Oe].length!==0){var t=pe[Oe].shift(),e=t[0],n=t[1],r=t[2],i=t[3],o=t[4];if(i===void 0)on("RETRY",e.name,n),e.apply(null,n);else if(Date.now()-i>=6e4){on("TIMEOUT",e.name,n);var s=n.pop();typeof s=="function"&&s.call(null,r)}else{var a=Date.now()-o,l=Math.max(o-i,1),c=Math.min(l*1.2,100);a>=c?(on("RETRY",e.name,n),e.apply(null,n.concat([i]))):pe[Oe].push(t)}ws===void 0&&(ws=setTimeout(Ku,0))}}});var i0=x(Xn=>{"use strict";var ow=Xn&&Xn.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Xn,"__esModule",{value:!0});Xn.readCAFileSync=void 0;var aw=ow(r0());function uw(t){try{let e=aw.default.readFileSync(t,"utf8"),n="-----END CERTIFICATE-----";return e.split(n).filter(i=>!!i.trim()).map(i=>`${i.trimLeft()}${n}`)}catch(e){if(e.code==="ENOENT")return;throw e}}Xn.readCAFileSync=uw});var s0=x(an=>{"use strict";var cw=an&&an.__createBinding||(Object.create?function(t,e,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}),lw=an&&an.__exportStar||function(t,e){for(var n in t)n!=="default"&&!Object.prototype.hasOwnProperty.call(e,n)&&cw(e,t,n)};Object.defineProperty(an,"__esModule",{value:!0});lw(i0(),an)});var u0=x((Sj,a0)=>{a0.exports=o0;function un(t,e){if(typeof Object.setPrototypeOf=="function")return Object.setPrototypeOf(t,e);t.__proto__=e}function o0(){this.list=[];var t=null;Object.defineProperty(this,"root",{get:function(){return t},set:function(e){t=e,this.list.length&&un(this.list[this.list.length-1],e)},enumerable:!0,configurable:!0})}o0.prototype={get length(){return this.list.length},get keys(){var t=[];for(var e in this.list[0])t.push(e);return t},get snapshot(){var t={};return this.keys.forEach(function(e){t[e]=this.get(e)},this),t},get store(){return this.list[0]},push:function(t){return typeof t!="object"&&(t={valueOf:t}),this.list.length>=1&&un(this.list[this.list.length-1],t),un(t,this.root),this.list.push(t)},pop:function(){return this.list.length>=2&&un(this.list[this.list.length-2],this.root),this.list.pop()},unshift:function(t){return un(t,this.list[0]||this.root),this.list.unshift(t)},shift:function(){return this.list.length===1&&un(this.list[0],this.root),this.list.shift()},get:function(t){return this.list[0][t]},set:function(t,e,n){return this.length||this.push({}),n&&this.list[0].hasOwnProperty(t)&&this.push({}),this.list[0][t]=e},forEach:function(t,e){for(var n in this.list[0])t.call(e,n,this.list[0][n])},slice:function(){return this.list.slice.apply(this.list,arguments)},splice:function(){for(var t=this.list.splice.apply(this.list,arguments),e=0,n=this.list.length;e<n;e++)un(this.list[e],this.list[e+1]||this.root);return t}}});var D0=x(cn=>{cn.parse=cn.decode=pw;cn.stringify=cn.encode=c0;cn.safe=Zn;cn.unsafe=Bs;var Xu=typeof process<"u"&&process.platform==="win32"?`\r
38
+ `;function yg(t,e){var n=[],r="";typeof e=="string"?e={section:e,whitespace:!1}:(e=e||{},e.whitespace=e.whitespace===!0);var i=e.whitespace?" = ":"=";return Object.keys(t).forEach(function(o,s,a){var l=t[o];l&&Array.isArray(l)?l.forEach(function(c){r+=Yn(o+"[]")+i+Yn(c)+`
39
+ `}):l&&typeof l=="object"?n.push(o):r+=Yn(o)+i+Yn(l)+Wu}),e.section&&r.length&&(r="["+Yn(e.section)+"]"+Wu+r),n.forEach(function(o,s,a){var l=wg(o).join("\\."),c=(e.section?e.section+".":"")+l,u=yg(t[o],{section:c,whitespace:e.whitespace});r.length&&u.length&&(r+=Wu),r+=u}),r}function wg(t){return t.replace(/\1/g,"LITERAL\\1LITERAL").replace(/\\\./g,"").split(/\./).map(function(e){return e.replace(/\1/g,"\\.").replace(/\2LITERAL\\1LITERAL\2/g,"")})}function q1(t){var e={},n=e,r=null,i=/^\[([^\]]*)\]$|^([^=]+)(=(.*))?$/i,o=t.split(/[\r\n]+/g);return o.forEach(function(s,a,l){if(!(!s||s.match(/^\s*[;#]/))){var c=s.match(i);if(c){if(c[1]!==void 0){if(r=ys(c[1]),r==="__proto__"){n={};return}n=e[r]=e[r]||{};return}var u=ys(c[2]);if(u!=="__proto__"){var p=c[3]?ys(c[4]):!0;switch(p){case"true":case"false":case"null":p=JSON.parse(p)}if(u.length>2&&u.slice(-2)==="[]"){if(u=u.substring(0,u.length-2),u==="__proto__")return;n[u]?Array.isArray(n[u])||(n[u]=[n[u]]):n[u]=[]}Array.isArray(n[u])?n[u].push(p):n[u]=p}}}}),Object.keys(e).filter(function(s,a,l){if(!e[s]||typeof e[s]!="object"||Array.isArray(e[s]))return!1;var c=wg(s),u=e,p=c.pop(),m=p.replace(/\\\./g,".");return c.forEach(function(D,d,f){D!=="__proto__"&&((!u[D]||typeof u[D]!="object")&&(u[D]={}),u=u[D])}),u===e&&m===p?!1:(u[m]=e[s],!0)}).forEach(function(s,a,l){delete e[s]}),e}function Ag(t){return t.charAt(0)==='"'&&t.slice(-1)==='"'||t.charAt(0)==="'"&&t.slice(-1)==="'"}function Yn(t){return typeof t!="string"||t.match(/[=\r\n]/)||t.match(/^\[/)||t.length>1&&Ag(t)||t!==t.trim()?JSON.stringify(t):t.replace(/;/g,"\\;").replace(/#/g,"\\#")}function ys(t,e){if(t=(t||"").trim(),Ag(t)){t.charAt(0)==="'"&&(t=t.substr(1,t.length-2));try{t=JSON.parse(t)}catch{}}else{for(var n=!1,r="",i=0,o=t.length;i<o;i++){var s=t.charAt(i);if(n)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,n=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?n=!0:r+=s}}return n&&(r+="\\"),r.trim()}return t}});var Og=x((Dj,_g)=>{"use strict";var zu=1,Sg=2;function M1(){return""}function U1(t,e,n){return t.slice(e,n).replace(/\S/g," ")}_g.exports=function(t,e){e=e||{};for(var n,r,i=!1,o=!1,s=0,a="",l=e.whitespace===!1?M1:U1,c=0;c<t.length;c++){if(n=t[c],r=t[c+1],!o&&n==='"'){var u=t[c-1]==="\\"&&t[c-2]!=="\\";u||(i=!i)}if(!i){if(!o&&n+r==="//")a+=t.slice(s,c),s=c,o=zu,c++;else if(o===zu&&n+r===`\r
40
+ `){c++,o=!1,a+=l(t,s,c),s=c;continue}else if(o===zu&&n===`
41
+ `)o=!1,a+=l(t,s,c),s=c;else if(!o&&n+r==="/*"){a+=t.slice(s,c),s=c,o=Sg,c++;continue}else if(o===Sg&&n+r==="*/"){c++,o=!1,a+=l(t,s,c+1),s=c+1;continue}}}return a+(o?l(t.substr(s)):t.substr(s))}});var Tg=x(Kn=>{"use strict";var Rg=L("fs"),H1=Bg(),Hr=L("path"),W1=Og(),z1=Kn.parse=function(t){return/^\s*{/.test(t)?JSON.parse(W1(t)):H1.parse(t)},G1=Kn.file=function(){var t=[].slice.call(arguments).filter(function(i){return i!=null});for(var e in t)if(typeof t[e]!="string")return;var n=Hr.join.apply(null,t),r;try{return Rg.readFileSync(n,"utf-8")}catch{return}},dj=Kn.json=function(){var t=G1.apply(null,arguments);return t?z1(t):null},mj=Kn.env=function(t,e){e=e||process.env;var n={},r=t.length;for(var i in e)if(i.toLowerCase().indexOf(t.toLowerCase())===0){for(var o=i.substring(r).split("__"),s;(s=o.indexOf(""))>-1;)o.splice(s,1);var a=n;o.forEach(function(c,u){!c||typeof a!="object"||(u===o.length-1&&(a[c]=e[i]),a[c]===void 0&&(a[c]={}),a=a[c])})}return n},fj=Kn.find=function(){var t=Hr.join.apply(null,[].slice.call(arguments));function e(n,r){var i=Hr.join(n,r);try{return Rg.statSync(i),i}catch{if(Hr.dirname(n)!==n)return e(Hr.dirname(n),r)}}return e(process.cwd(),t)}});var Pg=x((gj,Ng)=>{"use strict";function kg(t){return t instanceof Buffer||t instanceof Date||t instanceof RegExp}function Ig(t){if(t instanceof Buffer){var e=Buffer.alloc?Buffer.alloc(t.length):new Buffer(t.length);return t.copy(e),e}else{if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp)return new RegExp(t);throw new Error("Unexpected situation")}}function jg(t){var e=[];return t.forEach(function(n,r){typeof n=="object"&&n!==null?Array.isArray(n)?e[r]=jg(n):kg(n)?e[r]=Ig(n):e[r]=Gu({},n):e[r]=n}),e}function $g(t,e){return e==="__proto__"?void 0:t[e]}var Gu=Ng.exports=function(){if(arguments.length<1||typeof arguments[0]!="object")return!1;if(arguments.length<2)return arguments[0];var t=arguments[0],e=Array.prototype.slice.call(arguments,1),n,r,i;return e.forEach(function(o){typeof o!="object"||o===null||Array.isArray(o)||Object.keys(o).forEach(function(s){if(r=$g(t,s),n=$g(o,s),n!==t)if(typeof n!="object"||n===null){t[s]=n;return}else if(Array.isArray(n)){t[s]=jg(n);return}else if(kg(n)){t[s]=Ig(n);return}else if(typeof r!="object"||r===null||Array.isArray(r)){t[s]=Gu({},n);return}else{t[s]=Gu(r,n);return}})}),t}});var Ug=x((xj,Mg)=>{"use strict";function V1(t,e){var n=t;e.slice(0,-1).forEach(function(i){n=n[i]||{}});var r=e[e.length-1];return r in n}function Lg(t){return typeof t=="number"||/^0x[0-9a-f]+$/i.test(t)?!0:/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(t)}function qg(t,e){return e==="constructor"&&typeof t[e]=="function"||e==="__proto__"}Mg.exports=function(t,e){e||(e={});var n={bools:{},strings:{},unknownFn:null};typeof e.unknown=="function"&&(n.unknownFn=e.unknown),typeof e.boolean=="boolean"&&e.boolean?n.allBools=!0:[].concat(e.boolean).filter(Boolean).forEach(function(S){n.bools[S]=!0});var r={};function i(S){return r[S].some(function(P){return n.bools[P]})}Object.keys(e.alias||{}).forEach(function(S){r[S]=[].concat(e.alias[S]),r[S].forEach(function(P){r[P]=[S].concat(r[S].filter(function(U){return P!==U}))})}),[].concat(e.string).filter(Boolean).forEach(function(S){n.strings[S]=!0,r[S]&&[].concat(r[S]).forEach(function(P){n.strings[P]=!0})});var o=e.default||{},s={_:[]};function a(S,P){return n.allBools&&/^--[^=]+$/.test(P)||n.strings[S]||n.bools[S]||r[S]}function l(S,P,U){for(var q=S,M=0;M<P.length-1;M++){var E=P[M];if(qg(q,E))return;q[E]===void 0&&(q[E]={}),(q[E]===Object.prototype||q[E]===Number.prototype||q[E]===String.prototype)&&(q[E]={}),q[E]===Array.prototype&&(q[E]=[]),q=q[E]}var $=P[P.length-1];qg(q,$)||((q===Object.prototype||q===Number.prototype||q===String.prototype)&&(q={}),q===Array.prototype&&(q=[]),q[$]===void 0||n.bools[$]||typeof q[$]=="boolean"?q[$]=U:Array.isArray(q[$])?q[$].push(U):q[$]=[q[$],U])}function c(S,P,U){if(!(U&&n.unknownFn&&!a(S,U)&&n.unknownFn(U)===!1)){var q=!n.strings[S]&&Lg(P)?Number(P):P;l(s,S.split("."),q),(r[S]||[]).forEach(function(M){l(s,M.split("."),q)})}}Object.keys(n.bools).forEach(function(S){c(S,o[S]===void 0?!1:o[S])});var u=[];t.indexOf("--")!==-1&&(u=t.slice(t.indexOf("--")+1),t=t.slice(0,t.indexOf("--")));for(var p=0;p<t.length;p++){var m=t[p],D,d;if(/^--.+=/.test(m)){var f=m.match(/^--([^=]+)=([\s\S]*)$/);D=f[1];var h=f[2];n.bools[D]&&(h=h!=="false"),c(D,h,m)}else if(/^--no-.+/.test(m))D=m.match(/^--no-(.+)/)[1],c(D,!1,m);else if(/^--.+/.test(m))D=m.match(/^--(.+)/)[1],d=t[p+1],d!==void 0&&!/^(-|--)[^-]/.test(d)&&!n.bools[D]&&!n.allBools&&(!r[D]||!i(D))?(c(D,d,m),p+=1):/^(true|false)$/.test(d)?(c(D,d==="true",m),p+=1):c(D,n.strings[D]?"":!0,m);else if(/^-[^-]+/.test(m)){for(var F=m.slice(1,-1).split(""),A=!1,w=0;w<F.length;w++){if(d=m.slice(w+2),d==="-"){c(F[w],d,m);continue}if(/[A-Za-z]/.test(F[w])&&d[0]==="="){c(F[w],d.slice(1),m),A=!0;break}if(/[A-Za-z]/.test(F[w])&&/-?\d+(\.\d*)?(e-?\d+)?$/.test(d)){c(F[w],d,m),A=!0;break}if(F[w+1]&&F[w+1].match(/\W/)){c(F[w],m.slice(w+2),m),A=!0;break}else c(F[w],n.strings[F[w]]?"":!0,m)}D=m.slice(-1)[0],!A&&D!=="-"&&(t[p+1]&&!/^(-|--)[^-]/.test(t[p+1])&&!n.bools[D]&&(!r[D]||!i(D))?(c(D,t[p+1],m),p+=1):t[p+1]&&/^(true|false)$/.test(t[p+1])?(c(D,t[p+1]==="true",m),p+=1):c(D,n.strings[D]?"":!0,m))}else if((!n.unknownFn||n.unknownFn(m)!==!1)&&s._.push(n.strings._||!Lg(m)?m:Number(m)),e.stopEarly){s._.push.apply(s._,t.slice(p+1));break}}return Object.keys(o).forEach(function(S){V1(s,S.split("."))||(l(s,S.split("."),o[S]),(r[S]||[]).forEach(function(P){l(s,P.split("."),o[S])}))}),e["--"]?s["--"]=u.slice():u.forEach(function(S){s._.push(S)}),s}});var Gg=x((Fj,zg)=>{var Wr=Tg(),Jn=L("path").join,Y1=Pg(),Hg="/etc",Wg=process.platform==="win32",zr=Wg?process.env.USERPROFILE:process.env.HOME;zg.exports=function(t,e,n,r){if(typeof t!="string")throw new Error("rc(name): name *must* be string");n||(n=Ug()(process.argv.slice(2))),e=(typeof e=="string"?Wr.json(e):e)||{},r=r||Wr.parse;var i=Wr.env(t+"_"),o=[e],s=[];function a(l){if(!(s.indexOf(l)>=0)){var c=Wr.file(l);c&&(o.push(r(c)),s.push(l))}}return Wg||[Jn(Hg,t,"config"),Jn(Hg,t+"rc")].forEach(a),zr&&[Jn(zr,".config",t,"config"),Jn(zr,".config",t),Jn(zr,"."+t,"config"),Jn(zr,"."+t+"rc")].forEach(a),a(Wr.find("."+t+"rc")),i.config&&a(i.config),n.config&&a(n.config),Y1.apply(null,o.concat([i,n,s.length?{configs:s,config:s[s.length-1]}:void 0]))}});var Kg=x((Cj,Yg)=>{var qt=L("constants"),K1=process.cwd,ws=null,J1=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ws||(ws=K1.call(process)),ws};try{process.cwd()}catch{}typeof process.chdir=="function"&&(Yu=process.chdir,process.chdir=function(t){ws=null,Yu.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,Yu));var Yu;Yg.exports=X1;function X1(t){qt.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(t),t.lutimes||n(t),t.chown=o(t.chown),t.fchown=o(t.fchown),t.lchown=o(t.lchown),t.chmod=r(t.chmod),t.fchmod=r(t.fchmod),t.lchmod=r(t.lchmod),t.chownSync=s(t.chownSync),t.fchownSync=s(t.fchownSync),t.lchownSync=s(t.lchownSync),t.chmodSync=i(t.chmodSync),t.fchmodSync=i(t.fchmodSync),t.lchmodSync=i(t.lchmodSync),t.stat=a(t.stat),t.fstat=a(t.fstat),t.lstat=a(t.lstat),t.statSync=l(t.statSync),t.fstatSync=l(t.fstatSync),t.lstatSync=l(t.lstatSync),t.chmod&&!t.lchmod&&(t.lchmod=function(u,p,m){m&&process.nextTick(m)},t.lchmodSync=function(){}),t.chown&&!t.lchown&&(t.lchown=function(u,p,m,D){D&&process.nextTick(D)},t.lchownSync=function(){}),J1==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:function(u){function p(m,D,d){var f=Date.now(),h=0;u(m,D,function F(A){if(A&&(A.code==="EACCES"||A.code==="EPERM")&&Date.now()-f<6e4){setTimeout(function(){t.stat(D,function(w,S){w&&w.code==="ENOENT"?u(m,D,F):d(A)})},h),h<100&&(h+=10);return}d&&d(A)})}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.rename)),t.read=typeof t.read!="function"?t.read:function(u){function p(m,D,d,f,h,F){var A;if(F&&typeof F=="function"){var w=0;A=function(S,P,U){if(S&&S.code==="EAGAIN"&&w<10)return w++,u.call(t,m,D,d,f,h,A);F.apply(this,arguments)}}return u.call(t,m,D,d,f,h,A)}return Object.setPrototypeOf&&Object.setPrototypeOf(p,u),p}(t.read),t.readSync=typeof t.readSync!="function"?t.readSync:function(u){return function(p,m,D,d,f){for(var h=0;;)try{return u.call(t,p,m,D,d,f)}catch(F){if(F.code==="EAGAIN"&&h<10){h++;continue}throw F}}}(t.readSync);function e(u){u.lchmod=function(p,m,D){u.open(p,qt.O_WRONLY|qt.O_SYMLINK,m,function(d,f){if(d){D&&D(d);return}u.fchmod(f,m,function(h){u.close(f,function(F){D&&D(h||F)})})})},u.lchmodSync=function(p,m){var D=u.openSync(p,qt.O_WRONLY|qt.O_SYMLINK,m),d=!0,f;try{f=u.fchmodSync(D,m),d=!1}finally{if(d)try{u.closeSync(D)}catch{}else u.closeSync(D)}return f}}function n(u){qt.hasOwnProperty("O_SYMLINK")&&u.futimes?(u.lutimes=function(p,m,D,d){u.open(p,qt.O_SYMLINK,function(f,h){if(f){d&&d(f);return}u.futimes(h,m,D,function(F){u.close(h,function(A){d&&d(F||A)})})})},u.lutimesSync=function(p,m,D){var d=u.openSync(p,qt.O_SYMLINK),f,h=!0;try{f=u.futimesSync(d,m,D),h=!1}finally{if(h)try{u.closeSync(d)}catch{}else u.closeSync(d)}return f}):u.futimes&&(u.lutimes=function(p,m,D,d){d&&process.nextTick(d)},u.lutimesSync=function(){})}function r(u){return u&&function(p,m,D){return u.call(t,p,m,function(d){c(d)&&(d=null),D&&D.apply(this,arguments)})}}function i(u){return u&&function(p,m){try{return u.call(t,p,m)}catch(D){if(!c(D))throw D}}}function o(u){return u&&function(p,m,D,d){return u.call(t,p,m,D,function(f){c(f)&&(f=null),d&&d.apply(this,arguments)})}}function s(u){return u&&function(p,m,D){try{return u.call(t,p,m,D)}catch(d){if(!c(d))throw d}}}function a(u){return u&&function(p,m,D){typeof m=="function"&&(D=m,m=null);function d(f,h){h&&(h.uid<0&&(h.uid+=4294967296),h.gid<0&&(h.gid+=4294967296)),D&&D.apply(this,arguments)}return m?u.call(t,p,m,d):u.call(t,p,d)}}function l(u){return u&&function(p,m){var D=m?u.call(t,p,m):u.call(t,p);return D&&(D.uid<0&&(D.uid+=4294967296),D.gid<0&&(D.gid+=4294967296)),D}}function c(u){if(!u||u.code==="ENOSYS")return!0;var p=!process.getuid||process.getuid()!==0;return!!(p&&(u.code==="EINVAL"||u.code==="EPERM"))}}});var Zg=x((vj,Xg)=>{var Jg=L("stream").Stream;Xg.exports=Z1;function Z1(t){return{ReadStream:e,WriteStream:n};function e(r,i){if(!(this instanceof e))return new e(r,i);Jg.call(this);var o=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var s=Object.keys(i),a=0,l=s.length;a<l;a++){var c=s[a];this[c]=i[c]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){o._read()});return}t.open(this.path,this.flags,this.mode,function(u,p){if(u){o.emit("error",u),o.readable=!1;return}o.fd=p,o.emit("open",p),o._read()})}function n(r,i){if(!(this instanceof n))return new n(r,i);Jg.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var o=Object.keys(i),s=0,a=o.length;s<a;s++){var l=o[s];this[l]=i[l]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=t.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}});var e0=x((bj,Qg)=>{"use strict";Qg.exports=ew;var Q1=Object.getPrototypeOf||function(t){return t.__proto__};function ew(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:Q1(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}});var i0=x((yj,Xu)=>{var pe=L("fs"),tw=Kg(),nw=Zg(),rw=e0(),As=L("util"),Oe,Ss;typeof Symbol=="function"&&typeof Symbol.for=="function"?(Oe=Symbol.for("graceful-fs.queue"),Ss=Symbol.for("graceful-fs.previous")):(Oe="___graceful-fs.queue",Ss="___graceful-fs.previous");function iw(){}function r0(t,e){Object.defineProperty(t,Oe,{get:function(){return e}})}var on=iw;As.debuglog?on=As.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(on=function(){var t=As.format.apply(As,arguments);t="GFS4: "+t.split(/\n/).join(`
42
+ GFS4: `),console.error(t)});pe[Oe]||(t0=global[Oe]||[],r0(pe,t0),pe.close=function(t){function e(n,r){return t.call(pe,n,function(i){i||n0(),typeof r=="function"&&r.apply(this,arguments)})}return Object.defineProperty(e,Ss,{value:t}),e}(pe.close),pe.closeSync=function(t){function e(n){t.apply(pe,arguments),n0()}return Object.defineProperty(e,Ss,{value:t}),e}(pe.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){on(pe[Oe]),L("assert").equal(pe[Oe].length,0)}));var t0;global[Oe]||r0(global,pe[Oe]);Xu.exports=Ku(rw(pe));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!pe.__patched&&(Xu.exports=Ku(pe),pe.__patched=!0);function Ku(t){tw(t),t.gracefulify=Ku,t.createReadStream=P,t.createWriteStream=U;var e=t.readFile;t.readFile=n;function n(E,$,I){return typeof $=="function"&&(I=$,$=null),T(E,$,I);function T(_,v,B,y){return e(_,v,function(C){C&&(C.code==="EMFILE"||C.code==="ENFILE")?Xn([T,[_,v,B],C,y||Date.now(),Date.now()]):typeof B=="function"&&B.apply(this,arguments)})}}var r=t.writeFile;t.writeFile=i;function i(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return r(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Xn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var o=t.appendFile;o&&(t.appendFile=s);function s(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return o(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Xn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var a=t.copyFile;a&&(t.copyFile=l);function l(E,$,I,T){return typeof I=="function"&&(T=I,I=0),_(E,$,I,T);function _(v,B,y,C,b){return a(v,B,y,function(R){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Xn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}var c=t.readdir;t.readdir=p;var u=/^v[0-5]\./;function p(E,$,I){typeof $=="function"&&(I=$,$=null);var T=u.test(process.version)?function(B,y,C,b){return c(B,_(B,y,C,b))}:function(B,y,C,b){return c(B,y,_(B,y,C,b))};return T(E,$,I);function _(v,B,y,C){return function(b,R){b&&(b.code==="EMFILE"||b.code==="ENFILE")?Xn([T,[v,B,y],b,C||Date.now(),Date.now()]):(R&&R.sort&&R.sort(),typeof y=="function"&&y.call(this,b,R))}}}if(process.version.substr(0,4)==="v0.8"){var m=nw(t);F=m.ReadStream,w=m.WriteStream}var D=t.ReadStream;D&&(F.prototype=Object.create(D.prototype),F.prototype.open=A);var d=t.WriteStream;d&&(w.prototype=Object.create(d.prototype),w.prototype.open=S),Object.defineProperty(t,"ReadStream",{get:function(){return F},set:function(E){F=E},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return w},set:function(E){w=E},enumerable:!0,configurable:!0});var f=F;Object.defineProperty(t,"FileReadStream",{get:function(){return f},set:function(E){f=E},enumerable:!0,configurable:!0});var h=w;Object.defineProperty(t,"FileWriteStream",{get:function(){return h},set:function(E){h=E},enumerable:!0,configurable:!0});function F(E,$){return this instanceof F?(D.apply(this,arguments),this):F.apply(Object.create(F.prototype),arguments)}function A(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.autoClose&&E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I),E.read())})}function w(E,$){return this instanceof w?(d.apply(this,arguments),this):w.apply(Object.create(w.prototype),arguments)}function S(){var E=this;M(E.path,E.flags,E.mode,function($,I){$?(E.destroy(),E.emit("error",$)):(E.fd=I,E.emit("open",I))})}function P(E,$){return new t.ReadStream(E,$)}function U(E,$){return new t.WriteStream(E,$)}var q=t.open;t.open=M;function M(E,$,I,T){return typeof I=="function"&&(T=I,I=null),_(E,$,I,T);function _(v,B,y,C,b){return q(v,B,y,function(R,X){R&&(R.code==="EMFILE"||R.code==="ENFILE")?Xn([_,[v,B,y,C],R,b||Date.now(),Date.now()]):typeof C=="function"&&C.apply(this,arguments)})}}return t}function Xn(t){on("ENQUEUE",t[0].name,t[1]),pe[Oe].push(t),Ju()}var Bs;function n0(){for(var t=Date.now(),e=0;e<pe[Oe].length;++e)pe[Oe][e].length>2&&(pe[Oe][e][3]=t,pe[Oe][e][4]=t);Ju()}function Ju(){if(clearTimeout(Bs),Bs=void 0,pe[Oe].length!==0){var t=pe[Oe].shift(),e=t[0],n=t[1],r=t[2],i=t[3],o=t[4];if(i===void 0)on("RETRY",e.name,n),e.apply(null,n);else if(Date.now()-i>=6e4){on("TIMEOUT",e.name,n);var s=n.pop();typeof s=="function"&&s.call(null,r)}else{var a=Date.now()-o,l=Math.max(o-i,1),c=Math.min(l*1.2,100);a>=c?(on("RETRY",e.name,n),e.apply(null,n.concat([i]))):pe[Oe].push(t)}Bs===void 0&&(Bs=setTimeout(Ju,0))}}});var s0=x(Zn=>{"use strict";var sw=Zn&&Zn.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Zn,"__esModule",{value:!0});Zn.readCAFileSync=void 0;var ow=sw(i0());function aw(t){try{let e=ow.default.readFileSync(t,"utf8"),n="-----END CERTIFICATE-----";return e.split(n).filter(i=>!!i.trim()).map(i=>`${i.trimLeft()}${n}`)}catch(e){if(e.code==="ENOENT")return;throw e}}Zn.readCAFileSync=aw});var o0=x(an=>{"use strict";var uw=an&&an.__createBinding||(Object.create?function(t,e,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}),cw=an&&an.__exportStar||function(t,e){for(var n in t)n!=="default"&&!Object.prototype.hasOwnProperty.call(e,n)&&uw(e,t,n)};Object.defineProperty(an,"__esModule",{value:!0});cw(s0(),an)});var c0=x((Bj,u0)=>{u0.exports=a0;function un(t,e){if(typeof Object.setPrototypeOf=="function")return Object.setPrototypeOf(t,e);t.__proto__=e}function a0(){this.list=[];var t=null;Object.defineProperty(this,"root",{get:function(){return t},set:function(e){t=e,this.list.length&&un(this.list[this.list.length-1],e)},enumerable:!0,configurable:!0})}a0.prototype={get length(){return this.list.length},get keys(){var t=[];for(var e in this.list[0])t.push(e);return t},get snapshot(){var t={};return this.keys.forEach(function(e){t[e]=this.get(e)},this),t},get store(){return this.list[0]},push:function(t){return typeof t!="object"&&(t={valueOf:t}),this.list.length>=1&&un(this.list[this.list.length-1],t),un(t,this.root),this.list.push(t)},pop:function(){return this.list.length>=2&&un(this.list[this.list.length-2],this.root),this.list.pop()},unshift:function(t){return un(t,this.list[0]||this.root),this.list.unshift(t)},shift:function(){return this.list.length===1&&un(this.list[0],this.root),this.list.shift()},get:function(t){return this.list[0][t]},set:function(t,e,n){return this.length||this.push({}),n&&this.list[0].hasOwnProperty(t)&&this.push({}),this.list[0][t]=e},forEach:function(t,e){for(var n in this.list[0])t.call(e,n,this.list[0][n])},slice:function(){return this.list.slice.apply(this.list,arguments)},splice:function(){for(var t=this.list.splice.apply(this.list,arguments),e=0,n=this.list.length;e<n;e++)un(this.list[e],this.list[e+1]||this.root);return t}}});var d0=x(cn=>{cn.parse=cn.decode=lw;cn.stringify=cn.encode=l0;cn.safe=Qn;cn.unsafe=_s;var Zu=typeof process<"u"&&process.platform==="win32"?`\r
43
43
  `:`
44
- `;function c0(t,e){var n=[],r="";typeof e=="string"?e={section:e,whitespace:!1}:(e=e||{},e.whitespace=e.whitespace===!0);var i=e.whitespace?" = ":"=";return Object.keys(t).forEach(function(o,s,a){var l=t[o];l&&Array.isArray(l)?l.forEach(function(c){r+=Zn(o+"[]")+i+Zn(c)+`
45
- `}):l&&typeof l=="object"?n.push(o):r+=Zn(o)+i+Zn(l)+Xu}),e.section&&r.length&&(r="["+Zn(e.section)+"]"+Xu+r),n.forEach(function(o,s,a){var l=l0(o).join("\\."),c=(e.section?e.section+".":"")+l,u=c0(t[o],{section:c,whitespace:e.whitespace});r.length&&u.length&&(r+=Xu),r+=u}),r}function l0(t){return t.replace(/\1/g,"LITERAL\\1LITERAL").replace(/\\\./g,"").split(/\./).map(function(e){return e.replace(/\1/g,"\\.").replace(/\2LITERAL\\1LITERAL\2/g,"")})}function pw(t){var e={},n=e,r=null,i=/^\[([^\]]*)\]$|^([^=]+)(=(.*))?$/i,o=t.split(/[\r\n]+/g);return o.forEach(function(s,a,l){if(!(!s||s.match(/^\s*[;#]/))){var c=s.match(i);if(c){if(c[1]!==void 0){if(r=Bs(c[1]),r==="__proto__"){n={};return}n=e[r]=e[r]||{};return}var u=Bs(c[2]);if(u!=="__proto__"){var p=c[3]?Bs(c[4]):!0;switch(p){case"true":case"false":case"null":p=JSON.parse(p)}if(u.length>2&&u.slice(-2)==="[]"){if(u=u.substring(0,u.length-2),u==="__proto__")return;n[u]?Array.isArray(n[u])||(n[u]=[n[u]]):n[u]=[]}Array.isArray(n[u])?n[u].push(p):n[u]=p}}}}),Object.keys(e).filter(function(s,a,l){if(!e[s]||typeof e[s]!="object"||Array.isArray(e[s]))return!1;var c=l0(s),u=e,p=c.pop(),m=p.replace(/\\\./g,".");return c.forEach(function(D,d,f){D!=="__proto__"&&((!u[D]||typeof u[D]!="object")&&(u[D]={}),u=u[D])}),u===e&&m===p?!1:(u[m]=e[s],!0)}).forEach(function(s,a,l){delete e[s]}),e}function p0(t){return t.charAt(0)==='"'&&t.slice(-1)==='"'||t.charAt(0)==="'"&&t.slice(-1)==="'"}function Zn(t){return typeof t!="string"||t.match(/[=\r\n]/)||t.match(/^\[/)||t.length>1&&p0(t)||t!==t.trim()?JSON.stringify(t):t.replace(/;/g,"\\;").replace(/#/g,"\\#")}function Bs(t,e){if(t=(t||"").trim(),p0(t)){t.charAt(0)==="'"&&(t=t.substr(1,t.length-2));try{t=JSON.parse(t)}catch{}}else{for(var n=!1,r="",i=0,o=t.length;i<o;i++){var s=t.charAt(i);if(n)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,n=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?n=!0:r+=s}}return n&&(r+="\\"),r.trim()}return t}});var h0=x((Bt,f0)=>{var d0=u0(),Wr=P("path"),Ss=P("fs"),Zu=D0(),Qu=P("events").EventEmitter,Dw=P("url"),dw=P("http"),Bt=f0.exports=function(){for(var t=[].slice.call(arguments),e=new Ie;t.length;){var n=t.shift();n&&e.push(typeof n=="string"?fw(n):n)}return e},Oj=Bt.find=function(){var t=Wr.join.apply(null,[].slice.call(arguments));function e(n,r){var i=Wr.join(n,r);try{return Ss.statSync(i),i}catch{if(Wr.dirname(n)!==n)return e(Wr.dirname(n),r)}}return e(__dirname,t)},mw=Bt.parse=function(t,e,n){if(t=""+t,n)if(n==="json")if(this.emit)try{return JSON.parse(t)}catch(r){this.emit("error",r)}else return JSON.parse(t);else return Zu.parse(t);else try{return JSON.parse(t)}catch{return Zu.parse(t)}},fw=Bt.json=function(){var t=[].slice.call(arguments).filter(function(r){return r!=null}),e=Wr.join.apply(null,t),n;try{n=Ss.readFileSync(e,"utf-8")}catch{return}return mw(n,e,"json")},Rj=Bt.env=function(t,e){e=e||process.env;var n={},r=t.length;for(var i in e)i.indexOf(t)===0&&(n[i.substring(r)]=e[i]);return n};Bt.ConfigChain=Ie;function Ie(){Qu.apply(this),d0.apply(this,arguments),this._awaiting=0,this._saving=0,this.sources={}}var m0={constructor:{value:Ie}};Object.keys(Qu.prototype).forEach(function(t){m0[t]=Object.getOwnPropertyDescriptor(Qu.prototype,t)});Ie.prototype=Object.create(d0.prototype,m0);Ie.prototype.del=function(t,e){if(e){var n=this.sources[e];if(n=n&&n.data,!n)return this.emit("error",new Error("not found "+e));delete n[t]}else for(var r=0,i=this.list.length;r<i;r++)delete this.list[r][t];return this};Ie.prototype.set=function(t,e,n){var r;if(n){if(r=this.sources[n],r=r&&r.data,!r)return this.emit("error",new Error("not found "+n))}else if(r=this.list[0],!r)return this.emit("error",new Error("cannot set, no confs!"));return r[t]=e,this};Ie.prototype.get=function(t,e){return e?(e=this.sources[e],e&&(e=e.data),e&&Object.hasOwnProperty.call(e,t)?e[t]:void 0):this.list[0][t]};Ie.prototype.save=function(t,o,n){typeof o=="function"&&(n=o,o=null);var r=this.sources[t];if(!r||!(r.path||r.source)||!r.data)return this.emit("error",new Error("bad save target: "+t));if(r.source){var i=r.prefix||"";return Object.keys(r.data).forEach(function(a){r.source[i+a]=r.data[a]}),this}var o=o||r.type,s=r.data;return r.type==="json"?s=JSON.stringify(s):s=Zu.stringify(s),this._saving++,Ss.writeFile(r.path,s,"utf8",function(a){if(this._saving--,a)return n?n(a):this.emit("error",a);this._saving===0&&(n&&n(),this.emit("save"))}.bind(this)),this};Ie.prototype.addFile=function(t,e,n){n=n||t;var r={__source__:n};return this.sources[n]={path:t,type:e},this.push(r),this._await(),Ss.readFile(t,"utf8",function(i,o){i&&this.emit("error",i),this.addString(o,t,e,r)}.bind(this)),this};Ie.prototype.addEnv=function(t,e,n){n=n||"env";var r=Bt.env(t,e);return this.sources[n]={data:r,source:e,prefix:t},this.add(r,n)};Ie.prototype.addUrl=function(t,e,n){this._await();var r=Dw.format(t);n=n||r;var i={__source__:n};return this.sources[n]={href:r,type:e},this.push(i),dw.request(t,function(o){var s=[],a=o.headers["content-type"];e||(e=a.indexOf("json")!==-1?"json":a.indexOf("ini")!==-1?"ini":r.match(/\.json$/)?"json":r.match(/\.ini$/)?"ini":null,i.type=e),o.on("data",s.push.bind(s)).on("end",function(){this.addString(Buffer.concat(s),r,e,i)}.bind(this)).on("error",this.emit.bind(this,"error"))}.bind(this)).on("error",this.emit.bind(this,"error")).end(),this};Ie.prototype.addString=function(t,e,n,r){return t=this.parse(t,e,n),this.add(t,r),this};Ie.prototype.add=function(t,e){if(e&&typeof e=="object"){var n=this.list.indexOf(e);if(n===-1)return this.emit("error",new Error("bad marker"));this.splice(n,1,t),e=e.__source__,this.sources[e]=this.sources[e]||{},this.sources[e].data=t,this._resolve()}else typeof e=="string"&&(this.sources[e]=this.sources[e]||{},this.sources[e].data=t),this._await(),this.push(t),process.nextTick(this._resolve.bind(this));return this};Ie.prototype.parse=Bt.parse;Ie.prototype._await=function(){this._awaiting++};Ie.prototype._resolve=function(){this._awaiting--,this._awaiting===0&&this.emit("load",this)}});var F0=x((Tj,x0)=>{x0.exports=function(t){let e=t.indexOf(":");if(e===-1)return g0(t);let n=t.substr(0,e),r=t.substr(e+1);return`${n}:${g0(r)}`};function g0(t){if(t=t.toLowerCase(),t==="_authtoken")return"_authToken";let e=t[0];for(let n=1;n<t.length;n++)e+=t[n]==="_"?"-":t[n];return e}});var E0=x(_s=>{"use strict";Object.defineProperty(_s,"__esModule",{value:!0});_s.envReplace=void 0;var hw=/(?<!\\)(\\*)\$\{([^${}]+)\}/g;function gw(t,e){return t.replace(hw,xw.bind(null,e))}_s.envReplace=gw;function xw(t,e,n,r){if(n.length%2)return e.slice((n.length+1)/2);let i=Ew(t,r);if(i===void 0)throw new Error(`Failed to replace env in config: ${e}`);return`${n.slice(n.length/2)}${i}`}var Fw=/([^:-]+)(:?)-(.+)/;function Ew(t,e){let n=e.match(Fw);if(!n)return t[e];let[,r,i,o]=n;return Object.prototype.hasOwnProperty.call(t,r)?!t[r]&&i?o:t[r]:o}});var C0=x(Os=>{"use strict";Object.defineProperty(Os,"__esModule",{value:!0});Os.envReplace=void 0;var Cw=E0();Object.defineProperty(Os,"envReplace",{enumerable:!0,get:function(){return Cw.envReplace}})});var v0=x(zr=>{"use strict";var vw=P("fs"),ln=P("path"),{envReplace:ec}=C0(),bw=t=>typeof t!="string"?t:ec(t,process.env),yw=(t,e,n)=>{if(typeof e!="string")return e;let r=[].concat(t[n]),i=r.indexOf(ln)!==-1,o=r.indexOf(Boolean)!==-1,s=r.indexOf(String)!==-1,a=r.indexOf(Number)!==-1;if(e=`${e}`.trim(),/^".*"$/.test(e))try{e=JSON.parse(e)}catch{throw new Error(`Failed parsing JSON config key ${n}: ${e}`)}if(o&&!s&&e==="")return!0;switch(e){case"true":return!0;case"false":return!1;case"null":return null;case"undefined":return}let l=ec(e,process.env);if((n.endsWith(":tokenHelper")||n==="tokenHelper")&&l!==e)throw new Error(`It is not allowed to use environment variables in the value of the ${n} setting.`);return e=l,i&&((process.platform==="win32"?/^~(\/|\\)/:/^~\//).test(e)&&process.env.HOME&&(e=ln.resolve(process.env.HOME,e.substr(2))),e=ln.resolve(e)),a&&!isNaN(e)&&(e=Number(e)),e},ww=t=>{t=ln.resolve(t);let e=!1;for(;ln.basename(t)==="node_modules";)t=ln.dirname(t),e=!0;if(e)return t;let n=(r,i)=>{let o=/^[a-zA-Z]:(\\|\/)?$/;if(r==="/"||process.platform==="win32"&&o.test(r))return i;try{let s=vw.readdirSync(r);if(s.includes("node_modules")||s.includes("package.json")||s.includes("package.json5")||s.includes("package.yaml")||s.includes("pnpm-workspace.yaml"))return r;let a=ln.dirname(r);return a===r?i:n(a,i)}catch(s){if(r===i){if(s.code==="ENOENT")return i;throw s}return i}};return n(t,t)};zr.envReplace=ec;zr.findPrefix=ww;zr.parseField=yw;zr.parseKey=bw});var w0=x(y0=>{"use strict";var pn=P("path"),Aw=P("stream").Stream,Rs=P("url"),Bw=()=>{},Sw=()=>[],b0=()=>{};y0.types={access:[null,"restricted","public"],"allow-same-version":Boolean,"always-auth":Boolean,also:[null,"dev","development"],audit:Boolean,"auth-type":["legacy","sso","saml","oauth"],"bin-links":Boolean,browser:[null,String],ca:[null,String,Array],cafile:pn,cache:pn,"cache-lock-stale":Number,"cache-lock-retries":Number,"cache-lock-wait":Number,"cache-max":Number,"cache-min":Number,cert:[null,String],cidr:[null,String,Array],color:["always",Boolean],depth:Number,description:Boolean,dev:Boolean,"dry-run":Boolean,editor:String,"engine-strict":Boolean,force:Boolean,"fetch-retries":Number,"fetch-retry-factor":Number,"fetch-retry-mintimeout":Number,"fetch-retry-maxtimeout":Number,git:String,"git-tag-version":Boolean,"commit-hooks":Boolean,global:Boolean,globalconfig:pn,"global-style":Boolean,group:[Number,String],"https-proxy":[null,Rs],"user-agent":String,"ham-it-up":Boolean,heading:String,"if-present":Boolean,"ignore-prepublish":Boolean,"ignore-scripts":Boolean,"init-module":pn,"init-author-name":String,"init-author-email":String,"init-author-url":["",Rs],"init-license":String,"init-version":b0,json:Boolean,key:[null,String],"legacy-bundling":Boolean,link:Boolean,"local-address":Sw(),loglevel:["silent","error","warn","notice","http","timing","info","verbose","silly"],logstream:Aw,"logs-max":Number,long:Boolean,maxsockets:Number,message:String,"metrics-registry":[null,String],"node-options":[null,String],"node-version":[null,b0],"no-proxy":[null,String,Array],offline:Boolean,"onload-script":[null,String],only:[null,"dev","development","prod","production"],optional:Boolean,"package-lock":Boolean,otp:[null,String],"package-lock-only":Boolean,parseable:Boolean,"prefer-offline":Boolean,"prefer-online":Boolean,prefix:pn,production:Boolean,progress:Boolean,proxy:[null,!1,Rs],provenance:Boolean,"read-only":Boolean,"rebuild-bundle":Boolean,registry:[null,Rs],rollback:Boolean,save:Boolean,"save-bundle":Boolean,"save-dev":Boolean,"save-exact":Boolean,"save-optional":Boolean,"save-prefix":String,"save-prod":Boolean,scope:String,"script-shell":[null,String],"scripts-prepend-node-path":[!1,!0,"auto","warn-only"],searchopts:String,searchexclude:[null,String],searchlimit:Number,searchstaleness:Number,"send-metrics":Boolean,shell:String,shrinkwrap:Boolean,"sign-git-tag":Boolean,"sso-poll-frequency":Number,"sso-type":[null,"oauth","saml"],"strict-ssl":Boolean,tag:String,timing:Boolean,tmp:pn,unicode:Boolean,"unsafe-perm":Boolean,usage:Boolean,user:[Number,String],userconfig:pn,umask:Bw,version:Boolean,"tag-version-prefix":String,versions:Boolean,viewer:String,_exit:Boolean}});var S0=x((Nj,B0)=>{"use strict";var{readCAFileSync:_w}=s0(),A0=P("fs"),tc=P("path"),{ConfigChain:Ow}=h0(),Rw=F0(),nc=v0(),rc=class extends Ow{constructor(e,n){super(e),this.root=e,this._parseField=nc.parseField.bind(null,n||w0())}add(e,n){try{for(let[r,i]of Object.entries(e)){let o=nc.parseKey(r);o!==r&&delete e[r],e[o]=this._parseField(i,o)}}catch(r){throw r}return super.add(e,n)}addFile(e,n){n=n||e;let r={__source__:n};this.sources[n]={path:e,type:"ini"},this.push(r),this._await();try{let i=A0.readFileSync(e,"utf8");this.addString(i,e,"ini",r)}catch(i){if(i.code==="ENOENT")this.add({},r);else if(i.code!=="EISDIR")return`Issue while reading "${e}". ${i.message}`}}addEnv(e){e=e||process.env;let n={};return Object.keys(e).filter(r=>/^npm_config_/i.test(r)).forEach(r=>{if(!e[r])return;let i=Rw(r.substr(11)),o=e[r];n[i]=Tw(i,o)}),super.addEnv("",n,"env")}loadPrefix(){let e=this.list[0];Object.defineProperty(this,"prefix",{enumerable:!0,set:r=>{let i=this.get("global");this[i?"globalPrefix":"localPrefix"]=r},get:()=>this.get("global")?this.globalPrefix:this.localPrefix}),Object.defineProperty(this,"globalPrefix",{enumerable:!0,set:r=>{this.set("prefix",r)},get:()=>tc.resolve(this.get("prefix"))});let n;if(Object.defineProperty(this,"localPrefix",{enumerable:!0,set:r=>{n=r},get:()=>n}),Object.prototype.hasOwnProperty.call(e,"prefix"))n=tc.resolve(e.prefix);else try{n=nc.findPrefix(process.cwd())}catch(r){throw r}return n}loadCAFile(e){if(!e)return;let n=_w(e);n&&this.set("ca",n)}loadUser(){let e=this.root;if(this.get("global"))return;if(process.env.SUDO_UID){e.user=Number(process.env.SUDO_UID);return}let n=tc.resolve(this.get("prefix"));try{let r=A0.statSync(n);e.user=r.uid}catch(r){if(r.code==="ENOENT")return;throw r}}};function Tw(t,e){function n(r){let i=`
44
+ `;function l0(t,e){var n=[],r="";typeof e=="string"?e={section:e,whitespace:!1}:(e=e||{},e.whitespace=e.whitespace===!0);var i=e.whitespace?" = ":"=";return Object.keys(t).forEach(function(o,s,a){var l=t[o];l&&Array.isArray(l)?l.forEach(function(c){r+=Qn(o+"[]")+i+Qn(c)+`
45
+ `}):l&&typeof l=="object"?n.push(o):r+=Qn(o)+i+Qn(l)+Zu}),e.section&&r.length&&(r="["+Qn(e.section)+"]"+Zu+r),n.forEach(function(o,s,a){var l=p0(o).join("\\."),c=(e.section?e.section+".":"")+l,u=l0(t[o],{section:c,whitespace:e.whitespace});r.length&&u.length&&(r+=Zu),r+=u}),r}function p0(t){return t.replace(/\1/g,"LITERAL\\1LITERAL").replace(/\\\./g,"").split(/\./).map(function(e){return e.replace(/\1/g,"\\.").replace(/\2LITERAL\\1LITERAL\2/g,"")})}function lw(t){var e={},n=e,r=null,i=/^\[([^\]]*)\]$|^([^=]+)(=(.*))?$/i,o=t.split(/[\r\n]+/g);return o.forEach(function(s,a,l){if(!(!s||s.match(/^\s*[;#]/))){var c=s.match(i);if(c){if(c[1]!==void 0){if(r=_s(c[1]),r==="__proto__"){n={};return}n=e[r]=e[r]||{};return}var u=_s(c[2]);if(u!=="__proto__"){var p=c[3]?_s(c[4]):!0;switch(p){case"true":case"false":case"null":p=JSON.parse(p)}if(u.length>2&&u.slice(-2)==="[]"){if(u=u.substring(0,u.length-2),u==="__proto__")return;n[u]?Array.isArray(n[u])||(n[u]=[n[u]]):n[u]=[]}Array.isArray(n[u])?n[u].push(p):n[u]=p}}}}),Object.keys(e).filter(function(s,a,l){if(!e[s]||typeof e[s]!="object"||Array.isArray(e[s]))return!1;var c=p0(s),u=e,p=c.pop(),m=p.replace(/\\\./g,".");return c.forEach(function(D,d,f){D!=="__proto__"&&((!u[D]||typeof u[D]!="object")&&(u[D]={}),u=u[D])}),u===e&&m===p?!1:(u[m]=e[s],!0)}).forEach(function(s,a,l){delete e[s]}),e}function D0(t){return t.charAt(0)==='"'&&t.slice(-1)==='"'||t.charAt(0)==="'"&&t.slice(-1)==="'"}function Qn(t){return typeof t!="string"||t.match(/[=\r\n]/)||t.match(/^\[/)||t.length>1&&D0(t)||t!==t.trim()?JSON.stringify(t):t.replace(/;/g,"\\;").replace(/#/g,"\\#")}function _s(t,e){if(t=(t||"").trim(),D0(t)){t.charAt(0)==="'"&&(t=t.substr(1,t.length-2));try{t=JSON.parse(t)}catch{}}else{for(var n=!1,r="",i=0,o=t.length;i<o;i++){var s=t.charAt(i);if(n)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,n=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?n=!0:r+=s}}return n&&(r+="\\"),r.trim()}return t}});var g0=x((Bt,h0)=>{var m0=c0(),Gr=L("path"),Os=L("fs"),Qu=d0(),ec=L("events").EventEmitter,pw=L("url"),Dw=L("http"),Bt=h0.exports=function(){for(var t=[].slice.call(arguments),e=new Ie;t.length;){var n=t.shift();n&&e.push(typeof n=="string"?mw(n):n)}return e},_j=Bt.find=function(){var t=Gr.join.apply(null,[].slice.call(arguments));function e(n,r){var i=Gr.join(n,r);try{return Os.statSync(i),i}catch{if(Gr.dirname(n)!==n)return e(Gr.dirname(n),r)}}return e(__dirname,t)},dw=Bt.parse=function(t,e,n){if(t=""+t,n)if(n==="json")if(this.emit)try{return JSON.parse(t)}catch(r){this.emit("error",r)}else return JSON.parse(t);else return Qu.parse(t);else try{return JSON.parse(t)}catch{return Qu.parse(t)}},mw=Bt.json=function(){var t=[].slice.call(arguments).filter(function(r){return r!=null}),e=Gr.join.apply(null,t),n;try{n=Os.readFileSync(e,"utf-8")}catch{return}return dw(n,e,"json")},Oj=Bt.env=function(t,e){e=e||process.env;var n={},r=t.length;for(var i in e)i.indexOf(t)===0&&(n[i.substring(r)]=e[i]);return n};Bt.ConfigChain=Ie;function Ie(){ec.apply(this),m0.apply(this,arguments),this._awaiting=0,this._saving=0,this.sources={}}var f0={constructor:{value:Ie}};Object.keys(ec.prototype).forEach(function(t){f0[t]=Object.getOwnPropertyDescriptor(ec.prototype,t)});Ie.prototype=Object.create(m0.prototype,f0);Ie.prototype.del=function(t,e){if(e){var n=this.sources[e];if(n=n&&n.data,!n)return this.emit("error",new Error("not found "+e));delete n[t]}else for(var r=0,i=this.list.length;r<i;r++)delete this.list[r][t];return this};Ie.prototype.set=function(t,e,n){var r;if(n){if(r=this.sources[n],r=r&&r.data,!r)return this.emit("error",new Error("not found "+n))}else if(r=this.list[0],!r)return this.emit("error",new Error("cannot set, no confs!"));return r[t]=e,this};Ie.prototype.get=function(t,e){return e?(e=this.sources[e],e&&(e=e.data),e&&Object.hasOwnProperty.call(e,t)?e[t]:void 0):this.list[0][t]};Ie.prototype.save=function(t,o,n){typeof o=="function"&&(n=o,o=null);var r=this.sources[t];if(!r||!(r.path||r.source)||!r.data)return this.emit("error",new Error("bad save target: "+t));if(r.source){var i=r.prefix||"";return Object.keys(r.data).forEach(function(a){r.source[i+a]=r.data[a]}),this}var o=o||r.type,s=r.data;return r.type==="json"?s=JSON.stringify(s):s=Qu.stringify(s),this._saving++,Os.writeFile(r.path,s,"utf8",function(a){if(this._saving--,a)return n?n(a):this.emit("error",a);this._saving===0&&(n&&n(),this.emit("save"))}.bind(this)),this};Ie.prototype.addFile=function(t,e,n){n=n||t;var r={__source__:n};return this.sources[n]={path:t,type:e},this.push(r),this._await(),Os.readFile(t,"utf8",function(i,o){i&&this.emit("error",i),this.addString(o,t,e,r)}.bind(this)),this};Ie.prototype.addEnv=function(t,e,n){n=n||"env";var r=Bt.env(t,e);return this.sources[n]={data:r,source:e,prefix:t},this.add(r,n)};Ie.prototype.addUrl=function(t,e,n){this._await();var r=pw.format(t);n=n||r;var i={__source__:n};return this.sources[n]={href:r,type:e},this.push(i),Dw.request(t,function(o){var s=[],a=o.headers["content-type"];e||(e=a.indexOf("json")!==-1?"json":a.indexOf("ini")!==-1?"ini":r.match(/\.json$/)?"json":r.match(/\.ini$/)?"ini":null,i.type=e),o.on("data",s.push.bind(s)).on("end",function(){this.addString(Buffer.concat(s),r,e,i)}.bind(this)).on("error",this.emit.bind(this,"error"))}.bind(this)).on("error",this.emit.bind(this,"error")).end(),this};Ie.prototype.addString=function(t,e,n,r){return t=this.parse(t,e,n),this.add(t,r),this};Ie.prototype.add=function(t,e){if(e&&typeof e=="object"){var n=this.list.indexOf(e);if(n===-1)return this.emit("error",new Error("bad marker"));this.splice(n,1,t),e=e.__source__,this.sources[e]=this.sources[e]||{},this.sources[e].data=t,this._resolve()}else typeof e=="string"&&(this.sources[e]=this.sources[e]||{},this.sources[e].data=t),this._await(),this.push(t),process.nextTick(this._resolve.bind(this));return this};Ie.prototype.parse=Bt.parse;Ie.prototype._await=function(){this._awaiting++};Ie.prototype._resolve=function(){this._awaiting--,this._awaiting===0&&this.emit("load",this)}});var E0=x((Rj,F0)=>{F0.exports=function(t){let e=t.indexOf(":");if(e===-1)return x0(t);let n=t.substr(0,e),r=t.substr(e+1);return`${n}:${x0(r)}`};function x0(t){if(t=t.toLowerCase(),t==="_authtoken")return"_authToken";let e=t[0];for(let n=1;n<t.length;n++)e+=t[n]==="_"?"-":t[n];return e}});var C0=x(Rs=>{"use strict";Object.defineProperty(Rs,"__esModule",{value:!0});Rs.envReplace=void 0;var fw=/(?<!\\)(\\*)\$\{([^${}]+)\}/g;function hw(t,e){return t.replace(fw,gw.bind(null,e))}Rs.envReplace=hw;function gw(t,e,n,r){if(n.length%2)return e.slice((n.length+1)/2);let i=Fw(t,r);if(i===void 0)throw new Error(`Failed to replace env in config: ${e}`);return`${n.slice(n.length/2)}${i}`}var xw=/([^:-]+)(:?)-(.+)/;function Fw(t,e){let n=e.match(xw);if(!n)return t[e];let[,r,i,o]=n;return Object.prototype.hasOwnProperty.call(t,r)?!t[r]&&i?o:t[r]:o}});var v0=x(Ts=>{"use strict";Object.defineProperty(Ts,"__esModule",{value:!0});Ts.envReplace=void 0;var Ew=C0();Object.defineProperty(Ts,"envReplace",{enumerable:!0,get:function(){return Ew.envReplace}})});var b0=x(Vr=>{"use strict";var Cw=L("fs"),ln=L("path"),{envReplace:tc}=v0(),vw=t=>typeof t!="string"?t:tc(t,process.env),bw=(t,e,n)=>{if(typeof e!="string")return e;let r=[].concat(t[n]),i=r.indexOf(ln)!==-1,o=r.indexOf(Boolean)!==-1,s=r.indexOf(String)!==-1,a=r.indexOf(Number)!==-1;if(e=`${e}`.trim(),/^".*"$/.test(e))try{e=JSON.parse(e)}catch{throw new Error(`Failed parsing JSON config key ${n}: ${e}`)}if(o&&!s&&e==="")return!0;switch(e){case"true":return!0;case"false":return!1;case"null":return null;case"undefined":return}let l=tc(e,process.env);if((n.endsWith(":tokenHelper")||n==="tokenHelper")&&l!==e)throw new Error(`It is not allowed to use environment variables in the value of the ${n} setting.`);return e=l,i&&((process.platform==="win32"?/^~(\/|\\)/:/^~\//).test(e)&&process.env.HOME&&(e=ln.resolve(process.env.HOME,e.substr(2))),e=ln.resolve(e)),a&&!isNaN(e)&&(e=Number(e)),e},yw=t=>{t=ln.resolve(t);let e=!1;for(;ln.basename(t)==="node_modules";)t=ln.dirname(t),e=!0;if(e)return t;let n=(r,i)=>{let o=/^[a-zA-Z]:(\\|\/)?$/;if(r==="/"||process.platform==="win32"&&o.test(r))return i;try{let s=Cw.readdirSync(r);if(s.includes("node_modules")||s.includes("package.json")||s.includes("package.json5")||s.includes("package.yaml")||s.includes("pnpm-workspace.yaml"))return r;let a=ln.dirname(r);return a===r?i:n(a,i)}catch(s){if(r===i){if(s.code==="ENOENT")return i;throw s}return i}};return n(t,t)};Vr.envReplace=tc;Vr.findPrefix=yw;Vr.parseField=bw;Vr.parseKey=vw});var A0=x(w0=>{"use strict";var pn=L("path"),ww=L("stream").Stream,$s=L("url"),Aw=()=>{},Bw=()=>[],y0=()=>{};w0.types={access:[null,"restricted","public"],"allow-same-version":Boolean,"always-auth":Boolean,also:[null,"dev","development"],audit:Boolean,"auth-type":["legacy","sso","saml","oauth"],"bin-links":Boolean,browser:[null,String],ca:[null,String,Array],cafile:pn,cache:pn,"cache-lock-stale":Number,"cache-lock-retries":Number,"cache-lock-wait":Number,"cache-max":Number,"cache-min":Number,cert:[null,String],cidr:[null,String,Array],color:["always",Boolean],depth:Number,description:Boolean,dev:Boolean,"dry-run":Boolean,editor:String,"engine-strict":Boolean,force:Boolean,"fetch-retries":Number,"fetch-retry-factor":Number,"fetch-retry-mintimeout":Number,"fetch-retry-maxtimeout":Number,git:String,"git-tag-version":Boolean,"commit-hooks":Boolean,global:Boolean,globalconfig:pn,"global-style":Boolean,group:[Number,String],"https-proxy":[null,$s],"user-agent":String,"ham-it-up":Boolean,heading:String,"if-present":Boolean,"ignore-prepublish":Boolean,"ignore-scripts":Boolean,"init-module":pn,"init-author-name":String,"init-author-email":String,"init-author-url":["",$s],"init-license":String,"init-version":y0,json:Boolean,key:[null,String],"legacy-bundling":Boolean,link:Boolean,"local-address":Bw(),loglevel:["silent","error","warn","notice","http","timing","info","verbose","silly"],logstream:ww,"logs-max":Number,long:Boolean,maxsockets:Number,message:String,"metrics-registry":[null,String],"node-options":[null,String],"node-version":[null,y0],"no-proxy":[null,String,Array],offline:Boolean,"onload-script":[null,String],only:[null,"dev","development","prod","production"],optional:Boolean,"package-lock":Boolean,otp:[null,String],"package-lock-only":Boolean,parseable:Boolean,"prefer-offline":Boolean,"prefer-online":Boolean,prefix:pn,production:Boolean,progress:Boolean,proxy:[null,!1,$s],provenance:Boolean,"read-only":Boolean,"rebuild-bundle":Boolean,registry:[null,$s],rollback:Boolean,save:Boolean,"save-bundle":Boolean,"save-dev":Boolean,"save-exact":Boolean,"save-optional":Boolean,"save-prefix":String,"save-prod":Boolean,scope:String,"script-shell":[null,String],"scripts-prepend-node-path":[!1,!0,"auto","warn-only"],searchopts:String,searchexclude:[null,String],searchlimit:Number,searchstaleness:Number,"send-metrics":Boolean,shell:String,shrinkwrap:Boolean,"sign-git-tag":Boolean,"sso-poll-frequency":Number,"sso-type":[null,"oauth","saml"],"strict-ssl":Boolean,tag:String,timing:Boolean,tmp:pn,unicode:Boolean,"unsafe-perm":Boolean,usage:Boolean,user:[Number,String],userconfig:pn,umask:Aw,version:Boolean,"tag-version-prefix":String,versions:Boolean,viewer:String,_exit:Boolean}});var _0=x((jj,S0)=>{"use strict";var{readCAFileSync:Sw}=o0(),B0=L("fs"),nc=L("path"),{ConfigChain:_w}=g0(),Ow=E0(),rc=b0(),ic=class extends _w{constructor(e,n){super(e),this.root=e,this._parseField=rc.parseField.bind(null,n||A0())}add(e,n){try{for(let[r,i]of Object.entries(e)){let o=rc.parseKey(r);o!==r&&delete e[r],e[o]=this._parseField(i,o)}}catch(r){throw r}return super.add(e,n)}addFile(e,n){n=n||e;let r={__source__:n};this.sources[n]={path:e,type:"ini"},this.push(r),this._await();try{let i=B0.readFileSync(e,"utf8");this.addString(i,e,"ini",r)}catch(i){if(i.code==="ENOENT")this.add({},r);else if(i.code!=="EISDIR")return`Issue while reading "${e}". ${i.message}`}}addEnv(e){e=e||process.env;let n={};return Object.keys(e).filter(r=>/^npm_config_/i.test(r)).forEach(r=>{if(!e[r])return;let i=Ow(r.substr(11)),o=e[r];n[i]=Rw(i,o)}),super.addEnv("",n,"env")}loadPrefix(){let e=this.list[0];Object.defineProperty(this,"prefix",{enumerable:!0,set:r=>{let i=this.get("global");this[i?"globalPrefix":"localPrefix"]=r},get:()=>this.get("global")?this.globalPrefix:this.localPrefix}),Object.defineProperty(this,"globalPrefix",{enumerable:!0,set:r=>{this.set("prefix",r)},get:()=>nc.resolve(this.get("prefix"))});let n;if(Object.defineProperty(this,"localPrefix",{enumerable:!0,set:r=>{n=r},get:()=>n}),Object.prototype.hasOwnProperty.call(e,"prefix"))n=nc.resolve(e.prefix);else try{n=rc.findPrefix(process.cwd())}catch(r){throw r}return n}loadCAFile(e){if(!e)return;let n=Sw(e);n&&this.set("ca",n)}loadUser(){let e=this.root;if(this.get("global"))return;if(process.env.SUDO_UID){e.user=Number(process.env.SUDO_UID);return}let n=nc.resolve(this.get("prefix"));try{let r=B0.statSync(n);e.user=r.uid}catch(r){if(r.code==="ENOENT")return;throw r}}};function Rw(t,e){function n(r){let i=`
46
46
 
47
- `;return r.indexOf(i)?r.split(i):r.split(",")}switch(t){case"hoist-pattern":case"public-hoist-pattern":return n(e)}return e}B0.exports=rc});var k0=x($0=>{"use strict";var R0=P("os"),St=P("path"),T0=R0.tmpdir(),$w=process.getuid?process.getuid():process.pid,kw=()=>!0,_0=process.platform==="win32",O0={editor:()=>process.env.EDITOR||process.env.VISUAL||(_0?"notepad.exe":"vi"),shell:()=>_0?process.env.COMSPEC||"cmd.exe":process.env.SHELL||"/bin/bash"},Iw={fromString:()=>process.umask()},Qn=R0.homedir();Qn?process.env.HOME=Qn:Qn=St.resolve(T0,"npm-"+$w);var jw=process.platform==="win32"?"npm-cache":".npm",Nw=process.platform==="win32"&&process.env.APPDATA||Qn,Lw=St.resolve(Nw,jw),Ts,Dn;Object.defineProperty($0,"defaults",{get:function(){return Ts||(process.env.PREFIX?Dn=process.env.PREFIX:process.platform==="win32"?Dn=St.dirname(process.execPath):(Dn=St.dirname(St.dirname(process.execPath)),process.env.DESTDIR&&(Dn=St.join(process.env.DESTDIR,Dn))),Ts={access:null,"allow-same-version":!1,"always-auth":!1,also:null,audit:!0,"auth-type":"legacy","bin-links":!0,browser:null,ca:null,cafile:null,cache:Lw,"cache-lock-stale":6e4,"cache-lock-retries":10,"cache-lock-wait":1e4,"cache-max":1/0,"cache-min":10,cert:null,cidr:null,color:process.env.NO_COLOR==null,depth:1/0,description:!0,dev:!1,"dry-run":!1,editor:O0.editor(),"engine-strict":!1,force:!1,"fetch-retries":2,"fetch-retry-factor":10,"fetch-retry-mintimeout":1e4,"fetch-retry-maxtimeout":6e4,git:"git","git-tag-version":!0,"commit-hooks":!0,global:!1,globalconfig:St.resolve(Dn,"etc","npmrc"),"global-style":!1,group:process.platform==="win32"?0:process.env.SUDO_GID||process.getgid&&process.getgid(),"ham-it-up":!1,heading:"npm","if-present":!1,"ignore-prepublish":!1,"ignore-scripts":!1,"init-module":St.resolve(Qn,".npm-init.js"),"init-author-name":"","init-author-email":"","init-author-url":"","init-version":"1.0.0","init-license":"ISC",json:!1,key:null,"legacy-bundling":!1,link:!1,"local-address":void 0,loglevel:"notice",logstream:process.stderr,"logs-max":10,long:!1,maxsockets:50,message:"%s","metrics-registry":null,"node-options":null,offline:!1,"onload-script":!1,only:null,optional:!0,otp:null,"package-lock":!0,"package-lock-only":!1,parseable:!1,"prefer-offline":!1,"prefer-online":!1,prefix:Dn,production:!1,progress:!process.env.TRAVIS&&!process.env.CI,provenance:!1,proxy:null,"https-proxy":null,"no-proxy":null,"user-agent":"npm/{npm-version} node/{node-version} {platform} {arch}","read-only":!1,"rebuild-bundle":!0,registry:"https://registry.npmjs.org/",rollback:!0,save:!0,"save-bundle":!1,"save-dev":!1,"save-exact":!1,"save-optional":!1,"save-prefix":"^","save-prod":!1,scope:"","script-shell":null,"scripts-prepend-node-path":"warn-only",searchopts:"",searchexclude:null,searchlimit:20,searchstaleness:15*60,"send-metrics":!1,shell:O0.shell(),shrinkwrap:!0,"sign-git-tag":!1,"sso-poll-frequency":500,"sso-type":"oauth","strict-ssl":!0,tag:"latest","tag-version-prefix":"v",timing:!1,tmp:T0,unicode:kw(),"unsafe-perm":process.platform==="win32"||process.platform==="cygwin"||!(process.getuid&&process.setuid&&process.getgid&&process.setgid)||process.getuid()!==0,usage:!1,user:process.platform==="win32"?0:"nobody",userconfig:St.resolve(Qn,".npmrc"),umask:process.umask?process.umask():Iw.fromString("022"),version:!1,versions:!1,viewer:process.platform==="win32"?"browser":"man",_exit:!0},Ts)}})});var j0=x((Pj,ic)=>{"use strict";var dn=P("path"),Pw=S0(),I0=k0();ic.exports=(t,e,n)=>{let r=new Pw(Object.assign({},I0.defaults,n),e);r.add(Object.assign({},t),"cli");let i=[],o=!1;if(P.resolve.paths){let c=P.resolve.paths("npm"),u;try{u=P.resolve("npm",{paths:c.slice(-1)})}catch{o=!0}u&&i.push(r.addFile(dn.resolve(dn.dirname(u),"..","npmrc"),"builtin"))}r.addEnv(),r.loadPrefix();let s=dn.resolve(r.localPrefix,".npmrc"),a=r.get("userconfig");if(!r.get("global")&&s!==a?i.push(r.addFile(s,"project")):r.add({},"project"),r.get("workspace-prefix")&&r.get("workspace-prefix")!==s){let c=dn.resolve(r.get("workspace-prefix"),".npmrc");i.push(r.addFile(c,"workspace"))}if(i.push(r.addFile(r.get("userconfig"),"user")),r.get("prefix")){let c=dn.resolve(r.get("prefix"),"etc");r.root.globalconfig=dn.resolve(c,"npmrc"),r.root.globalignorefile=dn.resolve(c,"npmignore")}i.push(r.addFile(r.get("globalconfig"),"global")),r.loadUser();let l=r.get("cafile");return l&&r.loadCAFile(l),{config:r,warnings:i.filter(Boolean),failedToLoadBuiltInConfig:o}};Object.defineProperty(ic.exports,"defaults",{get(){return I0.defaults},enumerable:!0})});var W0=x((Mj,H0)=>{var N0=j0(),L0=":_authToken",P0=":_auth",q0=":username",M0=":_password";H0.exports=function(){let e,n;arguments.length>=2?(e=arguments[0],n=Object.assign({},arguments[1])):typeof arguments[0]=="string"?e=arguments[0]:n=Object.assign({},arguments[0]),n=n||{};let r=n.npmrc;return n.npmrc=(n.npmrc?{config:{get:i=>r[i]}}:N0()).config,e=e||n.npmrc.get("registry")||N0.defaults.registry,U0(e,n)||Mw(n.npmrc)};function qw(t,e){let n=new URL(e,new URL(t.startsWith("//")?`./${t}`:t,"resolve://"));if(n.protocol==="resolve:"){let{pathname:r,search:i,hash:o}=n;return r+i+o}return n.toString()}function U0(t,e){let n=t instanceof URL?t:new URL(t.startsWith("//")?`http:${t}`:t),r;for(;r!=="/"&&n.pathname!==r;){r=n.pathname||"/";let i="//"+n.host+r.replace(/\/$/,""),o=Hw(i,e.npmrc);if(o)return o;if(!e.recursive)return/\/$/.test(t)?void 0:U0(new URL("./",n),e);n.pathname=qw(Uw(r),"..")||"/"}}function Mw(t){return t.get("_auth")?{token:$s(t.get("_auth")),type:"Basic"}:void 0}function Uw(t){return t[t.length-1]==="/"?t:t+"/"}function Hw(t,e){let n=Ww(e.get(t+L0)||e.get(t+"/"+L0));if(n)return n;let r=e.get(t+q0)||e.get(t+"/"+q0),i=e.get(t+M0)||e.get(t+"/"+M0),o=zw(r,i);if(o)return o;let s=Gw(e.get(t+P0)||e.get(t+"/"+P0));if(s)return s}function $s(t){return t.replace(/^\$\{?([^}]*)\}?$/,function(e,n){return process.env[n]})}function Ww(t){return t?{token:$s(t),type:"Bearer"}:void 0}function zw(t,e){if(!t||!e)return;let n=Buffer.from($s(e),"base64").toString("utf8");return{token:Buffer.from(t+":"+n,"utf8").toString("base64"),type:"Basic",password:n,username:t}}function Gw(t){return t?{token:$s(t),type:"Basic"}:void 0}});var G0=x((Uj,z0)=>{"use strict";var Vw=Lt(),Yw=(t,e)=>{let n=Vw(t,e);return n?n.version:null};z0.exports=Yw});var Y0=x((Hj,V0)=>{"use strict";var Kw=Lt(),Jw=(t,e)=>{let n=Kw(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null};V0.exports=Jw});var X0=x((Wj,J0)=>{"use strict";var K0=_e(),Xw=(t,e,n,r,i)=>{typeof n=="string"&&(i=r,r=n,n=void 0);try{return new K0(t instanceof K0?t.version:t,n).inc(e,r,i).version}catch{return null}};J0.exports=Xw});var Q0=x((zj,Z0)=>{"use strict";var Zw=_e(),Qw=(t,e)=>new Zw(t,e).major;Z0.exports=Qw});var tx=x((Gj,ex)=>{"use strict";var e6=_e(),t6=(t,e)=>new e6(t,e).minor;ex.exports=t6});var rx=x((Vj,nx)=>{"use strict";var n6=_e(),r6=(t,e)=>new n6(t,e).patch;nx.exports=r6});var sx=x((Yj,ix)=>{"use strict";var i6=Lt(),s6=(t,e)=>{let n=i6(t,e);return n&&n.prerelease.length?n.prerelease:null};ix.exports=s6});var ax=x((Kj,ox)=>{"use strict";var o6=it(),a6=(t,e,n)=>o6(e,t,n);ox.exports=a6});var cx=x((Jj,ux)=>{"use strict";var u6=it(),c6=(t,e)=>u6(t,e,!0);ux.exports=c6});var ks=x((Xj,px)=>{"use strict";var lx=_e(),l6=(t,e,n)=>{let r=new lx(t,n),i=new lx(e,n);return r.compare(i)||r.compareBuild(i)};px.exports=l6});var dx=x((Zj,Dx)=>{"use strict";var p6=ks(),D6=(t,e)=>t.sort((n,r)=>p6(n,r,e));Dx.exports=D6});var fx=x((Qj,mx)=>{"use strict";var d6=ks(),m6=(t,e)=>t.sort((n,r)=>d6(r,n,e));mx.exports=m6});var Is=x((eN,hx)=>{"use strict";var f6=it(),h6=(t,e,n)=>f6(t,e,n)<0;hx.exports=h6});var sc=x((tN,gx)=>{"use strict";var g6=it(),x6=(t,e,n)=>g6(t,e,n)===0;gx.exports=x6});var oc=x((nN,xx)=>{"use strict";var F6=it(),E6=(t,e,n)=>F6(t,e,n)!==0;xx.exports=E6});var js=x((rN,Fx)=>{"use strict";var C6=it(),v6=(t,e,n)=>C6(t,e,n)>=0;Fx.exports=v6});var Ns=x((iN,Ex)=>{"use strict";var b6=it(),y6=(t,e,n)=>b6(t,e,n)<=0;Ex.exports=y6});var ac=x((sN,Cx)=>{"use strict";var w6=sc(),A6=oc(),B6=Wn(),S6=js(),_6=Is(),O6=Ns(),R6=(t,e,n,r)=>{switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t===n;case"!==":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t!==n;case"":case"=":case"==":return w6(t,n,r);case"!=":return A6(t,n,r);case">":return B6(t,n,r);case">=":return S6(t,n,r);case"<":return _6(t,n,r);case"<=":return O6(t,n,r);default:throw new TypeError(`Invalid operator: ${e}`)}};Cx.exports=R6});var bx=x((oN,vx)=>{"use strict";var T6=_e(),$6=Lt(),{safeRe:Ls,t:Ps}=Hn(),k6=(t,e)=>{if(t instanceof T6)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};let n=null;if(!e.rtl)n=t.match(e.includePrerelease?Ls[Ps.COERCEFULL]:Ls[Ps.COERCE]);else{let l=e.includePrerelease?Ls[Ps.COERCERTLFULL]:Ls[Ps.COERCERTL],c;for(;(c=l.exec(t))&&(!n||n.index+n[0].length!==t.length);)(!n||c.index+c[0].length!==n.index+n[0].length)&&(n=c),l.lastIndex=c.index+c[1].length+c[2].length;l.lastIndex=-1}if(n===null)return null;let r=n[2],i=n[3]||"0",o=n[4]||"0",s=e.includePrerelease&&n[5]?`-${n[5]}`:"",a=e.includePrerelease&&n[6]?`+${n[6]}`:"";return $6(`${r}.${i}.${o}${s}${a}`,e)};vx.exports=k6});var wx=x((aN,yx)=>{"use strict";var I6=Lt(),j6=Un(),N6=_e(),L6=(t,e,n)=>{if(!j6.RELEASE_TYPES.includes(e))return null;let r=P6(t,n);return r&&q6(r,e)},P6=(t,e)=>{let n=t instanceof N6?t.version:t;return I6(n,e)},q6=(t,e)=>{if(M6(e))return t.version;switch(t.prerelease=[],e){case"major":t.minor=0,t.patch=0;break;case"minor":t.patch=0;break}return t.format()},M6=t=>t.startsWith("pre");yx.exports=L6});var Bx=x((uN,Ax)=>{"use strict";var uc=class{constructor(){this.max=1e3,this.map=new Map}get(e){let n=this.map.get(e);if(n!==void 0)return this.map.delete(e),this.map.set(e,n),n}delete(e){return this.map.delete(e)}set(e,n){if(!this.delete(e)&&n!==void 0){if(this.map.size>=this.max){let i=this.map.keys().next().value;this.delete(i)}this.map.set(e,n)}return this}};Ax.exports=uc});var st=x((cN,Rx)=>{"use strict";var U6=/\s+/g,cc=class t{constructor(e,n){if(n=W6(n),e instanceof t)return e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease?e:new t(e.raw,n);if(e instanceof lc)return this.raw=e.value,this.set=[[e]],this.formatted=void 0,this;if(this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease,this.raw=e.trim().replace(U6," "),this.set=this.raw.split("||").map(r=>this.parseRange(r.trim())).filter(r=>r.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let r=this.set[0];if(this.set=this.set.filter(i=>!_x(i[0])),this.set.length===0)this.set=[r];else if(this.set.length>1){for(let i of this.set)if(i.length===1&&Q6(i[0])){this.set=[i];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let e=0;e<this.set.length;e++){e>0&&(this.formatted+="||");let n=this.set[e];for(let r=0;r<n.length;r++)r>0&&(this.formatted+=" "),this.formatted+=n[r].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){e=e.replace(Z6,"");let r=((this.options.includePrerelease&&J6)|(this.options.loose&&X6))+":"+e,i=Sx.get(r);if(i)return i;let o=this.options.loose,s=o?Pe[Re.HYPHENRANGELOOSE]:Pe[Re.HYPHENRANGE];e=e.replace(s,cA(this.options.includePrerelease)),ne("hyphen replace",e),e=e.replace(Pe[Re.COMPARATORTRIM],V6),ne("comparator trim",e),e=e.replace(Pe[Re.TILDETRIM],Y6),ne("tilde trim",e),e=e.replace(Pe[Re.CARETTRIM],K6),ne("caret trim",e);let a=e.split(" ").map(p=>eA(p,this.options)).join(" ").split(/\s+/).map(p=>uA(p,this.options));o&&(a=a.filter(p=>(ne("loose invalid filter",p,this.options),!!p.match(Pe[Re.COMPARATORLOOSE])))),ne("range list",a);let l=new Map,c=a.map(p=>new lc(p,this.options));for(let p of c){if(_x(p))return[p];l.set(p.value,p)}l.size>1&&l.has("")&&l.delete("");let u=[...l.values()];return Sx.set(r,u),u}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Range is required");return this.set.some(r=>Ox(r,n)&&e.set.some(i=>Ox(i,n)&&r.every(o=>i.every(s=>o.intersects(s,n)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new z6(e,this.options)}catch{return!1}for(let n=0;n<this.set.length;n++)if(lA(this.set[n],e,this.options))return!0;return!1}};Rx.exports=cc;var H6=Bx(),Sx=new H6,W6=Ds(),lc=Gr(),ne=Nr(),z6=_e(),{safeRe:Pe,src:G6,t:Re,comparatorTrimReplace:V6,tildeTrimReplace:Y6,caretTrimReplace:K6}=Hn(),{FLAG_INCLUDE_PRERELEASE:J6,FLAG_LOOSE:X6}=Un(),Z6=new RegExp(G6[Re.BUILD],"g"),_x=t=>t.value==="<0.0.0-0",Q6=t=>t.value==="",Ox=(t,e)=>{let n=!0,r=t.slice(),i=r.pop();for(;n&&r.length;)n=r.every(o=>i.intersects(o,e)),i=r.pop();return n},eA=(t,e)=>(t=t.replace(Pe[Re.BUILD],""),ne("comp",t,e),t=rA(t,e),ne("caret",t),t=tA(t,e),ne("tildes",t),t=sA(t,e),ne("xrange",t),t=aA(t,e),ne("stars",t),t),qe=t=>!t||t.toLowerCase()==="x"||t==="*",tA=(t,e)=>t.trim().split(/\s+/).map(n=>nA(n,e)).join(" "),nA=(t,e)=>{let n=e.loose?Pe[Re.TILDELOOSE]:Pe[Re.TILDE];return t.replace(n,(r,i,o,s,a)=>{ne("tilde",t,r,i,o,s,a);let l;return qe(i)?l="":qe(o)?l=`>=${i}.0.0 <${+i+1}.0.0-0`:qe(s)?l=`>=${i}.${o}.0 <${i}.${+o+1}.0-0`:a?(ne("replaceTilde pr",a),l=`>=${i}.${o}.${s}-${a} <${i}.${+o+1}.0-0`):l=`>=${i}.${o}.${s} <${i}.${+o+1}.0-0`,ne("tilde return",l),l})},rA=(t,e)=>t.trim().split(/\s+/).map(n=>iA(n,e)).join(" "),iA=(t,e)=>{ne("caret",t,e);let n=e.loose?Pe[Re.CARETLOOSE]:Pe[Re.CARET],r=e.includePrerelease?"-0":"";return t.replace(n,(i,o,s,a,l)=>{ne("caret",t,i,o,s,a,l);let c;return qe(o)?c="":qe(s)?c=`>=${o}.0.0${r} <${+o+1}.0.0-0`:qe(a)?o==="0"?c=`>=${o}.${s}.0${r} <${o}.${+s+1}.0-0`:c=`>=${o}.${s}.0${r} <${+o+1}.0.0-0`:l?(ne("replaceCaret pr",l),o==="0"?s==="0"?c=`>=${o}.${s}.${a}-${l} <${o}.${s}.${+a+1}-0`:c=`>=${o}.${s}.${a}-${l} <${o}.${+s+1}.0-0`:c=`>=${o}.${s}.${a}-${l} <${+o+1}.0.0-0`):(ne("no pr"),o==="0"?s==="0"?c=`>=${o}.${s}.${a}${r} <${o}.${s}.${+a+1}-0`:c=`>=${o}.${s}.${a}${r} <${o}.${+s+1}.0-0`:c=`>=${o}.${s}.${a} <${+o+1}.0.0-0`),ne("caret return",c),c})},sA=(t,e)=>(ne("replaceXRanges",t,e),t.split(/\s+/).map(n=>oA(n,e)).join(" ")),oA=(t,e)=>{t=t.trim();let n=e.loose?Pe[Re.XRANGELOOSE]:Pe[Re.XRANGE];return t.replace(n,(r,i,o,s,a,l)=>{ne("xRange",t,r,i,o,s,a,l);let c=qe(o),u=c||qe(s),p=u||qe(a),m=p;return i==="="&&m&&(i=""),l=e.includePrerelease?"-0":"",c?i===">"||i==="<"?r="<0.0.0-0":r="*":i&&m?(u&&(s=0),a=0,i===">"?(i=">=",u?(o=+o+1,s=0,a=0):(s=+s+1,a=0)):i==="<="&&(i="<",u?o=+o+1:s=+s+1),i==="<"&&(l="-0"),r=`${i+o}.${s}.${a}${l}`):u?r=`>=${o}.0.0${l} <${+o+1}.0.0-0`:p&&(r=`>=${o}.${s}.0${l} <${o}.${+s+1}.0-0`),ne("xRange return",r),r})},aA=(t,e)=>(ne("replaceStars",t,e),t.trim().replace(Pe[Re.STAR],"")),uA=(t,e)=>(ne("replaceGTE0",t,e),t.trim().replace(Pe[e.includePrerelease?Re.GTE0PRE:Re.GTE0],"")),cA=t=>(e,n,r,i,o,s,a,l,c,u,p,m)=>(qe(r)?n="":qe(i)?n=`>=${r}.0.0${t?"-0":""}`:qe(o)?n=`>=${r}.${i}.0${t?"-0":""}`:s?n=`>=${n}`:n=`>=${n}${t?"-0":""}`,qe(c)?l="":qe(u)?l=`<${+c+1}.0.0-0`:qe(p)?l=`<${c}.${+u+1}.0-0`:m?l=`<=${c}.${u}.${p}-${m}`:t?l=`<${c}.${u}.${+p+1}-0`:l=`<=${l}`,`${n} ${l}`.trim()),lA=(t,e,n)=>{for(let r=0;r<t.length;r++)if(!t[r].test(e))return!1;if(e.prerelease.length&&!n.includePrerelease){for(let r=0;r<t.length;r++)if(ne(t[r].semver),t[r].semver!==lc.ANY&&t[r].semver.prerelease.length>0){let i=t[r].semver;if(i.major===e.major&&i.minor===e.minor&&i.patch===e.patch)return!0}return!1}return!0}});var Gr=x((lN,Nx)=>{"use strict";var Vr=Symbol("SemVer ANY"),dc=class t{static get ANY(){return Vr}constructor(e,n){if(n=Tx(n),e instanceof t){if(e.loose===!!n.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),Dc("comparator",e,n),this.options=n,this.loose=!!n.loose,this.parse(e),this.semver===Vr?this.value="":this.value=this.operator+this.semver.version,Dc("comp",this)}parse(e){let n=this.options.loose?$x[kx.COMPARATORLOOSE]:$x[kx.COMPARATOR],r=e.match(n);if(!r)throw new TypeError(`Invalid comparator: ${e}`);this.operator=r[1]!==void 0?r[1]:"",this.operator==="="&&(this.operator=""),r[2]?this.semver=new Ix(r[2],this.options.loose):this.semver=Vr}toString(){return this.value}test(e){if(Dc("Comparator.test",e,this.options.loose),this.semver===Vr||e===Vr)return!0;if(typeof e=="string")try{e=new Ix(e,this.options)}catch{return!1}return pc(e,this.operator,this.semver,this.options)}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new jx(e.value,n).test(this.value):e.operator===""?e.value===""?!0:new jx(this.value,n).test(e.semver):(n=Tx(n),n.includePrerelease&&(this.value==="<0.0.0-0"||e.value==="<0.0.0-0")||!n.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&e.operator.startsWith(">")||this.operator.startsWith("<")&&e.operator.startsWith("<")||this.semver.version===e.semver.version&&this.operator.includes("=")&&e.operator.includes("=")||pc(this.semver,"<",e.semver,n)&&this.operator.startsWith(">")&&e.operator.startsWith("<")||pc(this.semver,">",e.semver,n)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))}};Nx.exports=dc;var Tx=Ds(),{safeRe:$x,t:kx}=Hn(),pc=ac(),Dc=Nr(),Ix=_e(),jx=st()});var Yr=x((pN,Lx)=>{"use strict";var pA=st(),DA=(t,e,n)=>{try{e=new pA(e,n)}catch{return!1}return e.test(t)};Lx.exports=DA});var qx=x((DN,Px)=>{"use strict";var dA=st(),mA=(t,e)=>new dA(t,e).set.map(n=>n.map(r=>r.value).join(" ").trim().split(" "));Px.exports=mA});var Ux=x((dN,Mx)=>{"use strict";var fA=_e(),hA=st(),gA=(t,e,n)=>{let r=null,i=null,o=null;try{o=new hA(e,n)}catch{return null}return t.forEach(s=>{o.test(s)&&(!r||i.compare(s)===-1)&&(r=s,i=new fA(r,n))}),r};Mx.exports=gA});var Wx=x((mN,Hx)=>{"use strict";var xA=_e(),FA=st(),EA=(t,e,n)=>{let r=null,i=null,o=null;try{o=new FA(e,n)}catch{return null}return t.forEach(s=>{o.test(s)&&(!r||i.compare(s)===1)&&(r=s,i=new xA(r,n))}),r};Hx.exports=EA});var Vx=x((fN,Gx)=>{"use strict";var mc=_e(),CA=st(),zx=Wn(),vA=(t,e)=>{t=new CA(t,e);let n=new mc("0.0.0");if(t.test(n)||(n=new mc("0.0.0-0"),t.test(n)))return n;n=null;for(let r=0;r<t.set.length;++r){let i=t.set[r],o=null;i.forEach(s=>{let a=new mc(s.semver.version);switch(s.operator){case">":a.prerelease.length===0?a.patch++:a.prerelease.push(0),a.raw=a.format();case"":case">=":(!o||zx(a,o))&&(o=a);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${s.operator}`)}}),o&&(!n||zx(n,o))&&(n=o)}return n&&t.test(n)?n:null};Gx.exports=vA});var Kx=x((hN,Yx)=>{"use strict";var bA=st(),yA=(t,e)=>{try{return new bA(t,e).range||"*"}catch{return null}};Yx.exports=yA});var qs=x((gN,Qx)=>{"use strict";var wA=_e(),Zx=Gr(),{ANY:AA}=Zx,BA=st(),SA=Yr(),Jx=Wn(),Xx=Is(),_A=Ns(),OA=js(),RA=(t,e,n,r)=>{t=new wA(t,r),e=new BA(e,r);let i,o,s,a,l;switch(n){case">":i=Jx,o=_A,s=Xx,a=">",l=">=";break;case"<":i=Xx,o=OA,s=Jx,a="<",l="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(SA(t,e,r))return!1;for(let c=0;c<e.set.length;++c){let u=e.set[c],p=null,m=null;if(u.forEach(D=>{D.semver===AA&&(D=new Zx(">=0.0.0")),p=p||D,m=m||D,i(D.semver,p.semver,r)?p=D:s(D.semver,m.semver,r)&&(m=D)}),p.operator===a||p.operator===l||(!m.operator||m.operator===a)&&o(t,m.semver))return!1;if(m.operator===l&&s(t,m.semver))return!1}return!0};Qx.exports=RA});var tF=x((xN,eF)=>{"use strict";var TA=qs(),$A=(t,e,n)=>TA(t,e,">",n);eF.exports=$A});var rF=x((FN,nF)=>{"use strict";var kA=qs(),IA=(t,e,n)=>kA(t,e,"<",n);nF.exports=IA});var oF=x((EN,sF)=>{"use strict";var iF=st(),jA=(t,e,n)=>(t=new iF(t,n),e=new iF(e,n),t.intersects(e,n));sF.exports=jA});var uF=x((CN,aF)=>{"use strict";var NA=Yr(),LA=it();aF.exports=(t,e,n)=>{let r=[],i=null,o=null,s=t.sort((u,p)=>LA(u,p,n));for(let u of s)NA(u,e,n)?(o=u,i||(i=u)):(o&&r.push([i,o]),o=null,i=null);i&&r.push([i,null]);let a=[];for(let[u,p]of r)u===p?a.push(u):!p&&u===s[0]?a.push("*"):p?u===s[0]?a.push(`<=${p}`):a.push(`${u} - ${p}`):a.push(`>=${u}`);let l=a.join(" || "),c=typeof e.raw=="string"?e.raw:String(e);return l.length<c.length?l:e}});var mF=x((vN,dF)=>{"use strict";var cF=st(),gc=Gr(),{ANY:fc}=gc,hc=Yr(),xc=it(),PA=(t,e,n={})=>{if(t===e)return!0;t=new cF(t,n),e=new cF(e,n);let r=!1;e:for(let i of t.set){for(let o of e.set){let s=MA(i,o,n);if(r=r||s!==null,s)continue e}if(r)return!1}return!0},qA=[new gc(">=0.0.0-0")],lF=[new gc(">=0.0.0")],MA=(t,e,n)=>{if(t===e)return!0;if(t.length===1&&t[0].semver===fc){if(e.length===1&&e[0].semver===fc)return!0;n.includePrerelease?t=qA:t=lF}if(e.length===1&&e[0].semver===fc){if(n.includePrerelease)return!0;e=lF}let r=new Set,i,o;for(let D of t)D.operator===">"||D.operator===">="?i=pF(i,D,n):D.operator==="<"||D.operator==="<="?o=DF(o,D,n):r.add(D.semver);if(r.size>1)return null;let s;if(i&&o){if(s=xc(i.semver,o.semver,n),s>0)return null;if(s===0&&(i.operator!==">="||o.operator!=="<="))return null}for(let D of r){if(i&&!hc(D,String(i),n)||o&&!hc(D,String(o),n))return null;for(let d of e)if(!hc(D,String(d),n))return!1;return!0}let a,l,c,u,p=o&&!n.includePrerelease&&o.semver.prerelease.length?o.semver:!1,m=i&&!n.includePrerelease&&i.semver.prerelease.length?i.semver:!1;p&&p.prerelease.length===1&&o.operator==="<"&&p.prerelease[0]===0&&(p=!1);for(let D of e){if(u=u||D.operator===">"||D.operator===">=",c=c||D.operator==="<"||D.operator==="<=",i){if(m&&D.semver.prerelease&&D.semver.prerelease.length&&D.semver.major===m.major&&D.semver.minor===m.minor&&D.semver.patch===m.patch&&(m=!1),D.operator===">"||D.operator===">="){if(a=pF(i,D,n),a===D&&a!==i)return!1}else if(i.operator===">="&&!D.test(i.semver))return!1}if(o){if(p&&D.semver.prerelease&&D.semver.prerelease.length&&D.semver.major===p.major&&D.semver.minor===p.minor&&D.semver.patch===p.patch&&(p=!1),D.operator==="<"||D.operator==="<="){if(l=DF(o,D,n),l===D&&l!==o)return!1}else if(o.operator==="<="&&!D.test(o.semver))return!1}if(!D.operator&&(o||i)&&s!==0)return!1}return!(i&&c&&!o&&s!==0||o&&u&&!i&&s!==0||m||p)},pF=(t,e,n)=>{if(!t)return e;let r=xc(t.semver,e.semver,n);return r>0?t:r<0||e.operator===">"&&t.operator===">="?e:t},DF=(t,e,n)=>{if(!t)return e;let r=xc(t.semver,e.semver,n);return r<0?t:r>0||e.operator==="<"&&t.operator==="<="?e:t};dF.exports=PA});var xF=x((bN,gF)=>{"use strict";var Fc=Hn(),fF=Un(),UA=_e(),hF=Tu(),HA=Lt(),WA=G0(),zA=Y0(),GA=X0(),VA=Iu(),YA=Q0(),KA=tx(),JA=rx(),XA=sx(),ZA=it(),QA=ax(),eB=cx(),tB=ks(),nB=dx(),rB=fx(),iB=Wn(),sB=Is(),oB=sc(),aB=oc(),uB=js(),cB=Ns(),lB=ac(),pB=bx(),DB=wx(),dB=Gr(),mB=st(),fB=Yr(),hB=qx(),gB=Ux(),xB=Wx(),FB=Vx(),EB=Kx(),CB=qs(),vB=tF(),bB=rF(),yB=oF(),wB=uF(),AB=mF();gF.exports={parse:HA,valid:WA,clean:zA,inc:GA,diff:VA,major:YA,minor:KA,patch:JA,prerelease:XA,compare:ZA,rcompare:QA,compareLoose:eB,compareBuild:tB,sort:nB,rsort:rB,gt:iB,lt:sB,eq:oB,neq:aB,gte:uB,lte:cB,cmp:lB,coerce:pB,truncate:DB,Comparator:dB,Range:mB,satisfies:fB,toComparators:hB,maxSatisfying:gB,minSatisfying:xB,minVersion:FB,validRange:EB,outside:CB,gtr:vB,ltr:bB,intersects:yB,simplifyRange:wB,subset:AB,SemVer:UA,re:Fc.re,src:Fc.src,tokens:Fc.t,SEMVER_SPEC_VERSION:fF.SEMVER_SPEC_VERSION,RELEASE_TYPES:fF.RELEASE_TYPES,compareIdentifiers:hF.compareIdentifiers,rcompareIdentifiers:hF.rcompareIdentifiers}});var BF=x(($N,AF)=>{var{hasOwnProperty:yc}=Object.prototype,wc=(t,e={})=>{typeof e=="string"&&(e={section:e}),e.align=e.align===!0,e.newline=e.newline===!0,e.sort=e.sort===!0,e.whitespace=e.whitespace===!0||e.align===!0,e.platform=e.platform||typeof process<"u"&&process.platform,e.bracketedArray=e.bracketedArray!==!1;let n=e.platform==="win32"?`\r
47
+ `;return r.indexOf(i)?r.split(i):r.split(",")}switch(t){case"hoist-pattern":case"public-hoist-pattern":return n(e)}return e}S0.exports=ic});var I0=x(k0=>{"use strict";var T0=L("os"),St=L("path"),$0=T0.tmpdir(),Tw=process.getuid?process.getuid():process.pid,$w=()=>!0,O0=process.platform==="win32",R0={editor:()=>process.env.EDITOR||process.env.VISUAL||(O0?"notepad.exe":"vi"),shell:()=>O0?process.env.COMSPEC||"cmd.exe":process.env.SHELL||"/bin/bash"},kw={fromString:()=>process.umask()},er=T0.homedir();er?process.env.HOME=er:er=St.resolve($0,"npm-"+Tw);var Iw=process.platform==="win32"?"npm-cache":".npm",jw=process.platform==="win32"&&process.env.APPDATA||er,Nw=St.resolve(jw,Iw),ks,Dn;Object.defineProperty(k0,"defaults",{get:function(){return ks||(process.env.PREFIX?Dn=process.env.PREFIX:process.platform==="win32"?Dn=St.dirname(process.execPath):(Dn=St.dirname(St.dirname(process.execPath)),process.env.DESTDIR&&(Dn=St.join(process.env.DESTDIR,Dn))),ks={access:null,"allow-same-version":!1,"always-auth":!1,also:null,audit:!0,"auth-type":"legacy","bin-links":!0,browser:null,ca:null,cafile:null,cache:Nw,"cache-lock-stale":6e4,"cache-lock-retries":10,"cache-lock-wait":1e4,"cache-max":1/0,"cache-min":10,cert:null,cidr:null,color:process.env.NO_COLOR==null,depth:1/0,description:!0,dev:!1,"dry-run":!1,editor:R0.editor(),"engine-strict":!1,force:!1,"fetch-retries":2,"fetch-retry-factor":10,"fetch-retry-mintimeout":1e4,"fetch-retry-maxtimeout":6e4,git:"git","git-tag-version":!0,"commit-hooks":!0,global:!1,globalconfig:St.resolve(Dn,"etc","npmrc"),"global-style":!1,group:process.platform==="win32"?0:process.env.SUDO_GID||process.getgid&&process.getgid(),"ham-it-up":!1,heading:"npm","if-present":!1,"ignore-prepublish":!1,"ignore-scripts":!1,"init-module":St.resolve(er,".npm-init.js"),"init-author-name":"","init-author-email":"","init-author-url":"","init-version":"1.0.0","init-license":"ISC",json:!1,key:null,"legacy-bundling":!1,link:!1,"local-address":void 0,loglevel:"notice",logstream:process.stderr,"logs-max":10,long:!1,maxsockets:50,message:"%s","metrics-registry":null,"node-options":null,offline:!1,"onload-script":!1,only:null,optional:!0,otp:null,"package-lock":!0,"package-lock-only":!1,parseable:!1,"prefer-offline":!1,"prefer-online":!1,prefix:Dn,production:!1,progress:!process.env.TRAVIS&&!process.env.CI,provenance:!1,proxy:null,"https-proxy":null,"no-proxy":null,"user-agent":"npm/{npm-version} node/{node-version} {platform} {arch}","read-only":!1,"rebuild-bundle":!0,registry:"https://registry.npmjs.org/",rollback:!0,save:!0,"save-bundle":!1,"save-dev":!1,"save-exact":!1,"save-optional":!1,"save-prefix":"^","save-prod":!1,scope:"","script-shell":null,"scripts-prepend-node-path":"warn-only",searchopts:"",searchexclude:null,searchlimit:20,searchstaleness:15*60,"send-metrics":!1,shell:R0.shell(),shrinkwrap:!0,"sign-git-tag":!1,"sso-poll-frequency":500,"sso-type":"oauth","strict-ssl":!0,tag:"latest","tag-version-prefix":"v",timing:!1,tmp:$0,unicode:$w(),"unsafe-perm":process.platform==="win32"||process.platform==="cygwin"||!(process.getuid&&process.setuid&&process.getgid&&process.setgid)||process.getuid()!==0,usage:!1,user:process.platform==="win32"?0:"nobody",userconfig:St.resolve(er,".npmrc"),umask:process.umask?process.umask():kw.fromString("022"),version:!1,versions:!1,viewer:process.platform==="win32"?"browser":"man",_exit:!0},ks)}})});var N0=x((Pj,sc)=>{"use strict";var dn=L("path"),Pw=_0(),j0=I0();sc.exports=(t,e,n)=>{let r=new Pw(Object.assign({},j0.defaults,n),e);r.add(Object.assign({},t),"cli");let i=[],o=!1;if(L.resolve.paths){let c=L.resolve.paths("npm"),u;try{u=L.resolve("npm",{paths:c.slice(-1)})}catch{o=!0}u&&i.push(r.addFile(dn.resolve(dn.dirname(u),"..","npmrc"),"builtin"))}r.addEnv(),r.loadPrefix();let s=dn.resolve(r.localPrefix,".npmrc"),a=r.get("userconfig");if(!r.get("global")&&s!==a?i.push(r.addFile(s,"project")):r.add({},"project"),r.get("workspace-prefix")&&r.get("workspace-prefix")!==s){let c=dn.resolve(r.get("workspace-prefix"),".npmrc");i.push(r.addFile(c,"workspace"))}if(i.push(r.addFile(r.get("userconfig"),"user")),r.get("prefix")){let c=dn.resolve(r.get("prefix"),"etc");r.root.globalconfig=dn.resolve(c,"npmrc"),r.root.globalignorefile=dn.resolve(c,"npmignore")}i.push(r.addFile(r.get("globalconfig"),"global")),r.loadUser();let l=r.get("cafile");return l&&r.loadCAFile(l),{config:r,warnings:i.filter(Boolean),failedToLoadBuiltInConfig:o}};Object.defineProperty(sc.exports,"defaults",{get(){return j0.defaults},enumerable:!0})});var z0=x((qj,W0)=>{var P0=N0(),L0=":_authToken",q0=":_auth",M0=":username",U0=":_password";W0.exports=function(){let e,n;arguments.length>=2?(e=arguments[0],n=Object.assign({},arguments[1])):typeof arguments[0]=="string"?e=arguments[0]:n=Object.assign({},arguments[0]),n=n||{};let r=n.npmrc;return n.npmrc=(n.npmrc?{config:{get:i=>r[i]}}:P0()).config,e=e||n.npmrc.get("registry")||P0.defaults.registry,H0(e,n)||qw(n.npmrc)};function Lw(t,e){let n=new URL(e,new URL(t.startsWith("//")?`./${t}`:t,"resolve://"));if(n.protocol==="resolve:"){let{pathname:r,search:i,hash:o}=n;return r+i+o}return n.toString()}function H0(t,e){let n=t instanceof URL?t:new URL(t.startsWith("//")?`http:${t}`:t),r;for(;r!=="/"&&n.pathname!==r;){r=n.pathname||"/";let i="//"+n.host+r.replace(/\/$/,""),o=Uw(i,e.npmrc);if(o)return o;if(!e.recursive)return/\/$/.test(t)?void 0:H0(new URL("./",n),e);n.pathname=Lw(Mw(r),"..")||"/"}}function qw(t){return t.get("_auth")?{token:Is(t.get("_auth")),type:"Basic"}:void 0}function Mw(t){return t[t.length-1]==="/"?t:t+"/"}function Uw(t,e){let n=Hw(e.get(t+L0)||e.get(t+"/"+L0));if(n)return n;let r=e.get(t+M0)||e.get(t+"/"+M0),i=e.get(t+U0)||e.get(t+"/"+U0),o=Ww(r,i);if(o)return o;let s=zw(e.get(t+q0)||e.get(t+"/"+q0));if(s)return s}function Is(t){return t.replace(/^\$\{?([^}]*)\}?$/,function(e,n){return process.env[n]})}function Hw(t){return t?{token:Is(t),type:"Bearer"}:void 0}function Ww(t,e){if(!t||!e)return;let n=Buffer.from(Is(e),"base64").toString("utf8");return{token:Buffer.from(t+":"+n,"utf8").toString("base64"),type:"Basic",password:n,username:t}}function zw(t){return t?{token:Is(t),type:"Basic"}:void 0}});var V0=x((Mj,G0)=>{"use strict";var Gw=Pt(),Vw=(t,e)=>{let n=Gw(t,e);return n?n.version:null};G0.exports=Vw});var K0=x((Uj,Y0)=>{"use strict";var Yw=Pt(),Kw=(t,e)=>{let n=Yw(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null};Y0.exports=Kw});var Z0=x((Hj,X0)=>{"use strict";var J0=_e(),Jw=(t,e,n,r,i)=>{typeof n=="string"&&(i=r,r=n,n=void 0);try{return new J0(t instanceof J0?t.version:t,n).inc(e,r,i).version}catch{return null}};X0.exports=Jw});var ex=x((Wj,Q0)=>{"use strict";var Xw=_e(),Zw=(t,e)=>new Xw(t,e).major;Q0.exports=Zw});var nx=x((zj,tx)=>{"use strict";var Qw=_e(),e6=(t,e)=>new Qw(t,e).minor;tx.exports=e6});var ix=x((Gj,rx)=>{"use strict";var t6=_e(),n6=(t,e)=>new t6(t,e).patch;rx.exports=n6});var ox=x((Vj,sx)=>{"use strict";var r6=Pt(),i6=(t,e)=>{let n=r6(t,e);return n&&n.prerelease.length?n.prerelease:null};sx.exports=i6});var ux=x((Yj,ax)=>{"use strict";var s6=it(),o6=(t,e,n)=>s6(e,t,n);ax.exports=o6});var lx=x((Kj,cx)=>{"use strict";var a6=it(),u6=(t,e)=>a6(t,e,!0);cx.exports=u6});var js=x((Jj,Dx)=>{"use strict";var px=_e(),c6=(t,e,n)=>{let r=new px(t,n),i=new px(e,n);return r.compare(i)||r.compareBuild(i)};Dx.exports=c6});var mx=x((Xj,dx)=>{"use strict";var l6=js(),p6=(t,e)=>t.sort((n,r)=>l6(n,r,e));dx.exports=p6});var hx=x((Zj,fx)=>{"use strict";var D6=js(),d6=(t,e)=>t.sort((n,r)=>D6(r,n,e));fx.exports=d6});var Ns=x((Qj,gx)=>{"use strict";var m6=it(),f6=(t,e,n)=>m6(t,e,n)<0;gx.exports=f6});var oc=x((eN,xx)=>{"use strict";var h6=it(),g6=(t,e,n)=>h6(t,e,n)===0;xx.exports=g6});var ac=x((tN,Fx)=>{"use strict";var x6=it(),F6=(t,e,n)=>x6(t,e,n)!==0;Fx.exports=F6});var Ps=x((nN,Ex)=>{"use strict";var E6=it(),C6=(t,e,n)=>E6(t,e,n)>=0;Ex.exports=C6});var Ls=x((rN,Cx)=>{"use strict";var v6=it(),b6=(t,e,n)=>v6(t,e,n)<=0;Cx.exports=b6});var uc=x((iN,vx)=>{"use strict";var y6=oc(),w6=ac(),A6=zn(),B6=Ps(),S6=Ns(),_6=Ls(),O6=(t,e,n,r)=>{switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t===n;case"!==":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t!==n;case"":case"=":case"==":return y6(t,n,r);case"!=":return w6(t,n,r);case">":return A6(t,n,r);case">=":return B6(t,n,r);case"<":return S6(t,n,r);case"<=":return _6(t,n,r);default:throw new TypeError(`Invalid operator: ${e}`)}};vx.exports=O6});var yx=x((sN,bx)=>{"use strict";var R6=_e(),T6=Pt(),{safeRe:qs,t:Ms}=Wn(),$6=(t,e)=>{if(t instanceof R6)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};let n=null;if(!e.rtl)n=t.match(e.includePrerelease?qs[Ms.COERCEFULL]:qs[Ms.COERCE]);else{let l=e.includePrerelease?qs[Ms.COERCERTLFULL]:qs[Ms.COERCERTL],c;for(;(c=l.exec(t))&&(!n||n.index+n[0].length!==t.length);)(!n||c.index+c[0].length!==n.index+n[0].length)&&(n=c),l.lastIndex=c.index+c[1].length+c[2].length;l.lastIndex=-1}if(n===null)return null;let r=n[2],i=n[3]||"0",o=n[4]||"0",s=e.includePrerelease&&n[5]?`-${n[5]}`:"",a=e.includePrerelease&&n[6]?`+${n[6]}`:"";return T6(`${r}.${i}.${o}${s}${a}`,e)};bx.exports=$6});var Ax=x((oN,wx)=>{"use strict";var k6=Pt(),I6=Hn(),j6=_e(),N6=(t,e,n)=>{if(!I6.RELEASE_TYPES.includes(e))return null;let r=P6(t,n);return r&&L6(r,e)},P6=(t,e)=>{let n=t instanceof j6?t.version:t;return k6(n,e)},L6=(t,e)=>{if(q6(e))return t.version;switch(t.prerelease=[],e){case"major":t.minor=0,t.patch=0;break;case"minor":t.patch=0;break}return t.format()},q6=t=>t.startsWith("pre");wx.exports=N6});var Sx=x((aN,Bx)=>{"use strict";var cc=class{constructor(){this.max=1e3,this.map=new Map}get(e){let n=this.map.get(e);if(n!==void 0)return this.map.delete(e),this.map.set(e,n),n}delete(e){return this.map.delete(e)}set(e,n){if(!this.delete(e)&&n!==void 0){if(this.map.size>=this.max){let i=this.map.keys().next().value;this.delete(i)}this.map.set(e,n)}return this}};Bx.exports=cc});var st=x((uN,Tx)=>{"use strict";var M6=/\s+/g,lc=class t{constructor(e,n){if(n=H6(n),e instanceof t)return e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease?e:new t(e.raw,n);if(e instanceof pc)return this.raw=e.value,this.set=[[e]],this.formatted=void 0,this;if(this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease,this.raw=e.trim().replace(M6," "),this.set=this.raw.split("||").map(r=>this.parseRange(r.trim())).filter(r=>r.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let r=this.set[0];if(this.set=this.set.filter(i=>!Ox(i[0])),this.set.length===0)this.set=[r];else if(this.set.length>1){for(let i of this.set)if(i.length===1&&Z6(i[0])){this.set=[i];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let e=0;e<this.set.length;e++){e>0&&(this.formatted+="||");let n=this.set[e];for(let r=0;r<n.length;r++)r>0&&(this.formatted+=" "),this.formatted+=n[r].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){e=e.replace(X6,"");let r=((this.options.includePrerelease&&K6)|(this.options.loose&&J6))+":"+e,i=_x.get(r);if(i)return i;let o=this.options.loose,s=o?Le[Re.HYPHENRANGELOOSE]:Le[Re.HYPHENRANGE];e=e.replace(s,uA(this.options.includePrerelease)),ne("hyphen replace",e),e=e.replace(Le[Re.COMPARATORTRIM],G6),ne("comparator trim",e),e=e.replace(Le[Re.TILDETRIM],V6),ne("tilde trim",e),e=e.replace(Le[Re.CARETTRIM],Y6),ne("caret trim",e);let a=e.split(" ").map(p=>Q6(p,this.options)).join(" ").split(/\s+/).map(p=>aA(p,this.options));o&&(a=a.filter(p=>(ne("loose invalid filter",p,this.options),!!p.match(Le[Re.COMPARATORLOOSE])))),ne("range list",a);let l=new Map,c=a.map(p=>new pc(p,this.options));for(let p of c){if(Ox(p))return[p];l.set(p.value,p)}l.size>1&&l.has("")&&l.delete("");let u=[...l.values()];return _x.set(r,u),u}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Range is required");return this.set.some(r=>Rx(r,n)&&e.set.some(i=>Rx(i,n)&&r.every(o=>i.every(s=>o.intersects(s,n)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new W6(e,this.options)}catch{return!1}for(let n=0;n<this.set.length;n++)if(cA(this.set[n],e,this.options))return!0;return!1}};Tx.exports=lc;var U6=Sx(),_x=new U6,H6=ms(),pc=Yr(),ne=Lr(),W6=_e(),{safeRe:Le,src:z6,t:Re,comparatorTrimReplace:G6,tildeTrimReplace:V6,caretTrimReplace:Y6}=Wn(),{FLAG_INCLUDE_PRERELEASE:K6,FLAG_LOOSE:J6}=Hn(),X6=new RegExp(z6[Re.BUILD],"g"),Ox=t=>t.value==="<0.0.0-0",Z6=t=>t.value==="",Rx=(t,e)=>{let n=!0,r=t.slice(),i=r.pop();for(;n&&r.length;)n=r.every(o=>i.intersects(o,e)),i=r.pop();return n},Q6=(t,e)=>(t=t.replace(Le[Re.BUILD],""),ne("comp",t,e),t=nA(t,e),ne("caret",t),t=eA(t,e),ne("tildes",t),t=iA(t,e),ne("xrange",t),t=oA(t,e),ne("stars",t),t),qe=t=>!t||t.toLowerCase()==="x"||t==="*",eA=(t,e)=>t.trim().split(/\s+/).map(n=>tA(n,e)).join(" "),tA=(t,e)=>{let n=e.loose?Le[Re.TILDELOOSE]:Le[Re.TILDE];return t.replace(n,(r,i,o,s,a)=>{ne("tilde",t,r,i,o,s,a);let l;return qe(i)?l="":qe(o)?l=`>=${i}.0.0 <${+i+1}.0.0-0`:qe(s)?l=`>=${i}.${o}.0 <${i}.${+o+1}.0-0`:a?(ne("replaceTilde pr",a),l=`>=${i}.${o}.${s}-${a} <${i}.${+o+1}.0-0`):l=`>=${i}.${o}.${s} <${i}.${+o+1}.0-0`,ne("tilde return",l),l})},nA=(t,e)=>t.trim().split(/\s+/).map(n=>rA(n,e)).join(" "),rA=(t,e)=>{ne("caret",t,e);let n=e.loose?Le[Re.CARETLOOSE]:Le[Re.CARET],r=e.includePrerelease?"-0":"";return t.replace(n,(i,o,s,a,l)=>{ne("caret",t,i,o,s,a,l);let c;return qe(o)?c="":qe(s)?c=`>=${o}.0.0${r} <${+o+1}.0.0-0`:qe(a)?o==="0"?c=`>=${o}.${s}.0${r} <${o}.${+s+1}.0-0`:c=`>=${o}.${s}.0${r} <${+o+1}.0.0-0`:l?(ne("replaceCaret pr",l),o==="0"?s==="0"?c=`>=${o}.${s}.${a}-${l} <${o}.${s}.${+a+1}-0`:c=`>=${o}.${s}.${a}-${l} <${o}.${+s+1}.0-0`:c=`>=${o}.${s}.${a}-${l} <${+o+1}.0.0-0`):(ne("no pr"),o==="0"?s==="0"?c=`>=${o}.${s}.${a}${r} <${o}.${s}.${+a+1}-0`:c=`>=${o}.${s}.${a}${r} <${o}.${+s+1}.0-0`:c=`>=${o}.${s}.${a} <${+o+1}.0.0-0`),ne("caret return",c),c})},iA=(t,e)=>(ne("replaceXRanges",t,e),t.split(/\s+/).map(n=>sA(n,e)).join(" ")),sA=(t,e)=>{t=t.trim();let n=e.loose?Le[Re.XRANGELOOSE]:Le[Re.XRANGE];return t.replace(n,(r,i,o,s,a,l)=>{ne("xRange",t,r,i,o,s,a,l);let c=qe(o),u=c||qe(s),p=u||qe(a),m=p;return i==="="&&m&&(i=""),l=e.includePrerelease?"-0":"",c?i===">"||i==="<"?r="<0.0.0-0":r="*":i&&m?(u&&(s=0),a=0,i===">"?(i=">=",u?(o=+o+1,s=0,a=0):(s=+s+1,a=0)):i==="<="&&(i="<",u?o=+o+1:s=+s+1),i==="<"&&(l="-0"),r=`${i+o}.${s}.${a}${l}`):u?r=`>=${o}.0.0${l} <${+o+1}.0.0-0`:p&&(r=`>=${o}.${s}.0${l} <${o}.${+s+1}.0-0`),ne("xRange return",r),r})},oA=(t,e)=>(ne("replaceStars",t,e),t.trim().replace(Le[Re.STAR],"")),aA=(t,e)=>(ne("replaceGTE0",t,e),t.trim().replace(Le[e.includePrerelease?Re.GTE0PRE:Re.GTE0],"")),uA=t=>(e,n,r,i,o,s,a,l,c,u,p,m)=>(qe(r)?n="":qe(i)?n=`>=${r}.0.0${t?"-0":""}`:qe(o)?n=`>=${r}.${i}.0${t?"-0":""}`:s?n=`>=${n}`:n=`>=${n}${t?"-0":""}`,qe(c)?l="":qe(u)?l=`<${+c+1}.0.0-0`:qe(p)?l=`<${c}.${+u+1}.0-0`:m?l=`<=${c}.${u}.${p}-${m}`:t?l=`<${c}.${u}.${+p+1}-0`:l=`<=${l}`,`${n} ${l}`.trim()),cA=(t,e,n)=>{for(let r=0;r<t.length;r++)if(!t[r].test(e))return!1;if(e.prerelease.length&&!n.includePrerelease){for(let r=0;r<t.length;r++)if(ne(t[r].semver),t[r].semver!==pc.ANY&&t[r].semver.prerelease.length>0){let i=t[r].semver;if(i.major===e.major&&i.minor===e.minor&&i.patch===e.patch)return!0}return!1}return!0}});var Yr=x((cN,Px)=>{"use strict";var Kr=Symbol("SemVer ANY"),mc=class t{static get ANY(){return Kr}constructor(e,n){if(n=$x(n),e instanceof t){if(e.loose===!!n.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),dc("comparator",e,n),this.options=n,this.loose=!!n.loose,this.parse(e),this.semver===Kr?this.value="":this.value=this.operator+this.semver.version,dc("comp",this)}parse(e){let n=this.options.loose?kx[Ix.COMPARATORLOOSE]:kx[Ix.COMPARATOR],r=e.match(n);if(!r)throw new TypeError(`Invalid comparator: ${e}`);this.operator=r[1]!==void 0?r[1]:"",this.operator==="="&&(this.operator=""),r[2]?this.semver=new jx(r[2],this.options.loose):this.semver=Kr}toString(){return this.value}test(e){if(dc("Comparator.test",e,this.options.loose),this.semver===Kr||e===Kr)return!0;if(typeof e=="string")try{e=new jx(e,this.options)}catch{return!1}return Dc(e,this.operator,this.semver,this.options)}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new Nx(e.value,n).test(this.value):e.operator===""?e.value===""?!0:new Nx(this.value,n).test(e.semver):(n=$x(n),n.includePrerelease&&(this.value==="<0.0.0-0"||e.value==="<0.0.0-0")||!n.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&e.operator.startsWith(">")||this.operator.startsWith("<")&&e.operator.startsWith("<")||this.semver.version===e.semver.version&&this.operator.includes("=")&&e.operator.includes("=")||Dc(this.semver,"<",e.semver,n)&&this.operator.startsWith(">")&&e.operator.startsWith("<")||Dc(this.semver,">",e.semver,n)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))}};Px.exports=mc;var $x=ms(),{safeRe:kx,t:Ix}=Wn(),Dc=uc(),dc=Lr(),jx=_e(),Nx=st()});var Jr=x((lN,Lx)=>{"use strict";var lA=st(),pA=(t,e,n)=>{try{e=new lA(e,n)}catch{return!1}return e.test(t)};Lx.exports=pA});var Mx=x((pN,qx)=>{"use strict";var DA=st(),dA=(t,e)=>new DA(t,e).set.map(n=>n.map(r=>r.value).join(" ").trim().split(" "));qx.exports=dA});var Hx=x((DN,Ux)=>{"use strict";var mA=_e(),fA=st(),hA=(t,e,n)=>{let r=null,i=null,o=null;try{o=new fA(e,n)}catch{return null}return t.forEach(s=>{o.test(s)&&(!r||i.compare(s)===-1)&&(r=s,i=new mA(r,n))}),r};Ux.exports=hA});var zx=x((dN,Wx)=>{"use strict";var gA=_e(),xA=st(),FA=(t,e,n)=>{let r=null,i=null,o=null;try{o=new xA(e,n)}catch{return null}return t.forEach(s=>{o.test(s)&&(!r||i.compare(s)===1)&&(r=s,i=new gA(r,n))}),r};Wx.exports=FA});var Yx=x((mN,Vx)=>{"use strict";var fc=_e(),EA=st(),Gx=zn(),CA=(t,e)=>{t=new EA(t,e);let n=new fc("0.0.0");if(t.test(n)||(n=new fc("0.0.0-0"),t.test(n)))return n;n=null;for(let r=0;r<t.set.length;++r){let i=t.set[r],o=null;i.forEach(s=>{let a=new fc(s.semver.version);switch(s.operator){case">":a.prerelease.length===0?a.patch++:a.prerelease.push(0),a.raw=a.format();case"":case">=":(!o||Gx(a,o))&&(o=a);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${s.operator}`)}}),o&&(!n||Gx(n,o))&&(n=o)}return n&&t.test(n)?n:null};Vx.exports=CA});var Jx=x((fN,Kx)=>{"use strict";var vA=st(),bA=(t,e)=>{try{return new vA(t,e).range||"*"}catch{return null}};Kx.exports=bA});var Us=x((hN,eF)=>{"use strict";var yA=_e(),Qx=Yr(),{ANY:wA}=Qx,AA=st(),BA=Jr(),Xx=zn(),Zx=Ns(),SA=Ls(),_A=Ps(),OA=(t,e,n,r)=>{t=new yA(t,r),e=new AA(e,r);let i,o,s,a,l;switch(n){case">":i=Xx,o=SA,s=Zx,a=">",l=">=";break;case"<":i=Zx,o=_A,s=Xx,a="<",l="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(BA(t,e,r))return!1;for(let c=0;c<e.set.length;++c){let u=e.set[c],p=null,m=null;if(u.forEach(D=>{D.semver===wA&&(D=new Qx(">=0.0.0")),p=p||D,m=m||D,i(D.semver,p.semver,r)?p=D:s(D.semver,m.semver,r)&&(m=D)}),p.operator===a||p.operator===l||(!m.operator||m.operator===a)&&o(t,m.semver))return!1;if(m.operator===l&&s(t,m.semver))return!1}return!0};eF.exports=OA});var nF=x((gN,tF)=>{"use strict";var RA=Us(),TA=(t,e,n)=>RA(t,e,">",n);tF.exports=TA});var iF=x((xN,rF)=>{"use strict";var $A=Us(),kA=(t,e,n)=>$A(t,e,"<",n);rF.exports=kA});var aF=x((FN,oF)=>{"use strict";var sF=st(),IA=(t,e,n)=>(t=new sF(t,n),e=new sF(e,n),t.intersects(e,n));oF.exports=IA});var cF=x((EN,uF)=>{"use strict";var jA=Jr(),NA=it();uF.exports=(t,e,n)=>{let r=[],i=null,o=null,s=t.sort((u,p)=>NA(u,p,n));for(let u of s)jA(u,e,n)?(o=u,i||(i=u)):(o&&r.push([i,o]),o=null,i=null);i&&r.push([i,null]);let a=[];for(let[u,p]of r)u===p?a.push(u):!p&&u===s[0]?a.push("*"):p?u===s[0]?a.push(`<=${p}`):a.push(`${u} - ${p}`):a.push(`>=${u}`);let l=a.join(" || "),c=typeof e.raw=="string"?e.raw:String(e);return l.length<c.length?l:e}});var fF=x((CN,mF)=>{"use strict";var lF=st(),xc=Yr(),{ANY:hc}=xc,gc=Jr(),Fc=it(),PA=(t,e,n={})=>{if(t===e)return!0;t=new lF(t,n),e=new lF(e,n);let r=!1;e:for(let i of t.set){for(let o of e.set){let s=qA(i,o,n);if(r=r||s!==null,s)continue e}if(r)return!1}return!0},LA=[new xc(">=0.0.0-0")],pF=[new xc(">=0.0.0")],qA=(t,e,n)=>{if(t===e)return!0;if(t.length===1&&t[0].semver===hc){if(e.length===1&&e[0].semver===hc)return!0;n.includePrerelease?t=LA:t=pF}if(e.length===1&&e[0].semver===hc){if(n.includePrerelease)return!0;e=pF}let r=new Set,i,o;for(let D of t)D.operator===">"||D.operator===">="?i=DF(i,D,n):D.operator==="<"||D.operator==="<="?o=dF(o,D,n):r.add(D.semver);if(r.size>1)return null;let s;if(i&&o){if(s=Fc(i.semver,o.semver,n),s>0)return null;if(s===0&&(i.operator!==">="||o.operator!=="<="))return null}for(let D of r){if(i&&!gc(D,String(i),n)||o&&!gc(D,String(o),n))return null;for(let d of e)if(!gc(D,String(d),n))return!1;return!0}let a,l,c,u,p=o&&!n.includePrerelease&&o.semver.prerelease.length?o.semver:!1,m=i&&!n.includePrerelease&&i.semver.prerelease.length?i.semver:!1;p&&p.prerelease.length===1&&o.operator==="<"&&p.prerelease[0]===0&&(p=!1);for(let D of e){if(u=u||D.operator===">"||D.operator===">=",c=c||D.operator==="<"||D.operator==="<=",i){if(m&&D.semver.prerelease&&D.semver.prerelease.length&&D.semver.major===m.major&&D.semver.minor===m.minor&&D.semver.patch===m.patch&&(m=!1),D.operator===">"||D.operator===">="){if(a=DF(i,D,n),a===D&&a!==i)return!1}else if(i.operator===">="&&!D.test(i.semver))return!1}if(o){if(p&&D.semver.prerelease&&D.semver.prerelease.length&&D.semver.major===p.major&&D.semver.minor===p.minor&&D.semver.patch===p.patch&&(p=!1),D.operator==="<"||D.operator==="<="){if(l=dF(o,D,n),l===D&&l!==o)return!1}else if(o.operator==="<="&&!D.test(o.semver))return!1}if(!D.operator&&(o||i)&&s!==0)return!1}return!(i&&c&&!o&&s!==0||o&&u&&!i&&s!==0||m||p)},DF=(t,e,n)=>{if(!t)return e;let r=Fc(t.semver,e.semver,n);return r>0?t:r<0||e.operator===">"&&t.operator===">="?e:t},dF=(t,e,n)=>{if(!t)return e;let r=Fc(t.semver,e.semver,n);return r<0?t:r>0||e.operator==="<"&&t.operator==="<="?e:t};mF.exports=PA});var FF=x((vN,xF)=>{"use strict";var Ec=Wn(),hF=Hn(),MA=_e(),gF=$u(),UA=Pt(),HA=V0(),WA=K0(),zA=Z0(),GA=ju(),VA=ex(),YA=nx(),KA=ix(),JA=ox(),XA=it(),ZA=ux(),QA=lx(),eB=js(),tB=mx(),nB=hx(),rB=zn(),iB=Ns(),sB=oc(),oB=ac(),aB=Ps(),uB=Ls(),cB=uc(),lB=yx(),pB=Ax(),DB=Yr(),dB=st(),mB=Jr(),fB=Mx(),hB=Hx(),gB=zx(),xB=Yx(),FB=Jx(),EB=Us(),CB=nF(),vB=iF(),bB=aF(),yB=cF(),wB=fF();xF.exports={parse:UA,valid:HA,clean:WA,inc:zA,diff:GA,major:VA,minor:YA,patch:KA,prerelease:JA,compare:XA,rcompare:ZA,compareLoose:QA,compareBuild:eB,sort:tB,rsort:nB,gt:rB,lt:iB,eq:sB,neq:oB,gte:aB,lte:uB,cmp:cB,coerce:lB,truncate:pB,Comparator:DB,Range:dB,satisfies:mB,toComparators:fB,maxSatisfying:hB,minSatisfying:gB,minVersion:xB,validRange:FB,outside:EB,gtr:CB,ltr:vB,intersects:bB,simplifyRange:yB,subset:wB,SemVer:MA,re:Ec.re,src:Ec.src,tokens:Ec.t,SEMVER_SPEC_VERSION:hF.SEMVER_SPEC_VERSION,RELEASE_TYPES:hF.RELEASE_TYPES,compareIdentifiers:gF.compareIdentifiers,rcompareIdentifiers:gF.rcompareIdentifiers}});var SF=x((TN,BF)=>{var{hasOwnProperty:wc}=Object.prototype,Ac=(t,e={})=>{typeof e=="string"&&(e={section:e}),e.align=e.align===!0,e.newline=e.newline===!0,e.sort=e.sort===!0,e.whitespace=e.whitespace===!0||e.align===!0,e.platform=e.platform||typeof process<"u"&&process.platform,e.bracketedArray=e.bracketedArray!==!1;let n=e.platform==="win32"?`\r
48
48
  `:`
49
- `,r=e.whitespace?" = ":"=",i=[],o=e.sort?Object.keys(t).sort():Object.keys(t),s=0;e.align&&(s=_t(o.filter(c=>t[c]===null||Array.isArray(t[c])||typeof t[c]!="object").map(c=>Array.isArray(t[c])?`${c}[]`:c).concat([""]).reduce((c,u)=>_t(c).length>=_t(u).length?c:u)).length);let a="",l=e.bracketedArray?"[]":"";for(let c of o){let u=t[c];if(u&&Array.isArray(u))for(let p of u)a+=_t(`${c}${l}`).padEnd(s," ")+r+_t(p)+n;else u&&typeof u=="object"?i.push(c):a+=_t(c).padEnd(s," ")+r+_t(u)+n}e.section&&a.length&&(a="["+_t(e.section)+"]"+(e.newline?n+n:n)+a);for(let c of i){let u=yF(c,".").join("\\."),p=(e.section?e.section+".":"")+u,m=wc(t[c],{...e,section:p});a.length&&m.length&&(a+=n),a+=m}return a};function yF(t,e){var n=0,r=0,i=0,o=[];do if(i=t.indexOf(e,n),i!==-1){if(n=i+e.length,i>0&&t[i-1]==="\\")continue;o.push(t.slice(r,i)),r=i+e.length}while(i!==-1);return o.push(t.slice(r)),o}var bF=(t,e={})=>{e.bracketedArray=e.bracketedArray!==!1;let n=Object.create(null),r=n,i=null,o=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,s=t.split(/[\r\n]+/g),a={};for(let c of s){if(!c||c.match(/^\s*[;#]/)||c.match(/^\s*$/))continue;let u=c.match(o);if(!u)continue;if(u[1]!==void 0){if(i=Us(u[1]),i==="__proto__"){r=Object.create(null);continue}r=n[i]=n[i]||Object.create(null);continue}let p=Us(u[2]),m;e.bracketedArray?m=p.length>2&&p.slice(-2)==="[]":(a[p]=(a?.[p]||0)+1,m=a[p]>1);let D=m?p.slice(0,-2):p;if(D==="__proto__")continue;let d=u[3]?Us(u[4]):!0,f=d==="true"||d==="false"||d==="null"?JSON.parse(d):d;m&&(yc.call(r,D)?Array.isArray(r[D])||(r[D]=[r[D]]):r[D]=[]),Array.isArray(r[D])?r[D].push(f):r[D]=f}let l=[];for(let c of Object.keys(n)){if(!yc.call(n,c)||typeof n[c]!="object"||Array.isArray(n[c]))continue;let u=yF(c,".");r=n;let p=u.pop(),m=p.replace(/\\\./g,".");for(let D of u)D!=="__proto__"&&((!yc.call(r,D)||typeof r[D]!="object")&&(r[D]=Object.create(null)),r=r[D]);r===n&&m===p||(r[m]=n[c],l.push(c))}for(let c of l)delete n[c];return n},wF=t=>t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'"),_t=t=>typeof t!="string"||t.match(/[=\r\n]/)||t.match(/^\[/)||t.length>1&&wF(t)||t!==t.trim()?JSON.stringify(t):t.split(";").join("\\;").split("#").join("\\#"),Us=(t,e)=>{if(t=(t||"").trim(),wF(t)){t.charAt(0)==="'"&&(t=t.slice(1,-1));try{t=JSON.parse(t)}catch{}}else{let n=!1,r="";for(let i=0,o=t.length;i<o;i++){let s=t.charAt(i);if(n)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,n=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?n=!0:r+=s}}return n&&(r+="\\"),r.trim()}return t};AF.exports={parse:bF,decode:bF,stringify:wc,encode:wc,safe:_t,unsafe:Us}});var GF=x((lL,zF)=>{zF.exports=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g});var YF=x((hL,YB)=>{YB.exports={single:{topLeft:"\u250C",top:"\u2500",topRight:"\u2510",right:"\u2502",bottomRight:"\u2518",bottom:"\u2500",bottomLeft:"\u2514",left:"\u2502"},double:{topLeft:"\u2554",top:"\u2550",topRight:"\u2557",right:"\u2551",bottomRight:"\u255D",bottom:"\u2550",bottomLeft:"\u255A",left:"\u2551"},round:{topLeft:"\u256D",top:"\u2500",topRight:"\u256E",right:"\u2502",bottomRight:"\u256F",bottom:"\u2500",bottomLeft:"\u2570",left:"\u2502"},bold:{topLeft:"\u250F",top:"\u2501",topRight:"\u2513",right:"\u2503",bottomRight:"\u251B",bottom:"\u2501",bottomLeft:"\u2517",left:"\u2503"},singleDouble:{topLeft:"\u2553",top:"\u2500",topRight:"\u2556",right:"\u2551",bottomRight:"\u255C",bottom:"\u2500",bottomLeft:"\u2559",left:"\u2551"},doubleSingle:{topLeft:"\u2552",top:"\u2550",topRight:"\u2555",right:"\u2502",bottomRight:"\u255B",bottom:"\u2550",bottomLeft:"\u2558",left:"\u2502"},classic:{topLeft:"+",top:"-",topRight:"+",right:"|",bottomRight:"+",bottom:"-",bottomLeft:"+",left:"|"},arrow:{topLeft:"\u2198",top:"\u2193",topRight:"\u2199",right:"\u2190",bottomRight:"\u2196",bottom:"\u2191",bottomLeft:"\u2197",left:"\u2192"}}});var Tc=x((gL,Rc)=>{"use strict";var KF=YF();Rc.exports=KF;Rc.exports.default=KF});var tE=x((FL,eE)=>{"use strict";eE.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var rE=x((EL,nE)=>{"use strict";var tS=tE();nE.exports=t=>typeof t=="string"?t.replace(tS(),""):t});var sE=x((CL,iE)=>{"use strict";iE.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var aE=x((vL,Ic)=>{"use strict";var nS=rE(),rS=Wa(),iS=sE(),oE=t=>{if(typeof t!="string"||t.length===0||(t=nS(t),t.length===0))return 0;t=t.replace(iS()," ");let e=0;for(let n=0;n<t.length;n++){let r=t.codePointAt(n);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&n++,e+=rS(r)?2:1)}return e};Ic.exports=oE;Ic.exports.default=oE});var cE=x((bL,uE)=>{"use strict";var sS=aE();function mn(t,e){if(!t)return t;e=e||{};let n=e.align||"center";if(n==="left")return t;let r=e.split||`
50
- `,i=e.pad||" ",o=n!=="right"?oS:aS,s=!1;Array.isArray(t)||(s=!0,t=String(t).split(r));let a,l=0;return t=t.map(function(c){return c=String(c),a=sS(c),l=Math.max(a,l),{str:c,width:a}}).map(function(c){return new Array(o(l,c.width)+1).join(i)+c.str}),s?t.join(r):t}mn.left=function(e){return mn(e,{align:"left"})};mn.center=function(e){return mn(e,{align:"center"})};mn.right=function(e){return mn(e,{align:"right"})};uE.exports=mn;function oS(t,e){return Math.floor((t-e)/2)}function aS(t,e){return t-e}});var il=ae(rl(),1),{program:PS,createCommand:qS,createArgument:MS,createOption:US,CommanderError:HS,InvalidArgumentError:WS,InvalidOptionArgumentError:zS,Command:H,Argument:GS,Option:Ge,Help:VS}=il.default;var si={name:"@kriston-ai/kst-im-cli",version:"0.0.9",publishConfig:{access:"public"},description:"KST IM CLI \u5DE5\u5177",type:"module",bin:{"kst-im-cli":"dist/index.js"},files:["dist/","skills/","README-workbuddy-install.md"],scripts:{release:"npm run build && npm pack",build:"tsx scripts/build.ts",dev:"tsx src/index.ts",typecheck:"tsc --noEmit",test:"vitest run","test:watch":"vitest",lint:"eslint src && prettier --check src",format:"prettier --write src && eslint --fix src",prepublishOnly:"npm run lint && npm run typecheck && npm run test && npm run build"},engines:{node:">=18"},dependencies:{},devDependencies:{"@clack/prompts":"0.9.1","@types/node":"22.10.2","@types/update-notifier":"6.0.8",axios:"1.7.9","cli-table3":"0.6.5",commander:"12.1.0",dayjs:"^1.11.20",esbuild:"0.24.2",eslint:"10.3.0","eslint-config-prettier":"10.1.8","eslint-plugin-simple-import-sort":"13.0.0",prettier:"3.8.3",tsx:"4.19.2",typescript:"5.7.2","typescript-eslint":"8.59.3","update-notifier":"7.3.1",vitest:"2.1.8"}};var he={info:t=>process.stderr.write(`[info] ${t}
49
+ `,r=e.whitespace?" = ":"=",i=[],o=e.sort?Object.keys(t).sort():Object.keys(t),s=0;e.align&&(s=_t(o.filter(c=>t[c]===null||Array.isArray(t[c])||typeof t[c]!="object").map(c=>Array.isArray(t[c])?`${c}[]`:c).concat([""]).reduce((c,u)=>_t(c).length>=_t(u).length?c:u)).length);let a="",l=e.bracketedArray?"[]":"";for(let c of o){let u=t[c];if(u&&Array.isArray(u))for(let p of u)a+=_t(`${c}${l}`).padEnd(s," ")+r+_t(p)+n;else u&&typeof u=="object"?i.push(c):a+=_t(c).padEnd(s," ")+r+_t(u)+n}e.section&&a.length&&(a="["+_t(e.section)+"]"+(e.newline?n+n:n)+a);for(let c of i){let u=wF(c,".").join("\\."),p=(e.section?e.section+".":"")+u,m=Ac(t[c],{...e,section:p});a.length&&m.length&&(a+=n),a+=m}return a};function wF(t,e){var n=0,r=0,i=0,o=[];do if(i=t.indexOf(e,n),i!==-1){if(n=i+e.length,i>0&&t[i-1]==="\\")continue;o.push(t.slice(r,i)),r=i+e.length}while(i!==-1);return o.push(t.slice(r)),o}var yF=(t,e={})=>{e.bracketedArray=e.bracketedArray!==!1;let n=Object.create(null),r=n,i=null,o=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,s=t.split(/[\r\n]+/g),a={};for(let c of s){if(!c||c.match(/^\s*[;#]/)||c.match(/^\s*$/))continue;let u=c.match(o);if(!u)continue;if(u[1]!==void 0){if(i=Ws(u[1]),i==="__proto__"){r=Object.create(null);continue}r=n[i]=n[i]||Object.create(null);continue}let p=Ws(u[2]),m;e.bracketedArray?m=p.length>2&&p.slice(-2)==="[]":(a[p]=(a?.[p]||0)+1,m=a[p]>1);let D=m?p.slice(0,-2):p;if(D==="__proto__")continue;let d=u[3]?Ws(u[4]):!0,f=d==="true"||d==="false"||d==="null"?JSON.parse(d):d;m&&(wc.call(r,D)?Array.isArray(r[D])||(r[D]=[r[D]]):r[D]=[]),Array.isArray(r[D])?r[D].push(f):r[D]=f}let l=[];for(let c of Object.keys(n)){if(!wc.call(n,c)||typeof n[c]!="object"||Array.isArray(n[c]))continue;let u=wF(c,".");r=n;let p=u.pop(),m=p.replace(/\\\./g,".");for(let D of u)D!=="__proto__"&&((!wc.call(r,D)||typeof r[D]!="object")&&(r[D]=Object.create(null)),r=r[D]);r===n&&m===p||(r[m]=n[c],l.push(c))}for(let c of l)delete n[c];return n},AF=t=>t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'"),_t=t=>typeof t!="string"||t.match(/[=\r\n]/)||t.match(/^\[/)||t.length>1&&AF(t)||t!==t.trim()?JSON.stringify(t):t.split(";").join("\\;").split("#").join("\\#"),Ws=(t,e)=>{if(t=(t||"").trim(),AF(t)){t.charAt(0)==="'"&&(t=t.slice(1,-1));try{t=JSON.parse(t)}catch{}}else{let n=!1,r="";for(let i=0,o=t.length;i<o;i++){let s=t.charAt(i);if(n)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,n=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?n=!0:r+=s}}return n&&(r+="\\"),r.trim()}return t};BF.exports={parse:yF,decode:yF,stringify:Ac,encode:Ac,safe:_t,unsafe:Ws}});var VF=x((cP,GF)=>{GF.exports=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g});var KF=x((fP,VB)=>{VB.exports={single:{topLeft:"\u250C",top:"\u2500",topRight:"\u2510",right:"\u2502",bottomRight:"\u2518",bottom:"\u2500",bottomLeft:"\u2514",left:"\u2502"},double:{topLeft:"\u2554",top:"\u2550",topRight:"\u2557",right:"\u2551",bottomRight:"\u255D",bottom:"\u2550",bottomLeft:"\u255A",left:"\u2551"},round:{topLeft:"\u256D",top:"\u2500",topRight:"\u256E",right:"\u2502",bottomRight:"\u256F",bottom:"\u2500",bottomLeft:"\u2570",left:"\u2502"},bold:{topLeft:"\u250F",top:"\u2501",topRight:"\u2513",right:"\u2503",bottomRight:"\u251B",bottom:"\u2501",bottomLeft:"\u2517",left:"\u2503"},singleDouble:{topLeft:"\u2553",top:"\u2500",topRight:"\u2556",right:"\u2551",bottomRight:"\u255C",bottom:"\u2500",bottomLeft:"\u2559",left:"\u2551"},doubleSingle:{topLeft:"\u2552",top:"\u2550",topRight:"\u2555",right:"\u2502",bottomRight:"\u255B",bottom:"\u2550",bottomLeft:"\u2558",left:"\u2502"},classic:{topLeft:"+",top:"-",topRight:"+",right:"|",bottomRight:"+",bottom:"-",bottomLeft:"+",left:"|"},arrow:{topLeft:"\u2198",top:"\u2193",topRight:"\u2199",right:"\u2190",bottomRight:"\u2196",bottom:"\u2191",bottomLeft:"\u2197",left:"\u2192"}}});var $c=x((hP,Tc)=>{"use strict";var JF=KF();Tc.exports=JF;Tc.exports.default=JF});var nE=x((xP,tE)=>{"use strict";tE.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var iE=x((FP,rE)=>{"use strict";var eS=nE();rE.exports=t=>typeof t=="string"?t.replace(eS(),""):t});var oE=x((EP,sE)=>{"use strict";sE.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var uE=x((CP,jc)=>{"use strict";var tS=iE(),nS=Ga(),rS=oE(),aE=t=>{if(typeof t!="string"||t.length===0||(t=tS(t),t.length===0))return 0;t=t.replace(rS()," ");let e=0;for(let n=0;n<t.length;n++){let r=t.codePointAt(n);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&n++,e+=nS(r)?2:1)}return e};jc.exports=aE;jc.exports.default=aE});var lE=x((vP,cE)=>{"use strict";var iS=uE();function mn(t,e){if(!t)return t;e=e||{};let n=e.align||"center";if(n==="left")return t;let r=e.split||`
50
+ `,i=e.pad||" ",o=n!=="right"?sS:oS,s=!1;Array.isArray(t)||(s=!0,t=String(t).split(r));let a,l=0;return t=t.map(function(c){return c=String(c),a=iS(c),l=Math.max(a,l),{str:c,width:a}}).map(function(c){return new Array(o(l,c.width)+1).join(i)+c.str}),s?t.join(r):t}mn.left=function(e){return mn(e,{align:"left"})};mn.center=function(e){return mn(e,{align:"center"})};mn.right=function(e){return mn(e,{align:"right"})};cE.exports=mn;function sS(t,e){return Math.floor((t-e)/2)}function oS(t,e){return t-e}});var sl=ae(il(),1),{program:PS,createCommand:LS,createArgument:qS,createOption:MS,CommanderError:US,InvalidArgumentError:HS,InvalidOptionArgumentError:WS,Command:H,Argument:zS,Option:Ge,Help:GS}=sl.default;var ai={name:"@kriston-ai/kst-im-cli",version:"0.0.10",publishConfig:{access:"public"},description:"KST IM CLI \u5DE5\u5177",type:"module",bin:{"kst-im-cli":"dist/index.js"},files:["dist/","skills/","README-workbuddy-install.md"],scripts:{release:"npm run build && npm pack",build:"tsx scripts/build.ts",dev:"tsx src/index.ts",typecheck:"tsc --noEmit",test:"vitest run","test:watch":"vitest",lint:"eslint src && prettier --check src",format:"prettier --write src && eslint --fix src",prepublishOnly:"npm run lint && npm run typecheck && npm run test && npm run build"},engines:{node:">=18"},dependencies:{},devDependencies:{"@clack/prompts":"0.9.1","@types/node":"22.10.2","@types/update-notifier":"6.0.8",axios:"1.7.9","cli-table3":"0.6.5",commander:"12.1.0",dayjs:"^1.11.20",esbuild:"0.24.2",eslint:"10.3.0","eslint-config-prettier":"10.1.8","eslint-plugin-simple-import-sort":"13.0.0",prettier:"3.8.3",tsx:"4.19.2",typescript:"5.7.2","typescript-eslint":"8.59.3","update-notifier":"7.3.1",vitest:"2.1.8"}};var he={info:t=>process.stderr.write(`[info] ${t}
51
51
  `),warn:t=>process.stderr.write(`[warn] ${t}
52
52
  `),error:t=>{let e=t instanceof Error?`${t.name} ${t.message}
53
53
  ${t.stack}`:String(t);process.stderr.write(`[error] ${e}
54
54
  `)},out:t=>process.stdout.write(`${t}
55
55
  `),jsonOut:t=>process.stdout.write(`${JSON.stringify(t)}
56
56
  `),jsonErr:t=>process.stderr.write(`${JSON.stringify(t)}
57
- `)};function tt(t,e){he.jsonOut({ok:!0,data:t,meta:e})}function fo(t){he.jsonErr({ok:!1,data:t})}var mt=class extends Error{type;content;constructor(e,n){super(JSON.stringify(n)),this.name="CliError",this.type=e,this.content=n}},Y={validation:t=>new mt("validation",t),auth:t=>new mt("auth",t),network:t=>new mt("network",t),api:t=>new mt("api",t)};function nr(t,e){return function(){return t.apply(e,arguments)}}var{toString:eC}=Object.prototype,{getPrototypeOf:xo}=Object,ai=(t=>e=>{let n=eC.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),at=t=>(t=t.toLowerCase(),e=>ai(e)===t),ui=t=>e=>typeof e===t,{isArray:hn}=Array,rr=ui("undefined");function tC(t){return t!==null&&!rr(t)&&t.constructor!==null&&!rr(t.constructor)&&Ve(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var al=at("ArrayBuffer");function nC(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&al(t.buffer),e}var rC=ui("string"),Ve=ui("function"),ul=ui("number"),ci=t=>t!==null&&typeof t=="object",iC=t=>t===!0||t===!1,oi=t=>{if(ai(t)!=="object")return!1;let e=xo(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},sC=at("Date"),oC=at("File"),aC=at("Blob"),uC=at("FileList"),cC=t=>ci(t)&&Ve(t.pipe),lC=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||Ve(t.append)&&((e=ai(t))==="formdata"||e==="object"&&Ve(t.toString)&&t.toString()==="[object FormData]"))},pC=at("URLSearchParams"),[DC,dC,mC,fC]=["ReadableStream","Request","Response","Headers"].map(at),hC=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ir(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let r,i;if(typeof t!="object"&&(t=[t]),hn(t))for(r=0,i=t.length;r<i;r++)e.call(null,t[r],r,t);else{let o=n?Object.getOwnPropertyNames(t):Object.keys(t),s=o.length,a;for(r=0;r<s;r++)a=o[r],e.call(null,t[a],a,t)}}function cl(t,e){e=e.toLowerCase();let n=Object.keys(t),r=n.length,i;for(;r-- >0;)if(i=n[r],e===i.toLowerCase())return i;return null}var Ut=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ll=t=>!rr(t)&&t!==Ut;function go(){let{caseless:t}=ll(this)&&this||{},e={},n=(r,i)=>{let o=t&&cl(e,i)||i;oi(e[o])&&oi(r)?e[o]=go(e[o],r):oi(r)?e[o]=go({},r):hn(r)?e[o]=r.slice():e[o]=r};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&ir(arguments[r],n);return e}var gC=(t,e,n,{allOwnKeys:r}={})=>(ir(e,(i,o)=>{n&&Ve(i)?t[o]=nr(i,n):t[o]=i},{allOwnKeys:r}),t),xC=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),FC=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},EC=(t,e,n,r)=>{let i,o,s,a={};if(e=e||{},t==null)return e;do{for(i=Object.getOwnPropertyNames(t),o=i.length;o-- >0;)s=i[o],(!r||r(s,t,e))&&!a[s]&&(e[s]=t[s],a[s]=!0);t=n!==!1&&xo(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},CC=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;let r=t.indexOf(e,n);return r!==-1&&r===n},vC=t=>{if(!t)return null;if(hn(t))return t;let e=t.length;if(!ul(e))return null;let n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},bC=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&xo(Uint8Array)),yC=(t,e)=>{let r=(t&&t[Symbol.iterator]).call(t),i;for(;(i=r.next())&&!i.done;){let o=i.value;e.call(t,o[0],o[1])}},wC=(t,e)=>{let n,r=[];for(;(n=t.exec(e))!==null;)r.push(n);return r},AC=at("HTMLFormElement"),BC=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,i){return r.toUpperCase()+i}),sl=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),SC=at("RegExp"),pl=(t,e)=>{let n=Object.getOwnPropertyDescriptors(t),r={};ir(n,(i,o)=>{let s;(s=e(i,o,t))!==!1&&(r[o]=s||i)}),Object.defineProperties(t,r)},_C=t=>{pl(t,(e,n)=>{if(Ve(t)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;let r=t[n];if(Ve(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},OC=(t,e)=>{let n={},r=i=>{i.forEach(o=>{n[o]=!0})};return hn(t)?r(t):r(String(t).split(e)),n},RC=()=>{},TC=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,ho="abcdefghijklmnopqrstuvwxyz",ol="0123456789",Dl={DIGIT:ol,ALPHA:ho,ALPHA_DIGIT:ho+ho.toUpperCase()+ol},$C=(t=16,e=Dl.ALPHA_DIGIT)=>{let n="",{length:r}=e;for(;t--;)n+=e[Math.random()*r|0];return n};function kC(t){return!!(t&&Ve(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}var IC=t=>{let e=new Array(10),n=(r,i)=>{if(ci(r)){if(e.indexOf(r)>=0)return;if(!("toJSON"in r)){e[i]=r;let o=hn(r)?[]:{};return ir(r,(s,a)=>{let l=n(s,i+1);!rr(l)&&(o[a]=l)}),e[i]=void 0,o}}return r};return n(t,0)},jC=at("AsyncFunction"),NC=t=>t&&(ci(t)||Ve(t))&&Ve(t.then)&&Ve(t.catch),dl=((t,e)=>t?setImmediate:e?((n,r)=>(Ut.addEventListener("message",({source:i,data:o})=>{i===Ut&&o===n&&r.length&&r.shift()()},!1),i=>{r.push(i),Ut.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Ve(Ut.postMessage)),LC=typeof queueMicrotask<"u"?queueMicrotask.bind(Ut):typeof process<"u"&&process.nextTick||dl,g={isArray:hn,isArrayBuffer:al,isBuffer:tC,isFormData:lC,isArrayBufferView:nC,isString:rC,isNumber:ul,isBoolean:iC,isObject:ci,isPlainObject:oi,isReadableStream:DC,isRequest:dC,isResponse:mC,isHeaders:fC,isUndefined:rr,isDate:sC,isFile:oC,isBlob:aC,isRegExp:SC,isFunction:Ve,isStream:cC,isURLSearchParams:pC,isTypedArray:bC,isFileList:uC,forEach:ir,merge:go,extend:gC,trim:hC,stripBOM:xC,inherits:FC,toFlatObject:EC,kindOf:ai,kindOfTest:at,endsWith:CC,toArray:vC,forEachEntry:yC,matchAll:wC,isHTMLForm:AC,hasOwnProperty:sl,hasOwnProp:sl,reduceDescriptors:pl,freezeMethods:_C,toObjectSet:OC,toCamelCase:BC,noop:RC,toFiniteNumber:TC,findKey:cl,global:Ut,isContextDefined:ll,ALPHABET:Dl,generateString:$C,isSpecCompliantForm:kC,toJSONObject:IC,isAsyncFn:jC,isThenable:NC,setImmediate:dl,asap:LC};function gn(t,e,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i,this.status=i.status?i.status:null)}g.inherits(gn,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:g.toJSONObject(this.config),code:this.code,status:this.status}}});var ml=gn.prototype,fl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{fl[t]={value:t}});Object.defineProperties(gn,fl);Object.defineProperty(ml,"isAxiosError",{value:!0});gn.from=(t,e,n,r,i,o)=>{let s=Object.create(ml);return g.toFlatObject(t,s,function(l){return l!==Error.prototype},a=>a!=="isAxiosError"),gn.call(s,t.message,e,n,r,i),s.cause=t,s.name=t.name,o&&Object.assign(s,o),s};var k=gn;var FD=ae(xD(),1),Ei=FD.default;function Lo(t){return g.isPlainObject(t)||g.isArray(t)}function CD(t){return g.endsWith(t,"[]")?t.slice(0,-2):t}function ED(t,e,n){return t?t.concat(e).map(function(i,o){return i=CD(i),!n&&o?"["+i+"]":i}).join(n?".":""):e}function bb(t){return g.isArray(t)&&!t.some(Lo)}var yb=g.toFlatObject(g,{},null,function(e){return/^is[A-Z]/.test(e)});function wb(t,e,n){if(!g.isObject(t))throw new TypeError("target must be an object");e=e||new(Ei||FormData),n=g.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,h){return!g.isUndefined(h[f])});let r=n.metaTokens,i=n.visitor||u,o=n.dots,s=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&g.isSpecCompliantForm(e);if(!g.isFunction(i))throw new TypeError("visitor must be a function");function c(d){if(d===null)return"";if(g.isDate(d))return d.toISOString();if(!l&&g.isBlob(d))throw new k("Blob is not supported. Use a Buffer instead.");return g.isArrayBuffer(d)||g.isTypedArray(d)?l&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function u(d,f,h){let F=d;if(d&&!h&&typeof d=="object"){if(g.endsWith(f,"{}"))f=r?f:f.slice(0,-2),d=JSON.stringify(d);else if(g.isArray(d)&&bb(d)||(g.isFileList(d)||g.endsWith(f,"[]"))&&(F=g.toArray(d)))return f=CD(f),F.forEach(function(w,S){!(g.isUndefined(w)||w===null)&&e.append(s===!0?ED([f],S,o):s===null?f:f+"[]",c(w))}),!1}return Lo(d)?!0:(e.append(ED(h,f,o),c(d)),!1)}let p=[],m=Object.assign(yb,{defaultVisitor:u,convertValue:c,isVisitable:Lo});function D(d,f){if(!g.isUndefined(d)){if(p.indexOf(d)!==-1)throw Error("Circular reference detected in "+f.join("."));p.push(d),g.forEach(d,function(F,A){(!(g.isUndefined(F)||F===null)&&i.call(e,F,g.isString(A)?A.trim():A,f,m))===!0&&D(F,f?f.concat(A):[A])}),p.pop()}}if(!g.isObject(t))throw new TypeError("data must be an object");return D(t),e}var $t=wb;function vD(t){let e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function bD(t,e){this._pairs=[],t&&$t(t,this,e)}var yD=bD.prototype;yD.append=function(e,n){this._pairs.push([e,n])};yD.toString=function(e){let n=e?function(r){return e.call(this,r,vD)}:vD;return this._pairs.map(function(i){return n(i[0])+"="+n(i[1])},"").join("&")};var wD=bD;function Ab(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Wt(t,e,n){if(!e)return t;let r=n&&n.encode||Ab;g.isFunction(n)&&(n={serialize:n});let i=n&&n.serialize,o;if(i?o=i(e,n):o=g.isURLSearchParams(e)?e.toString():new wD(e,n).toString(r),o){let s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+o}return t}var Po=class{constructor(){this.handlers=[]}use(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){g.forEach(this.handlers,function(r){r!==null&&e(r)})}},qo=Po;var vn={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};import Bb from"url";var AD=Bb.URLSearchParams;var BD={isNode:!0,classes:{URLSearchParams:AD,FormData:Ei,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var Ho={};jE(Ho,{hasBrowserEnv:()=>Uo,hasStandardBrowserEnv:()=>Sb,hasStandardBrowserWebWorkerEnv:()=>_b,navigator:()=>Mo,origin:()=>Ob});var Uo=typeof window<"u"&&typeof document<"u",Mo=typeof navigator=="object"&&navigator||void 0,Sb=Uo&&(!Mo||["ReactNative","NativeScript","NS"].indexOf(Mo.product)<0),_b=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ob=Uo&&window.location.href||"http://localhost";var ee={...Ho,...BD};function Wo(t,e){return $t(t,new ee.classes.URLSearchParams,Object.assign({visitor:function(n,r,i,o){return ee.isNode&&g.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},e))}function Rb(t){return g.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Tb(t){let e={},n=Object.keys(t),r,i=n.length,o;for(r=0;r<i;r++)o=n[r],e[o]=t[o];return e}function $b(t){function e(n,r,i,o){let s=n[o++];if(s==="__proto__")return!0;let a=Number.isFinite(+s),l=o>=n.length;return s=!s&&g.isArray(i)?i.length:s,l?(g.hasOwnProp(i,s)?i[s]=[i[s],r]:i[s]=r,!a):((!i[s]||!g.isObject(i[s]))&&(i[s]=[]),e(n,r,i[s],o)&&g.isArray(i[s])&&(i[s]=Tb(i[s])),!a)}if(g.isFormData(t)&&g.isFunction(t.entries)){let n={};return g.forEachEntry(t,(r,i)=>{e(Rb(r),i,n,0)}),n}return null}var Ci=$b;function kb(t,e,n){if(g.isString(t))try{return(e||JSON.parse)(t),g.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(t)}var zo={transitional:vn,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){let r=n.getContentType()||"",i=r.indexOf("application/json")>-1,o=g.isObject(e);if(o&&g.isHTMLForm(e)&&(e=new FormData(e)),g.isFormData(e))return i?JSON.stringify(Ci(e)):e;if(g.isArrayBuffer(e)||g.isBuffer(e)||g.isStream(e)||g.isFile(e)||g.isBlob(e)||g.isReadableStream(e))return e;if(g.isArrayBufferView(e))return e.buffer;if(g.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Wo(e,this.formSerializer).toString();if((a=g.isFileList(e))||r.indexOf("multipart/form-data")>-1){let l=this.env&&this.env.FormData;return $t(a?{"files[]":e}:e,l&&new l,this.formSerializer)}}return o||i?(n.setContentType("application/json",!1),kb(e)):e}],transformResponse:[function(e){let n=this.transitional||zo.transitional,r=n&&n.forcedJSONParsing,i=this.responseType==="json";if(g.isResponse(e)||g.isReadableStream(e))return e;if(e&&g.isString(e)&&(r&&!this.responseType||i)){let s=!(n&&n.silentJSONParsing)&&i;try{return JSON.parse(e)}catch(a){if(s)throw a.name==="SyntaxError"?k.from(a,k.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ee.classes.FormData,Blob:ee.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};g.forEach(["delete","get","head","post","put","patch"],t=>{zo.headers[t]={}});var bn=zo;var Ib=g.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),SD=t=>{let e={},n,r,i;return t&&t.split(`
58
- `).forEach(function(s){i=s.indexOf(":"),n=s.substring(0,i).trim().toLowerCase(),r=s.substring(i+1).trim(),!(!n||e[n]&&Ib[n])&&(n==="set-cookie"?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)}),e};var _D=Symbol("internals");function cr(t){return t&&String(t).trim().toLowerCase()}function vi(t){return t===!1||t==null?t:g.isArray(t)?t.map(vi):String(t)}function jb(t){let e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}var Nb=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Go(t,e,n,r,i){if(g.isFunction(r))return r.call(this,e,n);if(i&&(e=n),!!g.isString(e)){if(g.isString(r))return e.indexOf(r)!==-1;if(g.isRegExp(r))return r.test(e)}}function Lb(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,r)=>n.toUpperCase()+r)}function Pb(t,e){let n=g.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+n,{value:function(i,o,s){return this[r].call(this,e,i,o,s)},configurable:!0})})}var yn=class{constructor(e){e&&this.set(e)}set(e,n,r){let i=this;function o(a,l,c){let u=cr(l);if(!u)throw new Error("header name must be a non-empty string");let p=g.findKey(i,u);(!p||i[p]===void 0||c===!0||c===void 0&&i[p]!==!1)&&(i[p||l]=vi(a))}let s=(a,l)=>g.forEach(a,(c,u)=>o(c,u,l));if(g.isPlainObject(e)||e instanceof this.constructor)s(e,n);else if(g.isString(e)&&(e=e.trim())&&!Nb(e))s(SD(e),n);else if(g.isHeaders(e))for(let[a,l]of e.entries())o(l,a,r);else e!=null&&o(n,e,r);return this}get(e,n){if(e=cr(e),e){let r=g.findKey(this,e);if(r){let i=this[r];if(!n)return i;if(n===!0)return jb(i);if(g.isFunction(n))return n.call(this,i,r);if(g.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=cr(e),e){let r=g.findKey(this,e);return!!(r&&this[r]!==void 0&&(!n||Go(this,this[r],r,n)))}return!1}delete(e,n){let r=this,i=!1;function o(s){if(s=cr(s),s){let a=g.findKey(r,s);a&&(!n||Go(r,r[a],a,n))&&(delete r[a],i=!0)}}return g.isArray(e)?e.forEach(o):o(e),i}clear(e){let n=Object.keys(this),r=n.length,i=!1;for(;r--;){let o=n[r];(!e||Go(this,this[o],o,e,!0))&&(delete this[o],i=!0)}return i}normalize(e){let n=this,r={};return g.forEach(this,(i,o)=>{let s=g.findKey(r,o);if(s){n[s]=vi(i),delete n[o];return}let a=e?Lb(o):String(o).trim();a!==o&&delete n[o],n[a]=vi(i),r[a]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){let n=Object.create(null);return g.forEach(this,(r,i)=>{r!=null&&r!==!1&&(n[i]=e&&g.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(`
59
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...n){let r=new this(e);return n.forEach(i=>r.set(i)),r}static accessor(e){let r=(this[_D]=this[_D]={accessors:{}}).accessors,i=this.prototype;function o(s){let a=cr(s);r[a]||(Pb(i,s),r[a]=!0)}return g.isArray(e)?e.forEach(o):o(e),this}};yn.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);g.reduceDescriptors(yn.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[n]=r}}});g.freezeMethods(yn);var ue=yn;function lr(t,e){let n=this||bn,r=e||n,i=ue.from(r.headers),o=r.data;return g.forEach(t,function(a){o=a.call(n,o,i.normalize(),e?e.status:void 0)}),i.normalize(),o}function pr(t){return!!(t&&t.__CANCEL__)}function OD(t,e,n){k.call(this,t??"canceled",k.ERR_CANCELED,e,n),this.name="CanceledError"}g.inherits(OD,k,{__CANCEL__:!0});var Ye=OD;function ft(t,e,n){let r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):e(new k("Request failed with status code "+n.status,[k.ERR_BAD_REQUEST,k.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Vo(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Yo(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function zt(t,e){return t&&!Vo(e)?Yo(t,e):e}var id=ae(TD(),1),sd=ae(GD(),1);import Ly from"http";import Py from"https";import qy from"util";import It from"zlib";var Kt="1.7.9";function hr(t){let e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}var wy=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function ca(t,e,n){let r=n&&n.Blob||ee.classes.Blob,i=hr(t);if(e===void 0&&r&&(e=!0),i==="data"){t=i.length?t.slice(i.length+1):t;let o=wy.exec(t);if(!o)throw new k("Invalid URL",k.ERR_INVALID_URL);let s=o[1],a=o[2],l=o[3],c=Buffer.from(decodeURIComponent(l),a?"base64":"utf8");if(e){if(!r)throw new k("Blob is not supported",k.ERR_NOT_SUPPORT);return new r([c],{type:s})}return c}throw new k("Unsupported protocol "+i,k.ERR_NOT_SUPPORT)}import Rn from"stream";import Ay from"stream";var la=Symbol("internals"),pa=class extends Ay.Transform{constructor(e){e=g.toFlatObject(e,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(r,i)=>!g.isUndefined(i[r])),super({readableHighWaterMark:e.chunkSize});let n=this[la]={timeWindow:e.timeWindow,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",r=>{r==="progress"&&(n.isCaptured||(n.isCaptured=!0))})}_read(e){let n=this[la];return n.onReadCallback&&n.onReadCallback(),super._read(e)}_transform(e,n,r){let i=this[la],o=i.maxRate,s=this.readableHighWaterMark,a=i.timeWindow,l=1e3/a,c=o/l,u=i.minChunkSize!==!1?Math.max(i.minChunkSize,c*.01):0,p=(D,d)=>{let f=Buffer.byteLength(D);i.bytesSeen+=f,i.bytes+=f,i.isCaptured&&this.emit("progress",i.bytesSeen),this.push(D)?process.nextTick(d):i.onReadCallback=()=>{i.onReadCallback=null,process.nextTick(d)}},m=(D,d)=>{let f=Buffer.byteLength(D),h=null,F=s,A,w=0;if(o){let S=Date.now();(!i.ts||(w=S-i.ts)>=a)&&(i.ts=S,A=c-i.bytes,i.bytes=A<0?-A:0,w=0),A=c-i.bytes}if(o){if(A<=0)return setTimeout(()=>{d(null,D)},a-w);A<F&&(F=A)}F&&f>F&&f-F>u&&(h=D.subarray(F),D=D.subarray(0,F)),p(D,h?()=>{process.nextTick(d,null,h)}:d)};m(e,function D(d,f){if(d)return r(d);f?m(f,D):r(null)})}},Da=pa;import{EventEmitter as My}from"events";import Sy from"util";import{Readable as _y}from"stream";var{asyncIterator:VD}=Symbol,By=async function*(t){t.stream?yield*t.stream():t.arrayBuffer?yield await t.arrayBuffer():t[VD]?yield*t[VD]():yield t},Bi=By;var Oy=g.ALPHABET.ALPHA_DIGIT+"-_",gr=typeof TextEncoder=="function"?new TextEncoder:new Sy.TextEncoder,kt=`\r
60
- `,Ry=gr.encode(kt),Ty=2,da=class{constructor(e,n){let{escapeName:r}=this.constructor,i=g.isString(n),o=`Content-Disposition: form-data; name="${r(e)}"${!i&&n.name?`; filename="${r(n.name)}"`:""}${kt}`;i?n=gr.encode(String(n).replace(/\r?\n|\r\n?/g,kt)):o+=`Content-Type: ${n.type||"application/octet-stream"}${kt}`,this.headers=gr.encode(o+kt),this.contentLength=i?n.byteLength:n.size,this.size=this.headers.byteLength+this.contentLength+Ty,this.name=e,this.value=n}async*encode(){yield this.headers;let{value:e}=this;g.isTypedArray(e)?yield e:yield*Bi(e),yield Ry}static escapeName(e){return String(e).replace(/[\r\n"]/g,n=>({"\r":"%0D","\n":"%0A",'"':"%22"})[n])}},$y=(t,e,n)=>{let{tag:r="form-data-boundary",size:i=25,boundary:o=r+"-"+g.generateString(i,Oy)}=n||{};if(!g.isFormData(t))throw TypeError("FormData instance required");if(o.length<1||o.length>70)throw Error("boundary must be 10-70 characters long");let s=gr.encode("--"+o+kt),a=gr.encode("--"+o+"--"+kt+kt),l=a.byteLength,c=Array.from(t.entries()).map(([p,m])=>{let D=new da(p,m);return l+=D.size,D});l+=s.byteLength*c.length,l=g.toFiniteNumber(l);let u={"Content-Type":`multipart/form-data; boundary=${o}`};return Number.isFinite(l)&&(u["Content-Length"]=l),e&&e(u),_y.from(async function*(){for(let p of c)yield s,yield*p.encode();yield a}())},YD=$y;import ky from"stream";var ma=class extends ky.Transform{__transform(e,n,r){this.push(e),r()}_transform(e,n,r){if(e.length!==0&&(this._transform=this.__transform,e[0]!==120)){let i=Buffer.alloc(2);i[0]=120,i[1]=156,this.push(i,n)}this.__transform(e,n,r)}},KD=ma;var Iy=(t,e)=>g.isAsyncFn(t)?function(...n){let r=n.pop();t.apply(this,n).then(i=>{try{e?r(null,...e(i)):r(null,i)}catch(o){r(o)}},r)}:t,JD=Iy;function jy(t,e){t=t||10;let n=new Array(t),r=new Array(t),i=0,o=0,s;return e=e!==void 0?e:1e3,function(l){let c=Date.now(),u=r[o];s||(s=c),n[i]=l,r[i]=c;let p=o,m=0;for(;p!==i;)m+=n[p++],p=p%t;if(i=(i+1)%t,i===o&&(o=(o+1)%t),c-s<e)return;let D=u&&c-u;return D?Math.round(m*1e3/D):void 0}}var XD=jy;function Ny(t,e){let n=0,r=1e3/e,i,o,s=(c,u=Date.now())=>{n=u,i=null,o&&(clearTimeout(o),o=null),t.apply(null,c)};return[(...c)=>{let u=Date.now(),p=u-n;p>=r?s(c,u):(i=c,o||(o=setTimeout(()=>{o=null,s(i)},r-p)))},()=>i&&s(i)]}var ZD=Ny;var yt=(t,e,n=3)=>{let r=0,i=XD(50,250);return ZD(o=>{let s=o.loaded,a=o.lengthComputable?o.total:void 0,l=s-r,c=i(l),u=s<=a;r=s;let p={loaded:s,total:a,progress:a?s/a:void 0,bytes:l,rate:c||void 0,estimated:c&&a&&u?(a-s)/c:void 0,event:o,lengthComputable:a!=null,[e?"download":"upload"]:!0};t(p)},n)},_n=(t,e)=>{let n=t!=null;return[r=>e[0]({lengthComputable:n,total:t,loaded:r}),e[1]]},On=t=>(...e)=>g.asap(()=>t(...e));var QD={flush:It.constants.Z_SYNC_FLUSH,finishFlush:It.constants.Z_SYNC_FLUSH},Uy={flush:It.constants.BROTLI_OPERATION_FLUSH,finishFlush:It.constants.BROTLI_OPERATION_FLUSH},ed=g.isFunction(It.createBrotliDecompress),{http:Hy,https:Wy}=sd.default,zy=/https:?/,td=ee.protocols.map(t=>t+":"),nd=(t,[e,n])=>(t.on("end",n).on("error",n),e);function Gy(t,e){t.beforeRedirects.proxy&&t.beforeRedirects.proxy(t),t.beforeRedirects.config&&t.beforeRedirects.config(t,e)}function od(t,e,n){let r=e;if(!r&&r!==!1){let i=id.default.getProxyForUrl(n);i&&(r=new URL(i))}if(r){if(r.username&&(r.auth=(r.username||"")+":"+(r.password||"")),r.auth){(r.auth.username||r.auth.password)&&(r.auth=(r.auth.username||"")+":"+(r.auth.password||""));let o=Buffer.from(r.auth,"utf8").toString("base64");t.headers["Proxy-Authorization"]="Basic "+o}t.headers.host=t.hostname+(t.port?":"+t.port:"");let i=r.hostname||r.host;t.hostname=i,t.host=i,t.port=r.port,t.path=n,r.protocol&&(t.protocol=r.protocol.includes(":")?r.protocol:`${r.protocol}:`)}t.beforeRedirects.proxy=function(o){od(o,e,o.href)}}var Vy=typeof process<"u"&&g.kindOf(process)==="process",Yy=t=>new Promise((e,n)=>{let r,i,o=(l,c)=>{i||(i=!0,r&&r(l,c))},s=l=>{o(l),e(l)},a=l=>{o(l,!0),n(l)};t(s,a,l=>r=l).catch(a)}),Ky=({address:t,family:e})=>{if(!g.isString(t))throw TypeError("address must be a string");return{address:t,family:e||(t.indexOf(".")<0?6:4)}},rd=(t,e)=>Ky(g.isObject(t)?t:{address:t,family:e}),ad=Vy&&function(e){return Yy(async function(r,i,o){let{data:s,lookup:a,family:l}=e,{responseType:c,responseEncoding:u}=e,p=e.method.toUpperCase(),m,D=!1,d;if(a){let C=JD(a,b=>g.isArray(b)?b:[b]);a=(b,R,X)=>{C(b,R,(V,te,Te)=>{if(V)return X(V);let we=g.isArray(te)?te.map(fe=>rd(fe)):[rd(te,Te)];R.all?X(V,we):X(V,we[0].address,we[0].family)})}}let f=new My,h=()=>{e.cancelToken&&e.cancelToken.unsubscribe(F),e.signal&&e.signal.removeEventListener("abort",F),f.removeAllListeners()};o((C,b)=>{m=!0,b&&(D=!0,h())});function F(C){f.emit("abort",!C||C.type?new Ye(null,e,d):C)}f.once("abort",i),(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(F),e.signal&&(e.signal.aborted?F():e.signal.addEventListener("abort",F)));let A=zt(e.baseURL,e.url),w=new URL(A,ee.hasBrowserEnv?ee.origin:void 0),S=w.protocol||td[0];if(S==="data:"){let C;if(p!=="GET")return ft(r,i,{status:405,statusText:"method not allowed",headers:{},config:e});try{C=ca(e.url,c==="blob",{Blob:e.env&&e.env.Blob})}catch(b){throw k.from(b,k.ERR_BAD_REQUEST,e)}return c==="text"?(C=C.toString(u),(!u||u==="utf8")&&(C=g.stripBOM(C))):c==="stream"&&(C=Rn.Readable.from(C)),ft(r,i,{data:C,status:200,statusText:"OK",headers:new ue,config:e})}if(td.indexOf(S)===-1)return i(new k("Unsupported protocol "+S,k.ERR_BAD_REQUEST,e));let L=ue.from(e.headers).normalize();L.set("User-Agent","axios/"+Kt,!1);let{onUploadProgress:U,onDownloadProgress:q}=e,M=e.maxRate,E,$;if(g.isSpecCompliantForm(s)){let C=L.getContentType(/boundary=([-_\w\d]{10,70})/i);s=YD(s,b=>{L.set(b)},{tag:`axios-${Kt}-boundary`,boundary:C&&C[1]||void 0})}else if(g.isFormData(s)&&g.isFunction(s.getHeaders)){if(L.set(s.getHeaders()),!L.hasContentLength())try{let C=await qy.promisify(s.getLength).call(s);Number.isFinite(C)&&C>=0&&L.setContentLength(C)}catch{}}else if(g.isBlob(s)||g.isFile(s))s.size&&L.setContentType(s.type||"application/octet-stream"),L.setContentLength(s.size||0),s=Rn.Readable.from(Bi(s));else if(s&&!g.isStream(s)){if(!Buffer.isBuffer(s))if(g.isArrayBuffer(s))s=Buffer.from(new Uint8Array(s));else if(g.isString(s))s=Buffer.from(s,"utf-8");else return i(new k("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",k.ERR_BAD_REQUEST,e));if(L.setContentLength(s.length,!1),e.maxBodyLength>-1&&s.length>e.maxBodyLength)return i(new k("Request body larger than maxBodyLength limit",k.ERR_BAD_REQUEST,e))}let I=g.toFiniteNumber(L.getContentLength());g.isArray(M)?(E=M[0],$=M[1]):E=$=M,s&&(U||E)&&(g.isStream(s)||(s=Rn.Readable.from(s,{objectMode:!1})),s=Rn.pipeline([s,new Da({maxRate:g.toFiniteNumber(E)})],g.noop),U&&s.on("progress",nd(s,_n(I,yt(On(U),!1,3)))));let T;if(e.auth){let C=e.auth.username||"",b=e.auth.password||"";T=C+":"+b}if(!T&&w.username){let C=w.username,b=w.password;T=C+":"+b}T&&L.delete("authorization");let _;try{_=Wt(w.pathname+w.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(C){let b=new Error(C.message);return b.config=e,b.url=e.url,b.exists=!0,i(b)}L.set("Accept-Encoding","gzip, compress, deflate"+(ed?", br":""),!1);let v={path:_,method:p,headers:L.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:T,protocol:S,family:l,beforeRedirect:Gy,beforeRedirects:{}};!g.isUndefined(a)&&(v.lookup=a),e.socketPath?v.socketPath=e.socketPath:(v.hostname=w.hostname.startsWith("[")?w.hostname.slice(1,-1):w.hostname,v.port=w.port,od(v,e.proxy,S+"//"+w.hostname+(w.port?":"+w.port:"")+v.path));let B,y=zy.test(v.protocol);if(v.agent=y?e.httpsAgent:e.httpAgent,e.transport?B=e.transport:e.maxRedirects===0?B=y?Py:Ly:(e.maxRedirects&&(v.maxRedirects=e.maxRedirects),e.beforeRedirect&&(v.beforeRedirects.config=e.beforeRedirect),B=y?Wy:Hy),e.maxBodyLength>-1?v.maxBodyLength=e.maxBodyLength:v.maxBodyLength=1/0,e.insecureHTTPParser&&(v.insecureHTTPParser=e.insecureHTTPParser),d=B.request(v,function(b){if(d.destroyed)return;let R=[b],X=+b.headers["content-length"];if(q||$){let fe=new Da({maxRate:g.toFiniteNumber($)});q&&fe.on("progress",nd(fe,_n(X,yt(On(q),!0,3)))),R.push(fe)}let V=b,te=b.req||d;if(e.decompress!==!1&&b.headers["content-encoding"])switch((p==="HEAD"||b.statusCode===204)&&delete b.headers["content-encoding"],(b.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":R.push(It.createUnzip(QD)),delete b.headers["content-encoding"];break;case"deflate":R.push(new KD),R.push(It.createUnzip(QD)),delete b.headers["content-encoding"];break;case"br":ed&&(R.push(It.createBrotliDecompress(Uy)),delete b.headers["content-encoding"])}V=R.length>1?Rn.pipeline(R,g.noop):R[0];let Te=Rn.finished(V,()=>{Te(),h()}),we={status:b.statusCode,statusText:b.statusMessage,headers:new ue(b.headers),config:e,request:te};if(c==="stream")we.data=V,ft(r,i,we);else{let fe=[],Ot=0;V.on("data",function(Q){fe.push(Q),Ot+=Q.length,e.maxContentLength>-1&&Ot>e.maxContentLength&&(D=!0,V.destroy(),i(new k("maxContentLength size of "+e.maxContentLength+" exceeded",k.ERR_BAD_RESPONSE,e,te)))}),V.on("aborted",function(){if(D)return;let Q=new k("stream has been aborted",k.ERR_BAD_RESPONSE,e,te);V.destroy(Q),i(Q)}),V.on("error",function(Q){d.destroyed||i(k.from(Q,null,e,te))}),V.on("end",function(){try{let Q=fe.length===1?fe[0]:Buffer.concat(fe);c!=="arraybuffer"&&(Q=Q.toString(u),(!u||u==="utf8")&&(Q=g.stripBOM(Q))),we.data=Q}catch(Q){return i(k.from(Q,null,e,we.request,we))}ft(r,i,we)})}f.once("abort",fe=>{V.destroyed||(V.emit("error",fe),V.destroy())})}),f.once("abort",C=>{i(C),d.destroy(C)}),d.on("error",function(b){i(k.from(b,null,e,d))}),d.on("socket",function(b){b.setKeepAlive(!0,1e3*60)}),e.timeout){let C=parseInt(e.timeout,10);if(Number.isNaN(C)){i(new k("error trying to parse `config.timeout` to int",k.ERR_BAD_OPTION_VALUE,e,d));return}d.setTimeout(C,function(){if(m)return;let R=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",X=e.transitional||vn;e.timeoutErrorMessage&&(R=e.timeoutErrorMessage),i(new k(R,X.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,e,d)),F()})}if(g.isStream(s)){let C=!1,b=!1;s.on("end",()=>{C=!0}),s.once("error",R=>{b=!0,d.destroy(R)}),s.on("close",()=>{!C&&!b&&F(new Ye("Request stream has been aborted",e,d))}),s.pipe(d)}else d.end(s)})};var ud=ee.hasStandardBrowserEnv?((t,e)=>n=>(n=new URL(n,ee.origin),t.protocol===n.protocol&&t.host===n.host&&(e||t.port===n.port)))(new URL(ee.origin),ee.navigator&&/(msie|trident)/i.test(ee.navigator.userAgent)):()=>!0;var cd=ee.hasStandardBrowserEnv?{write(t,e,n,r,i,o){let s=[t+"="+encodeURIComponent(e)];g.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),g.isString(r)&&s.push("path="+r),g.isString(i)&&s.push("domain="+i),o===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){let e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};var ld=t=>t instanceof ue?{...t}:t;function ct(t,e){e=e||{};let n={};function r(c,u,p,m){return g.isPlainObject(c)&&g.isPlainObject(u)?g.merge.call({caseless:m},c,u):g.isPlainObject(u)?g.merge({},u):g.isArray(u)?u.slice():u}function i(c,u,p,m){if(g.isUndefined(u)){if(!g.isUndefined(c))return r(void 0,c,p,m)}else return r(c,u,p,m)}function o(c,u){if(!g.isUndefined(u))return r(void 0,u)}function s(c,u){if(g.isUndefined(u)){if(!g.isUndefined(c))return r(void 0,c)}else return r(void 0,u)}function a(c,u,p){if(p in e)return r(c,u);if(p in t)return r(void 0,c)}let l={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(c,u,p)=>i(ld(c),ld(u),p,!0)};return g.forEach(Object.keys(Object.assign({},t,e)),function(u){let p=l[u]||i,m=p(t[u],e[u],u);g.isUndefined(m)&&p!==a||(n[u]=m)}),n}var Si=t=>{let e=ct({},t),{data:n,withXSRFToken:r,xsrfHeaderName:i,xsrfCookieName:o,headers:s,auth:a}=e;e.headers=s=ue.from(s),e.url=Wt(zt(e.baseURL,e.url),t.params,t.paramsSerializer),a&&s.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let l;if(g.isFormData(n)){if(ee.hasStandardBrowserEnv||ee.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((l=s.getContentType())!==!1){let[c,...u]=l?l.split(";").map(p=>p.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...u].join("; "))}}if(ee.hasStandardBrowserEnv&&(r&&g.isFunction(r)&&(r=r(e)),r||r!==!1&&ud(e.url))){let c=i&&o&&cd.read(o);c&&s.set(i,c)}return e};var Jy=typeof XMLHttpRequest<"u",pd=Jy&&function(t){return new Promise(function(n,r){let i=Si(t),o=i.data,s=ue.from(i.headers).normalize(),{responseType:a,onUploadProgress:l,onDownloadProgress:c}=i,u,p,m,D,d;function f(){D&&D(),d&&d(),i.cancelToken&&i.cancelToken.unsubscribe(u),i.signal&&i.signal.removeEventListener("abort",u)}let h=new XMLHttpRequest;h.open(i.method.toUpperCase(),i.url,!0),h.timeout=i.timeout;function F(){if(!h)return;let w=ue.from("getAllResponseHeaders"in h&&h.getAllResponseHeaders()),L={data:!a||a==="text"||a==="json"?h.responseText:h.response,status:h.status,statusText:h.statusText,headers:w,config:t,request:h};ft(function(q){n(q),f()},function(q){r(q),f()},L),h=null}"onloadend"in h?h.onloadend=F:h.onreadystatechange=function(){!h||h.readyState!==4||h.status===0&&!(h.responseURL&&h.responseURL.indexOf("file:")===0)||setTimeout(F)},h.onabort=function(){h&&(r(new k("Request aborted",k.ECONNABORTED,t,h)),h=null)},h.onerror=function(){r(new k("Network Error",k.ERR_NETWORK,t,h)),h=null},h.ontimeout=function(){let S=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded",L=i.transitional||vn;i.timeoutErrorMessage&&(S=i.timeoutErrorMessage),r(new k(S,L.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,t,h)),h=null},o===void 0&&s.setContentType(null),"setRequestHeader"in h&&g.forEach(s.toJSON(),function(S,L){h.setRequestHeader(L,S)}),g.isUndefined(i.withCredentials)||(h.withCredentials=!!i.withCredentials),a&&a!=="json"&&(h.responseType=i.responseType),c&&([m,d]=yt(c,!0),h.addEventListener("progress",m)),l&&h.upload&&([p,D]=yt(l),h.upload.addEventListener("progress",p),h.upload.addEventListener("loadend",D)),(i.cancelToken||i.signal)&&(u=w=>{h&&(r(!w||w.type?new Ye(null,t,h):w),h.abort(),h=null)},i.cancelToken&&i.cancelToken.subscribe(u),i.signal&&(i.signal.aborted?u():i.signal.addEventListener("abort",u)));let A=hr(i.url);if(A&&ee.protocols.indexOf(A)===-1){r(new k("Unsupported protocol "+A+":",k.ERR_BAD_REQUEST,t));return}h.send(o||null)})};var Xy=(t,e)=>{let{length:n}=t=t?t.filter(Boolean):[];if(e||n){let r=new AbortController,i,o=function(c){if(!i){i=!0,a();let u=c instanceof Error?c:this.reason;r.abort(u instanceof k?u:new Ye(u instanceof Error?u.message:u))}},s=e&&setTimeout(()=>{s=null,o(new k(`timeout ${e} of ms exceeded`,k.ETIMEDOUT))},e),a=()=>{t&&(s&&clearTimeout(s),s=null,t.forEach(c=>{c.unsubscribe?c.unsubscribe(o):c.removeEventListener("abort",o)}),t=null)};t.forEach(c=>c.addEventListener("abort",o));let{signal:l}=r;return l.unsubscribe=()=>g.asap(a),l}},Dd=Xy;var Zy=function*(t,e){let n=t.byteLength;if(!e||n<e){yield t;return}let r=0,i;for(;r<n;)i=r+e,yield t.slice(r,i),r=i},Qy=async function*(t,e){for await(let n of e2(t))yield*Zy(n,e)},e2=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)break;yield r}}finally{await e.cancel()}},fa=(t,e,n,r)=>{let i=Qy(t,e),o=0,s,a=l=>{s||(s=!0,r&&r(l))};return new ReadableStream({async pull(l){try{let{done:c,value:u}=await i.next();if(c){a(),l.close();return}let p=u.byteLength;if(n){let m=o+=p;n(m)}l.enqueue(new Uint8Array(u))}catch(c){throw a(c),c}},cancel(l){return a(l),i.return()}},{highWaterMark:2})};var Oi=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",md=Oi&&typeof ReadableStream=="function",t2=Oi&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),fd=(t,...e)=>{try{return!!t(...e)}catch{return!1}},n2=md&&fd(()=>{let t=!1,e=new Request(ee.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),dd=64*1024,ha=md&&fd(()=>g.isReadableStream(new Response("").body)),_i={stream:ha&&(t=>t.body)};Oi&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!_i[e]&&(_i[e]=g.isFunction(t[e])?n=>n[e]():(n,r)=>{throw new k(`Response type '${e}' is not supported`,k.ERR_NOT_SUPPORT,r)})})})(new Response);var r2=async t=>{if(t==null)return 0;if(g.isBlob(t))return t.size;if(g.isSpecCompliantForm(t))return(await new Request(ee.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(g.isArrayBufferView(t)||g.isArrayBuffer(t))return t.byteLength;if(g.isURLSearchParams(t)&&(t=t+""),g.isString(t))return(await t2(t)).byteLength},i2=async(t,e)=>{let n=g.toFiniteNumber(t.getContentLength());return n??r2(e)},hd=Oi&&(async t=>{let{url:e,method:n,data:r,signal:i,cancelToken:o,timeout:s,onDownloadProgress:a,onUploadProgress:l,responseType:c,headers:u,withCredentials:p="same-origin",fetchOptions:m}=Si(t);c=c?(c+"").toLowerCase():"text";let D=Dd([i,o&&o.toAbortSignal()],s),d,f=D&&D.unsubscribe&&(()=>{D.unsubscribe()}),h;try{if(l&&n2&&n!=="get"&&n!=="head"&&(h=await i2(u,r))!==0){let L=new Request(e,{method:"POST",body:r,duplex:"half"}),U;if(g.isFormData(r)&&(U=L.headers.get("content-type"))&&u.setContentType(U),L.body){let[q,M]=_n(h,yt(On(l)));r=fa(L.body,dd,q,M)}}g.isString(p)||(p=p?"include":"omit");let F="credentials"in Request.prototype;d=new Request(e,{...m,signal:D,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:F?p:void 0});let A=await fetch(d),w=ha&&(c==="stream"||c==="response");if(ha&&(a||w&&f)){let L={};["status","statusText","headers"].forEach(E=>{L[E]=A[E]});let U=g.toFiniteNumber(A.headers.get("content-length")),[q,M]=a&&_n(U,yt(On(a),!0))||[];A=new Response(fa(A.body,dd,q,()=>{M&&M(),f&&f()}),L)}c=c||"text";let S=await _i[g.findKey(_i,c)||"text"](A,t);return!w&&f&&f(),await new Promise((L,U)=>{ft(L,U,{data:S,headers:ue.from(A.headers),status:A.status,statusText:A.statusText,config:t,request:d})})}catch(F){throw f&&f(),F&&F.name==="TypeError"&&/fetch/i.test(F.message)?Object.assign(new k("Network Error",k.ERR_NETWORK,t,d),{cause:F.cause||F}):k.from(F,F&&F.code,t,d)}});var ga={http:ad,xhr:pd,fetch:hd};g.forEach(ga,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});var gd=t=>`- ${t}`,s2=t=>g.isFunction(t)||t===null||t===!1,Ri={getAdapter:t=>{t=g.isArray(t)?t:[t];let{length:e}=t,n,r,i={};for(let o=0;o<e;o++){n=t[o];let s;if(r=n,!s2(n)&&(r=ga[(s=String(n)).toLowerCase()],r===void 0))throw new k(`Unknown adapter '${s}'`);if(r)break;i[s||"#"+o]=r}if(!r){let o=Object.entries(i).map(([a,l])=>`adapter ${a} `+(l===!1?"is not supported by the environment":"is not available in the build")),s=e?o.length>1?`since :
61
- `+o.map(gd).join(`
62
- `):" "+gd(o[0]):"as no adapter specified";throw new k("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return r},adapters:ga};function xa(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Ye(null,t)}function Ti(t){return xa(t),t.headers=ue.from(t.headers),t.data=lr.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Ri.getAdapter(t.adapter||bn.adapter)(t).then(function(r){return xa(t),r.data=lr.call(t,t.transformResponse,r),r.headers=ue.from(r.headers),r},function(r){return pr(r)||(xa(t),r&&r.response&&(r.response.data=lr.call(t,t.transformResponse,r.response),r.response.headers=ue.from(r.response.headers))),Promise.reject(r)})}var $i={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{$i[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});var xd={};$i.transitional=function(e,n,r){function i(o,s){return"[Axios v"+Kt+"] Transitional option '"+o+"'"+s+(r?". "+r:"")}return(o,s,a)=>{if(e===!1)throw new k(i(s," has been removed"+(n?" in "+n:"")),k.ERR_DEPRECATED);return n&&!xd[s]&&(xd[s]=!0,console.warn(i(s," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(o,s,a):!0}};$i.spelling=function(e){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${e}`),!0)};function o2(t,e,n){if(typeof t!="object")throw new k("options must be an object",k.ERR_BAD_OPTION_VALUE);let r=Object.keys(t),i=r.length;for(;i-- >0;){let o=r[i],s=e[o];if(s){let a=t[o],l=a===void 0||s(a,o,t);if(l!==!0)throw new k("option "+o+" must be "+l,k.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new k("Unknown option "+o,k.ERR_BAD_OPTION)}}var xr={assertOptions:o2,validators:$i};var ht=xr.validators,Tn=class{constructor(e){this.defaults=e,this.interceptors={request:new qo,response:new qo}}async request(e,n){try{return await this._request(e,n)}catch(r){if(r instanceof Error){let i={};Error.captureStackTrace?Error.captureStackTrace(i):i=new Error;let o=i.stack?i.stack.replace(/^.+\n/,""):"";try{r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
63
- `+o):r.stack=o}catch{}}throw r}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=ct(this.defaults,n);let{transitional:r,paramsSerializer:i,headers:o}=n;r!==void 0&&xr.assertOptions(r,{silentJSONParsing:ht.transitional(ht.boolean),forcedJSONParsing:ht.transitional(ht.boolean),clarifyTimeoutError:ht.transitional(ht.boolean)},!1),i!=null&&(g.isFunction(i)?n.paramsSerializer={serialize:i}:xr.assertOptions(i,{encode:ht.function,serialize:ht.function},!0)),xr.assertOptions(n,{baseUrl:ht.spelling("baseURL"),withXsrfToken:ht.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=o&&g.merge(o.common,o[n.method]);o&&g.forEach(["delete","get","head","post","put","patch","common"],d=>{delete o[d]}),n.headers=ue.concat(s,o);let a=[],l=!0;this.interceptors.request.forEach(function(f){typeof f.runWhen=="function"&&f.runWhen(n)===!1||(l=l&&f.synchronous,a.unshift(f.fulfilled,f.rejected))});let c=[];this.interceptors.response.forEach(function(f){c.push(f.fulfilled,f.rejected)});let u,p=0,m;if(!l){let d=[Ti.bind(this),void 0];for(d.unshift.apply(d,a),d.push.apply(d,c),m=d.length,u=Promise.resolve(n);p<m;)u=u.then(d[p++],d[p++]);return u}m=a.length;let D=n;for(p=0;p<m;){let d=a[p++],f=a[p++];try{D=d(D)}catch(h){f.call(this,h);break}}try{u=Ti.call(this,D)}catch(d){return Promise.reject(d)}for(p=0,m=c.length;p<m;)u=u.then(c[p++],c[p++]);return u}getUri(e){e=ct(this.defaults,e);let n=zt(e.baseURL,e.url);return Wt(n,e.params,e.paramsSerializer)}};g.forEach(["delete","get","head","options"],function(e){Tn.prototype[e]=function(n,r){return this.request(ct(r||{},{method:e,url:n,data:(r||{}).data}))}});g.forEach(["post","put","patch"],function(e){function n(r){return function(o,s,a){return this.request(ct(a||{},{method:e,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:s}))}}Tn.prototype[e]=n(),Tn.prototype[e+"Form"]=n(!0)});var Fr=Tn;var Fa=class t{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});let r=this;this.promise.then(i=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](i);r._listeners=null}),this.promise.then=i=>{let o,s=new Promise(a=>{r.subscribe(a),o=a}).then(i);return s.cancel=function(){r.unsubscribe(o)},s},e(function(o,s,a){r.reason||(r.reason=new Ye(o,s,a),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){let e=new AbortController,n=r=>{e.abort(r)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new t(function(i){e=i}),cancel:e}}},Fd=Fa;function Ea(t){return function(n){return t.apply(null,n)}}function Ca(t){return g.isObject(t)&&t.isAxiosError===!0}var va={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(va).forEach(([t,e])=>{va[e]=t});var Ed=va;function Cd(t){let e=new Fr(t),n=nr(Fr.prototype.request,e);return g.extend(n,Fr.prototype,e,{allOwnKeys:!0}),g.extend(n,e,null,{allOwnKeys:!0}),n.create=function(i){return Cd(ct(t,i))},n}var ge=Cd(bn);ge.Axios=Fr;ge.CanceledError=Ye;ge.CancelToken=Fd;ge.isCancel=pr;ge.VERSION=Kt;ge.toFormData=$t;ge.AxiosError=k;ge.Cancel=ge.CanceledError;ge.all=function(e){return Promise.all(e)};ge.spread=Ea;ge.isAxiosError=Ca;ge.mergeConfig=ct;ge.AxiosHeaders=ue;ge.formToJSON=t=>Ci(g.isHTMLForm(t)?new FormData(t):t);ge.getAdapter=Ri.getAdapter;ge.HttpStatusCode=Ed;ge.default=ge;var ki=ge;var{Axios:W4,AxiosError:z4,CanceledError:G4,isCancel:V4,CancelToken:Y4,VERSION:K4,all:J4,Cancel:X4,isAxiosError:Z4,spread:Q4,toFormData:eR,AxiosHeaders:tR,HttpStatusCode:nR,formToJSON:rR,getAdapter:iR,mergeConfig:sR}=ki;import{existsSync as a2,mkdirSync as u2,readFileSync as c2,unlinkSync as l2,writeFileSync as p2}from"node:fs";import{homedir as D2}from"node:os";import{join as yd}from"node:path";var vd={DEV:"DEV",TEST:"TEST",PRE:"PRE",PRD:"PRD"},bd={DEV:"http://127.0.0.1:5107",TEST:"https://tkf-tiau.kuaishang.cn/webCommon",PRE:"https://test-tiau.dingningtalk.com/webCommon",PRD:"https://tiau.kuaishang.cn/webCommon"},Ii="KST_ONLINE_CLI_API_KEY";var ji={currKey:"",configs:[]},ba=class{configDir(){return process.env.KST_IM_CLI_CONFIG_DIR??yd(D2(),".config",".kst-im-cli")}configPath(){return yd(this.configDir(),"config.json")}loadMultiConfig(){let e=this.configPath();if(!a2(e))return this.write(ji),ji;try{let n=c2(e,"utf-8");return JSON.parse(n)}catch(n){return he.error(n),l2(e),this.write(ji),ji}}loadEnvApiKey(){return process.env[Ii]?.trim()||void 0}tryLoadConfig(){try{return this.loadConfig()}catch{return}}resolveApiKey(){let e=this.loadEnvApiKey();if(e)return{key:e,source:"env"};let n=this.tryLoadConfig();if(n)return{key:n.key,source:"config",config:n}}loadConfig(){let{currKey:e,configs:n}=this.loadMultiConfig();if(!e||n.length===0)throw Y.auth("\u672A\u767B\u5F55\uFF0C\u8BF7\u5148\u6267\u884C auth login");let r=n.find(({key:i})=>i===e);if(!r)throw Y.validation(`\u914D\u7F6E "${e}" \u4E0D\u5B58\u5728`);return r}loadConfigByKey(e){let n=xe.loadConfig();if(!(e in n)){he.warn(`\u672A\u77E5\u914D\u7F6E\u9879\uFF1A${e}`);return}return n[e]}saveMultiConfig(e){let n={...this.loadMultiConfig(),...e};this.write(n)}saveCurrKey(e){this.saveMultiConfig({currKey:e})}saveConfig(e,n){let{currKey:r,configs:i}=this.loadMultiConfig(),o=i.find(({key:a})=>a===r),s=i;o?s=i.map(a=>a.key!==e?a:{...a,...n}):s=[...i,n],this.write({currKey:r,configs:s})}saveCurrConfig(e){let{currKey:n}=this.loadMultiConfig();if(!n)throw Y.validation("\u5F53\u524D\u65E0\u6D3B\u8DC3\u914D\u7F6E");this.saveConfig(n,e)}removeConfig(e){let{currKey:n,configs:r}=this.loadMultiConfig(),i=r.filter(o=>o.key!==e);this.write({currKey:n!==e?n:"",configs:i})}write(e){let n=this.configDir();u2(n,{recursive:!0}),p2(this.configPath(),JSON.stringify(e,null,2))}},xe=new ba;var d2=new Set(["ECONNREFUSED","ECONNABORTED","ETIMEDOUT","ENOTFOUND","ECONNRESET"]),ya=class{CLIENT;CONFIG={};keySource=null;constructor(){this.CLIENT=ki.create({timeout:3e4}),this.CLIENT.interceptors.request.use(e=>{let{key:n}=this.CONFIG;if(!n)throw Y.auth("\u672A\u767B\u5F55\uFF0C\u8BF7\u5148\u6267\u884C auth login");let r=this.parseEnv(n);return e.baseURL=bd[r],e.headers.Authorization=`Bearer ${n}`,e}),this.CLIENT.interceptors.response.use(e=>{let{data:n}=e;if(n.code!==8)throw Y.api(n);return e.data=n.bean,e},e=>{throw e instanceof mt?e:e.code&&d2.has(e.code)?Y.network(e.message):e.response?.status===401?this.keySource==="env"?Y.auth(`\u73AF\u5883\u53D8\u91CF ${Ii} \u65E0\u6548\u6216\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5 Agent \u6CE8\u5165\u7684 key`):Y.auth("\u8EAB\u4EFD\u9A8C\u8BC1\u5931\u8D25\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C auth login"):Y.api(e.response?.data??e.message)}),this.reloadConfig()}parseEnv(e){if(!e)return"PRD";let n=e.split("-")[0].toUpperCase();return vd[n]??"PRD"}reloadConfig(){let e=xe.resolveApiKey();if(!e){this.CONFIG={},this.keySource=null;return}this.keySource=e.source,this.CONFIG=e.source==="config"?e.config:{key:e.key}}axios(){return this.CLIENT}},be=new ya;var wa=class{async login(e){xe.saveCurrKey(e),xe.saveConfig(e,{key:e}),be.reloadConfig();let{data:n}=await be.axios().get("/cli/auth/verify"),r={key:n.key,compId:n.compId,customerId:n.customerId};return xe.saveCurrKey(n.key),xe.saveConfig(n.key,r),be.reloadConfig(),this.status()}logout(){let{currKey:e}=xe.loadMultiConfig();return xe.removeConfig(e),be.reloadConfig(),e}status(){return xe.loadConfig()}},$n=new wa;var Je=ae(Sa(),1);import{stdin as E2,stdout as C2}from"node:process";var Er=ae(Oa(),1);import Sd from"node:readline";import{WriteStream as v2}from"node:tty";function b2({onlyFirst:t=!1}={}){let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}var y2=b2();function Ld(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(y2,"")}function Pd(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var qd={exports:{}};(function(t){var e={};t.exports=e,e.eastAsianWidth=function(r){var i=r.charCodeAt(0),o=r.length==2?r.charCodeAt(1):0,s=i;return 55296<=i&&i<=56319&&56320<=o&&o<=57343&&(i&=1023,o&=1023,s=i<<10|o,s+=65536),s==12288||65281<=s&&s<=65376||65504<=s&&s<=65510?"F":s==8361||65377<=s&&s<=65470||65474<=s&&s<=65479||65482<=s&&s<=65487||65490<=s&&s<=65495||65498<=s&&s<=65500||65512<=s&&s<=65518?"H":4352<=s&&s<=4447||4515<=s&&s<=4519||4602<=s&&s<=4607||9001<=s&&s<=9002||11904<=s&&s<=11929||11931<=s&&s<=12019||12032<=s&&s<=12245||12272<=s&&s<=12283||12289<=s&&s<=12350||12353<=s&&s<=12438||12441<=s&&s<=12543||12549<=s&&s<=12589||12593<=s&&s<=12686||12688<=s&&s<=12730||12736<=s&&s<=12771||12784<=s&&s<=12830||12832<=s&&s<=12871||12880<=s&&s<=13054||13056<=s&&s<=19903||19968<=s&&s<=42124||42128<=s&&s<=42182||43360<=s&&s<=43388||44032<=s&&s<=55203||55216<=s&&s<=55238||55243<=s&&s<=55291||63744<=s&&s<=64255||65040<=s&&s<=65049||65072<=s&&s<=65106||65108<=s&&s<=65126||65128<=s&&s<=65131||110592<=s&&s<=110593||127488<=s&&s<=127490||127504<=s&&s<=127546||127552<=s&&s<=127560||127568<=s&&s<=127569||131072<=s&&s<=194367||177984<=s&&s<=196605||196608<=s&&s<=262141?"W":32<=s&&s<=126||162<=s&&s<=163||165<=s&&s<=166||s==172||s==175||10214<=s&&s<=10221||10629<=s&&s<=10630?"Na":s==161||s==164||167<=s&&s<=168||s==170||173<=s&&s<=174||176<=s&&s<=180||182<=s&&s<=186||188<=s&&s<=191||s==198||s==208||215<=s&&s<=216||222<=s&&s<=225||s==230||232<=s&&s<=234||236<=s&&s<=237||s==240||242<=s&&s<=243||247<=s&&s<=250||s==252||s==254||s==257||s==273||s==275||s==283||294<=s&&s<=295||s==299||305<=s&&s<=307||s==312||319<=s&&s<=322||s==324||328<=s&&s<=331||s==333||338<=s&&s<=339||358<=s&&s<=359||s==363||s==462||s==464||s==466||s==468||s==470||s==472||s==474||s==476||s==593||s==609||s==708||s==711||713<=s&&s<=715||s==717||s==720||728<=s&&s<=731||s==733||s==735||768<=s&&s<=879||913<=s&&s<=929||931<=s&&s<=937||945<=s&&s<=961||963<=s&&s<=969||s==1025||1040<=s&&s<=1103||s==1105||s==8208||8211<=s&&s<=8214||8216<=s&&s<=8217||8220<=s&&s<=8221||8224<=s&&s<=8226||8228<=s&&s<=8231||s==8240||8242<=s&&s<=8243||s==8245||s==8251||s==8254||s==8308||s==8319||8321<=s&&s<=8324||s==8364||s==8451||s==8453||s==8457||s==8467||s==8470||8481<=s&&s<=8482||s==8486||s==8491||8531<=s&&s<=8532||8539<=s&&s<=8542||8544<=s&&s<=8555||8560<=s&&s<=8569||s==8585||8592<=s&&s<=8601||8632<=s&&s<=8633||s==8658||s==8660||s==8679||s==8704||8706<=s&&s<=8707||8711<=s&&s<=8712||s==8715||s==8719||s==8721||s==8725||s==8730||8733<=s&&s<=8736||s==8739||s==8741||8743<=s&&s<=8748||s==8750||8756<=s&&s<=8759||8764<=s&&s<=8765||s==8776||s==8780||s==8786||8800<=s&&s<=8801||8804<=s&&s<=8807||8810<=s&&s<=8811||8814<=s&&s<=8815||8834<=s&&s<=8835||8838<=s&&s<=8839||s==8853||s==8857||s==8869||s==8895||s==8978||9312<=s&&s<=9449||9451<=s&&s<=9547||9552<=s&&s<=9587||9600<=s&&s<=9615||9618<=s&&s<=9621||9632<=s&&s<=9633||9635<=s&&s<=9641||9650<=s&&s<=9651||9654<=s&&s<=9655||9660<=s&&s<=9661||9664<=s&&s<=9665||9670<=s&&s<=9672||s==9675||9678<=s&&s<=9681||9698<=s&&s<=9701||s==9711||9733<=s&&s<=9734||s==9737||9742<=s&&s<=9743||9748<=s&&s<=9749||s==9756||s==9758||s==9792||s==9794||9824<=s&&s<=9825||9827<=s&&s<=9829||9831<=s&&s<=9834||9836<=s&&s<=9837||s==9839||9886<=s&&s<=9887||9918<=s&&s<=9919||9924<=s&&s<=9933||9935<=s&&s<=9953||s==9955||9960<=s&&s<=9983||s==10045||s==10071||10102<=s&&s<=10111||11093<=s&&s<=11097||12872<=s&&s<=12879||57344<=s&&s<=63743||65024<=s&&s<=65039||s==65533||127232<=s&&s<=127242||127248<=s&&s<=127277||127280<=s&&s<=127337||127344<=s&&s<=127386||917760<=s&&s<=917999||983040<=s&&s<=1048573||1048576<=s&&s<=1114109?"A":"N"},e.characterLength=function(r){var i=this.eastAsianWidth(r);return i=="F"||i=="W"||i=="A"?2:1};function n(r){return r.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}e.length=function(r){for(var i=n(r),o=0,s=0;s<i.length;s++)o=o+this.characterLength(i[s]);return o},e.slice=function(r,i,o){textLen=e.length(r),i=i||0,o=o||1,i<0&&(i=textLen+i),o<0&&(o=textLen+o);for(var s="",a=0,l=n(r),c=0;c<l.length;c++){var u=l[c],p=e.length(u);if(a>=i-(p==2?1:0))if(a+p<=o)s+=u;else break;a+=p}return s}})(qd);var w2=qd.exports,A2=Pd(w2),B2=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},S2=Pd(B2);function Cr(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=Ld(t),t.length===0))return 0;t=t.replace(S2()," ");let n=e.ambiguousIsNarrow?1:2,r=0;for(let i of t){let o=i.codePointAt(0);if(!(o<=31||o>=127&&o<=159||o>=768&&o<=879))switch(A2.eastAsianWidth(i)){case"F":case"W":r+=2;break;case"A":r+=n;break;default:r+=1}}return r}var Ra=10,_d=(t=0)=>e=>`\x1B[${e+t}m`,Od=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,Rd=(t=0)=>(e,n,r)=>`\x1B[${38+t};2;${e};${n};${r}m`,re={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],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],gray:[90,39],grey:[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],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(re.modifier);var _2=Object.keys(re.color),O2=Object.keys(re.bgColor);[..._2,...O2];function R2(){let t=new Map;for(let[e,n]of Object.entries(re)){for(let[r,i]of Object.entries(n))re[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=re[r],t.set(i[0],i[1]);Object.defineProperty(re,e,{value:n,enumerable:!1})}return Object.defineProperty(re,"codes",{value:t,enumerable:!1}),re.color.close="\x1B[39m",re.bgColor.close="\x1B[49m",re.color.ansi=_d(),re.color.ansi256=Od(),re.color.ansi16m=Rd(),re.bgColor.ansi=_d(Ra),re.bgColor.ansi256=Od(Ra),re.bgColor.ansi16m=Rd(Ra),Object.defineProperties(re,{rgbToAnsi256:{value:(e,n,r)=>e===n&&n===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5),enumerable:!1},hexToRgb:{value:e=>{let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(o=>o+o).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>re.rgbToAnsi256(...re.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value:e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let n,r,i;if(e>=232)n=((e-232)*10+8)/255,r=n,i=n;else{e-=16;let a=e%36;n=Math.floor(e/36)/5,r=Math.floor(a/6)/5,i=a%6/5}let o=Math.max(n,r,i)*2;if(o===0)return 30;let s=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return o===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(e,n,r)=>re.ansi256ToAnsi(re.rgbToAnsi256(e,n,r)),enumerable:!1},hexToAnsi:{value:e=>re.ansi256ToAnsi(re.hexToAnsi256(e)),enumerable:!1}}),re}var T2=R2(),zi=new Set(["\x1B","\x9B"]),$2=39,ka="\x07",Md="[",k2="]",Ud="m",Ia=`${k2}8;;`,Td=t=>`${zi.values().next().value}${Md}${t}${Ud}`,$d=t=>`${zi.values().next().value}${Ia}${t}${ka}`,I2=t=>t.split(" ").map(e=>Cr(e)),Ta=(t,e,n)=>{let r=[...e],i=!1,o=!1,s=Cr(Ld(t[t.length-1]));for(let[a,l]of r.entries()){let c=Cr(l);if(s+c<=n?t[t.length-1]+=l:(t.push(l),s=0),zi.has(l)&&(i=!0,o=r.slice(a+1).join("").startsWith(Ia)),i){o?l===ka&&(i=!1,o=!1):l===Ud&&(i=!1);continue}s+=c,s===n&&a<r.length-1&&(t.push(""),s=0)}!s&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},j2=t=>{let e=t.split(" "),n=e.length;for(;n>0&&!(Cr(e[n-1])>0);)n--;return n===e.length?t:e.slice(0,n).join(" ")+e.slice(n).join("")},N2=(t,e,n={})=>{if(n.trim!==!1&&t.trim()==="")return"";let r="",i,o,s=I2(t),a=[""];for(let[c,u]of t.split(" ").entries()){n.trim!==!1&&(a[a.length-1]=a[a.length-1].trimStart());let p=Cr(a[a.length-1]);if(c!==0&&(p>=e&&(n.wordWrap===!1||n.trim===!1)&&(a.push(""),p=0),(p>0||n.trim===!1)&&(a[a.length-1]+=" ",p++)),n.hard&&s[c]>e){let m=e-p,D=1+Math.floor((s[c]-m-1)/e);Math.floor((s[c]-1)/e)<D&&a.push(""),Ta(a,u,e);continue}if(p+s[c]>e&&p>0&&s[c]>0){if(n.wordWrap===!1&&p<e){Ta(a,u,e);continue}a.push("")}if(p+s[c]>e&&n.wordWrap===!1){Ta(a,u,e);continue}a[a.length-1]+=u}n.trim!==!1&&(a=a.map(c=>j2(c)));let l=[...a.join(`
64
- `)];for(let[c,u]of l.entries()){if(r+=u,zi.has(u)){let{groups:m}=new RegExp(`(?:\\${Md}(?<code>\\d+)m|\\${Ia}(?<uri>.*)${ka})`).exec(l.slice(c).join(""))||{groups:{}};if(m.code!==void 0){let D=Number.parseFloat(m.code);i=D===$2?void 0:D}else m.uri!==void 0&&(o=m.uri.length===0?void 0:m.uri)}let p=T2.codes.get(Number(i));l[c+1]===`
65
- `?(o&&(r+=$d("")),i&&p&&(r+=Td(p))):u===`
66
- `&&(i&&p&&(r+=Td(i)),o&&(r+=$d(o)))}return r};function kd(t,e,n){return String(t).normalize().replace(/\r\n/g,`
57
+ `)};function tt(t,e){he.jsonOut({ok:!0,data:t,meta:e})}function go(t){he.jsonErr({ok:!1,data:t})}var mt=class extends Error{type;content;constructor(e,n){super(JSON.stringify(n)),this.name="CliError",this.type=e,this.content=n}},Y={validation:t=>new mt("validation",t),auth:t=>new mt("auth",t),network:t=>new mt("network",t),api:t=>new mt("api",t)};function rr(t,e){return function(){return t.apply(e,arguments)}}var{toString:tC}=Object.prototype,{getPrototypeOf:Eo}=Object,ci=(t=>e=>{let n=tC.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),at=t=>(t=t.toLowerCase(),e=>ci(e)===t),li=t=>e=>typeof e===t,{isArray:hn}=Array,ir=li("undefined");function nC(t){return t!==null&&!ir(t)&&t.constructor!==null&&!ir(t.constructor)&&Ve(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var ul=at("ArrayBuffer");function rC(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&ul(t.buffer),e}var iC=li("string"),Ve=li("function"),cl=li("number"),pi=t=>t!==null&&typeof t=="object",sC=t=>t===!0||t===!1,ui=t=>{if(ci(t)!=="object")return!1;let e=Eo(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},oC=at("Date"),aC=at("File"),uC=at("Blob"),cC=at("FileList"),lC=t=>pi(t)&&Ve(t.pipe),pC=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||Ve(t.append)&&((e=ci(t))==="formdata"||e==="object"&&Ve(t.toString)&&t.toString()==="[object FormData]"))},DC=at("URLSearchParams"),[dC,mC,fC,hC]=["ReadableStream","Request","Response","Headers"].map(at),gC=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function sr(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let r,i;if(typeof t!="object"&&(t=[t]),hn(t))for(r=0,i=t.length;r<i;r++)e.call(null,t[r],r,t);else{let o=n?Object.getOwnPropertyNames(t):Object.keys(t),s=o.length,a;for(r=0;r<s;r++)a=o[r],e.call(null,t[a],a,t)}}function ll(t,e){e=e.toLowerCase();let n=Object.keys(t),r=n.length,i;for(;r-- >0;)if(i=n[r],e===i.toLowerCase())return i;return null}var Ut=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,pl=t=>!ir(t)&&t!==Ut;function Fo(){let{caseless:t}=pl(this)&&this||{},e={},n=(r,i)=>{let o=t&&ll(e,i)||i;ui(e[o])&&ui(r)?e[o]=Fo(e[o],r):ui(r)?e[o]=Fo({},r):hn(r)?e[o]=r.slice():e[o]=r};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&sr(arguments[r],n);return e}var xC=(t,e,n,{allOwnKeys:r}={})=>(sr(e,(i,o)=>{n&&Ve(i)?t[o]=rr(i,n):t[o]=i},{allOwnKeys:r}),t),FC=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),EC=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},CC=(t,e,n,r)=>{let i,o,s,a={};if(e=e||{},t==null)return e;do{for(i=Object.getOwnPropertyNames(t),o=i.length;o-- >0;)s=i[o],(!r||r(s,t,e))&&!a[s]&&(e[s]=t[s],a[s]=!0);t=n!==!1&&Eo(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},vC=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;let r=t.indexOf(e,n);return r!==-1&&r===n},bC=t=>{if(!t)return null;if(hn(t))return t;let e=t.length;if(!cl(e))return null;let n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},yC=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&Eo(Uint8Array)),wC=(t,e)=>{let r=(t&&t[Symbol.iterator]).call(t),i;for(;(i=r.next())&&!i.done;){let o=i.value;e.call(t,o[0],o[1])}},AC=(t,e)=>{let n,r=[];for(;(n=t.exec(e))!==null;)r.push(n);return r},BC=at("HTMLFormElement"),SC=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,i){return r.toUpperCase()+i}),ol=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),_C=at("RegExp"),Dl=(t,e)=>{let n=Object.getOwnPropertyDescriptors(t),r={};sr(n,(i,o)=>{let s;(s=e(i,o,t))!==!1&&(r[o]=s||i)}),Object.defineProperties(t,r)},OC=t=>{Dl(t,(e,n)=>{if(Ve(t)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;let r=t[n];if(Ve(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},RC=(t,e)=>{let n={},r=i=>{i.forEach(o=>{n[o]=!0})};return hn(t)?r(t):r(String(t).split(e)),n},TC=()=>{},$C=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,xo="abcdefghijklmnopqrstuvwxyz",al="0123456789",dl={DIGIT:al,ALPHA:xo,ALPHA_DIGIT:xo+xo.toUpperCase()+al},kC=(t=16,e=dl.ALPHA_DIGIT)=>{let n="",{length:r}=e;for(;t--;)n+=e[Math.random()*r|0];return n};function IC(t){return!!(t&&Ve(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}var jC=t=>{let e=new Array(10),n=(r,i)=>{if(pi(r)){if(e.indexOf(r)>=0)return;if(!("toJSON"in r)){e[i]=r;let o=hn(r)?[]:{};return sr(r,(s,a)=>{let l=n(s,i+1);!ir(l)&&(o[a]=l)}),e[i]=void 0,o}}return r};return n(t,0)},NC=at("AsyncFunction"),PC=t=>t&&(pi(t)||Ve(t))&&Ve(t.then)&&Ve(t.catch),ml=((t,e)=>t?setImmediate:e?((n,r)=>(Ut.addEventListener("message",({source:i,data:o})=>{i===Ut&&o===n&&r.length&&r.shift()()},!1),i=>{r.push(i),Ut.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Ve(Ut.postMessage)),LC=typeof queueMicrotask<"u"?queueMicrotask.bind(Ut):typeof process<"u"&&process.nextTick||ml,g={isArray:hn,isArrayBuffer:ul,isBuffer:nC,isFormData:pC,isArrayBufferView:rC,isString:iC,isNumber:cl,isBoolean:sC,isObject:pi,isPlainObject:ui,isReadableStream:dC,isRequest:mC,isResponse:fC,isHeaders:hC,isUndefined:ir,isDate:oC,isFile:aC,isBlob:uC,isRegExp:_C,isFunction:Ve,isStream:lC,isURLSearchParams:DC,isTypedArray:yC,isFileList:cC,forEach:sr,merge:Fo,extend:xC,trim:gC,stripBOM:FC,inherits:EC,toFlatObject:CC,kindOf:ci,kindOfTest:at,endsWith:vC,toArray:bC,forEachEntry:wC,matchAll:AC,isHTMLForm:BC,hasOwnProperty:ol,hasOwnProp:ol,reduceDescriptors:Dl,freezeMethods:OC,toObjectSet:RC,toCamelCase:SC,noop:TC,toFiniteNumber:$C,findKey:ll,global:Ut,isContextDefined:pl,ALPHABET:dl,generateString:kC,isSpecCompliantForm:IC,toJSONObject:jC,isAsyncFn:NC,isThenable:PC,setImmediate:ml,asap:LC};function gn(t,e,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i,this.status=i.status?i.status:null)}g.inherits(gn,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:g.toJSONObject(this.config),code:this.code,status:this.status}}});var fl=gn.prototype,hl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{hl[t]={value:t}});Object.defineProperties(gn,hl);Object.defineProperty(fl,"isAxiosError",{value:!0});gn.from=(t,e,n,r,i,o)=>{let s=Object.create(fl);return g.toFlatObject(t,s,function(l){return l!==Error.prototype},a=>a!=="isAxiosError"),gn.call(s,t.message,e,n,r,i),s.cause=t,s.name=t.name,o&&Object.assign(s,o),s};var k=gn;var ED=ae(FD(),1),vi=ED.default;function qo(t){return g.isPlainObject(t)||g.isArray(t)}function vD(t){return g.endsWith(t,"[]")?t.slice(0,-2):t}function CD(t,e,n){return t?t.concat(e).map(function(i,o){return i=vD(i),!n&&o?"["+i+"]":i}).join(n?".":""):e}function yb(t){return g.isArray(t)&&!t.some(qo)}var wb=g.toFlatObject(g,{},null,function(e){return/^is[A-Z]/.test(e)});function Ab(t,e,n){if(!g.isObject(t))throw new TypeError("target must be an object");e=e||new(vi||FormData),n=g.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,h){return!g.isUndefined(h[f])});let r=n.metaTokens,i=n.visitor||u,o=n.dots,s=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&g.isSpecCompliantForm(e);if(!g.isFunction(i))throw new TypeError("visitor must be a function");function c(d){if(d===null)return"";if(g.isDate(d))return d.toISOString();if(!l&&g.isBlob(d))throw new k("Blob is not supported. Use a Buffer instead.");return g.isArrayBuffer(d)||g.isTypedArray(d)?l&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function u(d,f,h){let F=d;if(d&&!h&&typeof d=="object"){if(g.endsWith(f,"{}"))f=r?f:f.slice(0,-2),d=JSON.stringify(d);else if(g.isArray(d)&&yb(d)||(g.isFileList(d)||g.endsWith(f,"[]"))&&(F=g.toArray(d)))return f=vD(f),F.forEach(function(w,S){!(g.isUndefined(w)||w===null)&&e.append(s===!0?CD([f],S,o):s===null?f:f+"[]",c(w))}),!1}return qo(d)?!0:(e.append(CD(h,f,o),c(d)),!1)}let p=[],m=Object.assign(wb,{defaultVisitor:u,convertValue:c,isVisitable:qo});function D(d,f){if(!g.isUndefined(d)){if(p.indexOf(d)!==-1)throw Error("Circular reference detected in "+f.join("."));p.push(d),g.forEach(d,function(F,A){(!(g.isUndefined(F)||F===null)&&i.call(e,F,g.isString(A)?A.trim():A,f,m))===!0&&D(F,f?f.concat(A):[A])}),p.pop()}}if(!g.isObject(t))throw new TypeError("data must be an object");return D(t),e}var $t=Ab;function bD(t){let e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function yD(t,e){this._pairs=[],t&&$t(t,this,e)}var wD=yD.prototype;wD.append=function(e,n){this._pairs.push([e,n])};wD.toString=function(e){let n=e?function(r){return e.call(this,r,bD)}:bD;return this._pairs.map(function(i){return n(i[0])+"="+n(i[1])},"").join("&")};var AD=yD;function Bb(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Wt(t,e,n){if(!e)return t;let r=n&&n.encode||Bb;g.isFunction(n)&&(n={serialize:n});let i=n&&n.serialize,o;if(i?o=i(e,n):o=g.isURLSearchParams(e)?e.toString():new AD(e,n).toString(r),o){let s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+o}return t}var Mo=class{constructor(){this.handlers=[]}use(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){g.forEach(this.handlers,function(r){r!==null&&e(r)})}},Uo=Mo;var vn={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};import Sb from"url";var BD=Sb.URLSearchParams;var SD={isNode:!0,classes:{URLSearchParams:BD,FormData:vi,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var zo={};NE(zo,{hasBrowserEnv:()=>Wo,hasStandardBrowserEnv:()=>_b,hasStandardBrowserWebWorkerEnv:()=>Ob,navigator:()=>Ho,origin:()=>Rb});var Wo=typeof window<"u"&&typeof document<"u",Ho=typeof navigator=="object"&&navigator||void 0,_b=Wo&&(!Ho||["ReactNative","NativeScript","NS"].indexOf(Ho.product)<0),Ob=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Rb=Wo&&window.location.href||"http://localhost";var ee={...zo,...SD};function Go(t,e){return $t(t,new ee.classes.URLSearchParams,Object.assign({visitor:function(n,r,i,o){return ee.isNode&&g.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},e))}function Tb(t){return g.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function $b(t){let e={},n=Object.keys(t),r,i=n.length,o;for(r=0;r<i;r++)o=n[r],e[o]=t[o];return e}function kb(t){function e(n,r,i,o){let s=n[o++];if(s==="__proto__")return!0;let a=Number.isFinite(+s),l=o>=n.length;return s=!s&&g.isArray(i)?i.length:s,l?(g.hasOwnProp(i,s)?i[s]=[i[s],r]:i[s]=r,!a):((!i[s]||!g.isObject(i[s]))&&(i[s]=[]),e(n,r,i[s],o)&&g.isArray(i[s])&&(i[s]=$b(i[s])),!a)}if(g.isFormData(t)&&g.isFunction(t.entries)){let n={};return g.forEachEntry(t,(r,i)=>{e(Tb(r),i,n,0)}),n}return null}var bi=kb;function Ib(t,e,n){if(g.isString(t))try{return(e||JSON.parse)(t),g.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(t)}var Vo={transitional:vn,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){let r=n.getContentType()||"",i=r.indexOf("application/json")>-1,o=g.isObject(e);if(o&&g.isHTMLForm(e)&&(e=new FormData(e)),g.isFormData(e))return i?JSON.stringify(bi(e)):e;if(g.isArrayBuffer(e)||g.isBuffer(e)||g.isStream(e)||g.isFile(e)||g.isBlob(e)||g.isReadableStream(e))return e;if(g.isArrayBufferView(e))return e.buffer;if(g.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Go(e,this.formSerializer).toString();if((a=g.isFileList(e))||r.indexOf("multipart/form-data")>-1){let l=this.env&&this.env.FormData;return $t(a?{"files[]":e}:e,l&&new l,this.formSerializer)}}return o||i?(n.setContentType("application/json",!1),Ib(e)):e}],transformResponse:[function(e){let n=this.transitional||Vo.transitional,r=n&&n.forcedJSONParsing,i=this.responseType==="json";if(g.isResponse(e)||g.isReadableStream(e))return e;if(e&&g.isString(e)&&(r&&!this.responseType||i)){let s=!(n&&n.silentJSONParsing)&&i;try{return JSON.parse(e)}catch(a){if(s)throw a.name==="SyntaxError"?k.from(a,k.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ee.classes.FormData,Blob:ee.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};g.forEach(["delete","get","head","post","put","patch"],t=>{Vo.headers[t]={}});var bn=Vo;var jb=g.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),_D=t=>{let e={},n,r,i;return t&&t.split(`
58
+ `).forEach(function(s){i=s.indexOf(":"),n=s.substring(0,i).trim().toLowerCase(),r=s.substring(i+1).trim(),!(!n||e[n]&&jb[n])&&(n==="set-cookie"?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)}),e};var OD=Symbol("internals");function lr(t){return t&&String(t).trim().toLowerCase()}function yi(t){return t===!1||t==null?t:g.isArray(t)?t.map(yi):String(t)}function Nb(t){let e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}var Pb=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Yo(t,e,n,r,i){if(g.isFunction(r))return r.call(this,e,n);if(i&&(e=n),!!g.isString(e)){if(g.isString(r))return e.indexOf(r)!==-1;if(g.isRegExp(r))return r.test(e)}}function Lb(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,r)=>n.toUpperCase()+r)}function qb(t,e){let n=g.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+n,{value:function(i,o,s){return this[r].call(this,e,i,o,s)},configurable:!0})})}var yn=class{constructor(e){e&&this.set(e)}set(e,n,r){let i=this;function o(a,l,c){let u=lr(l);if(!u)throw new Error("header name must be a non-empty string");let p=g.findKey(i,u);(!p||i[p]===void 0||c===!0||c===void 0&&i[p]!==!1)&&(i[p||l]=yi(a))}let s=(a,l)=>g.forEach(a,(c,u)=>o(c,u,l));if(g.isPlainObject(e)||e instanceof this.constructor)s(e,n);else if(g.isString(e)&&(e=e.trim())&&!Pb(e))s(_D(e),n);else if(g.isHeaders(e))for(let[a,l]of e.entries())o(l,a,r);else e!=null&&o(n,e,r);return this}get(e,n){if(e=lr(e),e){let r=g.findKey(this,e);if(r){let i=this[r];if(!n)return i;if(n===!0)return Nb(i);if(g.isFunction(n))return n.call(this,i,r);if(g.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=lr(e),e){let r=g.findKey(this,e);return!!(r&&this[r]!==void 0&&(!n||Yo(this,this[r],r,n)))}return!1}delete(e,n){let r=this,i=!1;function o(s){if(s=lr(s),s){let a=g.findKey(r,s);a&&(!n||Yo(r,r[a],a,n))&&(delete r[a],i=!0)}}return g.isArray(e)?e.forEach(o):o(e),i}clear(e){let n=Object.keys(this),r=n.length,i=!1;for(;r--;){let o=n[r];(!e||Yo(this,this[o],o,e,!0))&&(delete this[o],i=!0)}return i}normalize(e){let n=this,r={};return g.forEach(this,(i,o)=>{let s=g.findKey(r,o);if(s){n[s]=yi(i),delete n[o];return}let a=e?Lb(o):String(o).trim();a!==o&&delete n[o],n[a]=yi(i),r[a]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){let n=Object.create(null);return g.forEach(this,(r,i)=>{r!=null&&r!==!1&&(n[i]=e&&g.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(`
59
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...n){let r=new this(e);return n.forEach(i=>r.set(i)),r}static accessor(e){let r=(this[OD]=this[OD]={accessors:{}}).accessors,i=this.prototype;function o(s){let a=lr(s);r[a]||(qb(i,s),r[a]=!0)}return g.isArray(e)?e.forEach(o):o(e),this}};yn.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);g.reduceDescriptors(yn.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[n]=r}}});g.freezeMethods(yn);var ue=yn;function pr(t,e){let n=this||bn,r=e||n,i=ue.from(r.headers),o=r.data;return g.forEach(t,function(a){o=a.call(n,o,i.normalize(),e?e.status:void 0)}),i.normalize(),o}function Dr(t){return!!(t&&t.__CANCEL__)}function RD(t,e,n){k.call(this,t??"canceled",k.ERR_CANCELED,e,n),this.name="CanceledError"}g.inherits(RD,k,{__CANCEL__:!0});var Ye=RD;function ft(t,e,n){let r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):e(new k("Request failed with status code "+n.status,[k.ERR_BAD_REQUEST,k.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Ko(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Jo(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function zt(t,e){return t&&!Ko(e)?Jo(t,e):e}var sd=ae($D(),1),od=ae(VD(),1);import Ly from"http";import qy from"https";import My from"util";import It from"zlib";var Kt="1.7.9";function gr(t){let e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}var Ay=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function pa(t,e,n){let r=n&&n.Blob||ee.classes.Blob,i=gr(t);if(e===void 0&&r&&(e=!0),i==="data"){t=i.length?t.slice(i.length+1):t;let o=Ay.exec(t);if(!o)throw new k("Invalid URL",k.ERR_INVALID_URL);let s=o[1],a=o[2],l=o[3],c=Buffer.from(decodeURIComponent(l),a?"base64":"utf8");if(e){if(!r)throw new k("Blob is not supported",k.ERR_NOT_SUPPORT);return new r([c],{type:s})}return c}throw new k("Unsupported protocol "+i,k.ERR_NOT_SUPPORT)}import Rn from"stream";import By from"stream";var Da=Symbol("internals"),da=class extends By.Transform{constructor(e){e=g.toFlatObject(e,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(r,i)=>!g.isUndefined(i[r])),super({readableHighWaterMark:e.chunkSize});let n=this[Da]={timeWindow:e.timeWindow,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",r=>{r==="progress"&&(n.isCaptured||(n.isCaptured=!0))})}_read(e){let n=this[Da];return n.onReadCallback&&n.onReadCallback(),super._read(e)}_transform(e,n,r){let i=this[Da],o=i.maxRate,s=this.readableHighWaterMark,a=i.timeWindow,l=1e3/a,c=o/l,u=i.minChunkSize!==!1?Math.max(i.minChunkSize,c*.01):0,p=(D,d)=>{let f=Buffer.byteLength(D);i.bytesSeen+=f,i.bytes+=f,i.isCaptured&&this.emit("progress",i.bytesSeen),this.push(D)?process.nextTick(d):i.onReadCallback=()=>{i.onReadCallback=null,process.nextTick(d)}},m=(D,d)=>{let f=Buffer.byteLength(D),h=null,F=s,A,w=0;if(o){let S=Date.now();(!i.ts||(w=S-i.ts)>=a)&&(i.ts=S,A=c-i.bytes,i.bytes=A<0?-A:0,w=0),A=c-i.bytes}if(o){if(A<=0)return setTimeout(()=>{d(null,D)},a-w);A<F&&(F=A)}F&&f>F&&f-F>u&&(h=D.subarray(F),D=D.subarray(0,F)),p(D,h?()=>{process.nextTick(d,null,h)}:d)};m(e,function D(d,f){if(d)return r(d);f?m(f,D):r(null)})}},ma=da;import{EventEmitter as Uy}from"events";import _y from"util";import{Readable as Oy}from"stream";var{asyncIterator:YD}=Symbol,Sy=async function*(t){t.stream?yield*t.stream():t.arrayBuffer?yield await t.arrayBuffer():t[YD]?yield*t[YD]():yield t},_i=Sy;var Ry=g.ALPHABET.ALPHA_DIGIT+"-_",xr=typeof TextEncoder=="function"?new TextEncoder:new _y.TextEncoder,kt=`\r
60
+ `,Ty=xr.encode(kt),$y=2,fa=class{constructor(e,n){let{escapeName:r}=this.constructor,i=g.isString(n),o=`Content-Disposition: form-data; name="${r(e)}"${!i&&n.name?`; filename="${r(n.name)}"`:""}${kt}`;i?n=xr.encode(String(n).replace(/\r?\n|\r\n?/g,kt)):o+=`Content-Type: ${n.type||"application/octet-stream"}${kt}`,this.headers=xr.encode(o+kt),this.contentLength=i?n.byteLength:n.size,this.size=this.headers.byteLength+this.contentLength+$y,this.name=e,this.value=n}async*encode(){yield this.headers;let{value:e}=this;g.isTypedArray(e)?yield e:yield*_i(e),yield Ty}static escapeName(e){return String(e).replace(/[\r\n"]/g,n=>({"\r":"%0D","\n":"%0A",'"':"%22"})[n])}},ky=(t,e,n)=>{let{tag:r="form-data-boundary",size:i=25,boundary:o=r+"-"+g.generateString(i,Ry)}=n||{};if(!g.isFormData(t))throw TypeError("FormData instance required");if(o.length<1||o.length>70)throw Error("boundary must be 10-70 characters long");let s=xr.encode("--"+o+kt),a=xr.encode("--"+o+"--"+kt+kt),l=a.byteLength,c=Array.from(t.entries()).map(([p,m])=>{let D=new fa(p,m);return l+=D.size,D});l+=s.byteLength*c.length,l=g.toFiniteNumber(l);let u={"Content-Type":`multipart/form-data; boundary=${o}`};return Number.isFinite(l)&&(u["Content-Length"]=l),e&&e(u),Oy.from(async function*(){for(let p of c)yield s,yield*p.encode();yield a}())},KD=ky;import Iy from"stream";var ha=class extends Iy.Transform{__transform(e,n,r){this.push(e),r()}_transform(e,n,r){if(e.length!==0&&(this._transform=this.__transform,e[0]!==120)){let i=Buffer.alloc(2);i[0]=120,i[1]=156,this.push(i,n)}this.__transform(e,n,r)}},JD=ha;var jy=(t,e)=>g.isAsyncFn(t)?function(...n){let r=n.pop();t.apply(this,n).then(i=>{try{e?r(null,...e(i)):r(null,i)}catch(o){r(o)}},r)}:t,XD=jy;function Ny(t,e){t=t||10;let n=new Array(t),r=new Array(t),i=0,o=0,s;return e=e!==void 0?e:1e3,function(l){let c=Date.now(),u=r[o];s||(s=c),n[i]=l,r[i]=c;let p=o,m=0;for(;p!==i;)m+=n[p++],p=p%t;if(i=(i+1)%t,i===o&&(o=(o+1)%t),c-s<e)return;let D=u&&c-u;return D?Math.round(m*1e3/D):void 0}}var ZD=Ny;function Py(t,e){let n=0,r=1e3/e,i,o,s=(c,u=Date.now())=>{n=u,i=null,o&&(clearTimeout(o),o=null),t.apply(null,c)};return[(...c)=>{let u=Date.now(),p=u-n;p>=r?s(c,u):(i=c,o||(o=setTimeout(()=>{o=null,s(i)},r-p)))},()=>i&&s(i)]}var QD=Py;var yt=(t,e,n=3)=>{let r=0,i=ZD(50,250);return QD(o=>{let s=o.loaded,a=o.lengthComputable?o.total:void 0,l=s-r,c=i(l),u=s<=a;r=s;let p={loaded:s,total:a,progress:a?s/a:void 0,bytes:l,rate:c||void 0,estimated:c&&a&&u?(a-s)/c:void 0,event:o,lengthComputable:a!=null,[e?"download":"upload"]:!0};t(p)},n)},_n=(t,e)=>{let n=t!=null;return[r=>e[0]({lengthComputable:n,total:t,loaded:r}),e[1]]},On=t=>(...e)=>g.asap(()=>t(...e));var ed={flush:It.constants.Z_SYNC_FLUSH,finishFlush:It.constants.Z_SYNC_FLUSH},Hy={flush:It.constants.BROTLI_OPERATION_FLUSH,finishFlush:It.constants.BROTLI_OPERATION_FLUSH},td=g.isFunction(It.createBrotliDecompress),{http:Wy,https:zy}=od.default,Gy=/https:?/,nd=ee.protocols.map(t=>t+":"),rd=(t,[e,n])=>(t.on("end",n).on("error",n),e);function Vy(t,e){t.beforeRedirects.proxy&&t.beforeRedirects.proxy(t),t.beforeRedirects.config&&t.beforeRedirects.config(t,e)}function ad(t,e,n){let r=e;if(!r&&r!==!1){let i=sd.default.getProxyForUrl(n);i&&(r=new URL(i))}if(r){if(r.username&&(r.auth=(r.username||"")+":"+(r.password||"")),r.auth){(r.auth.username||r.auth.password)&&(r.auth=(r.auth.username||"")+":"+(r.auth.password||""));let o=Buffer.from(r.auth,"utf8").toString("base64");t.headers["Proxy-Authorization"]="Basic "+o}t.headers.host=t.hostname+(t.port?":"+t.port:"");let i=r.hostname||r.host;t.hostname=i,t.host=i,t.port=r.port,t.path=n,r.protocol&&(t.protocol=r.protocol.includes(":")?r.protocol:`${r.protocol}:`)}t.beforeRedirects.proxy=function(o){ad(o,e,o.href)}}var Yy=typeof process<"u"&&g.kindOf(process)==="process",Ky=t=>new Promise((e,n)=>{let r,i,o=(l,c)=>{i||(i=!0,r&&r(l,c))},s=l=>{o(l),e(l)},a=l=>{o(l,!0),n(l)};t(s,a,l=>r=l).catch(a)}),Jy=({address:t,family:e})=>{if(!g.isString(t))throw TypeError("address must be a string");return{address:t,family:e||(t.indexOf(".")<0?6:4)}},id=(t,e)=>Jy(g.isObject(t)?t:{address:t,family:e}),ud=Yy&&function(e){return Ky(async function(r,i,o){let{data:s,lookup:a,family:l}=e,{responseType:c,responseEncoding:u}=e,p=e.method.toUpperCase(),m,D=!1,d;if(a){let C=XD(a,b=>g.isArray(b)?b:[b]);a=(b,R,X)=>{C(b,R,(V,te,Te)=>{if(V)return X(V);let we=g.isArray(te)?te.map(fe=>id(fe)):[id(te,Te)];R.all?X(V,we):X(V,we[0].address,we[0].family)})}}let f=new Uy,h=()=>{e.cancelToken&&e.cancelToken.unsubscribe(F),e.signal&&e.signal.removeEventListener("abort",F),f.removeAllListeners()};o((C,b)=>{m=!0,b&&(D=!0,h())});function F(C){f.emit("abort",!C||C.type?new Ye(null,e,d):C)}f.once("abort",i),(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(F),e.signal&&(e.signal.aborted?F():e.signal.addEventListener("abort",F)));let A=zt(e.baseURL,e.url),w=new URL(A,ee.hasBrowserEnv?ee.origin:void 0),S=w.protocol||nd[0];if(S==="data:"){let C;if(p!=="GET")return ft(r,i,{status:405,statusText:"method not allowed",headers:{},config:e});try{C=pa(e.url,c==="blob",{Blob:e.env&&e.env.Blob})}catch(b){throw k.from(b,k.ERR_BAD_REQUEST,e)}return c==="text"?(C=C.toString(u),(!u||u==="utf8")&&(C=g.stripBOM(C))):c==="stream"&&(C=Rn.Readable.from(C)),ft(r,i,{data:C,status:200,statusText:"OK",headers:new ue,config:e})}if(nd.indexOf(S)===-1)return i(new k("Unsupported protocol "+S,k.ERR_BAD_REQUEST,e));let P=ue.from(e.headers).normalize();P.set("User-Agent","axios/"+Kt,!1);let{onUploadProgress:U,onDownloadProgress:q}=e,M=e.maxRate,E,$;if(g.isSpecCompliantForm(s)){let C=P.getContentType(/boundary=([-_\w\d]{10,70})/i);s=KD(s,b=>{P.set(b)},{tag:`axios-${Kt}-boundary`,boundary:C&&C[1]||void 0})}else if(g.isFormData(s)&&g.isFunction(s.getHeaders)){if(P.set(s.getHeaders()),!P.hasContentLength())try{let C=await My.promisify(s.getLength).call(s);Number.isFinite(C)&&C>=0&&P.setContentLength(C)}catch{}}else if(g.isBlob(s)||g.isFile(s))s.size&&P.setContentType(s.type||"application/octet-stream"),P.setContentLength(s.size||0),s=Rn.Readable.from(_i(s));else if(s&&!g.isStream(s)){if(!Buffer.isBuffer(s))if(g.isArrayBuffer(s))s=Buffer.from(new Uint8Array(s));else if(g.isString(s))s=Buffer.from(s,"utf-8");else return i(new k("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",k.ERR_BAD_REQUEST,e));if(P.setContentLength(s.length,!1),e.maxBodyLength>-1&&s.length>e.maxBodyLength)return i(new k("Request body larger than maxBodyLength limit",k.ERR_BAD_REQUEST,e))}let I=g.toFiniteNumber(P.getContentLength());g.isArray(M)?(E=M[0],$=M[1]):E=$=M,s&&(U||E)&&(g.isStream(s)||(s=Rn.Readable.from(s,{objectMode:!1})),s=Rn.pipeline([s,new ma({maxRate:g.toFiniteNumber(E)})],g.noop),U&&s.on("progress",rd(s,_n(I,yt(On(U),!1,3)))));let T;if(e.auth){let C=e.auth.username||"",b=e.auth.password||"";T=C+":"+b}if(!T&&w.username){let C=w.username,b=w.password;T=C+":"+b}T&&P.delete("authorization");let _;try{_=Wt(w.pathname+w.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(C){let b=new Error(C.message);return b.config=e,b.url=e.url,b.exists=!0,i(b)}P.set("Accept-Encoding","gzip, compress, deflate"+(td?", br":""),!1);let v={path:_,method:p,headers:P.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:T,protocol:S,family:l,beforeRedirect:Vy,beforeRedirects:{}};!g.isUndefined(a)&&(v.lookup=a),e.socketPath?v.socketPath=e.socketPath:(v.hostname=w.hostname.startsWith("[")?w.hostname.slice(1,-1):w.hostname,v.port=w.port,ad(v,e.proxy,S+"//"+w.hostname+(w.port?":"+w.port:"")+v.path));let B,y=Gy.test(v.protocol);if(v.agent=y?e.httpsAgent:e.httpAgent,e.transport?B=e.transport:e.maxRedirects===0?B=y?qy:Ly:(e.maxRedirects&&(v.maxRedirects=e.maxRedirects),e.beforeRedirect&&(v.beforeRedirects.config=e.beforeRedirect),B=y?zy:Wy),e.maxBodyLength>-1?v.maxBodyLength=e.maxBodyLength:v.maxBodyLength=1/0,e.insecureHTTPParser&&(v.insecureHTTPParser=e.insecureHTTPParser),d=B.request(v,function(b){if(d.destroyed)return;let R=[b],X=+b.headers["content-length"];if(q||$){let fe=new ma({maxRate:g.toFiniteNumber($)});q&&fe.on("progress",rd(fe,_n(X,yt(On(q),!0,3)))),R.push(fe)}let V=b,te=b.req||d;if(e.decompress!==!1&&b.headers["content-encoding"])switch((p==="HEAD"||b.statusCode===204)&&delete b.headers["content-encoding"],(b.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":R.push(It.createUnzip(ed)),delete b.headers["content-encoding"];break;case"deflate":R.push(new JD),R.push(It.createUnzip(ed)),delete b.headers["content-encoding"];break;case"br":td&&(R.push(It.createBrotliDecompress(Hy)),delete b.headers["content-encoding"])}V=R.length>1?Rn.pipeline(R,g.noop):R[0];let Te=Rn.finished(V,()=>{Te(),h()}),we={status:b.statusCode,statusText:b.statusMessage,headers:new ue(b.headers),config:e,request:te};if(c==="stream")we.data=V,ft(r,i,we);else{let fe=[],Ot=0;V.on("data",function(Q){fe.push(Q),Ot+=Q.length,e.maxContentLength>-1&&Ot>e.maxContentLength&&(D=!0,V.destroy(),i(new k("maxContentLength size of "+e.maxContentLength+" exceeded",k.ERR_BAD_RESPONSE,e,te)))}),V.on("aborted",function(){if(D)return;let Q=new k("stream has been aborted",k.ERR_BAD_RESPONSE,e,te);V.destroy(Q),i(Q)}),V.on("error",function(Q){d.destroyed||i(k.from(Q,null,e,te))}),V.on("end",function(){try{let Q=fe.length===1?fe[0]:Buffer.concat(fe);c!=="arraybuffer"&&(Q=Q.toString(u),(!u||u==="utf8")&&(Q=g.stripBOM(Q))),we.data=Q}catch(Q){return i(k.from(Q,null,e,we.request,we))}ft(r,i,we)})}f.once("abort",fe=>{V.destroyed||(V.emit("error",fe),V.destroy())})}),f.once("abort",C=>{i(C),d.destroy(C)}),d.on("error",function(b){i(k.from(b,null,e,d))}),d.on("socket",function(b){b.setKeepAlive(!0,1e3*60)}),e.timeout){let C=parseInt(e.timeout,10);if(Number.isNaN(C)){i(new k("error trying to parse `config.timeout` to int",k.ERR_BAD_OPTION_VALUE,e,d));return}d.setTimeout(C,function(){if(m)return;let R=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",X=e.transitional||vn;e.timeoutErrorMessage&&(R=e.timeoutErrorMessage),i(new k(R,X.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,e,d)),F()})}if(g.isStream(s)){let C=!1,b=!1;s.on("end",()=>{C=!0}),s.once("error",R=>{b=!0,d.destroy(R)}),s.on("close",()=>{!C&&!b&&F(new Ye("Request stream has been aborted",e,d))}),s.pipe(d)}else d.end(s)})};var cd=ee.hasStandardBrowserEnv?((t,e)=>n=>(n=new URL(n,ee.origin),t.protocol===n.protocol&&t.host===n.host&&(e||t.port===n.port)))(new URL(ee.origin),ee.navigator&&/(msie|trident)/i.test(ee.navigator.userAgent)):()=>!0;var ld=ee.hasStandardBrowserEnv?{write(t,e,n,r,i,o){let s=[t+"="+encodeURIComponent(e)];g.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),g.isString(r)&&s.push("path="+r),g.isString(i)&&s.push("domain="+i),o===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){let e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};var pd=t=>t instanceof ue?{...t}:t;function ct(t,e){e=e||{};let n={};function r(c,u,p,m){return g.isPlainObject(c)&&g.isPlainObject(u)?g.merge.call({caseless:m},c,u):g.isPlainObject(u)?g.merge({},u):g.isArray(u)?u.slice():u}function i(c,u,p,m){if(g.isUndefined(u)){if(!g.isUndefined(c))return r(void 0,c,p,m)}else return r(c,u,p,m)}function o(c,u){if(!g.isUndefined(u))return r(void 0,u)}function s(c,u){if(g.isUndefined(u)){if(!g.isUndefined(c))return r(void 0,c)}else return r(void 0,u)}function a(c,u,p){if(p in e)return r(c,u);if(p in t)return r(void 0,c)}let l={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(c,u,p)=>i(pd(c),pd(u),p,!0)};return g.forEach(Object.keys(Object.assign({},t,e)),function(u){let p=l[u]||i,m=p(t[u],e[u],u);g.isUndefined(m)&&p!==a||(n[u]=m)}),n}var Oi=t=>{let e=ct({},t),{data:n,withXSRFToken:r,xsrfHeaderName:i,xsrfCookieName:o,headers:s,auth:a}=e;e.headers=s=ue.from(s),e.url=Wt(zt(e.baseURL,e.url),t.params,t.paramsSerializer),a&&s.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let l;if(g.isFormData(n)){if(ee.hasStandardBrowserEnv||ee.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((l=s.getContentType())!==!1){let[c,...u]=l?l.split(";").map(p=>p.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...u].join("; "))}}if(ee.hasStandardBrowserEnv&&(r&&g.isFunction(r)&&(r=r(e)),r||r!==!1&&cd(e.url))){let c=i&&o&&ld.read(o);c&&s.set(i,c)}return e};var Xy=typeof XMLHttpRequest<"u",Dd=Xy&&function(t){return new Promise(function(n,r){let i=Oi(t),o=i.data,s=ue.from(i.headers).normalize(),{responseType:a,onUploadProgress:l,onDownloadProgress:c}=i,u,p,m,D,d;function f(){D&&D(),d&&d(),i.cancelToken&&i.cancelToken.unsubscribe(u),i.signal&&i.signal.removeEventListener("abort",u)}let h=new XMLHttpRequest;h.open(i.method.toUpperCase(),i.url,!0),h.timeout=i.timeout;function F(){if(!h)return;let w=ue.from("getAllResponseHeaders"in h&&h.getAllResponseHeaders()),P={data:!a||a==="text"||a==="json"?h.responseText:h.response,status:h.status,statusText:h.statusText,headers:w,config:t,request:h};ft(function(q){n(q),f()},function(q){r(q),f()},P),h=null}"onloadend"in h?h.onloadend=F:h.onreadystatechange=function(){!h||h.readyState!==4||h.status===0&&!(h.responseURL&&h.responseURL.indexOf("file:")===0)||setTimeout(F)},h.onabort=function(){h&&(r(new k("Request aborted",k.ECONNABORTED,t,h)),h=null)},h.onerror=function(){r(new k("Network Error",k.ERR_NETWORK,t,h)),h=null},h.ontimeout=function(){let S=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded",P=i.transitional||vn;i.timeoutErrorMessage&&(S=i.timeoutErrorMessage),r(new k(S,P.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,t,h)),h=null},o===void 0&&s.setContentType(null),"setRequestHeader"in h&&g.forEach(s.toJSON(),function(S,P){h.setRequestHeader(P,S)}),g.isUndefined(i.withCredentials)||(h.withCredentials=!!i.withCredentials),a&&a!=="json"&&(h.responseType=i.responseType),c&&([m,d]=yt(c,!0),h.addEventListener("progress",m)),l&&h.upload&&([p,D]=yt(l),h.upload.addEventListener("progress",p),h.upload.addEventListener("loadend",D)),(i.cancelToken||i.signal)&&(u=w=>{h&&(r(!w||w.type?new Ye(null,t,h):w),h.abort(),h=null)},i.cancelToken&&i.cancelToken.subscribe(u),i.signal&&(i.signal.aborted?u():i.signal.addEventListener("abort",u)));let A=gr(i.url);if(A&&ee.protocols.indexOf(A)===-1){r(new k("Unsupported protocol "+A+":",k.ERR_BAD_REQUEST,t));return}h.send(o||null)})};var Zy=(t,e)=>{let{length:n}=t=t?t.filter(Boolean):[];if(e||n){let r=new AbortController,i,o=function(c){if(!i){i=!0,a();let u=c instanceof Error?c:this.reason;r.abort(u instanceof k?u:new Ye(u instanceof Error?u.message:u))}},s=e&&setTimeout(()=>{s=null,o(new k(`timeout ${e} of ms exceeded`,k.ETIMEDOUT))},e),a=()=>{t&&(s&&clearTimeout(s),s=null,t.forEach(c=>{c.unsubscribe?c.unsubscribe(o):c.removeEventListener("abort",o)}),t=null)};t.forEach(c=>c.addEventListener("abort",o));let{signal:l}=r;return l.unsubscribe=()=>g.asap(a),l}},dd=Zy;var Qy=function*(t,e){let n=t.byteLength;if(!e||n<e){yield t;return}let r=0,i;for(;r<n;)i=r+e,yield t.slice(r,i),r=i},e2=async function*(t,e){for await(let n of t2(t))yield*Qy(n,e)},t2=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)break;yield r}}finally{await e.cancel()}},ga=(t,e,n,r)=>{let i=e2(t,e),o=0,s,a=l=>{s||(s=!0,r&&r(l))};return new ReadableStream({async pull(l){try{let{done:c,value:u}=await i.next();if(c){a(),l.close();return}let p=u.byteLength;if(n){let m=o+=p;n(m)}l.enqueue(new Uint8Array(u))}catch(c){throw a(c),c}},cancel(l){return a(l),i.return()}},{highWaterMark:2})};var Ti=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",fd=Ti&&typeof ReadableStream=="function",n2=Ti&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),hd=(t,...e)=>{try{return!!t(...e)}catch{return!1}},r2=fd&&hd(()=>{let t=!1,e=new Request(ee.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),md=64*1024,xa=fd&&hd(()=>g.isReadableStream(new Response("").body)),Ri={stream:xa&&(t=>t.body)};Ti&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!Ri[e]&&(Ri[e]=g.isFunction(t[e])?n=>n[e]():(n,r)=>{throw new k(`Response type '${e}' is not supported`,k.ERR_NOT_SUPPORT,r)})})})(new Response);var i2=async t=>{if(t==null)return 0;if(g.isBlob(t))return t.size;if(g.isSpecCompliantForm(t))return(await new Request(ee.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(g.isArrayBufferView(t)||g.isArrayBuffer(t))return t.byteLength;if(g.isURLSearchParams(t)&&(t=t+""),g.isString(t))return(await n2(t)).byteLength},s2=async(t,e)=>{let n=g.toFiniteNumber(t.getContentLength());return n??i2(e)},gd=Ti&&(async t=>{let{url:e,method:n,data:r,signal:i,cancelToken:o,timeout:s,onDownloadProgress:a,onUploadProgress:l,responseType:c,headers:u,withCredentials:p="same-origin",fetchOptions:m}=Oi(t);c=c?(c+"").toLowerCase():"text";let D=dd([i,o&&o.toAbortSignal()],s),d,f=D&&D.unsubscribe&&(()=>{D.unsubscribe()}),h;try{if(l&&r2&&n!=="get"&&n!=="head"&&(h=await s2(u,r))!==0){let P=new Request(e,{method:"POST",body:r,duplex:"half"}),U;if(g.isFormData(r)&&(U=P.headers.get("content-type"))&&u.setContentType(U),P.body){let[q,M]=_n(h,yt(On(l)));r=ga(P.body,md,q,M)}}g.isString(p)||(p=p?"include":"omit");let F="credentials"in Request.prototype;d=new Request(e,{...m,signal:D,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:F?p:void 0});let A=await fetch(d),w=xa&&(c==="stream"||c==="response");if(xa&&(a||w&&f)){let P={};["status","statusText","headers"].forEach(E=>{P[E]=A[E]});let U=g.toFiniteNumber(A.headers.get("content-length")),[q,M]=a&&_n(U,yt(On(a),!0))||[];A=new Response(ga(A.body,md,q,()=>{M&&M(),f&&f()}),P)}c=c||"text";let S=await Ri[g.findKey(Ri,c)||"text"](A,t);return!w&&f&&f(),await new Promise((P,U)=>{ft(P,U,{data:S,headers:ue.from(A.headers),status:A.status,statusText:A.statusText,config:t,request:d})})}catch(F){throw f&&f(),F&&F.name==="TypeError"&&/fetch/i.test(F.message)?Object.assign(new k("Network Error",k.ERR_NETWORK,t,d),{cause:F.cause||F}):k.from(F,F&&F.code,t,d)}});var Fa={http:ud,xhr:Dd,fetch:gd};g.forEach(Fa,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});var xd=t=>`- ${t}`,o2=t=>g.isFunction(t)||t===null||t===!1,$i={getAdapter:t=>{t=g.isArray(t)?t:[t];let{length:e}=t,n,r,i={};for(let o=0;o<e;o++){n=t[o];let s;if(r=n,!o2(n)&&(r=Fa[(s=String(n)).toLowerCase()],r===void 0))throw new k(`Unknown adapter '${s}'`);if(r)break;i[s||"#"+o]=r}if(!r){let o=Object.entries(i).map(([a,l])=>`adapter ${a} `+(l===!1?"is not supported by the environment":"is not available in the build")),s=e?o.length>1?`since :
61
+ `+o.map(xd).join(`
62
+ `):" "+xd(o[0]):"as no adapter specified";throw new k("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return r},adapters:Fa};function Ea(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Ye(null,t)}function ki(t){return Ea(t),t.headers=ue.from(t.headers),t.data=pr.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),$i.getAdapter(t.adapter||bn.adapter)(t).then(function(r){return Ea(t),r.data=pr.call(t,t.transformResponse,r),r.headers=ue.from(r.headers),r},function(r){return Dr(r)||(Ea(t),r&&r.response&&(r.response.data=pr.call(t,t.transformResponse,r.response),r.response.headers=ue.from(r.response.headers))),Promise.reject(r)})}var Ii={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{Ii[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});var Fd={};Ii.transitional=function(e,n,r){function i(o,s){return"[Axios v"+Kt+"] Transitional option '"+o+"'"+s+(r?". "+r:"")}return(o,s,a)=>{if(e===!1)throw new k(i(s," has been removed"+(n?" in "+n:"")),k.ERR_DEPRECATED);return n&&!Fd[s]&&(Fd[s]=!0,console.warn(i(s," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(o,s,a):!0}};Ii.spelling=function(e){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${e}`),!0)};function a2(t,e,n){if(typeof t!="object")throw new k("options must be an object",k.ERR_BAD_OPTION_VALUE);let r=Object.keys(t),i=r.length;for(;i-- >0;){let o=r[i],s=e[o];if(s){let a=t[o],l=a===void 0||s(a,o,t);if(l!==!0)throw new k("option "+o+" must be "+l,k.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new k("Unknown option "+o,k.ERR_BAD_OPTION)}}var Fr={assertOptions:a2,validators:Ii};var ht=Fr.validators,Tn=class{constructor(e){this.defaults=e,this.interceptors={request:new Uo,response:new Uo}}async request(e,n){try{return await this._request(e,n)}catch(r){if(r instanceof Error){let i={};Error.captureStackTrace?Error.captureStackTrace(i):i=new Error;let o=i.stack?i.stack.replace(/^.+\n/,""):"";try{r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
63
+ `+o):r.stack=o}catch{}}throw r}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=ct(this.defaults,n);let{transitional:r,paramsSerializer:i,headers:o}=n;r!==void 0&&Fr.assertOptions(r,{silentJSONParsing:ht.transitional(ht.boolean),forcedJSONParsing:ht.transitional(ht.boolean),clarifyTimeoutError:ht.transitional(ht.boolean)},!1),i!=null&&(g.isFunction(i)?n.paramsSerializer={serialize:i}:Fr.assertOptions(i,{encode:ht.function,serialize:ht.function},!0)),Fr.assertOptions(n,{baseUrl:ht.spelling("baseURL"),withXsrfToken:ht.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=o&&g.merge(o.common,o[n.method]);o&&g.forEach(["delete","get","head","post","put","patch","common"],d=>{delete o[d]}),n.headers=ue.concat(s,o);let a=[],l=!0;this.interceptors.request.forEach(function(f){typeof f.runWhen=="function"&&f.runWhen(n)===!1||(l=l&&f.synchronous,a.unshift(f.fulfilled,f.rejected))});let c=[];this.interceptors.response.forEach(function(f){c.push(f.fulfilled,f.rejected)});let u,p=0,m;if(!l){let d=[ki.bind(this),void 0];for(d.unshift.apply(d,a),d.push.apply(d,c),m=d.length,u=Promise.resolve(n);p<m;)u=u.then(d[p++],d[p++]);return u}m=a.length;let D=n;for(p=0;p<m;){let d=a[p++],f=a[p++];try{D=d(D)}catch(h){f.call(this,h);break}}try{u=ki.call(this,D)}catch(d){return Promise.reject(d)}for(p=0,m=c.length;p<m;)u=u.then(c[p++],c[p++]);return u}getUri(e){e=ct(this.defaults,e);let n=zt(e.baseURL,e.url);return Wt(n,e.params,e.paramsSerializer)}};g.forEach(["delete","get","head","options"],function(e){Tn.prototype[e]=function(n,r){return this.request(ct(r||{},{method:e,url:n,data:(r||{}).data}))}});g.forEach(["post","put","patch"],function(e){function n(r){return function(o,s,a){return this.request(ct(a||{},{method:e,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:s}))}}Tn.prototype[e]=n(),Tn.prototype[e+"Form"]=n(!0)});var Er=Tn;var Ca=class t{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});let r=this;this.promise.then(i=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](i);r._listeners=null}),this.promise.then=i=>{let o,s=new Promise(a=>{r.subscribe(a),o=a}).then(i);return s.cancel=function(){r.unsubscribe(o)},s},e(function(o,s,a){r.reason||(r.reason=new Ye(o,s,a),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){let e=new AbortController,n=r=>{e.abort(r)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new t(function(i){e=i}),cancel:e}}},Ed=Ca;function va(t){return function(n){return t.apply(null,n)}}function ba(t){return g.isObject(t)&&t.isAxiosError===!0}var ya={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ya).forEach(([t,e])=>{ya[e]=t});var Cd=ya;function vd(t){let e=new Er(t),n=rr(Er.prototype.request,e);return g.extend(n,Er.prototype,e,{allOwnKeys:!0}),g.extend(n,e,null,{allOwnKeys:!0}),n.create=function(i){return vd(ct(t,i))},n}var ge=vd(bn);ge.Axios=Er;ge.CanceledError=Ye;ge.CancelToken=Ed;ge.isCancel=Dr;ge.VERSION=Kt;ge.toFormData=$t;ge.AxiosError=k;ge.Cancel=ge.CanceledError;ge.all=function(e){return Promise.all(e)};ge.spread=va;ge.isAxiosError=ba;ge.mergeConfig=ct;ge.AxiosHeaders=ue;ge.formToJSON=t=>bi(g.isHTMLForm(t)?new FormData(t):t);ge.getAdapter=$i.getAdapter;ge.HttpStatusCode=Cd;ge.default=ge;var ji=ge;var{Axios:H4,AxiosError:W4,CanceledError:z4,isCancel:G4,CancelToken:V4,VERSION:Y4,all:K4,Cancel:J4,isAxiosError:X4,spread:Z4,toFormData:Q4,AxiosHeaders:eR,HttpStatusCode:tR,formToJSON:nR,getAdapter:rR,mergeConfig:iR}=ji;import{existsSync as u2,mkdirSync as c2,readFileSync as l2,unlinkSync as p2,writeFileSync as D2}from"node:fs";import{homedir as d2}from"node:os";import{join as wd}from"node:path";var bd={DEV:"DEV",TEST:"TEST",PRE:"PRE",PRD:"PRD"},yd={DEV:"http://127.0.0.1:5107",TEST:"https://tkf-tiau.kuaishang.cn/webCommon",PRE:"https://test-tiau.dingningtalk.com/webCommon",PRD:"https://tiau.kuaishang.cn/webCommon"},Ni="KST_ONLINE_CLI_API_KEY";var Pi={currKey:"",configs:[]},wa=class{configDir(){return process.env.KST_IM_CLI_CONFIG_DIR??wd(d2(),".config",".kst-im-cli")}configPath(){return wd(this.configDir(),"config.json")}loadMultiConfig(){let e=this.configPath();if(!u2(e))return this.write(Pi),Pi;try{let n=l2(e,"utf-8");return JSON.parse(n)}catch(n){return he.error(n),p2(e),this.write(Pi),Pi}}loadEnvApiKey(){return process.env[Ni]?.trim()||void 0}tryLoadConfig(){try{return this.loadConfig()}catch{return}}resolveApiKey(){let e=this.loadEnvApiKey();if(e)return{key:e,source:"env"};let n=this.tryLoadConfig();if(n)return{key:n.key,source:"config",config:n}}loadConfig(){let{currKey:e,configs:n}=this.loadMultiConfig();if(!e||n.length===0)throw Y.auth("\u672A\u767B\u5F55\uFF0C\u8BF7\u5148\u6267\u884C auth login");let r=n.find(({key:i})=>i===e);if(!r)throw Y.validation(`\u914D\u7F6E "${e}" \u4E0D\u5B58\u5728`);return r}loadConfigByKey(e){let n=xe.loadConfig();if(!(e in n)){he.warn(`\u672A\u77E5\u914D\u7F6E\u9879\uFF1A${e}`);return}return n[e]}saveMultiConfig(e){let n={...this.loadMultiConfig(),...e};this.write(n)}saveCurrKey(e){this.saveMultiConfig({currKey:e})}saveConfig(e,n){let{currKey:r,configs:i}=this.loadMultiConfig(),o=i.find(({key:a})=>a===r),s=i;o?s=i.map(a=>a.key!==e?a:{...a,...n}):s=[...i,n],this.write({currKey:r,configs:s})}saveCurrConfig(e){let{currKey:n}=this.loadMultiConfig();if(!n)throw Y.validation("\u5F53\u524D\u65E0\u6D3B\u8DC3\u914D\u7F6E");this.saveConfig(n,e)}removeConfig(e){let{currKey:n,configs:r}=this.loadMultiConfig(),i=r.filter(o=>o.key!==e);this.write({currKey:n!==e?n:"",configs:i})}write(e){let n=this.configDir();c2(n,{recursive:!0}),D2(this.configPath(),JSON.stringify(e,null,2))}},xe=new wa;var m2=new Set(["ECONNREFUSED","ECONNABORTED","ETIMEDOUT","ENOTFOUND","ECONNRESET"]),Aa=class{CLIENT;CONFIG={};keySource=null;constructor(){this.CLIENT=ji.create({timeout:3e4}),this.CLIENT.interceptors.request.use(e=>{let{key:n}=this.CONFIG;if(!n)throw Y.auth("\u672A\u767B\u5F55\uFF0C\u8BF7\u5148\u6267\u884C auth login");let r=this.parseEnv(n);return e.baseURL=yd[r],e.headers.Authorization=`Bearer ${n}`,e}),this.CLIENT.interceptors.response.use(e=>{let{data:n}=e;if(n.code!==8)throw Y.api(n);return e.data=n.bean,e},e=>{throw e instanceof mt?e:e.code&&m2.has(e.code)?Y.network(e.message):e.response?.status===401?this.keySource==="env"?Y.auth(`\u73AF\u5883\u53D8\u91CF ${Ni} \u65E0\u6548\u6216\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5 Agent \u6CE8\u5165\u7684 key`):Y.auth("\u8EAB\u4EFD\u9A8C\u8BC1\u5931\u8D25\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C auth login"):Y.api(e.response?.data??e.message)}),this.reloadConfig()}parseEnv(e){if(!e)return"PRD";let n=e.split("-")[0].toUpperCase();return bd[n]??"PRD"}reloadConfig(){let e=xe.resolveApiKey();if(!e){this.CONFIG={},this.keySource=null;return}this.keySource=e.source,this.CONFIG=e.source==="config"?e.config:{key:e.key}}axios(){return this.CLIENT}},be=new Aa;var Ba=class{async login(e){xe.saveCurrKey(e),xe.saveConfig(e,{key:e}),be.reloadConfig();let{data:n}=await be.axios().get("/cli/auth/verify"),r={key:n.key,compId:n.compId,customerId:n.customerId};return xe.saveCurrKey(n.key),xe.saveConfig(n.key,r),be.reloadConfig(),this.status()}logout(){let{currKey:e}=xe.loadMultiConfig();return xe.removeConfig(e),be.reloadConfig(),e}status(){return xe.loadConfig()}},$n=new Ba;var Je=ae(Oa(),1);import{stdin as C2,stdout as v2}from"node:process";var Cr=ae(Ta(),1);import _d from"node:readline";import{WriteStream as b2}from"node:tty";function y2({onlyFirst:t=!1}={}){let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}var w2=y2();function Ld(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(w2,"")}function qd(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Md={exports:{}};(function(t){var e={};t.exports=e,e.eastAsianWidth=function(r){var i=r.charCodeAt(0),o=r.length==2?r.charCodeAt(1):0,s=i;return 55296<=i&&i<=56319&&56320<=o&&o<=57343&&(i&=1023,o&=1023,s=i<<10|o,s+=65536),s==12288||65281<=s&&s<=65376||65504<=s&&s<=65510?"F":s==8361||65377<=s&&s<=65470||65474<=s&&s<=65479||65482<=s&&s<=65487||65490<=s&&s<=65495||65498<=s&&s<=65500||65512<=s&&s<=65518?"H":4352<=s&&s<=4447||4515<=s&&s<=4519||4602<=s&&s<=4607||9001<=s&&s<=9002||11904<=s&&s<=11929||11931<=s&&s<=12019||12032<=s&&s<=12245||12272<=s&&s<=12283||12289<=s&&s<=12350||12353<=s&&s<=12438||12441<=s&&s<=12543||12549<=s&&s<=12589||12593<=s&&s<=12686||12688<=s&&s<=12730||12736<=s&&s<=12771||12784<=s&&s<=12830||12832<=s&&s<=12871||12880<=s&&s<=13054||13056<=s&&s<=19903||19968<=s&&s<=42124||42128<=s&&s<=42182||43360<=s&&s<=43388||44032<=s&&s<=55203||55216<=s&&s<=55238||55243<=s&&s<=55291||63744<=s&&s<=64255||65040<=s&&s<=65049||65072<=s&&s<=65106||65108<=s&&s<=65126||65128<=s&&s<=65131||110592<=s&&s<=110593||127488<=s&&s<=127490||127504<=s&&s<=127546||127552<=s&&s<=127560||127568<=s&&s<=127569||131072<=s&&s<=194367||177984<=s&&s<=196605||196608<=s&&s<=262141?"W":32<=s&&s<=126||162<=s&&s<=163||165<=s&&s<=166||s==172||s==175||10214<=s&&s<=10221||10629<=s&&s<=10630?"Na":s==161||s==164||167<=s&&s<=168||s==170||173<=s&&s<=174||176<=s&&s<=180||182<=s&&s<=186||188<=s&&s<=191||s==198||s==208||215<=s&&s<=216||222<=s&&s<=225||s==230||232<=s&&s<=234||236<=s&&s<=237||s==240||242<=s&&s<=243||247<=s&&s<=250||s==252||s==254||s==257||s==273||s==275||s==283||294<=s&&s<=295||s==299||305<=s&&s<=307||s==312||319<=s&&s<=322||s==324||328<=s&&s<=331||s==333||338<=s&&s<=339||358<=s&&s<=359||s==363||s==462||s==464||s==466||s==468||s==470||s==472||s==474||s==476||s==593||s==609||s==708||s==711||713<=s&&s<=715||s==717||s==720||728<=s&&s<=731||s==733||s==735||768<=s&&s<=879||913<=s&&s<=929||931<=s&&s<=937||945<=s&&s<=961||963<=s&&s<=969||s==1025||1040<=s&&s<=1103||s==1105||s==8208||8211<=s&&s<=8214||8216<=s&&s<=8217||8220<=s&&s<=8221||8224<=s&&s<=8226||8228<=s&&s<=8231||s==8240||8242<=s&&s<=8243||s==8245||s==8251||s==8254||s==8308||s==8319||8321<=s&&s<=8324||s==8364||s==8451||s==8453||s==8457||s==8467||s==8470||8481<=s&&s<=8482||s==8486||s==8491||8531<=s&&s<=8532||8539<=s&&s<=8542||8544<=s&&s<=8555||8560<=s&&s<=8569||s==8585||8592<=s&&s<=8601||8632<=s&&s<=8633||s==8658||s==8660||s==8679||s==8704||8706<=s&&s<=8707||8711<=s&&s<=8712||s==8715||s==8719||s==8721||s==8725||s==8730||8733<=s&&s<=8736||s==8739||s==8741||8743<=s&&s<=8748||s==8750||8756<=s&&s<=8759||8764<=s&&s<=8765||s==8776||s==8780||s==8786||8800<=s&&s<=8801||8804<=s&&s<=8807||8810<=s&&s<=8811||8814<=s&&s<=8815||8834<=s&&s<=8835||8838<=s&&s<=8839||s==8853||s==8857||s==8869||s==8895||s==8978||9312<=s&&s<=9449||9451<=s&&s<=9547||9552<=s&&s<=9587||9600<=s&&s<=9615||9618<=s&&s<=9621||9632<=s&&s<=9633||9635<=s&&s<=9641||9650<=s&&s<=9651||9654<=s&&s<=9655||9660<=s&&s<=9661||9664<=s&&s<=9665||9670<=s&&s<=9672||s==9675||9678<=s&&s<=9681||9698<=s&&s<=9701||s==9711||9733<=s&&s<=9734||s==9737||9742<=s&&s<=9743||9748<=s&&s<=9749||s==9756||s==9758||s==9792||s==9794||9824<=s&&s<=9825||9827<=s&&s<=9829||9831<=s&&s<=9834||9836<=s&&s<=9837||s==9839||9886<=s&&s<=9887||9918<=s&&s<=9919||9924<=s&&s<=9933||9935<=s&&s<=9953||s==9955||9960<=s&&s<=9983||s==10045||s==10071||10102<=s&&s<=10111||11093<=s&&s<=11097||12872<=s&&s<=12879||57344<=s&&s<=63743||65024<=s&&s<=65039||s==65533||127232<=s&&s<=127242||127248<=s&&s<=127277||127280<=s&&s<=127337||127344<=s&&s<=127386||917760<=s&&s<=917999||983040<=s&&s<=1048573||1048576<=s&&s<=1114109?"A":"N"},e.characterLength=function(r){var i=this.eastAsianWidth(r);return i=="F"||i=="W"||i=="A"?2:1};function n(r){return r.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}e.length=function(r){for(var i=n(r),o=0,s=0;s<i.length;s++)o=o+this.characterLength(i[s]);return o},e.slice=function(r,i,o){textLen=e.length(r),i=i||0,o=o||1,i<0&&(i=textLen+i),o<0&&(o=textLen+o);for(var s="",a=0,l=n(r),c=0;c<l.length;c++){var u=l[c],p=e.length(u);if(a>=i-(p==2?1:0))if(a+p<=o)s+=u;else break;a+=p}return s}})(Md);var A2=Md.exports,B2=qd(A2),S2=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},_2=qd(S2);function vr(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=Ld(t),t.length===0))return 0;t=t.replace(_2()," ");let n=e.ambiguousIsNarrow?1:2,r=0;for(let i of t){let o=i.codePointAt(0);if(!(o<=31||o>=127&&o<=159||o>=768&&o<=879))switch(B2.eastAsianWidth(i)){case"F":case"W":r+=2;break;case"A":r+=n;break;default:r+=1}}return r}var $a=10,Od=(t=0)=>e=>`\x1B[${e+t}m`,Rd=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,Td=(t=0)=>(e,n,r)=>`\x1B[${38+t};2;${e};${n};${r}m`,re={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],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],gray:[90,39],grey:[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],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(re.modifier);var O2=Object.keys(re.color),R2=Object.keys(re.bgColor);[...O2,...R2];function T2(){let t=new Map;for(let[e,n]of Object.entries(re)){for(let[r,i]of Object.entries(n))re[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=re[r],t.set(i[0],i[1]);Object.defineProperty(re,e,{value:n,enumerable:!1})}return Object.defineProperty(re,"codes",{value:t,enumerable:!1}),re.color.close="\x1B[39m",re.bgColor.close="\x1B[49m",re.color.ansi=Od(),re.color.ansi256=Rd(),re.color.ansi16m=Td(),re.bgColor.ansi=Od($a),re.bgColor.ansi256=Rd($a),re.bgColor.ansi16m=Td($a),Object.defineProperties(re,{rgbToAnsi256:{value:(e,n,r)=>e===n&&n===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5),enumerable:!1},hexToRgb:{value:e=>{let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(o=>o+o).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>re.rgbToAnsi256(...re.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value:e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let n,r,i;if(e>=232)n=((e-232)*10+8)/255,r=n,i=n;else{e-=16;let a=e%36;n=Math.floor(e/36)/5,r=Math.floor(a/6)/5,i=a%6/5}let o=Math.max(n,r,i)*2;if(o===0)return 30;let s=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return o===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(e,n,r)=>re.ansi256ToAnsi(re.rgbToAnsi256(e,n,r)),enumerable:!1},hexToAnsi:{value:e=>re.ansi256ToAnsi(re.hexToAnsi256(e)),enumerable:!1}}),re}var $2=T2(),Vi=new Set(["\x1B","\x9B"]),k2=39,ja="\x07",Ud="[",I2="]",Hd="m",Na=`${I2}8;;`,$d=t=>`${Vi.values().next().value}${Ud}${t}${Hd}`,kd=t=>`${Vi.values().next().value}${Na}${t}${ja}`,j2=t=>t.split(" ").map(e=>vr(e)),ka=(t,e,n)=>{let r=[...e],i=!1,o=!1,s=vr(Ld(t[t.length-1]));for(let[a,l]of r.entries()){let c=vr(l);if(s+c<=n?t[t.length-1]+=l:(t.push(l),s=0),Vi.has(l)&&(i=!0,o=r.slice(a+1).join("").startsWith(Na)),i){o?l===ja&&(i=!1,o=!1):l===Hd&&(i=!1);continue}s+=c,s===n&&a<r.length-1&&(t.push(""),s=0)}!s&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},N2=t=>{let e=t.split(" "),n=e.length;for(;n>0&&!(vr(e[n-1])>0);)n--;return n===e.length?t:e.slice(0,n).join(" ")+e.slice(n).join("")},P2=(t,e,n={})=>{if(n.trim!==!1&&t.trim()==="")return"";let r="",i,o,s=j2(t),a=[""];for(let[c,u]of t.split(" ").entries()){n.trim!==!1&&(a[a.length-1]=a[a.length-1].trimStart());let p=vr(a[a.length-1]);if(c!==0&&(p>=e&&(n.wordWrap===!1||n.trim===!1)&&(a.push(""),p=0),(p>0||n.trim===!1)&&(a[a.length-1]+=" ",p++)),n.hard&&s[c]>e){let m=e-p,D=1+Math.floor((s[c]-m-1)/e);Math.floor((s[c]-1)/e)<D&&a.push(""),ka(a,u,e);continue}if(p+s[c]>e&&p>0&&s[c]>0){if(n.wordWrap===!1&&p<e){ka(a,u,e);continue}a.push("")}if(p+s[c]>e&&n.wordWrap===!1){ka(a,u,e);continue}a[a.length-1]+=u}n.trim!==!1&&(a=a.map(c=>N2(c)));let l=[...a.join(`
64
+ `)];for(let[c,u]of l.entries()){if(r+=u,Vi.has(u)){let{groups:m}=new RegExp(`(?:\\${Ud}(?<code>\\d+)m|\\${Na}(?<uri>.*)${ja})`).exec(l.slice(c).join(""))||{groups:{}};if(m.code!==void 0){let D=Number.parseFloat(m.code);i=D===k2?void 0:D}else m.uri!==void 0&&(o=m.uri.length===0?void 0:m.uri)}let p=$2.codes.get(Number(i));l[c+1]===`
65
+ `?(o&&(r+=kd("")),i&&p&&(r+=$d(p))):u===`
66
+ `&&(i&&p&&(r+=$d(i)),o&&(r+=kd(o)))}return r};function Id(t,e,n){return String(t).normalize().replace(/\r\n/g,`
67
67
  `).split(`
68
- `).map(r=>N2(r,e,n)).join(`
69
- `)}var L2=["up","down","left","right","space","enter","cancel"],qi={actions:new Set(L2),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]])};function Hd(t,e){if(typeof t=="string")return qi.aliases.get(t)===e;for(let n of t)if(n!==void 0&&Hd(n,e))return!0;return!1}function P2(t,e){if(t===e)return;let n=t.split(`
68
+ `).map(r=>P2(r,e,n)).join(`
69
+ `)}var L2=["up","down","left","right","space","enter","cancel"],Ui={actions:new Set(L2),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]])};function Wd(t,e){if(typeof t=="string")return Ui.aliases.get(t)===e;for(let n of t)if(n!==void 0&&Wd(n,e))return!0;return!1}function q2(t,e){if(t===e)return;let n=t.split(`
70
70
  `),r=e.split(`
71
- `),i=[];for(let o=0;o<Math.max(n.length,r.length);o++)n[o]!==r[o]&&i.push(o);return i}var _R=globalThis.process.platform.startsWith("win"),$a=Symbol("clack:cancel");function Gi(t){return t===$a}function Pi(t,e){let n=t;n.isTTY&&n.setRawMode(e)}var q2=Object.defineProperty,M2=(t,e,n)=>e in t?q2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ke=(t,e,n)=>(M2(t,typeof e!="symbol"?e+"":e,n),n),Jt=class{constructor(e,n=!0){Ke(this,"input"),Ke(this,"output"),Ke(this,"_abortSignal"),Ke(this,"rl"),Ke(this,"opts"),Ke(this,"_render"),Ke(this,"_track",!1),Ke(this,"_prevFrame",""),Ke(this,"_subscribers",new Map),Ke(this,"_cursor",0),Ke(this,"state","initial"),Ke(this,"error",""),Ke(this,"value");let{input:r=E2,output:i=C2,render:o,signal:s,...a}=e;this.opts=a,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=o.bind(this),this._track=n,this._abortSignal=s,this.input=r,this.output=i}unsubscribe(){this._subscribers.clear()}setSubscriber(e,n){let r=this._subscribers.get(e)??[];r.push(n),this._subscribers.set(e,r)}on(e,n){this.setSubscriber(e,{cb:n})}once(e,n){this.setSubscriber(e,{cb:n,once:!0})}emit(e,...n){let r=this._subscribers.get(e)??[],i=[];for(let o of r)o.cb(...n),o.once&&i.push(()=>r.splice(r.indexOf(o),1));for(let o of i)o()}prompt(){return new Promise((e,n)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),e($a);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let r=new v2(0);r._write=(i,o,s)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),s()},this.input.pipe(r),this.rl=Sd.createInterface({input:this.input,output:r,tabSize:2,prompt:"",escapeCodeTimeout:50}),Sd.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),this.opts.initialValue!==void 0&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),Pi(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(Je.cursor.show),this.output.off("resize",this.render),Pi(this.input,!1),e(this.value)}),this.once("cancel",()=>{this.output.write(Je.cursor.show),this.output.off("resize",this.render),Pi(this.input,!1),e($a)})})}onKeypress(e,n){if(this.state==="error"&&(this.state="active"),n?.name&&(!this._track&&qi.aliases.has(n.name)&&this.emit("cursor",qi.aliases.get(n.name)),qi.actions.has(n.name)&&this.emit("cursor",n.name)),e&&(e.toLowerCase()==="y"||e.toLowerCase()==="n")&&this.emit("confirm",e.toLowerCase()==="y"),e===" "&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),e&&this.emit("key",e.toLowerCase()),n?.name==="return"){if(this.opts.validate){let r=this.opts.validate(this.value);r&&(this.error=r instanceof Error?r.message:r,this.state="error",this.rl?.write(this.value))}this.state!=="error"&&(this.state="submit")}Hd([e,n?.name,n?.sequence],"cancel")&&(this.state="cancel"),(this.state==="submit"||this.state==="cancel")&&this.emit("finalize"),this.render(),(this.state==="submit"||this.state==="cancel")&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
72
- `),Pi(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let e=kd(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
73
- `).length-1;this.output.write(Je.cursor.move(-999,e*-1))}render(){let e=kd(this._render(this)??"",process.stdout.columns,{hard:!0});if(e!==this._prevFrame){if(this.state==="initial")this.output.write(Je.cursor.hide);else{let n=P2(this._prevFrame,e);if(this.restoreCursor(),n&&n?.length===1){let r=n[0];this.output.write(Je.cursor.move(0,r)),this.output.write(Je.erase.lines(1));let i=e.split(`
71
+ `),i=[];for(let o=0;o<Math.max(n.length,r.length);o++)n[o]!==r[o]&&i.push(o);return i}var SR=globalThis.process.platform.startsWith("win"),Ia=Symbol("clack:cancel");function Yi(t){return t===Ia}function Mi(t,e){let n=t;n.isTTY&&n.setRawMode(e)}var M2=Object.defineProperty,U2=(t,e,n)=>e in t?M2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ke=(t,e,n)=>(U2(t,typeof e!="symbol"?e+"":e,n),n),Jt=class{constructor(e,n=!0){Ke(this,"input"),Ke(this,"output"),Ke(this,"_abortSignal"),Ke(this,"rl"),Ke(this,"opts"),Ke(this,"_render"),Ke(this,"_track",!1),Ke(this,"_prevFrame",""),Ke(this,"_subscribers",new Map),Ke(this,"_cursor",0),Ke(this,"state","initial"),Ke(this,"error",""),Ke(this,"value");let{input:r=C2,output:i=v2,render:o,signal:s,...a}=e;this.opts=a,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=o.bind(this),this._track=n,this._abortSignal=s,this.input=r,this.output=i}unsubscribe(){this._subscribers.clear()}setSubscriber(e,n){let r=this._subscribers.get(e)??[];r.push(n),this._subscribers.set(e,r)}on(e,n){this.setSubscriber(e,{cb:n})}once(e,n){this.setSubscriber(e,{cb:n,once:!0})}emit(e,...n){let r=this._subscribers.get(e)??[],i=[];for(let o of r)o.cb(...n),o.once&&i.push(()=>r.splice(r.indexOf(o),1));for(let o of i)o()}prompt(){return new Promise((e,n)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),e(Ia);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let r=new b2(0);r._write=(i,o,s)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),s()},this.input.pipe(r),this.rl=_d.createInterface({input:this.input,output:r,tabSize:2,prompt:"",escapeCodeTimeout:50}),_d.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),this.opts.initialValue!==void 0&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),Mi(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(Je.cursor.show),this.output.off("resize",this.render),Mi(this.input,!1),e(this.value)}),this.once("cancel",()=>{this.output.write(Je.cursor.show),this.output.off("resize",this.render),Mi(this.input,!1),e(Ia)})})}onKeypress(e,n){if(this.state==="error"&&(this.state="active"),n?.name&&(!this._track&&Ui.aliases.has(n.name)&&this.emit("cursor",Ui.aliases.get(n.name)),Ui.actions.has(n.name)&&this.emit("cursor",n.name)),e&&(e.toLowerCase()==="y"||e.toLowerCase()==="n")&&this.emit("confirm",e.toLowerCase()==="y"),e===" "&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),e&&this.emit("key",e.toLowerCase()),n?.name==="return"){if(this.opts.validate){let r=this.opts.validate(this.value);r&&(this.error=r instanceof Error?r.message:r,this.state="error",this.rl?.write(this.value))}this.state!=="error"&&(this.state="submit")}Wd([e,n?.name,n?.sequence],"cancel")&&(this.state="cancel"),(this.state==="submit"||this.state==="cancel")&&this.emit("finalize"),this.render(),(this.state==="submit"||this.state==="cancel")&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
72
+ `),Mi(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let e=Id(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
73
+ `).length-1;this.output.write(Je.cursor.move(-999,e*-1))}render(){let e=Id(this._render(this)??"",process.stdout.columns,{hard:!0});if(e!==this._prevFrame){if(this.state==="initial")this.output.write(Je.cursor.hide);else{let n=q2(this._prevFrame,e);if(this.restoreCursor(),n&&n?.length===1){let r=n[0];this.output.write(Je.cursor.move(0,r)),this.output.write(Je.erase.lines(1));let i=e.split(`
74
74
  `);this.output.write(i[r]),this._prevFrame=e,this.output.write(Je.cursor.move(0,i.length-r-1));return}if(n&&n?.length>1){let r=n[0];this.output.write(Je.cursor.move(0,r)),this.output.write(Je.erase.down());let i=e.split(`
75
75
  `).slice(r);this.output.write(i.join(`
76
- `)),this._prevFrame=e;return}this.output.write(Je.erase.down())}this.output.write(e),this.state==="initial"&&(this.state="active"),this._prevFrame=e}}},Mi=class extends Jt{get cursor(){return this.value?0:1}get _value(){return this.cursor===0}constructor(e){super(e,!1),this.value=!!e.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",n=>{this.output.write(Je.cursor.move(0,-1)),this.value=n,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}};var U2=Object.defineProperty,H2=(t,e,n)=>e in t?U2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Id=(t,e,n)=>(H2(t,typeof e!="symbol"?e+"":e,n),n),Wd=class extends Jt{constructor(t){super(t,!1),Id(this,"options"),Id(this,"cursor",0),this.options=t.options,this.value=[...t.initialValues??[]],this.cursor=Math.max(this.options.findIndex(({value:e})=>e===t.cursorAt),0),this.on("key",e=>{e==="a"&&this.toggleAll()}),this.on("cursor",e=>{switch(e){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break;case"space":this.toggleValue();break}})}get _value(){return this.options[this.cursor].value}toggleAll(){let t=this.value.length===this.options.length;this.value=t?[]:this.options.map(e=>e.value)}toggleValue(){let t=this.value.includes(this._value);this.value=t?this.value.filter(e=>e!==this._value):[...this.value,this._value]}},W2=Object.defineProperty,z2=(t,e,n)=>e in t?W2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,jd=(t,e,n)=>(z2(t,typeof e!="symbol"?e+"":e,n),n),Ui=class extends Jt{constructor({mask:e,...n}){super(n),jd(this,"valueWithCursor",""),jd(this,"_mask","\u2022"),this._mask=e??"\u2022",this.on("finalize",()=>{this.valueWithCursor=this.masked}),this.on("value",()=>{if(this.cursor>=this.value.length)this.valueWithCursor=`${this.masked}${Er.default.inverse(Er.default.hidden("_"))}`;else{let r=this.masked.slice(0,this.cursor),i=this.masked.slice(this.cursor);this.valueWithCursor=`${r}${Er.default.inverse(i[0])}${i.slice(1)}`}})}get cursor(){return this._cursor}get masked(){return this.value.replaceAll(/./g,this._mask)}},G2=Object.defineProperty,V2=(t,e,n)=>e in t?G2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Nd=(t,e,n)=>(V2(t,typeof e!="symbol"?e+"":e,n),n),Hi=class extends Jt{constructor(e){super(e,!1),Nd(this,"options"),Nd(this,"cursor",0),this.options=e.options,this.cursor=this.options.findIndex(({value:n})=>n===e.initialValue),this.cursor===-1&&(this.cursor=0),this.changeValue(),this.on("cursor",n=>{switch(n){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}this.changeValue()})}get _value(){return this.options[this.cursor]}changeValue(){this.value=this._value.value}};var Wi=class extends Jt{get valueWithCursor(){if(this.state==="submit")return this.value;if(this.cursor>=this.value.length)return`${this.value}\u2588`;let e=this.value.slice(0,this.cursor),[n,...r]=this.value.slice(this.cursor);return`${e}${Er.default.inverse(n)}${r.join("")}`}get cursor(){return this._cursor}constructor(e){super(e),this.on("finalize",()=>{this.value||(this.value=e.defaultValue)})}};var O=ae(Oa(),1),Gd=ae(Sa(),1);import lt from"node:process";function Y2(){return lt.platform!=="win32"?lt.env.TERM!=="linux":!!lt.env.CI||!!lt.env.WT_SESSION||!!lt.env.TERMINUS_SUBLIME||lt.env.ConEmuTask==="{cmd::Cmder}"||lt.env.TERM_PROGRAM==="Terminus-Sublime"||lt.env.TERM_PROGRAM==="vscode"||lt.env.TERM==="xterm-256color"||lt.env.TERM==="alacritty"||lt.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var K2=Y2(),me=(t,e)=>K2?t:e,J2=me("\u25C6","*"),X2=me("\u25A0","x"),Z2=me("\u25B2","x"),Q2=me("\u25C7","o"),LR=me("\u250C","T"),Z=me("\u2502","|"),wt=me("\u2514","\u2014"),ja=me("\u25CF",">"),Na=me("\u25CB"," "),e3=me("\u25FB","[\u2022]"),zd=me("\u25FC","[+]"),t3=me("\u25FB","[ ]"),n3=me("\u25AA","\u2022"),PR=me("\u2500","-"),qR=me("\u256E","+"),MR=me("\u251C","+"),UR=me("\u256F","+"),HR=me("\u25CF","\u2022"),WR=me("\u25C6","*"),zR=me("\u25B2","!"),GR=me("\u25A0","x"),vr=t=>{switch(t){case"initial":case"active":return O.default.cyan(J2);case"cancel":return O.default.red(X2);case"error":return O.default.yellow(Z2);case"submit":return O.default.green(Q2)}},La=t=>{let{cursor:e,options:n,style:r}=t,i=t.maxItems??Number.POSITIVE_INFINITY,o=Math.max(process.stdout.rows-4,0),s=Math.min(o,Math.max(i,5)),a=0;e>=a+s-3?a=Math.max(Math.min(e-s+3,n.length-s),0):e<a+2&&(a=Math.max(e-2,0));let l=s<n.length&&a>0,c=s<n.length&&a+s<n.length;return n.slice(a,a+s).map((u,p,m)=>{let D=p===0&&l,d=p===m.length-1&&c;return D||d?O.default.dim("..."):r(u,p+a===e)})},Vd=t=>new Wi({validate:t.validate,placeholder:t.placeholder,defaultValue:t.defaultValue,initialValue:t.initialValue,render(){let e=`${O.default.gray(Z)}
77
- ${vr(this.state)} ${t.message}
76
+ `)),this._prevFrame=e;return}this.output.write(Je.erase.down())}this.output.write(e),this.state==="initial"&&(this.state="active"),this._prevFrame=e}}},Hi=class extends Jt{get cursor(){return this.value?0:1}get _value(){return this.cursor===0}constructor(e){super(e,!1),this.value=!!e.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",n=>{this.output.write(Je.cursor.move(0,-1)),this.value=n,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}};var H2=Object.defineProperty,W2=(t,e,n)=>e in t?H2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,jd=(t,e,n)=>(W2(t,typeof e!="symbol"?e+"":e,n),n),zd=class extends Jt{constructor(t){super(t,!1),jd(this,"options"),jd(this,"cursor",0),this.options=t.options,this.value=[...t.initialValues??[]],this.cursor=Math.max(this.options.findIndex(({value:e})=>e===t.cursorAt),0),this.on("key",e=>{e==="a"&&this.toggleAll()}),this.on("cursor",e=>{switch(e){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break;case"space":this.toggleValue();break}})}get _value(){return this.options[this.cursor].value}toggleAll(){let t=this.value.length===this.options.length;this.value=t?[]:this.options.map(e=>e.value)}toggleValue(){let t=this.value.includes(this._value);this.value=t?this.value.filter(e=>e!==this._value):[...this.value,this._value]}},z2=Object.defineProperty,G2=(t,e,n)=>e in t?z2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Nd=(t,e,n)=>(G2(t,typeof e!="symbol"?e+"":e,n),n),Wi=class extends Jt{constructor({mask:e,...n}){super(n),Nd(this,"valueWithCursor",""),Nd(this,"_mask","\u2022"),this._mask=e??"\u2022",this.on("finalize",()=>{this.valueWithCursor=this.masked}),this.on("value",()=>{if(this.cursor>=this.value.length)this.valueWithCursor=`${this.masked}${Cr.default.inverse(Cr.default.hidden("_"))}`;else{let r=this.masked.slice(0,this.cursor),i=this.masked.slice(this.cursor);this.valueWithCursor=`${r}${Cr.default.inverse(i[0])}${i.slice(1)}`}})}get cursor(){return this._cursor}get masked(){return this.value.replaceAll(/./g,this._mask)}},V2=Object.defineProperty,Y2=(t,e,n)=>e in t?V2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Pd=(t,e,n)=>(Y2(t,typeof e!="symbol"?e+"":e,n),n),zi=class extends Jt{constructor(e){super(e,!1),Pd(this,"options"),Pd(this,"cursor",0),this.options=e.options,this.cursor=this.options.findIndex(({value:n})=>n===e.initialValue),this.cursor===-1&&(this.cursor=0),this.changeValue(),this.on("cursor",n=>{switch(n){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}this.changeValue()})}get _value(){return this.options[this.cursor]}changeValue(){this.value=this._value.value}};var Gi=class extends Jt{get valueWithCursor(){if(this.state==="submit")return this.value;if(this.cursor>=this.value.length)return`${this.value}\u2588`;let e=this.value.slice(0,this.cursor),[n,...r]=this.value.slice(this.cursor);return`${e}${Cr.default.inverse(n)}${r.join("")}`}get cursor(){return this._cursor}constructor(e){super(e),this.on("finalize",()=>{this.value||(this.value=e.defaultValue)})}};var O=ae(Ta(),1),Vd=ae(Oa(),1);import lt from"node:process";function K2(){return lt.platform!=="win32"?lt.env.TERM!=="linux":!!lt.env.CI||!!lt.env.WT_SESSION||!!lt.env.TERMINUS_SUBLIME||lt.env.ConEmuTask==="{cmd::Cmder}"||lt.env.TERM_PROGRAM==="Terminus-Sublime"||lt.env.TERM_PROGRAM==="vscode"||lt.env.TERM==="xterm-256color"||lt.env.TERM==="alacritty"||lt.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var J2=K2(),me=(t,e)=>J2?t:e,X2=me("\u25C6","*"),Z2=me("\u25A0","x"),Q2=me("\u25B2","x"),e3=me("\u25C7","o"),NR=me("\u250C","T"),Z=me("\u2502","|"),wt=me("\u2514","\u2014"),Pa=me("\u25CF",">"),La=me("\u25CB"," "),t3=me("\u25FB","[\u2022]"),Gd=me("\u25FC","[+]"),n3=me("\u25FB","[ ]"),r3=me("\u25AA","\u2022"),PR=me("\u2500","-"),LR=me("\u256E","+"),qR=me("\u251C","+"),MR=me("\u256F","+"),UR=me("\u25CF","\u2022"),HR=me("\u25C6","*"),WR=me("\u25B2","!"),zR=me("\u25A0","x"),br=t=>{switch(t){case"initial":case"active":return O.default.cyan(X2);case"cancel":return O.default.red(Z2);case"error":return O.default.yellow(Q2);case"submit":return O.default.green(e3)}},qa=t=>{let{cursor:e,options:n,style:r}=t,i=t.maxItems??Number.POSITIVE_INFINITY,o=Math.max(process.stdout.rows-4,0),s=Math.min(o,Math.max(i,5)),a=0;e>=a+s-3?a=Math.max(Math.min(e-s+3,n.length-s),0):e<a+2&&(a=Math.max(e-2,0));let l=s<n.length&&a>0,c=s<n.length&&a+s<n.length;return n.slice(a,a+s).map((u,p,m)=>{let D=p===0&&l,d=p===m.length-1&&c;return D||d?O.default.dim("..."):r(u,p+a===e)})},Yd=t=>new Gi({validate:t.validate,placeholder:t.placeholder,defaultValue:t.defaultValue,initialValue:t.initialValue,render(){let e=`${O.default.gray(Z)}
77
+ ${br(this.state)} ${t.message}
78
78
  `,n=t.placeholder?O.default.inverse(t.placeholder[0])+O.default.dim(t.placeholder.slice(1)):O.default.inverse(O.default.hidden("_")),r=this.value?this.valueWithCursor:n;switch(this.state){case"error":return`${e.trim()}
79
79
  ${O.default.yellow(Z)} ${r}
80
80
  ${O.default.yellow(wt)} ${O.default.yellow(this.error)}
81
81
  `;case"submit":return`${e}${O.default.gray(Z)} ${O.default.dim(this.value||t.placeholder)}`;case"cancel":return`${e}${O.default.gray(Z)} ${O.default.strikethrough(O.default.dim(this.value??""))}${this.value?.trim()?`
82
82
  ${O.default.gray(Z)}`:""}`;default:return`${e}${O.default.cyan(Z)} ${r}
83
83
  ${O.default.cyan(wt)}
84
- `}}}).prompt(),Yd=t=>new Ui({validate:t.validate,mask:t.mask??n3,render(){let e=`${O.default.gray(Z)}
85
- ${vr(this.state)} ${t.message}
84
+ `}}}).prompt(),Kd=t=>new Wi({validate:t.validate,mask:t.mask??r3,render(){let e=`${O.default.gray(Z)}
85
+ ${br(this.state)} ${t.message}
86
86
  `,n=this.valueWithCursor,r=this.masked;switch(this.state){case"error":return`${e.trim()}
87
87
  ${O.default.yellow(Z)} ${r}
88
88
  ${O.default.yellow(wt)} ${O.default.yellow(this.error)}
89
89
  `;case"submit":return`${e}${O.default.gray(Z)} ${O.default.dim(r)}`;case"cancel":return`${e}${O.default.gray(Z)} ${O.default.strikethrough(O.default.dim(r??""))}${r?`
90
90
  ${O.default.gray(Z)}`:""}`;default:return`${e}${O.default.cyan(Z)} ${n}
91
91
  ${O.default.cyan(wt)}
92
- `}}}).prompt(),Kd=t=>{let e=t.active??"Yes",n=t.inactive??"No";return new Mi({active:e,inactive:n,initialValue:t.initialValue??!0,render(){let r=`${O.default.gray(Z)}
93
- ${vr(this.state)} ${t.message}
92
+ `}}}).prompt(),Jd=t=>{let e=t.active??"Yes",n=t.inactive??"No";return new Hi({active:e,inactive:n,initialValue:t.initialValue??!0,render(){let r=`${O.default.gray(Z)}
93
+ ${br(this.state)} ${t.message}
94
94
  `,i=this.value?e:n;switch(this.state){case"submit":return`${r}${O.default.gray(Z)} ${O.default.dim(i)}`;case"cancel":return`${r}${O.default.gray(Z)} ${O.default.strikethrough(O.default.dim(i))}
95
- ${O.default.gray(Z)}`;default:return`${r}${O.default.cyan(Z)} ${this.value?`${O.default.green(ja)} ${e}`:`${O.default.dim(Na)} ${O.default.dim(e)}`} ${O.default.dim("/")} ${this.value?`${O.default.dim(Na)} ${O.default.dim(n)}`:`${O.default.green(ja)} ${n}`}
95
+ ${O.default.gray(Z)}`;default:return`${r}${O.default.cyan(Z)} ${this.value?`${O.default.green(Pa)} ${e}`:`${O.default.dim(La)} ${O.default.dim(e)}`} ${O.default.dim("/")} ${this.value?`${O.default.dim(La)} ${O.default.dim(n)}`:`${O.default.green(Pa)} ${n}`}
96
96
  ${O.default.cyan(wt)}
97
- `}}}).prompt()},Jd=t=>{let e=(n,r)=>{let i=n.label??String(n.value);switch(r){case"selected":return`${O.default.dim(i)}`;case"active":return`${O.default.green(ja)} ${i} ${n.hint?O.default.dim(`(${n.hint})`):""}`;case"cancelled":return`${O.default.strikethrough(O.default.dim(i))}`;default:return`${O.default.dim(Na)} ${O.default.dim(i)}`}};return new Hi({options:t.options,initialValue:t.initialValue,render(){let n=`${O.default.gray(Z)}
98
- ${vr(this.state)} ${t.message}
97
+ `}}}).prompt()},Xd=t=>{let e=(n,r)=>{let i=n.label??String(n.value);switch(r){case"selected":return`${O.default.dim(i)}`;case"active":return`${O.default.green(Pa)} ${i} ${n.hint?O.default.dim(`(${n.hint})`):""}`;case"cancelled":return`${O.default.strikethrough(O.default.dim(i))}`;default:return`${O.default.dim(La)} ${O.default.dim(i)}`}};return new zi({options:t.options,initialValue:t.initialValue,render(){let n=`${O.default.gray(Z)}
98
+ ${br(this.state)} ${t.message}
99
99
  `;switch(this.state){case"submit":return`${n}${O.default.gray(Z)} ${e(this.options[this.cursor],"selected")}`;case"cancel":return`${n}${O.default.gray(Z)} ${e(this.options[this.cursor],"cancelled")}
100
- ${O.default.gray(Z)}`;default:return`${n}${O.default.cyan(Z)} ${La({cursor:this.cursor,options:this.options,maxItems:t.maxItems,style:(r,i)=>e(r,i?"active":"inactive")}).join(`
100
+ ${O.default.gray(Z)}`;default:return`${n}${O.default.cyan(Z)} ${qa({cursor:this.cursor,options:this.options,maxItems:t.maxItems,style:(r,i)=>e(r,i?"active":"inactive")}).join(`
101
101
  ${O.default.cyan(Z)} `)}
102
102
  ${O.default.cyan(wt)}
103
- `}}}).prompt()};var Xd=t=>{let e=(n,r)=>{let i=n.label??String(n.value);return r==="active"?`${O.default.cyan(e3)} ${i} ${n.hint?O.default.dim(`(${n.hint})`):""}`:r==="selected"?`${O.default.green(zd)} ${O.default.dim(i)}`:r==="cancelled"?`${O.default.strikethrough(O.default.dim(i))}`:r==="active-selected"?`${O.default.green(zd)} ${i} ${n.hint?O.default.dim(`(${n.hint})`):""}`:r==="submitted"?`${O.default.dim(i)}`:`${O.default.dim(t3)} ${O.default.dim(i)}`};return new Wd({options:t.options,initialValues:t.initialValues,required:t.required??!0,cursorAt:t.cursorAt,validate(n){if(this.required&&n.length===0)return`Please select at least one option.
103
+ `}}}).prompt()};var Zd=t=>{let e=(n,r)=>{let i=n.label??String(n.value);return r==="active"?`${O.default.cyan(t3)} ${i} ${n.hint?O.default.dim(`(${n.hint})`):""}`:r==="selected"?`${O.default.green(Gd)} ${O.default.dim(i)}`:r==="cancelled"?`${O.default.strikethrough(O.default.dim(i))}`:r==="active-selected"?`${O.default.green(Gd)} ${i} ${n.hint?O.default.dim(`(${n.hint})`):""}`:r==="submitted"?`${O.default.dim(i)}`:`${O.default.dim(n3)} ${O.default.dim(i)}`};return new zd({options:t.options,initialValues:t.initialValues,required:t.required??!0,cursorAt:t.cursorAt,validate(n){if(this.required&&n.length===0)return`Please select at least one option.
104
104
  ${O.default.reset(O.default.dim(`Press ${O.default.gray(O.default.bgWhite(O.default.inverse(" space ")))} to select, ${O.default.gray(O.default.bgWhite(O.default.inverse(" enter ")))} to submit`))}`},render(){let n=`${O.default.gray(Z)}
105
- ${vr(this.state)} ${t.message}
105
+ ${br(this.state)} ${t.message}
106
106
  `,r=(i,o)=>{let s=this.value.includes(i.value);return o&&s?e(i,"active-selected"):s?e(i,"selected"):e(i,o?"active":"inactive")};switch(this.state){case"submit":return`${n}${O.default.gray(Z)} ${this.options.filter(({value:i})=>this.value.includes(i)).map(i=>e(i,"submitted")).join(O.default.dim(", "))||O.default.dim("none")}`;case"cancel":{let i=this.options.filter(({value:o})=>this.value.includes(o)).map(o=>e(o,"cancelled")).join(O.default.dim(", "));return`${n}${O.default.gray(Z)} ${i.trim()?`${i}
107
107
  ${O.default.gray(Z)}`:""}`}case"error":{let i=this.error.split(`
108
108
  `).map((o,s)=>s===0?`${O.default.yellow(wt)} ${O.default.yellow(o)}`:` ${o}`).join(`
109
- `);return`${n+O.default.yellow(Z)} ${La({options:this.options,cursor:this.cursor,maxItems:t.maxItems,style:r}).join(`
109
+ `);return`${n+O.default.yellow(Z)} ${qa({options:this.options,cursor:this.cursor,maxItems:t.maxItems,style:r}).join(`
110
110
  ${O.default.yellow(Z)} `)}
111
111
  ${i}
112
- `}default:return`${n}${O.default.cyan(Z)} ${La({options:this.options,cursor:this.cursor,maxItems:t.maxItems,style:r}).join(`
112
+ `}default:return`${n}${O.default.cyan(Z)} ${qa({options:this.options,cursor:this.cursor,maxItems:t.maxItems,style:r}).join(`
113
113
  ${O.default.cyan(Z)} `)}
114
114
  ${O.default.cyan(wt)}
115
- `}}}).prompt()};var Zd=(t="")=>{process.stdout.write(`${O.default.gray(wt)} ${O.default.red(t)}
115
+ `}}}).prompt()};var Qd=(t="")=>{process.stdout.write(`${O.default.gray(wt)} ${O.default.red(t)}
116
116
 
117
- `)};var Pa=class{cancel(e){Gi(e)&&(Zd("\u5DF2\u53D6\u6D88"),process.exit(0))}async text(e,n){let r=await Vd({message:e,placeholder:n});return this.cancel(r),r}async confirm(e){return await Kd({message:e})===!0}async password(e){let n=await Yd({message:e});return this.cancel(n),n}async select(e,n){let r=await Jd({message:e,options:n});return this.cancel(r),r}async multiselect(e,n){let r=await Xd({message:e,options:n,required:!1});return this.cancel(r),r}},Vi=new Pa;function Qd(){return new H("login").description("\u4F7F\u7528 API Key \u5B8C\u6210\u8EAB\u4EFD\u9A8C\u8BC1").option("-k, --key <key>","API Key\uFF08\u8DF3\u8FC7\u4EA4\u4E92\u5F0F\u8F93\u5165\uFF09").action(async t=>{let e=await i3(t),n=await $n.login(e);tt(`\u5DF2\u9A8C\u8BC1 compId=${n.compId} customerId=${n.customerId}`)})}async function i3(t){let e=t.key?.trim()??"";if(!e&&(e=await Vi.password("API Key"),e=e?.trim(),!e))throw Y.validation("API Key \u4E0D\u53EF\u4E3A\u7A7A");return e}function em(){return new H("logout").description("\u6E05\u9664\u5F53\u524D\u8EAB\u4EFD\u51ED\u8BC1").action(()=>{let t=$n.logout();tt(`\u5DF2\u9000\u51FA ${t}`)})}function tm(){return new H("status").description("\u663E\u793A\u5F53\u524D\u8EAB\u4EFD\u9A8C\u8BC1\u72B6\u6001").action(()=>{tt($n.status())})}function nm(){let t=new H("auth").description("\u8EAB\u4EFD\u9A8C\u8BC1");return t.addCommand(Qd()),t.addCommand(em()),t.addCommand(tm()),t}import{mkdirSync as s3,writeFileSync as qa}from"node:fs";import{join as Yi}from"node:path";var Ma=class{completionDir(){return Yi(xe.configDir(),"completions")}generateScripts(e){let n=e.name(),r=this.extractTree(e),i=this.completionDir();s3(i,{recursive:!0}),qa(Yi(i,`${n}.bash`),this.bashScript(n,r)),qa(Yi(i,`${n}.zsh`),this.zshScript(n,r)),qa(Yi(i,`${n}.fish`),this.fishScript(n,r)),process.stderr.write(`\u8865\u5168\u811A\u672C\u5DF2\u751F\u6210\u5230 ${i}
117
+ `)};var Ma=class{cancel(e){Yi(e)&&(Qd("\u5DF2\u53D6\u6D88"),process.exit(0))}async text(e,n){let r=await Yd({message:e,placeholder:n});return this.cancel(r),r}async confirm(e){return await Jd({message:e})===!0}async password(e){let n=await Kd({message:e});return this.cancel(n),n}async select(e,n){let r=await Xd({message:e,options:n});return this.cancel(r),r}async multiselect(e,n){let r=await Zd({message:e,options:n,required:!1});return this.cancel(r),r}},Ki=new Ma;function em(){return new H("login").description("\u4F7F\u7528 API Key \u5B8C\u6210\u8EAB\u4EFD\u9A8C\u8BC1").option("-k, --key <key>","API Key\uFF08\u8DF3\u8FC7\u4EA4\u4E92\u5F0F\u8F93\u5165\uFF09").action(async t=>{let e=await s3(t),n=await $n.login(e);tt(`\u5DF2\u9A8C\u8BC1 compId=${n.compId} customerId=${n.customerId}`)})}async function s3(t){let e=t.key?.trim()??"";if(!e&&(e=await Ki.password("API Key"),e=e?.trim(),!e))throw Y.validation("API Key \u4E0D\u53EF\u4E3A\u7A7A");return e}function tm(){return new H("logout").description("\u6E05\u9664\u5F53\u524D\u8EAB\u4EFD\u51ED\u8BC1").action(()=>{let t=$n.logout();tt(`\u5DF2\u9000\u51FA ${t}`)})}function nm(){return new H("status").description("\u663E\u793A\u5F53\u524D\u8EAB\u4EFD\u9A8C\u8BC1\u72B6\u6001").action(()=>{tt($n.status())})}function rm(){let t=new H("auth").description("\u8EAB\u4EFD\u9A8C\u8BC1");return t.addCommand(em()),t.addCommand(tm()),t.addCommand(nm()),t}import{mkdirSync as o3,writeFileSync as Ua}from"node:fs";import{join as Ji}from"node:path";var Ha=class{completionDir(){return Ji(xe.configDir(),"completions")}generateScripts(e){let n=e.name(),r=this.extractTree(e),i=this.completionDir();o3(i,{recursive:!0}),Ua(Ji(i,`${n}.bash`),this.bashScript(n,r)),Ua(Ji(i,`${n}.zsh`),this.zshScript(n,r)),Ua(Ji(i,`${n}.fish`),this.fishScript(n,r)),process.stderr.write(`\u8865\u5168\u811A\u672C\u5DF2\u751F\u6210\u5230 ${i}
118
118
 
119
119
  `),process.stderr.write(`Bash: echo 'source ${i}/${n}.bash' >> ~/.bashrc
120
120
  `),process.stderr.write(`Zsh: echo 'source ${i}/${n}.zsh' >> ~/.zshrc
@@ -152,28 +152,28 @@ _${e}
152
152
 
153
153
  `,n.subcommands.forEach(i=>{r+=`complete -c ${e} -f -a '${i.name}' -d '${i.description}'
154
154
  `}),n.options.forEach(i=>{r+=`complete -c ${e} -l '${i.replace(/^--/,"")}'
155
- `}),r}},rm=new Ma;function im(t){return new H("completion").description("\u751F\u6210 Bash\u3001Zsh \u548C Fish \u7684 Shell \u81EA\u52A8\u8865\u5168\u811A\u672C").action(()=>{rm.generateScripts(t())})}function sm(){return new H("get").description("\u8BFB\u53D6\u6307\u5B9A\u914D\u7F6E\u9879\u7684\u503C").argument("<key>","\u914D\u7F6E\u9879\u952E\u540D").action(t=>{let e=xe.loadConfigByKey(t);tt({key:t,value:e})})}function om(){return new H("set").description("\u8BBE\u7F6E\u6307\u5B9A\u914D\u7F6E\u9879\u7684\u503C").argument("<key>","\u914D\u7F6E\u9879\u952E\u540D").argument("<value>","\u914D\u7F6E\u9879\u503C").action((t,e)=>{xe.saveCurrConfig({[t]:e}),be.reloadConfig(),he.info(`${t} = ${e}`),tt({key:t,value:e})})}function am(){let t=new H("config").description("\u914D\u7F6E\u7BA1\u7406");return t.addCommand(sm()),t.addCommand(om()),t}var cf=ae(uf(),1);var nt=(r=>(r.Json="json",r.Table="table",r.Pretty="pretty",r))(nt||{});function Ne(t,e,n){switch(e){case"json":tt(t,n);break;case"table":{let r=Array.isArray(t)?t:[t],i=Object.keys(r[0]),o=r.map(a=>i.map(l=>String(a[l]??""))),s=new cf.default({head:i,style:{head:[],border:[]}});s.push(...o),he.out(s.toString());break}case"pretty":he.out(JSON.stringify(t,null,2));break}}var nu=ae(tu(),1);var lf={domain:"history-record",version:"2026-06-04",description:"KST IM CLI \u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2\u7ED3\u679C\u5B57\u6BB5\u8BF4\u660E\uFF0C\u4F9B\u5916\u90E8 agent \u5728\u4E0D\u8BFB\u53D6\u670D\u52A1\u7AEF\u4EE3\u7801\u6CE8\u91CA\u7684\u60C5\u51B5\u4E0B\u7406\u89E3\u8FD4\u56DE\u6570\u636E\u3002",timeFormat:"yyyy-MM-dd HH:mm:ss",fields:[{path:"contacted",nameZh:"\u662F\u5426\u83B7\u8054",nameEn:"contacted",type:"boolean|string|number",nullable:!0,description:"\u8868\u793A\u8BE5\u4F1A\u8BDD\u662F\u5426\u5F62\u6210\u6709\u6548\u83B7\u8054\uFF1B\u5177\u4F53\u539F\u59CB\u53D6\u503C\u53EF\u80FD\u6765\u81EA\u65E7\u5386\u53F2\u8BB0\u5F55\u670D\u52A1\uFF0C\u5EFA\u8BAE\u7ED3\u5408 enums.contacted \u89E3\u91CA\u3002"},{path:"visitorInfo",nameZh:"\u8BBF\u5BA2\u4FE1\u606F",nameEn:"visitor information",type:"object",description:"\u8BBF\u5BA2\u7EF4\u5EA6\u7684\u805A\u5408\u4FE1\u606F\uFF0C\u5305\u62EC\u7F51\u9875\u8BBF\u5BA2\u3001\u6E20\u9053\u8BBF\u5BA2\u3001\u7AD9\u70B9\u548C\u6E20\u9053\u6765\u6E90\u7B49\u3002"},{path:"visitorInfo.siteId",nameZh:"\u7AD9\u70B9 ID",nameEn:"site id",type:"string|number",nullable:!0,description:"\u7F51\u9875\u4F1A\u8BDD\u6240\u5C5E\u7AD9\u70B9 ID\uFF1B\u6E20\u9053\u4F1A\u8BDD\u901A\u5E38\u4E3A\u7A7A\u3002"},{path:"visitorInfo.siteName",nameZh:"\u7AD9\u70B9\u540D\u79F0",nameEn:"site name",type:"string",nullable:!0,description:"\u7531 siteId \u7FFB\u8BD1\u5F97\u5230\u7684\u7AD9\u70B9\u540D\u79F0\uFF1B\u914D\u7F6E\u7F3A\u5931\u6216\u975E\u7F51\u9875\u4F1A\u8BDD\u65F6\u53EF\u80FD\u4E3A\u7A7A\u3002"},{path:"visitorInfo.bidWord",nameZh:"\u7ADE\u4EF7\u8BCD",nameEn:"bid word",type:"string",nullable:!0,description:"\u7F51\u9875\u8BBF\u5BA2\u901A\u8FC7\u5E7F\u544A\u6216\u7ADE\u4EF7\u63A8\u5E7F\u8FDB\u5165\u65F6\u7684\u7ADE\u4EF7\u8BCD\uFF1B\u6E20\u9053\u4F1A\u8BDD\u901A\u5E38\u4E3A\u7A7A\u6216\u4E0D\u8FD4\u56DE\u3002"},{path:"visitorInfo.dialogTimes",nameZh:"\u7D2F\u8BA1\u6765\u8BBF\u6B21\u6570",nameEn:"dialog times",type:"string|number",nullable:!0,description:"\u8BBF\u5BA2\u7D2F\u8BA1\u6765\u8BBF\u6216\u4F1A\u8BDD\u6B21\u6570\uFF0C\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u4FDD\u7559\u65E7\u5386\u53F2\u8BB0\u5F55\u4E2D\u7684\u539F\u59CB\u6570\u503C\u7C7B\u578B\u3002"},{path:"visitorInfo.visitorNick",nameZh:"\u8BBF\u5BA2\u6635\u79F0",nameEn:"visitor nickname",type:"string",nullable:!0,description:"\u6E20\u9053\u8BBF\u5BA2\u6635\u79F0\u6216\u7F51\u9875\u8BBF\u5BA2\u5C55\u793A\u540D\u79F0\u3002"},{path:"visitorInfo.sourceCity",nameZh:"\u6765\u6E90\u57CE\u5E02",nameEn:"source city",type:"string",nullable:!0,description:"\u8BBF\u5BA2\u6765\u6E90\u57CE\u5E02\uFF0C\u901A\u5E38\u7531 IP \u6216\u6E20\u9053\u6765\u6E90\u4FE1\u606F\u89E3\u6790\u5F97\u5230\u3002"},{path:"visitorInfo.trafficType",nameZh:"\u6D41\u91CF\u7C7B\u578B",nameEn:"traffic type",type:"string|number",nullable:!0,description:"\u6E20\u9053\u6216\u6D41\u91CF\u6765\u6E90\u5206\u7C7B\uFF0C\u5177\u4F53\u53D6\u503C\u4F9D\u8D56\u4E1A\u52A1\u914D\u7F6E\u3002"},{path:"visitorInfo.accountInfo",nameZh:"\u6E20\u9053\u8D26\u53F7\u4FE1\u606F",nameEn:"channel account information",type:"string|object",nullable:!0,description:"\u6E20\u9053\u4F1A\u8BDD\u5173\u8054\u7684\u8D26\u53F7\u4FE1\u606F\uFF0C\u4F8B\u5982\u6E20\u9053\u8D26\u53F7 ID\u3001\u540D\u79F0\u6216\u7EC4\u5408\u5C55\u793A\u503C\u3002"},{path:"dialogInfo",nameZh:"\u4F1A\u8BDD\u4FE1\u606F",nameEn:"dialog information",type:"object",description:"\u4E00\u6B21\u54A8\u8BE2\u4F1A\u8BDD\u7684\u7EF4\u5EA6\u4FE1\u606F\uFF0C\u4F8B\u5982\u5F00\u59CB\u65F6\u95F4\u3001\u7ED3\u675F\u65F6\u95F4\u3001\u5BA2\u670D\u3001\u6807\u7B7E\u548C\u6765\u6E90\u7B49\u3002"},{path:"dialogInfo.firstCsId",nameZh:"\u9996\u6B21\u63A5\u5F85\u5BA2\u670D",nameEn:"first customer service",type:"string|number",nullable:!0,description:"\u9996\u6B21\u63A5\u5F85\u5BA2\u670D\u7684\u5C55\u793A\u503C\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u628A\u5BA2\u670D ID \u7FFB\u8BD1\u6210\u540D\u79F0\uFF0C\u6620\u5C04\u7F3A\u5931\u65F6\u53EF\u80FD\u4FDD\u7559\u539F\u503C\u3002"},{path:"dialogInfo.requestType",nameZh:"\u8BF7\u6C42\u65B9\u5F0F",nameEn:"request type",type:"string|number",nullable:!0,description:"\u4F1A\u8BDD\u521B\u5EFA\u6216\u8BF7\u6C42\u65B9\u5F0F\uFF0C\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u7FFB\u8BD1\u4E3A\u4E2D\u6587\uFF0C\u4F8B\u5982\u8BBF\u5BA2\u8BF7\u6C42\u3001\u5BA2\u670D\u8BF7\u6C42\u3001SOP \u521B\u5EFA\u3001\u76F4\u64AD\u521B\u5EFA\u3002"},{path:"dialogInfo.curEnterTime",nameZh:"\u8FDB\u5165\u65F6\u95F4",nameEn:"current enter time",type:"string",nullable:!0,description:"\u8BBF\u5BA2\u8FDB\u5165\u4F1A\u8BDD\u6216\u5F53\u524D\u4F1A\u8BDD\u5F00\u59CB\u65F6\u95F4\uFF0C\u4F18\u5148\u6309 yyyy-MM-dd HH:mm:ss \u7406\u89E3\u3002"},{path:"dialogInfo.dialogTag",nameZh:"\u4F1A\u8BDD\u6807\u7B7E",nameEn:"dialog tag",type:"string",nullable:!0,description:"\u6E20\u9053\u6216\u7F51\u9875\u4F1A\u8BDD\u4E0A\u7684\u4E1A\u52A1\u6807\u7B7E\uFF1B\u53EF\u80FD\u662F\u6807\u7B7E\u540D\u79F0\u3001\u7EC4\u5408\u540D\u79F0\u6216\u65E7\u6570\u636E\u4E2D\u7684\u539F\u59CB\u503C\u3002"},{path:"dialogRecordList",nameZh:"\u804A\u5929\u8BB0\u5F55\u5217\u8868",nameEn:"chat message list",type:"array<object>",description:"\u5F53\u524D\u4F1A\u8BDD\u5185\u7684\u804A\u5929\u6D88\u606F\u5217\u8868\uFF1B\u8FD9\u662F\u6D88\u606F\u660E\u7EC6\uFF0C\u4E0D\u662F\u4F1A\u8BDD\u5217\u8868\u3002"},{path:"dialogRecordList[].content",nameZh:"\u6D88\u606F\u5185\u5BB9",nameEn:"message content",type:"string",nullable:!0,description:"\u5355\u6761\u804A\u5929\u6D88\u606F\u5185\u5BB9\uFF1B\u53EF\u80FD\u5DF2\u505A\u624B\u673A\u53F7\u3001\u5FAE\u4FE1\u53F7\u7B49\u8054\u7CFB\u65B9\u5F0F\u8131\u654F\u3002"},{path:"dialogRecordList[].sender",nameZh:"\u53D1\u9001\u4EBA",nameEn:"sender",type:"string",nullable:!0,description:"\u6D88\u606F\u53D1\u9001\u65B9\u5C55\u793A\u503C\uFF0C\u53EF\u80FD\u662F\u8BBF\u5BA2\u3001\u5BA2\u670D\u3001\u673A\u5668\u4EBA\u6216\u6E20\u9053\u539F\u59CB\u53D1\u9001\u4EBA\u3002"},{path:"dialogRecordList[].addTime",nameZh:"\u53D1\u9001\u65F6\u95F4",nameEn:"add time",type:"string",nullable:!0,description:"\u6D88\u606F\u53D1\u9001\u65F6\u95F4\uFF0C\u4F18\u5148\u6309 yyyy-MM-dd HH:mm:ss \u7406\u89E3\u3002"},{path:"dialogRecordList[].recType",nameZh:"\u6D88\u606F\u7C7B\u578B",nameEn:"record type",type:"string|number",nullable:!0,description:"\u6D88\u606F\u8BB0\u5F55\u7C7B\u578B\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u7FFB\u8BD1\u4E3A\u4E2D\u6587\u679A\u4E3E\u540D\uFF0C\u672A\u77E5\u7801\u53EF\u80FD\u4FDD\u7559\u539F\u6570\u5B57\u3002"},{path:"adInfo",nameZh:"\u5E7F\u544A\u6765\u6E90\u4FE1\u606F",nameEn:"advertising source information",type:"object",nullable:!0,description:"\u5E7F\u544A\u3001\u63A8\u5E7F\u3001\u843D\u5730\u9875\u6216\u6765\u6E90\u5173\u952E\u8BCD\u7B49\u8425\u9500\u5F52\u56E0\u4FE1\u606F\u3002"},{path:"trackRecordList",nameZh:"\u8BBF\u5BA2\u8F68\u8FF9\u5217\u8868",nameEn:"visitor track list",type:"array<object>",nullable:!0,description:"\u8BBF\u5BA2\u6D4F\u89C8\u9875\u9762\u3001\u8FDB\u5165\u6765\u6E90\u3001\u8BBF\u95EE\u8DEF\u5F84\u7B49\u8F68\u8FF9\u8BB0\u5F55\u3002"},{path:"cardInfo",nameZh:"\u540D\u7247\u4FE1\u606F",nameEn:"business card information",type:"object",nullable:!0,description:"\u54A8\u8BE2\u8FC7\u7A0B\u4E2D\u6C89\u6DC0\u7684\u5BA2\u6237\u540D\u7247\u6216\u5BA2\u6237\u8D44\u6599\u4FE1\u606F\u3002"},{path:"cardInfo.ownerCustomer",nameZh:"\u540D\u7247\u5F52\u5C5E\u5BA2\u670D",nameEn:"owner customer",type:"string|number",nullable:!0,description:"\u540D\u7247\u5F52\u5C5E\u5BA2\u670D\u7684\u5C55\u793A\u503C\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u628A\u5BA2\u670D ID \u7FFB\u8BD1\u6210\u540D\u79F0\uFF0C\u6620\u5C04\u7F3A\u5931\u65F6\u53EF\u80FD\u4FDD\u7559\u539F\u503C\u3002"},{path:"cardInfo.cardCusType",nameZh:"\u540D\u7247\u6807\u7B7E",nameEn:"card customer type",type:"string",nullable:!0,description:"\u540D\u7247\u5BA2\u6237\u7C7B\u578B\u6216\u6807\u7B7E\u540D\u79F0\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u628A ID \u7FFB\u8BD1\u6210\u540D\u79F0\uFF0C\u6620\u5C04\u7F3A\u5931\u65F6\u53EF\u80FD\u4FDD\u7559\u539F\u503C\u3002"},{path:"adInfo.raw",nameZh:"\u5E7F\u544A\u539F\u59CB\u6269\u5C55\u4FE1\u606F",nameEn:"raw advertising metadata",type:"object",nullable:!0,description:"\u5E7F\u544A\u3001\u6E20\u9053\u6216\u81EA\u5B9A\u4E49\u5B57\u6BB5\u7684\u539F\u59CB\u6269\u5C55\u4FE1\u606F\uFF1B\u670D\u52A1\u7AEF\u4F1A\u8FC7\u6EE4\u90E8\u5206\u4E0D\u9002\u5408\u5BF9\u5916\u5206\u6790\u7684\u5B57\u6BB5\u3002"}],enums:[{name:"contacted",description:"\u662F\u5426\u83B7\u8054\u5B57\u6BB5\u7684\u5E38\u89C1\u89E3\u91CA\uFF1B\u4E0D\u540C\u5386\u53F2\u6570\u636E\u6E90\u53EF\u80FD\u8FD4\u56DE boolean\u3001\u6570\u5B57\u6216\u5B57\u7B26\u4E32\u3002",values:[{value:!0,nameZh:"\u5DF2\u83B7\u8054",nameEn:"contacted",description:"\u4F1A\u8BDD\u5DF2\u5F62\u6210\u6709\u6548\u83B7\u8054\u3002"},{value:!1,nameZh:"\u672A\u83B7\u8054",nameEn:"not contacted",description:"\u4F1A\u8BDD\u672A\u5F62\u6210\u6709\u6548\u83B7\u8054\u3002"},{value:1,nameZh:"\u5DF2\u83B7\u8054",nameEn:"contacted"},{value:0,nameZh:"\u672A\u83B7\u8054",nameEn:"not contacted"}]},{name:"dialogRecordList[].recType",description:"\u804A\u5929\u6D88\u606F\u7C7B\u578B\u7684\u5E38\u89C1\u89E3\u91CA\uFF1B\u670D\u52A1\u7AEF\u5DF2\u77E5\u7801\u4F1A\u4F18\u5148\u8FD4\u56DE\u4E2D\u6587\u540D\u79F0\u3002",values:[{value:"\u8BBF\u5BA2\u6D88\u606F",nameZh:"\u8BBF\u5BA2\u6D88\u606F",nameEn:"visitor message"},{value:"\u5BA2\u670D\u6D88\u606F",nameZh:"\u5BA2\u670D\u6D88\u606F",nameEn:"customer service message"},{value:"\u7CFB\u7EDF\u6D88\u606F",nameZh:"\u7CFB\u7EDF\u6D88\u606F",nameEn:"system message"},{value:"\u673A\u5668\u4EBA\u6D88\u606F",nameZh:"\u673A\u5668\u4EBA\u6D88\u606F",nameEn:"robot message"}]}],notes:["\u4E3B\u67E5\u8BE2\u547D\u4EE4 history web \u548C history channel \u8FD4\u56DE\u4E1A\u52A1\u6570\u636E\uFF1B\u5B57\u6BB5\u8BF4\u660E\u901A\u8FC7 history schema \u5355\u72EC\u83B7\u53D6\u3002","\u67E5\u8BE2\u5165\u53C2 start/end \u7684\u683C\u5F0F\u4E3A yyyy-MM-dd HH:mm:ss\uFF0C\u5BF9\u5E94\u670D\u52A1\u7AEF startTime/endTime\u3002","\u90E8\u5206\u8054\u7CFB\u65B9\u5F0F\u3001\u6765\u6E90 IP\u3001\u804A\u5929\u5185\u5BB9\u53EF\u80FD\u88AB\u670D\u52A1\u7AEF\u8131\u654F\uFF0C\u5916\u90E8 agent \u4E0D\u5E94\u628A\u8131\u654F\u540E\u7684\u5185\u5BB9\u5F53\u4F5C\u5B8C\u6574\u539F\u6587\u3002","\u672A\u5728 fields \u4E2D\u5217\u51FA\u7684\u65E7\u5386\u53F2\u8BB0\u5F55\u5B57\u6BB5\u4E0D\u5C5E\u4E8E CLI \u5BF9\u5916\u7A33\u5B9A\u5B57\u6BB5\uFF0C\u5916\u90E8 agent \u4E0D\u5E94\u4F9D\u8D56\u3002"]};var Br=500,pf=500,z3="YYYY-MM-DD HH:mm:ss",G3="\u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2\u53EA\u80FD\u67E5\u8BE2\u4E09\u4E2A\u6708\u5185\u7684\u6570\u636E",ru=class{async query(e,n){return this.checkBaseOpts(n),e==="web"?this.queryWeb(n):this.queryChannel(n)}async queryWeb(e){this.checkBaseOpts(e);let{data:n}=await be.axios().get("/cli/history-record/web",{params:{startTime:e.start,endTime:e.end,siteIds:e.siteIds,curPage:e.page??1,pageSize:e.pageSize??Br}});return n}async queryChannel(e){this.checkBaseOpts(e);let{data:n}=await be.axios().get("/cli/history-record/channel",{params:{startTime:e.start,endTime:e.end,accountIds:e.accountIds,curPage:e.page??1,pageSize:e.pageSize??Br}});return n}getSchema(){return lf}checkBaseOpts(e){if(!e.start||!e.end)throw Y.validation("\u9700\u540C\u65F6\u6307\u5B9A --start \u548C --end\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss");let n=/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$/;if(!n.test(e.start)||!n.test(e.end))throw Y.validation("--start/--end \u683C\u5F0F\u5FC5\u987B\u4E3A yyyy-MM-dd HH:mm:ss");if((0,nu.default)(e.start,z3).isBefore((0,nu.default)().subtract(3,"month")))throw Y.validation(G3);if((e.page??1)<1)throw Y.validation("--page \u5FC5\u987B\u5927\u4E8E 0");let i=e.pageSize??Br;if(i<1)throw Y.validation("--page-size \u5FC5\u987B\u5927\u4E8E 0");if(i>pf)throw Y.validation(`--page-size \u4E0D\u80FD\u5927\u4E8E ${pf}`)}},Qi=new ru;function Df(t){return t.requiredOption("--start <datetime>","\u8D77\u59CB\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").requiredOption("--end <datetime>","\u7ED3\u675F\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").option("--page <page>","\u9875\u7801",e=>Number(e),1).option("--page-size <size>","\u6BCF\u9875\u6761\u6570",e=>Number(e),Br).addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json"))}function df(){let t=new H("history").description("\u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2");return t.addCommand(V3()),t.addCommand(Y3()),t.addCommand(K3()),t}function V3(){return Df(new H("web").description("\u67E5\u8BE2\u7F51\u9875\u7AD9\u70B9\u5BF9\u8BDD\u8BB0\u5F55")).option("--site-ids <ids>","\u7AD9\u70B9 ID\uFF0C\u9017\u53F7\u5206\u9694").action(async e=>{let n=await Qi.queryWeb(e);Ne(n.resultlist,e.format,{count:n.resultlist.length})})}function Y3(){return Df(new H("channel").description("\u67E5\u8BE2\u6E20\u9053\u8D26\u53F7\u5BF9\u8BDD\u8BB0\u5F55")).option("--account-ids <ids>","\u6E20\u9053\u8D26\u53F7 ID\uFF0C\u9017\u53F7\u5206\u9694").action(async e=>{let n=await Qi.queryChannel(e);Ne(n.resultlist,e.format,{count:n.resultlist.length})})}function K3(){return new H("schema").description("\u8F93\u51FA\u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2\u7ED3\u679C\u5B57\u6BB5\u8BF4\u660E").addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json")).action(t=>{let e=Qi.getSchema();Ne(e,t.format,{count:e.fields.length})})}var iu=class{loadCommands(e,n){n.forEach(r=>e.addCommand(this.buildCommand(r)))}buildCommand(e){let{name:n,description:r,options:i=[],args:o=[],subcommands:s=[],http:a}=e,l=new H(n).description(r);if(o.forEach(c=>this.applyArg(l,c)),i.forEach(c=>this.applyOption(l,c)),s.forEach(c=>l.addCommand(this.buildCommand(c))),a&&!s.length){l.addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F\uFF1Ajson | table | pretty").choices(Object.values(nt)).default("json"));let c=o.map(u=>u.name);l.action(async()=>{let u=Object.fromEntries(c.map((m,D)=>[m,l.processedArgs[D]])),p=l.opts();await this.runHttp(a,u,p)})}return l}applyArg(e,n){let{name:r,description:i,required:o,variadic:s}=n,a=s?`${r}...`:r;e.argument(o?`<${a}>`:`[${a}]`,i)}applyOption(e,n){let{name:r,short:i,description:o,type:s,choices:a,defaultValue:l}=n,c=s==="boolean"?"":` <${r}>`,u=i?`-${i}, --${r}${c}`:`--${r}${c}`,p=new Ge(u,o);s==="number"&&p.argParser(m=>parseInt(m,10)),a?.length&&p.choices(a),l!==void 0&&p.default(l),e.addOption(p)}async runHttp(e,n,r){let i=be.axios(),o=e.path.replace(/\{(\w+)}/g,(f,h)=>{let F=n[h];if(F===void 0)throw new Error(`Missing path parameter: ${h}`);return encodeURIComponent(String(F))}),s=o.startsWith("/")?o:`/${o}`,a=r.format??"json",l=Object.fromEntries(Object.entries(r).filter(([f,h])=>f!=="format"&&h!==void 0)),c=e.method.toLowerCase(),m=(c==="get"?await i.get(s,{params:l}):await i[c](s,l)).data,D=Array.isArray(m)?m.length:void 0;Ne(m,a,D!==void 0?{count:D}:void 0)}},mf=new iu;var ff=[{name:"channel",description:"\u6E20\u9053\u7BA1\u7406",subcommands:[{name:"type",description:"\u6E20\u9053\u7C7B\u578B\u7BA1\u7406",subcommands:[{name:"list",description:"\u5217\u51FA\u6240\u6709\u6E20\u9053\u7C7B\u578B",http:{method:"GET",path:"/cli/channel-type/list"}},{name:"get",description:"\u6309 key \u67E5\u8BE2\u6E20\u9053\u7C7B\u578B",http:{method:"GET",path:"/cli/channel-type/get"},options:[{name:"key",description:"\u6E20\u9053 key\uFF0C\u5982 weixin",type:"string",required:!0}]}]},{name:"account",description:"\u6E20\u9053\u8D26\u53F7\u7BA1\u7406",subcommands:[{name:"list",description:"\u5217\u51FA\u6E20\u9053\u8D26\u53F7",http:{method:"GET",path:"/cli/channel-account/list"},options:[{name:"channelKey",description:"\u6E20\u9053 key\uFF0C\u9017\u53F7\u5206\u9694\uFF08\u6765\u6E90\uFF1Achannel type list --key\uFF09",type:"string"},{name:"keyword",description:"\u540D\u79F0\u6A21\u7CCA\u641C\u7D22",type:"string"}]},{name:"get",description:"\u6309 accountId \u67E5\u8BE2\u6E20\u9053\u8D26\u53F7",http:{method:"GET",path:"/cli/channel-account/get"},options:[{name:"accountId",description:"\u8D26\u53F7 ID",type:"string",required:!0}]}]}]}];function hf(t){mf.loadCommands(t,ff)}var su=class{async list(e){let{data:n}=await be.axios().get("/cli/site/list",{params:e?{withCodes:!0}:void 0});if(!n)throw Y.api("\u7AD9\u70B9\u5217\u8868\u4E3A\u7A7A");return Array.isArray(n)?n:this.normalizeSites(n)}async get(e){let{data:n}=await be.axios().get("/cli/site/get",{params:{siteId:e}});if(!n)throw Y.validation(`\u7AD9\u70B9\u4E0D\u5B58\u5728: ${e}`);if(this.isSiteDetail(n))return n;let i=this.normalizeSites(n).find(o=>o.siteId===e);if(!i)throw Y.validation(`\u7AD9\u70B9\u4E0D\u5B58\u5728: ${e}`);return i}isSiteDetail(e){return"siteId"in e&&"siteName"in e&&"codes"in e}normalizeSites(e){let{site:n={},siteAndCode:r={}}=e;return Object.entries(n).map(([i,o])=>({siteId:i,siteName:o,codes:this.normalizeCodes(r[i]??[])})).sort((i,o)=>i.siteName.localeCompare(o.siteName,"zh-CN")||i.siteId.localeCompare(o.siteId))}normalizeCodes(e){return e.flatMap(n=>Object.entries(n).map(([r,i])=>({codeId:r,codeName:i})))}},es=new su;function jn(t){return{siteId:String(t.siteId),siteName:t.siteName,shortName:t.shortName??"",isDefault:t.isDefault==null?"":String(t.isDefault),compId:t.compId==null?"":String(t.compId),status:t.status??""}}function gf(){return new H("get").description("\u6309 siteId \u67E5\u8BE2\u7F51\u9875\u7AD9\u70B9").requiredOption("--siteId <id>","\u7AD9\u70B9 ID\uFF08\u6765\u6E90\uFF1Asite list\uFF09").option("--with-codes","\u540C\u65F6\u8FD4\u56DE\u7AD9\u70B9\u4E0B\u7684 code \u5217\u8868").addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json")).action(async t=>{let e=t.siteId?.trim();if(!e)throw Y.validation("siteId \u4E0D\u53EF\u4E3A\u7A7A");let n=await es.get(e),r=!!t.withCodes;if(t.format==="table"){let s=r?Z3(n):[jn(n)],a=r?{count:n.codes.length}:void 0;Ne(s,t.format,a);return}let i=r?n:X3(n),o=r?{count:n.codes.length}:void 0;Ne(i,t.format,o)})}function X3(t){let{codes:e,...n}=t;return n}function Z3(t){let e=jn(t);return t.codes.length===0?[{...e,codeId:"",codeName:""}]:t.codes.map(n=>({...e,codeId:n.codeId,codeName:n.codeName}))}function xf(){return new H("list").description("\u5217\u51FA\u7F51\u9875\u7AD9\u70B9\uFF08\u679A\u4E3E\u6E05\u5355\uFF1B\u67E5\u6307\u6807\u8BF7\u7528 stats basic-board web\uFF09").option("--with-codes","\u540C\u65F6\u8FD4\u56DE\u7AD9\u70B9\u4E0B\u7684 code \u5217\u8868").addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json")).action(async t=>{let e=await es.list(!!t.withCodes),n=Q3(e,!!t.withCodes);if(t.format==="table"){let r=t.withCodes?t8(e):e8(e);Ne(r,t.format,n);return}Ne(e,t.format,n)})}function Q3(t,e){if(!e)return{count:t.length};let n=t,r=n.reduce((i,o)=>i+o.codes.length,0);return{count:n.length,codeCount:r}}function e8(t){return t.map(jn)}function t8(t){let e=[];for(let n of t){let r=jn(n);if(n.codes.length===0){e.push({...r,codeId:"",codeName:""});continue}for(let i of n.codes)e.push({...r,codeId:i.codeId,codeName:i.codeName})}return e}function Ff(){let t=new H("site").description("\u7F51\u9875\u7AD9\u70B9\u7BA1\u7406");return t.addCommand(xf()),t.addCommand(gf()),t}import{cpSync as n8,existsSync as r8,mkdirSync as i8}from"node:fs";import{homedir as s8}from"node:os";import{dirname as o8,join as a8,resolve as u8}from"node:path";import{fileURLToPath as c8}from"node:url";function Ae(t){return a8(s8(),t,"skills","kst-im-cli")}var Ef=Ae(".agents"),Cf=Ae(".claude"),vf=Ae(".codebuddy"),bf=Ae(".codex"),yf=Ae(".copilot"),wf=Ae(".cursor"),Af=Ae(".deepagents/agent"),Bf=Ae(".gemini"),Sf=Ae(".hermes"),_f=Ae(".kiro"),Of=Ae(".openclaw"),Rf=Ae(".config/opencode"),Tf=Ae(".qoder"),$f=Ae(".qwen"),kf=Ae(".trae"),If=Ae(".trae-cn"),ou=Ae(".workbuddy"),jf=[{value:"Agents",label:`Agents (${Ef})`,dir:Ef},{value:"Claude",label:`Claude Code (${Cf})`,dir:Cf},{value:"CodeBuddy",label:`CodeBuddy (${vf})`,dir:vf},{value:"Codex",label:`Codex (${bf})`,dir:bf},{value:"Copilot",label:`GitHub Copilot (${yf})`,dir:yf},{value:"Cursor",label:`Cursor (${wf})`,dir:wf},{value:"DeepAgents",label:`Deep Agents (${Af})`,dir:Af},{value:"Gemini",label:`Gemini (${Bf})`,dir:Bf},{value:"Hermes",label:`Hermes Agent (${Sf})`,dir:Sf},{value:"Kiro",label:`Kiro CLI (${_f})`,dir:_f},{value:"OpenClaw",label:`OpenCode (${Of})`,dir:Of},{value:"OpenCode",label:`OpenCode (${Rf})`,dir:Rf},{value:"Qoder",label:`Qoder (${Tf})`,dir:Tf},{value:"Qwen",label:`Qwen Code (${$f})`,dir:$f},{value:"Trae",label:`Trae (${kf})`,dir:kf},{value:"TraeCN",label:`Trae CN (${If})`,dir:If},{value:"WorkBuddy",label:`WorkBuddy (${ou})`,dir:ou}];function l8(t){return jf.find(({value:e})=>e===t).dir}function p8(){if(process.env.KST_IM_CLI_SKILL_SOURCE_DIR)return process.env.KST_IM_CLI_SKILL_SOURCE_DIR;let t=o8(c8(import.meta.url));return u8(t,"../skills/kst-im-cli")}function Nf({source:t=p8(),target:e}){if(!r8(t))throw Y.validation(`Skill \u6E90\u76EE\u5F55\u4E0D\u5B58\u5728\uFF1A${t}`);i8(e,{recursive:!0}),n8(t,e,{recursive:!0})}function Lf(){return new H("install").description("\u5B89\u88C5 Skill \u5230 Agent \u5E73\u53F0").action(async()=>{let t=await Vi.multiselect("\u9009\u62E9\u5B89\u88C5\u76EE\u6807\u5E73\u53F0",jf);if(!t.length){he.info("\u672A\u9009\u62E9\u76EE\u6807\u5E73\u53F0\uFF0C\u5DF2\u53D6\u6D88");return}for(let e of t){let n=l8(e);Nf({target:n}),he.info(`\u5DF2\u5B89\u88C5\u5230 ${n}`)}})}function Pf(){return new H("install-workbuddy").description("\u975E\u4EA4\u4E92\u5B89\u88C5 Skill \u5230 WorkBuddy").option("--target <dir>","WorkBuddy Skill \u76EE\u6807\u76EE\u5F55",ou).action(t=>{Nf({target:t.target}),he.info(`\u5DF2\u5B89\u88C5\u5230 ${t.target}`)})}function qf(){let t=new H("skill").description("Skill \u7BA1\u7406");return t.addCommand(Lf()),t.addCommand(Pf()),t}import{existsSync as D8,mkdirSync as d8,readFileSync as m8,writeFileSync as f8}from"node:fs";import{join as h8}from"node:path";var lu=ae(tu(),1),Hf=ae(Mf(),1);lu.default.extend(Hf.default);var pu=(i=>(i.Today="today",i.Yesterday="yesterday",i.Week="week",i.LastWeek="last-week",i))(pu||{}),Uf="YYYY-MM-DD HH:mm:ss",cu=class{period2Range(e){let n=(0,lu.default)();switch(e){case"today":return{startTime:this.startDay(n),endTime:this.endDay(n)};case"yesterday":{let r=n.subtract(1,"day");return{startTime:this.startDay(r),endTime:this.endDay(r)}}case"week":{let r=n.startOf("isoWeek");return{startTime:this.startDay(r),endTime:this.endDay(n)}}case"last-week":{let r=n.subtract(1,"week").startOf("isoWeek"),i=n.subtract(1,"week").endOf("isoWeek");return{startTime:this.startDay(r),endTime:this.endDay(i)}}}}startDay(e){return e.startOf("day").format(Uf)}endDay(e){return e.endOf("day").format(Uf)}},Wf=new cu;var Du=class{statsPath(){return h8(xe.configDir(),"stats.json")}async loadConfig(){let e=this.statsPath();if(!D8(e))return this.saveConfig();try{let n=m8(e,"utf-8");return JSON.parse(n)}catch(n){return he.error(n),null}}async saveConfig(){let{data:e}=await be.axios().get("/cli/stats/init-base-data");if(!e)throw Y.api("\u521D\u59CB\u5316\u5931\u8D25\uFF1A\u670D\u52A1\u7AEF\u672A\u914D\u7F6E\u5F53\u524D\u516C\u53F8\u7684\u62A5\u8868\u6570\u636E");let n={dimension:e.reportDimension,indicator:e.reportIndicator},r=xe.configDir(),i={...n,updatedAt:new Date().toISOString()};return d8(r,{recursive:!0}),f8(this.statsPath(),JSON.stringify(i,null,2)),i}async channelBoard(e){let{startTime:n,endTime:r}=this.resolveTimeRange(e),i={startTime:n,endTime:r,type:"channel",accountIds:e.accounts};return this.fetchBoard(i,"\u770B\u677F\u914D\u7F6E\u4E0D\u5B58\u5728\uFF1A\u5F53\u524D\u516C\u53F8\u672A\u914D\u7F6E\u57FA\u7840\u770B\u677F")}async webBoard(e){let{startTime:n,endTime:r}=this.resolveTimeRange(e),i={startTime:n,endTime:r,type:"web",siteIds:e.sites};return this.fetchBoard(i,"\u770B\u677F\u914D\u7F6E\u4E0D\u5B58\u5728\uFF1A\u5F53\u524D\u516C\u53F8\u672A\u914D\u7F6E\u7F51\u9875\u57FA\u7840\u770B\u677F")}async fetchBoard(e,n){let{data:r}=await be.axios().get("/cli/stats/basic-board",{params:e});if(!r)throw Y.api(n);let i=r,o=await this.loadConfig();return o?this.mapStatsResult(i,o):(he.warn("\u7EDF\u8BA1\u914D\u7F6E\u7F13\u5B58\u7F3A\u5931\uFF0C\u5B57\u6BB5\u5C06\u4F7F\u7528\u539F\u59CB key\uFF1B\u8BF7\u6267\u884C stats init \u66F4\u65B0\u7F13\u5B58"),i)}async basicBoard(e){return this.channelBoard(e)}resolveTimeRange(e){return e.period?Wf.period2Range(e.period):{startTime:e.start??"",endTime:e.end??""}}mapStatsResult(e,n){let{reportInfo:r,reportData:i,totalForm:o}=e,s=r.dimension,a=r.indicators.split(",").filter(Boolean),l=s?[s,...a]:a,c={};l.forEach(D=>{c[D]=n.dimension[D]??n.indicator[D]??D});let u=D=>{let d={};for(let f of l)d[c[f]]=D[f]??(f===s?"\u5408\u8BA1":"");return d},p=i.resultlist.map(D=>u(D)),m=u(o);return{reportInfo:r,reportData:{resultlist:p},totalForm:m}}},Sr=new Du;function Gf(){let t=new H("basic-board").description("\u67E5\u8BE2\u57FA\u7840\u770B\u677F\u6570\u636E"),e=new H("channel").description("\u67E5\u8BE2\u6E20\u9053\u7EDF\u8BA1\u6307\u6807\uFF08\u6309\u8D26\u53F7\u7EF4\u5EA6\uFF1B\u679A\u4E3E\u8D26\u53F7\u8BF7\u7528 channel account list\uFF09");g8(e),e.action(async function(){let r=this.opts();zf(r),await F8(r)});let n=new H("web").description("\u67E5\u8BE2\u7F51\u9875\u7AD9\u70B9\u7EDF\u8BA1\u6307\u6807\uFF08\u6309\u7AD9\u70B9\u7EF4\u5EA6\uFF1B\u679A\u4E3E\u7AD9\u70B9\u8BF7\u7528 site list\uFF09");return x8(n),n.action(async function(){let r=this.opts();zf(r),await E8(r)}),t.addCommand(e,{isDefault:!0}),t.addCommand(n),t}function Vf(t){t.option("--start <datetime>","\u8D77\u59CB\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").option("--end <datetime>","\u7ED3\u675F\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").addOption(new Ge("--period <period>","\u65F6\u95F4\u6BB5\u5FEB\u6377\u65B9\u5F0F").choices(Object.values(pu))).addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json"))}function g8(t){Vf(t),t.option("--accounts <ids>","\u6E20\u9053\u8D26\u53F7 ID\uFF0C\u9017\u53F7\u5206\u9694\uFF08\u6765\u6E90\uFF1Achannel account list --accountId\uFF09")}function x8(t){Vf(t),t.option("--sites <ids>","\u7AD9\u70B9 ID\uFF0C\u9017\u53F7\u5206\u9694\uFF08\u6765\u6E90\uFF1Asite list\uFF09")}async function F8(t){let n=(await Sr.channelBoard(t)).reportData.resultlist;Ne(n,t.format,{count:n.length})}async function E8(t){let n=(await Sr.webBoard(t)).reportData.resultlist;Ne(n,t.format,{count:n.length})}function zf(t){if(t.period&&(t.start||t.end))throw Y.validation("--period \u4E0E --start/--end \u4E92\u65A5");if(!t.period&&(!t.start||!t.end))throw Y.validation("\u9700\u6307\u5B9A --period \u6216\u540C\u65F6\u6307\u5B9A --start \u548C --end")}function Yf(){return new H("init").description("\u62C9\u53D6\u5E76\u7F13\u5B58\u7EDF\u8BA1\u57FA\u7840\u6570\u636E").action(async()=>{await Sr.saveConfig(),he.info("\u7EDF\u8BA1\u57FA\u7840\u6570\u636E\u5DF2\u66F4\u65B0")})}function Kf(){let t=new H("stats").description("\u7EDF\u8BA1\u62A5\u8868");return t.addCommand(Yf()),t.addCommand(Gf()),t}function Jf(t){t.addCommand(nm()),t.addCommand(am()),t.addCommand(Ff()),t.addCommand(df()),t.addCommand(Kf()),t.addCommand(qf()),t.addCommand(im(()=>t)),hf(t)}import fn from"node:process";import{spawn as BS}from"node:child_process";import{fileURLToPath as SS}from"node:url";import AE from"node:path";import{format as Hc}from"node:util";var $r=ae(ah(),1);import Tr from"node:path";import W8 from"node:os";import R8 from"os";import ss from"path";var Nt=R8.homedir(),{env:Qt}=process,uh=Qt.XDG_DATA_HOME||(Nt?ss.join(Nt,".local","share"):void 0),Ln=Qt.XDG_CONFIG_HOME||(Nt?ss.join(Nt,".config"):void 0),K5=Qt.XDG_STATE_HOME||(Nt?ss.join(Nt,".local","state"):void 0),J5=Qt.XDG_CACHE_HOME||(Nt?ss.join(Nt,".cache"):void 0),X5=Qt.XDG_RUNTIME_DIR||void 0,T8=(Qt.XDG_DATA_DIRS||"/usr/local/share/:/usr/share/").split(":");uh&&T8.unshift(uh);var $8=(Qt.XDG_CONFIG_DIRS||"/etc/xdg").split(":");Ln&&$8.unshift(Ln);import U8 from"node:path";import J from"node:fs";import{promisify as ke}from"node:util";var k8=(t,e)=>{let{onError:n}=e;return function(...i){return t.apply(void 0,i).catch(n)}},xt=k8;var I8=(t,e)=>{let{onError:n}=e;return function(...i){try{return t.apply(void 0,i)}catch(o){return n(o)}}},Dt=I8;var N8=(t,e)=>{let{isRetriable:n}=e;return function(i){let{timeout:o}=i,s=i.interval??250,a=Date.now()+o;return function l(...c){return t.apply(void 0,c).catch(u=>{if(!n(u)||Date.now()>=a)throw u;let p=Math.round(s*Math.random());return p>0?new Promise(D=>setTimeout(D,p)).then(()=>l.apply(void 0,c)):l.apply(void 0,c)})}}},Ft=N8;var L8=(t,e)=>{let{isRetriable:n}=e;return function(i){let{timeout:o}=i,s=Date.now()+o;return function(...l){for(;;)try{return t.apply(void 0,l)}catch(c){if(!n(c)||Date.now()>=s)throw c;continue}}}},Et=L8;import lh from"node:process";var _r={isChangeErrorOk:t=>{if(!_r.isNodeError(t))return!1;let{code:e}=t;return e==="ENOSYS"||!ch&&(e==="EINVAL"||e==="EPERM")},isNodeError:t=>t instanceof Error,isRetriableError:t=>{if(!_r.isNodeError(t))return!1;let{code:e}=t;return e==="EMFILE"||e==="ENFILE"||e==="EAGAIN"||e==="EBUSY"||e==="EACCESS"||e==="EACCES"||e==="EACCS"||e==="EPERM"},onChangeError:t=>{if(!_r.isNodeError(t))throw t;if(!_r.isChangeErrorOk(t))throw t}},gu=_r;var Or={onError:gu.onChangeError},ze={onError:()=>{}},ch=lh.getuid?!lh.getuid():!1,Se={isRetriable:gu.isRetriableError};var P8={attempt:{chmod:xt(ke(J.chmod),Or),chown:xt(ke(J.chown),Or),close:xt(ke(J.close),ze),fsync:xt(ke(J.fsync),ze),mkdir:xt(ke(J.mkdir),ze),realpath:xt(ke(J.realpath),ze),stat:xt(ke(J.stat),ze),unlink:xt(ke(J.unlink),ze),chmodSync:Dt(J.chmodSync,Or),chownSync:Dt(J.chownSync,Or),closeSync:Dt(J.closeSync,ze),existsSync:Dt(J.existsSync,ze),fsyncSync:Dt(J.fsync,ze),mkdirSync:Dt(J.mkdirSync,ze),realpathSync:Dt(J.realpathSync,ze),statSync:Dt(J.statSync,ze),unlinkSync:Dt(J.unlinkSync,ze)},retry:{close:Ft(ke(J.close),Se),fsync:Ft(ke(J.fsync),Se),open:Ft(ke(J.open),Se),readFile:Ft(ke(J.readFile),Se),rename:Ft(ke(J.rename),Se),stat:Ft(ke(J.stat),Se),write:Ft(ke(J.write),Se),writeFile:Ft(ke(J.writeFile),Se),closeSync:Et(J.closeSync,Se),fsyncSync:Et(J.fsyncSync,Se),openSync:Et(J.openSync,Se),readFileSync:Et(J.readFileSync,Se),renameSync:Et(J.renameSync,Se),statSync:Et(J.statSync,Se),writeSync:Et(J.writeSync,Se),writeFileSync:Et(J.writeFileSync,Se)}},ye=P8;import en from"node:process";var ph="utf8",xu=438,Dh=511;var dh={},mh=en.geteuid?en.geteuid():-1,fh=en.getegid?en.getegid():-1;var hh=1e3,gh=!!en.getuid,vk=en.getuid?!en.getuid():!1,Fu=128;var xh=t=>t instanceof Error&&"code"in t;var Eu=t=>typeof t=="string",os=t=>t===void 0;import M8 from"node:path";import Pn from"node:process";import Fh from"node:process";var Eh=Fh.platform==="linux",as=Fh.platform==="win32";var Cu=["SIGHUP","SIGINT","SIGTERM"];as||Cu.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");Eh&&Cu.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT");var Ch=Cu;var vu=class{constructor(){this.callbacks=new Set,this.exited=!1,this.exit=e=>{if(!this.exited){this.exited=!0;for(let n of this.callbacks)n();e&&(as&&e!=="SIGINT"&&e!=="SIGTERM"&&e!=="SIGKILL"?Pn.kill(Pn.pid,"SIGTERM"):Pn.kill(Pn.pid,e))}},this.hook=()=>{Pn.once("exit",()=>this.exit());for(let e of Ch)try{Pn.once(e,()=>this.exit(e))}catch{}},this.register=e=>(this.callbacks.add(e),()=>{this.callbacks.delete(e)}),this.hook()}},vh=new vu;var q8=vh.register,bh=q8;var Ze={store:{},create:t=>{let e=`000000${Math.floor(Math.random()*16777215).toString(16)}`.slice(-6),i=`.tmp-${Date.now().toString().slice(-10)}${e}`;return`${t}${i}`},get:(t,e,n=!0)=>{let r=Ze.truncate(e(t));return r in Ze.store?Ze.get(t,e,n):(Ze.store[r]=n,[r,()=>delete Ze.store[r]])},purge:t=>{Ze.store[t]&&(delete Ze.store[t],ye.attempt.unlink(t))},purgeSync:t=>{Ze.store[t]&&(delete Ze.store[t],ye.attempt.unlinkSync(t))},purgeSyncAll:()=>{for(let t in Ze.store)Ze.purgeSync(t)},truncate:t=>{let e=M8.basename(t);if(e.length<=Fu)return t;let n=/^(\.?)(.*?)((?:\.[^.]+)?(?:\.tmp-\d{10}[a-f0-9]{6})?)$/.exec(e);if(!n)return t;let r=e.length-Fu;return`${t.slice(0,-e.length)}${n[1]}${n[2].slice(0,-r)}${n[3]}`}};bh(Ze.purgeSyncAll);var Rr=Ze;function us(t,e,n=dh){if(Eu(n))return us(t,e,{encoding:n});let i={timeout:n.timeout??hh},o=null,s=null,a=null;try{let l=ye.attempt.realpathSync(t),c=!!l;t=l||t,[s,o]=Rr.get(t,n.tmpCreate||Rr.create,n.tmpPurge!==!1);let u=gh&&os(n.chown),p=os(n.mode);if(c&&(u||p)){let m=ye.attempt.statSync(t);m&&(n={...n},u&&(n.chown={uid:m.uid,gid:m.gid}),p&&(n.mode=m.mode))}if(!c){let m=U8.dirname(t);ye.attempt.mkdirSync(m,{mode:Dh,recursive:!0})}a=ye.retry.openSync(i)(s,"w",n.mode||xu),n.tmpCreated&&n.tmpCreated(s),Eu(e)?ye.retry.writeSync(i)(a,e,0,n.encoding||ph):os(e)||ye.retry.writeSync(i)(a,e,0,e.length,0),n.fsync!==!1&&(n.fsyncWait!==!1?ye.retry.fsyncSync(i)(a):ye.attempt.fsync(a)),ye.retry.closeSync(i)(a),a=null,n.chown&&(n.chown.uid!==mh||n.chown.gid!==fh)&&ye.attempt.chownSync(s,n.chown.uid,n.chown.gid),n.mode&&n.mode!==xu&&ye.attempt.chmodSync(s,n.mode);try{ye.retry.renameSync(i)(s,t)}catch(m){if(!xh(m)||m.code!=="ENAMETOOLONG")throw m;ye.retry.renameSync(i)(s,Rr.truncate(t))}o(),s=null}finally{a&&ye.attempt.closeSync(a),s&&Rr.purge(s)}}var tn=t=>{let e=typeof t;return t!==null&&(e==="object"||e==="function")};var bu=new Set(["__proto__","prototype","constructor"]),H8=new Set("0123456789");function cs(t){let e=[],n="",r="start",i=!1;for(let o of t)switch(o){case"\\":{if(r==="index")throw new Error("Invalid character in an index");if(r==="indexEnd")throw new Error("Invalid character after an index");i&&(n+=o),r="property",i=!i;break}case".":{if(r==="index")throw new Error("Invalid character in an index");if(r==="indexEnd"){r="property";break}if(i){i=!1,n+=o;break}if(bu.has(n))return[];e.push(n),n="",r="property";break}case"[":{if(r==="index")throw new Error("Invalid character in an index");if(r==="indexEnd"){r="index";break}if(i){i=!1,n+=o;break}if(r==="property"){if(bu.has(n))return[];e.push(n),n=""}r="index";break}case"]":{if(r==="index"){e.push(Number.parseInt(n,10)),n="",r="indexEnd";break}if(r==="indexEnd")throw new Error("Invalid character after an index")}default:{if(r==="index"&&!H8.has(o))throw new Error("Invalid character in an index");if(r==="indexEnd")throw new Error("Invalid character after an index");r==="start"&&(r="property"),i&&(i=!1,n+="\\"),n+=o}}switch(i&&(n+="\\"),r){case"property":{if(bu.has(n))return[];e.push(n);break}case"index":throw new Error("Index was not closed");case"start":{e.push("");break}}return e}function yu(t,e){if(typeof e!="number"&&Array.isArray(t)){let n=Number.parseInt(e,10);return Number.isInteger(n)&&t[n]===t[e]}return!1}function yh(t,e){if(yu(t,e))throw new Error("Cannot use string index")}function wh(t,e,n){if(!tn(t)||typeof e!="string")return n===void 0?t:n;let r=cs(e);if(r.length===0)return n;for(let i=0;i<r.length;i++){let o=r[i];if(yu(t,o)?t=i===r.length-1?void 0:null:t=t[o],t==null){if(i!==r.length-1)return n;break}}return t===void 0?n:t}function wu(t,e,n){if(!tn(t)||typeof e!="string")return t;let r=t,i=cs(e);for(let o=0;o<i.length;o++){let s=i[o];yh(t,s),o===i.length-1?t[s]=n:tn(t[s])||(t[s]=typeof i[o+1]=="number"?[]:{}),t=t[s]}return r}function Ah(t,e){if(!tn(t)||typeof e!="string")return!1;let n=cs(e);for(let r=0;r<n.length;r++){let i=n[r];if(yh(t,i),r===n.length-1)return delete t[i],!0;if(t=t[i],!tn(t))return!1}}function Bh(t,e){if(!tn(t)||typeof e!="string")return!1;let n=cs(e);if(n.length===0)return!1;for(let r of n){if(!tn(t)||!(r in t)||yu(t,r))return!1;t=t[r]}return!0}function z8(t,e){let n=e?Tr.join(t,"config.json"):Tr.join("configstore",`${t}.json`),r=Ln??$r.default.mkdtempSync($r.default.realpathSync(W8.tmpdir())+Tr.sep);return Tr.join(r,n)}var G8="You don't have access to this file.",V8={mode:448,recursive:!0},Sh={mode:384};function _h(t){throw t.code==="EACCES"&&(t.message=`${t.message}
156
- ${G8}
157
- `),t}var kr=class{constructor(e,n,r={}){this._path=r.configPath??z8(e,r.globalConfigPath),this._clearInvalidConfig=r.clearInvalidConfig??!0,n&&(this.all={...n,...this.all})}get all(){try{return JSON.parse($r.default.readFileSync(this._path,"utf8"))}catch(e){if(e.code==="ENOENT")return{};if(e.name==="SyntaxError"){if(this._clearInvalidConfig)return us(this._path,"",Sh),{};throw e}return _h(e),{}}}set all(e){try{$r.default.mkdirSync(Tr.dirname(this._path),V8),us(this._path,JSON.stringify(e,void 0," "),Sh)}catch(n){_h(n)}}get size(){return Object.keys(this.all||{}).length}get(e){return wh(this.all,e)}set(e,n){let r=this.all;if(typeof e=="object"&&arguments.length===1)for(let i of Object.keys(e))wu(r,i,e[i]);else wu(r,e,n);this.all=r}has(e){return Bh(this.all,e)}delete(e){let n=this.all;Ah(n,e),this.all=n}clear(){this.all={}}get path(){return this._path}};var Oh=(t=0)=>e=>`\x1B[${e+t}m`,Rh=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,Th=(t=0)=>(e,n,r)=>`\x1B[${38+t};2;${e};${n};${r}m`,ie={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],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],gray:[90,39],grey:[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],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},oI=Object.keys(ie.modifier),Y8=Object.keys(ie.color),K8=Object.keys(ie.bgColor),aI=[...Y8,...K8];function J8(){let t=new Map;for(let[e,n]of Object.entries(ie)){for(let[r,i]of Object.entries(n))ie[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=ie[r],t.set(i[0],i[1]);Object.defineProperty(ie,e,{value:n,enumerable:!1})}return Object.defineProperty(ie,"codes",{value:t,enumerable:!1}),ie.color.close="\x1B[39m",ie.bgColor.close="\x1B[49m",ie.color.ansi=Oh(),ie.color.ansi256=Rh(),ie.color.ansi16m=Th(),ie.bgColor.ansi=Oh(10),ie.bgColor.ansi256=Rh(10),ie.bgColor.ansi16m=Th(10),Object.defineProperties(ie,{rgbToAnsi256:{value(e,n,r){return e===n&&n===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(e){let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(o=>o+o).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>ie.rgbToAnsi256(...ie.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let n,r,i;if(e>=232)n=((e-232)*10+8)/255,r=n,i=n;else{e-=16;let a=e%36;n=Math.floor(e/36)/5,r=Math.floor(a/6)/5,i=a%6/5}let o=Math.max(n,r,i)*2;if(o===0)return 30;let s=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return o===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(e,n,r)=>ie.ansi256ToAnsi(ie.rgbToAnsi256(e,n,r)),enumerable:!1},hexToAnsi:{value:e=>ie.ansi256ToAnsi(ie.hexToAnsi256(e)),enumerable:!1}}),ie}var X8=J8(),dt=X8;import Au from"node:process";import Z8 from"node:os";import $h from"node:tty";function rt(t,e=globalThis.Deno?globalThis.Deno.args:Au.argv){let n=t.startsWith("-")?"":t.length===1?"-":"--",r=e.indexOf(n+t),i=e.indexOf("--");return r!==-1&&(i===-1||r<i)}var{env:se}=Au,ls;rt("no-color")||rt("no-colors")||rt("color=false")||rt("color=never")?ls=0:(rt("color")||rt("colors")||rt("color=true")||rt("color=always"))&&(ls=1);function Q8(){if("FORCE_COLOR"in se)return se.FORCE_COLOR==="true"?1:se.FORCE_COLOR==="false"?0:se.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(se.FORCE_COLOR,10),3)}function e1(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function t1(t,{streamIsTTY:e,sniffFlags:n=!0}={}){let r=Q8();r!==void 0&&(ls=r);let i=n?ls:r;if(i===0)return 0;if(n){if(rt("color=16m")||rt("color=full")||rt("color=truecolor"))return 3;if(rt("color=256"))return 2}if("TF_BUILD"in se&&"AGENT_NAME"in se)return 1;if(t&&!e&&i===void 0)return 0;let o=i||0;if(se.TERM==="dumb")return o;if(Au.platform==="win32"){let s=Z8.release().split(".");return Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in se)return["GITHUB_ACTIONS","GITEA_ACTIONS","CIRCLECI"].some(s=>s in se)?3:["TRAVIS","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(s=>s in se)||se.CI_NAME==="codeship"?1:o;if("TEAMCITY_VERSION"in se)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(se.TEAMCITY_VERSION)?1:0;if(se.COLORTERM==="truecolor"||se.TERM==="xterm-kitty"||se.TERM==="xterm-ghostty"||se.TERM==="wezterm")return 3;if("TERM_PROGRAM"in se){let s=Number.parseInt((se.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(se.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(se.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(se.TERM)||"COLORTERM"in se?1:o}function kh(t,e={}){let n=t1(t,{streamIsTTY:t&&t.isTTY,...e});return e1(n)}var n1={stdout:kh({isTTY:$h.isatty(1)}),stderr:kh({isTTY:$h.isatty(2)})},Ih=n1;function jh(t,e,n){let r=t.indexOf(e);if(r===-1)return t;let i=e.length,o=0,s="";do s+=t.slice(o,r)+e+n,o=r+i,r=t.indexOf(e,o);while(r!==-1);return s+=t.slice(o),s}function Nh(t,e,n,r){let i=0,o="";do{let s=t[r-1]==="\r";o+=t.slice(i,s?r-1:r)+e+(s?`\r
155
+ `}),r}},im=new Ha;function sm(t){return new H("completion").description("\u751F\u6210 Bash\u3001Zsh \u548C Fish \u7684 Shell \u81EA\u52A8\u8865\u5168\u811A\u672C").action(()=>{im.generateScripts(t())})}function om(){return new H("get").description("\u8BFB\u53D6\u6307\u5B9A\u914D\u7F6E\u9879\u7684\u503C").argument("<key>","\u914D\u7F6E\u9879\u952E\u540D").action(t=>{let e=xe.loadConfigByKey(t);tt({key:t,value:e})})}function am(){return new H("set").description("\u8BBE\u7F6E\u6307\u5B9A\u914D\u7F6E\u9879\u7684\u503C").argument("<key>","\u914D\u7F6E\u9879\u952E\u540D").argument("<value>","\u914D\u7F6E\u9879\u503C").action((t,e)=>{xe.saveCurrConfig({[t]:e}),be.reloadConfig(),he.info(`${t} = ${e}`),tt({key:t,value:e})})}function um(){let t=new H("config").description("\u914D\u7F6E\u7BA1\u7406");return t.addCommand(om()),t.addCommand(am()),t}var lf=ae(cf(),1);var nt=(r=>(r.Json="json",r.Table="table",r.Pretty="pretty",r))(nt||{});function Ne(t,e,n){switch(e){case"json":tt(t,n);break;case"table":{let r=Array.isArray(t)?t:[t],i=Object.keys(r[0]),o=r.map(a=>i.map(l=>String(a[l]??""))),s=new lf.default({head:i,style:{head:[],border:[]}});s.push(...o),he.out(s.toString());break}case"pretty":he.out(JSON.stringify(t,null,2));break}}var Sr=ae(ru(),1);var pf={domain:"history-record",version:"2026-06-04",description:"KST IM CLI \u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2\u7ED3\u679C\u5B57\u6BB5\u8BF4\u660E\uFF0C\u4F9B\u5916\u90E8 agent \u5728\u4E0D\u8BFB\u53D6\u670D\u52A1\u7AEF\u4EE3\u7801\u6CE8\u91CA\u7684\u60C5\u51B5\u4E0B\u7406\u89E3\u8FD4\u56DE\u6570\u636E\u3002",timeFormat:"yyyy-MM-dd HH:mm:ss",fields:[{path:"contacted",nameZh:"\u662F\u5426\u83B7\u8054",nameEn:"contacted",type:"boolean|string|number",nullable:!0,description:"\u8868\u793A\u8BE5\u4F1A\u8BDD\u662F\u5426\u5F62\u6210\u6709\u6548\u83B7\u8054\uFF1B\u5177\u4F53\u539F\u59CB\u53D6\u503C\u53EF\u80FD\u6765\u81EA\u65E7\u5386\u53F2\u8BB0\u5F55\u670D\u52A1\uFF0C\u5EFA\u8BAE\u7ED3\u5408 enums.contacted \u89E3\u91CA\u3002"},{path:"visitorInfo",nameZh:"\u8BBF\u5BA2\u4FE1\u606F",nameEn:"visitor information",type:"object",description:"\u8BBF\u5BA2\u7EF4\u5EA6\u7684\u805A\u5408\u4FE1\u606F\uFF0C\u5305\u62EC\u7F51\u9875\u8BBF\u5BA2\u3001\u6E20\u9053\u8BBF\u5BA2\u3001\u7AD9\u70B9\u548C\u6E20\u9053\u6765\u6E90\u7B49\u3002"},{path:"visitorInfo.siteId",nameZh:"\u7AD9\u70B9 ID",nameEn:"site id",type:"string|number",nullable:!0,description:"\u7F51\u9875\u4F1A\u8BDD\u6240\u5C5E\u7AD9\u70B9 ID\uFF1B\u6E20\u9053\u4F1A\u8BDD\u901A\u5E38\u4E3A\u7A7A\u3002"},{path:"visitorInfo.siteName",nameZh:"\u7AD9\u70B9\u540D\u79F0",nameEn:"site name",type:"string",nullable:!0,description:"\u7531 siteId \u7FFB\u8BD1\u5F97\u5230\u7684\u7AD9\u70B9\u540D\u79F0\uFF1B\u914D\u7F6E\u7F3A\u5931\u6216\u975E\u7F51\u9875\u4F1A\u8BDD\u65F6\u53EF\u80FD\u4E3A\u7A7A\u3002"},{path:"visitorInfo.bidWord",nameZh:"\u7ADE\u4EF7\u8BCD",nameEn:"bid word",type:"string",nullable:!0,description:"\u7F51\u9875\u8BBF\u5BA2\u901A\u8FC7\u5E7F\u544A\u6216\u7ADE\u4EF7\u63A8\u5E7F\u8FDB\u5165\u65F6\u7684\u7ADE\u4EF7\u8BCD\uFF1B\u6E20\u9053\u4F1A\u8BDD\u901A\u5E38\u4E3A\u7A7A\u6216\u4E0D\u8FD4\u56DE\u3002"},{path:"visitorInfo.dialogTimes",nameZh:"\u7D2F\u8BA1\u6765\u8BBF\u6B21\u6570",nameEn:"dialog times",type:"string|number",nullable:!0,description:"\u8BBF\u5BA2\u7D2F\u8BA1\u6765\u8BBF\u6216\u4F1A\u8BDD\u6B21\u6570\uFF0C\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u4FDD\u7559\u65E7\u5386\u53F2\u8BB0\u5F55\u4E2D\u7684\u539F\u59CB\u6570\u503C\u7C7B\u578B\u3002"},{path:"visitorInfo.visitorNick",nameZh:"\u8BBF\u5BA2\u6635\u79F0",nameEn:"visitor nickname",type:"string",nullable:!0,description:"\u6E20\u9053\u8BBF\u5BA2\u6635\u79F0\u6216\u7F51\u9875\u8BBF\u5BA2\u5C55\u793A\u540D\u79F0\u3002"},{path:"visitorInfo.sourceCity",nameZh:"\u6765\u6E90\u57CE\u5E02",nameEn:"source city",type:"string",nullable:!0,description:"\u8BBF\u5BA2\u6765\u6E90\u57CE\u5E02\uFF0C\u901A\u5E38\u7531 IP \u6216\u6E20\u9053\u6765\u6E90\u4FE1\u606F\u89E3\u6790\u5F97\u5230\u3002"},{path:"visitorInfo.trafficType",nameZh:"\u6D41\u91CF\u7C7B\u578B",nameEn:"traffic type",type:"string|number",nullable:!0,description:"\u6E20\u9053\u6216\u6D41\u91CF\u6765\u6E90\u5206\u7C7B\uFF0C\u5177\u4F53\u53D6\u503C\u4F9D\u8D56\u4E1A\u52A1\u914D\u7F6E\u3002"},{path:"visitorInfo.accountInfo",nameZh:"\u6E20\u9053\u8D26\u53F7\u4FE1\u606F",nameEn:"channel account information",type:"string|object",nullable:!0,description:"\u6E20\u9053\u4F1A\u8BDD\u5173\u8054\u7684\u8D26\u53F7\u4FE1\u606F\uFF0C\u4F8B\u5982\u6E20\u9053\u8D26\u53F7 ID\u3001\u540D\u79F0\u6216\u7EC4\u5408\u5C55\u793A\u503C\u3002"},{path:"dialogInfo",nameZh:"\u4F1A\u8BDD\u4FE1\u606F",nameEn:"dialog information",type:"object",description:"\u4E00\u6B21\u54A8\u8BE2\u4F1A\u8BDD\u7684\u7EF4\u5EA6\u4FE1\u606F\uFF0C\u4F8B\u5982\u5F00\u59CB\u65F6\u95F4\u3001\u7ED3\u675F\u65F6\u95F4\u3001\u5BA2\u670D\u3001\u6807\u7B7E\u548C\u6765\u6E90\u7B49\u3002"},{path:"dialogInfo.firstCsId",nameZh:"\u9996\u6B21\u63A5\u5F85\u5BA2\u670D",nameEn:"first customer service",type:"string|number",nullable:!0,description:"\u9996\u6B21\u63A5\u5F85\u5BA2\u670D\u7684\u5C55\u793A\u503C\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u628A\u5BA2\u670D ID \u7FFB\u8BD1\u6210\u540D\u79F0\uFF0C\u6620\u5C04\u7F3A\u5931\u65F6\u53EF\u80FD\u4FDD\u7559\u539F\u503C\u3002"},{path:"dialogInfo.requestType",nameZh:"\u8BF7\u6C42\u65B9\u5F0F",nameEn:"request type",type:"string|number",nullable:!0,description:"\u4F1A\u8BDD\u521B\u5EFA\u6216\u8BF7\u6C42\u65B9\u5F0F\uFF0C\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u7FFB\u8BD1\u4E3A\u4E2D\u6587\uFF0C\u4F8B\u5982\u8BBF\u5BA2\u8BF7\u6C42\u3001\u5BA2\u670D\u8BF7\u6C42\u3001SOP \u521B\u5EFA\u3001\u76F4\u64AD\u521B\u5EFA\u3002"},{path:"dialogInfo.curEnterTime",nameZh:"\u8FDB\u5165\u65F6\u95F4",nameEn:"current enter time",type:"string",nullable:!0,description:"\u8BBF\u5BA2\u8FDB\u5165\u4F1A\u8BDD\u6216\u5F53\u524D\u4F1A\u8BDD\u5F00\u59CB\u65F6\u95F4\uFF0C\u4F18\u5148\u6309 yyyy-MM-dd HH:mm:ss \u7406\u89E3\u3002"},{path:"dialogInfo.dialogTag",nameZh:"\u4F1A\u8BDD\u6807\u7B7E",nameEn:"dialog tag",type:"string",nullable:!0,description:"\u6E20\u9053\u6216\u7F51\u9875\u4F1A\u8BDD\u4E0A\u7684\u4E1A\u52A1\u6807\u7B7E\uFF1B\u53EF\u80FD\u662F\u6807\u7B7E\u540D\u79F0\u3001\u7EC4\u5408\u540D\u79F0\u6216\u65E7\u6570\u636E\u4E2D\u7684\u539F\u59CB\u503C\u3002"},{path:"dialogRecordList",nameZh:"\u804A\u5929\u8BB0\u5F55\u5217\u8868",nameEn:"chat message list",type:"array<object>",description:"\u5F53\u524D\u4F1A\u8BDD\u5185\u7684\u804A\u5929\u6D88\u606F\u5217\u8868\uFF1B\u8FD9\u662F\u6D88\u606F\u660E\u7EC6\uFF0C\u4E0D\u662F\u4F1A\u8BDD\u5217\u8868\u3002"},{path:"dialogRecordList[].content",nameZh:"\u6D88\u606F\u5185\u5BB9",nameEn:"message content",type:"string",nullable:!0,description:"\u5355\u6761\u804A\u5929\u6D88\u606F\u5185\u5BB9\uFF1B\u53EF\u80FD\u5DF2\u505A\u624B\u673A\u53F7\u3001\u5FAE\u4FE1\u53F7\u7B49\u8054\u7CFB\u65B9\u5F0F\u8131\u654F\u3002"},{path:"dialogRecordList[].sender",nameZh:"\u53D1\u9001\u4EBA",nameEn:"sender",type:"string",nullable:!0,description:"\u6D88\u606F\u53D1\u9001\u65B9\u5C55\u793A\u503C\uFF0C\u53EF\u80FD\u662F\u8BBF\u5BA2\u3001\u5BA2\u670D\u3001\u673A\u5668\u4EBA\u6216\u6E20\u9053\u539F\u59CB\u53D1\u9001\u4EBA\u3002"},{path:"dialogRecordList[].addTime",nameZh:"\u53D1\u9001\u65F6\u95F4",nameEn:"add time",type:"string",nullable:!0,description:"\u6D88\u606F\u53D1\u9001\u65F6\u95F4\uFF0C\u4F18\u5148\u6309 yyyy-MM-dd HH:mm:ss \u7406\u89E3\u3002"},{path:"dialogRecordList[].recType",nameZh:"\u6D88\u606F\u7C7B\u578B",nameEn:"record type",type:"string|number",nullable:!0,description:"\u6D88\u606F\u8BB0\u5F55\u7C7B\u578B\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u7FFB\u8BD1\u4E3A\u4E2D\u6587\u679A\u4E3E\u540D\uFF0C\u672A\u77E5\u7801\u53EF\u80FD\u4FDD\u7559\u539F\u6570\u5B57\u3002"},{path:"adInfo",nameZh:"\u5E7F\u544A\u6765\u6E90\u4FE1\u606F",nameEn:"advertising source information",type:"object",nullable:!0,description:"\u5E7F\u544A\u3001\u63A8\u5E7F\u3001\u843D\u5730\u9875\u6216\u6765\u6E90\u5173\u952E\u8BCD\u7B49\u8425\u9500\u5F52\u56E0\u4FE1\u606F\u3002"},{path:"trackRecordList",nameZh:"\u8BBF\u5BA2\u8F68\u8FF9\u5217\u8868",nameEn:"visitor track list",type:"array<object>",nullable:!0,description:"\u8BBF\u5BA2\u6D4F\u89C8\u9875\u9762\u3001\u8FDB\u5165\u6765\u6E90\u3001\u8BBF\u95EE\u8DEF\u5F84\u7B49\u8F68\u8FF9\u8BB0\u5F55\u3002"},{path:"cardInfo",nameZh:"\u540D\u7247\u4FE1\u606F",nameEn:"business card information",type:"object",nullable:!0,description:"\u54A8\u8BE2\u8FC7\u7A0B\u4E2D\u6C89\u6DC0\u7684\u5BA2\u6237\u540D\u7247\u6216\u5BA2\u6237\u8D44\u6599\u4FE1\u606F\u3002"},{path:"cardInfo.ownerCustomer",nameZh:"\u540D\u7247\u5F52\u5C5E\u5BA2\u670D",nameEn:"owner customer",type:"string|number",nullable:!0,description:"\u540D\u7247\u5F52\u5C5E\u5BA2\u670D\u7684\u5C55\u793A\u503C\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u628A\u5BA2\u670D ID \u7FFB\u8BD1\u6210\u540D\u79F0\uFF0C\u6620\u5C04\u7F3A\u5931\u65F6\u53EF\u80FD\u4FDD\u7559\u539F\u503C\u3002"},{path:"cardInfo.cardCusType",nameZh:"\u540D\u7247\u6807\u7B7E",nameEn:"card customer type",type:"string",nullable:!0,description:"\u540D\u7247\u5BA2\u6237\u7C7B\u578B\u6216\u6807\u7B7E\u540D\u79F0\uFF1B\u670D\u52A1\u7AEF\u4F1A\u5C3D\u91CF\u628A ID \u7FFB\u8BD1\u6210\u540D\u79F0\uFF0C\u6620\u5C04\u7F3A\u5931\u65F6\u53EF\u80FD\u4FDD\u7559\u539F\u503C\u3002"},{path:"adInfo.raw",nameZh:"\u5E7F\u544A\u539F\u59CB\u6269\u5C55\u4FE1\u606F",nameEn:"raw advertising metadata",type:"object",nullable:!0,description:"\u5E7F\u544A\u3001\u6E20\u9053\u6216\u81EA\u5B9A\u4E49\u5B57\u6BB5\u7684\u539F\u59CB\u6269\u5C55\u4FE1\u606F\uFF1B\u670D\u52A1\u7AEF\u4F1A\u8FC7\u6EE4\u90E8\u5206\u4E0D\u9002\u5408\u5BF9\u5916\u5206\u6790\u7684\u5B57\u6BB5\u3002"}],enums:[{name:"contacted",description:"\u662F\u5426\u83B7\u8054\u5B57\u6BB5\u7684\u5E38\u89C1\u89E3\u91CA\uFF1B\u4E0D\u540C\u5386\u53F2\u6570\u636E\u6E90\u53EF\u80FD\u8FD4\u56DE boolean\u3001\u6570\u5B57\u6216\u5B57\u7B26\u4E32\u3002",values:[{value:!0,nameZh:"\u5DF2\u83B7\u8054",nameEn:"contacted",description:"\u4F1A\u8BDD\u5DF2\u5F62\u6210\u6709\u6548\u83B7\u8054\u3002"},{value:!1,nameZh:"\u672A\u83B7\u8054",nameEn:"not contacted",description:"\u4F1A\u8BDD\u672A\u5F62\u6210\u6709\u6548\u83B7\u8054\u3002"},{value:1,nameZh:"\u5DF2\u83B7\u8054",nameEn:"contacted"},{value:0,nameZh:"\u672A\u83B7\u8054",nameEn:"not contacted"}]},{name:"dialogRecordList[].recType",description:"\u804A\u5929\u6D88\u606F\u7C7B\u578B\u7684\u5E38\u89C1\u89E3\u91CA\uFF1B\u670D\u52A1\u7AEF\u5DF2\u77E5\u7801\u4F1A\u4F18\u5148\u8FD4\u56DE\u4E2D\u6587\u540D\u79F0\u3002",values:[{value:"\u8BBF\u5BA2\u6D88\u606F",nameZh:"\u8BBF\u5BA2\u6D88\u606F",nameEn:"visitor message"},{value:"\u5BA2\u670D\u6D88\u606F",nameZh:"\u5BA2\u670D\u6D88\u606F",nameEn:"customer service message"},{value:"\u7CFB\u7EDF\u6D88\u606F",nameZh:"\u7CFB\u7EDF\u6D88\u606F",nameEn:"system message"},{value:"\u673A\u5668\u4EBA\u6D88\u606F",nameZh:"\u673A\u5668\u4EBA\u6D88\u606F",nameEn:"robot message"}]}],notes:["\u4E3B\u67E5\u8BE2\u547D\u4EE4 history web \u548C history channel \u8FD4\u56DE\u4E1A\u52A1\u6570\u636E\uFF1B\u5B57\u6BB5\u8BF4\u660E\u901A\u8FC7 history schema \u5355\u72EC\u83B7\u53D6\u3002","\u67E5\u8BE2\u5165\u53C2 start/end \u7684\u683C\u5F0F\u4E3A yyyy-MM-dd HH:mm:ss\uFF0C\u5BF9\u5E94\u670D\u52A1\u7AEF startTime/endTime\u3002","\u90E8\u5206\u8054\u7CFB\u65B9\u5F0F\u3001\u6765\u6E90 IP\u3001\u804A\u5929\u5185\u5BB9\u53EF\u80FD\u88AB\u670D\u52A1\u7AEF\u8131\u654F\uFF0C\u5916\u90E8 agent \u4E0D\u5E94\u628A\u8131\u654F\u540E\u7684\u5185\u5BB9\u5F53\u4F5C\u5B8C\u6574\u539F\u6587\u3002","\u672A\u5728 fields \u4E2D\u5217\u51FA\u7684\u65E7\u5386\u53F2\u8BB0\u5F55\u5B57\u6BB5\u4E0D\u5C5E\u4E8E CLI \u5BF9\u5916\u7A33\u5B9A\u5B57\u6BB5\uFF0C\u5916\u90E8 agent \u4E0D\u5E94\u4F9D\u8D56\u3002"]};var _r=500,Df=500,jn="YYYY-MM-DD HH:mm:ss",iu=class{async query(e,n){return this.checkBaseOpts(n),e==="web"?this.queryWeb(n):this.queryChannel(n)}async queryWeb(e){return this.checkBaseOpts(e),this.queryByMonth(n=>be.axios().get("/cli/history-record/web",{params:{startTime:n.startTime,endTime:n.endTime,siteIds:e.siteIds,curPage:e.page??1,pageSize:e.pageSize??_r}}),e)}async queryChannel(e){return this.checkBaseOpts(e),this.queryByMonth(n=>be.axios().get("/cli/history-record/channel",{params:{startTime:n.startTime,endTime:n.endTime,accountIds:e.accountIds,curPage:e.page??1,pageSize:e.pageSize??_r}}),e)}getSchema(){return pf}checkBaseOpts(e){if(!e.start||!e.end)throw Y.validation("\u9700\u540C\u65F6\u6307\u5B9A --start \u548C --end\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss");let n=/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$/;if(!n.test(e.start)||!n.test(e.end))throw Y.validation("--start/--end \u683C\u5F0F\u5FC5\u987B\u4E3A yyyy-MM-dd HH:mm:ss");let r=(0,Sr.default)(e.start,jn),i=(0,Sr.default)(e.end,jn);if(!r.isValid()||!i.isValid())throw Y.validation("--start/--end \u683C\u5F0F\u5FC5\u987B\u4E3A yyyy-MM-dd HH:mm:ss");if(i.isBefore(r))throw Y.validation("--end \u4E0D\u80FD\u65E9\u4E8E --start");if((e.page??1)<1)throw Y.validation("--page \u5FC5\u987B\u5927\u4E8E 0");let o=e.pageSize??_r;if(o<1)throw Y.validation("--page-size \u5FC5\u987B\u5927\u4E8E 0");if(o>Df)throw Y.validation(`--page-size \u4E0D\u80FD\u5927\u4E8E ${Df}`)}async queryByMonth(e,n){let r=this.splitByNaturalMonthReverse(n.start,n.end),i=[];for(let o of r){let{data:s}=await e(o);i.push(s)}return this.mergePages(i)}splitByNaturalMonthReverse(e,n){let r=(0,Sr.default)(e,jn),i=(0,Sr.default)(n,jn),o=[],s=i;for(;!s.isBefore(r);){let a=s.startOf("month"),l=a.isBefore(r)?r:a;o.push({startTime:l.format(jn),endTime:s.format(jn)}),s=a.subtract(1,"second")}return o}mergePages(e){if(e.length===0)return{totalrecord:0,resultlist:[]};let[n]=e;return{...n,totalrecord:e.reduce((r,i)=>r+(i.totalrecord??0),0),resultlist:e.flatMap(r=>r.resultlist??[])}}},ts=new iu;function df(t){return t.requiredOption("--start <datetime>","\u8D77\u59CB\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").requiredOption("--end <datetime>","\u7ED3\u675F\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").option("--page <page>","\u9875\u7801",e=>Number(e),1).option("--page-size <size>","\u6BCF\u9875\u6761\u6570",e=>Number(e),_r).addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json"))}function mf(){let t=new H("history").description("\u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2");return t.addCommand(G3()),t.addCommand(V3()),t.addCommand(Y3()),t}function G3(){return df(new H("web").description("\u67E5\u8BE2\u7F51\u9875\u7AD9\u70B9\u5BF9\u8BDD\u8BB0\u5F55")).option("--site-ids <ids>","\u7AD9\u70B9 ID\uFF0C\u9017\u53F7\u5206\u9694").action(async e=>{let n=await ts.queryWeb(e);Ne(n.resultlist,e.format,{count:n.resultlist.length})})}function V3(){return df(new H("channel").description("\u67E5\u8BE2\u6E20\u9053\u8D26\u53F7\u5BF9\u8BDD\u8BB0\u5F55")).option("--account-ids <ids>","\u6E20\u9053\u8D26\u53F7 ID\uFF0C\u9017\u53F7\u5206\u9694").action(async e=>{let n=await ts.queryChannel(e);Ne(n.resultlist,e.format,{count:n.resultlist.length})})}function Y3(){return new H("schema").description("\u8F93\u51FA\u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2\u7ED3\u679C\u5B57\u6BB5\u8BF4\u660E").addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json")).action(t=>{let e=ts.getSchema();Ne(e,t.format,{count:e.fields.length})})}var su=class{loadCommands(e,n){n.forEach(r=>e.addCommand(this.buildCommand(r)))}buildCommand(e){let{name:n,description:r,options:i=[],args:o=[],subcommands:s=[],http:a}=e,l=new H(n).description(r);if(o.forEach(c=>this.applyArg(l,c)),i.forEach(c=>this.applyOption(l,c)),s.forEach(c=>l.addCommand(this.buildCommand(c))),a&&!s.length){l.addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F\uFF1Ajson | table | pretty").choices(Object.values(nt)).default("json"));let c=o.map(u=>u.name);l.action(async()=>{let u=Object.fromEntries(c.map((m,D)=>[m,l.processedArgs[D]])),p=l.opts();await this.runHttp(a,u,p)})}return l}applyArg(e,n){let{name:r,description:i,required:o,variadic:s}=n,a=s?`${r}...`:r;e.argument(o?`<${a}>`:`[${a}]`,i)}applyOption(e,n){let{name:r,short:i,description:o,type:s,choices:a,defaultValue:l}=n,c=s==="boolean"?"":` <${r}>`,u=i?`-${i}, --${r}${c}`:`--${r}${c}`,p=new Ge(u,o);s==="number"&&p.argParser(m=>parseInt(m,10)),a?.length&&p.choices(a),l!==void 0&&p.default(l),e.addOption(p)}async runHttp(e,n,r){let i=be.axios(),o=e.path.replace(/\{(\w+)}/g,(f,h)=>{let F=n[h];if(F===void 0)throw new Error(`Missing path parameter: ${h}`);return encodeURIComponent(String(F))}),s=o.startsWith("/")?o:`/${o}`,a=r.format??"json",l=Object.fromEntries(Object.entries(r).filter(([f,h])=>f!=="format"&&h!==void 0)),c=e.method.toLowerCase(),m=(c==="get"?await i.get(s,{params:l}):await i[c](s,l)).data,D=Array.isArray(m)?m.length:void 0;Ne(m,a,D!==void 0?{count:D}:void 0)}},ff=new su;var hf=[{name:"channel",description:"\u6E20\u9053\u7BA1\u7406",subcommands:[{name:"type",description:"\u6E20\u9053\u7C7B\u578B\u7BA1\u7406",subcommands:[{name:"list",description:"\u5217\u51FA\u6240\u6709\u6E20\u9053\u7C7B\u578B",http:{method:"GET",path:"/cli/channel-type/list"}},{name:"get",description:"\u6309 key \u67E5\u8BE2\u6E20\u9053\u7C7B\u578B",http:{method:"GET",path:"/cli/channel-type/get"},options:[{name:"key",description:"\u6E20\u9053 key\uFF0C\u5982 weixin",type:"string",required:!0}]}]},{name:"account",description:"\u6E20\u9053\u8D26\u53F7\u7BA1\u7406",subcommands:[{name:"list",description:"\u5217\u51FA\u6E20\u9053\u8D26\u53F7",http:{method:"GET",path:"/cli/channel-account/list"},options:[{name:"channelKey",description:"\u6E20\u9053 key\uFF0C\u9017\u53F7\u5206\u9694\uFF08\u6765\u6E90\uFF1Achannel type list --key\uFF09",type:"string"},{name:"keyword",description:"\u540D\u79F0\u6A21\u7CCA\u641C\u7D22",type:"string"}]},{name:"get",description:"\u6309 accountId \u67E5\u8BE2\u6E20\u9053\u8D26\u53F7",http:{method:"GET",path:"/cli/channel-account/get"},options:[{name:"accountId",description:"\u8D26\u53F7 ID",type:"string",required:!0}]}]}]}];function gf(t){ff.loadCommands(t,hf)}var ou=class{async list(e){let{data:n}=await be.axios().get("/cli/site/list",{params:e?{withCodes:!0}:void 0});if(!n)throw Y.api("\u7AD9\u70B9\u5217\u8868\u4E3A\u7A7A");return Array.isArray(n)?n:this.normalizeSites(n)}async get(e){let{data:n}=await be.axios().get("/cli/site/get",{params:{siteId:e}});if(!n)throw Y.validation(`\u7AD9\u70B9\u4E0D\u5B58\u5728: ${e}`);if(this.isSiteDetail(n))return n;let i=this.normalizeSites(n).find(o=>o.siteId===e);if(!i)throw Y.validation(`\u7AD9\u70B9\u4E0D\u5B58\u5728: ${e}`);return i}isSiteDetail(e){return"siteId"in e&&"siteName"in e&&"codes"in e}normalizeSites(e){let{site:n={},siteAndCode:r={}}=e;return Object.entries(n).map(([i,o])=>({siteId:i,siteName:o,codes:this.normalizeCodes(r[i]??[])})).sort((i,o)=>i.siteName.localeCompare(o.siteName,"zh-CN")||i.siteId.localeCompare(o.siteId))}normalizeCodes(e){return e.flatMap(n=>Object.entries(n).map(([r,i])=>({codeId:r,codeName:i})))}},ns=new ou;function Nn(t){return{siteId:String(t.siteId),siteName:t.siteName,shortName:t.shortName??"",isDefault:t.isDefault==null?"":String(t.isDefault),compId:t.compId==null?"":String(t.compId),status:t.status??""}}function xf(){return new H("get").description("\u6309 siteId \u67E5\u8BE2\u7F51\u9875\u7AD9\u70B9").requiredOption("--siteId <id>","\u7AD9\u70B9 ID\uFF08\u6765\u6E90\uFF1Asite list\uFF09").option("--with-codes","\u540C\u65F6\u8FD4\u56DE\u7AD9\u70B9\u4E0B\u7684 code \u5217\u8868").addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json")).action(async t=>{let e=t.siteId?.trim();if(!e)throw Y.validation("siteId \u4E0D\u53EF\u4E3A\u7A7A");let n=await ns.get(e),r=!!t.withCodes;if(t.format==="table"){let s=r?X3(n):[Nn(n)],a=r?{count:n.codes.length}:void 0;Ne(s,t.format,a);return}let i=r?n:J3(n),o=r?{count:n.codes.length}:void 0;Ne(i,t.format,o)})}function J3(t){let{codes:e,...n}=t;return n}function X3(t){let e=Nn(t);return t.codes.length===0?[{...e,codeId:"",codeName:""}]:t.codes.map(n=>({...e,codeId:n.codeId,codeName:n.codeName}))}function Ff(){return new H("list").description("\u5217\u51FA\u7F51\u9875\u7AD9\u70B9\uFF08\u679A\u4E3E\u6E05\u5355\uFF1B\u67E5\u6307\u6807\u8BF7\u7528 stats basic-board web\uFF09").option("--with-codes","\u540C\u65F6\u8FD4\u56DE\u7AD9\u70B9\u4E0B\u7684 code \u5217\u8868").addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json")).action(async t=>{let e=await ns.list(!!t.withCodes),n=Z3(e,!!t.withCodes);if(t.format==="table"){let r=t.withCodes?e8(e):Q3(e);Ne(r,t.format,n);return}Ne(e,t.format,n)})}function Z3(t,e){if(!e)return{count:t.length};let n=t,r=n.reduce((i,o)=>i+o.codes.length,0);return{count:n.length,codeCount:r}}function Q3(t){return t.map(Nn)}function e8(t){let e=[];for(let n of t){let r=Nn(n);if(n.codes.length===0){e.push({...r,codeId:"",codeName:""});continue}for(let i of n.codes)e.push({...r,codeId:i.codeId,codeName:i.codeName})}return e}function Ef(){let t=new H("site").description("\u7F51\u9875\u7AD9\u70B9\u7BA1\u7406");return t.addCommand(Ff()),t.addCommand(xf()),t}import{cpSync as t8,existsSync as n8,mkdirSync as r8}from"node:fs";import{homedir as i8}from"node:os";import{dirname as s8,join as o8,resolve as a8}from"node:path";import{fileURLToPath as u8}from"node:url";function Ae(t){return o8(i8(),t,"skills","kst-im-cli")}var Cf=Ae(".agents"),vf=Ae(".claude"),bf=Ae(".codebuddy"),yf=Ae(".codex"),wf=Ae(".copilot"),Af=Ae(".cursor"),Bf=Ae(".deepagents/agent"),Sf=Ae(".gemini"),_f=Ae(".hermes"),Of=Ae(".kiro"),Rf=Ae(".openclaw"),Tf=Ae(".config/opencode"),$f=Ae(".qoder"),kf=Ae(".qwen"),If=Ae(".trae"),jf=Ae(".trae-cn"),au=Ae(".workbuddy"),Nf=[{value:"Agents",label:`Agents (${Cf})`,dir:Cf},{value:"Claude",label:`Claude Code (${vf})`,dir:vf},{value:"CodeBuddy",label:`CodeBuddy (${bf})`,dir:bf},{value:"Codex",label:`Codex (${yf})`,dir:yf},{value:"Copilot",label:`GitHub Copilot (${wf})`,dir:wf},{value:"Cursor",label:`Cursor (${Af})`,dir:Af},{value:"DeepAgents",label:`Deep Agents (${Bf})`,dir:Bf},{value:"Gemini",label:`Gemini (${Sf})`,dir:Sf},{value:"Hermes",label:`Hermes Agent (${_f})`,dir:_f},{value:"Kiro",label:`Kiro CLI (${Of})`,dir:Of},{value:"OpenClaw",label:`OpenCode (${Rf})`,dir:Rf},{value:"OpenCode",label:`OpenCode (${Tf})`,dir:Tf},{value:"Qoder",label:`Qoder (${$f})`,dir:$f},{value:"Qwen",label:`Qwen Code (${kf})`,dir:kf},{value:"Trae",label:`Trae (${If})`,dir:If},{value:"TraeCN",label:`Trae CN (${jf})`,dir:jf},{value:"WorkBuddy",label:`WorkBuddy (${au})`,dir:au}];function c8(t){return Nf.find(({value:e})=>e===t).dir}function l8(){if(process.env.KST_IM_CLI_SKILL_SOURCE_DIR)return process.env.KST_IM_CLI_SKILL_SOURCE_DIR;let t=s8(u8(import.meta.url));return a8(t,"../skills/kst-im-cli")}function Pf({source:t=l8(),target:e}){if(!n8(t))throw Y.validation(`Skill \u6E90\u76EE\u5F55\u4E0D\u5B58\u5728\uFF1A${t}`);r8(e,{recursive:!0}),t8(t,e,{recursive:!0})}function Lf(){return new H("install").description("\u5B89\u88C5 Skill \u5230 Agent \u5E73\u53F0").action(async()=>{let t=await Ki.multiselect("\u9009\u62E9\u5B89\u88C5\u76EE\u6807\u5E73\u53F0",Nf);if(!t.length){he.info("\u672A\u9009\u62E9\u76EE\u6807\u5E73\u53F0\uFF0C\u5DF2\u53D6\u6D88");return}for(let e of t){let n=c8(e);Pf({target:n}),he.info(`\u5DF2\u5B89\u88C5\u5230 ${n}`)}})}function qf(){return new H("install-workbuddy").description("\u975E\u4EA4\u4E92\u5B89\u88C5 Skill \u5230 WorkBuddy").option("--target <dir>","WorkBuddy Skill \u76EE\u6807\u76EE\u5F55",au).action(t=>{Pf({target:t.target}),he.info(`\u5DF2\u5B89\u88C5\u5230 ${t.target}`)})}function Mf(){let t=new H("skill").description("Skill \u7BA1\u7406");return t.addCommand(Lf()),t.addCommand(qf()),t}import{existsSync as p8,mkdirSync as D8,readFileSync as d8,writeFileSync as m8}from"node:fs";import{join as f8}from"node:path";var pu=ae(ru(),1),Wf=ae(Uf(),1);pu.default.extend(Wf.default);var Du=(i=>(i.Today="today",i.Yesterday="yesterday",i.Week="week",i.LastWeek="last-week",i))(Du||{}),Hf="YYYY-MM-DD HH:mm:ss",lu=class{period2Range(e){let n=(0,pu.default)();switch(e){case"today":return{startTime:this.startDay(n),endTime:this.endDay(n)};case"yesterday":{let r=n.subtract(1,"day");return{startTime:this.startDay(r),endTime:this.endDay(r)}}case"week":{let r=n.startOf("isoWeek");return{startTime:this.startDay(r),endTime:this.endDay(n)}}case"last-week":{let r=n.subtract(1,"week").startOf("isoWeek"),i=n.subtract(1,"week").endOf("isoWeek");return{startTime:this.startDay(r),endTime:this.endDay(i)}}}}startDay(e){return e.startOf("day").format(Hf)}endDay(e){return e.endOf("day").format(Hf)}},zf=new lu;var du=class{statsPath(){return f8(xe.configDir(),"stats.json")}async loadConfig(){let e=this.statsPath();if(!p8(e))return this.saveConfig();try{let n=d8(e,"utf-8");return JSON.parse(n)}catch(n){return he.error(n),null}}async saveConfig(){let{data:e}=await be.axios().get("/cli/stats/init-base-data");if(!e)throw Y.api("\u521D\u59CB\u5316\u5931\u8D25\uFF1A\u670D\u52A1\u7AEF\u672A\u914D\u7F6E\u5F53\u524D\u516C\u53F8\u7684\u62A5\u8868\u6570\u636E");let n={dimension:e.reportDimension,indicator:e.reportIndicator},r=xe.configDir(),i={...n,updatedAt:new Date().toISOString()};return D8(r,{recursive:!0}),m8(this.statsPath(),JSON.stringify(i,null,2)),i}async channelBoard(e){let{startTime:n,endTime:r}=this.resolveTimeRange(e),i={startTime:n,endTime:r,type:"channel",accountIds:e.accounts};return this.fetchBoard(i,"\u770B\u677F\u914D\u7F6E\u4E0D\u5B58\u5728\uFF1A\u5F53\u524D\u516C\u53F8\u672A\u914D\u7F6E\u57FA\u7840\u770B\u677F")}async webBoard(e){let{startTime:n,endTime:r}=this.resolveTimeRange(e),i={startTime:n,endTime:r,type:"web",siteIds:e.sites};return this.fetchBoard(i,"\u770B\u677F\u914D\u7F6E\u4E0D\u5B58\u5728\uFF1A\u5F53\u524D\u516C\u53F8\u672A\u914D\u7F6E\u7F51\u9875\u57FA\u7840\u770B\u677F")}async fetchBoard(e,n){let{data:r}=await be.axios().get("/cli/stats/basic-board",{params:e});if(!r)throw Y.api(n);let i=r,o=await this.loadConfig();return o?this.mapStatsResult(i,o):(he.warn("\u7EDF\u8BA1\u914D\u7F6E\u7F13\u5B58\u7F3A\u5931\uFF0C\u5B57\u6BB5\u5C06\u4F7F\u7528\u539F\u59CB key\uFF1B\u8BF7\u6267\u884C stats init \u66F4\u65B0\u7F13\u5B58"),i)}async basicBoard(e){return this.channelBoard(e)}resolveTimeRange(e){return e.period?zf.period2Range(e.period):{startTime:e.start??"",endTime:e.end??""}}mapStatsResult(e,n){let{reportInfo:r,reportData:i,totalForm:o}=e,s=r.dimension,a=r.indicators.split(",").filter(Boolean),l=s?[s,...a]:a,c={};l.forEach(D=>{c[D]=n.dimension[D]??n.indicator[D]??D});let u=D=>{let d={};for(let f of l)d[c[f]]=D[f]??(f===s?"\u5408\u8BA1":"");return d},p=i.resultlist.map(D=>u(D)),m=u(o);return{reportInfo:r,reportData:{resultlist:p},totalForm:m}}},Or=new du;function Vf(){let t=new H("basic-board").description("\u67E5\u8BE2\u57FA\u7840\u770B\u677F\u6570\u636E"),e=new H("channel").description("\u67E5\u8BE2\u6E20\u9053\u7EDF\u8BA1\u6307\u6807\uFF08\u6309\u8D26\u53F7\u7EF4\u5EA6\uFF1B\u679A\u4E3E\u8D26\u53F7\u8BF7\u7528 channel account list\uFF09");h8(e),e.action(async function(){let r=this.opts();Gf(r),await x8(r)});let n=new H("web").description("\u67E5\u8BE2\u7F51\u9875\u7AD9\u70B9\u7EDF\u8BA1\u6307\u6807\uFF08\u6309\u7AD9\u70B9\u7EF4\u5EA6\uFF1B\u679A\u4E3E\u7AD9\u70B9\u8BF7\u7528 site list\uFF09");return g8(n),n.action(async function(){let r=this.opts();Gf(r),await F8(r)}),t.addCommand(e,{isDefault:!0}),t.addCommand(n),t}function Yf(t){t.option("--start <datetime>","\u8D77\u59CB\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").option("--end <datetime>","\u7ED3\u675F\u65F6\u95F4\uFF0C\u683C\u5F0F\uFF1Ayyyy-MM-dd HH:mm:ss").addOption(new Ge("--period <period>","\u65F6\u95F4\u6BB5\u5FEB\u6377\u65B9\u5F0F").choices(Object.values(Du))).addOption(new Ge("-f, --format <format>","\u8F93\u51FA\u683C\u5F0F").choices(Object.values(nt)).default("json"))}function h8(t){Yf(t),t.option("--accounts <ids>","\u6E20\u9053\u8D26\u53F7 ID\uFF0C\u9017\u53F7\u5206\u9694\uFF08\u6765\u6E90\uFF1Achannel account list --accountId\uFF09")}function g8(t){Yf(t),t.option("--sites <ids>","\u7AD9\u70B9 ID\uFF0C\u9017\u53F7\u5206\u9694\uFF08\u6765\u6E90\uFF1Asite list\uFF09")}async function x8(t){let n=(await Or.channelBoard(t)).reportData.resultlist;Ne(n,t.format,{count:n.length})}async function F8(t){let n=(await Or.webBoard(t)).reportData.resultlist;Ne(n,t.format,{count:n.length})}function Gf(t){if(t.period&&(t.start||t.end))throw Y.validation("--period \u4E0E --start/--end \u4E92\u65A5");if(!t.period&&(!t.start||!t.end))throw Y.validation("\u9700\u6307\u5B9A --period \u6216\u540C\u65F6\u6307\u5B9A --start \u548C --end")}function Kf(){return new H("init").description("\u62C9\u53D6\u5E76\u7F13\u5B58\u7EDF\u8BA1\u57FA\u7840\u6570\u636E").action(async()=>{await Or.saveConfig(),he.info("\u7EDF\u8BA1\u57FA\u7840\u6570\u636E\u5DF2\u66F4\u65B0")})}function Jf(){let t=new H("stats").description("\u7EDF\u8BA1\u62A5\u8868");return t.addCommand(Kf()),t.addCommand(Vf()),t}function Xf(t){t.addCommand(rm()),t.addCommand(um()),t.addCommand(Ef()),t.addCommand(mf()),t.addCommand(Jf()),t.addCommand(Mf()),t.addCommand(sm(()=>t)),gf(t)}import fn from"node:process";import{spawn as AS}from"node:child_process";import{fileURLToPath as BS}from"node:url";import BE from"node:path";import{format as Wc}from"node:util";var Ir=ae(uh(),1);import kr from"node:path";import H8 from"node:os";import O8 from"os";import as from"path";var Nt=O8.homedir(),{env:Qt}=process,ch=Qt.XDG_DATA_HOME||(Nt?as.join(Nt,".local","share"):void 0),Ln=Qt.XDG_CONFIG_HOME||(Nt?as.join(Nt,".config"):void 0),Y5=Qt.XDG_STATE_HOME||(Nt?as.join(Nt,".local","state"):void 0),K5=Qt.XDG_CACHE_HOME||(Nt?as.join(Nt,".cache"):void 0),J5=Qt.XDG_RUNTIME_DIR||void 0,R8=(Qt.XDG_DATA_DIRS||"/usr/local/share/:/usr/share/").split(":");ch&&R8.unshift(ch);var T8=(Qt.XDG_CONFIG_DIRS||"/etc/xdg").split(":");Ln&&T8.unshift(Ln);import M8 from"node:path";import J from"node:fs";import{promisify as ke}from"node:util";var $8=(t,e)=>{let{onError:n}=e;return function(...i){return t.apply(void 0,i).catch(n)}},xt=$8;var k8=(t,e)=>{let{onError:n}=e;return function(...i){try{return t.apply(void 0,i)}catch(o){return n(o)}}},Dt=k8;var j8=(t,e)=>{let{isRetriable:n}=e;return function(i){let{timeout:o}=i,s=i.interval??250,a=Date.now()+o;return function l(...c){return t.apply(void 0,c).catch(u=>{if(!n(u)||Date.now()>=a)throw u;let p=Math.round(s*Math.random());return p>0?new Promise(D=>setTimeout(D,p)).then(()=>l.apply(void 0,c)):l.apply(void 0,c)})}}},Ft=j8;var N8=(t,e)=>{let{isRetriable:n}=e;return function(i){let{timeout:o}=i,s=Date.now()+o;return function(...l){for(;;)try{return t.apply(void 0,l)}catch(c){if(!n(c)||Date.now()>=s)throw c;continue}}}},Et=N8;import ph from"node:process";var Rr={isChangeErrorOk:t=>{if(!Rr.isNodeError(t))return!1;let{code:e}=t;return e==="ENOSYS"||!lh&&(e==="EINVAL"||e==="EPERM")},isNodeError:t=>t instanceof Error,isRetriableError:t=>{if(!Rr.isNodeError(t))return!1;let{code:e}=t;return e==="EMFILE"||e==="ENFILE"||e==="EAGAIN"||e==="EBUSY"||e==="EACCESS"||e==="EACCES"||e==="EACCS"||e==="EPERM"},onChangeError:t=>{if(!Rr.isNodeError(t))throw t;if(!Rr.isChangeErrorOk(t))throw t}},xu=Rr;var Tr={onError:xu.onChangeError},ze={onError:()=>{}},lh=ph.getuid?!ph.getuid():!1,Se={isRetriable:xu.isRetriableError};var P8={attempt:{chmod:xt(ke(J.chmod),Tr),chown:xt(ke(J.chown),Tr),close:xt(ke(J.close),ze),fsync:xt(ke(J.fsync),ze),mkdir:xt(ke(J.mkdir),ze),realpath:xt(ke(J.realpath),ze),stat:xt(ke(J.stat),ze),unlink:xt(ke(J.unlink),ze),chmodSync:Dt(J.chmodSync,Tr),chownSync:Dt(J.chownSync,Tr),closeSync:Dt(J.closeSync,ze),existsSync:Dt(J.existsSync,ze),fsyncSync:Dt(J.fsync,ze),mkdirSync:Dt(J.mkdirSync,ze),realpathSync:Dt(J.realpathSync,ze),statSync:Dt(J.statSync,ze),unlinkSync:Dt(J.unlinkSync,ze)},retry:{close:Ft(ke(J.close),Se),fsync:Ft(ke(J.fsync),Se),open:Ft(ke(J.open),Se),readFile:Ft(ke(J.readFile),Se),rename:Ft(ke(J.rename),Se),stat:Ft(ke(J.stat),Se),write:Ft(ke(J.write),Se),writeFile:Ft(ke(J.writeFile),Se),closeSync:Et(J.closeSync,Se),fsyncSync:Et(J.fsyncSync,Se),openSync:Et(J.openSync,Se),readFileSync:Et(J.readFileSync,Se),renameSync:Et(J.renameSync,Se),statSync:Et(J.statSync,Se),writeSync:Et(J.writeSync,Se),writeFileSync:Et(J.writeFileSync,Se)}},ye=P8;import en from"node:process";var Dh="utf8",Fu=438,dh=511;var mh={},fh=en.geteuid?en.geteuid():-1,hh=en.getegid?en.getegid():-1;var gh=1e3,xh=!!en.getuid,Ck=en.getuid?!en.getuid():!1,Eu=128;var Fh=t=>t instanceof Error&&"code"in t;var Cu=t=>typeof t=="string",us=t=>t===void 0;import q8 from"node:path";import qn from"node:process";import Eh from"node:process";var Ch=Eh.platform==="linux",cs=Eh.platform==="win32";var vu=["SIGHUP","SIGINT","SIGTERM"];cs||vu.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");Ch&&vu.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT");var vh=vu;var bu=class{constructor(){this.callbacks=new Set,this.exited=!1,this.exit=e=>{if(!this.exited){this.exited=!0;for(let n of this.callbacks)n();e&&(cs&&e!=="SIGINT"&&e!=="SIGTERM"&&e!=="SIGKILL"?qn.kill(qn.pid,"SIGTERM"):qn.kill(qn.pid,e))}},this.hook=()=>{qn.once("exit",()=>this.exit());for(let e of vh)try{qn.once(e,()=>this.exit(e))}catch{}},this.register=e=>(this.callbacks.add(e),()=>{this.callbacks.delete(e)}),this.hook()}},bh=new bu;var L8=bh.register,yh=L8;var Ze={store:{},create:t=>{let e=`000000${Math.floor(Math.random()*16777215).toString(16)}`.slice(-6),i=`.tmp-${Date.now().toString().slice(-10)}${e}`;return`${t}${i}`},get:(t,e,n=!0)=>{let r=Ze.truncate(e(t));return r in Ze.store?Ze.get(t,e,n):(Ze.store[r]=n,[r,()=>delete Ze.store[r]])},purge:t=>{Ze.store[t]&&(delete Ze.store[t],ye.attempt.unlink(t))},purgeSync:t=>{Ze.store[t]&&(delete Ze.store[t],ye.attempt.unlinkSync(t))},purgeSyncAll:()=>{for(let t in Ze.store)Ze.purgeSync(t)},truncate:t=>{let e=q8.basename(t);if(e.length<=Eu)return t;let n=/^(\.?)(.*?)((?:\.[^.]+)?(?:\.tmp-\d{10}[a-f0-9]{6})?)$/.exec(e);if(!n)return t;let r=e.length-Eu;return`${t.slice(0,-e.length)}${n[1]}${n[2].slice(0,-r)}${n[3]}`}};yh(Ze.purgeSyncAll);var $r=Ze;function ls(t,e,n=mh){if(Cu(n))return ls(t,e,{encoding:n});let i={timeout:n.timeout??gh},o=null,s=null,a=null;try{let l=ye.attempt.realpathSync(t),c=!!l;t=l||t,[s,o]=$r.get(t,n.tmpCreate||$r.create,n.tmpPurge!==!1);let u=xh&&us(n.chown),p=us(n.mode);if(c&&(u||p)){let m=ye.attempt.statSync(t);m&&(n={...n},u&&(n.chown={uid:m.uid,gid:m.gid}),p&&(n.mode=m.mode))}if(!c){let m=M8.dirname(t);ye.attempt.mkdirSync(m,{mode:dh,recursive:!0})}a=ye.retry.openSync(i)(s,"w",n.mode||Fu),n.tmpCreated&&n.tmpCreated(s),Cu(e)?ye.retry.writeSync(i)(a,e,0,n.encoding||Dh):us(e)||ye.retry.writeSync(i)(a,e,0,e.length,0),n.fsync!==!1&&(n.fsyncWait!==!1?ye.retry.fsyncSync(i)(a):ye.attempt.fsync(a)),ye.retry.closeSync(i)(a),a=null,n.chown&&(n.chown.uid!==fh||n.chown.gid!==hh)&&ye.attempt.chownSync(s,n.chown.uid,n.chown.gid),n.mode&&n.mode!==Fu&&ye.attempt.chmodSync(s,n.mode);try{ye.retry.renameSync(i)(s,t)}catch(m){if(!Fh(m)||m.code!=="ENAMETOOLONG")throw m;ye.retry.renameSync(i)(s,$r.truncate(t))}o(),s=null}finally{a&&ye.attempt.closeSync(a),s&&$r.purge(s)}}var tn=t=>{let e=typeof t;return t!==null&&(e==="object"||e==="function")};var yu=new Set(["__proto__","prototype","constructor"]),U8=new Set("0123456789");function ps(t){let e=[],n="",r="start",i=!1;for(let o of t)switch(o){case"\\":{if(r==="index")throw new Error("Invalid character in an index");if(r==="indexEnd")throw new Error("Invalid character after an index");i&&(n+=o),r="property",i=!i;break}case".":{if(r==="index")throw new Error("Invalid character in an index");if(r==="indexEnd"){r="property";break}if(i){i=!1,n+=o;break}if(yu.has(n))return[];e.push(n),n="",r="property";break}case"[":{if(r==="index")throw new Error("Invalid character in an index");if(r==="indexEnd"){r="index";break}if(i){i=!1,n+=o;break}if(r==="property"){if(yu.has(n))return[];e.push(n),n=""}r="index";break}case"]":{if(r==="index"){e.push(Number.parseInt(n,10)),n="",r="indexEnd";break}if(r==="indexEnd")throw new Error("Invalid character after an index")}default:{if(r==="index"&&!U8.has(o))throw new Error("Invalid character in an index");if(r==="indexEnd")throw new Error("Invalid character after an index");r==="start"&&(r="property"),i&&(i=!1,n+="\\"),n+=o}}switch(i&&(n+="\\"),r){case"property":{if(yu.has(n))return[];e.push(n);break}case"index":throw new Error("Index was not closed");case"start":{e.push("");break}}return e}function wu(t,e){if(typeof e!="number"&&Array.isArray(t)){let n=Number.parseInt(e,10);return Number.isInteger(n)&&t[n]===t[e]}return!1}function wh(t,e){if(wu(t,e))throw new Error("Cannot use string index")}function Ah(t,e,n){if(!tn(t)||typeof e!="string")return n===void 0?t:n;let r=ps(e);if(r.length===0)return n;for(let i=0;i<r.length;i++){let o=r[i];if(wu(t,o)?t=i===r.length-1?void 0:null:t=t[o],t==null){if(i!==r.length-1)return n;break}}return t===void 0?n:t}function Au(t,e,n){if(!tn(t)||typeof e!="string")return t;let r=t,i=ps(e);for(let o=0;o<i.length;o++){let s=i[o];wh(t,s),o===i.length-1?t[s]=n:tn(t[s])||(t[s]=typeof i[o+1]=="number"?[]:{}),t=t[s]}return r}function Bh(t,e){if(!tn(t)||typeof e!="string")return!1;let n=ps(e);for(let r=0;r<n.length;r++){let i=n[r];if(wh(t,i),r===n.length-1)return delete t[i],!0;if(t=t[i],!tn(t))return!1}}function Sh(t,e){if(!tn(t)||typeof e!="string")return!1;let n=ps(e);if(n.length===0)return!1;for(let r of n){if(!tn(t)||!(r in t)||wu(t,r))return!1;t=t[r]}return!0}function W8(t,e){let n=e?kr.join(t,"config.json"):kr.join("configstore",`${t}.json`),r=Ln??Ir.default.mkdtempSync(Ir.default.realpathSync(H8.tmpdir())+kr.sep);return kr.join(r,n)}var z8="You don't have access to this file.",G8={mode:448,recursive:!0},_h={mode:384};function Oh(t){throw t.code==="EACCES"&&(t.message=`${t.message}
156
+ ${z8}
157
+ `),t}var jr=class{constructor(e,n,r={}){this._path=r.configPath??W8(e,r.globalConfigPath),this._clearInvalidConfig=r.clearInvalidConfig??!0,n&&(this.all={...n,...this.all})}get all(){try{return JSON.parse(Ir.default.readFileSync(this._path,"utf8"))}catch(e){if(e.code==="ENOENT")return{};if(e.name==="SyntaxError"){if(this._clearInvalidConfig)return ls(this._path,"",_h),{};throw e}return Oh(e),{}}}set all(e){try{Ir.default.mkdirSync(kr.dirname(this._path),G8),ls(this._path,JSON.stringify(e,void 0," "),_h)}catch(n){Oh(n)}}get size(){return Object.keys(this.all||{}).length}get(e){return Ah(this.all,e)}set(e,n){let r=this.all;if(typeof e=="object"&&arguments.length===1)for(let i of Object.keys(e))Au(r,i,e[i]);else Au(r,e,n);this.all=r}has(e){return Sh(this.all,e)}delete(e){let n=this.all;Bh(n,e),this.all=n}clear(){this.all={}}get path(){return this._path}};var Rh=(t=0)=>e=>`\x1B[${e+t}m`,Th=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,$h=(t=0)=>(e,n,r)=>`\x1B[${38+t};2;${e};${n};${r}m`,ie={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],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],gray:[90,39],grey:[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],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},sI=Object.keys(ie.modifier),V8=Object.keys(ie.color),Y8=Object.keys(ie.bgColor),oI=[...V8,...Y8];function K8(){let t=new Map;for(let[e,n]of Object.entries(ie)){for(let[r,i]of Object.entries(n))ie[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=ie[r],t.set(i[0],i[1]);Object.defineProperty(ie,e,{value:n,enumerable:!1})}return Object.defineProperty(ie,"codes",{value:t,enumerable:!1}),ie.color.close="\x1B[39m",ie.bgColor.close="\x1B[49m",ie.color.ansi=Rh(),ie.color.ansi256=Th(),ie.color.ansi16m=$h(),ie.bgColor.ansi=Rh(10),ie.bgColor.ansi256=Th(10),ie.bgColor.ansi16m=$h(10),Object.defineProperties(ie,{rgbToAnsi256:{value(e,n,r){return e===n&&n===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(e){let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(o=>o+o).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>ie.rgbToAnsi256(...ie.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let n,r,i;if(e>=232)n=((e-232)*10+8)/255,r=n,i=n;else{e-=16;let a=e%36;n=Math.floor(e/36)/5,r=Math.floor(a/6)/5,i=a%6/5}let o=Math.max(n,r,i)*2;if(o===0)return 30;let s=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return o===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(e,n,r)=>ie.ansi256ToAnsi(ie.rgbToAnsi256(e,n,r)),enumerable:!1},hexToAnsi:{value:e=>ie.ansi256ToAnsi(ie.hexToAnsi256(e)),enumerable:!1}}),ie}var J8=K8(),dt=J8;import Bu from"node:process";import X8 from"node:os";import kh from"node:tty";function rt(t,e=globalThis.Deno?globalThis.Deno.args:Bu.argv){let n=t.startsWith("-")?"":t.length===1?"-":"--",r=e.indexOf(n+t),i=e.indexOf("--");return r!==-1&&(i===-1||r<i)}var{env:se}=Bu,Ds;rt("no-color")||rt("no-colors")||rt("color=false")||rt("color=never")?Ds=0:(rt("color")||rt("colors")||rt("color=true")||rt("color=always"))&&(Ds=1);function Z8(){if("FORCE_COLOR"in se)return se.FORCE_COLOR==="true"?1:se.FORCE_COLOR==="false"?0:se.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(se.FORCE_COLOR,10),3)}function Q8(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function e1(t,{streamIsTTY:e,sniffFlags:n=!0}={}){let r=Z8();r!==void 0&&(Ds=r);let i=n?Ds:r;if(i===0)return 0;if(n){if(rt("color=16m")||rt("color=full")||rt("color=truecolor"))return 3;if(rt("color=256"))return 2}if("TF_BUILD"in se&&"AGENT_NAME"in se)return 1;if(t&&!e&&i===void 0)return 0;let o=i||0;if(se.TERM==="dumb")return o;if(Bu.platform==="win32"){let s=X8.release().split(".");return Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in se)return["GITHUB_ACTIONS","GITEA_ACTIONS","CIRCLECI"].some(s=>s in se)?3:["TRAVIS","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(s=>s in se)||se.CI_NAME==="codeship"?1:o;if("TEAMCITY_VERSION"in se)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(se.TEAMCITY_VERSION)?1:0;if(se.COLORTERM==="truecolor"||se.TERM==="xterm-kitty"||se.TERM==="xterm-ghostty"||se.TERM==="wezterm")return 3;if("TERM_PROGRAM"in se){let s=Number.parseInt((se.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(se.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(se.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(se.TERM)||"COLORTERM"in se?1:o}function Ih(t,e={}){let n=e1(t,{streamIsTTY:t&&t.isTTY,...e});return Q8(n)}var t1={stdout:Ih({isTTY:kh.isatty(1)}),stderr:Ih({isTTY:kh.isatty(2)})},jh=t1;function Nh(t,e,n){let r=t.indexOf(e);if(r===-1)return t;let i=e.length,o=0,s="";do s+=t.slice(o,r)+e+n,o=r+i,r=t.indexOf(e,o);while(r!==-1);return s+=t.slice(o),s}function Ph(t,e,n,r){let i=0,o="";do{let s=t[r-1]==="\r";o+=t.slice(i,s?r-1:r)+e+(s?`\r
158
158
  `:`
159
159
  `)+n,i=r+1,r=t.indexOf(`
160
- `,i)}while(r!==-1);return o+=t.slice(i),o}var{stdout:Lh,stderr:Ph}=Ih,Bu=Symbol("GENERATOR"),qn=Symbol("STYLER"),Ir=Symbol("IS_EMPTY"),qh=["ansi","ansi","ansi256","ansi16m"],Mn=Object.create(null),r1=(t,e={})=>{if(e.level&&!(Number.isInteger(e.level)&&e.level>=0&&e.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let n=Lh?Lh.level:0;t.level=e.level===void 0?n:e.level};var i1=t=>{let e=(...n)=>n.join(" ");return r1(e,t),Object.setPrototypeOf(e,jr.prototype),e};function jr(t){return i1(t)}Object.setPrototypeOf(jr.prototype,Function.prototype);for(let[t,e]of Object.entries(dt))Mn[t]={get(){let n=ps(this,_u(e.open,e.close,this[qn]),this[Ir]);return Object.defineProperty(this,t,{value:n}),n}};Mn.visible={get(){let t=ps(this,this[qn],!0);return Object.defineProperty(this,"visible",{value:t}),t}};var Su=(t,e,n,...r)=>t==="rgb"?e==="ansi16m"?dt[n].ansi16m(...r):e==="ansi256"?dt[n].ansi256(dt.rgbToAnsi256(...r)):dt[n].ansi(dt.rgbToAnsi(...r)):t==="hex"?Su("rgb",e,n,...dt.hexToRgb(...r)):dt[n][t](...r),s1=["rgb","hex","ansi256"];for(let t of s1){Mn[t]={get(){let{level:n}=this;return function(...r){let i=_u(Su(t,qh[n],"color",...r),dt.color.close,this[qn]);return ps(this,i,this[Ir])}}};let e="bg"+t[0].toUpperCase()+t.slice(1);Mn[e]={get(){let{level:n}=this;return function(...r){let i=_u(Su(t,qh[n],"bgColor",...r),dt.bgColor.close,this[qn]);return ps(this,i,this[Ir])}}}}var o1=Object.defineProperties(()=>{},{...Mn,level:{enumerable:!0,get(){return this[Bu].level},set(t){this[Bu].level=t}}}),_u=(t,e,n)=>{let r,i;return n===void 0?(r=t,i=e):(r=n.openAll+t,i=e+n.closeAll),{open:t,close:e,openAll:r,closeAll:i,parent:n}},ps=(t,e,n)=>{let r=(...i)=>a1(r,i.length===1?""+i[0]:i.join(" "));return Object.setPrototypeOf(r,o1),r[Bu]=t,r[qn]=e,r[Ir]=n,r},a1=(t,e)=>{if(t.level<=0||!e)return t[Ir]?"":e;let n=t[qn];if(n===void 0)return e;let{openAll:r,closeAll:i}=n;if(e.includes("\x1B"))for(;n!==void 0;)e=jh(e,n.close,n.open),n=n.parent;let o=e.indexOf(`
161
- `);return o!==-1&&(e=Nh(e,i,r,o)),r+e+i};Object.defineProperties(jr.prototype,Mn);var u1=jr(),gI=jr({level:Ph?Ph.level:0});var Le=u1;var BE=ae(Iu(),1),SE=ae(Wn(),1);var nn=class extends Error{response;request;options;constructor(e,n,r){let i=e.status||e.status===0?e.status:"",o=e.statusText??"",s=`${i} ${o}`.trim(),a=s?`status code ${s}`:"an unknown error";super(`Request failed with ${a}: ${n.method} ${n.url}`),this.name="HTTPError",this.response=e,this.request=n,this.options=r}};var zn=class extends Error{name="NonError";value;constructor(e){let n="Non-error value was thrown";try{typeof e=="string"?n=e:e&&typeof e=="object"&&"message"in e&&typeof e.message=="string"&&(n=e.message)}catch{}super(n),this.value=e}};var Gn=class extends Error{name="ForceRetryError";customDelay;code;customRequest;constructor(e){let n=e?.cause?e.cause instanceof Error?e.cause:new zn(e.cause):void 0;super(e?.code?`Forced retry: ${e.code}`:"Forced retry",n?{cause:n}:void 0),this.customDelay=e?.delay,this.code=e?.code,this.customRequest=e?.request}};var ju=(()=>{let t=!1,e=!1,n=typeof globalThis.ReadableStream=="function",r=typeof globalThis.Request=="function";if(n&&r)try{e=new globalThis.Request("https://empty.invalid",{body:new globalThis.ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type")}catch(i){if(i instanceof Error&&i.message==="unsupported BodyInit type")return!1;throw i}return t&&!e})(),rg=typeof globalThis.AbortController=="function",gs=typeof globalThis.AbortSignal=="function"&&typeof globalThis.AbortSignal.any=="function",ig=typeof globalThis.ReadableStream=="function",sg=typeof globalThis.FormData=="function",xs=["get","post","put","patch","head","delete"],k1=()=>{};k1();var og={json:"application/json",text:"text/*",formData:"multipart/form-data",arrayBuffer:"*/*",blob:"*/*",bytes:"*/*"},Fs=2147483647,ag=new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length,Es=Symbol("stop"),Lr=class{options;constructor(e){this.options=e}},ug=t=>new Lr(t),cg={json:!0,parseJson:!0,stringifyJson:!0,searchParams:!0,prefixUrl:!0,retry:!0,timeout:!0,hooks:!0,throwHttpErrors:!0,onDownloadProgress:!0,onUploadProgress:!0,fetch:!0,context:!0},lg={next:!0},pg={method:!0,headers:!0,body:!0,mode:!0,credentials:!0,cache:!0,redirect:!0,referrer:!0,referrerPolicy:!0,integrity:!0,keepalive:!0,signal:!0,window:!0,duplex:!0};var I1=t=>{if(!t)return 0;if(t instanceof FormData){let e=0;for(let[n,r]of t)e+=ag,e+=new TextEncoder().encode(`Content-Disposition: form-data; name="${n}"`).length,e+=typeof r=="string"?new TextEncoder().encode(r).length:r.size;return e}if(t instanceof Blob)return t.size;if(t instanceof ArrayBuffer)return t.byteLength;if(typeof t=="string")return new TextEncoder().encode(t).length;if(t instanceof URLSearchParams)return new TextEncoder().encode(t.toString()).length;if("byteLength"in t)return t.byteLength;if(typeof t=="object"&&t!==null)try{let e=JSON.stringify(t);return new TextEncoder().encode(e).length}catch{return 0}return 0},Dg=(t,e,n)=>{let r,i=0;return t.pipeThrough(new TransformStream({transform(o,s){if(s.enqueue(o),r){i+=r.byteLength;let a=e===0?0:i/e;a>=1&&(a=1-Number.EPSILON),n?.({percent:a,totalBytes:Math.max(e,i),transferredBytes:i},r)}r=o},flush(){r&&(i+=r.byteLength,n?.({percent:1,totalBytes:Math.max(e,i),transferredBytes:i},r))}}))},dg=(t,e)=>{if(!t.body)return t;if(t.status===204)return new Response(null,{status:t.status,statusText:t.statusText,headers:t.headers});let n=Math.max(0,Number(t.headers.get("content-length"))||0);return new Response(Dg(t.body,n,e),{status:t.status,statusText:t.statusText,headers:t.headers})},mg=(t,e,n)=>{if(!t.body)return t;let r=I1(n??t.body);return new Request(t,{duplex:"half",body:Dg(t.body,r,e)})};var Pt=t=>t!==null&&typeof t=="object";var Pr=(...t)=>{for(let e of t)if((!Pt(e)||Array.isArray(e))&&e!==void 0)throw new TypeError("The `options` argument must be an object");return Pu({},...t)},Nu=(t={},e={})=>{let n=new globalThis.Headers(t),r=e instanceof globalThis.Headers,i=new globalThis.Headers(e);for(let[o,s]of i.entries())r&&s==="undefined"||s===void 0?n.delete(o):n.set(o,s);return n};function Cs(t,e,n){return Object.hasOwn(e,n)&&e[n]===void 0?[]:Pu(t[n]??[],e[n]??[])}var Lu=(t={},e={})=>({beforeRequest:Cs(t,e,"beforeRequest"),beforeRetry:Cs(t,e,"beforeRetry"),afterResponse:Cs(t,e,"afterResponse"),beforeError:Cs(t,e,"beforeError")}),j1=(t,e)=>{let n=new URLSearchParams;for(let r of[t,e])if(r!==void 0)if(r instanceof URLSearchParams)for(let[i,o]of r.entries())n.append(i,o);else if(Array.isArray(r))for(let i of r){if(!Array.isArray(i)||i.length!==2)throw new TypeError("Array search parameters must be provided in [[key, value], ...] format");n.append(String(i[0]),String(i[1]))}else if(Pt(r))for(let[i,o]of Object.entries(r))o!==void 0&&n.append(i,String(o));else{let i=new URLSearchParams(r);for(let[o,s]of i.entries())n.append(o,s)}return n},Pu=(...t)=>{let e={},n={},r={},i,o=[];for(let s of t)if(Array.isArray(s))Array.isArray(e)||(e=[]),e=[...e,...s];else if(Pt(s)){for(let[a,l]of Object.entries(s)){if(a==="signal"&&l instanceof globalThis.AbortSignal){o.push(l);continue}if(a==="context"){if(l!=null&&(!Pt(l)||Array.isArray(l)))throw new TypeError("The `context` option must be an object");e={...e,context:l==null?{}:{...e.context,...l}};continue}if(a==="searchParams"){l==null?i=void 0:i=i===void 0?l:j1(i,l);continue}Pt(l)&&a in e&&(l=Pu(e[a],l)),e={...e,[a]:l}}Pt(s.hooks)&&(r=Lu(r,s.hooks),e.hooks=r),Pt(s.headers)&&(n=Nu(n,s.headers),e.headers=n)}return i!==void 0&&(e.searchParams=i),o.length>0&&(o.length===1?e.signal=o[0]:gs?e.signal=AbortSignal.any(o):e.signal=o.at(-1)),e};var hg=t=>xs.includes(t)?t.toUpperCase():t,N1=["get","put","head","delete","options","trace"],L1=[408,413,429,500,502,503,504],P1=[413,429,503],fg={limit:2,methods:N1,statusCodes:L1,afterStatusCodes:P1,maxRetryAfter:Number.POSITIVE_INFINITY,backoffLimit:Number.POSITIVE_INFINITY,delay:t=>.3*2**(t-1)*1e3,jitter:void 0,retryOnTimeout:!1},gg=(t={})=>{if(typeof t=="number")return{...fg,limit:t};if(t.methods&&!Array.isArray(t.methods))throw new Error("retry.methods must be an array");if(t.methods&&=t.methods.map(n=>n.toLowerCase()),t.statusCodes&&!Array.isArray(t.statusCodes))throw new Error("retry.statusCodes must be an array");let e=Object.fromEntries(Object.entries(t).filter(([,n])=>n!==void 0));return{...fg,...e}};var rn=class extends Error{request;constructor(e){super(`Request timed out: ${e.method} ${e.url}`),this.name="TimeoutError",this.request=e}};async function qu(t,e,n,r){return new Promise((i,o)=>{let s=setTimeout(()=>{n&&n.abort(),o(new rn(t))},r.timeout);r.fetch(t,e).then(i).catch(o).then(()=>{clearTimeout(s)})})}async function Mu(t,{signal:e}){return new Promise((n,r)=>{e&&(e.throwIfAborted(),e.addEventListener("abort",i,{once:!0}));function i(){clearTimeout(o),r(e.reason)}let o=setTimeout(()=>{e?.removeEventListener("abort",i),n()},t)})}var xg=(t,e)=>{let n={};for(let r in e)Object.hasOwn(e,r)&&!(r in pg)&&!(r in cg)&&(!(r in t)||r in lg)&&(n[r]=e[r]);return n},Fg=t=>t===void 0?!1:Array.isArray(t)?t.length>0:t instanceof URLSearchParams?t.size>0:typeof t=="object"?Object.keys(t).length>0:typeof t=="string"?t.trim().length>0:!!t;function Eg(t){return t instanceof nn||t?.name===nn.name}function Cg(t){return t instanceof rn||t?.name===rn.name}var qr=class t{static create(e,n){let r=new t(e,n),i=async()=>{if(typeof r.#e.timeout=="number"&&r.#e.timeout>Fs)throw new RangeError(`The \`timeout\` option cannot be greater than ${Fs}`);await Promise.resolve();let s=await r.#g();for(let a of r.#e.hooks.afterResponse){let l=r.#d(s.clone()),c;try{c=await a(r.request,r.#c(),l,{retryCount:r.#r})}catch(p){throw r.#s(l),r.#s(s),p}if(c instanceof Lr)throw r.#s(l),r.#s(s),new Gn(c.options);let u=c instanceof globalThis.Response?c:s;l!==u&&r.#s(l),s!==u&&r.#s(s),s=u}if(r.#d(s),!s.ok&&(typeof r.#e.throwHttpErrors=="function"?r.#e.throwHttpErrors(s.status):r.#e.throwHttpErrors)){let a=new nn(s,r.request,r.#c());for(let l of r.#e.hooks.beforeError)a=await l(a,{retryCount:r.#r});throw a}if(r.#e.onDownloadProgress){if(typeof r.#e.onDownloadProgress!="function")throw new TypeError("The `onDownloadProgress` option must be a function");if(!ig)throw new Error("Streams are not supported in your environment. `ReadableStream` is missing.");let a=s.clone();return r.#s(s),dg(a,r.#e.onDownloadProgress)}return s},o=r.#m(i).finally(()=>{let s=r.#a;r.#p(s?.body??void 0),r.#p(r.request.body??void 0)});for(let[s,a]of Object.entries(og))s==="bytes"&&typeof globalThis.Response?.prototype?.bytes!="function"||(o[s]=async()=>{r.request.headers.set("accept",r.request.headers.get("accept")||a);let l=await o;if(s==="json"){if(l.status===204)return"";let c=await l.text();return c===""?"":n.parseJson?n.parseJson(c):JSON.parse(c)}return l[s]()});return o}static#o(e){return e&&typeof e=="object"&&!Array.isArray(e)&&!(e instanceof URLSearchParams)?Object.fromEntries(Object.entries(e).filter(([,n])=>n!==void 0)):e}request;#n;#r=0;#t;#e;#a;#i;#u;constructor(e,n={}){if(this.#t=e,this.#e={...n,headers:Nu(this.#t.headers,n.headers),hooks:Lu({beforeRequest:[],beforeRetry:[],beforeError:[],afterResponse:[]},n.hooks),method:hg(n.method??this.#t.method??"GET"),prefixUrl:String(n.prefixUrl||""),retry:gg(n.retry),throwHttpErrors:n.throwHttpErrors??!0,timeout:n.timeout??1e4,fetch:n.fetch??globalThis.fetch.bind(globalThis),context:n.context??{}},typeof this.#t!="string"&&!(this.#t instanceof URL||this.#t instanceof globalThis.Request))throw new TypeError("`input` must be a string, URL, or Request");if(this.#e.prefixUrl&&typeof this.#t=="string"){if(this.#t.startsWith("/"))throw new Error("`input` must not begin with a slash when using `prefixUrl`");this.#e.prefixUrl.endsWith("/")||(this.#e.prefixUrl+="/"),this.#t=this.#e.prefixUrl+this.#t}rg&&gs&&(this.#i=this.#e.signal??this.#t.signal,this.#n=new globalThis.AbortController,this.#e.signal=this.#i?AbortSignal.any([this.#i,this.#n.signal]):this.#n.signal),ju&&(this.#e.duplex="half"),this.#e.json!==void 0&&(this.#e.body=this.#e.stringifyJson?.(this.#e.json)??JSON.stringify(this.#e.json),this.#e.headers.set("content-type",this.#e.headers.get("content-type")??"application/json"));let r=n.headers&&new globalThis.Headers(n.headers).has("content-type");if(this.#t instanceof globalThis.Request&&(sg&&this.#e.body instanceof globalThis.FormData||this.#e.body instanceof URLSearchParams)&&!r&&this.#e.headers.delete("content-type"),this.request=new globalThis.Request(this.#t,this.#e),Fg(this.#e.searchParams)){let o="?"+(typeof this.#e.searchParams=="string"?this.#e.searchParams.replace(/^\?/,""):new URLSearchParams(t.#o(this.#e.searchParams)).toString()),s=this.request.url.replace(/(?:\?.*?)?(?=#|$)/,o);this.request=new globalThis.Request(s,this.#e)}if(this.#e.onUploadProgress){if(typeof this.#e.onUploadProgress!="function")throw new TypeError("The `onUploadProgress` option must be a function");if(!ju)throw new Error("Request streams are not supported in your environment. The `duplex` option for `Request` is not available.");this.request=this.#f(this.request,this.#e.body??void 0)}}#l(){let e=this.#e.retry.delay(this.#r),n=e;this.#e.retry.jitter===!0?n=Math.random()*e:typeof this.#e.retry.jitter=="function"&&(n=this.#e.retry.jitter(e),(!Number.isFinite(n)||n<0)&&(n=e));let r=this.#e.retry.backoffLimit??Number.POSITIVE_INFINITY;return Math.min(r,n)}async#h(e){if(this.#r++,this.#r>this.#e.retry.limit)throw e;let n=e instanceof Error?e:new zn(e);if(n instanceof Gn)return n.customDelay??this.#l();if(!this.#e.retry.methods.includes(this.request.method.toLowerCase()))throw e;if(this.#e.retry.shouldRetry!==void 0){let r=await this.#e.retry.shouldRetry({error:n,retryCount:this.#r});if(r===!1)throw e;if(r===!0)return this.#l()}if(Cg(e)&&!this.#e.retry.retryOnTimeout)throw e;if(Eg(e)){if(!this.#e.retry.statusCodes.includes(e.response.status))throw e;let r=e.response.headers.get("Retry-After")??e.response.headers.get("RateLimit-Reset")??e.response.headers.get("X-RateLimit-Retry-After")??e.response.headers.get("X-RateLimit-Reset")??e.response.headers.get("X-Rate-Limit-Reset");if(r&&this.#e.retry.afterStatusCodes.includes(e.response.status)){let i=Number(r)*1e3;Number.isNaN(i)?i=Date.parse(r)-Date.now():i>=Date.parse("2024-01-01")&&(i-=Date.now());let o=this.#e.retry.maxRetryAfter??i;return i<o?i:o}if(e.response.status===413)throw e}return this.#l()}#d(e){return this.#e.parseJson&&(e.json=async()=>this.#e.parseJson(await e.text())),e}#p(e){e&&e.cancel().catch(()=>{})}#s(e){this.#p(e.body??void 0)}async#m(e){try{return await e()}catch(n){let r=Math.min(await this.#h(n),Fs);if(this.#r<1)throw n;if(await Mu(r,this.#i?{signal:this.#i}:{}),n instanceof Gn&&n.customRequest){let i=this.#e.signal?new globalThis.Request(n.customRequest,{signal:this.#e.signal}):new globalThis.Request(n.customRequest);this.#D(i)}for(let i of this.#e.hooks.beforeRetry){let o=await i({request:this.request,options:this.#c(),error:n,retryCount:this.#r});if(o instanceof globalThis.Request){this.#D(o);break}if(o instanceof globalThis.Response)return o;if(o===Es)return}return this.#m(e)}}async#g(){this.#n?.signal.aborted&&(this.#n=new globalThis.AbortController,this.#e.signal=this.#i?AbortSignal.any([this.#i,this.#n.signal]):this.#n.signal,this.request=new globalThis.Request(this.request,{signal:this.#e.signal}));for(let n of this.#e.hooks.beforeRequest){let r=await n(this.request,this.#c(),{retryCount:this.#r});if(r instanceof Response)return r;if(r instanceof globalThis.Request){this.#D(r);break}}let e=xg(this.request,this.#e);return this.#a=this.request,this.request=this.#a.clone(),this.#e.timeout===!1?this.#e.fetch(this.#a,e):qu(this.#a,e,this.#n,this.#e)}#c(){if(!this.#u){let{hooks:e,...n}=this.#e;this.#u=Object.freeze(n)}return this.#u}#D(e){this.#u=void 0,this.request=this.#f(e)}#f(e,n){return!this.#e.onUploadProgress||!e.body?e:mg(e,this.#e.onUploadProgress,n??this.#e.body??void 0)}};var Uu=t=>{let e=(n,r)=>qr.create(n,Pr(t,r));for(let n of xs)e[n]=(r,i)=>qr.create(r,Pr(t,i,{method:n}));return e.create=n=>Uu(Pr(n)),e.extend=n=>(typeof n=="function"&&(n=n(t??{})),Uu(Pr(t,n))),e.stop=Es,e.retry=ug,e},q1=Uu(),vg=q1;var Gg=ae(zg(),1);function Gu(t){let e=(0,Gg.default)("npm",{registry:"https://registry.npmjs.org/"}),n=e[`${t}:registry`]||e.config_registry||e.registry;return n.slice(-1)==="/"?n:`${n}/`}var FF=ae(W0(),1),EF=ae(xF(),1),Ec=class extends Error{constructor(e){super(`Package \`${e}\` could not be found`),this.name="PackageNotFoundError"}},Cc=class extends Error{constructor(e,n){super(`Version \`${n}\` for package \`${e}\` could not be found`),this.name="VersionNotFoundError"}};async function vc(t,e={}){let{version:n="latest"}=e,{omitDeprecated:r=!0}=e,i=t.split("/")[0],o=e.registryUrl??Gu(i),s=new URL(encodeURIComponent(t).replace(/^%40/,"@"),o),a=(0,FF.default)(o.toString(),{recursive:!0}),l={accept:"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"};e.fullMetadata&&delete l.accept,a&&(l.authorization=`${a.type} ${a.token}`);let c;try{c=await vg(s,{headers:l,keepalive:!0}).json()}catch(p){throw p?.response?.status===404?new Ec(t):p}if(e.allVersions)return c;let u=new Cc(t,n);if(c["dist-tags"][n]){let{time:p}=c;c=c.versions[c["dist-tags"][n]],c.time=p}else if(n){let p=!!c.versions[n];if(r&&!p)for(let[D,d]of Object.entries(c.versions))d.deprecated&&delete c.versions[D];if(!p){let D=Object.keys(c.versions);if(n=EF.default.maxSatisfying(D,n),!n)throw u}let{time:m}=c;if(c=c.versions[n],c.time=m,!c)throw u}return c}async function bc(t,e){let{version:n}=await vc(t.toLowerCase(),e);return n}import CF from"node:process";var BB=CF.env.npm_package_json,Ms=CF.env.npm_config_user_agent,SB=!!Ms?.startsWith("npm")||!!BB?.endsWith("package.json"),_B=!!Ms?.startsWith("yarn"),ON=!!Ms?.startsWith("pnpm"),RN=!!Ms?.startsWith("bun"),vF=SB||_B;import IB from"node:fs";import jB from"node:path";import{fileURLToPath as NB}from"node:url";var _F=ae(BF(),1);import Fe from"node:process";import Ee from"node:path";import Ac from"node:os";import Hs from"node:fs";var Jr=Fe.platform==="win32",SF=t=>{try{return _F.default.parse(Hs.readFileSync(t,"utf8")).prefix}catch{}},OB=()=>Object.keys(Fe.env).reduce((t,e)=>/^npm_config_prefix$/i.test(e)?Fe.env[e]:t,void 0),RB=()=>{if(Jr&&Fe.env.APPDATA)return Ee.join(Fe.env.APPDATA,"/npm/etc/npmrc");if(Fe.execPath.includes("/Cellar/node")){let t=Fe.execPath.slice(0,Fe.execPath.indexOf("/Cellar/node"));return Ee.join(t,"/lib/node_modules/npm/npmrc")}if(Fe.execPath.endsWith("/bin/node")){let t=Ee.dirname(Ee.dirname(Fe.execPath));return Ee.join(t,"/etc/npmrc")}},TB=()=>{if(Jr){let{APPDATA:t}=Fe.env;return t?Ee.join(t,"npm"):Ee.dirname(Fe.execPath)}return Ee.dirname(Ee.dirname(Fe.execPath))},$B=()=>{let t=OB();if(t)return t;let e=SF(Ee.join(Ac.homedir(),".npmrc"));if(e)return e;if(Fe.env.PREFIX)return Fe.env.PREFIX;let n=SF(RB());return n||TB()},Kr=Ee.resolve($B()),OF=()=>{if(Jr&&Fe.env.LOCALAPPDATA){let t=Ee.join(Fe.env.LOCALAPPDATA,"Yarn");if(Hs.existsSync(t))return t}return!1},kB=()=>{if(Fe.env.PREFIX)return Fe.env.PREFIX;let t=OF();if(t)return t;let e=Ee.join(Ac.homedir(),".config/yarn");if(Hs.existsSync(e))return e;let n=Ee.join(Ac.homedir(),".yarn-config");return Hs.existsSync(n)?n:Kr},vt={};vt.npm={};vt.npm.prefix=Kr;vt.npm.packages=Ee.join(Kr,Jr?"node_modules":"lib/node_modules");vt.npm.binaries=Jr?Kr:Ee.join(Kr,"bin");var RF=Ee.resolve(kB());vt.yarn={};vt.yarn.prefix=RF;vt.yarn.packages=Ee.join(RF,OF()?"Data/global/node_modules":"global/node_modules");vt.yarn.binaries=Ee.join(vt.yarn.packages,".bin");var Bc=vt;import Sc from"node:path";function Ws(t,e){let n=Sc.relative(e,t);return!!(n&&n!==".."&&!n.startsWith(`..${Sc.sep}`)&&n!==Sc.resolve(t))}var TF=jB.dirname(NB(import.meta.url)),LB=(()=>{try{return Ws(TF,Bc.yarn.packages)||Ws(TF,IB.realpathSync(Bc.npm.packages))}catch{return!1}})(),$F=LB;import Js from"node:process";function _c({onlyFirst:t=!1}={}){let i="(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";return new RegExp(i,t?void 0:"g")}var PB=_c();function Xr(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return!t.includes("\x1B")&&!t.includes("\x9B")?t:t.replace(PB,"")}var kF=[161,161,164,164,167,168,170,170,173,174,176,180,182,186,188,191,198,198,208,208,215,216,222,225,230,230,232,234,236,237,240,240,242,243,247,250,252,252,254,254,257,257,273,273,275,275,283,283,294,295,299,299,305,307,312,312,319,322,324,324,328,331,333,333,338,339,358,359,363,363,462,462,464,464,466,466,468,468,470,470,472,472,474,474,476,476,593,593,609,609,708,708,711,711,713,715,717,717,720,720,728,731,733,733,735,735,768,879,913,929,931,937,945,961,963,969,1025,1025,1040,1103,1105,1105,8208,8208,8211,8214,8216,8217,8220,8221,8224,8226,8228,8231,8240,8240,8242,8243,8245,8245,8251,8251,8254,8254,8308,8308,8319,8319,8321,8324,8364,8364,8451,8451,8453,8453,8457,8457,8467,8467,8470,8470,8481,8482,8486,8486,8491,8491,8531,8532,8539,8542,8544,8555,8560,8569,8585,8585,8592,8601,8632,8633,8658,8658,8660,8660,8679,8679,8704,8704,8706,8707,8711,8712,8715,8715,8719,8719,8721,8721,8725,8725,8730,8730,8733,8736,8739,8739,8741,8741,8743,8748,8750,8750,8756,8759,8764,8765,8776,8776,8780,8780,8786,8786,8800,8801,8804,8807,8810,8811,8814,8815,8834,8835,8838,8839,8853,8853,8857,8857,8869,8869,8895,8895,8978,8978,9312,9449,9451,9547,9552,9587,9600,9615,9618,9621,9632,9633,9635,9641,9650,9651,9654,9655,9660,9661,9664,9665,9670,9672,9675,9675,9678,9681,9698,9701,9711,9711,9733,9734,9737,9737,9742,9743,9756,9756,9758,9758,9792,9792,9794,9794,9824,9825,9827,9829,9831,9834,9836,9837,9839,9839,9886,9887,9919,9919,9926,9933,9935,9939,9941,9953,9955,9955,9960,9961,9963,9969,9972,9972,9974,9977,9979,9980,9982,9983,10045,10045,10102,10111,11094,11097,12872,12879,57344,63743,65024,65039,65533,65533,127232,127242,127248,127277,127280,127337,127344,127373,127375,127376,127387,127404,917760,917999,983040,1048573,1048576,1114109],IF=12288,jF=65510,NF=[12288,12288,65281,65376,65504,65510];var LF=4352,PF=262141,Oc=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var zs=(t,e)=>{let n=0,r=Math.floor(t.length/2)-1;for(;n<=r;){let i=Math.floor((n+r)/2),o=i*2;if(e<t[o])r=i-1;else if(e>t[o+1])n=i+1;else return!0}return!1};var qF=19968,[UB,HB]=WB(Oc);function WB(t){let e=t[0],n=t[1];for(let r=0;r<t.length;r+=2){let i=t[r],o=t[r+1];if(qF>=i&&qF<=o)return[i,o];o-i>n-e&&(e=i,n=o)}return[e,n]}var MF=t=>t<161||t>1114109?!1:zs(kF,t),UF=t=>t<IF||t>jF?!1:zs(NF,t);var HF=t=>t>=UB&&t<=HB?!0:t<LF||t>PF?!1:zs(Oc,t);function zB(t){if(!Number.isSafeInteger(t))throw new TypeError(`Expected a code point, got \`${typeof t}\`.`)}function WF(t,{ambiguousAsWide:e=!1}={}){return zB(t),UF(t)||HF(t)||e&&MF(t)?2:1}var VF=ae(GF(),1),GB=new Intl.Segmenter,VB=new RegExp("^\\p{Default_Ignorable_Code_Point}$","u");function Me(t,e={}){if(typeof t!="string"||t.length===0)return 0;let{ambiguousIsNarrow:n=!0,countAnsiEscapeCodes:r=!1}=e;if(r||(t=Xr(t)),t.length===0)return 0;let i=0,o={ambiguousAsWide:!n};for(let{segment:s}of GB.segment(t)){let a=s.codePointAt(0);if(!(a<=31||a>=127&&a<=159)&&!(a>=8203&&a<=8207||a===65279)&&!(a>=768&&a<=879||a>=6832&&a<=6911||a>=7616&&a<=7679||a>=8400&&a<=8447||a>=65056&&a<=65071)&&!(a>=55296&&a<=57343)&&!(a>=65024&&a<=65039)&&!VB.test(s)){if((0,VF.default)().test(s)){i+=2;continue}i+=WF(a,o)}}return i}function Gs(t){let e=0;for(let n of t.split(`
162
- `))e=Math.max(e,Me(n));return e}var CE=ae(Tc(),1);var KB=/[\p{Lu}]/u,JB=/[\p{Ll}]/u,JF=/^[\p{Lu}](?![\p{Lu}])/gu,QF=/([\p{Alpha}\p{N}_]|$)/u,$c=/[_.\- ]+/,XB=new RegExp("^"+$c.source),XF=new RegExp($c.source+QF.source,"gu"),ZF=new RegExp("\\d+"+QF.source,"gu"),ZB=(t,e,n,r)=>{let i=!1,o=!1,s=!1,a=!1;for(let l=0;l<t.length;l++){let c=t[l];a=l>2?t[l-3]==="-":!0,i&&KB.test(c)?(t=t.slice(0,l)+"-"+t.slice(l),i=!1,s=o,o=!0,l++):o&&s&&JB.test(c)&&(!a||r)?(t=t.slice(0,l-1)+"-"+t.slice(l-1),s=o,o=!1,i=!0):(i=e(c)===c&&n(c)!==c,s=o,o=n(c)===c&&e(c)!==c)}return t},QB=(t,e)=>(JF.lastIndex=0,t.replaceAll(JF,n=>e(n))),eS=(t,e)=>(XF.lastIndex=0,ZF.lastIndex=0,t.replaceAll(ZF,(n,r,i)=>["_","-"].includes(t.charAt(i+n.length))?n:e(n)).replaceAll(XF,(n,r)=>e(r)));function kc(t,e){if(!(typeof t=="string"||Array.isArray(t)))throw new TypeError("Expected the input to be `string | string[]`");if(e={pascalCase:!1,preserveConsecutiveUppercase:!1,...e},Array.isArray(t)?t=t.map(o=>o.trim()).filter(o=>o.length).join("-"):t=t.trim(),t.length===0)return"";let n=e.locale===!1?o=>o.toLowerCase():o=>o.toLocaleLowerCase(e.locale),r=e.locale===!1?o=>o.toUpperCase():o=>o.toLocaleUpperCase(e.locale);return t.length===1?$c.test(t)?"":e.pascalCase?r(t):n(t):(t!==n(t)&&(t=ZB(t,n,r,e.preserveConsecutiveUppercase)),t=t.replace(XB,""),t=e.preserveConsecutiveUppercase?QB(t,n):n(t),e.pascalCase&&(t=r(t.charAt(0))+t.slice(1)),eS(t,r))}var Lc=ae(cE(),1);var lE=(t=0)=>e=>`\x1B[${e+t}m`,pE=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,DE=(t=0)=>(e,n,r)=>`\x1B[${38+t};2;${e};${n};${r}m`,oe={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],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],gray:[90,39],grey:[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],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},yL=Object.keys(oe.modifier),uS=Object.keys(oe.color),cS=Object.keys(oe.bgColor),wL=[...uS,...cS];function lS(){let t=new Map;for(let[e,n]of Object.entries(oe)){for(let[r,i]of Object.entries(n))oe[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=oe[r],t.set(i[0],i[1]);Object.defineProperty(oe,e,{value:n,enumerable:!1})}return Object.defineProperty(oe,"codes",{value:t,enumerable:!1}),oe.color.close="\x1B[39m",oe.bgColor.close="\x1B[49m",oe.color.ansi=lE(),oe.color.ansi256=pE(),oe.color.ansi16m=DE(),oe.bgColor.ansi=lE(10),oe.bgColor.ansi256=pE(10),oe.bgColor.ansi16m=DE(10),Object.defineProperties(oe,{rgbToAnsi256:{value(e,n,r){return e===n&&n===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(e){let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(o=>o+o).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>oe.rgbToAnsi256(...oe.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let n,r,i;if(e>=232)n=((e-232)*10+8)/255,r=n,i=n;else{e-=16;let a=e%36;n=Math.floor(e/36)/5,r=Math.floor(a/6)/5,i=a%6/5}let o=Math.max(n,r,i)*2;if(o===0)return 30;let s=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return o===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(e,n,r)=>oe.ansi256ToAnsi(oe.rgbToAnsi256(e,n,r)),enumerable:!1},hexToAnsi:{value:e=>oe.ansi256ToAnsi(oe.hexToAnsi256(e)),enumerable:!1}}),oe}var pS=lS(),dE=pS;var Ys=new Set(["\x1B","\x9B"]),DS=39,Nc="\x07",hE="[",dS="]",gE="m",Vs=`${dS}8;;`,mE=t=>`${Ys.values().next().value}${hE}${t}${gE}`,fE=t=>`${Ys.values().next().value}${Vs}${t}${Nc}`,mS=t=>t.split(" ").map(e=>Me(e)),jc=(t,e,n)=>{let r=[...e],i=!1,o=!1,s=Me(Xr(t.at(-1)));for(let[a,l]of r.entries()){let c=Me(l);if(s+c<=n?t[t.length-1]+=l:(t.push(l),s=0),Ys.has(l)&&(i=!0,o=r.slice(a+1,a+1+Vs.length).join("")===Vs),i){o?l===Nc&&(i=!1,o=!1):l===gE&&(i=!1);continue}s+=c,s===n&&a<r.length-1&&(t.push(""),s=0)}!s&&t.at(-1).length>0&&t.length>1&&(t[t.length-2]+=t.pop())},fS=t=>{let e=t.split(" "),n=e.length;for(;n>0&&!(Me(e[n-1])>0);)n--;return n===e.length?t:e.slice(0,n).join(" ")+e.slice(n).join("")},hS=(t,e,n={})=>{if(n.trim!==!1&&t.trim()==="")return"";let r="",i,o,s=mS(t),a=[""];for(let[p,m]of t.split(" ").entries()){n.trim!==!1&&(a[a.length-1]=a.at(-1).trimStart());let D=Me(a.at(-1));if(p!==0&&(D>=e&&(n.wordWrap===!1||n.trim===!1)&&(a.push(""),D=0),(D>0||n.trim===!1)&&(a[a.length-1]+=" ",D++)),n.hard&&s[p]>e){let d=e-D,f=1+Math.floor((s[p]-d-1)/e);Math.floor((s[p]-1)/e)<f&&a.push(""),jc(a,m,e);continue}if(D+s[p]>e&&D>0&&s[p]>0){if(n.wordWrap===!1&&D<e){jc(a,m,e);continue}a.push("")}if(D+s[p]>e&&n.wordWrap===!1){jc(a,m,e);continue}a[a.length-1]+=m}n.trim!==!1&&(a=a.map(p=>fS(p)));let l=a.join(`
163
- `),c=[...l],u=0;for(let[p,m]of c.entries()){if(r+=m,Ys.has(m)){let{groups:d}=new RegExp(`(?:\\${hE}(?<code>\\d+)m|\\${Vs}(?<uri>.*)${Nc})`).exec(l.slice(u))||{groups:{}};if(d.code!==void 0){let f=Number.parseFloat(d.code);i=f===DS?void 0:f}else d.uri!==void 0&&(o=d.uri.length===0?void 0:d.uri)}let D=dE.codes.get(Number(i));c[p+1]===`
164
- `?(o&&(r+=fE("")),i&&D&&(r+=mE(D))):m===`
165
- `&&(i&&D&&(r+=mE(i)),o&&(r+=fE(o))),u+=m.length}return r};function Ks(t,e,n){return String(t).normalize().replaceAll(`\r
160
+ `,i)}while(r!==-1);return o+=t.slice(i),o}var{stdout:Lh,stderr:qh}=jh,Su=Symbol("GENERATOR"),Mn=Symbol("STYLER"),Nr=Symbol("IS_EMPTY"),Mh=["ansi","ansi","ansi256","ansi16m"],Un=Object.create(null),n1=(t,e={})=>{if(e.level&&!(Number.isInteger(e.level)&&e.level>=0&&e.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let n=Lh?Lh.level:0;t.level=e.level===void 0?n:e.level};var r1=t=>{let e=(...n)=>n.join(" ");return n1(e,t),Object.setPrototypeOf(e,Pr.prototype),e};function Pr(t){return r1(t)}Object.setPrototypeOf(Pr.prototype,Function.prototype);for(let[t,e]of Object.entries(dt))Un[t]={get(){let n=ds(this,Ou(e.open,e.close,this[Mn]),this[Nr]);return Object.defineProperty(this,t,{value:n}),n}};Un.visible={get(){let t=ds(this,this[Mn],!0);return Object.defineProperty(this,"visible",{value:t}),t}};var _u=(t,e,n,...r)=>t==="rgb"?e==="ansi16m"?dt[n].ansi16m(...r):e==="ansi256"?dt[n].ansi256(dt.rgbToAnsi256(...r)):dt[n].ansi(dt.rgbToAnsi(...r)):t==="hex"?_u("rgb",e,n,...dt.hexToRgb(...r)):dt[n][t](...r),i1=["rgb","hex","ansi256"];for(let t of i1){Un[t]={get(){let{level:n}=this;return function(...r){let i=Ou(_u(t,Mh[n],"color",...r),dt.color.close,this[Mn]);return ds(this,i,this[Nr])}}};let e="bg"+t[0].toUpperCase()+t.slice(1);Un[e]={get(){let{level:n}=this;return function(...r){let i=Ou(_u(t,Mh[n],"bgColor",...r),dt.bgColor.close,this[Mn]);return ds(this,i,this[Nr])}}}}var s1=Object.defineProperties(()=>{},{...Un,level:{enumerable:!0,get(){return this[Su].level},set(t){this[Su].level=t}}}),Ou=(t,e,n)=>{let r,i;return n===void 0?(r=t,i=e):(r=n.openAll+t,i=e+n.closeAll),{open:t,close:e,openAll:r,closeAll:i,parent:n}},ds=(t,e,n)=>{let r=(...i)=>o1(r,i.length===1?""+i[0]:i.join(" "));return Object.setPrototypeOf(r,s1),r[Su]=t,r[Mn]=e,r[Nr]=n,r},o1=(t,e)=>{if(t.level<=0||!e)return t[Nr]?"":e;let n=t[Mn];if(n===void 0)return e;let{openAll:r,closeAll:i}=n;if(e.includes("\x1B"))for(;n!==void 0;)e=Nh(e,n.close,n.open),n=n.parent;let o=e.indexOf(`
161
+ `);return o!==-1&&(e=Ph(e,i,r,o)),r+e+i};Object.defineProperties(Pr.prototype,Un);var a1=Pr(),hI=Pr({level:qh?qh.level:0});var Pe=a1;var SE=ae(ju(),1),_E=ae(zn(),1);var nn=class extends Error{response;request;options;constructor(e,n,r){let i=e.status||e.status===0?e.status:"",o=e.statusText??"",s=`${i} ${o}`.trim(),a=s?`status code ${s}`:"an unknown error";super(`Request failed with ${a}: ${n.method} ${n.url}`),this.name="HTTPError",this.response=e,this.request=n,this.options=r}};var Gn=class extends Error{name="NonError";value;constructor(e){let n="Non-error value was thrown";try{typeof e=="string"?n=e:e&&typeof e=="object"&&"message"in e&&typeof e.message=="string"&&(n=e.message)}catch{}super(n),this.value=e}};var Vn=class extends Error{name="ForceRetryError";customDelay;code;customRequest;constructor(e){let n=e?.cause?e.cause instanceof Error?e.cause:new Gn(e.cause):void 0;super(e?.code?`Forced retry: ${e.code}`:"Forced retry",n?{cause:n}:void 0),this.customDelay=e?.delay,this.code=e?.code,this.customRequest=e?.request}};var Nu=(()=>{let t=!1,e=!1,n=typeof globalThis.ReadableStream=="function",r=typeof globalThis.Request=="function";if(n&&r)try{e=new globalThis.Request("https://empty.invalid",{body:new globalThis.ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type")}catch(i){if(i instanceof Error&&i.message==="unsupported BodyInit type")return!1;throw i}return t&&!e})(),ig=typeof globalThis.AbortController=="function",Fs=typeof globalThis.AbortSignal=="function"&&typeof globalThis.AbortSignal.any=="function",sg=typeof globalThis.ReadableStream=="function",og=typeof globalThis.FormData=="function",Es=["get","post","put","patch","head","delete"],$1=()=>{};$1();var ag={json:"application/json",text:"text/*",formData:"multipart/form-data",arrayBuffer:"*/*",blob:"*/*",bytes:"*/*"},Cs=2147483647,ug=new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length,vs=Symbol("stop"),qr=class{options;constructor(e){this.options=e}},cg=t=>new qr(t),lg={json:!0,parseJson:!0,stringifyJson:!0,searchParams:!0,prefixUrl:!0,retry:!0,timeout:!0,hooks:!0,throwHttpErrors:!0,onDownloadProgress:!0,onUploadProgress:!0,fetch:!0,context:!0},pg={next:!0},Dg={method:!0,headers:!0,body:!0,mode:!0,credentials:!0,cache:!0,redirect:!0,referrer:!0,referrerPolicy:!0,integrity:!0,keepalive:!0,signal:!0,window:!0,duplex:!0};var k1=t=>{if(!t)return 0;if(t instanceof FormData){let e=0;for(let[n,r]of t)e+=ug,e+=new TextEncoder().encode(`Content-Disposition: form-data; name="${n}"`).length,e+=typeof r=="string"?new TextEncoder().encode(r).length:r.size;return e}if(t instanceof Blob)return t.size;if(t instanceof ArrayBuffer)return t.byteLength;if(typeof t=="string")return new TextEncoder().encode(t).length;if(t instanceof URLSearchParams)return new TextEncoder().encode(t.toString()).length;if("byteLength"in t)return t.byteLength;if(typeof t=="object"&&t!==null)try{let e=JSON.stringify(t);return new TextEncoder().encode(e).length}catch{return 0}return 0},dg=(t,e,n)=>{let r,i=0;return t.pipeThrough(new TransformStream({transform(o,s){if(s.enqueue(o),r){i+=r.byteLength;let a=e===0?0:i/e;a>=1&&(a=1-Number.EPSILON),n?.({percent:a,totalBytes:Math.max(e,i),transferredBytes:i},r)}r=o},flush(){r&&(i+=r.byteLength,n?.({percent:1,totalBytes:Math.max(e,i),transferredBytes:i},r))}}))},mg=(t,e)=>{if(!t.body)return t;if(t.status===204)return new Response(null,{status:t.status,statusText:t.statusText,headers:t.headers});let n=Math.max(0,Number(t.headers.get("content-length"))||0);return new Response(dg(t.body,n,e),{status:t.status,statusText:t.statusText,headers:t.headers})},fg=(t,e,n)=>{if(!t.body)return t;let r=k1(n??t.body);return new Request(t,{duplex:"half",body:dg(t.body,r,e)})};var Lt=t=>t!==null&&typeof t=="object";var Mr=(...t)=>{for(let e of t)if((!Lt(e)||Array.isArray(e))&&e!==void 0)throw new TypeError("The `options` argument must be an object");return qu({},...t)},Pu=(t={},e={})=>{let n=new globalThis.Headers(t),r=e instanceof globalThis.Headers,i=new globalThis.Headers(e);for(let[o,s]of i.entries())r&&s==="undefined"||s===void 0?n.delete(o):n.set(o,s);return n};function bs(t,e,n){return Object.hasOwn(e,n)&&e[n]===void 0?[]:qu(t[n]??[],e[n]??[])}var Lu=(t={},e={})=>({beforeRequest:bs(t,e,"beforeRequest"),beforeRetry:bs(t,e,"beforeRetry"),afterResponse:bs(t,e,"afterResponse"),beforeError:bs(t,e,"beforeError")}),I1=(t,e)=>{let n=new URLSearchParams;for(let r of[t,e])if(r!==void 0)if(r instanceof URLSearchParams)for(let[i,o]of r.entries())n.append(i,o);else if(Array.isArray(r))for(let i of r){if(!Array.isArray(i)||i.length!==2)throw new TypeError("Array search parameters must be provided in [[key, value], ...] format");n.append(String(i[0]),String(i[1]))}else if(Lt(r))for(let[i,o]of Object.entries(r))o!==void 0&&n.append(i,String(o));else{let i=new URLSearchParams(r);for(let[o,s]of i.entries())n.append(o,s)}return n},qu=(...t)=>{let e={},n={},r={},i,o=[];for(let s of t)if(Array.isArray(s))Array.isArray(e)||(e=[]),e=[...e,...s];else if(Lt(s)){for(let[a,l]of Object.entries(s)){if(a==="signal"&&l instanceof globalThis.AbortSignal){o.push(l);continue}if(a==="context"){if(l!=null&&(!Lt(l)||Array.isArray(l)))throw new TypeError("The `context` option must be an object");e={...e,context:l==null?{}:{...e.context,...l}};continue}if(a==="searchParams"){l==null?i=void 0:i=i===void 0?l:I1(i,l);continue}Lt(l)&&a in e&&(l=qu(e[a],l)),e={...e,[a]:l}}Lt(s.hooks)&&(r=Lu(r,s.hooks),e.hooks=r),Lt(s.headers)&&(n=Pu(n,s.headers),e.headers=n)}return i!==void 0&&(e.searchParams=i),o.length>0&&(o.length===1?e.signal=o[0]:Fs?e.signal=AbortSignal.any(o):e.signal=o.at(-1)),e};var gg=t=>Es.includes(t)?t.toUpperCase():t,j1=["get","put","head","delete","options","trace"],N1=[408,413,429,500,502,503,504],P1=[413,429,503],hg={limit:2,methods:j1,statusCodes:N1,afterStatusCodes:P1,maxRetryAfter:Number.POSITIVE_INFINITY,backoffLimit:Number.POSITIVE_INFINITY,delay:t=>.3*2**(t-1)*1e3,jitter:void 0,retryOnTimeout:!1},xg=(t={})=>{if(typeof t=="number")return{...hg,limit:t};if(t.methods&&!Array.isArray(t.methods))throw new Error("retry.methods must be an array");if(t.methods&&=t.methods.map(n=>n.toLowerCase()),t.statusCodes&&!Array.isArray(t.statusCodes))throw new Error("retry.statusCodes must be an array");let e=Object.fromEntries(Object.entries(t).filter(([,n])=>n!==void 0));return{...hg,...e}};var rn=class extends Error{request;constructor(e){super(`Request timed out: ${e.method} ${e.url}`),this.name="TimeoutError",this.request=e}};async function Mu(t,e,n,r){return new Promise((i,o)=>{let s=setTimeout(()=>{n&&n.abort(),o(new rn(t))},r.timeout);r.fetch(t,e).then(i).catch(o).then(()=>{clearTimeout(s)})})}async function Uu(t,{signal:e}){return new Promise((n,r)=>{e&&(e.throwIfAborted(),e.addEventListener("abort",i,{once:!0}));function i(){clearTimeout(o),r(e.reason)}let o=setTimeout(()=>{e?.removeEventListener("abort",i),n()},t)})}var Fg=(t,e)=>{let n={};for(let r in e)Object.hasOwn(e,r)&&!(r in Dg)&&!(r in lg)&&(!(r in t)||r in pg)&&(n[r]=e[r]);return n},Eg=t=>t===void 0?!1:Array.isArray(t)?t.length>0:t instanceof URLSearchParams?t.size>0:typeof t=="object"?Object.keys(t).length>0:typeof t=="string"?t.trim().length>0:!!t;function Cg(t){return t instanceof nn||t?.name===nn.name}function vg(t){return t instanceof rn||t?.name===rn.name}var Ur=class t{static create(e,n){let r=new t(e,n),i=async()=>{if(typeof r.#e.timeout=="number"&&r.#e.timeout>Cs)throw new RangeError(`The \`timeout\` option cannot be greater than ${Cs}`);await Promise.resolve();let s=await r.#g();for(let a of r.#e.hooks.afterResponse){let l=r.#d(s.clone()),c;try{c=await a(r.request,r.#c(),l,{retryCount:r.#r})}catch(p){throw r.#s(l),r.#s(s),p}if(c instanceof qr)throw r.#s(l),r.#s(s),new Vn(c.options);let u=c instanceof globalThis.Response?c:s;l!==u&&r.#s(l),s!==u&&r.#s(s),s=u}if(r.#d(s),!s.ok&&(typeof r.#e.throwHttpErrors=="function"?r.#e.throwHttpErrors(s.status):r.#e.throwHttpErrors)){let a=new nn(s,r.request,r.#c());for(let l of r.#e.hooks.beforeError)a=await l(a,{retryCount:r.#r});throw a}if(r.#e.onDownloadProgress){if(typeof r.#e.onDownloadProgress!="function")throw new TypeError("The `onDownloadProgress` option must be a function");if(!sg)throw new Error("Streams are not supported in your environment. `ReadableStream` is missing.");let a=s.clone();return r.#s(s),mg(a,r.#e.onDownloadProgress)}return s},o=r.#m(i).finally(()=>{let s=r.#a;r.#p(s?.body??void 0),r.#p(r.request.body??void 0)});for(let[s,a]of Object.entries(ag))s==="bytes"&&typeof globalThis.Response?.prototype?.bytes!="function"||(o[s]=async()=>{r.request.headers.set("accept",r.request.headers.get("accept")||a);let l=await o;if(s==="json"){if(l.status===204)return"";let c=await l.text();return c===""?"":n.parseJson?n.parseJson(c):JSON.parse(c)}return l[s]()});return o}static#o(e){return e&&typeof e=="object"&&!Array.isArray(e)&&!(e instanceof URLSearchParams)?Object.fromEntries(Object.entries(e).filter(([,n])=>n!==void 0)):e}request;#n;#r=0;#t;#e;#a;#i;#u;constructor(e,n={}){if(this.#t=e,this.#e={...n,headers:Pu(this.#t.headers,n.headers),hooks:Lu({beforeRequest:[],beforeRetry:[],beforeError:[],afterResponse:[]},n.hooks),method:gg(n.method??this.#t.method??"GET"),prefixUrl:String(n.prefixUrl||""),retry:xg(n.retry),throwHttpErrors:n.throwHttpErrors??!0,timeout:n.timeout??1e4,fetch:n.fetch??globalThis.fetch.bind(globalThis),context:n.context??{}},typeof this.#t!="string"&&!(this.#t instanceof URL||this.#t instanceof globalThis.Request))throw new TypeError("`input` must be a string, URL, or Request");if(this.#e.prefixUrl&&typeof this.#t=="string"){if(this.#t.startsWith("/"))throw new Error("`input` must not begin with a slash when using `prefixUrl`");this.#e.prefixUrl.endsWith("/")||(this.#e.prefixUrl+="/"),this.#t=this.#e.prefixUrl+this.#t}ig&&Fs&&(this.#i=this.#e.signal??this.#t.signal,this.#n=new globalThis.AbortController,this.#e.signal=this.#i?AbortSignal.any([this.#i,this.#n.signal]):this.#n.signal),Nu&&(this.#e.duplex="half"),this.#e.json!==void 0&&(this.#e.body=this.#e.stringifyJson?.(this.#e.json)??JSON.stringify(this.#e.json),this.#e.headers.set("content-type",this.#e.headers.get("content-type")??"application/json"));let r=n.headers&&new globalThis.Headers(n.headers).has("content-type");if(this.#t instanceof globalThis.Request&&(og&&this.#e.body instanceof globalThis.FormData||this.#e.body instanceof URLSearchParams)&&!r&&this.#e.headers.delete("content-type"),this.request=new globalThis.Request(this.#t,this.#e),Eg(this.#e.searchParams)){let o="?"+(typeof this.#e.searchParams=="string"?this.#e.searchParams.replace(/^\?/,""):new URLSearchParams(t.#o(this.#e.searchParams)).toString()),s=this.request.url.replace(/(?:\?.*?)?(?=#|$)/,o);this.request=new globalThis.Request(s,this.#e)}if(this.#e.onUploadProgress){if(typeof this.#e.onUploadProgress!="function")throw new TypeError("The `onUploadProgress` option must be a function");if(!Nu)throw new Error("Request streams are not supported in your environment. The `duplex` option for `Request` is not available.");this.request=this.#f(this.request,this.#e.body??void 0)}}#l(){let e=this.#e.retry.delay(this.#r),n=e;this.#e.retry.jitter===!0?n=Math.random()*e:typeof this.#e.retry.jitter=="function"&&(n=this.#e.retry.jitter(e),(!Number.isFinite(n)||n<0)&&(n=e));let r=this.#e.retry.backoffLimit??Number.POSITIVE_INFINITY;return Math.min(r,n)}async#h(e){if(this.#r++,this.#r>this.#e.retry.limit)throw e;let n=e instanceof Error?e:new Gn(e);if(n instanceof Vn)return n.customDelay??this.#l();if(!this.#e.retry.methods.includes(this.request.method.toLowerCase()))throw e;if(this.#e.retry.shouldRetry!==void 0){let r=await this.#e.retry.shouldRetry({error:n,retryCount:this.#r});if(r===!1)throw e;if(r===!0)return this.#l()}if(vg(e)&&!this.#e.retry.retryOnTimeout)throw e;if(Cg(e)){if(!this.#e.retry.statusCodes.includes(e.response.status))throw e;let r=e.response.headers.get("Retry-After")??e.response.headers.get("RateLimit-Reset")??e.response.headers.get("X-RateLimit-Retry-After")??e.response.headers.get("X-RateLimit-Reset")??e.response.headers.get("X-Rate-Limit-Reset");if(r&&this.#e.retry.afterStatusCodes.includes(e.response.status)){let i=Number(r)*1e3;Number.isNaN(i)?i=Date.parse(r)-Date.now():i>=Date.parse("2024-01-01")&&(i-=Date.now());let o=this.#e.retry.maxRetryAfter??i;return i<o?i:o}if(e.response.status===413)throw e}return this.#l()}#d(e){return this.#e.parseJson&&(e.json=async()=>this.#e.parseJson(await e.text())),e}#p(e){e&&e.cancel().catch(()=>{})}#s(e){this.#p(e.body??void 0)}async#m(e){try{return await e()}catch(n){let r=Math.min(await this.#h(n),Cs);if(this.#r<1)throw n;if(await Uu(r,this.#i?{signal:this.#i}:{}),n instanceof Vn&&n.customRequest){let i=this.#e.signal?new globalThis.Request(n.customRequest,{signal:this.#e.signal}):new globalThis.Request(n.customRequest);this.#D(i)}for(let i of this.#e.hooks.beforeRetry){let o=await i({request:this.request,options:this.#c(),error:n,retryCount:this.#r});if(o instanceof globalThis.Request){this.#D(o);break}if(o instanceof globalThis.Response)return o;if(o===vs)return}return this.#m(e)}}async#g(){this.#n?.signal.aborted&&(this.#n=new globalThis.AbortController,this.#e.signal=this.#i?AbortSignal.any([this.#i,this.#n.signal]):this.#n.signal,this.request=new globalThis.Request(this.request,{signal:this.#e.signal}));for(let n of this.#e.hooks.beforeRequest){let r=await n(this.request,this.#c(),{retryCount:this.#r});if(r instanceof Response)return r;if(r instanceof globalThis.Request){this.#D(r);break}}let e=Fg(this.request,this.#e);return this.#a=this.request,this.request=this.#a.clone(),this.#e.timeout===!1?this.#e.fetch(this.#a,e):Mu(this.#a,e,this.#n,this.#e)}#c(){if(!this.#u){let{hooks:e,...n}=this.#e;this.#u=Object.freeze(n)}return this.#u}#D(e){this.#u=void 0,this.request=this.#f(e)}#f(e,n){return!this.#e.onUploadProgress||!e.body?e:fg(e,this.#e.onUploadProgress,n??this.#e.body??void 0)}};var Hu=t=>{let e=(n,r)=>Ur.create(n,Mr(t,r));for(let n of Es)e[n]=(r,i)=>Ur.create(r,Mr(t,i,{method:n}));return e.create=n=>Hu(Mr(n)),e.extend=n=>(typeof n=="function"&&(n=n(t??{})),Hu(Mr(t,n))),e.stop=vs,e.retry=cg,e},L1=Hu(),bg=L1;var Vg=ae(Gg(),1);function Vu(t){let e=(0,Vg.default)("npm",{registry:"https://registry.npmjs.org/"}),n=e[`${t}:registry`]||e.config_registry||e.registry;return n.slice(-1)==="/"?n:`${n}/`}var EF=ae(z0(),1),CF=ae(FF(),1),Cc=class extends Error{constructor(e){super(`Package \`${e}\` could not be found`),this.name="PackageNotFoundError"}},vc=class extends Error{constructor(e,n){super(`Version \`${n}\` for package \`${e}\` could not be found`),this.name="VersionNotFoundError"}};async function bc(t,e={}){let{version:n="latest"}=e,{omitDeprecated:r=!0}=e,i=t.split("/")[0],o=e.registryUrl??Vu(i),s=new URL(encodeURIComponent(t).replace(/^%40/,"@"),o),a=(0,EF.default)(o.toString(),{recursive:!0}),l={accept:"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"};e.fullMetadata&&delete l.accept,a&&(l.authorization=`${a.type} ${a.token}`);let c;try{c=await bg(s,{headers:l,keepalive:!0}).json()}catch(p){throw p?.response?.status===404?new Cc(t):p}if(e.allVersions)return c;let u=new vc(t,n);if(c["dist-tags"][n]){let{time:p}=c;c=c.versions[c["dist-tags"][n]],c.time=p}else if(n){let p=!!c.versions[n];if(r&&!p)for(let[D,d]of Object.entries(c.versions))d.deprecated&&delete c.versions[D];if(!p){let D=Object.keys(c.versions);if(n=CF.default.maxSatisfying(D,n),!n)throw u}let{time:m}=c;if(c=c.versions[n],c.time=m,!c)throw u}return c}async function yc(t,e){let{version:n}=await bc(t.toLowerCase(),e);return n}import vF from"node:process";var AB=vF.env.npm_package_json,Hs=vF.env.npm_config_user_agent,BB=!!Hs?.startsWith("npm")||!!AB?.endsWith("package.json"),SB=!!Hs?.startsWith("yarn"),_N=!!Hs?.startsWith("pnpm"),ON=!!Hs?.startsWith("bun"),bF=BB||SB;import kB from"node:fs";import IB from"node:path";import{fileURLToPath as jB}from"node:url";var OF=ae(SF(),1);import Fe from"node:process";import Ee from"node:path";import Bc from"node:os";import zs from"node:fs";var Zr=Fe.platform==="win32",_F=t=>{try{return OF.default.parse(zs.readFileSync(t,"utf8")).prefix}catch{}},_B=()=>Object.keys(Fe.env).reduce((t,e)=>/^npm_config_prefix$/i.test(e)?Fe.env[e]:t,void 0),OB=()=>{if(Zr&&Fe.env.APPDATA)return Ee.join(Fe.env.APPDATA,"/npm/etc/npmrc");if(Fe.execPath.includes("/Cellar/node")){let t=Fe.execPath.slice(0,Fe.execPath.indexOf("/Cellar/node"));return Ee.join(t,"/lib/node_modules/npm/npmrc")}if(Fe.execPath.endsWith("/bin/node")){let t=Ee.dirname(Ee.dirname(Fe.execPath));return Ee.join(t,"/etc/npmrc")}},RB=()=>{if(Zr){let{APPDATA:t}=Fe.env;return t?Ee.join(t,"npm"):Ee.dirname(Fe.execPath)}return Ee.dirname(Ee.dirname(Fe.execPath))},TB=()=>{let t=_B();if(t)return t;let e=_F(Ee.join(Bc.homedir(),".npmrc"));if(e)return e;if(Fe.env.PREFIX)return Fe.env.PREFIX;let n=_F(OB());return n||RB()},Xr=Ee.resolve(TB()),RF=()=>{if(Zr&&Fe.env.LOCALAPPDATA){let t=Ee.join(Fe.env.LOCALAPPDATA,"Yarn");if(zs.existsSync(t))return t}return!1},$B=()=>{if(Fe.env.PREFIX)return Fe.env.PREFIX;let t=RF();if(t)return t;let e=Ee.join(Bc.homedir(),".config/yarn");if(zs.existsSync(e))return e;let n=Ee.join(Bc.homedir(),".yarn-config");return zs.existsSync(n)?n:Xr},vt={};vt.npm={};vt.npm.prefix=Xr;vt.npm.packages=Ee.join(Xr,Zr?"node_modules":"lib/node_modules");vt.npm.binaries=Zr?Xr:Ee.join(Xr,"bin");var TF=Ee.resolve($B());vt.yarn={};vt.yarn.prefix=TF;vt.yarn.packages=Ee.join(TF,RF()?"Data/global/node_modules":"global/node_modules");vt.yarn.binaries=Ee.join(vt.yarn.packages,".bin");var Sc=vt;import _c from"node:path";function Gs(t,e){let n=_c.relative(e,t);return!!(n&&n!==".."&&!n.startsWith(`..${_c.sep}`)&&n!==_c.resolve(t))}var $F=IB.dirname(jB(import.meta.url)),NB=(()=>{try{return Gs($F,Sc.yarn.packages)||Gs($F,kB.realpathSync(Sc.npm.packages))}catch{return!1}})(),kF=NB;import Zs from"node:process";function Oc({onlyFirst:t=!1}={}){let i="(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";return new RegExp(i,t?void 0:"g")}var PB=Oc();function Qr(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return!t.includes("\x1B")&&!t.includes("\x9B")?t:t.replace(PB,"")}var IF=[161,161,164,164,167,168,170,170,173,174,176,180,182,186,188,191,198,198,208,208,215,216,222,225,230,230,232,234,236,237,240,240,242,243,247,250,252,252,254,254,257,257,273,273,275,275,283,283,294,295,299,299,305,307,312,312,319,322,324,324,328,331,333,333,338,339,358,359,363,363,462,462,464,464,466,466,468,468,470,470,472,472,474,474,476,476,593,593,609,609,708,708,711,711,713,715,717,717,720,720,728,731,733,733,735,735,768,879,913,929,931,937,945,961,963,969,1025,1025,1040,1103,1105,1105,8208,8208,8211,8214,8216,8217,8220,8221,8224,8226,8228,8231,8240,8240,8242,8243,8245,8245,8251,8251,8254,8254,8308,8308,8319,8319,8321,8324,8364,8364,8451,8451,8453,8453,8457,8457,8467,8467,8470,8470,8481,8482,8486,8486,8491,8491,8531,8532,8539,8542,8544,8555,8560,8569,8585,8585,8592,8601,8632,8633,8658,8658,8660,8660,8679,8679,8704,8704,8706,8707,8711,8712,8715,8715,8719,8719,8721,8721,8725,8725,8730,8730,8733,8736,8739,8739,8741,8741,8743,8748,8750,8750,8756,8759,8764,8765,8776,8776,8780,8780,8786,8786,8800,8801,8804,8807,8810,8811,8814,8815,8834,8835,8838,8839,8853,8853,8857,8857,8869,8869,8895,8895,8978,8978,9312,9449,9451,9547,9552,9587,9600,9615,9618,9621,9632,9633,9635,9641,9650,9651,9654,9655,9660,9661,9664,9665,9670,9672,9675,9675,9678,9681,9698,9701,9711,9711,9733,9734,9737,9737,9742,9743,9756,9756,9758,9758,9792,9792,9794,9794,9824,9825,9827,9829,9831,9834,9836,9837,9839,9839,9886,9887,9919,9919,9926,9933,9935,9939,9941,9953,9955,9955,9960,9961,9963,9969,9972,9972,9974,9977,9979,9980,9982,9983,10045,10045,10102,10111,11094,11097,12872,12879,57344,63743,65024,65039,65533,65533,127232,127242,127248,127277,127280,127337,127344,127373,127375,127376,127387,127404,917760,917999,983040,1048573,1048576,1114109],jF=12288,NF=65510,PF=[12288,12288,65281,65376,65504,65510];var LF=4352,qF=262141,Rc=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var Vs=(t,e)=>{let n=0,r=Math.floor(t.length/2)-1;for(;n<=r;){let i=Math.floor((n+r)/2),o=i*2;if(e<t[o])r=i-1;else if(e>t[o+1])n=i+1;else return!0}return!1};var MF=19968,[MB,UB]=HB(Rc);function HB(t){let e=t[0],n=t[1];for(let r=0;r<t.length;r+=2){let i=t[r],o=t[r+1];if(MF>=i&&MF<=o)return[i,o];o-i>n-e&&(e=i,n=o)}return[e,n]}var UF=t=>t<161||t>1114109?!1:Vs(IF,t),HF=t=>t<jF||t>NF?!1:Vs(PF,t);var WF=t=>t>=MB&&t<=UB?!0:t<LF||t>qF?!1:Vs(Rc,t);function WB(t){if(!Number.isSafeInteger(t))throw new TypeError(`Expected a code point, got \`${typeof t}\`.`)}function zF(t,{ambiguousAsWide:e=!1}={}){return WB(t),HF(t)||WF(t)||e&&UF(t)?2:1}var YF=ae(VF(),1),zB=new Intl.Segmenter,GB=new RegExp("^\\p{Default_Ignorable_Code_Point}$","u");function Me(t,e={}){if(typeof t!="string"||t.length===0)return 0;let{ambiguousIsNarrow:n=!0,countAnsiEscapeCodes:r=!1}=e;if(r||(t=Qr(t)),t.length===0)return 0;let i=0,o={ambiguousAsWide:!n};for(let{segment:s}of zB.segment(t)){let a=s.codePointAt(0);if(!(a<=31||a>=127&&a<=159)&&!(a>=8203&&a<=8207||a===65279)&&!(a>=768&&a<=879||a>=6832&&a<=6911||a>=7616&&a<=7679||a>=8400&&a<=8447||a>=65056&&a<=65071)&&!(a>=55296&&a<=57343)&&!(a>=65024&&a<=65039)&&!GB.test(s)){if((0,YF.default)().test(s)){i+=2;continue}i+=zF(a,o)}}return i}function Ys(t){let e=0;for(let n of t.split(`
162
+ `))e=Math.max(e,Me(n));return e}var vE=ae($c(),1);var YB=/[\p{Lu}]/u,KB=/[\p{Ll}]/u,XF=/^[\p{Lu}](?![\p{Lu}])/gu,eE=/([\p{Alpha}\p{N}_]|$)/u,kc=/[_.\- ]+/,JB=new RegExp("^"+kc.source),ZF=new RegExp(kc.source+eE.source,"gu"),QF=new RegExp("\\d+"+eE.source,"gu"),XB=(t,e,n,r)=>{let i=!1,o=!1,s=!1,a=!1;for(let l=0;l<t.length;l++){let c=t[l];a=l>2?t[l-3]==="-":!0,i&&YB.test(c)?(t=t.slice(0,l)+"-"+t.slice(l),i=!1,s=o,o=!0,l++):o&&s&&KB.test(c)&&(!a||r)?(t=t.slice(0,l-1)+"-"+t.slice(l-1),s=o,o=!1,i=!0):(i=e(c)===c&&n(c)!==c,s=o,o=n(c)===c&&e(c)!==c)}return t},ZB=(t,e)=>(XF.lastIndex=0,t.replaceAll(XF,n=>e(n))),QB=(t,e)=>(ZF.lastIndex=0,QF.lastIndex=0,t.replaceAll(QF,(n,r,i)=>["_","-"].includes(t.charAt(i+n.length))?n:e(n)).replaceAll(ZF,(n,r)=>e(r)));function Ic(t,e){if(!(typeof t=="string"||Array.isArray(t)))throw new TypeError("Expected the input to be `string | string[]`");if(e={pascalCase:!1,preserveConsecutiveUppercase:!1,...e},Array.isArray(t)?t=t.map(o=>o.trim()).filter(o=>o.length).join("-"):t=t.trim(),t.length===0)return"";let n=e.locale===!1?o=>o.toLowerCase():o=>o.toLocaleLowerCase(e.locale),r=e.locale===!1?o=>o.toUpperCase():o=>o.toLocaleUpperCase(e.locale);return t.length===1?kc.test(t)?"":e.pascalCase?r(t):n(t):(t!==n(t)&&(t=XB(t,n,r,e.preserveConsecutiveUppercase)),t=t.replace(JB,""),t=e.preserveConsecutiveUppercase?ZB(t,n):n(t),e.pascalCase&&(t=r(t.charAt(0))+t.slice(1)),QB(t,r))}var Lc=ae(lE(),1);var pE=(t=0)=>e=>`\x1B[${e+t}m`,DE=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,dE=(t=0)=>(e,n,r)=>`\x1B[${38+t};2;${e};${n};${r}m`,oe={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],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],gray:[90,39],grey:[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],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},bP=Object.keys(oe.modifier),aS=Object.keys(oe.color),uS=Object.keys(oe.bgColor),yP=[...aS,...uS];function cS(){let t=new Map;for(let[e,n]of Object.entries(oe)){for(let[r,i]of Object.entries(n))oe[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=oe[r],t.set(i[0],i[1]);Object.defineProperty(oe,e,{value:n,enumerable:!1})}return Object.defineProperty(oe,"codes",{value:t,enumerable:!1}),oe.color.close="\x1B[39m",oe.bgColor.close="\x1B[49m",oe.color.ansi=pE(),oe.color.ansi256=DE(),oe.color.ansi16m=dE(),oe.bgColor.ansi=pE(10),oe.bgColor.ansi256=DE(10),oe.bgColor.ansi16m=dE(10),Object.defineProperties(oe,{rgbToAnsi256:{value(e,n,r){return e===n&&n===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(e){let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(o=>o+o).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>oe.rgbToAnsi256(...oe.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let n,r,i;if(e>=232)n=((e-232)*10+8)/255,r=n,i=n;else{e-=16;let a=e%36;n=Math.floor(e/36)/5,r=Math.floor(a/6)/5,i=a%6/5}let o=Math.max(n,r,i)*2;if(o===0)return 30;let s=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return o===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(e,n,r)=>oe.ansi256ToAnsi(oe.rgbToAnsi256(e,n,r)),enumerable:!1},hexToAnsi:{value:e=>oe.ansi256ToAnsi(oe.hexToAnsi256(e)),enumerable:!1}}),oe}var lS=cS(),mE=lS;var Js=new Set(["\x1B","\x9B"]),pS=39,Pc="\x07",gE="[",DS="]",xE="m",Ks=`${DS}8;;`,fE=t=>`${Js.values().next().value}${gE}${t}${xE}`,hE=t=>`${Js.values().next().value}${Ks}${t}${Pc}`,dS=t=>t.split(" ").map(e=>Me(e)),Nc=(t,e,n)=>{let r=[...e],i=!1,o=!1,s=Me(Qr(t.at(-1)));for(let[a,l]of r.entries()){let c=Me(l);if(s+c<=n?t[t.length-1]+=l:(t.push(l),s=0),Js.has(l)&&(i=!0,o=r.slice(a+1,a+1+Ks.length).join("")===Ks),i){o?l===Pc&&(i=!1,o=!1):l===xE&&(i=!1);continue}s+=c,s===n&&a<r.length-1&&(t.push(""),s=0)}!s&&t.at(-1).length>0&&t.length>1&&(t[t.length-2]+=t.pop())},mS=t=>{let e=t.split(" "),n=e.length;for(;n>0&&!(Me(e[n-1])>0);)n--;return n===e.length?t:e.slice(0,n).join(" ")+e.slice(n).join("")},fS=(t,e,n={})=>{if(n.trim!==!1&&t.trim()==="")return"";let r="",i,o,s=dS(t),a=[""];for(let[p,m]of t.split(" ").entries()){n.trim!==!1&&(a[a.length-1]=a.at(-1).trimStart());let D=Me(a.at(-1));if(p!==0&&(D>=e&&(n.wordWrap===!1||n.trim===!1)&&(a.push(""),D=0),(D>0||n.trim===!1)&&(a[a.length-1]+=" ",D++)),n.hard&&s[p]>e){let d=e-D,f=1+Math.floor((s[p]-d-1)/e);Math.floor((s[p]-1)/e)<f&&a.push(""),Nc(a,m,e);continue}if(D+s[p]>e&&D>0&&s[p]>0){if(n.wordWrap===!1&&D<e){Nc(a,m,e);continue}a.push("")}if(D+s[p]>e&&n.wordWrap===!1){Nc(a,m,e);continue}a[a.length-1]+=m}n.trim!==!1&&(a=a.map(p=>mS(p)));let l=a.join(`
163
+ `),c=[...l],u=0;for(let[p,m]of c.entries()){if(r+=m,Js.has(m)){let{groups:d}=new RegExp(`(?:\\${gE}(?<code>\\d+)m|\\${Ks}(?<uri>.*)${Pc})`).exec(l.slice(u))||{groups:{}};if(d.code!==void 0){let f=Number.parseFloat(d.code);i=f===pS?void 0:f}else d.uri!==void 0&&(o=d.uri.length===0?void 0:d.uri)}let D=mE.codes.get(Number(i));c[p+1]===`
164
+ `?(o&&(r+=hE("")),i&&D&&(r+=fE(D))):m===`
165
+ `&&(i&&D&&(r+=fE(i)),o&&(r+=hE(o))),u+=m.length}return r};function Xs(t,e,n){return String(t).normalize().replaceAll(`\r
166
166
  `,`
167
167
  `).split(`
168
- `).map(r=>hS(r,e,n)).join(`
169
- `)}var wS=ae(Tc(),1),Mt=`
170
- `,Qe=" ",Zr="none",vE=()=>{let{env:t,stdout:e,stderr:n}=Js;return e?.columns?e.columns:n?.columns?n.columns:t.COLUMNS?Number.parseInt(t.COLUMNS,10):80},xE=t=>typeof t=="number"?{top:t,right:t*3,bottom:t,left:t*3}:{top:0,right:0,bottom:0,left:0,...t},Qr=t=>t===Zr?0:2,gS=t=>{let e=["topLeft","topRight","bottomRight","bottomLeft","left","right","top","bottom"],n;if(t===Zr){t={};for(let r of e)t[r]=""}if(typeof t=="string"){if(n=CE.default[t],!n)throw new TypeError(`Invalid border style: ${t}`)}else{typeof t?.vertical=="string"&&(t.left=t.vertical,t.right=t.vertical),typeof t?.horizontal=="string"&&(t.top=t.horizontal,t.bottom=t.horizontal);for(let r of e)if(t[r]===null||typeof t[r]!="string")throw new TypeError(`Invalid border style: ${r}`);n=t}return n},xS=(t,e,n)=>{let r="",i=Me(t);switch(n){case"left":{r=t+e.slice(i);break}case"right":{r=e.slice(i)+t;break}default:{e=e.slice(i),e.length%2===1?(e=e.slice(Math.floor(e.length/2)),r=e.slice(1)+t+e):(e=e.slice(e.length/2),r=e+t+e);break}}return r},FS=(t,{padding:e,width:n,textAlignment:r,height:i})=>{t=(0,Lc.default)(t,{align:r});let o=t.split(Mt),s=Gs(t),a=n-e.left-e.right;if(s>a){let u=[];for(let p of o){let m=Ks(p,a,{hard:!0}),d=(0,Lc.default)(m,{align:r}).split(`
171
- `),f=Math.max(...d.map(h=>Me(h)));for(let h of d){let F;switch(r){case"center":{F=Qe.repeat((a-f)/2)+h;break}case"right":{F=Qe.repeat(a-f)+h;break}default:{F=h;break}}u.push(F)}}o=u}r==="center"&&s<a?o=o.map(u=>Qe.repeat((a-s)/2)+u):r==="right"&&s<a&&(o=o.map(u=>Qe.repeat(a-s)+u));let l=Qe.repeat(e.left),c=Qe.repeat(e.right);return o=o.map(u=>{let p=l+u+c;return p+Qe.repeat(n-Me(p))}),e.top>0&&(o=[...Array.from({length:e.top}).fill(Qe.repeat(n)),...o]),e.bottom>0&&(o=[...o,...Array.from({length:e.bottom}).fill(Qe.repeat(n))]),i&&o.length>i?o=o.slice(0,i):i&&o.length<i&&(o=[...o,...Array.from({length:i-o.length}).fill(Qe.repeat(n))]),o.join(Mt)},ES=(t,e,n)=>{let r=u=>{let p=n.borderColor?bS(n.borderColor)(u):u;return n.dimBorder?Le.dim(p):p},i=u=>n.backgroundColor?yS(n.backgroundColor)(u):u,o=gS(n.borderStyle),s=vE(),a=Qe.repeat(n.margin.left);if(n.float==="center"){let u=Math.max((s-e-Qr(n.borderStyle))/2,0);a=Qe.repeat(u)}else if(n.float==="right"){let u=Math.max(s-e-n.margin.right-Qr(n.borderStyle),0);a=Qe.repeat(u)}let l="";n.margin.top&&(l+=Mt.repeat(n.margin.top)),(n.borderStyle!==Zr||n.title)&&(l+=r(a+o.topLeft+(n.title?xS(n.title,o.top.repeat(e),n.titleAlignment):o.top.repeat(e))+o.topRight)+Mt);let c=t.split(Mt);return l+=c.map(u=>a+r(o.left)+i(u)+r(o.right)).join(Mt),n.borderStyle!==Zr&&(l+=Mt+r(a+o.bottomLeft+o.bottom.repeat(e)+o.bottomRight)),n.margin.bottom&&(l+=Mt.repeat(n.margin.bottom)),l},CS=t=>{if(t.fullscreen&&Js?.stdout){let e=[Js.stdout.columns,Js.stdout.rows];typeof t.fullscreen=="function"&&(e=t.fullscreen(...e)),t.width||=e[0],t.height||=e[1]}return t.width&&=Math.max(1,t.width-Qr(t.borderStyle)),t.height&&=Math.max(1,t.height-Qr(t.borderStyle)),t},FE=(t,e)=>e===Zr?t:` ${t} `,vS=(t,e)=>{e=CS(e);let n=e.width!==void 0,r=vE(),i=Qr(e.borderStyle),o=r-e.margin.left-e.margin.right-i,s=Gs(Ks(t,r-i,{hard:!0,trim:!1}))+e.padding.left+e.padding.right;if(e.title&&n?(e.title=e.title.slice(0,Math.max(0,e.width-2)),e.title&&=FE(e.title,e.borderStyle)):e.title&&(e.title=e.title.slice(0,Math.max(0,o-2)),e.title&&(e.title=FE(e.title,e.borderStyle),Me(e.title)>s&&(e.width=Me(e.title)))),e.width||=s,!n){if(e.margin.left&&e.margin.right&&e.width>o){let l=(r-e.width-i)/(e.margin.left+e.margin.right);e.margin.left=Math.max(0,Math.floor(e.margin.left*l)),e.margin.right=Math.max(0,Math.floor(e.margin.right*l))}e.width=Math.min(e.width,r-i-e.margin.left-e.margin.right)}return e.width-(e.padding.left+e.padding.right)<=0&&(e.padding.left=0,e.padding.right=0),e.height&&e.height-(e.padding.top+e.padding.bottom)<=0&&(e.padding.top=0,e.padding.bottom=0),e},Pc=t=>t.match(/^#(?:[0-f]{3}){1,2}$/i),EE=t=>typeof t=="string"&&(Le[t]??Pc(t)),bS=t=>Pc(t)?Le.hex(t):Le[t],yS=t=>Pc(t)?Le.bgHex(t):Le[kc(["bg",t])];function Xs(t,e){if(e={padding:0,borderStyle:"single",dimBorder:!1,textAlignment:"left",float:"left",titleAlignment:"left",...e},e.align&&(e.textAlignment=e.align),e.borderColor&&!EE(e.borderColor))throw new Error(`${e.borderColor} is not a valid borderColor`);if(e.backgroundColor&&!EE(e.backgroundColor))throw new Error(`${e.backgroundColor} is not a valid backgroundColor`);return e.padding=xE(e.padding),e.margin=xE(e.margin),e=vS(t,e),t=FS(t,e),ES(t,e.width,e)}import{env as ei}from"node:process";var AS=ei.CI!=="0"&&ei.CI!=="false"&&("CI"in ei||"CONTINUOUS_INTEGRATION"in ei||Object.keys(ei).some(t=>t.startsWith("CI_"))),bE=AS;var yE=t=>t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;");function wE(t,...e){if(typeof t=="string")return yE(t);let n=t[0];for(let[r,i]of e.entries())n=n+yE(String(i))+t[r+1];return n}var qc=class extends Error{constructor(e){super(`Missing a value for ${e?`the placeholder: ${e}`:"a placeholder"}`,e),this.name="MissingValueError",this.key=e}},Mc=class extends Error{constructor(e){super(`Missing filter: ${e}`),this.name="MissingFilterError",this.filterName=e}};function Uc(t,e,{ignoreMissing:n=!1,transform:r=({value:o})=>o,filters:i={}}={}){if(typeof t!="string")throw new TypeError(`Expected a \`string\` in the first argument, got \`${typeof t}\``);if(typeof e!="object")throw new TypeError(`Expected an \`object\` or \`Array\` in the second argument, got \`${typeof e}\``);let o="\uE000\uE001\uE002",s="\uE003\uE004\uE005";t=t.replace(/\\{/g,o),t=t.replace(/\\}/g,s);let a=d=>{let f=[],h="";for(let F=0;F<d.length;F++)d[F]==="\\"&&d[F+1]==="."?(h+=".",F++):d[F]==="."?(f.push(h),h=""):h+=d[F];return f.push(h),f},l=(d,f)=>{let h=f.split("|").map(U=>U.trim()),F=h[0],A=h.slice(1),w=a(F),S=e;for(let U of w)S&&(S=S[U]);for(let U of A){let q=i[U];if(!q){if(n)return d;throw new Mc(U)}S!==void 0&&(S=q(S))}let L=r({value:S,key:F});if(L===void 0){if(n)return d;throw new qc(F)}return String(L)},p="((\\d+|[a-z$_][\\w\\-.$\\\\]*)\\s*(?:\\|\\s*[a-z$_][\\w$]*\\s*)*)",m=new RegExp(`{{${p}}}`,"gi"),D=new RegExp(`{${p}}`,"gi");return t=t.replace(m,(...d)=>wE(l(...d))),t=t.replace(D,l),t=t.replace(new RegExp(o,"g"),"{"),t=t.replace(new RegExp(s,"g"),"}"),t}var _S=AE.dirname(SS(import.meta.url)),OS=1e3*60*60*24,ti=class{config;update;_packageName;_shouldNotifyInNpmScript;#o;#n;#r;#t;constructor(e={}){if(this.#o=e,e.pkg??={},e.distTag??="latest",e.pkg={name:e.pkg.name??e.packageName,version:e.pkg.version??e.packageVersion},!e.pkg.name||!e.pkg.version)throw new Error("pkg.name and pkg.version required");if(this._packageName=e.pkg.name,this.#n=e.pkg.version,this.#r=typeof e.updateCheckInterval=="number"?e.updateCheckInterval:OS,this.#t="NO_UPDATE_NOTIFIER"in fn.env||fn.env.NODE_ENV==="test"||fn.argv.includes("--no-update-notifier")||bE,this._shouldNotifyInNpmScript=e.shouldNotifyInNpmScript,!this.#t)try{this.config=new kr(`update-notifier-${this._packageName}`,{optOut:!1,lastUpdateCheck:Date.now()})}catch{let n=Le.yellow(Hc(" %s update check failed ",e.pkg.name))+Hc(`
172
- Try running with %s or get access `,Le.cyan("sudo"))+`
168
+ `).map(r=>fS(r,e,n)).join(`
169
+ `)}var yS=ae($c(),1),Mt=`
170
+ `,Qe=" ",ei="none",bE=()=>{let{env:t,stdout:e,stderr:n}=Zs;return e?.columns?e.columns:n?.columns?n.columns:t.COLUMNS?Number.parseInt(t.COLUMNS,10):80},FE=t=>typeof t=="number"?{top:t,right:t*3,bottom:t,left:t*3}:{top:0,right:0,bottom:0,left:0,...t},ti=t=>t===ei?0:2,hS=t=>{let e=["topLeft","topRight","bottomRight","bottomLeft","left","right","top","bottom"],n;if(t===ei){t={};for(let r of e)t[r]=""}if(typeof t=="string"){if(n=vE.default[t],!n)throw new TypeError(`Invalid border style: ${t}`)}else{typeof t?.vertical=="string"&&(t.left=t.vertical,t.right=t.vertical),typeof t?.horizontal=="string"&&(t.top=t.horizontal,t.bottom=t.horizontal);for(let r of e)if(t[r]===null||typeof t[r]!="string")throw new TypeError(`Invalid border style: ${r}`);n=t}return n},gS=(t,e,n)=>{let r="",i=Me(t);switch(n){case"left":{r=t+e.slice(i);break}case"right":{r=e.slice(i)+t;break}default:{e=e.slice(i),e.length%2===1?(e=e.slice(Math.floor(e.length/2)),r=e.slice(1)+t+e):(e=e.slice(e.length/2),r=e+t+e);break}}return r},xS=(t,{padding:e,width:n,textAlignment:r,height:i})=>{t=(0,Lc.default)(t,{align:r});let o=t.split(Mt),s=Ys(t),a=n-e.left-e.right;if(s>a){let u=[];for(let p of o){let m=Xs(p,a,{hard:!0}),d=(0,Lc.default)(m,{align:r}).split(`
171
+ `),f=Math.max(...d.map(h=>Me(h)));for(let h of d){let F;switch(r){case"center":{F=Qe.repeat((a-f)/2)+h;break}case"right":{F=Qe.repeat(a-f)+h;break}default:{F=h;break}}u.push(F)}}o=u}r==="center"&&s<a?o=o.map(u=>Qe.repeat((a-s)/2)+u):r==="right"&&s<a&&(o=o.map(u=>Qe.repeat(a-s)+u));let l=Qe.repeat(e.left),c=Qe.repeat(e.right);return o=o.map(u=>{let p=l+u+c;return p+Qe.repeat(n-Me(p))}),e.top>0&&(o=[...Array.from({length:e.top}).fill(Qe.repeat(n)),...o]),e.bottom>0&&(o=[...o,...Array.from({length:e.bottom}).fill(Qe.repeat(n))]),i&&o.length>i?o=o.slice(0,i):i&&o.length<i&&(o=[...o,...Array.from({length:i-o.length}).fill(Qe.repeat(n))]),o.join(Mt)},FS=(t,e,n)=>{let r=u=>{let p=n.borderColor?vS(n.borderColor)(u):u;return n.dimBorder?Pe.dim(p):p},i=u=>n.backgroundColor?bS(n.backgroundColor)(u):u,o=hS(n.borderStyle),s=bE(),a=Qe.repeat(n.margin.left);if(n.float==="center"){let u=Math.max((s-e-ti(n.borderStyle))/2,0);a=Qe.repeat(u)}else if(n.float==="right"){let u=Math.max(s-e-n.margin.right-ti(n.borderStyle),0);a=Qe.repeat(u)}let l="";n.margin.top&&(l+=Mt.repeat(n.margin.top)),(n.borderStyle!==ei||n.title)&&(l+=r(a+o.topLeft+(n.title?gS(n.title,o.top.repeat(e),n.titleAlignment):o.top.repeat(e))+o.topRight)+Mt);let c=t.split(Mt);return l+=c.map(u=>a+r(o.left)+i(u)+r(o.right)).join(Mt),n.borderStyle!==ei&&(l+=Mt+r(a+o.bottomLeft+o.bottom.repeat(e)+o.bottomRight)),n.margin.bottom&&(l+=Mt.repeat(n.margin.bottom)),l},ES=t=>{if(t.fullscreen&&Zs?.stdout){let e=[Zs.stdout.columns,Zs.stdout.rows];typeof t.fullscreen=="function"&&(e=t.fullscreen(...e)),t.width||=e[0],t.height||=e[1]}return t.width&&=Math.max(1,t.width-ti(t.borderStyle)),t.height&&=Math.max(1,t.height-ti(t.borderStyle)),t},EE=(t,e)=>e===ei?t:` ${t} `,CS=(t,e)=>{e=ES(e);let n=e.width!==void 0,r=bE(),i=ti(e.borderStyle),o=r-e.margin.left-e.margin.right-i,s=Ys(Xs(t,r-i,{hard:!0,trim:!1}))+e.padding.left+e.padding.right;if(e.title&&n?(e.title=e.title.slice(0,Math.max(0,e.width-2)),e.title&&=EE(e.title,e.borderStyle)):e.title&&(e.title=e.title.slice(0,Math.max(0,o-2)),e.title&&(e.title=EE(e.title,e.borderStyle),Me(e.title)>s&&(e.width=Me(e.title)))),e.width||=s,!n){if(e.margin.left&&e.margin.right&&e.width>o){let l=(r-e.width-i)/(e.margin.left+e.margin.right);e.margin.left=Math.max(0,Math.floor(e.margin.left*l)),e.margin.right=Math.max(0,Math.floor(e.margin.right*l))}e.width=Math.min(e.width,r-i-e.margin.left-e.margin.right)}return e.width-(e.padding.left+e.padding.right)<=0&&(e.padding.left=0,e.padding.right=0),e.height&&e.height-(e.padding.top+e.padding.bottom)<=0&&(e.padding.top=0,e.padding.bottom=0),e},qc=t=>t.match(/^#(?:[0-f]{3}){1,2}$/i),CE=t=>typeof t=="string"&&(Pe[t]??qc(t)),vS=t=>qc(t)?Pe.hex(t):Pe[t],bS=t=>qc(t)?Pe.bgHex(t):Pe[Ic(["bg",t])];function Qs(t,e){if(e={padding:0,borderStyle:"single",dimBorder:!1,textAlignment:"left",float:"left",titleAlignment:"left",...e},e.align&&(e.textAlignment=e.align),e.borderColor&&!CE(e.borderColor))throw new Error(`${e.borderColor} is not a valid borderColor`);if(e.backgroundColor&&!CE(e.backgroundColor))throw new Error(`${e.backgroundColor} is not a valid backgroundColor`);return e.padding=FE(e.padding),e.margin=FE(e.margin),e=CS(t,e),t=xS(t,e),FS(t,e.width,e)}import{env as ni}from"node:process";var wS=ni.CI!=="0"&&ni.CI!=="false"&&("CI"in ni||"CONTINUOUS_INTEGRATION"in ni||Object.keys(ni).some(t=>t.startsWith("CI_"))),yE=wS;var wE=t=>t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;");function AE(t,...e){if(typeof t=="string")return wE(t);let n=t[0];for(let[r,i]of e.entries())n=n+wE(String(i))+t[r+1];return n}var Mc=class extends Error{constructor(e){super(`Missing a value for ${e?`the placeholder: ${e}`:"a placeholder"}`,e),this.name="MissingValueError",this.key=e}},Uc=class extends Error{constructor(e){super(`Missing filter: ${e}`),this.name="MissingFilterError",this.filterName=e}};function Hc(t,e,{ignoreMissing:n=!1,transform:r=({value:o})=>o,filters:i={}}={}){if(typeof t!="string")throw new TypeError(`Expected a \`string\` in the first argument, got \`${typeof t}\``);if(typeof e!="object")throw new TypeError(`Expected an \`object\` or \`Array\` in the second argument, got \`${typeof e}\``);let o="\uE000\uE001\uE002",s="\uE003\uE004\uE005";t=t.replace(/\\{/g,o),t=t.replace(/\\}/g,s);let a=d=>{let f=[],h="";for(let F=0;F<d.length;F++)d[F]==="\\"&&d[F+1]==="."?(h+=".",F++):d[F]==="."?(f.push(h),h=""):h+=d[F];return f.push(h),f},l=(d,f)=>{let h=f.split("|").map(U=>U.trim()),F=h[0],A=h.slice(1),w=a(F),S=e;for(let U of w)S&&(S=S[U]);for(let U of A){let q=i[U];if(!q){if(n)return d;throw new Uc(U)}S!==void 0&&(S=q(S))}let P=r({value:S,key:F});if(P===void 0){if(n)return d;throw new Mc(F)}return String(P)},p="((\\d+|[a-z$_][\\w\\-.$\\\\]*)\\s*(?:\\|\\s*[a-z$_][\\w$]*\\s*)*)",m=new RegExp(`{{${p}}}`,"gi"),D=new RegExp(`{${p}}`,"gi");return t=t.replace(m,(...d)=>AE(l(...d))),t=t.replace(D,l),t=t.replace(new RegExp(o,"g"),"{"),t=t.replace(new RegExp(s,"g"),"}"),t}var SS=BE.dirname(BS(import.meta.url)),_S=1e3*60*60*24,ri=class{config;update;_packageName;_shouldNotifyInNpmScript;#o;#n;#r;#t;constructor(e={}){if(this.#o=e,e.pkg??={},e.distTag??="latest",e.pkg={name:e.pkg.name??e.packageName,version:e.pkg.version??e.packageVersion},!e.pkg.name||!e.pkg.version)throw new Error("pkg.name and pkg.version required");if(this._packageName=e.pkg.name,this.#n=e.pkg.version,this.#r=typeof e.updateCheckInterval=="number"?e.updateCheckInterval:_S,this.#t="NO_UPDATE_NOTIFIER"in fn.env||fn.env.NODE_ENV==="test"||fn.argv.includes("--no-update-notifier")||yE,this._shouldNotifyInNpmScript=e.shouldNotifyInNpmScript,!this.#t)try{this.config=new jr(`update-notifier-${this._packageName}`,{optOut:!1,lastUpdateCheck:Date.now()})}catch{let n=Pe.yellow(Wc(" %s update check failed ",e.pkg.name))+Wc(`
172
+ Try running with %s or get access `,Pe.cyan("sudo"))+`
173
173
  to the local update config store via
174
- `+Le.cyan(Hc(" sudo chown -R $USER:$(id -gn $USER) %s ",Ln));fn.on("exit",()=>{console.error(Xs(n,{textAlignment:"center"}))})}}check(){!this.config||this.config.get("optOut")||this.#t||(this.update=this.config.get("update"),this.update&&(this.update.current=this.#n,this.config.delete("update")),!(Date.now()-this.config.get("lastUpdateCheck")<this.#r)&&BS(fn.execPath,[AE.join(_S,"check.js"),JSON.stringify(this.#o)],{detached:!0,stdio:"ignore"}).unref())}async fetchInfo(){let{distTag:e}=this.#o,n=await bc(this._packageName,{version:e});return{latest:n,current:this.#n,type:(0,BE.default)(this.#n,n)??e,name:this._packageName}}notify(e){let n=!this._shouldNotifyInNpmScript&&vF;if(!fn.stdout.isTTY||n||!this.update||!(0,SE.default)(this.update.latest,this.update.current))return this;e={isGlobal:$F,...e};let r=e.isGlobal?`npm i -g ${this._packageName}`:`npm i ${this._packageName}`,i="Update available "+Le.dim("{currentVersion}")+Le.reset(" \u2192 ")+Le.green("{latestVersion}")+`
175
- Run `+Le.cyan("{updateCommand}")+" to update",o=e.message||i;e.boxenOptions??={padding:1,margin:1,textAlignment:"center",borderColor:"yellow",borderStyle:"round"};let s=Xs(Uc(o,{packageName:this._packageName,currentVersion:this.update.current,latestVersion:this.update.latest,updateCommand:r}),e.boxenOptions);return e.defer===!1?console.error(s):fn.on("exit",()=>{console.error(s)}),this}};function Wc(t){let e=new ti(t);return e.check(),e}var zc=class{check(){if(!(process.env.CI||process.env.NODE_ENV==="test"))try{let e=__PKG_NAME__,n=__PKG_VERSION__;if(!e||!n)return;Wc({pkg:{name:e,version:n},updateCheckInterval:1e3*60*60*24}).notify({message:`\u65B0\u7248\u672C\u53EF\u7528\uFF1A{currentVersion} \u2192 {latestVersion}
176
- \u8FD0\u884C npm install -g {packageName} \u66F4\u65B0`})}catch{}}},_E=new zc;_E.check();var OE=new H().name(si.name).version(si.version).description(si.description);Jf(OE);OE.parseAsync(process.argv).catch(t=>{t instanceof mt&&(fo(t),process.exit(1)),fo(t instanceof Error?t:new Error(String(t))),process.exit(1)});
174
+ `+Pe.cyan(Wc(" sudo chown -R $USER:$(id -gn $USER) %s ",Ln));fn.on("exit",()=>{console.error(Qs(n,{textAlignment:"center"}))})}}check(){!this.config||this.config.get("optOut")||this.#t||(this.update=this.config.get("update"),this.update&&(this.update.current=this.#n,this.config.delete("update")),!(Date.now()-this.config.get("lastUpdateCheck")<this.#r)&&AS(fn.execPath,[BE.join(SS,"check.js"),JSON.stringify(this.#o)],{detached:!0,stdio:"ignore"}).unref())}async fetchInfo(){let{distTag:e}=this.#o,n=await yc(this._packageName,{version:e});return{latest:n,current:this.#n,type:(0,SE.default)(this.#n,n)??e,name:this._packageName}}notify(e){let n=!this._shouldNotifyInNpmScript&&bF;if(!fn.stdout.isTTY||n||!this.update||!(0,_E.default)(this.update.latest,this.update.current))return this;e={isGlobal:kF,...e};let r=e.isGlobal?`npm i -g ${this._packageName}`:`npm i ${this._packageName}`,i="Update available "+Pe.dim("{currentVersion}")+Pe.reset(" \u2192 ")+Pe.green("{latestVersion}")+`
175
+ Run `+Pe.cyan("{updateCommand}")+" to update",o=e.message||i;e.boxenOptions??={padding:1,margin:1,textAlignment:"center",borderColor:"yellow",borderStyle:"round"};let s=Qs(Hc(o,{packageName:this._packageName,currentVersion:this.update.current,latestVersion:this.update.latest,updateCommand:r}),e.boxenOptions);return e.defer===!1?console.error(s):fn.on("exit",()=>{console.error(s)}),this}};function zc(t){let e=new ri(t);return e.check(),e}var Gc=class{check(){if(!(process.env.CI||process.env.NODE_ENV==="test"))try{let e=__PKG_NAME__,n=__PKG_VERSION__;if(!e||!n)return;zc({pkg:{name:e,version:n},updateCheckInterval:1e3*60*60*24}).notify({message:`\u65B0\u7248\u672C\u53EF\u7528\uFF1A{currentVersion} \u2192 {latestVersion}
176
+ \u8FD0\u884C npm install -g {packageName} \u66F4\u65B0`})}catch{}}},OE=new Gc;OE.check();var RE=new H().name(ai.name).version(ai.version).description(ai.description);Xf(RE);RE.parseAsync(process.argv).catch(t=>{t instanceof mt&&(go(t),process.exit(1)),go(t instanceof Error?t:new Error(String(t))),process.exit(1)});
177
177
  /*! Bundled license information:
178
178
 
179
179
  mime-db/index.js: