UNPKG

@elgato/cli

Version:

Stream Deck CLI tool for building with Stream Deck.

9 lines 1.13 MB
#!/usr/bin/env node
import e,{EventEmitter as t}from"node:events";import r from"node:child_process";import n,{posix as i,basename as o,win32 as s,join as a,resolve as u,dirname as c,delimiter as l,extname as f}from"node:path";import d,{existsSync as h,lstatSync as p,createReadStream as m,readlinkSync as v,rmSync as g,mkdirSync as y,cpSync as b,readdirSync as w,readFileSync as _,createWriteStream as D,writeFileSync as E,unlinkSync as x,symlinkSync as S}from"node:fs";import O from"node:process";import k,{platform as C,homedir as A,EOL as $}from"node:os";import P from"node:tty";import j,{mkdir as F,stat as T,statSync as R,mkdirSync as I,existsSync as M,rmSync as N,writeFileSync as L,readFileSync as B}from"fs";import{randomBytes as z,createHash as U}from"node:crypto";import W,{Readable as V,Writable as q}from"node:stream";import H,{EventEmitter as G}from"events";import{StringDecoder as K}from"node:string_decoder";import Y,{parse as J,dirname as Z,resolve as X,extname as Q}from"path";import ee from"assert";import te,{Buffer as re}from"buffer";import ne from"zlib";import ie from"node:assert";import{readdir as oe,lstat as se,mkdir as ae,readFile as ue,rm as ce}from"node:fs/promises";import*as le from"node:readline";import fe,{createInterface as de}from"node:readline";import{fileURLToPath as he}from"node:url";import pe from"stream";import{AsyncLocalStorage as me,AsyncResource as ve}from"node:async_hooks";import ge from"tty";import ye from"util";import be from"child_process";import we from"string_decoder";import _e from"crypto";import De from"os";import{keywordDefinitions as Ee}from"@elgato/schemas";var xe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Se(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Oe,ke,Ce={},Ae={},$e={};function Pe(){if(Oe)return $e;Oe=1;class e extends Error{constructor(e,t,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}}return $e.CommanderError=e,$e.InvalidArgumentError=class extends e{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}},$e}function je(){if(ke)return Ae;ke=1;const{InvalidArgumentError:e}=Pe();return Ae.Argument=class{constructor(e,t){switch(this.description=t||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){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}this._name.length>3&&"..."===this._name.slice(-3)&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,t){return t!==this.defaultValue&&Array.isArray(t)?t.concat(e):[e]}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}argParser(e){return this.parseArg=e,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(t,r)=>{if(!this.argChoices.includes(t))throw new e(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(t,r):t},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}},Ae.humanReadableArgName=function(e){const t=e.name()+(!0===e.variadic?"...":"");return e.required?"<"+t+">":"["+t+"]"},Ae}var Fe,Te={},Re={};function Ie(){if(Fe)return Re;Fe=1;const{humanReadableArgName:e}=je();function t(e){return e.replace(/\x1b\[\d*(;\d*)*m/g,"")}return Re.Help=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){const t=e.commands.filter((e=>!e._hidden)),r=e._getHelpCommand();return r&&!r._hidden&&t.push(r),this.sortSubcommands&&t.sort(((e,t)=>e.name().localeCompare(t.name()))),t}compareOptions(e,t){const r=e=>e.short?e.short.replace(/^-/,""):e.long.replace(/^--/,"");return r(e).localeCompare(r(t))}visibleOptions(e){const t=e.options.filter((e=>!e.hidden)),r=e._getHelpOption();if(r&&!r.hidden){const n=r.short&&e._findOption(r.short),i=r.long&&e._findOption(r.long);n||i?r.long&&!i?t.push(e.createOption(r.long,r.description)):r.short&&!n&&t.push(e.createOption(r.short,r.description)):t.push(r)}return this.sortOptions&&t.sort(this.compareOptions),t}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];const t=[];for(let r=e.parent;r;r=r.parent){const e=r.options.filter((e=>!e.hidden));t.push(...e)}return this.sortOptions&&t.sort(this.compareOptions),t}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach((t=>{t.description=t.description||e._argsDescription[t.name()]||""})),e.registeredArguments.find((e=>e.description))?e.registeredArguments:[]}subcommandTerm(t){const r=t.registeredArguments.map((t=>e(t))).join(" ");return t._name+(t._aliases[0]?"|"+t._aliases[0]:"")+(t.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,t){return t.visibleCommands(e).reduce(((e,r)=>Math.max(e,this.displayWidth(t.styleSubcommandTerm(t.subcommandTerm(r))))),0)}longestOptionTermLength(e,t){return t.visibleOptions(e).reduce(((e,r)=>Math.max(e,this.displayWidth(t.styleOptionTerm(t.optionTerm(r))))),0)}longestGlobalOptionTermLength(e,t){return t.visibleGlobalOptions(e).reduce(((e,r)=>Math.max(e,this.displayWidth(t.styleOptionTerm(t.optionTerm(r))))),0)}longestArgumentTermLength(e,t){return t.visibleArguments(e).reduce(((e,r)=>Math.max(e,this.displayWidth(t.styleArgumentTerm(t.argumentTerm(r))))),0)}commandUsage(e){let t=e._name;e._aliases[0]&&(t=t+"|"+e._aliases[0]);let r="";for(let t=e.parent;t;t=t.parent)r=t.name()+" "+r;return r+t+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){const t=[];if(e.argChoices&&t.push(`choices: ${e.argChoices.map((e=>JSON.stringify(e))).join(", ")}`),void 0!==e.defaultValue){(e.required||e.optional||e.isBoolean()&&"boolean"==typeof e.defaultValue)&&t.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`)}return void 0!==e.presetArg&&e.optional&&t.push(`preset: ${JSON.stringify(e.presetArg)}`),void 0!==e.envVar&&t.push(`env: ${e.envVar}`),t.length>0?`${e.description} (${t.join(", ")})`:e.description}argumentDescription(e){const t=[];if(e.argChoices&&t.push(`choices: ${e.argChoices.map((e=>JSON.stringify(e))).join(", ")}`),void 0!==e.defaultValue&&t.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),t.length>0){const r=`(${t.join(", ")})`;return e.description?`${e.description} ${r}`:r}return e.description}formatHelp(e,t){const r=t.padWidth(e,t),n=t.helpWidth??80;function i(e,n){return t.formatItem(e,r,n,t)}let o=[`${t.styleTitle("Usage:")} ${t.styleUsage(t.commandUsage(e))}`,""];const s=t.commandDescription(e);s.length>0&&(o=o.concat([t.boxWrap(t.styleCommandDescription(s),n),""]));const a=t.visibleArguments(e).map((e=>i(t.styleArgumentTerm(t.argumentTerm(e)),t.styleArgumentDescription(t.argumentDescription(e)))));a.length>0&&(o=o.concat([t.styleTitle("Arguments:"),...a,""]));const u=t.visibleOptions(e).map((e=>i(t.styleOptionTerm(t.optionTerm(e)),t.styleOptionDescription(t.optionDescription(e)))));if(u.length>0&&(o=o.concat([t.styleTitle("Options:"),...u,""])),t.showGlobalOptions){const r=t.visibleGlobalOptions(e).map((e=>i(t.styleOptionTerm(t.optionTerm(e)),t.styleOptionDescription(t.optionDescription(e)))));r.length>0&&(o=o.concat([t.styleTitle("Global Options:"),...r,""]))}const c=t.visibleCommands(e).map((e=>i(t.styleSubcommandTerm(t.subcommandTerm(e)),t.styleSubcommandDescription(t.subcommandDescription(e)))));return c.length>0&&(o=o.concat([t.styleTitle("Commands:"),...c,""])),o.join("\n")}displayWidth(e){return t(e).length}styleTitle(e){return e}styleUsage(e){return e.split(" ").map((e=>"[options]"===e?this.styleOptionText(e):"[command]"===e?this.styleSubcommandText(e):"["===e[0]||"<"===e[0]?this.styleArgumentText(e):this.styleCommandText(e))).join(" ")}styleCommandDescription(e){return this.styleDescriptionText(e)}styleOptionDescription(e){return this.styleDescriptionText(e)}styleSubcommandDescription(e){return this.styleDescriptionText(e)}styleArgumentDescription(e){return this.styleDescriptionText(e)}styleDescriptionText(e){return e}styleOptionTerm(e){return this.styleOptionText(e)}styleSubcommandTerm(e){return e.split(" ").map((e=>"[options]"===e?this.styleOptionText(e):"["===e[0]||"<"===e[0]?this.styleArgumentText(e):this.styleSubcommandText(e))).join(" ")}styleArgumentTerm(e){return this.styleArgumentText(e)}styleOptionText(e){return e}styleArgumentText(e){return e}styleSubcommandText(e){return e}styleCommandText(e){return e}padWidth(e,t){return Math.max(t.longestOptionTermLength(e,t),t.longestGlobalOptionTermLength(e,t),t.longestSubcommandTermLength(e,t),t.longestArgumentTermLength(e,t))}preformatted(e){return/\n[^\S\r\n]/.test(e)}formatItem(e,t,r,n){const i=" ".repeat(2);if(!r)return i+e;const o=e.padEnd(t+e.length-n.displayWidth(e)),s=(this.helpWidth??80)-t-2-2;let a;if(s<this.minWidthToWrap||n.preformatted(r))a=r;else{a=n.boxWrap(r,s).replace(/\n/g,"\n"+" ".repeat(t+2))}return i+o+" ".repeat(2)+a.replace(/\n/g,`\n${i}`)}boxWrap(e,t){if(t<this.minWidthToWrap)return e;const r=e.split(/\r\n|\n/),n=/[\s]*[^\s]+/g,i=[];return r.forEach((e=>{const r=e.match(n);if(null===r)return void i.push("");let o=[r.shift()],s=this.displayWidth(o[0]);r.forEach((e=>{const r=this.displayWidth(e);if(s+r<=t)return o.push(e),void(s+=r);i.push(o.join(""));const n=e.trimStart();o=[n],s=this.displayWidth(n)})),i.push(o.join(""))})),i.join("\n")}},Re.stripColor=t,Re}var Me,Ne={};function Le(){if(Me)return Ne;Me=1;const{InvalidArgumentError:e}=Pe();function t(e){return e.split("-").reduce(((e,t)=>e+t[0].toUpperCase()+t.slice(1)))}return Ne.Option=class{constructor(e,t){this.flags=e,this.description=t||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;const r=function(e){let t,r;const n=/^-[^-]$/,i=/^--[^-]/,o=e.split(/[ |,]+/).concat("guard");n.test(o[0])&&(t=o.shift());i.test(o[0])&&(r=o.shift());if(/^-[^-][^-]/.test(o[0]))throw new Error(`invalid Option flags, short option is dash and single character: '${e}'`);if(t&&n.test(o[0]))throw new Error(`invalid Option flags, more than one short flag: '${e}'`);if(r&&i.test(o[0]))throw new Error(`invalid Option flags, more than one long flag: '${e}'`);if(!t&&!r||o[0].startsWith("-"))throw new Error(`invalid Option flags: '${e}'`);return{shortFlag:t,longFlag:r}}(e);this.short=r.shortFlag,this.long=r.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let t=e;return"string"==typeof e&&(t={[e]:!0}),this.implied=Object.assign(this.implied||{},t),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,t){return t!==this.defaultValue&&Array.isArray(t)?t.concat(e):[e]}choices(t){return this.argChoices=t.slice(),this.parseArg=(t,r)=>{if(!this.argChoices.includes(t))throw new e(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(t,r):t},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return this.negate?t(this.name().replace(/^no-/,"")):t(this.name())}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},Ne.DualOptions=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach((e=>{e.negate?this.negativeOptions.set(e.attributeName(),e):this.positiveOptions.set(e.attributeName(),e)})),this.negativeOptions.forEach(((e,t)=>{this.positiveOptions.has(t)&&this.dualOptions.add(t)}))}valueFromOption(e,t){const r=t.attributeName();if(!this.dualOptions.has(r))return!0;const n=this.negativeOptions.get(r).presetArg,i=void 0!==n&&n;return t.negate===(i===e)}},Ne}var Be,ze,Ue,We={};function Ve(){if(Be)return We;Be=1;const e=3;return We.suggestSimilar=function(t,r){if(!r||0===r.length)return"";r=Array.from(new Set(r));const n=t.startsWith("--");n&&(t=t.slice(2),r=r.map((e=>e.slice(2))));let i=[],o=e;return r.forEach((r=>{if(r.length<=1)return;const n=function(t,r){if(Math.abs(t.length-r.length)>e)return Math.max(t.length,r.length);const n=[];for(let e=0;e<=t.length;e++)n[e]=[e];for(let e=0;e<=r.length;e++)n[0][e]=e;for(let e=1;e<=r.length;e++)for(let i=1;i<=t.length;i++){let o=1;o=t[i-1]===r[e-1]?0:1,n[i][e]=Math.min(n[i-1][e]+1,n[i][e-1]+1,n[i-1][e-1]+o),i>1&&e>1&&t[i-1]===r[e-2]&&t[i-2]===r[e-1]&&(n[i][e]=Math.min(n[i][e],n[i-2][e-2]+1))}return n[t.length][r.length]}(t,r),s=Math.max(t.length,r.length);(s-n)/s>.4&&(n<o?(o=n,i=[r]):n===o&&i.push(r))})),i.sort(((e,t)=>e.localeCompare(t))),n&&(i=i.map((e=>`--${e}`))),i.length>1?`\n(Did you mean one of ${i.join(", ")}?)`:1===i.length?`\n(Did you mean ${i[0]}?)`:""},We}var qe=function(){if(Ue)return Ce;Ue=1;const{Argument:t}=je(),{Command:i}=function(){if(ze)return Te;ze=1;const t=e.EventEmitter,i=r,o=n,s=d,a=O,{Argument:u,humanReadableArgName:c}=je(),{CommanderError:l}=Pe(),{Help:f,stripColor:h}=Ie(),{Option:p,DualOptions:m}=Le(),{suggestSimilar:v}=Ve();class g extends t{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:e=>a.stdout.write(e),writeErr:e=>a.stderr.write(e),outputError:(e,t)=>t(e),getOutHelpWidth:()=>a.stdout.isTTY?a.stdout.columns:void 0,getErrHelpWidth:()=>a.stderr.isTTY?a.stderr.columns:void 0,getOutHasColors:()=>b()??(a.stdout.isTTY&&a.stdout.hasColors?.()),getErrHasColors:()=>b()??(a.stderr.isTTY&&a.stderr.hasColors?.()),stripColor:e=>h(e)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={}}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){const e=[];for(let t=this;t;t=t.parent)e.push(t);return e}command(e,t,r){let n=t,i=r;"object"==typeof n&&null!==n&&(i=n,n=null),i=i||{};const[,o,s]=e.match(/([^ ]+) *(.*)/),a=this.createCommand(o);return n&&(a.description(n),a._executableHandler=!0),i.isDefault&&(this._defaultCommandName=a._name),a._hidden=!(!i.noHelp&&!i.hidden),a._executableFile=i.executableFile||null,s&&a.arguments(s),this._registerCommand(a),a.parent=this,a.copyInheritedSettings(this),n?this:a}createCommand(e){return new g(e)}createHelp(){return Object.assign(new f,this.configureHelp())}configureHelp(e){return void 0===e?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return void 0===e?this._outputConfiguration:(Object.assign(this._outputConfiguration,e),this)}showHelpAfterError(e=!0){return"string"!=typeof e&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,t){if(!e._name)throw new Error("Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()");return(t=t||{}).isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,t){return new u(e,t)}argument(e,t,r,n){const i=this.createArgument(e,t);return"function"==typeof r?i.default(n).argParser(r):i.default(r),this.addArgument(i),this}arguments(e){return e.trim().split(/ +/).forEach((e=>{this.argument(e)})),this}addArgument(e){const t=this.registeredArguments.slice(-1)[0];if(t&&t.variadic)throw new Error(`only the last argument can be variadic '${t.name()}'`);if(e.required&&void 0!==e.defaultValue&&void 0===e.parseArg)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,t){if("boolean"==typeof e)return this._addImplicitHelpCommand=e,this;e=e??"help [command]";const[,r,n]=e.match(/([^ ]+) *(.*)/),i=t??"display help for command",o=this.createCommand(r);return o.helpOption(!1),n&&o.arguments(n),i&&o.description(i),this._addImplicitHelpCommand=!0,this._helpCommand=o,this}addHelpCommand(e,t){return"object"!=typeof e?(this.helpCommand(e,t),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(void 0===this._helpCommand&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,t){const r=["preSubcommand","preAction","postAction"];if(!r.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.\nExpecting one of '${r.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(t):this._lifeCycleHooks[e]=[t],this}exitOverride(e){return this._exitCallback=e||(e=>{if("commander.executeSubCommandAsync"!==e.code)throw e}),this}_exit(e,t,r){this._exitCallback&&this._exitCallback(new l(e,t,r)),a.exit(e)}action(e){return this._actionHandler=t=>{const r=this.registeredArguments.length,n=t.slice(0,r);return this._storeOptionsAsProperties?n[r]=this:n[r]=this.opts(),n.push(this),e.apply(this,n)},this}createOption(e,t){return new p(e,t)}_callParseArg(e,t,r,n){try{return e.parseArg(t,r)}catch(e){if("commander.invalidArgument"===e.code){const t=`${n} ${e.message}`;this.error(t,{exitCode:e.exitCode,code:e.code})}throw e}}_registerOption(e){const t=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(t){const r=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${r}'\n-  already used by option '${t.flags}'`)}this.options.push(e)}_registerCommand(e){const t=e=>[e.name()].concat(e.aliases()),r=t(e).find((e=>this._findCommand(e)));if(r){const n=t(this._findCommand(r)).join("|"),i=t(e).join("|");throw new Error(`cannot add command '${i}' as already have command '${n}'`)}this.commands.push(e)}addOption(e){this._registerOption(e);const t=e.name(),r=e.attributeName();if(e.negate){const t=e.long.replace(/^--no-/,"--");this._findOption(t)||this.setOptionValueWithSource(r,void 0===e.defaultValue||e.defaultValue,"default")}else void 0!==e.defaultValue&&this.setOptionValueWithSource(r,e.defaultValue,"default");const n=(t,n,i)=>{null==t&&void 0!==e.presetArg&&(t=e.presetArg);const o=this.getOptionValue(r);null!==t&&e.parseArg?t=this._callParseArg(e,t,o,n):null!==t&&e.variadic&&(t=e._concatValue(t,o)),null==t&&(t=!e.negate&&(!(!e.isBoolean()&&!e.optional)||"")),this.setOptionValueWithSource(r,t,i)};return this.on("option:"+t,(t=>{const r=`error: option '${e.flags}' argument '${t}' is invalid.`;n(t,r,"cli")})),e.envVar&&this.on("optionEnv:"+t,(t=>{const r=`error: option '${e.flags}' value '${t}' from env '${e.envVar}' is invalid.`;n(t,r,"env")})),this}_optionEx(e,t,r,n,i){if("object"==typeof t&&t instanceof p)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");const o=this.createOption(t,r);if(o.makeOptionMandatory(!!e.mandatory),"function"==typeof n)o.default(i).argParser(n);else if(n instanceof RegExp){const e=n;n=(t,r)=>{const n=e.exec(t);return n?n[0]:r},o.default(i).argParser(n)}else o.default(n);return this.addOption(o)}option(e,t,r,n){return this._optionEx({},e,t,r,n)}requiredOption(e,t,r,n){return this._optionEx({mandatory:!0},e,t,r,n)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,t){return this.setOptionValueWithSource(e,t,void 0)}setOptionValueWithSource(e,t,r){return this._storeOptionsAsProperties?this[e]=t:this._optionValues[e]=t,this._optionValueSources[e]=r,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let t;return this._getCommandAndAncestors().forEach((r=>{void 0!==r.getOptionValueSource(e)&&(t=r.getOptionValueSource(e))})),t}_prepareUserArgs(e,t){if(void 0!==e&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(t=t||{},void 0===e&&void 0===t.from){a.versions?.electron&&(t.from="electron");const e=a.execArgv??[];(e.includes("-e")||e.includes("--eval")||e.includes("-p")||e.includes("--print"))&&(t.from="eval")}let r;switch(void 0===e&&(e=a.argv),this.rawArgs=e.slice(),t.from){case void 0:case"node":this._scriptPath=e[1],r=e.slice(2);break;case"electron":a.defaultApp?(this._scriptPath=e[1],r=e.slice(2)):r=e.slice(1);break;case"user":r=e.slice(0);break;case"eval":r=e.slice(1);break;default:throw new Error(`unexpected parse option { from: '${t.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",r}parse(e,t){this._prepareForParse();const r=this._prepareUserArgs(e,t);return this._parseCommand([],r),this}async parseAsync(e,t){this._prepareForParse();const r=this._prepareUserArgs(e,t);return await this._parseCommand([],r),this}_prepareForParse(){null===this._savedState?this.saveStateBeforeParse():this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw new Error("Can not call parse again when storeOptionsAsProperties is true.\n- either make a new Command for each call to parse, or stop storing options as properties");this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(e,t,r){if(!s.existsSync(e))throw new Error(`'${e}' does not exist\n - if '${r}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name or path\n - ${t?`searched for local subcommand relative to directory '${t}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory"}`)}_executeSubCommand(e,t){t=t.slice();let r=!1;const n=[".js",".ts",".tsx",".mjs",".cjs"];function u(e,t){const r=o.resolve(e,t);if(s.existsSync(r))return r;if(n.includes(o.extname(t)))return;const i=n.find((e=>s.existsSync(`${r}${e}`)));return i?`${r}${i}`:void 0}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let c,f=e._executableFile||`${this._name}-${e._name}`,d=this._executableDir||"";if(this._scriptPath){let e;try{e=s.realpathSync(this._scriptPath)}catch{e=this._scriptPath}d=o.resolve(o.dirname(e),d)}if(d){let t=u(d,f);if(!t&&!e._executableFile&&this._scriptPath){const r=o.basename(this._scriptPath,o.extname(this._scriptPath));r!==this._name&&(t=u(d,`${r}-${e._name}`))}f=t||f}r=n.includes(o.extname(f)),"win32"!==a.platform?r?(t.unshift(f),t=y(a.execArgv).concat(t),c=i.spawn(a.argv[0],t,{stdio:"inherit"})):c=i.spawn(f,t,{stdio:"inherit"}):(this._checkForMissingExecutable(f,d,e._name),t.unshift(f),t=y(a.execArgv).concat(t),c=i.spawn(a.execPath,t,{stdio:"inherit"})),c.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach((e=>{a.on(e,(()=>{!1===c.killed&&null===c.exitCode&&c.kill(e)}))}));const h=this._exitCallback;c.on("close",(e=>{e=e??1,h?h(new l(e,"commander.executeSubCommandAsync","(close)")):a.exit(e)})),c.on("error",(t=>{if("ENOENT"===t.code)this._checkForMissingExecutable(f,d,e._name);else if("EACCES"===t.code)throw new Error(`'${f}' not executable`);if(h){const e=new l(1,"commander.executeSubCommandAsync","(error)");e.nestedError=t,h(e)}else a.exit(1)})),this.runningCommand=c}_dispatchSubcommand(e,t,r){const n=this._findCommand(e);let i;return n||this.help({error:!0}),n._prepareForParse(),i=this._chainOrCallSubCommandHook(i,n,"preSubcommand"),i=this._chainOrCall(i,(()=>{if(!n._executableHandler)return n._parseCommand(t,r);this._executeSubCommand(n,t.concat(r))})),i}_dispatchHelpCommand(e){e||this.help();const t=this._findCommand(e);return t&&!t._executableHandler&&t.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach(((e,t)=>{e.required&&null==this.args[t]&&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(){const e=(e,t,r)=>{let n=t;if(null!==t&&e.parseArg){const i=`error: command-argument value '${t}' is invalid for argument '${e.name()}'.`;n=this._callParseArg(e,t,r,i)}return n};this._checkNumberOfArguments();const t=[];this.registeredArguments.forEach(((r,n)=>{let i=r.defaultValue;r.variadic?n<this.args.length?(i=this.args.slice(n),r.parseArg&&(i=i.reduce(((t,n)=>e(r,n,t)),r.defaultValue))):void 0===i&&(i=[]):n<this.args.length&&(i=this.args[n],r.parseArg&&(i=e(r,i,r.defaultValue))),t[n]=i})),this.processedArgs=t}_chainOrCall(e,t){return e&&e.then&&"function"==typeof e.then?e.then((()=>t())):t()}_chainOrCallHooks(e,t){let r=e;const n=[];return this._getCommandAndAncestors().reverse().filter((e=>void 0!==e._lifeCycleHooks[t])).forEach((e=>{e._lifeCycleHooks[t].forEach((t=>{n.push({hookedCommand:e,callback:t})}))})),"postAction"===t&&n.reverse(),n.forEach((e=>{r=this._chainOrCall(r,(()=>e.callback(e.hookedCommand,this)))})),r}_chainOrCallSubCommandHook(e,t,r){let n=e;return void 0!==this._lifeCycleHooks[r]&&this._lifeCycleHooks[r].forEach((e=>{n=this._chainOrCall(n,(()=>e(this,t)))})),n}_parseCommand(e,t){const r=this.parseOptions(t);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(r.operands),t=r.unknown,this.args=e.concat(t),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),t);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(t),this._dispatchSubcommand(this._defaultCommandName,e,t);!this.commands.length||0!==this.args.length||this._actionHandler||this._defaultCommandName||this.help({error:!0}),this._outputHelpIfRequested(r.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();const n=()=>{r.unknown.length>0&&this.unknownOption(r.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){let r;return n(),this._processArguments(),r=this._chainOrCallHooks(r,"preAction"),r=this._chainOrCall(r,(()=>this._actionHandler(this.processedArgs))),this.parent&&(r=this._chainOrCall(r,(()=>{this.parent.emit(i,e,t)}))),r=this._chainOrCallHooks(r,"postAction"),r}if(this.parent&&this.parent.listenerCount(i))n(),this._processArguments(),this.parent.emit(i,e,t);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,t);this.listenerCount("command:*")?this.emit("command:*",e,t):this.commands.length?this.unknownCommand():(n(),this._processArguments())}else this.commands.length?(n(),this.help({error:!0})):(n(),this._processArguments())}_findCommand(e){if(e)return this.commands.find((t=>t._name===e||t._aliases.includes(e)))}_findOption(e){return this.options.find((t=>t.is(e)))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach((e=>{e.options.forEach((t=>{t.mandatory&&void 0===e.getOptionValue(t.attributeName())&&e.missingMandatoryOptionValue(t)}))}))}_checkForConflictingLocalOptions(){const e=this.options.filter((e=>{const t=e.attributeName();return void 0!==this.getOptionValue(t)&&"default"!==this.getOptionValueSource(t)})),t=e.filter((e=>e.conflictsWith.length>0));t.forEach((t=>{const r=e.find((e=>t.conflictsWith.includes(e.attributeName())));r&&this._conflictingOption(t,r)}))}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach((e=>{e._checkForConflictingLocalOptions()}))}parseOptions(e){const t=[],r=[];let n=t;const i=e.slice();function o(e){return e.length>1&&"-"===e[0]}let s=null;for(;i.length;){const e=i.shift();if("--"===e){n===r&&n.push(e),n.push(...i);break}if(!s||o(e)){if(s=null,o(e)){const t=this._findOption(e);if(t){if(t.required){const e=i.shift();void 0===e&&this.optionMissingArgument(t),this.emit(`option:${t.name()}`,e)}else if(t.optional){let e=null;i.length>0&&!o(i[0])&&(e=i.shift()),this.emit(`option:${t.name()}`,e)}else this.emit(`option:${t.name()}`);s=t.variadic?t:null;continue}}if(e.length>2&&"-"===e[0]&&"-"!==e[1]){const t=this._findOption(`-${e[1]}`);if(t){t.required||t.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${t.name()}`,e.slice(2)):(this.emit(`option:${t.name()}`),i.unshift(`-${e.slice(2)}`));continue}}if(/^--[^=]+=/.test(e)){const t=e.indexOf("="),r=this._findOption(e.slice(0,t));if(r&&(r.required||r.optional)){this.emit(`option:${r.name()}`,e.slice(t+1));continue}}if(o(e)&&(n=r),(this._enablePositionalOptions||this._passThroughOptions)&&0===t.length&&0===r.length){if(this._findCommand(e)){t.push(e),i.length>0&&r.push(...i);break}if(this._getHelpCommand()&&e===this._getHelpCommand().name()){t.push(e),i.length>0&&t.push(...i);break}if(this._defaultCommandName){r.push(e),i.length>0&&r.push(...i);break}}if(this._passThroughOptions){n.push(e),i.length>0&&n.push(...i);break}n.push(e)}else this.emit(`option:${s.name()}`,e)}return{operands:t,unknown:r}}opts(){if(this._storeOptionsAsProperties){const e={},t=this.options.length;for(let r=0;r<t;r++){const t=this.options[r].attributeName();e[t]=t===this._versionOptionName?this._version:this[t]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce(((e,t)=>Object.assign(e,t.opts())),{})}error(e,t){this._outputConfiguration.outputError(`${e}\n`,this._outputConfiguration.writeErr),"string"==typeof this._showHelpAfterError?this._outputConfiguration.writeErr(`${this._showHelpAfterError}\n`):this._showHelpAfterError&&(this._outputConfiguration.writeErr("\n"),this.outputHelp({error:!0}));const r=t||{},n=r.exitCode||1,i=r.code||"commander.error";this._exit(n,i,e)}_parseOptionsEnv(){this.options.forEach((e=>{if(e.envVar&&e.envVar in a.env){const t=e.attributeName();(void 0===this.getOptionValue(t)||["default","config","env"].includes(this.getOptionValueSource(t)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,a.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}}))}_parseOptionsImplied(){const e=new m(this.options),t=e=>void 0!==this.getOptionValue(e)&&!["default","implied"].includes(this.getOptionValueSource(e));this.options.filter((r=>void 0!==r.implied&&t(r.attributeName())&&e.valueFromOption(this.getOptionValue(r.attributeName()),r))).forEach((e=>{Object.keys(e.implied).filter((e=>!t(e))).forEach((t=>{this.setOptionValueWithSource(t,e.implied[t],"implied")}))}))}missingArgument(e){const t=`error: missing required argument '${e}'`;this.error(t,{code:"commander.missingArgument"})}optionMissingArgument(e){const t=`error: option '${e.flags}' argument missing`;this.error(t,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){const t=`error: required option '${e.flags}' not specified`;this.error(t,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,t){const r=e=>{const t=e.attributeName(),r=this.getOptionValue(t),n=this.options.find((e=>e.negate&&t===e.attributeName())),i=this.options.find((e=>!e.negate&&t===e.attributeName()));return n&&(void 0===n.presetArg&&!1===r||void 0!==n.presetArg&&r===n.presetArg)?n:i||e},n=e=>{const t=r(e),n=t.attributeName();return"env"===this.getOptionValueSource(n)?`environment variable '${t.envVar}'`:`option '${t.flags}'`},i=`error: ${n(e)} cannot be used with ${n(t)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let t="";if(e.startsWith("--")&&this._showSuggestionAfterError){let r=[],n=this;do{const e=n.createHelp().visibleOptions(n).filter((e=>e.long)).map((e=>e.long));r=r.concat(e),n=n.parent}while(n&&!n._enablePositionalOptions);t=v(e,r)}const r=`error: unknown option '${e}'${t}`;this.error(r,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;const t=this.registeredArguments.length,r=1===t?"":"s",n=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${t} argument${r} but got ${e.length}.`;this.error(n,{code:"commander.excessArguments"})}unknownCommand(){const e=this.args[0];let t="";if(this._showSuggestionAfterError){const r=[];this.createHelp().visibleCommands(this).forEach((e=>{r.push(e.name()),e.alias()&&r.push(e.alias())})),t=v(e,r)}const r=`error: unknown command '${e}'${t}`;this.error(r,{code:"commander.unknownCommand"})}version(e,t,r){if(void 0===e)return this._version;this._version=e,t=t||"-V, --version",r=r||"output the version number";const n=this.createOption(t,r);return this._versionOptionName=n.attributeName(),this._registerOption(n),this.on("option:"+n.name(),(()=>{this._outputConfiguration.writeOut(`${e}\n`),this._exit(0,"commander.version",e)})),this}description(e,t){return void 0===e&&void 0===t?this._description:(this._description=e,t&&(this._argsDescription=t),this)}summary(e){return void 0===e?this._summary:(this._summary=e,this)}alias(e){if(void 0===e)return this._aliases[0];let t=this;if(0!==this.commands.length&&this.commands[this.commands.length-1]._executableHandler&&(t=this.commands[this.commands.length-1]),e===t._name)throw new Error("Command alias can't be the same as its name");const r=this.parent?._findCommand(e);if(r){const t=[r.name()].concat(r.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${t}'`)}return t._aliases.push(e),this}aliases(e){return void 0===e?this._aliases:(e.forEach((e=>this.alias(e))),this)}usage(e){if(void 0===e){if(this._usage)return this._usage;const e=this.registeredArguments.map((e=>c(e)));return[].concat(this.options.length||null!==this._helpOption?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?e:[]).join(" ")}return this._usage=e,this}name(e){return void 0===e?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=o.basename(e,o.extname(e)),this}executableDir(e){return void 0===e?this._executableDir:(this._executableDir=e,this)}helpInformation(e){const t=this.createHelp(),r=this._getOutputContext(e);t.prepareContext({error:r.error,helpWidth:r.helpWidth,outputHasColors:r.hasColors});const n=t.formatHelp(this,t);return r.hasColors?n:this._outputConfiguration.stripColor(n)}_getOutputContext(e){const t=!!(e=e||{}).error;let r,n,i;return t?(r=e=>this._outputConfiguration.writeErr(e),n=this._outputConfiguration.getErrHasColors(),i=this._outputConfiguration.getErrHelpWidth()):(r=e=>this._outputConfiguration.writeOut(e),n=this._outputConfiguration.getOutHasColors(),i=this._outputConfiguration.getOutHelpWidth()),{error:t,write:e=>(n||(e=this._outputConfiguration.stripColor(e)),r(e)),hasColors:n,helpWidth:i}}outputHelp(e){let t;"function"==typeof e&&(t=e,e=void 0);const r=this._getOutputContext(e),n={error:r.error,write:r.write,command:this};this._getCommandAndAncestors().reverse().forEach((e=>e.emit("beforeAllHelp",n))),this.emit("beforeHelp",n);let i=this.helpInformation({error:r.error});if(t&&(i=t(i),"string"!=typeof i&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");r.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach((e=>e.emit("afterAllHelp",n)))}helpOption(e,t){return"boolean"==typeof e?(this._helpOption=e?this._helpOption??void 0:null,this):(e=e??"-h, --help",t=t??"display help for command",this._helpOption=this.createOption(e,t),this)}_getHelpOption(){return void 0===this._helpOption&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this}help(e){this.outputHelp(e);let t=Number(a.exitCode??0);0===t&&e&&"function"!=typeof e&&e.error&&(t=1),this._exit(t,"commander.help","(outputHelp)")}addHelpText(e,t){const r=["beforeAll","before","after","afterAll"];if(!r.includes(e))throw new Error(`Unexpected value for position to addHelpText.\nExpecting one of '${r.join("', '")}'`);const n=`${e}Help`;return this.on(n,(e=>{let r;r="function"==typeof t?t({error:e.error,command:e.command}):t,r&&e.write(`${r}\n`)})),this}_outputHelpIfRequested(e){const t=this._getHelpOption();t&&e.find((e=>t.is(e)))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}}function y(e){return e.map((e=>{if(!e.startsWith("--inspect"))return e;let t,r,n="127.0.0.1",i="9229";return null!==(r=e.match(/^(--inspect(-brk)?)$/))?t=r[1]:null!==(r=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))?(t=r[1],/^\d+$/.test(r[3])?i=r[3]:n=r[3]):null!==(r=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))&&(t=r[1],n=r[3],i=r[4]),t&&"0"!==i?`${t}=${n}:${parseInt(i)+1}`:e}))}function b(){return!a.env.NO_COLOR&&"0"!==a.env.FORCE_COLOR&&"false"!==a.env.FORCE_COLOR&&(!(!a.env.FORCE_COLOR&&void 0===a.env.CLICOLOR_FORCE)||void 0)}return Te.Command=g,Te.useColor=b,Te}(),{CommanderError:o,InvalidArgumentError:s}=Pe(),{Help:a}=Ie(),{Option:u}=Le();return Ce.program=new i,Ce.createCommand=e=>new i(e),Ce.createOption=(e,t)=>new u(e,t),Ce.createArgument=(e,r)=>new t(e,r),Ce.Command=i,Ce.Option=u,Ce.Argument=t,Ce.Help=a,Ce.CommanderError=o,Ce.InvalidArgumentError=s,Ce.InvalidOptionArgumentError=s,Ce}(),He=Se(qe);const{program:Ge,createCommand:Ke,createArgument:Ye,createOption:Je,CommanderError:Ze,InvalidArgumentError:Xe,InvalidOptionArgumentError:Qe,Command:et,Argument:tt,Option:rt,Help:nt}=He,it=(e=0)=>t=>`[${t+e}m`,ot=(e=0)=>t=>`[${38+e};5;${t}m`,st=(e=0)=>(t,r,n)=>`[${38+e};2;${t};${r};${n}m`,at={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(at.modifier);Object.keys(at.color),Object.keys(at.bgColor);const ut=function(){const e=new Map;for(const[t,r]of Object.entries(at)){for(const[t,n]of Object.entries(r))at[t]={open:`[${n[0]}m`,close:`[${n[1]}m`},r[t]=at[t],e.set(n[0],n[1]);Object.defineProperty(at,t,{value:r,enumerable:!1})}return Object.defineProperty(at,"codes",{value:e,enumerable:!1}),at.color.close="",at.bgColor.close="",at.color.ansi=it(),at.color.ansi256=ot(),at.color.ansi16m=st(),at.bgColor.ansi=it(10),at.bgColor.ansi256=ot(10),at.bgColor.ansi16m=st(10),Object.defineProperties(at,{rgbToAnsi256:{value:(e,t,r)=>e===t&&t===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(t/255*5)+Math.round(r/255*5),enumerable:!1},hexToRgb:{value(e){const t=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!t)return[0,0,0];let[r]=t;3===r.length&&(r=[...r].map((e=>e+e)).join(""));const n=Number.parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},enumerable:!1},hexToAnsi256:{value:e=>at.rgbToAnsi256(...at.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return e-8+90;let t,r,n;if(e>=232)t=(10*(e-232)+8)/255,r=t,n=t;else{const i=(e-=16)%36;t=Math.floor(e/36)/5,r=Math.floor(i/6)/5,n=i%6/5}const i=2*Math.max(t,r,n);if(0===i)return 30;let o=30+(Math.round(n)<<2|Math.round(r)<<1|Math.round(t));return 2===i&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(e,t,r)=>at.ansi256ToAnsi(at.rgbToAnsi256(e,t,r)),enumerable:!1},hexToAnsi:{value:e=>at.ansi256ToAnsi(at.hexToAnsi256(e)),enumerable:!1}}),at}();function ct(e,t=(globalThis.Deno?globalThis.Deno.args:O.argv)){const r=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(r+e),i=t.indexOf("--");return-1!==n&&(-1===i||n<i)}const{env:lt}=O;let ft;function dt(e,{streamIsTTY:t,sniffFlags:r=!0}={}){const n=function(){if("FORCE_COLOR"in lt)return"true"===lt.FORCE_COLOR?1:"false"===lt.FORCE_COLOR?0:0===lt.FORCE_COLOR.length?1:Math.min(Number.parseInt(lt.FORCE_COLOR,10),3)}();void 0!==n&&(ft=n);const i=r?ft:n;if(0===i)return 0;if(r){if(ct("color=16m")||ct("color=full")||ct("color=truecolor"))return 3;if(ct("color=256"))return 2}if("TF_BUILD"in lt&&"AGENT_NAME"in lt)return 1;if(e&&!t&&void 0===i)return 0;const o=i||0;if("dumb"===lt.TERM)return o;if("win32"===O.platform){const e=k.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in lt)return["GITHUB_ACTIONS","GITEA_ACTIONS","CIRCLECI"].some((e=>e in lt))?3:["TRAVIS","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some((e=>e in lt))||"codeship"===lt.CI_NAME?1:o;if("TEAMCITY_VERSION"in lt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(lt.TEAMCITY_VERSION)?1:0;if("truecolor"===lt.COLORTERM)return 3;if("xterm-kitty"===lt.TERM)return 3;if("TERM_PROGRAM"in lt){const e=Number.parseInt((lt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(lt.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(lt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(lt.TERM)||"COLORTERM"in lt?1:o}function ht(e,t={}){return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(dt(e,{streamIsTTY:e&&e.isTTY,...t}))}ct("no-color")||ct("no-colors")||ct("color=false")||ct("color=never")?ft=0:(ct("color")||ct("colors")||ct("color=true")||ct("color=always"))&&(ft=1);const pt={stdout:ht({isTTY:P.isatty(1)}),stderr:ht({isTTY:P.isatty(2)})};function mt(e,t,r){let n=e.indexOf(t);if(-1===n)return e;const i=t.length;let o=0,s="";do{s+=e.slice(o,n)+t+r,o=n+i,n=e.indexOf(t,o)}while(-1!==n);return s+=e.slice(o),s}const{stdout:vt,stderr:gt}=pt,yt=Symbol("GENERATOR"),bt=Symbol("STYLER"),wt=Symbol("IS_EMPTY"),_t=["ansi","ansi","ansi256","ansi16m"],Dt=Object.create(null),Et=e=>{const t=(...e)=>e.join(" ");return((e,t={})=>{if(t.level&&!(Number.isInteger(t.level)&&t.level>=0&&t.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");const r=vt?vt.level:0;e.level=void 0===t.level?r:t.level})(t,e),Object.setPrototypeOf(t,xt.prototype),t};function xt(e){return Et(e)}Object.setPrototypeOf(xt.prototype,Function.prototype);for(const[e,t]of Object.entries(ut))Dt[e]={get(){const r=At(this,Ct(t.open,t.close,this[bt]),this[wt]);return Object.defineProperty(this,e,{value:r}),r}};Dt.visible={get(){const e=At(this,this[bt],!0);return Object.defineProperty(this,"visible",{value:e}),e}};const St=(e,t,r,...n)=>"rgb"===e?"ansi16m"===t?ut[r].ansi16m(...n):"ansi256"===t?ut[r].ansi256(ut.rgbToAnsi256(...n)):ut[r].ansi(ut.rgbToAnsi(...n)):"hex"===e?St("rgb",t,r,...ut.hexToRgb(...n)):ut[r][e](...n),Ot=["rgb","hex","ansi256"];for(const e of Ot){Dt[e]={get(){const{level:t}=this;return function(...r){const n=Ct(St(e,_t[t],"color",...r),ut.color.close,this[bt]);return At(this,n,this[wt])}}};Dt["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const{level:t}=this;return function(...r){const n=Ct(St(e,_t[t],"bgColor",...r),ut.bgColor.close,this[bt]);return At(this,n,this[wt])}}}}const kt=Object.defineProperties((()=>{}),{...Dt,level:{enumerable:!0,get(){return this[yt].level},set(e){this[yt].level=e}}}),Ct=(e,t,r)=>{let n,i;return void 0===r?(n=e,i=t):(n=r.openAll+e,i=t+r.closeAll),{open:e,close:t,openAll:n,closeAll:i,parent:r}},At=(e,t,r)=>{const n=(...e)=>$t(n,1===e.length?""+e[0]:e.join(" "));return Object.setPrototypeOf(n,kt),n[yt]=e,n[bt]=t,n[wt]=r,n},$t=(e,t)=>{if(e.level<=0||!t)return e[wt]?"":t;let r=e[bt];if(void 0===r)return t;const{openAll:n,closeAll:i}=r;if(t.includes(""))for(;void 0!==r;)t=mt(t,r.close,r.open),r=r.parent;const o=t.indexOf("\n");return-1!==o&&(t=function(e,t,r,n){let i=0,o="";do{const s="\r"===e[n-1];o+=e.slice(i,s?n-1:n)+t+(s?"\r\n":"\n")+r,i=n+1,n=e.indexOf("\n",i)}while(-1!==n);return o+=e.slice(i),o}(t,i,n,o)),n+t+i};Object.defineProperties(xt.prototype,Dt);const Pt=xt();xt({level:gt?gt.level:0});var jt,Ft={exports:{}};var Tt,Rt,It,Mt=(jt||(jt=1,Tt=Ft,Rt=Ft.exports,function(){var e,t="Expected a function",r="__lodash_hash_undefined__",n="__lodash_placeholder__",i=32,o=128,s=256,a=1/0,u=9007199254740991,c=NaN,l=4294967295,f=[["ary",o],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",i],["partialRight",64],["rearg",s]],d="[object Arguments]",h="[object Array]",p="[object Boolean]",m="[object Date]",v="[object Error]",g="[object Function]",y="[object GeneratorFunction]",b="[object Map]",w="[object Number]",_="[object Object]",D="[object Promise]",E="[object RegExp]",x="[object Set]",S="[object String]",O="[object Symbol]",k="[object WeakMap]",C="[object ArrayBuffer]",A="[object DataView]",$="[object Float32Array]",P="[object Float64Array]",j="[object Int8Array]",F="[object Int16Array]",T="[object Int32Array]",R="[object Uint8Array]",I="[object Uint8ClampedArray]",M="[object Uint16Array]",N="[object Uint32Array]",L=/\b__p \+= '';/g,B=/\b(__p \+=) '' \+/g,z=/(__e\(.*?\)|\b__t\)) \+\n'';/g,U=/&(?:amp|lt|gt|quot|#39);/g,W=/[&<>"']/g,V=RegExp(U.source),q=RegExp(W.source),H=/<%-([\s\S]+?)%>/g,G=/<%([\s\S]+?)%>/g,K=/<%=([\s\S]+?)%>/g,Y=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,J=/^\w*$/,Z=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,X=/[\\^$.*+?()[\]{}|]/g,Q=RegExp(X.source),ee=/^\s+/,te=/\s/,re=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ne=/\{\n\/\* \[wrapped with (.+)\] \*/,ie=/,? & /,oe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,se=/[()=,{}\[\]\/\s]/,ae=/\\(\\)?/g,ue=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ce=/\w*$/,le=/^[-+]0x[0-9a-f]+$/i,fe=/^0b[01]+$/i,de=/^\[object .+?Constructor\]$/,he=/^0o[0-7]+$/i,pe=/^(?:0|[1-9]\d*)$/,me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ve=/($^)/,ge=/['\n\r\u2028\u2029\\]/g,ye="\\ud800-\\udfff",be="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",we="\\u2700-\\u27bf",_e="a-z\\xdf-\\xf6\\xf8-\\xff",De="A-Z\\xc0-\\xd6\\xd8-\\xde",Ee="\\ufe0e\\ufe0f",Se="\\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",Oe="['’]",ke="["+ye+"]",Ce="["+Se+"]",Ae="["+be+"]",$e="\\d+",Pe="["+we+"]",je="["+_e+"]",Fe="[^"+ye+Se+$e+we+_e+De+"]",Te="\\ud83c[\\udffb-\\udfff]",Re="[^"+ye+"]",Ie="(?:\\ud83c[\\udde6-\\uddff]){2}",Me="[\\ud800-\\udbff][\\udc00-\\udfff]",Ne="["+De+"]",Le="\\u200d",Be="(?:"+je+"|"+Fe+")",ze="(?:"+Ne+"|"+Fe+")",Ue="(?:['’](?:d|ll|m|re|s|t|ve))?",We="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ve="(?:"+Ae+"|"+Te+")?",qe="["+Ee+"]?",He=qe+Ve+"(?:"+Le+"(?:"+[Re,Ie,Me].join("|")+")"+qe+Ve+")*",Ge="(?:"+[Pe,Ie,Me].join("|")+")"+He,Ke="(?:"+[Re+Ae+"?",Ae,Ie,Me,ke].join("|")+")",Ye=RegExp(Oe,"g"),Je=RegExp(Ae,"g"),Ze=RegExp(Te+"(?="+Te+")|"+Ke+He,"g"),Xe=RegExp([Ne+"?"+je+"+"+Ue+"(?="+[Ce,Ne,"$"].join("|")+")",ze+"+"+We+"(?="+[Ce,Ne+Be,"$"].join("|")+")",Ne+"?"+Be+"+"+Ue,Ne+"+"+We,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",$e,Ge].join("|"),"g"),Qe=RegExp("["+Le+ye+be+Ee+"]"),et=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,tt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rt=-1,nt={};nt[$]=nt[P]=nt[j]=nt[F]=nt[T]=nt[R]=nt[I]=nt[M]=nt[N]=!0,nt[d]=nt[h]=nt[C]=nt[p]=nt[A]=nt[m]=nt[v]=nt[g]=nt[b]=nt[w]=nt[_]=nt[E]=nt[x]=nt[S]=nt[k]=!1;var it={};it[d]=it[h]=it[C]=it[A]=it[p]=it[m]=it[$]=it[P]=it[j]=it[F]=it[T]=it[b]=it[w]=it[_]=it[E]=it[x]=it[S]=it[O]=it[R]=it[I]=it[M]=it[N]=!0,it[v]=it[g]=it[k]=!1;var ot={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},st=parseFloat,at=parseInt,ut="object"==typeof xe&&xe&&xe.Object===Object&&xe,ct="object"==typeof self&&self&&self.Object===Object&&self,lt=ut||ct||Function("return this")(),ft=Rt&&!Rt.nodeType&&Rt,dt=ft&&Tt&&!Tt.nodeType&&Tt,ht=dt&&dt.exports===ft,pt=ht&&ut.process,mt=function(){try{var e=dt&&dt.require&&dt.require("util").types;return e||pt&&pt.binding&&pt.binding("util")}catch(e){}}(),vt=mt&&mt.isArrayBuffer,gt=mt&&mt.isDate,yt=mt&&mt.isMap,bt=mt&&mt.isRegExp,wt=mt&&mt.isSet,_t=mt&&mt.isTypedArray;function Dt(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function Et(e,t,r,n){for(var i=-1,o=null==e?0:e.length;++i<o;){var s=e[i];t(n,s,r(s),e)}return n}function xt(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););return e}function St(e,t){for(var r=null==e?0:e.length;r--&&!1!==t(e[r],r,e););return e}function Ot(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(!t(e[r],r,e))return!1;return!0}function kt(e,t){for(var r=-1,n=null==e?0:e.length,i=0,o=[];++r<n;){var s=e[r];t(s,r,e)&&(o[i++]=s)}return o}function Ct(e,t){return!(null==e||!e.length)&&Bt(e,t,0)>-1}function At(e,t,r){for(var n=-1,i=null==e?0:e.length;++n<i;)if(r(t,e[n]))return!0;return!1}function $t(e,t){for(var r=-1,n=null==e?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}function Pt(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}function jt(e,t,r,n){var i=-1,o=null==e?0:e.length;for(n&&o&&(r=e[++i]);++i<o;)r=t(r,e[i],i,e);return r}function Ft(e,t,r,n){var i=null==e?0:e.length;for(n&&i&&(r=e[--i]);i--;)r=t(r,e[i],i,e);return r}function It(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var Mt=Vt("length");function Nt(e,t,r){var n;return r(e,(function(e,r,i){if(t(e,r,i))return n=r,!1})),n}function Lt(e,t,r,n){for(var i=e.length,o=r+(n?1:-1);n?o--:++o<i;)if(t(e[o],o,e))return o;return-1}function Bt(e,t,r){return t==t?function(e,t,r){for(var n=r-1,i=e.length;++n<i;)if(e[n]===t)return n;return-1}(e,t,r):Lt(e,Ut,r)}function zt(e,t,r,n){for(var i=r-1,o=e.length;++i<o;)if(n(e[i],t))return i;return-1}function Ut(e){return e!=e}function Wt(e,t){var r=null==e?0:e.length;return r?Gt(e,t)/r:c}function Vt(t){return function(r){return null==r?e:r[t]}}function qt(t){return function(r){return null==t?e:t[r]}}function Ht(e,t,r,n,i){return i(e,(function(e,i,o){r=n?(n=!1,e):t(r,e,i,o)})),r}function Gt(t,r){for(var n,i=-1,o=t.length;++i<o;){var s=r(t[i]);s!==e&&(n=n===e?s:n+s)}return n}function Kt(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}function Yt(e){return e?e.slice(0,dr(e)+1).replace(ee,""):e}function Jt(e){return function(t){return e(t)}}function Zt(e,t){return $t(t,(function(t){return e[t]}))}function Xt(e,t){return e.has(t)}function Qt(e,t){for(var r=-1,n=e.length;++r<n&&Bt(t,e[r],0)>-1;);return r}function er(e,t){for(var r=e.length;r--&&Bt(t,e[r],0)>-1;);return r}var tr=qt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),rr=qt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function nr(e){return"\\"+ot[e]}function ir(e){return Qe.test(e)}function or(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}function sr(e,t){return function(r){return e(t(r))}}function ar(e,t){for(var r=-1,i=e.length,o=0,s=[];++r<i;){var a=e[r];a!==t&&a!==n||(e[r]=n,s[o++]=r)}return s}function ur(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}function cr(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=[e,e]})),r}function lr(e){return ir(e)?function(e){for(var t=Ze.lastIndex=0;Ze.test(e);)++t;return t}(e):Mt(e)}function fr(e){return ir(e)?function(e){return e.match(Ze)||[]}(e):function(e){return e.split("")}(e)}function dr(e){for(var t=e.length;t--&&te.test(e.charAt(t)););return t}var hr=qt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"}),pr=function te(ye){var be,we=(ye=null==ye?lt:pr.defaults(lt.Object(),ye,pr.pick(lt,tt))).Array,_e=ye.Date,De=ye.Error,Ee=ye.Function,xe=ye.Math,Se=ye.Object,Oe=ye.RegExp,ke=ye.String,Ce=ye.TypeError,Ae=we.prototype,$e=Ee.prototype,Pe=Se.prototype,je=ye["__core-js_shared__"],Fe=$e.toString,Te=Pe.hasOwnProperty,Re=0,Ie=(be=/[^.]+$/.exec(je&&je.keys&&je.keys.IE_PROTO||""))?"Symbol(src)_1."+be:"",Me=Pe.toString,Ne=Fe.call(Se),Le=lt._,Be=Oe("^"+Fe.call(Te).replace(X,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ze=ht?ye.Buffer:e,Ue=ye.Symbol,We=ye.Uint8Array,Ve=ze?ze.allocUnsafe:e,qe=sr(Se.getPrototypeOf,Se),He=Se.create,Ge=Pe.propertyIsEnumerable,Ke=Ae.splice,Ze=Ue?Ue.isConcatSpreadable:e,Qe=Ue?Ue.iterator:e,ot=Ue?Ue.toStringTag:e,ut=function(){try{var e=lo(Se,"defineProperty");return e({},"",{}),e}catch(e){}}(),ct=ye.clearTimeout!==lt.clearTimeout&&ye.clearTimeout,ft=_e&&_e.now!==lt.Date.now&&_e.now,dt=ye.setTimeout!==lt.setTimeout&&ye.setTimeout,pt=xe.ceil,mt=xe.floor,Tt=Se.getOwnPropertySymbols,Rt=ze?ze.isBuffer:e,Mt=ye.isFinite,qt=Ae.join,mr=sr(Se.keys,Se),vr=xe.max,gr=xe.min,yr=_e.now,br=ye.parseInt,wr=xe.random,_r=Ae.reverse,Dr=lo(ye,"DataView"),Er=lo(ye,"Map"),xr=lo(ye,"Promise"),Sr=lo(ye,"Set"),Or=lo(ye,"WeakMap"),kr=lo(Se,"create"),Cr=Or&&new Or,Ar={},$r=Mo(Dr),Pr=Mo(Er),jr=Mo(xr),Fr=Mo(Sr),Tr=Mo(Or),Rr=Ue?Ue.prototype:e,Ir=Rr?Rr.valueOf:e,Mr=Rr?Rr.toString:e;function Nr(e){if(ea(e)&&!Ws(e)&&!(e instanceof Ur)){if(e instanceof zr)return e;if(Te.call(e,"__wrapped__"))return No(e)}return new zr(e)}var Lr=function(){function t(){}return function(r){if(!Qs(r))return{};if(He)return He(r);t.prototype=r;var n=new t;return t.prototype=e,n}}();function Br(){}function zr(t,r){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!r,this.__index__=0,this.__values__=e}function Ur(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=l,this.__views__=[]}function Wr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Vr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function qr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Hr(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new qr;++t<r;)this.add(e[t])}function Gr(e){var t=this.__data__=new Vr(e);this.size=t.size}function Kr(e,t){var r=Ws(e),n=!r&&Us(e),i=!r&&!n&&Gs(e),o=!r&&!n&&!i&&ua(e),s=r||n||i||o,a=s?Kt(e.length,ke):[],u=a.length;for(var c in e)!t&&!Te.call(e,c)||s&&("length"==c||i&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||yo(c,u))||a.push(c);return a}function Yr(t){var r=t.length;return r?t[Gn(0,r-1)]:e}function Jr(e,t){return To(Ci(e),sn(t,0,e.length))}function Zr(e){return To(Ci(e))}function Xr(t,r,n){(n!==e&&!Ls(t[r],n)||n===e&&!(r in t))&&nn(t,r,n)}function Qr(t,r,n){var i=t[r];Te.call(t,r)&&Ls(i,n)&&(n!==e||r in t)||nn(t,r,n)}function en(e,t){for(var r=e.length;r--;)if(Ls(e[r][0],t))return r;return-1}function tn(e,t,r,n){return fn(e,(function(e,i,o){t(n,e,r(e),o)})),n}function rn(e,t){return e&&Ai(t,$a(t),e)}function nn(e,t,r){"__proto__"==t&&ut?ut(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function on(t,r){for(var n=-1,i=r.length,o=we(i),s=null==t;++n<i;)o[n]=s?e:Sa(t,r[n]);return o}function sn(t,r,n){return t==t&&(n!==e&&(t=t<=n?t:n),r!==e&&(t=t>=r?t:r)),t}function an(t,r,n,i,o,s){var a,u=1&r,c=2&r,l=4&r;if(n&&(a=o?n(t,i,o,s):n(t)),a!==e)return a;if(!Qs(t))return t;var f=Ws(t);if(f){if(a=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&Te.call(e,"index")&&(r.index=e.index,r.input=e.input),r}(t),!u)return Ci(t,a)}else{var h=po(t),v=h==g||h==y;if(Gs(t))return Di(t,u);if(h==_||h==d||v&&!o){if(a=c||v?{}:vo(t),!u)return c?function(e,t){return Ai(e,ho(e),t)}(t,function(e,t){return e&&Ai(t,Pa(t),e)}(a,t)):function(e,t){return Ai(e,fo(e),t)}(t,rn(a,t))}else{if(!it[h])return o?t:{};a=function(e,t,r){var n,i=e.constructor;switch(t){case C:return Ei(e);case p:case m:return new i(+e);case A:return function(e,t){var r=t?Ei(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case $:case P:case j:case F:case T:case R:case I:case M:case N:return xi(e,r);case b:return new i;case w:case S:return new i(e);case E:return function(e){var t=new e.constructor(e.source,ce.exec(e));return t.lastIndex=e.lastIndex,t}(e);case x:return new i;case O:return n=e,Ir?Se(Ir.call(n)):{}}}(t,h,u)}}s||(s=new Gr);var D=s.get(t);if(D)return D;s.set(t,a),oa(t)?t.forEach((function(e){a.add(an(e,r,n,e,t,s))})):ta(t)&&t.forEach((function(e,i){a.set(i,an(e,r,n,i,t,s))}));var k=f?e:(l?c?no:ro:c?Pa:$a)(t);return xt(k||t,(function(e,i){k&&(e=t[i=e]),Qr(a,i,an(e,r,n,i,t,s))})),a}function un(t,r,n){var i=n.length;if(null==t)return!i;for(t=Se(t);i--;){var o=n[i],s=r[o],a=t[o];if(a===e&&!(o in t)||!s(a))return!1}return!0}function cn(r,n,i){if("function"!=typeof r)throw new Ce(t);return $o((function(){r.apply(e,i)}),n)}function ln(e,t,r,n){var i=-1,o=Ct,s=!0,a=e.length,u=[],c=t.length;if(!a)return u;r&&(t=$t(t,Jt(r))),n?(o=At,s=!1):t.length>=200&&(o=Xt,s=!1,t=new Hr(t));e:for(;++i<a;){var l=e[i],f=null==r?l:r(l);if(l=n||0!==l?l:0,s&&f==f){for(var d=c;d--;)if(t[d]===f)continue e;u.push(l)}else o(t,f,n)||u.push(l)}return u}Nr.templateSettings={escape:H,evaluate:G,interpolate:K,variable:"",imports:{_:Nr}},Nr.prototype=Br.prototype,Nr.prototype.constructor=Nr,zr.prototype=Lr(Br.prototype),zr.prototype.constructor=zr,Ur.prototype=Lr(Br.prototype),Ur.prototype.constructor=Ur,Wr.prototype.clear=function(){this.__data__=kr?kr(null):{},this.size=0},Wr.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Wr.prototype.get=function(t){var n=this.__data__;if(kr){var i=n[t];return i===r?e:i}return Te.call(n,t)?n[t]:e},Wr.prototype.has=function(t){var r=this.__data__;return kr?r[t]!==e:Te.call(r,t)},Wr.prototype.set=function(t,n){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=kr&&n===e?r:n,this},Vr.prototype.clear=function(){this.__data__=[],this.size=0},Vr.prototype.delete=function(e){var t=this.__data__,r=en(t,e);return!(r<0||(r==t.length-1?t.pop():Ke.call(t,r,1),--this.size,0))},Vr.prototype.get=function(t){var r=this.__data__,n=en(r,t);return n<0?e:r[n][1]},Vr.prototype.has=function(e){return en(this.__data__,e)>-1},Vr.prototype.set=function(e,t){var r=this.__data__,n=en(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},qr.prototype.clear=function(){this.size=0,this.__data__={hash:new Wr,map:new(Er||Vr),string:new Wr}},qr.prototype.delete=function(e){var t=uo(this,e).delete(e);return this.size-=t?1:0,t},qr.prototype.get=function(e){return uo(this,e).get(e)},qr.prototype.has=function(e){return uo(this,e).has(e)},qr.prototype.set=function(e,t){var r=uo(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},Hr.prototype.add=Hr.prototype.push=function(e){return this.__data__.set(e,r),this},Hr.prototype.has=function(e){return this.__data__.has(e)},Gr.prototype.clear=function(){this.__data__=new Vr,this.size=0},Gr.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},Gr.prototype.get=function(e){return this.__data__.get(e)},Gr.prototype.has=function(e){return this.__data__.has(e)},Gr.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Vr){var n=r.__data__;if(!Er||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new qr(n)}return r.set(e,t),this.size=r.size,this};var fn=ji(bn),dn=ji(wn,!0);function hn(e,t){var r=!0;return fn(e,(function(e,n,i){return r=!!t(e,n,i)})),r}function pn(t,r,n){for(var i=-1,o=t.length;++i<o;){var s=t[i],a=r(s);if(null!=a&&(u===e?a==a&&!aa(a):n(a,u)))var u=a,c=s}return c}function mn(e,t){var r=[];return fn(e,(function(e,n,i){t(e,n,i)&&r.push(e)})),r}function vn(e,t,r,n,i){var o=-1,s=e.length;for(r||(r=go),i||(i=[]);++o<s;){var a=e[o];t>0&&r(a)?t>1?vn(a,t-1,r,n,i):Pt(i,a):n||(i[i.length]=a)}return i}var gn=Fi(),yn=Fi(!0);function bn(e,t){return e&&gn(e,t,$a)}function wn(e,t){return e&&yn(e,t,$a)}function _n(e,t){return kt(t,(function(t){return Js(e[t])}))}function Dn(t,r){for(var n=0,i=(r=yi(r,t)).length;null!=t&&n<i;)t=t[Io(r[n++])];return n&&n==i?t:e}function En(e,t,r){var n=t(e);return Ws(e)?n:Pt(n,r(e))}function xn(t){return null==t?t===e?"[object Undefined]":"[object Null]":ot&&ot in Se(t)?function(t){var r=Te.call(t,ot),n=t[ot];try{t[ot]=e;var i=!0}catch(e){}var o=Me.call(t);return i&&(r?t[ot]=n:delete t[ot]),o}(t):function(e){return Me.call(e)}(t)}function Sn(e,t){return e>t}function On(e,t){return null!=e&&Te.call(e,t)}function kn(e,t){return null!=e&&t in Se(e)}function Cn(t,r,n){for(var i=n?At:Ct,o=t[0].length,s=t.length,a=s,u=we(s),c=1/0,l=[];a--;){var f=t[a];a&&r&&(f=$t(f,Jt(r))),c=gr(f.length,c),u[a]=!n&&(r||o>=120&&f.length>=120)?new Hr(a&&f):e}f=t[0];var d=-1,h=u[0];e:for(;++d<o&&l.length<c;){var p=f[d],m=r?r(p):p;if(p=n||0!==p?p:0,!(h?Xt(h,m):i(l,m,n))){for(a=s;--a;){var v=u[a];if(!(v?Xt(v,m):i(t[a],m,n)))continue e}h&&h.push(m),l.push(p)}}return l}function An(t,r,n){var i=null==(t=ko(t,r=yi(r,t)))?t:t[Io(Yo(r))];return null==i?e:Dt(i,t,n)}function $n(e){return ea(e)&&xn(e)==d}function Pn(t,r,n,i,o){return t===r||(null==t||null==r||!ea(t)&&!ea(r)?t!=t&&r!=r:function(t,r,n,i,o,s){var a=Ws(t),u=Ws(r),c=a?h:po(t),l=u?h:po(r),f=(c=c==d?_:c)==_,g=(l=l==d?_:l)==_,y=c==l;if(y&&Gs(t)){if(!Gs(r))return!1;a=!0,f=!1}if(y&&!f)return s||(s=new Gr),a||ua(t)?eo(t,r,n,i,o,s):function(e,t,r,n,i,o,s){switch(r){case A:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case C:return!(e.byteLength!=t.byteLength||!o(new We(e),new We(t)));case p:case m:case w:return Ls(+e,+t);case v:return e.name==t.name&&e.message==t.message;case E:case S:return e==t+"";case b:var a=or;case x:var u=1&n;if(a||(a=ur),e.size!=t.size&&!u)return!1;var c=s.get(e);if(c)return c==t;n|=2,s.set(e,t);var l=eo(a(e),a(t),n,i,o,s);return s.delete(e),l;case O:if(Ir)return Ir.call(e)==Ir.call(t)}return!1}(t,r,c,n,i,o,s);if(!(1&n)){var D=f&&Te.call(t,"__wrapped__"),k=g&&Te.call(r,"__wrapped__");if(D||k){var $=D?t.value():t,P=k?r.value():r;return s||(s=new Gr),o($,P,n,i,s)}}return!!y&&(s||(s=new Gr),function(t,r,n,i,o,s){var a=1&n,u=ro(t),c=u.length,l=ro(r),f=l.length;if(c!=f&&!a)return!1;for(var d=c;d--;){var h=u[d];if(!(a?h in r:Te.call(r,h)))return!1}var p=s.get(t),m=s.get(r);if(p&&m)return p==r&&m==t;var v=!0;s.set(t,r),s.set(r,t);for(var g=a;++d<c;){var y=t[h=u[d]],b=r[h];if(i)var w=a?i(b,y,h,r,t,s):i(y,b,h,t,r,s);if(!(w===e?y===b||o(y,b,n,i,s):w)){v=!1;break}g||(g="constructor"==h)}if(v&&!g){var _=t.constructor,D=r.constructor;_==D||!("constructor"in t)||!("constructor"in r)||"function"==typeof _&&_ instanceof _&&"function"==typeof D&&D instanceof D||(v=!1)}return s.delete(t),s.delete(r),v}(t,r,n,i,o,s))}(t,r,n,i,Pn,o))}function jn(t,r,n,i){var o=n.length,s=o,a=!i;if(null==t)return!s;for(t=Se(t);o--;){var u=n[o];if(a&&u[2]?u[1]!==t[u[0]]:!(u[0]in t))return!1}for(;++o<s;){var c=(u=n[o])[0],l=t[c],f=u[1];if(a&&u[2]){if(l===e&&!(c in t))return!1}else{var d=new Gr;if(i)var h=i(l,f,c,t,r,d);if(!(h===e?Pn(f,l,3,i,d):h))return!1}}return!0}function Fn(e){return!(!Qs(e)||(t=e,Ie&&Ie in t))&&(Js(e)?Be:de).test(Mo(e));var t}function Tn(e){return"function"==typeof e?e:null==e?ru:"object"==typeof e?Ws(e)?Bn(e[0],e[1]):Ln(e):fu(e)}function Rn(e){if(!Eo(e))return mr(e);var t=[];for(var r in Se(e))Te.call(e,r)&&"constructor"!=r&&t.push(r);return t}function In(e){if(!Qs(e))return function(e){var t=[];if(null!=e)for(var r in Se(e))t.push(r);return t}(e);var t=Eo(e),r=[];for(var n in e)("constructor"!=n||!t&&Te.call(e,n))&&r.push(n);return r}function Mn(e,t){return e<t}function Nn(e,t){var r=-1,n=qs(e)?we(e.length):[];return fn(e,(function(e,i,o){n[++r]=t(e,i,o)})),n}function Ln(e){var t=co(e);return 1==t.length&&t[0][2]?So(t[0][0],t[0][1]):function(r){return r===e||jn(r,e,t)}}function Bn(t,r){return wo(t)&&xo(r)?So(Io(t),r):function(n){var i=Sa(n,t);return i===e&&i===r?Oa(n,t):Pn(r,i,3)}}function zn(t,r,n,i,o){t!==r&&gn(r,(function(s,a){if(o||(o=new Gr),Qs(s))!function(t,r,n,i,o,s,a){var u=Co(t,n),c=Co(r,n),l=a.get(c);if(l)Xr(t,n,l);else{var f=s?s(u,c,n+"",t,r,a):e,d=f===e;if(d){var h=Ws(c),p=!h&&Gs(c),m=!h&&!p&&ua(c);f=c,h||p||m?Ws(u)?f=u:Hs(u)?f=Ci(u):p?(d=!1,f=Di(c,!0)):m?(d=!1,f=xi(c,!0)):f=[]:na(c)||Us(c)?(f=u,Us(u)?f=va(u):Qs(u)&&!Js(u)||(f=vo(c))):d=!1}d&&(a.set(c,f),o(f,c,i,s,a),a.delete(c)),Xr(t,n,f)}}(t,r,a,n,zn,i,o);else{var u=i?i(Co(t,a),s,a+"",t,r,o):e;u===e&&(u=s),Xr(t,a,u)}}),Pa)}function Un(t,r){var n=t.length;if(n)return yo(r+=r<0?n:0,n)?t[r]:e}function Wn(e,t,r){t=t.length?$t(t,(function(e){return Ws(e)?function(t){return Dn(t,1===e.length?e[0]:e)}:e})):[ru];var n=-1;t=$t(t,Jt(ao()));var i=Nn(e,(function(e,r,i){var o=$t(t,(function(t){return t(e)}));return{criteria:o,index:++n,value:e}}));return function(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}(i,(function(e,t){return function(e,t,r){for(var n=-1,i=e.criteria,o=t.criteria,s=i.length,a=r.length;++n<s;){var u=Si(i[n],o[n]);if(u)return n>=a?u:u*("desc"==r[n]?-1:1)}return e.index-t.index}(e,t,r)}))}function Vn(e,t,r){for(var n=-1,i=t.length,o={};++n<i;){var s=t[n],a=Dn(e,s);r(a,s)&&Xn(o,yi(s,e),a)}return o}function qn(e,t,r,n){var i=n?zt:Bt,o=-1,s=t.length,a=e;for(e===t&&(t=Ci(t)),r&&(a=$t(e,Jt(r)));++o<s;)for(var u=0,c=t[o],l=r?r(c):c;(u=i(a,l,u,n))>-1;)a!==e&&Ke.call(a,u,1),Ke.call(e,u,1);return e}function Hn(e,t){for(var r=e?t.length:0,n=r-1;r--;){var i=t[r];if(r==n||i!==o){var o=i;yo(i)?Ke.call(e,i,1):li(e,i)}}return e}function Gn(e,t){return e+mt(wr()*(t-e+1))}function Kn(e,t){var r="";if(!e||t<1||t>u)return r;do{t%2&&(r+=e),(t=mt(t/2))&&(e+=e)}while(t);return r}function Yn(e,t){return Po(Oo(e,t,ru),e+"")}function Jn(e){return Yr(La(e))}function Zn(e,t){var r=La(e);return To(r,sn(t,0,r.length))}function Xn(t,r,n,i){if(!Qs(t))return t;for(var o=-1,s=(r=yi(r,t)).length,a=s-1,u=t;null!=u&&++o<s;){var c=Io(r[o]),l=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(o!=a){var f=u[c];(l=i?i(f,c,u):e)===e&&(l=Qs(f)?f:yo(r[o+1])?[]:{})}Qr(u,c,l),u=u[c]}return t}var Qn=Cr?function(e,t){return Cr.set(e,t),e}:ru,ei=ut?function(e,t){return ut(e,"toString",{configurable:!0,enumerable:!1,value:Qa(t),writable:!0})}:ru;function ti(e){return To(La(e))}function ri(e,t,r){var n=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(r=r>i?i:r)<0&&(r+=i),i=t>r?0:r-t>>>0,t>>>=0;for(var o=we(i);++n<i;)o[n]=e[n+t];return o}function ni(e,t){var r;return fn(e,(function(e,n,i){return!(r=t(e,n,i))})),!!r}function ii(e,t,r){var n=0,i=null==e?n:e.length;if("number"==typeof t&&t==t&&i<=2147483647){for(;n<i;){var o=n+i>>>1,s=e[o];null!==s&&!aa(s)&&(r?s<=t:s<t)?n=o+1:i=o}return i}return oi(e,t,ru,r)}function oi(t,r,n,i){var o=0,s=null==t?0:t.length;if(0===s)return 0;for(var a=(r=n(r))!=r,u=null===r,c=aa(r),l=r===e;o<s;){var f=mt((o+s)/2),d=n(t[f]),h=d!==e,p=null===d,m=d==d,v=aa(d);if(a)var g=i||m;else g=l?m&&(i||h):u?m&&h&&(i||!p):c?m&&h&&!p&&(i||!v):!p&&!v&&(i?d<=r:d<r);g?o=f+1:s=f}return gr(s,4294967294)}function si(e,t){for(var r=-1,n=e.length,i=0,o=[];++r<n;){var s=e[r],a=t?t(s):s;if(!r||!Ls(a,u)){var u=a;o[i++]=0===s?0:s}}return o}function ai(e){return"number"==typeof e?e:aa(e)?c:+e}function ui(e){if("string"==typeof e)return e;if(Ws(e))return $t(e,ui)+"";if(aa(e))return Mr?Mr.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ci(e,t,r){var n=-1,i=Ct,o=e.length,s=!0,a=[],u=a;if(r)s=!1,i=At;else if(o>=200){var c=t?null:Ki(e);if(c)return ur(c);s=!1,i=Xt,u=new Hr}else u=t?[]:a;e:for(;++n<o;){var l=e[n],f=t?t(l):l;if(l=r||0!==l?l:0,s&&f==f){for(var d=u.length;d--;)if(u[d]===f)continue e;t&&u.push(f),a.push(l)}else i(u,f,r)||(u!==a&&u.push(f),a.push(l))}return a}function li(e,t){return null==(e=ko(e,t=yi(t,e)))||delete e[Io(Yo(t))]}function fi(e,t,r,n){return Xn(e,t,r(Dn(e,t)),n)}function di(e,t,r,n){for(var i=e.length,o=n?i:-1;(n?o--:++o<i)&&t(e[o],o,e););return r?ri(e,n?0:o,n?o+1:i):ri(e,n?o+1:0,n?i:o)}function hi(e,t){var r=e;return r instanceof Ur&&(r=r.value()),jt(t,(function(e,t){return t.func.apply(t.thisArg,Pt([e],t.args))}),r)}function pi(e,t,r){var n=e.length;if(n<2)return n?ci(e[0]):[];for(var i=-1,o=we(n);++i<n;)for(var s=e[i],a=-1;++a<n;)a!=i&&(o[i]=ln(o[i]||s,e[a],t,r));return ci(vn(o,1),t,r)}function mi(t,r,n){for(var i=-1,o=t.length,s=r.length,a={};++i<o;){var u=i<s?r[i]:e;n(a,t[i],u)}return a}function vi(e){return Hs(e)?e:[]}function gi(e){return"function"==typeof e?e:ru}function yi(e,t){return Ws(e)?e:wo(e,t)?[e]:Ro(ga(e))}var bi=Yn;function wi(t,r,n){var i=t.length;return n=n===e?i:n,!r&&n>=i?t:ri(t,r,n)}var _i=ct||function(e){return lt.clearTimeout(e)};function Di(e,t){if(t)return e.slice();var r=e.length,n=Ve?Ve(r):new e.constructor(r);return e.copy(n),n}function Ei(e){var t=new e.constructor(e.byteLength);return new We(t).set(new We(e)),t}function xi(e,t){var r=t?Ei(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Si(t,r){if(t!==r){var n=t!==e,i=null===t,o=t==t,s=aa(t),a=r!==e,u=null===r,c=r==r,l=aa(r);if(!u&&!l&&!s&&t>r||s&&a&&c&&!u&&!l||i&&a&&c||!n&&c||!o)return 1;if(!i&&!s&&!l&&t<r||l&&n&&o&&!i&&!s||u&&n&&o||!a&&o||!c)return-1}return 0}function Oi(e,t,r,n){for(var i=-1,o=e.length,s=r.length,a=-1,u=t.length,c=vr(o-s,0),l=we(u+c),f=!n;++a<u;)l[a]=t[a];for(;++i<s;)(f||i<o)&&(l[r[i]]=e[i]);for(;c--;)l[a++]=e[i++];return l}function ki(e,t,r,n){for(var i=-1,o=e.length,s=-1,a=r.length,u=-1,c=t.length,l=vr(o-a,0),f=we(l+c),d=!n;++i<l;)f[i]=e[i];for(var h=i;++u<c;)f[h+u]=t[u];for(;++s<a;)(d||i<o)&&(f[h+r[s]]=e[i++]);return f}function Ci(e,t){var r=-1,n=e.length;for(t||(t=we(n));++r<n;)t[r]=e[r];return t}function Ai(t,r,n,i){var o=!n;n||(n={});for(var s=-1,a=r.length;++s<a;){var u=r[s],c=i?i(n[u],t[u],u,n,t):e;c===e&&(c=t[u]),o?nn(n,u,c):Qr(n,u,c)}return n}function $i(e,t){return function(r,n){var i=Ws(r)?Et:tn,o=t?t():{};return i(r,e,ao(n,2),o)}}function Pi(t){return Yn((function(r,n){var i=-1,o=n.length,s=o>1?n[o-1]:e,a=o>2?n[2]:e;for(s=t.length>3&&"function"==typeof s?(o--,s):e,a&&bo(n[0],n[1],a)&&(s=o<3?e:s,o=1),r=Se(r);++i<o;){var u=n[i];u&&t(r,u,i,s)}return r}))}function ji(e,t){return function(r,n){if(null==r)return r;if(!qs(r))return e(r,n);for(var i=r.length,o=t?i:-1,s=Se(r);(t?o--:++o<i)&&!1!==n(s[o],o,s););return r}}function Fi(e){return function(t,r,n){for(var i=-1,o=Se(t),s=n(t),a=s.length;a--;){var u=s[e?a:++i];if(!1===r(o[u],u,o))break}return t}}function Ti(t){return function(r){var n=ir(r=ga(r))?fr(r):e,i=n?n[0]:r.charAt(0),o=n?wi(n,1).join(""):r.slice(1);return i[t]()+o}}function Ri(e){return function(t){return jt(Ja(Ua(t).replace(Ye,"")),e,"")}}function Ii(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=Lr(e.prototype),n=e.apply(r,t);return Qs(n)?n:r}}function Mi(t){return function(r,n,i){var o=Se(r);if(!qs(r)){var s=ao(n,3);r=$a(r),n=function(e){return s(o[e],e,o)}}var a=t(r,n,i);return a>-1?o[s?r[a]:a]:e}}function Ni(r){return to((function(n){var i=n.length,o=i,s=zr.prototype.thru;for(r&&n.reverse();o--;){var a=n[o];if("function"!=typeof a)throw new Ce(t);if(s&&!u&&"wrapper"==oo(a))var u=new zr([],!0)}for(o=u?o:i;++o<i;){var c=oo(a=n[o]),l="wrapper"==c?io(a):e;u=l&&_o(l[0])&&424==l[1]&&!l[4].length&&1==l[9]?u[oo(l[0])].apply(u,l[3]):1==a.length&&_o(a)?u[c]():u.thru(a)}return function(){var e=arguments,t=e[0];if(u&&1==e.length&&Ws(t))return u.plant(t).value();for(var r=0,o=i?n[r].apply(this,e):t;++r<i;)o=n[r].call(this,o);return o}}))}function Li(t,r,n,i,s,a,u,c,l,f){var d=r&o,h=1&r,p=2&r,m=24&r,v=512&r,g=p?e:Ii(t);return function o(){for(var y=arguments.length,b=we(y),w=y;w--;)b[w]=arguments[w];if(m)var _=so(o),D=function(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}(b,_);if(i&&(b=Oi(b,i,s,m)),a&&(b=ki(b,a,u,m)),y-=D,m&&y<f){var E=ar(b,_);return Hi(t,r,Li,o.placeholder,n,b,E,c,l,f-y)}var x=h?n:this,S=p?x[t]:t;return y=b.length,c?b=function(t,r){for(var n=t.length,i=gr(r.length,n),o=Ci(t);i--;){var s=r[i];t[i]=yo(s,n)?o[s]:e}return t}(b,c):v&&y>1&&b.reverse(),d&&l<y&&(b.length=l),this&&this!==lt&&this instanceof o&&(S=g||Ii(S)),S.apply(x,b)}}function Bi(e,t){return function(r,n){return function(e,t,r,n){return bn(e,(function(e,i,o){t(n,r(e),i,o)})),n}(r,e,t(n),{})}}function zi(t,r){return function(n,i){var o;if(n===e&&i===e)return r;if(n!==e&&(o=n),i!==e){if(o===e)return i;"string"==typeof n||"string"==typeof i?(n=ui(n),i=ui(i)):(n=ai(n),i=ai(i)),o=t(n,i)}return o}}function Ui(e){return to((function(t){return t=$t(t,Jt(ao())),Yn((function(r){var n=this;return e(t,(function(e){return Dt(e,n,r)}))}))}))}function Wi(t,r){var n=(r=r===e?" ":ui(r)).length;if(n<2)return n?Kn(r,t):r;var i=Kn(r,pt(t/lr(r)));return ir(r)?wi(fr(i),0,t).join(""):i.slice(0,t)}function Vi(t){return function(r,n,i){return i&&"number"!=typeof i&&bo(r,n,i)&&(n=i=e),r=da(r),n===e?(n=r,r=0):n=da(n),function(e,t,r,n){for(var i=-1,o=vr(pt((t-e)/(r||1)),0),s=we(o);o--;)s[n?o:++i]=e,e+=r;return s}(r,n,i=i===e?r<n?1:-1:da(i),t)}}function qi(e){return function(t,r){return"string"==typeof t&&"string"==typeof r||(t=ma(t),r=ma(r)),e(t,r)}}function Hi(t,r,n,o,s,a,u,c,l,f){var d=8&r;r|=d?i:64,4&(r&=~(d?64:i))||(r&=-4);var h=[t,r,s,d?a:e,d?u:e,d?e:a,d?e:u,c,l,f],p=n.apply(e,h);return _o(t)&&Ao(p,h),p.placeholder=o,jo(p,t,r)}function Gi(e){var t=xe[e];return function(e,r){if(e=ma(e),(r=null==r?0:gr(ha(r),292))&&Mt(e)){var n=(ga(e)+"e").split("e");return+((n=(ga(t(n[0]+"e"+(+n[1]+r)))+"e").split("e"))[0]+"e"+(+n[1]-r))}return t(e)}}var Ki=Sr&&1/ur(new Sr([,-0]))[1]==a?function(e){return new Sr(e)}:au;function Yi(e){return function(t){var r=po(t);return r==b?or(t):r==x?cr(t):function(e,t){return $t(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Ji(r,a,u,c,l,f,d,h){var p=2&a;if(!p&&"function"!=typeof r)throw new Ce(t);var m=c?c.length:0;if(m||(a&=-97,c=l=e),d=d===e?d:vr(ha(d),0),h=h===e?h:ha(h),m-=l?l.length:0,64&a){var v=c,g=l;c=l=e}var y=p?e:io(r),b=[r,a,u,c,l,v,g,f,d,h];if(y&&function(e,t){var r=e[1],i=t[1],a=r|i,u=a<131,c=i==o&&8==r||i==o&&r==s&&e[7].length<=t[8]||384==i&&t[7].length<=t[8]&&8==r;if(!u&&!c)return e;1&i&&(e[2]=t[2],a|=1&r?0:4);var l=t[3];if(l){var f=e[3];e[3]=f?Oi(f,l,t[4]):l,e[4]=f?ar(e[3],n):t[4]}(l=t[5])&&(f=e[5],e[5]=f?ki(f,l,t[6]):l,e[6]=f?ar(e[5],n):t[6]),(l=t[7])&&(e[7]=l),i&o&&(e[8]=null==e[8]?t[8]:gr(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=a}(b,y),r=b[0],a=b[1],u=b[2],c=b[3],l=b[4],!(h=b[9]=b[9]===e?p?0:r.length:vr(b[9]-m,0))&&24&a&&(a&=-25),a&&1!=a)w=8==a||16==a?function(t,r,n){var i=Ii(t);return function o(){for(var s=arguments.length,a=we(s),u=s,c=so(o);u--;)a[u]=arguments[u];var l=s<3&&a[0]!==c&&a[s-1]!==c?[]:ar(a,c);return(s-=l.length)<n?Hi(t,r,Li,o.placeholder,e,a,l,e,e,n-s):Dt(this&&this!==lt&&this instanceof o?i:t,this,a)}}(r,a,h):a!=i&&33!=a||l.length?Li.apply(e,b):function(e,t,r,n){var i=1&t,o=Ii(e);return function t(){for(var s=-1,a=arguments.length,u=-1,c=n.length,l=we(c+a),f=this&&this!==lt&&this instanceof t?o:e;++u<c;)l[u]=n[u];for(;a--;)l[u++]=arguments[++s];return Dt(f,i?r:this,l)}}(r,a,u,c);else var w=function(e,t,r){var n=1&t,i=Ii(e);return function t(){return(this&&this!==lt&&this instanceof t?i:e).apply(n?r:this,arguments)}}(r,a,u);return jo((y?Qn:Ao)(w,b),r,a)}function Zi(t,r,n,i){return t===e||Ls(t,Pe[n])&&!Te.call(i,n)?r:t}function Xi(t,r,n,i,o,s){return Qs(t)&&Qs(r)&&(s.set(r,t),zn(t,r,e,Xi,s),s.delete(r)),t}function Qi(t){return na(t)?e:t}function eo(t,r,n,i,o,s){var a=1&n,u=t.length,c=r.length;if(u!=c&&!(a&&c>u))return!1;var l=s.get(t),f=s.get(r);if(l&&f)return l==r&&f==t;var d=-1,h=!0,p=2&n?new Hr:e;for(s.set(t,r),s.set(r,t);++d<u;){var m=t[d],v=r[d];if(i)var g=a?i(v,m,d,r,t,s):i(m,v,d,t,r,s);if(g!==e){if(g)continue;h=!1;break}if(p){if(!It(r,(function(e,t){if(!Xt(p,t)&&(m===e||o(m,e,n,i,s)))return p.push(t)}))){h=!1;break}}else if(m!==v&&!o(m,v,n,i,s)){h=!1;break}}return s.delete(t),s.delete(r),h}function to(t){return Po(Oo(t,e,Vo),t+"")}function ro(e){return En(e,$a,fo)}function no(e){return En(e,Pa,ho)}var io=Cr?function(e){return Cr.get(e)}:au;function oo(e){for(var t=e.name+"",r=Ar[t],n=Te.call(Ar,t)?r.length:0;n--;){var i=r[n],o=i.func;if(null==o||o==e)return i.name}return t}function so(e){return(Te.call(Nr,"placeholder")?Nr:e).placeholder}function ao(){var e=Nr.iteratee||nu;return e=e===nu?Tn:e,arguments.length?e(arguments[0],arguments[1]):e}function uo(e,t){var r=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?r["string"==typeof t?"string":"hash"]:r.map}function co(e){for(var t=$a(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,xo(i)]}return t}function lo(t,r){var n=function(t,r){return null==t?e:t[r]}(t,r);return Fn(n)?n:e}var fo=Tt?function(e){return null==e?[]:(e=Se(e),kt(Tt(e),(function(t){return Ge.call(e,t)})))}:pu,ho=Tt?function(e){for(var t=[];e;)Pt(t,fo(e)),e=qe(e);return t}:pu,po=xn;function mo(e,t,r){for(var n=-1,i=(t=yi(t,e)).length,o=!1;++n<i;){var s=Io(t[n]);if(!(o=null!=e&&r(e,s)))break;e=e[s]}return o||++n!=i?o:!!(i=null==e?0:e.length)&&Xs(i)&&yo(s,i)&&(Ws(e)||Us(e))}function vo(e){return"function"!=typeof e.constructor||Eo(e)?{}:Lr(qe(e))}function go(e){return Ws(e)||Us(e)||!!(Ze&&e&&e[Ze])}function yo(e,t){var r=typeof e;return!!(t=null==t?u:t)&&("number"==r||"symbol"!=r&&pe.test(e))&&e>-1&&e%1==0&&e<t}function bo(e,t,r){if(!Qs(r))return!1;var n=typeof t;return!!("number"==n?qs(r)&&yo(t,r.length):"string"==n&&t in r)&&Ls(r[t],e)}function wo(e,t){if(Ws(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!aa(e))||J.test(e)||!Y.test(e)||null!=t&&e in Se(t)}function _o(e){var t=oo(e),r=Nr[t];if("function"!=typeof r||!(t in Ur.prototype))return!1;if(e===r)return!0;var n=io(r);return!!n&&e===n[0]}(Dr&&po(new Dr(new ArrayBuffer(1)))!=A||Er&&po(new Er)!=b||xr&&po(xr.resolve())!=D||Sr&&po(new Sr)!=x||Or&&po(new Or)!=k)&&(po=function(t){var r=xn(t),n=r==_?t.constructor:e,i=n?Mo(n):"";if(i)switch(i){case $r:return A;case Pr:return b;case jr:return D;case Fr:return x;case Tr:return k}return r});var Do=je?Js:mu;function Eo(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Pe)}function xo(e){return e==e&&!Qs(e)}function So(t,r){return function(n){return null!=n&&n[t]===r&&(r!==e||t in Se(n))}}function Oo(t,r,n){return r=vr(r===e?t.length-1:r,0),function(){for(var e=arguments,i=-1,o=vr(e.length-r,0),s=we(o);++i<o;)s[i]=e[r+i];i=-1;for(var a=we(r+1);++i<r;)a[i]=e[i];return a[r]=n(s),Dt(t,this,a)}}function ko(e,t){return t.length<2?e:Dn(e,ri(t,0,-1))}function Co(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var Ao=Fo(Qn),$o=dt||function(e,t){return lt.setTimeout(e,t)},Po=Fo(ei);function jo(e,t,r){var n=t+"";return Po(e,function(e,t){var r=t.length;if(!r)return e;var n=r-1;return t[n]=(r>1?"& ":"")+t[n],t=t.join(r>2?", ":" "),e.replace(re,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return xt(f,(function(r){var n="_."+r[0];t&r[1]&&!Ct(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(ne);return t?t[1].split(ie):[]}(n),r)))}function Fo(t){var r=0,n=0;return function(){var i=yr(),o=16-(i-n);if(n=i,o>0){if(++r>=800)return arguments[0]}else r=0;return t.apply(e,arguments)}}function To(t,r){var n=-1,i=t.length,o=i-1;for(r=r===e?i:r;++n<r;){var s=Gn(n,o),a=t[s];t[s]=t[n],t[n]=a}return t.length=r,t}var Ro=function(e){var t=Fs(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Z,(function(e,r,n,i){t.push(n?i.replace(ae,"$1"):r||e)})),t}));function Io(e){if("string"==typeof e||aa(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Mo(e){if(null!=e){try{return Fe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function No(e){if(e instanceof Ur)return e.clone();var t=new zr(e.__wrapped__,e.__chain__);return t.__actions__=Ci(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Lo=Yn((function(e,t){return Hs(e)?ln(e,vn(t,1,Hs,!0)):[]})),Bo=Yn((function(t,r){var n=Yo(r);return Hs(n)&&(n=e),Hs(t)?ln(t,vn(r,1,Hs,!0),ao(n,2)):[]})),zo=Yn((function(t,r){var n=Yo(r);return Hs(n)&&(n=e),Hs(t)?ln(t,vn(r,1,Hs,!0),e,n):[]}));function Uo(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var i=null==r?0:ha(r);return i<0&&(i=vr(n+i,0)),Lt(e,ao(t,3),i)}function Wo(t,r,n){var i=null==t?0:t.length;if(!i)return-1;var o=i-1;return n!==e&&(o=ha(n),o=n<0?vr(i+o,0):gr(o,i-1)),Lt(t,ao(r,3),o,!0)}function Vo(e){return null!=e&&e.length?vn(e,1):[]}function qo(t){return t&&t.length?t[0]:e}var Ho=Yn((function(e){var t=$t(e,vi);return t.length&&t[0]===e[0]?Cn(t):[]})),Go=Yn((function(t){var r=Yo(t),n=$t(t,vi);return r===Yo(n)?r=e:n.pop(),n.length&&n[0]===t[0]?Cn(n,ao(r,2)):[]})),Ko=Yn((function(t){var r=Yo(t),n=$t(t,vi);return(r="function"==typeof r?r:e)&&n.pop(),n.length&&n[0]===t[0]?Cn(n,e,r):[]}));function Yo(t){var r=null==t?0:t.length;return r?t[r-1]:e}var Jo=Yn(Zo);function Zo(e,t){return e&&e.length&&t&&t.length?qn(e,t):e}var Xo=to((function(e,t){var r=null==e?0:e.length,n=on(e,t);return Hn(e,$t(t,(function(e){return yo(e,r)?+e:e})).sort(Si)),n}));function Qo(e){return null==e?e:_r.call(e)}var es=Yn((function(e){return ci(vn(e,1,Hs,!0))})),ts=Yn((function(t){var r=Yo(t);return Hs(r)&&(r=e),ci(vn(t,1,Hs,!0),ao(r,2))})),rs=Yn((function(t){var r=Yo(t);return r="function"==typeof r?r:e,ci(vn(t,1,Hs,!0),e,r)}));function ns(e){if(!e||!e.length)return[];var t=0;return e=kt(e,(function(e){if(Hs(e))return t=vr(e.length,t),!0})),Kt(t,(function(t){return $t(e,Vt(t))}))}function is(t,r){if(!t||!t.length)return[];var n=ns(t);return null==r?n:$t(n,(function(t){return Dt(r,e,t)}))}var os=Yn((function(e,t){return Hs(e)?ln(e,t):[]})),ss=Yn((function(e){return pi(kt(e,Hs))})),as=Yn((function(t){var r=Yo(t);return Hs(r)&&(r=e),pi(kt(t,Hs),ao(r,2))})),us=Yn((function(t){var r=Yo(t);return r="function"==typeof r?r:e,pi(kt(t,Hs),e,r)})),cs=Yn(ns),ls=Yn((function(t){var r=t.length,n=r>1?t[r-1]:e;return n="function"==typeof n?(t.pop(),n):e,is(t,n)}));function fs(e){var t=Nr(e);return t.__chain__=!0,t}function ds(e,t){return t(e)}var hs=to((function(t){var r=t.length,n=r?t[0]:0,i=this.__wrapped__,o=function(e){return on(e,t)};return!(r>1||this.__actions__.length)&&i instanceof Ur&&yo(n)?((i=i.slice(n,+n+(r?1:0))).__actions__.push({func:ds,args:[o],thisArg:e}),new zr(i,this.__chain__).thru((function(t){return r&&!t.length&&t.push(e),t}))):this.thru(o)})),ps=$i((function(e,t,r){Te.call(e,r)?++e[r]:nn(e,r,1)})),ms=Mi(Uo),vs=Mi(Wo);function gs(e,t){return(Ws(e)?xt:fn)(e,ao(t,3))}function ys(e,t){return(Ws(e)?St:dn)(e,ao(t,3))}var bs=$i((function(e,t,r){Te.call(e,r)?e[r].push(t):nn(e,r,[t])})),ws=Yn((function(e,t,r){var n=-1,i="function"==typeof t,o=qs(e)?we(e.length):[];return fn(e,(function(e){o[++n]=i?Dt(t,e,r):An(e,t,r)})),o})),_s=$i((function(e,t,r){nn(e,r,t)}));function Ds(e,t){return(Ws(e)?$t:Nn)(e,ao(t,3))}var Es=$i((function(e,t,r){e[r?0:1].push(t)}),(function(){return[[],[]]})),xs=Yn((function(e,t){if(null==e)return[];var r=t.length;return r>1&&bo(e,t[0],t[1])?t=[]:r>2&&bo(t[0],t[1],t[2])&&(t=[t[0]]),Wn(e,vn(t,1),[])})),Ss=ft||function(){return lt.Date.now()};function Os(t,r,n){return r=n?e:r,r=t&&null==r?t.length:r,Ji(t,o,e,e,e,e,r)}function ks(r,n){var i;if("function"!=typeof n)throw new Ce(t);return r=ha(r),function(){return--r>0&&(i=n.apply(this,arguments)),r<=1&&(n=e),i}}var Cs=Yn((function(e,t,r){var n=1;if(r.length){var o=ar(r,so(Cs));n|=i}return Ji(e,n,t,r,o)})),As=Yn((function(e,t,r){var n=3;if(r.length){var o=ar(r,so(As));n|=i}return Ji(t,n,e,r,o)}));function $s(r,n,i){var o,s,a,u,c,l,f=0,d=!1,h=!1,p=!0;if("function"!=typeof r)throw new Ce(t);function m(t){var n=o,i=s;return o=s=e,f=t,u=r.apply(i,n)}function v(t){var r=t-l;return l===e||r>=n||r<0||h&&t-f>=a}function g(){var e=Ss();if(v(e))return y(e);c=$o(g,function(e){var t=n-(e-l);return h?gr(t,a-(e-f)):t}(e))}function y(t){return c=e,p&&o?m(t):(o=s=e,u)}function b(){var t=Ss(),r=v(t);if(o=arguments,s=this,l=t,r){if(c===e)return function(e){return f=e,c=$o(g,n),d?m(e):u}(l);if(h)return _i(c),c=$o(g,n),m(l)}return c===e&&(c=$o(g,n)),u}return n=ma(n)||0,Qs(i)&&(d=!!i.leading,a=(h="maxWait"in i)?vr(ma(i.maxWait)||0,n):a,p="trailing"in i?!!i.trailing:p),b.cancel=function(){c!==e&&_i(c),f=0,o=l=s=c=e},b.flush=function(){return c===e?u:y(Ss())},b}var Ps=Yn((function(e,t){return cn(e,1,t)})),js=Yn((function(e,t,r){return cn(e,ma(t)||0,r)}));function Fs(e,r){if("function"!=typeof e||null!=r&&"function"!=typeof r)throw new Ce(t);var n=function(){var t=arguments,i=r?r.apply(this,t):t[0],o=n.cache;if(o.has(i))return o.get(i);var s=e.apply(this,t);return n.cache=o.set(i,s)||o,s};return n.cache=new(Fs.Cache||qr),n}function Ts(e){if("function"!=typeof e)throw new Ce(t);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Fs.Cache=qr;var Rs=bi((function(e,t){var r=(t=1==t.length&&Ws(t[0])?$t(t[0],Jt(ao())):$t(vn(t,1),Jt(ao()))).length;return Yn((function(n){for(var i=-1,o=gr(n.length,r);++i<o;)n[i]=t[i].call(this,n[i]);return Dt(e,this,n)}))})),Is=Yn((function(t,r){var n=ar(r,so(Is));return Ji(t,i,e,r,n)})),Ms=Yn((function(t,r){var n=ar(r,so(Ms));return Ji(t,64,e,r,n)})),Ns=to((function(t,r){return Ji(t,s,e,e,e,r)}));function Ls(e,t){return e===t||e!=e&&t!=t}var Bs=qi(Sn),zs=qi((function(e,t){return e>=t})),Us=$n(function(){return arguments}())?$n:function(e){return ea(e)&&Te.call(e,"callee")&&!Ge.call(e,"callee")},Ws=we.isArray,Vs=vt?Jt(vt):function(e){return ea(e)&&xn(e)==C};function qs(e){return null!=e&&Xs(e.length)&&!Js(e)}function Hs(e){return ea(e)&&qs(e)}var Gs=Rt||mu,Ks=gt?Jt(gt):function(e){return ea(e)&&xn(e)==m};function Ys(e){if(!ea(e))return!1;var t=xn(e);return t==v||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!na(e)}function Js(e){if(!Qs(e))return!1;var t=xn(e);return t==g||t==y||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Zs(e){return"number"==typeof e&&e==ha(e)}function Xs(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=u}function Qs(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ea(e){return null!=e&&"object"==typeof e}var ta=yt?Jt(yt):function(e){return ea(e)&&po(e)==b};function ra(e){return"number"==typeof e||ea(e)&&xn(e)==w}function na(e){if(!ea(e)||xn(e)!=_)return!1;var t=qe(e);if(null===t)return!0;var r=Te.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&Fe.call(r)==Ne}var ia=bt?Jt(bt):function(e){return ea(e)&&xn(e)==E},oa=wt?Jt(wt):function(e){return ea(e)&&po(e)==x};function sa(e){return"string"==typeof e||!Ws(e)&&ea(e)&&xn(e)==S}function aa(e){return"symbol"==typeof e||ea(e)&&xn(e)==O}var ua=_t?Jt(_t):function(e){return ea(e)&&Xs(e.length)&&!!nt[xn(e)]},ca=qi(Mn),la=qi((function(e,t){return e<=t}));function fa(e){if(!e)return[];if(qs(e))return sa(e)?fr(e):Ci(e);if(Qe&&e[Qe])return function(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}(e[Qe]());var t=po(e);return(t==b?or:t==x?ur:La)(e)}function da(e){return e?(e=ma(e))===a||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function ha(e){var t=da(e),r=t%1;return t==t?r?t-r:t:0}function pa(e){return e?sn(ha(e),0,l):0}function ma(e){if("number"==typeof e)return e;if(aa(e))return c;if(Qs(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Qs(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Yt(e);var r=fe.test(e);return r||he.test(e)?at(e.slice(2),r?2:8):le.test(e)?c:+e}function va(e){return Ai(e,Pa(e))}function ga(e){return null==e?"":ui(e)}var ya=Pi((function(e,t){if(Eo(t)||qs(t))Ai(t,$a(t),e);else for(var r in t)Te.call(t,r)&&Qr(e,r,t[r])})),ba=Pi((function(e,t){Ai(t,Pa(t),e)})),wa=Pi((function(e,t,r,n){Ai(t,Pa(t),e,n)})),_a=Pi((function(e,t,r,n){Ai(t,$a(t),e,n)})),Da=to(on),Ea=Yn((function(t,r){t=Se(t);var n=-1,i=r.length,o=i>2?r[2]:e;for(o&&bo(r[0],r[1],o)&&(i=1);++n<i;)for(var s=r[n],a=Pa(s),u=-1,c=a.length;++u<c;){var l=a[u],f=t[l];(f===e||Ls(f,Pe[l])&&!Te.call(t,l))&&(t[l]=s[l])}return t})),xa=Yn((function(t){return t.push(e,Xi),Dt(Fa,e,t)}));function Sa(t,r,n){var i=null==t?e:Dn(t,r);return i===e?n:i}function Oa(e,t){return null!=e&&mo(e,t,kn)}var ka=Bi((function(e,t,r){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),e[t]=r}),Qa(ru)),Ca=Bi((function(e,t,r){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),Te.call(e,t)?e[t].push(r):e[t]=[r]}),ao),Aa=Yn(An);function $a(e){return qs(e)?Kr(e):Rn(e)}function Pa(e){return qs(e)?Kr(e,!0):In(e)}var ja=Pi((function(e,t,r){zn(e,t,r)})),Fa=Pi((function(e,t,r,n){zn(e,t,r,n)})),Ta=to((function(e,t){var r={};if(null==e)return r;var n=!1;t=$t(t,(function(t){return t=yi(t,e),n||(n=t.length>1),t})),Ai(e,no(e),r),n&&(r=an(r,7,Qi));for(var i=t.length;i--;)li(r,t[i]);return r})),Ra=to((function(e,t){return null==e?{}:function(e,t){return Vn(e,t,(function(t,r){return Oa(e,r)}))}(e,t)}));function Ia(e,t){if(null==e)return{};var r=$t(no(e),(function(e){return[e]}));return t=ao(t),Vn(e,r,(function(e,r){return t(e,r[0])}))}var Ma=Yi($a),Na=Yi(Pa);function La(e){return null==e?[]:Zt(e,$a(e))}var Ba=Ri((function(e,t,r){return t=t.toLowerCase(),e+(r?za(t):t)}));function za(e){return Ya(ga(e).toLowerCase())}function Ua(e){return(e=ga(e))&&e.replace(me,tr).replace(Je,"")}var Wa=Ri((function(e,t,r){return e+(r?"-":"")+t.toLowerCase()})),Va=Ri((function(e,t,r){return e+(r?" ":"")+t.toLowerCase()})),qa=Ti("toLowerCase"),Ha=Ri((function(e,t,r){return e+(r?"_":"")+t.toLowerCase()})),Ga=Ri((function(e,t,r){return e+(r?" ":"")+Ya(t)})),Ka=Ri((function(e,t,r){return e+(r?" ":"")+t.toUpperCase()})),Ya=Ti("toUpperCase");function Ja(t,r,n){return t=ga(t),(r=n?e:r)===e?function(e){return et.test(e)}(t)?function(e){return e.match(Xe)||[]}(t):function(e){return e.match(oe)||[]}(t):t.match(r)||[]}var Za=Yn((function(t,r){try{return Dt(t,e,r)}catch(e){return Ys(e)?e:new De(e)}})),Xa=to((function(e,t){return xt(t,(function(t){t=Io(t),nn(e,t,Cs(e[t],e))})),e}));function Qa(e){return function(){return e}}var eu=Ni(),tu=Ni(!0);function ru(e){return e}function nu(e){return Tn("function"==typeof e?e:an(e,1))}var iu=Yn((function(e,t){return function(r){return An(r,e,t)}})),ou=Yn((function(e,t){return function(r){return An(e,r,t)}}));function su(e,t,r){var n=$a(t),i=_n(t,n);null!=r||Qs(t)&&(i.length||!n.length)||(r=t,t=e,e=this,i=_n(t,$a(t)));var o=!(Qs(r)&&"chain"in r&&!r.chain),s=Js(e);return xt(i,(function(r){var n=t[r];e[r]=n,s&&(e.prototype[r]=function(){var t=this.__chain__;if(o||t){var r=e(this.__wrapped__);return(r.__actions__=Ci(this.__actions__)).push({func:n,args:arguments,thisArg:e}),r.__chain__=t,r}return n.apply(e,Pt([this.value()],arguments))})})),e}function au(){}var uu=Ui($t),cu=Ui(Ot),lu=Ui(It);function fu(e){return wo(e)?Vt(Io(e)):function(e){return function(t){return Dn(t,e)}}(e)}var du=Vi(),hu=Vi(!0);function pu(){return[]}function mu(){return!1}var vu,gu=zi((function(e,t){return e+t}),0),yu=Gi("ceil"),bu=zi((function(e,t){return e/t}),1),wu=Gi("floor"),_u=zi((function(e,t){return e*t}),1),Du=Gi("round"),Eu=zi((function(e,t){return e-t}),0);return Nr.after=function(e,r){if("function"!=typeof r)throw new Ce(t);return e=ha(e),function(){if(--e<1)return r.apply(this,arguments)}},Nr.ary=Os,Nr.assign=ya,Nr.assignIn=ba,Nr.assignInWith=wa,Nr.assignWith=_a,Nr.at=Da,Nr.before=ks,Nr.bind=Cs,Nr.bindAll=Xa,Nr.bindKey=As,Nr.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ws(e)?e:[e]},Nr.chain=fs,Nr.chunk=function(t,r,n){r=(n?bo(t,r,n):r===e)?1:vr(ha(r),0);var i=null==t?0:t.length;if(!i||r<1)return[];for(var o=0,s=0,a=we(pt(i/r));o<i;)a[s++]=ri(t,o,o+=r);return a},Nr.compact=function(e){for(var t=-1,r=null==e?0:e.length,n=0,i=[];++t<r;){var o=e[t];o&&(i[n++]=o)}return i},Nr.concat=function(){var e=arguments.length;if(!e)return[];for(var t=we(e-1),r=arguments[0],n=e;n--;)t[n-1]=arguments[n];return Pt(Ws(r)?Ci(r):[r],vn(t,1))},Nr.cond=function(e){var r=null==e?0:e.length,n=ao();return e=r?$t(e,(function(e){if("function"!=typeof e[1])throw new Ce(t);return[n(e[0]),e[1]]})):[],Yn((function(t){for(var n=-1;++n<r;){var i=e[n];if(Dt(i[0],this,t))return Dt(i[1],this,t)}}))},Nr.conforms=function(e){return function(e){var t=$a(e);return function(r){return un(r,e,t)}}(an(e,1))},Nr.constant=Qa,Nr.countBy=ps,Nr.create=function(e,t){var r=Lr(e);return null==t?r:rn(r,t)},Nr.curry=function t(r,n,i){var o=Ji(r,8,e,e,e,e,e,n=i?e:n);return o.placeholder=t.placeholder,o},Nr.curryRight=function t(r,n,i){var o=Ji(r,16,e,e,e,e,e,n=i?e:n);return o.placeholder=t.placeholder,o},Nr.debounce=$s,Nr.defaults=Ea,Nr.defaultsDeep=xa,Nr.defer=Ps,Nr.delay=js,Nr.difference=Lo,Nr.differenceBy=Bo,Nr.differenceWith=zo,Nr.drop=function(t,r,n){var i=null==t?0:t.length;return i?ri(t,(r=n||r===e?1:ha(r))<0?0:r,i):[]},Nr.dropRight=function(t,r,n){var i=null==t?0:t.length;return i?ri(t,0,(r=i-(r=n||r===e?1:ha(r)))<0?0:r):[]},Nr.dropRightWhile=function(e,t){return e&&e.length?di(e,ao(t,3),!0,!0):[]},Nr.dropWhile=function(e,t){return e&&e.length?di(e,ao(t,3),!0):[]},Nr.fill=function(t,r,n,i){var o=null==t?0:t.length;return o?(n&&"number"!=typeof n&&bo(t,r,n)&&(n=0,i=o),function(t,r,n,i){var o=t.length;for((n=ha(n))<0&&(n=-n>o?0:o+n),(i=i===e||i>o?o:ha(i))<0&&(i+=o),i=n>i?0:pa(i);n<i;)t[n++]=r;return t}(t,r,n,i)):[]},Nr.filter=function(e,t){return(Ws(e)?kt:mn)(e,ao(t,3))},Nr.flatMap=function(e,t){return vn(Ds(e,t),1)},Nr.flatMapDeep=function(e,t){return vn(Ds(e,t),a)},Nr.flatMapDepth=function(t,r,n){return n=n===e?1:ha(n),vn(Ds(t,r),n)},Nr.flatten=Vo,Nr.flattenDeep=function(e){return null!=e&&e.length?vn(e,a):[]},Nr.flattenDepth=function(t,r){return null!=t&&t.length?vn(t,r=r===e?1:ha(r)):[]},Nr.flip=function(e){return Ji(e,512)},Nr.flow=eu,Nr.flowRight=tu,Nr.fromPairs=function(e){for(var t=-1,r=null==e?0:e.length,n={};++t<r;){var i=e[t];n[i[0]]=i[1]}return n},Nr.functions=function(e){return null==e?[]:_n(e,$a(e))},Nr.functionsIn=function(e){return null==e?[]:_n(e,Pa(e))},Nr.groupBy=bs,Nr.initial=function(e){return null!=e&&e.length?ri(e,0,-1):[]},Nr.intersection=Ho,Nr.intersectionBy=Go,Nr.intersectionWith=Ko,Nr.invert=ka,Nr.invertBy=Ca,Nr.invokeMap=ws,Nr.iteratee=nu,Nr.keyBy=_s,Nr.keys=$a,Nr.keysIn=Pa,Nr.map=Ds,Nr.mapKeys=function(e,t){var r={};return t=ao(t,3),bn(e,(function(e,n,i){nn(r,t(e,n,i),e)})),r},Nr.mapValues=function(e,t){var r={};return t=ao(t,3),bn(e,(function(e,n,i){nn(r,n,t(e,n,i))})),r},Nr.matches=function(e){return Ln(an(e,1))},Nr.matchesProperty=function(e,t){return Bn(e,an(t,1))},Nr.memoize=Fs,Nr.merge=ja,Nr.mergeWith=Fa,Nr.method=iu,Nr.methodOf=ou,Nr.mixin=su,Nr.negate=Ts,Nr.nthArg=function(e){return e=ha(e),Yn((function(t){return Un(t,e)}))},Nr.omit=Ta,Nr.omitBy=function(e,t){return Ia(e,Ts(ao(t)))},Nr.once=function(e){return ks(2,e)},Nr.orderBy=function(t,r,n,i){return null==t?[]:(Ws(r)||(r=null==r?[]:[r]),Ws(n=i?e:n)||(n=null==n?[]:[n]),Wn(t,r,n))},Nr.over=uu,Nr.overArgs=Rs,Nr.overEvery=cu,Nr.overSome=lu,Nr.partial=Is,Nr.partialRight=Ms,Nr.partition=Es,Nr.pick=Ra,Nr.pickBy=Ia,Nr.property=fu,Nr.propertyOf=function(t){return function(r){return null==t?e:Dn(t,r)}},Nr.pull=Jo,Nr.pullAll=Zo,Nr.pullAllBy=function(e,t,r){return e&&e.length&&t&&t.length?qn(e,t,ao(r,2)):e},Nr.pullAllWith=function(t,r,n){return t&&t.length&&r&&r.length?qn(t,r,e,n):t},Nr.pullAt=Xo,Nr.range=du,Nr.rangeRight=hu,Nr.rearg=Ns,Nr.reject=function(e,t){return(Ws(e)?kt:mn)(e,Ts(ao(t,3)))},Nr.remove=function(e,t){var r=[];if(!e||!e.length)return r;var n=-1,i=[],o=e.length;for(t=ao(t,3);++n<o;){var s=e[n];t(s,n,e)&&(r.push(s),i.push(n))}return Hn(e,i),r},Nr.rest=function(r,n){if("function"!=typeof r)throw new Ce(t);return Yn(r,n=n===e?n:ha(n))},Nr.reverse=Qo,Nr.sampleSize=function(t,r,n){return r=(n?bo(t,r,n):r===e)?1:ha(r),(Ws(t)?Jr:Zn)(t,r)},Nr.set=function(e,t,r){return null==e?e:Xn(e,t,r)},Nr.setWith=function(t,r,n,i){return i="function"==typeof i?i:e,null==t?t:Xn(t,r,n,i)},Nr.shuffle=function(e){return(Ws(e)?Zr:ti)(e)},Nr.slice=function(t,r,n){var i=null==t?0:t.length;return i?(n&&"number"!=typeof n&&bo(t,r,n)?(r=0,n=i):(r=null==r?0:ha(r),n=n===e?i:ha(n)),ri(t,r,n)):[]},Nr.sortBy=xs,Nr.sortedUniq=function(e){return e&&e.length?si(e):[]},Nr.sortedUniqBy=function(e,t){return e&&e.length?si(e,ao(t,2)):[]},Nr.split=function(t,r,n){return n&&"number"!=typeof n&&bo(t,r,n)&&(r=n=e),(n=n===e?l:n>>>0)?(t=ga(t))&&("string"==typeof r||null!=r&&!ia(r))&&!(r=ui(r))&&ir(t)?wi(fr(t),0,n):t.split(r,n):[]},Nr.spread=function(e,r){if("function"!=typeof e)throw new Ce(t);return r=null==r?0:vr(ha(r),0),Yn((function(t){var n=t[r],i=wi(t,0,r);return n&&Pt(i,n),Dt(e,this,i)}))},Nr.tail=function(e){var t=null==e?0:e.length;return t?ri(e,1,t):[]},Nr.take=function(t,r,n){return t&&t.length?ri(t,0,(r=n||r===e?1:ha(r))<0?0:r):[]},Nr.takeRight=function(t,r,n){var i=null==t?0:t.length;return i?ri(t,(r=i-(r=n||r===e?1:ha(r)))<0?0:r,i):[]},Nr.takeRightWhile=function(e,t){return e&&e.length?di(e,ao(t,3),!1,!0):[]},Nr.takeWhile=function(e,t){return e&&e.length?di(e,ao(t,3)):[]},Nr.tap=function(e,t){return t(e),e},Nr.throttle=function(e,r,n){var i=!0,o=!0;if("function"!=typeof e)throw new Ce(t);return Qs(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),$s(e,r,{leading:i,maxWait:r,trailing:o})},Nr.thru=ds,Nr.toArray=fa,Nr.toPairs=Ma,Nr.toPairsIn=Na,Nr.toPath=function(e){return Ws(e)?$t(e,Io):aa(e)?[e]:Ci(Ro(ga(e)))},Nr.toPlainObject=va,Nr.transform=function(e,t,r){var n=Ws(e),i=n||Gs(e)||ua(e);if(t=ao(t,4),null==r){var o=e&&e.constructor;r=i?n?new o:[]:Qs(e)&&Js(o)?Lr(qe(e)):{}}return(i?xt:bn)(e,(function(e,n,i){return t(r,e,n,i)})),r},Nr.unary=function(e){return Os(e,1)},Nr.union=es,Nr.unionBy=ts,Nr.unionWith=rs,Nr.uniq=function(e){return e&&e.length?ci(e):[]},Nr.uniqBy=function(e,t){return e&&e.length?ci(e,ao(t,2)):[]},Nr.uniqWith=function(t,r){return r="function"==typeof r?r:e,t&&t.length?ci(t,e,r):[]},Nr.unset=function(e,t){return null==e||li(e,t)},Nr.unzip=ns,Nr.unzipWith=is,Nr.update=function(e,t,r){return null==e?e:fi(e,t,gi(r))},Nr.updateWith=function(t,r,n,i){return i="function"==typeof i?i:e,null==t?t:fi(t,r,gi(n),i)},Nr.values=La,Nr.valuesIn=function(e){return null==e?[]:Zt(e,Pa(e))},Nr.without=os,Nr.words=Ja,Nr.wrap=function(e,t){return Is(gi(t),e)},Nr.xor=ss,Nr.xorBy=as,Nr.xorWith=us,Nr.zip=cs,Nr.zipObject=function(e,t){return mi(e||[],t||[],Qr)},Nr.zipObjectDeep=function(e,t){return mi(e||[],t||[],Xn)},Nr.zipWith=ls,Nr.entries=Ma,Nr.entriesIn=Na,Nr.extend=ba,Nr.extendWith=wa,su(Nr,Nr),Nr.add=gu,Nr.attempt=Za,Nr.camelCase=Ba,Nr.capitalize=za,Nr.ceil=yu,Nr.clamp=function(t,r,n){return n===e&&(n=r,r=e),n!==e&&(n=(n=ma(n))==n?n:0),r!==e&&(r=(r=ma(r))==r?r:0),sn(ma(t),r,n)},Nr.clone=function(e){return an(e,4)},Nr.cloneDeep=function(e){return an(e,5)},Nr.cloneDeepWith=function(t,r){return an(t,5,r="function"==typeof r?r:e)},Nr.cloneWith=function(t,r){return an(t,4,r="function"==typeof r?r:e)},Nr.conformsTo=function(e,t){return null==t||un(e,t,$a(t))},Nr.deburr=Ua,Nr.defaultTo=function(e,t){return null==e||e!=e?t:e},Nr.divide=bu,Nr.endsWith=function(t,r,n){t=ga(t),r=ui(r);var i=t.length,o=n=n===e?i:sn(ha(n),0,i);return(n-=r.length)>=0&&t.slice(n,o)==r},Nr.eq=Ls,Nr.escape=function(e){return(e=ga(e))&&q.test(e)?e.replace(W,rr):e},Nr.escapeRegExp=function(e){return(e=ga(e))&&Q.test(e)?e.replace(X,"\\$&"):e},Nr.every=function(t,r,n){var i=Ws(t)?Ot:hn;return n&&bo(t,r,n)&&(r=e),i(t,ao(r,3))},Nr.find=ms,Nr.findIndex=Uo,Nr.findKey=function(e,t){return Nt(e,ao(t,3),bn)},Nr.findLast=vs,Nr.findLastIndex=Wo,Nr.findLastKey=function(e,t){return Nt(e,ao(t,3),wn)},Nr.floor=wu,Nr.forEach=gs,Nr.forEachRight=ys,Nr.forIn=function(e,t){return null==e?e:gn(e,ao(t,3),Pa)},Nr.forInRight=function(e,t){return null==e?e:yn(e,ao(t,3),Pa)},Nr.forOwn=function(e,t){return e&&bn(e,ao(t,3))},Nr.forOwnRight=function(e,t){return e&&wn(e,ao(t,3))},Nr.get=Sa,Nr.gt=Bs,Nr.gte=zs,Nr.has=function(e,t){return null!=e&&mo(e,t,On)},Nr.hasIn=Oa,Nr.head=qo,Nr.identity=ru,Nr.includes=function(e,t,r,n){e=qs(e)?e:La(e),r=r&&!n?ha(r):0;var i=e.length;return r<0&&(r=vr(i+r,0)),sa(e)?r<=i&&e.indexOf(t,r)>-1:!!i&&Bt(e,t,r)>-1},Nr.indexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var i=null==r?0:ha(r);return i<0&&(i=vr(n+i,0)),Bt(e,t,i)},Nr.inRange=function(t,r,n){return r=da(r),n===e?(n=r,r=0):n=da(n),function(e,t,r){return e>=gr(t,r)&&e<vr(t,r)}(t=ma(t),r,n)},Nr.invoke=Aa,Nr.isArguments=Us,Nr.isArray=Ws,Nr.isArrayBuffer=Vs,Nr.isArrayLike=qs,Nr.isArrayLikeObject=Hs,Nr.isBoolean=function(e){return!0===e||!1===e||ea(e)&&xn(e)==p},Nr.isBuffer=Gs,Nr.isDate=Ks,Nr.isElement=function(e){return ea(e)&&1===e.nodeType&&!na(e)},Nr.isEmpty=function(e){if(null==e)return!0;if(qs(e)&&(Ws(e)||"string"==typeof e||"function"==typeof e.splice||Gs(e)||ua(e)||Us(e)))return!e.length;var t=po(e);if(t==b||t==x)return!e.size;if(Eo(e))return!Rn(e).length;for(var r in e)if(Te.call(e,r))return!1;return!0},Nr.isEqual=function(e,t){return Pn(e,t)},Nr.isEqualWith=function(t,r,n){var i=(n="function"==typeof n?n:e)?n(t,r):e;return i===e?Pn(t,r,e,n):!!i},Nr.isError=Ys,Nr.isFinite=function(e){return"number"==typeof e&&Mt(e)},Nr.isFunction=Js,Nr.isInteger=Zs,Nr.isLength=Xs,Nr.isMap=ta,Nr.isMatch=function(e,t){return e===t||jn(e,t,co(t))},Nr.isMatchWith=function(t,r,n){return n="function"==typeof n?n:e,jn(t,r,co(r),n)},Nr.isNaN=function(e){return ra(e)&&e!=+e},Nr.isNative=function(e){if(Do(e))throw new De("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Fn(e)},Nr.isNil=function(e){return null==e},Nr.isNull=function(e){return null===e},Nr.isNumber=ra,Nr.isObject=Qs,Nr.isObjectLike=ea,Nr.isPlainObject=na,Nr.isRegExp=ia,Nr.isSafeInteger=function(e){return Zs(e)&&e>=-9007199254740991&&e<=u},Nr.isSet=oa,Nr.isString=sa,Nr.isSymbol=aa,Nr.isTypedArray=ua,Nr.isUndefined=function(t){return t===e},Nr.isWeakMap=function(e){return ea(e)&&po(e)==k},Nr.isWeakSet=function(e){return ea(e)&&"[object WeakSet]"==xn(e)},Nr.join=function(e,t){return null==e?"":qt.call(e,t)},Nr.kebabCase=Wa,Nr.last=Yo,Nr.lastIndexOf=function(t,r,n){var i=null==t?0:t.length;if(!i)return-1;var o=i;return n!==e&&(o=(o=ha(n))<0?vr(i+o,0):gr(o,i-1)),r==r?function(e,t,r){for(var n=r+1;n--;)if(e[n]===t)return n;return n}(t,r,o):Lt(t,Ut,o,!0)},Nr.lowerCase=Va,Nr.lowerFirst=qa,Nr.lt=ca,Nr.lte=la,Nr.max=function(t){return t&&t.length?pn(t,ru,Sn):e},Nr.maxBy=function(t,r){return t&&t.length?pn(t,ao(r,2),Sn):e},Nr.mean=function(e){return Wt(e,ru)},Nr.meanBy=function(e,t){return Wt(e,ao(t,2))},Nr.min=function(t){return t&&t.length?pn(t,ru,Mn):e},Nr.minBy=function(t,r){return t&&t.length?pn(t,ao(r,2),Mn):e},Nr.stubArray=pu,Nr.stubFalse=mu,Nr.stubObject=function(){return{}},Nr.stubString=function(){return""},Nr.stubTrue=function(){return!0},Nr.multiply=_u,Nr.nth=function(t,r){return t&&t.length?Un(t,ha(r)):e},Nr.noConflict=function(){return lt._===this&&(lt._=Le),this},Nr.noop=au,Nr.now=Ss,Nr.pad=function(e,t,r){e=ga(e);var n=(t=ha(t))?lr(e):0;if(!t||n>=t)return e;var i=(t-n)/2;return Wi(mt(i),r)+e+Wi(pt(i),r)},Nr.padEnd=function(e,t,r){e=ga(e);var n=(t=ha(t))?lr(e):0;return t&&n<t?e+Wi(t-n,r):e},Nr.padStart=function(e,t,r){e=ga(e);var n=(t=ha(t))?lr(e):0;return t&&n<t?Wi(t-n,r)+e:e},Nr.parseInt=function(e,t,r){return r||null==t?t=0:t&&(t=+t),br(ga(e).replace(ee,""),t||0)},Nr.random=function(t,r,n){if(n&&"boolean"!=typeof n&&bo(t,r,n)&&(r=n=e),n===e&&("boolean"==typeof r?(n=r,r=e):"boolean"==typeof t&&(n=t,t=e)),t===e&&r===e?(t=0,r=1):(t=da(t),r===e?(r=t,t=0):r=da(r)),t>r){var i=t;t=r,r=i}if(n||t%1||r%1){var o=wr();return gr(t+o*(r-t+st("1e-"+((o+"").length-1))),r)}return Gn(t,r)},Nr.reduce=function(e,t,r){var n=Ws(e)?jt:Ht,i=arguments.length<3;return n(e,ao(t,4),r,i,fn)},Nr.reduceRight=function(e,t,r){var n=Ws(e)?Ft:Ht,i=arguments.length<3;return n(e,ao(t,4),r,i,dn)},Nr.repeat=function(t,r,n){return r=(n?bo(t,r,n):r===e)?1:ha(r),Kn(ga(t),r)},Nr.replace=function(){var e=arguments,t=ga(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Nr.result=function(t,r,n){var i=-1,o=(r=yi(r,t)).length;for(o||(o=1,t=e);++i<o;){var s=null==t?e:t[Io(r[i])];s===e&&(i=o,s=n),t=Js(s)?s.call(t):s}return t},Nr.round=Du,Nr.runInContext=te,Nr.sample=function(e){return(Ws(e)?Yr:Jn)(e)},Nr.size=function(e){if(null==e)return 0;if(qs(e))return sa(e)?lr(e):e.length;var t=po(e);return t==b||t==x?e.size:Rn(e).length},Nr.snakeCase=Ha,Nr.some=function(t,r,n){var i=Ws(t)?It:ni;return n&&bo(t,r,n)&&(r=e),i(t,ao(r,3))},Nr.sortedIndex=function(e,t){return ii(e,t)},Nr.sortedIndexBy=function(e,t,r){return oi(e,t,ao(r,2))},Nr.sortedIndexOf=function(e,t){var r=null==e?0:e.length;if(r){var n=ii(e,t);if(n<r&&Ls(e[n],t))return n}return-1},Nr.sortedLastIndex=function(e,t){return ii(e,t,!0)},Nr.sortedLastIndexBy=function(e,t,r){return oi(e,t,ao(r,2),!0)},Nr.sortedLastIndexOf=function(e,t){if(null!=e&&e.length){var r=ii(e,t,!0)-1;if(Ls(e[r],t))return r}return-1},Nr.startCase=Ga,Nr.startsWith=function(e,t,r){return e=ga(e),r=null==r?0:sn(ha(r),0,e.length),t=ui(t),e.slice(r,r+t.length)==t},Nr.subtract=Eu,Nr.sum=function(e){return e&&e.length?Gt(e,ru):0},Nr.sumBy=function(e,t){return e&&e.length?Gt(e,ao(t,2)):0},Nr.template=function(t,r,n){var i=Nr.templateSettings;n&&bo(t,r,n)&&(r=e),t=ga(t),r=wa({},r,i,Zi);var o,s,a=wa({},r.imports,i.imports,Zi),u=$a(a),c=Zt(a,u),l=0,f=r.interpolate||ve,d="__p += '",h=Oe((r.escape||ve).source+"|"+f.source+"|"+(f===K?ue:ve).source+"|"+(r.evaluate||ve).source+"|$","g"),p="//# sourceURL="+(Te.call(r,"sourceURL")?(r.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rt+"]")+"\n";t.replace(h,(function(e,r,n,i,a,u){return n||(n=i),d+=t.slice(l,u).replace(ge,nr),r&&(o=!0,d+="' +\n__e("+r+") +\n'"),a&&(s=!0,d+="';\n"+a+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),l=u+e.length,e})),d+="';\n";var m=Te.call(r,"variable")&&r.variable;if(m){if(se.test(m))throw new De("Invalid `variable` option passed into `_.template`")}else d="with (obj) {\n"+d+"\n}\n";d=(s?d.replace(L,""):d).replace(B,"$1").replace(z,"$1;"),d="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(s?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var v=Za((function(){return Ee(u,p+"return "+d).apply(e,c)}));if(v.source=d,Ys(v))throw v;return v},Nr.times=function(e,t){if((e=ha(e))<1||e>u)return[];var r=l,n=gr(e,l);t=ao(t),e-=l;for(var i=Kt(n,t);++r<e;)t(r);return i},Nr.toFinite=da,Nr.toInteger=ha,Nr.toLength=pa,Nr.toLower=function(e){return ga(e).toLowerCase()},Nr.toNumber=ma,Nr.toSafeInteger=function(e){return e?sn(ha(e),-9007199254740991,u):0===e?e:0},Nr.toString=ga,Nr.toUpper=function(e){return ga(e).toUpperCase()},Nr.trim=function(t,r,n){if((t=ga(t))&&(n||r===e))return Yt(t);if(!t||!(r=ui(r)))return t;var i=fr(t),o=fr(r);return wi(i,Qt(i,o),er(i,o)+1).join("")},Nr.trimEnd=function(t,r,n){if((t=ga(t))&&(n||r===e))return t.slice(0,dr(t)+1);if(!t||!(r=ui(r)))return t;var i=fr(t);return wi(i,0,er(i,fr(r))+1).join("")},Nr.trimStart=function(t,r,n){if((t=ga(t))&&(n||r===e))return t.replace(ee,"");if(!t||!(r=ui(r)))return t;var i=fr(t);return wi(i,Qt(i,fr(r))).join("")},Nr.truncate=function(t,r){var n=30,i="...";if(Qs(r)){var o="separator"in r?r.separator:o;n="length"in r?ha(r.length):n,i="omission"in r?ui(r.omission):i}var s=(t=ga(t)).length;if(ir(t)){var a=fr(t);s=a.length}if(n>=s)return t;var u=n-lr(i);if(u<1)return i;var c=a?wi(a,0,u).join(""):t.slice(0,u);if(o===e)return c+i;if(a&&(u+=c.length-u),ia(o)){if(t.slice(u).search(o)){var l,f=c;for(o.global||(o=Oe(o.source,ga(ce.exec(o))+"g")),o.lastIndex=0;l=o.exec(f);)var d=l.index;c=c.slice(0,d===e?u:d)}}else if(t.indexOf(ui(o),u)!=u){var h=c.lastIndexOf(o);h>-1&&(c=c.slice(0,h))}return c+i},Nr.unescape=function(e){return(e=ga(e))&&V.test(e)?e.replace(U,hr):e},Nr.uniqueId=function(e){var t=++Re;return ga(e)+t},Nr.upperCase=Ka,Nr.upperFirst=Ya,Nr.each=gs,Nr.eachRight=ys,Nr.first=qo,su(Nr,(vu={},bn(Nr,(function(e,t){Te.call(Nr.prototype,t)||(vu[t]=e)})),vu),{chain:!1}),Nr.VERSION="4.17.21",xt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Nr[e].placeholder=Nr})),xt(["drop","take"],(function(t,r){Ur.prototype[t]=function(n){n=n===e?1:vr(ha(n),0);var i=this.__filtered__&&!r?new Ur(this):this.clone();return i.__filtered__?i.__takeCount__=gr(n,i.__takeCount__):i.__views__.push({size:gr(n,l),type:t+(i.__dir__<0?"Right":"")}),i},Ur.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),xt(["filter","map","takeWhile"],(function(e,t){var r=t+1,n=1==r||3==r;Ur.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:ao(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}})),xt(["head","last"],(function(e,t){var r="take"+(t?"Right":"");Ur.prototype[e]=function(){return this[r](1).value()[0]}})),xt(["initial","tail"],(function(e,t){var r="drop"+(t?"":"Right");Ur.prototype[e]=function(){return this.__filtered__?new Ur(this):this[r](1)}})),Ur.prototype.compact=function(){return this.filter(ru)},Ur.prototype.find=function(e){return this.filter(e).head()},Ur.prototype.findLast=function(e){return this.reverse().find(e)},Ur.prototype.invokeMap=Yn((function(e,t){return"function"==typeof e?new Ur(this):this.map((function(r){return An(r,e,t)}))})),Ur.prototype.reject=function(e){return this.filter(Ts(ao(e)))},Ur.prototype.slice=function(t,r){t=ha(t);var n=this;return n.__filtered__&&(t>0||r<0)?new Ur(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),r!==e&&(n=(r=ha(r))<0?n.dropRight(-r):n.take(r-t)),n)},Ur.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Ur.prototype.toArray=function(){return this.take(l)},bn(Ur.prototype,(function(t,r){var n=/^(?:filter|find|map|reject)|While$/.test(r),i=/^(?:head|last)$/.test(r),o=Nr[i?"take"+("last"==r?"Right":""):r],s=i||/^find/.test(r);o&&(Nr.prototype[r]=function(){var r=this.__wrapped__,a=i?[1]:arguments,u=r instanceof Ur,c=a[0],l=u||Ws(r),f=function(e){var t=o.apply(Nr,Pt([e],a));return i&&d?t[0]:t};l&&n&&"function"==typeof c&&1!=c.length&&(u=l=!1);var d=this.__chain__,h=!!this.__actions__.length,p=s&&!d,m=u&&!h;if(!s&&l){r=m?r:new Ur(this);var v=t.apply(r,a);return v.__actions__.push({func:ds,args:[f],thisArg:e}),new zr(v,d)}return p&&m?t.apply(this,a):(v=this.thru(f),p?i?v.value()[0]:v.value():v)})})),xt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Ae[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Nr.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var i=this.value();return t.apply(Ws(i)?i:[],e)}return this[r]((function(r){return t.apply(Ws(r)?r:[],e)}))}})),bn(Ur.prototype,(function(e,t){var r=Nr[t];if(r){var n=r.name+"";Te.call(Ar,n)||(Ar[n]=[]),Ar[n].push({name:t,func:r})}})),Ar[Li(e,2).name]=[{name:"wrapper",func:e}],Ur.prototype.clone=function(){var e=new Ur(this.__wrapped__);return e.__actions__=Ci(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Ci(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Ci(this.__views__),e},Ur.prototype.reverse=function(){if(this.__filtered__){var e=new Ur(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Ur.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=Ws(e),n=t<0,i=r?e.length:0,o=function(e,t,r){for(var n=-1,i=r.length;++n<i;){var o=r[n],s=o.size;switch(o.type){case"drop":e+=s;break;case"dropRight":t-=s;break;case"take":t=gr(t,e+s);break;case"takeRight":e=vr(e,t-s)}}return{start:e,end:t}}(0,i,this.__views__),s=o.start,a=o.end,u=a-s,c=n?a:s-1,l=this.__iteratees__,f=l.length,d=0,h=gr(u,this.__takeCount__);if(!r||!n&&i==u&&h==u)return hi(e,this.__actions__);var p=[];e:for(;u--&&d<h;){for(var m=-1,v=e[c+=t];++m<f;){var g=l[m],y=g.iteratee,b=g.type,w=y(v);if(2==b)v=w;else if(!w){if(1==b)continue e;break e}}p[d++]=v}return p},Nr.prototype.at=hs,Nr.prototype.chain=function(){return fs(this)},Nr.prototype.commit=function(){return new zr(this.value(),this.__chain__)},Nr.prototype.next=function(){this.__values__===e&&(this.__values__=fa(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?e:this.__values__[this.__index__++]}},Nr.prototype.plant=function(t){for(var r,n=this;n instanceof Br;){var i=No(n);i.__index__=0,i.__values__=e,r?o.__wrapped__=i:r=i;var o=i;n=n.__wrapped__}return o.__wrapped__=t,r},Nr.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Ur){var r=t;return this.__actions__.length&&(r=new Ur(this)),(r=r.reverse()).__actions__.push({func:ds,args:[Qo],thisArg:e}),new zr(r,this.__chain__)}return this.thru(Qo)},Nr.prototype.toJSON=Nr.prototype.valueOf=Nr.prototype.value=function(){return hi(this.__wrapped__,this.__actions__)},Nr.prototype.first=Nr.prototype.head,Qe&&(Nr.prototype[Qe]=function(){return this}),Nr}();dt?((dt.exports=pr)._=pr,ft._=pr):lt._=pr}.call(Ft.exports)),Ft.exports),Nt=Se(Mt),Lt={exports:{}},Bt={},zt={},Ut={},Wt={},Vt={},qt={};function Ht(){return It||(It=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends t{constructor(t){if(super(),!e.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=r;class n extends t{constructor(e){super(),this._items="string"==typeof e?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const e=this._items[0];return""===e||'""'===e}get str(){var e;return null!==(e=this._str)&&void 0!==e?e:this._str=this._items.reduce(((e,t)=>`${e}${t}`),"")}get names(){var e;return null!==(e=this._names)&&void 0!==e?e:this._names=this._items.reduce(((e,t)=>(t instanceof r&&(e[t.str]=(e[t.str]||0)+1),e)),{})}}function i(e,...t){const r=[e[0]];let i=0;for(;i<t.length;)a(r,t[i]),r.push(e[++i]);return new n(r)}e._Code=n,e.nil=new n(""),e._=i;const o=new n("+");function s(e,...t){const r=[c(e[0])];let i=0;for(;i<t.length;)r.push(o),a(r,t[i]),r.push(o,c(e[++i]));return function(e){let t=1;for(;t<e.length-1;){if(e[t]===o){const r=u(e[t-1],e[t+1]);if(void 0!==r){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}(r),new n(r)}function a(e,t){var i;t instanceof n?e.push(...t._items):t instanceof r?e.push(t):e.push("number"==typeof(i=t)||"boolean"==typeof i||null===i?i:c(Array.isArray(i)?i.join(","):i))}function u(e,t){if('""'===t)return e;if('""'===e)return t;if("string"==typeof e){if(t instanceof r||'"'!==e[e.length-1])return;return"string"!=typeof t?`${e.slice(0,-1)}${t}"`:'"'===t[0]?e.slice(0,-1)+t.slice(1):void 0}return"string"!=typeof t||'"'!==t[0]||e instanceof r?void 0:`"${e}${t.slice(1)}`}function c(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.str=s,e.addCodeArg=a,e.strConcat=function(e,t){return t.emptyStr()?e:e.emptyStr()?t:s`${e}${t}`},e.stringify=function(e){return new n(c(e))},e.safeStringify=c,e.getProperty=function(t){return"string"==typeof t&&e.IDENTIFIER.test(t)?new n(`.${t}`):i`[${t}]`},e.getEsmExportName=function(t){if("string"==typeof t&&e.IDENTIFIER.test(t))return new n(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)},e.regexpCode=function(e){return new n(e.toString())}}(qt)),qt}var Gt,Kt,Yt={};function Jt(){return Gt||(Gt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=Ht();class r extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}}var n;!function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"}(n||(e.UsedValueState=n={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class i{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof t.Name?e:this.name(e)}name(e){return new t.Name(this._newName(e))}_newName(e){return`${e}${(this._names[e]||this._nameGroup(e)).index++}`}_nameGroup(e){var t,r;if((null===(r=null===(t=this._parent)||void 0===t?void 0:t._prefixes)||void 0===r?void 0:r.has(e))||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}}e.Scope=i;class o extends t.Name{constructor(e,t){super(t),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=t._`.${new t.Name(r)}[${n}]`}}e.ValueScopeName=o;const s=t._`\n`;e.ValueScope=class extends i{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?s:t.nil}}get(){return this._scope}name(e){return new o(e,this._newName(e))}value(e,t){var r;if(void 0===t.ref)throw new Error("CodeGen: ref must be passed in value");const n=this.toName(e),{prefix:i}=n,o=null!==(r=t.key)&&void 0!==r?r:t.ref;let s=this._values[i];if(s){const e=s.get(o);if(e)return e}else s=this._values[i]=new Map;s.set(o,n);const a=this._scope[i]||(this._scope[i]=[]),u=a.length;return a[u]=t.ref,n.setValue(t,{property:i,itemIndex:u}),n}getValue(e,t){const r=this._values[e];if(r)return r.get(t)}scopeRefs(e,r=this._values){return this._reduceValues(r,(r=>{if(void 0===r.scopePath)throw new Error(`CodeGen: name "${r}" has no value`);return t._`${e}${r.scopePath}`}))}scopeCode(e=this._values,t,r){return this._reduceValues(e,(e=>{if(void 0===e.value)throw new Error(`CodeGen: name "${e}" has no value`);return e.value.code}),t,r)}_reduceValues(i,o,s={},a){let u=t.nil;for(const c in i){const l=i[c];if(!l)continue;const f=s[c]=s[c]||new Map;l.forEach((i=>{if(f.has(i))return;f.set(i,n.Started);let s=o(i);if(s){const r=this.opts.es5?e.varKinds.var:e.varKinds.const;u=t._`${u}${r} ${i} = ${s};${this.opts._n}`}else{if(!(s=null==a?void 0:a(i)))throw new r(i);u=t._`${u}${s}${this.opts._n}`}f.set(i,n.Completed)}))}return u}}}(Yt)),Yt}function Zt(){return Kt||(Kt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=Ht(),r=Jt();var n=Ht();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}});var i=Jt();Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return i.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return i.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return i.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return i.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class o{optimizeNodes(){return this}optimizeNames(e,t){return this}}class s extends o{constructor(e,t,r){super(),this.varKind=e,this.name=t,this.rhs=r}render({es5:e,_n:t}){const n=e?r.varKinds.var:this.varKind,i=void 0===this.rhs?"":` = ${this.rhs}`;return`${n} ${this.name}${i};`+t}optimizeNames(e,t){if(e[this.name.str])return this.rhs&&(this.rhs=A(this.rhs,e,t)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class a extends o{constructor(e,t,r){super(),this.lhs=e,this.rhs=t,this.sideEffects=r}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof t.Name)||e[this.lhs.str]||this.sideEffects)return this.rhs=A(this.rhs,e,r),this}get names(){return C(this.lhs instanceof t.Name?{}:{...this.lhs.names},this.rhs)}}class u extends a{constructor(e,t,r,n){super(e,r,n),this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}}class c extends o{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}}class l extends o{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}}class f extends o{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}}class d extends o{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,t){return this.code=A(this.code,e,t),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class h extends o{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce(((t,r)=>t+r.render(e)),"")}optimizeNodes(){const{nodes:e}=this;let t=e.length;for(;t--;){const r=e[t].optimizeNodes();Array.isArray(r)?e.splice(t,1,...r):r?e[t]=r:e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){const{nodes:r}=this;let n=r.length;for(;n--;){const i=r[n];i.optimizeNames(e,t)||($(e,i.names),r.splice(n,1))}return r.length>0?this:void 0}get names(){return this.nodes.reduce(((e,t)=>k(e,t.names)),{})}}class p extends h{render(e){return"{"+e._n+super.render(e)+"}"+e._n}}class m extends h{}class v extends p{}v.kind="else";class g extends p{constructor(e,t){super(t),this.condition=e}render(e){let t=`if(${this.condition})`+super.render(e);return this.else&&(t+="else "+this.else.render(e)),t}optimizeNodes(){super.optimizeNodes();const e=this.condition;if(!0===e)return this.nodes;let t=this.else;if(t){const e=t.optimizeNodes();t=this.else=Array.isArray(e)?new v(e):e}return t?!1===e?t instanceof g?t:t.nodes:this.nodes.length?this:new g(P(e),t instanceof g?[t]:t.nodes):!1!==e&&this.nodes.length?this:void 0}optimizeNames(e,t){var r;if(this.else=null===(r=this.else)||void 0===r?void 0:r.optimizeNames(e,t),super.optimizeNames(e,t)||this.else)return this.condition=A(this.condition,e,t),this}get names(){const e=super.names;return C(e,this.condition),this.else&&k(e,this.else.names),e}}g.kind="if";class y extends p{}y.kind="for";class b extends y{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iteration=A(this.iteration,e,t),this}get names(){return k(super.names,this.iteration.names)}}class w extends y{constructor(e,t,r,n){super(),this.varKind=e,this.name=t,this.from=r,this.to=n}render(e){const t=e.es5?r.varKinds.var:this.varKind,{name:n,from:i,to:o}=this;return`for(${t} ${n}=${i}; ${n}<${o}; ${n}++)`+super.render(e)}get names(){const e=C(super.names,this.from);return C(e,this.to)}}class _ extends y{constructor(e,t,r,n){super(),this.loop=e,this.varKind=t,this.name=r,this.iterable=n}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iterable=A(this.iterable,e,t),this}get names(){return k(super.names,this.iterable.names)}}class D extends p{constructor(e,t,r){super(),this.name=e,this.args=t,this.async=r}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}}D.kind="func";class E extends h{render(e){return"return "+super.render(e)}}E.kind="return";class x extends p{render(e){let t="try"+super.render(e);return this.catch&&(t+=this.catch.render(e)),this.finally&&(t+=this.finally.render(e)),t}optimizeNodes(){var e,t;return super.optimizeNodes(),null===(e=this.catch)||void 0===e||e.optimizeNodes(),null===(t=this.finally)||void 0===t||t.optimizeNodes(),this}optimizeNames(e,t){var r,n;return super.optimizeNames(e,t),null===(r=this.catch)||void 0===r||r.optimizeNames(e,t),null===(n=this.finally)||void 0===n||n.optimizeNames(e,t),this}get names(){const e=super.names;return this.catch&&k(e,this.catch.names),this.finally&&k(e,this.finally.names),e}}class S extends p{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}}S.kind="catch";class O extends p{render(e){return"finally"+super.render(e)}}O.kind="finally";function k(e,t){for(const r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function C(e,r){return r instanceof t._CodeOrName?k(e,r.names):e}function A(e,r,n){return e instanceof t.Name?i(e):function(e){return e instanceof t._Code&&e._items.some((e=>e instanceof t.Name&&1===r[e.str]&&void 0!==n[e.str]))}(e)?new t._Code(e._items.reduce(((e,r)=>(r instanceof t.Name&&(r=i(r)),r instanceof t._Code?e.push(...r._items):e.push(r),e)),[])):e;function i(e){const t=n[e.str];return void 0===t||1!==r[e.str]?e:(delete r[e.str],t)}}function $(e,t){for(const r in t)e[r]=(e[r]||0)-(t[r]||0)}function P(e){return"boolean"==typeof e||"number"==typeof e||null===e?!e:t._`!${R(e)}`}e.CodeGen=class{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...t,_n:t.lines?"\n":""},this._extScope=e,this._scope=new r.Scope({parent:e}),this._nodes=[new m]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){const r=this._extScope.value(e,t);return(this._values[r.prefix]||(this._values[r.prefix]=new Set)).add(r),r}getScopeValue(e,t){return this._extScope.getValue(e,t)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,t,r,n){const i=this._scope.toName(t);return void 0!==r&&n&&(this._constants[i.str]=r),this._leafNode(new s(e,i,r)),i}const(e,t,n){return this._def(r.varKinds.const,e,t,n)}let(e,t,n){return this._def(r.varKinds.let,e,t,n)}var(e,t,n){return this._def(r.varKinds.var,e,t,n)}assign(e,t,r){return this._leafNode(new a(e,t,r))}add(t,r){return this._leafNode(new u(t,e.operators.ADD,r))}code(e){return"function"==typeof e?e():e!==t.nil&&this._leafNode(new d(e)),this}object(...e){const r=["{"];for(const[n,i]of e)r.length>1&&r.push(","),r.push(n),(n!==i||this.opts.es5)&&(r.push(":"),(0,t.addCodeArg)(r,i));return r.push("}"),new t._Code(r)}if(e,t,r){if(this._blockNode(new g(e)),t&&r)this.code(t).else().code(r).endIf();else if(t)this.code(t).endIf();else if(r)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new g(e))}else(){return this._elseNode(new v)}endIf(){return this._endBlockNode(g,v)}_for(e,t){return this._blockNode(e),t&&this.code(t).endFor(),this}for(e,t){return this._for(new b(e),t)}forRange(e,t,n,i,o=(this.opts.es5?r.varKinds.var:r.varKinds.let)){const s=this._scope.toName(e);return this._for(new w(o,s,t,n),(()=>i(s)))}forOf(e,n,i,o=r.varKinds.const){const s=this._scope.toName(e);if(this.opts.es5){const e=n instanceof t.Name?n:this.var("_arr",n);return this.forRange("_i",0,t._`${e}.length`,(r=>{this.var(s,t._`${e}[${r}]`),i(s)}))}return this._for(new _("of",o,s,n),(()=>i(s)))}forIn(e,n,i,o=(this.opts.es5?r.varKinds.var:r.varKinds.const)){if(this.opts.ownProperties)return this.forOf(e,t._`Object.keys(${n})`,i);const s=this._scope.toName(e);return this._for(new _("in",o,s,n),(()=>i(s)))}endFor(){return this._endBlockNode(y)}label(e){return this._leafNode(new c(e))}break(e){return this._leafNode(new l(e))}return(e){const t=new E;if(this._blockNode(t),this.code(e),1!==t.nodes.length)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(E)}try(e,t,r){if(!t&&!r)throw new Error('CodeGen: "try" without "catch" and "finally"');const n=new x;if(this._blockNode(n),this.code(e),t){const e=this.name("e");this._currNode=n.catch=new S(e),t(e)}return r&&(this._currNode=n.finally=new O,this.code(r)),this._endBlockNode(S,O)}throw(e){return this._leafNode(new f(e))}block(e,t){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(t),this}endBlock(e){const t=this._blockStarts.pop();if(void 0===t)throw new Error("CodeGen: not in self-balancing block");const r=this._nodes.length-t;if(r<0||void 0!==e&&r!==e)throw new Error(`CodeGen: wrong number of nodes: ${r} vs ${e} expected`);return this._nodes.length=t,this}func(e,r=t.nil,n,i){return this._blockNode(new D(e,r,n)),i&&this.code(i).endFunc(),this}endFunc(){return this._endBlockNode(D)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,t){const r=this._currNode;if(r instanceof e||t&&r instanceof t)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){const t=this._currNode;if(!(t instanceof g))throw new Error('CodeGen: "else" without "if"');return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){const e=this._nodes;return e[e.length-1]}set _currNode(e){const t=this._nodes;t[t.length-1]=e}},e.not=P;const j=T(e.operators.AND);e.and=function(...e){return e.reduce(j)};const F=T(e.operators.OR);function T(e){return(r,n)=>r===t.nil?n:n===t.nil?r:t._`${R(r)} ${e} ${R(n)}`}function R(e){return e instanceof t.Name?e:t._`(${e})`}e.or=function(...e){return e.reduce(F)}}(Vt)),Vt}var Xt,Qt={};function er(){if(Xt)return Qt;Xt=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.checkStrictMode=Qt.getErrorPath=Qt.Type=Qt.useFunc=Qt.setEvaluated=Qt.evaluatedPropsToName=Qt.mergeEvaluated=Qt.eachItem=Qt.unescapeJsonPointer=Qt.escapeJsonPointer=Qt.escapeFragment=Qt.unescapeFragment=Qt.schemaRefOrVal=Qt.schemaHasRulesButRef=Qt.schemaHasRules=Qt.checkUnknownRules=Qt.alwaysValidSchema=Qt.toHash=void 0;const e=Zt(),t=Ht();function r(e,t=e.schema){const{opts:r,self:n}=e;if(!r.strictSchema)return;if("boolean"==typeof t)return;const i=n.RULES.keywords;for(const r in t)i[r]||f(e,`unknown keyword: "${r}"`)}function n(e,t){if("boolean"==typeof e)return!e;for(const r in e)if(t[r])return!0;return!1}function i(e){return"number"==typeof e?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}function o(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function s({mergeNames:t,mergeToName:r,mergeValues:n,resultToName:i}){return(o,s,a,u)=>{const c=void 0===a?s:a instanceof e.Name?(s instanceof e.Name?t(o,s,a):r(o,s,a),a):s instanceof e.Name?(r(o,a,s),s):n(s,a);return u!==e.Name||c instanceof e.Name?c:i(o,c)}}function a(t,r){if(!0===r)return t.var("props",!0);const n=t.var("props",e._`{}`);return void 0!==r&&u(t,n,r),n}function u(t,r,n){Object.keys(n).forEach((n=>t.assign(e._`${r}${(0,e.getProperty)(n)}`,!0)))}Qt.toHash=function(e){const t={};for(const r of e)t[r]=!0;return t},Qt.alwaysValidSchema=function(e,t){return"boolean"==typeof t?t:0===Object.keys(t).length||(r(e,t),!n(t,e.self.RULES.all))},Qt.checkUnknownRules=r,Qt.schemaHasRules=n,Qt.schemaHasRulesButRef=function(e,t){if("boolean"==typeof e)return!e;for(const r in e)if("$ref"!==r&&t.all[r])return!0;return!1},Qt.schemaRefOrVal=function({topSchemaRef:t,schemaPath:r},n,i,o){if(!o){if("number"==typeof n||"boolean"==typeof n)return n;if("string"==typeof n)return e._`${n}`}return e._`${t}${r}${(0,e.getProperty)(i)}`},Qt.unescapeFragment=function(e){return o(decodeURIComponent(e))},Qt.escapeFragment=function(e){return encodeURIComponent(i(e))},Qt.escapeJsonPointer=i,Qt.unescapeJsonPointer=o,Qt.eachItem=function(e,t){if(Array.isArray(e))for(const r of e)t(r);else t(e)},Qt.mergeEvaluated={props:s({mergeNames:(t,r,n)=>t.if(e._`${n} !== true && ${r} !== undefined`,(()=>{t.if(e._`${r} === true`,(()=>t.assign(n,!0)),(()=>t.assign(n,e._`${n} || {}`).code(e._`Object.assign(${n}, ${r})`)))})),mergeToName:(t,r,n)=>t.if(e._`${n} !== true`,(()=>{!0===r?t.assign(n,!0):(t.assign(n,e._`${n} || {}`),u(t,n,r))})),mergeValues:(e,t)=>!0===e||{...e,...t},resultToName:a}),items:s({mergeNames:(t,r,n)=>t.if(e._`${n} !== true && ${r} !== undefined`,(()=>t.assign(n,e._`${r} === true ? true : ${n} > ${r} ? ${n} : ${r}`))),mergeToName:(t,r,n)=>t.if(e._`${n} !== true`,(()=>t.assign(n,!0===r||e._`${n} > ${r} ? ${n} : ${r}`))),mergeValues:(e,t)=>!0===e||Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})},Qt.evaluatedPropsToName=a,Qt.setEvaluated=u;const c={};var l;function f(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,!0===r)throw new Error(t);e.self.logger.warn(t)}}return Qt.useFunc=function(e,r){return e.scopeValue("func",{ref:r,code:c[r.code]||(c[r.code]=new t._Code(r.code))})},function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"}(l||(Qt.Type=l={})),Qt.getErrorPath=function(t,r,n){if(t instanceof e.Name){const i=r===l.Num;return n?i?e._`"[" + ${t} + "]"`:e._`"['" + ${t} + "']"`:i?e._`"/" + ${t}`:e._`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return n?(0,e.getProperty)(t).toString():"/"+i(t)},Qt.checkStrictMode=f,Qt}var tr,rr,nr,ir={};function or(){if(tr)return ir;tr=1,Object.defineProperty(ir,"__esModule",{value:!0});const e=Zt(),t={data:new e.Name("data"),valCxt:new e.Name("valCxt"),instancePath:new e.Name("instancePath"),parentData:new e.Name("parentData"),parentDataProperty:new e.Name("parentDataProperty"),rootData:new e.Name("rootData"),dynamicAnchors:new e.Name("dynamicAnchors"),vErrors:new e.Name("vErrors"),errors:new e.Name("errors"),this:new e.Name("this"),self:new e.Name("self"),scope:new e.Name("scope"),json:new e.Name("json"),jsonPos:new e.Name("jsonPos"),jsonLen:new e.Name("jsonLen"),jsonPart:new e.Name("jsonPart")};return ir.default=t,ir}function sr(){return rr||(rr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=Zt(),r=er(),n=or();function i(e,r){const i=e.const("err",r);e.if(t._`${n.default.vErrors} === null`,(()=>e.assign(n.default.vErrors,t._`[${i}]`)),t._`${n.default.vErrors}.push(${i})`),e.code(t._`${n.default.errors}++`)}function o(e,r){const{gen:n,validateName:i,schemaEnv:o}=e;o.$async?n.throw(t._`new ${e.ValidationError}(${r})`):(n.assign(t._`${i}.errors`,r),n.return(!1))}e.keywordError={message:({keyword:e})=>t.str`must pass "${e}" keyword validation`},e.keyword$DataError={message:({keyword:e,schemaType:r})=>r?t.str`"${e}" keyword must be ${r} ($data)`:t.str`"${e}" keyword is invalid ($data)`},e.reportError=function(r,n=e.keywordError,s,u){const{it:c}=r,{gen:l,compositeRule:f,allErrors:d}=c,h=a(r,n,s);(null!=u?u:f||d)?i(l,h):o(c,t._`[${h}]`)},e.reportExtraError=function(t,r=e.keywordError,s){const{it:u}=t,{gen:c,compositeRule:l,allErrors:f}=u;i(c,a(t,r,s)),l||f||o(u,n.default.vErrors)},e.resetErrorsCount=function(e,r){e.assign(n.default.errors,r),e.if(t._`${n.default.vErrors} !== null`,(()=>e.if(r,(()=>e.assign(t._`${n.default.vErrors}.length`,r)),(()=>e.assign(n.default.vErrors,null)))))},e.extendErrors=function({gen:e,keyword:r,schemaValue:i,data:o,errsCount:s,it:a}){if(void 0===s)throw new Error("ajv implementation error");const u=e.name("err");e.forRange("i",s,n.default.errors,(s=>{e.const(u,t._`${n.default.vErrors}[${s}]`),e.if(t._`${u}.instancePath === undefined`,(()=>e.assign(t._`${u}.instancePath`,(0,t.strConcat)(n.default.instancePath,a.errorPath)))),e.assign(t._`${u}.schemaPath`,t.str`${a.errSchemaPath}/${r}`),a.opts.verbose&&(e.assign(t._`${u}.schema`,i),e.assign(t._`${u}.data`,o))}))};const s={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function a(e,r,i){const{createErrors:o}=e.it;return!1===o?t._`{}`:function(e,r,i={}){const{gen:o,it:a}=e,l=[u(a,i),c(e,i)];return function(e,{params:r,message:i},o){const{keyword:a,data:u,schemaValue:c,it:l}=e,{opts:f,propertyName:d,topSchemaRef:h,schemaPath:p}=l;o.push([s.keyword,a],[s.params,"function"==typeof r?r(e):r||t._`{}`]),f.messages&&o.push([s.message,"function"==typeof i?i(e):i]);f.verbose&&o.push([s.schema,c],[s.parentSchema,t._`${h}${p}`],[n.default.data,u]);d&&o.push([s.propertyName,d])}(e,r,l),o.object(...l)}(e,r,i)}function u({errorPath:e},{instancePath:i}){const o=i?t.str`${e}${(0,r.getErrorPath)(i,r.Type.Str)}`:e;return[n.default.instancePath,(0,t.strConcat)(n.default.instancePath,o)]}function c({keyword:e,it:{errSchemaPath:n}},{schemaPath:i,parentSchema:o}){let a=o?n:t.str`${n}/${e}`;return i&&(a=t.str`${a}${(0,r.getErrorPath)(i,r.Type.Str)}`),[s.schemaPath,a]}}(Wt)),Wt}var ar,ur={},cr={};function lr(){if(ar)return cr;ar=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.getRules=cr.isJSONType=void 0;const e=new Set(["string","number","integer","boolean","null","object","array"]);return cr.isJSONType=function(t){return"string"==typeof t&&e.has(t)},cr.getRules=function(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}},cr}var fr,dr,hr={};function pr(){if(fr)return hr;function e(e,r){return r.rules.some((r=>t(e,r)))}function t(e,t){var r;return void 0!==e[t.keyword]||(null===(r=t.definition.implements)||void 0===r?void 0:r.some((t=>void 0!==e[t])))}return fr=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.shouldUseRule=hr.shouldUseGroup=hr.schemaHasRulesForType=void 0,hr.schemaHasRulesForType=function({schema:t,self:r},n){const i=r.RULES.types[n];return i&&!0!==i&&e(t,i)},hr.shouldUseGroup=e,hr.shouldUseRule=t,hr}function mr(){if(dr)return ur;dr=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.reportTypeError=ur.checkDataTypes=ur.checkDataType=ur.coerceAndCheckDataType=ur.getJSONTypes=ur.getSchemaTypes=ur.DataType=void 0;const e=lr(),t=pr(),r=sr(),n=Zt(),i=er();var o;function s(t){const r=Array.isArray(t)?t:t?[t]:[];if(r.every(e.isJSONType))return r;throw new Error("type must be JSONType or JSONType[]: "+r.join(","))}!function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"}(o||(ur.DataType=o={})),ur.getSchemaTypes=function(e){const t=s(e.type);if(t.includes("null")){if(!1===e.nullable)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&void 0!==e.nullable)throw new Error('"nullable" cannot be used without "type"');!0===e.nullable&&t.push("null")}return t},ur.getJSONTypes=s,ur.coerceAndCheckDataType=function(e,r){const{gen:i,data:s,opts:u}=e,l=function(e,t){return t?e.filter((e=>a.has(e)||"array"===t&&"array"===e)):[]}(r,u.coerceTypes),d=r.length>0&&!(0===l.length&&1===r.length&&(0,t.schemaHasRulesForType)(e,r[0]));if(d){const t=c(r,s,u.strictNumbers,o.Wrong);i.if(t,(()=>{l.length?function(e,t,r){const{gen:i,data:o,opts:s}=e,u=i.let("dataType",n._`typeof ${o}`),l=i.let("coerced",n._`undefined`);"array"===s.coerceTypes&&i.if(n._`${u} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,(()=>i.assign(o,n._`${o}[0]`).assign(u,n._`typeof ${o}`).if(c(t,o,s.strictNumbers),(()=>i.assign(l,o)))));i.if(n._`${l} !== undefined`);for(const e of r)(a.has(e)||"array"===e&&"array"===s.coerceTypes)&&d(e);function d(e){switch(e){case"string":return void i.elseIf(n._`${u} == "number" || ${u} == "boolean"`).assign(l,n._`"" + ${o}`).elseIf(n._`${o} === null`).assign(l,n._`""`);case"number":return void i.elseIf(n._`${u} == "boolean" || ${o} === null
              || (${u} == "string" && ${o} && ${o} == +${o})`).assign(l,n._`+${o}`);case"integer":return void i.elseIf(n._`${u} === "boolean" || ${o} === null
              || (${u} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(l,n._`+${o}`);case"boolean":return void i.elseIf(n._`${o} === "false" || ${o} === 0 || ${o} === null`).assign(l,!1).elseIf(n._`${o} === "true" || ${o} === 1`).assign(l,!0);case"null":return i.elseIf(n._`${o} === "" || ${o} === 0 || ${o} === false`),void i.assign(l,null);case"array":i.elseIf(n._`${u} === "string" || ${u} === "number"
              || ${u} === "boolean" || ${o} === null`).assign(l,n._`[${o}]`)}}i.else(),f(e),i.endIf(),i.if(n._`${l} !== undefined`,(()=>{i.assign(o,l),function({gen:e,parentData:t,parentDataProperty:r},i){e.if(n._`${t} !== undefined`,(()=>e.assign(n._`${t}[${r}]`,i)))}(e,l)}))}(e,r,l):f(e)}))}return d};const a=new Set(["string","number","integer","boolean","null"]);function u(e,t,r,i=o.Correct){const s=i===o.Correct?n.operators.EQ:n.operators.NEQ;let a;switch(e){case"null":return n._`${t} ${s} null`;case"array":a=n._`Array.isArray(${t})`;break;case"object":a=n._`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":a=u(n._`!(${t} % 1) && !isNaN(${t})`);break;case"number":a=u();break;default:return n._`typeof ${t} ${s} ${e}`}return i===o.Correct?a:(0,n.not)(a);function u(e=n.nil){return(0,n.and)(n._`typeof ${t} == "number"`,e,r?n._`isFinite(${t})`:n.nil)}}function c(e,t,r,o){if(1===e.length)return u(e[0],t,r,o);let s;const a=(0,i.toHash)(e);if(a.array&&a.object){const e=n._`typeof ${t} != "object"`;s=a.null?e:n._`!${t} || ${e}`,delete a.null,delete a.array,delete a.object}else s=n.nil;a.number&&delete a.integer;for(const e in a)s=(0,n.and)(s,u(e,t,r,o));return s}ur.checkDataType=u,ur.checkDataTypes=c;const l={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>"string"==typeof e?n._`{type: ${e}}`:n._`{type: ${t}}`};function f(e){const t=function(e){const{gen:t,data:r,schema:n}=e,o=(0,i.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}(e);(0,r.reportError)(t,l)}return ur.reportTypeError=f,ur}var vr,gr={};var yr,br,wr={},_r={};function Dr(){if(yr)return _r;yr=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.validateUnion=_r.validateArray=_r.usePattern=_r.callValidateCode=_r.schemaProperties=_r.allSchemaProperties=_r.noPropertyInData=_r.propertyInData=_r.isOwnProperty=_r.hasPropFunc=_r.reportMissingProp=_r.checkMissingProp=_r.checkReportMissingProp=void 0;const e=Zt(),t=er(),r=or(),n=er();function i(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:e._`Object.prototype.hasOwnProperty`})}function o(t,r,n){return e._`${i(t)}.call(${r}, ${n})`}function s(t,r,n,i){const s=e._`${r}${(0,e.getProperty)(n)} === undefined`;return i?(0,e.or)(s,(0,e.not)(o(t,r,n))):s}function a(e){return e?Object.keys(e).filter((e=>"__proto__"!==e)):[]}_r.checkReportMissingProp=function(t,r){const{gen:n,data:i,it:o}=t;n.if(s(n,i,r,o.opts.ownProperties),(()=>{t.setParams({missingProperty:e._`${r}`},!0),t.error()}))},_r.checkMissingProp=function({gen:t,data:r,it:{opts:n}},i,o){return(0,e.or)(...i.map((i=>(0,e.and)(s(t,r,i,n.ownProperties),e._`${o} = ${i}`))))},_r.reportMissingProp=function(e,t){e.setParams({missingProperty:t},!0),e.error()},_r.hasPropFunc=i,_r.isOwnProperty=o,_r.propertyInData=function(t,r,n,i){const s=e._`${r}${(0,e.getProperty)(n)} !== undefined`;return i?e._`${s} && ${o(t,r,n)}`:s},_r.noPropertyInData=s,_r.allSchemaProperties=a,_r.schemaProperties=function(e,r){return a(r).filter((n=>!(0,t.alwaysValidSchema)(e,r[n])))},_r.callValidateCode=function({schemaCode:t,data:n,it:{gen:i,topSchemaRef:o,schemaPath:s,errorPath:a},it:u},c,l,f){const d=f?e._`${t}, ${n}, ${o}${s}`:n,h=[[r.default.instancePath,(0,e.strConcat)(r.default.instancePath,a)],[r.default.parentData,u.parentData],[r.default.parentDataProperty,u.parentDataProperty],[r.default.rootData,r.default.rootData]];u.opts.dynamicRef&&h.push([r.default.dynamicAnchors,r.default.dynamicAnchors]);const p=e._`${d}, ${i.object(...h)}`;return l!==e.nil?e._`${c}.call(${l}, ${p})`:e._`${c}(${p})`};const u=e._`new RegExp`;return _r.usePattern=function({gen:t,it:{opts:r}},i){const o=r.unicodeRegExp?"u":"",{regExp:s}=r.code,a=s(i,o);return t.scopeValue("pattern",{key:a.toString(),ref:a,code:e._`${"new RegExp"===s.code?u:(0,n.useFunc)(t,s)}(${i}, ${o})`})},_r.validateArray=function(r){const{gen:n,data:i,keyword:o,it:s}=r,a=n.name("valid");if(s.allErrors){const e=n.let("valid",!0);return u((()=>n.assign(e,!1))),e}return n.var(a,!0),u((()=>n.break())),a;function u(s){const u=n.const("len",e._`${i}.length`);n.forRange("i",0,u,(i=>{r.subschema({keyword:o,dataProp:i,dataPropType:t.Type.Num},a),n.if((0,e.not)(a),s)}))}},_r.validateUnion=function(r){const{gen:n,schema:i,keyword:o,it:s}=r;if(!Array.isArray(i))throw new Error("ajv implementation error");if(i.some((e=>(0,t.alwaysValidSchema)(s,e)))&&!s.opts.unevaluated)return;const a=n.let("valid",!1),u=n.name("_valid");n.block((()=>i.forEach(((t,i)=>{const s=r.subschema({keyword:o,schemaProp:i,compositeRule:!0},u);n.assign(a,e._`${a} || ${u}`);r.mergeValidEvaluated(s,u)||n.if((0,e.not)(a))})))),r.result(a,(()=>r.reset()),(()=>r.error(!0)))},_r}function Er(){if(br)return wr;br=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.validateKeywordUsage=wr.validSchemaType=wr.funcKeywordCode=wr.macroKeywordCode=void 0;const e=Zt(),t=or(),r=Dr(),n=sr();function i(t){const{gen:r,data:n,it:i}=t;r.if(i.parentData,(()=>r.assign(n,e._`${i.parentData}[${i.parentDataProperty}]`)))}function o(t,r,n){if(void 0===n)throw new Error(`keyword "${r}" failed to compile`);return t.scopeValue("keyword","function"==typeof n?{ref:n}:{ref:n,code:(0,e.stringify)(n)})}return wr.macroKeywordCode=function(t,r){const{gen:n,keyword:i,schema:s,parentSchema:a,it:u}=t,c=r.macro.call(u.self,s,a,u),l=o(n,i,c);!1!==u.opts.validateSchema&&u.self.validateSchema(c,!0);const f=n.name("valid");t.subschema({schema:c,schemaPath:e.nil,errSchemaPath:`${u.errSchemaPath}/${i}`,topSchemaRef:l,compositeRule:!0},f),t.pass(f,(()=>t.error(!0)))},wr.funcKeywordCode=function(s,a){var u;const{gen:c,keyword:l,schema:f,parentSchema:d,$data:h,it:p}=s;!function({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}(p,a);const m=!h&&a.compile?a.compile.call(p.self,f,d,p):a.validate,v=o(c,l,m),g=c.let("valid");function y(n=(a.async?e._`await `:e.nil)){const i=p.opts.passContext?t.default.this:t.default.self,o=!("compile"in a&&!h||!1===a.schema);c.assign(g,e._`${n}${(0,r.callValidateCode)(s,v,i,o)}`,a.modifying)}function b(t){var r;c.if((0,e.not)(null!==(r=a.valid)&&void 0!==r?r:g),t)}s.block$data(g,(function(){if(!1===a.errors)y(),a.modifying&&i(s),b((()=>s.error()));else{const r=a.async?function(){const t=c.let("ruleErrs",null);return c.try((()=>y(e._`await `)),(r=>c.assign(g,!1).if(e._`${r} instanceof ${p.ValidationError}`,(()=>c.assign(t,e._`${r}.errors`)),(()=>c.throw(r))))),t}():function(){const t=e._`${v}.errors`;return c.assign(t,null),y(e.nil),t}();a.modifying&&i(s),b((()=>function(r,i){const{gen:o}=r;o.if(e._`Array.isArray(${i})`,(()=>{o.assign(t.default.vErrors,e._`${t.default.vErrors} === null ? ${i} : ${t.default.vErrors}.concat(${i})`).assign(t.default.errors,e._`${t.default.vErrors}.length`),(0,n.extendErrors)(r)}),(()=>r.error()))}(s,r)))}})),s.ok(null!==(u=a.valid)&&void 0!==u?u:g)},wr.validSchemaType=function(e,t,r=!1){return!t.length||t.some((t=>"array"===t?Array.isArray(e):"object"===t?e&&"object"==typeof e&&!Array.isArray(e):typeof e==t||r&&void 0===e))},wr.validateKeywordUsage=function({schema:e,opts:t,self:r,errSchemaPath:n},i,o){if(Array.isArray(i.keyword)?!i.keyword.includes(o):i.keyword!==o)throw new Error("ajv implementation error");const s=i.dependencies;if(null==s?void 0:s.some((t=>!Object.prototype.hasOwnProperty.call(e,t))))throw new Error(`parent schema must have dependencies of ${o}: ${s.join(",")}`);if(i.validateSchema){if(!i.validateSchema(e[o])){const e=`keyword "${o}" value is invalid at path "${n}": `+r.errorsText(i.validateSchema.errors);if("log"!==t.validateSchema)throw new Error(e);r.logger.error(e)}}},wr}var xr,Sr={};var Or,kr,Cr={};function Ar(){return kr||(kr=1,Or=function e(t,r){if(t===r)return!0;if(t&&r&&"object"==typeof t&&"object"==typeof r){if(t.constructor!==r.constructor)return!1;var n,i,o;if(Array.isArray(t)){if((n=t.length)!=r.length)return!1;for(i=n;0!=i--;)if(!e(t[i],r[i]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if((n=(o=Object.keys(t)).length)!==Object.keys(r).length)return!1;for(i=n;0!=i--;)if(!Object.prototype.hasOwnProperty.call(r,o[i]))return!1;for(i=n;0!=i--;){var s=o[i];if(!e(t[s],r[s]))return!1}return!0}return t!=t&&r!=r}),Or}var $r,Pr,jr,Fr={exports:{}};function Tr(){if($r)return Fr.exports;$r=1;var e=Fr.exports=function(e,r,n){"function"==typeof r&&(n=r,r={}),t(r,"function"==typeof(n=r.cb||n)?n:n.pre||function(){},n.post||function(){},e,"",e)};function t(r,n,i,o,s,a,u,c,l,f){if(o&&"object"==typeof o&&!Array.isArray(o)){for(var d in n(o,s,a,u,c,l,f),o){var h=o[d];if(Array.isArray(h)){if(d in e.arrayKeywords)for(var p=0;p<h.length;p++)t(r,n,i,h[p],s+"/"+d+"/"+p,a,s,d,o,p)}else if(d in e.propsKeywords){if(h&&"object"==typeof h)for(var m in h)t(r,n,i,h[m],s+"/"+d+"/"+m.replace(/~/g,"~0").replace(/\//g,"~1"),a,s,d,o,m)}else(d in e.keywords||r.allKeys&&!(d in e.skipKeywords))&&t(r,n,i,h,s+"/"+d,a,s,d,o)}i(o,s,a,u,c,l,f)}}return e.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},e.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},e.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},e.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0},Fr.exports}function Rr(){if(Pr)return Cr;Pr=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.getSchemaRefs=Cr.resolveUrl=Cr.normalizeId=Cr._getFullPath=Cr.getFullPath=Cr.inlineRef=void 0;const e=er(),t=Ar(),r=Tr(),n=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);Cr.inlineRef=function(e,t=!0){return"boolean"==typeof e||(!0===t?!o(e):!!t&&s(e)<=t)};const i=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function o(e){for(const t in e){if(i.has(t))return!0;const r=e[t];if(Array.isArray(r)&&r.some(o))return!0;if("object"==typeof r&&o(r))return!0}return!1}function s(t){let r=0;for(const i in t){if("$ref"===i)return 1/0;if(r++,!n.has(i)&&("object"==typeof t[i]&&(0,e.eachItem)(t[i],(e=>r+=s(e))),r===1/0))return 1/0}return r}function a(e,t="",r){!1!==r&&(t=l(t));const n=e.parse(t);return u(e,n)}function u(e,t){return e.serialize(t).split("#")[0]+"#"}Cr.getFullPath=a,Cr._getFullPath=u;const c=/#\/?$/;function l(e){return e?e.replace(c,""):""}Cr.normalizeId=l,Cr.resolveUrl=function(e,t,r){return r=l(r),e.resolve(t,r)};const f=/^[a-z_][-a-z0-9._]*$/i;return Cr.getSchemaRefs=function(e,n){if("boolean"==typeof e)return{};const{schemaId:i,uriResolver:o}=this.opts,s=l(e[i]||n),u={"":s},c=a(o,s,!1),d={},h=new Set;return r(e,{allKeys:!0},((e,t,r,n)=>{if(void 0===n)return;const o=c+t;let s=u[n];function a(t){const r=this.opts.uriResolver.resolve;if(t=l(s?r(s,t):t),h.has(t))throw m(t);h.add(t);let n=this.refs[t];return"string"==typeof n&&(n=this.refs[n]),"object"==typeof n?p(e,n.schema,t):t!==l(o)&&("#"===t[0]?(p(e,d[t],t),d[t]=e):this.refs[t]=o),t}function v(e){if("string"==typeof e){if(!f.test(e))throw new Error(`invalid anchor "${e}"`);a.call(this,`#${e}`)}}"string"==typeof e[i]&&(s=a.call(this,e[i])),v.call(this,e.$anchor),v.call(this,e.$dynamicAnchor),u[t]=s})),d;function p(e,r,n){if(void 0!==r&&!t(e,r))throw m(n)}function m(e){return new Error(`reference "${e}" resolves to more than one schema`)}},Cr}function Ir(){if(jr)return zt;jr=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.getData=zt.KeywordCxt=zt.validateFunctionCode=void 0;const e=function(){if(nr)return Ut;nr=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.boolOrEmptySchema=Ut.topBoolOrEmptySchema=void 0;const e=sr(),t=Zt(),r=or(),n={message:"boolean schema is false"};function i(t,r){const{gen:i,data:o}=t,s={gen:i,keyword:"false schema",data:o,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,e.reportError)(s,n,void 0,r)}return Ut.topBoolOrEmptySchema=function(e){const{gen:n,schema:o,validateName:s}=e;!1===o?i(e,!1):"object"==typeof o&&!0===o.$async?n.return(r.default.data):(n.assign(t._`${s}.errors`,null),n.return(!0))},Ut.boolOrEmptySchema=function(e,t){const{gen:r,schema:n}=e;!1===n?(r.var(t,!1),i(e)):r.var(t,!0)},Ut}(),t=mr(),r=pr(),n=mr(),i=function(){if(vr)return gr;vr=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.assignDefaults=void 0;const e=Zt(),t=er();function r(r,n,i){const{gen:o,compositeRule:s,data:a,opts:u}=r;if(void 0===i)return;const c=e._`${a}${(0,e.getProperty)(n)}`;if(s)return void(0,t.checkStrictMode)(r,`default is ignored for: ${c}`);let l=e._`${c} === undefined`;"empty"===u.useDefaults&&(l=e._`${l} || ${c} === null || ${c} === ""`),o.if(l,e._`${c} = ${(0,e.stringify)(i)}`)}return gr.assignDefaults=function(e,t){const{properties:n,items:i}=e.schema;if("object"===t&&n)for(const t in n)r(e,t,n[t].default);else"array"===t&&Array.isArray(i)&&i.forEach(((t,n)=>r(e,n,t.default)))},gr}(),o=Er(),s=function(){if(xr)return Sr;xr=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.extendSubschemaMode=Sr.extendSubschemaData=Sr.getSubschema=void 0;const e=Zt(),t=er();return Sr.getSubschema=function(r,{keyword:n,schemaProp:i,schema:o,schemaPath:s,errSchemaPath:a,topSchemaRef:u}){if(void 0!==n&&void 0!==o)throw new Error('both "keyword" and "schema" passed, only one allowed');if(void 0!==n){const o=r.schema[n];return void 0===i?{schema:o,schemaPath:e._`${r.schemaPath}${(0,e.getProperty)(n)}`,errSchemaPath:`${r.errSchemaPath}/${n}`}:{schema:o[i],schemaPath:e._`${r.schemaPath}${(0,e.getProperty)(n)}${(0,e.getProperty)(i)}`,errSchemaPath:`${r.errSchemaPath}/${n}/${(0,t.escapeFragment)(i)}`}}if(void 0!==o){if(void 0===s||void 0===a||void 0===u)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:o,schemaPath:s,topSchemaRef:u,errSchemaPath:a}}throw new Error('either "keyword" or "schema" must be passed')},Sr.extendSubschemaData=function(r,n,{dataProp:i,dataPropType:o,data:s,dataTypes:a,propertyName:u}){if(void 0!==s&&void 0!==i)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:c}=n;if(void 0!==i){const{errorPath:s,dataPathArr:a,opts:u}=n;l(c.let("data",e._`${n.data}${(0,e.getProperty)(i)}`,!0)),r.errorPath=e.str`${s}${(0,t.getErrorPath)(i,o,u.jsPropertySyntax)}`,r.parentDataProperty=e._`${i}`,r.dataPathArr=[...a,r.parentDataProperty]}function l(e){r.data=e,r.dataLevel=n.dataLevel+1,r.dataTypes=[],n.definedProperties=new Set,r.parentData=n.data,r.dataNames=[...n.dataNames,e]}void 0!==s&&(l(s instanceof e.Name?s:c.let("data",s,!0)),void 0!==u&&(r.propertyName=u)),a&&(r.dataTypes=a)},Sr.extendSubschemaMode=function(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:i,allErrors:o}){void 0!==n&&(e.compositeRule=n),void 0!==i&&(e.createErrors=i),void 0!==o&&(e.allErrors=o),e.jtdDiscriminator=t,e.jtdMetadata=r},Sr}(),a=Zt(),u=or(),c=Rr(),l=er(),f=sr();function d({gen:e,validateName:t,schema:r,schemaEnv:n,opts:i},o){i.code.es5?e.func(t,a._`${u.default.data}, ${u.default.valCxt}`,n.$async,(()=>{e.code(a._`"use strict"; ${h(r,i)}`),function(e,t){e.if(u.default.valCxt,(()=>{e.var(u.default.instancePath,a._`${u.default.valCxt}.${u.default.instancePath}`),e.var(u.default.parentData,a._`${u.default.valCxt}.${u.default.parentData}`),e.var(u.default.parentDataProperty,a._`${u.default.valCxt}.${u.default.parentDataProperty}`),e.var(u.default.rootData,a._`${u.default.valCxt}.${u.default.rootData}`),t.dynamicRef&&e.var(u.default.dynamicAnchors,a._`${u.default.valCxt}.${u.default.dynamicAnchors}`)}),(()=>{e.var(u.default.instancePath,a._`""`),e.var(u.default.parentData,a._`undefined`),e.var(u.default.parentDataProperty,a._`undefined`),e.var(u.default.rootData,u.default.data),t.dynamicRef&&e.var(u.default.dynamicAnchors,a._`{}`)}))}(e,i),e.code(o)})):e.func(t,a._`${u.default.data}, ${function(e){return a._`{${u.default.instancePath}="", ${u.default.parentData}, ${u.default.parentDataProperty}, ${u.default.rootData}=${u.default.data}${e.dynamicRef?a._`, ${u.default.dynamicAnchors}={}`:a.nil}}={}`}(i)}`,n.$async,(()=>e.code(h(r,i)).code(o)))}function h(e,t){const r="object"==typeof e&&e[t.schemaId];return r&&(t.code.source||t.code.process)?a._`/*# sourceURL=${r} */`:a.nil}function p(t,r){v(t)&&(g(t),m(t))?function(e,t){const{schema:r,gen:n,opts:i}=e;i.$comment&&r.$comment&&b(e);(function(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,c.resolveUrl)(e.opts.uriResolver,e.baseId,t))})(e),function(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}(e);const o=n.const("_errs",u.default.errors);y(e,o),n.var(t,a._`${o} === ${u.default.errors}`)}(t,r):(0,e.boolOrEmptySchema)(t,r)}function m({schema:e,self:t}){if("boolean"==typeof e)return!e;for(const r in e)if(t.RULES.all[r])return!0;return!1}function v(e){return"boolean"!=typeof e.schema}function g(e){(0,l.checkUnknownRules)(e),function(e){const{schema:t,errSchemaPath:r,opts:n,self:i}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,l.schemaHasRulesButRef)(t,i.RULES)&&i.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}(e)}function y(e,r){if(e.opts.jtd)return w(e,[],!1,r);const n=(0,t.getSchemaTypes)(e.schema);w(e,n,!(0,t.coerceAndCheckDataType)(e,n),r)}function b({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:i}){const o=r.$comment;if(!0===i.$comment)e.code(a._`${u.default.self}.logger.log(${o})`);else if("function"==typeof i.$comment){const r=a.str`${n}/$comment`,i=e.scopeValue("root",{ref:t.root});e.code(a._`${u.default.self}.opts.$comment(${o}, ${r}, ${i}.schema)`)}}function w(e,t,i,o){const{gen:s,schema:c,data:f,allErrors:d,opts:h,self:p}=e,{RULES:m}=p;function v(l){(0,r.shouldUseGroup)(c,l)&&(l.type?(s.if((0,n.checkDataType)(l.type,f,h.strictNumbers)),_(e,l),1===t.length&&t[0]===l.type&&i&&(s.else(),(0,n.reportTypeError)(e)),s.endIf()):_(e,l),d||s.if(a._`${u.default.errors} === ${o||0}`))}!c.$ref||!h.ignoreKeywordsWithRef&&(0,l.schemaHasRulesButRef)(c,m)?(h.jtd||function(e,t){if(e.schemaEnv.meta||!e.opts.strictTypes)return;(function(e,t){if(!t.length)return;if(!e.dataTypes.length)return void(e.dataTypes=t);t.forEach((t=>{E(e.dataTypes,t)||x(e,`type "${t}" not allowed by context "${e.dataTypes.join(",")}"`)})),function(e,t){const r=[];for(const n of e.dataTypes)E(t,n)?r.push(n):t.includes("integer")&&"number"===n&&r.push("integer");e.dataTypes=r}(e,t)})(e,t),e.opts.allowUnionTypes||function(e,t){t.length>1&&(2!==t.length||!t.includes("null"))&&x(e,"use allowUnionTypes to allow union type keyword")}(e,t);!function(e,t){const n=e.self.RULES.all;for(const i in n){const o=n[i];if("object"==typeof o&&(0,r.shouldUseRule)(e.schema,o)){const{type:r}=o.definition;r.length&&!r.some((e=>D(t,e)))&&x(e,`missing type "${r.join(",")}" for keyword "${i}"`)}}}(e,e.dataTypes)}(e,t),s.block((()=>{for(const e of m.rules)v(e);v(m.post)}))):s.block((()=>O(e,"$ref",m.all.$ref.definition)))}function _(e,t){const{gen:n,schema:o,opts:{useDefaults:s}}=e;s&&(0,i.assignDefaults)(e,t.type),n.block((()=>{for(const n of t.rules)(0,r.shouldUseRule)(o,n)&&O(e,n.keyword,n.definition,t.type)}))}function D(e,t){return e.includes(t)||"number"===t&&e.includes("integer")}function E(e,t){return e.includes(t)||"integer"===t&&e.includes("number")}function x(e,t){t+=` at "${e.schemaEnv.baseId+e.errSchemaPath}" (strictTypes)`,(0,l.checkStrictMode)(e,t,e.opts.strictTypes)}zt.validateFunctionCode=function(t){v(t)&&(g(t),m(t))?function(e){const{schema:t,opts:r,gen:n}=e;d(e,(()=>{r.$comment&&t.$comment&&b(e),function(e){const{schema:t,opts:r}=e;void 0!==t.default&&r.useDefaults&&r.strictSchema&&(0,l.checkStrictMode)(e,"default is ignored in the schema root")}(e),n.let(u.default.vErrors,null),n.let(u.default.errors,0),r.unevaluated&&function(e){const{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",a._`${r}.evaluated`),t.if(a._`${e.evaluated}.dynamicProps`,(()=>t.assign(a._`${e.evaluated}.props`,a._`undefined`))),t.if(a._`${e.evaluated}.dynamicItems`,(()=>t.assign(a._`${e.evaluated}.items`,a._`undefined`)))}(e),y(e),function(e){const{gen:t,schemaEnv:r,validateName:n,ValidationError:i,opts:o}=e;r.$async?t.if(a._`${u.default.errors} === 0`,(()=>t.return(u.default.data)),(()=>t.throw(a._`new ${i}(${u.default.vErrors})`))):(t.assign(a._`${n}.errors`,u.default.vErrors),o.unevaluated&&function({gen:e,evaluated:t,props:r,items:n}){r instanceof a.Name&&e.assign(a._`${t}.props`,r);n instanceof a.Name&&e.assign(a._`${t}.items`,n)}(e),t.return(a._`${u.default.errors} === 0`))}(e)}))}(t):d(t,(()=>(0,e.topBoolOrEmptySchema)(t)))};class S{constructor(e,t,r){if((0,o.validateKeywordUsage)(e,t,r),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=r,this.data=e.data,this.schema=e.schema[r],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,l.schemaRefOrVal)(e,this.schema,r,this.$data),this.schemaType=t.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=t,this.$data)this.schemaCode=e.gen.const("vSchema",A(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,o.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw new Error(`${r} value must be ${JSON.stringify(t.schemaType)}`);("code"in t?t.trackErrors:!1!==t.errors)&&(this.errsCount=e.gen.const("_errs",u.default.errors))}result(e,t,r){this.failResult((0,a.not)(e),t,r)}failResult(e,t,r){this.gen.if(e),r?r():this.error(),t?(this.gen.else(),t(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,t){this.failResult((0,a.not)(e),void 0,t)}fail(e){if(void 0===e)return this.error(),void(this.allErrors||this.gen.if(!1));this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);const{schemaCode:t}=this;this.fail(a._`${t} !== undefined && (${(0,a.or)(this.invalid$data(),e)})`)}error(e,t,r){if(t)return this.setParams(t),this._error(e,r),void this.setParams({});this._error(e,r)}_error(e,t){(e?f.reportExtraError:f.reportError)(this,this.def.error,t)}$dataError(){(0,f.reportError)(this,this.def.$dataError||f.keyword$DataError)}reset(){if(void 0===this.errsCount)throw new Error('add "trackErrors" to keyword definition');(0,f.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,t){t?Object.assign(this.params,e):this.params=e}block$data(e,t,r=a.nil){this.gen.block((()=>{this.check$data(e,r),t()}))}check$data(e=a.nil,t=a.nil){if(!this.$data)return;const{gen:r,schemaCode:n,schemaType:i,def:o}=this;r.if((0,a.or)(a._`${n} === undefined`,t)),e!==a.nil&&r.assign(e,!0),(i.length||o.validateSchema)&&(r.elseIf(this.invalid$data()),this.$dataError(),e!==a.nil&&r.assign(e,!1)),r.else()}invalid$data(){const{gen:e,schemaCode:t,schemaType:r,def:i,it:o}=this;return(0,a.or)(function(){if(r.length){if(!(t instanceof a.Name))throw new Error("ajv implementation error");const e=Array.isArray(r)?r:[r];return a._`${(0,n.checkDataTypes)(e,t,o.opts.strictNumbers,n.DataType.Wrong)}`}return a.nil}(),function(){if(i.validateSchema){const r=e.scopeValue("validate$data",{ref:i.validateSchema});return a._`!${r}(${t})`}return a.nil}())}subschema(e,t){const r=(0,s.getSubschema)(this.it,e);(0,s.extendSubschemaData)(r,this.it,e),(0,s.extendSubschemaMode)(r,e);const n={...this.it,...r,items:void 0,props:void 0};return p(n,t),n}mergeEvaluated(e,t){const{it:r,gen:n}=this;r.opts.unevaluated&&(!0!==r.props&&void 0!==e.props&&(r.props=l.mergeEvaluated.props(n,e.props,r.props,t)),!0!==r.items&&void 0!==e.items&&(r.items=l.mergeEvaluated.items(n,e.items,r.items,t)))}mergeValidEvaluated(e,t){const{it:r,gen:n}=this;if(r.opts.unevaluated&&(!0!==r.props||!0!==r.items))return n.if(t,(()=>this.mergeEvaluated(e,a.Name))),!0}}function O(e,t,r,n){const i=new S(e,r,t);"code"in r?r.code(i,n):i.$data&&r.validate?(0,o.funcKeywordCode)(i,r):"macro"in r?(0,o.macroKeywordCode)(i,r):(r.compile||r.validate)&&(0,o.funcKeywordCode)(i,r)}zt.KeywordCxt=S;const k=/^\/(?:[^~]|~0|~1)*$/,C=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function A(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let i,o;if(""===e)return u.default.rootData;if("/"===e[0]){if(!k.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);i=e,o=u.default.rootData}else{const s=C.exec(e);if(!s)throw new Error(`Invalid JSON-pointer: ${e}`);const a=+s[1];if(i=s[2],"#"===i){if(a>=t)throw new Error(f("property/index",a));return n[t-a]}if(a>t)throw new Error(f("data",a));if(o=r[t-a],!i)return o}let s=o;const c=i.split("/");for(const e of c)e&&(o=a._`${o}${(0,a.getProperty)((0,l.unescapeJsonPointer)(e))}`,s=a._`${s} && ${o}`);return s;function f(e,r){return`Cannot access ${e} ${r} levels up, current level is ${t}`}}return zt.getData=A,zt}var Mr,Nr={};function Lr(){if(Mr)return Nr;Mr=1,Object.defineProperty(Nr,"__esModule",{value:!0});class e extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}}return Nr.default=e,Nr}var Br,zr={};function Ur(){if(Br)return zr;Br=1,Object.defineProperty(zr,"__esModule",{value:!0});const e=Rr();class t extends Error{constructor(t,r,n,i){super(i||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,e.resolveUrl)(t,r,n),this.missingSchema=(0,e.normalizeId)((0,e.getFullPath)(t,this.missingRef))}}return zr.default=t,zr}var Wr,Vr={};function qr(){if(Wr)return Vr;Wr=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.resolveSchema=Vr.getCompilingSchema=Vr.resolveRef=Vr.compileSchema=Vr.SchemaEnv=void 0;const e=Zt(),t=Lr(),r=or(),n=Rr(),i=er(),o=Ir();class s{constructor(e){var t;let r;this.refs={},this.dynamicAnchors={},"object"==typeof e.schema&&(r=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=null!==(t=e.baseId)&&void 0!==t?t:(0,n.normalizeId)(null==r?void 0:r[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=null==r?void 0:r.$async,this.refs={}}}function a(i){const s=c.call(this,i);if(s)return s;const a=(0,n.getFullPath)(this.opts.uriResolver,i.root.baseId),{es5:u,lines:l}=this.opts.code,{ownProperties:f}=this.opts,d=new e.CodeGen(this.scope,{es5:u,lines:l,ownProperties:f});let h;i.$async&&(h=d.scopeValue("Error",{ref:t.default,code:e._`require("ajv/dist/runtime/validation_error").default`}));const p=d.scopeName("validate");i.validateName=p;const m={gen:d,allErrors:this.opts.allErrors,data:r.default.data,parentData:r.default.parentData,parentDataProperty:r.default.parentDataProperty,dataNames:[r.default.data],dataPathArr:[e.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:d.scopeValue("schema",!0===this.opts.code.source?{ref:i.schema,code:(0,e.stringify)(i.schema)}:{ref:i.schema}),validateName:p,ValidationError:h,schema:i.schema,schemaEnv:i,rootId:a,baseId:i.baseId||a,schemaPath:e.nil,errSchemaPath:i.schemaPath||(this.opts.jtd?"":"#"),errorPath:e._`""`,opts:this.opts,self:this};let v;try{this._compilations.add(i),(0,o.validateFunctionCode)(m),d.optimize(this.opts.code.optimize);const t=d.toString();v=`${d.scopeRefs(r.default.scope)}return ${t}`,this.opts.code.process&&(v=this.opts.code.process(v,i));const n=new Function(`${r.default.self}`,`${r.default.scope}`,v)(this,this.scope.get());if(this.scope.value(p,{ref:n}),n.errors=null,n.schema=i.schema,n.schemaEnv=i,i.$async&&(n.$async=!0),!0===this.opts.code.source&&(n.source={validateName:p,validateCode:t,scopeValues:d._values}),this.opts.unevaluated){const{props:t,items:r}=m;n.evaluated={props:t instanceof e.Name?void 0:t,items:r instanceof e.Name?void 0:r,dynamicProps:t instanceof e.Name,dynamicItems:r instanceof e.Name},n.source&&(n.source.evaluated=(0,e.stringify)(n.evaluated))}return i.validate=n,i}catch(e){throw delete i.validate,delete i.validateName,v&&this.logger.error("Error compiling schema, function code:",v),e}finally{this._compilations.delete(i)}}function u(e){return(0,n.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:a.call(this,e)}function c(e){for(const n of this._compilations)if(r=e,(t=n).schema===r.schema&&t.root===r.root&&t.baseId===r.baseId)return n;var t,r}function l(e,t){let r;for(;"string"==typeof(r=this.refs[t]);)t=r;return r||this.schemas[t]||f.call(this,e,t)}function f(e,t){const r=this.opts.uriResolver.parse(t),i=(0,n._getFullPath)(this.opts.uriResolver,r);let o=(0,n.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&i===o)return h.call(this,r,e);const u=(0,n.normalizeId)(i),c=this.refs[u]||this.schemas[u];if("string"==typeof c){const t=f.call(this,e,c);if("object"!=typeof(null==t?void 0:t.schema))return;return h.call(this,r,t)}if("object"==typeof(null==c?void 0:c.schema)){if(c.validate||a.call(this,c),u===(0,n.normalizeId)(t)){const{schema:t}=c,{schemaId:r}=this.opts,i=t[r];return i&&(o=(0,n.resolveUrl)(this.opts.uriResolver,o,i)),new s({schema:t,schemaId:r,root:e,baseId:o})}return h.call(this,r,c)}}Vr.SchemaEnv=s,Vr.compileSchema=a,Vr.resolveRef=function(e,t,r){var i;r=(0,n.resolveUrl)(this.opts.uriResolver,t,r);const o=e.refs[r];if(o)return o;let a=l.call(this,e,r);if(void 0===a){const n=null===(i=e.localRefs)||void 0===i?void 0:i[r],{schemaId:o}=this.opts;n&&(a=new s({schema:n,schemaId:o,root:e,baseId:t}))}return void 0!==a?e.refs[r]=u.call(this,a):void 0},Vr.getCompilingSchema=c,Vr.resolveSchema=f;const d=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function h(e,{baseId:t,schema:r,root:o}){var a;if("/"!==(null===(a=e.fragment)||void 0===a?void 0:a[0]))return;for(const o of e.fragment.slice(1).split("/")){if("boolean"==typeof r)return;const e=r[(0,i.unescapeFragment)(o)];if(void 0===e)return;const s="object"==typeof(r=e)&&r[this.opts.schemaId];!d.has(o)&&s&&(t=(0,n.resolveUrl)(this.opts.uriResolver,t,s))}let u;if("boolean"!=typeof r&&r.$ref&&!(0,i.schemaHasRulesButRef)(r,this.RULES)){const e=(0,n.resolveUrl)(this.opts.uriResolver,t,r.$ref);u=f.call(this,o,e)}const{schemaId:c}=this.opts;return u=u||new s({schema:r,schemaId:c,root:o,baseId:t}),u.schema!==u.root.schema?u:void 0}return Vr}var Hr,Gr,Kr,Yr,Jr,Zr,Xr,Qr,en,tn={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1},rn={},nn={exports:{}};function on(){if(Yr)return Kr;Yr=1;const{HEX:e}=Gr?Hr:(Gr=1,Hr={HEX:{0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15}}),t=/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u;function r(e){if(s(e,".")<3)return{host:e,isIPV4:!1};const r=e.match(t)||[],[n]=r;return n?{host:o(n,"."),isIPV4:!0}:{host:e,isIPV4:!1}}function n(t,r=!1){let n="",i=!0;for(const r of t){if(void 0===e[r])return;"0"!==r&&!0===i&&(i=!1),i||(n+=r)}return r&&0===n.length&&(n="0"),n}function i(e){if(s(e,":")<2)return{host:e,isIPV6:!1};const t=function(e){let t=0;const r={error:!1,address:"",zone:""},i=[],o=[];let s=!1,a=!1,u=!1;function c(){if(o.length){if(!1===s){const e=n(o);if(void 0===e)return r.error=!0,!1;i.push(e)}o.length=0}return!0}for(let n=0;n<e.length;n++){const l=e[n];if("["!==l&&"]"!==l)if(":"!==l)if("%"===l){if(!c())break;s=!0}else o.push(l);else{if(!0===a&&(u=!0),!c())break;if(t++,i.push(":"),t>7){r.error=!0;break}n-1>=0&&":"===e[n-1]&&(a=!0)}}return o.length&&(s?r.zone=o.join(""):u?i.push(o.join("")):i.push(n(o))),r.address=i.join(""),r}(e);if(t.error)return{host:e,isIPV6:!1};{let e=t.address,r=t.address;return t.zone&&(e+="%"+t.zone,r+="%25"+t.zone),{host:e,escapedHost:r,isIPV6:!0}}}function o(e,t){let r="",n=!0;const i=e.length;for(let o=0;o<i;o++){const s=e[o];"0"===s&&n?(o+1<=i&&e[o+1]===t||o+1===i)&&(r+=s,n=!1):(n=s===t,r+=s)}return r}function s(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r}const a=/^\.\.?\//u,u=/^\/\.(?:\/|$)/u,c=/^\/\.\.(?:\/|$)/u,l=/^\/?(?:.|\n)*?(?=\/|$)/u;return Kr={recomposeAuthority:function(e){const t=[];if(void 0!==e.userinfo&&(t.push(e.userinfo),t.push("@")),void 0!==e.host){let n=unescape(e.host);const o=r(n);if(o.isIPV4)n=o.host;else{const t=i(o.host);n=!0===t.isIPV6?`[${t.escapedHost}]`:e.host}t.push(n)}return"number"!=typeof e.port&&"string"!=typeof e.port||(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0},normalizeComponentEncoding:function(e,t){const r=!0!==t?escape:unescape;return void 0!==e.scheme&&(e.scheme=r(e.scheme)),void 0!==e.userinfo&&(e.userinfo=r(e.userinfo)),void 0!==e.host&&(e.host=r(e.host)),void 0!==e.path&&(e.path=r(e.path)),void 0!==e.query&&(e.query=r(e.query)),void 0!==e.fragment&&(e.fragment=r(e.fragment)),e},removeDotSegments:function(e){const t=[];for(;e.length;)if(e.match(a))e=e.replace(a,"");else if(e.match(u))e=e.replace(u,"/");else if(e.match(c))e=e.replace(c,"/"),t.pop();else if("."===e||".."===e)e="";else{const r=e.match(l);if(!r)throw new Error("Unexpected dot segment condition");{const n=r[0];e=e.slice(n.length),t.push(n)}}return t.join("")},normalizeIPv4:r,normalizeIPv6:i,stringArrayToHexStripped:n},Kr}function sn(){if(Xr)return nn.exports;Xr=1;const{normalizeIPv6:e,normalizeIPv4:t,removeDotSegments:r,recomposeAuthority:n,normalizeComponentEncoding:i}=on(),o=function(){if(Zr)return Jr;Zr=1;const e=/^[\da-f]{8}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{12}$/iu,t=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function r(e){return"boolean"==typeof e.secure?e.secure:"wss"===String(e.scheme).toLowerCase()}function n(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function i(e){const t="https"===String(e.scheme).toLowerCase();return e.port!==(t?443:80)&&""!==e.port||(e.port=void 0),e.path||(e.path="/"),e}const o={scheme:"http",domainHost:!0,parse:n,serialize:i},s={scheme:"ws",domainHost:!0,parse:function(e){return e.secure=r(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e},serialize:function(e){if(e.port!==(r(e)?443:80)&&""!==e.port||(e.port=void 0),"boolean"==typeof e.secure&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){const[t,r]=e.resourceName.split("?");e.path=t&&"/"!==t?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}},a={http:o,https:{scheme:"https",domainHost:o.domainHost,parse:n,serialize:i},ws:s,wss:{scheme:"wss",domainHost:s.domainHost,parse:s.parse,serialize:s.serialize},urn:{scheme:"urn",parse:function(e,r){if(!e.path)return e.error="URN can not be parsed",e;const n=e.path.match(t);if(n){const t=r.scheme||e.scheme||"urn";e.nid=n[1].toLowerCase(),e.nss=n[2];const i=`${t}:${r.nid||e.nid}`,o=a[i];e.path=void 0,o&&(e=o.parse(e,r))}else e.error=e.error||"URN can not be parsed.";return e},serialize:function(e,t){const r=t.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),i=`${r}:${t.nid||n}`,o=a[i];o&&(e=o.serialize(e,t));const s=e,u=e.nss;return s.path=`${n||t.nid}:${u}`,t.skipEscape=!0,s},skipNormalize:!0},"urn:uuid":{scheme:"urn:uuid",parse:function(t,r){const n=t;return n.uuid=n.nss,n.nss=void 0,r.tolerant||n.uuid&&e.test(n.uuid)||(n.error=n.error||"UUID is not valid."),n},serialize:function(e){const t=e;return t.nss=(e.uuid||"").toLowerCase(),t},skipNormalize:!0}};return Jr=a}();function s(e,t,n,i){const o={};return i||(e=l(a(e,n),n),t=l(a(t,n),n)),!(n=n||{}).tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=r(t.path||""),o.query=t.query):(void 0!==t.userinfo||void 0!==t.host||void 0!==t.port?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=r(t.path||""),o.query=t.query):(t.path?("/"===t.path.charAt(0)?o.path=r(t.path):(void 0===e.userinfo&&void 0===e.host&&void 0===e.port||e.path?e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path:o.path="/"+t.path,o.path=r(o.path)),o.query=t.query):(o.path=e.path,void 0!==t.query?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function a(e,t){const i={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},s=Object.assign({},t),a=[],u=o[(s.scheme||i.scheme||"").toLowerCase()];u&&u.serialize&&u.serialize(i,s),void 0!==i.path&&(s.skipEscape?i.path=unescape(i.path):(i.path=escape(i.path),void 0!==i.scheme&&(i.path=i.path.split("%3A").join(":")))),"suffix"!==s.reference&&i.scheme&&a.push(i.scheme,":");const c=n(i);if(void 0!==c&&("suffix"!==s.reference&&a.push("//"),a.push(c),i.path&&"/"!==i.path.charAt(0)&&a.push("/")),void 0!==i.path){let e=i.path;s.absolutePath||u&&u.absolutePath||(e=r(e)),void 0===c&&(e=e.replace(/^\/\//u,"/%2F")),a.push(e)}return void 0!==i.query&&a.push("?",i.query),void 0!==i.fragment&&a.push("#",i.fragment),a.join("")}const u=Array.from({length:127},((e,t)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(t))));const c=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function l(r,n){const i=Object.assign({},n),s={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},a=-1!==r.indexOf("%");let l=!1;"suffix"===i.reference&&(r=(i.scheme?i.scheme+":":"")+"//"+r);const f=r.match(c);if(f){if(s.scheme=f[1],s.userinfo=f[3],s.host=f[4],s.port=parseInt(f[5],10),s.path=f[6]||"",s.query=f[7],s.fragment=f[8],isNaN(s.port)&&(s.port=f[5]),s.host){const r=t(s.host);if(!1===r.isIPV4){const t=e(r.host);s.host=t.host.toLowerCase(),l=t.isIPV6}else s.host=r.host,l=!0}void 0!==s.scheme||void 0!==s.userinfo||void 0!==s.host||void 0!==s.port||s.path||void 0!==s.query?void 0===s.scheme?s.reference="relative":void 0===s.fragment?s.reference="absolute":s.reference="uri":s.reference="same-document",i.reference&&"suffix"!==i.reference&&i.reference!==s.reference&&(s.error=s.error||"URI is not a "+i.reference+" reference.");const r=o[(i.scheme||s.scheme||"").toLowerCase()];if(!(i.unicodeSupport||r&&r.unicodeSupport)&&s.host&&(i.domainHost||r&&r.domainHost)&&!1===l&&function(e){let t=0;for(let r=0,n=e.length;r<n;++r)if(t=e.charCodeAt(r),t>126||u[t])return!0;return!1}(s.host))try{s.host=URL.domainToASCII(s.host.toLowerCase())}catch(e){s.error=s.error||"Host's domain name can not be converted to ASCII: "+e}(!r||r&&!r.skipNormalize)&&(a&&void 0!==s.scheme&&(s.scheme=unescape(s.scheme)),a&&void 0!==s.host&&(s.host=unescape(s.host)),s.path&&s.path.length&&(s.path=escape(unescape(s.path))),s.fragment&&s.fragment.length&&(s.fragment=encodeURI(decodeURIComponent(s.fragment)))),r&&r.parse&&r.parse(s,i)}else s.error=s.error||"URI can not be parsed.";return s}const f={SCHEMES:o,normalize:function(e,t){return"string"==typeof e?e=a(l(e,t),t):"object"==typeof e&&(e=l(a(e,t),t)),e},resolve:function(e,t,r){const n=Object.assign({scheme:"null"},r);return a(s(l(e,n),l(t,n),n,!0),{...n,skipEscape:!0})},resolveComponents:s,equal:function(e,t,r){return"string"==typeof e?(e=unescape(e),e=a(i(l(e,r),!0),{...r,skipEscape:!0})):"object"==typeof e&&(e=a(i(e,!0),{...r,skipEscape:!0})),"string"==typeof t?(t=unescape(t),t=a(i(l(t,r),!0),{...r,skipEscape:!0})):"object"==typeof t&&(t=a(i(t,!0),{...r,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()},serialize:a,parse:l};return nn.exports=f,nn.exports.default=f,nn.exports.fastUri=f,nn.exports}function an(){return en||(en=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=Ir();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var r=Zt();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=Lr(),i=Ur(),o=lr(),s=qr(),a=Zt(),u=Rr(),c=mr(),l=er(),f=tn,d=function(){if(Qr)return rn;Qr=1,Object.defineProperty(rn,"__esModule",{value:!0});const e=sn();return e.code='require("ajv/dist/runtime/uri").default',rn.default=e,rn}(),h=(e,t)=>new RegExp(e,t);h.code="new RegExp";const p=["removeAdditional","useDefaults","coerceTypes"],m=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),v={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},g={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'};function y(e){var t,r,n,i,o,s,a,u,c,l,f,p,m,v,g,y,b,w,_,D,E,x,S,O,k;const C=e.strict,A=null===(t=e.code)||void 0===t?void 0:t.optimize,$=!0===A||void 0===A?1:A||0,P=null!==(n=null===(r=e.code)||void 0===r?void 0:r.regExp)&&void 0!==n?n:h,j=null!==(i=e.uriResolver)&&void 0!==i?i:d.default;return{strictSchema:null===(s=null!==(o=e.strictSchema)&&void 0!==o?o:C)||void 0===s||s,strictNumbers:null===(u=null!==(a=e.strictNumbers)&&void 0!==a?a:C)||void 0===u||u,strictTypes:null!==(l=null!==(c=e.strictTypes)&&void 0!==c?c:C)&&void 0!==l?l:"log",strictTuples:null!==(p=null!==(f=e.strictTuples)&&void 0!==f?f:C)&&void 0!==p?p:"log",strictRequired:null!==(v=null!==(m=e.strictRequired)&&void 0!==m?m:C)&&void 0!==v&&v,code:e.code?{...e.code,optimize:$,regExp:P}:{optimize:$,regExp:P},loopRequired:null!==(g=e.loopRequired)&&void 0!==g?g:200,loopEnum:null!==(y=e.loopEnum)&&void 0!==y?y:200,meta:null===(b=e.meta)||void 0===b||b,messages:null===(w=e.messages)||void 0===w||w,inlineRefs:null===(_=e.inlineRefs)||void 0===_||_,schemaId:null!==(D=e.schemaId)&&void 0!==D?D:"$id",addUsedSchema:null===(E=e.addUsedSchema)||void 0===E||E,validateSchema:null===(x=e.validateSchema)||void 0===x||x,validateFormats:null===(S=e.validateFormats)||void 0===S||S,unicodeRegExp:null===(O=e.unicodeRegExp)||void 0===O||O,int32range:null===(k=e.int32range)||void 0===k||k,uriResolver:j}}class b{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...y(e)};const{es5:t,lines:r}=this.opts.code;this.scope=new a.ValueScope({scope:{},prefixes:m,es5:t,lines:r}),this.logger=function(e){if(!1===e)return O;if(void 0===e)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}(e.logger);const n=e.validateFormats;e.validateFormats=!1,this.RULES=(0,o.getRules)(),w.call(this,v,e,"NOT SUPPORTED"),w.call(this,g,e,"DEPRECATED","warn"),this._metaOpts=S.call(this),e.formats&&E.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&x.call(this,e.keywords),"object"==typeof e.meta&&this.addMetaSchema(e.meta),D.call(this),e.validateFormats=n}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:e,meta:t,schemaId:r}=this.opts;let n=f;"id"===r&&(n={...f},n.id=n.$id,delete n.$id),t&&e&&this.addMetaSchema(n,n[r],!1)}defaultMeta(){const{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta="object"==typeof e?e[t]||e:void 0}validate(e,t){let r;if("string"==typeof e){if(r=this.getSchema(e),!r)throw new Error(`no schema with key or ref "${e}"`)}else r=this.compile(e);const n=r(t);return"$async"in r||(this.errors=r.errors),n}compile(e,t){const r=this._addSchema(e,t);return r.validate||this._compileSchemaEnv(r)}compileAsync(e,t){if("function"!=typeof this.opts.loadSchema)throw new Error("options.loadSchema should be a function");const{loadSchema:r}=this.opts;return n.call(this,e,t);async function n(e,t){await o.call(this,e.$schema);const r=this._addSchema(e,t);return r.validate||s.call(this,r)}async function o(e){e&&!this.getSchema(e)&&await n.call(this,{$ref:e},!0)}async function s(e){try{return this._compileSchemaEnv(e)}catch(t){if(!(t instanceof i.default))throw t;return a.call(this,t),await u.call(this,t.missingSchema),s.call(this,e)}}function a({missingSchema:e,missingRef:t}){if(this.refs[e])throw new Error(`AnySchema ${e} is loaded but ${t} cannot be resolved`)}async function u(e){const r=await c.call(this,e);this.refs[e]||await o.call(this,r.$schema),this.refs[e]||this.addSchema(r,e,t)}async function c(e){const t=this._loading[e];if(t)return t;try{return await(this._loading[e]=r(e))}finally{delete this._loading[e]}}}addSchema(e,t,r,n=this.opts.validateSchema){if(Array.isArray(e)){for(const t of e)this.addSchema(t,void 0,r,n);return this}let i;if("object"==typeof e){const{schemaId:t}=this.opts;if(i=e[t],void 0!==i&&"string"!=typeof i)throw new Error(`schema ${t} must be string`)}return t=(0,u.normalizeId)(t||i),this._checkUnique(t),this.schemas[t]=this._addSchema(e,r,t,n,!0),this}addMetaSchema(e,t,r=this.opts.validateSchema){return this.addSchema(e,t,!0,r),this}validateSchema(e,t){if("boolean"==typeof e)return!0;let r;if(r=e.$schema,void 0!==r&&"string"!=typeof r)throw new Error("$schema must be a string");if(r=r||this.opts.defaultMeta||this.defaultMeta(),!r)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const n=this.validate(r,e);if(!n&&t){const e="schema is invalid: "+this.errorsText();if("log"!==this.opts.validateSchema)throw new Error(e);this.logger.error(e)}return n}getSchema(e){let t;for(;"string"==typeof(t=_.call(this,e));)e=t;if(void 0===t){const{schemaId:r}=this.opts,n=new s.SchemaEnv({schema:{},schemaId:r});if(t=s.resolveSchema.call(this,n,e),!t)return;this.refs[e]=t}return t.validate||this._compileSchemaEnv(t)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const t=_.call(this,e);return"object"==typeof t&&this._cache.delete(t.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{const t=e;this._cache.delete(t);let r=e[this.opts.schemaId];return r&&(r=(0,u.normalizeId)(r),delete this.schemas[r],delete this.refs[r]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(const t of e)this.addKeyword(t);return this}addKeyword(e,t){let r;if("string"==typeof e)r=e,"object"==typeof t&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),t.keyword=r);else{if("object"!=typeof e||void 0!==t)throw new Error("invalid addKeywords parameters");if(r=(t=e).keyword,Array.isArray(r)&&!r.length)throw new Error("addKeywords: keyword must be string or non-empty array")}if(C.call(this,r,t),!t)return(0,l.eachItem)(r,(e=>A.call(this,e))),this;P.call(this,t);const n={...t,type:(0,c.getJSONTypes)(t.type),schemaType:(0,c.getJSONTypes)(t.schemaType)};return(0,l.eachItem)(r,0===n.type.length?e=>A.call(this,e,n):e=>n.type.forEach((t=>A.call(this,e,n,t)))),this}getKeyword(e){const t=this.RULES.all[e];return"object"==typeof t?t.definition:!!t}removeKeyword(e){const{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(const r of t.rules){const t=r.rules.findIndex((t=>t.keyword===e));t>=0&&r.rules.splice(t,1)}return this}addFormat(e,t){return"string"==typeof t&&(t=new RegExp(t)),this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=", ",dataVar:r="data"}={}){return e&&0!==e.length?e.map((e=>`${r}${e.instancePath} ${e.message}`)).reduce(((e,r)=>e+t+r)):"No errors"}$dataMetaSchema(e,t){const r=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(const n of t){const t=n.split("/").slice(1);let i=e;for(const e of t)i=i[e];for(const e in r){const t=r[e];if("object"!=typeof t)continue;const{$data:n}=t.definition,o=i[e];n&&o&&(i[e]=F(o))}}return e}_removeAllSchemas(e,t){for(const r in e){const n=e[r];t&&!t.test(r)||("string"==typeof n?delete e[r]:n&&!n.meta&&(this._cache.delete(n.schema),delete e[r]))}}_addSchema(e,t,r,n=this.opts.validateSchema,i=this.opts.addUsedSchema){let o;const{schemaId:a}=this.opts;if("object"==typeof e)o=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if("boolean"!=typeof e)throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(void 0!==c)return c;r=(0,u.normalizeId)(o||r);const l=u.getSchemaRefs.call(this,e,r);return c=new s.SchemaEnv({schema:e,schemaId:a,meta:t,baseId:r,localRefs:l}),this._cache.set(c.schema,c),i&&!r.startsWith("#")&&(r&&this._checkUnique(r),this.refs[r]=c),n&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):s.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){const t=this.opts;this.opts=this._metaOpts;try{s.compileSchema.call(this,e)}finally{this.opts=t}}}function w(e,t,r,n="error"){for(const i in e){const o=i;o in t&&this.logger[n](`${r}: option ${i}. ${e[o]}`)}}function _(e){return e=(0,u.normalizeId)(e),this.schemas[e]||this.refs[e]}function D(){const e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(const t in e)this.addSchema(e[t],t)}function E(){for(const e in this.opts.formats){const t=this.opts.formats[e];t&&this.addFormat(e,t)}}function x(e){if(Array.isArray(e))this.addVocabulary(e);else{this.logger.warn("keywords option as map is deprecated, pass array");for(const t in e){const r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}}function S(){const e={...this.opts};for(const t of p)delete e[t];return e}b.ValidationError=n.default,b.MissingRefError=i.default,e.default=b;const O={log(){},warn(){},error(){}};const k=/^[a-z_$][a-z0-9_$:-]*$/i;function C(e,t){const{RULES:r}=this;if((0,l.eachItem)(e,(e=>{if(r.keywords[e])throw new Error(`Keyword ${e} is already defined`);if(!k.test(e))throw new Error(`Keyword ${e} has invalid name`)})),t&&t.$data&&!("code"in t)&&!("validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function A(e,t,r){var n;const i=null==t?void 0:t.post;if(r&&i)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:o}=this;let s=i?o.post:o.rules.find((({type:e})=>e===r));if(s||(s={type:r,rules:[]},o.rules.push(s)),o.keywords[e]=!0,!t)return;const a={keyword:e,definition:{...t,type:(0,c.getJSONTypes)(t.type),schemaType:(0,c.getJSONTypes)(t.schemaType)}};t.before?$.call(this,s,a,t.before):s.rules.push(a),o.all[e]=a,null===(n=t.implements)||void 0===n||n.forEach((e=>this.addKeyword(e)))}function $(e,t,r){const n=e.rules.findIndex((e=>e.keyword===r));n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function P(e){let{metaSchema:t}=e;void 0!==t&&(e.$data&&this.opts.$data&&(t=F(t)),e.validateSchema=this.compile(t,!0))}const j={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function F(e){return{anyOf:[e,j]}}}(Bt)),Bt}var un,cn={},ln={},fn={};function dn(){if(un)return fn;un=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.callRef=fn.getValidate=void 0;const e=Ur(),t=Dr(),r=Zt(),n=or(),i=qr(),o=er(),s={keyword:"$ref",schemaType:"string",code(t){const{gen:n,schema:o,it:s}=t,{baseId:c,schemaEnv:l,validateName:f,opts:d,self:h}=s,{root:p}=l;if(("#"===o||"#/"===o)&&c===p.baseId)return function(){if(l===p)return u(t,f,l,l.$async);const e=n.scopeValue("root",{ref:p});return u(t,r._`${e}.validate`,p,p.$async)}();const m=i.resolveRef.call(h,p,c,o);if(void 0===m)throw new e.default(s.opts.uriResolver,c,o);return m instanceof i.SchemaEnv?function(e){const r=a(t,e);u(t,r,e,e.$async)}(m):function(e){const i=n.scopeValue("schema",!0===d.code.source?{ref:e,code:(0,r.stringify)(e)}:{ref:e}),s=n.name("valid"),a=t.subschema({schema:e,dataTypes:[],schemaPath:r.nil,topSchemaRef:i,errSchemaPath:o},s);t.mergeEvaluated(a),t.ok(s)}(m)}};function a(e,t){const{gen:n}=e;return t.validate?n.scopeValue("validate",{ref:t.validate}):r._`${n.scopeValue("wrapper",{ref:t})}.validate`}function u(e,i,s,a){const{gen:u,it:c}=e,{allErrors:l,schemaEnv:f,opts:d}=c,h=d.passContext?n.default.this:r.nil;function p(e){const t=r._`${e}.errors`;u.assign(n.default.vErrors,r._`${n.default.vErrors} === null ? ${t} : ${n.default.vErrors}.concat(${t})`),u.assign(n.default.errors,r._`${n.default.vErrors}.length`)}function m(e){var t;if(!c.opts.unevaluated)return;const n=null===(t=null==s?void 0:s.validate)||void 0===t?void 0:t.evaluated;if(!0!==c.props)if(n&&!n.dynamicProps)void 0!==n.props&&(c.props=o.mergeEvaluated.props(u,n.props,c.props));else{const t=u.var("props",r._`${e}.evaluated.props`);c.props=o.mergeEvaluated.props(u,t,c.props,r.Name)}if(!0!==c.items)if(n&&!n.dynamicItems)void 0!==n.items&&(c.items=o.mergeEvaluated.items(u,n.items,c.items));else{const t=u.var("items",r._`${e}.evaluated.items`);c.items=o.mergeEvaluated.items(u,t,c.items,r.Name)}}a?function(){if(!f.$async)throw new Error("async schema referenced by sync schema");const n=u.let("valid");u.try((()=>{u.code(r._`await ${(0,t.callValidateCode)(e,i,h)}`),m(i),l||u.assign(n,!0)}),(e=>{u.if(r._`!(${e} instanceof ${c.ValidationError})`,(()=>u.throw(e))),p(e),l||u.assign(n,!1)})),e.ok(n)}():e.result((0,t.callValidateCode)(e,i,h),(()=>m(i)),(()=>p(i)))}return fn.getValidate=a,fn.callRef=u,fn.default=s,fn}var hn,pn,mn={};function vn(){if(hn)return mn;hn=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.checkMetadata=void 0;const e=er(),t={keyword:"metadata",schemaType:"object",code(t){r(t);const{gen:n,schema:i,it:o}=t;if((0,e.alwaysValidSchema)(o,i))return;const s=n.name("valid");t.subschema({keyword:"metadata",jtdMetadata:!0},s),t.ok(s)}};function r({it:e,keyword:t},r){if(e.jtdMetadata!==r)throw new Error(`JTD: "${t}" cannot be used in this schema location`)}return mn.checkMetadata=r,mn.default=t,mn}function gn(){if(pn)return ln;pn=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.hasRef=void 0;const e=qr(),t=Zt(),r=Ur(),n=or(),i=dn(),o=vn(),s={keyword:"ref",schemaType:"string",code(s){(0,o.checkMetadata)(s);const{gen:u,data:c,schema:l,parentSchema:f,it:d}=s,{schemaEnv:{root:h}}=d,p=u.name("valid");function m(){var o;const c=null===(o=h.schema.definitions)||void 0===o?void 0:o[l];if(!c)throw new r.default(d.opts.uriResolver,"",l,`No definition ${l}`);a(c)||!d.opts.inlineRefs?function(r){const o=e.compileSchema.call(d.self,new e.SchemaEnv({schema:r,root:h,schemaPath:`/definitions/${l}`})),a=(0,i.getValidate)(s,o),c=u.const("_errs",n.default.errors);(0,i.callRef)(s,a,o,o.$async),u.assign(p,t._`${c} === ${n.default.errors}`)}(c):function(e){const r=u.scopeValue("schema",!0===d.opts.code.source?{ref:e,code:(0,t.stringify)(e)}:{ref:e});s.subschema({schema:e,dataTypes:[],schemaPath:t.nil,topSchemaRef:r,errSchemaPath:`/definitions/${l}`},p)}(c)}f.nullable?(u.var(p,t._`${c} === null`),u.if((0,t.not)(p),m)):(u.var(p,!1),m()),s.ok(p)}};function a(e){for(const t in e){let r;if("ref"===t||"object"==typeof(r=e[t])&&a(r))return!0}return!1}return ln.hasRef=a,ln.default=s,ln}var yn,bn={},wn={};function _n(){if(yn)return wn;yn=1,Object.defineProperty(wn,"__esModule",{value:!0});const e=/t|\s/i,t=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,r=/^(\d\d):(\d\d):(\d\d)(?:\.\d+)?(?:z|([+-]\d\d)(?::?(\d\d))?)$/i,n=[0,31,28,31,30,31,30,31,31,30,31,30,31];function i(t,n){const i=t.split(e);return 2===i.length&&o(i[0])&&function(e){const t=r.exec(e);if(!t)return!1;const n=+t[1],i=+t[2],o=+t[3],s=+(t[4]||0),a=+(t[5]||0);return n<=23&&i<=59&&o<=59||n-s==23&&i-a==59&&60===o}(i[1])||n&&1===i.length&&o(i[0])}function o(e){const r=t.exec(e);if(!r)return!1;const i=+r[1],o=+r[2],s=+r[3];return o>=1&&o<=12&&s>=1&&(s<=n[o]||2===o&&29===s&&(i%100==0?i%400==0:i%4==0))}return wn.default=i,i.code='require("ajv/dist/runtime/timestamp").default',wn}var Dn,En,xn={};function Sn(){if(Dn)return xn;Dn=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.typeErrorParams=xn.typeErrorMessage=xn.typeError=void 0;const e=Zt();function t({parentSchema:e},t){return(null==e?void 0:e.nullable)?`must be ${t} or null`:`must be ${t}`}function r({parentSchema:t},r){return e._`{type: ${r}, nullable: ${!!(null==t?void 0:t.nullable)}}`}return xn.typeError=function(e){return{message:r=>t(r,e),params:t=>r(t,e)}},xn.typeErrorMessage=t,xn.typeErrorParams=r,xn}function On(){return En||(En=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.intRange=void 0;const t=Zt(),r=_n(),n=er(),i=vn(),o=Sn();e.intRange={int8:[-128,127,3],uint8:[0,255,3],int16:[-32768,32767,5],uint16:[0,65535,5],int32:[-2147483648,2147483647,10],uint32:[0,4294967295,10]};const s={keyword:"type",schemaType:"string",error:{message:e=>(0,o.typeErrorMessage)(e,e.schema),params:e=>(0,o.typeErrorParams)(e,e.schema)},code(o){(0,i.checkMetadata)(o);const{data:s,schema:a,parentSchema:u,it:c}=o;let l;switch(a){case"boolean":case"string":l=t._`typeof ${s} == ${a}`;break;case"timestamp":l=function(e){const{gen:i,data:o,it:s}=e,{timestamp:a,allowDate:u}=s.opts;if("date"===a)return t._`${o} instanceof Date `;const c=(0,n.useFunc)(i,r.default),l=u?t._`, true`:t.nil,f=t._`typeof ${o} == "string" && ${c}(${o}${l})`;return"string"===a?f:(0,t.or)(t._`${o} instanceof Date`,f)}(o);break;case"float32":case"float64":l=t._`typeof ${s} == "number"`;break;default:{const r=a;if(l=t._`typeof ${s} == "number" && isFinite(${s}) && !(${s} % 1)`,c.opts.int32range||"int32"!==r&&"uint32"!==r){const[n,i]=e.intRange[r];l=t._`${l} && ${s} >= ${n} && ${s} <= ${i}`}else"uint32"===r&&(l=t._`${l} && ${s} >= 0`)}}o.pass(u.nullable?(0,t.or)(t._`${s} === null`,l):l)}};e.default=s}(bn)),bn}var kn,Cn,An={},$n={};function Pn(){if(kn)return $n;kn=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.checkNullableObject=$n.checkNullable=void 0;const e=Zt();function t({gen:t,data:r,parentSchema:n},i=e.nil){const o=t.name("valid");return n.nullable?(t.let(o,e._`${r} === null`),i=(0,e.not)(o)):t.let(o,!1),[o,i]}return $n.checkNullable=t,$n.checkNullableObject=function(r,n){const[i,o]=t(r,n);return[i,e._`${o} && typeof ${r.data} == "object" && !Array.isArray(${r.data})`]},$n}var jn,Fn={};var Tn,Rn={};function In(){return Tn||(Tn=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateProperties=e.error=void 0;const t=Dr(),r=er(),n=Zt(),i=vn(),o=Pn(),s=Sn();var a;!function(e){e.Additional="additional",e.Missing="missing"}(a||(a={})),e.error={message:e=>{const{params:t}=e;return t.propError?t.propError===a.Additional?"must NOT have additional properties":`must have property '${t.missingProperty}'`:(0,s.typeErrorMessage)(e,"object")},params:e=>{const{params:t}=e;return t.propError?t.propError===a.Additional?n._`{error: ${t.propError}, additionalProperty: ${t.additionalProperty}}`:n._`{error: ${t.propError}, missingProperty: ${t.missingProperty}}`:(0,s.typeErrorParams)(e,"object")}};const u={keyword:"properties",schemaType:"object",error:e.error,code:c};function c(e){(0,i.checkMetadata)(e);const{gen:s,data:u,parentSchema:c,it:l}=e,{additionalProperties:f,nullable:d}=c;if(l.jtdDiscriminator&&d)throw new Error("JTD: nullable inside discriminator mapping");if(function(){const e=c.properties,t=c.optionalProperties;if(!e||!t)return!1;for(const r in e)if(Object.prototype.hasOwnProperty.call(t,r))return!0;return!1}())throw new Error("JTD: properties and optionalProperties have common members");const[h,p]=b("properties"),[m,v]=b("optionalProperties");if(0===p.length&&0===v.length&&f)return;const[g,y]=void 0===l.jtdDiscriminator?(0,o.checkNullableObject)(e,u):[s.let("valid",!1),!0];function b(e){const n=c[e],i=n?(0,t.allSchemaProperties)(n):[];if(l.jtdDiscriminator&&i.some((e=>e===l.jtdDiscriminator)))throw new Error(`JTD: discriminator tag used in ${e}`);const o=i.filter((e=>!(0,r.alwaysValidSchema)(l,n[e])));return[i,o]}function w(r,n,i){const o=s.var("valid");for(const i of r)s.if((0,t.propertyInData)(s,u,i,l.opts.ownProperties),(()=>_(i,n,o)),(()=>c(i))),e.ok(o);function c(t){i?(s.assign(o,!1),e.error(!1,{propError:a.Missing,missingProperty:t},{schemaPath:t})):s.assign(o,!0)}}function _(t,r,n){e.subschema({keyword:r,schemaProp:t,dataProp:t},n)}function D(e,i,o,a){let u;if(i.length>8){const i=(0,r.schemaRefOrVal)(l,c[o],o);u=(0,n.not)((0,t.isOwnProperty)(s,i,e)),void 0!==a&&(u=(0,n.and)(u,n._`${e} !== ${a}`))}else if(i.length||void 0!==a){const t=void 0===a?i:[a].concat(i);u=(0,n.and)(...t.map((t=>n._`${e} !== ${t}`)))}else u=!0;return u}s.if(y,(()=>s.assign(g,!0).block((()=>{w(p,"properties",!0),w(v,"optionalProperties"),f||s.forIn("key",u,(t=>{const r=D(t,h,"properties",l.jtdDiscriminator),i=D(t,m,"optionalProperties"),o=!0===r?i:!0===i?r:(0,n.and)(r,i);s.if(o,(()=>{l.opts.removeAdditional?s.code(n._`delete ${u}[${t}]`):(e.error(!1,{propError:a.Additional,additionalProperty:t},{instancePath:t,parentSchema:!0}),l.opts.allErrors||s.break())}))}))})))),e.pass(g)}e.validateProperties=c,e.default=u}(Rn)),Rn}var Mn,Nn={};var Ln,Bn,zn={},Un={};function Wn(){return Ln||(Ln=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.DiscrError=void 0,function(e){e.Tag="tag",e.Mapping="mapping"}(e||(Un.DiscrError=e={}))),Un;var e}function Vn(){if(Bn)return zn;Bn=1,Object.defineProperty(zn,"__esModule",{value:!0});const e=Zt(),t=vn(),r=Pn(),n=Sn(),i=Wn(),o={keyword:"discriminator",schemaType:"string",implements:["mapping"],error:{message:e=>{const{schema:t,params:r}=e;return r.discrError?r.discrError===i.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in mapping`:(0,n.typeErrorMessage)(e,"object")},params:t=>{const{schema:r,params:i}=t;return i.discrError?e._`{error: ${i.discrError}, tag: ${r}, tagValue: ${i.tag}}`:(0,n.typeErrorParams)(t,"object")}},code(n){(0,t.checkMetadata)(n);const{gen:o,data:s,schema:a,parentSchema:u}=n,[c,l]=(0,r.checkNullableObject)(n,s);function f(e){const t=o.name("valid");return n.subschema({keyword:"mapping",schemaProp:e,jtdDiscriminator:a},t),t}o.if(l),function(){const t=o.const("tag",e._`${s}${(0,e.getProperty)(a)}`);o.if(e._`${t} === undefined`),n.error(!1,{discrError:i.DiscrError.Tag,tag:t}),o.elseIf(e._`typeof ${t} == "string"`),function(t){o.if(!1);for(const r in u.mapping)o.elseIf(e._`${t} === ${r}`),o.assign(c,f(r));o.else(),n.error(!1,{discrError:i.DiscrError.Mapping,tag:t},{instancePath:a,schemaPath:"mapping",parentSchema:!0}),o.endIf()}(t),o.else(),n.error(!1,{discrError:i.DiscrError.Tag,tag:t},{instancePath:a}),o.endIf()}(),o.elseIf((0,e.not)(c)),n.error(),o.endIf(),n.ok(c)}};return zn.default=o,zn}var qn,Hn={};var Gn,Kn,Yn={};function Jn(){if(Kn)return cn;Kn=1,Object.defineProperty(cn,"__esModule",{value:!0});const e=gn(),t=On(),r=function(){if(Cn)return An;Cn=1,Object.defineProperty(An,"__esModule",{value:!0});const e=Zt(),t=vn(),r=Pn(),n={keyword:"enum",schemaType:"array",error:{message:"must be equal to one of the allowed values",params:({schemaCode:t})=>e._`{allowedValues: ${t}}`},code(n){(0,t.checkMetadata)(n);const{gen:i,data:o,schema:s,schemaValue:a,parentSchema:u,it:c}=n;if(0===s.length)throw new Error("enum must have non-empty array");if(s.length!==new Set(s).size)throw new Error("enum items must be unique");let l;const f=e._`typeof ${o} == "string"`;if(s.length>=c.opts.loopEnum){let t;[l,t]=(0,r.checkNullable)(n,f),i.if(t,(function(){i.forOf("v",a,(t=>i.if(e._`${l} = ${o} === ${t}`,(()=>i.break()))))}))}else{if(!Array.isArray(s))throw new Error("ajv implementation error");l=(0,e.and)(f,(0,e.or)(...s.map((t=>e._`${o} === ${t}`)))),u.nullable&&(l=(0,e.or)(e._`${o} === null`,l))}n.pass(l)}};return An.default=n,An}(),n=function(){if(jn)return Fn;jn=1,Object.defineProperty(Fn,"__esModule",{value:!0});const e=er(),t=Dr(),r=Zt(),n=vn(),i=Pn(),o={keyword:"elements",schemaType:"object",error:(0,Sn().typeError)("array"),code(o){(0,n.checkMetadata)(o);const{gen:s,data:a,schema:u,it:c}=o;if((0,e.alwaysValidSchema)(c,u))return;const[l]=(0,i.checkNullable)(o);s.if((0,r.not)(l),(()=>s.if(r._`Array.isArray(${a})`,(()=>s.assign(l,(0,t.validateArray)(o))),(()=>o.error())))),o.ok(l)}};return Fn.default=o,Fn}(),i=In(),o=function(){if(Mn)return Nn;Mn=1,Object.defineProperty(Nn,"__esModule",{value:!0});const e=In(),t={keyword:"optionalProperties",schemaType:"object",error:e.error,code(t){t.parentSchema.properties||(0,e.validateProperties)(t)}};return Nn.default=t,Nn}(),s=Vn(),a=function(){if(qn)return Hn;qn=1,Object.defineProperty(Hn,"__esModule",{value:!0});const e=er(),t=Zt(),r=vn(),n=Pn(),i={keyword:"values",schemaType:"object",error:(0,Sn().typeError)("object"),code(i){(0,r.checkMetadata)(i);const{gen:o,data:s,schema:a,it:u}=i,[c,l]=(0,n.checkNullableObject)(i,s);(0,e.alwaysValidSchema)(u,a)?o.if((0,t.not)((0,t.or)(l,c)),(()=>i.error())):(o.if(l),o.assign(c,function(){const r=o.name("valid");if(u.allErrors){const e=o.let("valid",!0);return n((()=>o.assign(e,!1))),e}return o.var(r,!0),n((()=>o.break())),r;function n(n){o.forIn("key",s,(s=>{i.subschema({keyword:"values",dataProp:s,dataPropType:e.Type.Str},r),o.if((0,t.not)(r),n)}))}}()),o.elseIf((0,t.not)(c)),i.error(),o.endIf()),i.ok(c)}};return Hn.default=i,Hn}(),u=function(){if(Gn)return Yn;Gn=1,Object.defineProperty(Yn,"__esModule",{value:!0});const e={keyword:"union",schemaType:"array",trackErrors:!0,code:Dr().validateUnion,error:{message:"must match a schema in union"}};return Yn.default=e,Yn}(),c=vn(),l=["definitions",e.default,t.default,r.default,n.default,i.default,o.default,s.default,a.default,u.default,c.default,{keyword:"additionalProperties",schemaType:"boolean"},{keyword:"nullable",schemaType:"boolean"}];return cn.default=l,cn}var Zn,Xn={};var Qn,ei={},ti={};function ri(){return Qn||(Qn=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.jtdForms=void 0,ti.jtdForms=["elements","values","discriminator","properties","optionalProperties","enum","type","ref"]),ti}var ni,ii,oi={};function si(){if(ii)return ei;ii=1,Object.defineProperty(ei,"__esModule",{value:!0});const e=ri(),t=qr(),r=Zt(),n=Ur(),i=or(),o=Dr(),s=gn(),a=er(),u=function(){if(ni)return oi;ni=1,Object.defineProperty(oi,"__esModule",{value:!0});const e=/[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,t={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};function r(r){return e.lastIndex=0,'"'+(e.test(r)?r.replace(e,(e=>{const r=t[e];return"string"==typeof r?r:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})):r)+'"'}return oi.default=r,r.code='require("ajv/dist/runtime/quote").default',oi}(),c={elements:function(e){const{gen:t,schema:n,data:o}=e;t.add(i.default.json,r.str`[`);const s=t.let("first",!0);t.forOf("el",o,(t=>{g(e,s),f({...e,schema:n.elements,data:t})})),t.add(i.default.json,r.str`]`)},values:function(e){const{gen:t,schema:n,data:o}=e;t.add(i.default.json,r.str`{`);const s=t.let("first",!0);t.forIn("key",o,(t=>d(e,t,n.values,s))),t.add(i.default.json,r.str`}`)},discriminator:function(e){const{gen:t,schema:n,data:o}=e,{discriminator:s}=n;t.add(i.default.json,r.str`{${JSON.stringify(s)}:`);const a=t.const("tag",r._`${o}${(0,r.getProperty)(s)}`);m({...e,data:a}),t.if(!1);for(const i in n.mapping){t.elseIf(r._`${a} === ${i}`);const o=n.mapping[i];p({...e,schema:o},s)}t.endIf(),t.add(i.default.json,r.str`}`)},properties:h,optionalProperties:h,enum:m,type:function(e){const{gen:t,schema:n,data:o}=e;switch(n.type){case"boolean":t.add(i.default.json,r._`${o} ? "true" : "false"`);break;case"string":m(e);break;case"timestamp":t.if(r._`${o} instanceof Date`,(()=>t.add(i.default.json,r._`'"' + ${o}.toISOString() + '"'`)),(()=>m(e)));break;default:!function({gen:e,data:t}){e.add(i.default.json,r._`"" + ${t}`)}(e)}},ref:function(e){const{gen:o,self:a,data:u,definitions:c,schema:d,schemaEnv:h}=e,{ref:p}=d,m=c[p];if(!m)throw new n.default(a.opts.uriResolver,"",p,`No definition ${p}`);if(!(0,s.hasRef)(m))return f({...e,schema:m});const{root:v}=h,g=l.call(a,new t.SchemaEnv({schema:m,root:v}),c);o.add(i.default.json,r._`${function(e,t){return t.serialize?e.scopeValue("serialize",{ref:t.serialize}):r._`${e.scopeValue("wrapper",{ref:t})}.serialize`}(o,g)}(${u})`)}};function l(e,n){const o=t.getCompilingSchema.call(this,e);if(o)return o;const{es5:s,lines:a}=this.opts.code,{ownProperties:u}=this.opts,c=new r.CodeGen(this.scope,{es5:s,lines:a,ownProperties:u}),l=c.scopeName("serialize"),d={self:this,gen:c,schema:e.schema,schemaEnv:e,definitions:n,data:i.default.data};let h;try{this._compilations.add(e),e.serializeName=l,c.func(l,i.default.data,!1,(()=>{c.let(i.default.json,r.str``),f(d),c.return(i.default.json)})),c.optimize(this.opts.code.optimize);const t=c.toString();h=`${c.scopeRefs(i.default.scope)}return ${t}`;const n=new Function(`${i.default.scope}`,h)(this.scope.get());this.scope.value(l,{ref:n}),e.serialize=n}catch(t){throw h&&this.logger.error("Error compiling serializer, function code:",h),delete e.serialize,delete e.serializeName,t}finally{this._compilations.delete(e)}return e}function f(t){let n;for(const r of e.jtdForms)if(r in t.schema){n=r;break}!function(e,t){const{gen:n,schema:o,data:s}=e;if(!o.nullable)return t(e);n.if(r._`${s} === undefined || ${s} === null`,(()=>n.add(i.default.json,r._`"null"`)),(()=>t(e)))}(t,n?c[n]:v)}function d(e,t,n,o){const{gen:s,data:a}=e;g(e,o),m({...e,data:t}),s.add(i.default.json,r.str`:`);const u=s.const("value",r._`${a}${(0,r.getProperty)(t)}`);f({...e,schema:n,data:u})}function h(e){const{gen:t}=e;t.add(i.default.json,r.str`{`),p(e),t.add(i.default.json,r.str`}`)}function p(e,t){const{gen:n,schema:s,data:a}=e,{properties:u,optionalProperties:c}=s,l=y(u),h=y(c),p=function(e){t&&e.push(t);if(new Set(e).size!==e.length)throw new Error("JTD: properties/optionalProperties/disciminator overlap");return e}(l.concat(h));let m,v=!t;for(const e of l)v?v=!1:n.add(i.default.json,r.str`,`),w(e,u[e],b(e));v&&(m=n.let("first",!0));for(const t of h){const i=b(t);n.if((0,r.and)(r._`${i} !== undefined`,(0,o.isOwnProperty)(n,a,t)),(()=>{g(e,m),w(t,c[t],i)}))}function y(e){return e?Object.keys(e):[]}function b(e){return n.const("value",r._`${a}${(0,r.getProperty)(e)}`)}function w(t,o,s){n.add(i.default.json,r.str`${JSON.stringify(t)}:`),f({...e,schema:o,data:s})}s.additionalProperties&&n.forIn("key",a,(t=>n.if(function(e,t){return!t.length||(0,r.and)(...t.map((t=>r._`${e} !== ${t}`)))}(t,p),(()=>d(e,t,{},m)))))}function m({gen:e,data:t}){e.add(i.default.json,r._`${(0,a.useFunc)(e,u.default)}(${t})`)}function v({gen:e,data:t}){e.add(i.default.json,r._`JSON.stringify(${t})`)}function g({gen:e},t){t?e.if(t,(()=>e.assign(t,!1)),(()=>e.add(i.default.json,r.str`,`))):e.add(i.default.json,r.str`,`)}return ei.default=l,ei}var ai,ui,ci,li={},fi={};function di(){if(ui)return li;ui=1,Object.defineProperty(li,"__esModule",{value:!0});const e=ri(),t=qr(),r=Zt(),n=Ur(),i=or(),o=Dr(),s=gn(),a=On(),u=function(){if(ai)return fi;ai=1,Object.defineProperty(fi,"__esModule",{value:!0}),fi.parseJsonString=fi.parseJsonNumber=fi.parseJson=void 0;const e=/position\s(\d+)(?: \(line \d+ column \d+\))?$/;function t(r,n){let i,o;t.message=void 0,n&&(r=r.slice(n));try{return t.position=n+r.length,JSON.parse(r)}catch(s){if(o=e.exec(s.message),!o)return void(t.message="unexpected end");i=+o[1];const a=r[i];r=r.slice(0,i),t.position=n+i;try{return JSON.parse(r)}catch(e){return void(t.message=`unexpected token ${a}`)}}}function r(e,t,n){let i,o="";if(r.message=void 0,"-"===e[t]&&(o+="-",t++),"0"===e[t])o+="0",t++;else if(!s(n))return void a();if(n)return r.position=t,+o;if("."!==e[t]||(o+=".",t++,s())){if(i=e[t],"e"!==i&&"E"!==i||(o+="e",t++,i=e[t],("+"===i||"-"===i)&&(o+=i,t++),s()))return r.position=t,+o;a()}else a();function s(r){let n=!1;for(;i=e[t],i>="0"&&i<="9"&&(void 0===r||r-- >0);)n=!0,o+=i,t++;return n}function a(){r.position=t,r.message=t<e.length?`unexpected token ${e[t]}`:"unexpected end"}}fi.parseJson=t,t.message=void 0,t.position=0,t.code='require("ajv/dist/runtime/parseJson").parseJson',fi.parseJsonNumber=r,r.message=void 0,r.position=0,r.code='require("ajv/dist/runtime/parseJson").parseJsonNumber';const n={b:"\b",f:"\f",n:"\n",r:"\r",t:"\t",'"':'"',"/":"/","\\":"\\"},i="a".charCodeAt(0),o="0".charCodeAt(0);function s(e,t){let r,a="";for(s.message=void 0;r=e[t++],'"'!==r;)if("\\"===r)if(r=e[t],r in n)a+=n[r],t++;else{if("u"!==r)return void u(`unexpected token ${r}`);{t++;let n=4,s=0;for(;n--;){if(s<<=4,r=e[t],void 0===r)return void u("unexpected end");if(r=r.toLowerCase(),r>="a"&&r<="f")s+=r.charCodeAt(0)-i+10;else{if(!(r>="0"&&r<="9"))return void u(`unexpected token ${r}`);s+=r.charCodeAt(0)-o}t++}a+=String.fromCharCode(s)}}else{if(void 0===r)return void u("unexpected end");if(!(r.charCodeAt(0)>=32))return void u(`unexpected token ${r}`);a+=r}return s.position=t,a;function u(e){s.position=t,s.message=e}}return fi.parseJsonString=s,s.message=void 0,s.position=0,s.code='require("ajv/dist/runtime/parseJson").parseJsonString',fi}(),c=er(),l=_n(),f={elements:function(e){const{gen:t,schema:n,data:i}=e;C(e,"[");const o=t.let("i",0);t.assign(i,r._`[]`),v(e,"]",(()=>{const s=t.let("el");p({...e,schema:n.elements,data:s}),t.assign(r._`${i}[${o}++]`,s)}))},values:function(e){const{gen:t,schema:n,data:i}=e;C(e,"{"),t.assign(i,r._`{}`),v(e,"}",(()=>function(e,t){const{gen:r}=e,n=r.let("key");D({...e,data:n}),C(e,":"),_(e,n,t)}(e,n.values)))},discriminator:function(e){const{gen:t,data:n,schema:o}=e,{discriminator:s,mapping:a}=o;C(e,"{"),t.assign(n,r._`{}`);const u=t.const("pos",i.default.jsonPos),c=t.let("value"),l=t.let("tag");g(e,"}",(()=>{const i=t.let("key");D({...e,data:i}),C(e,":"),t.if(r._`${i} === ${s}`,(()=>{D({...e,data:l}),t.assign(r._`${n}[${i}]`,l),t.break()}),(()=>S({...e,data:c})))})),t.assign(i.default.jsonPos,u),t.if(r._`${l} === undefined`),F(e,r.str`discriminator tag not found`);for(const n in a)t.elseIf(r._`${l} === ${n}`),b({...e,schema:a[n]},s);t.else(),F(e,r.str`discriminator value not in schema`),t.endIf()},properties:y,optionalProperties:y,enum:function(e){const{gen:t,data:n,schema:o}=e,s=o.enum;C(e,'"'),t.if(!1);for(const e of s){const o=JSON.stringify(e).slice(1);t.elseIf(r._`${P(o.length)} === ${o}`),t.assign(n,r.str`${e}`),t.add(i.default.jsonPos,o.length)}t.else(),j(e),t.endIf()},type:function(e){const{gen:t,schema:n,data:i,self:o}=e;switch(n.type){case"boolean":m(e);break;case"string":D(e);break;case"timestamp":{D(e);const n=(0,c.useFunc)(t,l.default),{allowDate:s,parseDate:a}=o.opts,u=s?r._`!${n}(${i}, true)`:r._`!${n}(${i})`,f=a?(0,r.or)(u,r._`(${i} = new Date(${i}), false)`,r._`isNaN(${i}.valueOf())`):u;t.if(f,(()=>F(e,r.str`invalid timestamp`)));break}case"float32":case"float64":E(e);break;default:{const s=n.type;if(o.opts.int32range||"int32"!==s&&"uint32"!==s){const[n,o,u]=a.intRange[s];E(e,u),t.if(r._`${i} < ${n} || ${i} > ${o}`,(()=>F(e,r.str`integer out of range`)))}else E(e,16),"uint32"===s&&t.if(r._`${i} < 0`,(()=>F(e,r.str`integer out of range`)))}}},ref:function(e){const{gen:i,self:o,definitions:a,schema:u,schemaEnv:c}=e,{ref:l}=u,f=a[l];if(!f)throw new n.default(o.opts.uriResolver,"",l,`No definition ${l}`);if(!(0,s.hasRef)(f))return p({...e,schema:f});const{root:h}=c,m=d.call(o,new t.SchemaEnv({schema:f,root:h}),a);k(e,function(e,t){return t.parse?e.scopeValue("parse",{ref:t.parse}):r._`${e.scopeValue("wrapper",{ref:t})}.parse`}(i,m),!0)}};function d(e,n){const o=t.getCompilingSchema.call(this,e);if(o)return o;const{es5:s,lines:a}=this.opts.code,{ownProperties:u}=this.opts,c=new r.CodeGen(this.scope,{es5:s,lines:a,ownProperties:u}),l=c.scopeName("parse"),f={self:this,gen:c,schema:e.schema,schemaEnv:e,definitions:n,data:i.default.data,parseName:l,char:c.name("c")};let d;try{this._compilations.add(e),e.parseName=l,function(e){const{gen:t,parseName:n,char:o}=e;t.func(n,r._`${i.default.json}, ${i.default.jsonPos}, ${i.default.jsonPart}`,!1,(()=>{t.let(i.default.data),t.let(o),t.assign(r._`${n}.message`,h),t.assign(r._`${n}.position`,h),t.assign(i.default.jsonPos,r._`${i.default.jsonPos} || 0`),t.const(i.default.jsonLen,r._`${i.default.json}.length`),p(e),$(e),t.if(i.default.jsonPart,(()=>{t.assign(r._`${n}.position`,i.default.jsonPos),t.return(i.default.data)})),t.if(r._`${i.default.jsonPos} === ${i.default.jsonLen}`,(()=>t.return(i.default.data))),j(e)}))}(f),c.optimize(this.opts.code.optimize);const t=c.toString();d=`${c.scopeRefs(i.default.scope)}return ${t}`;const n=new Function(`${i.default.scope}`,d)(this.scope.get());this.scope.value(l,{ref:n}),e.parse=n}catch(t){throw d&&this.logger.error("Error compiling parser, function code:",d),delete e.parse,delete e.parseName,t}finally{this._compilations.delete(e)}return e}li.default=d;const h=r._`undefined`;function p(t){let r;for(const n of e.jtdForms)if(n in t.schema){r=n;break}r?function(e,t){const{gen:r,schema:n,data:i}=e;if(!n.nullable)return t(e);A(e,"null",t,(()=>r.assign(i,null)))}(t,f[r]):S(t)}const m=x(!0,x(!1,j));function v(e,t,r){g(e,t,r),C(e,t)}function g(e,t,n){const{gen:o}=e;function s(){A(e,t,(()=>{}),j)}o.for(r._`;${i.default.jsonPos}<${i.default.jsonLen} && ${P(1)}!==${t};`,(()=>{n(),A(e,",",(()=>o.break()),s)}))}function y(e){const{gen:t,data:n}=e;C(e,"{"),t.assign(n,r._`{}`),b(e)}function b(e,t){const{gen:n,schema:i,data:s}=e,{properties:a,optionalProperties:u,additionalProperties:c}=i;if(v(e,"}",(()=>{const i=n.let("key");if(D({...e,data:i}),C(e,":"),n.if(!1),w(e,i,a),w(e,i,u),t){n.elseIf(r._`${i} === ${t}`);const o=n.let("tag");D({...e,data:o})}n.else(),c?S({...e,data:r._`${s}[${i}]`}):F(e,r.str`property ${i} not allowed`),n.endIf()})),a){const t=(0,o.hasPropFunc)(n),i=(0,r.and)(...Object.keys(a).map((e=>r._`${t}.call(${s}, ${e})`)));n.if((0,r.not)(i),(()=>F(e,r.str`missing required properties`)))}}function w(e,t,n={}){const{gen:i}=e;for(const o in n)i.elseIf(r._`${t} === ${o}`),_(e,t,n[o])}function _(e,t,n){p({...e,schema:n,data:r._`${e.data}[${t}]`})}function D(e){C(e,'"'),O(e,u.parseJsonString)}function E(e,t){const{gen:n}=e;$(e),n.if(r._`"-0123456789".indexOf(${P(1)}) < 0`,(()=>j(e)),(()=>O(e,u.parseJsonNumber,t)))}function x(e,t){return r=>{const{gen:n,data:i}=r;A(r,`${e}`,(()=>t(r)),(()=>n.assign(i,e)))}}function S(e){O(e,u.parseJson)}function O(e,t,r){k(e,(0,c.useFunc)(e.gen,t),r)}function k(e,t,n){const{gen:o,data:s}=e;o.assign(s,r._`${t}(${i.default.json}, ${i.default.jsonPos}${n?r._`, ${n}`:r.nil})`),o.assign(i.default.jsonPos,r._`${t}.position`),o.if(r._`${s} === undefined`,(()=>F(e,r._`${t}.message`)))}function C(e,t){A(e,t,j)}function A(e,t,n,o){const{gen:s}=e,a=t.length;$(e),s.if(r._`${P(a)} === ${t}`,(()=>{s.add(i.default.jsonPos,a),null==o||o(e)}),(()=>n(e)))}function $({gen:e,char:t}){e.code(r._`while((${t}=${i.default.json}[${i.default.jsonPos}],${t}===" "||${t}==="\\n"||${t}==="\\r"||${t}==="\\t"))${i.default.jsonPos}++;`)}function P(e){return 1===e?r._`${i.default.json}[${i.default.jsonPos}]`:r._`${i.default.json}.slice(${i.default.jsonPos}, ${i.default.jsonPos}+${e})`}function j(e){F(e,r._`"unexpected token " + ${i.default.json}[${i.default.jsonPos}]`)}function F({gen:e,parseName:t},n){e.assign(r._`${t}.message`,n),e.assign(r._`${t}.position`,i.default.jsonPos),e.return(h)}return li}var hi=(ci||(ci=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=t.Ajv=void 0;const r=an(),n=Jn(),i=function(){if(Zn)return Xn;Zn=1,Object.defineProperty(Xn,"__esModule",{value:!0});const e=e=>{const t={nullable:{type:"boolean"},metadata:{optionalProperties:{union:{elements:{ref:"schema"}}},additionalProperties:!0}};return e&&(t.definitions={values:{ref:"schema"}}),t},t=t=>({optionalProperties:e(t)}),r=t=>({properties:{ref:{type:"string"}},optionalProperties:e(t)}),n=t=>({properties:{type:{enum:["boolean","timestamp","string","float32","float64","int8","uint8","int16","uint16","int32","uint32"]}},optionalProperties:e(t)}),i=t=>({properties:{enum:{elements:{type:"string"}}},optionalProperties:e(t)}),o=t=>({properties:{elements:{ref:"schema"}},optionalProperties:e(t)}),s=t=>({properties:{properties:{values:{ref:"schema"}}},optionalProperties:{optionalProperties:{values:{ref:"schema"}},additionalProperties:{type:"boolean"},...e(t)}}),a=t=>({properties:{optionalProperties:{values:{ref:"schema"}}},optionalProperties:{additionalProperties:{type:"boolean"},...e(t)}}),u=t=>({properties:{discriminator:{type:"string"},mapping:{values:{metadata:{union:[s(!1),a(!1)]}}}},optionalProperties:e(t)}),c=t=>({properties:{values:{ref:"schema"}},optionalProperties:e(t)}),l=e=>({metadata:{union:[t,r,n,i,o,s,a,u,c].map((t=>t(e)))}}),f={definitions:{schema:l(!1)},...l(!0)};return Xn.default=f,Xn}(),o=si(),s=di(),a="JTD-meta-schema";class u extends r.default{constructor(e={}){super({...e,jtd:!0})}_addVocabularies(){super._addVocabularies(),this.addVocabulary(n.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema(),this.opts.meta&&this.addMetaSchema(i.default,a,!1)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(a)?a:void 0)}compileSerializer(e){const t=this._addSchema(e);return t.serialize||this._compileSerializer(t)}compileParser(e){const t=this._addSchema(e);return t.parse||this._compileParser(t)}_compileSerializer(e){if(o.default.call(this,e,e.schema.definitions||{}),!e.serialize)throw new Error("ajv implementation error");return e.serialize}_compileParser(e){if(s.default.call(this,e,e.schema.definitions||{}),!e.parse)throw new Error("ajv implementation error");return e.parse}}t.Ajv=u,e.exports=t=u,e.exports.Ajv=u,Object.defineProperty(t,"__esModule",{value:!0}),t.default=u;var c=Ir();Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return c.KeywordCxt}});var l=Zt();Object.defineProperty(t,"_",{enumerable:!0,get:function(){return l._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return l.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return l.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return l.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return l.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return l.CodeGen}});var f=Lr();Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return f.default}});var d=Ur();Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return d.default}})}(Lt,Lt.exports)),Lt.exports),pi=Se(hi);const mi=P?.WriteStream?.prototype?.hasColors?.()??!1,vi=(e,t)=>{if(!mi)return e=>e;const r=`[${e}m`,n=`[${t}m`;return e=>{const t=e+"";let i=t.indexOf(n);if(-1===i)return r+t+n;let o=r,s=0;for(;-1!==i;)o+=t.slice(s,i)+r,s=i+n.length,i=t.indexOf(n,s);return o+=t.slice(s)+n,o}},gi=vi(31,39),yi=vi(32,39),bi=vi(33,39),wi=vi(34,39);const _i=function(){const{env:e}=O,{TERM:t,TERM_PROGRAM:r}=e;return"win32"!==O.platform?"linux"!==t:Boolean(e.WT_SESSION)||Boolean(e.TERMINUS_SUBLIME)||"{cmd::Cmder}"===e.ConEmuTask||"Terminus-Sublime"===r||"vscode"===r||"xterm-256color"===t||"alacritty"===t||"rxvt-unicode"===t||"rxvt-unicode-256color"===t||"JetBrains-JediTerm"===e.TERMINAL_EMULATOR}(),Di=wi(_i?"ℹ":"i"),Ei=yi(_i?"✔":"√"),xi=bi(_i?"⚠":"‼"),Si=gi(_i?"✖️":"×");var Oi,ki,Ci,Ai,$i,Pi,ji,Fi,Ti,Ri,Ii,Mi,Ni,Li,Bi,zi,Ui,Wi,Vi,qi,Hi,Gi,Ki,Yi,Ji,Zi,Xi,Qi,eo,to,ro,no,io,oo,so,ao,uo,co,lo,fo,ho,po,mo,vo,go,yo,bo,wo,_o,Do,Eo,xo,So,Oo,ko,Co,Ao,$o,Po,jo,Fo,To,Ro,Io,Mo,No,Lo,Bo,zo,Uo,Wo,Vo,qo,Ho,Go,Ko,Yo,Jo,Zo,Xo,Qo,es,ts,rs,ns,is,os,ss,as,us={exports:{}};function cs(){if(ki)return Oi;ki=1;const e=Number.MAX_SAFE_INTEGER||9007199254740991;return Oi={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:e,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}}function ls(){if(Ai)return Ci;Ai=1;const e="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};return Ci=e}function fs(){return $i||($i=1,function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:n,MAX_LENGTH:i}=cs(),o=ls(),s=(t=e.exports={}).re=[],a=t.safeRe=[],u=t.src=[],c=t.t={};let l=0;const f="[a-zA-Z0-9-]",d=[["\\s",1],["\\d",i],[f,n]],h=(e,t,r)=>{const n=(e=>{for(const[t,r]of d)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e})(t),i=l++;o(e,i,t),c[e]=i,u[i]=t,s[i]=new RegExp(t,r?"g":void 0),a[i]=new RegExp(n,r?"g":void 0)};h("NUMERICIDENTIFIER","0|[1-9]\\d*"),h("NUMERICIDENTIFIERLOOSE","\\d+"),h("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),h("MAINVERSION",`(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})`),h("MAINVERSIONLOOSE",`(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})`),h("PRERELEASEIDENTIFIER",`(?:${u[c.NUMERICIDENTIFIER]}|${u[c.NONNUMERICIDENTIFIER]})`),h("PRERELEASEIDENTIFIERLOOSE",`(?:${u[c.NUMERICIDENTIFIERLOOSE]}|${u[c.NONNUMERICIDENTIFIER]})`),h("PRERELEASE",`(?:-(${u[c.PRERELEASEIDENTIFIER]}(?:\\.${u[c.PRERELEASEIDENTIFIER]})*))`),h("PRERELEASELOOSE",`(?:-?(${u[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[c.PRERELEASEIDENTIFIERLOOSE]})*))`),h("BUILDIDENTIFIER",`${f}+`),h("BUILD",`(?:\\+(${u[c.BUILDIDENTIFIER]}(?:\\.${u[c.BUILDIDENTIFIER]})*))`),h("FULLPLAIN",`v?${u[c.MAINVERSION]}${u[c.PRERELEASE]}?${u[c.BUILD]}?`),h("FULL",`^${u[c.FULLPLAIN]}$`),h("LOOSEPLAIN",`[v=\\s]*${u[c.MAINVERSIONLOOSE]}${u[c.PRERELEASELOOSE]}?${u[c.BUILD]}?`),h("LOOSE",`^${u[c.LOOSEPLAIN]}$`),h("GTLT","((?:<|>)?=?)"),h("XRANGEIDENTIFIERLOOSE",`${u[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),h("XRANGEIDENTIFIER",`${u[c.NUMERICIDENTIFIER]}|x|X|\\*`),h("XRANGEPLAIN",`[v=\\s]*(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:${u[c.PRERELEASE]})?${u[c.BUILD]}?)?)?`),h("XRANGEPLAINLOOSE",`[v=\\s]*(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:${u[c.PRERELEASELOOSE]})?${u[c.BUILD]}?)?)?`),h("XRANGE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAIN]}$`),h("XRANGELOOSE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAINLOOSE]}$`),h("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),h("COERCE",`${u[c.COERCEPLAIN]}(?:$|[^\\d])`),h("COERCEFULL",u[c.COERCEPLAIN]+`(?:${u[c.PRERELEASE]})?`+`(?:${u[c.BUILD]})?(?:$|[^\\d])`),h("COERCERTL",u[c.COERCE],!0),h("COERCERTLFULL",u[c.COERCEFULL],!0),h("LONETILDE","(?:~>?)"),h("TILDETRIM",`(\\s*)${u[c.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",h("TILDE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAIN]}$`),h("TILDELOOSE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAINLOOSE]}$`),h("LONECARET","(?:\\^)"),h("CARETTRIM",`(\\s*)${u[c.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",h("CARET",`^${u[c.LONECARET]}${u[c.XRANGEPLAIN]}$`),h("CARETLOOSE",`^${u[c.LONECARET]}${u[c.XRANGEPLAINLOOSE]}$`),h("COMPARATORLOOSE",`^${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]})$|^$`),h("COMPARATOR",`^${u[c.GTLT]}\\s*(${u[c.FULLPLAIN]})$|^$`),h("COMPARATORTRIM",`(\\s*)${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]}|${u[c.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",h("HYPHENRANGE",`^\\s*(${u[c.XRANGEPLAIN]})\\s+-\\s+(${u[c.XRANGEPLAIN]})\\s*$`),h("HYPHENRANGELOOSE",`^\\s*(${u[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[c.XRANGEPLAINLOOSE]})\\s*$`),h("STAR","(<|>)?=?\\s*\\*"),h("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),h("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(us,us.exports)),us.exports}function ds(){if(ji)return Pi;ji=1;const e=Object.freeze({loose:!0}),t=Object.freeze({});return Pi=r=>r?"object"!=typeof r?e:r:t}function hs(){if(Ti)return Fi;Ti=1;const e=/^[0-9]+$/,t=(t,r)=>{const n=e.test(t),i=e.test(r);return n&&i&&(t=+t,r=+r),t===r?0:n&&!i?-1:i&&!n?1:t<r?-1:1};return Fi={compareIdentifiers:t,rcompareIdentifiers:(e,r)=>t(r,e)}}function ps(){if(Ii)return Ri;Ii=1;const e=ls(),{MAX_LENGTH:t,MAX_SAFE_INTEGER:r}=cs(),{safeRe:n,t:i}=fs(),o=ds(),{compareIdentifiers:s}=hs();class a{constructor(s,u){if(u=o(u),s instanceof a){if(s.loose===!!u.loose&&s.includePrerelease===!!u.includePrerelease)return s;s=s.version}else if("string"!=typeof s)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof s}".`);if(s.length>t)throw new TypeError(`version is longer than ${t} characters`);e("SemVer",s,u),this.options=u,this.loose=!!u.loose,this.includePrerelease=!!u.includePrerelease;const c=s.trim().match(u.loose?n[i.LOOSE]:n[i.FULL]);if(!c)throw new TypeError(`Invalid Version: ${s}`);if(this.raw=s,this.major=+c[1],this.minor=+c[2],this.patch=+c[3],this.major>r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");c[4]?this.prerelease=c[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<r)return t}return e})):this.prerelease=[],this.build=c[5]?c[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(e("SemVer.compare",this.version,this.options,t),!(t instanceof a)){if("string"==typeof t&&t===this.version)return 0;t=new a(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(e){return e instanceof a||(e=new a(e,this.options)),s(this.major,e.major)||s(this.minor,e.minor)||s(this.patch,e.patch)}comparePre(t){if(t instanceof a||(t=new a(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{const n=this.prerelease[r],i=t.prerelease[r];if(e("prerelease compare",r,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return s(n,i)}while(++r)}compareBuild(t){t instanceof a||(t=new a(t,this.options));let r=0;do{const n=this.build[r],i=t.build[r];if(e("build compare",r,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return s(n,i)}while(++r)}inc(e,t,r){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,r),this.inc("pre",t,r);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,r),this.inc("pre",t,r);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(r)?1:0;if(!t&&!1===r)throw new Error("invalid increment argument: identifier is empty");if(0===this.prerelease.length)this.prerelease=[e];else{let n=this.prerelease.length;for(;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);if(-1===n){if(t===this.prerelease.join(".")&&!1===r)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let n=[t,e];!1===r&&(n=[t]),0===s(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=n):this.prerelease=n}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Ri=a}function ms(){if(Ni)return Mi;Ni=1;const e=ps();return Mi=(t,r,n=!1)=>{if(t instanceof e)return t;try{return new e(t,r)}catch(e){if(!n)return null;throw e}},Mi}function vs(){if(ro)return to;ro=1;const e=ps();return to=(t,r,n)=>new e(t,n).compare(new e(r,n))}function gs(){if(uo)return ao;uo=1;const e=ps();return ao=(t,r,n)=>{const i=new e(t,n),o=new e(r,n);return i.compare(o)||i.compareBuild(o)}}function ys(){if(mo)return po;mo=1;const e=vs();return po=(t,r,n)=>e(t,r,n)>0}function bs(){if(go)return vo;go=1;const e=vs();return vo=(t,r,n)=>e(t,r,n)<0}function ws(){if(bo)return yo;bo=1;const e=vs();return yo=(t,r,n)=>0===e(t,r,n)}function _s(){if(_o)return wo;_o=1;const e=vs();return wo=(t,r,n)=>0!==e(t,r,n)}function Ds(){if(Eo)return Do;Eo=1;const e=vs();return Do=(t,r,n)=>e(t,r,n)>=0}function Es(){if(So)return xo;So=1;const e=vs();return xo=(t,r,n)=>e(t,r,n)<=0}function xs(){if(ko)return Oo;ko=1;const e=ws(),t=_s(),r=ys(),n=Ds(),i=bs(),o=Es();return Oo=(s,a,u,c)=>{switch(a){case"===":return"object"==typeof s&&(s=s.version),"object"==typeof u&&(u=u.version),s===u;case"!==":return"object"==typeof s&&(s=s.version),"object"==typeof u&&(u=u.version),s!==u;case"":case"=":case"==":return e(s,u,c);case"!=":return t(s,u,c);case">":return r(s,u,c);case">=":return n(s,u,c);case"<":return i(s,u,c);case"<=":return o(s,u,c);default:throw new TypeError(`Invalid operator: ${a}`)}}}function Ss(){if(Fo)return jo;Fo=1;const e=/\s+/g;class t{constructor(r,o){if(o=n(o),r instanceof t)return r.loose===!!o.loose&&r.includePrerelease===!!o.includePrerelease?r:new t(r.raw,o);if(r instanceof i)return this.raw=r.value,this.set=[[r]],this.formatted=void 0,this;if(this.options=o,this.loose=!!o.loose,this.includePrerelease=!!o.includePrerelease,this.raw=r.trim().replace(e," "),this.set=this.raw.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!p(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&m(e[0])){this.set=[e];break}}this.formatted=void 0}get range(){if(void 0===this.formatted){this.formatted="";for(let e=0;e<this.set.length;e++){e>0&&(this.formatted+="||");const t=this.set[e];for(let e=0;e<t.length;e++)e>0&&(this.formatted+=" "),this.formatted+=t[e].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){const t=((this.options.includePrerelease&&d)|(this.options.loose&&h))+":"+e,n=r.get(t);if(n)return n;const s=this.options.loose,m=s?a[u.HYPHENRANGELOOSE]:a[u.HYPHENRANGE];e=e.replace(m,k(this.options.includePrerelease)),o("hyphen replace",e),e=e.replace(a[u.COMPARATORTRIM],c),o("comparator trim",e),e=e.replace(a[u.TILDETRIM],l),o("tilde trim",e),e=e.replace(a[u.CARETTRIM],f),o("caret trim",e);let v=e.split(" ").map((e=>g(e,this.options))).join(" ").split(/\s+/).map((e=>O(e,this.options)));s&&(v=v.filter((e=>(o("loose invalid filter",e,this.options),!!e.match(a[u.COMPARATORLOOSE]))))),o("range list",v);const y=new Map,b=v.map((e=>new i(e,this.options)));for(const e of b){if(p(e))return[e];y.set(e.value,e)}y.size>1&&y.has("")&&y.delete("");const w=[...y.values()];return r.set(t,w),w}intersects(e,r){if(!(e instanceof t))throw new TypeError("a Range is required");return this.set.some((t=>v(t,r)&&e.set.some((e=>v(e,r)&&t.every((t=>e.every((e=>t.intersects(e,r)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new s(e,this.options)}catch(e){return!1}for(let t=0;t<this.set.length;t++)if(C(this.set[t],e,this.options))return!0;return!1}}jo=t;const r=new(Po?$o:(Po=1,$o=class{constructor(){this.max=1e3,this.map=new Map}get(e){const t=this.map.get(e);return void 0===t?void 0:(this.map.delete(e),this.map.set(e,t),t)}delete(e){return this.map.delete(e)}set(e,t){if(!this.delete(e)&&void 0!==t){if(this.map.size>=this.max){const e=this.map.keys().next().value;this.delete(e)}this.map.set(e,t)}return this}})),n=ds(),i=Os(),o=ls(),s=ps(),{safeRe:a,t:u,comparatorTrimReplace:c,tildeTrimReplace:l,caretTrimReplace:f}=fs(),{FLAG_INCLUDE_PRERELEASE:d,FLAG_LOOSE:h}=cs(),p=e=>"<0.0.0-0"===e.value,m=e=>""===e.value,v=(e,t)=>{let r=!0;const n=e.slice();let i=n.pop();for(;r&&n.length;)r=n.every((e=>i.intersects(e,t))),i=n.pop();return r},g=(e,t)=>(o("comp",e,t),e=_(e,t),o("caret",e),e=b(e,t),o("tildes",e),e=E(e,t),o("xrange",e),e=S(e,t),o("stars",e),e),y=e=>!e||"x"===e.toLowerCase()||"*"===e,b=(e,t)=>e.trim().split(/\s+/).map((e=>w(e,t))).join(" "),w=(e,t)=>{const r=t.loose?a[u.TILDELOOSE]:a[u.TILDE];return e.replace(r,((t,r,n,i,s)=>{let a;return o("tilde",e,t,r,n,i,s),y(r)?a="":y(n)?a=`>=${r}.0.0 <${+r+1}.0.0-0`:y(i)?a=`>=${r}.${n}.0 <${r}.${+n+1}.0-0`:s?(o("replaceTilde pr",s),a=`>=${r}.${n}.${i}-${s} <${r}.${+n+1}.0-0`):a=`>=${r}.${n}.${i} <${r}.${+n+1}.0-0`,o("tilde return",a),a}))},_=(e,t)=>e.trim().split(/\s+/).map((e=>D(e,t))).join(" "),D=(e,t)=>{o("caret",e,t);const r=t.loose?a[u.CARETLOOSE]:a[u.CARET],n=t.includePrerelease?"-0":"";return e.replace(r,((t,r,i,s,a)=>{let u;return o("caret",e,t,r,i,s,a),y(r)?u="":y(i)?u=`>=${r}.0.0${n} <${+r+1}.0.0-0`:y(s)?u="0"===r?`>=${r}.${i}.0${n} <${r}.${+i+1}.0-0`:`>=${r}.${i}.0${n} <${+r+1}.0.0-0`:a?(o("replaceCaret pr",a),u="0"===r?"0"===i?`>=${r}.${i}.${s}-${a} <${r}.${i}.${+s+1}-0`:`>=${r}.${i}.${s}-${a} <${r}.${+i+1}.0-0`:`>=${r}.${i}.${s}-${a} <${+r+1}.0.0-0`):(o("no pr"),u="0"===r?"0"===i?`>=${r}.${i}.${s}${n} <${r}.${i}.${+s+1}-0`:`>=${r}.${i}.${s}${n} <${r}.${+i+1}.0-0`:`>=${r}.${i}.${s} <${+r+1}.0.0-0`),o("caret return",u),u}))},E=(e,t)=>(o("replaceXRanges",e,t),e.split(/\s+/).map((e=>x(e,t))).join(" ")),x=(e,t)=>{e=e.trim();const r=t.loose?a[u.XRANGELOOSE]:a[u.XRANGE];return e.replace(r,((r,n,i,s,a,u)=>{o("xRange",e,r,n,i,s,a,u);const c=y(i),l=c||y(s),f=l||y(a),d=f;return"="===n&&d&&(n=""),u=t.includePrerelease?"-0":"",c?r=">"===n||"<"===n?"<0.0.0-0":"*":n&&d?(l&&(s=0),a=0,">"===n?(n=">=",l?(i=+i+1,s=0,a=0):(s=+s+1,a=0)):"<="===n&&(n="<",l?i=+i+1:s=+s+1),"<"===n&&(u="-0"),r=`${n+i}.${s}.${a}${u}`):l?r=`>=${i}.0.0${u} <${+i+1}.0.0-0`:f&&(r=`>=${i}.${s}.0${u} <${i}.${+s+1}.0-0`),o("xRange return",r),r}))},S=(e,t)=>(o("replaceStars",e,t),e.trim().replace(a[u.STAR],"")),O=(e,t)=>(o("replaceGTE0",e,t),e.trim().replace(a[t.includePrerelease?u.GTE0PRE:u.GTE0],"")),k=e=>(t,r,n,i,o,s,a,u,c,l,f,d)=>`${r=y(n)?"":y(i)?`>=${n}.0.0${e?"-0":""}`:y(o)?`>=${n}.${i}.0${e?"-0":""}`:s?`>=${r}`:`>=${r}${e?"-0":""}`} ${u=y(c)?"":y(l)?`<${+c+1}.0.0-0`:y(f)?`<${c}.${+l+1}.0-0`:d?`<=${c}.${l}.${f}-${d}`:e?`<${c}.${l}.${+f+1}-0`:`<=${u}`}`.trim(),C=(e,t,r)=>{for(let r=0;r<e.length;r++)if(!e[r].test(t))return!1;if(t.prerelease.length&&!r.includePrerelease){for(let r=0;r<e.length;r++)if(o(e[r].semver),e[r].semver!==i.ANY&&e[r].semver.prerelease.length>0){const n=e[r].semver;if(n.major===t.major&&n.minor===t.minor&&n.patch===t.patch)return!0}return!1}return!0};return jo}function Os(){if(Ro)return To;Ro=1;const e=Symbol("SemVer ANY");class t{static get ANY(){return e}constructor(n,i){if(i=r(i),n instanceof t){if(n.loose===!!i.loose)return n;n=n.value}n=n.trim().split(/\s+/).join(" "),s("comparator",n,i),this.options=i,this.loose=!!i.loose,this.parse(n),this.semver===e?this.value="":this.value=this.operator+this.semver.version,s("comp",this)}parse(t){const r=this.options.loose?n[i.COMPARATORLOOSE]:n[i.COMPARATOR],o=t.match(r);if(!o)throw new TypeError(`Invalid comparator: ${t}`);this.operator=void 0!==o[1]?o[1]:"","="===this.operator&&(this.operator=""),o[2]?this.semver=new a(o[2],this.options.loose):this.semver=e}toString(){return this.value}test(t){if(s("Comparator.test",t,this.options.loose),this.semver===e||t===e)return!0;if("string"==typeof t)try{t=new a(t,this.options)}catch(e){return!1}return o(t,this.operator,this.semver,this.options)}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Comparator is required");return""===this.operator?""===this.value||new u(e.value,n).test(this.value):""===e.operator?""===e.value||new u(this.value,n).test(e.semver):(!(n=r(n)).includePrerelease||"<0.0.0-0"!==this.value&&"<0.0.0-0"!==e.value)&&(!(!n.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0")))&&(!(!this.operator.startsWith(">")||!e.operator.startsWith(">"))||(!(!this.operator.startsWith("<")||!e.operator.startsWith("<"))||(!(this.semver.version!==e.semver.version||!this.operator.includes("=")||!e.operator.includes("="))||(!!(o(this.semver,"<",e.semver,n)&&this.operator.startsWith(">")&&e.operator.startsWith("<"))||!!(o(this.semver,">",e.semver,n)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))))))}}To=t;const r=ds(),{safeRe:n,t:i}=fs(),o=xs(),s=ls(),a=ps(),u=Ss();return To}function ks(){if(Mo)return Io;Mo=1;const e=Ss();return Io=(t,r,n)=>{try{r=new e(r,n)}catch(e){return!1}return r.test(t)},Io}function Cs(){if(Go)return Ho;Go=1;const e=Ss();return Ho=(t,r)=>{try{return new e(t,r).range||"*"}catch(e){return null}},Ho}function As(){if(Yo)return Ko;Yo=1;const e=ps(),t=Os(),{ANY:r}=t,n=Ss(),i=ks(),o=ys(),s=bs(),a=Es(),u=Ds();return Ko=(c,l,f,d)=>{let h,p,m,v,g;switch(c=new e(c,d),l=new n(l,d),f){case">":h=o,p=a,m=s,v=">",g=">=";break;case"<":h=s,p=u,m=o,v="<",g="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(i(c,l,d))return!1;for(let e=0;e<l.set.length;++e){const n=l.set[e];let i=null,o=null;if(n.forEach((e=>{e.semver===r&&(e=new t(">=0.0.0")),i=i||e,o=o||e,h(e.semver,i.semver,d)?i=e:m(e.semver,o.semver,d)&&(o=e)})),i.operator===v||i.operator===g)return!1;if((!o.operator||o.operator===v)&&p(c,o.semver))return!1;if(o.operator===g&&m(c,o.semver))return!1}return!0},Ko}var $s=function(){if(as)return ss;as=1;const e=fs(),t=cs(),r=ps(),n=hs(),i=ms(),o=function(){if(Bi)return Li;Bi=1;const e=ms();return Li=(t,r)=>{const n=e(t,r);return n?n.version:null},Li}(),s=function(){if(Ui)return zi;Ui=1;const e=ms();return zi=(t,r)=>{const n=e(t.trim().replace(/^[=v]+/,""),r);return n?n.version:null},zi}(),a=function(){if(Vi)return Wi;Vi=1;const e=ps();return Wi=(t,r,n,i,o)=>{"string"==typeof n&&(o=i,i=n,n=void 0);try{return new e(t instanceof e?t.version:t,n).inc(r,i,o).version}catch(e){return null}},Wi}(),u=function(){if(Hi)return qi;Hi=1;const e=ms();return qi=(t,r)=>{const n=e(t,null,!0),i=e(r,null,!0),o=n.compare(i);if(0===o)return null;const s=o>0,a=s?n:i,u=s?i:n,c=!!a.prerelease.length;if(u.prerelease.length&&!c)return u.patch||u.minor?a.patch?"patch":a.minor?"minor":"major":"major";const l=c?"pre":"";return n.major!==i.major?l+"major":n.minor!==i.minor?l+"minor":n.patch!==i.patch?l+"patch":"prerelease"}}(),c=function(){if(Ki)return Gi;Ki=1;const e=ps();return Gi=(t,r)=>new e(t,r).major}(),l=function(){if(Ji)return Yi;Ji=1;const e=ps();return Yi=(t,r)=>new e(t,r).minor}(),f=function(){if(Xi)return Zi;Xi=1;const e=ps();return Zi=(t,r)=>new e(t,r).patch}(),d=function(){if(eo)return Qi;eo=1;const e=ms();return Qi=(t,r)=>{const n=e(t,r);return n&&n.prerelease.length?n.prerelease:null},Qi}(),h=vs(),p=function(){if(io)return no;io=1;const e=vs();return no=(t,r,n)=>e(r,t,n)}(),m=function(){if(so)return oo;so=1;const e=vs();return oo=(t,r)=>e(t,r,!0)}(),v=gs(),g=function(){if(lo)return co;lo=1;const e=gs();return co=(t,r)=>t.sort(((t,n)=>e(t,n,r))),co}(),y=function(){if(ho)return fo;ho=1;const e=gs();return fo=(t,r)=>t.sort(((t,n)=>e(n,t,r))),fo}(),b=ys(),w=bs(),_=ws(),D=_s(),E=Ds(),x=Es(),S=xs(),O=function(){if(Ao)return Co;Ao=1;const e=ps(),t=ms(),{safeRe:r,t:n}=fs();return Co=(i,o)=>{if(i instanceof e)return i;if("number"==typeof i&&(i=String(i)),"string"!=typeof i)return null;let s=null;if((o=o||{}).rtl){const e=o.includePrerelease?r[n.COERCERTLFULL]:r[n.COERCERTL];let t;for(;(t=e.exec(i))&&(!s||s.index+s[0].length!==i.length);)s&&t.index+t[0].length===s.index+s[0].length||(s=t),e.lastIndex=t.index+t[1].length+t[2].length;e.lastIndex=-1}else s=i.match(o.includePrerelease?r[n.COERCEFULL]:r[n.COERCE]);if(null===s)return null;const a=s[2],u=s[3]||"0",c=s[4]||"0",l=o.includePrerelease&&s[5]?`-${s[5]}`:"",f=o.includePrerelease&&s[6]?`+${s[6]}`:"";return t(`${a}.${u}.${c}${l}${f}`,o)},Co}(),k=Os(),C=Ss(),A=ks(),$=function(){if(Lo)return No;Lo=1;const e=Ss();return No=(t,r)=>new e(t,r).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" "))),No}(),P=function(){if(zo)return Bo;zo=1;const e=ps(),t=Ss();return Bo=(r,n,i)=>{let o=null,s=null,a=null;try{a=new t(n,i)}catch(e){return null}return r.forEach((t=>{a.test(t)&&(o&&-1!==s.compare(t)||(o=t,s=new e(o,i)))})),o},Bo}(),j=function(){if(Wo)return Uo;Wo=1;const e=ps(),t=Ss();return Uo=(r,n,i)=>{let o=null,s=null,a=null;try{a=new t(n,i)}catch(e){return null}return r.forEach((t=>{a.test(t)&&(o&&1!==s.compare(t)||(o=t,s=new e(o,i)))})),o},Uo}(),F=function(){if(qo)return Vo;qo=1;const e=ps(),t=Ss(),r=ys();return Vo=(n,i)=>{n=new t(n,i);let o=new e("0.0.0");if(n.test(o))return o;if(o=new e("0.0.0-0"),n.test(o))return o;o=null;for(let t=0;t<n.set.length;++t){const i=n.set[t];let s=null;i.forEach((t=>{const n=new e(t.semver.version);switch(t.operator){case">":0===n.prerelease.length?n.patch++:n.prerelease.push(0),n.raw=n.format();case"":case">=":s&&!r(n,s)||(s=n);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${t.operator}`)}})),!s||o&&!r(o,s)||(o=s)}return o&&n.test(o)?o:null},Vo}(),T=Cs(),R=As(),I=function(){if(Zo)return Jo;Zo=1;const e=As();return Jo=(t,r,n)=>e(t,r,">",n),Jo}(),M=function(){if(Qo)return Xo;Qo=1;const e=As();return Xo=(t,r,n)=>e(t,r,"<",n),Xo}(),N=function(){if(ts)return es;ts=1;const e=Ss();return es=(t,r,n)=>(t=new e(t,n),r=new e(r,n),t.intersects(r,n))}(),L=function(){if(ns)return rs;ns=1;const e=ks(),t=vs();return rs=(r,n,i)=>{const o=[];let s=null,a=null;const u=r.sort(((e,r)=>t(e,r,i)));for(const t of u)e(t,n,i)?(a=t,s||(s=t)):(a&&o.push([s,a]),a=null,s=null);s&&o.push([s,null]);const c=[];for(const[e,t]of o)e===t?c.push(e):t||e!==u[0]?t?e===u[0]?c.push(`<=${t}`):c.push(`${e} - ${t}`):c.push(`>=${e}`):c.push("*");const l=c.join(" || "),f="string"==typeof n.raw?n.raw:String(n);return l.length<f.length?l:n},rs}(),B=function(){if(os)return is;os=1;const e=Ss(),t=Os(),{ANY:r}=t,n=ks(),i=vs(),o=[new t(">=0.0.0-0")],s=[new t(">=0.0.0")],a=(e,t,a)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===r){if(1===t.length&&t[0].semver===r)return!0;e=a.includePrerelease?o:s}if(1===t.length&&t[0].semver===r){if(a.includePrerelease)return!0;t=s}const l=new Set;let f,d,h,p,m,v,g;for(const t of e)">"===t.operator||">="===t.operator?f=u(f,t,a):"<"===t.operator||"<="===t.operator?d=c(d,t,a):l.add(t.semver);if(l.size>1)return null;if(f&&d){if(h=i(f.semver,d.semver,a),h>0)return null;if(0===h&&(">="!==f.operator||"<="!==d.operator))return null}for(const e of l){if(f&&!n(e,String(f),a))return null;if(d&&!n(e,String(d),a))return null;for(const r of t)if(!n(e,String(r),a))return!1;return!0}let y=!(!d||a.includePrerelease||!d.semver.prerelease.length)&&d.semver,b=!(!f||a.includePrerelease||!f.semver.prerelease.length)&&f.semver;y&&1===y.prerelease.length&&"<"===d.operator&&0===y.prerelease[0]&&(y=!1);for(const e of t){if(g=g||">"===e.operator||">="===e.operator,v=v||"<"===e.operator||"<="===e.operator,f)if(b&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===b.major&&e.semver.minor===b.minor&&e.semver.patch===b.patch&&(b=!1),">"===e.operator||">="===e.operator){if(p=u(f,e,a),p===e&&p!==f)return!1}else if(">="===f.operator&&!n(f.semver,String(e),a))return!1;if(d)if(y&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===y.major&&e.semver.minor===y.minor&&e.semver.patch===y.patch&&(y=!1),"<"===e.operator||"<="===e.operator){if(m=c(d,e,a),m===e&&m!==d)return!1}else if("<="===d.operator&&!n(d.semver,String(e),a))return!1;if(!e.operator&&(d||f)&&0!==h)return!1}return!(f&&v&&!d&&0!==h||d&&g&&!f&&0!==h||b||y)},u=(e,t,r)=>{if(!e)return t;const n=i(e.semver,t.semver,r);return n>0?e:n<0||">"===t.operator&&">="===e.operator?t:e},c=(e,t,r)=>{if(!e)return t;const n=i(e.semver,t.semver,r);return n<0?e:n>0||"<"===t.operator&&"<="===e.operator?t:e};return is=(t,r,n={})=>{if(t===r)return!0;t=new e(t,n),r=new e(r,n);let i=!1;e:for(const e of t.set){for(const t of r.set){const r=a(e,t,n);if(i=i||null!==r,r)continue e}if(i)return!1}return!0}}();return ss={parse:i,valid:o,clean:s,inc:a,diff:u,major:c,minor:l,patch:f,prerelease:d,compare:h,rcompare:p,compareLoose:m,compareBuild:v,sort:g,rsort:y,gt:b,lt:w,eq:_,neq:D,gte:E,lte:x,cmp:S,coerce:O,Comparator:k,Range:C,satisfies:A,toComparators:$,maxSatisfying:P,minSatisfying:j,minVersion:F,validRange:T,outside:R,gtr:I,ltr:M,intersects:N,simplifyRange:L,subset:B,SemVer:r,re:e.re,src:e.src,tokens:e.t,SEMVER_SPEC_VERSION:t.SEMVER_SPEC_VERSION,RELEASE_TYPES:t.RELEASE_TYPES,compareIdentifiers:n.compareIdentifiers,rcompareIdentifiers:n.rcompareIdentifiers}}(),Ps=Se($s);const js="object"==typeof process&&process?process:{stdout:null,stderr:null},Fs=e=>!!e&&"object"==typeof e&&(e instanceof ga||e instanceof W||Ts(e)||Rs(e)),Ts=e=>!!e&&"object"==typeof e&&e instanceof t&&"function"==typeof e.pipe&&e.pipe!==W.Writable.prototype.pipe,Rs=e=>!!e&&"object"==typeof e&&e instanceof t&&"function"==typeof e.write&&"function"==typeof e.end,Is=Symbol("EOF"),Ms=Symbol("maybeEmitEnd"),Ns=Symbol("emittedEnd"),Ls=Symbol("emittingEnd"),Bs=Symbol("emittedError"),zs=Symbol("closed"),Us=Symbol("read"),Ws=Symbol("flush"),Vs=Symbol("flushChunk"),qs=Symbol("encoding"),Hs=Symbol("decoder"),Gs=Symbol("flowing"),Ks=Symbol("paused"),Ys=Symbol("resume"),Js=Symbol("buffer"),Zs=Symbol("pipes"),Xs=Symbol("bufferLength"),Qs=Symbol("bufferPush"),ea=Symbol("bufferShift"),ta=Symbol("objectMode"),ra=Symbol("destroyed"),na=Symbol("error"),ia=Symbol("emitData"),oa=Symbol("emitEnd"),sa=Symbol("emitEnd2"),aa=Symbol("async"),ua=Symbol("abort"),ca=Symbol("aborted"),la=Symbol("signal"),fa=Symbol("dataListeners"),da=Symbol("discarded"),ha=e=>Promise.resolve().then(e),pa=e=>e();class ma{src;dest;opts;ondrain;constructor(e,t,r){this.src=e,this.dest=t,this.opts=r,this.ondrain=()=>e[Ys](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}}class va extends ma{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,t,r){super(e,t,r),this.proxyErrors=e=>t.emit("error",e),e.on("error",this.proxyErrors)}}class ga extends t{[Gs]=!1;[Ks]=!1;[Zs]=[];[Js]=[];[ta];[qs];[aa];[Hs];[Is]=!1;[Ns]=!1;[Ls]=!1;[zs]=!1;[Bs]=null;[Xs]=0;[ra]=!1;[la];[ca]=!1;[fa]=0;[da]=!1;writable=!0;readable=!0;constructor(...e){const t=e[0]||{};if(super(),t.objectMode&&"string"==typeof t.encoding)throw new TypeError("Encoding and objectMode may not be used together");t.objectMode?(this[ta]=!0,this[qs]=null):(e=>!e.objectMode&&!!e.encoding&&"buffer"!==e.encoding)(t)?(this[qs]=t.encoding,this[ta]=!1):(this[ta]=!1,this[qs]=null),this[aa]=!!t.async,this[Hs]=this[qs]?new K(this[qs]):null,!0===t.debugExposeBuffer&&Object.defineProperty(this,"buffer",{get:()=>this[Js]}),!0===t.debugExposePipes&&Object.defineProperty(this,"pipes",{get:()=>this[Zs]});const{signal:r}=t;r&&(this[la]=r,r.aborted?this[ua]():r.addEventListener("abort",(()=>this[ua]())))}get bufferLength(){return this[Xs]}get encoding(){return this[qs]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[ta]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[aa]}set async(e){this[aa]=this[aa]||!!e}[ua](){this[ca]=!0,this.emit("abort",this[la]?.reason),this.destroy(this[la]?.reason)}get aborted(){return this[ca]}set aborted(e){}write(e,t,r){if(this[ca])return!1;if(this[Is])throw new Error("write after end");if(this[ra])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;"function"==typeof t&&(r=t,t="utf8"),t||(t="utf8");const n=this[aa]?ha:pa;if(!this[ta]&&!Buffer.isBuffer(e))if(i=e,!Buffer.isBuffer(i)&&ArrayBuffer.isView(i))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if((e=>e instanceof ArrayBuffer||!!e&&"object"==typeof e&&e.constructor&&"ArrayBuffer"===e.constructor.name&&e.byteLength>=0)(e))e=Buffer.from(e);else if("string"!=typeof e)throw new Error("Non-contiguous data written to non-objectMode stream");var i;return this[ta]?(this[Gs]&&0!==this[Xs]&&this[Ws](!0),this[Gs]?this.emit("data",e):this[Qs](e),0!==this[Xs]&&this.emit("readable"),r&&n(r),this[Gs]):e.length?("string"!=typeof e||t===this[qs]&&!this[Hs]?.lastNeed||(e=Buffer.from(e,t)),Buffer.isBuffer(e)&&this[qs]&&(e=this[Hs].write(e)),this[Gs]&&0!==this[Xs]&&this[Ws](!0),this[Gs]?this.emit("data",e):this[Qs](e),0!==this[Xs]&&this.emit("readable"),r&&n(r),this[Gs]):(0!==this[Xs]&&this.emit("readable"),r&&n(r),this[Gs])}read(e){if(this[ra])return null;if(this[da]=!1,0===this[Xs]||0===e||e&&e>this[Xs])return this[Ms](),null;this[ta]&&(e=null),this[Js].length>1&&!this[ta]&&(this[Js]=[this[qs]?this[Js].join(""):Buffer.concat(this[Js],this[Xs])]);const t=this[Us](e||null,this[Js][0]);return this[Ms](),t}[Us](e,t){if(this[ta])this[ea]();else{const r=t;e===r.length||null===e?this[ea]():"string"==typeof r?(this[Js][0]=r.slice(e),t=r.slice(0,e),this[Xs]-=e):(this[Js][0]=r.subarray(e),t=r.subarray(0,e),this[Xs]-=e)}return this.emit("data",t),this[Js].length||this[Is]||this.emit("drain"),t}end(e,t,r){return"function"==typeof e&&(r=e,e=void 0),"function"==typeof t&&(r=t,t="utf8"),void 0!==e&&this.write(e,t),r&&this.once("end",r),this[Is]=!0,this.writable=!1,!this[Gs]&&this[Ks]||this[Ms](),this}[Ys](){this[ra]||(this[fa]||this[Zs].length||(this[da]=!0),this[Ks]=!1,this[Gs]=!0,this.emit("resume"),this[Js].length?this[Ws]():this[Is]?this[Ms]():this.emit("drain"))}resume(){return this[Ys]()}pause(){this[Gs]=!1,this[Ks]=!0,this[da]=!1}get destroyed(){return this[ra]}get flowing(){return this[Gs]}get paused(){return this[Ks]}[Qs](e){this[ta]?this[Xs]+=1:this[Xs]+=e.length,this[Js].push(e)}[ea](){return this[ta]?this[Xs]-=1:this[Xs]-=this[Js][0].length,this[Js].shift()}[Ws](e=!1){do{}while(this[Vs](this[ea]())&&this[Js].length);e||this[Js].length||this[Is]||this.emit("drain")}[Vs](e){return this.emit("data",e),this[Gs]}pipe(e,t){if(this[ra])return e;this[da]=!1;const r=this[Ns];return t=t||{},e===js.stdout||e===js.stderr?t.end=!1:t.end=!1!==t.end,t.proxyErrors=!!t.proxyErrors,r?t.end&&e.end():(this[Zs].push(t.proxyErrors?new va(this,e,t):new ma(this,e,t)),this[aa]?ha((()=>this[Ys]())):this[Ys]()),e}unpipe(e){const t=this[Zs].find((t=>t.dest===e));t&&(1===this[Zs].length?(this[Gs]&&0===this[fa]&&(this[Gs]=!1),this[Zs]=[]):this[Zs].splice(this[Zs].indexOf(t),1),t.unpipe())}addListener(e,t){return this.on(e,t)}on(e,t){const r=super.on(e,t);if("data"===e)this[da]=!1,this[fa]++,this[Zs].length||this[Gs]||this[Ys]();else if("readable"===e&&0!==this[Xs])super.emit("readable");else if((e=>"end"===e||"finish"===e||"prefinish"===e)(e)&&this[Ns])super.emit(e),this.removeAllListeners(e);else if("error"===e&&this[Bs]){const e=t;this[aa]?ha((()=>e.call(this,this[Bs]))):e.call(this,this[Bs])}return r}removeListener(e,t){return this.off(e,t)}off(e,t){const r=super.off(e,t);return"data"===e&&(this[fa]=this.listeners("data").length,0!==this[fa]||this[da]||this[Zs].length||(this[Gs]=!1)),r}removeAllListeners(e){const t=super.removeAllListeners(e);return"data"!==e&&void 0!==e||(this[fa]=0,this[da]||this[Zs].length||(this[Gs]=!1)),t}get emittedEnd(){return this[Ns]}[Ms](){this[Ls]||this[Ns]||this[ra]||0!==this[Js].length||!this[Is]||(this[Ls]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[zs]&&this.emit("close"),this[Ls]=!1)}emit(e,...t){const r=t[0];if("error"!==e&&"close"!==e&&e!==ra&&this[ra])return!1;if("data"===e)return!(!this[ta]&&!r)&&(this[aa]?(ha((()=>this[ia](r))),!0):this[ia](r));if("end"===e)return this[oa]();if("close"===e){if(this[zs]=!0,!this[Ns]&&!this[ra])return!1;const e=super.emit("close");return this.removeAllListeners("close"),e}if("error"===e){this[Bs]=r,super.emit(na,r);const e=!(this[la]&&!this.listeners("error").length)&&super.emit("error",r);return this[Ms](),e}if("resume"===e){const e=super.emit("resume");return this[Ms](),e}if("finish"===e||"prefinish"===e){const t=super.emit(e);return this.removeAllListeners(e),t}const n=super.emit(e,...t);return this[Ms](),n}[ia](e){for(const t of this[Zs])!1===t.dest.write(e)&&this.pause();const t=!this[da]&&super.emit("data",e);return this[Ms](),t}[oa](){return!this[Ns]&&(this[Ns]=!0,this.readable=!1,this[aa]?(ha((()=>this[sa]())),!0):this[sa]())}[sa](){if(this[Hs]){const e=this[Hs].end();if(e){for(const t of this[Zs])t.dest.write(e);this[da]||super.emit("data",e)}}for(const e of this[Zs])e.end();const e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){const e=Object.assign([],{dataLength:0});this[ta]||(e.dataLength=0);const t=this.promise();return this.on("data",(t=>{e.push(t),this[ta]||(e.dataLength+=t.length)})),await t,e}async concat(){if(this[ta])throw new Error("cannot concat in objectMode");const e=await this.collect();return this[qs]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise(((e,t)=>{this.on(ra,(()=>t(new Error("stream destroyed")))),this.on("error",(e=>t(e))),this.on("end",(()=>e()))}))}[Symbol.asyncIterator](){this[da]=!1;let e=!1;const t=async()=>(this.pause(),e=!0,{value:void 0,done:!0});return{next:()=>{if(e)return t();const r=this.read();if(null!==r)return Promise.resolve({done:!1,value:r});if(this[Is])return t();let n,i;const o=e=>{this.off("data",s),this.off("end",a),this.off(ra,u),t(),i(e)},s=e=>{this.off("error",o),this.off("end",a),this.off(ra,u),this.pause(),n({value:e,done:!!this[Is]})},a=()=>{this.off("error",o),this.off("data",s),this.off(ra,u),t(),n({done:!0,value:void 0})},u=()=>o(new Error("stream destroyed"));return new Promise(((e,t)=>{i=t,n=e,this.once(ra,u),this.once("error",o),this.once("end",a),this.once("data",s)}))},throw:t,return:t,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[da]=!1;let e=!1;const t=()=>(this.pause(),this.off(na,t),this.off(ra,t),this.off("end",t),e=!0,{done:!0,value:void 0});return this.once("end",t),this.once(na,t),this.once(ra,t),{next:()=>{if(e)return t();const r=this.read();return null===r?t():{done:!1,value:r}},throw:t,return:t,[Symbol.iterator](){return this}}}destroy(e){if(this[ra])return e?this.emit("error",e):this.emit(ra),this;this[ra]=!0,this[da]=!0,this[Js].length=0,this[Xs]=0;return"function"!=typeof this.close||this[zs]||this.close(),e?this.emit("error",e):this.emit(ra),this}static get isStream(){return Fs}}const ya=j.writev,ba=Symbol("_autoClose"),wa=Symbol("_close"),_a=Symbol("_ended"),Da=Symbol("_fd"),Ea=Symbol("_finished"),xa=Symbol("_flags"),Sa=Symbol("_flush"),Oa=Symbol("_handleChunk"),ka=Symbol("_makeBuf"),Ca=Symbol("_mode"),Aa=Symbol("_needDrain"),$a=Symbol("_onerror"),Pa=Symbol("_onopen"),ja=Symbol("_onread"),Fa=Symbol("_onwrite"),Ta=Symbol("_open"),Ra=Symbol("_path"),Ia=Symbol("_pos"),Ma=Symbol("_queue"),Na=Symbol("_read"),La=Symbol("_readSize"),Ba=Symbol("_reading"),za=Symbol("_remain"),Ua=Symbol("_size"),Wa=Symbol("_write"),Va=Symbol("_writing"),qa=Symbol("_defaultFlag"),Ha=Symbol("_errored");class Ga extends ga{[Ha]=!1;[Da];[Ra];[La];[Ba]=!1;[Ua];[za];[ba];constructor(e,t){if(super(t=t||{}),this.readable=!0,this.writable=!1,"string"!=typeof e)throw new TypeError("path must be a string");this[Ha]=!1,this[Da]="number"==typeof t.fd?t.fd:void 0,this[Ra]=e,this[La]=t.readSize||16777216,this[Ba]=!1,this[Ua]="number"==typeof t.size?t.size:1/0,this[za]=this[Ua],this[ba]="boolean"!=typeof t.autoClose||t.autoClose,"number"==typeof this[Da]?this[Na]():this[Ta]()}get fd(){return this[Da]}get path(){return this[Ra]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[Ta](){j.open(this[Ra],"r",((e,t)=>this[Pa](e,t)))}[Pa](e,t){e?this[$a](e):(this[Da]=t,this.emit("open",t),this[Na]())}[ka](){return Buffer.allocUnsafe(Math.min(this[La],this[za]))}[Na](){if(!this[Ba]){this[Ba]=!0;const e=this[ka]();if(0===e.length)return process.nextTick((()=>this[ja](null,0,e)));j.read(this[Da],e,0,e.length,null,((e,t,r)=>this[ja](e,t,r)))}}[ja](e,t,r){this[Ba]=!1,e?this[$a](e):this[Oa](t,r)&&this[Na]()}[wa](){if(this[ba]&&"number"==typeof this[Da]){const e=this[Da];this[Da]=void 0,j.close(e,(e=>e?this.emit("error",e):this.emit("close")))}}[$a](e){this[Ba]=!0,this[wa](),this.emit("error",e)}[Oa](e,t){let r=!1;return this[za]-=e,e>0&&(r=super.write(e<t.length?t.subarray(0,e):t)),(0===e||this[za]<=0)&&(r=!1,this[wa](),super.end()),r}emit(e,...t){switch(e){case"prefinish":case"finish":return!1;case"drain":return"number"==typeof this[Da]&&this[Na](),!1;case"error":return!this[Ha]&&(this[Ha]=!0,super.emit(e,...t));default:return super.emit(e,...t)}}}class Ka extends Ga{[Ta](){let e=!0;try{this[Pa](null,j.openSync(this[Ra],"r")),e=!1}finally{e&&this[wa]()}}[Na](){let e=!0;try{if(!this[Ba]){for(this[Ba]=!0;;){const e=this[ka](),t=0===e.length?0:j.readSync(this[Da],e,0,e.length,null);if(!this[Oa](t,e))break}this[Ba]=!1}e=!1}finally{e&&this[wa]()}}[wa](){if(this[ba]&&"number"==typeof this[Da]){const e=this[Da];this[Da]=void 0,j.closeSync(e),this.emit("close")}}}class Ya extends H{readable=!1;writable=!0;[Ha]=!1;[Va]=!1;[_a]=!1;[Ma]=[];[Aa]=!1;[Ra];[Ca];[ba];[Da];[qa];[xa];[Ea]=!1;[Ia];constructor(e,t){super(t=t||{}),this[Ra]=e,this[Da]="number"==typeof t.fd?t.fd:void 0,this[Ca]=void 0===t.mode?438:t.mode,this[Ia]="number"==typeof t.start?t.start:void 0,this[ba]="boolean"!=typeof t.autoClose||t.autoClose;const r=void 0!==this[Ia]?"r+":"w";this[qa]=void 0===t.flags,this[xa]=void 0===t.flags?r:t.flags,void 0===this[Da]&&this[Ta]()}emit(e,...t){if("error"===e){if(this[Ha])return!1;this[Ha]=!0}return super.emit(e,...t)}get fd(){return this[Da]}get path(){return this[Ra]}[$a](e){this[wa](),this[Va]=!0,this.emit("error",e)}[Ta](){j.open(this[Ra],this[xa],this[Ca],((e,t)=>this[Pa](e,t)))}[Pa](e,t){this[qa]&&"r+"===this[xa]&&e&&"ENOENT"===e.code?(this[xa]="w",this[Ta]()):e?this[$a](e):(this[Da]=t,this.emit("open",t),this[Va]||this[Sa]())}end(e,t){return e&&this.write(e,t),this[_a]=!0,this[Va]||this[Ma].length||"number"!=typeof this[Da]||this[Fa](null,0),this}write(e,t){return"string"==typeof e&&(e=Buffer.from(e,t)),this[_a]?(this.emit("error",new Error("write() after end()")),!1):void 0===this[Da]||this[Va]||this[Ma].length?(this[Ma].push(e),this[Aa]=!0,!1):(this[Va]=!0,this[Wa](e),!0)}[Wa](e){j.write(this[Da],e,0,e.length,this[Ia],((e,t)=>this[Fa](e,t)))}[Fa](e,t){e?this[$a](e):(void 0!==this[Ia]&&"number"==typeof t&&(this[Ia]+=t),this[Ma].length?this[Sa]():(this[Va]=!1,this[_a]&&!this[Ea]?(this[Ea]=!0,this[wa](),this.emit("finish")):this[Aa]&&(this[Aa]=!1,this.emit("drain"))))}[Sa](){if(0===this[Ma].length)this[_a]&&this[Fa](null,0);else if(1===this[Ma].length)this[Wa](this[Ma].pop());else{const e=this[Ma];this[Ma]=[],ya(this[Da],e,this[Ia],((e,t)=>this[Fa](e,t)))}}[wa](){if(this[ba]&&"number"==typeof this[Da]){const e=this[Da];this[Da]=void 0,j.close(e,(e=>e?this.emit("error",e):this.emit("close")))}}}class Ja extends Ya{[Ta](){let e;if(this[qa]&&"r+"===this[xa])try{e=j.openSync(this[Ra],this[xa],this[Ca])}catch(e){if("ENOENT"===e?.code)return this[xa]="w",this[Ta]();throw e}else e=j.openSync(this[Ra],this[xa],this[Ca]);this[Pa](null,e)}[wa](){if(this[ba]&&"number"==typeof this[Da]){const e=this[Da];this[Da]=void 0,j.closeSync(e),this.emit("close")}}[Wa](e){let t=!0;try{this[Fa](null,j.writeSync(this[Da],e,0,e.length,this[Ia])),t=!1}finally{if(t)try{this[wa]()}catch{}}}}const Za=new Map([["C","cwd"],["f","file"],["z","gzip"],["P","preservePaths"],["U","unlink"],["strip-components","strip"],["stripComponents","strip"],["keep-newer","newer"],["keepNewer","newer"],["keep-newer-files","newer"],["keepNewerFiles","newer"],["k","keep"],["keep-existing","keep"],["keepExisting","keep"],["m","noMtime"],["no-mtime","noMtime"],["p","preserveOwner"],["L","follow"],["h","follow"],["onentry","onReadEntry"]]),Xa=e=>{const t=Za.get(e);return t||e},Qa=(e={})=>{if(!e)return{};const t={};for(const[r,n]of Object.entries(e)){t[Xa(r)]=n}return void 0===t.chmod&&!1===t.noChmod&&(t.chmod=!0),delete t.noChmod,t},eu=(e,t,r,n,i)=>Object.assign(((o=[],s,a)=>{Array.isArray(o)&&(s=o,o={}),"function"==typeof s&&(a=s,s=void 0),s=s?Array.from(s):[];const u=Qa(o);if(i?.(u,s),(c=u).sync&&c.file){if("function"==typeof a)throw new TypeError("callback not supported for sync tar functions");return e(u,s)}if((e=>!e.sync&&!!e.file)(u)){const e=t(u,s),r=a||void 0;return r?e.then((()=>r()),r):e}if((e=>!!e.sync&&!e.file)(u)){if("function"==typeof a)throw new TypeError("callback not supported for sync tar functions");return r(u,s)}if((e=>!e.sync&&!e.file)(u)){if("function"==typeof a)throw new TypeError("callback only supported with file option");return n(u,s)}throw new Error("impossible options??");var c}),{syncFile:e,asyncFile:t,syncNoFile:r,asyncNoFile:n,validate:i}),tu=ne.constants||{ZLIB_VERNUM:4736},ru=Object.freeze(Object.assign(Object.create(null),{Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,DEFLATE:1,INFLATE:2,GZIP:3,GUNZIP:4,DEFLATERAW:5,INFLATERAW:6,UNZIP:7,BROTLI_DECODE:8,BROTLI_ENCODE:9,Z_MIN_WINDOWBITS:8,Z_MAX_WINDOWBITS:15,Z_DEFAULT_WINDOWBITS:15,Z_MIN_CHUNK:64,Z_MAX_CHUNK:1/0,Z_DEFAULT_CHUNK:16384,Z_MIN_MEMLEVEL:1,Z_MAX_MEMLEVEL:9,Z_DEFAULT_MEMLEVEL:8,Z_MIN_LEVEL:-1,Z_MAX_LEVEL:9,Z_DEFAULT_LEVEL:-1,BROTLI_OPERATION_PROCESS:0,BROTLI_OPERATION_FLUSH:1,BROTLI_OPERATION_FINISH:2,BROTLI_OPERATION_EMIT_METADATA:3,BROTLI_MODE_GENERIC:0,BROTLI_MODE_TEXT:1,BROTLI_MODE_FONT:2,BROTLI_DEFAULT_MODE:0,BROTLI_MIN_QUALITY:0,BROTLI_MAX_QUALITY:11,BROTLI_DEFAULT_QUALITY:11,BROTLI_MIN_WINDOW_BITS:10,BROTLI_MAX_WINDOW_BITS:24,BROTLI_LARGE_MAX_WINDOW_BITS:30,BROTLI_DEFAULT_WINDOW:22,BROTLI_MIN_INPUT_BLOCK_BITS:16,BROTLI_MAX_INPUT_BLOCK_BITS:24,BROTLI_PARAM_MODE:0,BROTLI_PARAM_QUALITY:1,BROTLI_PARAM_LGWIN:2,BROTLI_PARAM_LGBLOCK:3,BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING:4,BROTLI_PARAM_SIZE_HINT:5,BROTLI_PARAM_LARGE_WINDOW:6,BROTLI_PARAM_NPOSTFIX:7,BROTLI_PARAM_NDIRECT:8,BROTLI_DECODER_RESULT_ERROR:0,BROTLI_DECODER_RESULT_SUCCESS:1,BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT:2,BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION:0,BROTLI_DECODER_PARAM_LARGE_WINDOW:1,BROTLI_DECODER_NO_ERROR:0,BROTLI_DECODER_SUCCESS:1,BROTLI_DECODER_NEEDS_MORE_INPUT:2,BROTLI_DECODER_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE:-1,BROTLI_DECODER_ERROR_FORMAT_RESERVED:-2,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE:-3,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET:-4,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME:-5,BROTLI_DECODER_ERROR_FORMAT_CL_SPACE:-6,BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE:-7,BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT:-8,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1:-9,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2:-10,BROTLI_DECODER_ERROR_FORMAT_TRANSFORM:-11,BROTLI_DECODER_ERROR_FORMAT_DICTIONARY:-12,BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS:-13,BROTLI_DECODER_ERROR_FORMAT_PADDING_1:-14,BROTLI_DECODER_ERROR_FORMAT_PADDING_2:-15,BROTLI_DECODER_ERROR_FORMAT_DISTANCE:-16,BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET:-19,BROTLI_DECODER_ERROR_INVALID_ARGUMENTS:-20,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES:-21,BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS:-22,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP:-25,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1:-26,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2:-27,BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES:-30,BROTLI_DECODER_ERROR_UNREACHABLE:-31},tu)),nu=re.concat,iu=Symbol("_superWrite");class ou extends Error{code;errno;constructor(e){super("zlib: "+e.message),this.code=e.code,this.errno=e.errno,this.code||(this.code="ZLIB_ERROR"),this.message="zlib: "+e.message,Error.captureStackTrace(this,this.constructor)}get name(){return"ZlibError"}}const su=Symbol("flushFlag");class au extends ga{#e=!1;#t=!1;#r;#n;#i;#o;#s;get sawError(){return this.#e}get handle(){return this.#o}get flushFlag(){return this.#r}constructor(e,t){if(!e||"object"!=typeof e)throw new TypeError("invalid options for ZlibBase constructor");super(e),this.#r=e.flush??0,this.#n=e.finishFlush??0,this.#i=e.fullFlushFlag??0;try{this.#o=new ne[t](e)}catch(e){throw new ou(e)}this.#s=e=>{this.#e||(this.#e=!0,this.close(),this.emit("error",e))},this.#o?.on("error",(e=>this.#s(new ou(e)))),this.once("end",(()=>this.close))}close(){this.#o&&(this.#o.close(),this.#o=void 0,this.emit("close"))}reset(){if(!this.#e)return ee(this.#o,"zlib binding closed"),this.#o.reset?.()}flush(e){this.ended||("number"!=typeof e&&(e=this.#i),this.write(Object.assign(re.alloc(0),{[su]:e})))}end(e,t,r){return"function"==typeof e&&(r=e,t=void 0,e=void 0),"function"==typeof t&&(r=t,t=void 0),e&&(t?this.write(e,t):this.write(e)),this.flush(this.#n),this.#t=!0,super.end(r)}get ended(){return this.#t}[iu](e){return super.write(e)}write(e,t,r){if("function"==typeof t&&(r=t,t="utf8"),"string"==typeof e&&(e=re.from(e,t)),this.#e)return;ee(this.#o,"zlib binding closed");const n=this.#o._handle,i=n.close;n.close=()=>{};const o=this.#o.close;let s,a;this.#o.close=()=>{},re.concat=e=>e;try{const t="number"==typeof e[su]?e[su]:this.#r;s=this.#o._processChunk(e,t),re.concat=nu}catch(e){re.concat=nu,this.#s(new ou(e))}finally{this.#o&&(this.#o._handle=n,n.close=i,this.#o.close=o,this.#o.removeAllListeners("error"))}if(this.#o&&this.#o.on("error",(e=>this.#s(new ou(e)))),s)if(Array.isArray(s)&&s.length>0){const e=s[0];a=this[iu](re.from(e));for(let e=1;e<s.length;e++)a=this[iu](s[e])}else a=this[iu](re.from(s));return r&&r(),a}}class uu extends au{#a;#u;constructor(e,t){(e=e||{}).flush=e.flush||ru.Z_NO_FLUSH,e.finishFlush=e.finishFlush||ru.Z_FINISH,e.fullFlushFlag=ru.Z_FULL_FLUSH,super(e,t),this.#a=e.level,this.#u=e.strategy}params(e,t){if(!this.sawError){if(!this.handle)throw new Error("cannot switch params when binding is closed");if(!this.handle.params)throw new Error("not supported in this implementation");if(this.#a!==e||this.#u!==t){this.flush(ru.Z_SYNC_FLUSH),ee(this.handle,"zlib binding closed");const r=this.handle.flush;this.handle.flush=(e,t)=>{"function"==typeof e&&(t=e,e=this.flushFlag),this.flush(e),t?.()};try{this.handle.params(e,t)}finally{this.handle.flush=r}this.handle&&(this.#a=e,this.#u=t)}}}}class cu extends uu{#c;constructor(e){super(e,"Gzip"),this.#c=e&&!!e.portable}[iu](e){return this.#c?(this.#c=!1,e[9]=255,super[iu](e)):super[iu](e)}}class lu extends uu{constructor(e){super(e,"Unzip")}}class fu extends au{constructor(e,t){(e=e||{}).flush=e.flush||ru.BROTLI_OPERATION_PROCESS,e.finishFlush=e.finishFlush||ru.BROTLI_OPERATION_FINISH,e.fullFlushFlag=ru.BROTLI_OPERATION_FLUSH,super(e,t)}}class du extends fu{constructor(e){super(e,"BrotliCompress")}}class hu extends fu{constructor(e){super(e,"BrotliDecompress")}}class pu{tail;head;length=0;static create(e=[]){return new pu(e)}constructor(e=[]){for(const t of e)this.push(t)}*[Symbol.iterator](){for(let e=this.head;e;e=e.next)yield e.value}removeNode(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");const t=e.next,r=e.prev;return t&&(t.prev=r),r&&(r.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=r),this.length--,e.next=void 0,e.prev=void 0,e.list=void 0,t}unshiftNode(e){if(e===this.head)return;e.list&&e.list.removeNode(e);const t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}pushNode(e){if(e===this.tail)return;e.list&&e.list.removeNode(e);const t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}push(...e){for(let t=0,r=e.length;t<r;t++)vu(this,e[t]);return this.length}unshift(...e){for(var t=0,r=e.length;t<r;t++)gu(this,e[t]);return this.length}pop(){if(!this.tail)return;const e=this.tail.value,t=this.tail;return this.tail=this.tail.prev,this.tail?this.tail.next=void 0:this.head=void 0,t.list=void 0,this.length--,e}shift(){if(!this.head)return;const e=this.head.value,t=this.head;return this.head=this.head.next,this.head?this.head.prev=void 0:this.tail=void 0,t.list=void 0,this.length--,e}forEach(e,t){t=t||this;for(let r=this.head,n=0;r;n++)e.call(t,r.value,n,this),r=r.next}forEachReverse(e,t){t=t||this;for(let r=this.tail,n=this.length-1;r;n--)e.call(t,r.value,n,this),r=r.prev}get(e){let t=0,r=this.head;for(;r&&t<e;t++)r=r.next;if(t===e&&r)return r.value}getReverse(e){let t=0,r=this.tail;for(;r&&t<e;t++)r=r.prev;if(t===e&&r)return r.value}map(e,t){t=t||this;const r=new pu;for(let n=this.head;n;)r.push(e.call(t,n.value,this)),n=n.next;return r}mapReverse(e,t){t=t||this;var r=new pu;for(let n=this.tail;n;)r.push(e.call(t,n.value,this)),n=n.prev;return r}reduce(e,t){let r,n=this.head;if(arguments.length>1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,r=this.head.value}for(var i=0;n;i++)r=e(r,n.value,i),n=n.next;return r}reduceReverse(e,t){let r,n=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,r=this.tail.value}for(let t=this.length-1;n;t--)r=e(r,n.value,t),n=n.prev;return r}toArray(){const e=new Array(this.length);for(let t=0,r=this.head;r;t++)e[t]=r.value,r=r.next;return e}toArrayReverse(){const e=new Array(this.length);for(let t=0,r=this.tail;r;t++)e[t]=r.value,r=r.prev;return e}slice(e=0,t=this.length){t<0&&(t+=this.length),e<0&&(e+=this.length);const r=new pu;if(t<e||t<0)return r;e<0&&(e=0),t>this.length&&(t=this.length);let n=this.head,i=0;for(i=0;n&&i<e;i++)n=n.next;for(;n&&i<t;i++,n=n.next)r.push(n.value);return r}sliceReverse(e=0,t=this.length){t<0&&(t+=this.length),e<0&&(e+=this.length);const r=new pu;if(t<e||t<0)return r;e<0&&(e=0),t>this.length&&(t=this.length);let n=this.length,i=this.tail;for(;i&&n>t;n--)i=i.prev;for(;i&&n>e;n--,i=i.prev)r.push(i.value);return r}splice(e,t=0,...r){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);let n=this.head;for(let t=0;n&&t<e;t++)n=n.next;const i=[];for(let e=0;n&&e<t;e++)i.push(n.value),n=this.removeNode(n);n?n!==this.tail&&(n=n.prev):n=this.tail;for(const e of r)n=mu(this,n,e);return i}reverse(){const e=this.head,t=this.tail;for(let t=e;t;t=t.prev){const e=t.prev;t.prev=t.next,t.next=e}return this.head=t,this.tail=e,this}}function mu(e,t,r){const n=t,i=t?t.next:e.head,o=new yu(r,n,i,e);return void 0===o.next&&(e.tail=o),void 0===o.prev&&(e.head=o),e.length++,o}function vu(e,t){e.tail=new yu(t,e.tail,void 0,e),e.head||(e.head=e.tail),e.length++}function gu(e,t){e.head=new yu(t,void 0,e.head,e),e.tail||(e.tail=e.head),e.length++}class yu{list;next;prev;value;constructor(e,t,r,n){this.list=n,this.value=e,t?(t.next=this,this.prev=t):this.prev=void 0,r?(r.prev=this,this.next=r):this.next=void 0}}const bu=(e,t)=>{t[0]=128;for(var r=t.length;r>1;r--)t[r-1]=255&e,e=Math.floor(e/256)},wu=(e,t)=>{t[0]=255;var r=!1;e*=-1;for(var n=t.length;n>1;n--){var i=255&e;e=Math.floor(e/256),r?t[n-1]=Eu(i):0===i?t[n-1]=0:(r=!0,t[n-1]=xu(i))}},_u=e=>{for(var t=e.length,r=0,n=!1,i=t-1;i>-1;i--){var o,s=Number(e[i]);n?o=Eu(s):0===s?o=s:(n=!0,o=xu(s)),0!==o&&(r-=o*Math.pow(256,t-i-1))}return r},Du=e=>{for(var t=e.length,r=0,n=t-1;n>-1;n--){var i=Number(e[n]);0!==i&&(r+=i*Math.pow(256,t-n-1))}return r},Eu=e=>255&(255^e),xu=e=>1+(255^e)&255,Su=e=>Ou.has(e),Ou=new Map([["0","File"],["","OldFile"],["1","Link"],["2","SymbolicLink"],["3","CharacterDevice"],["4","BlockDevice"],["5","Directory"],["6","FIFO"],["7","ContiguousFile"],["g","GlobalExtendedHeader"],["x","ExtendedHeader"],["A","SolarisACL"],["D","GNUDumpDir"],["I","Inode"],["K","NextFileHasLongLinkpath"],["L","NextFileHasLongPath"],["M","ContinuationFile"],["N","OldGnuLongPath"],["S","SparseFile"],["V","TapeVolumeHeader"],["X","OldExtendedHeader"]]),ku=new Map(Array.from(Ou).map((e=>[e[1],e[0]])));class Cu{cksumValid=!1;needPax=!1;nullBlock=!1;block;path;mode;uid;gid;size;cksum;#l="Unsupported";linkpath;uname;gname;devmaj=0;devmin=0;atime;ctime;mtime;charset;comment;constructor(e,t=0,r,n){Buffer.isBuffer(e)?this.decode(e,t||0,r,n):e&&this.#f(e)}decode(e,t,r,n){if(t||(t=0),!(e&&e.length>=t+512))throw new Error("need 512 bytes for header");this.path=$u(e,t,100),this.mode=Fu(e,t+100,8),this.uid=Fu(e,t+108,8),this.gid=Fu(e,t+116,8),this.size=Fu(e,t+124,12),this.mtime=Pu(e,t+136,12),this.cksum=Fu(e,t+148,12),n&&this.#f(n,!0),r&&this.#f(r);const i=$u(e,t+156,1);if(Su(i)&&(this.#l=i||"0"),"0"===this.#l&&"/"===this.path.slice(-1)&&(this.#l="5"),"5"===this.#l&&(this.size=0),this.linkpath=$u(e,t+157,100),"ustar\x0000"===e.subarray(t+257,t+265).toString())if(this.uname=$u(e,t+265,32),this.gname=$u(e,t+297,32),this.devmaj=Fu(e,t+329,8)??0,this.devmin=Fu(e,t+337,8)??0,0!==e[t+475]){const r=$u(e,t+345,155);this.path=r+"/"+this.path}else{const r=$u(e,t+345,130);r&&(this.path=r+"/"+this.path),this.atime=Pu(e,t+476,12),this.ctime=Pu(e,t+488,12)}let o=256;for(let r=t;r<t+148;r++)o+=e[r];for(let r=t+156;r<t+512;r++)o+=e[r];this.cksumValid=o===this.cksum,void 0===this.cksum&&256===o&&(this.nullBlock=!0)}#f(e,t=!1){Object.assign(this,Object.fromEntries(Object.entries(e).filter((([e,r])=>!(null==r||"path"===e&&t||"linkpath"===e&&t||"global"===e)))))}encode(e,t=0){if(e||(e=this.block=Buffer.alloc(512)),"Unsupported"===this.#l&&(this.#l="0"),!(e.length>=t+512))throw new Error("need 512 bytes for header");const r=this.ctime||this.atime?130:155,n=Au(this.path||"",r),i=n[0],o=n[1];this.needPax=!!n[2],this.needPax=Uu(e,t,100,i)||this.needPax,this.needPax=Iu(e,t+100,8,this.mode)||this.needPax,this.needPax=Iu(e,t+108,8,this.uid)||this.needPax,this.needPax=Iu(e,t+116,8,this.gid)||this.needPax,this.needPax=Iu(e,t+124,12,this.size)||this.needPax,this.needPax=Bu(e,t+136,12,this.mtime)||this.needPax,e[t+156]=this.#l.charCodeAt(0),this.needPax=Uu(e,t+157,100,this.linkpath)||this.needPax,e.write("ustar\x0000",t+257,8),this.needPax=Uu(e,t+265,32,this.uname)||this.needPax,this.needPax=Uu(e,t+297,32,this.gname)||this.needPax,this.needPax=Iu(e,t+329,8,this.devmaj)||this.needPax,this.needPax=Iu(e,t+337,8,this.devmin)||this.needPax,this.needPax=Uu(e,t+345,r,o)||this.needPax,0!==e[t+475]?this.needPax=Uu(e,t+345,155,o)||this.needPax:(this.needPax=Uu(e,t+345,130,o)||this.needPax,this.needPax=Bu(e,t+476,12,this.atime)||this.needPax,this.needPax=Bu(e,t+488,12,this.ctime)||this.needPax);let s=256;for(let r=t;r<t+148;r++)s+=e[r];for(let r=t+156;r<t+512;r++)s+=e[r];return this.cksum=s,Iu(e,t+148,8,this.cksum),this.cksumValid=!0,this.needPax}get type(){return"Unsupported"===this.#l?this.#l:Ou.get(this.#l)}get typeKey(){return this.#l}set type(e){const t=String(ku.get(e));if(Su(t)||"Unsupported"===t)this.#l=t;else{if(!Su(e))throw new TypeError("invalid entry type: "+e);this.#l=e}}}const Au=(e,t)=>{const r=100;let n,o=e,s="";const a=i.parse(e).root||".";if(Buffer.byteLength(o)<r)n=[o,s,!1];else{s=i.dirname(o),o=i.basename(o);do{Buffer.byteLength(o)<=r&&Buffer.byteLength(s)<=t?n=[o,s,!1]:Buffer.byteLength(o)>r&&Buffer.byteLength(s)<=t?n=[o.slice(0,99),s,!0]:(o=i.join(i.basename(s),o),s=i.dirname(s))}while(s!==a&&void 0===n);n||(n=[e.slice(0,99),"",!0])}return n},$u=(e,t,r)=>e.subarray(t,t+r).toString("utf8").replace(/\0.*/,""),Pu=(e,t,r)=>ju(Fu(e,t,r)),ju=e=>void 0===e?void 0:new Date(1e3*e),Fu=(e,t,r)=>128&Number(e[t])?(e=>{const t=e[0],r=128===t?Du(e.subarray(1,e.length)):255===t?_u(e):null;if(null===r)throw Error("invalid base256 encoding");if(!Number.isSafeInteger(r))throw Error("parsed number outside of javascript safe integer range");return r})(e.subarray(t,t+r)):Tu(e,t,r),Tu=(e,t,r)=>{return n=parseInt(e.subarray(t,t+r).toString("utf8").replace(/\0.*$/,"").trim(),8),isNaN(n)?void 0:n;var n},Ru={12:8589934591,8:2097151},Iu=(e,t,r,n)=>void 0!==n&&(n>Ru[r]||n<0?(((e,t)=>{if(!Number.isSafeInteger(e))throw Error("cannot encode number outside of javascript safe integer range");e<0?wu(e,t):bu(e,t)})(n,e.subarray(t,t+r)),!0):(Mu(e,t,r,n),!1)),Mu=(e,t,r,n)=>e.write(Nu(n,r),t,r,"ascii"),Nu=(e,t)=>Lu(Math.floor(e).toString(8),t),Lu=(e,t)=>(e.length===t-1?e:new Array(t-e.length-1).join("0")+e+" ")+"\0",Bu=(e,t,r,n)=>void 0!==n&&Iu(e,t,r,n.getTime()/1e3),zu=new Array(156).join("\0"),Uu=(e,t,r,n)=>void 0!==n&&(e.write(n+zu,t,r,"utf8"),n.length!==Buffer.byteLength(n)||n.length>r);class Wu{atime;mtime;ctime;charset;comment;gid;uid;gname;uname;linkpath;dev;ino;nlink;path;size;mode;global;constructor(e,t=!1){this.atime=e.atime,this.charset=e.charset,this.comment=e.comment,this.ctime=e.ctime,this.dev=e.dev,this.gid=e.gid,this.global=t,this.gname=e.gname,this.ino=e.ino,this.linkpath=e.linkpath,this.mtime=e.mtime,this.nlink=e.nlink,this.path=e.path,this.size=e.size,this.uid=e.uid,this.uname=e.uname}encode(){const e=this.encodeBody();if(""===e)return Buffer.allocUnsafe(0);const t=Buffer.byteLength(e),r=512*Math.ceil(1+t/512),n=Buffer.allocUnsafe(r);for(let e=0;e<512;e++)n[e]=0;new Cu({path:("PaxHeader/"+o(this.path??"")).slice(0,99),mode:this.mode||420,uid:this.uid,gid:this.gid,size:t,mtime:this.mtime,type:this.global?"GlobalExtendedHeader":"ExtendedHeader",linkpath:"",uname:this.uname||"",gname:this.gname||"",devmaj:0,devmin:0,atime:this.atime,ctime:this.ctime}).encode(n),n.write(e,512,t,"utf8");for(let e=t+512;e<n.length;e++)n[e]=0;return n}encodeBody(){return this.encodeField("path")+this.encodeField("ctime")+this.encodeField("atime")+this.encodeField("dev")+this.encodeField("ino")+this.encodeField("nlink")+this.encodeField("charset")+this.encodeField("comment")+this.encodeField("gid")+this.encodeField("gname")+this.encodeField("linkpath")+this.encodeField("mtime")+this.encodeField("size")+this.encodeField("uid")+this.encodeField("uname")}encodeField(e){if(void 0===this[e])return"";const t=this[e],r=" "+("dev"===e||"ino"===e||"nlink"===e?"SCHILY.":"")+e+"="+(t instanceof Date?t.getTime()/1e3:t)+"\n",n=Buffer.byteLength(r);let i=Math.floor(Math.log(n)/Math.log(10))+1;n+i>=Math.pow(10,i)&&(i+=1);return i+n+r}static parse(e,t,r=!1){return new Wu(Vu(qu(e),t),r)}}const Vu=(e,t)=>t?Object.assign({},t,e):e,qu=e=>e.replace(/\n$/,"").split("\n").reduce(Hu,Object.create(null)),Hu=(e,t)=>{const r=parseInt(t,10);if(r!==Buffer.byteLength(t)+1)return e;const n=(t=t.slice((r+" ").length)).split("="),i=n.shift();if(!i)return e;const o=i.replace(/^SCHILY\.(dev|ino|nlink)/,"$1"),s=n.join("=");return e[o]=/^([A-Z]+\.)?([mac]|birth|creation)time$/.test(o)?new Date(1e3*Number(s)):/^[0-9]+$/.test(s)?+s:s,e},Gu="win32"!==(process.env.TESTING_TAR_FAKE_PLATFORM||process.platform)?e=>e:e=>e&&e.replace(/\\/g,"/");class Ku extends ga{extended;globalExtended;header;startBlockSize;blockRemain;remain;type;meta=!1;ignore=!1;path;mode;uid;gid;uname;gname;size=0;mtime;atime;ctime;linkpath;dev;ino;nlink;invalid=!1;absolute;unsupported=!1;constructor(e,t,r){switch(super({}),this.pause(),this.extended=t,this.globalExtended=r,this.header=e,this.remain=e.size??0,this.startBlockSize=512*Math.ceil(this.remain/512),this.blockRemain=this.startBlockSize,this.type=e.type,this.type){case"File":case"OldFile":case"Link":case"SymbolicLink":case"CharacterDevice":case"BlockDevice":case"Directory":case"FIFO":case"ContiguousFile":case"GNUDumpDir":break;case"NextFileHasLongLinkpath":case"NextFileHasLongPath":case"OldGnuLongPath":case"GlobalExtendedHeader":case"ExtendedHeader":case"OldExtendedHeader":this.meta=!0;break;default:this.ignore=!0}if(!e.path)throw new Error("no path provided for tar.ReadEntry");this.path=Gu(e.path),this.mode=e.mode,this.mode&&(this.mode=4095&this.mode),this.uid=e.uid,this.gid=e.gid,this.uname=e.uname,this.gname=e.gname,this.size=this.remain,this.mtime=e.mtime,this.atime=e.atime,this.ctime=e.ctime,this.linkpath=e.linkpath?Gu(e.linkpath):void 0,this.uname=e.uname,this.gname=e.gname,t&&this.#f(t),r&&this.#f(r,!0)}write(e){const t=e.length;if(t>this.blockRemain)throw new Error("writing more to entry than is appropriate");const r=this.remain,n=this.blockRemain;return this.remain=Math.max(0,r-t),this.blockRemain=Math.max(0,n-t),!!this.ignore||(r>=t?super.write(e):super.write(e.subarray(0,r)))}#f(e,t=!1){e.path&&(e.path=Gu(e.path)),e.linkpath&&(e.linkpath=Gu(e.linkpath)),Object.assign(this,Object.fromEntries(Object.entries(e).filter((([e,r])=>!(null==r||"path"===e&&t)))))}}const Yu=(e,t,r,n={})=>{e.file&&(n.file=e.file),e.cwd&&(n.cwd=e.cwd),n.code=r instanceof Error&&r.code||t,n.tarCode=t,e.strict||!1===n.recoverable?r instanceof Error?e.emit("error",Object.assign(r,n)):e.emit("error",Object.assign(new Error(`${t}: ${r}`),n)):(r instanceof Error&&(n=Object.assign(r,n),r=r.message),e.emit("warn",t,r,n))},Ju=Buffer.from([31,139]),Zu=Symbol("state"),Xu=Symbol("writeEntry"),Qu=Symbol("readEntry"),ec=Symbol("nextEntry"),tc=Symbol("processEntry"),rc=Symbol("extendedHeader"),nc=Symbol("globalExtendedHeader"),ic=Symbol("meta"),oc=Symbol("emitMeta"),sc=Symbol("buffer"),ac=Symbol("queue"),uc=Symbol("ended"),cc=Symbol("emittedEnd"),lc=Symbol("emit"),fc=Symbol("unzip"),dc=Symbol("consumeChunk"),hc=Symbol("consumeChunkSub"),pc=Symbol("consumeBody"),mc=Symbol("consumeMeta"),vc=Symbol("consumeHeader"),gc=Symbol("consuming"),yc=Symbol("bufferConcat"),bc=Symbol("maybeEnd"),wc=Symbol("writing"),_c=Symbol("aborted"),Dc=Symbol("onDone"),Ec=Symbol("sawValidEntry"),xc=Symbol("sawNullBlock"),Sc=Symbol("sawEOF"),Oc=Symbol("closeStream"),kc=()=>!0;class Cc extends G{file;strict;maxMetaEntrySize;filter;brotli;writable=!0;readable=!1;[ac]=new pu;[sc];[Qu];[Xu];[Zu]="begin";[ic]="";[rc];[nc];[uc]=!1;[fc];[_c]=!1;[Ec];[xc]=!1;[Sc]=!1;[wc]=!1;[gc]=!1;[cc]=!1;constructor(e={}){super(),this.file=e.file||"",this.on(Dc,(()=>{"begin"!==this[Zu]&&!1!==this[Ec]||this.warn("TAR_BAD_ARCHIVE","Unrecognized archive format")})),e.ondone?this.on(Dc,e.ondone):this.on(Dc,(()=>{this.emit("prefinish"),this.emit("finish"),this.emit("end")})),this.strict=!!e.strict,this.maxMetaEntrySize=e.maxMetaEntrySize||1048576,this.filter="function"==typeof e.filter?e.filter:kc;const t=e.file&&(e.file.endsWith(".tar.br")||e.file.endsWith(".tbr"));this.brotli=e.gzip||void 0===e.brotli?!!t&&void 0:e.brotli,this.on("end",(()=>this[Oc]())),"function"==typeof e.onwarn&&this.on("warn",e.onwarn),"function"==typeof e.onReadEntry&&this.on("entry",e.onReadEntry)}warn(e,t,r={}){Yu(this,e,t,r)}[vc](e,t){let r;void 0===this[Ec]&&(this[Ec]=!1);try{r=new Cu(e,t,this[rc],this[nc])}catch(e){return this.warn("TAR_ENTRY_INVALID",e)}if(r.nullBlock)this[xc]?(this[Sc]=!0,"begin"===this[Zu]&&(this[Zu]="header"),this[lc]("eof")):(this[xc]=!0,this[lc]("nullBlock"));else if(this[xc]=!1,r.cksumValid)if(r.path){const e=r.type;if(/^(Symbolic)?Link$/.test(e)&&!r.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath required",{header:r});else if(/^(Symbolic)?Link$/.test(e)||/^(Global)?ExtendedHeader$/.test(e)||!r.linkpath){const e=this[Xu]=new Ku(r,this[rc],this[nc]);if(!this[Ec])if(e.remain){const t=()=>{e.invalid||(this[Ec]=!0)};e.on("end",t)}else this[Ec]=!0;e.meta?e.size>this.maxMetaEntrySize?(e.ignore=!0,this[lc]("ignoredEntry",e),this[Zu]="ignore",e.resume()):e.size>0&&(this[ic]="",e.on("data",(e=>this[ic]+=e)),this[Zu]="meta"):(this[rc]=void 0,e.ignore=e.ignore||!this.filter(e.path,e),e.ignore?(this[lc]("ignoredEntry",e),this[Zu]=e.remain?"ignore":"header",e.resume()):(e.remain?this[Zu]="body":(this[Zu]="header",e.end()),this[Qu]?this[ac].push(e):(this[ac].push(e),this[ec]())))}else this.warn("TAR_ENTRY_INVALID","linkpath forbidden",{header:r})}else this.warn("TAR_ENTRY_INVALID","path is required",{header:r});else this.warn("TAR_ENTRY_INVALID","checksum failure",{header:r})}[Oc](){queueMicrotask((()=>this.emit("close")))}[tc](e){let t=!0;if(e)if(Array.isArray(e)){const[t,...r]=e;this.emit(t,...r)}else this[Qu]=e,this.emit("entry",e),e.emittedEnd||(e.on("end",(()=>this[ec]())),t=!1);else this[Qu]=void 0,t=!1;return t}[ec](){do{}while(this[tc](this[ac].shift()));if(!this[ac].length){const e=this[Qu];!e||e.flowing||e.size===e.remain?this[wc]||this.emit("drain"):e.once("drain",(()=>this.emit("drain")))}}[pc](e,t){const r=this[Xu];if(!r)throw new Error("attempt to consume body without entry??");const n=r.blockRemain??0,i=n>=e.length&&0===t?e:e.subarray(t,t+n);return r.write(i),r.blockRemain||(this[Zu]="header",this[Xu]=void 0,r.end()),i.length}[mc](e,t){const r=this[Xu],n=this[pc](e,t);return!this[Xu]&&r&&this[oc](r),n}[lc](e,t,r){this[ac].length||this[Qu]?this[ac].push([e,t,r]):this.emit(e,t,r)}[oc](e){switch(this[lc]("meta",this[ic]),e.type){case"ExtendedHeader":case"OldExtendedHeader":this[rc]=Wu.parse(this[ic],this[rc],!1);break;case"GlobalExtendedHeader":this[nc]=Wu.parse(this[ic],this[nc],!0);break;case"NextFileHasLongPath":case"OldGnuLongPath":{const e=this[rc]??Object.create(null);this[rc]=e,e.path=this[ic].replace(/\0.*/,"");break}case"NextFileHasLongLinkpath":{const e=this[rc]||Object.create(null);this[rc]=e,e.linkpath=this[ic].replace(/\0.*/,"");break}default:throw new Error("unknown meta: "+e.type)}}abort(e){this[_c]=!0,this.emit("abort",e),this.warn("TAR_ABORT",e,{recoverable:!1})}write(e,t,r){if("function"==typeof t&&(r=t,t=void 0),"string"==typeof e&&(e=Buffer.from(e,"string"==typeof t?t:"utf8")),this[_c])return r?.(),!1;if((void 0===this[fc]||void 0===this.brotli&&!1===this[fc])&&e){if(this[sc]&&(e=Buffer.concat([this[sc],e]),this[sc]=void 0),e.length<Ju.length)return this[sc]=e,r?.(),!0;for(let t=0;void 0===this[fc]&&t<Ju.length;t++)e[t]!==Ju[t]&&(this[fc]=!1);const t=void 0===this.brotli;if(!1===this[fc]&&t)if(e.length<512){if(!this[uc])return this[sc]=e,r?.(),!0;this.brotli=!0}else try{new Cu(e.subarray(0,512)),this.brotli=!1}catch(e){this.brotli=!0}if(void 0===this[fc]||!1===this[fc]&&this.brotli){const t=this[uc];this[uc]=!1,this[fc]=void 0===this[fc]?new lu({}):new hu({}),this[fc].on("data",(e=>this[dc](e))),this[fc].on("error",(e=>this.abort(e))),this[fc].on("end",(()=>{this[uc]=!0,this[dc]()})),this[wc]=!0;const n=!!this[fc][t?"end":"write"](e);return this[wc]=!1,r?.(),n}}this[wc]=!0,this[fc]?this[fc].write(e):this[dc](e),this[wc]=!1;const n=!this[ac].length&&(!this[Qu]||this[Qu].flowing);return n||this[ac].length||this[Qu]?.once("drain",(()=>this.emit("drain"))),r?.(),n}[yc](e){e&&!this[_c]&&(this[sc]=this[sc]?Buffer.concat([this[sc],e]):e)}[bc](){if(this[uc]&&!this[cc]&&!this[_c]&&!this[gc]){this[cc]=!0;const e=this[Xu];if(e&&e.blockRemain){const t=this[sc]?this[sc].length:0;this.warn("TAR_BAD_ARCHIVE",`Truncated input (needed ${e.blockRemain} more bytes, only ${t} available)`,{entry:e}),this[sc]&&e.write(this[sc]),e.end()}this[lc](Dc)}}[dc](e){if(this[gc]&&e)this[yc](e);else if(e||this[sc]){if(e){if(this[gc]=!0,this[sc]){this[yc](e);const t=this[sc];this[sc]=void 0,this[hc](t)}else this[hc](e);for(;this[sc]&&this[sc]?.length>=512&&!this[_c]&&!this[Sc];){const e=this[sc];this[sc]=void 0,this[hc](e)}this[gc]=!1}}else this[bc]();this[sc]&&!this[uc]||this[bc]()}[hc](e){let t=0;const r=e.length;for(;t+512<=r&&!this[_c]&&!this[Sc];)switch(this[Zu]){case"begin":case"header":this[vc](e,t),t+=512;break;case"ignore":case"body":t+=this[pc](e,t);break;case"meta":t+=this[mc](e,t);break;default:throw new Error("invalid state: "+this[Zu])}t<r&&(this[sc]?this[sc]=Buffer.concat([e.subarray(t),this[sc]]):this[sc]=e.subarray(t))}end(e,t,r){return"function"==typeof e&&(r=e,t=void 0,e=void 0),"function"==typeof t&&(r=t,t=void 0),"string"==typeof e&&(e=Buffer.from(e,t)),r&&this.once("finish",r),this[_c]||(this[fc]?(e&&this[fc].write(e),this[fc].end()):(this[uc]=!0,void 0===this.brotli&&(e=e||Buffer.alloc(0)),e&&this.write(e),this[bc]())),this}}const Ac=e=>{let t=e.length-1,r=-1;for(;t>-1&&"/"===e.charAt(t);)r=t,t--;return-1===r?e:e.slice(0,r)},$c=(e,t)=>{const r=new Map(t.map((e=>[Ac(e),!0]))),n=e.filter,i=(e,t="")=>{const n=t||J(e).root||".";let o;if(e===n)o=!1;else{const t=r.get(e);o=void 0!==t?t:i(Z(e),n)}return r.set(e,o),o};e.filter=n?(e,t)=>n(e,t)&&i(Ac(e)):e=>i(Ac(e))},Pc=eu((e=>{const t=new Cc(e),r=e.file;let n;try{const i=d.statSync(r),o=e.maxReadSize||16777216;if(i.size<o)t.end(d.readFileSync(r));else{let e=0;const s=Buffer.allocUnsafe(o);for(n=d.openSync(r,"r");e<i.size;){const r=d.readSync(n,s,0,o,e);e+=r,t.write(s.subarray(0,r))}t.end()}}finally{if("number"==typeof n)try{d.closeSync(n)}catch(e){}}}),((e,t)=>{const r=new Cc(e),n=e.maxReadSize||16777216,i=e.file,o=new Promise(((e,t)=>{r.on("error",t),r.on("end",e),d.stat(i,((e,o)=>{if(e)t(e);else{const e=new Ga(i,{readSize:n,size:o.size});e.on("error",t),e.pipe(r)}}))}));return o}),(e=>new Cc(e)),(e=>new Cc(e)),((e,t)=>{t?.length&&$c(e,t),e.noResume||(e=>{const t=e.onReadEntry;e.onReadEntry=t?e=>{t(e),e.resume()}:e=>e.resume()})(e)})),jc=(e,t,r)=>(e&=4095,r&&(e=-19&(384|e)),t&&(256&e&&(e|=64),32&e&&(e|=8),4&e&&(e|=1)),e),{isAbsolute:Fc,parse:Tc}=s,Rc=e=>{let t="",r=Tc(e);for(;Fc(e)||r.root;){const n="/"===e.charAt(0)&&"//?/"!==e.slice(0,4)?"/":r.root;e=e.slice(n.length),t+=n,r=Tc(e)}return[t,e]},Ic=["|","<",">","?",":"],Mc=Ic.map((e=>String.fromCharCode(61440+e.charCodeAt(0)))),Nc=new Map(Ic.map(((e,t)=>[e,Mc[t]]))),Lc=new Map(Mc.map(((e,t)=>[e,Ic[t]]))),Bc=e=>Ic.reduce(((e,t)=>e.split(t).join(Nc.get(t))),e),zc=(e,t)=>t?(e=Gu(e).replace(/^\.(\/|$)/,""),Ac(t)+"/"+e):Gu(e),Uc=Symbol("process"),Wc=Symbol("file"),Vc=Symbol("directory"),qc=Symbol("symlink"),Hc=Symbol("hardlink"),Gc=Symbol("header"),Kc=Symbol("read"),Yc=Symbol("lstat"),Jc=Symbol("onlstat"),Zc=Symbol("onread"),Xc=Symbol("onreadlink"),Qc=Symbol("openfile"),el=Symbol("onopenfile"),tl=Symbol("close"),rl=Symbol("mode"),nl=Symbol("awaitDrain"),il=Symbol("ondrain"),ol=Symbol("prefix");class sl extends ga{path;portable;myuid=process.getuid&&process.getuid()||0;myuser=process.env.USER||"";maxReadSize;linkCache;statCache;preservePaths;cwd;strict;mtime;noPax;noMtime;prefix;fd;blockLen=0;blockRemain=0;buf;pos=0;remain=0;length=0;offset=0;win32;absolute;header;type;linkpath;stat;onWriteEntry;#d=!1;constructor(e,t={}){const r=Qa(t);super(),this.path=Gu(e),this.portable=!!r.portable,this.maxReadSize=r.maxReadSize||16777216,this.linkCache=r.linkCache||new Map,this.statCache=r.statCache||new Map,this.preservePaths=!!r.preservePaths,this.cwd=Gu(r.cwd||process.cwd()),this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.mtime=r.mtime,this.prefix=r.prefix?Gu(r.prefix):void 0,this.onWriteEntry=r.onWriteEntry,"function"==typeof r.onwarn&&this.on("warn",r.onwarn);let n=!1;if(!this.preservePaths){const[e,t]=Rc(this.path);e&&"string"==typeof t&&(this.path=t,n=e)}var i;this.win32=!!r.win32||"win32"===process.platform,this.win32&&(this.path=(i=this.path.replace(/\\/g,"/"),Mc.reduce(((e,t)=>e.split(t).join(Lc.get(t))),i)),e=e.replace(/\\/g,"/")),this.absolute=Gu(r.absolute||Y.resolve(this.cwd,e)),""===this.path&&(this.path="./"),n&&this.warn("TAR_ENTRY_INFO",`stripping ${n} from absolute path`,{entry:this,path:n+this.path});const o=this.statCache.get(this.absolute);o?this[Jc](o):this[Yc]()}warn(e,t,r={}){return Yu(this,e,t,r)}emit(e,...t){return"error"===e&&(this.#d=!0),super.emit(e,...t)}[Yc](){j.lstat(this.absolute,((e,t)=>{if(e)return this.emit("error",e);this[Jc](t)}))}[Jc](e){this.statCache.set(this.absolute,e),this.stat=e,e.isFile()||(e.size=0),this.type=cl(e),this.emit("stat",e),this[Uc]()}[Uc](){switch(this.type){case"File":return this[Wc]();case"Directory":return this[Vc]();case"SymbolicLink":return this[qc]();default:return this.end()}}[rl](e){return jc(e,"Directory"===this.type,this.portable)}[ol](e){return zc(e,this.prefix)}[Gc](){if(!this.stat)throw new Error("cannot write header before stat");"Directory"===this.type&&this.portable&&(this.noMtime=!0),this.onWriteEntry?.(this),this.header=new Cu({path:this[ol](this.path),linkpath:"Link"===this.type&&void 0!==this.linkpath?this[ol](this.linkpath):this.linkpath,mode:this[rl](this.stat.mode),uid:this.portable?void 0:this.stat.uid,gid:this.portable?void 0:this.stat.gid,size:this.stat.size,mtime:this.noMtime?void 0:this.mtime||this.stat.mtime,type:"Unsupported"===this.type?void 0:this.type,uname:this.portable?void 0:this.stat.uid===this.myuid?this.myuser:"",atime:this.portable?void 0:this.stat.atime,ctime:this.portable?void 0:this.stat.ctime}),this.header.encode()&&!this.noPax&&super.write(new Wu({atime:this.portable?void 0:this.header.atime,ctime:this.portable?void 0:this.header.ctime,gid:this.portable?void 0:this.header.gid,mtime:this.noMtime?void 0:this.mtime||this.header.mtime,path:this[ol](this.path),linkpath:"Link"===this.type&&void 0!==this.linkpath?this[ol](this.linkpath):this.linkpath,size:this.header.size,uid:this.portable?void 0:this.header.uid,uname:this.portable?void 0:this.header.uname,dev:this.portable?void 0:this.stat.dev,ino:this.portable?void 0:this.stat.ino,nlink:this.portable?void 0:this.stat.nlink}).encode());const e=this.header?.block;if(!e)throw new Error("failed to encode header");super.write(e)}[Vc](){if(!this.stat)throw new Error("cannot create directory entry without stat");"/"!==this.path.slice(-1)&&(this.path+="/"),this.stat.size=0,this[Gc](),this.end()}[qc](){j.readlink(this.absolute,((e,t)=>{if(e)return this.emit("error",e);this[Xc](t)}))}[Xc](e){this.linkpath=Gu(e),this[Gc](),this.end()}[Hc](e){if(!this.stat)throw new Error("cannot create link entry without stat");this.type="Link",this.linkpath=Gu(Y.relative(this.cwd,e)),this.stat.size=0,this[Gc](),this.end()}[Wc](){if(!this.stat)throw new Error("cannot create file entry without stat");if(this.stat.nlink>1){const e=`${this.stat.dev}:${this.stat.ino}`,t=this.linkCache.get(e);if(0===t?.indexOf(this.cwd))return this[Hc](t);this.linkCache.set(e,this.absolute)}if(this[Gc](),0===this.stat.size)return this.end();this[Qc]()}[Qc](){j.open(this.absolute,"r",((e,t)=>{if(e)return this.emit("error",e);this[el](t)}))}[el](e){if(this.fd=e,this.#d)return this[tl]();if(!this.stat)throw new Error("should stat before calling onopenfile");this.blockLen=512*Math.ceil(this.stat.size/512),this.blockRemain=this.blockLen;const t=Math.min(this.blockLen,this.maxReadSize);this.buf=Buffer.allocUnsafe(t),this.offset=0,this.pos=0,this.remain=this.stat.size,this.length=this.buf.length,this[Kc]()}[Kc](){const{fd:e,buf:t,offset:r,length:n,pos:i}=this;if(void 0===e||void 0===t)throw new Error("cannot read file without first opening");j.read(e,t,r,n,i,((e,t)=>{if(e)return this[tl]((()=>this.emit("error",e)));this[Zc](t)}))}[tl](e=(()=>{})){void 0!==this.fd&&j.close(this.fd,e)}[Zc](e){if(e<=0&&this.remain>0){const e=Object.assign(new Error("encountered unexpected EOF"),{path:this.absolute,syscall:"read",code:"EOF"});return this[tl]((()=>this.emit("error",e)))}if(e>this.remain){const e=Object.assign(new Error("did not encounter expected EOF"),{path:this.absolute,syscall:"read",code:"EOF"});return this[tl]((()=>this.emit("error",e)))}if(!this.buf)throw new Error("should have created buffer prior to reading");if(e===this.remain)for(let t=e;t<this.length&&e<this.blockRemain;t++)this.buf[t+this.offset]=0,e++,this.remain++;const t=0===this.offset&&e===this.buf.length?this.buf:this.buf.subarray(this.offset,this.offset+e);this.write(t)?this[il]():this[nl]((()=>this[il]()))}[nl](e){this.once("drain",e)}write(e,t,r){if("function"==typeof t&&(r=t,t=void 0),"string"==typeof e&&(e=Buffer.from(e,"string"==typeof t?t:"utf8")),this.blockRemain<e.length){const e=Object.assign(new Error("writing more data than expected"),{path:this.absolute});return this.emit("error",e)}return this.remain-=e.length,this.blockRemain-=e.length,this.pos+=e.length,this.offset+=e.length,super.write(e,null,r)}[il](){if(!this.remain)return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),this[tl]((e=>e?this.emit("error",e):this.end()));if(!this.buf)throw new Error("buffer lost somehow in ONDRAIN");this.offset>=this.length&&(this.buf=Buffer.allocUnsafe(Math.min(this.blockRemain,this.buf.length)),this.offset=0),this.length=this.buf.length-this.offset,this[Kc]()}}class al extends sl{sync=!0;[Yc](){this[Jc](j.lstatSync(this.absolute))}[qc](){this[Xc](j.readlinkSync(this.absolute))}[Qc](){this[el](j.openSync(this.absolute,"r"))}[Kc](){let e=!0;try{const{fd:t,buf:r,offset:n,length:i,pos:o}=this;if(void 0===t||void 0===r)throw new Error("fd and buf must be set in READ method");const s=j.readSync(t,r,n,i,o);this[Zc](s),e=!1}finally{if(e)try{this[tl]((()=>{}))}catch(e){}}}[nl](e){e()}[tl](e=(()=>{})){void 0!==this.fd&&j.closeSync(this.fd),e()}}class ul extends ga{blockLen=0;blockRemain=0;buf=0;pos=0;remain=0;length=0;preservePaths;portable;strict;noPax;noMtime;readEntry;type;prefix;path;mode;uid;gid;uname;gname;header;mtime;atime;ctime;linkpath;size;onWriteEntry;warn(e,t,r={}){return Yu(this,e,t,r)}constructor(e,t={}){const r=Qa(t);super(),this.preservePaths=!!r.preservePaths,this.portable=!!r.portable,this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.onWriteEntry=r.onWriteEntry,this.readEntry=e;const{type:n}=e;if("Unsupported"===n)throw new Error("writing entry that should be ignored");this.type=n,"Directory"===this.type&&this.portable&&(this.noMtime=!0),this.prefix=r.prefix,this.path=Gu(e.path),this.mode=void 0!==e.mode?this[rl](e.mode):void 0,this.uid=this.portable?void 0:e.uid,this.gid=this.portable?void 0:e.gid,this.uname=this.portable?void 0:e.uname,this.gname=this.portable?void 0:e.gname,this.size=e.size,this.mtime=this.noMtime?void 0:r.mtime||e.mtime,this.atime=this.portable?void 0:e.atime,this.ctime=this.portable?void 0:e.ctime,this.linkpath=void 0!==e.linkpath?Gu(e.linkpath):void 0,"function"==typeof r.onwarn&&this.on("warn",r.onwarn);let i=!1;if(!this.preservePaths){const[e,t]=Rc(this.path);e&&"string"==typeof t&&(this.path=t,i=e)}this.remain=e.size,this.blockRemain=e.startBlockSize,this.onWriteEntry?.(this),this.header=new Cu({path:this[ol](this.path),linkpath:"Link"===this.type&&void 0!==this.linkpath?this[ol](this.linkpath):this.linkpath,mode:this.mode,uid:this.portable?void 0:this.uid,gid:this.portable?void 0:this.gid,size:this.size,mtime:this.noMtime?void 0:this.mtime,type:this.type,uname:this.portable?void 0:this.uname,atime:this.portable?void 0:this.atime,ctime:this.portable?void 0:this.ctime}),i&&this.warn("TAR_ENTRY_INFO",`stripping ${i} from absolute path`,{entry:this,path:i+this.path}),this.header.encode()&&!this.noPax&&super.write(new Wu({atime:this.portable?void 0:this.atime,ctime:this.portable?void 0:this.ctime,gid:this.portable?void 0:this.gid,mtime:this.noMtime?void 0:this.mtime,path:this[ol](this.path),linkpath:"Link"===this.type&&void 0!==this.linkpath?this[ol](this.linkpath):this.linkpath,size:this.size,uid:this.portable?void 0:this.uid,uname:this.portable?void 0:this.uname,dev:this.portable?void 0:this.readEntry.dev,ino:this.portable?void 0:this.readEntry.ino,nlink:this.portable?void 0:this.readEntry.nlink}).encode());const o=this.header?.block;if(!o)throw new Error("failed to encode header");super.write(o),e.pipe(this)}[ol](e){return zc(e,this.prefix)}[rl](e){return jc(e,"Directory"===this.type,this.portable)}write(e,t,r){"function"==typeof t&&(r=t,t=void 0),"string"==typeof e&&(e=Buffer.from(e,"string"==typeof t?t:"utf8"));const n=e.length;if(n>this.blockRemain)throw new Error("writing more to entry than is appropriate");return this.blockRemain-=n,super.write(e,r)}end(e,t,r){return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),"function"==typeof e&&(r=e,t=void 0,e=void 0),"function"==typeof t&&(r=t,t=void 0),"string"==typeof e&&(e=Buffer.from(e,t??"utf8")),r&&this.once("finish",r),e?super.end(e,r):super.end(r),this}}const cl=e=>e.isFile()?"File":e.isDirectory()?"Directory":e.isSymbolicLink()?"SymbolicLink":"Unsupported";class ll{path;absolute;entry;stat;readdir;pending=!1;ignore=!1;piped=!1;constructor(e,t){this.path=e||"./",this.absolute=t}}const fl=Buffer.alloc(1024),dl=Symbol("onStat"),hl=Symbol("ended"),pl=Symbol("queue"),ml=Symbol("current"),vl=Symbol("process"),gl=Symbol("processing"),yl=Symbol("processJob"),bl=Symbol("jobs"),wl=Symbol("jobDone"),_l=Symbol("addFSEntry"),Dl=Symbol("addTarEntry"),El=Symbol("stat"),xl=Symbol("readdir"),Sl=Symbol("onreaddir"),Ol=Symbol("pipe"),kl=Symbol("entry"),Cl=Symbol("entryOpt"),Al=Symbol("writeEntryClass"),$l=Symbol("write"),Pl=Symbol("ondrain");class jl extends ga{opt;cwd;maxReadSize;preservePaths;strict;noPax;prefix;linkCache;statCache;file;portable;zip;readdirCache;noDirRecurse;follow;noMtime;mtime;filter;jobs;[Al];onWriteEntry;[pl];[bl]=0;[gl]=!1;[hl]=!1;constructor(e={}){if(super(),this.opt=e,this.file=e.file||"",this.cwd=e.cwd||process.cwd(),this.maxReadSize=e.maxReadSize,this.preservePaths=!!e.preservePaths,this.strict=!!e.strict,this.noPax=!!e.noPax,this.prefix=Gu(e.prefix||""),this.linkCache=e.linkCache||new Map,this.statCache=e.statCache||new Map,this.readdirCache=e.readdirCache||new Map,this.onWriteEntry=e.onWriteEntry,this[Al]=sl,"function"==typeof e.onwarn&&this.on("warn",e.onwarn),this.portable=!!e.portable,e.gzip||e.brotli){if(e.gzip&&e.brotli)throw new TypeError("gzip and brotli are mutually exclusive");if(e.gzip&&("object"!=typeof e.gzip&&(e.gzip={}),this.portable&&(e.gzip.portable=!0),this.zip=new cu(e.gzip)),e.brotli&&("object"!=typeof e.brotli&&(e.brotli={}),this.zip=new du(e.brotli)),!this.zip)throw new Error("impossible");const t=this.zip;t.on("data",(e=>super.write(e))),t.on("end",(()=>super.end())),t.on("drain",(()=>this[Pl]())),this.on("resume",(()=>t.resume()))}else this.on("drain",this[Pl]);this.noDirRecurse=!!e.noDirRecurse,this.follow=!!e.follow,this.noMtime=!!e.noMtime,e.mtime&&(this.mtime=e.mtime),this.filter="function"==typeof e.filter?e.filter:()=>!0,this[pl]=new pu,this[bl]=0,this.jobs=Number(e.jobs)||4,this[gl]=!1,this[hl]=!1}[$l](e){return super.write(e)}add(e){return this.write(e),this}end(e,t,r){return"function"==typeof e&&(r=e,e=void 0),"function"==typeof t&&(r=t,t=void 0),e&&this.add(e),this[hl]=!0,this[vl](),r&&r(),this}write(e){if(this[hl])throw new Error("write after end");return e instanceof Ku?this[Dl](e):this[_l](e),this.flowing}[Dl](e){const t=Gu(Y.resolve(this.cwd,e.path));if(this.filter(e.path,e)){const r=new ll(e.path,t);r.entry=new ul(e,this[Cl](r)),r.entry.on("end",(()=>this[wl](r))),this[bl]+=1,this[pl].push(r)}else e.resume();this[vl]()}[_l](e){const t=Gu(Y.resolve(this.cwd,e));this[pl].push(new ll(e,t)),this[vl]()}[El](e){e.pending=!0,this[bl]+=1;const t=this.follow?"stat":"lstat";j[t](e.absolute,((t,r)=>{e.pending=!1,this[bl]-=1,t?this.emit("error",t):this[dl](e,r)}))}[dl](e,t){this.statCache.set(e.absolute,t),e.stat=t,this.filter(e.path,t)||(e.ignore=!0),this[vl]()}[xl](e){e.pending=!0,this[bl]+=1,j.readdir(e.absolute,((t,r)=>{if(e.pending=!1,this[bl]-=1,t)return this.emit("error",t);this[Sl](e,r)}))}[Sl](e,t){this.readdirCache.set(e.absolute,t),e.readdir=t,this[vl]()}[vl](){if(!this[gl]){this[gl]=!0;for(let e=this[pl].head;e&&this[bl]<this.jobs;e=e.next)if(this[yl](e.value),e.value.ignore){const t=e.next;this[pl].removeNode(e),e.next=t}this[gl]=!1,this[hl]&&!this[pl].length&&0===this[bl]&&(this.zip?this.zip.end(fl):(super.write(fl),super.end()))}}get[ml](){return this[pl]&&this[pl].head&&this[pl].head.value}[wl](e){this[pl].shift(),this[bl]-=1,this[vl]()}[yl](e){if(!e.pending)if(e.entry)e!==this[ml]||e.piped||this[Ol](e);else{if(!e.stat){const t=this.statCache.get(e.absolute);t?this[dl](e,t):this[El](e)}if(e.stat&&!e.ignore){if(!this.noDirRecurse&&e.stat.isDirectory()&&!e.readdir){const t=this.readdirCache.get(e.absolute);if(t?this[Sl](e,t):this[xl](e),!e.readdir)return}e.entry=this[kl](e),e.entry?e!==this[ml]||e.piped||this[Ol](e):e.ignore=!0}}}[Cl](e){return{onwarn:(e,t,r)=>this.warn(e,t,r),noPax:this.noPax,cwd:this.cwd,absolute:e.absolute,preservePaths:this.preservePaths,maxReadSize:this.maxReadSize,strict:this.strict,portable:this.portable,linkCache:this.linkCache,statCache:this.statCache,noMtime:this.noMtime,mtime:this.mtime,prefix:this.prefix,onWriteEntry:this.onWriteEntry}}[kl](e){this[bl]+=1;try{return new this[Al](e.path,this[Cl](e)).on("end",(()=>this[wl](e))).on("error",(e=>this.emit("error",e)))}catch(e){this.emit("error",e)}}[Pl](){this[ml]&&this[ml].entry&&this[ml].entry.resume()}[Ol](e){e.piped=!0,e.readdir&&e.readdir.forEach((t=>{const r=e.path,n="./"===r?"":r.replace(/\/*$/,"/");this[_l](n+t)}));const t=e.entry,r=this.zip;if(!t)throw new Error("cannot pipe without source");r?t.on("data",(e=>{r.write(e)||t.pause()})):t.on("data",(e=>{super.write(e)||t.pause()}))}pause(){return this.zip&&this.zip.pause(),super.pause()}warn(e,t,r={}){Yu(this,e,t,r)}}class Fl extends jl{sync=!0;constructor(e){super(e),this[Al]=al}pause(){}resume(){}[El](e){const t=this.follow?"statSync":"lstatSync";this[dl](e,j[t](e.absolute))}[xl](e){this[Sl](e,j.readdirSync(e.absolute))}[Ol](e){const t=e.entry,r=this.zip;if(e.readdir&&e.readdir.forEach((t=>{const r=e.path,n="./"===r?"":r.replace(/\/*$/,"/");this[_l](n+t)})),!t)throw new Error("Cannot pipe without source");r?t.on("data",(e=>{r.write(e)})):t.on("data",(e=>{super[$l](e)}))}}const Tl=(e,t)=>{t.forEach((t=>{"@"===t.charAt(0)?Pc({file:n.resolve(e.cwd,t.slice(1)),sync:!0,noResume:!0,onReadEntry:t=>e.add(t)}):e.add(t)})),e.end()},Rl=async(e,t)=>{for(let r=0;r<t.length;r++){const i=String(t[r]);"@"===i.charAt(0)?await Pc({file:n.resolve(String(e.cwd),i.slice(1)),noResume:!0,onReadEntry:t=>{e.add(t)}}):e.add(i)}e.end()};eu(((e,t)=>{const r=new Fl(e),n=new Ja(e.file,{mode:e.mode||438});r.pipe(n),Tl(r,t)}),((e,t)=>{const r=new jl(e),n=new Ya(e.file,{mode:e.mode||438});r.pipe(n);const i=new Promise(((e,t)=>{n.on("error",t),n.on("close",e),r.on("error",t)}));return Rl(r,t),i}),((e,t)=>{const r=new Fl(e);return Tl(r,t),r}),((e,t)=>{const r=new jl(e);return Rl(r,t),r}),((e,t)=>{if(!t?.length)throw new TypeError("no paths specified to add to archive")}));const Il="win32"===(process.env.__FAKE_PLATFORM__||process.platform),{O_CREAT:Ml,O_TRUNC:Nl,O_WRONLY:Ll}=j.constants,Bl=Number(process.env.__FAKE_FS_O_FILENAME__)||j.constants.UV_FS_O_FILEMAP||0,zl=Bl|Nl|Ml|Ll,Ul=Il&&!!Bl?e=>e<524288?zl:"w":()=>"w",Wl=(e,t,r)=>{try{return d.lchownSync(e,t,r)}catch(e){if("ENOENT"!==e?.code)throw e}},Vl=(e,t,r,n)=>{d.lchown(e,t,r,(e=>{n(e&&"ENOENT"!==e?.code?e:null)}))},ql=(e,t,r,i,o)=>{if(t.isDirectory())Hl(n.resolve(e,t.name),r,i,(s=>{if(s)return o(s);const a=n.resolve(e,t.name);Vl(a,r,i,o)}));else{const s=n.resolve(e,t.name);Vl(s,r,i,o)}},Hl=(e,t,r,n)=>{d.readdir(e,{withFileTypes:!0},((i,o)=>{if(i){if("ENOENT"===i.code)return n();if("ENOTDIR"!==i.code&&"ENOTSUP"!==i.code)return n(i)}if(i||!o.length)return Vl(e,t,r,n);let s=o.length,a=null;const u=i=>{if(!a)return i?n(a=i):0==--s?Vl(e,t,r,n):void 0};for(const n of o)ql(e,n,t,r,u)}))},Gl=(e,t,r,i)=>{t.isDirectory()&&Kl(n.resolve(e,t.name),r,i),Wl(n.resolve(e,t.name),r,i)},Kl=(e,t,r)=>{let n;try{n=d.readdirSync(e,{withFileTypes:!0})}catch(n){const i=n;if("ENOENT"===i?.code)return;if("ENOTDIR"===i?.code||"ENOTSUP"===i?.code)return Wl(e,t,r);throw i}for(const i of n)Gl(e,i,t,r);return Wl(e,t,r)},Yl=e=>{if(e)if("object"==typeof e)e={mode:511,...e};else if("number"==typeof e)e={mode:e};else{if("string"!=typeof e)throw new TypeError("invalid options argument");e={mode:parseInt(e,8)}}else e={mode:511};const t=e,r=e.fs||{};return e.mkdir=e.mkdir||r.mkdir||F,e.mkdirAsync=e.mkdirAsync?e.mkdirAsync:async(e,r)=>new Promise(((n,i)=>t.mkdir(e,r,((e,t)=>e?i(e):n(t))))),e.stat=e.stat||r.stat||T,e.statAsync=e.statAsync?e.statAsync:async e=>new Promise(((r,n)=>t.stat(e,((e,t)=>e?n(e):r(t))))),e.statSync=e.statSync||r.statSync||R,e.mkdirSync=e.mkdirSync||r.mkdirSync||I,t},Jl=(e,t,r)=>{const n=Z(e),i={...Yl(t),recursive:!1};if(n===e)try{return i.mkdirSync(e,i)}catch(e){if(e&&"EISDIR"!==e.code)throw e;return}try{return i.mkdirSync(e,i),r||e}catch(t){const o=t;if(o&&"ENOENT"===o.code)return Jl(e,i,Jl(n,i,r));if(o&&"EEXIST"!==o.code&&o&&"EROFS"!==o.code)throw t;try{if(!i.statSync(e).isDirectory())throw t}catch(e){throw t}}},Zl=Object.assign((async(e,t,r)=>{const n=Yl(t);n.recursive=!1;const i=Z(e);return i===e?n.mkdirAsync(e,n).catch((e=>{if(e&&"EISDIR"!==e.code)throw e})):n.mkdirAsync(e,n).then((()=>r||e),(async t=>{const o=t;if(o&&"ENOENT"===o.code)return Zl(i,n).then((t=>Zl(e,n,t)));if(o&&"EEXIST"!==o.code&&"EROFS"!==o.code)throw t;return n.statAsync(e).then((e=>{if(e.isDirectory())return r;throw t}),(()=>{throw t}))}))}),{sync:Jl}),Xl=async(e,t,r)=>{if(r!==t)return e.statAsync(t).then((e=>e.isDirectory()?r:void 0),(r=>r&&"ENOENT"===r.code?Xl(e,Z(t),t):void 0))},Ql=(e,t,r)=>{if(r!==t)try{return e.statSync(t).isDirectory()?r:void 0}catch(r){return r&&"ENOENT"===r.code?Ql(e,Z(t),t):void 0}},ef=(e,t)=>{const r=Yl(t);r.recursive=!0;if(Z(e)===e)return r.mkdirSync(e,r);const n=Ql(r,e);try{return r.mkdirSync(e,r),n}catch(t){if(t&&"ENOENT"===t.code)return Jl(e,r);throw t}},tf=Object.assign((async(e,t)=>{const r={...Yl(t),recursive:!0};return Z(e)===e?await r.mkdirAsync(e,r):Xl(r,e).then((t=>r.mkdirAsync(e,r).then((e=>t||e)).catch((t=>{if(t&&"ENOENT"===t.code)return Zl(e,r);throw t}))))}),{sync:ef}),rf=process.env.__TESTING_MKDIRP_PLATFORM__||process.platform,nf=e=>{if(/\0/.test(e))throw Object.assign(new TypeError("path must be a string without null bytes"),{path:e,code:"ERR_INVALID_ARG_VALUE"});if(e=X(e),"win32"===rf){const t=/[*|"<>?:]/,{root:r}=J(e);if(t.test(e.substring(r.length)))throw Object.assign(new Error("Illegal characters in path."),{path:e,code:"EINVAL"})}return e},of=(process.env.__TESTING_MKDIRP_NODE_VERSION__||process.version).replace(/^v/,"").split("."),sf=+of[0]>10||10==+of[0]&&+of[1]>=12,af=sf?e=>Yl(e).mkdirSync===I:()=>!1,uf=Object.assign(sf?e=>Yl(e).mkdir===F:()=>!1,{sync:af}),cf=(e,t)=>{e=nf(e);const r=Yl(t);return af(r)?ef(e,r):Jl(e,r)},lf=Object.assign((async(e,t)=>{e=nf(e);const r=Yl(t);return uf(r)?tf(e,r):Zl(e,r)}),{mkdirpSync:cf,mkdirpNative:tf,mkdirpNativeSync:ef,mkdirpManual:Zl,mkdirpManualSync:Jl,sync:cf,native:tf,nativeSync:ef,manual:Zl,manualSync:Jl,useNative:uf,useNativeSync:af});class ff extends Error{path;code;syscall="chdir";constructor(e,t){super(`${t}: Cannot cd into '${e}'`),this.path=e,this.code=t}get name(){return"CwdError"}}class df extends Error{path;symlink;syscall="symlink";code="TAR_SYMLINK_ERROR";constructor(e,t){super("TAR_SYMLINK_ERROR: Cannot extract through symbolic link"),this.symlink=e,this.path=t}get name(){return"SymlinkError"}}const hf=(e,t)=>e.get(Gu(t)),pf=(e,t,r)=>e.set(Gu(t),r),mf=(e,t,r)=>{e=Gu(e);const i=t.umask??18,o=448|t.mode,s=0!=(o&i),a=t.uid,u=t.gid,c="number"==typeof a&&"number"==typeof u&&(a!==t.processUid||u!==t.processGid),l=t.preserve,f=t.unlink,d=t.cache,h=Gu(t.cwd),p=(t,n)=>{t?r(t):(pf(d,e,!0),n&&c?Hl(n,a,u,(e=>p(e))):s?j.chmod(e,o,r):r())};if(d&&!0===hf(d,e))return p();if(e===h)return((e,t)=>{j.stat(e,((r,n)=>{!r&&n.isDirectory()||(r=new ff(e,r?.code||"ENOTDIR")),t(r)}))})(e,p);if(l)return lf(e,{mode:o}).then((e=>p(null,e??void 0)),p);const m=Gu(n.relative(h,e)).split("/");vf(h,m,o,d,f,h,void 0,p)},vf=(e,t,r,i,o,s,a,u)=>{if(!t.length)return u(null,a);const c=t.shift(),l=Gu(n.resolve(e+"/"+c));if(hf(i,l))return vf(l,t,r,i,o,s,a,u);j.mkdir(l,r,gf(l,t,r,i,o,s,a,u))},gf=(e,t,r,n,i,o,s,a)=>u=>{u?j.lstat(e,((c,l)=>{if(c)c.path=c.path&&Gu(c.path),a(c);else if(l.isDirectory())vf(e,t,r,n,i,o,s,a);else if(i)j.unlink(e,(u=>{if(u)return a(u);j.mkdir(e,r,gf(e,t,r,n,i,o,s,a))}));else{if(l.isSymbolicLink())return a(new df(e,e+"/"+t.join("/")));a(u)}})):vf(e,t,r,n,i,o,s=s||e,a)},yf=(e,t)=>{e=Gu(e);const r=t.umask??18,i=448|t.mode,o=0!=(i&r),s=t.uid,a=t.gid,u="number"==typeof s&&"number"==typeof a&&(s!==t.processUid||a!==t.processGid),c=t.preserve,l=t.unlink,f=t.cache,d=Gu(t.cwd),h=t=>{pf(f,e,!0),t&&u&&Kl(t,s,a),o&&j.chmodSync(e,i)};if(f&&!0===hf(f,e))return h();if(e===d)return(e=>{let t,r=!1;try{r=j.statSync(e).isDirectory()}catch(e){t=e?.code}finally{if(!r)throw new ff(e,t??"ENOTDIR")}})(d),h();if(c)return h(cf(e,i)??void 0);const p=Gu(n.relative(d,e)).split("/");let m;for(let e=p.shift(),t=d;e&&(t+="/"+e);e=p.shift())if(t=Gu(n.resolve(t)),!hf(f,t))try{j.mkdirSync(t,i),m=m||t,pf(f,t,!0)}catch(e){const r=j.lstatSync(t);if(r.isDirectory()){pf(f,t,!0);continue}if(l){j.unlinkSync(t),j.mkdirSync(t,i),m=m||t,pf(f,t,!0);continue}if(r.isSymbolicLink())return new df(t,t+"/"+p.join("/"))}return h(m)},bf=Object.create(null),{hasOwnProperty:wf}=Object.prototype,_f=e=>(wf.call(bf,e)||(bf[e]=e.normalize("NFD")),bf[e]),Df="win32"===(process.env.TESTING_TAR_FAKE_PLATFORM||process.platform);class Ef{#h=new Map;#p=new Map;#m=new Set;reserve(e,t){e=Df?["win32 parallelization disabled"]:e.map((e=>Ac(a(_f(e))).toLowerCase()));const r=new Set(e.map((e=>(e=>{const t=e.split("/").slice(0,-1).reduce(((e,t)=>{const r=e[e.length-1];return void 0!==r&&(t=a(r,t)),e.push(t||"/"),e}),[]);return t})(e))).reduce(((e,t)=>e.concat(t))));this.#p.set(t,{dirs:r,paths:e});for(const r of e){const e=this.#h.get(r);e?e.push(t):this.#h.set(r,[t])}for(const e of r){const r=this.#h.get(e);if(r){const e=r[r.length-1];e instanceof Set?e.add(t):r.push(new Set([t]))}else this.#h.set(e,[new Set([t])])}return this.#v(t)}#g(e){const t=this.#p.get(e);if(!t)throw new Error("function does not have any path reservations");return{paths:t.paths.map((e=>this.#h.get(e))),dirs:[...t.dirs].map((e=>this.#h.get(e)))}}check(e){const{paths:t,dirs:r}=this.#g(e);return t.every((t=>t&&t[0]===e))&&r.every((t=>t&&t[0]instanceof Set&&t[0].has(e)))}#v(e){return!(this.#m.has(e)||!this.check(e))&&(this.#m.add(e),e((()=>this.#y(e))),!0)}#y(e){if(!this.#m.has(e))return!1;const t=this.#p.get(e);if(!t)throw new Error("invalid reservation");const{paths:r,dirs:n}=t,i=new Set;for(const t of r){const r=this.#h.get(t);if(!r||r?.[0]!==e)continue;const n=r[1];if(n)if(r.shift(),"function"==typeof n)i.add(n);else for(const e of n)i.add(e);else this.#h.delete(t)}for(const t of n){const r=this.#h.get(t),n=r?.[0];if(r&&n instanceof Set)if(1!==n.size||1!==r.length)if(1===n.size){r.shift();const e=r[0];"function"==typeof e&&i.add(e)}else n.delete(e);else this.#h.delete(t)}return this.#m.delete(e),i.forEach((e=>this.#v(e))),!0}}const xf=Symbol("onEntry"),Sf=Symbol("checkFs"),Of=Symbol("checkFs2"),kf=Symbol("pruneCache"),Cf=Symbol("isReusable"),Af=Symbol("makeFs"),$f=Symbol("file"),Pf=Symbol("directory"),jf=Symbol("link"),Ff=Symbol("symlink"),Tf=Symbol("hardlink"),Rf=Symbol("unsupported"),If=Symbol("checkPath"),Mf=Symbol("mkdir"),Nf=Symbol("onError"),Lf=Symbol("pending"),Bf=Symbol("pend"),zf=Symbol("unpend"),Uf=Symbol("ended"),Wf=Symbol("maybeClose"),Vf=Symbol("skip"),qf=Symbol("doChown"),Hf=Symbol("uid"),Gf=Symbol("gid"),Kf=Symbol("checkedCwd"),Yf="win32"===(process.env.TESTING_TAR_FAKE_PLATFORM||process.platform),Jf=(e,t,r)=>void 0!==e&&e===e>>>0?e:void 0!==t&&t===t>>>0?t:r,Zf=e=>Ac(Gu(_f(e))).toLowerCase();class Xf extends Cc{[Uf]=!1;[Kf]=!1;[Lf]=0;reservations=new Ef;transform;writable=!0;readable=!1;dirCache;uid;gid;setOwner;preserveOwner;processGid;processUid;maxDepth;forceChown;win32;newer;keep;noMtime;preservePaths;unlink;cwd;strip;processUmask;umask;dmode;fmode;chmod;constructor(e={}){if(e.ondone=()=>{this[Uf]=!0,this[Wf]()},super(e),this.transform=e.transform,this.dirCache=e.dirCache||new Map,this.chmod=!!e.chmod,"number"==typeof e.uid||"number"==typeof e.gid){if("number"!=typeof e.uid||"number"!=typeof e.gid)throw new TypeError("cannot set owner without number uid and gid");if(e.preserveOwner)throw new TypeError("cannot preserve owner in archive and also set owner explicitly");this.uid=e.uid,this.gid=e.gid,this.setOwner=!0}else this.uid=void 0,this.gid=void 0,this.setOwner=!1;void 0===e.preserveOwner&&"number"!=typeof e.uid?this.preserveOwner=!(!process.getuid||0!==process.getuid()):this.preserveOwner=!!e.preserveOwner,this.processUid=(this.preserveOwner||this.setOwner)&&process.getuid?process.getuid():void 0,this.processGid=(this.preserveOwner||this.setOwner)&&process.getgid?process.getgid():void 0,this.maxDepth="number"==typeof e.maxDepth?e.maxDepth:1024,this.forceChown=!0===e.forceChown,this.win32=!!e.win32||Yf,this.newer=!!e.newer,this.keep=!!e.keep,this.noMtime=!!e.noMtime,this.preservePaths=!!e.preservePaths,this.unlink=!!e.unlink,this.cwd=Gu(n.resolve(e.cwd||process.cwd())),this.strip=Number(e.strip)||0,this.processUmask=this.chmod?"number"==typeof e.processUmask?e.processUmask:process.umask():0,this.umask="number"==typeof e.umask?e.umask:this.processUmask,this.dmode=e.dmode||511&~this.umask,this.fmode=e.fmode||438&~this.umask,this.on("entry",(e=>this[xf](e)))}warn(e,t,r={}){return"TAR_BAD_ARCHIVE"!==e&&"TAR_ABORT"!==e||(r.recoverable=!1),super.warn(e,t,r)}[Wf](){this[Uf]&&0===this[Lf]&&(this.emit("prefinish"),this.emit("finish"),this.emit("end"))}[If](e){const t=Gu(e.path),r=t.split("/");if(this.strip){if(r.length<this.strip)return!1;if("Link"===e.type){const t=Gu(String(e.linkpath)).split("/");if(!(t.length>=this.strip))return!1;e.linkpath=t.slice(this.strip).join("/")}r.splice(0,this.strip),e.path=r.join("/")}if(isFinite(this.maxDepth)&&r.length>this.maxDepth)return this.warn("TAR_ENTRY_ERROR","path excessively deep",{entry:e,path:t,depth:r.length,maxDepth:this.maxDepth}),!1;if(!this.preservePaths){if(r.includes("..")||Yf&&/^[a-z]:\.\.$/i.test(r[0]??""))return this.warn("TAR_ENTRY_ERROR","path contains '..'",{entry:e,path:t}),!1;const[n,i]=Rc(t);n&&(e.path=String(i),this.warn("TAR_ENTRY_INFO",`stripping ${n} from absolute path`,{entry:e,path:t}))}if(n.isAbsolute(e.path)?e.absolute=Gu(n.resolve(e.path)):e.absolute=Gu(n.resolve(this.cwd,e.path)),!this.preservePaths&&"string"==typeof e.absolute&&0!==e.absolute.indexOf(this.cwd+"/")&&e.absolute!==this.cwd)return this.warn("TAR_ENTRY_ERROR","path escaped extraction target",{entry:e,path:Gu(e.path),resolvedPath:e.absolute,cwd:this.cwd}),!1;if(e.absolute===this.cwd&&"Directory"!==e.type&&"GNUDumpDir"!==e.type)return!1;if(this.win32){const{root:t}=n.win32.parse(String(e.absolute));e.absolute=t+Bc(String(e.absolute).slice(t.length));const{root:r}=n.win32.parse(e.path);e.path=r+Bc(e.path.slice(r.length))}return!0}[xf](e){if(!this[If](e))return e.resume();switch(ie.equal(typeof e.absolute,"string"),e.type){case"Directory":case"GNUDumpDir":e.mode&&(e.mode=448|e.mode);case"File":case"OldFile":case"ContiguousFile":case"Link":case"SymbolicLink":return this[Sf](e);default:return this[Rf](e)}}[Nf](e,t){"CwdError"===e.name?this.emit("error",e):(this.warn("TAR_ENTRY_ERROR",e,{entry:t}),this[zf](),t.resume())}[Mf](e,t,r){mf(Gu(e),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cache:this.dirCache,cwd:this.cwd,mode:t},r)}[qf](e){return this.forceChown||this.preserveOwner&&("number"==typeof e.uid&&e.uid!==this.processUid||"number"==typeof e.gid&&e.gid!==this.processGid)||"number"==typeof this.uid&&this.uid!==this.processUid||"number"==typeof this.gid&&this.gid!==this.processGid}[Hf](e){return Jf(this.uid,e.uid,this.processUid)}[Gf](e){return Jf(this.gid,e.gid,this.processGid)}[$f](e,t){const r="number"==typeof e.mode?4095&e.mode:this.fmode,n=new Ya(String(e.absolute),{flags:Ul(e.size),mode:r,autoClose:!1});n.on("error",(r=>{n.fd&&d.close(n.fd,(()=>{})),n.write=()=>!0,this[Nf](r,e),t()}));let i=1;const o=r=>{if(r)return n.fd&&d.close(n.fd,(()=>{})),this[Nf](r,e),void t();0==--i&&void 0!==n.fd&&d.close(n.fd,(r=>{r?this[Nf](r,e):this[zf](),t()}))};n.on("finish",(()=>{const t=String(e.absolute),r=n.fd;if("number"==typeof r&&e.mtime&&!this.noMtime){i++;const n=e.atime||new Date,s=e.mtime;d.futimes(r,n,s,(e=>e?d.utimes(t,n,s,(t=>o(t&&e))):o()))}if("number"==typeof r&&this[qf](e)){i++;const n=this[Hf](e),s=this[Gf](e);"number"==typeof n&&"number"==typeof s&&d.fchown(r,n,s,(e=>e?d.chown(t,n,s,(t=>o(t&&e))):o()))}o()}));const s=this.transform&&this.transform(e)||e;s!==e&&(s.on("error",(r=>{this[Nf](r,e),t()})),e.pipe(s)),s.pipe(n)}[Pf](e,t){const r="number"==typeof e.mode?4095&e.mode:this.dmode;this[Mf](String(e.absolute),r,(r=>{if(r)return this[Nf](r,e),void t();let n=1;const i=()=>{0==--n&&(t(),this[zf](),e.resume())};e.mtime&&!this.noMtime&&(n++,d.utimes(String(e.absolute),e.atime||new Date,e.mtime,i)),this[qf](e)&&(n++,d.chown(String(e.absolute),Number(this[Hf](e)),Number(this[Gf](e)),i)),i()}))}[Rf](e){e.unsupported=!0,this.warn("TAR_ENTRY_UNSUPPORTED",`unsupported entry type: ${e.type}`,{entry:e}),e.resume()}[Ff](e,t){this[jf](e,String(e.linkpath),"symlink",t)}[Tf](e,t){const r=Gu(n.resolve(this.cwd,String(e.linkpath)));this[jf](e,r,"link",t)}[Bf](){this[Lf]++}[zf](){this[Lf]--,this[Wf]()}[Vf](e){this[zf](),e.resume()}[Cf](e,t){return"File"===e.type&&!this.unlink&&t.isFile()&&t.nlink<=1&&!Yf}[Sf](e){this[Bf]();const t=[e.path];e.linkpath&&t.push(e.linkpath),this.reservations.reserve(t,(t=>this[Of](e,t)))}[kf](e){"SymbolicLink"===e.type?(e=>{for(const t of e.keys())e.delete(t)})(this.dirCache):"Directory"!==e.type&&((e,t)=>{t=Zf(t);for(const r of e.keys()){const n=Zf(r);n!==t&&0!==n.indexOf(t+"/")||e.delete(r)}})(this.dirCache,String(e.absolute))}[Of](e,t){this[kf](e);const r=r=>{this[kf](e),t(r)},i=()=>{this[Mf](this.cwd,this.dmode,(t=>{if(t)return this[Nf](t,e),void r();this[Kf]=!0,o()}))},o=()=>{if(e.absolute!==this.cwd){const t=Gu(n.dirname(String(e.absolute)));if(t!==this.cwd)return this[Mf](t,this.dmode,(t=>{if(t)return this[Nf](t,e),void r();s()}))}s()},s=()=>{d.lstat(String(e.absolute),((t,n)=>{if(n&&(this.keep||this.newer&&n.mtime>(e.mtime??n.mtime)))return this[Vf](e),void r();if(t||this[Cf](e,n))return this[Af](null,e,r);if(n.isDirectory()){if("Directory"===e.type){const t=t=>this[Af](t??null,e,r);return this.chmod&&e.mode&&(4095&n.mode)!==e.mode?d.chmod(String(e.absolute),Number(e.mode),t):t()}if(e.absolute!==this.cwd)return d.rmdir(String(e.absolute),(t=>this[Af](t??null,e,r)))}if(e.absolute===this.cwd)return this[Af](null,e,r);((e,t)=>{if(!Yf)return d.unlink(e,t);const r=e+".DELETE."+z(16).toString("hex");d.rename(e,r,(e=>{if(e)return t(e);d.unlink(r,t)}))})(String(e.absolute),(t=>this[Af](t??null,e,r)))}))};this[Kf]?o():i()}[Af](e,t,r){if(e)return this[Nf](e,t),void r();switch(t.type){case"File":case"OldFile":case"ContiguousFile":return this[$f](t,r);case"Link":return this[Tf](t,r);case"SymbolicLink":return this[Ff](t,r);case"Directory":case"GNUDumpDir":return this[Pf](t,r)}}[jf](e,t,r,n){d[r](t,String(e.absolute),(t=>{t?this[Nf](t,e):(this[zf](),e.resume()),n()}))}}const Qf=e=>{try{return[null,e()]}catch(e){return[e,null]}};class ed extends Xf{sync=!0;[Af](e,t){return super[Af](e,t,(()=>{}))}[Sf](e){if(this[kf](e),!this[Kf]){const t=this[Mf](this.cwd,this.dmode);if(t)return this[Nf](t,e);this[Kf]=!0}if(e.absolute!==this.cwd){const t=Gu(n.dirname(String(e.absolute)));if(t!==this.cwd){const r=this[Mf](t,this.dmode);if(r)return this[Nf](r,e)}}const[t,r]=Qf((()=>d.lstatSync(String(e.absolute))));if(r&&(this.keep||this.newer&&r.mtime>(e.mtime??r.mtime)))return this[Vf](e);if(t||this[Cf](e,r))return this[Af](null,e);if(r.isDirectory()){if("Directory"===e.type){const t=this.chmod&&e.mode&&(4095&r.mode)!==e.mode,[n]=t?Qf((()=>{d.chmodSync(String(e.absolute),Number(e.mode))})):[];return this[Af](n,e)}const[t]=Qf((()=>d.rmdirSync(String(e.absolute))));this[Af](t,e)}const[i]=e.absolute===this.cwd?[]:Qf((()=>(e=>{if(!Yf)return d.unlinkSync(e);const t=e+".DELETE."+z(16).toString("hex");d.renameSync(e,t),d.unlinkSync(t)})(String(e.absolute))));this[Af](i,e)}[$f](e,t){const r="number"==typeof e.mode?4095&e.mode:this.fmode,n=r=>{let n;try{d.closeSync(i)}catch(e){n=e}(r||n)&&this[Nf](r||n,e),t()};let i;try{i=d.openSync(String(e.absolute),Ul(e.size),r)}catch(e){return n(e)}const o=this.transform&&this.transform(e)||e;o!==e&&(o.on("error",(t=>this[Nf](t,e))),e.pipe(o)),o.on("data",(e=>{try{d.writeSync(i,e,0,e.length)}catch(e){n(e)}})),o.on("end",(()=>{let t=null;if(e.mtime&&!this.noMtime){const r=e.atime||new Date,n=e.mtime;try{d.futimesSync(i,r,n)}catch(i){try{d.utimesSync(String(e.absolute),r,n)}catch(e){t=i}}}if(this[qf](e)){const r=this[Hf](e),n=this[Gf](e);try{d.fchownSync(i,Number(r),Number(n))}catch(i){try{d.chownSync(String(e.absolute),Number(r),Number(n))}catch(e){t=t||i}}}n(t)}))}[Pf](e,t){const r="number"==typeof e.mode?4095&e.mode:this.dmode,n=this[Mf](String(e.absolute),r);if(n)return this[Nf](n,e),void t();if(e.mtime&&!this.noMtime)try{d.utimesSync(String(e.absolute),e.atime||new Date,e.mtime)}catch(n){}if(this[qf](e))try{d.chownSync(String(e.absolute),Number(this[Hf](e)),Number(this[Gf](e)))}catch(n){}t(),e.resume()}[Mf](e,t){try{return yf(Gu(e),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cache:this.dirCache,cwd:this.cwd,mode:t})}catch(e){return e}}[jf](e,t,r,n){const i=`${r}Sync`;try{d[i](t,String(e.absolute)),n(),e.resume()}catch(t){return this[Nf](t,e)}}}const td=eu((e=>{const t=new ed(e),r=e.file,n=d.statSync(r),i=e.maxReadSize||16777216;new Ka(r,{readSize:i,size:n.size}).pipe(t)}),((e,t)=>{const r=new Xf(e),n=e.maxReadSize||16777216,i=e.file,o=new Promise(((e,t)=>{r.on("error",t),r.on("close",e),d.stat(i,((e,o)=>{if(e)t(e);else{const e=new Ga(i,{readSize:n,size:o.size});e.on("error",t),e.pipe(r)}}))}));return o}),(e=>new ed(e)),(e=>new Xf(e)),((e,t)=>{t?.length&&$c(e,t)})),rd=(e,t,r,n,i)=>{const o=new Ja(e.file,{fd:n,start:r});t.pipe(o),nd(t,i)},nd=(e,t)=>{t.forEach((t=>{"@"===t.charAt(0)?Pc({file:n.resolve(e.cwd,t.slice(1)),sync:!0,noResume:!0,onReadEntry:t=>e.add(t)}):e.add(t)})),e.end()},id=async(e,t)=>{for(let r=0;r<t.length;r++){const i=String(t[r]);"@"===i.charAt(0)?await Pc({file:n.resolve(String(e.cwd),i.slice(1)),noResume:!0,onReadEntry:t=>e.add(t)}):e.add(i)}e.end()},od=eu(((e,t)=>{const r=new Fl(e);let n,i,o=!0;try{try{n=d.openSync(e.file,"r+")}catch(t){if("ENOENT"!==t?.code)throw t;n=d.openSync(e.file,"w+")}const s=d.fstatSync(n),a=Buffer.alloc(512);e:for(i=0;i<s.size;i+=512){for(let e=0,t=0;e<512;e+=t){if(t=d.readSync(n,a,e,a.length-e,i+e),0===i&&31===a[0]&&139===a[1])throw new Error("cannot append to compressed archives");if(!t)break e}const t=new Cu(a);if(!t.cksumValid)break;const r=512*Math.ceil((t.size||0)/512);if(i+r+512>s.size)break;i+=r,e.mtimeCache&&t.mtime&&e.mtimeCache.set(String(t.path),t.mtime)}o=!1,rd(e,r,i,n,t)}finally{if(o)try{d.closeSync(n)}catch(e){}}}),((e,t)=>{t=Array.from(t);const r=new jl(e),n=new Promise(((n,i)=>{r.on("error",i);let o="r+";const s=(a,u)=>a&&"ENOENT"===a.code&&"r+"===o?(o="w+",d.open(e.file,o,s)):a||!u?i(a):void d.fstat(u,((o,s)=>{if(o)return d.close(u,(()=>i(o)));((t,r,n)=>{const i=(e,r)=>{e?d.close(t,(t=>n(e))):n(null,r)};let o=0;if(0===r)return i(null,0);let s=0;const a=Buffer.alloc(512),u=(n,c)=>{if(n||void 0===c)return i(n);if(s+=c,s<512&&c)return d.read(t,a,s,a.length-s,o+s,u);if(0===o&&31===a[0]&&139===a[1])return i(new Error("cannot append to compressed archives"));if(s<512)return i(null,o);const l=new Cu(a);if(!l.cksumValid)return i(null,o);const f=512*Math.ceil((l.size??0)/512);return o+f+512>r?i(null,o):(o+=f+512,o>=r?i(null,o):(e.mtimeCache&&l.mtime&&e.mtimeCache.set(String(l.path),l.mtime),s=0,void d.read(t,a,0,512,o,u)))};d.read(t,a,0,512,o,u)})(u,s.size,((o,s)=>{if(o)return i(o);const a=new Ya(e.file,{fd:u,start:s});r.pipe(a),a.on("error",i),a.on("close",n),id(r,t)}))}));d.open(e.file,o,s)}));return n}),(()=>{throw new TypeError("file is required")}),(()=>{throw new TypeError("file is required")}),((e,t)=>{if(!e.file)throw new TypeError("file is required");if(e.gzip||e.brotli||e.file.endsWith(".br")||e.file.endsWith(".tbr"))throw new TypeError("cannot append to compressed archives");if(!t?.length)throw new TypeError("no paths specified to add/replace")}));eu(od.syncFile,od.asyncFile,od.syncNoFile,od.asyncNoFile,((e,t=[])=>{od.validate?.(e,t),sd(e)}));const sd=e=>{const t=e.filter;e.mtimeCache||(e.mtimeCache=new Map),e.filter=t?(r,n)=>t(r,n)&&!((e.mtimeCache?.get(r)??n.mtime??0)>(n.mtime??0)):(t,r)=>!((e.mtimeCache?.get(t)??r.mtime??0)>(r.mtime??0))};var ad,ud="1.5.0",cd={"@elgato/schemas":"^0.4.1","@humanwhocodes/momoa":"^3.0.0","@zip.js/zip.js":"^2.7.54",ajv:"^8.17.1",chalk:"^5.4.1",commander:"^13.0.0",ejs:"^3.1.10","find-process":"^1.4.10",ignore:"^7.0.3",inquirer:"^12.3.2","is-interactive":"^2.0.0",lodash:"^4.17.21","log-symbols":"^7.0.0","rage-edit":"^1.2.0",semver:"^7.6.3",tar:"^7.4.3"},ld={exports:{}};var fd=function(){if(ad)return ld.exports;function e(e){return Array.isArray(e)?e:[e]}ad=1;const t=/^\s+$/,r=/(?:[^\\]|^)\\$/,n=/^\\!/,i=/^\\#/,o=/\r?\n/g,s=/^\.*\/|^\.+$/,a=/\/$/,u="/";let c="node-ignore";"undefined"!=typeof Symbol&&(c=Symbol.for("node-ignore"));const l=c,f=(e,t,r)=>(Object.defineProperty(e,t,{value:r}),r),d=/([0-z])-([0-z])/g,h=()=>!1,p=[[/^\uFEFF/,()=>""],[/((?:\\\\)*?)(\\?\s+)$/,(e,t,r)=>t+(0===r.indexOf("\\")?" ":"")],[/(\\+?)\s/g,(e,t)=>{const{length:r}=t;return t.slice(0,r-r%2)+" "}],[/[\\$.|*+(){^]/g,e=>`\\${e}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(e,t,r)=>t+6<r.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(e,t,r)=>t+r.replace(/\\\*/g,"[^\\/]*")],[/\\\\\\(?=[$.|*+(){^])/g,()=>"\\"],[/\\\\/g,()=>"\\"],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(e,t,r,n,i)=>"\\"===t?`\\[${r}${(e=>{const{length:t}=e;return e.slice(0,t-t%2)})(n)}${i}`:"]"===i&&n.length%2==0?`[${(e=>e.replace(d,((e,t,r)=>t.charCodeAt(0)<=r.charCodeAt(0)?e:"")))(r)}${n}]`:"[]"],[/(?:[^*])$/,e=>/\/$/.test(e)?`${e}$`:`${e}(?=$|\\/$)`]],m=/(^|\\\/)?\\\*$/,v="regex",g="checkRegex",y={[v]:(e,t)=>`${t?`${t}[^/]+`:"[^/]*"}(?=$|\\/$)`,[g]:(e,t)=>`${t?`${t}[^/]*`:"[^/]*"}(?=$|\\/$)`},b=e=>"string"==typeof e;class w{constructor(e,t,r,n,i,o){this.pattern=e,this.mark=t,this.negative=i,f(this,"body",r),f(this,"ignoreCase",n),f(this,"regexPrefix",o)}get regex(){const e="_"+v;return this[e]?this[e]:this._make(v,e)}get checkRegex(){const e="_"+g;return this[e]?this[e]:this._make(g,e)}_make(e,t){const r=this.regexPrefix.replace(m,y[e]),n=this.ignoreCase?new RegExp(r,"i"):new RegExp(r);return f(this,t,n)}}const _=({pattern:e,mark:t},r)=>{let o=!1,s=e;0===s.indexOf("!")&&(o=!0,s=s.substr(1)),s=s.replace(n,"!").replace(i,"#");const a=(e=>p.reduce(((t,[r,n])=>t.replace(r,n.bind(e))),e))(s);return new w(e,t,s,r,o,a)};class D{constructor(e){this._ignoreCase=e,this._rules=[]}_add(e){if(e&&e[l])return this._rules=this._rules.concat(e._rules._rules),void(this._added=!0);if(b(e)&&(e={pattern:e}),(e=>e&&b(e)&&!t.test(e)&&!r.test(e)&&0!==e.indexOf("#"))(e.pattern)){const t=_(e,this._ignoreCase);this._added=!0,this._rules.push(t)}}add(t){return this._added=!1,e(b(t)?(e=>e.split(o).filter(Boolean))(t):t).forEach(this._add,this),this._added}test(e,t,r){let n,i=!1,o=!1;this._rules.forEach((s=>{const{negative:a}=s;if(o===a&&i!==o||a&&!i&&!o&&!t)return;s[r].test(e)&&(i=!a,o=a,n=a?undefined:s)}));const s={ignored:i,unignored:o};return n&&(s.rule=n),s}}const E=(e,t)=>{throw new t(e)},x=(e,t,r)=>{if(!b(e))return r(`path must be a string, but got \`${t}\``,TypeError);if(!e)return r("path must not be empty",TypeError);if(x.isNotRelative(e)){return r(`path should be a ${"`path.relative()`d"} string, but got "${t}"`,RangeError)}return!0},S=e=>s.test(e);x.isNotRelative=S,x.convert=e=>e;class O{constructor({ignorecase:e=!0,ignoreCase:t=e,allowRelativePaths:r=!1}={}){f(this,l,!0),this._rules=new D(t),this._strictPathCheck=!r,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}add(e){return this._rules.add(e)&&this._initCache(),this}addPattern(e){return this.add(e)}_test(e,t,r,n){const i=e&&x.convert(e);return x(i,e,this._strictPathCheck?E:h),this._t(i,t,r,n)}checkIgnore(e){if(!a.test(e))return this.test(e);const t=e.split(u).filter(Boolean);if(t.pop(),t.length){const e=this._t(t.join(u)+u,this._testCache,!0,t);if(e.ignored)return e}return this._rules.test(e,!1,g)}_t(e,t,r,n){if(e in t)return t[e];if(n||(n=e.split(u).filter(Boolean)),n.pop(),!n.length)return t[e]=this._rules.test(e,r,v);const i=this._t(n.join(u)+u,t,r,n);return t[e]=i.ignored?i:this._rules.test(e,r,v)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(t){return e(t).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}}const k=e=>new O(e);if("undefined"!=typeof process&&(process.env&&process.env.IGNORE_TEST_WIN32||"win32"===process.platform)){const e=e=>/^\\\\\?\\/.test(e)||/["<>|\u0000-\u001F]+/u.test(e)?e:e.replace(/\\/g,"/");x.convert=e;const t=/^[a-z]:\//i;x.isNotRelative=e=>t.test(e)||S(e)}return ld.exports=k,k.default=k,ld.exports.isPathValid=e=>x(e&&x.convert(e),e,h),ld.exports}(),dd=Se(fd);const hd=".sdignore",pd=[hd,".git","/.env*","*.log","*.js.map"];async function md(e,t=pd){const r=dd().add(t),n=a(e,hd);if(h(n)){const e=m(n);try{const t=de({input:e,crlfDelay:1/0});for await(const e of t)r.add(e)}finally{e.close()}}return e=>r.ignores(e)}function vd(e){return wd(e,(e=>!0===e?.isDirectory()))}function gd(e){return wd(e,(e=>!0===e?.isFile()))}function yd(e,t,r){if(!h(e))throw new Error("Source does not exist");if(!p(e).isDirectory())throw new Error("Source must be a directory");if(h(t)){if(!r?.overwrite)throw new Error("Destination already exists");g(t,{recursive:!0})}y(t,{recursive:!0}),b(e,t,{recursive:!0}),g(e,{recursive:!0})}function bd(e){const t="win32"===C(),r=t?["KiB","MiB","GiB","TiB"]:["kB","MB","GB","TB"],n=t?1024:1e3;if(e<n)return`${e} B`;let i=-1;do{e/=n,i++}while(Math.round(e)>=n);return`${e.toFixed(1)} ${r[i]}`}function wd(e,t){const r=p(e,{throwIfNoEntry:!1});return void 0!==r&&(r.isSymbolicLink()?wd(v(e),t):t(r))}function _d(e){return"EBUSY"===Mt.get(e,"code")}function Dd(e){return u(c(he(import.meta.url)),e)}const Ed=["\\","/",":","*","?",'"',"<",">","|"];const xd=new class{async checkUpdate(e){const t=e in cd?cd[e]:void 0;if(void 0===t)throw new Error(`Package is not a dependency, ${e}`);const r=this.list(e),n=await this.search(e),i=this.getLatestVersion(n,t);if(void 0!==i)return void 0===r||Ps.gt(i.version,r.version)?i:void 0}getVersion(e={}){return e.checkEnvironment&&h(Dd("../src"))?`${ud} (dev)`:ud}async install(e){const t=Dd(`../.tmp/${crypto.randomUUID()}.tar.gz`);y(c(t),{recursive:!0});try{await this.download(e,t);const r=Dd(`../node_modules/${e.name}`),n=Dd(`../.tmp/${e.name}/`);h(r)||y(r,{recursive:!0});try{yd(r,n,{overwrite:!0}),y(r,{recursive:!0}),await td({file:t,strip:1,cwd:r})}catch(e){throw yd(n,r,{overwrite:!0}),e}finally{h(n)&&g(n,{recursive:!0})}}finally{g(t)}}list(e){const t=Dd(`../node_modules/${e}`);if(!h(t))return;const r=a(t,"package.json");return h(r)?JSON.parse(_(r,{encoding:"utf-8"})):void 0}async search(e){const t=await fetch(`https://registry.npmjs.org/${e}`,{headers:{Accept:"application/vnd.npm.install-v1+json"}});if(200!==t.status)throw new Error(`Failed to read package from npm registry with status code ${t.status}`);return await t.json()}async download(e,t){if(h(t))throw new Error(`File path already exists: ${t}`);const r=await fetch(e.dist.tarball);if(null===r.body)throw new Error(`Failed to download package ${e.name} from ${e.dist.tarball}`);const n=D(t,{encoding:"utf-8"}),i=V.fromWeb(r.body),o=U("sha1");return new Promise(((r,s)=>{n.on("open",(()=>{i.on("data",(e=>{o.update(e),n.write(e)})).on("error",s).on("close",(()=>{n.close((()=>{o.digest("hex")!==e.dist.shasum&&(g(t),s(`Failed to download package ${e.name} from ${e.dist.tarball}: shasum mismatch`)),r()}))}))}))}))}getLatestVersion(e,t){return Object.keys(e.versions).reduce(((r,n)=>(Ps.satisfies(n,t)&&(void 0===r||Ps.gt(n,r.version))&&(r=e.versions[n]),r)),void 0)}};let Sd;const Od=Object.freeze({npm:{cli:{mode:"prod",version:`^${xd.getVersion()}`},streamDeck:{mode:"prod",version:"^1.0.0"}},reduceMotion:!1,packageManager:"npm"});function kd(){if(void 0===Sd){Sd=Nt.merge({},Od,Cd()||{});const e=(e,t)=>{e.version="prod"===e.mode?t.version:e.version};e(Sd.npm.cli,Od.npm.cli),e(Sd.npm.streamDeck,Od.npm.streamDeck)}return Sd}function Cd(){const e=$d();if(h(e))try{const t=_(e,{encoding:"utf-8"}),r=""===t?{}:JSON.parse(t);return Fd(r),r}catch(e){e instanceof Error?Pd(e.message):Pd("Failed to read local configuration file")}}function Ad(e){const t=$d(),r=Cd()||{};e(r,Od),Fd(r),h(c(t))||y(c(t),{recursive:!0}),E(t,JSON.stringify(r),{encoding:"utf-8"}),void 0===Sd?Sd=Nt.merge({},Od,r):Nt.merge(Sd,Od,r)}function $d(){if("win32"===C()){const e=process.env.APPDATA??a(A(),"AppData/Roaming");return a(e,"Elgato/MakerCLI/config.json")}return a(A(),".config/com.elgato/maker-cli/config.json")}function Pd(e,t){console.log(`${Si} ${e}`),t&&(console.log(),t.forEach((e=>console.log(Pt.yellow(e))))),console.log(),console.log(`Please repair the configuration file or run ${Pt.cyan("streamdeck config reset")} to reset all configuration values.`),console.log(),console.log($d()),process.exit(1)}const jd=new pi({allErrors:!0}).compile({additionalProperties:!0,optionalProperties:{npm:{additionalProperties:!0,optionalProperties:{cli:{additionalProperties:!0,optionalProperties:{mode:{enum:["dev","prod"]},version:{type:"string"}}},streamDeck:{additionalProperties:!0,optionalProperties:{mode:{enum:["dev","prod"]},version:{type:"string"}}}}},reduceMotion:{type:"boolean"},packageManager:{enum:["npm","yarn","pnpm","bun"]}}});function Fd(e){jd(e)||Pd("Invalid configuration",jd.errors?.map((({instancePath:e,message:t,params:{allowedValues:r}})=>{const n=r?`: ${r.join(", ")}`:"";return`[${e.replaceAll("/",".").substring(1)}] ${t}${n}`})))}const Td=["|","/","-","\\"];function Rd(e){const t=function({stream:e=process.stdout}={}){return Boolean(e&&e.isTTY&&"dumb"!==process.env.TERM&&!("CI"in process.env))}()&&void 0!==process.stdout.clearLine;return new Ld({interactive:t,level:zd.LOG,reduceMotion:e||!t})}function Id(){return new Ld({interactive:!1,level:zd.WARN,reduceMotion:!0})}function Md(e){return"string"==typeof e?Pt.green(`'${e}'`):Pt.yellow(e)}class Nd extends Error{constructor(e){super(e)}}class Ld{options;_isLoading=!1;index=-1;message="";timerId;constructor(e){this.options=e}get isLoading(){return this._isLoading}error(e=this.message){return this.stopAndWrite({level:zd.ERROR,text:e}),new Bd}exit(e){process.exit(e)}info(e=this.message){return this.stopAndWrite({level:zd.INFO,text:e})}log(e){return zd.LOG>this.options.level||(this.isLoading&&this.options.interactive&&(process.stdout.cursorTo(0),process.stdout.clearLine(1)),void 0===e?console.log():console.log(e),this.isLoading&&this.options.reduceMotion&&this.options.interactive&&process.stdout.write(`- ${this.message}`)),this}async spin(e,t){if(!(this.options.level<zd.LOG)){if(this.isLoading)throw new Error("An operation is already occupying the busy indicator.");if(this.message=e,void 0===t)this.startSpinner();else try{this.startSpinner(),await t(this,{setText:e=>this.message=e}),this.isLoading&&this.success()}catch(e){throw this.isLoading&&this.error(),e}}}success(e=this.message){return this.stopAndWrite({level:zd.SUCCESS,text:e})}warn(e=this.message){return this.stopAndWrite({level:zd.WARN,text:e})}getSymbol(e){if(process.env.VisualStudioVersion)return"";switch(e){case zd.ERROR:return`${Si} `;case zd.WARN:return`${xi} `;case zd.SUCCESS:return`${Ei} `;case zd.INFO:return`${Di} `;default:return"logSymbols.error"}}startSpinner(){const e=e=>{process.stdout.clearLine(1),process.stdout.cursorTo(0),process.stdout.write(`${e} ${this.message}`)};this.options.interactive?this.options.reduceMotion?e("-"):this.timerId=setInterval((()=>e(Td[++this.index%Td.length])),150):console.log(this.message),this._isLoading=!0}stopAndWrite({level:e,text:t}){return this._isLoading&&(this.timerId&&(clearInterval(this.timerId),this.timerId=void 0),this.options.interactive&&(process.stdout.cursorTo(0),process.stdout.clearLine(1))),this._isLoading=!1,e<=this.options.level&&console.log(`${this.getSymbol(e)}${t}`),this}}class Bd{hasMessageBeenLogged=!1;exit(e){process.exit(e)}log(e){return console.log(),this.hasMessageBeenLogged?console.log(e):console.log(Pt.yellow(e)),this.hasMessageBeenLogged=!0,this}}var zd;function Ud(e,...[t]){return async(...[r])=>{const n=Nt.merge({quiet:!1},t,r),{reduceMotion:i}=kd(),o=n.quiet?Id():Rd(i);try{await e(n,o),o.isLoading&&o.success()}catch(e){throw o.isLoading&&o.error(),e}}}!function(e){e[e.ERROR=0]="ERROR",e[e.WARN=1]="WARN",e[e.SUCCESS=2]="SUCCESS",e[e.INFO=3]="INFO",e[e.LOG=4]="LOG"}(zd||(zd={}));const Wd=Ud(((e,t)=>{const r=(e,n="",i=-2)=>{e instanceof Object?(""!==n&&t.log(`${" ".repeat(i)}${n}:`),Object.entries(e).forEach((([e,t])=>r(t,e,i+2)))):t.log(`${" ".repeat(i)}${n}: ${(e=>{switch(typeof e){case"boolean":case"bigint":case"number":return Pt.yellow(e);case"string":return Pt.green(e);default:return Pt.gray(e)}})(e)}`)},n=Cd();void 0===n?t.info("No local configuration found."):r(n)}));const Vd=Ud(((e,t)=>{let r=!1;Ad(((n,i)=>([e.entry].concat(e.entries).forEach((e=>{const[o,s]=e.split("=");void 0===s?t.warn(`Ignoring undefined value for key ${Pt.yellow(o)}`):"object"!=typeof Nt.get(i,o)?(Nt.set(n,o,Hd(s,o)),r=!0):t.warn(`Ignoring invalid key ${Pt.yellow(o)}`)})),n))),r&&t.success("Updated configuration")})),qd=Ud(((e,t)=>{let r=!1;Ad(((n,i)=>{new Set(e.keys.concat([e.key])).forEach((e=>{Nt.has(i,e)?(Nt.unset(n,e),r=!0):t.warn(`Ignoring invalid key ${Pt.yellow(e)}`)}))})),r&&t.success("Updated configuration")}));function Hd(e,t){return"boolean"==typeof Nt.get(Od,t)?"true"===e.toLowerCase()||"1"===e:e}const Gd=e=>"up"===e.name||"k"===e.name||e.ctrl&&"p"===e.name,Kd=e=>"down"===e.name||"j"===e.name||e.ctrl&&"n"===e.name,Yd=e=>"backspace"===e.name,Jd=e=>"123456789".includes(e.name),Zd=e=>"enter"===e.name||"return"===e.name;class Xd extends Error{name="AbortPromptError";message="Prompt was aborted";constructor(e){super(),this.cause=e?.cause}}class Qd extends Error{name="CancelPromptError";message="Prompt was canceled"}class eh extends Error{name="ExitPromptError"}class th extends Error{name="HookError"}class rh extends Error{name="ValidationError"}const nh=new me;function ih(){const e=nh.getStore();if(!e)throw new th("[Inquirer] Hook functions can only be called from within a prompt");return e}function oh(){return ih().rl}function sh(e){return ve.bind(((...t)=>{const r=ih();let n=!1;const i=r.handleChange;r.handleChange=()=>{n=!0};const o=e(...t);return n&&i(),r.handleChange=i,o}))}function ah(e){const t=ih(),{index:r}=t,n=e({get:()=>t.hooks[r],set(e){t.hooks[r]=e},initialized:r in t.hooks});return t.index++,n}const uh={queue(e){const t=ih(),{index:r}=t;t.hooksEffect.push((()=>{t.hooksCleanup[r]?.();const n=e(oh());if(null!=n&&"function"!=typeof n)throw new rh("useEffect return value must be a cleanup function or nothing.");t.hooksCleanup[r]=n}))},run(){const e=ih();sh((()=>{e.hooksEffect.forEach((e=>{e()})),e.hooksEffect.length=0}))()},clearAll(){const e=ih();e.hooksCleanup.forEach((e=>{e?.()})),e.hooksEffect.length=0,e.hooksCleanup.length=0}};function ch(e){return ah((t=>{const r=e=>{t.get()!==e&&(t.set(e),ih().handleChange())};if(t.initialized)return[t.get(),r];const n="function"==typeof e?e():e;return t.set(n),[n,r]}))}function lh(e,t){ah((r=>{const n=r.get();(!Array.isArray(n)||t.some(((e,t)=>!Object.is(e,n[t]))))&&uh.queue(e),r.set(t)}))}var fh,dh;function hh(){if(dh)return fh;dh=1;const e=P,t=e?.WriteStream?.prototype?.hasColors?.()??!1,r=(e,r)=>{if(!t)return e=>e;const n=`[${e}m`,i=`[${r}m`;return e=>{const t=e+"";let r=t.indexOf(i);if(-1===r)return n+t+i;let o=n,s=0;for(;-1!==r;)o+=t.slice(s,r)+n,s=r+i.length,r=t.indexOf(i,s);return o+=t.slice(s)+i,o}},n={};return n.reset=r(0,0),n.bold=r(1,22),n.dim=r(2,22),n.italic=r(3,23),n.underline=r(4,24),n.overline=r(53,55),n.inverse=r(7,27),n.hidden=r(8,28),n.strikethrough=r(9,29),n.black=r(30,39),n.red=r(31,39),n.green=r(32,39),n.yellow=r(33,39),n.blue=r(34,39),n.magenta=r(35,39),n.cyan=r(36,39),n.white=r(37,39),n.gray=r(90,39),n.bgBlack=r(40,49),n.bgRed=r(41,49),n.bgGreen=r(42,49),n.bgYellow=r(43,49),n.bgBlue=r(44,49),n.bgMagenta=r(45,49),n.bgCyan=r(46,49),n.bgWhite=r(47,49),n.bgGray=r(100,49),n.redBright=r(91,39),n.greenBright=r(92,39),n.yellowBright=r(93,39),n.blueBright=r(94,39),n.magentaBright=r(95,39),n.cyanBright=r(96,39),n.whiteBright=r(97,39),n.bgRedBright=r(101,49),n.bgGreenBright=r(102,49),n.bgYellowBright=r(103,49),n.bgBlueBright=r(104,49),n.bgMagentaBright=r(105,49),n.bgCyanBright=r(106,49),n.bgWhiteBright=r(107,49),fh=n}var ph=Se(hh());const mh={circleQuestionMark:"(?)",questionMarkPrefix:"(?)",square:"█",squareDarkShade:"▓",squareMediumShade:"▒",squareLightShade:"░",squareTop:"▀",squareBottom:"▄",squareLeft:"▌",squareRight:"▐",squareCenter:"■",bullet:"●",dot:"․",ellipsis:"…",pointerSmall:"›",triangleUp:"▲",triangleUpSmall:"▴",triangleDown:"▼",triangleDownSmall:"▾",triangleLeftSmall:"◂",triangleRightSmall:"▸",home:"⌂",heart:"♥",musicNote:"♪",musicNoteBeamed:"♫",arrowUp:"↑",arrowDown:"↓",arrowLeft:"←",arrowRight:"→",arrowLeftRight:"↔",arrowUpDown:"↕",almostEqual:"≈",notEqual:"≠",lessOrEqual:"≤",greaterOrEqual:"≥",identical:"≡",infinity:"∞",subscriptZero:"₀",subscriptOne:"₁",subscriptTwo:"₂",subscriptThree:"₃",subscriptFour:"₄",subscriptFive:"₅",subscriptSix:"₆",subscriptSeven:"₇",subscriptEight:"₈",subscriptNine:"₉",oneHalf:"½",oneThird:"⅓",oneQuarter:"¼",oneFifth:"⅕",oneSixth:"⅙",oneEighth:"⅛",twoThirds:"⅔",twoFifths:"⅖",threeQuarters:"¾",threeFifths:"⅗",threeEighths:"⅜",fourFifths:"⅘",fiveSixths:"⅚",fiveEighths:"⅝",sevenEighths:"⅞",line:"─",lineBold:"━",lineDouble:"═",lineDashed0:"┄",lineDashed1:"┅",lineDashed2:"┈",lineDashed3:"┉",lineDashed4:"╌",lineDashed5:"╍",lineDashed6:"╴",lineDashed7:"╶",lineDashed8:"╸",lineDashed9:"╺",lineDashed10:"╼",lineDashed11:"╾",lineDashed12:"−",lineDashed13:"–",lineDashed14:"‐",lineDashed15:"⁃",lineVertical:"│",lineVerticalBold:"┃",lineVerticalDouble:"║",lineVerticalDashed0:"┆",lineVerticalDashed1:"┇",lineVerticalDashed2:"┊",lineVerticalDashed3:"┋",lineVerticalDashed4:"╎",lineVerticalDashed5:"╏",lineVerticalDashed6:"╵",lineVerticalDashed7:"╷",lineVerticalDashed8:"╹",lineVerticalDashed9:"╻",lineVerticalDashed10:"╽",lineVerticalDashed11:"╿",lineDownLeft:"┐",lineDownLeftArc:"╮",lineDownBoldLeftBold:"┓",lineDownBoldLeft:"┒",lineDownLeftBold:"┑",lineDownDoubleLeftDouble:"╗",lineDownDoubleLeft:"╖",lineDownLeftDouble:"╕",lineDownRight:"┌",lineDownRightArc:"╭",lineDownBoldRightBold:"┏",lineDownBoldRight:"┎",lineDownRightBold:"┍",lineDownDoubleRightDouble:"╔",lineDownDoubleRight:"╓",lineDownRightDouble:"╒",lineUpLeft:"┘",lineUpLeftArc:"╯",lineUpBoldLeftBold:"┛",lineUpBoldLeft:"┚",lineUpLeftBold:"┙",lineUpDoubleLeftDouble:"╝",lineUpDoubleLeft:"╜",lineUpLeftDouble:"╛",lineUpRight:"└",lineUpRightArc:"╰",lineUpBoldRightBold:"┗",lineUpBoldRight:"┖",lineUpRightBold:"┕",lineUpDoubleRightDouble:"╚",lineUpDoubleRight:"╙",lineUpRightDouble:"╘",lineUpDownLeft:"┤",lineUpBoldDownBoldLeftBold:"┫",lineUpBoldDownBoldLeft:"┨",lineUpDownLeftBold:"┥",lineUpBoldDownLeftBold:"┩",lineUpDownBoldLeftBold:"┪",lineUpDownBoldLeft:"┧",lineUpBoldDownLeft:"┦",lineUpDoubleDownDoubleLeftDouble:"╣",lineUpDoubleDownDoubleLeft:"╢",lineUpDownLeftDouble:"╡",lineUpDownRight:"├",lineUpBoldDownBoldRightBold:"┣",lineUpBoldDownBoldRight:"┠",lineUpDownRightBold:"┝",lineUpBoldDownRightBold:"┡",lineUpDownBoldRightBold:"┢",lineUpDownBoldRight:"┟",lineUpBoldDownRight:"┞",lineUpDoubleDownDoubleRightDouble:"╠",lineUpDoubleDownDoubleRight:"╟",lineUpDownRightDouble:"╞",lineDownLeftRight:"┬",lineDownBoldLeftBoldRightBold:"┳",lineDownLeftBoldRightBold:"┯",lineDownBoldLeftRight:"┰",lineDownBoldLeftBoldRight:"┱",lineDownBoldLeftRightBold:"┲",lineDownLeftRightBold:"┮",lineDownLeftBoldRight:"┭",lineDownDoubleLeftDoubleRightDouble:"╦",lineDownDoubleLeftRight:"╥",lineDownLeftDoubleRightDouble:"╤",lineUpLeftRight:"┴",lineUpBoldLeftBoldRightBold:"┻",lineUpLeftBoldRightBold:"┷",lineUpBoldLeftRight:"┸",lineUpBoldLeftBoldRight:"┹",lineUpBoldLeftRightBold:"┺",lineUpLeftRightBold:"┶",lineUpLeftBoldRight:"┵",lineUpDoubleLeftDoubleRightDouble:"╩",lineUpDoubleLeftRight:"╨",lineUpLeftDoubleRightDouble:"╧",lineUpDownLeftRight:"┼",lineUpBoldDownBoldLeftBoldRightBold:"╋",lineUpDownBoldLeftBoldRightBold:"╈",lineUpBoldDownLeftBoldRightBold:"╇",lineUpBoldDownBoldLeftRightBold:"╊",lineUpBoldDownBoldLeftBoldRight:"╉",lineUpBoldDownLeftRight:"╀",lineUpDownBoldLeftRight:"╁",lineUpDownLeftBoldRight:"┽",lineUpDownLeftRightBold:"┾",lineUpBoldDownBoldLeftRight:"╂",lineUpDownLeftBoldRightBold:"┿",lineUpBoldDownLeftBoldRight:"╃",lineUpBoldDownLeftRightBold:"╄",lineUpDownBoldLeftBoldRight:"╅",lineUpDownBoldLeftRightBold:"╆",lineUpDoubleDownDoubleLeftDoubleRightDouble:"╬",lineUpDoubleDownDoubleLeftRight:"╫",lineUpDownLeftDoubleRightDouble:"╪",lineCross:"╳",lineBackslash:"╲",lineSlash:"╱"},vh={...mh,tick:"✔",info:"ℹ",warning:"⚠",cross:"✘",squareSmall:"◻",squareSmallFilled:"◼",circle:"◯",circleFilled:"◉",circleDotted:"◌",circleDouble:"◎",circleCircle:"ⓞ",circleCross:"ⓧ",circlePipe:"Ⓘ",radioOn:"◉",radioOff:"◯",checkboxOn:"☒",checkboxOff:"☐",checkboxCircleOn:"ⓧ",checkboxCircleOff:"Ⓘ",pointer:"❯",triangleUpOutline:"△",triangleLeft:"◀",triangleRight:"▶",lozenge:"◆",lozengeOutline:"◇",hamburger:"☰",smiley:"㋡",mustache:"෴",star:"★",play:"▶",nodejs:"⬢",oneSeventh:"⅐",oneNinth:"⅑",oneTenth:"⅒"},gh={...mh,tick:"√",info:"i",warning:"‼",cross:"×",squareSmall:"□",squareSmallFilled:"■",circle:"( )",circleFilled:"(*)",circleDotted:"( )",circleDouble:"( )",circleCircle:"(○)",circleCross:"(×)",circlePipe:"(│)",radioOn:"(*)",radioOff:"( )",checkboxOn:"[×]",checkboxOff:"[ ]",checkboxCircleOn:"(×)",checkboxCircleOff:"( )",pointer:">",triangleUpOutline:"∆",triangleLeft:"◄",triangleRight:"►",lozenge:"♦",lozengeOutline:"◊",hamburger:"≡",smiley:"☺",mustache:"┌─┐",star:"✶",play:"►",nodejs:"♦",oneSeventh:"1/7",oneNinth:"1/9",oneTenth:"1/10"},yh=("win32"!==O.platform?"linux"!==O.env.TERM:Boolean(O.env.WT_SESSION)||Boolean(O.env.TERMINUS_SUBLIME)||"{cmd::Cmder}"===O.env.ConEmuTask||"Terminus-Sublime"===O.env.TERM_PROGRAM||"vscode"===O.env.TERM_PROGRAM||"xterm-256color"===O.env.TERM||"alacritty"===O.env.TERM||"JetBrains-JediTerm"===O.env.TERMINAL_EMULATOR)?vh:gh,bh={prefix:{idle:ph.blue("?"),done:ph.green(yh.tick)},spinner:{interval:80,frames:["⠋","⠙","⠹","⠸","⠼","⠴","⠦","⠧","⠇","⠏"].map((e=>ph.yellow(e)))},style:{answer:ph.cyan,message:ph.bold,error:e=>ph.red(`> ${e}`),defaultAnswer:e=>ph.dim(`(${e})`),help:ph.dim,highlight:ph.cyan,key:e=>ph.cyan(ph.bold(`<${e}>`))}};function wh(e){if("object"!=typeof e||null===e)return!1;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function _h(...e){const t={};for(const r of e)for(const[e,n]of Object.entries(r)){const r=t[e];t[e]=wh(r)&&wh(n)?_h(r,n):n}return t}function Dh(...e){return _h(...[bh,...e.filter((e=>null!=e))])}function Eh({status:e="idle",theme:t}){const[r,n]=ch(!1),[i,o]=ch(0),{prefix:s,spinner:a}=Dh(t);if(lh((()=>{if("loading"===e){let e,t=-1;const r=setTimeout(ve.bind((()=>{n(!0),e=setInterval(ve.bind((()=>{t+=1,o(t%a.frames.length)})),a.interval)})),300);return()=>{clearTimeout(r),clearInterval(e)}}n(!1)}),[e]),r)return a.frames[i];return"string"==typeof s?s:s["loading"===e?"idle":e]??s.idle}function xh(e,t){return ah((r=>{const n=r.get();if(!n||n.dependencies.length!==t.length||n.dependencies.some(((e,r)=>e!==t[r]))){const n=e();return r.set({value:n,dependencies:t}),n}return n.value}))}function Sh(e){return ch({current:e})[0]}function Oh(e){const t=Sh(e);t.current=e,lh((e=>{let r=!1;const n=sh(((n,i)=>{r||t.current(i,e)}));return e.input.on("keypress",n),()=>{r=!0,e.input.removeListener("keypress",n)}}),[])}var kh,Ch;var Ah,$h,Ph,jh,Fh=Se(Ch?kh:(Ch=1,kh=function(e){const t=function(e){const t={defaultWidth:0,output:process.stdout,tty:ge};return e?(Object.keys(t).forEach((function(r){e[r]||(e[r]=t[r])})),e):t}(e);if(t.output.getWindowSize)return t.output.getWindowSize()[0]||t.defaultWidth;if(t.tty.getWindowSize)return t.tty.getWindowSize()[1]||t.defaultWidth;if(t.output.columns)return t.output.columns;if(process.env.CLI_WIDTH){const e=parseInt(process.env.CLI_WIDTH,10);if(!isNaN(e)&&0!==e)return e}return t.defaultWidth})),Th={exports:{}};function Rh(){return $h||($h=1,Ah=({onlyFirst:e=!1}={})=>{const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}),Ah}function Ih(){if(jh)return Ph;jh=1;const e=Rh();return Ph=t=>"string"==typeof t?t.replace(e(),""):t}var Mh,Nh,Lh,Bh,zh={exports:{}};function Uh(){if(Mh)return zh.exports;Mh=1;const e=e=>!Number.isNaN(e)&&(e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141));return zh.exports=e,zh.exports.default=e,zh.exports}function Wh(){return Lh?Nh:(Lh=1,Nh=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})}function Vh(){if(Bh)return Th.exports;Bh=1;const e=Ih(),t=Uh(),r=Wh(),n=n=>{if("string"!=typeof n||0===n.length)return 0;if(0===(n=e(n)).length)return 0;n=n.replace(r(),"  ");let i=0;for(let e=0;e<n.length;e++){const r=n.codePointAt(e);r<=31||r>=127&&r<=159||(r>=768&&r<=879||(r>65535&&e++,i+=t(r)?2:1))}return i};return Th.exports=n,Th.exports.default=n,Th.exports}var qh,Hh,Gh,Kh,Yh,Jh,Zh,Xh,Qh,ep,tp,rp={exports:{}};function np(){if(Kh)return Gh;Kh=1;const e=Hh?qh:(Hh=1,qh={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}),t={};for(const r of Object.keys(e))t[e[r]]=r;const r={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};Gh=r;for(const e of Object.keys(r)){if(!("channels"in r[e]))throw new Error("missing channels property: "+e);if(!("labels"in r[e]))throw new Error("missing channel labels property: "+e);if(r[e].labels.length!==r[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:n}=r[e];delete r[e].channels,delete r[e].labels,Object.defineProperty(r[e],"channels",{value:t}),Object.defineProperty(r[e],"labels",{value:n})}return r.rgb.hsl=function(e){const t=e[0]/255,r=e[1]/255,n=e[2]/255,i=Math.min(t,r,n),o=Math.max(t,r,n),s=o-i;let a,u;o===i?a=0:t===o?a=(r-n)/s:r===o?a=2+(n-t)/s:n===o&&(a=4+(t-r)/s),a=Math.min(60*a,360),a<0&&(a+=360);const c=(i+o)/2;return u=o===i?0:c<=.5?s/(o+i):s/(2-o-i),[a,100*u,100*c]},r.rgb.hsv=function(e){let t,r,n,i,o;const s=e[0]/255,a=e[1]/255,u=e[2]/255,c=Math.max(s,a,u),l=c-Math.min(s,a,u),f=function(e){return(c-e)/6/l+.5};return 0===l?(i=0,o=0):(o=l/c,t=f(s),r=f(a),n=f(u),s===c?i=n-r:a===c?i=1/3+t-n:u===c&&(i=2/3+r-t),i<0?i+=1:i>1&&(i-=1)),[360*i,100*o,100*c]},r.rgb.hwb=function(e){const t=e[0],n=e[1];let i=e[2];const o=r.rgb.hsl(e)[0],s=1/255*Math.min(t,Math.min(n,i));return i=1-1/255*Math.max(t,Math.max(n,i)),[o,100*s,100*i]},r.rgb.cmyk=function(e){const t=e[0]/255,r=e[1]/255,n=e[2]/255,i=Math.min(1-t,1-r,1-n);return[100*((1-t-i)/(1-i)||0),100*((1-r-i)/(1-i)||0),100*((1-n-i)/(1-i)||0),100*i]},r.rgb.keyword=function(r){const n=t[r];if(n)return n;let i,o=1/0;for(const t of Object.keys(e)){const n=e[t],u=(a=n,((s=r)[0]-a[0])**2+(s[1]-a[1])**2+(s[2]-a[2])**2);u<o&&(o=u,i=t)}var s,a;return i},r.keyword.rgb=function(t){return e[t]},r.rgb.xyz=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255;t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92;return[100*(.4124*t+.3576*r+.1805*n),100*(.2126*t+.7152*r+.0722*n),100*(.0193*t+.1192*r+.9505*n)]},r.rgb.lab=function(e){const t=r.rgb.xyz(e);let n=t[0],i=t[1],o=t[2];n/=95.047,i/=100,o/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;return[116*i-16,500*(n-i),200*(i-o)]},r.hsl.rgb=function(e){const t=e[0]/360,r=e[1]/100,n=e[2]/100;let i,o,s;if(0===r)return s=255*n,[s,s,s];i=n<.5?n*(1+r):n+r-n*r;const a=2*n-i,u=[0,0,0];for(let e=0;e<3;e++)o=t+1/3*-(e-1),o<0&&o++,o>1&&o--,s=6*o<1?a+6*(i-a)*o:2*o<1?i:3*o<2?a+(i-a)*(2/3-o)*6:a,u[e]=255*s;return u},r.hsl.hsv=function(e){const t=e[0];let r=e[1]/100,n=e[2]/100,i=r;const o=Math.max(n,.01);n*=2,r*=n<=1?n:2-n,i*=o<=1?o:2-o;return[t,100*(0===n?2*i/(o+i):2*r/(n+r)),100*((n+r)/2)]},r.hsv.rgb=function(e){const t=e[0]/60,r=e[1]/100;let n=e[2]/100;const i=Math.floor(t)%6,o=t-Math.floor(t),s=255*n*(1-r),a=255*n*(1-r*o),u=255*n*(1-r*(1-o));switch(n*=255,i){case 0:return[n,u,s];case 1:return[a,n,s];case 2:return[s,n,u];case 3:return[s,a,n];case 4:return[u,s,n];case 5:return[n,s,a]}},r.hsv.hsl=function(e){const t=e[0],r=e[1]/100,n=e[2]/100,i=Math.max(n,.01);let o,s;s=(2-r)*n;const a=(2-r)*i;return o=r*i,o/=a<=1?a:2-a,o=o||0,s/=2,[t,100*o,100*s]},r.hwb.rgb=function(e){const t=e[0]/360;let r=e[1]/100,n=e[2]/100;const i=r+n;let o;i>1&&(r/=i,n/=i);const s=Math.floor(6*t),a=1-n;o=6*t-s,0!=(1&s)&&(o=1-o);const u=r+o*(a-r);let c,l,f;switch(s){default:case 6:case 0:c=a,l=u,f=r;break;case 1:c=u,l=a,f=r;break;case 2:c=r,l=a,f=u;break;case 3:c=r,l=u,f=a;break;case 4:c=u,l=r,f=a;break;case 5:c=a,l=r,f=u}return[255*c,255*l,255*f]},r.cmyk.rgb=function(e){const t=e[0]/100,r=e[1]/100,n=e[2]/100,i=e[3]/100;return[255*(1-Math.min(1,t*(1-i)+i)),255*(1-Math.min(1,r*(1-i)+i)),255*(1-Math.min(1,n*(1-i)+i))]},r.xyz.rgb=function(e){const t=e[0]/100,r=e[1]/100,n=e[2]/100;let i,o,s;return i=3.2406*t+-1.5372*r+-.4986*n,o=-.9689*t+1.8758*r+.0415*n,s=.0557*t+-.204*r+1.057*n,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,s=s>.0031308?1.055*s**(1/2.4)-.055:12.92*s,i=Math.min(Math.max(0,i),1),o=Math.min(Math.max(0,o),1),s=Math.min(Math.max(0,s),1),[255*i,255*o,255*s]},r.xyz.lab=function(e){let t=e[0],r=e[1],n=e[2];t/=95.047,r/=100,n/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;return[116*r-16,500*(t-r),200*(r-n)]},r.lab.xyz=function(e){let t,r,n;r=(e[0]+16)/116,t=e[1]/500+r,n=r-e[2]/200;const i=r**3,o=t**3,s=n**3;return r=i>.008856?i:(r-16/116)/7.787,t=o>.008856?o:(t-16/116)/7.787,n=s>.008856?s:(n-16/116)/7.787,t*=95.047,r*=100,n*=108.883,[t,r,n]},r.lab.lch=function(e){const t=e[0],r=e[1],n=e[2];let i;i=360*Math.atan2(n,r)/2/Math.PI,i<0&&(i+=360);return[t,Math.sqrt(r*r+n*n),i]},r.lch.lab=function(e){const t=e[0],r=e[1],n=e[2]/360*2*Math.PI;return[t,r*Math.cos(n),r*Math.sin(n)]},r.rgb.ansi16=function(e,t=null){const[n,i,o]=e;let s=null===t?r.rgb.hsv(e)[2]:t;if(s=Math.round(s/50),0===s)return 30;let a=30+(Math.round(o/255)<<2|Math.round(i/255)<<1|Math.round(n/255));return 2===s&&(a+=60),a},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){const t=e[0],r=e[1],n=e[2];if(t===r&&r===n)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;return 16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},r.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const r=.5*(1+~~(e>50));return[(1&t)*r*255,(t>>1&1)*r*255,(t>>2&1)*r*255]},r.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;e-=16;return[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},r.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},r.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let r=t[0];3===t[0].length&&(r=r.split("").map((e=>e+e)).join(""));const n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},r.rgb.hcg=function(e){const t=e[0]/255,r=e[1]/255,n=e[2]/255,i=Math.max(Math.max(t,r),n),o=Math.min(Math.min(t,r),n),s=i-o;let a,u;return a=s<1?o/(1-s):0,u=s<=0?0:i===t?(r-n)/s%6:i===r?2+(n-t)/s:4+(t-r)/s,u/=6,u%=1,[360*u,100*s,100*a]},r.hsl.hcg=function(e){const t=e[1]/100,r=e[2]/100,n=r<.5?2*t*r:2*t*(1-r);let i=0;return n<1&&(i=(r-.5*n)/(1-n)),[e[0],100*n,100*i]},r.hsv.hcg=function(e){const t=e[1]/100,r=e[2]/100,n=t*r;let i=0;return n<1&&(i=(r-n)/(1-n)),[e[0],100*n,100*i]},r.hcg.rgb=function(e){const t=e[0]/360,r=e[1]/100,n=e[2]/100;if(0===r)return[255*n,255*n,255*n];const i=[0,0,0],o=t%1*6,s=o%1,a=1-s;let u=0;switch(Math.floor(o)){case 0:i[0]=1,i[1]=s,i[2]=0;break;case 1:i[0]=a,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=s;break;case 3:i[0]=0,i[1]=a,i[2]=1;break;case 4:i[0]=s,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=a}return u=(1-r)*n,[255*(r*i[0]+u),255*(r*i[1]+u),255*(r*i[2]+u)]},r.hcg.hsv=function(e){const t=e[1]/100,r=t+e[2]/100*(1-t);let n=0;return r>0&&(n=t/r),[e[0],100*n,100*r]},r.hcg.hsl=function(e){const t=e[1]/100,r=e[2]/100*(1-t)+.5*t;let n=0;return r>0&&r<.5?n=t/(2*r):r>=.5&&r<1&&(n=t/(2*(1-r))),[e[0],100*n,100*r]},r.hcg.hwb=function(e){const t=e[1]/100,r=t+e[2]/100*(1-t);return[e[0],100*(r-t),100*(1-r)]},r.hwb.hcg=function(e){const t=e[1]/100,r=1-e[2]/100,n=r-t;let i=0;return n<1&&(i=(r-n)/(1-n)),[e[0],100*n,100*i]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=function(e){return[0,0,e[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r},r.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]},Gh}function ip(){if(Jh)return Yh;Jh=1;const e=np();function t(t){const r=function(){const t={},r=Object.keys(e);for(let e=r.length,n=0;n<e;n++)t[r[n]]={distance:-1,parent:null};return t}(),n=[t];for(r[t].distance=0;n.length;){const t=n.pop(),i=Object.keys(e[t]);for(let e=i.length,o=0;o<e;o++){const e=i[o],s=r[e];-1===s.distance&&(s.distance=r[t].distance+1,s.parent=t,n.unshift(e))}}return r}function r(e,t){return function(r){return t(e(r))}}function n(t,n){const i=[n[t].parent,t];let o=e[n[t].parent][t],s=n[t].parent;for(;n[s].parent;)i.unshift(n[s].parent),o=r(e[n[s].parent][s],o),s=n[s].parent;return o.conversion=i,o}return Yh=function(e){const r=t(e),i={},o=Object.keys(r);for(let e=o.length,t=0;t<e;t++){const e=o[t];null!==r[e].parent&&(i[e]=n(e,r))}return i}}function op(){if(Xh)return Zh;Xh=1;const e=np(),t=ip(),r={};return Object.keys(e).forEach((n=>{r[n]={},Object.defineProperty(r[n],"channels",{value:e[n].channels}),Object.defineProperty(r[n],"labels",{value:e[n].labels});const i=t(n);Object.keys(i).forEach((e=>{const t=i[e];r[n][e]=function(e){const t=function(...t){const r=t[0];if(null==r)return r;r.length>1&&(t=r);const n=e(t);if("object"==typeof n)for(let e=n.length,t=0;t<e;t++)n[t]=Math.round(n[t]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}(t),r[n][e].raw=function(e){const t=function(...t){const r=t[0];return null==r?r:(r.length>1&&(t=r),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(t)}))})),Zh=r}function sp(){return Qh||(Qh=1,function(e){const t=(e,t)=>(...r)=>`[${e(...r)+t}m`,r=(e,t)=>(...r)=>{const n=e(...r);return`[${38+t};5;${n}m`},n=(e,t)=>(...r)=>{const n=e(...r);return`[${38+t};2;${n[0]};${n[1]};${n[2]}m`},i=e=>e,o=(e,t,r)=>[e,t,r],s=(e,t,r)=>{Object.defineProperty(e,t,{get:()=>{const n=r();return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0}),n},enumerable:!0,configurable:!0})};let a;const u=(e,t,r,n)=>{void 0===a&&(a=op());const i=n?10:0,o={};for(const[n,s]of Object.entries(a)){const a="ansi16"===n?"ansi":n;n===t?o[a]=e(r,i):"object"==typeof s&&(o[a]=e(s[t],i))}return o};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,a={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};a.color.gray=a.color.blackBright,a.bgColor.bgGray=a.bgColor.bgBlackBright,a.color.grey=a.color.blackBright,a.bgColor.bgGrey=a.bgColor.bgBlackBright;for(const[t,r]of Object.entries(a)){for(const[t,n]of Object.entries(r))a[t]={open:`[${n[0]}m`,close:`[${n[1]}m`},r[t]=a[t],e.set(n[0],n[1]);Object.defineProperty(a,t,{value:r,enumerable:!1})}return Object.defineProperty(a,"codes",{value:e,enumerable:!1}),a.color.close="",a.bgColor.close="",s(a.color,"ansi",(()=>u(t,"ansi16",i,!1))),s(a.color,"ansi256",(()=>u(r,"ansi256",i,!1))),s(a.color,"ansi16m",(()=>u(n,"rgb",o,!1))),s(a.bgColor,"ansi",(()=>u(t,"ansi16",i,!0))),s(a.bgColor,"ansi256",(()=>u(r,"ansi256",i,!0))),s(a.bgColor,"ansi16m",(()=>u(n,"rgb",o,!0))),a}})}(rp)),rp.exports}rp.exports;var ap,up,cp=function(){if(tp)return ep;tp=1;const e=Vh(),t=Ih(),r=sp(),n=new Set(["","›"]),i=e=>`${n.values().next().value}[${e}m`,o=(r,i,o)=>{const s=[...i];let a=!1,u=e(t(r[r.length-1]));for(const[t,i]of s.entries()){const c=e(i);if(u+c<=o?r[r.length-1]+=i:(r.push(i),u=0),n.has(i))a=!0;else if(a&&"m"===i){a=!1;continue}a||(u+=c,u===o&&t<s.length-1&&(r.push(""),u=0))}!u&&r[r.length-1].length>0&&r.length>1&&(r[r.length-2]+=r.pop())},s=t=>{const r=t.split(" ");let n=r.length;for(;n>0&&!(e(r[n-1])>0);)n--;return n===r.length?t:r.slice(0,n).join(" ")+r.slice(n).join("")},a=(t,a,u={})=>{if(!1!==u.trim&&""===t.trim())return"";let c,l="",f="";const d=(t=>t.split(" ").map((t=>e(t))))(t);let h=[""];for(const[r,n]of t.split(" ").entries()){!1!==u.trim&&(h[h.length-1]=h[h.length-1].trimLeft());let t=e(h[h.length-1]);if(0!==r&&(t>=a&&(!1===u.wordWrap||!1===u.trim)&&(h.push(""),t=0),(t>0||!1===u.trim)&&(h[h.length-1]+=" ",t++)),u.hard&&d[r]>a){const e=a-t,i=1+Math.floor((d[r]-e-1)/a);Math.floor((d[r]-1)/a)<i&&h.push(""),o(h,n,a)}else{if(t+d[r]>a&&t>0&&d[r]>0){if(!1===u.wordWrap&&t<a){o(h,n,a);continue}h.push("")}t+d[r]>a&&!1===u.wordWrap?o(h,n,a):h[h.length-1]+=n}}!1!==u.trim&&(h=h.map(s)),l=h.join("\n");for(const[e,t]of[...l].entries()){if(f+=t,n.has(t)){const t=parseFloat(/\d[^m]*/.exec(l.slice(e,e+4)));c=39===t?null:t}const o=r.codes.get(Number(c));c&&o&&("\n"===l[e+1]?f+=i(o):"\n"===t&&(f+=i(c)))}return f};return ep=(e,t,r)=>String(e).normalize().replace(/\r\n/g,"\n").split("\n").map((e=>a(e,t,r))).join("\n")}(),lp=Se(cp);function fp(e,t){return e.split("\n").flatMap((e=>lp(e,t,{trim:!1,hard:!0}).split("\n").map((e=>e.trimEnd())))).join("\n")}function dp(){return Fh({defaultWidth:80,output:oh().output})}function hp({items:e,width:t,renderItem:r,active:n,position:i,pageSize:o}){const s=e.map(((e,t)=>({item:e,index:t,isActive:t===n}))),a=function(e,t){const r=t.length,n=(e%r+r)%r;return[...t.slice(n),...t.slice(0,n)]}(n-i,s).slice(0,o),u=e=>null==a[e]?[]:function(e,t){return fp(e,t).split("\n")}(r(a[e]),t),c=Array.from({length:o}),l=u(i).slice(0,o),f=i+l.length<=o?i:o-l.length;c.splice(f,l.length,...l);let d=f+l.length,h=i+1;for(;d<o&&h<a.length;){for(const e of u(h))if(c[d++]=e,d>=o)break;h++}for(d=f-1,h=i-1;d>=0&&h>=0;){for(const e of u(h).reverse())if(c[d--]=e,d<0)break;h--}return c.filter((e=>"string"==typeof e))}function pp({items:e,active:t,renderItem:r,pageSize:n,loop:i=!0}){const o=Sh({position:0,lastActive:0}),s=i?function({active:e,lastActive:t,total:r,pageSize:n,pointer:i}){return r<=n?e:t<e&&e-t<n?Math.min(Math.floor(n/2),i+e-t):i}({active:t,lastActive:o.current.lastActive,total:e.length,pageSize:n,pointer:o.current.position}):function({active:e,pageSize:t,total:r}){const n=Math.floor(t/2);return r<=t||e<n?e:e>=r-n?e+t-r:n}({active:t,total:e.length,pageSize:n});return o.current.position=s,o.current.lastActive=t,hp({items:e,width:dp(),renderItem:r,active:t,position:s,pageSize:n}).join("\n")}var mp=function(){if(up)return ap;up=1;const e=pe;return ap=class extends e{#b=null;constructor(e={}){super(e),this.writable=this.readable=!0,this.muted=!1,this.on("pipe",this._onpipe),this.replace=e.replace,this._prompt=e.prompt||null,this._hadControl=!1}#w(e,t){return this._dest?this._dest[e]:this._src?this._src[e]:t}#_(e,...t){"function"==typeof this._dest?.[e]&&this._dest[e](...t),"function"==typeof this._src?.[e]&&this._src[e](...t)}get isTTY(){return null!==this.#b?this.#b:this.#w("isTTY",!1)}set isTTY(e){this.#b=e}get rows(){return this.#w("rows")}get columns(){return this.#w("columns")}mute(){this.muted=!0}unmute(){this.muted=!1}_onpipe(e){this._src=e}pipe(e,t){return this._dest=e,super.pipe(e,t)}pause(){if(this._src)return this._src.pause()}resume(){if(this._src)return this._src.resume()}write(e){if(this.muted){if(!this.replace)return!0;if(e.match(/^\u001b/))return 0===e.indexOf(this._prompt)&&(e=(e=e.slice(this._prompt.length)).replace(/./g,this.replace),e=this._prompt+e),this._hadControl=!0,this.emit("data",e);this._prompt&&this._hadControl&&0===e.indexOf(this._prompt)&&(this._hadControl=!1,this.emit("data",this._prompt),e=e.slice(this._prompt.length)),e=e.toString().replace(/./g,this.replace)}this.emit("data",e)}end(e){this.muted&&(e=e&&this.replace?e.toString().replace(/./g,this.replace):null),e&&this.emit("data",e),this.emit("end")}destroy(...e){return this.#_("destroy",...e)}destroySoon(...e){return this.#_("destroySoon",...e)}close(...e){return this.#_("close",...e)}},ap}(),vp=Se(mp);const gp=[];gp.push("SIGHUP","SIGINT","SIGTERM"),"win32"!==process.platform&&gp.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT"),"linux"===process.platform&&gp.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT");const yp=e=>!!e&&"object"==typeof e&&"function"==typeof e.removeListener&&"function"==typeof e.emit&&"function"==typeof e.reallyExit&&"function"==typeof e.listeners&&"function"==typeof e.kill&&"number"==typeof e.pid&&"function"==typeof e.on,bp=Symbol.for("signal-exit emitter"),wp=globalThis,_p=Object.defineProperty.bind(Object);class Dp{emitted={afterExit:!1,exit:!1};listeners={afterExit:[],exit:[]};count=0;id=Math.random();constructor(){if(wp[bp])return wp[bp];_p(wp,bp,{value:this,writable:!1,enumerable:!1,configurable:!1})}on(e,t){this.listeners[e].push(t)}removeListener(e,t){const r=this.listeners[e],n=r.indexOf(t);-1!==n&&(0===n&&1===r.length?r.length=0:r.splice(n,1))}emit(e,t,r){if(this.emitted[e])return!1;this.emitted[e]=!0;let n=!1;for(const i of this.listeners[e])n=!0===i(t,r)||n;return"exit"===e&&(n=this.emit("afterExit",t,r)||n),n}}class Ep{}const xp=globalThis.process,{onExit:Sp,load:Op,unload:kp}=(Cp=yp(xp)?new class extends Ep{#D="win32"===xp.platform?"SIGINT":"SIGHUP";#E=new Dp;#x;#S;#O;#k={};#C=!1;constructor(e){super(),this.#x=e,this.#k={};for(const t of gp)this.#k[t]=()=>{const r=this.#x.listeners(t);let{count:n}=this.#E;const i=e;if("object"==typeof i.__signal_exit_emitter__&&"number"==typeof i.__signal_exit_emitter__.count&&(n+=i.__signal_exit_emitter__.count),r.length===n){this.unload();const r=this.#E.emit("exit",null,t),n="SIGHUP"===t?this.#D:t;r||e.kill(e.pid,n)}};this.#O=e.reallyExit,this.#S=e.emit}onExit(e,t){if(!yp(this.#x))return()=>{};!1===this.#C&&this.load();const r=t?.alwaysLast?"afterExit":"exit";return this.#E.on(r,e),()=>{this.#E.removeListener(r,e),0===this.#E.listeners.exit.length&&0===this.#E.listeners.afterExit.length&&this.unload()}}load(){if(!this.#C){this.#C=!0,this.#E.count+=1;for(const e of gp)try{const t=this.#k[e];t&&this.#x.on(e,t)}catch(e){}this.#x.emit=(e,...t)=>this.#A(e,...t),this.#x.reallyExit=e=>this.#$(e)}}unload(){this.#C&&(this.#C=!1,gp.forEach((e=>{const t=this.#k[e];if(!t)throw new Error("Listener not defined for signal: "+e);try{this.#x.removeListener(e,t)}catch(e){}})),this.#x.emit=this.#S,this.#x.reallyExit=this.#O,this.#E.count-=1)}#$(e){return yp(this.#x)?(this.#x.exitCode=e||0,this.#E.emit("exit",this.#x.exitCode,null),this.#O.call(this.#x,this.#x.exitCode)):0}#A(e,...t){const r=this.#S;if("exit"===e&&yp(this.#x)){"number"==typeof t[0]&&(this.#x.exitCode=t[0]);const n=r.call(this.#x,e,...t);return this.#E.emit("exit",this.#x.exitCode,null),n}return r.call(this.#x,e,...t)}}(xp):new class extends Ep{onExit(){return()=>{}}load(){}unload(){}},{onExit:(e,t)=>Cp.onExit(e,t),load:()=>Cp.load(),unload:()=>Cp.unload()});var Cp,Ap,$p=Se(Ih()),Pp={exports:{}};var jp=(Ap||(Ap=1,function(e){const t=e.exports;e.exports.default=t;const r="[",n="]",i="",o=";",s="Apple_Terminal"===process.env.TERM_PROGRAM;t.cursorTo=(e,t)=>{if("number"!=typeof e)throw new TypeError("The `x` argument is required");return"number"!=typeof t?r+(e+1)+"G":r+(t+1)+";"+(e+1)+"H"},t.cursorMove=(e,t)=>{if("number"!=typeof e)throw new TypeError("The `x` argument is required");let n="";return e<0?n+=r+-e+"D":e>0&&(n+=r+e+"C"),t<0?n+=r+-t+"A":t>0&&(n+=r+t+"B"),n},t.cursorUp=(e=1)=>r+e+"A",t.cursorDown=(e=1)=>r+e+"B",t.cursorForward=(e=1)=>r+e+"C",t.cursorBackward=(e=1)=>r+e+"D",t.cursorLeft="",t.cursorSavePosition=s?"7":"",t.cursorRestorePosition=s?"8":"",t.cursorGetPosition="",t.cursorNextLine="",t.cursorPrevLine="",t.cursorHide="[?25l",t.cursorShow="[?25h",t.eraseLines=e=>{let r="";for(let n=0;n<e;n++)r+=t.eraseLine+(n<e-1?t.cursorUp():"");return e&&(r+=t.cursorLeft),r},t.eraseEndLine="",t.eraseStartLine="",t.eraseLine="",t.eraseDown="",t.eraseUp="",t.eraseScreen="",t.scrollUp="",t.scrollDown="",t.clearScreen="c",t.clearTerminal="win32"===process.platform?`${t.eraseScreen}${r}0f`:`${t.eraseScreen}${r}3J${r}H`,t.beep=i,t.link=(e,t)=>[n,"8",o,o,t,i,e,n,"8",o,o,i].join(""),t.image=(e,t={})=>{let r=`${n}1337;File=inline=1`;return t.width&&(r+=`;width=${t.width}`),t.height&&(r+=`;height=${t.height}`),!1===t.preserveAspectRatio&&(r+=";preserveAspectRatio=0"),r+":"+e.toString("base64")+i},t.iTerm={setCwd:(e=process.cwd())=>`${n}50;CurrentDir=${e}${i}`,annotation:(e,t={})=>{let r=`${n}1337;`;const o=void 0!==t.x,s=void 0!==t.y;if((o||s)&&(!o||!s||void 0===t.length))throw new Error("`x`, `y` and `length` must be defined when `x` or `y` is defined");return e=e.replace(/\|/g,""),r+=t.isHidden?"AddHiddenAnnotation=":"AddAnnotation=",t.length>0?r+=(o?[e,t.length,t.x,t.y]:[t.length,e]).join("|"):r+=e,r+i}}}(Pp)),Pp.exports),Fp=Se(jp);const Tp=e=>e.split("\n").length;function Rp(e){return e>0?Fp.cursorDown(e):""}class Ip{rl;height=0;extraLinesUnderPrompt=0;cursorPos;constructor(e){this.rl=e,this.rl=e,this.cursorPos=e.getCursorPos()}write(e){this.rl.output.unmute(),this.rl.output.write(e),this.rl.output.mute()}render(e,t=""){const r=(e=>e.split("\n").pop()??"")(e),n=$p(r);let i=n;this.rl.line.length>0&&(i=i.slice(0,-this.rl.line.length)),this.rl.setPrompt(i),this.cursorPos=this.rl.getCursorPos();const o=dp();e=fp(e,o),t=fp(t,o),n.length%o==0&&(e+="\n");let s=e+(t?"\n"+t:"");const a=Math.floor(n.length/o)-this.cursorPos.rows+(t?Tp(t):0);a>0&&(s+=Fp.cursorUp(a)),s+=Fp.cursorTo(this.cursorPos.cols),this.write(Rp(this.extraLinesUnderPrompt)+Fp.eraseLines(this.height)+s),this.extraLinesUnderPrompt=a,this.height=Tp(s)}checkCursorPos(){const e=this.rl.getCursorPos();e.cols!==this.cursorPos.cols&&(this.write(Fp.cursorTo(e.cols)),this.cursorPos=e)}done({clearContent:e}){this.rl.setPrompt("");let t=Rp(this.extraLinesUnderPrompt);t+=e?Fp.eraseLines(this.height):"\n",t+=Fp.cursorShow,this.write(t),this.rl.close()}}class Mp extends Promise{static withResolver(){let e,t;return{promise:new Promise(((r,n)=>{e=r,t=n})),resolve:e,reject:t}}}function Np(e){const t=function(){const e=Error.prepareStackTrace;try{let e=[];return Error.prepareStackTrace=(t,r)=>{const n=r.slice(1);return e=n,n},(new Error).stack,e}finally{Error.prepareStackTrace=e}}(),r=t[1]?.getFileName?.();return(t,n={})=>{const{input:i=process.stdin,signal:o}=n,s=new Set,a=new vp;a.pipe(n.output??process.stdout);const u=le.createInterface({terminal:!0,input:i,output:a}),c=new Ip(u),{promise:l,resolve:f,reject:d}=Mp.withResolver(),h=()=>d(new Qd);if(o){const e=()=>d(new Xd({cause:o.reason}));if(o.aborted)return e(),Object.assign(l,{cancel:h});o.addEventListener("abort",e),s.add((()=>o.removeEventListener("abort",e)))}s.add(Sp(((e,t)=>{d(new eh(`User force closed the prompt with ${e} ${t}`))})));const p=()=>c.checkCursorPos();return u.input.on("keypress",p),s.add((()=>u.input.removeListener("keypress",p))),function(e,t){const r=function(e){return{rl:e,hooks:[],hooksCleanup:[],hooksEffect:[],index:0,handleChange(){}}}(e);return nh.run(r,(()=>t((function(e){r.handleChange=()=>{r.index=0,e()},r.handleChange()}))))}(u,(i=>{const o=ve.bind((()=>uh.clearAll()));return u.on("close",o),s.add((()=>u.removeListener("close",o))),i((()=>{try{const n=e(t,(e=>{setImmediate((()=>f(e)))}));if(void 0===n)throw new Error(`Prompt functions must return a string.\n    at ${r}`);const[i,o]="string"==typeof n?[n]:n;c.render(i,o),uh.run()}catch(e){d(e)}})),Object.assign(l.then((e=>(uh.clearAll(),e)),(e=>{throw uh.clearAll(),e})).finally((()=>{s.forEach((e=>e())),c.done({clearContent:Boolean(n.clearPromptOnDone)}),a.end()})).then((()=>l)),{cancel:h})}))}}class Lp{separator=ph.dim(Array.from({length:15}).join(yh.line));type="separator";constructor(e){e&&(this.separator=e)}static isSeparator(e){return Boolean(e&&"object"==typeof e&&"type"in e&&"separator"===e.type)}}const Bp={icon:{checked:ph.green(yh.circleFilled),unchecked:yh.circle,cursor:yh.pointer},style:{disabledChoice:e=>ph.dim(`- ${e}`),renderSelectedChoices:e=>e.map((e=>e.short)).join(", "),description:e=>ph.cyan(e)},helpMode:"auto"};function zp(e){return!Lp.isSeparator(e)&&!e.disabled}function Up(e){return zp(e)&&Boolean(e.checked)}function Wp(e){return zp(e)?{...e,checked:!e.checked}:e}var Vp,qp,Hp,Gp,Kp=Np(((e,t)=>{const{instructions:r,pageSize:n=7,loop:i=!0,required:o,validate:s=(()=>!0)}=e,a=Dh(Bp,e.theme),u=Sh(!0),[c,l]=ch("idle"),f=Eh({status:c,theme:a}),[d,h]=ch(e.choices.map((e=>{if(Lp.isSeparator(e))return e;if("string"==typeof e)return{value:e,name:e,short:e,disabled:!1,checked:!1};const t=e.name??String(e.value);return{value:e.value,name:t,short:e.short??t,description:e.description,disabled:e.disabled??!1,checked:e.checked??!1}})));const p=xh((()=>{const e=d.findIndex(zp),t=d.findLastIndex(zp);if(-1===e)throw new rh("[checkbox prompt] No selectable choices. All choices are disabled.");return{first:e,last:t}}),[d]),[m,v]=ch(p.first),[g,y]=ch(!0),[b,w]=ch();Oh((async e=>{if(Zd(e)){const e=d.filter(Up),r=await s([...e]);o&&!d.some(Up)?w("At least one choice must be selected"):!0===r?(l("done"),t(e.map((e=>e.value)))):w(r||"You must select a valid value")}else if(Gd(e)||Kd(e)){if(i||Gd(e)&&m!==p.first||Kd(e)&&m!==p.last){const t=Gd(e)?-1:1;let r=m;do{r=(r+t+d.length)%d.length}while(!zp(d[r]));v(r)}}else if((e=>"space"===e.name)(e))w(void 0),y(!1),h(d.map(((e,t)=>t===m?Wp(e):e)));else if("a"===e.name){const e=d.some((e=>zp(e)&&!e.checked));h(d.map((r=e,function(e){return zp(e)?{...e,checked:r}:e})))}else if("i"===e.name)h(d.map(Wp));else if(Jd(e)){const t=Number(e.name)-1,r=d[t];null!=r&&zp(r)&&(v(t),h(d.map(((e,r)=>r===t?Wp(e):e))))}var r}));const _=a.style.message(e.message,c);let D;const E=pp({items:d,active:m,renderItem({item:e,isActive:t}){if(Lp.isSeparator(e))return` ${e.separator}`;if(e.disabled){const t="string"==typeof e.disabled?e.disabled:"(disabled)";return a.style.disabledChoice(`${e.name} ${t}`)}t&&(D=e.description);const r=e.checked?a.icon.checked:a.icon.unchecked;return(t?a.style.highlight:e=>e)(`${t?a.icon.cursor:" "}${r} ${e.name}`)},pageSize:n,loop:i});if("done"===c){const e=d.filter(Up);return`${f} ${_} ${a.style.answer(a.style.renderSelectedChoices(e,d))}`}let x="",S="";if("always"===a.helpMode||"auto"===a.helpMode&&g&&(void 0===r||r)){if("string"==typeof r)x=r;else{x=` (Press ${[`${a.style.key("space")} to select`,`${a.style.key("a")} to toggle all`,`${a.style.key("i")} to invert selection`,`and ${a.style.key("enter")} to proceed`].join(", ")})`}d.length>n&&("always"===a.helpMode||"auto"===a.helpMode&&u.current)&&(S=`\n${a.style.help("(Use arrow keys to reveal more choices)")}`,u.current=!1)}const O=D?`\n${a.style.description(D)}`:"";let k="";return b&&(k=`\n${a.style.error(b)}`),`${f} ${_}${x}\n${E}${S}${O}${k}${Fp.cursorHide}`})),Yp={},Jp={};function Zp(){return qp||(qp=1,Vp=function(e,t,r,n,i){this.confidence=r,this.name=n||t.name(e),this.lang=i}),Vp}function Xp(){if(Gp)return Hp;Gp=1;var e=Zp();return Hp=function(){this.name=function(){return"UTF-8"},this.match=function(t){var r,n=!1,i=0,o=0,s=t.fRawInput,a=0;t.fRawLength>=3&&239==(255&s[0])&&187==(255&s[1])&&191==(255&s[2])&&(n=!0);for(var u=0;u<t.fRawLength;u++){var c=s[u];if(0!=(128&c)){if(192==(224&c))a=1;else if(224==(240&c))a=2;else if(240==(248&c))a=3;else{if(++o>5)break;a=0}for(;!(++u>=t.fRawLength);){if(128!=(192&s[u])){o++;break}if(0==--a){i++;break}}}}if(r=0,n&&0==o)r=100;else if(n&&i>10*o)r=80;else if(i>3&&0==o)r=100;else if(i>0&&0==o)r=80;else if(0==i&&0==o)r=10;else{if(!(i>10*o))return null;r=25}return new e(t,this,r)}},Hp}var Qp,em={exports:{}};function tm(){return Qp||(Qp=1,function(e){var t=ye,r=Zp();function n(){}e.exports.UTF_16BE=function(){this.name=function(){return"UTF-16BE"},this.match=function(e){var t=e.fRawInput;return t.length>=2&&254==(255&t[0])&&255==(255&t[1])?new r(e,this,100):null}},e.exports.UTF_16LE=function(){this.name=function(){return"UTF-16LE"},this.match=function(e){var t=e.fRawInput;return t.length>=2&&255==(255&t[0])&&254==(255&t[1])?t.length>=4&&0==t[2]&&0==t[3]?null:new r(e,this,100):null}},n.prototype.match=function(e){var t=e.fRawInput,n=e.fRawLength/4*4,i=0,o=0,s=!1,a=0;if(0==n)return null;65279==this.getChar(t,0)&&(s=!0);for(var u=0;u<n;u+=4){var c=this.getChar(t,u);c<0||c>=1114111||c>=55296&&c<=57343?o+=1:i+=1}return s&&0==o?a=100:s&&i>10*o?a=80:i>3&&0==o?a=100:i>0&&0==o?a=80:i>10*o&&(a=25),0==a?null:new r(e,this,a)},e.exports.UTF_32BE=function(){this.name=function(){return"UTF-32BE"},this.getChar=function(e,t){return(255&e[t+0])<<24|(255&e[t+1])<<16|(255&e[t+2])<<8|255&e[t+3]}},t.inherits(e.exports.UTF_32BE,n),e.exports.UTF_32LE=function(){this.name=function(){return"UTF-32LE"},this.getChar=function(e,t){return(255&e[t+3])<<24|(255&e[t+2])<<16|(255&e[t+1])<<8|255&e[t+0]}},t.inherits(e.exports.UTF_32LE,n)}(em)),em.exports}var rm,nm={exports:{}};function im(){return rm||(rm=1,function(e){var t=ye,r=Zp();function n(){this.charValue=0,this.index=0,this.nextIndex=0,this.error=!1,this.done=!1,this.reset=function(){this.charValue=0,this.index=-1,this.nextIndex=0,this.error=!1,this.done=!1},this.nextByte=function(e){return this.nextIndex>=e.fRawLength?(this.done=!0,-1):255&e.fRawInput[this.nextIndex++]}}function i(){}function o(e,t){e.index=e.nextIndex,e.error=!1;var r=0,n=0,i=0;return(r=e.charValue=e.nextByte(t))<0?e.done=!0:r<=141||(n=e.nextByte(t),e.charValue=e.charValue<<8|n,r>=161&&r<=254?n<161&&(e.error=!0):142!=r?143==r&&(i=e.nextByte(t),e.charValue=e.charValue<<8|i,i<161&&(e.error=!0)):n<161&&(e.error=!0)),0==e.done}i.prototype.match=function(e){var t,i=0,o=0,s=0,a=0,u=0,c=new n;e:{for(c.reset();this.nextChar(c,e);){if(a++,c.error)s++;else{var l=4294967295&c.charValue;l<=255||(i++,null!=this.commonChars&&function e(t,r,n,i){if(i<n)return-1;var o=Math.floor(n+i>>>1);return r>t[o]?e(t,r,o+1,i):r<t[o]?e(t,r,n,o-1):o}(t=this.commonChars,l,0,t.length-1)>=0&&o++)}if(s>=2&&5*s>=i)break e}if(i<=10&&0==s)u=0==i&&a<10?0:10;else if(i<20*s)u=0;else if(null==this.commonChars)(u=30+i-20*s)>100&&(u=100);else{var f=90/Math.log(parseFloat(i)/4);u=Math.floor(Math.log(o+1)*f+10),u=Math.min(u,100)}}return 0==u?null:new r(e,this,u)},i.prototype.nextChar=function(e,t){},e.exports.sjis=function(){this.name=function(){return"Shift-JIS"},this.language=function(){return"ja"},this.commonChars=[33088,33089,33090,33093,33115,33129,33130,33141,33142,33440,33442,33444,33449,33450,33451,33453,33455,33457,33459,33461,33463,33469,33470,33473,33476,33477,33478,33480,33481,33484,33485,33500,33504,33511,33512,33513,33514,33520,33521,33601,33603,33614,33615,33624,33630,33634,33639,33653,33654,33673,33674,33675,33677,33683,36502,37882,38314],this.nextChar=function(e,t){var r;if(e.index=e.nextIndex,e.error=!1,(r=e.charValue=e.nextByte(t))<0)return!1;if(r<=127||r>160&&r<=223)return!0;var n=e.nextByte(t);return!(n<0)&&(e.charValue=r<<8|n,n>=64&&n<=127||n>=128&&n<=255||(e.error=!0),!0)}},t.inherits(e.exports.sjis,i),e.exports.big5=function(){this.name=function(){return"Big5"},this.language=function(){return"zh"},this.commonChars=[41280,41281,41282,41283,41287,41289,41333,41334,42048,42054,42055,42056,42065,42068,42071,42084,42090,42092,42103,42147,42148,42151,42177,42190,42193,42207,42216,42237,42304,42312,42328,42345,42445,42471,42583,42593,42594,42600,42608,42664,42675,42681,42707,42715,42726,42738,42816,42833,42841,42970,43171,43173,43181,43217,43219,43236,43260,43456,43474,43507,43627,43706,43710,43724,43772,44103,44111,44208,44242,44377,44745,45024,45290,45423,45747,45764,45935,46156,46158,46412,46501,46525,46544,46552,46705,47085,47207,47428,47832,47940,48033,48593,49860,50105,50240,50271],this.nextChar=function(e,t){e.index=e.nextIndex,e.error=!1;var r=e.charValue=e.nextByte(t);if(r<0)return!1;if(r<=127||255==r)return!0;var n=e.nextByte(t);return!(n<0)&&(e.charValue=e.charValue<<8|n,(n<64||127==n||255==n)&&(e.error=!0),!0)}},t.inherits(e.exports.big5,i),e.exports.euc_jp=function(){this.name=function(){return"EUC-JP"},this.language=function(){return"ja"},this.commonChars=[41377,41378,41379,41382,41404,41418,41419,41430,41431,42146,42148,42150,42152,42154,42155,42156,42157,42159,42161,42163,42165,42167,42169,42171,42173,42175,42176,42177,42179,42180,42182,42183,42184,42185,42186,42187,42190,42191,42192,42206,42207,42209,42210,42212,42216,42217,42218,42219,42220,42223,42226,42227,42402,42403,42404,42406,42407,42410,42413,42415,42416,42419,42421,42423,42424,42425,42431,42435,42438,42439,42440,42441,42443,42448,42453,42454,42455,42462,42464,42465,42469,42473,42474,42475,42476,42477,42483,47273,47572,47854,48072,48880,49079,50410,50940,51133,51896,51955,52188,52689],this.nextChar=o},t.inherits(e.exports.euc_jp,i),e.exports.euc_kr=function(){this.name=function(){return"EUC-KR"},this.language=function(){return"ko"},this.commonChars=[45217,45235,45253,45261,45268,45286,45293,45304,45306,45308,45496,45497,45511,45527,45538,45994,46011,46274,46287,46297,46315,46501,46517,46527,46535,46569,46835,47023,47042,47054,47270,47278,47286,47288,47291,47337,47531,47534,47564,47566,47613,47800,47822,47824,47857,48103,48115,48125,48301,48314,48338,48374,48570,48576,48579,48581,48838,48840,48863,48878,48888,48890,49057,49065,49088,49124,49131,49132,49144,49319,49327,49336,49338,49339,49341,49351,49356,49358,49359,49366,49370,49381,49403,49404,49572,49574,49590,49622,49631,49654,49656,50337,50637,50862,51151,51153,51154,51160,51173,51373],this.nextChar=o},t.inherits(e.exports.euc_kr,i),e.exports.gb_18030=function(){this.name=function(){return"GB18030"},this.language=function(){return"zh"},this.nextChar=function(e,t){e.index=e.nextIndex,e.error=!1;var r=0,n=0,i=0,o=0;e:if((r=e.charValue=e.nextByte(t))<0)e.done=!0;else if(!(r<=128))if(n=e.nextByte(t),e.charValue=e.charValue<<8|n,r>=129&&r<=254){if(n>=64&&n<=126||n>=80&&n<=254)break e;if(n>=48&&n<=57&&(i=e.nextByte(t))>=129&&i<=254&&(o=e.nextByte(t))>=48&&o<=57){e.charValue=e.charValue<<16|i<<8|o;break e}e.error=!0}else;return 0==e.done},this.commonChars=[41377,41378,41379,41380,41392,41393,41457,41459,41889,41900,41914,45480,45496,45502,45755,46025,46070,46323,46525,46532,46563,46767,46804,46816,47010,47016,47037,47062,47069,47284,47327,47350,47531,47561,47576,47610,47613,47821,48039,48086,48097,48122,48316,48347,48382,48588,48845,48861,49076,49094,49097,49332,49389,49611,49883,50119,50396,50410,50636,50935,51192,51371,51403,51413,51431,51663,51706,51889,51893,51911,51920,51926,51957,51965,52460,52728,52906,52932,52946,52965,53173,53186,53206,53442,53445,53456,53460,53671,53930,53938,53941,53947,53972,54211,54224,54269,54466,54490,54754,54992]},t.inherits(e.exports.gb_18030,i)}(nm)),nm.exports}var om,sm={exports:{}};function am(){return om||(om=1,function(e){var t=ye,r=Zp();function n(e,t){this.byteIndex=0,this.ngram=0,this.ngramList=e,this.byteMap=t,this.ngramCount=0,this.hitCount=0,this.spaceChar,this.search=function(e,t){var r=0;return e[r+32]<=t&&(r+=32),e[r+16]<=t&&(r+=16),e[r+8]<=t&&(r+=8),e[r+4]<=t&&(r+=4),e[r+2]<=t&&(r+=2),e[r+1]<=t&&(r+=1),e[r]>t&&(r-=1),r<0||e[r]!=t?-1:r},this.lookup=function(e){this.ngramCount+=1,this.search(this.ngramList,e)>=0&&(this.hitCount+=1)},this.addByte=function(e){this.ngram=(this.ngram<<8)+(255&e)&16777215,this.lookup(this.ngram)},this.nextByte=function(e){return this.byteIndex>=e.fInputLen?-1:255&e.fInputBytes[this.byteIndex++]},this.parse=function(e,t){var r,n=!1;for(this.spaceChar=t;(r=this.nextByte(e))>=0;){var i=this.byteMap[r];0!=i&&(i==this.spaceChar&&n||this.addByte(i),n=i==this.spaceChar)}this.addByte(this.spaceChar);var o=this.hitCount/this.ngramCount;return o>.33?98:Math.floor(300*o)}}function i(e,t){this.fLang=e,this.fNGrams=t}function o(){}o.prototype.spaceChar=32,o.prototype.ngrams=function(){},o.prototype.byteMap=function(){},o.prototype.match=function(e){var t=this.ngrams();if(!(Array.isArray(t)&&t[0]instanceof i))return(u=new n(t,this.byteMap()).parse(e,this.spaceChar))<=0?null:new r(e,this,u);for(var o=-1,s=null,a=t.length-1;a>=0;a--){var u,c=t[a];(u=new n(c.fNGrams,this.byteMap()).parse(e,this.spaceChar))>o&&(o=u,s=c.fLang)}var l=this.name(e);return o<=0?null:new r(e,this,o,l,s)},e.exports.ISO_8859_1=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,170,32,32,32,32,32,32,32,32,32,32,181,32,32,32,32,186,32,32,32,32,32,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,32,248,249,250,251,252,253,254,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,32,248,249,250,251,252,253,254,255]},this.ngrams=function(){return[new i("da",[2122086,2122100,2122853,2123118,2123122,2123375,2123873,2124064,2125157,2125671,2126053,2126697,2126708,2126953,2127465,6383136,6385184,6385252,6386208,6386720,6579488,6579566,6579570,6579572,6627443,6644768,6644837,6647328,6647396,6648352,6648421,6648608,6648864,6713202,6776096,6776174,6776178,6907749,6908960,6909543,7038240,7039845,7103858,7104871,7105637,7169380,7234661,7234848,7235360,7235429,7300896,7302432,7303712,7398688,7479396,7479397,7479411,7496992,7566437,7610483,7628064,7628146,7629164,7759218]),new i("de",[2122094,2122101,2122341,2122849,2122853,2122857,2123113,2123621,2123873,2124142,2125161,2126691,2126693,2127214,2127461,2127471,2127717,2128501,6448498,6514720,6514789,6514804,6578547,6579566,6579570,6580581,6627428,6627443,6646126,6646132,6647328,6648352,6648608,6776174,6841710,6845472,6906728,6907168,6909472,6909541,6911008,7104867,7105637,7217249,7217252,7217267,7234592,7234661,7234848,7235360,7235429,7238757,7479396,7496805,7497065,7562088,7566437,7610468,7628064,7628142,7628146,7695972,7695975,7759218]),new i("en",[2122016,2122094,2122341,2122607,2123375,2123873,2123877,2124142,2125153,2125670,2125938,2126437,2126689,2126708,2126952,2126959,2127720,6383972,6384672,6385184,6385252,6386464,6386720,6386789,6386793,6561889,6561908,6627425,6627443,6627444,6644768,6647412,6648352,6648608,6713202,6840692,6841632,6841714,6906912,6909472,6909543,6909806,6910752,7217249,7217268,7234592,7235360,7238688,7300640,7302688,7303712,7496992,7500576,7544929,7544948,7561577,7566368,7610484,7628146,7628897,7628901,7629167,7630624,7631648]),new i("es",[2122016,2122593,2122607,2122853,2123116,2123118,2123123,2124142,2124897,2124911,2125921,2125935,2125938,2126197,2126437,2126693,2127214,2128160,6365283,6365284,6365285,6365292,6365296,6382441,6382703,6384672,6386208,6386464,6515187,6516590,6579488,6579564,6582048,6627428,6627429,6627436,6646816,6647328,6647412,6648608,6648692,6907246,6943598,7102752,7106419,7217253,7238757,7282788,7282789,7302688,7303712,7303968,7364978,7435621,7495968,7497075,7544932,7544933,7544944,7562528,7628064,7630624,7693600,15953440]),new i("fr",[2122101,2122607,2122849,2122853,2122869,2123118,2123124,2124897,2124901,2125921,2125935,2125938,2126197,2126693,2126703,2127214,2154528,6385268,6386793,6513952,6516590,6579488,6579571,6583584,6627425,6627427,6627428,6627429,6627436,6627440,6627443,6647328,6647412,6648352,6648608,6648864,6649202,6909806,6910752,6911008,7102752,7103776,7103859,7169390,7217252,7234848,7238432,7238688,7302688,7302772,7304562,7435621,7479404,7496992,7544929,7544932,7544933,7544940,7544944,7610468,7628064,7629167,7693600,7696928]),new i("it",[2122092,2122600,2122607,2122853,2122857,2123040,2124140,2124142,2124897,2125925,2125938,2127214,6365283,6365284,6365296,6365299,6386799,6514789,6516590,6579564,6580512,6627425,6627427,6627428,6627433,6627436,6627440,6627443,6646816,6646892,6647412,6648352,6841632,6889569,6889571,6889572,6889587,6906144,6908960,6909472,6909806,7102752,7103776,7104800,7105633,7234848,7235872,7237408,7238757,7282785,7282788,7282793,7282803,7302688,7302757,7366002,7495968,7496992,7563552,7627040,7628064,7629088,7630624,8022383]),new i("nl",[2122092,2122341,2122849,2122853,2122857,2123109,2123118,2123621,2123877,2124142,2125153,2125157,2125680,2126949,2127457,2127461,2127471,2127717,2128489,6381934,6381938,6385184,6385252,6386208,6386720,6514804,6579488,6579566,6579570,6627426,6627446,6645102,6645106,6647328,6648352,6648435,6648864,6776174,6841716,6907168,6909472,6909543,6910752,7217250,7217252,7217253,7217256,7217263,7217270,7234661,7235360,7302756,7303026,7303200,7303712,7562088,7566437,7610468,7628064,7628142,7628146,7758190,7759218,7761775]),new i("no",[2122100,2122102,2122853,2123118,2123122,2123375,2123873,2124064,2125157,2125671,2126053,2126693,2126699,2126703,2126708,2126953,2127465,2155808,6385252,6386208,6386720,6579488,6579566,6579572,6627443,6644768,6647328,6647397,6648352,6648421,6648864,6648948,6713202,6776174,6908779,6908960,6909543,7038240,7039845,7103776,7105637,7169380,7169390,7217267,7234848,7235360,7235429,7237221,7300896,7302432,7303712,7398688,7479411,7496992,7565165,7566437,7610483,7628064,7628142,7628146,7629164,7631904,7631973,7759218]),new i("pt",[2122016,2122607,2122849,2122853,2122863,2123040,2123123,2125153,2125423,2125600,2125921,2125935,2125938,2126197,2126437,2126693,2127213,6365281,6365283,6365284,6365296,6382693,6382703,6384672,6386208,6386273,6386464,6516589,6516590,6578464,6579488,6582048,6582131,6627425,6627428,6647072,6647412,6648608,6648692,6906144,6906721,7169390,7238757,7238767,7282785,7282787,7282788,7282789,7282800,7303968,7364978,7435621,7495968,7497075,7544929,7544932,7544933,7544944,7566433,7628064,7630624,7693600,14905120,15197039]),new i("sv",[2122100,2122102,2122853,2123118,2123510,2123873,2124064,2124142,2124655,2125157,2125667,2126053,2126699,2126703,2126708,2126953,2127457,2127465,2155634,6382693,6385184,6385252,6386208,6386804,6514720,6579488,6579566,6579570,6579572,6644768,6647328,6648352,6648864,6747762,6776174,6909036,6909543,7037216,7105568,7169380,7217267,7233824,7234661,7235360,7235429,7235950,7299944,7302432,7302688,7398688,7479393,7479411,7495968,7564129,7565165,7610483,7627040,7628064,7628146,7629164,7631904,7758194,14971424,16151072])]},this.name=function(e){return e&&e.fC1Bytes?"windows-1252":"ISO-8859-1"}},t.inherits(e.exports.ISO_8859_1,o),e.exports.ISO_8859_2=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,177,32,179,32,181,182,32,32,185,186,187,188,32,190,191,32,177,32,179,32,181,182,183,32,185,186,187,188,32,190,191,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,32,248,249,250,251,252,253,254,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,32,248,249,250,251,252,253,254,32]},this.ngrams=function(){return[new i("cs",[2122016,2122361,2122863,2124389,2125409,2125413,2125600,2125668,2125935,2125938,2126072,2126447,2126693,2126703,2126708,2126959,2127392,2127481,2128481,6365296,6513952,6514720,6627440,6627443,6627446,6647072,6647533,6844192,6844260,6910836,6972704,7042149,7103776,7104800,7233824,7268640,7269408,7269664,7282800,7300206,7301737,7304052,7304480,7304801,7368548,7368554,7369327,7403621,7562528,7565173,7566433,7566441,7566446,7628146,7630573,7630624,7676016,12477728,14773997,15296623,15540336,15540339,15559968,16278884]),new i("hu",[2122016,2122106,2122341,2123111,2123116,2123365,2123873,2123887,2124147,2124645,2124649,2124790,2124901,2125153,2125157,2125161,2125413,2126714,2126949,2156915,6365281,6365291,6365293,6365299,6384416,6385184,6388256,6447470,6448494,6645625,6646560,6646816,6646885,6647072,6647328,6648421,6648864,6648933,6648948,6781216,6844263,6909556,6910752,7020641,7075450,7169383,7170414,7217249,7233899,7234923,7234925,7238688,7300985,7544929,7567973,7567988,7568097,7596391,7610465,7631904,7659891,8021362,14773792,15299360]),new i("pl",[2122618,2122863,2124064,2124389,2124655,2125153,2125161,2125409,2125417,2125668,2125935,2125938,2126697,2127648,2127721,2127737,2128416,2128481,6365296,6365303,6385257,6514720,6519397,6519417,6582048,6584937,6627440,6627443,6627447,6627450,6645615,6646304,6647072,6647401,6778656,6906144,6907168,6907242,7037216,7039264,7039333,7170405,7233824,7235937,7235941,7282800,7305057,7305065,7368556,7369313,7369327,7369338,7502437,7502457,7563754,7564137,7566433,7825765,7955304,7957792,8021280,8022373,8026400,15955744]),new i("ro",[2122016,2122083,2122593,2122597,2122607,2122613,2122853,2122857,2124897,2125153,2125925,2125938,2126693,2126819,2127214,2144873,2158190,6365283,6365284,6386277,6386720,6386789,6386976,6513010,6516590,6518048,6546208,6579488,6627425,6627427,6627428,6627440,6627443,6644e3,6646048,6646885,6647412,6648692,6889569,6889571,6889572,6889584,6907168,6908192,6909472,7102752,7103776,7106418,7107945,7234848,7238770,7303712,7365998,7496992,7497057,7501088,7594784,7628064,7631477,7660320,7694624,7695392,12216608,15625760])]},this.name=function(e){return e&&e.fC1Bytes?"windows-1250":"ISO-8859-2"}},t.inherits(e.exports.ISO_8859_2,o),e.exports.ISO_8859_5=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,241,242,243,244,245,246,247,248,249,250,251,252,32,254,255,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,32,241,242,243,244,245,246,247,248,249,250,251,252,32,254,255]},this.ngrams=function(){return[2150944,2151134,2151646,2152400,2152480,2153168,2153182,2153936,2153941,2154193,2154462,2154464,2154704,2154974,2154978,2155230,2156514,2158050,13688280,13689580,13884960,14015468,14015960,14016994,14017056,14164191,14210336,14211104,14216992,14407133,14407712,14413021,14536736,14538016,14538965,14538991,14540320,14540498,14557394,14557407,14557409,14602784,14602960,14603230,14604576,14605292,14605344,14606818,14671579,14672085,14672088,14672094,14733522,14734804,14803664,14803666,14803672,14806816,14865883,14868e3,14868192,14871584,15196894,15459616]},this.name=function(e){return"ISO-8859-5"},this.language=function(){return"ru"}},t.inherits(e.exports.ISO_8859_5,o),e.exports.ISO_8859_6=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,32,32,32,32,32,224,225,226,227,228,229,230,231,232,233,234,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32]},this.ngrams=function(){return[2148324,2148326,2148551,2152932,2154986,2155748,2156006,2156743,13050055,13091104,13093408,13095200,13100064,13100227,13100231,13100232,13100234,13100236,13100237,13100239,13100243,13100249,13100258,13100261,13100264,13100266,13100320,13100576,13100746,13115591,13181127,13181153,13181156,13181157,13181160,13246663,13574343,13617440,13705415,13748512,13836487,14229703,14279913,14805536,14950599,14993696,15001888,15002144,15016135,15058720,15059232,15066656,15081671,15147207,15189792,15255524,15263264,15278279,15343815,15343845,15343848,15386912,15388960,15394336]},this.name=function(e){return"ISO-8859-6"},this.language=function(){return"ar"}},t.inherits(e.exports.ISO_8859_6,o),e.exports.ISO_8859_7=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,161,162,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,220,32,221,222,223,32,252,32,253,254,192,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,32,243,244,245,246,247,248,249,250,251,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,32]},this.ngrams=function(){return[2154989,2154992,2155497,2155753,2156016,2156320,2157281,2157797,2158049,2158368,2158817,2158831,2158833,2159604,2159605,2159847,2159855,14672160,14754017,14754036,14805280,14806304,14807292,14807584,14936545,15067424,15069728,15147252,15199520,15200800,15278324,15327520,15330014,15331872,15393257,15393268,15525152,15540449,15540453,15540464,15589664,15725088,15725856,15790069,15790575,15793184,15868129,15868133,15868138,15868144,15868148,15983904,15984416,15987951,16048416,16048617,16050157,16050162,16050666,16052e3,16052213,16054765,16379168,16706848]},this.name=function(e){return e&&e.fC1Bytes?"windows-1253":"ISO-8859-7"},this.language=function(){return"el"}},t.inherits(e.exports.ISO_8859_7,o),e.exports.ISO_8859_8=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,181,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,32,32,32,32,32]},this.ngrams=function(){return[new i("he",[2154725,2154727,2154729,2154746,2154985,2154990,2155744,2155749,2155753,2155758,2155762,2155769,2155770,2157792,2157796,2158304,2159340,2161132,14744096,14950624,14950625,14950628,14950636,14950638,14950649,15001056,15065120,15068448,15068960,15071264,15071776,15278308,15328288,15328762,15329773,15330592,15331104,15333408,15333920,15474912,15474916,15523872,15524896,15540448,15540449,15540452,15540460,15540462,15540473,15655968,15671524,15787040,15788320,15788525,15920160,16261348,16312813,16378912,16392416,16392417,16392420,16392428,16392430,16392441]),new i("he",[2154725,2154732,2155753,2155756,2155758,2155760,2157040,2157810,2157817,2158053,2158057,2158565,2158569,2160869,2160873,2161376,2161381,2161385,14688484,14688492,14688493,14688506,14738464,14738916,14740512,14741024,14754020,14754029,14754042,14950628,14950633,14950636,14950637,14950639,14950648,14950650,15002656,15065120,15066144,15196192,15327264,15327520,15328288,15474916,15474925,15474938,15528480,15530272,15591913,15591920,15591928,15605988,15605997,15606010,15655200,15655968,15918112,16326884,16326893,16326906,16376864,16441376,16442400,16442857])]},this.name=function(e){return e&&e.fC1Bytes?"windows-1255":"ISO-8859-8"},this.language=function(){return"he"}},t.inherits(e.exports.ISO_8859_8,o),e.exports.ISO_8859_9=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,170,32,32,32,32,32,32,32,32,32,32,181,32,32,32,32,186,32,32,32,32,32,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,32,248,249,250,251,252,105,254,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,32,248,249,250,251,252,253,254,255]},this.ngrams=function(){return[2122337,2122345,2122357,2122849,2122853,2123621,2123873,2124140,2124641,2124655,2125153,2125676,2126689,2126945,2127461,2128225,6365282,6384416,6384737,6384993,6385184,6385405,6386208,6386273,6386429,6386685,6388065,6449522,6578464,6579488,6580512,6627426,6627435,6644841,6647328,6648352,6648425,6648681,6909029,6909472,6909545,6910496,7102830,7102834,7103776,7103858,7217249,7217250,7217259,7234657,7234661,7234848,7235872,7235950,7273760,7498094,7535982,7759136,7954720,7958386,16608800,16608868,16609021,16642301]},this.name=function(e){return e&&e.fC1Bytes?"windows-1254":"ISO-8859-9"},this.language=function(){return"tr"}},t.inherits(e.exports.ISO_8859_9,o),e.exports.windows_1251=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,144,131,32,131,32,32,32,32,32,32,154,32,156,157,158,159,144,32,32,32,32,32,32,32,32,32,154,32,156,157,158,159,32,162,162,188,32,180,32,32,184,32,186,32,32,32,32,191,32,32,179,179,180,181,32,32,184,32,186,32,188,190,190,191,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255]},this.ngrams=function(){return[2155040,2155246,2155758,2156512,2156576,2157280,2157294,2158048,2158053,2158305,2158574,2158576,2158816,2159086,2159090,2159342,2160626,2162162,14740968,14742268,14937632,15068156,15068648,15069682,15069728,15212783,15263008,15263776,15269664,15459821,15460384,15465709,15589408,15590688,15591653,15591679,15592992,15593186,15605986,15605999,15606001,15655456,15655648,15655918,15657248,15657980,15658016,15659506,15724267,15724773,15724776,15724782,15786210,15787492,15856352,15856354,15856360,15859488,15918571,15920672,15920880,15924256,16249582,16512288]},this.name=function(e){return"windows-1251"},this.language=function(){return"ru"}},t.inherits(e.exports.windows_1251,o),e.exports.windows_1256=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,129,32,131,32,32,32,32,136,32,138,32,156,141,142,143,144,32,32,32,32,32,32,32,152,32,154,32,156,32,32,159,32,32,32,32,32,32,32,32,32,32,170,32,32,32,32,32,32,32,32,32,32,181,32,32,32,32,32,32,32,32,32,32,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,32,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,32,32,32,32,244,32,32,32,32,249,32,251,252,32,32,255]},this.ngrams=function(){return[2148321,2148324,2148551,2153185,2153965,2154977,2155492,2156231,13050055,13091104,13093408,13095200,13099296,13099459,13099463,13099464,13099466,13099468,13099469,13099471,13099475,13099482,13099486,13099491,13099494,13099501,13099808,13100064,13100234,13115591,13181127,13181149,13181153,13181155,13181158,13246663,13574343,13617440,13705415,13748512,13836487,14295239,14344684,14544160,14753991,14797088,14806048,14806304,14885063,14927648,14928160,14935072,14950599,15016135,15058720,15124449,15131680,15474887,15540423,15540451,15540454,15583520,15585568,15590432]},this.name=function(e){return"windows-1256"},this.language=function(){return"ar"}},t.inherits(e.exports.windows_1256,o),e.exports.KOI8_R=function(){this.byteMap=function(){return[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,163,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,163,32,32,32,32,32,32,32,32,32,32,32,32,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223]},this.ngrams=function(){return[2147535,2148640,2149313,2149327,2150081,2150085,2150338,2150607,2150610,2151105,2151375,2151380,2151631,2152224,2152399,2153153,2153684,2154196,12701385,12702936,12963032,12963529,12964820,12964896,13094688,13181136,13223200,13224224,13226272,13419982,13420832,13424846,13549856,13550880,13552069,13552081,13553440,13553623,13574352,13574355,13574359,13617103,13617696,13618392,13618464,13620180,13621024,13621185,13684684,13685445,13685449,13685455,13812183,13813188,13881632,13882561,13882569,13882583,13944268,13946656,13946834,13948960,14272544,14603471]},this.name=function(e){return"KOI8-R"},this.language=function(){return"ru"}},t.inherits(e.exports.KOI8_R,o)}(sm)),sm.exports}var um,cm,lm={exports:{}};function fm(){return um||(um=1,function(e){var t=ye,r=Zp();function n(){}n.prototype.match=function(e){var t,n,i,o,s=0,a=0,u=0,c=e.fInputBytes,l=e.fInputLen;e:for(t=0;t<l;t++){if(27==c[t]){t:for(i=0;i<this.escapeSequences.length;i++){var f=this.escapeSequences[i];if(!(l-t<f.length)){for(n=1;n<f.length;n++)if(f[n]!=c[t+n])continue t;s++,t+=f.length-1;continue e}}a++}14!=c[t]&&15!=c[t]||u++}return 0==s?null:(o=(100*s-100*a)/(s+a),s+u<5&&(o-=10*(5-(s+u))),o<=0?null:new r(e,this,o))},e.exports.ISO_2022_JP=function(){this.name=function(){return"ISO-2022-JP"},this.escapeSequences=[[27,36,40,67],[27,36,40,68],[27,36,64],[27,36,65],[27,36,66],[27,38,64],[27,40,66],[27,40,72],[27,40,73],[27,40,74],[27,46,65],[27,46,70]]},t.inherits(e.exports.ISO_2022_JP,n),e.exports.ISO_2022_KR=function(){this.name=function(){return"ISO-2022-KR"},this.escapeSequences=[[27,36,41,67]]},t.inherits(e.exports.ISO_2022_KR,n),e.exports.ISO_2022_CN=function(){this.name=function(){return"ISO-2022-CN"},this.escapeSequences=[[27,36,41,65],[27,36,41,71],[27,36,42,72],[27,36,41,69],[27,36,43,73],[27,36,43,74],[27,36,43,75],[27,36,43,76],[27,36,43,77],[27,78],[27,79]]},t.inherits(e.exports.ISO_2022_CN,n)}(lm)),lm.exports}var dm,hm,pm={exports:{}};function mm(){if(hm)return dm;hm=1;var e,t=te,r=t.Buffer,n={};for(e in t)t.hasOwnProperty(e)&&"SlowBuffer"!==e&&"Buffer"!==e&&(n[e]=t[e]);var i=n.Buffer={};for(e in r)r.hasOwnProperty(e)&&"allocUnsafe"!==e&&"allocUnsafeSlow"!==e&&(i[e]=r[e]);if(n.Buffer.prototype=r.prototype,i.from&&i.from!==Uint8Array.from||(i.from=function(e,t,n){if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof e);if(e&&void 0===e.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);return r(e,t,n)}),i.alloc||(i.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError('The "size" argument must be of type number. Received type '+typeof e);if(e<0||e>=2*(1<<30))throw new RangeError('The value "'+e+'" is invalid for option "size"');var i=r(e);return t&&0!==t.length?"string"==typeof n?i.fill(t,n):i.fill(t):i.fill(0),i}),!n.kStringMaxLength)try{n.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(e){}return n.constants||(n.constants={MAX_LENGTH:n.kMaxLength},n.kStringMaxLength&&(n.constants.MAX_STRING_LENGTH=n.kStringMaxLength)),dm=n}var vm,gm={};function ym(){if(vm)return gm;vm=1;function e(e,t){this.encoder=e,this.addBOM=!0}function t(e,t){this.decoder=e,this.pass=!1,this.options=t||{}}return gm.PrependBOM=e,e.prototype.write=function(e){return this.addBOM&&(e="\ufeff"+e,this.addBOM=!1),this.encoder.write(e)},e.prototype.end=function(){return this.encoder.end()},gm.StripBOM=t,t.prototype.write=function(e){var t=this.decoder.write(e);return this.pass||!t||("\ufeff"===t[0]&&(t=t.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0),t},t.prototype.end=function(){return this.decoder.end()},gm}var bm,wm,_m={};function Dm(){if(wm)return bm;wm=1;var e=mm().Buffer;function t(t,r){this.enc=t.encodingName,this.bomAware=t.bomAware,"base64"===this.enc?this.encoder=o:"cesu8"===this.enc&&(this.enc="utf8",this.encoder=s,"💩"!==e.from("eda0bdedb2a9","hex").toString()&&(this.decoder=a,this.defaultCharUnicode=r.defaultCharUnicode))}bm={utf8:{type:"_internal",bomAware:!0},cesu8:{type:"_internal",bomAware:!0},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:!0},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:t},t.prototype.encoder=i,t.prototype.decoder=n;var r=we.StringDecoder;function n(e,t){r.call(this,t.enc)}function i(e,t){this.enc=t.enc}function o(e,t){this.prevStr=""}function s(e,t){}function a(e,t){this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=t.defaultCharUnicode}return r.prototype.end||(r.prototype.end=function(){}),n.prototype=r.prototype,i.prototype.write=function(t){return e.from(t,this.enc)},i.prototype.end=function(){},o.prototype.write=function(t){var r=(t=this.prevStr+t).length-t.length%4;return this.prevStr=t.slice(r),t=t.slice(0,r),e.from(t,"base64")},o.prototype.end=function(){return e.from(this.prevStr,"base64")},s.prototype.write=function(t){for(var r=e.alloc(3*t.length),n=0,i=0;i<t.length;i++){var o=t.charCodeAt(i);o<128?r[n++]=o:o<2048?(r[n++]=192+(o>>>6),r[n++]=128+(63&o)):(r[n++]=224+(o>>>12),r[n++]=128+(o>>>6&63),r[n++]=128+(63&o))}return r.slice(0,n)},s.prototype.end=function(){},a.prototype.write=function(e){for(var t=this.acc,r=this.contBytes,n=this.accBytes,i="",o=0;o<e.length;o++){var s=e[o];128!=(192&s)?(r>0&&(i+=this.defaultCharUnicode,r=0),s<128?i+=String.fromCharCode(s):s<224?(t=31&s,r=1,n=1):s<240?(t=15&s,r=2,n=1):i+=this.defaultCharUnicode):r>0?(t=t<<6|63&s,n++,0===--r&&(i+=2===n&&t<128&&t>0||3===n&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):i+=this.defaultCharUnicode}return this.acc=t,this.contBytes=r,this.accBytes=n,i},a.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e},bm}var Em,xm={};function Sm(){if(Em)return xm;Em=1;var e=mm().Buffer;function t(){}function r(){}function n(){this.overflowByte=-1}function i(e,t){this.iconv=t}function o(e,t){void 0===(e=e||{}).addBOM&&(e.addBOM=!0),this.encoder=t.iconv.getEncoder("utf-16le",e)}function s(e,t){this.decoder=null,this.initialBytes=[],this.initialBytesLen=0,this.options=e||{},this.iconv=t.iconv}function a(e,t){var r=t||"utf-16le";if(e.length>=2)if(254==e[0]&&255==e[1])r="utf-16be";else if(255==e[0]&&254==e[1])r="utf-16le";else{for(var n=0,i=0,o=Math.min(e.length-e.length%2,64),s=0;s<o;s+=2)0===e[s]&&0!==e[s+1]&&i++,0!==e[s]&&0===e[s+1]&&n++;i>n?r="utf-16be":i<n&&(r="utf-16le")}return r}return xm.utf16be=t,t.prototype.encoder=r,t.prototype.decoder=n,t.prototype.bomAware=!0,r.prototype.write=function(t){for(var r=e.from(t,"ucs2"),n=0;n<r.length;n+=2){var i=r[n];r[n]=r[n+1],r[n+1]=i}return r},r.prototype.end=function(){},n.prototype.write=function(t){if(0==t.length)return"";var r=e.alloc(t.length+1),n=0,i=0;for(-1!==this.overflowByte&&(r[0]=t[0],r[1]=this.overflowByte,n=1,i=2);n<t.length-1;n+=2,i+=2)r[i]=t[n+1],r[i+1]=t[n];return this.overflowByte=n==t.length-1?t[t.length-1]:-1,r.slice(0,i).toString("ucs2")},n.prototype.end=function(){},xm.utf16=i,i.prototype.encoder=o,i.prototype.decoder=s,o.prototype.write=function(e){return this.encoder.write(e)},o.prototype.end=function(){return this.encoder.end()},s.prototype.write=function(t){if(!this.decoder){if(this.initialBytes.push(t),this.initialBytesLen+=t.length,this.initialBytesLen<16)return"";var r=a(t=e.concat(this.initialBytes),this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(r,this.options),this.initialBytes.length=this.initialBytesLen=0}return this.decoder.write(t)},s.prototype.end=function(){if(!this.decoder){var t=e.concat(this.initialBytes),r=a(t,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(r,this.options);var n=this.decoder.write(t),i=this.decoder.end();return i?n+i:n}return this.decoder.end()},xm}var Om,km={};function Cm(){if(Om)return km;Om=1;var e=mm().Buffer;function t(e,t){this.iconv=t}km.utf7=t,km.unicode11utf7="utf7",t.prototype.encoder=n,t.prototype.decoder=i,t.prototype.bomAware=!0;var r=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function n(e,t){this.iconv=t.iconv}function i(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}n.prototype.write=function(t){return e.from(t.replace(r,function(e){return"+"+("+"===e?"":this.iconv.encode(e,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},n.prototype.end=function(){};for(var o=/[A-Za-z0-9\/+]/,s=[],a=0;a<256;a++)s[a]=o.test(String.fromCharCode(a));var u="+".charCodeAt(0),c="-".charCodeAt(0),l="&".charCodeAt(0);function f(e,t){this.iconv=t}function d(t,r){this.iconv=r.iconv,this.inBase64=!1,this.base64Accum=e.alloc(6),this.base64AccumIdx=0}function h(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}i.prototype.write=function(t){for(var r="",n=0,i=this.inBase64,o=this.base64Accum,a=0;a<t.length;a++)if(i){if(!s[t[a]]){if(a==n&&t[a]==c)r+="+";else{var l=o+t.slice(n,a).toString();r+=this.iconv.decode(e.from(l,"base64"),"utf16-be")}t[a]!=c&&a--,n=a+1,i=!1,o=""}}else t[a]==u&&(r+=this.iconv.decode(t.slice(n,a),"ascii"),n=a+1,i=!0);if(i){var f=(l=o+t.slice(n).toString()).length-l.length%8;o=l.slice(f),l=l.slice(0,f),r+=this.iconv.decode(e.from(l,"base64"),"utf16-be")}else r+=this.iconv.decode(t.slice(n),"ascii");return this.inBase64=i,this.base64Accum=o,r},i.prototype.end=function(){var t="";return this.inBase64&&this.base64Accum.length>0&&(t=this.iconv.decode(e.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",t},km.utf7imap=f,f.prototype.encoder=d,f.prototype.decoder=h,f.prototype.bomAware=!0,d.prototype.write=function(t){for(var r=this.inBase64,n=this.base64Accum,i=this.base64AccumIdx,o=e.alloc(5*t.length+10),s=0,a=0;a<t.length;a++){var u=t.charCodeAt(a);32<=u&&u<=126?(r&&(i>0&&(s+=o.write(n.slice(0,i).toString("base64").replace(/\//g,",").replace(/=+$/,""),s),i=0),o[s++]=c,r=!1),r||(o[s++]=u,u===l&&(o[s++]=c))):(r||(o[s++]=l,r=!0),r&&(n[i++]=u>>8,n[i++]=255&u,i==n.length&&(s+=o.write(n.toString("base64").replace(/\//g,","),s),i=0)))}return this.inBase64=r,this.base64AccumIdx=i,o.slice(0,s)},d.prototype.end=function(){var t=e.alloc(10),r=0;return this.inBase64&&(this.base64AccumIdx>0&&(r+=t.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),r),this.base64AccumIdx=0),t[r++]=c,this.inBase64=!1),t.slice(0,r)};var p=s.slice();return p[",".charCodeAt(0)]=!0,h.prototype.write=function(t){for(var r="",n=0,i=this.inBase64,o=this.base64Accum,s=0;s<t.length;s++)if(i){if(!p[t[s]]){if(s==n&&t[s]==c)r+="&";else{var a=o+t.slice(n,s).toString().replace(/,/g,"/");r+=this.iconv.decode(e.from(a,"base64"),"utf16-be")}t[s]!=c&&s--,n=s+1,i=!1,o=""}}else t[s]==l&&(r+=this.iconv.decode(t.slice(n,s),"ascii"),n=s+1,i=!0);if(i){var u=(a=o+t.slice(n).toString().replace(/,/g,"/")).length-a.length%8;o=a.slice(u),a=a.slice(0,u),r+=this.iconv.decode(e.from(a,"base64"),"utf16-be")}else r+=this.iconv.decode(t.slice(n),"ascii");return this.inBase64=i,this.base64Accum=o,r},h.prototype.end=function(){var t="";return this.inBase64&&this.base64Accum.length>0&&(t=this.iconv.decode(e.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",t},km}var Am,$m,Pm,jm,Fm,Tm={};function Rm(){if(Am)return Tm;Am=1;var e=mm().Buffer;function t(t,r){if(!t)throw new Error("SBCS codec is called without the data.");if(!t.chars||128!==t.chars.length&&256!==t.chars.length)throw new Error("Encoding '"+t.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===t.chars.length){for(var n="",i=0;i<128;i++)n+=String.fromCharCode(i);t.chars=n+t.chars}this.decodeBuf=e.from(t.chars,"ucs2");var o=e.alloc(65536,r.defaultCharSingleByte.charCodeAt(0));for(i=0;i<t.chars.length;i++)o[t.chars.charCodeAt(i)]=i;this.encodeBuf=o}function r(e,t){this.encodeBuf=t.encodeBuf}function n(e,t){this.decodeBuf=t.decodeBuf}return Tm._sbcs=t,t.prototype.encoder=r,t.prototype.decoder=n,r.prototype.write=function(t){for(var r=e.alloc(t.length),n=0;n<t.length;n++)r[n]=this.encodeBuf[t.charCodeAt(n)];return r},r.prototype.end=function(){},n.prototype.write=function(t){for(var r=this.decodeBuf,n=e.alloc(2*t.length),i=0,o=0,s=0;s<t.length;s++)i=2*t[s],n[o=2*s]=r[i],n[o+1]=r[i+1];return n.toString("ucs2")},n.prototype.end=function(){},Tm}var Im,Mm={};function Nm(){if(Im)return Mm;Im=1;var e=mm().Buffer;Mm._dbcs=a;for(var t=-1,r=-2,n=-10,i=-1e3,o=new Array(256),s=0;s<256;s++)o[s]=t;function a(e,n){if(this.encodingName=e.encodingName,!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var s=e.table();this.decodeTables=[],this.decodeTables[0]=o.slice(0),this.decodeTableSeq=[];for(var a=0;a<s.length;a++)this._addDecodeChunk(s[a]);this.defaultCharUnicode=n.defaultCharUnicode,this.encodeTable=[],this.encodeTableSeq=[];var u={};if(e.encodeSkipVals)for(a=0;a<e.encodeSkipVals.length;a++){var c=e.encodeSkipVals[a];if("number"==typeof c)u[c]=!0;else for(var l=c.from;l<=c.to;l++)u[l]=!0}if(this._fillEncodeTable(0,0,u),e.encodeAdd)for(var f in e.encodeAdd)Object.prototype.hasOwnProperty.call(e.encodeAdd,f)&&this._setEncodeChar(f.charCodeAt(0),e.encodeAdd[f]);if(this.defCharSB=this.encodeTable[0][n.defaultCharSingleByte.charCodeAt(0)],this.defCharSB===t&&(this.defCharSB=this.encodeTable[0]["?"]),this.defCharSB===t&&(this.defCharSB="?".charCodeAt(0)),"function"==typeof e.gb18030){this.gb18030=e.gb18030();var d=this.decodeTables.length,h=this.decodeTables[d]=o.slice(0),p=this.decodeTables.length,m=this.decodeTables[p]=o.slice(0);for(a=129;a<=254;a++){var v=i-this.decodeTables[0][a],g=this.decodeTables[v];for(l=48;l<=57;l++)g[l]=i-d}for(a=129;a<=254;a++)h[a]=i-p;for(a=48;a<=57;a++)m[a]=r}}function u(e,t){this.leadSurrogate=-1,this.seqObj=void 0,this.encodeTable=t.encodeTable,this.encodeTableSeq=t.encodeTableSeq,this.defaultCharSingleByte=t.defCharSB,this.gb18030=t.gb18030}function c(t,r){this.nodeIdx=0,this.prevBuf=e.alloc(0),this.decodeTables=r.decodeTables,this.decodeTableSeq=r.decodeTableSeq,this.defaultCharUnicode=r.defaultCharUnicode,this.gb18030=r.gb18030}function l(e,t){if(e[0]>t)return-1;for(var r=0,n=e.length;r<n-1;){var i=r+Math.floor((n-r+1)/2);e[i]<=t?r=i:n=i}return r}return a.prototype.encoder=u,a.prototype.decoder=c,a.prototype._getDecodeTrieNode=function(e){for(var r=[];e>0;e>>=8)r.push(255&e);0==r.length&&r.push(0);for(var n=this.decodeTables[0],s=r.length-1;s>0;s--){var a=n[r[s]];if(a==t)n[r[s]]=i-this.decodeTables.length,this.decodeTables.push(n=o.slice(0));else{if(!(a<=i))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));n=this.decodeTables[i-a]}}return n},a.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),r=this._getDecodeTrieNode(t);t&=255;for(var i=1;i<e.length;i++){var o=e[i];if("string"==typeof o)for(var s=0;s<o.length;){var a=o.charCodeAt(s++);if(55296<=a&&a<56320){var u=o.charCodeAt(s++);if(!(56320<=u&&u<57344))throw new Error("Incorrect surrogate pair in "+this.encodingName+" at chunk "+e[0]);r[t++]=65536+1024*(a-55296)+(u-56320)}else if(4080<a&&a<=4095){for(var c=4095-a+2,l=[],f=0;f<c;f++)l.push(o.charCodeAt(s++));r[t++]=n-this.decodeTableSeq.length,this.decodeTableSeq.push(l)}else r[t++]=a}else{if("number"!=typeof o)throw new Error("Incorrect type '"+typeof o+"' given in "+this.encodingName+" at chunk "+e[0]);var d=r[t-1]+1;for(s=0;s<o;s++)r[t++]=d++}}if(t>255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+t)},a.prototype._getEncodeBucket=function(e){var t=e>>8;return void 0===this.encodeTable[t]&&(this.encodeTable[t]=o.slice(0)),this.encodeTable[t]},a.prototype._setEncodeChar=function(e,r){var i=this._getEncodeBucket(e),o=255&e;i[o]<=n?this.encodeTableSeq[n-i[o]][-1]=r:i[o]==t&&(i[o]=r)},a.prototype._setEncodeSequence=function(e,r){var i,o=e[0],s=this._getEncodeBucket(o),a=255&o;s[a]<=n?i=this.encodeTableSeq[n-s[a]]:(i={},s[a]!==t&&(i[-1]=s[a]),s[a]=n-this.encodeTableSeq.length,this.encodeTableSeq.push(i));for(var u=1;u<e.length-1;u++){var c=i[o];"object"==typeof c?i=c:(i=i[o]={},void 0!==c&&(i[-1]=c))}i[o=e[e.length-1]]=r},a.prototype._fillEncodeTable=function(e,t,r){for(var o=this.decodeTables[e],s=0;s<256;s++){var a=o[s],u=t+s;r[u]||(a>=0?this._setEncodeChar(a,u):a<=i?this._fillEncodeTable(i-a,u<<8,r):a<=n&&this._setEncodeSequence(this.decodeTableSeq[n-a],u))}},u.prototype.write=function(r){for(var i=e.alloc(r.length*(this.gb18030?4:3)),o=this.leadSurrogate,s=this.seqObj,a=-1,u=0,c=0;;){if(-1===a){if(u==r.length)break;var f=r.charCodeAt(u++)}else{f=a;a=-1}if(55296<=f&&f<57344)if(f<56320){if(-1===o){o=f;continue}o=f,f=t}else-1!==o?(f=65536+1024*(o-55296)+(f-56320),o=-1):f=t;else-1!==o&&(a=f,f=t,o=-1);var d=t;if(void 0!==s&&f!=t){var h=s[f];if("object"==typeof h){s=h;continue}"number"==typeof h?d=h:null==h&&void 0!==(h=s[-1])&&(d=h,a=f),s=void 0}else if(f>=0){var p=this.encodeTable[f>>8];if(void 0!==p&&(d=p[255&f]),d<=n){s=this.encodeTableSeq[n-d];continue}if(d==t&&this.gb18030){var m=l(this.gb18030.uChars,f);if(-1!=m){d=this.gb18030.gbChars[m]+(f-this.gb18030.uChars[m]);i[c++]=129+Math.floor(d/12600),d%=12600,i[c++]=48+Math.floor(d/1260),d%=1260,i[c++]=129+Math.floor(d/10),d%=10,i[c++]=48+d;continue}}}d===t&&(d=this.defaultCharSingleByte),d<256?i[c++]=d:d<65536?(i[c++]=d>>8,i[c++]=255&d):(i[c++]=d>>16,i[c++]=d>>8&255,i[c++]=255&d)}return this.seqObj=s,this.leadSurrogate=o,i.slice(0,c)},u.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var t=e.alloc(10),r=0;if(this.seqObj){var n=this.seqObj[-1];void 0!==n&&(n<256?t[r++]=n:(t[r++]=n>>8,t[r++]=255&n)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(t[r++]=this.defaultCharSingleByte,this.leadSurrogate=-1),t.slice(0,r)}},u.prototype.findIdx=l,c.prototype.write=function(o){var s=e.alloc(2*o.length),a=this.nodeIdx,u=this.prevBuf,c=this.prevBuf.length,f=-this.prevBuf.length;c>0&&(u=e.concat([u,o.slice(0,10)]));for(var d=0,h=0;d<o.length;d++){var p,m=d>=0?o[d]:u[d+c];if((p=this.decodeTables[a][m])>=0);else if(p===t)d=f,p=this.defaultCharUnicode.charCodeAt(0);else if(p===r){var v=f>=0?o.slice(f,d+1):u.slice(f+c,d+1+c),g=12600*(v[0]-129)+1260*(v[1]-48)+10*(v[2]-129)+(v[3]-48),y=l(this.gb18030.gbChars,g);p=this.gb18030.uChars[y]+g-this.gb18030.gbChars[y]}else{if(p<=i){a=i-p;continue}if(!(p<=n))throw new Error("iconv-lite internal error: invalid decoding table value "+p+" at "+a+"/"+m);for(var b=this.decodeTableSeq[n-p],w=0;w<b.length-1;w++)p=b[w],s[h++]=255&p,s[h++]=p>>8;p=b[b.length-1]}if(p>65535){p-=65536;var _=55296+Math.floor(p/1024);s[h++]=255&_,s[h++]=_>>8,p=56320+p%1024}s[h++]=255&p,s[h++]=p>>8,a=0,f=d+1}return this.nodeIdx=a,this.prevBuf=f>=0?o.slice(f):u.slice(f+c),s.slice(0,h).toString("ucs2")},c.prototype.end=function(){for(var t="";this.prevBuf.length>0;){t+=this.defaultCharUnicode;var r=this.prevBuf.slice(1);this.prevBuf=e.alloc(0),this.nodeIdx=0,r.length>0&&(t+=this.write(r))}return this.nodeIdx=0,t},Mm}var Lm,Bm,zm,Um,Wm,Vm,qm,Hm,Gm=[["0","\0",128],["a1","。",62],["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],["81b8","∈∋⊆⊇⊂⊃∪∩"],["81c8","∧∨¬⇒⇔∀∃"],["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["81f0","ʼn♯♭♪†‡¶"],["81fc","◯"],["824f","0",9],["8260","A",25],["8281","a",25],["829f","ぁ",82],["8340","ァ",62],["8380","ム",22],["839f","Α",16,"Σ",6],["83bf","α",16,"σ",6],["8440","А",5,"ЁЖ",25],["8470","а",5,"ёж",7],["8480","о",17],["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["8740","①",19,"Ⅰ",9],["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["877e","㍻"],["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["eeef","ⅰ",9,"¬¦'""],["f040","",62],["f080","",124],["f140","",62],["f180","",124],["f240","",62],["f280","",124],["f340","",62],["f380","",124],["f440","",62],["f480","",124],["f540","",62],["f580","",124],["f640","",62],["f680","",124],["f740","",62],["f780","",124],["f840","",62],["f880","",124],["f940",""],["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]],Km=[["0","\0",127],["8ea1","。",62],["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"],["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],["a2ba","∈∋⊆⊇⊂⊃∪∩"],["a2ca","∧∨¬⇒⇔∀∃"],["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["a2f2","ʼn♯♭♪†‡¶"],["a2fe","◯"],["a3b0","0",9],["a3c1","A",25],["a3e1","a",25],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["ada1","①",19,"Ⅰ",9],["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],["f4a1","堯槇遙瑤凜熙"],["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["fcf1","ⅰ",9,"¬¦'""],["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"],["8fa2c2","¡¦¿"],["8fa2eb","ºª©®™¤№"],["8fa6e1","ΆΈΉΊΪ"],["8fa6e7","Ό"],["8fa6e9","ΎΫ"],["8fa6ec","Ώ"],["8fa6f1","άέήίϊΐόςύϋΰώ"],["8fa7c2","Ђ",10,"ЎЏ"],["8fa7f2","ђ",10,"ўџ"],["8fa9a1","ÆĐ"],["8fa9a4","Ħ"],["8fa9a6","IJ"],["8fa9a8","ŁĿ"],["8fa9ab","ŊØŒ"],["8fa9af","ŦÞ"],["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"],["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],["8fabbd","ġĥíìïîǐ"],["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]],Ym=[["0","\0",127,"€"],["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],["9980","檧檨檪檭",114,"欥欦欨",6],["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],["a2a1","ⅰ",9],["a2b1","⒈",19,"⑴",19,"①",9],["a2e5","㈠",9],["a2f1","Ⅰ",11],["a3a1","!"#¥%",88," ̄"],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],["a6ee","︻︼︷︸︱"],["a6f4","︳︴"],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],["a8bd","ńň"],["a8c0","ɡ"],["a8c5","ㄅ",36],["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"],["a959","℡㈱"],["a95c","‐"],["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],["a980","﹢",4,"﹨﹩﹪﹫"],["a996","〇"],["a9a4","─",75],["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],["bb40","籃",9,"籎",36,"籵",5,"籾",9],["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],["bd40","紷",54,"絯",7],["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],["be40","継",12,"綧",6,"綯",42],["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],["bf40","緻",62],["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],["c040","繞",35,"纃",23,"纜纝纞"],["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],["d440","訞",31,"訿",8,"詉",21],["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],["d540","誁",7,"誋",7,"誔",46],["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],["d640","諤",34,"謈",27],["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],["d740","譆",31,"譧",4,"譭",25],["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],["d940","貮",62],["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],["dd40","軥",62],["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],["e240","釦",62],["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],["e340","鉆",45,"鉵",16],["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],["e440","銨",5,"銯",24,"鋉",31],["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],["e540","錊",51,"錿",10],["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],["e640","鍬",34,"鎐",27],["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],["e740","鏎",7,"鏗",54],["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],["ee40","頏",62],["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],["f040","餈",4,"餎餏餑",28,"餯",26],["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],["f140","馌馎馚",10,"馦馧馩",47],["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],["f240","駺",62],["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],["f540","魼",62],["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],["f640","鯜",62],["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],["f740","鰼",62],["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],["f840","鳣",62],["f880","鴢",32],["f940","鵃",62],["f980","鶂",32],["fa40","鶣",62],["fa80","鷢",32],["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]],Jm=[["a140","",62],["a180","",32],["a240","",62],["a280","",32],["a2ab","",5],["a2e3","€"],["a2ef",""],["a2fd",""],["a340","",62],["a380","",31," "],["a440","",62],["a480","",32],["a4f4","",10],["a540","",62],["a580","",32],["a5f7","",7],["a640","",62],["a680","",32],["a6b9","",7],["a6d9","",6],["a6ec",""],["a6f3",""],["a6f6","",8],["a740","",62],["a780","",32],["a7c2","",14],["a7f2","",12],["a896","",10],["a8bc",""],["a8bf","ǹ"],["a8c1",""],["a8ea","",20],["a958",""],["a95b",""],["a95d",""],["a989","〾⿰",11],["a997","",12],["a9f0","",14],["aaa1","",93],["aba1","",93],["aca1","",93],["ada1","",93],["aea1","",93],["afa1","",93],["d7fa","",4],["f8a1","",93],["f9a1","",93],["faa1","",93],["fba1","",93],["fca1","",93],["fda1","",93],["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"],["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93]],Zm={uChars:[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],gbChars:[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189e3]},Xm=[["0","\0",127],["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],["8361","긝",18,"긲긳긵긶긹긻긼"],["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],["8741","놞",9,"놩",15],["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],["8a61","둧",4,"둭",18,"뒁뒂"],["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],["8c41","똀",15,"똒똓똕똖똗똙",4],["8c61","똞",6,"똦",5,"똭",6,"똵",5],["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],["8d41","뛃",16,"뛕",8],["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],["8e61","럂",4,"럈럊",19],["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],["8f41","뢅",7,"뢎",17],["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],["9061","륾",5,"릆릈릋릌릏",15],["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],["9461","봞",5,"봥",6,"봭",12],["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],["9641","뺸",23,"뻒뻓"],["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],["9741","뾃",16,"뾕",8],["9761","뾞",17,"뾱",7],["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],["9841","쁀",16,"쁒",5,"쁙쁚쁛"],["9861","쁝쁞쁟쁡",6,"쁪",15],["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],["9a41","숤숥숦숧숪숬숮숰숳숵",16],["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],["9b61","쌳",17,"썆",7],["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],["9c61","쏿",8,"쐉",6,"쐑",9],["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],["9d41","쒪",13,"쒹쒺쒻쒽",8],["9d61","쓆",25],["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],["a141","좥좦좧좩",18,"좾좿죀죁"],["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"],["a241","줐줒",5,"줙",18],["a261","줭",6,"줵",18],["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],["a361","즑",6,"즚즜즞",16],["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"],["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],["a481","쨦쨧쨨쨪",28,"ㄱ",93],["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],["a561","쩫",17,"쩾",5,"쪅쪆"],["a581","쪇",16,"쪙",14,"ⅰ",9],["a5b0","Ⅰ",9],["a5c1","Α",16,"Σ",6],["a5e1","α",16,"σ",6],["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],["a761","쬪",22,"쭂쭃쭄"],["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],["a841","쭭",10,"쭺",14],["a861","쮉",18,"쮝",6],["a881","쮤",19,"쮹",11,"ÆÐªĦ"],["a8a6","IJ"],["a8a8","ĿŁØŒºÞŦŊ"],["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],["a941","쯅",14,"쯕",10],["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],["aa81","챳챴챶",29,"ぁ",82],["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],["acd1","а",5,"ёж",25],["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],["ae41","췆",5,"췍췎췏췑",16],["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],["af41","츬츭츮츯츲츴츶",19],["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],["b041","캚",5,"캢캦",5,"캮",12],["b061","캻",5,"컂",19],["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],["b161","켥",6,"켮켲",5,"켹",11],["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],["b261","쾎",18,"쾢",5,"쾩"],["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],["b541","킕",14,"킦킧킩킪킫킭",5],["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],["b641","턅",7,"턎",17],["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],["b741","텮",13,"텽",6,"톅톆톇톉톊"],["b761","톋",20,"톢톣톥톦톧"],["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],["b841","퇐",7,"퇙",17],["b861","퇫",8,"퇵퇶퇷퇹",13],["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],["be41","퐸",7,"푁푂푃푅",14],["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],["bf41","풞",10,"풪",14],["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],["c061","픞",25],["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],["c161","햌햍햎햏햑",19,"햦햧"],["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],["c361","홢",4,"홨홪",5,"홲홳홵",11],["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],["c641","힍힎힏힑",6,"힚힜힞",5],["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]],Qm=[["0","\0",127],["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"],["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21],["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10],["a3a1","ㄐ",25,"˙ˉˊˇˋ"],["a3e1","€"],["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"],["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"],["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"],["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"],["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"],["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"],["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"],["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"],["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"],["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"],["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"],["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"],["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"],["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"],["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"],["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"],["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"],["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"],["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"],["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"],["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"],["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"],["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"],["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"],["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"],["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"],["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"],["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"],["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"],["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"],["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"],["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"],["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"],["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"],["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"],["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"],["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"],["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"],["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"],["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"],["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"],["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"],["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"],["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"],["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"],["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"],["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"],["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"],["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"],["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"],["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"],["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"],["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"],["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"],["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"],["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"],["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"],["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"],["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"],["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"],["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"],["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"],["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"],["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"],["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"],["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"],["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"],["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"],["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"],["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"],["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"],["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"],["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"],["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"],["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"],["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"],["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"],["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"],["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"],["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"],["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"],["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"],["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"],["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"],["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"],["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"],["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"],["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"],["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"],["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"],["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"],["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"],["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"],["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"],["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"],["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"],["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"],["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"],["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"],["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"],["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"],["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"],["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"],["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"],["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"],["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"],["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"],["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"],["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"],["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"],["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"],["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"],["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"],["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"],["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"],["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"],["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"],["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"],["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"],["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"],["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"],["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"],["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"],["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"],["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"],["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"],["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"],["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"],["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"],["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"],["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"],["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"],["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"],["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"],["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"],["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"],["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"],["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"],["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"],["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"],["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"],["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"],["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"],["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"],["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"],["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"],["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"],["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"],["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"],["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"],["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"],["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"],["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"],["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"],["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"],["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"],["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"],["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"],["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"],["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"],["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"],["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"],["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"],["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"],["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"],["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"],["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"]],ev=[["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"],["8940","𪎩𡅅"],["8943","攊"],["8946","丽滝鵎釟"],["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],["89a1","琑糼緍楆竉刧"],["89ab","醌碸酞肼"],["89b0","贋胶𠧧"],["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],["89c1","溚舾甙"],["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],["8a40","𧶄唥"],["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],["8aac","䠋𠆩㿺塳𢶍"],["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],["8ac9","𪘁𠸉𢫏𢳉"],["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],["8ca1","𣏹椙橃𣱣泿"],["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],["8cc9","顨杫䉶圽"],["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],["8d40","𠮟"],["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],["9fae","酙隁酜"],["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],["9fc1","𤤙盖鮝个𠳔莾衂"],["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],["9fe7","毺蠘罸"],["9feb","嘠𪙊蹷齓"],["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],["a055","𡠻𦸅"],["a058","詾𢔛"],["a05b","惽癧髗鵄鍮鮏蟵"],["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],["a0a1","嵗𨯂迚𨸹"],["a0a6","僙𡵆礆匲阸𠼻䁥"],["a0ae","矾"],["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],["a3c0","␀",31,"␡"],["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23],["c740","す",58,"ァアィイ"],["c7a1","ゥ",81,"А",5,"ЁЖ",4],["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],["c8a1","龰冈龱𧘇"],["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],["c8f5","ʃɐɛɔɵœøŋʊɪ"],["f9fe","■"],["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]];function tv(){return Hm||(Hm=1,function(e){var t=mm().Buffer,r=ym(),n=e.exports;n.encodings=null,n.defaultCharUnicode="�",n.defaultCharSingleByte="?",n.encode=function(e,r,i){e=""+(e||"");var o=n.getEncoder(r,i),s=o.write(e),a=o.end();return a&&a.length>0?t.concat([s,a]):s},n.decode=function(e,r,i){"string"==typeof e&&(n.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),n.skipDecodeWarning=!0),e=t.from(""+(e||""),"binary"));var o=n.getDecoder(r,i),s=o.write(e),a=o.end();return a?s+a:s},n.encodingExists=function(e){try{return n.getCodec(e),!0}catch(e){return!1}},n.toEncoding=n.encode,n.fromEncoding=n.decode,n._codecDataCache={},n.getCodec=function(e){n.encodings||(n.encodings=(zm||(zm=1,function(e){for(var t=[Dm(),Sm(),Cm(),Rm(),Pm?$m:(Pm=1,$m={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}),Fm?jm:(Fm=1,jm={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�ݰħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤Ĩϧ¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩšēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖרŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨͧĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Чš©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖרÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},hproman8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"��������������������������������������������������������������������������������������������������������������������������������"},tis620:{type:"_sbcs",chars:"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"}}),Nm(),Bm?Lm:(Bm=1,Lm={shiftjis:{type:"_dbcs",table:function(){return Gm},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return Km},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return Ym}},gbk:{type:"_dbcs",table:function(){return Ym.concat(Jm)}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return Ym.concat(Jm)},gb18030:function(){return Zm},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return Xm}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return Qm}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return Qm.concat(ev)},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"})],r=0;r<t.length;r++){var n=t[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}}(_m)),_m));for(var t=n._canonicalizeEncoding(e),r={};;){var i=n._codecDataCache[t];if(i)return i;var o=n.encodings[t];switch(typeof o){case"string":t=o;break;case"object":for(var s in o)r[s]=o[s];r.encodingName||(r.encodingName=t),t=o.type;break;case"function":return r.encodingName||(r.encodingName=t),i=new o(r,n),n._codecDataCache[r.encodingName]=i,i;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+t+"')")}}},n._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},n.getEncoder=function(e,t){var i=n.getCodec(e),o=new i.encoder(t,i);return i.bomAware&&t&&t.addBOM&&(o=new r.PrependBOM(o,t)),o},n.getDecoder=function(e,t){var i=n.getCodec(e),o=new i.decoder(t,i);return!i.bomAware||t&&!1===t.stripBOM||(o=new r.StripBOM(o,t)),o};var i="undefined"!=typeof process&&process.versions&&process.versions.node;if(i){var o=i.split(".").map(Number);(o[0]>0||o[1]>=10)&&function(){if(Wm)return Um;Wm=1;var e=te.Buffer,t=pe.Transform;function r(e,r){this.conv=e,(r=r||{}).decodeStrings=!1,t.call(this,r)}function n(e,r){this.conv=e,(r=r||{}).encoding=this.encoding="utf8",t.call(this,r)}return Um=function(e){e.encodeStream=function(t,n){return new r(e.getEncoder(t,n),n)},e.decodeStream=function(t,r){return new n(e.getDecoder(t,r),r)},e.supportsStreams=!0,e.IconvLiteEncoderStream=r,e.IconvLiteDecoderStream=n,e._collect=n.prototype.collect},r.prototype=Object.create(t.prototype,{constructor:{value:r}}),r.prototype._transform=function(e,t,r){if("string"!=typeof e)return r(new Error("Iconv encoding stream needs strings as its input."));try{var n=this.conv.write(e);n&&n.length&&this.push(n),r()}catch(e){r(e)}},r.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t),e()}catch(t){e(t)}},r.prototype.collect=function(t){var r=[];return this.on("error",t),this.on("data",(function(e){r.push(e)})),this.on("end",(function(){t(null,e.concat(r))})),this},n.prototype=Object.create(t.prototype,{constructor:{value:n}}),n.prototype._transform=function(t,r,n){if(!e.isBuffer(t))return n(new Error("Iconv decoding stream needs buffers as its input."));try{var i=this.conv.write(t);i&&i.length&&this.push(i,this.encoding),n()}catch(e){n(e)}},n.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t,this.encoding),e()}catch(t){e(t)}},n.prototype.collect=function(e){var t="";return this.on("error",e),this.on("data",(function(e){t+=e})),this.on("end",(function(){e(null,t)})),this},Um}()(n),function(){if(qm)return Vm;qm=1;var e=te.Buffer;return Vm=function(t){var r=void 0;t.supportsNodeEncodingsExtension=!(e.from||new e(0)instanceof Uint8Array),t.extendNodeEncodings=function(){if(!r){if(r={},!t.supportsNodeEncodingsExtension)return console.error("ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node"),void console.error("See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility");var n={hex:!0,utf8:!0,"utf-8":!0,ascii:!0,binary:!0,base64:!0,ucs2:!0,"ucs-2":!0,utf16le:!0,"utf-16le":!0};e.isNativeEncoding=function(e){return e&&n[e.toLowerCase()]};var i=te.SlowBuffer;if(r.SlowBufferToString=i.prototype.toString,i.prototype.toString=function(n,i,o){return n=String(n||"utf8").toLowerCase(),e.isNativeEncoding(n)?r.SlowBufferToString.call(this,n,i,o):(void 0===i&&(i=0),void 0===o&&(o=this.length),t.decode(this.slice(i,o),n))},r.SlowBufferWrite=i.prototype.write,i.prototype.write=function(n,i,o,s){if(isFinite(i))isFinite(o)||(s=o,o=void 0);else{var a=s;s=i,i=o,o=a}i=+i||0;var u=this.length-i;if(o?(o=+o)>u&&(o=u):o=u,s=String(s||"utf8").toLowerCase(),e.isNativeEncoding(s))return r.SlowBufferWrite.call(this,n,i,o,s);if(n.length>0&&(o<0||i<0))throw new RangeError("attempt to write beyond buffer bounds");var c=t.encode(n,s);return c.length<o&&(o=c.length),c.copy(this,i,0,o),o},r.BufferIsEncoding=e.isEncoding,e.isEncoding=function(r){return e.isNativeEncoding(r)||t.encodingExists(r)},r.BufferByteLength=e.byteLength,e.byteLength=i.byteLength=function(n,i){return i=String(i||"utf8").toLowerCase(),e.isNativeEncoding(i)?r.BufferByteLength.call(this,n,i):t.encode(n,i).length},r.BufferToString=e.prototype.toString,e.prototype.toString=function(n,i,o){return n=String(n||"utf8").toLowerCase(),e.isNativeEncoding(n)?r.BufferToString.call(this,n,i,o):(void 0===i&&(i=0),void 0===o&&(o=this.length),t.decode(this.slice(i,o),n))},r.BufferWrite=e.prototype.write,e.prototype.write=function(n,i,o,s){var a=i,u=o,c=s;if(isFinite(i))isFinite(o)||(s=o,o=void 0);else{var l=s;s=i,i=o,o=l}if(s=String(s||"utf8").toLowerCase(),e.isNativeEncoding(s))return r.BufferWrite.call(this,n,a,u,c);i=+i||0;var f=this.length-i;if(o?(o=+o)>f&&(o=f):o=f,n.length>0&&(o<0||i<0))throw new RangeError("attempt to write beyond buffer bounds");var d=t.encode(n,s);return d.length<o&&(o=d.length),d.copy(this,i,0,o),o},t.supportsStreams){var o=pe.Readable;r.ReadableSetEncoding=o.prototype.setEncoding,o.prototype.setEncoding=function(e,r){this._readableState.decoder=t.getDecoder(e,r),this._readableState.encoding=e},o.prototype.collect=t._collect}}},t.undoExtendNodeEncodings=function(){if(t.supportsNodeEncodingsExtension){if(!r)throw new Error("require('iconv-lite').undoExtendNodeEncodings(): Nothing to undo; extendNodeEncodings() is not called.");delete e.isNativeEncoding;var n=te.SlowBuffer;if(n.prototype.toString=r.SlowBufferToString,n.prototype.write=r.SlowBufferWrite,e.isEncoding=r.BufferIsEncoding,e.byteLength=r.BufferByteLength,e.prototype.toString=r.BufferToString,e.prototype.write=r.BufferWrite,t.supportsStreams){var i=pe.Readable;i.prototype.setEncoding=r.ReadableSetEncoding,delete i.prototype.collect}r=void 0}}},Vm}()(n)}}(pm)),pm.exports}var rv,nv,iv,ov={};function sv(){if(iv)return ov;iv=1;const e=j,t=Y,r=_e,n=function(){if(nv)return rv;nv=1;var e="win32"===process.platform,t=e?/[^:]\\$/:/.\/$/;return rv=function(){var r;return r=e?process.env.TEMP||process.env.TMP||(process.env.SystemRoot||process.env.windir)+"\\temp":process.env.TMPDIR||process.env.TMP||process.env.TEMP||"/tmp",t.test(r)&&(r=r.slice(0,-1)),r},rv}(),i=process.binding("constants"),o=n(),s="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",a=/XXXXXX/,u=3,c=(i.O_CREAT||i.fs.O_CREAT)|(i.O_EXCL||i.fs.O_EXCL)|(i.O_RDWR||i.fs.O_RDWR),l=i.EBADF||i.os.errno.EBADF,f=i.ENOENT||i.os.errno.ENOENT,d=[];var h=!1,p=!1;function m(e){var t=[],n=null;try{n=r.randomBytes(e)}catch(t){n=r.pseudoRandomBytes(e)}for(var i=0;i<e;i++)t.push(s[n[i]%s.length]);return t.join("")}function v(e){return void 0===e}function g(e,t){return"function"==typeof e?[t||{},e]:v(e)?[{},t]:[e,t]}function y(e){if(e.name)return t.join(e.dir||o,e.name);if(e.template)return e.template.replace(a,m(6));const r=[e.prefix||"tmp-",process.pid,m(12),e.postfix||""].join("");return t.join(e.dir||o,r)}function b(t,r){var n=g(t,r),i=n[0],o=n[1],s=i.name?1:i.tries||u;return isNaN(s)||s<0?o(new Error("Invalid tries")):i.template&&!i.template.match(a)?o(new Error("Invalid template provided")):void function t(){const r=y(i);e.stat(r,(function(e){if(!e)return s-- >0?t():o(new Error("Could not get a unique tmp filename, max tries reached "+r));o(null,r)}))}()}function w(t){var r=g(t)[0],n=r.name?1:r.tries||u;if(isNaN(n)||n<0)throw new Error("Invalid tries");if(r.template&&!r.template.match(a))throw new Error("Invalid template provided");do{const t=y(r);try{e.statSync(t)}catch(e){return t}}while(n-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function _(r){const n=[r];do{for(var i=n.pop(),o=!1,s=e.readdirSync(i),a=0,u=s.length;a<u;a++){var c=t.join(i,s[a]);e.lstatSync(c).isDirectory()?(o||(o=!0,n.push(i)),n.push(c)):e.unlinkSync(c)}o||e.rmdirSync(i)}while(0!==n.length)}function D(t,r,n){const i=x((function(t){try{0<=t[0]&&e.closeSync(t[0])}catch(e){if(!function(e){return k(e,-l,"EBADF")}(e)&&!O(e))throw e}try{e.unlinkSync(t[1])}catch(e){if(!O(e))throw e}}),[r,t]);return n.keep||d.unshift(i),i}function E(t,r){const n=x(r.unsafeCleanup?_:e.rmdirSync.bind(e),t);return r.keep||d.unshift(n),n}function x(e,t){var r=!1;return function n(i){if(!r){const i=d.indexOf(n);i>=0&&d.splice(i,1),r=!0,e(t)}i&&i(null)}}function S(){if(!p||h)for(;d.length;)try{d[0].call(null)}catch(e){}}function O(e){return k(e,-f,"ENOENT")}function k(e,t,r){return e.code==t||e.code==r}const C=process.versions.node.split(".").map((function(e){return parseInt(e,10)}));return 0===C[0]&&(C[1]<9||9===C[1]&&C[2]<5)&&process.addListener("uncaughtException",(function(e){throw p=!0,S(),e})),process.addListener("exit",(function(e){e&&(p=!0),S()})),ov.tmpdir=o,ov.dir=function(t,r){var n=g(t,r),i=n[0],o=n[1];b(i,(function(t,r){if(t)return o(t);e.mkdir(r,i.mode||448,(function(e){if(e)return o(e);o(null,r,E(r,i))}))}))},ov.dirSync=function(t){var r=g(t)[0];const n=w(r);return e.mkdirSync(n,r.mode||448),{name:n,removeCallback:E(n,r)}},ov.file=function(t,r){var n=g(t,r),i=n[0],o=n[1];i.postfix=v(i.postfix)?".tmp":i.postfix,b(i,(function(t,r){if(t)return o(t);e.open(r,c,i.mode||384,(function(t,n){return t?o(t):i.discardDescriptor?e.close(n,(function(t){if(t){try{e.unlinkSync(r)}catch(e){O(e)||(t=e)}return o(t)}o(null,r,void 0,D(r,-1,i))})):i.detachDescriptor?o(null,r,n,D(r,-1,i)):void o(null,r,n,D(r,n,i))}))}))},ov.fileSync=function(t){var r=g(t)[0];r.postfix=r.postfix||".tmp";const n=r.discardDescriptor||r.detachDescriptor,i=w(r);var o=e.openSync(i,c,r.mode||384);return r.discardDescriptor&&(e.closeSync(o),o=void 0),{name:i,fd:o,removeCallback:D(i,n?-1:o,r)}},ov.tmpName=b,ov.tmpNameSync=w,ov.setGracefulCleanup=function(){h=!0},ov}var av,uv={};var cv,lv={};var fv,dv={};var hv,pv,mv={};var vv=function(){if(pv)return Yp;pv=1,Object.defineProperty(Yp,"__esModule",{value:!0});var e=function(){if(cm)return Jp;cm=1;var e=j,t=Xp(),r=tm(),n=im(),i=am(),o=fm(),s=Jp,a=[new t,new r.UTF_16BE,new r.UTF_16LE,new r.UTF_32BE,new r.UTF_32LE,new n.sjis,new n.big5,new n.euc_jp,new n.euc_kr,new n.gb_18030,new o.ISO_2022_JP,new o.ISO_2022_KR,new o.ISO_2022_CN,new i.ISO_8859_1,new i.ISO_8859_2,new i.ISO_8859_5,new i.ISO_8859_6,new i.ISO_8859_7,new i.ISO_8859_8,new i.ISO_8859_9,new i.windows_1251,new i.windows_1256,new i.KOI8_R];return Jp.detect=function(e,t){for(var r=[],n=0;n<256;n++)r[n]=0;for(n=e.length-1;n>=0;n--)r[255&e[n]]++;var i=!1;for(n=128;n<=159;n+=1)if(0!=r[n]){i=!0;break}var o={fByteStats:r,fC1Bytes:i,fRawInput:e,fRawLength:e.length,fInputBytes:e,fInputLen:e.length},s=a.map((function(e){return e.match(o)})).filter((function(e){return!!e})).sort((function(e,t){return t.confidence-e.confidence}));return t&&!0===t.returnAllMatches?s:s.length>0?s[0].name:null},Jp.detectFile=function(t,r,n){var i;"function"==typeof r&&(n=r,r=void 0);var o=function(t,o){if(i&&e.closeSync(i),t)return n(t,null);n(null,s.detect(o,r))};if(r&&r.sampleSize)return i=e.openSync(t,"r"),sample=Buffer.allocUnsafe(r.sampleSize),void e.read(i,sample,0,r.sampleSize,null,(function(e){o(e,sample)}));e.readFile(t,o)},Jp.detectFileSync=function(t,r){if(r&&r.sampleSize){var n=e.openSync(t,"r"),i=Buffer.allocUnsafe(r.sampleSize);return e.readSync(n,i,0,r.sampleSize),e.closeSync(n),s.detect(i,r)}return s.detect(e.readFileSync(t),r)},Jp.detectAll=function(e,t){return"object"!=typeof t&&(t={}),t.returnAllMatches=!0,s.detect(e,t)},Jp.detectFileAll=function(e,t,r){"function"==typeof t&&(r=t,t=void 0),"object"!=typeof t&&(t={}),t.returnAllMatches=!0,s.detectFile(e,t,r)},Jp.detectFileAllSync=function(e,t){return"object"!=typeof t&&(t={}),t.returnAllMatches=!0,s.detectFileSync(e,t)},Jp}(),t=be,r=j,n=tv(),i=sv(),o=function(){if(av)return uv;av=1;var e,t=uv.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)},function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(uv,"__esModule",{value:!0});var r=function(e){function r(t){var r=this.constructor,n=e.call(this,"Failed to create temporary file for editor")||this;n.originalError=t;var i=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,i):n.__proto__=r.prototype,n}return t(r,e),r}(Error);return uv.CreateFileError=r,uv}();Yp.CreateFileError=o.CreateFileError;var s=function(){if(cv)return lv;cv=1;var e,t=lv.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)},function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(lv,"__esModule",{value:!0});var r=function(e){function r(t){var r=this.constructor,n=e.call(this,"Failed launch editor")||this;n.originalError=t;var i=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,i):n.__proto__=r.prototype,n}return t(r,e),r}(Error);return lv.LaunchEditorError=r,lv}();Yp.LaunchEditorError=s.LaunchEditorError;var a=function(){if(fv)return dv;fv=1;var e,t=dv.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)},function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(dv,"__esModule",{value:!0});var r=function(e){function r(t){var r=this.constructor,n=e.call(this,"Failed to read temporary file")||this;n.originalError=t;var i=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,i):n.__proto__=r.prototype,n}return t(r,e),r}(Error);return dv.ReadFileError=r,dv}();Yp.ReadFileError=a.ReadFileError;var u=function(){if(hv)return mv;hv=1;var e,t=mv.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)},function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(mv,"__esModule",{value:!0});var r=function(e){function r(t){var r=this.constructor,n=e.call(this,"Failed to cleanup temporary file")||this;n.originalError=t;var i=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,i):n.__proto__=r.prototype,n}return t(r,e),r}(Error);return mv.RemoveFileError=r,mv}();Yp.RemoveFileError=u.RemoveFileError,Yp.edit=function(e,t){void 0===e&&(e="");var r=new c(e,t);return r.run(),r.cleanup(),r.text},Yp.editAsync=function(e,t,r){void 0===e&&(e="");var n=new c(e,r);n.runAsync((function(e,r){if(e)setImmediate(t,e,null);else try{n.cleanup(),setImmediate(t,null,r)}catch(e){setImmediate(t,e,null)}}))};var c=function(){function c(e,t){void 0===e&&(e=""),this.text="",this.fileOptions={},this.text=e,t&&(this.fileOptions=t),this.determineEditor(),this.createTemporaryFile()}return c.splitStringBySpace=function(e){for(var t=[],r="",n=0;n<e.length;n++){var i=e[n];n>0&&" "===i&&"\\"!==e[n-1]&&r.length>0?(t.push(r),r=""):r+=i}return r.length>0&&t.push(r),t},Object.defineProperty(c.prototype,"temp_file",{get:function(){return console.log("DEPRECATED: temp_file. Use tempFile moving forward."),this.tempFile},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"last_exit_status",{get:function(){return console.log("DEPRECATED: last_exit_status. Use lastExitStatus moving forward."),this.lastExitStatus},enumerable:!0,configurable:!0}),c.prototype.run=function(){return this.launchEditor(),this.readTemporaryFile(),this.text},c.prototype.runAsync=function(e){var t=this;try{this.launchEditorAsync((function(){try{t.readTemporaryFile(),setImmediate(e,null,t.text)}catch(t){setImmediate(e,t,null)}}))}catch(t){setImmediate(e,t,null)}},c.prototype.cleanup=function(){this.removeTemporaryFile()},c.prototype.determineEditor=function(){var e=process.env.VISUAL?process.env.VISUAL:process.env.EDITOR?process.env.EDITOR:/^win/.test(process.platform)?"notepad":"vim",t=c.splitStringBySpace(e).map((function(e){return e.replace("\\ "," ")})),r=t.shift();this.editor={args:t,bin:r}},c.prototype.createTemporaryFile=function(){try{this.tempFile=i.tmpNameSync(this.fileOptions);var e={encoding:"utf8"};this.fileOptions.hasOwnProperty("mode")&&(e.mode=this.fileOptions.mode),r.writeFileSync(this.tempFile,this.text,e)}catch(e){throw new o.CreateFileError(e)}},c.prototype.readTemporaryFile=function(){try{var t=r.readFileSync(this.tempFile);if(0===t.length)this.text="";else{var i=e.detect(t).toString();n.encodingExists(i)||(i="utf8"),this.text=n.decode(t,i)}}catch(e){throw new a.ReadFileError(e)}},c.prototype.removeTemporaryFile=function(){try{r.unlinkSync(this.tempFile)}catch(e){throw new u.RemoveFileError(e)}},c.prototype.launchEditor=function(){try{var e=t.spawnSync(this.editor.bin,this.editor.args.concat([this.tempFile]),{stdio:"inherit"});this.lastExitStatus=e.status}catch(e){throw new s.LaunchEditorError(e)}},c.prototype.launchEditorAsync=function(e){var r=this;try{t.spawn(this.editor.bin,this.editor.args.concat([this.tempFile]),{stdio:"inherit"}).on("exit",(function(t){r.lastExitStatus=t,setImmediate(e)}))}catch(e){throw new s.LaunchEditorError(e)}},c}();return Yp.ExternalEditor=c,Yp}();const gv={validationFailureMode:"keep"};var yv=Np(((e,t)=>{const{waitForUseInput:r=!0,file:{postfix:n=e.postfix??".txt",...i}={},validate:o=(()=>!0)}=e,s=Dh(gv,e.theme),[a,u]=ch("idle"),[c="",l]=ch(e.default),[f,d]=ch(),h=Eh({status:a,theme:s});function p(r){r.pause();const a=ve.bind((async(n,i)=>{if(r.resume(),n)d(n.toString());else{u("loading");const r=await o(i);!0===r?(d(void 0),u("done"),t(i)):("clear"===s.validationFailureMode?l(e.default):l(i),d(r||"You must provide a valid value"),u("idle"))}}));vv.editAsync(c,((e,t)=>{a(e,t)}),{postfix:n,...i})}lh((e=>{r||p(e)}),[]),Oh(((e,t)=>{"idle"===a&&Zd(e)&&p(t)}));const m=s.style.message(e.message,a);let v="";if("loading"===a)v=s.style.help("Received");else if("idle"===a){const e=s.style.key("enter");v=s.style.help(`Press ${e} to launch your preferred editor.`)}let g="";return f&&(g=s.style.error(f)),[[h,m,v].filter(Boolean).join(" "),g]}));function bv(e,t){let r=!1!==t;return/^(y|yes)/i.test(e)?r=!0:/^(n|no)/i.test(e)&&(r=!1),r}function wv(e){return e?"Yes":"No"}var _v=Np(((e,t)=>{const{transformer:r=wv}=e,[n,i]=ch("idle"),[o,s]=ch(""),a=Dh(e.theme),u=Eh({status:n,theme:a});Oh(((n,a)=>{if(Zd(n)){const n=bv(o,e.default);s(r(n)),i("done"),t(n)}else if("tab"===n.name){const t=wv(!bv(o,e.default));a.clearLine(0),a.write(t),s(t)}else s(a.line)}));let c=o,l="";"done"===n?c=a.style.answer(o):l=` ${a.style.defaultAnswer(!1===e.default?"y/N":"Y/n")}`;return`${u} ${a.style.message(e.message,n)}${l} ${c}`}));const Dv={validationFailureMode:"keep"};var Ev=Np(((e,t)=>{const{required:r,validate:n=(()=>!0)}=e,i=Dh(Dv,e.theme),[o,s]=ch("idle"),[a="",u]=ch(e.default),[c,l]=ch(),[f,d]=ch(""),h=Eh({status:o,theme:i});Oh((async(e,c)=>{if("idle"===o)if(Zd(e)){const e=f||a;s("loading");const o=r&&!e?"You must provide a value":await n(e);!0===o?(d(e),s("done"),t(e)):("clear"===i.validationFailureMode?d(""):c.write(f),l(o||"You must provide a valid value"),s("idle"))}else Yd(e)&&!f?u(void 0):"tab"!==e.name||f?(d(c.line),l(void 0)):(u(void 0),c.clearLine(0),c.write(a),d(a))}));const p=i.style.message(e.message,o);let m,v=f;"function"==typeof e.transformer?v=e.transformer(f,{isFinal:"done"===o}):"done"===o&&(v=i.style.answer(f)),a&&"done"!==o&&!f&&(m=i.style.defaultAnswer(a));let g="";return c&&(g=i.style.error(c)),[[h,p,m,v].filter((e=>void 0!==e)).join(" "),g]}));function xv(e,{min:t,max:r,step:n}){return null!=e&&!Number.isNaN(e)&&(e<t||e>r?`Value must be between ${t} and ${r}`:!("any"!==n&&!function(e,t,r){const n=e*Math.pow(10,6),i=t*Math.pow(10,6),o=r*Math.pow(10,6);return(n-(Number.isFinite(r)?o:0))%i==0}(e,n,t))||`Value must be a multiple of ${n}${Number.isFinite(t)?` starting from ${t}`:""}`)}var Sv=Np(((e,t)=>{const{validate:r=(()=>!0),min:n=-1/0,max:i=1/0,step:o=1,required:s=!1}=e,a=Dh(e.theme),[u,c]=ch("idle"),[l,f]=ch(""),d=!0===xv(e.default,{min:n,max:i,step:o})?e.default?.toString():void 0,[h="",p]=ch(d),[m,v]=ch(),g=Eh({status:u,theme:a});Oh((async(e,a)=>{if("idle"===u)if(Zd(e)){const e=l||h,u=""===e?void 0:Number(e);c("loading");let d=!0;(s||null!=u)&&(d=xv(u,{min:n,max:i,step:o})),!0===d&&(d=await r(u)),!0===d?(f(String(u??"")),c("done"),t(u)):(a.write(l),v(d||"You must provide a valid numeric value"),c("idle"))}else Yd(e)&&!l?p(void 0):"tab"!==e.name||l?(f(a.line),v(void 0)):(p(void 0),a.clearLine(0),a.write(h),f(h))}));const y=a.style.message(e.message,u);let b,w=l;"done"===u&&(w=a.style.answer(l)),h&&"done"!==u&&!l&&(b=a.style.defaultAnswer(h));let _="";return m&&(_=a.style.error(m)),[[g,y,b,w].filter((e=>void 0!==e)).join(" "),_]}));const Ov={key:"h",name:"Help, list all options",value:void 0};var kv=Np(((e,t)=>{const{default:r="h"}=e,n=xh((()=>function(e){return e.map((e=>{if(Lp.isSeparator(e))return e;const t="name"in e?e.name:String(e.value);return{value:"value"in e?e.value:t,name:t,key:e.key.toLowerCase()}}))}(e.choices)),[e.choices]),[i,o]=ch("idle"),[s,a]=ch(""),[u,c]=ch(e.expanded??!1),[l,f]=ch(),d=Dh(e.theme),h=Eh({theme:d,status:i});Oh(((e,i)=>{if(Zd(e)){const e=(s||r).toLowerCase();if("h"!==e||u){const r=n.find((t=>!Lp.isSeparator(t)&&t.key===e));r?(o("done"),a(e),t(r.value)):f(""===s?"Please input a value":`"${ph.red(s)}" isn't an available option`)}else c(!0)}else a(i.line),f(void 0)}));const p=d.style.message(e.message,i);if("done"===i){const e=n.find((e=>!Lp.isSeparator(e)&&e.key===s.toLowerCase()));return`${h} ${p} ${d.style.answer(e.name)}`}const m=u?n:[...n,Ov];let v="",g=m.map((e=>Lp.isSeparator(e)?"":e.key===r?e.key.toUpperCase():e.key)).join("");g=` ${d.style.defaultAnswer(g)}`,u&&(g="",v=m.map((e=>{if(Lp.isSeparator(e))return` ${e.separator}`;const t=`  ${e.key}) ${e.name}`;return e.key===s.toLowerCase()?d.style.highlight(t):t})).join("\n"));let y="";const b=n.find((e=>!Lp.isSeparator(e)&&e.key===s.toLowerCase()));b&&(y=`${ph.cyan(">>")} ${b.name}`);let w="";return l&&(w=d.style.error(l)),[`${h} ${p}${g} ${s}`,[v,y,w].filter(Boolean).join("\n")]}));const Cv=/\d+/;function Av(e){return null!=e&&!Lp.isSeparator(e)}var $v=Np(((e,t)=>{const r=xh((()=>function(e){let t=0;return e.map((e=>{if(Lp.isSeparator(e))return e;if(t+=1,"string"==typeof e)return{value:e,name:e,short:e,key:String(t)};const r=e.name??String(e.value);return{value:e.value,name:r,short:e.short??r,key:e.key??String(t)}}))}(e.choices)),[e.choices]),[n,i]=ch("idle"),[o,s]=ch(""),[a,u]=ch(),c=Dh(e.theme),l=Eh({status:n,theme:c});Oh(((e,n)=>{if(Zd(e)){let e;if(Cv.test(o)){const t=Number.parseInt(o,10)-1;e=r.filter(Av)[t]}else e=r.find((e=>Av(e)&&e.key===o));Av(e)?(s(e.short),i("done"),t(e.value)):u(""===o?"Please input a value":`"${ph.red(o)}" isn't an available option`)}else s(n.line),u(void 0)}));const f=c.style.message(e.message,n);if("done"===n)return`${l} ${f} ${c.style.answer(o)}`;const d=r.map((e=>{if(Lp.isSeparator(e))return` ${e.separator}`;const t=`  ${e.key}) ${e.name}`;return e.key===o.toLowerCase()?c.style.highlight(t):t})).join("\n");let h="";return a&&(h=c.style.error(a)),[`${l} ${f} ${o}`,[d,h].filter(Boolean).join("\n")]})),Pv=Np(((e,t)=>{const{validate:r=(()=>!0)}=e,n=Dh(e.theme),[i,o]=ch("idle"),[s,a]=ch(),[u,c]=ch(""),l=Eh({status:i,theme:n});Oh((async(e,n)=>{if("idle"===i)if(Zd(e)){const e=u;o("loading");const i=await r(e);!0===i?(c(e),o("done"),t(e)):(n.write(u),a(i||"You must provide a valid value"),o("idle"))}else c(n.line),a(void 0)}));const f=n.style.message(e.message,i);let d,h="";if(e.mask){h=("string"==typeof e.mask?e.mask:"*").repeat(u.length)}else"done"!==i&&(d=`${n.style.help("[input is masked]")}${Fp.cursorHide}`);"done"===i&&(h=n.style.answer(h));let p="";return s&&(p=n.style.error(s)),[[l,f,e.mask?h:d].join(" "),p]}));const jv={icon:{cursor:yh.pointer},style:{disabled:e=>ph.dim(`- ${e}`),searchTerm:e=>ph.cyan(e),description:e=>ph.cyan(e)},helpMode:"auto"};function Fv(e){return!Lp.isSeparator(e)&&!e.disabled}var Tv=Np(((e,t)=>{const{pageSize:r=7,validate:n=(()=>!0)}=e,i=Dh(jv,e.theme),o=Sh(!0),[s,a]=ch("loading"),[u,c]=ch(""),[l,f]=ch([]),[d,h]=ch(),p=Eh({status:s,theme:i}),m=xh((()=>({first:l.findIndex(Fv),last:l.findLastIndex(Fv)})),[l]),[v=m.first,g]=ch();lh((()=>{const t=new AbortController;a("loading"),h(void 0);return(async()=>{try{const r=await e.source(u||void 0,{signal:t.signal});t.signal.aborted||(g(void 0),h(void 0),f(r.map((e=>{if(Lp.isSeparator(e))return e;if("string"==typeof e)return{value:e,name:e,short:e,disabled:!1};const t=e.name??String(e.value);return{value:e.value,name:t,description:e.description,short:e.short??t,disabled:e.disabled??!1}}))),a("idle"))}catch(e){!t.signal.aborted&&e instanceof Error&&h(e.message)}})(),()=>{t.abort()}}),[u]);const y=l[v];Oh((async(e,r)=>{if(Zd(e))if(y){a("loading");const e=await n(y.value);a("idle"),!0===e?(a("done"),t(y.value)):y.name===u?h(e||"You must provide a valid value"):(r.write(y.name),c(y.name))}else r.write(u);else if("tab"===e.name&&y)r.clearLine(0),r.write(y.name),c(y.name);else if("loading"===s||"up"!==e.name&&"down"!==e.name)c(r.line);else if(r.clearLine(0),"up"===e.name&&v!==m.first||"down"===e.name&&v!==m.last){const t="up"===e.name?-1:1;let r=v;do{r=(r+t+l.length)%l.length}while(!Fv(l[r]));g(r)}}));const b=i.style.message(e.message,s);v>0&&(o.current=!1);let w="";l.length>1&&("always"===i.helpMode||"auto"===i.helpMode&&o.current)&&(w=l.length>r?`\n${i.style.help("(Use arrow keys to reveal more choices)")}`:`\n${i.style.help("(Use arrow keys)")}`);const _=pp({items:l,active:v,renderItem({item:e,isActive:t}){if(Lp.isSeparator(e))return` ${e.separator}`;if(e.disabled){const t="string"==typeof e.disabled?e.disabled:"(disabled)";return i.style.disabled(`${e.name} ${t}`)}return(t?i.style.highlight:e=>e)(`${t?i.icon.cursor:" "} ${e.name}`)},pageSize:r,loop:!1});let D,E;if(d?D=i.style.error(d):0===l.length&&""!==u&&"idle"===s&&(D=i.style.error("No results found")),"done"===s&&y){const e=y.short;return`${p} ${b} ${i.style.answer(e)}`}E=i.style.searchTerm(u);const x=y?.description?`\n${i.style.description(y.description)}`:"";return[[p,b,E].filter(Boolean).join(" "),`${D??_}${w}${x}`]}));const Rv={icon:{cursor:yh.pointer},style:{disabled:e=>ph.dim(`- ${e}`),description:e=>ph.cyan(e)},helpMode:"auto"};function Iv(e){return!Lp.isSeparator(e)&&!e.disabled}var Mv,Nv=Np(((e,t)=>{const{loop:r=!0,pageSize:n=7}=e,i=Sh(!0),o=Dh(Rv,e.theme),[s,a]=ch("idle"),u=Eh({status:s,theme:o}),c=Sh(),l=xh((()=>e.choices.map((e=>{if(Lp.isSeparator(e))return e;if("string"==typeof e)return{value:e,name:e,short:e,disabled:!1};const t=e.name??String(e.value);return{value:e.value,name:t,description:e.description,short:e.short??t,disabled:e.disabled??!1}}))),[e.choices]),f=xh((()=>{const e=l.findIndex(Iv),t=l.findLastIndex(Iv);if(-1===e)throw new rh("[select prompt] No selectable choices. All choices are disabled.");return{first:e,last:t}}),[l]),d=xh((()=>"default"in e?l.findIndex((t=>Iv(t)&&t.value===e.default)):-1),[e.default,l]),[h,p]=ch(-1===d?f.first:d),m=l[h];Oh(((e,n)=>{if(clearTimeout(c.current),Zd(e))a("done"),t(m.value);else if(Gd(e)||Kd(e)){if(n.clearLine(0),r||Gd(e)&&h!==f.first||Kd(e)&&h!==f.last){const t=Gd(e)?-1:1;let r=h;do{r=(r+t+l.length)%l.length}while(!Iv(l[r]));p(r)}}else if(Jd(e)){n.clearLine(0);const t=Number(e.name)-1,r=l[t];null!=r&&Iv(r)&&p(t)}else if(Yd(e))n.clearLine(0);else{const e=n.line.toLowerCase(),t=l.findIndex((t=>!(Lp.isSeparator(t)||!Iv(t))&&t.name.toLowerCase().startsWith(e)));-1!==t&&p(t),c.current=setTimeout((()=>{n.clearLine(0)}),700)}})),lh((()=>()=>{clearTimeout(c.current)}),[]);const v=o.style.message(e.message,s);let g="",y="";("always"===o.helpMode||"auto"===o.helpMode&&i.current)&&(i.current=!1,l.length>n?y=`\n${o.style.help("(Use arrow keys to reveal more choices)")}`:g=o.style.help("(Use arrow keys)"));const b=pp({items:l,active:h,renderItem({item:e,isActive:t}){if(Lp.isSeparator(e))return` ${e.separator}`;if(e.disabled){const t="string"==typeof e.disabled?e.disabled:"(disabled)";return o.style.disabled(`${e.name} ${t}`)}return(t?o.style.highlight:e=>e)(`${t?o.icon.cursor:" "} ${e.name}`)},pageSize:n,loop:r});if("done"===s)return`${u} ${v} ${o.style.answer(m.short)}`;const w=m.description?`\n${o.style.description(m.description)}`:"";return`${[u,v,g].filter(Boolean).join(" ")}\n${b}${y}${w}${Fp.cursorHide}`})),Lv={},Bv={},zv={},Uv={};function Wv(){if(Mv)return Uv;return Mv=1,Object.defineProperty(Uv,"__esModule",{value:!0}),Uv.isFunction=void 0,Uv.isFunction=function(e){return"function"==typeof e},Uv}var Vv,qv,Hv={},Gv={},Kv={};function Yv(){if(Vv)return Kv;return Vv=1,Object.defineProperty(Kv,"__esModule",{value:!0}),Kv.createErrorClass=void 0,Kv.createErrorClass=function(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t},Kv}function Jv(){if(qv)return Gv;qv=1,Object.defineProperty(Gv,"__esModule",{value:!0}),Gv.UnsubscriptionError=void 0;var e=Yv();return Gv.UnsubscriptionError=e.createErrorClass((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n  "):"",this.name="UnsubscriptionError",this.errors=t}})),Gv}var Zv,Xv,Qv={};function eg(){if(Zv)return Qv;return Zv=1,Object.defineProperty(Qv,"__esModule",{value:!0}),Qv.arrRemove=void 0,Qv.arrRemove=function(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}},Qv}function tg(){if(Xv)return Hv;Xv=1;var e=Hv.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},t=Hv.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},r=Hv.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(Hv,"__esModule",{value:!0}),Hv.isSubscription=Hv.EMPTY_SUBSCRIPTION=Hv.Subscription=void 0;var n=Wv(),i=Jv(),o=eg(),s=function(){function s(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return s.prototype.unsubscribe=function(){var o,s,u,c,l;if(!this.closed){this.closed=!0;var f=this._parentage;if(f)if(this._parentage=null,Array.isArray(f))try{for(var d=e(f),h=d.next();!h.done;h=d.next()){h.value.remove(this)}}catch(e){o={error:e}}finally{try{h&&!h.done&&(s=d.return)&&s.call(d)}finally{if(o)throw o.error}}else f.remove(this);var p=this.initialTeardown;if(n.isFunction(p))try{p()}catch(e){l=e instanceof i.UnsubscriptionError?e.errors:[e]}var m=this._finalizers;if(m){this._finalizers=null;try{for(var v=e(m),g=v.next();!g.done;g=v.next()){var y=g.value;try{a(y)}catch(e){l=null!=l?l:[],e instanceof i.UnsubscriptionError?l=r(r([],t(l)),t(e.errors)):l.push(e)}}}catch(e){u={error:e}}finally{try{g&&!g.done&&(c=v.return)&&c.call(v)}finally{if(u)throw u.error}}}if(l)throw new i.UnsubscriptionError(l)}},s.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)a(e);else{if(e instanceof s){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(t=this._finalizers)&&void 0!==t?t:[]).push(e)}},s.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},s.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},s.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&o.arrRemove(t,e)},s.prototype.remove=function(e){var t=this._finalizers;t&&o.arrRemove(t,e),e instanceof s&&e._removeParent(this)},s.EMPTY=function(){var e=new s;return e.closed=!0,e}(),s}();function a(e){n.isFunction(e)?e():e.unsubscribe()}return Hv.Subscription=s,Hv.EMPTY_SUBSCRIPTION=s.EMPTY,Hv.isSubscription=function(e){return e instanceof s||e&&"closed"in e&&n.isFunction(e.remove)&&n.isFunction(e.add)&&n.isFunction(e.unsubscribe)},Hv}var rg,ng={};function ig(){return rg||(rg=1,Object.defineProperty(ng,"__esModule",{value:!0}),ng.config=void 0,ng.config={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}),ng}var og,sg,ag={},ug={};function cg(){return og||(og=1,function(e){var t=ug.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},r=ug.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(e,"__esModule",{value:!0}),e.timeoutProvider=void 0,e.timeoutProvider={setTimeout:function(n,i){for(var o=[],s=2;s<arguments.length;s++)o[s-2]=arguments[s];var a=e.timeoutProvider.delegate;return(null==a?void 0:a.setTimeout)?a.setTimeout.apply(a,r([n,i],t(o))):setTimeout.apply(void 0,r([n,i],t(o)))},clearTimeout:function(t){var r=e.timeoutProvider.delegate;return((null==r?void 0:r.clearTimeout)||clearTimeout)(t)},delegate:void 0}}(ug)),ug}function lg(){if(sg)return ag;sg=1,Object.defineProperty(ag,"__esModule",{value:!0}),ag.reportUnhandledError=void 0;var e=ig(),t=cg();return ag.reportUnhandledError=function(r){t.timeoutProvider.setTimeout((function(){var t=e.config.onUnhandledError;if(!t)throw r;t(r)}))},ag}var fg,dg={};function hg(){if(fg)return dg;return fg=1,Object.defineProperty(dg,"__esModule",{value:!0}),dg.noop=void 0,dg.noop=function(){},dg}var pg,mg={};function vg(){if(pg)return mg;function e(e,t,r){return{kind:e,value:t,error:r}}return pg=1,Object.defineProperty(mg,"__esModule",{value:!0}),mg.createNotification=mg.nextNotification=mg.errorNotification=mg.COMPLETE_NOTIFICATION=void 0,mg.COMPLETE_NOTIFICATION=e("C",void 0,void 0),mg.errorNotification=function(t){return e("E",void 0,t)},mg.nextNotification=function(t){return e("N",t,void 0)},mg.createNotification=e,mg}var gg,yg,bg={};function wg(){if(gg)return bg;gg=1,Object.defineProperty(bg,"__esModule",{value:!0}),bg.captureError=bg.errorContext=void 0;var e=ig(),t=null;return bg.errorContext=function(r){if(e.config.useDeprecatedSynchronousErrorHandling){var n=!t;if(n&&(t={errorThrown:!1,error:null}),r(),n){var i=t,o=i.errorThrown,s=i.error;if(t=null,o)throw s}}else r()},bg.captureError=function(r){e.config.useDeprecatedSynchronousErrorHandling&&t&&(t.errorThrown=!0,t.error=r)},bg}function _g(){return yg||(yg=1,function(e){var t,r=zv.__extends||(t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},t(e,r)},function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.EMPTY_OBSERVER=e.SafeSubscriber=e.Subscriber=void 0;var n=Wv(),i=tg(),o=ig(),s=lg(),a=hg(),u=vg(),c=cg(),l=wg(),f=function(t){function n(r){var n=t.call(this)||this;return n.isStopped=!1,r?(n.destination=r,i.isSubscription(r)&&r.add(n)):n.destination=e.EMPTY_OBSERVER,n}return r(n,t),n.create=function(e,t,r){return new m(e,t,r)},n.prototype.next=function(e){this.isStopped?g(u.nextNotification(e),this):this._next(e)},n.prototype.error=function(e){this.isStopped?g(u.errorNotification(e),this):(this.isStopped=!0,this._error(e))},n.prototype.complete=function(){this.isStopped?g(u.COMPLETE_NOTIFICATION,this):(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},n.prototype._next=function(e){this.destination.next(e)},n.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},n.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},n}(i.Subscription);e.Subscriber=f;var d=Function.prototype.bind;function h(e,t){return d.call(e,t)}var p=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){v(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){v(e)}else v(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){v(e)}},e}(),m=function(e){function t(t,r,i){var s,a,u=e.call(this)||this;n.isFunction(t)||!t?s={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=i?i:void 0}:u&&o.config.useDeprecatedNextContext?((a=Object.create(t)).unsubscribe=function(){return u.unsubscribe()},s={next:t.next&&h(t.next,a),error:t.error&&h(t.error,a),complete:t.complete&&h(t.complete,a)}):s=t;return u.destination=new p(s),u}return r(t,e),t}(f);function v(e){o.config.useDeprecatedSynchronousErrorHandling?l.captureError(e):s.reportUnhandledError(e)}function g(e,t){var r=o.config.onStoppedNotification;r&&c.timeoutProvider.setTimeout((function(){return r(e,t)}))}e.SafeSubscriber=m,e.EMPTY_OBSERVER={closed:!0,next:a.noop,error:function(e){throw e},complete:a.noop}}(zv)),zv}var Dg,Eg={};function xg(){return Dg||(Dg=1,Object.defineProperty(Eg,"__esModule",{value:!0}),Eg.observable=void 0,Eg.observable="function"==typeof Symbol&&Symbol.observable||"@@observable"),Eg}var Sg,Og,kg,Cg={},Ag={};function $g(){if(Sg)return Ag;return Sg=1,Object.defineProperty(Ag,"__esModule",{value:!0}),Ag.identity=void 0,Ag.identity=function(e){return e},Ag}function Pg(){if(Og)return Cg;Og=1,Object.defineProperty(Cg,"__esModule",{value:!0}),Cg.pipeFromArray=Cg.pipe=void 0;var e=$g();function t(t){return 0===t.length?e.identity:1===t.length?t[0]:function(e){return t.reduce((function(e,t){return t(e)}),e)}}return Cg.pipe=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return t(e)},Cg.pipeFromArray=t,Cg}function jg(){if(kg)return Bv;kg=1,Object.defineProperty(Bv,"__esModule",{value:!0}),Bv.Observable=void 0;var e=_g(),t=tg(),r=xg(),n=Pg(),i=ig(),o=Wv(),s=wg(),a=function(){function i(e){e&&(this._subscribe=e)}return i.prototype.lift=function(e){var t=new i;return t.source=this,t.operator=e,t},i.prototype.subscribe=function(r,n,i){var a,u=this,c=(a=r)&&a instanceof e.Subscriber||function(e){return e&&o.isFunction(e.next)&&o.isFunction(e.error)&&o.isFunction(e.complete)}(a)&&t.isSubscription(a)?r:new e.SafeSubscriber(r,n,i);return s.errorContext((function(){var e=u,t=e.operator,r=e.source;c.add(t?t.call(c,r):r?u._subscribe(c):u._trySubscribe(c))})),c},i.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},i.prototype.forEach=function(t,r){var n=this;return new(r=u(r))((function(r,i){var o=new e.SafeSubscriber({next:function(e){try{t(e)}catch(e){i(e),o.unsubscribe()}},error:i,complete:r});n.subscribe(o)}))},i.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},i.prototype[r.observable]=function(){return this},i.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n.pipeFromArray(e)(this)},i.prototype.toPromise=function(e){var t=this;return new(e=u(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},i.create=function(e){return new i(e)},i}();function u(e){var t;return null!==(t=null!=e?e:i.config.Promise)&&void 0!==t?t:Promise}return Bv.Observable=a,Bv}var Fg,Tg={},Rg={},Ig={};function Mg(){if(Fg)return Ig;Fg=1,Object.defineProperty(Ig,"__esModule",{value:!0}),Ig.operate=Ig.hasLift=void 0;var e=Wv();function t(t){return e.isFunction(null==t?void 0:t.lift)}return Ig.hasLift=t,Ig.operate=function(e){return function(r){if(t(r))return r.lift((function(t){try{return e(t,this)}catch(e){this.error(e)}}));throw new TypeError("Unable to lift unknown Observable type")}},Ig}var Ng,Lg,Bg,zg={};function Ug(){if(Ng)return zg;Ng=1;var e,t=zg.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(zg,"__esModule",{value:!0}),zg.OperatorSubscriber=zg.createOperatorSubscriber=void 0;var r=_g();zg.createOperatorSubscriber=function(e,t,r,i,o){return new n(e,t,r,i,o)};var n=function(e){function r(t,r,n,i,o,s){var a=e.call(this,t)||this;return a.onFinalize=o,a.shouldUnsubscribe=s,a._next=r?function(e){try{r(e)}catch(e){t.error(e)}}:e.prototype._next,a._error=i?function(e){try{i(e)}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._error,a._complete=n?function(){try{n()}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._complete,a}return t(r,e),r.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;e.prototype.unsubscribe.call(this),!r&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}},r}(r.Subscriber);return zg.OperatorSubscriber=n,zg}function Wg(){if(Lg)return Rg;Lg=1,Object.defineProperty(Rg,"__esModule",{value:!0}),Rg.refCount=void 0;var e=Mg(),t=Ug();return Rg.refCount=function(){return e.operate((function(e,r){var n=null;e._refCount++;var i=t.createOperatorSubscriber(r,void 0,void 0,void 0,(function(){if(!e||e._refCount<=0||0<--e._refCount)n=null;else{var t=e._connection,i=n;n=null,!t||i&&t!==i||t.unsubscribe(),r.unsubscribe()}}));e.subscribe(i),i.closed||(n=e.connect())}))},Rg}function Vg(){if(Bg)return Tg;Bg=1;var e,t=Tg.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(Tg,"__esModule",{value:!0}),Tg.ConnectableObservable=void 0;var r=jg(),n=tg(),i=Wg(),o=Ug(),s=Mg(),a=function(e){function r(t,r){var n=e.call(this)||this;return n.source=t,n.subjectFactory=r,n._subject=null,n._refCount=0,n._connection=null,s.hasLift(t)&&(n.lift=t.lift),n}return t(r,e),r.prototype._subscribe=function(e){return this.getSubject().subscribe(e)},r.prototype.getSubject=function(){var e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject},r.prototype._teardown=function(){this._refCount=0;var e=this._connection;this._subject=this._connection=null,null==e||e.unsubscribe()},r.prototype.connect=function(){var e=this,t=this._connection;if(!t){t=this._connection=new n.Subscription;var r=this.getSubject();t.add(this.source.subscribe(o.createOperatorSubscriber(r,void 0,(function(){e._teardown(),r.complete()}),(function(t){e._teardown(),r.error(t)}),(function(){return e._teardown()})))),t.closed&&(this._connection=null,t=n.Subscription.EMPTY)}return t},r.prototype.refCount=function(){return i.refCount()(this)},r}(r.Observable);return Tg.ConnectableObservable=a,Tg}var qg,Hg={},Gg={};function Kg(){return qg||(qg=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.performanceTimestampProvider=void 0,e.performanceTimestampProvider={now:function(){return(e.performanceTimestampProvider.delegate||performance).now()},delegate:void 0}}(Gg)),Gg}var Yg,Jg,Zg={};function Xg(){return Yg||(Yg=1,function(e){var t=Zg.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},r=Zg.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(e,"__esModule",{value:!0}),e.animationFrameProvider=void 0;var n=tg();e.animationFrameProvider={schedule:function(t){var r=requestAnimationFrame,i=cancelAnimationFrame,o=e.animationFrameProvider.delegate;o&&(r=o.requestAnimationFrame,i=o.cancelAnimationFrame);var s=r((function(e){i=void 0,t(e)}));return new n.Subscription((function(){return null==i?void 0:i(s)}))},requestAnimationFrame:function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var o=e.animationFrameProvider.delegate;return((null==o?void 0:o.requestAnimationFrame)||requestAnimationFrame).apply(void 0,r([],t(n)))},cancelAnimationFrame:function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var o=e.animationFrameProvider.delegate;return((null==o?void 0:o.cancelAnimationFrame)||cancelAnimationFrame).apply(void 0,r([],t(n)))},delegate:void 0}}(Zg)),Zg}function Qg(){if(Jg)return Hg;Jg=1,Object.defineProperty(Hg,"__esModule",{value:!0}),Hg.animationFrames=void 0;var e=jg(),t=Kg(),r=Xg();function n(n){return new e.Observable((function(e){var i=n||t.performanceTimestampProvider,o=i.now(),s=0,a=function(){e.closed||(s=r.animationFrameProvider.requestAnimationFrame((function(t){s=0;var r=i.now();e.next({timestamp:n?r:t,elapsed:r-o}),a()})))};return a(),function(){s&&r.animationFrameProvider.cancelAnimationFrame(s)}}))}Hg.animationFrames=function(e){return e?n(e):i};var i=n();return Hg}var ey,ty,ry={},ny={};function iy(){if(ey)return ny;ey=1,Object.defineProperty(ny,"__esModule",{value:!0}),ny.ObjectUnsubscribedError=void 0;var e=Yv();return ny.ObjectUnsubscribedError=e.createErrorClass((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),ny}function oy(){if(ty)return ry;ty=1;var e,t=ry.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}),r=ry.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(ry,"__esModule",{value:!0}),ry.AnonymousSubject=ry.Subject=void 0;var n=jg(),i=tg(),o=iy(),s=eg(),a=wg(),u=function(e){function u(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return t(u,e),u.prototype.lift=function(e){var t=new c(this,this);return t.operator=e,t},u.prototype._throwIfClosed=function(){if(this.closed)throw new o.ObjectUnsubscribedError},u.prototype.next=function(e){var t=this;a.errorContext((function(){var n,i;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var o=r(t.currentObservers),s=o.next();!s.done;s=o.next()){s.value.next(e)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}}}))},u.prototype.error=function(e){var t=this;a.errorContext((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},u.prototype.complete=function(){var e=this;a.errorContext((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},u.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(u.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),u.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},u.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},u.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,o=r.isStopped,a=r.observers;return n||o?i.EMPTY_SUBSCRIPTION:(this.currentObservers=null,a.push(e),new i.Subscription((function(){t.currentObservers=null,s.arrRemove(a,e)})))},u.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,i=t.isStopped;r?e.error(n):i&&e.complete()},u.prototype.asObservable=function(){var e=new n.Observable;return e.source=this,e},u.create=function(e,t){return new c(e,t)},u}(n.Observable);ry.Subject=u;var c=function(e){function r(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return t(r,e),r.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},r.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},r.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},r.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:i.EMPTY_SUBSCRIPTION},r}(u);return ry.AnonymousSubject=c,ry}var sy,ay={};function uy(){if(sy)return ay;sy=1;var e,t=ay.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(ay,"__esModule",{value:!0}),ay.BehaviorSubject=void 0;var r=function(e){function r(t){var r=e.call(this)||this;return r._value=t,r}return t(r,e),Object.defineProperty(r.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),r.prototype._subscribe=function(t){var r=e.prototype._subscribe.call(this,t);return!r.closed&&t.next(this._value),r},r.prototype.getValue=function(){var e=this,t=e.hasError,r=e.thrownError,n=e._value;if(t)throw r;return this._throwIfClosed(),n},r.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},r}(oy().Subject);return ay.BehaviorSubject=r,ay}var cy,ly,fy={},dy={};function hy(){return cy||(cy=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.dateTimestampProvider=void 0,e.dateTimestampProvider={now:function(){return(e.dateTimestampProvider.delegate||Date).now()},delegate:void 0}}(dy)),dy}function py(){if(ly)return fy;ly=1;var e,t=fy.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(fy,"__esModule",{value:!0}),fy.ReplaySubject=void 0;var r=oy(),n=hy(),i=function(e){function r(t,r,i){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===i&&(i=n.dateTimestampProvider);var o=e.call(this)||this;return o._bufferSize=t,o._windowTime=r,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=r===1/0,o._bufferSize=Math.max(1,t),o._windowTime=Math.max(1,r),o}return t(r,e),r.prototype.next=function(t){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},r.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!e.closed;i+=r?1:2)e.next(n[i]);return this._checkFinalizedStatuses(e),t},r.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<n.length&&n.splice(0,n.length-o),!i){for(var s=r.now(),a=0,u=1;u<n.length&&n[u]<=s;u+=2)a=u;a&&n.splice(0,a+1)}},r}(r.Subject);return fy.ReplaySubject=i,fy}var my,vy={};function gy(){if(my)return vy;my=1;var e,t=vy.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(vy,"__esModule",{value:!0}),vy.AsyncSubject=void 0;var r=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._value=null,t._hasValue=!1,t._isComplete=!1,t}return t(r,e),r.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t._hasValue,i=t._value,o=t.thrownError,s=t.isStopped,a=t._isComplete;r?e.error(o):(s||a)&&(n&&e.next(i),e.complete())},r.prototype.next=function(e){this.isStopped||(this._value=e,this._hasValue=!0)},r.prototype.complete=function(){var t=this,r=t._hasValue,n=t._value;t._isComplete||(this._isComplete=!0,r&&e.prototype.next.call(this,n),e.prototype.complete.call(this))},r}(oy().Subject);return vy.AsyncSubject=r,vy}var yy,by={},wy={},_y={},Dy={};function Ey(){if(yy)return Dy;yy=1;var e,t=Dy.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(Dy,"__esModule",{value:!0}),Dy.Action=void 0;var r=function(e){function r(t,r){return e.call(this)||this}return t(r,e),r.prototype.schedule=function(e,t){return this},r}(tg().Subscription);return Dy.Action=r,Dy}var xy,Sy,Oy={};function ky(){return xy||(xy=1,function(e){var t=Oy.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},r=Oy.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(e,"__esModule",{value:!0}),e.intervalProvider=void 0,e.intervalProvider={setInterval:function(n,i){for(var o=[],s=2;s<arguments.length;s++)o[s-2]=arguments[s];var a=e.intervalProvider.delegate;return(null==a?void 0:a.setInterval)?a.setInterval.apply(a,r([n,i],t(o))):setInterval.apply(void 0,r([n,i],t(o)))},clearInterval:function(t){var r=e.intervalProvider.delegate;return((null==r?void 0:r.clearInterval)||clearInterval)(t)},delegate:void 0}}(Oy)),Oy}function Cy(){if(Sy)return _y;Sy=1;var e,t=_y.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(_y,"__esModule",{value:!0}),_y.AsyncAction=void 0;var r=Ey(),n=ky(),i=eg(),o=function(e){function r(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n.pending=!1,n}return t(r,e),r.prototype.schedule=function(e,t){var r;if(void 0===t&&(t=0),this.closed)return this;this.state=e;var n=this.id,i=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(i,n,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(i,this.id,t),this},r.prototype.requestAsyncId=function(e,t,r){return void 0===r&&(r=0),n.intervalProvider.setInterval(e.flush.bind(e,this),r)},r.prototype.recycleAsyncId=function(e,t,r){if(void 0===r&&(r=0),null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&n.intervalProvider.clearInterval(t)},r.prototype.execute=function(e,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(e,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},r.prototype._execute=function(e,t){var r,n=!1;try{this.work(e)}catch(e){n=!0,r=e||new Error("Scheduled action threw falsy error")}if(n)return this.unsubscribe(),r},r.prototype.unsubscribe=function(){if(!this.closed){var t=this.id,r=this.scheduler,n=r.actions;this.work=this.state=this.scheduler=null,this.pending=!1,i.arrRemove(n,this),null!=t&&(this.id=this.recycleAsyncId(r,t,null)),this.delay=null,e.prototype.unsubscribe.call(this)}},r}(r.Action);return _y.AsyncAction=o,_y}var Ay,$y,Py,jy={},Fy={};function Ty(){if(Ay)return Fy;Ay=1,Object.defineProperty(Fy,"__esModule",{value:!0}),Fy.TestTools=Fy.Immediate=void 0;var e,t=1,r={};function n(e){return e in r&&(delete r[e],!0)}return Fy.Immediate={setImmediate:function(i){var o=t++;return r[o]=!0,e||(e=Promise.resolve()),e.then((function(){return n(o)&&i()})),o},clearImmediate:function(e){n(e)}},Fy.TestTools={pending:function(){return Object.keys(r).length}},Fy}function Ry(){return $y||($y=1,function(e){var t=jy.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},r=jy.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(e,"__esModule",{value:!0}),e.immediateProvider=void 0;var n=Ty(),i=n.Immediate.setImmediate,o=n.Immediate.clearImmediate;e.immediateProvider={setImmediate:function(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];var s=e.immediateProvider.delegate;return((null==s?void 0:s.setImmediate)||i).apply(void 0,r([],t(n)))},clearImmediate:function(t){var r=e.immediateProvider.delegate;return((null==r?void 0:r.clearImmediate)||o)(t)},delegate:void 0}}(jy)),jy}function Iy(){if(Py)return wy;Py=1;var e,t=wy.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(wy,"__esModule",{value:!0}),wy.AsapAction=void 0;var r=Cy(),n=Ry(),i=function(e){function r(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return t(r,e),r.prototype.requestAsyncId=function(t,r,i){return void 0===i&&(i=0),null!==i&&i>0?e.prototype.requestAsyncId.call(this,t,r,i):(t.actions.push(this),t._scheduled||(t._scheduled=n.immediateProvider.setImmediate(t.flush.bind(t,void 0))))},r.prototype.recycleAsyncId=function(t,r,i){var o;if(void 0===i&&(i=0),null!=i?i>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,i);var s=t.actions;null!=r&&(null===(o=s[s.length-1])||void 0===o?void 0:o.id)!==r&&(n.immediateProvider.clearImmediate(r),t._scheduled===r&&(t._scheduled=void 0))},r}(r.AsyncAction);return wy.AsapAction=i,wy}var My,Ny,Ly,By,zy={},Uy={},Wy={};function Vy(){if(My)return Wy;My=1,Object.defineProperty(Wy,"__esModule",{value:!0}),Wy.Scheduler=void 0;var e=hy(),t=function(){function t(e,r){void 0===r&&(r=t.now),this.schedulerActionCtor=e,this.now=r}return t.prototype.schedule=function(e,t,r){return void 0===t&&(t=0),new this.schedulerActionCtor(this,e).schedule(r,t)},t.now=e.dateTimestampProvider.now,t}();return Wy.Scheduler=t,Wy}function qy(){if(Ny)return Uy;Ny=1;var e,t=Uy.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(Uy,"__esModule",{value:!0}),Uy.AsyncScheduler=void 0;var r=Vy(),n=function(e){function n(t,n){void 0===n&&(n=r.Scheduler.now);var i=e.call(this,t,n)||this;return i.actions=[],i._active=!1,i}return t(n,e),n.prototype.flush=function(e){var t=this.actions;if(this._active)t.push(e);else{var r;this._active=!0;do{if(r=e.execute(e.state,e.delay))break}while(e=t.shift());if(this._active=!1,r){for(;e=t.shift();)e.unsubscribe();throw r}}},n}(r.Scheduler);return Uy.AsyncScheduler=n,Uy}function Hy(){if(Ly)return zy;Ly=1;var e,t=zy.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(zy,"__esModule",{value:!0}),zy.AsapScheduler=void 0;var r=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t(r,e),r.prototype.flush=function(e){this._active=!0;var t=this._scheduled;this._scheduled=void 0;var r,n=this.actions;e=e||n.shift();do{if(r=e.execute(e.state,e.delay))break}while((e=n[0])&&e.id===t&&n.shift());if(this._active=!1,r){for(;(e=n[0])&&e.id===t&&n.shift();)e.unsubscribe();throw r}},r}(qy().AsyncScheduler);return zy.AsapScheduler=r,zy}function Gy(){return By||(By=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.asap=e.asapScheduler=void 0;var t=Iy(),r=Hy();e.asapScheduler=new r.AsapScheduler(t.AsapAction),e.asap=e.asapScheduler}(by)),by}var Ky,Yy={};function Jy(){return Ky||(Ky=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.async=e.asyncScheduler=void 0;var t=Cy(),r=qy();e.asyncScheduler=new r.AsyncScheduler(t.AsyncAction),e.async=e.asyncScheduler}(Yy)),Yy}var Zy,Xy={},Qy={};function eb(){if(Zy)return Qy;Zy=1;var e,t=Qy.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(Qy,"__esModule",{value:!0}),Qy.QueueAction=void 0;var r=function(e){function r(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return t(r,e),r.prototype.schedule=function(t,r){return void 0===r&&(r=0),r>0?e.prototype.schedule.call(this,t,r):(this.delay=r,this.state=t,this.scheduler.flush(this),this)},r.prototype.execute=function(t,r){return r>0||this.closed?e.prototype.execute.call(this,t,r):this._execute(t,r)},r.prototype.requestAsyncId=function(t,r,n){return void 0===n&&(n=0),null!=n&&n>0||null==n&&this.delay>0?e.prototype.requestAsyncId.call(this,t,r,n):(t.flush(this),0)},r}(Cy().AsyncAction);return Qy.QueueAction=r,Qy}var tb,rb,nb={};function ib(){if(tb)return nb;tb=1;var e,t=nb.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(nb,"__esModule",{value:!0}),nb.QueueScheduler=void 0;var r=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t(r,e),r}(qy().AsyncScheduler);return nb.QueueScheduler=r,nb}function ob(){return rb||(rb=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.queue=e.queueScheduler=void 0;var t=eb(),r=ib();e.queueScheduler=new r.QueueScheduler(t.QueueAction),e.queue=e.queueScheduler}(Xy)),Xy}var sb,ab={},ub={};function cb(){if(sb)return ub;sb=1;var e,t=ub.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(ub,"__esModule",{value:!0}),ub.AnimationFrameAction=void 0;var r=Cy(),n=Xg(),i=function(e){function r(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return t(r,e),r.prototype.requestAsyncId=function(t,r,i){return void 0===i&&(i=0),null!==i&&i>0?e.prototype.requestAsyncId.call(this,t,r,i):(t.actions.push(this),t._scheduled||(t._scheduled=n.animationFrameProvider.requestAnimationFrame((function(){return t.flush(void 0)}))))},r.prototype.recycleAsyncId=function(t,r,i){var o;if(void 0===i&&(i=0),null!=i?i>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,i);var s=t.actions;null!=r&&(null===(o=s[s.length-1])||void 0===o?void 0:o.id)!==r&&(n.animationFrameProvider.cancelAnimationFrame(r),t._scheduled=void 0)},r}(r.AsyncAction);return ub.AnimationFrameAction=i,ub}var lb,fb,db={};function hb(){if(lb)return db;lb=1;var e,t=db.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(db,"__esModule",{value:!0}),db.AnimationFrameScheduler=void 0;var r=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t(r,e),r.prototype.flush=function(e){this._active=!0;var t=this._scheduled;this._scheduled=void 0;var r,n=this.actions;e=e||n.shift();do{if(r=e.execute(e.state,e.delay))break}while((e=n[0])&&e.id===t&&n.shift());if(this._active=!1,r){for(;(e=n[0])&&e.id===t&&n.shift();)e.unsubscribe();throw r}},r}(qy().AsyncScheduler);return db.AnimationFrameScheduler=r,db}function pb(){return fb||(fb=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.animationFrame=e.animationFrameScheduler=void 0;var t=cb(),r=hb();e.animationFrameScheduler=new r.AnimationFrameScheduler(t.AnimationFrameAction),e.animationFrame=e.animationFrameScheduler}(ab)),ab}var mb,vb={};function gb(){if(mb)return vb;mb=1;var e,t=vb.__extends||(e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)},function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)});Object.defineProperty(vb,"__esModule",{value:!0}),vb.VirtualAction=vb.VirtualTimeScheduler=void 0;var r=Cy(),n=tg(),i=function(e){function r(t,r){void 0===t&&(t=o),void 0===r&&(r=1/0);var n=e.call(this,t,(function(){return n.frame}))||this;return n.maxFrames=r,n.frame=0,n.index=-1,n}return t(r,e),r.prototype.flush=function(){for(var e,t,r=this.actions,n=this.maxFrames;(t=r[0])&&t.delay<=n&&(r.shift(),this.frame=t.delay,!(e=t.execute(t.state,t.delay))););if(e){for(;t=r.shift();)t.unsubscribe();throw e}},r.frameTimeFactor=10,r}(qy().AsyncScheduler);vb.VirtualTimeScheduler=i;var o=function(e){function r(t,r,n){void 0===n&&(n=t.index+=1);var i=e.call(this,t,r)||this;return i.scheduler=t,i.work=r,i.index=n,i.active=!0,i.index=t.index=n,i}return t(r,e),r.prototype.schedule=function(t,i){if(void 0===i&&(i=0),Number.isFinite(i)){if(!this.id)return e.prototype.schedule.call(this,t,i);this.active=!1;var o=new r(this.scheduler,this.work);return this.add(o),o.schedule(t,i)}return n.Subscription.EMPTY},r.prototype.requestAsyncId=function(e,t,n){void 0===n&&(n=0),this.delay=e.frame+n;var i=e.actions;return i.push(this),i.sort(r.sortActions),1},r.prototype.recycleAsyncId=function(e,t,r){},r.prototype._execute=function(t,r){if(!0===this.active)return e.prototype._execute.call(this,t,r)},r.sortActions=function(e,t){return e.delay===t.delay?e.index===t.index?0:e.index>t.index?1:-1:e.delay>t.delay?1:-1},r}(r.AsyncAction);return vb.VirtualAction=o,vb}var yb,bb={},wb={};function _b(){return yb||(yb=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.empty=e.EMPTY=void 0;var t=jg();e.EMPTY=new t.Observable((function(e){return e.complete()})),e.empty=function(r){return r?function(e){return new t.Observable((function(t){return e.schedule((function(){return t.complete()}))}))}(r):e.EMPTY}}(wb)),wb}var Db,Eb,xb={},Sb={},Ob={};function kb(){if(Db)return Ob;Db=1,Object.defineProperty(Ob,"__esModule",{value:!0}),Ob.isScheduler=void 0;var e=Wv();return Ob.isScheduler=function(t){return t&&e.isFunction(t.schedule)},Ob}function Cb(){if(Eb)return Sb;Eb=1,Object.defineProperty(Sb,"__esModule",{value:!0}),Sb.popNumber=Sb.popScheduler=Sb.popResultSelector=void 0;var e=Wv(),t=kb();function r(e){return e[e.length-1]}return Sb.popResultSelector=function(t){return e.isFunction(r(t))?t.pop():void 0},Sb.popScheduler=function(e){return t.isScheduler(r(e))?e.pop():void 0},Sb.popNumber=function(e,t){return"number"==typeof r(e)?e.pop():t},Sb}var Ab,$b={},Pb={},jb={},Fb={},Tb={};function Rb(){return Ab||(Ab=1,Object.defineProperty(Tb,"__esModule",{value:!0}),Tb.isArrayLike=void 0,Tb.isArrayLike=function(e){return e&&"number"==typeof e.length&&"function"!=typeof e}),Tb}var Ib,Mb={};function Nb(){if(Ib)return Mb;Ib=1,Object.defineProperty(Mb,"__esModule",{value:!0}),Mb.isPromise=void 0;var e=Wv();return Mb.isPromise=function(t){return e.isFunction(null==t?void 0:t.then)},Mb}var Lb,Bb={};function zb(){if(Lb)return Bb;Lb=1,Object.defineProperty(Bb,"__esModule",{value:!0}),Bb.isInteropObservable=void 0;var e=xg(),t=Wv();return Bb.isInteropObservable=function(r){return t.isFunction(r[e.observable])},Bb}var Ub,Wb={};function Vb(){if(Ub)return Wb;Ub=1,Object.defineProperty(Wb,"__esModule",{value:!0}),Wb.isAsyncIterable=void 0;var e=Wv();return Wb.isAsyncIterable=function(t){return Symbol.asyncIterator&&e.isFunction(null==t?void 0:t[Symbol.asyncIterator])},Wb}var qb,Hb={};function Gb(){if(qb)return Hb;return qb=1,Object.defineProperty(Hb,"__esModule",{value:!0}),Hb.createInvalidObservableTypeError=void 0,Hb.createInvalidObservableTypeError=function(e){return new TypeError("You provided "+(null!==e&&"object"==typeof e?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")},Hb}var Kb,Yb,Jb={},Zb={};function Xb(){if(Kb)return Zb;function e(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}return Kb=1,Object.defineProperty(Zb,"__esModule",{value:!0}),Zb.iterator=Zb.getSymbolIterator=void 0,Zb.getSymbolIterator=e,Zb.iterator=e(),Zb}function Qb(){if(Yb)return Jb;Yb=1,Object.defineProperty(Jb,"__esModule",{value:!0}),Jb.isIterable=void 0;var e=Xb(),t=Wv();return Jb.isIterable=function(r){return t.isFunction(null==r?void 0:r[e.iterator])},Jb}var ew,tw,rw={};function nw(){if(ew)return rw;ew=1;var e=rw.__generator||function(e,t){var r,n,i,o,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(o){return function(a){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(i=2&o[0]?n.return:o[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,o[1])).done)return i;switch(n=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return s.label++,{value:o[1],done:!1};case 5:s.label++,n=o[1],o=[0];continue;case 7:o=s.ops.pop(),s.trys.pop();continue;default:if(!(i=s.trys,(i=i.length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){s.label=o[1];break}if(6===o[0]&&s.label<i[1]){s.label=i[1],i=o;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(o);break}i[2]&&s.ops.pop(),s.trys.pop();continue}o=t.call(e,s)}catch(e){o=[6,e],n=0}finally{r=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,a])}}},t=rw.__await||function(e){return this instanceof t?(this.v=e,this):new t(e)},r=rw.__asyncGenerator||function(e,r,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,o=n.apply(e,r||[]),s=[];return i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i;function a(e){o[e]&&(i[e]=function(t){return new Promise((function(r,n){s.push([e,t,r,n])>1||u(e,t)}))})}function u(e,r){try{(n=o[e](r)).value instanceof t?Promise.resolve(n.value.v).then(c,l):f(s[0][2],n)}catch(e){f(s[0][3],e)}var n}function c(e){u("next",e)}function l(e){u("throw",e)}function f(e,t){e(t),s.shift(),s.length&&u(s[0][0],s[0][1])}};Object.defineProperty(rw,"__esModule",{value:!0}),rw.isReadableStreamLike=rw.readableStreamLikeToAsyncGenerator=void 0;var n=Wv();return rw.readableStreamLikeToAsyncGenerator=function(n){return r(this,arguments,(function(){var r,i,o;return e(this,(function(e){switch(e.label){case 0:r=n.getReader(),e.label=1;case 1:e.trys.push([1,,9,10]),e.label=2;case 2:return[4,t(r.read())];case 3:return i=e.sent(),o=i.value,i.done?[4,t(void 0)]:[3,5];case 4:return[2,e.sent()];case 5:return[4,t(o)];case 6:return[4,e.sent()];case 7:return e.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}}))}))},rw.isReadableStreamLike=function(e){return n.isFunction(null==e?void 0:e.getReader)},rw}function iw(){if(tw)return Fb;tw=1;var e=Fb.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(i,o){function s(e){try{u(n.next(e))}catch(e){o(e)}}function a(e){try{u(n.throw(e))}catch(e){o(e)}}function u(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},t=Fb.__generator||function(e,t){var r,n,i,o,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(o){return function(a){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(i=2&o[0]?n.return:o[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,o[1])).done)return i;switch(n=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return s.label++,{value:o[1],done:!1};case 5:s.label++,n=o[1],o=[0];continue;case 7:o=s.ops.pop(),s.trys.pop();continue;default:if(!(i=s.trys,(i=i.length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){s.label=o[1];break}if(6===o[0]&&s.label<i[1]){s.label=i[1],i=o;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(o);break}i[2]&&s.ops.pop(),s.trys.pop();continue}o=t.call(e,s)}catch(e){o=[6,e],n=0}finally{r=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,a])}}},r=Fb.__asyncValues||function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e="function"==typeof n?n(e):e[Symbol.iterator](),t={},i("next"),i("throw"),i("return"),t[Symbol.asyncIterator]=function(){return this},t);function i(r){t[r]=e[r]&&function(t){return new Promise((function(n,i){(function(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)})(n,i,(t=e[r](t)).done,t.value)}))}}},n=Fb.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(Fb,"__esModule",{value:!0}),Fb.fromReadableStreamLike=Fb.fromAsyncIterable=Fb.fromIterable=Fb.fromPromise=Fb.fromArrayLike=Fb.fromInteropObservable=Fb.innerFrom=void 0;var i=Rb(),o=Nb(),s=jg(),a=zb(),u=Vb(),c=Gb(),l=Qb(),f=nw(),d=Wv(),h=lg(),p=xg();function m(e){return new s.Observable((function(t){var r=e[p.observable]();if(d.isFunction(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}))}function v(e){return new s.Observable((function(t){for(var r=0;r<e.length&&!t.closed;r++)t.next(e[r]);t.complete()}))}function g(e){return new s.Observable((function(t){e.then((function(e){t.closed||(t.next(e),t.complete())}),(function(e){return t.error(e)})).then(null,h.reportUnhandledError)}))}function y(e){return new s.Observable((function(t){var r,i;try{for(var o=n(e),s=o.next();!s.done;s=o.next()){var a=s.value;if(t.next(a),t.closed)return}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}t.complete()}))}function b(n){return new s.Observable((function(i){(function(n,i){var o,s,a,u;return e(this,void 0,void 0,(function(){var e,c;return t(this,(function(t){switch(t.label){case 0:t.trys.push([0,5,6,11]),o=r(n),t.label=1;case 1:return[4,o.next()];case 2:if((s=t.sent()).done)return[3,4];if(e=s.value,i.next(e),i.closed)return[2];t.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=t.sent(),a={error:c},[3,11];case 6:return t.trys.push([6,,9,10]),s&&!s.done&&(u=o.return)?[4,u.call(o)]:[3,8];case 7:t.sent(),t.label=8;case 8:return[3,10];case 9:if(a)throw a.error;return[7];case 10:return[7];case 11:return i.complete(),[2]}}))}))})(n,i).catch((function(e){return i.error(e)}))}))}function w(e){return b(f.readableStreamLikeToAsyncGenerator(e))}return Fb.innerFrom=function(e){if(e instanceof s.Observable)return e;if(null!=e){if(a.isInteropObservable(e))return m(e);if(i.isArrayLike(e))return v(e);if(o.isPromise(e))return g(e);if(u.isAsyncIterable(e))return b(e);if(l.isIterable(e))return y(e);if(f.isReadableStreamLike(e))return w(e)}throw c.createInvalidObservableTypeError(e)},Fb.fromInteropObservable=m,Fb.fromArrayLike=v,Fb.fromPromise=g,Fb.fromIterable=y,Fb.fromAsyncIterable=b,Fb.fromReadableStreamLike=w,Fb}var ow,sw,aw={},uw={};function cw(){if(ow)return uw;return ow=1,Object.defineProperty(uw,"__esModule",{value:!0}),uw.executeSchedule=void 0,uw.executeSchedule=function(e,t,r,n,i){void 0===n&&(n=0),void 0===i&&(i=!1);var o=t.schedule((function(){r(),i?e.add(this.schedule(null,n)):this.unsubscribe()}),n);if(e.add(o),!i)return o},uw}function lw(){if(sw)return aw;sw=1,Object.defineProperty(aw,"__esModule",{value:!0}),aw.observeOn=void 0;var e=cw(),t=Mg(),r=Ug();return aw.observeOn=function(n,i){return void 0===i&&(i=0),t.operate((function(t,o){t.subscribe(r.createOperatorSubscriber(o,(function(t){return e.executeSchedule(o,n,(function(){return o.next(t)}),i)}),(function(){return e.executeSchedule(o,n,(function(){return o.complete()}),i)}),(function(t){return e.executeSchedule(o,n,(function(){return o.error(t)}),i)})))}))},aw}var fw,dw,hw={};function pw(){if(fw)return hw;fw=1,Object.defineProperty(hw,"__esModule",{value:!0}),hw.subscribeOn=void 0;var e=Mg();return hw.subscribeOn=function(t,r){return void 0===r&&(r=0),e.operate((function(e,n){n.add(t.schedule((function(){return e.subscribe(n)}),r))}))},hw}function mw(){if(dw)return jb;dw=1,Object.defineProperty(jb,"__esModule",{value:!0}),jb.scheduleObservable=void 0;var e=iw(),t=lw(),r=pw();return jb.scheduleObservable=function(n,i){return e.innerFrom(n).pipe(r.subscribeOn(i),t.observeOn(i))},jb}var vw,gw={};function yw(){if(vw)return gw;vw=1,Object.defineProperty(gw,"__esModule",{value:!0}),gw.schedulePromise=void 0;var e=iw(),t=lw(),r=pw();return gw.schedulePromise=function(n,i){return e.innerFrom(n).pipe(r.subscribeOn(i),t.observeOn(i))},gw}var bw,ww={};function _w(){if(bw)return ww;bw=1,Object.defineProperty(ww,"__esModule",{value:!0}),ww.scheduleArray=void 0;var e=jg();return ww.scheduleArray=function(t,r){return new e.Observable((function(e){var n=0;return r.schedule((function(){n===t.length?e.complete():(e.next(t[n++]),e.closed||this.schedule())}))}))},ww}var Dw,Ew={};function xw(){if(Dw)return Ew;Dw=1,Object.defineProperty(Ew,"__esModule",{value:!0}),Ew.scheduleIterable=void 0;var e=jg(),t=Xb(),r=Wv(),n=cw();return Ew.scheduleIterable=function(i,o){return new e.Observable((function(e){var s;return n.executeSchedule(e,o,(function(){s=i[t.iterator](),n.executeSchedule(e,o,(function(){var t,r,n;try{r=(t=s.next()).value,n=t.done}catch(t){return void e.error(t)}n?e.complete():e.next(r)}),0,!0)})),function(){return r.isFunction(null==s?void 0:s.return)&&s.return()}}))},Ew}var Sw,Ow={};function kw(){if(Sw)return Ow;Sw=1,Object.defineProperty(Ow,"__esModule",{value:!0}),Ow.scheduleAsyncIterable=void 0;var e=jg(),t=cw();return Ow.scheduleAsyncIterable=function(r,n){if(!r)throw new Error("Iterable cannot be null");return new e.Observable((function(e){t.executeSchedule(e,n,(function(){var i=r[Symbol.asyncIterator]();t.executeSchedule(e,n,(function(){i.next().then((function(t){t.done?e.complete():e.next(t.value)}))}),0,!0)}))}))},Ow}var Cw,Aw,$w,Pw,jw={};function Fw(){if(Cw)return jw;Cw=1,Object.defineProperty(jw,"__esModule",{value:!0}),jw.scheduleReadableStreamLike=void 0;var e=kw(),t=nw();return jw.scheduleReadableStreamLike=function(r,n){return e.scheduleAsyncIterable(t.readableStreamLikeToAsyncGenerator(r),n)},jw}function Tw(){if(Aw)return Pb;Aw=1,Object.defineProperty(Pb,"__esModule",{value:!0}),Pb.scheduled=void 0;var e=mw(),t=yw(),r=_w(),n=xw(),i=kw(),o=zb(),s=Nb(),a=Rb(),u=Qb(),c=Vb(),l=Gb(),f=nw(),d=Fw();return Pb.scheduled=function(h,p){if(null!=h){if(o.isInteropObservable(h))return e.scheduleObservable(h,p);if(a.isArrayLike(h))return r.scheduleArray(h,p);if(s.isPromise(h))return t.schedulePromise(h,p);if(c.isAsyncIterable(h))return i.scheduleAsyncIterable(h,p);if(u.isIterable(h))return n.scheduleIterable(h,p);if(f.isReadableStreamLike(h))return d.scheduleReadableStreamLike(h,p)}throw l.createInvalidObservableTypeError(h)},Pb}function Rw(){if($w)return $b;$w=1,Object.defineProperty($b,"__esModule",{value:!0}),$b.from=void 0;var e=Tw(),t=iw();return $b.from=function(r,n){return n?e.scheduled(r,n):t.innerFrom(r)},$b}function Iw(){if(Pw)return xb;Pw=1,Object.defineProperty(xb,"__esModule",{value:!0}),xb.of=void 0;var e=Cb(),t=Rw();return xb.of=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.popScheduler(r);return t.from(r,i)},xb}var Mw,Nw,Lw={};function Bw(){if(Mw)return Lw;Mw=1,Object.defineProperty(Lw,"__esModule",{value:!0}),Lw.throwError=void 0;var e=jg(),t=Wv();return Lw.throwError=function(r,n){var i=t.isFunction(r)?r:function(){return r},o=function(e){return e.error(i())};return new e.Observable(n?function(e){return n.schedule(o,0,e)}:o)},Lw}function zw(){return Nw||(Nw=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.observeNotification=e.Notification=e.NotificationKind=void 0;var t,r=_b(),n=Iw(),i=Bw(),o=Wv();(t=e.NotificationKind||(e.NotificationKind={})).NEXT="N",t.ERROR="E",t.COMPLETE="C";var s=function(){function e(e,t,r){this.kind=e,this.value=t,this.error=r,this.hasValue="N"===e}return e.prototype.observe=function(e){return a(this,e)},e.prototype.do=function(e,t,r){var n=this,i=n.kind,o=n.value,s=n.error;return"N"===i?null==e?void 0:e(o):"E"===i?null==t?void 0:t(s):null==r?void 0:r()},e.prototype.accept=function(e,t,r){var n;return o.isFunction(null===(n=e)||void 0===n?void 0:n.next)?this.observe(e):this.do(e,t,r)},e.prototype.toObservable=function(){var e=this,t=e.kind,o=e.value,s=e.error,a="N"===t?n.of(o):"E"===t?i.throwError((function(){return s})):"C"===t?r.EMPTY:0;if(!a)throw new TypeError("Unexpected notification kind "+t);return a},e.createNext=function(t){return new e("N",t)},e.createError=function(t){return new e("E",void 0,t)},e.createComplete=function(){return e.completeNotification},e.completeNotification=new e("C"),e}();function a(e,t){var r,n,i,o=e,s=o.kind,a=o.value,u=o.error;if("string"!=typeof s)throw new TypeError('Invalid notification, missing "kind"');"N"===s?null===(r=t.next)||void 0===r||r.call(t,a):"E"===s?null===(n=t.error)||void 0===n||n.call(t,u):null===(i=t.complete)||void 0===i||i.call(t)}e.Notification=s,e.observeNotification=a}(bb)),bb}var Uw,Ww={};function Vw(){if(Uw)return Ww;Uw=1,Object.defineProperty(Ww,"__esModule",{value:!0}),Ww.isObservable=void 0;var e=jg(),t=Wv();return Ww.isObservable=function(r){return!!r&&(r instanceof e.Observable||t.isFunction(r.lift)&&t.isFunction(r.subscribe))},Ww}var qw,Hw,Gw={},Kw={};function Yw(){if(qw)return Kw;qw=1,Object.defineProperty(Kw,"__esModule",{value:!0}),Kw.EmptyError=void 0;var e=Yv();return Kw.EmptyError=e.createErrorClass((function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}})),Kw}function Jw(){if(Hw)return Gw;Hw=1,Object.defineProperty(Gw,"__esModule",{value:!0}),Gw.lastValueFrom=void 0;var e=Yw();return Gw.lastValueFrom=function(t,r){var n="object"==typeof r;return new Promise((function(i,o){var s,a=!1;t.subscribe({next:function(e){s=e,a=!0},error:o,complete:function(){a?i(s):n?i(r.defaultValue):o(new e.EmptyError)}})}))},Gw}var Zw,Xw={};function Qw(){if(Zw)return Xw;Zw=1,Object.defineProperty(Xw,"__esModule",{value:!0}),Xw.firstValueFrom=void 0;var e=Yw(),t=_g();return Xw.firstValueFrom=function(r,n){var i="object"==typeof n;return new Promise((function(o,s){var a=new t.SafeSubscriber({next:function(e){o(e),a.unsubscribe()},error:s,complete:function(){i?o(n.defaultValue):s(new e.EmptyError)}});r.subscribe(a)}))},Xw}var e_,t_={};function r_(){if(e_)return t_;e_=1,Object.defineProperty(t_,"__esModule",{value:!0}),t_.ArgumentOutOfRangeError=void 0;var e=Yv();return t_.ArgumentOutOfRangeError=e.createErrorClass((function(e){return function(){e(this),this.name="ArgumentOutOfRangeError",this.message="argument out of range"}})),t_}var n_,i_={};function o_(){if(n_)return i_;n_=1,Object.defineProperty(i_,"__esModule",{value:!0}),i_.NotFoundError=void 0;var e=Yv();return i_.NotFoundError=e.createErrorClass((function(e){return function(t){e(this),this.name="NotFoundError",this.message=t}})),i_}var s_,a_={};function u_(){if(s_)return a_;s_=1,Object.defineProperty(a_,"__esModule",{value:!0}),a_.SequenceError=void 0;var e=Yv();return a_.SequenceError=e.createErrorClass((function(e){return function(t){e(this),this.name="SequenceError",this.message=t}})),a_}var c_,l_,f_={},d_={};function h_(){if(c_)return d_;return c_=1,Object.defineProperty(d_,"__esModule",{value:!0}),d_.isValidDate=void 0,d_.isValidDate=function(e){return e instanceof Date&&!isNaN(e)},d_}function p_(){return l_||(l_=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.timeout=e.TimeoutError=void 0;var t=Jy(),r=h_(),n=Mg(),i=iw(),o=Yv(),s=Ug(),a=cw();function u(t){throw new e.TimeoutError(t)}e.TimeoutError=o.createErrorClass((function(e){return function(t){void 0===t&&(t=null),e(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=t}})),e.timeout=function(e,o){var c=r.isValidDate(e)?{first:e}:"number"==typeof e?{each:e}:e,l=c.first,f=c.each,d=c.with,h=void 0===d?u:d,p=c.scheduler,m=void 0===p?null!=o?o:t.asyncScheduler:p,v=c.meta,g=void 0===v?null:v;if(null==l&&null==f)throw new TypeError("No timeout provided.");return n.operate((function(e,t){var r,n,o=null,u=0,c=function(e){n=a.executeSchedule(t,m,(function(){try{r.unsubscribe(),i.innerFrom(h({meta:g,lastValue:o,seen:u})).subscribe(t)}catch(e){t.error(e)}}),e)};r=e.subscribe(s.createOperatorSubscriber(t,(function(e){null==n||n.unsubscribe(),u++,t.next(o=e),f>0&&c(f)}),void 0,void 0,(function(){(null==n?void 0:n.closed)||null==n||n.unsubscribe(),o=null}))),!u&&c(null!=l?"number"==typeof l?l:+l-m.now():f)}))}}(f_)),f_}var m_,v_,g_,y_,b_={},w_={},__={},D_={};function E_(){if(m_)return D_;m_=1,Object.defineProperty(D_,"__esModule",{value:!0}),D_.map=void 0;var e=Mg(),t=Ug();return D_.map=function(r,n){return e.operate((function(e,i){var o=0;e.subscribe(t.createOperatorSubscriber(i,(function(e){i.next(r.call(n,e,o++))})))}))},D_}function x_(){if(v_)return __;v_=1;var e=__.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=__.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(__,"__esModule",{value:!0}),__.mapOneOrManyArgs=void 0;var r=E_(),n=Array.isArray;return __.mapOneOrManyArgs=function(i){return r.map((function(r){return function(r,i){return n(i)?r.apply(void 0,t([],e(i))):r(i)}(i,r)}))},__}function S_(){if(g_)return w_;g_=1;var e=w_.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=w_.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(w_,"__esModule",{value:!0}),w_.bindCallbackInternals=void 0;var r=kb(),n=jg(),i=pw(),o=x_(),s=lw(),a=gy();return w_.bindCallbackInternals=function u(c,l,f,d){if(f){if(!r.isScheduler(f))return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return u(c,l,d).apply(this,e).pipe(o.mapOneOrManyArgs(f))};d=f}return d?function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return u(c,l).apply(this,e).pipe(i.subscribeOn(d),s.observeOn(d))}:function(){for(var r=this,i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];var s=new a.AsyncSubject,u=!0;return new n.Observable((function(n){var o=s.subscribe(n);if(u){u=!1;var a=!1,f=!1;l.apply(r,t(t([],e(i)),[function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(c){var r=e.shift();if(null!=r)return void s.error(r)}s.next(1<e.length?e:e[0]),f=!0,a&&s.complete()}])),f&&s.complete(),a=!0}return o}))}},w_}function O_(){if(y_)return b_;y_=1,Object.defineProperty(b_,"__esModule",{value:!0}),b_.bindCallback=void 0;var e=S_();return b_.bindCallback=function(t,r,n){return e.bindCallbackInternals(!1,t,r,n)},b_}var k_,C_={};function A_(){if(k_)return C_;k_=1,Object.defineProperty(C_,"__esModule",{value:!0}),C_.bindNodeCallback=void 0;var e=S_();return C_.bindNodeCallback=function(t,r,n){return e.bindCallbackInternals(!0,t,r,n)},C_}var $_,P_={},j_={};function F_(){if($_)return j_;$_=1,Object.defineProperty(j_,"__esModule",{value:!0}),j_.argsArgArrayOrObject=void 0;var e=Array.isArray,t=Object.getPrototypeOf,r=Object.prototype,n=Object.keys;return j_.argsArgArrayOrObject=function(i){if(1===i.length){var o=i[0];if(e(o))return{args:o,keys:null};if((a=o)&&"object"==typeof a&&t(a)===r){var s=n(o);return{args:s.map((function(e){return o[e]})),keys:s}}}var a;return{args:i,keys:null}},j_}var T_,R_,I_={};function M_(){if(T_)return I_;return T_=1,Object.defineProperty(I_,"__esModule",{value:!0}),I_.createObject=void 0,I_.createObject=function(e,t){return e.reduce((function(e,r,n){return e[r]=t[n],e}),{})},I_}function N_(){if(R_)return P_;R_=1,Object.defineProperty(P_,"__esModule",{value:!0}),P_.combineLatestInit=P_.combineLatest=void 0;var e=jg(),t=F_(),r=Rw(),n=$g(),i=x_(),o=Cb(),s=M_(),a=Ug(),u=cw();function c(e,t,i){return void 0===i&&(i=n.identity),function(n){l(t,(function(){for(var o=e.length,s=new Array(o),u=o,c=o,f=function(o){l(t,(function(){var l=r.from(e[o],t),f=!1;l.subscribe(a.createOperatorSubscriber(n,(function(e){s[o]=e,f||(f=!0,c--),c||n.next(i(s.slice()))}),(function(){--u||n.complete()})))}),n)},d=0;d<o;d++)f(d)}),n)}}function l(e,t,r){e?u.executeSchedule(r,e,t):t()}return P_.combineLatest=function(){for(var a=[],u=0;u<arguments.length;u++)a[u]=arguments[u];var l=o.popScheduler(a),f=o.popResultSelector(a),d=t.argsArgArrayOrObject(a),h=d.args,p=d.keys;if(0===h.length)return r.from([],l);var m=new e.Observable(c(h,l,p?function(e){return s.createObject(p,e)}:n.identity));return f?m.pipe(i.mapOneOrManyArgs(f)):m},P_.combineLatestInit=c,P_}var L_,B_,z_,U_,W_,V_={},q_={},H_={},G_={},K_={};function Y_(){if(L_)return K_;L_=1,Object.defineProperty(K_,"__esModule",{value:!0}),K_.mergeInternals=void 0;var e=iw(),t=cw(),r=Ug();return K_.mergeInternals=function(n,i,o,s,a,u,c,l){var f=[],d=0,h=0,p=!1,m=function(){!p||f.length||d||i.complete()},v=function(e){return d<s?g(e):f.push(e)},g=function(n){u&&i.next(n),d++;var l=!1;e.innerFrom(o(n,h++)).subscribe(r.createOperatorSubscriber(i,(function(e){null==a||a(e),u?v(e):i.next(e)}),(function(){l=!0}),void 0,(function(){if(l)try{d--;for(var e=function(){var e=f.shift();c?t.executeSchedule(i,c,(function(){return g(e)})):g(e)};f.length&&d<s;)e();m()}catch(e){i.error(e)}})))};return n.subscribe(r.createOperatorSubscriber(i,v,(function(){p=!0,m()}))),function(){null==l||l()}},K_}function J_(){if(B_)return G_;B_=1,Object.defineProperty(G_,"__esModule",{value:!0}),G_.mergeMap=void 0;var e=E_(),t=iw(),r=Mg(),n=Y_(),i=Wv();return G_.mergeMap=function o(s,a,u){return void 0===u&&(u=1/0),i.isFunction(a)?o((function(r,n){return e.map((function(e,t){return a(r,e,n,t)}))(t.innerFrom(s(r,n)))}),u):("number"==typeof a&&(u=a),r.operate((function(e,t){return n.mergeInternals(e,t,s,u)})))},G_}function Z_(){if(z_)return H_;z_=1,Object.defineProperty(H_,"__esModule",{value:!0}),H_.mergeAll=void 0;var e=J_(),t=$g();return H_.mergeAll=function(r){return void 0===r&&(r=1/0),e.mergeMap(t.identity,r)},H_}function X_(){if(U_)return q_;U_=1,Object.defineProperty(q_,"__esModule",{value:!0}),q_.concatAll=void 0;var e=Z_();return q_.concatAll=function(){return e.mergeAll(1)},q_}function Q_(){if(W_)return V_;W_=1,Object.defineProperty(V_,"__esModule",{value:!0}),V_.concat=void 0;var e=X_(),t=Cb(),r=Rw();return V_.concat=function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return e.concatAll()(r.from(n,t.popScheduler(n)))},V_}var eD,tD,rD={},nD={};function iD(){if(eD)return nD;eD=1,Object.defineProperty(nD,"__esModule",{value:!0}),nD.defer=void 0;var e=jg(),t=iw();return nD.defer=function(r){return new e.Observable((function(e){t.innerFrom(r()).subscribe(e)}))},nD}function oD(){if(tD)return rD;tD=1,Object.defineProperty(rD,"__esModule",{value:!0}),rD.connectable=void 0;var e=oy(),t=jg(),r=iD(),n={connector:function(){return new e.Subject},resetOnDisconnect:!0};return rD.connectable=function(e,i){void 0===i&&(i=n);var o=null,s=i.connector,a=i.resetOnDisconnect,u=void 0===a||a,c=s(),l=new t.Observable((function(e){return c.subscribe(e)}));return l.connect=function(){return o&&!o.closed||(o=r.defer((function(){return e})).subscribe(c),u&&o.add((function(){return c=s()}))),o},l},rD}var sD,aD={};function uD(){if(sD)return aD;sD=1,Object.defineProperty(aD,"__esModule",{value:!0}),aD.forkJoin=void 0;var e=jg(),t=F_(),r=iw(),n=Cb(),i=Ug(),o=x_(),s=M_();return aD.forkJoin=function(){for(var a=[],u=0;u<arguments.length;u++)a[u]=arguments[u];var c=n.popResultSelector(a),l=t.argsArgArrayOrObject(a),f=l.args,d=l.keys,h=new e.Observable((function(e){var t=f.length;if(t)for(var n=new Array(t),o=t,a=t,u=function(t){var u=!1;r.innerFrom(f[t]).subscribe(i.createOperatorSubscriber(e,(function(e){u||(u=!0,a--),n[t]=e}),(function(){return o--}),void 0,(function(){o&&u||(a||e.next(d?s.createObject(d,n):n),e.complete())})))},c=0;c<t;c++)u(c);else e.complete()}));return c?h.pipe(o.mapOneOrManyArgs(c)):h},aD}var cD,lD={};function fD(){if(cD)return lD;cD=1;var e=lD.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s};Object.defineProperty(lD,"__esModule",{value:!0}),lD.fromEvent=void 0;var t=iw(),r=jg(),n=J_(),i=Rb(),o=Wv(),s=x_(),a=["addListener","removeListener"],u=["addEventListener","removeEventListener"],c=["on","off"];function l(e,t){return function(r){return function(n){return e[r](t,n)}}}return lD.fromEvent=function f(d,h,p,m){if(o.isFunction(p)&&(m=p,p=void 0),m)return f(d,h,p).pipe(s.mapOneOrManyArgs(m));var v=e(function(e){return o.isFunction(e.addEventListener)&&o.isFunction(e.removeEventListener)}(d)?u.map((function(e){return function(t){return d[e](h,t,p)}})):function(e){return o.isFunction(e.addListener)&&o.isFunction(e.removeListener)}(d)?a.map(l(d,h)):function(e){return o.isFunction(e.on)&&o.isFunction(e.off)}(d)?c.map(l(d,h)):[],2),g=v[0],y=v[1];if(!g&&i.isArrayLike(d))return n.mergeMap((function(e){return f(e,h,p)}))(t.innerFrom(d));if(!g)throw new TypeError("Invalid event target");return new r.Observable((function(e){var t=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return e.next(1<t.length?t:t[0])};return g(t),function(){return y(t)}}))},lD}var dD,hD={};function pD(){if(dD)return hD;dD=1,Object.defineProperty(hD,"__esModule",{value:!0}),hD.fromEventPattern=void 0;var e=jg(),t=Wv(),r=x_();return hD.fromEventPattern=function n(i,o,s){return s?n(i,o).pipe(r.mapOneOrManyArgs(s)):new e.Observable((function(e){var r=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return e.next(1===t.length?t[0]:t)},n=i(r);return t.isFunction(o)?function(){return o(r,n)}:void 0}))},hD}var mD,vD={};function gD(){if(mD)return vD;mD=1;var e=vD.__generator||function(e,t){var r,n,i,o,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(o){return function(a){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(i=2&o[0]?n.return:o[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,o[1])).done)return i;switch(n=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return s.label++,{value:o[1],done:!1};case 5:s.label++,n=o[1],o=[0];continue;case 7:o=s.ops.pop(),s.trys.pop();continue;default:if(!(i=s.trys,(i=i.length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){s.label=o[1];break}if(6===o[0]&&s.label<i[1]){s.label=i[1],i=o;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(o);break}i[2]&&s.ops.pop(),s.trys.pop();continue}o=t.call(e,s)}catch(e){o=[6,e],n=0}finally{r=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,a])}}};Object.defineProperty(vD,"__esModule",{value:!0}),vD.generate=void 0;var t=$g(),r=kb(),n=iD(),i=xw();return vD.generate=function(o,s,a,u,c){var l,f,d,h;function p(){var t;return e(this,(function(e){switch(e.label){case 0:t=h,e.label=1;case 1:return s&&!s(t)?[3,4]:[4,d(t)];case 2:e.sent(),e.label=3;case 3:return t=a(t),[3,1];case 4:return[2]}}))}return 1===arguments.length?(h=(l=o).initialState,s=l.condition,a=l.iterate,f=l.resultSelector,d=void 0===f?t.identity:f,c=l.scheduler):(h=o,!u||r.isScheduler(u)?(d=t.identity,c=u):d=u),n.defer(c?function(){return i.scheduleIterable(p(),c)}:p)},vD}var yD,bD={};function wD(){if(yD)return bD;yD=1,Object.defineProperty(bD,"__esModule",{value:!0}),bD.iif=void 0;var e=iD();return bD.iif=function(t,r,n){return e.defer((function(){return t()?r:n}))},bD}var _D,DD,ED={},xD={};function SD(){if(_D)return xD;_D=1,Object.defineProperty(xD,"__esModule",{value:!0}),xD.timer=void 0;var e=jg(),t=Jy(),r=kb(),n=h_();return xD.timer=function(i,o,s){void 0===i&&(i=0),void 0===s&&(s=t.async);var a=-1;return null!=o&&(r.isScheduler(o)?s=o:a=o),new e.Observable((function(e){var t=n.isValidDate(i)?+i-s.now():i;t<0&&(t=0);var r=0;return s.schedule((function(){e.closed||(e.next(r++),0<=a?this.schedule(void 0,a):e.complete())}),t)}))},xD}function OD(){if(DD)return ED;DD=1,Object.defineProperty(ED,"__esModule",{value:!0}),ED.interval=void 0;var e=Jy(),t=SD();return ED.interval=function(r,n){return void 0===r&&(r=0),void 0===n&&(n=e.asyncScheduler),r<0&&(r=0),t.timer(r,r,n)},ED}var kD,CD={};function AD(){if(kD)return CD;kD=1,Object.defineProperty(CD,"__esModule",{value:!0}),CD.merge=void 0;var e=Z_(),t=iw(),r=_b(),n=Cb(),i=Rw();return CD.merge=function(){for(var o=[],s=0;s<arguments.length;s++)o[s]=arguments[s];var a=n.popScheduler(o),u=n.popNumber(o,1/0),c=o;return c.length?1===c.length?t.innerFrom(c[0]):e.mergeAll(u)(i.from(c,a)):r.EMPTY},CD}var $D,PD={};function jD(){return $D||($D=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.never=e.NEVER=void 0;var t=jg(),r=hg();e.NEVER=new t.Observable(r.noop),e.never=function(){return e.NEVER}}(PD)),PD}var FD,TD,RD={},ID={};function MD(){if(FD)return ID;FD=1,Object.defineProperty(ID,"__esModule",{value:!0}),ID.argsOrArgArray=void 0;var e=Array.isArray;return ID.argsOrArgArray=function(t){return 1===t.length&&e(t[0])?t[0]:t},ID}function ND(){if(TD)return RD;TD=1,Object.defineProperty(RD,"__esModule",{value:!0}),RD.onErrorResumeNext=void 0;var e=jg(),t=MD(),r=Ug(),n=hg(),i=iw();return RD.onErrorResumeNext=function(){for(var o=[],s=0;s<arguments.length;s++)o[s]=arguments[s];var a=t.argsOrArgArray(o);return new e.Observable((function(e){var t=0,o=function(){if(t<a.length){var s=void 0;try{s=i.innerFrom(a[t++])}catch(e){return void o()}var u=new r.OperatorSubscriber(e,void 0,n.noop,n.noop);s.subscribe(u),u.add(o)}else e.complete()};o()}))},RD}var LD,BD={};function zD(){if(LD)return BD;LD=1,Object.defineProperty(BD,"__esModule",{value:!0}),BD.pairs=void 0;var e=Rw();return BD.pairs=function(t,r){return e.from(Object.entries(t),r)},BD}var UD,WD={},VD={};function qD(){if(UD)return VD;return UD=1,Object.defineProperty(VD,"__esModule",{value:!0}),VD.not=void 0,VD.not=function(e,t){return function(r,n){return!e.call(t,r,n)}},VD}var HD,GD,KD={};function YD(){if(HD)return KD;HD=1,Object.defineProperty(KD,"__esModule",{value:!0}),KD.filter=void 0;var e=Mg(),t=Ug();return KD.filter=function(r,n){return e.operate((function(e,i){var o=0;e.subscribe(t.createOperatorSubscriber(i,(function(e){return r.call(n,e,o++)&&i.next(e)})))}))},KD}function JD(){if(GD)return WD;GD=1,Object.defineProperty(WD,"__esModule",{value:!0}),WD.partition=void 0;var e=qD(),t=YD(),r=iw();return WD.partition=function(n,i,o){return[t.filter(i,o)(r.innerFrom(n)),t.filter(e.not(i,o))(r.innerFrom(n))]},WD}var ZD,XD={};function QD(){if(ZD)return XD;ZD=1,Object.defineProperty(XD,"__esModule",{value:!0}),XD.raceInit=XD.race=void 0;var e=jg(),t=iw(),r=MD(),n=Ug();function i(e){return function(r){for(var i=[],o=function(o){i.push(t.innerFrom(e[o]).subscribe(n.createOperatorSubscriber(r,(function(e){if(i){for(var t=0;t<i.length;t++)t!==o&&i[t].unsubscribe();i=null}r.next(e)}))))},s=0;i&&!r.closed&&s<e.length;s++)o(s)}}return XD.race=function(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return 1===(n=r.argsOrArgArray(n)).length?t.innerFrom(n[0]):new e.Observable(i(n))},XD.raceInit=i,XD}var eE,tE={};function rE(){if(eE)return tE;eE=1,Object.defineProperty(tE,"__esModule",{value:!0}),tE.range=void 0;var e=jg(),t=_b();return tE.range=function(r,n,i){if(null==n&&(n=r,r=0),n<=0)return t.EMPTY;var o=n+r;return new e.Observable(i?function(e){var t=r;return i.schedule((function(){t<o?(e.next(t++),this.schedule()):e.complete()}))}:function(e){for(var t=r;t<o&&!e.closed;)e.next(t++);e.complete()})},tE}var nE,iE={};function oE(){if(nE)return iE;nE=1,Object.defineProperty(iE,"__esModule",{value:!0}),iE.using=void 0;var e=jg(),t=iw(),r=_b();return iE.using=function(n,i){return new e.Observable((function(e){var o=n(),s=i(o);return(s?t.innerFrom(s):r.EMPTY).subscribe(e),function(){o&&o.unsubscribe()}}))},iE}var sE,aE={};function uE(){if(sE)return aE;sE=1;var e=aE.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=aE.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(aE,"__esModule",{value:!0}),aE.zip=void 0;var r=jg(),n=iw(),i=MD(),o=_b(),s=Ug(),a=Cb();return aE.zip=function(){for(var u=[],c=0;c<arguments.length;c++)u[c]=arguments[c];var l=a.popResultSelector(u),f=i.argsOrArgArray(u);return f.length?new r.Observable((function(r){var i=f.map((function(){return[]})),o=f.map((function(){return!1}));r.add((function(){i=o=null}));for(var a=function(a){n.innerFrom(f[a]).subscribe(s.createOperatorSubscriber(r,(function(n){if(i[a].push(n),i.every((function(e){return e.length}))){var s=i.map((function(e){return e.shift()}));r.next(l?l.apply(void 0,t([],e(s))):s),i.some((function(e,t){return!e.length&&o[t]}))&&r.complete()}}),(function(){o[a]=!0,!i[a].length&&r.complete()})))},u=0;!r.closed&&u<f.length;u++)a(u);return function(){i=o=null}})):o.EMPTY},aE}var cE,lE={};function fE(){return cE||(cE=1,Object.defineProperty(lE,"__esModule",{value:!0})),lE}var dE,hE={};function pE(){if(dE)return hE;dE=1,Object.defineProperty(hE,"__esModule",{value:!0}),hE.audit=void 0;var e=Mg(),t=iw(),r=Ug();return hE.audit=function(n){return e.operate((function(e,i){var o=!1,s=null,a=null,u=!1,c=function(){if(null==a||a.unsubscribe(),a=null,o){o=!1;var e=s;s=null,i.next(e)}u&&i.complete()},l=function(){a=null,u&&i.complete()};e.subscribe(r.createOperatorSubscriber(i,(function(e){o=!0,s=e,a||t.innerFrom(n(e)).subscribe(a=r.createOperatorSubscriber(i,c,l))}),(function(){u=!0,(!o||!a||a.closed)&&i.complete()})))}))},hE}var mE,vE={};function gE(){if(mE)return vE;mE=1,Object.defineProperty(vE,"__esModule",{value:!0}),vE.auditTime=void 0;var e=Jy(),t=pE(),r=SD();return vE.auditTime=function(n,i){return void 0===i&&(i=e.asyncScheduler),t.audit((function(){return r.timer(n,i)}))},vE}var yE,bE={};function wE(){if(yE)return bE;yE=1,Object.defineProperty(bE,"__esModule",{value:!0}),bE.buffer=void 0;var e=Mg(),t=hg(),r=Ug(),n=iw();return bE.buffer=function(i){return e.operate((function(e,o){var s=[];return e.subscribe(r.createOperatorSubscriber(o,(function(e){return s.push(e)}),(function(){o.next(s),o.complete()}))),n.innerFrom(i).subscribe(r.createOperatorSubscriber(o,(function(){var e=s;s=[],o.next(e)}),t.noop)),function(){s=null}}))},bE}var _E,DE={};function EE(){if(_E)return DE;_E=1;var e=DE.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(DE,"__esModule",{value:!0}),DE.bufferCount=void 0;var t=Mg(),r=Ug(),n=eg();return DE.bufferCount=function(i,o){return void 0===o&&(o=null),o=null!=o?o:i,t.operate((function(t,s){var a=[],u=0;t.subscribe(r.createOperatorSubscriber(s,(function(t){var r,c,l,f,d=null;u++%o==0&&a.push([]);try{for(var h=e(a),p=h.next();!p.done;p=h.next()){(g=p.value).push(t),i<=g.length&&(d=null!=d?d:[]).push(g)}}catch(e){r={error:e}}finally{try{p&&!p.done&&(c=h.return)&&c.call(h)}finally{if(r)throw r.error}}if(d)try{for(var m=e(d),v=m.next();!v.done;v=m.next()){var g=v.value;n.arrRemove(a,g),s.next(g)}}catch(e){l={error:e}}finally{try{v&&!v.done&&(f=m.return)&&f.call(m)}finally{if(l)throw l.error}}}),(function(){var t,r;try{for(var n=e(a),i=n.next();!i.done;i=n.next()){var o=i.value;s.next(o)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}s.complete()}),void 0,(function(){a=null})))}))},DE}var xE,SE={};function OE(){if(xE)return SE;xE=1;var e=SE.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(SE,"__esModule",{value:!0}),SE.bufferTime=void 0;var t=tg(),r=Mg(),n=Ug(),i=eg(),o=Jy(),s=Cb(),a=cw();return SE.bufferTime=function(u){for(var c,l,f=[],d=1;d<arguments.length;d++)f[d-1]=arguments[d];var h=null!==(c=s.popScheduler(f))&&void 0!==c?c:o.asyncScheduler,p=null!==(l=f[0])&&void 0!==l?l:null,m=f[1]||1/0;return r.operate((function(r,o){var s=[],c=!1,l=function(e){var t=e.buffer;e.subs.unsubscribe(),i.arrRemove(s,e),o.next(t),c&&f()},f=function(){if(s){var e=new t.Subscription;o.add(e);var r={buffer:[],subs:e};s.push(r),a.executeSchedule(e,h,(function(){return l(r)}),u)}};null!==p&&p>=0?a.executeSchedule(o,h,f,p,!0):c=!0,f();var d=n.createOperatorSubscriber(o,(function(t){var r,n,i=s.slice();try{for(var o=e(i),a=o.next();!a.done;a=o.next()){var u=a.value,c=u.buffer;c.push(t),m<=c.length&&l(u)}}catch(e){r={error:e}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}),(function(){for(;null==s?void 0:s.length;)o.next(s.shift().buffer);null==d||d.unsubscribe(),o.complete(),o.unsubscribe()}),void 0,(function(){return s=null}));r.subscribe(d)}))},SE}var kE,CE={};function AE(){if(kE)return CE;kE=1;var e=CE.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(CE,"__esModule",{value:!0}),CE.bufferToggle=void 0;var t=tg(),r=Mg(),n=iw(),i=Ug(),o=hg(),s=eg();return CE.bufferToggle=function(a,u){return r.operate((function(r,c){var l=[];n.innerFrom(a).subscribe(i.createOperatorSubscriber(c,(function(e){var r=[];l.push(r);var a=new t.Subscription;a.add(n.innerFrom(u(e)).subscribe(i.createOperatorSubscriber(c,(function(){s.arrRemove(l,r),c.next(r),a.unsubscribe()}),o.noop)))}),o.noop)),r.subscribe(i.createOperatorSubscriber(c,(function(t){var r,n;try{for(var i=e(l),o=i.next();!o.done;o=i.next()){o.value.push(t)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}),(function(){for(;l.length>0;)c.next(l.shift());c.complete()})))}))},CE}var $E,PE={};function jE(){if($E)return PE;$E=1,Object.defineProperty(PE,"__esModule",{value:!0}),PE.bufferWhen=void 0;var e=Mg(),t=hg(),r=Ug(),n=iw();return PE.bufferWhen=function(i){return e.operate((function(e,o){var s=null,a=null,u=function(){null==a||a.unsubscribe();var e=s;s=[],e&&o.next(e),n.innerFrom(i()).subscribe(a=r.createOperatorSubscriber(o,u,t.noop))};u(),e.subscribe(r.createOperatorSubscriber(o,(function(e){return null==s?void 0:s.push(e)}),(function(){s&&o.next(s),o.complete()}),void 0,(function(){return s=a=null})))}))},PE}var FE,TE={};function RE(){if(FE)return TE;FE=1,Object.defineProperty(TE,"__esModule",{value:!0}),TE.catchError=void 0;var e=iw(),t=Ug(),r=Mg();return TE.catchError=function n(i){return r.operate((function(r,o){var s,a=null,u=!1;a=r.subscribe(t.createOperatorSubscriber(o,void 0,void 0,(function(t){s=e.innerFrom(i(t,n(i)(r))),a?(a.unsubscribe(),a=null,s.subscribe(o)):u=!0}))),u&&(a.unsubscribe(),a=null,s.subscribe(o))}))},TE}var IE,ME,NE,LE,BE,zE,UE={},WE={},VE={},qE={},HE={},GE={};function KE(){if(IE)return GE;IE=1,Object.defineProperty(GE,"__esModule",{value:!0}),GE.scanInternals=void 0;var e=Ug();return GE.scanInternals=function(t,r,n,i,o){return function(s,a){var u=n,c=r,l=0;s.subscribe(e.createOperatorSubscriber(a,(function(e){var r=l++;c=u?t(c,e,r):(u=!0,e),i&&a.next(c)}),o&&function(){u&&a.next(c),a.complete()}))}},GE}function YE(){if(ME)return HE;ME=1,Object.defineProperty(HE,"__esModule",{value:!0}),HE.reduce=void 0;var e=KE(),t=Mg();return HE.reduce=function(r,n){return t.operate(e.scanInternals(r,n,arguments.length>=2,!1,!0))},HE}function JE(){if(NE)return qE;NE=1,Object.defineProperty(qE,"__esModule",{value:!0}),qE.toArray=void 0;var e=YE(),t=Mg(),r=function(e,t){return e.push(t),e};return qE.toArray=function(){return t.operate((function(t,n){e.reduce(r,[])(t).subscribe(n)}))},qE}function ZE(){if(LE)return VE;LE=1,Object.defineProperty(VE,"__esModule",{value:!0}),VE.joinAllInternals=void 0;var e=$g(),t=x_(),r=Pg(),n=J_(),i=JE();return VE.joinAllInternals=function(o,s){return r.pipe(i.toArray(),n.mergeMap((function(e){return o(e)})),s?t.mapOneOrManyArgs(s):e.identity)},VE}function XE(){if(BE)return WE;BE=1,Object.defineProperty(WE,"__esModule",{value:!0}),WE.combineLatestAll=void 0;var e=N_(),t=ZE();return WE.combineLatestAll=function(r){return t.joinAllInternals(e.combineLatest,r)},WE}function QE(){if(zE)return UE;zE=1,Object.defineProperty(UE,"__esModule",{value:!0}),UE.combineAll=void 0;var e=XE();return UE.combineAll=e.combineLatestAll,UE}var ex,tx,rx={},nx={};function ix(){if(ex)return nx;ex=1;var e=nx.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=nx.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(nx,"__esModule",{value:!0}),nx.combineLatest=void 0;var r=N_(),n=Mg(),i=MD(),o=x_(),s=Pg(),a=Cb();return nx.combineLatest=function u(){for(var c=[],l=0;l<arguments.length;l++)c[l]=arguments[l];var f=a.popResultSelector(c);return f?s.pipe(u.apply(void 0,t([],e(c))),o.mapOneOrManyArgs(f)):n.operate((function(n,o){r.combineLatestInit(t([n],e(i.argsOrArgArray(c))))(o)}))},nx}function ox(){if(tx)return rx;tx=1;var e=rx.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=rx.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(rx,"__esModule",{value:!0}),rx.combineLatestWith=void 0;var r=ix();return rx.combineLatestWith=function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return r.combineLatest.apply(void 0,t([],e(n)))},rx}var sx,ax={};function ux(){if(sx)return ax;sx=1,Object.defineProperty(ax,"__esModule",{value:!0}),ax.concatMap=void 0;var e=J_(),t=Wv();return ax.concatMap=function(r,n){return t.isFunction(n)?e.mergeMap(r,n,1):e.mergeMap(r,1)},ax}var cx,lx={};function fx(){if(cx)return lx;cx=1,Object.defineProperty(lx,"__esModule",{value:!0}),lx.concatMapTo=void 0;var e=ux(),t=Wv();return lx.concatMapTo=function(r,n){return t.isFunction(n)?e.concatMap((function(){return r}),n):e.concatMap((function(){return r}))},lx}var dx,hx,px={},mx={};function vx(){if(dx)return mx;dx=1;var e=mx.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=mx.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(mx,"__esModule",{value:!0}),mx.concat=void 0;var r=Mg(),n=X_(),i=Cb(),o=Rw();return mx.concat=function(){for(var s=[],a=0;a<arguments.length;a++)s[a]=arguments[a];var u=i.popScheduler(s);return r.operate((function(r,i){n.concatAll()(o.from(t([r],e(s)),u)).subscribe(i)}))},mx}function gx(){if(hx)return px;hx=1;var e=px.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=px.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(px,"__esModule",{value:!0}),px.concatWith=void 0;var r=vx();return px.concatWith=function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return r.concat.apply(void 0,t([],e(n)))},px}var yx,bx,wx={},_x={};function Dx(){if(yx)return _x;yx=1,Object.defineProperty(_x,"__esModule",{value:!0}),_x.fromSubscribable=void 0;var e=jg();return _x.fromSubscribable=function(t){return new e.Observable((function(e){return t.subscribe(e)}))},_x}function Ex(){if(bx)return wx;bx=1,Object.defineProperty(wx,"__esModule",{value:!0}),wx.connect=void 0;var e=oy(),t=iw(),r=Mg(),n=Dx(),i={connector:function(){return new e.Subject}};return wx.connect=function(e,o){void 0===o&&(o=i);var s=o.connector;return r.operate((function(r,i){var o=s();t.innerFrom(e(n.fromSubscribable(o))).subscribe(i),i.add(r.subscribe(o))}))},wx}var xx,Sx={};function Ox(){if(xx)return Sx;xx=1,Object.defineProperty(Sx,"__esModule",{value:!0}),Sx.count=void 0;var e=YE();return Sx.count=function(t){return e.reduce((function(e,r,n){return!t||t(r,n)?e+1:e}),0)},Sx}var kx,Cx={};function Ax(){if(kx)return Cx;kx=1,Object.defineProperty(Cx,"__esModule",{value:!0}),Cx.debounce=void 0;var e=Mg(),t=hg(),r=Ug(),n=iw();return Cx.debounce=function(i){return e.operate((function(e,o){var s=!1,a=null,u=null,c=function(){if(null==u||u.unsubscribe(),u=null,s){s=!1;var e=a;a=null,o.next(e)}};e.subscribe(r.createOperatorSubscriber(o,(function(e){null==u||u.unsubscribe(),s=!0,a=e,u=r.createOperatorSubscriber(o,c,t.noop),n.innerFrom(i(e)).subscribe(u)}),(function(){c(),o.complete()}),void 0,(function(){a=u=null})))}))},Cx}var $x,Px={};function jx(){if($x)return Px;$x=1,Object.defineProperty(Px,"__esModule",{value:!0}),Px.debounceTime=void 0;var e=Jy(),t=Mg(),r=Ug();return Px.debounceTime=function(n,i){return void 0===i&&(i=e.asyncScheduler),t.operate((function(e,t){var o=null,s=null,a=null,u=function(){if(o){o.unsubscribe(),o=null;var e=s;s=null,t.next(e)}};function c(){var e=a+n,r=i.now();if(r<e)return o=this.schedule(void 0,e-r),void t.add(o);u()}e.subscribe(r.createOperatorSubscriber(t,(function(e){s=e,a=i.now(),o||(o=i.schedule(c,n),t.add(o))}),(function(){u(),t.complete()}),void 0,(function(){s=o=null})))}))},Px}var Fx,Tx={};function Rx(){if(Fx)return Tx;Fx=1,Object.defineProperty(Tx,"__esModule",{value:!0}),Tx.defaultIfEmpty=void 0;var e=Mg(),t=Ug();return Tx.defaultIfEmpty=function(r){return e.operate((function(e,n){var i=!1;e.subscribe(t.createOperatorSubscriber(n,(function(e){i=!0,n.next(e)}),(function(){i||n.next(r),n.complete()})))}))},Tx}var Ix,Mx={},Nx={},Lx={};function Bx(){if(Ix)return Lx;Ix=1,Object.defineProperty(Lx,"__esModule",{value:!0}),Lx.take=void 0;var e=_b(),t=Mg(),r=Ug();return Lx.take=function(n){return n<=0?function(){return e.EMPTY}:t.operate((function(e,t){var i=0;e.subscribe(r.createOperatorSubscriber(t,(function(e){++i<=n&&(t.next(e),n<=i&&t.complete())})))}))},Lx}var zx,Ux={};function Wx(){if(zx)return Ux;zx=1,Object.defineProperty(Ux,"__esModule",{value:!0}),Ux.ignoreElements=void 0;var e=Mg(),t=Ug(),r=hg();return Ux.ignoreElements=function(){return e.operate((function(e,n){e.subscribe(t.createOperatorSubscriber(n,r.noop))}))},Ux}var Vx,qx,Hx,Gx={};function Kx(){if(Vx)return Gx;Vx=1,Object.defineProperty(Gx,"__esModule",{value:!0}),Gx.mapTo=void 0;var e=E_();return Gx.mapTo=function(t){return e.map((function(){return t}))},Gx}function Yx(){if(qx)return Nx;qx=1,Object.defineProperty(Nx,"__esModule",{value:!0}),Nx.delayWhen=void 0;var e=Q_(),t=Bx(),r=Wx(),n=Kx(),i=J_(),o=iw();return Nx.delayWhen=function s(a,u){return u?function(n){return e.concat(u.pipe(t.take(1),r.ignoreElements()),n.pipe(s(a)))}:i.mergeMap((function(e,r){return o.innerFrom(a(e,r)).pipe(t.take(1),n.mapTo(e))}))},Nx}function Jx(){if(Hx)return Mx;Hx=1,Object.defineProperty(Mx,"__esModule",{value:!0}),Mx.delay=void 0;var e=Jy(),t=Yx(),r=SD();return Mx.delay=function(n,i){void 0===i&&(i=e.asyncScheduler);var o=r.timer(n,i);return t.delayWhen((function(){return o}))},Mx}var Zx,Xx={};function Qx(){if(Zx)return Xx;Zx=1,Object.defineProperty(Xx,"__esModule",{value:!0}),Xx.dematerialize=void 0;var e=zw(),t=Mg(),r=Ug();return Xx.dematerialize=function(){return t.operate((function(t,n){t.subscribe(r.createOperatorSubscriber(n,(function(t){return e.observeNotification(t,n)})))}))},Xx}var eS,tS={};function rS(){if(eS)return tS;eS=1,Object.defineProperty(tS,"__esModule",{value:!0}),tS.distinct=void 0;var e=Mg(),t=Ug(),r=hg(),n=iw();return tS.distinct=function(i,o){return e.operate((function(e,s){var a=new Set;e.subscribe(t.createOperatorSubscriber(s,(function(e){var t=i?i(e):e;a.has(t)||(a.add(t),s.next(e))}))),o&&n.innerFrom(o).subscribe(t.createOperatorSubscriber(s,(function(){return a.clear()}),r.noop))}))},tS}var nS,iS={};function oS(){if(nS)return iS;nS=1,Object.defineProperty(iS,"__esModule",{value:!0}),iS.distinctUntilChanged=void 0;var e=$g(),t=Mg(),r=Ug();function n(e,t){return e===t}return iS.distinctUntilChanged=function(i,o){return void 0===o&&(o=e.identity),i=null!=i?i:n,t.operate((function(e,t){var n,s=!0;e.subscribe(r.createOperatorSubscriber(t,(function(e){var r=o(e);!s&&i(n,r)||(s=!1,n=r,t.next(e))})))}))},iS}var sS,aS={};function uS(){if(sS)return aS;sS=1,Object.defineProperty(aS,"__esModule",{value:!0}),aS.distinctUntilKeyChanged=void 0;var e=oS();return aS.distinctUntilKeyChanged=function(t,r){return e.distinctUntilChanged((function(e,n){return r?r(e[t],n[t]):e[t]===n[t]}))},aS}var cS,lS,fS={},dS={};function hS(){if(cS)return dS;cS=1,Object.defineProperty(dS,"__esModule",{value:!0}),dS.throwIfEmpty=void 0;var e=Yw(),t=Mg(),r=Ug();function n(){return new e.EmptyError}return dS.throwIfEmpty=function(e){return void 0===e&&(e=n),t.operate((function(t,n){var i=!1;t.subscribe(r.createOperatorSubscriber(n,(function(e){i=!0,n.next(e)}),(function(){return i?n.complete():n.error(e())})))}))},dS}function pS(){if(lS)return fS;lS=1,Object.defineProperty(fS,"__esModule",{value:!0}),fS.elementAt=void 0;var e=r_(),t=YD(),r=hS(),n=Rx(),i=Bx();return fS.elementAt=function(o,s){if(o<0)throw new e.ArgumentOutOfRangeError;var a=arguments.length>=2;return function(u){return u.pipe(t.filter((function(e,t){return t===o})),i.take(1),a?n.defaultIfEmpty(s):r.throwIfEmpty((function(){return new e.ArgumentOutOfRangeError})))}},fS}var mS,vS={};function gS(){if(mS)return vS;mS=1;var e=vS.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=vS.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(vS,"__esModule",{value:!0}),vS.endWith=void 0;var r=Q_(),n=Iw();return vS.endWith=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return function(o){return r.concat(o,n.of.apply(void 0,t([],e(i))))}},vS}var yS,bS={};function wS(){if(yS)return bS;yS=1,Object.defineProperty(bS,"__esModule",{value:!0}),bS.every=void 0;var e=Mg(),t=Ug();return bS.every=function(r,n){return e.operate((function(e,i){var o=0;e.subscribe(t.createOperatorSubscriber(i,(function(t){r.call(n,t,o++,e)||(i.next(!1),i.complete())}),(function(){i.next(!0),i.complete()})))}))},bS}var _S,DS,ES,xS={},SS={},OS={};function kS(){if(_S)return OS;_S=1,Object.defineProperty(OS,"__esModule",{value:!0}),OS.exhaustMap=void 0;var e=E_(),t=iw(),r=Mg(),n=Ug();return OS.exhaustMap=function i(o,s){return s?function(r){return r.pipe(i((function(r,n){return t.innerFrom(o(r,n)).pipe(e.map((function(e,t){return s(r,e,n,t)})))})))}:r.operate((function(e,r){var i=0,s=null,a=!1;e.subscribe(n.createOperatorSubscriber(r,(function(e){s||(s=n.createOperatorSubscriber(r,void 0,(function(){s=null,a&&r.complete()})),t.innerFrom(o(e,i++)).subscribe(s))}),(function(){a=!0,!s&&r.complete()})))}))},OS}function CS(){if(DS)return SS;DS=1,Object.defineProperty(SS,"__esModule",{value:!0}),SS.exhaustAll=void 0;var e=kS(),t=$g();return SS.exhaustAll=function(){return e.exhaustMap(t.identity)},SS}function AS(){if(ES)return xS;ES=1,Object.defineProperty(xS,"__esModule",{value:!0}),xS.exhaust=void 0;var e=CS();return xS.exhaust=e.exhaustAll,xS}var $S,PS={};function jS(){if($S)return PS;$S=1,Object.defineProperty(PS,"__esModule",{value:!0}),PS.expand=void 0;var e=Mg(),t=Y_();return PS.expand=function(r,n,i){return void 0===n&&(n=1/0),n=(n||0)<1?1/0:n,e.operate((function(e,o){return t.mergeInternals(e,o,r,n,void 0,!0,i)}))},PS}var FS,TS={};function RS(){if(FS)return TS;FS=1,Object.defineProperty(TS,"__esModule",{value:!0}),TS.finalize=void 0;var e=Mg();return TS.finalize=function(t){return e.operate((function(e,r){try{e.subscribe(r)}finally{r.add(t)}}))},TS}var IS,MS={};function NS(){if(IS)return MS;IS=1,Object.defineProperty(MS,"__esModule",{value:!0}),MS.createFind=MS.find=void 0;var e=Mg(),t=Ug();function r(e,r,n){var i="index"===n;return function(n,o){var s=0;n.subscribe(t.createOperatorSubscriber(o,(function(t){var a=s++;e.call(r,t,a,n)&&(o.next(i?a:t),o.complete())}),(function(){o.next(i?-1:void 0),o.complete()})))}}return MS.find=function(t,n){return e.operate(r(t,n,"value"))},MS.createFind=r,MS}var LS,BS={};function zS(){if(LS)return BS;LS=1,Object.defineProperty(BS,"__esModule",{value:!0}),BS.findIndex=void 0;var e=Mg(),t=NS();return BS.findIndex=function(r,n){return e.operate(t.createFind(r,n,"index"))},BS}var US,WS={};function VS(){if(US)return WS;US=1,Object.defineProperty(WS,"__esModule",{value:!0}),WS.first=void 0;var e=Yw(),t=YD(),r=Bx(),n=Rx(),i=hS(),o=$g();return WS.first=function(s,a){var u=arguments.length>=2;return function(c){return c.pipe(s?t.filter((function(e,t){return s(e,t,c)})):o.identity,r.take(1),u?n.defaultIfEmpty(a):i.throwIfEmpty((function(){return new e.EmptyError})))}},WS}var qS,HS={};function GS(){if(qS)return HS;qS=1,Object.defineProperty(HS,"__esModule",{value:!0}),HS.groupBy=void 0;var e=jg(),t=iw(),r=oy(),n=Mg(),i=Ug();return HS.groupBy=function(o,s,a,u){return n.operate((function(n,c){var l;s&&"function"!=typeof s?(a=s.duration,l=s.element,u=s.connector):l=s;var f=new Map,d=function(e){f.forEach(e),e(c)},h=function(e){return d((function(t){return t.error(e)}))},p=0,m=!1,v=new i.OperatorSubscriber(c,(function(n){try{var s=o(n),d=f.get(s);if(!d){f.set(s,d=u?u():new r.Subject);var g=(b=s,w=d,(_=new e.Observable((function(e){p++;var t=w.subscribe(e);return function(){t.unsubscribe(),0==--p&&m&&v.unsubscribe()}}))).key=b,_);if(c.next(g),a){var y=i.createOperatorSubscriber(d,(function(){d.complete(),null==y||y.unsubscribe()}),void 0,void 0,(function(){return f.delete(s)}));v.add(t.innerFrom(a(g)).subscribe(y))}}d.next(l?l(n):n)}catch(e){h(e)}var b,w,_}),(function(){return d((function(e){return e.complete()}))}),h,(function(){return f.clear()}),(function(){return m=!0,0===p}));n.subscribe(v)}))},HS}var KS,YS={};function JS(){if(KS)return YS;KS=1,Object.defineProperty(YS,"__esModule",{value:!0}),YS.isEmpty=void 0;var e=Mg(),t=Ug();return YS.isEmpty=function(){return e.operate((function(e,r){e.subscribe(t.createOperatorSubscriber(r,(function(){r.next(!1),r.complete()}),(function(){r.next(!0),r.complete()})))}))},YS}var ZS,XS,QS={},eO={};function tO(){if(ZS)return eO;ZS=1;var e=eO.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(eO,"__esModule",{value:!0}),eO.takeLast=void 0;var t=_b(),r=Mg(),n=Ug();return eO.takeLast=function(i){return i<=0?function(){return t.EMPTY}:r.operate((function(t,r){var o=[];t.subscribe(n.createOperatorSubscriber(r,(function(e){o.push(e),i<o.length&&o.shift()}),(function(){var t,n;try{for(var i=e(o),s=i.next();!s.done;s=i.next()){var a=s.value;r.next(a)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}r.complete()}),void 0,(function(){o=null})))}))},eO}function rO(){if(XS)return QS;XS=1,Object.defineProperty(QS,"__esModule",{value:!0}),QS.last=void 0;var e=Yw(),t=YD(),r=tO(),n=hS(),i=Rx(),o=$g();return QS.last=function(s,a){var u=arguments.length>=2;return function(c){return c.pipe(s?t.filter((function(e,t){return s(e,t,c)})):o.identity,r.takeLast(1),u?i.defaultIfEmpty(a):n.throwIfEmpty((function(){return new e.EmptyError})))}},QS}var nO,iO={};function oO(){if(nO)return iO;nO=1,Object.defineProperty(iO,"__esModule",{value:!0}),iO.materialize=void 0;var e=zw(),t=Mg(),r=Ug();return iO.materialize=function(){return t.operate((function(t,n){t.subscribe(r.createOperatorSubscriber(n,(function(t){n.next(e.Notification.createNext(t))}),(function(){n.next(e.Notification.createComplete()),n.complete()}),(function(t){n.next(e.Notification.createError(t)),n.complete()})))}))},iO}var sO,aO={};function uO(){if(sO)return aO;sO=1,Object.defineProperty(aO,"__esModule",{value:!0}),aO.max=void 0;var e=YE(),t=Wv();return aO.max=function(r){return e.reduce(t.isFunction(r)?function(e,t){return r(e,t)>0?e:t}:function(e,t){return e>t?e:t})},aO}var cO,lO={};function fO(){if(cO)return lO;cO=1,Object.defineProperty(lO,"__esModule",{value:!0}),lO.flatMap=void 0;var e=J_();return lO.flatMap=e.mergeMap,lO}var dO,hO={};function pO(){if(dO)return hO;dO=1,Object.defineProperty(hO,"__esModule",{value:!0}),hO.mergeMapTo=void 0;var e=J_(),t=Wv();return hO.mergeMapTo=function(r,n,i){return void 0===i&&(i=1/0),t.isFunction(n)?e.mergeMap((function(){return r}),n,i):("number"==typeof n&&(i=n),e.mergeMap((function(){return r}),i))},hO}var mO,vO={};function gO(){if(mO)return vO;mO=1,Object.defineProperty(vO,"__esModule",{value:!0}),vO.mergeScan=void 0;var e=Mg(),t=Y_();return vO.mergeScan=function(r,n,i){return void 0===i&&(i=1/0),e.operate((function(e,o){var s=n;return t.mergeInternals(e,o,(function(e,t){return r(s,e,t)}),i,(function(e){s=e}),!1,void 0,(function(){return s=null}))}))},vO}var yO,bO,wO={},_O={};function DO(){if(yO)return _O;yO=1;var e=_O.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=_O.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(_O,"__esModule",{value:!0}),_O.merge=void 0;var r=Mg(),n=MD(),i=Z_(),o=Cb(),s=Rw();return _O.merge=function(){for(var a=[],u=0;u<arguments.length;u++)a[u]=arguments[u];var c=o.popScheduler(a),l=o.popNumber(a,1/0);return a=n.argsOrArgArray(a),r.operate((function(r,n){i.mergeAll(l)(s.from(t([r],e(a)),c)).subscribe(n)}))},_O}function EO(){if(bO)return wO;bO=1;var e=wO.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=wO.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(wO,"__esModule",{value:!0}),wO.mergeWith=void 0;var r=DO();return wO.mergeWith=function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return r.merge.apply(void 0,t([],e(n)))},wO}var xO,SO={};function OO(){if(xO)return SO;xO=1,Object.defineProperty(SO,"__esModule",{value:!0}),SO.min=void 0;var e=YE(),t=Wv();return SO.min=function(r){return e.reduce(t.isFunction(r)?function(e,t){return r(e,t)<0?e:t}:function(e,t){return e<t?e:t})},SO}var kO,CO={};function AO(){if(kO)return CO;kO=1,Object.defineProperty(CO,"__esModule",{value:!0}),CO.multicast=void 0;var e=Vg(),t=Wv(),r=Ex();return CO.multicast=function(n,i){var o=t.isFunction(n)?n:function(){return n};return t.isFunction(i)?r.connect(i,{connector:o}):function(t){return new e.ConnectableObservable(t,o)}},CO}var $O,PO={};function jO(){if($O)return PO;$O=1;var e=PO.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=PO.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(PO,"__esModule",{value:!0}),PO.onErrorResumeNext=PO.onErrorResumeNextWith=void 0;var r=MD(),n=ND();function i(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];var s=r.argsOrArgArray(i);return function(r){return n.onErrorResumeNext.apply(void 0,t([r],e(s)))}}return PO.onErrorResumeNextWith=i,PO.onErrorResumeNext=i,PO}var FO,TO={};function RO(){if(FO)return TO;FO=1,Object.defineProperty(TO,"__esModule",{value:!0}),TO.pairwise=void 0;var e=Mg(),t=Ug();return TO.pairwise=function(){return e.operate((function(e,r){var n,i=!1;e.subscribe(t.createOperatorSubscriber(r,(function(e){var t=n;n=e,i&&r.next([t,e]),i=!0})))}))},TO}var IO,MO={};function NO(){if(IO)return MO;IO=1,Object.defineProperty(MO,"__esModule",{value:!0}),MO.pluck=void 0;var e=E_();return MO.pluck=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var n=t.length;if(0===n)throw new Error("list of properties cannot be empty.");return e.map((function(e){for(var r=e,i=0;i<n;i++){var o=null==r?void 0:r[t[i]];if(void 0===o)return;r=o}return r}))},MO}var LO,BO={};function zO(){if(LO)return BO;LO=1,Object.defineProperty(BO,"__esModule",{value:!0}),BO.publish=void 0;var e=oy(),t=AO(),r=Ex();return BO.publish=function(n){return n?function(e){return r.connect(n)(e)}:function(r){return t.multicast(new e.Subject)(r)}},BO}var UO,WO={};function VO(){if(UO)return WO;UO=1,Object.defineProperty(WO,"__esModule",{value:!0}),WO.publishBehavior=void 0;var e=uy(),t=Vg();return WO.publishBehavior=function(r){return function(n){var i=new e.BehaviorSubject(r);return new t.ConnectableObservable(n,(function(){return i}))}},WO}var qO,HO={};function GO(){if(qO)return HO;qO=1,Object.defineProperty(HO,"__esModule",{value:!0}),HO.publishLast=void 0;var e=gy(),t=Vg();return HO.publishLast=function(){return function(r){var n=new e.AsyncSubject;return new t.ConnectableObservable(r,(function(){return n}))}},HO}var KO,YO={};function JO(){if(KO)return YO;KO=1,Object.defineProperty(YO,"__esModule",{value:!0}),YO.publishReplay=void 0;var e=py(),t=AO(),r=Wv();return YO.publishReplay=function(n,i,o,s){o&&!r.isFunction(o)&&(s=o);var a=r.isFunction(o)?o:void 0;return function(r){return t.multicast(new e.ReplaySubject(n,i,s),a)(r)}},YO}var ZO,XO={};function QO(){if(ZO)return XO;ZO=1;var e=XO.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=XO.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(XO,"__esModule",{value:!0}),XO.raceWith=void 0;var r=QD(),n=Mg(),i=$g();return XO.raceWith=function(){for(var o=[],s=0;s<arguments.length;s++)o[s]=arguments[s];return o.length?n.operate((function(n,i){r.raceInit(t([n],e(o)))(i)})):i.identity},XO}var ek,tk={};function rk(){if(ek)return tk;ek=1,Object.defineProperty(tk,"__esModule",{value:!0}),tk.repeat=void 0;var e=_b(),t=Mg(),r=Ug(),n=iw(),i=SD();return tk.repeat=function(o){var s,a,u=1/0;return null!=o&&("object"==typeof o?(s=o.count,u=void 0===s?1/0:s,a=o.delay):u=o),u<=0?function(){return e.EMPTY}:t.operate((function(e,t){var o,s=0,c=function(){if(null==o||o.unsubscribe(),o=null,null!=a){var e="number"==typeof a?i.timer(a):n.innerFrom(a(s)),u=r.createOperatorSubscriber(t,(function(){u.unsubscribe(),l()}));e.subscribe(u)}else l()},l=function(){var n=!1;o=e.subscribe(r.createOperatorSubscriber(t,void 0,(function(){++s<u?o?c():n=!0:t.complete()}))),n&&c()};l()}))},tk}var nk,ik={};function ok(){if(nk)return ik;nk=1,Object.defineProperty(ik,"__esModule",{value:!0}),ik.repeatWhen=void 0;var e=iw(),t=oy(),r=Mg(),n=Ug();return ik.repeatWhen=function(i){return r.operate((function(r,o){var s,a,u=!1,c=!1,l=!1,f=function(){return l&&c&&(o.complete(),!0)},d=function(){l=!1,s=r.subscribe(n.createOperatorSubscriber(o,void 0,(function(){l=!0,!f()&&(a||(a=new t.Subject,e.innerFrom(i(a)).subscribe(n.createOperatorSubscriber(o,(function(){s?d():u=!0}),(function(){c=!0,f()})))),a).next()}))),u&&(s.unsubscribe(),s=null,u=!1,d())};d()}))},ik}var sk,ak={};function uk(){if(sk)return ak;sk=1,Object.defineProperty(ak,"__esModule",{value:!0}),ak.retry=void 0;var e=Mg(),t=Ug(),r=$g(),n=SD(),i=iw();return ak.retry=function(o){var s;void 0===o&&(o=1/0);var a=(s=o&&"object"==typeof o?o:{count:o}).count,u=void 0===a?1/0:a,c=s.delay,l=s.resetOnSuccess,f=void 0!==l&&l;return u<=0?r.identity:e.operate((function(e,r){var o,s=0,a=function(){var l=!1;o=e.subscribe(t.createOperatorSubscriber(r,(function(e){f&&(s=0),r.next(e)}),void 0,(function(e){if(s++<u){var f=function(){o?(o.unsubscribe(),o=null,a()):l=!0};if(null!=c){var d="number"==typeof c?n.timer(c):i.innerFrom(c(e,s)),h=t.createOperatorSubscriber(r,(function(){h.unsubscribe(),f()}),(function(){r.complete()}));d.subscribe(h)}else f()}else r.error(e)}))),l&&(o.unsubscribe(),o=null,a())};a()}))},ak}var ck,lk={};function fk(){if(ck)return lk;ck=1,Object.defineProperty(lk,"__esModule",{value:!0}),lk.retryWhen=void 0;var e=iw(),t=oy(),r=Mg(),n=Ug();return lk.retryWhen=function(i){return r.operate((function(r,o){var s,a,u=!1,c=function(){s=r.subscribe(n.createOperatorSubscriber(o,void 0,void 0,(function(r){a||(a=new t.Subject,e.innerFrom(i(a)).subscribe(n.createOperatorSubscriber(o,(function(){return s?c():u=!0})))),a&&a.next(r)}))),u&&(s.unsubscribe(),s=null,u=!1,c())};c()}))},lk}var dk,hk={};function pk(){if(dk)return hk;dk=1,Object.defineProperty(hk,"__esModule",{value:!0}),hk.sample=void 0;var e=iw(),t=Mg(),r=hg(),n=Ug();return hk.sample=function(i){return t.operate((function(t,o){var s=!1,a=null;t.subscribe(n.createOperatorSubscriber(o,(function(e){s=!0,a=e}))),e.innerFrom(i).subscribe(n.createOperatorSubscriber(o,(function(){if(s){s=!1;var e=a;a=null,o.next(e)}}),r.noop))}))},hk}var mk,vk={};function gk(){if(mk)return vk;mk=1,Object.defineProperty(vk,"__esModule",{value:!0}),vk.sampleTime=void 0;var e=Jy(),t=pk(),r=OD();return vk.sampleTime=function(n,i){return void 0===i&&(i=e.asyncScheduler),t.sample(r.interval(n,i))},vk}var yk,bk={};function wk(){if(yk)return bk;yk=1,Object.defineProperty(bk,"__esModule",{value:!0}),bk.scan=void 0;var e=Mg(),t=KE();return bk.scan=function(r,n){return e.operate(t.scanInternals(r,n,arguments.length>=2,!0))},bk}var _k,Dk={};function Ek(){if(_k)return Dk;_k=1,Object.defineProperty(Dk,"__esModule",{value:!0}),Dk.sequenceEqual=void 0;var e=Mg(),t=Ug(),r=iw();return Dk.sequenceEqual=function(n,i){return void 0===i&&(i=function(e,t){return e===t}),e.operate((function(e,o){var s={buffer:[],complete:!1},a={buffer:[],complete:!1},u=function(e){o.next(e),o.complete()},c=function(e,r){var n=t.createOperatorSubscriber(o,(function(t){var n=r.buffer,o=r.complete;0===n.length?o?u(!1):e.buffer.push(t):!i(t,n.shift())&&u(!1)}),(function(){e.complete=!0;var t=r.complete,i=r.buffer;t&&u(0===i.length),null==n||n.unsubscribe()}));return n};e.subscribe(c(s,a)),r.innerFrom(n).subscribe(c(a,s))}))},Dk}var xk,Sk={};function Ok(){if(xk)return Sk;xk=1;var e=Sk.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=Sk.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(Sk,"__esModule",{value:!0}),Sk.share=void 0;var r=iw(),n=oy(),i=_g(),o=Mg();function s(n,o){for(var s=[],a=2;a<arguments.length;a++)s[a-2]=arguments[a];if(!0!==o){if(!1!==o){var u=new i.SafeSubscriber({next:function(){u.unsubscribe(),n()}});return r.innerFrom(o.apply(void 0,t([],e(s)))).subscribe(u)}}else n()}return Sk.share=function(e){void 0===e&&(e={});var t=e.connector,a=void 0===t?function(){return new n.Subject}:t,u=e.resetOnError,c=void 0===u||u,l=e.resetOnComplete,f=void 0===l||l,d=e.resetOnRefCountZero,h=void 0===d||d;return function(e){var t,n,u,l=0,d=!1,p=!1,m=function(){null==n||n.unsubscribe(),n=void 0},v=function(){m(),t=u=void 0,d=p=!1},g=function(){var e=t;v(),null==e||e.unsubscribe()};return o.operate((function(e,o){l++,p||d||m();var y=u=null!=u?u:a();o.add((function(){0!==--l||p||d||(n=s(g,h))})),y.subscribe(o),!t&&l>0&&(t=new i.SafeSubscriber({next:function(e){return y.next(e)},error:function(e){p=!0,m(),n=s(v,c,e),y.error(e)},complete:function(){d=!0,m(),n=s(v,f),y.complete()}}),r.innerFrom(e).subscribe(t))}))(e)}},Sk}var kk,Ck={};function Ak(){if(kk)return Ck;kk=1,Object.defineProperty(Ck,"__esModule",{value:!0}),Ck.shareReplay=void 0;var e=py(),t=Ok();return Ck.shareReplay=function(r,n,i){var o,s,a,u,c=!1;return r&&"object"==typeof r?(o=r.bufferSize,u=void 0===o?1/0:o,s=r.windowTime,n=void 0===s?1/0:s,c=void 0!==(a=r.refCount)&&a,i=r.scheduler):u=null!=r?r:1/0,t.share({connector:function(){return new e.ReplaySubject(u,n,i)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:c})},Ck}var $k,Pk={};function jk(){if($k)return Pk;$k=1,Object.defineProperty(Pk,"__esModule",{value:!0}),Pk.single=void 0;var e=Yw(),t=u_(),r=o_(),n=Mg(),i=Ug();return Pk.single=function(o){return n.operate((function(n,s){var a,u=!1,c=!1,l=0;n.subscribe(i.createOperatorSubscriber(s,(function(e){c=!0,o&&!o(e,l++,n)||(u&&s.error(new t.SequenceError("Too many matching values")),u=!0,a=e)}),(function(){u?(s.next(a),s.complete()):s.error(c?new r.NotFoundError("No matching values"):new e.EmptyError)})))}))},Pk}var Fk,Tk={};function Rk(){if(Fk)return Tk;Fk=1,Object.defineProperty(Tk,"__esModule",{value:!0}),Tk.skip=void 0;var e=YD();return Tk.skip=function(t){return e.filter((function(e,r){return t<=r}))},Tk}var Ik,Mk={};function Nk(){if(Ik)return Mk;Ik=1,Object.defineProperty(Mk,"__esModule",{value:!0}),Mk.skipLast=void 0;var e=$g(),t=Mg(),r=Ug();return Mk.skipLast=function(n){return n<=0?e.identity:t.operate((function(e,t){var i=new Array(n),o=0;return e.subscribe(r.createOperatorSubscriber(t,(function(e){var r=o++;if(r<n)i[r]=e;else{var s=r%n,a=i[s];i[s]=e,t.next(a)}}))),function(){i=null}}))},Mk}var Lk,Bk={};function zk(){if(Lk)return Bk;Lk=1,Object.defineProperty(Bk,"__esModule",{value:!0}),Bk.skipUntil=void 0;var e=Mg(),t=Ug(),r=iw(),n=hg();return Bk.skipUntil=function(i){return e.operate((function(e,o){var s=!1,a=t.createOperatorSubscriber(o,(function(){null==a||a.unsubscribe(),s=!0}),n.noop);r.innerFrom(i).subscribe(a),e.subscribe(t.createOperatorSubscriber(o,(function(e){return s&&o.next(e)})))}))},Bk}var Uk,Wk={};function Vk(){if(Uk)return Wk;Uk=1,Object.defineProperty(Wk,"__esModule",{value:!0}),Wk.skipWhile=void 0;var e=Mg(),t=Ug();return Wk.skipWhile=function(r){return e.operate((function(e,n){var i=!1,o=0;e.subscribe(t.createOperatorSubscriber(n,(function(e){return(i||(i=!r(e,o++)))&&n.next(e)})))}))},Wk}var qk,Hk={};function Gk(){if(qk)return Hk;qk=1,Object.defineProperty(Hk,"__esModule",{value:!0}),Hk.startWith=void 0;var e=Q_(),t=Cb(),r=Mg();return Hk.startWith=function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var o=t.popScheduler(n);return r.operate((function(t,r){(o?e.concat(n,t,o):e.concat(n,t)).subscribe(r)}))},Hk}var Kk,Yk,Jk={},Zk={};function Xk(){if(Kk)return Zk;Kk=1,Object.defineProperty(Zk,"__esModule",{value:!0}),Zk.switchMap=void 0;var e=iw(),t=Mg(),r=Ug();return Zk.switchMap=function(n,i){return t.operate((function(t,o){var s=null,a=0,u=!1,c=function(){return u&&!s&&o.complete()};t.subscribe(r.createOperatorSubscriber(o,(function(t){null==s||s.unsubscribe();var u=0,l=a++;e.innerFrom(n(t,l)).subscribe(s=r.createOperatorSubscriber(o,(function(e){return o.next(i?i(t,e,l,u++):e)}),(function(){s=null,c()})))}),(function(){u=!0,c()})))}))},Zk}function Qk(){if(Yk)return Jk;Yk=1,Object.defineProperty(Jk,"__esModule",{value:!0}),Jk.switchAll=void 0;var e=Xk(),t=$g();return Jk.switchAll=function(){return e.switchMap(t.identity)},Jk}var eC,tC={};function rC(){if(eC)return tC;eC=1,Object.defineProperty(tC,"__esModule",{value:!0}),tC.switchMapTo=void 0;var e=Xk(),t=Wv();return tC.switchMapTo=function(r,n){return t.isFunction(n)?e.switchMap((function(){return r}),n):e.switchMap((function(){return r}))},tC}var nC,iC={};function oC(){if(nC)return iC;nC=1,Object.defineProperty(iC,"__esModule",{value:!0}),iC.switchScan=void 0;var e=Xk(),t=Mg();return iC.switchScan=function(r,n){return t.operate((function(t,i){var o=n;return e.switchMap((function(e,t){return r(o,e,t)}),(function(e,t){return o=t,t}))(t).subscribe(i),function(){o=null}}))},iC}var sC,aC={};function uC(){if(sC)return aC;sC=1,Object.defineProperty(aC,"__esModule",{value:!0}),aC.takeUntil=void 0;var e=Mg(),t=Ug(),r=iw(),n=hg();return aC.takeUntil=function(i){return e.operate((function(e,o){r.innerFrom(i).subscribe(t.createOperatorSubscriber(o,(function(){return o.complete()}),n.noop)),!o.closed&&e.subscribe(o)}))},aC}var cC,lC={};function fC(){if(cC)return lC;cC=1,Object.defineProperty(lC,"__esModule",{value:!0}),lC.takeWhile=void 0;var e=Mg(),t=Ug();return lC.takeWhile=function(r,n){return void 0===n&&(n=!1),e.operate((function(e,i){var o=0;e.subscribe(t.createOperatorSubscriber(i,(function(e){var t=r(e,o++);(t||n)&&i.next(e),!t&&i.complete()})))}))},lC}var dC,hC={};function pC(){if(dC)return hC;dC=1,Object.defineProperty(hC,"__esModule",{value:!0}),hC.tap=void 0;var e=Wv(),t=Mg(),r=Ug(),n=$g();return hC.tap=function(i,o,s){var a=e.isFunction(i)||o||s?{next:i,error:o,complete:s}:i;return a?t.operate((function(e,t){var n;null===(n=a.subscribe)||void 0===n||n.call(a);var i=!0;e.subscribe(r.createOperatorSubscriber(t,(function(e){var r;null===(r=a.next)||void 0===r||r.call(a,e),t.next(e)}),(function(){var e;i=!1,null===(e=a.complete)||void 0===e||e.call(a),t.complete()}),(function(e){var r;i=!1,null===(r=a.error)||void 0===r||r.call(a,e),t.error(e)}),(function(){var e,t;i&&(null===(e=a.unsubscribe)||void 0===e||e.call(a)),null===(t=a.finalize)||void 0===t||t.call(a)})))})):n.identity},hC}var mC,vC={};function gC(){if(mC)return vC;mC=1,Object.defineProperty(vC,"__esModule",{value:!0}),vC.throttle=void 0;var e=Mg(),t=Ug(),r=iw();return vC.throttle=function(n,i){return e.operate((function(e,o){var s=null!=i?i:{},a=s.leading,u=void 0===a||a,c=s.trailing,l=void 0!==c&&c,f=!1,d=null,h=null,p=!1,m=function(){null==h||h.unsubscribe(),h=null,l&&(y(),p&&o.complete())},v=function(){h=null,p&&o.complete()},g=function(e){return h=r.innerFrom(n(e)).subscribe(t.createOperatorSubscriber(o,m,v))},y=function(){if(f){f=!1;var e=d;d=null,o.next(e),!p&&g(e)}};e.subscribe(t.createOperatorSubscriber(o,(function(e){f=!0,d=e,(!h||h.closed)&&(u?y():g(e))}),(function(){p=!0,(!(l&&f&&h)||h.closed)&&o.complete()})))}))},vC}var yC,bC={};function wC(){if(yC)return bC;yC=1,Object.defineProperty(bC,"__esModule",{value:!0}),bC.throttleTime=void 0;var e=Jy(),t=gC(),r=SD();return bC.throttleTime=function(n,i,o){void 0===i&&(i=e.asyncScheduler);var s=r.timer(n,i);return t.throttle((function(){return s}),o)},bC}var _C,DC={};function EC(){if(_C)return DC;_C=1,Object.defineProperty(DC,"__esModule",{value:!0}),DC.TimeInterval=DC.timeInterval=void 0;var e=Jy(),t=Mg(),r=Ug();DC.timeInterval=function(i){return void 0===i&&(i=e.asyncScheduler),t.operate((function(e,t){var o=i.now();e.subscribe(r.createOperatorSubscriber(t,(function(e){var r=i.now(),s=r-o;o=r,t.next(new n(e,s))})))}))};var n=function(e,t){this.value=e,this.interval=t};return DC.TimeInterval=n,DC}var xC,SC={};function OC(){if(xC)return SC;xC=1,Object.defineProperty(SC,"__esModule",{value:!0}),SC.timeoutWith=void 0;var e=Jy(),t=h_(),r=p_();return SC.timeoutWith=function(n,i,o){var s,a,u;if(o=null!=o?o:e.async,t.isValidDate(n)?s=n:"number"==typeof n&&(a=n),!i)throw new TypeError("No observable provided to switch to");if(u=function(){return i},null==s&&null==a)throw new TypeError("No timeout provided.");return r.timeout({first:s,each:a,scheduler:o,with:u})},SC}var kC,CC={};function AC(){if(kC)return CC;kC=1,Object.defineProperty(CC,"__esModule",{value:!0}),CC.timestamp=void 0;var e=hy(),t=E_();return CC.timestamp=function(r){return void 0===r&&(r=e.dateTimestampProvider),t.map((function(e){return{value:e,timestamp:r.now()}}))},CC}var $C,PC={};function jC(){if($C)return PC;$C=1,Object.defineProperty(PC,"__esModule",{value:!0}),PC.window=void 0;var e=oy(),t=Mg(),r=Ug(),n=hg(),i=iw();return PC.window=function(o){return t.operate((function(t,s){var a=new e.Subject;s.next(a.asObservable());var u=function(e){a.error(e),s.error(e)};return t.subscribe(r.createOperatorSubscriber(s,(function(e){return null==a?void 0:a.next(e)}),(function(){a.complete(),s.complete()}),u)),i.innerFrom(o).subscribe(r.createOperatorSubscriber(s,(function(){a.complete(),s.next(a=new e.Subject)}),n.noop,u)),function(){null==a||a.unsubscribe(),a=null}}))},PC}var FC,TC={};function RC(){if(FC)return TC;FC=1;var e=TC.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(TC,"__esModule",{value:!0}),TC.windowCount=void 0;var t=oy(),r=Mg(),n=Ug();return TC.windowCount=function(i,o){void 0===o&&(o=0);var s=o>0?o:i;return r.operate((function(r,o){var a=[new t.Subject],u=0;o.next(a[0].asObservable()),r.subscribe(n.createOperatorSubscriber(o,(function(r){var n,c;try{for(var l=e(a),f=l.next();!f.done;f=l.next()){f.value.next(r)}}catch(e){n={error:e}}finally{try{f&&!f.done&&(c=l.return)&&c.call(l)}finally{if(n)throw n.error}}var d=u-i+1;if(d>=0&&d%s==0&&a.shift().complete(),++u%s==0){var h=new t.Subject;a.push(h),o.next(h.asObservable())}}),(function(){for(;a.length>0;)a.shift().complete();o.complete()}),(function(e){for(;a.length>0;)a.shift().error(e);o.error(e)}),(function(){a=null})))}))},TC}var IC,MC={};function NC(){if(IC)return MC;IC=1,Object.defineProperty(MC,"__esModule",{value:!0}),MC.windowTime=void 0;var e=oy(),t=Jy(),r=tg(),n=Mg(),i=Ug(),o=eg(),s=Cb(),a=cw();return MC.windowTime=function(u){for(var c,l,f=[],d=1;d<arguments.length;d++)f[d-1]=arguments[d];var h=null!==(c=s.popScheduler(f))&&void 0!==c?c:t.asyncScheduler,p=null!==(l=f[0])&&void 0!==l?l:null,m=f[1]||1/0;return n.operate((function(t,n){var s=[],c=!1,l=function(e){var t=e.window,r=e.subs;t.complete(),r.unsubscribe(),o.arrRemove(s,e),c&&f()},f=function(){if(s){var t=new r.Subscription;n.add(t);var i=new e.Subject,o={window:i,subs:t,seen:0};s.push(o),n.next(i.asObservable()),a.executeSchedule(t,h,(function(){return l(o)}),u)}};null!==p&&p>=0?a.executeSchedule(n,h,f,p,!0):c=!0,f();var d=function(e){return s.slice().forEach(e)},v=function(e){d((function(t){var r=t.window;return e(r)})),e(n),n.unsubscribe()};return t.subscribe(i.createOperatorSubscriber(n,(function(e){d((function(t){t.window.next(e),m<=++t.seen&&l(t)}))}),(function(){return v((function(e){return e.complete()}))}),(function(e){return v((function(t){return t.error(e)}))}))),function(){s=null}}))},MC}var LC,BC={};function zC(){if(LC)return BC;LC=1;var e=BC.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(BC,"__esModule",{value:!0}),BC.windowToggle=void 0;var t=oy(),r=tg(),n=Mg(),i=iw(),o=Ug(),s=hg(),a=eg();return BC.windowToggle=function(u,c){return n.operate((function(n,l){var f=[],d=function(e){for(;0<f.length;)f.shift().error(e);l.error(e)};i.innerFrom(u).subscribe(o.createOperatorSubscriber(l,(function(e){var n=new t.Subject;f.push(n);var u,h=new r.Subscription;try{u=i.innerFrom(c(e))}catch(e){return void d(e)}l.next(n.asObservable()),h.add(u.subscribe(o.createOperatorSubscriber(l,(function(){a.arrRemove(f,n),n.complete(),h.unsubscribe()}),s.noop,d)))}),s.noop)),n.subscribe(o.createOperatorSubscriber(l,(function(t){var r,n,i=f.slice();try{for(var o=e(i),s=o.next();!s.done;s=o.next()){s.value.next(t)}}catch(e){r={error:e}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}),(function(){for(;0<f.length;)f.shift().complete();l.complete()}),d,(function(){for(;0<f.length;)f.shift().unsubscribe()})))}))},BC}var UC,WC={};function VC(){if(UC)return WC;UC=1,Object.defineProperty(WC,"__esModule",{value:!0}),WC.windowWhen=void 0;var e=oy(),t=Mg(),r=Ug(),n=iw();return WC.windowWhen=function(i){return t.operate((function(t,o){var s,a,u=function(e){s.error(e),o.error(e)},c=function(){var t;null==a||a.unsubscribe(),null==s||s.complete(),s=new e.Subject,o.next(s.asObservable());try{t=n.innerFrom(i())}catch(e){return void u(e)}t.subscribe(a=r.createOperatorSubscriber(o,c,c,u))};c(),t.subscribe(r.createOperatorSubscriber(o,(function(e){return s.next(e)}),(function(){s.complete(),o.complete()}),u,(function(){null==a||a.unsubscribe(),s=null})))}))},WC}var qC,HC={};function GC(){if(qC)return HC;qC=1;var e=HC.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=HC.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(HC,"__esModule",{value:!0}),HC.withLatestFrom=void 0;var r=Mg(),n=Ug(),i=iw(),o=$g(),s=hg(),a=Cb();return HC.withLatestFrom=function(){for(var u=[],c=0;c<arguments.length;c++)u[c]=arguments[c];var l=a.popResultSelector(u);return r.operate((function(r,a){for(var c=u.length,f=new Array(c),d=u.map((function(){return!1})),h=!1,p=function(e){i.innerFrom(u[e]).subscribe(n.createOperatorSubscriber(a,(function(t){f[e]=t,h||d[e]||(d[e]=!0,(h=d.every(o.identity))&&(d=null))}),s.noop))},m=0;m<c;m++)p(m);r.subscribe(n.createOperatorSubscriber(a,(function(r){if(h){var n=t([r],e(f));a.next(l?l.apply(void 0,t([],e(n))):n)}})))}))},HC}var KC,YC={};function JC(){if(KC)return YC;KC=1,Object.defineProperty(YC,"__esModule",{value:!0}),YC.zipAll=void 0;var e=uE(),t=ZE();return YC.zipAll=function(r){return t.joinAllInternals(e.zip,r)},YC}var ZC,XC,QC,eA={},tA={};function rA(){if(ZC)return tA;ZC=1;var e=tA.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=tA.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(tA,"__esModule",{value:!0}),tA.zip=void 0;var r=uE(),n=Mg();return tA.zip=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return n.operate((function(n,o){r.zip.apply(void 0,t([n],e(i))).subscribe(o)}))},tA}function nA(){if(XC)return eA;XC=1;var e=eA.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s},t=eA.__spreadArray||function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e};Object.defineProperty(eA,"__esModule",{value:!0}),eA.zipWith=void 0;var r=rA();return eA.zipWith=function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return r.zip.apply(void 0,t([],e(n)))},eA}function iA(){return QC||(QC=1,function(e){var t=Lv.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=Lv.__exportStar||function(e,r){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(r,n)||t(r,e,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.interval=e.iif=e.generate=e.fromEventPattern=e.fromEvent=e.from=e.forkJoin=e.empty=e.defer=e.connectable=e.concat=e.combineLatest=e.bindNodeCallback=e.bindCallback=e.UnsubscriptionError=e.TimeoutError=e.SequenceError=e.ObjectUnsubscribedError=e.NotFoundError=e.EmptyError=e.ArgumentOutOfRangeError=e.firstValueFrom=e.lastValueFrom=e.isObservable=e.identity=e.noop=e.pipe=e.NotificationKind=e.Notification=e.Subscriber=e.Subscription=e.Scheduler=e.VirtualAction=e.VirtualTimeScheduler=e.animationFrameScheduler=e.animationFrame=e.queueScheduler=e.queue=e.asyncScheduler=e.async=e.asapScheduler=e.asap=e.AsyncSubject=e.ReplaySubject=e.BehaviorSubject=e.Subject=e.animationFrames=e.observable=e.ConnectableObservable=e.Observable=void 0,e.filter=e.expand=e.exhaustMap=e.exhaustAll=e.exhaust=e.every=e.endWith=e.elementAt=e.distinctUntilKeyChanged=e.distinctUntilChanged=e.distinct=e.dematerialize=e.delayWhen=e.delay=e.defaultIfEmpty=e.debounceTime=e.debounce=e.count=e.connect=e.concatWith=e.concatMapTo=e.concatMap=e.concatAll=e.combineLatestWith=e.combineLatestAll=e.combineAll=e.catchError=e.bufferWhen=e.bufferToggle=e.bufferTime=e.bufferCount=e.buffer=e.auditTime=e.audit=e.config=e.NEVER=e.EMPTY=e.scheduled=e.zip=e.using=e.timer=e.throwError=e.range=e.race=e.partition=e.pairs=e.onErrorResumeNext=e.of=e.never=e.merge=void 0,e.switchMap=e.switchAll=e.subscribeOn=e.startWith=e.skipWhile=e.skipUntil=e.skipLast=e.skip=e.single=e.shareReplay=e.share=e.sequenceEqual=e.scan=e.sampleTime=e.sample=e.refCount=e.retryWhen=e.retry=e.repeatWhen=e.repeat=e.reduce=e.raceWith=e.publishReplay=e.publishLast=e.publishBehavior=e.publish=e.pluck=e.pairwise=e.onErrorResumeNextWith=e.observeOn=e.multicast=e.min=e.mergeWith=e.mergeScan=e.mergeMapTo=e.mergeMap=e.flatMap=e.mergeAll=e.max=e.materialize=e.mapTo=e.map=e.last=e.isEmpty=e.ignoreElements=e.groupBy=e.first=e.findIndex=e.find=e.finalize=void 0,e.zipWith=e.zipAll=e.withLatestFrom=e.windowWhen=e.windowToggle=e.windowTime=e.windowCount=e.window=e.toArray=e.timestamp=e.timeoutWith=e.timeout=e.timeInterval=e.throwIfEmpty=e.throttleTime=e.throttle=e.tap=e.takeWhile=e.takeUntil=e.takeLast=e.take=e.switchScan=e.switchMapTo=void 0;var n=jg();Object.defineProperty(e,"Observable",{enumerable:!0,get:function(){return n.Observable}});var i=Vg();Object.defineProperty(e,"ConnectableObservable",{enumerable:!0,get:function(){return i.ConnectableObservable}});var o=xg();Object.defineProperty(e,"observable",{enumerable:!0,get:function(){return o.observable}});var s=Qg();Object.defineProperty(e,"animationFrames",{enumerable:!0,get:function(){return s.animationFrames}});var a=oy();Object.defineProperty(e,"Subject",{enumerable:!0,get:function(){return a.Subject}});var u=uy();Object.defineProperty(e,"BehaviorSubject",{enumerable:!0,get:function(){return u.BehaviorSubject}});var c=py();Object.defineProperty(e,"ReplaySubject",{enumerable:!0,get:function(){return c.ReplaySubject}});var l=gy();Object.defineProperty(e,"AsyncSubject",{enumerable:!0,get:function(){return l.AsyncSubject}});var f=Gy();Object.defineProperty(e,"asap",{enumerable:!0,get:function(){return f.asap}}),Object.defineProperty(e,"asapScheduler",{enumerable:!0,get:function(){return f.asapScheduler}});var d=Jy();Object.defineProperty(e,"async",{enumerable:!0,get:function(){return d.async}}),Object.defineProperty(e,"asyncScheduler",{enumerable:!0,get:function(){return d.asyncScheduler}});var h=ob();Object.defineProperty(e,"queue",{enumerable:!0,get:function(){return h.queue}}),Object.defineProperty(e,"queueScheduler",{enumerable:!0,get:function(){return h.queueScheduler}});var p=pb();Object.defineProperty(e,"animationFrame",{enumerable:!0,get:function(){return p.animationFrame}}),Object.defineProperty(e,"animationFrameScheduler",{enumerable:!0,get:function(){return p.animationFrameScheduler}});var m=gb();Object.defineProperty(e,"VirtualTimeScheduler",{enumerable:!0,get:function(){return m.VirtualTimeScheduler}}),Object.defineProperty(e,"VirtualAction",{enumerable:!0,get:function(){return m.VirtualAction}});var v=Vy();Object.defineProperty(e,"Scheduler",{enumerable:!0,get:function(){return v.Scheduler}});var g=tg();Object.defineProperty(e,"Subscription",{enumerable:!0,get:function(){return g.Subscription}});var y=_g();Object.defineProperty(e,"Subscriber",{enumerable:!0,get:function(){return y.Subscriber}});var b=zw();Object.defineProperty(e,"Notification",{enumerable:!0,get:function(){return b.Notification}}),Object.defineProperty(e,"NotificationKind",{enumerable:!0,get:function(){return b.NotificationKind}});var w=Pg();Object.defineProperty(e,"pipe",{enumerable:!0,get:function(){return w.pipe}});var _=hg();Object.defineProperty(e,"noop",{enumerable:!0,get:function(){return _.noop}});var D=$g();Object.defineProperty(e,"identity",{enumerable:!0,get:function(){return D.identity}});var E=Vw();Object.defineProperty(e,"isObservable",{enumerable:!0,get:function(){return E.isObservable}});var x=Jw();Object.defineProperty(e,"lastValueFrom",{enumerable:!0,get:function(){return x.lastValueFrom}});var S=Qw();Object.defineProperty(e,"firstValueFrom",{enumerable:!0,get:function(){return S.firstValueFrom}});var O=r_();Object.defineProperty(e,"ArgumentOutOfRangeError",{enumerable:!0,get:function(){return O.ArgumentOutOfRangeError}});var k=Yw();Object.defineProperty(e,"EmptyError",{enumerable:!0,get:function(){return k.EmptyError}});var C=o_();Object.defineProperty(e,"NotFoundError",{enumerable:!0,get:function(){return C.NotFoundError}});var A=iy();Object.defineProperty(e,"ObjectUnsubscribedError",{enumerable:!0,get:function(){return A.ObjectUnsubscribedError}});var $=u_();Object.defineProperty(e,"SequenceError",{enumerable:!0,get:function(){return $.SequenceError}});var P=p_();Object.defineProperty(e,"TimeoutError",{enumerable:!0,get:function(){return P.TimeoutError}});var j=Jv();Object.defineProperty(e,"UnsubscriptionError",{enumerable:!0,get:function(){return j.UnsubscriptionError}});var F=O_();Object.defineProperty(e,"bindCallback",{enumerable:!0,get:function(){return F.bindCallback}});var T=A_();Object.defineProperty(e,"bindNodeCallback",{enumerable:!0,get:function(){return T.bindNodeCallback}});var R=N_();Object.defineProperty(e,"combineLatest",{enumerable:!0,get:function(){return R.combineLatest}});var I=Q_();Object.defineProperty(e,"concat",{enumerable:!0,get:function(){return I.concat}});var M=oD();Object.defineProperty(e,"connectable",{enumerable:!0,get:function(){return M.connectable}});var N=iD();Object.defineProperty(e,"defer",{enumerable:!0,get:function(){return N.defer}});var L=_b();Object.defineProperty(e,"empty",{enumerable:!0,get:function(){return L.empty}});var B=uD();Object.defineProperty(e,"forkJoin",{enumerable:!0,get:function(){return B.forkJoin}});var z=Rw();Object.defineProperty(e,"from",{enumerable:!0,get:function(){return z.from}});var U=fD();Object.defineProperty(e,"fromEvent",{enumerable:!0,get:function(){return U.fromEvent}});var W=pD();Object.defineProperty(e,"fromEventPattern",{enumerable:!0,get:function(){return W.fromEventPattern}});var V=gD();Object.defineProperty(e,"generate",{enumerable:!0,get:function(){return V.generate}});var q=wD();Object.defineProperty(e,"iif",{enumerable:!0,get:function(){return q.iif}});var H=OD();Object.defineProperty(e,"interval",{enumerable:!0,get:function(){return H.interval}});var G=AD();Object.defineProperty(e,"merge",{enumerable:!0,get:function(){return G.merge}});var K=jD();Object.defineProperty(e,"never",{enumerable:!0,get:function(){return K.never}});var Y=Iw();Object.defineProperty(e,"of",{enumerable:!0,get:function(){return Y.of}});var J=ND();Object.defineProperty(e,"onErrorResumeNext",{enumerable:!0,get:function(){return J.onErrorResumeNext}});var Z=zD();Object.defineProperty(e,"pairs",{enumerable:!0,get:function(){return Z.pairs}});var X=JD();Object.defineProperty(e,"partition",{enumerable:!0,get:function(){return X.partition}});var Q=QD();Object.defineProperty(e,"race",{enumerable:!0,get:function(){return Q.race}});var ee=rE();Object.defineProperty(e,"range",{enumerable:!0,get:function(){return ee.range}});var te=Bw();Object.defineProperty(e,"throwError",{enumerable:!0,get:function(){return te.throwError}});var re=SD();Object.defineProperty(e,"timer",{enumerable:!0,get:function(){return re.timer}});var ne=oE();Object.defineProperty(e,"using",{enumerable:!0,get:function(){return ne.using}});var ie=uE();Object.defineProperty(e,"zip",{enumerable:!0,get:function(){return ie.zip}});var oe=Tw();Object.defineProperty(e,"scheduled",{enumerable:!0,get:function(){return oe.scheduled}});var se=_b();Object.defineProperty(e,"EMPTY",{enumerable:!0,get:function(){return se.EMPTY}});var ae=jD();Object.defineProperty(e,"NEVER",{enumerable:!0,get:function(){return ae.NEVER}}),r(fE(),e);var ue=ig();Object.defineProperty(e,"config",{enumerable:!0,get:function(){return ue.config}});var ce=pE();Object.defineProperty(e,"audit",{enumerable:!0,get:function(){return ce.audit}});var le=gE();Object.defineProperty(e,"auditTime",{enumerable:!0,get:function(){return le.auditTime}});var fe=wE();Object.defineProperty(e,"buffer",{enumerable:!0,get:function(){return fe.buffer}});var de=EE();Object.defineProperty(e,"bufferCount",{enumerable:!0,get:function(){return de.bufferCount}});var he=OE();Object.defineProperty(e,"bufferTime",{enumerable:!0,get:function(){return he.bufferTime}});var pe=AE();Object.defineProperty(e,"bufferToggle",{enumerable:!0,get:function(){return pe.bufferToggle}});var me=jE();Object.defineProperty(e,"bufferWhen",{enumerable:!0,get:function(){return me.bufferWhen}});var ve=RE();Object.defineProperty(e,"catchError",{enumerable:!0,get:function(){return ve.catchError}});var ge=QE();Object.defineProperty(e,"combineAll",{enumerable:!0,get:function(){return ge.combineAll}});var ye=XE();Object.defineProperty(e,"combineLatestAll",{enumerable:!0,get:function(){return ye.combineLatestAll}});var be=ox();Object.defineProperty(e,"combineLatestWith",{enumerable:!0,get:function(){return be.combineLatestWith}});var we=X_();Object.defineProperty(e,"concatAll",{enumerable:!0,get:function(){return we.concatAll}});var _e=ux();Object.defineProperty(e,"concatMap",{enumerable:!0,get:function(){return _e.concatMap}});var De=fx();Object.defineProperty(e,"concatMapTo",{enumerable:!0,get:function(){return De.concatMapTo}});var Ee=gx();Object.defineProperty(e,"concatWith",{enumerable:!0,get:function(){return Ee.concatWith}});var xe=Ex();Object.defineProperty(e,"connect",{enumerable:!0,get:function(){return xe.connect}});var Se=Ox();Object.defineProperty(e,"count",{enumerable:!0,get:function(){return Se.count}});var Oe=Ax();Object.defineProperty(e,"debounce",{enumerable:!0,get:function(){return Oe.debounce}});var ke=jx();Object.defineProperty(e,"debounceTime",{enumerable:!0,get:function(){return ke.debounceTime}});var Ce=Rx();Object.defineProperty(e,"defaultIfEmpty",{enumerable:!0,get:function(){return Ce.defaultIfEmpty}});var Ae=Jx();Object.defineProperty(e,"delay",{enumerable:!0,get:function(){return Ae.delay}});var $e=Yx();Object.defineProperty(e,"delayWhen",{enumerable:!0,get:function(){return $e.delayWhen}});var Pe=Qx();Object.defineProperty(e,"dematerialize",{enumerable:!0,get:function(){return Pe.dematerialize}});var je=rS();Object.defineProperty(e,"distinct",{enumerable:!0,get:function(){return je.distinct}});var Fe=oS();Object.defineProperty(e,"distinctUntilChanged",{enumerable:!0,get:function(){return Fe.distinctUntilChanged}});var Te=uS();Object.defineProperty(e,"distinctUntilKeyChanged",{enumerable:!0,get:function(){return Te.distinctUntilKeyChanged}});var Re=pS();Object.defineProperty(e,"elementAt",{enumerable:!0,get:function(){return Re.elementAt}});var Ie=gS();Object.defineProperty(e,"endWith",{enumerable:!0,get:function(){return Ie.endWith}});var Me=wS();Object.defineProperty(e,"every",{enumerable:!0,get:function(){return Me.every}});var Ne=AS();Object.defineProperty(e,"exhaust",{enumerable:!0,get:function(){return Ne.exhaust}});var Le=CS();Object.defineProperty(e,"exhaustAll",{enumerable:!0,get:function(){return Le.exhaustAll}});var Be=kS();Object.defineProperty(e,"exhaustMap",{enumerable:!0,get:function(){return Be.exhaustMap}});var ze=jS();Object.defineProperty(e,"expand",{enumerable:!0,get:function(){return ze.expand}});var Ue=YD();Object.defineProperty(e,"filter",{enumerable:!0,get:function(){return Ue.filter}});var We=RS();Object.defineProperty(e,"finalize",{enumerable:!0,get:function(){return We.finalize}});var Ve=NS();Object.defineProperty(e,"find",{enumerable:!0,get:function(){return Ve.find}});var qe=zS();Object.defineProperty(e,"findIndex",{enumerable:!0,get:function(){return qe.findIndex}});var He=VS();Object.defineProperty(e,"first",{enumerable:!0,get:function(){return He.first}});var Ge=GS();Object.defineProperty(e,"groupBy",{enumerable:!0,get:function(){return Ge.groupBy}});var Ke=Wx();Object.defineProperty(e,"ignoreElements",{enumerable:!0,get:function(){return Ke.ignoreElements}});var Ye=JS();Object.defineProperty(e,"isEmpty",{enumerable:!0,get:function(){return Ye.isEmpty}});var Je=rO();Object.defineProperty(e,"last",{enumerable:!0,get:function(){return Je.last}});var Ze=E_();Object.defineProperty(e,"map",{enumerable:!0,get:function(){return Ze.map}});var Xe=Kx();Object.defineProperty(e,"mapTo",{enumerable:!0,get:function(){return Xe.mapTo}});var Qe=oO();Object.defineProperty(e,"materialize",{enumerable:!0,get:function(){return Qe.materialize}});var et=uO();Object.defineProperty(e,"max",{enumerable:!0,get:function(){return et.max}});var tt=Z_();Object.defineProperty(e,"mergeAll",{enumerable:!0,get:function(){return tt.mergeAll}});var rt=fO();Object.defineProperty(e,"flatMap",{enumerable:!0,get:function(){return rt.flatMap}});var nt=J_();Object.defineProperty(e,"mergeMap",{enumerable:!0,get:function(){return nt.mergeMap}});var it=pO();Object.defineProperty(e,"mergeMapTo",{enumerable:!0,get:function(){return it.mergeMapTo}});var ot=gO();Object.defineProperty(e,"mergeScan",{enumerable:!0,get:function(){return ot.mergeScan}});var st=EO();Object.defineProperty(e,"mergeWith",{enumerable:!0,get:function(){return st.mergeWith}});var at=OO();Object.defineProperty(e,"min",{enumerable:!0,get:function(){return at.min}});var ut=AO();Object.defineProperty(e,"multicast",{enumerable:!0,get:function(){return ut.multicast}});var ct=lw();Object.defineProperty(e,"observeOn",{enumerable:!0,get:function(){return ct.observeOn}});var lt=jO();Object.defineProperty(e,"onErrorResumeNextWith",{enumerable:!0,get:function(){return lt.onErrorResumeNextWith}});var ft=RO();Object.defineProperty(e,"pairwise",{enumerable:!0,get:function(){return ft.pairwise}});var dt=NO();Object.defineProperty(e,"pluck",{enumerable:!0,get:function(){return dt.pluck}});var ht=zO();Object.defineProperty(e,"publish",{enumerable:!0,get:function(){return ht.publish}});var pt=VO();Object.defineProperty(e,"publishBehavior",{enumerable:!0,get:function(){return pt.publishBehavior}});var mt=GO();Object.defineProperty(e,"publishLast",{enumerable:!0,get:function(){return mt.publishLast}});var vt=JO();Object.defineProperty(e,"publishReplay",{enumerable:!0,get:function(){return vt.publishReplay}});var gt=QO();Object.defineProperty(e,"raceWith",{enumerable:!0,get:function(){return gt.raceWith}});var yt=YE();Object.defineProperty(e,"reduce",{enumerable:!0,get:function(){return yt.reduce}});var bt=rk();Object.defineProperty(e,"repeat",{enumerable:!0,get:function(){return bt.repeat}});var wt=ok();Object.defineProperty(e,"repeatWhen",{enumerable:!0,get:function(){return wt.repeatWhen}});var _t=uk();Object.defineProperty(e,"retry",{enumerable:!0,get:function(){return _t.retry}});var Dt=fk();Object.defineProperty(e,"retryWhen",{enumerable:!0,get:function(){return Dt.retryWhen}});var Et=Wg();Object.defineProperty(e,"refCount",{enumerable:!0,get:function(){return Et.refCount}});var xt=pk();Object.defineProperty(e,"sample",{enumerable:!0,get:function(){return xt.sample}});var St=gk();Object.defineProperty(e,"sampleTime",{enumerable:!0,get:function(){return St.sampleTime}});var Ot=wk();Object.defineProperty(e,"scan",{enumerable:!0,get:function(){return Ot.scan}});var kt=Ek();Object.defineProperty(e,"sequenceEqual",{enumerable:!0,get:function(){return kt.sequenceEqual}});var Ct=Ok();Object.defineProperty(e,"share",{enumerable:!0,get:function(){return Ct.share}});var At=Ak();Object.defineProperty(e,"shareReplay",{enumerable:!0,get:function(){return At.shareReplay}});var $t=jk();Object.defineProperty(e,"single",{enumerable:!0,get:function(){return $t.single}});var Pt=Rk();Object.defineProperty(e,"skip",{enumerable:!0,get:function(){return Pt.skip}});var jt=Nk();Object.defineProperty(e,"skipLast",{enumerable:!0,get:function(){return jt.skipLast}});var Ft=zk();Object.defineProperty(e,"skipUntil",{enumerable:!0,get:function(){return Ft.skipUntil}});var Tt=Vk();Object.defineProperty(e,"skipWhile",{enumerable:!0,get:function(){return Tt.skipWhile}});var Rt=Gk();Object.defineProperty(e,"startWith",{enumerable:!0,get:function(){return Rt.startWith}});var It=pw();Object.defineProperty(e,"subscribeOn",{enumerable:!0,get:function(){return It.subscribeOn}});var Mt=Qk();Object.defineProperty(e,"switchAll",{enumerable:!0,get:function(){return Mt.switchAll}});var Nt=Xk();Object.defineProperty(e,"switchMap",{enumerable:!0,get:function(){return Nt.switchMap}});var Lt=rC();Object.defineProperty(e,"switchMapTo",{enumerable:!0,get:function(){return Lt.switchMapTo}});var Bt=oC();Object.defineProperty(e,"switchScan",{enumerable:!0,get:function(){return Bt.switchScan}});var zt=Bx();Object.defineProperty(e,"take",{enumerable:!0,get:function(){return zt.take}});var Ut=tO();Object.defineProperty(e,"takeLast",{enumerable:!0,get:function(){return Ut.takeLast}});var Wt=uC();Object.defineProperty(e,"takeUntil",{enumerable:!0,get:function(){return Wt.takeUntil}});var Vt=fC();Object.defineProperty(e,"takeWhile",{enumerable:!0,get:function(){return Vt.takeWhile}});var qt=pC();Object.defineProperty(e,"tap",{enumerable:!0,get:function(){return qt.tap}});var Ht=gC();Object.defineProperty(e,"throttle",{enumerable:!0,get:function(){return Ht.throttle}});var Gt=wC();Object.defineProperty(e,"throttleTime",{enumerable:!0,get:function(){return Gt.throttleTime}});var Kt=hS();Object.defineProperty(e,"throwIfEmpty",{enumerable:!0,get:function(){return Kt.throwIfEmpty}});var Yt=EC();Object.defineProperty(e,"timeInterval",{enumerable:!0,get:function(){return Yt.timeInterval}});var Jt=p_();Object.defineProperty(e,"timeout",{enumerable:!0,get:function(){return Jt.timeout}});var Zt=OC();Object.defineProperty(e,"timeoutWith",{enumerable:!0,get:function(){return Zt.timeoutWith}});var Xt=AC();Object.defineProperty(e,"timestamp",{enumerable:!0,get:function(){return Xt.timestamp}});var Qt=JE();Object.defineProperty(e,"toArray",{enumerable:!0,get:function(){return Qt.toArray}});var er=jC();Object.defineProperty(e,"window",{enumerable:!0,get:function(){return er.window}});var tr=RC();Object.defineProperty(e,"windowCount",{enumerable:!0,get:function(){return tr.windowCount}});var rr=NC();Object.defineProperty(e,"windowTime",{enumerable:!0,get:function(){return rr.windowTime}});var nr=zC();Object.defineProperty(e,"windowToggle",{enumerable:!0,get:function(){return nr.windowToggle}});var ir=VC();Object.defineProperty(e,"windowWhen",{enumerable:!0,get:function(){return ir.windowWhen}});var or=GC();Object.defineProperty(e,"withLatestFrom",{enumerable:!0,get:function(){return or.withLatestFrom}});var sr=JC();Object.defineProperty(e,"zipAll",{enumerable:!0,get:function(){return sr.zipAll}});var ar=nA();Object.defineProperty(e,"zipWith",{enumerable:!0,get:function(){return ar.zipWith}})}(Lv)),Lv}var oA,sA=iA(),aA={exports:{}};var uA=function(){if(oA)return aA.exports;function e(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}oA=1;var t=aA.exports=function(t,r,n="async"){return"string"==typeof r&&(n=r,r=void 0),r=r||function(){},function(){var i=arguments,o=this,s=new Promise((function(r,s){var a=!1;const u=function(e){a&&console.warn("Run-async promise already resolved."),a=!0,r(e)};var c=!1;const l=function(e){c&&console.warn("Run-async promise already rejected."),c=!0,s(e)};var f,d=!1,h=!1,p=!1,m=function(){return p?(console.warn("Run-async async() called outside a valid run-async context, callback will be ignored."),function(){}):(h&&console.warn("Run-async wrapped function (async) returned a promise.\nCalls to async() callback can have unexpected results."),d=!0,function(e,t){e?l(e):u(t)})};f=o&&n&&Proxy?new Proxy(o,{get(e,t){return t===n?(t in e&&console.warn(`${n} property is been shadowed by run-sync`),m):Reflect.get(...arguments)}}):{[n]:m};var v=t.apply(f,Array.prototype.slice.call(i));d?e(v)&&console.warn("Run-async wrapped function (sync) returned a promise but async() callback must be executed to resolve."):e(v)?(h=!0,v.then(u,l)):u(v),p=!0}));return s.then(r.bind(null,null),r),s}};return t.cb=function(e,r){return t((function(){var t=Array.prototype.slice.call(arguments);return t.length===e.length-1&&t.push(this.async()),e.apply(this,t)}),r)},aA.exports}(),cA=Se(uA);const lA=(e,t="",r)=>{let n=e;t.split(".").forEach(((e,t,i)=>{"__proto__"!==e&&"constructor"!==e&&(t===i.length-1?n[e]=r:e in n&&"object"==typeof n[e]||(n[e]={}),n=n[e])}))},fA=(e,t="",r)=>{const n=r=>String.prototype.split.call(t,r).filter(Boolean).reduce(((e,t)=>null==e?e:e[t]),e),i=n(/[,[\]]+?/)||n(/[,.[\]]+?/);return void 0===i||i===e?r:i};async function dA(e,t,r){const n=e[t];return"function"==typeof n?cA(n)(r):n}class hA extends Error{name="TTYError";isTtyError=!0}class pA{prompts;answers={};process=sA.EMPTY;abortController=new AbortController;opt;constructor(e,t={}){this.opt=t,this.prompts=e}async run(e,t){let r;return this.abortController=new AbortController,this.answers="object"==typeof t?{...t}:{},r=function(e){return Array.isArray(e)}(e)?sA.from(e):sA.isObservable(e)?e:function(e){return Object.values(e).every((e=>"object"==typeof e&&!Array.isArray(e)&&null!=e))}(e)?sA.from(Object.entries(e).map((([e,t])=>Object.assign({},t,{name:e})))):sA.from([e]),this.process=r.pipe(sA.concatMap((e=>sA.of(e).pipe(sA.concatMap((e=>sA.from(this.shouldRun(e).then((t=>{if(t)return e}))).pipe(sA.filter((e=>null!=e))))),sA.concatMap((e=>sA.defer((()=>sA.from(this.fetchAnswer(e)))))))))),sA.lastValueFrom(this.process.pipe(sA.reduce(((e,t)=>(lA(e,t.name,t.answer),e)),this.answers))).then((()=>this.answers)).finally((()=>this.close()))}prepareQuestion=async e=>{const[t,r,n]=await Promise.all([dA(e,"message",this.answers),dA(e,"default",this.answers),dA(e,"choices",this.answers)]);let i;return Array.isArray(n)&&(i=n.map((e=>{const t="object"!=typeof e||null==e?{name:e,value:e}:{...e,value:"value"in e?e.value:"name"in e?e.name:void 0};return"value"in t&&Array.isArray(r)?{checked:r.includes(t.value),...t}:t}))),Object.assign({},e,{message:t,default:r,choices:i,type:e.type in this.prompts?e.type:"input"})};fetchAnswer=async e=>{const t=await this.prepareQuestion(e),r=this.prompts[t.type];if(null==r)throw new Error(`Prompt for type ${t.type} not found`);let n;const i=function(e){return Boolean(e.prototype&&"run"in e.prototype&&"function"==typeof e.prototype.run)}(r)?(e,t)=>new Promise(((i,o)=>{const{signal:s}=t;if(s.aborted)return void o(new Xd({cause:s.reason}));const a=fe.createInterface(function(e){e.skipTTYChecks=void 0===e.skipTTYChecks||e.skipTTYChecks;const t=e.input||process.stdin;if(!e.skipTTYChecks&&!t.isTTY)throw new hA("Prompts can not be meaningfully rendered in non-TTY environments");const r=new vp;r.pipe(e.output||process.stdout);const n=r;return{terminal:!0,...e,input:t,output:n}}(t)),u=()=>{this.close(),process.kill(process.pid,"SIGINT"),console.log("")};process.on("exit",u),a.on("SIGINT",u);const c=new r(e,a,this.answers),l=()=>{process.removeListener("exit",u),a.removeListener("SIGINT",u),a.setPrompt(""),a.output.unmute(),a.output.write(Fp.cursorShow),a.output.end(),a.close(),n?.()},f=()=>{o(new Xd({cause:s.reason})),l()};s.addEventListener("abort",f),n=()=>{s.removeEventListener("abort",f),n=void 0},c.run().then(i,o).finally(l)})):r;let o;const{signal:s}=this.opt;if(s?.aborted)this.abortController.abort(s.reason);else if(s){const e=()=>this.abortController.abort(s.reason);s.addEventListener("abort",e),o=()=>{s.removeEventListener("abort",e)}}const{filter:a=(e=>e)}=t,{signal:u}=this.abortController;return i(t,{...this.opt,signal:u}).then((e=>({name:t.name,answer:a(e,this.answers)}))).finally((()=>{n?.(),o?.()}))};close=()=>{this.abortController.abort()};shouldRun=async e=>{if(!0!==e.askAnswered&&void 0!==fA(this.answers,e.name))return!1;const{when:t}=e;if("function"==typeof t){const e=await cA(t)(this.answers);return Boolean(e)}return!1!==t}}const mA={input:Ev,select:Nv,list:Nv,number:Sv,confirm:_v,rawlist:$v,expand:kv,checkbox:Kp,password:Pv,editor:yv,search:Tv};function vA(e){function t(r,n){const i=new pA(t.prompts,e),o=i.run(r,n);return Object.assign(o,{ui:i})}return t.prompts={...mA},t.registerPrompt=function(e,r){return t.prompts[e]=r,this},t.restoreDefaultPrompts=function(){t.prompts={...mA}},t}const gA=vA();const yA={prompt:gA,ui:{Prompt:pA},createPromptModule:vA,registerPrompt:function(e,t){gA.registerPrompt(e,t)},restoreDefaultPrompts:function(){gA.restoreDefaultPrompts()},Separator:Lp};var bA,wA={},_A={};function DA(){return bA||(bA=1,function(e){var t=/[|\\{}()[\]^$+*?.]/g,r=Object.prototype.hasOwnProperty,n=function(e,t){return r.apply(e,[t])};e.escapeRegExpChars=function(e){return e?String(e).replace(t,"\\$&"):""};var i={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&#34;","'":"&#39;"},o=/[&<>'"]/g;function s(e){return i[e]||e}function a(){return Function.prototype.toString.call(this)+';\nvar _ENCODE_HTML_RULES = {\n      "&": "&amp;"\n    , "<": "&lt;"\n    , ">": "&gt;"\n    , \'"\': "&#34;"\n    , "\'": "&#39;"\n    }\n  , _MATCH_HTML = /[&<>\'"]/g;\nfunction encode_char(c) {\n  return _ENCODE_HTML_RULES[c] || c;\n};\n'}e.escapeXML=function(e){return null==e?"":String(e).replace(o,s)};try{"function"==typeof Object.defineProperty?Object.defineProperty(e.escapeXML,"toString",{value:a}):e.escapeXML.toString=a}catch(e){console.warn("Unable to set escapeXML.toString (is the Function prototype frozen?)")}e.shallowCopy=function(e,t){if(t=t||{},null!=e)for(var r in t)n(t,r)&&"__proto__"!==r&&"constructor"!==r&&(e[r]=t[r]);return e},e.shallowCopyFromList=function(e,t,r){if(r=r||[],t=t||{},null!=e)for(var i=0;i<r.length;i++){var o=r[i];if(void 0!==t[o]){if(!n(t,o))continue;if("__proto__"===o||"constructor"===o)continue;e[o]=t[o]}}return e},e.cache={_data:{},set:function(e,t){this._data[e]=t},get:function(e){return this._data[e]},remove:function(e){delete this._data[e]},reset:function(){this._data={}}},e.hyphenToCamel=function(e){return e.replace(/-[a-z]/g,(function(e){return e[1].toUpperCase()}))},e.createNullProtoObjWherePossible="function"==typeof Object.create?function(){return Object.create(null)}:{__proto__:null}instanceof Object?function(){return{}}:function(){return{__proto__:null}},e.hasOwnOnlyObject=function(t){var r=e.createNullProtoObjWherePossible();for(var i in t)n(t,i)&&(r[i]=t[i]);return r}}(_A)),_A}var EA,xA="3.1.10";var SA,OA,kA=(EA||(EA=1,function(e){var t=j,r=Y,n=DA(),i=!1,o=xA,s="locals",a=["delimiter","scope","context","debug","compileDebug","client","_with","rmWhitespace","strict","filename","async"],u=a.concat("cache"),c=/^\uFEFF/,l=/^[a-zA-Z_$][0-9a-zA-Z_$]*$/;function f(r,n){var i;if(n.some((function(n){return i=e.resolveInclude(r,n,!0),t.existsSync(i)})))return i}function d(t,r){var n,i=t.filename,o=arguments.length>1;if(t.cache){if(!i)throw new Error("cache option requires a filename");if(n=e.cache.get(i))return n;o||(r=h(i).toString().replace(c,""))}else if(!o){if(!i)throw new Error("Internal EJS error: no file name or template provided");r=h(i).toString().replace(c,"")}return n=e.compile(r,t),t.cache&&e.cache.set(i,n),n}function h(t){return e.fileLoader(t)}function p(r,i){var o=n.shallowCopy(n.createNullProtoObjWherePossible(),i);if(o.filename=function(r,n){var i,o,s=n.views,a=/^[A-Za-z]+:\\|^\//.exec(r);if(a&&a.length)r=r.replace(/^\/*/,""),i=Array.isArray(n.root)?f(r,n.root):e.resolveInclude(r,n.root||"/",!0);else if(n.filename&&(o=e.resolveInclude(r,n.filename),t.existsSync(o)&&(i=o)),!i&&Array.isArray(s)&&(i=f(r,s)),!i&&"function"!=typeof n.includer)throw new Error('Could not find the include file "'+n.escapeFunction(r)+'"');return i}(r,o),"function"==typeof i.includer){var s=i.includer(r,o.filename);if(s&&(s.filename&&(o.filename=s.filename),s.template))return d(o,s.template)}return d(o)}function m(e,t,r,n,i){var o=t.split("\n"),s=Math.max(n-3,0),a=Math.min(o.length,n+3),u=i(r),c=o.slice(s,a).map((function(e,t){var r=t+s+1;return(r==n?" >> ":"    ")+r+"| "+e})).join("\n");throw e.path=u,e.message=(u||"ejs")+":"+n+"\n"+c+"\n\n"+e.message,e}function v(e){return e.replace(/;(\s*$)/,"$1")}function g(t,r){var i=n.hasOwnOnlyObject(r),o=n.createNullProtoObjWherePossible();this.templateText=t,this.mode=null,this.truncate=!1,this.currentLine=1,this.source="",o.client=i.client||!1,o.escapeFunction=i.escape||i.escapeFunction||n.escapeXML,o.compileDebug=!1!==i.compileDebug,o.debug=!!i.debug,o.filename=i.filename,o.openDelimiter=i.openDelimiter||e.openDelimiter||"<",o.closeDelimiter=i.closeDelimiter||e.closeDelimiter||">",o.delimiter=i.delimiter||e.delimiter||"%",o.strict=i.strict||!1,o.context=i.context,o.cache=i.cache||!1,o.rmWhitespace=i.rmWhitespace,o.root=i.root,o.includer=i.includer,o.outputFunctionName=i.outputFunctionName,o.localsName=i.localsName||e.localsName||s,o.views=i.views,o.async=i.async,o.destructuredLocals=i.destructuredLocals,o.legacyInclude=void 0===i.legacyInclude||!!i.legacyInclude,o.strict?o._with=!1:o._with=void 0===i._with||i._with,this.opts=o,this.regex=this.createRegex()}e.cache=n.cache,e.fileLoader=t.readFileSync,e.localsName=s,e.promiseImpl=new Function("return this;")().Promise,e.resolveInclude=function(e,t,n){var i=r.dirname,o=r.extname,s=(0,r.resolve)(n?t:i(t),e);return o(e)||(s+=".ejs"),s},e.compile=function(e,t){return t&&t.scope&&(i||(console.warn("`scope` option is deprecated and will be removed in EJS 3"),i=!0),t.context||(t.context=t.scope),delete t.scope),new g(e,t).compile()},e.render=function(e,t,r){var i=t||n.createNullProtoObjWherePossible(),o=r||n.createNullProtoObjWherePossible();return 2==arguments.length&&n.shallowCopyFromList(o,i,a),d(o,e)(i)},e.renderFile=function(){var t,r,i,o=Array.prototype.slice.call(arguments),s=o.shift(),a={filename:s};return"function"==typeof arguments[arguments.length-1]&&(t=o.pop()),o.length?(r=o.shift(),o.length?n.shallowCopy(a,o.pop()):(r.settings&&(r.settings.views&&(a.views=r.settings.views),r.settings["view cache"]&&(a.cache=!0),(i=r.settings["view options"])&&n.shallowCopy(a,i)),n.shallowCopyFromList(a,r,u)),a.filename=s):r=n.createNullProtoObjWherePossible(),function(t,r,n){var i;if(!n){if("function"==typeof e.promiseImpl)return new e.promiseImpl((function(e,n){try{e(i=d(t)(r))}catch(e){n(e)}}));throw new Error("Please provide a callback function")}try{i=d(t)(r)}catch(e){return n(e)}n(null,i)}(a,r,t)},e.Template=g,e.clearCache=function(){e.cache.reset()},g.modes={EVAL:"eval",ESCAPED:"escaped",RAW:"raw",COMMENT:"comment",LITERAL:"literal"},g.prototype={createRegex:function(){var e="(<%%|%%>|<%=|<%-|<%_|<%#|<%|%>|-%>|_%>)",t=n.escapeRegExpChars(this.opts.delimiter),r=n.escapeRegExpChars(this.opts.openDelimiter),i=n.escapeRegExpChars(this.opts.closeDelimiter);return e=e.replace(/%/g,t).replace(/</g,r).replace(/>/g,i),new RegExp(e)},compile:function(){var e,t,i,o=this.opts,s="",a="",u=o.escapeFunction,c=o.filename?JSON.stringify(o.filename):"undefined";if(!this.source){if(this.generateSource(),s+='  var __output = "";\n  function __append(s) { if (s !== undefined && s !== null) __output += s }\n',o.outputFunctionName){if(!l.test(o.outputFunctionName))throw new Error("outputFunctionName is not a valid JS identifier.");s+="  var "+o.outputFunctionName+" = __append;\n"}if(o.localsName&&!l.test(o.localsName))throw new Error("localsName is not a valid JS identifier.");if(o.destructuredLocals&&o.destructuredLocals.length){for(var f="  var __locals = ("+o.localsName+" || {}),\n",d=0;d<o.destructuredLocals.length;d++){var h=o.destructuredLocals[d];if(!l.test(h))throw new Error("destructuredLocals["+d+"] is not a valid JS identifier.");d>0&&(f+=",\n  "),f+=h+" = __locals."+h}s+=f+";\n"}!1!==o._with&&(s+="  with ("+o.localsName+" || {}) {\n",a+="  }\n"),a+="  return __output;\n",this.source=s+this.source+a}e=o.compileDebug?"var __line = 1\n  , __lines = "+JSON.stringify(this.templateText)+"\n  , __filename = "+c+";\ntry {\n"+this.source+"} catch (e) {\n  rethrow(e, __lines, __filename, __line, escapeFn);\n}\n":this.source,o.client&&(e="escapeFn = escapeFn || "+u.toString()+";\n"+e,o.compileDebug&&(e="rethrow = rethrow || "+m.toString()+";\n"+e)),o.strict&&(e='"use strict";\n'+e),o.debug&&console.log(e),o.compileDebug&&o.filename&&(e=e+"\n//# sourceURL="+c+"\n");try{if(o.async)try{i=new Function("return (async function(){}).constructor;")()}catch(e){throw e instanceof SyntaxError?new Error("This environment does not support async/await"):e}else i=Function;t=new i(o.localsName+", escapeFn, include, rethrow",e)}catch(e){throw e instanceof SyntaxError&&(o.filename&&(e.message+=" in "+o.filename),e.message+=" while compiling ejs\n\n",e.message+="If the above error is not helpful, you may want to try EJS-Lint:\n",e.message+="https://github.com/RyanZim/EJS-Lint",o.async||(e.message+="\n",e.message+="Or, if you meant to create an async function, pass `async: true` as an option.")),e}var v=o.client?t:function(e){return t.apply(o.context,[e||n.createNullProtoObjWherePossible(),u,function(t,r){var i=n.shallowCopy(n.createNullProtoObjWherePossible(),e);return r&&(i=n.shallowCopy(i,r)),p(t,o)(i)},m])};if(o.filename&&"function"==typeof Object.defineProperty){var g=o.filename,y=r.basename(g,r.extname(g));try{Object.defineProperty(v,"name",{value:y,writable:!1,enumerable:!1,configurable:!0})}catch(e){}}return v},generateSource:function(){this.opts.rmWhitespace&&(this.templateText=this.templateText.replace(/[\r\n]+/g,"\n").replace(/^\s+|\s+$/gm,"")),this.templateText=this.templateText.replace(/[ \t]*<%_/gm,"<%_").replace(/_%>[ \t]*/gm,"_%>");var e=this,t=this.parseTemplateText(),r=this.opts.delimiter,n=this.opts.openDelimiter,i=this.opts.closeDelimiter;t&&t.length&&t.forEach((function(o,s){var a;if(0===o.indexOf(n+r)&&0!==o.indexOf(n+r+r)&&(a=t[s+2])!=r+i&&a!="-"+r+i&&a!="_"+r+i)throw new Error('Could not find matching close tag for "'+o+'".');e.scanLine(o)}))},parseTemplateText:function(){for(var e,t=this.templateText,r=this.regex,n=r.exec(t),i=[];n;)0!==(e=n.index)&&(i.push(t.substring(0,e)),t=t.slice(e)),i.push(n[0]),t=t.slice(n[0].length),n=r.exec(t);return t&&i.push(t),i},_addOutput:function(e){if(this.truncate&&(e=e.replace(/^(?:\r\n|\r|\n)/,""),this.truncate=!1),!e)return e;e=(e=(e=(e=e.replace(/\\/g,"\\\\")).replace(/\n/g,"\\n")).replace(/\r/g,"\\r")).replace(/"/g,'\\"'),this.source+='    ; __append("'+e+'")\n'},scanLine:function(e){var t,r=this.opts.delimiter,n=this.opts.openDelimiter,i=this.opts.closeDelimiter;switch(t=e.split("\n").length-1,e){case n+r:case n+r+"_":this.mode=g.modes.EVAL;break;case n+r+"=":this.mode=g.modes.ESCAPED;break;case n+r+"-":this.mode=g.modes.RAW;break;case n+r+"#":this.mode=g.modes.COMMENT;break;case n+r+r:this.mode=g.modes.LITERAL,this.source+='    ; __append("'+e.replace(n+r+r,n+r)+'")\n';break;case r+r+i:this.mode=g.modes.LITERAL,this.source+='    ; __append("'+e.replace(r+r+i,r+i)+'")\n';break;case r+i:case"-"+r+i:case"_"+r+i:this.mode==g.modes.LITERAL&&this._addOutput(e),this.mode=null,this.truncate=0===e.indexOf("-")||0===e.indexOf("_");break;default:if(this.mode){switch(this.mode){case g.modes.EVAL:case g.modes.ESCAPED:case g.modes.RAW:e.lastIndexOf("//")>e.lastIndexOf("\n")&&(e+="\n")}switch(this.mode){case g.modes.EVAL:this.source+="    ; "+e+"\n";break;case g.modes.ESCAPED:this.source+="    ; __append(escapeFn("+v(e)+"))\n";break;case g.modes.RAW:this.source+="    ; __append("+v(e)+")\n";break;case g.modes.COMMENT:break;case g.modes.LITERAL:this._addOutput(e)}}else this._addOutput(e)}this.opts.compileDebug&&t&&(this.currentLine+=t,this.source+="    ; __line = "+this.currentLine+"\n")}},e.escapeXML=n.escapeXML,e.__express=e.renderFile,e.VERSION=o,e.name="ejs","undefined"!=typeof window&&(window.ejs=e)}(wA)),wA),CA=Se(kA);class AA{options;constructor(e){this.options=e}async copy(e,t){const r={source:X(this.options.source,e),dest:X(this.options.dest,t||e)};d.lstatSync(r.source).isDirectory()?this.copyDir(r):this.copyFile(r)}copyDir({source:e,dest:t}){const r=[];d.cpSync(e,t,{filter:(e,t)=>!d.lstatSync(e).isFile()||".ejs"!==Q(e)||(r.push({source:e,dest:t,data:this.options.data}),!1),recursive:!0}),r.forEach((e=>this.copyFile(e)))}copyFile({source:e,dest:t}){d.mkdirSync(Z(t),{recursive:!0}),".ejs"===Q(e)?CA.renderFile(e,this.options.data,((e,r)=>{const n=".ejs"===Q(t)?t.substring(0,t.length-4):t;d.writeFileSync(n,r)})):d.copyFileSync(e,t)}}function $A(e,t){return t?.detached?function(e,t){const n=jA(t,"ignore"),i=r.spawn(e,n);return i.unref(),Promise.resolve(0)}(e,t):new Promise(((n,i)=>{const o=jA(t||{},"pipe"),s=r.spawn(e,o),a=async function(e){return new Promise((t=>{let r=[];e.stderr.on("data",(e=>r=r.concat(e))),e.stderr.once("close",(()=>t(Buffer.concat(r).toString())))}))}(s);s.on("exit",(e=>{e>0?a.then((t=>{console.log(t),i(e)})):n(0)}))}))}function PA(e){return"win32"===C()?$A(`start ${e}`):$A(`open ${e} -g`)}function jA(e,t){return{shell:!0,windowsHide:!0,...e,stdio:["ignore","ignore",t]}}function FA(){if(OA)return SA;OA=1;const e=be,t={exec(t,r){e.exec(t,{maxBuffer:2097152,windowsHide:!0},r)},spawn:(t,r,n)=>e.spawn(t,r,n),stripLine(e,t){let r=0;for(;t-- >0;){const t=e.indexOf("\n",r);t>=0&&(r=t+1)}return r>0?e.substring(r):e},split(e,t){const r=e.trim().split(/\s+/);return r.length>t&&(r[t-1]=r.slice(t-1).join(" ")),r},extractColumns(e,r,n){const i=e.split(/(\r\n|\n|\r)/),o=[];return n||(n=Math.max.apply(null,r)+1),i.forEach((e=>{const i=t.split(e,n),s=[];r.forEach((e=>{s.push(i[e]||"")})),o.push(s)})),o},parseTable(e){const t=e.split(/(\r\n\r\n|\r\n\n|\n\r\n|\n\n)/).filter((e=>e&&e.trim().length>0)).map((e=>e.split(/(\r\n|\n|\r)/).filter((e=>e.trim().length>0))));return t.forEach((e=>{for(let t=0;e[t];){const r=e[t];r.startsWith(" ")?(e[t-1]+=r.trimLeft(),e.splice(t,1)):t+=1}})),t.map((e=>{const t={};return e.forEach((e=>{const r=e.indexOf(":"),n=e.slice(0,r).trim();t[n]=e.slice(r+1).trim()})),t}))}};return SA=t}var TA,RA,IA,MA,NA,LA,BA,zA,UA,WA,VA,qA={exports:{}},HA=qA.exports;function GA(){return TA||(TA=1,function(e){var t,r;t=HA,r=function(){var e=function(){},t="undefined",r=typeof window!==t&&typeof window.navigator!==t&&/Trident\/|MSIE /.test(window.navigator.userAgent),n=["trace","debug","info","warn","error"],i={},o=null;function s(e,t){var r=e[t];if("function"==typeof r.bind)return r.bind(e);try{return Function.prototype.bind.call(r,e)}catch(t){return function(){return Function.prototype.apply.apply(r,[e,arguments])}}}function a(){console.log&&(console.log.apply?console.log.apply(console,arguments):Function.prototype.apply.apply(console.log,[console,arguments])),console.trace&&console.trace()}function u(){for(var r=this.getLevel(),i=0;i<n.length;i++){var o=n[i];this[o]=i<r?e:this.methodFactory(o,r,this.name)}if(this.log=this.debug,typeof console===t&&r<this.levels.SILENT)return"No console available for logging"}function c(e){return function(){typeof console!==t&&(u.call(this),this[e].apply(this,arguments))}}function l(n,i,o){return function(n){return"debug"===n&&(n="log"),typeof console!==t&&("trace"===n&&r?a:void 0!==console[n]?s(console,n):void 0!==console.log?s(console,"log"):e)}(n)||c.apply(this,arguments)}function f(e,r){var s,a,c,f=this,d="loglevel";function h(){var e;if(typeof window!==t&&d){try{e=window.localStorage[d]}catch(e){}if(typeof e===t)try{var r=window.document.cookie,n=encodeURIComponent(d),i=r.indexOf(n+"=");-1!==i&&(e=/^([^;]+)/.exec(r.slice(i+n.length+1))[1])}catch(e){}return void 0===f.levels[e]&&(e=void 0),e}}function p(e){var t=e;if("string"==typeof t&&void 0!==f.levels[t.toUpperCase()]&&(t=f.levels[t.toUpperCase()]),"number"==typeof t&&t>=0&&t<=f.levels.SILENT)return t;throw new TypeError("log.setLevel() called with invalid level: "+e)}"string"==typeof e?d+=":"+e:"symbol"==typeof e&&(d=void 0),f.name=e,f.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},f.methodFactory=r||l,f.getLevel=function(){return null!=c?c:null!=a?a:s},f.setLevel=function(e,r){return c=p(e),!1!==r&&function(e){var r=(n[e]||"silent").toUpperCase();if(typeof window!==t&&d){try{return void(window.localStorage[d]=r)}catch(e){}try{window.document.cookie=encodeURIComponent(d)+"="+r+";"}catch(e){}}}(c),u.call(f)},f.setDefaultLevel=function(e){a=p(e),h()||f.setLevel(e,!1)},f.resetLevel=function(){c=null,function(){if(typeof window!==t&&d){try{window.localStorage.removeItem(d)}catch(e){}try{window.document.cookie=encodeURIComponent(d)+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC"}catch(e){}}}(),u.call(f)},f.enableAll=function(e){f.setLevel(f.levels.TRACE,e)},f.disableAll=function(e){f.setLevel(f.levels.SILENT,e)},f.rebuild=function(){if(o!==f&&(s=p(o.getLevel())),u.call(f),o===f)for(var e in i)i[e].rebuild()},s=p(o?o.getLevel():"WARN");var m=h();null!=m&&(c=p(m)),u.call(f)}(o=new f).getLogger=function(e){if("symbol"!=typeof e&&"string"!=typeof e||""===e)throw new TypeError("You must supply a name when creating a logger.");var t=i[e];return t||(t=i[e]=new f(e,o.methodFactory)),t};var d=typeof window!==t?window.log:void 0;return o.noConflict=function(){return typeof window!==t&&window.log===o&&(window.log=d),o},o.getLoggers=function(){return i},o.default=o,o},e.exports?e.exports=r():t.log=r()}(qA)),qA.exports}function KA(){if(IA)return RA;IA=1;const e=GA();return RA=e}function YA(){if(NA)return MA;NA=1;const e=De,t=j,r=FA(),n=KA(),i={darwin:e=>new Promise(((t,n)=>{r.exec("netstat -anv -p TCP && netstat -anv -p UDP",(function(i,o,s){if(i)n(i);else{if(i=s.toString().trim())return void n(i);const a=r.stripLine(o.toString(),2),u=r.extractColumns(a,[0,3,8],10).filter((e=>!!String(e[0]).match(/^(udp|tcp)/))).find((t=>{const r=String(t[1]).match(/\.(\d+)$/);return!(!r||r[1]!==String(e))}));u&&u[2].length?t(parseInt(u[2],10)):n(new Error(`pid of port (${e}) not found`))}}))})),freebsd:"darwin",sunos:"darwin",linux:e=>new Promise(((t,i)=>{r.exec("netstat -tunlp",(function(o,s,a){if(o)i(o);else{const o=a.toString().trim();o&&n.warn(o);const u=r.stripLine(s.toString(),2),c=r.extractColumns(u,[3,6],7).find((t=>{const r=String(t[0]).match(/:(\d+)$/);return!(!r||r[1]!==String(e))}));if(c&&c[1]){const r=c[1].split("/",1)[0];r.length?t(parseInt(r,10)):i(new Error(`pid of port (${e}) not found`))}else i(new Error(`pid of port (${e}) not found`))}}))})),win32:e=>new Promise(((t,n)=>{r.exec("netstat -ano",(function(i,o,s){if(i)n(i);else{if(i=s.toString().trim())return void n(i);const a=r.stripLine(o.toString(),4),u=r.extractColumns(a,[1,4],5).find((t=>{const r=String(t[0]).match(/:(\d+)$/);return!(!r||r[1]!==String(e))}));u&&u[1].length&&parseInt(u[1],10)>0?t(parseInt(u[1],10)):n(new Error(`pid of port (${e}) not found`))}}))})),android:n=>new Promise(((i,o)=>{const s=e.tmpdir()+"/.find-process",a=s+"/"+process.pid,u='netstat -tunp >> "'+a+'"';(e=>new Promise(((r,n)=>{t.existsSync(e)?r():t.mkdir(e,(e=>{e?n(e):r()}))})))(s).then((()=>{r.exec(u,(()=>{t.readFile(a,"utf8",((e,s)=>{if(t.unlink(a,(()=>{})),e)o(e);else{s=r.stripLine(s,2);const e=r.extractColumns(s,[3,6],7).find((e=>{const t=String(e[0]).match(/:(\d+)$/);return!(!t||t[1]!==String(n))}));if(e&&e[1]){const t=e[1].split("/",1)[0];t.length?i(parseInt(t,10)):o(new Error(`pid of port (${n}) not found`))}else o(new Error(`pid of port (${n}) not found`))}}))}))}))}))};return MA=function(e){const t=process.platform;return new Promise(((r,n)=>{if(!(t in i))return n(new Error(`platform ${t} is unsupported`));let o=i[t];"string"==typeof o&&(o=i[o]),o(e).then(r,n)}))},MA}function JA(){if(UA)return zA;UA=1;const e=YA(),t=function(){if(BA)return LA;BA=1;const e=Y,t=FA();function r(e,t){return!t||!(!e||!e.match)&&e.match(t)}function n(t){const r=t.split(e.sep),n=r[r.length-1];n&&(r[r.length-1]=n.split(" ")[0]);const i=[];for(const e of r){const t=e.indexOf(" -");if(t>=0){i.push(e.substring(0,t).trim());break}if(e.endsWith(" ")){i.push(e.trim());break}i.push(e)}return i.join(e.sep)}function i(t){if("darwin"===process.platform){const r=t.indexOf(".app/");if(r>=0)return e.basename(t.substring(0,r))}return e.basename(t)}const o={darwin:e=>new Promise(((o,s)=>{let a;a="pid"in e?`ps -p ${e.pid} -ww -o pid,ppid,uid,gid,args`:"ps ax -ww -o pid,ppid,uid,gid,args",t.exec(a,(function(a,u,c){if(a)"pid"in e?o([]):s(a);else{if(a=c.toString().trim())return void s(a);const l=t.stripLine(u.toString(),1);let f=t.extractColumns(l,[0,1,2,3,4],5).filter((t=>t[0]&&e.pid?t[0]===String(e.pid):t[4]&&e.name?r(t[4],e.name):!!t[0])).map((e=>{const t=n(String(e[4]));return{pid:parseInt(e[0],10),ppid:parseInt(e[1],10),uid:parseInt(e[2],10),gid:parseInt(e[3],10),name:i(t),bin:t,cmd:e[4]}}));e.config.strict&&e.name&&(f=f.filter((t=>t.name===e.name))),o(f)}}))})),linux:"darwin",sunos:"darwin",freebsd:"darwin",win32:e=>new Promise(((n,i)=>{const o="[Console]::OutputEncoding = [System.Text.Encoding]::UTF8; Get-CimInstance -className win32_process | select Name,ProcessId,ParentProcessId,CommandLine,ExecutablePath",s=[],a=t.spawn("powershell.exe",["/c",o],{detached:!1,windowsHide:!0});a.stdout.on("data",(e=>{s.push(e.toString())})),a.on("error",(e=>{i(new Error("Command '"+o+"' failed with reason: "+e.toString()))})),a.on("close",(a=>{if(0!==a)return i(new Error("Command '"+o+"' terminated with code: "+a));const u=t.parseTable(s.join("")).filter((t=>{if("pid"in e)return t.ProcessId===String(e.pid);if(e.name){const n=t.Name||"";return e.config.strict?n===e.name||n.endsWith(".exe")&&n.slice(0,-4)===e.name:r(t.CommandLine||n,e.name)}return!0})).map((e=>({pid:parseInt(e.ProcessId,10),ppid:parseInt(e.ParentProcessId,10),bin:e.ExecutablePath,name:e.Name||"",cmd:e.CommandLine})));n(u)}))})),android:e=>new Promise(((o,s)=>{t.exec("ps",(function(a,u,c){if(a)"pid"in e?o([]):s(a);else{if(a=c.toString().trim())return void s(a);const l=t.stripLine(u.toString(),1);let f=t.extractColumns(l,[0,3],4).filter((t=>t[0]&&e.pid?t[0]===String(e.pid):t[1]&&e.name?r(t[1],e.name):!!t[0])).map((e=>{const t=String(e[1]),r=n(t);return{pid:parseInt(e[0],10),name:i(r),bin:r,cmd:t}}));e.config.strict&&e.name&&(f=f.filter((t=>t.name===e.name))),o(f)}}))}))};return LA=function(e){const t=process.platform;return new Promise(((r,n)=>{if(!(t in o))return n(new Error(`platform ${t} is unsupported`));let i=o[t];"string"==typeof i&&(i=o[i]),i(e).then((t=>{if(e.skipSelf){const e=t.filter((e=>e.pid!==process.pid));r(e)}else r(t)}),n)}))},LA}(),r=KA(),n={port:(t,r)=>e(t).then((e=>n.pid(e,r)),(()=>[])),pid:(e,r)=>t({pid:e,config:r}),name:(e,r)=>t({name:e,config:r,skipSelf:!0})};return zA=function(e,t,i){const o=Object.assign({logLevel:"warn",strict:"boolean"==typeof i&&i},i);return r.setLevel(o.logLevel),new Promise(((r,i)=>{if(e in n){const s=/^\d+$/.test(t);"pid"!==e||s?"port"!==e||s?n[e](t,o).then(r,i):i(new Error("port must be a number")):i(new Error("pid must be a number"))}else i(new Error(`do not support find by "${e}"`))}))},zA}var ZA=Se(VA?WA:(VA=1,WA=JA()));const XA="REG_SZ",QA="REG_MULTI_SZ",e$="REG_DWORD",t$="REG_BINARY",r$=[XA,QA,"REG_EXPAND_SZ",e$,"REG_QWORD",t$,"REG_NONE"],n$="HKEY_LOCAL_MACHINE",i$="HKEY_CURRENT_USER",o$="HKEY_CLASSES_ROOT",s$="HKEY_USERS",a$="HKEY_CURRENT_CONFIG",u$="HKLM",c$="HKCU",l$="HKCR",f$="HKU",d$="HKCC",h$=[u$,c$,l$,f$,d$];function p$(e){var t=e.indexOf("\\");return m$(e.slice(0,t))+"\\"+e.slice(t+1)}function m$(e){switch(e){case u$:return n$;case c$:return i$;case l$:return o$;case f$:return s$;case d$:return a$}return e}let v$,g$;function y$(e){return e.trim().split("\r\n")[0]}var b$;b$=async e=>(g$||(g$=D$(["QUERY","HKLM\\NONEXISTENT"]).then((e=>y$(e.stderr)))),v$=await g$,b$=w$,w$(e));var w$=async e=>{var{stdout:t,stderr:r}=await D$(e);if(0===r.length)return t;var n=y$(r);if(n!==v$)throw new E$(`${n.slice(7)} - Command 'reg ${e.join(" ")}'`)};function _$(e,t){return new Promise((r=>e.once(t,r)))}var D$=async e=>{var t=be.spawn("reg.exe",e,{stdio:["ignore","pipe","pipe"]}),r="",n="";t.stdout.on("data",(e=>r+=e.toString())),t.stderr.on("data",(e=>n+=e.toString()));var i=await Promise.race([_$(t,"close"),_$(t,"error")]);if(t.removeAllListeners(),i instanceof Error)throw i;return{stdout:r,stderr:n}};class E$ extends Error{constructor(e){super(e),delete this.stack}}function x$(e){return(e=e.trim()).includes("/")?e.replace(/\//g,"\\"):e}function S$(e){var{lowercase:t,format:r}=O$,n={lowercase:t,format:r};return e?Object.assign(n,e):n}class O${constructor(e,t){(e=x$(e)).endsWith("\\")&&(e=e.slice(-1)),this.path=e;var r=e.split("\\").shift();if(this.hive=function(e){switch(e){case n$:return u$;case i$:return c$;case o$:return l$;case s$:return f$;case a$:return d$}return e}(r),!h$.includes(this.hive))throw new Error(`Invalid hive '${this.hive}', use one of the following: ${h$.join(", ")}`);this.hiveLong=m$(r),this.options=Object.assign({},O$.options,t)}_formatArgs(e){if(0===e.length)return[this.path];var t=x$(e[0]);return t.startsWith(".\\")?e[0]=this.path+t.slice(1):t.startsWith("\\")?e[0]=this.path+t:e.unshift(this.path),e}}function k$(e,t,r,n,i=!0){var o=t.split("\\");if(n===O$.FORMAT_SIMPLE)for(var s=e;o.length;){let e=o.shift();if(void 0!==s[e]&&null!==s[e])s=s[e];else{if(!i)return;s=s[e]=C$(n)}}else for(s=e;o.length;){let e=o.shift();if(void 0!==s.keys[e]&&null!==s.keys[e])s=s.keys[e];else{if(!i)return;{let t=C$(n);s.keys[e]=t,s=t}}}return s}function C$(e,t){return e===O$.FORMAT_SIMPLE?{[O$.VALUES]:{}}:{keys:{},values:[]}}function A$(e,t,r){r===O$.FORMAT_SIMPLE?e[O$.VALUES][t.name]=t.data:e.values.push(t)}function $$(e,t){var[r,n,i]=e.slice(4).split("    ");"(Default)"===r&&(r=O$.DEFAULT),"(value not set)"===i?i=void 0:t.lowercase&&(r=r.toLowerCase());var[i,n]=function(e,t){return t===t$&&(e=Buffer.from(e,"hex")),t===e$&&(e=parseInt(e)),t===QA&&(e=e.split("\\0")),[e,t]}(i,n);return{name:r,type:n,data:i}}async function P$(e,t,r="",n){if("object"==typeof(o=r)&&!function(e){return void 0!==e&&(Array.isArray(e)||Buffer.isBuffer(e)||e.constructor===Uint8Array)}(o)){t&&(e+=`\\${t}`);var i=Object.keys(r).map((t=>P$(e,t,r[t])));return Promise.all(i)}var o;n=function(e){if(void 0!==e)return(e=e.toUpperCase()).startsWith("REG_")||(e="REG_"+e),e}(n);var[r,n]=function(e,t){if(null==e)return[e,t];switch(e.constructor){case Uint8Array:e=e.buffer;case ArrayBuffer:e=Buffer.from(e);case Buffer:void 0===t&&(t=t$),e=e.toString(t===t$?"hex":"utf8");break;case Array:void 0===t&&(t=QA),e=e.join("\\0");break;case Number:void 0===t&&(t=e$);break;case String:switch(t){case t$:e=Buffer.from(e,"utf8").toString("hex");break;case QA:e=e.replace(/\0/g,"\\0");break;case void 0:t=XA}}return[e,t]}(r,n);if(!r$.includes(n))throw Error(`Illegal type '${n}', should be one of: '${r$.join("', '")}'`);var s=["add",e];t===O$.DEFAULT?s.push("/ve"):s.push("/v",t),void 0!==n&&s.push("/t",n),void 0!==r&&s.push("/d",r),s.push("/f"),await b$(s)}O$.VALUES="$values",O$.DEFAULT="",O$.DEFAULT_VERBOSE="(Default)",O$.lowercase=!0,O$.format="simple",O$.FORMAT_NAIVE="naive",O$.FORMAT_SIMPLE="simple",O$.FORMAT_COMPLEX="complex",O$.prototype.get=function(...e){return O$.get(...this._formatArgs(e))},O$.prototype.has=async function(...e){return O$.has(...this._formatArgs(e))},O$.get=function(e,t,r){var n=typeof t;return"boolean"===n?O$.getKey(e,t,r):"object"===n?O$.getKey(e,void 0,t):"undefined"===n?O$.getKey(e):O$.getValue(e,t,r)},O$.has=function(e,t){return void 0===t?O$.hasKey(e):O$.hasValue(e,t)},O$.getKey=async function(e,t,r){if(e=x$(e),"object"==typeof t&&(r=t,t=!1),r=S$(r),t)var n=await b$(["query",e,"/s"]);else n=await b$(["query",e]);if(void 0!==n){for(var i=n.split("\r\n"),o=p$(e).length+1,s=C$(r.format),a=s,u=1;u<i.length;u++){let e=i[u];switch(e[0]){case" ":A$(a,$$(e,r),r.format);break;case"H":var c=e.slice(o);if(""===c)continue;r.lowercase&&(c=c.toLowerCase()),a=k$(s,c,t,r.format)}}return s}},O$.getValue=async function(e,t=O$.DEFAULT,r){if(e=x$(e),r=S$(r),t===O$.DEFAULT)var n=await b$(["query",e,"/ve"]);else n=await b$(["query",e,"/v",t]);if(void 0!==n){var i=$$(n.split("\r\n").find((e=>" "===e[0])),r);return r.format===O$.FORMAT_SIMPLE?i.data:i}},O$.getKeys=async function(e,t){e=x$(e),t=S$(t);var r=await b$(["query",e]);if(void 0!==r){var n=p$(e),i=r.split("\r\n").filter((e=>e.startsWith("HK"))).filter((e=>e!==n));if(t.format===O$.FORMAT_SIMPLE){let e=n.length+1;i=i.map((t=>t.slice(e)))}return t.lowercase&&(i=i.map((e=>e.toLowerCase()))),i}},O$.getValues=async function(e,t){e=x$(e),t=S$(t);var r=await b$(["query",e]);if(void 0!==r){var n=r.split("\r\n").filter((e=>" "===e[0])).map((e=>$$(e,t)));if(t.format===O$.FORMAT_SIMPLE){var i={};return n.forEach((e=>i[e.name]=e.data)),i}return n}},O$.hasKey=function(e){return e=x$(e),b$(["query",e]).then((e=>void 0!==e))},O$.hasValue=async function(e,t=O$.DEFAULT){if(e=x$(e),t===O$.DEFAULT)var r=await b$(["query",e,"/ve"]);else r=await b$(["query",e,"/v",t]);return void 0!==r&&(t===O$.DEFAULT&&(t=O$.DEFAULT_VERBOSE),r.split("\r\n").some((e=>e.startsWith(`    ${t}`))))},O$.prototype.set=function(...e){return O$.set(...this._formatArgs(e))},O$.set=function(e,...t){return 0===t.length?O$.setKey(e):O$.setValue(e,...t)},O$.setKey=async function(e){e=x$(e),await b$(["add",e,"/f"])},O$.setValue=async function(e,t,r,n){return"string"!=typeof t&&(r=t,t=void 0),P$(e=x$(e),t,r,n)},O$.prototype.delete=function(...e){return O$.delete(...this._formatArgs(e))},O$.prototype.clear=function(...e){return O$.clear(...this._formatArgs(e))},O$.delete=function(e,t){return void 0===t?O$.deleteKey(e):O$.deleteValue(e,t)},O$.clear=async function(e){await Promise.all([O$.clearValues(e),O$.clearKeys(e)])},O$.deleteKey=async function(e){e=x$(e),await b$(["delete",e,"/f"])},O$.deleteValue=async function(e,t=O$.DEFAULT){if(e=x$(e),t===O$.DEFAULT)var r=["delete",e,"/ve","/f"];else r=["delete",e,"/v",t,"/f"];await b$(r)},O$.clearValues=async function(e){e=x$(e),await b$(["delete",e,"/va","/f"])},O$.clearKeys=async function(e){e=x$(e);var t=(await O$.getKeys(e)).map((t=>O$.delete(`${e}\\${t}`)));await Promise.all(t)};const j$=".sdPlugin";function F$(){const e=T$();return w(e,{withFileTypes:!0}).reduce(((t,r)=>{if(r.isDirectory()||r.isSymbolicLink()){const n=L$(r.name);n&&t.push(new U$(a(e,r.name),r,n))}return t}),[])}function T$(){if("darwin"===k.platform())return a(k.homedir(),"Library/Application Support/com.elgato.StreamDeck/Plugins");const e=process.env.APPDATA??a(k.homedir(),"AppData/Roaming");return u(a(e,"Elgato/StreamDeck/Plugins"))}function R$(e){return!0===e.startsWith("$")&&!e.endsWith(".json")}function I$(e){return F$().some((t=>t.uuid===e))}const M$=(()=>{let e;return async()=>e??=await async function(){if("darwin"===k.platform())return"/Applications/Elgato Stream Deck.app/Contents/MacOS/Stream Deck";{const e="C:\\Program Files\\Elgato\\StreamDeck\\StreamDeck.exe";if(h(e))return e;const t=await O$.get("HKEY_CURRENT_USER\\Software\\Elgato Systems GmbH\\StreamDeck","InstallDir");if(t&&"string"==typeof t){const e=a(t,"StreamDeck.exe");if(h(e))return e}throw new Error("StreamDeck.exe could not be found")}}()})();async function N$(){const e=await M$();if("darwin"===k.platform()){return(await ZA("name","Elgato Stream Deck")).some((t=>t.cmd.startsWith(e)))}return(await ZA("name","StreamDeck.exe")).some((t=>t.cmd.startsWith(`"${e}"`)))}function L$(e){const t=o(e);return t.endsWith(j$)?t.slice(0,-9):void 0}function B$(e){if(void 0===e)return;const t=e.toLowerCase().replaceAll(" ","-").replaceAll("_","-").replaceAll(/[^a-z0-9-]/g,"");return""!==t?t:void 0}function z$(e){return null!=e&&/^([a-z0-9-]+)(\.[a-z0-9-]+)+$/.test(e)}class U${path;entry;uuid;_targetPath=void 0;constructor(e,t,r){this.path=e,this.entry=t,this.uuid=r}get isLink(){return null!==this.targetPath}get targetPath(){return void 0===this._targetPath&&(this._targetPath=this.entry.isSymbolicLink()?v(this.path):null),this._targetPath}}const W$=Ud((async(e,t)=>{t.spin((e.disable?"Disabling":"Enabling")+" developer mode");const n="developer_mode";"darwin"===k.platform()?r.spawnSync("defaults",["write","com.elgato.StreamDeck",n,"-bool",e.disable?"NO":"YES"]):O$.set("HKEY_CURRENT_USER\\Software\\Elgato Systems GmbH\\StreamDeck",n,e.disable?0:1),t.success("Developer mode "+(e.disable?"disabled":"enabled"))}),{disable:!1}),V$=Ud(((e,t)=>{if(t.spin("Linking plugin"),e.path=u(e.path),!0!==p(e.path,{throwIfNoEntry:!1})?.isDirectory())return t.error("Linking failed").log(`Directory not found: ${o(e.path)}`).exit(1);const r=L$(e.path);if(void 0===r)return t.error("Linking failed").log(`Invalid directory name: ${o(e.path)}`).log('Name must be in reverse DNS format, be suffixed with ".sdPlugin", and must only contain lowercase alphanumeric characters (a-z, 0-9), hyphens (-), and periods (.).').log(`Examples: ${Pt.green("com.elgato.wave-link.sdPlugin")}, ${Pt.green("tv.twitch.studio.sdPlugin")}`).exit(1);const n=F$().find((e=>e.uuid===r));if(n){if(null===n.targetPath||u(n.targetPath)!==u(e.path))return t.error("Linking failed").log(`Plugin already installed: ${r}`).log("Another plugin with this UUID is already installed. Please uninstall the plugin, or rename the directory being linked, and try again.").exit(1);x(u(T$(),o(e.path)))}S(u(e.path),u(T$(),o(e.path)),"junction"),t.success("Linked successfully")}),{path:process.cwd()}),q$=Ud((async({uuid:e,noStart:t},r)=>{if(r.spin(`Restarting ${e}`),!I$(e))return r.error("Restarting failed").log(`Plugin not found: ${e}`).exit(1);if(!await N$()){if(t)return;return await PA(`streamdeck://plugins/restart/${e}`),r.info("Stream Deck is not running. Starting Stream Deck.").exit()}await PA(`streamdeck://plugins/restart/${e}`),r.success(`Restarted ${Pt.green(e)}`)}),{noStart:!1}),H$="com.elgato.template",G$=Ud((async(e,t)=>{!function(e){e.log(" ___ _                        ___         _   ").log("/ __| |_ _ _ ___ __ _ _ __   |   \\ ___ __| |__").log("\\__ \\  _| '_/ -_) _` | '  \\  | |) / -_) _| / /").log("|___/\\__|_| \\___\\__,_|_|_|_| |___/\\___\\__|_\\_\\").log().log(`Welcome to the ${Pt.green("Stream Deck Plugin")} creation wizard.`).log().log("This utility will guide you through creating a local development environment for a plugin.").log(`For more information on building plugins see ${Pt.blue("https://docs.elgato.com")}.`).log().log(Pt.grey("Press ^C at any time to quit.")).log()}(t);const r=await async function(){return await yA.prompt([{name:"author",message:"Author:",validate:Y$("Please enter the author."),type:"input"},{name:"name",message:"Plugin Name:",validate:Y$("Please enter the name of the plugin."),type:"input"},{name:"uuid",message:"Plugin UUID:",default:({author:e,name:t})=>function(e,t){const r=B$(e),n=B$(t);if(void 0!==r&&void 0!==n)return`com.${r}.${n}`}(e,t),validate:e=>z$(e)?!F$().some((t=>t.uuid===e))||"Another plugin with this UUID is already installed.":"UUID must be in reverse DNS format, and must only contain lowercase alphanumeric characters (a-z, 0-9), hyphens (-), and periods (.).",type:"input"},{name:"description",message:"Description:",validate:Y$("Please enter a brief description of what the plugin will do."),type:"input"}])}(),i=await async function(e,t){const r=i(e);if(!0!==r){t.log(),t.log(r);const{directory:n}=await yA.prompt({name:"directory",message:"Directory:",validate:i,type:"input"});e=n}return n.join(process.cwd(),e);function i(e){return void 0===e||""===e.trim()?"Please specify a directory name.":function(e){return 0!==e.trim().length&&!e.trim().startsWith(".")&&!Ed.some((t=>e.includes(t)))}(e)?!d.existsSync(n.join(process.cwd(),e))||`Directory ${Pt.yellow(e)} already exists. Please specify a different directory name.`:`Directory name cannot contain ${Ed.join(" ")} and must not begin with a period (.).`}}(r.uuid.split(".")[2]||"",t);if(!await async function(e){return e.log(),(await yA.prompt({name:"confirm",message:"Create Stream Deck plugin from information above?",default:!0,type:"confirm"})).confirm}(t))return t.info("Aborted").exit();!function({uuid:e},t,r){if(F$().some((t=>t.uuid===e)))return r.error(`Another plugin with the UUID ${Pt.yellow(e)} is already installed.`).exit(1);if(d.existsSync(t))r.error(`Directory ${Pt.yellow(t)} already exists.`).exit(1)}(r,i,t),t.log(),t.log(`Creating ${Pt.blue(r.name)}...`),await t.spin("Enabling developer mode",(()=>W$({quiet:!0}))),await t.spin("Generating plugin",(()=>async function(e,t){const r=K$(e,t);await Promise.allSettled([r.copy(".vscode"),r.copy(`${H$}.sdPlugin/imgs`,`${t.uuid}.sdPlugin/imgs`),r.copy(`${H$}.sdPlugin/ui`,`${t.uuid}.sdPlugin/ui`),r.copy(`${H$}.sdPlugin/manifest.json.ejs`,`${t.uuid}.sdPlugin/manifest.json`),r.copy("src"),r.copy("_.gitignore",".gitignore"),r.copy("package.json.ejs"),r.copy("rollup.config.mjs.ejs"),r.copy("tsconfig.json.ejs")])}(i,r)));const{packageManager:o}=kd();await t.spin("Installing dependencies",(()=>$A(`${o} install`,{cwd:i}))),await t.spin("Building plugin",(()=>$A(`${o} run build`,{cwd:i}))),await t.spin("Finalizing setup",(()=>async function(e,t){K$(e,t,{isPreBuild:!1}).copy("rollup.config.mjs.ejs"),await V$({path:n.join(e,`${t.uuid}.sdPlugin`),quiet:!0}),await q$({uuid:t.uuid,noStart:!0,quiet:!0})}(i,r))),t.log().log(Pt.green("Successfully created plugin!")),await async function(e,t){if(!function(e){for(const t of process.env.PATH?.split(l)||[])if(h(t)&&vd(t)&&w(t).find((r=>r===e&&gd(a(t,r)))))return!0;return!1}("code"))return;t.log();(await yA.prompt({name:"confirm",message:"Would you like to open the plugin in VS Code?",default:!0,type:"confirm"})).confirm&&$A("code ./ --goto src/plugin.ts",{cwd:e})}(i,t)}));function K$(e,t,r={isPreBuild:!0}){const n=kd();return function(e){return new AA({data:{},...e})}({dest:e,source:Dd("../template"),data:{...t,...r,npm:{cli:n.npm.cli.version,streamDeck:n.npm.streamDeck.version}}})}function Y$(e){return t=>!(!t||""==t?.toString().replaceAll(" ",""))||e}const J$=Ud((async(e,t)=>{const r=F$();for(const n of r){if(!n.isLink&&!e.all)continue;const{uuid:r,targetPath:i}=n;i?h(i)?t.log(`${r} ${Pt.dim("→")} ${Pt.green(i)}`):t.log(`${r} ${Pt.dim("→")} ${Pt.red(i)} ${Pt.dim("(not found)")}`):t.log(r)}}),{all:!1}),Z$=15,X$=256,Q$=573,eP=256,tP=-2,rP=-5;function nP(e){return iP(e.map((([e,t])=>new Array(e).fill(t,0,e))))}function iP(e){return e.reduce(((e,t)=>e.concat(Array.isArray(t)?iP(t):t)),[])}const oP=[0,1,2,3].concat(...nP([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function sP(){const e=this;function t(e,t){let r=0;do{r|=1&e,e>>>=1,r<<=1}while(--t>0);return r>>>1}e.build_tree=function(r){const n=e.dyn_tree,i=e.stat_desc.static_tree,o=e.stat_desc.elems;let s,a,u,c=-1;for(r.heap_len=0,r.heap_max=Q$,s=0;s<o;s++)0!==n[2*s]?(r.heap[++r.heap_len]=c=s,r.depth[s]=0):n[2*s+1]=0;for(;r.heap_len<2;)u=r.heap[++r.heap_len]=c<2?++c:0,n[2*u]=1,r.depth[u]=0,r.opt_len--,i&&(r.static_len-=i[2*u+1]);for(e.max_code=c,s=Math.floor(r.heap_len/2);s>=1;s--)r.pqdownheap(n,s);u=o;do{s=r.heap[1],r.heap[1]=r.heap[r.heap_len--],r.pqdownheap(n,1),a=r.heap[1],r.heap[--r.heap_max]=s,r.heap[--r.heap_max]=a,n[2*u]=n[2*s]+n[2*a],r.depth[u]=Math.max(r.depth[s],r.depth[a])+1,n[2*s+1]=n[2*a+1]=u,r.heap[1]=u++,r.pqdownheap(n,1)}while(r.heap_len>=2);r.heap[--r.heap_max]=r.heap[1],function(t){const r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.extra_bits,o=e.stat_desc.extra_base,s=e.stat_desc.max_length;let a,u,c,l,f,d,h=0;for(l=0;l<=Z$;l++)t.bl_count[l]=0;for(r[2*t.heap[t.heap_max]+1]=0,a=t.heap_max+1;a<Q$;a++)u=t.heap[a],l=r[2*r[2*u+1]+1]+1,l>s&&(l=s,h++),r[2*u+1]=l,u>e.max_code||(t.bl_count[l]++,f=0,u>=o&&(f=i[u-o]),d=r[2*u],t.opt_len+=d*(l+f),n&&(t.static_len+=d*(n[2*u+1]+f)));if(0!==h){do{for(l=s-1;0===t.bl_count[l];)l--;t.bl_count[l]--,t.bl_count[l+1]+=2,t.bl_count[s]--,h-=2}while(h>0);for(l=s;0!==l;l--)for(u=t.bl_count[l];0!==u;)c=t.heap[--a],c>e.max_code||(r[2*c+1]!=l&&(t.opt_len+=(l-r[2*c+1])*r[2*c],r[2*c+1]=l),u--)}}(r),function(e,r,n){const i=[];let o,s,a,u=0;for(o=1;o<=Z$;o++)i[o]=u=u+n[o-1]<<1;for(s=0;s<=r;s++)a=e[2*s+1],0!==a&&(e[2*s]=t(i[a]++,a))}(n,e.max_code,r.bl_count)}}function aP(e,t,r,n,i){const o=this;o.static_tree=e,o.extra_bits=t,o.extra_base=r,o.elems=n,o.max_length=i}sP._length_code=[0,1,2,3,4,5,6,7].concat(...nP([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),sP.base_length=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],sP.base_dist=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],sP.d_code=function(e){return e<256?oP[e]:oP[256+(e>>>7)]},sP.extra_lbits=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],sP.extra_dbits=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],sP.extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],sP.bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];const uP=nP([[144,8],[112,9],[24,7],[8,8]]);aP.static_ltree=iP([12,140,76,204,44,172,108,236,28,156,92,220,60,188,124,252,2,130,66,194,34,162,98,226,18,146,82,210,50,178,114,242,10,138,74,202,42,170,106,234,26,154,90,218,58,186,122,250,6,134,70,198,38,166,102,230,22,150,86,214,54,182,118,246,14,142,78,206,46,174,110,238,30,158,94,222,62,190,126,254,1,129,65,193,33,161,97,225,17,145,81,209,49,177,113,241,9,137,73,201,41,169,105,233,25,153,89,217,57,185,121,249,5,133,69,197,37,165,101,229,21,149,85,213,53,181,117,245,13,141,77,205,45,173,109,237,29,157,93,221,61,189,125,253,19,275,147,403,83,339,211,467,51,307,179,435,115,371,243,499,11,267,139,395,75,331,203,459,43,299,171,427,107,363,235,491,27,283,155,411,91,347,219,475,59,315,187,443,123,379,251,507,7,263,135,391,71,327,199,455,39,295,167,423,103,359,231,487,23,279,151,407,87,343,215,471,55,311,183,439,119,375,247,503,15,271,143,399,79,335,207,463,47,303,175,431,111,367,239,495,31,287,159,415,95,351,223,479,63,319,191,447,127,383,255,511,0,64,32,96,16,80,48,112,8,72,40,104,24,88,56,120,4,68,36,100,20,84,52,116,3,131,67,195,35,163,99,227].map(((e,t)=>[e,uP[t]])));const cP=nP([[30,5]]);aP.static_dtree=iP([0,16,8,24,4,20,12,28,2,18,10,26,6,22,14,30,1,17,9,25,5,21,13,29,3,19,11,27,7,23].map(((e,t)=>[e,cP[t]]))),aP.static_l_desc=new aP(aP.static_ltree,sP.extra_lbits,257,286,Z$),aP.static_d_desc=new aP(aP.static_dtree,sP.extra_dbits,0,30,Z$),aP.static_bl_desc=new aP(null,sP.extra_blbits,0,19,7);function lP(e,t,r,n,i){const o=this;o.good_length=e,o.max_lazy=t,o.nice_length=r,o.max_chain=n,o.func=i}const fP=[new lP(0,0,0,0,0),new lP(4,4,8,4,1),new lP(4,5,16,8,1),new lP(4,6,32,32,1),new lP(4,4,16,16,2),new lP(8,16,32,32,2),new lP(8,16,128,128,2),new lP(8,32,128,256,2),new lP(32,128,258,1024,2),new lP(32,258,258,4096,2)],dP=["need dictionary","stream end","","","stream error","data error","","buffer error","",""],hP=113,pP=666,mP=258,vP=262;function gP(e,t,r,n){const i=e[2*t],o=e[2*r];return i<o||i==o&&n[t]<=n[r]}function yP(){const e=this;let t,r,n,i,o,s,a,u,c,l,f,d,h,p,m,v,g,y,b,w,_,D,E,x,S,O,k,C,A,$,P,j,F;const T=new sP,R=new sP,I=new sP;let M,N,L,B,z,U;function W(){let t;for(t=0;t<286;t++)P[2*t]=0;for(t=0;t<30;t++)j[2*t]=0;for(t=0;t<19;t++)F[2*t]=0;P[512]=1,e.opt_len=e.static_len=0,N=L=0}function V(e,t){let r,n=-1,i=e[1],o=0,s=7,a=4;0===i&&(s=138,a=3),e[2*(t+1)+1]=65535;for(let u=0;u<=t;u++)r=i,i=e[2*(u+1)+1],++o<s&&r==i||(o<a?F[2*r]+=o:0!==r?(r!=n&&F[2*r]++,F[32]++):o<=10?F[34]++:F[36]++,o=0,n=r,0===i?(s=138,a=3):r==i?(s=6,a=3):(s=7,a=4))}function q(t){e.pending_buf[e.pending++]=t}function H(e){q(255&e),q(e>>>8&255)}function G(e,t){let r;const n=t;U>16-n?(r=e,z|=r<<U&65535,H(z),z=r>>>16-U,U+=n-16):(z|=e<<U&65535,U+=n)}function K(e,t){const r=2*e;G(65535&t[r],65535&t[r+1])}function Y(e,t){let r,n,i=-1,o=e[1],s=0,a=7,u=4;for(0===o&&(a=138,u=3),r=0;r<=t;r++)if(n=o,o=e[2*(r+1)+1],!(++s<a&&n==o)){if(s<u)do{K(n,F)}while(0!=--s);else 0!==n?(n!=i&&(K(n,F),s--),K(16,F),G(s-3,2)):s<=10?(K(17,F),G(s-3,3)):(K(18,F),G(s-11,7));s=0,i=n,0===o?(a=138,u=3):n==o?(a=6,u=3):(a=7,u=4)}}function J(){16==U?(H(z),z=0,U=0):U>=8&&(q(255&z),z>>>=8,U-=8)}function Z(t,r){let n,i,o;if(e.dist_buf[N]=t,e.lc_buf[N]=255&r,N++,0===t?P[2*r]++:(L++,t--,P[2*(sP._length_code[r]+X$+1)]++,j[2*sP.d_code(t)]++),0==(8191&N)&&k>2){for(n=8*N,i=_-g,o=0;o<30;o++)n+=j[2*o]*(5+sP.extra_dbits[o]);if(n>>>=3,L<Math.floor(N/2)&&n<Math.floor(i/2))return!0}return N==M-1}function X(t,r){let n,i,o,s,a=0;if(0!==N)do{n=e.dist_buf[a],i=e.lc_buf[a],a++,0===n?K(i,t):(o=sP._length_code[i],K(o+X$+1,t),s=sP.extra_lbits[o],0!==s&&(i-=sP.base_length[o],G(i,s)),n--,o=sP.d_code(n),K(o,r),s=sP.extra_dbits[o],0!==s&&(n-=sP.base_dist[o],G(n,s)))}while(a<N);K(eP,t),B=t[513]}function Q(){U>8?H(z):U>0&&q(255&z),z=0,U=0}function ee(t,r,n){G(0+(n?1:0),3),function(t,r,n){Q(),B=8,H(r),H(~r),e.pending_buf.set(u.subarray(t,t+r),e.pending),e.pending+=r}(t,r)}function te(t,r,n){let i,o,s=0;k>0?(T.build_tree(e),R.build_tree(e),s=function(){let t;for(V(P,T.max_code),V(j,R.max_code),I.build_tree(e),t=18;t>=3&&0===F[2*sP.bl_order[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(),i=e.opt_len+3+7>>>3,o=e.static_len+3+7>>>3,o<=i&&(i=o)):i=o=r+5,r+4<=i&&-1!=t?ee(t,r,n):o==i?(G(2+(n?1:0),3),X(aP.static_ltree,aP.static_dtree)):(G(4+(n?1:0),3),function(e,t,r){let n;for(G(e-257,5),G(t-1,5),G(r-4,4),n=0;n<r;n++)G(F[2*sP.bl_order[n]+1],3);Y(P,e-1),Y(j,t-1)}(T.max_code+1,R.max_code+1,s+1),X(P,j)),W(),n&&Q()}function re(e){te(g>=0?g:-1,_-g,e),g=_,t.flush_pending()}function ne(){let e,r,n,i;do{if(i=c-E-_,0===i&&0===_&&0===E)i=o;else if(-1==i)i--;else if(_>=o+o-vP){u.set(u.subarray(o,o+o),0),D-=o,_-=o,g-=o,e=h,n=e;do{r=65535&f[--n],f[n]=r>=o?r-o:0}while(0!=--e);e=o,n=e;do{r=65535&l[--n],l[n]=r>=o?r-o:0}while(0!=--e);i+=o}if(0===t.avail_in)return;e=t.read_buf(u,_+E,i),E+=e,E>=3&&(d=255&u[_],d=(d<<v^255&u[_+1])&m)}while(E<vP&&0!==t.avail_in)}function ie(e){let t,r,n=S,i=_,s=x;const c=_>o-vP?_-(o-vP):0;let f=$;const d=a,h=_+mP;let p=u[i+s-1],m=u[i+s];x>=A&&(n>>=2),f>E&&(f=E);do{if(t=e,u[t+s]==m&&u[t+s-1]==p&&u[t]==u[i]&&u[++t]==u[i+1]){i+=2,t++;do{}while(u[++i]==u[++t]&&u[++i]==u[++t]&&u[++i]==u[++t]&&u[++i]==u[++t]&&u[++i]==u[++t]&&u[++i]==u[++t]&&u[++i]==u[++t]&&u[++i]==u[++t]&&i<h);if(r=mP-(h-i),i=h-mP,r>s){if(D=e,s=r,r>=f)break;p=u[i+s-1],m=u[i+s]}}}while((e=65535&l[e&d])>c&&0!=--n);return s<=E?s:E}function oe(t){return t.total_in=t.total_out=0,t.msg=null,e.pending=0,e.pending_out=0,r=hP,i=0,T.dyn_tree=P,T.stat_desc=aP.static_l_desc,R.dyn_tree=j,R.stat_desc=aP.static_d_desc,I.dyn_tree=F,I.stat_desc=aP.static_bl_desc,z=0,U=0,B=8,W(),function(){c=2*o,f[h-1]=0;for(let e=0;e<h-1;e++)f[e]=0;O=fP[k].max_lazy,A=fP[k].good_length,$=fP[k].nice_length,S=fP[k].max_chain,_=0,g=0,E=0,y=x=2,w=0,d=0}(),0}e.depth=[],e.bl_count=[],e.heap=[],P=[],j=[],F=[],e.pqdownheap=function(t,r){const n=e.heap,i=n[r];let o=r<<1;for(;o<=e.heap_len&&(o<e.heap_len&&gP(t,n[o+1],n[o],e.depth)&&o++,!gP(t,i,n[o],e.depth));)n[r]=n[o],r=o,o<<=1;n[r]=i},e.deflateInit=function(t,r,i,c,d,g){return c||(c=8),d||(d=8),g||(g=0),t.msg=null,-1==r&&(r=6),d<1||d>9||8!=c||i<9||i>15||r<0||r>9||g<0||g>2?tP:(t.dstate=e,s=i,o=1<<s,a=o-1,p=d+7,h=1<<p,m=h-1,v=Math.floor((p+3-1)/3),u=new Uint8Array(2*o),l=[],f=[],M=1<<d+6,e.pending_buf=new Uint8Array(4*M),n=4*M,e.dist_buf=new Uint16Array(M),e.lc_buf=new Uint8Array(M),k=r,C=g,oe(t))},e.deflateEnd=function(){return 42!=r&&r!=hP&&r!=pP?tP:(e.lc_buf=null,e.dist_buf=null,e.pending_buf=null,f=null,l=null,u=null,e.dstate=null,r==hP?-3:0)},e.deflateParams=function(e,t,r){let n=0;return-1==t&&(t=6),t<0||t>9||r<0||r>2?tP:(fP[k].func!=fP[t].func&&0!==e.total_in&&(n=e.deflate(1)),k!=t&&(k=t,O=fP[k].max_lazy,A=fP[k].good_length,$=fP[k].nice_length,S=fP[k].max_chain),C=r,n)},e.deflateSetDictionary=function(e,t,n){let i,s=n,c=0;if(!t||42!=r)return tP;if(s<3)return 0;for(s>o-vP&&(s=o-vP,c=n-s),u.set(t.subarray(c,c+s),0),_=s,g=s,d=255&u[0],d=(d<<v^255&u[1])&m,i=0;i<=s-3;i++)d=(d<<v^255&u[i+2])&m,l[i&a]=f[d],f[d]=i;return 0},e.deflate=function(c,p){let S,A,$,P,j;if(p>4||p<0)return tP;if(!c.next_out||!c.next_in&&0!==c.avail_in||r==pP&&4!=p)return c.msg=dP[4],tP;if(0===c.avail_out)return c.msg=dP[7],rP;var F;if(t=c,P=i,i=p,42==r&&(A=8+(s-8<<4)<<8,$=(k-1&255)>>1,$>3&&($=3),A|=$<<6,0!==_&&(A|=32),A+=31-A%31,r=hP,q((F=A)>>8&255),q(255&F)),0!==e.pending){if(t.flush_pending(),0===t.avail_out)return i=-1,0}else if(0===t.avail_in&&p<=P&&4!=p)return t.msg=dP[7],rP;if(r==pP&&0!==t.avail_in)return c.msg=dP[7],rP;if(0!==t.avail_in||0!==E||0!=p&&r!=pP){switch(j=-1,fP[k].func){case 0:j=function(e){let r,i=65535;for(i>n-5&&(i=n-5);;){if(E<=1){if(ne(),0===E&&0==e)return 0;if(0===E)break}if(_+=E,E=0,r=g+i,(0===_||_>=r)&&(E=_-r,_=r,re(!1),0===t.avail_out))return 0;if(_-g>=o-vP&&(re(!1),0===t.avail_out))return 0}return re(4==e),0===t.avail_out?4==e?2:0:4==e?3:1}(p);break;case 1:j=function(e){let r,n=0;for(;;){if(E<vP){if(ne(),E<vP&&0==e)return 0;if(0===E)break}if(E>=3&&(d=(d<<v^255&u[_+2])&m,n=65535&f[d],l[_&a]=f[d],f[d]=_),0!==n&&(_-n&65535)<=o-vP&&2!=C&&(y=ie(n)),y>=3)if(r=Z(_-D,y-3),E-=y,y<=O&&E>=3){y--;do{_++,d=(d<<v^255&u[_+2])&m,n=65535&f[d],l[_&a]=f[d],f[d]=_}while(0!=--y);_++}else _+=y,y=0,d=255&u[_],d=(d<<v^255&u[_+1])&m;else r=Z(0,255&u[_]),E--,_++;if(r&&(re(!1),0===t.avail_out))return 0}return re(4==e),0===t.avail_out?4==e?2:0:4==e?3:1}(p);break;case 2:j=function(e){let r,n,i=0;for(;;){if(E<vP){if(ne(),E<vP&&0==e)return 0;if(0===E)break}if(E>=3&&(d=(d<<v^255&u[_+2])&m,i=65535&f[d],l[_&a]=f[d],f[d]=_),x=y,b=D,y=2,0!==i&&x<O&&(_-i&65535)<=o-vP&&(2!=C&&(y=ie(i)),y<=5&&(1==C||3==y&&_-D>4096)&&(y=2)),x>=3&&y<=x){n=_+E-3,r=Z(_-1-b,x-3),E-=x-1,x-=2;do{++_<=n&&(d=(d<<v^255&u[_+2])&m,i=65535&f[d],l[_&a]=f[d],f[d]=_)}while(0!=--x);if(w=0,y=2,_++,r&&(re(!1),0===t.avail_out))return 0}else if(0!==w){if(r=Z(0,255&u[_-1]),r&&re(!1),_++,E--,0===t.avail_out)return 0}else w=1,_++,E--}return 0!==w&&(r=Z(0,255&u[_-1]),w=0),re(4==e),0===t.avail_out?4==e?2:0:4==e?3:1}(p)}if(2!=j&&3!=j||(r=pP),0==j||2==j)return 0===t.avail_out&&(i=-1),0;if(1==j){if(1==p)G(2,3),K(eP,aP.static_ltree),J(),1+B+10-U<9&&(G(2,3),K(eP,aP.static_ltree),J()),B=7;else if(ee(0,0,!1),3==p)for(S=0;S<h;S++)f[S]=0;if(t.flush_pending(),0===t.avail_out)return i=-1,0}}return 4!=p?0:1}}function bP(){const e=this;e.next_in_index=0,e.next_out_index=0,e.avail_in=0,e.total_in=0,e.avail_out=0,e.total_out=0}bP.prototype={deflateInit(e,t){const r=this;return r.dstate=new yP,t||(t=Z$),r.dstate.deflateInit(r,e,t)},deflate(e){const t=this;return t.dstate?t.dstate.deflate(t,e):tP},deflateEnd(){const e=this;if(!e.dstate)return tP;const t=e.dstate.deflateEnd();return e.dstate=null,t},deflateParams(e,t){const r=this;return r.dstate?r.dstate.deflateParams(r,e,t):tP},deflateSetDictionary(e,t){const r=this;return r.dstate?r.dstate.deflateSetDictionary(r,e,t):tP},read_buf(e,t,r){const n=this;let i=n.avail_in;return i>r&&(i=r),0===i?0:(n.avail_in-=i,e.set(n.next_in.subarray(n.next_in_index,n.next_in_index+i),t),n.next_in_index+=i,n.total_in+=i,i)},flush_pending(){const e=this;let t=e.dstate.pending;t>e.avail_out&&(t=e.avail_out),0!==t&&(e.next_out.set(e.dstate.pending_buf.subarray(e.dstate.pending_out,e.dstate.pending_out+t),e.next_out_index),e.next_out_index+=t,e.dstate.pending_out+=t,e.total_out+=t,e.avail_out-=t,e.dstate.pending-=t,0===e.dstate.pending&&(e.dstate.pending_out=0))}};const wP=0,_P=1,DP=-2,EP=-3,xP=-4,SP=-5,OP=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],kP=1440,CP=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],AP=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],$P=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],PP=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],jP=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],FP=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],TP=15;function RP(){let e,t,r,n,i,o;function s(e,t,s,a,u,c,l,f,d,h,p){let m,v,g,y,b,w,_,D,E,x,S,O,k,C,A;x=0,b=s;do{r[e[t+x]]++,x++,b--}while(0!==b);if(r[0]==s)return l[0]=-1,f[0]=0,wP;for(D=f[0],w=1;w<=TP&&0===r[w];w++);for(_=w,D<w&&(D=w),b=TP;0!==b&&0===r[b];b--);for(g=b,D>b&&(D=b),f[0]=D,C=1<<w;w<b;w++,C<<=1)if((C-=r[w])<0)return EP;if((C-=r[b])<0)return EP;for(r[b]+=C,o[1]=w=0,x=1,k=2;0!=--b;)o[k]=w+=r[x],k++,x++;b=0,x=0;do{0!==(w=e[t+x])&&(p[o[w]++]=b),x++}while(++b<s);for(s=o[g],o[0]=b=0,x=0,y=-1,O=-D,i[0]=0,S=0,A=0;_<=g;_++)for(m=r[_];0!=m--;){for(;_>O+D;){if(y++,O+=D,A=g-O,A=A>D?D:A,(v=1<<(w=_-O))>m+1&&(v-=m+1,k=_,w<A))for(;++w<A&&!((v<<=1)<=r[++k]);)v-=r[k];if(A=1<<w,h[0]+A>kP)return EP;i[y]=S=h[0],h[0]+=A,0!==y?(o[y]=b,n[0]=w,n[1]=D,w=b>>>O-D,n[2]=S-i[y-1]-w,d.set(n,3*(i[y-1]+w))):l[0]=S}for(n[1]=_-O,x>=s?n[0]=192:p[x]<a?(n[0]=p[x]<256?0:96,n[2]=p[x++]):(n[0]=c[p[x]-a]+16+64,n[2]=u[p[x++]-a]),v=1<<_-O,w=b>>>O;w<A;w+=v)d.set(n,3*(S+w));for(w=1<<_-1;0!=(b&w);w>>>=1)b^=w;for(b^=w,E=(1<<O)-1;(b&E)!=o[y];)y--,O-=D,E=(1<<O)-1}return 0!==C&&1!=g?SP:wP}function a(s){let a;for(e||(e=[],t=[],r=new Int32Array(TP+1),n=[],i=new Int32Array(TP),o=new Int32Array(TP+1)),t.length<s&&(t=[]),a=0;a<s;a++)t[a]=0;for(a=0;a<TP+1;a++)r[a]=0;for(a=0;a<3;a++)n[a]=0;i.set(r.subarray(0,TP),0),o.set(r.subarray(0,TP+1),0)}this.inflate_trees_bits=function(r,n,i,o,u){let c;return a(19),e[0]=0,c=s(r,0,19,19,null,null,i,n,o,e,t),c==EP?u.msg="oversubscribed dynamic bit lengths tree":c!=SP&&0!==n[0]||(u.msg="incomplete dynamic bit lengths tree",c=EP),c},this.inflate_trees_dynamic=function(r,n,i,o,u,c,l,f,d){let h;return a(288),e[0]=0,h=s(i,0,r,257,$P,PP,c,o,f,e,t),h!=wP||0===o[0]?(h==EP?d.msg="oversubscribed literal/length tree":h!=xP&&(d.msg="incomplete literal/length tree",h=EP),h):(a(288),h=s(i,r,n,0,jP,FP,l,u,f,e,t),h!=wP||0===u[0]&&r>257?(h==EP?d.msg="oversubscribed distance tree":h==SP?(d.msg="incomplete distance tree",h=EP):h!=xP&&(d.msg="empty distance tree with lengths",h=EP),h):wP)}}RP.inflate_trees_fixed=function(e,t,r,n){return e[0]=9,t[0]=5,r[0]=CP,n[0]=AP,wP};const IP=0,MP=1,NP=2,LP=3,BP=4,zP=5,UP=6,WP=7,VP=8,qP=9;function HP(){const e=this;let t,r,n,i,o=0,s=0,a=0,u=0,c=0,l=0,f=0,d=0,h=0,p=0;function m(e,t,r,n,i,o,s,a){let u,c,l,f,d,h,p,m,v,g,y,b,w,_,D,E;p=a.next_in_index,m=a.avail_in,d=s.bitb,h=s.bitk,v=s.write,g=v<s.read?s.read-v-1:s.end-v,y=OP[e],b=OP[t];do{for(;h<20;)m--,d|=(255&a.read_byte(p++))<<h,h+=8;if(u=d&y,c=r,l=n,E=3*(l+u),0!==(f=c[E]))for(;;){if(d>>=c[E+1],h-=c[E+1],0!=(16&f)){for(f&=15,w=c[E+2]+(d&OP[f]),d>>=f,h-=f;h<15;)m--,d|=(255&a.read_byte(p++))<<h,h+=8;for(u=d&b,c=i,l=o,E=3*(l+u),f=c[E];;){if(d>>=c[E+1],h-=c[E+1],0!=(16&f)){for(f&=15;h<f;)m--,d|=(255&a.read_byte(p++))<<h,h+=8;if(_=c[E+2]+(d&OP[f]),d>>=f,h-=f,g-=w,v>=_)D=v-_,v-D>0&&2>v-D?(s.win[v++]=s.win[D++],s.win[v++]=s.win[D++],w-=2):(s.win.set(s.win.subarray(D,D+2),v),v+=2,D+=2,w-=2);else{D=v-_;do{D+=s.end}while(D<0);if(f=s.end-D,w>f){if(w-=f,v-D>0&&f>v-D)do{s.win[v++]=s.win[D++]}while(0!=--f);else s.win.set(s.win.subarray(D,D+f),v),v+=f,D+=f,f=0;D=0}}if(v-D>0&&w>v-D)do{s.win[v++]=s.win[D++]}while(0!=--w);else s.win.set(s.win.subarray(D,D+w),v),v+=w,D+=w,w=0;break}if(0!=(64&f))return a.msg="invalid distance code",w=a.avail_in-m,w=h>>3<w?h>>3:w,m+=w,p-=w,h-=w<<3,s.bitb=d,s.bitk=h,a.avail_in=m,a.total_in+=p-a.next_in_index,a.next_in_index=p,s.write=v,EP;u+=c[E+2],u+=d&OP[f],E=3*(l+u),f=c[E]}break}if(0!=(64&f))return 0!=(32&f)?(w=a.avail_in-m,w=h>>3<w?h>>3:w,m+=w,p-=w,h-=w<<3,s.bitb=d,s.bitk=h,a.avail_in=m,a.total_in+=p-a.next_in_index,a.next_in_index=p,s.write=v,_P):(a.msg="invalid literal/length code",w=a.avail_in-m,w=h>>3<w?h>>3:w,m+=w,p-=w,h-=w<<3,s.bitb=d,s.bitk=h,a.avail_in=m,a.total_in+=p-a.next_in_index,a.next_in_index=p,s.write=v,EP);if(u+=c[E+2],u+=d&OP[f],E=3*(l+u),0===(f=c[E])){d>>=c[E+1],h-=c[E+1],s.win[v++]=c[E+2],g--;break}}else d>>=c[E+1],h-=c[E+1],s.win[v++]=c[E+2],g--}while(g>=258&&m>=10);return w=a.avail_in-m,w=h>>3<w?h>>3:w,m+=w,p-=w,h-=w<<3,s.bitb=d,s.bitk=h,a.avail_in=m,a.total_in+=p-a.next_in_index,a.next_in_index=p,s.write=v,wP}e.init=function(e,o,s,a,u,c){t=IP,f=e,d=o,n=s,h=a,i=u,p=c,r=null},e.proc=function(e,v,g){let y,b,w,_,D,E,x,S=0,O=0,k=0;for(k=v.next_in_index,_=v.avail_in,S=e.bitb,O=e.bitk,D=e.write,E=D<e.read?e.read-D-1:e.end-D;;)switch(t){case IP:if(E>=258&&_>=10&&(e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,g=m(f,d,n,h,i,p,e,v),k=v.next_in_index,_=v.avail_in,S=e.bitb,O=e.bitk,D=e.write,E=D<e.read?e.read-D-1:e.end-D,g!=wP)){t=g==_P?WP:qP;break}a=f,r=n,s=h,t=MP;case MP:for(y=a;O<y;){if(0===_)return e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);g=wP,_--,S|=(255&v.read_byte(k++))<<O,O+=8}if(b=3*(s+(S&OP[y])),S>>>=r[b+1],O-=r[b+1],w=r[b],0===w){u=r[b+2],t=UP;break}if(0!=(16&w)){c=15&w,o=r[b+2],t=NP;break}if(0==(64&w)){a=w,s=b/3+r[b+2];break}if(0!=(32&w)){t=WP;break}return t=qP,v.msg="invalid literal/length code",g=EP,e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);case NP:for(y=c;O<y;){if(0===_)return e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);g=wP,_--,S|=(255&v.read_byte(k++))<<O,O+=8}o+=S&OP[y],S>>=y,O-=y,a=d,r=i,s=p,t=LP;case LP:for(y=a;O<y;){if(0===_)return e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);g=wP,_--,S|=(255&v.read_byte(k++))<<O,O+=8}if(b=3*(s+(S&OP[y])),S>>=r[b+1],O-=r[b+1],w=r[b],0!=(16&w)){c=15&w,l=r[b+2],t=BP;break}if(0==(64&w)){a=w,s=b/3+r[b+2];break}return t=qP,v.msg="invalid distance code",g=EP,e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);case BP:for(y=c;O<y;){if(0===_)return e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);g=wP,_--,S|=(255&v.read_byte(k++))<<O,O+=8}l+=S&OP[y],S>>=y,O-=y,t=zP;case zP:for(x=D-l;x<0;)x+=e.end;for(;0!==o;){if(0===E&&(D==e.end&&0!==e.read&&(D=0,E=D<e.read?e.read-D-1:e.end-D),0===E&&(e.write=D,g=e.inflate_flush(v,g),D=e.write,E=D<e.read?e.read-D-1:e.end-D,D==e.end&&0!==e.read&&(D=0,E=D<e.read?e.read-D-1:e.end-D),0===E)))return e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);e.win[D++]=e.win[x++],E--,x==e.end&&(x=0),o--}t=IP;break;case UP:if(0===E&&(D==e.end&&0!==e.read&&(D=0,E=D<e.read?e.read-D-1:e.end-D),0===E&&(e.write=D,g=e.inflate_flush(v,g),D=e.write,E=D<e.read?e.read-D-1:e.end-D,D==e.end&&0!==e.read&&(D=0,E=D<e.read?e.read-D-1:e.end-D),0===E)))return e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);g=wP,e.win[D++]=u,E--,t=IP;break;case WP:if(O>7&&(O-=8,_++,k--),e.write=D,g=e.inflate_flush(v,g),D=e.write,E=D<e.read?e.read-D-1:e.end-D,e.read!=e.write)return e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);t=VP;case VP:return g=_P,e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);case qP:return g=EP,e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g);default:return g=DP,e.bitb=S,e.bitk=O,v.avail_in=_,v.total_in+=k-v.next_in_index,v.next_in_index=k,e.write=D,e.inflate_flush(v,g)}},e.free=function(){}}const GP=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],KP=0,YP=1,JP=2,ZP=3,XP=4,QP=5,ej=6,tj=7,rj=8,nj=9;function ij(e,t){const r=this;let n,i=KP,o=0,s=0,a=0;const u=[0],c=[0],l=new HP;let f=0,d=new Int32Array(3*kP);const h=new RP;r.bitk=0,r.bitb=0,r.win=new Uint8Array(t),r.end=t,r.read=0,r.write=0,r.reset=function(e,t){t&&(t[0]=0),i==ej&&l.free(e),i=KP,r.bitk=0,r.bitb=0,r.read=r.write=0},r.reset(e,null),r.inflate_flush=function(e,t){let n,i,o;return i=e.next_out_index,o=r.read,n=(o<=r.write?r.write:r.end)-o,n>e.avail_out&&(n=e.avail_out),0!==n&&t==SP&&(t=wP),e.avail_out-=n,e.total_out+=n,e.next_out.set(r.win.subarray(o,o+n),i),i+=n,o+=n,o==r.end&&(o=0,r.write==r.end&&(r.write=0),n=r.write-o,n>e.avail_out&&(n=e.avail_out),0!==n&&t==SP&&(t=wP),e.avail_out-=n,e.total_out+=n,e.next_out.set(r.win.subarray(o,o+n),i),i+=n,o+=n),e.next_out_index=i,r.read=o,t},r.proc=function(e,t){let p,m,v,g,y,b,w,_;for(g=e.next_in_index,y=e.avail_in,m=r.bitb,v=r.bitk,b=r.write,w=b<r.read?r.read-b-1:r.end-b;;){let D,E,x,S,O,k,C,A;switch(i){case KP:for(;v<3;){if(0===y)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);t=wP,y--,m|=(255&e.read_byte(g++))<<v,v+=8}switch(p=7&m,f=1&p,p>>>1){case 0:m>>>=3,v-=3,p=7&v,m>>>=p,v-=p,i=YP;break;case 1:D=[],E=[],x=[[]],S=[[]],RP.inflate_trees_fixed(D,E,x,S),l.init(D[0],E[0],x[0],0,S[0],0),m>>>=3,v-=3,i=ej;break;case 2:m>>>=3,v-=3,i=ZP;break;case 3:return m>>>=3,v-=3,i=nj,e.msg="invalid block type",t=EP,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t)}break;case YP:for(;v<32;){if(0===y)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);t=wP,y--,m|=(255&e.read_byte(g++))<<v,v+=8}if((~m>>>16&65535)!=(65535&m))return i=nj,e.msg="invalid stored block lengths",t=EP,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);o=65535&m,m=v=0,i=0!==o?JP:0!==f?tj:KP;break;case JP:if(0===y)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);if(0===w&&(b==r.end&&0!==r.read&&(b=0,w=b<r.read?r.read-b-1:r.end-b),0===w&&(r.write=b,t=r.inflate_flush(e,t),b=r.write,w=b<r.read?r.read-b-1:r.end-b,b==r.end&&0!==r.read&&(b=0,w=b<r.read?r.read-b-1:r.end-b),0===w)))return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);if(t=wP,p=o,p>y&&(p=y),p>w&&(p=w),r.win.set(e.read_buf(g,p),b),g+=p,y-=p,b+=p,w-=p,0!=(o-=p))break;i=0!==f?tj:KP;break;case ZP:for(;v<14;){if(0===y)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);t=wP,y--,m|=(255&e.read_byte(g++))<<v,v+=8}if(s=p=16383&m,(31&p)>29||(p>>5&31)>29)return i=nj,e.msg="too many length or distance symbols",t=EP,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);if(p=258+(31&p)+(p>>5&31),!n||n.length<p)n=[];else for(_=0;_<p;_++)n[_]=0;m>>>=14,v-=14,a=0,i=XP;case XP:for(;a<4+(s>>>10);){for(;v<3;){if(0===y)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);t=wP,y--,m|=(255&e.read_byte(g++))<<v,v+=8}n[GP[a++]]=7&m,m>>>=3,v-=3}for(;a<19;)n[GP[a++]]=0;if(u[0]=7,p=h.inflate_trees_bits(n,u,c,d,e),p!=wP)return(t=p)==EP&&(n=null,i=nj),r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);a=0,i=QP;case QP:for(;p=s,!(a>=258+(31&p)+(p>>5&31));){let o,l;for(p=u[0];v<p;){if(0===y)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);t=wP,y--,m|=(255&e.read_byte(g++))<<v,v+=8}if(p=d[3*(c[0]+(m&OP[p]))+1],l=d[3*(c[0]+(m&OP[p]))+2],l<16)m>>>=p,v-=p,n[a++]=l;else{for(_=18==l?7:l-14,o=18==l?11:3;v<p+_;){if(0===y)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);t=wP,y--,m|=(255&e.read_byte(g++))<<v,v+=8}if(m>>>=p,v-=p,o+=m&OP[_],m>>>=_,v-=_,_=a,p=s,_+o>258+(31&p)+(p>>5&31)||16==l&&_<1)return n=null,i=nj,e.msg="invalid bit length repeat",t=EP,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);l=16==l?n[_-1]:0;do{n[_++]=l}while(0!=--o);a=_}}if(c[0]=-1,O=[],k=[],C=[],A=[],O[0]=9,k[0]=6,p=s,p=h.inflate_trees_dynamic(257+(31&p),1+(p>>5&31),n,O,k,C,A,d,e),p!=wP)return p==EP&&(n=null,i=nj),t=p,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);l.init(O[0],k[0],d,C[0],d,A[0]),i=ej;case ej:if(r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,(t=l.proc(r,e,t))!=_P)return r.inflate_flush(e,t);if(t=wP,l.free(e),g=e.next_in_index,y=e.avail_in,m=r.bitb,v=r.bitk,b=r.write,w=b<r.read?r.read-b-1:r.end-b,0===f){i=KP;break}i=tj;case tj:if(r.write=b,t=r.inflate_flush(e,t),b=r.write,w=b<r.read?r.read-b-1:r.end-b,r.read!=r.write)return r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);i=rj;case rj:return t=_P,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);case nj:return t=EP,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t);default:return t=DP,r.bitb=m,r.bitk=v,e.avail_in=y,e.total_in+=g-e.next_in_index,e.next_in_index=g,r.write=b,r.inflate_flush(e,t)}}},r.free=function(e){r.reset(e,null),r.win=null,d=null},r.set_dictionary=function(e,t,n){r.win.set(e.subarray(t,t+n),0),r.read=r.write=n},r.sync_point=function(){return i==YP?1:0}}const oj=13,sj=[0,0,255,255];function aj(){const e=this;function t(e){return e&&e.istate?(e.total_in=e.total_out=0,e.msg=null,e.istate.mode=7,e.istate.blocks.reset(e,null),wP):DP}e.mode=0,e.method=0,e.was=[0],e.need=0,e.marker=0,e.wbits=0,e.inflateEnd=function(t){return e.blocks&&e.blocks.free(t),e.blocks=null,wP},e.inflateInit=function(r,n){return r.msg=null,e.blocks=null,n<8||n>15?(e.inflateEnd(r),DP):(e.wbits=n,r.istate.blocks=new ij(r,1<<n),t(r),wP)},e.inflate=function(e,t){let r,n;if(!e||!e.istate||!e.next_in)return DP;const i=e.istate;for(t=4==t?SP:wP,r=SP;;)switch(i.mode){case 0:if(0===e.avail_in)return r;if(r=t,e.avail_in--,e.total_in++,8!=(15&(i.method=e.read_byte(e.next_in_index++)))){i.mode=oj,e.msg="unknown compression method",i.marker=5;break}if(8+(i.method>>4)>i.wbits){i.mode=oj,e.msg="invalid win size",i.marker=5;break}i.mode=1;case 1:if(0===e.avail_in)return r;if(r=t,e.avail_in--,e.total_in++,n=255&e.read_byte(e.next_in_index++),((i.method<<8)+n)%31!=0){i.mode=oj,e.msg="incorrect header check",i.marker=5;break}if(0==(32&n)){i.mode=7;break}i.mode=2;case 2:if(0===e.avail_in)return r;r=t,e.avail_in--,e.total_in++,i.need=(255&e.read_byte(e.next_in_index++))<<24&4278190080,i.mode=3;case 3:if(0===e.avail_in)return r;r=t,e.avail_in--,e.total_in++,i.need+=(255&e.read_byte(e.next_in_index++))<<16&16711680,i.mode=4;case 4:if(0===e.avail_in)return r;r=t,e.avail_in--,e.total_in++,i.need+=(255&e.read_byte(e.next_in_index++))<<8&65280,i.mode=5;case 5:return 0===e.avail_in?r:(r=t,e.avail_in--,e.total_in++,i.need+=255&e.read_byte(e.next_in_index++),i.mode=6,2);case 6:return i.mode=oj,e.msg="need dictionary",i.marker=0,DP;case 7:if(r=i.blocks.proc(e,r),r==EP){i.mode=oj,i.marker=0;break}if(r==wP&&(r=t),r!=_P)return r;r=t,i.blocks.reset(e,i.was),i.mode=12;case 12:return e.avail_in=0,_P;case oj:return EP;default:return DP}},e.inflateSetDictionary=function(e,t,r){let n=0,i=r;if(!e||!e.istate||6!=e.istate.mode)return DP;const o=e.istate;return i>=1<<o.wbits&&(i=(1<<o.wbits)-1,n=r-i),o.blocks.set_dictionary(t,n,i),o.mode=7,wP},e.inflateSync=function(e){let r,n,i,o,s;if(!e||!e.istate)return DP;const a=e.istate;if(a.mode!=oj&&(a.mode=oj,a.marker=0),0===(r=e.avail_in))return SP;for(n=e.next_in_index,i=a.marker;0!==r&&i<4;)e.read_byte(n)==sj[i]?i++:i=0!==e.read_byte(n)?0:4-i,n++,r--;return e.total_in+=n-e.next_in_index,e.next_in_index=n,e.avail_in=r,a.marker=i,4!=i?EP:(o=e.total_in,s=e.total_out,t(e),e.total_in=o,e.total_out=s,a.mode=7,wP)},e.inflateSyncPoint=function(e){return e&&e.istate&&e.istate.blocks?e.istate.blocks.sync_point():DP}}function uj(){}uj.prototype={inflateInit(e){const t=this;return t.istate=new aj,e||(e=15),t.istate.inflateInit(t,e)},inflate(e){const t=this;return t.istate?t.istate.inflate(t,e):DP},inflateEnd(){const e=this;if(!e.istate)return DP;const t=e.istate.inflateEnd(e);return e.istate=null,t},inflateSync(){const e=this;return e.istate?e.istate.inflateSync(e):DP},inflateSetDictionary(e,t){const r=this;return r.istate?r.istate.inflateSetDictionary(r,e,t):DP},read_byte(e){return this.next_in[e]},read_buf(e,t){return this.next_in.subarray(e,e+t)}};const cj=4294967295,lj=65535,fj=8,dj=0,hj=99,pj=67324752,mj=134695760,vj=mj,gj=33639248,yj=101010256,bj=101075792,wj=117853008,_j=1,Dj=39169,Ej=10,xj=1,Sj=21589,Oj=6534,kj=1,Cj=8,Aj=2048,$j=45,Pj=51,jj="/",Fj=new Date(2107,11,31),Tj=new Date(1980,0,1),Rj=void 0,Ij="undefined",Mj="function";class Nj{constructor(e){return class extends TransformStream{constructor(t,r){const n=new e(r);super({transform(e,t){t.enqueue(n.append(e))},flush(e){const t=n.flush();t&&e.enqueue(t)}})}}}}const Lj=64;let Bj=2;try{typeof navigator!=Ij&&navigator.hardwareConcurrency&&(Bj=navigator.hardwareConcurrency)}catch(e){}const zj={chunkSize:524288,maxWorkers:Bj,terminateWorkerTimeout:5e3,useWebWorkers:!0,useCompressionStream:!0,workerScripts:Rj,CompressionStreamNative:typeof CompressionStream!=Ij&&CompressionStream,DecompressionStreamNative:typeof DecompressionStream!=Ij&&DecompressionStream},Uj=Object.assign({},zj);function Wj(e){const{baseURL:t,chunkSize:r,maxWorkers:n,terminateWorkerTimeout:i,useCompressionStream:o,useWebWorkers:s,Deflate:a,Inflate:u,CompressionStream:c,DecompressionStream:l,workerScripts:f}=e;if(Vj("baseURL",t),Vj("chunkSize",r),Vj("maxWorkers",n),Vj("terminateWorkerTimeout",i),Vj("useCompressionStream",o),Vj("useWebWorkers",s),a&&(Uj.CompressionStream=new Nj(a)),u&&(Uj.DecompressionStream=new Nj(u)),Vj("CompressionStream",c),Vj("DecompressionStream",l),f!==Rj){const{deflate:e,inflate:t}=f;if((e||t)&&(Uj.workerScripts||(Uj.workerScripts={})),e){if(!Array.isArray(e))throw new Error("workerScripts.deflate must be an array");Uj.workerScripts.deflate=e}if(t){if(!Array.isArray(t))throw new Error("workerScripts.inflate must be an array");Uj.workerScripts.inflate=t}}}function Vj(e,t){t!==Rj&&(Uj[e]=t)}const qj={application:{"andrew-inset":"ez",annodex:"anx","atom+xml":"atom","atomcat+xml":"atomcat","atomserv+xml":"atomsrv",bbolin:"lin","cu-seeme":"cu","davmount+xml":"davmount",dsptype:"tsp",ecmascript:["es","ecma"],futuresplash:"spl",hta:"hta","java-archive":"jar","java-serialized-object":"ser","java-vm":"class",m3g:"m3g","mac-binhex40":"hqx",mathematica:["nb","ma","mb"],msaccess:"mdb",msword:["doc","dot","wiz"],mxf:"mxf",oda:"oda",ogg:"ogx",pdf:"pdf","pgp-keys":"key","pgp-signature":["asc","sig"],"pics-rules":"prf",postscript:["ps","ai","eps","epsi","epsf","eps2","eps3"],rar:"rar","rdf+xml":"rdf","rss+xml":"rss",rtf:"rtf","xhtml+xml":["xhtml","xht"],xml:["xml","xsl","xsd","xpdl"],"xspf+xml":"xspf",zip:"zip","vnd.android.package-archive":"apk","vnd.cinderella":"cdy","vnd.google-earth.kml+xml":"kml","vnd.google-earth.kmz":"kmz","vnd.mozilla.xul+xml":"xul","vnd.ms-excel":["xls","xlb","xlt","xlm","xla","xlc","xlw"],"vnd.ms-pki.seccat":"cat","vnd.ms-pki.stl":"stl","vnd.ms-powerpoint":["ppt","pps","pot","ppa","pwz"],"vnd.oasis.opendocument.chart":"odc","vnd.oasis.opendocument.database":"odb","vnd.oasis.opendocument.formula":"odf","vnd.oasis.opendocument.graphics":"odg","vnd.oasis.opendocument.graphics-template":"otg","vnd.oasis.opendocument.image":"odi","vnd.oasis.opendocument.presentation":"odp","vnd.oasis.opendocument.presentation-template":"otp","vnd.oasis.opendocument.spreadsheet":"ods","vnd.oasis.opendocument.spreadsheet-template":"ots","vnd.oasis.opendocument.text":"odt","vnd.oasis.opendocument.text-master":["odm","otm"],"vnd.oasis.opendocument.text-template":"ott","vnd.oasis.opendocument.text-web":"oth","vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","vnd.openxmlformats-officedocument.spreadsheetml.template":"xltx","vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","vnd.openxmlformats-officedocument.presentationml.slideshow":"ppsx","vnd.openxmlformats-officedocument.presentationml.template":"potx","vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","vnd.openxmlformats-officedocument.wordprocessingml.template":"dotx","vnd.smaf":"mmf","vnd.stardivision.calc":"sdc","vnd.stardivision.chart":"sds","vnd.stardivision.draw":"sda","vnd.stardivision.impress":"sdd","vnd.stardivision.math":["sdf","smf"],"vnd.stardivision.writer":["sdw","vor"],"vnd.stardivision.writer-global":"sgl","vnd.sun.xml.calc":"sxc","vnd.sun.xml.calc.template":"stc","vnd.sun.xml.draw":"sxd","vnd.sun.xml.draw.template":"std","vnd.sun.xml.impress":"sxi","vnd.sun.xml.impress.template":"sti","vnd.sun.xml.math":"sxm","vnd.sun.xml.writer":"sxw","vnd.sun.xml.writer.global":"sxg","vnd.sun.xml.writer.template":"stw","vnd.symbian.install":["sis","sisx"],"vnd.visio":["vsd","vst","vss","vsw","vsdx","vssx","vstx","vssm","vstm"],"vnd.wap.wbxml":"wbxml","vnd.wap.wmlc":"wmlc","vnd.wap.wmlscriptc":"wmlsc","vnd.wordperfect":"wpd","vnd.wordperfect5.1":"wp5","x-123":"wk","x-7z-compressed":"7z","x-abiword":"abw","x-apple-diskimage":"dmg","x-bcpio":"bcpio","x-bittorrent":"torrent","x-cbr":["cbr","cba","cbt","cb7"],"x-cbz":"cbz","x-cdf":["cdf","cda"],"x-cdlink":"vcd","x-chess-pgn":"pgn","x-cpio":"cpio","x-csh":"csh","x-director":["dir","dxr","cst","cct","cxt","w3d","fgd","swa"],"x-dms":"dms","x-doom":"wad","x-dvi":"dvi","x-httpd-eruby":"rhtml","x-font":"pcf.Z","x-freemind":"mm","x-gnumeric":"gnumeric","x-go-sgf":"sgf","x-graphing-calculator":"gcf","x-gtar":["gtar","taz"],"x-hdf":"hdf","x-httpd-php":["phtml","pht","php"],"x-httpd-php-source":"phps","x-httpd-php3":"php3","x-httpd-php3-preprocessed":"php3p","x-httpd-php4":"php4","x-httpd-php5":"php5","x-ica":"ica","x-info":"info","x-internet-signup":["ins","isp"],"x-iphone":"iii","x-iso9660-image":"iso","x-java-jnlp-file":"jnlp","x-jmol":"jmz","x-killustrator":"kil","x-latex":"latex","x-lyx":"lyx","x-lzx":"lzx","x-maker":["frm","fb","fbdoc"],"x-ms-wmd":"wmd","x-msdos-program":["com","exe","bat","dll"],"x-netcdf":["nc"],"x-ns-proxy-autoconfig":["pac","dat"],"x-nwc":"nwc","x-object":"o","x-oz-application":"oza","x-pkcs7-certreqresp":"p7r","x-python-code":["pyc","pyo"],"x-qgis":["qgs","shp","shx"],"x-quicktimeplayer":"qtl","x-redhat-package-manager":["rpm","rpa"],"x-ruby":"rb","x-sh":"sh","x-shar":"shar","x-shockwave-flash":["swf","swfl"],"x-silverlight":"scr","x-stuffit":"sit","x-sv4cpio":"sv4cpio","x-sv4crc":"sv4crc","x-tar":"tar","x-tex-gf":"gf","x-tex-pk":"pk","x-texinfo":["texinfo","texi"],"x-trash":["~","%","bak","old","sik"],"x-ustar":"ustar","x-wais-source":"src","x-wingz":"wz","x-x509-ca-cert":["crt","der","cer"],"x-xcf":"xcf","x-xfig":"fig","x-xpinstall":"xpi",applixware:"aw","atomsvc+xml":"atomsvc","ccxml+xml":"ccxml","cdmi-capability":"cdmia","cdmi-container":"cdmic","cdmi-domain":"cdmid","cdmi-object":"cdmio","cdmi-queue":"cdmiq","docbook+xml":"dbk","dssc+der":"dssc","dssc+xml":"xdssc","emma+xml":"emma","epub+zip":"epub",exi:"exi","font-tdpfr":"pfr","gml+xml":"gml","gpx+xml":"gpx",gxf:"gxf",hyperstudio:"stk","inkml+xml":["ink","inkml"],ipfix:"ipfix","jsonml+json":"jsonml","lost+xml":"lostxml","mads+xml":"mads",marc:"mrc","marcxml+xml":"mrcx","mathml+xml":["mathml","mml"],mbox:"mbox","mediaservercontrol+xml":"mscml","metalink+xml":"metalink","metalink4+xml":"meta4","mets+xml":"mets","mods+xml":"mods",mp21:["m21","mp21"],mp4:"mp4s","oebps-package+xml":"opf","omdoc+xml":"omdoc",onenote:["onetoc","onetoc2","onetmp","onepkg"],oxps:"oxps","patch-ops-error+xml":"xer","pgp-encrypted":"pgp",pkcs10:"p10","pkcs7-mime":["p7m","p7c"],"pkcs7-signature":"p7s",pkcs8:"p8","pkix-attr-cert":"ac","pkix-crl":"crl","pkix-pkipath":"pkipath",pkixcmp:"pki","pls+xml":"pls","prs.cww":"cww","pskc+xml":"pskcxml","reginfo+xml":"rif","relax-ng-compact-syntax":"rnc","resource-lists+xml":"rl","resource-lists-diff+xml":"rld","rls-services+xml":"rs","rpki-ghostbusters":"gbr","rpki-manifest":"mft","rpki-roa":"roa","rsd+xml":"rsd","sbml+xml":"sbml","scvp-cv-request":"scq","scvp-cv-response":"scs","scvp-vp-request":"spq","scvp-vp-response":"spp",sdp:"sdp","set-payment-initiation":"setpay","set-registration-initiation":"setreg","shf+xml":"shf","sparql-query":"rq","sparql-results+xml":"srx",srgs:"gram","srgs+xml":"grxml","sru+xml":"sru","ssdl+xml":"ssdl","ssml+xml":"ssml","tei+xml":["tei","teicorpus"],"thraud+xml":"tfi","timestamped-data":"tsd","vnd.3gpp.pic-bw-large":"plb","vnd.3gpp.pic-bw-small":"psb","vnd.3gpp.pic-bw-var":"pvb","vnd.3gpp2.tcap":"tcap","vnd.3m.post-it-notes":"pwn","vnd.accpac.simply.aso":"aso","vnd.accpac.simply.imp":"imp","vnd.acucobol":"acu","vnd.acucorp":["atc","acutc"],"vnd.adobe.air-application-installer-package+zip":"air","vnd.adobe.formscentral.fcdt":"fcdt","vnd.adobe.fxp":["fxp","fxpl"],"vnd.adobe.xdp+xml":"xdp","vnd.adobe.xfdf":"xfdf","vnd.ahead.space":"ahead","vnd.airzip.filesecure.azf":"azf","vnd.airzip.filesecure.azs":"azs","vnd.amazon.ebook":"azw","vnd.americandynamics.acc":"acc","vnd.amiga.ami":"ami","vnd.anser-web-certificate-issue-initiation":"cii","vnd.anser-web-funds-transfer-initiation":"fti","vnd.antix.game-component":"atx","vnd.apple.installer+xml":"mpkg","vnd.apple.mpegurl":"m3u8","vnd.aristanetworks.swi":"swi","vnd.astraea-software.iota":"iota","vnd.audiograph":"aep","vnd.blueice.multipass":"mpm","vnd.bmi":"bmi","vnd.businessobjects":"rep","vnd.chemdraw+xml":"cdxml","vnd.chipnuts.karaoke-mmd":"mmd","vnd.claymore":"cla","vnd.cloanto.rp9":"rp9","vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"vnd.cluetrust.cartomobile-config":"c11amc","vnd.cluetrust.cartomobile-config-pkg":"c11amz","vnd.commonspace":"csp","vnd.contact.cmsg":"cdbcmsg","vnd.cosmocaller":"cmc","vnd.crick.clicker":"clkx","vnd.crick.clicker.keyboard":"clkk","vnd.crick.clicker.palette":"clkp","vnd.crick.clicker.template":"clkt","vnd.crick.clicker.wordbank":"clkw","vnd.criticaltools.wbs+xml":"wbs","vnd.ctc-posml":"pml","vnd.cups-ppd":"ppd","vnd.curl.car":"car","vnd.curl.pcurl":"pcurl","vnd.dart":"dart","vnd.data-vision.rdz":"rdz","vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"vnd.dece.ttml+xml":["uvt","uvvt"],"vnd.dece.unspecified":["uvx","uvvx"],"vnd.dece.zip":["uvz","uvvz"],"vnd.denovo.fcselayout-link":"fe_launch","vnd.dna":"dna","vnd.dolby.mlp":"mlp","vnd.dpgraph":"dpg","vnd.dreamfactory":"dfac","vnd.ds-keypoint":"kpxx","vnd.dvb.ait":"ait","vnd.dvb.service":"svc","vnd.dynageo":"geo","vnd.ecowin.chart":"mag","vnd.enliven":"nml","vnd.epson.esf":"esf","vnd.epson.msf":"msf","vnd.epson.quickanime":"qam","vnd.epson.salt":"slt","vnd.epson.ssf":"ssf","vnd.eszigno3+xml":["es3","et3"],"vnd.ezpix-album":"ez2","vnd.ezpix-package":"ez3","vnd.fdf":"fdf","vnd.fdsn.mseed":"mseed","vnd.fdsn.seed":["seed","dataless"],"vnd.flographit":"gph","vnd.fluxtime.clip":"ftc","vnd.framemaker":["fm","frame","maker","book"],"vnd.frogans.fnc":"fnc","vnd.frogans.ltf":"ltf","vnd.fsc.weblaunch":"fsc","vnd.fujitsu.oasys":"oas","vnd.fujitsu.oasys2":"oa2","vnd.fujitsu.oasys3":"oa3","vnd.fujitsu.oasysgp":"fg5","vnd.fujitsu.oasysprs":"bh2","vnd.fujixerox.ddd":"ddd","vnd.fujixerox.docuworks":"xdw","vnd.fujixerox.docuworks.binder":"xbd","vnd.fuzzysheet":"fzs","vnd.genomatix.tuxedo":"txd","vnd.geogebra.file":"ggb","vnd.geogebra.tool":"ggt","vnd.geometry-explorer":["gex","gre"],"vnd.geonext":"gxt","vnd.geoplan":"g2w","vnd.geospace":"g3w","vnd.gmx":"gmx","vnd.grafeq":["gqf","gqs"],"vnd.groove-account":"gac","vnd.groove-help":"ghf","vnd.groove-identity-message":"gim","vnd.groove-injector":"grv","vnd.groove-tool-message":"gtm","vnd.groove-tool-template":"tpl","vnd.groove-vcard":"vcg","vnd.hal+xml":"hal","vnd.handheld-entertainment+xml":"zmm","vnd.hbci":"hbci","vnd.hhe.lesson-player":"les","vnd.hp-hpgl":"hpgl","vnd.hp-hpid":"hpid","vnd.hp-hps":"hps","vnd.hp-jlyt":"jlt","vnd.hp-pcl":"pcl","vnd.hp-pclxl":"pclxl","vnd.hydrostatix.sof-data":"sfd-hdstx","vnd.ibm.minipay":"mpy","vnd.ibm.modcap":["afp","listafp","list3820"],"vnd.ibm.rights-management":"irm","vnd.ibm.secure-container":"sc","vnd.iccprofile":["icc","icm"],"vnd.igloader":"igl","vnd.immervision-ivp":"ivp","vnd.immervision-ivu":"ivu","vnd.insors.igm":"igm","vnd.intercon.formnet":["xpw","xpx"],"vnd.intergeo":"i2g","vnd.intu.qbo":"qbo","vnd.intu.qfx":"qfx","vnd.ipunplugged.rcprofile":"rcprofile","vnd.irepository.package+xml":"irp","vnd.is-xpr":"xpr","vnd.isac.fcs":"fcs","vnd.jam":"jam","vnd.jcp.javame.midlet-rms":"rms","vnd.jisp":"jisp","vnd.joost.joda-archive":"joda","vnd.kahootz":["ktz","ktr"],"vnd.kde.karbon":"karbon","vnd.kde.kchart":"chrt","vnd.kde.kformula":"kfo","vnd.kde.kivio":"flw","vnd.kde.kontour":"kon","vnd.kde.kpresenter":["kpr","kpt"],"vnd.kde.kspread":"ksp","vnd.kde.kword":["kwd","kwt"],"vnd.kenameaapp":"htke","vnd.kidspiration":"kia","vnd.kinar":["kne","knp"],"vnd.koan":["skp","skd","skt","skm"],"vnd.kodak-descriptor":"sse","vnd.las.las+xml":"lasxml","vnd.llamagraphics.life-balance.desktop":"lbd","vnd.llamagraphics.life-balance.exchange+xml":"lbe","vnd.lotus-1-2-3":"123","vnd.lotus-approach":"apr","vnd.lotus-freelance":"pre","vnd.lotus-notes":"nsf","vnd.lotus-organizer":"org","vnd.lotus-screencam":"scm","vnd.lotus-wordpro":"lwp","vnd.macports.portpkg":"portpkg","vnd.mcd":"mcd","vnd.medcalcdata":"mc1","vnd.mediastation.cdkey":"cdkey","vnd.mfer":"mwf","vnd.mfmp":"mfm","vnd.micrografx.flo":"flo","vnd.micrografx.igx":"igx","vnd.mif":"mif","vnd.mobius.daf":"daf","vnd.mobius.dis":"dis","vnd.mobius.mbk":"mbk","vnd.mobius.mqy":"mqy","vnd.mobius.msl":"msl","vnd.mobius.plc":"plc","vnd.mobius.txf":"txf","vnd.mophun.application":"mpn","vnd.mophun.certificate":"mpc","vnd.ms-artgalry":"cil","vnd.ms-cab-compressed":"cab","vnd.ms-excel.addin.macroenabled.12":"xlam","vnd.ms-excel.sheet.binary.macroenabled.12":"xlsb","vnd.ms-excel.sheet.macroenabled.12":"xlsm","vnd.ms-excel.template.macroenabled.12":"xltm","vnd.ms-fontobject":"eot","vnd.ms-htmlhelp":"chm","vnd.ms-ims":"ims","vnd.ms-lrm":"lrm","vnd.ms-officetheme":"thmx","vnd.ms-powerpoint.addin.macroenabled.12":"ppam","vnd.ms-powerpoint.presentation.macroenabled.12":"pptm","vnd.ms-powerpoint.slide.macroenabled.12":"sldm","vnd.ms-powerpoint.slideshow.macroenabled.12":"ppsm","vnd.ms-powerpoint.template.macroenabled.12":"potm","vnd.ms-project":["mpp","mpt"],"vnd.ms-word.document.macroenabled.12":"docm","vnd.ms-word.template.macroenabled.12":"dotm","vnd.ms-works":["wps","wks","wcm","wdb"],"vnd.ms-wpl":"wpl","vnd.ms-xpsdocument":"xps","vnd.mseq":"mseq","vnd.musician":"mus","vnd.muvee.style":"msty","vnd.mynfc":"taglet","vnd.neurolanguage.nlu":"nlu","vnd.nitf":["ntf","nitf"],"vnd.noblenet-directory":"nnd","vnd.noblenet-sealer":"nns","vnd.noblenet-web":"nnw","vnd.nokia.n-gage.data":"ngdat","vnd.nokia.n-gage.symbian.install":"n-gage","vnd.nokia.radio-preset":"rpst","vnd.nokia.radio-presets":"rpss","vnd.novadigm.edm":"edm","vnd.novadigm.edx":"edx","vnd.novadigm.ext":"ext","vnd.oasis.opendocument.chart-template":"otc","vnd.oasis.opendocument.formula-template":"odft","vnd.oasis.opendocument.image-template":"oti","vnd.olpc-sugar":"xo","vnd.oma.dd2+xml":"dd2","vnd.openofficeorg.extension":"oxt","vnd.openxmlformats-officedocument.presentationml.slide":"sldx","vnd.osgeo.mapguide.package":"mgp","vnd.osgi.dp":"dp","vnd.osgi.subsystem":"esa","vnd.palm":["pdb","pqa","oprc"],"vnd.pawaafile":"paw","vnd.pg.format":"str","vnd.pg.osasli":"ei6","vnd.picsel":"efif","vnd.pmi.widget":"wg","vnd.pocketlearn":"plf","vnd.powerbuilder6":"pbd","vnd.previewsystems.box":"box","vnd.proteus.magazine":"mgz","vnd.publishare-delta-tree":"qps","vnd.pvi.ptid1":"ptid","vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"vnd.realvnc.bed":"bed","vnd.recordare.musicxml":"mxl","vnd.recordare.musicxml+xml":"musicxml","vnd.rig.cryptonote":"cryptonote","vnd.rn-realmedia":"rm","vnd.rn-realmedia-vbr":"rmvb","vnd.route66.link66+xml":"link66","vnd.sailingtracker.track":"st","vnd.seemail":"see","vnd.sema":"sema","vnd.semd":"semd","vnd.semf":"semf","vnd.shana.informed.formdata":"ifm","vnd.shana.informed.formtemplate":"itp","vnd.shana.informed.interchange":"iif","vnd.shana.informed.package":"ipk","vnd.simtech-mindmapper":["twd","twds"],"vnd.smart.teacher":"teacher","vnd.solent.sdkm+xml":["sdkm","sdkd"],"vnd.spotfire.dxp":"dxp","vnd.spotfire.sfs":"sfs","vnd.stepmania.package":"smzip","vnd.stepmania.stepchart":"sm","vnd.sus-calendar":["sus","susp"],"vnd.svd":"svd","vnd.syncml+xml":"xsm","vnd.syncml.dm+wbxml":"bdm","vnd.syncml.dm+xml":"xdm","vnd.tao.intent-module-archive":"tao","vnd.tcpdump.pcap":["pcap","cap","dmp"],"vnd.tmobile-livetv":"tmo","vnd.trid.tpt":"tpt","vnd.triscape.mxs":"mxs","vnd.trueapp":"tra","vnd.ufdl":["ufd","ufdl"],"vnd.uiq.theme":"utz","vnd.umajin":"umj","vnd.unity":"unityweb","vnd.uoml+xml":"uoml","vnd.vcx":"vcx","vnd.visionary":"vis","vnd.vsf":"vsf","vnd.webturbo":"wtb","vnd.wolfram.player":"nbp","vnd.wqd":"wqd","vnd.wt.stf":"stf","vnd.xara":"xar","vnd.xfdl":"xfdl","vnd.yamaha.hv-dic":"hvd","vnd.yamaha.hv-script":"hvs","vnd.yamaha.hv-voice":"hvp","vnd.yamaha.openscoreformat":"osf","vnd.yamaha.openscoreformat.osfpvg+xml":"osfpvg","vnd.yamaha.smaf-audio":"saf","vnd.yamaha.smaf-phrase":"spf","vnd.yellowriver-custom-menu":"cmp","vnd.zul":["zir","zirz"],"vnd.zzazz.deck+xml":"zaz","voicexml+xml":"vxml",widget:"wgt",winhlp:"hlp","wsdl+xml":"wsdl","wspolicy+xml":"wspolicy","x-ace-compressed":"ace","x-authorware-bin":["aab","x32","u32","vox"],"x-authorware-map":"aam","x-authorware-seg":"aas","x-blorb":["blb","blorb"],"x-bzip":"bz","x-bzip2":["bz2","boz"],"x-cfs-compressed":"cfs","x-chat":"chat","x-conference":"nsc","x-dgc-compressed":"dgc","x-dtbncx+xml":"ncx","x-dtbook+xml":"dtb","x-dtbresource+xml":"res","x-eva":"eva","x-font-bdf":"bdf","x-font-ghostscript":"gsf","x-font-linux-psf":"psf","x-font-pcf":"pcf","x-font-snf":"snf","x-font-ttf":["ttf","ttc"],"x-font-type1":["pfa","pfb","pfm","afm"],"x-freearc":"arc","x-gca-compressed":"gca","x-glulx":"ulx","x-gramps-xml":"gramps","x-install-instructions":"install","x-lzh-compressed":["lzh","lha"],"x-mie":"mie","x-mobipocket-ebook":["prc","mobi"],"x-ms-application":"application","x-ms-shortcut":"lnk","x-ms-xbap":"xbap","x-msbinder":"obd","x-mscardfile":"crd","x-msclip":"clp","application/x-ms-installer":"msi","x-msmediaview":["mvb","m13","m14"],"x-msmetafile":["wmf","wmz","emf","emz"],"x-msmoney":"mny","x-mspublisher":"pub","x-msschedule":"scd","x-msterminal":"trm","x-mswrite":"wri","x-nzb":"nzb","x-pkcs12":["p12","pfx"],"x-pkcs7-certificates":["p7b","spc"],"x-research-info-systems":"ris","x-silverlight-app":"xap","x-sql":"sql","x-stuffitx":"sitx","x-subrip":"srt","x-t3vm-image":"t3","x-tex-tfm":"tfm","x-tgif":"obj","x-xliff+xml":"xlf","x-xz":"xz","x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"xaml+xml":"xaml","xcap-diff+xml":"xdf","xenc+xml":"xenc","xml-dtd":"dtd","xop+xml":"xop","xproc+xml":"xpl","xslt+xml":"xslt","xv+xml":["mxml","xhvml","xvml","xvm"],yang:"yang","yin+xml":"yin",envoy:"evy",fractals:"fif","internet-property-stream":"acx",olescript:"axs","vnd.ms-outlook":"msg","vnd.ms-pkicertstore":"sst","x-compress":"z","x-perfmon":["pma","pmc","pmr","pmw"],"ynd.ms-pkipko":"pko",gzip:["gz","tgz"],"smil+xml":["smi","smil"],"vnd.debian.binary-package":["deb","udeb"],"vnd.hzn-3d-crossword":"x3d","vnd.sqlite3":["db","sqlite","sqlite3","db-wal","sqlite-wal","db-shm","sqlite-shm"],"vnd.wap.sic":"sic","vnd.wap.slc":"slc","x-krita":["kra","krz"],"x-perl":["pm","pl"],yaml:["yaml","yml"]},audio:{amr:"amr","amr-wb":"awb",annodex:"axa",basic:["au","snd"],flac:"flac",midi:["mid","midi","kar","rmi"],mpeg:["mpga","mpega","mp3","m4a","mp2a","m2a","m3a"],mpegurl:"m3u",ogg:["oga","ogg","spx"],"prs.sid":"sid","x-aiff":"aifc","x-gsm":"gsm","x-ms-wma":"wma","x-ms-wax":"wax","x-pn-realaudio":"ram","x-realaudio":"ra","x-sd2":"sd2",adpcm:"adp",mp4:"mp4a",s3m:"s3m",silk:"sil","vnd.dece.audio":["uva","uvva"],"vnd.digital-winds":"eol","vnd.dra":"dra","vnd.dts":"dts","vnd.dts.hd":"dtshd","vnd.lucent.voice":"lvp","vnd.ms-playready.media.pya":"pya","vnd.nuera.ecelp4800":"ecelp4800","vnd.nuera.ecelp7470":"ecelp7470","vnd.nuera.ecelp9600":"ecelp9600","vnd.rip":"rip",webm:"weba","x-caf":"caf","x-matroska":"mka","x-pn-realaudio-plugin":"rmp",xm:"xm",aac:"aac",aiff:["aiff","aif","aff"],opus:"opus",wav:"wav"},chemical:{"x-alchemy":"alc","x-cache":["cac","cache"],"x-cache-csf":"csf","x-cactvs-binary":["cbin","cascii","ctab"],"x-cdx":"cdx","x-chem3d":"c3d","x-cif":"cif","x-cmdf":"cmdf","x-cml":"cml","x-compass":"cpa","x-crossfire":"bsd","x-csml":["csml","csm"],"x-ctx":"ctx","x-cxf":["cxf","cef"],"x-embl-dl-nucleotide":["emb","embl"],"x-gamess-input":["inp","gam","gamin"],"x-gaussian-checkpoint":["fch","fchk"],"x-gaussian-cube":"cub","x-gaussian-input":["gau","gjc","gjf"],"x-gaussian-log":"gal","x-gcg8-sequence":"gcg","x-genbank":"gen","x-hin":"hin","x-isostar":["istr","ist"],"x-jcamp-dx":["jdx","dx"],"x-kinemage":"kin","x-macmolecule":"mcm","x-macromodel-input":"mmod","x-mdl-molfile":"mol","x-mdl-rdfile":"rd","x-mdl-rxnfile":"rxn","x-mdl-sdfile":"sd","x-mdl-tgf":"tgf","x-mmcif":"mcif","x-mol2":"mol2","x-molconn-Z":"b","x-mopac-graph":"gpt","x-mopac-input":["mop","mopcrt","zmt"],"x-mopac-out":"moo","x-ncbi-asn1":"asn","x-ncbi-asn1-ascii":["prt","ent"],"x-ncbi-asn1-binary":"val","x-rosdal":"ros","x-swissprot":"sw","x-vamas-iso14976":"vms","x-vmd":"vmd","x-xtel":"xtel","x-xyz":"xyz"},font:{otf:"otf",woff:"woff",woff2:"woff2"},image:{gif:"gif",ief:"ief",jpeg:["jpeg","jpg","jpe","jfif","jfif-tbnl","jif"],pcx:"pcx",png:"png","svg+xml":["svg","svgz"],tiff:["tiff","tif"],"vnd.djvu":["djvu","djv"],"vnd.wap.wbmp":"wbmp","x-canon-cr2":"cr2","x-canon-crw":"crw","x-cmu-raster":"ras","x-coreldraw":"cdr","x-coreldrawpattern":"pat","x-coreldrawtemplate":"cdt","x-corelphotopaint":"cpt","x-epson-erf":"erf","x-icon":"ico","x-jg":"art","x-jng":"jng","x-nikon-nef":"nef","x-olympus-orf":"orf","x-portable-anymap":"pnm","x-portable-bitmap":"pbm","x-portable-graymap":"pgm","x-portable-pixmap":"ppm","x-rgb":"rgb","x-xbitmap":"xbm","x-xpixmap":"xpm","x-xwindowdump":"xwd",bmp:"bmp",cgm:"cgm",g3fax:"g3",ktx:"ktx","prs.btif":"btif",sgi:"sgi","vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"vnd.dwg":"dwg","vnd.dxf":"dxf","vnd.fastbidsheet":"fbs","vnd.fpx":"fpx","vnd.fst":"fst","vnd.fujixerox.edmics-mmr":"mmr","vnd.fujixerox.edmics-rlc":"rlc","vnd.ms-modi":"mdi","vnd.ms-photo":"wdp","vnd.net-fpx":"npx","vnd.xiff":"xif",webp:"webp","x-3ds":"3ds","x-cmx":"cmx","x-freehand":["fh","fhc","fh4","fh5","fh7"],"x-pict":["pic","pct"],"x-tga":"tga","cis-cod":"cod",avif:"avifs",heic:["heif","heic"],pjpeg:["pjpg"],"vnd.adobe.photoshop":"psd","x-adobe-dng":"dng","x-fuji-raf":"raf","x-icns":"icns","x-kodak-dcr":"dcr","x-kodak-k25":"k25","x-kodak-kdc":"kdc","x-minolta-mrw":"mrw","x-panasonic-raw":["raw","rw2","rwl"],"x-pentax-pef":["pef","ptx"],"x-sigma-x3f":"x3f","x-sony-arw":"arw","x-sony-sr2":"sr2","x-sony-srf":"srf"},message:{rfc822:["eml","mime","mht","mhtml","nws"]},model:{iges:["igs","iges"],mesh:["msh","mesh","silo"],vrml:["wrl","vrml"],"x3d+vrml":["x3dv","x3dvz"],"x3d+xml":"x3dz","x3d+binary":["x3db","x3dbz"],"vnd.collada+xml":"dae","vnd.dwf":"dwf","vnd.gdl":"gdl","vnd.gtw":"gtw","vnd.mts":"mts","vnd.usdz+zip":"usdz","vnd.vtu":"vtu"},text:{"cache-manifest":["manifest","appcache"],calendar:["ics","icz","ifb"],css:"css",csv:"csv",h323:"323",html:["html","htm","shtml","stm"],iuls:"uls",plain:["txt","text","brf","conf","def","list","log","in","bas","diff","ksh"],richtext:"rtx",scriptlet:["sct","wsc"],texmacs:"tm","tab-separated-values":"tsv","vnd.sun.j2me.app-descriptor":"jad","vnd.wap.wml":"wml","vnd.wap.wmlscript":"wmls","x-bibtex":"bib","x-boo":"boo","x-c++hdr":["h++","hpp","hxx","hh"],"x-c++src":["c++","cpp","cxx","cc"],"x-component":"htc","x-dsrc":"d","x-diff":"patch","x-haskell":"hs","x-java":"java","x-literate-haskell":"lhs","x-moc":"moc","x-pascal":["p","pas","pp","inc"],"x-pcs-gcd":"gcd","x-python":"py","x-scala":"scala","x-setext":"etx","x-tcl":["tcl","tk"],"x-tex":["tex","ltx","sty","cls"],"x-vcalendar":"vcs","x-vcard":"vcf",n3:"n3","prs.lines.tag":"dsc",sgml:["sgml","sgm"],troff:["t","tr","roff","man","me","ms"],turtle:"ttl","uri-list":["uri","uris","urls"],vcard:"vcard","vnd.curl":"curl","vnd.curl.dcurl":"dcurl","vnd.curl.scurl":"scurl","vnd.curl.mcurl":"mcurl","vnd.dvb.subtitle":"sub","vnd.fly":"fly","vnd.fmi.flexstor":"flx","vnd.graphviz":"gv","vnd.in3d.3dml":"3dml","vnd.in3d.spot":"spot","x-asm":["s","asm"],"x-c":["c","h","dic"],"x-fortran":["f","for","f77","f90"],"x-opml":"opml","x-nfo":"nfo","x-sfv":"sfv","x-uuencode":"uu",webviewhtml:"htt",javascript:"js",json:"json",markdown:["md","markdown","mdown","markdn"],"vnd.wap.si":"si","vnd.wap.sl":"sl"},video:{avif:"avif","3gpp":"3gp",annodex:"axv",dl:"dl",dv:["dif","dv"],fli:"fli",gl:"gl",mpeg:["mpeg","mpg","mpe","m1v","m2v","mp2","mpa","mpv2"],mp4:["mp4","mp4v","mpg4"],quicktime:["qt","mov"],ogg:"ogv","vnd.mpegurl":["mxu","m4u"],"x-flv":"flv","x-la-asf":["lsf","lsx"],"x-mng":"mng","x-ms-asf":["asf","asx","asr"],"x-ms-wm":"wm","x-ms-wmv":"wmv","x-ms-wmx":"wmx","x-ms-wvx":"wvx","x-msvideo":"avi","x-sgi-movie":"movie","x-matroska":["mpv","mkv","mk3d","mks"],"3gpp2":"3g2",h261:"h261",h263:"h263",h264:"h264",jpeg:"jpgv",jpm:["jpm","jpgm"],mj2:["mj2","mjp2"],"vnd.dece.hd":["uvh","uvvh"],"vnd.dece.mobile":["uvm","uvvm"],"vnd.dece.pd":["uvp","uvvp"],"vnd.dece.sd":["uvs","uvvs"],"vnd.dece.video":["uvv","uvvv"],"vnd.dvb.file":"dvb","vnd.fvt":"fvt","vnd.ms-playready.media.pyv":"pyv","vnd.uvvu.mp4":["uvu","uvvu"],"vnd.vivo":"viv",webm:"webm","x-f4v":"f4v","x-m4v":"m4v","x-ms-vob":"vob","x-smv":"smv",mp2t:"ts"},"x-conference":{"x-cooltalk":"ice"},"x-world":{"x-vrml":["vrm","flr","wrz","xaf","xof"]}};(()=>{const e={};for(const t of Object.keys(qj))for(const r of Object.keys(qj[t])){const n=qj[t][r];if("string"==typeof n)e[n]=t+"/"+r;else for(let i=0;i<n.length;i++)e[n[i]]=t+"/"+r}})();const Hj=[];for(let e=0;e<256;e++){let t=e;for(let e=0;e<8;e++)1&t?t=t>>>1^3988292384:t>>>=1;Hj[e]=t}class Gj{constructor(e){this.crc=e||-1}append(e){let t=0|this.crc;for(let r=0,n=0|e.length;r<n;r++)t=t>>>8^Hj[255&(t^e[r])];this.crc=t}get(){return~this.crc}}class Kj extends TransformStream{constructor(){let e;const t=new Gj;super({transform(e,r){t.append(e),r.enqueue(e)},flush(){const r=new Uint8Array(4);new DataView(r.buffer).setUint32(0,t.get()),e.value=r}}),e=this}}function Yj(e){if(typeof TextEncoder==Ij){e=unescape(encodeURIComponent(e));const t=new Uint8Array(e.length);for(let r=0;r<t.length;r++)t[r]=e.charCodeAt(r);return t}return(new TextEncoder).encode(e)}const Jj={concat(e,t){if(0===e.length||0===t.length)return e.concat(t);const r=e[e.length-1],n=Jj.getPartial(r);return 32===n?e.concat(t):Jj._shiftRight(t,n,0|r,e.slice(0,e.length-1))},bitLength(e){const t=e.length;if(0===t)return 0;const r=e[t-1];return 32*(t-1)+Jj.getPartial(r)},clamp(e,t){if(32*e.length<t)return e;const r=(e=e.slice(0,Math.ceil(t/32))).length;return t&=31,r>0&&t&&(e[r-1]=Jj.partial(t,e[r-1]&2147483648>>t-1,1)),e},partial:(e,t,r)=>32===e?t:(r?0|t:t<<32-e)+1099511627776*e,getPartial:e=>Math.round(e/1099511627776)||32,_shiftRight(e,t,r,n){for(void 0===n&&(n=[]);t>=32;t-=32)n.push(r),r=0;if(0===t)return n.concat(e);for(let i=0;i<e.length;i++)n.push(r|e[i]>>>t),r=e[i]<<32-t;const i=e.length?e[e.length-1]:0,o=Jj.getPartial(i);return n.push(Jj.partial(t+o&31,t+o>32?r:n.pop(),1)),n}},Zj={bytes:{fromBits(e){const t=Jj.bitLength(e)/8,r=new Uint8Array(t);let n;for(let i=0;i<t;i++)0==(3&i)&&(n=e[i/4]),r[i]=n>>>24,n<<=8;return r},toBits(e){const t=[];let r,n=0;for(r=0;r<e.length;r++)n=n<<8|e[r],3==(3&r)&&(t.push(n),n=0);return 3&r&&t.push(Jj.partial(8*(3&r),n)),t}}},Xj={sha1:class{constructor(e){const t=this;t.blockSize=512,t._init=[1732584193,4023233417,2562383102,271733878,3285377520],t._key=[1518500249,1859775393,2400959708,3395469782],e?(t._h=e._h.slice(0),t._buffer=e._buffer.slice(0),t._length=e._length):t.reset()}reset(){const e=this;return e._h=e._init.slice(0),e._buffer=[],e._length=0,e}update(e){const t=this;"string"==typeof e&&(e=Zj.utf8String.toBits(e));const r=t._buffer=Jj.concat(t._buffer,e),n=t._length,i=t._length=n+Jj.bitLength(e);if(i>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const o=new Uint32Array(r);let s=0;for(let e=t.blockSize+n-(t.blockSize+n&t.blockSize-1);e<=i;e+=t.blockSize)t._block(o.subarray(16*s,16*(s+1))),s+=1;return r.splice(0,16*s),t}finalize(){const e=this;let t=e._buffer;const r=e._h;t=Jj.concat(t,[Jj.partial(1,1)]);for(let e=t.length+2;15&e;e++)t.push(0);for(t.push(Math.floor(e._length/4294967296)),t.push(0|e._length);t.length;)e._block(t.splice(0,16));return e.reset(),r}_f(e,t,r,n){return e<=19?t&r|~t&n:e<=39?t^r^n:e<=59?t&r|t&n|r&n:e<=79?t^r^n:void 0}_S(e,t){return t<<e|t>>>32-e}_block(e){const t=this,r=t._h,n=Array(80);for(let t=0;t<16;t++)n[t]=e[t];let i=r[0],o=r[1],s=r[2],a=r[3],u=r[4];for(let e=0;e<=79;e++){e>=16&&(n[e]=t._S(1,n[e-3]^n[e-8]^n[e-14]^n[e-16]));const r=t._S(5,i)+t._f(e,o,s,a)+u+n[e]+t._key[Math.floor(e/20)]|0;u=a,a=s,s=t._S(30,o),o=i,i=r}r[0]=r[0]+i|0,r[1]=r[1]+o|0,r[2]=r[2]+s|0,r[3]=r[3]+a|0,r[4]=r[4]+u|0}}},Qj={aes:class{constructor(e){const t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();const r=t._tables[0][4],n=t._tables[1],i=e.length;let o,s,a,u=1;if(4!==i&&6!==i&&8!==i)throw new Error("invalid aes key size");for(t._key=[s=e.slice(0),a=[]],o=i;o<4*i+28;o++){let e=s[o-1];(o%i==0||8===i&&o%i==4)&&(e=r[e>>>24]<<24^r[e>>16&255]<<16^r[e>>8&255]<<8^r[255&e],o%i==0&&(e=e<<8^e>>>24^u<<24,u=u<<1^283*(u>>7))),s[o]=s[o-i]^e}for(let e=0;o;e++,o--){const t=s[3&e?o:o-4];a[e]=o<=4||e<4?t:n[0][r[t>>>24]]^n[1][r[t>>16&255]]^n[2][r[t>>8&255]]^n[3][r[255&t]]}}encrypt(e){return this._crypt(e,0)}decrypt(e){return this._crypt(e,1)}_precompute(){const e=this._tables[0],t=this._tables[1],r=e[4],n=t[4],i=[],o=[];let s,a,u,c;for(let e=0;e<256;e++)o[(i[e]=e<<1^283*(e>>7))^e]=e;for(let l=s=0;!r[l];l^=a||1,s=o[s]||1){let o=s^s<<1^s<<2^s<<3^s<<4;o=o>>8^255&o^99,r[l]=o,n[o]=l,c=i[u=i[a=i[l]]];let f=16843009*c^65537*u^257*a^16843008*l,d=257*i[o]^16843008*o;for(let r=0;r<4;r++)e[r][l]=d=d<<24^d>>>8,t[r][o]=f=f<<24^f>>>8}for(let r=0;r<5;r++)e[r]=e[r].slice(0),t[r]=t[r].slice(0)}_crypt(e,t){if(4!==e.length)throw new Error("invalid aes block size");const r=this._key[t],n=r.length/4-2,i=[0,0,0,0],o=this._tables[t],s=o[0],a=o[1],u=o[2],c=o[3],l=o[4];let f,d,h,p=e[0]^r[0],m=e[t?3:1]^r[1],v=e[2]^r[2],g=e[t?1:3]^r[3],y=4;for(let e=0;e<n;e++)f=s[p>>>24]^a[m>>16&255]^u[v>>8&255]^c[255&g]^r[y],d=s[m>>>24]^a[v>>16&255]^u[g>>8&255]^c[255&p]^r[y+1],h=s[v>>>24]^a[g>>16&255]^u[p>>8&255]^c[255&m]^r[y+2],g=s[g>>>24]^a[p>>16&255]^u[m>>8&255]^c[255&v]^r[y+3],y+=4,p=f,m=d,v=h;for(let e=0;e<4;e++)i[t?3&-e:e]=l[p>>>24]<<24^l[m>>16&255]<<16^l[v>>8&255]<<8^l[255&g]^r[y++],f=p,p=m,m=v,v=g,g=f;return i}}},eF={getRandomValues(e){const t=new Uint32Array(e.buffer),r=e=>{let t=987654321;const r=4294967295;return function(){t=36969*(65535&t)+(t>>16)&r;return(((t<<16)+(e=18e3*(65535&e)+(e>>16)&r)&r)/4294967296+.5)*(Math.random()>.5?1:-1)}};for(let n,i=0;i<e.length;i+=4){const e=r(4294967296*(n||Math.random()));n=987654071*e(),t[i/4]=4294967296*e()|0}return e}},tF={ctrGladman:class{constructor(e,t){this._prf=e,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(e){return this.calculate(this._prf,e,this._iv)}incWord(e){if(255==(e>>24&255)){let t=e>>16&255,r=e>>8&255,n=255&e;255===t?(t=0,255===r?(r=0,255===n?n=0:++n):++r):++t,e=0,e+=t<<16,e+=r<<8,e+=n}else e+=1<<24;return e}incCounter(e){0===(e[0]=this.incWord(e[0]))&&(e[1]=this.incWord(e[1]))}calculate(e,t,r){let n;if(!(n=t.length))return[];const i=Jj.bitLength(t);for(let i=0;i<n;i+=4){this.incCounter(r);const n=e.encrypt(r);t[i]^=n[0],t[i+1]^=n[1],t[i+2]^=n[2],t[i+3]^=n[3]}return Jj.clamp(t,i)}}},rF={importKey:e=>new rF.hmacSha1(Zj.bytes.toBits(e)),pbkdf2(e,t,r,n){if(r=r||1e4,n<0||r<0)throw new Error("invalid params to pbkdf2");const i=1+(n>>5)<<2;let o,s,a,u,c;const l=new ArrayBuffer(i),f=new DataView(l);let d=0;const h=Jj;for(t=Zj.bytes.toBits(t),c=1;d<(i||1);c++){for(o=s=e.encrypt(h.concat(t,[c])),a=1;a<r;a++)for(s=e.encrypt(s),u=0;u<s.length;u++)o[u]^=s[u];for(a=0;d<(i||1)&&a<o.length;a++)f.setInt32(d,o[a]),d+=4}return l.slice(0,n/8)},hmacSha1:class{constructor(e){const t=this,r=t._hash=Xj.sha1,n=[[],[]];t._baseHash=[new r,new r];const i=t._baseHash[0].blockSize/32;e.length>i&&(e=(new r).update(e).finalize());for(let t=0;t<i;t++)n[0][t]=909522486^e[t],n[1][t]=1549556828^e[t];t._baseHash[0].update(n[0]),t._baseHash[1].update(n[1]),t._resultHash=new r(t._baseHash[0])}reset(){const e=this;e._resultHash=new e._hash(e._baseHash[0]),e._updated=!1}update(e){this._updated=!0,this._resultHash.update(e)}digest(){const e=this,t=e._resultHash.finalize(),r=new e._hash(e._baseHash[1]).update(t).finalize();return e.reset(),r}encrypt(e){if(this._updated)throw new Error("encrypt on already updated hmac called!");return this.update(e),this.digest(e)}}},nF=typeof crypto!=Ij&&typeof crypto.getRandomValues==Mj,iF="Invalid password",oF="Invalid signature",sF="zipjs-abort-check-password";function aF(e){return nF?crypto.getRandomValues(e):eF.getRandomValues(e)}const uF=16,cF="raw",lF={name:"PBKDF2"},fF=Object.assign({hash:{name:"HMAC"}},lF),dF=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},lF),hF=["deriveBits"],pF=[8,12,16],mF=[16,24,32],vF=10,gF=[0,0,0,0],yF=typeof crypto!=Ij,bF=yF&&crypto.subtle,wF=yF&&typeof bF!=Ij,_F=Zj.bytes,DF=Qj.aes,EF=tF.ctrGladman,xF=rF.hmacSha1;let SF=yF&&wF&&typeof bF.importKey==Mj,OF=yF&&wF&&typeof bF.deriveBits==Mj;class kF extends TransformStream{constructor({password:e,rawPassword:t,signed:r,encryptionStrength:n,checkPasswordOnly:i}){super({start(){Object.assign(this,{ready:new Promise((e=>this.resolveReady=e)),password:PF(e,t),signed:r,strength:n-1,pending:new Uint8Array})},async transform(e,t){const r=this,{password:n,strength:o,resolveReady:s,ready:a}=r;n?(await async function(e,t,r,n){const i=await $F(e,t,r,FF(n,0,pF[t])),o=FF(n,pF[t]);if(i[0]!=o[0]||i[1]!=o[1])throw new Error(iF)}(r,o,n,FF(e,0,pF[o]+2)),e=FF(e,pF[o]+2),i?t.error(new Error(sF)):s()):await a;const u=new Uint8Array(e.length-vF-(e.length-vF)%uF);t.enqueue(AF(r,e,u,0,vF,!0))},async flush(e){const{signed:t,ctr:r,hmac:n,pending:i,ready:o}=this;if(n&&r){await o;const s=FF(i,0,i.length-vF),a=FF(i,i.length-vF);let u=new Uint8Array;if(s.length){const e=RF(_F,s);n.update(e);const t=r.update(e);u=TF(_F,t)}if(t){const e=FF(TF(_F,n.digest()),0,vF);for(let t=0;t<vF;t++)if(e[t]!=a[t])throw new Error(oF)}e.enqueue(u)}}})}}class CF extends TransformStream{constructor({password:e,rawPassword:t,encryptionStrength:r}){let n;super({start(){Object.assign(this,{ready:new Promise((e=>this.resolveReady=e)),password:PF(e,t),strength:r-1,pending:new Uint8Array})},async transform(e,t){const r=this,{password:n,strength:i,resolveReady:o,ready:s}=r;let a=new Uint8Array;n?(a=await async function(e,t,r){const n=aF(new Uint8Array(pF[t])),i=await $F(e,t,r,n);return jF(n,i)}(r,i,n),o()):await s;const u=new Uint8Array(a.length+e.length-e.length%uF);u.set(a,0),t.enqueue(AF(r,e,u,a.length,0))},async flush(e){const{ctr:t,hmac:r,pending:i,ready:o}=this;if(r&&t){await o;let s=new Uint8Array;if(i.length){const e=t.update(RF(_F,i));r.update(e),s=TF(_F,e)}n.signature=TF(_F,r.digest()).slice(0,vF),e.enqueue(jF(s,n.signature))}}}),n=this}}function AF(e,t,r,n,i,o){const{ctr:s,hmac:a,pending:u}=e,c=t.length-i;let l;for(u.length&&(t=jF(u,t),r=function(e,t){if(t&&t>e.length){const r=e;(e=new Uint8Array(t)).set(r,0)}return e}(r,c-c%uF)),l=0;l<=c-uF;l+=uF){const e=RF(_F,FF(t,l,l+uF));o&&a.update(e);const i=s.update(e);o||a.update(i),r.set(TF(_F,i),l+n)}return e.pending=FF(t,l),r}async function $F(e,t,r,n){e.password=null;const i=await async function(e,t,r,n,i){if(!SF)return rF.importKey(t);try{return await bF.importKey(e,t,r,n,i)}catch(e){return SF=!1,rF.importKey(t)}}(cF,r,fF,!1,hF),o=await async function(e,t,r){if(!OF)return rF.pbkdf2(t,e.salt,dF.iterations,r);try{return await bF.deriveBits(e,t,r)}catch(n){return OF=!1,rF.pbkdf2(t,e.salt,dF.iterations,r)}}(Object.assign({salt:n},dF),i,8*(2*mF[t]+2)),s=new Uint8Array(o),a=RF(_F,FF(s,0,mF[t])),u=RF(_F,FF(s,mF[t],2*mF[t])),c=FF(s,2*mF[t]);return Object.assign(e,{keys:{key:a,authentication:u,passwordVerification:c},ctr:new EF(new DF(a),Array.from(gF)),hmac:new xF(u)}),c}function PF(e,t){return t===Rj?Yj(e):t}function jF(e,t){let r=e;return e.length+t.length&&(r=new Uint8Array(e.length+t.length),r.set(e,0),r.set(t,e.length)),r}function FF(e,t,r){return e.subarray(t,r)}function TF(e,t){return e.fromBits(t)}function RF(e,t){return e.toBits(t)}const IF=12;class MF extends TransformStream{constructor({password:e,passwordVerification:t,checkPasswordOnly:r}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),zF(this,e)},transform(e,t){const n=this;if(n.password){const t=LF(n,e.subarray(0,IF));if(n.password=null,t[11]!=n.passwordVerification)throw new Error(iF);e=e.subarray(IF)}r?t.error(new Error(sF)):t.enqueue(LF(n,e))}})}}class NF extends TransformStream{constructor({password:e,passwordVerification:t}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),zF(this,e)},transform(e,t){const r=this;let n,i;if(r.password){r.password=null;const t=aF(new Uint8Array(IF));t[11]=r.passwordVerification,n=new Uint8Array(e.length+t.length),n.set(BF(r,t),0),i=IF}else n=new Uint8Array(e.length),i=0;n.set(BF(r,e),i),t.enqueue(n)}})}}function LF(e,t){const r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=WF(e)^t[n],UF(e,r[n]);return r}function BF(e,t){const r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=WF(e)^t[n],UF(e,t[n]);return r}function zF(e,t){const r=[305419896,591751049,878082192];Object.assign(e,{keys:r,crcKey0:new Gj(r[0]),crcKey2:new Gj(r[2])});for(let r=0;r<t.length;r++)UF(e,t.charCodeAt(r))}function UF(e,t){let[r,n,i]=e.keys;e.crcKey0.append([t]),r=~e.crcKey0.get(),n=qF(Math.imul(qF(n+VF(r)),134775813)+1),e.crcKey2.append([n>>>24]),i=~e.crcKey2.get(),e.keys=[r,n,i]}function WF(e){const t=2|e.keys[2];return VF(Math.imul(t,1^t)>>>8)}function VF(e){return 255&e}function qF(e){return 4294967295&e}const HF="deflate-raw";class GF extends TransformStream{constructor(e,{chunkSize:t,CompressionStream:r,CompressionStreamNative:n}){super({});const{compressed:i,encrypted:o,useCompressionStream:s,zipCrypto:a,signed:u,level:c}=e,l=this;let f,d,h=YF(super.readable);o&&!a||!u||(f=new Kj,h=XF(h,f)),i&&(h=ZF(h,s,{level:c,chunkSize:t},n,r)),o&&(a?h=XF(h,new NF(e)):(d=new CF(e),h=XF(h,d))),JF(l,h,(()=>{let e;o&&!a&&(e=d.signature),o&&!a||!u||(e=new DataView(f.value.buffer).getUint32(0)),l.signature=e}))}}class KF extends TransformStream{constructor(e,{chunkSize:t,DecompressionStream:r,DecompressionStreamNative:n}){super({});const{zipCrypto:i,encrypted:o,signed:s,signature:a,compressed:u,useCompressionStream:c}=e;let l,f,d=YF(super.readable);o&&(i?d=XF(d,new MF(e)):(f=new kF(e),d=XF(d,f))),u&&(d=ZF(d,c,{chunkSize:t},n,r)),o&&!i||!s||(l=new Kj,d=XF(d,l)),JF(this,d,(()=>{if((!o||i)&&s){const e=new DataView(l.value.buffer);if(a!=e.getUint32(0,!1))throw new Error(oF)}}))}}function YF(e){return XF(e,new TransformStream({transform(e,t){e&&e.length&&t.enqueue(e)}}))}function JF(e,t,r){t=XF(t,new TransformStream({flush:r})),Object.defineProperty(e,"readable",{get:()=>t})}function ZF(e,t,r,n,i){try{e=XF(e,new(t&&n?n:i)(HF,r))}catch(n){if(!t)return e;try{e=XF(e,new i(HF,r))}catch(t){return e}}return e}function XF(e,t){return e.pipeThrough(t)}const QF="message",eT="start",tT="pull",rT="data",nT="ack",iT="close",oT="deflate";class sT extends TransformStream{constructor(e,t){super({});const r=this,{codecType:n}=e;let i;n.startsWith(oT)?i=GF:n.startsWith("inflate")&&(i=KF);let o=0,s=0;const a=new i(e,t),u=super.readable,c=new TransformStream({transform(e,t){e&&e.length&&(s+=e.length,t.enqueue(e))},flush(){Object.assign(r,{inputSize:s})}}),l=new TransformStream({transform(e,t){e&&e.length&&(o+=e.length,t.enqueue(e))},flush(){const{signature:e}=a;Object.assign(r,{signature:e,outputSize:o,inputSize:s})}});Object.defineProperty(r,"readable",{get:()=>u.pipeThrough(c).pipeThrough(a).pipeThrough(l)})}}class aT extends TransformStream{constructor(e){let t;super({transform:function r(n,i){if(t){const e=new Uint8Array(t.length+n.length);e.set(t),e.set(n,t.length),n=e,t=null}n.length>e?(i.enqueue(n.slice(0,e)),r(n.slice(e),i)):t=n},flush(e){t&&t.length&&e.enqueue(t)}})}}let uT=typeof Worker!=Ij;class cT{constructor(e,{readable:t,writable:r},{options:n,config:i,streamOptions:o,useWebWorkers:s,transferStreams:a,scripts:u},c){const{signal:l}=o;return Object.assign(e,{busy:!0,readable:t.pipeThrough(new aT(i.chunkSize)).pipeThrough(new lT(t,o),{signal:l}),writable:r,options:Object.assign({},n),scripts:u,transferStreams:a,terminate:()=>new Promise((t=>{const{worker:r,busy:n}=e;r?(n?e.resolveTerminated=t:(r.terminate(),t()),e.interface=null):t()})),onTaskFinished(){const{resolveTerminated:t}=e;t&&(e.resolveTerminated=null,e.terminated=!0,e.worker.terminate(),t()),e.busy=!1,c(e)}}),(s&&uT?hT:dT)(e,i)}}class lT extends TransformStream{constructor(e,{onstart:t,onprogress:r,size:n,onend:i}){let o=0;super({async start(){t&&await fT(t,n)},async transform(e,t){o+=e.length,r&&await fT(r,o,n),t.enqueue(e)},async flush(){e.size=o,i&&await fT(i,o)}})}}async function fT(e,...t){try{await e(...t)}catch(e){}}function dT(e,t){return{run:()=>async function({options:e,readable:t,writable:r,onTaskFinished:n},i){try{const n=new sT(e,i);await t.pipeThrough(n).pipeTo(r,{preventClose:!0,preventAbort:!0});const{signature:o,inputSize:s,outputSize:a}=n;return{signature:o,inputSize:s,outputSize:a}}finally{n()}}(e,t)}}function hT(e,t){const{baseURL:r,chunkSize:n}=t;if(!e.interface){let i;try{i=function(e,t,r){const n={type:"module"};let i,o;typeof e==Mj&&(e=e());try{i=new URL(e,t)}catch(t){i=e}if(pT)try{o=new Worker(i)}catch(e){pT=!1,o=new Worker(i,n)}else o=new Worker(i,n);return o.addEventListener(QF,(e=>async function({data:e},t){const{type:r,value:n,messageId:i,result:o,error:s}=e,{reader:a,writer:u,resolveResult:c,rejectResult:l,onTaskFinished:f}=t;try{if(s){const{message:e,stack:t,code:r,name:n}=s,i=new Error(e);Object.assign(i,{stack:t,code:r,name:n}),d(i)}else{if(r==tT){const{value:e,done:r}=await a.read();vT({type:rT,value:e,done:r,messageId:i},t)}r==rT&&(await u.ready,await u.write(new Uint8Array(n)),vT({type:nT,messageId:i},t)),r==iT&&d(null,o)}}catch(s){vT({type:iT,messageId:i},t),d(s)}function d(e,t){e?l(e):c(t),u&&u.releaseLock(),f()}}(e,r))),o}(e.scripts[0],r,e)}catch(r){return uT=!1,dT(e,t)}Object.assign(e,{worker:i,interface:{run:()=>async function(e,t){let r,n;const i=new Promise(((e,t)=>{r=e,n=t}));Object.assign(e,{reader:null,writer:null,resolveResult:r,rejectResult:n,result:i});const{readable:o,options:s,scripts:a}=e,{writable:u,closed:c}=function(e){let t;const r=new Promise((e=>t=e)),n=new WritableStream({async write(t){const r=e.getWriter();await r.ready,await r.write(t),r.releaseLock()},close(){t()},abort:t=>e.getWriter().abort(t)});return{writable:n,closed:r}}(e.writable),l=vT({type:eT,scripts:a.slice(1),options:s,config:t,readable:o,writable:u},e);l||Object.assign(e,{reader:o.getReader(),writer:u.getWriter()});const f=await i;l||await u.getWriter().close();return await c,f}(e,{chunkSize:n})}})}return e.interface}let pT=!0,mT=!0;function vT(e,{worker:t,writer:r,onTaskFinished:n,transferStreams:i}){try{const{value:r,readable:n,writable:o}=e,s=[];if(r&&(r.byteLength<r.buffer.byteLength?e.value=r.buffer.slice(0,r.byteLength):e.value=r.buffer,s.push(e.value)),i&&mT?(n&&s.push(n),o&&s.push(o)):e.readable=e.writable=null,s.length)try{return t.postMessage(e,s),!0}catch(r){mT=!1,e.readable=e.writable=null,t.postMessage(e)}else t.postMessage(e)}catch(e){throw r&&r.releaseLock(),n(),e}}let gT=[];const yT=[];let bT=0;async function wT(e,t){const{options:r,config:n}=t,{transferStreams:i,useWebWorkers:o,useCompressionStream:s,codecType:a,compressed:u,signed:c,encrypted:l}=r,{workerScripts:f,maxWorkers:d}=n;t.transferStreams=i||i===Rj;const h=!(u||c||l||t.transferStreams);return t.useWebWorkers=!h&&(o||o===Rj&&n.useWebWorkers),t.scripts=t.useWebWorkers&&f?f[a]:[],r.useCompressionStream=s||s===Rj&&n.useCompressionStream,(await async function(){const r=gT.find((e=>!e.busy));if(r)return _T(r),new cT(r,e,t,p);if(gT.length<d){const r={indexWorker:bT};return bT++,gT.push(r),new cT(r,e,t,p)}return new Promise((r=>yT.push({resolve:r,stream:e,workerOptions:t})))}()).run();function p(e){if(yT.length){const[{resolve:t,stream:r,workerOptions:n}]=yT.splice(0,1);t(new cT(e,r,n,p))}else e.worker?(_T(e),function(e,t){const{config:r}=t,{terminateWorkerTimeout:n}=r;Number.isFinite(n)&&n>=0&&(e.terminated?e.terminated=!1:e.terminateTimeout=setTimeout((async()=>{gT=gT.filter((t=>t!=e));try{await e.terminate()}catch(e){}}),n))}(e,t)):gT=gT.filter((t=>t!=e))}}function _T(e){const{terminateTimeout:t}=e;t&&(clearTimeout(t),e.terminateTimeout=null)}const DT=65536;class ET{constructor(){this.size=0}init(){this.initialized=!0}}class xT extends ET{get readable(){const e=this,{chunkSize:t=DT}=e,r=new ReadableStream({start(){this.chunkOffset=0},async pull(n){const{offset:i=0,size:o,diskNumberStart:s}=r,{chunkOffset:a}=this;n.enqueue(await CT(e,i+a,Math.min(t,o-a),s)),a+t>o?n.close():this.chunkOffset+=t}});return r}}class ST extends xT{constructor(e){super(),this.readers=e}async init(){const e=this,{readers:t}=e;e.lastDiskNumber=0,e.lastDiskOffset=0,await Promise.all(t.map((async(r,n)=>{await r.init(),n!=t.length-1&&(e.lastDiskOffset+=r.size),e.size+=r.size}))),super.init()}async readUint8Array(e,t,r=0){const n=this,{readers:i}=this;let o,s=r;-1==s&&(s=i.length-1);let a=e;for(;a>=i[s].size;)a-=i[s].size,s++;const u=i[s],c=u.size;if(a+t<=c)o=await CT(u,a,t);else{const i=c-a;o=new Uint8Array(t),o.set(await CT(u,a,i)),o.set(await n.readUint8Array(e+i,t-i,r),i)}return n.lastDiskNumber=Math.max(s,n.lastDiskNumber),o}}class OT extends ET{constructor(e,t=4294967295){super();const r=this;let n,i,o;Object.assign(r,{diskNumber:0,diskOffset:0,size:0,maxSize:t,availableSize:t});const s=new WritableStream({async write(t){const{availableSize:s}=r;if(o)t.length>=s?(await a(t.slice(0,s)),await u(),r.diskOffset+=n.size,r.diskNumber++,o=null,await this.write(t.slice(s))):await a(t);else{const{value:s,done:a}=await e.next();if(a&&!s)throw new Error("Writer iterator completed too soon");n=s,n.size=0,n.maxSize&&(r.maxSize=n.maxSize),r.availableSize=r.maxSize,await kT(n),i=s.writable,o=i.getWriter(),await this.write(t)}},async close(){await o.ready,await u()}});async function a(e){const t=e.length;t&&(await o.ready,await o.write(e),n.size+=t,r.size+=t,r.availableSize-=t)}async function u(){i.size=n.size,await o.close()}Object.defineProperty(r,"writable",{get:()=>s})}}async function kT(e,t){if(!e.init||e.initialized)return Promise.resolve();await e.init(t)}function CT(e,t,r,n){return e.readUint8Array(t,r,n)}"\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split("").length;const AT="diskNumberStart",$T="lastModDate",PT="lastAccessDate",jT="creationDate",FT="internalFileAttribute",TT="externalFileAttribute",RT="msDosCompatible",IT="zip64",MT="encrypted",NT="version",LT="versionMadeBy",BT="zipCrypto",zT=["filename","rawFilename","compressedSize","uncompressedSize",$T,"rawLastModDate","comment","rawComment",PT,jT,"offset",AT,AT,FT,TT,RT,IT,MT,NT,LT,BT,"directory","bitFlag","signature","filenameUTF8","commentUTF8","compressionMethod","extraField","rawExtraField","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","extraFieldNTFS","extraFieldExtendedTimestamp"];class UT{constructor(e){zT.forEach((t=>this[t]=e[t]))}}const WT="Zip file comment exceeds 64KB",VT="File entry comment exceeds 64KB",qT="File entry name exceeds 64KB",HT="Version exceeds 65535",GT="The strength must equal 1, 2, or 3",KT="Extra field type exceeds 65535",YT="Extra field data exceeds 64KB",JT="Zip64 is not supported (make sure 'keepOrder' is set to 'true')",ZT="Undefined uncompressed size",XT=new Uint8Array([7,0,2,0,65,69,3,0,0]);let QT=0;const eR=[];class tR{constructor(e,t={}){const r=(e=function(e){e.writable===Rj&&typeof e.next==Mj&&(e=new OT(e)),e instanceof WritableStream&&(e={writable:e});const{writable:t}=e;return t.size===Rj&&(t.size=0),e instanceof OT||Object.assign(e,{diskNumber:0,diskOffset:0,availableSize:1/0,maxSize:1/0}),e}(e)).availableSize!==Rj&&e.availableSize>0&&e.availableSize!==1/0&&e.maxSize!==Rj&&e.maxSize>0&&e.maxSize!==1/0;Object.assign(this,{writer:e,addSplitZipSignature:r,options:t,config:Uj,files:new Map,filenames:new Set,offset:t.offset===Rj?e.writable.size:t.offset,pendingEntriesSize:0,pendingAddFileCalls:new Set,bufferedWrites:0})}async add(e="",t,r={}){const n=this,{pendingAddFileCalls:i,config:o}=n;let s;QT<o.maxWorkers?QT++:await new Promise((e=>eR.push(e)));try{if(e=e.trim(),n.filenames.has(e))throw new Error("File already exists");return n.filenames.add(e),s=async function(e,t,r,n){t=t.trim(),n.directory&&!t.endsWith(jj)?t+=jj:n.directory=t.endsWith(jj);const i=iR(e,n,"encodeText",Yj);let o=i(t);o===Rj&&(o=Yj(t));if(dR(o)>lj)throw new Error(qT);const s=n.comment||"";let a=i(s);a===Rj&&(a=Yj(s));if(dR(a)>lj)throw new Error(VT);const u=iR(e,n,NT,20);if(u>lj)throw new Error(HT);const c=iR(e,n,LT,20);if(c>lj)throw new Error(HT);const l=iR(e,n,$T,new Date),f=iR(e,n,PT),d=iR(e,n,jT),h=iR(e,n,RT,!0),p=iR(e,n,FT,0),m=iR(e,n,TT,0),v=iR(e,n,"passThrough");let g,y;v||(g=iR(e,n,"password"),y=iR(e,n,"rawPassword"));const b=iR(e,n,"encryptionStrength",3),w=iR(e,n,BT),_=iR(e,n,"extendedTimestamp",!0),D=iR(e,n,"keepOrder",!0),E=iR(e,n,"level"),x=iR(e,n,"useWebWorkers"),S=iR(e,n,"bufferedWrite"),O=iR(e,n,"dataDescriptorSignature",!1),k=iR(e,n,"signal"),C=iR(e,n,"useUnicodeFileNames",!0),A=iR(e,n,"useCompressionStream"),$=iR(e,n,"compressionMethod");let P=iR(e,n,"dataDescriptor",!0),j=iR(e,n,IT);if(!(w||g===Rj&&y===Rj||b>=1&&b<=3))throw new Error(GT);let F=new Uint8Array;const{extraField:T}=n;if(T){let e=0,t=0;T.forEach((t=>e+=4+dR(t))),F=new Uint8Array(e),T.forEach(((e,r)=>{if(r>lj)throw new Error(KT);if(dR(e)>lj)throw new Error(YT);lR(F,new Uint16Array([r]),t),lR(F,new Uint16Array([dR(e)]),t+2),lR(F,e,t+4),t+=4+dR(e)}))}let R=0,I=0,M=0;if(v&&(({uncompressedSize:M}=n),M===Rj))throw new Error(ZT);const N=!0===j;r&&(r=function(e){return Array.isArray(e)&&(e=new ST(e)),e instanceof ReadableStream&&(e={readable:e}),e}(r),await kT(r),v?R=oR(M):r.size===Rj?(P=!0,(j||j===Rj)&&(j=!0,M=R=cj+1)):(M=r.size,R=oR(M)));const{diskOffset:L,diskNumber:B,maxSize:z}=e.writer,U=N||M>cj,W=N||R>cj,V=N||e.offset+e.pendingEntriesSize-L>cj,q=iR(e,n,"supportZip64SplitFile",!0),H=q&&N||B+Math.ceil(e.pendingEntriesSize/z)>lj;if(V||U||W||H){if(!1===j||!D)throw new Error(JT);j=!0}j=j||!1;const G=iR(e,n,MT),{signature:K}=n;n=Object.assign({},n,{rawFilename:o,rawComment:a,version:u,versionMadeBy:c,lastModDate:l,lastAccessDate:f,creationDate:d,rawExtraField:F,zip64:j,zip64UncompressedSize:U,zip64CompressedSize:W,zip64Offset:V,zip64DiskNumberStart:H,password:g,rawPassword:y,level:A||e.config.CompressionStream!==Rj||e.config.CompressionStreamNative!==Rj?E:0,useWebWorkers:x,encryptionStrength:b,extendedTimestamp:_,zipCrypto:w,bufferedWrite:S,keepOrder:D,useUnicodeFileNames:C,dataDescriptor:P,dataDescriptorSignature:O,signal:k,msDosCompatible:h,internalFileAttribute:p,externalFileAttribute:m,useCompressionStream:A,passThrough:v,encrypted:Boolean(g&&dR(g)||y&&dR(y))||v&&G,signature:K,compressionMethod:$});const Y=function(e){const{rawFilename:t,lastModDate:r,lastAccessDate:n,creationDate:i,level:o,zip64:s,zipCrypto:a,useUnicodeFileNames:u,dataDescriptor:c,directory:l,rawExtraField:f,encryptionStrength:d,extendedTimestamp:h,encrypted:p}=e;let{version:m,compressionMethod:v}=e;const g=!l&&(o>0||o===Rj&&0!==v);let y,b,w,_;if(p&&!a){y=new Uint8Array(dR(XT)+2);const e=fR(y);aR(e,0,Dj),lR(y,XT,2),sR(e,8,d)}else y=new Uint8Array;if(h){w=new Uint8Array(9+(n?4:0)+(i?4:0));const e=fR(w);aR(e,0,Sj),aR(e,2,dR(w)-4),_=1+(n?2:0)+(i?4:0),sR(e,4,_);let t=5;uR(e,t,Math.floor(r.getTime()/1e3)),t+=4,n&&(uR(e,t,Math.floor(n.getTime()/1e3)),t+=4),i&&uR(e,t,Math.floor(i.getTime()/1e3));try{b=new Uint8Array(36);const e=fR(b),t=nR(r);aR(e,0,Ej),aR(e,2,32),aR(e,8,xj),aR(e,10,24),cR(e,12,t),cR(e,20,nR(n)||t),cR(e,28,nR(i)||t)}catch(e){b=new Uint8Array}}else b=w=new Uint8Array;let D=0;u&&(D|=Aj);c&&(D|=Cj);v===Rj&&(v=g?fj:dj);v==fj&&(o>=1&&o<3&&(D|=6),o>=3&&o<5&&(D|=1),9===o&&(D|=2));s&&(m=m>$j?m:$j);p&&(D|=kj,a||(m=m>Pj?m:Pj,y[9]=v,v=hj));const E=new Uint8Array(26),x=fR(E);aR(x,0,m),aR(x,2,D),aR(x,4,v);const S=new Uint32Array(1),O=fR(S);let k;k=r<Tj?Tj:r>Fj?Fj:r;aR(O,0,(k.getHours()<<6|k.getMinutes())<<5|k.getSeconds()/2),aR(O,2,(k.getFullYear()-1980<<4|k.getMonth()+1)<<5|k.getDate());const C=S[0];uR(x,6,C),aR(x,22,dR(t));const A=dR(y,w,b,f);aR(x,24,A);const $=new Uint8Array(30+dR(t)+A);return uR(fR($),0,pj),lR($,E,4),lR($,t,30),lR($,y,30+dR(t)),lR($,w,30+dR(t,y)),lR($,b,30+dR(t,y,w)),lR($,f,30+dR(t,y,w,b)),{localHeaderArray:$,headerArray:E,headerView:x,lastModDate:r,rawLastModDate:C,encrypted:p,compressed:g,version:m,compressionMethod:v,extraFieldExtendedTimestampFlag:_,rawExtraFieldExtendedTimestamp:w,rawExtraFieldNTFS:b,rawExtraFieldAES:y,extraFieldLength:A}}(n),J=function(e){const{zip64:t,dataDescriptor:r,dataDescriptorSignature:n}=e;let i,o=new Uint8Array,s=0;r&&(o=new Uint8Array(t?n?24:20:n?16:12),i=fR(o),n&&(s=4,uR(i,0,vj)));return{dataDescriptorArray:o,dataDescriptorView:i,dataDescriptorOffset:s}}(n),Z=dR(Y.localHeaderArray,J.dataDescriptorArray);I=Z+R,e.options.usdz&&(I+=I+64);let X;e.pendingEntriesSize+=I;try{X=await async function(e,t,r,n,i){const{files:o,writer:s}=e,{keepOrder:a,dataDescriptor:u,signal:c}=i,{headerInfo:l}=n,{usdz:f}=e.options,d=Array.from(o.values()).pop();let h,p,m,v,g,y,b,w={};o.set(t,w);try{let l;a&&(l=d&&d.lock,_()),!(i.bufferedWrite||e.writerLocked||e.bufferedWrites&&a)&&u||f?(y=s,await D()):(y=new TransformStream,b=new Response(y.readable).blob(),y.writable.size=0,h=!0,e.bufferedWrites++,await kT(s)),await kT(y);const{writable:p}=s;let{diskOffset:m}=s;if(e.addSplitZipSignature){delete e.addSplitZipSignature;const t=new Uint8Array(4);uR(fR(t),0,mj),await rR(p,t),e.offset+=4}f&&function(e,t){const{headerInfo:r}=e;let{localHeaderArray:n,extraFieldLength:i}=r,o=fR(n),s=64-(t+dR(n))%64;s<4&&(s+=64);const a=new Uint8Array(s),u=fR(a);aR(u,0,Oj),aR(u,2,s-2);const c=n;r.localHeaderArray=n=new Uint8Array(dR(c)+s),lR(n,c),lR(n,a,dR(c)),o=fR(n),aR(o,28,i+s),e.metadataSize+=s}(n,e.offset-m),h||(await l,await E(p));const{diskNumber:x}=s;if(g=!0,w.diskNumberStart=x,w=await async function(e,t,{diskNumberStart:r,lock:n},i,o,s){const{headerInfo:a,dataDescriptorInfo:u,metadataSize:c}=i,{localHeaderArray:l,headerArray:f,lastModDate:d,rawLastModDate:h,encrypted:p,compressed:m,version:v,compressionMethod:g,rawExtraFieldExtendedTimestamp:y,extraFieldExtendedTimestampFlag:b,rawExtraFieldNTFS:w,rawExtraFieldAES:_}=a,{dataDescriptorArray:D}=u,{rawFilename:E,lastAccessDate:x,creationDate:S,password:O,rawPassword:k,level:C,zip64:A,zip64UncompressedSize:$,zip64CompressedSize:P,zip64Offset:j,zip64DiskNumberStart:F,zipCrypto:T,dataDescriptor:R,directory:I,versionMadeBy:M,rawComment:N,rawExtraField:L,useWebWorkers:B,onstart:z,onprogress:U,onend:W,signal:V,encryptionStrength:q,extendedTimestamp:H,msDosCompatible:G,internalFileAttribute:K,externalFileAttribute:Y,useCompressionStream:J,passThrough:Z}=s,X={lock:n,versionMadeBy:M,zip64:A,directory:Boolean(I),filenameUTF8:!0,rawFilename:E,commentUTF8:!0,rawComment:N,rawExtraFieldExtendedTimestamp:y,rawExtraFieldNTFS:w,rawExtraFieldAES:_,rawExtraField:L,extendedTimestamp:H,msDosCompatible:G,internalFileAttribute:K,externalFileAttribute:Y,diskNumberStart:r};let{signature:Q,uncompressedSize:ee}=s,te=0;Z||(ee=0);const{writable:re}=t;if(e){e.chunkSize=function(e){return Math.max(e.chunkSize,Lj)}(o),await rR(re,l);const t=e.readable,r=t.size=e.size,n={options:{codecType:oT,level:C,rawPassword:k,password:O,encryptionStrength:q,zipCrypto:p&&T,passwordVerification:p&&T&&h>>8&255,signed:!Z,compressed:m&&!Z,encrypted:p&&!Z,useWebWorkers:B,useCompressionStream:J,transferStreams:!1},config:o,streamOptions:{signal:V,size:r,onstart:z,onprogress:U,onend:W}},i=await wT({readable:t,writable:re},n);te=i.outputSize,Z||(ee=i.inputSize,Q=i.signature),re.size+=ee}else await rR(re,l);let ne;if(A){let e=4;$&&(e+=8),P&&(e+=8),j&&(e+=8),F&&(e+=4),ne=new Uint8Array(e)}else ne=new Uint8Array;(function(e,t){const{signature:r,rawExtraFieldZip64:n,compressedSize:i,uncompressedSize:o,headerInfo:s,dataDescriptorInfo:a}=e,{headerView:u,encrypted:c}=s,{dataDescriptorView:l,dataDescriptorOffset:f}=a,{zip64:d,zip64UncompressedSize:h,zip64CompressedSize:p,zipCrypto:m,dataDescriptor:v}=t;c&&!m||r===Rj||(uR(u,10,r),v&&uR(l,f,r));if(d){const e=fR(n);aR(e,0,_j),aR(e,2,dR(n)-4);let t=4;h&&(uR(u,18,cj),cR(e,t,BigInt(o)),t+=8),p&&(uR(u,14,cj),cR(e,t,BigInt(i))),v&&(cR(l,f+4,BigInt(i)),cR(l,f+12,BigInt(o)))}else uR(u,14,i),uR(u,18,o),v&&(uR(l,f+4,i),uR(l,f+8,o))})({signature:Q,rawExtraFieldZip64:ne,compressedSize:te,uncompressedSize:ee,headerInfo:a,dataDescriptorInfo:u},s),R&&await rR(re,D);return Object.assign(X,{uncompressedSize:ee,compressedSize:te,lastModDate:d,rawLastModDate:h,creationDate:S,lastAccessDate:x,encrypted:p,zipCrypto:T,size:c+te,compressionMethod:g,version:v,headerArray:f,signature:Q,rawExtraFieldZip64:ne,extraFieldExtendedTimestampFlag:b,zip64UncompressedSize:$,zip64CompressedSize:P,zip64Offset:j,zip64DiskNumberStart:F}),X}(r,y,w,n,e.config,i),g=!1,o.set(t,w),w.filename=t,h){await y.writable.getWriter().close();let e=await b;await l,await D(),v=!0,u||(e=await async function(e,t,r,{zipCrypto:n}){let i;i=await t.slice(0,26).arrayBuffer(),26!=i.byteLength&&(i=i.slice(0,26));const o=new DataView(i);e.encrypted&&!n||uR(o,14,e.signature);e.zip64?(uR(o,18,cj),uR(o,22,cj)):(uR(o,18,e.compressedSize),uR(o,22,e.uncompressedSize));return await rR(r,new Uint8Array(i)),t.slice(i.byteLength)}(w,e,p,i)),await E(p),w.diskNumberStart=s.diskNumber,m=s.diskOffset,await e.stream().pipeTo(p,{preventClose:!0,preventAbort:!0,signal:c}),p.size+=e.size,v=!1}if(w.offset=e.offset-m,w.zip64)!function(e,t){const{rawExtraFieldZip64:r,offset:n,diskNumberStart:i}=e,{zip64UncompressedSize:o,zip64CompressedSize:s,zip64Offset:a,zip64DiskNumberStart:u}=t,c=fR(r);let l=4;o&&(l+=8);s&&(l+=8);a&&(cR(c,l,BigInt(n)),l+=8);u&&uR(c,l,i)}(w,i);else if(w.offset>cj)throw new Error(JT);return e.offset+=w.size,w}catch(r){if(h&&v||!h&&g){if(e.hasCorruptedEntries=!0,r)try{r.corruptedEntry=!0}catch(e){}h?e.offset+=y.writable.size:e.offset=y.writable.size}throw o.delete(t),r}finally{h&&e.bufferedWrites--,m&&m(),p&&p()}function _(){w.lock=new Promise((e=>m=e))}async function D(){e.writerLocked=!0;const{lockWriter:t}=e;e.lockWriter=new Promise((t=>p=()=>{e.writerLocked=!1,t()})),await t}async function E(e){dR(l.localHeaderArray)>s.availableSize&&(s.availableSize=0,await rR(e,new Uint8Array))}}(e,t,r,{headerInfo:Y,dataDescriptorInfo:J,metadataSize:Z},n)}finally{e.pendingEntriesSize-=I}return Object.assign(X,{name:t,comment:s,extraField:T}),new UT(X)}(n,e,t,r),i.add(s),await s}catch(t){throw n.filenames.delete(e),t}finally{i.delete(s);const e=eR.shift();e?e():QT--}}async close(e=new Uint8Array,t={}){const{pendingAddFileCalls:r,writer:n}=this,{writable:i}=n;for(;r.size;)await Promise.allSettled(Array.from(r));await async function(e,t,r){const{files:n,writer:i}=e,{diskOffset:o,writable:s}=i;let{diskNumber:a}=i,u=0,c=0,l=e.offset-o,f=n.size;for(const[,e]of n){const{rawFilename:t,rawExtraFieldZip64:r,rawExtraFieldAES:n,rawComment:i,rawExtraFieldNTFS:o,rawExtraField:s,extendedTimestamp:a,extraFieldExtendedTimestampFlag:u,lastModDate:l}=e;let f;if(a){f=new Uint8Array(9);const e=fR(f);aR(e,0,Sj),aR(e,2,5),sR(e,4,u),uR(e,5,Math.floor(l.getTime()/1e3))}else f=new Uint8Array;e.rawExtraFieldCDExtendedTimestamp=f,c+=46+dR(t,i,r,n,o,f,s)}const d=new Uint8Array(c),h=fR(d);await kT(i);let p=0;for(const[e,t]of Array.from(n.values()).entries()){const{offset:o,rawFilename:a,rawExtraFieldZip64:c,rawExtraFieldAES:l,rawExtraFieldCDExtendedTimestamp:f,rawExtraFieldNTFS:m,rawExtraField:v,rawComment:g,versionMadeBy:y,headerArray:b,directory:w,zip64:_,zip64UncompressedSize:D,zip64CompressedSize:E,zip64DiskNumberStart:x,zip64Offset:S,msDosCompatible:O,internalFileAttribute:k,externalFileAttribute:C,diskNumberStart:A,uncompressedSize:$,compressedSize:P}=t,j=dR(c,l,f,m,v);uR(h,u,gj),aR(h,u+4,y);const F=fR(b);D||uR(F,18,$),E||uR(F,14,P),lR(d,b,u+6),aR(h,u+30,j),aR(h,u+32,dR(g)),aR(h,u+34,_&&x?lj:A),aR(h,u+36,k),C?uR(h,u+38,C):w&&O&&sR(h,u+38,16),uR(h,u+42,_&&S?cj:o),lR(d,a,u+46),lR(d,c,u+46+dR(a)),lR(d,l,u+46+dR(a,c)),lR(d,f,u+46+dR(a,c,l)),lR(d,m,u+46+dR(a,c,l,f)),lR(d,v,u+46+dR(a,c,l,f,m)),lR(d,g,u+46+dR(a)+j);const T=46+dR(a,g)+j;if(u-p>i.availableSize&&(i.availableSize=0,await rR(s,d.slice(p,u)),p=u),u+=T,r.onprogress)try{await r.onprogress(e+1,n.size,new UT(t))}catch(e){}}await rR(s,p?d.slice(p):d);let m=i.diskNumber;const{availableSize:v}=i;v<22&&m++;let g=iR(e,r,IT);if(l>cj||c>cj||f>lj||m>lj){if(!1===g)throw new Error(JT);g=!0}const y=new Uint8Array(g?98:22),b=fR(y);if(u=0,g){uR(b,0,bj),cR(b,4,BigInt(44)),aR(b,12,45),aR(b,14,45),uR(b,16,m),uR(b,20,a),cR(b,24,BigInt(f)),cR(b,32,BigInt(f)),cR(b,40,BigInt(c)),cR(b,48,BigInt(l)),uR(b,56,wj),cR(b,64,BigInt(l)+BigInt(c)),uR(b,72,m+1);iR(e,r,"supportZip64SplitFile",!0)&&(m=lj,a=lj),f=lj,l=cj,c=cj,u+=76}uR(b,u,yj),aR(b,u+4,m),aR(b,u+6,a),aR(b,u+8,f),aR(b,u+10,f),uR(b,u+12,c),uR(b,u+16,l);const w=dR(t);if(w){if(!(w<=lj))throw new Error(WT);aR(b,u+20,w)}await rR(s,y),w&&await rR(s,t)}(this,e,t);return iR(this,t,"preventClose")||await i.getWriter().close(),n.getData?n.getData():i}}async function rR(e,t){const r=e.getWriter();try{await r.ready,e.size+=dR(t),await r.write(t)}finally{r.releaseLock()}}function nR(e){if(e)return(BigInt(e.getTime())+BigInt(116444736e5))*BigInt(1e4)}function iR(e,t,r,n){const i=t[r]===Rj?e.options[r]:t[r];return i===Rj?n:i}function oR(e){return e+5*(Math.floor(e/16383)+1)}function sR(e,t,r){e.setUint8(t,r)}function aR(e,t,r){e.setUint16(t,r,!0)}function uR(e,t,r){e.setUint32(t,r,!0)}function cR(e,t,r){e.setBigUint64(t,r,!0)}function lR(e,t,r){e.set(t,r)}function fR(e){return new DataView(e.buffer)}function dR(...e){let t=0;return e.forEach((e=>e&&(t+=e.length))),t}let hR;try{hR=import.meta.url}catch(e){}Wj({baseURL:hR}),function(e,t={}){const r='const{Array:e,Object:t,Number:n,Math:r,Error:s,Uint8Array:i,Uint16Array:o,Uint32Array:c,Int32Array:f,Map:a,DataView:l,Promise:u,TextEncoder:w,crypto:h,postMessage:d,TransformStream:p,ReadableStream:y,WritableStream:m,CompressionStream:b,DecompressionStream:g}=self,k=void 0,v="undefined",S="function";class z{constructor(e){return class extends p{constructor(t,n){const r=new e(n);super({transform(e,t){t.enqueue(r.append(e))},flush(e){const t=r.flush();t&&e.enqueue(t)}})}}}}const C=[];for(let e=0;256>e;e++){let t=e;for(let e=0;8>e;e++)1&t?t=t>>>1^3988292384:t>>>=1;C[e]=t}class x{constructor(e){this.t=e||-1}append(e){let t=0|this.t;for(let n=0,r=0|e.length;r>n;n++)t=t>>>8^C[255&(t^e[n])];this.t=t}get(){return~this.t}}class A extends p{constructor(){let e;const t=new x;super({transform(e,n){t.append(e),n.enqueue(e)},flush(){const n=new i(4);new l(n.buffer).setUint32(0,t.get()),e.value=n}}),e=this}}const _={concat(e,t){if(0===e.length||0===t.length)return e.concat(t);const n=e[e.length-1],r=_.i(n);return 32===r?e.concat(t):_.o(t,r,0|n,e.slice(0,e.length-1))},l(e){const t=e.length;if(0===t)return 0;const n=e[t-1];return 32*(t-1)+_.i(n)},u(e,t){if(32*e.length<t)return e;const n=(e=e.slice(0,r.ceil(t/32))).length;return t&=31,n>0&&t&&(e[n-1]=_.h(t,e[n-1]&2147483648>>t-1,1)),e},h:(e,t,n)=>32===e?t:(n?0|t:t<<32-e)+1099511627776*e,i:e=>r.round(e/1099511627776)||32,o(e,t,n,r){for(void 0===r&&(r=[]);t>=32;t-=32)r.push(n),n=0;if(0===t)return r.concat(e);for(let s=0;s<e.length;s++)r.push(n|e[s]>>>t),n=e[s]<<32-t;const s=e.length?e[e.length-1]:0,i=_.i(s);return r.push(_.h(t+i&31,t+i>32?n:r.pop(),1)),r}},I={bytes:{p(e){const t=_.l(e)/8,n=new i(t);let r;for(let s=0;t>s;s++)3&s||(r=e[s/4]),n[s]=r>>>24,r<<=8;return n},m(e){const t=[];let n,r=0;for(n=0;n<e.length;n++)r=r<<8|e[n],3&~n||(t.push(r),r=0);return 3&n&&t.push(_.h(8*(3&n),r)),t}}},P=class{constructor(e){const t=this;t.blockSize=512,t.k=[1732584193,4023233417,2562383102,271733878,3285377520],t.v=[1518500249,1859775393,2400959708,3395469782],e?(t.S=e.S.slice(0),t.C=e.C.slice(0),t.A=e.A):t.reset()}reset(){const e=this;return e.S=e.k.slice(0),e.C=[],e.A=0,e}update(e){const t=this;"string"==typeof e&&(e=I._.m(e));const n=t.C=_.concat(t.C,e),r=t.A,i=t.A=r+_.l(e);if(i>9007199254740991)throw new s("Cannot hash more than 2^53 - 1 bits");const o=new c(n);let f=0;for(let e=t.blockSize+r-(t.blockSize+r&t.blockSize-1);i>=e;e+=t.blockSize)t.I(o.subarray(16*f,16*(f+1))),f+=1;return n.splice(0,16*f),t}P(){const e=this;let t=e.C;const n=e.S;t=_.concat(t,[_.h(1,1)]);for(let e=t.length+2;15&e;e++)t.push(0);for(t.push(r.floor(e.A/4294967296)),t.push(0|e.A);t.length;)e.I(t.splice(0,16));return e.reset(),n}D(e,t,n,r){return e>19?e>39?e>59?e>79?void 0:t^n^r:t&n|t&r|n&r:t^n^r:t&n|~t&r}V(e,t){return t<<e|t>>>32-e}I(t){const n=this,s=n.S,i=e(80);for(let e=0;16>e;e++)i[e]=t[e];let o=s[0],c=s[1],f=s[2],a=s[3],l=s[4];for(let e=0;79>=e;e++){16>e||(i[e]=n.V(1,i[e-3]^i[e-8]^i[e-14]^i[e-16]));const t=n.V(5,o)+n.D(e,c,f,a)+l+i[e]+n.v[r.floor(e/20)]|0;l=a,a=f,f=n.V(30,c),c=o,o=t}s[0]=s[0]+o|0,s[1]=s[1]+c|0,s[2]=s[2]+f|0,s[3]=s[3]+a|0,s[4]=s[4]+l|0}},D={getRandomValues(e){const t=new c(e.buffer),n=e=>{let t=987654321;const n=4294967295;return()=>(t=36969*(65535&t)+(t>>16)&n,(((t<<16)+(e=18e3*(65535&e)+(e>>16)&n)&n)/4294967296+.5)*(r.random()>.5?1:-1))};for(let s,i=0;i<e.length;i+=4){const e=n(4294967296*(s||r.random()));s=987654071*e(),t[i/4]=4294967296*e()|0}return e}},V={importKey:e=>new V.R(I.bytes.m(e)),B(e,t,n,r){if(n=n||1e4,0>r||0>n)throw new s("invalid params to pbkdf2");const i=1+(r>>5)<<2;let o,c,f,a,u;const w=new ArrayBuffer(i),h=new l(w);let d=0;const p=_;for(t=I.bytes.m(t),u=1;(i||1)>d;u++){for(o=c=e.encrypt(p.concat(t,[u])),f=1;n>f;f++)for(c=e.encrypt(c),a=0;a<c.length;a++)o[a]^=c[a];for(f=0;(i||1)>d&&f<o.length;f++)h.setInt32(d,o[f]),d+=4}return w.slice(0,r/8)},R:class{constructor(e){const t=this,n=t.M=P,r=[[],[]];t.U=[new n,new n];const s=t.U[0].blockSize/32;e.length>s&&(e=(new n).update(e).P());for(let t=0;s>t;t++)r[0][t]=909522486^e[t],r[1][t]=1549556828^e[t];t.U[0].update(r[0]),t.U[1].update(r[1]),t.K=new n(t.U[0])}reset(){const e=this;e.K=new e.M(e.U[0]),e.N=!1}update(e){this.N=!0,this.K.update(e)}digest(){const e=this,t=e.K.P(),n=new e.M(e.U[1]).update(t).P();return e.reset(),n}encrypt(e){if(this.N)throw new s("encrypt on already updated hmac called!");return this.update(e),this.digest(e)}}},R=typeof h!=v&&typeof h.getRandomValues==S,B="Invalid password",E="Invalid signature",M="zipjs-abort-check-password";function U(e){return R?h.getRandomValues(e):D.getRandomValues(e)}const K=16,N={name:"PBKDF2"},O=t.assign({hash:{name:"HMAC"}},N),T=t.assign({iterations:1e3,hash:{name:"SHA-1"}},N),W=["deriveBits"],j=[8,12,16],H=[16,24,32],L=10,F=[0,0,0,0],q=typeof h!=v,G=q&&h.subtle,J=q&&typeof G!=v,Q=I.bytes,X=class{constructor(e){const t=this;t.O=[[[],[],[],[],[]],[[],[],[],[],[]]],t.O[0][0][0]||t.T();const n=t.O[0][4],r=t.O[1],i=e.length;let o,c,f,a=1;if(4!==i&&6!==i&&8!==i)throw new s("invalid aes key size");for(t.v=[c=e.slice(0),f=[]],o=i;4*i+28>o;o++){let e=c[o-1];(o%i==0||8===i&&o%i==4)&&(e=n[e>>>24]<<24^n[e>>16&255]<<16^n[e>>8&255]<<8^n[255&e],o%i==0&&(e=e<<8^e>>>24^a<<24,a=a<<1^283*(a>>7))),c[o]=c[o-i]^e}for(let e=0;o;e++,o--){const t=c[3&e?o:o-4];f[e]=4>=o||4>e?t:r[0][n[t>>>24]]^r[1][n[t>>16&255]]^r[2][n[t>>8&255]]^r[3][n[255&t]]}}encrypt(e){return this.W(e,0)}decrypt(e){return this.W(e,1)}T(){const e=this.O[0],t=this.O[1],n=e[4],r=t[4],s=[],i=[];let o,c,f,a;for(let e=0;256>e;e++)i[(s[e]=e<<1^283*(e>>7))^e]=e;for(let l=o=0;!n[l];l^=c||1,o=i[o]||1){let i=o^o<<1^o<<2^o<<3^o<<4;i=i>>8^255&i^99,n[l]=i,r[i]=l,a=s[f=s[c=s[l]]];let u=16843009*a^65537*f^257*c^16843008*l,w=257*s[i]^16843008*i;for(let n=0;4>n;n++)e[n][l]=w=w<<24^w>>>8,t[n][i]=u=u<<24^u>>>8}for(let n=0;5>n;n++)e[n]=e[n].slice(0),t[n]=t[n].slice(0)}W(e,t){if(4!==e.length)throw new s("invalid aes block size");const n=this.v[t],r=n.length/4-2,i=[0,0,0,0],o=this.O[t],c=o[0],f=o[1],a=o[2],l=o[3],u=o[4];let w,h,d,p=e[0]^n[0],y=e[t?3:1]^n[1],m=e[2]^n[2],b=e[t?1:3]^n[3],g=4;for(let e=0;r>e;e++)w=c[p>>>24]^f[y>>16&255]^a[m>>8&255]^l[255&b]^n[g],h=c[y>>>24]^f[m>>16&255]^a[b>>8&255]^l[255&p]^n[g+1],d=c[m>>>24]^f[b>>16&255]^a[p>>8&255]^l[255&y]^n[g+2],b=c[b>>>24]^f[p>>16&255]^a[y>>8&255]^l[255&m]^n[g+3],g+=4,p=w,y=h,m=d;for(let e=0;4>e;e++)i[t?3&-e:e]=u[p>>>24]<<24^u[y>>16&255]<<16^u[m>>8&255]<<8^u[255&b]^n[g++],w=p,p=y,y=m,m=b,b=w;return i}},Y=class{constructor(e,t){this.j=e,this.H=t,this.L=t}reset(){this.L=this.H}update(e){return this.F(this.j,e,this.L)}q(e){if(255&~(e>>24))e+=1<<24;else{let t=e>>16&255,n=e>>8&255,r=255&e;255===t?(t=0,255===n?(n=0,255===r?r=0:++r):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=r}return e}G(e){0===(e[0]=this.q(e[0]))&&(e[1]=this.q(e[1]))}F(e,t,n){let r;if(!(r=t.length))return[];const s=_.l(t);for(let s=0;r>s;s+=4){this.G(n);const r=e.encrypt(n);t[s]^=r[0],t[s+1]^=r[1],t[s+2]^=r[2],t[s+3]^=r[3]}return _.u(t,s)}},Z=V.R;let $=q&&J&&typeof G.importKey==S,ee=q&&J&&typeof G.deriveBits==S;class te extends p{constructor({password:e,rawPassword:n,signed:r,encryptionStrength:o,checkPasswordOnly:c}){super({start(){t.assign(this,{ready:new u((e=>this.J=e)),password:ie(e,n),signed:r,X:o-1,pending:new i})},async transform(e,t){const n=this,{password:r,X:o,J:f,ready:a}=n;r?(await(async(e,t,n,r)=>{const i=await se(e,t,n,ce(r,0,j[t])),o=ce(r,j[t]);if(i[0]!=o[0]||i[1]!=o[1])throw new s(B)})(n,o,r,ce(e,0,j[o]+2)),e=ce(e,j[o]+2),c?t.error(new s(M)):f()):await a;const l=new i(e.length-L-(e.length-L)%K);t.enqueue(re(n,e,l,0,L,!0))},async flush(e){const{signed:t,Y:n,Z:r,pending:o,ready:c}=this;if(r&&n){await c;const f=ce(o,0,o.length-L),a=ce(o,o.length-L);let l=new i;if(f.length){const e=ae(Q,f);r.update(e);const t=n.update(e);l=fe(Q,t)}if(t){const e=ce(fe(Q,r.digest()),0,L);for(let t=0;L>t;t++)if(e[t]!=a[t])throw new s(E)}e.enqueue(l)}}})}}class ne extends p{constructor({password:e,rawPassword:n,encryptionStrength:r}){let s;super({start(){t.assign(this,{ready:new u((e=>this.J=e)),password:ie(e,n),X:r-1,pending:new i})},async transform(e,t){const n=this,{password:r,X:s,J:o,ready:c}=n;let f=new i;r?(f=await(async(e,t,n)=>{const r=U(new i(j[t]));return oe(r,await se(e,t,n,r))})(n,s,r),o()):await c;const a=new i(f.length+e.length-e.length%K);a.set(f,0),t.enqueue(re(n,e,a,f.length,0))},async flush(e){const{Y:t,Z:n,pending:r,ready:o}=this;if(n&&t){await o;let c=new i;if(r.length){const e=t.update(ae(Q,r));n.update(e),c=fe(Q,e)}s.signature=fe(Q,n.digest()).slice(0,L),e.enqueue(oe(c,s.signature))}}}),s=this}}function re(e,t,n,r,s,o){const{Y:c,Z:f,pending:a}=e,l=t.length-s;let u;for(a.length&&(t=oe(a,t),n=((e,t)=>{if(t&&t>e.length){const n=e;(e=new i(t)).set(n,0)}return e})(n,l-l%K)),u=0;l-K>=u;u+=K){const e=ae(Q,ce(t,u,u+K));o&&f.update(e);const s=c.update(e);o||f.update(s),n.set(fe(Q,s),u+r)}return e.pending=ce(t,u),n}async function se(n,r,s,o){n.password=null;const c=await(async(e,t,n,r,s)=>{if(!$)return V.importKey(t);try{return await G.importKey("raw",t,n,!1,s)}catch(e){return $=!1,V.importKey(t)}})(0,s,O,0,W),f=await(async(e,t,n)=>{if(!ee)return V.B(t,e.salt,T.iterations,n);try{return await G.deriveBits(e,t,n)}catch(r){return ee=!1,V.B(t,e.salt,T.iterations,n)}})(t.assign({salt:o},T),c,8*(2*H[r]+2)),a=new i(f),l=ae(Q,ce(a,0,H[r])),u=ae(Q,ce(a,H[r],2*H[r])),w=ce(a,2*H[r]);return t.assign(n,{keys:{key:l,$:u,passwordVerification:w},Y:new Y(new X(l),e.from(F)),Z:new Z(u)}),w}function ie(e,t){return t===k?(e=>{if(typeof w==v){const t=new i((e=unescape(encodeURIComponent(e))).length);for(let n=0;n<t.length;n++)t[n]=e.charCodeAt(n);return t}return(new w).encode(e)})(e):t}function oe(e,t){let n=e;return e.length+t.length&&(n=new i(e.length+t.length),n.set(e,0),n.set(t,e.length)),n}function ce(e,t,n){return e.subarray(t,n)}function fe(e,t){return e.p(t)}function ae(e,t){return e.m(t)}class le extends p{constructor({password:e,passwordVerification:n,checkPasswordOnly:r}){super({start(){t.assign(this,{password:e,passwordVerification:n}),de(this,e)},transform(e,t){const n=this;if(n.password){const t=we(n,e.subarray(0,12));if(n.password=null,t[11]!=n.passwordVerification)throw new s(B);e=e.subarray(12)}r?t.error(new s(M)):t.enqueue(we(n,e))}})}}class ue extends p{constructor({password:e,passwordVerification:n}){super({start(){t.assign(this,{password:e,passwordVerification:n}),de(this,e)},transform(e,t){const n=this;let r,s;if(n.password){n.password=null;const t=U(new i(12));t[11]=n.passwordVerification,r=new i(e.length+t.length),r.set(he(n,t),0),s=12}else r=new i(e.length),s=0;r.set(he(n,e),s),t.enqueue(r)}})}}function we(e,t){const n=new i(t.length);for(let r=0;r<t.length;r++)n[r]=ye(e)^t[r],pe(e,n[r]);return n}function he(e,t){const n=new i(t.length);for(let r=0;r<t.length;r++)n[r]=ye(e)^t[r],pe(e,t[r]);return n}function de(e,n){const r=[305419896,591751049,878082192];t.assign(e,{keys:r,ee:new x(r[0]),te:new x(r[2])});for(let t=0;t<n.length;t++)pe(e,n.charCodeAt(t))}function pe(e,t){let[n,s,i]=e.keys;e.ee.append([t]),n=~e.ee.get(),s=be(r.imul(be(s+me(n)),134775813)+1),e.te.append([s>>>24]),i=~e.te.get(),e.keys=[n,s,i]}function ye(e){const t=2|e.keys[2];return me(r.imul(t,1^t)>>>8)}function me(e){return 255&e}function be(e){return 4294967295&e}const ge="deflate-raw";class ke extends p{constructor(e,{chunkSize:t,CompressionStream:n,CompressionStreamNative:r}){super({});const{compressed:s,encrypted:i,useCompressionStream:o,zipCrypto:c,signed:f,level:a}=e,u=this;let w,h,d=Se(super.readable);i&&!c||!f||(w=new A,d=xe(d,w)),s&&(d=Ce(d,o,{level:a,chunkSize:t},r,n)),i&&(c?d=xe(d,new ue(e)):(h=new ne(e),d=xe(d,h))),ze(u,d,(()=>{let e;i&&!c&&(e=h.signature),i&&!c||!f||(e=new l(w.value.buffer).getUint32(0)),u.signature=e}))}}class ve extends p{constructor(e,{chunkSize:t,DecompressionStream:n,DecompressionStreamNative:r}){super({});const{zipCrypto:i,encrypted:o,signed:c,signature:f,compressed:a,useCompressionStream:u}=e;let w,h,d=Se(super.readable);o&&(i?d=xe(d,new le(e)):(h=new te(e),d=xe(d,h))),a&&(d=Ce(d,u,{chunkSize:t},r,n)),o&&!i||!c||(w=new A,d=xe(d,w)),ze(this,d,(()=>{if((!o||i)&&c){const e=new l(w.value.buffer);if(f!=e.getUint32(0,!1))throw new s(E)}}))}}function Se(e){return xe(e,new p({transform(e,t){e&&e.length&&t.enqueue(e)}}))}function ze(e,n,r){n=xe(n,new p({flush:r})),t.defineProperty(e,"readable",{get:()=>n})}function Ce(e,t,n,r,s){try{e=xe(e,new(t&&r?r:s)(ge,n))}catch(r){if(!t)return e;try{e=xe(e,new s(ge,n))}catch(t){return e}}return e}function xe(e,t){return e.pipeThrough(t)}const Ae="data",_e="close";class Ie extends p{constructor(e,n){super({});const r=this,{codecType:s}=e;let i;s.startsWith("deflate")?i=ke:s.startsWith("inflate")&&(i=ve);let o=0,c=0;const f=new i(e,n),a=super.readable,l=new p({transform(e,t){e&&e.length&&(c+=e.length,t.enqueue(e))},flush(){t.assign(r,{inputSize:c})}}),u=new p({transform(e,t){e&&e.length&&(o+=e.length,t.enqueue(e))},flush(){const{signature:e}=f;t.assign(r,{signature:e,outputSize:o,inputSize:c})}});t.defineProperty(r,"readable",{get:()=>a.pipeThrough(l).pipeThrough(f).pipeThrough(u)})}}class Pe extends p{constructor(e){let t;super({transform:function n(r,s){if(t){const e=new i(t.length+r.length);e.set(t),e.set(r,t.length),r=e,t=null}r.length>e?(s.enqueue(r.slice(0,e)),n(r.slice(e),s)):t=r},flush(e){t&&t.length&&e.enqueue(t)}})}}const De=new a,Ve=new a;let Re,Be=0,Ee=!0;async function Me(e){try{const{options:t,scripts:r,config:s}=e;if(r&&r.length)try{Ee?importScripts.apply(k,r):await Ue(r)}catch(e){Ee=!1,await Ue(r)}self.initCodec&&self.initCodec(),s.CompressionStreamNative=self.CompressionStream,s.DecompressionStreamNative=self.DecompressionStream,self.Deflate&&(s.CompressionStream=new z(self.Deflate)),self.Inflate&&(s.DecompressionStream=new z(self.Inflate));const i={highWaterMark:1},o=e.readable||new y({async pull(e){const t=new u((e=>De.set(Be,e)));Ke({type:"pull",messageId:Be}),Be=(Be+1)%n.MAX_SAFE_INTEGER;const{value:r,done:s}=await t;e.enqueue(r),s&&e.close()}},i),c=e.writable||new m({async write(e){let t;const r=new u((e=>t=e));Ve.set(Be,t),Ke({type:Ae,value:e,messageId:Be}),Be=(Be+1)%n.MAX_SAFE_INTEGER,await r}},i),f=new Ie(t,s);Re=new AbortController;const{signal:a}=Re;await o.pipeThrough(f).pipeThrough(new Pe(s.chunkSize)).pipeTo(c,{signal:a,preventClose:!0,preventAbort:!0}),await c.getWriter().close();const{signature:l,inputSize:w,outputSize:h}=f;Ke({type:_e,result:{signature:l,inputSize:w,outputSize:h}})}catch(e){Ne(e)}}async function Ue(e){for(const t of e)await import(t)}function Ke(e){let{value:t}=e;if(t)if(t.length)try{t=new i(t),e.value=t.buffer,d(e,[e.value])}catch(t){d(e)}else d(e);else d(e)}function Ne(e=new s("Unknown error")){const{message:t,stack:n,code:r,name:i}=e;d({error:{message:t,stack:n,code:r,name:i}})}addEventListener("message",(({data:e})=>{const{type:t,messageId:n,value:r,done:s}=e;try{if("start"==t&&Me(e),t==Ae){const e=De.get(n);De.delete(n),e({value:new i(r),done:s})}if("ack"==t){const e=Ve.get(n);Ve.delete(n),e()}t==_e&&Re.abort()}catch(e){Ne(e)}}));const Oe=-2;function Te(t){return We(t.map((([t,n])=>new e(t).fill(n,0,t))))}function We(t){return t.reduce(((t,n)=>t.concat(e.isArray(n)?We(n):n)),[])}const je=[0,1,2,3].concat(...Te([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function He(){const e=this;function t(e,t){let n=0;do{n|=1&e,e>>>=1,n<<=1}while(--t>0);return n>>>1}e.ne=n=>{const s=e.re,i=e.ie.se,o=e.ie.oe;let c,f,a,l=-1;for(n.ce=0,n.fe=573,c=0;o>c;c++)0!==s[2*c]?(n.ae[++n.ce]=l=c,n.le[c]=0):s[2*c+1]=0;for(;2>n.ce;)a=n.ae[++n.ce]=2>l?++l:0,s[2*a]=1,n.le[a]=0,n.ue--,i&&(n.we-=i[2*a+1]);for(e.he=l,c=r.floor(n.ce/2);c>=1;c--)n.de(s,c);a=o;do{c=n.ae[1],n.ae[1]=n.ae[n.ce--],n.de(s,1),f=n.ae[1],n.ae[--n.fe]=c,n.ae[--n.fe]=f,s[2*a]=s[2*c]+s[2*f],n.le[a]=r.max(n.le[c],n.le[f])+1,s[2*c+1]=s[2*f+1]=a,n.ae[1]=a++,n.de(s,1)}while(n.ce>=2);n.ae[--n.fe]=n.ae[1],(t=>{const n=e.re,r=e.ie.se,s=e.ie.pe,i=e.ie.ye,o=e.ie.me;let c,f,a,l,u,w,h=0;for(l=0;15>=l;l++)t.be[l]=0;for(n[2*t.ae[t.fe]+1]=0,c=t.fe+1;573>c;c++)f=t.ae[c],l=n[2*n[2*f+1]+1]+1,l>o&&(l=o,h++),n[2*f+1]=l,f>e.he||(t.be[l]++,u=0,i>f||(u=s[f-i]),w=n[2*f],t.ue+=w*(l+u),r&&(t.we+=w*(r[2*f+1]+u)));if(0!==h){do{for(l=o-1;0===t.be[l];)l--;t.be[l]--,t.be[l+1]+=2,t.be[o]--,h-=2}while(h>0);for(l=o;0!==l;l--)for(f=t.be[l];0!==f;)a=t.ae[--c],a>e.he||(n[2*a+1]!=l&&(t.ue+=(l-n[2*a+1])*n[2*a],n[2*a+1]=l),f--)}})(n),((e,n,r)=>{const s=[];let i,o,c,f=0;for(i=1;15>=i;i++)s[i]=f=f+r[i-1]<<1;for(o=0;n>=o;o++)c=e[2*o+1],0!==c&&(e[2*o]=t(s[c]++,c))})(s,e.he,n.be)}}function Le(e,t,n,r,s){const i=this;i.se=e,i.pe=t,i.ye=n,i.oe=r,i.me=s}He.ge=[0,1,2,3,4,5,6,7].concat(...Te([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),He.ke=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],He.ve=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],He.Se=e=>256>e?je[e]:je[256+(e>>>7)],He.ze=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],He.Ce=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],He.xe=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],He.Ae=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];const Fe=Te([[144,8],[112,9],[24,7],[8,8]]);Le._e=We([12,140,76,204,44,172,108,236,28,156,92,220,60,188,124,252,2,130,66,194,34,162,98,226,18,146,82,210,50,178,114,242,10,138,74,202,42,170,106,234,26,154,90,218,58,186,122,250,6,134,70,198,38,166,102,230,22,150,86,214,54,182,118,246,14,142,78,206,46,174,110,238,30,158,94,222,62,190,126,254,1,129,65,193,33,161,97,225,17,145,81,209,49,177,113,241,9,137,73,201,41,169,105,233,25,153,89,217,57,185,121,249,5,133,69,197,37,165,101,229,21,149,85,213,53,181,117,245,13,141,77,205,45,173,109,237,29,157,93,221,61,189,125,253,19,275,147,403,83,339,211,467,51,307,179,435,115,371,243,499,11,267,139,395,75,331,203,459,43,299,171,427,107,363,235,491,27,283,155,411,91,347,219,475,59,315,187,443,123,379,251,507,7,263,135,391,71,327,199,455,39,295,167,423,103,359,231,487,23,279,151,407,87,343,215,471,55,311,183,439,119,375,247,503,15,271,143,399,79,335,207,463,47,303,175,431,111,367,239,495,31,287,159,415,95,351,223,479,63,319,191,447,127,383,255,511,0,64,32,96,16,80,48,112,8,72,40,104,24,88,56,120,4,68,36,100,20,84,52,116,3,131,67,195,35,163,99,227].map(((e,t)=>[e,Fe[t]])));const qe=Te([[30,5]]);function Ge(e,t,n,r,s){const i=this;i.Ie=e,i.Pe=t,i.De=n,i.Ve=r,i.Re=s}Le.Be=We([0,16,8,24,4,20,12,28,2,18,10,26,6,22,14,30,1,17,9,25,5,21,13,29,3,19,11,27,7,23].map(((e,t)=>[e,qe[t]]))),Le.Ee=new Le(Le._e,He.ze,257,286,15),Le.Me=new Le(Le.Be,He.Ce,0,30,15),Le.Ue=new Le(null,He.xe,0,19,7);const Je=[new Ge(0,0,0,0,0),new Ge(4,4,8,4,1),new Ge(4,5,16,8,1),new Ge(4,6,32,32,1),new Ge(4,4,16,16,2),new Ge(8,16,32,32,2),new Ge(8,16,128,128,2),new Ge(8,32,128,256,2),new Ge(32,128,258,1024,2),new Ge(32,258,258,4096,2)],Qe=["need dictionary","stream end","","","stream error","data error","","buffer error","",""],Xe=113,Ye=666,Ze=262;function $e(e,t,n,r){const s=e[2*t],i=e[2*n];return i>s||s==i&&r[t]<=r[n]}function et(){const e=this;let t,n,s,c,f,a,l,u,w,h,d,p,y,m,b,g,k,v,S,z,C,x,A,_,I,P,D,V,R,B,E,M,U;const K=new He,N=new He,O=new He;let T,W,j,H,L,F;function q(){let t;for(t=0;286>t;t++)E[2*t]=0;for(t=0;30>t;t++)M[2*t]=0;for(t=0;19>t;t++)U[2*t]=0;E[512]=1,e.ue=e.we=0,W=j=0}function G(e,t){let n,r=-1,s=e[1],i=0,o=7,c=4;0===s&&(o=138,c=3),e[2*(t+1)+1]=65535;for(let f=0;t>=f;f++)n=s,s=e[2*(f+1)+1],++i<o&&n==s||(c>i?U[2*n]+=i:0!==n?(n!=r&&U[2*n]++,U[32]++):i>10?U[36]++:U[34]++,i=0,r=n,0===s?(o=138,c=3):n==s?(o=6,c=3):(o=7,c=4))}function J(t){e.Ke[e.pending++]=t}function Q(e){J(255&e),J(e>>>8&255)}function X(e,t){let n;const r=t;F>16-r?(n=e,L|=n<<F&65535,Q(L),L=n>>>16-F,F+=r-16):(L|=e<<F&65535,F+=r)}function Y(e,t){const n=2*e;X(65535&t[n],65535&t[n+1])}function Z(e,t){let n,r,s=-1,i=e[1],o=0,c=7,f=4;for(0===i&&(c=138,f=3),n=0;t>=n;n++)if(r=i,i=e[2*(n+1)+1],++o>=c||r!=i){if(f>o)do{Y(r,U)}while(0!=--o);else 0!==r?(r!=s&&(Y(r,U),o--),Y(16,U),X(o-3,2)):o>10?(Y(18,U),X(o-11,7)):(Y(17,U),X(o-3,3));o=0,s=r,0===i?(c=138,f=3):r==i?(c=6,f=3):(c=7,f=4)}}function $(){16==F?(Q(L),L=0,F=0):8>F||(J(255&L),L>>>=8,F-=8)}function ee(t,n){let s,i,o;if(e.Ne[W]=t,e.Oe[W]=255&n,W++,0===t?E[2*n]++:(j++,t--,E[2*(He.ge[n]+256+1)]++,M[2*He.Se(t)]++),!(8191&W)&&D>2){for(s=8*W,i=C-k,o=0;30>o;o++)s+=M[2*o]*(5+He.Ce[o]);if(s>>>=3,j<r.floor(W/2)&&s<r.floor(i/2))return!0}return W==T-1}function te(t,n){let r,s,i,o,c=0;if(0!==W)do{r=e.Ne[c],s=e.Oe[c],c++,0===r?Y(s,t):(i=He.ge[s],Y(i+256+1,t),o=He.ze[i],0!==o&&(s-=He.ke[i],X(s,o)),r--,i=He.Se(r),Y(i,n),o=He.Ce[i],0!==o&&(r-=He.ve[i],X(r,o)))}while(W>c);Y(256,t),H=t[513]}function ne(){F>8?Q(L):F>0&&J(255&L),L=0,F=0}function re(t,n,r){X(0+(r?1:0),3),((t,n)=>{ne(),H=8,Q(n),Q(~n),e.Ke.set(u.subarray(t,t+n),e.pending),e.pending+=n})(t,n)}function se(n){((t,n,r)=>{let s,i,o=0;D>0?(K.ne(e),N.ne(e),o=(()=>{let t;for(G(E,K.he),G(M,N.he),O.ne(e),t=18;t>=3&&0===U[2*He.Ae[t]+1];t--);return e.ue+=14+3*(t+1),t})(),s=e.ue+3+7>>>3,i=e.we+3+7>>>3,i>s||(s=i)):s=i=n+5,n+4>s||-1==t?i==s?(X(2+(r?1:0),3),te(Le._e,Le.Be)):(X(4+(r?1:0),3),((e,t,n)=>{let r;for(X(e-257,5),X(t-1,5),X(n-4,4),r=0;n>r;r++)X(U[2*He.Ae[r]+1],3);Z(E,e-1),Z(M,t-1)})(K.he+1,N.he+1,o+1),te(E,M)):re(t,n,r),q(),r&&ne()})(0>k?-1:k,C-k,n),k=C,t.Te()}function ie(){let e,n,r,s;do{if(s=w-A-C,0===s&&0===C&&0===A)s=f;else if(-1==s)s--;else if(C>=f+f-Ze){u.set(u.subarray(f,f+f),0),x-=f,C-=f,k-=f,e=y,r=e;do{n=65535&d[--r],d[r]=f>n?0:n-f}while(0!=--e);e=f,r=e;do{n=65535&h[--r],h[r]=f>n?0:n-f}while(0!=--e);s+=f}if(0===t.We)return;e=t.je(u,C+A,s),A+=e,3>A||(p=255&u[C],p=(p<<g^255&u[C+1])&b)}while(Ze>A&&0!==t.We)}function oe(e){let t,n,r=I,s=C,i=_;const o=C>f-Ze?C-(f-Ze):0;let c=B;const a=l,w=C+258;let d=u[s+i-1],p=u[s+i];R>_||(r>>=2),c>A&&(c=A);do{if(t=e,u[t+i]==p&&u[t+i-1]==d&&u[t]==u[s]&&u[++t]==u[s+1]){s+=2,t++;do{}while(u[++s]==u[++t]&&u[++s]==u[++t]&&u[++s]==u[++t]&&u[++s]==u[++t]&&u[++s]==u[++t]&&u[++s]==u[++t]&&u[++s]==u[++t]&&u[++s]==u[++t]&&w>s);if(n=258-(w-s),s=w-258,n>i){if(x=e,i=n,n>=c)break;d=u[s+i-1],p=u[s+i]}}}while((e=65535&h[e&a])>o&&0!=--r);return i>A?A:i}e.le=[],e.be=[],e.ae=[],E=[],M=[],U=[],e.de=(t,n)=>{const r=e.ae,s=r[n];let i=n<<1;for(;i<=e.ce&&(i<e.ce&&$e(t,r[i+1],r[i],e.le)&&i++,!$e(t,s,r[i],e.le));)r[n]=r[i],n=i,i<<=1;r[n]=s},e.He=(t,S,x,W,j,G)=>(W||(W=8),j||(j=8),G||(G=0),t.Le=null,-1==S&&(S=6),1>j||j>9||8!=W||9>x||x>15||0>S||S>9||0>G||G>2?Oe:(t.Fe=e,a=x,f=1<<a,l=f-1,m=j+7,y=1<<m,b=y-1,g=r.floor((m+3-1)/3),u=new i(2*f),h=[],d=[],T=1<<j+6,e.Ke=new i(4*T),s=4*T,e.Ne=new o(T),e.Oe=new i(T),D=S,V=G,(t=>(t.qe=t.Ge=0,t.Le=null,e.pending=0,e.Je=0,n=Xe,c=0,K.re=E,K.ie=Le.Ee,N.re=M,N.ie=Le.Me,O.re=U,O.ie=Le.Ue,L=0,F=0,H=8,q(),(()=>{w=2*f,d[y-1]=0;for(let e=0;y-1>e;e++)d[e]=0;P=Je[D].Pe,R=Je[D].Ie,B=Je[D].De,I=Je[D].Ve,C=0,k=0,A=0,v=_=2,z=0,p=0})(),0))(t))),e.Qe=()=>42!=n&&n!=Xe&&n!=Ye?Oe:(e.Oe=null,e.Ne=null,e.Ke=null,d=null,h=null,u=null,e.Fe=null,n==Xe?-3:0),e.Xe=(e,t,n)=>{let r=0;return-1==t&&(t=6),0>t||t>9||0>n||n>2?Oe:(Je[D].Re!=Je[t].Re&&0!==e.qe&&(r=e.Ye(1)),D!=t&&(D=t,P=Je[D].Pe,R=Je[D].Ie,B=Je[D].De,I=Je[D].Ve),V=n,r)},e.Ze=(e,t,r)=>{let s,i=r,o=0;if(!t||42!=n)return Oe;if(3>i)return 0;for(i>f-Ze&&(i=f-Ze,o=r-i),u.set(t.subarray(o,o+i),0),C=i,k=i,p=255&u[0],p=(p<<g^255&u[1])&b,s=0;i-3>=s;s++)p=(p<<g^255&u[s+2])&b,h[s&l]=d[p],d[p]=s;return 0},e.Ye=(r,i)=>{let o,w,m,I,R;if(i>4||0>i)return Oe;if(!r.$e||!r.et&&0!==r.We||n==Ye&&4!=i)return r.Le=Qe[4],Oe;if(0===r.tt)return r.Le=Qe[7],-5;var B;if(t=r,I=c,c=i,42==n&&(w=8+(a-8<<4)<<8,m=(D-1&255)>>1,m>3&&(m=3),w|=m<<6,0!==C&&(w|=32),w+=31-w%31,n=Xe,J((B=w)>>8&255),J(255&B)),0!==e.pending){if(t.Te(),0===t.tt)return c=-1,0}else if(0===t.We&&I>=i&&4!=i)return t.Le=Qe[7],-5;if(n==Ye&&0!==t.We)return r.Le=Qe[7],-5;if(0!==t.We||0!==A||0!=i&&n!=Ye){switch(R=-1,Je[D].Re){case 0:R=(e=>{let n,r=65535;for(r>s-5&&(r=s-5);;){if(1>=A){if(ie(),0===A&&0==e)return 0;if(0===A)break}if(C+=A,A=0,n=k+r,(0===C||C>=n)&&(A=C-n,C=n,se(!1),0===t.tt))return 0;if(C-k>=f-Ze&&(se(!1),0===t.tt))return 0}return se(4==e),0===t.tt?4==e?2:0:4==e?3:1})(i);break;case 1:R=(e=>{let n,r=0;for(;;){if(Ze>A){if(ie(),Ze>A&&0==e)return 0;if(0===A)break}if(3>A||(p=(p<<g^255&u[C+2])&b,r=65535&d[p],h[C&l]=d[p],d[p]=C),0===r||(C-r&65535)>f-Ze||2!=V&&(v=oe(r)),3>v)n=ee(0,255&u[C]),A--,C++;else if(n=ee(C-x,v-3),A-=v,v>P||3>A)C+=v,v=0,p=255&u[C],p=(p<<g^255&u[C+1])&b;else{v--;do{C++,p=(p<<g^255&u[C+2])&b,r=65535&d[p],h[C&l]=d[p],d[p]=C}while(0!=--v);C++}if(n&&(se(!1),0===t.tt))return 0}return se(4==e),0===t.tt?4==e?2:0:4==e?3:1})(i);break;case 2:R=(e=>{let n,r,s=0;for(;;){if(Ze>A){if(ie(),Ze>A&&0==e)return 0;if(0===A)break}if(3>A||(p=(p<<g^255&u[C+2])&b,s=65535&d[p],h[C&l]=d[p],d[p]=C),_=v,S=x,v=2,0!==s&&P>_&&f-Ze>=(C-s&65535)&&(2!=V&&(v=oe(s)),5>=v&&(1==V||3==v&&C-x>4096)&&(v=2)),3>_||v>_)if(0!==z){if(n=ee(0,255&u[C-1]),n&&se(!1),C++,A--,0===t.tt)return 0}else z=1,C++,A--;else{r=C+A-3,n=ee(C-1-S,_-3),A-=_-1,_-=2;do{++C>r||(p=(p<<g^255&u[C+2])&b,s=65535&d[p],h[C&l]=d[p],d[p]=C)}while(0!=--_);if(z=0,v=2,C++,n&&(se(!1),0===t.tt))return 0}}return 0!==z&&(n=ee(0,255&u[C-1]),z=0),se(4==e),0===t.tt?4==e?2:0:4==e?3:1})(i)}if(2!=R&&3!=R||(n=Ye),0==R||2==R)return 0===t.tt&&(c=-1),0;if(1==R){if(1==i)X(2,3),Y(256,Le._e),$(),9>1+H+10-F&&(X(2,3),Y(256,Le._e),$()),H=7;else if(re(0,0,!1),3==i)for(o=0;y>o;o++)d[o]=0;if(t.Te(),0===t.tt)return c=-1,0}}return 4!=i?0:1}}function tt(){const e=this;e.nt=0,e.rt=0,e.We=0,e.qe=0,e.tt=0,e.Ge=0}function nt(e){const t=new tt,n=(o=e&&e.chunkSize?e.chunkSize:65536)+5*(r.floor(o/16383)+1);var o;const c=new i(n);let f=e?e.level:-1;void 0===f&&(f=-1),t.He(f),t.$e=c,this.append=(e,r)=>{let o,f,a=0,l=0,u=0;const w=[];if(e.length){t.nt=0,t.et=e,t.We=e.length;do{if(t.rt=0,t.tt=n,o=t.Ye(0),0!=o)throw new s("deflating: "+t.Le);t.rt&&(t.rt==n?w.push(new i(c)):w.push(c.subarray(0,t.rt))),u+=t.rt,r&&t.nt>0&&t.nt!=a&&(r(t.nt),a=t.nt)}while(t.We>0||0===t.tt);return w.length>1?(f=new i(u),w.forEach((e=>{f.set(e,l),l+=e.length}))):f=w[0]?new i(w[0]):new i,f}},this.flush=()=>{let e,r,o=0,f=0;const a=[];do{if(t.rt=0,t.tt=n,e=t.Ye(4),1!=e&&0!=e)throw new s("deflating: "+t.Le);n-t.tt>0&&a.push(c.slice(0,t.rt)),f+=t.rt}while(t.We>0||0===t.tt);return t.Qe(),r=new i(f),a.forEach((e=>{r.set(e,o),o+=e.length})),r}}tt.prototype={He(e,t){const n=this;return n.Fe=new et,t||(t=15),n.Fe.He(n,e,t)},Ye(e){const t=this;return t.Fe?t.Fe.Ye(t,e):Oe},Qe(){const e=this;if(!e.Fe)return Oe;const t=e.Fe.Qe();return e.Fe=null,t},Xe(e,t){const n=this;return n.Fe?n.Fe.Xe(n,e,t):Oe},Ze(e,t){const n=this;return n.Fe?n.Fe.Ze(n,e,t):Oe},je(e,t,n){const r=this;let s=r.We;return s>n&&(s=n),0===s?0:(r.We-=s,e.set(r.et.subarray(r.nt,r.nt+s),t),r.nt+=s,r.qe+=s,s)},Te(){const e=this;let t=e.Fe.pending;t>e.tt&&(t=e.tt),0!==t&&(e.$e.set(e.Fe.Ke.subarray(e.Fe.Je,e.Fe.Je+t),e.rt),e.rt+=t,e.Fe.Je+=t,e.Ge+=t,e.tt-=t,e.Fe.pending-=t,0===e.Fe.pending&&(e.Fe.Je=0))}};const rt=-2,st=-3,it=-5,ot=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],ct=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],ft=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],at=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],lt=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],ut=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],wt=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];function ht(){let e,t,n,r,s,i;function o(e,t,o,c,f,a,l,u,w,h,d){let p,y,m,b,g,k,v,S,z,C,x,A,_,I,P;C=0,g=o;do{n[e[t+C]]++,C++,g--}while(0!==g);if(n[0]==o)return l[0]=-1,u[0]=0,0;for(S=u[0],k=1;15>=k&&0===n[k];k++);for(v=k,k>S&&(S=k),g=15;0!==g&&0===n[g];g--);for(m=g,S>g&&(S=g),u[0]=S,I=1<<k;g>k;k++,I<<=1)if(0>(I-=n[k]))return st;if(0>(I-=n[g]))return st;for(n[g]+=I,i[1]=k=0,C=1,_=2;0!=--g;)i[_]=k+=n[C],_++,C++;g=0,C=0;do{0!==(k=e[t+C])&&(d[i[k]++]=g),C++}while(++g<o);for(o=i[m],i[0]=g=0,C=0,b=-1,A=-S,s[0]=0,x=0,P=0;m>=v;v++)for(p=n[v];0!=p--;){for(;v>A+S;){if(b++,A+=S,P=m-A,P=P>S?S:P,(y=1<<(k=v-A))>p+1&&(y-=p+1,_=v,P>k))for(;++k<P&&(y<<=1)>n[++_];)y-=n[_];if(P=1<<k,h[0]+P>1440)return st;s[b]=x=h[0],h[0]+=P,0!==b?(i[b]=g,r[0]=k,r[1]=S,k=g>>>A-S,r[2]=x-s[b-1]-k,w.set(r,3*(s[b-1]+k))):l[0]=x}for(r[1]=v-A,o>C?d[C]<c?(r[0]=256>d[C]?0:96,r[2]=d[C++]):(r[0]=a[d[C]-c]+16+64,r[2]=f[d[C++]-c]):r[0]=192,y=1<<v-A,k=g>>>A;P>k;k+=y)w.set(r,3*(x+k));for(k=1<<v-1;g&k;k>>>=1)g^=k;for(g^=k,z=(1<<A)-1;(g&z)!=i[b];)b--,A-=S,z=(1<<A)-1}return 0!==I&&1!=m?it:0}function c(o){let c;for(e||(e=[],t=[],n=new f(16),r=[],s=new f(15),i=new f(16)),t.length<o&&(t=[]),c=0;o>c;c++)t[c]=0;for(c=0;16>c;c++)n[c]=0;for(c=0;3>c;c++)r[c]=0;s.set(n.subarray(0,15),0),i.set(n.subarray(0,16),0)}this.st=(n,r,s,i,f)=>{let a;return c(19),e[0]=0,a=o(n,0,19,19,null,null,s,r,i,e,t),a==st?f.Le="oversubscribed dynamic bit lengths tree":a!=it&&0!==r[0]||(f.Le="incomplete dynamic bit lengths tree",a=st),a},this.it=(n,r,s,i,f,a,l,u,w)=>{let h;return c(288),e[0]=0,h=o(s,0,n,257,at,lt,a,i,u,e,t),0!=h||0===i[0]?(h==st?w.Le="oversubscribed literal/length tree":-4!=h&&(w.Le="incomplete literal/length tree",h=st),h):(c(288),h=o(s,n,r,0,ut,wt,l,f,u,e,t),0!=h||0===f[0]&&n>257?(h==st?w.Le="oversubscribed distance tree":h==it?(w.Le="incomplete distance tree",h=st):-4!=h&&(w.Le="empty distance tree with lengths",h=st),h):0)}}function dt(){const e=this;let t,n,r,s,i=0,o=0,c=0,f=0,a=0,l=0,u=0,w=0,h=0,d=0;function p(e,t,n,r,s,i,o,c){let f,a,l,u,w,h,d,p,y,m,b,g,k,v,S,z;d=c.nt,p=c.We,w=o.ot,h=o.ct,y=o.write,m=y<o.read?o.read-y-1:o.end-y,b=ot[e],g=ot[t];do{for(;20>h;)p--,w|=(255&c.ft(d++))<<h,h+=8;if(f=w&b,a=n,l=r,z=3*(l+f),0!==(u=a[z]))for(;;){if(w>>=a[z+1],h-=a[z+1],16&u){for(u&=15,k=a[z+2]+(w&ot[u]),w>>=u,h-=u;15>h;)p--,w|=(255&c.ft(d++))<<h,h+=8;for(f=w&g,a=s,l=i,z=3*(l+f),u=a[z];;){if(w>>=a[z+1],h-=a[z+1],16&u){for(u&=15;u>h;)p--,w|=(255&c.ft(d++))<<h,h+=8;if(v=a[z+2]+(w&ot[u]),w>>=u,h-=u,m-=k,v>y){S=y-v;do{S+=o.end}while(0>S);if(u=o.end-S,k>u){if(k-=u,y-S>0&&u>y-S)do{o.lt[y++]=o.lt[S++]}while(0!=--u);else o.lt.set(o.lt.subarray(S,S+u),y),y+=u,S+=u,u=0;S=0}}else S=y-v,y-S>0&&2>y-S?(o.lt[y++]=o.lt[S++],o.lt[y++]=o.lt[S++],k-=2):(o.lt.set(o.lt.subarray(S,S+2),y),y+=2,S+=2,k-=2);if(y-S>0&&k>y-S)do{o.lt[y++]=o.lt[S++]}while(0!=--k);else o.lt.set(o.lt.subarray(S,S+k),y),y+=k,S+=k,k=0;break}if(64&u)return c.Le="invalid distance code",k=c.We-p,k=k>h>>3?h>>3:k,p+=k,d-=k,h-=k<<3,o.ot=w,o.ct=h,c.We=p,c.qe+=d-c.nt,c.nt=d,o.write=y,st;f+=a[z+2],f+=w&ot[u],z=3*(l+f),u=a[z]}break}if(64&u)return 32&u?(k=c.We-p,k=k>h>>3?h>>3:k,p+=k,d-=k,h-=k<<3,o.ot=w,o.ct=h,c.We=p,c.qe+=d-c.nt,c.nt=d,o.write=y,1):(c.Le="invalid literal/length code",k=c.We-p,k=k>h>>3?h>>3:k,p+=k,d-=k,h-=k<<3,o.ot=w,o.ct=h,c.We=p,c.qe+=d-c.nt,c.nt=d,o.write=y,st);if(f+=a[z+2],f+=w&ot[u],z=3*(l+f),0===(u=a[z])){w>>=a[z+1],h-=a[z+1],o.lt[y++]=a[z+2],m--;break}}else w>>=a[z+1],h-=a[z+1],o.lt[y++]=a[z+2],m--}while(m>=258&&p>=10);return k=c.We-p,k=k>h>>3?h>>3:k,p+=k,d-=k,h-=k<<3,o.ot=w,o.ct=h,c.We=p,c.qe+=d-c.nt,c.nt=d,o.write=y,0}e.init=(e,i,o,c,f,a)=>{t=0,u=e,w=i,r=o,h=c,s=f,d=a,n=null},e.ut=(e,y,m)=>{let b,g,k,v,S,z,C,x=0,A=0,_=0;for(_=y.nt,v=y.We,x=e.ot,A=e.ct,S=e.write,z=S<e.read?e.read-S-1:e.end-S;;)switch(t){case 0:if(z>=258&&v>=10&&(e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,m=p(u,w,r,h,s,d,e,y),_=y.nt,v=y.We,x=e.ot,A=e.ct,S=e.write,z=S<e.read?e.read-S-1:e.end-S,0!=m)){t=1==m?7:9;break}c=u,n=r,o=h,t=1;case 1:for(b=c;b>A;){if(0===v)return e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);m=0,v--,x|=(255&y.ft(_++))<<A,A+=8}if(g=3*(o+(x&ot[b])),x>>>=n[g+1],A-=n[g+1],k=n[g],0===k){f=n[g+2],t=6;break}if(16&k){a=15&k,i=n[g+2],t=2;break}if(!(64&k)){c=k,o=g/3+n[g+2];break}if(32&k){t=7;break}return t=9,y.Le="invalid literal/length code",m=st,e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);case 2:for(b=a;b>A;){if(0===v)return e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);m=0,v--,x|=(255&y.ft(_++))<<A,A+=8}i+=x&ot[b],x>>=b,A-=b,c=w,n=s,o=d,t=3;case 3:for(b=c;b>A;){if(0===v)return e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);m=0,v--,x|=(255&y.ft(_++))<<A,A+=8}if(g=3*(o+(x&ot[b])),x>>=n[g+1],A-=n[g+1],k=n[g],16&k){a=15&k,l=n[g+2],t=4;break}if(!(64&k)){c=k,o=g/3+n[g+2];break}return t=9,y.Le="invalid distance code",m=st,e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);case 4:for(b=a;b>A;){if(0===v)return e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);m=0,v--,x|=(255&y.ft(_++))<<A,A+=8}l+=x&ot[b],x>>=b,A-=b,t=5;case 5:for(C=S-l;0>C;)C+=e.end;for(;0!==i;){if(0===z&&(S==e.end&&0!==e.read&&(S=0,z=S<e.read?e.read-S-1:e.end-S),0===z&&(e.write=S,m=e.wt(y,m),S=e.write,z=S<e.read?e.read-S-1:e.end-S,S==e.end&&0!==e.read&&(S=0,z=S<e.read?e.read-S-1:e.end-S),0===z)))return e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);e.lt[S++]=e.lt[C++],z--,C==e.end&&(C=0),i--}t=0;break;case 6:if(0===z&&(S==e.end&&0!==e.read&&(S=0,z=S<e.read?e.read-S-1:e.end-S),0===z&&(e.write=S,m=e.wt(y,m),S=e.write,z=S<e.read?e.read-S-1:e.end-S,S==e.end&&0!==e.read&&(S=0,z=S<e.read?e.read-S-1:e.end-S),0===z)))return e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);m=0,e.lt[S++]=f,z--,t=0;break;case 7:if(A>7&&(A-=8,v++,_--),e.write=S,m=e.wt(y,m),S=e.write,z=S<e.read?e.read-S-1:e.end-S,e.read!=e.write)return e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);t=8;case 8:return m=1,e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);case 9:return m=st,e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m);default:return m=rt,e.ot=x,e.ct=A,y.We=v,y.qe+=_-y.nt,y.nt=_,e.write=S,e.wt(y,m)}},e.ht=()=>{}}ht.dt=(e,t,n,r)=>(e[0]=9,t[0]=5,n[0]=ct,r[0]=ft,0);const pt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function yt(e,t){const n=this;let r,s=0,o=0,c=0,a=0;const l=[0],u=[0],w=new dt;let h=0,d=new f(4320);const p=new ht;n.ct=0,n.ot=0,n.lt=new i(t),n.end=t,n.read=0,n.write=0,n.reset=(e,t)=>{t&&(t[0]=0),6==s&&w.ht(e),s=0,n.ct=0,n.ot=0,n.read=n.write=0},n.reset(e,null),n.wt=(e,t)=>{let r,s,i;return s=e.rt,i=n.read,r=(i>n.write?n.end:n.write)-i,r>e.tt&&(r=e.tt),0!==r&&t==it&&(t=0),e.tt-=r,e.Ge+=r,e.$e.set(n.lt.subarray(i,i+r),s),s+=r,i+=r,i==n.end&&(i=0,n.write==n.end&&(n.write=0),r=n.write-i,r>e.tt&&(r=e.tt),0!==r&&t==it&&(t=0),e.tt-=r,e.Ge+=r,e.$e.set(n.lt.subarray(i,i+r),s),s+=r,i+=r),e.rt=s,n.read=i,t},n.ut=(e,t)=>{let i,f,y,m,b,g,k,v;for(m=e.nt,b=e.We,f=n.ot,y=n.ct,g=n.write,k=g<n.read?n.read-g-1:n.end-g;;){let S,z,C,x,A,_,I,P;switch(s){case 0:for(;3>y;){if(0===b)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);t=0,b--,f|=(255&e.ft(m++))<<y,y+=8}switch(i=7&f,h=1&i,i>>>1){case 0:f>>>=3,y-=3,i=7&y,f>>>=i,y-=i,s=1;break;case 1:S=[],z=[],C=[[]],x=[[]],ht.dt(S,z,C,x),w.init(S[0],z[0],C[0],0,x[0],0),f>>>=3,y-=3,s=6;break;case 2:f>>>=3,y-=3,s=3;break;case 3:return f>>>=3,y-=3,s=9,e.Le="invalid block type",t=st,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t)}break;case 1:for(;32>y;){if(0===b)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);t=0,b--,f|=(255&e.ft(m++))<<y,y+=8}if((~f>>>16&65535)!=(65535&f))return s=9,e.Le="invalid stored block lengths",t=st,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);o=65535&f,f=y=0,s=0!==o?2:0!==h?7:0;break;case 2:if(0===b)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);if(0===k&&(g==n.end&&0!==n.read&&(g=0,k=g<n.read?n.read-g-1:n.end-g),0===k&&(n.write=g,t=n.wt(e,t),g=n.write,k=g<n.read?n.read-g-1:n.end-g,g==n.end&&0!==n.read&&(g=0,k=g<n.read?n.read-g-1:n.end-g),0===k)))return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);if(t=0,i=o,i>b&&(i=b),i>k&&(i=k),n.lt.set(e.je(m,i),g),m+=i,b-=i,g+=i,k-=i,0!=(o-=i))break;s=0!==h?7:0;break;case 3:for(;14>y;){if(0===b)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);t=0,b--,f|=(255&e.ft(m++))<<y,y+=8}if(c=i=16383&f,(31&i)>29||(i>>5&31)>29)return s=9,e.Le="too many length or distance symbols",t=st,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);if(i=258+(31&i)+(i>>5&31),!r||r.length<i)r=[];else for(v=0;i>v;v++)r[v]=0;f>>>=14,y-=14,a=0,s=4;case 4:for(;4+(c>>>10)>a;){for(;3>y;){if(0===b)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);t=0,b--,f|=(255&e.ft(m++))<<y,y+=8}r[pt[a++]]=7&f,f>>>=3,y-=3}for(;19>a;)r[pt[a++]]=0;if(l[0]=7,i=p.st(r,l,u,d,e),0!=i)return(t=i)==st&&(r=null,s=9),n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);a=0,s=5;case 5:for(;i=c,258+(31&i)+(i>>5&31)>a;){let o,w;for(i=l[0];i>y;){if(0===b)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);t=0,b--,f|=(255&e.ft(m++))<<y,y+=8}if(i=d[3*(u[0]+(f&ot[i]))+1],w=d[3*(u[0]+(f&ot[i]))+2],16>w)f>>>=i,y-=i,r[a++]=w;else{for(v=18==w?7:w-14,o=18==w?11:3;i+v>y;){if(0===b)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);t=0,b--,f|=(255&e.ft(m++))<<y,y+=8}if(f>>>=i,y-=i,o+=f&ot[v],f>>>=v,y-=v,v=a,i=c,v+o>258+(31&i)+(i>>5&31)||16==w&&1>v)return r=null,s=9,e.Le="invalid bit length repeat",t=st,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);w=16==w?r[v-1]:0;do{r[v++]=w}while(0!=--o);a=v}}if(u[0]=-1,A=[],_=[],I=[],P=[],A[0]=9,_[0]=6,i=c,i=p.it(257+(31&i),1+(i>>5&31),r,A,_,I,P,d,e),0!=i)return i==st&&(r=null,s=9),t=i,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);w.init(A[0],_[0],d,I[0],d,P[0]),s=6;case 6:if(n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,1!=(t=w.ut(n,e,t)))return n.wt(e,t);if(t=0,w.ht(e),m=e.nt,b=e.We,f=n.ot,y=n.ct,g=n.write,k=g<n.read?n.read-g-1:n.end-g,0===h){s=0;break}s=7;case 7:if(n.write=g,t=n.wt(e,t),g=n.write,k=g<n.read?n.read-g-1:n.end-g,n.read!=n.write)return n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);s=8;case 8:return t=1,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);case 9:return t=st,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t);default:return t=rt,n.ot=f,n.ct=y,e.We=b,e.qe+=m-e.nt,e.nt=m,n.write=g,n.wt(e,t)}}},n.ht=e=>{n.reset(e,null),n.lt=null,d=null},n.yt=(e,t,r)=>{n.lt.set(e.subarray(t,t+r),0),n.read=n.write=r},n.bt=()=>1==s?1:0}const mt=13,bt=[0,0,255,255];function gt(){const e=this;function t(e){return e&&e.gt?(e.qe=e.Ge=0,e.Le=null,e.gt.mode=7,e.gt.kt.reset(e,null),0):rt}e.mode=0,e.method=0,e.vt=[0],e.St=0,e.marker=0,e.zt=0,e.Ct=t=>(e.kt&&e.kt.ht(t),e.kt=null,0),e.xt=(n,r)=>(n.Le=null,e.kt=null,8>r||r>15?(e.Ct(n),rt):(e.zt=r,n.gt.kt=new yt(n,1<<r),t(n),0)),e.At=(e,t)=>{let n,r;if(!e||!e.gt||!e.et)return rt;const s=e.gt;for(t=4==t?it:0,n=it;;)switch(s.mode){case 0:if(0===e.We)return n;if(n=t,e.We--,e.qe++,8!=(15&(s.method=e.ft(e.nt++)))){s.mode=mt,e.Le="unknown compression method",s.marker=5;break}if(8+(s.method>>4)>s.zt){s.mode=mt,e.Le="invalid win size",s.marker=5;break}s.mode=1;case 1:if(0===e.We)return n;if(n=t,e.We--,e.qe++,r=255&e.ft(e.nt++),((s.method<<8)+r)%31!=0){s.mode=mt,e.Le="incorrect header check",s.marker=5;break}if(!(32&r)){s.mode=7;break}s.mode=2;case 2:if(0===e.We)return n;n=t,e.We--,e.qe++,s.St=(255&e.ft(e.nt++))<<24&4278190080,s.mode=3;case 3:if(0===e.We)return n;n=t,e.We--,e.qe++,s.St+=(255&e.ft(e.nt++))<<16&16711680,s.mode=4;case 4:if(0===e.We)return n;n=t,e.We--,e.qe++,s.St+=(255&e.ft(e.nt++))<<8&65280,s.mode=5;case 5:return 0===e.We?n:(n=t,e.We--,e.qe++,s.St+=255&e.ft(e.nt++),s.mode=6,2);case 6:return s.mode=mt,e.Le="need dictionary",s.marker=0,rt;case 7:if(n=s.kt.ut(e,n),n==st){s.mode=mt,s.marker=0;break}if(0==n&&(n=t),1!=n)return n;n=t,s.kt.reset(e,s.vt),s.mode=12;case 12:return e.We=0,1;case mt:return st;default:return rt}},e._t=(e,t,n)=>{let r=0,s=n;if(!e||!e.gt||6!=e.gt.mode)return rt;const i=e.gt;return s<1<<i.zt||(s=(1<<i.zt)-1,r=n-s),i.kt.yt(t,r,s),i.mode=7,0},e.It=e=>{let n,r,s,i,o;if(!e||!e.gt)return rt;const c=e.gt;if(c.mode!=mt&&(c.mode=mt,c.marker=0),0===(n=e.We))return it;for(r=e.nt,s=c.marker;0!==n&&4>s;)e.ft(r)==bt[s]?s++:s=0!==e.ft(r)?0:4-s,r++,n--;return e.qe+=r-e.nt,e.nt=r,e.We=n,c.marker=s,4!=s?st:(i=e.qe,o=e.Ge,t(e),e.qe=i,e.Ge=o,c.mode=7,0)},e.Pt=e=>e&&e.gt&&e.gt.kt?e.gt.kt.bt():rt}function kt(){}function vt(e){const t=new kt,n=e&&e.chunkSize?r.floor(2*e.chunkSize):131072,o=new i(n);let c=!1;t.xt(),t.$e=o,this.append=(e,r)=>{const f=[];let a,l,u=0,w=0,h=0;if(0!==e.length){t.nt=0,t.et=e,t.We=e.length;do{if(t.rt=0,t.tt=n,0!==t.We||c||(t.nt=0,c=!0),a=t.At(0),c&&a===it){if(0!==t.We)throw new s("inflating: bad input")}else if(0!==a&&1!==a)throw new s("inflating: "+t.Le);if((c||1===a)&&t.We===e.length)throw new s("inflating: bad input");t.rt&&(t.rt===n?f.push(new i(o)):f.push(o.subarray(0,t.rt))),h+=t.rt,r&&t.nt>0&&t.nt!=u&&(r(t.nt),u=t.nt)}while(t.We>0||0===t.tt);return f.length>1?(l=new i(h),f.forEach((e=>{l.set(e,w),w+=e.length}))):l=f[0]?new i(f[0]):new i,l}},this.flush=()=>{t.Ct()}}kt.prototype={xt(e){const t=this;return t.gt=new gt,e||(e=15),t.gt.xt(t,e)},At(e){const t=this;return t.gt?t.gt.At(t,e):rt},Ct(){const e=this;if(!e.gt)return rt;const t=e.gt.Ct(e);return e.gt=null,t},It(){const e=this;return e.gt?e.gt.It(e):rt},_t(e,t){const n=this;return n.gt?n.gt._t(n,e,t):rt},ft(e){return this.et[e]},je(e,t){return this.et.subarray(e,e+t)}},self.initCodec=()=>{self.Deflate=nt,self.Inflate=vt};\n',n=()=>t.useDataURI?"data:text/javascript,"+encodeURIComponent(r):URL.createObjectURL(new Blob([r],{type:"text/javascript"}));e({workerScripts:{inflate:[n],deflate:[n]}})}(Wj),Wj({Deflate:function(e){const t=new bP,r=(n=e&&e.chunkSize?e.chunkSize:65536)+5*(Math.floor(n/16383)+1);var n;const i=new Uint8Array(r);let o=e?e.level:-1;void 0===o&&(o=-1),t.deflateInit(o),t.next_out=i,this.append=function(e,n){let o,s,a=0,u=0,c=0;const l=[];if(e.length){t.next_in_index=0,t.next_in=e,t.avail_in=e.length;do{if(t.next_out_index=0,t.avail_out=r,o=t.deflate(0),0!=o)throw new Error("deflating: "+t.msg);t.next_out_index&&(t.next_out_index==r?l.push(new Uint8Array(i)):l.push(i.subarray(0,t.next_out_index))),c+=t.next_out_index,n&&t.next_in_index>0&&t.next_in_index!=a&&(n(t.next_in_index),a=t.next_in_index)}while(t.avail_in>0||0===t.avail_out);return l.length>1?(s=new Uint8Array(c),l.forEach((function(e){s.set(e,u),u+=e.length}))):s=l[0]?new Uint8Array(l[0]):new Uint8Array,s}},this.flush=function(){let e,n,o=0,s=0;const a=[];do{if(t.next_out_index=0,t.avail_out=r,e=t.deflate(4),1!=e&&0!=e)throw new Error("deflating: "+t.msg);r-t.avail_out>0&&a.push(i.slice(0,t.next_out_index)),s+=t.next_out_index}while(t.avail_in>0||0===t.avail_out);return t.deflateEnd(),n=new Uint8Array(s),a.forEach((function(e){n.set(e,o),o+=e.length})),n}},Inflate:function(e){const t=new uj,r=e&&e.chunkSize?Math.floor(2*e.chunkSize):131072,n=new Uint8Array(r);let i=!1;t.inflateInit(),t.next_out=n,this.append=function(e,o){const s=[];let a,u,c=0,l=0,f=0;if(0!==e.length){t.next_in_index=0,t.next_in=e,t.avail_in=e.length;do{if(t.next_out_index=0,t.avail_out=r,0!==t.avail_in||i||(t.next_in_index=0,i=!0),a=t.inflate(0),i&&a===SP){if(0!==t.avail_in)throw new Error("inflating: bad input")}else if(a!==wP&&a!==_P)throw new Error("inflating: "+t.msg);if((i||a===_P)&&t.avail_in===e.length)throw new Error("inflating: bad input");t.next_out_index&&(t.next_out_index===r?s.push(new Uint8Array(n)):s.push(n.subarray(0,t.next_out_index))),f+=t.next_out_index,o&&t.next_in_index>0&&t.next_in_index!=c&&(o(t.next_in_index),c=t.next_in_index)}while(t.avail_in>0||0===t.avail_out);return s.length>1?(u=new Uint8Array(f),s.forEach((function(e){u.set(e,l),l+=e.length}))):u=s[0]?new Uint8Array(s[0]):new Uint8Array,u}},this.flush=function(){t.inflateEnd()}}});const pR=Dd("../.cli.cache"),mR={delete(e){mR.set(e,void 0)},get:e=>vR()[e],set(e,t){const r=vR();r[e]=t,L(pR,JSON.stringify(r),{encoding:"utf-8",flag:"w"})}};function vR(){try{return JSON.parse(B(pR,{encoding:"utf-8",flag:"r"}))}catch{return{}}}class gR{level;message;details;location="";constructor(e,t,r){this.level=e,this.message=t,this.details=r,t.endsWith(".")&&(this.message=t.slice(0,-1)),(this.details?.location?.column||this.details?.location?.line)&&(this.location=`${this.details.location.line}`,this.details.location.column&&(this.location+=`:${this.details.location.column}`)),this.details?.location?.key&&(this.message=`${Pt.cyan(this.details.location.key)} ${t}`)}toSummary(e){const t=void 0===e||0===e?"":`${this.location.padEnd(e+2)}`,r=yR[this.level].padEnd(7);let n=`  ${Pt.dim(t)}${this.level===yR.error?Pt.red(r):Pt.yellow(r)}  ${this.message}`;if(this.details?.suggestion){const e=Pt.level>0?Pt.hidden(`${t}${r}`):" ".repeat(t.length+r.length);n+=`${$}  ${e}  ${Pt.dim("└",this.details.suggestion)}`}return n}}var yR;!function(e){e[e.error=0]="error",e[e.warning=1]="warning"}(yR||(yR={}));class bR extends Array{#P;constructor(...e){super(),this.#P=e}push(e){return super.splice(this.#j(e),0,e),this.length}#F(e,t){for(const r of this.#P){const n=r(e),i=r(t);if(n<i)return-1;if(n>i)return 1}return 0}#j(e){let t=0,r=this.length;for(;t<r;){const n=t+r>>>1,i=this.#F(e,this[n]);if(0===i)return n;i>0?t=n+1:r=n}return t}}class wR extends bR{path;#T=0;constructor(e){super((e=>e.level),(e=>e.details?.location?.line??1/0),(e=>e.details?.location?.column??1/0),(e=>e.message)),this.path=e}push(e){return this.#T=Math.max(this.#T,e.location.length),super.push(e)}writeTo(e){0!==this.length&&(e.log(Pt.underline(this.path)),Pt.level>0?e.log(Pt.hidden(this.path)):e.log(),this.forEach((t=>e.log(t.toSummary(this.#T)))),e.log())}}class _R extends Array{errorCount=0;warningCount=0;add(e,t){t.level===yR.error?this.errorCount++:this.warningCount++;let r=this.find((t=>t.path===e));void 0===r&&(r=new wR(e),this.push(r)),r.push(t)}hasErrors(){return this.errorCount>0}hasWarnings(){return this.warningCount>0}writeTo(e){function t(e,t){return`${t} ${1===t?e:`${e}s`}`}this.length>0&&(e.log(),this.forEach((t=>t.writeTo(e)))),this.hasErrors()&&this.hasWarnings()?e.error(`${t("problem",this.errorCount+this.warningCount)} (${t("error",this.errorCount)}, ${t("warning",this.warningCount)})`):this.hasErrors()?e.error(`Failed with ${t("error",this.errorCount)}`):this.hasWarnings()?e.warn(t("warning",this.warningCount)):e.success("Validation successful")}}class DR{path;result;constructor(e,t){this.path=e,this.result=t}addError(e,t,r){return this.result.add(e,new gR(yR.error,t,r)),this}addWarning(e,t,r){return this.result.add(e,new gR(yR.warning,t,r)),this}}class ER{value={};nodes=new Map;constructor(e,t){"Object"===e?.type&&(this.value=this.aggregate(e,"",t))}find(e){return this.nodes.get(e)}aggregate(e,t,r){const n={location:{...e.loc?.start,instancePath:t,key:SR(t)}};if(this.nodes.set(t,n),r?.find((e=>e.instancePath===t&&"type"===e.keyword)))return n.node=new xR(void 0,n.location),n.node;if("Object"===e.type)return e.members.reduce(((e,n)=>(e[n.name.value]=this.aggregate(n.value,`${t}/${n.name.value}`,r),e)),{});if("Array"===e.type)return e.elements.map(((e,n)=>this.aggregate(e.value,`${t}/${n}`,r)));if("Boolean"===e.type||"Number"===e.type||"String"===e.type)return n.node=new xR(e.value,n.location),n.node;if("Null"===e.type)return n.node=new xR(null,n.location),n.node;throw new Error(`Encountered unhandled node type '${e.type}' when mapping abstract-syntax tree node to JSON object`)}}class xR{value;location;constructor(e,t){this.value=e,this.location=t}toString(){return this.value?.toString()}}function SR(e){const t=e.split("/").reduce(((e,t)=>void 0===t||""===t?e:isNaN(Number(t))?`${e}.${t}`:`${e}[${t}]`),"");return t.startsWith(".")?t.slice(1):t}class OR{path;schema;errors=[];_map=new ER;constructor(e,t){if(this.path=e,this.schema=t,h(this.path)){const e=_(this.path,{encoding:"utf-8"});({errors:this.errors,map:this._map}=this.schema.validate(e))}}get value(){return this._map.value}find(e){return this._map.find(e)}}const kR="true",CR="false",AR="null",$R=new Map([["t",kR],["f",CR],["n",AR]]),PR=new Map([['"','"'],["\\","\\"],["/","/"],["b","\b"],["n","\n"],["f","\f"],["r","\r"],["t","\t"]]),jR=new Map([["[","LBracket"],["]","RBracket"],["{","LBrace"],["}","RBrace"],[":","Colon"],[",","Comma"],[kR,"Boolean"],[CR,"Boolean"],[AR,"Null"]]);class FR extends Error{constructor(e,{line:t,column:r,offset:n}){super(`${e} (${t}:${r})`),this.line=t,this.column=r,this.offset=n}}class TR extends FR{constructor(e,t){super(`Unexpected character '${e}' found.`,t)}}class RR extends FR{constructor(e){super(`Unexpected token ${e.type} found.`,e.loc.start)}}class IR extends FR{constructor(e){super("Unexpected end of input found.",e)}}const MR='"',NR="/",LR="*",BR={mode:"json",ranges:!1};function zR(e){return/[\s\n]/.test(e)}function UR(e){return e>="0"&&e<="9"}function WR(e){return UR(e)||/[a-f]/i.test(e)}function VR(e){return/[tfn]/.test(e)}function qR(e){return UR(e)||"."===e||"-"===e}const HR={document:(e,t={})=>({type:"Document",body:e,...t}),string:(e,t={})=>({type:"String",value:e,...t}),number:(e,t={})=>({type:"Number",value:e,...t}),boolean:(e,t={})=>({type:"Boolean",value:e,...t}),null:(e={})=>({type:"Null",...e}),array:(e,t={})=>({type:"Array",elements:e,...t}),element:(e,t={})=>({type:"Element",value:e,...t}),object:(e,t={})=>({type:"Object",members:e,...t}),member:(e,t,r={})=>({type:"Member",name:e,value:t,...r})},GR={mode:"json",ranges:!1,tokens:!1};function KR(e,t){switch(t.type){case"Boolean":return"true"===e;case"Number":return Number(e);case"String":return function(e,t){let r="",n=e.indexOf("\\"),i=0;for(;n>=0;){r+=e.slice(i,n);const o=e.charAt(n+1);if(PR.has(o))r+=PR.get(o),i=n+2;else{if("u"!==o)throw new FR(`Invalid escape \\${o}.`,{line:t.loc.start.line,column:t.loc.start.column+n,offset:t.loc.start.offset+n});{const o=e.slice(n+2,n+6);if(o.length<4||/[^0-9a-f]/i.test(o))throw new FR(`Invalid unicode escape \\u${o}.`,{line:t.loc.start.line,column:t.loc.start.column+n,offset:t.loc.start.offset+n});r+=String.fromCharCode(parseInt(o,16)),i=n+6}}n=e.indexOf("\\",i)}return r+=e.slice(i),r}(e.slice(1,-1),t);default:throw new TypeError(`Unknown token type "${t.type}.`)}}function YR(e,t){t=Object.freeze({...GR,...t});const r=function(e,t){t=Object.freeze({...BR,...t});let r=-1,n=1,i=0,o=!1;const s=[];function a(e,r,n,i){const o=n.offset+r.length;let s=t.ranges?{range:[n.offset,o]}:void 0;return{type:e,loc:{start:n,end:i||{line:n.line,column:n.column+r.length,offset:o}},...s}}function u(){let t=e.charAt(++r);return o?(n++,i=1,o=!1):i++,"\r"===t?(o=!0,"\n"===e.charAt(r+1)&&r++):"\n"===t&&(o=!0),t}function c(){return{line:n,column:i,offset:r}}function l(t){let n=$R.get(t);if(e.slice(r,r+n.length)===n)return r+=n.length-1,i+=n.length-1,{value:n,c:u()};for(let t=1;t<n.length;t++)n[t]!==e.charAt(r+t)&&p(u())}function f(e){let t=e;for(e=u();e&&e!==MR;){if("\\"===e)if(t+=e,e=u(),PR.has(e))t+=e;else if("u"===e){t+=e;for(let r=0;r<4;r++)WR(e=u())?t+=e:p(e)}else p(e);else t+=e;e=u()}return e||m(),t+=e,{value:t,c:u()}}function d(e){let t="";if("-"===e&&(t+=e,UR(e=u())||p(e)),"0"===e)t+=e,UR(e=u())&&p(e);else{(function(e){return e>="1"&&e<="9"})(e)||p(e);do{t+=e,e=u()}while(UR(e))}if("."===e)do{t+=e,e=u()}while(UR(e));if("e"===e||"E"===e)for(t+=e,"+"!==(e=u())&&"-"!==e||(t+=e,e=u()),e||m(),UR(e)||p(e);UR(e);)t+=e,e=u();return{value:t,c:e}}function h(e){let t=e;if("/"===(e=u())){do{t+=e,e=u()}while(e&&"\r"!==e&&"\n"!==e);return{value:t,c:e}}if(e===LR){for(;e;)if(t+=e,(e=u())===LR&&(t+=e,(e=u())===NR))return t+=e,{value:t,c:e=u()};m()}p(e)}function p(e){throw new TR(e,c())}function m(){throw new IR(c())}let v=u();for(;r<e.length;){for(;zR(v);)v=u();if(!v)break;const e=c();if(jR.has(v))s.push(a(jR.get(v),v,e)),v=u();else if(VR(v)){const t=l(v);let r=t.value;v=t.c,s.push(a(jR.get(r),r,e))}else if(qR(v)){const t=d(v);let r=t.value;v=t.c,s.push(a("Number",r,e))}else if(v===MR){const t=f(v);let r=t.value;v=t.c,s.push(a("String",r,e))}else if(v===NR&&"jsonc"===t.mode){const t=h(v);let r=t.value;v=t.c,s.push(a(r.startsWith("//")?"LineComment":"BlockComment",r,e,c()))}else p(v)}return s}(e,{mode:t.mode,ranges:t.ranges});let n=0;const i="jsonc"===t.mode?function e(){const t=r[n++];return t&&t.type.endsWith("Comment")?e():t}:function(){return r[n++]};function o(e,t){if(!e||e.type!==t)throw new RR(e)}function s(e,r){return t.ranges?{range:[e.offset,r.offset]}:void 0}function a(t){const r=s(t.loc.start,t.loc.end),n=KR(e.slice(t.loc.start.offset,t.loc.end.offset),t),i={loc:{start:{...t.loc.start},end:{...t.loc.end}},...r};switch(t.type){case"String":return HR.string(n,i);case"Number":return HR.number(n,i);case"Boolean":return HR.boolean(n,i);default:throw new TypeError(`Unknown token type ${t.type}.`)}}function u(e){o(e,"String");const t=a(e);o(e=i(),"Colon");const r=c(),n=s(t.loc.start,r.loc.end);return HR.member(t,r,{loc:{start:{...t.loc.start},end:{...r.loc.end}},...n})}function c(e){switch((e=e||i()).type){case"String":case"Boolean":case"Number":return a(e);case"Null":return function(e){const t=s(e.loc.start,e.loc.end);return HR.null({loc:{start:{...e.loc.start},end:{...e.loc.end}},...t})}(e);case"LBrace":return function(e){o(e,"LBrace");const t=[];let r=i();if(r&&"RBrace"!==r.type)do{if(t.push(u(r)),r=i(),"Comma"!==r.type)break;r=i()}while(r);o(r,"RBrace");const n=s(e.loc.start,r.loc.end);return HR.object(t,{loc:{start:{...e.loc.start},end:{...r.loc.end}},...n})}(e);case"LBracket":return function(e){o(e,"LBracket");const t=[];let r=i();if(r&&"RBracket"!==r.type)do{const e=c(r);if(t.push(HR.element(e,{loc:e.loc})),r=i(),"Comma"!==r.type)break;r=i()}while(r);o(r,"RBracket");const n=s(e.loc.start,r.loc.end);return HR.array(t,{loc:{start:{...e.loc.start},end:{...r.loc.end}},...n})}(e);default:throw new RR(e)}}const l=c(),f=i();if(f)throw new RR(f);const d={loc:{start:{line:1,column:1,offset:0},end:{...l.loc.end}}};return t.tokens&&(d.tokens=r),t.ranges&&(d.range=[d.loc.start.offset,d.loc.end.offset]),HR.document(l,d)}var JR,ZR,XR={exports:{}},QR={},eI={},tI={};function rI(){if(ZR)return eI;ZR=1,Object.defineProperty(eI,"__esModule",{value:!0});const e=function(){if(JR)return tI;JR=1,Object.defineProperty(tI,"__esModule",{value:!0});const e={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};return tI.default=e,tI}(),t=dn(),r=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",e.default,t.default];return eI.default=r,eI}var nI,iI={},oI={};var sI,aI={};var uI,cI,lI={},fI={};function dI(){if(cI)return lI;cI=1,Object.defineProperty(lI,"__esModule",{value:!0});const e=Zt(),t=er(),r=function(){if(uI)return fI;function e(e){const t=e.length;let r,n=0,i=0;for(;i<t;)n++,r=e.charCodeAt(i++),r>=55296&&r<=56319&&i<t&&(r=e.charCodeAt(i),56320==(64512&r)&&i++);return n}return uI=1,Object.defineProperty(fI,"__esModule",{value:!0}),fI.default=e,e.code='require("ajv/dist/runtime/ucs2length").default',fI}(),n={message({keyword:t,schemaCode:r}){const n="maxLength"===t?"more":"fewer";return e.str`must NOT have ${n} than ${r} characters`},params:({schemaCode:t})=>e._`{limit: ${t}}`},i={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:n,code(n){const{keyword:i,data:o,schemaCode:s,it:a}=n,u="maxLength"===i?e.operators.GT:e.operators.LT,c=!1===a.opts.unicode?e._`${o}.length`:e._`${(0,t.useFunc)(n.gen,r.default)}(${o})`;n.fail$data(e._`${c} ${u} ${s}`)}};return lI.default=i,lI}var hI,pI={};var mI,vI={};var gI,yI={};function bI(){if(gI)return yI;gI=1,Object.defineProperty(yI,"__esModule",{value:!0});const e=Dr(),t=Zt(),r=er(),n={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:e}})=>t.str`must have required property '${e}'`,params:({params:{missingProperty:e}})=>t._`{missingProperty: ${e}}`},code(n){const{gen:i,schema:o,schemaCode:s,data:a,$data:u,it:c}=n,{opts:l}=c;if(!u&&0===o.length)return;const f=o.length>=l.loopRequired;if(c.allErrors?function(){if(f||u)n.block$data(t.nil,d);else for(const t of o)(0,e.checkReportMissingProp)(n,t)}():function(){const r=i.let("missing");if(f||u){const o=i.let("valid",!0);n.block$data(o,(()=>function(r,o){n.setParams({missingProperty:r}),i.forOf(r,s,(()=>{i.assign(o,(0,e.propertyInData)(i,a,r,l.ownProperties)),i.if((0,t.not)(o),(()=>{n.error(),i.break()}))}),t.nil)}(r,o))),n.ok(o)}else i.if((0,e.checkMissingProp)(n,o,r)),(0,e.reportMissingProp)(n,r),i.else()}(),l.strictRequired){const e=n.parentSchema.properties,{definedProperties:t}=n.it;for(const n of o)if(void 0===(null==e?void 0:e[n])&&!t.has(n)){const e=`required property "${n}" is not defined at "${c.schemaEnv.baseId+c.errSchemaPath}" (strictRequired)`;(0,r.checkStrictMode)(c,e,c.opts.strictRequired)}}function d(){i.forOf("prop",s,(t=>{n.setParams({missingProperty:t}),i.if((0,e.noPropertyInData)(i,a,t,l.ownProperties),(()=>n.error()))}))}}};return yI.default=n,yI}var wI,_I={};var DI,EI,xI={},SI={};function OI(){if(DI)return SI;DI=1,Object.defineProperty(SI,"__esModule",{value:!0});const e=Ar();return e.code='require("ajv/dist/runtime/equal").default',SI.default=e,SI}function kI(){if(EI)return xI;EI=1,Object.defineProperty(xI,"__esModule",{value:!0});const e=mr(),t=Zt(),r=er(),n=OI(),i={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i:e,j:r}})=>t.str`must NOT have duplicate items (items ## ${r} and ${e} are identical)`,params:({params:{i:e,j:r}})=>t._`{i: ${e}, j: ${r}}`},code(i){const{gen:o,data:s,$data:a,schema:u,parentSchema:c,schemaCode:l,it:f}=i;if(!a&&!u)return;const d=o.let("valid"),h=c.items?(0,e.getSchemaTypes)(c.items):[];function p(r,n){const a=o.name("item"),u=(0,e.checkDataTypes)(h,a,f.opts.strictNumbers,e.DataType.Wrong),c=o.const("indices",t._`{}`);o.for(t._`;${r}--;`,(()=>{o.let(a,t._`${s}[${r}]`),o.if(u,t._`continue`),h.length>1&&o.if(t._`typeof ${a} == "string"`,t._`${a} += "_"`),o.if(t._`typeof ${c}[${a}] == "number"`,(()=>{o.assign(n,t._`${c}[${a}]`),i.error(),o.assign(d,!1).break()})).code(t._`${c}[${a}] = ${r}`)}))}function m(e,a){const u=(0,r.useFunc)(o,n.default),c=o.name("outer");o.label(c).for(t._`;${e}--;`,(()=>o.for(t._`${a} = ${e}; ${a}--;`,(()=>o.if(t._`${u}(${s}[${e}], ${s}[${a}])`,(()=>{i.error(),o.assign(d,!1).break(c)}))))))}i.block$data(d,(function(){const e=o.let("i",t._`${s}.length`),r=o.let("j");i.setParams({i:e,j:r}),o.assign(d,!0),o.if(t._`${e} > 1`,(()=>(h.length>0&&!h.some((e=>"object"===e||"array"===e))?p:m)(e,r)))}),t._`${l} === false`),i.ok(d)}};return xI.default=i,xI}var CI,AI={};var $I,PI,jI={};function FI(){if($I)return jI;$I=1,Object.defineProperty(jI,"__esModule",{value:!0});const e=Zt(),t=er(),r=OI(),n={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:t})=>e._`{allowedValues: ${t}}`},code(n){const{gen:i,data:o,$data:s,schema:a,schemaCode:u,it:c}=n;if(!s&&0===a.length)throw new Error("enum must have non-empty array");const l=a.length>=c.opts.loopEnum;let f;const d=()=>null!=f?f:f=(0,t.useFunc)(i,r.default);let h;if(l||s)h=i.let("valid"),n.block$data(h,(function(){i.assign(h,!1),i.forOf("v",u,(t=>i.if(e._`${d()}(${o}, ${t})`,(()=>i.assign(h,!0).break()))))}));else{if(!Array.isArray(a))throw new Error("ajv implementation error");const t=i.const("vSchema",u);h=(0,e.or)(...a.map(((r,n)=>function(t,r){const n=a[r];return"object"==typeof n&&null!==n?e._`${d()}(${o}, ${t}[${r}])`:e._`${o} === ${n}`}(t,n))))}n.pass(h)}};return jI.default=n,jI}function TI(){if(PI)return iI;PI=1,Object.defineProperty(iI,"__esModule",{value:!0});const e=function(){if(nI)return oI;nI=1,Object.defineProperty(oI,"__esModule",{value:!0});const e=Zt(),t=e.operators,r={maximum:{okStr:"<=",ok:t.LTE,fail:t.GT},minimum:{okStr:">=",ok:t.GTE,fail:t.LT},exclusiveMaximum:{okStr:"<",ok:t.LT,fail:t.GTE},exclusiveMinimum:{okStr:">",ok:t.GT,fail:t.LTE}},n={message:({keyword:t,schemaCode:n})=>e.str`must be ${r[t].okStr} ${n}`,params:({keyword:t,schemaCode:n})=>e._`{comparison: ${r[t].okStr}, limit: ${n}}`},i={keyword:Object.keys(r),type:"number",schemaType:"number",$data:!0,error:n,code(t){const{keyword:n,data:i,schemaCode:o}=t;t.fail$data(e._`${i} ${r[n].fail} ${o} || isNaN(${i})`)}};return oI.default=i,oI}(),t=function(){if(sI)return aI;sI=1,Object.defineProperty(aI,"__esModule",{value:!0});const e=Zt(),t={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:t})=>e.str`must be multiple of ${t}`,params:({schemaCode:t})=>e._`{multipleOf: ${t}}`},code(t){const{gen:r,data:n,schemaCode:i,it:o}=t,s=o.opts.multipleOfPrecision,a=r.let("res"),u=s?e._`Math.abs(Math.round(${a}) - ${a}) > 1e-${s}`:e._`${a} !== parseInt(${a})`;t.fail$data(e._`(${i} === 0 || (${a} = ${n}/${i}, ${u}))`)}};return aI.default=t,aI}(),r=dI(),n=function(){if(hI)return pI;hI=1,Object.defineProperty(pI,"__esModule",{value:!0});const e=Dr(),t=Zt(),r={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>t.str`must match pattern "${e}"`,params:({schemaCode:e})=>t._`{pattern: ${e}}`},code(r){const{data:n,$data:i,schema:o,schemaCode:s,it:a}=r,u=a.opts.unicodeRegExp?"u":"",c=i?t._`(new RegExp(${s}, ${u}))`:(0,e.usePattern)(r,o);r.fail$data(t._`!${c}.test(${n})`)}};return pI.default=r,pI}(),i=function(){if(mI)return vI;mI=1,Object.defineProperty(vI,"__esModule",{value:!0});const e=Zt(),t={message({keyword:t,schemaCode:r}){const n="maxProperties"===t?"more":"fewer";return e.str`must NOT have ${n} than ${r} properties`},params:({schemaCode:t})=>e._`{limit: ${t}}`},r={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:t,code(t){const{keyword:r,data:n,schemaCode:i}=t,o="maxProperties"===r?e.operators.GT:e.operators.LT;t.fail$data(e._`Object.keys(${n}).length ${o} ${i}`)}};return vI.default=r,vI}(),o=bI(),s=function(){if(wI)return _I;wI=1,Object.defineProperty(_I,"__esModule",{value:!0});const e=Zt(),t={message({keyword:t,schemaCode:r}){const n="maxItems"===t?"more":"fewer";return e.str`must NOT have ${n} than ${r} items`},params:({schemaCode:t})=>e._`{limit: ${t}}`},r={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:t,code(t){const{keyword:r,data:n,schemaCode:i}=t,o="maxItems"===r?e.operators.GT:e.operators.LT;t.fail$data(e._`${n}.length ${o} ${i}`)}};return _I.default=r,_I}(),a=kI(),u=function(){if(CI)return AI;CI=1,Object.defineProperty(AI,"__esModule",{value:!0});const e=Zt(),t=er(),r=OI(),n={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:t})=>e._`{allowedValue: ${t}}`},code(n){const{gen:i,data:o,$data:s,schemaCode:a,schema:u}=n;s||u&&"object"==typeof u?n.fail$data(e._`!${(0,t.useFunc)(i,r.default)}(${o}, ${a})`):n.fail(e._`${u} !== ${o}`)}};return AI.default=n,AI}(),c=FI(),l=[e.default,t.default,r.default,n.default,i.default,o.default,s.default,a.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},u.default,c.default];return iI.default=l,iI}var RI,II={},MI={};function NI(){if(RI)return MI;RI=1,Object.defineProperty(MI,"__esModule",{value:!0}),MI.validateAdditionalItems=void 0;const e=Zt(),t=er(),r={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:t}})=>e.str`must NOT have more than ${t} items`,params:({params:{len:t}})=>e._`{limit: ${t}}`},code(e){const{parentSchema:r,it:i}=e,{items:o}=r;Array.isArray(o)?n(e,o):(0,t.checkStrictMode)(i,'"additionalItems" is ignored when "items" is not an array of schemas')}};function n(r,n){const{gen:i,schema:o,data:s,keyword:a,it:u}=r;u.items=!0;const c=i.const("len",e._`${s}.length`);if(!1===o)r.setParams({len:n.length}),r.pass(e._`${c} <= ${n.length}`);else if("object"==typeof o&&!(0,t.alwaysValidSchema)(u,o)){const o=i.var("valid",e._`${c} <= ${n.length}`);i.if((0,e.not)(o),(()=>function(o){i.forRange("i",n.length,c,(n=>{r.subschema({keyword:a,dataProp:n,dataPropType:t.Type.Num},o),u.allErrors||i.if((0,e.not)(o),(()=>i.break()))}))}(o))),r.ok(o)}}return MI.validateAdditionalItems=n,MI.default=r,MI}var LI,BI,zI={},UI={};function WI(){if(LI)return UI;LI=1,Object.defineProperty(UI,"__esModule",{value:!0}),UI.validateTuple=void 0;const e=Zt(),t=er(),r=Dr(),n={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:n,it:o}=e;if(Array.isArray(n))return i(e,"additionalItems",n);o.items=!0,(0,t.alwaysValidSchema)(o,n)||e.ok((0,r.validateArray)(e))}};function i(r,n,i=r.schema){const{gen:o,parentSchema:s,data:a,keyword:u,it:c}=r;!function(e){const{opts:r,errSchemaPath:o}=c,s=i.length,a=s===e.minItems&&(s===e.maxItems||!1===e[n]);if(r.strictTuples&&!a){const e=`"${u}" is ${s}-tuple, but minItems or maxItems/${n} are not specified or different at path "${o}"`;(0,t.checkStrictMode)(c,e,r.strictTuples)}}(s),c.opts.unevaluated&&i.length&&!0!==c.items&&(c.items=t.mergeEvaluated.items(o,i.length,c.items));const l=o.name("valid"),f=o.const("len",e._`${a}.length`);i.forEach(((n,i)=>{(0,t.alwaysValidSchema)(c,n)||(o.if(e._`${f} > ${i}`,(()=>r.subschema({keyword:u,schemaProp:i,dataProp:i},l))),r.ok(l))}))}return UI.validateTuple=i,UI.default=n,UI}var VI,qI={};var HI,GI={};function KI(){if(HI)return GI;HI=1,Object.defineProperty(GI,"__esModule",{value:!0});const e=Zt(),t=er(),r={message:({params:{min:t,max:r}})=>void 0===r?e.str`must contain at least ${t} valid item(s)`:e.str`must contain at least ${t} and no more than ${r} valid item(s)`,params:({params:{min:t,max:r}})=>void 0===r?e._`{minContains: ${t}}`:e._`{minContains: ${t}, maxContains: ${r}}`},n={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:r,code(r){const{gen:n,schema:i,parentSchema:o,data:s,it:a}=r;let u,c;const{minContains:l,maxContains:f}=o;a.opts.next?(u=void 0===l?1:l,c=f):u=1;const d=n.const("len",e._`${s}.length`);if(r.setParams({min:u,max:c}),void 0===c&&0===u)return void(0,t.checkStrictMode)(a,'"minContains" == 0 without "maxContains": "contains" keyword ignored');if(void 0!==c&&u>c)return(0,t.checkStrictMode)(a,'"minContains" > "maxContains" is always invalid'),void r.fail();if((0,t.alwaysValidSchema)(a,i)){let t=e._`${d} >= ${u}`;return void 0!==c&&(t=e._`${t} && ${d} <= ${c}`),void r.pass(t)}a.items=!0;const h=n.name("valid");function p(){const t=n.name("_valid"),r=n.let("count",0);m(t,(()=>n.if(t,(()=>function(t){n.code(e._`${t}++`),void 0===c?n.if(e._`${t} >= ${u}`,(()=>n.assign(h,!0).break())):(n.if(e._`${t} > ${c}`,(()=>n.assign(h,!1).break())),1===u?n.assign(h,!0):n.if(e._`${t} >= ${u}`,(()=>n.assign(h,!0))))}(r)))))}function m(e,i){n.forRange("i",0,d,(n=>{r.subschema({keyword:"contains",dataProp:n,dataPropType:t.Type.Num,compositeRule:!0},e),i()}))}void 0===c&&1===u?m(h,(()=>n.if(h,(()=>n.break())))):0===u?(n.let(h,!0),void 0!==c&&n.if(e._`${s}.length > 0`,p)):(n.let(h,!1),p()),r.result(h,(()=>r.reset()))}};return GI.default=n,GI}var YI,JI={};function ZI(){return YI||(YI=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=Zt(),r=er(),n=Dr();e.error={message:({params:{property:e,depsCount:r,deps:n}})=>{const i=1===r?"property":"properties";return t.str`must have ${i} ${n} when property ${e} is present`},params:({params:{property:e,depsCount:r,deps:n,missingProperty:i}})=>t._`{property: ${e},
    missingProperty: ${i},
    depsCount: ${r},
    deps: ${n}}`};const i={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(e){const[t,r]=function({schema:e}){const t={},r={};for(const n in e){if("__proto__"===n)continue;(Array.isArray(e[n])?t:r)[n]=e[n]}return[t,r]}(e);o(e,t),s(e,r)}};function o(e,r=e.schema){const{gen:i,data:o,it:s}=e;if(0===Object.keys(r).length)return;const a=i.let("missing");for(const u in r){const c=r[u];if(0===c.length)continue;const l=(0,n.propertyInData)(i,o,u,s.opts.ownProperties);e.setParams({property:u,depsCount:c.length,deps:c.join(", ")}),s.allErrors?i.if(l,(()=>{for(const t of c)(0,n.checkReportMissingProp)(e,t)})):(i.if(t._`${l} && (${(0,n.checkMissingProp)(e,c,a)})`),(0,n.reportMissingProp)(e,a),i.else())}}function s(e,t=e.schema){const{gen:i,data:o,keyword:s,it:a}=e,u=i.name("valid");for(const c in t)(0,r.alwaysValidSchema)(a,t[c])||(i.if((0,n.propertyInData)(i,o,c,a.opts.ownProperties),(()=>{const t=e.subschema({keyword:s,schemaProp:c},u);e.mergeValidEvaluated(t,u)}),(()=>i.var(u,!0))),e.ok(u))}e.validatePropertyDeps=o,e.validateSchemaDeps=s,e.default=i}(JI)),JI}var XI,QI={};var eM,tM={};function rM(){if(eM)return tM;eM=1,Object.defineProperty(tM,"__esModule",{value:!0});const e=Dr(),t=Zt(),r=or(),n=er(),i={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:e})=>t._`{additionalProperty: ${e.additionalProperty}}`},code(i){const{gen:o,schema:s,parentSchema:a,data:u,errsCount:c,it:l}=i;if(!c)throw new Error("ajv implementation error");const{allErrors:f,opts:d}=l;if(l.props=!0,"all"!==d.removeAdditional&&(0,n.alwaysValidSchema)(l,s))return;const h=(0,e.allSchemaProperties)(a.properties),p=(0,e.allSchemaProperties)(a.patternProperties);function m(e){o.code(t._`delete ${u}[${e}]`)}function v(e){if("all"===d.removeAdditional||d.removeAdditional&&!1===s)m(e);else{if(!1===s)return i.setParams({additionalProperty:e}),i.error(),void(f||o.break());if("object"==typeof s&&!(0,n.alwaysValidSchema)(l,s)){const r=o.name("valid");"failing"===d.removeAdditional?(g(e,r,!1),o.if((0,t.not)(r),(()=>{i.reset(),m(e)}))):(g(e,r),f||o.if((0,t.not)(r),(()=>o.break())))}}}function g(e,t,r){const o={keyword:"additionalProperties",dataProp:e,dataPropType:n.Type.Str};!1===r&&Object.assign(o,{compositeRule:!0,createErrors:!1,allErrors:!1}),i.subschema(o,t)}o.forIn("key",u,(r=>{h.length||p.length?o.if(function(r){let s;if(h.length>8){const t=(0,n.schemaRefOrVal)(l,a.properties,"properties");s=(0,e.isOwnProperty)(o,t,r)}else s=h.length?(0,t.or)(...h.map((e=>t._`${r} === ${e}`))):t.nil;return p.length&&(s=(0,t.or)(s,...p.map((n=>t._`${(0,e.usePattern)(i,n)}.test(${r})`)))),(0,t.not)(s)}(r),(()=>v(r))):v(r)})),i.ok(t._`${c} === ${r.default.errors}`)}};return tM.default=i,tM}var nM,iM={};var oM,sM={};var aM,uM={};var cM,lM={};var fM,dM={};var hM,pM={};var mM,vM={};var gM,yM,bM={};function wM(){if(yM)return II;yM=1,Object.defineProperty(II,"__esModule",{value:!0});const e=NI(),t=function(){if(BI)return zI;BI=1,Object.defineProperty(zI,"__esModule",{value:!0});const e=WI(),t={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,e.validateTuple)(t,"items")};return zI.default=t,zI}(),r=WI(),n=function(){if(VI)return qI;VI=1,Object.defineProperty(qI,"__esModule",{value:!0});const e=Zt(),t=er(),r=Dr(),n=NI(),i={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:t}})=>e.str`must NOT have more than ${t} items`,params:({params:{len:t}})=>e._`{limit: ${t}}`},code(e){const{schema:i,parentSchema:o,it:s}=e,{prefixItems:a}=o;s.items=!0,(0,t.alwaysValidSchema)(s,i)||(a?(0,n.validateAdditionalItems)(e,a):e.ok((0,r.validateArray)(e)))}};return qI.default=i,qI}(),i=KI(),o=ZI(),s=function(){if(XI)return QI;XI=1,Object.defineProperty(QI,"__esModule",{value:!0});const e=Zt(),t=er(),r={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:t})=>e._`{propertyName: ${t.propertyName}}`},code(r){const{gen:n,schema:i,data:o,it:s}=r;if((0,t.alwaysValidSchema)(s,i))return;const a=n.name("valid");n.forIn("key",o,(t=>{r.setParams({propertyName:t}),r.subschema({keyword:"propertyNames",data:t,dataTypes:["string"],propertyName:t,compositeRule:!0},a),n.if((0,e.not)(a),(()=>{r.error(!0),s.allErrors||n.break()}))})),r.ok(a)}};return QI.default=r,QI}(),a=rM(),u=function(){if(nM)return iM;nM=1,Object.defineProperty(iM,"__esModule",{value:!0});const e=Ir(),t=Dr(),r=er(),n=rM(),i={keyword:"properties",type:"object",schemaType:"object",code(i){const{gen:o,schema:s,parentSchema:a,data:u,it:c}=i;"all"===c.opts.removeAdditional&&void 0===a.additionalProperties&&n.default.code(new e.KeywordCxt(c,n.default,"additionalProperties"));const l=(0,t.allSchemaProperties)(s);for(const e of l)c.definedProperties.add(e);c.opts.unevaluated&&l.length&&!0!==c.props&&(c.props=r.mergeEvaluated.props(o,(0,r.toHash)(l),c.props));const f=l.filter((e=>!(0,r.alwaysValidSchema)(c,s[e])));if(0===f.length)return;const d=o.name("valid");for(const e of f)h(e)?p(e):(o.if((0,t.propertyInData)(o,u,e,c.opts.ownProperties)),p(e),c.allErrors||o.else().var(d,!0),o.endIf()),i.it.definedProperties.add(e),i.ok(d);function h(e){return c.opts.useDefaults&&!c.compositeRule&&void 0!==s[e].default}function p(e){i.subschema({keyword:"properties",schemaProp:e,dataProp:e},d)}}};return iM.default=i,iM}(),c=function(){if(oM)return sM;oM=1,Object.defineProperty(sM,"__esModule",{value:!0});const e=Dr(),t=Zt(),r=er(),n=er(),i={keyword:"patternProperties",type:"object",schemaType:"object",code(i){const{gen:o,schema:s,data:a,parentSchema:u,it:c}=i,{opts:l}=c,f=(0,e.allSchemaProperties)(s),d=f.filter((e=>(0,r.alwaysValidSchema)(c,s[e])));if(0===f.length||d.length===f.length&&(!c.opts.unevaluated||!0===c.props))return;const h=l.strictSchema&&!l.allowMatchingProperties&&u.properties,p=o.name("valid");!0===c.props||c.props instanceof t.Name||(c.props=(0,n.evaluatedPropsToName)(o,c.props));const{props:m}=c;function v(e){for(const t in h)new RegExp(e).test(t)&&(0,r.checkStrictMode)(c,`property ${t} matches pattern ${e} (use allowMatchingProperties)`)}function g(r){o.forIn("key",a,(s=>{o.if(t._`${(0,e.usePattern)(i,r)}.test(${s})`,(()=>{const e=d.includes(r);e||i.subschema({keyword:"patternProperties",schemaProp:r,dataProp:s,dataPropType:n.Type.Str},p),c.opts.unevaluated&&!0!==m?o.assign(t._`${m}[${s}]`,!0):e||c.allErrors||o.if((0,t.not)(p),(()=>o.break()))}))}))}!function(){for(const e of f)h&&v(e),c.allErrors?g(e):(o.var(p,!0),g(e),o.if(p))}()}};return sM.default=i,sM}(),l=function(){if(aM)return uM;aM=1,Object.defineProperty(uM,"__esModule",{value:!0});const e=er(),t={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){const{gen:r,schema:n,it:i}=t;if((0,e.alwaysValidSchema)(i,n))return void t.fail();const o=r.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),t.failResult(o,(()=>t.reset()),(()=>t.error()))},error:{message:"must NOT be valid"}};return uM.default=t,uM}(),f=function(){if(cM)return lM;cM=1,Object.defineProperty(lM,"__esModule",{value:!0});const e={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Dr().validateUnion,error:{message:"must match a schema in anyOf"}};return lM.default=e,lM}(),d=function(){if(fM)return dM;fM=1,Object.defineProperty(dM,"__esModule",{value:!0});const e=Zt(),t=er(),r={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:t})=>e._`{passingSchemas: ${t.passing}}`},code(r){const{gen:n,schema:i,parentSchema:o,it:s}=r;if(!Array.isArray(i))throw new Error("ajv implementation error");if(s.opts.discriminator&&o.discriminator)return;const a=i,u=n.let("valid",!1),c=n.let("passing",null),l=n.name("_valid");r.setParams({passing:c}),n.block((function(){a.forEach(((i,o)=>{let a;(0,t.alwaysValidSchema)(s,i)?n.var(l,!0):a=r.subschema({keyword:"oneOf",schemaProp:o,compositeRule:!0},l),o>0&&n.if(e._`${l} && ${u}`).assign(u,!1).assign(c,e._`[${c}, ${o}]`).else(),n.if(l,(()=>{n.assign(u,!0),n.assign(c,o),a&&r.mergeEvaluated(a,e.Name)}))}))})),r.result(u,(()=>r.reset()),(()=>r.error(!0)))}};return dM.default=r,dM}(),h=function(){if(hM)return pM;hM=1,Object.defineProperty(pM,"__esModule",{value:!0});const e=er(),t={keyword:"allOf",schemaType:"array",code(t){const{gen:r,schema:n,it:i}=t;if(!Array.isArray(n))throw new Error("ajv implementation error");const o=r.name("valid");n.forEach(((r,n)=>{if((0,e.alwaysValidSchema)(i,r))return;const s=t.subschema({keyword:"allOf",schemaProp:n},o);t.ok(o),t.mergeEvaluated(s)}))}};return pM.default=t,pM}(),p=function(){if(mM)return vM;mM=1,Object.defineProperty(vM,"__esModule",{value:!0});const e=Zt(),t=er(),r={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:t})=>e.str`must match "${t.ifClause}" schema`,params:({params:t})=>e._`{failingKeyword: ${t.ifClause}}`},code(r){const{gen:i,parentSchema:o,it:s}=r;void 0===o.then&&void 0===o.else&&(0,t.checkStrictMode)(s,'"if" without "then" and "else" is ignored');const a=n(s,"then"),u=n(s,"else");if(!a&&!u)return;const c=i.let("valid",!0),l=i.name("_valid");if(function(){const e=r.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},l);r.mergeEvaluated(e)}(),r.reset(),a&&u){const e=i.let("ifClause");r.setParams({ifClause:e}),i.if(l,f("then",e),f("else",e))}else a?i.if(l,f("then")):i.if((0,e.not)(l),f("else"));function f(t,n){return()=>{const o=r.subschema({keyword:t},l);i.assign(c,l),r.mergeValidEvaluated(o,c),n?i.assign(n,e._`${t}`):r.setParams({ifClause:t})}}r.pass(c,(()=>r.error(!0)))}};function n(e,r){const n=e.schema[r];return void 0!==n&&!(0,t.alwaysValidSchema)(e,n)}return vM.default=r,vM}(),m=function(){if(gM)return bM;gM=1,Object.defineProperty(bM,"__esModule",{value:!0});const e=er(),t={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:r,it:n}){void 0===r.if&&(0,e.checkStrictMode)(n,`"${t}" without "if" is ignored`)}};return bM.default=t,bM}();return II.default=function(v=!1){const g=[l.default,f.default,d.default,h.default,p.default,m.default,s.default,a.default,o.default,u.default,c.default];return v?g.push(t.default,n.default):g.push(e.default,r.default),g.push(i.default),g},II}var _M,DM,EM={},xM={};function SM(){if(_M)return xM;_M=1,Object.defineProperty(xM,"__esModule",{value:!0});const e=Zt(),t={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:t})=>e.str`must match format "${t}"`,params:({schemaCode:t})=>e._`{format: ${t}}`},code(t,r){const{gen:n,data:i,$data:o,schema:s,schemaCode:a,it:u}=t,{opts:c,errSchemaPath:l,schemaEnv:f,self:d}=u;c.validateFormats&&(o?function(){const o=n.scopeValue("formats",{ref:d.formats,code:c.code.formats}),s=n.const("fDef",e._`${o}[${a}]`),u=n.let("fType"),l=n.let("format");n.if(e._`typeof ${s} == "object" && !(${s} instanceof RegExp)`,(()=>n.assign(u,e._`${s}.type || "string"`).assign(l,e._`${s}.validate`)),(()=>n.assign(u,e._`"string"`).assign(l,s))),t.fail$data((0,e.or)(!1===c.strictSchema?e.nil:e._`${a} && !${l}`,function(){const t=f.$async?e._`(${s}.async ? await ${l}(${i}) : ${l}(${i}))`:e._`${l}(${i})`,n=e._`(typeof ${l} == "function" ? ${t} : ${l}.test(${i}))`;return e._`${l} && ${l} !== true && ${u} === ${r} && !${n}`}()))}():function(){const o=d.formats[s];if(!o)return void function(){if(!1===c.strictSchema)return void d.logger.warn(e());throw new Error(e());function e(){return`unknown format "${s}" ignored in schema at path "${l}"`}}();if(!0===o)return;const[a,u,h]=function(t){const r=t instanceof RegExp?(0,e.regexpCode)(t):c.code.formats?e._`${c.code.formats}${(0,e.getProperty)(s)}`:void 0,i=n.scopeValue("formats",{key:s,ref:t,code:r});if("object"==typeof t&&!(t instanceof RegExp))return[t.type||"string",t.validate,e._`${i}.validate`];return["string",t,i]}(o);a===r&&t.pass(function(){if("object"==typeof o&&!(o instanceof RegExp)&&o.async){if(!f.$async)throw new Error("async format in sync schema");return e._`await ${h}(${i})`}return"function"==typeof u?e._`${h}(${i})`:e._`${h}.test(${i})`}())}())}};return xM.default=t,xM}var OM,kM,CM={};function AM(){if(kM)return QR;kM=1,Object.defineProperty(QR,"__esModule",{value:!0});const e=rI(),t=TI(),r=wM(),n=function(){if(DM)return EM;DM=1,Object.defineProperty(EM,"__esModule",{value:!0});const e=[SM().default];return EM.default=e,EM}(),i=(OM||(OM=1,Object.defineProperty(CM,"__esModule",{value:!0}),CM.contentVocabulary=CM.metadataVocabulary=void 0,CM.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],CM.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]),CM),o=[e.default,t.default,(0,r.default)(),n.default,i.metadataVocabulary,i.contentVocabulary];return QR.default=o,QR}var $M,PM={};function jM(){if($M)return PM;$M=1,Object.defineProperty(PM,"__esModule",{value:!0});const e=Zt(),t=Wn(),r=qr(),n=Ur(),i=er(),o={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:e,tagName:r}})=>e===t.DiscrError.Tag?`tag "${r}" must be string`:`value of tag "${r}" must be in oneOf`,params:({params:{discrError:t,tag:r,tagName:n}})=>e._`{error: ${t}, tag: ${n}, tagValue: ${r}}`},code(o){const{gen:s,data:a,schema:u,parentSchema:c,it:l}=o,{oneOf:f}=c;if(!l.opts.discriminator)throw new Error("discriminator: requires discriminator option");const d=u.propertyName;if("string"!=typeof d)throw new Error("discriminator: requires propertyName");if(u.mapping)throw new Error("discriminator: mapping is not supported");if(!f)throw new Error("discriminator: requires oneOf keyword");const h=s.let("valid",!1),p=s.const("tag",e._`${a}${(0,e.getProperty)(d)}`);function m(t){const r=s.name("valid"),n=o.subschema({keyword:"oneOf",schemaProp:t},r);return o.mergeEvaluated(n,e.Name),r}s.if(e._`typeof ${p} == "string"`,(()=>function(){const a=function(){var e;const t={},o=a(c);let s=!0;for(let t=0;t<f.length;t++){let c=f[t];if((null==c?void 0:c.$ref)&&!(0,i.schemaHasRulesButRef)(c,l.self.RULES)){const e=c.$ref;if(c=r.resolveRef.call(l.self,l.schemaEnv.root,l.baseId,e),c instanceof r.SchemaEnv&&(c=c.schema),void 0===c)throw new n.default(l.opts.uriResolver,l.baseId,e)}const h=null===(e=null==c?void 0:c.properties)||void 0===e?void 0:e[d];if("object"!=typeof h)throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${d}"`);s=s&&(o||a(c)),u(h,t)}if(!s)throw new Error(`discriminator: "${d}" must be required`);return t;function a({required:e}){return Array.isArray(e)&&e.includes(d)}function u(e,t){if(e.const)h(e.const,t);else{if(!e.enum)throw new Error(`discriminator: "properties/${d}" must have "const" or "enum"`);for(const r of e.enum)h(r,t)}}function h(e,r){if("string"!=typeof e||e in t)throw new Error(`discriminator: "${d}" values must be unique strings`);t[e]=r}}();s.if(!1);for(const t in a)s.elseIf(e._`${p} === ${t}`),s.assign(h,m(a[t]));s.else(),o.error(!1,{discrError:t.DiscrError.Mapping,tag:p,tagName:d}),s.endIf()}()),(()=>o.error(!1,{discrError:t.DiscrError.Tag,tag:p,tagName:d}))),o.ok(h)}};return PM.default=o,PM}var FM,TM={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0};var RM=(FM||(FM=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=t.Ajv=void 0;const r=an(),n=AM(),i=jM(),o=TM,s=["/properties"],a="http://json-schema.org/draft-07/schema";class u extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach((e=>this.addVocabulary(e))),this.opts.discriminator&&this.addKeyword(i.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const e=this.opts.$data?this.$dataMetaSchema(o,s):o;this.addMetaSchema(e,a,!1),this.refs["http://json-schema.org/schema"]=a}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(a)?a:void 0)}}t.Ajv=u,e.exports=t=u,e.exports.Ajv=u,Object.defineProperty(t,"__esModule",{value:!0}),t.default=u;var c=Ir();Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return c.KeywordCxt}});var l=Zt();Object.defineProperty(t,"_",{enumerable:!0,get:function(){return l._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return l.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return l.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return l.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return l.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return l.CodeGen}});var f=Lr();Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return f.default}});var d=Ur();Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return d.default}})}(XR,XR.exports)),XR.exports),IM=Se(RM);function MM(e,t,r){const n=r||(e=>e);return e.reduce(((r,i,o)=>{const s=n(i);return 0===o?s:o===e.length-1&&o>0?`${r}, ${t} ${s}`:`${r}, ${s}`}),"")}class NM{_filePathsKeywords=new Map;_imageDimensionKeywords=new Map;_validate;errorMessages=new Map;constructor(e){const t=new IM({allErrors:!0,messages:!1,strict:!1});t.addKeyword(Ee.markdownDescription),t.addKeyword(LM(Ee.errorMessage,this.errorMessages)),t.addKeyword(LM(Ee.imageDimensions,this._imageDimensionKeywords)),t.addKeyword(LM(Ee.filePath,this._filePathsKeywords)),this._validate=t.compile(e)}get filePathsKeywords(){return this._filePathsKeywords}get imageDimensionKeywords(){return this._imageDimensionKeywords}validate(e){let t;this._filePathsKeywords.clear(),this._imageDimensionKeywords.clear();try{t=JSON.parse(e)}catch{return{map:new ER,errors:[{source:{keyword:"false schema",instancePath:"",schemaPath:"",params:{}},message:"Contents must be a valid JSON string",location:{instancePath:"/",key:void 0}}]}}this._validate(t);const r=YR(e,{mode:"json",ranges:!1,tokens:!1}),n=new ER(r.body,this._validate.errors);return{map:n,errors:this.filter(this._validate.errors).map((e=>({location:n.find(e.instancePath)?.location,message:this.getMessage(e),source:e})))??[]}}filter(e){if(null==e)return[];const t=["allOf","anyOf","if"];return Nt.uniqWith(e.filter((({keyword:e})=>!t.includes(e))),((e,t)=>e.instancePath===t.instancePath&&e.keyword===t.keyword&&Nt.isEqual(e.params,t.params)))}getMessage(e){const{keyword:t,message:r,params:n,instancePath:i}=e;if("additionalProperties"===t)return void 0!==n.additionalProperty?`must not contain property: ${n.additionalProperty}`:"must not contain additional properties";if("enum"===t){const e=MM(n.allowedValues,"or",Md);return void 0!==e?`must be ${e}`:r||`failed validation for keyword: ${t}`}if("pattern"===t){const e=this.errorMessages.get(i);return e?.startsWith("String")?e.substring(7):e||`must match pattern ${n.pattern}`}return"minimum"===t||"maximum"===t?`must be ${function(e){switch(e){case"<":return"less than";case"<=":return"less than or equal to";case">":return"greater than";case">=":return"greater than or equal to";default:throw new TypeError(`Expected comparison when validating JSON: ${e}`)}}(n.comparison)} ${n.limit}`:"minItems"===t?`must contain at least ${n.limit} item${1===n.limit?"":"s"}`:"maxItems"===t?`must not contain more than ${n.limit} item${1===n.limit?"":"s"}`:"required"===t?`must contain property: ${n.missingProperty}`:"type"===t?`must be a${"object"===n.type?"n":""} ${n.type}`:"uniqueItems"===t?"must not contain duplicate items":r||`failed validation for keyword: ${t}`}}function LM(e,t){const{keyword:r,schemaType:n}=e;return{keyword:r,schemaType:n,validate:(e,r,n,i)=>(void 0!==i?.instancePath&&t.set(i.instancePath,e),!0)}}class BM extends OR{layoutFiles=[];constructor(e,t,r){super(e,new NM(t));const n=new NM(r);this.value.Actions?.forEach((t=>{if(void 0!==t.Encoder?.layout&&!R$(t.Encoder?.layout.value)){const r=u(c(e),t.Encoder.layout.value);this.layoutFiles.push({location:t.Encoder.layout.location,layout:new OR(r,n)})}}))}}const zM=function(e){e.manifest.layoutFiles.forEach((({layout:e})=>{const t=function(e){return e.items?.reduce(((e,{rect:t,zOrder:r})=>(4===t?.length&&e.push({node:t[0],vertices:{x1:t[0].value,x2:t[0].value+t[2].value,y1:t[1].value,y2:t[1].value+t[3].value,z:r?.value??0}}),e)),[])||[]}(e.value);for(let r=t.length-1;r>=0;r--){const{node:n,vertices:{x1:i,x2:o,y1:s,y2:a}}=t[r];(i<0||o>200||s<0||a>100)&&this.addError(e.path,"must not be outside of the canvas",{...n,suggestion:"Width and height, relative to the x and y, must be within the 200x100 px canvas"});for(let n=r-1;n>=0;n--)UM(t[r].vertices,t[n].vertices)&&this.addError(e.path,`must not overlap ${Pt.blue(t[n].node.location.key)}`,t[r].node)}}))};function UM(e,t){return e.z===t.z&&!(t.x2<=e.x1||t.x1>=e.x2||t.y2<=e.y1||t.y1>=e.y2)}const WM=function(e){e.manifest.layoutFiles.forEach((({layout:e})=>{const t=new Set;e.value.items?.forEach((({key:r})=>{void 0!==r?.value&&(t.has(r.value)?this.addError(e.path,"must be unique",r):t.add(r.value))}))}))},VM=function(e){e.manifest.layoutFiles.forEach((({layout:t,location:r})=>{h(t.path)||this.addError(e.manifest.path,"layout not found",{location:r})})),e.manifest.layoutFiles.forEach((({layout:e})=>{e.errors.forEach((({message:t,location:r,source:n})=>{this.addError(e.path,function(e,t){if("minimum"!==t.keyword&&"maximum"!==t.keyword)return e;const r=t.instancePath.match(/\/items\/\d+\/rect\/([0-3])$/);if(null===r)return e;const[,n]=r;return`${["x","y","width","height"][n]} ${e}`}(t,n),{location:r})}))}))};const qM=function(e){const{manifest:{value:{Category:t,Name:r}}}=e;if(void 0!==r?.value&&t?.value!==r?.value){const n=void 0===t?.value?void 0:`'${t}'`;this.addWarning(e.manifest.path,"should match plugin name",{location:{key:"Category"},...t,suggestion:`Expected '${r}', but was ${n}`})}},HM=async function(e){const t=new Set,r=await md(this.path);r(o(e.manifest.path))&&this.addError(e.manifest.path,"Manifest file must not be ignored",{suggestion:`Review ${hd} file`});const n=new Map(e.manifest.schema.filePathsKeywords);e.manifest.value.Actions?.forEach((e=>{void 0!==e.Encoder?.layout?.value&&R$(e.Encoder?.layout?.value)&&n.delete(e.Encoder.layout.location.instancePath)})),n.forEach(((n,i)=>{const o=e.manifest.find(i);if(void 0===o?.node)return;const{node:s}=o;if("string"!=typeof s.value||e.manifest.errors.find((e=>e.location?.instancePath===i)))return;const c="object"!=typeof n||n.includeExtension?[s.value]:n.extensions.map((e=>`${s.value}${e}`));let l;for(const t of c){const r=u(this.path,t);if(h(r)){if(void 0!==l){this.addWarning(e.manifest.path,`multiple files named ${Md(s.value)} found, using ${Md(l)}`,s);break}l=t}}if(void 0!==l){if(r(l))this.addError(e.manifest.path,`file must not be ignored, ${Md(l)}`,{...s,suggestion:`Review ${hd} file`});else if(".png"===f(l)){const e=a(this.path,l);if(t.has(e))return;h(a(this.path,`${s.value}@2x.png`))||(this.addWarning(e,"should have high-resolution (@2x) variant",{location:{key:s.location.key}}),t.add(e))}}else this.addError(e.manifest.path,`file not found, ${Md(s.value)}`,{...s,suggestion:"object"==typeof n?`File must be ${MM(n.extensions,"or")}`:void 0})}))},GM=function(e){h(this.path)&&(h(e.manifest.path)||this.addError(e.manifest.path,"Manifest not found"),e.manifest.errors.forEach((({message:t,location:r})=>{e.hasValidId&&""===r?.instancePath&&"must contain property: UUID"===t?this.addError(e.manifest.path,t,{location:r,suggestion:`Expected: ${e.id}`}):this.addError(e.manifest.path,t,{location:r})})))},KM=async function(e){const{manifest:{value:{URL:t}}}=e;if(null==t?.value)return;let r;try{r=new URL(t.value)}catch{return void this.addError(e.manifest.path,"must be valid URL",{...t,suggestion:t.value.toLowerCase().startsWith("http")?void 0:"Protocol must be http or https"})}if("http:"===r.protocol||"https:"===r.protocol)try{const{status:r}=await fetch(t.value,{method:"HEAD"});(r<200||r>=300)&&this.addWarning(e.manifest.path,`should return success (received ${Pt.yellow(r)})`,{...t,suggestion:"Status code should be 2xx"})}catch(r){if(!(r instanceof Error&&"object"==typeof r.cause&&r.cause&&"code"in r.cause&&"ENOTFOUND"===r.cause.code))throw r;this.addError(e.manifest.path,"must be resolvable",t)}else this.addError(e.manifest.path,"must have http or https protocol",t)},YM=async function(e){const{value:t}=e.manifest;e.hasValidId&&void 0!==t.UUID?.value&&e.id!==t.UUID.value&&this.addError(e.manifest.path,"must match parent directory name",{location:t.UUID.location,suggestion:`Expected: ${e.id}`});const r=new Set;t.Actions?.forEach((({UUID:t})=>{void 0!==t?.value&&(r.has(t.value)?this.addError(e.manifest.path,"must be unique",t):r.add(t.value),e.hasValidId&&!t.value.startsWith(e.id)&&this.addWarning(e.manifest.path,`should be prefixed with ${Md(e.id)}`,t))}))},JM=function(e){const t=o(this.path);h(this.path)?p(this.path).isDirectory()?(t.endsWith(".sdPlugin")||this.addError(this.path,`Name must be suffixed with ${Md(".sdPlugin")}`),z$(e.id)||this.addError(this.path,"Name must be in reverse DNS format, and must only contain lowercase alphanumeric characters (a-z, 0-9), hyphens (-), and periods (.)",{suggestion:"Example: com.elgato.wave-link"})):this.addError(this.path,"Path must be a directory"):this.addError(this.path,"Directory not found")};async function ZM(e){const t=await async function(e){const t=o(e).replace(/\.sdPlugin$/,""),{manifest:r,layout:n}=await import("@elgato/schemas/streamdeck/plugins/json");return{hasValidId:z$(t),manifest:new BM(a(e,"manifest.json"),r,n),id:t}}(e);return async function(e,t,r){const n=new _R,i=new DR(e,n);for(const e of r)await e.call(i,t);return n}(e,t,[JM,GM,HM,YM,KM,qM,VM,WM,zM])}const XM="validateSchemasLastUpdateCheck",QM={forceUpdateCheck:!1,quietSuccess:!1,path:process.cwd(),updateCheck:!0},eN=Ud((async(e,t)=>{const r=()=>{throw e.quietSuccess||t.exit(1),new Nd};if(!e.updateCheck&&e.forceUpdateCheck&&(console.log("error: option '--force-update-check' cannot be used with option '--no-update-check'"),r()),function(e){if(e.forceUpdateCheck)return!0;if(!e.updateCheck)return!1;const t=mR.get(XM);if(void 0===t||"string"!=typeof t)return!0;return(new Date).toDateString()!==new Date(t).toDateString()}(e)){const e=await xd.checkUpdate("@elgato/schemas");e&&await t.spin("Updating validation rules",(async()=>{await xd.install(e),t.info("Validation rules updated")})),mR.set(XM,new Date)}const n=await ZM(u(e.path));(n.hasErrors()||n.hasWarnings()||!e.quietSuccess)&&n.writeTo(t),n.hasErrors()&&r()}),QM);const tN=Ud((async(e,t)=>{const r=u(e.path),n=u(e.output,`${L$(r)}.streamDeckPlugin`),i=await async function(e,t){const r=u(e,"manifest.json"),n=e=>E(r,e,{encoding:"utf-8"});let i;if(h(r)){i=await ue(r,{encoding:"utf-8"});const e=JSON.parse(i);t??=e.Version?.toString()||"",e.Version=`${t}${".0".repeat(Math.max(0,4-t.split(".").length))}`,n(JSON.stringify(e,void 0,"\t"))}return{undo:()=>{void 0!==i&&n(i)}}}(r,e.version);try{await eN({...e,quietSuccess:!0})}catch(r){if(!(r instanceof Nd))throw r;e.ignoreValidation?t.log().log(Pt.yellow("Ignore validation flag found, bypassing validation errors")).log():(i.undo(),t.exit(1))}h(n)&&(e.force?await ce(n):t.error("File already exists").log("Specify a different -o|-output location, or -f|--force saving to overwrite the existing file").exit(1)),t.spin("Preparing plugin"),await async function(e){if(h(e)){if(!vd(e))throw new Error("Path exists, but is not a directory")}else await ae(e,{recursive:!0})}(c(n));const s=function(e,t,r=!1){if(r)return{add:()=>Promise.resolve(),close:()=>{}};const n=o(e),i=new tR(q.toWeb(D(t)));return{add:async(e,t)=>{const r=a(n,e.path.relative).replaceAll("\\","/");await i.add(r,t??V.toWeb(m(e.path.absolute)))},close:()=>i.close()}}(r,n,e.dryRun),l=await async function(e,t){const r=await async function(e){if(!h(e))throw new Error(`JSON file not found, ${e}`);try{const t=await ue(e,{encoding:"utf-8"});return JSON.parse(t)}catch(t){throw new Error(`Failed to pase JSON file, ${e}`,{cause:t})}}(a(e,"manifest.json")),n={files:[],manifest:r,size:0,sizePad:0};for await(const i of async function*(e,t){if(!h(e))return;if(!p(e).isDirectory())throw new Error("Path is not a directory");const r=await md(e,t);for(const t of await oe(e,{encoding:"utf-8",recursive:!0})){if(r(t))continue;const n=u(e,t),i=await se(n);i.isFile()&&(yield{name:o(n),path:{absolute:n,relative:t},size:{bytes:i.size,text:bd(i.size)}})}}(e))if(n.files.push(i),n.sizePad=Math.max(n.sizePad,i.size.text.length),t)if("manifest.json"===i.path.relative){delete r.Nodejs?.Debug;const e=JSON.stringify(r,void 0,"".repeat(4)),o=new V;o.push(e,"utf-8"),o.push(null),n.size+=e.length,await t(i,V.toWeb(o))}else n.size+=i.size.bytes,await t(i);return n}(r,s.add);s.close(),t.log(`📦 ${l.manifest.Name} (v${l.manifest.Version})`),t.log(),t.log(Pt.cyan("Plugin Contents")),l.files.forEach(((e,r)=>{t.log(`${Pt.dim(r===l.files.length-1?"└─":"├─")}  ${e.size.text.padEnd(l.sizePad)}  ${e.path.relative}`)})),t.log().log(Pt.cyan("Plugin Details")).log(`  Name:           ${l.manifest.Name}`).log(`  Version:        ${l.manifest.Version}`).log(`  UUID:           ${l.manifest.UUID}`).log(`  Total files:    ${l.files.length}`).log(`  Unpacked size:  ${bd(l.size)}`).log(`  File name:      ${o(n)}`).log(),e.dryRun?(t.info("No package created, --dry-run flag is present").log().log(Pt.dim(n)),i?.undo()):t.success("Successfully packaged plugin").log().log(n)}),{...QM,dryRun:!1,force:!1,output:process.cwd(),version:null,ignoreValidation:!1});const rN=Ud((async({uuid:e},t)=>{if(t.spin(`Stopping ${e}`),!I$(e))return t.error("Stopping failed").log(`Plugin not found: ${e}`).exit(1);await N$()?(await PA(`streamdeck://plugins/stop/${e}`),t.success(`Stopped ${Pt.green(e)}`)):t.info("Stream Deck is not running.")})),nN=Ud((async(e,t)=>{const r=F$().find((({uuid:t})=>t===e.uuid));if(!r)return t.error("Plugin not found").log(`No plugin found with UUID: ${e.uuid}`).exit(1);if(r.isLink)await t.spin("Unlinking",(async(t,n)=>{await rN({quiet:!0,uuid:e.uuid}),x(r.path),n.setText("Unlinked successfully")}));else{if(!e.delete)return t.error("Plugin cannot be unlinked").log(`${e.uuid} is not a linked plugin`).log("To uninstall and delete the plugin, re-run with the delete flag (-d|--delete)").exit(1);try{await async function(e,t){await t.spin("Uninstalling",(async(t,r)=>{try{await rN({quiet:!0,uuid:e.uuid}),await async function(e,t){const{maxRetries:r=0,retryDelay:n=100,...i}=t;let o=0;const s=async()=>{try{o++,g(e,i)}catch(e){if(!(o<=r&&_d(e)))throw e;await new Promise((e=>setTimeout(e,n))),await s()}};await s()}(e.path,{recursive:!0,maxRetries:10,retryDelay:1e3}),r.setText("Uninstalled successfully")}catch(e){throw r.setText("Uninstalling failed"),e}}))}(r,t)}catch(e){if(_d(e))return t.log().log(Pt.red("Plugin cannot be removed as it is in use")).exit(1);throw e}}}),{delete:!1});Ge.command("create").description("Stream Deck plugin creation wizard.").action((()=>G$())),Ge.command("link").argument("[path]","Path of the plugin to link.").description("Links the plugin to Stream Deck.").action((e=>V$({path:e}))),Ge.command("unlink").argument("<uuid>").option("-d|--delete","Enable deletion of non-linked plugins.").description("Unlinks the plugin from Stream Deck.").action(((e,t)=>nN({uuid:e,...t}))),Ge.command("list").option("-a|--all","Show all plugins",!1).description("Display list of installed plugins.").action((e=>J$(e))),Ge.command("restart").alias("r").description("Starts the plugin in Stream Deck; if the plugin is already running, it is stopped first.").argument("<uuid>").action((e=>q$({uuid:e}))),Ge.command("stop").alias("s").description("Stops the plugin in Stream Deck.").argument("<uuid>").action((e=>rN({uuid:e}))),Ge.command("dev").description("Enables developer mode.").option("-d|--disable","Disables developer mode",!1).action((({disable:e})=>W$({disable:e}))),Ge.command("validate").description("Validates the Stream Deck plugin.").argument("[path]","Path of the plugin to validate").option("--force-update-check","Forces an update check",!1).option("--no-update-check","Disables updating schemas",!0).action(((e,t)=>eN({...t,path:e}))),Ge.command("pack").alias("bundle").description("Creates a .streamDeckPlugin file from the plugin.").argument("[path]","Path of the plugin to pack").option("--dry-run","Generates a report without creating a package",!1).option("-f|--force","Forces saving, overwriting an package if it exists",!1).option("-o|--output <output>","Specifies the path for the output directory").option("--version <version>","Plugin version; value will be written to the manifest").option("--force-update-check","Forces an update check",!1).option("--no-update-check","Disables updating schemas",!0).option("--ignore-validation","Bypass validation errors (not recommended)",!1).action(((e,t)=>tN({...t,path:e})));const iN=Ge.command("config").description("Manage the local configuration.");iN.command("set").description("Sets each of the configuration keys to their provided value.").argument("<key>=<value>").argument("[<key>=<value>...]").action(((e,t)=>Vd({entry:e,entries:t}))),iN.command("unset").description("Resets each of the configuration keys to their default values.").argument("<key>").argument("[<key>...]").action(((e,t)=>qd({key:e,keys:t}))),iN.command("list").description("Lists all configuration.").action((()=>Wd())),iN.command("reset").description("Resets all configuration.").action((()=>function(e={quiet:!1},t=(e.quiet?Id():Rd(!1))){const r=$d();M(r)&&N(r),t.success("Configuration cleared")}())),Ge.version(xd.getVersion({checkEnvironment:!0}),"-v","display CLI version").option("-l, --list","display list of installed plugins").action((e=>{e.list?J$():Ge.help()})).parse();