@e2b/cli 0.0.13 → 0.0.14

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 (3) hide show
  1. package/README.md +28 -11
  2. package/dist/index.js +96 -107
  3. package/package.json +25 -24
package/dist/index.js CHANGED
@@ -1,81 +1,110 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var dD=Object.create;var lo=Object.defineProperty;var lD=Object.getOwnPropertyDescriptor;var uD=Object.getOwnPropertyNames;var cD=Object.getPrototypeOf,mD=Object.prototype.hasOwnProperty;var Ti=(t,e)=>()=>(t&&(e=t(t=0)),e);var R=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),uo=(t,e)=>{for(var a in e)lo(t,a,{get:e[a],enumerable:!0})},nm=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of uD(e))!mD.call(t,r)&&r!==a&&lo(t,r,{get:()=>e[r],enumerable:!(i=lD(e,r))||i.enumerable});return t};var G=(t,e,a)=>(a=t!=null?dD(cD(t)):{},nm(e||!t||!t.__esModule?lo(a,"default",{value:t,enumerable:!0}):a,t)),sm=t=>nm(lo({},"__esModule",{value:!0}),t);var u=Ti(()=>{});var Dn=R(Z1=>{u();var co=class extends Error{constructor(e,a,i){super(i),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=a,this.exitCode=e,this.nestedError=void 0}},J1=class extends co{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Z1.CommanderError=co;Z1.InvalidArgumentError=J1});var mo=R(td=>{u();var{InvalidArgumentError:RD}=Dn(),ed=class{constructor(e,a){switch(this.description=a||"",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,a){return a===this.defaultValue||!Array.isArray(a)?[e]:a.concat(e)}default(e,a){return this.defaultValue=e,this.defaultValueDescription=a,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(a,i)=>{if(!this.argChoices.includes(a))throw new RD(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(a,i):a},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function BD(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}td.Argument=ed;td.humanReadableArgName=BD});var id=R(om=>{u();var{humanReadableArgName:kD}=mo(),ad=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(e){let a=e.commands.filter(i=>!i._hidden);if(e._hasImplicitHelpCommand()){let[,i,r]=e._helpCommandnameAndArgs.match(/([^ ]+) *(.*)/),n=e.createCommand(i).helpOption(!1);n.description(e._helpCommandDescription),r&&n.arguments(r),a.push(n)}return this.sortSubcommands&&a.sort((i,r)=>i.name().localeCompare(r.name())),a}compareOptions(e,a){let i=r=>r.short?r.short.replace(/^-/,""):r.long.replace(/^--/,"");return i(e).localeCompare(i(a))}visibleOptions(e){let a=e.options.filter(n=>!n.hidden),i=e._hasHelpOption&&e._helpShortFlag&&!e._findOption(e._helpShortFlag),r=e._hasHelpOption&&!e._findOption(e._helpLongFlag);if(i||r){let n;i?r?n=e.createOption(e._helpFlags,e._helpDescription):n=e.createOption(e._helpShortFlag,e._helpDescription):n=e.createOption(e._helpLongFlag,e._helpDescription),a.push(n)}return this.sortOptions&&a.sort(this.compareOptions),a}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let a=[];for(let i=e.parent;i;i=i.parent){let r=i.options.filter(n=>!n.hidden);a.push(...r)}return this.sortOptions&&a.sort(this.compareOptions),a}visibleArguments(e){return e._argsDescription&&e._args.forEach(a=>{a.description=a.description||e._argsDescription[a.name()]||""}),e._args.find(a=>a.description)?e._args:[]}subcommandTerm(e){let a=e._args.map(i=>kD(i)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(a?" "+a:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,a){return a.visibleCommands(e).reduce((i,r)=>Math.max(i,a.subcommandTerm(r).length),0)}longestOptionTermLength(e,a){return a.visibleOptions(e).reduce((i,r)=>Math.max(i,a.optionTerm(r).length),0)}longestGlobalOptionTermLength(e,a){return a.visibleGlobalOptions(e).reduce((i,r)=>Math.max(i,a.optionTerm(r).length),0)}longestArgumentTermLength(e,a){return a.visibleArguments(e).reduce((i,r)=>Math.max(i,a.argumentTerm(r).length),0)}commandUsage(e){let a=e._name;e._aliases[0]&&(a=a+"|"+e._aliases[0]);let i="";for(let r=e.parent;r;r=r.parent)i=r.name()+" "+i;return i+a+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let a=[];return e.argChoices&&a.push(`choices: ${e.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&a.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&a.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&a.push(`env: ${e.envVar}`),a.length>0?`${e.description} (${a.join(", ")})`:e.description}argumentDescription(e){let a=[];if(e.argChoices&&a.push(`choices: ${e.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),e.defaultValue!==void 0&&a.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),a.length>0){let i=`(${a.join(", ")})`;return e.description?`${e.description} ${i}`:i}return e.description}formatHelp(e,a){let i=a.padWidth(e,a),r=a.helpWidth||80,n=2,o=2;function l(g,F){if(F){let E=`${g.padEnd(i+o)}${F}`;return a.wrap(E,r-n,i+o)}return g}function d(g){return g.join(`
3
- `).replace(/^/gm," ".repeat(n))}let c=[`Usage: ${a.commandUsage(e)}`,""],f=a.commandDescription(e);f.length>0&&(c=c.concat([f,""]));let v=a.visibleArguments(e).map(g=>l(a.argumentTerm(g),a.argumentDescription(g)));v.length>0&&(c=c.concat(["Arguments:",d(v),""]));let h=a.visibleOptions(e).map(g=>l(a.optionTerm(g),a.optionDescription(g)));if(h.length>0&&(c=c.concat(["Options:",d(h),""])),this.showGlobalOptions){let g=a.visibleGlobalOptions(e).map(F=>l(a.optionTerm(F),a.optionDescription(F)));g.length>0&&(c=c.concat(["Global Options:",d(g),""]))}let D=a.visibleCommands(e).map(g=>l(a.subcommandTerm(g),a.subcommandDescription(g)));return D.length>0&&(c=c.concat(["Commands:",d(D),""])),c.join(`
4
- `)}padWidth(e,a){return Math.max(a.longestOptionTermLength(e,a),a.longestGlobalOptionTermLength(e,a),a.longestSubcommandTermLength(e,a),a.longestArgumentTermLength(e,a))}wrap(e,a,i,r=40){if(e.match(/[\n]\s+/))return e;let n=a-i;if(n<r)return e;let o=e.slice(0,i),l=e.slice(i),d=" ".repeat(i),c=new RegExp(".{1,"+(n-1)+"}([\\s\u200B]|$)|[^\\s\u200B]+?([\\s\u200B]|$)","g"),f=l.match(c)||[];return o+f.map((v,h)=>(v.slice(-1)===`
5
- `&&(v=v.slice(0,v.length-1)),(h>0?d:"")+v.trimRight())).join(`
6
- `)}};om.Help=ad});var sd=R(fo=>{u();var{InvalidArgumentError:ND}=Dn(),rd=class{constructor(e,a){this.flags=e,this.description=a||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let i=pm(e);this.short=i.shortFlag,this.long=i.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,a){return this.defaultValue=e,this.defaultValueDescription=a,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){return this.implied=Object.assign(this.implied||{},e),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,a){return a===this.defaultValue||!Array.isArray(a)?[e]:a.concat(e)}choices(e){return this.argChoices=e.slice(),this.parseArg=(a,i)=>{if(!this.argChoices.includes(a))throw new ND(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(a,i):a},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return OD(this.name().replace(/^no-/,""))}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},nd=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(a=>{a.negate?this.negativeOptions.set(a.attributeName(),a):this.positiveOptions.set(a.attributeName(),a)}),this.negativeOptions.forEach((a,i)=>{this.positiveOptions.has(i)&&this.dualOptions.add(i)})}valueFromOption(e,a){let i=a.attributeName();if(!this.dualOptions.has(i))return!0;let r=this.negativeOptions.get(i).presetArg,n=r!==void 0?r:!1;return a.negate===(n===e)}};function OD(t){return t.split("-").reduce((e,a)=>e+a[0].toUpperCase()+a.slice(1))}function pm(t){let e,a,i=t.split(/[ |,]+/);return i.length>1&&!/^[[<]/.test(i[1])&&(e=i.shift()),a=i.shift(),!e&&/^-[^-]$/.test(a)&&(e=a,a=void 0),{shortFlag:e,longFlag:a}}fo.Option=rd;fo.splitOptionFlags=pm;fo.DualOptions=nd});var lm=R(dm=>{u();function PD(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let a=[];for(let i=0;i<=t.length;i++)a[i]=[i];for(let i=0;i<=e.length;i++)a[0][i]=i;for(let i=1;i<=e.length;i++)for(let r=1;r<=t.length;r++){let n=1;t[r-1]===e[i-1]?n=0:n=1,a[r][i]=Math.min(a[r-1][i]+1,a[r][i-1]+1,a[r-1][i-1]+n),r>1&&i>1&&t[r-1]===e[i-2]&&t[r-2]===e[i-1]&&(a[r][i]=Math.min(a[r][i],a[r-2][i-2]+1))}return a[t.length][e.length]}function LD(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let a=t.startsWith("--");a&&(t=t.slice(2),e=e.map(o=>o.slice(2)));let i=[],r=3,n=.4;return e.forEach(o=>{if(o.length<=1)return;let l=PD(t,o),d=Math.max(t.length,o.length);(d-l)/d>n&&(l<r?(r=l,i=[o]):l===r&&i.push(o))}),i.sort((o,l)=>o.localeCompare(l)),a&&(i=i.map(o=>`--${o}`)),i.length>1?`
7
- (Did you mean one of ${i.join(", ")}?)`:i.length===1?`
8
- (Did you mean ${i[0]}?)`:""}dm.suggestSimilar=LD});var Dm=R(hm=>{u();var ID=require("events").EventEmitter,od=require("child_process"),ca=require("path"),pd=require("fs"),we=require("process"),{Argument:qD,humanReadableArgName:jD}=mo(),{CommanderError:dd}=Dn(),{Help:VD}=id(),{Option:um,splitOptionFlags:MD,DualOptions:WD}=sd(),{suggestSimilar:cm}=lm(),bn=class extends ID{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!0,this._args=[],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:a=>we.stdout.write(a),writeErr:a=>we.stderr.write(a),getOutHelpWidth:()=>we.stdout.isTTY?we.stdout.columns:void 0,getErrHelpWidth:()=>we.stderr.isTTY?we.stderr.columns:void 0,outputError:(a,i)=>i(a)},this._hidden=!1,this._hasHelpOption=!0,this._helpFlags="-h, --help",this._helpDescription="display help for command",this._helpShortFlag="-h",this._helpLongFlag="--help",this._addImplicitHelpCommand=void 0,this._helpCommandName="help",this._helpCommandnameAndArgs="help [command]",this._helpCommandDescription="display help for command",this._helpConfiguration={}}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._hasHelpOption=e._hasHelpOption,this._helpFlags=e._helpFlags,this._helpDescription=e._helpDescription,this._helpShortFlag=e._helpShortFlag,this._helpLongFlag=e._helpLongFlag,this._helpCommandName=e._helpCommandName,this._helpCommandnameAndArgs=e._helpCommandnameAndArgs,this._helpCommandDescription=e._helpCommandDescription,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}command(e,a,i){let r=a,n=i;typeof r=="object"&&r!==null&&(n=r,r=null),n=n||{};let[,o,l]=e.match(/([^ ]+) *(.*)/),d=this.createCommand(o);return r&&(d.description(r),d._executableHandler=!0),n.isDefault&&(this._defaultCommandName=d._name),d._hidden=!!(n.noHelp||n.hidden),d._executableFile=n.executableFile||null,l&&d.arguments(l),this.commands.push(d),d.parent=this,d.copyInheritedSettings(this),r?this:d}createCommand(e){return new bn(e)}createHelp(){return Object.assign(new VD,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,a){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
9
- - specify the name in Command constructor or using .name()`);return a=a||{},a.isDefault&&(this._defaultCommandName=e._name),(a.noHelp||a.hidden)&&(e._hidden=!0),this.commands.push(e),e.parent=this,this}createArgument(e,a){return new qD(e,a)}argument(e,a,i,r){let n=this.createArgument(e,a);return typeof i=="function"?n.default(r).argParser(i):n.default(i),this.addArgument(n),this}arguments(e){return e.split(/ +/).forEach(a=>{this.argument(a)}),this}addArgument(e){let a=this._args.slice(-1)[0];if(a&&a.variadic)throw new Error(`only the last argument can be variadic '${a.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._args.push(e),this}addHelpCommand(e,a){return e===!1?this._addImplicitHelpCommand=!1:(this._addImplicitHelpCommand=!0,typeof e=="string"&&(this._helpCommandName=e.split(" ")[0],this._helpCommandnameAndArgs=e),this._helpCommandDescription=a||this._helpCommandDescription),this}_hasImplicitHelpCommand(){return this._addImplicitHelpCommand===void 0?this.commands.length&&!this._actionHandler&&!this._findCommand("help"):this._addImplicitHelpCommand}hook(e,a){let i=["preSubcommand","preAction","postAction"];if(!i.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
10
- Expecting one of '${i.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(a):this._lifeCycleHooks[e]=[a],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=a=>{if(a.code!=="commander.executeSubCommandAsync")throw a},this}_exit(e,a,i){this._exitCallback&&this._exitCallback(new dd(e,a,i)),we.exit(e)}action(e){let a=i=>{let r=this._args.length,n=i.slice(0,r);return this._storeOptionsAsProperties?n[r]=this:n[r]=this.opts(),n.push(this),e.apply(this,n)};return this._actionHandler=a,this}createOption(e,a){return new um(e,a)}addOption(e){let a=e.name(),i=e.attributeName();if(e.negate){let n=e.long.replace(/^--no-/,"--");this._findOption(n)||this.setOptionValueWithSource(i,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(i,e.defaultValue,"default");this.options.push(e);let r=(n,o,l)=>{n==null&&e.presetArg!==void 0&&(n=e.presetArg);let d=this.getOptionValue(i);if(n!==null&&e.parseArg)try{n=e.parseArg(n,d)}catch(c){if(c.code==="commander.invalidArgument"){let f=`${o} ${c.message}`;this.error(f,{exitCode:c.exitCode,code:c.code})}throw c}else n!==null&&e.variadic&&(n=e._concatValue(n,d));n==null&&(e.negate?n=!1:e.isBoolean()||e.optional?n=!0:n=""),this.setOptionValueWithSource(i,n,l)};return this.on("option:"+a,n=>{let o=`error: option '${e.flags}' argument '${n}' is invalid.`;r(n,o,"cli")}),e.envVar&&this.on("optionEnv:"+a,n=>{let o=`error: option '${e.flags}' value '${n}' from env '${e.envVar}' is invalid.`;r(n,o,"env")}),this}_optionEx(e,a,i,r,n){if(typeof a=="object"&&a instanceof um)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let o=this.createOption(a,i);if(o.makeOptionMandatory(!!e.mandatory),typeof r=="function")o.default(n).argParser(r);else if(r instanceof RegExp){let l=r;r=(d,c)=>{let f=l.exec(d);return f?f[0]:c},o.default(n).argParser(r)}else o.default(r);return this.addOption(o)}option(e,a,i,r){return this._optionEx({},e,a,i,r)}requiredOption(e,a,i,r){return this._optionEx({mandatory:!0},e,a,i,r)}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){if(this._passThroughOptions=!!e,this.parent&&e&&!this.parent._enablePositionalOptions)throw new Error("passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)");return this}storeOptionsAsProperties(e=!0){if(this._storeOptionsAsProperties=!!e,this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");return this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,a){return this.setOptionValueWithSource(e,a,void 0)}setOptionValueWithSource(e,a,i){return this._storeOptionsAsProperties?this[e]=a:this._optionValues[e]=a,this._optionValueSources[e]=i,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let a;return vn(this).forEach(i=>{i.getOptionValueSource(e)!==void 0&&(a=i.getOptionValueSource(e))}),a}_prepareUserArgs(e,a){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");a=a||{},e===void 0&&(e=we.argv,we.versions&&we.versions.electron&&(a.from="electron")),this.rawArgs=e.slice();let i;switch(a.from){case void 0:case"node":this._scriptPath=e[1],i=e.slice(2);break;case"electron":we.defaultApp?(this._scriptPath=e[1],i=e.slice(2)):i=e.slice(1);break;case"user":i=e.slice(0);break;default:throw new Error(`unexpected parse option { from: '${a.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",i}parse(e,a){let i=this._prepareUserArgs(e,a);return this._parseCommand([],i),this}async parseAsync(e,a){let i=this._prepareUserArgs(e,a);return await this._parseCommand([],i),this}_executeSubCommand(e,a){a=a.slice();let i=!1,r=[".js",".ts",".tsx",".mjs",".cjs"];function n(f,v){let h=ca.resolve(f,v);if(pd.existsSync(h))return h;if(r.includes(ca.extname(v)))return;let D=r.find(g=>pd.existsSync(`${h}${g}`));if(D)return`${h}${D}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let o=e._executableFile||`${this._name}-${e._name}`,l=this._executableDir||"";if(this._scriptPath){let f;try{f=pd.realpathSync(this._scriptPath)}catch{f=this._scriptPath}l=ca.resolve(ca.dirname(f),l)}if(l){let f=n(l,o);if(!f&&!e._executableFile&&this._scriptPath){let v=ca.basename(this._scriptPath,ca.extname(this._scriptPath));v!==this._name&&(f=n(l,`${v}-${e._name}`))}o=f||o}i=r.includes(ca.extname(o));let d;we.platform!=="win32"?i?(a.unshift(o),a=fm(we.execArgv).concat(a),d=od.spawn(we.argv[0],a,{stdio:"inherit"})):d=od.spawn(o,a,{stdio:"inherit"}):(a.unshift(o),a=fm(we.execArgv).concat(a),d=od.spawn(we.execPath,a,{stdio:"inherit"})),d.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(v=>{we.on(v,()=>{d.killed===!1&&d.exitCode===null&&d.kill(v)})});let c=this._exitCallback;c?d.on("close",()=>{c(new dd(we.exitCode||0,"commander.executeSubCommandAsync","(close)"))}):d.on("close",we.exit.bind(we)),d.on("error",f=>{if(f.code==="ENOENT"){let v=l?`searched for local subcommand relative to directory '${l}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",h=`'${o}' does not exist
2
+ "use strict";var Ly=Object.create;var hi=Object.defineProperty;var $y=Object.getOwnPropertyDescriptor;var My=Object.getOwnPropertyNames;var Hy=Object.getPrototypeOf,Uy=Object.prototype.hasOwnProperty;var jy=(t,e)=>()=>(t&&(e=t(t=0)),e);var C=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ic=(t,e)=>{for(var r in e)hi(t,r,{get:e[r],enumerable:!0})},Pc=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of My(e))!Uy.call(t,i)&&i!==r&&hi(t,i,{get:()=>e[i],enumerable:!(n=$y(e,i))||n.enumerable});return t};var M=(t,e,r)=>(r=t!=null?Ly(Hy(t)):{},Pc(e||!t||!t.__esModule?hi(r,"default",{value:t,enumerable:!0}):r,t)),qy=t=>Pc(hi({},"__esModule",{value:!0}),t);var Gy,importMetaUrl,l=jy(()=>{"use strict";Gy=()=>typeof document>"u"?new URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,importMetaUrl=Gy()});var en=C(Bo=>{"use strict";l();var di=class extends Error{constructor(e,r,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=e,this.nestedError=void 0}},Ro=class extends di{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Bo.CommanderError=di;Bo.InvalidArgumentError=Ro});var pi=C(Po=>{"use strict";l();var{InvalidArgumentError:ux}=en(),Io=class{constructor(e,r){switch(this.description=r||"",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,r){return r===this.defaultValue||!Array.isArray(r)?[e]:r.concat(e)}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new ux(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(r,n):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function ax(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}Po.Argument=Io;Po.humanReadableArgName=ax});var ko=C(Nc=>{"use strict";l();var{humanReadableArgName:lx}=pi(),No=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(e){let r=e.commands.filter(n=>!n._hidden);if(e._hasImplicitHelpCommand()){let[,n,i]=e._helpCommandnameAndArgs.match(/([^ ]+) *(.*)/),s=e.createCommand(n).helpOption(!1);s.description(e._helpCommandDescription),i&&s.arguments(i),r.push(s)}return this.sortSubcommands&&r.sort((n,i)=>n.name().localeCompare(i.name())),r}compareOptions(e,r){let n=i=>i.short?i.short.replace(/^-/,""):i.long.replace(/^--/,"");return n(e).localeCompare(n(r))}visibleOptions(e){let r=e.options.filter(s=>!s.hidden),n=e._hasHelpOption&&e._helpShortFlag&&!e._findOption(e._helpShortFlag),i=e._hasHelpOption&&!e._findOption(e._helpLongFlag);if(n||i){let s;n?i?s=e.createOption(e._helpFlags,e._helpDescription):s=e.createOption(e._helpShortFlag,e._helpDescription):s=e.createOption(e._helpLongFlag,e._helpDescription),r.push(s)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let r=[];for(let n=e.parent;n;n=n.parent){let i=n.options.filter(s=>!s.hidden);r.push(...i)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(r=>{r.description=r.description||e._argsDescription[r.name()]||""}),e.registeredArguments.find(r=>r.description)?e.registeredArguments:[]}subcommandTerm(e){let r=e.registeredArguments.map(n=>lx(n)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,r){return r.visibleCommands(e).reduce((n,i)=>Math.max(n,r.subcommandTerm(i).length),0)}longestOptionTermLength(e,r){return r.visibleOptions(e).reduce((n,i)=>Math.max(n,r.optionTerm(i).length),0)}longestGlobalOptionTermLength(e,r){return r.visibleGlobalOptions(e).reduce((n,i)=>Math.max(n,r.optionTerm(i).length),0)}longestArgumentTermLength(e,r){return r.visibleArguments(e).reduce((n,i)=>Math.max(n,r.argumentTerm(i).length),0)}commandUsage(e){let r=e._name;e._aliases[0]&&(r=r+"|"+e._aliases[0]);let n="";for(let i=e.parent;i;i=i.parent)n=i.name()+" "+n;return n+r+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let r=[];return e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&r.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&r.push(`env: ${e.envVar}`),r.length>0?`${e.description} (${r.join(", ")})`:e.description}argumentDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}formatHelp(e,r){let n=r.padWidth(e,r),i=r.helpWidth||80,s=2,o=2;function u(_,O){if(O){let k=`${_.padEnd(n+o)}${O}`;return r.wrap(k,i-s,n+o)}return _}function a(_){return _.join(`
3
+ `).replace(/^/gm," ".repeat(s))}let c=[`Usage: ${r.commandUsage(e)}`,""],f=r.commandDescription(e);f.length>0&&(c=c.concat([r.wrap(f,i,0),""]));let p=r.visibleArguments(e).map(_=>u(r.argumentTerm(_),r.argumentDescription(_)));p.length>0&&(c=c.concat(["Arguments:",a(p),""]));let m=r.visibleOptions(e).map(_=>u(r.optionTerm(_),r.optionDescription(_)));if(m.length>0&&(c=c.concat(["Options:",a(m),""])),this.showGlobalOptions){let _=r.visibleGlobalOptions(e).map(O=>u(r.optionTerm(O),r.optionDescription(O)));_.length>0&&(c=c.concat(["Global Options:",a(_),""]))}let y=r.visibleCommands(e).map(_=>u(r.subcommandTerm(_),r.subcommandDescription(_)));return y.length>0&&(c=c.concat(["Commands:",a(y),""])),c.join(`
4
+ `)}padWidth(e,r){return Math.max(r.longestOptionTermLength(e,r),r.longestGlobalOptionTermLength(e,r),r.longestSubcommandTermLength(e,r),r.longestArgumentTermLength(e,r))}wrap(e,r,n,i=40){let s=" \\f\\t\\v\xA0\u1680\u2000-\u200A\u202F\u205F\u3000\uFEFF",o=new RegExp(`[\\n][${s}]+`);if(e.match(o))return e;let u=r-n;if(u<i)return e;let a=e.slice(0,n),c=e.slice(n).replace(`\r
5
+ `,`
6
+ `),f=" ".repeat(n),m="\\s\u200B",y=new RegExp(`
7
+ |.{1,${u-1}}([${m}]|$)|[^${m}]+?([${m}]|$)`,"g"),_=c.match(y)||[];return a+_.map((O,k)=>O===`
8
+ `?"":(k>0?f:"")+O.trimEnd()).join(`
9
+ `)}};Nc.Help=No});var Mo=C(Di=>{"use strict";l();var{InvalidArgumentError:cx}=en(),Lo=class{constructor(e,r){this.flags=e,this.description=r||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let n=kc(e);this.short=n.shortFlag,this.long=n.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,r){return this.defaultValue=e,this.defaultValueDescription=r,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let r=e;return typeof e=="string"&&(r={[e]:!0}),this.implied=Object.assign(this.implied||{},r),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,r){return r===this.defaultValue||!Array.isArray(r)?[e]:r.concat(e)}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new cx(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(r,n):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return fx(this.name().replace(/^no-/,""))}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},$o=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,n)=>{this.positiveOptions.has(n)&&this.dualOptions.add(n)})}valueFromOption(e,r){let n=r.attributeName();if(!this.dualOptions.has(n))return!0;let i=this.negativeOptions.get(n).presetArg,s=i!==void 0?i:!1;return r.negate===(s===e)}};function fx(t){return t.split("-").reduce((e,r)=>e+r[0].toUpperCase()+r.slice(1))}function kc(t){let e,r,n=t.split(/[ |,]+/);return n.length>1&&!/^[[<]/.test(n[1])&&(e=n.shift()),r=n.shift(),!e&&/^-[^-]$/.test(r)&&(e=r,r=void 0),{shortFlag:e,longFlag:r}}Di.Option=Lo;Di.splitOptionFlags=kc;Di.DualOptions=$o});var $c=C(Lc=>{"use strict";l();function hx(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let r=[];for(let n=0;n<=t.length;n++)r[n]=[n];for(let n=0;n<=e.length;n++)r[0][n]=n;for(let n=1;n<=e.length;n++)for(let i=1;i<=t.length;i++){let s=1;t[i-1]===e[n-1]?s=0:s=1,r[i][n]=Math.min(r[i-1][n]+1,r[i][n-1]+1,r[i-1][n-1]+s),i>1&&n>1&&t[i-1]===e[n-2]&&t[i-2]===e[n-1]&&(r[i][n]=Math.min(r[i][n],r[i-2][n-2]+1))}return r[t.length][e.length]}function dx(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let r=t.startsWith("--");r&&(t=t.slice(2),e=e.map(o=>o.slice(2)));let n=[],i=3,s=.4;return e.forEach(o=>{if(o.length<=1)return;let u=hx(t,o),a=Math.max(t.length,o.length);(a-u)/a>s&&(u<i?(i=u,n=[o]):u===i&&n.push(o))}),n.sort((o,u)=>o.localeCompare(u)),r&&(n=n.map(o=>`--${o}`)),n.length>1?`
10
+ (Did you mean one of ${n.join(", ")}?)`:n.length===1?`
11
+ (Did you mean ${n[0]}?)`:""}Lc.suggestSimilar=dx});var Gc=C(qc=>{"use strict";l();var px=require("events").EventEmitter,Ho=require("child_process"),dt=require("path"),Uo=require("fs"),se=require("process"),{Argument:Dx,humanReadableArgName:mx}=pi(),{CommanderError:jo}=en(),{Help:gx}=ko(),{Option:Mc,splitOptionFlags:Ex,DualOptions:yx}=Mo(),{suggestSimilar:Hc}=$c(),qo=class t extends px{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:r=>se.stdout.write(r),writeErr:r=>se.stderr.write(r),getOutHelpWidth:()=>se.stdout.isTTY?se.stdout.columns:void 0,getErrHelpWidth:()=>se.stderr.isTTY?se.stderr.columns:void 0,outputError:(r,n)=>n(r)},this._hidden=!1,this._hasHelpOption=!0,this._helpFlags="-h, --help",this._helpDescription="display help for command",this._helpShortFlag="-h",this._helpLongFlag="--help",this._addImplicitHelpCommand=void 0,this._helpCommandName="help",this._helpCommandnameAndArgs="help [command]",this._helpCommandDescription="display help for command",this._helpConfiguration={}}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._hasHelpOption=e._hasHelpOption,this._helpFlags=e._helpFlags,this._helpDescription=e._helpDescription,this._helpShortFlag=e._helpShortFlag,this._helpLongFlag=e._helpLongFlag,this._helpCommandName=e._helpCommandName,this._helpCommandnameAndArgs=e._helpCommandnameAndArgs,this._helpCommandDescription=e._helpCommandDescription,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 r=this;r;r=r.parent)e.push(r);return e}command(e,r,n){let i=r,s=n;typeof i=="object"&&i!==null&&(s=i,i=null),s=s||{};let[,o,u]=e.match(/([^ ]+) *(.*)/),a=this.createCommand(o);return i&&(a.description(i),a._executableHandler=!0),s.isDefault&&(this._defaultCommandName=a._name),a._hidden=!!(s.noHelp||s.hidden),a._executableFile=s.executableFile||null,u&&a.arguments(u),this.commands.push(a),a.parent=this,a.copyInheritedSettings(this),i?this:a}createCommand(e){return new t(e)}createHelp(){return Object.assign(new gx,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,r){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
12
+ - specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=e._name),(r.noHelp||r.hidden)&&(e._hidden=!0),this.commands.push(e),e.parent=this,this}createArgument(e,r){return new Dx(e,r)}argument(e,r,n,i){let s=this.createArgument(e,r);return typeof n=="function"?s.default(i).argParser(n):s.default(n),this.addArgument(s),this}arguments(e){return e.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(e){let r=this.registeredArguments.slice(-1)[0];if(r&&r.variadic)throw new Error(`only the last argument can be variadic '${r.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}addHelpCommand(e,r){return e===!1?this._addImplicitHelpCommand=!1:(this._addImplicitHelpCommand=!0,typeof e=="string"&&(this._helpCommandName=e.split(" ")[0],this._helpCommandnameAndArgs=e),this._helpCommandDescription=r||this._helpCommandDescription),this}_hasImplicitHelpCommand(){return this._addImplicitHelpCommand===void 0?this.commands.length&&!this._actionHandler&&!this._findCommand("help"):this._addImplicitHelpCommand}hook(e,r){let n=["preSubcommand","preAction","postAction"];if(!n.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
13
+ Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(r):this._lifeCycleHooks[e]=[r],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(e,r,n){this._exitCallback&&this._exitCallback(new jo(e,r,n)),se.exit(e)}action(e){let r=n=>{let i=this.registeredArguments.length,s=n.slice(0,i);return this._storeOptionsAsProperties?s[i]=this:s[i]=this.opts(),s.push(this),e.apply(this,s)};return this._actionHandler=r,this}createOption(e,r){return new Mc(e,r)}_callParseArg(e,r,n,i){try{return e.parseArg(r,n)}catch(s){if(s.code==="commander.invalidArgument"){let o=`${i} ${s.message}`;this.error(o,{exitCode:s.exitCode,code:s.code})}throw s}}addOption(e){let r=e.name(),n=e.attributeName();if(e.negate){let s=e.long.replace(/^--no-/,"--");this._findOption(s)||this.setOptionValueWithSource(n,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,"default");this.options.push(e);let i=(s,o,u)=>{s==null&&e.presetArg!==void 0&&(s=e.presetArg);let a=this.getOptionValue(n);s!==null&&e.parseArg?s=this._callParseArg(e,s,a,o):s!==null&&e.variadic&&(s=e._concatValue(s,a)),s==null&&(e.negate?s=!1:e.isBoolean()||e.optional?s=!0:s=""),this.setOptionValueWithSource(n,s,u)};return this.on("option:"+r,s=>{let o=`error: option '${e.flags}' argument '${s}' is invalid.`;i(s,o,"cli")}),e.envVar&&this.on("optionEnv:"+r,s=>{let o=`error: option '${e.flags}' value '${s}' from env '${e.envVar}' is invalid.`;i(s,o,"env")}),this}_optionEx(e,r,n,i,s){if(typeof r=="object"&&r instanceof Mc)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let o=this.createOption(r,n);if(o.makeOptionMandatory(!!e.mandatory),typeof i=="function")o.default(s).argParser(i);else if(i instanceof RegExp){let u=i;i=(a,c)=>{let f=u.exec(a);return f?f[0]:c},o.default(s).argParser(i)}else o.default(i);return this.addOption(o)}option(e,r,n,i){return this._optionEx({},e,r,n,i)}requiredOption(e,r,n,i){return this._optionEx({mandatory:!0},e,r,n,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){if(this._passThroughOptions=!!e,this.parent&&e&&!this.parent._enablePositionalOptions)throw new Error("passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)");return this}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,r){return this.setOptionValueWithSource(e,r,void 0)}setOptionValueWithSource(e,r,n){return this._storeOptionsAsProperties?this[e]=r:this._optionValues[e]=r,this._optionValueSources[e]=n,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let r;return this._getCommandAndAncestors().forEach(n=>{n.getOptionValueSource(e)!==void 0&&(r=n.getOptionValueSource(e))}),r}_prepareUserArgs(e,r){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");r=r||{},e===void 0&&(e=se.argv,se.versions&&se.versions.electron&&(r.from="electron")),this.rawArgs=e.slice();let n;switch(r.from){case void 0:case"node":this._scriptPath=e[1],n=e.slice(2);break;case"electron":se.defaultApp?(this._scriptPath=e[1],n=e.slice(2)):n=e.slice(1);break;case"user":n=e.slice(0);break;default:throw new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",n}parse(e,r){let n=this._prepareUserArgs(e,r);return this._parseCommand([],n),this}async parseAsync(e,r){let n=this._prepareUserArgs(e,r);return await this._parseCommand([],n),this}_executeSubCommand(e,r){r=r.slice();let n=!1,i=[".js",".ts",".tsx",".mjs",".cjs"];function s(f,p){let m=dt.resolve(f,p);if(Uo.existsSync(m))return m;if(i.includes(dt.extname(p)))return;let y=i.find(_=>Uo.existsSync(`${m}${_}`));if(y)return`${m}${y}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let o=e._executableFile||`${this._name}-${e._name}`,u=this._executableDir||"";if(this._scriptPath){let f;try{f=Uo.realpathSync(this._scriptPath)}catch{f=this._scriptPath}u=dt.resolve(dt.dirname(f),u)}if(u){let f=s(u,o);if(!f&&!e._executableFile&&this._scriptPath){let p=dt.basename(this._scriptPath,dt.extname(this._scriptPath));p!==this._name&&(f=s(u,`${p}-${e._name}`))}o=f||o}n=i.includes(dt.extname(o));let a;se.platform!=="win32"?n?(r.unshift(o),r=jc(se.execArgv).concat(r),a=Ho.spawn(se.argv[0],r,{stdio:"inherit"})):a=Ho.spawn(o,r,{stdio:"inherit"}):(r.unshift(o),r=jc(se.execArgv).concat(r),a=Ho.spawn(se.execPath,r,{stdio:"inherit"})),a.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(p=>{se.on(p,()=>{a.killed===!1&&a.exitCode===null&&a.kill(p)})});let c=this._exitCallback;c?a.on("close",()=>{c(new jo(se.exitCode||0,"commander.executeSubCommandAsync","(close)"))}):a.on("close",se.exit.bind(se)),a.on("error",f=>{if(f.code==="ENOENT"){let p=u?`searched for local subcommand relative to directory '${u}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",m=`'${o}' does not exist
11
14
  - if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
12
15
  - if the default executable name is not suitable, use the executableFile option to supply a custom name or path
13
- - ${v}`;throw new Error(h)}else if(f.code==="EACCES")throw new Error(`'${o}' not executable`);if(!c)we.exit(1);else{let v=new dd(1,"commander.executeSubCommandAsync","(error)");v.nestedError=f,c(v)}}),this.runningCommand=d}_dispatchSubcommand(e,a,i){let r=this._findCommand(e);r||this.help({error:!0});let n;return n=this._chainOrCallSubCommandHook(n,r,"preSubcommand"),n=this._chainOrCall(n,()=>{if(r._executableHandler)this._executeSubCommand(r,a.concat(i));else return r._parseCommand(a,i)}),n}_checkNumberOfArguments(){this._args.forEach((e,a)=>{e.required&&this.args[a]==null&&this.missingArgument(e.name())}),!(this._args.length>0&&this._args[this._args.length-1].variadic)&&this.args.length>this._args.length&&this._excessArguments(this.args)}_processArguments(){let e=(i,r,n)=>{let o=r;if(r!==null&&i.parseArg)try{o=i.parseArg(r,n)}catch(l){if(l.code==="commander.invalidArgument"){let d=`error: command-argument value '${r}' is invalid for argument '${i.name()}'. ${l.message}`;this.error(d,{exitCode:l.exitCode,code:l.code})}throw l}return o};this._checkNumberOfArguments();let a=[];this._args.forEach((i,r)=>{let n=i.defaultValue;i.variadic?r<this.args.length?(n=this.args.slice(r),i.parseArg&&(n=n.reduce((o,l)=>e(i,l,o),i.defaultValue))):n===void 0&&(n=[]):r<this.args.length&&(n=this.args[r],i.parseArg&&(n=e(i,n,i.defaultValue))),a[r]=n}),this.processedArgs=a}_chainOrCall(e,a){return e&&e.then&&typeof e.then=="function"?e.then(()=>a()):a()}_chainOrCallHooks(e,a){let i=e,r=[];return vn(this).reverse().filter(n=>n._lifeCycleHooks[a]!==void 0).forEach(n=>{n._lifeCycleHooks[a].forEach(o=>{r.push({hookedCommand:n,callback:o})})}),a==="postAction"&&r.reverse(),r.forEach(n=>{i=this._chainOrCall(i,()=>n.callback(n.hookedCommand,this))}),i}_chainOrCallSubCommandHook(e,a,i){let r=e;return this._lifeCycleHooks[i]!==void 0&&this._lifeCycleHooks[i].forEach(n=>{r=this._chainOrCall(r,()=>n(this,a))}),r}_parseCommand(e,a){let i=this.parseOptions(a);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(i.operands),a=i.unknown,this.args=e.concat(a),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),a);if(this._hasImplicitHelpCommand()&&e[0]===this._helpCommandName)return e.length===1&&this.help(),this._dispatchSubcommand(e[1],[],[this._helpLongFlag]);if(this._defaultCommandName)return mm(this,a),this._dispatchSubcommand(this._defaultCommandName,e,a);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),mm(this,i.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let r=()=>{i.unknown.length>0&&this.unknownOption(i.unknown[0])},n=`command:${this.name()}`;if(this._actionHandler){r(),this._processArguments();let o;return o=this._chainOrCallHooks(o,"preAction"),o=this._chainOrCall(o,()=>this._actionHandler(this.processedArgs)),this.parent&&(o=this._chainOrCall(o,()=>{this.parent.emit(n,e,a)})),o=this._chainOrCallHooks(o,"postAction"),o}if(this.parent&&this.parent.listenerCount(n))r(),this._processArguments(),this.parent.emit(n,e,a);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,a);this.listenerCount("command:*")?this.emit("command:*",e,a):this.commands.length?this.unknownCommand():(r(),this._processArguments())}else this.commands.length?(r(),this.help({error:!0})):(r(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(a=>a._name===e||a._aliases.includes(e))}_findOption(e){return this.options.find(a=>a.is(e))}_checkForMissingMandatoryOptions(){for(let e=this;e;e=e.parent)e.options.forEach(a=>{a.mandatory&&e.getOptionValue(a.attributeName())===void 0&&e.missingMandatoryOptionValue(a)})}_checkForConflictingLocalOptions(){let e=this.options.filter(i=>{let r=i.attributeName();return this.getOptionValue(r)===void 0?!1:this.getOptionValueSource(r)!=="default"});e.filter(i=>i.conflictsWith.length>0).forEach(i=>{let r=e.find(n=>i.conflictsWith.includes(n.attributeName()));r&&this._conflictingOption(i,r)})}_checkForConflictingOptions(){for(let e=this;e;e=e.parent)e._checkForConflictingLocalOptions()}parseOptions(e){let a=[],i=[],r=a,n=e.slice();function o(d){return d.length>1&&d[0]==="-"}let l=null;for(;n.length;){let d=n.shift();if(d==="--"){r===i&&r.push(d),r.push(...n);break}if(l&&!o(d)){this.emit(`option:${l.name()}`,d);continue}if(l=null,o(d)){let c=this._findOption(d);if(c){if(c.required){let f=n.shift();f===void 0&&this.optionMissingArgument(c),this.emit(`option:${c.name()}`,f)}else if(c.optional){let f=null;n.length>0&&!o(n[0])&&(f=n.shift()),this.emit(`option:${c.name()}`,f)}else this.emit(`option:${c.name()}`);l=c.variadic?c:null;continue}}if(d.length>2&&d[0]==="-"&&d[1]!=="-"){let c=this._findOption(`-${d[1]}`);if(c){c.required||c.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${c.name()}`,d.slice(2)):(this.emit(`option:${c.name()}`),n.unshift(`-${d.slice(2)}`));continue}}if(/^--[^=]+=/.test(d)){let c=d.indexOf("="),f=this._findOption(d.slice(0,c));if(f&&(f.required||f.optional)){this.emit(`option:${f.name()}`,d.slice(c+1));continue}}if(o(d)&&(r=i),(this._enablePositionalOptions||this._passThroughOptions)&&a.length===0&&i.length===0){if(this._findCommand(d)){a.push(d),n.length>0&&i.push(...n);break}else if(d===this._helpCommandName&&this._hasImplicitHelpCommand()){a.push(d),n.length>0&&a.push(...n);break}else if(this._defaultCommandName){i.push(d),n.length>0&&i.push(...n);break}}if(this._passThroughOptions){r.push(d),n.length>0&&r.push(...n);break}r.push(d)}return{operands:a,unknown:i}}opts(){if(this._storeOptionsAsProperties){let e={},a=this.options.length;for(let i=0;i<a;i++){let r=this.options[i].attributeName();e[r]=r===this._versionOptionName?this._version:this[r]}return e}return this._optionValues}optsWithGlobals(){return vn(this).reduce((e,a)=>Object.assign(e,a.opts()),{})}error(e,a){this._outputConfiguration.outputError(`${e}
16
+ - ${p}`;throw new Error(m)}else if(f.code==="EACCES")throw new Error(`'${o}' not executable`);if(!c)se.exit(1);else{let p=new jo(1,"commander.executeSubCommandAsync","(error)");p.nestedError=f,c(p)}}),this.runningCommand=a}_dispatchSubcommand(e,r,n){let i=this._findCommand(e);i||this.help({error:!0});let s;return s=this._chainOrCallSubCommandHook(s,i,"preSubcommand"),s=this._chainOrCall(s,()=>{if(i._executableHandler)this._executeSubCommand(i,r.concat(n));else return i._parseCommand(r,n)}),s}_dispatchHelpCommand(e){e||this.help();let r=this._findCommand(e);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(e,[],[this._helpLongFlag||this._helpShortFlag])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,r)=>{e.required&&this.args[r]==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=(n,i,s)=>{let o=i;if(i!==null&&n.parseArg){let u=`error: command-argument value '${i}' is invalid for argument '${n.name()}'.`;o=this._callParseArg(n,i,s,u)}return o};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((n,i)=>{let s=n.defaultValue;n.variadic?i<this.args.length?(s=this.args.slice(i),n.parseArg&&(s=s.reduce((o,u)=>e(n,u,o),n.defaultValue))):s===void 0&&(s=[]):i<this.args.length&&(s=this.args[i],n.parseArg&&(s=e(n,s,n.defaultValue))),r[i]=s}),this.processedArgs=r}_chainOrCall(e,r){return e&&e.then&&typeof e.then=="function"?e.then(()=>r()):r()}_chainOrCallHooks(e,r){let n=e,i=[];return this._getCommandAndAncestors().reverse().filter(s=>s._lifeCycleHooks[r]!==void 0).forEach(s=>{s._lifeCycleHooks[r].forEach(o=>{i.push({hookedCommand:s,callback:o})})}),r==="postAction"&&i.reverse(),i.forEach(s=>{n=this._chainOrCall(n,()=>s.callback(s.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,r,n){let i=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(s=>{i=this._chainOrCall(i,()=>s(this,r))}),i}_parseCommand(e,r){let n=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),r=n.unknown,this.args=e.concat(r),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),r);if(this._hasImplicitHelpCommand()&&e[0]===this._helpCommandName)return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return Uc(this,r),this._dispatchSubcommand(this._defaultCommandName,e,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),Uc(this,n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},s=`command:${this.name()}`;if(this._actionHandler){i(),this._processArguments();let o;return o=this._chainOrCallHooks(o,"preAction"),o=this._chainOrCall(o,()=>this._actionHandler(this.processedArgs)),this.parent&&(o=this._chainOrCall(o,()=>{this.parent.emit(s,e,r)})),o=this._chainOrCallHooks(o,"postAction"),o}if(this.parent&&this.parent.listenerCount(s))i(),this._processArguments(),this.parent.emit(s,e,r);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,r);this.listenerCount("command:*")?this.emit("command:*",e,r):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(r=>r._name===e||r._aliases.includes(e))}_findOption(e){return this.options.find(r=>r.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(r=>{r.mandatory&&e.getOptionValue(r.attributeName())===void 0&&e.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(n=>{let i=n.attributeName();return this.getOptionValue(i)===void 0?!1:this.getOptionValueSource(i)!=="default"});e.filter(n=>n.conflictsWith.length>0).forEach(n=>{let i=e.find(s=>n.conflictsWith.includes(s.attributeName()));i&&this._conflictingOption(n,i)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let r=[],n=[],i=r,s=e.slice();function o(a){return a.length>1&&a[0]==="-"}let u=null;for(;s.length;){let a=s.shift();if(a==="--"){i===n&&i.push(a),i.push(...s);break}if(u&&!o(a)){this.emit(`option:${u.name()}`,a);continue}if(u=null,o(a)){let c=this._findOption(a);if(c){if(c.required){let f=s.shift();f===void 0&&this.optionMissingArgument(c),this.emit(`option:${c.name()}`,f)}else if(c.optional){let f=null;s.length>0&&!o(s[0])&&(f=s.shift()),this.emit(`option:${c.name()}`,f)}else this.emit(`option:${c.name()}`);u=c.variadic?c:null;continue}}if(a.length>2&&a[0]==="-"&&a[1]!=="-"){let c=this._findOption(`-${a[1]}`);if(c){c.required||c.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${c.name()}`,a.slice(2)):(this.emit(`option:${c.name()}`),s.unshift(`-${a.slice(2)}`));continue}}if(/^--[^=]+=/.test(a)){let c=a.indexOf("="),f=this._findOption(a.slice(0,c));if(f&&(f.required||f.optional)){this.emit(`option:${f.name()}`,a.slice(c+1));continue}}if(o(a)&&(i=n),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&n.length===0){if(this._findCommand(a)){r.push(a),s.length>0&&n.push(...s);break}else if(a===this._helpCommandName&&this._hasImplicitHelpCommand()){r.push(a),s.length>0&&r.push(...s);break}else if(this._defaultCommandName){n.push(a),s.length>0&&n.push(...s);break}}if(this._passThroughOptions){i.push(a),s.length>0&&i.push(...s);break}i.push(a)}return{operands:r,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},r=this.options.length;for(let n=0;n<r;n++){let i=this.options[n].attributeName();e[i]=i===this._versionOptionName?this._version:this[i]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,r)=>Object.assign(e,r.opts()),{})}error(e,r){this._outputConfiguration.outputError(`${e}
14
17
  `,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
15
18
  `):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
16
- `),this.outputHelp({error:!0}));let i=a||{},r=i.exitCode||1,n=i.code||"commander.error";this._exit(r,n,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in we.env){let a=e.attributeName();(this.getOptionValue(a)===void 0||["default","config","env"].includes(this.getOptionValueSource(a)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,we.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new WD(this.options),a=i=>this.getOptionValue(i)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(i));this.options.filter(i=>i.implied!==void 0&&a(i.attributeName())&&e.valueFromOption(this.getOptionValue(i.attributeName()),i)).forEach(i=>{Object.keys(i.implied).filter(r=>!a(r)).forEach(r=>{this.setOptionValueWithSource(r,i.implied[r],"implied")})})}missingArgument(e){let a=`error: missing required argument '${e}'`;this.error(a,{code:"commander.missingArgument"})}optionMissingArgument(e){let a=`error: option '${e.flags}' argument missing`;this.error(a,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let a=`error: required option '${e.flags}' not specified`;this.error(a,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,a){let i=o=>{let l=o.attributeName(),d=this.getOptionValue(l),c=this.options.find(v=>v.negate&&l===v.attributeName()),f=this.options.find(v=>!v.negate&&l===v.attributeName());return c&&(c.presetArg===void 0&&d===!1||c.presetArg!==void 0&&d===c.presetArg)?c:f||o},r=o=>{let l=i(o),d=l.attributeName();return this.getOptionValueSource(d)==="env"?`environment variable '${l.envVar}'`:`option '${l.flags}'`},n=`error: ${r(e)} cannot be used with ${r(a)}`;this.error(n,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let a="";if(e.startsWith("--")&&this._showSuggestionAfterError){let r=[],n=this;do{let o=n.createHelp().visibleOptions(n).filter(l=>l.long).map(l=>l.long);r=r.concat(o),n=n.parent}while(n&&!n._enablePositionalOptions);a=cm(e,r)}let i=`error: unknown option '${e}'${a}`;this.error(i,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let a=this._args.length,i=a===1?"":"s",n=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${a} argument${i} but got ${e.length}.`;this.error(n,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],a="";if(this._showSuggestionAfterError){let r=[];this.createHelp().visibleCommands(this).forEach(n=>{r.push(n.name()),n.alias()&&r.push(n.alias())}),a=cm(e,r)}let i=`error: unknown command '${e}'${a}`;this.error(i,{code:"commander.unknownCommand"})}version(e,a,i){if(e===void 0)return this._version;this._version=e,a=a||"-V, --version",i=i||"output the version number";let r=this.createOption(a,i);return this._versionOptionName=r.attributeName(),this.options.push(r),this.on("option:"+r.name(),()=>{this._outputConfiguration.writeOut(`${e}
17
- `),this._exit(0,"commander.version",e)}),this}description(e,a){return e===void 0&&a===void 0?this._description:(this._description=e,a&&(this._argsDescription=a),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let a=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(a=this.commands[this.commands.length-1]),e===a._name)throw new Error("Command alias can't be the same as its name");return a._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(a=>this.alias(a)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let a=this._args.map(i=>jD(i));return[].concat(this.options.length||this._hasHelpOption?"[options]":[],this.commands.length?"[command]":[],this._args.length?a:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=ca.basename(e,ca.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let a=this.createHelp();return a.helpWidth===void 0&&(a.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),a.formatHelp(this,a)}_getHelpContext(e){e=e||{};let a={error:!!e.error},i;return a.error?i=r=>this._outputConfiguration.writeErr(r):i=r=>this._outputConfiguration.writeOut(r),a.write=e.write||i,a.command=this,a}outputHelp(e){let a;typeof e=="function"&&(a=e,e=void 0);let i=this._getHelpContext(e);vn(this).reverse().forEach(n=>n.emit("beforeAllHelp",i)),this.emit("beforeHelp",i);let r=this.helpInformation(i);if(a&&(r=a(r),typeof r!="string"&&!Buffer.isBuffer(r)))throw new Error("outputHelp callback must return a string or a Buffer");i.write(r),this.emit(this._helpLongFlag),this.emit("afterHelp",i),vn(this).forEach(n=>n.emit("afterAllHelp",i))}helpOption(e,a){if(typeof e=="boolean")return this._hasHelpOption=e,this;this._helpFlags=e||this._helpFlags,this._helpDescription=a||this._helpDescription;let i=MD(this._helpFlags);return this._helpShortFlag=i.shortFlag,this._helpLongFlag=i.longFlag,this}help(e){this.outputHelp(e);let a=we.exitCode||0;a===0&&e&&typeof e!="function"&&e.error&&(a=1),this._exit(a,"commander.help","(outputHelp)")}addHelpText(e,a){let i=["beforeAll","before","after","afterAll"];if(!i.includes(e))throw new Error(`Unexpected value for position to addHelpText.
18
- Expecting one of '${i.join("', '")}'`);let r=`${e}Help`;return this.on(r,n=>{let o;typeof a=="function"?o=a({error:n.error,command:n.command}):o=a,o&&n.write(`${o}
19
- `)}),this}};function mm(t,e){t._hasHelpOption&&e.find(i=>i===t._helpLongFlag||i===t._helpShortFlag)&&(t.outputHelp(),t._exit(0,"commander.helpDisplayed","(outputHelp)"))}function fm(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let a,i="127.0.0.1",r="9229",n;return(n=e.match(/^(--inspect(-brk)?)$/))!==null?a=n[1]:(n=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(a=n[1],/^\d+$/.test(n[3])?r=n[3]:i=n[3]):(n=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(a=n[1],i=n[3],r=n[4]),a&&r!=="0"?`${a}=${i}:${parseInt(r)+1}`:e})}function vn(t){let e=[];for(let a=t;a;a=a.parent)e.push(a);return e}hm.Command=bn});var _m=R((qt,gm)=>{u();var{Argument:$D}=mo(),{Command:vm}=Dm(),{CommanderError:zD,InvalidArgumentError:bm}=Dn(),{Help:UD}=id(),{Option:HD}=sd();qt=gm.exports=new vm;qt.program=qt;qt.Argument=$D;qt.Command=vm;qt.CommanderError=zD;qt.Help=UD;qt.InvalidArgumentError=bm;qt.InvalidOptionArgumentError=bm;qt.Option=HD});var Em=R(gn=>{"use strict";u();Object.defineProperty(gn,"__esModule",{value:!0});gn.listen=void 0;var GD=require("http"),YD=require("https"),KD=require("path"),QD=require("events"),XD=t=>{if(typeof t.protocol=="string")return t.protocol;if(t instanceof GD.Server)return"http";if(t instanceof YD.Server)return"https"};async function Sm(t,...e){t.listen(...e,()=>{}),await(0,QD.once)(t,"listening");let a=t.address();if(!a)throw new Error("Server not listening");let i,r=XD(t);if(typeof a=="string")i=encodeURIComponent((0,KD.resolve)(a)),r?r+="+unix":r="unix";else{let{address:n,port:o,family:l}=a;i=l==="IPv6"?`[${n}]`:n,i+=`:${o}`,r||(r="tcp")}return new URL(`${r}://${i}`)}gn.listen=Sm;gn.default=Sm});var ud=R((QC,Fm)=>{"use strict";u();var Cm=require("fs"),ld;function JD(){try{return Cm.statSync("/.dockerenv"),!0}catch{return!1}}function ZD(){try{return Cm.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}Fm.exports=()=>(ld===void 0&&(ld=JD()||ZD()),ld)});var Rm=R((JC,cd)=>{"use strict";u();var ev=require("os"),tv=require("fs"),Tm=ud(),Am=()=>{if(process.platform!=="linux")return!1;if(ev.release().toLowerCase().includes("microsoft"))return!Tm();try{return tv.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!Tm():!1}catch{return!1}};process.env.__IS_WSL_TEST__?cd.exports=Am:cd.exports=Am()});var km=R((eF,Bm)=>{"use strict";u();Bm.exports=(t,e,a)=>{let i=r=>Object.defineProperty(t,e,{value:r,enumerable:!0,writable:!0});return Object.defineProperty(t,e,{configurable:!0,enumerable:!0,get(){let r=a();return i(r),r},set(r){i(r)}}),t}});var jm=R((aF,qm)=>{u();var av=require("path"),iv=require("child_process"),{promises:Do,constants:Im}=require("fs"),ho=Rm(),rv=ud(),fd=km(),Nm=av.join(__dirname,"xdg-open"),{platform:gr,arch:Om}=process,nv=()=>{try{return Do.statSync("/run/.containerenv"),!0}catch{return!1}},md;function sv(){return md===void 0&&(md=nv()||rv()),md}var ov=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let a="/etc/wsl.conf",i=!1;try{await Do.access(a,Im.F_OK),i=!0}catch{}if(!i)return t;let r=await Do.readFile(a,{encoding:"utf8"}),n=/(?<!#.*)root\s*=\s*(?<mountPoint>.*)/g.exec(r);return n?(e=n.groups.mountPoint.trim(),e=e.endsWith("/")?e:`${e}/`,e):t}})(),Pm=async(t,e)=>{let a;for(let i of t)try{return await e(i)}catch(r){a=r}throw a},vo=async t=>{if(t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t},Array.isArray(t.app))return Pm(t.app,l=>vo({...t,app:l}));let{name:e,arguments:a=[]}=t.app||{};if(a=[...a],Array.isArray(e))return Pm(e,l=>vo({...t,app:{name:l,arguments:a}}));let i,r=[],n={};if(gr==="darwin")i="open",t.wait&&r.push("--wait-apps"),t.background&&r.push("--background"),t.newInstance&&r.push("--new"),e&&r.push("-a",e);else if(gr==="win32"||ho&&!sv()&&!e){let l=await ov();i=ho?`${l}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`:`${process.env.SYSTEMROOT}\\System32\\WindowsPowerShell\\v1.0\\powershell`,r.push("-NoProfile","-NonInteractive","\u2013ExecutionPolicy","Bypass","-EncodedCommand"),ho||(n.windowsVerbatimArguments=!0);let d=["Start"];t.wait&&d.push("-Wait"),e?(d.push(`"\`"${e}\`""`,"-ArgumentList"),t.target&&a.unshift(t.target)):t.target&&d.push(`"${t.target}"`),a.length>0&&(a=a.map(c=>`"\`"${c}\`""`),d.push(a.join(","))),t.target=Buffer.from(d.join(" "),"utf16le").toString("base64")}else{if(e)i=e;else{let l=!__dirname||__dirname==="/",d=!1;try{await Do.access(Nm,Im.X_OK),d=!0}catch{}i=process.versions.electron||gr==="android"||l||!d?"xdg-open":Nm}a.length>0&&r.push(...a),t.wait||(n.stdio="ignore",n.detached=!0)}t.target&&r.push(t.target),gr==="darwin"&&a.length>0&&r.push("--args",...a);let o=iv.spawn(i,r,n);return t.wait?new Promise((l,d)=>{o.once("error",d),o.once("close",c=>{if(!t.allowNonzeroExitCode&&c>0){d(new Error(`Exited with code ${c}`));return}l(o)})}):(o.unref(),o)},hd=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return vo({...e,target:t})},pv=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `name`");let{arguments:a=[]}=e||{};if(a!=null&&!Array.isArray(a))throw new TypeError("Expected `appArguments` as Array type");return vo({...e,app:{name:t,arguments:a}})};function Lm(t){if(typeof t=="string"||Array.isArray(t))return t;let{[Om]:e}=t;if(!e)throw new Error(`${Om} is not supported`);return e}function Dd({[gr]:t},{wsl:e}){if(e&&ho)return Lm(e);if(!t)throw new Error(`${gr} is not supported`);return Lm(t)}var bo={};fd(bo,"chrome",()=>Dd({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",x64:["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe","/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]}}));fd(bo,"firefox",()=>Dd({darwin:"firefox",win32:"C:\\Program Files\\Mozilla Firefox\\firefox.exe",linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));fd(bo,"edge",()=>Dd({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));hd.apps=bo;hd.openApp=pv;qm.exports=hd});var i0=R((gF,a0)=>{"use strict";u();var dt=require("path"),yd=t=>new Sd(t);yd.default=yd;a0.exports=yd;function e0(t){return Array.isArray(t)?t:[t]}var yv=/(?<=.)\/$/,Sv=/(?<=.)\\$/,Ev=dt.sep==="\\"?Sv:yv,t0=typeof Symbol<"u"?Symbol.for("dockerignore"):"dockerignore";function wd(t){return dt.normalize(t).replace(Ev,"")}function Cv(t){return dt.sep==="/"?t:t.replace(/\\/g,"/")}function Fv(t){return dt.sep==="/"?t:t.replace(/\//g,dt.sep)}var Sd=class{constructor({ignorecase:e=!0}={}){this._rules=[],this._ignorecase=e,this[t0]=!0,this._initCache()}_initCache(){this._cache={}}add(e){return this._added=!1,typeof e=="string"&&(e=e.split(/\r?\n/g)),e0(e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_addPattern(e){if(e&&e[t0]){this._rules=this._rules.concat(e._rules),this._added=!0;return}if(this._checkPattern(e)){let a=this._createRule(e.trim());a!==null&&(this._added=!0,this._rules.push(a))}}_checkPattern(e){return e&&typeof e=="string"&&e.indexOf("#")!==0&&e.trim()!==""}filter(e){return e0(e).filter(a=>this._filter(a))}createFilter(){return e=>this._filter(e)}ignores(e){return!this._filter(e)}_createRule(e){let a=e,i=!1;if(e[0]==="!"&&(i=!0,e=e.substring(1).trim()),e.length>0&&(e=wd(e),e=Cv(e),e.length>1&&e[0]==="/"&&(e=e.slice(1))),i&&(e="!"+e),e=e.trim(),e==="")return null;if(e=wd(e),e[0]==="!"){if(e.length===1)return null;i=!0,e=e.substring(1)}else i=!1;return{origin:a,pattern:e,dirs:e.split(dt.sep),negative:i}}_filter(e){return e?e in this._cache?this._cache[e]:this._cache[e]=this._test(e):!1}_test(e){e=Fv(e);let a=wd(dt.dirname(e)),i=a.split(dt.sep),r=!1;return this._rules.forEach(n=>{let o=this._match(e,n);if(!o&&a!==".")if(n.dirs.includes("**"))for(let l=n.dirs.filter(d=>d!=="**").length;l<=i.length;l++)o=o||this._match(i.slice(0,l).join(dt.sep),n);else n.dirs.length<=i.length&&(o=this._match(i.slice(0,n.dirs.length).join(dt.sep),n));o&&(r=!n.negative)}),!r}_match(e,a){return this._compile(a).regexp.test(e)}_compile(e){if(e.regexp)return e;let a="^",i=dt.sep==="\\"?"\\\\":dt.sep;for(let r=0;r<e.pattern.length;r++){let n=e.pattern[r];if(n==="*")e.pattern[r+1]==="*"?(r++,e.pattern[r+1]===dt.sep&&r++,e.pattern[r+1]===void 0?a+=".*":a+=`(.*${i})?`):a+=`[^${i}]*`;else if(n==="?")a+=`[^${i}]`;else if(n==="."||n==="$")a+=`\\${n}`;else if(n==="\\"){if(dt.sep==="\\"){a+=i;continue}e.pattern[r+1]!==void 0?(a+="\\"+e.pattern[r+1],r++):a+="\\"}else a+=n}return a+="$",e.regexp=new RegExp(a,this._ignorecase?"i":""),e}}});var n0=R(yo=>{"use strict";u();Object.defineProperty(yo,"__esModule",{value:!0});yo.read=void 0;function Tv(t,e,a){e.fs.lstat(t,(i,r)=>{if(i!==null){r0(a,i);return}if(!r.isSymbolicLink()||!e.followSymbolicLink){Ed(a,r);return}e.fs.stat(t,(n,o)=>{if(n!==null){if(e.throwErrorOnBrokenSymbolicLink){r0(a,n);return}Ed(a,r);return}e.markSymbolicLink&&(o.isSymbolicLink=()=>!0),Ed(a,o)})})}yo.read=Tv;function r0(t,e){t(e)}function Ed(t,e){t(null,e)}});var s0=R(So=>{"use strict";u();Object.defineProperty(So,"__esModule",{value:!0});So.read=void 0;function Av(t,e){let a=e.fs.lstatSync(t);if(!a.isSymbolicLink()||!e.followSymbolicLink)return a;try{let i=e.fs.statSync(t);return e.markSymbolicLink&&(i.isSymbolicLink=()=>!0),i}catch(i){if(!e.throwErrorOnBrokenSymbolicLink)return a;throw i}}So.read=Av});var o0=R(Ga=>{"use strict";u();Object.defineProperty(Ga,"__esModule",{value:!0});Ga.createFileSystemAdapter=Ga.FILE_SYSTEM_ADAPTER=void 0;var Eo=require("fs");Ga.FILE_SYSTEM_ADAPTER={lstat:Eo.lstat,stat:Eo.stat,lstatSync:Eo.lstatSync,statSync:Eo.statSync};function Rv(t){return t===void 0?Ga.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},Ga.FILE_SYSTEM_ADAPTER),t)}Ga.createFileSystemAdapter=Rv});var p0=R(Fd=>{"use strict";u();Object.defineProperty(Fd,"__esModule",{value:!0});var Bv=o0(),Cd=class{constructor(e={}){this._options=e,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=Bv.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(e,a){return e??a}};Fd.default=Cd});var Co=R(Ya=>{"use strict";u();Object.defineProperty(Ya,"__esModule",{value:!0});Ya.statSync=Ya.stat=Ya.Settings=void 0;var d0=n0(),kv=s0(),Td=p0();Ya.Settings=Td.default;function Nv(t,e,a){if(typeof e=="function"){d0.read(t,Ad(),e);return}d0.read(t,Ad(e),a)}Ya.stat=Nv;function Ov(t,e){let a=Ad(e);return kv.read(t,a)}Ya.statSync=Ov;function Ad(t={}){return t instanceof Td.default?t:new Td.default(t)}});var c0=R((BF,u0)=>{u();var l0;u0.exports=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:global):t=>(l0||(l0=Promise.resolve())).then(t).catch(e=>setTimeout(()=>{throw e},0))});var f0=R((NF,m0)=>{u();m0.exports=Lv;var Pv=c0();function Lv(t,e){let a,i,r,n=!0;Array.isArray(t)?(a=[],i=t.length):(r=Object.keys(t),a={},i=r.length);function o(d){function c(){e&&e(d,a),e=null}n?Pv(c):c()}function l(d,c,f){a[d]=f,(--i===0||c)&&o(c)}i?r?r.forEach(function(d){t[d](function(c,f){l(d,c,f)})}):t.forEach(function(d,c){d(function(f,v){l(c,f,v)})}):o(null),n=!1}});var Rd=R(To=>{"use strict";u();Object.defineProperty(To,"__esModule",{value:!0});To.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;var Fo=process.versions.node.split(".");if(Fo[0]===void 0||Fo[1]===void 0)throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);var h0=Number.parseInt(Fo[0],10),Iv=Number.parseInt(Fo[1],10),D0=10,qv=10,jv=h0>D0,Vv=h0===D0&&Iv>=qv;To.IS_SUPPORT_READDIR_WITH_FILE_TYPES=jv||Vv});var v0=R(Ao=>{"use strict";u();Object.defineProperty(Ao,"__esModule",{value:!0});Ao.createDirentFromStats=void 0;var Bd=class{constructor(e,a){this.name=e,this.isBlockDevice=a.isBlockDevice.bind(a),this.isCharacterDevice=a.isCharacterDevice.bind(a),this.isDirectory=a.isDirectory.bind(a),this.isFIFO=a.isFIFO.bind(a),this.isFile=a.isFile.bind(a),this.isSocket=a.isSocket.bind(a),this.isSymbolicLink=a.isSymbolicLink.bind(a)}};function Mv(t,e){return new Bd(t,e)}Ao.createDirentFromStats=Mv});var kd=R(Ro=>{"use strict";u();Object.defineProperty(Ro,"__esModule",{value:!0});Ro.fs=void 0;var Wv=v0();Ro.fs=Wv});var Nd=R(Bo=>{"use strict";u();Object.defineProperty(Bo,"__esModule",{value:!0});Bo.joinPathSegments=void 0;function $v(t,e,a){return t.endsWith(a)?t+e:t+a+e}Bo.joinPathSegments=$v});var y0=R(Ka=>{"use strict";u();Object.defineProperty(Ka,"__esModule",{value:!0});Ka.readdir=Ka.readdirWithFileTypes=Ka.read=void 0;var zv=Co(),b0=f0(),Uv=Rd(),g0=kd(),_0=Nd();function Hv(t,e,a){if(!e.stats&&Uv.IS_SUPPORT_READDIR_WITH_FILE_TYPES){x0(t,e,a);return}w0(t,e,a)}Ka.read=Hv;function x0(t,e,a){e.fs.readdir(t,{withFileTypes:!0},(i,r)=>{if(i!==null){ko(a,i);return}let n=r.map(l=>({dirent:l,name:l.name,path:_0.joinPathSegments(t,l.name,e.pathSegmentSeparator)}));if(!e.followSymbolicLinks){Od(a,n);return}let o=n.map(l=>Gv(l,e));b0(o,(l,d)=>{if(l!==null){ko(a,l);return}Od(a,d)})})}Ka.readdirWithFileTypes=x0;function Gv(t,e){return a=>{if(!t.dirent.isSymbolicLink()){a(null,t);return}e.fs.stat(t.path,(i,r)=>{if(i!==null){if(e.throwErrorOnBrokenSymbolicLink){a(i);return}a(null,t);return}t.dirent=g0.fs.createDirentFromStats(t.name,r),a(null,t)})}}function w0(t,e,a){e.fs.readdir(t,(i,r)=>{if(i!==null){ko(a,i);return}let n=r.map(o=>{let l=_0.joinPathSegments(t,o,e.pathSegmentSeparator);return d=>{zv.stat(l,e.fsStatSettings,(c,f)=>{if(c!==null){d(c);return}let v={name:o,path:l,dirent:g0.fs.createDirentFromStats(o,f)};e.stats&&(v.stats=f),d(null,v)})}});b0(n,(o,l)=>{if(o!==null){ko(a,o);return}Od(a,l)})})}Ka.readdir=w0;function ko(t,e){t(e)}function Od(t,e){t(null,e)}});var T0=R(Qa=>{"use strict";u();Object.defineProperty(Qa,"__esModule",{value:!0});Qa.readdir=Qa.readdirWithFileTypes=Qa.read=void 0;var Yv=Co(),Kv=Rd(),S0=kd(),E0=Nd();function Qv(t,e){return!e.stats&&Kv.IS_SUPPORT_READDIR_WITH_FILE_TYPES?C0(t,e):F0(t,e)}Qa.read=Qv;function C0(t,e){return e.fs.readdirSync(t,{withFileTypes:!0}).map(i=>{let r={dirent:i,name:i.name,path:E0.joinPathSegments(t,i.name,e.pathSegmentSeparator)};if(r.dirent.isSymbolicLink()&&e.followSymbolicLinks)try{let n=e.fs.statSync(r.path);r.dirent=S0.fs.createDirentFromStats(r.name,n)}catch(n){if(e.throwErrorOnBrokenSymbolicLink)throw n}return r})}Qa.readdirWithFileTypes=C0;function F0(t,e){return e.fs.readdirSync(t).map(i=>{let r=E0.joinPathSegments(t,i,e.pathSegmentSeparator),n=Yv.statSync(r,e.fsStatSettings),o={name:i,path:r,dirent:S0.fs.createDirentFromStats(i,n)};return e.stats&&(o.stats=n),o})}Qa.readdir=F0});var A0=R(Xa=>{"use strict";u();Object.defineProperty(Xa,"__esModule",{value:!0});Xa.createFileSystemAdapter=Xa.FILE_SYSTEM_ADAPTER=void 0;var wr=require("fs");Xa.FILE_SYSTEM_ADAPTER={lstat:wr.lstat,stat:wr.stat,lstatSync:wr.lstatSync,statSync:wr.statSync,readdir:wr.readdir,readdirSync:wr.readdirSync};function Xv(t){return t===void 0?Xa.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},Xa.FILE_SYSTEM_ADAPTER),t)}Xa.createFileSystemAdapter=Xv});var R0=R(Ld=>{"use strict";u();Object.defineProperty(Ld,"__esModule",{value:!0});var Jv=require("path"),Zv=Co(),eb=A0(),Pd=class{constructor(e={}){this._options=e,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=eb.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,Jv.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new Zv.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(e,a){return e??a}};Ld.default=Pd});var No=R(Ja=>{"use strict";u();Object.defineProperty(Ja,"__esModule",{value:!0});Ja.Settings=Ja.scandirSync=Ja.scandir=void 0;var B0=y0(),tb=T0(),Id=R0();Ja.Settings=Id.default;function ab(t,e,a){if(typeof e=="function"){B0.read(t,qd(),e);return}B0.read(t,qd(e),a)}Ja.scandir=ab;function ib(t,e){let a=qd(e);return tb.read(t,a)}Ja.scandirSync=ib;function qd(t={}){return t instanceof Id.default?t:new Id.default(t)}});var N0=R((ZF,k0)=>{"use strict";u();function rb(t){var e=new t,a=e;function i(){var n=e;return n.next?e=n.next:(e=new t,a=e),n.next=null,n}function r(n){a.next=n,a=n}return{get:i,release:r}}k0.exports=rb});var P0=R((tT,jd)=>{"use strict";u();var nb=N0();function O0(t,e,a){if(typeof t=="function"&&(a=e,e=t,t=null),a<1)throw new Error("fastqueue concurrency must be greater than 1");var i=nb(sb),r=null,n=null,o=0,l=null,d={push:F,drain:At,saturated:At,pause:f,paused:!1,concurrency:a,running:c,resume:D,idle:g,length:v,getQueue:h,unshift:E,empty:At,kill:P,killAndDrain:j,error:S};return d;function c(){return o}function f(){d.paused=!0}function v(){for(var A=r,T=0;A;)A=A.next,T++;return T}function h(){for(var A=r,T=[];A;)T.push(A.value),A=A.next;return T}function D(){if(d.paused){d.paused=!1;for(var A=0;A<d.concurrency;A++)o++,C()}}function g(){return o===0&&d.length()===0}function F(A,T){var O=i.get();O.context=t,O.release=C,O.value=A,O.callback=T||At,O.errorHandler=l,o===d.concurrency||d.paused?n?(n.next=O,n=O):(r=O,n=O,d.saturated()):(o++,e.call(t,O.value,O.worked))}function E(A,T){var O=i.get();O.context=t,O.release=C,O.value=A,O.callback=T||At,o===d.concurrency||d.paused?r?(O.next=r,r=O):(r=O,n=O,d.saturated()):(o++,e.call(t,O.value,O.worked))}function C(A){A&&i.release(A);var T=r;T?d.paused?o--:(n===r&&(n=null),r=T.next,T.next=null,e.call(t,T.value,T.worked),n===null&&d.empty()):--o===0&&d.drain()}function P(){r=null,n=null,d.drain=At}function j(){r=null,n=null,d.drain(),d.drain=At}function S(A){l=A}}function At(){}function sb(){this.value=null,this.callback=At,this.next=null,this.release=At,this.context=null,this.errorHandler=null;var t=this;this.worked=function(a,i){var r=t.callback,n=t.errorHandler,o=t.value;t.value=null,t.callback=At,t.errorHandler&&n(a,o),r.call(t.context,a,i),t.release(t)}}function ob(t,e,a){typeof t=="function"&&(a=e,e=t,t=null);function i(f,v){e.call(this,f).then(function(h){v(null,h)},v)}var r=O0(t,i,a),n=r.push,o=r.unshift;return r.push=l,r.unshift=d,r.drained=c,r;function l(f){var v=new Promise(function(h,D){n(f,function(g,F){if(g){D(g);return}h(F)})});return v.catch(At),v}function d(f){var v=new Promise(function(h,D){o(f,function(g,F){if(g){D(g);return}h(F)})});return v.catch(At),v}function c(){if(r.idle())return new Promise(function(h){h()});var f=r.drain,v=new Promise(function(h){r.drain=function(){f(),h()}});return v}}jd.exports=O0;jd.exports.promise=ob});var Oo=R(Kt=>{"use strict";u();Object.defineProperty(Kt,"__esModule",{value:!0});Kt.joinPathSegments=Kt.replacePathSegmentSeparator=Kt.isAppliedFilter=Kt.isFatalError=void 0;function pb(t,e){return t.errorFilter===null?!0:!t.errorFilter(e)}Kt.isFatalError=pb;function db(t,e){return t===null||t(e)}Kt.isAppliedFilter=db;function lb(t,e){return t.split(/[/\\]/).join(e)}Kt.replacePathSegmentSeparator=lb;function ub(t,e,a){return t===""?e:t.endsWith(a)?t+e:t+a+e}Kt.joinPathSegments=ub});var Wd=R(Md=>{"use strict";u();Object.defineProperty(Md,"__esModule",{value:!0});var cb=Oo(),Vd=class{constructor(e,a){this._root=e,this._settings=a,this._root=cb.replacePathSegmentSeparator(e,a.pathSegmentSeparator)}};Md.default=Vd});var Ud=R(zd=>{"use strict";u();Object.defineProperty(zd,"__esModule",{value:!0});var mb=require("events"),fb=No(),hb=P0(),Po=Oo(),Db=Wd(),$d=class extends Db.default{constructor(e,a){super(e,a),this._settings=a,this._scandir=fb.scandir,this._emitter=new mb.EventEmitter,this._queue=hb(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(e){this._emitter.on("entry",e)}onError(e){this._emitter.once("error",e)}onEnd(e){this._emitter.once("end",e)}_pushToQueue(e,a){let i={directory:e,base:a};this._queue.push(i,r=>{r!==null&&this._handleError(r)})}_worker(e,a){this._scandir(e.directory,this._settings.fsScandirSettings,(i,r)=>{if(i!==null){a(i,void 0);return}for(let n of r)this._handleEntry(n,e.base);a(null,void 0)})}_handleError(e){this._isDestroyed||!Po.isFatalError(this._settings,e)||(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",e))}_handleEntry(e,a){if(this._isDestroyed||this._isFatalError)return;let i=e.path;a!==void 0&&(e.path=Po.joinPathSegments(a,e.name,this._settings.pathSegmentSeparator)),Po.isAppliedFilter(this._settings.entryFilter,e)&&this._emitEntry(e),e.dirent.isDirectory()&&Po.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(i,a===void 0?void 0:e.path)}_emitEntry(e){this._emitter.emit("entry",e)}};zd.default=$d});var L0=R(Gd=>{"use strict";u();Object.defineProperty(Gd,"__esModule",{value:!0});var vb=Ud(),Hd=class{constructor(e,a){this._root=e,this._settings=a,this._reader=new vb.default(this._root,this._settings),this._storage=[]}read(e){this._reader.onError(a=>{bb(e,a)}),this._reader.onEntry(a=>{this._storage.push(a)}),this._reader.onEnd(()=>{gb(e,this._storage)}),this._reader.read()}};Gd.default=Hd;function bb(t,e){t(e)}function gb(t,e){t(null,e)}});var I0=R(Kd=>{"use strict";u();Object.defineProperty(Kd,"__esModule",{value:!0});var _b=require("stream"),xb=Ud(),Yd=class{constructor(e,a){this._root=e,this._settings=a,this._reader=new xb.default(this._root,this._settings),this._stream=new _b.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(e=>{this._stream.emit("error",e)}),this._reader.onEntry(e=>{this._stream.push(e)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}};Kd.default=Yd});var q0=R(Xd=>{"use strict";u();Object.defineProperty(Xd,"__esModule",{value:!0});var wb=No(),Lo=Oo(),yb=Wd(),Qd=class extends yb.default{constructor(){super(...arguments),this._scandir=wb.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(e,a){this._queue.add({directory:e,base:a})}_handleQueue(){for(let e of this._queue.values())this._handleDirectory(e.directory,e.base)}_handleDirectory(e,a){try{let i=this._scandir(e,this._settings.fsScandirSettings);for(let r of i)this._handleEntry(r,a)}catch(i){this._handleError(i)}}_handleError(e){if(Lo.isFatalError(this._settings,e))throw e}_handleEntry(e,a){let i=e.path;a!==void 0&&(e.path=Lo.joinPathSegments(a,e.name,this._settings.pathSegmentSeparator)),Lo.isAppliedFilter(this._settings.entryFilter,e)&&this._pushToStorage(e),e.dirent.isDirectory()&&Lo.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(i,a===void 0?void 0:e.path)}_pushToStorage(e){this._storage.push(e)}};Xd.default=Qd});var j0=R(Zd=>{"use strict";u();Object.defineProperty(Zd,"__esModule",{value:!0});var Sb=q0(),Jd=class{constructor(e,a){this._root=e,this._settings=a,this._reader=new Sb.default(this._root,this._settings)}read(){return this._reader.read()}};Zd.default=Jd});var V0=R(tl=>{"use strict";u();Object.defineProperty(tl,"__esModule",{value:!0});var Eb=require("path"),Cb=No(),el=class{constructor(e={}){this._options=e,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,Eb.sep),this.fsScandirSettings=new Cb.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(e,a){return e??a}};tl.default=el});var W0=R(Qt=>{"use strict";u();Object.defineProperty(Qt,"__esModule",{value:!0});Qt.Settings=Qt.walkStream=Qt.walkSync=Qt.walk=void 0;var M0=L0(),Fb=I0(),Tb=j0(),al=V0();Qt.Settings=al.default;function Ab(t,e,a){if(typeof e=="function"){new M0.default(t,Io()).read(e);return}new M0.default(t,Io(e)).read(a)}Qt.walk=Ab;function Rb(t,e){let a=Io(e);return new Tb.default(t,a).read()}Qt.walkSync=Rb;function Bb(t,e){let a=Io(e);return new Fb.default(t,a).read()}Qt.walkStream=Bb;function Io(t={}){return t instanceof al.default?t:new al.default(t)}});var J0=R((xT,X0)=>{u();function $0(t){return Array.isArray(t)?t:[t]}var G0="",z0=" ",il="\\",kb=/^\s+$/,Nb=/(?:[^\\]|^)\\$/,Ob=/^\\!/,Pb=/^\\#/,Lb=/\r?\n/g,Ib=/^\.*\/|^\.+$/,rl="/",Y0="node-ignore";typeof Symbol<"u"&&(Y0=Symbol.for("node-ignore"));var U0=Y0,qb=(t,e,a)=>Object.defineProperty(t,e,{value:a}),jb=/([0-z])-([0-z])/g,K0=()=>!1,Vb=t=>t.replace(jb,(e,a,i)=>a.charCodeAt(0)<=i.charCodeAt(0)?e:G0),Mb=t=>{let{length:e}=t;return t.slice(0,e-e%2)},Wb=[[/\\?\s+$/,t=>t.indexOf("\\")===0?z0:G0],[/\\\s/g,()=>z0],[/[\\$.|*+(){^]/g,t=>`\\${t}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(t,e,a)=>e+6<a.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(t,e,a)=>{let i=a.replace(/\\\*/g,"[^\\/]*");return e+i}],[/\\\\\\(?=[$.|*+(){^])/g,()=>il],[/\\\\/g,()=>il],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(t,e,a,i,r)=>e===il?`\\[${a}${Mb(i)}${r}`:r==="]"&&i.length%2===0?`[${Vb(a)}${i}]`:"[]"],[/(?:[^*])$/,t=>/\/$/.test(t)?`${t}$`:`${t}(?=$|\\/$)`],[/(\^|\\\/)?\\\*$/,(t,e)=>`${e?`${e}[^/]+`:"[^/]*"}(?=$|\\/$)`]],H0=Object.create(null),$b=(t,e)=>{let a=H0[t];return a||(a=Wb.reduce((i,r)=>i.replace(r[0],r[1].bind(t)),t),H0[t]=a),e?new RegExp(a,"i"):new RegExp(a)},ol=t=>typeof t=="string",zb=t=>t&&ol(t)&&!kb.test(t)&&!Nb.test(t)&&t.indexOf("#")!==0,Ub=t=>t.split(Lb),nl=class{constructor(e,a,i,r){this.origin=e,this.pattern=a,this.negative=i,this.regex=r}},Hb=(t,e)=>{let a=t,i=!1;t.indexOf("!")===0&&(i=!0,t=t.substr(1)),t=t.replace(Ob,"!").replace(Pb,"#");let r=$b(t,e);return new nl(a,t,i,r)},Gb=(t,e)=>{throw new e(t)},fa=(t,e,a)=>ol(t)?t?fa.isNotRelative(t)?a(`path should be a \`path.relative()\`d string, but got "${e}"`,RangeError):!0:a("path must not be empty",TypeError):a(`path must be a string, but got \`${e}\``,TypeError),Q0=t=>Ib.test(t);fa.isNotRelative=Q0;fa.convert=t=>t;var sl=class{constructor({ignorecase:e=!0,ignoreCase:a=e,allowRelativePaths:i=!1}={}){qb(this,U0,!0),this._rules=[],this._ignoreCase=a,this._allowRelativePaths=i,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}_addPattern(e){if(e&&e[U0]){this._rules=this._rules.concat(e._rules),this._added=!0;return}if(zb(e)){let a=Hb(e,this._ignoreCase);this._added=!0,this._rules.push(a)}}add(e){return this._added=!1,$0(ol(e)?Ub(e):e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_testOne(e,a){let i=!1,r=!1;return this._rules.forEach(n=>{let{negative:o}=n;if(r===o&&i!==r||o&&!i&&!r&&!a)return;n.regex.test(e)&&(i=!o,r=o)}),{ignored:i,unignored:r}}_test(e,a,i,r){let n=e&&fa.convert(e);return fa(n,e,this._allowRelativePaths?K0:Gb),this._t(n,a,i,r)}_t(e,a,i,r){if(e in a)return a[e];if(r||(r=e.split(rl)),r.pop(),!r.length)return a[e]=this._testOne(e,i);let n=this._t(r.join(rl)+rl,a,i,r);return a[e]=n.ignored?n:this._testOne(e,i)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return $0(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}},qo=t=>new sl(t),Yb=t=>fa(t&&fa.convert(t),t,K0);qo.isPathValid=Yb;qo.default=qo;X0.exports=qo;if(typeof process<"u"&&(process.env&&process.env.IGNORE_TEST_WIN32||process.platform==="win32")){let t=a=>/^\\\\\?\\/.test(a)||/["<>|\u0000-\u001F]+/u.test(a)?a:a.replace(/\\/g,"/");fa.convert=t;let e=/^[a-z]:\//i;fa.isNotRelative=a=>e.test(a)||Q0(a)}});var f6=R((Uo,m6)=>{u();(function(t,e){typeof Uo=="object"&&typeof m6<"u"?e(Uo):typeof define=="function"&&define.amd?define(["exports"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.WebStreamsPolyfill={}))})(Uo,function(t){"use strict";let e=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol:s=>`Symbol(${s})`;function a(){}function i(){if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global}let r=i();function n(s){return typeof s=="object"&&s!==null||typeof s=="function"}let o=a,l=Promise,d=Promise.prototype.then,c=Promise.resolve.bind(l),f=Promise.reject.bind(l);function v(s){return new l(s)}function h(s){return c(s)}function D(s){return f(s)}function g(s,p,m){return d.call(s,p,m)}function F(s,p,m){g(g(s,p,m),void 0,o)}function E(s,p){F(s,p)}function C(s,p){F(s,void 0,p)}function P(s,p,m){return g(s,p,m)}function j(s){g(s,void 0,o)}let S=(()=>{let s=r&&r.queueMicrotask;if(typeof s=="function")return s;let p=h(void 0);return m=>g(p,m)})();function A(s,p,m){if(typeof s!="function")throw new TypeError("Argument is not a function");return Function.prototype.apply.call(s,p,m)}function T(s,p,m){try{return h(A(s,p,m))}catch(_){return D(_)}}let O=16384;class x{constructor(){this._cursor=0,this._size=0,this._front={_elements:[],_next:void 0},this._back=this._front,this._cursor=0,this._size=0}get length(){return this._size}push(p){let m=this._back,_=m;m._elements.length===O-1&&(_={_elements:[],_next:void 0}),m._elements.push(p),_!==m&&(this._back=_,m._next=_),++this._size}shift(){let p=this._front,m=p,_=this._cursor,w=_+1,B=p._elements,k=B[_];return w===O&&(m=p._next,w=0),--this._size,this._cursor=w,p!==m&&(this._front=m),B[_]=void 0,k}forEach(p){let m=this._cursor,_=this._front,w=_._elements;for(;(m!==w.length||_._next!==void 0)&&!(m===w.length&&(_=_._next,w=_._elements,m=0,w.length===0));)p(w[m]),++m}peek(){let p=this._front,m=this._cursor;return p._elements[m]}}function N(s,p){s._ownerReadableStream=p,p._reader=s,p._state==="readable"?W(s):p._state==="closed"?M(s):z(s,p._storedError)}function I(s,p){let m=s._ownerReadableStream;return Lt(m,p)}function V(s){s._ownerReadableStream._state==="readable"?K(s,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")):he(s,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")),s._ownerReadableStream._reader=void 0,s._ownerReadableStream=void 0}function Q(s){return new TypeError("Cannot "+s+" a stream using a released reader")}function W(s){s._closedPromise=v((p,m)=>{s._closedPromise_resolve=p,s._closedPromise_reject=m})}function z(s,p){W(s),K(s,p)}function M(s){W(s),be(s)}function K(s,p){s._closedPromise_reject!==void 0&&(j(s._closedPromise),s._closedPromise_reject(p),s._closedPromise_resolve=void 0,s._closedPromise_reject=void 0)}function he(s,p){z(s,p)}function be(s){s._closedPromise_resolve!==void 0&&(s._closedPromise_resolve(void 0),s._closedPromise_resolve=void 0,s._closedPromise_reject=void 0)}let He=e("[[AbortSteps]]"),Nt=e("[[ErrorSteps]]"),Ia=e("[[CancelSteps]]"),qa=e("[[PullSteps]]"),Bs=Number.isFinite||function(s){return typeof s=="number"&&isFinite(s)},en=Math.trunc||function(s){return s<0?Math.ceil(s):Math.floor(s)};function Gt(s){return typeof s=="object"||typeof s=="function"}function it(s,p){if(s!==void 0&&!Gt(s))throw new TypeError(`${p} is not an object.`)}function y(s,p){if(typeof s!="function")throw new TypeError(`${p} is not a function.`)}function nr(s){return typeof s=="object"&&s!==null||typeof s=="function"}function ee(s,p){if(!nr(s))throw new TypeError(`${p} is not an object.`)}function rt(s,p,m){if(s===void 0)throw new TypeError(`Parameter ${p} is required in '${m}'.`)}function Ct(s,p,m){if(s===void 0)throw new TypeError(`${p} is required in '${m}'.`)}function U(s){return Number(s)}function sr(s){return s===0?0:s}function ne(s){return sr(en(s))}function L(s,p){let _=Number.MAX_SAFE_INTEGER,w=Number(s);if(w=sr(w),!Bs(w))throw new TypeError(`${p} is not a finite number`);if(w=ne(w),w<0||w>_)throw new TypeError(`${p} is outside the accepted range of 0 to ${_}, inclusive`);return!Bs(w)||w===0?0:w}function X(s,p){if(!$a(s))throw new TypeError(`${p} is not a ReadableStream.`)}function xe(s){return new xi(s)}function q(s,p){s._reader._readRequests.push(p)}function tn(s,p,m){let w=s._reader._readRequests.shift();m?w._closeSteps():w._chunkSteps(p)}function or(s){return s._reader._readRequests.length}function ks(s){let p=s._reader;return!(p===void 0||!Ot(p))}class xi{constructor(p){if(rt(p,1,"ReadableStreamDefaultReader"),X(p,"First parameter"),za(p))throw new TypeError("This stream has already been locked for exclusive reading by another reader");N(this,p),this._readRequests=new x}get closed(){return Ot(this)?this._closedPromise:D(pr("closed"))}cancel(p=void 0){return Ot(this)?this._ownerReadableStream===void 0?D(Q("cancel")):I(this,p):D(pr("cancel"))}read(){if(!Ot(this))return D(pr("read"));if(this._ownerReadableStream===void 0)return D(Q("read from"));let p,m,_=v((B,k)=>{p=B,m=k});return ja(this,{_chunkSteps:B=>p({value:B,done:!1}),_closeSteps:()=>p({value:void 0,done:!0}),_errorSteps:B=>m(B)}),_}releaseLock(){if(!Ot(this))throw pr("releaseLock");if(this._ownerReadableStream!==void 0){if(this._readRequests.length>0)throw new TypeError("Tried to release a reader lock when that reader has pending read() calls un-settled");V(this)}}}Object.defineProperties(xi.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(xi.prototype,e.toStringTag,{value:"ReadableStreamDefaultReader",configurable:!0});function Ot(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_readRequests")?!1:s instanceof xi}function ja(s,p){let m=s._ownerReadableStream;m._disturbed=!0,m._state==="closed"?p._closeSteps():m._state==="errored"?p._errorSteps(m._storedError):m._readableStreamController[qa](p)}function pr(s){return new TypeError(`ReadableStreamDefaultReader.prototype.${s} can only be used on a ReadableStreamDefaultReader`)}let Ve=Object.getPrototypeOf(Object.getPrototypeOf(async function*(){}).prototype);class Ie{constructor(p,m){this._ongoingPromise=void 0,this._isFinished=!1,this._reader=p,this._preventCancel=m}next(){let p=()=>this._nextSteps();return this._ongoingPromise=this._ongoingPromise?P(this._ongoingPromise,p,p):p(),this._ongoingPromise}return(p){let m=()=>this._returnSteps(p);return this._ongoingPromise?P(this._ongoingPromise,m,m):m()}_nextSteps(){if(this._isFinished)return Promise.resolve({value:void 0,done:!0});let p=this._reader;if(p._ownerReadableStream===void 0)return D(Q("iterate"));let m,_,w=v((k,$)=>{m=k,_=$});return ja(p,{_chunkSteps:k=>{this._ongoingPromise=void 0,S(()=>m({value:k,done:!1}))},_closeSteps:()=>{this._ongoingPromise=void 0,this._isFinished=!0,V(p),m({value:void 0,done:!0})},_errorSteps:k=>{this._ongoingPromise=void 0,this._isFinished=!0,V(p),_(k)}}),w}_returnSteps(p){if(this._isFinished)return Promise.resolve({value:p,done:!0});this._isFinished=!0;let m=this._reader;if(m._ownerReadableStream===void 0)return D(Q("finish iterating"));if(!this._preventCancel){let _=I(m,p);return V(m),P(_,()=>({value:p,done:!0}))}return V(m),h({value:p,done:!0})}}let De={next(){return nt(this)?this._asyncIteratorImpl.next():D(n2("next"))},return(s){return nt(this)?this._asyncIteratorImpl.return(s):D(n2("return"))}};Ve!==void 0&&Object.setPrototypeOf(De,Ve);function se(s,p){let m=xe(s),_=new Ie(m,p),w=Object.create(De);return w._asyncIteratorImpl=_,w}function nt(s){if(!n(s)||!Object.prototype.hasOwnProperty.call(s,"_asyncIteratorImpl"))return!1;try{return s._asyncIteratorImpl instanceof Ie}catch{return!1}}function n2(s){return new TypeError(`ReadableStreamAsyncIterator.${s} can only be used on a ReadableSteamAsyncIterator`)}let s2=Number.isNaN||function(s){return s!==s};function an(s){return s.slice()}function o2(s,p,m,_,w){new Uint8Array(s).set(new Uint8Array(m,_,w),p)}function yC(s){return s}function Ns(s){return!1}function p2(s,p,m){if(s.slice)return s.slice(p,m);let _=m-p,w=new ArrayBuffer(_);return o2(w,0,s,p,_),w}function U7(s){return!(typeof s!="number"||s2(s)||s<0)}function d2(s){let p=p2(s.buffer,s.byteOffset,s.byteOffset+s.byteLength);return new Uint8Array(p)}function F1(s){let p=s._queue.shift();return s._queueTotalSize-=p.size,s._queueTotalSize<0&&(s._queueTotalSize=0),p.value}function T1(s,p,m){if(!U7(m)||m===1/0)throw new RangeError("Size must be a finite, non-NaN, non-negative number.");s._queue.push({value:p,size:m}),s._queueTotalSize+=m}function H7(s){return s._queue.peek().value}function Va(s){s._queue=new x,s._queueTotalSize=0}class rn{constructor(){throw new TypeError("Illegal constructor")}get view(){if(!A1(this))throw N1("view");return this._view}respond(p){if(!A1(this))throw N1("respond");if(rt(p,1,"respond"),p=L(p,"First parameter"),this._associatedReadableByteStreamController===void 0)throw new TypeError("This BYOB request has been invalidated");Ns(this._view.buffer),qs(this._associatedReadableByteStreamController,p)}respondWithNewView(p){if(!A1(this))throw N1("respondWithNewView");if(rt(p,1,"respondWithNewView"),!ArrayBuffer.isView(p))throw new TypeError("You can only respond with array buffer views");if(this._associatedReadableByteStreamController===void 0)throw new TypeError("This BYOB request has been invalidated");Ns(p.buffer),js(this._associatedReadableByteStreamController,p)}}Object.defineProperties(rn.prototype,{respond:{enumerable:!0},respondWithNewView:{enumerable:!0},view:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(rn.prototype,e.toStringTag,{value:"ReadableStreamBYOBRequest",configurable:!0});class dr{constructor(){throw new TypeError("Illegal constructor")}get byobRequest(){if(!wi(this))throw sn("byobRequest");return k1(this)}get desiredSize(){if(!wi(this))throw sn("desiredSize");return v2(this)}close(){if(!wi(this))throw sn("close");if(this._closeRequested)throw new TypeError("The stream has already been closed; do not close it again!");let p=this._controlledReadableByteStream._state;if(p!=="readable")throw new TypeError(`The stream (in ${p} state) is not in the readable state and cannot be closed`);nn(this)}enqueue(p){if(!wi(this))throw sn("enqueue");if(rt(p,1,"enqueue"),!ArrayBuffer.isView(p))throw new TypeError("chunk must be an array buffer view");if(p.byteLength===0)throw new TypeError("chunk must have non-zero byteLength");if(p.buffer.byteLength===0)throw new TypeError("chunk's buffer must have non-zero byteLength");if(this._closeRequested)throw new TypeError("stream is closed or draining");let m=this._controlledReadableByteStream._state;if(m!=="readable")throw new TypeError(`The stream (in ${m} state) is not in the readable state and cannot be enqueued to`);Is(this,p)}error(p=void 0){if(!wi(this))throw sn("error");Pt(this,p)}[Ia](p){l2(this),Va(this);let m=this._cancelAlgorithm(p);return Ls(this),m}[qa](p){let m=this._controlledReadableByteStream;if(this._queueTotalSize>0){let w=this._queue.shift();this._queueTotalSize-=w.byteLength,f2(this);let B=new Uint8Array(w.buffer,w.byteOffset,w.byteLength);p._chunkSteps(B);return}let _=this._autoAllocateChunkSize;if(_!==void 0){let w;try{w=new ArrayBuffer(_)}catch(k){p._errorSteps(k);return}let B={buffer:w,bufferByteLength:_,byteOffset:0,byteLength:_,bytesFilled:0,elementSize:1,viewConstructor:Uint8Array,readerType:"default"};this._pendingPullIntos.push(B)}q(m,p),yi(this)}}Object.defineProperties(dr.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},byobRequest:{enumerable:!0},desiredSize:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(dr.prototype,e.toStringTag,{value:"ReadableByteStreamController",configurable:!0});function wi(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_controlledReadableByteStream")?!1:s instanceof dr}function A1(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_associatedReadableByteStreamController")?!1:s instanceof rn}function yi(s){if(!Q7(s))return;if(s._pulling){s._pullAgain=!0;return}s._pulling=!0;let m=s._pullAlgorithm();F(m,()=>{s._pulling=!1,s._pullAgain&&(s._pullAgain=!1,yi(s))},_=>{Pt(s,_)})}function l2(s){B1(s),s._pendingPullIntos=new x}function R1(s,p){let m=!1;s._state==="closed"&&(m=!0);let _=u2(p);p.readerType==="default"?tn(s,_,m):Z7(s,_,m)}function u2(s){let p=s.bytesFilled,m=s.elementSize;return new s.viewConstructor(s.buffer,s.byteOffset,p/m)}function Os(s,p,m,_){s._queue.push({buffer:p,byteOffset:m,byteLength:_}),s._queueTotalSize+=_}function c2(s,p){let m=p.elementSize,_=p.bytesFilled-p.bytesFilled%m,w=Math.min(s._queueTotalSize,p.byteLength-p.bytesFilled),B=p.bytesFilled+w,k=B-B%m,$=w,J=!1;k>_&&($=k-p.bytesFilled,J=!0);let ie=s._queue;for(;$>0;){let pe=ie.peek(),de=Math.min($,pe.byteLength),Ne=p.byteOffset+p.bytesFilled;o2(p.buffer,Ne,pe.buffer,pe.byteOffset,de),pe.byteLength===de?ie.shift():(pe.byteOffset+=de,pe.byteLength-=de),s._queueTotalSize-=de,m2(s,de,p),$-=de}return J}function m2(s,p,m){m.bytesFilled+=p}function f2(s){s._queueTotalSize===0&&s._closeRequested?(Ls(s),fn(s._controlledReadableByteStream)):yi(s)}function B1(s){s._byobRequest!==null&&(s._byobRequest._associatedReadableByteStreamController=void 0,s._byobRequest._view=null,s._byobRequest=null)}function h2(s){for(;s._pendingPullIntos.length>0;){if(s._queueTotalSize===0)return;let p=s._pendingPullIntos.peek();c2(s,p)&&(Ps(s),R1(s._controlledReadableByteStream,p))}}function G7(s,p,m){let _=s._controlledReadableByteStream,w=1;p.constructor!==DataView&&(w=p.constructor.BYTES_PER_ELEMENT);let B=p.constructor,k=p.buffer,$={buffer:k,bufferByteLength:k.byteLength,byteOffset:p.byteOffset,byteLength:p.byteLength,bytesFilled:0,elementSize:w,viewConstructor:B,readerType:"byob"};if(s._pendingPullIntos.length>0){s._pendingPullIntos.push($),_2(_,m);return}if(_._state==="closed"){let J=new B($.buffer,$.byteOffset,0);m._closeSteps(J);return}if(s._queueTotalSize>0){if(c2(s,$)){let J=u2($);f2(s),m._chunkSteps(J);return}if(s._closeRequested){let J=new TypeError("Insufficient bytes to fill elements in the given buffer");Pt(s,J),m._errorSteps(J);return}}s._pendingPullIntos.push($),_2(_,m),yi(s)}function Y7(s,p){let m=s._controlledReadableByteStream;if(O1(m))for(;x2(m)>0;){let _=Ps(s);R1(m,_)}}function K7(s,p,m){if(m2(s,p,m),m.bytesFilled<m.elementSize)return;Ps(s);let _=m.bytesFilled%m.elementSize;if(_>0){let w=m.byteOffset+m.bytesFilled,B=p2(m.buffer,w-_,w);Os(s,B,0,B.byteLength)}m.bytesFilled-=_,R1(s._controlledReadableByteStream,m),h2(s)}function D2(s,p){let m=s._pendingPullIntos.peek();B1(s),s._controlledReadableByteStream._state==="closed"?Y7(s):K7(s,p,m),yi(s)}function Ps(s){return s._pendingPullIntos.shift()}function Q7(s){let p=s._controlledReadableByteStream;return p._state!=="readable"||s._closeRequested||!s._started?!1:!!(ks(p)&&or(p)>0||O1(p)&&x2(p)>0||v2(s)>0)}function Ls(s){s._pullAlgorithm=void 0,s._cancelAlgorithm=void 0}function nn(s){let p=s._controlledReadableByteStream;if(!(s._closeRequested||p._state!=="readable")){if(s._queueTotalSize>0){s._closeRequested=!0;return}if(s._pendingPullIntos.length>0&&s._pendingPullIntos.peek().bytesFilled>0){let _=new TypeError("Insufficient bytes to fill elements in the given buffer");throw Pt(s,_),_}Ls(s),fn(p)}}function Is(s,p){let m=s._controlledReadableByteStream;if(s._closeRequested||m._state!=="readable")return;let _=p.buffer,w=p.byteOffset,B=p.byteLength,k=_;if(s._pendingPullIntos.length>0){let $=s._pendingPullIntos.peek();Ns($.buffer),$.buffer=$.buffer}if(B1(s),ks(m))if(or(m)===0)Os(s,k,w,B);else{s._pendingPullIntos.length>0&&Ps(s);let $=new Uint8Array(k,w,B);tn(m,$,!1)}else O1(m)?(Os(s,k,w,B),h2(s)):Os(s,k,w,B);yi(s)}function Pt(s,p){let m=s._controlledReadableByteStream;m._state==="readable"&&(l2(s),Va(s),Ls(s),U2(m,p))}function k1(s){if(s._byobRequest===null&&s._pendingPullIntos.length>0){let p=s._pendingPullIntos.peek(),m=new Uint8Array(p.buffer,p.byteOffset+p.bytesFilled,p.byteLength-p.bytesFilled),_=Object.create(rn.prototype);J7(_,s,m),s._byobRequest=_}return s._byobRequest}function v2(s){let p=s._controlledReadableByteStream._state;return p==="errored"?null:p==="closed"?0:s._strategyHWM-s._queueTotalSize}function qs(s,p){let m=s._pendingPullIntos.peek();if(s._controlledReadableByteStream._state==="closed"){if(p!==0)throw new TypeError("bytesWritten must be 0 when calling respond() on a closed stream")}else{if(p===0)throw new TypeError("bytesWritten must be greater than 0 when calling respond() on a readable stream");if(m.bytesFilled+p>m.byteLength)throw new RangeError("bytesWritten out of range")}m.buffer=m.buffer,D2(s,p)}function js(s,p){let m=s._pendingPullIntos.peek();if(s._controlledReadableByteStream._state==="closed"){if(p.byteLength!==0)throw new TypeError("The view's length must be 0 when calling respondWithNewView() on a closed stream")}else if(p.byteLength===0)throw new TypeError("The view's length must be greater than 0 when calling respondWithNewView() on a readable stream");if(m.byteOffset+m.bytesFilled!==p.byteOffset)throw new RangeError("The region specified by view does not match byobRequest");if(m.bufferByteLength!==p.buffer.byteLength)throw new RangeError("The buffer of view has different capacity than byobRequest");if(m.bytesFilled+p.byteLength>m.byteLength)throw new RangeError("The region specified by view is larger than byobRequest");let w=p.byteLength;m.buffer=p.buffer,D2(s,w)}function b2(s,p,m,_,w,B,k){p._controlledReadableByteStream=s,p._pullAgain=!1,p._pulling=!1,p._byobRequest=null,p._queue=p._queueTotalSize=void 0,Va(p),p._closeRequested=!1,p._started=!1,p._strategyHWM=B,p._pullAlgorithm=_,p._cancelAlgorithm=w,p._autoAllocateChunkSize=k,p._pendingPullIntos=new x,s._readableStreamController=p;let $=m();F(h($),()=>{p._started=!0,yi(p)},J=>{Pt(p,J)})}function X7(s,p,m){let _=Object.create(dr.prototype),w=()=>{},B=()=>h(void 0),k=()=>h(void 0);p.start!==void 0&&(w=()=>p.start(_)),p.pull!==void 0&&(B=()=>p.pull(_)),p.cancel!==void 0&&(k=J=>p.cancel(J));let $=p.autoAllocateChunkSize;if($===0)throw new TypeError("autoAllocateChunkSize must be greater than 0");b2(s,_,w,B,k,m,$)}function J7(s,p,m){s._associatedReadableByteStreamController=p,s._view=m}function N1(s){return new TypeError(`ReadableStreamBYOBRequest.prototype.${s} can only be used on a ReadableStreamBYOBRequest`)}function sn(s){return new TypeError(`ReadableByteStreamController.prototype.${s} can only be used on a ReadableByteStreamController`)}function g2(s){return new on(s)}function _2(s,p){s._reader._readIntoRequests.push(p)}function Z7(s,p,m){let w=s._reader._readIntoRequests.shift();m?w._closeSteps(p):w._chunkSteps(p)}function x2(s){return s._reader._readIntoRequests.length}function O1(s){let p=s._reader;return!(p===void 0||!Si(p))}class on{constructor(p){if(rt(p,1,"ReadableStreamBYOBReader"),X(p,"First parameter"),za(p))throw new TypeError("This stream has already been locked for exclusive reading by another reader");if(!wi(p._readableStreamController))throw new TypeError("Cannot construct a ReadableStreamBYOBReader for a stream not constructed with a byte source");N(this,p),this._readIntoRequests=new x}get closed(){return Si(this)?this._closedPromise:D(Vs("closed"))}cancel(p=void 0){return Si(this)?this._ownerReadableStream===void 0?D(Q("cancel")):I(this,p):D(Vs("cancel"))}read(p){if(!Si(this))return D(Vs("read"));if(!ArrayBuffer.isView(p))return D(new TypeError("view must be an array buffer view"));if(p.byteLength===0)return D(new TypeError("view must have non-zero byteLength"));if(p.buffer.byteLength===0)return D(new TypeError("view's buffer must have non-zero byteLength"));if(Ns(p.buffer),this._ownerReadableStream===void 0)return D(Q("read from"));let m,_,w=v((k,$)=>{m=k,_=$});return w2(this,p,{_chunkSteps:k=>m({value:k,done:!1}),_closeSteps:k=>m({value:k,done:!0}),_errorSteps:k=>_(k)}),w}releaseLock(){if(!Si(this))throw Vs("releaseLock");if(this._ownerReadableStream!==void 0){if(this._readIntoRequests.length>0)throw new TypeError("Tried to release a reader lock when that reader has pending read() calls un-settled");V(this)}}}Object.defineProperties(on.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(on.prototype,e.toStringTag,{value:"ReadableStreamBYOBReader",configurable:!0});function Si(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_readIntoRequests")?!1:s instanceof on}function w2(s,p,m){let _=s._ownerReadableStream;_._disturbed=!0,_._state==="errored"?m._errorSteps(_._storedError):G7(_._readableStreamController,p,m)}function Vs(s){return new TypeError(`ReadableStreamBYOBReader.prototype.${s} can only be used on a ReadableStreamBYOBReader`)}function pn(s,p){let{highWaterMark:m}=s;if(m===void 0)return p;if(s2(m)||m<0)throw new RangeError("Invalid highWaterMark");return m}function Ms(s){let{size:p}=s;return p||(()=>1)}function Ws(s,p){it(s,p);let m=s==null?void 0:s.highWaterMark,_=s==null?void 0:s.size;return{highWaterMark:m===void 0?void 0:U(m),size:_===void 0?void 0:eh(_,`${p} has member 'size' that`)}}function eh(s,p){return y(s,p),m=>U(s(m))}function th(s,p){it(s,p);let m=s==null?void 0:s.abort,_=s==null?void 0:s.close,w=s==null?void 0:s.start,B=s==null?void 0:s.type,k=s==null?void 0:s.write;return{abort:m===void 0?void 0:ah(m,s,`${p} has member 'abort' that`),close:_===void 0?void 0:ih(_,s,`${p} has member 'close' that`),start:w===void 0?void 0:rh(w,s,`${p} has member 'start' that`),write:k===void 0?void 0:nh(k,s,`${p} has member 'write' that`),type:B}}function ah(s,p,m){return y(s,m),_=>T(s,p,[_])}function ih(s,p,m){return y(s,m),()=>T(s,p,[])}function rh(s,p,m){return y(s,m),_=>A(s,p,[_])}function nh(s,p,m){return y(s,m),(_,w)=>T(s,p,[_,w])}function y2(s,p){if(!lr(s))throw new TypeError(`${p} is not a WritableStream.`)}function sh(s){if(typeof s!="object"||s===null)return!1;try{return typeof s.aborted=="boolean"}catch{return!1}}let oh=typeof AbortController=="function";function ph(){if(oh)return new AbortController}class dn{constructor(p={},m={}){p===void 0?p=null:ee(p,"First parameter");let _=Ws(m,"Second parameter"),w=th(p,"First parameter");if(E2(this),w.type!==void 0)throw new RangeError("Invalid type is specified");let k=Ms(_),$=pn(_,1);wh(this,w,$,k)}get locked(){if(!lr(this))throw Gs("locked");return ur(this)}abort(p=void 0){return lr(this)?ur(this)?D(new TypeError("Cannot abort a stream that already has a writer")):$s(this,p):D(Gs("abort"))}close(){return lr(this)?ur(this)?D(new TypeError("Cannot close a stream that already has a writer")):Yt(this)?D(new TypeError("Cannot close an already-closing stream")):C2(this):D(Gs("close"))}getWriter(){if(!lr(this))throw Gs("getWriter");return S2(this)}}Object.defineProperties(dn.prototype,{abort:{enumerable:!0},close:{enumerable:!0},getWriter:{enumerable:!0},locked:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(dn.prototype,e.toStringTag,{value:"WritableStream",configurable:!0});function S2(s){return new ln(s)}function dh(s,p,m,_,w=1,B=()=>1){let k=Object.create(dn.prototype);E2(k);let $=Object.create(cr.prototype);return k2(k,$,s,p,m,_,w,B),k}function E2(s){s._state="writable",s._storedError=void 0,s._writer=void 0,s._writableStreamController=void 0,s._writeRequests=new x,s._inFlightWriteRequest=void 0,s._closeRequest=void 0,s._inFlightCloseRequest=void 0,s._pendingAbortRequest=void 0,s._backpressure=!1}function lr(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_writableStreamController")?!1:s instanceof dn}function ur(s){return s._writer!==void 0}function $s(s,p){var m;if(s._state==="closed"||s._state==="errored")return h(void 0);s._writableStreamController._abortReason=p,(m=s._writableStreamController._abortController)===null||m===void 0||m.abort();let _=s._state;if(_==="closed"||_==="errored")return h(void 0);if(s._pendingAbortRequest!==void 0)return s._pendingAbortRequest._promise;let w=!1;_==="erroring"&&(w=!0,p=void 0);let B=v((k,$)=>{s._pendingAbortRequest={_promise:void 0,_resolve:k,_reject:$,_reason:p,_wasAlreadyErroring:w}});return s._pendingAbortRequest._promise=B,w||L1(s,p),B}function C2(s){let p=s._state;if(p==="closed"||p==="errored")return D(new TypeError(`The stream (in ${p} state) is not in the writable state and cannot be closed`));let m=v((w,B)=>{let k={_resolve:w,_reject:B};s._closeRequest=k}),_=s._writer;return _!==void 0&&s._backpressure&&p==="writable"&&U1(_),yh(s._writableStreamController),m}function lh(s){return v((m,_)=>{let w={_resolve:m,_reject:_};s._writeRequests.push(w)})}function P1(s,p){if(s._state==="writable"){L1(s,p);return}I1(s)}function L1(s,p){let m=s._writableStreamController;s._state="erroring",s._storedError=p;let _=s._writer;_!==void 0&&T2(_,p),!hh(s)&&m._started&&I1(s)}function I1(s){s._state="errored",s._writableStreamController[Nt]();let p=s._storedError;if(s._writeRequests.forEach(w=>{w._reject(p)}),s._writeRequests=new x,s._pendingAbortRequest===void 0){zs(s);return}let m=s._pendingAbortRequest;if(s._pendingAbortRequest=void 0,m._wasAlreadyErroring){m._reject(p),zs(s);return}let _=s._writableStreamController[He](m._reason);F(_,()=>{m._resolve(),zs(s)},w=>{m._reject(w),zs(s)})}function uh(s){s._inFlightWriteRequest._resolve(void 0),s._inFlightWriteRequest=void 0}function ch(s,p){s._inFlightWriteRequest._reject(p),s._inFlightWriteRequest=void 0,P1(s,p)}function mh(s){s._inFlightCloseRequest._resolve(void 0),s._inFlightCloseRequest=void 0,s._state==="erroring"&&(s._storedError=void 0,s._pendingAbortRequest!==void 0&&(s._pendingAbortRequest._resolve(),s._pendingAbortRequest=void 0)),s._state="closed";let m=s._writer;m!==void 0&&L2(m)}function fh(s,p){s._inFlightCloseRequest._reject(p),s._inFlightCloseRequest=void 0,s._pendingAbortRequest!==void 0&&(s._pendingAbortRequest._reject(p),s._pendingAbortRequest=void 0),P1(s,p)}function Yt(s){return!(s._closeRequest===void 0&&s._inFlightCloseRequest===void 0)}function hh(s){return!(s._inFlightWriteRequest===void 0&&s._inFlightCloseRequest===void 0)}function Dh(s){s._inFlightCloseRequest=s._closeRequest,s._closeRequest=void 0}function vh(s){s._inFlightWriteRequest=s._writeRequests.shift()}function zs(s){s._closeRequest!==void 0&&(s._closeRequest._reject(s._storedError),s._closeRequest=void 0);let p=s._writer;p!==void 0&&$1(p,s._storedError)}function q1(s,p){let m=s._writer;m!==void 0&&p!==s._backpressure&&(p?Rh(m):U1(m)),s._backpressure=p}class ln{constructor(p){if(rt(p,1,"WritableStreamDefaultWriter"),y2(p,"First parameter"),ur(p))throw new TypeError("This stream has already been locked for exclusive writing by another writer");this._ownerWritableStream=p,p._writer=this;let m=p._state;if(m==="writable")!Yt(p)&&p._backpressure?Ks(this):I2(this),Ys(this);else if(m==="erroring")z1(this,p._storedError),Ys(this);else if(m==="closed")I2(this),Th(this);else{let _=p._storedError;z1(this,_),P2(this,_)}}get closed(){return Ei(this)?this._closedPromise:D(Ci("closed"))}get desiredSize(){if(!Ei(this))throw Ci("desiredSize");if(this._ownerWritableStream===void 0)throw un("desiredSize");return xh(this)}get ready(){return Ei(this)?this._readyPromise:D(Ci("ready"))}abort(p=void 0){return Ei(this)?this._ownerWritableStream===void 0?D(un("abort")):bh(this,p):D(Ci("abort"))}close(){if(!Ei(this))return D(Ci("close"));let p=this._ownerWritableStream;return p===void 0?D(un("close")):Yt(p)?D(new TypeError("Cannot close an already-closing stream")):F2(this)}releaseLock(){if(!Ei(this))throw Ci("releaseLock");this._ownerWritableStream!==void 0&&A2(this)}write(p=void 0){return Ei(this)?this._ownerWritableStream===void 0?D(un("write to")):R2(this,p):D(Ci("write"))}}Object.defineProperties(ln.prototype,{abort:{enumerable:!0},close:{enumerable:!0},releaseLock:{enumerable:!0},write:{enumerable:!0},closed:{enumerable:!0},desiredSize:{enumerable:!0},ready:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(ln.prototype,e.toStringTag,{value:"WritableStreamDefaultWriter",configurable:!0});function Ei(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_ownerWritableStream")?!1:s instanceof ln}function bh(s,p){let m=s._ownerWritableStream;return $s(m,p)}function F2(s){let p=s._ownerWritableStream;return C2(p)}function gh(s){let p=s._ownerWritableStream,m=p._state;return Yt(p)||m==="closed"?h(void 0):m==="errored"?D(p._storedError):F2(s)}function _h(s,p){s._closedPromiseState==="pending"?$1(s,p):Ah(s,p)}function T2(s,p){s._readyPromiseState==="pending"?q2(s,p):Bh(s,p)}function xh(s){let p=s._ownerWritableStream,m=p._state;return m==="errored"||m==="erroring"?null:m==="closed"?0:N2(p._writableStreamController)}function A2(s){let p=s._ownerWritableStream,m=new TypeError("Writer was released and can no longer be used to monitor the stream's closedness");T2(s,m),_h(s,m),p._writer=void 0,s._ownerWritableStream=void 0}function R2(s,p){let m=s._ownerWritableStream,_=m._writableStreamController,w=Sh(_,p);if(m!==s._ownerWritableStream)return D(un("write to"));let B=m._state;if(B==="errored")return D(m._storedError);if(Yt(m)||B==="closed")return D(new TypeError("The stream is closing or closed and cannot be written to"));if(B==="erroring")return D(m._storedError);let k=lh(m);return Eh(_,p,w),k}let B2={};class cr{constructor(){throw new TypeError("Illegal constructor")}get abortReason(){if(!j1(this))throw W1("abortReason");return this._abortReason}get signal(){if(!j1(this))throw W1("signal");if(this._abortController===void 0)throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported");return this._abortController.signal}error(p=void 0){if(!j1(this))throw W1("error");this._controlledWritableStream._state==="writable"&&O2(this,p)}[He](p){let m=this._abortAlgorithm(p);return Us(this),m}[Nt](){Va(this)}}Object.defineProperties(cr.prototype,{abortReason:{enumerable:!0},signal:{enumerable:!0},error:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(cr.prototype,e.toStringTag,{value:"WritableStreamDefaultController",configurable:!0});function j1(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_controlledWritableStream")?!1:s instanceof cr}function k2(s,p,m,_,w,B,k,$){p._controlledWritableStream=s,s._writableStreamController=p,p._queue=void 0,p._queueTotalSize=void 0,Va(p),p._abortReason=void 0,p._abortController=ph(),p._started=!1,p._strategySizeAlgorithm=$,p._strategyHWM=k,p._writeAlgorithm=_,p._closeAlgorithm=w,p._abortAlgorithm=B;let J=M1(p);q1(s,J);let ie=m(),pe=h(ie);F(pe,()=>{p._started=!0,Hs(p)},de=>{p._started=!0,P1(s,de)})}function wh(s,p,m,_){let w=Object.create(cr.prototype),B=()=>{},k=()=>h(void 0),$=()=>h(void 0),J=()=>h(void 0);p.start!==void 0&&(B=()=>p.start(w)),p.write!==void 0&&(k=ie=>p.write(ie,w)),p.close!==void 0&&($=()=>p.close()),p.abort!==void 0&&(J=ie=>p.abort(ie)),k2(s,w,B,k,$,J,m,_)}function Us(s){s._writeAlgorithm=void 0,s._closeAlgorithm=void 0,s._abortAlgorithm=void 0,s._strategySizeAlgorithm=void 0}function yh(s){T1(s,B2,0),Hs(s)}function Sh(s,p){try{return s._strategySizeAlgorithm(p)}catch(m){return V1(s,m),1}}function N2(s){return s._strategyHWM-s._queueTotalSize}function Eh(s,p,m){try{T1(s,p,m)}catch(w){V1(s,w);return}let _=s._controlledWritableStream;if(!Yt(_)&&_._state==="writable"){let w=M1(s);q1(_,w)}Hs(s)}function Hs(s){let p=s._controlledWritableStream;if(!s._started||p._inFlightWriteRequest!==void 0)return;if(p._state==="erroring"){I1(p);return}if(s._queue.length===0)return;let _=H7(s);_===B2?Ch(s):Fh(s,_)}function V1(s,p){s._controlledWritableStream._state==="writable"&&O2(s,p)}function Ch(s){let p=s._controlledWritableStream;Dh(p),F1(s);let m=s._closeAlgorithm();Us(s),F(m,()=>{mh(p)},_=>{fh(p,_)})}function Fh(s,p){let m=s._controlledWritableStream;vh(m);let _=s._writeAlgorithm(p);F(_,()=>{uh(m);let w=m._state;if(F1(s),!Yt(m)&&w==="writable"){let B=M1(s);q1(m,B)}Hs(s)},w=>{m._state==="writable"&&Us(s),ch(m,w)})}function M1(s){return N2(s)<=0}function O2(s,p){let m=s._controlledWritableStream;Us(s),L1(m,p)}function Gs(s){return new TypeError(`WritableStream.prototype.${s} can only be used on a WritableStream`)}function W1(s){return new TypeError(`WritableStreamDefaultController.prototype.${s} can only be used on a WritableStreamDefaultController`)}function Ci(s){return new TypeError(`WritableStreamDefaultWriter.prototype.${s} can only be used on a WritableStreamDefaultWriter`)}function un(s){return new TypeError("Cannot "+s+" a stream using a released writer")}function Ys(s){s._closedPromise=v((p,m)=>{s._closedPromise_resolve=p,s._closedPromise_reject=m,s._closedPromiseState="pending"})}function P2(s,p){Ys(s),$1(s,p)}function Th(s){Ys(s),L2(s)}function $1(s,p){s._closedPromise_reject!==void 0&&(j(s._closedPromise),s._closedPromise_reject(p),s._closedPromise_resolve=void 0,s._closedPromise_reject=void 0,s._closedPromiseState="rejected")}function Ah(s,p){P2(s,p)}function L2(s){s._closedPromise_resolve!==void 0&&(s._closedPromise_resolve(void 0),s._closedPromise_resolve=void 0,s._closedPromise_reject=void 0,s._closedPromiseState="resolved")}function Ks(s){s._readyPromise=v((p,m)=>{s._readyPromise_resolve=p,s._readyPromise_reject=m}),s._readyPromiseState="pending"}function z1(s,p){Ks(s),q2(s,p)}function I2(s){Ks(s),U1(s)}function q2(s,p){s._readyPromise_reject!==void 0&&(j(s._readyPromise),s._readyPromise_reject(p),s._readyPromise_resolve=void 0,s._readyPromise_reject=void 0,s._readyPromiseState="rejected")}function Rh(s){Ks(s)}function Bh(s,p){z1(s,p)}function U1(s){s._readyPromise_resolve!==void 0&&(s._readyPromise_resolve(void 0),s._readyPromise_resolve=void 0,s._readyPromise_reject=void 0,s._readyPromiseState="fulfilled")}let j2=typeof DOMException<"u"?DOMException:void 0;function kh(s){if(!(typeof s=="function"||typeof s=="object"))return!1;try{return new s,!0}catch{return!1}}function Nh(){let s=function(m,_){this.message=m||"",this.name=_||"Error",Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)};return s.prototype=Object.create(Error.prototype),Object.defineProperty(s.prototype,"constructor",{value:s,writable:!0,configurable:!0}),s}let Oh=kh(j2)?j2:Nh();function V2(s,p,m,_,w,B){let k=xe(s),$=S2(p);s._disturbed=!0;let J=!1,ie=h(void 0);return v((pe,de)=>{let Ne;if(B!==void 0){if(Ne=()=>{let H=new Oh("Aborted","AbortError"),ae=[];_||ae.push(()=>p._state==="writable"?$s(p,H):h(void 0)),w||ae.push(()=>s._state==="readable"?Lt(s,H):h(void 0)),st(()=>Promise.all(ae.map(ge=>ge())),!0,H)},B.aborted){Ne();return}B.addEventListener("abort",Ne)}function It(){return v((H,ae)=>{function ge(bt){bt?H():g(hr(),ge,ae)}ge(!1)})}function hr(){return J?h(!0):g($._readyPromise,()=>v((H,ae)=>{ja(k,{_chunkSteps:ge=>{ie=g(R2($,ge),void 0,a),H(!1)},_closeSteps:()=>H(!0),_errorSteps:ae})}))}if(la(s,k._closedPromise,H=>{_?Ft(!0,H):st(()=>$s(p,H),!0,H)}),la(p,$._closedPromise,H=>{w?Ft(!0,H):st(()=>Lt(s,H),!0,H)}),Ze(s,k._closedPromise,()=>{m?Ft():st(()=>gh($))}),Yt(p)||p._state==="closed"){let H=new TypeError("the destination writable stream closed before all data could be piped to it");w?Ft(!0,H):st(()=>Lt(s,H),!0,H)}j(It());function Ua(){let H=ie;return g(ie,()=>H!==ie?Ua():void 0)}function la(H,ae,ge){H._state==="errored"?ge(H._storedError):C(ae,ge)}function Ze(H,ae,ge){H._state==="closed"?ge():E(ae,ge)}function st(H,ae,ge){if(J)return;J=!0,p._state==="writable"&&!Yt(p)?E(Ua(),bt):bt();function bt(){F(H(),()=>ua(ae,ge),Dr=>ua(!0,Dr))}}function Ft(H,ae){J||(J=!0,p._state==="writable"&&!Yt(p)?E(Ua(),()=>ua(H,ae)):ua(H,ae))}function ua(H,ae){A2($),V(k),B!==void 0&&B.removeEventListener("abort",Ne),H?de(ae):pe(void 0)}})}class mr{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!Qs(this))throw Zs("desiredSize");return H1(this)}close(){if(!Qs(this))throw Zs("close");if(!fr(this))throw new TypeError("The stream is not in a state that permits close");mn(this)}enqueue(p=void 0){if(!Qs(this))throw Zs("enqueue");if(!fr(this))throw new TypeError("The stream is not in a state that permits enqueue");return Js(this,p)}error(p=void 0){if(!Qs(this))throw Zs("error");Ma(this,p)}[Ia](p){Va(this);let m=this._cancelAlgorithm(p);return Xs(this),m}[qa](p){let m=this._controlledReadableStream;if(this._queue.length>0){let _=F1(this);this._closeRequested&&this._queue.length===0?(Xs(this),fn(m)):cn(this),p._chunkSteps(_)}else q(m,p),cn(this)}}Object.defineProperties(mr.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},desiredSize:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(mr.prototype,e.toStringTag,{value:"ReadableStreamDefaultController",configurable:!0});function Qs(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_controlledReadableStream")?!1:s instanceof mr}function cn(s){if(!M2(s))return;if(s._pulling){s._pullAgain=!0;return}s._pulling=!0;let m=s._pullAlgorithm();F(m,()=>{s._pulling=!1,s._pullAgain&&(s._pullAgain=!1,cn(s))},_=>{Ma(s,_)})}function M2(s){let p=s._controlledReadableStream;return!fr(s)||!s._started?!1:!!(za(p)&&or(p)>0||H1(s)>0)}function Xs(s){s._pullAlgorithm=void 0,s._cancelAlgorithm=void 0,s._strategySizeAlgorithm=void 0}function mn(s){if(!fr(s))return;let p=s._controlledReadableStream;s._closeRequested=!0,s._queue.length===0&&(Xs(s),fn(p))}function Js(s,p){if(!fr(s))return;let m=s._controlledReadableStream;if(za(m)&&or(m)>0)tn(m,p,!1);else{let _;try{_=s._strategySizeAlgorithm(p)}catch(w){throw Ma(s,w),w}try{T1(s,p,_)}catch(w){throw Ma(s,w),w}}cn(s)}function Ma(s,p){let m=s._controlledReadableStream;m._state==="readable"&&(Va(s),Xs(s),U2(m,p))}function H1(s){let p=s._controlledReadableStream._state;return p==="errored"?null:p==="closed"?0:s._strategyHWM-s._queueTotalSize}function Ph(s){return!M2(s)}function fr(s){let p=s._controlledReadableStream._state;return!s._closeRequested&&p==="readable"}function W2(s,p,m,_,w,B,k){p._controlledReadableStream=s,p._queue=void 0,p._queueTotalSize=void 0,Va(p),p._started=!1,p._closeRequested=!1,p._pullAgain=!1,p._pulling=!1,p._strategySizeAlgorithm=k,p._strategyHWM=B,p._pullAlgorithm=_,p._cancelAlgorithm=w,s._readableStreamController=p;let $=m();F(h($),()=>{p._started=!0,cn(p)},J=>{Ma(p,J)})}function Lh(s,p,m,_){let w=Object.create(mr.prototype),B=()=>{},k=()=>h(void 0),$=()=>h(void 0);p.start!==void 0&&(B=()=>p.start(w)),p.pull!==void 0&&(k=()=>p.pull(w)),p.cancel!==void 0&&($=J=>p.cancel(J)),W2(s,w,B,k,$,m,_)}function Zs(s){return new TypeError(`ReadableStreamDefaultController.prototype.${s} can only be used on a ReadableStreamDefaultController`)}function Ih(s,p){return wi(s._readableStreamController)?jh(s):qh(s)}function qh(s,p){let m=xe(s),_=!1,w=!1,B=!1,k=!1,$,J,ie,pe,de,Ne=v(Ze=>{de=Ze});function It(){return _?(w=!0,h(void 0)):(_=!0,ja(m,{_chunkSteps:st=>{S(()=>{w=!1;let Ft=st,ua=st;B||Js(ie._readableStreamController,Ft),k||Js(pe._readableStreamController,ua),_=!1,w&&It()})},_closeSteps:()=>{_=!1,B||mn(ie._readableStreamController),k||mn(pe._readableStreamController),(!B||!k)&&de(void 0)},_errorSteps:()=>{_=!1}}),h(void 0))}function hr(Ze){if(B=!0,$=Ze,k){let st=an([$,J]),Ft=Lt(s,st);de(Ft)}return Ne}function Ua(Ze){if(k=!0,J=Ze,B){let st=an([$,J]),Ft=Lt(s,st);de(Ft)}return Ne}function la(){}return ie=G1(la,It,hr),pe=G1(la,It,Ua),C(m._closedPromise,Ze=>{Ma(ie._readableStreamController,Ze),Ma(pe._readableStreamController,Ze),(!B||!k)&&de(void 0)}),[ie,pe]}function jh(s){let p=xe(s),m=!1,_=!1,w=!1,B=!1,k=!1,$,J,ie,pe,de,Ne=v(H=>{de=H});function It(H){C(H._closedPromise,ae=>{H===p&&(Pt(ie._readableStreamController,ae),Pt(pe._readableStreamController,ae),(!B||!k)&&de(void 0))})}function hr(){Si(p)&&(V(p),p=xe(s),It(p)),ja(p,{_chunkSteps:ae=>{S(()=>{_=!1,w=!1;let ge=ae,bt=ae;if(!B&&!k)try{bt=d2(ae)}catch(Dr){Pt(ie._readableStreamController,Dr),Pt(pe._readableStreamController,Dr),de(Lt(s,Dr));return}B||Is(ie._readableStreamController,ge),k||Is(pe._readableStreamController,bt),m=!1,_?la():w&&Ze()})},_closeSteps:()=>{m=!1,B||nn(ie._readableStreamController),k||nn(pe._readableStreamController),ie._readableStreamController._pendingPullIntos.length>0&&qs(ie._readableStreamController,0),pe._readableStreamController._pendingPullIntos.length>0&&qs(pe._readableStreamController,0),(!B||!k)&&de(void 0)},_errorSteps:()=>{m=!1}})}function Ua(H,ae){Ot(p)&&(V(p),p=g2(s),It(p));let ge=ae?pe:ie,bt=ae?ie:pe;w2(p,H,{_chunkSteps:vr=>{S(()=>{_=!1,w=!1;let br=ae?k:B;if(ae?B:k)br||js(ge._readableStreamController,vr);else{let rm;try{rm=d2(vr)}catch(K1){Pt(ge._readableStreamController,K1),Pt(bt._readableStreamController,K1),de(Lt(s,K1));return}br||js(ge._readableStreamController,vr),Is(bt._readableStreamController,rm)}m=!1,_?la():w&&Ze()})},_closeSteps:vr=>{m=!1;let br=ae?k:B,po=ae?B:k;br||nn(ge._readableStreamController),po||nn(bt._readableStreamController),vr!==void 0&&(br||js(ge._readableStreamController,vr),!po&&bt._readableStreamController._pendingPullIntos.length>0&&qs(bt._readableStreamController,0)),(!br||!po)&&de(void 0)},_errorSteps:()=>{m=!1}})}function la(){if(m)return _=!0,h(void 0);m=!0;let H=k1(ie._readableStreamController);return H===null?hr():Ua(H._view,!1),h(void 0)}function Ze(){if(m)return w=!0,h(void 0);m=!0;let H=k1(pe._readableStreamController);return H===null?hr():Ua(H._view,!0),h(void 0)}function st(H){if(B=!0,$=H,k){let ae=an([$,J]),ge=Lt(s,ae);de(ge)}return Ne}function Ft(H){if(k=!0,J=H,B){let ae=an([$,J]),ge=Lt(s,ae);de(ge)}return Ne}function ua(){}return ie=z2(ua,la,st),pe=z2(ua,Ze,Ft),It(p),[ie,pe]}function Vh(s,p){it(s,p);let m=s,_=m==null?void 0:m.autoAllocateChunkSize,w=m==null?void 0:m.cancel,B=m==null?void 0:m.pull,k=m==null?void 0:m.start,$=m==null?void 0:m.type;return{autoAllocateChunkSize:_===void 0?void 0:L(_,`${p} has member 'autoAllocateChunkSize' that`),cancel:w===void 0?void 0:Mh(w,m,`${p} has member 'cancel' that`),pull:B===void 0?void 0:Wh(B,m,`${p} has member 'pull' that`),start:k===void 0?void 0:$h(k,m,`${p} has member 'start' that`),type:$===void 0?void 0:zh($,`${p} has member 'type' that`)}}function Mh(s,p,m){return y(s,m),_=>T(s,p,[_])}function Wh(s,p,m){return y(s,m),_=>T(s,p,[_])}function $h(s,p,m){return y(s,m),_=>A(s,p,[_])}function zh(s,p){if(s=`${s}`,s!=="bytes")throw new TypeError(`${p} '${s}' is not a valid enumeration value for ReadableStreamType`);return s}function Uh(s,p){it(s,p);let m=s==null?void 0:s.mode;return{mode:m===void 0?void 0:Hh(m,`${p} has member 'mode' that`)}}function Hh(s,p){if(s=`${s}`,s!=="byob")throw new TypeError(`${p} '${s}' is not a valid enumeration value for ReadableStreamReaderMode`);return s}function Gh(s,p){return it(s,p),{preventCancel:!!(s==null?void 0:s.preventCancel)}}function $2(s,p){it(s,p);let m=s==null?void 0:s.preventAbort,_=s==null?void 0:s.preventCancel,w=s==null?void 0:s.preventClose,B=s==null?void 0:s.signal;return B!==void 0&&Yh(B,`${p} has member 'signal' that`),{preventAbort:!!m,preventCancel:!!_,preventClose:!!w,signal:B}}function Yh(s,p){if(!sh(s))throw new TypeError(`${p} is not an AbortSignal.`)}function Kh(s,p){it(s,p);let m=s==null?void 0:s.readable;Ct(m,"readable","ReadableWritablePair"),X(m,`${p} has member 'readable' that`);let _=s==null?void 0:s.writable;return Ct(_,"writable","ReadableWritablePair"),y2(_,`${p} has member 'writable' that`),{readable:m,writable:_}}class Wa{constructor(p={},m={}){p===void 0?p=null:ee(p,"First parameter");let _=Ws(m,"Second parameter"),w=Vh(p,"First parameter");if(Y1(this),w.type==="bytes"){if(_.size!==void 0)throw new RangeError("The strategy for a byte stream cannot have a size function");let B=pn(_,0);X7(this,w,B)}else{let B=Ms(_),k=pn(_,1);Lh(this,w,k,B)}}get locked(){if(!$a(this))throw Fi("locked");return za(this)}cancel(p=void 0){return $a(this)?za(this)?D(new TypeError("Cannot cancel a stream that already has a reader")):Lt(this,p):D(Fi("cancel"))}getReader(p=void 0){if(!$a(this))throw Fi("getReader");return Uh(p,"First parameter").mode===void 0?xe(this):g2(this)}pipeThrough(p,m={}){if(!$a(this))throw Fi("pipeThrough");rt(p,1,"pipeThrough");let _=Kh(p,"First parameter"),w=$2(m,"Second parameter");if(za(this))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked ReadableStream");if(ur(_.writable))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked WritableStream");let B=V2(this,_.writable,w.preventClose,w.preventAbort,w.preventCancel,w.signal);return j(B),_.readable}pipeTo(p,m={}){if(!$a(this))return D(Fi("pipeTo"));if(p===void 0)return D("Parameter 1 is required in 'pipeTo'.");if(!lr(p))return D(new TypeError("ReadableStream.prototype.pipeTo's first argument must be a WritableStream"));let _;try{_=$2(m,"Second parameter")}catch(w){return D(w)}return za(this)?D(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked ReadableStream")):ur(p)?D(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked WritableStream")):V2(this,p,_.preventClose,_.preventAbort,_.preventCancel,_.signal)}tee(){if(!$a(this))throw Fi("tee");let p=Ih(this);return an(p)}values(p=void 0){if(!$a(this))throw Fi("values");let m=Gh(p,"First parameter");return se(this,m.preventCancel)}}Object.defineProperties(Wa.prototype,{cancel:{enumerable:!0},getReader:{enumerable:!0},pipeThrough:{enumerable:!0},pipeTo:{enumerable:!0},tee:{enumerable:!0},values:{enumerable:!0},locked:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(Wa.prototype,e.toStringTag,{value:"ReadableStream",configurable:!0}),typeof e.asyncIterator=="symbol"&&Object.defineProperty(Wa.prototype,e.asyncIterator,{value:Wa.prototype.values,writable:!0,configurable:!0});function G1(s,p,m,_=1,w=()=>1){let B=Object.create(Wa.prototype);Y1(B);let k=Object.create(mr.prototype);return W2(B,k,s,p,m,_,w),B}function z2(s,p,m){let _=Object.create(Wa.prototype);Y1(_);let w=Object.create(dr.prototype);return b2(_,w,s,p,m,0,void 0),_}function Y1(s){s._state="readable",s._reader=void 0,s._storedError=void 0,s._disturbed=!1}function $a(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_readableStreamController")?!1:s instanceof Wa}function za(s){return s._reader!==void 0}function Lt(s,p){if(s._disturbed=!0,s._state==="closed")return h(void 0);if(s._state==="errored")return D(s._storedError);fn(s);let m=s._reader;m!==void 0&&Si(m)&&(m._readIntoRequests.forEach(w=>{w._closeSteps(void 0)}),m._readIntoRequests=new x);let _=s._readableStreamController[Ia](p);return P(_,a)}function fn(s){s._state="closed";let p=s._reader;p!==void 0&&(be(p),Ot(p)&&(p._readRequests.forEach(m=>{m._closeSteps()}),p._readRequests=new x))}function U2(s,p){s._state="errored",s._storedError=p;let m=s._reader;m!==void 0&&(K(m,p),Ot(m)?(m._readRequests.forEach(_=>{_._errorSteps(p)}),m._readRequests=new x):(m._readIntoRequests.forEach(_=>{_._errorSteps(p)}),m._readIntoRequests=new x))}function Fi(s){return new TypeError(`ReadableStream.prototype.${s} can only be used on a ReadableStream`)}function H2(s,p){it(s,p);let m=s==null?void 0:s.highWaterMark;return Ct(m,"highWaterMark","QueuingStrategyInit"),{highWaterMark:U(m)}}let G2=s=>s.byteLength;try{Object.defineProperty(G2,"name",{value:"size",configurable:!0})}catch{}class eo{constructor(p){rt(p,1,"ByteLengthQueuingStrategy"),p=H2(p,"First parameter"),this._byteLengthQueuingStrategyHighWaterMark=p.highWaterMark}get highWaterMark(){if(!K2(this))throw Y2("highWaterMark");return this._byteLengthQueuingStrategyHighWaterMark}get size(){if(!K2(this))throw Y2("size");return G2}}Object.defineProperties(eo.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(eo.prototype,e.toStringTag,{value:"ByteLengthQueuingStrategy",configurable:!0});function Y2(s){return new TypeError(`ByteLengthQueuingStrategy.prototype.${s} can only be used on a ByteLengthQueuingStrategy`)}function K2(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_byteLengthQueuingStrategyHighWaterMark")?!1:s instanceof eo}let Q2=()=>1;try{Object.defineProperty(Q2,"name",{value:"size",configurable:!0})}catch{}class to{constructor(p){rt(p,1,"CountQueuingStrategy"),p=H2(p,"First parameter"),this._countQueuingStrategyHighWaterMark=p.highWaterMark}get highWaterMark(){if(!J2(this))throw X2("highWaterMark");return this._countQueuingStrategyHighWaterMark}get size(){if(!J2(this))throw X2("size");return Q2}}Object.defineProperties(to.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(to.prototype,e.toStringTag,{value:"CountQueuingStrategy",configurable:!0});function X2(s){return new TypeError(`CountQueuingStrategy.prototype.${s} can only be used on a CountQueuingStrategy`)}function J2(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_countQueuingStrategyHighWaterMark")?!1:s instanceof to}function Qh(s,p){it(s,p);let m=s==null?void 0:s.flush,_=s==null?void 0:s.readableType,w=s==null?void 0:s.start,B=s==null?void 0:s.transform,k=s==null?void 0:s.writableType;return{flush:m===void 0?void 0:Xh(m,s,`${p} has member 'flush' that`),readableType:_,start:w===void 0?void 0:Jh(w,s,`${p} has member 'start' that`),transform:B===void 0?void 0:Zh(B,s,`${p} has member 'transform' that`),writableType:k}}function Xh(s,p,m){return y(s,m),_=>T(s,p,[_])}function Jh(s,p,m){return y(s,m),_=>A(s,p,[_])}function Zh(s,p,m){return y(s,m),(_,w)=>T(s,p,[_,w])}class ao{constructor(p={},m={},_={}){p===void 0&&(p=null);let w=Ws(m,"Second parameter"),B=Ws(_,"Third parameter"),k=Qh(p,"First parameter");if(k.readableType!==void 0)throw new RangeError("Invalid readableType specified");if(k.writableType!==void 0)throw new RangeError("Invalid writableType specified");let $=pn(B,0),J=Ms(B),ie=pn(w,1),pe=Ms(w),de,Ne=v(It=>{de=It});eD(this,Ne,ie,pe,$,J),aD(this,k),k.start!==void 0?de(k.start(this._transformStreamController)):de(void 0)}get readable(){if(!Z2(this))throw im("readable");return this._readable}get writable(){if(!Z2(this))throw im("writable");return this._writable}}Object.defineProperties(ao.prototype,{readable:{enumerable:!0},writable:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(ao.prototype,e.toStringTag,{value:"TransformStream",configurable:!0});function eD(s,p,m,_,w,B){function k(){return p}function $(Ne){return nD(s,Ne)}function J(Ne){return sD(s,Ne)}function ie(){return oD(s)}s._writable=dh(k,$,ie,J,m,_);function pe(){return pD(s)}function de(Ne){return ro(s,Ne),h(void 0)}s._readable=G1(k,pe,de,w,B),s._backpressure=void 0,s._backpressureChangePromise=void 0,s._backpressureChangePromise_resolve=void 0,no(s,!0),s._transformStreamController=void 0}function Z2(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_transformStreamController")?!1:s instanceof ao}function io(s,p){Ma(s._readable._readableStreamController,p),ro(s,p)}function ro(s,p){em(s._transformStreamController),V1(s._writable._writableStreamController,p),s._backpressure&&no(s,!1)}function no(s,p){s._backpressureChangePromise!==void 0&&s._backpressureChangePromise_resolve(),s._backpressureChangePromise=v(m=>{s._backpressureChangePromise_resolve=m}),s._backpressure=p}class hn{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!so(this))throw oo("desiredSize");let p=this._controlledTransformStream._readable._readableStreamController;return H1(p)}enqueue(p=void 0){if(!so(this))throw oo("enqueue");tm(this,p)}error(p=void 0){if(!so(this))throw oo("error");iD(this,p)}terminate(){if(!so(this))throw oo("terminate");rD(this)}}Object.defineProperties(hn.prototype,{enqueue:{enumerable:!0},error:{enumerable:!0},terminate:{enumerable:!0},desiredSize:{enumerable:!0}}),typeof e.toStringTag=="symbol"&&Object.defineProperty(hn.prototype,e.toStringTag,{value:"TransformStreamDefaultController",configurable:!0});function so(s){return!n(s)||!Object.prototype.hasOwnProperty.call(s,"_controlledTransformStream")?!1:s instanceof hn}function tD(s,p,m,_){p._controlledTransformStream=s,s._transformStreamController=p,p._transformAlgorithm=m,p._flushAlgorithm=_}function aD(s,p){let m=Object.create(hn.prototype),_=B=>{try{return tm(m,B),h(void 0)}catch(k){return D(k)}},w=()=>h(void 0);p.transform!==void 0&&(_=B=>p.transform(B,m)),p.flush!==void 0&&(w=()=>p.flush(m)),tD(s,m,_,w)}function em(s){s._transformAlgorithm=void 0,s._flushAlgorithm=void 0}function tm(s,p){let m=s._controlledTransformStream,_=m._readable._readableStreamController;if(!fr(_))throw new TypeError("Readable side is not in a state that permits enqueue");try{Js(_,p)}catch(B){throw ro(m,B),m._readable._storedError}Ph(_)!==m._backpressure&&no(m,!0)}function iD(s,p){io(s._controlledTransformStream,p)}function am(s,p){let m=s._transformAlgorithm(p);return P(m,void 0,_=>{throw io(s._controlledTransformStream,_),_})}function rD(s){let p=s._controlledTransformStream,m=p._readable._readableStreamController;mn(m);let _=new TypeError("TransformStream terminated");ro(p,_)}function nD(s,p){let m=s._transformStreamController;if(s._backpressure){let _=s._backpressureChangePromise;return P(_,()=>{let w=s._writable;if(w._state==="erroring")throw w._storedError;return am(m,p)})}return am(m,p)}function sD(s,p){return io(s,p),h(void 0)}function oD(s){let p=s._readable,m=s._transformStreamController,_=m._flushAlgorithm();return em(m),P(_,()=>{if(p._state==="errored")throw p._storedError;mn(p._readableStreamController)},w=>{throw io(s,w),p._storedError})}function pD(s){return no(s,!1),s._backpressureChangePromise}function oo(s){return new TypeError(`TransformStreamDefaultController.prototype.${s} can only be used on a TransformStreamDefaultController`)}function im(s){return new TypeError(`TransformStream.prototype.${s} can only be used on a TransformStream`)}t.ByteLengthQueuingStrategy=eo,t.CountQueuingStrategy=to,t.ReadableByteStreamController=dr,t.ReadableStream=Wa,t.ReadableStreamBYOBReader=on,t.ReadableStreamBYOBRequest=rn,t.ReadableStreamDefaultController=mr,t.ReadableStreamDefaultReader=xi,t.TransformStream=ao,t.TransformStreamDefaultController=hn,t.WritableStream=dn,t.WritableStreamDefaultController=cr,t.WritableStreamDefaultWriter=ln,Object.defineProperty(t,"__esModule",{value:!0})})});var h6=R(()=>{u();if(!globalThis.ReadableStream)try{let t=require("process"),{emitWarning:e}=t;try{t.emitWarning=()=>{},Object.assign(globalThis,require("stream/web")),t.emitWarning=e}catch(a){throw t.emitWarning=e,a}}catch{Object.assign(globalThis,f6())}try{let{Blob:t}=require("buffer");t&&!t.prototype.stream&&(t.prototype.stream=function(a){let i=0,r=this;return new ReadableStream({type:"bytes",async pull(n){let l=await r.slice(i,Math.min(r.size,i+65536)).arrayBuffer();i+=l.byteLength,n.enqueue(new Uint8Array(l)),i===r.size&&n.close()}})})}catch{}});async function*dl(t,e=!0){for(let a of t)if("stream"in a)yield*a.stream();else if(ArrayBuffer.isView(a))if(e){let i=a.byteOffset,r=a.byteOffset+a.byteLength;for(;i!==r;){let n=Math.min(r-i,D6),o=a.buffer.slice(i,i+n);i+=o.byteLength,yield new Uint8Array(o)}}else yield a;else{let i=0,r=a;for(;i!==r.size;){let o=await r.slice(i,Math.min(r.size,i+D6)).arrayBuffer();i+=o.byteLength,yield new Uint8Array(o)}}}var Mk,D6,v6,ul,Da,Er=Ti(()=>{u();Mk=G(h6(),1);D6=65536;v6=class ll{#e=[];#t="";#a=0;#i="transparent";constructor(e=[],a={}){if(typeof e!="object"||e===null)throw new TypeError("Failed to construct 'Blob': The provided value cannot be converted to a sequence.");if(typeof e[Symbol.iterator]!="function")throw new TypeError("Failed to construct 'Blob': The object must have a callable @@iterator property.");if(typeof a!="object"&&typeof a!="function")throw new TypeError("Failed to construct 'Blob': parameter 2 cannot convert to dictionary.");a===null&&(a={});let i=new TextEncoder;for(let n of e){let o;ArrayBuffer.isView(n)?o=new Uint8Array(n.buffer.slice(n.byteOffset,n.byteOffset+n.byteLength)):n instanceof ArrayBuffer?o=new Uint8Array(n.slice(0)):n instanceof ll?o=n:o=i.encode(`${n}`),this.#a+=ArrayBuffer.isView(o)?o.byteLength:o.size,this.#e.push(o)}this.#i=`${a.endings===void 0?"transparent":a.endings}`;let r=a.type===void 0?"":String(a.type);this.#t=/^[\x20-\x7E]*$/.test(r)?r:""}get size(){return this.#a}get type(){return this.#t}async text(){let e=new TextDecoder,a="";for await(let i of dl(this.#e,!1))a+=e.decode(i,{stream:!0});return a+=e.decode(),a}async arrayBuffer(){let e=new Uint8Array(this.size),a=0;for await(let i of dl(this.#e,!1))e.set(i,a),a+=i.length;return e.buffer}stream(){let e=dl(this.#e,!0);return new globalThis.ReadableStream({type:"bytes",async pull(a){let i=await e.next();i.done?a.close():a.enqueue(i.value)},async cancel(){await e.return()}})}slice(e=0,a=this.size,i=""){let{size:r}=this,n=e<0?Math.max(r+e,0):Math.min(e,r),o=a<0?Math.max(r+a,0):Math.min(a,r),l=Math.max(o-n,0),d=this.#e,c=[],f=0;for(let h of d){if(f>=l)break;let D=ArrayBuffer.isView(h)?h.byteLength:h.size;if(n&&D<=n)n-=D,o-=D;else{let g;ArrayBuffer.isView(h)?(g=h.subarray(n,Math.min(D,o)),f+=g.byteLength):(g=h.slice(n,Math.min(D,o)),f+=g.size),o-=D,c.push(g),n=0}}let v=new ll([],{type:String(i).toLowerCase()});return v.#a=l,v.#e=c,v}get[Symbol.toStringTag](){return"Blob"}static[Symbol.hasInstance](e){return e&&typeof e=="object"&&typeof e.constructor=="function"&&(typeof e.stream=="function"||typeof e.arrayBuffer=="function")&&/^(Blob|File)$/.test(e[Symbol.toStringTag])}};Object.defineProperties(v6.prototype,{size:{enumerable:!0},type:{enumerable:!0},slice:{enumerable:!0}});ul=v6,Da=ul});var Zg,e_,Or,Wl=Ti(()=>{u();Er();Zg=class extends Da{#e=0;#t="";constructor(e,a,i={}){if(arguments.length<2)throw new TypeError(`Failed to construct 'File': 2 arguments required, but only ${arguments.length} present.`);super(e,i),i===null&&(i={});let r=i.lastModified===void 0?Date.now():Number(i.lastModified);Number.isNaN(r)||(this.#e=r),this.#t=String(a)}get name(){return this.#t}get lastModified(){return this.#e}get[Symbol.toStringTag](){return"File"}static[Symbol.hasInstance](e){return!!e&&e instanceof Da&&/^(File)$/.test(e[Symbol.toStringTag])}},e_=Zg,Or=e_});function G4(t,e=Da){var a=`${U4()}${U4()}`.replace(/\./g,"").slice(-28).padStart(32,"-"),i=[],r=`--${a}\r
20
- Content-Disposition: form-data; name="`;return t.forEach((n,o)=>typeof n=="string"?i.push(r+$l(o)+`"\r
21
- \r
22
- ${n.replace(/\r(?!\n)|(?<!\r)\n/g,`\r
23
- `)}\r
24
- `):i.push(r+$l(o)+`"; filename="${$l(n.name,1)}"\r
25
- Content-Type: ${n.type||"application/octet-stream"}\r
26
- \r
27
- `,n,`\r
28
- `)),i.push(`--${a}--`),new e(i,{type:"multipart/form-data; boundary="+a})}var In,t_,a_,U4,i_,H4,$l,qi,ji,Ep=Ti(()=>{u();Er();Wl();({toStringTag:In,iterator:t_,hasInstance:a_}=Symbol),U4=Math.random,i_="append,set,get,getAll,delete,keys,values,entries,forEach,constructor".split(","),H4=(t,e,a)=>(t+="",/^(Blob|File)$/.test(e&&e[In])?[(a=a!==void 0?a+"":e[In]=="File"?e.name:"blob",t),e.name!==a||e[In]=="blob"?new Or([e],a,e):e]:[t,e+""]),$l=(t,e)=>(e?t:t.replace(/\r?\n|\r/g,`\r
29
- `)).replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),qi=(t,e,a)=>{if(e.length<a)throw new TypeError(`Failed to execute '${t}' on 'FormData': ${a} arguments required, but only ${e.length} present.`)},ji=class{#e=[];constructor(...e){if(e.length)throw new TypeError("Failed to construct 'FormData': parameter 1 is not of type 'HTMLFormElement'.")}get[In](){return"FormData"}[t_](){return this.entries()}static[a_](e){return e&&typeof e=="object"&&e[In]==="FormData"&&!i_.some(a=>typeof e[a]!="function")}append(...e){qi("append",arguments,2),this.#e.push(H4(...e))}delete(e){qi("delete",arguments,1),e+="",this.#e=this.#e.filter(([a])=>a!==e)}get(e){qi("get",arguments,1),e+="";for(var a=this.#e,i=a.length,r=0;r<i;r++)if(a[r][0]===e)return a[r][1];return null}getAll(e,a){return qi("getAll",arguments,1),a=[],e+="",this.#e.forEach(i=>i[0]===e&&a.push(i[1])),a}has(e){return qi("has",arguments,1),e+="",this.#e.some(a=>a[0]===e)}forEach(e,a){qi("forEach",arguments,1);for(var[i,r]of this)e.call(a,r,i,this)}set(...e){qi("set",arguments,2);var a=[],i=!0;e=H4(...e),this.#e.forEach(r=>{r[0]===e[0]?i&&(i=!a.push(e)):a.push(r)}),i&&a.push(e),this.#e=a}*entries(){yield*this.#e}*keys(){for(var[e]of this)yield e}*values(){for(var[,e]of this)yield e}}});var J4=R((IN,X4)=>{u();if(!globalThis.DOMException)try{let{MessageChannel:t}=require("worker_threads"),e=new t().port1,a=new ArrayBuffer;e.postMessage(a,[a,a])}catch(t){t.constructor.name==="DOMException"&&(globalThis.DOMException=t.constructor)}X4.exports=globalThis.DOMException});var jn,r_,Z4,n_,Fp,Ul=Ti(()=>{u();jn=require("fs"),r_=require("path"),Z4=G(J4(),1);Wl();Er();({stat:n_}=jn.promises),Fp=class{#e;#t;constructor(e){this.#e=e.path,this.#t=e.start,this.size=e.size,this.lastModified=e.lastModified}slice(e,a){return new Fp({path:this.#e,lastModified:this.lastModified,size:a-e,start:this.#t+e})}async*stream(){let{mtimeMs:e}=await n_(this.#e);if(e>this.lastModified)throw new Z4.default("The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.","NotReadableError");yield*(0,jn.createReadStream)(this.#e,{start:this.#t,end:this.#t+this.size-1})}get[Symbol.toStringTag](){return"Blob"}}});var t3={};uo(t3,{toFormData:()=>c_});function u_(t){let e=t.match(/\bfilename=("(.*?)"|([^()<>@,;:\\"/[\]?={}\s\t]+))($|;\s)/i);if(!e)return;let a=e[2]||e[3]||"",i=a.slice(a.lastIndexOf("\\")+1);return i=i.replace(/%22/g,'"'),i=i.replace(/&#(\d{4});/g,(r,n)=>String.fromCharCode(n)),i}async function c_(t,e){if(!/multipart/i.test(e))throw new TypeError("Failed to fetch");let a=e.match(/boundary=(?:"([^"]+)"|([^;]+))/i);if(!a)throw new TypeError("no or bad content-type header, no multipart boundary");let i=new Hl(a[1]||a[2]),r,n,o,l,d,c,f=[],v=new ji,h=C=>{o+=E.decode(C,{stream:!0})},D=C=>{f.push(C)},g=()=>{let C=new Or(f,c,{type:d});v.append(l,C)},F=()=>{v.append(l,o)},E=new TextDecoder("utf-8");E.decode(),i.onPartBegin=function(){i.onPartData=h,i.onPartEnd=F,r="",n="",o="",l="",d="",c=null,f.length=0},i.onHeaderField=function(C){r+=E.decode(C,{stream:!0})},i.onHeaderValue=function(C){n+=E.decode(C,{stream:!0})},i.onHeaderEnd=function(){if(n+=E.decode(),r=r.toLowerCase(),r==="content-disposition"){let C=n.match(/\bname=("([^"]*)"|([^()<>@,;:\\"/[\]?={}\s\t]+))/i);C&&(l=C[2]||C[3]||""),c=u_(n),c&&(i.onPartData=D,i.onPartEnd=g)}else r==="content-type"&&(d=n);n="",r=""};for await(let C of t)i.write(C);return i.end(),v}var ta,_e,e3,ri,Tp,Ap,s_,Vn,o_,p_,d_,l_,Vi,Hl,a3=Ti(()=>{u();Ul();Ep();ta=0,_e={START_BOUNDARY:ta++,HEADER_FIELD_START:ta++,HEADER_FIELD:ta++,HEADER_VALUE_START:ta++,HEADER_VALUE:ta++,HEADER_VALUE_ALMOST_DONE:ta++,HEADERS_ALMOST_DONE:ta++,PART_DATA_START:ta++,PART_DATA:ta++,END:ta++},e3=1,ri={PART_BOUNDARY:e3,LAST_BOUNDARY:e3*=2},Tp=10,Ap=13,s_=32,Vn=45,o_=58,p_=97,d_=122,l_=t=>t|32,Vi=()=>{},Hl=class{constructor(e){this.index=0,this.flags=0,this.onHeaderEnd=Vi,this.onHeaderField=Vi,this.onHeadersEnd=Vi,this.onHeaderValue=Vi,this.onPartBegin=Vi,this.onPartData=Vi,this.onPartEnd=Vi,this.boundaryChars={},e=`\r
30
- --`+e;let a=new Uint8Array(e.length);for(let i=0;i<e.length;i++)a[i]=e.charCodeAt(i),this.boundaryChars[a[i]]=!0;this.boundary=a,this.lookbehind=new Uint8Array(this.boundary.length+8),this.state=_e.START_BOUNDARY}write(e){let a=0,i=e.length,r=this.index,{lookbehind:n,boundary:o,boundaryChars:l,index:d,state:c,flags:f}=this,v=this.boundary.length,h=v-1,D=e.length,g,F,E=S=>{this[S+"Mark"]=a},C=S=>{delete this[S+"Mark"]},P=(S,A,T,O)=>{(A===void 0||A!==T)&&this[S](O&&O.subarray(A,T))},j=(S,A)=>{let T=S+"Mark";T in this&&(A?(P(S,this[T],a,e),delete this[T]):(P(S,this[T],e.length,e),this[T]=0))};for(a=0;a<i;a++)switch(g=e[a],c){case _e.START_BOUNDARY:if(d===o.length-2){if(g===Vn)f|=ri.LAST_BOUNDARY;else if(g!==Ap)return;d++;break}else if(d-1===o.length-2){if(f&ri.LAST_BOUNDARY&&g===Vn)c=_e.END,f=0;else if(!(f&ri.LAST_BOUNDARY)&&g===Tp)d=0,P("onPartBegin"),c=_e.HEADER_FIELD_START;else return;break}g!==o[d+2]&&(d=-2),g===o[d+2]&&d++;break;case _e.HEADER_FIELD_START:c=_e.HEADER_FIELD,E("onHeaderField"),d=0;case _e.HEADER_FIELD:if(g===Ap){C("onHeaderField"),c=_e.HEADERS_ALMOST_DONE;break}if(d++,g===Vn)break;if(g===o_){if(d===1)return;j("onHeaderField",!0),c=_e.HEADER_VALUE_START;break}if(F=l_(g),F<p_||F>d_)return;break;case _e.HEADER_VALUE_START:if(g===s_)break;E("onHeaderValue"),c=_e.HEADER_VALUE;case _e.HEADER_VALUE:g===Ap&&(j("onHeaderValue",!0),P("onHeaderEnd"),c=_e.HEADER_VALUE_ALMOST_DONE);break;case _e.HEADER_VALUE_ALMOST_DONE:if(g!==Tp)return;c=_e.HEADER_FIELD_START;break;case _e.HEADERS_ALMOST_DONE:if(g!==Tp)return;P("onHeadersEnd"),c=_e.PART_DATA_START;break;case _e.PART_DATA_START:c=_e.PART_DATA,E("onPartData");case _e.PART_DATA:if(r=d,d===0){for(a+=h;a<D&&!(e[a]in l);)a+=v;a-=h,g=e[a]}if(d<o.length)o[d]===g?(d===0&&j("onPartData",!0),d++):d=0;else if(d===o.length)d++,g===Ap?f|=ri.PART_BOUNDARY:g===Vn?f|=ri.LAST_BOUNDARY:d=0;else if(d-1===o.length)if(f&ri.PART_BOUNDARY){if(d=0,g===Tp){f&=~ri.PART_BOUNDARY,P("onPartEnd"),P("onPartBegin"),c=_e.HEADER_FIELD_START;break}}else f&ri.LAST_BOUNDARY&&g===Vn?(P("onPartEnd"),c=_e.END,f=0):d=0;if(d>0)n[d-1]=g;else if(r>0){let S=new Uint8Array(n.buffer,n.byteOffset,n.byteLength);P("onPartData",0,r,S),r=0,E("onPartData"),a--}break;case _e.END:break;default:throw new Error(`Unexpected state entered: ${c}`)}j("onHeaderField"),j("onHeaderValue"),j("onPartData"),this.index=d,this.state=c,this.flags=f}end(){if(this.state===_e.HEADER_FIELD_START&&this.index===0||this.state===_e.PART_DATA&&this.index===this.boundary.length)this.onPartEnd();else if(this.state!==_e.END)throw new Error("MultipartParser.end(): stream ended unexpectedly")}}});var x3=R((jO,_3)=>{"use strict";u();var Fe={};_3.exports=Fe;function g3(t){return t<0?-1:1}function x_(t){return t%1===.5&&!(t&1)?Math.floor(t):Math.round(t)}function ni(t,e){e.unsigned||--t;let a=e.unsigned?0:-Math.pow(2,t),i=Math.pow(2,t)-1,r=e.moduloBitLength?Math.pow(2,e.moduloBitLength):Math.pow(2,t),n=e.moduloBitLength?Math.pow(2,e.moduloBitLength-1):Math.pow(2,t-1);return function(o,l){l||(l={});let d=+o;if(l.enforceRange){if(!Number.isFinite(d))throw new TypeError("Argument is not a finite number");if(d=g3(d)*Math.floor(Math.abs(d)),d<a||d>i)throw new TypeError("Argument is not in byte range");return d}if(!isNaN(d)&&l.clamp)return d=x_(d),d<a&&(d=a),d>i&&(d=i),d;if(!Number.isFinite(d)||d===0)return 0;if(d=g3(d)*Math.floor(Math.abs(d)),d=d%r,!e.unsigned&&d>=n)return d-r;if(e.unsigned){if(d<0)d+=r;else if(d===-0)return 0}return d}}Fe.void=function(){};Fe.boolean=function(t){return!!t};Fe.byte=ni(8,{unsigned:!1});Fe.octet=ni(8,{unsigned:!0});Fe.short=ni(16,{unsigned:!1});Fe["unsigned short"]=ni(16,{unsigned:!0});Fe.long=ni(32,{unsigned:!1});Fe["unsigned long"]=ni(32,{unsigned:!0});Fe["long long"]=ni(32,{unsigned:!1,moduloBitLength:64});Fe["unsigned long long"]=ni(32,{unsigned:!0,moduloBitLength:64});Fe.double=function(t){let e=+t;if(!Number.isFinite(e))throw new TypeError("Argument is not a finite floating-point value");return e};Fe["unrestricted double"]=function(t){let e=+t;if(isNaN(e))throw new TypeError("Argument is NaN");return e};Fe.float=Fe.double;Fe["unrestricted float"]=Fe["unrestricted double"];Fe.DOMString=function(t,e){return e||(e={}),e.treatNullAsEmptyString&&t===null?"":String(t)};Fe.ByteString=function(t,e){let a=String(t),i;for(let r=0;(i=a.codePointAt(r))!==void 0;++r)if(i>255)throw new TypeError("Argument is not a valid bytestring");return a};Fe.USVString=function(t){let e=String(t),a=e.length,i=[];for(let r=0;r<a;++r){let n=e.charCodeAt(r);if(n<55296||n>57343)i.push(String.fromCodePoint(n));else if(56320<=n&&n<=57343)i.push(String.fromCodePoint(65533));else if(r===a-1)i.push(String.fromCodePoint(65533));else{let o=e.charCodeAt(r+1);if(56320<=o&&o<=57343){let l=n&1023,d=o&1023;i.push(String.fromCodePoint(65536+1024*l+d)),++r}else i.push(String.fromCodePoint(65533))}}return i.join("")};Fe.Date=function(t,e){if(!(t instanceof Date))throw new TypeError("Argument is not a Date object");if(!isNaN(t))return t};Fe.RegExp=function(t,e){return t instanceof RegExp||(t=new RegExp(t)),t}});var w3=R((MO,si)=>{"use strict";u();si.exports.mixin=function(e,a){let i=Object.getOwnPropertyNames(a);for(let r=0;r<i.length;++r)Object.defineProperty(e,i[r],Object.getOwnPropertyDescriptor(a,i[r]))};si.exports.wrapperSymbol=Symbol("wrapper");si.exports.implSymbol=Symbol("impl");si.exports.wrapperForImpl=function(t){return t[si.exports.wrapperSymbol]};si.exports.implForWrapper=function(t){return t[si.exports.implSymbol]}});var y3=R(($O,w_)=>{w_.exports=[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"],[[47,47],"disallowed_STD3_valid"],[[48,57],"valid"],[[58,64],"disallowed_STD3_valid"],[[65,65],"mapped",[97]],[[66,66],"mapped",[98]],[[67,67],"mapped",[99]],[[68,68],"mapped",[100]],[[69,69],"mapped",[101]],[[70,70],"mapped",[102]],[[71,71],"mapped",[103]],[[72,72],"mapped",[104]],[[73,73],"mapped",[105]],[[74,74],"mapped",[106]],[[75,75],"mapped",[107]],[[76,76],"mapped",[108]],[[77,77],"mapped",[109]],[[78,78],"mapped",[110]],[[79,79],"mapped",[111]],[[80,80],"mapped",[112]],[[81,81],"mapped",[113]],[[82,82],"mapped",[114]],[[83,83],"mapped",[115]],[[84,84],"mapped",[116]],[[85,85],"mapped",[117]],[[86,86],"mapped",[118]],[[87,87],"mapped",[119]],[[88,88],"mapped",[120]],[[89,89],"mapped",[121]],[[90,90],"mapped",[122]],[[91,96],"disallowed_STD3_valid"],[[97,122],"valid"],[[123,127],"disallowed_STD3_valid"],[[128,159],"disallowed"],[[160,160],"disallowed_STD3_mapped",[32]],[[161,167],"valid",[],"NV8"],[[168,168],"disallowed_STD3_mapped",[32,776]],[[169,169],"valid",[],"NV8"],[[170,170],"mapped",[97]],[[171,172],"valid",[],"NV8"],[[173,173],"ignored"],[[174,174],"valid",[],"NV8"],[[175,175],"disallowed_STD3_mapped",[32,772]],[[176,177],"valid",[],"NV8"],[[178,178],"mapped",[50]],[[179,179],"mapped",[51]],[[180,180],"disallowed_STD3_mapped",[32,769]],[[181,181],"mapped",[956]],[[182,182],"valid",[],"NV8"],[[183,183],"valid"],[[184,184],"disallowed_STD3_mapped",[32,807]],[[185,185],"mapped",[49]],[[186,186],"mapped",[111]],[[187,187],"valid",[],"NV8"],[[188,188],"mapped",[49,8260,52]],[[189,189],"mapped",[49,8260,50]],[[190,190],"mapped",[51,8260,52]],[[191,191],"valid",[],"NV8"],[[192,192],"mapped",[224]],[[193,193],"mapped",[225]],[[194,194],"mapped",[226]],[[195,195],"mapped",[227]],[[196,196],"mapped",[228]],[[197,197],"mapped",[229]],[[198,198],"mapped",[230]],[[199,199],"mapped",[231]],[[200,200],"mapped",[232]],[[201,201],"mapped",[233]],[[202,202],"mapped",[234]],[[203,203],"mapped",[235]],[[204,204],"mapped",[236]],[[205,205],"mapped",[237]],[[206,206],"mapped",[238]],[[207,207],"mapped",[239]],[[208,208],"mapped",[240]],[[209,209],"mapped",[241]],[[210,210],"mapped",[242]],[[211,211],"mapped",[243]],[[212,212],"mapped",[244]],[[213,213],"mapped",[245]],[[214,214],"mapped",[246]],[[215,215],"valid",[],"NV8"],[[216,216],"mapped",[248]],[[217,217],"mapped",[249]],[[218,218],"mapped",[250]],[[219,219],"mapped",[251]],[[220,220],"mapped",[252]],[[221,221],"mapped",[253]],[[222,222],"mapped",[254]],[[223,223],"deviation",[115,115]],[[224,246],"valid"],[[247,247],"valid",[],"NV8"],[[248,255],"valid"],[[256,256],"mapped",[257]],[[257,257],"valid"],[[258,258],"mapped",[259]],[[259,259],"valid"],[[260,260],"mapped",[261]],[[261,261],"valid"],[[262,262],"mapped",[263]],[[263,263],"valid"],[[264,264],"mapped",[265]],[[265,265],"valid"],[[266,266],"mapped",[267]],[[267,267],"valid"],[[268,268],"mapped",[269]],[[269,269],"valid"],[[270,270],"mapped",[271]],[[271,271],"valid"],[[272,272],"mapped",[273]],[[273,273],"valid"],[[274,274],"mapped",[275]],[[275,275],"valid"],[[276,276],"mapped",[277]],[[277,277],"valid"],[[278,278],"mapped",[279]],[[279,279],"valid"],[[280,280],"mapped",[281]],[[281,281],"valid"],[[282,282],"mapped",[283]],[[283,283],"valid"],[[284,284],"mapped",[285]],[[285,285],"valid"],[[286,286],"mapped",[287]],[[287,287],"valid"],[[288,288],"mapped",[289]],[[289,289],"valid"],[[290,290],"mapped",[291]],[[291,291],"valid"],[[292,292],"mapped",[293]],[[293,293],"valid"],[[294,294],"mapped",[295]],[[295,295],"valid"],[[296,296],"mapped",[297]],[[297,297],"valid"],[[298,298],"mapped",[299]],[[299,299],"valid"],[[300,300],"mapped",[301]],[[301,301],"valid"],[[302,302],"mapped",[303]],[[303,303],"valid"],[[304,304],"mapped",[105,775]],[[305,305],"valid"],[[306,307],"mapped",[105,106]],[[308,308],"mapped",[309]],[[309,309],"valid"],[[310,310],"mapped",[311]],[[311,312],"valid"],[[313,313],"mapped",[314]],[[314,314],"valid"],[[315,315],"mapped",[316]],[[316,316],"valid"],[[317,317],"mapped",[318]],[[318,318],"valid"],[[319,320],"mapped",[108,183]],[[321,321],"mapped",[322]],[[322,322],"valid"],[[323,323],"mapped",[324]],[[324,324],"valid"],[[325,325],"mapped",[326]],[[326,326],"valid"],[[327,327],"mapped",[328]],[[328,328],"valid"],[[329,329],"mapped",[700,110]],[[330,330],"mapped",[331]],[[331,331],"valid"],[[332,332],"mapped",[333]],[[333,333],"valid"],[[334,334],"mapped",[335]],[[335,335],"valid"],[[336,336],"mapped",[337]],[[337,337],"valid"],[[338,338],"mapped",[339]],[[339,339],"valid"],[[340,340],"mapped",[341]],[[341,341],"valid"],[[342,342],"mapped",[343]],[[343,343],"valid"],[[344,344],"mapped",[345]],[[345,345],"valid"],[[346,346],"mapped",[347]],[[347,347],"valid"],[[348,348],"mapped",[349]],[[349,349],"valid"],[[350,350],"mapped",[351]],[[351,351],"valid"],[[352,352],"mapped",[353]],[[353,353],"valid"],[[354,354],"mapped",[355]],[[355,355],"valid"],[[356,356],"mapped",[357]],[[357,357],"valid"],[[358,358],"mapped",[359]],[[359,359],"valid"],[[360,360],"mapped",[361]],[[361,361],"valid"],[[362,362],"mapped",[363]],[[363,363],"valid"],[[364,364],"mapped",[365]],[[365,365],"valid"],[[366,366],"mapped",[367]],[[367,367],"valid"],[[368,368],"mapped",[369]],[[369,369],"valid"],[[370,370],"mapped",[371]],[[371,371],"valid"],[[372,372],"mapped",[373]],[[373,373],"valid"],[[374,374],"mapped",[375]],[[375,375],"valid"],[[376,376],"mapped",[255]],[[377,377],"mapped",[378]],[[378,378],"valid"],[[379,379],"mapped",[380]],[[380,380],"valid"],[[381,381],"mapped",[382]],[[382,382],"valid"],[[383,383],"mapped",[115]],[[384,384],"valid"],[[385,385],"mapped",[595]],[[386,386],"mapped",[387]],[[387,387],"valid"],[[388,388],"mapped",[389]],[[389,389],"valid"],[[390,390],"mapped",[596]],[[391,391],"mapped",[392]],[[392,392],"valid"],[[393,393],"mapped",[598]],[[394,394],"mapped",[599]],[[395,395],"mapped",[396]],[[396,397],"valid"],[[398,398],"mapped",[477]],[[399,399],"mapped",[601]],[[400,400],"mapped",[603]],[[401,401],"mapped",[402]],[[402,402],"valid"],[[403,403],"mapped",[608]],[[404,404],"mapped",[611]],[[405,405],"valid"],[[406,406],"mapped",[617]],[[407,407],"mapped",[616]],[[408,408],"mapped",[409]],[[409,411],"valid"],[[412,412],"mapped",[623]],[[413,413],"mapped",[626]],[[414,414],"valid"],[[415,415],"mapped",[629]],[[416,416],"mapped",[417]],[[417,417],"valid"],[[418,418],"mapped",[419]],[[419,419],"valid"],[[420,420],"mapped",[421]],[[421,421],"valid"],[[422,422],"mapped",[640]],[[423,423],"mapped",[424]],[[424,424],"valid"],[[425,425],"mapped",[643]],[[426,427],"valid"],[[428,428],"mapped",[429]],[[429,429],"valid"],[[430,430],"mapped",[648]],[[431,431],"mapped",[432]],[[432,432],"valid"],[[433,433],"mapped",[650]],[[434,434],"mapped",[651]],[[435,435],"mapped",[436]],[[436,436],"valid"],[[437,437],"mapped",[438]],[[438,438],"valid"],[[439,439],"mapped",[658]],[[440,440],"mapped",[441]],[[441,443],"valid"],[[444,444],"mapped",[445]],[[445,451],"valid"],[[452,454],"mapped",[100,382]],[[455,457],"mapped",[108,106]],[[458,460],"mapped",[110,106]],[[461,461],"mapped",[462]],[[462,462],"valid"],[[463,463],"mapped",[464]],[[464,464],"valid"],[[465,465],"mapped",[466]],[[466,466],"valid"],[[467,467],"mapped",[468]],[[468,468],"valid"],[[469,469],"mapped",[470]],[[470,470],"valid"],[[471,471],"mapped",[472]],[[472,472],"valid"],[[473,473],"mapped",[474]],[[474,474],"valid"],[[475,475],"mapped",[476]],[[476,477],"valid"],[[478,478],"mapped",[479]],[[479,479],"valid"],[[480,480],"mapped",[481]],[[481,481],"valid"],[[482,482],"mapped",[483]],[[483,483],"valid"],[[484,484],"mapped",[485]],[[485,485],"valid"],[[486,486],"mapped",[487]],[[487,487],"valid"],[[488,488],"mapped",[489]],[[489,489],"valid"],[[490,490],"mapped",[491]],[[491,491],"valid"],[[492,492],"mapped",[493]],[[493,493],"valid"],[[494,494],"mapped",[495]],[[495,496],"valid"],[[497,499],"mapped",[100,122]],[[500,500],"mapped",[501]],[[501,501],"valid"],[[502,502],"mapped",[405]],[[503,503],"mapped",[447]],[[504,504],"mapped",[505]],[[505,505],"valid"],[[506,506],"mapped",[507]],[[507,507],"valid"],[[508,508],"mapped",[509]],[[509,509],"valid"],[[510,510],"mapped",[511]],[[511,511],"valid"],[[512,512],"mapped",[513]],[[513,513],"valid"],[[514,514],"mapped",[515]],[[515,515],"valid"],[[516,516],"mapped",[517]],[[517,517],"valid"],[[518,518],"mapped",[519]],[[519,519],"valid"],[[520,520],"mapped",[521]],[[521,521],"valid"],[[522,522],"mapped",[523]],[[523,523],"valid"],[[524,524],"mapped",[525]],[[525,525],"valid"],[[526,526],"mapped",[527]],[[527,527],"valid"],[[528,528],"mapped",[529]],[[529,529],"valid"],[[530,530],"mapped",[531]],[[531,531],"valid"],[[532,532],"mapped",[533]],[[533,533],"valid"],[[534,534],"mapped",[535]],[[535,535],"valid"],[[536,536],"mapped",[537]],[[537,537],"valid"],[[538,538],"mapped",[539]],[[539,539],"valid"],[[540,540],"mapped",[541]],[[541,541],"valid"],[[542,542],"mapped",[543]],[[543,543],"valid"],[[544,544],"mapped",[414]],[[545,545],"valid"],[[546,546],"mapped",[547]],[[547,547],"valid"],[[548,548],"mapped",[549]],[[549,549],"valid"],[[550,550],"mapped",[551]],[[551,551],"valid"],[[552,552],"mapped",[553]],[[553,553],"valid"],[[554,554],"mapped",[555]],[[555,555],"valid"],[[556,556],"mapped",[557]],[[557,557],"valid"],[[558,558],"mapped",[559]],[[559,559],"valid"],[[560,560],"mapped",[561]],[[561,561],"valid"],[[562,562],"mapped",[563]],[[563,563],"valid"],[[564,566],"valid"],[[567,569],"valid"],[[570,570],"mapped",[11365]],[[571,571],"mapped",[572]],[[572,572],"valid"],[[573,573],"mapped",[410]],[[574,574],"mapped",[11366]],[[575,576],"valid"],[[577,577],"mapped",[578]],[[578,578],"valid"],[[579,579],"mapped",[384]],[[580,580],"mapped",[649]],[[581,581],"mapped",[652]],[[582,582],"mapped",[583]],[[583,583],"valid"],[[584,584],"mapped",[585]],[[585,585],"valid"],[[586,586],"mapped",[587]],[[587,587],"valid"],[[588,588],"mapped",[589]],[[589,589],"valid"],[[590,590],"mapped",[591]],[[591,591],"valid"],[[592,680],"valid"],[[681,685],"valid"],[[686,687],"valid"],[[688,688],"mapped",[104]],[[689,689],"mapped",[614]],[[690,690],"mapped",[106]],[[691,691],"mapped",[114]],[[692,692],"mapped",[633]],[[693,693],"mapped",[635]],[[694,694],"mapped",[641]],[[695,695],"mapped",[119]],[[696,696],"mapped",[121]],[[697,705],"valid"],[[706,709],"valid",[],"NV8"],[[710,721],"valid"],[[722,727],"valid",[],"NV8"],[[728,728],"disallowed_STD3_mapped",[32,774]],[[729,729],"disallowed_STD3_mapped",[32,775]],[[730,730],"disallowed_STD3_mapped",[32,778]],[[731,731],"disallowed_STD3_mapped",[32,808]],[[732,732],"disallowed_STD3_mapped",[32,771]],[[733,733],"disallowed_STD3_mapped",[32,779]],[[734,734],"valid",[],"NV8"],[[735,735],"valid",[],"NV8"],[[736,736],"mapped",[611]],[[737,737],"mapped",[108]],[[738,738],"mapped",[115]],[[739,739],"mapped",[120]],[[740,740],"mapped",[661]],[[741,745],"valid",[],"NV8"],[[746,747],"valid",[],"NV8"],[[748,748],"valid"],[[749,749],"valid",[],"NV8"],[[750,750],"valid"],[[751,767],"valid",[],"NV8"],[[768,831],"valid"],[[832,832],"mapped",[768]],[[833,833],"mapped",[769]],[[834,834],"valid"],[[835,835],"mapped",[787]],[[836,836],"mapped",[776,769]],[[837,837],"mapped",[953]],[[838,846],"valid"],[[847,847],"ignored"],[[848,855],"valid"],[[856,860],"valid"],[[861,863],"valid"],[[864,865],"valid"],[[866,866],"valid"],[[867,879],"valid"],[[880,880],"mapped",[881]],[[881,881],"valid"],[[882,882],"mapped",[883]],[[883,883],"valid"],[[884,884],"mapped",[697]],[[885,885],"valid"],[[886,886],"mapped",[887]],[[887,887],"valid"],[[888,889],"disallowed"],[[890,890],"disallowed_STD3_mapped",[32,953]],[[891,893],"valid"],[[894,894],"disallowed_STD3_mapped",[59]],[[895,895],"mapped",[1011]],[[896,899],"disallowed"],[[900,900],"disallowed_STD3_mapped",[32,769]],[[901,901],"disallowed_STD3_mapped",[32,776,769]],[[902,902],"mapped",[940]],[[903,903],"mapped",[183]],[[904,904],"mapped",[941]],[[905,905],"mapped",[942]],[[906,906],"mapped",[943]],[[907,907],"disallowed"],[[908,908],"mapped",[972]],[[909,909],"disallowed"],[[910,910],"mapped",[973]],[[911,911],"mapped",[974]],[[912,912],"valid"],[[913,913],"mapped",[945]],[[914,914],"mapped",[946]],[[915,915],"mapped",[947]],[[916,916],"mapped",[948]],[[917,917],"mapped",[949]],[[918,918],"mapped",[950]],[[919,919],"mapped",[951]],[[920,920],"mapped",[952]],[[921,921],"mapped",[953]],[[922,922],"mapped",[954]],[[923,923],"mapped",[955]],[[924,924],"mapped",[956]],[[925,925],"mapped",[957]],[[926,926],"mapped",[958]],[[927,927],"mapped",[959]],[[928,928],"mapped",[960]],[[929,929],"mapped",[961]],[[930,930],"disallowed"],[[931,931],"mapped",[963]],[[932,932],"mapped",[964]],[[933,933],"mapped",[965]],[[934,934],"mapped",[966]],[[935,935],"mapped",[967]],[[936,936],"mapped",[968]],[[937,937],"mapped",[969]],[[938,938],"mapped",[970]],[[939,939],"mapped",[971]],[[940,961],"valid"],[[962,962],"deviation",[963]],[[963,974],"valid"],[[975,975],"mapped",[983]],[[976,976],"mapped",[946]],[[977,977],"mapped",[952]],[[978,978],"mapped",[965]],[[979,979],"mapped",[973]],[[980,980],"mapped",[971]],[[981,981],"mapped",[966]],[[982,982],"mapped",[960]],[[983,983],"valid"],[[984,984],"mapped",[985]],[[985,985],"valid"],[[986,986],"mapped",[987]],[[987,987],"valid"],[[988,988],"mapped",[989]],[[989,989],"valid"],[[990,990],"mapped",[991]],[[991,991],"valid"],[[992,992],"mapped",[993]],[[993,993],"valid"],[[994,994],"mapped",[995]],[[995,995],"valid"],[[996,996],"mapped",[997]],[[997,997],"valid"],[[998,998],"mapped",[999]],[[999,999],"valid"],[[1e3,1e3],"mapped",[1001]],[[1001,1001],"valid"],[[1002,1002],"mapped",[1003]],[[1003,1003],"valid"],[[1004,1004],"mapped",[1005]],[[1005,1005],"valid"],[[1006,1006],"mapped",[1007]],[[1007,1007],"valid"],[[1008,1008],"mapped",[954]],[[1009,1009],"mapped",[961]],[[1010,1010],"mapped",[963]],[[1011,1011],"valid"],[[1012,1012],"mapped",[952]],[[1013,1013],"mapped",[949]],[[1014,1014],"valid",[],"NV8"],[[1015,1015],"mapped",[1016]],[[1016,1016],"valid"],[[1017,1017],"mapped",[963]],[[1018,1018],"mapped",[1019]],[[1019,1019],"valid"],[[1020,1020],"valid"],[[1021,1021],"mapped",[891]],[[1022,1022],"mapped",[892]],[[1023,1023],"mapped",[893]],[[1024,1024],"mapped",[1104]],[[1025,1025],"mapped",[1105]],[[1026,1026],"mapped",[1106]],[[1027,1027],"mapped",[1107]],[[1028,1028],"mapped",[1108]],[[1029,1029],"mapped",[1109]],[[1030,1030],"mapped",[1110]],[[1031,1031],"mapped",[1111]],[[1032,1032],"mapped",[1112]],[[1033,1033],"mapped",[1113]],[[1034,1034],"mapped",[1114]],[[1035,1035],"mapped",[1115]],[[1036,1036],"mapped",[1116]],[[1037,1037],"mapped",[1117]],[[1038,1038],"mapped",[1118]],[[1039,1039],"mapped",[1119]],[[1040,1040],"mapped",[1072]],[[1041,1041],"mapped",[1073]],[[1042,1042],"mapped",[1074]],[[1043,1043],"mapped",[1075]],[[1044,1044],"mapped",[1076]],[[1045,1045],"mapped",[1077]],[[1046,1046],"mapped",[1078]],[[1047,1047],"mapped",[1079]],[[1048,1048],"mapped",[1080]],[[1049,1049],"mapped",[1081]],[[1050,1050],"mapped",[1082]],[[1051,1051],"mapped",[1083]],[[1052,1052],"mapped",[1084]],[[1053,1053],"mapped",[1085]],[[1054,1054],"mapped",[1086]],[[1055,1055],"mapped",[1087]],[[1056,1056],"mapped",[1088]],[[1057,1057],"mapped",[1089]],[[1058,1058],"mapped",[1090]],[[1059,1059],"mapped",[1091]],[[1060,1060],"mapped",[1092]],[[1061,1061],"mapped",[1093]],[[1062,1062],"mapped",[1094]],[[1063,1063],"mapped",[1095]],[[1064,1064],"mapped",[1096]],[[1065,1065],"mapped",[1097]],[[1066,1066],"mapped",[1098]],[[1067,1067],"mapped",[1099]],[[1068,1068],"mapped",[1100]],[[1069,1069],"mapped",[1101]],[[1070,1070],"mapped",[1102]],[[1071,1071],"mapped",[1103]],[[1072,1103],"valid"],[[1104,1104],"valid"],[[1105,1116],"valid"],[[1117,1117],"valid"],[[1118,1119],"valid"],[[1120,1120],"mapped",[1121]],[[1121,1121],"valid"],[[1122,1122],"mapped",[1123]],[[1123,1123],"valid"],[[1124,1124],"mapped",[1125]],[[1125,1125],"valid"],[[1126,1126],"mapped",[1127]],[[1127,1127],"valid"],[[1128,1128],"mapped",[1129]],[[1129,1129],"valid"],[[1130,1130],"mapped",[1131]],[[1131,1131],"valid"],[[1132,1132],"mapped",[1133]],[[1133,1133],"valid"],[[1134,1134],"mapped",[1135]],[[1135,1135],"valid"],[[1136,1136],"mapped",[1137]],[[1137,1137],"valid"],[[1138,1138],"mapped",[1139]],[[1139,1139],"valid"],[[1140,1140],"mapped",[1141]],[[1141,1141],"valid"],[[1142,1142],"mapped",[1143]],[[1143,1143],"valid"],[[1144,1144],"mapped",[1145]],[[1145,1145],"valid"],[[1146,1146],"mapped",[1147]],[[1147,1147],"valid"],[[1148,1148],"mapped",[1149]],[[1149,1149],"valid"],[[1150,1150],"mapped",[1151]],[[1151,1151],"valid"],[[1152,1152],"mapped",[1153]],[[1153,1153],"valid"],[[1154,1154],"valid",[],"NV8"],[[1155,1158],"valid"],[[1159,1159],"valid"],[[1160,1161],"valid",[],"NV8"],[[1162,1162],"mapped",[1163]],[[1163,1163],"valid"],[[1164,1164],"mapped",[1165]],[[1165,1165],"valid"],[[1166,1166],"mapped",[1167]],[[1167,1167],"valid"],[[1168,1168],"mapped",[1169]],[[1169,1169],"valid"],[[1170,1170],"mapped",[1171]],[[1171,1171],"valid"],[[1172,1172],"mapped",[1173]],[[1173,1173],"valid"],[[1174,1174],"mapped",[1175]],[[1175,1175],"valid"],[[1176,1176],"mapped",[1177]],[[1177,1177],"valid"],[[1178,1178],"mapped",[1179]],[[1179,1179],"valid"],[[1180,1180],"mapped",[1181]],[[1181,1181],"valid"],[[1182,1182],"mapped",[1183]],[[1183,1183],"valid"],[[1184,1184],"mapped",[1185]],[[1185,1185],"valid"],[[1186,1186],"mapped",[1187]],[[1187,1187],"valid"],[[1188,1188],"mapped",[1189]],[[1189,1189],"valid"],[[1190,1190],"mapped",[1191]],[[1191,1191],"valid"],[[1192,1192],"mapped",[1193]],[[1193,1193],"valid"],[[1194,1194],"mapped",[1195]],[[1195,1195],"valid"],[[1196,1196],"mapped",[1197]],[[1197,1197],"valid"],[[1198,1198],"mapped",[1199]],[[1199,1199],"valid"],[[1200,1200],"mapped",[1201]],[[1201,1201],"valid"],[[1202,1202],"mapped",[1203]],[[1203,1203],"valid"],[[1204,1204],"mapped",[1205]],[[1205,1205],"valid"],[[1206,1206],"mapped",[1207]],[[1207,1207],"valid"],[[1208,1208],"mapped",[1209]],[[1209,1209],"valid"],[[1210,1210],"mapped",[1211]],[[1211,1211],"valid"],[[1212,1212],"mapped",[1213]],[[1213,1213],"valid"],[[1214,1214],"mapped",[1215]],[[1215,1215],"valid"],[[1216,1216],"disallowed"],[[1217,1217],"mapped",[1218]],[[1218,1218],"valid"],[[1219,1219],"mapped",[1220]],[[1220,1220],"valid"],[[1221,1221],"mapped",[1222]],[[1222,1222],"valid"],[[1223,1223],"mapped",[1224]],[[1224,1224],"valid"],[[1225,1225],"mapped",[1226]],[[1226,1226],"valid"],[[1227,1227],"mapped",[1228]],[[1228,1228],"valid"],[[1229,1229],"mapped",[1230]],[[1230,1230],"valid"],[[1231,1231],"valid"],[[1232,1232],"mapped",[1233]],[[1233,1233],"valid"],[[1234,1234],"mapped",[1235]],[[1235,1235],"valid"],[[1236,1236],"mapped",[1237]],[[1237,1237],"valid"],[[1238,1238],"mapped",[1239]],[[1239,1239],"valid"],[[1240,1240],"mapped",[1241]],[[1241,1241],"valid"],[[1242,1242],"mapped",[1243]],[[1243,1243],"valid"],[[1244,1244],"mapped",[1245]],[[1245,1245],"valid"],[[1246,1246],"mapped",[1247]],[[1247,1247],"valid"],[[1248,1248],"mapped",[1249]],[[1249,1249],"valid"],[[1250,1250],"mapped",[1251]],[[1251,1251],"valid"],[[1252,1252],"mapped",[1253]],[[1253,1253],"valid"],[[1254,1254],"mapped",[1255]],[[1255,1255],"valid"],[[1256,1256],"mapped",[1257]],[[1257,1257],"valid"],[[1258,1258],"mapped",[1259]],[[1259,1259],"valid"],[[1260,1260],"mapped",[1261]],[[1261,1261],"valid"],[[1262,1262],"mapped",[1263]],[[1263,1263],"valid"],[[1264,1264],"mapped",[1265]],[[1265,1265],"valid"],[[1266,1266],"mapped",[1267]],[[1267,1267],"valid"],[[1268,1268],"mapped",[1269]],[[1269,1269],"valid"],[[1270,1270],"mapped",[1271]],[[1271,1271],"valid"],[[1272,1272],"mapped",[1273]],[[1273,1273],"valid"],[[1274,1274],"mapped",[1275]],[[1275,1275],"valid"],[[1276,1276],"mapped",[1277]],[[1277,1277],"valid"],[[1278,1278],"mapped",[1279]],[[1279,1279],"valid"],[[1280,1280],"mapped",[1281]],[[1281,1281],"valid"],[[1282,1282],"mapped",[1283]],[[1283,1283],"valid"],[[1284,1284],"mapped",[1285]],[[1285,1285],"valid"],[[1286,1286],"mapped",[1287]],[[1287,1287],"valid"],[[1288,1288],"mapped",[1289]],[[1289,1289],"valid"],[[1290,1290],"mapped",[1291]],[[1291,1291],"valid"],[[1292,1292],"mapped",[1293]],[[1293,1293],"valid"],[[1294,1294],"mapped",[1295]],[[1295,1295],"valid"],[[1296,1296],"mapped",[1297]],[[1297,1297],"valid"],[[1298,1298],"mapped",[1299]],[[1299,1299],"valid"],[[1300,1300],"mapped",[1301]],[[1301,1301],"valid"],[[1302,1302],"mapped",[1303]],[[1303,1303],"valid"],[[1304,1304],"mapped",[1305]],[[1305,1305],"valid"],[[1306,1306],"mapped",[1307]],[[1307,1307],"valid"],[[1308,1308],"mapped",[1309]],[[1309,1309],"valid"],[[1310,1310],"mapped",[1311]],[[1311,1311],"valid"],[[1312,1312],"mapped",[1313]],[[1313,1313],"valid"],[[1314,1314],"mapped",[1315]],[[1315,1315],"valid"],[[1316,1316],"mapped",[1317]],[[1317,1317],"valid"],[[1318,1318],"mapped",[1319]],[[1319,1319],"valid"],[[1320,1320],"mapped",[1321]],[[1321,1321],"valid"],[[1322,1322],"mapped",[1323]],[[1323,1323],"valid"],[[1324,1324],"mapped",[1325]],[[1325,1325],"valid"],[[1326,1326],"mapped",[1327]],[[1327,1327],"valid"],[[1328,1328],"disallowed"],[[1329,1329],"mapped",[1377]],[[1330,1330],"mapped",[1378]],[[1331,1331],"mapped",[1379]],[[1332,1332],"mapped",[1380]],[[1333,1333],"mapped",[1381]],[[1334,1334],"mapped",[1382]],[[1335,1335],"mapped",[1383]],[[1336,1336],"mapped",[1384]],[[1337,1337],"mapped",[1385]],[[1338,1338],"mapped",[1386]],[[1339,1339],"mapped",[1387]],[[1340,1340],"mapped",[1388]],[[1341,1341],"mapped",[1389]],[[1342,1342],"mapped",[1390]],[[1343,1343],"mapped",[1391]],[[1344,1344],"mapped",[1392]],[[1345,1345],"mapped",[1393]],[[1346,1346],"mapped",[1394]],[[1347,1347],"mapped",[1395]],[[1348,1348],"mapped",[1396]],[[1349,1349],"mapped",[1397]],[[1350,1350],"mapped",[1398]],[[1351,1351],"mapped",[1399]],[[1352,1352],"mapped",[1400]],[[1353,1353],"mapped",[1401]],[[1354,1354],"mapped",[1402]],[[1355,1355],"mapped",[1403]],[[1356,1356],"mapped",[1404]],[[1357,1357],"mapped",[1405]],[[1358,1358],"mapped",[1406]],[[1359,1359],"mapped",[1407]],[[1360,1360],"mapped",[1408]],[[1361,1361],"mapped",[1409]],[[1362,1362],"mapped",[1410]],[[1363,1363],"mapped",[1411]],[[1364,1364],"mapped",[1412]],[[1365,1365],"mapped",[1413]],[[1366,1366],"mapped",[1414]],[[1367,1368],"disallowed"],[[1369,1369],"valid"],[[1370,1375],"valid",[],"NV8"],[[1376,1376],"disallowed"],[[1377,1414],"valid"],[[1415,1415],"mapped",[1381,1410]],[[1416,1416],"disallowed"],[[1417,1417],"valid",[],"NV8"],[[1418,1418],"valid",[],"NV8"],[[1419,1420],"disallowed"],[[1421,1422],"valid",[],"NV8"],[[1423,1423],"valid",[],"NV8"],[[1424,1424],"disallowed"],[[1425,1441],"valid"],[[1442,1442],"valid"],[[1443,1455],"valid"],[[1456,1465],"valid"],[[1466,1466],"valid"],[[1467,1469],"valid"],[[1470,1470],"valid",[],"NV8"],[[1471,1471],"valid"],[[1472,1472],"valid",[],"NV8"],[[1473,1474],"valid"],[[1475,1475],"valid",[],"NV8"],[[1476,1476],"valid"],[[1477,1477],"valid"],[[1478,1478],"valid",[],"NV8"],[[1479,1479],"valid"],[[1480,1487],"disallowed"],[[1488,1514],"valid"],[[1515,1519],"disallowed"],[[1520,1524],"valid"],[[1525,1535],"disallowed"],[[1536,1539],"disallowed"],[[1540,1540],"disallowed"],[[1541,1541],"disallowed"],[[1542,1546],"valid",[],"NV8"],[[1547,1547],"valid",[],"NV8"],[[1548,1548],"valid",[],"NV8"],[[1549,1551],"valid",[],"NV8"],[[1552,1557],"valid"],[[1558,1562],"valid"],[[1563,1563],"valid",[],"NV8"],[[1564,1564],"disallowed"],[[1565,1565],"disallowed"],[[1566,1566],"valid",[],"NV8"],[[1567,1567],"valid",[],"NV8"],[[1568,1568],"valid"],[[1569,1594],"valid"],[[1595,1599],"valid"],[[1600,1600],"valid",[],"NV8"],[[1601,1618],"valid"],[[1619,1621],"valid"],[[1622,1624],"valid"],[[1625,1630],"valid"],[[1631,1631],"valid"],[[1632,1641],"valid"],[[1642,1645],"valid",[],"NV8"],[[1646,1647],"valid"],[[1648,1652],"valid"],[[1653,1653],"mapped",[1575,1652]],[[1654,1654],"mapped",[1608,1652]],[[1655,1655],"mapped",[1735,1652]],[[1656,1656],"mapped",[1610,1652]],[[1657,1719],"valid"],[[1720,1721],"valid"],[[1722,1726],"valid"],[[1727,1727],"valid"],[[1728,1742],"valid"],[[1743,1743],"valid"],[[1744,1747],"valid"],[[1748,1748],"valid",[],"NV8"],[[1749,1756],"valid"],[[1757,1757],"disallowed"],[[1758,1758],"valid",[],"NV8"],[[1759,1768],"valid"],[[1769,1769],"valid",[],"NV8"],[[1770,1773],"valid"],[[1774,1775],"valid"],[[1776,1785],"valid"],[[1786,1790],"valid"],[[1791,1791],"valid"],[[1792,1805],"valid",[],"NV8"],[[1806,1806],"disallowed"],[[1807,1807],"disallowed"],[[1808,1836],"valid"],[[1837,1839],"valid"],[[1840,1866],"valid"],[[1867,1868],"disallowed"],[[1869,1871],"valid"],[[1872,1901],"valid"],[[1902,1919],"valid"],[[1920,1968],"valid"],[[1969,1969],"valid"],[[1970,1983],"disallowed"],[[1984,2037],"valid"],[[2038,2042],"valid",[],"NV8"],[[2043,2047],"disallowed"],[[2048,2093],"valid"],[[2094,2095],"disallowed"],[[2096,2110],"valid",[],"NV8"],[[2111,2111],"disallowed"],[[2112,2139],"valid"],[[2140,2141],"disallowed"],[[2142,2142],"valid",[],"NV8"],[[2143,2207],"disallowed"],[[2208,2208],"valid"],[[2209,2209],"valid"],[[2210,2220],"valid"],[[2221,2226],"valid"],[[2227,2228],"valid"],[[2229,2274],"disallowed"],[[2275,2275],"valid"],[[2276,2302],"valid"],[[2303,2303],"valid"],[[2304,2304],"valid"],[[2305,2307],"valid"],[[2308,2308],"valid"],[[2309,2361],"valid"],[[2362,2363],"valid"],[[2364,2381],"valid"],[[2382,2382],"valid"],[[2383,2383],"valid"],[[2384,2388],"valid"],[[2389,2389],"valid"],[[2390,2391],"valid"],[[2392,2392],"mapped",[2325,2364]],[[2393,2393],"mapped",[2326,2364]],[[2394,2394],"mapped",[2327,2364]],[[2395,2395],"mapped",[2332,2364]],[[2396,2396],"mapped",[2337,2364]],[[2397,2397],"mapped",[2338,2364]],[[2398,2398],"mapped",[2347,2364]],[[2399,2399],"mapped",[2351,2364]],[[2400,2403],"valid"],[[2404,2405],"valid",[],"NV8"],[[2406,2415],"valid"],[[2416,2416],"valid",[],"NV8"],[[2417,2418],"valid"],[[2419,2423],"valid"],[[2424,2424],"valid"],[[2425,2426],"valid"],[[2427,2428],"valid"],[[2429,2429],"valid"],[[2430,2431],"valid"],[[2432,2432],"valid"],[[2433,2435],"valid"],[[2436,2436],"disallowed"],[[2437,2444],"valid"],[[2445,2446],"disallowed"],[[2447,2448],"valid"],[[2449,2450],"disallowed"],[[2451,2472],"valid"],[[2473,2473],"disallowed"],[[2474,2480],"valid"],[[2481,2481],"disallowed"],[[2482,2482],"valid"],[[2483,2485],"disallowed"],[[2486,2489],"valid"],[[2490,2491],"disallowed"],[[2492,2492],"valid"],[[2493,2493],"valid"],[[2494,2500],"valid"],[[2501,2502],"disallowed"],[[2503,2504],"valid"],[[2505,2506],"disallowed"],[[2507,2509],"valid"],[[2510,2510],"valid"],[[2511,2518],"disallowed"],[[2519,2519],"valid"],[[2520,2523],"disallowed"],[[2524,2524],"mapped",[2465,2492]],[[2525,2525],"mapped",[2466,2492]],[[2526,2526],"disallowed"],[[2527,2527],"mapped",[2479,2492]],[[2528,2531],"valid"],[[2532,2533],"disallowed"],[[2534,2545],"valid"],[[2546,2554],"valid",[],"NV8"],[[2555,2555],"valid",[],"NV8"],[[2556,2560],"disallowed"],[[2561,2561],"valid"],[[2562,2562],"valid"],[[2563,2563],"valid"],[[2564,2564],"disallowed"],[[2565,2570],"valid"],[[2571,2574],"disallowed"],[[2575,2576],"valid"],[[2577,2578],"disallowed"],[[2579,2600],"valid"],[[2601,2601],"disallowed"],[[2602,2608],"valid"],[[2609,2609],"disallowed"],[[2610,2610],"valid"],[[2611,2611],"mapped",[2610,2620]],[[2612,2612],"disallowed"],[[2613,2613],"valid"],[[2614,2614],"mapped",[2616,2620]],[[2615,2615],"disallowed"],[[2616,2617],"valid"],[[2618,2619],"disallowed"],[[2620,2620],"valid"],[[2621,2621],"disallowed"],[[2622,2626],"valid"],[[2627,2630],"disallowed"],[[2631,2632],"valid"],[[2633,2634],"disallowed"],[[2635,2637],"valid"],[[2638,2640],"disallowed"],[[2641,2641],"valid"],[[2642,2648],"disallowed"],[[2649,2649],"mapped",[2582,2620]],[[2650,2650],"mapped",[2583,2620]],[[2651,2651],"mapped",[2588,2620]],[[2652,2652],"valid"],[[2653,2653],"disallowed"],[[2654,2654],"mapped",[2603,2620]],[[2655,2661],"disallowed"],[[2662,2676],"valid"],[[2677,2677],"valid"],[[2678,2688],"disallowed"],[[2689,2691],"valid"],[[2692,2692],"disallowed"],[[2693,2699],"valid"],[[2700,2700],"valid"],[[2701,2701],"valid"],[[2702,2702],"disallowed"],[[2703,2705],"valid"],[[2706,2706],"disallowed"],[[2707,2728],"valid"],[[2729,2729],"disallowed"],[[2730,2736],"valid"],[[2737,2737],"disallowed"],[[2738,2739],"valid"],[[2740,2740],"disallowed"],[[2741,2745],"valid"],[[2746,2747],"disallowed"],[[2748,2757],"valid"],[[2758,2758],"disallowed"],[[2759,2761],"valid"],[[2762,2762],"disallowed"],[[2763,2765],"valid"],[[2766,2767],"disallowed"],[[2768,2768],"valid"],[[2769,2783],"disallowed"],[[2784,2784],"valid"],[[2785,2787],"valid"],[[2788,2789],"disallowed"],[[2790,2799],"valid"],[[2800,2800],"valid",[],"NV8"],[[2801,2801],"valid",[],"NV8"],[[2802,2808],"disallowed"],[[2809,2809],"valid"],[[2810,2816],"disallowed"],[[2817,2819],"valid"],[[2820,2820],"disallowed"],[[2821,2828],"valid"],[[2829,2830],"disallowed"],[[2831,2832],"valid"],[[2833,2834],"disallowed"],[[2835,2856],"valid"],[[2857,2857],"disallowed"],[[2858,2864],"valid"],[[2865,2865],"disallowed"],[[2866,2867],"valid"],[[2868,2868],"disallowed"],[[2869,2869],"valid"],[[2870,2873],"valid"],[[2874,2875],"disallowed"],[[2876,2883],"valid"],[[2884,2884],"valid"],[[2885,2886],"disallowed"],[[2887,2888],"valid"],[[2889,2890],"disallowed"],[[2891,2893],"valid"],[[2894,2901],"disallowed"],[[2902,2903],"valid"],[[2904,2907],"disallowed"],[[2908,2908],"mapped",[2849,2876]],[[2909,2909],"mapped",[2850,2876]],[[2910,2910],"disallowed"],[[2911,2913],"valid"],[[2914,2915],"valid"],[[2916,2917],"disallowed"],[[2918,2927],"valid"],[[2928,2928],"valid",[],"NV8"],[[2929,2929],"valid"],[[2930,2935],"valid",[],"NV8"],[[2936,2945],"disallowed"],[[2946,2947],"valid"],[[2948,2948],"disallowed"],[[2949,2954],"valid"],[[2955,2957],"disallowed"],[[2958,2960],"valid"],[[2961,2961],"disallowed"],[[2962,2965],"valid"],[[2966,2968],"disallowed"],[[2969,2970],"valid"],[[2971,2971],"disallowed"],[[2972,2972],"valid"],[[2973,2973],"disallowed"],[[2974,2975],"valid"],[[2976,2978],"disallowed"],[[2979,2980],"valid"],[[2981,2983],"disallowed"],[[2984,2986],"valid"],[[2987,2989],"disallowed"],[[2990,2997],"valid"],[[2998,2998],"valid"],[[2999,3001],"valid"],[[3002,3005],"disallowed"],[[3006,3010],"valid"],[[3011,3013],"disallowed"],[[3014,3016],"valid"],[[3017,3017],"disallowed"],[[3018,3021],"valid"],[[3022,3023],"disallowed"],[[3024,3024],"valid"],[[3025,3030],"disallowed"],[[3031,3031],"valid"],[[3032,3045],"disallowed"],[[3046,3046],"valid"],[[3047,3055],"valid"],[[3056,3058],"valid",[],"NV8"],[[3059,3066],"valid",[],"NV8"],[[3067,3071],"disallowed"],[[3072,3072],"valid"],[[3073,3075],"valid"],[[3076,3076],"disallowed"],[[3077,3084],"valid"],[[3085,3085],"disallowed"],[[3086,3088],"valid"],[[3089,3089],"disallowed"],[[3090,3112],"valid"],[[3113,3113],"disallowed"],[[3114,3123],"valid"],[[3124,3124],"valid"],[[3125,3129],"valid"],[[3130,3132],"disallowed"],[[3133,3133],"valid"],[[3134,3140],"valid"],[[3141,3141],"disallowed"],[[3142,3144],"valid"],[[3145,3145],"disallowed"],[[3146,3149],"valid"],[[3150,3156],"disallowed"],[[3157,3158],"valid"],[[3159,3159],"disallowed"],[[3160,3161],"valid"],[[3162,3162],"valid"],[[3163,3167],"disallowed"],[[3168,3169],"valid"],[[3170,3171],"valid"],[[3172,3173],"disallowed"],[[3174,3183],"valid"],[[3184,3191],"disallowed"],[[3192,3199],"valid",[],"NV8"],[[3200,3200],"disallowed"],[[3201,3201],"valid"],[[3202,3203],"valid"],[[3204,3204],"disallowed"],[[3205,3212],"valid"],[[3213,3213],"disallowed"],[[3214,3216],"valid"],[[3217,3217],"disallowed"],[[3218,3240],"valid"],[[3241,3241],"disallowed"],[[3242,3251],"valid"],[[3252,3252],"disallowed"],[[3253,3257],"valid"],[[3258,3259],"disallowed"],[[3260,3261],"valid"],[[3262,3268],"valid"],[[3269,3269],"disallowed"],[[3270,3272],"valid"],[[3273,3273],"disallowed"],[[3274,3277],"valid"],[[3278,3284],"disallowed"],[[3285,3286],"valid"],[[3287,3293],"disallowed"],[[3294,3294],"valid"],[[3295,3295],"disallowed"],[[3296,3297],"valid"],[[3298,3299],"valid"],[[3300,3301],"disallowed"],[[3302,3311],"valid"],[[3312,3312],"disallowed"],[[3313,3314],"valid"],[[3315,3328],"disallowed"],[[3329,3329],"valid"],[[3330,3331],"valid"],[[3332,3332],"disallowed"],[[3333,3340],"valid"],[[3341,3341],"disallowed"],[[3342,3344],"valid"],[[3345,3345],"disallowed"],[[3346,3368],"valid"],[[3369,3369],"valid"],[[3370,3385],"valid"],[[3386,3386],"valid"],[[3387,3388],"disallowed"],[[3389,3389],"valid"],[[3390,3395],"valid"],[[3396,3396],"valid"],[[3397,3397],"disallowed"],[[3398,3400],"valid"],[[3401,3401],"disallowed"],[[3402,3405],"valid"],[[3406,3406],"valid"],[[3407,3414],"disallowed"],[[3415,3415],"valid"],[[3416,3422],"disallowed"],[[3423,3423],"valid"],[[3424,3425],"valid"],[[3426,3427],"valid"],[[3428,3429],"disallowed"],[[3430,3439],"valid"],[[3440,3445],"valid",[],"NV8"],[[3446,3448],"disallowed"],[[3449,3449],"valid",[],"NV8"],[[3450,3455],"valid"],[[3456,3457],"disallowed"],[[3458,3459],"valid"],[[3460,3460],"disallowed"],[[3461,3478],"valid"],[[3479,3481],"disallowed"],[[3482,3505],"valid"],[[3506,3506],"disallowed"],[[3507,3515],"valid"],[[3516,3516],"disallowed"],[[3517,3517],"valid"],[[3518,3519],"disallowed"],[[3520,3526],"valid"],[[3527,3529],"disallowed"],[[3530,3530],"valid"],[[3531,3534],"disallowed"],[[3535,3540],"valid"],[[3541,3541],"disallowed"],[[3542,3542],"valid"],[[3543,3543],"disallowed"],[[3544,3551],"valid"],[[3552,3557],"disallowed"],[[3558,3567],"valid"],[[3568,3569],"disallowed"],[[3570,3571],"valid"],[[3572,3572],"valid",[],"NV8"],[[3573,3584],"disallowed"],[[3585,3634],"valid"],[[3635,3635],"mapped",[3661,3634]],[[3636,3642],"valid"],[[3643,3646],"disallowed"],[[3647,3647],"valid",[],"NV8"],[[3648,3662],"valid"],[[3663,3663],"valid",[],"NV8"],[[3664,3673],"valid"],[[3674,3675],"valid",[],"NV8"],[[3676,3712],"disallowed"],[[3713,3714],"valid"],[[3715,3715],"disallowed"],[[3716,3716],"valid"],[[3717,3718],"disallowed"],[[3719,3720],"valid"],[[3721,3721],"disallowed"],[[3722,3722],"valid"],[[3723,3724],"disallowed"],[[3725,3725],"valid"],[[3726,3731],"disallowed"],[[3732,3735],"valid"],[[3736,3736],"disallowed"],[[3737,3743],"valid"],[[3744,3744],"disallowed"],[[3745,3747],"valid"],[[3748,3748],"disallowed"],[[3749,3749],"valid"],[[3750,3750],"disallowed"],[[3751,3751],"valid"],[[3752,3753],"disallowed"],[[3754,3755],"valid"],[[3756,3756],"disallowed"],[[3757,3762],"valid"],[[3763,3763],"mapped",[3789,3762]],[[3764,3769],"valid"],[[3770,3770],"disallowed"],[[3771,3773],"valid"],[[3774,3775],"disallowed"],[[3776,3780],"valid"],[[3781,3781],"disallowed"],[[3782,3782],"valid"],[[3783,3783],"disallowed"],[[3784,3789],"valid"],[[3790,3791],"disallowed"],[[3792,3801],"valid"],[[3802,3803],"disallowed"],[[3804,3804],"mapped",[3755,3737]],[[3805,3805],"mapped",[3755,3745]],[[3806,3807],"valid"],[[3808,3839],"disallowed"],[[3840,3840],"valid"],[[3841,3850],"valid",[],"NV8"],[[3851,3851],"valid"],[[3852,3852],"mapped",[3851]],[[3853,3863],"valid",[],"NV8"],[[3864,3865],"valid"],[[3866,3871],"valid",[],"NV8"],[[3872,3881],"valid"],[[3882,3892],"valid",[],"NV8"],[[3893,3893],"valid"],[[3894,3894],"valid",[],"NV8"],[[3895,3895],"valid"],[[3896,3896],"valid",[],"NV8"],[[3897,3897],"valid"],[[3898,3901],"valid",[],"NV8"],[[3902,3906],"valid"],[[3907,3907],"mapped",[3906,4023]],[[3908,3911],"valid"],[[3912,3912],"disallowed"],[[3913,3916],"valid"],[[3917,3917],"mapped",[3916,4023]],[[3918,3921],"valid"],[[3922,3922],"mapped",[3921,4023]],[[3923,3926],"valid"],[[3927,3927],"mapped",[3926,4023]],[[3928,3931],"valid"],[[3932,3932],"mapped",[3931,4023]],[[3933,3944],"valid"],[[3945,3945],"mapped",[3904,4021]],[[3946,3946],"valid"],[[3947,3948],"valid"],[[3949,3952],"disallowed"],[[3953,3954],"valid"],[[3955,3955],"mapped",[3953,3954]],[[3956,3956],"valid"],[[3957,3957],"mapped",[3953,3956]],[[3958,3958],"mapped",[4018,3968]],[[3959,3959],"mapped",[4018,3953,3968]],[[3960,3960],"mapped",[4019,3968]],[[3961,3961],"mapped",[4019,3953,3968]],[[3962,3968],"valid"],[[3969,3969],"mapped",[3953,3968]],[[3970,3972],"valid"],[[3973,3973],"valid",[],"NV8"],[[3974,3979],"valid"],[[3980,3983],"valid"],[[3984,3986],"valid"],[[3987,3987],"mapped",[3986,4023]],[[3988,3989],"valid"],[[3990,3990],"valid"],[[3991,3991],"valid"],[[3992,3992],"disallowed"],[[3993,3996],"valid"],[[3997,3997],"mapped",[3996,4023]],[[3998,4001],"valid"],[[4002,4002],"mapped",[4001,4023]],[[4003,4006],"valid"],[[4007,4007],"mapped",[4006,4023]],[[4008,4011],"valid"],[[4012,4012],"mapped",[4011,4023]],[[4013,4013],"valid"],[[4014,4016],"valid"],[[4017,4023],"valid"],[[4024,4024],"valid"],[[4025,4025],"mapped",[3984,4021]],[[4026,4028],"valid"],[[4029,4029],"disallowed"],[[4030,4037],"valid",[],"NV8"],[[4038,4038],"valid"],[[4039,4044],"valid",[],"NV8"],[[4045,4045],"disallowed"],[[4046,4046],"valid",[],"NV8"],[[4047,4047],"valid",[],"NV8"],[[4048,4049],"valid",[],"NV8"],[[4050,4052],"valid",[],"NV8"],[[4053,4056],"valid",[],"NV8"],[[4057,4058],"valid",[],"NV8"],[[4059,4095],"disallowed"],[[4096,4129],"valid"],[[4130,4130],"valid"],[[4131,4135],"valid"],[[4136,4136],"valid"],[[4137,4138],"valid"],[[4139,4139],"valid"],[[4140,4146],"valid"],[[4147,4149],"valid"],[[4150,4153],"valid"],[[4154,4159],"valid"],[[4160,4169],"valid"],[[4170,4175],"valid",[],"NV8"],[[4176,4185],"valid"],[[4186,4249],"valid"],[[4250,4253],"valid"],[[4254,4255],"valid",[],"NV8"],[[4256,4293],"disallowed"],[[4294,4294],"disallowed"],[[4295,4295],"mapped",[11559]],[[4296,4300],"disallowed"],[[4301,4301],"mapped",[11565]],[[4302,4303],"disallowed"],[[4304,4342],"valid"],[[4343,4344],"valid"],[[4345,4346],"valid"],[[4347,4347],"valid",[],"NV8"],[[4348,4348],"mapped",[4316]],[[4349,4351],"valid"],[[4352,4441],"valid",[],"NV8"],[[4442,4446],"valid",[],"NV8"],[[4447,4448],"disallowed"],[[4449,4514],"valid",[],"NV8"],[[4515,4519],"valid",[],"NV8"],[[4520,4601],"valid",[],"NV8"],[[4602,4607],"valid",[],"NV8"],[[4608,4614],"valid"],[[4615,4615],"valid"],[[4616,4678],"valid"],[[4679,4679],"valid"],[[4680,4680],"valid"],[[4681,4681],"disallowed"],[[4682,4685],"valid"],[[4686,4687],"disallowed"],[[4688,4694],"valid"],[[4695,4695],"disallowed"],[[4696,4696],"valid"],[[4697,4697],"disallowed"],[[4698,4701],"valid"],[[4702,4703],"disallowed"],[[4704,4742],"valid"],[[4743,4743],"valid"],[[4744,4744],"valid"],[[4745,4745],"disallowed"],[[4746,4749],"valid"],[[4750,4751],"disallowed"],[[4752,4782],"valid"],[[4783,4783],"valid"],[[4784,4784],"valid"],[[4785,4785],"disallowed"],[[4786,4789],"valid"],[[4790,4791],"disallowed"],[[4792,4798],"valid"],[[4799,4799],"disallowed"],[[4800,4800],"valid"],[[4801,4801],"disallowed"],[[4802,4805],"valid"],[[4806,4807],"disallowed"],[[4808,4814],"valid"],[[4815,4815],"valid"],[[4816,4822],"valid"],[[4823,4823],"disallowed"],[[4824,4846],"valid"],[[4847,4847],"valid"],[[4848,4878],"valid"],[[4879,4879],"valid"],[[4880,4880],"valid"],[[4881,4881],"disallowed"],[[4882,4885],"valid"],[[4886,4887],"disallowed"],[[4888,4894],"valid"],[[4895,4895],"valid"],[[4896,4934],"valid"],[[4935,4935],"valid"],[[4936,4954],"valid"],[[4955,4956],"disallowed"],[[4957,4958],"valid"],[[4959,4959],"valid"],[[4960,4960],"valid",[],"NV8"],[[4961,4988],"valid",[],"NV8"],[[4989,4991],"disallowed"],[[4992,5007],"valid"],[[5008,5017],"valid",[],"NV8"],[[5018,5023],"disallowed"],[[5024,5108],"valid"],[[5109,5109],"valid"],[[5110,5111],"disallowed"],[[5112,5112],"mapped",[5104]],[[5113,5113],"mapped",[5105]],[[5114,5114],"mapped",[5106]],[[5115,5115],"mapped",[5107]],[[5116,5116],"mapped",[5108]],[[5117,5117],"mapped",[5109]],[[5118,5119],"disallowed"],[[5120,5120],"valid",[],"NV8"],[[5121,5740],"valid"],[[5741,5742],"valid",[],"NV8"],[[5743,5750],"valid"],[[5751,5759],"valid"],[[5760,5760],"disallowed"],[[5761,5786],"valid"],[[5787,5788],"valid",[],"NV8"],[[5789,5791],"disallowed"],[[5792,5866],"valid"],[[5867,5872],"valid",[],"NV8"],[[5873,5880],"valid"],[[5881,5887],"disallowed"],[[5888,5900],"valid"],[[5901,5901],"disallowed"],[[5902,5908],"valid"],[[5909,5919],"disallowed"],[[5920,5940],"valid"],[[5941,5942],"valid",[],"NV8"],[[5943,5951],"disallowed"],[[5952,5971],"valid"],[[5972,5983],"disallowed"],[[5984,5996],"valid"],[[5997,5997],"disallowed"],[[5998,6e3],"valid"],[[6001,6001],"disallowed"],[[6002,6003],"valid"],[[6004,6015],"disallowed"],[[6016,6067],"valid"],[[6068,6069],"disallowed"],[[6070,6099],"valid"],[[6100,6102],"valid",[],"NV8"],[[6103,6103],"valid"],[[6104,6107],"valid",[],"NV8"],[[6108,6108],"valid"],[[6109,6109],"valid"],[[6110,6111],"disallowed"],[[6112,6121],"valid"],[[6122,6127],"disallowed"],[[6128,6137],"valid",[],"NV8"],[[6138,6143],"disallowed"],[[6144,6149],"valid",[],"NV8"],[[6150,6150],"disallowed"],[[6151,6154],"valid",[],"NV8"],[[6155,6157],"ignored"],[[6158,6158],"disallowed"],[[6159,6159],"disallowed"],[[6160,6169],"valid"],[[6170,6175],"disallowed"],[[6176,6263],"valid"],[[6264,6271],"disallowed"],[[6272,6313],"valid"],[[6314,6314],"valid"],[[6315,6319],"disallowed"],[[6320,6389],"valid"],[[6390,6399],"disallowed"],[[6400,6428],"valid"],[[6429,6430],"valid"],[[6431,6431],"disallowed"],[[6432,6443],"valid"],[[6444,6447],"disallowed"],[[6448,6459],"valid"],[[6460,6463],"disallowed"],[[6464,6464],"valid",[],"NV8"],[[6465,6467],"disallowed"],[[6468,6469],"valid",[],"NV8"],[[6470,6509],"valid"],[[6510,6511],"disallowed"],[[6512,6516],"valid"],[[6517,6527],"disallowed"],[[6528,6569],"valid"],[[6570,6571],"valid"],[[6572,6575],"disallowed"],[[6576,6601],"valid"],[[6602,6607],"disallowed"],[[6608,6617],"valid"],[[6618,6618],"valid",[],"XV8"],[[6619,6621],"disallowed"],[[6622,6623],"valid",[],"NV8"],[[6624,6655],"valid",[],"NV8"],[[6656,6683],"valid"],[[6684,6685],"disallowed"],[[6686,6687],"valid",[],"NV8"],[[6688,6750],"valid"],[[6751,6751],"disallowed"],[[6752,6780],"valid"],[[6781,6782],"disallowed"],[[6783,6793],"valid"],[[6794,6799],"disallowed"],[[6800,6809],"valid"],[[6810,6815],"disallowed"],[[6816,6822],"valid",[],"NV8"],[[6823,6823],"valid"],[[6824,6829],"valid",[],"NV8"],[[6830,6831],"disallowed"],[[6832,6845],"valid"],[[6846,6846],"valid",[],"NV8"],[[6847,6911],"disallowed"],[[6912,6987],"valid"],[[6988,6991],"disallowed"],[[6992,7001],"valid"],[[7002,7018],"valid",[],"NV8"],[[7019,7027],"valid"],[[7028,7036],"valid",[],"NV8"],[[7037,7039],"disallowed"],[[7040,7082],"valid"],[[7083,7085],"valid"],[[7086,7097],"valid"],[[7098,7103],"valid"],[[7104,7155],"valid"],[[7156,7163],"disallowed"],[[7164,7167],"valid",[],"NV8"],[[7168,7223],"valid"],[[7224,7226],"disallowed"],[[7227,7231],"valid",[],"NV8"],[[7232,7241],"valid"],[[7242,7244],"disallowed"],[[7245,7293],"valid"],[[7294,7295],"valid",[],"NV8"],[[7296,7359],"disallowed"],[[7360,7367],"valid",[],"NV8"],[[7368,7375],"disallowed"],[[7376,7378],"valid"],[[7379,7379],"valid",[],"NV8"],[[7380,7410],"valid"],[[7411,7414],"valid"],[[7415,7415],"disallowed"],[[7416,7417],"valid"],[[7418,7423],"disallowed"],[[7424,7467],"valid"],[[7468,7468],"mapped",[97]],[[7469,7469],"mapped",[230]],[[7470,7470],"mapped",[98]],[[7471,7471],"valid"],[[7472,7472],"mapped",[100]],[[7473,7473],"mapped",[101]],[[7474,7474],"mapped",[477]],[[7475,7475],"mapped",[103]],[[7476,7476],"mapped",[104]],[[7477,7477],"mapped",[105]],[[7478,7478],"mapped",[106]],[[7479,7479],"mapped",[107]],[[7480,7480],"mapped",[108]],[[7481,7481],"mapped",[109]],[[7482,7482],"mapped",[110]],[[7483,7483],"valid"],[[7484,7484],"mapped",[111]],[[7485,7485],"mapped",[547]],[[7486,7486],"mapped",[112]],[[7487,7487],"mapped",[114]],[[7488,7488],"mapped",[116]],[[7489,7489],"mapped",[117]],[[7490,7490],"mapped",[119]],[[7491,7491],"mapped",[97]],[[7492,7492],"mapped",[592]],[[7493,7493],"mapped",[593]],[[7494,7494],"mapped",[7426]],[[7495,7495],"mapped",[98]],[[7496,7496],"mapped",[100]],[[7497,7497],"mapped",[101]],[[7498,7498],"mapped",[601]],[[7499,7499],"mapped",[603]],[[7500,7500],"mapped",[604]],[[7501,7501],"mapped",[103]],[[7502,7502],"valid"],[[7503,7503],"mapped",[107]],[[7504,7504],"mapped",[109]],[[7505,7505],"mapped",[331]],[[7506,7506],"mapped",[111]],[[7507,7507],"mapped",[596]],[[7508,7508],"mapped",[7446]],[[7509,7509],"mapped",[7447]],[[7510,7510],"mapped",[112]],[[7511,7511],"mapped",[116]],[[7512,7512],"mapped",[117]],[[7513,7513],"mapped",[7453]],[[7514,7514],"mapped",[623]],[[7515,7515],"mapped",[118]],[[7516,7516],"mapped",[7461]],[[7517,7517],"mapped",[946]],[[7518,7518],"mapped",[947]],[[7519,7519],"mapped",[948]],[[7520,7520],"mapped",[966]],[[7521,7521],"mapped",[967]],[[7522,7522],"mapped",[105]],[[7523,7523],"mapped",[114]],[[7524,7524],"mapped",[117]],[[7525,7525],"mapped",[118]],[[7526,7526],"mapped",[946]],[[7527,7527],"mapped",[947]],[[7528,7528],"mapped",[961]],[[7529,7529],"mapped",[966]],[[7530,7530],"mapped",[967]],[[7531,7531],"valid"],[[7532,7543],"valid"],[[7544,7544],"mapped",[1085]],[[7545,7578],"valid"],[[7579,7579],"mapped",[594]],[[7580,7580],"mapped",[99]],[[7581,7581],"mapped",[597]],[[7582,7582],"mapped",[240]],[[7583,7583],"mapped",[604]],[[7584,7584],"mapped",[102]],[[7585,7585],"mapped",[607]],[[7586,7586],"mapped",[609]],[[7587,7587],"mapped",[613]],[[7588,7588],"mapped",[616]],[[7589,7589],"mapped",[617]],[[7590,7590],"mapped",[618]],[[7591,7591],"mapped",[7547]],[[7592,7592],"mapped",[669]],[[7593,7593],"mapped",[621]],[[7594,7594],"mapped",[7557]],[[7595,7595],"mapped",[671]],[[7596,7596],"mapped",[625]],[[7597,7597],"mapped",[624]],[[7598,7598],"mapped",[626]],[[7599,7599],"mapped",[627]],[[7600,7600],"mapped",[628]],[[7601,7601],"mapped",[629]],[[7602,7602],"mapped",[632]],[[7603,7603],"mapped",[642]],[[7604,7604],"mapped",[643]],[[7605,7605],"mapped",[427]],[[7606,7606],"mapped",[649]],[[7607,7607],"mapped",[650]],[[7608,7608],"mapped",[7452]],[[7609,7609],"mapped",[651]],[[7610,7610],"mapped",[652]],[[7611,7611],"mapped",[122]],[[7612,7612],"mapped",[656]],[[7613,7613],"mapped",[657]],[[7614,7614],"mapped",[658]],[[7615,7615],"mapped",[952]],[[7616,7619],"valid"],[[7620,7626],"valid"],[[7627,7654],"valid"],[[7655,7669],"valid"],[[7670,7675],"disallowed"],[[7676,7676],"valid"],[[7677,7677],"valid"],[[7678,7679],"valid"],[[7680,7680],"mapped",[7681]],[[7681,7681],"valid"],[[7682,7682],"mapped",[7683]],[[7683,7683],"valid"],[[7684,7684],"mapped",[7685]],[[7685,7685],"valid"],[[7686,7686],"mapped",[7687]],[[7687,7687],"valid"],[[7688,7688],"mapped",[7689]],[[7689,7689],"valid"],[[7690,7690],"mapped",[7691]],[[7691,7691],"valid"],[[7692,7692],"mapped",[7693]],[[7693,7693],"valid"],[[7694,7694],"mapped",[7695]],[[7695,7695],"valid"],[[7696,7696],"mapped",[7697]],[[7697,7697],"valid"],[[7698,7698],"mapped",[7699]],[[7699,7699],"valid"],[[7700,7700],"mapped",[7701]],[[7701,7701],"valid"],[[7702,7702],"mapped",[7703]],[[7703,7703],"valid"],[[7704,7704],"mapped",[7705]],[[7705,7705],"valid"],[[7706,7706],"mapped",[7707]],[[7707,7707],"valid"],[[7708,7708],"mapped",[7709]],[[7709,7709],"valid"],[[7710,7710],"mapped",[7711]],[[7711,7711],"valid"],[[7712,7712],"mapped",[7713]],[[7713,7713],"valid"],[[7714,7714],"mapped",[7715]],[[7715,7715],"valid"],[[7716,7716],"mapped",[7717]],[[7717,7717],"valid"],[[7718,7718],"mapped",[7719]],[[7719,7719],"valid"],[[7720,7720],"mapped",[7721]],[[7721,7721],"valid"],[[7722,7722],"mapped",[7723]],[[7723,7723],"valid"],[[7724,7724],"mapped",[7725]],[[7725,7725],"valid"],[[7726,7726],"mapped",[7727]],[[7727,7727],"valid"],[[7728,7728],"mapped",[7729]],[[7729,7729],"valid"],[[7730,7730],"mapped",[7731]],[[7731,7731],"valid"],[[7732,7732],"mapped",[7733]],[[7733,7733],"valid"],[[7734,7734],"mapped",[7735]],[[7735,7735],"valid"],[[7736,7736],"mapped",[7737]],[[7737,7737],"valid"],[[7738,7738],"mapped",[7739]],[[7739,7739],"valid"],[[7740,7740],"mapped",[7741]],[[7741,7741],"valid"],[[7742,7742],"mapped",[7743]],[[7743,7743],"valid"],[[7744,7744],"mapped",[7745]],[[7745,7745],"valid"],[[7746,7746],"mapped",[7747]],[[7747,7747],"valid"],[[7748,7748],"mapped",[7749]],[[7749,7749],"valid"],[[7750,7750],"mapped",[7751]],[[7751,7751],"valid"],[[7752,7752],"mapped",[7753]],[[7753,7753],"valid"],[[7754,7754],"mapped",[7755]],[[7755,7755],"valid"],[[7756,7756],"mapped",[7757]],[[7757,7757],"valid"],[[7758,7758],"mapped",[7759]],[[7759,7759],"valid"],[[7760,7760],"mapped",[7761]],[[7761,7761],"valid"],[[7762,7762],"mapped",[7763]],[[7763,7763],"valid"],[[7764,7764],"mapped",[7765]],[[7765,7765],"valid"],[[7766,7766],"mapped",[7767]],[[7767,7767],"valid"],[[7768,7768],"mapped",[7769]],[[7769,7769],"valid"],[[7770,7770],"mapped",[7771]],[[7771,7771],"valid"],[[7772,7772],"mapped",[7773]],[[7773,7773],"valid"],[[7774,7774],"mapped",[7775]],[[7775,7775],"valid"],[[7776,7776],"mapped",[7777]],[[7777,7777],"valid"],[[7778,7778],"mapped",[7779]],[[7779,7779],"valid"],[[7780,7780],"mapped",[7781]],[[7781,7781],"valid"],[[7782,7782],"mapped",[7783]],[[7783,7783],"valid"],[[7784,7784],"mapped",[7785]],[[7785,7785],"valid"],[[7786,7786],"mapped",[7787]],[[7787,7787],"valid"],[[7788,7788],"mapped",[7789]],[[7789,7789],"valid"],[[7790,7790],"mapped",[7791]],[[7791,7791],"valid"],[[7792,7792],"mapped",[7793]],[[7793,7793],"valid"],[[7794,7794],"mapped",[7795]],[[7795,7795],"valid"],[[7796,7796],"mapped",[7797]],[[7797,7797],"valid"],[[7798,7798],"mapped",[7799]],[[7799,7799],"valid"],[[7800,7800],"mapped",[7801]],[[7801,7801],"valid"],[[7802,7802],"mapped",[7803]],[[7803,7803],"valid"],[[7804,7804],"mapped",[7805]],[[7805,7805],"valid"],[[7806,7806],"mapped",[7807]],[[7807,7807],"valid"],[[7808,7808],"mapped",[7809]],[[7809,7809],"valid"],[[7810,7810],"mapped",[7811]],[[7811,7811],"valid"],[[7812,7812],"mapped",[7813]],[[7813,7813],"valid"],[[7814,7814],"mapped",[7815]],[[7815,7815],"valid"],[[7816,7816],"mapped",[7817]],[[7817,7817],"valid"],[[7818,7818],"mapped",[7819]],[[7819,7819],"valid"],[[7820,7820],"mapped",[7821]],[[7821,7821],"valid"],[[7822,7822],"mapped",[7823]],[[7823,7823],"valid"],[[7824,7824],"mapped",[7825]],[[7825,7825],"valid"],[[7826,7826],"mapped",[7827]],[[7827,7827],"valid"],[[7828,7828],"mapped",[7829]],[[7829,7833],"valid"],[[7834,7834],"mapped",[97,702]],[[7835,7835],"mapped",[7777]],[[7836,7837],"valid"],[[7838,7838],"mapped",[115,115]],[[7839,7839],"valid"],[[7840,7840],"mapped",[7841]],[[7841,7841],"valid"],[[7842,7842],"mapped",[7843]],[[7843,7843],"valid"],[[7844,7844],"mapped",[7845]],[[7845,7845],"valid"],[[7846,7846],"mapped",[7847]],[[7847,7847],"valid"],[[7848,7848],"mapped",[7849]],[[7849,7849],"valid"],[[7850,7850],"mapped",[7851]],[[7851,7851],"valid"],[[7852,7852],"mapped",[7853]],[[7853,7853],"valid"],[[7854,7854],"mapped",[7855]],[[7855,7855],"valid"],[[7856,7856],"mapped",[7857]],[[7857,7857],"valid"],[[7858,7858],"mapped",[7859]],[[7859,7859],"valid"],[[7860,7860],"mapped",[7861]],[[7861,7861],"valid"],[[7862,7862],"mapped",[7863]],[[7863,7863],"valid"],[[7864,7864],"mapped",[7865]],[[7865,7865],"valid"],[[7866,7866],"mapped",[7867]],[[7867,7867],"valid"],[[7868,7868],"mapped",[7869]],[[7869,7869],"valid"],[[7870,7870],"mapped",[7871]],[[7871,7871],"valid"],[[7872,7872],"mapped",[7873]],[[7873,7873],"valid"],[[7874,7874],"mapped",[7875]],[[7875,7875],"valid"],[[7876,7876],"mapped",[7877]],[[7877,7877],"valid"],[[7878,7878],"mapped",[7879]],[[7879,7879],"valid"],[[7880,7880],"mapped",[7881]],[[7881,7881],"valid"],[[7882,7882],"mapped",[7883]],[[7883,7883],"valid"],[[7884,7884],"mapped",[7885]],[[7885,7885],"valid"],[[7886,7886],"mapped",[7887]],[[7887,7887],"valid"],[[7888,7888],"mapped",[7889]],[[7889,7889],"valid"],[[7890,7890],"mapped",[7891]],[[7891,7891],"valid"],[[7892,7892],"mapped",[7893]],[[7893,7893],"valid"],[[7894,7894],"mapped",[7895]],[[7895,7895],"valid"],[[7896,7896],"mapped",[7897]],[[7897,7897],"valid"],[[7898,7898],"mapped",[7899]],[[7899,7899],"valid"],[[7900,7900],"mapped",[7901]],[[7901,7901],"valid"],[[7902,7902],"mapped",[7903]],[[7903,7903],"valid"],[[7904,7904],"mapped",[7905]],[[7905,7905],"valid"],[[7906,7906],"mapped",[7907]],[[7907,7907],"valid"],[[7908,7908],"mapped",[7909]],[[7909,7909],"valid"],[[7910,7910],"mapped",[7911]],[[7911,7911],"valid"],[[7912,7912],"mapped",[7913]],[[7913,7913],"valid"],[[7914,7914],"mapped",[7915]],[[7915,7915],"valid"],[[7916,7916],"mapped",[7917]],[[7917,7917],"valid"],[[7918,7918],"mapped",[7919]],[[7919,7919],"valid"],[[7920,7920],"mapped",[7921]],[[7921,7921],"valid"],[[7922,7922],"mapped",[7923]],[[7923,7923],"valid"],[[7924,7924],"mapped",[7925]],[[7925,7925],"valid"],[[7926,7926],"mapped",[7927]],[[7927,7927],"valid"],[[7928,7928],"mapped",[7929]],[[7929,7929],"valid"],[[7930,7930],"mapped",[7931]],[[7931,7931],"valid"],[[7932,7932],"mapped",[7933]],[[7933,7933],"valid"],[[7934,7934],"mapped",[7935]],[[7935,7935],"valid"],[[7936,7943],"valid"],[[7944,7944],"mapped",[7936]],[[7945,7945],"mapped",[7937]],[[7946,7946],"mapped",[7938]],[[7947,7947],"mapped",[7939]],[[7948,7948],"mapped",[7940]],[[7949,7949],"mapped",[7941]],[[7950,7950],"mapped",[7942]],[[7951,7951],"mapped",[7943]],[[7952,7957],"valid"],[[7958,7959],"disallowed"],[[7960,7960],"mapped",[7952]],[[7961,7961],"mapped",[7953]],[[7962,7962],"mapped",[7954]],[[7963,7963],"mapped",[7955]],[[7964,7964],"mapped",[7956]],[[7965,7965],"mapped",[7957]],[[7966,7967],"disallowed"],[[7968,7975],"valid"],[[7976,7976],"mapped",[7968]],[[7977,7977],"mapped",[7969]],[[7978,7978],"mapped",[7970]],[[7979,7979],"mapped",[7971]],[[7980,7980],"mapped",[7972]],[[7981,7981],"mapped",[7973]],[[7982,7982],"mapped",[7974]],[[7983,7983],"mapped",[7975]],[[7984,7991],"valid"],[[7992,7992],"mapped",[7984]],[[7993,7993],"mapped",[7985]],[[7994,7994],"mapped",[7986]],[[7995,7995],"mapped",[7987]],[[7996,7996],"mapped",[7988]],[[7997,7997],"mapped",[7989]],[[7998,7998],"mapped",[7990]],[[7999,7999],"mapped",[7991]],[[8e3,8005],"valid"],[[8006,8007],"disallowed"],[[8008,8008],"mapped",[8e3]],[[8009,8009],"mapped",[8001]],[[8010,8010],"mapped",[8002]],[[8011,8011],"mapped",[8003]],[[8012,8012],"mapped",[8004]],[[8013,8013],"mapped",[8005]],[[8014,8015],"disallowed"],[[8016,8023],"valid"],[[8024,8024],"disallowed"],[[8025,8025],"mapped",[8017]],[[8026,8026],"disallowed"],[[8027,8027],"mapped",[8019]],[[8028,8028],"disallowed"],[[8029,8029],"mapped",[8021]],[[8030,8030],"disallowed"],[[8031,8031],"mapped",[8023]],[[8032,8039],"valid"],[[8040,8040],"mapped",[8032]],[[8041,8041],"mapped",[8033]],[[8042,8042],"mapped",[8034]],[[8043,8043],"mapped",[8035]],[[8044,8044],"mapped",[8036]],[[8045,8045],"mapped",[8037]],[[8046,8046],"mapped",[8038]],[[8047,8047],"mapped",[8039]],[[8048,8048],"valid"],[[8049,8049],"mapped",[940]],[[8050,8050],"valid"],[[8051,8051],"mapped",[941]],[[8052,8052],"valid"],[[8053,8053],"mapped",[942]],[[8054,8054],"valid"],[[8055,8055],"mapped",[943]],[[8056,8056],"valid"],[[8057,8057],"mapped",[972]],[[8058,8058],"valid"],[[8059,8059],"mapped",[973]],[[8060,8060],"valid"],[[8061,8061],"mapped",[974]],[[8062,8063],"disallowed"],[[8064,8064],"mapped",[7936,953]],[[8065,8065],"mapped",[7937,953]],[[8066,8066],"mapped",[7938,953]],[[8067,8067],"mapped",[7939,953]],[[8068,8068],"mapped",[7940,953]],[[8069,8069],"mapped",[7941,953]],[[8070,8070],"mapped",[7942,953]],[[8071,8071],"mapped",[7943,953]],[[8072,8072],"mapped",[7936,953]],[[8073,8073],"mapped",[7937,953]],[[8074,8074],"mapped",[7938,953]],[[8075,8075],"mapped",[7939,953]],[[8076,8076],"mapped",[7940,953]],[[8077,8077],"mapped",[7941,953]],[[8078,8078],"mapped",[7942,953]],[[8079,8079],"mapped",[7943,953]],[[8080,8080],"mapped",[7968,953]],[[8081,8081],"mapped",[7969,953]],[[8082,8082],"mapped",[7970,953]],[[8083,8083],"mapped",[7971,953]],[[8084,8084],"mapped",[7972,953]],[[8085,8085],"mapped",[7973,953]],[[8086,8086],"mapped",[7974,953]],[[8087,8087],"mapped",[7975,953]],[[8088,8088],"mapped",[7968,953]],[[8089,8089],"mapped",[7969,953]],[[8090,8090],"mapped",[7970,953]],[[8091,8091],"mapped",[7971,953]],[[8092,8092],"mapped",[7972,953]],[[8093,8093],"mapped",[7973,953]],[[8094,8094],"mapped",[7974,953]],[[8095,8095],"mapped",[7975,953]],[[8096,8096],"mapped",[8032,953]],[[8097,8097],"mapped",[8033,953]],[[8098,8098],"mapped",[8034,953]],[[8099,8099],"mapped",[8035,953]],[[8100,8100],"mapped",[8036,953]],[[8101,8101],"mapped",[8037,953]],[[8102,8102],"mapped",[8038,953]],[[8103,8103],"mapped",[8039,953]],[[8104,8104],"mapped",[8032,953]],[[8105,8105],"mapped",[8033,953]],[[8106,8106],"mapped",[8034,953]],[[8107,8107],"mapped",[8035,953]],[[8108,8108],"mapped",[8036,953]],[[8109,8109],"mapped",[8037,953]],[[8110,8110],"mapped",[8038,953]],[[8111,8111],"mapped",[8039,953]],[[8112,8113],"valid"],[[8114,8114],"mapped",[8048,953]],[[8115,8115],"mapped",[945,953]],[[8116,8116],"mapped",[940,953]],[[8117,8117],"disallowed"],[[8118,8118],"valid"],[[8119,8119],"mapped",[8118,953]],[[8120,8120],"mapped",[8112]],[[8121,8121],"mapped",[8113]],[[8122,8122],"mapped",[8048]],[[8123,8123],"mapped",[940]],[[8124,8124],"mapped",[945,953]],[[8125,8125],"disallowed_STD3_mapped",[32,787]],[[8126,8126],"mapped",[953]],[[8127,8127],"disallowed_STD3_mapped",[32,787]],[[8128,8128],"disallowed_STD3_mapped",[32,834]],[[8129,8129],"disallowed_STD3_mapped",[32,776,834]],[[8130,8130],"mapped",[8052,953]],[[8131,8131],"mapped",[951,953]],[[8132,8132],"mapped",[942,953]],[[8133,8133],"disallowed"],[[8134,8134],"valid"],[[8135,8135],"mapped",[8134,953]],[[8136,8136],"mapped",[8050]],[[8137,8137],"mapped",[941]],[[8138,8138],"mapped",[8052]],[[8139,8139],"mapped",[942]],[[8140,8140],"mapped",[951,953]],[[8141,8141],"disallowed_STD3_mapped",[32,787,768]],[[8142,8142],"disallowed_STD3_mapped",[32,787,769]],[[8143,8143],"disallowed_STD3_mapped",[32,787,834]],[[8144,8146],"valid"],[[8147,8147],"mapped",[912]],[[8148,8149],"disallowed"],[[8150,8151],"valid"],[[8152,8152],"mapped",[8144]],[[8153,8153],"mapped",[8145]],[[8154,8154],"mapped",[8054]],[[8155,8155],"mapped",[943]],[[8156,8156],"disallowed"],[[8157,8157],"disallowed_STD3_mapped",[32,788,768]],[[8158,8158],"disallowed_STD3_mapped",[32,788,769]],[[8159,8159],"disallowed_STD3_mapped",[32,788,834]],[[8160,8162],"valid"],[[8163,8163],"mapped",[944]],[[8164,8167],"valid"],[[8168,8168],"mapped",[8160]],[[8169,8169],"mapped",[8161]],[[8170,8170],"mapped",[8058]],[[8171,8171],"mapped",[973]],[[8172,8172],"mapped",[8165]],[[8173,8173],"disallowed_STD3_mapped",[32,776,768]],[[8174,8174],"disallowed_STD3_mapped",[32,776,769]],[[8175,8175],"disallowed_STD3_mapped",[96]],[[8176,8177],"disallowed"],[[8178,8178],"mapped",[8060,953]],[[8179,8179],"mapped",[969,953]],[[8180,8180],"mapped",[974,953]],[[8181,8181],"disallowed"],[[8182,8182],"valid"],[[8183,8183],"mapped",[8182,953]],[[8184,8184],"mapped",[8056]],[[8185,8185],"mapped",[972]],[[8186,8186],"mapped",[8060]],[[8187,8187],"mapped",[974]],[[8188,8188],"mapped",[969,953]],[[8189,8189],"disallowed_STD3_mapped",[32,769]],[[8190,8190],"disallowed_STD3_mapped",[32,788]],[[8191,8191],"disallowed"],[[8192,8202],"disallowed_STD3_mapped",[32]],[[8203,8203],"ignored"],[[8204,8205],"deviation",[]],[[8206,8207],"disallowed"],[[8208,8208],"valid",[],"NV8"],[[8209,8209],"mapped",[8208]],[[8210,8214],"valid",[],"NV8"],[[8215,8215],"disallowed_STD3_mapped",[32,819]],[[8216,8227],"valid",[],"NV8"],[[8228,8230],"disallowed"],[[8231,8231],"valid",[],"NV8"],[[8232,8238],"disallowed"],[[8239,8239],"disallowed_STD3_mapped",[32]],[[8240,8242],"valid",[],"NV8"],[[8243,8243],"mapped",[8242,8242]],[[8244,8244],"mapped",[8242,8242,8242]],[[8245,8245],"valid",[],"NV8"],[[8246,8246],"mapped",[8245,8245]],[[8247,8247],"mapped",[8245,8245,8245]],[[8248,8251],"valid",[],"NV8"],[[8252,8252],"disallowed_STD3_mapped",[33,33]],[[8253,8253],"valid",[],"NV8"],[[8254,8254],"disallowed_STD3_mapped",[32,773]],[[8255,8262],"valid",[],"NV8"],[[8263,8263],"disallowed_STD3_mapped",[63,63]],[[8264,8264],"disallowed_STD3_mapped",[63,33]],[[8265,8265],"disallowed_STD3_mapped",[33,63]],[[8266,8269],"valid",[],"NV8"],[[8270,8274],"valid",[],"NV8"],[[8275,8276],"valid",[],"NV8"],[[8277,8278],"valid",[],"NV8"],[[8279,8279],"mapped",[8242,8242,8242,8242]],[[8280,8286],"valid",[],"NV8"],[[8287,8287],"disallowed_STD3_mapped",[32]],[[8288,8288],"ignored"],[[8289,8291],"disallowed"],[[8292,8292],"ignored"],[[8293,8293],"disallowed"],[[8294,8297],"disallowed"],[[8298,8303],"disallowed"],[[8304,8304],"mapped",[48]],[[8305,8305],"mapped",[105]],[[8306,8307],"disallowed"],[[8308,8308],"mapped",[52]],[[8309,8309],"mapped",[53]],[[8310,8310],"mapped",[54]],[[8311,8311],"mapped",[55]],[[8312,8312],"mapped",[56]],[[8313,8313],"mapped",[57]],[[8314,8314],"disallowed_STD3_mapped",[43]],[[8315,8315],"mapped",[8722]],[[8316,8316],"disallowed_STD3_mapped",[61]],[[8317,8317],"disallowed_STD3_mapped",[40]],[[8318,8318],"disallowed_STD3_mapped",[41]],[[8319,8319],"mapped",[110]],[[8320,8320],"mapped",[48]],[[8321,8321],"mapped",[49]],[[8322,8322],"mapped",[50]],[[8323,8323],"mapped",[51]],[[8324,8324],"mapped",[52]],[[8325,8325],"mapped",[53]],[[8326,8326],"mapped",[54]],[[8327,8327],"mapped",[55]],[[8328,8328],"mapped",[56]],[[8329,8329],"mapped",[57]],[[8330,8330],"disallowed_STD3_mapped",[43]],[[8331,8331],"mapped",[8722]],[[8332,8332],"disallowed_STD3_mapped",[61]],[[8333,8333],"disallowed_STD3_mapped",[40]],[[8334,8334],"disallowed_STD3_mapped",[41]],[[8335,8335],"disallowed"],[[8336,8336],"mapped",[97]],[[8337,8337],"mapped",[101]],[[8338,8338],"mapped",[111]],[[8339,8339],"mapped",[120]],[[8340,8340],"mapped",[601]],[[8341,8341],"mapped",[104]],[[8342,8342],"mapped",[107]],[[8343,8343],"mapped",[108]],[[8344,8344],"mapped",[109]],[[8345,8345],"mapped",[110]],[[8346,8346],"mapped",[112]],[[8347,8347],"mapped",[115]],[[8348,8348],"mapped",[116]],[[8349,8351],"disallowed"],[[8352,8359],"valid",[],"NV8"],[[8360,8360],"mapped",[114,115]],[[8361,8362],"valid",[],"NV8"],[[8363,8363],"valid",[],"NV8"],[[8364,8364],"valid",[],"NV8"],[[8365,8367],"valid",[],"NV8"],[[8368,8369],"valid",[],"NV8"],[[8370,8373],"valid",[],"NV8"],[[8374,8376],"valid",[],"NV8"],[[8377,8377],"valid",[],"NV8"],[[8378,8378],"valid",[],"NV8"],[[8379,8381],"valid",[],"NV8"],[[8382,8382],"valid",[],"NV8"],[[8383,8399],"disallowed"],[[8400,8417],"valid",[],"NV8"],[[8418,8419],"valid",[],"NV8"],[[8420,8426],"valid",[],"NV8"],[[8427,8427],"valid",[],"NV8"],[[8428,8431],"valid",[],"NV8"],[[8432,8432],"valid",[],"NV8"],[[8433,8447],"disallowed"],[[8448,8448],"disallowed_STD3_mapped",[97,47,99]],[[8449,8449],"disallowed_STD3_mapped",[97,47,115]],[[8450,8450],"mapped",[99]],[[8451,8451],"mapped",[176,99]],[[8452,8452],"valid",[],"NV8"],[[8453,8453],"disallowed_STD3_mapped",[99,47,111]],[[8454,8454],"disallowed_STD3_mapped",[99,47,117]],[[8455,8455],"mapped",[603]],[[8456,8456],"valid",[],"NV8"],[[8457,8457],"mapped",[176,102]],[[8458,8458],"mapped",[103]],[[8459,8462],"mapped",[104]],[[8463,8463],"mapped",[295]],[[8464,8465],"mapped",[105]],[[8466,8467],"mapped",[108]],[[8468,8468],"valid",[],"NV8"],[[8469,8469],"mapped",[110]],[[8470,8470],"mapped",[110,111]],[[8471,8472],"valid",[],"NV8"],[[8473,8473],"mapped",[112]],[[8474,8474],"mapped",[113]],[[8475,8477],"mapped",[114]],[[8478,8479],"valid",[],"NV8"],[[8480,8480],"mapped",[115,109]],[[8481,8481],"mapped",[116,101,108]],[[8482,8482],"mapped",[116,109]],[[8483,8483],"valid",[],"NV8"],[[8484,8484],"mapped",[122]],[[8485,8485],"valid",[],"NV8"],[[8486,8486],"mapped",[969]],[[8487,8487],"valid",[],"NV8"],[[8488,8488],"mapped",[122]],[[8489,8489],"valid",[],"NV8"],[[8490,8490],"mapped",[107]],[[8491,8491],"mapped",[229]],[[8492,8492],"mapped",[98]],[[8493,8493],"mapped",[99]],[[8494,8494],"valid",[],"NV8"],[[8495,8496],"mapped",[101]],[[8497,8497],"mapped",[102]],[[8498,8498],"disallowed"],[[8499,8499],"mapped",[109]],[[8500,8500],"mapped",[111]],[[8501,8501],"mapped",[1488]],[[8502,8502],"mapped",[1489]],[[8503,8503],"mapped",[1490]],[[8504,8504],"mapped",[1491]],[[8505,8505],"mapped",[105]],[[8506,8506],"valid",[],"NV8"],[[8507,8507],"mapped",[102,97,120]],[[8508,8508],"mapped",[960]],[[8509,8510],"mapped",[947]],[[8511,8511],"mapped",[960]],[[8512,8512],"mapped",[8721]],[[8513,8516],"valid",[],"NV8"],[[8517,8518],"mapped",[100]],[[8519,8519],"mapped",[101]],[[8520,8520],"mapped",[105]],[[8521,8521],"mapped",[106]],[[8522,8523],"valid",[],"NV8"],[[8524,8524],"valid",[],"NV8"],[[8525,8525],"valid",[],"NV8"],[[8526,8526],"valid"],[[8527,8527],"valid",[],"NV8"],[[8528,8528],"mapped",[49,8260,55]],[[8529,8529],"mapped",[49,8260,57]],[[8530,8530],"mapped",[49,8260,49,48]],[[8531,8531],"mapped",[49,8260,51]],[[8532,8532],"mapped",[50,8260,51]],[[8533,8533],"mapped",[49,8260,53]],[[8534,8534],"mapped",[50,8260,53]],[[8535,8535],"mapped",[51,8260,53]],[[8536,8536],"mapped",[52,8260,53]],[[8537,8537],"mapped",[49,8260,54]],[[8538,8538],"mapped",[53,8260,54]],[[8539,8539],"mapped",[49,8260,56]],[[8540,8540],"mapped",[51,8260,56]],[[8541,8541],"mapped",[53,8260,56]],[[8542,8542],"mapped",[55,8260,56]],[[8543,8543],"mapped",[49,8260]],[[8544,8544],"mapped",[105]],[[8545,8545],"mapped",[105,105]],[[8546,8546],"mapped",[105,105,105]],[[8547,8547],"mapped",[105,118]],[[8548,8548],"mapped",[118]],[[8549,8549],"mapped",[118,105]],[[8550,8550],"mapped",[118,105,105]],[[8551,8551],"mapped",[118,105,105,105]],[[8552,8552],"mapped",[105,120]],[[8553,8553],"mapped",[120]],[[8554,8554],"mapped",[120,105]],[[8555,8555],"mapped",[120,105,105]],[[8556,8556],"mapped",[108]],[[8557,8557],"mapped",[99]],[[8558,8558],"mapped",[100]],[[8559,8559],"mapped",[109]],[[8560,8560],"mapped",[105]],[[8561,8561],"mapped",[105,105]],[[8562,8562],"mapped",[105,105,105]],[[8563,8563],"mapped",[105,118]],[[8564,8564],"mapped",[118]],[[8565,8565],"mapped",[118,105]],[[8566,8566],"mapped",[118,105,105]],[[8567,8567],"mapped",[118,105,105,105]],[[8568,8568],"mapped",[105,120]],[[8569,8569],"mapped",[120]],[[8570,8570],"mapped",[120,105]],[[8571,8571],"mapped",[120,105,105]],[[8572,8572],"mapped",[108]],[[8573,8573],"mapped",[99]],[[8574,8574],"mapped",[100]],[[8575,8575],"mapped",[109]],[[8576,8578],"valid",[],"NV8"],[[8579,8579],"disallowed"],[[8580,8580],"valid"],[[8581,8584],"valid",[],"NV8"],[[8585,8585],"mapped",[48,8260,51]],[[8586,8587],"valid",[],"NV8"],[[8588,8591],"disallowed"],[[8592,8682],"valid",[],"NV8"],[[8683,8691],"valid",[],"NV8"],[[8692,8703],"valid",[],"NV8"],[[8704,8747],"valid",[],"NV8"],[[8748,8748],"mapped",[8747,8747]],[[8749,8749],"mapped",[8747,8747,8747]],[[8750,8750],"valid",[],"NV8"],[[8751,8751],"mapped",[8750,8750]],[[8752,8752],"mapped",[8750,8750,8750]],[[8753,8799],"valid",[],"NV8"],[[8800,8800],"disallowed_STD3_valid"],[[8801,8813],"valid",[],"NV8"],[[8814,8815],"disallowed_STD3_valid"],[[8816,8945],"valid",[],"NV8"],[[8946,8959],"valid",[],"NV8"],[[8960,8960],"valid",[],"NV8"],[[8961,8961],"valid",[],"NV8"],[[8962,9e3],"valid",[],"NV8"],[[9001,9001],"mapped",[12296]],[[9002,9002],"mapped",[12297]],[[9003,9082],"valid",[],"NV8"],[[9083,9083],"valid",[],"NV8"],[[9084,9084],"valid",[],"NV8"],[[9085,9114],"valid",[],"NV8"],[[9115,9166],"valid",[],"NV8"],[[9167,9168],"valid",[],"NV8"],[[9169,9179],"valid",[],"NV8"],[[9180,9191],"valid",[],"NV8"],[[9192,9192],"valid",[],"NV8"],[[9193,9203],"valid",[],"NV8"],[[9204,9210],"valid",[],"NV8"],[[9211,9215],"disallowed"],[[9216,9252],"valid",[],"NV8"],[[9253,9254],"valid",[],"NV8"],[[9255,9279],"disallowed"],[[9280,9290],"valid",[],"NV8"],[[9291,9311],"disallowed"],[[9312,9312],"mapped",[49]],[[9313,9313],"mapped",[50]],[[9314,9314],"mapped",[51]],[[9315,9315],"mapped",[52]],[[9316,9316],"mapped",[53]],[[9317,9317],"mapped",[54]],[[9318,9318],"mapped",[55]],[[9319,9319],"mapped",[56]],[[9320,9320],"mapped",[57]],[[9321,9321],"mapped",[49,48]],[[9322,9322],"mapped",[49,49]],[[9323,9323],"mapped",[49,50]],[[9324,9324],"mapped",[49,51]],[[9325,9325],"mapped",[49,52]],[[9326,9326],"mapped",[49,53]],[[9327,9327],"mapped",[49,54]],[[9328,9328],"mapped",[49,55]],[[9329,9329],"mapped",[49,56]],[[9330,9330],"mapped",[49,57]],[[9331,9331],"mapped",[50,48]],[[9332,9332],"disallowed_STD3_mapped",[40,49,41]],[[9333,9333],"disallowed_STD3_mapped",[40,50,41]],[[9334,9334],"disallowed_STD3_mapped",[40,51,41]],[[9335,9335],"disallowed_STD3_mapped",[40,52,41]],[[9336,9336],"disallowed_STD3_mapped",[40,53,41]],[[9337,9337],"disallowed_STD3_mapped",[40,54,41]],[[9338,9338],"disallowed_STD3_mapped",[40,55,41]],[[9339,9339],"disallowed_STD3_mapped",[40,56,41]],[[9340,9340],"disallowed_STD3_mapped",[40,57,41]],[[9341,9341],"disallowed_STD3_mapped",[40,49,48,41]],[[9342,9342],"disallowed_STD3_mapped",[40,49,49,41]],[[9343,9343],"disallowed_STD3_mapped",[40,49,50,41]],[[9344,9344],"disallowed_STD3_mapped",[40,49,51,41]],[[9345,9345],"disallowed_STD3_mapped",[40,49,52,41]],[[9346,9346],"disallowed_STD3_mapped",[40,49,53,41]],[[9347,9347],"disallowed_STD3_mapped",[40,49,54,41]],[[9348,9348],"disallowed_STD3_mapped",[40,49,55,41]],[[9349,9349],"disallowed_STD3_mapped",[40,49,56,41]],[[9350,9350],"disallowed_STD3_mapped",[40,49,57,41]],[[9351,9351],"disallowed_STD3_mapped",[40,50,48,41]],[[9352,9371],"disallowed"],[[9372,9372],"disallowed_STD3_mapped",[40,97,41]],[[9373,9373],"disallowed_STD3_mapped",[40,98,41]],[[9374,9374],"disallowed_STD3_mapped",[40,99,41]],[[9375,9375],"disallowed_STD3_mapped",[40,100,41]],[[9376,9376],"disallowed_STD3_mapped",[40,101,41]],[[9377,9377],"disallowed_STD3_mapped",[40,102,41]],[[9378,9378],"disallowed_STD3_mapped",[40,103,41]],[[9379,9379],"disallowed_STD3_mapped",[40,104,41]],[[9380,9380],"disallowed_STD3_mapped",[40,105,41]],[[9381,9381],"disallowed_STD3_mapped",[40,106,41]],[[9382,9382],"disallowed_STD3_mapped",[40,107,41]],[[9383,9383],"disallowed_STD3_mapped",[40,108,41]],[[9384,9384],"disallowed_STD3_mapped",[40,109,41]],[[9385,9385],"disallowed_STD3_mapped",[40,110,41]],[[9386,9386],"disallowed_STD3_mapped",[40,111,41]],[[9387,9387],"disallowed_STD3_mapped",[40,112,41]],[[9388,9388],"disallowed_STD3_mapped",[40,113,41]],[[9389,9389],"disallowed_STD3_mapped",[40,114,41]],[[9390,9390],"disallowed_STD3_mapped",[40,115,41]],[[9391,9391],"disallowed_STD3_mapped",[40,116,41]],[[9392,9392],"disallowed_STD3_mapped",[40,117,41]],[[9393,9393],"disallowed_STD3_mapped",[40,118,41]],[[9394,9394],"disallowed_STD3_mapped",[40,119,41]],[[9395,9395],"disallowed_STD3_mapped",[40,120,41]],[[9396,9396],"disallowed_STD3_mapped",[40,121,41]],[[9397,9397],"disallowed_STD3_mapped",[40,122,41]],[[9398,9398],"mapped",[97]],[[9399,9399],"mapped",[98]],[[9400,9400],"mapped",[99]],[[9401,9401],"mapped",[100]],[[9402,9402],"mapped",[101]],[[9403,9403],"mapped",[102]],[[9404,9404],"mapped",[103]],[[9405,9405],"mapped",[104]],[[9406,9406],"mapped",[105]],[[9407,9407],"mapped",[106]],[[9408,9408],"mapped",[107]],[[9409,9409],"mapped",[108]],[[9410,9410],"mapped",[109]],[[9411,9411],"mapped",[110]],[[9412,9412],"mapped",[111]],[[9413,9413],"mapped",[112]],[[9414,9414],"mapped",[113]],[[9415,9415],"mapped",[114]],[[9416,9416],"mapped",[115]],[[9417,9417],"mapped",[116]],[[9418,9418],"mapped",[117]],[[9419,9419],"mapped",[118]],[[9420,9420],"mapped",[119]],[[9421,9421],"mapped",[120]],[[9422,9422],"mapped",[121]],[[9423,9423],"mapped",[122]],[[9424,9424],"mapped",[97]],[[9425,9425],"mapped",[98]],[[9426,9426],"mapped",[99]],[[9427,9427],"mapped",[100]],[[9428,9428],"mapped",[101]],[[9429,9429],"mapped",[102]],[[9430,9430],"mapped",[103]],[[9431,9431],"mapped",[104]],[[9432,9432],"mapped",[105]],[[9433,9433],"mapped",[106]],[[9434,9434],"mapped",[107]],[[9435,9435],"mapped",[108]],[[9436,9436],"mapped",[109]],[[9437,9437],"mapped",[110]],[[9438,9438],"mapped",[111]],[[9439,9439],"mapped",[112]],[[9440,9440],"mapped",[113]],[[9441,9441],"mapped",[114]],[[9442,9442],"mapped",[115]],[[9443,9443],"mapped",[116]],[[9444,9444],"mapped",[117]],[[9445,9445],"mapped",[118]],[[9446,9446],"mapped",[119]],[[9447,9447],"mapped",[120]],[[9448,9448],"mapped",[121]],[[9449,9449],"mapped",[122]],[[9450,9450],"mapped",[48]],[[9451,9470],"valid",[],"NV8"],[[9471,9471],"valid",[],"NV8"],[[9472,9621],"valid",[],"NV8"],[[9622,9631],"valid",[],"NV8"],[[9632,9711],"valid",[],"NV8"],[[9712,9719],"valid",[],"NV8"],[[9720,9727],"valid",[],"NV8"],[[9728,9747],"valid",[],"NV8"],[[9748,9749],"valid",[],"NV8"],[[9750,9751],"valid",[],"NV8"],[[9752,9752],"valid",[],"NV8"],[[9753,9753],"valid",[],"NV8"],[[9754,9839],"valid",[],"NV8"],[[9840,9841],"valid",[],"NV8"],[[9842,9853],"valid",[],"NV8"],[[9854,9855],"valid",[],"NV8"],[[9856,9865],"valid",[],"NV8"],[[9866,9873],"valid",[],"NV8"],[[9874,9884],"valid",[],"NV8"],[[9885,9885],"valid",[],"NV8"],[[9886,9887],"valid",[],"NV8"],[[9888,9889],"valid",[],"NV8"],[[9890,9905],"valid",[],"NV8"],[[9906,9906],"valid",[],"NV8"],[[9907,9916],"valid",[],"NV8"],[[9917,9919],"valid",[],"NV8"],[[9920,9923],"valid",[],"NV8"],[[9924,9933],"valid",[],"NV8"],[[9934,9934],"valid",[],"NV8"],[[9935,9953],"valid",[],"NV8"],[[9954,9954],"valid",[],"NV8"],[[9955,9955],"valid",[],"NV8"],[[9956,9959],"valid",[],"NV8"],[[9960,9983],"valid",[],"NV8"],[[9984,9984],"valid",[],"NV8"],[[9985,9988],"valid",[],"NV8"],[[9989,9989],"valid",[],"NV8"],[[9990,9993],"valid",[],"NV8"],[[9994,9995],"valid",[],"NV8"],[[9996,10023],"valid",[],"NV8"],[[10024,10024],"valid",[],"NV8"],[[10025,10059],"valid",[],"NV8"],[[10060,10060],"valid",[],"NV8"],[[10061,10061],"valid",[],"NV8"],[[10062,10062],"valid",[],"NV8"],[[10063,10066],"valid",[],"NV8"],[[10067,10069],"valid",[],"NV8"],[[10070,10070],"valid",[],"NV8"],[[10071,10071],"valid",[],"NV8"],[[10072,10078],"valid",[],"NV8"],[[10079,10080],"valid",[],"NV8"],[[10081,10087],"valid",[],"NV8"],[[10088,10101],"valid",[],"NV8"],[[10102,10132],"valid",[],"NV8"],[[10133,10135],"valid",[],"NV8"],[[10136,10159],"valid",[],"NV8"],[[10160,10160],"valid",[],"NV8"],[[10161,10174],"valid",[],"NV8"],[[10175,10175],"valid",[],"NV8"],[[10176,10182],"valid",[],"NV8"],[[10183,10186],"valid",[],"NV8"],[[10187,10187],"valid",[],"NV8"],[[10188,10188],"valid",[],"NV8"],[[10189,10189],"valid",[],"NV8"],[[10190,10191],"valid",[],"NV8"],[[10192,10219],"valid",[],"NV8"],[[10220,10223],"valid",[],"NV8"],[[10224,10239],"valid",[],"NV8"],[[10240,10495],"valid",[],"NV8"],[[10496,10763],"valid",[],"NV8"],[[10764,10764],"mapped",[8747,8747,8747,8747]],[[10765,10867],"valid",[],"NV8"],[[10868,10868],"disallowed_STD3_mapped",[58,58,61]],[[10869,10869],"disallowed_STD3_mapped",[61,61]],[[10870,10870],"disallowed_STD3_mapped",[61,61,61]],[[10871,10971],"valid",[],"NV8"],[[10972,10972],"mapped",[10973,824]],[[10973,11007],"valid",[],"NV8"],[[11008,11021],"valid",[],"NV8"],[[11022,11027],"valid",[],"NV8"],[[11028,11034],"valid",[],"NV8"],[[11035,11039],"valid",[],"NV8"],[[11040,11043],"valid",[],"NV8"],[[11044,11084],"valid",[],"NV8"],[[11085,11087],"valid",[],"NV8"],[[11088,11092],"valid",[],"NV8"],[[11093,11097],"valid",[],"NV8"],[[11098,11123],"valid",[],"NV8"],[[11124,11125],"disallowed"],[[11126,11157],"valid",[],"NV8"],[[11158,11159],"disallowed"],[[11160,11193],"valid",[],"NV8"],[[11194,11196],"disallowed"],[[11197,11208],"valid",[],"NV8"],[[11209,11209],"disallowed"],[[11210,11217],"valid",[],"NV8"],[[11218,11243],"disallowed"],[[11244,11247],"valid",[],"NV8"],[[11248,11263],"disallowed"],[[11264,11264],"mapped",[11312]],[[11265,11265],"mapped",[11313]],[[11266,11266],"mapped",[11314]],[[11267,11267],"mapped",[11315]],[[11268,11268],"mapped",[11316]],[[11269,11269],"mapped",[11317]],[[11270,11270],"mapped",[11318]],[[11271,11271],"mapped",[11319]],[[11272,11272],"mapped",[11320]],[[11273,11273],"mapped",[11321]],[[11274,11274],"mapped",[11322]],[[11275,11275],"mapped",[11323]],[[11276,11276],"mapped",[11324]],[[11277,11277],"mapped",[11325]],[[11278,11278],"mapped",[11326]],[[11279,11279],"mapped",[11327]],[[11280,11280],"mapped",[11328]],[[11281,11281],"mapped",[11329]],[[11282,11282],"mapped",[11330]],[[11283,11283],"mapped",[11331]],[[11284,11284],"mapped",[11332]],[[11285,11285],"mapped",[11333]],[[11286,11286],"mapped",[11334]],[[11287,11287],"mapped",[11335]],[[11288,11288],"mapped",[11336]],[[11289,11289],"mapped",[11337]],[[11290,11290],"mapped",[11338]],[[11291,11291],"mapped",[11339]],[[11292,11292],"mapped",[11340]],[[11293,11293],"mapped",[11341]],[[11294,11294],"mapped",[11342]],[[11295,11295],"mapped",[11343]],[[11296,11296],"mapped",[11344]],[[11297,11297],"mapped",[11345]],[[11298,11298],"mapped",[11346]],[[11299,11299],"mapped",[11347]],[[11300,11300],"mapped",[11348]],[[11301,11301],"mapped",[11349]],[[11302,11302],"mapped",[11350]],[[11303,11303],"mapped",[11351]],[[11304,11304],"mapped",[11352]],[[11305,11305],"mapped",[11353]],[[11306,11306],"mapped",[11354]],[[11307,11307],"mapped",[11355]],[[11308,11308],"mapped",[11356]],[[11309,11309],"mapped",[11357]],[[11310,11310],"mapped",[11358]],[[11311,11311],"disallowed"],[[11312,11358],"valid"],[[11359,11359],"disallowed"],[[11360,11360],"mapped",[11361]],[[11361,11361],"valid"],[[11362,11362],"mapped",[619]],[[11363,11363],"mapped",[7549]],[[11364,11364],"mapped",[637]],[[11365,11366],"valid"],[[11367,11367],"mapped",[11368]],[[11368,11368],"valid"],[[11369,11369],"mapped",[11370]],[[11370,11370],"valid"],[[11371,11371],"mapped",[11372]],[[11372,11372],"valid"],[[11373,11373],"mapped",[593]],[[11374,11374],"mapped",[625]],[[11375,11375],"mapped",[592]],[[11376,11376],"mapped",[594]],[[11377,11377],"valid"],[[11378,11378],"mapped",[11379]],[[11379,11379],"valid"],[[11380,11380],"valid"],[[11381,11381],"mapped",[11382]],[[11382,11383],"valid"],[[11384,11387],"valid"],[[11388,11388],"mapped",[106]],[[11389,11389],"mapped",[118]],[[11390,11390],"mapped",[575]],[[11391,11391],"mapped",[576]],[[11392,11392],"mapped",[11393]],[[11393,11393],"valid"],[[11394,11394],"mapped",[11395]],[[11395,11395],"valid"],[[11396,11396],"mapped",[11397]],[[11397,11397],"valid"],[[11398,11398],"mapped",[11399]],[[11399,11399],"valid"],[[11400,11400],"mapped",[11401]],[[11401,11401],"valid"],[[11402,11402],"mapped",[11403]],[[11403,11403],"valid"],[[11404,11404],"mapped",[11405]],[[11405,11405],"valid"],[[11406,11406],"mapped",[11407]],[[11407,11407],"valid"],[[11408,11408],"mapped",[11409]],[[11409,11409],"valid"],[[11410,11410],"mapped",[11411]],[[11411,11411],"valid"],[[11412,11412],"mapped",[11413]],[[11413,11413],"valid"],[[11414,11414],"mapped",[11415]],[[11415,11415],"valid"],[[11416,11416],"mapped",[11417]],[[11417,11417],"valid"],[[11418,11418],"mapped",[11419]],[[11419,11419],"valid"],[[11420,11420],"mapped",[11421]],[[11421,11421],"valid"],[[11422,11422],"mapped",[11423]],[[11423,11423],"valid"],[[11424,11424],"mapped",[11425]],[[11425,11425],"valid"],[[11426,11426],"mapped",[11427]],[[11427,11427],"valid"],[[11428,11428],"mapped",[11429]],[[11429,11429],"valid"],[[11430,11430],"mapped",[11431]],[[11431,11431],"valid"],[[11432,11432],"mapped",[11433]],[[11433,11433],"valid"],[[11434,11434],"mapped",[11435]],[[11435,11435],"valid"],[[11436,11436],"mapped",[11437]],[[11437,11437],"valid"],[[11438,11438],"mapped",[11439]],[[11439,11439],"valid"],[[11440,11440],"mapped",[11441]],[[11441,11441],"valid"],[[11442,11442],"mapped",[11443]],[[11443,11443],"valid"],[[11444,11444],"mapped",[11445]],[[11445,11445],"valid"],[[11446,11446],"mapped",[11447]],[[11447,11447],"valid"],[[11448,11448],"mapped",[11449]],[[11449,11449],"valid"],[[11450,11450],"mapped",[11451]],[[11451,11451],"valid"],[[11452,11452],"mapped",[11453]],[[11453,11453],"valid"],[[11454,11454],"mapped",[11455]],[[11455,11455],"valid"],[[11456,11456],"mapped",[11457]],[[11457,11457],"valid"],[[11458,11458],"mapped",[11459]],[[11459,11459],"valid"],[[11460,11460],"mapped",[11461]],[[11461,11461],"valid"],[[11462,11462],"mapped",[11463]],[[11463,11463],"valid"],[[11464,11464],"mapped",[11465]],[[11465,11465],"valid"],[[11466,11466],"mapped",[11467]],[[11467,11467],"valid"],[[11468,11468],"mapped",[11469]],[[11469,11469],"valid"],[[11470,11470],"mapped",[11471]],[[11471,11471],"valid"],[[11472,11472],"mapped",[11473]],[[11473,11473],"valid"],[[11474,11474],"mapped",[11475]],[[11475,11475],"valid"],[[11476,11476],"mapped",[11477]],[[11477,11477],"valid"],[[11478,11478],"mapped",[11479]],[[11479,11479],"valid"],[[11480,11480],"mapped",[11481]],[[11481,11481],"valid"],[[11482,11482],"mapped",[11483]],[[11483,11483],"valid"],[[11484,11484],"mapped",[11485]],[[11485,11485],"valid"],[[11486,11486],"mapped",[11487]],[[11487,11487],"valid"],[[11488,11488],"mapped",[11489]],[[11489,11489],"valid"],[[11490,11490],"mapped",[11491]],[[11491,11492],"valid"],[[11493,11498],"valid",[],"NV8"],[[11499,11499],"mapped",[11500]],[[11500,11500],"valid"],[[11501,11501],"mapped",[11502]],[[11502,11505],"valid"],[[11506,11506],"mapped",[11507]],[[11507,11507],"valid"],[[11508,11512],"disallowed"],[[11513,11519],"valid",[],"NV8"],[[11520,11557],"valid"],[[11558,11558],"disallowed"],[[11559,11559],"valid"],[[11560,11564],"disallowed"],[[11565,11565],"valid"],[[11566,11567],"disallowed"],[[11568,11621],"valid"],[[11622,11623],"valid"],[[11624,11630],"disallowed"],[[11631,11631],"mapped",[11617]],[[11632,11632],"valid",[],"NV8"],[[11633,11646],"disallowed"],[[11647,11647],"valid"],[[11648,11670],"valid"],[[11671,11679],"disallowed"],[[11680,11686],"valid"],[[11687,11687],"disallowed"],[[11688,11694],"valid"],[[11695,11695],"disallowed"],[[11696,11702],"valid"],[[11703,11703],"disallowed"],[[11704,11710],"valid"],[[11711,11711],"disallowed"],[[11712,11718],"valid"],[[11719,11719],"disallowed"],[[11720,11726],"valid"],[[11727,11727],"disallowed"],[[11728,11734],"valid"],[[11735,11735],"disallowed"],[[11736,11742],"valid"],[[11743,11743],"disallowed"],[[11744,11775],"valid"],[[11776,11799],"valid",[],"NV8"],[[11800,11803],"valid",[],"NV8"],[[11804,11805],"valid",[],"NV8"],[[11806,11822],"valid",[],"NV8"],[[11823,11823],"valid"],[[11824,11824],"valid",[],"NV8"],[[11825,11825],"valid",[],"NV8"],[[11826,11835],"valid",[],"NV8"],[[11836,11842],"valid",[],"NV8"],[[11843,11903],"disallowed"],[[11904,11929],"valid",[],"NV8"],[[11930,11930],"disallowed"],[[11931,11934],"valid",[],"NV8"],[[11935,11935],"mapped",[27597]],[[11936,12018],"valid",[],"NV8"],[[12019,12019],"mapped",[40863]],[[12020,12031],"disallowed"],[[12032,12032],"mapped",[19968]],[[12033,12033],"mapped",[20008]],[[12034,12034],"mapped",[20022]],[[12035,12035],"mapped",[20031]],[[12036,12036],"mapped",[20057]],[[12037,12037],"mapped",[20101]],[[12038,12038],"mapped",[20108]],[[12039,12039],"mapped",[20128]],[[12040,12040],"mapped",[20154]],[[12041,12041],"mapped",[20799]],[[12042,12042],"mapped",[20837]],[[12043,12043],"mapped",[20843]],[[12044,12044],"mapped",[20866]],[[12045,12045],"mapped",[20886]],[[12046,12046],"mapped",[20907]],[[12047,12047],"mapped",[20960]],[[12048,12048],"mapped",[20981]],[[12049,12049],"mapped",[20992]],[[12050,12050],"mapped",[21147]],[[12051,12051],"mapped",[21241]],[[12052,12052],"mapped",[21269]],[[12053,12053],"mapped",[21274]],[[12054,12054],"mapped",[21304]],[[12055,12055],"mapped",[21313]],[[12056,12056],"mapped",[21340]],[[12057,12057],"mapped",[21353]],[[12058,12058],"mapped",[21378]],[[12059,12059],"mapped",[21430]],[[12060,12060],"mapped",[21448]],[[12061,12061],"mapped",[21475]],[[12062,12062],"mapped",[22231]],[[12063,12063],"mapped",[22303]],[[12064,12064],"mapped",[22763]],[[12065,12065],"mapped",[22786]],[[12066,12066],"mapped",[22794]],[[12067,12067],"mapped",[22805]],[[12068,12068],"mapped",[22823]],[[12069,12069],"mapped",[22899]],[[12070,12070],"mapped",[23376]],[[12071,12071],"mapped",[23424]],[[12072,12072],"mapped",[23544]],[[12073,12073],"mapped",[23567]],[[12074,12074],"mapped",[23586]],[[12075,12075],"mapped",[23608]],[[12076,12076],"mapped",[23662]],[[12077,12077],"mapped",[23665]],[[12078,12078],"mapped",[24027]],[[12079,12079],"mapped",[24037]],[[12080,12080],"mapped",[24049]],[[12081,12081],"mapped",[24062]],[[12082,12082],"mapped",[24178]],[[12083,12083],"mapped",[24186]],[[12084,12084],"mapped",[24191]],[[12085,12085],"mapped",[24308]],[[12086,12086],"mapped",[24318]],[[12087,12087],"mapped",[24331]],[[12088,12088],"mapped",[24339]],[[12089,12089],"mapped",[24400]],[[12090,12090],"mapped",[24417]],[[12091,12091],"mapped",[24435]],[[12092,12092],"mapped",[24515]],[[12093,12093],"mapped",[25096]],[[12094,12094],"mapped",[25142]],[[12095,12095],"mapped",[25163]],[[12096,12096],"mapped",[25903]],[[12097,12097],"mapped",[25908]],[[12098,12098],"mapped",[25991]],[[12099,12099],"mapped",[26007]],[[12100,12100],"mapped",[26020]],[[12101,12101],"mapped",[26041]],[[12102,12102],"mapped",[26080]],[[12103,12103],"mapped",[26085]],[[12104,12104],"mapped",[26352]],[[12105,12105],"mapped",[26376]],[[12106,12106],"mapped",[26408]],[[12107,12107],"mapped",[27424]],[[12108,12108],"mapped",[27490]],[[12109,12109],"mapped",[27513]],[[12110,12110],"mapped",[27571]],[[12111,12111],"mapped",[27595]],[[12112,12112],"mapped",[27604]],[[12113,12113],"mapped",[27611]],[[12114,12114],"mapped",[27663]],[[12115,12115],"mapped",[27668]],[[12116,12116],"mapped",[27700]],[[12117,12117],"mapped",[28779]],[[12118,12118],"mapped",[29226]],[[12119,12119],"mapped",[29238]],[[12120,12120],"mapped",[29243]],[[12121,12121],"mapped",[29247]],[[12122,12122],"mapped",[29255]],[[12123,12123],"mapped",[29273]],[[12124,12124],"mapped",[29275]],[[12125,12125],"mapped",[29356]],[[12126,12126],"mapped",[29572]],[[12127,12127],"mapped",[29577]],[[12128,12128],"mapped",[29916]],[[12129,12129],"mapped",[29926]],[[12130,12130],"mapped",[29976]],[[12131,12131],"mapped",[29983]],[[12132,12132],"mapped",[29992]],[[12133,12133],"mapped",[3e4]],[[12134,12134],"mapped",[30091]],[[12135,12135],"mapped",[30098]],[[12136,12136],"mapped",[30326]],[[12137,12137],"mapped",[30333]],[[12138,12138],"mapped",[30382]],[[12139,12139],"mapped",[30399]],[[12140,12140],"mapped",[30446]],[[12141,12141],"mapped",[30683]],[[12142,12142],"mapped",[30690]],[[12143,12143],"mapped",[30707]],[[12144,12144],"mapped",[31034]],[[12145,12145],"mapped",[31160]],[[12146,12146],"mapped",[31166]],[[12147,12147],"mapped",[31348]],[[12148,12148],"mapped",[31435]],[[12149,12149],"mapped",[31481]],[[12150,12150],"mapped",[31859]],[[12151,12151],"mapped",[31992]],[[12152,12152],"mapped",[32566]],[[12153,12153],"mapped",[32593]],[[12154,12154],"mapped",[32650]],[[12155,12155],"mapped",[32701]],[[12156,12156],"mapped",[32769]],[[12157,12157],"mapped",[32780]],[[12158,12158],"mapped",[32786]],[[12159,12159],"mapped",[32819]],[[12160,12160],"mapped",[32895]],[[12161,12161],"mapped",[32905]],[[12162,12162],"mapped",[33251]],[[12163,12163],"mapped",[33258]],[[12164,12164],"mapped",[33267]],[[12165,12165],"mapped",[33276]],[[12166,12166],"mapped",[33292]],[[12167,12167],"mapped",[33307]],[[12168,12168],"mapped",[33311]],[[12169,12169],"mapped",[33390]],[[12170,12170],"mapped",[33394]],[[12171,12171],"mapped",[33400]],[[12172,12172],"mapped",[34381]],[[12173,12173],"mapped",[34411]],[[12174,12174],"mapped",[34880]],[[12175,12175],"mapped",[34892]],[[12176,12176],"mapped",[34915]],[[12177,12177],"mapped",[35198]],[[12178,12178],"mapped",[35211]],[[12179,12179],"mapped",[35282]],[[12180,12180],"mapped",[35328]],[[12181,12181],"mapped",[35895]],[[12182,12182],"mapped",[35910]],[[12183,12183],"mapped",[35925]],[[12184,12184],"mapped",[35960]],[[12185,12185],"mapped",[35997]],[[12186,12186],"mapped",[36196]],[[12187,12187],"mapped",[36208]],[[12188,12188],"mapped",[36275]],[[12189,12189],"mapped",[36523]],[[12190,12190],"mapped",[36554]],[[12191,12191],"mapped",[36763]],[[12192,12192],"mapped",[36784]],[[12193,12193],"mapped",[36789]],[[12194,12194],"mapped",[37009]],[[12195,12195],"mapped",[37193]],[[12196,12196],"mapped",[37318]],[[12197,12197],"mapped",[37324]],[[12198,12198],"mapped",[37329]],[[12199,12199],"mapped",[38263]],[[12200,12200],"mapped",[38272]],[[12201,12201],"mapped",[38428]],[[12202,12202],"mapped",[38582]],[[12203,12203],"mapped",[38585]],[[12204,12204],"mapped",[38632]],[[12205,12205],"mapped",[38737]],[[12206,12206],"mapped",[38750]],[[12207,12207],"mapped",[38754]],[[12208,12208],"mapped",[38761]],[[12209,12209],"mapped",[38859]],[[12210,12210],"mapped",[38893]],[[12211,12211],"mapped",[38899]],[[12212,12212],"mapped",[38913]],[[12213,12213],"mapped",[39080]],[[12214,12214],"mapped",[39131]],[[12215,12215],"mapped",[39135]],[[12216,12216],"mapped",[39318]],[[12217,12217],"mapped",[39321]],[[12218,12218],"mapped",[39340]],[[12219,12219],"mapped",[39592]],[[12220,12220],"mapped",[39640]],[[12221,12221],"mapped",[39647]],[[12222,12222],"mapped",[39717]],[[12223,12223],"mapped",[39727]],[[12224,12224],"mapped",[39730]],[[12225,12225],"mapped",[39740]],[[12226,12226],"mapped",[39770]],[[12227,12227],"mapped",[40165]],[[12228,12228],"mapped",[40565]],[[12229,12229],"mapped",[40575]],[[12230,12230],"mapped",[40613]],[[12231,12231],"mapped",[40635]],[[12232,12232],"mapped",[40643]],[[12233,12233],"mapped",[40653]],[[12234,12234],"mapped",[40657]],[[12235,12235],"mapped",[40697]],[[12236,12236],"mapped",[40701]],[[12237,12237],"mapped",[40718]],[[12238,12238],"mapped",[40723]],[[12239,12239],"mapped",[40736]],[[12240,12240],"mapped",[40763]],[[12241,12241],"mapped",[40778]],[[12242,12242],"mapped",[40786]],[[12243,12243],"mapped",[40845]],[[12244,12244],"mapped",[40860]],[[12245,12245],"mapped",[40864]],[[12246,12271],"disallowed"],[[12272,12283],"disallowed"],[[12284,12287],"disallowed"],[[12288,12288],"disallowed_STD3_mapped",[32]],[[12289,12289],"valid",[],"NV8"],[[12290,12290],"mapped",[46]],[[12291,12292],"valid",[],"NV8"],[[12293,12295],"valid"],[[12296,12329],"valid",[],"NV8"],[[12330,12333],"valid"],[[12334,12341],"valid",[],"NV8"],[[12342,12342],"mapped",[12306]],[[12343,12343],"valid",[],"NV8"],[[12344,12344],"mapped",[21313]],[[12345,12345],"mapped",[21316]],[[12346,12346],"mapped",[21317]],[[12347,12347],"valid",[],"NV8"],[[12348,12348],"valid"],[[12349,12349],"valid",[],"NV8"],[[12350,12350],"valid",[],"NV8"],[[12351,12351],"valid",[],"NV8"],[[12352,12352],"disallowed"],[[12353,12436],"valid"],[[12437,12438],"valid"],[[12439,12440],"disallowed"],[[12441,12442],"valid"],[[12443,12443],"disallowed_STD3_mapped",[32,12441]],[[12444,12444],"disallowed_STD3_mapped",[32,12442]],[[12445,12446],"valid"],[[12447,12447],"mapped",[12424,12426]],[[12448,12448],"valid",[],"NV8"],[[12449,12542],"valid"],[[12543,12543],"mapped",[12467,12488]],[[12544,12548],"disallowed"],[[12549,12588],"valid"],[[12589,12589],"valid"],[[12590,12592],"disallowed"],[[12593,12593],"mapped",[4352]],[[12594,12594],"mapped",[4353]],[[12595,12595],"mapped",[4522]],[[12596,12596],"mapped",[4354]],[[12597,12597],"mapped",[4524]],[[12598,12598],"mapped",[4525]],[[12599,12599],"mapped",[4355]],[[12600,12600],"mapped",[4356]],[[12601,12601],"mapped",[4357]],[[12602,12602],"mapped",[4528]],[[12603,12603],"mapped",[4529]],[[12604,12604],"mapped",[4530]],[[12605,12605],"mapped",[4531]],[[12606,12606],"mapped",[4532]],[[12607,12607],"mapped",[4533]],[[12608,12608],"mapped",[4378]],[[12609,12609],"mapped",[4358]],[[12610,12610],"mapped",[4359]],[[12611,12611],"mapped",[4360]],[[12612,12612],"mapped",[4385]],[[12613,12613],"mapped",[4361]],[[12614,12614],"mapped",[4362]],[[12615,12615],"mapped",[4363]],[[12616,12616],"mapped",[4364]],[[12617,12617],"mapped",[4365]],[[12618,12618],"mapped",[4366]],[[12619,12619],"mapped",[4367]],[[12620,12620],"mapped",[4368]],[[12621,12621],"mapped",[4369]],[[12622,12622],"mapped",[4370]],[[12623,12623],"mapped",[4449]],[[12624,12624],"mapped",[4450]],[[12625,12625],"mapped",[4451]],[[12626,12626],"mapped",[4452]],[[12627,12627],"mapped",[4453]],[[12628,12628],"mapped",[4454]],[[12629,12629],"mapped",[4455]],[[12630,12630],"mapped",[4456]],[[12631,12631],"mapped",[4457]],[[12632,12632],"mapped",[4458]],[[12633,12633],"mapped",[4459]],[[12634,12634],"mapped",[4460]],[[12635,12635],"mapped",[4461]],[[12636,12636],"mapped",[4462]],[[12637,12637],"mapped",[4463]],[[12638,12638],"mapped",[4464]],[[12639,12639],"mapped",[4465]],[[12640,12640],"mapped",[4466]],[[12641,12641],"mapped",[4467]],[[12642,12642],"mapped",[4468]],[[12643,12643],"mapped",[4469]],[[12644,12644],"disallowed"],[[12645,12645],"mapped",[4372]],[[12646,12646],"mapped",[4373]],[[12647,12647],"mapped",[4551]],[[12648,12648],"mapped",[4552]],[[12649,12649],"mapped",[4556]],[[12650,12650],"mapped",[4558]],[[12651,12651],"mapped",[4563]],[[12652,12652],"mapped",[4567]],[[12653,12653],"mapped",[4569]],[[12654,12654],"mapped",[4380]],[[12655,12655],"mapped",[4573]],[[12656,12656],"mapped",[4575]],[[12657,12657],"mapped",[4381]],[[12658,12658],"mapped",[4382]],[[12659,12659],"mapped",[4384]],[[12660,12660],"mapped",[4386]],[[12661,12661],"mapped",[4387]],[[12662,12662],"mapped",[4391]],[[12663,12663],"mapped",[4393]],[[12664,12664],"mapped",[4395]],[[12665,12665],"mapped",[4396]],[[12666,12666],"mapped",[4397]],[[12667,12667],"mapped",[4398]],[[12668,12668],"mapped",[4399]],[[12669,12669],"mapped",[4402]],[[12670,12670],"mapped",[4406]],[[12671,12671],"mapped",[4416]],[[12672,12672],"mapped",[4423]],[[12673,12673],"mapped",[4428]],[[12674,12674],"mapped",[4593]],[[12675,12675],"mapped",[4594]],[[12676,12676],"mapped",[4439]],[[12677,12677],"mapped",[4440]],[[12678,12678],"mapped",[4441]],[[12679,12679],"mapped",[4484]],[[12680,12680],"mapped",[4485]],[[12681,12681],"mapped",[4488]],[[12682,12682],"mapped",[4497]],[[12683,12683],"mapped",[4498]],[[12684,12684],"mapped",[4500]],[[12685,12685],"mapped",[4510]],[[12686,12686],"mapped",[4513]],[[12687,12687],"disallowed"],[[12688,12689],"valid",[],"NV8"],[[12690,12690],"mapped",[19968]],[[12691,12691],"mapped",[20108]],[[12692,12692],"mapped",[19977]],[[12693,12693],"mapped",[22235]],[[12694,12694],"mapped",[19978]],[[12695,12695],"mapped",[20013]],[[12696,12696],"mapped",[19979]],[[12697,12697],"mapped",[30002]],[[12698,12698],"mapped",[20057]],[[12699,12699],"mapped",[19993]],[[12700,12700],"mapped",[19969]],[[12701,12701],"mapped",[22825]],[[12702,12702],"mapped",[22320]],[[12703,12703],"mapped",[20154]],[[12704,12727],"valid"],[[12728,12730],"valid"],[[12731,12735],"disallowed"],[[12736,12751],"valid",[],"NV8"],[[12752,12771],"valid",[],"NV8"],[[12772,12783],"disallowed"],[[12784,12799],"valid"],[[12800,12800],"disallowed_STD3_mapped",[40,4352,41]],[[12801,12801],"disallowed_STD3_mapped",[40,4354,41]],[[12802,12802],"disallowed_STD3_mapped",[40,4355,41]],[[12803,12803],"disallowed_STD3_mapped",[40,4357,41]],[[12804,12804],"disallowed_STD3_mapped",[40,4358,41]],[[12805,12805],"disallowed_STD3_mapped",[40,4359,41]],[[12806,12806],"disallowed_STD3_mapped",[40,4361,41]],[[12807,12807],"disallowed_STD3_mapped",[40,4363,41]],[[12808,12808],"disallowed_STD3_mapped",[40,4364,41]],[[12809,12809],"disallowed_STD3_mapped",[40,4366,41]],[[12810,12810],"disallowed_STD3_mapped",[40,4367,41]],[[12811,12811],"disallowed_STD3_mapped",[40,4368,41]],[[12812,12812],"disallowed_STD3_mapped",[40,4369,41]],[[12813,12813],"disallowed_STD3_mapped",[40,4370,41]],[[12814,12814],"disallowed_STD3_mapped",[40,44032,41]],[[12815,12815],"disallowed_STD3_mapped",[40,45208,41]],[[12816,12816],"disallowed_STD3_mapped",[40,45796,41]],[[12817,12817],"disallowed_STD3_mapped",[40,46972,41]],[[12818,12818],"disallowed_STD3_mapped",[40,47560,41]],[[12819,12819],"disallowed_STD3_mapped",[40,48148,41]],[[12820,12820],"disallowed_STD3_mapped",[40,49324,41]],[[12821,12821],"disallowed_STD3_mapped",[40,50500,41]],[[12822,12822],"disallowed_STD3_mapped",[40,51088,41]],[[12823,12823],"disallowed_STD3_mapped",[40,52264,41]],[[12824,12824],"disallowed_STD3_mapped",[40,52852,41]],[[12825,12825],"disallowed_STD3_mapped",[40,53440,41]],[[12826,12826],"disallowed_STD3_mapped",[40,54028,41]],[[12827,12827],"disallowed_STD3_mapped",[40,54616,41]],[[12828,12828],"disallowed_STD3_mapped",[40,51452,41]],[[12829,12829],"disallowed_STD3_mapped",[40,50724,51204,41]],[[12830,12830],"disallowed_STD3_mapped",[40,50724,54980,41]],[[12831,12831],"disallowed"],[[12832,12832],"disallowed_STD3_mapped",[40,19968,41]],[[12833,12833],"disallowed_STD3_mapped",[40,20108,41]],[[12834,12834],"disallowed_STD3_mapped",[40,19977,41]],[[12835,12835],"disallowed_STD3_mapped",[40,22235,41]],[[12836,12836],"disallowed_STD3_mapped",[40,20116,41]],[[12837,12837],"disallowed_STD3_mapped",[40,20845,41]],[[12838,12838],"disallowed_STD3_mapped",[40,19971,41]],[[12839,12839],"disallowed_STD3_mapped",[40,20843,41]],[[12840,12840],"disallowed_STD3_mapped",[40,20061,41]],[[12841,12841],"disallowed_STD3_mapped",[40,21313,41]],[[12842,12842],"disallowed_STD3_mapped",[40,26376,41]],[[12843,12843],"disallowed_STD3_mapped",[40,28779,41]],[[12844,12844],"disallowed_STD3_mapped",[40,27700,41]],[[12845,12845],"disallowed_STD3_mapped",[40,26408,41]],[[12846,12846],"disallowed_STD3_mapped",[40,37329,41]],[[12847,12847],"disallowed_STD3_mapped",[40,22303,41]],[[12848,12848],"disallowed_STD3_mapped",[40,26085,41]],[[12849,12849],"disallowed_STD3_mapped",[40,26666,41]],[[12850,12850],"disallowed_STD3_mapped",[40,26377,41]],[[12851,12851],"disallowed_STD3_mapped",[40,31038,41]],[[12852,12852],"disallowed_STD3_mapped",[40,21517,41]],[[12853,12853],"disallowed_STD3_mapped",[40,29305,41]],[[12854,12854],"disallowed_STD3_mapped",[40,36001,41]],[[12855,12855],"disallowed_STD3_mapped",[40,31069,41]],[[12856,12856],"disallowed_STD3_mapped",[40,21172,41]],[[12857,12857],"disallowed_STD3_mapped",[40,20195,41]],[[12858,12858],"disallowed_STD3_mapped",[40,21628,41]],[[12859,12859],"disallowed_STD3_mapped",[40,23398,41]],[[12860,12860],"disallowed_STD3_mapped",[40,30435,41]],[[12861,12861],"disallowed_STD3_mapped",[40,20225,41]],[[12862,12862],"disallowed_STD3_mapped",[40,36039,41]],[[12863,12863],"disallowed_STD3_mapped",[40,21332,41]],[[12864,12864],"disallowed_STD3_mapped",[40,31085,41]],[[12865,12865],"disallowed_STD3_mapped",[40,20241,41]],[[12866,12866],"disallowed_STD3_mapped",[40,33258,41]],[[12867,12867],"disallowed_STD3_mapped",[40,33267,41]],[[12868,12868],"mapped",[21839]],[[12869,12869],"mapped",[24188]],[[12870,12870],"mapped",[25991]],[[12871,12871],"mapped",[31631]],[[12872,12879],"valid",[],"NV8"],[[12880,12880],"mapped",[112,116,101]],[[12881,12881],"mapped",[50,49]],[[12882,12882],"mapped",[50,50]],[[12883,12883],"mapped",[50,51]],[[12884,12884],"mapped",[50,52]],[[12885,12885],"mapped",[50,53]],[[12886,12886],"mapped",[50,54]],[[12887,12887],"mapped",[50,55]],[[12888,12888],"mapped",[50,56]],[[12889,12889],"mapped",[50,57]],[[12890,12890],"mapped",[51,48]],[[12891,12891],"mapped",[51,49]],[[12892,12892],"mapped",[51,50]],[[12893,12893],"mapped",[51,51]],[[12894,12894],"mapped",[51,52]],[[12895,12895],"mapped",[51,53]],[[12896,12896],"mapped",[4352]],[[12897,12897],"mapped",[4354]],[[12898,12898],"mapped",[4355]],[[12899,12899],"mapped",[4357]],[[12900,12900],"mapped",[4358]],[[12901,12901],"mapped",[4359]],[[12902,12902],"mapped",[4361]],[[12903,12903],"mapped",[4363]],[[12904,12904],"mapped",[4364]],[[12905,12905],"mapped",[4366]],[[12906,12906],"mapped",[4367]],[[12907,12907],"mapped",[4368]],[[12908,12908],"mapped",[4369]],[[12909,12909],"mapped",[4370]],[[12910,12910],"mapped",[44032]],[[12911,12911],"mapped",[45208]],[[12912,12912],"mapped",[45796]],[[12913,12913],"mapped",[46972]],[[12914,12914],"mapped",[47560]],[[12915,12915],"mapped",[48148]],[[12916,12916],"mapped",[49324]],[[12917,12917],"mapped",[50500]],[[12918,12918],"mapped",[51088]],[[12919,12919],"mapped",[52264]],[[12920,12920],"mapped",[52852]],[[12921,12921],"mapped",[53440]],[[12922,12922],"mapped",[54028]],[[12923,12923],"mapped",[54616]],[[12924,12924],"mapped",[52280,44256]],[[12925,12925],"mapped",[51452,51032]],[[12926,12926],"mapped",[50864]],[[12927,12927],"valid",[],"NV8"],[[12928,12928],"mapped",[19968]],[[12929,12929],"mapped",[20108]],[[12930,12930],"mapped",[19977]],[[12931,12931],"mapped",[22235]],[[12932,12932],"mapped",[20116]],[[12933,12933],"mapped",[20845]],[[12934,12934],"mapped",[19971]],[[12935,12935],"mapped",[20843]],[[12936,12936],"mapped",[20061]],[[12937,12937],"mapped",[21313]],[[12938,12938],"mapped",[26376]],[[12939,12939],"mapped",[28779]],[[12940,12940],"mapped",[27700]],[[12941,12941],"mapped",[26408]],[[12942,12942],"mapped",[37329]],[[12943,12943],"mapped",[22303]],[[12944,12944],"mapped",[26085]],[[12945,12945],"mapped",[26666]],[[12946,12946],"mapped",[26377]],[[12947,12947],"mapped",[31038]],[[12948,12948],"mapped",[21517]],[[12949,12949],"mapped",[29305]],[[12950,12950],"mapped",[36001]],[[12951,12951],"mapped",[31069]],[[12952,12952],"mapped",[21172]],[[12953,12953],"mapped",[31192]],[[12954,12954],"mapped",[30007]],[[12955,12955],"mapped",[22899]],[[12956,12956],"mapped",[36969]],[[12957,12957],"mapped",[20778]],[[12958,12958],"mapped",[21360]],[[12959,12959],"mapped",[27880]],[[12960,12960],"mapped",[38917]],[[12961,12961],"mapped",[20241]],[[12962,12962],"mapped",[20889]],[[12963,12963],"mapped",[27491]],[[12964,12964],"mapped",[19978]],[[12965,12965],"mapped",[20013]],[[12966,12966],"mapped",[19979]],[[12967,12967],"mapped",[24038]],[[12968,12968],"mapped",[21491]],[[12969,12969],"mapped",[21307]],[[12970,12970],"mapped",[23447]],[[12971,12971],"mapped",[23398]],[[12972,12972],"mapped",[30435]],[[12973,12973],"mapped",[20225]],[[12974,12974],"mapped",[36039]],[[12975,12975],"mapped",[21332]],[[12976,12976],"mapped",[22812]],[[12977,12977],"mapped",[51,54]],[[12978,12978],"mapped",[51,55]],[[12979,12979],"mapped",[51,56]],[[12980,12980],"mapped",[51,57]],[[12981,12981],"mapped",[52,48]],[[12982,12982],"mapped",[52,49]],[[12983,12983],"mapped",[52,50]],[[12984,12984],"mapped",[52,51]],[[12985,12985],"mapped",[52,52]],[[12986,12986],"mapped",[52,53]],[[12987,12987],"mapped",[52,54]],[[12988,12988],"mapped",[52,55]],[[12989,12989],"mapped",[52,56]],[[12990,12990],"mapped",[52,57]],[[12991,12991],"mapped",[53,48]],[[12992,12992],"mapped",[49,26376]],[[12993,12993],"mapped",[50,26376]],[[12994,12994],"mapped",[51,26376]],[[12995,12995],"mapped",[52,26376]],[[12996,12996],"mapped",[53,26376]],[[12997,12997],"mapped",[54,26376]],[[12998,12998],"mapped",[55,26376]],[[12999,12999],"mapped",[56,26376]],[[13e3,13e3],"mapped",[57,26376]],[[13001,13001],"mapped",[49,48,26376]],[[13002,13002],"mapped",[49,49,26376]],[[13003,13003],"mapped",[49,50,26376]],[[13004,13004],"mapped",[104,103]],[[13005,13005],"mapped",[101,114,103]],[[13006,13006],"mapped",[101,118]],[[13007,13007],"mapped",[108,116,100]],[[13008,13008],"mapped",[12450]],[[13009,13009],"mapped",[12452]],[[13010,13010],"mapped",[12454]],[[13011,13011],"mapped",[12456]],[[13012,13012],"mapped",[12458]],[[13013,13013],"mapped",[12459]],[[13014,13014],"mapped",[12461]],[[13015,13015],"mapped",[12463]],[[13016,13016],"mapped",[12465]],[[13017,13017],"mapped",[12467]],[[13018,13018],"mapped",[12469]],[[13019,13019],"mapped",[12471]],[[13020,13020],"mapped",[12473]],[[13021,13021],"mapped",[12475]],[[13022,13022],"mapped",[12477]],[[13023,13023],"mapped",[12479]],[[13024,13024],"mapped",[12481]],[[13025,13025],"mapped",[12484]],[[13026,13026],"mapped",[12486]],[[13027,13027],"mapped",[12488]],[[13028,13028],"mapped",[12490]],[[13029,13029],"mapped",[12491]],[[13030,13030],"mapped",[12492]],[[13031,13031],"mapped",[12493]],[[13032,13032],"mapped",[12494]],[[13033,13033],"mapped",[12495]],[[13034,13034],"mapped",[12498]],[[13035,13035],"mapped",[12501]],[[13036,13036],"mapped",[12504]],[[13037,13037],"mapped",[12507]],[[13038,13038],"mapped",[12510]],[[13039,13039],"mapped",[12511]],[[13040,13040],"mapped",[12512]],[[13041,13041],"mapped",[12513]],[[13042,13042],"mapped",[12514]],[[13043,13043],"mapped",[12516]],[[13044,13044],"mapped",[12518]],[[13045,13045],"mapped",[12520]],[[13046,13046],"mapped",[12521]],[[13047,13047],"mapped",[12522]],[[13048,13048],"mapped",[12523]],[[13049,13049],"mapped",[12524]],[[13050,13050],"mapped",[12525]],[[13051,13051],"mapped",[12527]],[[13052,13052],"mapped",[12528]],[[13053,13053],"mapped",[12529]],[[13054,13054],"mapped",[12530]],[[13055,13055],"disallowed"],[[13056,13056],"mapped",[12450,12497,12540,12488]],[[13057,13057],"mapped",[12450,12523,12501,12449]],[[13058,13058],"mapped",[12450,12531,12506,12450]],[[13059,13059],"mapped",[12450,12540,12523]],[[13060,13060],"mapped",[12452,12491,12531,12464]],[[13061,13061],"mapped",[12452,12531,12481]],[[13062,13062],"mapped",[12454,12457,12531]],[[13063,13063],"mapped",[12456,12473,12463,12540,12489]],[[13064,13064],"mapped",[12456,12540,12459,12540]],[[13065,13065],"mapped",[12458,12531,12473]],[[13066,13066],"mapped",[12458,12540,12512]],[[13067,13067],"mapped",[12459,12452,12522]],[[13068,13068],"mapped",[12459,12521,12483,12488]],[[13069,13069],"mapped",[12459,12525,12522,12540]],[[13070,13070],"mapped",[12460,12525,12531]],[[13071,13071],"mapped",[12460,12531,12510]],[[13072,13072],"mapped",[12462,12460]],[[13073,13073],"mapped",[12462,12491,12540]],[[13074,13074],"mapped",[12461,12517,12522,12540]],[[13075,13075],"mapped",[12462,12523,12480,12540]],[[13076,13076],"mapped",[12461,12525]],[[13077,13077],"mapped",[12461,12525,12464,12521,12512]],[[13078,13078],"mapped",[12461,12525,12513,12540,12488,12523]],[[13079,13079],"mapped",[12461,12525,12527,12483,12488]],[[13080,13080],"mapped",[12464,12521,12512]],[[13081,13081],"mapped",[12464,12521,12512,12488,12531]],[[13082,13082],"mapped",[12463,12523,12476,12452,12525]],[[13083,13083],"mapped",[12463,12525,12540,12493]],[[13084,13084],"mapped",[12465,12540,12473]],[[13085,13085],"mapped",[12467,12523,12490]],[[13086,13086],"mapped",[12467,12540,12509]],[[13087,13087],"mapped",[12469,12452,12463,12523]],[[13088,13088],"mapped",[12469,12531,12481,12540,12512]],[[13089,13089],"mapped",[12471,12522,12531,12464]],[[13090,13090],"mapped",[12475,12531,12481]],[[13091,13091],"mapped",[12475,12531,12488]],[[13092,13092],"mapped",[12480,12540,12473]],[[13093,13093],"mapped",[12487,12471]],[[13094,13094],"mapped",[12489,12523]],[[13095,13095],"mapped",[12488,12531]],[[13096,13096],"mapped",[12490,12494]],[[13097,13097],"mapped",[12494,12483,12488]],[[13098,13098],"mapped",[12495,12452,12484]],[[13099,13099],"mapped",[12497,12540,12475,12531,12488]],[[13100,13100],"mapped",[12497,12540,12484]],[[13101,13101],"mapped",[12496,12540,12524,12523]],[[13102,13102],"mapped",[12500,12450,12473,12488,12523]],[[13103,13103],"mapped",[12500,12463,12523]],[[13104,13104],"mapped",[12500,12467]],[[13105,13105],"mapped",[12499,12523]],[[13106,13106],"mapped",[12501,12449,12521,12483,12489]],[[13107,13107],"mapped",[12501,12451,12540,12488]],[[13108,13108],"mapped",[12502,12483,12471,12455,12523]],[[13109,13109],"mapped",[12501,12521,12531]],[[13110,13110],"mapped",[12504,12463,12479,12540,12523]],[[13111,13111],"mapped",[12506,12477]],[[13112,13112],"mapped",[12506,12491,12498]],[[13113,13113],"mapped",[12504,12523,12484]],[[13114,13114],"mapped",[12506,12531,12473]],[[13115,13115],"mapped",[12506,12540,12472]],[[13116,13116],"mapped",[12505,12540,12479]],[[13117,13117],"mapped",[12509,12452,12531,12488]],[[13118,13118],"mapped",[12508,12523,12488]],[[13119,13119],"mapped",[12507,12531]],[[13120,13120],"mapped",[12509,12531,12489]],[[13121,13121],"mapped",[12507,12540,12523]],[[13122,13122],"mapped",[12507,12540,12531]],[[13123,13123],"mapped",[12510,12452,12463,12525]],[[13124,13124],"mapped",[12510,12452,12523]],[[13125,13125],"mapped",[12510,12483,12495]],[[13126,13126],"mapped",[12510,12523,12463]],[[13127,13127],"mapped",[12510,12531,12471,12519,12531]],[[13128,13128],"mapped",[12511,12463,12525,12531]],[[13129,13129],"mapped",[12511,12522]],[[13130,13130],"mapped",[12511,12522,12496,12540,12523]],[[13131,13131],"mapped",[12513,12460]],[[13132,13132],"mapped",[12513,12460,12488,12531]],[[13133,13133],"mapped",[12513,12540,12488,12523]],[[13134,13134],"mapped",[12516,12540,12489]],[[13135,13135],"mapped",[12516,12540,12523]],[[13136,13136],"mapped",[12518,12450,12531]],[[13137,13137],"mapped",[12522,12483,12488,12523]],[[13138,13138],"mapped",[12522,12521]],[[13139,13139],"mapped",[12523,12500,12540]],[[13140,13140],"mapped",[12523,12540,12502,12523]],[[13141,13141],"mapped",[12524,12512]],[[13142,13142],"mapped",[12524,12531,12488,12466,12531]],[[13143,13143],"mapped",[12527,12483,12488]],[[13144,13144],"mapped",[48,28857]],[[13145,13145],"mapped",[49,28857]],[[13146,13146],"mapped",[50,28857]],[[13147,13147],"mapped",[51,28857]],[[13148,13148],"mapped",[52,28857]],[[13149,13149],"mapped",[53,28857]],[[13150,13150],"mapped",[54,28857]],[[13151,13151],"mapped",[55,28857]],[[13152,13152],"mapped",[56,28857]],[[13153,13153],"mapped",[57,28857]],[[13154,13154],"mapped",[49,48,28857]],[[13155,13155],"mapped",[49,49,28857]],[[13156,13156],"mapped",[49,50,28857]],[[13157,13157],"mapped",[49,51,28857]],[[13158,13158],"mapped",[49,52,28857]],[[13159,13159],"mapped",[49,53,28857]],[[13160,13160],"mapped",[49,54,28857]],[[13161,13161],"mapped",[49,55,28857]],[[13162,13162],"mapped",[49,56,28857]],[[13163,13163],"mapped",[49,57,28857]],[[13164,13164],"mapped",[50,48,28857]],[[13165,13165],"mapped",[50,49,28857]],[[13166,13166],"mapped",[50,50,28857]],[[13167,13167],"mapped",[50,51,28857]],[[13168,13168],"mapped",[50,52,28857]],[[13169,13169],"mapped",[104,112,97]],[[13170,13170],"mapped",[100,97]],[[13171,13171],"mapped",[97,117]],[[13172,13172],"mapped",[98,97,114]],[[13173,13173],"mapped",[111,118]],[[13174,13174],"mapped",[112,99]],[[13175,13175],"mapped",[100,109]],[[13176,13176],"mapped",[100,109,50]],[[13177,13177],"mapped",[100,109,51]],[[13178,13178],"mapped",[105,117]],[[13179,13179],"mapped",[24179,25104]],[[13180,13180],"mapped",[26157,21644]],[[13181,13181],"mapped",[22823,27491]],[[13182,13182],"mapped",[26126,27835]],[[13183,13183],"mapped",[26666,24335,20250,31038]],[[13184,13184],"mapped",[112,97]],[[13185,13185],"mapped",[110,97]],[[13186,13186],"mapped",[956,97]],[[13187,13187],"mapped",[109,97]],[[13188,13188],"mapped",[107,97]],[[13189,13189],"mapped",[107,98]],[[13190,13190],"mapped",[109,98]],[[13191,13191],"mapped",[103,98]],[[13192,13192],"mapped",[99,97,108]],[[13193,13193],"mapped",[107,99,97,108]],[[13194,13194],"mapped",[112,102]],[[13195,13195],"mapped",[110,102]],[[13196,13196],"mapped",[956,102]],[[13197,13197],"mapped",[956,103]],[[13198,13198],"mapped",[109,103]],[[13199,13199],"mapped",[107,103]],[[13200,13200],"mapped",[104,122]],[[13201,13201],"mapped",[107,104,122]],[[13202,13202],"mapped",[109,104,122]],[[13203,13203],"mapped",[103,104,122]],[[13204,13204],"mapped",[116,104,122]],[[13205,13205],"mapped",[956,108]],[[13206,13206],"mapped",[109,108]],[[13207,13207],"mapped",[100,108]],[[13208,13208],"mapped",[107,108]],[[13209,13209],"mapped",[102,109]],[[13210,13210],"mapped",[110,109]],[[13211,13211],"mapped",[956,109]],[[13212,13212],"mapped",[109,109]],[[13213,13213],"mapped",[99,109]],[[13214,13214],"mapped",[107,109]],[[13215,13215],"mapped",[109,109,50]],[[13216,13216],"mapped",[99,109,50]],[[13217,13217],"mapped",[109,50]],[[13218,13218],"mapped",[107,109,50]],[[13219,13219],"mapped",[109,109,51]],[[13220,13220],"mapped",[99,109,51]],[[13221,13221],"mapped",[109,51]],[[13222,13222],"mapped",[107,109,51]],[[13223,13223],"mapped",[109,8725,115]],[[13224,13224],"mapped",[109,8725,115,50]],[[13225,13225],"mapped",[112,97]],[[13226,13226],"mapped",[107,112,97]],[[13227,13227],"mapped",[109,112,97]],[[13228,13228],"mapped",[103,112,97]],[[13229,13229],"mapped",[114,97,100]],[[13230,13230],"mapped",[114,97,100,8725,115]],[[13231,13231],"mapped",[114,97,100,8725,115,50]],[[13232,13232],"mapped",[112,115]],[[13233,13233],"mapped",[110,115]],[[13234,13234],"mapped",[956,115]],[[13235,13235],"mapped",[109,115]],[[13236,13236],"mapped",[112,118]],[[13237,13237],"mapped",[110,118]],[[13238,13238],"mapped",[956,118]],[[13239,13239],"mapped",[109,118]],[[13240,13240],"mapped",[107,118]],[[13241,13241],"mapped",[109,118]],[[13242,13242],"mapped",[112,119]],[[13243,13243],"mapped",[110,119]],[[13244,13244],"mapped",[956,119]],[[13245,13245],"mapped",[109,119]],[[13246,13246],"mapped",[107,119]],[[13247,13247],"mapped",[109,119]],[[13248,13248],"mapped",[107,969]],[[13249,13249],"mapped",[109,969]],[[13250,13250],"disallowed"],[[13251,13251],"mapped",[98,113]],[[13252,13252],"mapped",[99,99]],[[13253,13253],"mapped",[99,100]],[[13254,13254],"mapped",[99,8725,107,103]],[[13255,13255],"disallowed"],[[13256,13256],"mapped",[100,98]],[[13257,13257],"mapped",[103,121]],[[13258,13258],"mapped",[104,97]],[[13259,13259],"mapped",[104,112]],[[13260,13260],"mapped",[105,110]],[[13261,13261],"mapped",[107,107]],[[13262,13262],"mapped",[107,109]],[[13263,13263],"mapped",[107,116]],[[13264,13264],"mapped",[108,109]],[[13265,13265],"mapped",[108,110]],[[13266,13266],"mapped",[108,111,103]],[[13267,13267],"mapped",[108,120]],[[13268,13268],"mapped",[109,98]],[[13269,13269],"mapped",[109,105,108]],[[13270,13270],"mapped",[109,111,108]],[[13271,13271],"mapped",[112,104]],[[13272,13272],"disallowed"],[[13273,13273],"mapped",[112,112,109]],[[13274,13274],"mapped",[112,114]],[[13275,13275],"mapped",[115,114]],[[13276,13276],"mapped",[115,118]],[[13277,13277],"mapped",[119,98]],[[13278,13278],"mapped",[118,8725,109]],[[13279,13279],"mapped",[97,8725,109]],[[13280,13280],"mapped",[49,26085]],[[13281,13281],"mapped",[50,26085]],[[13282,13282],"mapped",[51,26085]],[[13283,13283],"mapped",[52,26085]],[[13284,13284],"mapped",[53,26085]],[[13285,13285],"mapped",[54,26085]],[[13286,13286],"mapped",[55,26085]],[[13287,13287],"mapped",[56,26085]],[[13288,13288],"mapped",[57,26085]],[[13289,13289],"mapped",[49,48,26085]],[[13290,13290],"mapped",[49,49,26085]],[[13291,13291],"mapped",[49,50,26085]],[[13292,13292],"mapped",[49,51,26085]],[[13293,13293],"mapped",[49,52,26085]],[[13294,13294],"mapped",[49,53,26085]],[[13295,13295],"mapped",[49,54,26085]],[[13296,13296],"mapped",[49,55,26085]],[[13297,13297],"mapped",[49,56,26085]],[[13298,13298],"mapped",[49,57,26085]],[[13299,13299],"mapped",[50,48,26085]],[[13300,13300],"mapped",[50,49,26085]],[[13301,13301],"mapped",[50,50,26085]],[[13302,13302],"mapped",[50,51,26085]],[[13303,13303],"mapped",[50,52,26085]],[[13304,13304],"mapped",[50,53,26085]],[[13305,13305],"mapped",[50,54,26085]],[[13306,13306],"mapped",[50,55,26085]],[[13307,13307],"mapped",[50,56,26085]],[[13308,13308],"mapped",[50,57,26085]],[[13309,13309],"mapped",[51,48,26085]],[[13310,13310],"mapped",[51,49,26085]],[[13311,13311],"mapped",[103,97,108]],[[13312,19893],"valid"],[[19894,19903],"disallowed"],[[19904,19967],"valid",[],"NV8"],[[19968,40869],"valid"],[[40870,40891],"valid"],[[40892,40899],"valid"],[[40900,40907],"valid"],[[40908,40908],"valid"],[[40909,40917],"valid"],[[40918,40959],"disallowed"],[[40960,42124],"valid"],[[42125,42127],"disallowed"],[[42128,42145],"valid",[],"NV8"],[[42146,42147],"valid",[],"NV8"],[[42148,42163],"valid",[],"NV8"],[[42164,42164],"valid",[],"NV8"],[[42165,42176],"valid",[],"NV8"],[[42177,42177],"valid",[],"NV8"],[[42178,42180],"valid",[],"NV8"],[[42181,42181],"valid",[],"NV8"],[[42182,42182],"valid",[],"NV8"],[[42183,42191],"disallowed"],[[42192,42237],"valid"],[[42238,42239],"valid",[],"NV8"],[[42240,42508],"valid"],[[42509,42511],"valid",[],"NV8"],[[42512,42539],"valid"],[[42540,42559],"disallowed"],[[42560,42560],"mapped",[42561]],[[42561,42561],"valid"],[[42562,42562],"mapped",[42563]],[[42563,42563],"valid"],[[42564,42564],"mapped",[42565]],[[42565,42565],"valid"],[[42566,42566],"mapped",[42567]],[[42567,42567],"valid"],[[42568,42568],"mapped",[42569]],[[42569,42569],"valid"],[[42570,42570],"mapped",[42571]],[[42571,42571],"valid"],[[42572,42572],"mapped",[42573]],[[42573,42573],"valid"],[[42574,42574],"mapped",[42575]],[[42575,42575],"valid"],[[42576,42576],"mapped",[42577]],[[42577,42577],"valid"],[[42578,42578],"mapped",[42579]],[[42579,42579],"valid"],[[42580,42580],"mapped",[42581]],[[42581,42581],"valid"],[[42582,42582],"mapped",[42583]],[[42583,42583],"valid"],[[42584,42584],"mapped",[42585]],[[42585,42585],"valid"],[[42586,42586],"mapped",[42587]],[[42587,42587],"valid"],[[42588,42588],"mapped",[42589]],[[42589,42589],"valid"],[[42590,42590],"mapped",[42591]],[[42591,42591],"valid"],[[42592,42592],"mapped",[42593]],[[42593,42593],"valid"],[[42594,42594],"mapped",[42595]],[[42595,42595],"valid"],[[42596,42596],"mapped",[42597]],[[42597,42597],"valid"],[[42598,42598],"mapped",[42599]],[[42599,42599],"valid"],[[42600,42600],"mapped",[42601]],[[42601,42601],"valid"],[[42602,42602],"mapped",[42603]],[[42603,42603],"valid"],[[42604,42604],"mapped",[42605]],[[42605,42607],"valid"],[[42608,42611],"valid",[],"NV8"],[[42612,42619],"valid"],[[42620,42621],"valid"],[[42622,42622],"valid",[],"NV8"],[[42623,42623],"valid"],[[42624,42624],"mapped",[42625]],[[42625,42625],"valid"],[[42626,42626],"mapped",[42627]],[[42627,42627],"valid"],[[42628,42628],"mapped",[42629]],[[42629,42629],"valid"],[[42630,42630],"mapped",[42631]],[[42631,42631],"valid"],[[42632,42632],"mapped",[42633]],[[42633,42633],"valid"],[[42634,42634],"mapped",[42635]],[[42635,42635],"valid"],[[42636,42636],"mapped",[42637]],[[42637,42637],"valid"],[[42638,42638],"mapped",[42639]],[[42639,42639],"valid"],[[42640,42640],"mapped",[42641]],[[42641,42641],"valid"],[[42642,42642],"mapped",[42643]],[[42643,42643],"valid"],[[42644,42644],"mapped",[42645]],[[42645,42645],"valid"],[[42646,42646],"mapped",[42647]],[[42647,42647],"valid"],[[42648,42648],"mapped",[42649]],[[42649,42649],"valid"],[[42650,42650],"mapped",[42651]],[[42651,42651],"valid"],[[42652,42652],"mapped",[1098]],[[42653,42653],"mapped",[1100]],[[42654,42654],"valid"],[[42655,42655],"valid"],[[42656,42725],"valid"],[[42726,42735],"valid",[],"NV8"],[[42736,42737],"valid"],[[42738,42743],"valid",[],"NV8"],[[42744,42751],"disallowed"],[[42752,42774],"valid",[],"NV8"],[[42775,42778],"valid"],[[42779,42783],"valid"],[[42784,42785],"valid",[],"NV8"],[[42786,42786],"mapped",[42787]],[[42787,42787],"valid"],[[42788,42788],"mapped",[42789]],[[42789,42789],"valid"],[[42790,42790],"mapped",[42791]],[[42791,42791],"valid"],[[42792,42792],"mapped",[42793]],[[42793,42793],"valid"],[[42794,42794],"mapped",[42795]],[[42795,42795],"valid"],[[42796,42796],"mapped",[42797]],[[42797,42797],"valid"],[[42798,42798],"mapped",[42799]],[[42799,42801],"valid"],[[42802,42802],"mapped",[42803]],[[42803,42803],"valid"],[[42804,42804],"mapped",[42805]],[[42805,42805],"valid"],[[42806,42806],"mapped",[42807]],[[42807,42807],"valid"],[[42808,42808],"mapped",[42809]],[[42809,42809],"valid"],[[42810,42810],"mapped",[42811]],[[42811,42811],"valid"],[[42812,42812],"mapped",[42813]],[[42813,42813],"valid"],[[42814,42814],"mapped",[42815]],[[42815,42815],"valid"],[[42816,42816],"mapped",[42817]],[[42817,42817],"valid"],[[42818,42818],"mapped",[42819]],[[42819,42819],"valid"],[[42820,42820],"mapped",[42821]],[[42821,42821],"valid"],[[42822,42822],"mapped",[42823]],[[42823,42823],"valid"],[[42824,42824],"mapped",[42825]],[[42825,42825],"valid"],[[42826,42826],"mapped",[42827]],[[42827,42827],"valid"],[[42828,42828],"mapped",[42829]],[[42829,42829],"valid"],[[42830,42830],"mapped",[42831]],[[42831,42831],"valid"],[[42832,42832],"mapped",[42833]],[[42833,42833],"valid"],[[42834,42834],"mapped",[42835]],[[42835,42835],"valid"],[[42836,42836],"mapped",[42837]],[[42837,42837],"valid"],[[42838,42838],"mapped",[42839]],[[42839,42839],"valid"],[[42840,42840],"mapped",[42841]],[[42841,42841],"valid"],[[42842,42842],"mapped",[42843]],[[42843,42843],"valid"],[[42844,42844],"mapped",[42845]],[[42845,42845],"valid"],[[42846,42846],"mapped",[42847]],[[42847,42847],"valid"],[[42848,42848],"mapped",[42849]],[[42849,42849],"valid"],[[42850,42850],"mapped",[42851]],[[42851,42851],"valid"],[[42852,42852],"mapped",[42853]],[[42853,42853],"valid"],[[42854,42854],"mapped",[42855]],[[42855,42855],"valid"],[[42856,42856],"mapped",[42857]],[[42857,42857],"valid"],[[42858,42858],"mapped",[42859]],[[42859,42859],"valid"],[[42860,42860],"mapped",[42861]],[[42861,42861],"valid"],[[42862,42862],"mapped",[42863]],[[42863,42863],"valid"],[[42864,42864],"mapped",[42863]],[[42865,42872],"valid"],[[42873,42873],"mapped",[42874]],[[42874,42874],"valid"],[[42875,42875],"mapped",[42876]],[[42876,42876],"valid"],[[42877,42877],"mapped",[7545]],[[42878,42878],"mapped",[42879]],[[42879,42879],"valid"],[[42880,42880],"mapped",[42881]],[[42881,42881],"valid"],[[42882,42882],"mapped",[42883]],[[42883,42883],"valid"],[[42884,42884],"mapped",[42885]],[[42885,42885],"valid"],[[42886,42886],"mapped",[42887]],[[42887,42888],"valid"],[[42889,42890],"valid",[],"NV8"],[[42891,42891],"mapped",[42892]],[[42892,42892],"valid"],[[42893,42893],"mapped",[613]],[[42894,42894],"valid"],[[42895,42895],"valid"],[[42896,42896],"mapped",[42897]],[[42897,42897],"valid"],[[42898,42898],"mapped",[42899]],[[42899,42899],"valid"],[[42900,42901],"valid"],[[42902,42902],"mapped",[42903]],[[42903,42903],"valid"],[[42904,42904],"mapped",[42905]],[[42905,42905],"valid"],[[42906,42906],"mapped",[42907]],[[42907,42907],"valid"],[[42908,42908],"mapped",[42909]],[[42909,42909],"valid"],[[42910,42910],"mapped",[42911]],[[42911,42911],"valid"],[[42912,42912],"mapped",[42913]],[[42913,42913],"valid"],[[42914,42914],"mapped",[42915]],[[42915,42915],"valid"],[[42916,42916],"mapped",[42917]],[[42917,42917],"valid"],[[42918,42918],"mapped",[42919]],[[42919,42919],"valid"],[[42920,42920],"mapped",[42921]],[[42921,42921],"valid"],[[42922,42922],"mapped",[614]],[[42923,42923],"mapped",[604]],[[42924,42924],"mapped",[609]],[[42925,42925],"mapped",[620]],[[42926,42927],"disallowed"],[[42928,42928],"mapped",[670]],[[42929,42929],"mapped",[647]],[[42930,42930],"mapped",[669]],[[42931,42931],"mapped",[43859]],[[42932,42932],"mapped",[42933]],[[42933,42933],"valid"],[[42934,42934],"mapped",[42935]],[[42935,42935],"valid"],[[42936,42998],"disallowed"],[[42999,42999],"valid"],[[43e3,43e3],"mapped",[295]],[[43001,43001],"mapped",[339]],[[43002,43002],"valid"],[[43003,43007],"valid"],[[43008,43047],"valid"],[[43048,43051],"valid",[],"NV8"],[[43052,43055],"disallowed"],[[43056,43065],"valid",[],"NV8"],[[43066,43071],"disallowed"],[[43072,43123],"valid"],[[43124,43127],"valid",[],"NV8"],[[43128,43135],"disallowed"],[[43136,43204],"valid"],[[43205,43213],"disallowed"],[[43214,43215],"valid",[],"NV8"],[[43216,43225],"valid"],[[43226,43231],"disallowed"],[[43232,43255],"valid"],[[43256,43258],"valid",[],"NV8"],[[43259,43259],"valid"],[[43260,43260],"valid",[],"NV8"],[[43261,43261],"valid"],[[43262,43263],"disallowed"],[[43264,43309],"valid"],[[43310,43311],"valid",[],"NV8"],[[43312,43347],"valid"],[[43348,43358],"disallowed"],[[43359,43359],"valid",[],"NV8"],[[43360,43388],"valid",[],"NV8"],[[43389,43391],"disallowed"],[[43392,43456],"valid"],[[43457,43469],"valid",[],"NV8"],[[43470,43470],"disallowed"],[[43471,43481],"valid"],[[43482,43485],"disallowed"],[[43486,43487],"valid",[],"NV8"],[[43488,43518],"valid"],[[43519,43519],"disallowed"],[[43520,43574],"valid"],[[43575,43583],"disallowed"],[[43584,43597],"valid"],[[43598,43599],"disallowed"],[[43600,43609],"valid"],[[43610,43611],"disallowed"],[[43612,43615],"valid",[],"NV8"],[[43616,43638],"valid"],[[43639,43641],"valid",[],"NV8"],[[43642,43643],"valid"],[[43644,43647],"valid"],[[43648,43714],"valid"],[[43715,43738],"disallowed"],[[43739,43741],"valid"],[[43742,43743],"valid",[],"NV8"],[[43744,43759],"valid"],[[43760,43761],"valid",[],"NV8"],[[43762,43766],"valid"],[[43767,43776],"disallowed"],[[43777,43782],"valid"],[[43783,43784],"disallowed"],[[43785,43790],"valid"],[[43791,43792],"disallowed"],[[43793,43798],"valid"],[[43799,43807],"disallowed"],[[43808,43814],"valid"],[[43815,43815],"disallowed"],[[43816,43822],"valid"],[[43823,43823],"disallowed"],[[43824,43866],"valid"],[[43867,43867],"valid",[],"NV8"],[[43868,43868],"mapped",[42791]],[[43869,43869],"mapped",[43831]],[[43870,43870],"mapped",[619]],[[43871,43871],"mapped",[43858]],[[43872,43875],"valid"],[[43876,43877],"valid"],[[43878,43887],"disallowed"],[[43888,43888],"mapped",[5024]],[[43889,43889],"mapped",[5025]],[[43890,43890],"mapped",[5026]],[[43891,43891],"mapped",[5027]],[[43892,43892],"mapped",[5028]],[[43893,43893],"mapped",[5029]],[[43894,43894],"mapped",[5030]],[[43895,43895],"mapped",[5031]],[[43896,43896],"mapped",[5032]],[[43897,43897],"mapped",[5033]],[[43898,43898],"mapped",[5034]],[[43899,43899],"mapped",[5035]],[[43900,43900],"mapped",[5036]],[[43901,43901],"mapped",[5037]],[[43902,43902],"mapped",[5038]],[[43903,43903],"mapped",[5039]],[[43904,43904],"mapped",[5040]],[[43905,43905],"mapped",[5041]],[[43906,43906],"mapped",[5042]],[[43907,43907],"mapped",[5043]],[[43908,43908],"mapped",[5044]],[[43909,43909],"mapped",[5045]],[[43910,43910],"mapped",[5046]],[[43911,43911],"mapped",[5047]],[[43912,43912],"mapped",[5048]],[[43913,43913],"mapped",[5049]],[[43914,43914],"mapped",[5050]],[[43915,43915],"mapped",[5051]],[[43916,43916],"mapped",[5052]],[[43917,43917],"mapped",[5053]],[[43918,43918],"mapped",[5054]],[[43919,43919],"mapped",[5055]],[[43920,43920],"mapped",[5056]],[[43921,43921],"mapped",[5057]],[[43922,43922],"mapped",[5058]],[[43923,43923],"mapped",[5059]],[[43924,43924],"mapped",[5060]],[[43925,43925],"mapped",[5061]],[[43926,43926],"mapped",[5062]],[[43927,43927],"mapped",[5063]],[[43928,43928],"mapped",[5064]],[[43929,43929],"mapped",[5065]],[[43930,43930],"mapped",[5066]],[[43931,43931],"mapped",[5067]],[[43932,43932],"mapped",[5068]],[[43933,43933],"mapped",[5069]],[[43934,43934],"mapped",[5070]],[[43935,43935],"mapped",[5071]],[[43936,43936],"mapped",[5072]],[[43937,43937],"mapped",[5073]],[[43938,43938],"mapped",[5074]],[[43939,43939],"mapped",[5075]],[[43940,43940],"mapped",[5076]],[[43941,43941],"mapped",[5077]],[[43942,43942],"mapped",[5078]],[[43943,43943],"mapped",[5079]],[[43944,43944],"mapped",[5080]],[[43945,43945],"mapped",[5081]],[[43946,43946],"mapped",[5082]],[[43947,43947],"mapped",[5083]],[[43948,43948],"mapped",[5084]],[[43949,43949],"mapped",[5085]],[[43950,43950],"mapped",[5086]],[[43951,43951],"mapped",[5087]],[[43952,43952],"mapped",[5088]],[[43953,43953],"mapped",[5089]],[[43954,43954],"mapped",[5090]],[[43955,43955],"mapped",[5091]],[[43956,43956],"mapped",[5092]],[[43957,43957],"mapped",[5093]],[[43958,43958],"mapped",[5094]],[[43959,43959],"mapped",[5095]],[[43960,43960],"mapped",[5096]],[[43961,43961],"mapped",[5097]],[[43962,43962],"mapped",[5098]],[[43963,43963],"mapped",[5099]],[[43964,43964],"mapped",[5100]],[[43965,43965],"mapped",[5101]],[[43966,43966],"mapped",[5102]],[[43967,43967],"mapped",[5103]],[[43968,44010],"valid"],[[44011,44011],"valid",[],"NV8"],[[44012,44013],"valid"],[[44014,44015],"disallowed"],[[44016,44025],"valid"],[[44026,44031],"disallowed"],[[44032,55203],"valid"],[[55204,55215],"disallowed"],[[55216,55238],"valid",[],"NV8"],[[55239,55242],"disallowed"],[[55243,55291],"valid",[],"NV8"],[[55292,55295],"disallowed"],[[55296,57343],"disallowed"],[[57344,63743],"disallowed"],[[63744,63744],"mapped",[35912]],[[63745,63745],"mapped",[26356]],[[63746,63746],"mapped",[36554]],[[63747,63747],"mapped",[36040]],[[63748,63748],"mapped",[28369]],[[63749,63749],"mapped",[20018]],[[63750,63750],"mapped",[21477]],[[63751,63752],"mapped",[40860]],[[63753,63753],"mapped",[22865]],[[63754,63754],"mapped",[37329]],[[63755,63755],"mapped",[21895]],[[63756,63756],"mapped",[22856]],[[63757,63757],"mapped",[25078]],[[63758,63758],"mapped",[30313]],[[63759,63759],"mapped",[32645]],[[63760,63760],"mapped",[34367]],[[63761,63761],"mapped",[34746]],[[63762,63762],"mapped",[35064]],[[63763,63763],"mapped",[37007]],[[63764,63764],"mapped",[27138]],[[63765,63765],"mapped",[27931]],[[63766,63766],"mapped",[28889]],[[63767,63767],"mapped",[29662]],[[63768,63768],"mapped",[33853]],[[63769,63769],"mapped",[37226]],[[63770,63770],"mapped",[39409]],[[63771,63771],"mapped",[20098]],[[63772,63772],"mapped",[21365]],[[63773,63773],"mapped",[27396]],[[63774,63774],"mapped",[29211]],[[63775,63775],"mapped",[34349]],[[63776,63776],"mapped",[40478]],[[63777,63777],"mapped",[23888]],[[63778,63778],"mapped",[28651]],[[63779,63779],"mapped",[34253]],[[63780,63780],"mapped",[35172]],[[63781,63781],"mapped",[25289]],[[63782,63782],"mapped",[33240]],[[63783,63783],"mapped",[34847]],[[63784,63784],"mapped",[24266]],[[63785,63785],"mapped",[26391]],[[63786,63786],"mapped",[28010]],[[63787,63787],"mapped",[29436]],[[63788,63788],"mapped",[37070]],[[63789,63789],"mapped",[20358]],[[63790,63790],"mapped",[20919]],[[63791,63791],"mapped",[21214]],[[63792,63792],"mapped",[25796]],[[63793,63793],"mapped",[27347]],[[63794,63794],"mapped",[29200]],[[63795,63795],"mapped",[30439]],[[63796,63796],"mapped",[32769]],[[63797,63797],"mapped",[34310]],[[63798,63798],"mapped",[34396]],[[63799,63799],"mapped",[36335]],[[63800,63800],"mapped",[38706]],[[63801,63801],"mapped",[39791]],[[63802,63802],"mapped",[40442]],[[63803,63803],"mapped",[30860]],[[63804,63804],"mapped",[31103]],[[63805,63805],"mapped",[32160]],[[63806,63806],"mapped",[33737]],[[63807,63807],"mapped",[37636]],[[63808,63808],"mapped",[40575]],[[63809,63809],"mapped",[35542]],[[63810,63810],"mapped",[22751]],[[63811,63811],"mapped",[24324]],[[63812,63812],"mapped",[31840]],[[63813,63813],"mapped",[32894]],[[63814,63814],"mapped",[29282]],[[63815,63815],"mapped",[30922]],[[63816,63816],"mapped",[36034]],[[63817,63817],"mapped",[38647]],[[63818,63818],"mapped",[22744]],[[63819,63819],"mapped",[23650]],[[63820,63820],"mapped",[27155]],[[63821,63821],"mapped",[28122]],[[63822,63822],"mapped",[28431]],[[63823,63823],"mapped",[32047]],[[63824,63824],"mapped",[32311]],[[63825,63825],"mapped",[38475]],[[63826,63826],"mapped",[21202]],[[63827,63827],"mapped",[32907]],[[63828,63828],"mapped",[20956]],[[63829,63829],"mapped",[20940]],[[63830,63830],"mapped",[31260]],[[63831,63831],"mapped",[32190]],[[63832,63832],"mapped",[33777]],[[63833,63833],"mapped",[38517]],[[63834,63834],"mapped",[35712]],[[63835,63835],"mapped",[25295]],[[63836,63836],"mapped",[27138]],[[63837,63837],"mapped",[35582]],[[63838,63838],"mapped",[20025]],[[63839,63839],"mapped",[23527]],[[63840,63840],"mapped",[24594]],[[63841,63841],"mapped",[29575]],[[63842,63842],"mapped",[30064]],[[63843,63843],"mapped",[21271]],[[63844,63844],"mapped",[30971]],[[63845,63845],"mapped",[20415]],[[63846,63846],"mapped",[24489]],[[63847,63847],"mapped",[19981]],[[63848,63848],"mapped",[27852]],[[63849,63849],"mapped",[25976]],[[63850,63850],"mapped",[32034]],[[63851,63851],"mapped",[21443]],[[63852,63852],"mapped",[22622]],[[63853,63853],"mapped",[30465]],[[63854,63854],"mapped",[33865]],[[63855,63855],"mapped",[35498]],[[63856,63856],"mapped",[27578]],[[63857,63857],"mapped",[36784]],[[63858,63858],"mapped",[27784]],[[63859,63859],"mapped",[25342]],[[63860,63860],"mapped",[33509]],[[63861,63861],"mapped",[25504]],[[63862,63862],"mapped",[30053]],[[63863,63863],"mapped",[20142]],[[63864,63864],"mapped",[20841]],[[63865,63865],"mapped",[20937]],[[63866,63866],"mapped",[26753]],[[63867,63867],"mapped",[31975]],[[63868,63868],"mapped",[33391]],[[63869,63869],"mapped",[35538]],[[63870,63870],"mapped",[37327]],[[63871,63871],"mapped",[21237]],[[63872,63872],"mapped",[21570]],[[63873,63873],"mapped",[22899]],[[63874,63874],"mapped",[24300]],[[63875,63875],"mapped",[26053]],[[63876,63876],"mapped",[28670]],[[63877,63877],"mapped",[31018]],[[63878,63878],"mapped",[38317]],[[63879,63879],"mapped",[39530]],[[63880,63880],"mapped",[40599]],[[63881,63881],"mapped",[40654]],[[63882,63882],"mapped",[21147]],[[63883,63883],"mapped",[26310]],[[63884,63884],"mapped",[27511]],[[63885,63885],"mapped",[36706]],[[63886,63886],"mapped",[24180]],[[63887,63887],"mapped",[24976]],[[63888,63888],"mapped",[25088]],[[63889,63889],"mapped",[25754]],[[63890,63890],"mapped",[28451]],[[63891,63891],"mapped",[29001]],[[63892,63892],"mapped",[29833]],[[63893,63893],"mapped",[31178]],[[63894,63894],"mapped",[32244]],[[63895,63895],"mapped",[32879]],[[63896,63896],"mapped",[36646]],[[63897,63897],"mapped",[34030]],[[63898,63898],"mapped",[36899]],[[63899,63899],"mapped",[37706]],[[63900,63900],"mapped",[21015]],[[63901,63901],"mapped",[21155]],[[63902,63902],"mapped",[21693]],[[63903,63903],"mapped",[28872]],[[63904,63904],"mapped",[35010]],[[63905,63905],"mapped",[35498]],[[63906,63906],"mapped",[24265]],[[63907,63907],"mapped",[24565]],[[63908,63908],"mapped",[25467]],[[63909,63909],"mapped",[27566]],[[63910,63910],"mapped",[31806]],[[63911,63911],"mapped",[29557]],[[63912,63912],"mapped",[20196]],[[63913,63913],"mapped",[22265]],[[63914,63914],"mapped",[23527]],[[63915,63915],"mapped",[23994]],[[63916,63916],"mapped",[24604]],[[63917,63917],"mapped",[29618]],[[63918,63918],"mapped",[29801]],[[63919,63919],"mapped",[32666]],[[63920,63920],"mapped",[32838]],[[63921,63921],"mapped",[37428]],[[63922,63922],"mapped",[38646]],[[63923,63923],"mapped",[38728]],[[63924,63924],"mapped",[38936]],[[63925,63925],"mapped",[20363]],[[63926,63926],"mapped",[31150]],[[63927,63927],"mapped",[37300]],[[63928,63928],"mapped",[38584]],[[63929,63929],"mapped",[24801]],[[63930,63930],"mapped",[20102]],[[63931,63931],"mapped",[20698]],[[63932,63932],"mapped",[23534]],[[63933,63933],"mapped",[23615]],[[63934,63934],"mapped",[26009]],[[63935,63935],"mapped",[27138]],[[63936,63936],"mapped",[29134]],[[63937,63937],"mapped",[30274]],[[63938,63938],"mapped",[34044]],[[63939,63939],"mapped",[36988]],[[63940,63940],"mapped",[40845]],[[63941,63941],"mapped",[26248]],[[63942,63942],"mapped",[38446]],[[63943,63943],"mapped",[21129]],[[63944,63944],"mapped",[26491]],[[63945,63945],"mapped",[26611]],[[63946,63946],"mapped",[27969]],[[63947,63947],"mapped",[28316]],[[63948,63948],"mapped",[29705]],[[63949,63949],"mapped",[30041]],[[63950,63950],"mapped",[30827]],[[63951,63951],"mapped",[32016]],[[63952,63952],"mapped",[39006]],[[63953,63953],"mapped",[20845]],[[63954,63954],"mapped",[25134]],[[63955,63955],"mapped",[38520]],[[63956,63956],"mapped",[20523]],[[63957,63957],"mapped",[23833]],[[63958,63958],"mapped",[28138]],[[63959,63959],"mapped",[36650]],[[63960,63960],"mapped",[24459]],[[63961,63961],"mapped",[24900]],[[63962,63962],"mapped",[26647]],[[63963,63963],"mapped",[29575]],[[63964,63964],"mapped",[38534]],[[63965,63965],"mapped",[21033]],[[63966,63966],"mapped",[21519]],[[63967,63967],"mapped",[23653]],[[63968,63968],"mapped",[26131]],[[63969,63969],"mapped",[26446]],[[63970,63970],"mapped",[26792]],[[63971,63971],"mapped",[27877]],[[63972,63972],"mapped",[29702]],[[63973,63973],"mapped",[30178]],[[63974,63974],"mapped",[32633]],[[63975,63975],"mapped",[35023]],[[63976,63976],"mapped",[35041]],[[63977,63977],"mapped",[37324]],[[63978,63978],"mapped",[38626]],[[63979,63979],"mapped",[21311]],[[63980,63980],"mapped",[28346]],[[63981,63981],"mapped",[21533]],[[63982,63982],"mapped",[29136]],[[63983,63983],"mapped",[29848]],[[63984,63984],"mapped",[34298]],[[63985,63985],"mapped",[38563]],[[63986,63986],"mapped",[40023]],[[63987,63987],"mapped",[40607]],[[63988,63988],"mapped",[26519]],[[63989,63989],"mapped",[28107]],[[63990,63990],"mapped",[33256]],[[63991,63991],"mapped",[31435]],[[63992,63992],"mapped",[31520]],[[63993,63993],"mapped",[31890]],[[63994,63994],"mapped",[29376]],[[63995,63995],"mapped",[28825]],[[63996,63996],"mapped",[35672]],[[63997,63997],"mapped",[20160]],[[63998,63998],"mapped",[33590]],[[63999,63999],"mapped",[21050]],[[64e3,64e3],"mapped",[20999]],[[64001,64001],"mapped",[24230]],[[64002,64002],"mapped",[25299]],[[64003,64003],"mapped",[31958]],[[64004,64004],"mapped",[23429]],[[64005,64005],"mapped",[27934]],[[64006,64006],"mapped",[26292]],[[64007,64007],"mapped",[36667]],[[64008,64008],"mapped",[34892]],[[64009,64009],"mapped",[38477]],[[64010,64010],"mapped",[35211]],[[64011,64011],"mapped",[24275]],[[64012,64012],"mapped",[20800]],[[64013,64013],"mapped",[21952]],[[64014,64015],"valid"],[[64016,64016],"mapped",[22618]],[[64017,64017],"valid"],[[64018,64018],"mapped",[26228]],[[64019,64020],"valid"],[[64021,64021],"mapped",[20958]],[[64022,64022],"mapped",[29482]],[[64023,64023],"mapped",[30410]],[[64024,64024],"mapped",[31036]],[[64025,64025],"mapped",[31070]],[[64026,64026],"mapped",[31077]],[[64027,64027],"mapped",[31119]],[[64028,64028],"mapped",[38742]],[[64029,64029],"mapped",[31934]],[[64030,64030],"mapped",[32701]],[[64031,64031],"valid"],[[64032,64032],"mapped",[34322]],[[64033,64033],"valid"],[[64034,64034],"mapped",[35576]],[[64035,64036],"valid"],[[64037,64037],"mapped",[36920]],[[64038,64038],"mapped",[37117]],[[64039,64041],"valid"],[[64042,64042],"mapped",[39151]],[[64043,64043],"mapped",[39164]],[[64044,64044],"mapped",[39208]],[[64045,64045],"mapped",[40372]],[[64046,64046],"mapped",[37086]],[[64047,64047],"mapped",[38583]],[[64048,64048],"mapped",[20398]],[[64049,64049],"mapped",[20711]],[[64050,64050],"mapped",[20813]],[[64051,64051],"mapped",[21193]],[[64052,64052],"mapped",[21220]],[[64053,64053],"mapped",[21329]],[[64054,64054],"mapped",[21917]],[[64055,64055],"mapped",[22022]],[[64056,64056],"mapped",[22120]],[[64057,64057],"mapped",[22592]],[[64058,64058],"mapped",[22696]],[[64059,64059],"mapped",[23652]],[[64060,64060],"mapped",[23662]],[[64061,64061],"mapped",[24724]],[[64062,64062],"mapped",[24936]],[[64063,64063],"mapped",[24974]],[[64064,64064],"mapped",[25074]],[[64065,64065],"mapped",[25935]],[[64066,64066],"mapped",[26082]],[[64067,64067],"mapped",[26257]],[[64068,64068],"mapped",[26757]],[[64069,64069],"mapped",[28023]],[[64070,64070],"mapped",[28186]],[[64071,64071],"mapped",[28450]],[[64072,64072],"mapped",[29038]],[[64073,64073],"mapped",[29227]],[[64074,64074],"mapped",[29730]],[[64075,64075],"mapped",[30865]],[[64076,64076],"mapped",[31038]],[[64077,64077],"mapped",[31049]],[[64078,64078],"mapped",[31048]],[[64079,64079],"mapped",[31056]],[[64080,64080],"mapped",[31062]],[[64081,64081],"mapped",[31069]],[[64082,64082],"mapped",[31117]],[[64083,64083],"mapped",[31118]],[[64084,64084],"mapped",[31296]],[[64085,64085],"mapped",[31361]],[[64086,64086],"mapped",[31680]],[[64087,64087],"mapped",[32244]],[[64088,64088],"mapped",[32265]],[[64089,64089],"mapped",[32321]],[[64090,64090],"mapped",[32626]],[[64091,64091],"mapped",[32773]],[[64092,64092],"mapped",[33261]],[[64093,64094],"mapped",[33401]],[[64095,64095],"mapped",[33879]],[[64096,64096],"mapped",[35088]],[[64097,64097],"mapped",[35222]],[[64098,64098],"mapped",[35585]],[[64099,64099],"mapped",[35641]],[[64100,64100],"mapped",[36051]],[[64101,64101],"mapped",[36104]],[[64102,64102],"mapped",[36790]],[[64103,64103],"mapped",[36920]],[[64104,64104],"mapped",[38627]],[[64105,64105],"mapped",[38911]],[[64106,64106],"mapped",[38971]],[[64107,64107],"mapped",[24693]],[[64108,64108],"mapped",[148206]],[[64109,64109],"mapped",[33304]],[[64110,64111],"disallowed"],[[64112,64112],"mapped",[20006]],[[64113,64113],"mapped",[20917]],[[64114,64114],"mapped",[20840]],[[64115,64115],"mapped",[20352]],[[64116,64116],"mapped",[20805]],[[64117,64117],"mapped",[20864]],[[64118,64118],"mapped",[21191]],[[64119,64119],"mapped",[21242]],[[64120,64120],"mapped",[21917]],[[64121,64121],"mapped",[21845]],[[64122,64122],"mapped",[21913]],[[64123,64123],"mapped",[21986]],[[64124,64124],"mapped",[22618]],[[64125,64125],"mapped",[22707]],[[64126,64126],"mapped",[22852]],[[64127,64127],"mapped",[22868]],[[64128,64128],"mapped",[23138]],[[64129,64129],"mapped",[23336]],[[64130,64130],"mapped",[24274]],[[64131,64131],"mapped",[24281]],[[64132,64132],"mapped",[24425]],[[64133,64133],"mapped",[24493]],[[64134,64134],"mapped",[24792]],[[64135,64135],"mapped",[24910]],[[64136,64136],"mapped",[24840]],[[64137,64137],"mapped",[24974]],[[64138,64138],"mapped",[24928]],[[64139,64139],"mapped",[25074]],[[64140,64140],"mapped",[25140]],[[64141,64141],"mapped",[25540]],[[64142,64142],"mapped",[25628]],[[64143,64143],"mapped",[25682]],[[64144,64144],"mapped",[25942]],[[64145,64145],"mapped",[26228]],[[64146,64146],"mapped",[26391]],[[64147,64147],"mapped",[26395]],[[64148,64148],"mapped",[26454]],[[64149,64149],"mapped",[27513]],[[64150,64150],"mapped",[27578]],[[64151,64151],"mapped",[27969]],[[64152,64152],"mapped",[28379]],[[64153,64153],"mapped",[28363]],[[64154,64154],"mapped",[28450]],[[64155,64155],"mapped",[28702]],[[64156,64156],"mapped",[29038]],[[64157,64157],"mapped",[30631]],[[64158,64158],"mapped",[29237]],[[64159,64159],"mapped",[29359]],[[64160,64160],"mapped",[29482]],[[64161,64161],"mapped",[29809]],[[64162,64162],"mapped",[29958]],[[64163,64163],"mapped",[30011]],[[64164,64164],"mapped",[30237]],[[64165,64165],"mapped",[30239]],[[64166,64166],"mapped",[30410]],[[64167,64167],"mapped",[30427]],[[64168,64168],"mapped",[30452]],[[64169,64169],"mapped",[30538]],[[64170,64170],"mapped",[30528]],[[64171,64171],"mapped",[30924]],[[64172,64172],"mapped",[31409]],[[64173,64173],"mapped",[31680]],[[64174,64174],"mapped",[31867]],[[64175,64175],"mapped",[32091]],[[64176,64176],"mapped",[32244]],[[64177,64177],"mapped",[32574]],[[64178,64178],"mapped",[32773]],[[64179,64179],"mapped",[33618]],[[64180,64180],"mapped",[33775]],[[64181,64181],"mapped",[34681]],[[64182,64182],"mapped",[35137]],[[64183,64183],"mapped",[35206]],[[64184,64184],"mapped",[35222]],[[64185,64185],"mapped",[35519]],[[64186,64186],"mapped",[35576]],[[64187,64187],"mapped",[35531]],[[64188,64188],"mapped",[35585]],[[64189,64189],"mapped",[35582]],[[64190,64190],"mapped",[35565]],[[64191,64191],"mapped",[35641]],[[64192,64192],"mapped",[35722]],[[64193,64193],"mapped",[36104]],[[64194,64194],"mapped",[36664]],[[64195,64195],"mapped",[36978]],[[64196,64196],"mapped",[37273]],[[64197,64197],"mapped",[37494]],[[64198,64198],"mapped",[38524]],[[64199,64199],"mapped",[38627]],[[64200,64200],"mapped",[38742]],[[64201,64201],"mapped",[38875]],[[64202,64202],"mapped",[38911]],[[64203,64203],"mapped",[38923]],[[64204,64204],"mapped",[38971]],[[64205,64205],"mapped",[39698]],[[64206,64206],"mapped",[40860]],[[64207,64207],"mapped",[141386]],[[64208,64208],"mapped",[141380]],[[64209,64209],"mapped",[144341]],[[64210,64210],"mapped",[15261]],[[64211,64211],"mapped",[16408]],[[64212,64212],"mapped",[16441]],[[64213,64213],"mapped",[152137]],[[64214,64214],"mapped",[154832]],[[64215,64215],"mapped",[163539]],[[64216,64216],"mapped",[40771]],[[64217,64217],"mapped",[40846]],[[64218,64255],"disallowed"],[[64256,64256],"mapped",[102,102]],[[64257,64257],"mapped",[102,105]],[[64258,64258],"mapped",[102,108]],[[64259,64259],"mapped",[102,102,105]],[[64260,64260],"mapped",[102,102,108]],[[64261,64262],"mapped",[115,116]],[[64263,64274],"disallowed"],[[64275,64275],"mapped",[1396,1398]],[[64276,64276],"mapped",[1396,1381]],[[64277,64277],"mapped",[1396,1387]],[[64278,64278],"mapped",[1406,1398]],[[64279,64279],"mapped",[1396,1389]],[[64280,64284],"disallowed"],[[64285,64285],"mapped",[1497,1460]],[[64286,64286],"valid"],[[64287,64287],"mapped",[1522,1463]],[[64288,64288],"mapped",[1506]],[[64289,64289],"mapped",[1488]],[[64290,64290],"mapped",[1491]],[[64291,64291],"mapped",[1492]],[[64292,64292],"mapped",[1499]],[[64293,64293],"mapped",[1500]],[[64294,64294],"mapped",[1501]],[[64295,64295],"mapped",[1512]],[[64296,64296],"mapped",[1514]],[[64297,64297],"disallowed_STD3_mapped",[43]],[[64298,64298],"mapped",[1513,1473]],[[64299,64299],"mapped",[1513,1474]],[[64300,64300],"mapped",[1513,1468,1473]],[[64301,64301],"mapped",[1513,1468,1474]],[[64302,64302],"mapped",[1488,1463]],[[64303,64303],"mapped",[1488,1464]],[[64304,64304],"mapped",[1488,1468]],[[64305,64305],"mapped",[1489,1468]],[[64306,64306],"mapped",[1490,1468]],[[64307,64307],"mapped",[1491,1468]],[[64308,64308],"mapped",[1492,1468]],[[64309,64309],"mapped",[1493,1468]],[[64310,64310],"mapped",[1494,1468]],[[64311,64311],"disallowed"],[[64312,64312],"mapped",[1496,1468]],[[64313,64313],"mapped",[1497,1468]],[[64314,64314],"mapped",[1498,1468]],[[64315,64315],"mapped",[1499,1468]],[[64316,64316],"mapped",[1500,1468]],[[64317,64317],"disallowed"],[[64318,64318],"mapped",[1502,1468]],[[64319,64319],"disallowed"],[[64320,64320],"mapped",[1504,1468]],[[64321,64321],"mapped",[1505,1468]],[[64322,64322],"disallowed"],[[64323,64323],"mapped",[1507,1468]],[[64324,64324],"mapped",[1508,1468]],[[64325,64325],"disallowed"],[[64326,64326],"mapped",[1510,1468]],[[64327,64327],"mapped",[1511,1468]],[[64328,64328],"mapped",[1512,1468]],[[64329,64329],"mapped",[1513,1468]],[[64330,64330],"mapped",[1514,1468]],[[64331,64331],"mapped",[1493,1465]],[[64332,64332],"mapped",[1489,1471]],[[64333,64333],"mapped",[1499,1471]],[[64334,64334],"mapped",[1508,1471]],[[64335,64335],"mapped",[1488,1500]],[[64336,64337],"mapped",[1649]],[[64338,64341],"mapped",[1659]],[[64342,64345],"mapped",[1662]],[[64346,64349],"mapped",[1664]],[[64350,64353],"mapped",[1658]],[[64354,64357],"mapped",[1663]],[[64358,64361],"mapped",[1657]],[[64362,64365],"mapped",[1700]],[[64366,64369],"mapped",[1702]],[[64370,64373],"mapped",[1668]],[[64374,64377],"mapped",[1667]],[[64378,64381],"mapped",[1670]],[[64382,64385],"mapped",[1671]],[[64386,64387],"mapped",[1677]],[[64388,64389],"mapped",[1676]],[[64390,64391],"mapped",[1678]],[[64392,64393],"mapped",[1672]],[[64394,64395],"mapped",[1688]],[[64396,64397],"mapped",[1681]],[[64398,64401],"mapped",[1705]],[[64402,64405],"mapped",[1711]],[[64406,64409],"mapped",[1715]],[[64410,64413],"mapped",[1713]],[[64414,64415],"mapped",[1722]],[[64416,64419],"mapped",[1723]],[[64420,64421],"mapped",[1728]],[[64422,64425],"mapped",[1729]],[[64426,64429],"mapped",[1726]],[[64430,64431],"mapped",[1746]],[[64432,64433],"mapped",[1747]],[[64434,64449],"valid",[],"NV8"],[[64450,64466],"disallowed"],[[64467,64470],"mapped",[1709]],[[64471,64472],"mapped",[1735]],[[64473,64474],"mapped",[1734]],[[64475,64476],"mapped",[1736]],[[64477,64477],"mapped",[1735,1652]],[[64478,64479],"mapped",[1739]],[[64480,64481],"mapped",[1733]],[[64482,64483],"mapped",[1737]],[[64484,64487],"mapped",[1744]],[[64488,64489],"mapped",[1609]],[[64490,64491],"mapped",[1574,1575]],[[64492,64493],"mapped",[1574,1749]],[[64494,64495],"mapped",[1574,1608]],[[64496,64497],"mapped",[1574,1735]],[[64498,64499],"mapped",[1574,1734]],[[64500,64501],"mapped",[1574,1736]],[[64502,64504],"mapped",[1574,1744]],[[64505,64507],"mapped",[1574,1609]],[[64508,64511],"mapped",[1740]],[[64512,64512],"mapped",[1574,1580]],[[64513,64513],"mapped",[1574,1581]],[[64514,64514],"mapped",[1574,1605]],[[64515,64515],"mapped",[1574,1609]],[[64516,64516],"mapped",[1574,1610]],[[64517,64517],"mapped",[1576,1580]],[[64518,64518],"mapped",[1576,1581]],[[64519,64519],"mapped",[1576,1582]],[[64520,64520],"mapped",[1576,1605]],[[64521,64521],"mapped",[1576,1609]],[[64522,64522],"mapped",[1576,1610]],[[64523,64523],"mapped",[1578,1580]],[[64524,64524],"mapped",[1578,1581]],[[64525,64525],"mapped",[1578,1582]],[[64526,64526],"mapped",[1578,1605]],[[64527,64527],"mapped",[1578,1609]],[[64528,64528],"mapped",[1578,1610]],[[64529,64529],"mapped",[1579,1580]],[[64530,64530],"mapped",[1579,1605]],[[64531,64531],"mapped",[1579,1609]],[[64532,64532],"mapped",[1579,1610]],[[64533,64533],"mapped",[1580,1581]],[[64534,64534],"mapped",[1580,1605]],[[64535,64535],"mapped",[1581,1580]],[[64536,64536],"mapped",[1581,1605]],[[64537,64537],"mapped",[1582,1580]],[[64538,64538],"mapped",[1582,1581]],[[64539,64539],"mapped",[1582,1605]],[[64540,64540],"mapped",[1587,1580]],[[64541,64541],"mapped",[1587,1581]],[[64542,64542],"mapped",[1587,1582]],[[64543,64543],"mapped",[1587,1605]],[[64544,64544],"mapped",[1589,1581]],[[64545,64545],"mapped",[1589,1605]],[[64546,64546],"mapped",[1590,1580]],[[64547,64547],"mapped",[1590,1581]],[[64548,64548],"mapped",[1590,1582]],[[64549,64549],"mapped",[1590,1605]],[[64550,64550],"mapped",[1591,1581]],[[64551,64551],"mapped",[1591,1605]],[[64552,64552],"mapped",[1592,1605]],[[64553,64553],"mapped",[1593,1580]],[[64554,64554],"mapped",[1593,1605]],[[64555,64555],"mapped",[1594,1580]],[[64556,64556],"mapped",[1594,1605]],[[64557,64557],"mapped",[1601,1580]],[[64558,64558],"mapped",[1601,1581]],[[64559,64559],"mapped",[1601,1582]],[[64560,64560],"mapped",[1601,1605]],[[64561,64561],"mapped",[1601,1609]],[[64562,64562],"mapped",[1601,1610]],[[64563,64563],"mapped",[1602,1581]],[[64564,64564],"mapped",[1602,1605]],[[64565,64565],"mapped",[1602,1609]],[[64566,64566],"mapped",[1602,1610]],[[64567,64567],"mapped",[1603,1575]],[[64568,64568],"mapped",[1603,1580]],[[64569,64569],"mapped",[1603,1581]],[[64570,64570],"mapped",[1603,1582]],[[64571,64571],"mapped",[1603,1604]],[[64572,64572],"mapped",[1603,1605]],[[64573,64573],"mapped",[1603,1609]],[[64574,64574],"mapped",[1603,1610]],[[64575,64575],"mapped",[1604,1580]],[[64576,64576],"mapped",[1604,1581]],[[64577,64577],"mapped",[1604,1582]],[[64578,64578],"mapped",[1604,1605]],[[64579,64579],"mapped",[1604,1609]],[[64580,64580],"mapped",[1604,1610]],[[64581,64581],"mapped",[1605,1580]],[[64582,64582],"mapped",[1605,1581]],[[64583,64583],"mapped",[1605,1582]],[[64584,64584],"mapped",[1605,1605]],[[64585,64585],"mapped",[1605,1609]],[[64586,64586],"mapped",[1605,1610]],[[64587,64587],"mapped",[1606,1580]],[[64588,64588],"mapped",[1606,1581]],[[64589,64589],"mapped",[1606,1582]],[[64590,64590],"mapped",[1606,1605]],[[64591,64591],"mapped",[1606,1609]],[[64592,64592],"mapped",[1606,1610]],[[64593,64593],"mapped",[1607,1580]],[[64594,64594],"mapped",[1607,1605]],[[64595,64595],"mapped",[1607,1609]],[[64596,64596],"mapped",[1607,1610]],[[64597,64597],"mapped",[1610,1580]],[[64598,64598],"mapped",[1610,1581]],[[64599,64599],"mapped",[1610,1582]],[[64600,64600],"mapped",[1610,1605]],[[64601,64601],"mapped",[1610,1609]],[[64602,64602],"mapped",[1610,1610]],[[64603,64603],"mapped",[1584,1648]],[[64604,64604],"mapped",[1585,1648]],[[64605,64605],"mapped",[1609,1648]],[[64606,64606],"disallowed_STD3_mapped",[32,1612,1617]],[[64607,64607],"disallowed_STD3_mapped",[32,1613,1617]],[[64608,64608],"disallowed_STD3_mapped",[32,1614,1617]],[[64609,64609],"disallowed_STD3_mapped",[32,1615,1617]],[[64610,64610],"disallowed_STD3_mapped",[32,1616,1617]],[[64611,64611],"disallowed_STD3_mapped",[32,1617,1648]],[[64612,64612],"mapped",[1574,1585]],[[64613,64613],"mapped",[1574,1586]],[[64614,64614],"mapped",[1574,1605]],[[64615,64615],"mapped",[1574,1606]],[[64616,64616],"mapped",[1574,1609]],[[64617,64617],"mapped",[1574,1610]],[[64618,64618],"mapped",[1576,1585]],[[64619,64619],"mapped",[1576,1586]],[[64620,64620],"mapped",[1576,1605]],[[64621,64621],"mapped",[1576,1606]],[[64622,64622],"mapped",[1576,1609]],[[64623,64623],"mapped",[1576,1610]],[[64624,64624],"mapped",[1578,1585]],[[64625,64625],"mapped",[1578,1586]],[[64626,64626],"mapped",[1578,1605]],[[64627,64627],"mapped",[1578,1606]],[[64628,64628],"mapped",[1578,1609]],[[64629,64629],"mapped",[1578,1610]],[[64630,64630],"mapped",[1579,1585]],[[64631,64631],"mapped",[1579,1586]],[[64632,64632],"mapped",[1579,1605]],[[64633,64633],"mapped",[1579,1606]],[[64634,64634],"mapped",[1579,1609]],[[64635,64635],"mapped",[1579,1610]],[[64636,64636],"mapped",[1601,1609]],[[64637,64637],"mapped",[1601,1610]],[[64638,64638],"mapped",[1602,1609]],[[64639,64639],"mapped",[1602,1610]],[[64640,64640],"mapped",[1603,1575]],[[64641,64641],"mapped",[1603,1604]],[[64642,64642],"mapped",[1603,1605]],[[64643,64643],"mapped",[1603,1609]],[[64644,64644],"mapped",[1603,1610]],[[64645,64645],"mapped",[1604,1605]],[[64646,64646],"mapped",[1604,1609]],[[64647,64647],"mapped",[1604,1610]],[[64648,64648],"mapped",[1605,1575]],[[64649,64649],"mapped",[1605,1605]],[[64650,64650],"mapped",[1606,1585]],[[64651,64651],"mapped",[1606,1586]],[[64652,64652],"mapped",[1606,1605]],[[64653,64653],"mapped",[1606,1606]],[[64654,64654],"mapped",[1606,1609]],[[64655,64655],"mapped",[1606,1610]],[[64656,64656],"mapped",[1609,1648]],[[64657,64657],"mapped",[1610,1585]],[[64658,64658],"mapped",[1610,1586]],[[64659,64659],"mapped",[1610,1605]],[[64660,64660],"mapped",[1610,1606]],[[64661,64661],"mapped",[1610,1609]],[[64662,64662],"mapped",[1610,1610]],[[64663,64663],"mapped",[1574,1580]],[[64664,64664],"mapped",[1574,1581]],[[64665,64665],"mapped",[1574,1582]],[[64666,64666],"mapped",[1574,1605]],[[64667,64667],"mapped",[1574,1607]],[[64668,64668],"mapped",[1576,1580]],[[64669,64669],"mapped",[1576,1581]],[[64670,64670],"mapped",[1576,1582]],[[64671,64671],"mapped",[1576,1605]],[[64672,64672],"mapped",[1576,1607]],[[64673,64673],"mapped",[1578,1580]],[[64674,64674],"mapped",[1578,1581]],[[64675,64675],"mapped",[1578,1582]],[[64676,64676],"mapped",[1578,1605]],[[64677,64677],"mapped",[1578,1607]],[[64678,64678],"mapped",[1579,1605]],[[64679,64679],"mapped",[1580,1581]],[[64680,64680],"mapped",[1580,1605]],[[64681,64681],"mapped",[1581,1580]],[[64682,64682],"mapped",[1581,1605]],[[64683,64683],"mapped",[1582,1580]],[[64684,64684],"mapped",[1582,1605]],[[64685,64685],"mapped",[1587,1580]],[[64686,64686],"mapped",[1587,1581]],[[64687,64687],"mapped",[1587,1582]],[[64688,64688],"mapped",[1587,1605]],[[64689,64689],"mapped",[1589,1581]],[[64690,64690],"mapped",[1589,1582]],[[64691,64691],"mapped",[1589,1605]],[[64692,64692],"mapped",[1590,1580]],[[64693,64693],"mapped",[1590,1581]],[[64694,64694],"mapped",[1590,1582]],[[64695,64695],"mapped",[1590,1605]],[[64696,64696],"mapped",[1591,1581]],[[64697,64697],"mapped",[1592,1605]],[[64698,64698],"mapped",[1593,1580]],[[64699,64699],"mapped",[1593,1605]],[[64700,64700],"mapped",[1594,1580]],[[64701,64701],"mapped",[1594,1605]],[[64702,64702],"mapped",[1601,1580]],[[64703,64703],"mapped",[1601,1581]],[[64704,64704],"mapped",[1601,1582]],[[64705,64705],"mapped",[1601,1605]],[[64706,64706],"mapped",[1602,1581]],[[64707,64707],"mapped",[1602,1605]],[[64708,64708],"mapped",[1603,1580]],[[64709,64709],"mapped",[1603,1581]],[[64710,64710],"mapped",[1603,1582]],[[64711,64711],"mapped",[1603,1604]],[[64712,64712],"mapped",[1603,1605]],[[64713,64713],"mapped",[1604,1580]],[[64714,64714],"mapped",[1604,1581]],[[64715,64715],"mapped",[1604,1582]],[[64716,64716],"mapped",[1604,1605]],[[64717,64717],"mapped",[1604,1607]],[[64718,64718],"mapped",[1605,1580]],[[64719,64719],"mapped",[1605,1581]],[[64720,64720],"mapped",[1605,1582]],[[64721,64721],"mapped",[1605,1605]],[[64722,64722],"mapped",[1606,1580]],[[64723,64723],"mapped",[1606,1581]],[[64724,64724],"mapped",[1606,1582]],[[64725,64725],"mapped",[1606,1605]],[[64726,64726],"mapped",[1606,1607]],[[64727,64727],"mapped",[1607,1580]],[[64728,64728],"mapped",[1607,1605]],[[64729,64729],"mapped",[1607,1648]],[[64730,64730],"mapped",[1610,1580]],[[64731,64731],"mapped",[1610,1581]],[[64732,64732],"mapped",[1610,1582]],[[64733,64733],"mapped",[1610,1605]],[[64734,64734],"mapped",[1610,1607]],[[64735,64735],"mapped",[1574,1605]],[[64736,64736],"mapped",[1574,1607]],[[64737,64737],"mapped",[1576,1605]],[[64738,64738],"mapped",[1576,1607]],[[64739,64739],"mapped",[1578,1605]],[[64740,64740],"mapped",[1578,1607]],[[64741,64741],"mapped",[1579,1605]],[[64742,64742],"mapped",[1579,1607]],[[64743,64743],"mapped",[1587,1605]],[[64744,64744],"mapped",[1587,1607]],[[64745,64745],"mapped",[1588,1605]],[[64746,64746],"mapped",[1588,1607]],[[64747,64747],"mapped",[1603,1604]],[[64748,64748],"mapped",[1603,1605]],[[64749,64749],"mapped",[1604,1605]],[[64750,64750],"mapped",[1606,1605]],[[64751,64751],"mapped",[1606,1607]],[[64752,64752],"mapped",[1610,1605]],[[64753,64753],"mapped",[1610,1607]],[[64754,64754],"mapped",[1600,1614,1617]],[[64755,64755],"mapped",[1600,1615,1617]],[[64756,64756],"mapped",[1600,1616,1617]],[[64757,64757],"mapped",[1591,1609]],[[64758,64758],"mapped",[1591,1610]],[[64759,64759],"mapped",[1593,1609]],[[64760,64760],"mapped",[1593,1610]],[[64761,64761],"mapped",[1594,1609]],[[64762,64762],"mapped",[1594,1610]],[[64763,64763],"mapped",[1587,1609]],[[64764,64764],"mapped",[1587,1610]],[[64765,64765],"mapped",[1588,1609]],[[64766,64766],"mapped",[1588,1610]],[[64767,64767],"mapped",[1581,1609]],[[64768,64768],"mapped",[1581,1610]],[[64769,64769],"mapped",[1580,1609]],[[64770,64770],"mapped",[1580,1610]],[[64771,64771],"mapped",[1582,1609]],[[64772,64772],"mapped",[1582,1610]],[[64773,64773],"mapped",[1589,1609]],[[64774,64774],"mapped",[1589,1610]],[[64775,64775],"mapped",[1590,1609]],[[64776,64776],"mapped",[1590,1610]],[[64777,64777],"mapped",[1588,1580]],[[64778,64778],"mapped",[1588,1581]],[[64779,64779],"mapped",[1588,1582]],[[64780,64780],"mapped",[1588,1605]],[[64781,64781],"mapped",[1588,1585]],[[64782,64782],"mapped",[1587,1585]],[[64783,64783],"mapped",[1589,1585]],[[64784,64784],"mapped",[1590,1585]],[[64785,64785],"mapped",[1591,1609]],[[64786,64786],"mapped",[1591,1610]],[[64787,64787],"mapped",[1593,1609]],[[64788,64788],"mapped",[1593,1610]],[[64789,64789],"mapped",[1594,1609]],[[64790,64790],"mapped",[1594,1610]],[[64791,64791],"mapped",[1587,1609]],[[64792,64792],"mapped",[1587,1610]],[[64793,64793],"mapped",[1588,1609]],[[64794,64794],"mapped",[1588,1610]],[[64795,64795],"mapped",[1581,1609]],[[64796,64796],"mapped",[1581,1610]],[[64797,64797],"mapped",[1580,1609]],[[64798,64798],"mapped",[1580,1610]],[[64799,64799],"mapped",[1582,1609]],[[64800,64800],"mapped",[1582,1610]],[[64801,64801],"mapped",[1589,1609]],[[64802,64802],"mapped",[1589,1610]],[[64803,64803],"mapped",[1590,1609]],[[64804,64804],"mapped",[1590,1610]],[[64805,64805],"mapped",[1588,1580]],[[64806,64806],"mapped",[1588,1581]],[[64807,64807],"mapped",[1588,1582]],[[64808,64808],"mapped",[1588,1605]],[[64809,64809],"mapped",[1588,1585]],[[64810,64810],"mapped",[1587,1585]],[[64811,64811],"mapped",[1589,1585]],[[64812,64812],"mapped",[1590,1585]],[[64813,64813],"mapped",[1588,1580]],[[64814,64814],"mapped",[1588,1581]],[[64815,64815],"mapped",[1588,1582]],[[64816,64816],"mapped",[1588,1605]],[[64817,64817],"mapped",[1587,1607]],[[64818,64818],"mapped",[1588,1607]],[[64819,64819],"mapped",[1591,1605]],[[64820,64820],"mapped",[1587,1580]],[[64821,64821],"mapped",[1587,1581]],[[64822,64822],"mapped",[1587,1582]],[[64823,64823],"mapped",[1588,1580]],[[64824,64824],"mapped",[1588,1581]],[[64825,64825],"mapped",[1588,1582]],[[64826,64826],"mapped",[1591,1605]],[[64827,64827],"mapped",[1592,1605]],[[64828,64829],"mapped",[1575,1611]],[[64830,64831],"valid",[],"NV8"],[[64832,64847],"disallowed"],[[64848,64848],"mapped",[1578,1580,1605]],[[64849,64850],"mapped",[1578,1581,1580]],[[64851,64851],"mapped",[1578,1581,1605]],[[64852,64852],"mapped",[1578,1582,1605]],[[64853,64853],"mapped",[1578,1605,1580]],[[64854,64854],"mapped",[1578,1605,1581]],[[64855,64855],"mapped",[1578,1605,1582]],[[64856,64857],"mapped",[1580,1605,1581]],[[64858,64858],"mapped",[1581,1605,1610]],[[64859,64859],"mapped",[1581,1605,1609]],[[64860,64860],"mapped",[1587,1581,1580]],[[64861,64861],"mapped",[1587,1580,1581]],[[64862,64862],"mapped",[1587,1580,1609]],[[64863,64864],"mapped",[1587,1605,1581]],[[64865,64865],"mapped",[1587,1605,1580]],[[64866,64867],"mapped",[1587,1605,1605]],[[64868,64869],"mapped",[1589,1581,1581]],[[64870,64870],"mapped",[1589,1605,1605]],[[64871,64872],"mapped",[1588,1581,1605]],[[64873,64873],"mapped",[1588,1580,1610]],[[64874,64875],"mapped",[1588,1605,1582]],[[64876,64877],"mapped",[1588,1605,1605]],[[64878,64878],"mapped",[1590,1581,1609]],[[64879,64880],"mapped",[1590,1582,1605]],[[64881,64882],"mapped",[1591,1605,1581]],[[64883,64883],"mapped",[1591,1605,1605]],[[64884,64884],"mapped",[1591,1605,1610]],[[64885,64885],"mapped",[1593,1580,1605]],[[64886,64887],"mapped",[1593,1605,1605]],[[64888,64888],"mapped",[1593,1605,1609]],[[64889,64889],"mapped",[1594,1605,1605]],[[64890,64890],"mapped",[1594,1605,1610]],[[64891,64891],"mapped",[1594,1605,1609]],[[64892,64893],"mapped",[1601,1582,1605]],[[64894,64894],"mapped",[1602,1605,1581]],[[64895,64895],"mapped",[1602,1605,1605]],[[64896,64896],"mapped",[1604,1581,1605]],[[64897,64897],"mapped",[1604,1581,1610]],[[64898,64898],"mapped",[1604,1581,1609]],[[64899,64900],"mapped",[1604,1580,1580]],[[64901,64902],"mapped",[1604,1582,1605]],[[64903,64904],"mapped",[1604,1605,1581]],[[64905,64905],"mapped",[1605,1581,1580]],[[64906,64906],"mapped",[1605,1581,1605]],[[64907,64907],"mapped",[1605,1581,1610]],[[64908,64908],"mapped",[1605,1580,1581]],[[64909,64909],"mapped",[1605,1580,1605]],[[64910,64910],"mapped",[1605,1582,1580]],[[64911,64911],"mapped",[1605,1582,1605]],[[64912,64913],"disallowed"],[[64914,64914],"mapped",[1605,1580,1582]],[[64915,64915],"mapped",[1607,1605,1580]],[[64916,64916],"mapped",[1607,1605,1605]],[[64917,64917],"mapped",[1606,1581,1605]],[[64918,64918],"mapped",[1606,1581,1609]],[[64919,64920],"mapped",[1606,1580,1605]],[[64921,64921],"mapped",[1606,1580,1609]],[[64922,64922],"mapped",[1606,1605,1610]],[[64923,64923],"mapped",[1606,1605,1609]],[[64924,64925],"mapped",[1610,1605,1605]],[[64926,64926],"mapped",[1576,1582,1610]],[[64927,64927],"mapped",[1578,1580,1610]],[[64928,64928],"mapped",[1578,1580,1609]],[[64929,64929],"mapped",[1578,1582,1610]],[[64930,64930],"mapped",[1578,1582,1609]],[[64931,64931],"mapped",[1578,1605,1610]],[[64932,64932],"mapped",[1578,1605,1609]],[[64933,64933],"mapped",[1580,1605,1610]],[[64934,64934],"mapped",[1580,1581,1609]],[[64935,64935],"mapped",[1580,1605,1609]],[[64936,64936],"mapped",[1587,1582,1609]],[[64937,64937],"mapped",[1589,1581,1610]],[[64938,64938],"mapped",[1588,1581,1610]],[[64939,64939],"mapped",[1590,1581,1610]],[[64940,64940],"mapped",[1604,1580,1610]],[[64941,64941],"mapped",[1604,1605,1610]],[[64942,64942],"mapped",[1610,1581,1610]],[[64943,64943],"mapped",[1610,1580,1610]],[[64944,64944],"mapped",[1610,1605,1610]],[[64945,64945],"mapped",[1605,1605,1610]],[[64946,64946],"mapped",[1602,1605,1610]],[[64947,64947],"mapped",[1606,1581,1610]],[[64948,64948],"mapped",[1602,1605,1581]],[[64949,64949],"mapped",[1604,1581,1605]],[[64950,64950],"mapped",[1593,1605,1610]],[[64951,64951],"mapped",[1603,1605,1610]],[[64952,64952],"mapped",[1606,1580,1581]],[[64953,64953],"mapped",[1605,1582,1610]],[[64954,64954],"mapped",[1604,1580,1605]],[[64955,64955],"mapped",[1603,1605,1605]],[[64956,64956],"mapped",[1604,1580,1605]],[[64957,64957],"mapped",[1606,1580,1581]],[[64958,64958],"mapped",[1580,1581,1610]],[[64959,64959],"mapped",[1581,1580,1610]],[[64960,64960],"mapped",[1605,1580,1610]],[[64961,64961],"mapped",[1601,1605,1610]],[[64962,64962],"mapped",[1576,1581,1610]],[[64963,64963],"mapped",[1603,1605,1605]],[[64964,64964],"mapped",[1593,1580,1605]],[[64965,64965],"mapped",[1589,1605,1605]],[[64966,64966],"mapped",[1587,1582,1610]],[[64967,64967],"mapped",[1606,1580,1610]],[[64968,64975],"disallowed"],[[64976,65007],"disallowed"],[[65008,65008],"mapped",[1589,1604,1746]],[[65009,65009],"mapped",[1602,1604,1746]],[[65010,65010],"mapped",[1575,1604,1604,1607]],[[65011,65011],"mapped",[1575,1603,1576,1585]],[[65012,65012],"mapped",[1605,1581,1605,1583]],[[65013,65013],"mapped",[1589,1604,1593,1605]],[[65014,65014],"mapped",[1585,1587,1608,1604]],[[65015,65015],"mapped",[1593,1604,1610,1607]],[[65016,65016],"mapped",[1608,1587,1604,1605]],[[65017,65017],"mapped",[1589,1604,1609]],[[65018,65018],"disallowed_STD3_mapped",[1589,1604,1609,32,1575,1604,1604,1607,32,1593,1604,1610,1607,32,1608,1587,1604,1605]],[[65019,65019],"disallowed_STD3_mapped",[1580,1604,32,1580,1604,1575,1604,1607]],[[65020,65020],"mapped",[1585,1740,1575,1604]],[[65021,65021],"valid",[],"NV8"],[[65022,65023],"disallowed"],[[65024,65039],"ignored"],[[65040,65040],"disallowed_STD3_mapped",[44]],[[65041,65041],"mapped",[12289]],[[65042,65042],"disallowed"],[[65043,65043],"disallowed_STD3_mapped",[58]],[[65044,65044],"disallowed_STD3_mapped",[59]],[[65045,65045],"disallowed_STD3_mapped",[33]],[[65046,65046],"disallowed_STD3_mapped",[63]],[[65047,65047],"mapped",[12310]],[[65048,65048],"mapped",[12311]],[[65049,65049],"disallowed"],[[65050,65055],"disallowed"],[[65056,65059],"valid"],[[65060,65062],"valid"],[[65063,65069],"valid"],[[65070,65071],"valid"],[[65072,65072],"disallowed"],[[65073,65073],"mapped",[8212]],[[65074,65074],"mapped",[8211]],[[65075,65076],"disallowed_STD3_mapped",[95]],[[65077,65077],"disallowed_STD3_mapped",[40]],[[65078,65078],"disallowed_STD3_mapped",[41]],[[65079,65079],"disallowed_STD3_mapped",[123]],[[65080,65080],"disallowed_STD3_mapped",[125]],[[65081,65081],"mapped",[12308]],[[65082,65082],"mapped",[12309]],[[65083,65083],"mapped",[12304]],[[65084,65084],"mapped",[12305]],[[65085,65085],"mapped",[12298]],[[65086,65086],"mapped",[12299]],[[65087,65087],"mapped",[12296]],[[65088,65088],"mapped",[12297]],[[65089,65089],"mapped",[12300]],[[65090,65090],"mapped",[12301]],[[65091,65091],"mapped",[12302]],[[65092,65092],"mapped",[12303]],[[65093,65094],"valid",[],"NV8"],[[65095,65095],"disallowed_STD3_mapped",[91]],[[65096,65096],"disallowed_STD3_mapped",[93]],[[65097,65100],"disallowed_STD3_mapped",[32,773]],[[65101,65103],"disallowed_STD3_mapped",[95]],[[65104,65104],"disallowed_STD3_mapped",[44]],[[65105,65105],"mapped",[12289]],[[65106,65106],"disallowed"],[[65107,65107],"disallowed"],[[65108,65108],"disallowed_STD3_mapped",[59]],[[65109,65109],"disallowed_STD3_mapped",[58]],[[65110,65110],"disallowed_STD3_mapped",[63]],[[65111,65111],"disallowed_STD3_mapped",[33]],[[65112,65112],"mapped",[8212]],[[65113,65113],"disallowed_STD3_mapped",[40]],[[65114,65114],"disallowed_STD3_mapped",[41]],[[65115,65115],"disallowed_STD3_mapped",[123]],[[65116,65116],"disallowed_STD3_mapped",[125]],[[65117,65117],"mapped",[12308]],[[65118,65118],"mapped",[12309]],[[65119,65119],"disallowed_STD3_mapped",[35]],[[65120,65120],"disallowed_STD3_mapped",[38]],[[65121,65121],"disallowed_STD3_mapped",[42]],[[65122,65122],"disallowed_STD3_mapped",[43]],[[65123,65123],"mapped",[45]],[[65124,65124],"disallowed_STD3_mapped",[60]],[[65125,65125],"disallowed_STD3_mapped",[62]],[[65126,65126],"disallowed_STD3_mapped",[61]],[[65127,65127],"disallowed"],[[65128,65128],"disallowed_STD3_mapped",[92]],[[65129,65129],"disallowed_STD3_mapped",[36]],[[65130,65130],"disallowed_STD3_mapped",[37]],[[65131,65131],"disallowed_STD3_mapped",[64]],[[65132,65135],"disallowed"],[[65136,65136],"disallowed_STD3_mapped",[32,1611]],[[65137,65137],"mapped",[1600,1611]],[[65138,65138],"disallowed_STD3_mapped",[32,1612]],[[65139,65139],"valid"],[[65140,65140],"disallowed_STD3_mapped",[32,1613]],[[65141,65141],"disallowed"],[[65142,65142],"disallowed_STD3_mapped",[32,1614]],[[65143,65143],"mapped",[1600,1614]],[[65144,65144],"disallowed_STD3_mapped",[32,1615]],[[65145,65145],"mapped",[1600,1615]],[[65146,65146],"disallowed_STD3_mapped",[32,1616]],[[65147,65147],"mapped",[1600,1616]],[[65148,65148],"disallowed_STD3_mapped",[32,1617]],[[65149,65149],"mapped",[1600,1617]],[[65150,65150],"disallowed_STD3_mapped",[32,1618]],[[65151,65151],"mapped",[1600,1618]],[[65152,65152],"mapped",[1569]],[[65153,65154],"mapped",[1570]],[[65155,65156],"mapped",[1571]],[[65157,65158],"mapped",[1572]],[[65159,65160],"mapped",[1573]],[[65161,65164],"mapped",[1574]],[[65165,65166],"mapped",[1575]],[[65167,65170],"mapped",[1576]],[[65171,65172],"mapped",[1577]],[[65173,65176],"mapped",[1578]],[[65177,65180],"mapped",[1579]],[[65181,65184],"mapped",[1580]],[[65185,65188],"mapped",[1581]],[[65189,65192],"mapped",[1582]],[[65193,65194],"mapped",[1583]],[[65195,65196],"mapped",[1584]],[[65197,65198],"mapped",[1585]],[[65199,65200],"mapped",[1586]],[[65201,65204],"mapped",[1587]],[[65205,65208],"mapped",[1588]],[[65209,65212],"mapped",[1589]],[[65213,65216],"mapped",[1590]],[[65217,65220],"mapped",[1591]],[[65221,65224],"mapped",[1592]],[[65225,65228],"mapped",[1593]],[[65229,65232],"mapped",[1594]],[[65233,65236],"mapped",[1601]],[[65237,65240],"mapped",[1602]],[[65241,65244],"mapped",[1603]],[[65245,65248],"mapped",[1604]],[[65249,65252],"mapped",[1605]],[[65253,65256],"mapped",[1606]],[[65257,65260],"mapped",[1607]],[[65261,65262],"mapped",[1608]],[[65263,65264],"mapped",[1609]],[[65265,65268],"mapped",[1610]],[[65269,65270],"mapped",[1604,1570]],[[65271,65272],"mapped",[1604,1571]],[[65273,65274],"mapped",[1604,1573]],[[65275,65276],"mapped",[1604,1575]],[[65277,65278],"disallowed"],[[65279,65279],"ignored"],[[65280,65280],"disallowed"],[[65281,65281],"disallowed_STD3_mapped",[33]],[[65282,65282],"disallowed_STD3_mapped",[34]],[[65283,65283],"disallowed_STD3_mapped",[35]],[[65284,65284],"disallowed_STD3_mapped",[36]],[[65285,65285],"disallowed_STD3_mapped",[37]],[[65286,65286],"disallowed_STD3_mapped",[38]],[[65287,65287],"disallowed_STD3_mapped",[39]],[[65288,65288],"disallowed_STD3_mapped",[40]],[[65289,65289],"disallowed_STD3_mapped",[41]],[[65290,65290],"disallowed_STD3_mapped",[42]],[[65291,65291],"disallowed_STD3_mapped",[43]],[[65292,65292],"disallowed_STD3_mapped",[44]],[[65293,65293],"mapped",[45]],[[65294,65294],"mapped",[46]],[[65295,65295],"disallowed_STD3_mapped",[47]],[[65296,65296],"mapped",[48]],[[65297,65297],"mapped",[49]],[[65298,65298],"mapped",[50]],[[65299,65299],"mapped",[51]],[[65300,65300],"mapped",[52]],[[65301,65301],"mapped",[53]],[[65302,65302],"mapped",[54]],[[65303,65303],"mapped",[55]],[[65304,65304],"mapped",[56]],[[65305,65305],"mapped",[57]],[[65306,65306],"disallowed_STD3_mapped",[58]],[[65307,65307],"disallowed_STD3_mapped",[59]],[[65308,65308],"disallowed_STD3_mapped",[60]],[[65309,65309],"disallowed_STD3_mapped",[61]],[[65310,65310],"disallowed_STD3_mapped",[62]],[[65311,65311],"disallowed_STD3_mapped",[63]],[[65312,65312],"disallowed_STD3_mapped",[64]],[[65313,65313],"mapped",[97]],[[65314,65314],"mapped",[98]],[[65315,65315],"mapped",[99]],[[65316,65316],"mapped",[100]],[[65317,65317],"mapped",[101]],[[65318,65318],"mapped",[102]],[[65319,65319],"mapped",[103]],[[65320,65320],"mapped",[104]],[[65321,65321],"mapped",[105]],[[65322,65322],"mapped",[106]],[[65323,65323],"mapped",[107]],[[65324,65324],"mapped",[108]],[[65325,65325],"mapped",[109]],[[65326,65326],"mapped",[110]],[[65327,65327],"mapped",[111]],[[65328,65328],"mapped",[112]],[[65329,65329],"mapped",[113]],[[65330,65330],"mapped",[114]],[[65331,65331],"mapped",[115]],[[65332,65332],"mapped",[116]],[[65333,65333],"mapped",[117]],[[65334,65334],"mapped",[118]],[[65335,65335],"mapped",[119]],[[65336,65336],"mapped",[120]],[[65337,65337],"mapped",[121]],[[65338,65338],"mapped",[122]],[[65339,65339],"disallowed_STD3_mapped",[91]],[[65340,65340],"disallowed_STD3_mapped",[92]],[[65341,65341],"disallowed_STD3_mapped",[93]],[[65342,65342],"disallowed_STD3_mapped",[94]],[[65343,65343],"disallowed_STD3_mapped",[95]],[[65344,65344],"disallowed_STD3_mapped",[96]],[[65345,65345],"mapped",[97]],[[65346,65346],"mapped",[98]],[[65347,65347],"mapped",[99]],[[65348,65348],"mapped",[100]],[[65349,65349],"mapped",[101]],[[65350,65350],"mapped",[102]],[[65351,65351],"mapped",[103]],[[65352,65352],"mapped",[104]],[[65353,65353],"mapped",[105]],[[65354,65354],"mapped",[106]],[[65355,65355],"mapped",[107]],[[65356,65356],"mapped",[108]],[[65357,65357],"mapped",[109]],[[65358,65358],"mapped",[110]],[[65359,65359],"mapped",[111]],[[65360,65360],"mapped",[112]],[[65361,65361],"mapped",[113]],[[65362,65362],"mapped",[114]],[[65363,65363],"mapped",[115]],[[65364,65364],"mapped",[116]],[[65365,65365],"mapped",[117]],[[65366,65366],"mapped",[118]],[[65367,65367],"mapped",[119]],[[65368,65368],"mapped",[120]],[[65369,65369],"mapped",[121]],[[65370,65370],"mapped",[122]],[[65371,65371],"disallowed_STD3_mapped",[123]],[[65372,65372],"disallowed_STD3_mapped",[124]],[[65373,65373],"disallowed_STD3_mapped",[125]],[[65374,65374],"disallowed_STD3_mapped",[126]],[[65375,65375],"mapped",[10629]],[[65376,65376],"mapped",[10630]],[[65377,65377],"mapped",[46]],[[65378,65378],"mapped",[12300]],[[65379,65379],"mapped",[12301]],[[65380,65380],"mapped",[12289]],[[65381,65381],"mapped",[12539]],[[65382,65382],"mapped",[12530]],[[65383,65383],"mapped",[12449]],[[65384,65384],"mapped",[12451]],[[65385,65385],"mapped",[12453]],[[65386,65386],"mapped",[12455]],[[65387,65387],"mapped",[12457]],[[65388,65388],"mapped",[12515]],[[65389,65389],"mapped",[12517]],[[65390,65390],"mapped",[12519]],[[65391,65391],"mapped",[12483]],[[65392,65392],"mapped",[12540]],[[65393,65393],"mapped",[12450]],[[65394,65394],"mapped",[12452]],[[65395,65395],"mapped",[12454]],[[65396,65396],"mapped",[12456]],[[65397,65397],"mapped",[12458]],[[65398,65398],"mapped",[12459]],[[65399,65399],"mapped",[12461]],[[65400,65400],"mapped",[12463]],[[65401,65401],"mapped",[12465]],[[65402,65402],"mapped",[12467]],[[65403,65403],"mapped",[12469]],[[65404,65404],"mapped",[12471]],[[65405,65405],"mapped",[12473]],[[65406,65406],"mapped",[12475]],[[65407,65407],"mapped",[12477]],[[65408,65408],"mapped",[12479]],[[65409,65409],"mapped",[12481]],[[65410,65410],"mapped",[12484]],[[65411,65411],"mapped",[12486]],[[65412,65412],"mapped",[12488]],[[65413,65413],"mapped",[12490]],[[65414,65414],"mapped",[12491]],[[65415,65415],"mapped",[12492]],[[65416,65416],"mapped",[12493]],[[65417,65417],"mapped",[12494]],[[65418,65418],"mapped",[12495]],[[65419,65419],"mapped",[12498]],[[65420,65420],"mapped",[12501]],[[65421,65421],"mapped",[12504]],[[65422,65422],"mapped",[12507]],[[65423,65423],"mapped",[12510]],[[65424,65424],"mapped",[12511]],[[65425,65425],"mapped",[12512]],[[65426,65426],"mapped",[12513]],[[65427,65427],"mapped",[12514]],[[65428,65428],"mapped",[12516]],[[65429,65429],"mapped",[12518]],[[65430,65430],"mapped",[12520]],[[65431,65431],"mapped",[12521]],[[65432,65432],"mapped",[12522]],[[65433,65433],"mapped",[12523]],[[65434,65434],"mapped",[12524]],[[65435,65435],"mapped",[12525]],[[65436,65436],"mapped",[12527]],[[65437,65437],"mapped",[12531]],[[65438,65438],"mapped",[12441]],[[65439,65439],"mapped",[12442]],[[65440,65440],"disallowed"],[[65441,65441],"mapped",[4352]],[[65442,65442],"mapped",[4353]],[[65443,65443],"mapped",[4522]],[[65444,65444],"mapped",[4354]],[[65445,65445],"mapped",[4524]],[[65446,65446],"mapped",[4525]],[[65447,65447],"mapped",[4355]],[[65448,65448],"mapped",[4356]],[[65449,65449],"mapped",[4357]],[[65450,65450],"mapped",[4528]],[[65451,65451],"mapped",[4529]],[[65452,65452],"mapped",[4530]],[[65453,65453],"mapped",[4531]],[[65454,65454],"mapped",[4532]],[[65455,65455],"mapped",[4533]],[[65456,65456],"mapped",[4378]],[[65457,65457],"mapped",[4358]],[[65458,65458],"mapped",[4359]],[[65459,65459],"mapped",[4360]],[[65460,65460],"mapped",[4385]],[[65461,65461],"mapped",[4361]],[[65462,65462],"mapped",[4362]],[[65463,65463],"mapped",[4363]],[[65464,65464],"mapped",[4364]],[[65465,65465],"mapped",[4365]],[[65466,65466],"mapped",[4366]],[[65467,65467],"mapped",[4367]],[[65468,65468],"mapped",[4368]],[[65469,65469],"mapped",[4369]],[[65470,65470],"mapped",[4370]],[[65471,65473],"disallowed"],[[65474,65474],"mapped",[4449]],[[65475,65475],"mapped",[4450]],[[65476,65476],"mapped",[4451]],[[65477,65477],"mapped",[4452]],[[65478,65478],"mapped",[4453]],[[65479,65479],"mapped",[4454]],[[65480,65481],"disallowed"],[[65482,65482],"mapped",[4455]],[[65483,65483],"mapped",[4456]],[[65484,65484],"mapped",[4457]],[[65485,65485],"mapped",[4458]],[[65486,65486],"mapped",[4459]],[[65487,65487],"mapped",[4460]],[[65488,65489],"disallowed"],[[65490,65490],"mapped",[4461]],[[65491,65491],"mapped",[4462]],[[65492,65492],"mapped",[4463]],[[65493,65493],"mapped",[4464]],[[65494,65494],"mapped",[4465]],[[65495,65495],"mapped",[4466]],[[65496,65497],"disallowed"],[[65498,65498],"mapped",[4467]],[[65499,65499],"mapped",[4468]],[[65500,65500],"mapped",[4469]],[[65501,65503],"disallowed"],[[65504,65504],"mapped",[162]],[[65505,65505],"mapped",[163]],[[65506,65506],"mapped",[172]],[[65507,65507],"disallowed_STD3_mapped",[32,772]],[[65508,65508],"mapped",[166]],[[65509,65509],"mapped",[165]],[[65510,65510],"mapped",[8361]],[[65511,65511],"disallowed"],[[65512,65512],"mapped",[9474]],[[65513,65513],"mapped",[8592]],[[65514,65514],"mapped",[8593]],[[65515,65515],"mapped",[8594]],[[65516,65516],"mapped",[8595]],[[65517,65517],"mapped",[9632]],[[65518,65518],"mapped",[9675]],[[65519,65528],"disallowed"],[[65529,65531],"disallowed"],[[65532,65532],"disallowed"],[[65533,65533],"disallowed"],[[65534,65535],"disallowed"],[[65536,65547],"valid"],[[65548,65548],"disallowed"],[[65549,65574],"valid"],[[65575,65575],"disallowed"],[[65576,65594],"valid"],[[65595,65595],"disallowed"],[[65596,65597],"valid"],[[65598,65598],"disallowed"],[[65599,65613],"valid"],[[65614,65615],"disallowed"],[[65616,65629],"valid"],[[65630,65663],"disallowed"],[[65664,65786],"valid"],[[65787,65791],"disallowed"],[[65792,65794],"valid",[],"NV8"],[[65795,65798],"disallowed"],[[65799,65843],"valid",[],"NV8"],[[65844,65846],"disallowed"],[[65847,65855],"valid",[],"NV8"],[[65856,65930],"valid",[],"NV8"],[[65931,65932],"valid",[],"NV8"],[[65933,65935],"disallowed"],[[65936,65947],"valid",[],"NV8"],[[65948,65951],"disallowed"],[[65952,65952],"valid",[],"NV8"],[[65953,65999],"disallowed"],[[66e3,66044],"valid",[],"NV8"],[[66045,66045],"valid"],[[66046,66175],"disallowed"],[[66176,66204],"valid"],[[66205,66207],"disallowed"],[[66208,66256],"valid"],[[66257,66271],"disallowed"],[[66272,66272],"valid"],[[66273,66299],"valid",[],"NV8"],[[66300,66303],"disallowed"],[[66304,66334],"valid"],[[66335,66335],"valid"],[[66336,66339],"valid",[],"NV8"],[[66340,66351],"disallowed"],[[66352,66368],"valid"],[[66369,66369],"valid",[],"NV8"],[[66370,66377],"valid"],[[66378,66378],"valid",[],"NV8"],[[66379,66383],"disallowed"],[[66384,66426],"valid"],[[66427,66431],"disallowed"],[[66432,66461],"valid"],[[66462,66462],"disallowed"],[[66463,66463],"valid",[],"NV8"],[[66464,66499],"valid"],[[66500,66503],"disallowed"],[[66504,66511],"valid"],[[66512,66517],"valid",[],"NV8"],[[66518,66559],"disallowed"],[[66560,66560],"mapped",[66600]],[[66561,66561],"mapped",[66601]],[[66562,66562],"mapped",[66602]],[[66563,66563],"mapped",[66603]],[[66564,66564],"mapped",[66604]],[[66565,66565],"mapped",[66605]],[[66566,66566],"mapped",[66606]],[[66567,66567],"mapped",[66607]],[[66568,66568],"mapped",[66608]],[[66569,66569],"mapped",[66609]],[[66570,66570],"mapped",[66610]],[[66571,66571],"mapped",[66611]],[[66572,66572],"mapped",[66612]],[[66573,66573],"mapped",[66613]],[[66574,66574],"mapped",[66614]],[[66575,66575],"mapped",[66615]],[[66576,66576],"mapped",[66616]],[[66577,66577],"mapped",[66617]],[[66578,66578],"mapped",[66618]],[[66579,66579],"mapped",[66619]],[[66580,66580],"mapped",[66620]],[[66581,66581],"mapped",[66621]],[[66582,66582],"mapped",[66622]],[[66583,66583],"mapped",[66623]],[[66584,66584],"mapped",[66624]],[[66585,66585],"mapped",[66625]],[[66586,66586],"mapped",[66626]],[[66587,66587],"mapped",[66627]],[[66588,66588],"mapped",[66628]],[[66589,66589],"mapped",[66629]],[[66590,66590],"mapped",[66630]],[[66591,66591],"mapped",[66631]],[[66592,66592],"mapped",[66632]],[[66593,66593],"mapped",[66633]],[[66594,66594],"mapped",[66634]],[[66595,66595],"mapped",[66635]],[[66596,66596],"mapped",[66636]],[[66597,66597],"mapped",[66637]],[[66598,66598],"mapped",[66638]],[[66599,66599],"mapped",[66639]],[[66600,66637],"valid"],[[66638,66717],"valid"],[[66718,66719],"disallowed"],[[66720,66729],"valid"],[[66730,66815],"disallowed"],[[66816,66855],"valid"],[[66856,66863],"disallowed"],[[66864,66915],"valid"],[[66916,66926],"disallowed"],[[66927,66927],"valid",[],"NV8"],[[66928,67071],"disallowed"],[[67072,67382],"valid"],[[67383,67391],"disallowed"],[[67392,67413],"valid"],[[67414,67423],"disallowed"],[[67424,67431],"valid"],[[67432,67583],"disallowed"],[[67584,67589],"valid"],[[67590,67591],"disallowed"],[[67592,67592],"valid"],[[67593,67593],"disallowed"],[[67594,67637],"valid"],[[67638,67638],"disallowed"],[[67639,67640],"valid"],[[67641,67643],"disallowed"],[[67644,67644],"valid"],[[67645,67646],"disallowed"],[[67647,67647],"valid"],[[67648,67669],"valid"],[[67670,67670],"disallowed"],[[67671,67679],"valid",[],"NV8"],[[67680,67702],"valid"],[[67703,67711],"valid",[],"NV8"],[[67712,67742],"valid"],[[67743,67750],"disallowed"],[[67751,67759],"valid",[],"NV8"],[[67760,67807],"disallowed"],[[67808,67826],"valid"],[[67827,67827],"disallowed"],[[67828,67829],"valid"],[[67830,67834],"disallowed"],[[67835,67839],"valid",[],"NV8"],[[67840,67861],"valid"],[[67862,67865],"valid",[],"NV8"],[[67866,67867],"valid",[],"NV8"],[[67868,67870],"disallowed"],[[67871,67871],"valid",[],"NV8"],[[67872,67897],"valid"],[[67898,67902],"disallowed"],[[67903,67903],"valid",[],"NV8"],[[67904,67967],"disallowed"],[[67968,68023],"valid"],[[68024,68027],"disallowed"],[[68028,68029],"valid",[],"NV8"],[[68030,68031],"valid"],[[68032,68047],"valid",[],"NV8"],[[68048,68049],"disallowed"],[[68050,68095],"valid",[],"NV8"],[[68096,68099],"valid"],[[68100,68100],"disallowed"],[[68101,68102],"valid"],[[68103,68107],"disallowed"],[[68108,68115],"valid"],[[68116,68116],"disallowed"],[[68117,68119],"valid"],[[68120,68120],"disallowed"],[[68121,68147],"valid"],[[68148,68151],"disallowed"],[[68152,68154],"valid"],[[68155,68158],"disallowed"],[[68159,68159],"valid"],[[68160,68167],"valid",[],"NV8"],[[68168,68175],"disallowed"],[[68176,68184],"valid",[],"NV8"],[[68185,68191],"disallowed"],[[68192,68220],"valid"],[[68221,68223],"valid",[],"NV8"],[[68224,68252],"valid"],[[68253,68255],"valid",[],"NV8"],[[68256,68287],"disallowed"],[[68288,68295],"valid"],[[68296,68296],"valid",[],"NV8"],[[68297,68326],"valid"],[[68327,68330],"disallowed"],[[68331,68342],"valid",[],"NV8"],[[68343,68351],"disallowed"],[[68352,68405],"valid"],[[68406,68408],"disallowed"],[[68409,68415],"valid",[],"NV8"],[[68416,68437],"valid"],[[68438,68439],"disallowed"],[[68440,68447],"valid",[],"NV8"],[[68448,68466],"valid"],[[68467,68471],"disallowed"],[[68472,68479],"valid",[],"NV8"],[[68480,68497],"valid"],[[68498,68504],"disallowed"],[[68505,68508],"valid",[],"NV8"],[[68509,68520],"disallowed"],[[68521,68527],"valid",[],"NV8"],[[68528,68607],"disallowed"],[[68608,68680],"valid"],[[68681,68735],"disallowed"],[[68736,68736],"mapped",[68800]],[[68737,68737],"mapped",[68801]],[[68738,68738],"mapped",[68802]],[[68739,68739],"mapped",[68803]],[[68740,68740],"mapped",[68804]],[[68741,68741],"mapped",[68805]],[[68742,68742],"mapped",[68806]],[[68743,68743],"mapped",[68807]],[[68744,68744],"mapped",[68808]],[[68745,68745],"mapped",[68809]],[[68746,68746],"mapped",[68810]],[[68747,68747],"mapped",[68811]],[[68748,68748],"mapped",[68812]],[[68749,68749],"mapped",[68813]],[[68750,68750],"mapped",[68814]],[[68751,68751],"mapped",[68815]],[[68752,68752],"mapped",[68816]],[[68753,68753],"mapped",[68817]],[[68754,68754],"mapped",[68818]],[[68755,68755],"mapped",[68819]],[[68756,68756],"mapped",[68820]],[[68757,68757],"mapped",[68821]],[[68758,68758],"mapped",[68822]],[[68759,68759],"mapped",[68823]],[[68760,68760],"mapped",[68824]],[[68761,68761],"mapped",[68825]],[[68762,68762],"mapped",[68826]],[[68763,68763],"mapped",[68827]],[[68764,68764],"mapped",[68828]],[[68765,68765],"mapped",[68829]],[[68766,68766],"mapped",[68830]],[[68767,68767],"mapped",[68831]],[[68768,68768],"mapped",[68832]],[[68769,68769],"mapped",[68833]],[[68770,68770],"mapped",[68834]],[[68771,68771],"mapped",[68835]],[[68772,68772],"mapped",[68836]],[[68773,68773],"mapped",[68837]],[[68774,68774],"mapped",[68838]],[[68775,68775],"mapped",[68839]],[[68776,68776],"mapped",[68840]],[[68777,68777],"mapped",[68841]],[[68778,68778],"mapped",[68842]],[[68779,68779],"mapped",[68843]],[[68780,68780],"mapped",[68844]],[[68781,68781],"mapped",[68845]],[[68782,68782],"mapped",[68846]],[[68783,68783],"mapped",[68847]],[[68784,68784],"mapped",[68848]],[[68785,68785],"mapped",[68849]],[[68786,68786],"mapped",[68850]],[[68787,68799],"disallowed"],[[68800,68850],"valid"],[[68851,68857],"disallowed"],[[68858,68863],"valid",[],"NV8"],[[68864,69215],"disallowed"],[[69216,69246],"valid",[],"NV8"],[[69247,69631],"disallowed"],[[69632,69702],"valid"],[[69703,69709],"valid",[],"NV8"],[[69710,69713],"disallowed"],[[69714,69733],"valid",[],"NV8"],[[69734,69743],"valid"],[[69744,69758],"disallowed"],[[69759,69759],"valid"],[[69760,69818],"valid"],[[69819,69820],"valid",[],"NV8"],[[69821,69821],"disallowed"],[[69822,69825],"valid",[],"NV8"],[[69826,69839],"disallowed"],[[69840,69864],"valid"],[[69865,69871],"disallowed"],[[69872,69881],"valid"],[[69882,69887],"disallowed"],[[69888,69940],"valid"],[[69941,69941],"disallowed"],[[69942,69951],"valid"],[[69952,69955],"valid",[],"NV8"],[[69956,69967],"disallowed"],[[69968,70003],"valid"],[[70004,70005],"valid",[],"NV8"],[[70006,70006],"valid"],[[70007,70015],"disallowed"],[[70016,70084],"valid"],[[70085,70088],"valid",[],"NV8"],[[70089,70089],"valid",[],"NV8"],[[70090,70092],"valid"],[[70093,70093],"valid",[],"NV8"],[[70094,70095],"disallowed"],[[70096,70105],"valid"],[[70106,70106],"valid"],[[70107,70107],"valid",[],"NV8"],[[70108,70108],"valid"],[[70109,70111],"valid",[],"NV8"],[[70112,70112],"disallowed"],[[70113,70132],"valid",[],"NV8"],[[70133,70143],"disallowed"],[[70144,70161],"valid"],[[70162,70162],"disallowed"],[[70163,70199],"valid"],[[70200,70205],"valid",[],"NV8"],[[70206,70271],"disallowed"],[[70272,70278],"valid"],[[70279,70279],"disallowed"],[[70280,70280],"valid"],[[70281,70281],"disallowed"],[[70282,70285],"valid"],[[70286,70286],"disallowed"],[[70287,70301],"valid"],[[70302,70302],"disallowed"],[[70303,70312],"valid"],[[70313,70313],"valid",[],"NV8"],[[70314,70319],"disallowed"],[[70320,70378],"valid"],[[70379,70383],"disallowed"],[[70384,70393],"valid"],[[70394,70399],"disallowed"],[[70400,70400],"valid"],[[70401,70403],"valid"],[[70404,70404],"disallowed"],[[70405,70412],"valid"],[[70413,70414],"disallowed"],[[70415,70416],"valid"],[[70417,70418],"disallowed"],[[70419,70440],"valid"],[[70441,70441],"disallowed"],[[70442,70448],"valid"],[[70449,70449],"disallowed"],[[70450,70451],"valid"],[[70452,70452],"disallowed"],[[70453,70457],"valid"],[[70458,70459],"disallowed"],[[70460,70468],"valid"],[[70469,70470],"disallowed"],[[70471,70472],"valid"],[[70473,70474],"disallowed"],[[70475,70477],"valid"],[[70478,70479],"disallowed"],[[70480,70480],"valid"],[[70481,70486],"disallowed"],[[70487,70487],"valid"],[[70488,70492],"disallowed"],[[70493,70499],"valid"],[[70500,70501],"disallowed"],[[70502,70508],"valid"],[[70509,70511],"disallowed"],[[70512,70516],"valid"],[[70517,70783],"disallowed"],[[70784,70853],"valid"],[[70854,70854],"valid",[],"NV8"],[[70855,70855],"valid"],[[70856,70863],"disallowed"],[[70864,70873],"valid"],[[70874,71039],"disallowed"],[[71040,71093],"valid"],[[71094,71095],"disallowed"],[[71096,71104],"valid"],[[71105,71113],"valid",[],"NV8"],[[71114,71127],"valid",[],"NV8"],[[71128,71133],"valid"],[[71134,71167],"disallowed"],[[71168,71232],"valid"],[[71233,71235],"valid",[],"NV8"],[[71236,71236],"valid"],[[71237,71247],"disallowed"],[[71248,71257],"valid"],[[71258,71295],"disallowed"],[[71296,71351],"valid"],[[71352,71359],"disallowed"],[[71360,71369],"valid"],[[71370,71423],"disallowed"],[[71424,71449],"valid"],[[71450,71452],"disallowed"],[[71453,71467],"valid"],[[71468,71471],"disallowed"],[[71472,71481],"valid"],[[71482,71487],"valid",[],"NV8"],[[71488,71839],"disallowed"],[[71840,71840],"mapped",[71872]],[[71841,71841],"mapped",[71873]],[[71842,71842],"mapped",[71874]],[[71843,71843],"mapped",[71875]],[[71844,71844],"mapped",[71876]],[[71845,71845],"mapped",[71877]],[[71846,71846],"mapped",[71878]],[[71847,71847],"mapped",[71879]],[[71848,71848],"mapped",[71880]],[[71849,71849],"mapped",[71881]],[[71850,71850],"mapped",[71882]],[[71851,71851],"mapped",[71883]],[[71852,71852],"mapped",[71884]],[[71853,71853],"mapped",[71885]],[[71854,71854],"mapped",[71886]],[[71855,71855],"mapped",[71887]],[[71856,71856],"mapped",[71888]],[[71857,71857],"mapped",[71889]],[[71858,71858],"mapped",[71890]],[[71859,71859],"mapped",[71891]],[[71860,71860],"mapped",[71892]],[[71861,71861],"mapped",[71893]],[[71862,71862],"mapped",[71894]],[[71863,71863],"mapped",[71895]],[[71864,71864],"mapped",[71896]],[[71865,71865],"mapped",[71897]],[[71866,71866],"mapped",[71898]],[[71867,71867],"mapped",[71899]],[[71868,71868],"mapped",[71900]],[[71869,71869],"mapped",[71901]],[[71870,71870],"mapped",[71902]],[[71871,71871],"mapped",[71903]],[[71872,71913],"valid"],[[71914,71922],"valid",[],"NV8"],[[71923,71934],"disallowed"],[[71935,71935],"valid"],[[71936,72383],"disallowed"],[[72384,72440],"valid"],[[72441,73727],"disallowed"],[[73728,74606],"valid"],[[74607,74648],"valid"],[[74649,74649],"valid"],[[74650,74751],"disallowed"],[[74752,74850],"valid",[],"NV8"],[[74851,74862],"valid",[],"NV8"],[[74863,74863],"disallowed"],[[74864,74867],"valid",[],"NV8"],[[74868,74868],"valid",[],"NV8"],[[74869,74879],"disallowed"],[[74880,75075],"valid"],[[75076,77823],"disallowed"],[[77824,78894],"valid"],[[78895,82943],"disallowed"],[[82944,83526],"valid"],[[83527,92159],"disallowed"],[[92160,92728],"valid"],[[92729,92735],"disallowed"],[[92736,92766],"valid"],[[92767,92767],"disallowed"],[[92768,92777],"valid"],[[92778,92781],"disallowed"],[[92782,92783],"valid",[],"NV8"],[[92784,92879],"disallowed"],[[92880,92909],"valid"],[[92910,92911],"disallowed"],[[92912,92916],"valid"],[[92917,92917],"valid",[],"NV8"],[[92918,92927],"disallowed"],[[92928,92982],"valid"],[[92983,92991],"valid",[],"NV8"],[[92992,92995],"valid"],[[92996,92997],"valid",[],"NV8"],[[92998,93007],"disallowed"],[[93008,93017],"valid"],[[93018,93018],"disallowed"],[[93019,93025],"valid",[],"NV8"],[[93026,93026],"disallowed"],[[93027,93047],"valid"],[[93048,93052],"disallowed"],[[93053,93071],"valid"],[[93072,93951],"disallowed"],[[93952,94020],"valid"],[[94021,94031],"disallowed"],[[94032,94078],"valid"],[[94079,94094],"disallowed"],[[94095,94111],"valid"],[[94112,110591],"disallowed"],[[110592,110593],"valid"],[[110594,113663],"disallowed"],[[113664,113770],"valid"],[[113771,113775],"disallowed"],[[113776,113788],"valid"],[[113789,113791],"disallowed"],[[113792,113800],"valid"],[[113801,113807],"disallowed"],[[113808,113817],"valid"],[[113818,113819],"disallowed"],[[113820,113820],"valid",[],"NV8"],[[113821,113822],"valid"],[[113823,113823],"valid",[],"NV8"],[[113824,113827],"ignored"],[[113828,118783],"disallowed"],[[118784,119029],"valid",[],"NV8"],[[119030,119039],"disallowed"],[[119040,119078],"valid",[],"NV8"],[[119079,119080],"disallowed"],[[119081,119081],"valid",[],"NV8"],[[119082,119133],"valid",[],"NV8"],[[119134,119134],"mapped",[119127,119141]],[[119135,119135],"mapped",[119128,119141]],[[119136,119136],"mapped",[119128,119141,119150]],[[119137,119137],"mapped",[119128,119141,119151]],[[119138,119138],"mapped",[119128,119141,119152]],[[119139,119139],"mapped",[119128,119141,119153]],[[119140,119140],"mapped",[119128,119141,119154]],[[119141,119154],"valid",[],"NV8"],[[119155,119162],"disallowed"],[[119163,119226],"valid",[],"NV8"],[[119227,119227],"mapped",[119225,119141]],[[119228,119228],"mapped",[119226,119141]],[[119229,119229],"mapped",[119225,119141,119150]],[[119230,119230],"mapped",[119226,119141,119150]],[[119231,119231],"mapped",[119225,119141,119151]],[[119232,119232],"mapped",[119226,119141,119151]],[[119233,119261],"valid",[],"NV8"],[[119262,119272],"valid",[],"NV8"],[[119273,119295],"disallowed"],[[119296,119365],"valid",[],"NV8"],[[119366,119551],"disallowed"],[[119552,119638],"valid",[],"NV8"],[[119639,119647],"disallowed"],[[119648,119665],"valid",[],"NV8"],[[119666,119807],"disallowed"],[[119808,119808],"mapped",[97]],[[119809,119809],"mapped",[98]],[[119810,119810],"mapped",[99]],[[119811,119811],"mapped",[100]],[[119812,119812],"mapped",[101]],[[119813,119813],"mapped",[102]],[[119814,119814],"mapped",[103]],[[119815,119815],"mapped",[104]],[[119816,119816],"mapped",[105]],[[119817,119817],"mapped",[106]],[[119818,119818],"mapped",[107]],[[119819,119819],"mapped",[108]],[[119820,119820],"mapped",[109]],[[119821,119821],"mapped",[110]],[[119822,119822],"mapped",[111]],[[119823,119823],"mapped",[112]],[[119824,119824],"mapped",[113]],[[119825,119825],"mapped",[114]],[[119826,119826],"mapped",[115]],[[119827,119827],"mapped",[116]],[[119828,119828],"mapped",[117]],[[119829,119829],"mapped",[118]],[[119830,119830],"mapped",[119]],[[119831,119831],"mapped",[120]],[[119832,119832],"mapped",[121]],[[119833,119833],"mapped",[122]],[[119834,119834],"mapped",[97]],[[119835,119835],"mapped",[98]],[[119836,119836],"mapped",[99]],[[119837,119837],"mapped",[100]],[[119838,119838],"mapped",[101]],[[119839,119839],"mapped",[102]],[[119840,119840],"mapped",[103]],[[119841,119841],"mapped",[104]],[[119842,119842],"mapped",[105]],[[119843,119843],"mapped",[106]],[[119844,119844],"mapped",[107]],[[119845,119845],"mapped",[108]],[[119846,119846],"mapped",[109]],[[119847,119847],"mapped",[110]],[[119848,119848],"mapped",[111]],[[119849,119849],"mapped",[112]],[[119850,119850],"mapped",[113]],[[119851,119851],"mapped",[114]],[[119852,119852],"mapped",[115]],[[119853,119853],"mapped",[116]],[[119854,119854],"mapped",[117]],[[119855,119855],"mapped",[118]],[[119856,119856],"mapped",[119]],[[119857,119857],"mapped",[120]],[[119858,119858],"mapped",[121]],[[119859,119859],"mapped",[122]],[[119860,119860],"mapped",[97]],[[119861,119861],"mapped",[98]],[[119862,119862],"mapped",[99]],[[119863,119863],"mapped",[100]],[[119864,119864],"mapped",[101]],[[119865,119865],"mapped",[102]],[[119866,119866],"mapped",[103]],[[119867,119867],"mapped",[104]],[[119868,119868],"mapped",[105]],[[119869,119869],"mapped",[106]],[[119870,119870],"mapped",[107]],[[119871,119871],"mapped",[108]],[[119872,119872],"mapped",[109]],[[119873,119873],"mapped",[110]],[[119874,119874],"mapped",[111]],[[119875,119875],"mapped",[112]],[[119876,119876],"mapped",[113]],[[119877,119877],"mapped",[114]],[[119878,119878],"mapped",[115]],[[119879,119879],"mapped",[116]],[[119880,119880],"mapped",[117]],[[119881,119881],"mapped",[118]],[[119882,119882],"mapped",[119]],[[119883,119883],"mapped",[120]],[[119884,119884],"mapped",[121]],[[119885,119885],"mapped",[122]],[[119886,119886],"mapped",[97]],[[119887,119887],"mapped",[98]],[[119888,119888],"mapped",[99]],[[119889,119889],"mapped",[100]],[[119890,119890],"mapped",[101]],[[119891,119891],"mapped",[102]],[[119892,119892],"mapped",[103]],[[119893,119893],"disallowed"],[[119894,119894],"mapped",[105]],[[119895,119895],"mapped",[106]],[[119896,119896],"mapped",[107]],[[119897,119897],"mapped",[108]],[[119898,119898],"mapped",[109]],[[119899,119899],"mapped",[110]],[[119900,119900],"mapped",[111]],[[119901,119901],"mapped",[112]],[[119902,119902],"mapped",[113]],[[119903,119903],"mapped",[114]],[[119904,119904],"mapped",[115]],[[119905,119905],"mapped",[116]],[[119906,119906],"mapped",[117]],[[119907,119907],"mapped",[118]],[[119908,119908],"mapped",[119]],[[119909,119909],"mapped",[120]],[[119910,119910],"mapped",[121]],[[119911,119911],"mapped",[122]],[[119912,119912],"mapped",[97]],[[119913,119913],"mapped",[98]],[[119914,119914],"mapped",[99]],[[119915,119915],"mapped",[100]],[[119916,119916],"mapped",[101]],[[119917,119917],"mapped",[102]],[[119918,119918],"mapped",[103]],[[119919,119919],"mapped",[104]],[[119920,119920],"mapped",[105]],[[119921,119921],"mapped",[106]],[[119922,119922],"mapped",[107]],[[119923,119923],"mapped",[108]],[[119924,119924],"mapped",[109]],[[119925,119925],"mapped",[110]],[[119926,119926],"mapped",[111]],[[119927,119927],"mapped",[112]],[[119928,119928],"mapped",[113]],[[119929,119929],"mapped",[114]],[[119930,119930],"mapped",[115]],[[119931,119931],"mapped",[116]],[[119932,119932],"mapped",[117]],[[119933,119933],"mapped",[118]],[[119934,119934],"mapped",[119]],[[119935,119935],"mapped",[120]],[[119936,119936],"mapped",[121]],[[119937,119937],"mapped",[122]],[[119938,119938],"mapped",[97]],[[119939,119939],"mapped",[98]],[[119940,119940],"mapped",[99]],[[119941,119941],"mapped",[100]],[[119942,119942],"mapped",[101]],[[119943,119943],"mapped",[102]],[[119944,119944],"mapped",[103]],[[119945,119945],"mapped",[104]],[[119946,119946],"mapped",[105]],[[119947,119947],"mapped",[106]],[[119948,119948],"mapped",[107]],[[119949,119949],"mapped",[108]],[[119950,119950],"mapped",[109]],[[119951,119951],"mapped",[110]],[[119952,119952],"mapped",[111]],[[119953,119953],"mapped",[112]],[[119954,119954],"mapped",[113]],[[119955,119955],"mapped",[114]],[[119956,119956],"mapped",[115]],[[119957,119957],"mapped",[116]],[[119958,119958],"mapped",[117]],[[119959,119959],"mapped",[118]],[[119960,119960],"mapped",[119]],[[119961,119961],"mapped",[120]],[[119962,119962],"mapped",[121]],[[119963,119963],"mapped",[122]],[[119964,119964],"mapped",[97]],[[119965,119965],"disallowed"],[[119966,119966],"mapped",[99]],[[119967,119967],"mapped",[100]],[[119968,119969],"disallowed"],[[119970,119970],"mapped",[103]],[[119971,119972],"disallowed"],[[119973,119973],"mapped",[106]],[[119974,119974],"mapped",[107]],[[119975,119976],"disallowed"],[[119977,119977],"mapped",[110]],[[119978,119978],"mapped",[111]],[[119979,119979],"mapped",[112]],[[119980,119980],"mapped",[113]],[[119981,119981],"disallowed"],[[119982,119982],"mapped",[115]],[[119983,119983],"mapped",[116]],[[119984,119984],"mapped",[117]],[[119985,119985],"mapped",[118]],[[119986,119986],"mapped",[119]],[[119987,119987],"mapped",[120]],[[119988,119988],"mapped",[121]],[[119989,119989],"mapped",[122]],[[119990,119990],"mapped",[97]],[[119991,119991],"mapped",[98]],[[119992,119992],"mapped",[99]],[[119993,119993],"mapped",[100]],[[119994,119994],"disallowed"],[[119995,119995],"mapped",[102]],[[119996,119996],"disallowed"],[[119997,119997],"mapped",[104]],[[119998,119998],"mapped",[105]],[[119999,119999],"mapped",[106]],[[12e4,12e4],"mapped",[107]],[[120001,120001],"mapped",[108]],[[120002,120002],"mapped",[109]],[[120003,120003],"mapped",[110]],[[120004,120004],"disallowed"],[[120005,120005],"mapped",[112]],[[120006,120006],"mapped",[113]],[[120007,120007],"mapped",[114]],[[120008,120008],"mapped",[115]],[[120009,120009],"mapped",[116]],[[120010,120010],"mapped",[117]],[[120011,120011],"mapped",[118]],[[120012,120012],"mapped",[119]],[[120013,120013],"mapped",[120]],[[120014,120014],"mapped",[121]],[[120015,120015],"mapped",[122]],[[120016,120016],"mapped",[97]],[[120017,120017],"mapped",[98]],[[120018,120018],"mapped",[99]],[[120019,120019],"mapped",[100]],[[120020,120020],"mapped",[101]],[[120021,120021],"mapped",[102]],[[120022,120022],"mapped",[103]],[[120023,120023],"mapped",[104]],[[120024,120024],"mapped",[105]],[[120025,120025],"mapped",[106]],[[120026,120026],"mapped",[107]],[[120027,120027],"mapped",[108]],[[120028,120028],"mapped",[109]],[[120029,120029],"mapped",[110]],[[120030,120030],"mapped",[111]],[[120031,120031],"mapped",[112]],[[120032,120032],"mapped",[113]],[[120033,120033],"mapped",[114]],[[120034,120034],"mapped",[115]],[[120035,120035],"mapped",[116]],[[120036,120036],"mapped",[117]],[[120037,120037],"mapped",[118]],[[120038,120038],"mapped",[119]],[[120039,120039],"mapped",[120]],[[120040,120040],"mapped",[121]],[[120041,120041],"mapped",[122]],[[120042,120042],"mapped",[97]],[[120043,120043],"mapped",[98]],[[120044,120044],"mapped",[99]],[[120045,120045],"mapped",[100]],[[120046,120046],"mapped",[101]],[[120047,120047],"mapped",[102]],[[120048,120048],"mapped",[103]],[[120049,120049],"mapped",[104]],[[120050,120050],"mapped",[105]],[[120051,120051],"mapped",[106]],[[120052,120052],"mapped",[107]],[[120053,120053],"mapped",[108]],[[120054,120054],"mapped",[109]],[[120055,120055],"mapped",[110]],[[120056,120056],"mapped",[111]],[[120057,120057],"mapped",[112]],[[120058,120058],"mapped",[113]],[[120059,120059],"mapped",[114]],[[120060,120060],"mapped",[115]],[[120061,120061],"mapped",[116]],[[120062,120062],"mapped",[117]],[[120063,120063],"mapped",[118]],[[120064,120064],"mapped",[119]],[[120065,120065],"mapped",[120]],[[120066,120066],"mapped",[121]],[[120067,120067],"mapped",[122]],[[120068,120068],"mapped",[97]],[[120069,120069],"mapped",[98]],[[120070,120070],"disallowed"],[[120071,120071],"mapped",[100]],[[120072,120072],"mapped",[101]],[[120073,120073],"mapped",[102]],[[120074,120074],"mapped",[103]],[[120075,120076],"disallowed"],[[120077,120077],"mapped",[106]],[[120078,120078],"mapped",[107]],[[120079,120079],"mapped",[108]],[[120080,120080],"mapped",[109]],[[120081,120081],"mapped",[110]],[[120082,120082],"mapped",[111]],[[120083,120083],"mapped",[112]],[[120084,120084],"mapped",[113]],[[120085,120085],"disallowed"],[[120086,120086],"mapped",[115]],[[120087,120087],"mapped",[116]],[[120088,120088],"mapped",[117]],[[120089,120089],"mapped",[118]],[[120090,120090],"mapped",[119]],[[120091,120091],"mapped",[120]],[[120092,120092],"mapped",[121]],[[120093,120093],"disallowed"],[[120094,120094],"mapped",[97]],[[120095,120095],"mapped",[98]],[[120096,120096],"mapped",[99]],[[120097,120097],"mapped",[100]],[[120098,120098],"mapped",[101]],[[120099,120099],"mapped",[102]],[[120100,120100],"mapped",[103]],[[120101,120101],"mapped",[104]],[[120102,120102],"mapped",[105]],[[120103,120103],"mapped",[106]],[[120104,120104],"mapped",[107]],[[120105,120105],"mapped",[108]],[[120106,120106],"mapped",[109]],[[120107,120107],"mapped",[110]],[[120108,120108],"mapped",[111]],[[120109,120109],"mapped",[112]],[[120110,120110],"mapped",[113]],[[120111,120111],"mapped",[114]],[[120112,120112],"mapped",[115]],[[120113,120113],"mapped",[116]],[[120114,120114],"mapped",[117]],[[120115,120115],"mapped",[118]],[[120116,120116],"mapped",[119]],[[120117,120117],"mapped",[120]],[[120118,120118],"mapped",[121]],[[120119,120119],"mapped",[122]],[[120120,120120],"mapped",[97]],[[120121,120121],"mapped",[98]],[[120122,120122],"disallowed"],[[120123,120123],"mapped",[100]],[[120124,120124],"mapped",[101]],[[120125,120125],"mapped",[102]],[[120126,120126],"mapped",[103]],[[120127,120127],"disallowed"],[[120128,120128],"mapped",[105]],[[120129,120129],"mapped",[106]],[[120130,120130],"mapped",[107]],[[120131,120131],"mapped",[108]],[[120132,120132],"mapped",[109]],[[120133,120133],"disallowed"],[[120134,120134],"mapped",[111]],[[120135,120137],"disallowed"],[[120138,120138],"mapped",[115]],[[120139,120139],"mapped",[116]],[[120140,120140],"mapped",[117]],[[120141,120141],"mapped",[118]],[[120142,120142],"mapped",[119]],[[120143,120143],"mapped",[120]],[[120144,120144],"mapped",[121]],[[120145,120145],"disallowed"],[[120146,120146],"mapped",[97]],[[120147,120147],"mapped",[98]],[[120148,120148],"mapped",[99]],[[120149,120149],"mapped",[100]],[[120150,120150],"mapped",[101]],[[120151,120151],"mapped",[102]],[[120152,120152],"mapped",[103]],[[120153,120153],"mapped",[104]],[[120154,120154],"mapped",[105]],[[120155,120155],"mapped",[106]],[[120156,120156],"mapped",[107]],[[120157,120157],"mapped",[108]],[[120158,120158],"mapped",[109]],[[120159,120159],"mapped",[110]],[[120160,120160],"mapped",[111]],[[120161,120161],"mapped",[112]],[[120162,120162],"mapped",[113]],[[120163,120163],"mapped",[114]],[[120164,120164],"mapped",[115]],[[120165,120165],"mapped",[116]],[[120166,120166],"mapped",[117]],[[120167,120167],"mapped",[118]],[[120168,120168],"mapped",[119]],[[120169,120169],"mapped",[120]],[[120170,120170],"mapped",[121]],[[120171,120171],"mapped",[122]],[[120172,120172],"mapped",[97]],[[120173,120173],"mapped",[98]],[[120174,120174],"mapped",[99]],[[120175,120175],"mapped",[100]],[[120176,120176],"mapped",[101]],[[120177,120177],"mapped",[102]],[[120178,120178],"mapped",[103]],[[120179,120179],"mapped",[104]],[[120180,120180],"mapped",[105]],[[120181,120181],"mapped",[106]],[[120182,120182],"mapped",[107]],[[120183,120183],"mapped",[108]],[[120184,120184],"mapped",[109]],[[120185,120185],"mapped",[110]],[[120186,120186],"mapped",[111]],[[120187,120187],"mapped",[112]],[[120188,120188],"mapped",[113]],[[120189,120189],"mapped",[114]],[[120190,120190],"mapped",[115]],[[120191,120191],"mapped",[116]],[[120192,120192],"mapped",[117]],[[120193,120193],"mapped",[118]],[[120194,120194],"mapped",[119]],[[120195,120195],"mapped",[120]],[[120196,120196],"mapped",[121]],[[120197,120197],"mapped",[122]],[[120198,120198],"mapped",[97]],[[120199,120199],"mapped",[98]],[[120200,120200],"mapped",[99]],[[120201,120201],"mapped",[100]],[[120202,120202],"mapped",[101]],[[120203,120203],"mapped",[102]],[[120204,120204],"mapped",[103]],[[120205,120205],"mapped",[104]],[[120206,120206],"mapped",[105]],[[120207,120207],"mapped",[106]],[[120208,120208],"mapped",[107]],[[120209,120209],"mapped",[108]],[[120210,120210],"mapped",[109]],[[120211,120211],"mapped",[110]],[[120212,120212],"mapped",[111]],[[120213,120213],"mapped",[112]],[[120214,120214],"mapped",[113]],[[120215,120215],"mapped",[114]],[[120216,120216],"mapped",[115]],[[120217,120217],"mapped",[116]],[[120218,120218],"mapped",[117]],[[120219,120219],"mapped",[118]],[[120220,120220],"mapped",[119]],[[120221,120221],"mapped",[120]],[[120222,120222],"mapped",[121]],[[120223,120223],"mapped",[122]],[[120224,120224],"mapped",[97]],[[120225,120225],"mapped",[98]],[[120226,120226],"mapped",[99]],[[120227,120227],"mapped",[100]],[[120228,120228],"mapped",[101]],[[120229,120229],"mapped",[102]],[[120230,120230],"mapped",[103]],[[120231,120231],"mapped",[104]],[[120232,120232],"mapped",[105]],[[120233,120233],"mapped",[106]],[[120234,120234],"mapped",[107]],[[120235,120235],"mapped",[108]],[[120236,120236],"mapped",[109]],[[120237,120237],"mapped",[110]],[[120238,120238],"mapped",[111]],[[120239,120239],"mapped",[112]],[[120240,120240],"mapped",[113]],[[120241,120241],"mapped",[114]],[[120242,120242],"mapped",[115]],[[120243,120243],"mapped",[116]],[[120244,120244],"mapped",[117]],[[120245,120245],"mapped",[118]],[[120246,120246],"mapped",[119]],[[120247,120247],"mapped",[120]],[[120248,120248],"mapped",[121]],[[120249,120249],"mapped",[122]],[[120250,120250],"mapped",[97]],[[120251,120251],"mapped",[98]],[[120252,120252],"mapped",[99]],[[120253,120253],"mapped",[100]],[[120254,120254],"mapped",[101]],[[120255,120255],"mapped",[102]],[[120256,120256],"mapped",[103]],[[120257,120257],"mapped",[104]],[[120258,120258],"mapped",[105]],[[120259,120259],"mapped",[106]],[[120260,120260],"mapped",[107]],[[120261,120261],"mapped",[108]],[[120262,120262],"mapped",[109]],[[120263,120263],"mapped",[110]],[[120264,120264],"mapped",[111]],[[120265,120265],"mapped",[112]],[[120266,120266],"mapped",[113]],[[120267,120267],"mapped",[114]],[[120268,120268],"mapped",[115]],[[120269,120269],"mapped",[116]],[[120270,120270],"mapped",[117]],[[120271,120271],"mapped",[118]],[[120272,120272],"mapped",[119]],[[120273,120273],"mapped",[120]],[[120274,120274],"mapped",[121]],[[120275,120275],"mapped",[122]],[[120276,120276],"mapped",[97]],[[120277,120277],"mapped",[98]],[[120278,120278],"mapped",[99]],[[120279,120279],"mapped",[100]],[[120280,120280],"mapped",[101]],[[120281,120281],"mapped",[102]],[[120282,120282],"mapped",[103]],[[120283,120283],"mapped",[104]],[[120284,120284],"mapped",[105]],[[120285,120285],"mapped",[106]],[[120286,120286],"mapped",[107]],[[120287,120287],"mapped",[108]],[[120288,120288],"mapped",[109]],[[120289,120289],"mapped",[110]],[[120290,120290],"mapped",[111]],[[120291,120291],"mapped",[112]],[[120292,120292],"mapped",[113]],[[120293,120293],"mapped",[114]],[[120294,120294],"mapped",[115]],[[120295,120295],"mapped",[116]],[[120296,120296],"mapped",[117]],[[120297,120297],"mapped",[118]],[[120298,120298],"mapped",[119]],[[120299,120299],"mapped",[120]],[[120300,120300],"mapped",[121]],[[120301,120301],"mapped",[122]],[[120302,120302],"mapped",[97]],[[120303,120303],"mapped",[98]],[[120304,120304],"mapped",[99]],[[120305,120305],"mapped",[100]],[[120306,120306],"mapped",[101]],[[120307,120307],"mapped",[102]],[[120308,120308],"mapped",[103]],[[120309,120309],"mapped",[104]],[[120310,120310],"mapped",[105]],[[120311,120311],"mapped",[106]],[[120312,120312],"mapped",[107]],[[120313,120313],"mapped",[108]],[[120314,120314],"mapped",[109]],[[120315,120315],"mapped",[110]],[[120316,120316],"mapped",[111]],[[120317,120317],"mapped",[112]],[[120318,120318],"mapped",[113]],[[120319,120319],"mapped",[114]],[[120320,120320],"mapped",[115]],[[120321,120321],"mapped",[116]],[[120322,120322],"mapped",[117]],[[120323,120323],"mapped",[118]],[[120324,120324],"mapped",[119]],[[120325,120325],"mapped",[120]],[[120326,120326],"mapped",[121]],[[120327,120327],"mapped",[122]],[[120328,120328],"mapped",[97]],[[120329,120329],"mapped",[98]],[[120330,120330],"mapped",[99]],[[120331,120331],"mapped",[100]],[[120332,120332],"mapped",[101]],[[120333,120333],"mapped",[102]],[[120334,120334],"mapped",[103]],[[120335,120335],"mapped",[104]],[[120336,120336],"mapped",[105]],[[120337,120337],"mapped",[106]],[[120338,120338],"mapped",[107]],[[120339,120339],"mapped",[108]],[[120340,120340],"mapped",[109]],[[120341,120341],"mapped",[110]],[[120342,120342],"mapped",[111]],[[120343,120343],"mapped",[112]],[[120344,120344],"mapped",[113]],[[120345,120345],"mapped",[114]],[[120346,120346],"mapped",[115]],[[120347,120347],"mapped",[116]],[[120348,120348],"mapped",[117]],[[120349,120349],"mapped",[118]],[[120350,120350],"mapped",[119]],[[120351,120351],"mapped",[120]],[[120352,120352],"mapped",[121]],[[120353,120353],"mapped",[122]],[[120354,120354],"mapped",[97]],[[120355,120355],"mapped",[98]],[[120356,120356],"mapped",[99]],[[120357,120357],"mapped",[100]],[[120358,120358],"mapped",[101]],[[120359,120359],"mapped",[102]],[[120360,120360],"mapped",[103]],[[120361,120361],"mapped",[104]],[[120362,120362],"mapped",[105]],[[120363,120363],"mapped",[106]],[[120364,120364],"mapped",[107]],[[120365,120365],"mapped",[108]],[[120366,120366],"mapped",[109]],[[120367,120367],"mapped",[110]],[[120368,120368],"mapped",[111]],[[120369,120369],"mapped",[112]],[[120370,120370],"mapped",[113]],[[120371,120371],"mapped",[114]],[[120372,120372],"mapped",[115]],[[120373,120373],"mapped",[116]],[[120374,120374],"mapped",[117]],[[120375,120375],"mapped",[118]],[[120376,120376],"mapped",[119]],[[120377,120377],"mapped",[120]],[[120378,120378],"mapped",[121]],[[120379,120379],"mapped",[122]],[[120380,120380],"mapped",[97]],[[120381,120381],"mapped",[98]],[[120382,120382],"mapped",[99]],[[120383,120383],"mapped",[100]],[[120384,120384],"mapped",[101]],[[120385,120385],"mapped",[102]],[[120386,120386],"mapped",[103]],[[120387,120387],"mapped",[104]],[[120388,120388],"mapped",[105]],[[120389,120389],"mapped",[106]],[[120390,120390],"mapped",[107]],[[120391,120391],"mapped",[108]],[[120392,120392],"mapped",[109]],[[120393,120393],"mapped",[110]],[[120394,120394],"mapped",[111]],[[120395,120395],"mapped",[112]],[[120396,120396],"mapped",[113]],[[120397,120397],"mapped",[114]],[[120398,120398],"mapped",[115]],[[120399,120399],"mapped",[116]],[[120400,120400],"mapped",[117]],[[120401,120401],"mapped",[118]],[[120402,120402],"mapped",[119]],[[120403,120403],"mapped",[120]],[[120404,120404],"mapped",[121]],[[120405,120405],"mapped",[122]],[[120406,120406],"mapped",[97]],[[120407,120407],"mapped",[98]],[[120408,120408],"mapped",[99]],[[120409,120409],"mapped",[100]],[[120410,120410],"mapped",[101]],[[120411,120411],"mapped",[102]],[[120412,120412],"mapped",[103]],[[120413,120413],"mapped",[104]],[[120414,120414],"mapped",[105]],[[120415,120415],"mapped",[106]],[[120416,120416],"mapped",[107]],[[120417,120417],"mapped",[108]],[[120418,120418],"mapped",[109]],[[120419,120419],"mapped",[110]],[[120420,120420],"mapped",[111]],[[120421,120421],"mapped",[112]],[[120422,120422],"mapped",[113]],[[120423,120423],"mapped",[114]],[[120424,120424],"mapped",[115]],[[120425,120425],"mapped",[116]],[[120426,120426],"mapped",[117]],[[120427,120427],"mapped",[118]],[[120428,120428],"mapped",[119]],[[120429,120429],"mapped",[120]],[[120430,120430],"mapped",[121]],[[120431,120431],"mapped",[122]],[[120432,120432],"mapped",[97]],[[120433,120433],"mapped",[98]],[[120434,120434],"mapped",[99]],[[120435,120435],"mapped",[100]],[[120436,120436],"mapped",[101]],[[120437,120437],"mapped",[102]],[[120438,120438],"mapped",[103]],[[120439,120439],"mapped",[104]],[[120440,120440],"mapped",[105]],[[120441,120441],"mapped",[106]],[[120442,120442],"mapped",[107]],[[120443,120443],"mapped",[108]],[[120444,120444],"mapped",[109]],[[120445,120445],"mapped",[110]],[[120446,120446],"mapped",[111]],[[120447,120447],"mapped",[112]],[[120448,120448],"mapped",[113]],[[120449,120449],"mapped",[114]],[[120450,120450],"mapped",[115]],[[120451,120451],"mapped",[116]],[[120452,120452],"mapped",[117]],[[120453,120453],"mapped",[118]],[[120454,120454],"mapped",[119]],[[120455,120455],"mapped",[120]],[[120456,120456],"mapped",[121]],[[120457,120457],"mapped",[122]],[[120458,120458],"mapped",[97]],[[120459,120459],"mapped",[98]],[[120460,120460],"mapped",[99]],[[120461,120461],"mapped",[100]],[[120462,120462],"mapped",[101]],[[120463,120463],"mapped",[102]],[[120464,120464],"mapped",[103]],[[120465,120465],"mapped",[104]],[[120466,120466],"mapped",[105]],[[120467,120467],"mapped",[106]],[[120468,120468],"mapped",[107]],[[120469,120469],"mapped",[108]],[[120470,120470],"mapped",[109]],[[120471,120471],"mapped",[110]],[[120472,120472],"mapped",[111]],[[120473,120473],"mapped",[112]],[[120474,120474],"mapped",[113]],[[120475,120475],"mapped",[114]],[[120476,120476],"mapped",[115]],[[120477,120477],"mapped",[116]],[[120478,120478],"mapped",[117]],[[120479,120479],"mapped",[118]],[[120480,120480],"mapped",[119]],[[120481,120481],"mapped",[120]],[[120482,120482],"mapped",[121]],[[120483,120483],"mapped",[122]],[[120484,120484],"mapped",[305]],[[120485,120485],"mapped",[567]],[[120486,120487],"disallowed"],[[120488,120488],"mapped",[945]],[[120489,120489],"mapped",[946]],[[120490,120490],"mapped",[947]],[[120491,120491],"mapped",[948]],[[120492,120492],"mapped",[949]],[[120493,120493],"mapped",[950]],[[120494,120494],"mapped",[951]],[[120495,120495],"mapped",[952]],[[120496,120496],"mapped",[953]],[[120497,120497],"mapped",[954]],[[120498,120498],"mapped",[955]],[[120499,120499],"mapped",[956]],[[120500,120500],"mapped",[957]],[[120501,120501],"mapped",[958]],[[120502,120502],"mapped",[959]],[[120503,120503],"mapped",[960]],[[120504,120504],"mapped",[961]],[[120505,120505],"mapped",[952]],[[120506,120506],"mapped",[963]],[[120507,120507],"mapped",[964]],[[120508,120508],"mapped",[965]],[[120509,120509],"mapped",[966]],[[120510,120510],"mapped",[967]],[[120511,120511],"mapped",[968]],[[120512,120512],"mapped",[969]],[[120513,120513],"mapped",[8711]],[[120514,120514],"mapped",[945]],[[120515,120515],"mapped",[946]],[[120516,120516],"mapped",[947]],[[120517,120517],"mapped",[948]],[[120518,120518],"mapped",[949]],[[120519,120519],"mapped",[950]],[[120520,120520],"mapped",[951]],[[120521,120521],"mapped",[952]],[[120522,120522],"mapped",[953]],[[120523,120523],"mapped",[954]],[[120524,120524],"mapped",[955]],[[120525,120525],"mapped",[956]],[[120526,120526],"mapped",[957]],[[120527,120527],"mapped",[958]],[[120528,120528],"mapped",[959]],[[120529,120529],"mapped",[960]],[[120530,120530],"mapped",[961]],[[120531,120532],"mapped",[963]],[[120533,120533],"mapped",[964]],[[120534,120534],"mapped",[965]],[[120535,120535],"mapped",[966]],[[120536,120536],"mapped",[967]],[[120537,120537],"mapped",[968]],[[120538,120538],"mapped",[969]],[[120539,120539],"mapped",[8706]],[[120540,120540],"mapped",[949]],[[120541,120541],"mapped",[952]],[[120542,120542],"mapped",[954]],[[120543,120543],"mapped",[966]],[[120544,120544],"mapped",[961]],[[120545,120545],"mapped",[960]],[[120546,120546],"mapped",[945]],[[120547,120547],"mapped",[946]],[[120548,120548],"mapped",[947]],[[120549,120549],"mapped",[948]],[[120550,120550],"mapped",[949]],[[120551,120551],"mapped",[950]],[[120552,120552],"mapped",[951]],[[120553,120553],"mapped",[952]],[[120554,120554],"mapped",[953]],[[120555,120555],"mapped",[954]],[[120556,120556],"mapped",[955]],[[120557,120557],"mapped",[956]],[[120558,120558],"mapped",[957]],[[120559,120559],"mapped",[958]],[[120560,120560],"mapped",[959]],[[120561,120561],"mapped",[960]],[[120562,120562],"mapped",[961]],[[120563,120563],"mapped",[952]],[[120564,120564],"mapped",[963]],[[120565,120565],"mapped",[964]],[[120566,120566],"mapped",[965]],[[120567,120567],"mapped",[966]],[[120568,120568],"mapped",[967]],[[120569,120569],"mapped",[968]],[[120570,120570],"mapped",[969]],[[120571,120571],"mapped",[8711]],[[120572,120572],"mapped",[945]],[[120573,120573],"mapped",[946]],[[120574,120574],"mapped",[947]],[[120575,120575],"mapped",[948]],[[120576,120576],"mapped",[949]],[[120577,120577],"mapped",[950]],[[120578,120578],"mapped",[951]],[[120579,120579],"mapped",[952]],[[120580,120580],"mapped",[953]],[[120581,120581],"mapped",[954]],[[120582,120582],"mapped",[955]],[[120583,120583],"mapped",[956]],[[120584,120584],"mapped",[957]],[[120585,120585],"mapped",[958]],[[120586,120586],"mapped",[959]],[[120587,120587],"mapped",[960]],[[120588,120588],"mapped",[961]],[[120589,120590],"mapped",[963]],[[120591,120591],"mapped",[964]],[[120592,120592],"mapped",[965]],[[120593,120593],"mapped",[966]],[[120594,120594],"mapped",[967]],[[120595,120595],"mapped",[968]],[[120596,120596],"mapped",[969]],[[120597,120597],"mapped",[8706]],[[120598,120598],"mapped",[949]],[[120599,120599],"mapped",[952]],[[120600,120600],"mapped",[954]],[[120601,120601],"mapped",[966]],[[120602,120602],"mapped",[961]],[[120603,120603],"mapped",[960]],[[120604,120604],"mapped",[945]],[[120605,120605],"mapped",[946]],[[120606,120606],"mapped",[947]],[[120607,120607],"mapped",[948]],[[120608,120608],"mapped",[949]],[[120609,120609],"mapped",[950]],[[120610,120610],"mapped",[951]],[[120611,120611],"mapped",[952]],[[120612,120612],"mapped",[953]],[[120613,120613],"mapped",[954]],[[120614,120614],"mapped",[955]],[[120615,120615],"mapped",[956]],[[120616,120616],"mapped",[957]],[[120617,120617],"mapped",[958]],[[120618,120618],"mapped",[959]],[[120619,120619],"mapped",[960]],[[120620,120620],"mapped",[961]],[[120621,120621],"mapped",[952]],[[120622,120622],"mapped",[963]],[[120623,120623],"mapped",[964]],[[120624,120624],"mapped",[965]],[[120625,120625],"mapped",[966]],[[120626,120626],"mapped",[967]],[[120627,120627],"mapped",[968]],[[120628,120628],"mapped",[969]],[[120629,120629],"mapped",[8711]],[[120630,120630],"mapped",[945]],[[120631,120631],"mapped",[946]],[[120632,120632],"mapped",[947]],[[120633,120633],"mapped",[948]],[[120634,120634],"mapped",[949]],[[120635,120635],"mapped",[950]],[[120636,120636],"mapped",[951]],[[120637,120637],"mapped",[952]],[[120638,120638],"mapped",[953]],[[120639,120639],"mapped",[954]],[[120640,120640],"mapped",[955]],[[120641,120641],"mapped",[956]],[[120642,120642],"mapped",[957]],[[120643,120643],"mapped",[958]],[[120644,120644],"mapped",[959]],[[120645,120645],"mapped",[960]],[[120646,120646],"mapped",[961]],[[120647,120648],"mapped",[963]],[[120649,120649],"mapped",[964]],[[120650,120650],"mapped",[965]],[[120651,120651],"mapped",[966]],[[120652,120652],"mapped",[967]],[[120653,120653],"mapped",[968]],[[120654,120654],"mapped",[969]],[[120655,120655],"mapped",[8706]],[[120656,120656],"mapped",[949]],[[120657,120657],"mapped",[952]],[[120658,120658],"mapped",[954]],[[120659,120659],"mapped",[966]],[[120660,120660],"mapped",[961]],[[120661,120661],"mapped",[960]],[[120662,120662],"mapped",[945]],[[120663,120663],"mapped",[946]],[[120664,120664],"mapped",[947]],[[120665,120665],"mapped",[948]],[[120666,120666],"mapped",[949]],[[120667,120667],"mapped",[950]],[[120668,120668],"mapped",[951]],[[120669,120669],"mapped",[952]],[[120670,120670],"mapped",[953]],[[120671,120671],"mapped",[954]],[[120672,120672],"mapped",[955]],[[120673,120673],"mapped",[956]],[[120674,120674],"mapped",[957]],[[120675,120675],"mapped",[958]],[[120676,120676],"mapped",[959]],[[120677,120677],"mapped",[960]],[[120678,120678],"mapped",[961]],[[120679,120679],"mapped",[952]],[[120680,120680],"mapped",[963]],[[120681,120681],"mapped",[964]],[[120682,120682],"mapped",[965]],[[120683,120683],"mapped",[966]],[[120684,120684],"mapped",[967]],[[120685,120685],"mapped",[968]],[[120686,120686],"mapped",[969]],[[120687,120687],"mapped",[8711]],[[120688,120688],"mapped",[945]],[[120689,120689],"mapped",[946]],[[120690,120690],"mapped",[947]],[[120691,120691],"mapped",[948]],[[120692,120692],"mapped",[949]],[[120693,120693],"mapped",[950]],[[120694,120694],"mapped",[951]],[[120695,120695],"mapped",[952]],[[120696,120696],"mapped",[953]],[[120697,120697],"mapped",[954]],[[120698,120698],"mapped",[955]],[[120699,120699],"mapped",[956]],[[120700,120700],"mapped",[957]],[[120701,120701],"mapped",[958]],[[120702,120702],"mapped",[959]],[[120703,120703],"mapped",[960]],[[120704,120704],"mapped",[961]],[[120705,120706],"mapped",[963]],[[120707,120707],"mapped",[964]],[[120708,120708],"mapped",[965]],[[120709,120709],"mapped",[966]],[[120710,120710],"mapped",[967]],[[120711,120711],"mapped",[968]],[[120712,120712],"mapped",[969]],[[120713,120713],"mapped",[8706]],[[120714,120714],"mapped",[949]],[[120715,120715],"mapped",[952]],[[120716,120716],"mapped",[954]],[[120717,120717],"mapped",[966]],[[120718,120718],"mapped",[961]],[[120719,120719],"mapped",[960]],[[120720,120720],"mapped",[945]],[[120721,120721],"mapped",[946]],[[120722,120722],"mapped",[947]],[[120723,120723],"mapped",[948]],[[120724,120724],"mapped",[949]],[[120725,120725],"mapped",[950]],[[120726,120726],"mapped",[951]],[[120727,120727],"mapped",[952]],[[120728,120728],"mapped",[953]],[[120729,120729],"mapped",[954]],[[120730,120730],"mapped",[955]],[[120731,120731],"mapped",[956]],[[120732,120732],"mapped",[957]],[[120733,120733],"mapped",[958]],[[120734,120734],"mapped",[959]],[[120735,120735],"mapped",[960]],[[120736,120736],"mapped",[961]],[[120737,120737],"mapped",[952]],[[120738,120738],"mapped",[963]],[[120739,120739],"mapped",[964]],[[120740,120740],"mapped",[965]],[[120741,120741],"mapped",[966]],[[120742,120742],"mapped",[967]],[[120743,120743],"mapped",[968]],[[120744,120744],"mapped",[969]],[[120745,120745],"mapped",[8711]],[[120746,120746],"mapped",[945]],[[120747,120747],"mapped",[946]],[[120748,120748],"mapped",[947]],[[120749,120749],"mapped",[948]],[[120750,120750],"mapped",[949]],[[120751,120751],"mapped",[950]],[[120752,120752],"mapped",[951]],[[120753,120753],"mapped",[952]],[[120754,120754],"mapped",[953]],[[120755,120755],"mapped",[954]],[[120756,120756],"mapped",[955]],[[120757,120757],"mapped",[956]],[[120758,120758],"mapped",[957]],[[120759,120759],"mapped",[958]],[[120760,120760],"mapped",[959]],[[120761,120761],"mapped",[960]],[[120762,120762],"mapped",[961]],[[120763,120764],"mapped",[963]],[[120765,120765],"mapped",[964]],[[120766,120766],"mapped",[965]],[[120767,120767],"mapped",[966]],[[120768,120768],"mapped",[967]],[[120769,120769],"mapped",[968]],[[120770,120770],"mapped",[969]],[[120771,120771],"mapped",[8706]],[[120772,120772],"mapped",[949]],[[120773,120773],"mapped",[952]],[[120774,120774],"mapped",[954]],[[120775,120775],"mapped",[966]],[[120776,120776],"mapped",[961]],[[120777,120777],"mapped",[960]],[[120778,120779],"mapped",[989]],[[120780,120781],"disallowed"],[[120782,120782],"mapped",[48]],[[120783,120783],"mapped",[49]],[[120784,120784],"mapped",[50]],[[120785,120785],"mapped",[51]],[[120786,120786],"mapped",[52]],[[120787,120787],"mapped",[53]],[[120788,120788],"mapped",[54]],[[120789,120789],"mapped",[55]],[[120790,120790],"mapped",[56]],[[120791,120791],"mapped",[57]],[[120792,120792],"mapped",[48]],[[120793,120793],"mapped",[49]],[[120794,120794],"mapped",[50]],[[120795,120795],"mapped",[51]],[[120796,120796],"mapped",[52]],[[120797,120797],"mapped",[53]],[[120798,120798],"mapped",[54]],[[120799,120799],"mapped",[55]],[[120800,120800],"mapped",[56]],[[120801,120801],"mapped",[57]],[[120802,120802],"mapped",[48]],[[120803,120803],"mapped",[49]],[[120804,120804],"mapped",[50]],[[120805,120805],"mapped",[51]],[[120806,120806],"mapped",[52]],[[120807,120807],"mapped",[53]],[[120808,120808],"mapped",[54]],[[120809,120809],"mapped",[55]],[[120810,120810],"mapped",[56]],[[120811,120811],"mapped",[57]],[[120812,120812],"mapped",[48]],[[120813,120813],"mapped",[49]],[[120814,120814],"mapped",[50]],[[120815,120815],"mapped",[51]],[[120816,120816],"mapped",[52]],[[120817,120817],"mapped",[53]],[[120818,120818],"mapped",[54]],[[120819,120819],"mapped",[55]],[[120820,120820],"mapped",[56]],[[120821,120821],"mapped",[57]],[[120822,120822],"mapped",[48]],[[120823,120823],"mapped",[49]],[[120824,120824],"mapped",[50]],[[120825,120825],"mapped",[51]],[[120826,120826],"mapped",[52]],[[120827,120827],"mapped",[53]],[[120828,120828],"mapped",[54]],[[120829,120829],"mapped",[55]],[[120830,120830],"mapped",[56]],[[120831,120831],"mapped",[57]],[[120832,121343],"valid",[],"NV8"],[[121344,121398],"valid"],[[121399,121402],"valid",[],"NV8"],[[121403,121452],"valid"],[[121453,121460],"valid",[],"NV8"],[[121461,121461],"valid"],[[121462,121475],"valid",[],"NV8"],[[121476,121476],"valid"],[[121477,121483],"valid",[],"NV8"],[[121484,121498],"disallowed"],[[121499,121503],"valid"],[[121504,121504],"disallowed"],[[121505,121519],"valid"],[[121520,124927],"disallowed"],[[124928,125124],"valid"],[[125125,125126],"disallowed"],[[125127,125135],"valid",[],"NV8"],[[125136,125142],"valid"],[[125143,126463],"disallowed"],[[126464,126464],"mapped",[1575]],[[126465,126465],"mapped",[1576]],[[126466,126466],"mapped",[1580]],[[126467,126467],"mapped",[1583]],[[126468,126468],"disallowed"],[[126469,126469],"mapped",[1608]],[[126470,126470],"mapped",[1586]],[[126471,126471],"mapped",[1581]],[[126472,126472],"mapped",[1591]],[[126473,126473],"mapped",[1610]],[[126474,126474],"mapped",[1603]],[[126475,126475],"mapped",[1604]],[[126476,126476],"mapped",[1605]],[[126477,126477],"mapped",[1606]],[[126478,126478],"mapped",[1587]],[[126479,126479],"mapped",[1593]],[[126480,126480],"mapped",[1601]],[[126481,126481],"mapped",[1589]],[[126482,126482],"mapped",[1602]],[[126483,126483],"mapped",[1585]],[[126484,126484],"mapped",[1588]],[[126485,126485],"mapped",[1578]],[[126486,126486],"mapped",[1579]],[[126487,126487],"mapped",[1582]],[[126488,126488],"mapped",[1584]],[[126489,126489],"mapped",[1590]],[[126490,126490],"mapped",[1592]],[[126491,126491],"mapped",[1594]],[[126492,126492],"mapped",[1646]],[[126493,126493],"mapped",[1722]],[[126494,126494],"mapped",[1697]],[[126495,126495],"mapped",[1647]],[[126496,126496],"disallowed"],[[126497,126497],"mapped",[1576]],[[126498,126498],"mapped",[1580]],[[126499,126499],"disallowed"],[[126500,126500],"mapped",[1607]],[[126501,126502],"disallowed"],[[126503,126503],"mapped",[1581]],[[126504,126504],"disallowed"],[[126505,126505],"mapped",[1610]],[[126506,126506],"mapped",[1603]],[[126507,126507],"mapped",[1604]],[[126508,126508],"mapped",[1605]],[[126509,126509],"mapped",[1606]],[[126510,126510],"mapped",[1587]],[[126511,126511],"mapped",[1593]],[[126512,126512],"mapped",[1601]],[[126513,126513],"mapped",[1589]],[[126514,126514],"mapped",[1602]],[[126515,126515],"disallowed"],[[126516,126516],"mapped",[1588]],[[126517,126517],"mapped",[1578]],[[126518,126518],"mapped",[1579]],[[126519,126519],"mapped",[1582]],[[126520,126520],"disallowed"],[[126521,126521],"mapped",[1590]],[[126522,126522],"disallowed"],[[126523,126523],"mapped",[1594]],[[126524,126529],"disallowed"],[[126530,126530],"mapped",[1580]],[[126531,126534],"disallowed"],[[126535,126535],"mapped",[1581]],[[126536,126536],"disallowed"],[[126537,126537],"mapped",[1610]],[[126538,126538],"disallowed"],[[126539,126539],"mapped",[1604]],[[126540,126540],"disallowed"],[[126541,126541],"mapped",[1606]],[[126542,126542],"mapped",[1587]],[[126543,126543],"mapped",[1593]],[[126544,126544],"disallowed"],[[126545,126545],"mapped",[1589]],[[126546,126546],"mapped",[1602]],[[126547,126547],"disallowed"],[[126548,126548],"mapped",[1588]],[[126549,126550],"disallowed"],[[126551,126551],"mapped",[1582]],[[126552,126552],"disallowed"],[[126553,126553],"mapped",[1590]],[[126554,126554],"disallowed"],[[126555,126555],"mapped",[1594]],[[126556,126556],"disallowed"],[[126557,126557],"mapped",[1722]],[[126558,126558],"disallowed"],[[126559,126559],"mapped",[1647]],[[126560,126560],"disallowed"],[[126561,126561],"mapped",[1576]],[[126562,126562],"mapped",[1580]],[[126563,126563],"disallowed"],[[126564,126564],"mapped",[1607]],[[126565,126566],"disallowed"],[[126567,126567],"mapped",[1581]],[[126568,126568],"mapped",[1591]],[[126569,126569],"mapped",[1610]],[[126570,126570],"mapped",[1603]],[[126571,126571],"disallowed"],[[126572,126572],"mapped",[1605]],[[126573,126573],"mapped",[1606]],[[126574,126574],"mapped",[1587]],[[126575,126575],"mapped",[1593]],[[126576,126576],"mapped",[1601]],[[126577,126577],"mapped",[1589]],[[126578,126578],"mapped",[1602]],[[126579,126579],"disallowed"],[[126580,126580],"mapped",[1588]],[[126581,126581],"mapped",[1578]],[[126582,126582],"mapped",[1579]],[[126583,126583],"mapped",[1582]],[[126584,126584],"disallowed"],[[126585,126585],"mapped",[1590]],[[126586,126586],"mapped",[1592]],[[126587,126587],"mapped",[1594]],[[126588,126588],"mapped",[1646]],[[126589,126589],"disallowed"],[[126590,126590],"mapped",[1697]],[[126591,126591],"disallowed"],[[126592,126592],"mapped",[1575]],[[126593,126593],"mapped",[1576]],[[126594,126594],"mapped",[1580]],[[126595,126595],"mapped",[1583]],[[126596,126596],"mapped",[1607]],[[126597,126597],"mapped",[1608]],[[126598,126598],"mapped",[1586]],[[126599,126599],"mapped",[1581]],[[126600,126600],"mapped",[1591]],[[126601,126601],"mapped",[1610]],[[126602,126602],"disallowed"],[[126603,126603],"mapped",[1604]],[[126604,126604],"mapped",[1605]],[[126605,126605],"mapped",[1606]],[[126606,126606],"mapped",[1587]],[[126607,126607],"mapped",[1593]],[[126608,126608],"mapped",[1601]],[[126609,126609],"mapped",[1589]],[[126610,126610],"mapped",[1602]],[[126611,126611],"mapped",[1585]],[[126612,126612],"mapped",[1588]],[[126613,126613],"mapped",[1578]],[[126614,126614],"mapped",[1579]],[[126615,126615],"mapped",[1582]],[[126616,126616],"mapped",[1584]],[[126617,126617],"mapped",[1590]],[[126618,126618],"mapped",[1592]],[[126619,126619],"mapped",[1594]],[[126620,126624],"disallowed"],[[126625,126625],"mapped",[1576]],[[126626,126626],"mapped",[1580]],[[126627,126627],"mapped",[1583]],[[126628,126628],"disallowed"],[[126629,126629],"mapped",[1608]],[[126630,126630],"mapped",[1586]],[[126631,126631],"mapped",[1581]],[[126632,126632],"mapped",[1591]],[[126633,126633],"mapped",[1610]],[[126634,126634],"disallowed"],[[126635,126635],"mapped",[1604]],[[126636,126636],"mapped",[1605]],[[126637,126637],"mapped",[1606]],[[126638,126638],"mapped",[1587]],[[126639,126639],"mapped",[1593]],[[126640,126640],"mapped",[1601]],[[126641,126641],"mapped",[1589]],[[126642,126642],"mapped",[1602]],[[126643,126643],"mapped",[1585]],[[126644,126644],"mapped",[1588]],[[126645,126645],"mapped",[1578]],[[126646,126646],"mapped",[1579]],[[126647,126647],"mapped",[1582]],[[126648,126648],"mapped",[1584]],[[126649,126649],"mapped",[1590]],[[126650,126650],"mapped",[1592]],[[126651,126651],"mapped",[1594]],[[126652,126703],"disallowed"],[[126704,126705],"valid",[],"NV8"],[[126706,126975],"disallowed"],[[126976,127019],"valid",[],"NV8"],[[127020,127023],"disallowed"],[[127024,127123],"valid",[],"NV8"],[[127124,127135],"disallowed"],[[127136,127150],"valid",[],"NV8"],[[127151,127152],"disallowed"],[[127153,127166],"valid",[],"NV8"],[[127167,127167],"valid",[],"NV8"],[[127168,127168],"disallowed"],[[127169,127183],"valid",[],"NV8"],[[127184,127184],"disallowed"],[[127185,127199],"valid",[],"NV8"],[[127200,127221],"valid",[],"NV8"],[[127222,127231],"disallowed"],[[127232,127232],"disallowed"],[[127233,127233],"disallowed_STD3_mapped",[48,44]],[[127234,127234],"disallowed_STD3_mapped",[49,44]],[[127235,127235],"disallowed_STD3_mapped",[50,44]],[[127236,127236],"disallowed_STD3_mapped",[51,44]],[[127237,127237],"disallowed_STD3_mapped",[52,44]],[[127238,127238],"disallowed_STD3_mapped",[53,44]],[[127239,127239],"disallowed_STD3_mapped",[54,44]],[[127240,127240],"disallowed_STD3_mapped",[55,44]],[[127241,127241],"disallowed_STD3_mapped",[56,44]],[[127242,127242],"disallowed_STD3_mapped",[57,44]],[[127243,127244],"valid",[],"NV8"],[[127245,127247],"disallowed"],[[127248,127248],"disallowed_STD3_mapped",[40,97,41]],[[127249,127249],"disallowed_STD3_mapped",[40,98,41]],[[127250,127250],"disallowed_STD3_mapped",[40,99,41]],[[127251,127251],"disallowed_STD3_mapped",[40,100,41]],[[127252,127252],"disallowed_STD3_mapped",[40,101,41]],[[127253,127253],"disallowed_STD3_mapped",[40,102,41]],[[127254,127254],"disallowed_STD3_mapped",[40,103,41]],[[127255,127255],"disallowed_STD3_mapped",[40,104,41]],[[127256,127256],"disallowed_STD3_mapped",[40,105,41]],[[127257,127257],"disallowed_STD3_mapped",[40,106,41]],[[127258,127258],"disallowed_STD3_mapped",[40,107,41]],[[127259,127259],"disallowed_STD3_mapped",[40,108,41]],[[127260,127260],"disallowed_STD3_mapped",[40,109,41]],[[127261,127261],"disallowed_STD3_mapped",[40,110,41]],[[127262,127262],"disallowed_STD3_mapped",[40,111,41]],[[127263,127263],"disallowed_STD3_mapped",[40,112,41]],[[127264,127264],"disallowed_STD3_mapped",[40,113,41]],[[127265,127265],"disallowed_STD3_mapped",[40,114,41]],[[127266,127266],"disallowed_STD3_mapped",[40,115,41]],[[127267,127267],"disallowed_STD3_mapped",[40,116,41]],[[127268,127268],"disallowed_STD3_mapped",[40,117,41]],[[127269,127269],"disallowed_STD3_mapped",[40,118,41]],[[127270,127270],"disallowed_STD3_mapped",[40,119,41]],[[127271,127271],"disallowed_STD3_mapped",[40,120,41]],[[127272,127272],"disallowed_STD3_mapped",[40,121,41]],[[127273,127273],"disallowed_STD3_mapped",[40,122,41]],[[127274,127274],"mapped",[12308,115,12309]],[[127275,127275],"mapped",[99]],[[127276,127276],"mapped",[114]],[[127277,127277],"mapped",[99,100]],[[127278,127278],"mapped",[119,122]],[[127279,127279],"disallowed"],[[127280,127280],"mapped",[97]],[[127281,127281],"mapped",[98]],[[127282,127282],"mapped",[99]],[[127283,127283],"mapped",[100]],[[127284,127284],"mapped",[101]],[[127285,127285],"mapped",[102]],[[127286,127286],"mapped",[103]],[[127287,127287],"mapped",[104]],[[127288,127288],"mapped",[105]],[[127289,127289],"mapped",[106]],[[127290,127290],"mapped",[107]],[[127291,127291],"mapped",[108]],[[127292,127292],"mapped",[109]],[[127293,127293],"mapped",[110]],[[127294,127294],"mapped",[111]],[[127295,127295],"mapped",[112]],[[127296,127296],"mapped",[113]],[[127297,127297],"mapped",[114]],[[127298,127298],"mapped",[115]],[[127299,127299],"mapped",[116]],[[127300,127300],"mapped",[117]],[[127301,127301],"mapped",[118]],[[127302,127302],"mapped",[119]],[[127303,127303],"mapped",[120]],[[127304,127304],"mapped",[121]],[[127305,127305],"mapped",[122]],[[127306,127306],"mapped",[104,118]],[[127307,127307],"mapped",[109,118]],[[127308,127308],"mapped",[115,100]],[[127309,127309],"mapped",[115,115]],[[127310,127310],"mapped",[112,112,118]],[[127311,127311],"mapped",[119,99]],[[127312,127318],"valid",[],"NV8"],[[127319,127319],"valid",[],"NV8"],[[127320,127326],"valid",[],"NV8"],[[127327,127327],"valid",[],"NV8"],[[127328,127337],"valid",[],"NV8"],[[127338,127338],"mapped",[109,99]],[[127339,127339],"mapped",[109,100]],[[127340,127343],"disallowed"],[[127344,127352],"valid",[],"NV8"],[[127353,127353],"valid",[],"NV8"],[[127354,127354],"valid",[],"NV8"],[[127355,127356],"valid",[],"NV8"],[[127357,127358],"valid",[],"NV8"],[[127359,127359],"valid",[],"NV8"],[[127360,127369],"valid",[],"NV8"],[[127370,127373],"valid",[],"NV8"],[[127374,127375],"valid",[],"NV8"],[[127376,127376],"mapped",[100,106]],[[127377,127386],"valid",[],"NV8"],[[127387,127461],"disallowed"],[[127462,127487],"valid",[],"NV8"],[[127488,127488],"mapped",[12411,12363]],[[127489,127489],"mapped",[12467,12467]],[[127490,127490],"mapped",[12469]],[[127491,127503],"disallowed"],[[127504,127504],"mapped",[25163]],[[127505,127505],"mapped",[23383]],[[127506,127506],"mapped",[21452]],[[127507,127507],"mapped",[12487]],[[127508,127508],"mapped",[20108]],[[127509,127509],"mapped",[22810]],[[127510,127510],"mapped",[35299]],[[127511,127511],"mapped",[22825]],[[127512,127512],"mapped",[20132]],[[127513,127513],"mapped",[26144]],[[127514,127514],"mapped",[28961]],[[127515,127515],"mapped",[26009]],[[127516,127516],"mapped",[21069]],[[127517,127517],"mapped",[24460]],[[127518,127518],"mapped",[20877]],[[127519,127519],"mapped",[26032]],[[127520,127520],"mapped",[21021]],[[127521,127521],"mapped",[32066]],[[127522,127522],"mapped",[29983]],[[127523,127523],"mapped",[36009]],[[127524,127524],"mapped",[22768]],[[127525,127525],"mapped",[21561]],[[127526,127526],"mapped",[28436]],[[127527,127527],"mapped",[25237]],[[127528,127528],"mapped",[25429]],[[127529,127529],"mapped",[19968]],[[127530,127530],"mapped",[19977]],[[127531,127531],"mapped",[36938]],[[127532,127532],"mapped",[24038]],[[127533,127533],"mapped",[20013]],[[127534,127534],"mapped",[21491]],[[127535,127535],"mapped",[25351]],[[127536,127536],"mapped",[36208]],[[127537,127537],"mapped",[25171]],[[127538,127538],"mapped",[31105]],[[127539,127539],"mapped",[31354]],[[127540,127540],"mapped",[21512]],[[127541,127541],"mapped",[28288]],[[127542,127542],"mapped",[26377]],[[127543,127543],"mapped",[26376]],[[127544,127544],"mapped",[30003]],[[127545,127545],"mapped",[21106]],[[127546,127546],"mapped",[21942]],[[127547,127551],"disallowed"],[[127552,127552],"mapped",[12308,26412,12309]],[[127553,127553],"mapped",[12308,19977,12309]],[[127554,127554],"mapped",[12308,20108,12309]],[[127555,127555],"mapped",[12308,23433,12309]],[[127556,127556],"mapped",[12308,28857,12309]],[[127557,127557],"mapped",[12308,25171,12309]],[[127558,127558],"mapped",[12308,30423,12309]],[[127559,127559],"mapped",[12308,21213,12309]],[[127560,127560],"mapped",[12308,25943,12309]],[[127561,127567],"disallowed"],[[127568,127568],"mapped",[24471]],[[127569,127569],"mapped",[21487]],[[127570,127743],"disallowed"],[[127744,127776],"valid",[],"NV8"],[[127777,127788],"valid",[],"NV8"],[[127789,127791],"valid",[],"NV8"],[[127792,127797],"valid",[],"NV8"],[[127798,127798],"valid",[],"NV8"],[[127799,127868],"valid",[],"NV8"],[[127869,127869],"valid",[],"NV8"],[[127870,127871],"valid",[],"NV8"],[[127872,127891],"valid",[],"NV8"],[[127892,127903],"valid",[],"NV8"],[[127904,127940],"valid",[],"NV8"],[[127941,127941],"valid",[],"NV8"],[[127942,127946],"valid",[],"NV8"],[[127947,127950],"valid",[],"NV8"],[[127951,127955],"valid",[],"NV8"],[[127956,127967],"valid",[],"NV8"],[[127968,127984],"valid",[],"NV8"],[[127985,127991],"valid",[],"NV8"],[[127992,127999],"valid",[],"NV8"],[[128e3,128062],"valid",[],"NV8"],[[128063,128063],"valid",[],"NV8"],[[128064,128064],"valid",[],"NV8"],[[128065,128065],"valid",[],"NV8"],[[128066,128247],"valid",[],"NV8"],[[128248,128248],"valid",[],"NV8"],[[128249,128252],"valid",[],"NV8"],[[128253,128254],"valid",[],"NV8"],[[128255,128255],"valid",[],"NV8"],[[128256,128317],"valid",[],"NV8"],[[128318,128319],"valid",[],"NV8"],[[128320,128323],"valid",[],"NV8"],[[128324,128330],"valid",[],"NV8"],[[128331,128335],"valid",[],"NV8"],[[128336,128359],"valid",[],"NV8"],[[128360,128377],"valid",[],"NV8"],[[128378,128378],"disallowed"],[[128379,128419],"valid",[],"NV8"],[[128420,128420],"disallowed"],[[128421,128506],"valid",[],"NV8"],[[128507,128511],"valid",[],"NV8"],[[128512,128512],"valid",[],"NV8"],[[128513,128528],"valid",[],"NV8"],[[128529,128529],"valid",[],"NV8"],[[128530,128532],"valid",[],"NV8"],[[128533,128533],"valid",[],"NV8"],[[128534,128534],"valid",[],"NV8"],[[128535,128535],"valid",[],"NV8"],[[128536,128536],"valid",[],"NV8"],[[128537,128537],"valid",[],"NV8"],[[128538,128538],"valid",[],"NV8"],[[128539,128539],"valid",[],"NV8"],[[128540,128542],"valid",[],"NV8"],[[128543,128543],"valid",[],"NV8"],[[128544,128549],"valid",[],"NV8"],[[128550,128551],"valid",[],"NV8"],[[128552,128555],"valid",[],"NV8"],[[128556,128556],"valid",[],"NV8"],[[128557,128557],"valid",[],"NV8"],[[128558,128559],"valid",[],"NV8"],[[128560,128563],"valid",[],"NV8"],[[128564,128564],"valid",[],"NV8"],[[128565,128576],"valid",[],"NV8"],[[128577,128578],"valid",[],"NV8"],[[128579,128580],"valid",[],"NV8"],[[128581,128591],"valid",[],"NV8"],[[128592,128639],"valid",[],"NV8"],[[128640,128709],"valid",[],"NV8"],[[128710,128719],"valid",[],"NV8"],[[128720,128720],"valid",[],"NV8"],[[128721,128735],"disallowed"],[[128736,128748],"valid",[],"NV8"],[[128749,128751],"disallowed"],[[128752,128755],"valid",[],"NV8"],[[128756,128767],"disallowed"],[[128768,128883],"valid",[],"NV8"],[[128884,128895],"disallowed"],[[128896,128980],"valid",[],"NV8"],[[128981,129023],"disallowed"],[[129024,129035],"valid",[],"NV8"],[[129036,129039],"disallowed"],[[129040,129095],"valid",[],"NV8"],[[129096,129103],"disallowed"],[[129104,129113],"valid",[],"NV8"],[[129114,129119],"disallowed"],[[129120,129159],"valid",[],"NV8"],[[129160,129167],"disallowed"],[[129168,129197],"valid",[],"NV8"],[[129198,129295],"disallowed"],[[129296,129304],"valid",[],"NV8"],[[129305,129407],"disallowed"],[[129408,129412],"valid",[],"NV8"],[[129413,129471],"disallowed"],[[129472,129472],"valid",[],"NV8"],[[129473,131069],"disallowed"],[[131070,131071],"disallowed"],[[131072,173782],"valid"],[[173783,173823],"disallowed"],[[173824,177972],"valid"],[[177973,177983],"disallowed"],[[177984,178205],"valid"],[[178206,178207],"disallowed"],[[178208,183969],"valid"],[[183970,194559],"disallowed"],[[194560,194560],"mapped",[20029]],[[194561,194561],"mapped",[20024]],[[194562,194562],"mapped",[20033]],[[194563,194563],"mapped",[131362]],[[194564,194564],"mapped",[20320]],[[194565,194565],"mapped",[20398]],[[194566,194566],"mapped",[20411]],[[194567,194567],"mapped",[20482]],[[194568,194568],"mapped",[20602]],[[194569,194569],"mapped",[20633]],[[194570,194570],"mapped",[20711]],[[194571,194571],"mapped",[20687]],[[194572,194572],"mapped",[13470]],[[194573,194573],"mapped",[132666]],[[194574,194574],"mapped",[20813]],[[194575,194575],"mapped",[20820]],[[194576,194576],"mapped",[20836]],[[194577,194577],"mapped",[20855]],[[194578,194578],"mapped",[132380]],[[194579,194579],"mapped",[13497]],[[194580,194580],"mapped",[20839]],[[194581,194581],"mapped",[20877]],[[194582,194582],"mapped",[132427]],[[194583,194583],"mapped",[20887]],[[194584,194584],"mapped",[20900]],[[194585,194585],"mapped",[20172]],[[194586,194586],"mapped",[20908]],[[194587,194587],"mapped",[20917]],[[194588,194588],"mapped",[168415]],[[194589,194589],"mapped",[20981]],[[194590,194590],"mapped",[20995]],[[194591,194591],"mapped",[13535]],[[194592,194592],"mapped",[21051]],[[194593,194593],"mapped",[21062]],[[194594,194594],"mapped",[21106]],[[194595,194595],"mapped",[21111]],[[194596,194596],"mapped",[13589]],[[194597,194597],"mapped",[21191]],[[194598,194598],"mapped",[21193]],[[194599,194599],"mapped",[21220]],[[194600,194600],"mapped",[21242]],[[194601,194601],"mapped",[21253]],[[194602,194602],"mapped",[21254]],[[194603,194603],"mapped",[21271]],[[194604,194604],"mapped",[21321]],[[194605,194605],"mapped",[21329]],[[194606,194606],"mapped",[21338]],[[194607,194607],"mapped",[21363]],[[194608,194608],"mapped",[21373]],[[194609,194611],"mapped",[21375]],[[194612,194612],"mapped",[133676]],[[194613,194613],"mapped",[28784]],[[194614,194614],"mapped",[21450]],[[194615,194615],"mapped",[21471]],[[194616,194616],"mapped",[133987]],[[194617,194617],"mapped",[21483]],[[194618,194618],"mapped",[21489]],[[194619,194619],"mapped",[21510]],[[194620,194620],"mapped",[21662]],[[194621,194621],"mapped",[21560]],[[194622,194622],"mapped",[21576]],[[194623,194623],"mapped",[21608]],[[194624,194624],"mapped",[21666]],[[194625,194625],"mapped",[21750]],[[194626,194626],"mapped",[21776]],[[194627,194627],"mapped",[21843]],[[194628,194628],"mapped",[21859]],[[194629,194630],"mapped",[21892]],[[194631,194631],"mapped",[21913]],[[194632,194632],"mapped",[21931]],[[194633,194633],"mapped",[21939]],[[194634,194634],"mapped",[21954]],[[194635,194635],"mapped",[22294]],[[194636,194636],"mapped",[22022]],[[194637,194637],"mapped",[22295]],[[194638,194638],"mapped",[22097]],[[194639,194639],"mapped",[22132]],[[194640,194640],"mapped",[20999]],[[194641,194641],"mapped",[22766]],[[194642,194642],"mapped",[22478]],[[194643,194643],"mapped",[22516]],[[194644,194644],"mapped",[22541]],[[194645,194645],"mapped",[22411]],[[194646,194646],"mapped",[22578]],[[194647,194647],"mapped",[22577]],[[194648,194648],"mapped",[22700]],[[194649,194649],"mapped",[136420]],[[194650,194650],"mapped",[22770]],[[194651,194651],"mapped",[22775]],[[194652,194652],"mapped",[22790]],[[194653,194653],"mapped",[22810]],[[194654,194654],"mapped",[22818]],[[194655,194655],"mapped",[22882]],[[194656,194656],"mapped",[136872]],[[194657,194657],"mapped",[136938]],[[194658,194658],"mapped",[23020]],[[194659,194659],"mapped",[23067]],[[194660,194660],"mapped",[23079]],[[194661,194661],"mapped",[23e3]],[[194662,194662],"mapped",[23142]],[[194663,194663],"mapped",[14062]],[[194664,194664],"disallowed"],[[194665,194665],"mapped",[23304]],[[194666,194667],"mapped",[23358]],[[194668,194668],"mapped",[137672]],[[194669,194669],"mapped",[23491]],[[194670,194670],"mapped",[23512]],[[194671,194671],"mapped",[23527]],[[194672,194672],"mapped",[23539]],[[194673,194673],"mapped",[138008]],[[194674,194674],"mapped",[23551]],[[194675,194675],"mapped",[23558]],[[194676,194676],"disallowed"],[[194677,194677],"mapped",[23586]],[[194678,194678],"mapped",[14209]],[[194679,194679],"mapped",[23648]],[[194680,194680],"mapped",[23662]],[[194681,194681],"mapped",[23744]],[[194682,194682],"mapped",[23693]],[[194683,194683],"mapped",[138724]],[[194684,194684],"mapped",[23875]],[[194685,194685],"mapped",[138726]],[[194686,194686],"mapped",[23918]],[[194687,194687],"mapped",[23915]],[[194688,194688],"mapped",[23932]],[[194689,194689],"mapped",[24033]],[[194690,194690],"mapped",[24034]],[[194691,194691],"mapped",[14383]],[[194692,194692],"mapped",[24061]],[[194693,194693],"mapped",[24104]],[[194694,194694],"mapped",[24125]],[[194695,194695],"mapped",[24169]],[[194696,194696],"mapped",[14434]],[[194697,194697],"mapped",[139651]],[[194698,194698],"mapped",[14460]],[[194699,194699],"mapped",[24240]],[[194700,194700],"mapped",[24243]],[[194701,194701],"mapped",[24246]],[[194702,194702],"mapped",[24266]],[[194703,194703],"mapped",[172946]],[[194704,194704],"mapped",[24318]],[[194705,194706],"mapped",[140081]],[[194707,194707],"mapped",[33281]],[[194708,194709],"mapped",[24354]],[[194710,194710],"mapped",[14535]],[[194711,194711],"mapped",[144056]],[[194712,194712],"mapped",[156122]],[[194713,194713],"mapped",[24418]],[[194714,194714],"mapped",[24427]],[[194715,194715],"mapped",[14563]],[[194716,194716],"mapped",[24474]],[[194717,194717],"mapped",[24525]],[[194718,194718],"mapped",[24535]],[[194719,194719],"mapped",[24569]],[[194720,194720],"mapped",[24705]],[[194721,194721],"mapped",[14650]],[[194722,194722],"mapped",[14620]],[[194723,194723],"mapped",[24724]],[[194724,194724],"mapped",[141012]],[[194725,194725],"mapped",[24775]],[[194726,194726],"mapped",[24904]],[[194727,194727],"mapped",[24908]],[[194728,194728],"mapped",[24910]],[[194729,194729],"mapped",[24908]],[[194730,194730],"mapped",[24954]],[[194731,194731],"mapped",[24974]],[[194732,194732],"mapped",[25010]],[[194733,194733],"mapped",[24996]],[[194734,194734],"mapped",[25007]],[[194735,194735],"mapped",[25054]],[[194736,194736],"mapped",[25074]],[[194737,194737],"mapped",[25078]],[[194738,194738],"mapped",[25104]],[[194739,194739],"mapped",[25115]],[[194740,194740],"mapped",[25181]],[[194741,194741],"mapped",[25265]],[[194742,194742],"mapped",[25300]],[[194743,194743],"mapped",[25424]],[[194744,194744],"mapped",[142092]],[[194745,194745],"mapped",[25405]],[[194746,194746],"mapped",[25340]],[[194747,194747],"mapped",[25448]],[[194748,194748],"mapped",[25475]],[[194749,194749],"mapped",[25572]],[[194750,194750],"mapped",[142321]],[[194751,194751],"mapped",[25634]],[[194752,194752],"mapped",[25541]],[[194753,194753],"mapped",[25513]],[[194754,194754],"mapped",[14894]],[[194755,194755],"mapped",[25705]],[[194756,194756],"mapped",[25726]],[[194757,194757],"mapped",[25757]],[[194758,194758],"mapped",[25719]],[[194759,194759],"mapped",[14956]],[[194760,194760],"mapped",[25935]],[[194761,194761],"mapped",[25964]],[[194762,194762],"mapped",[143370]],[[194763,194763],"mapped",[26083]],[[194764,194764],"mapped",[26360]],[[194765,194765],"mapped",[26185]],[[194766,194766],"mapped",[15129]],[[194767,194767],"mapped",[26257]],[[194768,194768],"mapped",[15112]],[[194769,194769],"mapped",[15076]],[[194770,194770],"mapped",[20882]],[[194771,194771],"mapped",[20885]],[[194772,194772],"mapped",[26368]],[[194773,194773],"mapped",[26268]],[[194774,194774],"mapped",[32941]],[[194775,194775],"mapped",[17369]],[[194776,194776],"mapped",[26391]],[[194777,194777],"mapped",[26395]],[[194778,194778],"mapped",[26401]],[[194779,194779],"mapped",[26462]],[[194780,194780],"mapped",[26451]],[[194781,194781],"mapped",[144323]],[[194782,194782],"mapped",[15177]],[[194783,194783],"mapped",[26618]],[[194784,194784],"mapped",[26501]],[[194785,194785],"mapped",[26706]],[[194786,194786],"mapped",[26757]],[[194787,194787],"mapped",[144493]],[[194788,194788],"mapped",[26766]],[[194789,194789],"mapped",[26655]],[[194790,194790],"mapped",[26900]],[[194791,194791],"mapped",[15261]],[[194792,194792],"mapped",[26946]],[[194793,194793],"mapped",[27043]],[[194794,194794],"mapped",[27114]],[[194795,194795],"mapped",[27304]],[[194796,194796],"mapped",[145059]],[[194797,194797],"mapped",[27355]],[[194798,194798],"mapped",[15384]],[[194799,194799],"mapped",[27425]],[[194800,194800],"mapped",[145575]],[[194801,194801],"mapped",[27476]],[[194802,194802],"mapped",[15438]],[[194803,194803],"mapped",[27506]],[[194804,194804],"mapped",[27551]],[[194805,194805],"mapped",[27578]],[[194806,194806],"mapped",[27579]],[[194807,194807],"mapped",[146061]],[[194808,194808],"mapped",[138507]],[[194809,194809],"mapped",[146170]],[[194810,194810],"mapped",[27726]],[[194811,194811],"mapped",[146620]],[[194812,194812],"mapped",[27839]],[[194813,194813],"mapped",[27853]],[[194814,194814],"mapped",[27751]],[[194815,194815],"mapped",[27926]],[[194816,194816],"mapped",[27966]],[[194817,194817],"mapped",[28023]],[[194818,194818],"mapped",[27969]],[[194819,194819],"mapped",[28009]],[[194820,194820],"mapped",[28024]],[[194821,194821],"mapped",[28037]],[[194822,194822],"mapped",[146718]],[[194823,194823],"mapped",[27956]],[[194824,194824],"mapped",[28207]],[[194825,194825],"mapped",[28270]],[[194826,194826],"mapped",[15667]],[[194827,194827],"mapped",[28363]],[[194828,194828],"mapped",[28359]],[[194829,194829],"mapped",[147153]],[[194830,194830],"mapped",[28153]],[[194831,194831],"mapped",[28526]],[[194832,194832],"mapped",[147294]],[[194833,194833],"mapped",[147342]],[[194834,194834],"mapped",[28614]],[[194835,194835],"mapped",[28729]],[[194836,194836],"mapped",[28702]],[[194837,194837],"mapped",[28699]],[[194838,194838],"mapped",[15766]],[[194839,194839],"mapped",[28746]],[[194840,194840],"mapped",[28797]],[[194841,194841],"mapped",[28791]],[[194842,194842],"mapped",[28845]],[[194843,194843],"mapped",[132389]],[[194844,194844],"mapped",[28997]],[[194845,194845],"mapped",[148067]],[[194846,194846],"mapped",[29084]],[[194847,194847],"disallowed"],[[194848,194848],"mapped",[29224]],[[194849,194849],"mapped",[29237]],[[194850,194850],"mapped",[29264]],[[194851,194851],"mapped",[149e3]],[[194852,194852],"mapped",[29312]],[[194853,194853],"mapped",[29333]],[[194854,194854],"mapped",[149301]],[[194855,194855],"mapped",[149524]],[[194856,194856],"mapped",[29562]],[[194857,194857],"mapped",[29579]],[[194858,194858],"mapped",[16044]],[[194859,194859],"mapped",[29605]],[[194860,194861],"mapped",[16056]],[[194862,194862],"mapped",[29767]],[[194863,194863],"mapped",[29788]],[[194864,194864],"mapped",[29809]],[[194865,194865],"mapped",[29829]],[[194866,194866],"mapped",[29898]],[[194867,194867],"mapped",[16155]],[[194868,194868],"mapped",[29988]],[[194869,194869],"mapped",[150582]],[[194870,194870],"mapped",[30014]],[[194871,194871],"mapped",[150674]],[[194872,194872],"mapped",[30064]],[[194873,194873],"mapped",[139679]],[[194874,194874],"mapped",[30224]],[[194875,194875],"mapped",[151457]],[[194876,194876],"mapped",[151480]],[[194877,194877],"mapped",[151620]],[[194878,194878],"mapped",[16380]],[[194879,194879],"mapped",[16392]],[[194880,194880],"mapped",[30452]],[[194881,194881],"mapped",[151795]],[[194882,194882],"mapped",[151794]],[[194883,194883],"mapped",[151833]],[[194884,194884],"mapped",[151859]],[[194885,194885],"mapped",[30494]],[[194886,194887],"mapped",[30495]],[[194888,194888],"mapped",[30538]],[[194889,194889],"mapped",[16441]],[[194890,194890],"mapped",[30603]],[[194891,194891],"mapped",[16454]],[[194892,194892],"mapped",[16534]],[[194893,194893],"mapped",[152605]],[[194894,194894],"mapped",[30798]],[[194895,194895],"mapped",[30860]],[[194896,194896],"mapped",[30924]],[[194897,194897],"mapped",[16611]],[[194898,194898],"mapped",[153126]],[[194899,194899],"mapped",[31062]],[[194900,194900],"mapped",[153242]],[[194901,194901],"mapped",[153285]],[[194902,194902],"mapped",[31119]],[[194903,194903],"mapped",[31211]],[[194904,194904],"mapped",[16687]],[[194905,194905],"mapped",[31296]],[[194906,194906],"mapped",[31306]],[[194907,194907],"mapped",[31311]],[[194908,194908],"mapped",[153980]],[[194909,194910],"mapped",[154279]],[[194911,194911],"disallowed"],[[194912,194912],"mapped",[16898]],[[194913,194913],"mapped",[154539]],[[194914,194914],"mapped",[31686]],[[194915,194915],"mapped",[31689]],[[194916,194916],"mapped",[16935]],[[194917,194917],"mapped",[154752]],[[194918,194918],"mapped",[31954]],[[194919,194919],"mapped",[17056]],[[194920,194920],"mapped",[31976]],[[194921,194921],"mapped",[31971]],[[194922,194922],"mapped",[32e3]],[[194923,194923],"mapped",[155526]],[[194924,194924],"mapped",[32099]],[[194925,194925],"mapped",[17153]],[[194926,194926],"mapped",[32199]],[[194927,194927],"mapped",[32258]],[[194928,194928],"mapped",[32325]],[[194929,194929],"mapped",[17204]],[[194930,194930],"mapped",[156200]],[[194931,194931],"mapped",[156231]],[[194932,194932],"mapped",[17241]],[[194933,194933],"mapped",[156377]],[[194934,194934],"mapped",[32634]],[[194935,194935],"mapped",[156478]],[[194936,194936],"mapped",[32661]],[[194937,194937],"mapped",[32762]],[[194938,194938],"mapped",[32773]],[[194939,194939],"mapped",[156890]],[[194940,194940],"mapped",[156963]],[[194941,194941],"mapped",[32864]],[[194942,194942],"mapped",[157096]],[[194943,194943],"mapped",[32880]],[[194944,194944],"mapped",[144223]],[[194945,194945],"mapped",[17365]],[[194946,194946],"mapped",[32946]],[[194947,194947],"mapped",[33027]],[[194948,194948],"mapped",[17419]],[[194949,194949],"mapped",[33086]],[[194950,194950],"mapped",[23221]],[[194951,194951],"mapped",[157607]],[[194952,194952],"mapped",[157621]],[[194953,194953],"mapped",[144275]],[[194954,194954],"mapped",[144284]],[[194955,194955],"mapped",[33281]],[[194956,194956],"mapped",[33284]],[[194957,194957],"mapped",[36766]],[[194958,194958],"mapped",[17515]],[[194959,194959],"mapped",[33425]],[[194960,194960],"mapped",[33419]],[[194961,194961],"mapped",[33437]],[[194962,194962],"mapped",[21171]],[[194963,194963],"mapped",[33457]],[[194964,194964],"mapped",[33459]],[[194965,194965],"mapped",[33469]],[[194966,194966],"mapped",[33510]],[[194967,194967],"mapped",[158524]],[[194968,194968],"mapped",[33509]],[[194969,194969],"mapped",[33565]],[[194970,194970],"mapped",[33635]],[[194971,194971],"mapped",[33709]],[[194972,194972],"mapped",[33571]],[[194973,194973],"mapped",[33725]],[[194974,194974],"mapped",[33767]],[[194975,194975],"mapped",[33879]],[[194976,194976],"mapped",[33619]],[[194977,194977],"mapped",[33738]],[[194978,194978],"mapped",[33740]],[[194979,194979],"mapped",[33756]],[[194980,194980],"mapped",[158774]],[[194981,194981],"mapped",[159083]],[[194982,194982],"mapped",[158933]],[[194983,194983],"mapped",[17707]],[[194984,194984],"mapped",[34033]],[[194985,194985],"mapped",[34035]],[[194986,194986],"mapped",[34070]],[[194987,194987],"mapped",[160714]],[[194988,194988],"mapped",[34148]],[[194989,194989],"mapped",[159532]],[[194990,194990],"mapped",[17757]],[[194991,194991],"mapped",[17761]],[[194992,194992],"mapped",[159665]],[[194993,194993],"mapped",[159954]],[[194994,194994],"mapped",[17771]],[[194995,194995],"mapped",[34384]],[[194996,194996],"mapped",[34396]],[[194997,194997],"mapped",[34407]],[[194998,194998],"mapped",[34409]],[[194999,194999],"mapped",[34473]],[[195e3,195e3],"mapped",[34440]],[[195001,195001],"mapped",[34574]],[[195002,195002],"mapped",[34530]],[[195003,195003],"mapped",[34681]],[[195004,195004],"mapped",[34600]],[[195005,195005],"mapped",[34667]],[[195006,195006],"mapped",[34694]],[[195007,195007],"disallowed"],[[195008,195008],"mapped",[34785]],[[195009,195009],"mapped",[34817]],[[195010,195010],"mapped",[17913]],[[195011,195011],"mapped",[34912]],[[195012,195012],"mapped",[34915]],[[195013,195013],"mapped",[161383]],[[195014,195014],"mapped",[35031]],[[195015,195015],"mapped",[35038]],[[195016,195016],"mapped",[17973]],[[195017,195017],"mapped",[35066]],[[195018,195018],"mapped",[13499]],[[195019,195019],"mapped",[161966]],[[195020,195020],"mapped",[162150]],[[195021,195021],"mapped",[18110]],[[195022,195022],"mapped",[18119]],[[195023,195023],"mapped",[35488]],[[195024,195024],"mapped",[35565]],[[195025,195025],"mapped",[35722]],[[195026,195026],"mapped",[35925]],[[195027,195027],"mapped",[162984]],[[195028,195028],"mapped",[36011]],[[195029,195029],"mapped",[36033]],[[195030,195030],"mapped",[36123]],[[195031,195031],"mapped",[36215]],[[195032,195032],"mapped",[163631]],[[195033,195033],"mapped",[133124]],[[195034,195034],"mapped",[36299]],[[195035,195035],"mapped",[36284]],[[195036,195036],"mapped",[36336]],[[195037,195037],"mapped",[133342]],[[195038,195038],"mapped",[36564]],[[195039,195039],"mapped",[36664]],[[195040,195040],"mapped",[165330]],[[195041,195041],"mapped",[165357]],[[195042,195042],"mapped",[37012]],[[195043,195043],"mapped",[37105]],[[195044,195044],"mapped",[37137]],[[195045,195045],"mapped",[165678]],[[195046,195046],"mapped",[37147]],[[195047,195047],"mapped",[37432]],[[195048,195048],"mapped",[37591]],[[195049,195049],"mapped",[37592]],[[195050,195050],"mapped",[37500]],[[195051,195051],"mapped",[37881]],[[195052,195052],"mapped",[37909]],[[195053,195053],"mapped",[166906]],[[195054,195054],"mapped",[38283]],[[195055,195055],"mapped",[18837]],[[195056,195056],"mapped",[38327]],[[195057,195057],"mapped",[167287]],[[195058,195058],"mapped",[18918]],[[195059,195059],"mapped",[38595]],[[195060,195060],"mapped",[23986]],[[195061,195061],"mapped",[38691]],[[195062,195062],"mapped",[168261]],[[195063,195063],"mapped",[168474]],[[195064,195064],"mapped",[19054]],[[195065,195065],"mapped",[19062]],[[195066,195066],"mapped",[38880]],[[195067,195067],"mapped",[168970]],[[195068,195068],"mapped",[19122]],[[195069,195069],"mapped",[169110]],[[195070,195071],"mapped",[38923]],[[195072,195072],"mapped",[38953]],[[195073,195073],"mapped",[169398]],[[195074,195074],"mapped",[39138]],[[195075,195075],"mapped",[19251]],[[195076,195076],"mapped",[39209]],[[195077,195077],"mapped",[39335]],[[195078,195078],"mapped",[39362]],[[195079,195079],"mapped",[39422]],[[195080,195080],"mapped",[19406]],[[195081,195081],"mapped",[170800]],[[195082,195082],"mapped",[39698]],[[195083,195083],"mapped",[4e4]],[[195084,195084],"mapped",[40189]],[[195085,195085],"mapped",[19662]],[[195086,195086],"mapped",[19693]],[[195087,195087],"mapped",[40295]],[[195088,195088],"mapped",[172238]],[[195089,195089],"mapped",[19704]],[[195090,195090],"mapped",[172293]],[[195091,195091],"mapped",[172558]],[[195092,195092],"mapped",[172689]],[[195093,195093],"mapped",[40635]],[[195094,195094],"mapped",[19798]],[[195095,195095],"mapped",[40697]],[[195096,195096],"mapped",[40702]],[[195097,195097],"mapped",[40709]],[[195098,195098],"mapped",[40719]],[[195099,195099],"mapped",[40726]],[[195100,195100],"mapped",[40763]],[[195101,195101],"mapped",[173568]],[[195102,196605],"disallowed"],[[196606,196607],"disallowed"],[[196608,262141],"disallowed"],[[262142,262143],"disallowed"],[[262144,327677],"disallowed"],[[327678,327679],"disallowed"],[[327680,393213],"disallowed"],[[393214,393215],"disallowed"],[[393216,458749],"disallowed"],[[458750,458751],"disallowed"],[[458752,524285],"disallowed"],[[524286,524287],"disallowed"],[[524288,589821],"disallowed"],[[589822,589823],"disallowed"],[[589824,655357],"disallowed"],[[655358,655359],"disallowed"],[[655360,720893],"disallowed"],[[720894,720895],"disallowed"],[[720896,786429],"disallowed"],[[786430,786431],"disallowed"],[[786432,851965],"disallowed"],[[851966,851967],"disallowed"],[[851968,917501],"disallowed"],[[917502,917503],"disallowed"],[[917504,917504],"disallowed"],[[917505,917505],"disallowed"],[[917506,917535],"disallowed"],[[917536,917631],"disallowed"],[[917632,917759],"disallowed"],[[917760,917999],"ignored"],[[918e3,983037],"disallowed"],[[983038,983039],"disallowed"],[[983040,1048573],"disallowed"],[[1048574,1048575],"disallowed"],[[1048576,1114109],"disallowed"],[[1114110,1114111],"disallowed"]]});var A3=R((zO,Lp)=>{"use strict";u();var E3=require("punycode"),S3=y3(),Ir={TRANSITIONAL:0,NONTRANSITIONAL:1};function C3(t){return t.split("\0").map(function(e){return e.normalize("NFC")}).join("\0")}function F3(t){for(var e=0,a=S3.length-1;e<=a;){var i=Math.floor((e+a)/2),r=S3[i];if(r[0][0]<=t&&r[0][1]>=t)return r;r[0][0]>t?a=i-1:e=i+1}return null}var y_=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;function T3(t){return t.replace(y_,"_").length}function S_(t,e,a){for(var i=!1,r="",n=T3(t),o=0;o<n;++o){var l=t.codePointAt(o),d=F3(l);switch(d[1]){case"disallowed":i=!0,r+=String.fromCodePoint(l);break;case"ignored":break;case"mapped":r+=String.fromCodePoint.apply(String,d[2]);break;case"deviation":a===Ir.TRANSITIONAL?r+=String.fromCodePoint.apply(String,d[2]):r+=String.fromCodePoint(l);break;case"valid":r+=String.fromCodePoint(l);break;case"disallowed_STD3_mapped":e?(i=!0,r+=String.fromCodePoint(l)):r+=String.fromCodePoint.apply(String,d[2]);break;case"disallowed_STD3_valid":e&&(i=!0),r+=String.fromCodePoint(l);break}}return{string:r,error:i}}var E_=/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08E4-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C03\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D01-\u0D03\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u18A9\u1920-\u192B\u1930-\u193B\u19B0-\u19C0\u19C8\u19C9\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF5\u1DFC-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C4\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2D]|\uD800[\uDDFD\uDEE0\uDF76-\uDF7A]|\uD802[\uDE01-\uDE03\uDE05\uDE06\uDE0C-\uDE0F\uDE38-\uDE3A\uDE3F\uDEE5\uDEE6]|\uD804[\uDC00-\uDC02\uDC38-\uDC46\uDC7F-\uDC82\uDCB0-\uDCBA\uDD00-\uDD02\uDD27-\uDD34\uDD73\uDD80-\uDD82\uDDB3-\uDDC0\uDE2C-\uDE37\uDEDF-\uDEEA\uDF01-\uDF03\uDF3C\uDF3E-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF57\uDF62\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDCB0-\uDCC3\uDDAF-\uDDB5\uDDB8-\uDDC0\uDE30-\uDE40\uDEAB-\uDEB7]|\uD81A[\uDEF0-\uDEF4\uDF30-\uDF36]|\uD81B[\uDF51-\uDF7E\uDF8F-\uDF92]|\uD82F[\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD83A[\uDCD0-\uDCD6]|\uDB40[\uDD00-\uDDEF]/;function C_(t,e){t.substr(0,4)==="xn--"&&(t=E3.toUnicode(t),e=Ir.NONTRANSITIONAL);var a=!1;(C3(t)!==t||t[3]==="-"&&t[4]==="-"||t[0]==="-"||t[t.length-1]==="-"||t.indexOf(".")!==-1||t.search(E_)===0)&&(a=!0);for(var i=T3(t),r=0;r<i;++r){var n=F3(t.codePointAt(r));if(Pp===Ir.TRANSITIONAL&&n[1]!=="valid"||Pp===Ir.NONTRANSITIONAL&&n[1]!=="valid"&&n[1]!=="deviation"){a=!0;break}}return{label:t,error:a}}function Pp(t,e,a){var i=S_(t,e,a);i.string=C3(i.string);for(var r=i.string.split("."),n=0;n<r.length;++n)try{var o=C_(r[n]);r[n]=o.label,i.error=i.error||o.error}catch{i.error=!0}return{string:r.join("."),error:i.error}}Lp.exports.toASCII=function(t,e,a,i){var r=Pp(t,e,a),n=r.string.split(".");if(n=n.map(function(d){try{return E3.toASCII(d)}catch{return r.error=!0,d}}),i){var o=n.slice(0,n.length-1).join(".").length;(o.length>253||o.length===0)&&(r.error=!0);for(var l=0;l<n.length;++l)if(n.length>63||n.length===0){r.error=!0;break}}return r.error?null:n.join(".")};Lp.exports.toUnicode=function(t,e){var a=Pp(t,e,Ir.NONTRANSITIONAL);return{domain:a.string,error:a.error}};Lp.exports.PROCESSING_OPTIONS=Ir});var ia=R((HO,wt)=>{"use strict";u();var qr=require("punycode"),R3=A3(),O3={ftp:21,file:null,gopher:70,http:80,https:443,ws:80,wss:443},te=Symbol("failure");function B3(t){return qr.ucs2.decode(t).length}function k3(t,e){let a=t[e];return isNaN(a)?void 0:String.fromCodePoint(a)}function zn(t){return t>=48&&t<=57}function Un(t){return t>=65&&t<=90||t>=97&&t<=122}function F_(t){return Un(t)||zn(t)}function zt(t){return zn(t)||t>=65&&t<=70||t>=97&&t<=102}function N3(t){return t==="."||t.toLowerCase()==="%2e"}function T_(t){return t=t.toLowerCase(),t===".."||t==="%2e."||t===".%2e"||t==="%2e%2e"}function A_(t,e){return Un(t)&&(e===58||e===124)}function P3(t){return t.length===2&&Un(t.codePointAt(0))&&(t[1]===":"||t[1]==="|")}function R_(t){return t.length===2&&Un(t.codePointAt(0))&&t[1]===":"}function B_(t){return t.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|%|\/|:|\?|@|\[|\\|\]/)!==-1}function k_(t){return t.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|\?|@|\[|\\|\]/)!==-1}function Ql(t){return O3[t]!==void 0}function qe(t){return Ql(t.scheme)}function N_(t){return O3[t]}function L3(t){let e=t.toString(16).toUpperCase();return e.length===1&&(e="0"+e),"%"+e}function O_(t){let e=new Buffer(t),a="";for(let i=0;i<e.length;++i)a+=L3(e[i]);return a}function P_(t){let e=new Buffer(t),a=[];for(let i=0;i<e.length;++i)e[i]!==37?a.push(e[i]):e[i]===37&&zt(e[i+1])&&zt(e[i+2])?(a.push(parseInt(e.slice(i+1,i+3).toString(),16)),i+=2):a.push(e[i]);return new Buffer(a).toString()}function Ip(t){return t<=31||t>126}var L_=new Set([32,34,35,60,62,63,96,123,125]);function I3(t){return Ip(t)||L_.has(t)}var I_=new Set([47,58,59,61,64,91,92,93,94,124]);function Jl(t){return I3(t)||I_.has(t)}function Wi(t,e){let a=String.fromCodePoint(t);return e(t)?O_(a):a}function q_(t){let e=10;return t.length>=2&&t.charAt(0)==="0"&&t.charAt(1).toLowerCase()==="x"?(t=t.substring(2),e=16):t.length>=2&&t.charAt(0)==="0"&&(t=t.substring(1),e=8),t===""?0:(e===10?/[^0-9]/:e===16?/[^0-9A-Fa-f]/:/[^0-7]/).test(t)?te:parseInt(t,e)}function j_(t){let e=t.split(".");if(e[e.length-1]===""&&e.length>1&&e.pop(),e.length>4)return t;let a=[];for(let n of e){if(n==="")return t;let o=q_(n);if(o===te)return t;a.push(o)}for(let n=0;n<a.length-1;++n)if(a[n]>255)return te;if(a[a.length-1]>=Math.pow(256,5-a.length))return te;let i=a.pop(),r=0;for(let n of a)i+=n*Math.pow(256,3-r),++r;return i}function V_(t){let e="",a=t;for(let i=1;i<=4;++i)e=String(a%256)+e,i!==4&&(e="."+e),a=Math.floor(a/256);return e}function M_(t){let e=[0,0,0,0,0,0,0,0],a=0,i=null,r=0;if(t=qr.ucs2.decode(t),t[r]===58){if(t[r+1]!==58)return te;r+=2,++a,i=a}for(;r<t.length;){if(a===8)return te;if(t[r]===58){if(i!==null)return te;++r,++a,i=a;continue}let n=0,o=0;for(;o<4&&zt(t[r]);)n=n*16+parseInt(k3(t,r),16),++r,++o;if(t[r]===46){if(o===0||(r-=o,a>6))return te;let l=0;for(;t[r]!==void 0;){let d=null;if(l>0)if(t[r]===46&&l<4)++r;else return te;if(!zn(t[r]))return te;for(;zn(t[r]);){let c=parseInt(k3(t,r));if(d===null)d=c;else{if(d===0)return te;d=d*10+c}if(d>255)return te;++r}e[a]=e[a]*256+d,++l,(l===2||l===4)&&++a}if(l!==4)return te;break}else if(t[r]===58){if(++r,t[r]===void 0)return te}else if(t[r]!==void 0)return te;e[a]=n,++a}if(i!==null){let n=a-i;for(a=7;a!==0&&n>0;){let o=e[i+n-1];e[i+n-1]=e[a],e[a]=o,--a,--n}}else if(i===null&&a!==8)return te;return e}function W_(t){let e="",i=z_(t).idx,r=!1;for(let n=0;n<=7;++n)if(!(r&&t[n]===0)){if(r&&(r=!1),i===n){e+=n===0?"::":":",r=!0;continue}e+=t[n].toString(16),n!==7&&(e+=":")}return e}function Xl(t,e){if(t[0]==="[")return t[t.length-1]!=="]"?te:M_(t.substring(1,t.length-1));if(!e)return $_(t);let a=P_(t),i=R3.toASCII(a,!1,R3.PROCESSING_OPTIONS.NONTRANSITIONAL,!1);if(i===null||B_(i))return te;let r=j_(i);return typeof r=="number"||r===te?r:i}function $_(t){if(k_(t))return te;let e="",a=qr.ucs2.decode(t);for(let i=0;i<a.length;++i)e+=Wi(a[i],Ip);return e}function z_(t){let e=null,a=1,i=null,r=0;for(let n=0;n<t.length;++n)t[n]!==0?(r>a&&(e=i,a=r),i=null,r=0):(i===null&&(i=n),++r);return r>a&&(e=i,a=r),{idx:e,len:a}}function Zl(t){return typeof t=="number"?V_(t):t instanceof Array?"["+W_(t)+"]":t}function U_(t){return t.replace(/^[\u0000-\u001F\u0020]+|[\u0000-\u001F\u0020]+$/g,"")}function H_(t){return t.replace(/\u0009|\u000A|\u000D/g,"")}function q3(t){let e=t.path;e.length!==0&&(t.scheme==="file"&&e.length===1&&Y_(e[0])||e.pop())}function j3(t){return t.username!==""||t.password!==""}function G_(t){return t.host===null||t.host===""||t.cannotBeABaseURL||t.scheme==="file"}function Y_(t){return/^[A-Za-z]:$/.test(t)}function Te(t,e,a,i,r){if(this.pointer=0,this.input=t,this.base=e||null,this.encodingOverride=a||"utf-8",this.stateOverride=r,this.url=i,this.failure=!1,this.parseError=!1,!this.url){this.url={scheme:"",username:"",password:"",host:null,port:null,path:[],query:null,fragment:null,cannotBeABaseURL:!1};let o=U_(this.input);o!==this.input&&(this.parseError=!0),this.input=o}let n=H_(this.input);for(n!==this.input&&(this.parseError=!0),this.input=n,this.state=r||"scheme start",this.buffer="",this.atFlag=!1,this.arrFlag=!1,this.passwordTokenSeenFlag=!1,this.input=qr.ucs2.decode(this.input);this.pointer<=this.input.length;++this.pointer){let o=this.input[this.pointer],l=isNaN(o)?void 0:String.fromCodePoint(o),d=this["parse "+this.state](o,l);if(d){if(d===te){this.failure=!0;break}}else break}}Te.prototype["parse scheme start"]=function(e,a){if(Un(e))this.buffer+=a.toLowerCase(),this.state="scheme";else if(!this.stateOverride)this.state="no scheme",--this.pointer;else return this.parseError=!0,te;return!0};Te.prototype["parse scheme"]=function(e,a){if(F_(e)||e===43||e===45||e===46)this.buffer+=a.toLowerCase();else if(e===58){if(this.stateOverride&&(qe(this.url)&&!Ql(this.buffer)||!qe(this.url)&&Ql(this.buffer)||(j3(this.url)||this.url.port!==null)&&this.buffer==="file"||this.url.scheme==="file"&&(this.url.host===""||this.url.host===null))||(this.url.scheme=this.buffer,this.buffer="",this.stateOverride))return!1;this.url.scheme==="file"?((this.input[this.pointer+1]!==47||this.input[this.pointer+2]!==47)&&(this.parseError=!0),this.state="file"):qe(this.url)&&this.base!==null&&this.base.scheme===this.url.scheme?this.state="special relative or authority":qe(this.url)?this.state="special authority slashes":this.input[this.pointer+1]===47?(this.state="path or authority",++this.pointer):(this.url.cannotBeABaseURL=!0,this.url.path.push(""),this.state="cannot-be-a-base-URL path")}else if(!this.stateOverride)this.buffer="",this.state="no scheme",this.pointer=-1;else return this.parseError=!0,te;return!0};Te.prototype["parse no scheme"]=function(e){return this.base===null||this.base.cannotBeABaseURL&&e!==35?te:(this.base.cannotBeABaseURL&&e===35?(this.url.scheme=this.base.scheme,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.url.cannotBeABaseURL=!0,this.state="fragment"):this.base.scheme==="file"?(this.state="file",--this.pointer):(this.state="relative",--this.pointer),!0)};Te.prototype["parse special relative or authority"]=function(e){return e===47&&this.input[this.pointer+1]===47?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="relative",--this.pointer),!0};Te.prototype["parse path or authority"]=function(e){return e===47?this.state="authority":(this.state="path",--this.pointer),!0};Te.prototype["parse relative"]=function(e){return this.url.scheme=this.base.scheme,isNaN(e)?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query):e===47?this.state="relative slash":e===63?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):e===35?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):qe(this.url)&&e===92?(this.parseError=!0,this.state="relative slash"):(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(0,this.base.path.length-1),this.state="path",--this.pointer),!0};Te.prototype["parse relative slash"]=function(e){return qe(this.url)&&(e===47||e===92)?(e===92&&(this.parseError=!0),this.state="special authority ignore slashes"):e===47?this.state="authority":(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.state="path",--this.pointer),!0};Te.prototype["parse special authority slashes"]=function(e){return e===47&&this.input[this.pointer+1]===47?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="special authority ignore slashes",--this.pointer),!0};Te.prototype["parse special authority ignore slashes"]=function(e){return e!==47&&e!==92?(this.state="authority",--this.pointer):this.parseError=!0,!0};Te.prototype["parse authority"]=function(e,a){if(e===64){this.parseError=!0,this.atFlag&&(this.buffer="%40"+this.buffer),this.atFlag=!0;let i=B3(this.buffer);for(let r=0;r<i;++r){let n=this.buffer.codePointAt(r);if(n===58&&!this.passwordTokenSeenFlag){this.passwordTokenSeenFlag=!0;continue}let o=Wi(n,Jl);this.passwordTokenSeenFlag?this.url.password+=o:this.url.username+=o}this.buffer=""}else if(isNaN(e)||e===47||e===63||e===35||qe(this.url)&&e===92){if(this.atFlag&&this.buffer==="")return this.parseError=!0,te;this.pointer-=B3(this.buffer)+1,this.buffer="",this.state="host"}else this.buffer+=a;return!0};Te.prototype["parse hostname"]=Te.prototype["parse host"]=function(e,a){if(this.stateOverride&&this.url.scheme==="file")--this.pointer,this.state="file host";else if(e===58&&!this.arrFlag){if(this.buffer==="")return this.parseError=!0,te;let i=Xl(this.buffer,qe(this.url));if(i===te)return te;if(this.url.host=i,this.buffer="",this.state="port",this.stateOverride==="hostname")return!1}else if(isNaN(e)||e===47||e===63||e===35||qe(this.url)&&e===92){if(--this.pointer,qe(this.url)&&this.buffer==="")return this.parseError=!0,te;if(this.stateOverride&&this.buffer===""&&(j3(this.url)||this.url.port!==null))return this.parseError=!0,!1;let i=Xl(this.buffer,qe(this.url));if(i===te)return te;if(this.url.host=i,this.buffer="",this.state="path start",this.stateOverride)return!1}else e===91?this.arrFlag=!0:e===93&&(this.arrFlag=!1),this.buffer+=a;return!0};Te.prototype["parse port"]=function(e,a){if(zn(e))this.buffer+=a;else if(isNaN(e)||e===47||e===63||e===35||qe(this.url)&&e===92||this.stateOverride){if(this.buffer!==""){let i=parseInt(this.buffer);if(i>Math.pow(2,16)-1)return this.parseError=!0,te;this.url.port=i===N_(this.url.scheme)?null:i,this.buffer=""}if(this.stateOverride)return!1;this.state="path start",--this.pointer}else return this.parseError=!0,te;return!0};var K_=new Set([47,92,63,35]);Te.prototype["parse file"]=function(e){return this.url.scheme="file",e===47||e===92?(e===92&&(this.parseError=!0),this.state="file slash"):this.base!==null&&this.base.scheme==="file"?isNaN(e)?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query):e===63?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):e===35?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):(this.input.length-this.pointer-1===0||!A_(e,this.input[this.pointer+1])||this.input.length-this.pointer-1>=2&&!K_.has(this.input[this.pointer+2])?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),q3(this.url)):this.parseError=!0,this.state="path",--this.pointer):(this.state="path",--this.pointer),!0};Te.prototype["parse file slash"]=function(e){return e===47||e===92?(e===92&&(this.parseError=!0),this.state="file host"):(this.base!==null&&this.base.scheme==="file"&&(R_(this.base.path[0])?this.url.path.push(this.base.path[0]):this.url.host=this.base.host),this.state="path",--this.pointer),!0};Te.prototype["parse file host"]=function(e,a){if(isNaN(e)||e===47||e===92||e===63||e===35)if(--this.pointer,!this.stateOverride&&P3(this.buffer))this.parseError=!0,this.state="path";else if(this.buffer===""){if(this.url.host="",this.stateOverride)return!1;this.state="path start"}else{let i=Xl(this.buffer,qe(this.url));if(i===te)return te;if(i==="localhost"&&(i=""),this.url.host=i,this.stateOverride)return!1;this.buffer="",this.state="path start"}else this.buffer+=a;return!0};Te.prototype["parse path start"]=function(e){return qe(this.url)?(e===92&&(this.parseError=!0),this.state="path",e!==47&&e!==92&&--this.pointer):!this.stateOverride&&e===63?(this.url.query="",this.state="query"):!this.stateOverride&&e===35?(this.url.fragment="",this.state="fragment"):e!==void 0&&(this.state="path",e!==47&&--this.pointer),!0};Te.prototype["parse path"]=function(e){if(isNaN(e)||e===47||qe(this.url)&&e===92||!this.stateOverride&&(e===63||e===35)){if(qe(this.url)&&e===92&&(this.parseError=!0),T_(this.buffer)?(q3(this.url),e!==47&&!(qe(this.url)&&e===92)&&this.url.path.push("")):N3(this.buffer)&&e!==47&&!(qe(this.url)&&e===92)?this.url.path.push(""):N3(this.buffer)||(this.url.scheme==="file"&&this.url.path.length===0&&P3(this.buffer)&&(this.url.host!==""&&this.url.host!==null&&(this.parseError=!0,this.url.host=""),this.buffer=this.buffer[0]+":"),this.url.path.push(this.buffer)),this.buffer="",this.url.scheme==="file"&&(e===void 0||e===63||e===35))for(;this.url.path.length>1&&this.url.path[0]==="";)this.parseError=!0,this.url.path.shift();e===63&&(this.url.query="",this.state="query"),e===35&&(this.url.fragment="",this.state="fragment")}else e===37&&(!zt(this.input[this.pointer+1])||!zt(this.input[this.pointer+2]))&&(this.parseError=!0),this.buffer+=Wi(e,I3);return!0};Te.prototype["parse cannot-be-a-base-URL path"]=function(e){return e===63?(this.url.query="",this.state="query"):e===35?(this.url.fragment="",this.state="fragment"):(!isNaN(e)&&e!==37&&(this.parseError=!0),e===37&&(!zt(this.input[this.pointer+1])||!zt(this.input[this.pointer+2]))&&(this.parseError=!0),isNaN(e)||(this.url.path[0]=this.url.path[0]+Wi(e,Ip))),!0};Te.prototype["parse query"]=function(e,a){if(isNaN(e)||!this.stateOverride&&e===35){(!qe(this.url)||this.url.scheme==="ws"||this.url.scheme==="wss")&&(this.encodingOverride="utf-8");let i=new Buffer(this.buffer);for(let r=0;r<i.length;++r)i[r]<33||i[r]>126||i[r]===34||i[r]===35||i[r]===60||i[r]===62?this.url.query+=L3(i[r]):this.url.query+=String.fromCodePoint(i[r]);this.buffer="",e===35&&(this.url.fragment="",this.state="fragment")}else e===37&&(!zt(this.input[this.pointer+1])||!zt(this.input[this.pointer+2]))&&(this.parseError=!0),this.buffer+=a;return!0};Te.prototype["parse fragment"]=function(e){return isNaN(e)||(e===0?this.parseError=!0:(e===37&&(!zt(this.input[this.pointer+1])||!zt(this.input[this.pointer+2]))&&(this.parseError=!0),this.url.fragment+=Wi(e,Ip))),!0};function Q_(t,e){let a=t.scheme+":";if(t.host!==null?(a+="//",(t.username!==""||t.password!=="")&&(a+=t.username,t.password!==""&&(a+=":"+t.password),a+="@"),a+=Zl(t.host),t.port!==null&&(a+=":"+t.port)):t.host===null&&t.scheme==="file"&&(a+="//"),t.cannotBeABaseURL)a+=t.path[0];else for(let i of t.path)a+="/"+i;return t.query!==null&&(a+="?"+t.query),!e&&t.fragment!==null&&(a+="#"+t.fragment),a}function X_(t){let e=t.scheme+"://";return e+=Zl(t.host),t.port!==null&&(e+=":"+t.port),e}wt.exports.serializeURL=Q_;wt.exports.serializeURLOrigin=function(t){switch(t.scheme){case"blob":try{return wt.exports.serializeURLOrigin(wt.exports.parseURL(t.path[0]))}catch{return"null"}case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return X_({scheme:t.scheme,host:t.host,port:t.port});case"file":return"file://";default:return"null"}};wt.exports.basicURLParse=function(t,e){e===void 0&&(e={});let a=new Te(t,e.baseURL,e.encodingOverride,e.url,e.stateOverride);return a.failure?"failure":a.url};wt.exports.setTheUsername=function(t,e){t.username="";let a=qr.ucs2.decode(e);for(let i=0;i<a.length;++i)t.username+=Wi(a[i],Jl)};wt.exports.setThePassword=function(t,e){t.password="";let a=qr.ucs2.decode(e);for(let i=0;i<a.length;++i)t.password+=Wi(a[i],Jl)};wt.exports.serializeHost=Zl;wt.exports.cannotHaveAUsernamePasswordPort=G_;wt.exports.serializeInteger=function(t){return String(t)};wt.exports.parseURL=function(t,e){return e===void 0&&(e={}),wt.exports.basicURLParse(t,{baseURL:e.baseURL,encodingOverride:e.encodingOverride})}});var M3=R(V3=>{"use strict";u();var Ae=ia();V3.implementation=class{constructor(e){let a=e[0],i=e[1],r=null;if(i!==void 0&&(r=Ae.basicURLParse(i),r==="failure"))throw new TypeError("Invalid base URL");let n=Ae.basicURLParse(a,{baseURL:r});if(n==="failure")throw new TypeError("Invalid URL");this._url=n}get href(){return Ae.serializeURL(this._url)}set href(e){let a=Ae.basicURLParse(e);if(a==="failure")throw new TypeError("Invalid URL");this._url=a}get origin(){return Ae.serializeURLOrigin(this._url)}get protocol(){return this._url.scheme+":"}set protocol(e){Ae.basicURLParse(e+":",{url:this._url,stateOverride:"scheme start"})}get username(){return this._url.username}set username(e){Ae.cannotHaveAUsernamePasswordPort(this._url)||Ae.setTheUsername(this._url,e)}get password(){return this._url.password}set password(e){Ae.cannotHaveAUsernamePasswordPort(this._url)||Ae.setThePassword(this._url,e)}get host(){let e=this._url;return e.host===null?"":e.port===null?Ae.serializeHost(e.host):Ae.serializeHost(e.host)+":"+Ae.serializeInteger(e.port)}set host(e){this._url.cannotBeABaseURL||Ae.basicURLParse(e,{url:this._url,stateOverride:"host"})}get hostname(){return this._url.host===null?"":Ae.serializeHost(this._url.host)}set hostname(e){this._url.cannotBeABaseURL||Ae.basicURLParse(e,{url:this._url,stateOverride:"hostname"})}get port(){return this._url.port===null?"":Ae.serializeInteger(this._url.port)}set port(e){Ae.cannotHaveAUsernamePasswordPort(this._url)||(e===""?this._url.port=null:Ae.basicURLParse(e,{url:this._url,stateOverride:"port"}))}get pathname(){return this._url.cannotBeABaseURL?this._url.path[0]:this._url.path.length===0?"":"/"+this._url.path.join("/")}set pathname(e){this._url.cannotBeABaseURL||(this._url.path=[],Ae.basicURLParse(e,{url:this._url,stateOverride:"path start"}))}get search(){return this._url.query===null||this._url.query===""?"":"?"+this._url.query}set search(e){let a=this._url;if(e===""){a.query=null;return}let i=e[0]==="?"?e.substring(1):e;a.query="",Ae.basicURLParse(i,{url:a,stateOverride:"query"})}get hash(){return this._url.fragment===null||this._url.fragment===""?"":"#"+this._url.fragment}set hash(e){if(e===""){this._url.fragment=null;return}let a=e[0]==="#"?e.substring(1):e;this._url.fragment="",Ae.basicURLParse(a,{url:this._url,stateOverride:"fragment"})}toJSON(){return this.href}}});var z3=R((XO,Hn)=>{"use strict";u();var Bt=x3(),$3=w3(),W3=M3(),ve=$3.implSymbol;function $e(t){if(!this||this[ve]||!(this instanceof $e))throw new TypeError("Failed to construct 'URL': Please use the 'new' operator, this DOM object constructor cannot be called as a function.");if(arguments.length<1)throw new TypeError("Failed to construct 'URL': 1 argument required, but only "+arguments.length+" present.");let e=[];for(let a=0;a<arguments.length&&a<2;++a)e[a]=arguments[a];e[0]=Bt.USVString(e[0]),e[1]!==void 0&&(e[1]=Bt.USVString(e[1])),Hn.exports.setup(this,e)}$e.prototype.toJSON=function(){if(!this||!Hn.exports.is(this))throw new TypeError("Illegal invocation");let e=[];for(let a=0;a<arguments.length&&a<0;++a)e[a]=arguments[a];return this[ve].toJSON.apply(this[ve],e)};Object.defineProperty($e.prototype,"href",{get(){return this[ve].href},set(t){t=Bt.USVString(t),this[ve].href=t},enumerable:!0,configurable:!0});$e.prototype.toString=function(){if(!this||!Hn.exports.is(this))throw new TypeError("Illegal invocation");return this.href};Object.defineProperty($e.prototype,"origin",{get(){return this[ve].origin},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"protocol",{get(){return this[ve].protocol},set(t){t=Bt.USVString(t),this[ve].protocol=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"username",{get(){return this[ve].username},set(t){t=Bt.USVString(t),this[ve].username=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"password",{get(){return this[ve].password},set(t){t=Bt.USVString(t),this[ve].password=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"host",{get(){return this[ve].host},set(t){t=Bt.USVString(t),this[ve].host=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"hostname",{get(){return this[ve].hostname},set(t){t=Bt.USVString(t),this[ve].hostname=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"port",{get(){return this[ve].port},set(t){t=Bt.USVString(t),this[ve].port=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"pathname",{get(){return this[ve].pathname},set(t){t=Bt.USVString(t),this[ve].pathname=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"search",{get(){return this[ve].search},set(t){t=Bt.USVString(t),this[ve].search=t},enumerable:!0,configurable:!0});Object.defineProperty($e.prototype,"hash",{get(){return this[ve].hash},set(t){t=Bt.USVString(t),this[ve].hash=t},enumerable:!0,configurable:!0});Hn.exports={is(t){return!!t&&t[ve]instanceof W3.implementation},create(t,e){let a=Object.create($e.prototype);return this.setup(a,t,e),a},setup(t,e,a){a||(a={}),a.wrapper=t,t[ve]=new W3.implementation(e,a),t[ve][$3.wrapperSymbol]=t},interface:$e,expose:{Window:{URL:$e},Worker:{URL:$e}}}});var U3=R(ra=>{"use strict";u();ra.URL=z3().interface;ra.serializeURL=ia().serializeURL;ra.serializeURLOrigin=ia().serializeURLOrigin;ra.basicURLParse=ia().basicURLParse;ra.setTheUsername=ia().setTheUsername;ra.setThePassword=ia().setThePassword;ra.serializeHost=ia().serializeHost;ra.serializeInteger=ia().serializeInteger;ra.parseURL=ia().parseURL});var tf={};uo(tf,{AbortError:()=>Mr,FetchError:()=>Ke,Headers:()=>Dt,Request:()=>na,Response:()=>ht,default:()=>jp});function Ke(t,e,a){Error.call(this,t),this.message=t,this.type=e,a&&(this.code=this.errno=a.code),Error.captureStackTrace(this,this.constructor)}function ze(t){var e=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=a.size;let r=i===void 0?0:i;var n=a.timeout;let o=n===void 0?0:n;t==null?t=null:Q3(t)?t=Buffer.from(t.toString()):Qn(t)||Buffer.isBuffer(t)||(Object.prototype.toString.call(t)==="[object ArrayBuffer]"?t=Buffer.from(t):ArrayBuffer.isView(t)?t=Buffer.from(t.buffer,t.byteOffset,t.byteLength):t instanceof kt.default||(t=Buffer.from(String(t)))),this[Ba]={body:t,disturbed:!1,error:null},this.size=r,this.timeout=o,t instanceof kt.default&&t.on("error",function(l){let d=l.name==="AbortError"?l:new Ke(`Invalid response body while trying to fetch ${e.url}: ${l.message}`,"system",l);e[Ba].error=d})}function jr(){var t=this;if(this[Ba].disturbed)return ze.Promise.reject(new TypeError(`body used already for: ${this.url}`));if(this[Ba].disturbed=!0,this[Ba].error)return ze.Promise.reject(this[Ba].error);let e=this.body;if(e===null)return ze.Promise.resolve(Buffer.alloc(0));if(Qn(e)&&(e=e.stream()),Buffer.isBuffer(e))return ze.Promise.resolve(e);if(!(e instanceof kt.default))return ze.Promise.resolve(Buffer.alloc(0));let a=[],i=0,r=!1;return new ze.Promise(function(n,o){let l;t.timeout&&(l=setTimeout(function(){r=!0,o(new Ke(`Response timeout while trying to fetch ${t.url} (over ${t.timeout}ms)`,"body-timeout"))},t.timeout)),e.on("error",function(d){d.name==="AbortError"?(r=!0,o(d)):o(new Ke(`Invalid response body while trying to fetch ${t.url}: ${d.message}`,"system",d))}),e.on("data",function(d){if(!(r||d===null)){if(t.size&&i+d.length>t.size){r=!0,o(new Ke(`content size at ${t.url} over limit: ${t.size}`,"max-size"));return}i+=d.length,a.push(d)}}),e.on("end",function(){if(!r){clearTimeout(l);try{n(Buffer.concat(a,i))}catch(d){o(new Ke(`Could not create Buffer from response body for ${t.url}: ${d.message}`,"system",d))}}})})}function Z_(t,e){if(typeof ru!="function")throw new Error("The package `encoding` must be installed to use the textConverted() function");let a=e.get("content-type"),i="utf-8",r,n;return a&&(r=/charset=([^;]*)/i.exec(a)),n=t.slice(0,1024).toString(),!r&&n&&(r=/<meta.+?charset=(['"])(.+?)\1/i.exec(n)),!r&&n&&(r=/<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(n),r||(r=/<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(n),r&&r.pop()),r&&(r=/charset=(.*)/i.exec(r.pop()))),!r&&n&&(r=/<\?xml.+?encoding=(['"])(.+?)\1/i.exec(n)),r&&(i=r.pop(),(i==="gb2312"||i==="gbk")&&(i="gb18030")),ru(t,"UTF-8",i).toString()}function Q3(t){return typeof t!="object"||typeof t.append!="function"||typeof t.delete!="function"||typeof t.get!="function"||typeof t.getAll!="function"||typeof t.has!="function"||typeof t.set!="function"?!1:t.constructor.name==="URLSearchParams"||Object.prototype.toString.call(t)==="[object URLSearchParams]"||typeof t.sort=="function"}function Qn(t){return typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&typeof t.constructor=="function"&&typeof t.constructor.name=="string"&&/^(Blob|File)$/.test(t.constructor.name)&&/^(Blob|File)$/.test(t[Symbol.toStringTag])}function X3(t){let e,a,i=t.body;if(t.bodyUsed)throw new Error("cannot clone body after it is used");return i instanceof kt.default&&typeof i.getBoundary!="function"&&(e=new H3,a=new H3,i.pipe(e),i.pipe(a),t[Ba].body=e,i=a),i}function J3(t){return t===null?null:typeof t=="string"?"text/plain;charset=UTF-8":Q3(t)?"application/x-www-form-urlencoded;charset=UTF-8":Qn(t)?t.type||null:Buffer.isBuffer(t)||Object.prototype.toString.call(t)==="[object ArrayBuffer]"||ArrayBuffer.isView(t)?null:typeof t.getBoundary=="function"?`multipart/form-data;boundary=${t.getBoundary()}`:t instanceof kt.default?null:"text/plain;charset=UTF-8"}function Z3(t){let e=t.body;return e===null?0:Qn(e)?e.size:Buffer.isBuffer(e)?e.length:e&&typeof e.getLengthSync=="function"&&(e._lengthRetrievers&&e._lengthRetrievers.length==0||e.hasKnownLength&&e.hasKnownLength())?e.getLengthSync():null}function ex(t,e){let a=e.body;a===null?t.end():Qn(a)?a.stream().pipe(t):Buffer.isBuffer(a)?(t.write(a),t.end()):a.pipe(t)}function Gn(t){if(t=`${t}`,ef.test(t)||t==="")throw new TypeError(`${t} is not a legal HTTP header name`)}function G3(t){if(t=`${t}`,nu.test(t))throw new TypeError(`${t} is not a legal HTTP header value`)}function Vr(t,e){e=e.toLowerCase();for(let a in t)if(a.toLowerCase()===e)return a}function su(t){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"key+value";return Object.keys(t[ke]).sort().map(e==="key"?function(i){return i.toLowerCase()}:e==="value"?function(i){return t[ke][i].join(", ")}:function(i){return[i.toLowerCase(),t[ke][i].join(", ")]})}function tu(t,e){let a=Object.create(lu);return a[ou]={target:t,kind:e,index:0},a}function tx(t){let e=Object.assign({__proto__:null},t[ke]),a=Vr(t[ke],"Host");return a!==void 0&&(e[a]=e[a][0]),e}function ax(t){let e=new Dt;for(let a of Object.keys(t))if(!ef.test(a))if(Array.isArray(t[a]))for(let i of t[a])nu.test(i)||(e[ke][a]===void 0?e[ke][a]=[i]:e[ke][a].push(i));else nu.test(t[a])||(e[ke][a]=[t[a]]);return e}function au(t){return/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(t)&&(t=new rx(t).toString()),nx(t)}function qp(t){return typeof t=="object"&&typeof t[Ra]=="object"}function px(t){let e=t&&typeof t=="object"&&Object.getPrototypeOf(t);return!!(e&&e.constructor.name==="AbortSignal")}function dx(t){let e=t[Ra].parsedURL,a=new Dt(t[Ra].headers);if(a.has("Accept")||a.set("Accept","*/*"),!e.protocol||!e.hostname)throw new TypeError("Only absolute URLs are supported");if(!/^https?:$/.test(e.protocol))throw new TypeError("Only HTTP(S) protocols are supported");if(t.signal&&t.body instanceof kt.default.Readable&&!ox)throw new Error("Cancellation of streamed requests with AbortSignal is not supported in node < 8");let i=null;if(t.body==null&&/^(POST|PUT)$/i.test(t.method)&&(i="0"),t.body!=null){let n=Z3(t);typeof n=="number"&&(i=String(n))}i&&a.set("Content-Length",i),a.has("User-Agent")||a.set("User-Agent","node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"),t.compress&&!a.has("Accept-Encoding")&&a.set("Accept-Encoding","gzip,deflate");let r=t.agent;return typeof r=="function"&&(r=r(e)),Object.assign({},e,{method:t.method,headers:tx(a),agent:r})}function Mr(t){Error.call(this,t),this.type="aborted",this.message=t,Error.captureStackTrace(this,this.constructor)}function di(t,e){if(!di.Promise)throw new Error("native promise missing, set fetch.Promise to your favorite alternative");return ze.Promise=di.Promise,new di.Promise(function(a,i){let r=new na(t,e),n=dx(r),o=(n.protocol==="https:"?K3.default:pu.default).request,l=r.signal,d=null,c=function(){let F=new Mr("The user aborted a request.");i(F),r.body&&r.body instanceof kt.default.Readable&&iu(r.body,F),!(!d||!d.body)&&d.body.emit("error",F)};if(l&&l.aborted){c();return}let f=function(){c(),D()},v=o(n),h;l&&l.addEventListener("abort",f);function D(){v.abort(),l&&l.removeEventListener("abort",f),clearTimeout(h)}r.timeout&&v.once("socket",function(g){h=setTimeout(function(){i(new Ke(`network timeout at: ${r.url}`,"request-timeout")),D()},r.timeout)}),v.on("error",function(g){i(new Ke(`request to ${r.url} failed, reason: ${g.message}`,"system",g)),d&&d.body&&iu(d.body,g),D()}),cx(v,function(g){l&&l.aborted||d&&d.body&&iu(d.body,g)}),parseInt(process.version.substring(1))<14&&v.on("socket",function(g){g.addListener("close",function(F){let E=g.listenerCount("data")>0;if(d&&E&&!F&&!(l&&l.aborted)){let C=new Error("Premature close");C.code="ERR_STREAM_PREMATURE_CLOSE",d.body.emit("error",C)}})}),v.on("response",function(g){clearTimeout(h);let F=ax(g.headers);if(di.isRedirect(g.statusCode)){let S=F.get("Location"),A=null;try{A=S===null?null:new Yn(S,r.url).toString()}catch{if(r.redirect!=="manual"){i(new Ke(`uri requested responds with an invalid redirect URL: ${S}`,"invalid-redirect")),D();return}}switch(r.redirect){case"error":i(new Ke(`uri requested responds with a redirect, redirect mode is set to error: ${r.url}`,"no-redirect")),D();return;case"manual":if(A!==null)try{F.set("Location",A)}catch(O){i(O)}break;case"follow":if(A===null)break;if(r.counter>=r.follow){i(new Ke(`maximum redirect reached at: ${r.url}`,"max-redirect")),D();return}let T={headers:new Dt(r.headers),follow:r.follow,counter:r.counter+1,agent:r.agent,compress:r.compress,method:r.method,body:r.body,signal:r.signal,timeout:r.timeout,size:r.size};if(!lx(r.url,A)||!ux(r.url,A))for(let O of["authorization","www-authenticate","cookie","cookie2"])T.headers.delete(O);if(g.statusCode!==303&&r.body&&Z3(r)===null){i(new Ke("Cannot follow redirect with body being a readable stream","unsupported-redirect")),D();return}(g.statusCode===303||(g.statusCode===301||g.statusCode===302)&&r.method==="POST")&&(T.method="GET",T.body=void 0,T.headers.delete("content-length")),a(di(new na(A,T))),D();return}}g.once("end",function(){l&&l.removeEventListener("abort",f)});let E=g.pipe(new Y3),C={url:r.url,status:g.statusCode,statusText:g.statusMessage,headers:F,size:r.size,timeout:r.timeout,counter:r.counter},P=F.get("Content-Encoding");if(!r.compress||r.method==="HEAD"||P===null||g.statusCode===204||g.statusCode===304){d=new ht(E,C),a(d);return}let j={flush:pi.default.Z_SYNC_FLUSH,finishFlush:pi.default.Z_SYNC_FLUSH};if(P=="gzip"||P=="x-gzip"){E=E.pipe(pi.default.createGunzip(j)),d=new ht(E,C),a(d);return}if(P=="deflate"||P=="x-deflate"){let S=g.pipe(new Y3);S.once("data",function(A){(A[0]&15)===8?E=E.pipe(pi.default.createInflate()):E=E.pipe(pi.default.createInflateRaw()),d=new ht(E,C),a(d)}),S.on("end",function(){d||(d=new ht(E,C),a(d))});return}if(P=="br"&&typeof pi.default.createBrotliDecompress=="function"){E=E.pipe(pi.default.createBrotliDecompress()),d=new ht(E,C),a(d);return}d=new ht(E,C),a(d)}),ex(v,r)})}function cx(t,e){let a;t.on("socket",function(i){a=i}),t.on("response",function(i){let r=i.headers;r["transfer-encoding"]==="chunked"&&!r["content-length"]&&i.once("close",function(n){if(a&&a.listenerCount("data")>0&&!n){let l=new Error("Premature close");l.code="ERR_STREAM_PREMATURE_CLOSE",e(l)}})})}function iu(t,e){t.destroy?t.destroy(e):(t.emit("error",e),t.end())}var kt,pu,Kn,du,K3,pi,J_,Aa,eu,li,ru,Ba,H3,ef,nu,ke,Dt,ou,lu,oi,ix,ht,Ra,rx,nx,sx,ox,na,Yn,Y3,lx,ux,jp,uu=Ti(()=>{u();kt=G(require("stream"),1),pu=G(require("http"),1),Kn=G(require("url"),1),du=G(U3(),1),K3=G(require("https"),1),pi=G(require("zlib"),1),J_=kt.default.Readable,Aa=Symbol("buffer"),eu=Symbol("type"),li=class{constructor(){this[eu]="";let e=arguments[0],a=arguments[1],i=[],r=0;if(e){let o=e,l=Number(o.length);for(let d=0;d<l;d++){let c=o[d],f;c instanceof Buffer?f=c:ArrayBuffer.isView(c)?f=Buffer.from(c.buffer,c.byteOffset,c.byteLength):c instanceof ArrayBuffer?f=Buffer.from(c):c instanceof li?f=c[Aa]:f=Buffer.from(typeof c=="string"?c:String(c)),r+=f.length,i.push(f)}}this[Aa]=Buffer.concat(i);let n=a&&a.type!==void 0&&String(a.type).toLowerCase();n&&!/[^\u0020-\u007E]/.test(n)&&(this[eu]=n)}get size(){return this[Aa].length}get type(){return this[eu]}text(){return Promise.resolve(this[Aa].toString())}arrayBuffer(){let e=this[Aa],a=e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength);return Promise.resolve(a)}stream(){let e=new J_;return e._read=function(){},e.push(this[Aa]),e.push(null),e}toString(){return"[object Blob]"}slice(){let e=this.size,a=arguments[0],i=arguments[1],r,n;a===void 0?r=0:a<0?r=Math.max(e+a,0):r=Math.min(a,e),i===void 0?n=e:i<0?n=Math.max(e+i,0):n=Math.min(i,e);let o=Math.max(n-r,0),d=this[Aa].slice(r,r+o),c=new li([],{type:arguments[2]});return c[Aa]=d,c}};Object.defineProperties(li.prototype,{size:{enumerable:!0},type:{enumerable:!0},slice:{enumerable:!0}});Object.defineProperty(li.prototype,Symbol.toStringTag,{value:"Blob",writable:!1,enumerable:!1,configurable:!0});Ke.prototype=Object.create(Error.prototype);Ke.prototype.constructor=Ke;Ke.prototype.name="FetchError";try{ru=require("encoding").convert}catch{}Ba=Symbol("Body internals"),H3=kt.default.PassThrough;ze.prototype={get body(){return this[Ba].body},get bodyUsed(){return this[Ba].disturbed},arrayBuffer(){return jr.call(this).then(function(t){return t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength)})},blob(){let t=this.headers&&this.headers.get("content-type")||"";return jr.call(this).then(function(e){return Object.assign(new li([],{type:t.toLowerCase()}),{[Aa]:e})})},json(){var t=this;return jr.call(this).then(function(e){try{return JSON.parse(e.toString())}catch(a){return ze.Promise.reject(new Ke(`invalid json response body at ${t.url} reason: ${a.message}`,"invalid-json"))}})},text(){return jr.call(this).then(function(t){return t.toString()})},buffer(){return jr.call(this)},textConverted(){var t=this;return jr.call(this).then(function(e){return Z_(e,t.headers)})}};Object.defineProperties(ze.prototype,{body:{enumerable:!0},bodyUsed:{enumerable:!0},arrayBuffer:{enumerable:!0},blob:{enumerable:!0},json:{enumerable:!0},text:{enumerable:!0}});ze.mixIn=function(t){for(let e of Object.getOwnPropertyNames(ze.prototype))if(!(e in t)){let a=Object.getOwnPropertyDescriptor(ze.prototype,e);Object.defineProperty(t,e,a)}};ze.Promise=global.Promise;ef=/[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/,nu=/[^\t\x20-\x7e\x80-\xff]/;ke=Symbol("map"),Dt=class{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:void 0;if(this[ke]=Object.create(null),e instanceof Dt){let a=e.raw(),i=Object.keys(a);for(let r of i)for(let n of a[r])this.append(r,n);return}if(e!=null)if(typeof e=="object"){let a=e[Symbol.iterator];if(a!=null){if(typeof a!="function")throw new TypeError("Header pairs must be iterable");let i=[];for(let r of e){if(typeof r!="object"||typeof r[Symbol.iterator]!="function")throw new TypeError("Each header pair must be iterable");i.push(Array.from(r))}for(let r of i){if(r.length!==2)throw new TypeError("Each header pair must be a name/value tuple");this.append(r[0],r[1])}}else for(let i of Object.keys(e)){let r=e[i];this.append(i,r)}}else throw new TypeError("Provided initializer must be an object")}get(e){e=`${e}`,Gn(e);let a=Vr(this[ke],e);return a===void 0?null:this[ke][a].join(", ")}forEach(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0,i=su(this),r=0;for(;r<i.length;){var n=i[r];let o=n[0],l=n[1];e.call(a,l,o,this),i=su(this),r++}}set(e,a){e=`${e}`,a=`${a}`,Gn(e),G3(a);let i=Vr(this[ke],e);this[ke][i!==void 0?i:e]=[a]}append(e,a){e=`${e}`,a=`${a}`,Gn(e),G3(a);let i=Vr(this[ke],e);i!==void 0?this[ke][i].push(a):this[ke][e]=[a]}has(e){return e=`${e}`,Gn(e),Vr(this[ke],e)!==void 0}delete(e){e=`${e}`,Gn(e);let a=Vr(this[ke],e);a!==void 0&&delete this[ke][a]}raw(){return this[ke]}keys(){return tu(this,"key")}values(){return tu(this,"value")}[Symbol.iterator](){return tu(this,"key+value")}};Dt.prototype.entries=Dt.prototype[Symbol.iterator];Object.defineProperty(Dt.prototype,Symbol.toStringTag,{value:"Headers",writable:!1,enumerable:!1,configurable:!0});Object.defineProperties(Dt.prototype,{get:{enumerable:!0},forEach:{enumerable:!0},set:{enumerable:!0},append:{enumerable:!0},has:{enumerable:!0},delete:{enumerable:!0},keys:{enumerable:!0},values:{enumerable:!0},entries:{enumerable:!0}});ou=Symbol("internal");lu=Object.setPrototypeOf({next(){if(!this||Object.getPrototypeOf(this)!==lu)throw new TypeError("Value of `this` is not a HeadersIterator");var t=this[ou];let e=t.target,a=t.kind,i=t.index,r=su(e,a),n=r.length;return i>=n?{value:void 0,done:!0}:(this[ou].index=i+1,{value:r[i],done:!1})}},Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));Object.defineProperty(lu,Symbol.toStringTag,{value:"HeadersIterator",writable:!1,enumerable:!1,configurable:!0});oi=Symbol("Response internals"),ix=pu.default.STATUS_CODES,ht=class{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ze.call(this,e,a);let i=a.status||200,r=new Dt(a.headers);if(e!=null&&!r.has("Content-Type")){let n=J3(e);n&&r.append("Content-Type",n)}this[oi]={url:a.url,status:i,statusText:a.statusText||ix[i],headers:r,counter:a.counter}}get url(){return this[oi].url||""}get status(){return this[oi].status}get ok(){return this[oi].status>=200&&this[oi].status<300}get redirected(){return this[oi].counter>0}get statusText(){return this[oi].statusText}get headers(){return this[oi].headers}clone(){return new ht(X3(this),{url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected})}};ze.mixIn(ht.prototype);Object.defineProperties(ht.prototype,{url:{enumerable:!0},status:{enumerable:!0},ok:{enumerable:!0},redirected:{enumerable:!0},statusText:{enumerable:!0},headers:{enumerable:!0},clone:{enumerable:!0}});Object.defineProperty(ht.prototype,Symbol.toStringTag,{value:"Response",writable:!1,enumerable:!1,configurable:!0});Ra=Symbol("Request internals"),rx=Kn.default.URL||du.default.URL,nx=Kn.default.parse,sx=Kn.default.format;ox="destroy"in kt.default.Readable.prototype;na=class{constructor(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i;qp(e)?i=au(e.url):(e&&e.href?i=au(e.href):i=au(`${e}`),e={});let r=a.method||e.method||"GET";if(r=r.toUpperCase(),(a.body!=null||qp(e)&&e.body!==null)&&(r==="GET"||r==="HEAD"))throw new TypeError("Request with GET/HEAD method cannot have body");let n=a.body!=null?a.body:qp(e)&&e.body!==null?X3(e):null;ze.call(this,n,{timeout:a.timeout||e.timeout||0,size:a.size||e.size||0});let o=new Dt(a.headers||e.headers||{});if(n!=null&&!o.has("Content-Type")){let d=J3(n);d&&o.append("Content-Type",d)}let l=qp(e)?e.signal:null;if("signal"in a&&(l=a.signal),l!=null&&!px(l))throw new TypeError("Expected signal to be an instanceof AbortSignal");this[Ra]={method:r,redirect:a.redirect||e.redirect||"follow",headers:o,parsedURL:i,signal:l},this.follow=a.follow!==void 0?a.follow:e.follow!==void 0?e.follow:20,this.compress=a.compress!==void 0?a.compress:e.compress!==void 0?e.compress:!0,this.counter=a.counter||e.counter||0,this.agent=a.agent||e.agent}get method(){return this[Ra].method}get url(){return sx(this[Ra].parsedURL)}get headers(){return this[Ra].headers}get redirect(){return this[Ra].redirect}get signal(){return this[Ra].signal}clone(){return new na(this)}};ze.mixIn(na.prototype);Object.defineProperty(na.prototype,Symbol.toStringTag,{value:"Request",writable:!1,enumerable:!1,configurable:!0});Object.defineProperties(na.prototype,{method:{enumerable:!0},url:{enumerable:!0},headers:{enumerable:!0},redirect:{enumerable:!0},clone:{enumerable:!0},signal:{enumerable:!0}});Mr.prototype=Object.create(Error.prototype);Mr.prototype.constructor=Mr;Mr.prototype.name="AbortError";Yn=Kn.default.URL||du.default.URL,Y3=kt.default.PassThrough,lx=function(e,a){let i=new Yn(a).hostname,r=new Yn(e).hostname;return i===r||i[i.length-r.length-1]==="."&&i.endsWith(r)},ux=function(e,a){let i=new Yn(a).protocol,r=new Yn(e).protocol;return i===r};di.isRedirect=function(t){return t===301||t===302||t===303||t===307||t===308};di.Promise=global.Promise;jp=di});var rf=R(($i,af)=>{u();var Xn=(uu(),sm(tf)),mx=Xn.default||Xn,Vp=function(t,e){return/^\/\//.test(t)&&(t="https:"+t),mx.call(this,t,e)};Vp.ponyfill=!0;af.exports=$i=Vp;$i.fetch=Vp;$i.Headers=Xn.Headers;$i.Request=Xn.Request;$i.Response=Xn.Response;$i.default=Vp});var of=R((Wp,Zn)=>{u();(function(){"use strict";var t={function:!0,object:!0},e=t[typeof window]&&window||this,a=e,i=t[typeof Wp]&&Wp,r=t[typeof Zn]&&Zn&&!Zn.nodeType&&Zn,n=i&&r&&typeof global=="object"&&global;n&&(n.global===n||n.window===n||n.self===n)&&(e=n);var o=Math.pow(2,53)-1,l=/\bOpera/,d=this,c=Object.prototype,f=c.hasOwnProperty,v=c.toString;function h(x){return x=String(x),x.charAt(0).toUpperCase()+x.slice(1)}function D(x,N,I){var V={"10.0":"10","6.4":"10 Technical Preview","6.3":"8.1","6.2":"8","6.1":"Server 2008 R2 / 7","6.0":"Server 2008 / Vista","5.2":"Server 2003 / XP 64-bit","5.1":"XP","5.01":"2000 SP1","5.0":"2000","4.0":"NT","4.90":"ME"};return N&&I&&/^Win/i.test(x)&&!/^Windows Phone /i.test(x)&&(V=V[/[\d.]+$/.exec(x)])&&(x="Windows "+V),x=String(x),N&&I&&(x=x.replace(RegExp(N,"i"),I)),x=F(x.replace(/ ce$/i," CE").replace(/\bhpw/i,"web").replace(/\bMacintosh\b/,"Mac OS").replace(/_PowerPC\b/i," OS").replace(/\b(OS X) [^ \d]+/i,"$1").replace(/\bMac (OS X)\b/,"$1").replace(/\/(\d)/," $1").replace(/_/g,".").replace(/(?: BePC|[ .]*fc[ \d.]+)$/i,"").replace(/\bx86\.64\b/gi,"x86_64").replace(/\b(Windows Phone) OS\b/,"$1").replace(/\b(Chrome OS \w+) [\d.]+\b/,"$1").split(" on ")[0]),x}function g(x,N){var I=-1,V=x?x.length:0;if(typeof V=="number"&&V>-1&&V<=o)for(;++I<V;)N(x[I],I,x);else E(x,N)}function F(x){return x=A(x),/^(?:webOS|i(?:OS|P))/.test(x)?x:h(x)}function E(x,N){for(var I in x)f.call(x,I)&&N(x[I],I,x)}function C(x){return x==null?h(x):v.call(x).slice(8,-1)}function P(x,N){var I=x!=null?typeof x[N]:"number";return!/^(?:boolean|number|string|undefined)$/.test(I)&&(I=="object"?!!x[N]:!0)}function j(x){return String(x).replace(/([ -])(?!$)/g,"$1?")}function S(x,N){var I=null;return g(x,function(V,Q){I=N(I,V,Q,x)}),I}function A(x){return String(x).replace(/^ +| +$/g,"")}function T(x){var N=e,I=x&&typeof x=="object"&&C(x)!="String";I&&(N=x,x=null);var V=N.navigator||{},Q=V.userAgent||"";x||(x=Q);var W=I||d==a,z=I?!!V.likeChrome:/\bChrome\b/.test(x)&&!/internal|\n/i.test(v.toString()),M="Object",K=I?M:"ScriptBridgingProxyObject",he=I?M:"Environment",be=I&&N.java?"JavaPackage":C(N.java),He=I?M:"RuntimeObject",Nt=/\bJava/.test(be)&&N.java,Ia=Nt&&C(N.environment)==he,qa=Nt?"a":"\u03B1",Bs=Nt?"b":"\u03B2",en=N.document||{},Gt=N.operamini||N.opera,it=l.test(it=I&&Gt?Gt["[[Class]]"]:C(Gt))?it:Gt=null,y,nr=x,ee=[],rt=null,Ct=x==Q,U=Ct&&Gt&&typeof Gt.version=="function"&&Gt.version(),sr,ne=tn([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"]),L=ks(["Adobe AIR","Arora","Avant Browser","Breach","Camino","Electron","Epiphany","Fennec","Flock","Galeon","GreenBrowser","iCab","Iceweasel","K-Meleon","Konqueror","Lunascape","Maxthon",{label:"Microsoft Edge",pattern:"(?:Edge|Edg|EdgA|EdgiOS)"},"Midori","Nook Browser","PaleMoon","PhantomJS","Raven","Rekonq","RockMelt",{label:"Samsung Internet",pattern:"SamsungBrowser"},"SeaMonkey",{label:"Silk",pattern:"(?:Cloud9|Silk-Accelerated)"},"Sleipnir","SlimBrowser",{label:"SRWare Iron",pattern:"Iron"},"Sunrise","Swiftfox","Vivaldi","Waterfox","WebPositive",{label:"Yandex Browser",pattern:"YaBrowser"},{label:"UC Browser",pattern:"UCBrowser"},"Opera Mini",{label:"Opera Mini",pattern:"OPiOS"},"Opera",{label:"Opera",pattern:"OPR"},"Chromium","Chrome",{label:"Chrome",pattern:"(?:HeadlessChrome)"},{label:"Chrome Mobile",pattern:"(?:CriOS|CrMo)"},{label:"Firefox",pattern:"(?:Firefox|Minefield)"},{label:"Firefox for iOS",pattern:"FxiOS"},{label:"IE",pattern:"IEMobile"},{label:"IE",pattern:"MSIE"},"Safari"]),X=Ot([{label:"BlackBerry",pattern:"BB10"},"BlackBerry",{label:"Galaxy S",pattern:"GT-I9000"},{label:"Galaxy S2",pattern:"GT-I9100"},{label:"Galaxy S3",pattern:"GT-I9300"},{label:"Galaxy S4",pattern:"GT-I9500"},{label:"Galaxy S5",pattern:"SM-G900"},{label:"Galaxy S6",pattern:"SM-G920"},{label:"Galaxy S6 Edge",pattern:"SM-G925"},{label:"Galaxy S7",pattern:"SM-G930"},{label:"Galaxy S7 Edge",pattern:"SM-G935"},"Google TV","Lumia","iPad","iPod","iPhone","Kindle",{label:"Kindle Fire",pattern:"(?:Cloud9|Silk-Accelerated)"},"Nexus","Nook","PlayBook","PlayStation Vita","PlayStation","TouchPad","Transformer",{label:"Wii U",pattern:"WiiU"},"Wii","Xbox One",{label:"Xbox 360",pattern:"Xbox"},"Xoom"]),xe=or({Apple:{iPad:1,iPhone:1,iPod:1},Alcatel:{},Archos:{},Amazon:{Kindle:1,"Kindle Fire":1},Asus:{Transformer:1},"Barnes & Noble":{Nook:1},BlackBerry:{PlayBook:1},Google:{"Google TV":1,Nexus:1},HP:{TouchPad:1},HTC:{},Huawei:{},Lenovo:{},LG:{},Microsoft:{Xbox:1,"Xbox One":1},Motorola:{Xoom:1},Nintendo:{"Wii U":1,Wii:1},Nokia:{Lumia:1},Oppo:{},Samsung:{"Galaxy S":1,"Galaxy S2":1,"Galaxy S3":1,"Galaxy S4":1},Sony:{PlayStation:1,"PlayStation Vita":1},Xiaomi:{Mi:1,Redmi:1}}),q=xi(["Windows Phone","KaiOS","Android","CentOS",{label:"Chrome OS",pattern:"CrOS"},"Debian",{label:"DragonFly BSD",pattern:"DragonFly"},"Fedora","FreeBSD","Gentoo","Haiku","Kubuntu","Linux Mint","OpenBSD","Red Hat","SuSE","Ubuntu","Xubuntu","Cygwin","Symbian OS","hpwOS","webOS ","webOS","Tablet OS","Tizen","Linux","Mac OS X","Macintosh","Mac","Windows 98;","Windows "]);function tn(Ie){return S(Ie,function(De,se){return De||RegExp("\\b"+(se.pattern||j(se))+"\\b","i").exec(x)&&(se.label||se)})}function or(Ie){return S(Ie,function(De,se,nt){return De||(se[X]||se[/^[a-z]+(?: +[a-z]+\b)*/i.exec(X)]||RegExp("\\b"+j(nt)+"(?:\\b|\\w*\\d)","i").exec(x))&&nt})}function ks(Ie){return S(Ie,function(De,se){return De||RegExp("\\b"+(se.pattern||j(se))+"\\b","i").exec(x)&&(se.label||se)})}function xi(Ie){return S(Ie,function(De,se){var nt=se.pattern||j(se);return!De&&(De=RegExp("\\b"+nt+"(?:/[\\d.]+|[ \\w.]*)","i").exec(x))&&(De=D(De,nt,se.label||se)),De})}function Ot(Ie){return S(Ie,function(De,se){var nt=se.pattern||j(se);return!De&&(De=RegExp("\\b"+nt+" *\\d+[.\\w_]*","i").exec(x)||RegExp("\\b"+nt+" *\\w+-[\\w]*","i").exec(x)||RegExp("\\b"+nt+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(x))&&((De=String(se.label&&!RegExp(nt,"i").test(se.label)?se.label:De).split("/"))[1]&&!/[\d.]+/.test(De[0])&&(De[0]+=" "+De[1]),se=se.label||se,De=F(De[0].replace(RegExp(nt,"i"),se).replace(RegExp("; *(?:"+se+"[_-])?","i")," ").replace(RegExp("("+se+")[-_.]?(\\w)","i"),"$1 $2"))),De})}function ja(Ie){return S(Ie,function(De,se){return De||(RegExp(se+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(x)||0)[1]||null})}function pr(){return this.description||""}if(ne&&(ne=[ne]),/\bAndroid\b/.test(q)&&!X&&(y=/\bAndroid[^;]*;(.*?)(?:Build|\) AppleWebKit)\b/i.exec(x))&&(X=A(y[1]).replace(/^[a-z]{2}-[a-z]{2};\s*/i,"")||null),xe&&!X?X=Ot([xe]):xe&&X&&(X=X.replace(RegExp("^("+j(xe)+")[-_.\\s]","i"),xe+" ").replace(RegExp("^("+j(xe)+")[-_.]?(\\w)","i"),xe+" $2")),(y=/\bGoogle TV\b/.exec(X))&&(X=y[0]),/\bSimulator\b/i.test(x)&&(X=(X?X+" ":"")+"Simulator"),L=="Opera Mini"&&/\bOPiOS\b/.test(x)&&ee.push("running in Turbo/Uncompressed mode"),L=="IE"&&/\blike iPhone OS\b/.test(x)?(y=T(x.replace(/like iPhone OS/,"")),xe=y.manufacturer,X=y.product):/^iP/.test(X)?(L||(L="Safari"),q="iOS"+((y=/ OS ([\d_]+)/i.exec(x))?" "+y[1].replace(/_/g,"."):"")):L=="Konqueror"&&/^Linux\b/i.test(q)?q="Kubuntu":xe&&xe!="Google"&&(/Chrome/.test(L)&&!/\bMobile Safari\b/i.test(x)||/\bVita\b/.test(X))||/\bAndroid\b/.test(q)&&/^Chrome/.test(L)&&/\bVersion\//i.test(x)?(L="Android Browser",q=/\bAndroid\b/.test(q)?q:"Android"):L=="Silk"?(/\bMobi/i.test(x)||(q="Android",ee.unshift("desktop mode")),/Accelerated *= *true/i.test(x)&&ee.unshift("accelerated")):L=="UC Browser"&&/\bUCWEB\b/.test(x)?ee.push("speed mode"):L=="PaleMoon"&&(y=/\bFirefox\/([\d.]+)\b/.exec(x))?ee.push("identifying as Firefox "+y[1]):L=="Firefox"&&(y=/\b(Mobile|Tablet|TV)\b/i.exec(x))?(q||(q="Firefox OS"),X||(X=y[1])):!L||(y=!/\bMinefield\b/i.test(x)&&/\b(?:Firefox|Safari)\b/.exec(L))?(L&&!X&&/[\/,]|^[^(]+?\)/.test(x.slice(x.indexOf(y+"/")+8))&&(L=null),(y=X||xe||q)&&(X||xe||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(q))&&(L=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(q)?q:y)+" Browser")):L=="Electron"&&(y=(/\bChrome\/([\d.]+)\b/.exec(x)||0)[1])&&ee.push("Chromium "+y),U||(U=ja(["(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)","Version",j(L),"(?:Firefox|Minefield|NetFront)"])),(y=ne=="iCab"&&parseFloat(U)>3&&"WebKit"||/\bOpera\b/.test(L)&&(/\bOPR\b/.test(x)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(x)&&!/^(?:Trident|EdgeHTML)$/.test(ne)&&"WebKit"||!ne&&/\bMSIE\b/i.test(x)&&(q=="Mac OS"?"Tasman":"Trident")||ne=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test(L)&&"NetFront")&&(ne=[y]),L=="IE"&&(y=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(x)||0)[1])?(L+=" Mobile",q="Windows Phone "+(/\+$/.test(y)?y:y+".x"),ee.unshift("desktop mode")):/\bWPDesktop\b/i.test(x)?(L="IE Mobile",q="Windows Phone 8.x",ee.unshift("desktop mode"),U||(U=(/\brv:([\d.]+)/.exec(x)||0)[1])):L!="IE"&&ne=="Trident"&&(y=/\brv:([\d.]+)/.exec(x))&&(L&&ee.push("identifying as "+L+(U?" "+U:"")),L="IE",U=y[1]),Ct){if(P(N,"global"))if(Nt&&(y=Nt.lang.System,nr=y.getProperty("os.arch"),q=q||y.getProperty("os.name")+" "+y.getProperty("os.version")),Ia){try{U=N.require("ringo/engine").version.join("."),L="RingoJS"}catch{(y=N.system)&&y.global.system==N.system&&(L="Narwhal",q||(q=y[0].os||null))}L||(L="Rhino")}else typeof N.process=="object"&&!N.process.browser&&(y=N.process)&&(typeof y.versions=="object"&&(typeof y.versions.electron=="string"?(ee.push("Node "+y.versions.node),L="Electron",U=y.versions.electron):typeof y.versions.nw=="string"&&(ee.push("Chromium "+U,"Node "+y.versions.node),L="NW.js",U=y.versions.nw)),L||(L="Node.js",nr=y.arch,q=y.platform,U=/[\d.]+/.exec(y.version),U=U?U[0]:null));else C(y=N.runtime)==K?(L="Adobe AIR",q=y.flash.system.Capabilities.os):C(y=N.phantom)==He?(L="PhantomJS",U=(y=y.version||null)&&y.major+"."+y.minor+"."+y.patch):typeof en.documentMode=="number"&&(y=/\bTrident\/(\d+)/i.exec(x))?(U=[U,en.documentMode],(y=+y[1]+4)!=U[1]&&(ee.push("IE "+U[1]+" mode"),ne&&(ne[1]=""),U[1]=y),U=L=="IE"?String(U[1].toFixed(1)):U[0]):typeof en.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(L)&&(ee.push("masking as "+L+" "+U),L="IE",U="11.0",ne=["Trident"],q="Windows");q=q&&F(q)}if(U&&(y=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(U)||/(?:alpha|beta)(?: ?\d)?/i.exec(x+";"+(Ct&&V.appMinorVersion))||/\bMinefield\b/i.test(x)&&"a")&&(rt=/b/i.test(y)?"beta":"alpha",U=U.replace(RegExp(y+"\\+?$"),"")+(rt=="beta"?Bs:qa)+(/\d+\+?/.exec(y)||"")),L=="Fennec"||L=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(q))L="Firefox Mobile";else if(L=="Maxthon"&&U)U=U.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(X))X=="Xbox 360"&&(q=null),X=="Xbox 360"&&/\bIEMobile\b/.test(x)&&ee.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test(L)||L&&!X&&!/Browser|Mobi/.test(L))&&(q=="Windows CE"||/Mobi/i.test(x)))L+=" Mobile";else if(L=="IE"&&Ct)try{N.external===null&&ee.unshift("platform preview")}catch{ee.unshift("embedded")}else(/\bBlackBerry\b/.test(X)||/\bBB10\b/.test(x))&&(y=(RegExp(X.replace(/ +/g," *")+"/([.\\d]+)","i").exec(x)||0)[1]||U)?(y=[y,/BB10/.test(x)],q=(y[1]?(X=null,xe="BlackBerry"):"Device Software")+" "+y[0],U=null):this!=E&&X!="Wii"&&(Ct&&Gt||/Opera/.test(L)&&/\b(?:MSIE|Firefox)\b/i.test(x)||L=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(q)||L=="IE"&&(q&&!/^Win/.test(q)&&U>5.5||/\bWindows XP\b/.test(q)&&U>8||U==8&&!/\bTrident\b/.test(x)))&&!l.test(y=T.call(E,x.replace(l,"")+";"))&&y.name&&(y="ing as "+y.name+((y=y.version)?" "+y:""),l.test(L)?(/\bIE\b/.test(y)&&q=="Mac OS"&&(q=null),y="identify"+y):(y="mask"+y,it?L=F(it.replace(/([a-z])([A-Z])/g,"$1 $2")):L="Opera",/\bIE\b/.test(y)&&(q=null),Ct||(U=null)),ne=["Presto"],ee.push(y));(y=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(x)||0)[1])&&(y=[parseFloat(y.replace(/\.(\d)$/,".0$1")),y],L=="Safari"&&y[1].slice(-1)=="+"?(L="WebKit Nightly",rt="alpha",U=y[1].slice(0,-1)):(U==y[1]||U==(y[2]=(/\bSafari\/([\d.]+\+?)/i.exec(x)||0)[1]))&&(U=null),y[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(x)||0)[1],y[0]==537.36&&y[2]==537.36&&parseFloat(y[1])>=28&&ne=="WebKit"&&(ne=["Blink"]),!Ct||!z&&!y[1]?(ne&&(ne[1]="like Safari"),y=(y=y[0],y<400?1:y<500?2:y<526?3:y<533?4:y<534?"4+":y<535?5:y<537?6:y<538?7:y<601?8:y<602?9:y<604?10:y<606?11:y<608?12:"12")):(ne&&(ne[1]="like Chrome"),y=y[1]||(y=y[0],y<530?1:y<532?2:y<532.05?3:y<533?4:y<534.03?5:y<534.07?6:y<534.1?7:y<534.13?8:y<534.16?9:y<534.24?10:y<534.3?11:y<535.01?12:y<535.02?"13+":y<535.07?15:y<535.11?16:y<535.19?17:y<536.05?18:y<536.1?19:y<537.01?20:y<537.11?"21+":y<537.13?23:y<537.18?24:y<537.24?25:y<537.36?26:ne!="Blink"?"27":"28")),ne&&(ne[1]+=" "+(y+=typeof y=="number"?".x":/[.+]/.test(y)?"":"+")),L=="Safari"&&(!U||parseInt(U)>45)?U=y:L=="Chrome"&&/\bHeadlessChrome/i.test(x)&&ee.unshift("headless")),L=="Opera"&&(y=/\bzbov|zvav$/.exec(q))?(L+=" ",ee.unshift("desktop mode"),y=="zvav"?(L+="Mini",U=null):L+="Mobile",q=q.replace(RegExp(" *"+y+"$"),"")):L=="Safari"&&/\bChrome\b/.exec(ne&&ne[1])?(ee.unshift("desktop mode"),L="Chrome Mobile",U=null,/\bOS X\b/.test(q)?(xe="Apple",q="iOS 4.3+"):q=null):/\bSRWare Iron\b/.test(L)&&!U&&(U=ja("Chrome")),U&&U.indexOf(y=/[\d.]+$/.exec(q))==0&&x.indexOf("/"+y+"-")>-1&&(q=A(q.replace(y,""))),q&&q.indexOf(L)!=-1&&!RegExp(L+" OS").test(q)&&(q=q.replace(RegExp(" *"+j(L)+" *"),"")),ne&&!/\b(?:Avant|Nook)\b/.test(L)&&(/Browser|Lunascape|Maxthon/.test(L)||L!="Safari"&&/^iOS/.test(q)&&/\bSafari\b/.test(ne[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(L)&&ne[1])&&(y=ne[ne.length-1])&&ee.push(y),ee.length&&(ee=["("+ee.join("; ")+")"]),xe&&X&&X.indexOf(xe)<0&&ee.push("on "+xe),X&&ee.push((/^on /.test(ee[ee.length-1])?"":"on ")+X),q&&(y=/ ([\d.+]+)$/.exec(q),sr=y&&q.charAt(q.length-y[0].length-1)=="/",q={architecture:32,family:y&&!sr?q.replace(y[0],""):q,version:y?y[1]:null,toString:function(){var Ie=this.version;return this.family+(Ie&&!sr?" "+Ie:"")+(this.architecture==64?" 64-bit":"")}}),(y=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(nr))&&!/\bi686\b/i.test(nr)?(q&&(q.architecture=64,q.family=q.family.replace(RegExp(" *"+y),"")),L&&(/\bWOW64\b/i.test(x)||Ct&&/\w(?:86|32)$/.test(V.cpuClass||V.platform)&&!/\bWin64; x64\b/i.test(x))&&ee.unshift("32-bit")):q&&/^OS X/.test(q.family)&&L=="Chrome"&&parseFloat(U)>=39&&(q.architecture=64),x||(x=null);var Ve={};return Ve.description=x,Ve.layout=ne&&ne[0],Ve.manufacturer=xe,Ve.name=L,Ve.prerelease=rt,Ve.product=X,Ve.ua=x,Ve.version=L&&U,Ve.os=q||{architecture:null,family:null,version:null,toString:function(){return"null"}},Ve.parse=T,Ve.toString=pr,Ve.version&&ee.unshift(U),Ve.name&&ee.unshift(L),q&&L&&!(q==String(q).split(" ")[0]&&(q==L.split(" ")[0]||X))&&ee.push(X?"("+q+")":"on "+q),ee.length&&(Ve.description=ee.join(" ")),Ve}var O=T();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(e.platform=O,define(function(){return O})):i&&r?E(O,function(x,N){i[N]=x}):e.platform=O}).call(Wp)});var cf=R((AP,uf)=>{u();uf.exports=function(t,e){if(typeof t!="string")throw new TypeError("expected path to be a string");if(t==="\\"||t==="/")return"/";var a=t.length;if(a<=1)return t;var i="";if(a>4&&t[3]==="\\"){var r=t[2];(r==="?"||r===".")&&t.slice(0,2)==="\\\\"&&(t=t.slice(2),i="//")}var n=t.split(/[/\\]+/);return e!==!1&&n[n.length-1]===""&&n.pop(),i+n.join("/")}});var hf=R((BP,ff)=>{u();var mf=require("stream").Stream,Fx=require("util");ff.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=[]}Fx.inherits(Ut,mf);Ut.create=function(t,e){var a=new this;e=e||{};for(var i in e)a[i]=e[i];a.source=t;var r=t.emit;return t.emit=function(){return a._handleEmit(arguments),r.apply(t,arguments)},t.on("error",function(){}),a.pauseStream&&t.pause(),a};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=mf.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 gf=R((NP,bf)=>{u();var Tx=require("util"),vf=require("stream").Stream,Df=hf();bf.exports=Re;function Re(){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}Tx.inherits(Re,vf);Re.create=function(t){var e=new this;t=t||{};for(var a in t)e[a]=t[a];return e};Re.isStreamLike=function(t){return typeof t!="function"&&typeof t!="string"&&typeof t!="boolean"&&typeof t!="number"&&!Buffer.isBuffer(t)};Re.prototype.append=function(t){var e=Re.isStreamLike(t);if(e){if(!(t instanceof Df)){var a=Df.create(t,{maxDataSize:1/0,pauseStream:this.pauseStreams});t.on("data",this._checkDataSize.bind(this)),t=a}this._handleErrors(t),this.pauseStreams&&t.pause()}return this._streams.push(t),this};Re.prototype.pipe=function(t,e){return vf.prototype.pipe.call(this,t,e),this.resume(),t};Re.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}};Re.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(a){var i=Re.isStreamLike(a);i&&(a.on("data",this._checkDataSize.bind(this)),this._handleErrors(a)),this._pipeNext(a)}.bind(this))};Re.prototype._pipeNext=function(t){this._currentStream=t;var e=Re.isStreamLike(t);if(e){t.on("end",this._getNext.bind(this)),t.pipe(this,{end:!1});return}var a=t;this.write(a),this._getNext()};Re.prototype._handleErrors=function(t){var e=this;t.on("error",function(a){e._emitError(a)})};Re.prototype.write=function(t){this.emit("data",t)};Re.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};Re.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")};Re.prototype.end=function(){this._reset(),this.emit("end")};Re.prototype.destroy=function(){this._reset(),this.emit("close")};Re.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};Re.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(t))}};Re.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)};Re.prototype._emitError=function(t){this._reset(),this.emit("error",t)}});var _f=R((PP,Ax)=>{Ax.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 wf=R((LP,xf)=>{u();xf.exports=_f()});var Ef=R(vt=>{"use strict";u();var Gp=wf(),Rx=require("path").extname,yf=/^\s*([^;\s]*)(?:;|\s|$)/,Bx=/^text\//i;vt.charset=Sf;vt.charsets={lookup:Sf};vt.contentType=kx;vt.extension=Nx;vt.extensions=Object.create(null);vt.lookup=Ox;vt.types=Object.create(null);Px(vt.extensions,vt.types);function Sf(t){if(!t||typeof t!="string")return!1;var e=yf.exec(t),a=e&&Gp[e[1].toLowerCase()];return a&&a.charset?a.charset:e&&Bx.test(e[1])?"UTF-8":!1}function kx(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?vt.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var a=vt.charset(e);a&&(e+="; charset="+a.toLowerCase())}return e}function Nx(t){if(!t||typeof t!="string")return!1;var e=yf.exec(t),a=e&&vt.extensions[e[1].toLowerCase()];return!a||!a.length?!1:a[0]}function Ox(t){if(!t||typeof t!="string")return!1;var e=Rx("x."+t).toLowerCase().substr(1);return e&&vt.types[e]||!1}function Px(t,e){var a=["nginx","apache",void 0,"iana"];Object.keys(Gp).forEach(function(r){var n=Gp[r],o=n.extensions;if(!(!o||!o.length)){t[r]=o;for(var l=0;l<o.length;l++){var d=o[l];if(e[d]){var c=a.indexOf(Gp[e[d]].source),f=a.indexOf(n.source);if(e[d]!=="application/octet-stream"&&(c>f||c===f&&e[d].substr(0,12)==="application/"))continue}e[d]=r}}})}});var Ff=R((VP,Cf)=>{u();Cf.exports=Lx;function Lx(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var hu=R((WP,Af)=>{u();var Tf=Ff();Af.exports=Ix;function Ix(t){var e=!1;return Tf(function(){e=!0}),function(i,r){e?t(i,r):Tf(function(){t(i,r)})}}});var Du=R((zP,Rf)=>{u();Rf.exports=qx;function qx(t){Object.keys(t.jobs).forEach(jx.bind(t)),t.jobs={}}function jx(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var vu=R((HP,kf)=>{u();var Bf=hu(),Vx=Du();kf.exports=Mx;function Mx(t,e,a,i){var r=a.keyedList?a.keyedList[a.index]:a.index;a.jobs[r]=Wx(e,r,t[r],function(n,o){r in a.jobs&&(delete a.jobs[r],n?Vx(a):a.results[r]=o,i(n,a.results))})}function Wx(t,e,a,i){var r;return t.length==2?r=t(a,Bf(i)):r=t(a,e,Bf(i)),r}});var bu=R((YP,Nf)=>{u();Nf.exports=$x;function $x(t,e){var a=!Array.isArray(t),i={index:0,keyedList:a||e?Object.keys(t):null,jobs:{},results:a?{}:[],size:a?Object.keys(t).length:t.length};return e&&i.keyedList.sort(a?e:function(r,n){return e(t[r],t[n])}),i}});var gu=R((QP,Of)=>{u();var zx=Du(),Ux=hu();Of.exports=Hx;function Hx(t){Object.keys(this.jobs).length&&(this.index=this.size,zx(this),Ux(t)(null,this.results))}});var Lf=R((JP,Pf)=>{u();var Gx=vu(),Yx=bu(),Kx=gu();Pf.exports=Qx;function Qx(t,e,a){for(var i=Yx(t);i.index<(i.keyedList||t).length;)Gx(t,e,i,function(r,n){if(r){a(r,n);return}if(Object.keys(i.jobs).length===0){a(null,i.results);return}}),i.index++;return Kx.bind(i,a)}});var _u=R((eL,Yp)=>{u();var If=vu(),Xx=bu(),Jx=gu();Yp.exports=Zx;Yp.exports.ascending=qf;Yp.exports.descending=ew;function Zx(t,e,a,i){var r=Xx(t,a);return If(t,e,r,function n(o,l){if(o){i(o,l);return}if(r.index++,r.index<(r.keyedList||t).length){If(t,e,r,n);return}i(null,r.results)}),Jx.bind(r,i)}function qf(t,e){return t<e?-1:t>e?1:0}function ew(t,e){return-1*qf(t,e)}});var Vf=R((aL,jf)=>{u();var tw=_u();jf.exports=aw;function aw(t,e,a){return tw(t,e,null,a)}});var Wf=R((rL,Mf)=>{u();Mf.exports={parallel:Lf(),serial:Vf(),serialOrdered:_u()}});var zf=R((sL,$f)=>{u();$f.exports=function(t,e){return Object.keys(e).forEach(function(a){t[a]=t[a]||e[a]}),t}});var Gf=R((pL,Hf)=>{u();var Su=gf(),Uf=require("util"),xu=require("path"),iw=require("http"),rw=require("https"),nw=require("url").parse,sw=require("fs"),ow=require("stream").Stream,wu=Ef(),pw=Wf(),yu=zf();Hf.exports=oe;Uf.inherits(oe,Su);function oe(t){if(!(this instanceof oe))return new oe(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],Su.call(this),t=t||{};for(var e in t)this[e]=t[e]}oe.LINE_BREAK=`\r
31
- `;oe.DEFAULT_CONTENT_TYPE="application/octet-stream";oe.prototype.append=function(t,e,a){a=a||{},typeof a=="string"&&(a={filename:a});var i=Su.prototype.append.bind(this);if(typeof e=="number"&&(e=""+e),Uf.isArray(e)){this._error(new Error("Arrays are not supported."));return}var r=this._multiPartHeader(t,e,a),n=this._multiPartFooter();i(r),i(e),i(n),this._trackLength(r,e,a)};oe.prototype._trackLength=function(t,e,a){var i=0;a.knownLength!=null?i+=+a.knownLength:Buffer.isBuffer(e)?i=e.length:typeof e=="string"&&(i=Buffer.byteLength(e)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(t)+oe.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&e.hasOwnProperty("httpVersion"))&&!(e instanceof ow))&&(a.knownLength||this._valuesToMeasure.push(e))};oe.prototype._lengthRetriever=function(t,e){t.hasOwnProperty("fd")?t.end!=null&&t.end!=1/0&&t.start!=null?e(null,t.end+1-(t.start?t.start:0)):sw.stat(t.path,function(a,i){var r;if(a){e(a);return}r=i.size-(t.start?t.start:0),e(null,r)}):t.hasOwnProperty("httpVersion")?e(null,+t.headers["content-length"]):t.hasOwnProperty("httpModule")?(t.on("response",function(a){t.pause(),e(null,+a.headers["content-length"])}),t.resume()):e("Unknown stream")};oe.prototype._multiPartHeader=function(t,e,a){if(typeof a.header=="string")return a.header;var i=this._getContentDisposition(e,a),r=this._getContentType(e,a),n="",o={"Content-Disposition":["form-data",'name="'+t+'"'].concat(i||[]),"Content-Type":[].concat(r||[])};typeof a.header=="object"&&yu(o,a.header);var l;for(var d in o)o.hasOwnProperty(d)&&(l=o[d],l!=null&&(Array.isArray(l)||(l=[l]),l.length&&(n+=d+": "+l.join("; ")+oe.LINE_BREAK)));return"--"+this.getBoundary()+oe.LINE_BREAK+n+oe.LINE_BREAK};oe.prototype._getContentDisposition=function(t,e){var a,i;return typeof e.filepath=="string"?a=xu.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t.name||t.path?a=xu.basename(e.filename||t.name||t.path):t.readable&&t.hasOwnProperty("httpVersion")&&(a=xu.basename(t.client._httpMessage.path||"")),a&&(i='filename="'+a+'"'),i};oe.prototype._getContentType=function(t,e){var a=e.contentType;return!a&&t.name&&(a=wu.lookup(t.name)),!a&&t.path&&(a=wu.lookup(t.path)),!a&&t.readable&&t.hasOwnProperty("httpVersion")&&(a=t.headers["content-type"]),!a&&(e.filepath||e.filename)&&(a=wu.lookup(e.filepath||e.filename)),!a&&typeof t=="object"&&(a=oe.DEFAULT_CONTENT_TYPE),a};oe.prototype._multiPartFooter=function(){return function(t){var e=oe.LINE_BREAK,a=this._streams.length===0;a&&(e+=this._lastBoundary()),t(e)}.bind(this)};oe.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+oe.LINE_BREAK};oe.prototype.getHeaders=function(t){var e,a={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(e in t)t.hasOwnProperty(e)&&(a[e.toLowerCase()]=t[e]);return a};oe.prototype.setBoundary=function(t){this._boundary=t};oe.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};oe.prototype.getBuffer=function(){for(var t=new Buffer.alloc(0),e=this.getBoundary(),a=0,i=this._streams.length;a<i;a++)typeof this._streams[a]!="function"&&(Buffer.isBuffer(this._streams[a])?t=Buffer.concat([t,this._streams[a]]):t=Buffer.concat([t,Buffer.from(this._streams[a])]),(typeof this._streams[a]!="string"||this._streams[a].substring(2,e.length+2)!==e)&&(t=Buffer.concat([t,Buffer.from(oe.LINE_BREAK)])));return Buffer.concat([t,Buffer.from(this._lastBoundary())])};oe.prototype._generateBoundary=function(){for(var t="--------------------------",e=0;e<24;e++)t+=Math.floor(Math.random()*10).toString(16);this._boundary=t};oe.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};oe.prototype.hasKnownLength=function(){var t=!0;return this._valuesToMeasure.length&&(t=!1),t};oe.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}pw.parallel(this._valuesToMeasure,this._lengthRetriever,function(a,i){if(a){t(a);return}i.forEach(function(r){e+=r}),t(null,e)})};oe.prototype.submit=function(t,e){var a,i,r={method:"post"};return typeof t=="string"?(t=nw(t),i=yu({port:t.port,path:t.pathname,host:t.hostname,protocol:t.protocol},r)):(i=yu(t,r),i.port||(i.port=i.protocol=="https:"?443:80)),i.headers=this.getHeaders(t.headers),i.protocol=="https:"?a=rw.request(i):a=iw.request(i),this.getLength(function(n,o){if(n&&n!=="Unknown stream"){this._error(n);return}if(o&&a.setHeader("Content-Length",o),this.pipe(a),e){var l,d=function(c,f){return a.removeListener("error",d),a.removeListener("response",l),e.call(this,c,f)};l=d.bind(this,null),a.on("error",d),a.on("response",l)}}.bind(this)),a};oe.prototype._error=function(t){this.error||(this.error=t,this.pause(),this.emit("error",t))};oe.prototype.toString=function(){return"[object FormData]"}});var Jf=R((TL,Xf)=>{u();var dw=require("crypto");Xf.exports=function(){return dw.randomBytes(16)}});var t8=R((RL,e8)=>{u();var Zf=[];for(rs=0;rs<256;++rs)Zf[rs]=(rs+256).toString(16).substr(1);var rs;function lw(t,e){var a=e||0,i=Zf;return[i[t[a++]],i[t[a++]],i[t[a++]],i[t[a++]],"-",i[t[a++]],i[t[a++]],"-",i[t[a++]],i[t[a++]],"-",i[t[a++]],i[t[a++]],"-",i[t[a++]],i[t[a++]],i[t[a++]],i[t[a++]],i[t[a++]],i[t[a++]]].join("")}e8.exports=lw});var r8=R((kL,i8)=>{u();var uw=Jf(),cw=t8(),a8,Cu,Fu=0,Tu=0;function mw(t,e,a){var i=e&&a||0,r=e||[];t=t||{};var n=t.node||a8,o=t.clockseq!==void 0?t.clockseq:Cu;if(n==null||o==null){var l=uw();n==null&&(n=a8=[l[0]|1,l[1],l[2],l[3],l[4],l[5]]),o==null&&(o=Cu=(l[6]<<8|l[7])&16383)}var d=t.msecs!==void 0?t.msecs:new Date().getTime(),c=t.nsecs!==void 0?t.nsecs:Tu+1,f=d-Fu+(c-Tu)/1e4;if(f<0&&t.clockseq===void 0&&(o=o+1&16383),(f<0||d>Fu)&&t.nsecs===void 0&&(c=0),c>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Fu=d,Tu=c,Cu=o,d+=122192928e5;var v=((d&268435455)*1e4+c)%4294967296;r[i++]=v>>>24&255,r[i++]=v>>>16&255,r[i++]=v>>>8&255,r[i++]=v&255;var h=d/4294967296*1e4&268435455;r[i++]=h>>>8&255,r[i++]=h&255,r[i++]=h>>>24&15|16,r[i++]=h>>>16&255,r[i++]=o>>>8|128,r[i++]=o&255;for(var D=0;D<6;++D)r[i+D]=n[D];return e||cw(r)}i8.exports=mw});var Hi=R((OL,n8)=>{"use strict";u();n8.exports={BINARY_TYPES:["nodebuffer","arraybuffer","fragments"],GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),EMPTY_BUFFER:Buffer.alloc(0),NOOP:()=>{}}});var x8=R((LL,_8)=>{u();var d8=require("fs"),ka=require("path"),l8=require("os"),u8=typeof __webpack_require__=="function"?__non_webpack_require__:require,fw=process.config&&process.config.variables||{},hw=!!process.env.PREBUILDS_ONLY,s8=process.versions.modules,Au=bw()?"electron":vw()?"node-webkit":"node",Ru=process.env.npm_config_arch||l8.arch(),Bu=process.env.npm_config_platform||l8.platform(),c8=process.env.LIBC||(gw(Bu)?"musl":"glibc"),ku=process.env.ARM_VERSION||(Ru==="arm64"?"8":fw.arm_version)||"",m8=(process.versions.uv||"").split(".")[0];_8.exports=oa;function oa(t){return u8(oa.resolve(t))}oa.resolve=oa.path=function(t){t=ka.resolve(t||".");try{var e=u8(ka.join(t,"package.json")).name.toUpperCase().replace(/-/g,"_");process.env[e+"_PREBUILD"]&&(t=process.env[e+"_PREBUILD"])}catch{}if(!hw){var a=o8(ka.join(t,"build/Release"),p8);if(a)return a;var i=o8(ka.join(t,"build/Debug"),p8);if(i)return i}var r=l(t);if(r)return r;var n=l(ka.dirname(process.execPath));if(n)return n;var o=["platform="+Bu,"arch="+Ru,"runtime="+Au,"abi="+s8,"uv="+m8,ku?"armv="+ku:"","libc="+c8,"node="+process.versions.node,process.versions.electron?"electron="+process.versions.electron:"",typeof __webpack_require__=="function"?"webpack=true":""].filter(Boolean).join(" ");throw new Error("No native build was found for "+o+`
19
+ `),this.outputHelp({error:!0}));let n=r||{},i=n.exitCode||1,s=n.code||"commander.error";this._exit(i,s,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in se.env){let r=e.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,se.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new yx(this.options),r=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&r(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(i=>!r(i)).forEach(i=>{this.setOptionValueWithSource(i,n.implied[i],"implied")})})}missingArgument(e){let r=`error: missing required argument '${e}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(e){let r=`error: option '${e.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let r=`error: required option '${e.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,r){let n=o=>{let u=o.attributeName(),a=this.getOptionValue(u),c=this.options.find(p=>p.negate&&u===p.attributeName()),f=this.options.find(p=>!p.negate&&u===p.attributeName());return c&&(c.presetArg===void 0&&a===!1||c.presetArg!==void 0&&a===c.presetArg)?c:f||o},i=o=>{let u=n(o),a=u.attributeName();return this.getOptionValueSource(a)==="env"?`environment variable '${u.envVar}'`:`option '${u.flags}'`},s=`error: ${i(e)} cannot be used with ${i(r)}`;this.error(s,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let r="";if(e.startsWith("--")&&this._showSuggestionAfterError){let i=[],s=this;do{let o=s.createHelp().visibleOptions(s).filter(u=>u.long).map(u=>u.long);i=i.concat(o),s=s.parent}while(s&&!s._enablePositionalOptions);r=Hc(e,i)}let n=`error: unknown option '${e}'${r}`;this.error(n,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,n=r===1?"":"s",s=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${r} argument${n} but got ${e.length}.`;this.error(s,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],r="";if(this._showSuggestionAfterError){let i=[];this.createHelp().visibleCommands(this).forEach(s=>{i.push(s.name()),s.alias()&&i.push(s.alias())}),r=Hc(e,i)}let n=`error: unknown command '${e}'${r}`;this.error(n,{code:"commander.unknownCommand"})}version(e,r,n){if(e===void 0)return this._version;this._version=e,r=r||"-V, --version",n=n||"output the version number";let i=this.createOption(r,n);return this._versionOptionName=i.attributeName(),this.options.push(i),this.on("option:"+i.name(),()=>{this._outputConfiguration.writeOut(`${e}
20
+ `),this._exit(0,"commander.version",e)}),this}description(e,r){return e===void 0&&r===void 0?this._description:(this._description=e,r&&(this._argsDescription=r),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),e===r._name)throw new Error("Command alias can't be the same as its name");return r._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(r=>this.alias(r)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(n=>mx(n));return[].concat(this.options.length||this._hasHelpOption?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=dt.basename(e,dt.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let r=this.createHelp();return r.helpWidth===void 0&&(r.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),r.formatHelp(this,r)}_getHelpContext(e){e=e||{};let r={error:!!e.error},n;return r.error?n=i=>this._outputConfiguration.writeErr(i):n=i=>this._outputConfiguration.writeOut(i),r.write=e.write||n,r.command=this,r}outputHelp(e){let r;typeof e=="function"&&(r=e,e=void 0);let n=this._getHelpContext(e);this._getCommandAndAncestors().reverse().forEach(s=>s.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let i=this.helpInformation(n);if(r&&(i=r(i),typeof i!="string"&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(i),this._helpLongFlag&&this.emit(this._helpLongFlag),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(s=>s.emit("afterAllHelp",n))}helpOption(e,r){if(typeof e=="boolean")return this._hasHelpOption=e,this;this._helpFlags=e||this._helpFlags,this._helpDescription=r||this._helpDescription;let n=Ex(this._helpFlags);return this._helpShortFlag=n.shortFlag,this._helpLongFlag=n.longFlag,this}help(e){this.outputHelp(e);let r=se.exitCode||0;r===0&&e&&typeof e!="function"&&e.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(e,r){let n=["beforeAll","before","after","afterAll"];if(!n.includes(e))throw new Error(`Unexpected value for position to addHelpText.
21
+ Expecting one of '${n.join("', '")}'`);let i=`${e}Help`;return this.on(i,s=>{let o;typeof r=="function"?o=r({error:s.error,command:s.command}):o=r,o&&s.write(`${o}
22
+ `)}),this}};function Uc(t,e){t._hasHelpOption&&e.find(n=>n===t._helpLongFlag||n===t._helpShortFlag)&&(t.outputHelp(),t._exit(0,"commander.helpDisplayed","(outputHelp)"))}function jc(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let r,n="127.0.0.1",i="9229",s;return(s=e.match(/^(--inspect(-brk)?)$/))!==null?r=s[1]:(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=s[1],/^\d+$/.test(s[3])?i=s[3]:n=s[3]):(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=s[1],n=s[3],i=s[4]),r&&i!=="0"?`${r}=${n}:${parseInt(i)+1}`:e})}qc.Command=qo});var Kc=C((ze,zc)=>{"use strict";l();var{Argument:xx}=pi(),{Command:Wc}=Gc(),{CommanderError:bx,InvalidArgumentError:Vc}=en(),{Help:_x}=ko(),{Option:Cx}=Mo();ze=zc.exports=new Wc;ze.program=ze;ze.Command=Wc;ze.Option=Cx;ze.Argument=xx;ze.Help=_x;ze.CommanderError=bx;ze.InvalidArgumentError=Vc;ze.InvalidOptionArgumentError=Vc});var Jc=C(tn=>{"use strict";l();Object.defineProperty(tn,"__esModule",{value:!0});tn.listen=void 0;var Fx=require("http"),wx=require("https"),Sx=require("path"),vx=require("events"),Ax=t=>{if(typeof t.protocol=="string")return t.protocol;if(t instanceof Fx.Server)return"http";if(t instanceof wx.Server)return"https"};async function Zc(t,...e){t.listen(...e,()=>{}),await(0,vx.once)(t,"listening");let r=t.address();if(!r)throw new Error("Server not listening");let n,i=Ax(t);if(typeof r=="string")n=encodeURIComponent((0,Sx.resolve)(r)),i?i+="+unix":i="unix";else{let{address:s,port:o,family:u}=r;n=u==="IPv6"?`[${s}]`:s,n+=`:${o}`,i||(i="tcp")}return new URL(`${i}://${n}`)}tn.listen=Zc;tn.default=Zc});var tf=C((h3,ef)=>{"use strict";l();var Qc=require("fs"),Go;function Tx(){try{return Qc.statSync("/.dockerenv"),!0}catch{return!1}}function Ox(){try{return Qc.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}ef.exports=()=>(Go===void 0&&(Go=Tx()||Ox()),Go)});var sf=C((p3,Wo)=>{"use strict";l();var Rx=require("os"),Bx=require("fs"),rf=tf(),nf=()=>{if(process.platform!=="linux")return!1;if(Rx.release().toLowerCase().includes("microsoft"))return!rf();try{return Bx.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!rf():!1}catch{return!1}};process.env.__IS_WSL_TEST__?Wo.exports=nf:Wo.exports=nf()});var of=C((E3,mi)=>{"use strict";l();var De=function(t){"use strict";var e=1e7,r=7,n=9007199254740992,i=m(n),s="0123456789abcdefghijklmnopqrstuvwxyz",o=typeof BigInt=="function";function u(h,d,D,g){return typeof h>"u"?u[0]:typeof d<"u"?+d==10&&!D?W(h):B(h,d,D,g):W(h)}function a(h,d){this.value=h,this.sign=d,this.isSmall=!1}a.prototype=Object.create(u.prototype);function c(h){this.value=h,this.sign=h<0,this.isSmall=!0}c.prototype=Object.create(u.prototype);function f(h){this.value=h}f.prototype=Object.create(u.prototype);function p(h){return-n<h&&h<n}function m(h){return h<1e7?[h]:h<1e14?[h%1e7,Math.floor(h/1e7)]:[h%1e7,Math.floor(h/1e7)%1e7,Math.floor(h/1e14)]}function y(h){_(h);var d=h.length;if(d<4&&lt(h,i)<0)switch(d){case 0:return 0;case 1:return h[0];case 2:return h[0]+h[1]*e;default:return h[0]+(h[1]+h[2]*e)*e}return h}function _(h){for(var d=h.length;h[--d]===0;);h.length=d+1}function O(h){for(var d=new Array(h),D=-1;++D<h;)d[D]=0;return d}function k(h){return h>0?Math.floor(h):Math.ceil(h)}function H(h,d){var D=h.length,g=d.length,b=new Array(D),E=0,w=e,S,v;for(v=0;v<g;v++)S=h[v]+d[v]+E,E=S>=w?1:0,b[v]=S-E*w;for(;v<D;)S=h[v]+E,E=S===w?1:0,b[v++]=S-E*w;return E>0&&b.push(E),b}function q(h,d){return h.length>=d.length?H(h,d):H(d,h)}function j(h,d){var D=h.length,g=new Array(D),b=e,E,w;for(w=0;w<D;w++)E=h[w]-b+d,d=Math.floor(E/b),g[w]=E-d*b,d+=1;for(;d>0;)g[w++]=d%b,d=Math.floor(d/b);return g}a.prototype.add=function(h){var d=W(h);if(this.sign!==d.sign)return this.subtract(d.negate());var D=this.value,g=d.value;return d.isSmall?new a(j(D,Math.abs(g)),this.sign):new a(q(D,g),this.sign)},a.prototype.plus=a.prototype.add,c.prototype.add=function(h){var d=W(h),D=this.value;if(D<0!==d.sign)return this.subtract(d.negate());var g=d.value;if(d.isSmall){if(p(D+g))return new c(D+g);g=m(Math.abs(g))}return new a(j(g,Math.abs(D)),D<0)},c.prototype.plus=c.prototype.add,f.prototype.add=function(h){return new f(this.value+W(h).value)},f.prototype.plus=f.prototype.add;function T(h,d){var D=h.length,g=d.length,b=new Array(D),E=0,w=e,S,v;for(S=0;S<g;S++)v=h[S]-E-d[S],v<0?(v+=w,E=1):E=0,b[S]=v;for(S=g;S<D;S++){if(v=h[S]-E,v<0)v+=w;else{b[S++]=v;break}b[S]=v}for(;S<D;S++)b[S]=h[S];return _(b),b}function $(h,d,D){var g;return lt(h,d)>=0?g=T(h,d):(g=T(d,h),D=!D),g=y(g),typeof g=="number"?(D&&(g=-g),new c(g)):new a(g,D)}function R(h,d,D){var g=h.length,b=new Array(g),E=-d,w=e,S,v;for(S=0;S<g;S++)v=h[S]+E,E=Math.floor(v/w),v%=w,b[S]=v<0?v+w:v;return b=y(b),typeof b=="number"?(D&&(b=-b),new c(b)):new a(b,D)}a.prototype.subtract=function(h){var d=W(h);if(this.sign!==d.sign)return this.add(d.negate());var D=this.value,g=d.value;return d.isSmall?R(D,Math.abs(g),this.sign):$(D,g,this.sign)},a.prototype.minus=a.prototype.subtract,c.prototype.subtract=function(h){var d=W(h),D=this.value;if(D<0!==d.sign)return this.add(d.negate());var g=d.value;return d.isSmall?new c(D-g):R(g,Math.abs(D),D>=0)},c.prototype.minus=c.prototype.subtract,f.prototype.subtract=function(h){return new f(this.value-W(h).value)},f.prototype.minus=f.prototype.subtract,a.prototype.negate=function(){return new a(this.value,!this.sign)},c.prototype.negate=function(){var h=this.sign,d=new c(-this.value);return d.sign=!h,d},f.prototype.negate=function(){return new f(-this.value)},a.prototype.abs=function(){return new a(this.value,!1)},c.prototype.abs=function(){return new c(Math.abs(this.value))},f.prototype.abs=function(){return new f(this.value>=0?this.value:-this.value)};function L(h,d){var D=h.length,g=d.length,b=D+g,E=O(b),w=e,S,v,z,J,K;for(z=0;z<D;++z){J=h[z];for(var re=0;re<g;++re)K=d[re],S=J*K+E[z+re],v=Math.floor(S/w),E[z+re]=S-v*w,E[z+re+1]+=v}return _(E),E}function F(h,d){var D=h.length,g=new Array(D),b=e,E=0,w,S;for(S=0;S<D;S++)w=h[S]*d+E,E=Math.floor(w/b),g[S]=w-E*b;for(;E>0;)g[S++]=E%b,E=Math.floor(E/b);return g}function A(h,d){for(var D=[];d-- >0;)D.push(0);return D.concat(h)}function N(h,d){var D=Math.max(h.length,d.length);if(D<=30)return L(h,d);D=Math.ceil(D/2);var g=h.slice(D),b=h.slice(0,D),E=d.slice(D),w=d.slice(0,D),S=N(b,w),v=N(g,E),z=N(q(b,g),q(w,E)),J=q(q(S,A(T(T(z,S),v),D)),A(v,2*D));return _(J),J}function I(h,d){return-.012*h-.012*d+15e-6*h*d>0}a.prototype.multiply=function(h){var d=W(h),D=this.value,g=d.value,b=this.sign!==d.sign,E;if(d.isSmall){if(g===0)return u[0];if(g===1)return this;if(g===-1)return this.negate();if(E=Math.abs(g),E<e)return new a(F(D,E),b);g=m(E)}return I(D.length,g.length)?new a(N(D,g),b):new a(L(D,g),b)},a.prototype.times=a.prototype.multiply;function V(h,d,D){return h<e?new a(F(d,h),D):new a(L(d,m(h)),D)}c.prototype._multiplyBySmall=function(h){return p(h.value*this.value)?new c(h.value*this.value):V(Math.abs(h.value),m(Math.abs(this.value)),this.sign!==h.sign)},a.prototype._multiplyBySmall=function(h){return h.value===0?u[0]:h.value===1?this:h.value===-1?this.negate():V(Math.abs(h.value),this.value,this.sign!==h.sign)},c.prototype.multiply=function(h){return W(h)._multiplyBySmall(this)},c.prototype.times=c.prototype.multiply,f.prototype.multiply=function(h){return new f(this.value*W(h).value)},f.prototype.times=f.prototype.multiply;function G(h){var d=h.length,D=O(d+d),g=e,b,E,w,S,v;for(w=0;w<d;w++){S=h[w],E=0-S*S;for(var z=w;z<d;z++)v=h[z],b=2*(S*v)+D[w+z]+E,E=Math.floor(b/g),D[w+z]=b-E*g;D[w+d]=E}return _(D),D}a.prototype.square=function(){return new a(G(this.value),!1)},c.prototype.square=function(){var h=this.value*this.value;return p(h)?new c(h):new a(G(m(Math.abs(this.value))),!1)},f.prototype.square=function(h){return new f(this.value*this.value)};function Z(h,d){var D=h.length,g=d.length,b=e,E=O(d.length),w=d[g-1],S=Math.ceil(b/(2*w)),v=F(h,S),z=F(d,S),J,K,re,Pe,Te,vo,Ao;for(v.length<=D&&v.push(0),z.push(0),w=z[g-1],K=D-g;K>=0;K--){for(J=b-1,v[K+g]!==w&&(J=Math.floor((v[K+g]*b+v[K+g-1])/w)),re=0,Pe=0,vo=z.length,Te=0;Te<vo;Te++)re+=J*z[Te],Ao=Math.floor(re/b),Pe+=v[K+Te]-(re-Ao*b),re=Ao,Pe<0?(v[K+Te]=Pe+b,Pe=-1):(v[K+Te]=Pe,Pe=0);for(;Pe!==0;){for(J-=1,re=0,Te=0;Te<vo;Te++)re+=v[K+Te]-b+z[Te],re<0?(v[K+Te]=re+b,re=0):(v[K+Te]=re,re=1);Pe+=re}E[K]=J}return v=He(v,S)[0],[y(E),y(v)]}function te(h,d){for(var D=h.length,g=d.length,b=[],E=[],w=e,S,v,z,J,K;D;){if(E.unshift(h[--D]),_(E),lt(E,d)<0){b.push(0);continue}v=E.length,z=E[v-1]*w+E[v-2],J=d[g-1]*w+d[g-2],v>g&&(z=(z+1)*w),S=Math.ceil(z/J);do{if(K=F(d,S),lt(K,E)<=0)break;S--}while(S);b.push(S),E=T(E,K)}return b.reverse(),[y(b),y(E)]}function He(h,d){var D=h.length,g=O(D),b=e,E,w,S,v;for(S=0,E=D-1;E>=0;--E)v=S*b+h[E],w=k(v/d),S=v-w*d,g[E]=w|0;return[g,S|0]}function at(h,d){var D,g=W(d);if(o)return[new f(h.value/g.value),new f(h.value%g.value)];var b=h.value,E=g.value,w;if(E===0)throw new Error("Cannot divide by zero");if(h.isSmall)return g.isSmall?[new c(k(b/E)),new c(b%E)]:[u[0],h];if(g.isSmall){if(E===1)return[h,u[0]];if(E==-1)return[h.negate(),u[0]];var S=Math.abs(E);if(S<e){D=He(b,S),w=y(D[0]);var v=D[1];return h.sign&&(v=-v),typeof w=="number"?(h.sign!==g.sign&&(w=-w),[new c(w),new c(v)]):[new a(w,h.sign!==g.sign),new c(v)]}E=m(S)}var z=lt(b,E);if(z===-1)return[u[0],h];if(z===0)return[u[h.sign===g.sign?1:-1],u[0]];b.length+E.length<=200?D=Z(b,E):D=te(b,E),w=D[0];var J=h.sign!==g.sign,K=D[1],re=h.sign;return typeof w=="number"?(J&&(w=-w),w=new c(w)):w=new a(w,J),typeof K=="number"?(re&&(K=-K),K=new c(K)):K=new a(K,re),[w,K]}a.prototype.divmod=function(h){var d=at(this,h);return{quotient:d[0],remainder:d[1]}},f.prototype.divmod=c.prototype.divmod=a.prototype.divmod,a.prototype.divide=function(h){return at(this,h)[0]},f.prototype.over=f.prototype.divide=function(h){return new f(this.value/W(h).value)},c.prototype.over=c.prototype.divide=a.prototype.over=a.prototype.divide,a.prototype.mod=function(h){return at(this,h)[1]},f.prototype.mod=f.prototype.remainder=function(h){return new f(this.value%W(h).value)},c.prototype.remainder=c.prototype.mod=a.prototype.remainder=a.prototype.mod,a.prototype.pow=function(h){var d=W(h),D=this.value,g=d.value,b,E,w;if(g===0)return u[1];if(D===0)return u[0];if(D===1)return u[1];if(D===-1)return d.isEven()?u[1]:u[-1];if(d.sign)return u[0];if(!d.isSmall)throw new Error("The exponent "+d.toString()+" is too large.");if(this.isSmall&&p(b=Math.pow(D,g)))return new c(k(b));for(E=this,w=u[1];g&!0&&(w=w.times(E),--g),g!==0;)g/=2,E=E.square();return w},c.prototype.pow=a.prototype.pow,f.prototype.pow=function(h){var d=W(h),D=this.value,g=d.value,b=BigInt(0),E=BigInt(1),w=BigInt(2);if(g===b)return u[1];if(D===b)return u[0];if(D===E)return u[1];if(D===BigInt(-1))return d.isEven()?u[1]:u[-1];if(d.isNegative())return new f(b);for(var S=this,v=u[1];(g&E)===E&&(v=v.times(S),--g),g!==b;)g/=w,S=S.square();return v},a.prototype.modPow=function(h,d){if(h=W(h),d=W(d),d.isZero())throw new Error("Cannot take modPow with modulus 0");var D=u[1],g=this.mod(d);for(h.isNegative()&&(h=h.multiply(u[-1]),g=g.modInv(d));h.isPositive();){if(g.isZero())return u[0];h.isOdd()&&(D=D.multiply(g).mod(d)),h=h.divide(2),g=g.square().mod(d)}return D},f.prototype.modPow=c.prototype.modPow=a.prototype.modPow;function lt(h,d){if(h.length!==d.length)return h.length>d.length?1:-1;for(var D=h.length-1;D>=0;D--)if(h[D]!==d[D])return h[D]>d[D]?1:-1;return 0}a.prototype.compareAbs=function(h){var d=W(h),D=this.value,g=d.value;return d.isSmall?1:lt(D,g)},c.prototype.compareAbs=function(h){var d=W(h),D=Math.abs(this.value),g=d.value;return d.isSmall?(g=Math.abs(g),D===g?0:D>g?1:-1):-1},f.prototype.compareAbs=function(h){var d=this.value,D=W(h).value;return d=d>=0?d:-d,D=D>=0?D:-D,d===D?0:d>D?1:-1},a.prototype.compare=function(h){if(h===1/0)return-1;if(h===-1/0)return 1;var d=W(h),D=this.value,g=d.value;return this.sign!==d.sign?d.sign?1:-1:d.isSmall?this.sign?-1:1:lt(D,g)*(this.sign?-1:1)},a.prototype.compareTo=a.prototype.compare,c.prototype.compare=function(h){if(h===1/0)return-1;if(h===-1/0)return 1;var d=W(h),D=this.value,g=d.value;return d.isSmall?D==g?0:D>g?1:-1:D<0!==d.sign?D<0?-1:1:D<0?1:-1},c.prototype.compareTo=c.prototype.compare,f.prototype.compare=function(h){if(h===1/0)return-1;if(h===-1/0)return 1;var d=this.value,D=W(h).value;return d===D?0:d>D?1:-1},f.prototype.compareTo=f.prototype.compare,a.prototype.equals=function(h){return this.compare(h)===0},f.prototype.eq=f.prototype.equals=c.prototype.eq=c.prototype.equals=a.prototype.eq=a.prototype.equals,a.prototype.notEquals=function(h){return this.compare(h)!==0},f.prototype.neq=f.prototype.notEquals=c.prototype.neq=c.prototype.notEquals=a.prototype.neq=a.prototype.notEquals,a.prototype.greater=function(h){return this.compare(h)>0},f.prototype.gt=f.prototype.greater=c.prototype.gt=c.prototype.greater=a.prototype.gt=a.prototype.greater,a.prototype.lesser=function(h){return this.compare(h)<0},f.prototype.lt=f.prototype.lesser=c.prototype.lt=c.prototype.lesser=a.prototype.lt=a.prototype.lesser,a.prototype.greaterOrEquals=function(h){return this.compare(h)>=0},f.prototype.geq=f.prototype.greaterOrEquals=c.prototype.geq=c.prototype.greaterOrEquals=a.prototype.geq=a.prototype.greaterOrEquals,a.prototype.lesserOrEquals=function(h){return this.compare(h)<=0},f.prototype.leq=f.prototype.lesserOrEquals=c.prototype.leq=c.prototype.lesserOrEquals=a.prototype.leq=a.prototype.lesserOrEquals,a.prototype.isEven=function(){return(this.value[0]&1)===0},c.prototype.isEven=function(){return(this.value&1)===0},f.prototype.isEven=function(){return(this.value&BigInt(1))===BigInt(0)},a.prototype.isOdd=function(){return(this.value[0]&1)===1},c.prototype.isOdd=function(){return(this.value&1)===1},f.prototype.isOdd=function(){return(this.value&BigInt(1))===BigInt(1)},a.prototype.isPositive=function(){return!this.sign},c.prototype.isPositive=function(){return this.value>0},f.prototype.isPositive=c.prototype.isPositive,a.prototype.isNegative=function(){return this.sign},c.prototype.isNegative=function(){return this.value<0},f.prototype.isNegative=c.prototype.isNegative,a.prototype.isUnit=function(){return!1},c.prototype.isUnit=function(){return Math.abs(this.value)===1},f.prototype.isUnit=function(){return this.abs().value===BigInt(1)},a.prototype.isZero=function(){return!1},c.prototype.isZero=function(){return this.value===0},f.prototype.isZero=function(){return this.value===BigInt(0)},a.prototype.isDivisibleBy=function(h){var d=W(h);return d.isZero()?!1:d.isUnit()?!0:d.compareAbs(2)===0?this.isEven():this.mod(d).isZero()},f.prototype.isDivisibleBy=c.prototype.isDivisibleBy=a.prototype.isDivisibleBy;function li(h){var d=h.abs();if(d.isUnit())return!1;if(d.equals(2)||d.equals(3)||d.equals(5))return!0;if(d.isEven()||d.isDivisibleBy(3)||d.isDivisibleBy(5))return!1;if(d.lesser(49))return!0}function ct(h,d){for(var D=h.prev(),g=D,b=0,E,w,S,v;g.isEven();)g=g.divide(2),b++;e:for(S=0;S<d.length;S++)if(!h.lesser(d[S])&&(v=De(d[S]).modPow(g,h),!(v.isUnit()||v.equals(D)))){for(E=b-1;E!=0;E--){if(v=v.square().mod(h),v.isUnit())return!1;if(v.equals(D))continue e}return!1}return!0}a.prototype.isPrime=function(h){var d=li(this);if(d!==t)return d;var D=this.abs(),g=D.bitLength();if(g<=64)return ct(D,[2,3,5,7,11,13,17,19,23,29,31,37]);for(var b=Math.log(2)*g.toJSNumber(),E=Math.ceil(h===!0?2*Math.pow(b,2):b),w=[],S=0;S<E;S++)w.push(De(S+2));return ct(D,w)},f.prototype.isPrime=c.prototype.isPrime=a.prototype.isPrime,a.prototype.isProbablePrime=function(h,d){var D=li(this);if(D!==t)return D;for(var g=this.abs(),b=h===t?5:h,E=[],w=0;w<b;w++)E.push(De.randBetween(2,g.minus(2),d));return ct(g,E)},f.prototype.isProbablePrime=c.prototype.isProbablePrime=a.prototype.isProbablePrime,a.prototype.modInv=function(h){for(var d=De.zero,D=De.one,g=W(h),b=this.abs(),E,w,S;!b.isZero();)E=g.divide(b),w=d,S=g,d=D,g=b,D=w.subtract(E.multiply(D)),b=S.subtract(E.multiply(b));if(!g.isUnit())throw new Error(this.toString()+" and "+h.toString()+" are not co-prime");return d.compare(0)===-1&&(d=d.add(h)),this.isNegative()?d.negate():d},f.prototype.modInv=c.prototype.modInv=a.prototype.modInv,a.prototype.next=function(){var h=this.value;return this.sign?R(h,1,this.sign):new a(j(h,1),this.sign)},c.prototype.next=function(){var h=this.value;return h+1<n?new c(h+1):new a(i,!1)},f.prototype.next=function(){return new f(this.value+BigInt(1))},a.prototype.prev=function(){var h=this.value;return this.sign?new a(j(h,1),!0):R(h,1,this.sign)},c.prototype.prev=function(){var h=this.value;return h-1>-n?new c(h-1):new a(i,!0)},f.prototype.prev=function(){return new f(this.value-BigInt(1))};for(var Ve=[1];2*Ve[Ve.length-1]<=e;)Ve.push(2*Ve[Ve.length-1]);var Yt=Ve.length,ft=Ve[Yt-1];function mr(h){return Math.abs(h)<=e}a.prototype.shiftLeft=function(h){var d=W(h).toJSNumber();if(!mr(d))throw new Error(String(d)+" is too large for shifting.");if(d<0)return this.shiftRight(-d);var D=this;if(D.isZero())return D;for(;d>=Yt;)D=D.multiply(ft),d-=Yt-1;return D.multiply(Ve[d])},f.prototype.shiftLeft=c.prototype.shiftLeft=a.prototype.shiftLeft,a.prototype.shiftRight=function(h){var d,D=W(h).toJSNumber();if(!mr(D))throw new Error(String(D)+" is too large for shifting.");if(D<0)return this.shiftLeft(-D);for(var g=this;D>=Yt;){if(g.isZero()||g.isNegative()&&g.isUnit())return g;d=at(g,ft),g=d[1].isNegative()?d[0].prev():d[0],D-=Yt-1}return d=at(g,Ve[D]),d[1].isNegative()?d[0].prev():d[0]},f.prototype.shiftRight=c.prototype.shiftRight=a.prototype.shiftRight;function Ue(h,d,D){d=W(d);for(var g=h.isNegative(),b=d.isNegative(),E=g?h.not():h,w=b?d.not():d,S=0,v=0,z=null,J=null,K=[];!E.isZero()||!w.isZero();)z=at(E,ft),S=z[1].toJSNumber(),g&&(S=ft-1-S),J=at(w,ft),v=J[1].toJSNumber(),b&&(v=ft-1-v),E=z[0],w=J[0],K.push(D(S,v));for(var re=D(g?1:0,b?1:0)!==0?De(-1):De(0),Pe=K.length-1;Pe>=0;Pe-=1)re=re.multiply(ft).add(De(K[Pe]));return re}a.prototype.not=function(){return this.negate().prev()},f.prototype.not=c.prototype.not=a.prototype.not,a.prototype.and=function(h){return Ue(this,h,function(d,D){return d&D})},f.prototype.and=c.prototype.and=a.prototype.and,a.prototype.or=function(h){return Ue(this,h,function(d,D){return d|D})},f.prototype.or=c.prototype.or=a.prototype.or,a.prototype.xor=function(h){return Ue(this,h,function(d,D){return d^D})},f.prototype.xor=c.prototype.xor=a.prototype.xor;var vt=1<<30,x=(e&-e)*(e&-e)|vt;function ht(h){var d=h.value,D=typeof d=="number"?d|vt:typeof d=="bigint"?d|BigInt(vt):d[0]+d[1]*e|x;return D&-D}function X(h,d){if(d.compareTo(h)<=0){var D=X(h,d.square(d)),g=D.p,b=D.e,E=g.multiply(d);return E.compareTo(h)<=0?{p:E,e:b*2+1}:{p:g,e:b*2}}return{p:De(1),e:0}}a.prototype.bitLength=function(){var h=this;return h.compareTo(De(0))<0&&(h=h.negate().subtract(De(1))),h.compareTo(De(0))===0?De(0):De(X(h,De(2)).e).add(De(1))},f.prototype.bitLength=c.prototype.bitLength=a.prototype.bitLength;function Xt(h,d){return h=W(h),d=W(d),h.greater(d)?h:d}function je(h,d){return h=W(h),d=W(d),h.lesser(d)?h:d}function U(h,d){if(h=W(h).abs(),d=W(d).abs(),h.equals(d))return h;if(h.isZero())return d;if(d.isZero())return h;for(var D=u[1],g,b;h.isEven()&&d.isEven();)g=je(ht(h),ht(d)),h=h.divide(g),d=d.divide(g),D=D.multiply(g);for(;h.isEven();)h=h.divide(ht(h));do{for(;d.isEven();)d=d.divide(ht(d));h.greater(d)&&(b=d,d=h,h=b),d=d.subtract(h)}while(!d.isZero());return D.isUnit()?h:h.multiply(D)}function Qr(h,d){return h=W(h).abs(),d=W(d).abs(),h.divide(U(h,d)).multiply(d)}function Q(h,d,D){h=W(h),d=W(d);var g=D||Math.random,b=je(h,d),E=Xt(h,d),w=E.subtract(b).add(1);if(w.isSmall)return b.add(Math.floor(g()*w));for(var S=P(w,e).value,v=[],z=!0,J=0;J<S.length;J++){var K=z?S[J]+(J+1<S.length?S[J+1]/e:0):e,re=k(g()*K);v.push(re),re<S[J]&&(z=!1)}return b.add(u.fromArray(v,e,!1))}var B=function(h,d,D,g){D=D||s,h=String(h),g||(h=h.toLowerCase(),D=D.toLowerCase());var b=h.length,E,w=Math.abs(d),S={};for(E=0;E<D.length;E++)S[D[E]]=E;for(E=0;E<b;E++){var v=h[E];if(v!=="-"&&v in S&&S[v]>=w){if(v==="1"&&w===1)continue;throw new Error(v+" is not a valid digit in base "+d+".")}}d=W(d);var z=[],J=h[0]==="-";for(E=J?1:0;E<h.length;E++){var v=h[E];if(v in S)z.push(W(S[v]));else if(v==="<"){var K=E;do E++;while(h[E]!==">"&&E<h.length);z.push(W(h.slice(K+1,E)))}else throw new Error(v+" is not a valid character")}return Y(z,d,J)};function Y(h,d,D){var g=u[0],b=u[1],E;for(E=h.length-1;E>=0;E--)g=g.add(h[E].times(b)),b=b.times(d);return D?g.negate():g}function he(h,d){return d=d||s,h<d.length?d[h]:"<"+h+">"}function P(h,d){if(d=De(d),d.isZero()){if(h.isZero())return{value:[0],isNegative:!1};throw new Error("Cannot convert nonzero numbers to base 0.")}if(d.equals(-1)){if(h.isZero())return{value:[0],isNegative:!1};if(h.isNegative())return{value:[].concat.apply([],Array.apply(null,Array(-h.toJSNumber())).map(Array.prototype.valueOf,[1,0])),isNegative:!1};var D=Array.apply(null,Array(h.toJSNumber()-1)).map(Array.prototype.valueOf,[0,1]);return D.unshift([1]),{value:[].concat.apply([],D),isNegative:!1}}var g=!1;if(h.isNegative()&&d.isPositive()&&(g=!0,h=h.abs()),d.isUnit())return h.isZero()?{value:[0],isNegative:!1}:{value:Array.apply(null,Array(h.toJSNumber())).map(Number.prototype.valueOf,1),isNegative:g};for(var b=[],E=h,w;E.isNegative()||E.compareAbs(d)>=0;){w=E.divmod(d),E=w.quotient;var S=w.remainder;S.isNegative()&&(S=d.minus(S).abs(),E=E.next()),b.push(S.toJSNumber())}return b.push(E.toJSNumber()),{value:b.reverse(),isNegative:g}}function ci(h,d,D){var g=P(h,d);return(g.isNegative?"-":"")+g.value.map(function(b){return he(b,D)}).join("")}a.prototype.toArray=function(h){return P(this,h)},c.prototype.toArray=function(h){return P(this,h)},f.prototype.toArray=function(h){return P(this,h)},a.prototype.toString=function(h,d){if(h===t&&(h=10),h!==10)return ci(this,h,d);for(var D=this.value,g=D.length,b=String(D[--g]),E="0000000",w;--g>=0;)w=String(D[g]),b+=E.slice(w.length)+w;var S=this.sign?"-":"";return S+b},c.prototype.toString=function(h,d){return h===t&&(h=10),h!=10?ci(this,h,d):String(this.value)},f.prototype.toString=c.prototype.toString,f.prototype.toJSON=a.prototype.toJSON=c.prototype.toJSON=function(){return this.toString()},a.prototype.valueOf=function(){return parseInt(this.toString(),10)},a.prototype.toJSNumber=a.prototype.valueOf,c.prototype.valueOf=function(){return this.value},c.prototype.toJSNumber=c.prototype.valueOf,f.prototype.valueOf=f.prototype.toJSNumber=function(){return parseInt(this.toString(),10)};function fi(h){if(p(+h)){var d=+h;if(d===k(d))return o?new f(BigInt(d)):new c(d);throw new Error("Invalid integer: "+h)}var D=h[0]==="-";D&&(h=h.slice(1));var g=h.split(/e/i);if(g.length>2)throw new Error("Invalid integer: "+g.join("e"));if(g.length===2){var b=g[1];if(b[0]==="+"&&(b=b.slice(1)),b=+b,b!==k(b)||!p(b))throw new Error("Invalid integer: "+b+" is not a valid exponent.");var E=g[0],w=E.indexOf(".");if(w>=0&&(b-=E.length-w-1,E=E.slice(0,w)+E.slice(w+1)),b<0)throw new Error("Cannot include negative exponent part for integers");E+=new Array(b+1).join("0"),h=E}var S=/^([0-9][0-9]*)$/.test(h);if(!S)throw new Error("Invalid integer: "+h);if(o)return new f(BigInt(D?"-"+h:h));for(var v=[],z=h.length,J=r,K=z-J;z>0;)v.push(+h.slice(K,z)),K-=J,K<0&&(K=0),z-=J;return _(v),new a(v,D)}function So(h){if(o)return new f(BigInt(h));if(p(h)){if(h!==k(h))throw new Error(h+" is not an integer.");return new c(h)}return fi(h.toString())}function W(h){return typeof h=="number"?So(h):typeof h=="string"?fi(h):typeof h=="bigint"?new f(h):h}for(var Qe=0;Qe<1e3;Qe++)u[Qe]=W(Qe),Qe>0&&(u[-Qe]=W(-Qe));return u.one=u[1],u.zero=u[0],u.minusOne=u[-1],u.max=Xt,u.min=je,u.gcd=U,u.lcm=Qr,u.isInstance=function(h){return h instanceof a||h instanceof c||h instanceof f},u.randBetween=Q,u.fromArray=function(h,d,D){return Y(h.map(W),W(d||10),D)},u}();typeof mi<"u"&&mi.hasOwnProperty("exports")&&(mi.exports=De);typeof define=="function"&&define.amd&&define(function(){return De})});var uf=C(me=>{"use strict";l();var Ix=require("fs"),Px=of(),At=!1;me.maxObjectSize=100*1e3*1e3;me.maxObjectCount=32768;var Nx=9783072e5,kx=me.UID=function(t){this.UID=t},x3=me.parseFile=function(t,e){return new Promise(function(r,n){function i(s){let o=null,u;try{u=Lx(s),r(u)}catch(a){o=a,n(o)}finally{e&&e(o,u)}}if(Buffer.isBuffer(t))return i(t);Ix.readFile(t,function(s,o){if(s)return n(s),e(s);i(o)})})},Lx=me.parseBuffer=function(t){if(t.slice(0,6).toString("utf8")!=="bplist")throw new Error("Invalid binary plist. Expected 'bplist' at offset 0.");let r=t.slice(t.length-32,t.length),n=r.readUInt8(6);At&&console.log("offsetSize: "+n);let i=r.readUInt8(7);At&&console.log("objectRefSize: "+i);let s=Vo(r,8);At&&console.log("numObjects: "+s);let o=Vo(r,16);At&&console.log("topObject: "+o);let u=Vo(r,24);if(At&&console.log("offsetTableOffset: "+u),s>me.maxObjectCount)throw new Error("maxObjectCount exceeded");let a=[];for(let f=0;f<s;f++){let p=t.slice(u+f*n,u+(f+1)*n);a[f]=Oe(p,0),At&&console.log("Offset for Object #"+f+" is "+a[f]+" ["+a[f].toString(16)+"]")}function c(f){let p=a[f],m=t[p],y=(m&240)>>4,_=m&15;switch(y){case 0:return O();case 1:return H();case 8:return q();case 2:return j();case 3:return T();case 4:return $();case 5:return R();case 6:return R(!0);case 10:return L();case 13:return F();default:throw new Error("Unhandled type 0x"+y.toString(16))}function O(){switch(_){case 0:return null;case 8:return!1;case 9:return!0;case 15:return null;default:throw new Error("Unhandled simple type 0x"+y.toString(16))}}function k(A){let N="",I;for(I=0;I<A.length&&A[I]==0;I++);for(;I<A.length;I++){let V="00"+A[I].toString(16);N+=V.substr(V.length-2)}return N}function H(){let A=Math.pow(2,_);if(_==4){let N=t.slice(p+1,p+1+A),I=k(N);return Px(I,16)}if(_==3)return t.readInt32BE(p+1);if(A<me.maxObjectSize)return Oe(t.slice(p+1,p+1+A));throw new Error("To little heap space available! Wanted to read "+A+" bytes, but only "+me.maxObjectSize+" are available.")}function q(){let A=_+1;if(A<me.maxObjectSize)return new kx(Oe(t.slice(p+1,p+1+A)));throw new Error("To little heap space available! Wanted to read "+A+" bytes, but only "+me.maxObjectSize+" are available.")}function j(){let A=Math.pow(2,_);if(A<me.maxObjectSize){let N=t.slice(p+1,p+1+A);if(A===4)return N.readFloatBE(0);if(A===8)return N.readDoubleBE(0)}else throw new Error("To little heap space available! Wanted to read "+A+" bytes, but only "+me.maxObjectSize+" are available.")}function T(){_!=3&&console.error("Unknown date type :"+_+". Parsing anyway...");let A=t.slice(p+1,p+9);return new Date(Nx+1e3*A.readDoubleBE(0))}function $(){let A=1,N=_;if(_==15){let I=t[p+1],V=(I&240)/16;V!=1&&console.error("0x4: UNEXPECTED LENGTH-INT TYPE! "+V);let G=I&15,Z=Math.pow(2,G);A=2+Z,Z<3,N=Oe(t.slice(p+2,p+2+Z))}if(N<me.maxObjectSize)return t.slice(p+A,p+A+N);throw new Error("To little heap space available! Wanted to read "+N+" bytes, but only "+me.maxObjectSize+" are available.")}function R(A){A=A||0;let N="utf8",I=_,V=1;if(_==15){let G=t[p+1],Z=(G&240)/16;Z!=1&&console.err("UNEXPECTED LENGTH-INT TYPE! "+Z);let te=G&15,He=Math.pow(2,te);V=2+He,He<3,I=Oe(t.slice(p+2,p+2+He))}if(I*=A+1,I<me.maxObjectSize){let G=Buffer.from(t.slice(p+V,p+V+I));return A&&(G=$x(G),N="ucs2"),G.toString(N)}throw new Error("To little heap space available! Wanted to read "+I+" bytes, but only "+me.maxObjectSize+" are available.")}function L(){let A=_,N=1;if(_==15){let V=t[p+1],G=(V&240)/16;G!=1&&console.error("0xa: UNEXPECTED LENGTH-INT TYPE! "+G);let Z=V&15,te=Math.pow(2,Z);N=2+te,te<3,A=Oe(t.slice(p+2,p+2+te))}if(A*i>me.maxObjectSize)throw new Error("To little heap space available!");let I=[];for(let V=0;V<A;V++){let G=Oe(t.slice(p+N+V*i,p+N+(V+1)*i));I[V]=c(G)}return I}function F(){let A=_,N=1;if(_==15){let V=t[p+1],G=(V&240)/16;G!=1&&console.error("0xD: UNEXPECTED LENGTH-INT TYPE! "+G);let Z=V&15,te=Math.pow(2,Z);N=2+te,te<3,A=Oe(t.slice(p+2,p+2+te))}if(A*2*i>me.maxObjectSize)throw new Error("To little heap space available!");At&&console.log("Parsing dictionary #"+f);let I={};for(let V=0;V<A;V++){let G=Oe(t.slice(p+N+V*i,p+N+(V+1)*i)),Z=Oe(t.slice(p+N+A*i+V*i,p+N+A*i+(V+1)*i)),te=c(G),He=c(Z);At&&console.log(" DICT #"+f+": Mapped "+te+" to "+He),I[te]=He}return I}}return[c(o)]};function Oe(t,e){e=e||0;let r=0;for(let n=e;n<t.length;n++)r<<=8,r|=t[n]&255;return r}function Vo(t,e){return t.slice(e,e+8).readUInt32BE(4,8)}function $x(t){let e=t.length;for(let r=0;r<e;r+=2){let n=t[r];t[r]=t[r+1],t[r+1]=n}return t}});var cf=C((C3,lf)=>{"use strict";l();var Mx=require("os"),af=Mx.homedir();lf.exports=t=>{if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);return af?t.replace(/^~(?=$|\/|\\)/,af):t}});var yf=C((v3,Ef)=>{"use strict";l();Ef.exports=gf;gf.sync=qx;var Df=require("fs");function jx(t,e){var r=e.pathExt!==void 0?e.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var n=0;n<r.length;n++){var i=r[n].toLowerCase();if(i&&t.substr(-i.length).toLowerCase()===i)return!0}return!1}function mf(t,e,r){return!t.isSymbolicLink()&&!t.isFile()?!1:jx(e,r)}function gf(t,e,r){Df.stat(t,function(n,i){r(n,n?!1:mf(i,t,e))})}function qx(t,e){return mf(Df.statSync(t),t,e)}});var Ff=C((T3,Cf)=>{"use strict";l();Cf.exports=bf;bf.sync=Gx;var xf=require("fs");function bf(t,e,r){xf.stat(t,function(n,i){r(n,n?!1:_f(i,e))})}function Gx(t,e){return _f(xf.statSync(t),e)}function _f(t,e){return t.isFile()&&Wx(t,e)}function Wx(t,e){var r=t.mode,n=t.uid,i=t.gid,s=e.uid!==void 0?e.uid:process.getuid&&process.getuid(),o=e.gid!==void 0?e.gid:process.getgid&&process.getgid(),u=parseInt("100",8),a=parseInt("010",8),c=parseInt("001",8),f=u|a,p=r&c||r&a&&i===o||r&u&&n===s||r&f&&s===0;return p}});var Sf=C((B3,wf)=>{"use strict";l();var R3=require("fs"),gi;process.platform==="win32"||global.TESTING_WINDOWS?gi=yf():gi=Ff();wf.exports=Ko;Ko.sync=Vx;function Ko(t,e,r){if(typeof e=="function"&&(r=e,e={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,i){Ko(t,e||{},function(s,o){s?i(s):n(o)})})}gi(t,e||{},function(n,i){n&&(n.code==="EACCES"||e&&e.ignoreErrors)&&(n=null,i=!1),r(n,i)})}function Vx(t,e){try{return gi.sync(t,e||{})}catch(r){if(e&&e.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var If=C((P3,Bf)=>{"use strict";l();var gr=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",vf=require("path"),zx=gr?";":":",Af=Sf(),Tf=t=>Object.assign(new Error(`not found: ${t}`),{code:"ENOENT"}),Of=(t,e)=>{let r=e.colon||zx,n=t.match(/\//)||gr&&t.match(/\\/)?[""]:[...gr?[process.cwd()]:[],...(e.path||process.env.PATH||"").split(r)],i=gr?e.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=gr?i.split(r):[""];return gr&&t.indexOf(".")!==-1&&s[0]!==""&&s.unshift(""),{pathEnv:n,pathExt:s,pathExtExe:i}},Rf=(t,e,r)=>{typeof e=="function"&&(r=e,e={}),e||(e={});let{pathEnv:n,pathExt:i,pathExtExe:s}=Of(t,e),o=[],u=c=>new Promise((f,p)=>{if(c===n.length)return e.all&&o.length?f(o):p(Tf(t));let m=n[c],y=/^".*"$/.test(m)?m.slice(1,-1):m,_=vf.join(y,t),O=!y&&/^\.[\\\/]/.test(t)?t.slice(0,2)+_:_;f(a(O,c,0))}),a=(c,f,p)=>new Promise((m,y)=>{if(p===i.length)return m(u(f+1));let _=i[p];Af(c+_,{pathExt:s},(O,k)=>{if(!O&&k)if(e.all)o.push(c+_);else return m(c+_);return m(a(c,f,p+1))})});return r?u(0).then(c=>r(null,c),r):u(0)},Kx=(t,e)=>{e=e||{};let{pathEnv:r,pathExt:n,pathExtExe:i}=Of(t,e),s=[];for(let o=0;o<r.length;o++){let u=r[o],a=/^".*"$/.test(u)?u.slice(1,-1):u,c=vf.join(a,t),f=!a&&/^\.[\\\/]/.test(t)?t.slice(0,2)+c:c;for(let p=0;p<n.length;p++){let m=f+n[p];try{if(Af.sync(m,{pathExt:i}))if(e.all)s.push(m);else return m}catch{}}}if(e.all&&s.length)return s;if(e.nothrow)return null;throw Tf(t)};Bf.exports=Rf;Rf.sync=Kx});var Xo=C((k3,Yo)=>{"use strict";l();var Pf=(t={})=>{let e=t.env||process.env;return(t.platform||process.platform)!=="win32"?"PATH":Object.keys(e).reverse().find(n=>n.toUpperCase()==="PATH")||"Path"};Yo.exports=Pf;Yo.exports.default=Pf});var $f=C(($3,Lf)=>{"use strict";l();var Nf=require("path"),Yx=If(),Xx=Xo();function kf(t,e){let r=t.options.env||process.env,n=process.cwd(),i=t.options.cwd!=null,s=i&&process.chdir!==void 0&&!process.chdir.disabled;if(s)try{process.chdir(t.options.cwd)}catch{}let o;try{o=Yx.sync(t.command,{path:r[Xx({env:r})],pathExt:e?Nf.delimiter:void 0})}catch{}finally{s&&process.chdir(n)}return o&&(o=Nf.resolve(i?t.options.cwd:"",o)),o}function Zx(t){return kf(t)||kf(t,!0)}Lf.exports=Zx});var Mf=C((H3,Jo)=>{"use strict";l();var Zo=/([()\][%!^"`<>&|;, *?])/g;function Jx(t){return t=t.replace(Zo,"^$1"),t}function Qx(t,e){return t=`${t}`,t=t.replace(/(\\*)"/g,'$1$1\\"'),t=t.replace(/(\\*)$/,"$1$1"),t=`"${t}"`,t=t.replace(Zo,"^$1"),e&&(t=t.replace(Zo,"^$1")),t}Jo.exports.command=Jx;Jo.exports.argument=Qx});var Uf=C((j3,Hf)=>{"use strict";l();Hf.exports=/^#!(.*)/});var qf=C((G3,jf)=>{"use strict";l();var eb=Uf();jf.exports=(t="")=>{let e=t.match(eb);if(!e)return null;let[r,n]=e[0].replace(/#! ?/,"").split(" "),i=r.split("/").pop();return i==="env"?n:n?`${i} ${n}`:i}});var Wf=C((V3,Gf)=>{"use strict";l();var Qo=require("fs"),tb=qf();function rb(t){let r=Buffer.alloc(150),n;try{n=Qo.openSync(t,"r"),Qo.readSync(n,r,0,150,0),Qo.closeSync(n)}catch{}return tb(r.toString())}Gf.exports=rb});var Yf=C((K3,Kf)=>{"use strict";l();var nb=require("path"),Vf=$f(),zf=Mf(),ib=Wf(),sb=process.platform==="win32",ob=/\.(?:com|exe)$/i,ub=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function ab(t){t.file=Vf(t);let e=t.file&&ib(t.file);return e?(t.args.unshift(t.file),t.command=e,Vf(t)):t.file}function lb(t){if(!sb)return t;let e=ab(t),r=!ob.test(e);if(t.options.forceShell||r){let n=ub.test(e);t.command=nb.normalize(t.command),t.command=zf.command(t.command),t.args=t.args.map(s=>zf.argument(s,n));let i=[t.command].concat(t.args).join(" ");t.args=["/d","/s","/c",`"${i}"`],t.command=process.env.comspec||"cmd.exe",t.options.windowsVerbatimArguments=!0}return t}function cb(t,e,r){e&&!Array.isArray(e)&&(r=e,e=null),e=e?e.slice(0):[],r=Object.assign({},r);let n={command:t,args:e,options:r,file:void 0,original:{command:t,args:e}};return r.shell?n:lb(n)}Kf.exports=cb});var Jf=C((X3,Zf)=>{"use strict";l();var eu=process.platform==="win32";function tu(t,e){return Object.assign(new Error(`${e} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${e} ${t.command}`,path:t.command,spawnargs:t.args})}function fb(t,e){if(!eu)return;let r=t.emit;t.emit=function(n,i){if(n==="exit"){let s=Xf(i,e,"spawn");if(s)return r.call(t,"error",s)}return r.apply(t,arguments)}}function Xf(t,e){return eu&&t===1&&!e.file?tu(e.original,"spawn"):null}function hb(t,e){return eu&&t===1&&!e.file?tu(e.original,"spawnSync"):null}Zf.exports={hookChildProcess:fb,verifyENOENT:Xf,verifyENOENTSync:hb,notFoundError:tu}});var iu=C((J3,Er)=>{"use strict";l();var Qf=require("child_process"),ru=Yf(),nu=Jf();function eh(t,e,r){let n=ru(t,e,r),i=Qf.spawn(n.command,n.args,n.options);return nu.hookChildProcess(i,n),i}function db(t,e,r){let n=ru(t,e,r),i=Qf.spawnSync(n.command,n.args,n.options);return i.error=i.error||nu.verifyENOENTSync(i.status,n),i}Er.exports=eh;Er.exports.spawn=eh;Er.exports.sync=db;Er.exports._parse=ru;Er.exports._enoent=nu});var rh=C((eO,th)=>{"use strict";l();th.exports=t=>{let e=typeof t=="string"?`
23
+ `:`
24
+ `.charCodeAt(),r=typeof t=="string"?"\r":"\r".charCodeAt();return t[t.length-1]===e&&(t=t.slice(0,t.length-1)),t[t.length-1]===r&&(t=t.slice(0,t.length-1)),t}});var sh=C((rO,nn)=>{"use strict";l();var rn=require("path"),nh=Xo(),ih=t=>{t={cwd:process.cwd(),path:process.env[nh()],execPath:process.execPath,...t};let e,r=rn.resolve(t.cwd),n=[];for(;e!==r;)n.push(rn.join(r,"node_modules/.bin")),e=r,r=rn.resolve(r,"..");let i=rn.resolve(t.cwd,t.execPath,"..");return n.push(i),n.concat(t.path).join(rn.delimiter)};nn.exports=ih;nn.exports.default=ih;nn.exports.env=t=>{t={env:process.env,...t};let e={...t.env},r=nh({env:e});return t.path=e[r],e[r]=nn.exports(t),e}});var uh=C((iO,su)=>{"use strict";l();var oh=(t,e)=>{for(let r of Reflect.ownKeys(e))Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r));return t};su.exports=oh;su.exports.default=oh});var lh=C((oO,yi)=>{"use strict";l();var pb=uh(),Ei=new WeakMap,ah=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,n=0,i=t.displayName||t.name||"<anonymous>",s=function(...o){if(Ei.set(s,++n),n===1)r=t.apply(this,o),t=null;else if(e.throw===!0)throw new Error(`Function \`${i}\` can only be called once`);return r};return pb(s,t),Ei.set(s,n),s};yi.exports=ah;yi.exports.default=ah;yi.exports.callCount=t=>{if(!Ei.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return Ei.get(t)}});var ch=C(xi=>{"use strict";l();Object.defineProperty(xi,"__esModule",{value:!0});xi.SIGNALS=void 0;var Db=[{name:"SIGHUP",number:1,action:"terminate",description:"Terminal closed",standard:"posix"},{name:"SIGINT",number:2,action:"terminate",description:"User interruption with CTRL-C",standard:"ansi"},{name:"SIGQUIT",number:3,action:"core",description:"User interruption with CTRL-\\",standard:"posix"},{name:"SIGILL",number:4,action:"core",description:"Invalid machine instruction",standard:"ansi"},{name:"SIGTRAP",number:5,action:"core",description:"Debugger breakpoint",standard:"posix"},{name:"SIGABRT",number:6,action:"core",description:"Aborted",standard:"ansi"},{name:"SIGIOT",number:6,action:"core",description:"Aborted",standard:"bsd"},{name:"SIGBUS",number:7,action:"core",description:"Bus error due to misaligned, non-existing address or paging error",standard:"bsd"},{name:"SIGEMT",number:7,action:"terminate",description:"Command should be emulated but is not implemented",standard:"other"},{name:"SIGFPE",number:8,action:"core",description:"Floating point arithmetic error",standard:"ansi"},{name:"SIGKILL",number:9,action:"terminate",description:"Forced termination",standard:"posix",forced:!0},{name:"SIGUSR1",number:10,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGSEGV",number:11,action:"core",description:"Segmentation fault",standard:"ansi"},{name:"SIGUSR2",number:12,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGPIPE",number:13,action:"terminate",description:"Broken pipe or socket",standard:"posix"},{name:"SIGALRM",number:14,action:"terminate",description:"Timeout or timer",standard:"posix"},{name:"SIGTERM",number:15,action:"terminate",description:"Termination",standard:"ansi"},{name:"SIGSTKFLT",number:16,action:"terminate",description:"Stack is empty or overflowed",standard:"other"},{name:"SIGCHLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"posix"},{name:"SIGCLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"other"},{name:"SIGCONT",number:18,action:"unpause",description:"Unpaused",standard:"posix",forced:!0},{name:"SIGSTOP",number:19,action:"pause",description:"Paused",standard:"posix",forced:!0},{name:"SIGTSTP",number:20,action:"pause",description:'Paused using CTRL-Z or "suspend"',standard:"posix"},{name:"SIGTTIN",number:21,action:"pause",description:"Background process cannot read terminal input",standard:"posix"},{name:"SIGBREAK",number:21,action:"terminate",description:"User interruption with CTRL-BREAK",standard:"other"},{name:"SIGTTOU",number:22,action:"pause",description:"Background process cannot write to terminal output",standard:"posix"},{name:"SIGURG",number:23,action:"ignore",description:"Socket received out-of-band data",standard:"bsd"},{name:"SIGXCPU",number:24,action:"core",description:"Process timed out",standard:"bsd"},{name:"SIGXFSZ",number:25,action:"core",description:"File too big",standard:"bsd"},{name:"SIGVTALRM",number:26,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGPROF",number:27,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGWINCH",number:28,action:"ignore",description:"Terminal window size changed",standard:"bsd"},{name:"SIGIO",number:29,action:"terminate",description:"I/O is available",standard:"other"},{name:"SIGPOLL",number:29,action:"terminate",description:"Watched event",standard:"other"},{name:"SIGINFO",number:29,action:"ignore",description:"Request for process information",standard:"other"},{name:"SIGPWR",number:30,action:"terminate",description:"Device running out of power",standard:"systemv"},{name:"SIGSYS",number:31,action:"core",description:"Invalid system call",standard:"other"},{name:"SIGUNUSED",number:31,action:"terminate",description:"Invalid system call",standard:"other"}];xi.SIGNALS=Db});var ou=C(yr=>{"use strict";l();Object.defineProperty(yr,"__esModule",{value:!0});yr.SIGRTMAX=yr.getRealtimeSignals=void 0;var mb=function(){let t=hh-fh+1;return Array.from({length:t},gb)};yr.getRealtimeSignals=mb;var gb=function(t,e){return{name:`SIGRT${e+1}`,number:fh+e,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}},fh=34,hh=64;yr.SIGRTMAX=hh});var dh=C(bi=>{"use strict";l();Object.defineProperty(bi,"__esModule",{value:!0});bi.getSignals=void 0;var Eb=require("os"),yb=ch(),xb=ou(),bb=function(){let t=(0,xb.getRealtimeSignals)();return[...yb.SIGNALS,...t].map(_b)};bi.getSignals=bb;var _b=function({name:t,number:e,description:r,action:n,forced:i=!1,standard:s}){let{signals:{[t]:o}}=Eb.constants,u=o!==void 0;return{name:t,number:u?o:e,description:r,supported:u,action:n,forced:i,standard:s}}});var Dh=C(xr=>{"use strict";l();Object.defineProperty(xr,"__esModule",{value:!0});xr.signalsByNumber=xr.signalsByName=void 0;var Cb=require("os"),ph=dh(),Fb=ou(),wb=function(){return(0,ph.getSignals)().reduce(Sb,{})},Sb=function(t,{name:e,number:r,description:n,supported:i,action:s,forced:o,standard:u}){return{...t,[e]:{name:e,number:r,description:n,supported:i,action:s,forced:o,standard:u}}},vb=wb();xr.signalsByName=vb;var Ab=function(){let t=(0,ph.getSignals)(),e=Fb.SIGRTMAX+1,r=Array.from({length:e},(n,i)=>Tb(i,t));return Object.assign({},...r)},Tb=function(t,e){let r=Ob(t,e);if(r===void 0)return{};let{name:n,description:i,supported:s,action:o,forced:u,standard:a}=r;return{[t]:{name:n,number:t,description:i,supported:s,action:o,forced:u,standard:a}}},Ob=function(t,e){let r=e.find(({name:n})=>Cb.constants.signals[n]===t);return r!==void 0?r:e.find(n=>n.number===t)},Rb=Ab();xr.signalsByNumber=Rb});var gh=C((mO,mh)=>{"use strict";l();var{signalsByName:Bb}=Dh(),Ib=({timedOut:t,timeout:e,errorCode:r,signal:n,signalDescription:i,exitCode:s,isCanceled:o})=>t?`timed out after ${e} milliseconds`:o?"was canceled":r!==void 0?`failed with ${r}`:n!==void 0?`was killed with ${n} (${i})`:s!==void 0?`failed with exit code ${s}`:"failed",Pb=({stdout:t,stderr:e,all:r,error:n,signal:i,exitCode:s,command:o,escapedCommand:u,timedOut:a,isCanceled:c,killed:f,parsed:{options:{timeout:p}}})=>{s=s===null?void 0:s,i=i===null?void 0:i;let m=i===void 0?void 0:Bb[i].description,y=n&&n.code,O=`Command ${Ib({timedOut:a,timeout:p,errorCode:y,signal:i,signalDescription:m,exitCode:s,isCanceled:c})}: ${o}`,k=Object.prototype.toString.call(n)==="[object Error]",H=k?`${O}
25
+ ${n.message}`:O,q=[H,e,t].filter(Boolean).join(`
26
+ `);return k?(n.originalMessage=n.message,n.message=q):n=new Error(q),n.shortMessage=H,n.command=o,n.escapedCommand=u,n.exitCode=s,n.signal=i,n.signalDescription=m,n.stdout=t,n.stderr=e,r!==void 0&&(n.all=r),"bufferedData"in n&&delete n.bufferedData,n.failed=!0,n.timedOut=!!a,n.isCanceled=c,n.killed=f&&!a,n};mh.exports=Pb});var yh=C((EO,uu)=>{"use strict";l();var _i=["stdin","stdout","stderr"],Nb=t=>_i.some(e=>t[e]!==void 0),Eh=t=>{if(!t)return;let{stdio:e}=t;if(e===void 0)return _i.map(n=>t[n]);if(Nb(t))throw new Error(`It's not possible to provide \`stdio\` in combination with one of ${_i.map(n=>`\`${n}\``).join(", ")}`);if(typeof e=="string")return e;if(!Array.isArray(e))throw new TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof e}\``);let r=Math.max(e.length,_i.length);return Array.from({length:r},(n,i)=>e[i])};uu.exports=Eh;uu.exports.node=t=>{let e=Eh(t);return e==="ipc"?"ipc":e===void 0||typeof e=="string"?[e,e,e,"ipc"]:e.includes("ipc")?e:[...e,"ipc"]}});var xh=C((xO,Ci)=>{"use strict";l();Ci.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Ci.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Ci.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var cu=C((_O,Cr)=>{"use strict";l();var oe=global.process,Jt=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};Jt(oe)?(bh=require("assert"),br=xh(),_h=/^win/i.test(oe.platform),sn=require("events"),typeof sn!="function"&&(sn=sn.EventEmitter),oe.__signal_exit_emitter__?Ee=oe.__signal_exit_emitter__:(Ee=oe.__signal_exit_emitter__=new sn,Ee.count=0,Ee.emitted={}),Ee.infinite||(Ee.setMaxListeners(1/0),Ee.infinite=!0),Cr.exports=function(t,e){if(!Jt(global.process))return function(){};bh.equal(typeof t,"function","a callback must be provided for exit handler"),_r===!1&&au();var r="exit";e&&e.alwaysLast&&(r="afterexit");var n=function(){Ee.removeListener(r,t),Ee.listeners("exit").length===0&&Ee.listeners("afterexit").length===0&&Fi()};return Ee.on(r,t),n},Fi=function(){!_r||!Jt(global.process)||(_r=!1,br.forEach(function(e){try{oe.removeListener(e,wi[e])}catch{}}),oe.emit=Si,oe.reallyExit=lu,Ee.count-=1)},Cr.exports.unload=Fi,Qt=function(e,r,n){Ee.emitted[e]||(Ee.emitted[e]=!0,Ee.emit(e,r,n))},wi={},br.forEach(function(t){wi[t]=function(){if(Jt(global.process)){var r=oe.listeners(t);r.length===Ee.count&&(Fi(),Qt("exit",null,t),Qt("afterexit",null,t),_h&&t==="SIGHUP"&&(t="SIGINT"),oe.kill(oe.pid,t))}}}),Cr.exports.signals=function(){return br},_r=!1,au=function(){_r||!Jt(global.process)||(_r=!0,Ee.count+=1,br=br.filter(function(e){try{return oe.on(e,wi[e]),!0}catch{return!1}}),oe.emit=Fh,oe.reallyExit=Ch)},Cr.exports.load=au,lu=oe.reallyExit,Ch=function(e){Jt(global.process)&&(oe.exitCode=e||0,Qt("exit",oe.exitCode,null),Qt("afterexit",oe.exitCode,null),lu.call(oe,oe.exitCode))},Si=oe.emit,Fh=function(e,r){if(e==="exit"&&Jt(global.process)){r!==void 0&&(oe.exitCode=r);var n=Si.apply(this,arguments);return Qt("exit",oe.exitCode,null),Qt("afterexit",oe.exitCode,null),n}else return Si.apply(this,arguments)}):Cr.exports=function(){return function(){}};var bh,br,_h,sn,Ee,Fi,Qt,wi,_r,au,lu,Ch,Si,Fh});var Sh=C((FO,wh)=>{"use strict";l();var kb=require("os"),Lb=cu(),$b=1e3*5,Mb=(t,e="SIGTERM",r={})=>{let n=t(e);return Hb(t,e,r,n),n},Hb=(t,e,r,n)=>{if(!Ub(e,r,n))return;let i=qb(r),s=setTimeout(()=>{t("SIGKILL")},i);s.unref&&s.unref()},Ub=(t,{forceKillAfterTimeout:e},r)=>jb(t)&&e!==!1&&r,jb=t=>t===kb.constants.signals.SIGTERM||typeof t=="string"&&t.toUpperCase()==="SIGTERM",qb=({forceKillAfterTimeout:t=!0})=>{if(t===!0)return $b;if(!Number.isFinite(t)||t<0)throw new TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${t}\` (${typeof t})`);return t},Gb=(t,e)=>{t.kill()&&(e.isCanceled=!0)},Wb=(t,e,r)=>{t.kill(e),r(Object.assign(new Error("Timed out"),{timedOut:!0,signal:e}))},Vb=(t,{timeout:e,killSignal:r="SIGTERM"},n)=>{if(e===0||e===void 0)return n;let i,s=new Promise((u,a)=>{i=setTimeout(()=>{Wb(t,r,a)},e)}),o=n.finally(()=>{clearTimeout(i)});return Promise.race([s,o])},zb=({timeout:t})=>{if(t!==void 0&&(!Number.isFinite(t)||t<0))throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${t}\` (${typeof t})`)},Kb=async(t,{cleanup:e,detached:r},n)=>{if(!e||r)return n;let i=Lb(()=>{t.kill()});return n.finally(()=>{i()})};wh.exports={spawnedKill:Mb,spawnedCancel:Gb,setupTimeout:Vb,validateTimeout:zb,setExitHandler:Kb}});var Ah=C((SO,vh)=>{"use strict";l();var et=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";et.writable=t=>et(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";et.readable=t=>et(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";et.duplex=t=>et.writable(t)&&et.readable(t);et.transform=t=>et.duplex(t)&&typeof t._transform=="function";vh.exports=et});var Oh=C((AO,Th)=>{"use strict";l();var{PassThrough:Yb}=require("stream");Th.exports=t=>{t={...t};let{array:e}=t,{encoding:r}=t,n=r==="buffer",i=!1;e?i=!(r||n):r=r||"utf8",n&&(r=null);let s=new Yb({objectMode:i});r&&s.setEncoding(r);let o=0,u=[];return s.on("data",a=>{u.push(a),i?o=u.length:o+=a.length}),s.getBufferedValue=()=>e?u:n?Buffer.concat(u,o):u.join(""),s.getBufferedLength=()=>o,s}});var hu=C((OO,on)=>{"use strict";l();var{constants:Xb}=require("buffer"),Zb=require("stream"),{promisify:Jb}=require("util"),Qb=Oh(),e_=Jb(Zb.pipeline),vi=class extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}};async function fu(t,e){if(!t)throw new Error("Expected a stream");e={maxBuffer:1/0,...e};let{maxBuffer:r}=e,n=Qb(e);return await new Promise((i,s)=>{let o=u=>{u&&n.getBufferedLength()<=Xb.MAX_LENGTH&&(u.bufferedData=n.getBufferedValue()),s(u)};(async()=>{try{await e_(t,n),i()}catch(u){o(u)}})(),n.on("data",()=>{n.getBufferedLength()>r&&o(new vi)})}),n.getBufferedValue()}on.exports=fu;on.exports.buffer=(t,e)=>fu(t,{...e,encoding:"buffer"});on.exports.array=(t,e)=>fu(t,{...e,array:!0});on.exports.MaxBufferError=vi});var du=C((BO,Rh)=>{"use strict";l();var{PassThrough:t_}=require("stream");Rh.exports=function(){var t=[],e=new t_({objectMode:!0});return e.setMaxListeners(0),e.add=r,e.isEmpty=n,e.on("unpipe",i),Array.prototype.slice.call(arguments).forEach(r),e;function r(s){return Array.isArray(s)?(s.forEach(r),this):(t.push(s),s.once("end",i.bind(null,s)),s.once("error",e.emit.bind(e,"error")),s.pipe(e,{end:!1}),this)}function n(){return t.length==0}function i(s){t=t.filter(function(o){return o!==s}),!t.length&&e.readable&&e.end()}}});var Nh=C((PO,Ph)=>{"use strict";l();var Ih=Ah(),Bh=hu(),r_=du(),n_=(t,e)=>{e===void 0||t.stdin===void 0||(Ih(e)?e.pipe(t.stdin):t.stdin.end(e))},i_=(t,{all:e})=>{if(!e||!t.stdout&&!t.stderr)return;let r=r_();return t.stdout&&r.add(t.stdout),t.stderr&&r.add(t.stderr),r},pu=async(t,e)=>{if(t){t.destroy();try{return await e}catch(r){return r.bufferedData}}},Du=(t,{encoding:e,buffer:r,maxBuffer:n})=>{if(!(!t||!r))return e?Bh(t,{encoding:e,maxBuffer:n}):Bh.buffer(t,{maxBuffer:n})},s_=async({stdout:t,stderr:e,all:r},{encoding:n,buffer:i,maxBuffer:s},o)=>{let u=Du(t,{encoding:n,buffer:i,maxBuffer:s}),a=Du(e,{encoding:n,buffer:i,maxBuffer:s}),c=Du(r,{encoding:n,buffer:i,maxBuffer:s*2});try{return await Promise.all([o,u,a,c])}catch(f){return Promise.all([{error:f,signal:f.signal,timedOut:f.timedOut},pu(t,u),pu(e,a),pu(r,c)])}},o_=({input:t})=>{if(Ih(t))throw new TypeError("The `input` option cannot be a stream in sync mode")};Ph.exports={handleInput:n_,makeAllStream:i_,getSpawnedResult:s_,validateInputSync:o_}});var Lh=C((kO,kh)=>{"use strict";l();var u_=(async()=>{})().constructor.prototype,a_=["then","catch","finally"].map(t=>[t,Reflect.getOwnPropertyDescriptor(u_,t)]),l_=(t,e)=>{for(let[r,n]of a_){let i=typeof e=="function"?(...s)=>Reflect.apply(n.value,e(),s):n.value.bind(e);Reflect.defineProperty(t,r,{...n,value:i})}return t},c_=t=>new Promise((e,r)=>{t.on("exit",(n,i)=>{e({exitCode:n,signal:i})}),t.on("error",n=>{r(n)}),t.stdin&&t.stdin.on("error",n=>{r(n)})});kh.exports={mergePromise:l_,getSpawnedPromise:c_}});var Hh=C(($O,Mh)=>{"use strict";l();var $h=(t,e=[])=>Array.isArray(e)?[t,...e]:[t],f_=/^[\w.-]+$/,h_=/"/g,d_=t=>typeof t!="string"||f_.test(t)?t:`"${t.replace(h_,'\\"')}"`,p_=(t,e)=>$h(t,e).join(" "),D_=(t,e)=>$h(t,e).map(r=>d_(r)).join(" "),m_=/ +/g,g_=t=>{let e=[];for(let r of t.trim().split(m_)){let n=e[e.length-1];n&&n.endsWith("\\")?e[e.length-1]=`${n.slice(0,-1)} ${r}`:e.push(r)}return e};Mh.exports={joinCommand:p_,getEscapedCommand:D_,parseCommand:g_}});var zh=C((HO,Fr)=>{"use strict";l();var E_=require("path"),mu=require("child_process"),y_=iu(),x_=rh(),b_=sh(),__=lh(),Ai=gh(),jh=yh(),{spawnedKill:C_,spawnedCancel:F_,setupTimeout:w_,validateTimeout:S_,setExitHandler:v_}=Sh(),{handleInput:A_,getSpawnedResult:T_,makeAllStream:O_,validateInputSync:R_}=Nh(),{mergePromise:Uh,getSpawnedPromise:B_}=Lh(),{joinCommand:qh,parseCommand:Gh,getEscapedCommand:Wh}=Hh(),I_=1e3*1e3*100,P_=({env:t,extendEnv:e,preferLocal:r,localDir:n,execPath:i})=>{let s=e?{...process.env,...t}:t;return r?b_.env({env:s,cwd:n,execPath:i}):s},Vh=(t,e,r={})=>{let n=y_._parse(t,e,r);return t=n.command,e=n.args,r=n.options,r={maxBuffer:I_,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:r.cwd||process.cwd(),execPath:process.execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,...r},r.env=P_(r),r.stdio=jh(r),process.platform==="win32"&&E_.basename(t,".exe")==="cmd"&&e.unshift("/q"),{file:t,args:e,options:r,parsed:n}},un=(t,e,r)=>typeof e!="string"&&!Buffer.isBuffer(e)?r===void 0?void 0:"":t.stripFinalNewline?x_(e):e,Ti=(t,e,r)=>{let n=Vh(t,e,r),i=qh(t,e),s=Wh(t,e);S_(n.options);let o;try{o=mu.spawn(n.file,n.args,n.options)}catch(y){let _=new mu.ChildProcess,O=Promise.reject(Ai({error:y,stdout:"",stderr:"",all:"",command:i,escapedCommand:s,parsed:n,timedOut:!1,isCanceled:!1,killed:!1}));return Uh(_,O)}let u=B_(o),a=w_(o,n.options,u),c=v_(o,n.options,a),f={isCanceled:!1};o.kill=C_.bind(null,o.kill.bind(o)),o.cancel=F_.bind(null,o,f);let m=__(async()=>{let[{error:y,exitCode:_,signal:O,timedOut:k},H,q,j]=await T_(o,n.options,c),T=un(n.options,H),$=un(n.options,q),R=un(n.options,j);if(y||_!==0||O!==null){let L=Ai({error:y,exitCode:_,signal:O,stdout:T,stderr:$,all:R,command:i,escapedCommand:s,parsed:n,timedOut:k,isCanceled:f.isCanceled,killed:o.killed});if(!n.options.reject)return L;throw L}return{command:i,escapedCommand:s,exitCode:0,stdout:T,stderr:$,all:R,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}});return A_(o,n.options.input),o.all=O_(o,n.options),Uh(o,m)};Fr.exports=Ti;Fr.exports.sync=(t,e,r)=>{let n=Vh(t,e,r),i=qh(t,e),s=Wh(t,e);R_(n.options);let o;try{o=mu.spawnSync(n.file,n.args,n.options)}catch(c){throw Ai({error:c,stdout:"",stderr:"",all:"",command:i,escapedCommand:s,parsed:n,timedOut:!1,isCanceled:!1,killed:!1})}let u=un(n.options,o.stdout,o.error),a=un(n.options,o.stderr,o.error);if(o.error||o.status!==0||o.signal!==null){let c=Ai({stdout:u,stderr:a,error:o.error,signal:o.signal,exitCode:o.status,command:i,escapedCommand:s,parsed:n,timedOut:o.error&&o.error.code==="ETIMEDOUT",isCanceled:!1,killed:o.signal!==null});if(!n.options.reject)return c;throw c}return{command:i,escapedCommand:s,exitCode:0,stdout:u,stderr:a,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}};Fr.exports.command=(t,e)=>{let[r,...n]=Gh(t);return Ti(r,n,e)};Fr.exports.commandSync=(t,e)=>{let[r,...n]=Gh(t);return Ti.sync(r,n,e)};Fr.exports.node=(t,e,r={})=>{e&&!Array.isArray(e)&&typeof e=="object"&&(r=e,e=[]);let n=jh.node(r),i=process.execArgv.filter(u=>!u.startsWith("--inspect")),{nodePath:s=process.execPath,nodeOptions:o=i}=r;return Ti(s,[...o,t,...Array.isArray(e)?e:[]],{...r,stdin:void 0,stdout:void 0,stderr:void 0,stdio:n,shell:!1})}});var hp=C((kR,fp)=>{"use strict";l();var Re=require("path"),Yu=t=>new Xu(t);Yu.default=Yu;fp.exports=Yu;function lp(t){return Array.isArray(t)?t:[t]}var HC=/(?<=.)\/$/,UC=/(?<=.)\\$/,jC=Re.sep==="\\"?UC:HC,cp=typeof Symbol<"u"?Symbol.for("dockerignore"):"dockerignore";function Ku(t){return Re.normalize(t).replace(jC,"")}function qC(t){return Re.sep==="/"?t:t.replace(/\\/g,"/")}function GC(t){return Re.sep==="/"?t:t.replace(/\//g,Re.sep)}var Xu=class{constructor({ignorecase:e=!0}={}){this._rules=[],this._ignorecase=e,this[cp]=!0,this._initCache()}_initCache(){this._cache={}}add(e){return this._added=!1,typeof e=="string"&&(e=e.split(/\r?\n/g)),lp(e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_addPattern(e){if(e&&e[cp]){this._rules=this._rules.concat(e._rules),this._added=!0;return}if(this._checkPattern(e)){let r=this._createRule(e.trim());r!==null&&(this._added=!0,this._rules.push(r))}}_checkPattern(e){return e&&typeof e=="string"&&e.indexOf("#")!==0&&e.trim()!==""}filter(e){return lp(e).filter(r=>this._filter(r))}createFilter(){return e=>this._filter(e)}ignores(e){return!this._filter(e)}_createRule(e){let r=e,n=!1;if(e[0]==="!"&&(n=!0,e=e.substring(1).trim()),e.length>0&&(e=Ku(e),e=qC(e),e.length>1&&e[0]==="/"&&(e=e.slice(1))),n&&(e="!"+e),e=e.trim(),e==="")return null;if(e=Ku(e),e[0]==="!"){if(e.length===1)return null;n=!0,e=e.substring(1)}else n=!1;return{origin:r,pattern:e,dirs:e.split(Re.sep),negative:n}}_filter(e){return e?e in this._cache?this._cache[e]:this._cache[e]=this._test(e):!1}_test(e){e=GC(e);let r=Ku(Re.dirname(e)),n=r.split(Re.sep),i=!1;return this._rules.forEach(s=>{let o=this._match(e,s);if(!o&&r!==".")if(s.dirs.includes("**"))for(let u=s.dirs.filter(a=>a!=="**").length;u<=n.length;u++)o=o||this._match(n.slice(0,u).join(Re.sep),s);else s.dirs.length<=n.length&&(o=this._match(n.slice(0,s.dirs.length).join(Re.sep),s));o&&(i=!s.negative)}),!i}_match(e,r){return this._compile(r).regexp.test(e)}_compile(e){if(e.regexp)return e;let r="^",n=Re.sep==="\\"?"\\\\":Re.sep;for(let i=0;i<e.pattern.length;i++){let s=e.pattern[i];if(s==="*")e.pattern[i+1]==="*"?(i++,e.pattern[i+1]===Re.sep&&i++,e.pattern[i+1]===void 0?r+=".*":r+=`(.*${n})?`):r+=`[^${n}]*`;else if(s==="?")r+=`[^${n}]`;else if(s==="."||s==="$")r+=`\\${s}`;else if(s==="\\"){if(Re.sep==="\\"){r+=n;continue}e.pattern[i+1]!==void 0?(r+="\\"+e.pattern[i+1],i++):r+="\\"}else r+=s}return r+="$",e.regexp=new RegExp(r,this._ignorecase?"i":""),e}}});var dp=C(Vi=>{"use strict";l();Object.defineProperty(Vi,"__esModule",{value:!0});Vi.AsyncProvider=void 0;var Zu=class{#e;constructor(e){this.#e=e}read(e,r){let n=[];this.#e.onError(i=>{WC(r,i)}),this.#e.onEntry(i=>{n.push(i)}),this.#e.onEnd(()=>{VC(r,n)}),this.#e.read(e)}};Vi.AsyncProvider=Zu;function WC(t,e){t(e)}function VC(t,e){t(null,e)}});var pp=C(zi=>{"use strict";l();Object.defineProperty(zi,"__esModule",{value:!0});zi.StreamProvider=void 0;var zC=require("stream"),Ju=class{#e;#t;constructor(e){this.#e=e,this.#t=this.#n()}read(e){return this.#e.onError(r=>{this.#t.emit("error",r)}),this.#e.onEntry(r=>{this.#t.push(r)}),this.#e.onEnd(()=>{this.#t.push(null)}),this.#e.read(e),this.#t}#n(){return new zC.Readable({objectMode:!0,read:()=>{},destroy:()=>{this.#e.isDestroyed||this.#e.destroy()}})}};zi.StreamProvider=Ju});var Dp=C(Ki=>{"use strict";l();Object.defineProperty(Ki,"__esModule",{value:!0});Ki.SyncProvider=void 0;var Qu=class{#e;constructor(e){this.#e=e}read(e){return this.#e.read(e)}};Ki.SyncProvider=Qu});var mp=C(Dt=>{"use strict";l();var KC=Dt&&Dt.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),ea=Dt&&Dt.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&KC(e,t,r)};Object.defineProperty(Dt,"__esModule",{value:!0});ea(dp(),Dt);ea(pp(),Dt);ea(Dp(),Dt)});var Ep=C(Yi=>{"use strict";l();Object.defineProperty(Yi,"__esModule",{value:!0});Yi.read=void 0;function YC(t,e,r){e.fs.lstat(t,(n,i)=>{if(n!==null){gp(r,n);return}if(!i.isSymbolicLink()||!e.followSymbolicLink){ta(r,i);return}e.fs.stat(t,(s,o)=>{if(s!==null){if(e.throwErrorOnBrokenSymbolicLink){gp(r,s);return}ta(r,i);return}e.markSymbolicLink&&(o.isSymbolicLink=()=>!0),ta(r,o)})})}Yi.read=YC;function gp(t,e){t(e)}function ta(t,e){t(null,e)}});var yp=C(Xi=>{"use strict";l();Object.defineProperty(Xi,"__esModule",{value:!0});Xi.read=void 0;function XC(t,e){let r=e.fs.lstatSync(t);if(!r.isSymbolicLink()||!e.followSymbolicLink)return r;try{let n=e.fs.statSync(t);return e.markSymbolicLink&&(n.isSymbolicLink=()=>!0),n}catch(n){if(!e.throwErrorOnBrokenSymbolicLink)return r;throw n}}Xi.read=XC});var xp=C(Ot=>{"use strict";l();Object.defineProperty(Ot,"__esModule",{value:!0});Ot.createFileSystemAdapter=Ot.FILE_SYSTEM_ADAPTER=void 0;var Zi=require("fs");Ot.FILE_SYSTEM_ADAPTER={lstat:Zi.lstat,stat:Zi.stat,lstatSync:Zi.lstatSync,statSync:Zi.statSync};function ZC(t){return t===void 0?Ot.FILE_SYSTEM_ADAPTER:{...Ot.FILE_SYSTEM_ADAPTER,...t}}Ot.createFileSystemAdapter=ZC});var na=C(Ji=>{"use strict";l();Object.defineProperty(Ji,"__esModule",{value:!0});Ji.Settings=void 0;var JC=xp(),ra=class{followSymbolicLink;fs;markSymbolicLink;throwErrorOnBrokenSymbolicLink;constructor(e={}){this.followSymbolicLink=e.followSymbolicLink??!0,this.fs=JC.createFileSystemAdapter(e.fs),this.markSymbolicLink=e.markSymbolicLink??!1,this.throwErrorOnBrokenSymbolicLink=e.throwErrorOnBrokenSymbolicLink??!0}};Ji.Settings=ra});var Cp=C(Or=>{"use strict";l();Object.defineProperty(Or,"__esModule",{value:!0});Or.statSync=Or.stat=void 0;var bp=Ep(),QC=yp(),_p=na();function eF(t,e,r){if(typeof e=="function"){bp.read(t,ia(),e);return}bp.read(t,ia(e),r)}Or.stat=eF;function tF(t,e){let r=ia(e);return QC.read(t,r)}Or.statSync=tF;function ia(t={}){return t instanceof _p.Settings?t:new _p.Settings(t)}});var Qi=C(Rt=>{"use strict";l();Object.defineProperty(Rt,"__esModule",{value:!0});Rt.Settings=Rt.statSync=Rt.stat=void 0;var Fp=Cp();Object.defineProperty(Rt,"stat",{enumerable:!0,get:function(){return Fp.stat}});Object.defineProperty(Rt,"statSync",{enumerable:!0,get:function(){return Fp.statSync}});var rF=na();Object.defineProperty(Rt,"Settings",{enumerable:!0,get:function(){return rF.Settings}})});var wp=C(Bt=>{"use strict";l();Object.defineProperty(Bt,"__esModule",{value:!0});Bt.createFileSystemAdapter=Bt.FILE_SYSTEM_ADAPTER=void 0;var Rr=require("fs");Bt.FILE_SYSTEM_ADAPTER={lstat:Rr.lstat,stat:Rr.stat,lstatSync:Rr.lstatSync,statSync:Rr.statSync,readdir:Rr.readdir,readdirSync:Rr.readdirSync};function nF(t){return t===void 0?Bt.FILE_SYSTEM_ADAPTER:{...Bt.FILE_SYSTEM_ADAPTER,...t}}Bt.createFileSystemAdapter=nF});var oa=C(es=>{"use strict";l();Object.defineProperty(es,"__esModule",{value:!0});es.Settings=void 0;var iF=require("path"),sF=Qi(),oF=wp(),sa=class{followSymbolicLinks;fs;pathSegmentSeparator;stats;throwErrorOnBrokenSymbolicLink;fsStatSettings;constructor(e={}){this.followSymbolicLinks=e.followSymbolicLinks??!1,this.fs=oF.createFileSystemAdapter(e.fs),this.pathSegmentSeparator=e.pathSegmentSeparator??iF.sep,this.stats=e.stats??!1,this.throwErrorOnBrokenSymbolicLink=e.throwErrorOnBrokenSymbolicLink??!0,this.fsStatSettings=new sF.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}};es.Settings=sa});var Ap=C((aB,vp)=>{"use strict";l();var Sp;vp.exports=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:global):t=>(Sp||(Sp=Promise.resolve())).then(t).catch(e=>setTimeout(()=>{throw e},0))});var Op=C((cB,Tp)=>{"use strict";l();Tp.exports=aF;var uF=Ap();function aF(t,e){let r,n,i,s=!0;Array.isArray(t)?(r=[],n=t.length):(i=Object.keys(t),r={},n=i.length);function o(a){function c(){e&&e(a,r),e=null}s?uF(c):c()}function u(a,c,f){r[a]=f,(--n===0||c)&&o(c)}n?i?i.forEach(function(a){t[a](function(c,f){u(a,c,f)})}):t.forEach(function(a,c){a(function(f,p){u(c,f,p)})}):o(null),s=!1}});var Bp=C(Br=>{"use strict";l();Object.defineProperty(Br,"__esModule",{value:!0});Br.DirentFromStats=Br.createDirentFromStats=void 0;var Rp=require("fs"),ua=Symbol("stats");function lF(t,e){return new gn(t,e)}Br.createDirentFromStats=lF;var gn=class extends Rp.Dirent{[ua];constructor(e,r){super(e,null),this[ua]=r}};Br.DirentFromStats=gn;for(let t of Reflect.ownKeys(Rp.Dirent.prototype)){let e=t;e!=="constructor"&&(gn.prototype[e]=function(){return this[ua][e]()})}});var aa=C(ts=>{"use strict";l();Object.defineProperty(ts,"__esModule",{value:!0});ts.fs=void 0;ts.fs=Bp()});var la=C(rs=>{"use strict";l();Object.defineProperty(rs,"__esModule",{value:!0});rs.joinPathSegments=void 0;function cF(t,e,r){return t.endsWith(r)?t+e:t+r+e}rs.joinPathSegments=cF});var Np=C(ns=>{"use strict";l();Object.defineProperty(ns,"__esModule",{value:!0});ns.read=void 0;var fF=Qi(),hF=Op(),dF=aa(),pF=la();function DF(t,e,r){e.fs.readdir(t,{withFileTypes:!0},(n,i)=>{if(n!==null){Ip(r,n);return}let s=i.map(u=>({dirent:u,name:u.name,path:pF.joinPathSegments(t,u.name,e.pathSegmentSeparator)}));if(!e.stats&&!e.followSymbolicLinks){Pp(r,s);return}let o=mF(s,e);hF(o,u=>{if(u!==null){Ip(r,u);return}Pp(r,s)})})}ns.read=DF;function mF(t,e){let r=[];for(let n of t){let i=gF(n,e);i!==void 0&&r.push(i)}return r}function gF(t,e){let r=EF(t,e);if(r!==void 0)return n=>{r((i,s)=>{if(i!==null){n(e.throwErrorOnBrokenSymbolicLink?i:null);return}e.stats&&(t.stats=s),e.followSymbolicLinks&&(t.dirent=dF.fs.createDirentFromStats(t.name,s)),n(null,t)})}}function EF(t,e){if(e.stats)return r=>{fF.stat(t.path,e.fsStatSettings,r)};if(e.followSymbolicLinks&&t.dirent.isSymbolicLink())return r=>{e.fs.stat(t.path,r)}}function Ip(t,e){t(e)}function Pp(t,e){t(null,e)}});var kp=C(is=>{"use strict";l();Object.defineProperty(is,"__esModule",{value:!0});is.read=void 0;var yF=Qi(),xF=aa(),bF=la();function _F(t,e){return e.fs.readdirSync(t,{withFileTypes:!0}).map(n=>{let i={dirent:n,name:n.name,path:bF.joinPathSegments(t,n.name,e.pathSegmentSeparator)};if(e.stats&&(i.stats=yF.statSync(i.path,e.fsStatSettings)),e.followSymbolicLinks&&i.dirent.isSymbolicLink())try{let s=i.stats??e.fs.statSync(i.path);i.dirent=xF.fs.createDirentFromStats(i.name,s)}catch(s){if(e.throwErrorOnBrokenSymbolicLink)throw s}return i})}is.read=_F});var Mp=C(Ir=>{"use strict";l();Object.defineProperty(Ir,"__esModule",{value:!0});Ir.scandirSync=Ir.scandir=void 0;var Lp=oa(),$p=Np(),CF=kp();function FF(t,e,r){if(typeof e=="function"){$p.read(t,ca(),e);return}$p.read(t,ca(e),r)}Ir.scandir=FF;function wF(t,e){let r=ca(e);return CF.read(t,r)}Ir.scandirSync=wF;function ca(t={}){return t instanceof Lp.Settings?t:new Lp.Settings(t)}});var fa=C(It=>{"use strict";l();Object.defineProperty(It,"__esModule",{value:!0});It.Settings=It.scandirSync=It.scandir=void 0;var Hp=Mp();Object.defineProperty(It,"scandir",{enumerable:!0,get:function(){return Hp.scandir}});Object.defineProperty(It,"scandirSync",{enumerable:!0,get:function(){return Hp.scandirSync}});var SF=oa();Object.defineProperty(It,"Settings",{enumerable:!0,get:function(){return SF.Settings}})});var da=C(ss=>{"use strict";l();Object.defineProperty(ss,"__esModule",{value:!0});ss.Settings=void 0;var vF=require("path"),AF=fa(),ha=class{basePath;concurrency;deepFilter;entryFilter;errorFilter;pathSegmentSeparator;fsScandirSettings;constructor(e={}){this.basePath=e.basePath??void 0,this.concurrency=e.concurrency??Number.POSITIVE_INFINITY,this.deepFilter=e.deepFilter??null,this.entryFilter=e.entryFilter??null,this.errorFilter=e.errorFilter??null,this.pathSegmentSeparator=e.pathSegmentSeparator??vF.sep,this.fsScandirSettings=new AF.Settings({followSymbolicLinks:e.followSymbolicLinks,fs:e.fs,pathSegmentSeparator:this.pathSegmentSeparator,stats:e.stats,throwErrorOnBrokenSymbolicLink:e.throwErrorOnBrokenSymbolicLink})}};ss.Settings=ha});var jp=C((AB,Up)=>{"use strict";l();function TF(t){var e=new t,r=e;function n(){var s=e;return s.next?e=s.next:(e=new t,r=e),s.next=null,s}function i(s){r.next=s,r=s}return{get:n,release:i}}Up.exports=TF});var Gp=C((OB,pa)=>{"use strict";l();var OF=jp();function qp(t,e,r){if(typeof t=="function"&&(r=e,e=t,t=null),r<1)throw new Error("fastqueue concurrency must be greater than 1");var n=OF(RF),i=null,s=null,o=0,u=null,a={push:O,drain:Ge,saturated:Ge,pause:f,paused:!1,concurrency:r,running:c,resume:y,idle:_,length:p,getQueue:m,unshift:k,empty:Ge,kill:q,killAndDrain:j,error:T};return a;function c(){return o}function f(){a.paused=!0}function p(){for(var $=i,R=0;$;)$=$.next,R++;return R}function m(){for(var $=i,R=[];$;)R.push($.value),$=$.next;return R}function y(){if(a.paused){a.paused=!1;for(var $=0;$<a.concurrency;$++)o++,H()}}function _(){return o===0&&a.length()===0}function O($,R){var L=n.get();L.context=t,L.release=H,L.value=$,L.callback=R||Ge,L.errorHandler=u,o===a.concurrency||a.paused?s?(s.next=L,s=L):(i=L,s=L,a.saturated()):(o++,e.call(t,L.value,L.worked))}function k($,R){var L=n.get();L.context=t,L.release=H,L.value=$,L.callback=R||Ge,o===a.concurrency||a.paused?i?(L.next=i,i=L):(i=L,s=L,a.saturated()):(o++,e.call(t,L.value,L.worked))}function H($){$&&n.release($);var R=i;R?a.paused?o--:(s===i&&(s=null),i=R.next,R.next=null,e.call(t,R.value,R.worked),s===null&&a.empty()):--o===0&&a.drain()}function q(){i=null,s=null,a.drain=Ge}function j(){i=null,s=null,a.drain(),a.drain=Ge}function T($){u=$}}function Ge(){}function RF(){this.value=null,this.callback=Ge,this.next=null,this.release=Ge,this.context=null,this.errorHandler=null;var t=this;this.worked=function(r,n){var i=t.callback,s=t.errorHandler,o=t.value;t.value=null,t.callback=Ge,t.errorHandler&&s(r,o),i.call(t.context,r,n),t.release(t)}}function BF(t,e,r){typeof t=="function"&&(r=e,e=t,t=null);function n(f,p){e.call(this,f).then(function(m){p(null,m)},p)}var i=qp(t,n,r),s=i.push,o=i.unshift;return i.push=u,i.unshift=a,i.drained=c,i;function u(f){var p=new Promise(function(m,y){s(f,function(_,O){if(_){y(_);return}m(O)})});return p.catch(Ge),p}function a(f){var p=new Promise(function(m,y){o(f,function(_,O){if(_){y(_);return}m(O)})});return p.catch(Ge),p}function c(){if(i.idle())return new Promise(function(m){m()});var f=i.drain,p=new Promise(function(m){i.drain=function(){f(),m()}});return p}}pa.exports=qp;pa.exports.promise=BF});var Da=C(tt=>{"use strict";l();Object.defineProperty(tt,"__esModule",{value:!0});tt.joinPathSegments=tt.replacePathSegmentSeparator=tt.isAppliedFilter=tt.isFatalError=void 0;function IF(t,e){return t.errorFilter===null?!0:!t.errorFilter(e)}tt.isFatalError=IF;function PF(t,e){return t===null||t(e)}tt.isAppliedFilter=PF;function NF(t,e){return t.split(/[/\\]/).join(e)}tt.replacePathSegmentSeparator=NF;function kF(t,e,r){return t===""?e:t.endsWith(r)?t+e:t+r+e}tt.joinPathSegments=kF});var Wp=C(os=>{"use strict";l();Object.defineProperty(os,"__esModule",{value:!0});os.AsyncReader=void 0;var LF=require("events"),$F=Gp(),En=Da(),ma=class{#e=new LF.EventEmitter;onEntry(e){this.#e.on("entry",e)}onError(e){this.#e.once("error",e)}onEnd(e){this.#e.once("end",e)}_emitEntry(e){this.#e.emit("entry",e)}_emitEnd(){this.#e.emit("end")}_emitError(e){this.#e.emit("error",e)}},ga=class extends ma{#e=!1;#t=!1;#n;#r;#i;constructor(e,r){super();let n=$F(this.#o.bind(this),r.concurrency);n.drain=()=>{this.#e||this._emitEnd()},this.#n=e,this.#r=r,this.#i=n}read(e){this.#e=!1,this.#t=!1;let r=En.replacePathSegmentSeparator(e,this.#r.pathSegmentSeparator);this.#s(r,this.#r.basePath)}get isDestroyed(){return this.#t}destroy(){this.#t||(this.#t=!0,this.#i.killAndDrain())}#s(e,r){this.#i.push({directory:e,base:r},n=>{n!==null&&this.#u(n)})}#o(e,r){this.#n.scandir(e.directory,this.#r.fsScandirSettings,(n,i)=>{if(n!==null){r(n,void 0);return}for(let s of i)this.#a(s,e.base);r(null,void 0)})}#u(e){this.#t||!En.isFatalError(this.#r,e)||(this.#e=!0,this.#t=!0,this._emitError(e))}#a(e,r){if(this.#t||this.#e)return;let n=e.path;r!==void 0&&(e.path=En.joinPathSegments(r,e.name,this.#r.pathSegmentSeparator)),En.isAppliedFilter(this.#r.entryFilter,e)&&this._emitEntry(e),e.dirent.isDirectory()&&En.isAppliedFilter(this.#r.deepFilter,e)&&this.#s(n,r===void 0?void 0:e.path)}};os.AsyncReader=ga});var Vp=C(us=>{"use strict";l();Object.defineProperty(us,"__esModule",{value:!0});us.SyncReader=void 0;var yn=Da(),Ea=class{#e;#t;#n=new Set;#r=[];constructor(e,r){this.#e=e,this.#t=r}read(e){let r=yn.replacePathSegmentSeparator(e,this.#t.pathSegmentSeparator);return this.#i(r,this.#t.basePath),this.#s(),this.#r}#i(e,r){this.#n.add({directory:e,base:r})}#s(){for(let e of this.#n.values())this.#o(e.directory,e.base)}#o(e,r){try{let n=this.#e.scandirSync(e,this.#t.fsScandirSettings);for(let i of n)this.#a(i,r)}catch(n){this.#u(n)}}#u(e){if(yn.isFatalError(this.#t,e))throw e}#a(e,r){let n=e.path;r!==void 0&&(e.path=yn.joinPathSegments(r,e.name,this.#t.pathSegmentSeparator)),yn.isAppliedFilter(this.#t.entryFilter,e)&&this.#l(e),e.dirent.isDirectory()&&yn.isAppliedFilter(this.#t.deepFilter,e)&&this.#i(n,r===void 0?void 0:e.path)}#l(e){this.#r.push(e)}};us.SyncReader=Ea});var Kp=C(Pt=>{"use strict";l();var MF=Pt&&Pt.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),zp=Pt&&Pt.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&MF(e,t,r)};Object.defineProperty(Pt,"__esModule",{value:!0});zp(Wp(),Pt);zp(Vp(),Pt)});var Xp=C(as=>{"use strict";l();Object.defineProperty(as,"__esModule",{value:!0});as.FileSystemAdapter=void 0;var Yp=fa(),ya=class{scandir=Yp.scandir;scandirSync=Yp.scandirSync};as.FileSystemAdapter=ya});var Jp=C(Nt=>{"use strict";l();Object.defineProperty(Nt,"__esModule",{value:!0});Nt.walkStream=Nt.walkSync=Nt.walk=void 0;var xa=mp(),Zp=da(),ba=Kp(),HF=Xp(),_a=new HF.FileSystemAdapter;function UF(t,e,r){let n=typeof e=="function",i=n?e:r,s=n?ls():ls(e),o=new ba.AsyncReader(_a,s);new xa.AsyncProvider(o).read(t,i)}Nt.walk=UF;function jF(t,e){let r=ls(e),n=new ba.SyncReader(_a,r);return new xa.SyncProvider(n).read(t)}Nt.walkSync=jF;function qF(t,e){let r=ls(e),n=new ba.AsyncReader(_a,r);return new xa.StreamProvider(n).read(t)}Nt.walkStream=qF;function ls(t={}){return t instanceof Zp.Settings?t:new Zp.Settings(t)}});var Qp=C(rt=>{"use strict";l();Object.defineProperty(rt,"__esModule",{value:!0});rt.Settings=rt.walkSync=rt.walkStream=rt.walk=void 0;var Ca=Jp();Object.defineProperty(rt,"walk",{enumerable:!0,get:function(){return Ca.walk}});Object.defineProperty(rt,"walkStream",{enumerable:!0,get:function(){return Ca.walkStream}});Object.defineProperty(rt,"walkSync",{enumerable:!0,get:function(){return Ca.walkSync}});var GF=da();Object.defineProperty(rt,"Settings",{enumerable:!0,get:function(){return GF.Settings}})});var lD=C((VB,aD)=>{"use strict";l();function eD(t){return Array.isArray(t)?t:[t]}var iD="",tD=" ",Fa="\\",WF=/^\s+$/,VF=/(?:[^\\]|^)\\$/,zF=/^\\!/,KF=/^\\#/,YF=/\r?\n/g,XF=/^\.*\/|^\.+$/,wa="/",sD="node-ignore";typeof Symbol<"u"&&(sD=Symbol.for("node-ignore"));var rD=sD,ZF=(t,e,r)=>Object.defineProperty(t,e,{value:r}),JF=/([0-z])-([0-z])/g,oD=()=>!1,QF=t=>t.replace(JF,(e,r,n)=>r.charCodeAt(0)<=n.charCodeAt(0)?e:iD),ew=t=>{let{length:e}=t;return t.slice(0,e-e%2)},tw=[[/\\?\s+$/,t=>t.indexOf("\\")===0?tD:iD],[/\\\s/g,()=>tD],[/[\\$.|*+(){^]/g,t=>`\\${t}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(t,e,r)=>e+6<r.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(t,e,r)=>{let n=r.replace(/\\\*/g,"[^\\/]*");return e+n}],[/\\\\\\(?=[$.|*+(){^])/g,()=>Fa],[/\\\\/g,()=>Fa],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(t,e,r,n,i)=>e===Fa?`\\[${r}${ew(n)}${i}`:i==="]"&&n.length%2===0?`[${QF(r)}${n}]`:"[]"],[/(?:[^*])$/,t=>/\/$/.test(t)?`${t}$`:`${t}(?=$|\\/$)`],[/(\^|\\\/)?\\\*$/,(t,e)=>`${e?`${e}[^/]+`:"[^/]*"}(?=$|\\/$)`]],nD=Object.create(null),rw=(t,e)=>{let r=nD[t];return r||(r=tw.reduce((n,i)=>n.replace(i[0],i[1].bind(t)),t),nD[t]=r),e?new RegExp(r,"i"):new RegExp(r)},Aa=t=>typeof t=="string",nw=t=>t&&Aa(t)&&!WF.test(t)&&!VF.test(t)&&t.indexOf("#")!==0,iw=t=>t.split(YF),Sa=class{constructor(e,r,n,i){this.origin=e,this.pattern=r,this.negative=n,this.regex=i}},sw=(t,e)=>{let r=t,n=!1;t.indexOf("!")===0&&(n=!0,t=t.substr(1)),t=t.replace(zF,"!").replace(KF,"#");let i=rw(t,e);return new Sa(r,t,n,i)},ow=(t,e)=>{throw new e(t)},mt=(t,e,r)=>Aa(t)?t?mt.isNotRelative(t)?r(`path should be a \`path.relative()\`d string, but got "${e}"`,RangeError):!0:r("path must not be empty",TypeError):r(`path must be a string, but got \`${e}\``,TypeError),uD=t=>XF.test(t);mt.isNotRelative=uD;mt.convert=t=>t;var va=class{constructor({ignorecase:e=!0,ignoreCase:r=e,allowRelativePaths:n=!1}={}){ZF(this,rD,!0),this._rules=[],this._ignoreCase=r,this._allowRelativePaths=n,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}_addPattern(e){if(e&&e[rD]){this._rules=this._rules.concat(e._rules),this._added=!0;return}if(nw(e)){let r=sw(e,this._ignoreCase);this._added=!0,this._rules.push(r)}}add(e){return this._added=!1,eD(Aa(e)?iw(e):e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_testOne(e,r){let n=!1,i=!1;return this._rules.forEach(s=>{let{negative:o}=s;if(i===o&&n!==i||o&&!n&&!i&&!r)return;s.regex.test(e)&&(n=!o,i=o)}),{ignored:n,unignored:i}}_test(e,r,n,i){let s=e&&mt.convert(e);return mt(s,e,this._allowRelativePaths?oD:ow),this._t(s,r,n,i)}_t(e,r,n,i){if(e in r)return r[e];if(i||(i=e.split(wa)),i.pop(),!i.length)return r[e]=this._testOne(e,n);let s=this._t(i.join(wa)+wa,r,n,i);return r[e]=s.ignored?s:this._testOne(e,n)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return eD(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}},cs=t=>new va(t),uw=t=>mt(t&&mt.convert(t),t,oD);cs.isPathValid=uw;cs.default=cs;aD.exports=cs;if(typeof process<"u"&&(process.env&&process.env.IGNORE_TEST_WIN32||process.platform==="win32")){let t=r=>/^\\\\\?\\/.test(r)||/["<>|\u0000-\u001F]+/u.test(r)?r:r.replace(/\\/g,"/");mt.convert=t;let e=/^[a-z]:\//i;mt.isNotRelative=r=>e.test(r)||uD(r)}});var SD=C((Es,Fn)=>{"use strict";l();(function(){"use strict";var t={function:!0,object:!0},e=t[typeof window]&&window||this,r=e,n=t[typeof Es]&&Es,i=t[typeof Fn]&&Fn&&!Fn.nodeType&&Fn,s=n&&i&&typeof global=="object"&&global;s&&(s.global===s||s.window===s||s.self===s)&&(e=s);var o=Math.pow(2,53)-1,u=/\bOpera/,a=this,c=Object.prototype,f=c.hasOwnProperty,p=c.toString;function m(F){return F=String(F),F.charAt(0).toUpperCase()+F.slice(1)}function y(F,A,N){var I={"10.0":"10","6.4":"10 Technical Preview","6.3":"8.1","6.2":"8","6.1":"Server 2008 R2 / 7","6.0":"Server 2008 / Vista","5.2":"Server 2003 / XP 64-bit","5.1":"XP","5.01":"2000 SP1","5.0":"2000","4.0":"NT","4.90":"ME"};return A&&N&&/^Win/i.test(F)&&!/^Windows Phone /i.test(F)&&(I=I[/[\d.]+$/.exec(F)])&&(F="Windows "+I),F=String(F),A&&N&&(F=F.replace(RegExp(A,"i"),N)),F=O(F.replace(/ ce$/i," CE").replace(/\bhpw/i,"web").replace(/\bMacintosh\b/,"Mac OS").replace(/_PowerPC\b/i," OS").replace(/\b(OS X) [^ \d]+/i,"$1").replace(/\bMac (OS X)\b/,"$1").replace(/\/(\d)/," $1").replace(/_/g,".").replace(/(?: BePC|[ .]*fc[ \d.]+)$/i,"").replace(/\bx86\.64\b/gi,"x86_64").replace(/\b(Windows Phone) OS\b/,"$1").replace(/\b(Chrome OS \w+) [\d.]+\b/,"$1").split(" on ")[0]),F}function _(F,A){var N=-1,I=F?F.length:0;if(typeof I=="number"&&I>-1&&I<=o)for(;++N<I;)A(F[N],N,F);else k(F,A)}function O(F){return F=$(F),/^(?:webOS|i(?:OS|P))/.test(F)?F:m(F)}function k(F,A){for(var N in F)f.call(F,N)&&A(F[N],N,F)}function H(F){return F==null?m(F):p.call(F).slice(8,-1)}function q(F,A){var N=F!=null?typeof F[A]:"number";return!/^(?:boolean|number|string|undefined)$/.test(N)&&(N=="object"?!!F[A]:!0)}function j(F){return String(F).replace(/([ -])(?!$)/g,"$1?")}function T(F,A){var N=null;return _(F,function(I,V){N=A(N,I,V,F)}),N}function $(F){return String(F).replace(/^ +| +$/g,"")}function R(F){var A=e,N=F&&typeof F=="object"&&H(F)!="String";N&&(A=F,F=null);var I=A.navigator||{},V=I.userAgent||"";F||(F=V);var G=N||a==r,Z=N?!!I.likeChrome:/\bChrome\b/.test(F)&&!/internal|\n/i.test(p.toString()),te="Object",He=N?te:"ScriptBridgingProxyObject",at=N?te:"Environment",lt=N&&A.java?"JavaPackage":H(A.java),li=N?te:"RuntimeObject",ct=/\bJava/.test(lt)&&A.java,Ve=ct&&H(A.environment)==at,Yt=ct?"a":"\u03B1",ft=ct?"b":"\u03B2",mr=A.document||{},Ue=A.operamini||A.opera,vt=u.test(vt=N&&Ue?Ue["[[Class]]"]:H(Ue))?vt:Ue=null,x,ht=F,X=[],Xt=null,je=F==V,U=je&&Ue&&typeof Ue.version=="function"&&Ue.version(),Qr,Q=ci([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"]),B=So(["Adobe AIR","Arora","Avant Browser","Breach","Camino","Electron","Epiphany","Fennec","Flock","Galeon","GreenBrowser","iCab","Iceweasel","K-Meleon","Konqueror","Lunascape","Maxthon",{label:"Microsoft Edge",pattern:"(?:Edge|Edg|EdgA|EdgiOS)"},"Midori","Nook Browser","PaleMoon","PhantomJS","Raven","Rekonq","RockMelt",{label:"Samsung Internet",pattern:"SamsungBrowser"},"SeaMonkey",{label:"Silk",pattern:"(?:Cloud9|Silk-Accelerated)"},"Sleipnir","SlimBrowser",{label:"SRWare Iron",pattern:"Iron"},"Sunrise","Swiftfox","Vivaldi","Waterfox","WebPositive",{label:"Yandex Browser",pattern:"YaBrowser"},{label:"UC Browser",pattern:"UCBrowser"},"Opera Mini",{label:"Opera Mini",pattern:"OPiOS"},"Opera",{label:"Opera",pattern:"OPR"},"Chromium","Chrome",{label:"Chrome",pattern:"(?:HeadlessChrome)"},{label:"Chrome Mobile",pattern:"(?:CriOS|CrMo)"},{label:"Firefox",pattern:"(?:Firefox|Minefield)"},{label:"Firefox for iOS",pattern:"FxiOS"},{label:"IE",pattern:"IEMobile"},{label:"IE",pattern:"MSIE"},"Safari"]),Y=Qe([{label:"BlackBerry",pattern:"BB10"},"BlackBerry",{label:"Galaxy S",pattern:"GT-I9000"},{label:"Galaxy S2",pattern:"GT-I9100"},{label:"Galaxy S3",pattern:"GT-I9300"},{label:"Galaxy S4",pattern:"GT-I9500"},{label:"Galaxy S5",pattern:"SM-G900"},{label:"Galaxy S6",pattern:"SM-G920"},{label:"Galaxy S6 Edge",pattern:"SM-G925"},{label:"Galaxy S7",pattern:"SM-G930"},{label:"Galaxy S7 Edge",pattern:"SM-G935"},"Google TV","Lumia","iPad","iPod","iPhone","Kindle",{label:"Kindle Fire",pattern:"(?:Cloud9|Silk-Accelerated)"},"Nexus","Nook","PlayBook","PlayStation Vita","PlayStation","TouchPad","Transformer",{label:"Wii U",pattern:"WiiU"},"Wii","Xbox One",{label:"Xbox 360",pattern:"Xbox"},"Xoom"]),he=fi({Apple:{iPad:1,iPhone:1,iPod:1},Alcatel:{},Archos:{},Amazon:{Kindle:1,"Kindle Fire":1},Asus:{Transformer:1},"Barnes & Noble":{Nook:1},BlackBerry:{PlayBook:1},Google:{"Google TV":1,Nexus:1},HP:{TouchPad:1},HTC:{},Huawei:{},Lenovo:{},LG:{},Microsoft:{Xbox:1,"Xbox One":1},Motorola:{Xoom:1},Nintendo:{"Wii U":1,Wii:1},Nokia:{Lumia:1},Oppo:{},Samsung:{"Galaxy S":1,"Galaxy S2":1,"Galaxy S3":1,"Galaxy S4":1},Sony:{PlayStation:1,"PlayStation Vita":1},Xiaomi:{Mi:1,Redmi:1}}),P=W(["Windows Phone","KaiOS","Android","CentOS",{label:"Chrome OS",pattern:"CrOS"},"Debian",{label:"DragonFly BSD",pattern:"DragonFly"},"Fedora","FreeBSD","Gentoo","Haiku","Kubuntu","Linux Mint","OpenBSD","Red Hat","SuSE","Ubuntu","Xubuntu","Cygwin","Symbian OS","hpwOS","webOS ","webOS","Tablet OS","Tizen","Linux","Mac OS X","Macintosh","Mac","Windows 98;","Windows "]);function ci(g){return T(g,function(b,E){return b||RegExp("\\b"+(E.pattern||j(E))+"\\b","i").exec(F)&&(E.label||E)})}function fi(g){return T(g,function(b,E,w){return b||(E[Y]||E[/^[a-z]+(?: +[a-z]+\b)*/i.exec(Y)]||RegExp("\\b"+j(w)+"(?:\\b|\\w*\\d)","i").exec(F))&&w})}function So(g){return T(g,function(b,E){return b||RegExp("\\b"+(E.pattern||j(E))+"\\b","i").exec(F)&&(E.label||E)})}function W(g){return T(g,function(b,E){var w=E.pattern||j(E);return!b&&(b=RegExp("\\b"+w+"(?:/[\\d.]+|[ \\w.]*)","i").exec(F))&&(b=y(b,w,E.label||E)),b})}function Qe(g){return T(g,function(b,E){var w=E.pattern||j(E);return!b&&(b=RegExp("\\b"+w+" *\\d+[.\\w_]*","i").exec(F)||RegExp("\\b"+w+" *\\w+-[\\w]*","i").exec(F)||RegExp("\\b"+w+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(F))&&((b=String(E.label&&!RegExp(w,"i").test(E.label)?E.label:b).split("/"))[1]&&!/[\d.]+/.test(b[0])&&(b[0]+=" "+b[1]),E=E.label||E,b=O(b[0].replace(RegExp(w,"i"),E).replace(RegExp("; *(?:"+E+"[_-])?","i")," ").replace(RegExp("("+E+")[-_.]?(\\w)","i"),"$1 $2"))),b})}function h(g){return T(g,function(b,E){return b||(RegExp(E+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(F)||0)[1]||null})}function d(){return this.description||""}if(Q&&(Q=[Q]),/\bAndroid\b/.test(P)&&!Y&&(x=/\bAndroid[^;]*;(.*?)(?:Build|\) AppleWebKit)\b/i.exec(F))&&(Y=$(x[1]).replace(/^[a-z]{2}-[a-z]{2};\s*/i,"")||null),he&&!Y?Y=Qe([he]):he&&Y&&(Y=Y.replace(RegExp("^("+j(he)+")[-_.\\s]","i"),he+" ").replace(RegExp("^("+j(he)+")[-_.]?(\\w)","i"),he+" $2")),(x=/\bGoogle TV\b/.exec(Y))&&(Y=x[0]),/\bSimulator\b/i.test(F)&&(Y=(Y?Y+" ":"")+"Simulator"),B=="Opera Mini"&&/\bOPiOS\b/.test(F)&&X.push("running in Turbo/Uncompressed mode"),B=="IE"&&/\blike iPhone OS\b/.test(F)?(x=R(F.replace(/like iPhone OS/,"")),he=x.manufacturer,Y=x.product):/^iP/.test(Y)?(B||(B="Safari"),P="iOS"+((x=/ OS ([\d_]+)/i.exec(F))?" "+x[1].replace(/_/g,"."):"")):B=="Konqueror"&&/^Linux\b/i.test(P)?P="Kubuntu":he&&he!="Google"&&(/Chrome/.test(B)&&!/\bMobile Safari\b/i.test(F)||/\bVita\b/.test(Y))||/\bAndroid\b/.test(P)&&/^Chrome/.test(B)&&/\bVersion\//i.test(F)?(B="Android Browser",P=/\bAndroid\b/.test(P)?P:"Android"):B=="Silk"?(/\bMobi/i.test(F)||(P="Android",X.unshift("desktop mode")),/Accelerated *= *true/i.test(F)&&X.unshift("accelerated")):B=="UC Browser"&&/\bUCWEB\b/.test(F)?X.push("speed mode"):B=="PaleMoon"&&(x=/\bFirefox\/([\d.]+)\b/.exec(F))?X.push("identifying as Firefox "+x[1]):B=="Firefox"&&(x=/\b(Mobile|Tablet|TV)\b/i.exec(F))?(P||(P="Firefox OS"),Y||(Y=x[1])):!B||(x=!/\bMinefield\b/i.test(F)&&/\b(?:Firefox|Safari)\b/.exec(B))?(B&&!Y&&/[\/,]|^[^(]+?\)/.test(F.slice(F.indexOf(x+"/")+8))&&(B=null),(x=Y||he||P)&&(Y||he||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(P))&&(B=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(P)?P:x)+" Browser")):B=="Electron"&&(x=(/\bChrome\/([\d.]+)\b/.exec(F)||0)[1])&&X.push("Chromium "+x),U||(U=h(["(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)","Version",j(B),"(?:Firefox|Minefield|NetFront)"])),(x=Q=="iCab"&&parseFloat(U)>3&&"WebKit"||/\bOpera\b/.test(B)&&(/\bOPR\b/.test(F)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(F)&&!/^(?:Trident|EdgeHTML)$/.test(Q)&&"WebKit"||!Q&&/\bMSIE\b/i.test(F)&&(P=="Mac OS"?"Tasman":"Trident")||Q=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test(B)&&"NetFront")&&(Q=[x]),B=="IE"&&(x=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(F)||0)[1])?(B+=" Mobile",P="Windows Phone "+(/\+$/.test(x)?x:x+".x"),X.unshift("desktop mode")):/\bWPDesktop\b/i.test(F)?(B="IE Mobile",P="Windows Phone 8.x",X.unshift("desktop mode"),U||(U=(/\brv:([\d.]+)/.exec(F)||0)[1])):B!="IE"&&Q=="Trident"&&(x=/\brv:([\d.]+)/.exec(F))&&(B&&X.push("identifying as "+B+(U?" "+U:"")),B="IE",U=x[1]),je){if(q(A,"global"))if(ct&&(x=ct.lang.System,ht=x.getProperty("os.arch"),P=P||x.getProperty("os.name")+" "+x.getProperty("os.version")),Ve){try{U=A.require("ringo/engine").version.join("."),B="RingoJS"}catch{(x=A.system)&&x.global.system==A.system&&(B="Narwhal",P||(P=x[0].os||null))}B||(B="Rhino")}else typeof A.process=="object"&&!A.process.browser&&(x=A.process)&&(typeof x.versions=="object"&&(typeof x.versions.electron=="string"?(X.push("Node "+x.versions.node),B="Electron",U=x.versions.electron):typeof x.versions.nw=="string"&&(X.push("Chromium "+U,"Node "+x.versions.node),B="NW.js",U=x.versions.nw)),B||(B="Node.js",ht=x.arch,P=x.platform,U=/[\d.]+/.exec(x.version),U=U?U[0]:null));else H(x=A.runtime)==He?(B="Adobe AIR",P=x.flash.system.Capabilities.os):H(x=A.phantom)==li?(B="PhantomJS",U=(x=x.version||null)&&x.major+"."+x.minor+"."+x.patch):typeof mr.documentMode=="number"&&(x=/\bTrident\/(\d+)/i.exec(F))?(U=[U,mr.documentMode],(x=+x[1]+4)!=U[1]&&(X.push("IE "+U[1]+" mode"),Q&&(Q[1]=""),U[1]=x),U=B=="IE"?String(U[1].toFixed(1)):U[0]):typeof mr.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(B)&&(X.push("masking as "+B+" "+U),B="IE",U="11.0",Q=["Trident"],P="Windows");P=P&&O(P)}if(U&&(x=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(U)||/(?:alpha|beta)(?: ?\d)?/i.exec(F+";"+(je&&I.appMinorVersion))||/\bMinefield\b/i.test(F)&&"a")&&(Xt=/b/i.test(x)?"beta":"alpha",U=U.replace(RegExp(x+"\\+?$"),"")+(Xt=="beta"?ft:Yt)+(/\d+\+?/.exec(x)||"")),B=="Fennec"||B=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(P))B="Firefox Mobile";else if(B=="Maxthon"&&U)U=U.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(Y))Y=="Xbox 360"&&(P=null),Y=="Xbox 360"&&/\bIEMobile\b/.test(F)&&X.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test(B)||B&&!Y&&!/Browser|Mobi/.test(B))&&(P=="Windows CE"||/Mobi/i.test(F)))B+=" Mobile";else if(B=="IE"&&je)try{A.external===null&&X.unshift("platform preview")}catch{X.unshift("embedded")}else(/\bBlackBerry\b/.test(Y)||/\bBB10\b/.test(F))&&(x=(RegExp(Y.replace(/ +/g," *")+"/([.\\d]+)","i").exec(F)||0)[1]||U)?(x=[x,/BB10/.test(F)],P=(x[1]?(Y=null,he="BlackBerry"):"Device Software")+" "+x[0],U=null):this!=k&&Y!="Wii"&&(je&&Ue||/Opera/.test(B)&&/\b(?:MSIE|Firefox)\b/i.test(F)||B=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(P)||B=="IE"&&(P&&!/^Win/.test(P)&&U>5.5||/\bWindows XP\b/.test(P)&&U>8||U==8&&!/\bTrident\b/.test(F)))&&!u.test(x=R.call(k,F.replace(u,"")+";"))&&x.name&&(x="ing as "+x.name+((x=x.version)?" "+x:""),u.test(B)?(/\bIE\b/.test(x)&&P=="Mac OS"&&(P=null),x="identify"+x):(x="mask"+x,vt?B=O(vt.replace(/([a-z])([A-Z])/g,"$1 $2")):B="Opera",/\bIE\b/.test(x)&&(P=null),je||(U=null)),Q=["Presto"],X.push(x));(x=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(F)||0)[1])&&(x=[parseFloat(x.replace(/\.(\d)$/,".0$1")),x],B=="Safari"&&x[1].slice(-1)=="+"?(B="WebKit Nightly",Xt="alpha",U=x[1].slice(0,-1)):(U==x[1]||U==(x[2]=(/\bSafari\/([\d.]+\+?)/i.exec(F)||0)[1]))&&(U=null),x[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(F)||0)[1],x[0]==537.36&&x[2]==537.36&&parseFloat(x[1])>=28&&Q=="WebKit"&&(Q=["Blink"]),!je||!Z&&!x[1]?(Q&&(Q[1]="like Safari"),x=(x=x[0],x<400?1:x<500?2:x<526?3:x<533?4:x<534?"4+":x<535?5:x<537?6:x<538?7:x<601?8:x<602?9:x<604?10:x<606?11:x<608?12:"12")):(Q&&(Q[1]="like Chrome"),x=x[1]||(x=x[0],x<530?1:x<532?2:x<532.05?3:x<533?4:x<534.03?5:x<534.07?6:x<534.1?7:x<534.13?8:x<534.16?9:x<534.24?10:x<534.3?11:x<535.01?12:x<535.02?"13+":x<535.07?15:x<535.11?16:x<535.19?17:x<536.05?18:x<536.1?19:x<537.01?20:x<537.11?"21+":x<537.13?23:x<537.18?24:x<537.24?25:x<537.36?26:Q!="Blink"?"27":"28")),Q&&(Q[1]+=" "+(x+=typeof x=="number"?".x":/[.+]/.test(x)?"":"+")),B=="Safari"&&(!U||parseInt(U)>45)?U=x:B=="Chrome"&&/\bHeadlessChrome/i.test(F)&&X.unshift("headless")),B=="Opera"&&(x=/\bzbov|zvav$/.exec(P))?(B+=" ",X.unshift("desktop mode"),x=="zvav"?(B+="Mini",U=null):B+="Mobile",P=P.replace(RegExp(" *"+x+"$"),"")):B=="Safari"&&/\bChrome\b/.exec(Q&&Q[1])?(X.unshift("desktop mode"),B="Chrome Mobile",U=null,/\bOS X\b/.test(P)?(he="Apple",P="iOS 4.3+"):P=null):/\bSRWare Iron\b/.test(B)&&!U&&(U=h("Chrome")),U&&U.indexOf(x=/[\d.]+$/.exec(P))==0&&F.indexOf("/"+x+"-")>-1&&(P=$(P.replace(x,""))),P&&P.indexOf(B)!=-1&&!RegExp(B+" OS").test(P)&&(P=P.replace(RegExp(" *"+j(B)+" *"),"")),Q&&!/\b(?:Avant|Nook)\b/.test(B)&&(/Browser|Lunascape|Maxthon/.test(B)||B!="Safari"&&/^iOS/.test(P)&&/\bSafari\b/.test(Q[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(B)&&Q[1])&&(x=Q[Q.length-1])&&X.push(x),X.length&&(X=["("+X.join("; ")+")"]),he&&Y&&Y.indexOf(he)<0&&X.push("on "+he),Y&&X.push((/^on /.test(X[X.length-1])?"":"on ")+Y),P&&(x=/ ([\d.+]+)$/.exec(P),Qr=x&&P.charAt(P.length-x[0].length-1)=="/",P={architecture:32,family:x&&!Qr?P.replace(x[0],""):P,version:x?x[1]:null,toString:function(){var g=this.version;return this.family+(g&&!Qr?" "+g:"")+(this.architecture==64?" 64-bit":"")}}),(x=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(ht))&&!/\bi686\b/i.test(ht)?(P&&(P.architecture=64,P.family=P.family.replace(RegExp(" *"+x),"")),B&&(/\bWOW64\b/i.test(F)||je&&/\w(?:86|32)$/.test(I.cpuClass||I.platform)&&!/\bWin64; x64\b/i.test(F))&&X.unshift("32-bit")):P&&/^OS X/.test(P.family)&&B=="Chrome"&&parseFloat(U)>=39&&(P.architecture=64),F||(F=null);var D={};return D.description=F,D.layout=Q&&Q[0],D.manufacturer=he,D.name=B,D.prerelease=Xt,D.product=Y,D.ua=F,D.version=B&&U,D.os=P||{architecture:null,family:null,version:null,toString:function(){return"null"}},D.parse=R,D.toString=d,D.version&&X.unshift(U),D.name&&X.unshift(B),P&&B&&!(P==String(P).split(" ")[0]&&(P==B.split(" ")[0]||Y))&&X.push(Y?"("+P+")":"on "+P),X.length&&(D.description=X.join(" ")),D}var L=R();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(e.platform=L,define(function(){return L})):n&&i?k(L,function(F,A){n[A]=F}):e.platform=L}).call(Es)});var RD=C((Lk,OD)=>{"use strict";l();OD.exports=function(t,e){if(typeof t!="string")throw new TypeError("expected path to be a string");if(t==="\\"||t==="/")return"/";var r=t.length;if(r<=1)return t;var n="";if(r>4&&t[3]==="\\"){var i=t[2];(i==="?"||i===".")&&t.slice(0,2)==="\\\\"&&(t=t.slice(2),n="//")}var s=t.split(/[/\\]+/);return e!==!1&&s[s.length-1]===""&&s.pop(),n+s.join("/")}});var kD=C((nL,ND)=>{"use strict";l();var t2=require("crypto");ND.exports=function(){return t2.randomBytes(16)}});var MD=C((sL,$D)=>{"use strict";l();var LD=[];for(Tn=0;Tn<256;++Tn)LD[Tn]=(Tn+256).toString(16).substr(1);var Tn;function r2(t,e){var r=e||0,n=LD;return[n[t[r++]],n[t[r++]],n[t[r++]],n[t[r++]],"-",n[t[r++]],n[t[r++]],"-",n[t[r++]],n[t[r++]],"-",n[t[r++]],n[t[r++]],"-",n[t[r++]],n[t[r++]],n[t[r++]],n[t[r++]],n[t[r++]],n[t[r++]]].join("")}$D.exports=r2});var jD=C((uL,UD)=>{"use strict";l();var n2=kD(),i2=MD(),HD,Ia,Pa=0,Na=0;function s2(t,e,r){var n=e&&r||0,i=e||[];t=t||{};var s=t.node||HD,o=t.clockseq!==void 0?t.clockseq:Ia;if(s==null||o==null){var u=n2();s==null&&(s=HD=[u[0]|1,u[1],u[2],u[3],u[4],u[5]]),o==null&&(o=Ia=(u[6]<<8|u[7])&16383)}var a=t.msecs!==void 0?t.msecs:new Date().getTime(),c=t.nsecs!==void 0?t.nsecs:Na+1,f=a-Pa+(c-Na)/1e4;if(f<0&&t.clockseq===void 0&&(o=o+1&16383),(f<0||a>Pa)&&t.nsecs===void 0&&(c=0),c>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Pa=a,Na=c,Ia=o,a+=122192928e5;var p=((a&268435455)*1e4+c)%4294967296;i[n++]=p>>>24&255,i[n++]=p>>>16&255,i[n++]=p>>>8&255,i[n++]=p&255;var m=a/4294967296*1e4&268435455;i[n++]=m>>>8&255,i[n++]=m&255,i[n++]=m>>>24&15|16,i[n++]=m>>>16&255,i[n++]=o>>>8|128,i[n++]=o&255;for(var y=0;y<6;++y)i[n+y]=s[y];return e||i2(i)}UD.exports=s2});var rr=C((lL,qD)=>{"use strict";l();qD.exports={BINARY_TYPES:["nodebuffer","arraybuffer","fragments"],GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),EMPTY_BUFFER:Buffer.alloc(0),NOOP:()=>{}}});var sm=C((fL,im)=>{"use strict";l();var zD=require("fs"),Et=require("path"),KD=require("os"),YD=typeof __webpack_require__=="function"?__non_webpack_require__:require,o2=process.config&&process.config.variables||{},u2=!!process.env.PREBUILDS_ONLY,GD=process.versions.modules,ka=c2()?"electron":l2()?"node-webkit":"node",La=process.env.npm_config_arch||KD.arch(),$a=process.env.npm_config_platform||KD.platform(),XD=process.env.LIBC||(f2($a)?"musl":"glibc"),Ma=process.env.ARM_VERSION||(La==="arm64"?"8":o2.arm_version)||"",ZD=(process.versions.uv||"").split(".")[0];im.exports=it;function it(t){return YD(it.resolve(t))}it.resolve=it.path=function(t){t=Et.resolve(t||".");try{var e=YD(Et.join(t,"package.json")).name.toUpperCase().replace(/-/g,"_");process.env[e+"_PREBUILD"]&&(t=process.env[e+"_PREBUILD"])}catch{}if(!u2){var r=WD(Et.join(t,"build/Release"),VD);if(r)return r;var n=WD(Et.join(t,"build/Debug"),VD);if(n)return n}var i=u(t);if(i)return i;var s=u(Et.dirname(process.execPath));if(s)return s;var o=["platform="+$a,"arch="+La,"runtime="+ka,"abi="+GD,"uv="+ZD,Ma?"armv="+Ma:"","libc="+XD,"node="+process.versions.node,process.versions.electron?"electron="+process.versions.electron:"",typeof __webpack_require__=="function"?"webpack=true":""].filter(Boolean).join(" ");throw new Error("No native build was found for "+o+`
32
27
  loaded from: `+t+`
33
- `);function l(d){var c=Nu(ka.join(d,"prebuilds")).map(f8),f=c.filter(h8(Bu,Ru)).sort(D8)[0];if(f){var v=ka.join(d,"prebuilds",f.name),h=Nu(v).map(v8),D=h.filter(b8(Au,s8)),g=D.sort(g8(Au))[0];if(g)return ka.join(v,g.file)}}};function Nu(t){try{return d8.readdirSync(t)}catch{return[]}}function o8(t,e){var a=Nu(t).filter(e);return a[0]&&ka.join(t,a[0])}function p8(t){return/\.node$/.test(t)}function f8(t){var e=t.split("-");if(e.length===2){var a=e[0],i=e[1].split("+");if(a&&i.length&&i.every(Boolean))return{name:t,platform:a,architectures:i}}}function h8(t,e){return function(a){return a==null||a.platform!==t?!1:a.architectures.includes(e)}}function D8(t,e){return t.architectures.length-e.architectures.length}function v8(t){var e=t.split("."),a=e.pop(),i={file:t,specificity:0};if(a==="node"){for(var r=0;r<e.length;r++){var n=e[r];if(n==="node"||n==="electron"||n==="node-webkit")i.runtime=n;else if(n==="napi")i.napi=!0;else if(n.slice(0,3)==="abi")i.abi=n.slice(3);else if(n.slice(0,2)==="uv")i.uv=n.slice(2);else if(n.slice(0,4)==="armv")i.armv=n.slice(4);else if(n==="glibc"||n==="musl")i.libc=n;else continue;i.specificity++}return i}}function b8(t,e){return function(a){return!(a==null||a.runtime!==t&&!Dw(a)||a.abi!==e&&!a.napi||a.uv&&a.uv!==m8||a.armv&&a.armv!==ku||a.libc&&a.libc!==c8)}}function Dw(t){return t.runtime==="node"&&t.napi}function g8(t){return function(e,a){return e.runtime!==a.runtime?e.runtime===t?-1:1:e.abi!==a.abi?e.abi?-1:1:e.specificity!==a.specificity?e.specificity>a.specificity?-1:1:0}}function vw(){return!!(process.versions&&process.versions.nw)}function bw(){return process.versions&&process.versions.electron||process.env.ELECTRON_RUN_AS_NODE?!0:typeof window<"u"&&window.process&&window.process.type==="renderer"}function gw(t){return t==="linux"&&d8.existsSync("/etc/alpine-release")}oa.parseTags=v8;oa.matchTags=b8;oa.compareTags=g8;oa.parseTuple=f8;oa.matchTuple=h8;oa.compareTuples=D8});var Pu=R((qL,Ou)=>{u();typeof process.addon=="function"?Ou.exports=process.addon.bind(process):Ou.exports=x8()});var y8=R((VL,w8)=>{"use strict";u();var _w=(t,e,a,i,r)=>{for(var n=0;n<r;n++)a[i+n]=t[n]^e[n&3]},xw=(t,e)=>{let a=t.length;for(var i=0;i<a;i++)t[i]^=e[i&3]};w8.exports={mask:_w,unmask:xw}});var S8=R((WL,Lu)=>{"use strict";u();try{Lu.exports=Pu()(__dirname)}catch{Lu.exports=y8()}});var ns=R((zL,Iu)=>{"use strict";u();var{EMPTY_BUFFER:ww}=Hi();function E8(t,e){if(t.length===0)return ww;if(t.length===1)return t[0];let a=Buffer.allocUnsafe(e),i=0;for(let r=0;r<t.length;r++){let n=t[r];a.set(n,i),i+=n.length}return i<e?a.slice(0,i):a}function C8(t,e,a,i,r){for(let n=0;n<r;n++)a[i+n]=t[n]^e[n&3]}function F8(t,e){let a=t.length;for(let i=0;i<a;i++)t[i]^=e[i&3]}function T8(t){return t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength)}function e1(t){if(e1.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=Buffer.from(t):ArrayBuffer.isView(t)?e=Buffer.from(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),e1.readOnly=!1),e}try{let t=S8(),e=t.BufferUtil||t;Iu.exports={concat:E8,mask(a,i,r,n,o){o<48?C8(a,i,r,n,o):e.mask(a,i,r,n,o)},toArrayBuffer:T8,toBuffer:e1,unmask(a,i){a.length<32?F8(a,i):e.unmask(a,i)}}}catch{Iu.exports={concat:E8,mask:C8,toArrayBuffer:T8,toBuffer:e1,unmask:F8}}});var B8=R((HL,R8)=>{"use strict";u();var A8=Symbol("kDone"),qu=Symbol("kRun"),ju=class{constructor(e){this[A8]=()=>{this.pending--,this[qu]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[qu]()}[qu](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[A8])}}};R8.exports=ju});var ps=R((YL,P8)=>{"use strict";u();var ss=require("zlib"),k8=ns(),yw=B8(),{kStatusCode:N8,NOOP:Sw}=Hi(),Ew=Buffer.from([0,0,255,255]),i1=Symbol("permessage-deflate"),Na=Symbol("total-length"),os=Symbol("callback"),mi=Symbol("buffers"),a1=Symbol("error"),t1,Vu=class{constructor(e,a,i){if(this._maxPayload=i|0,this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._isServer=!!a,this._deflate=null,this._inflate=null,this.params=null,!t1){let r=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;t1=new yw(r)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[os];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let a=this._options,i=e.find(r=>!(a.serverNoContextTakeover===!1&&r.server_no_context_takeover||r.server_max_window_bits&&(a.serverMaxWindowBits===!1||typeof a.serverMaxWindowBits=="number"&&a.serverMaxWindowBits>r.server_max_window_bits)||typeof a.clientMaxWindowBits=="number"&&!r.client_max_window_bits));if(!i)throw new Error("None of the extension offers can be accepted");return a.serverNoContextTakeover&&(i.server_no_context_takeover=!0),a.clientNoContextTakeover&&(i.client_no_context_takeover=!0),typeof a.serverMaxWindowBits=="number"&&(i.server_max_window_bits=a.serverMaxWindowBits),typeof a.clientMaxWindowBits=="number"?i.client_max_window_bits=a.clientMaxWindowBits:(i.client_max_window_bits===!0||a.clientMaxWindowBits===!1)&&delete i.client_max_window_bits,i}acceptAsClient(e){let a=e[0];if(this._options.clientNoContextTakeover===!1&&a.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!a.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(a.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&a.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return a}normalizeParams(e){return e.forEach(a=>{Object.keys(a).forEach(i=>{let r=a[i];if(r.length>1)throw new Error(`Parameter "${i}" must have only a single value`);if(r=r[0],i==="client_max_window_bits"){if(r!==!0){let n=+r;if(!Number.isInteger(n)||n<8||n>15)throw new TypeError(`Invalid value for parameter "${i}": ${r}`);r=n}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${i}": ${r}`)}else if(i==="server_max_window_bits"){let n=+r;if(!Number.isInteger(n)||n<8||n>15)throw new TypeError(`Invalid value for parameter "${i}": ${r}`);r=n}else if(i==="client_no_context_takeover"||i==="server_no_context_takeover"){if(r!==!0)throw new TypeError(`Invalid value for parameter "${i}": ${r}`)}else throw new Error(`Unknown parameter "${i}"`);a[i]=r})}),e}decompress(e,a,i){t1.add(r=>{this._decompress(e,a,(n,o)=>{r(),i(n,o)})})}compress(e,a,i){t1.add(r=>{this._compress(e,a,(n,o)=>{r(),i(n,o)})})}_decompress(e,a,i){let r=this._isServer?"client":"server";if(!this._inflate){let n=`${r}_max_window_bits`,o=typeof this.params[n]!="number"?ss.Z_DEFAULT_WINDOWBITS:this.params[n];this._inflate=ss.createInflateRaw({...this._options.zlibInflateOptions,windowBits:o}),this._inflate[i1]=this,this._inflate[Na]=0,this._inflate[mi]=[],this._inflate.on("error",Fw),this._inflate.on("data",O8)}this._inflate[os]=i,this._inflate.write(e),a&&this._inflate.write(Ew),this._inflate.flush(()=>{let n=this._inflate[a1];if(n){this._inflate.close(),this._inflate=null,i(n);return}let o=k8.concat(this._inflate[mi],this._inflate[Na]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Na]=0,this._inflate[mi]=[],a&&this.params[`${r}_no_context_takeover`]&&this._inflate.reset()),i(null,o)})}_compress(e,a,i){let r=this._isServer?"server":"client";if(!this._deflate){let n=`${r}_max_window_bits`,o=typeof this.params[n]!="number"?ss.Z_DEFAULT_WINDOWBITS:this.params[n];this._deflate=ss.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:o}),this._deflate[Na]=0,this._deflate[mi]=[],this._deflate.on("error",Sw),this._deflate.on("data",Cw)}this._deflate[os]=i,this._deflate.write(e),this._deflate.flush(ss.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let n=k8.concat(this._deflate[mi],this._deflate[Na]);a&&(n=n.slice(0,n.length-4)),this._deflate[os]=null,this._deflate[Na]=0,this._deflate[mi]=[],a&&this.params[`${r}_no_context_takeover`]&&this._deflate.reset(),i(null,n)})}};P8.exports=Vu;function Cw(t){this[mi].push(t),this[Na]+=t.length}function O8(t){if(this[Na]+=t.length,this[i1]._maxPayload<1||this[Na]<=this[i1]._maxPayload){this[mi].push(t);return}this[a1]=new RangeError("Max payload size exceeded"),this[a1].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[a1][N8]=1009,this.removeListener("data",O8),this.reset()}function Fw(t){this[i1]._inflate=null,t[N8]=1007,this[os](t)}});var I8=R((QL,L8)=>{"use strict";u();function Tw(t){let e=t.length,a=0;for(;a<e;)if(!(t[a]&128))a++;else if((t[a]&224)===192){if(a+1===e||(t[a+1]&192)!==128||(t[a]&254)===192)return!1;a+=2}else if((t[a]&240)===224){if(a+2>=e||(t[a+1]&192)!==128||(t[a+2]&192)!==128||t[a]===224&&(t[a+1]&224)===128||t[a]===237&&(t[a+1]&224)===160)return!1;a+=3}else if((t[a]&248)===240){if(a+3>=e||(t[a+1]&192)!==128||(t[a+2]&192)!==128||(t[a+3]&192)!==128||t[a]===240&&(t[a+1]&240)===128||t[a]===244&&t[a+1]>143||t[a]>244)return!1;a+=4}else return!1;return!0}L8.exports=Tw});var q8=R((JL,Mu)=>{"use strict";u();try{Mu.exports=Pu()(__dirname)}catch{Mu.exports=I8()}});var $u=R((eI,Wu)=>{"use strict";u();function j8(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function V8(t){let e=t.length,a=0;for(;a<e;)if(!(t[a]&128))a++;else if((t[a]&224)===192){if(a+1===e||(t[a+1]&192)!==128||(t[a]&254)===192)return!1;a+=2}else if((t[a]&240)===224){if(a+2>=e||(t[a+1]&192)!==128||(t[a+2]&192)!==128||t[a]===224&&(t[a+1]&224)===128||t[a]===237&&(t[a+1]&224)===160)return!1;a+=3}else if((t[a]&248)===240){if(a+3>=e||(t[a+1]&192)!==128||(t[a+2]&192)!==128||(t[a+3]&192)!==128||t[a]===240&&(t[a+1]&240)===128||t[a]===244&&t[a+1]>143||t[a]>244)return!1;a+=4}else return!1;return!0}try{let t=q8();typeof t=="object"&&(t=t.Validation.isValidUTF8),Wu.exports={isValidStatusCode:j8,isValidUTF8(e){return e.length<150?V8(e):t(e)}}}catch{Wu.exports={isValidStatusCode:j8,isValidUTF8:V8}}});var Gu=R((aI,H8)=>{"use strict";u();var{Writable:Aw}=require("stream"),M8=ps(),{BINARY_TYPES:Rw,EMPTY_BUFFER:Bw,kStatusCode:kw,kWebSocket:Nw}=Hi(),{concat:zu,toArrayBuffer:Ow,unmask:Pw}=ns(),{isValidStatusCode:Lw,isValidUTF8:W8}=$u(),ds=0,$8=1,z8=2,U8=3,Uu=4,Iw=5,Hu=class extends Aw{constructor(e,a,i,r){super(),this._binaryType=e||Rw[0],this[Nw]=void 0,this._extensions=a||{},this._isServer=!!i,this._maxPayload=r|0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._state=ds,this._loop=!1}_write(e,a,i){if(this._opcode===8&&this._state==ds)return i();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(i)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let i=this._buffers[0];return this._buffers[0]=i.slice(e),i.slice(0,e)}let a=Buffer.allocUnsafe(e);do{let i=this._buffers[0],r=a.length-e;e>=i.length?a.set(this._buffers.shift(),r):(a.set(new Uint8Array(i.buffer,i.byteOffset,e),r),this._buffers[0]=i.slice(e)),e-=i.length}while(e>0);return a}startLoop(e){let a;this._loop=!0;do switch(this._state){case ds:a=this.getInfo();break;case $8:a=this.getPayloadLength16();break;case z8:a=this.getPayloadLength64();break;case U8:this.getMask();break;case Uu:a=this.getData(e);break;default:this._loop=!1;return}while(this._loop);e(a)}getInfo(){if(this._bufferedBytes<2){this._loop=!1;return}let e=this.consume(2);if(e[0]&48)return this._loop=!1,je(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");let a=(e[0]&64)===64;if(a&&!this._extensions[M8.extensionName])return this._loop=!1,je(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(this._fin=(e[0]&128)===128,this._opcode=e[0]&15,this._payloadLength=e[1]&127,this._opcode===0){if(a)return this._loop=!1,je(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(!this._fragmented)return this._loop=!1,je(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented)return this._loop=!1,je(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");this._compressed=a}else if(this._opcode>7&&this._opcode<11){if(!this._fin)return this._loop=!1,je(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");if(a)return this._loop=!1,je(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(this._payloadLength>125)return this._loop=!1,je(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH")}else return this._loop=!1,je(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(e[1]&128)===128,this._isServer){if(!this._masked)return this._loop=!1,je(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK")}else if(this._masked)return this._loop=!1,je(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");if(this._payloadLength===126)this._state=$8;else if(this._payloadLength===127)this._state=z8;else return this.haveLength()}getPayloadLength16(){if(this._bufferedBytes<2){this._loop=!1;return}return this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength()}getPayloadLength64(){if(this._bufferedBytes<8){this._loop=!1;return}let e=this.consume(8),a=e.readUInt32BE(0);return a>Math.pow(2,53-32)-1?(this._loop=!1,je(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH")):(this._payloadLength=a*Math.pow(2,32)+e.readUInt32BE(4),this.haveLength())}haveLength(){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0))return this._loop=!1,je(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");this._masked?this._state=U8:this._state=Uu}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Uu}getData(e){let a=Bw;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}a=this.consume(this._payloadLength),this._masked&&Pw(a,this._mask)}if(this._opcode>7)return this.controlMessage(a);if(this._compressed){this._state=Iw,this.decompress(a,e);return}return a.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(a)),this.dataMessage()}decompress(e,a){this._extensions[M8.extensionName].decompress(e,this._fin,(r,n)=>{if(r)return a(r);if(n.length){if(this._messageLength+=n.length,this._messageLength>this._maxPayload&&this._maxPayload>0)return a(je(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH"));this._fragments.push(n)}let o=this.dataMessage();if(o)return a(o);this.startLoop(a)})}dataMessage(){if(this._fin){let e=this._messageLength,a=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let i;this._binaryType==="nodebuffer"?i=zu(a,e):this._binaryType==="arraybuffer"?i=Ow(zu(a,e)):i=a,this.emit("message",i)}else{let i=zu(a,e);if(!W8(i))return this._loop=!1,je(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");this.emit("message",i.toString())}}this._state=ds}controlMessage(e){if(this._opcode===8)if(this._loop=!1,e.length===0)this.emit("conclude",1005,""),this.end();else{if(e.length===1)return je(RangeError,"invalid payload length 1",!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");{let a=e.readUInt16BE(0);if(!Lw(a))return je(RangeError,`invalid status code ${a}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");let i=e.slice(2);if(!W8(i))return je(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");this.emit("conclude",a,i.toString()),this.end()}}else this._opcode===9?this.emit("ping",e):this.emit("pong",e);this._state=ds}};H8.exports=Hu;function je(t,e,a,i,r){let n=new t(a?`Invalid WebSocket frame: ${e}`:e);return Error.captureStackTrace(n,je),n.code=r,n[kw]=i,n}});var Yu=R((sI,K8)=>{"use strict";u();var rI=require("net"),nI=require("tls"),{randomFillSync:qw}=require("crypto"),G8=ps(),{EMPTY_BUFFER:jw}=Hi(),{isValidStatusCode:Vw}=$u(),{mask:Y8,toBuffer:Oa}=ns(),Gi=Buffer.alloc(4),pa=class{constructor(e,a){this._extensions=a||{},this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._deflating=!1,this._queue=[]}static frame(e,a){let i=a.mask&&a.readOnly,r=a.mask?6:2,n=e.length;e.length>=65536?(r+=8,n=127):e.length>125&&(r+=2,n=126);let o=Buffer.allocUnsafe(i?e.length+r:r);return o[0]=a.fin?a.opcode|128:a.opcode,a.rsv1&&(o[0]|=64),o[1]=n,n===126?o.writeUInt16BE(e.length,2):n===127&&(o.writeUInt32BE(0,2),o.writeUInt32BE(e.length,6)),a.mask?(qw(Gi,0,4),o[1]|=128,o[r-4]=Gi[0],o[r-3]=Gi[1],o[r-2]=Gi[2],o[r-1]=Gi[3],i?(Y8(e,Gi,o,r,e.length),[o]):(Y8(e,Gi,e,0,e.length),[o,e])):[o,e]}close(e,a,i,r){let n;if(e===void 0)n=jw;else{if(typeof e!="number"||!Vw(e))throw new TypeError("First argument must be a valid error code number");if(a===void 0||a==="")n=Buffer.allocUnsafe(2),n.writeUInt16BE(e,0);else{let o=Buffer.byteLength(a);if(o>123)throw new RangeError("The message must not be greater than 123 bytes");n=Buffer.allocUnsafe(2+o),n.writeUInt16BE(e,0),n.write(a,2)}}this._deflating?this.enqueue([this.doClose,n,i,r]):this.doClose(n,i,r)}doClose(e,a,i){this.sendFrame(pa.frame(e,{fin:!0,rsv1:!1,opcode:8,mask:a,readOnly:!1}),i)}ping(e,a,i){let r=Oa(e);if(r.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPing,r,a,Oa.readOnly,i]):this.doPing(r,a,Oa.readOnly,i)}doPing(e,a,i,r){this.sendFrame(pa.frame(e,{fin:!0,rsv1:!1,opcode:9,mask:a,readOnly:i}),r)}pong(e,a,i){let r=Oa(e);if(r.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPong,r,a,Oa.readOnly,i]):this.doPong(r,a,Oa.readOnly,i)}doPong(e,a,i,r){this.sendFrame(pa.frame(e,{fin:!0,rsv1:!1,opcode:10,mask:a,readOnly:i}),r)}send(e,a,i){let r=Oa(e),n=this._extensions[G8.extensionName],o=a.binary?2:1,l=a.compress;if(this._firstFragment?(this._firstFragment=!1,l&&n&&(l=r.length>=n._threshold),this._compress=l):(l=!1,o=0),a.fin&&(this._firstFragment=!0),n){let d={fin:a.fin,rsv1:l,opcode:o,mask:a.mask,readOnly:Oa.readOnly};this._deflating?this.enqueue([this.dispatch,r,this._compress,d,i]):this.dispatch(r,this._compress,d,i)}else this.sendFrame(pa.frame(r,{fin:a.fin,rsv1:!1,opcode:o,mask:a.mask,readOnly:Oa.readOnly}),i)}dispatch(e,a,i,r){if(!a){this.sendFrame(pa.frame(e,i),r);return}let n=this._extensions[G8.extensionName];this._bufferedBytes+=e.length,this._deflating=!0,n.compress(e,i.fin,(o,l)=>{if(this._socket.destroyed){let d=new Error("The socket was closed while data was being compressed");typeof r=="function"&&r(d);for(let c=0;c<this._queue.length;c++){let f=this._queue[c][4];typeof f=="function"&&f(d)}return}this._bufferedBytes-=e.length,this._deflating=!1,i.readOnly=!1,this.sendFrame(pa.frame(l,i),r),this.dequeue()})}dequeue(){for(;!this._deflating&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[1].length,Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[1].length,this._queue.push(e)}sendFrame(e,a){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],a),this._socket.uncork()):this._socket.write(e[0],a)}};K8.exports=pa});var X8=R((pI,Q8)=>{"use strict";u();var Wr=class{constructor(e,a){this.target=a,this.type=e}},Ku=class extends Wr{constructor(e,a){super("message",a),this.data=e}},Qu=class extends Wr{constructor(e,a,i){super("close",i),this.wasClean=i._closeFrameReceived&&i._closeFrameSent,this.reason=a,this.code=e}},Xu=class extends Wr{constructor(e){super("open",e)}},Ju=class extends Wr{constructor(e,a){super("error",a),this.message=e.message,this.error=e}},Mw={addEventListener(t,e,a){if(typeof e!="function")return;function i(d){e.call(this,new Ku(d,this))}function r(d,c){e.call(this,new Qu(d,c,this))}function n(d){e.call(this,new Ju(d,this))}function o(){e.call(this,new Xu(this))}let l=a&&a.once?"once":"on";t==="message"?(i._listener=e,this[l](t,i)):t==="close"?(r._listener=e,this[l](t,r)):t==="error"?(n._listener=e,this[l](t,n)):t==="open"?(o._listener=e,this[l](t,o)):this[l](t,e)},removeEventListener(t,e){let a=this.listeners(t);for(let i=0;i<a.length;i++)(a[i]===e||a[i]._listener===e)&&this.removeListener(t,a[i])}};Q8.exports=Mw});var Zu=R((lI,J8)=>{"use strict";u();var ls=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function da(t,e,a){t[e]===void 0?t[e]=[a]:t[e].push(a)}function Ww(t){let e=Object.create(null);if(t===void 0||t==="")return e;let a=Object.create(null),i=!1,r=!1,n=!1,o,l,d=-1,c=-1,f=0;for(;f<t.length;f++){let h=t.charCodeAt(f);if(o===void 0)if(c===-1&&ls[h]===1)d===-1&&(d=f);else if(h===32||h===9)c===-1&&d!==-1&&(c=f);else if(h===59||h===44){if(d===-1)throw new SyntaxError(`Unexpected character at index ${f}`);c===-1&&(c=f);let D=t.slice(d,c);h===44?(da(e,D,a),a=Object.create(null)):o=D,d=c=-1}else throw new SyntaxError(`Unexpected character at index ${f}`);else if(l===void 0)if(c===-1&&ls[h]===1)d===-1&&(d=f);else if(h===32||h===9)c===-1&&d!==-1&&(c=f);else if(h===59||h===44){if(d===-1)throw new SyntaxError(`Unexpected character at index ${f}`);c===-1&&(c=f),da(a,t.slice(d,c),!0),h===44&&(da(e,o,a),a=Object.create(null),o=void 0),d=c=-1}else if(h===61&&d!==-1&&c===-1)l=t.slice(d,f),d=c=-1;else throw new SyntaxError(`Unexpected character at index ${f}`);else if(r){if(ls[h]!==1)throw new SyntaxError(`Unexpected character at index ${f}`);d===-1?d=f:i||(i=!0),r=!1}else if(n)if(ls[h]===1)d===-1&&(d=f);else if(h===34&&d!==-1)n=!1,c=f;else if(h===92)r=!0;else throw new SyntaxError(`Unexpected character at index ${f}`);else if(h===34&&t.charCodeAt(f-1)===61)n=!0;else if(c===-1&&ls[h]===1)d===-1&&(d=f);else if(d!==-1&&(h===32||h===9))c===-1&&(c=f);else if(h===59||h===44){if(d===-1)throw new SyntaxError(`Unexpected character at index ${f}`);c===-1&&(c=f);let D=t.slice(d,c);i&&(D=D.replace(/\\/g,""),i=!1),da(a,l,D),h===44&&(da(e,o,a),a=Object.create(null),o=void 0),l=void 0,d=c=-1}else throw new SyntaxError(`Unexpected character at index ${f}`)}if(d===-1||n)throw new SyntaxError("Unexpected end of input");c===-1&&(c=f);let v=t.slice(d,c);return o===void 0?da(e,v,a):(l===void 0?da(a,v,!0):i?da(a,l,v.replace(/\\/g,"")):da(a,l,v),da(e,o,a)),e}function $w(t){return Object.keys(t).map(e=>{let a=t[e];return Array.isArray(a)||(a=[a]),a.map(i=>[e].concat(Object.keys(i).map(r=>{let n=i[r];return Array.isArray(n)||(n=[n]),n.map(o=>o===!0?r:`${r}=${o}`).join("; ")})).join("; ")).join(", ")}).join(", ")}J8.exports={format:$w,parse:Ww}});var nc=R((mI,p9)=>{"use strict";u();var zw=require("events"),Uw=require("https"),Hw=require("http"),t9=require("net"),Gw=require("tls"),{randomBytes:Yw,createHash:Kw}=require("crypto"),{Readable:cI}=require("stream"),{URL:ec}=require("url"),fi=ps(),Qw=Gu(),Xw=Yu(),{BINARY_TYPES:Z8,EMPTY_BUFFER:tc,GUID:Jw,kStatusCode:Zw,kWebSocket:Je,NOOP:a9}=Hi(),{addEventListener:ey,removeEventListener:ty}=X8(),{format:ay,parse:iy}=Zu(),{toBuffer:ry}=ns(),Pa=["CONNECTING","OPEN","CLOSING","CLOSED"],ac=[8,13],ny=30*1e3,Z=class extends zw{constructor(e,a,i){super(),this._binaryType=Z8[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage="",this._closeTimer=null,this._extensions={},this._protocol="",this._readyState=Z.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,Array.isArray(a)?a=a.join(", "):typeof a=="object"&&a!==null&&(i=a,a=void 0),i9(this,e,a,i)):this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(e){Z8.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get onclose(){}set onclose(e){}get onerror(){}set onerror(e){}get onopen(){}set onopen(e){}get onmessage(){}set onmessage(e){}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,a,i){let r=new Qw(this.binaryType,this._extensions,this._isServer,i);this._sender=new Xw(e,this._extensions),this._receiver=r,this._socket=e,r[Je]=this,e[Je]=this,r.on("conclude",py),r.on("drain",dy),r.on("error",ly),r.on("message",uy),r.on("ping",cy),r.on("pong",my),e.setTimeout(0),e.setNoDelay(),a.length>0&&e.unshift(a),e.on("close",n9),e.on("data",r1),e.on("end",s9),e.on("error",o9),this._readyState=Z.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=Z.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[fi.extensionName]&&this._extensions[fi.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=Z.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,a){if(this.readyState!==Z.CLOSED){if(this.readyState===Z.CONNECTING){let i="WebSocket was closed before the connection was established";return yt(this,this._req,i)}if(this.readyState===Z.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=Z.CLOSING,this._sender.close(e,a,!this._isServer,i=>{i||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),this._closeTimer=setTimeout(this._socket.destroy.bind(this._socket),ny)}}ping(e,a,i){if(this.readyState===Z.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=a=void 0):typeof a=="function"&&(i=a,a=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==Z.OPEN){rc(this,e,i);return}a===void 0&&(a=!this._isServer),this._sender.ping(e||tc,a,i)}pong(e,a,i){if(this.readyState===Z.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=a=void 0):typeof a=="function"&&(i=a,a=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==Z.OPEN){rc(this,e,i);return}a===void 0&&(a=!this._isServer),this._sender.pong(e||tc,a,i)}send(e,a,i){if(this.readyState===Z.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof a=="function"&&(i=a,a={}),typeof e=="number"&&(e=e.toString()),this.readyState!==Z.OPEN){rc(this,e,i);return}let r={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...a};this._extensions[fi.extensionName]||(r.compress=!1),this._sender.send(e||tc,r,i)}terminate(){if(this.readyState!==Z.CLOSED){if(this.readyState===Z.CONNECTING){let e="WebSocket was closed before the connection was established";return yt(this,this._req,e)}this._socket&&(this._readyState=Z.CLOSING,this._socket.destroy())}}};Object.defineProperty(Z,"CONNECTING",{enumerable:!0,value:Pa.indexOf("CONNECTING")});Object.defineProperty(Z.prototype,"CONNECTING",{enumerable:!0,value:Pa.indexOf("CONNECTING")});Object.defineProperty(Z,"OPEN",{enumerable:!0,value:Pa.indexOf("OPEN")});Object.defineProperty(Z.prototype,"OPEN",{enumerable:!0,value:Pa.indexOf("OPEN")});Object.defineProperty(Z,"CLOSING",{enumerable:!0,value:Pa.indexOf("CLOSING")});Object.defineProperty(Z.prototype,"CLOSING",{enumerable:!0,value:Pa.indexOf("CLOSING")});Object.defineProperty(Z,"CLOSED",{enumerable:!0,value:Pa.indexOf("CLOSED")});Object.defineProperty(Z.prototype,"CLOSED",{enumerable:!0,value:Pa.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach(t=>{Object.defineProperty(Z.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(Z.prototype,`on${t}`,{enumerable:!0,get(){let e=this.listeners(t);for(let a=0;a<e.length;a++)if(e[a]._listener)return e[a]._listener},set(e){let a=this.listeners(t);for(let i=0;i<a.length;i++)a[i]._listener&&this.removeListener(t,a[i]);this.addEventListener(t,e)}})});Z.prototype.addEventListener=ey;Z.prototype.removeEventListener=ty;p9.exports=Z;function i9(t,e,a,i){let r={protocolVersion:ac[1],maxPayload:104857600,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...i,createConnection:void 0,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:void 0,host:void 0,path:void 0,port:void 0};if(!ac.includes(r.protocolVersion))throw new RangeError(`Unsupported protocol version: ${r.protocolVersion} (supported versions: ${ac.join(", ")})`);let n;e instanceof ec?(n=e,t._url=e.href):(n=new ec(e),t._url=e);let o=n.protocol==="ws+unix:";if(!n.host&&(!o||!n.pathname)){let D=new Error(`Invalid URL: ${t.url}`);if(t._redirects===0)throw D;ic(t,D);return}let l=n.protocol==="wss:"||n.protocol==="https:",d=l?443:80,c=Yw(16).toString("base64"),f=l?Uw.get:Hw.get,v;if(r.createConnection=l?oy:sy,r.defaultPort=r.defaultPort||d,r.port=n.port||d,r.host=n.hostname.startsWith("[")?n.hostname.slice(1,-1):n.hostname,r.headers={"Sec-WebSocket-Version":r.protocolVersion,"Sec-WebSocket-Key":c,Connection:"Upgrade",Upgrade:"websocket",...r.headers},r.path=n.pathname+n.search,r.timeout=r.handshakeTimeout,r.perMessageDeflate&&(v=new fi(r.perMessageDeflate!==!0?r.perMessageDeflate:{},!1,r.maxPayload),r.headers["Sec-WebSocket-Extensions"]=ay({[fi.extensionName]:v.offer()})),a&&(r.headers["Sec-WebSocket-Protocol"]=a),r.origin&&(r.protocolVersion<13?r.headers["Sec-WebSocket-Origin"]=r.origin:r.headers.Origin=r.origin),(n.username||n.password)&&(r.auth=`${n.username}:${n.password}`),o){let D=r.path.split(":");r.socketPath=D[0],r.path=D[1]}if(r.followRedirects){if(t._redirects===0){t._originalUnixSocket=o,t._originalSecure=l,t._originalHostOrSocketPath=o?r.socketPath:n.host;let D=i&&i.headers;if(i={...i,headers:{}},D)for(let[g,F]of Object.entries(D))i.headers[g.toLowerCase()]=F}else{let D=o?t._originalUnixSocket?r.socketPath===t._originalHostOrSocketPath:!1:t._originalUnixSocket?!1:n.host===t._originalHostOrSocketPath;(!D||t._originalSecure&&!l)&&(delete r.headers.authorization,delete r.headers.cookie,D||delete r.headers.host,r.auth=void 0)}r.auth&&!i.headers.authorization&&(i.headers.authorization="Basic "+Buffer.from(r.auth).toString("base64"))}let h=t._req=f(r);r.timeout&&h.on("timeout",()=>{yt(t,h,"Opening handshake has timed out")}),h.on("error",D=>{h===null||h.aborted||(h=t._req=null,ic(t,D))}),h.on("response",D=>{let g=D.headers.location,F=D.statusCode;if(g&&r.followRedirects&&F>=300&&F<400){if(++t._redirects>r.maxRedirects){yt(t,h,"Maximum redirects exceeded");return}h.abort();let E;try{E=new ec(g,e)}catch(C){ic(t,C);return}i9(t,E,a,i)}else t.emit("unexpected-response",h,D)||yt(t,h,`Unexpected server response: ${D.statusCode}`)}),h.on("upgrade",(D,g,F)=>{if(t.emit("upgrade",D),t.readyState!==Z.CONNECTING)return;if(h=t._req=null,D.headers.upgrade.toLowerCase()!=="websocket"){yt(t,g,"Invalid Upgrade header");return}let E=Kw("sha1").update(c+Jw).digest("base64");if(D.headers["sec-websocket-accept"]!==E){yt(t,g,"Invalid Sec-WebSocket-Accept header");return}let C=D.headers["sec-websocket-protocol"],P=(a||"").split(/, */),j;if(!a&&C?j="Server sent a subprotocol but none was requested":a&&!C?j="Server sent no subprotocol":C&&!P.includes(C)&&(j="Server sent an invalid subprotocol"),j){yt(t,g,j);return}C&&(t._protocol=C);let S=D.headers["sec-websocket-extensions"];if(S!==void 0){if(!v){yt(t,g,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let A;try{A=iy(S)}catch{yt(t,g,"Invalid Sec-WebSocket-Extensions header");return}let T=Object.keys(A);if(T.length){if(T.length!==1||T[0]!==fi.extensionName){yt(t,g,"Server indicated an extension that was not requested");return}try{v.accept(A[fi.extensionName])}catch{yt(t,g,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[fi.extensionName]=v}}t.setSocket(g,F,r.maxPayload)})}function ic(t,e){t._readyState=Z.CLOSING,t.emit("error",e),t.emitClose()}function sy(t){return t.path=t.socketPath,t9.connect(t)}function oy(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=t9.isIP(t.host)?"":t.host),Gw.connect(t)}function yt(t,e,a){t._readyState=Z.CLOSING;let i=new Error(a);Error.captureStackTrace(i,yt),e.setHeader?(e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),e.once("abort",t.emitClose.bind(t)),t.emit("error",i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function rc(t,e,a){if(e){let i=ry(e).length;t._socket?t._sender._bufferedBytes+=i:t._bufferedAmount+=i}if(a){let i=new Error(`WebSocket is not open: readyState ${t.readyState} (${Pa[t.readyState]})`);a(i)}}function py(t,e){let a=this[Je];a._closeFrameReceived=!0,a._closeMessage=e,a._closeCode=t,a._socket[Je]!==void 0&&(a._socket.removeListener("data",r1),process.nextTick(r9,a._socket),t===1005?a.close():a.close(t,e))}function dy(){this[Je]._socket.resume()}function ly(t){let e=this[Je];e._socket[Je]!==void 0&&(e._socket.removeListener("data",r1),process.nextTick(r9,e._socket),e.close(t[Zw])),e.emit("error",t)}function e9(){this[Je].emitClose()}function uy(t){this[Je].emit("message",t)}function cy(t){let e=this[Je];e.pong(t,!e._isServer,a9),e.emit("ping",t)}function my(t){this[Je].emit("pong",t)}function r9(t){t.resume()}function n9(){let t=this[Je];this.removeListener("close",n9),this.removeListener("data",r1),this.removeListener("end",s9),t._readyState=Z.CLOSING;let e;!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&(e=t._socket.read())!==null&&t._receiver.write(e),t._receiver.end(),this[Je]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",e9),t._receiver.on("finish",e9))}function r1(t){this[Je]._receiver.write(t)||this.pause()}function s9(){let t=this[Je];t._readyState=Z.CLOSING,t._receiver.end(),this.end()}function o9(){let t=this[Je];this.removeListener("error",o9),this.on("error",a9),t&&(t._readyState=Z.CLOSING,this.destroy())}});var c9=R((hI,u9)=>{"use strict";u();var{Duplex:fy}=require("stream");function d9(t){t.emit("close")}function hy(){!this.destroyed&&this._writableState.finished&&this.destroy()}function l9(t){this.removeListener("error",l9),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function Dy(t,e){let a=!0,i=!0;function r(){a&&t._socket.resume()}t.readyState===t.CONNECTING?t.once("open",function(){t._receiver.removeAllListeners("drain"),t._receiver.on("drain",r)}):(t._receiver.removeAllListeners("drain"),t._receiver.on("drain",r));let n=new fy({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return t.on("message",function(l){n.push(l)||(a=!1,t._socket.pause())}),t.once("error",function(l){n.destroyed||(i=!1,n.destroy(l))}),t.once("close",function(){n.destroyed||n.push(null)}),n._destroy=function(o,l){if(t.readyState===t.CLOSED){l(o),process.nextTick(d9,n);return}let d=!1;t.once("error",function(f){d=!0,l(f)}),t.once("close",function(){d||l(o),process.nextTick(d9,n)}),i&&t.terminate()},n._final=function(o){if(t.readyState===t.CONNECTING){t.once("open",function(){n._final(o)});return}t._socket!==null&&(t._socket._writableState.finished?(o(),n._readableState.endEmitted&&n.destroy()):(t._socket.once("finish",function(){o()}),t.close()))},n._read=function(){(t.readyState===t.OPEN||t.readyState===t.CLOSING)&&!a&&(a=!0,t._receiver._writableState.needDrain||t._socket.resume())},n._write=function(o,l,d){if(t.readyState===t.CONNECTING){t.once("open",function(){n._write(o,l,d)});return}t.send(o,d)},n.on("end",hy),n.on("error",l9),n}u9.exports=Dy});var v9=R((_I,D9)=>{"use strict";u();var vy=require("events"),n1=require("http"),vI=require("https"),bI=require("net"),gI=require("tls"),{createHash:by}=require("crypto"),Yi=ps(),gy=nc(),{format:_y,parse:xy}=Zu(),{GUID:wy,kWebSocket:yy}=Hi(),Sy=/^[+/0-9A-Za-z]{22}==$/,m9=0,f9=1,h9=2,oc=class extends vy{constructor(e,a){if(super(),e={maxPayload:100*1024*1024,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=n1.createServer((i,r)=>{let n=n1.STATUS_CODES[426];r.writeHead(426,{"Content-Length":n.length,"Content-Type":"text/plain"}),r.end(n)}),this._server.listen(e.port,e.host,e.backlog,a)):e.server&&(this._server=e.server),this._server){let i=this.emit.bind(this,"connection");this._removeListeners=Ey(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(r,n,o)=>{this.handleUpgrade(r,n,o,i)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set),this.options=e,this._state=m9}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(e&&this.once("close",e),this._state===h9){process.nextTick(sc,this);return}if(this._state===f9)return;if(this._state=f9,this.clients)for(let i of this.clients)i.terminate();let a=this._server;if(a&&(this._removeListeners(),this._removeListeners=this._server=null,this.options.port!=null)){a.close(sc.bind(void 0,this));return}process.nextTick(sc,this)}shouldHandle(e){if(this.options.path){let a=e.url.indexOf("?");if((a!==-1?e.url.slice(0,a):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,a,i,r){a.on("error",pc);let n=e.headers["sec-websocket-key"]!==void 0?e.headers["sec-websocket-key"].trim():!1,o=+e.headers["sec-websocket-version"],l={};if(e.method!=="GET"||e.headers.upgrade.toLowerCase()!=="websocket"||!n||!Sy.test(n)||o!==8&&o!==13||!this.shouldHandle(e))return us(a,400);if(this.options.perMessageDeflate){let d=new Yi(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let c=xy(e.headers["sec-websocket-extensions"]);c[Yi.extensionName]&&(d.accept(c[Yi.extensionName]),l[Yi.extensionName]=d)}catch{return us(a,400)}}if(this.options.verifyClient){let d={origin:e.headers[`${o===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(d,(c,f,v,h)=>{if(!c)return us(a,f||401,v,h);this.completeUpgrade(n,l,e,a,i,r)});return}if(!this.options.verifyClient(d))return us(a,401)}this.completeUpgrade(n,l,e,a,i,r)}completeUpgrade(e,a,i,r,n,o){if(!r.readable||!r.writable)return r.destroy();if(r[yy])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>m9)return us(r,503);let d=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${by("sha1").update(e+wy).digest("base64")}`],c=new gy(null),f=i.headers["sec-websocket-protocol"];if(f&&(f=f.split(",").map(Cy),this.options.handleProtocols?f=this.options.handleProtocols(f,i):f=f[0],f&&(d.push(`Sec-WebSocket-Protocol: ${f}`),c._protocol=f)),a[Yi.extensionName]){let v=a[Yi.extensionName].params,h=_y({[Yi.extensionName]:[v]});d.push(`Sec-WebSocket-Extensions: ${h}`),c._extensions=a}this.emit("headers",d,i),r.write(d.concat(`\r
28
+ `);function u(a){var c=Ha(Et.join(a,"prebuilds")).map(JD),f=c.filter(QD($a,La)).sort(em)[0];if(f){var p=Et.join(a,"prebuilds",f.name),m=Ha(p).map(tm),y=m.filter(rm(ka,GD)),_=y.sort(nm(ka))[0];if(_)return Et.join(p,_.file)}}};function Ha(t){try{return zD.readdirSync(t)}catch{return[]}}function WD(t,e){var r=Ha(t).filter(e);return r[0]&&Et.join(t,r[0])}function VD(t){return/\.node$/.test(t)}function JD(t){var e=t.split("-");if(e.length===2){var r=e[0],n=e[1].split("+");if(r&&n.length&&n.every(Boolean))return{name:t,platform:r,architectures:n}}}function QD(t,e){return function(r){return r==null||r.platform!==t?!1:r.architectures.includes(e)}}function em(t,e){return t.architectures.length-e.architectures.length}function tm(t){var e=t.split("."),r=e.pop(),n={file:t,specificity:0};if(r==="node"){for(var i=0;i<e.length;i++){var s=e[i];if(s==="node"||s==="electron"||s==="node-webkit")n.runtime=s;else if(s==="napi")n.napi=!0;else if(s.slice(0,3)==="abi")n.abi=s.slice(3);else if(s.slice(0,2)==="uv")n.uv=s.slice(2);else if(s.slice(0,4)==="armv")n.armv=s.slice(4);else if(s==="glibc"||s==="musl")n.libc=s;else continue;n.specificity++}return n}}function rm(t,e){return function(r){return!(r==null||r.runtime!==t&&!a2(r)||r.abi!==e&&!r.napi||r.uv&&r.uv!==ZD||r.armv&&r.armv!==Ma||r.libc&&r.libc!==XD)}}function a2(t){return t.runtime==="node"&&t.napi}function nm(t){return function(e,r){return e.runtime!==r.runtime?e.runtime===t?-1:1:e.abi!==r.abi?e.abi?-1:1:e.specificity!==r.specificity?e.specificity>r.specificity?-1:1:0}}function l2(){return!!(process.versions&&process.versions.nw)}function c2(){return process.versions&&process.versions.electron||process.env.ELECTRON_RUN_AS_NODE?!0:typeof window<"u"&&window.process&&window.process.type==="renderer"}function f2(t){return t==="linux"&&zD.existsSync("/etc/alpine-release")}it.parseTags=tm;it.matchTags=rm;it.compareTags=nm;it.parseTuple=JD;it.matchTuple=QD;it.compareTuples=em});var ja=C((dL,Ua)=>{"use strict";l();typeof process.addon=="function"?Ua.exports=process.addon.bind(process):Ua.exports=sm()});var um=C((DL,om)=>{"use strict";l();var h2=(t,e,r,n,i)=>{for(var s=0;s<i;s++)r[n+s]=t[s]^e[s&3]},d2=(t,e)=>{let r=t.length;for(var n=0;n<r;n++)t[n]^=e[n&3]};om.exports={mask:h2,unmask:d2}});var am=C((gL,qa)=>{"use strict";l();try{qa.exports=ja()(__dirname)}catch{qa.exports=um()}});var On=C((yL,Ga)=>{"use strict";l();var{EMPTY_BUFFER:p2}=rr();function lm(t,e){if(t.length===0)return p2;if(t.length===1)return t[0];let r=Buffer.allocUnsafe(e),n=0;for(let i=0;i<t.length;i++){let s=t[i];r.set(s,n),n+=s.length}return n<e?r.slice(0,n):r}function cm(t,e,r,n,i){for(let s=0;s<i;s++)r[n+s]=t[s]^e[s&3]}function fm(t,e){let r=t.length;for(let n=0;n<r;n++)t[n]^=e[n&3]}function hm(t){return t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength)}function Ss(t){if(Ss.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=Buffer.from(t):ArrayBuffer.isView(t)?e=Buffer.from(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),Ss.readOnly=!1),e}try{let t=am(),e=t.BufferUtil||t;Ga.exports={concat:lm,mask(r,n,i,s,o){o<48?cm(r,n,i,s,o):e.mask(r,n,i,s,o)},toArrayBuffer:hm,toBuffer:Ss,unmask(r,n){r.length<32?fm(r,n):e.unmask(r,n)}}}catch{Ga.exports={concat:lm,mask:cm,toArrayBuffer:hm,toBuffer:Ss,unmask:fm}}});var Dm=C((bL,pm)=>{"use strict";l();var dm=Symbol("kDone"),Wa=Symbol("kRun"),Va=class{constructor(e){this[dm]=()=>{this.pending--,this[Wa]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[Wa]()}[Wa](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[dm])}}};pm.exports=Va});var In=C((CL,ym)=>{"use strict";l();var Rn=require("zlib"),mm=On(),D2=Dm(),{kStatusCode:gm,NOOP:m2}=rr(),g2=Buffer.from([0,0,255,255]),Ts=Symbol("permessage-deflate"),yt=Symbol("total-length"),Bn=Symbol("callback"),$t=Symbol("buffers"),As=Symbol("error"),vs,za=class{constructor(e,r,n){if(this._maxPayload=n|0,this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._isServer=!!r,this._deflate=null,this._inflate=null,this.params=null,!vs){let i=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;vs=new D2(i)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[Bn];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let r=this._options,n=e.find(i=>!(r.serverNoContextTakeover===!1&&i.server_no_context_takeover||i.server_max_window_bits&&(r.serverMaxWindowBits===!1||typeof r.serverMaxWindowBits=="number"&&r.serverMaxWindowBits>i.server_max_window_bits)||typeof r.clientMaxWindowBits=="number"&&!i.client_max_window_bits));if(!n)throw new Error("None of the extension offers can be accepted");return r.serverNoContextTakeover&&(n.server_no_context_takeover=!0),r.clientNoContextTakeover&&(n.client_no_context_takeover=!0),typeof r.serverMaxWindowBits=="number"&&(n.server_max_window_bits=r.serverMaxWindowBits),typeof r.clientMaxWindowBits=="number"?n.client_max_window_bits=r.clientMaxWindowBits:(n.client_max_window_bits===!0||r.clientMaxWindowBits===!1)&&delete n.client_max_window_bits,n}acceptAsClient(e){let r=e[0];if(this._options.clientNoContextTakeover===!1&&r.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!r.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(r.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&r.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return r}normalizeParams(e){return e.forEach(r=>{Object.keys(r).forEach(n=>{let i=r[n];if(i.length>1)throw new Error(`Parameter "${n}" must have only a single value`);if(i=i[0],n==="client_max_window_bits"){if(i!==!0){let s=+i;if(!Number.isInteger(s)||s<8||s>15)throw new TypeError(`Invalid value for parameter "${n}": ${i}`);i=s}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${n}": ${i}`)}else if(n==="server_max_window_bits"){let s=+i;if(!Number.isInteger(s)||s<8||s>15)throw new TypeError(`Invalid value for parameter "${n}": ${i}`);i=s}else if(n==="client_no_context_takeover"||n==="server_no_context_takeover"){if(i!==!0)throw new TypeError(`Invalid value for parameter "${n}": ${i}`)}else throw new Error(`Unknown parameter "${n}"`);r[n]=i})}),e}decompress(e,r,n){vs.add(i=>{this._decompress(e,r,(s,o)=>{i(),n(s,o)})})}compress(e,r,n){vs.add(i=>{this._compress(e,r,(s,o)=>{i(),n(s,o)})})}_decompress(e,r,n){let i=this._isServer?"client":"server";if(!this._inflate){let s=`${i}_max_window_bits`,o=typeof this.params[s]!="number"?Rn.Z_DEFAULT_WINDOWBITS:this.params[s];this._inflate=Rn.createInflateRaw({...this._options.zlibInflateOptions,windowBits:o}),this._inflate[Ts]=this,this._inflate[yt]=0,this._inflate[$t]=[],this._inflate.on("error",y2),this._inflate.on("data",Em)}this._inflate[Bn]=n,this._inflate.write(e),r&&this._inflate.write(g2),this._inflate.flush(()=>{let s=this._inflate[As];if(s){this._inflate.close(),this._inflate=null,n(s);return}let o=mm.concat(this._inflate[$t],this._inflate[yt]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[yt]=0,this._inflate[$t]=[],r&&this.params[`${i}_no_context_takeover`]&&this._inflate.reset()),n(null,o)})}_compress(e,r,n){let i=this._isServer?"server":"client";if(!this._deflate){let s=`${i}_max_window_bits`,o=typeof this.params[s]!="number"?Rn.Z_DEFAULT_WINDOWBITS:this.params[s];this._deflate=Rn.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:o}),this._deflate[yt]=0,this._deflate[$t]=[],this._deflate.on("error",m2),this._deflate.on("data",E2)}this._deflate[Bn]=n,this._deflate.write(e),this._deflate.flush(Rn.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let s=mm.concat(this._deflate[$t],this._deflate[yt]);r&&(s=s.slice(0,s.length-4)),this._deflate[Bn]=null,this._deflate[yt]=0,this._deflate[$t]=[],r&&this.params[`${i}_no_context_takeover`]&&this._deflate.reset(),n(null,s)})}};ym.exports=za;function E2(t){this[$t].push(t),this[yt]+=t.length}function Em(t){if(this[yt]+=t.length,this[Ts]._maxPayload<1||this[yt]<=this[Ts]._maxPayload){this[$t].push(t);return}this[As]=new RangeError("Max payload size exceeded"),this[As].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[As][gm]=1009,this.removeListener("data",Em),this.reset()}function y2(t){this[Ts]._inflate=null,t[gm]=1007,this[Bn](t)}});var bm=C((wL,xm)=>{"use strict";l();function x2(t){let e=t.length,r=0;for(;r<e;)if(!(t[r]&128))r++;else if((t[r]&224)===192){if(r+1===e||(t[r+1]&192)!==128||(t[r]&254)===192)return!1;r+=2}else if((t[r]&240)===224){if(r+2>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||t[r]===224&&(t[r+1]&224)===128||t[r]===237&&(t[r+1]&224)===160)return!1;r+=3}else if((t[r]&248)===240){if(r+3>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||(t[r+3]&192)!==128||t[r]===240&&(t[r+1]&240)===128||t[r]===244&&t[r+1]>143||t[r]>244)return!1;r+=4}else return!1;return!0}xm.exports=x2});var _m=C((vL,Ka)=>{"use strict";l();try{Ka.exports=ja()(__dirname)}catch{Ka.exports=bm()}});var Xa=C((TL,Ya)=>{"use strict";l();function Cm(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function Fm(t){let e=t.length,r=0;for(;r<e;)if(!(t[r]&128))r++;else if((t[r]&224)===192){if(r+1===e||(t[r+1]&192)!==128||(t[r]&254)===192)return!1;r+=2}else if((t[r]&240)===224){if(r+2>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||t[r]===224&&(t[r+1]&224)===128||t[r]===237&&(t[r+1]&224)===160)return!1;r+=3}else if((t[r]&248)===240){if(r+3>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||(t[r+3]&192)!==128||t[r]===240&&(t[r+1]&240)===128||t[r]===244&&t[r+1]>143||t[r]>244)return!1;r+=4}else return!1;return!0}try{let t=_m();typeof t=="object"&&(t=t.Validation.isValidUTF8),Ya.exports={isValidStatusCode:Cm,isValidUTF8(e){return e.length<150?Fm(e):t(e)}}}catch{Ya.exports={isValidStatusCode:Cm,isValidUTF8:Fm}}});var el=C((RL,Om)=>{"use strict";l();var{Writable:b2}=require("stream"),wm=In(),{BINARY_TYPES:_2,EMPTY_BUFFER:C2,kStatusCode:F2,kWebSocket:w2}=rr(),{concat:Za,toArrayBuffer:S2,unmask:v2}=On(),{isValidStatusCode:A2,isValidUTF8:Sm}=Xa(),Pn=0,vm=1,Am=2,Tm=3,Ja=4,T2=5,Qa=class extends b2{constructor(e,r,n,i){super(),this._binaryType=e||_2[0],this[w2]=void 0,this._extensions=r||{},this._isServer=!!n,this._maxPayload=i|0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._state=Pn,this._loop=!1}_write(e,r,n){if(this._opcode===8&&this._state==Pn)return n();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(n)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let n=this._buffers[0];return this._buffers[0]=n.slice(e),n.slice(0,e)}let r=Buffer.allocUnsafe(e);do{let n=this._buffers[0],i=r.length-e;e>=n.length?r.set(this._buffers.shift(),i):(r.set(new Uint8Array(n.buffer,n.byteOffset,e),i),this._buffers[0]=n.slice(e)),e-=n.length}while(e>0);return r}startLoop(e){let r;this._loop=!0;do switch(this._state){case Pn:r=this.getInfo();break;case vm:r=this.getPayloadLength16();break;case Am:r=this.getPayloadLength64();break;case Tm:this.getMask();break;case Ja:r=this.getData(e);break;default:this._loop=!1;return}while(this._loop);e(r)}getInfo(){if(this._bufferedBytes<2){this._loop=!1;return}let e=this.consume(2);if(e[0]&48)return this._loop=!1,ge(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");let r=(e[0]&64)===64;if(r&&!this._extensions[wm.extensionName])return this._loop=!1,ge(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(this._fin=(e[0]&128)===128,this._opcode=e[0]&15,this._payloadLength=e[1]&127,this._opcode===0){if(r)return this._loop=!1,ge(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(!this._fragmented)return this._loop=!1,ge(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented)return this._loop=!1,ge(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");this._compressed=r}else if(this._opcode>7&&this._opcode<11){if(!this._fin)return this._loop=!1,ge(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");if(r)return this._loop=!1,ge(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(this._payloadLength>125)return this._loop=!1,ge(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH")}else return this._loop=!1,ge(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(e[1]&128)===128,this._isServer){if(!this._masked)return this._loop=!1,ge(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK")}else if(this._masked)return this._loop=!1,ge(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");if(this._payloadLength===126)this._state=vm;else if(this._payloadLength===127)this._state=Am;else return this.haveLength()}getPayloadLength16(){if(this._bufferedBytes<2){this._loop=!1;return}return this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength()}getPayloadLength64(){if(this._bufferedBytes<8){this._loop=!1;return}let e=this.consume(8),r=e.readUInt32BE(0);return r>Math.pow(2,53-32)-1?(this._loop=!1,ge(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH")):(this._payloadLength=r*Math.pow(2,32)+e.readUInt32BE(4),this.haveLength())}haveLength(){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0))return this._loop=!1,ge(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");this._masked?this._state=Tm:this._state=Ja}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Ja}getData(e){let r=C2;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}r=this.consume(this._payloadLength),this._masked&&v2(r,this._mask)}if(this._opcode>7)return this.controlMessage(r);if(this._compressed){this._state=T2,this.decompress(r,e);return}return r.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(r)),this.dataMessage()}decompress(e,r){this._extensions[wm.extensionName].decompress(e,this._fin,(i,s)=>{if(i)return r(i);if(s.length){if(this._messageLength+=s.length,this._messageLength>this._maxPayload&&this._maxPayload>0)return r(ge(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH"));this._fragments.push(s)}let o=this.dataMessage();if(o)return r(o);this.startLoop(r)})}dataMessage(){if(this._fin){let e=this._messageLength,r=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let n;this._binaryType==="nodebuffer"?n=Za(r,e):this._binaryType==="arraybuffer"?n=S2(Za(r,e)):n=r,this.emit("message",n)}else{let n=Za(r,e);if(!Sm(n))return this._loop=!1,ge(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");this.emit("message",n.toString())}}this._state=Pn}controlMessage(e){if(this._opcode===8)if(this._loop=!1,e.length===0)this.emit("conclude",1005,""),this.end();else{if(e.length===1)return ge(RangeError,"invalid payload length 1",!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");{let r=e.readUInt16BE(0);if(!A2(r))return ge(RangeError,`invalid status code ${r}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");let n=e.slice(2);if(!Sm(n))return ge(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");this.emit("conclude",r,n.toString()),this.end()}}else this._opcode===9?this.emit("ping",e):this.emit("pong",e);this._state=Pn}};Om.exports=Qa;function ge(t,e,r,n,i){let s=new t(r?`Invalid WebSocket frame: ${e}`:e);return Error.captureStackTrace(s,ge),s.code=i,s[F2]=n,s}});var rl=C((NL,Im)=>{"use strict";l();var IL=require("net"),PL=require("tls"),{randomFillSync:O2}=require("crypto"),Rm=In(),{EMPTY_BUFFER:R2}=rr(),{isValidStatusCode:B2}=Xa(),{mask:Bm,toBuffer:xt}=On(),nr=Buffer.alloc(4),tl=class t{constructor(e,r){this._extensions=r||{},this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._deflating=!1,this._queue=[]}static frame(e,r){let n=r.mask&&r.readOnly,i=r.mask?6:2,s=e.length;e.length>=65536?(i+=8,s=127):e.length>125&&(i+=2,s=126);let o=Buffer.allocUnsafe(n?e.length+i:i);return o[0]=r.fin?r.opcode|128:r.opcode,r.rsv1&&(o[0]|=64),o[1]=s,s===126?o.writeUInt16BE(e.length,2):s===127&&(o.writeUInt32BE(0,2),o.writeUInt32BE(e.length,6)),r.mask?(O2(nr,0,4),o[1]|=128,o[i-4]=nr[0],o[i-3]=nr[1],o[i-2]=nr[2],o[i-1]=nr[3],n?(Bm(e,nr,o,i,e.length),[o]):(Bm(e,nr,e,0,e.length),[o,e])):[o,e]}close(e,r,n,i){let s;if(e===void 0)s=R2;else{if(typeof e!="number"||!B2(e))throw new TypeError("First argument must be a valid error code number");if(r===void 0||r==="")s=Buffer.allocUnsafe(2),s.writeUInt16BE(e,0);else{let o=Buffer.byteLength(r);if(o>123)throw new RangeError("The message must not be greater than 123 bytes");s=Buffer.allocUnsafe(2+o),s.writeUInt16BE(e,0),s.write(r,2)}}this._deflating?this.enqueue([this.doClose,s,n,i]):this.doClose(s,n,i)}doClose(e,r,n){this.sendFrame(t.frame(e,{fin:!0,rsv1:!1,opcode:8,mask:r,readOnly:!1}),n)}ping(e,r,n){let i=xt(e);if(i.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPing,i,r,xt.readOnly,n]):this.doPing(i,r,xt.readOnly,n)}doPing(e,r,n,i){this.sendFrame(t.frame(e,{fin:!0,rsv1:!1,opcode:9,mask:r,readOnly:n}),i)}pong(e,r,n){let i=xt(e);if(i.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPong,i,r,xt.readOnly,n]):this.doPong(i,r,xt.readOnly,n)}doPong(e,r,n,i){this.sendFrame(t.frame(e,{fin:!0,rsv1:!1,opcode:10,mask:r,readOnly:n}),i)}send(e,r,n){let i=xt(e),s=this._extensions[Rm.extensionName],o=r.binary?2:1,u=r.compress;if(this._firstFragment?(this._firstFragment=!1,u&&s&&(u=i.length>=s._threshold),this._compress=u):(u=!1,o=0),r.fin&&(this._firstFragment=!0),s){let a={fin:r.fin,rsv1:u,opcode:o,mask:r.mask,readOnly:xt.readOnly};this._deflating?this.enqueue([this.dispatch,i,this._compress,a,n]):this.dispatch(i,this._compress,a,n)}else this.sendFrame(t.frame(i,{fin:r.fin,rsv1:!1,opcode:o,mask:r.mask,readOnly:xt.readOnly}),n)}dispatch(e,r,n,i){if(!r){this.sendFrame(t.frame(e,n),i);return}let s=this._extensions[Rm.extensionName];this._bufferedBytes+=e.length,this._deflating=!0,s.compress(e,n.fin,(o,u)=>{if(this._socket.destroyed){let a=new Error("The socket was closed while data was being compressed");typeof i=="function"&&i(a);for(let c=0;c<this._queue.length;c++){let f=this._queue[c][4];typeof f=="function"&&f(a)}return}this._bufferedBytes-=e.length,this._deflating=!1,n.readOnly=!1,this.sendFrame(t.frame(u,n),i),this.dequeue()})}dequeue(){for(;!this._deflating&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[1].length,Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[1].length,this._queue.push(e)}sendFrame(e,r){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],r),this._socket.uncork()):this._socket.write(e[0],r)}};Im.exports=tl});var Nm=C((LL,Pm)=>{"use strict";l();var kr=class{constructor(e,r){this.target=r,this.type=e}},nl=class extends kr{constructor(e,r){super("message",r),this.data=e}},il=class extends kr{constructor(e,r,n){super("close",n),this.wasClean=n._closeFrameReceived&&n._closeFrameSent,this.reason=r,this.code=e}},sl=class extends kr{constructor(e){super("open",e)}},ol=class extends kr{constructor(e,r){super("error",r),this.message=e.message,this.error=e}},I2={addEventListener(t,e,r){if(typeof e!="function")return;function n(a){e.call(this,new nl(a,this))}function i(a,c){e.call(this,new il(a,c,this))}function s(a){e.call(this,new ol(a,this))}function o(){e.call(this,new sl(this))}let u=r&&r.once?"once":"on";t==="message"?(n._listener=e,this[u](t,n)):t==="close"?(i._listener=e,this[u](t,i)):t==="error"?(s._listener=e,this[u](t,s)):t==="open"?(o._listener=e,this[u](t,o)):this[u](t,e)},removeEventListener(t,e){let r=this.listeners(t);for(let n=0;n<r.length;n++)(r[n]===e||r[n]._listener===e)&&this.removeListener(t,r[n])}};Pm.exports=I2});var ul=C((ML,km)=>{"use strict";l();var Nn=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function st(t,e,r){t[e]===void 0?t[e]=[r]:t[e].push(r)}function P2(t){let e=Object.create(null);if(t===void 0||t==="")return e;let r=Object.create(null),n=!1,i=!1,s=!1,o,u,a=-1,c=-1,f=0;for(;f<t.length;f++){let m=t.charCodeAt(f);if(o===void 0)if(c===-1&&Nn[m]===1)a===-1&&(a=f);else if(m===32||m===9)c===-1&&a!==-1&&(c=f);else if(m===59||m===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${f}`);c===-1&&(c=f);let y=t.slice(a,c);m===44?(st(e,y,r),r=Object.create(null)):o=y,a=c=-1}else throw new SyntaxError(`Unexpected character at index ${f}`);else if(u===void 0)if(c===-1&&Nn[m]===1)a===-1&&(a=f);else if(m===32||m===9)c===-1&&a!==-1&&(c=f);else if(m===59||m===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${f}`);c===-1&&(c=f),st(r,t.slice(a,c),!0),m===44&&(st(e,o,r),r=Object.create(null),o=void 0),a=c=-1}else if(m===61&&a!==-1&&c===-1)u=t.slice(a,f),a=c=-1;else throw new SyntaxError(`Unexpected character at index ${f}`);else if(i){if(Nn[m]!==1)throw new SyntaxError(`Unexpected character at index ${f}`);a===-1?a=f:n||(n=!0),i=!1}else if(s)if(Nn[m]===1)a===-1&&(a=f);else if(m===34&&a!==-1)s=!1,c=f;else if(m===92)i=!0;else throw new SyntaxError(`Unexpected character at index ${f}`);else if(m===34&&t.charCodeAt(f-1)===61)s=!0;else if(c===-1&&Nn[m]===1)a===-1&&(a=f);else if(a!==-1&&(m===32||m===9))c===-1&&(c=f);else if(m===59||m===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${f}`);c===-1&&(c=f);let y=t.slice(a,c);n&&(y=y.replace(/\\/g,""),n=!1),st(r,u,y),m===44&&(st(e,o,r),r=Object.create(null),o=void 0),u=void 0,a=c=-1}else throw new SyntaxError(`Unexpected character at index ${f}`)}if(a===-1||s)throw new SyntaxError("Unexpected end of input");c===-1&&(c=f);let p=t.slice(a,c);return o===void 0?st(e,p,r):(u===void 0?st(r,p,!0):n?st(r,u,p.replace(/\\/g,"")):st(r,u,p),st(e,o,r)),e}function N2(t){return Object.keys(t).map(e=>{let r=t[e];return Array.isArray(r)||(r=[r]),r.map(n=>[e].concat(Object.keys(n).map(i=>{let s=n[i];return Array.isArray(s)||(s=[s]),s.map(o=>o===!0?i:`${i}=${o}`).join("; ")})).join("; ")).join(", ")}).join(", ")}km.exports={format:N2,parse:P2}});var dl=C((jL,Vm)=>{"use strict";l();var k2=require("events"),L2=require("https"),$2=require("http"),Mm=require("net"),M2=require("tls"),{randomBytes:H2,createHash:U2}=require("crypto"),{Readable:UL}=require("stream"),{URL:al}=require("url"),Mt=In(),j2=el(),q2=rl(),{BINARY_TYPES:Lm,EMPTY_BUFFER:ll,GUID:G2,kStatusCode:W2,kWebSocket:Se,NOOP:Hm}=rr(),{addEventListener:V2,removeEventListener:z2}=Nm(),{format:K2,parse:Y2}=ul(),{toBuffer:X2}=On(),bt=["CONNECTING","OPEN","CLOSING","CLOSED"],cl=[8,13],Z2=30*1e3,fe=class t extends k2{constructor(e,r,n){super(),this._binaryType=Lm[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage="",this._closeTimer=null,this._extensions={},this._protocol="",this._readyState=t.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,Array.isArray(r)?r=r.join(", "):typeof r=="object"&&r!==null&&(n=r,r=void 0),Um(this,e,r,n)):this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(e){Lm.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get onclose(){}set onclose(e){}get onerror(){}set onerror(e){}get onopen(){}set onopen(e){}get onmessage(){}set onmessage(e){}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,r,n){let i=new j2(this.binaryType,this._extensions,this._isServer,n);this._sender=new q2(e,this._extensions),this._receiver=i,this._socket=e,i[Se]=this,e[Se]=this,i.on("conclude",eS),i.on("drain",tS),i.on("error",rS),i.on("message",nS),i.on("ping",iS),i.on("pong",sS),e.setTimeout(0),e.setNoDelay(),r.length>0&&e.unshift(r),e.on("close",qm),e.on("data",Os),e.on("end",Gm),e.on("error",Wm),this._readyState=t.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[Mt.extensionName]&&this._extensions[Mt.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,r){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){let n="WebSocket was closed before the connection was established";return ke(this,this._req,n)}if(this.readyState===t.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=t.CLOSING,this._sender.close(e,r,!this._isServer,n=>{n||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),this._closeTimer=setTimeout(this._socket.destroy.bind(this._socket),Z2)}}ping(e,r,n){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(n=e,e=r=void 0):typeof r=="function"&&(n=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){hl(this,e,n);return}r===void 0&&(r=!this._isServer),this._sender.ping(e||ll,r,n)}pong(e,r,n){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(n=e,e=r=void 0):typeof r=="function"&&(n=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){hl(this,e,n);return}r===void 0&&(r=!this._isServer),this._sender.pong(e||ll,r,n)}send(e,r,n){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof r=="function"&&(n=r,r={}),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){hl(this,e,n);return}let i={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...r};this._extensions[Mt.extensionName]||(i.compress=!1),this._sender.send(e||ll,i,n)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){let e="WebSocket was closed before the connection was established";return ke(this,this._req,e)}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(fe,"CONNECTING",{enumerable:!0,value:bt.indexOf("CONNECTING")});Object.defineProperty(fe.prototype,"CONNECTING",{enumerable:!0,value:bt.indexOf("CONNECTING")});Object.defineProperty(fe,"OPEN",{enumerable:!0,value:bt.indexOf("OPEN")});Object.defineProperty(fe.prototype,"OPEN",{enumerable:!0,value:bt.indexOf("OPEN")});Object.defineProperty(fe,"CLOSING",{enumerable:!0,value:bt.indexOf("CLOSING")});Object.defineProperty(fe.prototype,"CLOSING",{enumerable:!0,value:bt.indexOf("CLOSING")});Object.defineProperty(fe,"CLOSED",{enumerable:!0,value:bt.indexOf("CLOSED")});Object.defineProperty(fe.prototype,"CLOSED",{enumerable:!0,value:bt.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach(t=>{Object.defineProperty(fe.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(fe.prototype,`on${t}`,{enumerable:!0,get(){let e=this.listeners(t);for(let r=0;r<e.length;r++)if(e[r]._listener)return e[r]._listener},set(e){let r=this.listeners(t);for(let n=0;n<r.length;n++)r[n]._listener&&this.removeListener(t,r[n]);this.addEventListener(t,e)}})});fe.prototype.addEventListener=V2;fe.prototype.removeEventListener=z2;Vm.exports=fe;function Um(t,e,r,n){let i={protocolVersion:cl[1],maxPayload:104857600,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...n,createConnection:void 0,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:void 0,host:void 0,path:void 0,port:void 0};if(!cl.includes(i.protocolVersion))throw new RangeError(`Unsupported protocol version: ${i.protocolVersion} (supported versions: ${cl.join(", ")})`);let s;e instanceof al?(s=e,t._url=e.href):(s=new al(e),t._url=e);let o=s.protocol==="ws+unix:";if(!s.host&&(!o||!s.pathname)){let y=new Error(`Invalid URL: ${t.url}`);if(t._redirects===0)throw y;fl(t,y);return}let u=s.protocol==="wss:"||s.protocol==="https:",a=u?443:80,c=H2(16).toString("base64"),f=u?L2.get:$2.get,p;if(i.createConnection=u?Q2:J2,i.defaultPort=i.defaultPort||a,i.port=s.port||a,i.host=s.hostname.startsWith("[")?s.hostname.slice(1,-1):s.hostname,i.headers={"Sec-WebSocket-Version":i.protocolVersion,"Sec-WebSocket-Key":c,Connection:"Upgrade",Upgrade:"websocket",...i.headers},i.path=s.pathname+s.search,i.timeout=i.handshakeTimeout,i.perMessageDeflate&&(p=new Mt(i.perMessageDeflate!==!0?i.perMessageDeflate:{},!1,i.maxPayload),i.headers["Sec-WebSocket-Extensions"]=K2({[Mt.extensionName]:p.offer()})),r&&(i.headers["Sec-WebSocket-Protocol"]=r),i.origin&&(i.protocolVersion<13?i.headers["Sec-WebSocket-Origin"]=i.origin:i.headers.Origin=i.origin),(s.username||s.password)&&(i.auth=`${s.username}:${s.password}`),o){let y=i.path.split(":");i.socketPath=y[0],i.path=y[1]}if(i.followRedirects){if(t._redirects===0){t._originalUnixSocket=o,t._originalSecure=u,t._originalHostOrSocketPath=o?i.socketPath:s.host;let y=n&&n.headers;if(n={...n,headers:{}},y)for(let[_,O]of Object.entries(y))n.headers[_.toLowerCase()]=O}else{let y=o?t._originalUnixSocket?i.socketPath===t._originalHostOrSocketPath:!1:t._originalUnixSocket?!1:s.host===t._originalHostOrSocketPath;(!y||t._originalSecure&&!u)&&(delete i.headers.authorization,delete i.headers.cookie,y||delete i.headers.host,i.auth=void 0)}i.auth&&!n.headers.authorization&&(n.headers.authorization="Basic "+Buffer.from(i.auth).toString("base64"))}let m=t._req=f(i);i.timeout&&m.on("timeout",()=>{ke(t,m,"Opening handshake has timed out")}),m.on("error",y=>{m===null||m.aborted||(m=t._req=null,fl(t,y))}),m.on("response",y=>{let _=y.headers.location,O=y.statusCode;if(_&&i.followRedirects&&O>=300&&O<400){if(++t._redirects>i.maxRedirects){ke(t,m,"Maximum redirects exceeded");return}m.abort();let k;try{k=new al(_,e)}catch(H){fl(t,H);return}Um(t,k,r,n)}else t.emit("unexpected-response",m,y)||ke(t,m,`Unexpected server response: ${y.statusCode}`)}),m.on("upgrade",(y,_,O)=>{if(t.emit("upgrade",y),t.readyState!==fe.CONNECTING)return;if(m=t._req=null,y.headers.upgrade.toLowerCase()!=="websocket"){ke(t,_,"Invalid Upgrade header");return}let k=U2("sha1").update(c+G2).digest("base64");if(y.headers["sec-websocket-accept"]!==k){ke(t,_,"Invalid Sec-WebSocket-Accept header");return}let H=y.headers["sec-websocket-protocol"],q=(r||"").split(/, */),j;if(!r&&H?j="Server sent a subprotocol but none was requested":r&&!H?j="Server sent no subprotocol":H&&!q.includes(H)&&(j="Server sent an invalid subprotocol"),j){ke(t,_,j);return}H&&(t._protocol=H);let T=y.headers["sec-websocket-extensions"];if(T!==void 0){if(!p){ke(t,_,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let $;try{$=Y2(T)}catch{ke(t,_,"Invalid Sec-WebSocket-Extensions header");return}let R=Object.keys($);if(R.length){if(R.length!==1||R[0]!==Mt.extensionName){ke(t,_,"Server indicated an extension that was not requested");return}try{p.accept($[Mt.extensionName])}catch{ke(t,_,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[Mt.extensionName]=p}}t.setSocket(_,O,i.maxPayload)})}function fl(t,e){t._readyState=fe.CLOSING,t.emit("error",e),t.emitClose()}function J2(t){return t.path=t.socketPath,Mm.connect(t)}function Q2(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=Mm.isIP(t.host)?"":t.host),M2.connect(t)}function ke(t,e,r){t._readyState=fe.CLOSING;let n=new Error(r);Error.captureStackTrace(n,ke),e.setHeader?(e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),e.once("abort",t.emitClose.bind(t)),t.emit("error",n)):(e.destroy(n),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function hl(t,e,r){if(e){let n=X2(e).length;t._socket?t._sender._bufferedBytes+=n:t._bufferedAmount+=n}if(r){let n=new Error(`WebSocket is not open: readyState ${t.readyState} (${bt[t.readyState]})`);r(n)}}function eS(t,e){let r=this[Se];r._closeFrameReceived=!0,r._closeMessage=e,r._closeCode=t,r._socket[Se]!==void 0&&(r._socket.removeListener("data",Os),process.nextTick(jm,r._socket),t===1005?r.close():r.close(t,e))}function tS(){this[Se]._socket.resume()}function rS(t){let e=this[Se];e._socket[Se]!==void 0&&(e._socket.removeListener("data",Os),process.nextTick(jm,e._socket),e.close(t[W2])),e.emit("error",t)}function $m(){this[Se].emitClose()}function nS(t){this[Se].emit("message",t)}function iS(t){let e=this[Se];e.pong(t,!e._isServer,Hm),e.emit("ping",t)}function sS(t){this[Se].emit("pong",t)}function jm(t){t.resume()}function qm(){let t=this[Se];this.removeListener("close",qm),this.removeListener("data",Os),this.removeListener("end",Gm),t._readyState=fe.CLOSING;let e;!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&(e=t._socket.read())!==null&&t._receiver.write(e),t._receiver.end(),this[Se]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",$m),t._receiver.on("finish",$m))}function Os(t){this[Se]._receiver.write(t)||this.pause()}function Gm(){let t=this[Se];t._readyState=fe.CLOSING,t._receiver.end(),this.end()}function Wm(){let t=this[Se];this.removeListener("error",Wm),this.on("error",Hm),t&&(t._readyState=fe.CLOSING,this.destroy())}});var Xm=C((GL,Ym)=>{"use strict";l();var{Duplex:oS}=require("stream");function zm(t){t.emit("close")}function uS(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Km(t){this.removeListener("error",Km),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function aS(t,e){let r=!0,n=!0;function i(){r&&t._socket.resume()}t.readyState===t.CONNECTING?t.once("open",function(){t._receiver.removeAllListeners("drain"),t._receiver.on("drain",i)}):(t._receiver.removeAllListeners("drain"),t._receiver.on("drain",i));let s=new oS({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return t.on("message",function(u){s.push(u)||(r=!1,t._socket.pause())}),t.once("error",function(u){s.destroyed||(n=!1,s.destroy(u))}),t.once("close",function(){s.destroyed||s.push(null)}),s._destroy=function(o,u){if(t.readyState===t.CLOSED){u(o),process.nextTick(zm,s);return}let a=!1;t.once("error",function(f){a=!0,u(f)}),t.once("close",function(){a||u(o),process.nextTick(zm,s)}),n&&t.terminate()},s._final=function(o){if(t.readyState===t.CONNECTING){t.once("open",function(){s._final(o)});return}t._socket!==null&&(t._socket._writableState.finished?(o(),s._readableState.endEmitted&&s.destroy()):(t._socket.once("finish",function(){o()}),t.close()))},s._read=function(){(t.readyState===t.OPEN||t.readyState===t.CLOSING)&&!r&&(r=!0,t._receiver._writableState.needDrain||t._socket.resume())},s._write=function(o,u,a){if(t.readyState===t.CONNECTING){t.once("open",function(){s._write(o,u,a)});return}t.send(o,a)},s.on("end",uS),s.on("error",Km),s}Ym.exports=aS});var t0=C((YL,e0)=>{"use strict";l();var lS=require("events"),Rs=require("http"),VL=require("https"),zL=require("net"),KL=require("tls"),{createHash:cS}=require("crypto"),ir=In(),fS=dl(),{format:hS,parse:dS}=ul(),{GUID:pS,kWebSocket:DS}=rr(),mS=/^[+/0-9A-Za-z]{22}==$/,Zm=0,Jm=1,Qm=2,Dl=class extends lS{constructor(e,r){if(super(),e={maxPayload:100*1024*1024,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=Rs.createServer((n,i)=>{let s=Rs.STATUS_CODES[426];i.writeHead(426,{"Content-Length":s.length,"Content-Type":"text/plain"}),i.end(s)}),this._server.listen(e.port,e.host,e.backlog,r)):e.server&&(this._server=e.server),this._server){let n=this.emit.bind(this,"connection");this._removeListeners=gS(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(i,s,o)=>{this.handleUpgrade(i,s,o,n)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set),this.options=e,this._state=Zm}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(e&&this.once("close",e),this._state===Qm){process.nextTick(pl,this);return}if(this._state===Jm)return;if(this._state=Jm,this.clients)for(let n of this.clients)n.terminate();let r=this._server;if(r&&(this._removeListeners(),this._removeListeners=this._server=null,this.options.port!=null)){r.close(pl.bind(void 0,this));return}process.nextTick(pl,this)}shouldHandle(e){if(this.options.path){let r=e.url.indexOf("?");if((r!==-1?e.url.slice(0,r):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,r,n,i){r.on("error",ml);let s=e.headers["sec-websocket-key"]!==void 0?e.headers["sec-websocket-key"].trim():!1,o=+e.headers["sec-websocket-version"],u={};if(e.method!=="GET"||e.headers.upgrade.toLowerCase()!=="websocket"||!s||!mS.test(s)||o!==8&&o!==13||!this.shouldHandle(e))return kn(r,400);if(this.options.perMessageDeflate){let a=new ir(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let c=dS(e.headers["sec-websocket-extensions"]);c[ir.extensionName]&&(a.accept(c[ir.extensionName]),u[ir.extensionName]=a)}catch{return kn(r,400)}}if(this.options.verifyClient){let a={origin:e.headers[`${o===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(a,(c,f,p,m)=>{if(!c)return kn(r,f||401,p,m);this.completeUpgrade(s,u,e,r,n,i)});return}if(!this.options.verifyClient(a))return kn(r,401)}this.completeUpgrade(s,u,e,r,n,i)}completeUpgrade(e,r,n,i,s,o){if(!i.readable||!i.writable)return i.destroy();if(i[DS])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Zm)return kn(i,503);let a=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${cS("sha1").update(e+pS).digest("base64")}`],c=new fS(null),f=n.headers["sec-websocket-protocol"];if(f&&(f=f.split(",").map(ES),this.options.handleProtocols?f=this.options.handleProtocols(f,n):f=f[0],f&&(a.push(`Sec-WebSocket-Protocol: ${f}`),c._protocol=f)),r[ir.extensionName]){let p=r[ir.extensionName].params,m=hS({[ir.extensionName]:[p]});a.push(`Sec-WebSocket-Extensions: ${m}`),c._extensions=r}this.emit("headers",a,n),i.write(a.concat(`\r
34
29
  `).join(`\r
35
- `)),r.removeListener("error",pc),c.setSocket(r,n,this.options.maxPayload),this.clients&&(this.clients.add(c),c.on("close",()=>this.clients.delete(c))),o(c,i)}};D9.exports=oc;function Ey(t,e){for(let a of Object.keys(e))t.on(a,e[a]);return function(){for(let i of Object.keys(e))t.removeListener(i,e[i])}}function sc(t){t._state=h9,t.emit("close")}function pc(){this.destroy()}function us(t,e,a,i){t.writable&&(a=a||n1.STATUS_CODES[e],i={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(a),...i},t.write(`HTTP/1.1 ${e} ${n1.STATUS_CODES[e]}\r
36
- `+Object.keys(i).map(r=>`${r}: ${i[r]}`).join(`\r
30
+ `)),i.removeListener("error",ml),c.setSocket(i,s,this.options.maxPayload),this.clients&&(this.clients.add(c),c.on("close",()=>this.clients.delete(c))),o(c,n)}};e0.exports=Dl;function gS(t,e){for(let r of Object.keys(e))t.on(r,e[r]);return function(){for(let n of Object.keys(e))t.removeListener(n,e[n])}}function pl(t){t._state=Qm,t.emit("close")}function ml(){this.destroy()}function kn(t,e,r,n){t.writable&&(r=r||Rs.STATUS_CODES[e],n={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(r),...n},t.write(`HTTP/1.1 ${e} ${Rs.STATUS_CODES[e]}\r
31
+ `+Object.keys(n).map(i=>`${i}: ${n[i]}`).join(`\r
37
32
  `)+`\r
38
33
  \r
39
- `+a)),t.removeListener("error",pc),t.destroy()}function Cy(t){return t.trim()}});var g9=R((wI,b9)=>{"use strict";u();var cs=nc();cs.createWebSocketStream=c9();cs.Server=v9();cs.Receiver=Gu();cs.Sender=Yu();b9.exports=cs});var x9=R((SI,_9)=>{"use strict";u();_9.exports=g9()});var A9=R((Dq,T9)=>{u();T9.exports=typeof queueMicrotask=="function"?queueMicrotask:t=>Promise.resolve().then(t)});var B9=R((bq,R9)=>{u();R9.exports=typeof process<"u"&&typeof process.nextTick=="function"?process.nextTick.bind(process):A9()});var N9=R((xq,k9)=>{u();k9.exports=class{constructor(e){if(!(e>0)||e-1&e)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(e),this.mask=e-1,this.top=0,this.btm=0,this.next=null}clear(){this.top=this.btm=0,this.next=null,this.buffer.fill(void 0)}push(e){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=e,this.top=this.top+1&this.mask,!0)}shift(){let e=this.buffer[this.btm];if(e!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,e}peek(){return this.buffer[this.btm]}isEmpty(){return this.buffer[this.btm]===void 0}}});var uc=R((Sq,P9)=>{u();var O9=N9();P9.exports=class{constructor(e){this.hwm=e||16,this.head=new O9(this.hwm),this.tail=this.head,this.length=0}clear(){this.head=this.tail,this.head.clear(),this.length=0}push(e){if(this.length++,!this.head.push(e)){let a=this.head;this.head=a.next=new O9(2*this.head.buffer.length),this.head.push(e)}}shift(){this.length!==0&&this.length--;let e=this.tail.shift();if(e===void 0&&this.tail.next){let a=this.tail.next;return this.tail.next=null,this.tail=a,this.tail.shift()}return e}peek(){let e=this.tail.peek();return e===void 0&&this.tail.next?this.tail.next.peek():e}isEmpty(){return this.length===0}}});var Fc=R((Cq,i5)=>{u();var{EventEmitter:ky}=require("events"),m1=new Error("Stream was destroyed"),cc=new Error("Premature close"),V9=B9(),M9=uc(),Pe=(1<<27)-1,tr=1,_c=2,Xi=4,fs=8,W9=Pe^tr,Ny=Pe^_c,_s=16,hs=32,Yr=64,hi=128,Ds=256,xc=512,Ji=1024,mc=2048,wc=4096,yc=8192,Ht=16384,zr=32768,f1=65536,$9=Ds|xc,Oy=_s|f1,Py=Yr|_s,Ly=wc|hi,Iy=Pe^_s,qy=Pe^Yr,jy=Pe^(Yr|f1),Vy=Pe^f1,My=Pe^Ds,Wy=Pe^(hi|yc),$y=Pe^Ji,L9=Pe^$9,z9=Pe^zr,zy=Pe^hs,Di=1<<17,Hr=2<<17,xs=4<<17,Zi=8<<17,ws=16<<17,ar=32<<17,fc=64<<17,Ur=128<<17,Sc=256<<17,Gr=512<<17,U9=Pe^(Di|Sc),H9=Pe^xs,Uy=Pe^Gr,Hy=Pe^ws,Gy=Pe^Zi,G9=Pe^Ur,Yy=Pe^Hr,vs=_s|Di,Y9=Pe^vs,Ec=Ht|ar,La=Xi|fs|_c,St=La|tr,K9=La|Ec,Ky=H9&qy,Cc=Ur|zr,Qy=Cc&Y9,Q9=St|Qy,Xy=St|Ji|Ht,I9=St|Ht|hi,Jy=St|Ji|hi,Zy=St|wc|hi|yc,eS=St|_s|Ji|Ht|f1,tS=La|Ji|Ht,aS=hs|St|zr|Yr,iS=St|Gr|ar,rS=Zi|ws,X9=Zi|Di,nS=Zi|ws|St|Di,q9=St|Di|Zi,sS=xs|Di,oS=Di|Sc,pS=St|Gr|X9|ar,dS=ws|La|Gr|ar,lS=Hr|St|Ur|xs,d1=Symbol.asyncIterator||Symbol("asyncIterator"),l1=class{constructor(e,{highWaterMark:a=16384,map:i=null,mapWritable:r,byteLength:n,byteLengthWritable:o}={}){this.stream=e,this.queue=new M9,this.highWaterMark=a,this.buffered=0,this.error=null,this.pipeline=null,this.drains=null,this.byteLength=o||n||a5,this.map=r||i,this.afterWrite=mS.bind(this),this.afterUpdateNextTick=DS.bind(this)}get ended(){return(this.stream._duplexState&ar)!==0}push(e){return this.map!==null&&(e=this.map(e)),this.buffered+=this.byteLength(e),this.queue.push(e),this.buffered<this.highWaterMark?(this.stream._duplexState|=Zi,!0):(this.stream._duplexState|=rS,!1)}shift(){let e=this.queue.shift();return this.buffered-=this.byteLength(e),this.buffered===0&&(this.stream._duplexState&=Gy),e}end(e){typeof e=="function"?this.stream.once("finish",e):e!=null&&this.push(e),this.stream._duplexState=(this.stream._duplexState|Gr)&H9}autoBatch(e,a){let i=[],r=this.stream;for(i.push(e);(r._duplexState&q9)===X9;)i.push(r._writableState.shift());if(r._duplexState&St)return a(null);r._writev(i,a)}update(){let e=this.stream;e._duplexState|=Hr;do{for(;(e._duplexState&q9)===Zi;){let a=this.shift();e._duplexState|=oS,e._write(a,this.afterWrite)}e._duplexState&sS||this.updateNonPrimary()}while(this.continueUpdate()===!0);e._duplexState&=Yy}updateNonPrimary(){let e=this.stream;if((e._duplexState&pS)===Gr){e._duplexState=(e._duplexState|Di)&Uy,e._final(cS.bind(this));return}if((e._duplexState&La)===Xi){e._duplexState&Cc||(e._duplexState|=vs,e._destroy(J9.bind(this)));return}(e._duplexState&Q9)===tr&&(e._duplexState=(e._duplexState|vs)&W9,e._open(Z9.bind(this)))}continueUpdate(){return this.stream._duplexState&Ur?(this.stream._duplexState&=G9,!0):!1}updateCallback(){(this.stream._duplexState&lS)===xs?this.update():this.updateNextTick()}updateNextTick(){this.stream._duplexState&Ur||(this.stream._duplexState|=Ur,this.stream._duplexState&Hr||V9(this.afterUpdateNextTick))}},hc=class{constructor(e,{highWaterMark:a=16384,map:i=null,mapReadable:r,byteLength:n,byteLengthReadable:o}={}){this.stream=e,this.queue=new M9,this.highWaterMark=a,this.buffered=0,this.error=null,this.pipeline=null,this.byteLength=o||n||a5,this.map=r||i,this.pipeTo=null,this.afterRead=fS.bind(this),this.afterUpdateNextTick=hS.bind(this)}get ended(){return(this.stream._duplexState&Ht)!==0}pipe(e,a){if(this.pipeTo!==null)throw new Error("Can only pipe to one destination");if(typeof a!="function"&&(a=null),this.stream._duplexState|=xc,this.pipeTo=e,this.pipeline=new vc(this.stream,e,a),a&&this.stream.on("error",j9),gs(e))e._writableState.pipeline=this.pipeline,a&&e.on("error",j9),e.on("finish",this.pipeline.finished.bind(this.pipeline));else{let i=this.pipeline.done.bind(this.pipeline,e),r=this.pipeline.done.bind(this.pipeline,e,null);e.on("error",i),e.on("close",r),e.on("finish",this.pipeline.finished.bind(this.pipeline))}e.on("drain",uS.bind(this)),this.stream.emit("piping",e),e.emit("pipe",this.stream)}push(e){let a=this.stream;return e===null?(this.highWaterMark=0,a._duplexState=(a._duplexState|Ji)&jy,!1):(this.map!==null&&(e=this.map(e)),this.buffered+=this.byteLength(e),this.queue.push(e),a._duplexState=(a._duplexState|hi)&Vy,this.buffered<this.highWaterMark)}shift(){let e=this.queue.shift();return this.buffered-=this.byteLength(e),this.buffered===0&&(this.stream._duplexState&=Wy),e}unshift(e){let a=[this.map!==null?this.map(e):e];for(;this.buffered>0;)a.push(this.shift());for(let i=0;i<a.length-1;i++){let r=a[i];this.buffered+=this.byteLength(r),this.queue.push(r)}this.push(a[a.length-1])}read(){let e=this.stream;if((e._duplexState&I9)===hi){let a=this.shift();return this.pipeTo!==null&&this.pipeTo.write(a)===!1&&(e._duplexState&=L9),e._duplexState&mc&&e.emit("data",a),a}return null}drain(){let e=this.stream;for(;(e._duplexState&I9)===hi&&e._duplexState&$9;){let a=this.shift();this.pipeTo!==null&&this.pipeTo.write(a)===!1&&(e._duplexState&=L9),e._duplexState&mc&&e.emit("data",a)}}update(){let e=this.stream;e._duplexState|=hs;do{for(this.drain();this.buffered<this.highWaterMark&&!(e._duplexState&eS);)e._duplexState|=Oy,e._read(this.afterRead),this.drain();(e._duplexState&Zy)===Ly&&(e._duplexState|=yc,e.emit("readable")),e._duplexState&Py||this.updateNonPrimary()}while(this.continueUpdate()===!0);e._duplexState&=zy}updateNonPrimary(){let e=this.stream;if((e._duplexState&Jy)===Ji&&(e._duplexState=(e._duplexState|Ht)&$y,e.emit("end"),(e._duplexState&K9)===Ec&&(e._duplexState|=Xi),this.pipeTo!==null&&this.pipeTo.end()),(e._duplexState&La)===Xi){e._duplexState&Cc||(e._duplexState|=vs,e._destroy(J9.bind(this)));return}(e._duplexState&Q9)===tr&&(e._duplexState=(e._duplexState|vs)&W9,e._open(Z9.bind(this)))}continueUpdate(){return this.stream._duplexState&zr?(this.stream._duplexState&=z9,!0):!1}updateCallback(){(this.stream._duplexState&aS)===Yr?this.update():this.updateNextTick()}updateNextTick(){this.stream._duplexState&zr||(this.stream._duplexState|=zr,this.stream._duplexState&hs||V9(this.afterUpdateNextTick))}},Dc=class{constructor(e){this.data=null,this.afterTransform=bS.bind(e),this.afterFinal=null}},vc=class{constructor(e,a,i){this.from=e,this.to=a,this.afterPipe=i,this.error=null,this.pipeToFinished=!1}finished(){this.pipeToFinished=!0}done(e,a){if(a&&(this.error=a),e===this.to&&(this.to=null,this.from!==null)){(!(this.from._duplexState&Ht)||!this.pipeToFinished)&&this.from.destroy(this.error||new Error("Writable stream closed prematurely"));return}if(e===this.from&&(this.from=null,this.to!==null)){e._duplexState&Ht||this.to.destroy(this.error||new Error("Readable stream closed before ending"));return}this.afterPipe!==null&&this.afterPipe(this.error),this.to=this.from=this.afterPipe=null}};function uS(){this.stream._duplexState|=xc,this.updateCallback()}function cS(t){let e=this.stream;t&&e.destroy(t),e._duplexState&La||(e._duplexState|=ar,e.emit("finish")),(e._duplexState&K9)===Ec&&(e._duplexState|=Xi),e._duplexState&=U9,e._duplexState&Hr?this.updateNextTick():this.update()}function J9(t){let e=this.stream;!t&&this.error!==m1&&(t=this.error),t&&e.emit("error",t),e._duplexState|=fs,e.emit("close");let a=e._readableState,i=e._writableState;if(a!==null&&a.pipeline!==null&&a.pipeline.done(e,t),i!==null){for(;i.drains!==null&&i.drains.length>0;)i.drains.shift().resolve(!1);i.pipeline!==null&&i.pipeline.done(e,t)}}function mS(t){let e=this.stream;t&&e.destroy(t),e._duplexState&=U9,this.drains!==null&&vS(this.drains),(e._duplexState&nS)===ws&&(e._duplexState&=Hy,(e._duplexState&fc)===fc&&e.emit("drain")),this.updateCallback()}function fS(t){t&&this.stream.destroy(t),this.stream._duplexState&=Iy,this.updateCallback()}function hS(){this.stream._duplexState&hs||(this.stream._duplexState&=z9,this.update())}function DS(){this.stream._duplexState&Hr||(this.stream._duplexState&=G9,this.update())}function vS(t){for(let e=0;e<t.length;e++)--t[e].writes===0&&(t.shift().resolve(!0),e--)}function Z9(t){let e=this.stream;t&&e.destroy(t),e._duplexState&Xi||(e._duplexState&Xy||(e._duplexState|=Yr),e._duplexState&iS||(e._duplexState|=xs),e.emit("open")),e._duplexState&=Y9,e._writableState!==null&&e._writableState.updateCallback(),e._readableState!==null&&e._readableState.updateCallback()}function bS(t,e){e!=null&&this.push(e),this._writableState.afterWrite(t)}var bs=class extends ky{constructor(e){super(),this._duplexState=0,this._readableState=null,this._writableState=null,e&&(e.open&&(this._open=e.open),e.destroy&&(this._destroy=e.destroy),e.predestroy&&(this._predestroy=e.predestroy),e.signal&&e.signal.addEventListener("abort",SS.bind(this)))}_open(e){e(null)}_destroy(e){e(null)}_predestroy(){}get readable(){return this._readableState!==null?!0:void 0}get writable(){return this._writableState!==null?!0:void 0}get destroyed(){return(this._duplexState&fs)!==0}get destroying(){return(this._duplexState&La)!==0}destroy(e){this._duplexState&La||(e||(e=m1),this._duplexState=(this._duplexState|Xi)&Ky,this._readableState!==null&&(this._readableState.highWaterMark=0,this._readableState.error=e),this._writableState!==null&&(this._writableState.highWaterMark=0,this._writableState.error=e),this._duplexState|=_c,this._predestroy(),this._duplexState&=Ny,this._readableState!==null&&this._readableState.updateNextTick(),this._writableState!==null&&this._writableState.updateNextTick())}on(e,a){return this._readableState!==null&&(e==="data"&&(this._duplexState|=mc|Ds,this._readableState.updateNextTick()),e==="readable"&&(this._duplexState|=wc,this._readableState.updateNextTick())),this._writableState!==null&&e==="drain"&&(this._duplexState|=fc,this._writableState.updateNextTick()),super.on(e,a)}},er=class extends bs{constructor(e){super(e),this._duplexState|=tr|ar,this._readableState=new hc(this,e),e&&(e.read&&(this._read=e.read),e.eagerOpen&&this._readableState.updateNextTick())}_read(e){e(null)}pipe(e,a){return this._readableState.updateNextTick(),this._readableState.pipe(e,a),e}read(){return this._readableState.updateNextTick(),this._readableState.read()}push(e){return this._readableState.updateNextTick(),this._readableState.push(e)}unshift(e){return this._readableState.updateNextTick(),this._readableState.unshift(e)}resume(){return this._duplexState|=Ds,this._readableState.updateNextTick(),this}pause(){return this._duplexState&=My,this}static _fromAsyncIterator(e,a){let i,r=new er({...a,read(o){e.next().then(n).then(o.bind(null,null)).catch(o)},predestroy(){i=e.return()},destroy(o){if(!i)return o(null);i.then(o.bind(null,null)).catch(o)}});return r;function n(o){o.done?r.push(null):r.push(o.value)}}static from(e,a){if(wS(e))return e;if(e[d1])return this._fromAsyncIterator(e[d1](),a);Array.isArray(e)||(e=e===void 0?[]:[e]);let i=0;return new er({...a,read(r){this.push(i===e.length?null:e[i++]),r(null)}})}static isBackpressured(e){return(e._duplexState&tS)!==0||e._readableState.buffered>=e._readableState.highWaterMark}static isPaused(e){return(e._duplexState&Ds)===0}[d1](){let e=this,a=null,i=null,r=null;return this.on("error",c=>{a=c}),this.on("readable",n),this.on("close",o),{[d1](){return this},next(){return new Promise(function(c,f){i=c,r=f;let v=e.read();v!==null?l(v):e._duplexState&fs&&l(null)})},return(){return d(null)},throw(c){return d(c)}};function n(){i!==null&&l(e.read())}function o(){i!==null&&l(null)}function l(c){r!==null&&(a?r(a):c===null&&!(e._duplexState&Ht)?r(m1):i({value:c,done:c===null}),r=i=null)}function d(c){return e.destroy(c),new Promise((f,v)=>{if(e._duplexState&fs)return f({value:void 0,done:!0});e.once("close",function(){c?v(c):f({value:void 0,done:!0})})})}}},bc=class extends bs{constructor(e){super(e),this._duplexState|=tr|Ht,this._writableState=new l1(this,e),e&&(e.writev&&(this._writev=e.writev),e.write&&(this._write=e.write),e.final&&(this._final=e.final),e.eagerOpen&&this._writableState.updateNextTick())}_writev(e,a){a(null)}_write(e,a){this._writableState.autoBatch(e,a)}_final(e){e(null)}static isBackpressured(e){return(e._duplexState&dS)!==0}static drained(e){if(e.destroyed)return Promise.resolve(!1);let a=e._writableState,i=a.queue.length+(e._duplexState&Sc?1:0);return i===0?Promise.resolve(!0):(a.drains===null&&(a.drains=[]),new Promise(r=>{a.drains.push({writes:i,resolve:r})}))}write(e){return this._writableState.updateNextTick(),this._writableState.push(e)}end(e){return this._writableState.updateNextTick(),this._writableState.end(e),this}},u1=class extends er{constructor(e){super(e),this._duplexState=tr,this._writableState=new l1(this,e),e&&(e.writev&&(this._writev=e.writev),e.write&&(this._write=e.write),e.final&&(this._final=e.final))}_writev(e,a){a(null)}_write(e,a){this._writableState.autoBatch(e,a)}_final(e){e(null)}write(e){return this._writableState.updateNextTick(),this._writableState.push(e)}end(e){return this._writableState.updateNextTick(),this._writableState.end(e),this}},c1=class extends u1{constructor(e){super(e),this._transformState=new Dc(this),e&&(e.transform&&(this._transform=e.transform),e.flush&&(this._flush=e.flush))}_write(e,a){this._readableState.buffered>=this._readableState.highWaterMark?this._transformState.data=e:this._transform(e,this._transformState.afterTransform)}_read(e){if(this._transformState.data!==null){let a=this._transformState.data;this._transformState.data=null,e(null),this._transform(a,this._transformState.afterTransform)}else e(null)}_transform(e,a){a(null,e)}_flush(e){e(null)}_final(e){this._transformState.afterFinal=e,this._flush(gS.bind(this))}},gc=class extends c1{};function gS(t,e){let a=this._transformState.afterFinal;if(t)return a(t);e!=null&&this.push(e),this.push(null),a(null)}function _S(...t){return new Promise((e,a)=>e5(...t,i=>{if(i)return a(i);e()}))}function e5(t,...e){let a=Array.isArray(t)?[...t,...e]:[t,...e],i=a.length&&typeof a[a.length-1]=="function"?a.pop():null;if(a.length<2)throw new Error("Pipeline requires at least 2 streams");let r=a[0],n=null,o=null;for(let c=1;c<a.length;c++)n=a[c],gs(r)?r.pipe(n,d):(l(r,!0,c>1,d),r.pipe(n)),r=n;if(i){let c=!1,f=gs(n)||!!(n._writableState&&n._writableState.autoDestroy);n.on("error",v=>{o===null&&(o=v)}),n.on("finish",()=>{c=!0,f||i(o)}),f&&n.on("close",()=>i(o||(c?null:cc)))}return n;function l(c,f,v,h){c.on("error",h),c.on("close",D);function D(){if(f&&c._readableState&&!c._readableState.ended||v&&c._writableState&&!c._writableState.ended)return h(cc)}}function d(c){if(!(!c||o)){o=c;for(let f of a)f.destroy(c)}}}function t5(t){return!!t._readableState||!!t._writableState}function gs(t){return typeof t._duplexState=="number"&&t5(t)}function xS(t){let e=t._readableState&&t._readableState.error||t._writableState&&t._writableState.error;return e===m1?null:e}function wS(t){return gs(t)&&t.readable}function yS(t){return typeof t=="object"&&t!==null&&typeof t.byteLength=="number"}function a5(t){return yS(t)?t.byteLength:1024}function j9(){}function SS(){this.destroy(new Error("Stream aborted."))}i5.exports={pipeline:e5,pipelinePromise:_S,isStream:t5,isStreamx:gs,getStreamError:xS,Stream:bs,Writable:bc,Readable:er,Duplex:u1,Transform:c1,PassThrough:gc}});var h1=R((Tq,r5)=>{u();function ES(t){return Buffer.isBuffer(t)||t instanceof Uint8Array}function CS(t){return Buffer.isEncoding(t)}function FS(t,e,a){return Buffer.alloc(t,e,a)}function TS(t){return Buffer.allocUnsafe(t)}function AS(t){return Buffer.allocUnsafeSlow(t)}function RS(t,e){return Buffer.byteLength(t,e)}function BS(t,e){return Buffer.compare(t,e)}function kS(t,e){return Buffer.concat(t,e)}function NS(t,e,a,i,r){return Le(t).copy(e,a,i,r)}function OS(t,e){return Le(t).equals(e)}function PS(t,e,a,i,r){return Le(t).fill(e,a,i,r)}function LS(t,e,a){return Buffer.from(t,e,a)}function IS(t,e,a,i){return Le(t).includes(e,a,i)}function qS(t,e,a,i){return Le(t).indexOf(e,a,i)}function jS(t,e,a,i){return Le(t).lastIndexOf(e,a,i)}function VS(t){return Le(t).swap16()}function MS(t){return Le(t).swap32()}function WS(t){return Le(t).swap64()}function Le(t){return Buffer.isBuffer(t)?t:Buffer.from(t.buffer,t.byteOffset,t.byteLength)}function $S(t,e,a,i){return Le(t).toString(e,a,i)}function zS(t,e,a,i,r){return Le(t).write(e,a,i,r)}function US(t,e,a){return Le(t).writeDoubleLE(e,a)}function HS(t,e,a){return Le(t).writeFloatLE(e,a)}function GS(t,e,a){return Le(t).writeUInt32LE(e,a)}function YS(t,e,a){return Le(t).writeInt32LE(e,a)}function KS(t,e){return Le(t).readDoubleLE(e)}function QS(t,e){return Le(t).readFloatLE(e)}function XS(t,e){return Le(t).readUInt32LE(e)}function JS(t,e){return Le(t).readInt32LE(e)}r5.exports={isBuffer:ES,isEncoding:CS,alloc:FS,allocUnsafe:TS,allocUnsafeSlow:AS,byteLength:RS,compare:BS,concat:kS,copy:NS,equals:OS,fill:PS,from:LS,includes:IS,indexOf:qS,lastIndexOf:jS,swap16:VS,swap32:MS,swap64:WS,toBuffer:Le,toString:$S,write:zS,writeDoubleLE:US,writeFloatLE:HS,writeUInt32LE:GS,writeInt32LE:YS,readDoubleLE:KS,readFloatLE:QS,readUInt32LE:XS,readInt32LE:JS}});var Rc=R(Qr=>{u();var ue=h1(),ZS="0000000000000000000",eE="7777777777777777777",D1="0".charCodeAt(0),n5=ue.from([117,115,116,97,114,0]),tE=ue.from([D1,D1]),aE=ue.from([117,115,116,97,114,32]),iE=ue.from([32,0]),rE=4095,ys=257,Ac=263;Qr.decodeLongPath=function(e,a){return Kr(e,0,e.length,a)};Qr.encodePax=function(e){let a="";e.name&&(a+=Tc(" path="+e.name+`
40
- `)),e.linkname&&(a+=Tc(" linkpath="+e.linkname+`
41
- `));let i=e.pax;if(i)for(let r in i)a+=Tc(" "+r+"="+i[r]+`
42
- `);return ue.from(a)};Qr.decodePax=function(e){let a={};for(;e.length;){let i=0;for(;i<e.length&&e[i]!==32;)i++;let r=parseInt(e.subarray(0,i).toString(),10);if(!r)return a;let n=ue.toString(e.subarray(i+1,r-1)),o=n.indexOf("=");if(o===-1)return a;a[n.slice(0,o)]=n.slice(o+1),e=e.subarray(r)}return a};Qr.encode=function(e){let a=ue.alloc(512),i=e.name,r="";if(e.typeflag===5&&i[i.length-1]!=="/"&&(i+="/"),ue.byteLength(i)!==i.length)return null;for(;ue.byteLength(i)>100;){let n=i.indexOf("/");if(n===-1)return null;r+=r?"/"+i.slice(0,n):i.slice(0,n),i=i.slice(n+1)}return ue.byteLength(i)>100||ue.byteLength(r)>155||e.linkname&&ue.byteLength(e.linkname)>100?null:(ue.write(a,i),ue.write(a,bi(e.mode&rE,6),100),ue.write(a,bi(e.uid,6),108),ue.write(a,bi(e.gid,6),116),uE(e.size,a,124),ue.write(a,bi(e.mtime.getTime()/1e3|0,11),136),a[156]=D1+dE(e.type),e.linkname&&ue.write(a,e.linkname,157),ue.copy(n5,a,ys),ue.copy(tE,a,Ac),e.uname&&ue.write(a,e.uname,265),e.gname&&ue.write(a,e.gname,297),ue.write(a,bi(e.devmajor||0,6),329),ue.write(a,bi(e.devminor||0,6),337),r&&ue.write(a,r,345),ue.write(a,bi(o5(a),6),148),a)};Qr.decode=function(e,a,i){let r=e[156]===0?0:e[156]-D1,n=Kr(e,0,100,a),o=vi(e,100,8),l=vi(e,108,8),d=vi(e,116,8),c=vi(e,124,12),f=vi(e,136,12),v=pE(r),h=e[157]===0?null:Kr(e,157,100,a),D=Kr(e,265,32),g=Kr(e,297,32),F=vi(e,329,8),E=vi(e,337,8),C=o5(e);if(C===8*32)return null;if(C!==vi(e,148,8))throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");if(nE(e))e[345]&&(n=Kr(e,345,155,a)+"/"+n);else if(!sE(e)){if(!i)throw new Error("Invalid tar header: unknown format.")}return r===0&&n&&n[n.length-1]==="/"&&(r=5),{name:n,mode:o,uid:l,gid:d,size:c,mtime:new Date(1e3*f),type:v,linkname:h,uname:D,gname:g,devmajor:F,devminor:E,pax:null}};function nE(t){return ue.equals(n5,t.subarray(ys,ys+6))}function sE(t){return ue.equals(aE,t.subarray(ys,ys+6))&&ue.equals(iE,t.subarray(Ac,Ac+2))}function oE(t,e,a){return typeof t!="number"?a:(t=~~t,t>=e?e:t>=0||(t+=e,t>=0)?t:0)}function pE(t){switch(t){case 0:return"file";case 1:return"link";case 2:return"symlink";case 3:return"character-device";case 4:return"block-device";case 5:return"directory";case 6:return"fifo";case 7:return"contiguous-file";case 72:return"pax-header";case 55:return"pax-global-header";case 27:return"gnu-long-link-path";case 28:case 30:return"gnu-long-path"}return null}function dE(t){switch(t){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72}return 0}function s5(t,e,a,i){for(;a<i;a++)if(t[a]===e)return a;return i}function o5(t){let e=256;for(let a=0;a<148;a++)e+=t[a];for(let a=156;a<512;a++)e+=t[a];return e}function bi(t,e){return t=t.toString(8),t.length>e?eE.slice(0,e)+" ":ZS.slice(0,e-t.length)+t+" "}function lE(t,e,a){e[a]=128;for(let i=11;i>0;i--)e[a+i]=t&255,t=Math.floor(t/256)}function uE(t,e,a){t.toString(8).length>11?lE(t,e,a):ue.write(e,bi(t,11),a)}function cE(t){let e;if(t[0]===128)e=!0;else if(t[0]===255)e=!1;else return null;let a=[],i;for(i=t.length-1;i>0;i--){let o=t[i];e?a.push(o):a.push(255-o)}let r=0,n=a.length;for(i=0;i<n;i++)r+=a[i]*Math.pow(256,i);return e?r:-1*r}function vi(t,e,a){if(t=t.subarray(e,e+a),e=0,t[e]&128)return cE(t);{for(;e<t.length&&t[e]===32;)e++;let i=oE(s5(t,32,e,t.length),t.length,t.length);for(;e<i&&t[e]===0;)e++;return i===e?0:parseInt(t.subarray(e,i).toString(),8)}}function Kr(t,e,a,i){return ue.toString(t.subarray(e,s5(t,0,e,e+a)),i)}function Tc(t){let e=ue.byteLength(t),a=Math.floor(Math.log(e)/Math.log(10))+1;return e+a>=Math.pow(10,a)&&a++,e+a+t}});var c5=R((kq,u5)=>{u();var{Writable:mE,Readable:fE,getStreamError:p5}=Fc(),hE=uc(),d5=h1(),Xr=Rc(),DE=d5.alloc(0),kc=class{constructor(){this.buffered=0,this.shifted=0,this.queue=new hE,this._offset=0}push(e){this.buffered+=e.byteLength,this.queue.push(e)}shiftFirst(e){return this._buffered===0?null:this._next(e)}shift(e){if(e>this.buffered)return null;if(e===0)return DE;let a=this._next(e);if(e===a.byteLength)return a;let i=[a];for(;(e-=a.byteLength)>0;)a=this._next(e),i.push(a);return d5.concat(i)}_next(e){let a=this.queue.peek(),i=a.byteLength-this._offset;if(e>=i){let r=this._offset?a.subarray(this._offset,a.byteLength):a;return this.queue.shift(),this._offset=0,this.buffered-=i,this.shifted+=i,r}return this.buffered-=e,this.shifted+=e,a.subarray(this._offset,this._offset+=e)}},Nc=class extends fE{constructor(e,a,i){super(),this.header=a,this.offset=i,this._parent=e}_read(e){this.header.size===0&&this.push(null),this._parent._stream===this&&this._parent._update(),e(null)}_predestroy(){this._parent.destroy(p5(this))}_detach(){this._parent._stream===this&&(this._parent._stream=null,this._parent._missing=l5(this.header.size),this._parent._update())}_destroy(e){this._detach(),e(null)}},Oc=class extends mE{constructor(e){super(e),e||(e={}),this._buffer=new kc,this._offset=0,this._header=null,this._stream=null,this._missing=0,this._longHeader=!1,this._callback=Bc,this._locked=!1,this._finished=!1,this._pax=null,this._paxGlobal=null,this._gnuLongPath=null,this._gnuLongLinkPath=null,this._filenameEncoding=e.filenameEncoding||"utf-8",this._allowUnknownFormat=!!e.allowUnknownFormat,this._unlockBound=this._unlock.bind(this)}_unlock(e){if(this._locked=!1,e){this.destroy(e),this._continueWrite(e);return}this._update()}_consumeHeader(){if(this._locked)return!1;this._offset=this._buffer.shifted;try{this._header=Xr.decode(this._buffer.shift(512),this._filenameEncoding,this._allowUnknownFormat)}catch(e){return this._continueWrite(e),!1}if(!this._header)return!0;switch(this._header.type){case"gnu-long-path":case"gnu-long-link-path":case"pax-global-header":case"pax-header":return this._longHeader=!0,this._missing=this._header.size,!0}return this._locked=!0,this._applyLongHeaders(),this._header.size===0||this._header.type==="directory"?(this.emit("entry",this._header,this._createStream(),this._unlockBound),!0):(this._stream=this._createStream(),this._missing=this._header.size,this.emit("entry",this._header,this._stream,this._unlockBound),!0)}_applyLongHeaders(){this._gnuLongPath&&(this._header.name=this._gnuLongPath,this._gnuLongPath=null),this._gnuLongLinkPath&&(this._header.linkname=this._gnuLongLinkPath,this._gnuLongLinkPath=null),this._pax&&(this._pax.path&&(this._header.name=this._pax.path),this._pax.linkpath&&(this._header.linkname=this._pax.linkpath),this._pax.size&&(this._header.size=parseInt(this._pax.size,10)),this._header.pax=this._pax,this._pax=null)}_decodeLongHeader(e){switch(this._header.type){case"gnu-long-path":this._gnuLongPath=Xr.decodeLongPath(e,this._filenameEncoding);break;case"gnu-long-link-path":this._gnuLongLinkPath=Xr.decodeLongPath(e,this._filenameEncoding);break;case"pax-global-header":this._paxGlobal=Xr.decodePax(e);break;case"pax-header":this._pax=this._paxGlobal===null?Xr.decodePax(e):Object.assign({},this._paxGlobal,Xr.decodePax(e));break}}_consumeLongHeader(){this._longHeader=!1,this._missing=l5(this._header.size);let e=this._buffer.shift(this._header.size);try{this._decodeLongHeader(e)}catch(a){return this._continueWrite(a),!1}return!0}_consumeStream(){let e=this._buffer.shiftFirst(this._missing);if(e===null)return!1;this._missing-=e.byteLength;let a=this._stream.push(e);return this._missing===0?(this._stream.push(null),a&&this._stream._detach(),a&&this._locked===!1):a}_createStream(){return new Nc(this,this._header,this._offset)}_update(){for(;this._buffer.buffered>0&&!this.destroying;){if(this._missing>0){if(this._stream!==null){if(this._consumeStream()===!1)return;continue}if(this._longHeader===!0){if(this._missing>this._buffer.buffered)break;if(this._consumeLongHeader()===!1)return!1;continue}let e=this._buffer.shiftFirst(this._missing);e!==null&&(this._missing-=e.byteLength);continue}if(this._buffer.buffered<512)break;if(this._stream!==null||this._consumeHeader()===!1)return}this._continueWrite(null)}_continueWrite(e){let a=this._callback;this._callback=Bc,a(e)}_write(e,a){this._callback=a,this._buffer.push(e),this._update()}_final(e){this._finished=this._missing===0&&this._buffer.buffered===0,e(this._finished?null:new Error("Unexpected end of data"))}_predestroy(){this._continueWrite(null)}_destroy(e){this._stream&&this._stream.destroy(p5(this)),e(null)}[Symbol.asyncIterator](){let e=null,a=null,i=null,r=null,n=null,o=this;return this.on("entry",c),this.on("error",h=>{e=h}),this.on("close",f),{[Symbol.asyncIterator](){return this},next(){return new Promise(d)},return(){return v(null)},throw(h){return v(h)}};function l(h){if(!n)return;let D=n;n=null,D(h)}function d(h,D){if(e)return D(e);if(r){h({value:r,done:!1}),r=null;return}a=h,i=D,l(null),o._finished&&a&&(a({value:void 0,done:!0}),a=i=null)}function c(h,D,g){n=g,D.on("error",Bc),a?(a({value:D,done:!1}),a=i=null):r=D}function f(){l(e),a&&(e?i(e):a({value:void 0,done:!0}),a=i=null)}function v(h){return o.destroy(h),l(h),new Promise((D,g)=>{if(o.destroyed)return D({value:void 0,done:!0});o.once("close",function(){h?g(h):D({value:void 0,done:!0})})})}}};u5.exports=function(e){return new Oc(e)};function Bc(){}function l5(t){return t&=511,t&&512-t}});var f5=R((Oq,Pc)=>{u();var m5={S_IFMT:61440,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960};try{Pc.exports=require("fs").constants||m5}catch{Pc.exports=m5}});var g5=R((Lq,b5)=>{u();var{Readable:vE,Writable:bE,getStreamError:h5}=Fc(),ir=h1(),Jr=f5(),v1=Rc(),gE=493,_E=420,D5=ir.alloc(1024),Ic=class extends bE{constructor(e,a,i){super({mapWritable:wE,eagerOpen:!0}),this.written=0,this.header=a,this._callback=i,this._linkname=null,this._isLinkname=a.type==="symlink"&&!a.linkname,this._isVoid=a.type!=="file"&&a.type!=="contiguous-file",this._finished=!1,this._pack=e,this._openCallback=null,this._pack._stream===null?this._pack._stream=this:this._pack._pending.push(this)}_open(e){this._openCallback=e,this._pack._stream===this&&this._continueOpen()}_continuePack(e){if(this._callback===null)return;let a=this._callback;this._callback=null,a(e)}_continueOpen(){this._pack._stream===null&&(this._pack._stream=this);let e=this._openCallback;if(this._openCallback=null,e!==null){if(this._pack.destroying)return e(new Error("pack stream destroyed"));if(this._pack._finalized)return e(new Error("pack stream is already finalized"));this._pack._stream=this,this._isLinkname||this._pack._encode(this.header),this._isVoid&&(this._finish(),this._continuePack(null)),e(null)}}_write(e,a){if(this._isLinkname)return this._linkname=this._linkname?ir.concat([this._linkname,e]):e,a(null);if(this._isVoid)return e.byteLength>0?a(new Error("No body allowed for this entry")):a();if(this.written+=e.byteLength,this._pack.push(e))return a();this._pack._drain=a}_finish(){this._finished||(this._finished=!0,this._isLinkname&&(this.header.linkname=this._linkname?ir.toString(this._linkname,"utf-8"):"",this._pack._encode(this.header)),v5(this._pack,this.header.size),this._pack._done(this))}_final(e){if(this.written!==this.header.size)return e(new Error("Size mismatch"));this._finish(),e(null)}_getError(){return h5(this)||new Error("tar entry destroyed")}_predestroy(){this._pack.destroy(this._getError())}_destroy(e){this._pack._done(this),this._continuePack(this._finished?null:this._getError()),e()}},qc=class extends vE{constructor(e){super(e),this._drain=Lc,this._finalized=!1,this._finalizing=!1,this._pending=[],this._stream=null}entry(e,a,i){if(this._finalized||this.destroying)throw new Error("already finalized or destroyed");typeof a=="function"&&(i=a,a=null),i||(i=Lc),(!e.size||e.type==="symlink")&&(e.size=0),e.type||(e.type=xE(e.mode)),e.mode||(e.mode=e.type==="directory"?gE:_E),e.uid||(e.uid=0),e.gid||(e.gid=0),e.mtime||(e.mtime=new Date),typeof a=="string"&&(a=ir.from(a));let r=new Ic(this,e,i);return ir.isBuffer(a)?(e.size=a.byteLength,r.write(a),r.end(),r):(r._isVoid,r)}finalize(){if(this._stream||this._pending.length>0){this._finalizing=!0;return}this._finalized||(this._finalized=!0,this.push(D5),this.push(null))}_done(e){e===this._stream&&(this._stream=null,this._finalizing&&this.finalize(),this._pending.length&&this._pending.shift()._continueOpen())}_encode(e){if(!e.pax){let a=v1.encode(e);if(a){this.push(a);return}}this._encodePax(e)}_encodePax(e){let a=v1.encodePax({name:e.name,linkname:e.linkname,pax:e.pax}),i={name:"PaxHeader",mode:e.mode,uid:e.uid,gid:e.gid,size:a.byteLength,mtime:e.mtime,type:"pax-header",linkname:e.linkname&&"PaxHeader",uname:e.uname,gname:e.gname,devmajor:e.devmajor,devminor:e.devminor};this.push(v1.encode(i)),this.push(a),v5(this,a.byteLength),i.size=e.size,i.type=e.type,this.push(v1.encode(i))}_doDrain(){let e=this._drain;this._drain=Lc,e()}_predestroy(){let e=h5(this);for(this._stream&&this._stream.destroy(e);this._pending.length;){let a=this._pending.shift();a.destroy(e),a._continueOpen()}this._doDrain()}_read(e){this._doDrain(),e()}};b5.exports=function(e){return new qc(e)};function xE(t){switch(t&Jr.S_IFMT){case Jr.S_IFBLK:return"block-device";case Jr.S_IFCHR:return"character-device";case Jr.S_IFDIR:return"directory";case Jr.S_IFIFO:return"fifo";case Jr.S_IFLNK:return"symlink"}return"file"}function Lc(){}function v5(t,e){e&=511,e&&t.push(D5.subarray(0,512-e))}function wE(t){return ir.isBuffer(t)?t:ir.from(t)}});var _5=R(jc=>{u();jc.extract=c5();jc.pack=g5()});var y5=R((Vq,w5)=>{u();w5.exports=x5;function x5(t,e){if(t&&e)return x5(t)(e);if(typeof t!="function")throw new TypeError("need wrapper function");return Object.keys(t).forEach(function(i){a[i]=t[i]}),a;function a(){for(var i=new Array(arguments.length),r=0;r<i.length;r++)i[r]=arguments[r];var n=t.apply(this,i),o=i[i.length-1];return typeof n=="function"&&n!==o&&Object.keys(o).forEach(function(l){n[l]=o[l]}),n}}});var Mc=R((Wq,Vc)=>{u();var S5=y5();Vc.exports=S5(b1);Vc.exports.strict=S5(E5);b1.proto=b1(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return b1(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return E5(this)},configurable:!0})});function b1(t){var e=function(){return e.called?e.value:(e.called=!0,e.value=t.apply(this,arguments))};return e.called=!1,e}function E5(t){var e=function(){if(e.called)throw new Error(e.onceError);return e.called=!0,e.value=t.apply(this,arguments)},a=t.name||"Function wrapped with `once`";return e.onceError=a+" shouldn't be called more than once",e.called=!1,e}});var T5=R((zq,F5)=>{u();var yE=Mc(),SE=function(){},EE=function(t){return t.setHeader&&typeof t.abort=="function"},CE=function(t){return t.stdio&&Array.isArray(t.stdio)&&t.stdio.length===3},C5=function(t,e,a){if(typeof e=="function")return C5(t,null,e);e||(e={}),a=yE(a||SE);var i=t._writableState,r=t._readableState,n=e.readable||e.readable!==!1&&t.readable,o=e.writable||e.writable!==!1&&t.writable,l=!1,d=function(){t.writable||c()},c=function(){o=!1,n||a.call(t)},f=function(){n=!1,o||a.call(t)},v=function(E){a.call(t,E?new Error("exited with error code: "+E):null)},h=function(E){a.call(t,E)},D=function(){process.nextTick(g)},g=function(){if(!l){if(n&&!(r&&r.ended&&!r.destroyed))return a.call(t,new Error("premature close"));if(o&&!(i&&i.ended&&!i.destroyed))return a.call(t,new Error("premature close"))}},F=function(){t.req.on("finish",c)};return EE(t)?(t.on("complete",c),t.on("abort",D),t.req?F():t.on("request",F)):o&&!i&&(t.on("end",d),t.on("close",d)),CE(t)&&t.on("exit",v),t.on("end",f),t.on("finish",c),e.error!==!1&&t.on("error",h),t.on("close",D),function(){l=!0,t.removeListener("complete",c),t.removeListener("abort",D),t.removeListener("request",F),t.req&&t.req.removeListener("finish",c),t.removeListener("end",d),t.removeListener("close",d),t.removeListener("finish",c),t.removeListener("exit",v),t.removeListener("end",f),t.removeListener("error",h),t.removeListener("close",D)}};F5.exports=C5});var B5=R((Hq,R5)=>{u();var FE=Mc(),TE=T5(),Wc=require("fs"),Ss=function(){},AE=/^v?\.0/.test(process.version),g1=function(t){return typeof t=="function"},RE=function(t){return!AE||!Wc?!1:(t instanceof(Wc.ReadStream||Ss)||t instanceof(Wc.WriteStream||Ss))&&g1(t.close)},BE=function(t){return t.setHeader&&g1(t.abort)},kE=function(t,e,a,i){i=FE(i);var r=!1;t.on("close",function(){r=!0}),TE(t,{readable:e,writable:a},function(o){if(o)return i(o);r=!0,i()});var n=!1;return function(o){if(!r&&!n){if(n=!0,RE(t))return t.close(Ss);if(BE(t))return t.abort();if(g1(t.destroy))return t.destroy();i(o||new Error("stream was destroyed"))}}},A5=function(t){t()},NE=function(t,e){return t.pipe(e)},OE=function(){var t=Array.prototype.slice.call(arguments),e=g1(t[t.length-1]||Ss)&&t.pop()||Ss;if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new Error("pump requires two streams per minimum");var a,i=t.map(function(r,n){var o=n<t.length-1,l=n>0;return kE(r,o,l,function(d){a||(a=d),d&&i.forEach(A5),!o&&(i.forEach(A5),e(a))})});return t.reduce(NE)};R5.exports=OE});var P5=R((Yq,O5)=>{u();var _1=require("path"),k5=require("fs"),N5=parseInt("0777",8);O5.exports=Zr.mkdirp=Zr.mkdirP=Zr;function Zr(t,e,a,i){typeof e=="function"?(a=e,e={}):(!e||typeof e!="object")&&(e={mode:e});var r=e.mode,n=e.fs||k5;r===void 0&&(r=N5&~process.umask()),i||(i=null);var o=a||function(){};t=_1.resolve(t),n.mkdir(t,r,function(l){if(!l)return i=i||t,o(null,i);switch(l.code){case"ENOENT":Zr(_1.dirname(t),e,function(d,c){d?o(d,c):Zr(t,e,o,c)});break;default:n.stat(t,function(d,c){d||!c.isDirectory()?o(l,i):o(null,i)});break}})}Zr.sync=function t(e,a,i){(!a||typeof a!="object")&&(a={mode:a});var r=a.mode,n=a.fs||k5;r===void 0&&(r=N5&~process.umask()),i||(i=null),e=_1.resolve(e);try{n.mkdirSync(e,r),i=i||e}catch(l){switch(l.code){case"ENOENT":i=t(_1.dirname(e),a,i),t(e,a,i);break;default:var o;try{o=n.statSync(e)}catch{throw l}if(!o.isDirectory())throw l;break}}return i}});var $5=R(zc=>{u();var L5=_5(),I5=B5(),PE=P5(),q5=require("fs"),Et=require("path"),Es=process.platform==="win32";zc.pack=function(e,a){e||(e="."),a||(a={});let i=a.fs||q5,r=a.ignore||a.filter||Cs,n=a.mapStream||M5,o=qE(i,a.dereference?i.stat:i.lstat,e,r,a.entries,a.sort),l=a.strict!==!1,d=typeof a.umask=="number"?~a.umask:~j5(),c=a.pack||L5.pack(),f=a.finish||Cs,v=a.map||Cs,h=typeof a.dmode=="number"?a.dmode:0,D=typeof a.fmode=="number"?a.fmode:0;a.strip&&(v=W5(v,a.strip)),a.readable&&(h|=parseInt(555,8),D|=parseInt(444,8)),a.writable&&(h|=parseInt(333,8),D|=parseInt(222,8)),E();function g(C,P){i.readlink(Et.join(e,C),function(j,S){if(j)return c.destroy(j);P.linkname=$c(S),c.entry(P,E)})}function F(C,P,j){if(C)return c.destroy(C);if(!P)return a.finalize!==!1&&c.finalize(),f(c);if(j.isSocket())return E();let S={name:$c(P),mode:(j.mode|(j.isDirectory()?h:D))&d,mtime:j.mtime,size:j.size,type:"file",uid:j.uid,gid:j.gid};if(j.isDirectory())return S.size=0,S.type="directory",S=v(S)||S,c.entry(S,E);if(j.isSymbolicLink())return S.size=0,S.type="symlink",S=v(S)||S,g(P,S);if(S=v(S)||S,!j.isFile())return l?c.destroy(new Error("unsupported type for "+P)):E();let A=c.entry(S,E),T=n(i.createReadStream(Et.join(e,P),{start:0,end:S.size>0?S.size-1:S.size}),S);T.on("error",function(O){A.destroy(O)}),I5(T,A)}function E(C){if(C)return c.destroy(C);o(F)}return c};function LE(t){return t.length?t[t.length-1]:null}function IE(){return process.getuid?process.getuid():-1}function j5(){return process.umask?process.umask():0}zc.extract=function(e,a){e||(e="."),a||(a={});let i=a.fs||q5,r=a.ignore||a.filter||Cs,n=a.mapStream||M5,o=a.chown!==!1&&!Es&&IE()===0,l=a.extract||L5.extract(),d=[],c=new Date,f=typeof a.umask=="number"?~a.umask:~j5(),v=a.strict!==!1,h=a.map||Cs,D=typeof a.dmode=="number"?a.dmode:0,g=typeof a.fmode=="number"?a.fmode:0;return a.strip&&(h=W5(h,a.strip)),a.readable&&(D|=parseInt(555,8),g|=parseInt(444,8)),a.writable&&(D|=parseInt(333,8),g|=parseInt(222,8)),l.on("entry",F),a.finish&&l.on("finish",a.finish),l;function F(S,A,T){S=h(S)||S,S.name=$c(S.name);let O=Et.join(e,Et.join("/",S.name));if(r(O,S))return A.resume(),T();if(S.type==="directory")return d.push([O,S.mtime]),j(O,{fs:i,own:o,uid:S.uid,gid:S.gid,mode:S.mode},N);let x=Et.dirname(O);V5(i,x,Et.join(e,"."),function(W,z){if(W)return T(W);if(!z)return T(new Error(x+" is not a valid path"));j(x,{fs:i,own:o,uid:S.uid,gid:S.gid,mode:493},function(M){if(M)return T(M);switch(S.type){case"file":return Q();case"link":return V();case"symlink":return I()}if(v)return T(new Error("unsupported type for "+O+" ("+S.type+")"));A.resume(),T()})});function N(W){if(W)return T(W);C(O,S,function(z){if(z)return T(z);if(Es)return T();P(O,S,T)})}function I(){if(Es)return T();i.unlink(O,function(){i.symlink(S.linkname,O,N)})}function V(){if(Es)return T();i.unlink(O,function(){let W=Et.join(e,Et.join("/",S.linkname));i.link(W,O,function(z){if(z&&z.code==="EPERM"&&a.hardlinkAsFilesFallback)return A=i.createReadStream(W),Q();N(z)})})}function Q(){let W=i.createWriteStream(O),z=n(A,S);W.on("error",function(M){z.destroy(M)}),I5(z,W,function(M){if(M)return T(M);W.on("close",N)})}}function E(S,A){let T;for(;(T=LE(d))&&S.slice(0,T[0].length)!==T[0];)d.pop();if(!T)return A();i.utimes(T[0],c,T[1],A)}function C(S,A,T){if(a.utimes===!1)return T();if(A.type==="directory")return i.utimes(S,c,A.mtime,T);if(A.type==="symlink")return E(S,T);i.utimes(S,c,A.mtime,function(O){if(O)return T(O);E(S,T)})}function P(S,A,T){let O=A.type==="symlink",x=O?i.lchmod:i.chmod,N=O?i.lchown:i.chown;if(!x)return T();let I=(A.mode|(A.type==="directory"?D:g))&f;N&&o?N.call(i,S,A.uid,A.gid,V):V(null);function V(Q){if(Q)return T(Q);if(!x)return T();x.call(i,S,I,T)}}function j(S,A,T){i.stat(S,function(O){if(!O)return T(null);if(O.code!=="ENOENT")return T(O);PE(S,{fs:A.fs,mode:A.mode},function(x,N){if(x)return T(x);P(S,A,T)})})}};function V5(t,e,a,i){if(e===a)return i(null,!0);t.lstat(e,function(r,n){if(r&&r.code==="ENOENT")return V5(t,Et.join(e,".."),a,i);if(r)return i(r);i(null,n.isDirectory())})}function Cs(){}function M5(t){return t}function $c(t){return Es?t.replace(/\\/g,"/").replace(/[:?<>|]/g,"_"):t}function qE(t,e,a,i,r,n){r||(r=["."]);let o=r.slice(0);return function(d){if(!o.length)return d(null);let c=o.shift(),f=Et.join(a,c);e.call(t,f,function(v,h){if(v)return d(r.indexOf(c)===-1&&v.code==="ENOENT"?null:v);if(!h.isDirectory())return d(null,c,h);t.readdir(f,function(D,g){if(D)return d(D);n&&g.sort();for(let F=0;F<g.length;F++)i(Et.join(a,c,g[F]))||o.push(Et.join(c,g[F]));d(null,c,h)})})}}function W5(t,e){return function(a){a.name=a.name.split("/").slice(e).join("/");let i=a.linkname;return i&&(a.type==="link"||Et.isAbsolute(i))&&(a.linkname=i.split("/").slice(e).join("/")),t(a)}}});var H5=R((nj,Hc)=>{u();var gi={};typeof Hc>"u"?window.eastasianwidth=gi:Hc.exports=gi;gi.eastAsianWidth=function(t){var e=t.charCodeAt(0),a=t.length==2?t.charCodeAt(1):0,i=e;return 55296<=e&&e<=56319&&56320<=a&&a<=57343&&(e&=1023,a&=1023,i=e<<10|a,i+=65536),i==12288||65281<=i&&i<=65376||65504<=i&&i<=65510?"F":i==8361||65377<=i&&i<=65470||65474<=i&&i<=65479||65482<=i&&i<=65487||65490<=i&&i<=65495||65498<=i&&i<=65500||65512<=i&&i<=65518?"H":4352<=i&&i<=4447||4515<=i&&i<=4519||4602<=i&&i<=4607||9001<=i&&i<=9002||11904<=i&&i<=11929||11931<=i&&i<=12019||12032<=i&&i<=12245||12272<=i&&i<=12283||12289<=i&&i<=12350||12353<=i&&i<=12438||12441<=i&&i<=12543||12549<=i&&i<=12589||12593<=i&&i<=12686||12688<=i&&i<=12730||12736<=i&&i<=12771||12784<=i&&i<=12830||12832<=i&&i<=12871||12880<=i&&i<=13054||13056<=i&&i<=19903||19968<=i&&i<=42124||42128<=i&&i<=42182||43360<=i&&i<=43388||44032<=i&&i<=55203||55216<=i&&i<=55238||55243<=i&&i<=55291||63744<=i&&i<=64255||65040<=i&&i<=65049||65072<=i&&i<=65106||65108<=i&&i<=65126||65128<=i&&i<=65131||110592<=i&&i<=110593||127488<=i&&i<=127490||127504<=i&&i<=127546||127552<=i&&i<=127560||127568<=i&&i<=127569||131072<=i&&i<=194367||177984<=i&&i<=196605||196608<=i&&i<=262141?"W":32<=i&&i<=126||162<=i&&i<=163||165<=i&&i<=166||i==172||i==175||10214<=i&&i<=10221||10629<=i&&i<=10630?"Na":i==161||i==164||167<=i&&i<=168||i==170||173<=i&&i<=174||176<=i&&i<=180||182<=i&&i<=186||188<=i&&i<=191||i==198||i==208||215<=i&&i<=216||222<=i&&i<=225||i==230||232<=i&&i<=234||236<=i&&i<=237||i==240||242<=i&&i<=243||247<=i&&i<=250||i==252||i==254||i==257||i==273||i==275||i==283||294<=i&&i<=295||i==299||305<=i&&i<=307||i==312||319<=i&&i<=322||i==324||328<=i&&i<=331||i==333||338<=i&&i<=339||358<=i&&i<=359||i==363||i==462||i==464||i==466||i==468||i==470||i==472||i==474||i==476||i==593||i==609||i==708||i==711||713<=i&&i<=715||i==717||i==720||728<=i&&i<=731||i==733||i==735||768<=i&&i<=879||913<=i&&i<=929||931<=i&&i<=937||945<=i&&i<=961||963<=i&&i<=969||i==1025||1040<=i&&i<=1103||i==1105||i==8208||8211<=i&&i<=8214||8216<=i&&i<=8217||8220<=i&&i<=8221||8224<=i&&i<=8226||8228<=i&&i<=8231||i==8240||8242<=i&&i<=8243||i==8245||i==8251||i==8254||i==8308||i==8319||8321<=i&&i<=8324||i==8364||i==8451||i==8453||i==8457||i==8467||i==8470||8481<=i&&i<=8482||i==8486||i==8491||8531<=i&&i<=8532||8539<=i&&i<=8542||8544<=i&&i<=8555||8560<=i&&i<=8569||i==8585||8592<=i&&i<=8601||8632<=i&&i<=8633||i==8658||i==8660||i==8679||i==8704||8706<=i&&i<=8707||8711<=i&&i<=8712||i==8715||i==8719||i==8721||i==8725||i==8730||8733<=i&&i<=8736||i==8739||i==8741||8743<=i&&i<=8748||i==8750||8756<=i&&i<=8759||8764<=i&&i<=8765||i==8776||i==8780||i==8786||8800<=i&&i<=8801||8804<=i&&i<=8807||8810<=i&&i<=8811||8814<=i&&i<=8815||8834<=i&&i<=8835||8838<=i&&i<=8839||i==8853||i==8857||i==8869||i==8895||i==8978||9312<=i&&i<=9449||9451<=i&&i<=9547||9552<=i&&i<=9587||9600<=i&&i<=9615||9618<=i&&i<=9621||9632<=i&&i<=9633||9635<=i&&i<=9641||9650<=i&&i<=9651||9654<=i&&i<=9655||9660<=i&&i<=9661||9664<=i&&i<=9665||9670<=i&&i<=9672||i==9675||9678<=i&&i<=9681||9698<=i&&i<=9701||i==9711||9733<=i&&i<=9734||i==9737||9742<=i&&i<=9743||9748<=i&&i<=9749||i==9756||i==9758||i==9792||i==9794||9824<=i&&i<=9825||9827<=i&&i<=9829||9831<=i&&i<=9834||9836<=i&&i<=9837||i==9839||9886<=i&&i<=9887||9918<=i&&i<=9919||9924<=i&&i<=9933||9935<=i&&i<=9953||i==9955||9960<=i&&i<=9983||i==10045||i==10071||10102<=i&&i<=10111||11093<=i&&i<=11097||12872<=i&&i<=12879||57344<=i&&i<=63743||65024<=i&&i<=65039||i==65533||127232<=i&&i<=127242||127248<=i&&i<=127277||127280<=i&&i<=127337||127344<=i&&i<=127386||917760<=i&&i<=917999||983040<=i&&i<=1048573||1048576<=i&&i<=1114109?"A":"N"};gi.characterLength=function(t){var e=this.eastAsianWidth(t);return e=="F"||e=="W"||e=="A"?2:1};function U5(t){return t.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}gi.length=function(t){for(var e=U5(t),a=0,i=0;i<e.length;i++)a=a+this.characterLength(e[i]);return a};gi.slice=function(t,e,a){textLen=gi.length(t),e=e||0,a=a||1,e<0&&(e=textLen+e),a<0&&(a=textLen+a);for(var i="",r=0,n=U5(t),o=0;o<n.length;o++){var l=n[o],d=gi.length(l);if(r>=e-(d==2?1:0))if(r+d<=a)i+=l;else break;r+=d}return i}});var Y5=R((oj,G5)=>{"use strict";u();G5.exports=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}});var X5=R((hj,VE)=>{VE.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 Yc=R((Dj,Gc)=>{"use strict";u();var J5=X5();Gc.exports=J5;Gc.exports.default=J5});var r7=R((_j,i7)=>{"use strict";u();i7.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 s7=R((wj,n7)=>{"use strict";u();var GE=r7();n7.exports=t=>typeof t=="string"?t.replace(GE(),""):t});var p7=R((Sj,Xc)=>{"use strict";u();var o7=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);Xc.exports=o7;Xc.exports.default=o7});var l7=R((Cj,d7)=>{"use strict";u();d7.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 c7=R((Tj,Jc)=>{"use strict";u();var YE=s7(),KE=p7(),QE=l7(),u7=t=>{if(typeof t!="string"||t.length===0||(t=YE(t),t.length===0))return 0;t=t.replace(QE()," ");let e=0;for(let a=0;a<t.length;a++){let i=t.codePointAt(a);i<=31||i>=127&&i<=159||i>=768&&i<=879||(i>65535&&a++,e+=KE(i)?2:1)}return e};Jc.exports=u7;Jc.exports.default=u7});var f7=R((Rj,m7)=>{"use strict";u();var XE=c7();function rr(t,e){if(!t)return t;e=e||{};let a=e.align||"center";if(a==="left")return t;let i=e.split||`
43
- `,r=e.pad||" ",n=a!=="right"?JE:ZE,o=!1;Array.isArray(t)||(o=!0,t=String(t).split(i));let l,d=0;return t=t.map(function(c){return c=String(c),l=XE(c),d=Math.max(l,d),{str:c,width:l}}).map(function(c){return new Array(n(d,c.width)+1).join(r)+c.str}),o?t.join(i):t}rr.left=function(e){return rr(e,{align:"left"})};rr.center=function(e){return rr(e,{align:"center"})};rr.right=function(e){return rr(e,{align:"right"})};m7.exports=rr;function JE(t,e){return Math.floor((t-e)/2)}function ZE(t,e){return t-e}});var wC={};uo(wC,{pkg:()=>Wo});module.exports=sm(wC);u();var z7=G(require("update-notifier"));var Q1={};uo(Q1,{author:()=>bD,bin:()=>CD,bugs:()=>gD,default:()=>AD,dependencies:()=>FD,description:()=>hD,devDependencies:()=>SD,engines:()=>TD,files:()=>ED,homepage:()=>DD,license:()=>vD,name:()=>fD,publishConfig:()=>xD,repository:()=>_D,scripts:()=>yD,sideEffects:()=>wD,version:()=>X1});var fD="@e2b/cli",X1="0.0.13",hD="CLI for managing e2b environments",DD="https://e2b.dev",vD="MIT",bD={name:"FoundryLabs, Inc.",email:"hello@e2b.dev",url:"https://e2b.dev"},gD="https://github.com/e2b-dev/e2b/issues",_D={type:"git",url:"https://github.com/e2b-dev/e2b/tree/main/packages/cli"},xD={access:"public"},wD=!1,yD={prepublishOnly:"npm run build",build:"tsup --minify",dev:"tsup --watch","test-e2b":"cd testground/demo-basic && ../../dist/index.js env build","check-deps":"knip"},SD={"@types/common-tags":"^1.8.2","@types/node":"16.11","@types/node-fetch":"^2.6.5","@types/tar-fs":"^2.0.2","@types/tar-stream":"^3.1.1","@types/update-notifier":"5.1.0",knip:"^2.19.5",tsup:"^6.5.0",typescript:"^4.9.3"},ED=["dist","LICENSE","README","package.json"],CD={e2b:"dist/index.js"},FD={"@balena/dockerignore":"^1.0.2","@e2b/sdk":"workspace:*","@nodelib/fs.walk":"^1.2.8","async-listen":"^3.0.1",boxen:"^7.0.0",chalk:"^5.1.2",commander:"^9.4.1","common-tags":"^1.8.2","cross-blob":"^3.0.2","formdata-node":"^5.0.1",ignore:"^5.2.4","node-fetch":"^3.3.2",open:"^8.4.2","tar-fs":"^3.0.4","tar-stream":"^3.1.6","update-notifier":"5.1.0"},TD={node:">=16"},AD={name:fD,version:X1,description:hD,homepage:DD,license:vD,author:bD,bugs:gD,repository:_D,publishConfig:xD,sideEffects:wD,scripts:yD,devDependencies:SD,files:ED,bin:CD,dependencies:FD,engines:TD};u();u();var xm=G(_m(),1),{program:jC,createCommand:VC,createArgument:MC,createOption:WC,CommanderError:$C,InvalidArgumentError:zC,InvalidOptionArgumentError:UC,Command:ot,Argument:wm,Option:ym,Help:HC}=xm.default;u();var s6=G(Em());var Mo=G(require("fs")),o6=G(require("http")),p6=G(jm()),d6=G(require("path"));u();var Vm=G(require("os")),Mm=G(require("path")),go=G(require("fs")),Ha=Mm.join(Vm.homedir(),".e2b","config.json"),vd=process.env.E2B_DOCS_BASE||"https://e2b.dev/docs";function _n(){return go.existsSync(Ha)?JSON.parse(go.readFileSync(Ha,"utf8")):null}u();u();u();var Wm=(t=0)=>e=>`\x1B[${e+t}m`,$m=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,zm=(t=0)=>(e,a,i)=>`\x1B[${38+t};2;${e};${a};${i}m`,ye={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]}},sF=Object.keys(ye.modifier),dv=Object.keys(ye.color),lv=Object.keys(ye.bgColor),oF=[...dv,...lv];function uv(){let t=new Map;for(let[e,a]of Object.entries(ye)){for(let[i,r]of Object.entries(a))ye[i]={open:`\x1B[${r[0]}m`,close:`\x1B[${r[1]}m`},a[i]=ye[i],t.set(r[0],r[1]);Object.defineProperty(ye,e,{value:a,enumerable:!1})}return Object.defineProperty(ye,"codes",{value:t,enumerable:!1}),ye.color.close="\x1B[39m",ye.bgColor.close="\x1B[49m",ye.color.ansi=Wm(),ye.color.ansi256=$m(),ye.color.ansi16m=zm(),ye.bgColor.ansi=Wm(10),ye.bgColor.ansi256=$m(10),ye.bgColor.ansi16m=zm(10),Object.defineProperties(ye,{rgbToAnsi256:{value(e,a,i){return e===a&&a===i?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(a/255*5)+Math.round(i/255*5)},enumerable:!1},hexToRgb:{value(e){let a=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!a)return[0,0,0];let[i]=a;i.length===3&&(i=[...i].map(n=>n+n).join(""));let r=Number.parseInt(i,16);return[r>>16&255,r>>8&255,r&255]},enumerable:!1},hexToAnsi256:{value:e=>ye.rgbToAnsi256(...ye.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let a,i,r;if(e>=232)a=((e-232)*10+8)/255,i=a,r=a;else{e-=16;let l=e%36;a=Math.floor(e/36)/5,i=Math.floor(l/6)/5,r=l%6/5}let n=Math.max(a,i,r)*2;if(n===0)return 30;let o=30+(Math.round(r)<<2|Math.round(i)<<1|Math.round(a));return n===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(e,a,i)=>ye.ansi256ToAnsi(ye.rgbToAnsi256(e,a,i)),enumerable:!1},hexToAnsi:{value:e=>ye.ansi256ToAnsi(ye.hexToAnsi256(e)),enumerable:!1}}),ye}var cv=uv(),jt=cv;u();var xo=G(require("process"),1),Hm=G(require("os"),1),bd=G(require("tty"),1);function Tt(t,e=globalThis.Deno?globalThis.Deno.args:xo.default.argv){let a=t.startsWith("-")?"":t.length===1?"-":"--",i=e.indexOf(a+t),r=e.indexOf("--");return i!==-1&&(r===-1||i<r)}var{env:Ee}=xo.default,_o;Tt("no-color")||Tt("no-colors")||Tt("color=false")||Tt("color=never")?_o=0:(Tt("color")||Tt("colors")||Tt("color=true")||Tt("color=always"))&&(_o=1);function mv(){if("FORCE_COLOR"in Ee)return Ee.FORCE_COLOR==="true"?1:Ee.FORCE_COLOR==="false"?0:Ee.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(Ee.FORCE_COLOR,10),3)}function fv(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function hv(t,{streamIsTTY:e,sniffFlags:a=!0}={}){let i=mv();i!==void 0&&(_o=i);let r=a?_o:i;if(r===0)return 0;if(a){if(Tt("color=16m")||Tt("color=full")||Tt("color=truecolor"))return 3;if(Tt("color=256"))return 2}if("TF_BUILD"in Ee&&"AGENT_NAME"in Ee)return 1;if(t&&!e&&r===void 0)return 0;let n=r||0;if(Ee.TERM==="dumb")return n;if(xo.default.platform==="win32"){let o=Hm.default.release().split(".");return Number(o[0])>=10&&Number(o[2])>=10586?Number(o[2])>=14931?3:2:1}if("CI"in Ee)return"GITHUB_ACTIONS"in Ee||"GITEA_ACTIONS"in Ee?3:["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(o=>o in Ee)||Ee.CI_NAME==="codeship"?1:n;if("TEAMCITY_VERSION"in Ee)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ee.TEAMCITY_VERSION)?1:0;if(Ee.COLORTERM==="truecolor"||Ee.TERM==="xterm-kitty")return 3;if("TERM_PROGRAM"in Ee){let o=Number.parseInt((Ee.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ee.TERM_PROGRAM){case"iTerm.app":return o>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ee.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ee.TERM)||"COLORTERM"in Ee?1:n}function Um(t,e={}){let a=hv(t,{streamIsTTY:t&&t.isTTY,...e});return fv(a)}var Dv={stdout:Um({isTTY:bd.default.isatty(1)}),stderr:Um({isTTY:bd.default.isatty(2)})},Gm=Dv;u();function Ym(t,e,a){let i=t.indexOf(e);if(i===-1)return t;let r=e.length,n=0,o="";do o+=t.slice(n,i)+e+a,n=i+r,i=t.indexOf(e,n);while(i!==-1);return o+=t.slice(n),o}function Km(t,e,a,i){let r=0,n="";do{let o=t[i-1]==="\r";n+=t.slice(r,o?i-1:i)+e+(o?`\r
34
+ `+r)),t.removeListener("error",ml),t.destroy()}function ES(t){return t.trim()}});var n0=C((ZL,r0)=>{"use strict";l();var Ln=dl();Ln.createWebSocketStream=Xm();Ln.Server=t0();Ln.Receiver=el();Ln.Sender=rl();r0.exports=Ln});var s0=C((QL,i0)=>{"use strict";l();i0.exports=n0()});var f0=C((g7,c0)=>{"use strict";l();function ot(t){if(typeof t!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(t))}function l0(t,e){for(var r="",n=0,i=-1,s=0,o,u=0;u<=t.length;++u){if(u<t.length)o=t.charCodeAt(u);else{if(o===47)break;o=47}if(o===47){if(!(i===u-1||s===1))if(i!==u-1&&s===2){if(r.length<2||n!==2||r.charCodeAt(r.length-1)!==46||r.charCodeAt(r.length-2)!==46){if(r.length>2){var a=r.lastIndexOf("/");if(a!==r.length-1){a===-1?(r="",n=0):(r=r.slice(0,a),n=r.length-1-r.lastIndexOf("/")),i=u,s=0;continue}}else if(r.length===2||r.length===1){r="",n=0,i=u,s=0;continue}}e&&(r.length>0?r+="/..":r="..",n=2)}else r.length>0?r+="/"+t.slice(i+1,u):r=t.slice(i+1,u),n=u-i-1;i=u,s=0}else o===46&&s!==-1?++s:s=-1}return r}function FS(t,e){var r=e.dir||e.root,n=e.base||(e.name||"")+(e.ext||"");return r?r===e.root?r+n:r+t+n:n}var $r={resolve:function(){for(var e="",r=!1,n,i=arguments.length-1;i>=-1&&!r;i--){var s;i>=0?s=arguments[i]:(n===void 0&&(n=process.cwd()),s=n),ot(s),s.length!==0&&(e=s+"/"+e,r=s.charCodeAt(0)===47)}return e=l0(e,!r),r?e.length>0?"/"+e:"/":e.length>0?e:"."},normalize:function(e){if(ot(e),e.length===0)return".";var r=e.charCodeAt(0)===47,n=e.charCodeAt(e.length-1)===47;return e=l0(e,!r),e.length===0&&!r&&(e="."),e.length>0&&n&&(e+="/"),r?"/"+e:e},isAbsolute:function(e){return ot(e),e.length>0&&e.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var e,r=0;r<arguments.length;++r){var n=arguments[r];ot(n),n.length>0&&(e===void 0?e=n:e+="/"+n)}return e===void 0?".":$r.normalize(e)},relative:function(e,r){if(ot(e),ot(r),e===r||(e=$r.resolve(e),r=$r.resolve(r),e===r))return"";for(var n=1;n<e.length&&e.charCodeAt(n)===47;++n);for(var i=e.length,s=i-n,o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var u=r.length,a=u-o,c=s<a?s:a,f=-1,p=0;p<=c;++p){if(p===c){if(a>c){if(r.charCodeAt(o+p)===47)return r.slice(o+p+1);if(p===0)return r.slice(o+p)}else s>c&&(e.charCodeAt(n+p)===47?f=p:p===0&&(f=0));break}var m=e.charCodeAt(n+p),y=r.charCodeAt(o+p);if(m!==y)break;m===47&&(f=p)}var _="";for(p=n+f+1;p<=i;++p)(p===i||e.charCodeAt(p)===47)&&(_.length===0?_+="..":_+="/..");return _.length>0?_+r.slice(o+f):(o+=f,r.charCodeAt(o)===47&&++o,r.slice(o))},_makeLong:function(e){return e},dirname:function(e){if(ot(e),e.length===0)return".";for(var r=e.charCodeAt(0),n=r===47,i=-1,s=!0,o=e.length-1;o>=1;--o)if(r=e.charCodeAt(o),r===47){if(!s){i=o;break}}else s=!1;return i===-1?n?"/":".":n&&i===1?"//":e.slice(0,i)},basename:function(e,r){if(r!==void 0&&typeof r!="string")throw new TypeError('"ext" argument must be a string');ot(e);var n=0,i=-1,s=!0,o;if(r!==void 0&&r.length>0&&r.length<=e.length){if(r.length===e.length&&r===e)return"";var u=r.length-1,a=-1;for(o=e.length-1;o>=0;--o){var c=e.charCodeAt(o);if(c===47){if(!s){n=o+1;break}}else a===-1&&(s=!1,a=o+1),u>=0&&(c===r.charCodeAt(u)?--u===-1&&(i=o):(u=-1,i=a))}return n===i?i=a:i===-1&&(i=e.length),e.slice(n,i)}else{for(o=e.length-1;o>=0;--o)if(e.charCodeAt(o)===47){if(!s){n=o+1;break}}else i===-1&&(s=!1,i=o+1);return i===-1?"":e.slice(n,i)}},extname:function(e){ot(e);for(var r=-1,n=0,i=-1,s=!0,o=0,u=e.length-1;u>=0;--u){var a=e.charCodeAt(u);if(a===47){if(!s){n=u+1;break}continue}i===-1&&(s=!1,i=u+1),a===46?r===-1?r=u:o!==1&&(o=1):r!==-1&&(o=-1)}return r===-1||i===-1||o===0||o===1&&r===i-1&&r===n+1?"":e.slice(r,i)},format:function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return FS("/",e)},parse:function(e){ot(e);var r={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return r;var n=e.charCodeAt(0),i=n===47,s;i?(r.root="/",s=1):s=0;for(var o=-1,u=0,a=-1,c=!0,f=e.length-1,p=0;f>=s;--f){if(n=e.charCodeAt(f),n===47){if(!c){u=f+1;break}continue}a===-1&&(c=!1,a=f+1),n===46?o===-1?o=f:p!==1&&(p=1):o!==-1&&(p=-1)}return o===-1||a===-1||p===0||p===1&&o===a-1&&o===u+1?a!==-1&&(u===0&&i?r.base=r.name=e.slice(1,a):r.base=r.name=e.slice(u,a)):(u===0&&i?(r.name=e.slice(1,o),r.base=e.slice(1,a)):(r.name=e.slice(u,o),r.base=e.slice(u,a)),r.ext=e.slice(o,a)),u>0?r.dir=e.slice(0,u-1):i&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};$r.posix=$r;c0.exports=$r});var m0=C((Q7,xl)=>{"use strict";l();var Ht={};typeof xl>"u"?window.eastasianwidth=Ht:xl.exports=Ht;Ht.eastAsianWidth=function(t){var e=t.charCodeAt(0),r=t.length==2?t.charCodeAt(1):0,n=e;return 55296<=e&&e<=56319&&56320<=r&&r<=57343&&(e&=1023,r&=1023,n=e<<10|r,n+=65536),n==12288||65281<=n&&n<=65376||65504<=n&&n<=65510?"F":n==8361||65377<=n&&n<=65470||65474<=n&&n<=65479||65482<=n&&n<=65487||65490<=n&&n<=65495||65498<=n&&n<=65500||65512<=n&&n<=65518?"H":4352<=n&&n<=4447||4515<=n&&n<=4519||4602<=n&&n<=4607||9001<=n&&n<=9002||11904<=n&&n<=11929||11931<=n&&n<=12019||12032<=n&&n<=12245||12272<=n&&n<=12283||12289<=n&&n<=12350||12353<=n&&n<=12438||12441<=n&&n<=12543||12549<=n&&n<=12589||12593<=n&&n<=12686||12688<=n&&n<=12730||12736<=n&&n<=12771||12784<=n&&n<=12830||12832<=n&&n<=12871||12880<=n&&n<=13054||13056<=n&&n<=19903||19968<=n&&n<=42124||42128<=n&&n<=42182||43360<=n&&n<=43388||44032<=n&&n<=55203||55216<=n&&n<=55238||55243<=n&&n<=55291||63744<=n&&n<=64255||65040<=n&&n<=65049||65072<=n&&n<=65106||65108<=n&&n<=65126||65128<=n&&n<=65131||110592<=n&&n<=110593||127488<=n&&n<=127490||127504<=n&&n<=127546||127552<=n&&n<=127560||127568<=n&&n<=127569||131072<=n&&n<=194367||177984<=n&&n<=196605||196608<=n&&n<=262141?"W":32<=n&&n<=126||162<=n&&n<=163||165<=n&&n<=166||n==172||n==175||10214<=n&&n<=10221||10629<=n&&n<=10630?"Na":n==161||n==164||167<=n&&n<=168||n==170||173<=n&&n<=174||176<=n&&n<=180||182<=n&&n<=186||188<=n&&n<=191||n==198||n==208||215<=n&&n<=216||222<=n&&n<=225||n==230||232<=n&&n<=234||236<=n&&n<=237||n==240||242<=n&&n<=243||247<=n&&n<=250||n==252||n==254||n==257||n==273||n==275||n==283||294<=n&&n<=295||n==299||305<=n&&n<=307||n==312||319<=n&&n<=322||n==324||328<=n&&n<=331||n==333||338<=n&&n<=339||358<=n&&n<=359||n==363||n==462||n==464||n==466||n==468||n==470||n==472||n==474||n==476||n==593||n==609||n==708||n==711||713<=n&&n<=715||n==717||n==720||728<=n&&n<=731||n==733||n==735||768<=n&&n<=879||913<=n&&n<=929||931<=n&&n<=937||945<=n&&n<=961||963<=n&&n<=969||n==1025||1040<=n&&n<=1103||n==1105||n==8208||8211<=n&&n<=8214||8216<=n&&n<=8217||8220<=n&&n<=8221||8224<=n&&n<=8226||8228<=n&&n<=8231||n==8240||8242<=n&&n<=8243||n==8245||n==8251||n==8254||n==8308||n==8319||8321<=n&&n<=8324||n==8364||n==8451||n==8453||n==8457||n==8467||n==8470||8481<=n&&n<=8482||n==8486||n==8491||8531<=n&&n<=8532||8539<=n&&n<=8542||8544<=n&&n<=8555||8560<=n&&n<=8569||n==8585||8592<=n&&n<=8601||8632<=n&&n<=8633||n==8658||n==8660||n==8679||n==8704||8706<=n&&n<=8707||8711<=n&&n<=8712||n==8715||n==8719||n==8721||n==8725||n==8730||8733<=n&&n<=8736||n==8739||n==8741||8743<=n&&n<=8748||n==8750||8756<=n&&n<=8759||8764<=n&&n<=8765||n==8776||n==8780||n==8786||8800<=n&&n<=8801||8804<=n&&n<=8807||8810<=n&&n<=8811||8814<=n&&n<=8815||8834<=n&&n<=8835||8838<=n&&n<=8839||n==8853||n==8857||n==8869||n==8895||n==8978||9312<=n&&n<=9449||9451<=n&&n<=9547||9552<=n&&n<=9587||9600<=n&&n<=9615||9618<=n&&n<=9621||9632<=n&&n<=9633||9635<=n&&n<=9641||9650<=n&&n<=9651||9654<=n&&n<=9655||9660<=n&&n<=9661||9664<=n&&n<=9665||9670<=n&&n<=9672||n==9675||9678<=n&&n<=9681||9698<=n&&n<=9701||n==9711||9733<=n&&n<=9734||n==9737||9742<=n&&n<=9743||9748<=n&&n<=9749||n==9756||n==9758||n==9792||n==9794||9824<=n&&n<=9825||9827<=n&&n<=9829||9831<=n&&n<=9834||9836<=n&&n<=9837||n==9839||9886<=n&&n<=9887||9918<=n&&n<=9919||9924<=n&&n<=9933||9935<=n&&n<=9953||n==9955||9960<=n&&n<=9983||n==10045||n==10071||10102<=n&&n<=10111||11093<=n&&n<=11097||12872<=n&&n<=12879||57344<=n&&n<=63743||65024<=n&&n<=65039||n==65533||127232<=n&&n<=127242||127248<=n&&n<=127277||127280<=n&&n<=127337||127344<=n&&n<=127386||917760<=n&&n<=917999||983040<=n&&n<=1048573||1048576<=n&&n<=1114109?"A":"N"};Ht.characterLength=function(t){var e=this.eastAsianWidth(t);return e=="F"||e=="W"||e=="A"?2:1};function D0(t){return t.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}Ht.length=function(t){for(var e=D0(t),r=0,n=0;n<e.length;n++)r=r+this.characterLength(e[n]);return r};Ht.slice=function(t,e,r){textLen=Ht.length(t),e=e||0,r=r||1,e<0&&(e=textLen+e),r<0&&(r=textLen+r);for(var n="",i=0,s=D0(t),o=0;o<s.length;o++){var u=s[o],a=Ht.length(u);if(i>=e-(a==2?1:0))if(i+a<=r)n+=u;else break;i+=a}return n}});var E0=C((t4,g0)=>{"use strict";l();g0.exports=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}});var b0=C((l4,SS)=>{SS.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 _l=C((c4,bl)=>{"use strict";l();var _0=b0();bl.exports=_0;bl.exports.default=_0});var A0=C((p4,v0)=>{"use strict";l();v0.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 O0=C((m4,T0)=>{"use strict";l();var IS=A0();T0.exports=t=>typeof t=="string"?t.replace(IS(),""):t});var B0=C((E4,wl)=>{"use strict";l();var R0=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);wl.exports=R0;wl.exports.default=R0});var P0=C((x4,I0)=>{"use strict";l();I0.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 k0=C((_4,Sl)=>{"use strict";l();var PS=O0(),NS=B0(),kS=P0(),N0=t=>{if(typeof t!="string"||t.length===0||(t=PS(t),t.length===0))return 0;t=t.replace(kS()," ");let e=0;for(let r=0;r<t.length;r++){let n=t.codePointAt(r);n<=31||n>=127&&n<=159||n>=768&&n<=879||(n>65535&&r++,e+=NS(n)?2:1)}return e};Sl.exports=N0;Sl.exports.default=N0});var $0=C((F4,L0)=>{"use strict";l();var LS=k0();function or(t,e){if(!t)return t;e=e||{};let r=e.align||"center";if(r==="left")return t;let n=e.split||`
35
+ `,i=e.pad||" ",s=r!=="right"?$S:MS,o=!1;Array.isArray(t)||(o=!0,t=String(t).split(n));let u,a=0;return t=t.map(function(c){return c=String(c),u=LS(c),a=Math.max(u,a),{str:c,width:u}}).map(function(c){return new Array(s(a,c.width)+1).join(i)+c.str}),o?t.join(n):t}or.left=function(e){return or(e,{align:"left"})};or.center=function(e){return or(e,{align:"center"})};or.right=function(e){return or(e,{align:"right"})};L0.exports=or;function $S(t,e){return Math.floor((t-e)/2)}function MS(t,e){return t-e}});var tg=C((K4,eg)=>{"use strict";l();eg.exports=typeof queueMicrotask=="function"?queueMicrotask:t=>Promise.resolve().then(t)});var ng=C((X4,rg)=>{"use strict";l();rg.exports=typeof process<"u"&&typeof process.nextTick=="function"?process.nextTick.bind(process):tg()});var sg=C((Q4,ig)=>{"use strict";l();ig.exports=class{constructor(e){if(!(e>0)||e-1&e)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(e),this.mask=e-1,this.top=0,this.btm=0,this.next=null}clear(){this.top=this.btm=0,this.next=null,this.buffer.fill(void 0)}push(e){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=e,this.top=this.top+1&this.mask,!0)}shift(){let e=this.buffer[this.btm];if(e!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,e}peek(){return this.buffer[this.btm]}isEmpty(){return this.buffer[this.btm]===void 0}}});var Il=C((r$,ug)=>{"use strict";l();var og=sg();ug.exports=class{constructor(e){this.hwm=e||16,this.head=new og(this.hwm),this.tail=this.head,this.length=0}clear(){this.head=this.tail,this.head.clear(),this.length=0}push(e){if(this.length++,!this.head.push(e)){let r=this.head;this.head=r.next=new og(2*this.head.buffer.length),this.head.push(e)}}shift(){this.length!==0&&this.length--;let e=this.tail.shift();if(e===void 0&&this.tail.next){let r=this.tail.next;return this.tail.next=null,this.tail=r,this.tail.shift()}return e}peek(){let e=this.tail.peek();return e===void 0&&this.tail.next?this.tail.next.peek():e}isEmpty(){return this.length===0}}});var Yl=C((i$,Tg)=>{"use strict";l();var{EventEmitter:sv}=require("events"),zs=new Error("Stream was destroyed"),Pl=new Error("Premature close"),hg=ng(),dg=Il(),de=(1<<27)-1,cr=1,jl=2,ur=4,Gn=8,pg=de^cr,ov=de^jl,Xn=16,Wn=32,qr=64,jt=128,Vn=256,ql=512,ar=1024,Nl=2048,Gl=4096,Wl=8192,Xe=16384,Mr=32768,Ks=65536,Dg=Vn|ql,uv=Xn|Ks,av=qr|Xn,lv=Gl|jt,cv=de^Xn,fv=de^qr,hv=de^(qr|Ks),dv=de^Ks,pv=de^Vn,Dv=de^(jt|Wl),mv=de^ar,ag=de^Dg,mg=de^Mr,gv=de^Wn,qt=1<<17,Ur=2<<17,Zn=4<<17,lr=8<<17,Jn=16<<17,fr=32<<17,kl=64<<17,Hr=128<<17,Vl=256<<17,jr=512<<17,gg=de^(qt|Vl),Eg=de^Zn,Ev=de^jr,yv=de^Jn,xv=de^lr,yg=de^Hr,bv=de^Ur,zn=Xn|qt,xg=de^zn,zl=Xe|fr,_t=ur|Gn|jl,Le=_t|cr,bg=_t|zl,_v=Eg&fv,Kl=Hr|Mr,Cv=Kl&xg,_g=Le|Cv,Fv=Le|ar|Xe,lg=Le|Xe|jt,wv=Le|ar|jt,Sv=Le|Gl|jt|Wl,vv=Le|Xn|ar|Xe|Ks,Av=_t|ar|Xe,Tv=Wn|Le|Mr|qr,Ov=Le|jr|fr,Rv=lr|Jn,Cg=lr|qt,Bv=lr|Jn|Le|qt,cg=Le|qt|lr,Iv=Zn|qt,Pv=qt|Vl,Nv=Le|jr|Cg|fr,kv=Jn|_t|jr|fr,Lv=Ur|Le|Hr|Zn,js=Symbol.asyncIterator||Symbol("asyncIterator"),qs=class{constructor(e,{highWaterMark:r=16384,map:n=null,mapWritable:i,byteLength:s,byteLengthWritable:o}={}){this.stream=e,this.queue=new dg,this.highWaterMark=r,this.buffered=0,this.error=null,this.pipeline=null,this.drains=null,this.byteLength=o||s||Ag,this.map=i||n,this.afterWrite=Hv.bind(this),this.afterUpdateNextTick=qv.bind(this)}get ended(){return(this.stream._duplexState&fr)!==0}push(e){return this.map!==null&&(e=this.map(e)),this.buffered+=this.byteLength(e),this.queue.push(e),this.buffered<this.highWaterMark?(this.stream._duplexState|=lr,!0):(this.stream._duplexState|=Rv,!1)}shift(){let e=this.queue.shift();return this.buffered-=this.byteLength(e),this.buffered===0&&(this.stream._duplexState&=xv),e}end(e){typeof e=="function"?this.stream.once("finish",e):e!=null&&this.push(e),this.stream._duplexState=(this.stream._duplexState|jr)&Eg}autoBatch(e,r){let n=[],i=this.stream;for(n.push(e);(i._duplexState&cg)===Cg;)n.push(i._writableState.shift());if(i._duplexState&Le)return r(null);i._writev(n,r)}update(){let e=this.stream;e._duplexState|=Ur;do{for(;(e._duplexState&cg)===lr;){let r=this.shift();e._duplexState|=Pv,e._write(r,this.afterWrite)}e._duplexState&Iv||this.updateNonPrimary()}while(this.continueUpdate()===!0);e._duplexState&=bv}updateNonPrimary(){let e=this.stream;if((e._duplexState&Nv)===jr){e._duplexState=(e._duplexState|qt)&Ev,e._final(Mv.bind(this));return}if((e._duplexState&_t)===ur){e._duplexState&Kl||(e._duplexState|=zn,e._destroy(Fg.bind(this)));return}(e._duplexState&_g)===cr&&(e._duplexState=(e._duplexState|zn)&pg,e._open(wg.bind(this)))}continueUpdate(){return this.stream._duplexState&Hr?(this.stream._duplexState&=yg,!0):!1}updateCallback(){(this.stream._duplexState&Lv)===Zn?this.update():this.updateNextTick()}updateNextTick(){this.stream._duplexState&Hr||(this.stream._duplexState|=Hr,this.stream._duplexState&Ur||hg(this.afterUpdateNextTick))}},Ll=class{constructor(e,{highWaterMark:r=16384,map:n=null,mapReadable:i,byteLength:s,byteLengthReadable:o}={}){this.stream=e,this.queue=new dg,this.highWaterMark=r,this.buffered=0,this.error=null,this.pipeline=null,this.byteLength=o||s||Ag,this.map=i||n,this.pipeTo=null,this.afterRead=Uv.bind(this),this.afterUpdateNextTick=jv.bind(this)}get ended(){return(this.stream._duplexState&Xe)!==0}pipe(e,r){if(this.pipeTo!==null)throw new Error("Can only pipe to one destination");if(typeof r!="function"&&(r=null),this.stream._duplexState|=ql,this.pipeTo=e,this.pipeline=new Ml(this.stream,e,r),r&&this.stream.on("error",fg),Yn(e))e._writableState.pipeline=this.pipeline,r&&e.on("error",fg),e.on("finish",this.pipeline.finished.bind(this.pipeline));else{let n=this.pipeline.done.bind(this.pipeline,e),i=this.pipeline.done.bind(this.pipeline,e,null);e.on("error",n),e.on("close",i),e.on("finish",this.pipeline.finished.bind(this.pipeline))}e.on("drain",$v.bind(this)),this.stream.emit("piping",e),e.emit("pipe",this.stream)}push(e){let r=this.stream;return e===null?(this.highWaterMark=0,r._duplexState=(r._duplexState|ar)&hv,!1):(this.map!==null&&(e=this.map(e)),this.buffered+=this.byteLength(e),this.queue.push(e),r._duplexState=(r._duplexState|jt)&dv,this.buffered<this.highWaterMark)}shift(){let e=this.queue.shift();return this.buffered-=this.byteLength(e),this.buffered===0&&(this.stream._duplexState&=Dv),e}unshift(e){let r=[this.map!==null?this.map(e):e];for(;this.buffered>0;)r.push(this.shift());for(let n=0;n<r.length-1;n++){let i=r[n];this.buffered+=this.byteLength(i),this.queue.push(i)}this.push(r[r.length-1])}read(){let e=this.stream;if((e._duplexState&lg)===jt){let r=this.shift();return this.pipeTo!==null&&this.pipeTo.write(r)===!1&&(e._duplexState&=ag),e._duplexState&Nl&&e.emit("data",r),r}return null}drain(){let e=this.stream;for(;(e._duplexState&lg)===jt&&e._duplexState&Dg;){let r=this.shift();this.pipeTo!==null&&this.pipeTo.write(r)===!1&&(e._duplexState&=ag),e._duplexState&Nl&&e.emit("data",r)}}update(){let e=this.stream;e._duplexState|=Wn;do{for(this.drain();this.buffered<this.highWaterMark&&!(e._duplexState&vv);)e._duplexState|=uv,e._read(this.afterRead),this.drain();(e._duplexState&Sv)===lv&&(e._duplexState|=Wl,e.emit("readable")),e._duplexState&av||this.updateNonPrimary()}while(this.continueUpdate()===!0);e._duplexState&=gv}updateNonPrimary(){let e=this.stream;if((e._duplexState&wv)===ar&&(e._duplexState=(e._duplexState|Xe)&mv,e.emit("end"),(e._duplexState&bg)===zl&&(e._duplexState|=ur),this.pipeTo!==null&&this.pipeTo.end()),(e._duplexState&_t)===ur){e._duplexState&Kl||(e._duplexState|=zn,e._destroy(Fg.bind(this)));return}(e._duplexState&_g)===cr&&(e._duplexState=(e._duplexState|zn)&pg,e._open(wg.bind(this)))}continueUpdate(){return this.stream._duplexState&Mr?(this.stream._duplexState&=mg,!0):!1}updateCallback(){(this.stream._duplexState&Tv)===qr?this.update():this.updateNextTick()}updateNextTick(){this.stream._duplexState&Mr||(this.stream._duplexState|=Mr,this.stream._duplexState&Wn||hg(this.afterUpdateNextTick))}},$l=class{constructor(e){this.data=null,this.afterTransform=Wv.bind(e),this.afterFinal=null}},Ml=class{constructor(e,r,n){this.from=e,this.to=r,this.afterPipe=n,this.error=null,this.pipeToFinished=!1}finished(){this.pipeToFinished=!0}done(e,r){if(r&&(this.error=r),e===this.to&&(this.to=null,this.from!==null)){(!(this.from._duplexState&Xe)||!this.pipeToFinished)&&this.from.destroy(this.error||new Error("Writable stream closed prematurely"));return}if(e===this.from&&(this.from=null,this.to!==null)){e._duplexState&Xe||this.to.destroy(this.error||new Error("Readable stream closed before ending"));return}this.afterPipe!==null&&this.afterPipe(this.error),this.to=this.from=this.afterPipe=null}};function $v(){this.stream._duplexState|=ql,this.updateCallback()}function Mv(t){let e=this.stream;t&&e.destroy(t),e._duplexState&_t||(e._duplexState|=fr,e.emit("finish")),(e._duplexState&bg)===zl&&(e._duplexState|=ur),e._duplexState&=gg,e._duplexState&Ur?this.updateNextTick():this.update()}function Fg(t){let e=this.stream;!t&&this.error!==zs&&(t=this.error),t&&e.emit("error",t),e._duplexState|=Gn,e.emit("close");let r=e._readableState,n=e._writableState;if(r!==null&&r.pipeline!==null&&r.pipeline.done(e,t),n!==null){for(;n.drains!==null&&n.drains.length>0;)n.drains.shift().resolve(!1);n.pipeline!==null&&n.pipeline.done(e,t)}}function Hv(t){let e=this.stream;t&&e.destroy(t),e._duplexState&=gg,this.drains!==null&&Gv(this.drains),(e._duplexState&Bv)===Jn&&(e._duplexState&=yv,(e._duplexState&kl)===kl&&e.emit("drain")),this.updateCallback()}function Uv(t){t&&this.stream.destroy(t),this.stream._duplexState&=cv,this.updateCallback()}function jv(){this.stream._duplexState&Wn||(this.stream._duplexState&=mg,this.update())}function qv(){this.stream._duplexState&Ur||(this.stream._duplexState&=yg,this.update())}function Gv(t){for(let e=0;e<t.length;e++)--t[e].writes===0&&(t.shift().resolve(!0),e--)}function wg(t){let e=this.stream;t&&e.destroy(t),e._duplexState&ur||(e._duplexState&Fv||(e._duplexState|=qr),e._duplexState&Ov||(e._duplexState|=Zn),e.emit("open")),e._duplexState&=xg,e._writableState!==null&&e._writableState.updateCallback(),e._readableState!==null&&e._readableState.updateCallback()}function Wv(t,e){e!=null&&this.push(e),this._writableState.afterWrite(t)}var Kn=class extends sv{constructor(e){super(),this._duplexState=0,this._readableState=null,this._writableState=null,e&&(e.open&&(this._open=e.open),e.destroy&&(this._destroy=e.destroy),e.predestroy&&(this._predestroy=e.predestroy),e.signal&&e.signal.addEventListener("abort",Zv.bind(this)))}_open(e){e(null)}_destroy(e){e(null)}_predestroy(){}get readable(){return this._readableState!==null?!0:void 0}get writable(){return this._writableState!==null?!0:void 0}get destroyed(){return(this._duplexState&Gn)!==0}get destroying(){return(this._duplexState&_t)!==0}destroy(e){this._duplexState&_t||(e||(e=zs),this._duplexState=(this._duplexState|ur)&_v,this._readableState!==null&&(this._readableState.highWaterMark=0,this._readableState.error=e),this._writableState!==null&&(this._writableState.highWaterMark=0,this._writableState.error=e),this._duplexState|=jl,this._predestroy(),this._duplexState&=ov,this._readableState!==null&&this._readableState.updateNextTick(),this._writableState!==null&&this._writableState.updateNextTick())}on(e,r){return this._readableState!==null&&(e==="data"&&(this._duplexState|=Nl|Vn,this._readableState.updateNextTick()),e==="readable"&&(this._duplexState|=Gl,this._readableState.updateNextTick())),this._writableState!==null&&e==="drain"&&(this._duplexState|=kl,this._writableState.updateNextTick()),super.on(e,r)}},Gs=class t extends Kn{constructor(e){super(e),this._duplexState|=cr|fr,this._readableState=new Ll(this,e),e&&(e.read&&(this._read=e.read),e.eagerOpen&&this._readableState.updateNextTick())}_read(e){e(null)}pipe(e,r){return this._readableState.updateNextTick(),this._readableState.pipe(e,r),e}read(){return this._readableState.updateNextTick(),this._readableState.read()}push(e){return this._readableState.updateNextTick(),this._readableState.push(e)}unshift(e){return this._readableState.updateNextTick(),this._readableState.unshift(e)}resume(){return this._duplexState|=Vn,this._readableState.updateNextTick(),this}pause(){return this._duplexState&=pv,this}static _fromAsyncIterator(e,r){let n,i=new t({...r,read(o){e.next().then(s).then(o.bind(null,null)).catch(o)},predestroy(){n=e.return()},destroy(o){if(!n)return o(null);n.then(o.bind(null,null)).catch(o)}});return i;function s(o){o.done?i.push(null):i.push(o.value)}}static from(e,r){if(Yv(e))return e;if(e[js])return this._fromAsyncIterator(e[js](),r);Array.isArray(e)||(e=e===void 0?[]:[e]);let n=0;return new t({...r,read(i){this.push(n===e.length?null:e[n++]),i(null)}})}static isBackpressured(e){return(e._duplexState&Av)!==0||e._readableState.buffered>=e._readableState.highWaterMark}static isPaused(e){return(e._duplexState&Vn)===0}[js](){let e=this,r=null,n=null,i=null;return this.on("error",c=>{r=c}),this.on("readable",s),this.on("close",o),{[js](){return this},next(){return new Promise(function(c,f){n=c,i=f;let p=e.read();p!==null?u(p):e._duplexState&Gn&&u(null)})},return(){return a(null)},throw(c){return a(c)}};function s(){n!==null&&u(e.read())}function o(){n!==null&&u(null)}function u(c){i!==null&&(r?i(r):c===null&&!(e._duplexState&Xe)?i(zs):n({value:c,done:c===null}),i=n=null)}function a(c){return e.destroy(c),new Promise((f,p)=>{if(e._duplexState&Gn)return f({value:void 0,done:!0});e.once("close",function(){c?p(c):f({value:void 0,done:!0})})})}}},Hl=class extends Kn{constructor(e){super(e),this._duplexState|=cr|Xe,this._writableState=new qs(this,e),e&&(e.writev&&(this._writev=e.writev),e.write&&(this._write=e.write),e.final&&(this._final=e.final),e.eagerOpen&&this._writableState.updateNextTick())}_writev(e,r){r(null)}_write(e,r){this._writableState.autoBatch(e,r)}_final(e){e(null)}static isBackpressured(e){return(e._duplexState&kv)!==0}static drained(e){if(e.destroyed)return Promise.resolve(!1);let r=e._writableState,n=r.queue.length+(e._duplexState&Vl?1:0);return n===0?Promise.resolve(!0):(r.drains===null&&(r.drains=[]),new Promise(i=>{r.drains.push({writes:n,resolve:i})}))}write(e){return this._writableState.updateNextTick(),this._writableState.push(e)}end(e){return this._writableState.updateNextTick(),this._writableState.end(e),this}},Ws=class extends Gs{constructor(e){super(e),this._duplexState=cr,this._writableState=new qs(this,e),e&&(e.writev&&(this._writev=e.writev),e.write&&(this._write=e.write),e.final&&(this._final=e.final))}_writev(e,r){r(null)}_write(e,r){this._writableState.autoBatch(e,r)}_final(e){e(null)}write(e){return this._writableState.updateNextTick(),this._writableState.push(e)}end(e){return this._writableState.updateNextTick(),this._writableState.end(e),this}},Vs=class extends Ws{constructor(e){super(e),this._transformState=new $l(this),e&&(e.transform&&(this._transform=e.transform),e.flush&&(this._flush=e.flush))}_write(e,r){this._readableState.buffered>=this._readableState.highWaterMark?this._transformState.data=e:this._transform(e,this._transformState.afterTransform)}_read(e){if(this._transformState.data!==null){let r=this._transformState.data;this._transformState.data=null,e(null),this._transform(r,this._transformState.afterTransform)}else e(null)}_transform(e,r){r(null,e)}_flush(e){e(null)}_final(e){this._transformState.afterFinal=e,this._flush(Vv.bind(this))}},Ul=class extends Vs{};function Vv(t,e){let r=this._transformState.afterFinal;if(t)return r(t);e!=null&&this.push(e),this.push(null),r(null)}function zv(...t){return new Promise((e,r)=>Sg(...t,n=>{if(n)return r(n);e()}))}function Sg(t,...e){let r=Array.isArray(t)?[...t,...e]:[t,...e],n=r.length&&typeof r[r.length-1]=="function"?r.pop():null;if(r.length<2)throw new Error("Pipeline requires at least 2 streams");let i=r[0],s=null,o=null;for(let c=1;c<r.length;c++)s=r[c],Yn(i)?i.pipe(s,a):(u(i,!0,c>1,a),i.pipe(s)),i=s;if(n){let c=!1,f=Yn(s)||!!(s._writableState&&s._writableState.autoDestroy);s.on("error",p=>{o===null&&(o=p)}),s.on("finish",()=>{c=!0,f||n(o)}),f&&s.on("close",()=>n(o||(c?null:Pl)))}return s;function u(c,f,p,m){c.on("error",m),c.on("close",y);function y(){if(f&&c._readableState&&!c._readableState.ended||p&&c._writableState&&!c._writableState.ended)return m(Pl)}}function a(c){if(!(!c||o)){o=c;for(let f of r)f.destroy(c)}}}function vg(t){return!!t._readableState||!!t._writableState}function Yn(t){return typeof t._duplexState=="number"&&vg(t)}function Kv(t){let e=t._readableState&&t._readableState.error||t._writableState&&t._writableState.error;return e===zs?null:e}function Yv(t){return Yn(t)&&t.readable}function Xv(t){return typeof t=="object"&&t!==null&&typeof t.byteLength=="number"}function Ag(t){return Xv(t)?t.byteLength:1024}function fg(){}function Zv(){this.destroy(new Error("Stream aborted."))}Tg.exports={pipeline:Sg,pipelinePromise:zv,isStream:vg,isStreamx:Yn,getStreamError:Kv,Stream:Kn,Writable:Hl,Readable:Gs,Duplex:Ws,Transform:Vs,PassThrough:Ul}});var Ys=C((o$,Og)=>{"use strict";l();function Jv(t){return Buffer.isBuffer(t)||t instanceof Uint8Array}function Qv(t){return Buffer.isEncoding(t)}function eA(t,e,r){return Buffer.alloc(t,e,r)}function tA(t){return Buffer.allocUnsafe(t)}function rA(t){return Buffer.allocUnsafeSlow(t)}function nA(t,e){return Buffer.byteLength(t,e)}function iA(t,e){return Buffer.compare(t,e)}function sA(t,e){return Buffer.concat(t,e)}function oA(t,e,r,n,i){return pe(t).copy(e,r,n,i)}function uA(t,e){return pe(t).equals(e)}function aA(t,e,r,n,i){return pe(t).fill(e,r,n,i)}function lA(t,e,r){return Buffer.from(t,e,r)}function cA(t,e,r,n){return pe(t).includes(e,r,n)}function fA(t,e,r,n){return pe(t).indexOf(e,r,n)}function hA(t,e,r,n){return pe(t).lastIndexOf(e,r,n)}function dA(t){return pe(t).swap16()}function pA(t){return pe(t).swap32()}function DA(t){return pe(t).swap64()}function pe(t){return Buffer.isBuffer(t)?t:Buffer.from(t.buffer,t.byteOffset,t.byteLength)}function mA(t,e,r,n){return pe(t).toString(e,r,n)}function gA(t,e,r,n,i){return pe(t).write(e,r,n,i)}function EA(t,e,r){return pe(t).writeDoubleLE(e,r)}function yA(t,e,r){return pe(t).writeFloatLE(e,r)}function xA(t,e,r){return pe(t).writeUInt32LE(e,r)}function bA(t,e,r){return pe(t).writeInt32LE(e,r)}function _A(t,e){return pe(t).readDoubleLE(e)}function CA(t,e){return pe(t).readFloatLE(e)}function FA(t,e){return pe(t).readUInt32LE(e)}function wA(t,e){return pe(t).readInt32LE(e)}Og.exports={isBuffer:Jv,isEncoding:Qv,alloc:eA,allocUnsafe:tA,allocUnsafeSlow:rA,byteLength:nA,compare:iA,concat:sA,copy:oA,equals:uA,fill:aA,from:lA,includes:cA,indexOf:fA,lastIndexOf:hA,swap16:dA,swap32:pA,swap64:DA,toBuffer:pe,toString:mA,write:gA,writeDoubleLE:EA,writeFloatLE:yA,writeUInt32LE:xA,writeInt32LE:bA,readDoubleLE:_A,readFloatLE:CA,readUInt32LE:FA,readInt32LE:wA}});var Jl=C(Wr=>{"use strict";l();var ee=Ys(),SA="0000000000000000000",vA="7777777777777777777",Xs="0".charCodeAt(0),Rg=ee.from([117,115,116,97,114,0]),AA=ee.from([Xs,Xs]),TA=ee.from([117,115,116,97,114,32]),OA=ee.from([32,0]),RA=4095,Qn=257,Zl=263;Wr.decodeLongPath=function(e,r){return Gr(e,0,e.length,r)};Wr.encodePax=function(e){let r="";e.name&&(r+=Xl(" path="+e.name+`
36
+ `)),e.linkname&&(r+=Xl(" linkpath="+e.linkname+`
37
+ `));let n=e.pax;if(n)for(let i in n)r+=Xl(" "+i+"="+n[i]+`
38
+ `);return ee.from(r)};Wr.decodePax=function(e){let r={};for(;e.length;){let n=0;for(;n<e.length&&e[n]!==32;)n++;let i=parseInt(e.subarray(0,n).toString(),10);if(!i)return r;let s=ee.toString(e.subarray(n+1,i-1)),o=s.indexOf("=");if(o===-1)return r;r[s.slice(0,o)]=s.slice(o+1),e=e.subarray(i)}return r};Wr.encode=function(e){let r=ee.alloc(512),n=e.name,i="";if(e.typeflag===5&&n[n.length-1]!=="/"&&(n+="/"),ee.byteLength(n)!==n.length)return null;for(;ee.byteLength(n)>100;){let s=n.indexOf("/");if(s===-1)return null;i+=i?"/"+n.slice(0,s):n.slice(0,s),n=n.slice(s+1)}return ee.byteLength(n)>100||ee.byteLength(i)>155||e.linkname&&ee.byteLength(e.linkname)>100?null:(ee.write(r,n),ee.write(r,Wt(e.mode&RA,6),100),ee.write(r,Wt(e.uid,6),108),ee.write(r,Wt(e.gid,6),116),$A(e.size,r,124),ee.write(r,Wt(e.mtime.getTime()/1e3|0,11),136),r[156]=Xs+kA(e.type),e.linkname&&ee.write(r,e.linkname,157),ee.copy(Rg,r,Qn),ee.copy(AA,r,Zl),e.uname&&ee.write(r,e.uname,265),e.gname&&ee.write(r,e.gname,297),ee.write(r,Wt(e.devmajor||0,6),329),ee.write(r,Wt(e.devminor||0,6),337),i&&ee.write(r,i,345),ee.write(r,Wt(Ig(r),6),148),r)};Wr.decode=function(e,r,n){let i=e[156]===0?0:e[156]-Xs,s=Gr(e,0,100,r),o=Gt(e,100,8),u=Gt(e,108,8),a=Gt(e,116,8),c=Gt(e,124,12),f=Gt(e,136,12),p=NA(i),m=e[157]===0?null:Gr(e,157,100,r),y=Gr(e,265,32),_=Gr(e,297,32),O=Gt(e,329,8),k=Gt(e,337,8),H=Ig(e);if(H===8*32)return null;if(H!==Gt(e,148,8))throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");if(BA(e))e[345]&&(s=Gr(e,345,155,r)+"/"+s);else if(!IA(e)){if(!n)throw new Error("Invalid tar header: unknown format.")}return i===0&&s&&s[s.length-1]==="/"&&(i=5),{name:s,mode:o,uid:u,gid:a,size:c,mtime:new Date(1e3*f),type:p,linkname:m,uname:y,gname:_,devmajor:O,devminor:k,pax:null}};function BA(t){return ee.equals(Rg,t.subarray(Qn,Qn+6))}function IA(t){return ee.equals(TA,t.subarray(Qn,Qn+6))&&ee.equals(OA,t.subarray(Zl,Zl+2))}function PA(t,e,r){return typeof t!="number"?r:(t=~~t,t>=e?e:t>=0||(t+=e,t>=0)?t:0)}function NA(t){switch(t){case 0:return"file";case 1:return"link";case 2:return"symlink";case 3:return"character-device";case 4:return"block-device";case 5:return"directory";case 6:return"fifo";case 7:return"contiguous-file";case 72:return"pax-header";case 55:return"pax-global-header";case 27:return"gnu-long-link-path";case 28:case 30:return"gnu-long-path"}return null}function kA(t){switch(t){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72}return 0}function Bg(t,e,r,n){for(;r<n;r++)if(t[r]===e)return r;return n}function Ig(t){let e=256;for(let r=0;r<148;r++)e+=t[r];for(let r=156;r<512;r++)e+=t[r];return e}function Wt(t,e){return t=t.toString(8),t.length>e?vA.slice(0,e)+" ":SA.slice(0,e-t.length)+t+" "}function LA(t,e,r){e[r]=128;for(let n=11;n>0;n--)e[r+n]=t&255,t=Math.floor(t/256)}function $A(t,e,r){t.toString(8).length>11?LA(t,e,r):ee.write(e,Wt(t,11),r)}function MA(t){let e;if(t[0]===128)e=!0;else if(t[0]===255)e=!1;else return null;let r=[],n;for(n=t.length-1;n>0;n--){let o=t[n];e?r.push(o):r.push(255-o)}let i=0,s=r.length;for(n=0;n<s;n++)i+=r[n]*Math.pow(256,n);return e?i:-1*i}function Gt(t,e,r){if(t=t.subarray(e,e+r),e=0,t[e]&128)return MA(t);{for(;e<t.length&&t[e]===32;)e++;let n=PA(Bg(t,32,e,t.length),t.length,t.length);for(;e<n&&t[e]===0;)e++;return n===e?0:parseInt(t.subarray(e,n).toString(),8)}}function Gr(t,e,r,n){return ee.toString(t.subarray(e,Bg(t,0,e,e+r)),n)}function Xl(t){let e=ee.byteLength(t),r=Math.floor(Math.log(e)/Math.log(10))+1;return e+r>=Math.pow(10,r)&&r++,e+r+t}});var $g=C((c$,Lg)=>{"use strict";l();var{Writable:HA,Readable:UA,getStreamError:Pg}=Yl(),jA=Il(),Ng=Ys(),Vr=Jl(),qA=Ng.alloc(0),ec=class{constructor(){this.buffered=0,this.shifted=0,this.queue=new jA,this._offset=0}push(e){this.buffered+=e.byteLength,this.queue.push(e)}shiftFirst(e){return this._buffered===0?null:this._next(e)}shift(e){if(e>this.buffered)return null;if(e===0)return qA;let r=this._next(e);if(e===r.byteLength)return r;let n=[r];for(;(e-=r.byteLength)>0;)r=this._next(e),n.push(r);return Ng.concat(n)}_next(e){let r=this.queue.peek(),n=r.byteLength-this._offset;if(e>=n){let i=this._offset?r.subarray(this._offset,r.byteLength):r;return this.queue.shift(),this._offset=0,this.buffered-=n,this.shifted+=n,i}return this.buffered-=e,this.shifted+=e,r.subarray(this._offset,this._offset+=e)}},tc=class extends UA{constructor(e,r,n){super(),this.header=r,this.offset=n,this._parent=e}_read(e){this.header.size===0&&this.push(null),this._parent._stream===this&&this._parent._update(),e(null)}_predestroy(){this._parent.destroy(Pg(this))}_detach(){this._parent._stream===this&&(this._parent._stream=null,this._parent._missing=kg(this.header.size),this._parent._update())}_destroy(e){this._detach(),e(null)}},rc=class extends HA{constructor(e){super(e),e||(e={}),this._buffer=new ec,this._offset=0,this._header=null,this._stream=null,this._missing=0,this._longHeader=!1,this._callback=Ql,this._locked=!1,this._finished=!1,this._pax=null,this._paxGlobal=null,this._gnuLongPath=null,this._gnuLongLinkPath=null,this._filenameEncoding=e.filenameEncoding||"utf-8",this._allowUnknownFormat=!!e.allowUnknownFormat,this._unlockBound=this._unlock.bind(this)}_unlock(e){if(this._locked=!1,e){this.destroy(e),this._continueWrite(e);return}this._update()}_consumeHeader(){if(this._locked)return!1;this._offset=this._buffer.shifted;try{this._header=Vr.decode(this._buffer.shift(512),this._filenameEncoding,this._allowUnknownFormat)}catch(e){return this._continueWrite(e),!1}if(!this._header)return!0;switch(this._header.type){case"gnu-long-path":case"gnu-long-link-path":case"pax-global-header":case"pax-header":return this._longHeader=!0,this._missing=this._header.size,!0}return this._locked=!0,this._applyLongHeaders(),this._header.size===0||this._header.type==="directory"?(this.emit("entry",this._header,this._createStream(),this._unlockBound),!0):(this._stream=this._createStream(),this._missing=this._header.size,this.emit("entry",this._header,this._stream,this._unlockBound),!0)}_applyLongHeaders(){this._gnuLongPath&&(this._header.name=this._gnuLongPath,this._gnuLongPath=null),this._gnuLongLinkPath&&(this._header.linkname=this._gnuLongLinkPath,this._gnuLongLinkPath=null),this._pax&&(this._pax.path&&(this._header.name=this._pax.path),this._pax.linkpath&&(this._header.linkname=this._pax.linkpath),this._pax.size&&(this._header.size=parseInt(this._pax.size,10)),this._header.pax=this._pax,this._pax=null)}_decodeLongHeader(e){switch(this._header.type){case"gnu-long-path":this._gnuLongPath=Vr.decodeLongPath(e,this._filenameEncoding);break;case"gnu-long-link-path":this._gnuLongLinkPath=Vr.decodeLongPath(e,this._filenameEncoding);break;case"pax-global-header":this._paxGlobal=Vr.decodePax(e);break;case"pax-header":this._pax=this._paxGlobal===null?Vr.decodePax(e):Object.assign({},this._paxGlobal,Vr.decodePax(e));break}}_consumeLongHeader(){this._longHeader=!1,this._missing=kg(this._header.size);let e=this._buffer.shift(this._header.size);try{this._decodeLongHeader(e)}catch(r){return this._continueWrite(r),!1}return!0}_consumeStream(){let e=this._buffer.shiftFirst(this._missing);if(e===null)return!1;this._missing-=e.byteLength;let r=this._stream.push(e);return this._missing===0?(this._stream.push(null),r&&this._stream._detach(),r&&this._locked===!1):r}_createStream(){return new tc(this,this._header,this._offset)}_update(){for(;this._buffer.buffered>0&&!this.destroying;){if(this._missing>0){if(this._stream!==null){if(this._consumeStream()===!1)return;continue}if(this._longHeader===!0){if(this._missing>this._buffer.buffered)break;if(this._consumeLongHeader()===!1)return!1;continue}let e=this._buffer.shiftFirst(this._missing);e!==null&&(this._missing-=e.byteLength);continue}if(this._buffer.buffered<512)break;if(this._stream!==null||this._consumeHeader()===!1)return}this._continueWrite(null)}_continueWrite(e){let r=this._callback;this._callback=Ql,r(e)}_write(e,r){this._callback=r,this._buffer.push(e),this._update()}_final(e){this._finished=this._missing===0&&this._buffer.buffered===0,e(this._finished?null:new Error("Unexpected end of data"))}_predestroy(){this._continueWrite(null)}_destroy(e){this._stream&&this._stream.destroy(Pg(this)),e(null)}[Symbol.asyncIterator](){let e=null,r=null,n=null,i=null,s=null,o=this;return this.on("entry",c),this.on("error",m=>{e=m}),this.on("close",f),{[Symbol.asyncIterator](){return this},next(){return new Promise(a)},return(){return p(null)},throw(m){return p(m)}};function u(m){if(!s)return;let y=s;s=null,y(m)}function a(m,y){if(e)return y(e);if(i){m({value:i,done:!1}),i=null;return}r=m,n=y,u(null),o._finished&&r&&(r({value:void 0,done:!0}),r=n=null)}function c(m,y,_){s=_,y.on("error",Ql),r?(r({value:y,done:!1}),r=n=null):i=y}function f(){u(e),r&&(e?n(e):r({value:void 0,done:!0}),r=n=null)}function p(m){return o.destroy(m),u(m),new Promise((y,_)=>{if(o.destroyed)return y({value:void 0,done:!0});o.once("close",function(){m?_(m):y({value:void 0,done:!0})})})}}};Lg.exports=function(e){return new rc(e)};function Ql(){}function kg(t){return t&=511,t&&512-t}});var Hg=C((h$,nc)=>{"use strict";l();var Mg={S_IFMT:61440,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960};try{nc.exports=require("fs").constants||Mg}catch{nc.exports=Mg}});var Wg=C((p$,Gg)=>{"use strict";l();var{Readable:GA,Writable:WA,getStreamError:Ug}=Yl(),hr=Ys(),zr=Hg(),Zs=Jl(),VA=493,zA=420,jg=hr.alloc(1024),sc=class extends WA{constructor(e,r,n){super({mapWritable:YA,eagerOpen:!0}),this.written=0,this.header=r,this._callback=n,this._linkname=null,this._isLinkname=r.type==="symlink"&&!r.linkname,this._isVoid=r.type!=="file"&&r.type!=="contiguous-file",this._finished=!1,this._pack=e,this._openCallback=null,this._pack._stream===null?this._pack._stream=this:this._pack._pending.push(this)}_open(e){this._openCallback=e,this._pack._stream===this&&this._continueOpen()}_continuePack(e){if(this._callback===null)return;let r=this._callback;this._callback=null,r(e)}_continueOpen(){this._pack._stream===null&&(this._pack._stream=this);let e=this._openCallback;if(this._openCallback=null,e!==null){if(this._pack.destroying)return e(new Error("pack stream destroyed"));if(this._pack._finalized)return e(new Error("pack stream is already finalized"));this._pack._stream=this,this._isLinkname||this._pack._encode(this.header),this._isVoid&&(this._finish(),this._continuePack(null)),e(null)}}_write(e,r){if(this._isLinkname)return this._linkname=this._linkname?hr.concat([this._linkname,e]):e,r(null);if(this._isVoid)return e.byteLength>0?r(new Error("No body allowed for this entry")):r();if(this.written+=e.byteLength,this._pack.push(e))return r();this._pack._drain=r}_finish(){this._finished||(this._finished=!0,this._isLinkname&&(this.header.linkname=this._linkname?hr.toString(this._linkname,"utf-8"):"",this._pack._encode(this.header)),qg(this._pack,this.header.size),this._pack._done(this))}_final(e){if(this.written!==this.header.size)return e(new Error("Size mismatch"));this._finish(),e(null)}_getError(){return Ug(this)||new Error("tar entry destroyed")}_predestroy(){this._pack.destroy(this._getError())}_destroy(e){this._pack._done(this),this._continuePack(this._finished?null:this._getError()),e()}},oc=class extends GA{constructor(e){super(e),this._drain=ic,this._finalized=!1,this._finalizing=!1,this._pending=[],this._stream=null}entry(e,r,n){if(this._finalized||this.destroying)throw new Error("already finalized or destroyed");typeof r=="function"&&(n=r,r=null),n||(n=ic),(!e.size||e.type==="symlink")&&(e.size=0),e.type||(e.type=KA(e.mode)),e.mode||(e.mode=e.type==="directory"?VA:zA),e.uid||(e.uid=0),e.gid||(e.gid=0),e.mtime||(e.mtime=new Date),typeof r=="string"&&(r=hr.from(r));let i=new sc(this,e,n);return hr.isBuffer(r)?(e.size=r.byteLength,i.write(r),i.end(),i):(i._isVoid,i)}finalize(){if(this._stream||this._pending.length>0){this._finalizing=!0;return}this._finalized||(this._finalized=!0,this.push(jg),this.push(null))}_done(e){e===this._stream&&(this._stream=null,this._finalizing&&this.finalize(),this._pending.length&&this._pending.shift()._continueOpen())}_encode(e){if(!e.pax){let r=Zs.encode(e);if(r){this.push(r);return}}this._encodePax(e)}_encodePax(e){let r=Zs.encodePax({name:e.name,linkname:e.linkname,pax:e.pax}),n={name:"PaxHeader",mode:e.mode,uid:e.uid,gid:e.gid,size:r.byteLength,mtime:e.mtime,type:"pax-header",linkname:e.linkname&&"PaxHeader",uname:e.uname,gname:e.gname,devmajor:e.devmajor,devminor:e.devminor};this.push(Zs.encode(n)),this.push(r),qg(this,r.byteLength),n.size=e.size,n.type=e.type,this.push(Zs.encode(n))}_doDrain(){let e=this._drain;this._drain=ic,e()}_predestroy(){let e=Ug(this);for(this._stream&&this._stream.destroy(e);this._pending.length;){let r=this._pending.shift();r.destroy(e),r._continueOpen()}this._doDrain()}_read(e){this._doDrain(),e()}};Gg.exports=function(e){return new oc(e)};function KA(t){switch(t&zr.S_IFMT){case zr.S_IFBLK:return"block-device";case zr.S_IFCHR:return"character-device";case zr.S_IFDIR:return"directory";case zr.S_IFIFO:return"fifo";case zr.S_IFLNK:return"symlink"}return"file"}function ic(){}function qg(t,e){e&=511,e&&t.push(jg.subarray(0,512-e))}function YA(t){return hr.isBuffer(t)?t:hr.from(t)}});var Vg=C(uc=>{"use strict";l();uc.extract=$g();uc.pack=Wg()});var Yg=C((E$,Kg)=>{"use strict";l();Kg.exports=zg;function zg(t,e){if(t&&e)return zg(t)(e);if(typeof t!="function")throw new TypeError("need wrapper function");return Object.keys(t).forEach(function(n){r[n]=t[n]}),r;function r(){for(var n=new Array(arguments.length),i=0;i<n.length;i++)n[i]=arguments[i];var s=t.apply(this,n),o=n[n.length-1];return typeof s=="function"&&s!==o&&Object.keys(o).forEach(function(u){s[u]=o[u]}),s}}});var lc=C((x$,ac)=>{"use strict";l();var Xg=Yg();ac.exports=Xg(Js);ac.exports.strict=Xg(Zg);Js.proto=Js(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return Js(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return Zg(this)},configurable:!0})});function Js(t){var e=function(){return e.called?e.value:(e.called=!0,e.value=t.apply(this,arguments))};return e.called=!1,e}function Zg(t){var e=function(){if(e.called)throw new Error(e.onceError);return e.called=!0,e.value=t.apply(this,arguments)},r=t.name||"Function wrapped with `once`";return e.onceError=r+" shouldn't be called more than once",e.called=!1,e}});var eE=C((_$,Qg)=>{"use strict";l();var XA=lc(),ZA=function(){},JA=function(t){return t.setHeader&&typeof t.abort=="function"},QA=function(t){return t.stdio&&Array.isArray(t.stdio)&&t.stdio.length===3},Jg=function(t,e,r){if(typeof e=="function")return Jg(t,null,e);e||(e={}),r=XA(r||ZA);var n=t._writableState,i=t._readableState,s=e.readable||e.readable!==!1&&t.readable,o=e.writable||e.writable!==!1&&t.writable,u=!1,a=function(){t.writable||c()},c=function(){o=!1,s||r.call(t)},f=function(){s=!1,o||r.call(t)},p=function(k){r.call(t,k?new Error("exited with error code: "+k):null)},m=function(k){r.call(t,k)},y=function(){process.nextTick(_)},_=function(){if(!u){if(s&&!(i&&i.ended&&!i.destroyed))return r.call(t,new Error("premature close"));if(o&&!(n&&n.ended&&!n.destroyed))return r.call(t,new Error("premature close"))}},O=function(){t.req.on("finish",c)};return JA(t)?(t.on("complete",c),t.on("abort",y),t.req?O():t.on("request",O)):o&&!n&&(t.on("end",a),t.on("close",a)),QA(t)&&t.on("exit",p),t.on("end",f),t.on("finish",c),e.error!==!1&&t.on("error",m),t.on("close",y),function(){u=!0,t.removeListener("complete",c),t.removeListener("abort",y),t.removeListener("request",O),t.req&&t.req.removeListener("finish",c),t.removeListener("end",a),t.removeListener("close",a),t.removeListener("finish",c),t.removeListener("exit",p),t.removeListener("end",f),t.removeListener("error",m),t.removeListener("close",y)}};Qg.exports=Jg});var nE=C((F$,rE)=>{"use strict";l();var e1=lc(),t1=eE(),cc=require("fs"),ei=function(){},r1=/^v?\.0/.test(process.version),Qs=function(t){return typeof t=="function"},n1=function(t){return!r1||!cc?!1:(t instanceof(cc.ReadStream||ei)||t instanceof(cc.WriteStream||ei))&&Qs(t.close)},i1=function(t){return t.setHeader&&Qs(t.abort)},s1=function(t,e,r,n){n=e1(n);var i=!1;t.on("close",function(){i=!0}),t1(t,{readable:e,writable:r},function(o){if(o)return n(o);i=!0,n()});var s=!1;return function(o){if(!i&&!s){if(s=!0,n1(t))return t.close(ei);if(i1(t))return t.abort();if(Qs(t.destroy))return t.destroy();n(o||new Error("stream was destroyed"))}}},tE=function(t){t()},o1=function(t,e){return t.pipe(e)},u1=function(){var t=Array.prototype.slice.call(arguments),e=Qs(t[t.length-1]||ei)&&t.pop()||ei;if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new Error("pump requires two streams per minimum");var r,n=t.map(function(i,s){var o=s<t.length-1,u=s>0;return s1(i,o,u,function(a){r||(r=a),a&&n.forEach(tE),!o&&(n.forEach(tE),e(r))})});return t.reduce(o1)};rE.exports=u1});var uE=C((S$,oE)=>{"use strict";l();var eo=require("path"),iE=require("fs"),sE=parseInt("0777",8);oE.exports=Kr.mkdirp=Kr.mkdirP=Kr;function Kr(t,e,r,n){typeof e=="function"?(r=e,e={}):(!e||typeof e!="object")&&(e={mode:e});var i=e.mode,s=e.fs||iE;i===void 0&&(i=sE&~process.umask()),n||(n=null);var o=r||function(){};t=eo.resolve(t),s.mkdir(t,i,function(u){if(!u)return n=n||t,o(null,n);switch(u.code){case"ENOENT":Kr(eo.dirname(t),e,function(a,c){a?o(a,c):Kr(t,e,o,c)});break;default:s.stat(t,function(a,c){a||!c.isDirectory()?o(u,n):o(null,n)});break}})}Kr.sync=function t(e,r,n){(!r||typeof r!="object")&&(r={mode:r});var i=r.mode,s=r.fs||iE;i===void 0&&(i=sE&~process.umask()),n||(n=null),e=eo.resolve(e);try{s.mkdirSync(e,i),n=n||e}catch(u){switch(u.code){case"ENOENT":n=t(eo.dirname(e),r,n),t(e,r,n);break;default:var o;try{o=s.statSync(e)}catch{throw u}if(!o.isDirectory())throw u;break}}return n}});var DE=C(hc=>{"use strict";l();var aE=Vg(),lE=nE(),a1=uE(),cE=require("fs"),$e=require("path"),ti=process.platform==="win32";hc.pack=function(e,r){e||(e="."),r||(r={});let n=r.fs||cE,i=r.ignore||r.filter||ri,s=r.mapStream||dE,o=f1(n,r.dereference?n.stat:n.lstat,e,i,r.entries,r.sort),u=r.strict!==!1,a=typeof r.umask=="number"?~r.umask:~fE(),c=r.pack||aE.pack(),f=r.finish||ri,p=r.map||ri,m=typeof r.dmode=="number"?r.dmode:0,y=typeof r.fmode=="number"?r.fmode:0;r.strip&&(p=pE(p,r.strip)),r.readable&&(m|=parseInt(555,8),y|=parseInt(444,8)),r.writable&&(m|=parseInt(333,8),y|=parseInt(222,8)),k();function _(H,q){n.readlink($e.join(e,H),function(j,T){if(j)return c.destroy(j);q.linkname=fc(T),c.entry(q,k)})}function O(H,q,j){if(H)return c.destroy(H);if(!q)return r.finalize!==!1&&c.finalize(),f(c);if(j.isSocket())return k();let T={name:fc(q),mode:(j.mode|(j.isDirectory()?m:y))&a,mtime:j.mtime,size:j.size,type:"file",uid:j.uid,gid:j.gid};if(j.isDirectory())return T.size=0,T.type="directory",T=p(T)||T,c.entry(T,k);if(j.isSymbolicLink())return T.size=0,T.type="symlink",T=p(T)||T,_(q,T);if(T=p(T)||T,!j.isFile())return u?c.destroy(new Error("unsupported type for "+q)):k();let $=c.entry(T,k),R=s(n.createReadStream($e.join(e,q),{start:0,end:T.size>0?T.size-1:T.size}),T);R.on("error",function(L){$.destroy(L)}),lE(R,$)}function k(H){if(H)return c.destroy(H);o(O)}return c};function l1(t){return t.length?t[t.length-1]:null}function c1(){return process.getuid?process.getuid():-1}function fE(){return process.umask?process.umask():0}hc.extract=function(e,r){e||(e="."),r||(r={});let n=r.fs||cE,i=r.ignore||r.filter||ri,s=r.mapStream||dE,o=r.chown!==!1&&!ti&&c1()===0,u=r.extract||aE.extract(),a=[],c=new Date,f=typeof r.umask=="number"?~r.umask:~fE(),p=r.strict!==!1,m=r.map||ri,y=typeof r.dmode=="number"?r.dmode:0,_=typeof r.fmode=="number"?r.fmode:0;return r.strip&&(m=pE(m,r.strip)),r.readable&&(y|=parseInt(555,8),_|=parseInt(444,8)),r.writable&&(y|=parseInt(333,8),_|=parseInt(222,8)),u.on("entry",O),r.finish&&u.on("finish",r.finish),u;function O(T,$,R){T=m(T)||T,T.name=fc(T.name);let L=$e.join(e,$e.join("/",T.name));if(i(L,T))return $.resume(),R();if(T.type==="directory")return a.push([L,T.mtime]),j(L,{fs:n,own:o,uid:T.uid,gid:T.gid,mode:T.mode},A);let F=$e.dirname(L);hE(n,F,$e.join(e,"."),function(G,Z){if(G)return R(G);if(!Z)return R(new Error(F+" is not a valid path"));j(F,{fs:n,own:o,uid:T.uid,gid:T.gid,mode:493},function(te){if(te)return R(te);switch(T.type){case"file":return V();case"link":return I();case"symlink":return N()}if(p)return R(new Error("unsupported type for "+L+" ("+T.type+")"));$.resume(),R()})});function A(G){if(G)return R(G);H(L,T,function(Z){if(Z)return R(Z);if(ti)return R();q(L,T,R)})}function N(){if(ti)return R();n.unlink(L,function(){n.symlink(T.linkname,L,A)})}function I(){if(ti)return R();n.unlink(L,function(){let G=$e.join(e,$e.join("/",T.linkname));n.link(G,L,function(Z){if(Z&&Z.code==="EPERM"&&r.hardlinkAsFilesFallback)return $=n.createReadStream(G),V();A(Z)})})}function V(){let G=n.createWriteStream(L),Z=s($,T);G.on("error",function(te){Z.destroy(te)}),lE(Z,G,function(te){if(te)return R(te);G.on("close",A)})}}function k(T,$){let R;for(;(R=l1(a))&&T.slice(0,R[0].length)!==R[0];)a.pop();if(!R)return $();n.utimes(R[0],c,R[1],$)}function H(T,$,R){if(r.utimes===!1)return R();if($.type==="directory")return n.utimes(T,c,$.mtime,R);if($.type==="symlink")return k(T,R);n.utimes(T,c,$.mtime,function(L){if(L)return R(L);k(T,R)})}function q(T,$,R){let L=$.type==="symlink",F=L?n.lchmod:n.chmod,A=L?n.lchown:n.chown;if(!F)return R();let N=($.mode|($.type==="directory"?y:_))&f;A&&o?A.call(n,T,$.uid,$.gid,I):I(null);function I(V){if(V)return R(V);if(!F)return R();F.call(n,T,N,R)}}function j(T,$,R){n.stat(T,function(L){if(!L)return R(null);if(L.code!=="ENOENT")return R(L);a1(T,{fs:$.fs,mode:$.mode},function(F,A){if(F)return R(F);q(T,$,R)})})}};function hE(t,e,r,n){if(e===r)return n(null,!0);t.lstat(e,function(i,s){if(i&&i.code==="ENOENT")return hE(t,$e.join(e,".."),r,n);if(i)return n(i);n(null,s.isDirectory())})}function ri(){}function dE(t){return t}function fc(t){return ti?t.replace(/\\/g,"/").replace(/[:?<>|]/g,"_"):t}function f1(t,e,r,n,i,s){i||(i=["."]);let o=i.slice(0);return function(a){if(!o.length)return a(null);let c=o.shift(),f=$e.join(r,c);e.call(t,f,function(p,m){if(p)return a(i.indexOf(c)===-1&&p.code==="ENOENT"?null:p);if(!m.isDirectory())return a(null,c,m);t.readdir(f,function(y,_){if(y)return a(y);s&&_.sort();for(let O=0;O<_.length;O++)n($e.join(r,c,_[O]))||o.push($e.join(c,_[O]));a(null,c,m)})})}}function pE(t,e){return function(r){r.name=r.name.split("/").slice(e).join("/");let n=r.linkname;return n&&(r.type==="link"||$e.isAbsolute(n))&&(r.linkname=n.split("/").slice(e).join("/")),t(r)}}});var FE=C((P$,CE)=>{"use strict";l();function dr(t){this._maxSize=t,this.clear()}dr.prototype.clear=function(){this._size=0,this._values=Object.create(null)};dr.prototype.get=function(t){return this._values[t]};dr.prototype.set=function(t,e){return this._size>=this._maxSize&&this.clear(),t in this._values||this._size++,this._values[t]=e};var h1=/[^.^\]^[]+|(?=\[\]|\.\.)/g,_E=/^\d+$/,d1=/^\d/,p1=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,D1=/^\s*(['"]?)(.*?)(\1)\s*$/,Dc=512,yE=new dr(Dc),xE=new dr(Dc),bE=new dr(Dc);CE.exports={Cache:dr,split:pc,normalizePath:dc,setter:function(t){var e=dc(t);return xE.get(t)||xE.set(t,function(n,i){for(var s=0,o=e.length,u=n;s<o-1;){var a=e[s];if(a==="__proto__"||a==="constructor"||a==="prototype")return n;u=u[e[s++]]}u[e[s]]=i})},getter:function(t,e){var r=dc(t);return bE.get(t)||bE.set(t,function(i){for(var s=0,o=r.length;s<o;)if(i!=null||!e)i=i[r[s++]];else return;return i})},join:function(t){return t.reduce(function(e,r){return e+(mc(r)||_E.test(r)?"["+r+"]":(e?".":"")+r)},"")},forEach:function(t,e,r){m1(Array.isArray(t)?t:pc(t),e,r)}};function dc(t){return yE.get(t)||yE.set(t,pc(t).map(function(e){return e.replace(D1,"$2")}))}function pc(t){return t.match(h1)||[""]}function m1(t,e,r){var n=t.length,i,s,o,u;for(s=0;s<n;s++)i=t[s],i&&(y1(i)&&(i='"'+i+'"'),u=mc(i),o=!u&&/^\d+$/.test(i),e.call(r,i,u,o,s,t))}function mc(t){return typeof t=="string"&&t&&["'",'"'].indexOf(t.charAt(0))!==-1}function g1(t){return t.match(d1)&&!t.match(_E)}function E1(t){return p1.test(t)}function y1(t){return!mc(t)&&(g1(t)||E1(t))}});var vE=C((k$,SE)=>{"use strict";l();var x1=/[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g,to=t=>t.match(x1)||[],ro=t=>t[0].toUpperCase()+t.slice(1),gc=(t,e)=>to(t).join(e).toLowerCase(),wE=t=>to(t).reduce((e,r)=>`${e}${e?r[0].toUpperCase()+r.slice(1).toLowerCase():r.toLowerCase()}`,""),b1=t=>ro(wE(t)),_1=t=>gc(t,"_"),C1=t=>gc(t,"-"),F1=t=>ro(gc(t," ")),w1=t=>to(t).map(ro).join(" ");SE.exports={words:to,upperFirst:ro,camelCase:wE,pascalCase:b1,snakeCase:_1,kebabCase:C1,sentenceCase:F1,titleCase:w1}});var TE=C(($$,Ec)=>{"use strict";l();Ec.exports=function(t){return AE(S1(t),t)};Ec.exports.array=AE;function AE(t,e){var r=t.length,n=new Array(r),i={},s=r,o=v1(e),u=A1(t);for(e.forEach(function(c){if(!u.has(c[0])||!u.has(c[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")});s--;)i[s]||a(t[s],s,new Set);return n;function a(c,f,p){if(p.has(c)){var m;try{m=", node was:"+JSON.stringify(c)}catch{m=""}throw new Error("Cyclic dependency"+m)}if(!u.has(c))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(c));if(!i[f]){i[f]=!0;var y=o.get(c)||new Set;if(y=Array.from(y),f=y.length){p.add(c);do{var _=y[--f];a(_,u.get(_),p)}while(f);p.delete(c)}n[--r]=c}}}function S1(t){for(var e=new Set,r=0,n=t.length;r<n;r++){var i=t[r];e.add(i[0]),e.add(i[1])}return Array.from(e)}function v1(t){for(var e=new Map,r=0,n=t.length;r<n;r++){var i=t[r];e.has(i[0])||e.set(i[0],new Set),e.has(i[1])||e.set(i[1],new Set),e.get(i[0]).add(i[1])}return e}function A1(t){for(var e=new Map,r=0,n=t.length;r<n;r++)e.set(t[r],r);return e}});var jE=C((j$,UE)=>{"use strict";l();var pr=class t extends Error{constructor(e,r,n){super("[ParserError] "+e,r,n),this.name="ParserError",this.code="ParserError",Error.captureStackTrace&&Error.captureStackTrace(this,t)}},Eo=class{constructor(e){this.parser=e,this.buf="",this.returned=null,this.result=null,this.resultTable=null,this.resultArr=null}},si=class{constructor(){this.pos=0,this.col=0,this.line=0,this.obj={},this.ctx=this.obj,this.stack=[],this._buf="",this.char=null,this.ii=0,this.state=new Eo(this.parseStart)}parse(e){if(e.length===0||e.length==null)return;this._buf=String(e),this.ii=-1,this.char=-1;let r;for(;r===!1||this.nextChar();)r=this.runOne();this._buf=null}nextChar(){return this.char===10&&(++this.line,this.col=-1),++this.ii,this.char=this._buf.codePointAt(this.ii),++this.pos,++this.col,this.haveBuffer()}haveBuffer(){return this.ii<this._buf.length}runOne(){return this.state.parser.call(this,this.state.returned)}finish(){this.char=1114112;let e;do e=this.state.parser,this.runOne();while(this.state.parser!==e);return this.ctx=null,this.state=null,this._buf=null,this.obj}next(e){if(typeof e!="function")throw new pr("Tried to set state to non-existent state: "+JSON.stringify(e));this.state.parser=e}goto(e){return this.next(e),this.runOne()}call(e,r){r&&this.next(r),this.stack.push(this.state),this.state=new Eo(e)}callNow(e,r){return this.call(e,r),this.runOne()}return(e){if(this.stack.length===0)throw this.error(new pr("Stack underflow"));e===void 0&&(e=this.state.buf),this.state=this.stack.pop(),this.state.returned=e}returnNow(e){return this.return(e),this.runOne()}consume(){if(this.char===1114112)throw this.error(new pr("Unexpected end-of-buffer"));this.state.buf+=this._buf[this.ii]}error(e){return e.line=this.line,e.col=this.col,e.pos=this.pos,e}parseStart(){throw new pr("Must declare a parseStart method")}};si.END=1114112;si.Error=pr;UE.exports=si});var GE=C((G$,qE)=>{"use strict";l();qE.exports=t=>{let e=new Date(t);if(isNaN(e))throw new TypeError("Invalid Datetime");return e}});var yo=C((V$,WE)=>{"use strict";l();WE.exports=(t,e)=>{for(e=String(e);e.length<t;)e="0"+e;return e}});var zE=C((K$,VE)=>{"use strict";l();var Jr=yo(),Cc=class extends Date{constructor(e){super(e+"Z"),this.isFloating=!0}toISOString(){let e=`${this.getUTCFullYear()}-${Jr(2,this.getUTCMonth()+1)}-${Jr(2,this.getUTCDate())}`,r=`${Jr(2,this.getUTCHours())}:${Jr(2,this.getUTCMinutes())}:${Jr(2,this.getUTCSeconds())}.${Jr(3,this.getUTCMilliseconds())}`;return`${e}T${r}`}};VE.exports=t=>{let e=new Cc(t);if(isNaN(e))throw new TypeError("Invalid Datetime");return e}});var XE=C((X$,YE)=>{"use strict";l();var KE=yo(),nT=global.Date,Fc=class extends nT{constructor(e){super(e),this.isDate=!0}toISOString(){return`${this.getUTCFullYear()}-${KE(2,this.getUTCMonth()+1)}-${KE(2,this.getUTCDate())}`}};YE.exports=t=>{let e=new Fc(t);if(isNaN(e))throw new TypeError("Invalid Datetime");return e}});var JE=C((J$,ZE)=>{"use strict";l();var xo=yo(),wc=class extends Date{constructor(e){super(`0000-01-01T${e}Z`),this.isTime=!0}toISOString(){return`${xo(2,this.getUTCHours())}:${xo(2,this.getUTCMinutes())}:${xo(2,this.getUTCSeconds())}.${xo(3,this.getUTCMilliseconds())}`}};ZE.exports=t=>{let e=new wc(t);if(isNaN(e))throw new TypeError("Invalid Datetime");return e}});var bo=C((exports,module)=>{"use strict";l();module.exports=makeParserClass(jE());module.exports.makeParserClass=makeParserClass;var TomlError=class t extends Error{constructor(e){super(e),this.name="TomlError",Error.captureStackTrace&&Error.captureStackTrace(this,t),this.fromTOML=!0,this.wrapped=null}};TomlError.wrap=t=>{let e=new TomlError(t.message);return e.code=t.code,e.wrapped=t,e};module.exports.TomlError=TomlError;var createDateTime=GE(),createDateTimeFloat=zE(),createDate=XE(),createTime=JE(),CTRL_I=9,CTRL_J=10,CTRL_M=13,CTRL_CHAR_BOUNDARY=31,CHAR_SP=32,CHAR_QUOT=34,CHAR_NUM=35,CHAR_APOS=39,CHAR_PLUS=43,CHAR_COMMA=44,CHAR_HYPHEN=45,CHAR_PERIOD=46,CHAR_0=48,CHAR_1=49,CHAR_7=55,CHAR_9=57,CHAR_COLON=58,CHAR_EQUALS=61,CHAR_A=65,CHAR_E=69,CHAR_F=70,CHAR_T=84,CHAR_U=85,CHAR_Z=90,CHAR_LOWBAR=95,CHAR_a=97,CHAR_b=98,CHAR_e=101,CHAR_f=102,CHAR_i=105,CHAR_l=108,CHAR_n=110,CHAR_o=111,CHAR_r=114,CHAR_s=115,CHAR_t=116,CHAR_u=117,CHAR_x=120,CHAR_z=122,CHAR_LCUB=123,CHAR_RCUB=125,CHAR_LSQB=91,CHAR_BSOL=92,CHAR_RSQB=93,CHAR_DEL=127,SURROGATE_FIRST=55296,SURROGATE_LAST=57343,escapes={[CHAR_b]:"\b",[CHAR_t]:" ",[CHAR_n]:`
39
+ `,[CHAR_f]:"\f",[CHAR_r]:"\r",[CHAR_QUOT]:'"',[CHAR_BSOL]:"\\"};function isDigit(t){return t>=CHAR_0&&t<=CHAR_9}function isHexit(t){return t>=CHAR_A&&t<=CHAR_F||t>=CHAR_a&&t<=CHAR_f||t>=CHAR_0&&t<=CHAR_9}function isBit(t){return t===CHAR_1||t===CHAR_0}function isOctit(t){return t>=CHAR_0&&t<=CHAR_7}function isAlphaNumQuoteHyphen(t){return t>=CHAR_A&&t<=CHAR_Z||t>=CHAR_a&&t<=CHAR_z||t>=CHAR_0&&t<=CHAR_9||t===CHAR_APOS||t===CHAR_QUOT||t===CHAR_LOWBAR||t===CHAR_HYPHEN}function isAlphaNumHyphen(t){return t>=CHAR_A&&t<=CHAR_Z||t>=CHAR_a&&t<=CHAR_z||t>=CHAR_0&&t<=CHAR_9||t===CHAR_LOWBAR||t===CHAR_HYPHEN}var _type=Symbol("type"),_declared=Symbol("declared"),hasOwnProperty=Object.prototype.hasOwnProperty,defineProperty=Object.defineProperty,descriptor={configurable:!0,enumerable:!0,writable:!0,value:void 0};function hasKey(t,e){return hasOwnProperty.call(t,e)?!0:(e==="__proto__"&&defineProperty(t,"__proto__",descriptor),!1)}var INLINE_TABLE=Symbol("inline-table");function InlineTable(){return Object.defineProperties({},{[_type]:{value:INLINE_TABLE}})}function isInlineTable(t){return t===null||typeof t!="object"?!1:t[_type]===INLINE_TABLE}var TABLE=Symbol("table");function Table(){return Object.defineProperties({},{[_type]:{value:TABLE},[_declared]:{value:!1,writable:!0}})}function isTable(t){return t===null||typeof t!="object"?!1:t[_type]===TABLE}var _contentType=Symbol("content-type"),INLINE_LIST=Symbol("inline-list");function InlineList(t){return Object.defineProperties([],{[_type]:{value:INLINE_LIST},[_contentType]:{value:t}})}function isInlineList(t){return t===null||typeof t!="object"?!1:t[_type]===INLINE_LIST}var LIST=Symbol("list");function List(){return Object.defineProperties([],{[_type]:{value:LIST}})}function isList(t){return t===null||typeof t!="object"?!1:t[_type]===LIST}var _custom;try{let utilInspect=eval("require('util').inspect");_custom=utilInspect.custom}catch(t){}var _inspect=_custom||"inspect",BoxedBigInt=class{constructor(e){try{this.value=global.BigInt.asIntN(64,e)}catch{this.value=null}Object.defineProperty(this,_type,{value:INTEGER})}isNaN(){return this.value===null}toString(){return String(this.value)}[_inspect](){return`[BigInt: ${this.toString()}]}`}valueOf(){return this.value}},INTEGER=Symbol("integer");function Integer(t){let e=Number(t);return Object.is(e,-0)&&(e=0),global.BigInt&&!Number.isSafeInteger(e)?new BoxedBigInt(t):Object.defineProperties(new Number(e),{isNaN:{value:function(){return isNaN(this)}},[_type]:{value:INTEGER},[_inspect]:{value:()=>`[Integer: ${t}]`}})}function isInteger(t){return t===null||typeof t!="object"?!1:t[_type]===INTEGER}var FLOAT=Symbol("float");function Float(t){return Object.defineProperties(new Number(t),{[_type]:{value:FLOAT},[_inspect]:{value:()=>`[Float: ${t}]`}})}function isFloat(t){return t===null||typeof t!="object"?!1:t[_type]===FLOAT}function tomlType(t){let e=typeof t;if(e==="object"){if(t===null)return"null";if(t instanceof Date)return"datetime";if(_type in t)switch(t[_type]){case INLINE_TABLE:return"inline-table";case INLINE_LIST:return"inline-list";case TABLE:return"table";case LIST:return"list";case FLOAT:return"float";case INTEGER:return"integer"}}return e}function makeParserClass(t){class e extends t{constructor(){super(),this.ctx=this.obj=Table()}atEndOfWord(){return this.char===CHAR_NUM||this.char===CTRL_I||this.char===CHAR_SP||this.atEndOfLine()}atEndOfLine(){return this.char===t.END||this.char===CTRL_J||this.char===CTRL_M}parseStart(){if(this.char===t.END)return null;if(this.char===CHAR_LSQB)return this.call(this.parseTableOrList);if(this.char===CHAR_NUM)return this.call(this.parseComment);if(this.char===CTRL_J||this.char===CHAR_SP||this.char===CTRL_I||this.char===CTRL_M)return null;if(isAlphaNumQuoteHyphen(this.char))return this.callNow(this.parseAssignStatement);throw this.error(new TomlError(`Unknown character "${this.char}"`))}parseWhitespaceToEOL(){if(this.char===CHAR_SP||this.char===CTRL_I||this.char===CTRL_M)return null;if(this.char===CHAR_NUM)return this.goto(this.parseComment);if(this.char===t.END||this.char===CTRL_J)return this.return();throw this.error(new TomlError("Unexpected character, expected only whitespace or comments till end of line"))}parseAssignStatement(){return this.callNow(this.parseAssign,this.recordAssignStatement)}recordAssignStatement(n){let i=this.ctx,s=n.key.pop();for(let o of n.key){if(hasKey(i,o)&&(!isTable(i[o])||i[o][_declared]))throw this.error(new TomlError("Can't redefine existing key"));i=i[o]=i[o]||Table()}if(hasKey(i,s))throw this.error(new TomlError("Can't redefine existing key"));return isInteger(n.value)||isFloat(n.value)?i[s]=n.value.valueOf():i[s]=n.value,this.goto(this.parseWhitespaceToEOL)}parseAssign(){return this.callNow(this.parseKeyword,this.recordAssignKeyword)}recordAssignKeyword(n){return this.state.resultTable?this.state.resultTable.push(n):this.state.resultTable=[n],this.goto(this.parseAssignKeywordPreDot)}parseAssignKeywordPreDot(){if(this.char===CHAR_PERIOD)return this.next(this.parseAssignKeywordPostDot);if(this.char!==CHAR_SP&&this.char!==CTRL_I)return this.goto(this.parseAssignEqual)}parseAssignKeywordPostDot(){if(this.char!==CHAR_SP&&this.char!==CTRL_I)return this.callNow(this.parseKeyword,this.recordAssignKeyword)}parseAssignEqual(){if(this.char===CHAR_EQUALS)return this.next(this.parseAssignPreValue);throw this.error(new TomlError('Invalid character, expected "="'))}parseAssignPreValue(){return this.char===CHAR_SP||this.char===CTRL_I?null:this.callNow(this.parseValue,this.recordAssignValue)}recordAssignValue(n){return this.returnNow({key:this.state.resultTable,value:n})}parseComment(){do if(this.char===t.END||this.char===CTRL_J)return this.return();while(this.nextChar())}parseTableOrList(){if(this.char===CHAR_LSQB)this.next(this.parseList);else return this.goto(this.parseTable)}parseTable(){return this.ctx=this.obj,this.goto(this.parseTableNext)}parseTableNext(){return this.char===CHAR_SP||this.char===CTRL_I?null:this.callNow(this.parseKeyword,this.parseTableMore)}parseTableMore(n){if(this.char===CHAR_SP||this.char===CTRL_I)return null;if(this.char===CHAR_RSQB){if(hasKey(this.ctx,n)&&(!isTable(this.ctx[n])||this.ctx[n][_declared]))throw this.error(new TomlError("Can't redefine existing key"));return this.ctx=this.ctx[n]=this.ctx[n]||Table(),this.ctx[_declared]=!0,this.next(this.parseWhitespaceToEOL)}else if(this.char===CHAR_PERIOD){if(!hasKey(this.ctx,n))this.ctx=this.ctx[n]=Table();else if(isTable(this.ctx[n]))this.ctx=this.ctx[n];else if(isList(this.ctx[n]))this.ctx=this.ctx[n][this.ctx[n].length-1];else throw this.error(new TomlError("Can't redefine existing key"));return this.next(this.parseTableNext)}else throw this.error(new TomlError("Unexpected character, expected whitespace, . or ]"))}parseList(){return this.ctx=this.obj,this.goto(this.parseListNext)}parseListNext(){return this.char===CHAR_SP||this.char===CTRL_I?null:this.callNow(this.parseKeyword,this.parseListMore)}parseListMore(n){if(this.char===CHAR_SP||this.char===CTRL_I)return null;if(this.char===CHAR_RSQB){if(hasKey(this.ctx,n)||(this.ctx[n]=List()),isInlineList(this.ctx[n]))throw this.error(new TomlError("Can't extend an inline array"));if(isList(this.ctx[n])){let i=Table();this.ctx[n].push(i),this.ctx=i}else throw this.error(new TomlError("Can't redefine an existing key"));return this.next(this.parseListEnd)}else if(this.char===CHAR_PERIOD){if(!hasKey(this.ctx,n))this.ctx=this.ctx[n]=Table();else{if(isInlineList(this.ctx[n]))throw this.error(new TomlError("Can't extend an inline array"));if(isInlineTable(this.ctx[n]))throw this.error(new TomlError("Can't extend an inline table"));if(isList(this.ctx[n]))this.ctx=this.ctx[n][this.ctx[n].length-1];else if(isTable(this.ctx[n]))this.ctx=this.ctx[n];else throw this.error(new TomlError("Can't redefine an existing key"))}return this.next(this.parseListNext)}else throw this.error(new TomlError("Unexpected character, expected whitespace, . or ]"))}parseListEnd(n){if(this.char===CHAR_RSQB)return this.next(this.parseWhitespaceToEOL);throw this.error(new TomlError("Unexpected character, expected whitespace, . or ]"))}parseValue(){if(this.char===t.END)throw this.error(new TomlError("Key without value"));if(this.char===CHAR_QUOT)return this.next(this.parseDoubleString);if(this.char===CHAR_APOS)return this.next(this.parseSingleString);if(this.char===CHAR_HYPHEN||this.char===CHAR_PLUS)return this.goto(this.parseNumberSign);if(this.char===CHAR_i)return this.next(this.parseInf);if(this.char===CHAR_n)return this.next(this.parseNan);if(isDigit(this.char))return this.goto(this.parseNumberOrDateTime);if(this.char===CHAR_t||this.char===CHAR_f)return this.goto(this.parseBoolean);if(this.char===CHAR_LSQB)return this.call(this.parseInlineList,this.recordValue);if(this.char===CHAR_LCUB)return this.call(this.parseInlineTable,this.recordValue);throw this.error(new TomlError("Unexpected character, expecting string, number, datetime, boolean, inline array or inline table"))}recordValue(n){return this.returnNow(n)}parseInf(){if(this.char===CHAR_n)return this.next(this.parseInf2);throw this.error(new TomlError('Unexpected character, expected "inf", "+inf" or "-inf"'))}parseInf2(){if(this.char===CHAR_f)return this.state.buf==="-"?this.return(-1/0):this.return(1/0);throw this.error(new TomlError('Unexpected character, expected "inf", "+inf" or "-inf"'))}parseNan(){if(this.char===CHAR_a)return this.next(this.parseNan2);throw this.error(new TomlError('Unexpected character, expected "nan"'))}parseNan2(){if(this.char===CHAR_n)return this.return(NaN);throw this.error(new TomlError('Unexpected character, expected "nan"'))}parseKeyword(){return this.char===CHAR_QUOT?this.next(this.parseBasicString):this.char===CHAR_APOS?this.next(this.parseLiteralString):this.goto(this.parseBareKey)}parseBareKey(){do{if(this.char===t.END)throw this.error(new TomlError("Key ended without value"));if(isAlphaNumHyphen(this.char))this.consume();else{if(this.state.buf.length===0)throw this.error(new TomlError("Empty bare keys are not allowed"));return this.returnNow()}}while(this.nextChar())}parseSingleString(){return this.char===CHAR_APOS?this.next(this.parseLiteralMultiStringMaybe):this.goto(this.parseLiteralString)}parseLiteralString(){do{if(this.char===CHAR_APOS)return this.return();if(this.atEndOfLine())throw this.error(new TomlError("Unterminated string"));if(this.char===CHAR_DEL||this.char<=CTRL_CHAR_BOUNDARY&&this.char!==CTRL_I)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}parseLiteralMultiStringMaybe(){return this.char===CHAR_APOS?this.next(this.parseLiteralMultiString):this.returnNow()}parseLiteralMultiString(){return this.char===CTRL_M?null:this.char===CTRL_J?this.next(this.parseLiteralMultiStringContent):this.goto(this.parseLiteralMultiStringContent)}parseLiteralMultiStringContent(){do{if(this.char===CHAR_APOS)return this.next(this.parseLiteralMultiEnd);if(this.char===t.END)throw this.error(new TomlError("Unterminated multi-line string"));if(this.char===CHAR_DEL||this.char<=CTRL_CHAR_BOUNDARY&&this.char!==CTRL_I&&this.char!==CTRL_J&&this.char!==CTRL_M)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}parseLiteralMultiEnd(){return this.char===CHAR_APOS?this.next(this.parseLiteralMultiEnd2):(this.state.buf+="'",this.goto(this.parseLiteralMultiStringContent))}parseLiteralMultiEnd2(){return this.char===CHAR_APOS?this.return():(this.state.buf+="''",this.goto(this.parseLiteralMultiStringContent))}parseDoubleString(){return this.char===CHAR_QUOT?this.next(this.parseMultiStringMaybe):this.goto(this.parseBasicString)}parseBasicString(){do{if(this.char===CHAR_BSOL)return this.call(this.parseEscape,this.recordEscapeReplacement);if(this.char===CHAR_QUOT)return this.return();if(this.atEndOfLine())throw this.error(new TomlError("Unterminated string"));if(this.char===CHAR_DEL||this.char<=CTRL_CHAR_BOUNDARY&&this.char!==CTRL_I)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}recordEscapeReplacement(n){return this.state.buf+=n,this.goto(this.parseBasicString)}parseMultiStringMaybe(){return this.char===CHAR_QUOT?this.next(this.parseMultiString):this.returnNow()}parseMultiString(){return this.char===CTRL_M?null:this.char===CTRL_J?this.next(this.parseMultiStringContent):this.goto(this.parseMultiStringContent)}parseMultiStringContent(){do{if(this.char===CHAR_BSOL)return this.call(this.parseMultiEscape,this.recordMultiEscapeReplacement);if(this.char===CHAR_QUOT)return this.next(this.parseMultiEnd);if(this.char===t.END)throw this.error(new TomlError("Unterminated multi-line string"));if(this.char===CHAR_DEL||this.char<=CTRL_CHAR_BOUNDARY&&this.char!==CTRL_I&&this.char!==CTRL_J&&this.char!==CTRL_M)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}errorControlCharInString(){let n="\\u00";return this.char<16&&(n+="0"),n+=this.char.toString(16),this.error(new TomlError(`Control characters (codes < 0x1f and 0x7f) are not allowed in strings, use ${n} instead`))}recordMultiEscapeReplacement(n){return this.state.buf+=n,this.goto(this.parseMultiStringContent)}parseMultiEnd(){return this.char===CHAR_QUOT?this.next(this.parseMultiEnd2):(this.state.buf+='"',this.goto(this.parseMultiStringContent))}parseMultiEnd2(){return this.char===CHAR_QUOT?this.return():(this.state.buf+='""',this.goto(this.parseMultiStringContent))}parseMultiEscape(){return this.char===CTRL_M||this.char===CTRL_J?this.next(this.parseMultiTrim):this.char===CHAR_SP||this.char===CTRL_I?this.next(this.parsePreMultiTrim):this.goto(this.parseEscape)}parsePreMultiTrim(){if(this.char===CHAR_SP||this.char===CTRL_I)return null;if(this.char===CTRL_M||this.char===CTRL_J)return this.next(this.parseMultiTrim);throw this.error(new TomlError("Can't escape whitespace"))}parseMultiTrim(){return this.char===CTRL_J||this.char===CHAR_SP||this.char===CTRL_I||this.char===CTRL_M?null:this.returnNow()}parseEscape(){if(this.char in escapes)return this.return(escapes[this.char]);if(this.char===CHAR_u)return this.call(this.parseSmallUnicode,this.parseUnicodeReturn);if(this.char===CHAR_U)return this.call(this.parseLargeUnicode,this.parseUnicodeReturn);throw this.error(new TomlError("Unknown escape character: "+this.char))}parseUnicodeReturn(n){try{let i=parseInt(n,16);if(i>=SURROGATE_FIRST&&i<=SURROGATE_LAST)throw this.error(new TomlError("Invalid unicode, character in range 0xD800 - 0xDFFF is reserved"));return this.returnNow(String.fromCodePoint(i))}catch(i){throw this.error(TomlError.wrap(i))}}parseSmallUnicode(){if(isHexit(this.char)){if(this.consume(),this.state.buf.length>=4)return this.return()}else throw this.error(new TomlError("Invalid character in unicode sequence, expected hex"))}parseLargeUnicode(){if(isHexit(this.char)){if(this.consume(),this.state.buf.length>=8)return this.return()}else throw this.error(new TomlError("Invalid character in unicode sequence, expected hex"))}parseNumberSign(){return this.consume(),this.next(this.parseMaybeSignedInfOrNan)}parseMaybeSignedInfOrNan(){return this.char===CHAR_i?this.next(this.parseInf):this.char===CHAR_n?this.next(this.parseNan):this.callNow(this.parseNoUnder,this.parseNumberIntegerStart)}parseNumberIntegerStart(){return this.char===CHAR_0?(this.consume(),this.next(this.parseNumberIntegerExponentOrDecimal)):this.goto(this.parseNumberInteger)}parseNumberIntegerExponentOrDecimal(){return this.char===CHAR_PERIOD?(this.consume(),this.call(this.parseNoUnder,this.parseNumberFloat)):this.char===CHAR_E||this.char===CHAR_e?(this.consume(),this.next(this.parseNumberExponentSign)):this.returnNow(Integer(this.state.buf))}parseNumberInteger(){if(isDigit(this.char))this.consume();else{if(this.char===CHAR_LOWBAR)return this.call(this.parseNoUnder);if(this.char===CHAR_E||this.char===CHAR_e)return this.consume(),this.next(this.parseNumberExponentSign);if(this.char===CHAR_PERIOD)return this.consume(),this.call(this.parseNoUnder,this.parseNumberFloat);{let n=Integer(this.state.buf);if(n.isNaN())throw this.error(new TomlError("Invalid number"));return this.returnNow(n)}}}parseNoUnder(){if(this.char===CHAR_LOWBAR||this.char===CHAR_PERIOD||this.char===CHAR_E||this.char===CHAR_e)throw this.error(new TomlError("Unexpected character, expected digit"));if(this.atEndOfWord())throw this.error(new TomlError("Incomplete number"));return this.returnNow()}parseNoUnderHexOctBinLiteral(){if(this.char===CHAR_LOWBAR||this.char===CHAR_PERIOD)throw this.error(new TomlError("Unexpected character, expected digit"));if(this.atEndOfWord())throw this.error(new TomlError("Incomplete number"));return this.returnNow()}parseNumberFloat(){if(this.char===CHAR_LOWBAR)return this.call(this.parseNoUnder,this.parseNumberFloat);if(isDigit(this.char))this.consume();else return this.char===CHAR_E||this.char===CHAR_e?(this.consume(),this.next(this.parseNumberExponentSign)):this.returnNow(Float(this.state.buf))}parseNumberExponentSign(){if(isDigit(this.char))return this.goto(this.parseNumberExponent);if(this.char===CHAR_HYPHEN||this.char===CHAR_PLUS)this.consume(),this.call(this.parseNoUnder,this.parseNumberExponent);else throw this.error(new TomlError("Unexpected character, expected -, + or digit"))}parseNumberExponent(){if(isDigit(this.char))this.consume();else return this.char===CHAR_LOWBAR?this.call(this.parseNoUnder):this.returnNow(Float(this.state.buf))}parseNumberOrDateTime(){return this.char===CHAR_0?(this.consume(),this.next(this.parseNumberBaseOrDateTime)):this.goto(this.parseNumberOrDateTimeOnly)}parseNumberOrDateTimeOnly(){if(this.char===CHAR_LOWBAR)return this.call(this.parseNoUnder,this.parseNumberInteger);if(isDigit(this.char))this.consume(),this.state.buf.length>4&&this.next(this.parseNumberInteger);else return this.char===CHAR_E||this.char===CHAR_e?(this.consume(),this.next(this.parseNumberExponentSign)):this.char===CHAR_PERIOD?(this.consume(),this.call(this.parseNoUnder,this.parseNumberFloat)):this.char===CHAR_HYPHEN?this.goto(this.parseDateTime):this.char===CHAR_COLON?this.goto(this.parseOnlyTimeHour):this.returnNow(Integer(this.state.buf))}parseDateTimeOnly(){if(this.state.buf.length<4){if(isDigit(this.char))return this.consume();if(this.char===CHAR_COLON)return this.goto(this.parseOnlyTimeHour);throw this.error(new TomlError("Expected digit while parsing year part of a date"))}else{if(this.char===CHAR_HYPHEN)return this.goto(this.parseDateTime);throw this.error(new TomlError("Expected hyphen (-) while parsing year part of date"))}}parseNumberBaseOrDateTime(){return this.char===CHAR_b?(this.consume(),this.call(this.parseNoUnderHexOctBinLiteral,this.parseIntegerBin)):this.char===CHAR_o?(this.consume(),this.call(this.parseNoUnderHexOctBinLiteral,this.parseIntegerOct)):this.char===CHAR_x?(this.consume(),this.call(this.parseNoUnderHexOctBinLiteral,this.parseIntegerHex)):this.char===CHAR_PERIOD?this.goto(this.parseNumberInteger):isDigit(this.char)?this.goto(this.parseDateTimeOnly):this.returnNow(Integer(this.state.buf))}parseIntegerHex(){if(isHexit(this.char))this.consume();else{if(this.char===CHAR_LOWBAR)return this.call(this.parseNoUnderHexOctBinLiteral);{let n=Integer(this.state.buf);if(n.isNaN())throw this.error(new TomlError("Invalid number"));return this.returnNow(n)}}}parseIntegerOct(){if(isOctit(this.char))this.consume();else{if(this.char===CHAR_LOWBAR)return this.call(this.parseNoUnderHexOctBinLiteral);{let n=Integer(this.state.buf);if(n.isNaN())throw this.error(new TomlError("Invalid number"));return this.returnNow(n)}}}parseIntegerBin(){if(isBit(this.char))this.consume();else{if(this.char===CHAR_LOWBAR)return this.call(this.parseNoUnderHexOctBinLiteral);{let n=Integer(this.state.buf);if(n.isNaN())throw this.error(new TomlError("Invalid number"));return this.returnNow(n)}}}parseDateTime(){if(this.state.buf.length<4)throw this.error(new TomlError("Years less than 1000 must be zero padded to four characters"));return this.state.result=this.state.buf,this.state.buf="",this.next(this.parseDateMonth)}parseDateMonth(){if(this.char===CHAR_HYPHEN){if(this.state.buf.length<2)throw this.error(new TomlError("Months less than 10 must be zero padded to two characters"));return this.state.result+="-"+this.state.buf,this.state.buf="",this.next(this.parseDateDay)}else if(isDigit(this.char))this.consume();else throw this.error(new TomlError("Incomplete datetime"))}parseDateDay(){if(this.char===CHAR_T||this.char===CHAR_SP){if(this.state.buf.length<2)throw this.error(new TomlError("Days less than 10 must be zero padded to two characters"));return this.state.result+="-"+this.state.buf,this.state.buf="",this.next(this.parseStartTimeHour)}else{if(this.atEndOfWord())return this.returnNow(createDate(this.state.result+"-"+this.state.buf));if(isDigit(this.char))this.consume();else throw this.error(new TomlError("Incomplete datetime"))}}parseStartTimeHour(){return this.atEndOfWord()?this.returnNow(createDate(this.state.result)):this.goto(this.parseTimeHour)}parseTimeHour(){if(this.char===CHAR_COLON){if(this.state.buf.length<2)throw this.error(new TomlError("Hours less than 10 must be zero padded to two characters"));return this.state.result+="T"+this.state.buf,this.state.buf="",this.next(this.parseTimeMin)}else if(isDigit(this.char))this.consume();else throw this.error(new TomlError("Incomplete datetime"))}parseTimeMin(){if(this.state.buf.length<2&&isDigit(this.char))this.consume();else{if(this.state.buf.length===2&&this.char===CHAR_COLON)return this.state.result+=":"+this.state.buf,this.state.buf="",this.next(this.parseTimeSec);throw this.error(new TomlError("Incomplete datetime"))}}parseTimeSec(){if(isDigit(this.char)){if(this.consume(),this.state.buf.length===2)return this.state.result+=":"+this.state.buf,this.state.buf="",this.next(this.parseTimeZoneOrFraction)}else throw this.error(new TomlError("Incomplete datetime"))}parseOnlyTimeHour(){if(this.char===CHAR_COLON){if(this.state.buf.length<2)throw this.error(new TomlError("Hours less than 10 must be zero padded to two characters"));return this.state.result=this.state.buf,this.state.buf="",this.next(this.parseOnlyTimeMin)}else throw this.error(new TomlError("Incomplete time"))}parseOnlyTimeMin(){if(this.state.buf.length<2&&isDigit(this.char))this.consume();else{if(this.state.buf.length===2&&this.char===CHAR_COLON)return this.state.result+=":"+this.state.buf,this.state.buf="",this.next(this.parseOnlyTimeSec);throw this.error(new TomlError("Incomplete time"))}}parseOnlyTimeSec(){if(isDigit(this.char)){if(this.consume(),this.state.buf.length===2)return this.next(this.parseOnlyTimeFractionMaybe)}else throw this.error(new TomlError("Incomplete time"))}parseOnlyTimeFractionMaybe(){if(this.state.result+=":"+this.state.buf,this.char===CHAR_PERIOD)this.state.buf="",this.next(this.parseOnlyTimeFraction);else return this.return(createTime(this.state.result))}parseOnlyTimeFraction(){if(isDigit(this.char))this.consume();else if(this.atEndOfWord()){if(this.state.buf.length===0)throw this.error(new TomlError("Expected digit in milliseconds"));return this.returnNow(createTime(this.state.result+"."+this.state.buf))}else throw this.error(new TomlError("Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z"))}parseTimeZoneOrFraction(){if(this.char===CHAR_PERIOD)this.consume(),this.next(this.parseDateTimeFraction);else if(this.char===CHAR_HYPHEN||this.char===CHAR_PLUS)this.consume(),this.next(this.parseTimeZoneHour);else{if(this.char===CHAR_Z)return this.consume(),this.return(createDateTime(this.state.result+this.state.buf));if(this.atEndOfWord())return this.returnNow(createDateTimeFloat(this.state.result+this.state.buf));throw this.error(new TomlError("Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z"))}}parseDateTimeFraction(){if(isDigit(this.char))this.consume();else{if(this.state.buf.length===1)throw this.error(new TomlError("Expected digit in milliseconds"));if(this.char===CHAR_HYPHEN||this.char===CHAR_PLUS)this.consume(),this.next(this.parseTimeZoneHour);else{if(this.char===CHAR_Z)return this.consume(),this.return(createDateTime(this.state.result+this.state.buf));if(this.atEndOfWord())return this.returnNow(createDateTimeFloat(this.state.result+this.state.buf));throw this.error(new TomlError("Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z"))}}}parseTimeZoneHour(){if(isDigit(this.char)){if(this.consume(),/\d\d$/.test(this.state.buf))return this.next(this.parseTimeZoneSep)}else throw this.error(new TomlError("Unexpected character in datetime, expected digit"))}parseTimeZoneSep(){if(this.char===CHAR_COLON)this.consume(),this.next(this.parseTimeZoneMin);else throw this.error(new TomlError("Unexpected character in datetime, expected colon"))}parseTimeZoneMin(){if(isDigit(this.char)){if(this.consume(),/\d\d$/.test(this.state.buf))return this.return(createDateTime(this.state.result+this.state.buf))}else throw this.error(new TomlError("Unexpected character in datetime, expected digit"))}parseBoolean(){if(this.char===CHAR_t)return this.consume(),this.next(this.parseTrue_r);if(this.char===CHAR_f)return this.consume(),this.next(this.parseFalse_a)}parseTrue_r(){if(this.char===CHAR_r)return this.consume(),this.next(this.parseTrue_u);throw this.error(new TomlError("Invalid boolean, expected true or false"))}parseTrue_u(){if(this.char===CHAR_u)return this.consume(),this.next(this.parseTrue_e);throw this.error(new TomlError("Invalid boolean, expected true or false"))}parseTrue_e(){if(this.char===CHAR_e)return this.return(!0);throw this.error(new TomlError("Invalid boolean, expected true or false"))}parseFalse_a(){if(this.char===CHAR_a)return this.consume(),this.next(this.parseFalse_l);throw this.error(new TomlError("Invalid boolean, expected true or false"))}parseFalse_l(){if(this.char===CHAR_l)return this.consume(),this.next(this.parseFalse_s);throw this.error(new TomlError("Invalid boolean, expected true or false"))}parseFalse_s(){if(this.char===CHAR_s)return this.consume(),this.next(this.parseFalse_e);throw this.error(new TomlError("Invalid boolean, expected true or false"))}parseFalse_e(){if(this.char===CHAR_e)return this.return(!1);throw this.error(new TomlError("Invalid boolean, expected true or false"))}parseInlineList(){if(this.char===CHAR_SP||this.char===CTRL_I||this.char===CTRL_M||this.char===CTRL_J)return null;if(this.char===t.END)throw this.error(new TomlError("Unterminated inline array"));return this.char===CHAR_NUM?this.call(this.parseComment):this.char===CHAR_RSQB?this.return(this.state.resultArr||InlineList()):this.callNow(this.parseValue,this.recordInlineListValue)}recordInlineListValue(n){if(this.state.resultArr){let i=this.state.resultArr[_contentType],s=tomlType(n);if(i!==s)throw this.error(new TomlError(`Inline lists must be a single type, not a mix of ${i} and ${s}`))}else this.state.resultArr=InlineList(tomlType(n));return isFloat(n)||isInteger(n)?this.state.resultArr.push(n.valueOf()):this.state.resultArr.push(n),this.goto(this.parseInlineListNext)}parseInlineListNext(){if(this.char===CHAR_SP||this.char===CTRL_I||this.char===CTRL_M||this.char===CTRL_J)return null;if(this.char===CHAR_NUM)return this.call(this.parseComment);if(this.char===CHAR_COMMA)return this.next(this.parseInlineList);if(this.char===CHAR_RSQB)return this.goto(this.parseInlineList);throw this.error(new TomlError("Invalid character, expected whitespace, comma (,) or close bracket (])"))}parseInlineTable(){if(this.char===CHAR_SP||this.char===CTRL_I)return null;if(this.char===t.END||this.char===CHAR_NUM||this.char===CTRL_J||this.char===CTRL_M)throw this.error(new TomlError("Unterminated inline array"));return this.char===CHAR_RCUB?this.return(this.state.resultTable||InlineTable()):(this.state.resultTable||(this.state.resultTable=InlineTable()),this.callNow(this.parseAssign,this.recordInlineTableValue))}recordInlineTableValue(n){let i=this.state.resultTable,s=n.key.pop();for(let o of n.key){if(hasKey(i,o)&&(!isTable(i[o])||i[o][_declared]))throw this.error(new TomlError("Can't redefine existing key"));i=i[o]=i[o]||Table()}if(hasKey(i,s))throw this.error(new TomlError("Can't redefine existing key"));return isInteger(n.value)||isFloat(n.value)?i[s]=n.value.valueOf():i[s]=n.value,this.goto(this.parseInlineTableNext)}parseInlineTableNext(){if(this.char===CHAR_SP||this.char===CTRL_I)return null;if(this.char===t.END||this.char===CHAR_NUM||this.char===CTRL_J||this.char===CTRL_M)throw this.error(new TomlError("Unterminated inline array"));if(this.char===CHAR_COMMA)return this.next(this.parseInlineTable);if(this.char===CHAR_RCUB)return this.goto(this.parseInlineTable);throw this.error(new TomlError("Invalid character, expected whitespace, comma (,) or close bracket (])"))}}return e}});var _o=C((tM,QE)=>{"use strict";l();QE.exports=iT;function iT(t,e){if(t.pos==null||t.line==null)return t;let r=t.message;if(r+=` at row ${t.line+1}, col ${t.col+1}, pos ${t.pos}:
40
+ `,e&&e.split){let n=e.split(/\n/),i=String(Math.min(n.length,t.line+3)).length,s=" ";for(;s.length<i;)s+=" ";for(let o=Math.max(0,t.line-1);o<Math.min(n.length,t.line+2);++o){let u=String(o+1);if(u.length<i&&(u=" "+u),t.line===o){r+=u+"> "+n[o]+`
41
+ `,r+=s+" ";for(let a=0;a<t.col;++a)r+=" ";r+=`^
42
+ `}else r+=u+": "+n[o]+`
43
+ `}}return t.message=r+`
44
+ `,t}});var ty=C((nM,ey)=>{"use strict";l();ey.exports=uT;var sT=bo(),oT=_o();function uT(t){global.Buffer&&global.Buffer.isBuffer(t)&&(t=t.toString("utf8"));let e=new sT;try{return e.parse(t),e.finish()}catch(r){throw oT(r,t)}}});var iy=C((sM,ny)=>{"use strict";l();ny.exports=lT;var aT=bo(),ry=_o();function lT(t,e){e||(e={});let r=0,n=e.blocksize||40960,i=new aT;return new Promise((o,u)=>{setImmediate(s,r,n,o,u)});function s(o,u,a,c){if(o>=t.length)try{return a(i.finish())}catch(f){return c(ry(f,t))}try{i.parse(t.slice(o,o+u)),setImmediate(s,o+u,u,a,c)}catch(f){c(ry(f,t))}}}});var uy=C((uM,oy)=>{"use strict";l();oy.exports=fT;var cT=require("stream"),sy=bo();function fT(t){return t?hT(t):dT(t)}function hT(t){let e=new sy;return t.setEncoding("utf8"),new Promise((r,n)=>{let i,s=!1,o=!1;function u(){if(s=!0,!i)try{r(e.finish())}catch(f){n(f)}}function a(f){o=!0,n(f)}t.once("end",u),t.once("error",a),c();function c(){i=!0;let f;for(;(f=t.read())!==null;)try{e.parse(f)}catch(p){return a(p)}if(i=!1,s)return u();o||t.once("readable",c)}})}function dT(){let t=new sy;return new cT.Transform({objectMode:!0,transform(e,r,n){try{t.parse(e.toString(r))}catch(i){this.emit("error",i)}n()},flush(e){try{this.push(t.finish())}catch(r){this.emit("error",r)}e()}})}});var ay=C((lM,oi)=>{"use strict";l();oi.exports=ty();oi.exports.async=iy();oi.exports.stream=uy();oi.exports.prettyError=_o()});var my=C((fM,Ac)=>{"use strict";l();Ac.exports=pT;Ac.exports.value=vc;function pT(t){if(t===null)throw Dr("null");if(t===void 0)throw Dr("undefined");if(typeof t!="object")throw Dr(typeof t);if(typeof t.toJSON=="function"&&(t=t.toJSON()),t==null)return null;let e=Ie(t);if(e!=="table")throw Dr(e);return Sc("","",t)}function Dr(t){return new Error("Can only stringify objects, not "+t)}function DT(){return new Error("Array values can't have mixed types")}function ly(t){return Object.keys(t).filter(e=>cy(t[e]))}function mT(t){return Object.keys(t).filter(e=>!cy(t[e]))}function Co(t){let e=Array.isArray(t)?[]:Object.prototype.hasOwnProperty.call(t,"__proto__")?{["__proto__"]:void 0}:{};for(let r of Object.keys(t))t[r]&&typeof t[r].toJSON=="function"&&!("toISOString"in t[r])?e[r]=t[r].toJSON():e[r]=t[r];return e}function Sc(t,e,r){r=Co(r);var n,i;n=ly(r),i=mT(r);var s=[],o=e||"";n.forEach(a=>{var c=Ie(r[a]);c!=="undefined"&&c!=="null"&&s.push(o+Fo(a)+" = "+dy(r[a],!0))}),s.length>0&&s.push("");var u=t&&n.length>0?e+" ":"";return i.forEach(a=>{s.push(vT(t,u,a,r[a]))}),s.join(`
45
+ `)}function cy(t){switch(Ie(t)){case"undefined":case"null":case"integer":case"nan":case"float":case"boolean":case"string":case"datetime":return!0;case"array":return t.length===0||Ie(t[0])!=="table";case"table":return Object.keys(t).length===0;default:return!1}}function Ie(t){return t===void 0?"undefined":t===null?"null":typeof t=="bigint"||Number.isInteger(t)&&!Object.is(t,-0)?"integer":typeof t=="number"?"float":typeof t=="boolean"?"boolean":typeof t=="string"?"string":"toISOString"in t?isNaN(t)?"undefined":"datetime":Array.isArray(t)?"array":"table"}function Fo(t){var e=String(t);return/^[-A-Za-z0-9_]+$/.test(e)?e:fy(e)}function fy(t){return'"'+hy(t).replace(/"/g,'\\"')+'"'}function gT(t){return"'"+t+"'"}function ET(t,e){for(;e.length<t;)e="0"+e;return e}function hy(t){return t.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\f/g,"\\f").replace(/\r/g,"\\r").replace(/([\u0000-\u001f\u007f])/,e=>"\\u"+ET(4,e.codePointAt(0).toString(16)))}function yT(t){let e=t.split(/\n/).map(r=>hy(r).replace(/"(?="")/g,'\\"')).join(`
46
+ `);return e.slice(-1)==='"'&&(e+=`\\
47
+ `),`"""
48
+ `+e+'"""'}function dy(t,e){let r=Ie(t);return r==="string"&&(e&&/\n/.test(t)?r="string-multiline":!/[\b\t\n\f\r']/.test(t)&&/"/.test(t)&&(r="string-literal")),vc(t,r)}function vc(t,e){switch(e||(e=Ie(t)),e){case"string-multiline":return yT(t);case"string":return fy(t);case"string-literal":return gT(t);case"integer":return py(t);case"float":return xT(t);case"boolean":return bT(t);case"datetime":return _T(t);case"array":return wT(t.filter(r=>Ie(r)!=="null"&&Ie(r)!=="undefined"&&Ie(r)!=="nan"));case"table":return ST(t);default:throw Dr(e)}}function py(t){return String(t).replace(/\B(?=(\d{3})+(?!\d))/g,"_")}function xT(t){if(t===1/0)return"inf";if(t===-1/0)return"-inf";if(Object.is(t,NaN))return"nan";if(Object.is(t,-0))return"-0.0";var e=String(t).split("."),r=e[0],n=e[1]||0;return py(r)+"."+n}function bT(t){return String(t)}function _T(t){return t.toISOString()}function CT(t){return t==="float"||t==="integer"}function FT(t){var e=Ie(t[0]);return t.every(r=>Ie(r)===e)?e:t.every(r=>CT(Ie(r)))?"float":"mixed"}function Dy(t){let e=FT(t);if(e==="mixed")throw DT();return e}function wT(t){t=Co(t);let e=Dy(t);var r="[",n=t.map(i=>vc(i,e));return n.join(", ").length>60||/\n/.test(n)?r+=`
49
+ `+n.join(`,
50
+ `)+`
51
+ `:r+=" "+n.join(", ")+(n.length>0?" ":""),r+"]"}function ST(t){t=Co(t);var e=[];return Object.keys(t).forEach(r=>{e.push(Fo(r)+" = "+dy(t[r],!1))}),"{ "+e.join(", ")+(e.length>0?" ":"")+"}"}function vT(t,e,r,n){var i=Ie(n);if(i==="array")return AT(t,e,r,n);if(i==="table")return TT(t,e,r,n);throw Dr(i)}function AT(t,e,r,n){n=Co(n),Dy(n);var i=Ie(n[0]);if(i!=="table")throw Dr(i);var s=t+Fo(r),o="";return n.forEach(u=>{o.length>0&&(o+=`
52
+ `),o+=e+"[["+s+`]]
53
+ `,o+=Sc(s+".",e,u)}),o}function TT(t,e,r,n){var i=t+Fo(r),s="";return ly(n).length>0&&(s+=e+"["+i+`]
54
+ `),s+Sc(i+".",e,n)}});var gy=C(Tc=>{"use strict";l();Tc.parse=ay();Tc.stringify=my()});var $T={};Ic($T,{pkg:()=>ds});module.exports=qy($T);l();var ky=M(require("update-notifier"));var To={};Ic(To,{author:()=>Yy,bin:()=>nx,bugs:()=>Xy,default:()=>ox,dependencies:()=>ix,description:()=>Vy,devDependencies:()=>tx,engines:()=>sx,files:()=>rx,homepage:()=>zy,license:()=>Ky,name:()=>Wy,publishConfig:()=>Jy,repository:()=>Zy,scripts:()=>ex,sideEffects:()=>Qy,version:()=>Oo});var Wy="@e2b/cli",Oo="0.0.14",Vy="CLI for managing e2b sandbox templates",zy="https://e2b.dev",Ky="MIT",Yy={name:"FoundryLabs, Inc.",email:"hello@e2b.dev",url:"https://e2b.dev"},Xy="https://github.com/e2b-dev/e2b/issues",Zy={type:"git",url:"https://github.com/e2b-dev/e2b/tree/main/packages/cli"},Jy={access:"public"},Qy=!1,ex={prepublishOnly:"pnpm run build",build:"tsup --minify",dev:"tsup --watch",test:"pnpm build && cd testground/demo-basic && ../../dist/index.js template build","check-deps":"knip","update-deps":"ncu -u && pnpm i"},tx={"@types/common-tags":"^1.8.2","@types/node":"^18.18.6","@types/tar-fs":"^2.0.3","@types/update-notifier":"6.0.5",knip:"^2.33.4","npm-check-updates":"^16.14.6",tsup:"^7.2.0",typescript:"^5.2.2",vitest:"^0.34.6"},rx=["dist","LICENSE","README","package.json"],nx={e2b:"dist/index.js",E2B:"dist/index.js",E2b:"dist/index.js"},ix={"@balena/dockerignore":"^1.0.2","@e2b/sdk":"^0.7.5","@iarna/toml":"^2.2.5","@nodelib/fs.walk":"^2.0.0","async-listen":"^3.0.1",boxen:"^7.1.1",chalk:"^5.3.0",commander:"^11.1.0","common-tags":"^1.8.2",ignore:"^5.2.4",open:"^9.1.0","tar-fs":"^3.0.4","update-notifier":"5.1.0",yup:"^1.3.2"},sx={node:">=18"},ox={name:Wy,version:Oo,description:Vy,homepage:zy,license:Ky,author:Yy,bugs:Xy,repository:Zy,publishConfig:Jy,sideEffects:Qy,scripts:ex,devDependencies:tx,files:rx,bin:nx,dependencies:ix,engines:sx};l();l();var Yc=M(Kc(),1),{program:e3,createCommand:t3,createArgument:r3,createOption:n3,CommanderError:i3,InvalidArgumentError:s3,InvalidOptionArgumentError:o3,Command:Fe,Argument:u3,Option:Xc,Help:a3}=Yc.default;l();var gD=M(Jc());var hs=M(require("fs")),ED=M(require("http"));l();var Hi=M(require("process"),1),Wd=require("buffer"),Hu=M(require("path"),1),Vd=require("url"),zd=M(require("child_process"),1),Ui=M(require("fs/promises"),1),Uu=require("fs"),dn=M(sf(),1);l();function Zt(t,e,r){let n=i=>Object.defineProperty(t,e,{value:i,enumerable:!0,writable:!0});return Object.defineProperty(t,e,{configurable:!0,enumerable:!0,get(){let i=r();return n(i),i},set(i){n(i)}}),t}l();var $i=M(require("process"),1);l();var ff=M(require("os"),1),hf=require("fs"),df=M(uf(),1),pf=M(cf(),1),Hx=Number(ff.default.release().split(".")[0]),Ux=(0,pf.default)(Hx>=14?"~/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist":"~/Library/Preferences/com.apple.LaunchServices.plist");async function zo(){if(process.platform!=="darwin")throw new Error("macOS only");let t="com.apple.Safari",e;try{e=await hf.promises.readFile(Ux)}catch(i){if(i.code==="ENOENT")return t;throw i}let r=df.default.parseBuffer(e),n=r&&r[0].LSHandlers;if(!n||n.length===0)return t;for(let i of n)if(i.LSHandlerURLScheme==="http"&&i.LSHandlerRoleAll){t=i.LSHandlerRoleAll;break}return t}l();l();var Kh=M(zh(),1);async function Yh(t){if(process.platform!=="darwin")throw new Error("macOS only");let{stdout:e}=await(0,Kh.default)("osascript",["-e",t]);return e}async function gu(t){return Yh(`tell application "Finder" to set app_path to application file id "${t}" as string
55
+ tell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`)}l();function Eu(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.toLowerCase().replace(/(?:^|\s|-)\S/g,e=>e.toUpperCase())}l();var Nd=require("buffer"),kd=M(require("path"),1),ki=M(require("child_process"),1),cn=M(require("process"),1),Ld=M(iu(),1);l();function yu(t){let e=typeof t=="string"?`
44
56
  `:`
45
- `)+a,r=i+1,i=t.indexOf(`
46
- `,r)}while(i!==-1);return n+=t.slice(r),n}var{stdout:Qm,stderr:Xm}=Gm,gd=Symbol("GENERATOR"),_r=Symbol("STYLER"),xn=Symbol("IS_EMPTY"),Jm=["ansi","ansi","ansi256","ansi16m"],xr=Object.create(null),vv=(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 a=Qm?Qm.level:0;t.level=e.level===void 0?a:e.level};var bv=t=>{let e=(...a)=>a.join(" ");return vv(e,t),Object.setPrototypeOf(e,wn.prototype),e};function wn(t){return bv(t)}Object.setPrototypeOf(wn.prototype,Function.prototype);for(let[t,e]of Object.entries(jt))xr[t]={get(){let a=wo(this,xd(e.open,e.close,this[_r]),this[xn]);return Object.defineProperty(this,t,{value:a}),a}};xr.visible={get(){let t=wo(this,this[_r],!0);return Object.defineProperty(this,"visible",{value:t}),t}};var _d=(t,e,a,...i)=>t==="rgb"?e==="ansi16m"?jt[a].ansi16m(...i):e==="ansi256"?jt[a].ansi256(jt.rgbToAnsi256(...i)):jt[a].ansi(jt.rgbToAnsi(...i)):t==="hex"?_d("rgb",e,a,...jt.hexToRgb(...i)):jt[a][t](...i),gv=["rgb","hex","ansi256"];for(let t of gv){xr[t]={get(){let{level:a}=this;return function(...i){let r=xd(_d(t,Jm[a],"color",...i),jt.color.close,this[_r]);return wo(this,r,this[xn])}}};let e="bg"+t[0].toUpperCase()+t.slice(1);xr[e]={get(){let{level:a}=this;return function(...i){let r=xd(_d(t,Jm[a],"bgColor",...i),jt.bgColor.close,this[_r]);return wo(this,r,this[xn])}}}}var _v=Object.defineProperties(()=>{},{...xr,level:{enumerable:!0,get(){return this[gd].level},set(t){this[gd].level=t}}}),xd=(t,e,a)=>{let i,r;return a===void 0?(i=t,r=e):(i=a.openAll+t,r=e+a.closeAll),{open:t,close:e,openAll:i,closeAll:r,parent:a}},wo=(t,e,a)=>{let i=(...r)=>xv(i,r.length===1?""+r[0]:r.join(" "));return Object.setPrototypeOf(i,_v),i[gd]=t,i[_r]=e,i[xn]=a,i},xv=(t,e)=>{if(t.level<=0||!e)return t[xn]?"":e;let a=t[_r];if(a===void 0)return e;let{openAll:i,closeAll:r}=a;if(e.includes("\x1B"))for(;a!==void 0;)e=Ym(e,a.close,a.open),a=a.parent;let n=e.indexOf(`
47
- `);return n!==-1&&(e=Km(e,r,i,n)),i+e+r};Object.defineProperties(wn.prototype,xr);var wv=wn(),vF=wn({level:Xm?Xm.level:0});var pt=wv;u();var Z0=G(i0()),e6=G(W0()),yr=G(require("fs")),t6=G(J0()),gt=G(require("path")),a6=G(require("util")),Kb=a6.promisify(e6.walk);async function i6(t,e){let a;if(e!=null&&e.respectGitignore){let n=gt.join(t,".gitignore");yr.existsSync(n)&&(a=t6.default().add(yr.readFileSync(n).toString()))}let i;if(e!=null&&e.respectDockerignore){let n=gt.join(t,".dockerignore");if(yr.existsSync(n)){let l=yr.readFileSync(n,"utf-8").split(`
48
- `).map(d=>d.trim());i=Z0.default().add(l)}}let r=await Kb(t,{entryFilter:n=>{var o;return[!!((o=n.stats)!=null&&o.isFile()),e!=null&&e.extension?n.name.endsWith(e.extension):!0,e!=null&&e.name?n.name===e.name:!0,!(a&&a.ignores(gt.relative(t,n.path))),!(i&&i.ignores(gt.relative(t,n.path)))].every(Boolean)},stats:!0});return await Promise.all(r.map(async n=>({path:n.path,rootPath:gt.join("/",gt.relative(t,n.path)),name:n.name})))}function r6(t){let e=process.cwd();return t?gt.isAbsolute(t)?t:gt.resolve(e,t):e}function n6(t){return gt.relative(process.cwd(),t)}function jo(t){return`${lt(t.envID)}`}function Za(t,e){return pt.redBright(`> ${t} ${e?`:
49
- `+e:""}
50
- `)}function lt(t){return pt.bold(t)}function pl(t){return pt.blue(t)}function Vo(t){return t?pl("./"+n6(t)):""}var l6=new ot("login").description("Log in to e2b").action(async()=>{let t;try{t=_n()}catch(e){console.error(Za("Failed to read user config",e))}if(t){console.log(`Already logged in as ${lt(t.email)}, if you want to login as a different user, logout first.`);return}else if(!t){if(console.log("Attempting to login..."),t=await Qb(),!t){console.info("Login aborted");return}Mo.mkdirSync(d6.dirname(Ha),{recursive:!0}),Mo.writeFileSync(Ha,JSON.stringify(t,null,2))}console.log(`Logged in as ${lt(t.email)}`),process.exit(0)});async function Qb(){let t=o6.createServer(),{port:e}=await s6.default(t,0,"127.0.0.1"),a=new URL(`${vd}/api/cli`);return a.searchParams.set("next",`http://localhost:${e}`),a.searchParams.set("cliVersion",Wo.version),new Promise((i,r)=>(t.once("request",(n,o)=>{o.setHeader("connection","close");let l=new URL(`${vd}/api/cli`),d=new URL(n.url||"/","http://localhost").searchParams,c=Object.fromEntries(d.entries()),{error:f}=c;f?(r(new Error(f)),l.searchParams.set("state","error"),l.searchParams.set("error",f)):(i(c),l.searchParams.set("state","success"),l.searchParams.set("email",c.email)),o.statusCode=302,o.setHeader("location",l.href),o.end()}),p6.default(a.toString())))}u();var $o=G(require("fs"));var u6=new ot("logout").description("Log out of e2b").action(()=>{$o.existsSync(Ha)?($o.unlinkSync(Ha),console.log("Logged out.")):console.log("Not logged in, nothing to do")});u();u();u();u();u();var Xb=function(){function t(e,a){for(var i=0;i<a.length;i++){var r=a[i];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(e,a,i){return a&&t(e.prototype,a),i&&t(e,i),e}}(),Jb=Zb(["",""],["",""]);function Zb(t,e){return Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function eg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var tg=function(){function t(){for(var e=this,a=arguments.length,i=Array(a),r=0;r<a;r++)i[r]=arguments[r];return eg(this,t),this.tag=function(n){for(var o=arguments.length,l=Array(o>1?o-1:0),d=1;d<o;d++)l[d-1]=arguments[d];return typeof n=="function"?e.interimTag.bind(e,n):typeof n=="string"?e.transformEndResult(n):(n=n.map(e.transformString.bind(e)),e.transformEndResult(n.reduce(e.processSubstitutions.bind(e,l))))},i.length>0&&Array.isArray(i[0])&&(i=i[0]),this.transformers=i.map(function(n){return typeof n=="function"?n():n}),this.tag}return Xb(t,[{key:"interimTag",value:function(a,i){for(var r=arguments.length,n=Array(r>2?r-2:0),o=2;o<r;o++)n[o-2]=arguments[o];return this.tag(Jb,a.apply(void 0,[i].concat(n)))}},{key:"processSubstitutions",value:function(a,i,r){var n=this.transformSubstitution(a.shift(),i);return"".concat(i,n,r)}},{key:"transformString",value:function(a){var i=function(n,o){return o.onString?o.onString(n):n};return this.transformers.reduce(i,a)}},{key:"transformSubstitution",value:function(a,i){var r=function(o,l){return l.onSubstitution?l.onSubstitution(o,i):o};return this.transformers.reduce(r,a)}},{key:"transformEndResult",value:function(a){var i=function(n,o){return o.onEndResult?o.onEndResult(n):n};return this.transformers.reduce(i,a)}}]),t}(),me=tg;u();u();var ag=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return{onEndResult:function(i){if(e==="")return i.trim();if(e=e.toLowerCase(),e==="start"||e==="left")return i.replace(/^\s*/,"");if(e==="end"||e==="right")return i.replace(/\s*$/,"");throw new Error("Side not supported: "+e)}}},fe=ag;u();u();function ig(t){if(Array.isArray(t)){for(var e=0,a=Array(t.length);e<t.length;e++)a[e]=t[e];return a}else return Array.from(t)}var rg=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"initial";return{onEndResult:function(i){if(e==="initial"){var r=i.match(/^[^\S\n]*(?=\S)/gm),n=r&&Math.min.apply(Math,ig(r.map(function(l){return l.length})));if(n){var o=new RegExp("^.{"+n+"}","gm");return i.replace(o,"")}return i}if(e==="all")return i.replace(/^[^\S\n]+/gm,"");throw new Error("Unknown type: "+e)}}},Me=rg;u();u();var ng=function(e,a){return{onEndResult:function(r){if(e==null||a==null)throw new Error("replaceResultTransformer requires at least 2 arguments.");return r.replace(e,a)}}},ut=ng;u();u();var sg=function(e,a){return{onSubstitution:function(r,n){if(e==null||a==null)throw new Error("replaceSubstitutionTransformer requires at least 2 arguments.");return r==null?r:r.toString().replace(e,a)}}},ha=sg;u();u();u();u();var pg={separator:"",conjunction:"",serial:!1},dg=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:pg;return{onSubstitution:function(i,r){if(Array.isArray(i)){var n=i.length,o=e.separator,l=e.conjunction,d=e.serial,c=r.match(/(\n?[^\S\n]+)$/);if(c?i=i.join(o+c[1]):i=i.join(o+" "),l&&n>1){var f=i.lastIndexOf(o);i=i.slice(0,f)+(d?o:"")+" "+l+i.slice(f+1)}}return i}}},Ce=dg;u();u();var lg=function(e){return{onSubstitution:function(i,r){if(e!=null&&typeof e=="string")typeof i=="string"&&i.includes(e)&&(i=i.split(e));else throw new Error("You need to specify a string character to split by.");return i}}},Sr=lg;u();u();var c6=function(e){return e!=null&&!Number.isNaN(e)&&typeof e!="boolean"},ug=function(){return{onSubstitution:function(a){return Array.isArray(a)?a.filter(c6):c6(a)?a:""}}},zo=ug;u();u();var kA=new me(Ce({separator:","}),Me,fe);u();u();var WA=new me(Ce({separator:",",conjunction:"and"}),Me,fe);u();u();var JA=new me(Ce({separator:",",conjunction:"or"}),Me,fe);u();u();var lR=new me(Sr(`
51
- `),zo,Ce,Me,fe);u();u();u();u();var TR=new me(Sr(`
52
- `),Ce,Me,fe,ha(/&/g,"&amp;"),ha(/</g,"&lt;"),ha(/>/g,"&gt;"),ha(/"/g,"&quot;"),ha(/'/g,"&#x27;"),ha(/`/g,"&#x60;"));u();u();var IR=new me(ut(/(?:\n(?:\s*))+/g," "),fe);u();u();var HR=new me(ut(/(?:\n\s*)/g,""),fe);u();u();var aB=new me(Ce({separator:","}),ut(/(?:\s+)/g," "),fe);u();u();var cB=new me(Ce({separator:",",conjunction:"or"}),ut(/(?:\s+)/g," "),fe);u();u();var wB=new me(Ce({separator:",",conjunction:"and"}),ut(/(?:\s+)/g," "),fe);u();u();var kB=new me(Ce,Me,fe);u();u();var WB=new me(Ce,ut(/(?:\s+)/g," "),fe);u();u();var yg=new me(Me,fe),Sn=yg;u();u();var nk=new me(Me("all"),fe);var B7=G(require("fs")),k7=G(require("fs/promises"));u();Er();var b6=ul;u();u();var Be=t=>typeof t=="function";u();u();u();var re=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol:t=>`Symbol(${t})`;function $6(){}function Xe(t){return typeof t=="object"&&t!==null||typeof t=="function"}var z6=$6;function le(t,e){try{Object.defineProperty(t,"name",{value:e,configurable:!0})}catch{}}var Sl=Promise,Fg=Promise.prototype.then,Tg=Promise.resolve.bind(Sl),Ag=Promise.reject.bind(Sl);function et(t){return new Sl(t)}function ce(t){return Tg(t)}function Y(t){return Ag(t)}function ya(t,e,a){return Fg.call(t,e,a)}function Qe(t,e,a){ya(ya(t,e,a),void 0,z6)}function g6(t,e){Qe(t,e)}function _6(t,e){Qe(t,void 0,e)}function Vt(t,e,a){return ya(t,e,a)}function Ar(t){ya(t,void 0,z6)}var ep=t=>{if(typeof queueMicrotask=="function")ep=queueMicrotask;else{let e=ce(void 0);ep=a=>ya(e,a)}return ep(t)};function fp(t,e,a){if(typeof t!="function")throw new TypeError("Argument is not a function");return Function.prototype.apply.call(t,e,a)}function Pi(t,e,a){try{return ce(fp(t,e,a))}catch(i){return Y(i)}}var ct=class{constructor(){this._cursor=0,this._size=0,this._front={_elements:[],_next:void 0},this._back=this._front,this._cursor=0,this._size=0}get length(){return this._size}push(e){let a=this._back,i=a;a._elements.length===16383&&(i={_elements:[],_next:void 0}),a._elements.push(e),i!==a&&(this._back=i,a._next=i),++this._size}shift(){let e=this._front,a=e,i=this._cursor,r=i+1,n=e._elements,o=n[i];return r===16384&&(a=e._next,r=0),--this._size,this._cursor=r,e!==a&&(this._front=a),n[i]=void 0,o}forEach(e){let a=this._cursor,i=this._front,r=i._elements;for(;!(a===r.length&&i._next===void 0||a===r.length&&(i=i._next,r=i._elements,a=0,r.length===0));)e(r[a]),++a}peek(){let e=this._front,a=this._cursor;return e._elements[a]}},U6=re("[[AbortSteps]]"),H6=re("[[ErrorSteps]]"),El=re("[[CancelSteps]]"),Cl=re("[[PullSteps]]"),Fl=re("[[ReleaseSteps]]");function G6(t,e){t._ownerReadableStream=e,e._reader=t,e._state==="readable"?vl(t):e._state==="closed"?function(a){vl(a),X6(a)}(t):Q6(t,e._storedError)}function Y6(t,e){return F4(t._ownerReadableStream,e)}function K6(t){let e=t._ownerReadableStream;e._state==="readable"?Tl(t,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")):function(a,i){Q6(a,i)}(t,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")),e._readableStreamController[Fl](),e._reader=void 0,t._ownerReadableStream=void 0}function Rr(t){return new TypeError("Cannot "+t+" a stream using a released reader")}function vl(t){t._closedPromise=et((e,a)=>{t._closedPromise_resolve=e,t._closedPromise_reject=a})}function Q6(t,e){vl(t),Tl(t,e)}function Tl(t,e){t._closedPromise_reject!==void 0&&(Ar(t._closedPromise),t._closedPromise_reject(e),t._closedPromise_resolve=void 0,t._closedPromise_reject=void 0)}function X6(t){t._closedPromise_resolve!==void 0&&(t._closedPromise_resolve(void 0),t._closedPromise_resolve=void 0,t._closedPromise_reject=void 0)}var x6=Number.isFinite||function(t){return typeof t=="number"&&isFinite(t)},Rg=Math.trunc||function(t){return t<0?Math.ceil(t):Math.floor(t)};function Sa(t,e){if(t!==void 0&&typeof(a=t)!="object"&&typeof a!="function")throw new TypeError(`${e} is not an object.`);var a}function Mt(t,e){if(typeof t!="function")throw new TypeError(`${e} is not a function.`)}function J6(t,e){if(!function(a){return typeof a=="object"&&a!==null||typeof a=="function"}(t))throw new TypeError(`${e} is not an object.`)}function Ea(t,e,a){if(t===void 0)throw new TypeError(`Parameter ${e} is required in '${a}'.`)}function bl(t,e,a){if(t===void 0)throw new TypeError(`${e} is required in '${a}'.`)}function Al(t){return Number(t)}function w6(t){return t===0?0:t}function Z6(t,e){let a=Number.MAX_SAFE_INTEGER,i=Number(t);if(i=w6(i),!x6(i))throw new TypeError(`${e} is not a finite number`);if(i=function(r){return w6(Rg(r))}(i),i<0||i>a)throw new TypeError(`${e} is outside the accepted range of 0 to ${a}, inclusive`);return x6(i)&&i!==0?i:0}function Fn(t){if(!Xe(t)||typeof t.getReader!="function")return!1;try{return typeof t.locked=="boolean"}catch{return!1}}function e4(t){if(!Xe(t)||typeof t.getWriter!="function")return!1;try{return typeof t.locked=="boolean"}catch{return!1}}function t4(t,e){if(!Ni(t))throw new TypeError(`${e} is not a ReadableStream.`)}function a4(t,e){t._reader._readRequests.push(e)}function Rl(t,e,a){let i=t._reader._readRequests.shift();a?i._closeSteps():i._chunkSteps(e)}function hp(t){return t._reader._readRequests.length}function i4(t){let e=t._reader;return e!==void 0&&!!ki(e)}var va=class{constructor(e){if(Ea(e,1,"ReadableStreamDefaultReader"),t4(e,"First parameter"),Nr(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");G6(this,e),this._readRequests=new ct}get closed(){return ki(this)?this._closedPromise:Y(Ho("closed"))}cancel(e){return ki(this)?this._ownerReadableStream===void 0?Y(Rr("cancel")):Y6(this,e):Y(Ho("cancel"))}read(){if(!ki(this))return Y(Ho("read"));if(this._ownerReadableStream===void 0)return Y(Rr("read from"));let e,a,i=et((r,n)=>{e=r,a=n});return function(r,n){let o=r._ownerReadableStream;o._disturbed=!0,o._state==="closed"?n._closeSteps():o._state==="errored"?n._errorSteps(o._storedError):o._readableStreamController[Cl](n)}(this,{_chunkSteps:r=>e({value:r,done:!1}),_closeSteps:()=>e({value:void 0,done:!0}),_errorSteps:r=>a(r)}),i}releaseLock(){if(!ki(this))throw Ho("releaseLock");this._ownerReadableStream!==void 0&&function(e){K6(e);let a=new TypeError("Reader was released");r4(e,a)}(this)}};function ki(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_readRequests")&&t instanceof va}function r4(t,e){let a=t._readRequests;t._readRequests=new ct,a.forEach(i=>{i._errorSteps(e)})}function Ho(t){return new TypeError(`ReadableStreamDefaultReader.prototype.${t} can only be used on a ReadableStreamDefaultReader`)}Object.defineProperties(va.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),le(va.prototype.cancel,"cancel"),le(va.prototype.read,"read"),le(va.prototype.releaseLock,"releaseLock"),typeof re.toStringTag=="symbol"&&Object.defineProperty(va.prototype,re.toStringTag,{value:"ReadableStreamDefaultReader",configurable:!0});var np=class{constructor(e,a){this._ongoingPromise=void 0,this._isFinished=!1,this._reader=e,this._preventCancel=a}next(){let e=()=>this._nextSteps();return this._ongoingPromise=this._ongoingPromise?Vt(this._ongoingPromise,e,e):e(),this._ongoingPromise}return(e){let a=()=>this._returnSteps(e);return this._ongoingPromise?Vt(this._ongoingPromise,a,a):a()}_nextSteps(){if(this._isFinished)return Promise.resolve({value:void 0,done:!0});let e=this._reader;return e===void 0?Y(Rr("iterate")):ya(e.read(),a=>{var i;return this._ongoingPromise=void 0,a.done&&(this._isFinished=!0,(i=this._reader)===null||i===void 0||i.releaseLock(),this._reader=void 0),a},a=>{var i;throw this._ongoingPromise=void 0,this._isFinished=!0,(i=this._reader)===null||i===void 0||i.releaseLock(),this._reader=void 0,a})}_returnSteps(e){if(this._isFinished)return Promise.resolve({value:e,done:!0});this._isFinished=!0;let a=this._reader;if(a===void 0)return Y(Rr("finish iterating"));if(this._reader=void 0,!this._preventCancel){let i=a.cancel(e);return a.releaseLock(),Vt(i,()=>({value:e,done:!0}))}return a.releaseLock(),ce({value:e,done:!0})}},n4={next(){return y6(this)?this._asyncIteratorImpl.next():Y(S6("next"))},return(t){return y6(this)?this._asyncIteratorImpl.return(t):Y(S6("return"))}};function y6(t){if(!Xe(t)||!Object.prototype.hasOwnProperty.call(t,"_asyncIteratorImpl"))return!1;try{return t._asyncIteratorImpl instanceof np}catch{return!1}}function S6(t){return new TypeError(`ReadableStreamAsyncIterator.${t} can only be used on a ReadableSteamAsyncIterator`)}typeof re.asyncIterator=="symbol"&&Object.defineProperty(n4,re.asyncIterator,{value(){return this},writable:!0,configurable:!0});var s4=Number.isNaN||function(t){return t!=t};function o4(t,e,a,i,r){new Uint8Array(t).set(new Uint8Array(a,i,r),e)}function E6(t){let e=function(a,i,r){if(a.slice)return a.slice(i,r);let n=r-i,o=new ArrayBuffer(n);return o4(o,0,a,i,n),o}(t.buffer,t.byteOffset,t.byteOffset+t.byteLength);return new Uint8Array(e)}function gl(t){let e=t._queue.shift();return t._queueTotalSize-=e.size,t._queueTotalSize<0&&(t._queueTotalSize=0),e.value}function Bl(t,e,a){if(typeof(i=a)!="number"||s4(i)||i<0||a===1/0)throw new RangeError("Size must be a finite, non-NaN, non-negative number.");var i;t._queue.push({value:e,size:a}),t._queueTotalSize+=a}function ai(t){t._queue=new ct,t._queueTotalSize=0}var ei=class{constructor(){throw new TypeError("Illegal constructor")}get view(){if(!cl(this))throw ml("view");return this._view}respond(e){if(!cl(this))throw ml("respond");if(Ea(e,1,"respond"),e=Z6(e,"First parameter"),this._associatedReadableByteStreamController===void 0)throw new TypeError("This BYOB request has been invalidated");this._view.buffer,function(a,i){let r=a._pendingPullIntos.peek();if(a._controlledReadableByteStream._state==="closed"){if(i!==0)throw new TypeError("bytesWritten must be 0 when calling respond() on a closed stream")}else{if(i===0)throw new TypeError("bytesWritten must be greater than 0 when calling respond() on a readable stream");if(r.bytesFilled+i>r.byteLength)throw new RangeError("bytesWritten out of range")}r.buffer=r.buffer,C6(a,i)}(this._associatedReadableByteStreamController,e)}respondWithNewView(e){if(!cl(this))throw ml("respondWithNewView");if(Ea(e,1,"respondWithNewView"),!ArrayBuffer.isView(e))throw new TypeError("You can only respond with array buffer views");if(this._associatedReadableByteStreamController===void 0)throw new TypeError("This BYOB request has been invalidated");e.buffer,function(a,i){let r=a._pendingPullIntos.peek();if(a._controlledReadableByteStream._state==="closed"){if(i.byteLength!==0)throw new TypeError("The view's length must be 0 when calling respondWithNewView() on a closed stream")}else if(i.byteLength===0)throw new TypeError("The view's length must be greater than 0 when calling respondWithNewView() on a readable stream");if(r.byteOffset+r.bytesFilled!==i.byteOffset)throw new RangeError("The region specified by view does not match byobRequest");if(r.bufferByteLength!==i.buffer.byteLength)throw new RangeError("The buffer of view has different capacity than byobRequest");if(r.bytesFilled+i.byteLength>r.byteLength)throw new RangeError("The region specified by view is larger than byobRequest");let n=i.byteLength;r.buffer=i.buffer,C6(a,n)}(this._associatedReadableByteStreamController,e)}};Object.defineProperties(ei.prototype,{respond:{enumerable:!0},respondWithNewView:{enumerable:!0},view:{enumerable:!0}}),le(ei.prototype.respond,"respond"),le(ei.prototype.respondWithNewView,"respondWithNewView"),typeof re.toStringTag=="symbol"&&Object.defineProperty(ei.prototype,re.toStringTag,{value:"ReadableStreamBYOBRequest",configurable:!0});var ba=class{constructor(){throw new TypeError("Illegal constructor")}get byobRequest(){if(!Cr(this))throw En("byobRequest");return function(e){if(e._byobRequest===null&&e._pendingPullIntos.length>0){let a=e._pendingPullIntos.peek(),i=new Uint8Array(a.buffer,a.byteOffset+a.bytesFilled,a.byteLength-a.bytesFilled),r=Object.create(ei.prototype);(function(n,o,l){n._associatedReadableByteStreamController=o,n._view=l})(r,e,i),e._byobRequest=r}return e._byobRequest}(this)}get desiredSize(){if(!Cr(this))throw En("desiredSize");return h4(this)}close(){if(!Cr(this))throw En("close");if(this._closeRequested)throw new TypeError("The stream has already been closed; do not close it again!");let e=this._controlledReadableByteStream._state;if(e!=="readable")throw new TypeError(`The stream (in ${e} state) is not in the readable state and cannot be closed`);(function(a){let i=a._controlledReadableByteStream;if(!(a._closeRequested||i._state!=="readable")){if(a._queueTotalSize>0)return void(a._closeRequested=!0);if(a._pendingPullIntos.length>0&&a._pendingPullIntos.peek().bytesFilled>0){let r=new TypeError("Insufficient bytes to fill elements in the given buffer");throw Br(a,r),r}sp(a),kn(i)}})(this)}enqueue(e){if(!Cr(this))throw En("enqueue");if(Ea(e,1,"enqueue"),!ArrayBuffer.isView(e))throw new TypeError("chunk must be an array buffer view");if(e.byteLength===0)throw new TypeError("chunk must have non-zero byteLength");if(e.buffer.byteLength===0)throw new TypeError("chunk's buffer must have non-zero byteLength");if(this._closeRequested)throw new TypeError("stream is closed or draining");let a=this._controlledReadableByteStream._state;if(a!=="readable")throw new TypeError(`The stream (in ${a} state) is not in the readable state and cannot be enqueued to`);(function(i,r){let n=i._controlledReadableByteStream;if(i._closeRequested||n._state!=="readable")return;let o=r.buffer,l=r.byteOffset,d=r.byteLength,c=o;if(i._pendingPullIntos.length>0){let f=i._pendingPullIntos.peek();f.buffer,kl(i),f.buffer=f.buffer,f.readerType==="none"&&u4(i,f)}i4(n)?(function(f){let v=f._controlledReadableByteStream._reader;for(;v._readRequests.length>0;){if(f._queueTotalSize===0)return;F6(f,v._readRequests.shift())}}(i),hp(n)===0?tp(i,c,l,d):(i._pendingPullIntos.length>0&&Tr(i),Rl(n,new Uint8Array(c,l,d),!1))):Nl(n)?(tp(i,c,l,d),xl(i)):tp(i,c,l,d),Oi(i)})(this,e)}error(e){if(!Cr(this))throw En("error");Br(this,e)}[El](e){p4(this),ai(this);let a=this._cancelAlgorithm(e);return sp(this),a}[Cl](e){let a=this._controlledReadableByteStream;if(this._queueTotalSize>0)return void F6(this,e);let i=this._autoAllocateChunkSize;if(i!==void 0){let r;try{r=new ArrayBuffer(i)}catch(o){return void e._errorSteps(o)}let n={buffer:r,bufferByteLength:i,byteOffset:0,byteLength:i,bytesFilled:0,elementSize:1,viewConstructor:Uint8Array,readerType:"default"};this._pendingPullIntos.push(n)}a4(a,e),Oi(this)}[Fl](){if(this._pendingPullIntos.length>0){let e=this._pendingPullIntos.peek();e.readerType="none",this._pendingPullIntos=new ct,this._pendingPullIntos.push(e)}}};function Cr(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_controlledReadableByteStream")&&t instanceof ba}function cl(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_associatedReadableByteStreamController")&&t instanceof ei}function Oi(t){if(function(a){let i=a._controlledReadableByteStream;return i._state!=="readable"||a._closeRequested||!a._started?!1:!!(i4(i)&&hp(i)>0||Nl(i)&&D4(i)>0||h4(a)>0)}(t)){if(t._pulling)return void(t._pullAgain=!0);t._pulling=!0,Qe(t._pullAlgorithm(),()=>(t._pulling=!1,t._pullAgain&&(t._pullAgain=!1,Oi(t)),null),a=>(Br(t,a),null))}}function p4(t){kl(t),t._pendingPullIntos=new ct}function _l(t,e){let a=!1;t._state==="closed"&&(a=!0);let i=d4(e);e.readerType==="default"?Rl(t,i,a):function(r,n,o){let l=r._reader._readIntoRequests.shift();o?l._closeSteps(n):l._chunkSteps(n)}(t,i,a)}function d4(t){let e=t.bytesFilled,a=t.elementSize;return new t.viewConstructor(t.buffer,t.byteOffset,e/a)}function tp(t,e,a,i){t._queue.push({buffer:e,byteOffset:a,byteLength:i}),t._queueTotalSize+=i}function l4(t,e,a,i){let r;try{r=e.slice(a,a+i)}catch(n){throw Br(t,n),n}tp(t,r,0,i)}function u4(t,e){e.bytesFilled>0&&l4(t,e.buffer,e.byteOffset,e.bytesFilled),Tr(t)}function c4(t,e){let a=e.elementSize,i=e.bytesFilled-e.bytesFilled%a,r=Math.min(t._queueTotalSize,e.byteLength-e.bytesFilled),n=e.bytesFilled+r,o=n-n%a,l=r,d=!1;o>i&&(l=o-e.bytesFilled,d=!0);let c=t._queue;for(;l>0;){let f=c.peek(),v=Math.min(l,f.byteLength),h=e.byteOffset+e.bytesFilled;o4(e.buffer,h,f.buffer,f.byteOffset,v),f.byteLength===v?c.shift():(f.byteOffset+=v,f.byteLength-=v),t._queueTotalSize-=v,m4(t,v,e),l-=v}return d}function m4(t,e,a){a.bytesFilled+=e}function f4(t){t._queueTotalSize===0&&t._closeRequested?(sp(t),kn(t._controlledReadableByteStream)):Oi(t)}function kl(t){t._byobRequest!==null&&(t._byobRequest._associatedReadableByteStreamController=void 0,t._byobRequest._view=null,t._byobRequest=null)}function xl(t){for(;t._pendingPullIntos.length>0;){if(t._queueTotalSize===0)return;let e=t._pendingPullIntos.peek();c4(t,e)&&(Tr(t),_l(t._controlledReadableByteStream,e))}}function C6(t,e){let a=t._pendingPullIntos.peek();kl(t),t._controlledReadableByteStream._state==="closed"?function(i,r){r.readerType==="none"&&Tr(i);let n=i._controlledReadableByteStream;if(Nl(n))for(;D4(n)>0;)_l(n,Tr(i))}(t,a):function(i,r,n){if(m4(0,r,n),n.readerType==="none")return u4(i,n),void xl(i);if(n.bytesFilled<n.elementSize)return;Tr(i);let o=n.bytesFilled%n.elementSize;if(o>0){let l=n.byteOffset+n.bytesFilled;l4(i,n.buffer,l-o,o)}n.bytesFilled-=o,_l(i._controlledReadableByteStream,n),xl(i)}(t,e,a),Oi(t)}function Tr(t){return t._pendingPullIntos.shift()}function sp(t){t._pullAlgorithm=void 0,t._cancelAlgorithm=void 0}function Br(t,e){let a=t._controlledReadableByteStream;a._state==="readable"&&(p4(t),ai(t),sp(t),T4(a,e))}function F6(t,e){let a=t._queue.shift();t._queueTotalSize-=a.byteLength,f4(t);let i=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);e._chunkSteps(i)}function h4(t){let e=t._controlledReadableByteStream._state;return e==="errored"?null:e==="closed"?0:t._strategyHWM-t._queueTotalSize}function Bg(t,e,a){let i=Object.create(ba.prototype),r,n,o;r=e.start!==void 0?()=>e.start(i):()=>{},n=e.pull!==void 0?()=>e.pull(i):()=>ce(void 0),o=e.cancel!==void 0?d=>e.cancel(d):()=>ce(void 0);let l=e.autoAllocateChunkSize;if(l===0)throw new TypeError("autoAllocateChunkSize must be greater than 0");(function(d,c,f,v,h,D,g){c._controlledReadableByteStream=d,c._pullAgain=!1,c._pulling=!1,c._byobRequest=null,c._queue=c._queueTotalSize=void 0,ai(c),c._closeRequested=!1,c._started=!1,c._strategyHWM=D,c._pullAlgorithm=v,c._cancelAlgorithm=h,c._autoAllocateChunkSize=g,c._pendingPullIntos=new ct,d._readableStreamController=c,Qe(ce(f()),()=>(c._started=!0,Oi(c),null),F=>(Br(c,F),null))})(t,i,r,n,o,a,l)}function ml(t){return new TypeError(`ReadableStreamBYOBRequest.prototype.${t} can only be used on a ReadableStreamBYOBRequest`)}function En(t){return new TypeError(`ReadableByteStreamController.prototype.${t} can only be used on a ReadableByteStreamController`)}function T6(t,e){t._reader._readIntoRequests.push(e)}function D4(t){return t._reader._readIntoRequests.length}function Nl(t){let e=t._reader;return e!==void 0&&!!Fr(e)}Object.defineProperties(ba.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},byobRequest:{enumerable:!0},desiredSize:{enumerable:!0}}),le(ba.prototype.close,"close"),le(ba.prototype.enqueue,"enqueue"),le(ba.prototype.error,"error"),typeof re.toStringTag=="symbol"&&Object.defineProperty(ba.prototype,re.toStringTag,{value:"ReadableByteStreamController",configurable:!0});var ga=class{constructor(e){if(Ea(e,1,"ReadableStreamBYOBReader"),t4(e,"First parameter"),Nr(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");if(!Cr(e._readableStreamController))throw new TypeError("Cannot construct a ReadableStreamBYOBReader for a stream not constructed with a byte source");G6(this,e),this._readIntoRequests=new ct}get closed(){return Fr(this)?this._closedPromise:Y(Go("closed"))}cancel(e){return Fr(this)?this._ownerReadableStream===void 0?Y(Rr("cancel")):Y6(this,e):Y(Go("cancel"))}read(e){if(!Fr(this))return Y(Go("read"));if(!ArrayBuffer.isView(e))return Y(new TypeError("view must be an array buffer view"));if(e.byteLength===0)return Y(new TypeError("view must have non-zero byteLength"));if(e.buffer.byteLength===0)return Y(new TypeError("view's buffer must have non-zero byteLength"));if(e.buffer,this._ownerReadableStream===void 0)return Y(Rr("read from"));let a,i,r=et((n,o)=>{a=n,i=o});return function(n,o,l){let d=n._ownerReadableStream;d._disturbed=!0,d._state==="errored"?l._errorSteps(d._storedError):function(c,f,v){let h=c._controlledReadableByteStream,D=1;f.constructor!==DataView&&(D=f.constructor.BYTES_PER_ELEMENT);let g=f.constructor,F=f.buffer,E={buffer:F,bufferByteLength:F.byteLength,byteOffset:f.byteOffset,byteLength:f.byteLength,bytesFilled:0,elementSize:D,viewConstructor:g,readerType:"byob"};if(c._pendingPullIntos.length>0)return c._pendingPullIntos.push(E),void T6(h,v);if(h._state!=="closed"){if(c._queueTotalSize>0){if(c4(c,E)){let C=d4(E);return f4(c),void v._chunkSteps(C)}if(c._closeRequested){let C=new TypeError("Insufficient bytes to fill elements in the given buffer");return Br(c,C),void v._errorSteps(C)}}c._pendingPullIntos.push(E),T6(h,v),Oi(c)}else{let C=new g(E.buffer,E.byteOffset,0);v._closeSteps(C)}}(d._readableStreamController,o,l)}(this,e,{_chunkSteps:n=>a({value:n,done:!1}),_closeSteps:n=>a({value:n,done:!0}),_errorSteps:n=>i(n)}),r}releaseLock(){if(!Fr(this))throw Go("releaseLock");this._ownerReadableStream!==void 0&&function(e){K6(e);let a=new TypeError("Reader was released");v4(e,a)}(this)}};function Fr(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_readIntoRequests")&&t instanceof ga}function v4(t,e){let a=t._readIntoRequests;t._readIntoRequests=new ct,a.forEach(i=>{i._errorSteps(e)})}function Go(t){return new TypeError(`ReadableStreamBYOBReader.prototype.${t} can only be used on a ReadableStreamBYOBReader`)}function Bn(t,e){let{highWaterMark:a}=t;if(a===void 0)return e;if(s4(a)||a<0)throw new RangeError("Invalid highWaterMark");return a}function op(t){let{size:e}=t;return e||(()=>1)}function pp(t,e){Sa(t,e);let a=t==null?void 0:t.highWaterMark,i=t==null?void 0:t.size;return{highWaterMark:a===void 0?void 0:Al(a),size:i===void 0?void 0:kg(i,`${e} has member 'size' that`)}}function kg(t,e){return Mt(t,e),a=>Al(t(a))}function Ng(t,e,a){return Mt(t,a),i=>Pi(t,e,[i])}function Og(t,e,a){return Mt(t,a),()=>Pi(t,e,[])}function Pg(t,e,a){return Mt(t,a),i=>fp(t,e,[i])}function Lg(t,e,a){return Mt(t,a),(i,r)=>Pi(t,e,[i,r])}Object.defineProperties(ga.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),le(ga.prototype.cancel,"cancel"),le(ga.prototype.read,"read"),le(ga.prototype.releaseLock,"releaseLock"),typeof re.toStringTag=="symbol"&&Object.defineProperty(ga.prototype,re.toStringTag,{value:"ReadableStreamBYOBReader",configurable:!0});var Ig=typeof AbortController=="function",_a=class{constructor(e={},a={}){e===void 0?e=null:J6(e,"First parameter");let i=pp(a,"Second parameter"),r=function(l,d){Sa(l,d);let c=l==null?void 0:l.abort,f=l==null?void 0:l.close,v=l==null?void 0:l.start,h=l==null?void 0:l.type,D=l==null?void 0:l.write;return{abort:c===void 0?void 0:Ng(c,l,`${d} has member 'abort' that`),close:f===void 0?void 0:Og(f,l,`${d} has member 'close' that`),start:v===void 0?void 0:Pg(v,l,`${d} has member 'start' that`),write:D===void 0?void 0:Lg(D,l,`${d} has member 'write' that`),type:h}}(e,"First parameter");var n;if((n=this)._state="writable",n._storedError=void 0,n._writer=void 0,n._writableStreamController=void 0,n._writeRequests=new ct,n._inFlightWriteRequest=void 0,n._closeRequest=void 0,n._inFlightCloseRequest=void 0,n._pendingAbortRequest=void 0,n._backpressure=!1,r.type!==void 0)throw new RangeError("Invalid type is specified");let o=op(i);(function(l,d,c,f){let v=Object.create(kr.prototype),h,D,g,F;h=d.start!==void 0?()=>d.start(v):()=>{},D=d.write!==void 0?E=>d.write(E,v):()=>ce(void 0),g=d.close!==void 0?()=>d.close():()=>ce(void 0),F=d.abort!==void 0?E=>d.abort(E):()=>ce(void 0),function(E,C,P,j,S,A,T,O){C._controlledWritableStream=E,E._writableStreamController=C,C._queue=void 0,C._queueTotalSize=void 0,ai(C),C._abortReason=void 0,C._abortController=function(){if(Ig)return new AbortController}(),C._started=!1,C._strategySizeAlgorithm=O,C._strategyHWM=T,C._writeAlgorithm=j,C._closeAlgorithm=S,C._abortAlgorithm=A;let x=Il(C);Ll(E,x);let N=P();Qe(ce(N),()=>(C._started=!0,Dp(C),null),I=>(C._started=!0,wl(E,I),null))}(l,v,h,D,g,F,c,f)})(this,r,Bn(i,1),o)}get locked(){if(!Jt(this))throw Ko("locked");return ap(this)}abort(e){return Jt(this)?ap(this)?Y(new TypeError("Cannot abort a stream that already has a writer")):b4(this,e):Y(Ko("abort"))}close(){return Jt(this)?ap(this)?Y(new TypeError("Cannot close a stream that already has a writer")):ti(this)?Y(new TypeError("Cannot close an already-closing stream")):g4(this):Y(Ko("close"))}getWriter(){if(!Jt(this))throw Ko("getWriter");return new Xt(this)}};function Jt(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_writableStreamController")&&t instanceof _a}function ap(t){return t._writer!==void 0}function b4(t,e){var a;if(t._state==="closed"||t._state==="errored")return ce(void 0);t._writableStreamController._abortReason=e,(a=t._writableStreamController._abortController)===null||a===void 0||a.abort(e);let i=t._state;if(i==="closed"||i==="errored")return ce(void 0);if(t._pendingAbortRequest!==void 0)return t._pendingAbortRequest._promise;let r=!1;i==="erroring"&&(r=!0,e=void 0);let n=et((o,l)=>{t._pendingAbortRequest={_promise:void 0,_resolve:o,_reject:l,_reason:e,_wasAlreadyErroring:r}});return t._pendingAbortRequest._promise=n,r||Ol(t,e),n}function g4(t){let e=t._state;if(e==="closed"||e==="errored")return Y(new TypeError(`The stream (in ${e} state) is not in the writable state and cannot be closed`));let a=et((n,o)=>{let l={_resolve:n,_reject:o};t._closeRequest=l}),i=t._writer;var r;return i!==void 0&&t._backpressure&&e==="writable"&&jl(i),Bl(r=t._writableStreamController,x4,0),Dp(r),a}function wl(t,e){t._state!=="writable"?Pl(t):Ol(t,e)}function Ol(t,e){let a=t._writableStreamController;t._state="erroring",t._storedError=e;let i=t._writer;i!==void 0&&_4(i,e),!function(r){return!(r._inFlightWriteRequest===void 0&&r._inFlightCloseRequest===void 0)}(t)&&a._started&&Pl(t)}function Pl(t){t._state="errored",t._writableStreamController[H6]();let e=t._storedError;if(t._writeRequests.forEach(i=>{i._reject(e)}),t._writeRequests=new ct,t._pendingAbortRequest===void 0)return void Yo(t);let a=t._pendingAbortRequest;if(t._pendingAbortRequest=void 0,a._wasAlreadyErroring)return a._reject(e),void Yo(t);Qe(t._writableStreamController[U6](a._reason),()=>(a._resolve(),Yo(t),null),i=>(a._reject(i),Yo(t),null))}function ti(t){return t._closeRequest!==void 0||t._inFlightCloseRequest!==void 0}function Yo(t){t._closeRequest!==void 0&&(t._closeRequest._reject(t._storedError),t._closeRequest=void 0);let e=t._writer;e!==void 0&&ql(e,t._storedError)}function Ll(t,e){let a=t._writer;a!==void 0&&e!==t._backpressure&&(e?function(i){vp(i)}(a):jl(a)),t._backpressure=e}Object.defineProperties(_a.prototype,{abort:{enumerable:!0},close:{enumerable:!0},getWriter:{enumerable:!0},locked:{enumerable:!0}}),le(_a.prototype.abort,"abort"),le(_a.prototype.close,"close"),le(_a.prototype.getWriter,"getWriter"),typeof re.toStringTag=="symbol"&&Object.defineProperty(_a.prototype,re.toStringTag,{value:"WritableStream",configurable:!0});var Xt=class{constructor(e){if(Ea(e,1,"WritableStreamDefaultWriter"),function(r,n){if(!Jt(r))throw new TypeError(`${n} is not a WritableStream.`)}(e,"First parameter"),ap(e))throw new TypeError("This stream has already been locked for exclusive writing by another writer");this._ownerWritableStream=e,e._writer=this;let a=e._state;if(a==="writable")!ti(e)&&e._backpressure?vp(this):B6(this),ip(this);else if(a==="erroring")yl(this,e._storedError),ip(this);else if(a==="closed")B6(this),ip(i=this),S4(i);else{let r=e._storedError;yl(this,r),R6(this,r)}var i}get closed(){return Ai(this)?this._closedPromise:Y(Ri("closed"))}get desiredSize(){if(!Ai(this))throw Ri("desiredSize");if(this._ownerWritableStream===void 0)throw Cn("desiredSize");return function(e){let a=e._ownerWritableStream,i=a._state;return i==="errored"||i==="erroring"?null:i==="closed"?0:w4(a._writableStreamController)}(this)}get ready(){return Ai(this)?this._readyPromise:Y(Ri("ready"))}abort(e){return Ai(this)?this._ownerWritableStream===void 0?Y(Cn("abort")):function(a,i){return b4(a._ownerWritableStream,i)}(this,e):Y(Ri("abort"))}close(){if(!Ai(this))return Y(Ri("close"));let e=this._ownerWritableStream;return e===void 0?Y(Cn("close")):ti(e)?Y(new TypeError("Cannot close an already-closing stream")):g4(this._ownerWritableStream)}releaseLock(){if(!Ai(this))throw Ri("releaseLock");this._ownerWritableStream!==void 0&&function(e){let a=e._ownerWritableStream,i=new TypeError("Writer was released and can no longer be used to monitor the stream's closedness");_4(e,i),function(r,n){r._closedPromiseState==="pending"?ql(r,n):function(o,l){R6(o,l)}(r,n)}(e,i),a._writer=void 0,e._ownerWritableStream=void 0}(this)}write(e){return Ai(this)?this._ownerWritableStream===void 0?Y(Cn("write to")):function(a,i){let r=a._ownerWritableStream,n=r._writableStreamController,o=function(c,f){try{return c._strategySizeAlgorithm(f)}catch(v){return A6(c,v),1}}(n,i);if(r!==a._ownerWritableStream)return Y(Cn("write to"));let l=r._state;if(l==="errored")return Y(r._storedError);if(ti(r)||l==="closed")return Y(new TypeError("The stream is closing or closed and cannot be written to"));if(l==="erroring")return Y(r._storedError);let d=function(c){return et((f,v)=>{let h={_resolve:f,_reject:v};c._writeRequests.push(h)})}(r);return function(c,f,v){try{Bl(c,f,v)}catch(D){return void A6(c,D)}let h=c._controlledWritableStream;!ti(h)&&h._state==="writable"&&Ll(h,Il(c)),Dp(c)}(n,i,o),d}(this,e):Y(Ri("write"))}};function Ai(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_ownerWritableStream")&&t instanceof Xt}function _4(t,e){t._readyPromiseState==="pending"?E4(t,e):function(a,i){yl(a,i)}(t,e)}Object.defineProperties(Xt.prototype,{abort:{enumerable:!0},close:{enumerable:!0},releaseLock:{enumerable:!0},write:{enumerable:!0},closed:{enumerable:!0},desiredSize:{enumerable:!0},ready:{enumerable:!0}}),le(Xt.prototype.abort,"abort"),le(Xt.prototype.close,"close"),le(Xt.prototype.releaseLock,"releaseLock"),le(Xt.prototype.write,"write"),typeof re.toStringTag=="symbol"&&Object.defineProperty(Xt.prototype,re.toStringTag,{value:"WritableStreamDefaultWriter",configurable:!0});var x4={},kr=class{constructor(){throw new TypeError("Illegal constructor")}get abortReason(){if(!fl(this))throw hl("abortReason");return this._abortReason}get signal(){if(!fl(this))throw hl("signal");if(this._abortController===void 0)throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported");return this._abortController.signal}error(e){if(!fl(this))throw hl("error");this._controlledWritableStream._state==="writable"&&y4(this,e)}[U6](e){let a=this._abortAlgorithm(e);return dp(this),a}[H6](){ai(this)}};function fl(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_controlledWritableStream")&&t instanceof kr}function dp(t){t._writeAlgorithm=void 0,t._closeAlgorithm=void 0,t._abortAlgorithm=void 0,t._strategySizeAlgorithm=void 0}function w4(t){return t._strategyHWM-t._queueTotalSize}function Dp(t){let e=t._controlledWritableStream;if(!t._started||e._inFlightWriteRequest!==void 0)return;if(e._state==="erroring")return void Pl(e);if(t._queue.length===0)return;let a=t._queue.peek().value;a===x4?function(i){let r=i._controlledWritableStream;(function(o){o._inFlightCloseRequest=o._closeRequest,o._closeRequest=void 0})(r),gl(i);let n=i._closeAlgorithm();dp(i),Qe(n,()=>(function(o){o._inFlightCloseRequest._resolve(void 0),o._inFlightCloseRequest=void 0,o._state==="erroring"&&(o._storedError=void 0,o._pendingAbortRequest!==void 0&&(o._pendingAbortRequest._resolve(),o._pendingAbortRequest=void 0)),o._state="closed";let l=o._writer;l!==void 0&&S4(l)}(r),null),o=>(function(l,d){l._inFlightCloseRequest._reject(d),l._inFlightCloseRequest=void 0,l._pendingAbortRequest!==void 0&&(l._pendingAbortRequest._reject(d),l._pendingAbortRequest=void 0),wl(l,d)}(r,o),null))}(t):function(i,r){let n=i._controlledWritableStream;(function(o){o._inFlightWriteRequest=o._writeRequests.shift()})(n),Qe(i._writeAlgorithm(r),()=>{(function(l){l._inFlightWriteRequest._resolve(void 0),l._inFlightWriteRequest=void 0})(n);let o=n._state;if(gl(i),!ti(n)&&o==="writable"){let l=Il(i);Ll(n,l)}return Dp(i),null},o=>(n._state==="writable"&&dp(i),function(l,d){l._inFlightWriteRequest._reject(d),l._inFlightWriteRequest=void 0,wl(l,d)}(n,o),null))}(t,a)}function A6(t,e){t._controlledWritableStream._state==="writable"&&y4(t,e)}function Il(t){return w4(t)<=0}function y4(t,e){let a=t._controlledWritableStream;dp(t),Ol(a,e)}function Ko(t){return new TypeError(`WritableStream.prototype.${t} can only be used on a WritableStream`)}function hl(t){return new TypeError(`WritableStreamDefaultController.prototype.${t} can only be used on a WritableStreamDefaultController`)}function Ri(t){return new TypeError(`WritableStreamDefaultWriter.prototype.${t} can only be used on a WritableStreamDefaultWriter`)}function Cn(t){return new TypeError("Cannot "+t+" a stream using a released writer")}function ip(t){t._closedPromise=et((e,a)=>{t._closedPromise_resolve=e,t._closedPromise_reject=a,t._closedPromiseState="pending"})}function R6(t,e){ip(t),ql(t,e)}function ql(t,e){t._closedPromise_reject!==void 0&&(Ar(t._closedPromise),t._closedPromise_reject(e),t._closedPromise_resolve=void 0,t._closedPromise_reject=void 0,t._closedPromiseState="rejected")}function S4(t){t._closedPromise_resolve!==void 0&&(t._closedPromise_resolve(void 0),t._closedPromise_resolve=void 0,t._closedPromise_reject=void 0,t._closedPromiseState="resolved")}function vp(t){t._readyPromise=et((e,a)=>{t._readyPromise_resolve=e,t._readyPromise_reject=a}),t._readyPromiseState="pending"}function yl(t,e){vp(t),E4(t,e)}function B6(t){vp(t),jl(t)}function E4(t,e){t._readyPromise_reject!==void 0&&(Ar(t._readyPromise),t._readyPromise_reject(e),t._readyPromise_resolve=void 0,t._readyPromise_reject=void 0,t._readyPromiseState="rejected")}function jl(t){t._readyPromise_resolve!==void 0&&(t._readyPromise_resolve(void 0),t._readyPromise_resolve=void 0,t._readyPromise_reject=void 0,t._readyPromiseState="fulfilled")}Object.defineProperties(kr.prototype,{abortReason:{enumerable:!0},signal:{enumerable:!0},error:{enumerable:!0}}),typeof re.toStringTag=="symbol"&&Object.defineProperty(kr.prototype,re.toStringTag,{value:"WritableStreamDefaultController",configurable:!0});var k6=typeof DOMException<"u"?DOMException:void 0,qg=function(t){if(typeof t!="function"&&typeof t!="object")return!1;try{return new t,!0}catch{return!1}}(k6)?k6:function(){let t=function(e,a){this.message=e||"",this.name=a||"Error",Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)};return t.prototype=Object.create(Error.prototype),Object.defineProperty(t.prototype,"constructor",{value:t,writable:!0,configurable:!0}),t}();function N6(t,e,a,i,r,n){let o=t.getReader(),l=e.getWriter();Ni(t)&&(t._disturbed=!0);let d,c,f,v=!1,h=!1,D="readable",g="writable",F=!1,E=!1,C=et(j=>{f=j}),P=Promise.resolve(void 0);return et((j,S)=>{let A;function T(){if(v)return;let W=et((z,M)=>{(function K(he){he?z():ya(function(){return v?ce(!0):ya(l.ready,()=>ya(o.read(),be=>!!be.done||(P=l.write(be.value),Ar(P),!1)))}(),K,M)})(!1)});Ar(W)}function O(){return D="closed",a?V():I(()=>(Jt(e)&&(F=ti(e),g=e._state),F||g==="closed"?ce(void 0):g==="erroring"||g==="errored"?Y(c):(F=!0,l.close())),!1,void 0),null}function x(W){return v||(D="errored",d=W,i?V(!0,W):I(()=>l.abort(W),!0,W)),null}function N(W){return h||(g="errored",c=W,r?V(!0,W):I(()=>o.cancel(W),!0,W)),null}if(n!==void 0&&(A=()=>{let W=n.reason!==void 0?n.reason:new qg("Aborted","AbortError"),z=[];i||z.push(()=>g==="writable"?l.abort(W):ce(void 0)),r||z.push(()=>D==="readable"?o.cancel(W):ce(void 0)),I(()=>Promise.all(z.map(M=>M())),!0,W)},n.aborted?A():n.addEventListener("abort",A)),Ni(t)&&(D=t._state,d=t._storedError),Jt(e)&&(g=e._state,c=e._storedError,F=ti(e)),Ni(t)&&Jt(e)&&(E=!0,f()),D==="errored")x(d);else if(g==="erroring"||g==="errored")N(c);else if(D==="closed")O();else if(F||g==="closed"){let W=new TypeError("the destination writable stream closed before all data could be piped to it");r?V(!0,W):I(()=>o.cancel(W),!0,W)}function I(W,z,M){function K(){return g!=="writable"||F?he():g6(function(){let be;return ce(function He(){if(be!==P)return be=P,Vt(P,He,He)}())}(),he),null}function he(){return W?Qe(W(),()=>Q(z,M),be=>Q(!0,be)):Q(z,M),null}v||(v=!0,E?K():g6(C,K))}function V(W,z){I(void 0,W,z)}function Q(W,z){return h=!0,l.releaseLock(),o.releaseLock(),n!==void 0&&n.removeEventListener("abort",A),W?S(z):j(void 0),null}v||(Qe(o.closed,O,x),Qe(l.closed,function(){return h||(g="closed"),null},N)),E?T():ep(()=>{E=!0,f(),T()})})}function jg(t,e){return function(a){try{return a.getReader({mode:"byob"}).releaseLock(),!0}catch{return!1}}(t)?function(a){let i,r,n,o,l,d=a.getReader(),c=!1,f=!1,v=!1,h=!1,D=!1,g=!1,F=et(N=>{l=N});function E(N){_6(N.closed,I=>(N!==d||(n.error(I),o.error(I),D&&g||l(void 0)),null))}function C(){c&&(d.releaseLock(),d=a.getReader(),E(d),c=!1),Qe(d.read(),N=>{var I,V;if(v=!1,h=!1,N.done)return D||n.close(),g||o.close(),(I=n.byobRequest)===null||I===void 0||I.respond(0),(V=o.byobRequest)===null||V===void 0||V.respond(0),D&&g||l(void 0),null;let Q=N.value,W=Q,z=Q;if(!D&&!g)try{z=E6(Q)}catch(M){return n.error(M),o.error(M),l(d.cancel(M)),null}return D||n.enqueue(W),g||o.enqueue(z),f=!1,v?j():h&&S(),null},()=>(f=!1,null))}function P(N,I){c||(d.releaseLock(),d=a.getReader({mode:"byob"}),E(d),c=!0);let V=I?o:n,Q=I?n:o;Qe(d.read(N),W=>{var z;v=!1,h=!1;let M=I?g:D,K=I?D:g;if(W.done){M||V.close(),K||Q.close();let be=W.value;return be!==void 0&&(M||V.byobRequest.respondWithNewView(be),K||(z=Q.byobRequest)===null||z===void 0||z.respond(0)),M&&K||l(void 0),null}let he=W.value;if(K)M||V.byobRequest.respondWithNewView(he);else{let be;try{be=E6(he)}catch(He){return V.error(He),Q.error(He),l(d.cancel(He)),null}M||V.byobRequest.respondWithNewView(he),Q.enqueue(be)}return f=!1,v?j():h&&S(),null},()=>(f=!1,null))}function j(){if(f)return v=!0,ce(void 0);f=!0;let N=n.byobRequest;return N===null?C():P(N.view,!1),ce(void 0)}function S(){if(f)return h=!0,ce(void 0);f=!0;let N=o.byobRequest;return N===null?C():P(N.view,!0),ce(void 0)}function A(N){if(D=!0,i=N,g){let I=[i,r],V=d.cancel(I);l(V)}return F}function T(N){if(g=!0,r=N,D){let I=[i,r],V=d.cancel(I);l(V)}return F}let O=new Oe({type:"bytes",start(N){n=N},pull:j,cancel:A}),x=new Oe({type:"bytes",start(N){o=N},pull:S,cancel:T});return E(d),[O,x]}(t):function(a,i){let r=a.getReader(),n,o,l,d,c,f=!1,v=!1,h=!1,D=!1,g=et(S=>{c=S});function F(){return f?(v=!0,ce(void 0)):(f=!0,Qe(r.read(),S=>{if(v=!1,S.done)return h||l.close(),D||d.close(),h&&D||c(void 0),null;let A=S.value,T=A,O=A;return h||l.enqueue(T),D||d.enqueue(O),f=!1,v&&F(),null},()=>(f=!1,null)),ce(void 0))}function E(S){if(h=!0,n=S,D){let A=[n,o],T=r.cancel(A);c(T)}return g}function C(S){if(D=!0,o=S,h){let A=[n,o],T=r.cancel(A);c(T)}return g}let P=new Oe({start(S){l=S},pull:F,cancel:E}),j=new Oe({start(S){d=S},pull:F,cancel:C});return _6(r.closed,S=>(l.error(S),d.error(S),h&&D||c(void 0),null)),[P,j]}(t)}var xa=class{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!Qo(this))throw Xo("desiredSize");return C4(this)}close(){if(!Qo(this))throw Xo("close");if(!Tn(this))throw new TypeError("The stream is not in a state that permits close");(function(e){if(!Tn(e))return;let a=e._controlledReadableStream;e._closeRequested=!0,e._queue.length===0&&(rp(e),kn(a))})(this)}enqueue(e){if(!Qo(this))throw Xo("enqueue");if(!Tn(this))throw new TypeError("The stream is not in a state that permits enqueue");return function(a,i){if(!Tn(a))return;let r=a._controlledReadableStream;if(Nr(r)&&hp(r)>0)Rl(r,i,!1);else{let n;try{n=a._strategySizeAlgorithm(i)}catch(o){throw Rn(a,o),o}try{Bl(a,i,n)}catch(o){throw Rn(a,o),o}}An(a)}(this,e)}error(e){if(!Qo(this))throw Xo("error");Rn(this,e)}[El](e){ai(this);let a=this._cancelAlgorithm(e);return rp(this),a}[Cl](e){let a=this._controlledReadableStream;if(this._queue.length>0){let i=gl(this);this._closeRequested&&this._queue.length===0?(rp(this),kn(a)):An(this),e._chunkSteps(i)}else a4(a,e),An(this)}[Fl](){}};function Qo(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_controlledReadableStream")&&t instanceof xa}function An(t){if(function(a){let i=a._controlledReadableStream;return!Tn(a)||!a._started?!1:!!(Nr(i)&&hp(i)>0||C4(a)>0)}(t)){if(t._pulling)return void(t._pullAgain=!0);t._pulling=!0,Qe(t._pullAlgorithm(),()=>(t._pulling=!1,t._pullAgain&&(t._pullAgain=!1,An(t)),null),a=>(Rn(t,a),null))}}function rp(t){t._pullAlgorithm=void 0,t._cancelAlgorithm=void 0,t._strategySizeAlgorithm=void 0}function Rn(t,e){let a=t._controlledReadableStream;a._state==="readable"&&(ai(t),rp(t),T4(a,e))}function C4(t){let e=t._controlledReadableStream._state;return e==="errored"?null:e==="closed"?0:t._strategyHWM-t._queueTotalSize}function Tn(t){return!t._closeRequested&&t._controlledReadableStream._state==="readable"}function Vg(t,e,a,i){let r=Object.create(xa.prototype),n,o,l;n=e.start!==void 0?()=>e.start(r):()=>{},o=e.pull!==void 0?()=>e.pull(r):()=>ce(void 0),l=e.cancel!==void 0?d=>e.cancel(d):()=>ce(void 0),function(d,c,f,v,h,D,g){c._controlledReadableStream=d,c._queue=void 0,c._queueTotalSize=void 0,ai(c),c._started=!1,c._closeRequested=!1,c._pullAgain=!1,c._pulling=!1,c._strategySizeAlgorithm=g,c._strategyHWM=D,c._pullAlgorithm=v,c._cancelAlgorithm=h,d._readableStreamController=c,Qe(ce(f()),()=>(c._started=!0,An(c),null),F=>(Rn(c,F),null))}(t,r,n,o,l,a,i)}function Xo(t){return new TypeError(`ReadableStreamDefaultController.prototype.${t} can only be used on a ReadableStreamDefaultController`)}function Mg(t,e,a){return Mt(t,a),i=>Pi(t,e,[i])}function Wg(t,e,a){return Mt(t,a),i=>Pi(t,e,[i])}function $g(t,e,a){return Mt(t,a),i=>fp(t,e,[i])}function zg(t,e){if((t=`${t}`)!="bytes")throw new TypeError(`${e} '${t}' is not a valid enumeration value for ReadableStreamType`);return t}function Ug(t,e){if((t=`${t}`)!="byob")throw new TypeError(`${e} '${t}' is not a valid enumeration value for ReadableStreamReaderMode`);return t}function O6(t,e){Sa(t,e);let a=t==null?void 0:t.preventAbort,i=t==null?void 0:t.preventCancel,r=t==null?void 0:t.preventClose,n=t==null?void 0:t.signal;return n!==void 0&&function(o,l){if(!function(d){if(typeof d!="object"||d===null)return!1;try{return typeof d.aborted=="boolean"}catch{return!1}}(o))throw new TypeError(`${l} is not an AbortSignal.`)}(n,`${e} has member 'signal' that`),{preventAbort:!!a,preventCancel:!!i,preventClose:!!r,signal:n}}function Hg(t,e){Sa(t,e);let a=t==null?void 0:t.readable;bl(a,"readable","ReadableWritablePair"),function(r,n){if(!Fn(r))throw new TypeError(`${n} is not a ReadableStream.`)}(a,`${e} has member 'readable' that`);let i=t==null?void 0:t.writable;return bl(i,"writable","ReadableWritablePair"),function(r,n){if(!e4(r))throw new TypeError(`${n} is not a WritableStream.`)}(i,`${e} has member 'writable' that`),{readable:a,writable:i}}Object.defineProperties(xa.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},desiredSize:{enumerable:!0}}),le(xa.prototype.close,"close"),le(xa.prototype.enqueue,"enqueue"),le(xa.prototype.error,"error"),typeof re.toStringTag=="symbol"&&Object.defineProperty(xa.prototype,re.toStringTag,{value:"ReadableStreamDefaultController",configurable:!0});var Oe=class{constructor(e={},a={}){e===void 0?e=null:J6(e,"First parameter");let i=pp(a,"Second parameter"),r=function(o,l){Sa(o,l);let d=o,c=d==null?void 0:d.autoAllocateChunkSize,f=d==null?void 0:d.cancel,v=d==null?void 0:d.pull,h=d==null?void 0:d.start,D=d==null?void 0:d.type;return{autoAllocateChunkSize:c===void 0?void 0:Z6(c,`${l} has member 'autoAllocateChunkSize' that`),cancel:f===void 0?void 0:Mg(f,d,`${l} has member 'cancel' that`),pull:v===void 0?void 0:Wg(v,d,`${l} has member 'pull' that`),start:h===void 0?void 0:$g(h,d,`${l} has member 'start' that`),type:D===void 0?void 0:zg(D,`${l} has member 'type' that`)}}(e,"First parameter");var n;if((n=this)._state="readable",n._reader=void 0,n._storedError=void 0,n._disturbed=!1,r.type==="bytes"){if(i.size!==void 0)throw new RangeError("The strategy for a byte stream cannot have a size function");Bg(this,r,Bn(i,0))}else{let o=op(i);Vg(this,r,Bn(i,1),o)}}get locked(){if(!Ni(this))throw Bi("locked");return Nr(this)}cancel(e){return Ni(this)?Nr(this)?Y(new TypeError("Cannot cancel a stream that already has a reader")):F4(this,e):Y(Bi("cancel"))}getReader(e){if(!Ni(this))throw Bi("getReader");return function(a,i){Sa(a,i);let r=a==null?void 0:a.mode;return{mode:r===void 0?void 0:Ug(r,`${i} has member 'mode' that`)}}(e,"First parameter").mode===void 0?new va(this):function(a){return new ga(a)}(this)}pipeThrough(e,a={}){if(!Fn(this))throw Bi("pipeThrough");Ea(e,1,"pipeThrough");let i=Hg(e,"First parameter"),r=O6(a,"Second parameter");if(this.locked)throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked ReadableStream");if(i.writable.locked)throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked WritableStream");return Ar(N6(this,i.writable,r.preventClose,r.preventAbort,r.preventCancel,r.signal)),i.readable}pipeTo(e,a={}){if(!Fn(this))return Y(Bi("pipeTo"));if(e===void 0)return Y("Parameter 1 is required in 'pipeTo'.");if(!e4(e))return Y(new TypeError("ReadableStream.prototype.pipeTo's first argument must be a WritableStream"));let i;try{i=O6(a,"Second parameter")}catch(r){return Y(r)}return this.locked?Y(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked ReadableStream")):e.locked?Y(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked WritableStream")):N6(this,e,i.preventClose,i.preventAbort,i.preventCancel,i.signal)}tee(){if(!Fn(this))throw Bi("tee");if(this.locked)throw new TypeError("Cannot tee a stream that already has a reader");return jg(this)}values(e){if(!Fn(this))throw Bi("values");return function(a,i){let r=a.getReader(),n=new np(r,i),o=Object.create(n4);return o._asyncIteratorImpl=n,o}(this,function(a,i){return Sa(a,i),{preventCancel:!!(a==null?void 0:a.preventCancel)}}(e,"First parameter").preventCancel)}};function Ni(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_readableStreamController")&&t instanceof Oe}function Nr(t){return t._reader!==void 0}function F4(t,e){if(t._disturbed=!0,t._state==="closed")return ce(void 0);if(t._state==="errored")return Y(t._storedError);kn(t);let a=t._reader;if(a!==void 0&&Fr(a)){let i=a._readIntoRequests;a._readIntoRequests=new ct,i.forEach(r=>{r._closeSteps(void 0)})}return Vt(t._readableStreamController[El](e),$6)}function kn(t){t._state="closed";let e=t._reader;if(e!==void 0&&(X6(e),ki(e))){let a=e._readRequests;e._readRequests=new ct,a.forEach(i=>{i._closeSteps()})}}function T4(t,e){t._state="errored",t._storedError=e;let a=t._reader;a!==void 0&&(Tl(a,e),ki(a)?r4(a,e):v4(a,e))}function Bi(t){return new TypeError(`ReadableStream.prototype.${t} can only be used on a ReadableStream`)}function A4(t,e){Sa(t,e);let a=t==null?void 0:t.highWaterMark;return bl(a,"highWaterMark","QueuingStrategyInit"),{highWaterMark:Al(a)}}Object.defineProperties(Oe.prototype,{cancel:{enumerable:!0},getReader:{enumerable:!0},pipeThrough:{enumerable:!0},pipeTo:{enumerable:!0},tee:{enumerable:!0},values:{enumerable:!0},locked:{enumerable:!0}}),le(Oe.prototype.cancel,"cancel"),le(Oe.prototype.getReader,"getReader"),le(Oe.prototype.pipeThrough,"pipeThrough"),le(Oe.prototype.pipeTo,"pipeTo"),le(Oe.prototype.tee,"tee"),le(Oe.prototype.values,"values"),typeof re.toStringTag=="symbol"&&Object.defineProperty(Oe.prototype,re.toStringTag,{value:"ReadableStream",configurable:!0}),typeof re.asyncIterator=="symbol"&&Object.defineProperty(Oe.prototype,re.asyncIterator,{value:Oe.prototype.values,writable:!0,configurable:!0});var R4=t=>t.byteLength;le(R4,"size");var Nn=class{constructor(e){Ea(e,1,"ByteLengthQueuingStrategy"),e=A4(e,"First parameter"),this._byteLengthQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!L6(this))throw P6("highWaterMark");return this._byteLengthQueuingStrategyHighWaterMark}get size(){if(!L6(this))throw P6("size");return R4}};function P6(t){return new TypeError(`ByteLengthQueuingStrategy.prototype.${t} can only be used on a ByteLengthQueuingStrategy`)}function L6(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_byteLengthQueuingStrategyHighWaterMark")&&t instanceof Nn}Object.defineProperties(Nn.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),typeof re.toStringTag=="symbol"&&Object.defineProperty(Nn.prototype,re.toStringTag,{value:"ByteLengthQueuingStrategy",configurable:!0});var B4=()=>1;le(B4,"size");var On=class{constructor(e){Ea(e,1,"CountQueuingStrategy"),e=A4(e,"First parameter"),this._countQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!q6(this))throw I6("highWaterMark");return this._countQueuingStrategyHighWaterMark}get size(){if(!q6(this))throw I6("size");return B4}};function I6(t){return new TypeError(`CountQueuingStrategy.prototype.${t} can only be used on a CountQueuingStrategy`)}function q6(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_countQueuingStrategyHighWaterMark")&&t instanceof On}function Gg(t,e,a){return Mt(t,a),i=>Pi(t,e,[i])}function Yg(t,e,a){return Mt(t,a),i=>fp(t,e,[i])}function Kg(t,e,a){return Mt(t,a),(i,r)=>Pi(t,e,[i,r])}Object.defineProperties(On.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),typeof re.toStringTag=="symbol"&&Object.defineProperty(On.prototype,re.toStringTag,{value:"CountQueuingStrategy",configurable:!0});var Pn=class{constructor(e={},a={},i={}){e===void 0&&(e=null);let r=pp(a,"Second parameter"),n=pp(i,"Third parameter"),o=function(h,D){Sa(h,D);let g=h==null?void 0:h.flush,F=h==null?void 0:h.readableType,E=h==null?void 0:h.start,C=h==null?void 0:h.transform,P=h==null?void 0:h.writableType;return{flush:g===void 0?void 0:Gg(g,h,`${D} has member 'flush' that`),readableType:F,start:E===void 0?void 0:Yg(E,h,`${D} has member 'start' that`),transform:C===void 0?void 0:Kg(C,h,`${D} has member 'transform' that`),writableType:P}}(e,"First parameter");if(o.readableType!==void 0)throw new RangeError("Invalid readableType specified");if(o.writableType!==void 0)throw new RangeError("Invalid writableType specified");let l=Bn(n,0),d=op(n),c=Bn(r,1),f=op(r),v;(function(h,D,g,F,E,C){function P(){return D}function j(x){return function(N,I){let V=N._transformStreamController;return N._backpressure?Vt(N._backpressureChangePromise,()=>{if((Jt(N._writable)?N._writable._state:N._writableState)==="erroring")throw Jt(N._writable)?N._writable._storedError:N._writableStoredError;return V6(V,I)}):V6(V,I)}(h,x)}function S(x){return function(N,I){return lp(N,I),ce(void 0)}(h,x)}function A(){return function(x){let N=x._transformStreamController,I=N._flushAlgorithm();return k4(N),Vt(I,()=>{if(x._readableState==="errored")throw x._readableStoredError;cp(x)&&O4(x)},V=>{throw lp(x,V),x._readableStoredError})}(h)}function T(){return function(x){return up(x,!1),x._backpressureChangePromise}(h)}function O(x){return bp(h,x),ce(void 0)}h._writableState="writable",h._writableStoredError=void 0,h._writableHasInFlightOperation=!1,h._writableStarted=!1,h._writable=function(x,N,I,V,Q,W,z){return new _a({start(M){x._writableController=M;try{let K=M.signal;K!==void 0&&K.addEventListener("abort",()=>{x._writableState==="writable"&&(x._writableState="erroring",K.reason&&(x._writableStoredError=K.reason))})}catch{}return Vt(N(),()=>(x._writableStarted=!0,W6(x),null),K=>{throw x._writableStarted=!0,Dl(x,K),K})},write:M=>(function(K){K._writableHasInFlightOperation=!0}(x),Vt(I(M),()=>(function(K){K._writableHasInFlightOperation=!1}(x),W6(x),null),K=>{throw function(he,be){he._writableHasInFlightOperation=!1,Dl(he,be)}(x,K),K})),close:()=>(function(M){M._writableHasInFlightOperation=!0}(x),Vt(V(),()=>(function(M){M._writableHasInFlightOperation=!1,M._writableState==="erroring"&&(M._writableStoredError=void 0),M._writableState="closed"}(x),null),M=>{throw function(K,he){K._writableHasInFlightOperation=!1,K._writableState,Dl(K,he)}(x,M),M})),abort:M=>(x._writableState="errored",x._writableStoredError=M,Q(M))},{highWaterMark:W,size:z})}(h,P,j,A,S,g,F),h._readableState="readable",h._readableStoredError=void 0,h._readableCloseRequested=!1,h._readablePulling=!1,h._readable=function(x,N,I,V,Q,W){return new Oe({start:z=>(x._readableController=z,N().catch(M=>{mp(x,M)})),pull:()=>(x._readablePulling=!0,I().catch(z=>{mp(x,z)})),cancel:z=>(x._readableState="closed",V(z))},{highWaterMark:Q,size:W})}(h,P,T,O,E,C),h._backpressure=void 0,h._backpressureChangePromise=void 0,h._backpressureChangePromise_resolve=void 0,up(h,!0),h._transformStreamController=void 0})(this,et(h=>{v=h}),c,f,l,d),function(h,D){let g=Object.create(wa.prototype),F,E;F=D.transform!==void 0?C=>D.transform(C,g):C=>{try{return N4(g,C),ce(void 0)}catch(P){return Y(P)}},E=D.flush!==void 0?()=>D.flush(g):()=>ce(void 0),function(C,P,j,S){P._controlledTransformStream=C,C._transformStreamController=P,P._transformAlgorithm=j,P._flushAlgorithm=S}(h,g,F,E)}(this,o),o.start!==void 0?v(o.start(this._transformStreamController)):v(void 0)}get readable(){if(!j6(this))throw M6("readable");return this._readable}get writable(){if(!j6(this))throw M6("writable");return this._writable}};function j6(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_transformStreamController")&&t instanceof Pn}function lp(t,e){mp(t,e),bp(t,e)}function bp(t,e){k4(t._transformStreamController),function(a,i){a._writableController.error(i),a._writableState==="writable"&&L4(a,i)}(t,e),t._backpressure&&up(t,!1)}function up(t,e){t._backpressureChangePromise!==void 0&&t._backpressureChangePromise_resolve(),t._backpressureChangePromise=et(a=>{t._backpressureChangePromise_resolve=a}),t._backpressure=e}Object.defineProperties(Pn.prototype,{readable:{enumerable:!0},writable:{enumerable:!0}}),typeof re.toStringTag=="symbol"&&Object.defineProperty(Pn.prototype,re.toStringTag,{value:"TransformStream",configurable:!0});var wa=class{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!Jo(this))throw Zo("desiredSize");return P4(this._controlledTransformStream)}enqueue(e){if(!Jo(this))throw Zo("enqueue");N4(this,e)}error(e){if(!Jo(this))throw Zo("error");var a;a=e,lp(this._controlledTransformStream,a)}terminate(){if(!Jo(this))throw Zo("terminate");(function(e){let a=e._controlledTransformStream;cp(a)&&O4(a);let i=new TypeError("TransformStream terminated");bp(a,i)})(this)}};function Jo(t){return!!Xe(t)&&!!Object.prototype.hasOwnProperty.call(t,"_controlledTransformStream")&&t instanceof wa}function k4(t){t._transformAlgorithm=void 0,t._flushAlgorithm=void 0}function N4(t,e){let a=t._controlledTransformStream;if(!cp(a))throw new TypeError("Readable side is not in a state that permits enqueue");try{(function(r,n){r._readablePulling=!1;try{r._readableController.enqueue(n)}catch(o){throw mp(r,o),o}})(a,e)}catch(r){throw bp(a,r),a._readableStoredError}(function(r){return!function(n){return cp(n)?!!(n._readablePulling||P4(n)>0):!1}(r)})(a)!==a._backpressure&&up(a,!0)}function V6(t,e){return Vt(t._transformAlgorithm(e),void 0,a=>{throw lp(t._controlledTransformStream,a),a})}function Zo(t){return new TypeError(`TransformStreamDefaultController.prototype.${t} can only be used on a TransformStreamDefaultController`)}function M6(t){return new TypeError(`TransformStream.prototype.${t} can only be used on a TransformStream`)}function cp(t){return!t._readableCloseRequested&&t._readableState==="readable"}function O4(t){t._readableState="closed",t._readableCloseRequested=!0,t._readableController.close()}function mp(t,e){t._readableState==="readable"&&(t._readableState="errored",t._readableStoredError=e),t._readableController.error(e)}function P4(t){return t._readableController.desiredSize}function Dl(t,e){t._writableState!=="writable"?Vl(t):L4(t,e)}function L4(t,e){t._writableState="erroring",t._writableStoredError=e,!function(a){return a._writableHasInFlightOperation}(t)&&t._writableStarted&&Vl(t)}function Vl(t){t._writableState="errored"}function W6(t){t._writableState==="erroring"&&Vl(t)}Object.defineProperties(wa.prototype,{enqueue:{enumerable:!0},error:{enumerable:!0},terminate:{enumerable:!0},desiredSize:{enumerable:!0}}),le(wa.prototype.enqueue,"enqueue"),le(wa.prototype.error,"error"),le(wa.prototype.terminate,"terminate"),typeof re.toStringTag=="symbol"&&Object.defineProperty(wa.prototype,re.toStringTag,{value:"TransformStreamDefaultController",configurable:!0});u();var I4=65536;async function*Qg(t){let e=t.byteOffset+t.byteLength,a=t.byteOffset;for(;a!==e;){let i=Math.min(e-a,I4),r=t.buffer.slice(a,a+i);a+=r.byteLength,yield new Uint8Array(r)}}async function*Xg(t){let e=0;for(;e!==t.size;){let i=await t.slice(e,Math.min(t.size,e+I4)).arrayBuffer();e+=i.byteLength,yield new Uint8Array(i)}}async function*gp(t,e=!1){for(let a of t)ArrayBuffer.isView(a)?e?yield*Qg(a):yield a:Be(a.stream)?yield*a.stream():yield*Xg(a)}function*q4(t,e,a=0,i){i??(i=e);let r=a<0?Math.max(e+a,0):Math.min(a,e),n=i<0?Math.max(e+i,0):Math.min(i,e),o=Math.max(n-r,0),l=0;for(let d of t){if(l>=o)break;let c=ArrayBuffer.isView(d)?d.byteLength:d.size;if(r&&c<=r)r-=c,n-=c;else{let f;ArrayBuffer.isView(d)?(f=d.subarray(r,Math.min(c,n)),l+=f.byteLength):(f=d.slice(r,Math.min(c,n)),l+=f.size),n-=c,r=0,yield f}}}var ii=function(t,e,a,i){if(a==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return a==="m"?i:a==="a"?i.call(t):i?i.value:e.get(t)},j4=function(t,e,a,i,r){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!r)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?r.call(t,a):r?r.value=a:e.set(t,a),a},Li,_p,Ln,Wt=class{static[(Li=new WeakMap,_p=new WeakMap,Ln=new WeakMap,Symbol.hasInstance)](e){return!!(e&&typeof e=="object"&&Be(e.constructor)&&(Be(e.stream)||Be(e.arrayBuffer))&&/^(Blob|File)$/.test(e[Symbol.toStringTag]))}constructor(e=[],a={}){if(Li.set(this,[]),_p.set(this,""),Ln.set(this,0),a??(a={}),typeof e!="object"||e===null)throw new TypeError("Failed to construct 'Blob': The provided value cannot be converted to a sequence.");if(!Be(e[Symbol.iterator]))throw new TypeError("Failed to construct 'Blob': The object must have a callable @@iterator property.");if(typeof a!="object"&&!Be(a))throw new TypeError("Failed to construct 'Blob': parameter 2 cannot convert to dictionary.");let i=new TextEncoder;for(let n of e){let o;ArrayBuffer.isView(n)?o=new Uint8Array(n.buffer.slice(n.byteOffset,n.byteOffset+n.byteLength)):n instanceof ArrayBuffer?o=new Uint8Array(n.slice(0)):n instanceof Wt?o=n:o=i.encode(String(n)),j4(this,Ln,ii(this,Ln,"f")+(ArrayBuffer.isView(o)?o.byteLength:o.size),"f"),ii(this,Li,"f").push(o)}let r=a.type===void 0?"":String(a.type);j4(this,_p,/^[\x20-\x7E]*$/.test(r)?r:"","f")}get type(){return ii(this,_p,"f")}get size(){return ii(this,Ln,"f")}slice(e,a,i){return new Wt(q4(ii(this,Li,"f"),this.size,e,a),{type:i})}async text(){let e=new TextDecoder,a="";for await(let i of gp(ii(this,Li,"f")))a+=e.decode(i,{stream:!0});return a+=e.decode(),a}async arrayBuffer(){let e=new Uint8Array(this.size),a=0;for await(let i of gp(ii(this,Li,"f")))e.set(i,a),a+=i.length;return e.buffer}stream(){let e=gp(ii(this,Li,"f"),!0);return new Oe({async pull(a){let{value:i,done:r}=await e.next();if(r)return queueMicrotask(()=>a.close());a.enqueue(i)},async cancel(){await e.return()}})}get[Symbol.toStringTag](){return"Blob"}};Object.defineProperties(Wt.prototype,{type:{enumerable:!0},size:{enumerable:!0},slice:{enumerable:!0},stream:{enumerable:!0},text:{enumerable:!0},arrayBuffer:{enumerable:!0}});var V4=t=>t instanceof Wt;u();u();var M4=function(t,e,a,i,r){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!r)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?r.call(t,a):r?r.value=a:e.set(t,a),a},W4=function(t,e,a,i){if(a==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return a==="m"?i:a==="a"?i.call(t):i?i.value:e.get(t)},xp,wp,Ii=class extends Wt{static[(xp=new WeakMap,wp=new WeakMap,Symbol.hasInstance)](e){return e instanceof Wt&&e[Symbol.toStringTag]==="File"&&typeof e.name=="string"}constructor(e,a,i={}){if(super(e,i),xp.set(this,void 0),wp.set(this,0),arguments.length<2)throw new TypeError(`Failed to construct 'File': 2 arguments required, but only ${arguments.length} present.`);M4(this,xp,String(a),"f");let r=i.lastModified===void 0?Date.now():Number(i.lastModified);Number.isNaN(r)||M4(this,wp,r,"f")}get name(){return W4(this,xp,"f")}get webkitRelativePath(){return""}get lastModified(){return W4(this,wp,"f")}get[Symbol.toStringTag](){return"File"}};var $4=t=>t instanceof Ii;var Zt=function(t,e,a,i){if(a==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return a==="m"?i:a==="a"?i.call(t):i?i.value:e.get(t)},yp,ea,Ml,Sp=class{constructor(){yp.add(this),ea.set(this,new Map)}static[(ea=new WeakMap,yp=new WeakSet,Symbol.hasInstance)](e){if(!e)return!1;let a=e;return!!(Be(a.constructor)&&a[Symbol.toStringTag]==="FormData"&&Be(a.append)&&Be(a.set)&&Be(a.get)&&Be(a.getAll)&&Be(a.has)&&Be(a.delete)&&Be(a.entries)&&Be(a.values)&&Be(a.keys)&&Be(a[Symbol.iterator])&&Be(a.forEach))}append(e,a,i){Zt(this,yp,"m",Ml).call(this,{name:e,fileName:i,append:!0,rawValue:a,argsLength:arguments.length})}set(e,a,i){Zt(this,yp,"m",Ml).call(this,{name:e,fileName:i,append:!1,rawValue:a,argsLength:arguments.length})}get(e){let a=Zt(this,ea,"f").get(String(e));return a?a[0]:null}getAll(e){let a=Zt(this,ea,"f").get(String(e));return a?a.slice():[]}has(e){return Zt(this,ea,"f").has(String(e))}delete(e){Zt(this,ea,"f").delete(String(e))}*keys(){for(let e of Zt(this,ea,"f").keys())yield e}*entries(){for(let e of this.keys()){let a=this.getAll(e);for(let i of a)yield[e,i]}}*values(){for(let[,e]of this)yield e}[(Ml=function({name:a,rawValue:i,append:r,fileName:n,argsLength:o}){let l=r?"append":"set";if(o<2)throw new TypeError(`Failed to execute '${l}' on 'FormData': 2 arguments required, but only ${o} present.`);a=String(a);let d;if($4(i))d=n===void 0?i:new Ii([i],n,{type:i.type,lastModified:i.lastModified});else if(V4(i))d=new Ii([i],n===void 0?"blob":n,{type:i.type});else{if(n)throw new TypeError(`Failed to execute '${l}' on 'FormData': parameter 2 is not of type 'Blob'.`);d=String(i)}let c=Zt(this,ea,"f").get(a);if(!c)return void Zt(this,ea,"f").set(a,[d]);if(!r)return void Zt(this,ea,"f").set(a,[d]);c.push(d)},Symbol.iterator)](){return this.entries()}forEach(e,a){for(let[i,r]of this)e.call(a,r,i,this)}get[Symbol.toStringTag](){return"FormData"}};u();var v3=G(require("http"),1),b3=G(require("https"),1),Mi=G(require("zlib"),1),xt=G(require("stream"),1),$n=require("buffer");u();function Jg(t){if(!/^data:/i.test(t))throw new TypeError('`uri` does not appear to be a Data URI (must begin with "data:")');t=t.replace(/\r?\n/g,"");let e=t.indexOf(",");if(e===-1||e<=4)throw new TypeError("malformed data: URI");let a=t.substring(5,e).split(";"),i="",r=!1,n=a[0]||"text/plain",o=n;for(let f=1;f<a.length;f++)a[f]==="base64"?r=!0:a[f]&&(o+=`;${a[f]}`,a[f].indexOf("charset=")===0&&(i=a[f].substring(8)));!a[0]&&!i.length&&(o+=";charset=US-ASCII",i="US-ASCII");let l=r?"base64":"ascii",d=unescape(t.substring(e+1)),c=Buffer.from(d,l);return c.type=n,c.typeFull=o,c.charset=i,c}var z4=Jg;u();var Rt=G(require("stream"),1),Fa=require("util"),_t=require("buffer");Er();Ep();u();u();var Ca=class extends Error{constructor(e,a){super(e),Error.captureStackTrace(this,this.constructor),this.type=a}get name(){return this.constructor.name}get[Symbol.toStringTag](){return this.constructor.name}};var mt=class extends Ca{constructor(e,a,i){super(e,a),i&&(this.code=this.errno=i.code,this.erroredSysCall=i.syscall)}};u();var Cp=Symbol.toStringTag,zl=t=>typeof t=="object"&&typeof t.append=="function"&&typeof t.delete=="function"&&typeof t.get=="function"&&typeof t.getAll=="function"&&typeof t.has=="function"&&typeof t.set=="function"&&typeof t.sort=="function"&&t[Cp]==="URLSearchParams",qn=t=>t&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&typeof t.constructor=="function"&&/^(Blob|File)$/.test(t[Cp]),Y4=t=>typeof t=="object"&&(t[Cp]==="AbortSignal"||t[Cp]==="EventTarget"),K4=(t,e)=>{let a=new URL(e).hostname,i=new URL(t).hostname;return a===i||a.endsWith(`.${i}`)},Q4=(t,e)=>{let a=new URL(e).protocol,i=new URL(t).protocol;return a===i};var m_=(0,Fa.promisify)(Rt.default.pipeline),ft=Symbol("Body internals"),aa=class{constructor(e,{size:a=0}={}){let i=null;e===null?e=null:zl(e)?e=_t.Buffer.from(e.toString()):qn(e)||_t.Buffer.isBuffer(e)||(Fa.types.isAnyArrayBuffer(e)?e=_t.Buffer.from(e):ArrayBuffer.isView(e)?e=_t.Buffer.from(e.buffer,e.byteOffset,e.byteLength):e instanceof Rt.default||(e instanceof ji?(e=G4(e),i=e.type.split("=")[1]):e=_t.Buffer.from(String(e))));let r=e;_t.Buffer.isBuffer(e)?r=Rt.default.Readable.from(e):qn(e)&&(r=Rt.default.Readable.from(e.stream())),this[ft]={body:e,stream:r,boundary:i,disturbed:!1,error:null},this.size=a,e instanceof Rt.default&&e.on("error",n=>{let o=n instanceof Ca?n:new mt(`Invalid response body while trying to fetch ${this.url}: ${n.message}`,"system",n);this[ft].error=o})}get body(){return this[ft].stream}get bodyUsed(){return this[ft].disturbed}async arrayBuffer(){let{buffer:e,byteOffset:a,byteLength:i}=await Gl(this);return e.slice(a,a+i)}async formData(){let e=this.headers.get("content-type");if(e.startsWith("application/x-www-form-urlencoded")){let i=new ji,r=new URLSearchParams(await this.text());for(let[n,o]of r)i.append(n,o);return i}let{toFormData:a}=await Promise.resolve().then(()=>(a3(),t3));return a(this.body,e)}async blob(){let e=this.headers&&this.headers.get("content-type")||this[ft].body&&this[ft].body.type||"",a=await this.arrayBuffer();return new Da([a],{type:e})}async json(){let e=await this.text();return JSON.parse(e)}async text(){let e=await Gl(this);return new TextDecoder().decode(e)}buffer(){return Gl(this)}};aa.prototype.buffer=(0,Fa.deprecate)(aa.prototype.buffer,"Please use 'response.arrayBuffer()' instead of 'response.buffer()'","node-fetch#buffer");Object.defineProperties(aa.prototype,{body:{enumerable:!0},bodyUsed:{enumerable:!0},arrayBuffer:{enumerable:!0},blob:{enumerable:!0},json:{enumerable:!0},text:{enumerable:!0},data:{get:(0,Fa.deprecate)(()=>{},"data doesn't exist, use json(), text(), arrayBuffer(), or body instead","https://github.com/node-fetch/node-fetch/issues/1000 (response)")}});async function Gl(t){if(t[ft].disturbed)throw new TypeError(`body used already for: ${t.url}`);if(t[ft].disturbed=!0,t[ft].error)throw t[ft].error;let{body:e}=t;if(e===null)return _t.Buffer.alloc(0);if(!(e instanceof Rt.default))return _t.Buffer.alloc(0);let a=[],i=0;try{for await(let r of e){if(t.size>0&&i+r.length>t.size){let n=new mt(`content size at ${t.url} over limit: ${t.size}`,"max-size");throw e.destroy(n),n}i+=r.length,a.push(r)}}catch(r){throw r instanceof Ca?r:new mt(`Invalid response body while trying to fetch ${t.url}: ${r.message}`,"system",r)}if(e.readableEnded===!0||e._readableState.ended===!0)try{return a.every(r=>typeof r=="string")?_t.Buffer.from(a.join("")):_t.Buffer.concat(a,i)}catch(r){throw new mt(`Could not create Buffer from response body for ${t.url}: ${r.message}`,"system",r)}else throw new mt(`Premature close of server response while trying to fetch ${t.url}`)}var Pr=(t,e)=>{let a,i,{body:r}=t[ft];if(t.bodyUsed)throw new Error("cannot clone body after it is used");return r instanceof Rt.default&&typeof r.getBoundary!="function"&&(a=new Rt.PassThrough({highWaterMark:e}),i=new Rt.PassThrough({highWaterMark:e}),r.pipe(a),r.pipe(i),t[ft].stream=a,r=i),r},f_=(0,Fa.deprecate)(t=>t.getBoundary(),"form-data doesn't follow the spec and requires special treatment. Use alternative package","https://github.com/node-fetch/node-fetch/issues/1167"),Rp=(t,e)=>t===null?null:typeof t=="string"?"text/plain;charset=UTF-8":zl(t)?"application/x-www-form-urlencoded;charset=UTF-8":qn(t)?t.type||null:_t.Buffer.isBuffer(t)||Fa.types.isAnyArrayBuffer(t)||ArrayBuffer.isView(t)?null:t instanceof ji?`multipart/form-data; boundary=${e[ft].boundary}`:t&&typeof t.getBoundary=="function"?`multipart/form-data;boundary=${f_(t)}`:t instanceof Rt.default?null:"text/plain;charset=UTF-8",i3=t=>{let{body:e}=t[ft];return e===null?0:qn(e)?e.size:_t.Buffer.isBuffer(e)?e.length:e&&typeof e.getLengthSync=="function"&&e.hasKnownLength&&e.hasKnownLength()?e.getLengthSync():null},r3=async(t,{body:e})=>{e===null?t.end():await m_(e,t)};u();u();var Yl=require("util"),Mn=G(require("http"),1),Bp=typeof Mn.default.validateHeaderName=="function"?Mn.default.validateHeaderName:t=>{if(!/^[\^`\-\w!#$%&'*+.|~]+$/.test(t)){let e=new TypeError(`Header name must be a valid HTTP token [${t}]`);throw Object.defineProperty(e,"code",{value:"ERR_INVALID_HTTP_TOKEN"}),e}},Kl=typeof Mn.default.validateHeaderValue=="function"?Mn.default.validateHeaderValue:(t,e)=>{if(/[^\t\u0020-\u007E\u0080-\u00FF]/.test(e)){let a=new TypeError(`Invalid character in header content ["${t}"]`);throw Object.defineProperty(a,"code",{value:"ERR_INVALID_CHAR"}),a}},tt=class extends URLSearchParams{constructor(e){let a=[];if(e instanceof tt){let i=e.raw();for(let[r,n]of Object.entries(i))a.push(...n.map(o=>[r,o]))}else if(e!=null)if(typeof e=="object"&&!Yl.types.isBoxedPrimitive(e)){let i=e[Symbol.iterator];if(i==null)a.push(...Object.entries(e));else{if(typeof i!="function")throw new TypeError("Header pairs must be iterable");a=[...e].map(r=>{if(typeof r!="object"||Yl.types.isBoxedPrimitive(r))throw new TypeError("Each header pair must be an iterable object");return[...r]}).map(r=>{if(r.length!==2)throw new TypeError("Each header pair must be a name/value tuple");return[...r]})}}else throw new TypeError("Failed to construct 'Headers': The provided value is not of type '(sequence<sequence<ByteString>> or record<ByteString, ByteString>)");return a=a.length>0?a.map(([i,r])=>(Bp(i),Kl(i,String(r)),[String(i).toLowerCase(),String(r)])):void 0,super(a),new Proxy(this,{get(i,r,n){switch(r){case"append":case"set":return(o,l)=>(Bp(o),Kl(o,String(l)),URLSearchParams.prototype[r].call(i,String(o).toLowerCase(),String(l)));case"delete":case"has":case"getAll":return o=>(Bp(o),URLSearchParams.prototype[r].call(i,String(o).toLowerCase()));case"keys":return()=>(i.sort(),new Set(URLSearchParams.prototype.keys.call(i)).keys());default:return Reflect.get(i,r,n)}}})}get[Symbol.toStringTag](){return this.constructor.name}toString(){return Object.prototype.toString.call(this)}get(e){let a=this.getAll(e);if(a.length===0)return null;let i=a.join(", ");return/^content-encoding$/i.test(e)&&(i=i.toLowerCase()),i}forEach(e,a=void 0){for(let i of this.keys())Reflect.apply(e,a,[this.get(i),i,this])}*values(){for(let e of this.keys())yield this.get(e)}*entries(){for(let e of this.keys())yield[e,this.get(e)]}[Symbol.iterator](){return this.entries()}raw(){return[...this.keys()].reduce((e,a)=>(e[a]=this.getAll(a),e),{})}[Symbol.for("nodejs.util.inspect.custom")](){return[...this.keys()].reduce((e,a)=>{let i=this.getAll(a);return a==="host"?e[a]=i[0]:e[a]=i.length>1?i:i[0],e},{})}};Object.defineProperties(tt.prototype,["get","entries","forEach","values"].reduce((t,e)=>(t[e]={enumerable:!0},t),{}));function n3(t=[]){return new tt(t.reduce((e,a,i,r)=>(i%2===0&&e.push(r.slice(i,i+2)),e),[]).filter(([e,a])=>{try{return Bp(e),Kl(e,String(a)),!0}catch{return!1}}))}u();var h_=new Set([301,302,303,307,308]),kp=t=>h_.has(t);var $t=Symbol("Response internals"),Ye=class extends aa{constructor(e=null,a={}){super(e,a);let i=a.status!=null?a.status:200,r=new tt(a.headers);if(e!==null&&!r.has("Content-Type")){let n=Rp(e,this);n&&r.append("Content-Type",n)}this[$t]={type:"default",url:a.url,status:i,statusText:a.statusText||"",headers:r,counter:a.counter,highWaterMark:a.highWaterMark}}get type(){return this[$t].type}get url(){return this[$t].url||""}get status(){return this[$t].status}get ok(){return this[$t].status>=200&&this[$t].status<300}get redirected(){return this[$t].counter>0}get statusText(){return this[$t].statusText}get headers(){return this[$t].headers}get highWaterMark(){return this[$t].highWaterMark}clone(){return new Ye(Pr(this,this.highWaterMark),{type:this.type,url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected,size:this.size,highWaterMark:this.highWaterMark})}static redirect(e,a=302){if(!kp(a))throw new RangeError('Failed to execute "redirect" on "response": Invalid status code');return new Ye(null,{headers:{location:new URL(e).toString()},status:a})}static error(){let e=new Ye(null,{status:0,statusText:""});return e[$t].type="error",e}static json(e=void 0,a={}){let i=JSON.stringify(e);if(i===void 0)throw new TypeError("data is not JSON serializable");let r=new tt(a&&a.headers);return r.has("content-type")||r.set("content-type","application/json"),new Ye(i,{...a,headers:r})}get[Symbol.toStringTag](){return"Response"}};Object.defineProperties(Ye.prototype,{type:{enumerable:!0},url:{enumerable:!0},status:{enumerable:!0},ok:{enumerable:!0},redirected:{enumerable:!0},statusText:{enumerable:!0},headers:{enumerable:!0},clone:{enumerable:!0}});u();var f3=require("url"),h3=require("util");u();var s3=t=>{if(t.search)return t.search;let e=t.href.length-1,a=t.hash||(t.href[e]==="#"?"#":"");return t.href[e-a.length]==="?"?"?":""};u();var p3=require("net");function o3(t,e=!1){return t==null||(t=new URL(t),/^(about|blob|data):$/.test(t.protocol))?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}var d3=new Set(["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"]),l3="strict-origin-when-cross-origin";function u3(t){if(!d3.has(t))throw new TypeError(`Invalid referrerPolicy: ${t}`);return t}function D_(t){if(/^(http|ws)s:$/.test(t.protocol))return!0;let e=t.host.replace(/(^\[)|(]$)/g,""),a=(0,p3.isIP)(e);return a===4&&/^127\./.test(e)||a===6&&/^(((0+:){7})|(::(0+:){0,6}))0*1$/.test(e)?!0:t.host==="localhost"||t.host.endsWith(".localhost")?!1:t.protocol==="file:"}function Lr(t){return/^about:(blank|srcdoc)$/.test(t)||t.protocol==="data:"||/^(blob|filesystem):$/.test(t.protocol)?!0:D_(t)}function c3(t,{referrerURLCallback:e,referrerOriginCallback:a}={}){if(t.referrer==="no-referrer"||t.referrerPolicy==="")return null;let i=t.referrerPolicy;if(t.referrer==="about:client")return"no-referrer";let r=t.referrer,n=o3(r),o=o3(r,!0);n.toString().length>4096&&(n=o),e&&(n=e(n)),a&&(o=a(o));let l=new URL(t.url);switch(i){case"no-referrer":return"no-referrer";case"origin":return o;case"unsafe-url":return n;case"strict-origin":return Lr(n)&&!Lr(l)?"no-referrer":o.toString();case"strict-origin-when-cross-origin":return n.origin===l.origin?n:Lr(n)&&!Lr(l)?"no-referrer":o;case"same-origin":return n.origin===l.origin?n:"no-referrer";case"origin-when-cross-origin":return n.origin===l.origin?n:o;case"no-referrer-when-downgrade":return Lr(n)&&!Lr(l)?"no-referrer":n;default:throw new TypeError(`Invalid referrerPolicy: ${i}`)}}function m3(t){let e=(t.get("referrer-policy")||"").split(/[,\s]+/),a="";for(let i of e)i&&d3.has(i)&&(a=i);return a}var We=Symbol("Request internals"),Wn=t=>typeof t=="object"&&typeof t[We]=="object",v_=(0,h3.deprecate)(()=>{},".data is not a valid RequestInit property, use .body instead","https://github.com/node-fetch/node-fetch/issues/1000 (request)"),Ta=class extends aa{constructor(e,a={}){let i;if(Wn(e)?i=new URL(e.url):(i=new URL(e),e={}),i.username!==""||i.password!=="")throw new TypeError(`${i} is an url with embedded credentials.`);let r=a.method||e.method||"GET";if(/^(delete|get|head|options|post|put)$/i.test(r)&&(r=r.toUpperCase()),!Wn(a)&&"data"in a&&v_(),(a.body!=null||Wn(e)&&e.body!==null)&&(r==="GET"||r==="HEAD"))throw new TypeError("Request with GET/HEAD method cannot have body");let n=a.body?a.body:Wn(e)&&e.body!==null?Pr(e):null;super(n,{size:a.size||e.size||0});let o=new tt(a.headers||e.headers||{});if(n!==null&&!o.has("Content-Type")){let c=Rp(n,this);c&&o.set("Content-Type",c)}let l=Wn(e)?e.signal:null;if("signal"in a&&(l=a.signal),l!=null&&!Y4(l))throw new TypeError("Expected signal to be an instanceof AbortSignal or EventTarget");let d=a.referrer==null?e.referrer:a.referrer;if(d==="")d="no-referrer";else if(d){let c=new URL(d);d=/^about:(\/\/)?client$/.test(c)?"client":c}else d=void 0;this[We]={method:r,redirect:a.redirect||e.redirect||"follow",headers:o,parsedURL:i,signal:l,referrer:d},this.follow=a.follow===void 0?e.follow===void 0?20:e.follow:a.follow,this.compress=a.compress===void 0?e.compress===void 0?!0:e.compress:a.compress,this.counter=a.counter||e.counter||0,this.agent=a.agent||e.agent,this.highWaterMark=a.highWaterMark||e.highWaterMark||16384,this.insecureHTTPParser=a.insecureHTTPParser||e.insecureHTTPParser||!1,this.referrerPolicy=a.referrerPolicy||e.referrerPolicy||""}get method(){return this[We].method}get url(){return(0,f3.format)(this[We].parsedURL)}get headers(){return this[We].headers}get redirect(){return this[We].redirect}get signal(){return this[We].signal}get referrer(){if(this[We].referrer==="no-referrer")return"";if(this[We].referrer==="client")return"about:client";if(this[We].referrer)return this[We].referrer.toString()}get referrerPolicy(){return this[We].referrerPolicy}set referrerPolicy(e){this[We].referrerPolicy=u3(e)}clone(){return new Ta(this)}get[Symbol.toStringTag](){return"Request"}};Object.defineProperties(Ta.prototype,{method:{enumerable:!0},url:{enumerable:!0},headers:{enumerable:!0},redirect:{enumerable:!0},clone:{enumerable:!0},signal:{enumerable:!0},referrer:{enumerable:!0},referrerPolicy:{enumerable:!0}});var D3=t=>{let{parsedURL:e}=t[We],a=new tt(t[We].headers);a.has("Accept")||a.set("Accept","*/*");let i=null;if(t.body===null&&/^(post|put)$/i.test(t.method)&&(i="0"),t.body!==null){let l=i3(t);typeof l=="number"&&!Number.isNaN(l)&&(i=String(l))}i&&a.set("Content-Length",i),t.referrerPolicy===""&&(t.referrerPolicy=l3),t.referrer&&t.referrer!=="no-referrer"?t[We].referrer=c3(t):t[We].referrer="no-referrer",t[We].referrer instanceof URL&&a.set("Referer",t.referrer),a.has("User-Agent")||a.set("User-Agent","node-fetch"),t.compress&&!a.has("Accept-Encoding")&&a.set("Accept-Encoding","gzip, deflate, br");let{agent:r}=t;typeof r=="function"&&(r=r(e));let n=s3(e),o={path:e.pathname+n,method:t.method,headers:a[Symbol.for("nodejs.util.inspect.custom")](),insecureHTTPParser:t.insecureHTTPParser,agent:r};return{parsedURL:e,options:o}};u();var Np=class extends Ca{constructor(e,a="aborted"){super(e,a)}};Ep();Ul();var b_=new Set(["data:","http:","https:"]);async function Op(t,e){return new Promise((a,i)=>{let r=new Ta(t,e),{parsedURL:n,options:o}=D3(r);if(!b_.has(n.protocol))throw new TypeError(`node-fetch cannot load ${t}. URL scheme "${n.protocol.replace(/:$/,"")}" is not supported.`);if(n.protocol==="data:"){let g=z4(r.url),F=new Ye(g,{headers:{"Content-Type":g.typeFull}});a(F);return}let l=(n.protocol==="https:"?b3.default:v3.default).request,{signal:d}=r,c=null,f=()=>{let g=new Np("The operation was aborted.");i(g),r.body&&r.body instanceof xt.default.Readable&&r.body.destroy(g),!(!c||!c.body)&&c.body.emit("error",g)};if(d&&d.aborted){f();return}let v=()=>{f(),D()},h=l(n.toString(),o);d&&d.addEventListener("abort",v);let D=()=>{h.abort(),d&&d.removeEventListener("abort",v)};h.on("error",g=>{i(new mt(`request to ${r.url} failed, reason: ${g.message}`,"system",g)),D()}),g_(h,g=>{c&&c.body&&c.body.destroy(g)}),process.version<"v14"&&h.on("socket",g=>{let F;g.prependListener("end",()=>{F=g._eventsCount}),g.prependListener("close",E=>{if(c&&F<g._eventsCount&&!E){let C=new Error("Premature close");C.code="ERR_STREAM_PREMATURE_CLOSE",c.body.emit("error",C)}})}),h.on("response",g=>{h.setTimeout(0);let F=n3(g.rawHeaders);if(kp(g.statusCode)){let S=F.get("Location"),A=null;try{A=S===null?null:new URL(S,r.url)}catch{if(r.redirect!=="manual"){i(new mt(`uri requested responds with an invalid redirect URL: ${S}`,"invalid-redirect")),D();return}}switch(r.redirect){case"error":i(new mt(`uri requested responds with a redirect, redirect mode is set to error: ${r.url}`,"no-redirect")),D();return;case"manual":break;case"follow":{if(A===null)break;if(r.counter>=r.follow){i(new mt(`maximum redirect reached at: ${r.url}`,"max-redirect")),D();return}let T={headers:new tt(r.headers),follow:r.follow,counter:r.counter+1,agent:r.agent,compress:r.compress,method:r.method,body:Pr(r),signal:r.signal,size:r.size,referrer:r.referrer,referrerPolicy:r.referrerPolicy};if(!K4(r.url,A)||!Q4(r.url,A))for(let x of["authorization","www-authenticate","cookie","cookie2"])T.headers.delete(x);if(g.statusCode!==303&&r.body&&e.body instanceof xt.default.Readable){i(new mt("Cannot follow redirect with body being a readable stream","unsupported-redirect")),D();return}(g.statusCode===303||(g.statusCode===301||g.statusCode===302)&&r.method==="POST")&&(T.method="GET",T.body=void 0,T.headers.delete("content-length"));let O=m3(F);O&&(T.referrerPolicy=O),a(Op(new Ta(A,T))),D();return}default:return i(new TypeError(`Redirect option '${r.redirect}' is not a valid value of RequestRedirect`))}}d&&g.once("end",()=>{d.removeEventListener("abort",v)});let E=(0,xt.pipeline)(g,new xt.PassThrough,S=>{S&&i(S)});process.version<"v12.10"&&g.on("aborted",v);let C={url:r.url,status:g.statusCode,statusText:g.statusMessage,headers:F,size:r.size,counter:r.counter,highWaterMark:r.highWaterMark},P=F.get("Content-Encoding");if(!r.compress||r.method==="HEAD"||P===null||g.statusCode===204||g.statusCode===304){c=new Ye(E,C),a(c);return}let j={flush:Mi.default.Z_SYNC_FLUSH,finishFlush:Mi.default.Z_SYNC_FLUSH};if(P==="gzip"||P==="x-gzip"){E=(0,xt.pipeline)(E,Mi.default.createGunzip(j),S=>{S&&i(S)}),c=new Ye(E,C),a(c);return}if(P==="deflate"||P==="x-deflate"){let S=(0,xt.pipeline)(g,new xt.PassThrough,A=>{A&&i(A)});S.once("data",A=>{(A[0]&15)===8?E=(0,xt.pipeline)(E,Mi.default.createInflate(),T=>{T&&i(T)}):E=(0,xt.pipeline)(E,Mi.default.createInflateRaw(),T=>{T&&i(T)}),c=new Ye(E,C),a(c)}),S.once("end",()=>{c||(c=new Ye(E,C),a(c))});return}if(P==="br"){E=(0,xt.pipeline)(E,Mi.default.createBrotliDecompress(),S=>{S&&i(S)}),c=new Ye(E,C),a(c);return}c=new Ye(E,C),a(c)}),r3(h,r).catch(i)})}function g_(t,e){let a=$n.Buffer.from(`0\r
53
- \r
54
- `),i=!1,r=!1,n;t.on("response",o=>{let{headers:l}=o;i=l["transfer-encoding"]==="chunked"&&!l["content-length"]}),t.on("socket",o=>{let l=()=>{if(i&&!r){let c=new Error("Premature close");c.code="ERR_STREAM_PREMATURE_CLOSE",e(c)}},d=c=>{r=$n.Buffer.compare(c.slice(-5),a)===0,!r&&n&&(r=$n.Buffer.compare(n.slice(-3),a.slice(0,3))===0&&$n.Buffer.compare(c.slice(-2),a.slice(3))===0),n=c};o.prependListener("close",l),o.on("data",d),t.on("close",()=>{o.removeListener("close",l),o.removeListener("data",d)})})}var N7=G(require("path"));u();u();u();var Mp=rf(),nf=Mp.fetch.bind({});nf.polyfill=!0;global.fetch||(global.fetch=nf,global.Response=Mp.Response,global.Headers=Mp.Headers,global.Request=Mp.Request);u();u();u();var rP=Symbol(),zi=class extends Error{constructor(e){super(e.statusText),Object.defineProperty(this,"headers",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"url",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"status",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"statusText",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.setPrototypeOf(this,new.target.prototype),this.headers=e.headers,this.url=e.url,this.status=e.status,this.statusText=e.statusText,this.data=e.data}};var Jn=function(t,e,a,i){function r(n){return n instanceof a?n:new a(function(o){o(n)})}return new(a||(a=Promise))(function(n,o){function l(f){try{c(i.next(f))}catch(v){o(v)}}function d(f){try{c(i.throw(f))}catch(v){o(v)}}function c(f){f.done?n(f.value):r(f.value).then(l,d)}c((i=i.apply(t,e||[])).next())})},sf=t=>t==="post"||t==="put"||t==="patch"||t==="delete";function fx(t){let e=[],a=(i,r)=>`${encodeURIComponent(i)}=${encodeURIComponent(String(r))}`;return Object.keys(t).forEach(i=>{let r=t[i];r!=null&&(Array.isArray(r)?r.forEach(n=>e.push(a(i,n))):e.push(a(i,r)))}),e.length>0?`?${e.join("&")}`:""}function hx(t,e){return t.replace(/\{([^}]+)\}/g,(a,i)=>{let r=encodeURIComponent(e[i]);return delete e[i],r})}function Dx(t,e,a){let i={};return sf(t)?a.forEach(r=>{i[r]=e[r],delete e[r]}):i=Object.assign({},e),fx(i)}function vx(t,e){let a=new Headers(e);return t!==void 0&&!a.has("Content-Type")&&a.append("Content-Type","application/json"),a.has("Accept")||a.append("Accept","application/json"),a}function bx(t,e){let a=sf(t)?JSON.stringify(e):void 0;return t==="delete"&&a==="{}"?void 0:a}function gx(t,e){let a=new Headers(t==null?void 0:t.headers),i=new Headers(e==null?void 0:e.headers);for(let r of i.keys()){let n=i.get(r);n!=null&&a.set(r,n)}return Object.assign(Object.assign(Object.assign({},t),e),{headers:a})}function _x(t){var e;let a=Object.assign(Array.isArray(t.payload)?[]:{},t.payload),i=hx(t.path,a),r=Dx(t.method,a,t.queryParams),n=bx(t.method,a),o=vx(n,(e=t.init)===null||e===void 0?void 0:e.headers),l=t.baseUrl+i+r,d=Object.assign(Object.assign({},t.init),{method:t.method.toUpperCase(),headers:o,body:n});return{url:l,init:d}}function xx(t){return Jn(this,void 0,void 0,function*(){let e=t.headers.get("content-type");if(t.status===204)return;if(e&&e.indexOf("application/json")!==-1)return yield t.json();let a=yield t.text();try{return JSON.parse(a)}catch{return a}})}function wx(t,e){return Jn(this,void 0,void 0,function*(){let a=yield fetch(t,e),i=yield xx(a),r={headers:a.headers,url:a.url,ok:a.ok,status:a.status,statusText:a.statusText,data:i};if(r.ok)return r;throw new zi(r)})}function yx(t,e){let a=(i,r,n)=>Jn(this,void 0,void 0,function*(){if(t==null||i===t.length)return e(r,n);let o=t[i];return yield o(r,n,(l,d)=>a(i+1,l,d))});return(i,r)=>a(0,i,r)}function Sx(t){return Jn(this,void 0,void 0,function*(){let{url:e,init:a}=_x(t);return yield t.fetch(e,a)})}function Ex(t){let e=(a,i)=>Jn(this,void 0,void 0,function*(){try{return yield t(a,i)}catch(r){throw r instanceof zi?new e.Error(r):r}});return e.Error=class extends zi{constructor(a){super(a),Object.setPrototypeOf(this,new.target.prototype)}getActualType(){return{status:this.status,data:this.data}}},e}function Cx(){let t="",e={},a=[],i=yx(a,wx);return{configure:r=>{t=r.baseUrl||"",e=r.init||{},a.splice(0),a.push(...r.use||[])},use:r=>a.push(r),path:r=>({method:n=>({create:o=>Ex((l,d)=>Sx({baseUrl:t||"",path:r,method:n,queryParams:Object.keys(o||{}),payload:l,init:gx(e,d),fetch:i}))})})}}var cu={for:()=>Cx()};u();var Up=G(of());u();var $p="api.e2b.dev",mu=process.env.DEBUG?"http://localhost:3000":`https://${$p}`,fu="e2b.dev",zp=49982,pf="/ws";var lf=cu.for(),df;lf.configure({baseUrl:mu,init:{headers:{package_version:"__pkgVersion__",lang:"js",engine:Up.default.name||"unknown",lang_version:Up.default.version||"unknown",system:((df=Up.default.os)==null?void 0:df.family)||"unknown",publisher:"e2b"}}});function es(t){let e=(a,i,r)=>t(i,{...r,headers:{Authorization:`Bearer ${a}`,...r==null?void 0:r.headers}});return e.Error=t.Error,e}function Hp(t){let e=(a,i,r)=>t(i,{...r,headers:{"X-API-KEY":a,...r==null?void 0:r.headers}});return e.Error=t.Error,e}var ui=lf;u();var C9=G(cf()),F9=G(Gf());uu();u();function Kp(t){let e="",a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",i=a.length;for(let r=0;r<t;r++)e+=a.charAt(Math.floor(Math.random()*i));return e}u();u();var Qp=class extends Error{constructor(e){super(e),this.name="TimeoutError"}},Xp=class extends Error{constructor(e){super(e),this.name="AuthenticationError"}};function Yf(t){return t.status==="fulfilled"}function ts(t){if(!t.every(e=>e.status==="fulfilled"))return t.reduce((e,a,i)=>a.status==="rejected"?e+`
55
- [${i}]: ${JSON.stringify(a)}`:e,`errors:
56
- `)}function as(){let t,e;return{promise:new Promise((i,r)=>{t=i,e=r}),reject:e,resolve:t}}function ci(t,e=6e4){if(e===void 0||e<=0||e===Number.POSITIVE_INFINITY)return t;let a,i=new Promise((r,n)=>{a=setTimeout(()=>n(new Qp(`Calling "${t.name}" timeouted after ${e}ms.`)),e)});return(...r)=>{let n=Promise.race([i,t(...r)]);return n.finally(()=>clearTimeout(a)),n}}u();var Kf="codeSnippet";u();var sa="filesystem";u();var Eu=class{constructor(e,a){this.sessConn=e;this.path=a;this.listeners=new Set}async start(e){return await ci(async()=>{this.rpcSubscriptionID||(this.handleFilesystemEvents=this.handleFilesystemEvents.bind(this),this.rpcSubscriptionID=await this.sessConn.subscribe(sa,this.handleFilesystemEvents,"watchDir",this.path))},e==null?void 0:e.timeout)()}async stop(){this.listeners.clear(),this.rpcSubscriptionID&&await this.sessConn.unsubscribe(this.rpcSubscriptionID)}addEventListener(e){return this.listeners.add(e),()=>this.listeners.delete(e)}handleFilesystemEvents(e){this.listeners.forEach(a=>{a(e)})}},Qf=Eu;u();var Ui="process",is=class{constructor(e,a,i){this.line=e;this.timestamp=a;this.error=i}},Jp=class{constructor(){this.delimiter=`
57
- `;this.messages=[];this._error=!1;this._finished=!1}get exitCode(){if(!this._finished)throw new Error("Process has not finished yet");return this._exitCode}get error(){return this._error}get stdout(){return this.messages.filter(e=>!e.error).map(e=>e.line).join(this.delimiter)}get stderr(){return this.messages.filter(e=>e.error).map(e=>e.line).join(this.delimiter)}addStdout(e){this.insertByTimestamp(e)}addStderr(e){this._error=!0,this.insertByTimestamp(e)}setExitCode(e){this._exitCode=e,this._finished=!0}insertByTimestamp(e){let a=this.messages.length-1;for(;a>=0&&this.messages[a].timestamp>e.timestamp;)a-=1;this.messages.splice(a+1,0,e)}},Zp=class{constructor(e,a,i,r,n){this.processID=e;this.session=a;this.triggerExit=i;this.output=n;this.finished=r}async kill(){try{await this.session.call(Ui,"kill",[this.processID])}finally{this.triggerExit(),await this.finished}}async wait(){return this.finished}async sendStdin(e,a){await this.session.call(Ui,"stdin",[this.processID,e],a)}};u();u();var Fy=r8(),Ty=x9(),$r;(function(t){t.RPC_VERSION="2.0"})($r||($r={}));var w9=function(){function t(){this.idAwaiter={},this.onOpenHandlers=[],this.onAnyMessageHandlers=[],this.onNotification=[],this.onRequest=[],this.onSuccessResponse=[],this.onErrorResponse=[],this.onErrorHandlers=[],this.onCloseHandlers=[],this.config={responseTimeout:1e4},this.ws=void 0}return t.prototype.connect=function(e,a){return this.ws=new Ty(e,a),this.listen()},t.prototype.onOpen=function(e){this.onOpenHandlers.push(e)},t.prototype.onAnyMessage=function(e){this.onAnyMessageHandlers.push(e)},t.prototype.onError=function(e){this.onErrorHandlers.push(e)},t.prototype.onClose=function(e){this.onCloseHandlers.push(e)},t.prototype.listenMessages=function(){var e=this,a;this.ws.onmessage&&(a=this.ws.onmessage.bind(this.ws)),this.ws.onmessage=function(i){a&&a(i);for(var r=0,n=e.onAnyMessageHandlers;r<n.length;r++){var o=n[r];o(i)}var l=JSON.parse(i.data.toString());if(e.isNotification(l))for(var d=0,c=e.onNotification;d<c.length;d++){var o=c[d];o(l)}else if(e.isRequest(l))for(var f=0,v=e.onRequest;f<v.length;f++){var o=v[f];o(l)}else if(e.isSuccessResponse(l)){for(var h=0,D=e.onSuccessResponse;h<D.length;h++){var o=D[h];o(l)}e.idAwaiter[l.id](l.result)}else if(e.isErrorResponse(l)){for(var g=0,F=e.onErrorResponse;g<F.length;g++){var o=F[g];o(l)}e.idAwaiter[l.id](l.error)}}},t.prototype.call=function(e,a){var i=this;return new Promise(function(r,n){var o=i.buildRequest(e,a),l;i.config.responseTimeout&&(l=setTimeout(function(){delete i.idAwaiter[o.id],n('Awaiting response to "'+e+'" with id: '+o.id+" timed out.")},i.config.responseTimeout)),i.idAwaiter[o.id]=function(c){if(clearInterval(l),delete i.idAwaiter[o.id],i.isRpcError(c)){n(c);return}r(c)};var d=JSON.stringify(o);i.ws.send(d)})},t.prototype.notify=function(e,a){this.ws.send(JSON.stringify(this.buildNotification(e,a)))},t.prototype.customId=function(e){this.idFn=e},t.prototype.noRpc=function(){this.buildRequest=this.buildRequestBase,this.buildNotification=this.buildNotificationBase,this.buildRpcSuccessResponse=this.buildRpcSuccessResponseBase,this.buildRpcErrorResponse=this.buildRpcErrorResponseBase},t.prototype.configure=function(e){Object.assign(this.config,e)},t.prototype.changeSocket=function(e){this.ws=e},t.prototype.listen=function(){var e=this;return new Promise(function(a,i){e.ws.onopen=function(r){for(var n=0,o=e.onOpenHandlers;n<o.length;n++){var l=o[n];l(r)}a(r)},e.listenMessages(),e.ws.onerror=function(r){for(var n=0,o=e.onErrorHandlers;n<o.length;n++){var l=o[n];l(r)}},e.ws.onclose=function(r){for(var n=0,o=e.onCloseHandlers;n<o.length;n++){var l=o[n];l(r)}i(r)}})},t.prototype.buildRequest=function(e,a){var i=this.buildRequestBase(e,a);return i.jsonrpc=$r.RPC_VERSION,i},t.prototype.buildRequestBase=function(e,a){var i={};return i.id=this.idFn(),i.method=e,a&&(i.params=a),i},t.prototype.buildNotification=function(e,a){var i=this.buildNotificationBase(e,a);return i.jsonrpc=$r.RPC_VERSION,i},t.prototype.buildNotificationBase=function(e,a){var i={};return i.method=e,a&&(i.params=a),i},t.prototype.buildRpcSuccessResponse=function(e,a){var i=this.buildRpcSuccessResponseBase(e,a);return i.jsonrpc=$r.RPC_VERSION,i},t.prototype.buildRpcSuccessResponseBase=function(e,a){var i={};return i.id=e,i.result=a,i},t.prototype.buildRpcErrorResponse=function(e,a){var i=this.buildRpcErrorResponseBase(e,a);return i.jsonrpc=$r.RPC_VERSION,i},t.prototype.buildRpcErrorResponseBase=function(e,a){var i={};return i.id=e,i.error=a,i},t.prototype.idFn=function(){return Fy()},t.prototype.isNotification=function(e){return!e.id},t.prototype.isRequest=function(e){return e.method},t.prototype.isSuccessResponse=function(e){return e.hasOwnProperty("result")},t.prototype.isErrorResponse=function(e){return e.hasOwnProperty("error")},t.prototype.isRpcError=function(e){var a;return typeof((a=e)===null||a===void 0?void 0:a.code)<"u"},t}();u();function Ay(t){return new Promise(e=>setTimeout(e,t))}var dc=Ay;var y9=Hp(ui.path("/instances").method("post").create()),S9=Hp(ui.path("/instances/{instanceID}/refreshes").method("post").create()),s1=class{constructor(e){this.opts=e;this.isOpen=!1;this.rpc=new w9;this.subscribers=[];var i,r;let a=e.apiKey||process.env.E2B_API_KEY;if(!a)throw new Xp("API key is required, please visit https://e2b.dev/docs to get your API key");this.apiKey=a,this.cwd=e.cwd,this.cwd&&this.cwd.startsWith("~")&&(this.cwd=this.cwd.replace("~","/home/user")),this.envVars=e.envVars||{},this.logger=e.logger??{info:console.info,warn:console.warn,error:console.error},(r=(i=this.logger).info)==null||r.call(i,`Session "${e.id}" initialized`)}getHostname(e){if(this.opts.__debug_hostname)return e&&this.opts.__debug_devEnv==="remote"?`${e}-${this.opts.__debug_hostname}`:e?`${this.opts.__debug_hostname}:${e}`:this.opts.__debug_hostname;if(!this.instance)return;let a=`${this.instance.instanceID}-${this.instance.clientID}.${fu}`;return e?`${e}-${a}`:a}async close(){var e,a,i,r,n,o,l,d,c,f,v;this.isOpen&&((i=(a=this.logger).debug)==null||i.call(a,`Closing session "${(e=this.instance)==null?void 0:e.instanceID}"`),this.isOpen=!1,(n=(r=this.logger).debug)==null||n.call(r,"Unsubscribing..."),(await Promise.allSettled(this.subscribers.map(D=>this.unsubscribe(D.subID)))).forEach(D=>{var g,F;D.status==="rejected"&&((F=(g=this.logger).warn)==null||F.call(g,`Failed to unsubscribe: "${D.reason}"`))}),(l=(o=this.rpc.ws)==null?void 0:o.terminate)==null||l.call(o),(c=(d=this.rpc.ws)==null?void 0:d.close)==null||c.call(d),(v=(f=this.logger).info)==null||v.call(f,"Disconnected from the session"))}async open(e){return await ci(async()=>{var f,v,h,D,g,F,E,C,P,j;if(this.isOpen||this.instance)throw new Error("Session connect was already called");if(this.isOpen=!0,(v=(f=this.logger).debug)==null||v.call(f,"Opening session..."),!this.opts.__debug_hostname)try{let S=await y9(this.apiKey,{envID:this.opts.id});this.instance=S.data,(D=(h=this.logger).debug)==null||D.call(h,`Acquired session "${this.instance.instanceID}"`),this.refresh(this.instance.instanceID)}catch(S){if(S instanceof y9.Error){let A=S.getActualType();if(A.status===400)throw new Error(`Error creating session - (${A.status}) bad request: ${A.data.message}`);if(A.status===401)throw new Error(`Error creating session - (${A.status}) unauthenticated: ${A.data.message}`);if(A.status===500)throw new Error(`Error creating session - (${A.status}) server error: ${A.data.message}`)}throw S}let i=this.getHostname(this.opts.__debug_port||zp);if(!i)throw new Error("Cannot get session's hostname");let n=`${this.opts.__debug_devEnv==="local"?"ws":"wss"}://${i}${pf}`;this.rpc.onError(S=>{var A,T,O;(O=(T=this.logger).debug)==null||O.call(T,`Error in WS session "${(A=this.instance)==null?void 0:A.instanceID}": ${S.message??S.code??S.toString()}. Trying to reconnect...`)});let o=!1,l,d,c=new Promise((S,A)=>{l=()=>{o||(o=!0,S())},d=()=>{o||(o=!0,A())}});this.rpc.onOpen(()=>{var S,A,T;(T=(A=this.logger).debug)==null||T.call(A,`Connected to session "${(S=this.instance)==null?void 0:S.instanceID}"`),l==null||l()}),this.rpc.onClose(async()=>{var S,A,T,O,x,N,I,V,Q,W,z,M;if((T=(A=this.logger).debug)==null||T.call(A,`Closing WS connection to session "${(S=this.instance)==null?void 0:S.instanceID}"`),this.isOpen){await dc(600),(N=(x=this.logger).debug)==null||N.call(x,`Reconnecting to session "${(O=this.instance)==null?void 0:O.instanceID}"`);try{this.subscribers=[],await this.rpc.connect(n),(Q=(V=this.logger).debug)==null||Q.call(V,`Reconnected to session "${(I=this.instance)==null?void 0:I.instanceID}"`)}catch(K){(M=(z=this.logger).debug)==null||M.call(z,`Failed reconnecting to session "${(W=this.instance)==null?void 0:W.instanceID}": ${K.message??K.code??K.toString()}`)}}else d==null||d()}),this.rpc.onNotification.push(this.handleNotification.bind(this));try{(E=(F=this.logger).debug)==null||E.call(F,`Connection to session "${(g=this.instance)==null?void 0:g.instanceID}"`),await this.rpc.connect(n)}catch(S){(j=(P=this.logger).debug)==null||j.call(P,`Error connecting to session "${(C=this.instance)==null?void 0:C.instanceID}": ${S.message??S.code??S.toString()}`)}return await c,this},e==null?void 0:e.timeout)()}async call(e,a,i,r){var o,l;return(l=(o=this.logger).debug)==null||l.call(o,`Calling "${e}_${a}" with params:`,i),await ci(async(d,c)=>await this.rpc.call(d,c),r==null?void 0:r.timeout)(`${e}_${a}`,i)}async handleSubscriptions(...e){let a=await Promise.allSettled(e);if(a.every(i=>i.status==="fulfilled"))return a.map(i=>i.status==="fulfilled"?i.value:void 0);throw await Promise.all(a.filter(Yf).map(i=>i.value?this.unsubscribe(i.value):void 0)),new Error(ts(a))}async unsubscribe(e){var i,r;let a=this.subscribers.find(n=>n.subID===e);a&&(await this.call(a.service,"unsubscribe",[a.subID]),this.subscribers=this.subscribers.filter(n=>n!==a),(r=(i=this.logger).debug)==null||r.call(i,`Unsubscribed '${e}' from '${a.service}'`))}async subscribe(e,a,i,...r){var o,l;let n=await this.call(e,"subscribe",[i,...r]);if(typeof n!="string")throw new Error(`Cannot subscribe to ${e}_${i}${r.length>0?" with params ["+r.join(", ")+"]":""}. Expected response should have been a subscription ID, instead we got ${JSON.stringify(n)}`);return this.subscribers.push({handler:a,service:e,subID:n}),(l=(o=this.logger).debug)==null||l.call(o,`Subscribed to "${e}_${i}"${r.length>0?" with params ["+r.join(", ")+"] and":""} with id "${n}"`),n}handleNotification(e){var a,i;(i=(a=this.logger).debug)==null||i.call(a,"Handling notification:",e),this.subscribers.filter(r=>{var n;return r.subID===((n=e.params)==null?void 0:n.subscription)}).forEach(r=>{var n;return r.handler((n=e.params)==null?void 0:n.result)})}async refresh(e){var a,i,r,n,o,l,d,c,f,v,h,D,g;(i=(a=this.logger).debug)==null||i.call(a,`Started refreshing session "${e}"`);try{for(;;){if(!this.isOpen){(o=(n=this.logger).debug)==null||o.call(n,`Cannot refresh session ${(r=this.instance)==null?void 0:r.instanceID} - it was closed`);return}await dc(5e3);try{(d=(l=this.logger).debug)==null||d.call(l,`Refreshed session "${e}"`),await S9(this.apiKey,{instanceID:e})}catch(F){if(F instanceof S9.Error){let E=F.getActualType();if(E.status===404){(f=(c=this.logger).warn)==null||f.call(c,`Error refreshing session - (${E.status}): ${E.data.message}`);return}(h=(v=this.logger).warn)==null||h.call(v,`Refreshing session "${e}" failed - (${E.status})`)}}}}finally{(g=(D=this.logger).debug)==null||g.call(D,`Stopped refreshing session "${e}"`),await this.close()}}};u();var Ki="terminal",o1=class{constructor(){this._data=""}get data(){return this._data}addData(e){this._data+=e}},p1=class{constructor(e,a,i,r,n){this.terminalID=e;this.session=a;this.triggerExit=i;this.output=n;this.finished=r}get data(){return this.output.data}async kill(){try{await this.session.call(Ki,"destroy",[this.terminalID])}finally{this.triggerExit(),await this.finished}}async wait(){return this.finished}async sendData(e){await this.session.call(Ki,"data",[this.terminalID,e])}async resize({cols:e,rows:a}){await this.session.call(Ki,"resize",[this.terminalID,e,a])}};u();var ms=G(require("path")),E9=(t,e,a)=>{var r,n,o;let i;return t.startsWith("./")?(i=ms.default.posix.join(e||"/home/user",t),e||(r=a.warn)==null||r.call(a,`Path starts with './' and cwd isn't set. The path '${t}' will evaluate to '${i}', which may not be what you want.`),i):t.startsWith("../")?(i=ms.default.posix.join(e||"/home/user",t),e||(n=a.warn)==null||n.call(a,`Path starts with '../' and cwd isn't set. The path '${t}' will evaluate to '${i}', which may not be what you want.`),i):t.startsWith("~/")?(i=ms.default.posix.join(e||"/home/user",t.substring(2)),e||(o=a.warn)==null||o.call(a,`Path starts with '~/' and cwd isn't set. The path '${t}' will evaluate to '${i}', which may not be what you want.`),i):!t.startsWith("/")&&e?ms.default.posix.join(e,t):t};var Qi=class extends s1{constructor(a){super(a);this.onScanPorts=a.onScanPorts,this.filesystem={list:async(r,n)=>await this.call(sa,"list",[i(r)],n),read:async(r,n)=>await this.call(sa,"read",[i(r)],n),remove:async(r,n)=>{await this.call(sa,"remove",[i(r)],n)},write:async(r,n,o)=>{await this.call(sa,"write",[i(r),n],o)},writeBytes:async(r,n)=>{let o=Buffer.from(n).toString("base64");await this.call(sa,"writeBase64",[i(r),o])},readBytes:async r=>{let n=await this.call(sa,"readBase64",[i(r)]);return Buffer.from(n,"base64")},makeDir:async(r,n)=>{await this.call(sa,"makeDir",[i(r)],n)},watchDir:r=>{var o,l;(l=(o=this.logger).debug)==null||l.call(o,`Watching directory "${r}"`);let n=(0,C9.default)(i(r));return new Qf(this,n)}},this.terminal={start:async({onData:r,size:n,onExit:o,envVars:l,cmd:d,cwd:c="",terminalID:f=Kp(12),timeout:v=void 0})=>await ci(async({onData:D,size:g,onExit:F,envVars:E,cmd:C,cwd:P="",rootDir:j,terminalID:S=Kp(12)})=>{var W,z,M,K;(z=(W=this.logger).debug)==null||z.call(W,`Starting terminal "${S}"`),!P&&j&&((K=(M=this.logger).warn)==null||K.call(M,"The rootDir parameter is deprecated, use cwd instead."),P=j),!P&&this.cwd&&(P=this.cwd),E=E||{},E={...this.envVars,...E};let{promise:A,resolve:T}=as(),O=new o1;function x(he){O.addData(he),D==null||D(he)}let[N,I]=await this.handleSubscriptions(this.subscribe(Ki,x,"onData",S),this.subscribe(Ki,T,"onExit",S)),{promise:V,resolve:Q}=as();A.then(async()=>{var He,Nt,Ia,qa;let he=await Promise.allSettled([this.unsubscribe(I),this.unsubscribe(N)]);(Nt=(He=this.logger).debug)==null||Nt.call(He,`Terminal "${S}" exited`);let be=ts(he);be&&((qa=(Ia=this.logger).error)==null||qa.call(Ia,be)),F==null||F(),Q(O)});try{await this.call(Ki,"start",[S,g.cols,g.rows,...C!==void 0?[E,C,P]:[]])}catch(he){throw T(),await V,he}return new p1(S,this,T,V,O)},v)({onData:r,size:n,onExit:o,envVars:l,cmd:d,cwd:c,terminalID:f})},this.process={start:async r=>{let n=async({cmd:l,onStdout:d,onStderr:c,onExit:f,envVars:v={},cwd:h="",rootDir:D,processID:g=Kp(12)})=>{var I,V,Q,W;if(!h&&D&&((V=(I=this.logger).warn)==null||V.call(I,"The rootDir parameter is deprecated, use cwd instead."),h=D),!h&&this.cwd&&(h=this.cwd),!l)throw new Error("cmd is required");v=v||{},v={...this.envVars,...v},(W=(Q=this.logger).debug)==null||W.call(Q,`Starting process "${g}", cmd: "${l}"`);let{promise:F,resolve:E}=as(),C=new Jp,P=z=>{C.setExitCode(z),E()},j=z=>{let M=new is(z.line,z.timestamp,!1);C.addStdout(M),d?d(M):this.opts.onStdout&&this.opts.onStdout(M)},S=z=>{let M=new is(z.line,z.timestamp,!0);C.addStderr(M),c?c(M):this.opts.onStderr&&this.opts.onStderr(M)},[A,T,O]=await this.handleSubscriptions(this.subscribe(Ui,P,"onExit",g),this.subscribe(Ui,j,"onStdout",g),this.subscribe(Ui,S,"onStderr",g)),{promise:x,resolve:N}=as();F.then(async()=>{var K,he,be,He;let z=await Promise.allSettled([this.unsubscribe(A),T?this.unsubscribe(T):void 0,O?this.unsubscribe(O):void 0]);(he=(K=this.logger).debug)==null||he.call(K,`Process "${g}" exited`);let M=ts(z);M&&((He=(be=this.logger).error)==null||He.call(be,M)),f?f():this.opts.onExit&&this.opts.onExit(),N(C)});try{await this.call(Ui,"start",[g,l,v,h])}catch(z){throw E(),await x,z}return new Zp(g,this,E,x,C)},o=r.timeout;return await ci(n,o)(r)}};let i=r=>E9(r,this.cwd,this.logger)}get fileURL(){let a=this.getHostname(this.opts.__debug_port);return`${this.opts.__debug_devEnv==="local"?"http":"https"}://${zp}-${a}/file`}static async create(a){return new Qi(a).open({timeout:a==null?void 0:a.timeout}).then(async i=>(a.cwd&&(console.log(`Custom cwd for Session set: "${a.cwd}"`),await i.filesystem.makeDir(a.cwd)),i))}async open(a){await super.open(a);let i=this.onScanPorts?r=>{var n;return(n=this.onScanPorts)==null?void 0:n.call(this,r.map(o=>({ip:o.Ip,port:o.Port,state:o.State})))}:void 0;return await this.handleSubscriptions(i?this.subscribe(Kf,i,"scanOpenedPorts"):void 0),this}async uploadFile(a,i){let r=new F9.default;r.append("file",a,{filename:i});let n=await jp(this.fileURL,{method:"POST",body:r});if(!n.ok){let o=await n.text();throw new Error(`Failed to upload file: ${o}`)}return`/home/user/${i}`}async downloadFile(a,i){a=encodeURIComponent(a);let r=await jp(`${this.fileURL}?path=${a}`);if(!r.ok){let o=await r.text();throw new Error(`Failed to download file '${a}': ${o}`)}let n;switch(i){case"base64":n=await r.arrayBuffer(),n=Buffer.from(n).toString("base64");break;case"blob":n=await r.blob();break;case"buffer":n=await r.buffer();break;case"arraybuffer":n=await r.arrayBuffer();break;case"text":n=await r.text();break;default:n=await r.arrayBuffer();break}return n}};var O7=G($5());u();async function z5(t){return new Promise(e=>setTimeout(e,t))}u();u();var Ts=G(require("process"),1);u();u();u();function Uc({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 jE=Uc();function Fs(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(jE,"")}var K5=G(H5(),1),Q5=G(Y5(),1);function Ue(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=Fs(t),t.length===0))return 0;t=t.replace((0,Q5.default)()," ");let a=e.ambiguousIsNarrow?1:2,i=0;for(let r of t){let n=r.codePointAt(0);if(n<=31||n>=127&&n<=159||n>=768&&n<=879)continue;switch(K5.default.eastAsianWidth(r)){case"F":case"W":i+=2;break;case"A":i+=a;break;default:i+=1}}return i}u();function x1(t){let e=0;for(let a of t.split(`
58
- `))e=Math.max(e,Ue(a));return e}var C7=G(Yc(),1);u();var ME=/[\p{Lu}]/u,WE=/[\p{Ll}]/u,Z5=/^[\p{Lu}](?![\p{Lu}])/gu,a7=/([\p{Alpha}\p{N}_]|$)/u,Kc=/[_.\- ]+/,$E=new RegExp("^"+Kc.source),e7=new RegExp(Kc.source+a7.source,"gu"),t7=new RegExp("\\d+"+a7.source,"gu"),zE=(t,e,a,i)=>{let r=!1,n=!1,o=!1,l=!1;for(let d=0;d<t.length;d++){let c=t[d];l=d>2?t[d-3]==="-":!0,r&&ME.test(c)?(t=t.slice(0,d)+"-"+t.slice(d),r=!1,o=n,n=!0,d++):n&&o&&WE.test(c)&&(!l||i)?(t=t.slice(0,d-1)+"-"+t.slice(d-1),o=n,n=!1,r=!0):(r=e(c)===c&&a(c)!==c,o=n,n=a(c)===c&&e(c)!==c)}return t},UE=(t,e)=>(Z5.lastIndex=0,t.replace(Z5,a=>e(a))),HE=(t,e)=>(e7.lastIndex=0,t7.lastIndex=0,t.replace(e7,(a,i)=>e(i)).replace(t7,a=>e(a)));function Qc(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(n=>n.trim()).filter(n=>n.length).join("-"):t=t.trim(),t.length===0)return"";let a=e.locale===!1?n=>n.toLowerCase():n=>n.toLocaleLowerCase(e.locale),i=e.locale===!1?n=>n.toUpperCase():n=>n.toLocaleUpperCase(e.locale);return t.length===1?Kc.test(t)?"":e.pascalCase?i(t):a(t):(t!==a(t)&&(t=zE(t,a,i,e.preserveConsecutiveUppercase)),t=t.replace($E,""),t=e.preserveConsecutiveUppercase?UE(t,a):a(t),e.pascalCase&&(t=i(t.charAt(0))+t.slice(1)),HE(t,i))}var a2=G(f7(),1);u();u();var h7=(t=0)=>e=>`\x1B[${e+t}m`,D7=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,v7=(t=0)=>(e,a,i)=>`\x1B[${38+t};2;${e};${a};${i}m`,Se={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]}},kj=Object.keys(Se.modifier),eC=Object.keys(Se.color),tC=Object.keys(Se.bgColor),Nj=[...eC,...tC];function aC(){let t=new Map;for(let[e,a]of Object.entries(Se)){for(let[i,r]of Object.entries(a))Se[i]={open:`\x1B[${r[0]}m`,close:`\x1B[${r[1]}m`},a[i]=Se[i],t.set(r[0],r[1]);Object.defineProperty(Se,e,{value:a,enumerable:!1})}return Object.defineProperty(Se,"codes",{value:t,enumerable:!1}),Se.color.close="\x1B[39m",Se.bgColor.close="\x1B[49m",Se.color.ansi=h7(),Se.color.ansi256=D7(),Se.color.ansi16m=v7(),Se.bgColor.ansi=h7(10),Se.bgColor.ansi256=D7(10),Se.bgColor.ansi16m=v7(10),Object.defineProperties(Se,{rgbToAnsi256:{value:(e,a,i)=>e===a&&a===i?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(a/255*5)+Math.round(i/255*5),enumerable:!1},hexToRgb:{value:e=>{let a=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!a)return[0,0,0];let[i]=a;i.length===3&&(i=[...i].map(n=>n+n).join(""));let r=Number.parseInt(i,16);return[r>>16&255,r>>8&255,r&255]},enumerable:!1},hexToAnsi256:{value:e=>Se.rgbToAnsi256(...Se.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value:e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let a,i,r;if(e>=232)a=((e-232)*10+8)/255,i=a,r=a;else{e-=16;let l=e%36;a=Math.floor(e/36)/5,i=Math.floor(l/6)/5,r=l%6/5}let n=Math.max(a,i,r)*2;if(n===0)return 30;let o=30+(Math.round(r)<<2|Math.round(i)<<1|Math.round(a));return n===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(e,a,i)=>Se.ansi256ToAnsi(Se.rgbToAnsi256(e,a,i)),enumerable:!1},hexToAnsi:{value:e=>Se.ansi256ToAnsi(Se.hexToAnsi256(e)),enumerable:!1}}),Se}var iC=aC(),b7=iC;var w1=new Set(["\x1B","\x9B"]),rC=39,e2="\x07",x7="[",nC="]",w7="m",t2=`${nC}8;;`,g7=t=>`${w1.values().next().value}${x7}${t}${w7}`,_7=t=>`${w1.values().next().value}${t2}${t}${e2}`,sC=t=>t.split(" ").map(e=>Ue(e)),Zc=(t,e,a)=>{let i=[...e],r=!1,n=!1,o=Ue(Fs(t[t.length-1]));for(let[l,d]of i.entries()){let c=Ue(d);if(o+c<=a?t[t.length-1]+=d:(t.push(d),o=0),w1.has(d)&&(r=!0,n=i.slice(l+1).join("").startsWith(t2)),r){n?d===e2&&(r=!1,n=!1):d===w7&&(r=!1);continue}o+=c,o===a&&l<i.length-1&&(t.push(""),o=0)}!o&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},oC=t=>{let e=t.split(" "),a=e.length;for(;a>0&&!(Ue(e[a-1])>0);)a--;return a===e.length?t:e.slice(0,a).join(" ")+e.slice(a).join("")},pC=(t,e,a={})=>{if(a.trim!==!1&&t.trim()==="")return"";let i="",r,n,o=sC(t),l=[""];for(let[c,f]of t.split(" ").entries()){a.trim!==!1&&(l[l.length-1]=l[l.length-1].trimStart());let v=Ue(l[l.length-1]);if(c!==0&&(v>=e&&(a.wordWrap===!1||a.trim===!1)&&(l.push(""),v=0),(v>0||a.trim===!1)&&(l[l.length-1]+=" ",v++)),a.hard&&o[c]>e){let h=e-v,D=1+Math.floor((o[c]-h-1)/e);Math.floor((o[c]-1)/e)<D&&l.push(""),Zc(l,f,e);continue}if(v+o[c]>e&&v>0&&o[c]>0){if(a.wordWrap===!1&&v<e){Zc(l,f,e);continue}l.push("")}if(v+o[c]>e&&a.wordWrap===!1){Zc(l,f,e);continue}l[l.length-1]+=f}a.trim!==!1&&(l=l.map(c=>oC(c)));let d=[...l.join(`
59
- `)];for(let[c,f]of d.entries()){if(i+=f,w1.has(f)){let{groups:h}=new RegExp(`(?:\\${x7}(?<code>\\d+)m|\\${t2}(?<uri>.*)${e2})`).exec(d.slice(c).join(""))||{groups:{}};if(h.code!==void 0){let D=Number.parseFloat(h.code);r=D===rC?void 0:D}else h.uri!==void 0&&(n=h.uri.length===0?void 0:h.uri)}let v=b7.codes.get(Number(r));d[c+1]===`
60
- `?(n&&(i+=_7("")),r&&v&&(i+=g7(v))):f===`
61
- `&&(r&&v&&(i+=g7(r)),n&&(i+=_7(n)))}return i};function y1(t,e,a){return String(t).normalize().replace(/\r\n/g,`
57
+ `.charCodeAt(),r=typeof t=="string"?"\r":"\r".charCodeAt();return t[t.length-1]===e&&(t=t.slice(0,-1)),t[t.length-1]===r&&(t=t.slice(0,-1)),t}l();var an=M(require("process"),1),wr=M(require("path"),1),Xh=M(require("url"),1);l();function Oi(t={}){let{env:e=process.env,platform:r=process.platform}=t;return r!=="win32"?"PATH":Object.keys(e).reverse().find(n=>n.toUpperCase()==="PATH")||"Path"}function N_(t={}){let{cwd:e=an.default.cwd(),path:r=an.default.env[Oi()],execPath:n=an.default.execPath}=t,i,s=e instanceof URL?Xh.default.fileURLToPath(e):e,o=wr.default.resolve(s),u=[];for(;i!==o;)u.push(wr.default.join(o,"node_modules/.bin")),i=o,o=wr.default.resolve(o,"..");return u.push(wr.default.resolve(s,n,"..")),[...u,r].join(wr.default.delimiter)}function Zh({env:t=an.default.env,...e}={}){t={...t};let r=Oi({env:t});return e.path=t[r],t[r]=N_(e),t}l();l();var k_=(t,e,r,n)=>{if(r==="length"||r==="prototype"||r==="arguments"||r==="caller")return;let i=Object.getOwnPropertyDescriptor(t,r),s=Object.getOwnPropertyDescriptor(e,r);!L_(i,s)&&n||Object.defineProperty(t,r,s)},L_=function(t,e){return t===void 0||t.configurable||t.writable===e.writable&&t.enumerable===e.enumerable&&t.configurable===e.configurable&&(t.writable||t.value===e.value)},$_=(t,e)=>{let r=Object.getPrototypeOf(e);r!==Object.getPrototypeOf(t)&&Object.setPrototypeOf(t,r)},M_=(t,e)=>`/* Wrapped ${t}*/
58
+ ${e}`,H_=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),U_=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),j_=(t,e,r)=>{let n=r===""?"":`with ${r.trim()}() `,i=M_.bind(null,n,e.toString());Object.defineProperty(i,"name",U_),Object.defineProperty(t,"toString",{...H_,value:i})};function xu(t,e,{ignoreNonConfigurable:r=!1}={}){let{name:n}=t;for(let i of Reflect.ownKeys(e))k_(t,e,i,r);return $_(t,e),j_(t,e,n),t}var Ri=new WeakMap,Jh=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,n=0,i=t.displayName||t.name||"<anonymous>",s=function(...o){if(Ri.set(s,++n),n===1)r=t.apply(this,o),t=null;else if(e.throw===!0)throw new Error(`Function \`${i}\` can only be called once`);return r};return xu(s,t),Ri.set(s,n),s};Jh.callCount=t=>{if(!Ri.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return Ri.get(t)};var Qh=Jh;l();var ud=M(require("process"),1);l();var sd=require("os");l();var ed=()=>{let t=rd-td+1;return Array.from({length:t},q_)},q_=(t,e)=>({name:`SIGRT${e+1}`,number:td+e,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),td=34,rd=64;l();var id=require("os");l();var nd=[{name:"SIGHUP",number:1,action:"terminate",description:"Terminal closed",standard:"posix"},{name:"SIGINT",number:2,action:"terminate",description:"User interruption with CTRL-C",standard:"ansi"},{name:"SIGQUIT",number:3,action:"core",description:"User interruption with CTRL-\\",standard:"posix"},{name:"SIGILL",number:4,action:"core",description:"Invalid machine instruction",standard:"ansi"},{name:"SIGTRAP",number:5,action:"core",description:"Debugger breakpoint",standard:"posix"},{name:"SIGABRT",number:6,action:"core",description:"Aborted",standard:"ansi"},{name:"SIGIOT",number:6,action:"core",description:"Aborted",standard:"bsd"},{name:"SIGBUS",number:7,action:"core",description:"Bus error due to misaligned, non-existing address or paging error",standard:"bsd"},{name:"SIGEMT",number:7,action:"terminate",description:"Command should be emulated but is not implemented",standard:"other"},{name:"SIGFPE",number:8,action:"core",description:"Floating point arithmetic error",standard:"ansi"},{name:"SIGKILL",number:9,action:"terminate",description:"Forced termination",standard:"posix",forced:!0},{name:"SIGUSR1",number:10,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGSEGV",number:11,action:"core",description:"Segmentation fault",standard:"ansi"},{name:"SIGUSR2",number:12,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGPIPE",number:13,action:"terminate",description:"Broken pipe or socket",standard:"posix"},{name:"SIGALRM",number:14,action:"terminate",description:"Timeout or timer",standard:"posix"},{name:"SIGTERM",number:15,action:"terminate",description:"Termination",standard:"ansi"},{name:"SIGSTKFLT",number:16,action:"terminate",description:"Stack is empty or overflowed",standard:"other"},{name:"SIGCHLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"posix"},{name:"SIGCLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"other"},{name:"SIGCONT",number:18,action:"unpause",description:"Unpaused",standard:"posix",forced:!0},{name:"SIGSTOP",number:19,action:"pause",description:"Paused",standard:"posix",forced:!0},{name:"SIGTSTP",number:20,action:"pause",description:'Paused using CTRL-Z or "suspend"',standard:"posix"},{name:"SIGTTIN",number:21,action:"pause",description:"Background process cannot read terminal input",standard:"posix"},{name:"SIGBREAK",number:21,action:"terminate",description:"User interruption with CTRL-BREAK",standard:"other"},{name:"SIGTTOU",number:22,action:"pause",description:"Background process cannot write to terminal output",standard:"posix"},{name:"SIGURG",number:23,action:"ignore",description:"Socket received out-of-band data",standard:"bsd"},{name:"SIGXCPU",number:24,action:"core",description:"Process timed out",standard:"bsd"},{name:"SIGXFSZ",number:25,action:"core",description:"File too big",standard:"bsd"},{name:"SIGVTALRM",number:26,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGPROF",number:27,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGWINCH",number:28,action:"ignore",description:"Terminal window size changed",standard:"bsd"},{name:"SIGIO",number:29,action:"terminate",description:"I/O is available",standard:"other"},{name:"SIGPOLL",number:29,action:"terminate",description:"Watched event",standard:"other"},{name:"SIGINFO",number:29,action:"ignore",description:"Request for process information",standard:"other"},{name:"SIGPWR",number:30,action:"terminate",description:"Device running out of power",standard:"systemv"},{name:"SIGSYS",number:31,action:"core",description:"Invalid system call",standard:"other"},{name:"SIGUNUSED",number:31,action:"terminate",description:"Invalid system call",standard:"other"}];var bu=()=>{let t=ed();return[...nd,...t].map(G_)},G_=({name:t,number:e,description:r,action:n,forced:i=!1,standard:s})=>{let{signals:{[t]:o}}=id.constants,u=o!==void 0;return{name:t,number:u?o:e,description:r,supported:u,action:n,forced:i,standard:s}};var W_=()=>{let t=bu();return Object.fromEntries(t.map(V_))},V_=({name:t,number:e,description:r,supported:n,action:i,forced:s,standard:o})=>[t,{name:t,number:e,description:r,supported:n,action:i,forced:s,standard:o}],od=W_(),z_=()=>{let t=bu(),e=64+1,r=Array.from({length:e},(n,i)=>K_(i,t));return Object.assign({},...r)},K_=(t,e)=>{let r=Y_(t,e);if(r===void 0)return{};let{name:n,description:i,supported:s,action:o,forced:u,standard:a}=r;return{[t]:{name:n,number:t,description:i,supported:s,action:o,forced:u,standard:a}}},Y_=(t,e)=>{let r=e.find(({name:n})=>sd.constants.signals[n]===t);return r!==void 0?r:e.find(n=>n.number===t)},m8=z_();var X_=({timedOut:t,timeout:e,errorCode:r,signal:n,signalDescription:i,exitCode:s,isCanceled:o})=>t?`timed out after ${e} milliseconds`:o?"was canceled":r!==void 0?`failed with ${r}`:n!==void 0?`was killed with ${n} (${i})`:s!==void 0?`failed with exit code ${s}`:"failed",ln=({stdout:t,stderr:e,all:r,error:n,signal:i,exitCode:s,command:o,escapedCommand:u,timedOut:a,isCanceled:c,killed:f,parsed:{options:{timeout:p,cwd:m=ud.default.cwd()}}})=>{s=s===null?void 0:s,i=i===null?void 0:i;let y=i===void 0?void 0:od[i].description,_=n&&n.code,k=`Command ${X_({timedOut:a,timeout:p,errorCode:_,signal:i,signalDescription:y,exitCode:s,isCanceled:c})}: ${o}`,H=Object.prototype.toString.call(n)==="[object Error]",q=H?`${k}
59
+ ${n.message}`:k,j=[q,e,t].filter(Boolean).join(`
60
+ `);return H?(n.originalMessage=n.message,n.message=j):n=new Error(j),n.shortMessage=q,n.command=o,n.escapedCommand=u,n.exitCode=s,n.signal=i,n.signalDescription=y,n.stdout=t,n.stderr=e,n.cwd=m,r!==void 0&&(n.all=r),"bufferedData"in n&&delete n.bufferedData,n.failed=!0,n.timedOut=!!a,n.isCanceled=c,n.killed=f&&!a,n};l();var Bi=["stdin","stdout","stderr"],Z_=t=>Bi.some(e=>t[e]!==void 0),ad=t=>{if(!t)return;let{stdio:e}=t;if(e===void 0)return Bi.map(n=>t[n]);if(Z_(t))throw new Error(`It's not possible to provide \`stdio\` in combination with one of ${Bi.map(n=>`\`${n}\``).join(", ")}`);if(typeof e=="string")return e;if(!Array.isArray(e))throw new TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof e}\``);let r=Math.max(e.length,Bi.length);return Array.from({length:r},(n,i)=>e[i])};l();var ld=M(require("os"),1),cd=M(cu(),1),J_=1e3*5,fd=(t,e="SIGTERM",r={})=>{let n=t(e);return Q_(t,e,r,n),n},Q_=(t,e,r,n)=>{if(!eC(e,r,n))return;let i=rC(r),s=setTimeout(()=>{t("SIGKILL")},i);s.unref&&s.unref()},eC=(t,{forceKillAfterTimeout:e},r)=>tC(t)&&e!==!1&&r,tC=t=>t===ld.default.constants.signals.SIGTERM||typeof t=="string"&&t.toUpperCase()==="SIGTERM",rC=({forceKillAfterTimeout:t=!0})=>{if(t===!0)return J_;if(!Number.isFinite(t)||t<0)throw new TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${t}\` (${typeof t})`);return t},hd=(t,e)=>{t.kill()&&(e.isCanceled=!0)},nC=(t,e,r)=>{t.kill(e),r(Object.assign(new Error("Timed out"),{timedOut:!0,signal:e}))},dd=(t,{timeout:e,killSignal:r="SIGTERM"},n)=>{if(e===0||e===void 0)return n;let i,s=new Promise((u,a)=>{i=setTimeout(()=>{nC(t,r,a)},e)}),o=n.finally(()=>{clearTimeout(i)});return Promise.race([s,o])},pd=({timeout:t})=>{if(t!==void 0&&(!Number.isFinite(t)||t<0))throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${t}\` (${typeof t})`)},Dd=async(t,{cleanup:e,detached:r},n)=>{if(!e||r)return n;let i=(0,cd.default)(()=>{t.kill()});return n.finally(()=>{i()})};l();var md=require("fs"),gd=require("child_process");l();function Ii(t){return t!==null&&typeof t=="object"&&typeof t.pipe=="function"}function _u(t){return Ii(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object"}var iC=t=>t instanceof gd.ChildProcess&&typeof t.then=="function",Cu=(t,e,r)=>{if(typeof r=="string")return t[e].pipe((0,md.createWriteStream)(r)),t;if(_u(r))return t[e].pipe(r),t;if(!iC(r))throw new TypeError("The second argument must be a string, a stream or an Execa child process.");if(!_u(r.stdin))throw new TypeError("The target child process's stdin must be available.");return t[e].pipe(r.stdin),r},Ed=t=>{t.stdout!==null&&(t.pipeStdout=Cu.bind(void 0,t,"stdout")),t.stderr!==null&&(t.pipeStderr=Cu.bind(void 0,t,"stderr")),t.all!==void 0&&(t.pipeAll=Cu.bind(void 0,t,"all"))};l();var Pi=require("fs");var Su=M(hu(),1),yd=M(du(),1),xd=t=>{if(t!==void 0)throw new TypeError("The `input` and `inputFile` options cannot be both set.")},sC=({input:t,inputFile:e})=>typeof e!="string"?t:(xd(t),(0,Pi.readFileSync)(e)),bd=t=>{let e=sC(t);if(Ii(e))throw new TypeError("The `input` option cannot be a stream in sync mode");return e},oC=({input:t,inputFile:e})=>typeof e!="string"?t:(xd(t),(0,Pi.createReadStream)(e)),_d=(t,e)=>{let r=oC(e);r!==void 0&&(Ii(r)?r.pipe(t.stdin):t.stdin.end(r))},Cd=(t,{all:e})=>{if(!e||!t.stdout&&!t.stderr)return;let r=(0,yd.default)();return t.stdout&&r.add(t.stdout),t.stderr&&r.add(t.stderr),r},Fu=async(t,e)=>{if(!(!t||e===void 0)){t.destroy();try{return await e}catch(r){return r.bufferedData}}},wu=(t,{encoding:e,buffer:r,maxBuffer:n})=>{if(!(!t||!r))return e?(0,Su.default)(t,{encoding:e,maxBuffer:n}):Su.default.buffer(t,{maxBuffer:n})},Fd=async({stdout:t,stderr:e,all:r},{encoding:n,buffer:i,maxBuffer:s},o)=>{let u=wu(t,{encoding:n,buffer:i,maxBuffer:s}),a=wu(e,{encoding:n,buffer:i,maxBuffer:s}),c=wu(r,{encoding:n,buffer:i,maxBuffer:s*2});try{return await Promise.all([o,u,a,c])}catch(f){return Promise.all([{error:f,signal:f.signal,timedOut:f.timedOut},Fu(t,u),Fu(e,a),Fu(r,c)])}};l();var uC=(async()=>{})().constructor.prototype,aC=["then","catch","finally"].map(t=>[t,Reflect.getOwnPropertyDescriptor(uC,t)]),vu=(t,e)=>{for(let[r,n]of aC){let i=typeof e=="function"?(...s)=>Reflect.apply(n.value,e(),s):n.value.bind(e);Reflect.defineProperty(t,r,{...n,value:i})}},wd=t=>new Promise((e,r)=>{t.on("exit",(n,i)=>{e({exitCode:n,signal:i})}),t.on("error",n=>{r(n)}),t.stdin&&t.stdin.on("error",n=>{r(n)})});l();var Ad=require("buffer"),Td=require("child_process"),Od=(t,e=[])=>Array.isArray(e)?[t,...e]:[t],lC=/^[\w.-]+$/,cC=/"/g,fC=t=>typeof t!="string"||lC.test(t)?t:`"${t.replace(cC,'\\"')}"`,Au=(t,e)=>Od(t,e).join(" "),Tu=(t,e)=>Od(t,e).map(r=>fC(r)).join(" "),hC=/ +/g;var Sd=t=>{let e=typeof t;if(e==="string")return t;if(e==="number")return String(t);if(e==="object"&&t!==null&&!(t instanceof Td.ChildProcess)&&"stdout"in t){let r=typeof t.stdout;if(r==="string")return t.stdout;if(Ad.Buffer.isBuffer(t.stdout))return t.stdout.toString();throw new TypeError(`Unexpected "${r}" stdout in template expression`)}throw new TypeError(`Unexpected "${e}" in template expression`)},vd=(t,e,r)=>r||t.length===0||e.length===0?[...t,...e]:[...t.slice(0,-1),`${t[t.length-1]}${e[0]}`,...e.slice(1)],dC=({templates:t,expressions:e,tokens:r,index:n,template:i})=>{let s=i??t.raw[n],o=s.split(hC).filter(Boolean),u=vd(r,o,s.startsWith(" "));if(n===e.length)return u;let a=e[n],c=Array.isArray(a)?a.map(f=>Sd(f)):[Sd(a)];return vd(u,c,s.endsWith(" "))},Ou=(t,e)=>{let r=[];for(let[n,i]of t.entries())r=dC({templates:t,expressions:e,tokens:r,index:n,template:i});return r};l();var Rd=require("util"),Bd=M(require("process"),1),Id=(0,Rd.debuglog)("execa").enabled,Ni=(t,e)=>String(t).padStart(e,"0"),pC=()=>{let t=new Date;return`${Ni(t.getHours(),2)}:${Ni(t.getMinutes(),2)}:${Ni(t.getSeconds(),2)}.${Ni(t.getMilliseconds(),3)}`},Ru=(t,{verbose:e})=>{e&&Bd.default.stderr.write(`[${pC()}] ${t}
61
+ `)};var DC=1e3*1e3*100,mC=({env:t,extendEnv:e,preferLocal:r,localDir:n,execPath:i})=>{let s=e?{...cn.default.env,...t}:t;return r?Zh({env:s,cwd:n,execPath:i}):s},$d=(t,e,r={})=>{let n=Ld.default._parse(t,e,r);return t=n.command,e=n.args,r=n.options,r={maxBuffer:DC,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:r.cwd||cn.default.cwd(),execPath:cn.default.execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,verbose:Id,...r},r.env=mC(r),r.stdio=ad(r),cn.default.platform==="win32"&&kd.default.basename(t,".exe")==="cmd"&&e.unshift("/q"),{file:t,args:e,options:r,parsed:n}},fn=(t,e,r)=>typeof e!="string"&&!Nd.Buffer.isBuffer(e)?r===void 0?void 0:"":t.stripFinalNewline?yu(e):e;function hn(t,e,r){let n=$d(t,e,r),i=Au(t,e),s=Tu(t,e);Ru(s,n.options),pd(n.options);let o;try{o=ki.default.spawn(n.file,n.args,n.options)}catch(y){let _=new ki.default.ChildProcess,O=Promise.reject(ln({error:y,stdout:"",stderr:"",all:"",command:i,escapedCommand:s,parsed:n,timedOut:!1,isCanceled:!1,killed:!1}));return vu(_,O),_}let u=wd(o),a=dd(o,n.options,u),c=Dd(o,n.options,a),f={isCanceled:!1};o.kill=fd.bind(null,o.kill.bind(o)),o.cancel=hd.bind(null,o,f);let m=Qh(async()=>{let[{error:y,exitCode:_,signal:O,timedOut:k},H,q,j]=await Fd(o,n.options,c),T=fn(n.options,H),$=fn(n.options,q),R=fn(n.options,j);if(y||_!==0||O!==null){let L=ln({error:y,exitCode:_,signal:O,stdout:T,stderr:$,all:R,command:i,escapedCommand:s,parsed:n,timedOut:k,isCanceled:f.isCanceled||(n.options.signal?n.options.signal.aborted:!1),killed:o.killed});if(!n.options.reject)return L;throw L}return{command:i,escapedCommand:s,exitCode:0,stdout:T,stderr:$,all:R,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}});return _d(o,n.options),o.all=Cd(o,n.options),Ed(o),vu(o,m),o}function gC(t,e,r){let n=$d(t,e,r),i=Au(t,e),s=Tu(t,e);Ru(s,n.options);let o=bd(n.options),u;try{u=ki.default.spawnSync(n.file,n.args,{...n.options,input:o})}catch(f){throw ln({error:f,stdout:"",stderr:"",all:"",command:i,escapedCommand:s,parsed:n,timedOut:!1,isCanceled:!1,killed:!1})}let a=fn(n.options,u.stdout,u.error),c=fn(n.options,u.stderr,u.error);if(u.error||u.status!==0||u.signal!==null){let f=ln({stdout:a,stderr:c,error:u.error,signal:u.signal,exitCode:u.status,command:i,escapedCommand:s,parsed:n,timedOut:u.error&&u.error.code==="ETIMEDOUT",isCanceled:!1,killed:u.signal!==null});if(!n.options.reject)return f;throw f}return{command:i,escapedCommand:s,exitCode:0,stdout:a,stderr:c,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}}var EC=({input:t,inputFile:e,stdio:r})=>t===void 0&&e===void 0&&r===void 0?{stdin:"inherit"}:{},Pd=(t={})=>({preferLocal:!0,...EC(t),...t});function Md(t){function e(r,...n){if(!Array.isArray(r))return Md({...t,...r});let[i,...s]=Ou(r,n);return hn(i,s,Pd(t))}return e.sync=(r,...n)=>{if(!Array.isArray(r))throw new TypeError("Please use $(options).sync`command` instead of $.sync(options)`command`.");let[i,...s]=Ou(r,n);return gC(i,s,Pd(t))},e}var Q8=Md();l();var yC={AppXq0fevzme2pys62n3e0fbqa7peapykr8v:{name:"Edge",id:"com.microsoft.edge.old"},MSEdgeDHTML:{name:"Edge",id:"com.microsoft.edge"},MSEdgeHTM:{name:"Edge",id:"com.microsoft.edge"},"IE.HTTP":{name:"Internet Explorer",id:"com.microsoft.ie"},FirefoxURL:{name:"Firefox",id:"org.mozilla.firefox"},ChromeHTML:{name:"Chrome",id:"com.google.chrome"}},Li=class extends Error{};async function Bu(t=hn){let e=await t("reg",["QUERY"," HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice","/v","ProgId"]),r=/ProgId\s*REG_SZ\s*(?<id>\S+)/.exec(e.stdout);if(!r)throw new Li(`Cannot find Windows browser in stdout: ${JSON.stringify(e.stdout)}`);let{id:n}=r.groups,i=yC[n];if(!i)throw new Li(`Unknown browser ID: ${n}`);return i}async function Iu(){if($i.default.platform==="linux"){let{stdout:t}=await hn("xdg-mime",["query","default","x-scheme-handler/http"]);return{name:Eu(t.trim().replace(/.desktop$/,"").replace("-"," ")),id:t}}if($i.default.platform==="darwin"){let t=await zo();return{name:await gu(t),id:t}}if($i.default.platform==="win32")return Bu();throw new Error("Only macOS, Linux, and Windows are supported")}l();var Hd=M(require("fs"),1);l();var Nu=M(require("fs"),1),Pu;function xC(){try{return Nu.default.statSync("/.dockerenv"),!0}catch{return!1}}function bC(){try{return Nu.default.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}function ku(){return Pu===void 0&&(Pu=xC()||bC()),Pu}var Lu,_C=()=>{try{return Hd.default.statSync("/run/.containerenv"),!0}catch{return!1}};function $u(){return Lu===void 0&&(Lu=_C()||ku()),Lu}var Mu=Hu.default.dirname((0,Vd.fileURLToPath)(importMetaUrl)),Ud=Hu.default.join(Mu,"xdg-open"),{platform:Sr,arch:jd}=Hi.default,CC=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let r="/etc/wsl.conf",n=!1;try{await Ui.default.access(r,Uu.constants.F_OK),n=!0}catch{}if(!n)return t;let i=await Ui.default.readFile(r,{encoding:"utf8"}),s=/(?<!#.*)root\s*=\s*(?<mountPoint>.*)/g.exec(i);return s?(e=s.groups.mountPoint.trim(),e=e.endsWith("/")?e:`${e}/`,e):t}})(),qd=async(t,e)=>{let r;for(let n of t)try{return await e(n)}catch(i){r=i}throw r},Mi=async t=>{if(t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t},Array.isArray(t.app))return qd(t.app,u=>Mi({...t,app:u}));let{name:e,arguments:r=[]}=t.app??{};if(r=[...r],Array.isArray(e))return qd(e,u=>Mi({...t,app:{name:u,arguments:r}}));if(e==="browser"||e==="browserPrivate"){let u={"com.google.chrome":"chrome","google-chrome.desktop":"chrome","org.mozilla.firefox":"firefox","firefox.desktop":"firefox","com.microsoft.msedge":"edge","com.microsoft.edge":"edge","microsoft-edge.desktop":"edge"},a={chrome:"--incognito",firefox:"--private-window",edge:"--inPrivate"},c=await Iu();if(c.id in u){let f=u[c.id];return e==="browserPrivate"&&r.push(a[f]),Mi({...t,app:{name:vr[f],arguments:r}})}throw new Error(`${c.name} is not supported as a default browser`)}let n,i=[],s={};if(Sr==="darwin")n="open",t.wait&&i.push("--wait-apps"),t.background&&i.push("--background"),t.newInstance&&i.push("--new"),e&&i.push("-a",e);else if(Sr==="win32"||dn.default&&!$u()&&!e){let u=await CC();n=dn.default?`${u}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`:`${Hi.default.env.SYSTEMROOT}\\System32\\WindowsPowerShell\\v1.0\\powershell`,i.push("-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"),dn.default||(s.windowsVerbatimArguments=!0);let a=["Start"];t.wait&&a.push("-Wait"),e?(a.push(`"\`"${e}\`""`),t.target&&r.push(t.target)):t.target&&a.push(`"${t.target}"`),r.length>0&&(r=r.map(c=>`"\`"${c}\`""`),a.push("-ArgumentList",r.join(","))),t.target=Wd.Buffer.from(a.join(" "),"utf16le").toString("base64")}else{if(e)n=e;else{let u=!Mu||Mu==="/",a=!1;try{await Ui.default.access(Ud,Uu.constants.X_OK),a=!0}catch{}n=Hi.default.versions.electron??(Sr==="android"||u||!a)?"xdg-open":Ud}r.length>0&&i.push(...r),t.wait||(s.stdio="ignore",s.detached=!0)}t.target&&i.push(t.target),Sr==="darwin"&&r.length>0&&i.push("--args",...r);let o=zd.default.spawn(n,i,s);return t.wait?new Promise((u,a)=>{o.once("error",a),o.once("close",c=>{if(!t.allowNonzeroExitCode&&c>0){a(new Error(`Exited with code ${c}`));return}u(o)})}):(o.unref(),o)},FC=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return Mi({...e,target:t})};function Gd(t){if(typeof t=="string"||Array.isArray(t))return t;let{[jd]:e}=t;if(!e)throw new Error(`${jd} is not supported`);return e}function ju({[Sr]:t},{wsl:e}){if(e&&dn.default)return Gd(e);if(!t)throw new Error(`${Sr} is not supported`);return Gd(t)}var vr={};Zt(vr,"chrome",()=>ju({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",x64:["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe","/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]}}));Zt(vr,"firefox",()=>ju({darwin:"firefox",win32:"C:\\Program Files\\Mozilla Firefox\\firefox.exe",linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));Zt(vr,"edge",()=>ju({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));Zt(vr,"browser",()=>"browser");Zt(vr,"browserPrivate",()=>"browserPrivate");var Kd=FC;var yD=M(require("path"));l();var Yd=M(require("os")),Xd=M(require("path")),ji=M(require("fs")),Tt=Xd.join(Yd.homedir(),".e2b","config.json"),qu=process.env.E2B_DOCS_BASE||"https://e2b.dev/docs";function pn(){return ji.existsSync(Tt)?JSON.parse(ji.readFileSync(Tt,"utf8")):null}l();l();l();var Zd=(t=0)=>e=>`\x1B[${e+t}m`,Jd=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,Qd=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,ue={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]}},CR=Object.keys(ue.modifier),SC=Object.keys(ue.color),vC=Object.keys(ue.bgColor),FR=[...SC,...vC];function AC(){let t=new Map;for(let[e,r]of Object.entries(ue)){for(let[n,i]of Object.entries(r))ue[n]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},r[n]=ue[n],t.set(i[0],i[1]);Object.defineProperty(ue,e,{value:r,enumerable:!1})}return Object.defineProperty(ue,"codes",{value:t,enumerable:!1}),ue.color.close="\x1B[39m",ue.bgColor.close="\x1B[49m",ue.color.ansi=Zd(),ue.color.ansi256=Jd(),ue.color.ansi16m=Qd(),ue.bgColor.ansi=Zd(10),ue.bgColor.ansi256=Jd(10),ue.bgColor.ansi16m=Qd(10),Object.defineProperties(ue,{rgbToAnsi256:{value(e,r,n){return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},enumerable:!1},hexToRgb:{value(e){let r=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!r)return[0,0,0];let[n]=r;n.length===3&&(n=[...n].map(s=>s+s).join(""));let i=Number.parseInt(n,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>ue.rgbToAnsi256(...ue.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let r,n,i;if(e>=232)r=((e-232)*10+8)/255,n=r,i=r;else{e-=16;let u=e%36;r=Math.floor(e/36)/5,n=Math.floor(u/6)/5,i=u%6/5}let s=Math.max(r,n,i)*2;if(s===0)return 30;let o=30+(Math.round(i)<<2|Math.round(n)<<1|Math.round(r));return s===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(e,r,n)=>ue.ansi256ToAnsi(ue.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>ue.ansi256ToAnsi(ue.hexToAnsi256(e)),enumerable:!1}}),ue}var TC=AC(),Ke=TC;l();var Gi=M(require("process"),1),tp=M(require("os"),1),Gu=M(require("tty"),1);function qe(t,e=globalThis.Deno?globalThis.Deno.args:Gi.default.argv){let r=t.startsWith("-")?"":t.length===1?"-":"--",n=e.indexOf(r+t),i=e.indexOf("--");return n!==-1&&(i===-1||n<i)}var{env:le}=Gi.default,qi;qe("no-color")||qe("no-colors")||qe("color=false")||qe("color=never")?qi=0:(qe("color")||qe("colors")||qe("color=true")||qe("color=always"))&&(qi=1);function OC(){if("FORCE_COLOR"in le)return le.FORCE_COLOR==="true"?1:le.FORCE_COLOR==="false"?0:le.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(le.FORCE_COLOR,10),3)}function RC(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function BC(t,{streamIsTTY:e,sniffFlags:r=!0}={}){let n=OC();n!==void 0&&(qi=n);let i=r?qi:n;if(i===0)return 0;if(r){if(qe("color=16m")||qe("color=full")||qe("color=truecolor"))return 3;if(qe("color=256"))return 2}if("TF_BUILD"in le&&"AGENT_NAME"in le)return 1;if(t&&!e&&i===void 0)return 0;let s=i||0;if(le.TERM==="dumb")return s;if(Gi.default.platform==="win32"){let o=tp.default.release().split(".");return Number(o[0])>=10&&Number(o[2])>=10586?Number(o[2])>=14931?3:2:1}if("CI"in le)return"GITHUB_ACTIONS"in le||"GITEA_ACTIONS"in le?3:["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(o=>o in le)||le.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in le)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(le.TEAMCITY_VERSION)?1:0;if(le.COLORTERM==="truecolor"||le.TERM==="xterm-kitty")return 3;if("TERM_PROGRAM"in le){let o=Number.parseInt((le.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(le.TERM_PROGRAM){case"iTerm.app":return o>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(le.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(le.TERM)||"COLORTERM"in le?1:s}function ep(t,e={}){let r=BC(t,{streamIsTTY:t&&t.isTTY,...e});return RC(r)}var IC={stdout:ep({isTTY:Gu.default.isatty(1)}),stderr:ep({isTTY:Gu.default.isatty(2)})},rp=IC;l();function np(t,e,r){let n=t.indexOf(e);if(n===-1)return t;let i=e.length,s=0,o="";do o+=t.slice(s,n)+e+r,s=n+i,n=t.indexOf(e,s);while(n!==-1);return o+=t.slice(s),o}function ip(t,e,r,n){let i=0,s="";do{let o=t[n-1]==="\r";s+=t.slice(i,o?n-1:n)+e+(o?`\r
62
+ `:`
63
+ `)+r,i=n+1,n=t.indexOf(`
64
+ `,i)}while(n!==-1);return s+=t.slice(i),s}var{stdout:sp,stderr:op}=rp,Wu=Symbol("GENERATOR"),Ar=Symbol("STYLER"),Dn=Symbol("IS_EMPTY"),up=["ansi","ansi","ansi256","ansi16m"],Tr=Object.create(null),PC=(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 r=sp?sp.level:0;t.level=e.level===void 0?r:e.level};var NC=t=>{let e=(...r)=>r.join(" ");return PC(e,t),Object.setPrototypeOf(e,mn.prototype),e};function mn(t){return NC(t)}Object.setPrototypeOf(mn.prototype,Function.prototype);for(let[t,e]of Object.entries(Ke))Tr[t]={get(){let r=Wi(this,zu(e.open,e.close,this[Ar]),this[Dn]);return Object.defineProperty(this,t,{value:r}),r}};Tr.visible={get(){let t=Wi(this,this[Ar],!0);return Object.defineProperty(this,"visible",{value:t}),t}};var Vu=(t,e,r,...n)=>t==="rgb"?e==="ansi16m"?Ke[r].ansi16m(...n):e==="ansi256"?Ke[r].ansi256(Ke.rgbToAnsi256(...n)):Ke[r].ansi(Ke.rgbToAnsi(...n)):t==="hex"?Vu("rgb",e,r,...Ke.hexToRgb(...n)):Ke[r][t](...n),kC=["rgb","hex","ansi256"];for(let t of kC){Tr[t]={get(){let{level:r}=this;return function(...n){let i=zu(Vu(t,up[r],"color",...n),Ke.color.close,this[Ar]);return Wi(this,i,this[Dn])}}};let e="bg"+t[0].toUpperCase()+t.slice(1);Tr[e]={get(){let{level:r}=this;return function(...n){let i=zu(Vu(t,up[r],"bgColor",...n),Ke.bgColor.close,this[Ar]);return Wi(this,i,this[Dn])}}}}var LC=Object.defineProperties(()=>{},{...Tr,level:{enumerable:!0,get(){return this[Wu].level},set(t){this[Wu].level=t}}}),zu=(t,e,r)=>{let n,i;return r===void 0?(n=t,i=e):(n=r.openAll+t,i=e+r.closeAll),{open:t,close:e,openAll:n,closeAll:i,parent:r}},Wi=(t,e,r)=>{let n=(...i)=>$C(n,i.length===1?""+i[0]:i.join(" "));return Object.setPrototypeOf(n,LC),n[Wu]=t,n[Ar]=e,n[Dn]=r,n},$C=(t,e)=>{if(t.level<=0||!e)return t[Dn]?"":e;let r=t[Ar];if(r===void 0)return e;let{openAll:n,closeAll:i}=r;if(e.includes("\x1B"))for(;r!==void 0;)e=np(e,r.close,r.open),r=r.parent;let s=e.indexOf(`
65
+ `);return s!==-1&&(e=ip(e,i,n,s)),n+e+i};Object.defineProperties(mn.prototype,Tr);var MC=mn(),PR=mn({level:op?op.level:0});var we=MC;l();var cD=M(hp()),fD=M(Qp()),Pr=M(require("fs")),hD=M(lD()),Ne=M(require("path")),dD=M(require("util")),aw=dD.promisify(fD.walk);async function pD(t,e){let r;if(e?.respectGitignore){let s=Ne.join(t,".gitignore");Pr.existsSync(s)&&(r=hD.default().add(Pr.readFileSync(s).toString()))}let n;if(e?.respectDockerignore){let s=Ne.join(t,".dockerignore");if(Pr.existsSync(s)){let u=Pr.readFileSync(s,"utf-8").split(`
66
+ `).map(a=>a.trim());n=cD.default().add(u)}}let i=await aw(t,{entryFilter:s=>[!!s.stats?.isFile(),e?.extension?s.name.endsWith(e.extension):!0,e?.name?s.name===e.name:!0,!(r&&r.ignores(Ne.relative(t,s.path))),!(n&&n.ignores(Ne.relative(t,s.path)))].every(Boolean),stats:!0});return await Promise.all(i.map(async s=>({path:s.path,rootPath:Ne.join("/",Ne.relative(t,s.path)),name:s.name})))}function fs(t){let e=process.cwd();return t?Ne.isAbsolute(t)?t:Ne.resolve(e,t):e}function DD(t){return Ne.relative(process.cwd(),t)}function Ye(t,e){let r=ve(t.envID),n=e?lw(" <-> ")+_e(e):"";return`${r}${n}`}function mD(t,e){return we.redBright(`${t?`${t}
67
+ `:""}${e?e.stack:""}
68
+ `)}function lw(t){return we.dim(t)}function ve(t){return we.bold(t)}function xn(t){return we.blue(t)}function _e(t){return t?xn("./"+DD(t)):""}function Ta(t){return we.blueBright(t)}var xD=new Fe("login").description("Log in to e2b").action(async()=>{let t;try{t=pn()}catch(e){console.error(mD("Failed to read user config",e))}if(t){console.log(`Already logged in as ${ve(t.email)}, if you want to login as a different user, logout first.`);return}else if(!t){if(console.log("Attempting to login..."),t=await cw(),!t){console.info("Login aborted");return}hs.mkdirSync(yD.dirname(Tt),{recursive:!0}),hs.writeFileSync(Tt,JSON.stringify(t,null,2))}console.log(`Logged in as ${ve(t.email)}`),process.exit(0)});async function cw(){let t=ED.createServer(),{port:e}=await gD.default(t,0,"127.0.0.1"),r=new URL(`${qu}/api/cli`);return r.searchParams.set("next",`http://localhost:${e}`),r.searchParams.set("cliVersion",ds.version),new Promise((n,i)=>(t.once("request",(s,o)=>{o.setHeader("connection","close");let u=new URL(`${qu}/api/cli`),a=new URL(s.url||"/","http://localhost").searchParams,c=Object.fromEntries(a.entries()),{error:f}=c;f?(i(new Error(f)),u.searchParams.set("state","error"),u.searchParams.set("error",f)):(n(c),u.searchParams.set("state","success"),u.searchParams.set("email",c.email)),o.statusCode=302,o.setHeader("location",u.href),o.end()}),Kd(r.toString())))}l();var ps=M(require("fs"));var bD=new Fe("logout").description("Log out of e2b").action(()=>{ps.existsSync(Tt)?(ps.unlinkSync(Tt),console.log("Logged out.")):console.log("Not logged in, nothing to do")});l();l();l();l();l();var fw=function(){function t(e,r){for(var n=0;n<r.length;n++){var i=r[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),hw=dw(["",""],["",""]);function dw(t,e){return Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function pw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var Dw=function(){function t(){for(var e=this,r=arguments.length,n=Array(r),i=0;i<r;i++)n[i]=arguments[i];return pw(this,t),this.tag=function(s){for(var o=arguments.length,u=Array(o>1?o-1:0),a=1;a<o;a++)u[a-1]=arguments[a];return typeof s=="function"?e.interimTag.bind(e,s):typeof s=="string"?e.transformEndResult(s):(s=s.map(e.transformString.bind(e)),e.transformEndResult(s.reduce(e.processSubstitutions.bind(e,u))))},n.length>0&&Array.isArray(n[0])&&(n=n[0]),this.transformers=n.map(function(s){return typeof s=="function"?s():s}),this.tag}return fw(t,[{key:"interimTag",value:function(r,n){for(var i=arguments.length,s=Array(i>2?i-2:0),o=2;o<i;o++)s[o-2]=arguments[o];return this.tag(hw,r.apply(void 0,[n].concat(s)))}},{key:"processSubstitutions",value:function(r,n,i){var s=this.transformSubstitution(r.shift(),n);return"".concat(n,s,i)}},{key:"transformString",value:function(r){var n=function(s,o){return o.onString?o.onString(s):s};return this.transformers.reduce(n,r)}},{key:"transformSubstitution",value:function(r,n){var i=function(o,u){return u.onSubstitution?u.onSubstitution(o,n):o};return this.transformers.reduce(i,r)}},{key:"transformEndResult",value:function(r){var n=function(s,o){return o.onEndResult?o.onEndResult(s):s};return this.transformers.reduce(n,r)}}]),t}(),ne=Dw;l();l();var mw=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return{onEndResult:function(n){if(e==="")return n.trim();if(e=e.toLowerCase(),e==="start"||e==="left")return n.replace(/^\s*/,"");if(e==="end"||e==="right")return n.replace(/\s*$/,"");throw new Error("Side not supported: "+e)}}},ie=mw;l();l();function gw(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}else return Array.from(t)}var Ew=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"initial";return{onEndResult:function(n){if(e==="initial"){var i=n.match(/^[^\S\n]*(?=\S)/gm),s=i&&Math.min.apply(Math,gw(i.map(function(u){return u.length})));if(s){var o=new RegExp("^.{"+s+"}","gm");return n.replace(o,"")}return n}if(e==="all")return n.replace(/^[^\S\n]+/gm,"");throw new Error("Unknown type: "+e)}}},ye=Ew;l();l();var yw=function(e,r){return{onEndResult:function(i){if(e==null||r==null)throw new Error("replaceResultTransformer requires at least 2 arguments.");return i.replace(e,r)}}},Be=yw;l();l();var xw=function(e,r){return{onSubstitution:function(i,s){if(e==null||r==null)throw new Error("replaceSubstitutionTransformer requires at least 2 arguments.");return i==null?i:i.toString().replace(e,r)}}},gt=xw;l();l();l();l();var _w={separator:"",conjunction:"",serial:!1},Cw=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:_w;return{onSubstitution:function(n,i){if(Array.isArray(n)){var s=n.length,o=e.separator,u=e.conjunction,a=e.serial,c=i.match(/(\n?[^\S\n]+)$/);if(c?n=n.join(o+c[1]):n=n.join(o+" "),u&&s>1){var f=n.lastIndexOf(o);n=n.slice(0,f)+(a?o:"")+" "+u+n.slice(f+1)}}return n}}},ce=Cw;l();l();var Fw=function(e){return{onSubstitution:function(n,i){if(e!=null&&typeof e=="string")typeof n=="string"&&n.includes(e)&&(n=n.split(e));else throw new Error("You need to specify a string character to split by.");return n}}},Nr=Fw;l();l();var _D=function(e){return e!=null&&!Number.isNaN(e)&&typeof e!="boolean"},ww=function(){return{onSubstitution:function(r){return Array.isArray(r)?r.filter(_D):_D(r)?r:""}}},Ds=ww;l();l();var nI=new ne(ce({separator:","}),ye,ie);l();l();var dI=new ne(ce({separator:",",conjunction:"and"}),ye,ie);l();l();var CI=new ne(ce({separator:",",conjunction:"or"}),ye,ie);l();l();var NI=new ne(Nr(`
69
+ `),Ds,ce,ye,ie);l();l();l();l();var QI=new ne(Nr(`
70
+ `),ce,ye,ie,gt(/&/g,"&amp;"),gt(/</g,"&lt;"),gt(/>/g,"&gt;"),gt(/"/g,"&quot;"),gt(/'/g,"&#x27;"),gt(/`/g,"&#x60;"));l();l();var aP=new ne(Be(/(?:\n(?:\s*))+/g," "),ie);l();l();var gP=new ne(Be(/(?:\n\s*)/g,""),ie);l();l();var vP=new ne(ce({separator:","}),Be(/(?:\s+)/g," "),ie);l();l();var LP=new ne(ce({separator:",",conjunction:"or"}),Be(/(?:\s+)/g," "),ie);l();l();var zP=new ne(ce({separator:",",conjunction:"and"}),Be(/(?:\s+)/g," "),ie);l();l();var nN=new ne(ce,ye,ie);l();l();var dN=new ne(ce,Be(/(?:\s+)/g," "),ie);l();l();var Lw=new ne(ye,ie),ms=Lw;l();l();var ON=new ne(ye("all"),ie);var ai=M(require("fs")),St=M(require("path"));l();l();l();l();l();var ak=Symbol(),er=class extends Error{constructor(e){super(e.statusText),Object.defineProperty(this,"headers",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"url",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"status",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"statusText",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.setPrototypeOf(this,new.target.prototype),this.headers=e.headers,this.url=e.url,this.status=e.status,this.statusText=e.statusText,this.data=e.data}};var _n=function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function u(f){try{c(n.next(f))}catch(p){o(p)}}function a(f){try{c(n.throw(f))}catch(p){o(p)}}function c(f){f.done?s(f.value):i(f.value).then(u,a)}c((n=n.apply(t,e||[])).next())})},CD=t=>t==="post"||t==="put"||t==="patch"||t==="delete";function Hw(t){let e=[],r=(n,i)=>`${encodeURIComponent(n)}=${encodeURIComponent(String(i))}`;return Object.keys(t).forEach(n=>{let i=t[n];i!=null&&(Array.isArray(i)?i.forEach(s=>e.push(r(n,s))):e.push(r(n,i)))}),e.length>0?`?${e.join("&")}`:""}function Uw(t,e){return t.replace(/\{([^}]+)\}/g,(r,n)=>{let i=encodeURIComponent(e[n]);return delete e[n],i})}function jw(t,e,r){let n={};return CD(t)?r.forEach(i=>{n[i]=e[i],delete e[i]}):n=Object.assign({},e),Hw(n)}function qw(t,e){let r=new Headers(e);return t!==void 0&&!r.has("Content-Type")&&r.append("Content-Type","application/json"),r.has("Accept")||r.append("Accept","application/json"),r}function Gw(t,e){let r=CD(t)?JSON.stringify(e):void 0;return t==="delete"&&r==="{}"?void 0:r}function Ww(t,e){let r=new Headers(t?.headers),n=new Headers(e?.headers);for(let i of n.keys()){let s=n.get(i);s!=null&&r.set(i,s)}return Object.assign(Object.assign(Object.assign({},t),e),{headers:r})}function Vw(t){var e;let r=Object.assign(Array.isArray(t.payload)?[]:{},t.payload),n=Uw(t.path,r),i=jw(t.method,r,t.queryParams),s=Gw(t.method,r),o=qw(s,(e=t.init)===null||e===void 0?void 0:e.headers),u=t.baseUrl+n+i,a=Object.assign(Object.assign({},t.init),{method:t.method.toUpperCase(),headers:o,body:s});return{url:u,init:a}}function zw(t){return _n(this,void 0,void 0,function*(){let e=t.headers.get("content-type");if(t.status===204)return;if(e&&e.indexOf("application/json")!==-1)return yield t.json();let r=yield t.text();try{return JSON.parse(r)}catch{return r}})}function Kw(t,e){return _n(this,void 0,void 0,function*(){let r=yield fetch(t,e),n=yield zw(r),i={headers:r.headers,url:r.url,ok:r.ok,status:r.status,statusText:r.statusText,data:n};if(i.ok)return i;throw new er(i)})}function Yw(t,e){let r=(n,i,s)=>_n(this,void 0,void 0,function*(){if(t==null||n===t.length)return e(i,s);let o=t[n];return yield o(i,s,(u,a)=>r(n+1,u,a))});return(n,i)=>r(0,n,i)}function Xw(t){return _n(this,void 0,void 0,function*(){let{url:e,init:r}=Vw(t);return yield t.fetch(e,r)})}function Zw(t){let e=(r,n)=>_n(this,void 0,void 0,function*(){try{return yield t(r,n)}catch(i){throw i instanceof er?new e.Error(i):i}});return e.Error=class extends er{constructor(r){super(r),Object.setPrototypeOf(this,new.target.prototype)}getActualType(){return{status:this.status,data:this.data}}},e}function Jw(){let t="",e={},r=[],n=Yw(r,Kw);return{configure:i=>{t=i.baseUrl||"",e=i.init||{},r.splice(0),r.push(...i.use||[])},use:i=>r.push(i),path:i=>({method:s=>({create:o=>Zw((u,a)=>Xw({baseUrl:t||"",path:i,method:s,queryParams:Object.keys(o||{}),payload:u,init:Ww(e,a),fetch:n}))})})}}var Oa={for:()=>Jw()};l();l();var Qw="api.e2b.dev",Cn=process.env.DEBUG?"http://localhost:3000":`https://${Qw}`,Ra="e2b.dev",gs=49982,FD="/ws",wD="/file";l();var ys=M(SD());var vD="0.8.0";var AD={browser:typeof window<"u"&&ys.default.name||"undefined",lang:"js",lang_version:ys.default.version||"unknown",package_version:vD,publisher:"e2b",sdk_runtime:typeof window>"u"?"node":"browser",system:ys.default.os?.family||"unknown"};var TD=Oa.for();TD.configure({baseUrl:Cn,init:{headers:AD}});function wn(t){let e=(r,n,i)=>t(n,{...i,headers:{Authorization:`Bearer ${r}`,...i?.headers}});return e.Error=t.Error,e}function xs(t){let e=(r,n,i)=>t(n,{...i,headers:{"X-API-KEY":r,...i?.headers}});return e.Error=t.Error,e}var kt=TD;l();var d0=M(RD());l();function bs(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length;for(let i=0;i<t;i++)e+=r.charAt(Math.floor(Math.random()*n));return e}l();l();var _s=class extends Error{constructor(e){super(e),this.name="TimeoutError"}},Cs=class extends Error{constructor(e){super(e),this.name="AuthenticationError"}};function BD(t){return t.status==="fulfilled"}function Sn(t){if(!t.every(e=>e.status==="fulfilled"))return t.reduce((e,r,n)=>r.status==="rejected"?e+`
71
+ [${n}]: ${JSON.stringify(r)}`:e,`errors:
72
+ `)}function vn(){let t,e;return{promise:new Promise((n,i)=>{t=n,e=i}),reject:e,resolve:t}}function Lt(t,e=6e4){if(e===void 0||e<=0||e===Number.POSITIVE_INFINITY)return t;let r,n=new Promise((i,s)=>{r=setTimeout(()=>s(new _s(`Calling "${t.name}" timeouted after ${e}ms.`)),e)});return(...i)=>{let s=Promise.race([n,t(...i)]);return s.finally(()=>clearTimeout(r)),s}}l();var ID="codeSnippet";l();var nt="filesystem";l();var Ba=class{constructor(e,r){this.sessConn=e;this.path=r;this.listeners=new Set}async start(e){return await Lt(async()=>{this.rpcSubscriptionID||(this.handleFilesystemEvents=this.handleFilesystemEvents.bind(this),this.rpcSubscriptionID=await this.sessConn.subscribe(nt,this.handleFilesystemEvents,"watchDir",this.path))},e?.timeout)()}async stop(){this.listeners.clear(),this.rpcSubscriptionID&&await this.sessConn.unsubscribe(this.rpcSubscriptionID)}addEventListener(e){return this.listeners.add(e),()=>this.listeners.delete(e)}handleFilesystemEvents(e){this.listeners.forEach(r=>{r(e)})}},PD=Ba;l();var tr="process",An=class{constructor(e,r,n){this.line=e;this.timestamp=r;this.error=n}toString(){return this.line}},Fs=class{constructor(){this.delimiter=`
73
+ `;this.messages=[];this._finished=!1;this._error=!1}get error(){return this._error}get exitCode(){if(!this._finished)throw new Error("Process has not finished yet");return this._exitCode}get stdout(){return this.messages.filter(e=>!e.error).map(e=>e.line).join(this.delimiter)}get stderr(){return this.messages.filter(e=>e.error).map(e=>e.line).join(this.delimiter)}addStdout(e){this.insertByTimestamp(e)}addStderr(e){this._error=!0,this.insertByTimestamp(e)}setExitCode(e){this._exitCode=e,this._finished=!0}insertByTimestamp(e){let r=this.messages.length-1;for(;r>=0&&this.messages[r].timestamp>e.timestamp;)r-=1;this.messages.splice(r+1,0,e)}},ws=class{constructor(e,r,n,i,s){this.processID=e;this.sandbox=r;this.triggerExit=n;this.output=s;this.finished=i}async kill(){try{await this.sandbox.call(tr,"kill",[this.processID])}finally{this.triggerExit(),await this.finished}}async wait(){return this.finished}async sendStdin(e,r){await this.sandbox.call(tr,"stdin",[this.processID,e],r)}};l();l();var yS=jD(),xS=s0(),Lr;(function(t){t.RPC_VERSION="2.0"})(Lr||(Lr={}));var o0=function(){function t(){this.idAwaiter={},this.onOpenHandlers=[],this.onAnyMessageHandlers=[],this.onNotification=[],this.onRequest=[],this.onSuccessResponse=[],this.onErrorResponse=[],this.onErrorHandlers=[],this.onCloseHandlers=[],this.config={responseTimeout:1e4},this.ws=void 0}return t.prototype.connect=function(e,r){return this.ws=new xS(e,r),this.listen()},t.prototype.onOpen=function(e){this.onOpenHandlers.push(e)},t.prototype.onAnyMessage=function(e){this.onAnyMessageHandlers.push(e)},t.prototype.onError=function(e){this.onErrorHandlers.push(e)},t.prototype.onClose=function(e){this.onCloseHandlers.push(e)},t.prototype.listenMessages=function(){var e=this,r;this.ws.onmessage&&(r=this.ws.onmessage.bind(this.ws)),this.ws.onmessage=function(n){r&&r(n);for(var i=0,s=e.onAnyMessageHandlers;i<s.length;i++){var o=s[i];o(n)}var u=JSON.parse(n.data.toString());if(e.isNotification(u))for(var a=0,c=e.onNotification;a<c.length;a++){var o=c[a];o(u)}else if(e.isRequest(u))for(var f=0,p=e.onRequest;f<p.length;f++){var o=p[f];o(u)}else if(e.isSuccessResponse(u)){for(var m=0,y=e.onSuccessResponse;m<y.length;m++){var o=y[m];o(u)}e.idAwaiter[u.id](u.result)}else if(e.isErrorResponse(u)){for(var _=0,O=e.onErrorResponse;_<O.length;_++){var o=O[_];o(u)}e.idAwaiter[u.id](u.error)}}},t.prototype.call=function(e,r){var n=this;return new Promise(function(i,s){var o=n.buildRequest(e,r),u;n.config.responseTimeout&&(u=setTimeout(function(){delete n.idAwaiter[o.id],s('Awaiting response to "'+e+'" with id: '+o.id+" timed out.")},n.config.responseTimeout)),n.idAwaiter[o.id]=function(c){if(clearInterval(u),delete n.idAwaiter[o.id],n.isRpcError(c)){s(c);return}i(c)};var a=JSON.stringify(o);n.ws.send(a)})},t.prototype.notify=function(e,r){this.ws.send(JSON.stringify(this.buildNotification(e,r)))},t.prototype.customId=function(e){this.idFn=e},t.prototype.noRpc=function(){this.buildRequest=this.buildRequestBase,this.buildNotification=this.buildNotificationBase,this.buildRpcSuccessResponse=this.buildRpcSuccessResponseBase,this.buildRpcErrorResponse=this.buildRpcErrorResponseBase},t.prototype.configure=function(e){Object.assign(this.config,e)},t.prototype.changeSocket=function(e){this.ws=e},t.prototype.listen=function(){var e=this;return new Promise(function(r,n){e.ws.onopen=function(i){for(var s=0,o=e.onOpenHandlers;s<o.length;s++){var u=o[s];u(i)}r(i)},e.listenMessages(),e.ws.onerror=function(i){for(var s=0,o=e.onErrorHandlers;s<o.length;s++){var u=o[s];u(i)}},e.ws.onclose=function(i){for(var s=0,o=e.onCloseHandlers;s<o.length;s++){var u=o[s];u(i)}n(i)}})},t.prototype.buildRequest=function(e,r){var n=this.buildRequestBase(e,r);return n.jsonrpc=Lr.RPC_VERSION,n},t.prototype.buildRequestBase=function(e,r){var n={};return n.id=this.idFn(),n.method=e,r&&(n.params=r),n},t.prototype.buildNotification=function(e,r){var n=this.buildNotificationBase(e,r);return n.jsonrpc=Lr.RPC_VERSION,n},t.prototype.buildNotificationBase=function(e,r){var n={};return n.method=e,r&&(n.params=r),n},t.prototype.buildRpcSuccessResponse=function(e,r){var n=this.buildRpcSuccessResponseBase(e,r);return n.jsonrpc=Lr.RPC_VERSION,n},t.prototype.buildRpcSuccessResponseBase=function(e,r){var n={};return n.id=e,n.result=r,n},t.prototype.buildRpcErrorResponse=function(e,r){var n=this.buildRpcErrorResponseBase(e,r);return n.jsonrpc=Lr.RPC_VERSION,n},t.prototype.buildRpcErrorResponseBase=function(e,r){var n={};return n.id=e,n.error=r,n},t.prototype.idFn=function(){return yS()},t.prototype.isNotification=function(e){return!e.id},t.prototype.isRequest=function(e){return e.method},t.prototype.isSuccessResponse=function(e){return e.hasOwnProperty("result")},t.prototype.isErrorResponse=function(e){return e.hasOwnProperty("error")},t.prototype.isRpcError=function(e){var r;return typeof((r=e)===null||r===void 0?void 0:r.code)<"u"},t}();l();function bS(t){return new Promise(e=>setTimeout(e,t))}var gl=bS;var u0=xs(kt.path("/instances").method("post").create()),a0=xs(kt.path("/instances/{instanceID}/refreshes").method("post").create()),Bs=class{constructor(e){this.opts=e;this.isOpen=!1;this.rpc=new o0;this.subscribers=[];let r=e.apiKey||process.env.E2B_API_KEY;if(!r)throw new Cs("API key is required, please visit https://e2b.dev/docs to get your API key");this.apiKey=r,this.cwd=e.cwd,this.cwd&&this.cwd.startsWith("~")&&(this.cwd=this.cwd.replace("~","/home/user")),this.envVars=e.envVars||{},this.logger=e.logger??{info:console.info,warn:console.warn,error:console.error},this.logger.info?.(`Sandbox "${e.id}" initialized`)}getHostname(e){if(this.opts.__debug_hostname)return e&&this.opts.__debug_devEnv==="remote"?`${e}-${this.opts.__debug_hostname}`:e?`${this.opts.__debug_hostname}:${e}`:this.opts.__debug_hostname;if(!this.sandbox)return;let r=`${this.sandbox.instanceID}-${this.sandbox.clientID}.${Ra}`;return e?`${e}-${r}`:r}async close(){this.isOpen&&(this.logger.debug?.(`Closing sandbox "${this.sandbox?.instanceID}"`),this.isOpen=!1,this.logger.debug?.("Unsubscribing..."),(await Promise.allSettled(this.subscribers.map(r=>this.unsubscribe(r.subID)))).forEach(r=>{r.status==="rejected"&&this.logger.warn?.(`Failed to unsubscribe: "${r.reason}"`)}),this.rpc.ws?.terminate?.(),this.rpc.ws?.close?.(),this.logger.info?.("Disconnected from the sandbox"))}async open(e){return await Lt(async()=>{if(this.isOpen||this.sandbox)throw new Error("Sandbox connect was already called");if(this.isOpen=!0,this.logger.debug?.("Opening sandbox..."),!this.opts.__debug_hostname)try{let f=await u0(this.apiKey,{envID:this.opts.id});this.sandbox=f.data,this.logger.debug?.(`Acquired sandbox "${this.sandbox.instanceID}"`),this.refresh(this.sandbox.instanceID)}catch(f){if(f instanceof u0.Error){let p=f.getActualType();if(p.status===400)throw new Error(`Error creating sandbox - (${p.status}) bad request: ${p.data.message}`);if(p.status===401)throw new Error(`Error creating sandbox - (${p.status}) unauthenticated: ${p.data.message}`);if(p.status===500)throw new Error(`Error creating sandbox - (${p.status}) server error: ${p.data.message}`)}throw f}let n=this.getHostname(this.opts.__debug_port||gs);if(!n)throw new Error("Cannot get sandbox's hostname");let s=`${this.opts.__debug_devEnv==="local"?"ws":"wss"}://${n}${FD}`;this.rpc.onError(f=>{this.logger.debug?.(`Error in WebSocket of sandbox "${this.sandbox?.instanceID}": ${f.message??f.code??f.toString()}. Trying to reconnect...`)});let o=!1,u,a,c=new Promise((f,p)=>{u=()=>{o||(o=!0,f())},a=()=>{o||(o=!0,p())}});this.rpc.onOpen(()=>{this.logger.debug?.(`Connected to sandbox "${this.sandbox?.instanceID}"`),u?.()}),this.rpc.onClose(async()=>{if(this.logger.debug?.(`Closing WebSocket connection to sandbox "${this.sandbox?.instanceID}"`),this.isOpen){await gl(600),this.logger.debug?.(`Reconnecting to sandbox "${this.sandbox?.instanceID}"`);try{this.subscribers=[],await this.rpc.connect(s),this.logger.debug?.(`Reconnected to sandbox "${this.sandbox?.instanceID}"`)}catch(f){this.logger.debug?.(`Failed reconnecting to sandbox "${this.sandbox?.instanceID}": ${f.message??f.code??f.toString()}`)}}else a?.()}),this.rpc.onNotification.push(this.handleNotification.bind(this));try{this.logger.debug?.(`Connection to sandbox "${this.sandbox?.instanceID}"`),await this.rpc.connect(s)}catch(f){this.logger.debug?.(`Error connecting to sandbox "${this.sandbox?.instanceID}": ${f.message??f.code??f.toString()}`)}return await c,this},e?.timeout)()}async call(e,r,n,i){return this.logger.debug?.(`Calling "${e}_${r}" with params:`,n),await Lt(async(o,u)=>await this.rpc.call(o,u),i?.timeout)(`${e}_${r}`,n)}async handleSubscriptions(...e){let r=await Promise.allSettled(e);if(r.every(n=>n.status==="fulfilled"))return r.map(n=>n.status==="fulfilled"?n.value:void 0);throw await Promise.all(r.filter(BD).map(n=>n.value?this.unsubscribe(n.value):void 0)),new Error(Sn(r))}async unsubscribe(e){let r=this.subscribers.find(n=>n.subID===e);r&&(await this.call(r.service,"unsubscribe",[r.subID]),this.subscribers=this.subscribers.filter(n=>n!==r),this.logger.debug?.(`Unsubscribed '${e}' from '${r.service}'`))}async subscribe(e,r,n,...i){let s=await this.call(e,"subscribe",[n,...i]);if(typeof s!="string")throw new Error(`Cannot subscribe to ${e}_${n}${i.length>0?" with params ["+i.join(", ")+"]":""}. Expected response should have been a subscription ID, instead we got ${JSON.stringify(s)}`);return this.subscribers.push({handler:r,service:e,subID:s}),this.logger.debug?.(`Subscribed to "${e}_${n}"${i.length>0?" with params ["+i.join(", ")+"] and":""} with id "${s}"`),s}handleNotification(e){this.logger.debug?.("Handling notification:",e),this.subscribers.filter(r=>r.subID===e.params?.subscription).forEach(r=>r.handler(e.params?.result))}async refresh(e){this.logger.debug?.(`Started refreshing sandbox "${e}"`);try{for(;;){if(!this.isOpen){this.logger.debug?.(`Cannot refresh sandbox ${this.sandbox?.instanceID} - it was closed`);return}await gl(5e3);try{this.logger.debug?.(`Refreshed sandbox "${e}"`),await a0(this.apiKey,{instanceID:e})}catch(r){if(r instanceof a0.Error){let n=r.getActualType();if(n.status===404){this.logger.warn?.(`Error refreshing sandbox - (${n.status}): ${n.data.message}`);return}this.logger.warn?.(`Refreshing sandbox "${e}" failed - (${n.status})`)}}}}finally{this.logger.debug?.(`Stopped refreshing sandbox "${e}"`),await this.close()}}};l();var sr="terminal",Is=class{constructor(){this._data=""}get data(){return this._data}addData(e){this._data+=e}},Ps=class{constructor(e,r,n,i,s){this.terminalID=e;this.sandbox=r;this.triggerExit=n;this.output=s;this.finished=i}get data(){return this.output.data}async kill(){try{await this.sandbox.call(sr,"destroy",[this.terminalID])}finally{this.triggerExit(),await this.finished}}async wait(){return this.finished}async sendData(e){await this.sandbox.call(sr,"data",[this.terminalID,e])}async resize({cols:e,rows:r}){await this.sandbox.call(sr,"resize",[this.terminalID,e,r])}};l();var $n=M(f0()),h0=(t,e,r)=>{let n;return t.startsWith("./")?(n=$n.default.posix.join(e||"/home/user",t),e||r.warn?.(`Path starts with './' and cwd isn't set. The path '${t}' will evaluate to '${n}', which may not be what you want.`),n):t.startsWith("../")?(n=$n.default.posix.join(e||"/home/user",t),e||r.warn?.(`Path starts with '../' and cwd isn't set. The path '${t}' will evaluate to '${n}', which may not be what you want.`),n):t.startsWith("~/")?(n=$n.default.posix.join(e||"/home/user",t.substring(2)),e||r.warn?.(`Path starts with '~/' and cwd isn't set. The path '${t}' will evaluate to '${n}', which may not be what you want.`),n):!t.startsWith("/")&&e?$n.default.posix.join(e,t):t};var Mn=class t extends Bs{constructor(r){super(r);this.onScanPorts=r.onScanPorts,this.filesystem={list:async(i,s)=>await this.call(nt,"list",[n(i)],s),read:async(i,s)=>await this.call(nt,"read",[n(i)],s),remove:async(i,s)=>{await this.call(nt,"remove",[n(i)],s)},write:async(i,s,o)=>{await this.call(nt,"write",[n(i),s],o)},writeBytes:async(i,s)=>{let o=Buffer.from(s).toString("base64");await this.call(nt,"writeBase64",[n(i),o])},readBytes:async i=>{let s=await this.call(nt,"readBase64",[n(i)]);return Buffer.from(s,"base64")},makeDir:async(i,s)=>{await this.call(nt,"makeDir",[n(i)],s)},watchDir:i=>{this.logger.debug?.(`Watching directory "${i}"`);let s=(0,d0.default)(n(i));return new PD(this,s)}},this.terminal={start:async({onData:i,size:s,onExit:o,envVars:u,cmd:a,cwd:c="",terminalID:f=bs(12),timeout:p=void 0})=>await Lt(async({onData:y,size:_,onExit:O,envVars:k,cmd:H,cwd:q="",rootDir:j,terminalID:T=bs(12)})=>{this.logger.debug?.(`Starting terminal "${T}"`),!q&&j&&(this.logger.warn?.("The rootDir parameter is deprecated, use cwd instead."),q=j),!q&&this.cwd&&(q=this.cwd),k=k||{},k={...this.envVars,...k};let{promise:$,resolve:R}=vn(),L=new Is;function F(G){L.addData(G),y?.(G)}let[A,N]=await this.handleSubscriptions(this.subscribe(sr,F,"onData",T),this.subscribe(sr,R,"onExit",T)),{promise:I,resolve:V}=vn();$.then(async()=>{let G=await Promise.allSettled([this.unsubscribe(N),this.unsubscribe(A)]);this.logger.debug?.(`Terminal "${T}" exited`);let Z=Sn(G);Z&&this.logger.error?.(Z),O?.(),V(L)});try{await this.call(sr,"start",[T,_.cols,_.rows,...H!==void 0?[k,H,q]:[]])}catch(G){throw R(),await I,G}return new Ps(T,this,R,I,L)},p)({onData:i,size:s,onExit:o,envVars:u,cmd:a,cwd:c,terminalID:f})},this.process={start:async i=>{let s=async({cmd:u,onStdout:a,onStderr:c,onExit:f,envVars:p={},cwd:m="",rootDir:y,processID:_=bs(12)})=>{if(!m&&y&&(this.logger.warn?.("The rootDir parameter is deprecated, use cwd instead."),m=y),!m&&this.cwd&&(m=this.cwd),!u)throw new Error("cmd is required");p=p||{},p={...this.envVars,...p},this.logger.debug?.(`Starting process "${_}", cmd: "${u}"`);let{promise:O,resolve:k}=vn(),H=new Fs,q=N=>{H.setExitCode(N),k()},j=N=>{let I=new An(N.line,N.timestamp,!1);H.addStdout(I),a?a(I):this.opts.onStdout&&this.opts.onStdout(I)},T=N=>{let I=new An(N.line,N.timestamp,!0);H.addStderr(I),c?c(I):this.opts.onStderr&&this.opts.onStderr(I)},[$,R,L]=await this.handleSubscriptions(this.subscribe(tr,q,"onExit",_),this.subscribe(tr,j,"onStdout",_),this.subscribe(tr,T,"onStderr",_)),{promise:F,resolve:A}=vn();O.then(async()=>{let N=await Promise.allSettled([this.unsubscribe($),R?this.unsubscribe(R):void 0,L?this.unsubscribe(L):void 0]);this.logger.debug?.(`Process "${_}" exited`);let I=Sn(N);I&&this.logger.error?.(I),f?f():this.opts.onExit&&this.opts.onExit(),A(H)});try{await this.call(tr,"start",[_,u,p,m])}catch(N){throw k(),await F,N}return new ws(_,this,k,F,H)},o=i.timeout;return await Lt(s,o)(i)}};let n=i=>h0(i,this.cwd,this.logger)}get fileURL(){let r=this.opts.__debug_devEnv==="local"?"http":"https",n=this.getHostname(this.opts.__debug_port||gs);return`${r}://${n}${wD}`}static async create(r){return new t(r).open({timeout:r?.timeout}).then(async n=>(r.cwd&&(console.log(`Custom cwd for Sandbox set: "${r.cwd}"`),await n.filesystem.makeDir(r.cwd)),n))}async open(r){await super.open(r);let n=this.onScanPorts?i=>this.onScanPorts?.(i.map(s=>({ip:s.Ip,port:s.Port,state:s.State}))):void 0;return await this.handleSubscriptions(n?this.subscribe(ID,n,"scanOpenedPorts"):void 0),this}async uploadFile(r,n){let i=new FormData,s=r instanceof Blob?r:new Blob([r],{type:"application/octet-stream"});i.append("file",s,n);let o=await fetch(this.fileURL,{method:"POST",body:i});if(!o.ok){let u=await o.text();throw new Error(`Failed to upload file ${o.status} - ${o.statusText}: ${u}`)}return`/home/user/${n}`}async downloadFile(r,n){r=encodeURIComponent(r);let i=await fetch(`${this.fileURL}?path=${r}`);if(!i.ok){let s=await i.text();throw new Error(`Failed to download file '${r}': ${s}`)}switch(n){case"base64":return Buffer.from(await i.arrayBuffer()).toString("base64");case"blob":return await i.blob();case"buffer":return Buffer.from(await i.arrayBuffer());case"arraybuffer":return await i.arrayBuffer();case"text":return await i.text();default:return await i.arrayBuffer()}}};l();async function p0(t){return new Promise(e=>setTimeout(e,t))}l();l();var Un=M(require("process"),1);l();l();l();function yl({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 wS=yl();function Hn(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(wS,"")}var y0=M(m0(),1),x0=M(E0(),1);function xe(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=Hn(t),t.length===0))return 0;t=t.replace((0,x0.default)()," ");let r=e.ambiguousIsNarrow?1:2,n=0;for(let i of t){let s=i.codePointAt(0);if(s<=31||s>=127&&s<=159||s>=768&&s<=879)continue;switch(y0.default.eastAsianWidth(i)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}l();function Ns(t){let e=0;for(let r of t.split(`
74
+ `))e=Math.max(e,xe(r));return e}var X0=M(_l(),1);l();var vS=/[\p{Lu}]/u,AS=/[\p{Ll}]/u,C0=/^[\p{Lu}](?![\p{Lu}])/gu,S0=/([\p{Alpha}\p{N}_]|$)/u,Cl=/[_.\- ]+/,TS=new RegExp("^"+Cl.source),F0=new RegExp(Cl.source+S0.source,"gu"),w0=new RegExp("\\d+"+S0.source,"gu"),OS=(t,e,r,n)=>{let i=!1,s=!1,o=!1,u=!1;for(let a=0;a<t.length;a++){let c=t[a];u=a>2?t[a-3]==="-":!0,i&&vS.test(c)?(t=t.slice(0,a)+"-"+t.slice(a),i=!1,o=s,s=!0,a++):s&&o&&AS.test(c)&&(!u||n)?(t=t.slice(0,a-1)+"-"+t.slice(a-1),o=s,s=!1,i=!0):(i=e(c)===c&&r(c)!==c,o=s,s=r(c)===c&&e(c)!==c)}return t},RS=(t,e)=>(C0.lastIndex=0,t.replace(C0,r=>e(r))),BS=(t,e)=>(F0.lastIndex=0,w0.lastIndex=0,t.replace(F0,(r,n)=>e(n)).replace(w0,r=>e(r)));function Fl(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(s=>s.trim()).filter(s=>s.length).join("-"):t=t.trim(),t.length===0)return"";let r=e.locale===!1?s=>s.toLowerCase():s=>s.toLocaleLowerCase(e.locale),n=e.locale===!1?s=>s.toUpperCase():s=>s.toLocaleUpperCase(e.locale);return t.length===1?Cl.test(t)?"":e.pascalCase?n(t):r(t):(t!==r(t)&&(t=OS(t,r,n,e.preserveConsecutiveUppercase)),t=t.replace(TS,""),t=e.preserveConsecutiveUppercase?RS(t,r):r(t),e.pascalCase&&(t=n(t.charAt(0))+t.slice(1)),BS(t,n))}var Ol=M($0(),1);l();l();var M0=(t=0)=>e=>`\x1B[${e+t}m`,H0=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,U0=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,ae={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]}},S4=Object.keys(ae.modifier),HS=Object.keys(ae.color),US=Object.keys(ae.bgColor),v4=[...HS,...US];function jS(){let t=new Map;for(let[e,r]of Object.entries(ae)){for(let[n,i]of Object.entries(r))ae[n]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},r[n]=ae[n],t.set(i[0],i[1]);Object.defineProperty(ae,e,{value:r,enumerable:!1})}return Object.defineProperty(ae,"codes",{value:t,enumerable:!1}),ae.color.close="\x1B[39m",ae.bgColor.close="\x1B[49m",ae.color.ansi=M0(),ae.color.ansi256=H0(),ae.color.ansi16m=U0(),ae.bgColor.ansi=M0(10),ae.bgColor.ansi256=H0(10),ae.bgColor.ansi16m=U0(10),Object.defineProperties(ae,{rgbToAnsi256:{value:(e,r,n)=>e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5),enumerable:!1},hexToRgb:{value:e=>{let r=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!r)return[0,0,0];let[n]=r;n.length===3&&(n=[...n].map(s=>s+s).join(""));let i=Number.parseInt(n,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>ae.rgbToAnsi256(...ae.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value:e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let r,n,i;if(e>=232)r=((e-232)*10+8)/255,n=r,i=r;else{e-=16;let u=e%36;r=Math.floor(e/36)/5,n=Math.floor(u/6)/5,i=u%6/5}let s=Math.max(r,n,i)*2;if(s===0)return 30;let o=30+(Math.round(i)<<2|Math.round(n)<<1|Math.round(r));return s===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(e,r,n)=>ae.ansi256ToAnsi(ae.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>ae.ansi256ToAnsi(ae.hexToAnsi256(e)),enumerable:!1}}),ae}var qS=jS(),j0=qS;var ks=new Set(["\x1B","\x9B"]),GS=39,Al="\x07",W0="[",WS="]",V0="m",Tl=`${WS}8;;`,q0=t=>`${ks.values().next().value}${W0}${t}${V0}`,G0=t=>`${ks.values().next().value}${Tl}${t}${Al}`,VS=t=>t.split(" ").map(e=>xe(e)),vl=(t,e,r)=>{let n=[...e],i=!1,s=!1,o=xe(Hn(t[t.length-1]));for(let[u,a]of n.entries()){let c=xe(a);if(o+c<=r?t[t.length-1]+=a:(t.push(a),o=0),ks.has(a)&&(i=!0,s=n.slice(u+1).join("").startsWith(Tl)),i){s?a===Al&&(i=!1,s=!1):a===V0&&(i=!1);continue}o+=c,o===r&&u<n.length-1&&(t.push(""),o=0)}!o&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},zS=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(xe(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},KS=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",i,s,o=VS(t),u=[""];for(let[c,f]of t.split(" ").entries()){r.trim!==!1&&(u[u.length-1]=u[u.length-1].trimStart());let p=xe(u[u.length-1]);if(c!==0&&(p>=e&&(r.wordWrap===!1||r.trim===!1)&&(u.push(""),p=0),(p>0||r.trim===!1)&&(u[u.length-1]+=" ",p++)),r.hard&&o[c]>e){let m=e-p,y=1+Math.floor((o[c]-m-1)/e);Math.floor((o[c]-1)/e)<y&&u.push(""),vl(u,f,e);continue}if(p+o[c]>e&&p>0&&o[c]>0){if(r.wordWrap===!1&&p<e){vl(u,f,e);continue}u.push("")}if(p+o[c]>e&&r.wordWrap===!1){vl(u,f,e);continue}u[u.length-1]+=f}r.trim!==!1&&(u=u.map(c=>zS(c)));let a=[...u.join(`
75
+ `)];for(let[c,f]of a.entries()){if(n+=f,ks.has(f)){let{groups:m}=new RegExp(`(?:\\${W0}(?<code>\\d+)m|\\${Tl}(?<uri>.*)${Al})`).exec(a.slice(c).join(""))||{groups:{}};if(m.code!==void 0){let y=Number.parseFloat(m.code);i=y===GS?void 0:y}else m.uri!==void 0&&(s=m.uri.length===0?void 0:m.uri)}let p=j0.codes.get(Number(i));a[c+1]===`
76
+ `?(s&&(n+=G0("")),i&&p&&(n+=q0(p))):f===`
77
+ `&&(i&&p&&(n+=q0(i)),s&&(n+=G0(s)))}return n};function Ls(t,e,r){return String(t).normalize().replace(/\r\n/g,`
62
78
  `).split(`
63
- `).map(i=>pC(i,e,a)).join(`
64
- `)}var bC=G(Yc(),1),_i=`
65
- `,at=" ",As="none",F7=()=>{let{env:t,stdout:e,stderr:a}=Ts.default;return e!=null&&e.columns?e.columns:a!=null&&a.columns?a.columns:t.COLUMNS?Number.parseInt(t.COLUMNS,10):80},y7=t=>typeof t=="number"?{top:t,right:t*3,bottom:t,left:t*3}:{top:0,right:0,bottom:0,left:0,...t},Rs=t=>t===As?0:2,dC=t=>{let e=["topLeft","topRight","bottomRight","bottomLeft","left","right","top","bottom"],a;if(t===As){t={};for(let i of e)t[i]=""}if(typeof t=="string"){if(a=C7.default[t],!a)throw new TypeError(`Invalid border style: ${t}`)}else{typeof(t==null?void 0:t.vertical)=="string"&&(t.left=t.vertical,t.right=t.vertical),typeof(t==null?void 0:t.horizontal)=="string"&&(t.top=t.horizontal,t.bottom=t.horizontal);for(let i of e)if(t[i]===null||typeof t[i]!="string")throw new TypeError(`Invalid border style: ${i}`);a=t}return a},lC=(t,e,a)=>{let i="",r=Ue(t);switch(a){case"left":{i=t+e.slice(r);break}case"right":{i=e.slice(r)+t;break}default:{e=e.slice(r),e.length%2===1?(e=e.slice(Math.floor(e.length/2)),i=e.slice(1)+t+e):(e=e.slice(e.length/2),i=e+t+e);break}}return i},uC=(t,{padding:e,width:a,textAlignment:i,height:r})=>{t=(0,a2.default)(t,{align:i});let n=t.split(_i),o=x1(t),l=a-e.left-e.right;if(o>l){let f=[];for(let v of n){let h=y1(v,l,{hard:!0}),g=(0,a2.default)(h,{align:i}).split(`
66
- `),F=Math.max(...g.map(E=>Ue(E)));for(let E of g){let C;switch(i){case"center":{C=at.repeat((l-F)/2)+E;break}case"right":{C=at.repeat(l-F)+E;break}default:{C=E;break}}f.push(C)}}n=f}i==="center"&&o<l?n=n.map(f=>at.repeat((l-o)/2)+f):i==="right"&&o<l&&(n=n.map(f=>at.repeat(l-o)+f));let d=at.repeat(e.left),c=at.repeat(e.right);return n=n.map(f=>d+f+c),n=n.map(f=>{if(a-Ue(f)>0)switch(i){case"center":return f+at.repeat(a-Ue(f));case"right":return f+at.repeat(a-Ue(f));default:return f+at.repeat(a-Ue(f))}return f}),e.top>0&&(n=[...Array.from({length:e.top}).fill(at.repeat(a)),...n]),e.bottom>0&&(n=[...n,...Array.from({length:e.bottom}).fill(at.repeat(a))]),r&&n.length>r?n=n.slice(0,r):r&&n.length<r&&(n=[...n,...Array.from({length:r-n.length}).fill(at.repeat(a))]),n.join(_i)},cC=(t,e,a)=>{let i=f=>{let v=a.borderColor?hC(a.borderColor)(f):f;return a.dimBorder?pt.dim(v):v},r=f=>a.backgroundColor?DC(a.backgroundColor)(f):f,n=dC(a.borderStyle),o=F7(),l=at.repeat(a.margin.left);if(a.float==="center"){let f=Math.max((o-e-Rs(a.borderStyle))/2,0);l=at.repeat(f)}else if(a.float==="right"){let f=Math.max(o-e-a.margin.right-Rs(a.borderStyle),0);l=at.repeat(f)}let d="";a.margin.top&&(d+=_i.repeat(a.margin.top)),(a.borderStyle!==As||a.title)&&(d+=i(l+n.topLeft+(a.title?lC(a.title,n.top.repeat(e),a.titleAlignment):n.top.repeat(e))+n.topRight)+_i);let c=t.split(_i);return d+=c.map(f=>l+i(n.left)+r(f)+i(n.right)).join(_i),a.borderStyle!==As&&(d+=_i+i(l+n.bottomLeft+n.bottom.repeat(e)+n.bottomRight)),a.margin.bottom&&(d+=_i.repeat(a.margin.bottom)),d},mC=t=>{var e;if(t.fullscreen&&((e=Ts.default)!=null&&e.stdout)){let a=[Ts.default.stdout.columns,Ts.default.stdout.rows];typeof t.fullscreen=="function"&&(a=t.fullscreen(...a)),t.width||(t.width=a[0]),t.height||(t.height=a[1])}return t.width&&(t.width=Math.max(1,t.width-Rs(t.borderStyle))),t.height&&(t.height=Math.max(1,t.height-Rs(t.borderStyle))),t},S7=(t,e)=>e===As?t:` ${t} `,fC=(t,e)=>{e=mC(e);let a=e.width!==void 0,i=F7(),r=Rs(e.borderStyle),n=i-e.margin.left-e.margin.right-r,o=x1(y1(t,i-r,{hard:!0,trim:!1}))+e.padding.left+e.padding.right;if(e.title&&a?(e.title=e.title.slice(0,Math.max(0,e.width-2)),e.title&&(e.title=S7(e.title,e.borderStyle))):e.title&&(e.title=e.title.slice(0,Math.max(0,n-2)),e.title&&(e.title=S7(e.title,e.borderStyle),Ue(e.title)>o&&(e.width=Ue(e.title)))),e.width=e.width?e.width:o,!a){if(e.margin.left&&e.margin.right&&e.width>n){let d=(i-e.width-r)/(e.margin.left+e.margin.right);e.margin.left=Math.max(0,Math.floor(e.margin.left*d)),e.margin.right=Math.max(0,Math.floor(e.margin.right*d))}e.width=Math.min(e.width,i-r-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},i2=t=>t.match(/^#(?:[0-f]{3}){1,2}$/i),E7=t=>typeof t=="string"&&(pt[t]??i2(t)),hC=t=>i2(t)?pt.hex(t):pt[t],DC=t=>i2(t)?pt.bgHex(t):pt[Qc(["bg",t])];function r2(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&&!E7(e.borderColor))throw new Error(`${e.borderColor} is not a valid borderColor`);if(e.backgroundColor&&!E7(e.backgroundColor))throw new Error(`${e.backgroundColor} is not a valid backgroundColor`);return e.padding=y7(e.padding),e.margin=y7(e.margin),e=fC(t,e),t=uC(t,e),cC(t,e.width,e)}var S1=process.env.E2B_API_KEY,E1=process.env.E2B_ACCESS_TOKEN,T7=r2(`You must be logged in to use this command. Run ${lt("e2b login")}.`,{width:70,float:"center",padding:.5,margin:1,borderStyle:"round",borderColor:"redBright"});function A7(){if(!S1){let t=_n();S1=t==null?void 0:t.defaultTeamApiKey}if(!S1)console.error(T7),process.exit(1);else return S1}function C1(){if(!E1){let t=_n();E1=t==null?void 0:t.accessToken}if(!E1)console.error(T7),process.exit(1);else return E1}u();var R7=new ym("-p, --path <path>",`Call this command in ${lt("<path>")} directory`);var gC=es(ui.path("/envs/{envID}").method("get").create()),P7=new ot("build").description("Build environment").argument("[id]",`Specify ${lt("[id]")} to rebuild an existing environment. Otherwise, a new environment will be created.`).addOption(R7).option("-G, --no-gitignore",`Ignore ${Vo(".gitignore")} file in the root directory`).option("-D, --no-dockerignore",`Ignore ${Vo(".dockerignore")} file in the root directory`).alias("bd").action(async(t,e)=>{try{let a=C1();process.stdout.write(`
67
- `);let i=r6(e.path),r=await i6(i,{respectGitignore:e.gitignore,respectDockerignore:e.dockerignore});if(!r.length){console.log(Sn`
68
- No files found in ${Vo(i)}.
69
- Note that .gitignore and .dockerignore files are respected by default,
70
- use --no-gitignore and --no-dockerignore to override.
71
- `);return}console.log("\u{1F4E6} Files to be uploaded to create environment:"),r.forEach(D=>{console.log(`\u2022 ${D.rootPath}`)});let n=N7.join(i,"Dockerfile");if(!B7.existsSync(n))throw new Error("No Dockerfile found in the root directory.");let o=new Sp,l=await k7.readFile(n,"utf-8");o.append("dockerfile",l),t&&o.append("envID",t);let d=await new Promise((D,g)=>{let F=[],E=O7.pack(i,{entries:r.map(({rootPath:C})=>C)});E.on("data",C=>{F.push(C)}),E.on("end",()=>{let C=new b6(F);D(C)}),E.on("error",C=>{g(new Error(`Error creating tar blob: ${C.message}`))})});o.append("buildContext",d,"env.tar.gz.e2b");let c=await Op(`https://${$p}/envs`,{method:"POST",headers:{Authorization:`Bearer ${a}`},body:o});if(!c.ok){let D=await c.json();throw console.log("res",D),new Error(`API request failed: ${c.statusText}, ${(D==null?void 0:D.message)??"no message"}`)}let f=await c.json();console.log(`\u2705 Env created: ${f==null?void 0:f.envID}, waiting for build to finish...`);let v=new Date,h=!1;for(;!h;){await z5(2e3);let g=(await gC(a,{envID:f.envID})).data;if(g.status==="building"){let E=new Date().getTime()-v.getTime(),C=`${Math.floor(E/1e3)}s`;console.log(`\u23F3 Building\u2026 (started ${C} ago)`),E>1e3*60*2&&(console.log(Sn`
72
- ⚠️ Build taking longer than 2 minutes, something might be wrong.
73
- Stopping to wait for result, but it might still finish.
74
- Check by yourself by running ${pl("e2b env list")}
75
- `),h=!0)}else if(g.status==="ready")h=!0,console.log("\u2705 Build completed");else if(g.status==="error")throw new Error("Build failed")}}catch(a){console.error(Za(a.message),a),process.exit(1)}});u();var _C=es(ui.path("/envs").method("get").create()),L7=new ot("list").description("List environments").alias("ls").action(async()=>{try{let t=C1();process.stdout.write(`
76
- `);let e=await _C(t,{});console.log(pt.underline(pt.green("Environments")));let a=e.data;a!=null&&a.length?a.sort((i,r)=>i.envID.localeCompare(r.envID)).forEach(i=>{console.log(i.envID)}):console.log("No environments found"),process.stdout.write(`
77
- `)}catch(t){console.error(Za(t.message)),process.exit(1)}});u();u();var I7=new wm("<id>",`Use environment specified by ${lt("<id>")}`);u();u();function q7(){let t,e,a=new Promise((i,r)=>{t=i,e=r});return{resolve:t,reject:e,promise:a}}function j7(){return{cols:process.stdout.columns,rows:process.stdout.rows}}async function V7(t,e,a){let{promise:i,resolve:r}=q7();console.log(e);let n=await t.start({onData:d=>process.stdout.write(d),size:j7(),onExit:r,envVars:{TERM:"xterm-256color"}});process.stdin.setEncoding("utf8"),process.stdin.setRawMode(!0),process.stdout.setEncoding("utf8");let o=process.stdout.on("resize",()=>n.resize(j7())),l=process.stdin.on("data",d=>n.sendData(d.toString("utf8")));return i.then(()=>{console.log(a),o.destroy(),l.destroy()}),{kill:n.kill.bind(n),exited:i}}var M7=new ot("shell").description("Connect terminal to environment").addArgument(I7).alias("sh").action(async t=>{try{let e=A7();await xC({apiKey:e,env:{envID:t}}),process.exit(0)}catch(e){console.error(Za(e.message)),process.exit(1)}});async function xC({apiKey:t,env:e}){let a=new Qi({apiKey:t,id:e.envID});if(await a.open({}),a.terminal){let{exited:i}=await V7(a.terminal,`Terminal connected to environment ${jo(e)}
78
- with session URL ${lt(`https://${a.getHostname()}`)}`,`Disconnecting terminal from environment ${jo(e)}`);await i,console.log(`Closing terminal connection to environment ${jo(e)}`)}else throw new Error("Cannot start terminal - no session")}var W7=new ot("env").description("Manage e2b environments").addCommand(P7).addCommand(L7).addCommand(M7);var $7=new ot().description("Tool for interacting with e2b from command line").addCommand(W7,{isDefault:!0}).addCommand(l6).addCommand(u6);var Wo=Q1;z7.default({pkg:Wo}).notify();$7.version(X1,void 0,"Display e2b CLI version").parse();0&&(module.exports={pkg});
79
+ `).map(n=>KS(n,e,r)).join(`
80
+ `)}var iv=M(_l(),1),Ut=`
81
+ `,Ae=" ",jn="none",Z0=()=>{let{env:t,stdout:e,stderr:r}=Un.default;return e?.columns?e.columns:r?.columns?r.columns:t.COLUMNS?Number.parseInt(t.COLUMNS,10):80},z0=t=>typeof t=="number"?{top:t,right:t*3,bottom:t,left:t*3}:{top:0,right:0,bottom:0,left:0,...t},qn=t=>t===jn?0:2,YS=t=>{let e=["topLeft","topRight","bottomRight","bottomLeft","left","right","top","bottom"],r;if(t===jn){t={};for(let n of e)t[n]=""}if(typeof t=="string"){if(r=X0.default[t],!r)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 n of e)if(t[n]===null||typeof t[n]!="string")throw new TypeError(`Invalid border style: ${n}`);r=t}return r},XS=(t,e,r)=>{let n="",i=xe(t);switch(r){case"left":{n=t+e.slice(i);break}case"right":{n=e.slice(i)+t;break}default:{e=e.slice(i),e.length%2===1?(e=e.slice(Math.floor(e.length/2)),n=e.slice(1)+t+e):(e=e.slice(e.length/2),n=e+t+e);break}}return n},ZS=(t,{padding:e,width:r,textAlignment:n,height:i})=>{t=(0,Ol.default)(t,{align:n});let s=t.split(Ut),o=Ns(t),u=r-e.left-e.right;if(o>u){let f=[];for(let p of s){let m=Ls(p,u,{hard:!0}),_=(0,Ol.default)(m,{align:n}).split(`
82
+ `),O=Math.max(..._.map(k=>xe(k)));for(let k of _){let H;switch(n){case"center":{H=Ae.repeat((u-O)/2)+k;break}case"right":{H=Ae.repeat(u-O)+k;break}default:{H=k;break}}f.push(H)}}s=f}n==="center"&&o<u?s=s.map(f=>Ae.repeat((u-o)/2)+f):n==="right"&&o<u&&(s=s.map(f=>Ae.repeat(u-o)+f));let a=Ae.repeat(e.left),c=Ae.repeat(e.right);return s=s.map(f=>a+f+c),s=s.map(f=>{if(r-xe(f)>0)switch(n){case"center":return f+Ae.repeat(r-xe(f));case"right":return f+Ae.repeat(r-xe(f));default:return f+Ae.repeat(r-xe(f))}return f}),e.top>0&&(s=[...Array.from({length:e.top}).fill(Ae.repeat(r)),...s]),e.bottom>0&&(s=[...s,...Array.from({length:e.bottom}).fill(Ae.repeat(r))]),i&&s.length>i?s=s.slice(0,i):i&&s.length<i&&(s=[...s,...Array.from({length:i-s.length}).fill(Ae.repeat(r))]),s.join(Ut)},JS=(t,e,r)=>{let n=f=>{let p=r.borderColor?tv(r.borderColor)(f):f;return r.dimBorder?we.dim(p):p},i=f=>r.backgroundColor?rv(r.backgroundColor)(f):f,s=YS(r.borderStyle),o=Z0(),u=Ae.repeat(r.margin.left);if(r.float==="center"){let f=Math.max((o-e-qn(r.borderStyle))/2,0);u=Ae.repeat(f)}else if(r.float==="right"){let f=Math.max(o-e-r.margin.right-qn(r.borderStyle),0);u=Ae.repeat(f)}let a="";r.margin.top&&(a+=Ut.repeat(r.margin.top)),(r.borderStyle!==jn||r.title)&&(a+=n(u+s.topLeft+(r.title?XS(r.title,s.top.repeat(e),r.titleAlignment):s.top.repeat(e))+s.topRight)+Ut);let c=t.split(Ut);return a+=c.map(f=>u+n(s.left)+i(f)+n(s.right)).join(Ut),r.borderStyle!==jn&&(a+=Ut+n(u+s.bottomLeft+s.bottom.repeat(e)+s.bottomRight)),r.margin.bottom&&(a+=Ut.repeat(r.margin.bottom)),a},QS=t=>{if(t.fullscreen&&Un.default?.stdout){let e=[Un.default.stdout.columns,Un.default.stdout.rows];typeof t.fullscreen=="function"&&(e=t.fullscreen(...e)),t.width||(t.width=e[0]),t.height||(t.height=e[1])}return t.width&&(t.width=Math.max(1,t.width-qn(t.borderStyle))),t.height&&(t.height=Math.max(1,t.height-qn(t.borderStyle))),t},K0=(t,e)=>e===jn?t:` ${t} `,ev=(t,e)=>{e=QS(e);let r=e.width!==void 0,n=Z0(),i=qn(e.borderStyle),s=n-e.margin.left-e.margin.right-i,o=Ns(Ls(t,n-i,{hard:!0,trim:!1}))+e.padding.left+e.padding.right;if(e.title&&r?(e.title=e.title.slice(0,Math.max(0,e.width-2)),e.title&&(e.title=K0(e.title,e.borderStyle))):e.title&&(e.title=e.title.slice(0,Math.max(0,s-2)),e.title&&(e.title=K0(e.title,e.borderStyle),xe(e.title)>o&&(e.width=xe(e.title)))),e.width=e.width?e.width:o,!r){if(e.margin.left&&e.margin.right&&e.width>s){let a=(n-e.width-i)/(e.margin.left+e.margin.right);e.margin.left=Math.max(0,Math.floor(e.margin.left*a)),e.margin.right=Math.max(0,Math.floor(e.margin.right*a))}e.width=Math.min(e.width,n-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},Rl=t=>t.match(/^#(?:[0-f]{3}){1,2}$/i),Y0=t=>typeof t=="string"&&(we[t]??Rl(t)),tv=t=>Rl(t)?we.hex(t):we[t],rv=t=>Rl(t)?we.bgHex(t):we[Fl(["bg",t])];function Bl(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&&!Y0(e.borderColor))throw new Error(`${e.borderColor} is not a valid borderColor`);if(e.backgroundColor&&!Y0(e.backgroundColor))throw new Error(`${e.backgroundColor} is not a valid backgroundColor`);return e.padding=z0(e.padding),e.margin=z0(e.margin),e=ev(t,e),t=ZS(t,e),JS(t,e.width,e)}var $s=process.env.E2B_API_KEY,Ms=process.env.E2B_ACCESS_TOKEN,J0=Bl(`You must be logged in to use this command. Run ${ve("e2b login")}.`,{width:70,float:"center",padding:.5,margin:1,borderStyle:"round",borderColor:"redBright"});function Q0(){if($s||($s=pn()?.defaultTeamApiKey),!$s)console.error(J0),process.exit(1);else return $s}function Hs(){if(Ms||(Ms=pn()?.accessToken),!Ms)console.error(J0),process.exit(1);else return Ms}l();var Us=new Xc("-p, --path <path>",`Change root directory where command is executed to ${ve("<path>")} directory`);l();var mE=M(DE()),Vt=M(require("path"));async function gE(t,e,r){let n=r.map(({oldPath:s,newPath:o})=>({oldPath:Vt.join(Vt.sep,s),newPath:Vt.join(Vt.sep,o)}));return await new Promise((s,o)=>{let u=[],a=mE.pack(t,{entries:e.filter(c=>n.every(({oldPath:f})=>Vt.resolve(f)!==c.path)).map(({rootPath:c})=>c),map:c=>{let f=n.find(({oldPath:p})=>c.name===p);return f&&(c.name=f.newPath),c}});a.on("data",c=>{u.push(c)}),a.on("end",()=>{let c=new Blob(u);s(c)}),a.on("error",c=>{o(new Error(`Error creating tar blob: ${c.message}`))})})}l();var zt="e2b.Dockerfile",Yr="Dockerfile",EE=`# You can use most Debian-based base images
83
+ FROM ubuntu:22.04
84
+
85
+ # Install dependencies and customize sandbox
86
+ `;l();l();var We=M(FE()),ni=M(vE()),IE=M(TE()),T1=Object.prototype.toString,O1=Error.prototype.toString,R1=RegExp.prototype.toString,B1=typeof Symbol<"u"?Symbol.prototype.toString:()=>"",I1=/^Symbol\((.*)\)(.*)$/;function P1(t){return t!=+t?"NaN":t===0&&1/t<0?"-0":""+t}function OE(t,e=!1){if(t==null||t===!0||t===!1)return""+t;let r=typeof t;if(r==="number")return P1(t);if(r==="string")return e?`"${t}"`:t;if(r==="function")return"[Function "+(t.name||"anonymous")+"]";if(r==="symbol")return B1.call(t).replace(I1,"Symbol($1)");let n=T1.call(t).slice(8,-1);return n==="Date"?isNaN(t.getTime())?""+t:t.toISOString(t):n==="Error"||t instanceof Error?"["+O1.call(t)+"]":n==="RegExp"?R1.call(t):null}function Ft(t,e){let r=OE(t,e);return r!==null?r:JSON.stringify(t,function(n,i){let s=OE(this[n],e);return s!==null?s:i},2)}function PE(t){return t==null?[]:[].concat(t)}var NE,N1=/\$\{\s*(\w+)\s*\}/g;NE=Symbol.toStringTag;var Me=class t extends Error{static formatError(e,r){let n=r.label||r.path||"this";return n!==r.path&&(r=Object.assign({},r,{path:n})),typeof e=="string"?e.replace(N1,(i,s)=>Ft(r[s])):typeof e=="function"?e(r):e}static isError(e){return e&&e.name==="ValidationError"}constructor(e,r,n,i,s){super(),this.value=void 0,this.path=void 0,this.type=void 0,this.errors=void 0,this.params=void 0,this.inner=void 0,this[NE]="Error",this.name="ValidationError",this.value=r,this.path=n,this.type=i,this.errors=[],this.inner=[],PE(e).forEach(o=>{if(t.isError(o)){this.errors.push(...o.errors);let u=o.inner.length?o.inner:[o];this.inner.push(...u)}else this.errors.push(o)}),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0],!s&&Error.captureStackTrace&&Error.captureStackTrace(this,t)}},ut={default:"${path} is invalid",required:"${path} is a required field",defined:"${path} must be defined",notNull:"${path} cannot be null",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:t,type:e,value:r,originalValue:n})=>{let i=n!=null&&n!==r?` (cast from the value \`${Ft(n,!0)}\`).`:".";return e!=="mixed"?`${t} must be a \`${e}\` type, but the final value was: \`${Ft(r,!0)}\``+i:`${t} must match the configured type. The validated value was: \`${Ft(r,!0)}\``+i}},Ze={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},Kt={min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},yc={min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},xc={isValue:"${path} field must be ${value}"},bc={noUnknown:"${path} field has unspecified keys: ${unknown}"},io={min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"},kE={notType:t=>{let{path:e,value:r,spec:n}=t,i=n.types.length;if(Array.isArray(r)){if(r.length<i)return`${e} tuple value has too few items, expected a length of ${i} but got ${r.length} for value: \`${Ft(r,!0)}\``;if(r.length>i)return`${e} tuple value has too many items, expected a length of ${i} but got ${r.length} for value: \`${Ft(r,!0)}\``}return Me.formatError(ut.notType,t)}},H$=Object.assign(Object.create(null),{mixed:ut,string:Ze,number:Kt,date:yc,object:bc,array:io,boolean:xc,tuple:kE}),mo=t=>t&&t.__isYupSchema__,oo=class t{static fromOptions(e,r){if(!r.then&&!r.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:n,then:i,otherwise:s}=r,o=typeof n=="function"?n:(...u)=>u.every(a=>a===n);return new t(e,(u,a)=>{var c;let f=o(...u)?i:s;return(c=f?.(a))!=null?c:a})}constructor(e,r){this.fn=void 0,this.refs=e,this.refs=e,this.fn=r}resolve(e,r){let n=this.refs.map(s=>s.getValue(r?.value,r?.parent,r?.context)),i=this.fn(n,e,r);if(i===void 0||i===e)return e;if(!mo(i))throw new TypeError("conditions must return a schema object");return i.resolve(r)}},no={context:"$",value:"."};var wt=class{constructor(e,r={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,typeof e!="string")throw new TypeError("ref must be a string, got: "+e);if(this.key=e.trim(),e==="")throw new TypeError("ref must be a non-empty string");this.isContext=this.key[0]===no.context,this.isValue=this.key[0]===no.value,this.isSibling=!this.isContext&&!this.isValue;let n=this.isContext?no.context:this.isValue?no.value:"";this.path=this.key.slice(n.length),this.getter=this.path&&(0,We.getter)(this.path,!0),this.map=r.map}getValue(e,r,n){let i=this.isContext?n:this.isValue?e:r;return this.getter&&(i=this.getter(i||{})),this.map&&(i=this.map(i)),i}cast(e,r){return this.getValue(e,r?.parent,r?.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(e){return e&&e.__isYupRef}};wt.prototype.__isYupRef=!0;var Je=t=>t==null;function Xr(t){function e({value:r,path:n="",options:i,originalValue:s,schema:o},u,a){let{name:c,test:f,params:p,message:m,skipAbsent:y}=t,{parent:_,context:O,abortEarly:k=o.spec.abortEarly,disableStackTrace:H=o.spec.disableStackTrace}=i;function q(I){return wt.isRef(I)?I.getValue(r,_,O):I}function j(I={}){var V;let G=Object.assign({value:r,originalValue:s,label:o.spec.label,path:I.path||n,spec:o.spec},p,I.params);for(let te of Object.keys(G))G[te]=q(G[te]);let Z=new Me(Me.formatError(I.message||m,G),r,G.path,I.type||c,(V=I.disableStackTrace)!=null?V:H);return Z.params=G,Z}let T=k?u:a,$={path:n,parent:_,type:c,from:i.from,createError:j,resolve:q,options:i,originalValue:s,schema:o},R=I=>{Me.isError(I)?T(I):I?a(null):T(j())},L=I=>{Me.isError(I)?T(I):u(I)};if(y&&Je(r))return R(!0);let A;try{var N;if(A=f.call($,r,$),typeof((N=A)==null?void 0:N.then)=="function"){if(i.sync)throw new Error(`Validation test of type: "${$.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`);return Promise.resolve(A).then(R,L)}}catch(I){L(I);return}R(A)}return e.OPTIONS=t,e}function k1(t,e,r,n=r){let i,s,o;return e?((0,We.forEach)(e,(u,a,c)=>{let f=a?u.slice(1,u.length-1):u;t=t.resolve({context:n,parent:i,value:r});let p=t.type==="tuple",m=c?parseInt(f,10):0;if(t.innerType||p){if(p&&!c)throw new Error(`Yup.reach cannot implicitly index into a tuple type. the path part "${o}" must contain an index to the tuple element, e.g. "${o}[0]"`);if(r&&m>=r.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${u}, in the path: ${e}. because there is no value at that index. `);i=r,r=r&&r[m],t=p?t.spec.types[m]:t.innerType}if(!c){if(!t.fields||!t.fields[f])throw new Error(`The schema does not contain the path: ${e}. (failed at: ${o} which is a type: "${t.type}")`);i=r,r=r&&r[f],t=t.fields[f]}s=f,o=a?"["+u+"]":"."+u}),{schema:t,parent:i,parentPath:s}):{parent:i,parentPath:e,schema:t}}var uo=class t extends Set{describe(){let e=[];for(let r of this.values())e.push(wt.isRef(r)?r.describe():r);return e}resolveAll(e){let r=[];for(let n of this.values())r.push(e(n));return r}clone(){return new t(this.values())}merge(e,r){let n=this.clone();return e.forEach(i=>n.add(i)),r.forEach(i=>n.delete(i)),n}};function Zr(t,e=new Map){if(mo(t)||!t||typeof t!="object")return t;if(e.has(t))return e.get(t);let r;if(t instanceof Date)r=new Date(t.getTime()),e.set(t,r);else if(t instanceof RegExp)r=new RegExp(t),e.set(t,r);else if(Array.isArray(t)){r=new Array(t.length),e.set(t,r);for(let n=0;n<t.length;n++)r[n]=Zr(t[n],e)}else if(t instanceof Map){r=new Map,e.set(t,r);for(let[n,i]of t.entries())r.set(n,Zr(i,e))}else if(t instanceof Set){r=new Set,e.set(t,r);for(let n of t)r.add(Zr(n,e))}else if(t instanceof Object){r={},e.set(t,r);for(let[n,i]of Object.entries(t))r[n]=Zr(i,e)}else throw Error(`Unable to clone ${t}`);return r}var Ce=class{constructor(e){this.type=void 0,this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this.internalTests={},this._whitelist=new uo,this._blacklist=new uo,this.exclusiveTests=Object.create(null),this._typeCheck=void 0,this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation(()=>{this.typeError(ut.notType)}),this.type=e.type,this._typeCheck=e.check,this.spec=Object.assign({strip:!1,strict:!1,abortEarly:!0,recursive:!0,disableStackTrace:!1,nullable:!1,optional:!0,coerce:!0},e?.spec),this.withMutation(r=>{r.nonNullable()})}get _type(){return this.type}clone(e){if(this._mutate)return e&&Object.assign(this.spec,e),this;let r=Object.create(Object.getPrototypeOf(this));return r.type=this.type,r._typeCheck=this._typeCheck,r._whitelist=this._whitelist.clone(),r._blacklist=this._blacklist.clone(),r.internalTests=Object.assign({},this.internalTests),r.exclusiveTests=Object.assign({},this.exclusiveTests),r.deps=[...this.deps],r.conditions=[...this.conditions],r.tests=[...this.tests],r.transforms=[...this.transforms],r.spec=Zr(Object.assign({},this.spec,e)),r}label(e){let r=this.clone();return r.spec.label=e,r}meta(...e){if(e.length===0)return this.spec.meta;let r=this.clone();return r.spec.meta=Object.assign(r.spec.meta||{},e[0]),r}withMutation(e){let r=this._mutate;this._mutate=!0;let n=e(this);return this._mutate=r,n}concat(e){if(!e||e===this)return this;if(e.type!==this.type&&this.type!=="mixed")throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${e.type}`);let r=this,n=e.clone(),i=Object.assign({},r.spec,n.spec);return n.spec=i,n.internalTests=Object.assign({},r.internalTests,n.internalTests),n._whitelist=r._whitelist.merge(e._whitelist,e._blacklist),n._blacklist=r._blacklist.merge(e._blacklist,e._whitelist),n.tests=r.tests,n.exclusiveTests=r.exclusiveTests,n.withMutation(s=>{e.tests.forEach(o=>{s.test(o.OPTIONS)})}),n.transforms=[...r.transforms,...n.transforms],n}isType(e){return e==null?!!(this.spec.nullable&&e===null||this.spec.optional&&e===void 0):this._typeCheck(e)}resolve(e){let r=this;if(r.conditions.length){let n=r.conditions;r=r.clone(),r.conditions=[],r=n.reduce((i,s)=>s.resolve(i,e),r),r=r.resolve(e)}return r}resolveOptions(e){var r,n,i,s;return Object.assign({},e,{from:e.from||[],strict:(r=e.strict)!=null?r:this.spec.strict,abortEarly:(n=e.abortEarly)!=null?n:this.spec.abortEarly,recursive:(i=e.recursive)!=null?i:this.spec.recursive,disableStackTrace:(s=e.disableStackTrace)!=null?s:this.spec.disableStackTrace})}cast(e,r={}){let n=this.resolve(Object.assign({value:e},r)),i=r.assert==="ignore-optionality",s=n._cast(e,r);if(r.assert!==!1&&!n.isType(s)){if(i&&Je(s))return s;let o=Ft(e),u=Ft(s);throw new TypeError(`The value of ${r.path||"field"} could not be cast to a value that satisfies the schema type: "${n.type}".
87
+
88
+ attempted value: ${o}
89
+ `+(u!==o?`result of cast: ${u}`:""))}return s}_cast(e,r){let n=e===void 0?e:this.transforms.reduce((i,s)=>s.call(this,i,e,this),e);return n===void 0&&(n=this.getDefault(r)),n}_validate(e,r={},n,i){let{path:s,originalValue:o=e,strict:u=this.spec.strict}=r,a=e;u||(a=this._cast(a,Object.assign({assert:!1},r)));let c=[];for(let f of Object.values(this.internalTests))f&&c.push(f);this.runTests({path:s,value:a,originalValue:o,options:r,tests:c},n,f=>{if(f.length)return i(f,a);this.runTests({path:s,value:a,originalValue:o,options:r,tests:this.tests},n,i)})}runTests(e,r,n){let i=!1,{tests:s,value:o,originalValue:u,path:a,options:c}=e,f=O=>{i||(i=!0,r(O,o))},p=O=>{i||(i=!0,n(O,o))},m=s.length,y=[];if(!m)return p([]);let _={value:o,originalValue:u,path:a,options:c,schema:this};for(let O=0;O<s.length;O++){let k=s[O];k(_,f,function(q){q&&(Array.isArray(q)?y.push(...q):y.push(q)),--m<=0&&p(y)})}}asNestedTest({key:e,index:r,parent:n,parentPath:i,originalParent:s,options:o}){let u=e??r;if(u==null)throw TypeError("Must include `key` or `index` for nested validations");let a=typeof u=="number",c=n[u],f=Object.assign({},o,{strict:!0,parent:n,value:c,originalValue:s[u],key:void 0,[a?"index":"key"]:u,path:a||u.includes(".")?`${i||""}[${c?u:`"${u}"`}]`:(i?`${i}.`:"")+e});return(p,m,y)=>this.resolve(f)._validate(c,f,m,y)}validate(e,r){var n;let i=this.resolve(Object.assign({},r,{value:e})),s=(n=r?.disableStackTrace)!=null?n:i.spec.disableStackTrace;return new Promise((o,u)=>i._validate(e,r,(a,c)=>{Me.isError(a)&&(a.value=c),u(a)},(a,c)=>{a.length?u(new Me(a,c,void 0,void 0,s)):o(c)}))}validateSync(e,r){var n;let i=this.resolve(Object.assign({},r,{value:e})),s,o=(n=r?.disableStackTrace)!=null?n:i.spec.disableStackTrace;return i._validate(e,Object.assign({},r,{sync:!0}),(u,a)=>{throw Me.isError(u)&&(u.value=a),u},(u,a)=>{if(u.length)throw new Me(u,e,void 0,void 0,o);s=a}),s}isValid(e,r){return this.validate(e,r).then(()=>!0,n=>{if(Me.isError(n))return!1;throw n})}isValidSync(e,r){try{return this.validateSync(e,r),!0}catch(n){if(Me.isError(n))return!1;throw n}}_getDefault(e){let r=this.spec.default;return r==null?r:typeof r=="function"?r.call(this,e):Zr(r)}getDefault(e){return this.resolve(e||{})._getDefault(e)}default(e){return arguments.length===0?this._getDefault():this.clone({default:e})}strict(e=!0){return this.clone({strict:e})}nullability(e,r){let n=this.clone({nullable:e});return n.internalTests.nullable=Xr({message:r,name:"nullable",test(i){return i===null?this.schema.spec.nullable:!0}}),n}optionality(e,r){let n=this.clone({optional:e});return n.internalTests.optionality=Xr({message:r,name:"optionality",test(i){return i===void 0?this.schema.spec.optional:!0}}),n}optional(){return this.optionality(!0)}defined(e=ut.defined){return this.optionality(!1,e)}nullable(){return this.nullability(!0)}nonNullable(e=ut.notNull){return this.nullability(!1,e)}required(e=ut.required){return this.clone().withMutation(r=>r.nonNullable(e).defined(e))}notRequired(){return this.clone().withMutation(e=>e.nullable().optional())}transform(e){let r=this.clone();return r.transforms.push(e),r}test(...e){let r;if(e.length===1?typeof e[0]=="function"?r={test:e[0]}:r=e[0]:e.length===2?r={name:e[0],test:e[1]}:r={name:e[0],message:e[1],test:e[2]},r.message===void 0&&(r.message=ut.default),typeof r.test!="function")throw new TypeError("`test` is a required parameters");let n=this.clone(),i=Xr(r),s=r.exclusive||r.name&&n.exclusiveTests[r.name]===!0;if(r.exclusive&&!r.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return r.name&&(n.exclusiveTests[r.name]=!!r.exclusive),n.tests=n.tests.filter(o=>!(o.OPTIONS.name===r.name&&(s||o.OPTIONS.test===i.OPTIONS.test))),n.tests.push(i),n}when(e,r){!Array.isArray(e)&&typeof e!="string"&&(r=e,e=".");let n=this.clone(),i=PE(e).map(s=>new wt(s));return i.forEach(s=>{s.isSibling&&n.deps.push(s.key)}),n.conditions.push(typeof r=="function"?new oo(i,r):oo.fromOptions(i,r)),n}typeError(e){let r=this.clone();return r.internalTests.typeError=Xr({message:e,name:"typeError",skipAbsent:!0,test(n){return this.schema._typeCheck(n)?!0:this.createError({params:{type:this.schema.type}})}}),r}oneOf(e,r=ut.oneOf){let n=this.clone();return e.forEach(i=>{n._whitelist.add(i),n._blacklist.delete(i)}),n.internalTests.whiteList=Xr({message:r,name:"oneOf",skipAbsent:!0,test(i){let s=this.schema._whitelist,o=s.resolveAll(this.resolve);return o.includes(i)?!0:this.createError({params:{values:Array.from(s).join(", "),resolved:o}})}}),n}notOneOf(e,r=ut.notOneOf){let n=this.clone();return e.forEach(i=>{n._blacklist.add(i),n._whitelist.delete(i)}),n.internalTests.blacklist=Xr({message:r,name:"notOneOf",test(i){let s=this.schema._blacklist,o=s.resolveAll(this.resolve);return o.includes(i)?this.createError({params:{values:Array.from(s).join(", "),resolved:o}}):!0}}),n}strip(e=!0){let r=this.clone();return r.spec.strip=e,r}describe(e){let r=(e?this.resolve(e):this).clone(),{label:n,meta:i,optional:s,nullable:o}=r.spec;return{meta:i,label:n,optional:s,nullable:o,default:r.getDefault(e),type:r.type,oneOf:r._whitelist.describe(),notOneOf:r._blacklist.describe(),tests:r.tests.map(a=>({name:a.OPTIONS.name,params:a.OPTIONS.params})).filter((a,c,f)=>f.findIndex(p=>p.name===a.name)===c)}}};Ce.prototype.__isYupSchema__=!0;for(let t of["validate","validateSync"])Ce.prototype[`${t}At`]=function(e,r,n={}){let{parent:i,parentPath:s,schema:o}=k1(this,e,r,n.context);return o[t](i&&i[s],Object.assign({},n,{parent:i,path:e}))};for(let t of["equals","is"])Ce.prototype[t]=Ce.prototype.oneOf;for(let t of["not","nope"])Ce.prototype[t]=Ce.prototype.notOneOf;var L1=()=>!0;function $1(t){return new ao(t)}var ao=class extends Ce{constructor(e){super(typeof e=="function"?{type:"mixed",check:e}:Object.assign({type:"mixed",check:L1},e))}};$1.prototype=ao.prototype;function M1(){return new lo}var lo=class extends Ce{constructor(){super({type:"boolean",check(e){return e instanceof Boolean&&(e=e.valueOf()),typeof e=="boolean"}}),this.withMutation(()=>{this.transform((e,r,n)=>{if(n.spec.coerce&&!n.isType(e)){if(/^(true|1)$/i.test(String(e)))return!0;if(/^(false|0)$/i.test(String(e)))return!1}return e})})}isTrue(e=xc.isValue){return this.test({message:e,name:"is-value",exclusive:!0,params:{value:"true"},test(r){return Je(r)||r===!0}})}isFalse(e=xc.isValue){return this.test({message:e,name:"is-value",exclusive:!0,params:{value:"false"},test(r){return Je(r)||r===!1}})}default(e){return super.default(e)}defined(e){return super.defined(e)}optional(){return super.optional()}required(e){return super.required(e)}notRequired(){return super.notRequired()}nullable(){return super.nullable()}nonNullable(e){return super.nonNullable(e)}strip(e){return super.strip(e)}};M1.prototype=lo.prototype;var H1=/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,U1=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,j1=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,q1=t=>Je(t)||t===t.trim(),G1={}.toString();function go(){return new co}var co=class extends Ce{constructor(){super({type:"string",check(e){return e instanceof String&&(e=e.valueOf()),typeof e=="string"}}),this.withMutation(()=>{this.transform((e,r,n)=>{if(!n.spec.coerce||n.isType(e)||Array.isArray(e))return e;let i=e!=null&&e.toString?e.toString():e;return i===G1?e:i})})}required(e){return super.required(e).withMutation(r=>r.test({message:e||ut.required,name:"required",skipAbsent:!0,test:n=>!!n.length}))}notRequired(){return super.notRequired().withMutation(e=>(e.tests=e.tests.filter(r=>r.OPTIONS.name!=="required"),e))}length(e,r=Ze.length){return this.test({message:r,name:"length",exclusive:!0,params:{length:e},skipAbsent:!0,test(n){return n.length===this.resolve(e)}})}min(e,r=Ze.min){return this.test({message:r,name:"min",exclusive:!0,params:{min:e},skipAbsent:!0,test(n){return n.length>=this.resolve(e)}})}max(e,r=Ze.max){return this.test({name:"max",exclusive:!0,message:r,params:{max:e},skipAbsent:!0,test(n){return n.length<=this.resolve(e)}})}matches(e,r){let n=!1,i,s;return r&&(typeof r=="object"?{excludeEmptyString:n=!1,message:i,name:s}=r:i=r),this.test({name:s||"matches",message:i||Ze.matches,params:{regex:e},skipAbsent:!0,test:o=>o===""&&n||o.search(e)!==-1})}email(e=Ze.email){return this.matches(H1,{name:"email",message:e,excludeEmptyString:!0})}url(e=Ze.url){return this.matches(U1,{name:"url",message:e,excludeEmptyString:!0})}uuid(e=Ze.uuid){return this.matches(j1,{name:"uuid",message:e,excludeEmptyString:!1})}ensure(){return this.default("").transform(e=>e===null?"":e)}trim(e=Ze.trim){return this.transform(r=>r!=null?r.trim():r).test({message:e,name:"trim",test:q1})}lowercase(e=Ze.lowercase){return this.transform(r=>Je(r)?r:r.toLowerCase()).test({message:e,name:"string_case",exclusive:!0,skipAbsent:!0,test:r=>Je(r)||r===r.toLowerCase()})}uppercase(e=Ze.uppercase){return this.transform(r=>Je(r)?r:r.toUpperCase()).test({message:e,name:"string_case",exclusive:!0,skipAbsent:!0,test:r=>Je(r)||r===r.toUpperCase()})}};go.prototype=co.prototype;var W1=t=>t!=+t;function V1(){return new fo}var fo=class extends Ce{constructor(){super({type:"number",check(e){return e instanceof Number&&(e=e.valueOf()),typeof e=="number"&&!W1(e)}}),this.withMutation(()=>{this.transform((e,r,n)=>{if(!n.spec.coerce)return e;let i=e;if(typeof i=="string"){if(i=i.replace(/\s/g,""),i==="")return NaN;i=+i}return n.isType(i)||i===null?i:parseFloat(i)})})}min(e,r=Kt.min){return this.test({message:r,name:"min",exclusive:!0,params:{min:e},skipAbsent:!0,test(n){return n>=this.resolve(e)}})}max(e,r=Kt.max){return this.test({message:r,name:"max",exclusive:!0,params:{max:e},skipAbsent:!0,test(n){return n<=this.resolve(e)}})}lessThan(e,r=Kt.lessThan){return this.test({message:r,name:"max",exclusive:!0,params:{less:e},skipAbsent:!0,test(n){return n<this.resolve(e)}})}moreThan(e,r=Kt.moreThan){return this.test({message:r,name:"min",exclusive:!0,params:{more:e},skipAbsent:!0,test(n){return n>this.resolve(e)}})}positive(e=Kt.positive){return this.moreThan(0,e)}negative(e=Kt.negative){return this.lessThan(0,e)}integer(e=Kt.integer){return this.test({name:"integer",message:e,skipAbsent:!0,test:r=>Number.isInteger(r)})}truncate(){return this.transform(e=>Je(e)?e:e|0)}round(e){var r;let n=["ceil","floor","round","trunc"];if(e=((r=e)==null?void 0:r.toLowerCase())||"round",e==="trunc")return this.truncate();if(n.indexOf(e.toLowerCase())===-1)throw new TypeError("Only valid options for round() are: "+n.join(", "));return this.transform(i=>Je(i)?i:Math[e](i))}};V1.prototype=fo.prototype;var z1=/^(\d{4}|[+-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,.](\d{1,}))?)?(?:(Z)|([+-])(\d{2})(?::?(\d{2}))?)?)?$/;function Ct(t,e=0){return Number(t)||e}function K1(t){let e=z1.exec(t);if(!e)return Date.parse?Date.parse(t):Number.NaN;let r={year:Ct(e[1]),month:Ct(e[2],1)-1,day:Ct(e[3],1),hour:Ct(e[4]),minute:Ct(e[5]),second:Ct(e[6]),millisecond:e[7]?Ct(e[7].substring(0,3)):0,z:e[8]||void 0,plusMinus:e[9]||void 0,hourOffset:Ct(e[10]),minuteOffset:Ct(e[11])};if(r.z===void 0&&r.plusMinus===void 0)return new Date(r.year,r.month,r.day,r.hour,r.minute,r.second,r.millisecond).valueOf();let n=0;return r.z!=="Z"&&r.plusMinus!==void 0&&(n=r.hourOffset*60+r.minuteOffset,r.plusMinus==="+"&&(n=0-n)),Date.UTC(r.year,r.month,r.day,r.hour,r.minute+n,r.second,r.millisecond)}var LE=new Date(""),Y1=t=>Object.prototype.toString.call(t)==="[object Date]";function $E(){return new ii}var ii=class t extends Ce{constructor(){super({type:"date",check(e){return Y1(e)&&!isNaN(e.getTime())}}),this.withMutation(()=>{this.transform((e,r,n)=>!n.spec.coerce||n.isType(e)||e===null?e:(e=K1(e),isNaN(e)?t.INVALID_DATE:new Date(e)))})}prepareParam(e,r){let n;if(wt.isRef(e))n=e;else{let i=this.cast(e);if(!this._typeCheck(i))throw new TypeError(`\`${r}\` must be a Date or a value that can be \`cast()\` to a Date`);n=i}return n}min(e,r=yc.min){let n=this.prepareParam(e,"min");return this.test({message:r,name:"min",exclusive:!0,params:{min:e},skipAbsent:!0,test(i){return i>=this.resolve(n)}})}max(e,r=yc.max){let n=this.prepareParam(e,"max");return this.test({message:r,name:"max",exclusive:!0,params:{max:e},skipAbsent:!0,test(i){return i<=this.resolve(n)}})}};ii.INVALID_DATE=LE;$E.prototype=ii.prototype;$E.INVALID_DATE=LE;function X1(t,e=[]){let r=[],n=new Set,i=new Set(e.map(([o,u])=>`${o}-${u}`));function s(o,u){let a=(0,We.split)(o)[0];n.add(a),i.has(`${u}-${a}`)||r.push([u,a])}for(let o of Object.keys(t)){let u=t[o];n.add(o),wt.isRef(u)&&u.isSibling?s(u.path,o):mo(u)&&"deps"in u&&u.deps.forEach(a=>s(a,o))}return IE.default.array(Array.from(n),r).reverse()}function RE(t,e){let r=1/0;return t.some((n,i)=>{var s;if((s=e.path)!=null&&s.includes(n))return r=i,!0}),r}function ME(t){return(e,r)=>RE(t,e)-RE(t,r)}var HE=(t,e,r)=>{if(typeof t!="string")return t;let n=t;try{n=JSON.parse(t)}catch{}return r.isType(n)?n:t};function so(t){if("fields"in t){let e={};for(let[r,n]of Object.entries(t.fields))e[r]=so(n);return t.setFields(e)}if(t.type==="array"){let e=t.optional();return e.innerType&&(e.innerType=so(e.innerType)),e}return t.type==="tuple"?t.optional().clone({types:t.spec.types.map(so)}):"optional"in t?t.optional():t}var Z1=(t,e)=>{let r=[...(0,We.normalizePath)(e)];if(r.length===1)return r[0]in t;let n=r.pop(),i=(0,We.getter)((0,We.join)(r),!0)(t);return!!(i&&n in i)},BE=t=>Object.prototype.toString.call(t)==="[object Object]";function J1(t,e){let r=Object.keys(t.fields);return Object.keys(e).filter(n=>r.indexOf(n)===-1)}var Q1=ME([]);function _c(t){return new ho(t)}var ho=class extends Ce{constructor(e){super({type:"object",check(r){return BE(r)||typeof r=="function"}}),this.fields=Object.create(null),this._sortErrors=Q1,this._nodes=[],this._excludedEdges=[],this.withMutation(()=>{e&&this.shape(e)})}_cast(e,r={}){var n;let i=super._cast(e,r);if(i===void 0)return this.getDefault(r);if(!this._typeCheck(i))return i;let s=this.fields,o=(n=r.stripUnknown)!=null?n:this.spec.noUnknown,u=[].concat(this._nodes,Object.keys(i).filter(p=>!this._nodes.includes(p))),a={},c=Object.assign({},r,{parent:a,__validating:r.__validating||!1}),f=!1;for(let p of u){let m=s[p],y=p in i;if(m){let _,O=i[p];c.path=(r.path?`${r.path}.`:"")+p,m=m.resolve({value:O,context:r.context,parent:a});let k=m instanceof Ce?m.spec:void 0,H=k?.strict;if(k!=null&&k.strip){f=f||p in i;continue}_=!r.__validating||!H?m.cast(i[p],c):i[p],_!==void 0&&(a[p]=_)}else y&&!o&&(a[p]=i[p]);(y!==p in a||a[p]!==i[p])&&(f=!0)}return f?a:i}_validate(e,r={},n,i){let{from:s=[],originalValue:o=e,recursive:u=this.spec.recursive}=r;r.from=[{schema:this,value:o},...s],r.__validating=!0,r.originalValue=o,super._validate(e,r,n,(a,c)=>{if(!u||!BE(c)){i(a,c);return}o=o||c;let f=[];for(let p of this._nodes){let m=this.fields[p];!m||wt.isRef(m)||f.push(m.asNestedTest({options:r,key:p,parent:c,parentPath:r.path,originalParent:o}))}this.runTests({tests:f,value:c,originalValue:o,options:r},n,p=>{i(p.sort(this._sortErrors).concat(a),c)})})}clone(e){let r=super.clone(e);return r.fields=Object.assign({},this.fields),r._nodes=this._nodes,r._excludedEdges=this._excludedEdges,r._sortErrors=this._sortErrors,r}concat(e){let r=super.concat(e),n=r.fields;for(let[i,s]of Object.entries(this.fields)){let o=n[i];n[i]=o===void 0?s:o}return r.withMutation(i=>i.setFields(n,[...this._excludedEdges,...e._excludedEdges]))}_getDefault(e){if("default"in this.spec)return super._getDefault(e);if(!this._nodes.length)return;let r={};return this._nodes.forEach(n=>{var i;let s=this.fields[n],o=e;(i=o)!=null&&i.value&&(o=Object.assign({},o,{parent:o.value,value:o.value[n]})),r[n]=s&&"getDefault"in s?s.getDefault(o):void 0}),r}setFields(e,r){let n=this.clone();return n.fields=e,n._nodes=X1(e,r),n._sortErrors=ME(Object.keys(e)),r&&(n._excludedEdges=r),n}shape(e,r=[]){return this.clone().withMutation(n=>{let i=n._excludedEdges;return r.length&&(Array.isArray(r[0])||(r=[r]),i=[...n._excludedEdges,...r]),n.setFields(Object.assign(n.fields,e),i)})}partial(){let e={};for(let[r,n]of Object.entries(this.fields))e[r]="optional"in n&&n.optional instanceof Function?n.optional():n;return this.setFields(e)}deepPartial(){return so(this)}pick(e){let r={};for(let n of e)this.fields[n]&&(r[n]=this.fields[n]);return this.setFields(r,this._excludedEdges.filter(([n,i])=>e.includes(n)&&e.includes(i)))}omit(e){let r=[];for(let n of Object.keys(this.fields))e.includes(n)||r.push(n);return this.pick(r)}from(e,r,n){let i=(0,We.getter)(e,!0);return this.transform(s=>{if(!s)return s;let o=s;return Z1(s,e)&&(o=Object.assign({},s),n||delete o[e],o[r]=i(s)),o})}json(){return this.transform(HE)}noUnknown(e=!0,r=bc.noUnknown){typeof e!="boolean"&&(r=e,e=!0);let n=this.test({name:"noUnknown",exclusive:!0,message:r,test(i){if(i==null)return!0;let s=J1(this.schema,i);return!e||s.length===0||this.createError({params:{unknown:s.join(", ")}})}});return n.spec.noUnknown=e,n}unknown(e=!0,r=bc.noUnknown){return this.noUnknown(!e,r)}transformKeys(e){return this.transform(r=>{if(!r)return r;let n={};for(let i of Object.keys(r))n[e(i)]=r[i];return n})}camelCase(){return this.transformKeys(ni.camelCase)}snakeCase(){return this.transformKeys(ni.snakeCase)}constantCase(){return this.transformKeys(e=>(0,ni.snakeCase)(e).toUpperCase())}describe(e){let r=(e?this.resolve(e):this).clone(),n=super.describe(e);n.fields={};for(let[s,o]of Object.entries(r.fields)){var i;let u=e;(i=u)!=null&&i.value&&(u=Object.assign({},u,{parent:u.value,value:u.value[s]})),n.fields[s]=o.describe(u)}return n}};_c.prototype=ho.prototype;function eT(t){return new po(t)}var po=class extends Ce{constructor(e){super({type:"array",spec:{types:e},check(r){return Array.isArray(r)}}),this.innerType=void 0,this.innerType=e}_cast(e,r){let n=super._cast(e,r);if(!this._typeCheck(n)||!this.innerType)return n;let i=!1,s=n.map((o,u)=>{let a=this.innerType.cast(o,Object.assign({},r,{path:`${r.path||""}[${u}]`}));return a!==o&&(i=!0),a});return i?s:n}_validate(e,r={},n,i){var s;let o=this.innerType,u=(s=r.recursive)!=null?s:this.spec.recursive;r.originalValue!=null&&r.originalValue,super._validate(e,r,n,(a,c)=>{var f;if(!u||!o||!this._typeCheck(c)){i(a,c);return}let p=new Array(c.length);for(let y=0;y<c.length;y++){var m;p[y]=o.asNestedTest({options:r,index:y,parent:c,parentPath:r.path,originalParent:(m=r.originalValue)!=null?m:e})}this.runTests({value:c,tests:p,originalValue:(f=r.originalValue)!=null?f:e,options:r},n,y=>i(y.concat(a),c))})}clone(e){let r=super.clone(e);return r.innerType=this.innerType,r}json(){return this.transform(HE)}concat(e){let r=super.concat(e);return r.innerType=this.innerType,e.innerType&&(r.innerType=r.innerType?r.innerType.concat(e.innerType):e.innerType),r}of(e){let r=this.clone();if(!mo(e))throw new TypeError("`array.of()` sub-schema must be a valid yup schema not: "+Ft(e));return r.innerType=e,r.spec=Object.assign({},r.spec,{types:e}),r}length(e,r=io.length){return this.test({message:r,name:"length",exclusive:!0,params:{length:e},skipAbsent:!0,test(n){return n.length===this.resolve(e)}})}min(e,r){return r=r||io.min,this.test({message:r,name:"min",exclusive:!0,params:{min:e},skipAbsent:!0,test(n){return n.length>=this.resolve(e)}})}max(e,r){return r=r||io.max,this.test({message:r,name:"max",exclusive:!0,params:{max:e},skipAbsent:!0,test(n){return n.length<=this.resolve(e)}})}ensure(){return this.default(()=>[]).transform((e,r)=>this._typeCheck(e)?e:r==null?[]:[].concat(r))}compact(e){let r=e?(n,i,s)=>!e(n,i,s):n=>!!n;return this.transform(n=>n!=null?n.filter(r):n)}describe(e){let r=(e?this.resolve(e):this).clone(),n=super.describe(e);if(r.innerType){var i;let s=e;(i=s)!=null&&i.value&&(s=Object.assign({},s,{parent:s.value,value:s.value[0]})),n.innerType=r.innerType.describe(s)}return n}};eT.prototype=po.prototype;function tT(t){return new Do(t)}var Do=class extends Ce{constructor(e){super({type:"tuple",spec:{types:e},check(r){let n=this.spec.types;return Array.isArray(r)&&r.length===n.length}}),this.withMutation(()=>{this.typeError(kE.notType)})}_cast(e,r){let{types:n}=this.spec,i=super._cast(e,r);if(!this._typeCheck(i))return i;let s=!1,o=n.map((u,a)=>{let c=u.cast(i[a],Object.assign({},r,{path:`${r.path||""}[${a}]`}));return c!==i[a]&&(s=!0),c});return s?o:i}_validate(e,r={},n,i){let s=this.spec.types;super._validate(e,r,n,(o,u)=>{var a;if(!this._typeCheck(u)){i(o,u);return}let c=[];for(let[p,m]of s.entries()){var f;c[p]=m.asNestedTest({options:r,index:p,parent:u,parentPath:r.path,originalParent:(f=r.originalValue)!=null?f:e})}this.runTests({value:u,tests:c,originalValue:(a=r.originalValue)!=null?a:e,options:r},n,p=>i(p.concat(o),u))})}describe(e){let r=(e?this.resolve(e):this).clone(),n=super.describe(e);return n.innerType=r.spec.types.map((i,s)=>{var o;let u=e;return(o=u)!=null&&o.value&&(u=Object.assign({},u,{parent:u.value,value:u.value[s]})),i.describe(u)}),n}};tT.prototype=Do.prototype;var wo=M(gy()),ui=M(require("fs/promises")),Ey=M(require("fs")),yy=M(require("path"));var Oc="e2b.toml",OT=`# This is a config for E2B sandbox template
90
+
91
+ `,xy=_c({id:go().required(),dockerfile:go().required()});async function by(t){let e=await ui.readFile(t,"utf-8"),r=wo.parse(e);return await xy.validate(r)}async function _y(t,e,r){try{if(!r&&Ey.existsSync(t))throw new Error(`Config already exists on path ${_e(t)}`);let n=await xy.validate(e,{stripUnknown:!0}),i=wo.stringify(n);await ui.writeFile(t,OT+i)}catch(n){throw new Error(`E2B sandbox template config ${Ye({envID:e.id},t)} cannot be saved: ${n.message}`)}}function Cy(t){return yy.join(t,Oc)}var RT=1e3,BT=10*60*1e3,Fy=wn(kt.path("/envs/{envID}/builds/{buildID}").method("get").create()),wy=new Fe("build").description(`Build sandbox template defined by ${_e(zt)} or ${_e(Yr)} in root directory. By default the root directory is the current working directory. This command also creates ${xn(Oc)} config`).argument("[id]",`Specify ${ve("[id]")} of sandbox template to rebuild it. If you don's specify ${ve("[id]")} new sandbox will be created`).addOption(Us).option("-G, --no-gitignore",`Ignore ${_e(".gitignore")} file in root directory`).option("-d, --dockerfile <file>",`Specify path to Dockerfile. By default E2B tries to find ${xn(zt)} or ${xn(Yr)} in root directory`).option("-D, --no-dockerignore",`Ignore ${_e(".dockerignore")} file in root directory`).alias("bd").action(async(t,e)=>{try{let r=Hs();process.stdout.write(`
92
+ `);let n=t,i=e.dockerfile,s=fs(e.path),o=Cy(s),u=ai.existsSync(o)?await by(o):void 0,a=St.relative(s,o);u&&(console.log(`Found sandbox template ${Ye({envID:u.id},a)}`),n=u.id,i=u.dockerfile);let c=await pD(s,{respectGitignore:e.gitignore,respectDockerignore:e.dockerignore});if(!c.length){console.log(ms`
93
+ No allowed files found in ${_e(s)}.
94
+ Note that.gitignore and.dockerignore files are respected by default when building the sandbox template via from Dockerfile,
95
+ use--no - gitignore and--no - dockerignore to override.
96
+ `);return}console.log(`Preparing sandbox template building (${c.length} files in Docker build context).`);let{dockerfileContent:f,dockerfileRelativePath:p}=PT(s,i);console.log(`Found ${_e(p)} that will be used to build the sandbox template.`);let m=new FormData;m.append("dockerfile",f);let y=await gE(s,c,p!==Yr?[{oldPath:p,newPath:Yr}]:[]);m.append("buildContext",y,"env.tar.gz.e2b");let _=await NT(r,m,n);console.log(`Started building the sandbox template ${Ye(_)} `),await IT(r,_.envID,_.buildID),u||(await _y(o,{id:_.envID,dockerfile:p},!0),console.log(`Created config ${_e(a)}`))}catch(r){console.error(r),process.exit(1)}});async function IT(t,e,r){let n=new Date,i=0;function s(){return Date.now()-n.getTime()}let o;process.stdout.write(`
97
+ `);do{await p0(RT);try{o=await Fy(t,{envID:e,logsOffset:i,buildID:r})}catch(u){if(u instanceof Fy.Error){let a=u.getActualType();if(a.status===401)throw new Error(`Error getting build info - (${a.status}) bad request: ${a.data.message}`);if(a.status===404)throw new Error(`Error getting build info - (${a.status}) not found: ${a.data.message}`);if(a.status===500)throw new Error(`Error getting build info - (${a.status}) server error: ${a.data.message}`)}throw u}switch(i+=o.data.logs.length,o.data.status){case"building":o.data.logs.forEach(u=>process.stdout.write(Ta(u)));break;case"ready":console.log(`
98
+ \u2705 Building sandbox template ${Ye(o.data)} finished.
99
+ `);break;case"error":throw o.data.logs.forEach(u=>process.stdout.write(Ta(u))),new Error(`
100
+ Building sandbox template ${Ye(o.data)} failed.
101
+ `)}}while(o.data.status==="building"&&s()<BT)}function Rc(t){if(ai.existsSync(t))return ai.readFileSync(t,"utf-8")}function PT(t,e){if(e){let u=St.join(t,e),a=Rc(u),c=St.relative(t,u);if(a===void 0)throw new Error(`No ${_e(c)} found in the root directory.`);return{dockerfilePath:u,dockerfileContent:a,dockerfileRelativePath:c}}let r=St.join(t,zt),n=Rc(r),i=St.relative(t,r),s=i;if(n!==void 0)return{dockerfilePath:r,dockerfileContent:n,dockerfileRelativePath:s};r=St.join(t,Yr),n=Rc(r);let o=St.relative(t,r);if(s=o,n!==void 0)return{dockerfilePath:r,dockerfileContent:n,dockerfileRelativePath:s};throw new Error(`No ${_e(i)} or ${_e(o)} found in the root directory.You can specify a custom Dockerfile with ${ve("--dockerfile <file>")} option.`)}async function NT(t,e,r){let n=await fetch(Cn+(r?`/envs/${r}`:"/envs"),{method:"POST",headers:{Authorization:`Bearer ${t}`},body:e}),i=await n.json();if(!n.ok){let s=i;throw s.code===401?new Error(`Authentication error: ${n.statusText}, ${s.message??"no message"}`):s.code===500?new Error(`Server error: ${n.statusText}, ${s.message??"no message"}`):new Error(`API request failed: ${n.statusText}, ${s.message??"no message"}`)}return i}l();var kT=wn(kt.path("/envs").method("get").create()),Sy=new Fe("list").description("List sandbox templates").alias("ls").action(async()=>{try{let t=Hs();process.stdout.write(`
102
+ `);let e=await kT(t,{});console.log(we.underline(we.green("Sandbox templates")));let r=e.data;r?.length?r.sort((n,i)=>n.envID.localeCompare(i.envID)).forEach(n=>{console.log(n.envID)}):console.log("No templates found."),process.stdout.write(`
103
+ `)}catch(t){console.error(t),process.exit(1)}});l();l();l();function vy(){let t,e,r=new Promise((n,i)=>{t=n,e=i});return{resolve:t,reject:e,promise:r}}function Ay(){return{cols:process.stdout.columns,rows:process.stdout.rows}}async function Ty(t,e,r){let{promise:n,resolve:i}=vy();console.log(e);let s=await t.start({onData:a=>process.stdout.write(a),size:Ay(),onExit:i,envVars:{TERM:"xterm-256color"}});process.stdin.setEncoding("utf8"),process.stdin.setRawMode(!0),process.stdout.setEncoding("utf8");let o=process.stdout.on("resize",()=>s.resize(Ay())),u=process.stdin.on("data",a=>s.sendData(a.toString("utf8")));return n.then(()=>{console.log(r),o.destroy(),u.destroy()}),{kill:s.kill.bind(s),exited:n}}var Oy=new Fe("shell").description("Connect terminal to sandbox").argument("<id>",`Connect to sandbox specified by ${ve("<id>")}`).alias("sh").action(async t=>{try{let e=Q0();await LT({apiKey:e,template:{envID:t}}),process.exit(0)}catch(e){console.error(e),process.exit(1)}});async function LT({apiKey:t,template:e}){let r=new Mn({apiKey:t,id:e.envID});if(await r.open({}),r.terminal){let{exited:n}=await Ty(r.terminal,`Terminal connected to sandbox ${Ye(e)}
104
+ with sandbox URL ${ve(`https://${r.getHostname()}`)}`,`Disconnecting terminal from sandbox ${Ye(e)}`);await n,console.log(`Closing terminal connection to sandbox ${Ye(e)}`)}else throw new Error("Cannot start terminal - no sandbox")}l();var Ry=M(require("fs/promises")),By=M(require("fs")),Bc=M(require("path"));var Iy=new Fe("init").description("Create basic E2B `e2b.Dockerfile` in root directory. You can then run `e2b template build` to build sandbox template from this Dockerfile.").addOption(Us).alias("it").action(async t=>{try{process.stdout.write(`
105
+ `);let e=fs(t.path),r=Bc.join(e,zt),n=By.existsSync(r),i=t.path?Bc.join(t.path,zt):zt;if(n){console.log(`Dockerfile ${_e(i)} already exists.
106
+ `);return}await Ry.writeFile(r,EE),console.log(`Created ${_e(i)}
107
+ `)}catch(e){console.error(e),process.exit(1)}});var Py=new Fe("template").description("Manage e2b sandbox templates").addCommand(wy).addCommand(Sy).addCommand(Oy).addCommand(Iy);var Ny=new Fe().description("Tool for interacting with E2B from command line").addCommand(Py,{isDefault:!0}).addCommand(xD).addCommand(bD);var ds=To;ky.default({pkg:ds}).notify();Ny.version(Oo,void 0,"Display e2b CLI version").parse();0&&(module.exports={pkg});
79
108
  /*! Bundled license information:
80
109
 
81
110
  @balena/dockerignore/ignore.js:
@@ -109,15 +138,6 @@ queue-microtask/index.js:
109
138
  run-parallel/index.js:
110
139
  (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
111
140
 
112
- fetch-blob/index.js:
113
- (*! fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
114
-
115
- formdata-polyfill/esm.min.js:
116
- (*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
117
-
118
- node-domexception/index.js:
119
- (*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
120
-
121
141
  platform/platform.js:
122
142
  (*!
123
143
  * Platform.js v1.3.6
@@ -133,35 +153,4 @@ normalize-path/index.js:
133
153
  * Copyright (c) 2014-2018, Jon Schlinkert.
134
154
  * Released under the MIT License.
135
155
  *)
136
-
137
- mime-db/index.js:
138
- (*!
139
- * mime-db
140
- * Copyright(c) 2014 Jonathan Ong
141
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
142
- * MIT Licensed
143
- *)
144
-
145
- mime-types/index.js:
146
- (*!
147
- * mime-types
148
- * Copyright(c) 2014 Jonathan Ong
149
- * Copyright(c) 2015 Douglas Christopher Wilson
150
- * MIT Licensed
151
- *)
152
-
153
- web-streams-polyfill/dist/ponyfill.mjs:
154
- (**
155
- * @license
156
- * web-streams-polyfill v4.0.0-beta.3
157
- * Copyright 2021 Mattias Buelens, Diwank Singh Tomer and other contributors.
158
- * This code is released under the MIT license.
159
- * SPDX-License-Identifier: MIT
160
- *)
161
-
162
- formdata-node/lib/blobHelpers.js:
163
- (*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank *)
164
-
165
- formdata-node/lib/Blob.js:
166
- (*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank *)
167
156
  */