@serverless-devs/s 2.0.104-beta.1 → 2.0.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CNAME +1 -0
- package/_config.yml +1 -0
- package/lib/clean/index.js +15 -15
- package/lib/cli/index.js +22 -22
- package/lib/component/index.js +28 -28
- package/lib/config/add/index.js +24 -24
- package/lib/config/delete/index.js +24 -24
- package/lib/config/get/index.js +26 -26
- package/lib/config/index.js +15 -15
- package/lib/index.js +72 -72
- package/lib/init/index.js +51 -51
- package/lib/set/analysis/index.js +26 -26
- package/lib/set/index.js +14 -14
- package/lib/set/locale/index.js +25 -25
- package/lib/set/registry/index.js +25 -25
- package/lib/set/workspace/index.js +27 -27
- package/lib/update-notifier/index.js +18 -18
- package/lib/verify/index.js +28 -28
- package/package.json +2 -2
- package/readme.md +3 -1
package/lib/verify/index.js
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var hh=Object.defineProperty,ph=Object.defineProperties;var mh=Object.getOwnPropertyDescriptors;var Co=Object.getOwnPropertySymbols;var gh=Object.prototype.hasOwnProperty,vh=Object.prototype.propertyIsEnumerable;var No=(r,e,t)=>e in r?hh(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,ae=(r,e)=>{for(var t in e||(e={}))gh.call(e,t)&&No(r,t,e[t]);if(Co)for(var t of Co(e))vh.call(e,t)&&No(r,t,e[t]);return r},He=(r,e)=>ph(r,mh(e));var _=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports);var xo=_((Ft,ko)=>{var _h=require("events").EventEmitter,Hs=require("child_process").spawn,Mt=require("path"),Us=require("fs"),Br=class{constructor(e,t){this.flags=e,this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let n=jo(e);this.short=n.shortFlag,this.long=n.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.description=t||"",this.defaultValue=void 0}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return yh(this.name().replace(/^no-/,""))}is(e){return this.short===e||this.long===e}},hr=class extends Error{constructor(e,t,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}},pr=class extends _h{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._args=[],this.rawArgs=null,this._scriptPath=null,this._name=e||"",this._optionValues={},this._storeOptionsAsProperties=!0,this._storeOptionsAsPropertiesCalled=!1,this._passCommandToAction=!0,this._actionResults=[],this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._hidden=!1,this._hasHelpOption=!0,this._helpFlags="-h, --help",this._helpDescription="display help for command",this._helpShortFlag="-h",this._helpLongFlag="--help",this._hasImplicitHelpCommand=void 0,this._helpCommandName="help",this._helpCommandnameAndArgs="help [command]",this._helpCommandDescription="display help for command"}command(e,t,n){let s=t,i=n;typeof s=="object"&&s!==null&&(i=s,s=null),i=i||{};let a=e.split(/ +/),c=this.createCommand(a.shift());return s&&(c.description(s),c._executableHandler=!0),i.isDefault&&(this._defaultCommandName=c._name),c._hidden=!!(i.noHelp||i.hidden),c._hasHelpOption=this._hasHelpOption,c._helpFlags=this._helpFlags,c._helpDescription=this._helpDescription,c._helpShortFlag=this._helpShortFlag,c._helpLongFlag=this._helpLongFlag,c._helpCommandName=this._helpCommandName,c._helpCommandnameAndArgs=this._helpCommandnameAndArgs,c._helpCommandDescription=this._helpCommandDescription,c._exitCallback=this._exitCallback,c._storeOptionsAsProperties=this._storeOptionsAsProperties,c._passCommandToAction=this._passCommandToAction,c._combineFlagAndOptionalValue=this._combineFlagAndOptionalValue,c._executableFile=i.executableFile||null,this.commands.push(c),c._parseExpectedArgs(a),c.parent=this,s?this:c}createCommand(e){return new pr(e)}addCommand(e,t){if(!e._name)throw new Error("Command passed to .addCommand() must have a name");function n(s){s.forEach(i=>{if(i._executableHandler&&!i._executableFile)throw new Error(`Must specify executableFile for deeply nested executable: ${i.name()}`);n(i.commands)})}return n(e.commands),t=t||{},t.isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.hidden)&&(e._hidden=!0),this.commands.push(e),e.parent=this,this}arguments(e){return this._parseExpectedArgs(e.split(/ +/))}addHelpCommand(e,t){return e===!1?this._hasImplicitHelpCommand=!1:(this._hasImplicitHelpCommand=!0,typeof e=="string"&&(this._helpCommandName=e.split(" ")[0],this._helpCommandnameAndArgs=e),this._helpCommandDescription=t||this._helpCommandDescription),this}_lazyHasImplicitHelpCommand(){return this._hasImplicitHelpCommand===void 0&&(this._hasImplicitHelpCommand=this.commands.length&&!this._actionHandler&&!this._findCommand("help")),this._hasImplicitHelpCommand}_parseExpectedArgs(e){if(!!e.length)return e.forEach(t=>{let n={required:!1,name:"",variadic:!1};switch(t[0]){case"<":n.required=!0,n.name=t.slice(1,-1);break;case"[":n.name=t.slice(1,-1);break}n.name.length>3&&n.name.slice(-3)==="..."&&(n.variadic=!0,n.name=n.name.slice(0,-3)),n.name&&this._args.push(n)}),this._args.forEach((t,n)=>{if(t.variadic&&n<this._args.length-1)throw new Error(`only the last argument can be variadic '${t.name}'`)}),this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=t=>{if(t.code!=="commander.executeSubCommandAsync")throw t},this}_exit(e,t,n){this._exitCallback&&this._exitCallback(new hr(e,t,n)),process.exit(e)}action(e){let t=n=>{let s=this._args.length,i=n.slice(0,s);this._passCommandToAction?i[s]=this:i[s]=this.opts(),n.length>s&&i.push(n.slice(s));let a=e.apply(this,i),c=this;for(;c.parent;)c=c.parent;c._actionResults.push(a)};return this._actionHandler=t,this}_checkForOptionNameClash(e){if(!this._storeOptionsAsProperties||this._storeOptionsAsPropertiesCalled||e.name()==="help"||this._getOptionValue(e.attributeName())===void 0)return;let n=!0;if(e.negate){let s=e.long.replace(/^--no-/,"--");n=!this._findOption(s)}else if(e.long){let s=e.long.replace(/^--/,"--no-");n=!this._findOption(s)}if(n)throw new Error(`option '${e.name()}' clashes with existing property '${e.attributeName()}' on Command
|
|
2
2
|
- call storeOptionsAsProperties(false) to store option values safely,
|
|
3
3
|
- or call storeOptionsAsProperties(true) to suppress this check,
|
|
4
4
|
- or change option name
|
|
5
5
|
|
|
6
|
-
Read more on https://git.io/JJc0W`)}_optionEx(e,t,n,s,i){let a=new
|
|
6
|
+
Read more on https://git.io/JJc0W`)}_optionEx(e,t,n,s,i){let a=new Br(t,n),c=a.name(),u=a.attributeName();if(a.mandatory=!!e.mandatory,this._checkForOptionNameClash(a),typeof s!="function")if(s instanceof RegExp){let o=s;s=(l,d)=>{let y=o.exec(l);return y?y[0]:d}}else i=s,s=null;if(a.negate||a.optional||a.required||typeof i=="boolean"){if(a.negate){let o=a.long.replace(/^--no-/,"--");i=this._findOption(o)?this._getOptionValue(u):!0}i!==void 0&&(this._setOptionValue(u,i),a.defaultValue=i)}return this.options.push(a),this.on("option:"+c,o=>{let l=this._getOptionValue(u);o!==null&&s?o=s(o,l===void 0?i:l):o!==null&&a.variadic&&(l===i||!Array.isArray(l)?o=[o]:o=l.concat(o)),typeof l=="boolean"||typeof l>"u"?o==null?this._setOptionValue(u,a.negate?!1:i||!0):this._setOptionValue(u,o):o!==null&&this._setOptionValue(u,a.negate?!1:o)}),this}option(e,t,n,s){return this._optionEx({},e,t,n,s)}requiredOption(e,t,n,s){return this._optionEx({mandatory:!0},e,t,n,s)}combineFlagAndOptionalValue(e){return this._combineFlagAndOptionalValue=e===void 0||e,this}allowUnknownOption(e){return this._allowUnknownOption=e===void 0||e,this}storeOptionsAsProperties(e){if(this._storeOptionsAsPropertiesCalled=!0,this._storeOptionsAsProperties=e===void 0||e,this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");return this}passCommandToAction(e){return this._passCommandToAction=e===void 0||e,this}_setOptionValue(e,t){this._storeOptionsAsProperties?this[e]=t:this._optionValues[e]=t}_getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}parse(e,t){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");t=t||{},e===void 0&&(e=process.argv,process.versions&&process.versions.electron&&(t.from="electron")),this.rawArgs=e.slice();let n;switch(t.from){case void 0:case"node":this._scriptPath=e[1],n=e.slice(2);break;case"electron":process.defaultApp?(this._scriptPath=e[1],n=e.slice(2)):n=e.slice(1);break;case"user":n=e.slice(0);break;default:throw new Error(`unexpected parse option { from: '${t.from}' }`)}return!this._scriptPath&&process.mainModule&&(this._scriptPath=process.mainModule.filename),this._name=this._name||this._scriptPath&&Mt.basename(this._scriptPath,Mt.extname(this._scriptPath)),this._parseCommand([],n),this}parseAsync(e,t){return this.parse(e,t),Promise.all(this._actionResults).then(()=>this)}_executeSubCommand(e,t){t=t.slice();let n=!1,s=[".js",".ts",".tsx",".mjs"];this._checkForMissingMandatoryOptions();let i=this._scriptPath;!i&&process.mainModule&&(i=process.mainModule.filename);let a;try{let y=Us.realpathSync(i);a=Mt.dirname(y)}catch{a="."}let c=Mt.basename(i,Mt.extname(i))+"-"+e._name;e._executableFile&&(c=e._executableFile);let u=Mt.join(a,c);Us.existsSync(u)?c=u:s.forEach(y=>{Us.existsSync(`${u}${y}`)&&(c=`${u}${y}`)}),n=s.includes(Mt.extname(c));let o;process.platform!=="win32"?n?(t.unshift(c),t=qo(process.execArgv).concat(t),o=Hs(process.argv[0],t,{stdio:"inherit"})):o=Hs(c,t,{stdio:"inherit"}):(t.unshift(c),t=qo(process.execArgv).concat(t),o=Hs(process.execPath,t,{stdio:"inherit"})),["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(y=>{process.on(y,()=>{o.killed===!1&&o.exitCode===null&&o.kill(y)})});let d=this._exitCallback;d?o.on("close",()=>{d(new hr(process.exitCode||0,"commander.executeSubCommandAsync","(close)"))}):o.on("close",process.exit.bind(process)),o.on("error",y=>{if(y.code==="ENOENT"){let m=`'${c}' does not exist
|
|
7
7
|
- if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
|
|
8
|
-
- if the default executable name is not suitable, use the executableFile option to supply a custom name`;throw new Error(m)}else if(
|
|
9
|
-
`),this._exit(0,"commander.version",e)}),this}description(e,t){return e===void 0&&t===void 0?this._description:(this._description=e,this._argsDescription=t,this)}alias(e){if(e===void 0)return this._aliases[0];let t=this;if(this.commands.length!==0&&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");return t._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(t=>this.alias(t)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let t=this._args.map(n=>
|
|
10
|
-
`)}commandHelp(){if(!this.commands.length&&!this._lazyHasImplicitHelpCommand())return"";let e=this.prepareCommands(),t=this.padWidth(),s=(process.stdout.columns||80)-t-4;return["Commands:",e.map(i=>{let a=i[1]?" "+i[1]:"";return(a?
|
|
8
|
+
- if the default executable name is not suitable, use the executableFile option to supply a custom name`;throw new Error(m)}else if(y.code==="EACCES")throw new Error(`'${c}' not executable`);if(!d)process.exit(1);else{let m=new hr(1,"commander.executeSubCommandAsync","(error)");m.nestedError=y,d(m)}}),this.runningCommand=o}_dispatchSubcommand(e,t,n){let s=this._findCommand(e);s||this._helpAndError(),s._executableHandler?this._executeSubCommand(s,t.concat(n)):s._parseCommand(t,n)}_parseCommand(e,t){let n=this.parseOptions(t);if(e=e.concat(n.operands),t=n.unknown,this.args=e.concat(t),e&&this._findCommand(e[0]))this._dispatchSubcommand(e[0],e.slice(1),t);else if(this._lazyHasImplicitHelpCommand()&&e[0]===this._helpCommandName)e.length===1?this.help():this._dispatchSubcommand(e[1],[],[this._helpLongFlag]);else if(this._defaultCommandName)To(this,t),this._dispatchSubcommand(this._defaultCommandName,e,t);else if(this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this._helpAndError(),To(this,n.unknown),this._checkForMissingMandatoryOptions(),n.unknown.length>0&&this.unknownOption(n.unknown[0]),this._actionHandler){let s=this.args.slice();this._args.forEach((i,a)=>{i.required&&s[a]==null?this.missingArgument(i.name):i.variadic&&(s[a]=s.splice(a))}),this._actionHandler(s),this.emit("command:"+this.name(),e,t)}else e.length?this._findCommand("*")?this._dispatchSubcommand("*",e,t):this.listenerCount("command:*")?this.emit("command:*",e,t):this.commands.length&&this.unknownCommand():this.commands.length&&this._helpAndError()}_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(){for(let e=this;e;e=e.parent)e.options.forEach(t=>{t.mandatory&&e._getOptionValue(t.attributeName())===void 0&&e.missingMandatoryOptionValue(t)})}parseOptions(e){let t=[],n=[],s=t,i=e.slice();function a(u){return u.length>1&&u[0]==="-"}let c=null;for(;i.length;){let u=i.shift();if(u==="--"){s===n&&s.push(u),s.push(...i);break}if(c&&!a(u)){this.emit(`option:${c.name()}`,u);continue}if(c=null,a(u)){let o=this._findOption(u);if(o){if(o.required){let l=i.shift();l===void 0&&this.optionMissingArgument(o),this.emit(`option:${o.name()}`,l)}else if(o.optional){let l=null;i.length>0&&!a(i[0])&&(l=i.shift()),this.emit(`option:${o.name()}`,l)}else this.emit(`option:${o.name()}`);c=o.variadic?o:null;continue}}if(u.length>2&&u[0]==="-"&&u[1]!=="-"){let o=this._findOption(`-${u[1]}`);if(o){o.required||o.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${o.name()}`,u.slice(2)):(this.emit(`option:${o.name()}`),i.unshift(`-${u.slice(2)}`));continue}}if(/^--[^=]+=/.test(u)){let o=u.indexOf("="),l=this._findOption(u.slice(0,o));if(l&&(l.required||l.optional)){this.emit(`option:${l.name()}`,u.slice(o+1));continue}}u.length>1&&u[0]==="-"&&(s=n),s.push(u)}return{operands:t,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},t=this.options.length;for(let n=0;n<t;n++){let s=this.options[n].attributeName();e[s]=s===this._versionOptionName?this._version:this[s]}return e}return this._optionValues}missingArgument(e){let t=`error: missing required argument '${e}'`;console.error(t),this._exit(1,"commander.missingArgument",t)}optionMissingArgument(e,t){let n;t?n=`error: option '${e.flags}' argument missing, got '${t}'`:n=`error: option '${e.flags}' argument missing`,console.error(n),this._exit(1,"commander.optionMissingArgument",n)}missingMandatoryOptionValue(e){let t=`error: required option '${e.flags}' not specified`;console.error(t),this._exit(1,"commander.missingMandatoryOptionValue",t)}unknownOption(e){if(this._allowUnknownOption)return;let t=`error: unknown option '${e}'`;console.error(t),this._exit(1,"commander.unknownOption",t)}unknownCommand(){let e=[this.name()];for(let s=this.parent;s;s=s.parent)e.unshift(s.name());let t=e.join(" "),n=`error: unknown command '${this.args[0]}'.`+(this._hasHelpOption?` See '${t} ${this._helpLongFlag}'.`:"");console.error(n),this._exit(1,"commander.unknownCommand",n)}version(e,t,n){if(e===void 0)return this._version;this._version=e,t=t||"-V, --version",n=n||"output the version number";let s=new Br(t,n);return this._versionOptionName=s.attributeName(),this.options.push(s),this.on("option:"+s.name(),()=>{process.stdout.write(e+`
|
|
9
|
+
`),this._exit(0,"commander.version",e)}),this}description(e,t){return e===void 0&&t===void 0?this._description:(this._description=e,this._argsDescription=t,this)}alias(e){if(e===void 0)return this._aliases[0];let t=this;if(this.commands.length!==0&&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");return t._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(t=>this.alias(t)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let t=this._args.map(n=>Ao(n));return[].concat(this.options.length||this._hasHelpOption?"[options]":[],this.commands.length?"[command]":[],this._args.length?t:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}prepareCommands(){let e=this.commands.filter(t=>!t._hidden).map(t=>{let n=t._args.map(s=>Ao(s)).join(" ");return[t._name+(t._aliases[0]?"|"+t._aliases[0]:"")+(t.options.length?" [options]":"")+(n?" "+n:""),t._description]});return this._lazyHasImplicitHelpCommand()&&e.push([this._helpCommandnameAndArgs,this._helpCommandDescription]),e}largestCommandLength(){return this.prepareCommands().reduce((t,n)=>Math.max(t,n[0].length),0)}largestOptionLength(){let e=[].slice.call(this.options);return e.push({flags:this._helpFlags}),e.reduce((t,n)=>Math.max(t,n.flags.length),0)}largestArgLength(){return this._args.reduce((e,t)=>Math.max(e,t.name.length),0)}padWidth(){let e=this.largestOptionLength();return this._argsDescription&&this._args.length&&this.largestArgLength()>e&&(e=this.largestArgLength()),this.commands&&this.commands.length&&this.largestCommandLength()>e&&(e=this.largestCommandLength()),e}optionHelp(){let e=this.padWidth(),n=(process.stdout.columns||80)-e-4;function s(u,o){return Gs(u,e)+" "+Io(o,n,e+2)}let i=this.options.map(u=>{let o=u.description+(!u.negate&&u.defaultValue!==void 0?" (default: "+JSON.stringify(u.defaultValue)+")":"");return s(u.flags,o)}),a=this._hasHelpOption&&this._helpShortFlag&&!this._findOption(this._helpShortFlag),c=this._hasHelpOption&&!this._findOption(this._helpLongFlag);if(a||c){let u=this._helpFlags;a?c||(u=this._helpShortFlag):u=this._helpLongFlag,i.push(s(u,this._helpDescription))}return i.join(`
|
|
10
|
+
`)}commandHelp(){if(!this.commands.length&&!this._lazyHasImplicitHelpCommand())return"";let e=this.prepareCommands(),t=this.padWidth(),s=(process.stdout.columns||80)-t-4;return["Commands:",e.map(i=>{let a=i[1]?" "+i[1]:"";return(a?Gs(i[0],t):i[0])+Io(a,s,t+2)}).join(`
|
|
11
11
|
`).replace(/^/gm," "),""].join(`
|
|
12
|
-
`)}helpInformation(){if(this._name==="s")return"";let e=[];if(this._description){e=[this._description,""];let u=this._argsDescription;if(u&&this._args.length){let o=this.padWidth(),
|
|
13
|
-
`)}outputHelp(e){e||(e=n=>n);let t=e(this.helpInformation());if(typeof t!="string"&&!Buffer.isBuffer(t))throw new Error("outputHelp callback must return a string or a Buffer");process.stdout.write(t),this.emit(this._helpLongFlag)}helpOption(e,t){if(typeof e=="boolean")return this._hasHelpOption=e,this;this._helpFlags=e||this._helpFlags,this._helpDescription=t||this._helpDescription;let n=
|
|
12
|
+
`)}helpInformation(){if(this._name==="s")return"";let e=[];if(this._description){e=[this._description,""];let u=this._argsDescription;if(u&&this._args.length){let o=this.padWidth(),d=(process.stdout.columns||80)-o-5;e.push("Arguments:"),this._args.forEach(y=>{e.push(" "+Gs(y.name,o)+" "+Do(u[y.name]||"",d,o+4))}),e.push("")}}let t=this._name;this._aliases[0]&&(t=t+"|"+this._aliases[0]);let n="";for(let u=this.parent;u;u=u.parent)n=u.name()+" "+n;let s=["Usage: "+n+t+" "+this.usage(),""],i=[],a=this.commandHelp();a&&(i=[a]);let c=[];return(this._hasHelpOption||this.options.length>0)&&(c=["Options:",""+this.optionHelp().replace(/^/gm," "),""]),s.concat(e).concat(c).concat(i).join(`
|
|
13
|
+
`)}outputHelp(e){e||(e=n=>n);let t=e(this.helpInformation());if(typeof t!="string"&&!Buffer.isBuffer(t))throw new Error("outputHelp callback must return a string or a Buffer");process.stdout.write(t),this.emit(this._helpLongFlag)}helpOption(e,t){if(typeof e=="boolean")return this._hasHelpOption=e,this;this._helpFlags=e||this._helpFlags,this._helpDescription=t||this._helpDescription;let n=jo(this._helpFlags);return this._helpShortFlag=n.shortFlag,this._helpLongFlag=n.longFlag,this}help(e){this.outputHelp(e),this._exit(process.exitCode||0,"commander.help","(outputHelp)")}_helpAndError(){this.outputHelp(),this._exit(1,"commander.help","(outputHelp)")}};Ft=ko.exports=new pr;Ft.program=Ft;Ft.Command=pr;Ft.Option=Br;Ft.CommanderError=hr;function yh(r){return r.split("-").reduce((e,t)=>e+t[0].toUpperCase()+t.slice(1))}function Gs(r,e){let t=Math.max(0,e-r.length);return r+Array(t+1).join(" ")}function Do(r,e,t){let n=new RegExp(".{1,"+(e-1)+"}([\\s\u200B]|$)|[^\\s\u200B]+?([\\s\u200B]|$)","g");return(r.match(n)||[]).map((i,a)=>(i.slice(-1)===`
|
|
14
14
|
`&&(i=i.slice(0,i.length-1)),(a>0&&t?Array(t+1).join(" "):"")+i.trimRight())).join(`
|
|
15
|
-
`)}function ho(r,e,t){return r.match(/[\n]\s+/)||e<40?r:vo(r,e,t)}function po(r,e){r._hasHelpOption&&e.find(n=>n===r._helpLongFlag||n===r._helpShortFlag)&&(r.outputHelp(),r._exit(0,"commander.helpDisplayed","(outputHelp)"))}function mo(r){let e=r.name+(r.variadic===!0?"...":"");return r.required?"<"+e+">":"["+e+"]"}function _o(r){let e,t,n=r.split(/[ |,]+/);return n.length>1&&!/^[[<]/.test(n[1])&&(e=n.shift()),t=n.shift(),!e&&/^-[^-]$/.test(t)&&(e=t,t=void 0),{shortFlag:e,longFlag:t}}function go(r){return r.map(e=>{if(!e.startsWith("--inspect"))return e;let t,n="127.0.0.1",s="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?t=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(t=i[1],/^\d+$/.test(i[3])?s=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=i[1],n=i[3],s=i[4]),t&&s!=="0"?`${t}=${n}:${parseInt(s)+1}`:e})}});var zr=y((xE,Eo)=>{var yh="2.0.0",$h=Number.MAX_SAFE_INTEGER||9007199254740991,Eh=16;Eo.exports={SEMVER_SPEC_VERSION:yh,MAX_LENGTH:256,MAX_SAFE_INTEGER:$h,MAX_SAFE_COMPONENT_LENGTH:Eh}});var Kr=y((LE,wo)=>{var wh=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...r)=>console.error("SEMVER",...r):()=>{};wo.exports=wh});var Vt=y((St,bo)=>{var{MAX_SAFE_COMPONENT_LENGTH:Ms}=zr(),bh=Kr();St=bo.exports={};var Sh=St.re=[],O=St.src=[],P=St.t={},Oh=0,j=(r,e,t)=>{let n=Oh++;bh(n,e),P[r]=n,O[n]=e,Sh[n]=new RegExp(e,t?"g":void 0)};j("NUMERICIDENTIFIER","0|[1-9]\\d*");j("NUMERICIDENTIFIERLOOSE","[0-9]+");j("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*");j("MAINVERSION",`(${O[P.NUMERICIDENTIFIER]})\\.(${O[P.NUMERICIDENTIFIER]})\\.(${O[P.NUMERICIDENTIFIER]})`);j("MAINVERSIONLOOSE",`(${O[P.NUMERICIDENTIFIERLOOSE]})\\.(${O[P.NUMERICIDENTIFIERLOOSE]})\\.(${O[P.NUMERICIDENTIFIERLOOSE]})`);j("PRERELEASEIDENTIFIER",`(?:${O[P.NUMERICIDENTIFIER]}|${O[P.NONNUMERICIDENTIFIER]})`);j("PRERELEASEIDENTIFIERLOOSE",`(?:${O[P.NUMERICIDENTIFIERLOOSE]}|${O[P.NONNUMERICIDENTIFIER]})`);j("PRERELEASE",`(?:-(${O[P.PRERELEASEIDENTIFIER]}(?:\\.${O[P.PRERELEASEIDENTIFIER]})*))`);j("PRERELEASELOOSE",`(?:-?(${O[P.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${O[P.PRERELEASEIDENTIFIERLOOSE]})*))`);j("BUILDIDENTIFIER","[0-9A-Za-z-]+");j("BUILD",`(?:\\+(${O[P.BUILDIDENTIFIER]}(?:\\.${O[P.BUILDIDENTIFIER]})*))`);j("FULLPLAIN",`v?${O[P.MAINVERSION]}${O[P.PRERELEASE]}?${O[P.BUILD]}?`);j("FULL",`^${O[P.FULLPLAIN]}$`);j("LOOSEPLAIN",`[v=\\s]*${O[P.MAINVERSIONLOOSE]}${O[P.PRERELEASELOOSE]}?${O[P.BUILD]}?`);j("LOOSE",`^${O[P.LOOSEPLAIN]}$`);j("GTLT","((?:<|>)?=?)");j("XRANGEIDENTIFIERLOOSE",`${O[P.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);j("XRANGEIDENTIFIER",`${O[P.NUMERICIDENTIFIER]}|x|X|\\*`);j("XRANGEPLAIN",`[v=\\s]*(${O[P.XRANGEIDENTIFIER]})(?:\\.(${O[P.XRANGEIDENTIFIER]})(?:\\.(${O[P.XRANGEIDENTIFIER]})(?:${O[P.PRERELEASE]})?${O[P.BUILD]}?)?)?`);j("XRANGEPLAINLOOSE",`[v=\\s]*(${O[P.XRANGEIDENTIFIERLOOSE]})(?:\\.(${O[P.XRANGEIDENTIFIERLOOSE]})(?:\\.(${O[P.XRANGEIDENTIFIERLOOSE]})(?:${O[P.PRERELEASELOOSE]})?${O[P.BUILD]}?)?)?`);j("XRANGE",`^${O[P.GTLT]}\\s*${O[P.XRANGEPLAIN]}$`);j("XRANGELOOSE",`^${O[P.GTLT]}\\s*${O[P.XRANGEPLAINLOOSE]}$`);j("COERCE",`(^|[^\\d])(\\d{1,${Ms}})(?:\\.(\\d{1,${Ms}}))?(?:\\.(\\d{1,${Ms}}))?(?:$|[^\\d])`);j("COERCERTL",O[P.COERCE],!0);j("LONETILDE","(?:~>?)");j("TILDETRIM",`(\\s*)${O[P.LONETILDE]}\\s+`,!0);St.tildeTrimReplace="$1~";j("TILDE",`^${O[P.LONETILDE]}${O[P.XRANGEPLAIN]}$`);j("TILDELOOSE",`^${O[P.LONETILDE]}${O[P.XRANGEPLAINLOOSE]}$`);j("LONECARET","(?:\\^)");j("CARETTRIM",`(\\s*)${O[P.LONECARET]}\\s+`,!0);St.caretTrimReplace="$1^";j("CARET",`^${O[P.LONECARET]}${O[P.XRANGEPLAIN]}$`);j("CARETLOOSE",`^${O[P.LONECARET]}${O[P.XRANGEPLAINLOOSE]}$`);j("COMPARATORLOOSE",`^${O[P.GTLT]}\\s*(${O[P.LOOSEPLAIN]})$|^$`);j("COMPARATOR",`^${O[P.GTLT]}\\s*(${O[P.FULLPLAIN]})$|^$`);j("COMPARATORTRIM",`(\\s*)${O[P.GTLT]}\\s*(${O[P.LOOSEPLAIN]}|${O[P.XRANGEPLAIN]})`,!0);St.comparatorTrimReplace="$1$2$3";j("HYPHENRANGE",`^\\s*(${O[P.XRANGEPLAIN]})\\s+-\\s+(${O[P.XRANGEPLAIN]})\\s*$`);j("HYPHENRANGELOOSE",`^\\s*(${O[P.XRANGEPLAINLOOSE]})\\s+-\\s+(${O[P.XRANGEPLAINLOOSE]})\\s*$`);j("STAR","(<|>)?=?\\s*\\*");j("GTE0","^\\s*>=\\s*0.0.0\\s*$");j("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")});var Xr=y((ME,So)=>{var Ph=["includePrerelease","loose","rtl"],Rh=r=>r?typeof r!="object"?{loose:!0}:Ph.filter(e=>r[e]).reduce((e,t)=>(e[t]=!0,e),{}):{};So.exports=Rh});var Ln=y((FE,Ro)=>{var Oo=/^[0-9]+$/,Po=(r,e)=>{let t=Oo.test(r),n=Oo.test(e);return t&&n&&(r=+r,e=+e),r===e?0:t&&!n?-1:n&&!t?1:r<e?-1:1},Ch=(r,e)=>Po(e,r);Ro.exports={compareIdentifiers:Po,rcompareIdentifiers:Ch}});var ve=y((VE,To)=>{var Mn=Kr(),{MAX_LENGTH:Co,MAX_SAFE_INTEGER:Fn}=zr(),{re:No,t:Io}=Vt(),Nh=Xr(),{compareIdentifiers:Br}=Ln(),He=class{constructor(e,t){if(t=Nh(t),e instanceof He){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid Version: ${e}`);if(e.length>Co)throw new TypeError(`version is longer than ${Co} characters`);Mn("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;let n=e.trim().match(t.loose?No[Io.LOOSE]:No[Io.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>Fn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Fn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Fn||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(s=>{if(/^[0-9]+$/.test(s)){let i=+s;if(i>=0&&i<Fn)return i}return s}):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(Mn("SemVer.compare",this.version,this.options,e),!(e instanceof He)){if(typeof e=="string"&&e===this.version)return 0;e=new He(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof He||(e=new He(e,this.options)),Br(this.major,e.major)||Br(this.minor,e.minor)||Br(this.patch,e.patch)}comparePre(e){if(e instanceof He||(e=new He(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{let n=this.prerelease[t],s=e.prerelease[t];if(Mn("prerelease compare",t,n,s),n===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(n===void 0)return-1;if(n===s)continue;return Br(n,s)}while(++t)}compareBuild(e){e instanceof He||(e=new He(e,this.options));let t=0;do{let n=this.build[t],s=e.build[t];if(Mn("prerelease compare",t,n,s),n===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(n===void 0)return-1;if(n===s)continue;return Br(n,s)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",t),this.inc("pre",t);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let n=this.prerelease.length;for(;--n>=0;)typeof this.prerelease[n]=="number"&&(this.prerelease[n]++,n=-2);n===-1&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}};To.exports=He});var Ht=y((HE,jo)=>{var{MAX_LENGTH:Ih}=zr(),{re:Ao,t:qo}=Vt(),Do=ve(),Th=Xr(),Ah=(r,e)=>{if(e=Th(e),r instanceof Do)return r;if(typeof r!="string"||r.length>Ih||!(e.loose?Ao[qo.LOOSE]:Ao[qo.FULL]).test(r))return null;try{return new Do(r,e)}catch{return null}};jo.exports=Ah});var xo=y((UE,ko)=>{var qh=Ht(),Dh=(r,e)=>{let t=qh(r,e);return t?t.version:null};ko.exports=Dh});var Mo=y((GE,Lo)=>{var jh=Ht(),kh=(r,e)=>{let t=jh(r.trim().replace(/^[=v]+/,""),e);return t?t.version:null};Lo.exports=kh});var Vo=y((zE,Fo)=>{var xh=ve(),Lh=(r,e,t,n)=>{typeof t=="string"&&(n=t,t=void 0);try{return new xh(r,t).inc(e,n).version}catch{return null}};Fo.exports=Lh});var Ue=y((KE,Uo)=>{var Ho=ve(),Mh=(r,e,t)=>new Ho(r,t).compare(new Ho(e,t));Uo.exports=Mh});var Vn=y((XE,Go)=>{var Fh=Ue(),Vh=(r,e,t)=>Fh(r,e,t)===0;Go.exports=Vh});var Xo=y((BE,Ko)=>{var zo=Ht(),Hh=Vn(),Uh=(r,e)=>{if(Hh(r,e))return null;{let t=zo(r),n=zo(e),s=t.prerelease.length||n.prerelease.length,i=s?"pre":"",a=s?"prerelease":"";for(let c in t)if((c==="major"||c==="minor"||c==="patch")&&t[c]!==n[c])return i+c;return a}};Ko.exports=Uh});var Wo=y((WE,Bo)=>{var Gh=ve(),zh=(r,e)=>new Gh(r,e).major;Bo.exports=zh});var Yo=y((JE,Jo)=>{var Kh=ve(),Xh=(r,e)=>new Kh(r,e).minor;Jo.exports=Xh});var Qo=y((YE,Zo)=>{var Bh=ve(),Wh=(r,e)=>new Bh(r,e).patch;Zo.exports=Wh});var tc=y((ZE,ec)=>{var Jh=Ht(),Yh=(r,e)=>{let t=Jh(r,e);return t&&t.prerelease.length?t.prerelease:null};ec.exports=Yh});var nc=y((QE,rc)=>{var Zh=Ue(),Qh=(r,e,t)=>Zh(e,r,t);rc.exports=Qh});var ic=y((ew,sc)=>{var ep=Ue(),tp=(r,e)=>ep(r,e,!0);sc.exports=tp});var Hn=y((tw,oc)=>{var ac=ve(),rp=(r,e,t)=>{let n=new ac(r,t),s=new ac(e,t);return n.compare(s)||n.compareBuild(s)};oc.exports=rp});var uc=y((rw,cc)=>{var np=Hn(),sp=(r,e)=>r.sort((t,n)=>np(t,n,e));cc.exports=sp});var fc=y((nw,lc)=>{var ip=Hn(),ap=(r,e)=>r.sort((t,n)=>ip(n,t,e));lc.exports=ap});var Wr=y((sw,dc)=>{var op=Ue(),cp=(r,e,t)=>op(r,e,t)>0;dc.exports=cp});var Un=y((iw,hc)=>{var up=Ue(),lp=(r,e,t)=>up(r,e,t)<0;hc.exports=lp});var Fs=y((aw,pc)=>{var fp=Ue(),dp=(r,e,t)=>fp(r,e,t)!==0;pc.exports=dp});var Gn=y((ow,mc)=>{var hp=Ue(),pp=(r,e,t)=>hp(r,e,t)>=0;mc.exports=pp});var zn=y((cw,gc)=>{var mp=Ue(),gp=(r,e,t)=>mp(r,e,t)<=0;gc.exports=gp});var Vs=y((uw,vc)=>{var vp=Vn(),_p=Fs(),yp=Wr(),$p=Gn(),Ep=Un(),wp=zn(),bp=(r,e,t,n)=>{switch(e){case"===":return typeof r=="object"&&(r=r.version),typeof t=="object"&&(t=t.version),r===t;case"!==":return typeof r=="object"&&(r=r.version),typeof t=="object"&&(t=t.version),r!==t;case"":case"=":case"==":return vp(r,t,n);case"!=":return _p(r,t,n);case">":return yp(r,t,n);case">=":return $p(r,t,n);case"<":return Ep(r,t,n);case"<=":return wp(r,t,n);default:throw new TypeError(`Invalid operator: ${e}`)}};vc.exports=bp});var yc=y((lw,_c)=>{var Sp=ve(),Op=Ht(),{re:Kn,t:Xn}=Vt(),Pp=(r,e)=>{if(r instanceof Sp)return r;if(typeof r=="number"&&(r=String(r)),typeof r!="string")return null;e=e||{};let t=null;if(!e.rtl)t=r.match(Kn[Xn.COERCE]);else{let n;for(;(n=Kn[Xn.COERCERTL].exec(r))&&(!t||t.index+t[0].length!==r.length);)(!t||n.index+n[0].length!==t.index+t[0].length)&&(t=n),Kn[Xn.COERCERTL].lastIndex=n.index+n[1].length+n[2].length;Kn[Xn.COERCERTL].lastIndex=-1}return t===null?null:Op(`${t[2]}.${t[3]||"0"}.${t[4]||"0"}`,e)};_c.exports=Pp});var Ec=y((fw,$c)=>{"use strict";$c.exports=function(r){r.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}});var bc=y((dw,wc)=>{"use strict";wc.exports=X;X.Node=Ut;X.create=X;function X(r){var e=this;if(e instanceof X||(e=new X),e.tail=null,e.head=null,e.length=0,r&&typeof r.forEach=="function")r.forEach(function(s){e.push(s)});else if(arguments.length>0)for(var t=0,n=arguments.length;t<n;t++)e.push(arguments[t]);return e}X.prototype.removeNode=function(r){if(r.list!==this)throw new Error("removing node which does not belong to this list");var e=r.next,t=r.prev;return e&&(e.prev=t),t&&(t.next=e),r===this.head&&(this.head=e),r===this.tail&&(this.tail=t),r.list.length--,r.next=null,r.prev=null,r.list=null,e};X.prototype.unshiftNode=function(r){if(r!==this.head){r.list&&r.list.removeNode(r);var e=this.head;r.list=this,r.next=e,e&&(e.prev=r),this.head=r,this.tail||(this.tail=r),this.length++}};X.prototype.pushNode=function(r){if(r!==this.tail){r.list&&r.list.removeNode(r);var e=this.tail;r.list=this,r.prev=e,e&&(e.next=r),this.tail=r,this.head||(this.head=r),this.length++}};X.prototype.push=function(){for(var r=0,e=arguments.length;r<e;r++)Cp(this,arguments[r]);return this.length};X.prototype.unshift=function(){for(var r=0,e=arguments.length;r<e;r++)Np(this,arguments[r]);return this.length};X.prototype.pop=function(){if(!!this.tail){var r=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,r}};X.prototype.shift=function(){if(!!this.head){var r=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,r}};X.prototype.forEach=function(r,e){e=e||this;for(var t=this.head,n=0;t!==null;n++)r.call(e,t.value,n,this),t=t.next};X.prototype.forEachReverse=function(r,e){e=e||this;for(var t=this.tail,n=this.length-1;t!==null;n--)r.call(e,t.value,n,this),t=t.prev};X.prototype.get=function(r){for(var e=0,t=this.head;t!==null&&e<r;e++)t=t.next;if(e===r&&t!==null)return t.value};X.prototype.getReverse=function(r){for(var e=0,t=this.tail;t!==null&&e<r;e++)t=t.prev;if(e===r&&t!==null)return t.value};X.prototype.map=function(r,e){e=e||this;for(var t=new X,n=this.head;n!==null;)t.push(r.call(e,n.value,this)),n=n.next;return t};X.prototype.mapReverse=function(r,e){e=e||this;for(var t=new X,n=this.tail;n!==null;)t.push(r.call(e,n.value,this)),n=n.prev;return t};X.prototype.reduce=function(r,e){var t,n=this.head;if(arguments.length>1)t=e;else if(this.head)n=this.head.next,t=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=0;n!==null;s++)t=r(t,n.value,s),n=n.next;return t};X.prototype.reduceReverse=function(r,e){var t,n=this.tail;if(arguments.length>1)t=e;else if(this.tail)n=this.tail.prev,t=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=this.length-1;n!==null;s--)t=r(t,n.value,s),n=n.prev;return t};X.prototype.toArray=function(){for(var r=new Array(this.length),e=0,t=this.head;t!==null;e++)r[e]=t.value,t=t.next;return r};X.prototype.toArrayReverse=function(){for(var r=new Array(this.length),e=0,t=this.tail;t!==null;e++)r[e]=t.value,t=t.prev;return r};X.prototype.slice=function(r,e){e=e||this.length,e<0&&(e+=this.length),r=r||0,r<0&&(r+=this.length);var t=new X;if(e<r||e<0)return t;r<0&&(r=0),e>this.length&&(e=this.length);for(var n=0,s=this.head;s!==null&&n<r;n++)s=s.next;for(;s!==null&&n<e;n++,s=s.next)t.push(s.value);return t};X.prototype.sliceReverse=function(r,e){e=e||this.length,e<0&&(e+=this.length),r=r||0,r<0&&(r+=this.length);var t=new X;if(e<r||e<0)return t;r<0&&(r=0),e>this.length&&(e=this.length);for(var n=this.length,s=this.tail;s!==null&&n>e;n--)s=s.prev;for(;s!==null&&n>r;n--,s=s.prev)t.push(s.value);return t};X.prototype.splice=function(r,e,...t){r>this.length&&(r=this.length-1),r<0&&(r=this.length+r);for(var n=0,s=this.head;s!==null&&n<r;n++)s=s.next;for(var i=[],n=0;s&&n<e;n++)i.push(s.value),s=this.removeNode(s);s===null&&(s=this.tail),s!==this.head&&s!==this.tail&&(s=s.prev);for(var n=0;n<t.length;n++)s=Rp(this,s,t[n]);return i};X.prototype.reverse=function(){for(var r=this.head,e=this.tail,t=r;t!==null;t=t.prev){var n=t.prev;t.prev=t.next,t.next=n}return this.head=e,this.tail=r,this};function Rp(r,e,t){var n=e===r.head?new Ut(t,null,e,r):new Ut(t,e,e.next,r);return n.next===null&&(r.tail=n),n.prev===null&&(r.head=n),r.length++,n}function Cp(r,e){r.tail=new Ut(e,r.tail,null,r),r.head||(r.head=r.tail),r.length++}function Np(r,e){r.head=new Ut(e,null,r.head,r),r.tail||(r.tail=r.head),r.length++}function Ut(r,e,t,n){if(!(this instanceof Ut))return new Ut(r,e,t,n);this.list=n,this.value=r,e?(e.next=this,this.prev=e):this.prev=null,t?(t.prev=this,this.next=t):this.next=null}try{Ec()(X)}catch{}});var Ic=y((hw,Nc)=>{"use strict";var Ip=bc(),Gt=Symbol("max"),_t=Symbol("length"),lr=Symbol("lengthCalculator"),Yr=Symbol("allowStale"),zt=Symbol("maxAge"),vt=Symbol("dispose"),Sc=Symbol("noDisposeOnSet"),fe=Symbol("lruList"),Be=Symbol("cache"),Pc=Symbol("updateAgeOnGet"),Hs=()=>1,Rc=class{constructor(e){if(typeof e=="number"&&(e={max:e}),e||(e={}),e.max&&(typeof e.max!="number"||e.max<0))throw new TypeError("max must be a non-negative number");let t=this[Gt]=e.max||1/0,n=e.length||Hs;if(this[lr]=typeof n!="function"?Hs:n,this[Yr]=e.stale||!1,e.maxAge&&typeof e.maxAge!="number")throw new TypeError("maxAge must be a number");this[zt]=e.maxAge||0,this[vt]=e.dispose,this[Sc]=e.noDisposeOnSet||!1,this[Pc]=e.updateAgeOnGet||!1,this.reset()}set max(e){if(typeof e!="number"||e<0)throw new TypeError("max must be a non-negative number");this[Gt]=e||1/0,Jr(this)}get max(){return this[Gt]}set allowStale(e){this[Yr]=!!e}get allowStale(){return this[Yr]}set maxAge(e){if(typeof e!="number")throw new TypeError("maxAge must be a non-negative number");this[zt]=e,Jr(this)}get maxAge(){return this[zt]}set lengthCalculator(e){typeof e!="function"&&(e=Hs),e!==this[lr]&&(this[lr]=e,this[_t]=0,this[fe].forEach(t=>{t.length=this[lr](t.value,t.key),this[_t]+=t.length})),Jr(this)}get lengthCalculator(){return this[lr]}get length(){return this[_t]}get itemCount(){return this[fe].length}rforEach(e,t){t=t||this;for(let n=this[fe].tail;n!==null;){let s=n.prev;Oc(this,e,n,t),n=s}}forEach(e,t){t=t||this;for(let n=this[fe].head;n!==null;){let s=n.next;Oc(this,e,n,t),n=s}}keys(){return this[fe].toArray().map(e=>e.key)}values(){return this[fe].toArray().map(e=>e.value)}reset(){this[vt]&&this[fe]&&this[fe].length&&this[fe].forEach(e=>this[vt](e.key,e.value)),this[Be]=new Map,this[fe]=new Ip,this[_t]=0}dump(){return this[fe].map(e=>Bn(this,e)?!1:{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}).toArray().filter(e=>e)}dumpLru(){return this[fe]}set(e,t,n){if(n=n||this[zt],n&&typeof n!="number")throw new TypeError("maxAge must be a number");let s=n?Date.now():0,i=this[lr](t,e);if(this[Be].has(e)){if(i>this[Gt])return fr(this,this[Be].get(e)),!1;let u=this[Be].get(e).value;return this[vt]&&(this[Sc]||this[vt](e,u.value)),u.now=s,u.maxAge=n,u.value=t,this[_t]+=i-u.length,u.length=i,this.get(e),Jr(this),!0}let a=new Cc(e,t,i,s,n);return a.length>this[Gt]?(this[vt]&&this[vt](e,t),!1):(this[_t]+=a.length,this[fe].unshift(a),this[Be].set(e,this[fe].head),Jr(this),!0)}has(e){if(!this[Be].has(e))return!1;let t=this[Be].get(e).value;return!Bn(this,t)}get(e){return Us(this,e,!0)}peek(e){return Us(this,e,!1)}pop(){let e=this[fe].tail;return e?(fr(this,e),e.value):null}del(e){fr(this,this[Be].get(e))}load(e){this.reset();let t=Date.now();for(let n=e.length-1;n>=0;n--){let s=e[n],i=s.e||0;if(i===0)this.set(s.k,s.v);else{let a=i-t;a>0&&this.set(s.k,s.v,a)}}}prune(){this[Be].forEach((e,t)=>Us(this,t,!1))}},Us=(r,e,t)=>{let n=r[Be].get(e);if(n){let s=n.value;if(Bn(r,s)){if(fr(r,n),!r[Yr])return}else t&&(r[Pc]&&(n.value.now=Date.now()),r[fe].unshiftNode(n));return s.value}},Bn=(r,e)=>{if(!e||!e.maxAge&&!r[zt])return!1;let t=Date.now()-e.now;return e.maxAge?t>e.maxAge:r[zt]&&t>r[zt]},Jr=r=>{if(r[_t]>r[Gt])for(let e=r[fe].tail;r[_t]>r[Gt]&&e!==null;){let t=e.prev;fr(r,e),e=t}},fr=(r,e)=>{if(e){let t=e.value;r[vt]&&r[vt](t.key,t.value),r[_t]-=t.length,r[Be].delete(t.key),r[fe].removeNode(e)}},Cc=class{constructor(e,t,n,s,i){this.key=e,this.value=t,this.length=n,this.now=s,this.maxAge=i||0}},Oc=(r,e,t,n)=>{let s=t.value;Bn(r,s)&&(fr(r,t),r[Yr]||(s=void 0)),s&&e.call(n,s.value,s.key,r)};Nc.exports=Rc});var Ge=y((pw,Dc)=>{var dr=class{constructor(e,t){if(t=Ap(t),e instanceof dr)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new dr(e.raw,t);if(e instanceof Gs)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map(n=>this.parseRange(n.trim())).filter(n=>n.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${e}`);if(this.set.length>1){let n=this.set[0];if(this.set=this.set.filter(s=>!Ac(s[0])),this.set.length===0)this.set=[n];else if(this.set.length>1){for(let s of this.set)if(s.length===1&&xp(s[0])){this.set=[s];break}}}this.format()}format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();let n=`parseRange:${Object.keys(this.options).join(",")}:${e}`,s=Tc.get(n);if(s)return s;let i=this.options.loose,a=i?_e[de.HYPHENRANGELOOSE]:_e[de.HYPHENRANGE];e=e.replace(a,Xp(this.options.includePrerelease)),ae("hyphen replace",e),e=e.replace(_e[de.COMPARATORTRIM],Dp),ae("comparator trim",e,_e[de.COMPARATORTRIM]),e=e.replace(_e[de.TILDETRIM],jp),e=e.replace(_e[de.CARETTRIM],kp),e=e.split(/\s+/).join(" ");let c=i?_e[de.COMPARATORLOOSE]:_e[de.COMPARATOR],u=e.split(" ").map(v=>Lp(v,this.options)).join(" ").split(/\s+/).map(v=>Kp(v,this.options)).filter(this.options.loose?v=>!!v.match(c):()=>!0).map(v=>new Gs(v,this.options)),o=u.length,l=new Map;for(let v of u){if(Ac(v))return[v];l.set(v.value,v)}l.size>1&&l.has("")&&l.delete("");let h=[...l.values()];return Tc.set(n,h),h}intersects(e,t){if(!(e instanceof dr))throw new TypeError("a Range is required");return this.set.some(n=>qc(n,t)&&e.set.some(s=>qc(s,t)&&n.every(i=>s.every(a=>i.intersects(a,t)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new qp(e,this.options)}catch{return!1}for(let t=0;t<this.set.length;t++)if(Bp(this.set[t],e,this.options))return!0;return!1}};Dc.exports=dr;var Tp=Ic(),Tc=new Tp({max:1e3}),Ap=Xr(),Gs=Zr(),ae=Kr(),qp=ve(),{re:_e,t:de,comparatorTrimReplace:Dp,tildeTrimReplace:jp,caretTrimReplace:kp}=Vt(),Ac=r=>r.value==="<0.0.0-0",xp=r=>r.value==="",qc=(r,e)=>{let t=!0,n=r.slice(),s=n.pop();for(;t&&n.length;)t=n.every(i=>s.intersects(i,e)),s=n.pop();return t},Lp=(r,e)=>(ae("comp",r,e),r=Vp(r,e),ae("caret",r),r=Mp(r,e),ae("tildes",r),r=Up(r,e),ae("xrange",r),r=zp(r,e),ae("stars",r),r),be=r=>!r||r.toLowerCase()==="x"||r==="*",Mp=(r,e)=>r.trim().split(/\s+/).map(t=>Fp(t,e)).join(" "),Fp=(r,e)=>{let t=e.loose?_e[de.TILDELOOSE]:_e[de.TILDE];return r.replace(t,(n,s,i,a,c)=>{ae("tilde",r,n,s,i,a,c);let u;return be(s)?u="":be(i)?u=`>=${s}.0.0 <${+s+1}.0.0-0`:be(a)?u=`>=${s}.${i}.0 <${s}.${+i+1}.0-0`:c?(ae("replaceTilde pr",c),u=`>=${s}.${i}.${a}-${c} <${s}.${+i+1}.0-0`):u=`>=${s}.${i}.${a} <${s}.${+i+1}.0-0`,ae("tilde return",u),u})},Vp=(r,e)=>r.trim().split(/\s+/).map(t=>Hp(t,e)).join(" "),Hp=(r,e)=>{ae("caret",r,e);let t=e.loose?_e[de.CARETLOOSE]:_e[de.CARET],n=e.includePrerelease?"-0":"";return r.replace(t,(s,i,a,c,u)=>{ae("caret",r,s,i,a,c,u);let o;return be(i)?o="":be(a)?o=`>=${i}.0.0${n} <${+i+1}.0.0-0`:be(c)?i==="0"?o=`>=${i}.${a}.0${n} <${i}.${+a+1}.0-0`:o=`>=${i}.${a}.0${n} <${+i+1}.0.0-0`:u?(ae("replaceCaret pr",u),i==="0"?a==="0"?o=`>=${i}.${a}.${c}-${u} <${i}.${a}.${+c+1}-0`:o=`>=${i}.${a}.${c}-${u} <${i}.${+a+1}.0-0`:o=`>=${i}.${a}.${c}-${u} <${+i+1}.0.0-0`):(ae("no pr"),i==="0"?a==="0"?o=`>=${i}.${a}.${c}${n} <${i}.${a}.${+c+1}-0`:o=`>=${i}.${a}.${c}${n} <${i}.${+a+1}.0-0`:o=`>=${i}.${a}.${c} <${+i+1}.0.0-0`),ae("caret return",o),o})},Up=(r,e)=>(ae("replaceXRanges",r,e),r.split(/\s+/).map(t=>Gp(t,e)).join(" ")),Gp=(r,e)=>{r=r.trim();let t=e.loose?_e[de.XRANGELOOSE]:_e[de.XRANGE];return r.replace(t,(n,s,i,a,c,u)=>{ae("xRange",r,n,s,i,a,c,u);let o=be(i),l=o||be(a),h=l||be(c),v=h;return s==="="&&v&&(s=""),u=e.includePrerelease?"-0":"",o?s===">"||s==="<"?n="<0.0.0-0":n="*":s&&v?(l&&(a=0),c=0,s===">"?(s=">=",l?(i=+i+1,a=0,c=0):(a=+a+1,c=0)):s==="<="&&(s="<",l?i=+i+1:a=+a+1),s==="<"&&(u="-0"),n=`${s+i}.${a}.${c}${u}`):l?n=`>=${i}.0.0${u} <${+i+1}.0.0-0`:h&&(n=`>=${i}.${a}.0${u} <${i}.${+a+1}.0-0`),ae("xRange return",n),n})},zp=(r,e)=>(ae("replaceStars",r,e),r.trim().replace(_e[de.STAR],"")),Kp=(r,e)=>(ae("replaceGTE0",r,e),r.trim().replace(_e[e.includePrerelease?de.GTE0PRE:de.GTE0],"")),Xp=r=>(e,t,n,s,i,a,c,u,o,l,h,v,m)=>(be(n)?t="":be(s)?t=`>=${n}.0.0${r?"-0":""}`:be(i)?t=`>=${n}.${s}.0${r?"-0":""}`:a?t=`>=${t}`:t=`>=${t}${r?"-0":""}`,be(o)?u="":be(l)?u=`<${+o+1}.0.0-0`:be(h)?u=`<${o}.${+l+1}.0-0`:v?u=`<=${o}.${l}.${h}-${v}`:r?u=`<${o}.${l}.${+h+1}-0`:u=`<=${u}`,`${t} ${u}`.trim()),Bp=(r,e,t)=>{for(let n=0;n<r.length;n++)if(!r[n].test(e))return!1;if(e.prerelease.length&&!t.includePrerelease){for(let n=0;n<r.length;n++)if(ae(r[n].semver),r[n].semver!==Gs.ANY&&r[n].semver.prerelease.length>0){let s=r[n].semver;if(s.major===e.major&&s.minor===e.minor&&s.patch===e.patch)return!0}return!1}return!0}});var Zr=y((mw,Mc)=>{var Qr=Symbol("SemVer ANY"),en=class{static get ANY(){return Qr}constructor(e,t){if(t=Wp(t),e instanceof en){if(e.loose===!!t.loose)return e;e=e.value}Ks("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===Qr?this.value="":this.value=this.operator+this.semver.version,Ks("comp",this)}parse(e){let t=this.options.loose?jc[kc.COMPARATORLOOSE]:jc[kc.COMPARATOR],n=e.match(t);if(!n)throw new TypeError(`Invalid comparator: ${e}`);this.operator=n[1]!==void 0?n[1]:"",this.operator==="="&&(this.operator=""),n[2]?this.semver=new xc(n[2],this.options.loose):this.semver=Qr}toString(){return this.value}test(e){if(Ks("Comparator.test",e,this.options.loose),this.semver===Qr||e===Qr)return!0;if(typeof e=="string")try{e=new xc(e,this.options)}catch{return!1}return zs(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof en))throw new TypeError("a Comparator is required");if((!t||typeof t!="object")&&(t={loose:!!t,includePrerelease:!1}),this.operator==="")return this.value===""?!0:new Lc(e.value,t).test(this.value);if(e.operator==="")return e.value===""?!0:new Lc(this.value,t).test(e.semver);let n=(this.operator===">="||this.operator===">")&&(e.operator===">="||e.operator===">"),s=(this.operator==="<="||this.operator==="<")&&(e.operator==="<="||e.operator==="<"),i=this.semver.version===e.semver.version,a=(this.operator===">="||this.operator==="<=")&&(e.operator===">="||e.operator==="<="),c=zs(this.semver,"<",e.semver,t)&&(this.operator===">="||this.operator===">")&&(e.operator==="<="||e.operator==="<"),u=zs(this.semver,">",e.semver,t)&&(this.operator==="<="||this.operator==="<")&&(e.operator===">="||e.operator===">");return n||s||i&&a||c||u}};Mc.exports=en;var Wp=Xr(),{re:jc,t:kc}=Vt(),zs=Vs(),Ks=Kr(),xc=ve(),Lc=Ge()});var tn=y((gw,Fc)=>{var Jp=Ge(),Yp=(r,e,t)=>{try{e=new Jp(e,t)}catch{return!1}return e.test(r)};Fc.exports=Yp});var Hc=y((vw,Vc)=>{var Zp=Ge(),Qp=(r,e)=>new Zp(r,e).set.map(t=>t.map(n=>n.value).join(" ").trim().split(" "));Vc.exports=Qp});var Gc=y((_w,Uc)=>{var em=ve(),tm=Ge(),rm=(r,e,t)=>{let n=null,s=null,i=null;try{i=new tm(e,t)}catch{return null}return r.forEach(a=>{i.test(a)&&(!n||s.compare(a)===-1)&&(n=a,s=new em(n,t))}),n};Uc.exports=rm});var Kc=y((yw,zc)=>{var nm=ve(),sm=Ge(),im=(r,e,t)=>{let n=null,s=null,i=null;try{i=new sm(e,t)}catch{return null}return r.forEach(a=>{i.test(a)&&(!n||s.compare(a)===1)&&(n=a,s=new nm(n,t))}),n};zc.exports=im});var Wc=y(($w,Bc)=>{var Xs=ve(),am=Ge(),Xc=Wr(),om=(r,e)=>{r=new am(r,e);let t=new Xs("0.0.0");if(r.test(t)||(t=new Xs("0.0.0-0"),r.test(t)))return t;t=null;for(let n=0;n<r.set.length;++n){let s=r.set[n],i=null;s.forEach(a=>{let c=new Xs(a.semver.version);switch(a.operator){case">":c.prerelease.length===0?c.patch++:c.prerelease.push(0),c.raw=c.format();case"":case">=":(!i||Xc(c,i))&&(i=c);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${a.operator}`)}}),i&&(!t||Xc(t,i))&&(t=i)}return t&&r.test(t)?t:null};Bc.exports=om});var Yc=y((Ew,Jc)=>{var cm=Ge(),um=(r,e)=>{try{return new cm(r,e).range||"*"}catch{return null}};Jc.exports=um});var Wn=y((ww,tu)=>{var lm=ve(),eu=Zr(),{ANY:fm}=eu,dm=Ge(),hm=tn(),Zc=Wr(),Qc=Un(),pm=zn(),mm=Gn(),gm=(r,e,t,n)=>{r=new lm(r,n),e=new dm(e,n);let s,i,a,c,u;switch(t){case">":s=Zc,i=pm,a=Qc,c=">",u=">=";break;case"<":s=Qc,i=mm,a=Zc,c="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(hm(r,e,n))return!1;for(let o=0;o<e.set.length;++o){let l=e.set[o],h=null,v=null;if(l.forEach(m=>{m.semver===fm&&(m=new eu(">=0.0.0")),h=h||m,v=v||m,s(m.semver,h.semver,n)?h=m:a(m.semver,v.semver,n)&&(v=m)}),h.operator===c||h.operator===u||(!v.operator||v.operator===c)&&i(r,v.semver))return!1;if(v.operator===u&&a(r,v.semver))return!1}return!0};tu.exports=gm});var nu=y((bw,ru)=>{var vm=Wn(),_m=(r,e,t)=>vm(r,e,">",t);ru.exports=_m});var iu=y((Sw,su)=>{var ym=Wn(),$m=(r,e,t)=>ym(r,e,"<",t);su.exports=$m});var cu=y((Ow,ou)=>{var au=Ge(),Em=(r,e,t)=>(r=new au(r,t),e=new au(e,t),r.intersects(e));ou.exports=Em});var lu=y((Pw,uu)=>{var wm=tn(),bm=Ue();uu.exports=(r,e,t)=>{let n=[],s=null,i=null,a=r.sort((l,h)=>bm(l,h,t));for(let l of a)wm(l,e,t)?(i=l,s||(s=l)):(i&&n.push([s,i]),i=null,s=null);s&&n.push([s,null]);let c=[];for(let[l,h]of n)l===h?c.push(l):!h&&l===a[0]?c.push("*"):h?l===a[0]?c.push(`<=${h}`):c.push(`${l} - ${h}`):c.push(`>=${l}`);let u=c.join(" || "),o=typeof e.raw=="string"?e.raw:String(e);return u.length<o.length?u:e}});var mu=y((Rw,pu)=>{var fu=Ge(),Jn=Zr(),{ANY:Bs}=Jn,rn=tn(),Ws=Ue(),Sm=(r,e,t={})=>{if(r===e)return!0;r=new fu(r,t),e=new fu(e,t);let n=!1;e:for(let s of r.set){for(let i of e.set){let a=Om(s,i,t);if(n=n||a!==null,a)continue e}if(n)return!1}return!0},Om=(r,e,t)=>{if(r===e)return!0;if(r.length===1&&r[0].semver===Bs){if(e.length===1&&e[0].semver===Bs)return!0;t.includePrerelease?r=[new Jn(">=0.0.0-0")]:r=[new Jn(">=0.0.0")]}if(e.length===1&&e[0].semver===Bs){if(t.includePrerelease)return!0;e=[new Jn(">=0.0.0")]}let n=new Set,s,i;for(let m of r)m.operator===">"||m.operator===">="?s=du(s,m,t):m.operator==="<"||m.operator==="<="?i=hu(i,m,t):n.add(m.semver);if(n.size>1)return null;let a;if(s&&i){if(a=Ws(s.semver,i.semver,t),a>0)return null;if(a===0&&(s.operator!==">="||i.operator!=="<="))return null}for(let m of n){if(s&&!rn(m,String(s),t)||i&&!rn(m,String(i),t))return null;for(let $ of e)if(!rn(m,String($),t))return!1;return!0}let c,u,o,l,h=i&&!t.includePrerelease&&i.semver.prerelease.length?i.semver:!1,v=s&&!t.includePrerelease&&s.semver.prerelease.length?s.semver:!1;h&&h.prerelease.length===1&&i.operator==="<"&&h.prerelease[0]===0&&(h=!1);for(let m of e){if(l=l||m.operator===">"||m.operator===">=",o=o||m.operator==="<"||m.operator==="<=",s){if(v&&m.semver.prerelease&&m.semver.prerelease.length&&m.semver.major===v.major&&m.semver.minor===v.minor&&m.semver.patch===v.patch&&(v=!1),m.operator===">"||m.operator===">="){if(c=du(s,m,t),c===m&&c!==s)return!1}else if(s.operator===">="&&!rn(s.semver,String(m),t))return!1}if(i){if(h&&m.semver.prerelease&&m.semver.prerelease.length&&m.semver.major===h.major&&m.semver.minor===h.minor&&m.semver.patch===h.patch&&(h=!1),m.operator==="<"||m.operator==="<="){if(u=hu(i,m,t),u===m&&u!==i)return!1}else if(i.operator==="<="&&!rn(i.semver,String(m),t))return!1}if(!m.operator&&(i||s)&&a!==0)return!1}return!(s&&o&&!i&&a!==0||i&&l&&!s&&a!==0||v||h)},du=(r,e,t)=>{if(!r)return e;let n=Ws(r.semver,e.semver,t);return n>0?r:n<0||e.operator===">"&&r.operator===">="?e:r},hu=(r,e,t)=>{if(!r)return e;let n=Ws(r.semver,e.semver,t);return n<0?r:n>0||e.operator==="<"&&r.operator==="<="?e:r};pu.exports=Sm});var vu=y((Cw,gu)=>{var Js=Vt();gu.exports={re:Js.re,src:Js.src,tokens:Js.t,SEMVER_SPEC_VERSION:zr().SEMVER_SPEC_VERSION,SemVer:ve(),compareIdentifiers:Ln().compareIdentifiers,rcompareIdentifiers:Ln().rcompareIdentifiers,parse:Ht(),valid:xo(),clean:Mo(),inc:Vo(),diff:Xo(),major:Wo(),minor:Yo(),patch:Qo(),prerelease:tc(),compare:Ue(),rcompare:nc(),compareLoose:ic(),compareBuild:Hn(),sort:uc(),rsort:fc(),gt:Wr(),lt:Un(),eq:Vn(),neq:Fs(),gte:Gn(),lte:zn(),cmp:Vs(),coerce:yc(),Comparator:Zr(),Range:Ge(),satisfies:tn(),toComparators:Hc(),maxSatisfying:Gc(),minSatisfying:Kc(),minVersion:Wc(),validRange:Yc(),outside:Wn(),gtr:nu(),ltr:iu(),intersects:cu(),simplifyRange:lu(),subset:mu()}});var yt=y(De=>{"use strict";var Pm=De&&De.__createBinding||(Object.create?function(r,e,t,n){n===void 0&&(n=t);var s=Object.getOwnPropertyDescriptor(e,t);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,n,s)}:function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]}),Rm=De&&De.__setModuleDefault||(Object.create?function(r,e){Object.defineProperty(r,"default",{enumerable:!0,value:e})}:function(r,e){r.default=e}),Cm=De&&De.__importStar||function(r){if(r&&r.__esModule)return r;var e={};if(r!=null)for(var t in r)t!=="default"&&Object.prototype.hasOwnProperty.call(r,t)&&Pm(e,r,t);return Rm(e,r),e},_u=De&&De.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(De,"__esModule",{value:!0});De.getCoreVersion=void 0;var yu=_u(require("path")),$u=_u(require("fs")),Ys=Cm(require("@serverless-devs/core")),Nm=vu(),Eu=yu.default.join(Ys.getRootHome(),"cache","core"),Zs=yu.default.join(Eu,"package.json");function Im(){if($u.default.existsSync(Zs)){var r=require("@serverless-devs/core/package.json").version,e=wu();return Nm.gt(e,r)?require(Eu):Ys}return Ys}function wu(){return $u.default.existsSync(Zs)?require(Zs).version:void 0}De.getCoreVersion=wu;De.default=Im()});var ti=y(Re=>{"use strict";var Tm=Re&&Re.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(h){a(h)}}function u(l){try{o(n.throw(l))}catch(h){a(h)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},Am=Re&&Re.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},bu=Re&&Re.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Re,"__esModule",{value:!0});Re.handlerProfileFile=Re.getConfig=Re.setConfig=void 0;var Su=bu(require("path")),ei=bu(yt()),it=ei.default.fse,Yn=ei.default.jsyaml,Qs=ei.default.getRootHome;function qm(r){var e=Pu();it.writeFileSync(e,Yn.dump(r))}function Ou(){var r=Pu();if(!it.existsSync(r))return{};try{var e=Yn.load(it.readFileSync(r,"utf8"))||{};return e}catch(t){throw t}}function Pu(){var r=Su.default.join(Qs(),"set-config.yml");return it.existsSync(r)||it.createFileSync(r),r}function Dm(r,e){var t=Ou();t[r]=e,qm(t)}Re.setConfig=Dm;function jm(r,e){var t=Ou();return t[r]||e}Re.getConfig=jm;function km(r){return Tm(this,void 0,void 0,function(){var e,t,n,s,i,a,c;return Am(this,function(u){switch(u.label){case 0:if(e=r.filePath||"set-config.yml",t=Su.default.join(Qs(),e),n=it.existsSync(t),s={},n)return[3,5];i=Qs(),u.label=1;case 1:return u.trys.push([1,2,,4]),it.statSync(i),[3,4];case 2:return a=u.sent(),[4,it.mkdirSync(i)];case 3:return u.sent(),[3,4];case 4:return[3,6];case 5:try{s=Yn.load(it.readFileSync(t,"utf8"))||{}}catch(o){throw o}u.label=6;case 6:return r.read?[2,s]:(c=r.configKey||"",s[c]=r.data,[4,it.writeFileSync(t,Yn.dump(s))]);case 7:return u.sent(),[2,s]}})})}Re.handlerProfileFile=km});var Ru=y((Tw,xm)=>{xm.exports={name:"@serverless-devs/s",version:"2.0.104-beta.1",description:"Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.",homepage:"https://www.serverless-devs.com",keywords:["serverless","alibaba","tencent","azure","baidu","huawei","google","function","faas","serverless-devs"],publishConfig:{access:"public",registry:"https://registry.npmjs.org"},license:"MIT",repository:{type:"git",url:"https://github.com/Serverless-Devs/Serverless-Devs"},bugs:{url:"https://github.com/Serverless-Devs/Serverless-Devs/issues"},scripts:{start:"npm run watch",prewatch:"rm -rf lib/* && cp -r ./src/daemon ./lib",watch:"tsc -w",test:"jest test/special-command.test",prebuild:"rm -rf lib/*",build:"tsc && cp -r ./src/daemon ./lib",postbuild:"./shell/postbuild.sh","test:cov":"jest --coverage",lint:"npm run typecheck && f2elint scan -i src",fix:"f2elint fix",typecheck:"npx tsc -p tsconfig.json --noEmit",update:"rm -rf yarn.lock && rm -rf package-lock.json && rm -rf node_modules && yarn",beta:"npm publish --tag=beta"},main:"./lib/index.js",bin:{s:"bin/s"},devDependencies:{"@serverless-devs/commander":"^6.0.0","@types/jest":"^27.4.0","@types/node":"^14.0.23","@typescript-eslint/eslint-plugin":"^4.14.1","@typescript-eslint/parser":"^4.14.1",ajv:"^8.10.0","babel-eslint":"^10.1.0",boxen:"^5.0.0",dotenv:"^10.0.0",esbuild:"^0.14.0",eslint:"^7.7.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.20.1","eslint-plugin-prettier":"^3.1.2",husky:"^4.2.3",inquirer:"8.2.0","inquirer-autocomplete-prompt":"^1.3.0",jest:"^27.4.7","latest-version":"^5.1.0","lint-staged":"^10.0.8","os-locale":"5.0.0",prettier:"^2.2.1",semver:"^7.3.5","semver-diff":"^3.1.1","ts-jest":"^27.1.3","ts-node":"^9.1.1",typescript:"^4.1.3"},"lint-staged":{"**/*.{js,jsx,ts}":"f2elint exec eslint"},dependencies:{"@serverless-devs/core":"beta"}}});var Zn=y(C=>{"use strict";var Lm=C&&C.__createBinding||(Object.create?function(r,e,t,n){n===void 0&&(n=t);var s=Object.getOwnPropertyDescriptor(e,t);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,n,s)}:function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]}),Mm=C&&C.__setModuleDefault||(Object.create?function(r,e){Object.defineProperty(r,"default",{enumerable:!0,value:e})}:function(r,e){r.default=e}),Fm=C&&C.__importStar||function(r){if(r&&r.__esModule)return r;var e={};if(r!=null)for(var t in r)t!=="default"&&Object.prototype.hasOwnProperty.call(r,t)&&Lm(e,r,t);return Mm(e,r),e},hr=C&&C.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(h){a(h)}}function u(l){try{o(n.throw(l))}catch(h){a(h)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},pr=C&&C.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},ni=C&&C.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(C,"__esModule",{value:!0});C.specifyServiceHelp=C.getTempCommandStr=C.emoji=C.mark=C.replaceTemplate=C.replaceFun=C.getLang=C.printn=C.getFolderSize=C.getVersion=C.getPid=C.aiRequest=C.getCredentialWithAll=C.getCredentialWithExisted=C.getProcessArgv=C.bgRed=C.yellow=C.red=void 0;var Vm=ni(require("path")),nn=ni(require("fs")),Hm=ni(require("os")),ye=Fm(yt()),Um=ti(),Cu=Ru(),mr=ye.default.colors,Gm=ye.default.got,zm=ye.default.getMAC,Km=ye.default.isDocker,Xm=ye.default.isCiCdEnv,Ot=ye.default.lodash,Nu=ye.default.publishHelp,Bm=Ot.get,Wm=Ot.trim,Jm=Ot.assign,Ym=Ot.filter,Iu=Ot.includes,Zm=Ot.omit,Qm=Ot.isPlainObject,eg=Ot.isEmpty,tg=mr.underline,rg=mr.bold;C.red=mr.hex("#fd5750");C.yellow=mr.hex("#F3F99D");C.bgRed=mr.hex("#000").bgHex("#fd5750");var ng=function(){var r=process.env.serverless_devs_temp_argv;try{var e=JSON.parse(r),t=ye.default.getGlobalArgs(e);return process.argv=process.argv.slice(0,2).concat(t._argsObj),Jm({},t,{noHelpArgv:process.argv.slice(0,2).concat(Ym(t._argsObj,function(n){return!Iu(["-h","--help"],n)}))})}catch{return{}}};C.getProcessArgv=ng;var sg=function(r){return hr(void 0,void 0,void 0,function(){var e,t;return pr(this,function(n){switch(n.label){case 0:return[4,ye.default.getCredentialAliasList()];case 1:return e=n.sent(),Iu(e,r)?[4,ye.default.getCredential(r)]:[3,3];case 2:return t=n.sent(),[2,t];case 3:return[2]}})})};C.getCredentialWithExisted=sg;var ig=function(){return hr(void 0,void 0,void 0,function(){var r,e,t,n,s,i;return pr(this,function(a){switch(a.label){case 0:return[4,ye.default.getCredentialAliasList()];case 1:if(r=a.sent(),!(r.length>0))return[3,6];e={},t=0,n=r,a.label=2;case 2:return t<n.length?(s=n[t],[4,ye.default.getCredential(s)]):[3,5];case 3:i=a.sent(),e[i.Alias]=Zm(i,"Alias"),a.label=4;case 4:return t++,[3,2];case 5:return[2,e];case 6:return[2]}})})};C.getCredentialWithAll=ig;var ag=function(r,e){return e===void 0&&(e="unknow"),hr(void 0,void 0,void 0,function(){var t,n,s,i;return pr(this,function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),t=(0,Um.getConfig)("analysis"),t!=="enable"?[2]:Km()||Xm()?[2]:[4,Gm("http://qaapis.devsapp.cn/apis/v1/search?category=".concat(e,"&code=TypeError&s=").concat(r),{timeout:2e3,json:!0})];case 1:return n=a.sent(),s=Bm(n.body,"shorturl"),s&&console.log(`AI Tips:
|
|
16
|
-
You can try to solve the problem through: `.concat(
|
|
17
|
-
`)),[3,3];case 2:return i=a.sent(),[3,3];case 3:return[2]}})})};C.aiRequest=ag;var og=function(){try{return zm().replace(/:/g,"")}catch{return"unknown"}};C.getPid=og;function cg(){var r=(0,
|
|
18
|
-
`.concat(
|
|
19
|
-
`)),t=e.Commands,t){n=
|
|
20
|
-
`)),!eg(i)){for(c in i)console.log(" ".concat(
|
|
21
|
-
`:"")}return[2]}})})}C.specifyServiceHelp=pg});var qu=y(si=>{"use strict";Object.defineProperty(si,"__esModule",{value:!0});si.default={clean_up_the_environment:"\u6E05\u7406\u73AF\u5883",display_help_for_command:"\u663E\u793A\u547D\u4EE4\u5E2E\u52A9",remove_components:"\u5220\u9664\u7EC4\u4EF6",delete_the_file_under_the_cache:"\u5220\u9664\u7F13\u5B58\u91CC\u7684\u7684<dirname>\u6587\u4EF6",record_your_log_information:"\u662F\u5426\u8BB0\u5F55\u60A8\u7684\u65E5\u5FD7\u4FE1\u606F\uFF1F",init_pproject_deploy_tip:"\u662F\u5426\u7ACB\u5373\u90E8\u7F72\u8BE5\u9879\u76EE\uFF1F",tip_for_a_serverless_project:"\u68C0\u6D4B\u5230\u5F53\u524D\u76EE\u5F55\u4E0B\u5DF2\u5B58\u5728\u4E00\u4E2AServerless-Devs\u9879\u76EE\uFF0C\u8BF7\u901A\u8FC7 's deploy' \u8FDB\u884C\u90E8\u7F72\u6216\u901A\u8FC7 's -h' \u83B7\u53D6\u66F4\u591A\u4FE1\u606F",create_a_new_project:"\u672A\u68C0\u6D4B\u5230 Serverless-Devs \u9879\u76EE\uFF0C\u662F\u5426\u65B0\u5EFA\u4E00\u4E2A\u9879\u76EE\uFF1F",en:"English (en)",zh:"\u4E2D\u6587 (zh)",select_current_language:"\u8BF7\u9009\u62E9\u5F53\u524D\u8BED\u8A00","app-tip":"\u8BF7\u9009\u62E9\u60A8\u5E0C\u671B\u521B\u5EFA\u7684 Serverless-Devs \u5E94\u7528","template-tip":"\u8BF7\u9009\u62E9\u60A8\u559C\u6B22\u7684\u6A21\u7248","fc-runtime-starter":"fc-runtime-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A FC \u51FD\u6570","fc-custom-container-stater":"fc-custom-container-stater - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A custom-container \u5E94\u7528",web:"web-framework-stater - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A Web \u6846\u67B6","static-site":"static-website-stater - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u9759\u6001\u7F51\u7AD9","best-practice":"serverless-best-practice - \u5FEB\u901F\u4F53\u9A8C Serverless \u6700\u4F73\u5B9E\u8DF5","devs-template":"Serverless Devs \u5F00\u53D1\u6A21\u677F","fc-http-nodejs":"fc-http-nodejs - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A nodejs12 \u51FD\u6570","fc-http-python":"fc-http-python - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A python3 \u51FD\u6570","fc-http-java":"fc-http-java - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A java8 \u51FD\u6570","fc-custom-container-event-python3":"fc-custom-container-event-python3 - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7\u4E8B\u4EF6\u89E6\u53D1\u7684 python3 \u5E94\u7528","fc-custom-container-event-cpp":"fc-custom-container-event-cpp - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7\u4E8B\u4EF6\u89E6\u53D1\u7684 cpp \u5E94\u7528","fc-custom-container-http-springboot":"fc-custom-container-http-springboot - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7 HTTP \u8BF7\u6C42\u89E6\u53D1\u7684 springboot \u5E94\u7528","fc-custom-container-http-aspdotnetcore":"fc-custom-container-http-aspdotnetcore - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7 HTTP \u8BF7\u6C42\u89E6\u53D1\u7684 aspdotnetcore \u5E94\u7528","express-starter":"express-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A express \u57FA\u7840\u5E94\u7528","koa-starter":"koa-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A koa \u57FA\u7840\u5E94\u7528","nuxtjs-starter":"nuxtjs-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A nuxtjs \u57FA\u7840\u5E94\u7528","eggjs-starter":"eggjs-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A eggjs \u57FA\u7840\u5E94\u7528","flask-starter":"flask-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A flask \u57FA\u7840\u5E94\u7528","SpringBoot-starter":"SpringBoot-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A SpringBoot \u57FA\u7840\u5E94\u7528","Zblog-starter":"Zblog-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A Zblog \u57FA\u7840\u5E94\u7528","website-starter":"website-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u9759\u6001\u7F51\u7AD9","react-starter":"react-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A React.js \u5E94\u7528","vue-starter":"vue-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A Vue.js \u5E94\u7528",puppeteer:"puppeteer - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u57FA\u4E8E puppeteer \u622A\u56FE\u7684 Web \u5E94\u7528",ffmpeg:"ffmpeg - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u57FA\u4E8E ffmpeg \u5B9E\u73B0\u97F3\u89C6\u9891\u5904\u7406\u5E94\u7528",pdf2Img:"pdf2Img - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A pdf \u8F6C\u56FE\u7247\u5E94\u7528",tensorflow:"tensorflow - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A tensorflow \u5E94\u7528",todoList:"todoList - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u57FA\u4E8E nodejs \u7684\u7F51\u9875 TodoList \u5E94\u7528"}});var Du=y(ii=>{"use strict";Object.defineProperty(ii,"__esModule",{value:!0});ii.default={clean_up_the_environment:"Clean up the environment",display_help_for_command:"Display help for command",remove_components:"Remove component (like: fc, fc@0.0.1)",delete_the_file_under_the_cache:"Delete the <dirname> file in the cache",record_your_log_information:"Do you record your log information?",init_pproject_deploy_tip:"Do you want to deploy the project immediately?",tip_for_a_serverless_project:"A Serverless-Devs project is detected in the current directory, please deploy via 's deploy' or get more information via 's -h'",create_a_new_project:"No Serverless-Devs project is currently detected. Do you want to create a new project?",en:"English (en)",zh:"Chinese (zh)",select_current_language:"Please select current language","app-tip":"Hello, serverlesser. Which template do you like?","template-tip":"Which template do you like?","fc-runtime-starter":"fc-runtime-starter - Deploy FC function in 5 minutes","fc-custom-container-stater":"fc-custom-container-stater - Deploy FC function with custom-container",web:"web-framework-stater-Quickly deploy a web framework","static-site":"static-website-stater-Quickly deploy a static website","best-practice":"serverless-best-practice-Quickly experience serverless best practices","devs-template":"Serverless Develop scaffold","fc-http-nodejs":"fc-http-nodejs - Deploy FC nodejs12 runtime function","fc-http-python":"fc-http-python - Deploy FC python3 runtime function","fc-http-java":"fc-http-java - Deploy FC java8 runtime function","fc-custom-container-event-python3":"fc-custom-container-event-python3 - Deploy python3 event-triggered application","fc-custom-container-event-cpp":"fc-custom-container-event-cpp - Deploy cpp event-triggered application","fc-custom-container-http-springboot":"fc-custom-container-http-springboot - Deploy springboot HTTP Request-triggered application","fc-custom-container-http-aspdotnetcore":"fc-custom-container-http-aspdotnetcore - Deploy dotnetcore HTTP Request-triggered application","express-starter":"express-starter - Deploy express application","koa-starter":"koa-starter - Deploy koa application","nuxtjs-starter":"nuxtjs-starter - Deploy nuxtjs application","eggjs-starter":"eggjs-starter - Deploy eggjs application","flask-starter":"flask-starter - Deploy flask application","SpringBoot-starter":"SpringBoot-starter - Deploy SpringBoot application","Zblog-starter":"Zblog-starter - Deploy Zblog application","website-starter":"website-starter - Deploy static website","react-starter":"react-starter - Deploy React.js application","vue-starter":"vue-starter - Deploy Vue.js application",puppeteer:"puppeteer - Deploy screenshot application base on puppeteer + fc",ffmpeg:"ffmpeg - Deploy audio and video processing application base on ffmpeg + fc",pdf2Img:"pdf2Img - Deploy pdf to images application",tensorflow:"tensorflow - Deploy tensorflow application",todoList:"todoList - Deploy todoList application"}});var oi=y(sn=>{"use strict";var ju=sn&&sn.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(sn,"__esModule",{value:!0});var mg=Zn(),gg=ju(qu()),vg=ju(Du()),ai={en:vg.default,zh:gg.default},_g=function(r){var e=(0,mg.getLang)(),t=ai[e]?ai[e][r]:ai.en[r];return t||r};sn.default=_g});var ui=y(an=>{"use strict";var yg=an&&an.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(an,"__esModule",{value:!0});var $g=yg(yt()),Eg=$g.default.Logger,ci=new Eg("S-CLI");ci.success=function(r){return ci.log(r,"green")};an.default=ci});var fi=y($e=>{"use strict";var wg=$e&&$e.__createBinding||(Object.create?function(r,e,t,n){n===void 0&&(n=t);var s=Object.getOwnPropertyDescriptor(e,t);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,n,s)}:function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]}),ku=$e&&$e.__exportStar||function(r,e){for(var t in r)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&wg(e,r,t)},li=$e&&$e.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty($e,"__esModule",{value:!0});$e.registerCommandChecker=$e.i18n=$e.logger=void 0;var bg=li(ui());ku(Zn(),$e);ku(ti(),$e);var Sg=ui();Object.defineProperty($e,"logger",{enumerable:!0,get:function(){return li(Sg).default}});var Og=oi();Object.defineProperty($e,"i18n",{enumerable:!0,get:function(){return li(Og).default}});function Pg(r){r.on("command:*",function(e){var t=r.commands.map(function(n){return n.name()});t.includes(e[0])||(bg.default.error(" error: unknown command ".concat(e[0])),r.help())})}$e.registerCommandChecker=Pg});var cn=y(U=>{"use strict";Object.defineProperty(U,"__esModule",{value:!0});U.regexpCode=U.getEsmExportName=U.getProperty=U.safeStringify=U.stringify=U.strConcat=U.addCodeArg=U.str=U._=U.nil=U._Code=U.Name=U.IDENTIFIER=U._CodeOrName=void 0;var Qn=class{};U._CodeOrName=Qn;U.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var gr=class extends Qn{constructor(e){super();if(!U.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};U.Name=gr;var We=class extends Qn{constructor(e){super();this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((t,n)=>`${t}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((t,n)=>(n instanceof gr&&(t[n.str]=(t[n.str]||0)+1),t),{})}};U._Code=We;U.nil=new We("");function xu(r,...e){let t=[r[0]],n=0;for(;n<e.length;)hi(t,e[n]),t.push(r[++n]);return new We(t)}U._=xu;var di=new We("+");function Lu(r,...e){let t=[on(r[0])],n=0;for(;n<e.length;)t.push(di),hi(t,e[n]),t.push(di,on(r[++n]));return Rg(t),new We(t)}U.str=Lu;function hi(r,e){e instanceof We?r.push(...e._items):e instanceof gr?r.push(e):r.push(Ig(e))}U.addCodeArg=hi;function Rg(r){let e=1;for(;e<r.length-1;){if(r[e]===di){let t=Cg(r[e-1],r[e+1]);if(t!==void 0){r.splice(e-1,3,t);continue}r[e++]="+"}e++}}function Cg(r,e){if(e==='""')return r;if(r==='""')return e;if(typeof r=="string")return e instanceof gr||r[r.length-1]!=='"'?void 0:typeof e!="string"?`${r.slice(0,-1)}${e}"`:e[0]==='"'?r.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(r instanceof gr))return`"${r}${e.slice(1)}`}function Ng(r,e){return e.emptyStr()?r:r.emptyStr()?e:Lu`${r}${e}`}U.strConcat=Ng;function Ig(r){return typeof r=="number"||typeof r=="boolean"||r===null?r:on(Array.isArray(r)?r.join(","):r)}function Tg(r){return new We(on(r))}U.stringify=Tg;function on(r){return JSON.stringify(r).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}U.safeStringify=on;function Ag(r){return typeof r=="string"&&U.IDENTIFIER.test(r)?new We(`.${r}`):xu`[${r}]`}U.getProperty=Ag;function qg(r){if(typeof r=="string"&&U.IDENTIFIER.test(r))return new We(`${r}`);throw new Error(`CodeGen: invalid export name: ${r}, use explicit $id name mapping`)}U.getEsmExportName=qg;function Dg(r){return new We(r.toString())}U.regexpCode=Dg});var vi=y(Se=>{"use strict";Object.defineProperty(Se,"__esModule",{value:!0});Se.ValueScope=Se.ValueScopeName=Se.Scope=Se.varKinds=Se.UsedValueState=void 0;var Ce=cn(),Mu=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`);this.value=e.value}},pi;(function(r){r[r.Started=0]="Started",r[r.Completed=1]="Completed"})(pi=Se.UsedValueState||(Se.UsedValueState={}));Se.varKinds={const:new Ce.Name("const"),let:new Ce.Name("let"),var:new Ce.Name("var")};var mi=class{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof Ce.Name?e:this.name(e)}name(e){return new Ce.Name(this._newName(e))}_newName(e){let t=this._names[e]||this._nameGroup(e);return`${e}${t.index++}`}_nameGroup(e){var t,n;if(((n=(t=this._parent)===null||t===void 0?void 0:t._prefixes)===null||n===void 0?void 0:n.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}}};Se.Scope=mi;var gi=class extends Ce.Name{constructor(e,t){super(t);this.prefix=e}setValue(e,{property:t,itemIndex:n}){this.value=e,this.scopePath=(0,Ce._)`.${new Ce.Name(t)}[${n}]`}};Se.ValueScopeName=gi;var jg=(0,Ce._)`\n`,Fu=class extends mi{constructor(e){super(e);this._values={},this._scope=e.scope,this.opts=Ve(ie({},e),{_n:e.lines?jg:Ce.nil})}get(){return this._scope}name(e){return new gi(e,this._newName(e))}value(e,t){var n;if(t.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let s=this.toName(e),{prefix:i}=s,a=(n=t.key)!==null&&n!==void 0?n:t.ref,c=this._values[i];if(c){let l=c.get(a);if(l)return l}else c=this._values[i]=new Map;c.set(a,s);let u=this._scope[i]||(this._scope[i]=[]),o=u.length;return u[o]=t.ref,s.setValue(t,{property:i,itemIndex:o}),s}getValue(e,t){let n=this._values[e];if(!!n)return n.get(t)}scopeRefs(e,t=this._values){return this._reduceValues(t,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Ce._)`${e}${n.scopePath}`})}scopeCode(e=this._values,t,n){return this._reduceValues(e,s=>{if(s.value===void 0)throw new Error(`CodeGen: name "${s}" has no value`);return s.value.code},t,n)}_reduceValues(e,t,n={},s){let i=Ce.nil;for(let a in e){let c=e[a];if(!c)continue;let u=n[a]=n[a]||new Map;c.forEach(o=>{if(u.has(o))return;u.set(o,pi.Started);let l=t(o);if(l){let h=this.opts.es5?Se.varKinds.var:Se.varKinds.const;i=(0,Ce._)`${i}${h} ${o} = ${l};${this.opts._n}`}else if(l=s==null?void 0:s(o))i=(0,Ce._)`${i}${l}${this.opts._n}`;else throw new Mu(o);u.set(o,pi.Completed)})}return i}};Se.ValueScope=Fu});var L=y(k=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});k.or=k.and=k.not=k.CodeGen=k.operators=k.varKinds=k.ValueScopeName=k.ValueScope=k.Scope=k.Name=k.regexpCode=k.stringify=k.getProperty=k.nil=k.strConcat=k.str=k._=void 0;var M=cn(),Je=vi(),Pt=cn();Object.defineProperty(k,"_",{enumerable:!0,get:function(){return Pt._}});Object.defineProperty(k,"str",{enumerable:!0,get:function(){return Pt.str}});Object.defineProperty(k,"strConcat",{enumerable:!0,get:function(){return Pt.strConcat}});Object.defineProperty(k,"nil",{enumerable:!0,get:function(){return Pt.nil}});Object.defineProperty(k,"getProperty",{enumerable:!0,get:function(){return Pt.getProperty}});Object.defineProperty(k,"stringify",{enumerable:!0,get:function(){return Pt.stringify}});Object.defineProperty(k,"regexpCode",{enumerable:!0,get:function(){return Pt.regexpCode}});Object.defineProperty(k,"Name",{enumerable:!0,get:function(){return Pt.Name}});var is=vi();Object.defineProperty(k,"Scope",{enumerable:!0,get:function(){return is.Scope}});Object.defineProperty(k,"ValueScope",{enumerable:!0,get:function(){return is.ValueScope}});Object.defineProperty(k,"ValueScopeName",{enumerable:!0,get:function(){return is.ValueScopeName}});Object.defineProperty(k,"varKinds",{enumerable:!0,get:function(){return is.varKinds}});k.operators={GT:new M._Code(">"),GTE:new M._Code(">="),LT:new M._Code("<"),LTE:new M._Code("<="),EQ:new M._Code("==="),NEQ:new M._Code("!=="),NOT:new M._Code("!"),OR:new M._Code("||"),AND:new M._Code("&&"),ADD:new M._Code("+")};var Rt=class{optimizeNodes(){return this}optimizeNames(e,t){return this}},Vu=class extends Rt{constructor(e,t,n){super();this.varKind=e,this.name=t,this.rhs=n}render({es5:e,_n:t}){let n=e?Je.varKinds.var:this.varKind,s=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${s};`+t}optimizeNames(e,t){if(!!e[this.name.str])return this.rhs&&(this.rhs=_r(this.rhs,e,t)),this}get names(){return this.rhs instanceof M._CodeOrName?this.rhs.names:{}}},$i=class extends Rt{constructor(e,t,n){super();this.lhs=e,this.rhs=t,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,t){if(!(this.lhs instanceof M.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=_r(this.rhs,e,t),this}get names(){let e=this.lhs instanceof M.Name?{}:ie({},this.lhs.names);return ss(e,this.rhs)}},Hu=class extends $i{constructor(e,t,n,s){super(e,n,s);this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Uu=class extends Rt{constructor(e){super();this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Gu=class extends Rt{constructor(e){super();this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},zu=class extends Rt{constructor(e){super();this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Ku=class extends Rt{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=_r(this.code,e,t),this}get names(){return this.code instanceof M._CodeOrName?this.code.names:{}}},as=class extends Rt{constructor(e=[]){super();this.nodes=e}render(e){return this.nodes.reduce((t,n)=>t+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,t=e.length;for(;t--;){let n=e[t].optimizeNodes();Array.isArray(n)?e.splice(t,1,...n):n?e[t]=n:e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){let{nodes:n}=this,s=n.length;for(;s--;){let i=n[s];i.optimizeNames(e,t)||(kg(e,i.names),n.splice(s,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,t)=>Kt(e,t.names),{})}},Ct=class extends as{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Xu=class extends as{},un=class extends Ct{};un.kind="else";var at=class extends Ct{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();let e=this.condition;if(e===!0)return this.nodes;let t=this.else;if(t){let n=t.optimizeNodes();t=this.else=Array.isArray(n)?new un(n):n}if(t)return e===!1?t instanceof at?t:t.nodes:this.nodes.length?this:new at(Zu(e),t instanceof at?[t]:t.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,t){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,t),!!(super.optimizeNames(e,t)||this.else))return this.condition=_r(this.condition,e,t),this}get names(){let e=super.names;return ss(e,this.condition),this.else&&Kt(e,this.else.names),e}};at.kind="if";var vr=class extends Ct{};vr.kind="for";var Bu=class extends vr{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=_r(this.iteration,e,t),this}get names(){return Kt(super.names,this.iteration.names)}},Wu=class extends vr{constructor(e,t,n,s){super();this.varKind=e,this.name=t,this.from=n,this.to=s}render(e){let t=e.es5?Je.varKinds.var:this.varKind,{name:n,from:s,to:i}=this;return`for(${t} ${n}=${s}; ${n}<${i}; ${n}++)`+super.render(e)}get names(){let e=ss(super.names,this.from);return ss(e,this.to)}},_i=class extends vr{constructor(e,t,n,s){super();this.loop=e,this.varKind=t,this.name=n,this.iterable=s}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=_r(this.iterable,e,t),this}get names(){return Kt(super.names,this.iterable.names)}},es=class extends Ct{constructor(e,t,n){super();this.name=e,this.args=t,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};es.kind="func";var ts=class extends as{render(e){return"return "+super.render(e)}};ts.kind="return";var Ju=class extends Ct{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(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(t=this.finally)===null||t===void 0||t.optimizeNodes(),this}optimizeNames(e,t){var n,s;return super.optimizeNames(e,t),(n=this.catch)===null||n===void 0||n.optimizeNames(e,t),(s=this.finally)===null||s===void 0||s.optimizeNames(e,t),this}get names(){let e=super.names;return this.catch&&Kt(e,this.catch.names),this.finally&&Kt(e,this.finally.names),e}},rs=class extends Ct{constructor(e){super();this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};rs.kind="catch";var ns=class extends Ct{render(e){return"finally"+super.render(e)}};ns.kind="finally";var Yu=class{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts=Ve(ie({},t),{_n:t.lines?`
|
|
22
|
-
`:""}),this._extScope=e,this._scope=new Je.Scope({parent:e}),this._nodes=[new Xu]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){let n=this._extScope.value(e,t);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}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,n,s){let i=this._scope.toName(t);return n!==void 0&&s&&(this._constants[i.str]=n),this._leafNode(new Vu(e,i,n)),i}const(e,t,n){return this._def(Je.varKinds.const,e,t,n)}let(e,t,n){return this._def(Je.varKinds.let,e,t,n)}var(e,t,n){return this._def(Je.varKinds.var,e,t,n)}assign(e,t,n){return this._leafNode(new $i(e,t,n))}add(e,t){return this._leafNode(new Hu(e,k.operators.ADD,t))}code(e){return typeof e=="function"?e():e!==M.nil&&this._leafNode(new Ku(e)),this}object(...e){let t=["{"];for(let[n,s]of e)t.length>1&&t.push(","),t.push(n),(n!==s||this.opts.es5)&&(t.push(":"),(0,M.addCodeArg)(t,s));return t.push("}"),new M._Code(t)}if(e,t,n){if(this._blockNode(new at(e)),t&&n)this.code(t).else().code(n).endIf();else if(t)this.code(t).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new at(e))}else(){return this._elseNode(new un)}endIf(){return this._endBlockNode(at,un)}_for(e,t){return this._blockNode(e),t&&this.code(t).endFor(),this}for(e,t){return this._for(new Bu(e),t)}forRange(e,t,n,s,i=this.opts.es5?Je.varKinds.var:Je.varKinds.let){let a=this._scope.toName(e);return this._for(new Wu(i,a,t,n),()=>s(a))}forOf(e,t,n,s=Je.varKinds.const){let i=this._scope.toName(e);if(this.opts.es5){let a=t instanceof M.Name?t:this.var("_arr",t);return this.forRange("_i",0,(0,M._)`${a}.length`,c=>{this.var(i,(0,M._)`${a}[${c}]`),n(i)})}return this._for(new _i("of",s,i,t),()=>n(i))}forIn(e,t,n,s=this.opts.es5?Je.varKinds.var:Je.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,M._)`Object.keys(${t})`,n);let i=this._scope.toName(e);return this._for(new _i("in",s,i,t),()=>n(i))}endFor(){return this._endBlockNode(vr)}label(e){return this._leafNode(new Uu(e))}break(e){return this._leafNode(new Gu(e))}return(e){let t=new ts;if(this._blockNode(t),this.code(e),t.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ts)}try(e,t,n){if(!t&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let s=new Ju;if(this._blockNode(s),this.code(e),t){let i=this.name("e");this._currNode=s.catch=new rs(i),t(i)}return n&&(this._currNode=s.finally=new ns,this.code(n)),this._endBlockNode(rs,ns)}throw(e){return this._leafNode(new zu(e))}block(e,t){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(t),this}endBlock(e){let t=this._blockStarts.pop();if(t===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-t;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=t,this}func(e,t=M.nil,n,s){return this._blockNode(new es(e,t,n)),s&&this.code(s).endFunc(),this}endFunc(){return this._endBlockNode(es)}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){let n=this._currNode;if(n instanceof e||t&&n instanceof t)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){let t=this._currNode;if(!(t instanceof at))throw new Error('CodeGen: "else" without "if"');return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let t=this._nodes;t[t.length-1]=e}};k.CodeGen=Yu;function Kt(r,e){for(let t in e)r[t]=(r[t]||0)+(e[t]||0);return r}function ss(r,e){return e instanceof M._CodeOrName?Kt(r,e.names):r}function _r(r,e,t){if(r instanceof M.Name)return n(r);if(!s(r))return r;return new M._Code(r._items.reduce((i,a)=>(a instanceof M.Name&&(a=n(a)),a instanceof M._Code?i.push(...a._items):i.push(a),i),[]));function n(i){let a=t[i.str];return a===void 0||e[i.str]!==1?i:(delete e[i.str],a)}function s(i){return i instanceof M._Code&&i._items.some(a=>a instanceof M.Name&&e[a.str]===1&&t[a.str]!==void 0)}}function kg(r,e){for(let t in e)r[t]=(r[t]||0)-(e[t]||0)}function Zu(r){return typeof r=="boolean"||typeof r=="number"||r===null?!r:(0,M._)`!${yi(r)}`}k.not=Zu;var xg=Qu(k.operators.AND);function Lg(...r){return r.reduce(xg)}k.and=Lg;var Mg=Qu(k.operators.OR);function Fg(...r){return r.reduce(Mg)}k.or=Fg;function Qu(r){return(e,t)=>e===M.nil?t:t===M.nil?e:(0,M._)`${yi(e)} ${r} ${yi(t)}`}function yi(r){return r instanceof M.Name?r:(0,M._)`(${r})`}});var G=y(x=>{"use strict";Object.defineProperty(x,"__esModule",{value:!0});x.checkStrictMode=x.getErrorPath=x.Type=x.useFunc=x.setEvaluated=x.evaluatedPropsToName=x.mergeEvaluated=x.eachItem=x.unescapeJsonPointer=x.escapeJsonPointer=x.escapeFragment=x.unescapeFragment=x.schemaRefOrVal=x.schemaHasRulesButRef=x.schemaHasRules=x.checkUnknownRules=x.alwaysValidSchema=x.toHash=void 0;var Z=L(),Vg=cn();function Hg(r){let e={};for(let t of r)e[t]=!0;return e}x.toHash=Hg;function Ug(r,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(rl(r,e),!nl(e,r.self.RULES.all))}x.alwaysValidSchema=Ug;function rl(r,e=r.schema){let{opts:t,self:n}=r;if(!t.strictSchema||typeof e=="boolean")return;let s=n.RULES.keywords;for(let i in e)s[i]||ol(r,`unknown keyword: "${i}"`)}x.checkUnknownRules=rl;function nl(r,e){if(typeof r=="boolean")return!r;for(let t in r)if(e[t])return!0;return!1}x.schemaHasRules=nl;function Gg(r,e){if(typeof r=="boolean")return!r;for(let t in r)if(t!=="$ref"&&e.all[t])return!0;return!1}x.schemaHasRulesButRef=Gg;function zg({topSchemaRef:r,schemaPath:e},t,n,s){if(!s){if(typeof t=="number"||typeof t=="boolean")return t;if(typeof t=="string")return(0,Z._)`${t}`}return(0,Z._)`${r}${e}${(0,Z.getProperty)(n)}`}x.schemaRefOrVal=zg;function Kg(r){return sl(decodeURIComponent(r))}x.unescapeFragment=Kg;function Xg(r){return encodeURIComponent(Ei(r))}x.escapeFragment=Xg;function Ei(r){return typeof r=="number"?`${r}`:r.replace(/~/g,"~0").replace(/\//g,"~1")}x.escapeJsonPointer=Ei;function sl(r){return r.replace(/~1/g,"/").replace(/~0/g,"~")}x.unescapeJsonPointer=sl;function Bg(r,e){if(Array.isArray(r))for(let t of r)e(t);else e(r)}x.eachItem=Bg;function el({mergeNames:r,mergeToName:e,mergeValues:t,resultToName:n}){return(s,i,a,c)=>{let u=a===void 0?i:a instanceof Z.Name?(i instanceof Z.Name?r(s,i,a):e(s,i,a),a):i instanceof Z.Name?(e(s,a,i),i):t(i,a);return c===Z.Name&&!(u instanceof Z.Name)?n(s,u):u}}x.mergeEvaluated={props:el({mergeNames:(r,e,t)=>r.if((0,Z._)`${t} !== true && ${e} !== undefined`,()=>{r.if((0,Z._)`${e} === true`,()=>r.assign(t,!0),()=>r.assign(t,(0,Z._)`${t} || {}`).code((0,Z._)`Object.assign(${t}, ${e})`))}),mergeToName:(r,e,t)=>r.if((0,Z._)`${t} !== true`,()=>{e===!0?r.assign(t,!0):(r.assign(t,(0,Z._)`${t} || {}`),wi(r,t,e))}),mergeValues:(r,e)=>r===!0?!0:ie(ie({},r),e),resultToName:il}),items:el({mergeNames:(r,e,t)=>r.if((0,Z._)`${t} !== true && ${e} !== undefined`,()=>r.assign(t,(0,Z._)`${e} === true ? true : ${t} > ${e} ? ${t} : ${e}`)),mergeToName:(r,e,t)=>r.if((0,Z._)`${t} !== true`,()=>r.assign(t,e===!0?!0:(0,Z._)`${t} > ${e} ? ${t} : ${e}`)),mergeValues:(r,e)=>r===!0?!0:Math.max(r,e),resultToName:(r,e)=>r.var("items",e)})};function il(r,e){if(e===!0)return r.var("props",!0);let t=r.var("props",(0,Z._)`{}`);return e!==void 0&&wi(r,t,e),t}x.evaluatedPropsToName=il;function wi(r,e,t){Object.keys(t).forEach(n=>r.assign((0,Z._)`${e}${(0,Z.getProperty)(n)}`,!0))}x.setEvaluated=wi;var tl={};function Wg(r,e){return r.scopeValue("func",{ref:e,code:tl[e.code]||(tl[e.code]=new Vg._Code(e.code))})}x.useFunc=Wg;var al;(function(r){r[r.Num=0]="Num",r[r.Str=1]="Str"})(al=x.Type||(x.Type={}));function Jg(r,e,t){if(r instanceof Z.Name){let n=e===al.Num;return t?n?(0,Z._)`"[" + ${r} + "]"`:(0,Z._)`"['" + ${r} + "']"`:n?(0,Z._)`"/" + ${r}`:(0,Z._)`"/" + ${r}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return t?(0,Z.getProperty)(r).toString():"/"+Ei(r)}x.getErrorPath=Jg;function ol(r,e,t=r.opts.strictSchema){if(!!t){if(e=`strict mode: ${e}`,t===!0)throw new Error(e);r.self.logger.warn(e)}}x.checkStrictMode=ol});var $t=y(bi=>{"use strict";Object.defineProperty(bi,"__esModule",{value:!0});var Ee=L(),Yg={data:new Ee.Name("data"),valCxt:new Ee.Name("valCxt"),instancePath:new Ee.Name("instancePath"),parentData:new Ee.Name("parentData"),parentDataProperty:new Ee.Name("parentDataProperty"),rootData:new Ee.Name("rootData"),dynamicAnchors:new Ee.Name("dynamicAnchors"),vErrors:new Ee.Name("vErrors"),errors:new Ee.Name("errors"),this:new Ee.Name("this"),self:new Ee.Name("self"),scope:new Ee.Name("scope"),json:new Ee.Name("json"),jsonPos:new Ee.Name("jsonPos"),jsonLen:new Ee.Name("jsonLen"),jsonPart:new Ee.Name("jsonPart")};bi.default=Yg});var ln=y(we=>{"use strict";Object.defineProperty(we,"__esModule",{value:!0});we.extendErrors=we.resetErrorsCount=we.reportExtraError=we.reportError=we.keyword$DataError=we.keywordError=void 0;var V=L(),os=G(),Oe=$t();we.keywordError={message:({keyword:r})=>(0,V.str)`must pass "${r}" keyword validation`};we.keyword$DataError={message:({keyword:r,schemaType:e})=>e?(0,V.str)`"${r}" keyword must be ${e} ($data)`:(0,V.str)`"${r}" keyword is invalid ($data)`};function Zg(r,e=we.keywordError,t,n){let{it:s}=r,{gen:i,compositeRule:a,allErrors:c}=s,u=ll(r,e,t);(n!=null?n:a||c)?cl(i,u):ul(s,(0,V._)`[${u}]`)}we.reportError=Zg;function Qg(r,e=we.keywordError,t){let{it:n}=r,{gen:s,compositeRule:i,allErrors:a}=n,c=ll(r,e,t);cl(s,c),i||a||ul(n,Oe.default.vErrors)}we.reportExtraError=Qg;function ev(r,e){r.assign(Oe.default.errors,e),r.if((0,V._)`${Oe.default.vErrors} !== null`,()=>r.if(e,()=>r.assign((0,V._)`${Oe.default.vErrors}.length`,e),()=>r.assign(Oe.default.vErrors,null)))}we.resetErrorsCount=ev;function tv({gen:r,keyword:e,schemaValue:t,data:n,errsCount:s,it:i}){if(s===void 0)throw new Error("ajv implementation error");let a=r.name("err");r.forRange("i",s,Oe.default.errors,c=>{r.const(a,(0,V._)`${Oe.default.vErrors}[${c}]`),r.if((0,V._)`${a}.instancePath === undefined`,()=>r.assign((0,V._)`${a}.instancePath`,(0,V.strConcat)(Oe.default.instancePath,i.errorPath))),r.assign((0,V._)`${a}.schemaPath`,(0,V.str)`${i.errSchemaPath}/${e}`),i.opts.verbose&&(r.assign((0,V._)`${a}.schema`,t),r.assign((0,V._)`${a}.data`,n))})}we.extendErrors=tv;function cl(r,e){let t=r.const("err",e);r.if((0,V._)`${Oe.default.vErrors} === null`,()=>r.assign(Oe.default.vErrors,(0,V._)`[${t}]`),(0,V._)`${Oe.default.vErrors}.push(${t})`),r.code((0,V._)`${Oe.default.errors}++`)}function ul(r,e){let{gen:t,validateName:n,schemaEnv:s}=r;s.$async?t.throw((0,V._)`new ${r.ValidationError}(${e})`):(t.assign((0,V._)`${n}.errors`,e),t.return(!1))}var Xt={keyword:new V.Name("keyword"),schemaPath:new V.Name("schemaPath"),params:new V.Name("params"),propertyName:new V.Name("propertyName"),message:new V.Name("message"),schema:new V.Name("schema"),parentSchema:new V.Name("parentSchema")};function ll(r,e,t){let{createErrors:n}=r.it;return n===!1?(0,V._)`{}`:rv(r,e,t)}function rv(r,e,t={}){let{gen:n,it:s}=r,i=[nv(s,t),sv(r,t)];return iv(r,e,i),n.object(...i)}function nv({errorPath:r},{instancePath:e}){let t=e?(0,V.str)`${r}${(0,os.getErrorPath)(e,os.Type.Str)}`:r;return[Oe.default.instancePath,(0,V.strConcat)(Oe.default.instancePath,t)]}function sv({keyword:r,it:{errSchemaPath:e}},{schemaPath:t,parentSchema:n}){let s=n?e:(0,V.str)`${e}/${r}`;return t&&(s=(0,V.str)`${s}${(0,os.getErrorPath)(t,os.Type.Str)}`),[Xt.schemaPath,s]}function iv(r,{params:e,message:t},n){let{keyword:s,data:i,schemaValue:a,it:c}=r,{opts:u,propertyName:o,topSchemaRef:l,schemaPath:h}=c;n.push([Xt.keyword,s],[Xt.params,typeof e=="function"?e(r):e||(0,V._)`{}`]),u.messages&&n.push([Xt.message,typeof t=="function"?t(r):t]),u.verbose&&n.push([Xt.schema,a],[Xt.parentSchema,(0,V._)`${l}${h}`],[Oe.default.data,i]),o&&n.push([Xt.propertyName,o])}});var dl=y(yr=>{"use strict";Object.defineProperty(yr,"__esModule",{value:!0});yr.boolOrEmptySchema=yr.topBoolOrEmptySchema=void 0;var av=ln(),ov=L(),cv=$t(),uv={message:"boolean schema is false"};function lv(r){let{gen:e,schema:t,validateName:n}=r;t===!1?fl(r,!1):typeof t=="object"&&t.$async===!0?e.return(cv.default.data):(e.assign((0,ov._)`${n}.errors`,null),e.return(!0))}yr.topBoolOrEmptySchema=lv;function fv(r,e){let{gen:t,schema:n}=r;n===!1?(t.var(e,!1),fl(r)):t.var(e,!0)}yr.boolOrEmptySchema=fv;function fl(r,e){let{gen:t,data:n}=r,s={gen:t,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:r};(0,av.reportError)(s,uv,void 0,e)}});var Si=y($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.getRules=$r.isJSONType=void 0;var dv=["string","number","integer","boolean","null","object","array"],hv=new Set(dv);function pv(r){return typeof r=="string"&&hv.has(r)}$r.isJSONType=pv;function mv(){let r={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:Ve(ie({},r),{integer:!0,boolean:!0,null:!0}),rules:[{rules:[]},r.number,r.string,r.array,r.object],post:{rules:[]},all:{},keywords:{}}}$r.getRules=mv});var Oi=y(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.shouldUseRule=Nt.shouldUseGroup=Nt.schemaHasRulesForType=void 0;function gv({schema:r,self:e},t){let n=e.RULES.types[t];return n&&n!==!0&&hl(r,n)}Nt.schemaHasRulesForType=gv;function hl(r,e){return e.rules.some(t=>pl(r,t))}Nt.shouldUseGroup=hl;function pl(r,e){var t;return r[e.keyword]!==void 0||((t=e.definition.implements)===null||t===void 0?void 0:t.some(n=>r[n]!==void 0))}Nt.shouldUseRule=pl});var dn=y(he=>{"use strict";Object.defineProperty(he,"__esModule",{value:!0});he.reportTypeError=he.checkDataTypes=he.checkDataType=he.coerceAndCheckDataType=he.getJSONTypes=he.getSchemaTypes=he.DataType=void 0;var vv=Si(),_v=Oi(),yv=ln(),q=L(),ml=G(),fn;(function(r){r[r.Correct=0]="Correct",r[r.Wrong=1]="Wrong"})(fn=he.DataType||(he.DataType={}));function $v(r){let e=gl(r.type);if(e.includes("null")){if(r.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&r.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');r.nullable===!0&&e.push("null")}return e}he.getSchemaTypes=$v;function gl(r){let e=Array.isArray(r)?r:r?[r]:[];if(e.every(vv.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}he.getJSONTypes=gl;function Ev(r,e){let{gen:t,data:n,opts:s}=r,i=wv(e,s.coerceTypes),a=e.length>0&&!(i.length===0&&e.length===1&&(0,_v.schemaHasRulesForType)(r,e[0]));if(a){let c=Ri(e,n,s.strictNumbers,fn.Wrong);t.if(c,()=>{i.length?bv(r,e,i):Ci(r)})}return a}he.coerceAndCheckDataType=Ev;var vl=new Set(["string","number","integer","boolean","null"]);function wv(r,e){return e?r.filter(t=>vl.has(t)||e==="array"&&t==="array"):[]}function bv(r,e,t){let{gen:n,data:s,opts:i}=r,a=n.let("dataType",(0,q._)`typeof ${s}`),c=n.let("coerced",(0,q._)`undefined`);i.coerceTypes==="array"&&n.if((0,q._)`${a} == 'object' && Array.isArray(${s}) && ${s}.length == 1`,()=>n.assign(s,(0,q._)`${s}[0]`).assign(a,(0,q._)`typeof ${s}`).if(Ri(e,s,i.strictNumbers),()=>n.assign(c,s))),n.if((0,q._)`${c} !== undefined`);for(let o of t)(vl.has(o)||o==="array"&&i.coerceTypes==="array")&&u(o);n.else(),Ci(r),n.endIf(),n.if((0,q._)`${c} !== undefined`,()=>{n.assign(s,c),Sv(r,c)});function u(o){switch(o){case"string":n.elseIf((0,q._)`${a} == "number" || ${a} == "boolean"`).assign(c,(0,q._)`"" + ${s}`).elseIf((0,q._)`${s} === null`).assign(c,(0,q._)`""`);return;case"number":n.elseIf((0,q._)`${a} == "boolean" || ${s} === null
|
|
15
|
+
`)}function Io(r,e,t){return r.match(/[\n]\s+/)||e<40?r:Do(r,e,t)}function To(r,e){r._hasHelpOption&&e.find(n=>n===r._helpLongFlag||n===r._helpShortFlag)&&(r.outputHelp(),r._exit(0,"commander.helpDisplayed","(outputHelp)"))}function Ao(r){let e=r.name+(r.variadic===!0?"...":"");return r.required?"<"+e+">":"["+e+"]"}function jo(r){let e,t,n=r.split(/[ |,]+/);return n.length>1&&!/^[[<]/.test(n[1])&&(e=n.shift()),t=n.shift(),!e&&/^-[^-]$/.test(t)&&(e=t,t=void 0),{shortFlag:e,longFlag:t}}function qo(r){return r.map(e=>{if(!e.startsWith("--inspect"))return e;let t,n="127.0.0.1",s="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?t=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(t=i[1],/^\d+$/.test(i[3])?s=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=i[1],n=i[3],s=i[4]),t&&s!=="0"?`${t}=${n}:${parseInt(s)+1}`:e})}});var Jr=_((xE,Lo)=>{var $h="2.0.0",Eh=Number.MAX_SAFE_INTEGER||9007199254740991,wh=16;Lo.exports={SEMVER_SPEC_VERSION:$h,MAX_LENGTH:256,MAX_SAFE_INTEGER:Eh,MAX_SAFE_COMPONENT_LENGTH:wh}});var Yr=_((LE,Mo)=>{var bh=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...r)=>console.error("SEMVER",...r):()=>{};Mo.exports=bh});var Vt=_((Pt,Fo)=>{var{MAX_SAFE_COMPONENT_LENGTH:zs}=Jr(),Sh=Yr();Pt=Fo.exports={};var Oh=Pt.re=[],O=Pt.src=[],P=Pt.t={},Ph=0,j=(r,e,t)=>{let n=Ph++;Sh(r,n,e),P[r]=n,O[n]=e,Oh[n]=new RegExp(e,t?"g":void 0)};j("NUMERICIDENTIFIER","0|[1-9]\\d*");j("NUMERICIDENTIFIERLOOSE","[0-9]+");j("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*");j("MAINVERSION",`(${O[P.NUMERICIDENTIFIER]})\\.(${O[P.NUMERICIDENTIFIER]})\\.(${O[P.NUMERICIDENTIFIER]})`);j("MAINVERSIONLOOSE",`(${O[P.NUMERICIDENTIFIERLOOSE]})\\.(${O[P.NUMERICIDENTIFIERLOOSE]})\\.(${O[P.NUMERICIDENTIFIERLOOSE]})`);j("PRERELEASEIDENTIFIER",`(?:${O[P.NUMERICIDENTIFIER]}|${O[P.NONNUMERICIDENTIFIER]})`);j("PRERELEASEIDENTIFIERLOOSE",`(?:${O[P.NUMERICIDENTIFIERLOOSE]}|${O[P.NONNUMERICIDENTIFIER]})`);j("PRERELEASE",`(?:-(${O[P.PRERELEASEIDENTIFIER]}(?:\\.${O[P.PRERELEASEIDENTIFIER]})*))`);j("PRERELEASELOOSE",`(?:-?(${O[P.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${O[P.PRERELEASEIDENTIFIERLOOSE]})*))`);j("BUILDIDENTIFIER","[0-9A-Za-z-]+");j("BUILD",`(?:\\+(${O[P.BUILDIDENTIFIER]}(?:\\.${O[P.BUILDIDENTIFIER]})*))`);j("FULLPLAIN",`v?${O[P.MAINVERSION]}${O[P.PRERELEASE]}?${O[P.BUILD]}?`);j("FULL",`^${O[P.FULLPLAIN]}$`);j("LOOSEPLAIN",`[v=\\s]*${O[P.MAINVERSIONLOOSE]}${O[P.PRERELEASELOOSE]}?${O[P.BUILD]}?`);j("LOOSE",`^${O[P.LOOSEPLAIN]}$`);j("GTLT","((?:<|>)?=?)");j("XRANGEIDENTIFIERLOOSE",`${O[P.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);j("XRANGEIDENTIFIER",`${O[P.NUMERICIDENTIFIER]}|x|X|\\*`);j("XRANGEPLAIN",`[v=\\s]*(${O[P.XRANGEIDENTIFIER]})(?:\\.(${O[P.XRANGEIDENTIFIER]})(?:\\.(${O[P.XRANGEIDENTIFIER]})(?:${O[P.PRERELEASE]})?${O[P.BUILD]}?)?)?`);j("XRANGEPLAINLOOSE",`[v=\\s]*(${O[P.XRANGEIDENTIFIERLOOSE]})(?:\\.(${O[P.XRANGEIDENTIFIERLOOSE]})(?:\\.(${O[P.XRANGEIDENTIFIERLOOSE]})(?:${O[P.PRERELEASELOOSE]})?${O[P.BUILD]}?)?)?`);j("XRANGE",`^${O[P.GTLT]}\\s*${O[P.XRANGEPLAIN]}$`);j("XRANGELOOSE",`^${O[P.GTLT]}\\s*${O[P.XRANGEPLAINLOOSE]}$`);j("COERCE",`(^|[^\\d])(\\d{1,${zs}})(?:\\.(\\d{1,${zs}}))?(?:\\.(\\d{1,${zs}}))?(?:$|[^\\d])`);j("COERCERTL",O[P.COERCE],!0);j("LONETILDE","(?:~>?)");j("TILDETRIM",`(\\s*)${O[P.LONETILDE]}\\s+`,!0);Pt.tildeTrimReplace="$1~";j("TILDE",`^${O[P.LONETILDE]}${O[P.XRANGEPLAIN]}$`);j("TILDELOOSE",`^${O[P.LONETILDE]}${O[P.XRANGEPLAINLOOSE]}$`);j("LONECARET","(?:\\^)");j("CARETTRIM",`(\\s*)${O[P.LONECARET]}\\s+`,!0);Pt.caretTrimReplace="$1^";j("CARET",`^${O[P.LONECARET]}${O[P.XRANGEPLAIN]}$`);j("CARETLOOSE",`^${O[P.LONECARET]}${O[P.XRANGEPLAINLOOSE]}$`);j("COMPARATORLOOSE",`^${O[P.GTLT]}\\s*(${O[P.LOOSEPLAIN]})$|^$`);j("COMPARATOR",`^${O[P.GTLT]}\\s*(${O[P.FULLPLAIN]})$|^$`);j("COMPARATORTRIM",`(\\s*)${O[P.GTLT]}\\s*(${O[P.LOOSEPLAIN]}|${O[P.XRANGEPLAIN]})`,!0);Pt.comparatorTrimReplace="$1$2$3";j("HYPHENRANGE",`^\\s*(${O[P.XRANGEPLAIN]})\\s+-\\s+(${O[P.XRANGEPLAIN]})\\s*$`);j("HYPHENRANGELOOSE",`^\\s*(${O[P.XRANGEPLAINLOOSE]})\\s+-\\s+(${O[P.XRANGEPLAINLOOSE]})\\s*$`);j("STAR","(<|>)?=?\\s*\\*");j("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");j("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var Zr=_((ME,Vo)=>{var Rh=["includePrerelease","loose","rtl"],Ch=r=>r?typeof r!="object"?{loose:!0}:Rh.filter(e=>r[e]).reduce((e,t)=>(e[t]=!0,e),{}):{};Vo.exports=Ch});var zn=_((FE,Go)=>{var Ho=/^[0-9]+$/,Uo=(r,e)=>{let t=Ho.test(r),n=Ho.test(e);return t&&n&&(r=+r,e=+e),r===e?0:t&&!n?-1:n&&!t?1:r<e?-1:1},Nh=(r,e)=>Uo(e,r);Go.exports={compareIdentifiers:Uo,rcompareIdentifiers:Nh}});var ge=_((VE,Wo)=>{var Kn=Yr(),{MAX_LENGTH:zo,MAX_SAFE_INTEGER:Xn}=Jr(),{re:Ko,t:Xo}=Vt(),Ih=Zr(),{compareIdentifiers:mr}=zn(),De=class{constructor(e,t){if(t=Ih(t),e instanceof De){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid Version: ${e}`);if(e.length>zo)throw new TypeError(`version is longer than ${zo} characters`);Kn("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;let n=e.trim().match(t.loose?Ko[Xo.LOOSE]:Ko[Xo.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>Xn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Xn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Xn||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(s=>{if(/^[0-9]+$/.test(s)){let i=+s;if(i>=0&&i<Xn)return i}return s}):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(Kn("SemVer.compare",this.version,this.options,e),!(e instanceof De)){if(typeof e=="string"&&e===this.version)return 0;e=new De(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof De||(e=new De(e,this.options)),mr(this.major,e.major)||mr(this.minor,e.minor)||mr(this.patch,e.patch)}comparePre(e){if(e instanceof De||(e=new De(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{let n=this.prerelease[t],s=e.prerelease[t];if(Kn("prerelease compare",t,n,s),n===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(n===void 0)return-1;if(n===s)continue;return mr(n,s)}while(++t)}compareBuild(e){e instanceof De||(e=new De(e,this.options));let t=0;do{let n=this.build[t],s=e.build[t];if(Kn("prerelease compare",t,n,s),n===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(n===void 0)return-1;if(n===s)continue;return mr(n,s)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",t),this.inc("pre",t);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let n=this.prerelease.length;for(;--n>=0;)typeof this.prerelease[n]=="number"&&(this.prerelease[n]++,n=-2);n===-1&&this.prerelease.push(0)}t&&(mr(this.prerelease[0],t)===0?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}};Wo.exports=De});var Ht=_((HE,Zo)=>{var{MAX_LENGTH:Th}=Jr(),{re:Bo,t:Jo}=Vt(),Yo=ge(),Ah=Zr(),qh=(r,e)=>{if(e=Ah(e),r instanceof Yo)return r;if(typeof r!="string"||r.length>Th||!(e.loose?Bo[Jo.LOOSE]:Bo[Jo.FULL]).test(r))return null;try{return new Yo(r,e)}catch{return null}};Zo.exports=qh});var ec=_((UE,Qo)=>{var Dh=Ht(),jh=(r,e)=>{let t=Dh(r,e);return t?t.version:null};Qo.exports=jh});var rc=_((GE,tc)=>{var kh=Ht(),xh=(r,e)=>{let t=kh(r.trim().replace(/^[=v]+/,""),e);return t?t.version:null};tc.exports=xh});var ic=_((zE,sc)=>{var nc=ge(),Lh=(r,e,t,n)=>{typeof t=="string"&&(n=t,t=void 0);try{return new nc(r instanceof nc?r.version:r,t).inc(e,n).version}catch{return null}};sc.exports=Lh});var Ue=_((KE,oc)=>{var ac=ge(),Mh=(r,e,t)=>new ac(r,t).compare(new ac(e,t));oc.exports=Mh});var Wn=_((XE,cc)=>{var Fh=Ue(),Vh=(r,e,t)=>Fh(r,e,t)===0;cc.exports=Vh});var fc=_((WE,lc)=>{var uc=Ht(),Hh=Wn(),Uh=(r,e)=>{if(Hh(r,e))return null;{let t=uc(r),n=uc(e),s=t.prerelease.length||n.prerelease.length,i=s?"pre":"",a=s?"prerelease":"";for(let c in t)if((c==="major"||c==="minor"||c==="patch")&&t[c]!==n[c])return i+c;return a}};lc.exports=Uh});var hc=_((BE,dc)=>{var Gh=ge(),zh=(r,e)=>new Gh(r,e).major;dc.exports=zh});var mc=_((JE,pc)=>{var Kh=ge(),Xh=(r,e)=>new Kh(r,e).minor;pc.exports=Xh});var vc=_((YE,gc)=>{var Wh=ge(),Bh=(r,e)=>new Wh(r,e).patch;gc.exports=Bh});var yc=_((ZE,_c)=>{var Jh=Ht(),Yh=(r,e)=>{let t=Jh(r,e);return t&&t.prerelease.length?t.prerelease:null};_c.exports=Yh});var Ec=_((QE,$c)=>{var Zh=Ue(),Qh=(r,e,t)=>Zh(e,r,t);$c.exports=Qh});var bc=_((ew,wc)=>{var ep=Ue(),tp=(r,e)=>ep(r,e,!0);wc.exports=tp});var Bn=_((tw,Oc)=>{var Sc=ge(),rp=(r,e,t)=>{let n=new Sc(r,t),s=new Sc(e,t);return n.compare(s)||n.compareBuild(s)};Oc.exports=rp});var Rc=_((rw,Pc)=>{var np=Bn(),sp=(r,e)=>r.sort((t,n)=>np(t,n,e));Pc.exports=sp});var Nc=_((nw,Cc)=>{var ip=Bn(),ap=(r,e)=>r.sort((t,n)=>ip(n,t,e));Cc.exports=ap});var Qr=_((sw,Ic)=>{var op=Ue(),cp=(r,e,t)=>op(r,e,t)>0;Ic.exports=cp});var Jn=_((iw,Tc)=>{var up=Ue(),lp=(r,e,t)=>up(r,e,t)<0;Tc.exports=lp});var Ks=_((aw,Ac)=>{var fp=Ue(),dp=(r,e,t)=>fp(r,e,t)!==0;Ac.exports=dp});var Yn=_((ow,qc)=>{var hp=Ue(),pp=(r,e,t)=>hp(r,e,t)>=0;qc.exports=pp});var Zn=_((cw,Dc)=>{var mp=Ue(),gp=(r,e,t)=>mp(r,e,t)<=0;Dc.exports=gp});var Xs=_((uw,jc)=>{var vp=Wn(),_p=Ks(),yp=Qr(),$p=Yn(),Ep=Jn(),wp=Zn(),bp=(r,e,t,n)=>{switch(e){case"===":return typeof r=="object"&&(r=r.version),typeof t=="object"&&(t=t.version),r===t;case"!==":return typeof r=="object"&&(r=r.version),typeof t=="object"&&(t=t.version),r!==t;case"":case"=":case"==":return vp(r,t,n);case"!=":return _p(r,t,n);case">":return yp(r,t,n);case">=":return $p(r,t,n);case"<":return Ep(r,t,n);case"<=":return wp(r,t,n);default:throw new TypeError(`Invalid operator: ${e}`)}};jc.exports=bp});var xc=_((lw,kc)=>{var Sp=ge(),Op=Ht(),{re:Qn,t:es}=Vt(),Pp=(r,e)=>{if(r instanceof Sp)return r;if(typeof r=="number"&&(r=String(r)),typeof r!="string")return null;e=e||{};let t=null;if(!e.rtl)t=r.match(Qn[es.COERCE]);else{let n;for(;(n=Qn[es.COERCERTL].exec(r))&&(!t||t.index+t[0].length!==r.length);)(!t||n.index+n[0].length!==t.index+t[0].length)&&(t=n),Qn[es.COERCERTL].lastIndex=n.index+n[1].length+n[2].length;Qn[es.COERCERTL].lastIndex=-1}return t===null?null:Op(`${t[2]}.${t[3]||"0"}.${t[4]||"0"}`,e)};kc.exports=Pp});var Mc=_((fw,Lc)=>{"use strict";Lc.exports=function(r){r.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}});var Vc=_((dw,Fc)=>{"use strict";Fc.exports=X;X.Node=Ut;X.create=X;function X(r){var e=this;if(e instanceof X||(e=new X),e.tail=null,e.head=null,e.length=0,r&&typeof r.forEach=="function")r.forEach(function(s){e.push(s)});else if(arguments.length>0)for(var t=0,n=arguments.length;t<n;t++)e.push(arguments[t]);return e}X.prototype.removeNode=function(r){if(r.list!==this)throw new Error("removing node which does not belong to this list");var e=r.next,t=r.prev;return e&&(e.prev=t),t&&(t.next=e),r===this.head&&(this.head=e),r===this.tail&&(this.tail=t),r.list.length--,r.next=null,r.prev=null,r.list=null,e};X.prototype.unshiftNode=function(r){if(r!==this.head){r.list&&r.list.removeNode(r);var e=this.head;r.list=this,r.next=e,e&&(e.prev=r),this.head=r,this.tail||(this.tail=r),this.length++}};X.prototype.pushNode=function(r){if(r!==this.tail){r.list&&r.list.removeNode(r);var e=this.tail;r.list=this,r.prev=e,e&&(e.next=r),this.tail=r,this.head||(this.head=r),this.length++}};X.prototype.push=function(){for(var r=0,e=arguments.length;r<e;r++)Cp(this,arguments[r]);return this.length};X.prototype.unshift=function(){for(var r=0,e=arguments.length;r<e;r++)Np(this,arguments[r]);return this.length};X.prototype.pop=function(){if(!!this.tail){var r=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,r}};X.prototype.shift=function(){if(!!this.head){var r=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,r}};X.prototype.forEach=function(r,e){e=e||this;for(var t=this.head,n=0;t!==null;n++)r.call(e,t.value,n,this),t=t.next};X.prototype.forEachReverse=function(r,e){e=e||this;for(var t=this.tail,n=this.length-1;t!==null;n--)r.call(e,t.value,n,this),t=t.prev};X.prototype.get=function(r){for(var e=0,t=this.head;t!==null&&e<r;e++)t=t.next;if(e===r&&t!==null)return t.value};X.prototype.getReverse=function(r){for(var e=0,t=this.tail;t!==null&&e<r;e++)t=t.prev;if(e===r&&t!==null)return t.value};X.prototype.map=function(r,e){e=e||this;for(var t=new X,n=this.head;n!==null;)t.push(r.call(e,n.value,this)),n=n.next;return t};X.prototype.mapReverse=function(r,e){e=e||this;for(var t=new X,n=this.tail;n!==null;)t.push(r.call(e,n.value,this)),n=n.prev;return t};X.prototype.reduce=function(r,e){var t,n=this.head;if(arguments.length>1)t=e;else if(this.head)n=this.head.next,t=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=0;n!==null;s++)t=r(t,n.value,s),n=n.next;return t};X.prototype.reduceReverse=function(r,e){var t,n=this.tail;if(arguments.length>1)t=e;else if(this.tail)n=this.tail.prev,t=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=this.length-1;n!==null;s--)t=r(t,n.value,s),n=n.prev;return t};X.prototype.toArray=function(){for(var r=new Array(this.length),e=0,t=this.head;t!==null;e++)r[e]=t.value,t=t.next;return r};X.prototype.toArrayReverse=function(){for(var r=new Array(this.length),e=0,t=this.tail;t!==null;e++)r[e]=t.value,t=t.prev;return r};X.prototype.slice=function(r,e){e=e||this.length,e<0&&(e+=this.length),r=r||0,r<0&&(r+=this.length);var t=new X;if(e<r||e<0)return t;r<0&&(r=0),e>this.length&&(e=this.length);for(var n=0,s=this.head;s!==null&&n<r;n++)s=s.next;for(;s!==null&&n<e;n++,s=s.next)t.push(s.value);return t};X.prototype.sliceReverse=function(r,e){e=e||this.length,e<0&&(e+=this.length),r=r||0,r<0&&(r+=this.length);var t=new X;if(e<r||e<0)return t;r<0&&(r=0),e>this.length&&(e=this.length);for(var n=this.length,s=this.tail;s!==null&&n>e;n--)s=s.prev;for(;s!==null&&n>r;n--,s=s.prev)t.push(s.value);return t};X.prototype.splice=function(r,e,...t){r>this.length&&(r=this.length-1),r<0&&(r=this.length+r);for(var n=0,s=this.head;s!==null&&n<r;n++)s=s.next;for(var i=[],n=0;s&&n<e;n++)i.push(s.value),s=this.removeNode(s);s===null&&(s=this.tail),s!==this.head&&s!==this.tail&&(s=s.prev);for(var n=0;n<t.length;n++)s=Rp(this,s,t[n]);return i};X.prototype.reverse=function(){for(var r=this.head,e=this.tail,t=r;t!==null;t=t.prev){var n=t.prev;t.prev=t.next,t.next=n}return this.head=e,this.tail=r,this};function Rp(r,e,t){var n=e===r.head?new Ut(t,null,e,r):new Ut(t,e,e.next,r);return n.next===null&&(r.tail=n),n.prev===null&&(r.head=n),r.length++,n}function Cp(r,e){r.tail=new Ut(e,r.tail,null,r),r.head||(r.head=r.tail),r.length++}function Np(r,e){r.head=new Ut(e,null,r.head,r),r.tail||(r.tail=r.head),r.length++}function Ut(r,e,t,n){if(!(this instanceof Ut))return new Ut(r,e,t,n);this.list=n,this.value=r,e?(e.next=this,this.prev=e):this.prev=null,t?(t.prev=this,this.next=t):this.next=null}try{Mc()(X)}catch{}});var Kc=_((hw,zc)=>{"use strict";var Ip=Vc(),Gt=Symbol("max"),_t=Symbol("length"),gr=Symbol("lengthCalculator"),tn=Symbol("allowStale"),zt=Symbol("maxAge"),vt=Symbol("dispose"),Hc=Symbol("noDisposeOnSet"),fe=Symbol("lruList"),Be=Symbol("cache"),Gc=Symbol("updateAgeOnGet"),Ws=()=>1,Js=class{constructor(e){if(typeof e=="number"&&(e={max:e}),e||(e={}),e.max&&(typeof e.max!="number"||e.max<0))throw new TypeError("max must be a non-negative number");let t=this[Gt]=e.max||1/0,n=e.length||Ws;if(this[gr]=typeof n!="function"?Ws:n,this[tn]=e.stale||!1,e.maxAge&&typeof e.maxAge!="number")throw new TypeError("maxAge must be a number");this[zt]=e.maxAge||0,this[vt]=e.dispose,this[Hc]=e.noDisposeOnSet||!1,this[Gc]=e.updateAgeOnGet||!1,this.reset()}set max(e){if(typeof e!="number"||e<0)throw new TypeError("max must be a non-negative number");this[Gt]=e||1/0,en(this)}get max(){return this[Gt]}set allowStale(e){this[tn]=!!e}get allowStale(){return this[tn]}set maxAge(e){if(typeof e!="number")throw new TypeError("maxAge must be a non-negative number");this[zt]=e,en(this)}get maxAge(){return this[zt]}set lengthCalculator(e){typeof e!="function"&&(e=Ws),e!==this[gr]&&(this[gr]=e,this[_t]=0,this[fe].forEach(t=>{t.length=this[gr](t.value,t.key),this[_t]+=t.length})),en(this)}get lengthCalculator(){return this[gr]}get length(){return this[_t]}get itemCount(){return this[fe].length}rforEach(e,t){t=t||this;for(let n=this[fe].tail;n!==null;){let s=n.prev;Uc(this,e,n,t),n=s}}forEach(e,t){t=t||this;for(let n=this[fe].head;n!==null;){let s=n.next;Uc(this,e,n,t),n=s}}keys(){return this[fe].toArray().map(e=>e.key)}values(){return this[fe].toArray().map(e=>e.value)}reset(){this[vt]&&this[fe]&&this[fe].length&&this[fe].forEach(e=>this[vt](e.key,e.value)),this[Be]=new Map,this[fe]=new Ip,this[_t]=0}dump(){return this[fe].map(e=>ts(this,e)?!1:{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}).toArray().filter(e=>e)}dumpLru(){return this[fe]}set(e,t,n){if(n=n||this[zt],n&&typeof n!="number")throw new TypeError("maxAge must be a number");let s=n?Date.now():0,i=this[gr](t,e);if(this[Be].has(e)){if(i>this[Gt])return vr(this,this[Be].get(e)),!1;let u=this[Be].get(e).value;return this[vt]&&(this[Hc]||this[vt](e,u.value)),u.now=s,u.maxAge=n,u.value=t,this[_t]+=i-u.length,u.length=i,this.get(e),en(this),!0}let a=new Ys(e,t,i,s,n);return a.length>this[Gt]?(this[vt]&&this[vt](e,t),!1):(this[_t]+=a.length,this[fe].unshift(a),this[Be].set(e,this[fe].head),en(this),!0)}has(e){if(!this[Be].has(e))return!1;let t=this[Be].get(e).value;return!ts(this,t)}get(e){return Bs(this,e,!0)}peek(e){return Bs(this,e,!1)}pop(){let e=this[fe].tail;return e?(vr(this,e),e.value):null}del(e){vr(this,this[Be].get(e))}load(e){this.reset();let t=Date.now();for(let n=e.length-1;n>=0;n--){let s=e[n],i=s.e||0;if(i===0)this.set(s.k,s.v);else{let a=i-t;a>0&&this.set(s.k,s.v,a)}}}prune(){this[Be].forEach((e,t)=>Bs(this,t,!1))}},Bs=(r,e,t)=>{let n=r[Be].get(e);if(n){let s=n.value;if(ts(r,s)){if(vr(r,n),!r[tn])return}else t&&(r[Gc]&&(n.value.now=Date.now()),r[fe].unshiftNode(n));return s.value}},ts=(r,e)=>{if(!e||!e.maxAge&&!r[zt])return!1;let t=Date.now()-e.now;return e.maxAge?t>e.maxAge:r[zt]&&t>r[zt]},en=r=>{if(r[_t]>r[Gt])for(let e=r[fe].tail;r[_t]>r[Gt]&&e!==null;){let t=e.prev;vr(r,e),e=t}},vr=(r,e)=>{if(e){let t=e.value;r[vt]&&r[vt](t.key,t.value),r[_t]-=t.length,r[Be].delete(t.key),r[fe].removeNode(e)}},Ys=class{constructor(e,t,n,s,i){this.key=e,this.value=t,this.length=n,this.now=s,this.maxAge=i||0}},Uc=(r,e,t,n)=>{let s=t.value;ts(r,s)&&(vr(r,t),r[tn]||(s=void 0)),s&&e.call(n,s.value,s.key,r)};zc.exports=Js});var Ge=_((pw,Jc)=>{var Kt=class{constructor(e,t){if(t=Ap(t),e instanceof Kt)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new Kt(e.raw,t);if(e instanceof Zs)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split("||").map(n=>this.parseRange(n.trim())).filter(n=>n.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${e}`);if(this.set.length>1){let n=this.set[0];if(this.set=this.set.filter(s=>!Wc(s[0])),this.set.length===0)this.set=[n];else if(this.set.length>1){for(let s of this.set)if(s.length===1&&xp(s[0])){this.set=[s];break}}}this.format()}format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();let n=`parseRange:${Object.keys(this.options).join(",")}:${e}`,s=Xc.get(n);if(s)return s;let i=this.options.loose,a=i?Pe[Ee.HYPHENRANGELOOSE]:Pe[Ee.HYPHENRANGE];e=e.replace(a,Xp(this.options.includePrerelease)),ie("hyphen replace",e),e=e.replace(Pe[Ee.COMPARATORTRIM],Dp),ie("comparator trim",e),e=e.replace(Pe[Ee.TILDETRIM],jp),e=e.replace(Pe[Ee.CARETTRIM],kp),e=e.split(/\s+/).join(" ");let c=e.split(" ").map(d=>Lp(d,this.options)).join(" ").split(/\s+/).map(d=>Kp(d,this.options));i&&(c=c.filter(d=>(ie("loose invalid filter",d,this.options),!!d.match(Pe[Ee.COMPARATORLOOSE])))),ie("range list",c);let u=new Map,o=c.map(d=>new Zs(d,this.options));for(let d of o){if(Wc(d))return[d];u.set(d.value,d)}u.size>1&&u.has("")&&u.delete("");let l=[...u.values()];return Xc.set(n,l),l}intersects(e,t){if(!(e instanceof Kt))throw new TypeError("a Range is required");return this.set.some(n=>Bc(n,t)&&e.set.some(s=>Bc(s,t)&&n.every(i=>s.every(a=>i.intersects(a,t)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new qp(e,this.options)}catch{return!1}for(let t=0;t<this.set.length;t++)if(Wp(this.set[t],e,this.options))return!0;return!1}};Jc.exports=Kt;var Tp=Kc(),Xc=new Tp({max:1e3}),Ap=Zr(),Zs=rn(),ie=Yr(),qp=ge(),{re:Pe,t:Ee,comparatorTrimReplace:Dp,tildeTrimReplace:jp,caretTrimReplace:kp}=Vt(),Wc=r=>r.value==="<0.0.0-0",xp=r=>r.value==="",Bc=(r,e)=>{let t=!0,n=r.slice(),s=n.pop();for(;t&&n.length;)t=n.every(i=>s.intersects(i,e)),s=n.pop();return t},Lp=(r,e)=>(ie("comp",r,e),r=Vp(r,e),ie("caret",r),r=Mp(r,e),ie("tildes",r),r=Up(r,e),ie("xrange",r),r=zp(r,e),ie("stars",r),r),we=r=>!r||r.toLowerCase()==="x"||r==="*",Mp=(r,e)=>r.trim().split(/\s+/).map(t=>Fp(t,e)).join(" "),Fp=(r,e)=>{let t=e.loose?Pe[Ee.TILDELOOSE]:Pe[Ee.TILDE];return r.replace(t,(n,s,i,a,c)=>{ie("tilde",r,n,s,i,a,c);let u;return we(s)?u="":we(i)?u=`>=${s}.0.0 <${+s+1}.0.0-0`:we(a)?u=`>=${s}.${i}.0 <${s}.${+i+1}.0-0`:c?(ie("replaceTilde pr",c),u=`>=${s}.${i}.${a}-${c} <${s}.${+i+1}.0-0`):u=`>=${s}.${i}.${a} <${s}.${+i+1}.0-0`,ie("tilde return",u),u})},Vp=(r,e)=>r.trim().split(/\s+/).map(t=>Hp(t,e)).join(" "),Hp=(r,e)=>{ie("caret",r,e);let t=e.loose?Pe[Ee.CARETLOOSE]:Pe[Ee.CARET],n=e.includePrerelease?"-0":"";return r.replace(t,(s,i,a,c,u)=>{ie("caret",r,s,i,a,c,u);let o;return we(i)?o="":we(a)?o=`>=${i}.0.0${n} <${+i+1}.0.0-0`:we(c)?i==="0"?o=`>=${i}.${a}.0${n} <${i}.${+a+1}.0-0`:o=`>=${i}.${a}.0${n} <${+i+1}.0.0-0`:u?(ie("replaceCaret pr",u),i==="0"?a==="0"?o=`>=${i}.${a}.${c}-${u} <${i}.${a}.${+c+1}-0`:o=`>=${i}.${a}.${c}-${u} <${i}.${+a+1}.0-0`:o=`>=${i}.${a}.${c}-${u} <${+i+1}.0.0-0`):(ie("no pr"),i==="0"?a==="0"?o=`>=${i}.${a}.${c}${n} <${i}.${a}.${+c+1}-0`:o=`>=${i}.${a}.${c}${n} <${i}.${+a+1}.0-0`:o=`>=${i}.${a}.${c} <${+i+1}.0.0-0`),ie("caret return",o),o})},Up=(r,e)=>(ie("replaceXRanges",r,e),r.split(/\s+/).map(t=>Gp(t,e)).join(" ")),Gp=(r,e)=>{r=r.trim();let t=e.loose?Pe[Ee.XRANGELOOSE]:Pe[Ee.XRANGE];return r.replace(t,(n,s,i,a,c,u)=>{ie("xRange",r,n,s,i,a,c,u);let o=we(i),l=o||we(a),d=l||we(c),y=d;return s==="="&&y&&(s=""),u=e.includePrerelease?"-0":"",o?s===">"||s==="<"?n="<0.0.0-0":n="*":s&&y?(l&&(a=0),c=0,s===">"?(s=">=",l?(i=+i+1,a=0,c=0):(a=+a+1,c=0)):s==="<="&&(s="<",l?i=+i+1:a=+a+1),s==="<"&&(u="-0"),n=`${s+i}.${a}.${c}${u}`):l?n=`>=${i}.0.0${u} <${+i+1}.0.0-0`:d&&(n=`>=${i}.${a}.0${u} <${i}.${+a+1}.0-0`),ie("xRange return",n),n})},zp=(r,e)=>(ie("replaceStars",r,e),r.trim().replace(Pe[Ee.STAR],"")),Kp=(r,e)=>(ie("replaceGTE0",r,e),r.trim().replace(Pe[e.includePrerelease?Ee.GTE0PRE:Ee.GTE0],"")),Xp=r=>(e,t,n,s,i,a,c,u,o,l,d,y,m)=>(we(n)?t="":we(s)?t=`>=${n}.0.0${r?"-0":""}`:we(i)?t=`>=${n}.${s}.0${r?"-0":""}`:a?t=`>=${t}`:t=`>=${t}${r?"-0":""}`,we(o)?u="":we(l)?u=`<${+o+1}.0.0-0`:we(d)?u=`<${o}.${+l+1}.0-0`:y?u=`<=${o}.${l}.${d}-${y}`:r?u=`<${o}.${l}.${+d+1}-0`:u=`<=${u}`,`${t} ${u}`.trim()),Wp=(r,e,t)=>{for(let n=0;n<r.length;n++)if(!r[n].test(e))return!1;if(e.prerelease.length&&!t.includePrerelease){for(let n=0;n<r.length;n++)if(ie(r[n].semver),r[n].semver!==Zs.ANY&&r[n].semver.prerelease.length>0){let s=r[n].semver;if(s.major===e.major&&s.minor===e.minor&&s.patch===e.patch)return!0}return!1}return!0}});var rn=_((mw,tu)=>{var nn=Symbol("SemVer ANY"),_r=class{static get ANY(){return nn}constructor(e,t){if(t=Bp(t),e instanceof _r){if(e.loose===!!t.loose)return e;e=e.value}ei("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===nn?this.value="":this.value=this.operator+this.semver.version,ei("comp",this)}parse(e){let t=this.options.loose?Yc[Zc.COMPARATORLOOSE]:Yc[Zc.COMPARATOR],n=e.match(t);if(!n)throw new TypeError(`Invalid comparator: ${e}`);this.operator=n[1]!==void 0?n[1]:"",this.operator==="="&&(this.operator=""),n[2]?this.semver=new Qc(n[2],this.options.loose):this.semver=nn}toString(){return this.value}test(e){if(ei("Comparator.test",e,this.options.loose),this.semver===nn||e===nn)return!0;if(typeof e=="string")try{e=new Qc(e,this.options)}catch{return!1}return Qs(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof _r))throw new TypeError("a Comparator is required");if((!t||typeof t!="object")&&(t={loose:!!t,includePrerelease:!1}),this.operator==="")return this.value===""?!0:new eu(e.value,t).test(this.value);if(e.operator==="")return e.value===""?!0:new eu(this.value,t).test(e.semver);let n=(this.operator===">="||this.operator===">")&&(e.operator===">="||e.operator===">"),s=(this.operator==="<="||this.operator==="<")&&(e.operator==="<="||e.operator==="<"),i=this.semver.version===e.semver.version,a=(this.operator===">="||this.operator==="<=")&&(e.operator===">="||e.operator==="<="),c=Qs(this.semver,"<",e.semver,t)&&(this.operator===">="||this.operator===">")&&(e.operator==="<="||e.operator==="<"),u=Qs(this.semver,">",e.semver,t)&&(this.operator==="<="||this.operator==="<")&&(e.operator===">="||e.operator===">");return n||s||i&&a||c||u}};tu.exports=_r;var Bp=Zr(),{re:Yc,t:Zc}=Vt(),Qs=Xs(),ei=Yr(),Qc=ge(),eu=Ge()});var sn=_((gw,ru)=>{var Jp=Ge(),Yp=(r,e,t)=>{try{e=new Jp(e,t)}catch{return!1}return e.test(r)};ru.exports=Yp});var su=_((vw,nu)=>{var Zp=Ge(),Qp=(r,e)=>new Zp(r,e).set.map(t=>t.map(n=>n.value).join(" ").trim().split(" "));nu.exports=Qp});var au=_((_w,iu)=>{var em=ge(),tm=Ge(),rm=(r,e,t)=>{let n=null,s=null,i=null;try{i=new tm(e,t)}catch{return null}return r.forEach(a=>{i.test(a)&&(!n||s.compare(a)===-1)&&(n=a,s=new em(n,t))}),n};iu.exports=rm});var cu=_((yw,ou)=>{var nm=ge(),sm=Ge(),im=(r,e,t)=>{let n=null,s=null,i=null;try{i=new sm(e,t)}catch{return null}return r.forEach(a=>{i.test(a)&&(!n||s.compare(a)===1)&&(n=a,s=new nm(n,t))}),n};ou.exports=im});var fu=_(($w,lu)=>{var ti=ge(),am=Ge(),uu=Qr(),om=(r,e)=>{r=new am(r,e);let t=new ti("0.0.0");if(r.test(t)||(t=new ti("0.0.0-0"),r.test(t)))return t;t=null;for(let n=0;n<r.set.length;++n){let s=r.set[n],i=null;s.forEach(a=>{let c=new ti(a.semver.version);switch(a.operator){case">":c.prerelease.length===0?c.patch++:c.prerelease.push(0),c.raw=c.format();case"":case">=":(!i||uu(c,i))&&(i=c);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${a.operator}`)}}),i&&(!t||uu(t,i))&&(t=i)}return t&&r.test(t)?t:null};lu.exports=om});var hu=_((Ew,du)=>{var cm=Ge(),um=(r,e)=>{try{return new cm(r,e).range||"*"}catch{return null}};du.exports=um});var rs=_((ww,vu)=>{var lm=ge(),gu=rn(),{ANY:fm}=gu,dm=Ge(),hm=sn(),pu=Qr(),mu=Jn(),pm=Zn(),mm=Yn(),gm=(r,e,t,n)=>{r=new lm(r,n),e=new dm(e,n);let s,i,a,c,u;switch(t){case">":s=pu,i=pm,a=mu,c=">",u=">=";break;case"<":s=mu,i=mm,a=pu,c="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(hm(r,e,n))return!1;for(let o=0;o<e.set.length;++o){let l=e.set[o],d=null,y=null;if(l.forEach(m=>{m.semver===fm&&(m=new gu(">=0.0.0")),d=d||m,y=y||m,s(m.semver,d.semver,n)?d=m:a(m.semver,y.semver,n)&&(y=m)}),d.operator===c||d.operator===u||(!y.operator||y.operator===c)&&i(r,y.semver))return!1;if(y.operator===u&&a(r,y.semver))return!1}return!0};vu.exports=gm});var yu=_((bw,_u)=>{var vm=rs(),_m=(r,e,t)=>vm(r,e,">",t);_u.exports=_m});var Eu=_((Sw,$u)=>{var ym=rs(),$m=(r,e,t)=>ym(r,e,"<",t);$u.exports=$m});var Su=_((Ow,bu)=>{var wu=Ge(),Em=(r,e,t)=>(r=new wu(r,t),e=new wu(e,t),r.intersects(e));bu.exports=Em});var Pu=_((Pw,Ou)=>{var wm=sn(),bm=Ue();Ou.exports=(r,e,t)=>{let n=[],s=null,i=null,a=r.sort((l,d)=>bm(l,d,t));for(let l of a)wm(l,e,t)?(i=l,s||(s=l)):(i&&n.push([s,i]),i=null,s=null);s&&n.push([s,null]);let c=[];for(let[l,d]of n)l===d?c.push(l):!d&&l===a[0]?c.push("*"):d?l===a[0]?c.push(`<=${d}`):c.push(`${l} - ${d}`):c.push(`>=${l}`);let u=c.join(" || "),o=typeof e.raw=="string"?e.raw:String(e);return u.length<o.length?u:e}});var Tu=_((Rw,Iu)=>{var Ru=Ge(),ns=rn(),{ANY:ri}=ns,an=sn(),ni=Ue(),Sm=(r,e,t={})=>{if(r===e)return!0;r=new Ru(r,t),e=new Ru(e,t);let n=!1;e:for(let s of r.set){for(let i of e.set){let a=Om(s,i,t);if(n=n||a!==null,a)continue e}if(n)return!1}return!0},Om=(r,e,t)=>{if(r===e)return!0;if(r.length===1&&r[0].semver===ri){if(e.length===1&&e[0].semver===ri)return!0;t.includePrerelease?r=[new ns(">=0.0.0-0")]:r=[new ns(">=0.0.0")]}if(e.length===1&&e[0].semver===ri){if(t.includePrerelease)return!0;e=[new ns(">=0.0.0")]}let n=new Set,s,i;for(let m of r)m.operator===">"||m.operator===">="?s=Cu(s,m,t):m.operator==="<"||m.operator==="<="?i=Nu(i,m,t):n.add(m.semver);if(n.size>1)return null;let a;if(s&&i){if(a=ni(s.semver,i.semver,t),a>0)return null;if(a===0&&(s.operator!==">="||i.operator!=="<="))return null}for(let m of n){if(s&&!an(m,String(s),t)||i&&!an(m,String(i),t))return null;for(let $ of e)if(!an(m,String($),t))return!1;return!0}let c,u,o,l,d=i&&!t.includePrerelease&&i.semver.prerelease.length?i.semver:!1,y=s&&!t.includePrerelease&&s.semver.prerelease.length?s.semver:!1;d&&d.prerelease.length===1&&i.operator==="<"&&d.prerelease[0]===0&&(d=!1);for(let m of e){if(l=l||m.operator===">"||m.operator===">=",o=o||m.operator==="<"||m.operator==="<=",s){if(y&&m.semver.prerelease&&m.semver.prerelease.length&&m.semver.major===y.major&&m.semver.minor===y.minor&&m.semver.patch===y.patch&&(y=!1),m.operator===">"||m.operator===">="){if(c=Cu(s,m,t),c===m&&c!==s)return!1}else if(s.operator===">="&&!an(s.semver,String(m),t))return!1}if(i){if(d&&m.semver.prerelease&&m.semver.prerelease.length&&m.semver.major===d.major&&m.semver.minor===d.minor&&m.semver.patch===d.patch&&(d=!1),m.operator==="<"||m.operator==="<="){if(u=Nu(i,m,t),u===m&&u!==i)return!1}else if(i.operator==="<="&&!an(i.semver,String(m),t))return!1}if(!m.operator&&(i||s)&&a!==0)return!1}return!(s&&o&&!i&&a!==0||i&&l&&!s&&a!==0||y||d)},Cu=(r,e,t)=>{if(!r)return e;let n=ni(r.semver,e.semver,t);return n>0?r:n<0||e.operator===">"&&r.operator===">="?e:r},Nu=(r,e,t)=>{if(!r)return e;let n=ni(r.semver,e.semver,t);return n<0?r:n>0||e.operator==="<"&&r.operator==="<="?e:r};Iu.exports=Sm});var qu=_((Cw,Au)=>{var si=Vt();Au.exports={re:si.re,src:si.src,tokens:si.t,SEMVER_SPEC_VERSION:Jr().SEMVER_SPEC_VERSION,SemVer:ge(),compareIdentifiers:zn().compareIdentifiers,rcompareIdentifiers:zn().rcompareIdentifiers,parse:Ht(),valid:ec(),clean:rc(),inc:ic(),diff:fc(),major:hc(),minor:mc(),patch:vc(),prerelease:yc(),compare:Ue(),rcompare:Ec(),compareLoose:bc(),compareBuild:Bn(),sort:Rc(),rsort:Nc(),gt:Qr(),lt:Jn(),eq:Wn(),neq:Ks(),gte:Yn(),lte:Zn(),cmp:Xs(),coerce:xc(),Comparator:rn(),Range:Ge(),satisfies:sn(),toComparators:su(),maxSatisfying:au(),minSatisfying:cu(),minVersion:fu(),validRange:hu(),outside:rs(),gtr:yu(),ltr:Eu(),intersects:Su(),simplifyRange:Pu(),subset:Tu()}});var yt=_(je=>{"use strict";var Pm=je&&je.__createBinding||(Object.create?function(r,e,t,n){n===void 0&&(n=t);var s=Object.getOwnPropertyDescriptor(e,t);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,n,s)}:function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]}),Rm=je&&je.__setModuleDefault||(Object.create?function(r,e){Object.defineProperty(r,"default",{enumerable:!0,value:e})}:function(r,e){r.default=e}),Cm=je&&je.__importStar||function(r){if(r&&r.__esModule)return r;var e={};if(r!=null)for(var t in r)t!=="default"&&Object.prototype.hasOwnProperty.call(r,t)&&Pm(e,r,t);return Rm(e,r),e},Du=je&&je.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(je,"__esModule",{value:!0});je.getCoreVersion=void 0;var ju=Du(require("path")),ku=Du(require("fs")),ii=Cm(require("@serverless-devs/core")),Nm=qu(),xu=ju.default.join(ii.getRootHome(),"cache","core"),ai=ju.default.join(xu,"package.json");function Im(){if(ku.default.existsSync(ai)){var r=require("@serverless-devs/core/package.json").version,e=Lu();return Nm.gt(e,r)?require(xu):ii}return ii}function Lu(){return ku.default.existsSync(ai)?require(ai).version:void 0}je.getCoreVersion=Lu;je.default=Im()});var ui=_(Re=>{"use strict";var Tm=Re&&Re.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(d){a(d)}}function u(l){try{o(n.throw(l))}catch(d){a(d)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},Am=Re&&Re.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},Mu=Re&&Re.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Re,"__esModule",{value:!0});Re.handlerProfileFile=Re.getConfig=Re.setConfig=void 0;var Fu=Mu(require("path")),ci=Mu(yt()),at=ci.default.fse,ss=ci.default.jsyaml,oi=ci.default.getRootHome;function qm(r){var e=Hu();at.writeFileSync(e,ss.dump(r))}function Vu(){var r=Hu();if(!at.existsSync(r))return{};try{var e=ss.load(at.readFileSync(r,"utf8"))||{};return e}catch(t){throw t}}function Hu(){var r=Fu.default.join(oi(),"set-config.yml");return at.existsSync(r)||at.createFileSync(r),r}function Dm(r,e){var t=Vu();t[r]=e,qm(t)}Re.setConfig=Dm;function jm(r,e){var t=Vu();return t[r]||e}Re.getConfig=jm;function km(r){return Tm(this,void 0,void 0,function(){var e,t,n,s,i,a,c;return Am(this,function(u){switch(u.label){case 0:if(e=r.filePath||"set-config.yml",t=Fu.default.join(oi(),e),n=at.existsSync(t),s={},n)return[3,5];i=oi(),u.label=1;case 1:return u.trys.push([1,2,,4]),at.statSync(i),[3,4];case 2:return a=u.sent(),[4,at.mkdirSync(i)];case 3:return u.sent(),[3,4];case 4:return[3,6];case 5:try{s=ss.load(at.readFileSync(t,"utf8"))||{}}catch(o){throw o}u.label=6;case 6:return r.read?[2,s]:(c=r.configKey||"",s[c]=r.data,[4,at.writeFileSync(t,ss.dump(s))]);case 7:return u.sent(),[2,s]}})})}Re.handlerProfileFile=km});var Uu=_((Tw,xm)=>{xm.exports={name:"@serverless-devs/s",version:"2.0.104",description:"Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.",homepage:"https://www.serverless-devs.com",keywords:["serverless","alibaba","tencent","azure","baidu","huawei","google","function","faas","serverless-devs"],publishConfig:{access:"public",registry:"https://registry.npmjs.org"},license:"MIT",repository:{type:"git",url:"https://github.com/Serverless-Devs/Serverless-Devs"},bugs:{url:"https://github.com/Serverless-Devs/Serverless-Devs/issues"},scripts:{start:"npm run watch",prewatch:"rm -rf lib/* && cp -r ./src/daemon ./lib",watch:"tsc -w",test:"jest test/special-command.test",prebuild:"rm -rf lib/*",build:"tsc && cp -r ./src/daemon ./lib",postbuild:"./shell/postbuild.sh","test:cov":"jest --coverage",lint:"npm run typecheck && f2elint scan -i src",fix:"f2elint fix",typecheck:"npx tsc -p tsconfig.json --noEmit",update:"rm -rf yarn.lock && rm -rf package-lock.json && rm -rf node_modules && yarn",beta:"npm publish --tag=beta"},main:"./lib/index.js",bin:{s:"bin/s"},devDependencies:{"@serverless-devs/commander":"^6.0.0","@types/jest":"^27.4.0","@types/node":"^14.0.23","@typescript-eslint/eslint-plugin":"^4.14.1","@typescript-eslint/parser":"^4.14.1",ajv:"^8.10.0","babel-eslint":"^10.1.0",boxen:"^5.0.0",dotenv:"^10.0.0",esbuild:"^0.14.0",eslint:"^7.7.0","eslint-config-prettier":"^7.2.0","eslint-plugin-import":"^2.20.1","eslint-plugin-prettier":"^3.1.2",husky:"^4.2.3",inquirer:"8.2.0","inquirer-autocomplete-prompt":"^1.3.0",jest:"^27.4.7","latest-version":"^5.1.0","lint-staged":"^10.0.8","os-locale":"5.0.0",prettier:"^2.2.1",semver:"^7.3.5","semver-diff":"^3.1.1","ts-jest":"^27.1.3","ts-node":"^9.1.1",typescript:"^4.1.3"},"lint-staged":{"**/*.{js,jsx,ts}":"f2elint exec eslint"},dependencies:{"@serverless-devs/core":"latest"}}});var is=_(C=>{"use strict";var Lm=C&&C.__createBinding||(Object.create?function(r,e,t,n){n===void 0&&(n=t);var s=Object.getOwnPropertyDescriptor(e,t);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,n,s)}:function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]}),Mm=C&&C.__setModuleDefault||(Object.create?function(r,e){Object.defineProperty(r,"default",{enumerable:!0,value:e})}:function(r,e){r.default=e}),Fm=C&&C.__importStar||function(r){if(r&&r.__esModule)return r;var e={};if(r!=null)for(var t in r)t!=="default"&&Object.prototype.hasOwnProperty.call(r,t)&&Lm(e,r,t);return Mm(e,r),e},yr=C&&C.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(d){a(d)}}function u(l){try{o(n.throw(l))}catch(d){a(d)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},$r=C&&C.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},fi=C&&C.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(C,"__esModule",{value:!0});C.specifyServiceHelp=C.getTempCommandStr=C.emoji=C.mark=C.replaceTemplate=C.replaceFun=C.getLang=C.printn=C.getFolderSize=C.getVersion=C.getPid=C.aiRequest=C.getCredentialWithAll=C.getCredentialWithExisted=C.getProcessArgv=C.bgRed=C.yellow=C.red=void 0;var Vm=fi(require("path")),on=fi(require("fs")),Hm=fi(require("os")),ve=Fm(yt()),Um=ui(),Gu=Uu(),Er=ve.default.colors,Gm=ve.default.got,zm=ve.default.getMAC,Km=ve.default.isDocker,Xm=ve.default.isCiCdEnv,Rt=ve.default.lodash,zu=ve.default.publishHelp,Wm=Rt.get,Bm=Rt.trim,Jm=Rt.assign,Ym=Rt.filter,Ku=Rt.includes,Zm=Rt.omit,Qm=Rt.isPlainObject,eg=Rt.isEmpty,tg=Er.underline,rg=Er.bold;C.red=Er.hex("#fd5750");C.yellow=Er.hex("#F3F99D");C.bgRed=Er.hex("#000").bgHex("#fd5750");var ng=function(){var r=process.env.serverless_devs_temp_argv;try{var e=JSON.parse(r),t=ve.default.getGlobalArgs(e);return process.argv=process.argv.slice(0,2).concat(t._argsObj),Jm({},t,{noHelpArgv:process.argv.slice(0,2).concat(Ym(t._argsObj,function(n){return!Ku(["-h","--help"],n)}))})}catch{return{}}};C.getProcessArgv=ng;var sg=function(r){return yr(void 0,void 0,void 0,function(){var e,t;return $r(this,function(n){switch(n.label){case 0:return[4,ve.default.getCredentialAliasList()];case 1:return e=n.sent(),Ku(e,r)?[4,ve.default.getCredential(r)]:[3,3];case 2:return t=n.sent(),[2,t];case 3:return[2]}})})};C.getCredentialWithExisted=sg;var ig=function(){return yr(void 0,void 0,void 0,function(){var r,e,t,n,s,i;return $r(this,function(a){switch(a.label){case 0:return[4,ve.default.getCredentialAliasList()];case 1:if(r=a.sent(),!(r.length>0))return[3,6];e={},t=0,n=r,a.label=2;case 2:return t<n.length?(s=n[t],[4,ve.default.getCredential(s)]):[3,5];case 3:i=a.sent(),e[i.Alias]=Zm(i,"Alias"),a.label=4;case 4:return t++,[3,2];case 5:return[2,e];case 6:return[2]}})})};C.getCredentialWithAll=ig;var ag=function(r,e){return e===void 0&&(e="unknow"),yr(void 0,void 0,void 0,function(){var t,n,s,i;return $r(this,function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),t=(0,Um.getConfig)("analysis"),t!=="enable"?[2]:Km()||Xm()?[2]:[4,Gm("http://qaapis.devsapp.cn/apis/v1/search?category=".concat(e,"&code=TypeError&s=").concat(r),{timeout:2e3,json:!0})];case 1:return n=a.sent(),s=Wm(n.body,"shorturl"),s&&console.log(`AI Tips:
|
|
16
|
+
You can try to solve the problem through: `.concat(Er.underline(s),`
|
|
17
|
+
`)),[3,3];case 2:return i=a.sent(),[3,3];case 3:return[2]}})})};C.aiRequest=ag;var og=function(){try{return zm().replace(/:/g,"")}catch{return"unknown"}};C.getPid=og;function cg(){var r=(0,ve.getCoreVersion)(),e=["".concat(Gu.name,": ").concat(Gu.version),r?"core: ".concat(r):void 0,"s-home: ".concat(ve.default.getRootHome()),"".concat(process.platform,"-").concat(process.arch),"node-".concat(process.version)];return e.filter(function(t){return t}).join(", ")}C.getVersion=cg;function ug(r){return yr(this,void 0,void 0,function(){function e(s){return yr(this,void 0,void 0,function(){var i,a;return $r(this,function(c){switch(c.label){case 0:return i=on.default.lstatSync(s),typeof i!="object"?[2]:(t.set(i.ino,i.size),i.isDirectory()?(a=on.default.readdirSync(s),typeof a!="object"?[2]:[4,Promise.all(a.map(function(u){return e(Vm.default.join(s,u))}))]):[3,2]);case 1:c.sent(),c.label=2;case 2:return[2]}})})}var t,n;return $r(this,function(s){switch(s.label){case 0:return t=new Map,[4,e(r)];case 1:return s.sent(),n=Array.from(t.values()).reduce(function(i,a){return i+a},0),[2,n]}})})}C.getFolderSize=ug;function lg(r,e){e===void 0&&(e=" ");for(var t="",n=0;n<r;n++)t=t+e;return t}C.printn=lg;function fg(){return"en"}C.getLang=fg;function Xu(r,e){var t=/\{\{(.*?)\}\}/g,n=r.match(t);if(n)for(var s=0;s<n.length;s++){var i=n[s].replace(/{{|}}/g,""),a=Bm(i.split("|")[0]);e[a]&&(r=r.replace(n[s],e[a]))}return r}C.replaceFun=Xu;function dg(r,e){r.forEach(function(t){if(on.default.existsSync(t)){var n=on.default.readFileSync(t,"utf-8"),s=Xu(n,e);on.default.writeFileSync(t,s,"utf-8")}})}C.replaceTemplate=dg;function hg(r){if(!r)return r;var e=r.slice(-4);return"***********".concat(e)}C.mark=hg;function li(r,e){return Hm.default.platform()==="win32"?e||"\u25C6":"".concat(r," ")}C.emoji=li;function Wu(r,e){var t=r.length,n=new Array(e-t).fill(" ");return"".concat(r).concat(n.join("")," : ")}C.getTempCommandStr=Wu;function pg(r){return yr(this,void 0,void 0,function(){var e,t,n,s,i,c,a,c;return $r(this,function(u){switch(u.label){case 0:return[4,ve.default.getYamlContent(r)];case 1:if(e=u.sent(),console.log(`
|
|
18
|
+
`.concat(li("\u{1F680}")," ").concat(e.Name,"@").concat(e.Version,": ").concat(e.Description,`
|
|
19
|
+
`)),t=e.Commands,t){n=zu.maxLen(t),s=[],i={};for(c in t)a=t[c],Qm(a)?s.push(zu.helpInfo(a,tg(rg(c)),n,4)):i[c]=a;if(s.length>0&&console.log(s.join(`
|
|
20
|
+
`)),!eg(i)){for(c in i)console.log(" ".concat(Wu(c,n)," ").concat(i[c]));console.log("")}console.log(e.HomePage?" ".concat(li("\u{1F9ED}")," ").concat(ve.default.makeUnderLine("More information: "+e.HomePage)," ")+`
|
|
21
|
+
`:"")}return[2]}})})}C.specifyServiceHelp=pg});var Bu=_(di=>{"use strict";Object.defineProperty(di,"__esModule",{value:!0});di.default={clean_up_the_environment:"\u6E05\u7406\u73AF\u5883",display_help_for_command:"\u663E\u793A\u547D\u4EE4\u5E2E\u52A9",remove_components:"\u5220\u9664\u7EC4\u4EF6",delete_the_file_under_the_cache:"\u5220\u9664\u7F13\u5B58\u91CC\u7684\u7684<dirname>\u6587\u4EF6",record_your_log_information:"\u662F\u5426\u8BB0\u5F55\u60A8\u7684\u65E5\u5FD7\u4FE1\u606F\uFF1F",init_pproject_deploy_tip:"\u662F\u5426\u7ACB\u5373\u90E8\u7F72\u8BE5\u9879\u76EE\uFF1F",tip_for_a_serverless_project:"\u68C0\u6D4B\u5230\u5F53\u524D\u76EE\u5F55\u4E0B\u5DF2\u5B58\u5728\u4E00\u4E2AServerless-Devs\u9879\u76EE\uFF0C\u8BF7\u901A\u8FC7 's deploy' \u8FDB\u884C\u90E8\u7F72\u6216\u901A\u8FC7 's -h' \u83B7\u53D6\u66F4\u591A\u4FE1\u606F",create_a_new_project:"\u672A\u68C0\u6D4B\u5230 Serverless-Devs \u9879\u76EE\uFF0C\u662F\u5426\u65B0\u5EFA\u4E00\u4E2A\u9879\u76EE\uFF1F",en:"English (en)",zh:"\u4E2D\u6587 (zh)",select_current_language:"\u8BF7\u9009\u62E9\u5F53\u524D\u8BED\u8A00","app-tip":"\u8BF7\u9009\u62E9\u60A8\u5E0C\u671B\u521B\u5EFA\u7684 Serverless-Devs \u5E94\u7528","template-tip":"\u8BF7\u9009\u62E9\u60A8\u559C\u6B22\u7684\u6A21\u7248","fc-runtime-starter":"fc-runtime-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A FC \u51FD\u6570","fc-custom-container-stater":"fc-custom-container-stater - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A custom-container \u5E94\u7528",web:"web-framework-stater - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A Web \u6846\u67B6","static-site":"static-website-stater - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u9759\u6001\u7F51\u7AD9","best-practice":"serverless-best-practice - \u5FEB\u901F\u4F53\u9A8C Serverless \u6700\u4F73\u5B9E\u8DF5","devs-template":"Serverless Devs \u5F00\u53D1\u6A21\u677F","fc-http-nodejs":"fc-http-nodejs - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A nodejs12 \u51FD\u6570","fc-http-python":"fc-http-python - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A python3 \u51FD\u6570","fc-http-java":"fc-http-java - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A java8 \u51FD\u6570","fc-custom-container-event-python3":"fc-custom-container-event-python3 - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7\u4E8B\u4EF6\u89E6\u53D1\u7684 python3 \u5E94\u7528","fc-custom-container-event-cpp":"fc-custom-container-event-cpp - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7\u4E8B\u4EF6\u89E6\u53D1\u7684 cpp \u5E94\u7528","fc-custom-container-http-springboot":"fc-custom-container-http-springboot - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7 HTTP \u8BF7\u6C42\u89E6\u53D1\u7684 springboot \u5E94\u7528","fc-custom-container-http-aspdotnetcore":"fc-custom-container-http-aspdotnetcore - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u901A\u8FC7 HTTP \u8BF7\u6C42\u89E6\u53D1\u7684 aspdotnetcore \u5E94\u7528","express-starter":"express-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A express \u57FA\u7840\u5E94\u7528","koa-starter":"koa-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A koa \u57FA\u7840\u5E94\u7528","nuxtjs-starter":"nuxtjs-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A nuxtjs \u57FA\u7840\u5E94\u7528","eggjs-starter":"eggjs-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A eggjs \u57FA\u7840\u5E94\u7528","flask-starter":"flask-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A flask \u57FA\u7840\u5E94\u7528","SpringBoot-starter":"SpringBoot-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A SpringBoot \u57FA\u7840\u5E94\u7528","Zblog-starter":"Zblog-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A Zblog \u57FA\u7840\u5E94\u7528","website-starter":"website-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u9759\u6001\u7F51\u7AD9","react-starter":"react-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A React.js \u5E94\u7528","vue-starter":"vue-starter - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A Vue.js \u5E94\u7528",puppeteer:"puppeteer - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u57FA\u4E8E puppeteer \u622A\u56FE\u7684 Web \u5E94\u7528",ffmpeg:"ffmpeg - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u57FA\u4E8E ffmpeg \u5B9E\u73B0\u97F3\u89C6\u9891\u5904\u7406\u5E94\u7528",pdf2Img:"pdf2Img - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A pdf \u8F6C\u56FE\u7247\u5E94\u7528",tensorflow:"tensorflow - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A tensorflow \u5E94\u7528",todoList:"todoList - \u5FEB\u901F\u90E8\u7F72\u4E00\u4E2A\u57FA\u4E8E nodejs \u7684\u7F51\u9875 TodoList \u5E94\u7528"}});var Ju=_(hi=>{"use strict";Object.defineProperty(hi,"__esModule",{value:!0});hi.default={clean_up_the_environment:"Clean up the environment",display_help_for_command:"Display help for command",remove_components:"Remove component (like: fc, fc@0.0.1)",delete_the_file_under_the_cache:"Delete the <dirname> file in the cache",record_your_log_information:"Do you record your log information?",init_pproject_deploy_tip:"Do you want to deploy the project immediately?",tip_for_a_serverless_project:"A Serverless-Devs project is detected in the current directory, please deploy via 's deploy' or get more information via 's -h'",create_a_new_project:"No Serverless-Devs project is currently detected. Do you want to create a new project?",en:"English (en)",zh:"Chinese (zh)",select_current_language:"Please select current language","app-tip":"Hello, serverlesser. Which template do you like?","template-tip":"Which template do you like?","fc-runtime-starter":"fc-runtime-starter - Deploy FC function in 5 minutes","fc-custom-container-stater":"fc-custom-container-stater - Deploy FC function with custom-container",web:"web-framework-stater-Quickly deploy a web framework","static-site":"static-website-stater-Quickly deploy a static website","best-practice":"serverless-best-practice-Quickly experience serverless best practices","devs-template":"Serverless Develop scaffold","fc-http-nodejs":"fc-http-nodejs - Deploy FC nodejs12 runtime function","fc-http-python":"fc-http-python - Deploy FC python3 runtime function","fc-http-java":"fc-http-java - Deploy FC java8 runtime function","fc-custom-container-event-python3":"fc-custom-container-event-python3 - Deploy python3 event-triggered application","fc-custom-container-event-cpp":"fc-custom-container-event-cpp - Deploy cpp event-triggered application","fc-custom-container-http-springboot":"fc-custom-container-http-springboot - Deploy springboot HTTP Request-triggered application","fc-custom-container-http-aspdotnetcore":"fc-custom-container-http-aspdotnetcore - Deploy dotnetcore HTTP Request-triggered application","express-starter":"express-starter - Deploy express application","koa-starter":"koa-starter - Deploy koa application","nuxtjs-starter":"nuxtjs-starter - Deploy nuxtjs application","eggjs-starter":"eggjs-starter - Deploy eggjs application","flask-starter":"flask-starter - Deploy flask application","SpringBoot-starter":"SpringBoot-starter - Deploy SpringBoot application","Zblog-starter":"Zblog-starter - Deploy Zblog application","website-starter":"website-starter - Deploy static website","react-starter":"react-starter - Deploy React.js application","vue-starter":"vue-starter - Deploy Vue.js application",puppeteer:"puppeteer - Deploy screenshot application base on puppeteer + fc",ffmpeg:"ffmpeg - Deploy audio and video processing application base on ffmpeg + fc",pdf2Img:"pdf2Img - Deploy pdf to images application",tensorflow:"tensorflow - Deploy tensorflow application",todoList:"todoList - Deploy todoList application"}});var mi=_(cn=>{"use strict";var Yu=cn&&cn.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(cn,"__esModule",{value:!0});var mg=is(),gg=Yu(Bu()),vg=Yu(Ju()),pi={en:vg.default,zh:gg.default},_g=function(r){var e=(0,mg.getLang)(),t=pi[e]?pi[e][r]:pi.en[r];return t||r};cn.default=_g});var vi=_(un=>{"use strict";var yg=un&&un.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(un,"__esModule",{value:!0});var $g=yg(yt()),Eg=$g.default.Logger,gi=new Eg("S-CLI");gi.success=function(r){return gi.log(r,"green")};un.default=gi});var yi=_(_e=>{"use strict";var wg=_e&&_e.__createBinding||(Object.create?function(r,e,t,n){n===void 0&&(n=t);var s=Object.getOwnPropertyDescriptor(e,t);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,n,s)}:function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]}),Zu=_e&&_e.__exportStar||function(r,e){for(var t in r)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&wg(e,r,t)},_i=_e&&_e.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(_e,"__esModule",{value:!0});_e.registerCommandChecker=_e.i18n=_e.logger=void 0;var bg=_i(vi());Zu(is(),_e);Zu(ui(),_e);var Sg=vi();Object.defineProperty(_e,"logger",{enumerable:!0,get:function(){return _i(Sg).default}});var Og=mi();Object.defineProperty(_e,"i18n",{enumerable:!0,get:function(){return _i(Og).default}});function Pg(r){r.on("command:*",function(e){var t=r.commands.map(function(n){return n.name()});t.includes(e[0])||(bg.default.error(" error: unknown command ".concat(e[0])),r.help())})}_e.registerCommandChecker=Pg});var dn=_(U=>{"use strict";Object.defineProperty(U,"__esModule",{value:!0});U.regexpCode=U.getEsmExportName=U.getProperty=U.safeStringify=U.stringify=U.strConcat=U.addCodeArg=U.str=U._=U.nil=U._Code=U.Name=U.IDENTIFIER=U._CodeOrName=void 0;var ln=class{};U._CodeOrName=ln;U.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Xt=class extends ln{constructor(e){if(super(),!U.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};U.Name=Xt;var ze=class extends ln{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((t,n)=>`${t}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((t,n)=>(n instanceof Xt&&(t[n.str]=(t[n.str]||0)+1),t),{})}};U._Code=ze;U.nil=new ze("");function Qu(r,...e){let t=[r[0]],n=0;for(;n<e.length;)Ei(t,e[n]),t.push(r[++n]);return new ze(t)}U._=Qu;var $i=new ze("+");function el(r,...e){let t=[fn(r[0])],n=0;for(;n<e.length;)t.push($i),Ei(t,e[n]),t.push($i,fn(r[++n]));return Rg(t),new ze(t)}U.str=el;function Ei(r,e){e instanceof ze?r.push(...e._items):e instanceof Xt?r.push(e):r.push(Ig(e))}U.addCodeArg=Ei;function Rg(r){let e=1;for(;e<r.length-1;){if(r[e]===$i){let t=Cg(r[e-1],r[e+1]);if(t!==void 0){r.splice(e-1,3,t);continue}r[e++]="+"}e++}}function Cg(r,e){if(e==='""')return r;if(r==='""')return e;if(typeof r=="string")return e instanceof Xt||r[r.length-1]!=='"'?void 0:typeof e!="string"?`${r.slice(0,-1)}${e}"`:e[0]==='"'?r.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(r instanceof Xt))return`"${r}${e.slice(1)}`}function Ng(r,e){return e.emptyStr()?r:r.emptyStr()?e:el`${r}${e}`}U.strConcat=Ng;function Ig(r){return typeof r=="number"||typeof r=="boolean"||r===null?r:fn(Array.isArray(r)?r.join(","):r)}function Tg(r){return new ze(fn(r))}U.stringify=Tg;function fn(r){return JSON.stringify(r).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}U.safeStringify=fn;function Ag(r){return typeof r=="string"&&U.IDENTIFIER.test(r)?new ze(`.${r}`):Qu`[${r}]`}U.getProperty=Ag;function qg(r){if(typeof r=="string"&&U.IDENTIFIER.test(r))return new ze(`${r}`);throw new Error(`CodeGen: invalid export name: ${r}, use explicit $id name mapping`)}U.getEsmExportName=qg;function Dg(r){return new ze(r.toString())}U.regexpCode=Dg});var Oi=_(be=>{"use strict";Object.defineProperty(be,"__esModule",{value:!0});be.ValueScope=be.ValueScopeName=be.Scope=be.varKinds=be.UsedValueState=void 0;var Ce=dn(),wi=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},bi;(function(r){r[r.Started=0]="Started",r[r.Completed=1]="Completed"})(bi=be.UsedValueState||(be.UsedValueState={}));be.varKinds={const:new Ce.Name("const"),let:new Ce.Name("let"),var:new Ce.Name("var")};var as=class{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof Ce.Name?e:this.name(e)}name(e){return new Ce.Name(this._newName(e))}_newName(e){let t=this._names[e]||this._nameGroup(e);return`${e}${t.index++}`}_nameGroup(e){var t,n;if(((n=(t=this._parent)===null||t===void 0?void 0:t._prefixes)===null||n===void 0?void 0:n.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}}};be.Scope=as;var os=class extends Ce.Name{constructor(e,t){super(t),this.prefix=e}setValue(e,{property:t,itemIndex:n}){this.value=e,this.scopePath=(0,Ce._)`.${new Ce.Name(t)}[${n}]`}};be.ValueScopeName=os;var jg=(0,Ce._)`\n`,Si=class extends as{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts=He(ae({},e),{_n:e.lines?jg:Ce.nil})}get(){return this._scope}name(e){return new os(e,this._newName(e))}value(e,t){var n;if(t.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let s=this.toName(e),{prefix:i}=s,a=(n=t.key)!==null&&n!==void 0?n:t.ref,c=this._values[i];if(c){let l=c.get(a);if(l)return l}else c=this._values[i]=new Map;c.set(a,s);let u=this._scope[i]||(this._scope[i]=[]),o=u.length;return u[o]=t.ref,s.setValue(t,{property:i,itemIndex:o}),s}getValue(e,t){let n=this._values[e];if(!!n)return n.get(t)}scopeRefs(e,t=this._values){return this._reduceValues(t,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Ce._)`${e}${n.scopePath}`})}scopeCode(e=this._values,t,n){return this._reduceValues(e,s=>{if(s.value===void 0)throw new Error(`CodeGen: name "${s}" has no value`);return s.value.code},t,n)}_reduceValues(e,t,n={},s){let i=Ce.nil;for(let a in e){let c=e[a];if(!c)continue;let u=n[a]=n[a]||new Map;c.forEach(o=>{if(u.has(o))return;u.set(o,bi.Started);let l=t(o);if(l){let d=this.opts.es5?be.varKinds.var:be.varKinds.const;i=(0,Ce._)`${i}${d} ${o} = ${l};${this.opts._n}`}else if(l=s==null?void 0:s(o))i=(0,Ce._)`${i}${l}${this.opts._n}`;else throw new wi(o);u.set(o,bi.Completed)})}return i}};be.ValueScope=Si});var L=_(k=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});k.or=k.and=k.not=k.CodeGen=k.operators=k.varKinds=k.ValueScopeName=k.ValueScope=k.Scope=k.Name=k.regexpCode=k.stringify=k.getProperty=k.nil=k.strConcat=k.str=k._=void 0;var M=dn(),Je=Oi(),Ct=dn();Object.defineProperty(k,"_",{enumerable:!0,get:function(){return Ct._}});Object.defineProperty(k,"str",{enumerable:!0,get:function(){return Ct.str}});Object.defineProperty(k,"strConcat",{enumerable:!0,get:function(){return Ct.strConcat}});Object.defineProperty(k,"nil",{enumerable:!0,get:function(){return Ct.nil}});Object.defineProperty(k,"getProperty",{enumerable:!0,get:function(){return Ct.getProperty}});Object.defineProperty(k,"stringify",{enumerable:!0,get:function(){return Ct.stringify}});Object.defineProperty(k,"regexpCode",{enumerable:!0,get:function(){return Ct.regexpCode}});Object.defineProperty(k,"Name",{enumerable:!0,get:function(){return Ct.Name}});var fs=Oi();Object.defineProperty(k,"Scope",{enumerable:!0,get:function(){return fs.Scope}});Object.defineProperty(k,"ValueScope",{enumerable:!0,get:function(){return fs.ValueScope}});Object.defineProperty(k,"ValueScopeName",{enumerable:!0,get:function(){return fs.ValueScopeName}});Object.defineProperty(k,"varKinds",{enumerable:!0,get:function(){return fs.varKinds}});k.operators={GT:new M._Code(">"),GTE:new M._Code(">="),LT:new M._Code("<"),LTE:new M._Code("<="),EQ:new M._Code("==="),NEQ:new M._Code("!=="),NOT:new M._Code("!"),OR:new M._Code("||"),AND:new M._Code("&&"),ADD:new M._Code("+")};var $t=class{optimizeNodes(){return this}optimizeNames(e,t){return this}},Pi=class extends $t{constructor(e,t,n){super(),this.varKind=e,this.name=t,this.rhs=n}render({es5:e,_n:t}){let n=e?Je.varKinds.var:this.varKind,s=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${s};`+t}optimizeNames(e,t){if(!!e[this.name.str])return this.rhs&&(this.rhs=br(this.rhs,e,t)),this}get names(){return this.rhs instanceof M._CodeOrName?this.rhs.names:{}}},cs=class extends $t{constructor(e,t,n){super(),this.lhs=e,this.rhs=t,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,t){if(!(this.lhs instanceof M.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=br(this.rhs,e,t),this}get names(){let e=this.lhs instanceof M.Name?{}:ae({},this.lhs.names);return ls(e,this.rhs)}},Ri=class extends cs{constructor(e,t,n,s){super(e,n,s),this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Ci=class extends $t{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Ni=class extends $t{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Ii=class extends $t{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Ti=class extends $t{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=br(this.code,e,t),this}get names(){return this.code instanceof M._CodeOrName?this.code.names:{}}},hn=class extends $t{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((t,n)=>t+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,t=e.length;for(;t--;){let n=e[t].optimizeNodes();Array.isArray(n)?e.splice(t,1,...n):n?e[t]=n:e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){let{nodes:n}=this,s=n.length;for(;s--;){let i=n[s];i.optimizeNames(e,t)||(kg(e,i.names),n.splice(s,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,t)=>Bt(e,t.names),{})}},Et=class extends hn{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Ai=class extends hn{},wr=class extends Et{};wr.kind="else";var Ye=class extends Et{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();let e=this.condition;if(e===!0)return this.nodes;let t=this.else;if(t){let n=t.optimizeNodes();t=this.else=Array.isArray(n)?new wr(n):n}if(t)return e===!1?t instanceof Ye?t:t.nodes:this.nodes.length?this:new Ye(tl(e),t instanceof Ye?[t]:t.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,t){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,t),!!(super.optimizeNames(e,t)||this.else))return this.condition=br(this.condition,e,t),this}get names(){let e=super.names;return ls(e,this.condition),this.else&&Bt(e,this.else.names),e}};Ye.kind="if";var Wt=class extends Et{};Wt.kind="for";var qi=class extends Wt{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=br(this.iteration,e,t),this}get names(){return Bt(super.names,this.iteration.names)}},Di=class extends Wt{constructor(e,t,n,s){super(),this.varKind=e,this.name=t,this.from=n,this.to=s}render(e){let t=e.es5?Je.varKinds.var:this.varKind,{name:n,from:s,to:i}=this;return`for(${t} ${n}=${s}; ${n}<${i}; ${n}++)`+super.render(e)}get names(){let e=ls(super.names,this.from);return ls(e,this.to)}},us=class extends Wt{constructor(e,t,n,s){super(),this.loop=e,this.varKind=t,this.name=n,this.iterable=s}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=br(this.iterable,e,t),this}get names(){return Bt(super.names,this.iterable.names)}},pn=class extends Et{constructor(e,t,n){super(),this.name=e,this.args=t,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};pn.kind="func";var mn=class extends hn{render(e){return"return "+super.render(e)}};mn.kind="return";var ji=class extends Et{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(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(t=this.finally)===null||t===void 0||t.optimizeNodes(),this}optimizeNames(e,t){var n,s;return super.optimizeNames(e,t),(n=this.catch)===null||n===void 0||n.optimizeNames(e,t),(s=this.finally)===null||s===void 0||s.optimizeNames(e,t),this}get names(){let e=super.names;return this.catch&&Bt(e,this.catch.names),this.finally&&Bt(e,this.finally.names),e}},gn=class extends Et{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};gn.kind="catch";var vn=class extends Et{render(e){return"finally"+super.render(e)}};vn.kind="finally";var ki=class{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts=He(ae({},t),{_n:t.lines?`
|
|
22
|
+
`:""}),this._extScope=e,this._scope=new Je.Scope({parent:e}),this._nodes=[new Ai]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){let n=this._extScope.value(e,t);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}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,n,s){let i=this._scope.toName(t);return n!==void 0&&s&&(this._constants[i.str]=n),this._leafNode(new Pi(e,i,n)),i}const(e,t,n){return this._def(Je.varKinds.const,e,t,n)}let(e,t,n){return this._def(Je.varKinds.let,e,t,n)}var(e,t,n){return this._def(Je.varKinds.var,e,t,n)}assign(e,t,n){return this._leafNode(new cs(e,t,n))}add(e,t){return this._leafNode(new Ri(e,k.operators.ADD,t))}code(e){return typeof e=="function"?e():e!==M.nil&&this._leafNode(new Ti(e)),this}object(...e){let t=["{"];for(let[n,s]of e)t.length>1&&t.push(","),t.push(n),(n!==s||this.opts.es5)&&(t.push(":"),(0,M.addCodeArg)(t,s));return t.push("}"),new M._Code(t)}if(e,t,n){if(this._blockNode(new Ye(e)),t&&n)this.code(t).else().code(n).endIf();else if(t)this.code(t).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new Ye(e))}else(){return this._elseNode(new wr)}endIf(){return this._endBlockNode(Ye,wr)}_for(e,t){return this._blockNode(e),t&&this.code(t).endFor(),this}for(e,t){return this._for(new qi(e),t)}forRange(e,t,n,s,i=this.opts.es5?Je.varKinds.var:Je.varKinds.let){let a=this._scope.toName(e);return this._for(new Di(i,a,t,n),()=>s(a))}forOf(e,t,n,s=Je.varKinds.const){let i=this._scope.toName(e);if(this.opts.es5){let a=t instanceof M.Name?t:this.var("_arr",t);return this.forRange("_i",0,(0,M._)`${a}.length`,c=>{this.var(i,(0,M._)`${a}[${c}]`),n(i)})}return this._for(new us("of",s,i,t),()=>n(i))}forIn(e,t,n,s=this.opts.es5?Je.varKinds.var:Je.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,M._)`Object.keys(${t})`,n);let i=this._scope.toName(e);return this._for(new us("in",s,i,t),()=>n(i))}endFor(){return this._endBlockNode(Wt)}label(e){return this._leafNode(new Ci(e))}break(e){return this._leafNode(new Ni(e))}return(e){let t=new mn;if(this._blockNode(t),this.code(e),t.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(mn)}try(e,t,n){if(!t&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let s=new ji;if(this._blockNode(s),this.code(e),t){let i=this.name("e");this._currNode=s.catch=new gn(i),t(i)}return n&&(this._currNode=s.finally=new vn,this.code(n)),this._endBlockNode(gn,vn)}throw(e){return this._leafNode(new Ii(e))}block(e,t){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(t),this}endBlock(e){let t=this._blockStarts.pop();if(t===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-t;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=t,this}func(e,t=M.nil,n,s){return this._blockNode(new pn(e,t,n)),s&&this.code(s).endFunc(),this}endFunc(){return this._endBlockNode(pn)}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){let n=this._currNode;if(n instanceof e||t&&n instanceof t)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){let t=this._currNode;if(!(t instanceof Ye))throw new Error('CodeGen: "else" without "if"');return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let t=this._nodes;t[t.length-1]=e}};k.CodeGen=ki;function Bt(r,e){for(let t in e)r[t]=(r[t]||0)+(e[t]||0);return r}function ls(r,e){return e instanceof M._CodeOrName?Bt(r,e.names):r}function br(r,e,t){if(r instanceof M.Name)return n(r);if(!s(r))return r;return new M._Code(r._items.reduce((i,a)=>(a instanceof M.Name&&(a=n(a)),a instanceof M._Code?i.push(...a._items):i.push(a),i),[]));function n(i){let a=t[i.str];return a===void 0||e[i.str]!==1?i:(delete e[i.str],a)}function s(i){return i instanceof M._Code&&i._items.some(a=>a instanceof M.Name&&e[a.str]===1&&t[a.str]!==void 0)}}function kg(r,e){for(let t in e)r[t]=(r[t]||0)-(e[t]||0)}function tl(r){return typeof r=="boolean"||typeof r=="number"||r===null?!r:(0,M._)`!${xi(r)}`}k.not=tl;var xg=rl(k.operators.AND);function Lg(...r){return r.reduce(xg)}k.and=Lg;var Mg=rl(k.operators.OR);function Fg(...r){return r.reduce(Mg)}k.or=Fg;function rl(r){return(e,t)=>e===M.nil?t:t===M.nil?e:(0,M._)`${xi(e)} ${r} ${xi(t)}`}function xi(r){return r instanceof M.Name?r:(0,M._)`(${r})`}});var G=_(x=>{"use strict";Object.defineProperty(x,"__esModule",{value:!0});x.checkStrictMode=x.getErrorPath=x.Type=x.useFunc=x.setEvaluated=x.evaluatedPropsToName=x.mergeEvaluated=x.eachItem=x.unescapeJsonPointer=x.escapeJsonPointer=x.escapeFragment=x.unescapeFragment=x.schemaRefOrVal=x.schemaHasRulesButRef=x.schemaHasRules=x.checkUnknownRules=x.alwaysValidSchema=x.toHash=void 0;var Z=L(),Vg=dn();function Hg(r){let e={};for(let t of r)e[t]=!0;return e}x.toHash=Hg;function Ug(r,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(il(r,e),!al(e,r.self.RULES.all))}x.alwaysValidSchema=Ug;function il(r,e=r.schema){let{opts:t,self:n}=r;if(!t.strictSchema||typeof e=="boolean")return;let s=n.RULES.keywords;for(let i in e)s[i]||ll(r,`unknown keyword: "${i}"`)}x.checkUnknownRules=il;function al(r,e){if(typeof r=="boolean")return!r;for(let t in r)if(e[t])return!0;return!1}x.schemaHasRules=al;function Gg(r,e){if(typeof r=="boolean")return!r;for(let t in r)if(t!=="$ref"&&e.all[t])return!0;return!1}x.schemaHasRulesButRef=Gg;function zg({topSchemaRef:r,schemaPath:e},t,n,s){if(!s){if(typeof t=="number"||typeof t=="boolean")return t;if(typeof t=="string")return(0,Z._)`${t}`}return(0,Z._)`${r}${e}${(0,Z.getProperty)(n)}`}x.schemaRefOrVal=zg;function Kg(r){return ol(decodeURIComponent(r))}x.unescapeFragment=Kg;function Xg(r){return encodeURIComponent(Li(r))}x.escapeFragment=Xg;function Li(r){return typeof r=="number"?`${r}`:r.replace(/~/g,"~0").replace(/\//g,"~1")}x.escapeJsonPointer=Li;function ol(r){return r.replace(/~1/g,"/").replace(/~0/g,"~")}x.unescapeJsonPointer=ol;function Wg(r,e){if(Array.isArray(r))for(let t of r)e(t);else e(r)}x.eachItem=Wg;function nl({mergeNames:r,mergeToName:e,mergeValues:t,resultToName:n}){return(s,i,a,c)=>{let u=a===void 0?i:a instanceof Z.Name?(i instanceof Z.Name?r(s,i,a):e(s,i,a),a):i instanceof Z.Name?(e(s,a,i),i):t(i,a);return c===Z.Name&&!(u instanceof Z.Name)?n(s,u):u}}x.mergeEvaluated={props:nl({mergeNames:(r,e,t)=>r.if((0,Z._)`${t} !== true && ${e} !== undefined`,()=>{r.if((0,Z._)`${e} === true`,()=>r.assign(t,!0),()=>r.assign(t,(0,Z._)`${t} || {}`).code((0,Z._)`Object.assign(${t}, ${e})`))}),mergeToName:(r,e,t)=>r.if((0,Z._)`${t} !== true`,()=>{e===!0?r.assign(t,!0):(r.assign(t,(0,Z._)`${t} || {}`),Mi(r,t,e))}),mergeValues:(r,e)=>r===!0?!0:ae(ae({},r),e),resultToName:cl}),items:nl({mergeNames:(r,e,t)=>r.if((0,Z._)`${t} !== true && ${e} !== undefined`,()=>r.assign(t,(0,Z._)`${e} === true ? true : ${t} > ${e} ? ${t} : ${e}`)),mergeToName:(r,e,t)=>r.if((0,Z._)`${t} !== true`,()=>r.assign(t,e===!0?!0:(0,Z._)`${t} > ${e} ? ${t} : ${e}`)),mergeValues:(r,e)=>r===!0?!0:Math.max(r,e),resultToName:(r,e)=>r.var("items",e)})};function cl(r,e){if(e===!0)return r.var("props",!0);let t=r.var("props",(0,Z._)`{}`);return e!==void 0&&Mi(r,t,e),t}x.evaluatedPropsToName=cl;function Mi(r,e,t){Object.keys(t).forEach(n=>r.assign((0,Z._)`${e}${(0,Z.getProperty)(n)}`,!0))}x.setEvaluated=Mi;var sl={};function Bg(r,e){return r.scopeValue("func",{ref:e,code:sl[e.code]||(sl[e.code]=new Vg._Code(e.code))})}x.useFunc=Bg;var ul;(function(r){r[r.Num=0]="Num",r[r.Str=1]="Str"})(ul=x.Type||(x.Type={}));function Jg(r,e,t){if(r instanceof Z.Name){let n=e===ul.Num;return t?n?(0,Z._)`"[" + ${r} + "]"`:(0,Z._)`"['" + ${r} + "']"`:n?(0,Z._)`"/" + ${r}`:(0,Z._)`"/" + ${r}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return t?(0,Z.getProperty)(r).toString():"/"+Li(r)}x.getErrorPath=Jg;function ll(r,e,t=r.opts.strictSchema){if(!!t){if(e=`strict mode: ${e}`,t===!0)throw new Error(e);r.self.logger.warn(e)}}x.checkStrictMode=ll});var wt=_(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});var ye=L(),Yg={data:new ye.Name("data"),valCxt:new ye.Name("valCxt"),instancePath:new ye.Name("instancePath"),parentData:new ye.Name("parentData"),parentDataProperty:new ye.Name("parentDataProperty"),rootData:new ye.Name("rootData"),dynamicAnchors:new ye.Name("dynamicAnchors"),vErrors:new ye.Name("vErrors"),errors:new ye.Name("errors"),this:new ye.Name("this"),self:new ye.Name("self"),scope:new ye.Name("scope"),json:new ye.Name("json"),jsonPos:new ye.Name("jsonPos"),jsonLen:new ye.Name("jsonLen"),jsonPart:new ye.Name("jsonPart")};Fi.default=Yg});var _n=_($e=>{"use strict";Object.defineProperty($e,"__esModule",{value:!0});$e.extendErrors=$e.resetErrorsCount=$e.reportExtraError=$e.reportError=$e.keyword$DataError=$e.keywordError=void 0;var V=L(),ds=G(),Se=wt();$e.keywordError={message:({keyword:r})=>(0,V.str)`must pass "${r}" keyword validation`};$e.keyword$DataError={message:({keyword:r,schemaType:e})=>e?(0,V.str)`"${r}" keyword must be ${e} ($data)`:(0,V.str)`"${r}" keyword is invalid ($data)`};function Zg(r,e=$e.keywordError,t,n){let{it:s}=r,{gen:i,compositeRule:a,allErrors:c}=s,u=hl(r,e,t);(n!=null?n:a||c)?fl(i,u):dl(s,(0,V._)`[${u}]`)}$e.reportError=Zg;function Qg(r,e=$e.keywordError,t){let{it:n}=r,{gen:s,compositeRule:i,allErrors:a}=n,c=hl(r,e,t);fl(s,c),i||a||dl(n,Se.default.vErrors)}$e.reportExtraError=Qg;function ev(r,e){r.assign(Se.default.errors,e),r.if((0,V._)`${Se.default.vErrors} !== null`,()=>r.if(e,()=>r.assign((0,V._)`${Se.default.vErrors}.length`,e),()=>r.assign(Se.default.vErrors,null)))}$e.resetErrorsCount=ev;function tv({gen:r,keyword:e,schemaValue:t,data:n,errsCount:s,it:i}){if(s===void 0)throw new Error("ajv implementation error");let a=r.name("err");r.forRange("i",s,Se.default.errors,c=>{r.const(a,(0,V._)`${Se.default.vErrors}[${c}]`),r.if((0,V._)`${a}.instancePath === undefined`,()=>r.assign((0,V._)`${a}.instancePath`,(0,V.strConcat)(Se.default.instancePath,i.errorPath))),r.assign((0,V._)`${a}.schemaPath`,(0,V.str)`${i.errSchemaPath}/${e}`),i.opts.verbose&&(r.assign((0,V._)`${a}.schema`,t),r.assign((0,V._)`${a}.data`,n))})}$e.extendErrors=tv;function fl(r,e){let t=r.const("err",e);r.if((0,V._)`${Se.default.vErrors} === null`,()=>r.assign(Se.default.vErrors,(0,V._)`[${t}]`),(0,V._)`${Se.default.vErrors}.push(${t})`),r.code((0,V._)`${Se.default.errors}++`)}function dl(r,e){let{gen:t,validateName:n,schemaEnv:s}=r;s.$async?t.throw((0,V._)`new ${r.ValidationError}(${e})`):(t.assign((0,V._)`${n}.errors`,e),t.return(!1))}var Jt={keyword:new V.Name("keyword"),schemaPath:new V.Name("schemaPath"),params:new V.Name("params"),propertyName:new V.Name("propertyName"),message:new V.Name("message"),schema:new V.Name("schema"),parentSchema:new V.Name("parentSchema")};function hl(r,e,t){let{createErrors:n}=r.it;return n===!1?(0,V._)`{}`:rv(r,e,t)}function rv(r,e,t={}){let{gen:n,it:s}=r,i=[nv(s,t),sv(r,t)];return iv(r,e,i),n.object(...i)}function nv({errorPath:r},{instancePath:e}){let t=e?(0,V.str)`${r}${(0,ds.getErrorPath)(e,ds.Type.Str)}`:r;return[Se.default.instancePath,(0,V.strConcat)(Se.default.instancePath,t)]}function sv({keyword:r,it:{errSchemaPath:e}},{schemaPath:t,parentSchema:n}){let s=n?e:(0,V.str)`${e}/${r}`;return t&&(s=(0,V.str)`${s}${(0,ds.getErrorPath)(t,ds.Type.Str)}`),[Jt.schemaPath,s]}function iv(r,{params:e,message:t},n){let{keyword:s,data:i,schemaValue:a,it:c}=r,{opts:u,propertyName:o,topSchemaRef:l,schemaPath:d}=c;n.push([Jt.keyword,s],[Jt.params,typeof e=="function"?e(r):e||(0,V._)`{}`]),u.messages&&n.push([Jt.message,typeof t=="function"?t(r):t]),u.verbose&&n.push([Jt.schema,a],[Jt.parentSchema,(0,V._)`${l}${d}`],[Se.default.data,i]),o&&n.push([Jt.propertyName,o])}});var ml=_(Sr=>{"use strict";Object.defineProperty(Sr,"__esModule",{value:!0});Sr.boolOrEmptySchema=Sr.topBoolOrEmptySchema=void 0;var av=_n(),ov=L(),cv=wt(),uv={message:"boolean schema is false"};function lv(r){let{gen:e,schema:t,validateName:n}=r;t===!1?pl(r,!1):typeof t=="object"&&t.$async===!0?e.return(cv.default.data):(e.assign((0,ov._)`${n}.errors`,null),e.return(!0))}Sr.topBoolOrEmptySchema=lv;function fv(r,e){let{gen:t,schema:n}=r;n===!1?(t.var(e,!1),pl(r)):t.var(e,!0)}Sr.boolOrEmptySchema=fv;function pl(r,e){let{gen:t,data:n}=r,s={gen:t,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:r};(0,av.reportError)(s,uv,void 0,e)}});var Vi=_(Or=>{"use strict";Object.defineProperty(Or,"__esModule",{value:!0});Or.getRules=Or.isJSONType=void 0;var dv=["string","number","integer","boolean","null","object","array"],hv=new Set(dv);function pv(r){return typeof r=="string"&&hv.has(r)}Or.isJSONType=pv;function mv(){let r={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:He(ae({},r),{integer:!0,boolean:!0,null:!0}),rules:[{rules:[]},r.number,r.string,r.array,r.object],post:{rules:[]},all:{},keywords:{}}}Or.getRules=mv});var Hi=_(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.shouldUseRule=Nt.shouldUseGroup=Nt.schemaHasRulesForType=void 0;function gv({schema:r,self:e},t){let n=e.RULES.types[t];return n&&n!==!0&&gl(r,n)}Nt.schemaHasRulesForType=gv;function gl(r,e){return e.rules.some(t=>vl(r,t))}Nt.shouldUseGroup=gl;function vl(r,e){var t;return r[e.keyword]!==void 0||((t=e.definition.implements)===null||t===void 0?void 0:t.some(n=>r[n]!==void 0))}Nt.shouldUseRule=vl});var $n=_(de=>{"use strict";Object.defineProperty(de,"__esModule",{value:!0});de.reportTypeError=de.checkDataTypes=de.checkDataType=de.coerceAndCheckDataType=de.getJSONTypes=de.getSchemaTypes=de.DataType=void 0;var vv=Vi(),_v=Hi(),yv=_n(),q=L(),_l=G(),yn;(function(r){r[r.Correct=0]="Correct",r[r.Wrong=1]="Wrong"})(yn=de.DataType||(de.DataType={}));function $v(r){let e=yl(r.type);if(e.includes("null")){if(r.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&r.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');r.nullable===!0&&e.push("null")}return e}de.getSchemaTypes=$v;function yl(r){let e=Array.isArray(r)?r:r?[r]:[];if(e.every(vv.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}de.getJSONTypes=yl;function Ev(r,e){let{gen:t,data:n,opts:s}=r,i=wv(e,s.coerceTypes),a=e.length>0&&!(i.length===0&&e.length===1&&(0,_v.schemaHasRulesForType)(r,e[0]));if(a){let c=Gi(e,n,s.strictNumbers,yn.Wrong);t.if(c,()=>{i.length?bv(r,e,i):zi(r)})}return a}de.coerceAndCheckDataType=Ev;var $l=new Set(["string","number","integer","boolean","null"]);function wv(r,e){return e?r.filter(t=>$l.has(t)||e==="array"&&t==="array"):[]}function bv(r,e,t){let{gen:n,data:s,opts:i}=r,a=n.let("dataType",(0,q._)`typeof ${s}`),c=n.let("coerced",(0,q._)`undefined`);i.coerceTypes==="array"&&n.if((0,q._)`${a} == 'object' && Array.isArray(${s}) && ${s}.length == 1`,()=>n.assign(s,(0,q._)`${s}[0]`).assign(a,(0,q._)`typeof ${s}`).if(Gi(e,s,i.strictNumbers),()=>n.assign(c,s))),n.if((0,q._)`${c} !== undefined`);for(let o of t)($l.has(o)||o==="array"&&i.coerceTypes==="array")&&u(o);n.else(),zi(r),n.endIf(),n.if((0,q._)`${c} !== undefined`,()=>{n.assign(s,c),Sv(r,c)});function u(o){switch(o){case"string":n.elseIf((0,q._)`${a} == "number" || ${a} == "boolean"`).assign(c,(0,q._)`"" + ${s}`).elseIf((0,q._)`${s} === null`).assign(c,(0,q._)`""`);return;case"number":n.elseIf((0,q._)`${a} == "boolean" || ${s} === null
|
|
23
23
|
|| (${a} == "string" && ${s} && ${s} == +${s})`).assign(c,(0,q._)`+${s}`);return;case"integer":n.elseIf((0,q._)`${a} === "boolean" || ${s} === null
|
|
24
24
|
|| (${a} === "string" && ${s} && ${s} == +${s} && !(${s} % 1))`).assign(c,(0,q._)`+${s}`);return;case"boolean":n.elseIf((0,q._)`${s} === "false" || ${s} === 0 || ${s} === null`).assign(c,!1).elseIf((0,q._)`${s} === "true" || ${s} === 1`).assign(c,!0);return;case"null":n.elseIf((0,q._)`${s} === "" || ${s} === 0 || ${s} === false`),n.assign(c,null);return;case"array":n.elseIf((0,q._)`${a} === "string" || ${a} === "number"
|
|
25
|
-
|| ${a} === "boolean" || ${s} === null`).assign(c,(0,q._)`[${s}]`)}}}function Sv({gen:r,parentData:e,parentDataProperty:t},n){r.if((0,q._)`${e} !== undefined`,()=>r.assign((0,q._)`${e}[${t}]`,n))}function Pi(r,e,t,n=fn.Correct){let s=n===fn.Correct?q.operators.EQ:q.operators.NEQ,i;switch(r){case"null":return(0,q._)`${e} ${s} null`;case"array":i=(0,q._)`Array.isArray(${e})`;break;case"object":i=(0,q._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":i=a((0,q._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":i=a();break;default:return(0,q._)`typeof ${e} ${s} ${r}`}return n===fn.Correct?i:(0,q.not)(i);function a(c=q.nil){return(0,q.and)((0,q._)`typeof ${e} == "number"`,c,t?(0,q._)`isFinite(${e})`:q.nil)}}he.checkDataType=Pi;function Ri(r,e,t,n){if(r.length===1)return Pi(r[0],e,t,n);let s,i=(0,ml.toHash)(r);if(i.array&&i.object){let a=(0,q._)`typeof ${e} != "object"`;s=i.null?a:(0,q._)`!${e} || ${a}`,delete i.null,delete i.array,delete i.object}else s=q.nil;i.number&&delete i.integer;for(let a in i)s=(0,q.and)(s,Pi(a,e,t,n));return s}he.checkDataTypes=Ri;var Ov={message:({schema:r})=>`must be ${r}`,params:({schema:r,schemaValue:e})=>typeof r=="string"?(0,q._)`{type: ${r}}`:(0,q._)`{type: ${e}}`};function Ci(r){let e=Pv(r);(0,yv.reportError)(e,Ov)}he.reportTypeError=Ci;function Pv(r){let{gen:e,data:t,schema:n}=r,s=(0,ml.schemaRefOrVal)(r,n,"type");return{gen:e,keyword:"type",data:t,schema:n.type,schemaCode:s,schemaValue:s,parentSchema:n,params:{},it:r}}});var yl=y(cs=>{"use strict";Object.defineProperty(cs,"__esModule",{value:!0});cs.assignDefaults=void 0;var Er=L(),Rv=G();function Cv(r,e){let{properties:t,items:n}=r.schema;if(e==="object"&&t)for(let s in t)_l(r,s,t[s].default);else e==="array"&&Array.isArray(n)&&n.forEach((s,i)=>_l(r,i,s.default))}cs.assignDefaults=Cv;function _l(r,e,t){let{gen:n,compositeRule:s,data:i,opts:a}=r;if(t===void 0)return;let c=(0,Er._)`${i}${(0,Er.getProperty)(e)}`;if(s){(0,Rv.checkStrictMode)(r,`default is ignored for: ${c}`);return}let u=(0,Er._)`${c} === undefined`;a.useDefaults==="empty"&&(u=(0,Er._)`${u} || ${c} === null || ${c} === ""`),n.if(u,(0,Er._)`${c} = ${(0,Er.stringify)(t)}`)}});var ze=y(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.validateUnion=J.validateArray=J.usePattern=J.callValidateCode=J.schemaProperties=J.allSchemaProperties=J.noPropertyInData=J.propertyInData=J.isOwnProperty=J.hasPropFunc=J.reportMissingProp=J.checkMissingProp=J.checkReportMissingProp=void 0;var ee=L(),Ni=G(),It=$t(),Nv=G();function Iv(r,e){let{gen:t,data:n,it:s}=r;t.if(Ti(t,n,e,s.opts.ownProperties),()=>{r.setParams({missingProperty:(0,ee._)`${e}`},!0),r.error()})}J.checkReportMissingProp=Iv;function Tv({gen:r,data:e,it:{opts:t}},n,s){return(0,ee.or)(...n.map(i=>(0,ee.and)(Ti(r,e,i,t.ownProperties),(0,ee._)`${s} = ${i}`)))}J.checkMissingProp=Tv;function Av(r,e){r.setParams({missingProperty:e},!0),r.error()}J.reportMissingProp=Av;function $l(r){return r.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ee._)`Object.prototype.hasOwnProperty`})}J.hasPropFunc=$l;function Ii(r,e,t){return(0,ee._)`${$l(r)}.call(${e}, ${t})`}J.isOwnProperty=Ii;function qv(r,e,t,n){let s=(0,ee._)`${e}${(0,ee.getProperty)(t)} !== undefined`;return n?(0,ee._)`${s} && ${Ii(r,e,t)}`:s}J.propertyInData=qv;function Ti(r,e,t,n){let s=(0,ee._)`${e}${(0,ee.getProperty)(t)} === undefined`;return n?(0,ee.or)(s,(0,ee.not)(Ii(r,e,t))):s}J.noPropertyInData=Ti;function El(r){return r?Object.keys(r).filter(e=>e!=="__proto__"):[]}J.allSchemaProperties=El;function Dv(r,e){return El(e).filter(t=>!(0,Ni.alwaysValidSchema)(r,e[t]))}J.schemaProperties=Dv;function jv({schemaCode:r,data:e,it:{gen:t,topSchemaRef:n,schemaPath:s,errorPath:i},it:a},c,u,o){let l=o?(0,ee._)`${r}, ${e}, ${n}${s}`:e,h=[[It.default.instancePath,(0,ee.strConcat)(It.default.instancePath,i)],[It.default.parentData,a.parentData],[It.default.parentDataProperty,a.parentDataProperty],[It.default.rootData,It.default.rootData]];a.opts.dynamicRef&&h.push([It.default.dynamicAnchors,It.default.dynamicAnchors]);let v=(0,ee._)`${l}, ${t.object(...h)}`;return u!==ee.nil?(0,ee._)`${c}.call(${u}, ${v})`:(0,ee._)`${c}(${v})`}J.callValidateCode=jv;var kv=(0,ee._)`new RegExp`;function xv({gen:r,it:{opts:e}},t){let n=e.unicodeRegExp?"u":"",{regExp:s}=e.code,i=s(t,n);return r.scopeValue("pattern",{key:i.toString(),ref:i,code:(0,ee._)`${s.code==="new RegExp"?kv:(0,Nv.useFunc)(r,s)}(${t}, ${n})`})}J.usePattern=xv;function Lv(r){let{gen:e,data:t,keyword:n,it:s}=r,i=e.name("valid");if(s.allErrors){let c=e.let("valid",!0);return a(()=>e.assign(c,!1)),c}return e.var(i,!0),a(()=>e.break()),i;function a(c){let u=e.const("len",(0,ee._)`${t}.length`);e.forRange("i",0,u,o=>{r.subschema({keyword:n,dataProp:o,dataPropType:Ni.Type.Num},i),e.if((0,ee.not)(i),c)})}}J.validateArray=Lv;function Mv(r){let{gen:e,schema:t,keyword:n,it:s}=r;if(!Array.isArray(t))throw new Error("ajv implementation error");if(t.some(u=>(0,Ni.alwaysValidSchema)(s,u))&&!s.opts.unevaluated)return;let a=e.let("valid",!1),c=e.name("_valid");e.block(()=>t.forEach((u,o)=>{let l=r.subschema({keyword:n,schemaProp:o,compositeRule:!0},c);e.assign(a,(0,ee._)`${a} || ${c}`),r.mergeValidEvaluated(l,c)||e.if((0,ee.not)(a))})),r.result(a,()=>r.reset(),()=>r.error(!0))}J.validateUnion=Mv});var Sl=y(ot=>{"use strict";Object.defineProperty(ot,"__esModule",{value:!0});ot.validateKeywordUsage=ot.validSchemaType=ot.funcKeywordCode=ot.macroKeywordCode=void 0;var Pe=L(),Bt=$t(),Fv=ze(),Vv=ln();function Hv(r,e){let{gen:t,keyword:n,schema:s,parentSchema:i,it:a}=r,c=e.macro.call(a.self,s,i,a),u=bl(t,n,c);a.opts.validateSchema!==!1&&a.self.validateSchema(c,!0);let o=t.name("valid");r.subschema({schema:c,schemaPath:Pe.nil,errSchemaPath:`${a.errSchemaPath}/${n}`,topSchemaRef:u,compositeRule:!0},o),r.pass(o,()=>r.error(!0))}ot.macroKeywordCode=Hv;function Uv(r,e){var t;let{gen:n,keyword:s,schema:i,parentSchema:a,$data:c,it:u}=r;zv(u,e);let o=!c&&e.compile?e.compile.call(u.self,i,a,u):e.validate,l=bl(n,s,o),h=n.let("valid");r.block$data(h,v),r.ok((t=e.valid)!==null&&t!==void 0?t:h);function v(){if(e.errors===!1)E(),e.modifying&&wl(r),w(()=>r.error());else{let b=e.async?m():$();e.modifying&&wl(r),w(()=>Gv(r,b))}}function m(){let b=n.let("ruleErrs",null);return n.try(()=>E((0,Pe._)`await `),D=>n.assign(h,!1).if((0,Pe._)`${D} instanceof ${u.ValidationError}`,()=>n.assign(b,(0,Pe._)`${D}.errors`),()=>n.throw(D))),b}function $(){let b=(0,Pe._)`${l}.errors`;return n.assign(b,null),E(Pe.nil),b}function E(b=e.async?(0,Pe._)`await `:Pe.nil){let D=u.opts.passContext?Bt.default.this:Bt.default.self,T=!("compile"in e&&!c||e.schema===!1);n.assign(h,(0,Pe._)`${b}${(0,Fv.callValidateCode)(r,l,D,T)}`,e.modifying)}function w(b){var D;n.if((0,Pe.not)((D=e.valid)!==null&&D!==void 0?D:h),b)}}ot.funcKeywordCode=Uv;function wl(r){let{gen:e,data:t,it:n}=r;e.if(n.parentData,()=>e.assign(t,(0,Pe._)`${n.parentData}[${n.parentDataProperty}]`))}function Gv(r,e){let{gen:t}=r;t.if((0,Pe._)`Array.isArray(${e})`,()=>{t.assign(Bt.default.vErrors,(0,Pe._)`${Bt.default.vErrors} === null ? ${e} : ${Bt.default.vErrors}.concat(${e})`).assign(Bt.default.errors,(0,Pe._)`${Bt.default.vErrors}.length`),(0,Vv.extendErrors)(r)},()=>r.error())}function zv({schemaEnv:r},e){if(e.async&&!r.$async)throw new Error("async keyword in sync schema")}function bl(r,e,t){if(t===void 0)throw new Error(`keyword "${e}" failed to compile`);return r.scopeValue("keyword",typeof t=="function"?{ref:t}:{ref:t,code:(0,Pe.stringify)(t)})}function Kv(r,e,t=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(r):n==="object"?r&&typeof r=="object"&&!Array.isArray(r):typeof r==n||t&&typeof r>"u")}ot.validSchemaType=Kv;function Xv({schema:r,opts:e,self:t,errSchemaPath:n},s,i){if(Array.isArray(s.keyword)?!s.keyword.includes(i):s.keyword!==i)throw new Error("ajv implementation error");let a=s.dependencies;if(a!=null&&a.some(c=>!Object.prototype.hasOwnProperty.call(r,c)))throw new Error(`parent schema must have dependencies of ${i}: ${a.join(",")}`);if(s.validateSchema&&!s.validateSchema(r[i])){let u=`keyword "${i}" value is invalid at path "${n}": `+t.errorsText(s.validateSchema.errors);if(e.validateSchema==="log")t.logger.error(u);else throw new Error(u)}}ot.validateKeywordUsage=Xv});var Pl=y(Tt=>{"use strict";Object.defineProperty(Tt,"__esModule",{value:!0});Tt.extendSubschemaMode=Tt.extendSubschemaData=Tt.getSubschema=void 0;var ct=L(),Ol=G();function Bv(r,{keyword:e,schemaProp:t,schema:n,schemaPath:s,errSchemaPath:i,topSchemaRef:a}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let c=r.schema[e];return t===void 0?{schema:c,schemaPath:(0,ct._)`${r.schemaPath}${(0,ct.getProperty)(e)}`,errSchemaPath:`${r.errSchemaPath}/${e}`}:{schema:c[t],schemaPath:(0,ct._)`${r.schemaPath}${(0,ct.getProperty)(e)}${(0,ct.getProperty)(t)}`,errSchemaPath:`${r.errSchemaPath}/${e}/${(0,Ol.escapeFragment)(t)}`}}if(n!==void 0){if(s===void 0||i===void 0||a===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:s,topSchemaRef:a,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')}Tt.getSubschema=Bv;function Wv(r,e,{dataProp:t,dataPropType:n,data:s,dataTypes:i,propertyName:a}){if(s!==void 0&&t!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:c}=e;if(t!==void 0){let{errorPath:o,dataPathArr:l,opts:h}=e,v=c.let("data",(0,ct._)`${e.data}${(0,ct.getProperty)(t)}`,!0);u(v),r.errorPath=(0,ct.str)`${o}${(0,Ol.getErrorPath)(t,n,h.jsPropertySyntax)}`,r.parentDataProperty=(0,ct._)`${t}`,r.dataPathArr=[...l,r.parentDataProperty]}if(s!==void 0){let o=s instanceof ct.Name?s:c.let("data",s,!0);u(o),a!==void 0&&(r.propertyName=a)}i&&(r.dataTypes=i);function u(o){r.data=o,r.dataLevel=e.dataLevel+1,r.dataTypes=[],e.definedProperties=new Set,r.parentData=e.data,r.dataNames=[...e.dataNames,o]}}Tt.extendSubschemaData=Wv;function Jv(r,{jtdDiscriminator:e,jtdMetadata:t,compositeRule:n,createErrors:s,allErrors:i}){n!==void 0&&(r.compositeRule=n),s!==void 0&&(r.createErrors=s),i!==void 0&&(r.allErrors=i),r.jtdDiscriminator=e,r.jtdMetadata=t}Tt.extendSubschemaMode=Jv});var Ai=y((Zw,Rl)=>{"use strict";Rl.exports=function r(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var n,s,i;if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(s=n;s--!==0;)if(!r(e[s],t[s]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[s]))return!1;for(s=n;s--!==0;){var a=i[s];if(!r(e[a],t[a]))return!1}return!0}return e!==e&&t!==t}});var Nl=y((Qw,Cl)=>{"use strict";var At=Cl.exports=function(r,e,t){typeof e=="function"&&(t=e,e={}),t=e.cb||t;var n=typeof t=="function"?t:t.pre||function(){},s=t.post||function(){};us(e,n,s,r,"",r)};At.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};At.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};At.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};At.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};function us(r,e,t,n,s,i,a,c,u,o){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,s,i,a,c,u,o);for(var l in n){var h=n[l];if(Array.isArray(h)){if(l in At.arrayKeywords)for(var v=0;v<h.length;v++)us(r,e,t,h[v],s+"/"+l+"/"+v,i,s,l,n,v)}else if(l in At.propsKeywords){if(h&&typeof h=="object")for(var m in h)us(r,e,t,h[m],s+"/"+l+"/"+Yv(m),i,s,l,n,m)}else(l in At.keywords||r.allKeys&&!(l in At.skipKeywords))&&us(r,e,t,h,s+"/"+l,i,s,l,n)}t(n,s,i,a,c,u,o)}}function Yv(r){return r.replace(/~/g,"~0").replace(/\//g,"~1")}});var hn=y(Ne=>{"use strict";Object.defineProperty(Ne,"__esModule",{value:!0});Ne.getSchemaRefs=Ne.resolveUrl=Ne.normalizeId=Ne._getFullPath=Ne.getFullPath=Ne.inlineRef=void 0;var Zv=G(),Qv=Ai(),e_=Nl(),t_=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function r_(r,e=!0){return typeof r=="boolean"?!0:e===!0?!qi(r):e?Il(r)<=e:!1}Ne.inlineRef=r_;var n_=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function qi(r){for(let e in r){if(n_.has(e))return!0;let t=r[e];if(Array.isArray(t)&&t.some(qi)||typeof t=="object"&&qi(t))return!0}return!1}function Il(r){let e=0;for(let t in r){if(t==="$ref")return 1/0;if(e++,!t_.has(t)&&(typeof r[t]=="object"&&(0,Zv.eachItem)(r[t],n=>e+=Il(n)),e===1/0))return 1/0}return e}function Tl(r,e="",t){t!==!1&&(e=wr(e));let n=r.parse(e);return Al(r,n)}Ne.getFullPath=Tl;function Al(r,e){return r.serialize(e).split("#")[0]+"#"}Ne._getFullPath=Al;var s_=/#\/?$/;function wr(r){return r?r.replace(s_,""):""}Ne.normalizeId=wr;function i_(r,e,t){return t=wr(t),r.resolve(e,t)}Ne.resolveUrl=i_;var a_=/^[a-z_][-a-z0-9._]*$/i;function o_(r,e){if(typeof r=="boolean")return{};let{schemaId:t,uriResolver:n}=this.opts,s=wr(r[t]||e),i={"":s},a=Tl(n,s,!1),c={},u=new Set;return e_(r,{allKeys:!0},(h,v,m,$)=>{if($===void 0)return;let E=a+v,w=i[$];typeof h[t]=="string"&&(w=b.call(this,h[t])),D.call(this,h.$anchor),D.call(this,h.$dynamicAnchor),i[v]=w;function b(T){let z=this.opts.uriResolver.resolve;if(T=wr(w?z(w,T):T),u.has(T))throw l(T);u.add(T);let N=this.refs[T];return typeof N=="string"&&(N=this.refs[N]),typeof N=="object"?o(h,N.schema,T):T!==wr(E)&&(T[0]==="#"?(o(h,c[T],T),c[T]=h):this.refs[T]=E),T}function D(T){if(typeof T=="string"){if(!a_.test(T))throw new Error(`invalid anchor "${T}"`);b.call(this,`#${T}`)}}}),c;function o(h,v,m){if(v!==void 0&&!Qv(h,v))throw l(m)}function l(h){return new Error(`reference "${h}" resolves to more than one schema`)}}Ne.getSchemaRefs=o_});var gn=y(qt=>{"use strict";Object.defineProperty(qt,"__esModule",{value:!0});qt.getData=qt.KeywordCxt=qt.validateFunctionCode=void 0;var Ll=dl(),ql=dn(),ji=Oi(),ls=dn(),c_=yl(),mn=Sl(),Di=Pl(),R=L(),I=$t(),u_=hn(),Et=G(),pn=ln();function l_(r){if(Vl(r)&&(Hl(r),Fl(r))){h_(r);return}Ml(r,()=>(0,Ll.topBoolOrEmptySchema)(r))}qt.validateFunctionCode=l_;function Ml({gen:r,validateName:e,schema:t,schemaEnv:n,opts:s},i){s.code.es5?r.func(e,(0,R._)`${I.default.data}, ${I.default.valCxt}`,n.$async,()=>{r.code((0,R._)`"use strict"; ${Dl(t,s)}`),d_(r,s),r.code(i)}):r.func(e,(0,R._)`${I.default.data}, ${f_(s)}`,n.$async,()=>r.code(Dl(t,s)).code(i))}function f_(r){return(0,R._)`{${I.default.instancePath}="", ${I.default.parentData}, ${I.default.parentDataProperty}, ${I.default.rootData}=${I.default.data}${r.dynamicRef?(0,R._)`, ${I.default.dynamicAnchors}={}`:R.nil}}={}`}function d_(r,e){r.if(I.default.valCxt,()=>{r.var(I.default.instancePath,(0,R._)`${I.default.valCxt}.${I.default.instancePath}`),r.var(I.default.parentData,(0,R._)`${I.default.valCxt}.${I.default.parentData}`),r.var(I.default.parentDataProperty,(0,R._)`${I.default.valCxt}.${I.default.parentDataProperty}`),r.var(I.default.rootData,(0,R._)`${I.default.valCxt}.${I.default.rootData}`),e.dynamicRef&&r.var(I.default.dynamicAnchors,(0,R._)`${I.default.valCxt}.${I.default.dynamicAnchors}`)},()=>{r.var(I.default.instancePath,(0,R._)`""`),r.var(I.default.parentData,(0,R._)`undefined`),r.var(I.default.parentDataProperty,(0,R._)`undefined`),r.var(I.default.rootData,I.default.data),e.dynamicRef&&r.var(I.default.dynamicAnchors,(0,R._)`{}`)})}function h_(r){let{schema:e,opts:t,gen:n}=r;Ml(r,()=>{t.$comment&&e.$comment&&Gl(r),__(r),n.let(I.default.vErrors,null),n.let(I.default.errors,0),t.unevaluated&&p_(r),Ul(r),E_(r)})}function p_(r){let{gen:e,validateName:t}=r;r.evaluated=e.const("evaluated",(0,R._)`${t}.evaluated`),e.if((0,R._)`${r.evaluated}.dynamicProps`,()=>e.assign((0,R._)`${r.evaluated}.props`,(0,R._)`undefined`)),e.if((0,R._)`${r.evaluated}.dynamicItems`,()=>e.assign((0,R._)`${r.evaluated}.items`,(0,R._)`undefined`))}function Dl(r,e){let t=typeof r=="object"&&r[e.schemaId];return t&&(e.code.source||e.code.process)?(0,R._)`/*# sourceURL=${t} */`:R.nil}function m_(r,e){if(Vl(r)&&(Hl(r),Fl(r))){g_(r,e);return}(0,Ll.boolOrEmptySchema)(r,e)}function Fl({schema:r,self:e}){if(typeof r=="boolean")return!r;for(let t in r)if(e.RULES.all[t])return!0;return!1}function Vl(r){return typeof r.schema!="boolean"}function g_(r,e){let{schema:t,gen:n,opts:s}=r;s.$comment&&t.$comment&&Gl(r),y_(r),$_(r);let i=n.const("_errs",I.default.errors);Ul(r,i),n.var(e,(0,R._)`${i} === ${I.default.errors}`)}function Hl(r){(0,Et.checkUnknownRules)(r),v_(r)}function Ul(r,e){if(r.opts.jtd)return jl(r,[],!1,e);let t=(0,ql.getSchemaTypes)(r.schema),n=(0,ql.coerceAndCheckDataType)(r,t);jl(r,t,!n,e)}function v_(r){let{schema:e,errSchemaPath:t,opts:n,self:s}=r;e.$ref&&n.ignoreKeywordsWithRef&&(0,Et.schemaHasRulesButRef)(e,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${t}"`)}function __(r){let{schema:e,opts:t}=r;e.default!==void 0&&t.useDefaults&&t.strictSchema&&(0,Et.checkStrictMode)(r,"default is ignored in the schema root")}function y_(r){let e=r.schema[r.opts.schemaId];e&&(r.baseId=(0,u_.resolveUrl)(r.opts.uriResolver,r.baseId,e))}function $_(r){if(r.schema.$async&&!r.schemaEnv.$async)throw new Error("async schema in sync schema")}function Gl({gen:r,schemaEnv:e,schema:t,errSchemaPath:n,opts:s}){let i=t.$comment;if(s.$comment===!0)r.code((0,R._)`${I.default.self}.logger.log(${i})`);else if(typeof s.$comment=="function"){let a=(0,R.str)`${n}/$comment`,c=r.scopeValue("root",{ref:e.root});r.code((0,R._)`${I.default.self}.opts.$comment(${i}, ${a}, ${c}.schema)`)}}function E_(r){let{gen:e,schemaEnv:t,validateName:n,ValidationError:s,opts:i}=r;t.$async?e.if((0,R._)`${I.default.errors} === 0`,()=>e.return(I.default.data),()=>e.throw((0,R._)`new ${s}(${I.default.vErrors})`)):(e.assign((0,R._)`${n}.errors`,I.default.vErrors),i.unevaluated&&w_(r),e.return((0,R._)`${I.default.errors} === 0`))}function w_({gen:r,evaluated:e,props:t,items:n}){t instanceof R.Name&&r.assign((0,R._)`${e}.props`,t),n instanceof R.Name&&r.assign((0,R._)`${e}.items`,n)}function jl(r,e,t,n){let{gen:s,schema:i,data:a,allErrors:c,opts:u,self:o}=r,{RULES:l}=o;if(i.$ref&&(u.ignoreKeywordsWithRef||!(0,Et.schemaHasRulesButRef)(i,l))){s.block(()=>zl(r,"$ref",l.all.$ref.definition));return}u.jtd||b_(r,e),s.block(()=>{for(let v of l.rules)h(v);h(l.post)});function h(v){!(0,ji.shouldUseGroup)(i,v)||(v.type?(s.if((0,ls.checkDataType)(v.type,a,u.strictNumbers)),kl(r,v),e.length===1&&e[0]===v.type&&t&&(s.else(),(0,ls.reportTypeError)(r)),s.endIf()):kl(r,v),c||s.if((0,R._)`${I.default.errors} === ${n||0}`))}}function kl(r,e){let{gen:t,schema:n,opts:{useDefaults:s}}=r;s&&(0,c_.assignDefaults)(r,e.type),t.block(()=>{for(let i of e.rules)(0,ji.shouldUseRule)(n,i)&&zl(r,i.keyword,i.definition,e.type)})}function b_(r,e){r.schemaEnv.meta||!r.opts.strictTypes||(S_(r,e),r.opts.allowUnionTypes||O_(r,e),P_(r,r.dataTypes))}function S_(r,e){if(!!e.length){if(!r.dataTypes.length){r.dataTypes=e;return}e.forEach(t=>{xl(r.dataTypes,t)||ki(r,`type "${t}" not allowed by context "${r.dataTypes.join(",")}"`)}),r.dataTypes=r.dataTypes.filter(t=>xl(e,t))}}function O_(r,e){e.length>1&&!(e.length===2&&e.includes("null"))&&ki(r,"use allowUnionTypes to allow union type keyword")}function P_(r,e){let t=r.self.RULES.all;for(let n in t){let s=t[n];if(typeof s=="object"&&(0,ji.shouldUseRule)(r.schema,s)){let{type:i}=s.definition;i.length&&!i.some(a=>R_(e,a))&&ki(r,`missing type "${i.join(",")}" for keyword "${n}"`)}}}function R_(r,e){return r.includes(e)||e==="number"&&r.includes("integer")}function xl(r,e){return r.includes(e)||e==="integer"&&r.includes("number")}function ki(r,e){e+=` at "${r.schemaEnv.baseId+r.errSchemaPath}" (strictTypes)`,(0,Et.checkStrictMode)(r,e,r.opts.strictTypes)}var xi=class{constructor(e,t,n){if((0,mn.validateKeywordUsage)(e,t,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Et.schemaRefOrVal)(e,this.schema,n,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",Kl(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,mn.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(t.schemaType)}`);("code"in t?t.trackErrors:t.errors!==!1)&&(this.errsCount=e.gen.const("_errs",I.default.errors))}result(e,t,n){this.failResult((0,R.not)(e),t,n)}failResult(e,t,n){this.gen.if(e),n?n():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,R.not)(e),void 0,t)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:t}=this;this.fail((0,R._)`${t} !== undefined && (${(0,R.or)(this.invalid$data(),e)})`)}error(e,t,n){if(t){this.setParams(t),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,t){(e?pn.reportExtraError:pn.reportError)(this,this.def.error,t)}$dataError(){(0,pn.reportError)(this,this.def.$dataError||pn.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,pn.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,n=R.nil){this.gen.block(()=>{this.check$data(e,n),t()})}check$data(e=R.nil,t=R.nil){if(!this.$data)return;let{gen:n,schemaCode:s,schemaType:i,def:a}=this;n.if((0,R.or)((0,R._)`${s} === undefined`,t)),e!==R.nil&&n.assign(e,!0),(i.length||a.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==R.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:t,schemaType:n,def:s,it:i}=this;return(0,R.or)(a(),c());function a(){if(n.length){if(!(t instanceof R.Name))throw new Error("ajv implementation error");let u=Array.isArray(n)?n:[n];return(0,R._)`${(0,ls.checkDataTypes)(u,t,i.opts.strictNumbers,ls.DataType.Wrong)}`}return R.nil}function c(){if(s.validateSchema){let u=e.scopeValue("validate$data",{ref:s.validateSchema});return(0,R._)`!${u}(${t})`}return R.nil}}subschema(e,t){let n=(0,Di.getSubschema)(this.it,e);(0,Di.extendSubschemaData)(n,this.it,e),(0,Di.extendSubschemaMode)(n,e);let s=Ve(ie(ie({},this.it),n),{items:void 0,props:void 0});return m_(s,t),s}mergeEvaluated(e,t){let{it:n,gen:s}=this;!n.opts.unevaluated||(n.props!==!0&&e.props!==void 0&&(n.props=Et.mergeEvaluated.props(s,e.props,n.props,t)),n.items!==!0&&e.items!==void 0&&(n.items=Et.mergeEvaluated.items(s,e.items,n.items,t)))}mergeValidEvaluated(e,t){let{it:n,gen:s}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return s.if(t,()=>this.mergeEvaluated(e,R.Name)),!0}};qt.KeywordCxt=xi;function zl(r,e,t,n){let s=new xi(r,t,e);"code"in t?t.code(s,n):s.$data&&t.validate?(0,mn.funcKeywordCode)(s,t):"macro"in t?(0,mn.macroKeywordCode)(s,t):(t.compile||t.validate)&&(0,mn.funcKeywordCode)(s,t)}var C_=/^\/(?:[^~]|~0|~1)*$/,N_=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Kl(r,{dataLevel:e,dataNames:t,dataPathArr:n}){let s,i;if(r==="")return I.default.rootData;if(r[0]==="/"){if(!C_.test(r))throw new Error(`Invalid JSON-pointer: ${r}`);s=r,i=I.default.rootData}else{let o=N_.exec(r);if(!o)throw new Error(`Invalid JSON-pointer: ${r}`);let l=+o[1];if(s=o[2],s==="#"){if(l>=e)throw new Error(u("property/index",l));return n[e-l]}if(l>e)throw new Error(u("data",l));if(i=t[e-l],!s)return i}let a=i,c=s.split("/");for(let o of c)o&&(i=(0,R._)`${i}${(0,R.getProperty)((0,Et.unescapeJsonPointer)(o))}`,a=(0,R._)`${a} && ${i}`);return a;function u(o,l){return`Cannot access ${o} ${l} levels up, current level is ${e}`}}qt.getData=Kl});var Mi=y(Li=>{"use strict";Object.defineProperty(Li,"__esModule",{value:!0});var Xl=class extends Error{constructor(e){super("validation failed");this.errors=e,this.ajv=this.validation=!0}};Li.default=Xl});var Hi=y(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});var Fi=hn(),Bl=class extends Error{constructor(e,t,n,s){super(s||`can't resolve reference ${n} from id ${t}`);this.missingRef=(0,Fi.resolveUrl)(e,t,n),this.missingSchema=(0,Fi.normalizeId)((0,Fi.getFullPath)(e,this.missingRef))}};Vi.default=Bl});var ds=y(Ke=>{"use strict";Object.defineProperty(Ke,"__esModule",{value:!0});Ke.resolveSchema=Ke.getCompilingSchema=Ke.resolveRef=Ke.compileSchema=Ke.SchemaEnv=void 0;var Ye=L(),I_=Mi(),Wt=$t(),Ze=hn(),Wl=G(),T_=gn(),vn=class{constructor(e){var t;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(t=e.baseId)!==null&&t!==void 0?t:(0,Ze.normalizeId)(n==null?void 0:n[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n==null?void 0:n.$async,this.refs={}}};Ke.SchemaEnv=vn;function Gi(r){let e=Jl.call(this,r);if(e)return e;let t=(0,Ze.getFullPath)(this.opts.uriResolver,r.root.baseId),{es5:n,lines:s}=this.opts.code,{ownProperties:i}=this.opts,a=new Ye.CodeGen(this.scope,{es5:n,lines:s,ownProperties:i}),c;r.$async&&(c=a.scopeValue("Error",{ref:I_.default,code:(0,Ye._)`require("ajv/dist/runtime/validation_error").default`}));let u=a.scopeName("validate");r.validateName=u;let o={gen:a,allErrors:this.opts.allErrors,data:Wt.default.data,parentData:Wt.default.parentData,parentDataProperty:Wt.default.parentDataProperty,dataNames:[Wt.default.data],dataPathArr:[Ye.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:a.scopeValue("schema",this.opts.code.source===!0?{ref:r.schema,code:(0,Ye.stringify)(r.schema)}:{ref:r.schema}),validateName:u,ValidationError:c,schema:r.schema,schemaEnv:r,rootId:t,baseId:r.baseId||t,schemaPath:Ye.nil,errSchemaPath:r.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Ye._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(r),(0,T_.validateFunctionCode)(o),a.optimize(this.opts.code.optimize);let h=a.toString();l=`${a.scopeRefs(Wt.default.scope)}return ${h}`,this.opts.code.process&&(l=this.opts.code.process(l,r));let m=new Function(`${Wt.default.self}`,`${Wt.default.scope}`,l)(this,this.scope.get());if(this.scope.value(u,{ref:m}),m.errors=null,m.schema=r.schema,m.schemaEnv=r,r.$async&&(m.$async=!0),this.opts.code.source===!0&&(m.source={validateName:u,validateCode:h,scopeValues:a._values}),this.opts.unevaluated){let{props:$,items:E}=o;m.evaluated={props:$ instanceof Ye.Name?void 0:$,items:E instanceof Ye.Name?void 0:E,dynamicProps:$ instanceof Ye.Name,dynamicItems:E instanceof Ye.Name},m.source&&(m.source.evaluated=(0,Ye.stringify)(m.evaluated))}return r.validate=m,r}catch(h){throw delete r.validate,delete r.validateName,l&&this.logger.error("Error compiling schema, function code:",l),h}finally{this._compilations.delete(r)}}Ke.compileSchema=Gi;function A_(r,e,t){var n;t=(0,Ze.resolveUrl)(this.opts.uriResolver,e,t);let s=r.refs[t];if(s)return s;let i=j_.call(this,r,t);if(i===void 0){let a=(n=r.localRefs)===null||n===void 0?void 0:n[t],{schemaId:c}=this.opts;a&&(i=new vn({schema:a,schemaId:c,root:r,baseId:e}))}if(i!==void 0)return r.refs[t]=q_.call(this,i)}Ke.resolveRef=A_;function q_(r){return(0,Ze.inlineRef)(r.schema,this.opts.inlineRefs)?r.schema:r.validate?r:Gi.call(this,r)}function Jl(r){for(let e of this._compilations)if(D_(e,r))return e}Ke.getCompilingSchema=Jl;function D_(r,e){return r.schema===e.schema&&r.root===e.root&&r.baseId===e.baseId}function j_(r,e){let t;for(;typeof(t=this.refs[e])=="string";)e=t;return t||this.schemas[e]||fs.call(this,r,e)}function fs(r,e){let t=this.opts.uriResolver.parse(e),n=(0,Ze._getFullPath)(this.opts.uriResolver,t),s=(0,Ze.getFullPath)(this.opts.uriResolver,r.baseId,void 0);if(Object.keys(r.schema).length>0&&n===s)return Ui.call(this,t,r);let i=(0,Ze.normalizeId)(n),a=this.refs[i]||this.schemas[i];if(typeof a=="string"){let c=fs.call(this,r,a);return typeof(c==null?void 0:c.schema)!="object"?void 0:Ui.call(this,t,c)}if(typeof(a==null?void 0:a.schema)=="object"){if(a.validate||Gi.call(this,a),i===(0,Ze.normalizeId)(e)){let{schema:c}=a,{schemaId:u}=this.opts,o=c[u];return o&&(s=(0,Ze.resolveUrl)(this.opts.uriResolver,s,o)),new vn({schema:c,schemaId:u,root:r,baseId:s})}return Ui.call(this,t,a)}}Ke.resolveSchema=fs;var k_=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Ui(r,{baseId:e,schema:t,root:n}){var s;if(((s=r.fragment)===null||s===void 0?void 0:s[0])!=="/")return;for(let c of r.fragment.slice(1).split("/")){if(typeof t=="boolean")return;let u=t[(0,Wl.unescapeFragment)(c)];if(u===void 0)return;t=u;let o=typeof t=="object"&&t[this.opts.schemaId];!k_.has(c)&&o&&(e=(0,Ze.resolveUrl)(this.opts.uriResolver,e,o))}let i;if(typeof t!="boolean"&&t.$ref&&!(0,Wl.schemaHasRulesButRef)(t,this.RULES)){let c=(0,Ze.resolveUrl)(this.opts.uriResolver,e,t.$ref);i=fs.call(this,n,c)}let{schemaId:a}=this.opts;if(i=i||new vn({schema:t,schemaId:a,root:n,baseId:e}),i.schema!==i.root.schema)return i}});var Yl=y((ib,x_)=>{x_.exports={$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}});var Ql=y((hs,Zl)=>{(function(r,e){typeof hs=="object"&&typeof Zl<"u"?e(hs):typeof define=="function"&&define.amd?define(["exports"],e):e(r.URI=r.URI||{})})(hs,function(r){"use strict";function e(){for(var d=arguments.length,f=Array(d),p=0;p<d;p++)f[p]=arguments[p];if(f.length>1){f[0]=f[0].slice(0,-1);for(var g=f.length-1,_=1;_<g;++_)f[_]=f[_].slice(1,-1);return f[g]=f[g].slice(1),f.join("")}else return f[0]}function t(d){return"(?:"+d+")"}function n(d){return d===void 0?"undefined":d===null?"null":Object.prototype.toString.call(d).split(" ").pop().split("]").shift().toLowerCase()}function s(d){return d.toUpperCase()}function i(d){return d!=null?d instanceof Array?d:typeof d.length!="number"||d.split||d.setInterval||d.call?[d]:Array.prototype.slice.call(d):[]}function a(d,f){var p=d;if(f)for(var g in f)p[g]=f[g];return p}function c(d){var f="[A-Za-z]",p="[\\x0D]",g="[0-9]",_="[\\x22]",S=e(g,"[A-Fa-f]"),A="[\\x0A]",H="[\\x20]",B=t(t("%[EFef]"+S+"%"+S+S+"%"+S+S)+"|"+t("%[89A-Fa-f]"+S+"%"+S+S)+"|"+t("%"+S+S)),ce="[\\:\\/\\?\\#\\[\\]\\@]",F="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",ne=e(ce,F),ue=d?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",re=d?"[\\uE000-\\uF8FF]":"[]",K=e(f,g,"[\\-\\.\\_\\~]",ue),se=t(f+e(f,g,"[\\+\\-\\.]")+"*"),W=t(t(B+"|"+e(K,F,"[\\:]"))+"*"),kt=t(t("25[0-5]")+"|"+t("2[0-4]"+g)+"|"+t("1"+g+g)+"|"+t("[1-9]"+g)+"|"+g),Ae=t(t("25[0-5]")+"|"+t("2[0-4]"+g)+"|"+t("1"+g+g)+"|"+t("0?[1-9]"+g)+"|0?0?"+g),Me=t(Ae+"\\."+Ae+"\\."+Ae+"\\."+Ae),Y=t(S+"{1,4}"),qe=t(t(Y+"\\:"+Y)+"|"+Me),Fe=t(t(Y+"\\:")+"{6}"+qe),st=t("\\:\\:"+t(Y+"\\:")+"{5}"+qe),xt=t(t(Y)+"?\\:\\:"+t(Y+"\\:")+"{4}"+qe),pt=t(t(t(Y+"\\:")+"{0,1}"+Y)+"?\\:\\:"+t(Y+"\\:")+"{3}"+qe),Lr=t(t(t(Y+"\\:")+"{0,2}"+Y)+"?\\:\\:"+t(Y+"\\:")+"{2}"+qe),Dn=t(t(t(Y+"\\:")+"{0,3}"+Y)+"?\\:\\:"+Y+"\\:"+qe),jn=t(t(t(Y+"\\:")+"{0,4}"+Y)+"?\\:\\:"+qe),sr=t(t(t(Y+"\\:")+"{0,5}"+Y)+"?\\:\\:"+Y),ir=t(t(t(Y+"\\:")+"{0,6}"+Y)+"?\\:\\:"),mt=t([Fe,st,xt,pt,Lr,Dn,jn,sr,ir].join("|")),ar=t(t(K+"|"+B)+"+"),Ds=t(mt+"\\%25"+ar),Lt=t(mt+t("\\%25|\\%(?!"+S+"{2})")+ar),ih=t("[vV]"+S+"+\\."+e(K,F,"[\\:]")+"+"),ah=t("\\["+t(Lt+"|"+mt+"|"+ih)+"\\]"),ao=t(t(B+"|"+e(K,F))+"*"),Mr=t(ah+"|"+Me+"(?!"+ao+")|"+ao),Fr=t(g+"*"),oo=t(t(W+"@")+"?"+Mr+t("\\:"+Fr)+"?"),Vr=t(B+"|"+e(K,F,"[\\:\\@]")),oh=t(Vr+"*"),co=t(Vr+"+"),ch=t(t(B+"|"+e(K,F,"[\\@]"))+"+"),gt=t(t("\\/"+oh)+"*"),or=t("\\/"+t(co+gt)+"?"),js=t(ch+gt),kn=t(co+gt),cr="(?!"+Vr+")",CE=t(gt+"|"+or+"|"+js+"|"+kn+"|"+cr),ur=t(t(Vr+"|"+e("[\\/\\?]",re))+"*"),Hr=t(t(Vr+"|[\\/\\?]")+"*"),uo=t(t("\\/\\/"+oo+gt)+"|"+or+"|"+kn+"|"+cr),uh=t(se+"\\:"+uo+t("\\?"+ur)+"?"+t("\\#"+Hr)+"?"),lh=t(t("\\/\\/"+oo+gt)+"|"+or+"|"+js+"|"+cr),fh=t(lh+t("\\?"+ur)+"?"+t("\\#"+Hr)+"?"),NE=t(uh+"|"+fh),IE=t(se+"\\:"+uo+t("\\?"+ur)+"?"),TE="^("+se+")\\:"+t(t("\\/\\/("+t("("+W+")@")+"?("+Mr+")"+t("\\:("+Fr+")")+"?)")+"?("+gt+"|"+or+"|"+kn+"|"+cr+")")+t("\\?("+ur+")")+"?"+t("\\#("+Hr+")")+"?$",AE="^(){0}"+t(t("\\/\\/("+t("("+W+")@")+"?("+Mr+")"+t("\\:("+Fr+")")+"?)")+"?("+gt+"|"+or+"|"+js+"|"+cr+")")+t("\\?("+ur+")")+"?"+t("\\#("+Hr+")")+"?$",qE="^("+se+")\\:"+t(t("\\/\\/("+t("("+W+")@")+"?("+Mr+")"+t("\\:("+Fr+")")+"?)")+"?("+gt+"|"+or+"|"+kn+"|"+cr+")")+t("\\?("+ur+")")+"?$",DE="^"+t("\\#("+Hr+")")+"?$",jE="^"+t("("+W+")@")+"?("+Mr+")"+t("\\:("+Fr+")")+"?$";return{NOT_SCHEME:new RegExp(e("[^]",f,g,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(e("[^\\%\\:]",K,F),"g"),NOT_HOST:new RegExp(e("[^\\%\\[\\]\\:]",K,F),"g"),NOT_PATH:new RegExp(e("[^\\%\\/\\:\\@]",K,F),"g"),NOT_PATH_NOSCHEME:new RegExp(e("[^\\%\\/\\@]",K,F),"g"),NOT_QUERY:new RegExp(e("[^\\%]",K,F,"[\\:\\@\\/\\?]",re),"g"),NOT_FRAGMENT:new RegExp(e("[^\\%]",K,F,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(e("[^]",K,F),"g"),UNRESERVED:new RegExp(K,"g"),OTHER_CHARS:new RegExp(e("[^\\%]",K,ne),"g"),PCT_ENCODED:new RegExp(B,"g"),IPV4ADDRESS:new RegExp("^("+Me+")$"),IPV6ADDRESS:new RegExp("^\\[?("+mt+")"+t(t("\\%25|\\%(?!"+S+"{2})")+"("+ar+")")+"?\\]?$")}}var u=c(!1),o=c(!0),l=function(){function d(f,p){var g=[],_=!0,S=!1,A=void 0;try{for(var H=f[Symbol.iterator](),B;!(_=(B=H.next()).done)&&(g.push(B.value),!(p&&g.length===p));_=!0);}catch(ce){S=!0,A=ce}finally{try{!_&&H.return&&H.return()}finally{if(S)throw A}}return g}return function(f,p){if(Array.isArray(f))return f;if(Symbol.iterator in Object(f))return d(f,p);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),h=function(d){if(Array.isArray(d)){for(var f=0,p=Array(d.length);f<d.length;f++)p[f]=d[f];return p}else return Array.from(d)},v=2147483647,m=36,$=1,E=26,w=38,b=700,D=72,T=128,z="-",N=/^xn--/,ge=/[^\0-\x7E]/,je=/[\x2E\u3002\uFF0E\uFF61]/g,bt={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ke=m-$,te=Math.floor,xe=String.fromCharCode;function et(d){throw new RangeError(bt[d])}function An(d,f){for(var p=[],g=d.length;g--;)p[g]=f(d[g]);return p}function qn(d,f){var p=d.split("@"),g="";p.length>1&&(g=p[0]+"@",d=p[1]),d=d.replace(je,".");var _=d.split("."),S=An(_,f).join(".");return g+S}function Ha(d){for(var f=[],p=0,g=d.length;p<g;){var _=d.charCodeAt(p++);if(_>=55296&&_<=56319&&p<g){var S=d.charCodeAt(p++);(S&64512)==56320?f.push(((_&1023)<<10)+(S&1023)+65536):(f.push(_),p--)}else f.push(_)}return f}var jd=function(f){return String.fromCodePoint.apply(String,h(f))},kd=function(f){return f-48<10?f-22:f-65<26?f-65:f-97<26?f-97:m},Ua=function(f,p){return f+22+75*(f<26)-((p!=0)<<5)},Ga=function(f,p,g){var _=0;for(f=g?te(f/b):f>>1,f+=te(f/p);f>ke*E>>1;_+=m)f=te(f/ke);return te(_+(ke+1)*f/(f+w))},za=function(f){var p=[],g=f.length,_=0,S=T,A=D,H=f.lastIndexOf(z);H<0&&(H=0);for(var B=0;B<H;++B)f.charCodeAt(B)>=128&&et("not-basic"),p.push(f.charCodeAt(B));for(var ce=H>0?H+1:0;ce<g;){for(var F=_,ne=1,ue=m;;ue+=m){ce>=g&&et("invalid-input");var re=kd(f.charCodeAt(ce++));(re>=m||re>te((v-_)/ne))&&et("overflow"),_+=re*ne;var K=ue<=A?$:ue>=A+E?E:ue-A;if(re<K)break;var se=m-K;ne>te(v/se)&&et("overflow"),ne*=se}var W=p.length+1;A=Ga(_-F,W,F==0),te(_/W)>v-S&&et("overflow"),S+=te(_/W),_%=W,p.splice(_++,0,S)}return String.fromCodePoint.apply(String,p)},Ka=function(f){var p=[];f=Ha(f);var g=f.length,_=T,S=0,A=D,H=!0,B=!1,ce=void 0;try{for(var F=f[Symbol.iterator](),ne;!(H=(ne=F.next()).done);H=!0){var ue=ne.value;ue<128&&p.push(xe(ue))}}catch(Lt){B=!0,ce=Lt}finally{try{!H&&F.return&&F.return()}finally{if(B)throw ce}}var re=p.length,K=re;for(re&&p.push(z);K<g;){var se=v,W=!0,kt=!1,Ae=void 0;try{for(var Me=f[Symbol.iterator](),Y;!(W=(Y=Me.next()).done);W=!0){var qe=Y.value;qe>=_&&qe<se&&(se=qe)}}catch(Lt){kt=!0,Ae=Lt}finally{try{!W&&Me.return&&Me.return()}finally{if(kt)throw Ae}}var Fe=K+1;se-_>te((v-S)/Fe)&&et("overflow"),S+=(se-_)*Fe,_=se;var st=!0,xt=!1,pt=void 0;try{for(var Lr=f[Symbol.iterator](),Dn;!(st=(Dn=Lr.next()).done);st=!0){var jn=Dn.value;if(jn<_&&++S>v&&et("overflow"),jn==_){for(var sr=S,ir=m;;ir+=m){var mt=ir<=A?$:ir>=A+E?E:ir-A;if(sr<mt)break;var ar=sr-mt,Ds=m-mt;p.push(xe(Ua(mt+ar%Ds,0))),sr=te(ar/Ds)}p.push(xe(Ua(sr,0))),A=Ga(S,Fe,K==re),S=0,++K}}}catch(Lt){xt=!0,pt=Lt}finally{try{!st&&Lr.return&&Lr.return()}finally{if(xt)throw pt}}++S,++_}return p.join("")},xd=function(f){return qn(f,function(p){return N.test(p)?za(p.slice(4).toLowerCase()):p})},Ld=function(f){return qn(f,function(p){return ge.test(p)?"xn--"+Ka(p):p})},er={version:"2.1.0",ucs2:{decode:Ha,encode:jd},decode:za,encode:Ka,toASCII:Ld,toUnicode:xd},Le={};function tt(d){var f=d.charCodeAt(0),p=void 0;return f<16?p="%0"+f.toString(16).toUpperCase():f<128?p="%"+f.toString(16).toUpperCase():f<2048?p="%"+(f>>6|192).toString(16).toUpperCase()+"%"+(f&63|128).toString(16).toUpperCase():p="%"+(f>>12|224).toString(16).toUpperCase()+"%"+(f>>6&63|128).toString(16).toUpperCase()+"%"+(f&63|128).toString(16).toUpperCase(),p}function tr(d){for(var f="",p=0,g=d.length;p<g;){var _=parseInt(d.substr(p+1,2),16);if(_<128)f+=String.fromCharCode(_),p+=3;else if(_>=194&&_<224){if(g-p>=6){var S=parseInt(d.substr(p+4,2),16);f+=String.fromCharCode((_&31)<<6|S&63)}else f+=d.substr(p,6);p+=6}else if(_>=224){if(g-p>=9){var A=parseInt(d.substr(p+4,2),16),H=parseInt(d.substr(p+7,2),16);f+=String.fromCharCode((_&15)<<12|(A&63)<<6|H&63)}else f+=d.substr(p,9);p+=9}else f+=d.substr(p,3),p+=3}return f}function Is(d,f){function p(g){var _=tr(g);return _.match(f.UNRESERVED)?_:g}return d.scheme&&(d.scheme=String(d.scheme).replace(f.PCT_ENCODED,p).toLowerCase().replace(f.NOT_SCHEME,"")),d.userinfo!==void 0&&(d.userinfo=String(d.userinfo).replace(f.PCT_ENCODED,p).replace(f.NOT_USERINFO,tt).replace(f.PCT_ENCODED,s)),d.host!==void 0&&(d.host=String(d.host).replace(f.PCT_ENCODED,p).toLowerCase().replace(f.NOT_HOST,tt).replace(f.PCT_ENCODED,s)),d.path!==void 0&&(d.path=String(d.path).replace(f.PCT_ENCODED,p).replace(d.scheme?f.NOT_PATH:f.NOT_PATH_NOSCHEME,tt).replace(f.PCT_ENCODED,s)),d.query!==void 0&&(d.query=String(d.query).replace(f.PCT_ENCODED,p).replace(f.NOT_QUERY,tt).replace(f.PCT_ENCODED,s)),d.fragment!==void 0&&(d.fragment=String(d.fragment).replace(f.PCT_ENCODED,p).replace(f.NOT_FRAGMENT,tt).replace(f.PCT_ENCODED,s)),d}function Ts(d){return d.replace(/^0*(.*)/,"$1")||"0"}function As(d,f){var p=d.match(f.IPV4ADDRESS)||[],g=l(p,2),_=g[1];return _?_.split(".").map(Ts).join("."):d}function Xa(d,f){var p=d.match(f.IPV6ADDRESS)||[],g=l(p,3),_=g[1],S=g[2];if(_){for(var A=_.toLowerCase().split("::").reverse(),H=l(A,2),B=H[0],ce=H[1],F=ce?ce.split(":").map(Ts):[],ne=B.split(":").map(Ts),ue=f.IPV4ADDRESS.test(ne[ne.length-1]),re=ue?7:8,K=ne.length-re,se=Array(re),W=0;W<re;++W)se[W]=F[W]||ne[K+W]||"";ue&&(se[re-1]=As(se[re-1],f));var kt=se.reduce(function(Fe,st,xt){if(!st||st==="0"){var pt=Fe[Fe.length-1];pt&&pt.index+pt.length===xt?pt.length++:Fe.push({index:xt,length:1})}return Fe},[]),Ae=kt.sort(function(Fe,st){return st.length-Fe.length})[0],Me=void 0;if(Ae&&Ae.length>1){var Y=se.slice(0,Ae.index),qe=se.slice(Ae.index+Ae.length);Me=Y.join(":")+"::"+qe.join(":")}else Me=se.join(":");return S&&(Me+="%"+S),Me}else return d}var Md=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,Fd="".match(/(){0}/)[1]===void 0;function dt(d){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p={},g=f.iri!==!1?o:u;f.reference==="suffix"&&(d=(f.scheme?f.scheme+":":"")+"//"+d);var _=d.match(Md);if(_){Fd?(p.scheme=_[1],p.userinfo=_[3],p.host=_[4],p.port=parseInt(_[5],10),p.path=_[6]||"",p.query=_[7],p.fragment=_[8],isNaN(p.port)&&(p.port=_[5])):(p.scheme=_[1]||void 0,p.userinfo=d.indexOf("@")!==-1?_[3]:void 0,p.host=d.indexOf("//")!==-1?_[4]:void 0,p.port=parseInt(_[5],10),p.path=_[6]||"",p.query=d.indexOf("?")!==-1?_[7]:void 0,p.fragment=d.indexOf("#")!==-1?_[8]:void 0,isNaN(p.port)&&(p.port=d.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?_[4]:void 0)),p.host&&(p.host=Xa(As(p.host,g),g)),p.scheme===void 0&&p.userinfo===void 0&&p.host===void 0&&p.port===void 0&&!p.path&&p.query===void 0?p.reference="same-document":p.scheme===void 0?p.reference="relative":p.fragment===void 0?p.reference="absolute":p.reference="uri",f.reference&&f.reference!=="suffix"&&f.reference!==p.reference&&(p.error=p.error||"URI is not a "+f.reference+" reference.");var S=Le[(f.scheme||p.scheme||"").toLowerCase()];if(!f.unicodeSupport&&(!S||!S.unicodeSupport)){if(p.host&&(f.domainHost||S&&S.domainHost))try{p.host=er.toASCII(p.host.replace(g.PCT_ENCODED,tr).toLowerCase())}catch(A){p.error=p.error||"Host's domain name can not be converted to ASCII via punycode: "+A}Is(p,u)}else Is(p,g);S&&S.parse&&S.parse(p,f)}else p.error=p.error||"URI can not be parsed.";return p}function Vd(d,f){var p=f.iri!==!1?o:u,g=[];return d.userinfo!==void 0&&(g.push(d.userinfo),g.push("@")),d.host!==void 0&&g.push(Xa(As(String(d.host),p),p).replace(p.IPV6ADDRESS,function(_,S,A){return"["+S+(A?"%25"+A:"")+"]"})),(typeof d.port=="number"||typeof d.port=="string")&&(g.push(":"),g.push(String(d.port))),g.length?g.join(""):void 0}var Ba=/^\.\.?\//,Wa=/^\/\.(\/|$)/,Ja=/^\/\.\.(\/|$)/,Hd=/^\/?(?:.|\n)*?(?=\/|$)/;function rr(d){for(var f=[];d.length;)if(d.match(Ba))d=d.replace(Ba,"");else if(d.match(Wa))d=d.replace(Wa,"/");else if(d.match(Ja))d=d.replace(Ja,"/"),f.pop();else if(d==="."||d==="..")d="";else{var p=d.match(Hd);if(p){var g=p[0];d=d.slice(g.length),f.push(g)}else throw new Error("Unexpected dot segment condition")}return f.join("")}function rt(d){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p=f.iri?o:u,g=[],_=Le[(f.scheme||d.scheme||"").toLowerCase()];if(_&&_.serialize&&_.serialize(d,f),d.host&&!p.IPV6ADDRESS.test(d.host)){if(f.domainHost||_&&_.domainHost)try{d.host=f.iri?er.toUnicode(d.host):er.toASCII(d.host.replace(p.PCT_ENCODED,tr).toLowerCase())}catch(H){d.error=d.error||"Host's domain name can not be converted to "+(f.iri?"Unicode":"ASCII")+" via punycode: "+H}}Is(d,p),f.reference!=="suffix"&&d.scheme&&(g.push(d.scheme),g.push(":"));var S=Vd(d,f);if(S!==void 0&&(f.reference!=="suffix"&&g.push("//"),g.push(S),d.path&&d.path.charAt(0)!=="/"&&g.push("/")),d.path!==void 0){var A=d.path;!f.absolutePath&&(!_||!_.absolutePath)&&(A=rr(A)),S===void 0&&(A=A.replace(/^\/\//,"/%2F")),g.push(A)}return d.query!==void 0&&(g.push("?"),g.push(d.query)),d.fragment!==void 0&&(g.push("#"),g.push(d.fragment)),g.join("")}function Ya(d,f){var p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},g=arguments[3],_={};return g||(d=dt(rt(d,p),p),f=dt(rt(f,p),p)),p=p||{},!p.tolerant&&f.scheme?(_.scheme=f.scheme,_.userinfo=f.userinfo,_.host=f.host,_.port=f.port,_.path=rr(f.path||""),_.query=f.query):(f.userinfo!==void 0||f.host!==void 0||f.port!==void 0?(_.userinfo=f.userinfo,_.host=f.host,_.port=f.port,_.path=rr(f.path||""),_.query=f.query):(f.path?(f.path.charAt(0)==="/"?_.path=rr(f.path):((d.userinfo!==void 0||d.host!==void 0||d.port!==void 0)&&!d.path?_.path="/"+f.path:d.path?_.path=d.path.slice(0,d.path.lastIndexOf("/")+1)+f.path:_.path=f.path,_.path=rr(_.path)),_.query=f.query):(_.path=d.path,f.query!==void 0?_.query=f.query:_.query=d.query),_.userinfo=d.userinfo,_.host=d.host,_.port=d.port),_.scheme=d.scheme),_.fragment=f.fragment,_}function Ud(d,f,p){var g=a({scheme:"null"},p);return rt(Ya(dt(d,g),dt(f,g),g,!0),g)}function Gd(d,f){return typeof d=="string"?d=rt(dt(d,f),f):n(d)==="object"&&(d=dt(rt(d,f),f)),d}function zd(d,f,p){return typeof d=="string"?d=rt(dt(d,p),p):n(d)==="object"&&(d=rt(d,p)),typeof f=="string"?f=rt(dt(f,p),p):n(f)==="object"&&(f=rt(f,p)),d===f}function Kd(d,f){return d&&d.toString().replace(!f||!f.iri?u.ESCAPE:o.ESCAPE,tt)}function ht(d,f){return d&&d.toString().replace(!f||!f.iri?u.PCT_ENCODED:o.PCT_ENCODED,tr)}var kr={scheme:"http",domainHost:!0,parse:function(f,p){return f.host||(f.error=f.error||"HTTP URIs must have a host."),f},serialize:function(f,p){var g=String(f.scheme).toLowerCase()==="https";return(f.port===(g?443:80)||f.port==="")&&(f.port=void 0),f.path||(f.path="/"),f}},Za={scheme:"https",domainHost:kr.domainHost,parse:kr.parse,serialize:kr.serialize};function Qa(d){return typeof d.secure=="boolean"?d.secure:String(d.scheme).toLowerCase()==="wss"}var xr={scheme:"ws",domainHost:!0,parse:function(f,p){var g=f;return g.secure=Qa(g),g.resourceName=(g.path||"/")+(g.query?"?"+g.query:""),g.path=void 0,g.query=void 0,g},serialize:function(f,p){if((f.port===(Qa(f)?443:80)||f.port==="")&&(f.port=void 0),typeof f.secure=="boolean"&&(f.scheme=f.secure?"wss":"ws",f.secure=void 0),f.resourceName){var g=f.resourceName.split("?"),_=l(g,2),S=_[0],A=_[1];f.path=S&&S!=="/"?S:void 0,f.query=A,f.resourceName=void 0}return f.fragment=void 0,f}},eo={scheme:"wss",domainHost:xr.domainHost,parse:xr.parse,serialize:xr.serialize},Xd={},Bd=!0,to="[A-Za-z0-9\\-\\.\\_\\~"+(Bd?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]",nt="[0-9A-Fa-f]",Wd=t(t("%[EFef]"+nt+"%"+nt+nt+"%"+nt+nt)+"|"+t("%[89A-Fa-f]"+nt+"%"+nt+nt)+"|"+t("%"+nt+nt)),Jd="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Yd="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",Zd=e(Yd,'[\\"\\\\]'),Qd="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",eh=new RegExp(to,"g"),nr=new RegExp(Wd,"g"),th=new RegExp(e("[^]",Jd,"[\\.]",'[\\"]',Zd),"g"),ro=new RegExp(e("[^]",to,Qd),"g"),rh=ro;function qs(d){var f=tr(d);return f.match(eh)?f:d}var no={scheme:"mailto",parse:function(f,p){var g=f,_=g.to=g.path?g.path.split(","):[];if(g.path=void 0,g.query){for(var S=!1,A={},H=g.query.split("&"),B=0,ce=H.length;B<ce;++B){var F=H[B].split("=");switch(F[0]){case"to":for(var ne=F[1].split(","),ue=0,re=ne.length;ue<re;++ue)_.push(ne[ue]);break;case"subject":g.subject=ht(F[1],p);break;case"body":g.body=ht(F[1],p);break;default:S=!0,A[ht(F[0],p)]=ht(F[1],p);break}}S&&(g.headers=A)}g.query=void 0;for(var K=0,se=_.length;K<se;++K){var W=_[K].split("@");if(W[0]=ht(W[0]),p.unicodeSupport)W[1]=ht(W[1],p).toLowerCase();else try{W[1]=er.toASCII(ht(W[1],p).toLowerCase())}catch(kt){g.error=g.error||"Email address's domain name can not be converted to ASCII via punycode: "+kt}_[K]=W.join("@")}return g},serialize:function(f,p){var g=f,_=i(f.to);if(_){for(var S=0,A=_.length;S<A;++S){var H=String(_[S]),B=H.lastIndexOf("@"),ce=H.slice(0,B).replace(nr,qs).replace(nr,s).replace(th,tt),F=H.slice(B+1);try{F=p.iri?er.toUnicode(F):er.toASCII(ht(F,p).toLowerCase())}catch(K){g.error=g.error||"Email address's domain name can not be converted to "+(p.iri?"Unicode":"ASCII")+" via punycode: "+K}_[S]=ce+"@"+F}g.path=_.join(",")}var ne=f.headers=f.headers||{};f.subject&&(ne.subject=f.subject),f.body&&(ne.body=f.body);var ue=[];for(var re in ne)ne[re]!==Xd[re]&&ue.push(re.replace(nr,qs).replace(nr,s).replace(ro,tt)+"="+ne[re].replace(nr,qs).replace(nr,s).replace(rh,tt));return ue.length&&(g.query=ue.join("&")),g}},nh=/^([^\:]+)\:(.*)/,so={scheme:"urn",parse:function(f,p){var g=f.path&&f.path.match(nh),_=f;if(g){var S=p.scheme||_.scheme||"urn",A=g[1].toLowerCase(),H=g[2],B=S+":"+(p.nid||A),ce=Le[B];_.nid=A,_.nss=H,_.path=void 0,ce&&(_=ce.parse(_,p))}else _.error=_.error||"URN can not be parsed.";return _},serialize:function(f,p){var g=p.scheme||f.scheme||"urn",_=f.nid,S=g+":"+(p.nid||_),A=Le[S];A&&(f=A.serialize(f,p));var H=f,B=f.nss;return H.path=(_||p.nid)+":"+B,H}},sh=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,io={scheme:"urn:uuid",parse:function(f,p){var g=f;return g.uuid=g.nss,g.nss=void 0,!p.tolerant&&(!g.uuid||!g.uuid.match(sh))&&(g.error=g.error||"UUID is not valid."),g},serialize:function(f,p){var g=f;return g.nss=(f.uuid||"").toLowerCase(),g}};Le[kr.scheme]=kr,Le[Za.scheme]=Za,Le[xr.scheme]=xr,Le[eo.scheme]=eo,Le[no.scheme]=no,Le[so.scheme]=so,Le[io.scheme]=io,r.SCHEMES=Le,r.pctEncChar=tt,r.pctDecChars=tr,r.parse=dt,r.removeDotSegments=rr,r.serialize=rt,r.resolveComponents=Ya,r.resolve=Ud,r.normalize=Gd,r.equal=zd,r.escapeComponent=Kd,r.unescapeComponent=ht,Object.defineProperty(r,"__esModule",{value:!0})})});var tf=y(zi=>{"use strict";Object.defineProperty(zi,"__esModule",{value:!0});var ef=Ql();ef.code='require("ajv/dist/runtime/uri").default';zi.default=ef});var lf=y(pe=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.CodeGen=pe.Name=pe.nil=pe.stringify=pe.str=pe._=pe.KeywordCxt=void 0;var L_=gn();Object.defineProperty(pe,"KeywordCxt",{enumerable:!0,get:function(){return L_.KeywordCxt}});var br=L();Object.defineProperty(pe,"_",{enumerable:!0,get:function(){return br._}});Object.defineProperty(pe,"str",{enumerable:!0,get:function(){return br.str}});Object.defineProperty(pe,"stringify",{enumerable:!0,get:function(){return br.stringify}});Object.defineProperty(pe,"nil",{enumerable:!0,get:function(){return br.nil}});Object.defineProperty(pe,"Name",{enumerable:!0,get:function(){return br.Name}});Object.defineProperty(pe,"CodeGen",{enumerable:!0,get:function(){return br.CodeGen}});var M_=Mi(),of=Hi(),F_=Si(),_n=ds(),V_=L(),yn=hn(),ps=dn(),Xi=G(),rf=Yl(),H_=tf(),cf=(r,e)=>new RegExp(r,e);cf.code="new RegExp";var U_=["removeAdditional","useDefaults","coerceTypes"],G_=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),z_={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."},K_={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},nf=200;function X_(r){var e,t,n,s,i,a,c,u,o,l,h,v,m,$,E,w,b,D,T,z,N,ge,je,bt,ke;let te=r.strict,xe=(e=r.code)===null||e===void 0?void 0:e.optimize,et=xe===!0||xe===void 0?1:xe||0,An=(n=(t=r.code)===null||t===void 0?void 0:t.regExp)!==null&&n!==void 0?n:cf,qn=(s=r.uriResolver)!==null&&s!==void 0?s:H_.default;return{strictSchema:(a=(i=r.strictSchema)!==null&&i!==void 0?i:te)!==null&&a!==void 0?a:!0,strictNumbers:(u=(c=r.strictNumbers)!==null&&c!==void 0?c:te)!==null&&u!==void 0?u:!0,strictTypes:(l=(o=r.strictTypes)!==null&&o!==void 0?o:te)!==null&&l!==void 0?l:"log",strictTuples:(v=(h=r.strictTuples)!==null&&h!==void 0?h:te)!==null&&v!==void 0?v:"log",strictRequired:($=(m=r.strictRequired)!==null&&m!==void 0?m:te)!==null&&$!==void 0?$:!1,code:r.code?Ve(ie({},r.code),{optimize:et,regExp:An}):{optimize:et,regExp:An},loopRequired:(E=r.loopRequired)!==null&&E!==void 0?E:nf,loopEnum:(w=r.loopEnum)!==null&&w!==void 0?w:nf,meta:(b=r.meta)!==null&&b!==void 0?b:!0,messages:(D=r.messages)!==null&&D!==void 0?D:!0,inlineRefs:(T=r.inlineRefs)!==null&&T!==void 0?T:!0,schemaId:(z=r.schemaId)!==null&&z!==void 0?z:"$id",addUsedSchema:(N=r.addUsedSchema)!==null&&N!==void 0?N:!0,validateSchema:(ge=r.validateSchema)!==null&&ge!==void 0?ge:!0,validateFormats:(je=r.validateFormats)!==null&&je!==void 0?je:!0,unicodeRegExp:(bt=r.unicodeRegExp)!==null&&bt!==void 0?bt:!0,int32range:(ke=r.int32range)!==null&&ke!==void 0?ke:!0,uriResolver:qn}}var ms=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts=ie(ie({},e),X_(e));let{es5:t,lines:n}=this.opts.code;this.scope=new V_.ValueScope({scope:{},prefixes:G_,es5:t,lines:n}),this.logger=Q_(e.logger);let s=e.validateFormats;e.validateFormats=!1,this.RULES=(0,F_.getRules)(),sf.call(this,z_,e,"NOT SUPPORTED"),sf.call(this,K_,e,"DEPRECATED","warn"),this._metaOpts=Y_.call(this),e.formats&&W_.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&J_.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),B_.call(this),e.validateFormats=s}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:t,schemaId:n}=this.opts,s=rf;n==="id"&&(s=ie({},rf),s.id=s.$id,delete s.$id),t&&e&&this.addMetaSchema(s,s[n],!1)}defaultMeta(){let{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[t]||e:void 0}validate(e,t){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let s=n(t);return"$async"in n||(this.errors=n.errors),s}compile(e,t){let n=this._addSchema(e,t);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,t){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return s.call(this,e,t);async function s(l,h){await i.call(this,l.$schema);let v=this._addSchema(l,h);return v.validate||a.call(this,v)}async function i(l){l&&!this.getSchema(l)&&await s.call(this,{$ref:l},!0)}async function a(l){try{return this._compileSchemaEnv(l)}catch(h){if(!(h instanceof of.default))throw h;return c.call(this,h),await u.call(this,h.missingSchema),a.call(this,l)}}function c({missingSchema:l,missingRef:h}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${h} cannot be resolved`)}async function u(l){let h=await o.call(this,l);this.refs[l]||await i.call(this,h.$schema),this.refs[l]||this.addSchema(h,l,t)}async function o(l){let h=this._loading[l];if(h)return h;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,t,n,s=this.opts.validateSchema){if(Array.isArray(e)){for(let a of e)this.addSchema(a,void 0,n,s);return this}let i;if(typeof e=="object"){let{schemaId:a}=this.opts;if(i=e[a],i!==void 0&&typeof i!="string")throw new Error(`schema ${a} must be string`)}return t=(0,yn.normalizeId)(t||i),this._checkUnique(t),this.schemas[t]=this._addSchema(e,n,t,s,!0),this}addMetaSchema(e,t,n=this.opts.validateSchema){return this.addSchema(e,t,!0,n),this}validateSchema(e,t){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let s=this.validate(n,e);if(!s&&t){let i="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(i);else throw new Error(i)}return s}getSchema(e){let t;for(;typeof(t=af.call(this,e))=="string";)e=t;if(t===void 0){let{schemaId:n}=this.opts,s=new _n.SchemaEnv({schema:{},schemaId:n});if(t=_n.resolveSchema.call(this,s,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":{let t=af.call(this,e);return typeof t=="object"&&this._cache.delete(t.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let t=e;this._cache.delete(t);let n=e[this.opts.schemaId];return n&&(n=(0,yn.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let t of e)this.addKeyword(t);return this}addKeyword(e,t){let n;if(typeof e=="string")n=e,typeof t=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),t.keyword=n);else if(typeof e=="object"&&t===void 0){if(t=e,n=t.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(ty.call(this,n,t),!t)return(0,Xi.eachItem)(n,i=>Ki.call(this,i)),this;ny.call(this,t);let s=Ve(ie({},t),{type:(0,ps.getJSONTypes)(t.type),schemaType:(0,ps.getJSONTypes)(t.schemaType)});return(0,Xi.eachItem)(n,s.type.length===0?i=>Ki.call(this,i,s):i=>s.type.forEach(a=>Ki.call(this,i,s,a))),this}getKeyword(e){let t=this.RULES.all[e];return typeof t=="object"?t.definition:!!t}removeKeyword(e){let{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(let n of t.rules){let s=n.rules.findIndex(i=>i.keyword===e);s>=0&&n.rules.splice(s,1)}return this}addFormat(e,t){return typeof t=="string"&&(t=new RegExp(t)),this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(s=>`${n}${s.instancePath} ${s.message}`).reduce((s,i)=>s+t+i)}$dataMetaSchema(e,t){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let s of t){let i=s.split("/").slice(1),a=e;for(let c of i)a=a[c];for(let c in n){let u=n[c];if(typeof u!="object")continue;let{$data:o}=u.definition,l=a[c];o&&l&&(a[c]=uf(l))}}return e}_removeAllSchemas(e,t){for(let n in e){let s=e[n];(!t||t.test(n))&&(typeof s=="string"?delete e[n]:s&&!s.meta&&(this._cache.delete(s.schema),delete e[n]))}}_addSchema(e,t,n,s=this.opts.validateSchema,i=this.opts.addUsedSchema){let a,{schemaId:c}=this.opts;if(typeof e=="object")a=e[c];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let u=this._cache.get(e);if(u!==void 0)return u;n=(0,yn.normalizeId)(a||n);let o=yn.getSchemaRefs.call(this,e,n);return u=new _n.SchemaEnv({schema:e,schemaId:c,meta:t,baseId:n,localRefs:o}),this._cache.set(u.schema,u),i&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=u),s&&this.validateSchema(e,!0),u}_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):_n.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let t=this.opts;this.opts=this._metaOpts;try{_n.compileSchema.call(this,e)}finally{this.opts=t}}};pe.default=ms;ms.ValidationError=M_.default;ms.MissingRefError=of.default;function sf(r,e,t,n="error"){for(let s in r){let i=s;i in e&&this.logger[n](`${t}: option ${s}. ${r[i]}`)}}function af(r){return r=(0,yn.normalizeId)(r),this.schemas[r]||this.refs[r]}function B_(){let r=this.opts.schemas;if(!!r)if(Array.isArray(r))this.addSchema(r);else for(let e in r)this.addSchema(r[e],e)}function W_(){for(let r in this.opts.formats){let e=this.opts.formats[r];e&&this.addFormat(r,e)}}function J_(r){if(Array.isArray(r)){this.addVocabulary(r);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in r){let t=r[e];t.keyword||(t.keyword=e),this.addKeyword(t)}}function Y_(){let r=ie({},this.opts);for(let e of U_)delete r[e];return r}var Z_={log(){},warn(){},error(){}};function Q_(r){if(r===!1)return Z_;if(r===void 0)return console;if(r.log&&r.warn&&r.error)return r;throw new Error("logger must implement log, warn and error methods")}var ey=/^[a-z_$][a-z0-9_$:-]*$/i;function ty(r,e){let{RULES:t}=this;if((0,Xi.eachItem)(r,n=>{if(t.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!ey.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function Ki(r,e,t){var n;let s=e==null?void 0:e.post;if(t&&s)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:i}=this,a=s?i.post:i.rules.find(({type:u})=>u===t);if(a||(a={type:t,rules:[]},i.rules.push(a)),i.keywords[r]=!0,!e)return;let c={keyword:r,definition:Ve(ie({},e),{type:(0,ps.getJSONTypes)(e.type),schemaType:(0,ps.getJSONTypes)(e.schemaType)})};e.before?ry.call(this,a,c,e.before):a.rules.push(c),i.all[r]=c,(n=e.implements)===null||n===void 0||n.forEach(u=>this.addKeyword(u))}function ry(r,e,t){let n=r.rules.findIndex(s=>s.keyword===t);n>=0?r.rules.splice(n,0,e):(r.rules.push(e),this.logger.warn(`rule ${t} is not defined`))}function ny(r){let{metaSchema:e}=r;e!==void 0&&(r.$data&&this.opts.$data&&(e=uf(e)),r.validateSchema=this.compile(e,!0))}var sy={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function uf(r){return{anyOf:[r,sy]}}});var ff=y(Bi=>{"use strict";Object.defineProperty(Bi,"__esModule",{value:!0});var iy={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Bi.default=iy});var mf=y(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.callRef=Jt.getValidate=void 0;var ay=Hi(),df=ze(),Ie=L(),Sr=$t(),hf=ds(),gs=G(),oy={keyword:"$ref",schemaType:"string",code(r){let{gen:e,schema:t,it:n}=r,{baseId:s,schemaEnv:i,validateName:a,opts:c,self:u}=n,{root:o}=i;if((t==="#"||t==="#/")&&s===o.baseId)return h();let l=hf.resolveRef.call(u,o,s,t);if(l===void 0)throw new ay.default(n.opts.uriResolver,s,t);if(l instanceof hf.SchemaEnv)return v(l);return m(l);function h(){if(i===o)return vs(r,a,i,i.$async);let $=e.scopeValue("root",{ref:o});return vs(r,(0,Ie._)`${$}.validate`,o,o.$async)}function v($){let E=pf(r,$);vs(r,E,$,$.$async)}function m($){let E=e.scopeValue("schema",c.code.source===!0?{ref:$,code:(0,Ie.stringify)($)}:{ref:$}),w=e.name("valid"),b=r.subschema({schema:$,dataTypes:[],schemaPath:Ie.nil,topSchemaRef:E,errSchemaPath:t},w);r.mergeEvaluated(b),r.ok(w)}}};function pf(r,e){let{gen:t}=r;return e.validate?t.scopeValue("validate",{ref:e.validate}):(0,Ie._)`${t.scopeValue("wrapper",{ref:e})}.validate`}Jt.getValidate=pf;function vs(r,e,t,n){let{gen:s,it:i}=r,{allErrors:a,schemaEnv:c,opts:u}=i,o=u.passContext?Sr.default.this:Ie.nil;n?l():h();function l(){if(!c.$async)throw new Error("async schema referenced by sync schema");let $=s.let("valid");s.try(()=>{s.code((0,Ie._)`await ${(0,df.callValidateCode)(r,e,o)}`),m(e),a||s.assign($,!0)},E=>{s.if((0,Ie._)`!(${E} instanceof ${i.ValidationError})`,()=>s.throw(E)),v(E),a||s.assign($,!1)}),r.ok($)}function h(){r.result((0,df.callValidateCode)(r,e,o),()=>m(e),()=>v(e))}function v($){let E=(0,Ie._)`${$}.errors`;s.assign(Sr.default.vErrors,(0,Ie._)`${Sr.default.vErrors} === null ? ${E} : ${Sr.default.vErrors}.concat(${E})`),s.assign(Sr.default.errors,(0,Ie._)`${Sr.default.vErrors}.length`)}function m($){var E;if(!i.opts.unevaluated)return;let w=(E=t==null?void 0:t.validate)===null||E===void 0?void 0:E.evaluated;if(i.props!==!0)if(w&&!w.dynamicProps)w.props!==void 0&&(i.props=gs.mergeEvaluated.props(s,w.props,i.props));else{let b=s.var("props",(0,Ie._)`${$}.evaluated.props`);i.props=gs.mergeEvaluated.props(s,b,i.props,Ie.Name)}if(i.items!==!0)if(w&&!w.dynamicItems)w.items!==void 0&&(i.items=gs.mergeEvaluated.items(s,w.items,i.items));else{let b=s.var("items",(0,Ie._)`${$}.evaluated.items`);i.items=gs.mergeEvaluated.items(s,b,i.items,Ie.Name)}}}Jt.callRef=vs;Jt.default=oy});var gf=y(Wi=>{"use strict";Object.defineProperty(Wi,"__esModule",{value:!0});var cy=ff(),uy=mf(),ly=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",cy.default,uy.default];Wi.default=ly});var vf=y(Ji=>{"use strict";Object.defineProperty(Ji,"__esModule",{value:!0});var _s=L(),Dt=_s.operators,ys={maximum:{okStr:"<=",ok:Dt.LTE,fail:Dt.GT},minimum:{okStr:">=",ok:Dt.GTE,fail:Dt.LT},exclusiveMaximum:{okStr:"<",ok:Dt.LT,fail:Dt.GTE},exclusiveMinimum:{okStr:">",ok:Dt.GT,fail:Dt.LTE}},fy={message:({keyword:r,schemaCode:e})=>(0,_s.str)`must be ${ys[r].okStr} ${e}`,params:({keyword:r,schemaCode:e})=>(0,_s._)`{comparison: ${ys[r].okStr}, limit: ${e}}`},dy={keyword:Object.keys(ys),type:"number",schemaType:"number",$data:!0,error:fy,code(r){let{keyword:e,data:t,schemaCode:n}=r;r.fail$data((0,_s._)`${t} ${ys[e].fail} ${n} || isNaN(${t})`)}};Ji.default=dy});var _f=y(Yi=>{"use strict";Object.defineProperty(Yi,"__esModule",{value:!0});var $n=L(),hy={message:({schemaCode:r})=>(0,$n.str)`must be multiple of ${r}`,params:({schemaCode:r})=>(0,$n._)`{multipleOf: ${r}}`},py={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:hy,code(r){let{gen:e,data:t,schemaCode:n,it:s}=r,i=s.opts.multipleOfPrecision,a=e.let("res"),c=i?(0,$n._)`Math.abs(Math.round(${a}) - ${a}) > 1e-${i}`:(0,$n._)`${a} !== parseInt(${a})`;r.fail$data((0,$n._)`(${n} === 0 || (${a} = ${t}/${n}, ${c}))`)}};Yi.default=py});var $f=y(Zi=>{"use strict";Object.defineProperty(Zi,"__esModule",{value:!0});function yf(r){let e=r.length,t=0,n=0,s;for(;n<e;)t++,s=r.charCodeAt(n++),s>=55296&&s<=56319&&n<e&&(s=r.charCodeAt(n),(s&64512)===56320&&n++);return t}Zi.default=yf;yf.code='require("ajv/dist/runtime/ucs2length").default'});var Ef=y(Qi=>{"use strict";Object.defineProperty(Qi,"__esModule",{value:!0});var Yt=L(),my=G(),gy=$f(),vy={message({keyword:r,schemaCode:e}){let t=r==="maxLength"?"more":"fewer";return(0,Yt.str)`must NOT have ${t} than ${e} characters`},params:({schemaCode:r})=>(0,Yt._)`{limit: ${r}}`},_y={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:vy,code(r){let{keyword:e,data:t,schemaCode:n,it:s}=r,i=e==="maxLength"?Yt.operators.GT:Yt.operators.LT,a=s.opts.unicode===!1?(0,Yt._)`${t}.length`:(0,Yt._)`${(0,my.useFunc)(r.gen,gy.default)}(${t})`;r.fail$data((0,Yt._)`${a} ${i} ${n}`)}};Qi.default=_y});var wf=y(ea=>{"use strict";Object.defineProperty(ea,"__esModule",{value:!0});var yy=ze(),$s=L(),$y={message:({schemaCode:r})=>(0,$s.str)`must match pattern "${r}"`,params:({schemaCode:r})=>(0,$s._)`{pattern: ${r}}`},Ey={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:$y,code(r){let{data:e,$data:t,schema:n,schemaCode:s,it:i}=r,a=i.opts.unicodeRegExp?"u":"",c=t?(0,$s._)`(new RegExp(${s}, ${a}))`:(0,yy.usePattern)(r,n);r.fail$data((0,$s._)`!${c}.test(${e})`)}};ea.default=Ey});var bf=y(ta=>{"use strict";Object.defineProperty(ta,"__esModule",{value:!0});var En=L(),wy={message({keyword:r,schemaCode:e}){let t=r==="maxProperties"?"more":"fewer";return(0,En.str)`must NOT have ${t} than ${e} properties`},params:({schemaCode:r})=>(0,En._)`{limit: ${r}}`},by={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:wy,code(r){let{keyword:e,data:t,schemaCode:n}=r,s=e==="maxProperties"?En.operators.GT:En.operators.LT;r.fail$data((0,En._)`Object.keys(${t}).length ${s} ${n}`)}};ta.default=by});var Sf=y(ra=>{"use strict";Object.defineProperty(ra,"__esModule",{value:!0});var wn=ze(),bn=L(),Sy=G(),Oy={message:({params:{missingProperty:r}})=>(0,bn.str)`must have required property '${r}'`,params:({params:{missingProperty:r}})=>(0,bn._)`{missingProperty: ${r}}`},Py={keyword:"required",type:"object",schemaType:"array",$data:!0,error:Oy,code(r){let{gen:e,schema:t,schemaCode:n,data:s,$data:i,it:a}=r,{opts:c}=a;if(!i&&t.length===0)return;let u=t.length>=c.loopRequired;if(a.allErrors?o():l(),c.strictRequired){let m=r.parentSchema.properties,{definedProperties:$}=r.it;for(let E of t)if((m==null?void 0:m[E])===void 0&&!$.has(E)){let w=a.schemaEnv.baseId+a.errSchemaPath,b=`required property "${E}" is not defined at "${w}" (strictRequired)`;(0,Sy.checkStrictMode)(a,b,a.opts.strictRequired)}}function o(){if(u||i)r.block$data(bn.nil,h);else for(let m of t)(0,wn.checkReportMissingProp)(r,m)}function l(){let m=e.let("missing");if(u||i){let $=e.let("valid",!0);r.block$data($,()=>v(m,$)),r.ok($)}else e.if((0,wn.checkMissingProp)(r,t,m)),(0,wn.reportMissingProp)(r,m),e.else()}function h(){e.forOf("prop",n,m=>{r.setParams({missingProperty:m}),e.if((0,wn.noPropertyInData)(e,s,m,c.ownProperties),()=>r.error())})}function v(m,$){r.setParams({missingProperty:m}),e.forOf(m,n,()=>{e.assign($,(0,wn.propertyInData)(e,s,m,c.ownProperties)),e.if((0,bn.not)($),()=>{r.error(),e.break()})},bn.nil)}}};ra.default=Py});var Of=y(na=>{"use strict";Object.defineProperty(na,"__esModule",{value:!0});var Sn=L(),Ry={message({keyword:r,schemaCode:e}){let t=r==="maxItems"?"more":"fewer";return(0,Sn.str)`must NOT have ${t} than ${e} items`},params:({schemaCode:r})=>(0,Sn._)`{limit: ${r}}`},Cy={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:Ry,code(r){let{keyword:e,data:t,schemaCode:n}=r,s=e==="maxItems"?Sn.operators.GT:Sn.operators.LT;r.fail$data((0,Sn._)`${t}.length ${s} ${n}`)}};na.default=Cy});var Es=y(sa=>{"use strict";Object.defineProperty(sa,"__esModule",{value:!0});var Pf=Ai();Pf.code='require("ajv/dist/runtime/equal").default';sa.default=Pf});var Rf=y(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});var ia=dn(),me=L(),Ny=G(),Iy=Es(),Ty={message:({params:{i:r,j:e}})=>(0,me.str)`must NOT have duplicate items (items ## ${e} and ${r} are identical)`,params:({params:{i:r,j:e}})=>(0,me._)`{i: ${r}, j: ${e}}`},Ay={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:Ty,code(r){let{gen:e,data:t,$data:n,schema:s,parentSchema:i,schemaCode:a,it:c}=r;if(!n&&!s)return;let u=e.let("valid"),o=i.items?(0,ia.getSchemaTypes)(i.items):[];r.block$data(u,l,(0,me._)`${a} === false`),r.ok(u);function l(){let $=e.let("i",(0,me._)`${t}.length`),E=e.let("j");r.setParams({i:$,j:E}),e.assign(u,!0),e.if((0,me._)`${$} > 1`,()=>(h()?v:m)($,E))}function h(){return o.length>0&&!o.some($=>$==="object"||$==="array")}function v($,E){let w=e.name("item"),b=(0,ia.checkDataTypes)(o,w,c.opts.strictNumbers,ia.DataType.Wrong),D=e.const("indices",(0,me._)`{}`);e.for((0,me._)`;${$}--;`,()=>{e.let(w,(0,me._)`${t}[${$}]`),e.if(b,(0,me._)`continue`),o.length>1&&e.if((0,me._)`typeof ${w} == "string"`,(0,me._)`${w} += "_"`),e.if((0,me._)`typeof ${D}[${w}] == "number"`,()=>{e.assign(E,(0,me._)`${D}[${w}]`),r.error(),e.assign(u,!1).break()}).code((0,me._)`${D}[${w}] = ${$}`)})}function m($,E){let w=(0,Ny.useFunc)(e,Iy.default),b=e.name("outer");e.label(b).for((0,me._)`;${$}--;`,()=>e.for((0,me._)`${E} = ${$}; ${E}--;`,()=>e.if((0,me._)`${w}(${t}[${$}], ${t}[${E}])`,()=>{r.error(),e.assign(u,!1).break(b)})))}}};aa.default=Ay});var Cf=y(ca=>{"use strict";Object.defineProperty(ca,"__esModule",{value:!0});var oa=L(),qy=G(),Dy=Es(),jy={message:"must be equal to constant",params:({schemaCode:r})=>(0,oa._)`{allowedValue: ${r}}`},ky={keyword:"const",$data:!0,error:jy,code(r){let{gen:e,data:t,$data:n,schemaCode:s,schema:i}=r;n||i&&typeof i=="object"?r.fail$data((0,oa._)`!${(0,qy.useFunc)(e,Dy.default)}(${t}, ${s})`):r.fail((0,oa._)`${i} !== ${t}`)}};ca.default=ky});var Nf=y(ua=>{"use strict";Object.defineProperty(ua,"__esModule",{value:!0});var On=L(),xy=G(),Ly=Es(),My={message:"must be equal to one of the allowed values",params:({schemaCode:r})=>(0,On._)`{allowedValues: ${r}}`},Fy={keyword:"enum",schemaType:"array",$data:!0,error:My,code(r){let{gen:e,data:t,$data:n,schema:s,schemaCode:i,it:a}=r;if(!n&&s.length===0)throw new Error("enum must have non-empty array");let c=s.length>=a.opts.loopEnum,u,o=()=>u!=null?u:u=(0,xy.useFunc)(e,Ly.default),l;if(c||n)l=e.let("valid"),r.block$data(l,h);else{if(!Array.isArray(s))throw new Error("ajv implementation error");let m=e.const("vSchema",i);l=(0,On.or)(...s.map(($,E)=>v(m,E)))}r.pass(l);function h(){e.assign(l,!1),e.forOf("v",i,m=>e.if((0,On._)`${o()}(${t}, ${m})`,()=>e.assign(l,!0).break()))}function v(m,$){let E=s[$];return typeof E=="object"&&E!==null?(0,On._)`${o()}(${t}, ${m}[${$}])`:(0,On._)`${t} === ${E}`}}};ua.default=Fy});var If=y(la=>{"use strict";Object.defineProperty(la,"__esModule",{value:!0});var Vy=vf(),Hy=_f(),Uy=Ef(),Gy=wf(),zy=bf(),Ky=Sf(),Xy=Of(),By=Rf(),Wy=Cf(),Jy=Nf(),Yy=[Vy.default,Hy.default,Uy.default,Gy.default,zy.default,Ky.default,Xy.default,By.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Wy.default,Jy.default];la.default=Yy});var da=y(Pn=>{"use strict";Object.defineProperty(Pn,"__esModule",{value:!0});Pn.validateAdditionalItems=void 0;var Zt=L(),fa=G(),Zy={message:({params:{len:r}})=>(0,Zt.str)`must NOT have more than ${r} items`,params:({params:{len:r}})=>(0,Zt._)`{limit: ${r}}`},Qy={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Zy,code(r){let{parentSchema:e,it:t}=r,{items:n}=e;if(!Array.isArray(n)){(0,fa.checkStrictMode)(t,'"additionalItems" is ignored when "items" is not an array of schemas');return}Tf(r,n)}};function Tf(r,e){let{gen:t,schema:n,data:s,keyword:i,it:a}=r;a.items=!0;let c=t.const("len",(0,Zt._)`${s}.length`);if(n===!1)r.setParams({len:e.length}),r.pass((0,Zt._)`${c} <= ${e.length}`);else if(typeof n=="object"&&!(0,fa.alwaysValidSchema)(a,n)){let o=t.var("valid",(0,Zt._)`${c} <= ${e.length}`);t.if((0,Zt.not)(o),()=>u(o)),r.ok(o)}function u(o){t.forRange("i",e.length,c,l=>{r.subschema({keyword:i,dataProp:l,dataPropType:fa.Type.Num},o),a.allErrors||t.if((0,Zt.not)(o),()=>t.break())})}}Pn.validateAdditionalItems=Tf;Pn.default=Qy});var ha=y(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.validateTuple=void 0;var Af=L(),ws=G(),e0=ze(),t0={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(r){let{schema:e,it:t}=r;if(Array.isArray(e))return qf(r,"additionalItems",e);t.items=!0,!(0,ws.alwaysValidSchema)(t,e)&&r.ok((0,e0.validateArray)(r))}};function qf(r,e,t=r.schema){let{gen:n,parentSchema:s,data:i,keyword:a,it:c}=r;l(s),c.opts.unevaluated&&t.length&&c.items!==!0&&(c.items=ws.mergeEvaluated.items(n,t.length,c.items));let u=n.name("valid"),o=n.const("len",(0,Af._)`${i}.length`);t.forEach((h,v)=>{(0,ws.alwaysValidSchema)(c,h)||(n.if((0,Af._)`${o} > ${v}`,()=>r.subschema({keyword:a,schemaProp:v,dataProp:v},u)),r.ok(u))});function l(h){let{opts:v,errSchemaPath:m}=c,$=t.length,E=$===h.minItems&&($===h.maxItems||h[e]===!1);if(v.strictTuples&&!E){let w=`"${a}" is ${$}-tuple, but minItems or maxItems/${e} are not specified or different at path "${m}"`;(0,ws.checkStrictMode)(c,w,v.strictTuples)}}}Rn.validateTuple=qf;Rn.default=t0});var Df=y(pa=>{"use strict";Object.defineProperty(pa,"__esModule",{value:!0});var r0=ha(),n0={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:r=>(0,r0.validateTuple)(r,"items")};pa.default=n0});var kf=y(ma=>{"use strict";Object.defineProperty(ma,"__esModule",{value:!0});var jf=L(),s0=G(),i0=ze(),a0=da(),o0={message:({params:{len:r}})=>(0,jf.str)`must NOT have more than ${r} items`,params:({params:{len:r}})=>(0,jf._)`{limit: ${r}}`},c0={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:o0,code(r){let{schema:e,parentSchema:t,it:n}=r,{prefixItems:s}=t;n.items=!0,!(0,s0.alwaysValidSchema)(n,e)&&(s?(0,a0.validateAdditionalItems)(r,s):r.ok((0,i0.validateArray)(r)))}};ma.default=c0});var xf=y(ga=>{"use strict";Object.defineProperty(ga,"__esModule",{value:!0});var Xe=L(),bs=G(),u0={message:({params:{min:r,max:e}})=>e===void 0?(0,Xe.str)`must contain at least ${r} valid item(s)`:(0,Xe.str)`must contain at least ${r} and no more than ${e} valid item(s)`,params:({params:{min:r,max:e}})=>e===void 0?(0,Xe._)`{minContains: ${r}}`:(0,Xe._)`{minContains: ${r}, maxContains: ${e}}`},l0={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:u0,code(r){let{gen:e,schema:t,parentSchema:n,data:s,it:i}=r,a,c,{minContains:u,maxContains:o}=n;i.opts.next?(a=u===void 0?1:u,c=o):a=1;let l=e.const("len",(0,Xe._)`${s}.length`);if(r.setParams({min:a,max:c}),c===void 0&&a===0){(0,bs.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(c!==void 0&&a>c){(0,bs.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),r.fail();return}if((0,bs.alwaysValidSchema)(i,t)){let E=(0,Xe._)`${l} >= ${a}`;c!==void 0&&(E=(0,Xe._)`${E} && ${l} <= ${c}`),r.pass(E);return}i.items=!0;let h=e.name("valid");c===void 0&&a===1?m(h,()=>e.if(h,()=>e.break())):a===0?(e.let(h,!0),c!==void 0&&e.if((0,Xe._)`${s}.length > 0`,v)):(e.let(h,!1),v()),r.result(h,()=>r.reset());function v(){let E=e.name("_valid"),w=e.let("count",0);m(E,()=>e.if(E,()=>$(w)))}function m(E,w){e.forRange("i",0,l,b=>{r.subschema({keyword:"contains",dataProp:b,dataPropType:bs.Type.Num,compositeRule:!0},E),w()})}function $(E){e.code((0,Xe._)`${E}++`),c===void 0?e.if((0,Xe._)`${E} >= ${a}`,()=>e.assign(h,!0).break()):(e.if((0,Xe._)`${E} > ${c}`,()=>e.assign(h,!1).break()),a===1?e.assign(h,!0):e.if((0,Xe._)`${E} >= ${a}`,()=>e.assign(h,!0)))}}};ga.default=l0});var Ff=y(ut=>{"use strict";Object.defineProperty(ut,"__esModule",{value:!0});ut.validateSchemaDeps=ut.validatePropertyDeps=ut.error=void 0;var va=L(),f0=G(),Cn=ze();ut.error={message:({params:{property:r,depsCount:e,deps:t}})=>{let n=e===1?"property":"properties";return(0,va.str)`must have ${n} ${t} when property ${r} is present`},params:({params:{property:r,depsCount:e,deps:t,missingProperty:n}})=>(0,va._)`{property: ${r},
|
|
25
|
+
|| ${a} === "boolean" || ${s} === null`).assign(c,(0,q._)`[${s}]`)}}}function Sv({gen:r,parentData:e,parentDataProperty:t},n){r.if((0,q._)`${e} !== undefined`,()=>r.assign((0,q._)`${e}[${t}]`,n))}function Ui(r,e,t,n=yn.Correct){let s=n===yn.Correct?q.operators.EQ:q.operators.NEQ,i;switch(r){case"null":return(0,q._)`${e} ${s} null`;case"array":i=(0,q._)`Array.isArray(${e})`;break;case"object":i=(0,q._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":i=a((0,q._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":i=a();break;default:return(0,q._)`typeof ${e} ${s} ${r}`}return n===yn.Correct?i:(0,q.not)(i);function a(c=q.nil){return(0,q.and)((0,q._)`typeof ${e} == "number"`,c,t?(0,q._)`isFinite(${e})`:q.nil)}}de.checkDataType=Ui;function Gi(r,e,t,n){if(r.length===1)return Ui(r[0],e,t,n);let s,i=(0,_l.toHash)(r);if(i.array&&i.object){let a=(0,q._)`typeof ${e} != "object"`;s=i.null?a:(0,q._)`!${e} || ${a}`,delete i.null,delete i.array,delete i.object}else s=q.nil;i.number&&delete i.integer;for(let a in i)s=(0,q.and)(s,Ui(a,e,t,n));return s}de.checkDataTypes=Gi;var Ov={message:({schema:r})=>`must be ${r}`,params:({schema:r,schemaValue:e})=>typeof r=="string"?(0,q._)`{type: ${r}}`:(0,q._)`{type: ${e}}`};function zi(r){let e=Pv(r);(0,yv.reportError)(e,Ov)}de.reportTypeError=zi;function Pv(r){let{gen:e,data:t,schema:n}=r,s=(0,_l.schemaRefOrVal)(r,n,"type");return{gen:e,keyword:"type",data:t,schema:n.type,schemaCode:s,schemaValue:s,parentSchema:n,params:{},it:r}}});var wl=_(hs=>{"use strict";Object.defineProperty(hs,"__esModule",{value:!0});hs.assignDefaults=void 0;var Pr=L(),Rv=G();function Cv(r,e){let{properties:t,items:n}=r.schema;if(e==="object"&&t)for(let s in t)El(r,s,t[s].default);else e==="array"&&Array.isArray(n)&&n.forEach((s,i)=>El(r,i,s.default))}hs.assignDefaults=Cv;function El(r,e,t){let{gen:n,compositeRule:s,data:i,opts:a}=r;if(t===void 0)return;let c=(0,Pr._)`${i}${(0,Pr.getProperty)(e)}`;if(s){(0,Rv.checkStrictMode)(r,`default is ignored for: ${c}`);return}let u=(0,Pr._)`${c} === undefined`;a.useDefaults==="empty"&&(u=(0,Pr._)`${u} || ${c} === null || ${c} === ""`),n.if(u,(0,Pr._)`${c} = ${(0,Pr.stringify)(t)}`)}});var Ke=_(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.validateUnion=J.validateArray=J.usePattern=J.callValidateCode=J.schemaProperties=J.allSchemaProperties=J.noPropertyInData=J.propertyInData=J.isOwnProperty=J.hasPropFunc=J.reportMissingProp=J.checkMissingProp=J.checkReportMissingProp=void 0;var ee=L(),Ki=G(),It=wt(),Nv=G();function Iv(r,e){let{gen:t,data:n,it:s}=r;t.if(Wi(t,n,e,s.opts.ownProperties),()=>{r.setParams({missingProperty:(0,ee._)`${e}`},!0),r.error()})}J.checkReportMissingProp=Iv;function Tv({gen:r,data:e,it:{opts:t}},n,s){return(0,ee.or)(...n.map(i=>(0,ee.and)(Wi(r,e,i,t.ownProperties),(0,ee._)`${s} = ${i}`)))}J.checkMissingProp=Tv;function Av(r,e){r.setParams({missingProperty:e},!0),r.error()}J.reportMissingProp=Av;function bl(r){return r.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ee._)`Object.prototype.hasOwnProperty`})}J.hasPropFunc=bl;function Xi(r,e,t){return(0,ee._)`${bl(r)}.call(${e}, ${t})`}J.isOwnProperty=Xi;function qv(r,e,t,n){let s=(0,ee._)`${e}${(0,ee.getProperty)(t)} !== undefined`;return n?(0,ee._)`${s} && ${Xi(r,e,t)}`:s}J.propertyInData=qv;function Wi(r,e,t,n){let s=(0,ee._)`${e}${(0,ee.getProperty)(t)} === undefined`;return n?(0,ee.or)(s,(0,ee.not)(Xi(r,e,t))):s}J.noPropertyInData=Wi;function Sl(r){return r?Object.keys(r).filter(e=>e!=="__proto__"):[]}J.allSchemaProperties=Sl;function Dv(r,e){return Sl(e).filter(t=>!(0,Ki.alwaysValidSchema)(r,e[t]))}J.schemaProperties=Dv;function jv({schemaCode:r,data:e,it:{gen:t,topSchemaRef:n,schemaPath:s,errorPath:i},it:a},c,u,o){let l=o?(0,ee._)`${r}, ${e}, ${n}${s}`:e,d=[[It.default.instancePath,(0,ee.strConcat)(It.default.instancePath,i)],[It.default.parentData,a.parentData],[It.default.parentDataProperty,a.parentDataProperty],[It.default.rootData,It.default.rootData]];a.opts.dynamicRef&&d.push([It.default.dynamicAnchors,It.default.dynamicAnchors]);let y=(0,ee._)`${l}, ${t.object(...d)}`;return u!==ee.nil?(0,ee._)`${c}.call(${u}, ${y})`:(0,ee._)`${c}(${y})`}J.callValidateCode=jv;var kv=(0,ee._)`new RegExp`;function xv({gen:r,it:{opts:e}},t){let n=e.unicodeRegExp?"u":"",{regExp:s}=e.code,i=s(t,n);return r.scopeValue("pattern",{key:i.toString(),ref:i,code:(0,ee._)`${s.code==="new RegExp"?kv:(0,Nv.useFunc)(r,s)}(${t}, ${n})`})}J.usePattern=xv;function Lv(r){let{gen:e,data:t,keyword:n,it:s}=r,i=e.name("valid");if(s.allErrors){let c=e.let("valid",!0);return a(()=>e.assign(c,!1)),c}return e.var(i,!0),a(()=>e.break()),i;function a(c){let u=e.const("len",(0,ee._)`${t}.length`);e.forRange("i",0,u,o=>{r.subschema({keyword:n,dataProp:o,dataPropType:Ki.Type.Num},i),e.if((0,ee.not)(i),c)})}}J.validateArray=Lv;function Mv(r){let{gen:e,schema:t,keyword:n,it:s}=r;if(!Array.isArray(t))throw new Error("ajv implementation error");if(t.some(u=>(0,Ki.alwaysValidSchema)(s,u))&&!s.opts.unevaluated)return;let a=e.let("valid",!1),c=e.name("_valid");e.block(()=>t.forEach((u,o)=>{let l=r.subschema({keyword:n,schemaProp:o,compositeRule:!0},c);e.assign(a,(0,ee._)`${a} || ${c}`),r.mergeValidEvaluated(l,c)||e.if((0,ee.not)(a))})),r.result(a,()=>r.reset(),()=>r.error(!0))}J.validateUnion=Mv});var Rl=_(ot=>{"use strict";Object.defineProperty(ot,"__esModule",{value:!0});ot.validateKeywordUsage=ot.validSchemaType=ot.funcKeywordCode=ot.macroKeywordCode=void 0;var Oe=L(),Yt=wt(),Fv=Ke(),Vv=_n();function Hv(r,e){let{gen:t,keyword:n,schema:s,parentSchema:i,it:a}=r,c=e.macro.call(a.self,s,i,a),u=Pl(t,n,c);a.opts.validateSchema!==!1&&a.self.validateSchema(c,!0);let o=t.name("valid");r.subschema({schema:c,schemaPath:Oe.nil,errSchemaPath:`${a.errSchemaPath}/${n}`,topSchemaRef:u,compositeRule:!0},o),r.pass(o,()=>r.error(!0))}ot.macroKeywordCode=Hv;function Uv(r,e){var t;let{gen:n,keyword:s,schema:i,parentSchema:a,$data:c,it:u}=r;zv(u,e);let o=!c&&e.compile?e.compile.call(u.self,i,a,u):e.validate,l=Pl(n,s,o),d=n.let("valid");r.block$data(d,y),r.ok((t=e.valid)!==null&&t!==void 0?t:d);function y(){if(e.errors===!1)E(),e.modifying&&Ol(r),w(()=>r.error());else{let b=e.async?m():$();e.modifying&&Ol(r),w(()=>Gv(r,b))}}function m(){let b=n.let("ruleErrs",null);return n.try(()=>E((0,Oe._)`await `),D=>n.assign(d,!1).if((0,Oe._)`${D} instanceof ${u.ValidationError}`,()=>n.assign(b,(0,Oe._)`${D}.errors`),()=>n.throw(D))),b}function $(){let b=(0,Oe._)`${l}.errors`;return n.assign(b,null),E(Oe.nil),b}function E(b=e.async?(0,Oe._)`await `:Oe.nil){let D=u.opts.passContext?Yt.default.this:Yt.default.self,T=!("compile"in e&&!c||e.schema===!1);n.assign(d,(0,Oe._)`${b}${(0,Fv.callValidateCode)(r,l,D,T)}`,e.modifying)}function w(b){var D;n.if((0,Oe.not)((D=e.valid)!==null&&D!==void 0?D:d),b)}}ot.funcKeywordCode=Uv;function Ol(r){let{gen:e,data:t,it:n}=r;e.if(n.parentData,()=>e.assign(t,(0,Oe._)`${n.parentData}[${n.parentDataProperty}]`))}function Gv(r,e){let{gen:t}=r;t.if((0,Oe._)`Array.isArray(${e})`,()=>{t.assign(Yt.default.vErrors,(0,Oe._)`${Yt.default.vErrors} === null ? ${e} : ${Yt.default.vErrors}.concat(${e})`).assign(Yt.default.errors,(0,Oe._)`${Yt.default.vErrors}.length`),(0,Vv.extendErrors)(r)},()=>r.error())}function zv({schemaEnv:r},e){if(e.async&&!r.$async)throw new Error("async keyword in sync schema")}function Pl(r,e,t){if(t===void 0)throw new Error(`keyword "${e}" failed to compile`);return r.scopeValue("keyword",typeof t=="function"?{ref:t}:{ref:t,code:(0,Oe.stringify)(t)})}function Kv(r,e,t=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(r):n==="object"?r&&typeof r=="object"&&!Array.isArray(r):typeof r==n||t&&typeof r>"u")}ot.validSchemaType=Kv;function Xv({schema:r,opts:e,self:t,errSchemaPath:n},s,i){if(Array.isArray(s.keyword)?!s.keyword.includes(i):s.keyword!==i)throw new Error("ajv implementation error");let a=s.dependencies;if(a!=null&&a.some(c=>!Object.prototype.hasOwnProperty.call(r,c)))throw new Error(`parent schema must have dependencies of ${i}: ${a.join(",")}`);if(s.validateSchema&&!s.validateSchema(r[i])){let u=`keyword "${i}" value is invalid at path "${n}": `+t.errorsText(s.validateSchema.errors);if(e.validateSchema==="log")t.logger.error(u);else throw new Error(u)}}ot.validateKeywordUsage=Xv});var Nl=_(Tt=>{"use strict";Object.defineProperty(Tt,"__esModule",{value:!0});Tt.extendSubschemaMode=Tt.extendSubschemaData=Tt.getSubschema=void 0;var ct=L(),Cl=G();function Wv(r,{keyword:e,schemaProp:t,schema:n,schemaPath:s,errSchemaPath:i,topSchemaRef:a}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let c=r.schema[e];return t===void 0?{schema:c,schemaPath:(0,ct._)`${r.schemaPath}${(0,ct.getProperty)(e)}`,errSchemaPath:`${r.errSchemaPath}/${e}`}:{schema:c[t],schemaPath:(0,ct._)`${r.schemaPath}${(0,ct.getProperty)(e)}${(0,ct.getProperty)(t)}`,errSchemaPath:`${r.errSchemaPath}/${e}/${(0,Cl.escapeFragment)(t)}`}}if(n!==void 0){if(s===void 0||i===void 0||a===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:s,topSchemaRef:a,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')}Tt.getSubschema=Wv;function Bv(r,e,{dataProp:t,dataPropType:n,data:s,dataTypes:i,propertyName:a}){if(s!==void 0&&t!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:c}=e;if(t!==void 0){let{errorPath:o,dataPathArr:l,opts:d}=e,y=c.let("data",(0,ct._)`${e.data}${(0,ct.getProperty)(t)}`,!0);u(y),r.errorPath=(0,ct.str)`${o}${(0,Cl.getErrorPath)(t,n,d.jsPropertySyntax)}`,r.parentDataProperty=(0,ct._)`${t}`,r.dataPathArr=[...l,r.parentDataProperty]}if(s!==void 0){let o=s instanceof ct.Name?s:c.let("data",s,!0);u(o),a!==void 0&&(r.propertyName=a)}i&&(r.dataTypes=i);function u(o){r.data=o,r.dataLevel=e.dataLevel+1,r.dataTypes=[],e.definedProperties=new Set,r.parentData=e.data,r.dataNames=[...e.dataNames,o]}}Tt.extendSubschemaData=Bv;function Jv(r,{jtdDiscriminator:e,jtdMetadata:t,compositeRule:n,createErrors:s,allErrors:i}){n!==void 0&&(r.compositeRule=n),s!==void 0&&(r.createErrors=s),i!==void 0&&(r.allErrors=i),r.jtdDiscriminator=e,r.jtdMetadata=t}Tt.extendSubschemaMode=Jv});var Bi=_((Zw,Il)=>{"use strict";Il.exports=function r(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var n,s,i;if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(s=n;s--!==0;)if(!r(e[s],t[s]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[s]))return!1;for(s=n;s--!==0;){var a=i[s];if(!r(e[a],t[a]))return!1}return!0}return e!==e&&t!==t}});var Al=_((Qw,Tl)=>{"use strict";var At=Tl.exports=function(r,e,t){typeof e=="function"&&(t=e,e={}),t=e.cb||t;var n=typeof t=="function"?t:t.pre||function(){},s=t.post||function(){};ps(e,n,s,r,"",r)};At.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};At.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};At.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};At.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};function ps(r,e,t,n,s,i,a,c,u,o){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,s,i,a,c,u,o);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in At.arrayKeywords)for(var y=0;y<d.length;y++)ps(r,e,t,d[y],s+"/"+l+"/"+y,i,s,l,n,y)}else if(l in At.propsKeywords){if(d&&typeof d=="object")for(var m in d)ps(r,e,t,d[m],s+"/"+l+"/"+Yv(m),i,s,l,n,m)}else(l in At.keywords||r.allKeys&&!(l in At.skipKeywords))&&ps(r,e,t,d,s+"/"+l,i,s,l,n)}t(n,s,i,a,c,u,o)}}function Yv(r){return r.replace(/~/g,"~0").replace(/\//g,"~1")}});var En=_(Ne=>{"use strict";Object.defineProperty(Ne,"__esModule",{value:!0});Ne.getSchemaRefs=Ne.resolveUrl=Ne.normalizeId=Ne._getFullPath=Ne.getFullPath=Ne.inlineRef=void 0;var Zv=G(),Qv=Bi(),e_=Al(),t_=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function r_(r,e=!0){return typeof r=="boolean"?!0:e===!0?!Ji(r):e?ql(r)<=e:!1}Ne.inlineRef=r_;var n_=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Ji(r){for(let e in r){if(n_.has(e))return!0;let t=r[e];if(Array.isArray(t)&&t.some(Ji)||typeof t=="object"&&Ji(t))return!0}return!1}function ql(r){let e=0;for(let t in r){if(t==="$ref")return 1/0;if(e++,!t_.has(t)&&(typeof r[t]=="object"&&(0,Zv.eachItem)(r[t],n=>e+=ql(n)),e===1/0))return 1/0}return e}function Dl(r,e="",t){t!==!1&&(e=Rr(e));let n=r.parse(e);return jl(r,n)}Ne.getFullPath=Dl;function jl(r,e){return r.serialize(e).split("#")[0]+"#"}Ne._getFullPath=jl;var s_=/#\/?$/;function Rr(r){return r?r.replace(s_,""):""}Ne.normalizeId=Rr;function i_(r,e,t){return t=Rr(t),r.resolve(e,t)}Ne.resolveUrl=i_;var a_=/^[a-z_][-a-z0-9._]*$/i;function o_(r,e){if(typeof r=="boolean")return{};let{schemaId:t,uriResolver:n}=this.opts,s=Rr(r[t]||e),i={"":s},a=Dl(n,s,!1),c={},u=new Set;return e_(r,{allKeys:!0},(d,y,m,$)=>{if($===void 0)return;let E=a+y,w=i[$];typeof d[t]=="string"&&(w=b.call(this,d[t])),D.call(this,d.$anchor),D.call(this,d.$dynamicAnchor),i[y]=w;function b(T){let z=this.opts.uriResolver.resolve;if(T=Rr(w?z(w,T):T),u.has(T))throw l(T);u.add(T);let N=this.refs[T];return typeof N=="string"&&(N=this.refs[N]),typeof N=="object"?o(d,N.schema,T):T!==Rr(E)&&(T[0]==="#"?(o(d,c[T],T),c[T]=d):this.refs[T]=E),T}function D(T){if(typeof T=="string"){if(!a_.test(T))throw new Error(`invalid anchor "${T}"`);b.call(this,`#${T}`)}}}),c;function o(d,y,m){if(y!==void 0&&!Qv(d,y))throw l(m)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Ne.getSchemaRefs=o_});var Sn=_(qt=>{"use strict";Object.defineProperty(qt,"__esModule",{value:!0});qt.getData=qt.KeywordCxt=qt.validateFunctionCode=void 0;var Vl=ml(),kl=$n(),Zi=Hi(),ms=$n(),c_=wl(),bn=Rl(),Yi=Nl(),R=L(),I=wt(),u_=En(),bt=G(),wn=_n();function l_(r){if(Gl(r)&&(zl(r),Ul(r))){h_(r);return}Hl(r,()=>(0,Vl.topBoolOrEmptySchema)(r))}qt.validateFunctionCode=l_;function Hl({gen:r,validateName:e,schema:t,schemaEnv:n,opts:s},i){s.code.es5?r.func(e,(0,R._)`${I.default.data}, ${I.default.valCxt}`,n.$async,()=>{r.code((0,R._)`"use strict"; ${xl(t,s)}`),d_(r,s),r.code(i)}):r.func(e,(0,R._)`${I.default.data}, ${f_(s)}`,n.$async,()=>r.code(xl(t,s)).code(i))}function f_(r){return(0,R._)`{${I.default.instancePath}="", ${I.default.parentData}, ${I.default.parentDataProperty}, ${I.default.rootData}=${I.default.data}${r.dynamicRef?(0,R._)`, ${I.default.dynamicAnchors}={}`:R.nil}}={}`}function d_(r,e){r.if(I.default.valCxt,()=>{r.var(I.default.instancePath,(0,R._)`${I.default.valCxt}.${I.default.instancePath}`),r.var(I.default.parentData,(0,R._)`${I.default.valCxt}.${I.default.parentData}`),r.var(I.default.parentDataProperty,(0,R._)`${I.default.valCxt}.${I.default.parentDataProperty}`),r.var(I.default.rootData,(0,R._)`${I.default.valCxt}.${I.default.rootData}`),e.dynamicRef&&r.var(I.default.dynamicAnchors,(0,R._)`${I.default.valCxt}.${I.default.dynamicAnchors}`)},()=>{r.var(I.default.instancePath,(0,R._)`""`),r.var(I.default.parentData,(0,R._)`undefined`),r.var(I.default.parentDataProperty,(0,R._)`undefined`),r.var(I.default.rootData,I.default.data),e.dynamicRef&&r.var(I.default.dynamicAnchors,(0,R._)`{}`)})}function h_(r){let{schema:e,opts:t,gen:n}=r;Hl(r,()=>{t.$comment&&e.$comment&&Xl(r),__(r),n.let(I.default.vErrors,null),n.let(I.default.errors,0),t.unevaluated&&p_(r),Kl(r),E_(r)})}function p_(r){let{gen:e,validateName:t}=r;r.evaluated=e.const("evaluated",(0,R._)`${t}.evaluated`),e.if((0,R._)`${r.evaluated}.dynamicProps`,()=>e.assign((0,R._)`${r.evaluated}.props`,(0,R._)`undefined`)),e.if((0,R._)`${r.evaluated}.dynamicItems`,()=>e.assign((0,R._)`${r.evaluated}.items`,(0,R._)`undefined`))}function xl(r,e){let t=typeof r=="object"&&r[e.schemaId];return t&&(e.code.source||e.code.process)?(0,R._)`/*# sourceURL=${t} */`:R.nil}function m_(r,e){if(Gl(r)&&(zl(r),Ul(r))){g_(r,e);return}(0,Vl.boolOrEmptySchema)(r,e)}function Ul({schema:r,self:e}){if(typeof r=="boolean")return!r;for(let t in r)if(e.RULES.all[t])return!0;return!1}function Gl(r){return typeof r.schema!="boolean"}function g_(r,e){let{schema:t,gen:n,opts:s}=r;s.$comment&&t.$comment&&Xl(r),y_(r),$_(r);let i=n.const("_errs",I.default.errors);Kl(r,i),n.var(e,(0,R._)`${i} === ${I.default.errors}`)}function zl(r){(0,bt.checkUnknownRules)(r),v_(r)}function Kl(r,e){if(r.opts.jtd)return Ll(r,[],!1,e);let t=(0,kl.getSchemaTypes)(r.schema),n=(0,kl.coerceAndCheckDataType)(r,t);Ll(r,t,!n,e)}function v_(r){let{schema:e,errSchemaPath:t,opts:n,self:s}=r;e.$ref&&n.ignoreKeywordsWithRef&&(0,bt.schemaHasRulesButRef)(e,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${t}"`)}function __(r){let{schema:e,opts:t}=r;e.default!==void 0&&t.useDefaults&&t.strictSchema&&(0,bt.checkStrictMode)(r,"default is ignored in the schema root")}function y_(r){let e=r.schema[r.opts.schemaId];e&&(r.baseId=(0,u_.resolveUrl)(r.opts.uriResolver,r.baseId,e))}function $_(r){if(r.schema.$async&&!r.schemaEnv.$async)throw new Error("async schema in sync schema")}function Xl({gen:r,schemaEnv:e,schema:t,errSchemaPath:n,opts:s}){let i=t.$comment;if(s.$comment===!0)r.code((0,R._)`${I.default.self}.logger.log(${i})`);else if(typeof s.$comment=="function"){let a=(0,R.str)`${n}/$comment`,c=r.scopeValue("root",{ref:e.root});r.code((0,R._)`${I.default.self}.opts.$comment(${i}, ${a}, ${c}.schema)`)}}function E_(r){let{gen:e,schemaEnv:t,validateName:n,ValidationError:s,opts:i}=r;t.$async?e.if((0,R._)`${I.default.errors} === 0`,()=>e.return(I.default.data),()=>e.throw((0,R._)`new ${s}(${I.default.vErrors})`)):(e.assign((0,R._)`${n}.errors`,I.default.vErrors),i.unevaluated&&w_(r),e.return((0,R._)`${I.default.errors} === 0`))}function w_({gen:r,evaluated:e,props:t,items:n}){t instanceof R.Name&&r.assign((0,R._)`${e}.props`,t),n instanceof R.Name&&r.assign((0,R._)`${e}.items`,n)}function Ll(r,e,t,n){let{gen:s,schema:i,data:a,allErrors:c,opts:u,self:o}=r,{RULES:l}=o;if(i.$ref&&(u.ignoreKeywordsWithRef||!(0,bt.schemaHasRulesButRef)(i,l))){s.block(()=>Wl(r,"$ref",l.all.$ref.definition));return}u.jtd||b_(r,e),s.block(()=>{for(let y of l.rules)d(y);d(l.post)});function d(y){!(0,Zi.shouldUseGroup)(i,y)||(y.type?(s.if((0,ms.checkDataType)(y.type,a,u.strictNumbers)),Ml(r,y),e.length===1&&e[0]===y.type&&t&&(s.else(),(0,ms.reportTypeError)(r)),s.endIf()):Ml(r,y),c||s.if((0,R._)`${I.default.errors} === ${n||0}`))}}function Ml(r,e){let{gen:t,schema:n,opts:{useDefaults:s}}=r;s&&(0,c_.assignDefaults)(r,e.type),t.block(()=>{for(let i of e.rules)(0,Zi.shouldUseRule)(n,i)&&Wl(r,i.keyword,i.definition,e.type)})}function b_(r,e){r.schemaEnv.meta||!r.opts.strictTypes||(S_(r,e),r.opts.allowUnionTypes||O_(r,e),P_(r,r.dataTypes))}function S_(r,e){if(!!e.length){if(!r.dataTypes.length){r.dataTypes=e;return}e.forEach(t=>{Fl(r.dataTypes,t)||Qi(r,`type "${t}" not allowed by context "${r.dataTypes.join(",")}"`)}),r.dataTypes=r.dataTypes.filter(t=>Fl(e,t))}}function O_(r,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Qi(r,"use allowUnionTypes to allow union type keyword")}function P_(r,e){let t=r.self.RULES.all;for(let n in t){let s=t[n];if(typeof s=="object"&&(0,Zi.shouldUseRule)(r.schema,s)){let{type:i}=s.definition;i.length&&!i.some(a=>R_(e,a))&&Qi(r,`missing type "${i.join(",")}" for keyword "${n}"`)}}}function R_(r,e){return r.includes(e)||e==="number"&&r.includes("integer")}function Fl(r,e){return r.includes(e)||e==="integer"&&r.includes("number")}function Qi(r,e){e+=` at "${r.schemaEnv.baseId+r.errSchemaPath}" (strictTypes)`,(0,bt.checkStrictMode)(r,e,r.opts.strictTypes)}var gs=class{constructor(e,t,n){if((0,bn.validateKeywordUsage)(e,t,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,bt.schemaRefOrVal)(e,this.schema,n,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",Bl(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,bn.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(t.schemaType)}`);("code"in t?t.trackErrors:t.errors!==!1)&&(this.errsCount=e.gen.const("_errs",I.default.errors))}result(e,t,n){this.failResult((0,R.not)(e),t,n)}failResult(e,t,n){this.gen.if(e),n?n():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,R.not)(e),void 0,t)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:t}=this;this.fail((0,R._)`${t} !== undefined && (${(0,R.or)(this.invalid$data(),e)})`)}error(e,t,n){if(t){this.setParams(t),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,t){(e?wn.reportExtraError:wn.reportError)(this,this.def.error,t)}$dataError(){(0,wn.reportError)(this,this.def.$dataError||wn.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,wn.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,n=R.nil){this.gen.block(()=>{this.check$data(e,n),t()})}check$data(e=R.nil,t=R.nil){if(!this.$data)return;let{gen:n,schemaCode:s,schemaType:i,def:a}=this;n.if((0,R.or)((0,R._)`${s} === undefined`,t)),e!==R.nil&&n.assign(e,!0),(i.length||a.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==R.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:t,schemaType:n,def:s,it:i}=this;return(0,R.or)(a(),c());function a(){if(n.length){if(!(t instanceof R.Name))throw new Error("ajv implementation error");let u=Array.isArray(n)?n:[n];return(0,R._)`${(0,ms.checkDataTypes)(u,t,i.opts.strictNumbers,ms.DataType.Wrong)}`}return R.nil}function c(){if(s.validateSchema){let u=e.scopeValue("validate$data",{ref:s.validateSchema});return(0,R._)`!${u}(${t})`}return R.nil}}subschema(e,t){let n=(0,Yi.getSubschema)(this.it,e);(0,Yi.extendSubschemaData)(n,this.it,e),(0,Yi.extendSubschemaMode)(n,e);let s=He(ae(ae({},this.it),n),{items:void 0,props:void 0});return m_(s,t),s}mergeEvaluated(e,t){let{it:n,gen:s}=this;!n.opts.unevaluated||(n.props!==!0&&e.props!==void 0&&(n.props=bt.mergeEvaluated.props(s,e.props,n.props,t)),n.items!==!0&&e.items!==void 0&&(n.items=bt.mergeEvaluated.items(s,e.items,n.items,t)))}mergeValidEvaluated(e,t){let{it:n,gen:s}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return s.if(t,()=>this.mergeEvaluated(e,R.Name)),!0}};qt.KeywordCxt=gs;function Wl(r,e,t,n){let s=new gs(r,t,e);"code"in t?t.code(s,n):s.$data&&t.validate?(0,bn.funcKeywordCode)(s,t):"macro"in t?(0,bn.macroKeywordCode)(s,t):(t.compile||t.validate)&&(0,bn.funcKeywordCode)(s,t)}var C_=/^\/(?:[^~]|~0|~1)*$/,N_=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Bl(r,{dataLevel:e,dataNames:t,dataPathArr:n}){let s,i;if(r==="")return I.default.rootData;if(r[0]==="/"){if(!C_.test(r))throw new Error(`Invalid JSON-pointer: ${r}`);s=r,i=I.default.rootData}else{let o=N_.exec(r);if(!o)throw new Error(`Invalid JSON-pointer: ${r}`);let l=+o[1];if(s=o[2],s==="#"){if(l>=e)throw new Error(u("property/index",l));return n[e-l]}if(l>e)throw new Error(u("data",l));if(i=t[e-l],!s)return i}let a=i,c=s.split("/");for(let o of c)o&&(i=(0,R._)`${i}${(0,R.getProperty)((0,bt.unescapeJsonPointer)(o))}`,a=(0,R._)`${a} && ${i}`);return a;function u(o,l){return`Cannot access ${o} ${l} levels up, current level is ${e}`}}qt.getData=Bl});var ra=_(ta=>{"use strict";Object.defineProperty(ta,"__esModule",{value:!0});var ea=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};ta.default=ea});var aa=_(ia=>{"use strict";Object.defineProperty(ia,"__esModule",{value:!0});var na=En(),sa=class extends Error{constructor(e,t,n,s){super(s||`can't resolve reference ${n} from id ${t}`),this.missingRef=(0,na.resolveUrl)(e,t,n),this.missingSchema=(0,na.normalizeId)((0,na.getFullPath)(e,this.missingRef))}};ia.default=sa});var _s=_(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.resolveSchema=Xe.getCompilingSchema=Xe.resolveRef=Xe.compileSchema=Xe.SchemaEnv=void 0;var Ze=L(),I_=ra(),Zt=wt(),Qe=En(),Jl=G(),T_=Sn(),Cr=class{constructor(e){var t;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(t=e.baseId)!==null&&t!==void 0?t:(0,Qe.normalizeId)(n==null?void 0:n[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n==null?void 0:n.$async,this.refs={}}};Xe.SchemaEnv=Cr;function ca(r){let e=Yl.call(this,r);if(e)return e;let t=(0,Qe.getFullPath)(this.opts.uriResolver,r.root.baseId),{es5:n,lines:s}=this.opts.code,{ownProperties:i}=this.opts,a=new Ze.CodeGen(this.scope,{es5:n,lines:s,ownProperties:i}),c;r.$async&&(c=a.scopeValue("Error",{ref:I_.default,code:(0,Ze._)`require("ajv/dist/runtime/validation_error").default`}));let u=a.scopeName("validate");r.validateName=u;let o={gen:a,allErrors:this.opts.allErrors,data:Zt.default.data,parentData:Zt.default.parentData,parentDataProperty:Zt.default.parentDataProperty,dataNames:[Zt.default.data],dataPathArr:[Ze.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:a.scopeValue("schema",this.opts.code.source===!0?{ref:r.schema,code:(0,Ze.stringify)(r.schema)}:{ref:r.schema}),validateName:u,ValidationError:c,schema:r.schema,schemaEnv:r,rootId:t,baseId:r.baseId||t,schemaPath:Ze.nil,errSchemaPath:r.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Ze._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(r),(0,T_.validateFunctionCode)(o),a.optimize(this.opts.code.optimize);let d=a.toString();l=`${a.scopeRefs(Zt.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,r));let m=new Function(`${Zt.default.self}`,`${Zt.default.scope}`,l)(this,this.scope.get());if(this.scope.value(u,{ref:m}),m.errors=null,m.schema=r.schema,m.schemaEnv=r,r.$async&&(m.$async=!0),this.opts.code.source===!0&&(m.source={validateName:u,validateCode:d,scopeValues:a._values}),this.opts.unevaluated){let{props:$,items:E}=o;m.evaluated={props:$ instanceof Ze.Name?void 0:$,items:E instanceof Ze.Name?void 0:E,dynamicProps:$ instanceof Ze.Name,dynamicItems:E instanceof Ze.Name},m.source&&(m.source.evaluated=(0,Ze.stringify)(m.evaluated))}return r.validate=m,r}catch(d){throw delete r.validate,delete r.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(r)}}Xe.compileSchema=ca;function A_(r,e,t){var n;t=(0,Qe.resolveUrl)(this.opts.uriResolver,e,t);let s=r.refs[t];if(s)return s;let i=j_.call(this,r,t);if(i===void 0){let a=(n=r.localRefs)===null||n===void 0?void 0:n[t],{schemaId:c}=this.opts;a&&(i=new Cr({schema:a,schemaId:c,root:r,baseId:e}))}if(i!==void 0)return r.refs[t]=q_.call(this,i)}Xe.resolveRef=A_;function q_(r){return(0,Qe.inlineRef)(r.schema,this.opts.inlineRefs)?r.schema:r.validate?r:ca.call(this,r)}function Yl(r){for(let e of this._compilations)if(D_(e,r))return e}Xe.getCompilingSchema=Yl;function D_(r,e){return r.schema===e.schema&&r.root===e.root&&r.baseId===e.baseId}function j_(r,e){let t;for(;typeof(t=this.refs[e])=="string";)e=t;return t||this.schemas[e]||vs.call(this,r,e)}function vs(r,e){let t=this.opts.uriResolver.parse(e),n=(0,Qe._getFullPath)(this.opts.uriResolver,t),s=(0,Qe.getFullPath)(this.opts.uriResolver,r.baseId,void 0);if(Object.keys(r.schema).length>0&&n===s)return oa.call(this,t,r);let i=(0,Qe.normalizeId)(n),a=this.refs[i]||this.schemas[i];if(typeof a=="string"){let c=vs.call(this,r,a);return typeof(c==null?void 0:c.schema)!="object"?void 0:oa.call(this,t,c)}if(typeof(a==null?void 0:a.schema)=="object"){if(a.validate||ca.call(this,a),i===(0,Qe.normalizeId)(e)){let{schema:c}=a,{schemaId:u}=this.opts,o=c[u];return o&&(s=(0,Qe.resolveUrl)(this.opts.uriResolver,s,o)),new Cr({schema:c,schemaId:u,root:r,baseId:s})}return oa.call(this,t,a)}}Xe.resolveSchema=vs;var k_=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function oa(r,{baseId:e,schema:t,root:n}){var s;if(((s=r.fragment)===null||s===void 0?void 0:s[0])!=="/")return;for(let c of r.fragment.slice(1).split("/")){if(typeof t=="boolean")return;let u=t[(0,Jl.unescapeFragment)(c)];if(u===void 0)return;t=u;let o=typeof t=="object"&&t[this.opts.schemaId];!k_.has(c)&&o&&(e=(0,Qe.resolveUrl)(this.opts.uriResolver,e,o))}let i;if(typeof t!="boolean"&&t.$ref&&!(0,Jl.schemaHasRulesButRef)(t,this.RULES)){let c=(0,Qe.resolveUrl)(this.opts.uriResolver,e,t.$ref);i=vs.call(this,n,c)}let{schemaId:a}=this.opts;if(i=i||new Cr({schema:t,schemaId:a,root:n,baseId:e}),i.schema!==i.root.schema)return i}});var Zl=_((ib,x_)=>{x_.exports={$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}});var ef=_((ys,Ql)=>{(function(r,e){typeof ys=="object"&&typeof Ql<"u"?e(ys):typeof define=="function"&&define.amd?define(["exports"],e):e(r.URI=r.URI||{})})(ys,function(r){"use strict";function e(){for(var h=arguments.length,f=Array(h),p=0;p<h;p++)f[p]=arguments[p];if(f.length>1){f[0]=f[0].slice(0,-1);for(var g=f.length-1,v=1;v<g;++v)f[v]=f[v].slice(1,-1);return f[g]=f[g].slice(1),f.join("")}else return f[0]}function t(h){return"(?:"+h+")"}function n(h){return h===void 0?"undefined":h===null?"null":Object.prototype.toString.call(h).split(" ").pop().split("]").shift().toLowerCase()}function s(h){return h.toUpperCase()}function i(h){return h!=null?h instanceof Array?h:typeof h.length!="number"||h.split||h.setInterval||h.call?[h]:Array.prototype.slice.call(h):[]}function a(h,f){var p=h;if(f)for(var g in f)p[g]=f[g];return p}function c(h){var f="[A-Za-z]",p="[\\x0D]",g="[0-9]",v="[\\x22]",S=e(g,"[A-Fa-f]"),A="[\\x0A]",H="[\\x20]",W=t(t("%[EFef]"+S+"%"+S+S+"%"+S+S)+"|"+t("%[89A-Fa-f]"+S+"%"+S+S)+"|"+t("%"+S+S)),ce="[\\:\\/\\?\\#\\[\\]\\@]",F="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",ne=e(ce,F),ue=h?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",re=h?"[\\uE000-\\uF8FF]":"[]",K=e(f,g,"[\\-\\.\\_\\~]",ue),se=t(f+e(f,g,"[\\+\\-\\.]")+"*"),B=t(t(W+"|"+e(K,F,"[\\:]"))+"*"),kt=t(t("25[0-5]")+"|"+t("2[0-4]"+g)+"|"+t("1"+g+g)+"|"+t("[1-9]"+g)+"|"+g),Ae=t(t("25[0-5]")+"|"+t("2[0-4]"+g)+"|"+t("1"+g+g)+"|"+t("0?[1-9]"+g)+"|0?0?"+g),Fe=t(Ae+"\\."+Ae+"\\."+Ae+"\\."+Ae),Y=t(S+"{1,4}"),qe=t(t(Y+"\\:"+Y)+"|"+Fe),Ve=t(t(Y+"\\:")+"{6}"+qe),it=t("\\:\\:"+t(Y+"\\:")+"{5}"+qe),xt=t(t(Y)+"?\\:\\:"+t(Y+"\\:")+"{4}"+qe),pt=t(t(t(Y+"\\:")+"{0,1}"+Y)+"?\\:\\:"+t(Y+"\\:")+"{3}"+qe),Gr=t(t(t(Y+"\\:")+"{0,2}"+Y)+"?\\:\\:"+t(Y+"\\:")+"{2}"+qe),Hn=t(t(t(Y+"\\:")+"{0,3}"+Y)+"?\\:\\:"+Y+"\\:"+qe),Un=t(t(t(Y+"\\:")+"{0,4}"+Y)+"?\\:\\:"+qe),or=t(t(t(Y+"\\:")+"{0,5}"+Y)+"?\\:\\:"+Y),cr=t(t(t(Y+"\\:")+"{0,6}"+Y)+"?\\:\\:"),mt=t([Ve,it,xt,pt,Gr,Hn,Un,or,cr].join("|")),ur=t(t(K+"|"+W)+"+"),Fs=t(mt+"\\%25"+ur),Lt=t(mt+t("\\%25|\\%(?!"+S+"{2})")+ur),ah=t("[vV]"+S+"+\\."+e(K,F,"[\\:]")+"+"),oh=t("\\["+t(Lt+"|"+mt+"|"+ah)+"\\]"),So=t(t(W+"|"+e(K,F))+"*"),zr=t(oh+"|"+Fe+"(?!"+So+")|"+So),Kr=t(g+"*"),Oo=t(t(B+"@")+"?"+zr+t("\\:"+Kr)+"?"),Xr=t(W+"|"+e(K,F,"[\\:\\@]")),ch=t(Xr+"*"),Po=t(Xr+"+"),uh=t(t(W+"|"+e(K,F,"[\\@]"))+"+"),gt=t(t("\\/"+ch)+"*"),lr=t("\\/"+t(Po+gt)+"?"),Vs=t(uh+gt),Gn=t(Po+gt),fr="(?!"+Xr+")",CE=t(gt+"|"+lr+"|"+Vs+"|"+Gn+"|"+fr),dr=t(t(Xr+"|"+e("[\\/\\?]",re))+"*"),Wr=t(t(Xr+"|[\\/\\?]")+"*"),Ro=t(t("\\/\\/"+Oo+gt)+"|"+lr+"|"+Gn+"|"+fr),lh=t(se+"\\:"+Ro+t("\\?"+dr)+"?"+t("\\#"+Wr)+"?"),fh=t(t("\\/\\/"+Oo+gt)+"|"+lr+"|"+Vs+"|"+fr),dh=t(fh+t("\\?"+dr)+"?"+t("\\#"+Wr)+"?"),NE=t(lh+"|"+dh),IE=t(se+"\\:"+Ro+t("\\?"+dr)+"?"),TE="^("+se+")\\:"+t(t("\\/\\/("+t("("+B+")@")+"?("+zr+")"+t("\\:("+Kr+")")+"?)")+"?("+gt+"|"+lr+"|"+Gn+"|"+fr+")")+t("\\?("+dr+")")+"?"+t("\\#("+Wr+")")+"?$",AE="^(){0}"+t(t("\\/\\/("+t("("+B+")@")+"?("+zr+")"+t("\\:("+Kr+")")+"?)")+"?("+gt+"|"+lr+"|"+Vs+"|"+fr+")")+t("\\?("+dr+")")+"?"+t("\\#("+Wr+")")+"?$",qE="^("+se+")\\:"+t(t("\\/\\/("+t("("+B+")@")+"?("+zr+")"+t("\\:("+Kr+")")+"?)")+"?("+gt+"|"+lr+"|"+Gn+"|"+fr+")")+t("\\?("+dr+")")+"?$",DE="^"+t("\\#("+Wr+")")+"?$",jE="^"+t("("+B+")@")+"?("+zr+")"+t("\\:("+Kr+")")+"?$";return{NOT_SCHEME:new RegExp(e("[^]",f,g,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(e("[^\\%\\:]",K,F),"g"),NOT_HOST:new RegExp(e("[^\\%\\[\\]\\:]",K,F),"g"),NOT_PATH:new RegExp(e("[^\\%\\/\\:\\@]",K,F),"g"),NOT_PATH_NOSCHEME:new RegExp(e("[^\\%\\/\\@]",K,F),"g"),NOT_QUERY:new RegExp(e("[^\\%]",K,F,"[\\:\\@\\/\\?]",re),"g"),NOT_FRAGMENT:new RegExp(e("[^\\%]",K,F,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(e("[^]",K,F),"g"),UNRESERVED:new RegExp(K,"g"),OTHER_CHARS:new RegExp(e("[^\\%]",K,ne),"g"),PCT_ENCODED:new RegExp(W,"g"),IPV4ADDRESS:new RegExp("^("+Fe+")$"),IPV6ADDRESS:new RegExp("^\\[?("+mt+")"+t(t("\\%25|\\%(?!"+S+"{2})")+"("+ur+")")+"?\\]?$")}}var u=c(!1),o=c(!0),l=function(){function h(f,p){var g=[],v=!0,S=!1,A=void 0;try{for(var H=f[Symbol.iterator](),W;!(v=(W=H.next()).done)&&(g.push(W.value),!(p&&g.length===p));v=!0);}catch(ce){S=!0,A=ce}finally{try{!v&&H.return&&H.return()}finally{if(S)throw A}}return g}return function(f,p){if(Array.isArray(f))return f;if(Symbol.iterator in Object(f))return h(f,p);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(h){if(Array.isArray(h)){for(var f=0,p=Array(h.length);f<h.length;f++)p[f]=h[f];return p}else return Array.from(h)},y=2147483647,m=36,$=1,E=26,w=38,b=700,D=72,T=128,z="-",N=/^xn--/,me=/[^\0-\x7E]/,ke=/[\x2E\u3002\uFF0E\uFF61]/g,Ot={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},xe=m-$,te=Math.floor,Le=String.fromCharCode;function tt(h){throw new RangeError(Ot[h])}function Fn(h,f){for(var p=[],g=h.length;g--;)p[g]=f(h[g]);return p}function Vn(h,f){var p=h.split("@"),g="";p.length>1&&(g=p[0]+"@",h=p[1]),h=h.replace(ke,".");var v=h.split("."),S=Fn(v,f).join(".");return g+S}function io(h){for(var f=[],p=0,g=h.length;p<g;){var v=h.charCodeAt(p++);if(v>=55296&&v<=56319&&p<g){var S=h.charCodeAt(p++);(S&64512)==56320?f.push(((v&1023)<<10)+(S&1023)+65536):(f.push(v),p--)}else f.push(v)}return f}var kd=function(f){return String.fromCodePoint.apply(String,d(f))},xd=function(f){return f-48<10?f-22:f-65<26?f-65:f-97<26?f-97:m},ao=function(f,p){return f+22+75*(f<26)-((p!=0)<<5)},oo=function(f,p,g){var v=0;for(f=g?te(f/b):f>>1,f+=te(f/p);f>xe*E>>1;v+=m)f=te(f/xe);return te(v+(xe+1)*f/(f+w))},co=function(f){var p=[],g=f.length,v=0,S=T,A=D,H=f.lastIndexOf(z);H<0&&(H=0);for(var W=0;W<H;++W)f.charCodeAt(W)>=128&&tt("not-basic"),p.push(f.charCodeAt(W));for(var ce=H>0?H+1:0;ce<g;){for(var F=v,ne=1,ue=m;;ue+=m){ce>=g&&tt("invalid-input");var re=xd(f.charCodeAt(ce++));(re>=m||re>te((y-v)/ne))&&tt("overflow"),v+=re*ne;var K=ue<=A?$:ue>=A+E?E:ue-A;if(re<K)break;var se=m-K;ne>te(y/se)&&tt("overflow"),ne*=se}var B=p.length+1;A=oo(v-F,B,F==0),te(v/B)>y-S&&tt("overflow"),S+=te(v/B),v%=B,p.splice(v++,0,S)}return String.fromCodePoint.apply(String,p)},uo=function(f){var p=[];f=io(f);var g=f.length,v=T,S=0,A=D,H=!0,W=!1,ce=void 0;try{for(var F=f[Symbol.iterator](),ne;!(H=(ne=F.next()).done);H=!0){var ue=ne.value;ue<128&&p.push(Le(ue))}}catch(Lt){W=!0,ce=Lt}finally{try{!H&&F.return&&F.return()}finally{if(W)throw ce}}var re=p.length,K=re;for(re&&p.push(z);K<g;){var se=y,B=!0,kt=!1,Ae=void 0;try{for(var Fe=f[Symbol.iterator](),Y;!(B=(Y=Fe.next()).done);B=!0){var qe=Y.value;qe>=v&&qe<se&&(se=qe)}}catch(Lt){kt=!0,Ae=Lt}finally{try{!B&&Fe.return&&Fe.return()}finally{if(kt)throw Ae}}var Ve=K+1;se-v>te((y-S)/Ve)&&tt("overflow"),S+=(se-v)*Ve,v=se;var it=!0,xt=!1,pt=void 0;try{for(var Gr=f[Symbol.iterator](),Hn;!(it=(Hn=Gr.next()).done);it=!0){var Un=Hn.value;if(Un<v&&++S>y&&tt("overflow"),Un==v){for(var or=S,cr=m;;cr+=m){var mt=cr<=A?$:cr>=A+E?E:cr-A;if(or<mt)break;var ur=or-mt,Fs=m-mt;p.push(Le(ao(mt+ur%Fs,0))),or=te(ur/Fs)}p.push(Le(ao(or,0))),A=oo(S,Ve,K==re),S=0,++K}}}catch(Lt){xt=!0,pt=Lt}finally{try{!it&&Gr.return&&Gr.return()}finally{if(xt)throw pt}}++S,++v}return p.join("")},Ld=function(f){return Vn(f,function(p){return N.test(p)?co(p.slice(4).toLowerCase()):p})},Md=function(f){return Vn(f,function(p){return me.test(p)?"xn--"+uo(p):p})},nr={version:"2.1.0",ucs2:{decode:io,encode:kd},decode:co,encode:uo,toASCII:Md,toUnicode:Ld},Me={};function rt(h){var f=h.charCodeAt(0),p=void 0;return f<16?p="%0"+f.toString(16).toUpperCase():f<128?p="%"+f.toString(16).toUpperCase():f<2048?p="%"+(f>>6|192).toString(16).toUpperCase()+"%"+(f&63|128).toString(16).toUpperCase():p="%"+(f>>12|224).toString(16).toUpperCase()+"%"+(f>>6&63|128).toString(16).toUpperCase()+"%"+(f&63|128).toString(16).toUpperCase(),p}function sr(h){for(var f="",p=0,g=h.length;p<g;){var v=parseInt(h.substr(p+1,2),16);if(v<128)f+=String.fromCharCode(v),p+=3;else if(v>=194&&v<224){if(g-p>=6){var S=parseInt(h.substr(p+4,2),16);f+=String.fromCharCode((v&31)<<6|S&63)}else f+=h.substr(p,6);p+=6}else if(v>=224){if(g-p>=9){var A=parseInt(h.substr(p+4,2),16),H=parseInt(h.substr(p+7,2),16);f+=String.fromCharCode((v&15)<<12|(A&63)<<6|H&63)}else f+=h.substr(p,9);p+=9}else f+=h.substr(p,3),p+=3}return f}function ks(h,f){function p(g){var v=sr(g);return v.match(f.UNRESERVED)?v:g}return h.scheme&&(h.scheme=String(h.scheme).replace(f.PCT_ENCODED,p).toLowerCase().replace(f.NOT_SCHEME,"")),h.userinfo!==void 0&&(h.userinfo=String(h.userinfo).replace(f.PCT_ENCODED,p).replace(f.NOT_USERINFO,rt).replace(f.PCT_ENCODED,s)),h.host!==void 0&&(h.host=String(h.host).replace(f.PCT_ENCODED,p).toLowerCase().replace(f.NOT_HOST,rt).replace(f.PCT_ENCODED,s)),h.path!==void 0&&(h.path=String(h.path).replace(f.PCT_ENCODED,p).replace(h.scheme?f.NOT_PATH:f.NOT_PATH_NOSCHEME,rt).replace(f.PCT_ENCODED,s)),h.query!==void 0&&(h.query=String(h.query).replace(f.PCT_ENCODED,p).replace(f.NOT_QUERY,rt).replace(f.PCT_ENCODED,s)),h.fragment!==void 0&&(h.fragment=String(h.fragment).replace(f.PCT_ENCODED,p).replace(f.NOT_FRAGMENT,rt).replace(f.PCT_ENCODED,s)),h}function xs(h){return h.replace(/^0*(.*)/,"$1")||"0"}function Ls(h,f){var p=h.match(f.IPV4ADDRESS)||[],g=l(p,2),v=g[1];return v?v.split(".").map(xs).join("."):h}function lo(h,f){var p=h.match(f.IPV6ADDRESS)||[],g=l(p,3),v=g[1],S=g[2];if(v){for(var A=v.toLowerCase().split("::").reverse(),H=l(A,2),W=H[0],ce=H[1],F=ce?ce.split(":").map(xs):[],ne=W.split(":").map(xs),ue=f.IPV4ADDRESS.test(ne[ne.length-1]),re=ue?7:8,K=ne.length-re,se=Array(re),B=0;B<re;++B)se[B]=F[B]||ne[K+B]||"";ue&&(se[re-1]=Ls(se[re-1],f));var kt=se.reduce(function(Ve,it,xt){if(!it||it==="0"){var pt=Ve[Ve.length-1];pt&&pt.index+pt.length===xt?pt.length++:Ve.push({index:xt,length:1})}return Ve},[]),Ae=kt.sort(function(Ve,it){return it.length-Ve.length})[0],Fe=void 0;if(Ae&&Ae.length>1){var Y=se.slice(0,Ae.index),qe=se.slice(Ae.index+Ae.length);Fe=Y.join(":")+"::"+qe.join(":")}else Fe=se.join(":");return S&&(Fe+="%"+S),Fe}else return h}var Fd=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,Vd="".match(/(){0}/)[1]===void 0;function dt(h){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p={},g=f.iri!==!1?o:u;f.reference==="suffix"&&(h=(f.scheme?f.scheme+":":"")+"//"+h);var v=h.match(Fd);if(v){Vd?(p.scheme=v[1],p.userinfo=v[3],p.host=v[4],p.port=parseInt(v[5],10),p.path=v[6]||"",p.query=v[7],p.fragment=v[8],isNaN(p.port)&&(p.port=v[5])):(p.scheme=v[1]||void 0,p.userinfo=h.indexOf("@")!==-1?v[3]:void 0,p.host=h.indexOf("//")!==-1?v[4]:void 0,p.port=parseInt(v[5],10),p.path=v[6]||"",p.query=h.indexOf("?")!==-1?v[7]:void 0,p.fragment=h.indexOf("#")!==-1?v[8]:void 0,isNaN(p.port)&&(p.port=h.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?v[4]:void 0)),p.host&&(p.host=lo(Ls(p.host,g),g)),p.scheme===void 0&&p.userinfo===void 0&&p.host===void 0&&p.port===void 0&&!p.path&&p.query===void 0?p.reference="same-document":p.scheme===void 0?p.reference="relative":p.fragment===void 0?p.reference="absolute":p.reference="uri",f.reference&&f.reference!=="suffix"&&f.reference!==p.reference&&(p.error=p.error||"URI is not a "+f.reference+" reference.");var S=Me[(f.scheme||p.scheme||"").toLowerCase()];if(!f.unicodeSupport&&(!S||!S.unicodeSupport)){if(p.host&&(f.domainHost||S&&S.domainHost))try{p.host=nr.toASCII(p.host.replace(g.PCT_ENCODED,sr).toLowerCase())}catch(A){p.error=p.error||"Host's domain name can not be converted to ASCII via punycode: "+A}ks(p,u)}else ks(p,g);S&&S.parse&&S.parse(p,f)}else p.error=p.error||"URI can not be parsed.";return p}function Hd(h,f){var p=f.iri!==!1?o:u,g=[];return h.userinfo!==void 0&&(g.push(h.userinfo),g.push("@")),h.host!==void 0&&g.push(lo(Ls(String(h.host),p),p).replace(p.IPV6ADDRESS,function(v,S,A){return"["+S+(A?"%25"+A:"")+"]"})),(typeof h.port=="number"||typeof h.port=="string")&&(g.push(":"),g.push(String(h.port))),g.length?g.join(""):void 0}var fo=/^\.\.?\//,ho=/^\/\.(\/|$)/,po=/^\/\.\.(\/|$)/,Ud=/^\/?(?:.|\n)*?(?=\/|$)/;function ir(h){for(var f=[];h.length;)if(h.match(fo))h=h.replace(fo,"");else if(h.match(ho))h=h.replace(ho,"/");else if(h.match(po))h=h.replace(po,"/"),f.pop();else if(h==="."||h==="..")h="";else{var p=h.match(Ud);if(p){var g=p[0];h=h.slice(g.length),f.push(g)}else throw new Error("Unexpected dot segment condition")}return f.join("")}function nt(h){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p=f.iri?o:u,g=[],v=Me[(f.scheme||h.scheme||"").toLowerCase()];if(v&&v.serialize&&v.serialize(h,f),h.host&&!p.IPV6ADDRESS.test(h.host)){if(f.domainHost||v&&v.domainHost)try{h.host=f.iri?nr.toUnicode(h.host):nr.toASCII(h.host.replace(p.PCT_ENCODED,sr).toLowerCase())}catch(H){h.error=h.error||"Host's domain name can not be converted to "+(f.iri?"Unicode":"ASCII")+" via punycode: "+H}}ks(h,p),f.reference!=="suffix"&&h.scheme&&(g.push(h.scheme),g.push(":"));var S=Hd(h,f);if(S!==void 0&&(f.reference!=="suffix"&&g.push("//"),g.push(S),h.path&&h.path.charAt(0)!=="/"&&g.push("/")),h.path!==void 0){var A=h.path;!f.absolutePath&&(!v||!v.absolutePath)&&(A=ir(A)),S===void 0&&(A=A.replace(/^\/\//,"/%2F")),g.push(A)}return h.query!==void 0&&(g.push("?"),g.push(h.query)),h.fragment!==void 0&&(g.push("#"),g.push(h.fragment)),g.join("")}function mo(h,f){var p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},g=arguments[3],v={};return g||(h=dt(nt(h,p),p),f=dt(nt(f,p),p)),p=p||{},!p.tolerant&&f.scheme?(v.scheme=f.scheme,v.userinfo=f.userinfo,v.host=f.host,v.port=f.port,v.path=ir(f.path||""),v.query=f.query):(f.userinfo!==void 0||f.host!==void 0||f.port!==void 0?(v.userinfo=f.userinfo,v.host=f.host,v.port=f.port,v.path=ir(f.path||""),v.query=f.query):(f.path?(f.path.charAt(0)==="/"?v.path=ir(f.path):((h.userinfo!==void 0||h.host!==void 0||h.port!==void 0)&&!h.path?v.path="/"+f.path:h.path?v.path=h.path.slice(0,h.path.lastIndexOf("/")+1)+f.path:v.path=f.path,v.path=ir(v.path)),v.query=f.query):(v.path=h.path,f.query!==void 0?v.query=f.query:v.query=h.query),v.userinfo=h.userinfo,v.host=h.host,v.port=h.port),v.scheme=h.scheme),v.fragment=f.fragment,v}function Gd(h,f,p){var g=a({scheme:"null"},p);return nt(mo(dt(h,g),dt(f,g),g,!0),g)}function zd(h,f){return typeof h=="string"?h=nt(dt(h,f),f):n(h)==="object"&&(h=dt(nt(h,f),f)),h}function Kd(h,f,p){return typeof h=="string"?h=nt(dt(h,p),p):n(h)==="object"&&(h=nt(h,p)),typeof f=="string"?f=nt(dt(f,p),p):n(f)==="object"&&(f=nt(f,p)),h===f}function Xd(h,f){return h&&h.toString().replace(!f||!f.iri?u.ESCAPE:o.ESCAPE,rt)}function ht(h,f){return h&&h.toString().replace(!f||!f.iri?u.PCT_ENCODED:o.PCT_ENCODED,sr)}var Hr={scheme:"http",domainHost:!0,parse:function(f,p){return f.host||(f.error=f.error||"HTTP URIs must have a host."),f},serialize:function(f,p){var g=String(f.scheme).toLowerCase()==="https";return(f.port===(g?443:80)||f.port==="")&&(f.port=void 0),f.path||(f.path="/"),f}},go={scheme:"https",domainHost:Hr.domainHost,parse:Hr.parse,serialize:Hr.serialize};function vo(h){return typeof h.secure=="boolean"?h.secure:String(h.scheme).toLowerCase()==="wss"}var Ur={scheme:"ws",domainHost:!0,parse:function(f,p){var g=f;return g.secure=vo(g),g.resourceName=(g.path||"/")+(g.query?"?"+g.query:""),g.path=void 0,g.query=void 0,g},serialize:function(f,p){if((f.port===(vo(f)?443:80)||f.port==="")&&(f.port=void 0),typeof f.secure=="boolean"&&(f.scheme=f.secure?"wss":"ws",f.secure=void 0),f.resourceName){var g=f.resourceName.split("?"),v=l(g,2),S=v[0],A=v[1];f.path=S&&S!=="/"?S:void 0,f.query=A,f.resourceName=void 0}return f.fragment=void 0,f}},_o={scheme:"wss",domainHost:Ur.domainHost,parse:Ur.parse,serialize:Ur.serialize},Wd={},Bd=!0,yo="[A-Za-z0-9\\-\\.\\_\\~"+(Bd?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]",st="[0-9A-Fa-f]",Jd=t(t("%[EFef]"+st+"%"+st+st+"%"+st+st)+"|"+t("%[89A-Fa-f]"+st+"%"+st+st)+"|"+t("%"+st+st)),Yd="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Zd="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",Qd=e(Zd,'[\\"\\\\]'),eh="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",th=new RegExp(yo,"g"),ar=new RegExp(Jd,"g"),rh=new RegExp(e("[^]",Yd,"[\\.]",'[\\"]',Qd),"g"),$o=new RegExp(e("[^]",yo,eh),"g"),nh=$o;function Ms(h){var f=sr(h);return f.match(th)?f:h}var Eo={scheme:"mailto",parse:function(f,p){var g=f,v=g.to=g.path?g.path.split(","):[];if(g.path=void 0,g.query){for(var S=!1,A={},H=g.query.split("&"),W=0,ce=H.length;W<ce;++W){var F=H[W].split("=");switch(F[0]){case"to":for(var ne=F[1].split(","),ue=0,re=ne.length;ue<re;++ue)v.push(ne[ue]);break;case"subject":g.subject=ht(F[1],p);break;case"body":g.body=ht(F[1],p);break;default:S=!0,A[ht(F[0],p)]=ht(F[1],p);break}}S&&(g.headers=A)}g.query=void 0;for(var K=0,se=v.length;K<se;++K){var B=v[K].split("@");if(B[0]=ht(B[0]),p.unicodeSupport)B[1]=ht(B[1],p).toLowerCase();else try{B[1]=nr.toASCII(ht(B[1],p).toLowerCase())}catch(kt){g.error=g.error||"Email address's domain name can not be converted to ASCII via punycode: "+kt}v[K]=B.join("@")}return g},serialize:function(f,p){var g=f,v=i(f.to);if(v){for(var S=0,A=v.length;S<A;++S){var H=String(v[S]),W=H.lastIndexOf("@"),ce=H.slice(0,W).replace(ar,Ms).replace(ar,s).replace(rh,rt),F=H.slice(W+1);try{F=p.iri?nr.toUnicode(F):nr.toASCII(ht(F,p).toLowerCase())}catch(K){g.error=g.error||"Email address's domain name can not be converted to "+(p.iri?"Unicode":"ASCII")+" via punycode: "+K}v[S]=ce+"@"+F}g.path=v.join(",")}var ne=f.headers=f.headers||{};f.subject&&(ne.subject=f.subject),f.body&&(ne.body=f.body);var ue=[];for(var re in ne)ne[re]!==Wd[re]&&ue.push(re.replace(ar,Ms).replace(ar,s).replace($o,rt)+"="+ne[re].replace(ar,Ms).replace(ar,s).replace(nh,rt));return ue.length&&(g.query=ue.join("&")),g}},sh=/^([^\:]+)\:(.*)/,wo={scheme:"urn",parse:function(f,p){var g=f.path&&f.path.match(sh),v=f;if(g){var S=p.scheme||v.scheme||"urn",A=g[1].toLowerCase(),H=g[2],W=S+":"+(p.nid||A),ce=Me[W];v.nid=A,v.nss=H,v.path=void 0,ce&&(v=ce.parse(v,p))}else v.error=v.error||"URN can not be parsed.";return v},serialize:function(f,p){var g=p.scheme||f.scheme||"urn",v=f.nid,S=g+":"+(p.nid||v),A=Me[S];A&&(f=A.serialize(f,p));var H=f,W=f.nss;return H.path=(v||p.nid)+":"+W,H}},ih=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,bo={scheme:"urn:uuid",parse:function(f,p){var g=f;return g.uuid=g.nss,g.nss=void 0,!p.tolerant&&(!g.uuid||!g.uuid.match(ih))&&(g.error=g.error||"UUID is not valid."),g},serialize:function(f,p){var g=f;return g.nss=(f.uuid||"").toLowerCase(),g}};Me[Hr.scheme]=Hr,Me[go.scheme]=go,Me[Ur.scheme]=Ur,Me[_o.scheme]=_o,Me[Eo.scheme]=Eo,Me[wo.scheme]=wo,Me[bo.scheme]=bo,r.SCHEMES=Me,r.pctEncChar=rt,r.pctDecChars=sr,r.parse=dt,r.removeDotSegments=ir,r.serialize=nt,r.resolveComponents=mo,r.resolve=Gd,r.normalize=zd,r.equal=Kd,r.escapeComponent=Xd,r.unescapeComponent=ht,Object.defineProperty(r,"__esModule",{value:!0})})});var rf=_(ua=>{"use strict";Object.defineProperty(ua,"__esModule",{value:!0});var tf=ef();tf.code='require("ajv/dist/runtime/uri").default';ua.default=tf});var ff=_(he=>{"use strict";Object.defineProperty(he,"__esModule",{value:!0});he.CodeGen=he.Name=he.nil=he.stringify=he.str=he._=he.KeywordCxt=void 0;var L_=Sn();Object.defineProperty(he,"KeywordCxt",{enumerable:!0,get:function(){return L_.KeywordCxt}});var Nr=L();Object.defineProperty(he,"_",{enumerable:!0,get:function(){return Nr._}});Object.defineProperty(he,"str",{enumerable:!0,get:function(){return Nr.str}});Object.defineProperty(he,"stringify",{enumerable:!0,get:function(){return Nr.stringify}});Object.defineProperty(he,"nil",{enumerable:!0,get:function(){return Nr.nil}});Object.defineProperty(he,"Name",{enumerable:!0,get:function(){return Nr.Name}});Object.defineProperty(he,"CodeGen",{enumerable:!0,get:function(){return Nr.CodeGen}});var M_=ra(),cf=aa(),F_=Vi(),On=_s(),V_=L(),Pn=En(),$s=$n(),fa=G(),nf=Zl(),H_=rf(),uf=(r,e)=>new RegExp(r,e);uf.code="new RegExp";var U_=["removeAdditional","useDefaults","coerceTypes"],G_=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),z_={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."},K_={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},sf=200;function X_(r){var e,t,n,s,i,a,c,u,o,l,d,y,m,$,E,w,b,D,T,z,N,me,ke,Ot,xe;let te=r.strict,Le=(e=r.code)===null||e===void 0?void 0:e.optimize,tt=Le===!0||Le===void 0?1:Le||0,Fn=(n=(t=r.code)===null||t===void 0?void 0:t.regExp)!==null&&n!==void 0?n:uf,Vn=(s=r.uriResolver)!==null&&s!==void 0?s:H_.default;return{strictSchema:(a=(i=r.strictSchema)!==null&&i!==void 0?i:te)!==null&&a!==void 0?a:!0,strictNumbers:(u=(c=r.strictNumbers)!==null&&c!==void 0?c:te)!==null&&u!==void 0?u:!0,strictTypes:(l=(o=r.strictTypes)!==null&&o!==void 0?o:te)!==null&&l!==void 0?l:"log",strictTuples:(y=(d=r.strictTuples)!==null&&d!==void 0?d:te)!==null&&y!==void 0?y:"log",strictRequired:($=(m=r.strictRequired)!==null&&m!==void 0?m:te)!==null&&$!==void 0?$:!1,code:r.code?He(ae({},r.code),{optimize:tt,regExp:Fn}):{optimize:tt,regExp:Fn},loopRequired:(E=r.loopRequired)!==null&&E!==void 0?E:sf,loopEnum:(w=r.loopEnum)!==null&&w!==void 0?w:sf,meta:(b=r.meta)!==null&&b!==void 0?b:!0,messages:(D=r.messages)!==null&&D!==void 0?D:!0,inlineRefs:(T=r.inlineRefs)!==null&&T!==void 0?T:!0,schemaId:(z=r.schemaId)!==null&&z!==void 0?z:"$id",addUsedSchema:(N=r.addUsedSchema)!==null&&N!==void 0?N:!0,validateSchema:(me=r.validateSchema)!==null&&me!==void 0?me:!0,validateFormats:(ke=r.validateFormats)!==null&&ke!==void 0?ke:!0,unicodeRegExp:(Ot=r.unicodeRegExp)!==null&&Ot!==void 0?Ot:!0,int32range:(xe=r.int32range)!==null&&xe!==void 0?xe:!0,uriResolver:Vn}}var Rn=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts=ae(ae({},e),X_(e));let{es5:t,lines:n}=this.opts.code;this.scope=new V_.ValueScope({scope:{},prefixes:G_,es5:t,lines:n}),this.logger=Q_(e.logger);let s=e.validateFormats;e.validateFormats=!1,this.RULES=(0,F_.getRules)(),af.call(this,z_,e,"NOT SUPPORTED"),af.call(this,K_,e,"DEPRECATED","warn"),this._metaOpts=Y_.call(this),e.formats&&B_.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&J_.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),W_.call(this),e.validateFormats=s}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:t,schemaId:n}=this.opts,s=nf;n==="id"&&(s=ae({},nf),s.id=s.$id,delete s.$id),t&&e&&this.addMetaSchema(s,s[n],!1)}defaultMeta(){let{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[t]||e:void 0}validate(e,t){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let s=n(t);return"$async"in n||(this.errors=n.errors),s}compile(e,t){let n=this._addSchema(e,t);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,t){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return s.call(this,e,t);async function s(l,d){await i.call(this,l.$schema);let y=this._addSchema(l,d);return y.validate||a.call(this,y)}async function i(l){l&&!this.getSchema(l)&&await s.call(this,{$ref:l},!0)}async function a(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof cf.default))throw d;return c.call(this,d),await u.call(this,d.missingSchema),a.call(this,l)}}function c({missingSchema:l,missingRef:d}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${d} cannot be resolved`)}async function u(l){let d=await o.call(this,l);this.refs[l]||await i.call(this,d.$schema),this.refs[l]||this.addSchema(d,l,t)}async function o(l){let d=this._loading[l];if(d)return d;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,t,n,s=this.opts.validateSchema){if(Array.isArray(e)){for(let a of e)this.addSchema(a,void 0,n,s);return this}let i;if(typeof e=="object"){let{schemaId:a}=this.opts;if(i=e[a],i!==void 0&&typeof i!="string")throw new Error(`schema ${a} must be string`)}return t=(0,Pn.normalizeId)(t||i),this._checkUnique(t),this.schemas[t]=this._addSchema(e,n,t,s,!0),this}addMetaSchema(e,t,n=this.opts.validateSchema){return this.addSchema(e,t,!0,n),this}validateSchema(e,t){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let s=this.validate(n,e);if(!s&&t){let i="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(i);else throw new Error(i)}return s}getSchema(e){let t;for(;typeof(t=of.call(this,e))=="string";)e=t;if(t===void 0){let{schemaId:n}=this.opts,s=new On.SchemaEnv({schema:{},schemaId:n});if(t=On.resolveSchema.call(this,s,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":{let t=of.call(this,e);return typeof t=="object"&&this._cache.delete(t.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let t=e;this._cache.delete(t);let n=e[this.opts.schemaId];return n&&(n=(0,Pn.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let t of e)this.addKeyword(t);return this}addKeyword(e,t){let n;if(typeof e=="string")n=e,typeof t=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),t.keyword=n);else if(typeof e=="object"&&t===void 0){if(t=e,n=t.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(ty.call(this,n,t),!t)return(0,fa.eachItem)(n,i=>la.call(this,i)),this;ny.call(this,t);let s=He(ae({},t),{type:(0,$s.getJSONTypes)(t.type),schemaType:(0,$s.getJSONTypes)(t.schemaType)});return(0,fa.eachItem)(n,s.type.length===0?i=>la.call(this,i,s):i=>s.type.forEach(a=>la.call(this,i,s,a))),this}getKeyword(e){let t=this.RULES.all[e];return typeof t=="object"?t.definition:!!t}removeKeyword(e){let{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(let n of t.rules){let s=n.rules.findIndex(i=>i.keyword===e);s>=0&&n.rules.splice(s,1)}return this}addFormat(e,t){return typeof t=="string"&&(t=new RegExp(t)),this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(s=>`${n}${s.instancePath} ${s.message}`).reduce((s,i)=>s+t+i)}$dataMetaSchema(e,t){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let s of t){let i=s.split("/").slice(1),a=e;for(let c of i)a=a[c];for(let c in n){let u=n[c];if(typeof u!="object")continue;let{$data:o}=u.definition,l=a[c];o&&l&&(a[c]=lf(l))}}return e}_removeAllSchemas(e,t){for(let n in e){let s=e[n];(!t||t.test(n))&&(typeof s=="string"?delete e[n]:s&&!s.meta&&(this._cache.delete(s.schema),delete e[n]))}}_addSchema(e,t,n,s=this.opts.validateSchema,i=this.opts.addUsedSchema){let a,{schemaId:c}=this.opts;if(typeof e=="object")a=e[c];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let u=this._cache.get(e);if(u!==void 0)return u;n=(0,Pn.normalizeId)(a||n);let o=Pn.getSchemaRefs.call(this,e,n);return u=new On.SchemaEnv({schema:e,schemaId:c,meta:t,baseId:n,localRefs:o}),this._cache.set(u.schema,u),i&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=u),s&&this.validateSchema(e,!0),u}_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):On.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let t=this.opts;this.opts=this._metaOpts;try{On.compileSchema.call(this,e)}finally{this.opts=t}}};he.default=Rn;Rn.ValidationError=M_.default;Rn.MissingRefError=cf.default;function af(r,e,t,n="error"){for(let s in r){let i=s;i in e&&this.logger[n](`${t}: option ${s}. ${r[i]}`)}}function of(r){return r=(0,Pn.normalizeId)(r),this.schemas[r]||this.refs[r]}function W_(){let r=this.opts.schemas;if(!!r)if(Array.isArray(r))this.addSchema(r);else for(let e in r)this.addSchema(r[e],e)}function B_(){for(let r in this.opts.formats){let e=this.opts.formats[r];e&&this.addFormat(r,e)}}function J_(r){if(Array.isArray(r)){this.addVocabulary(r);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in r){let t=r[e];t.keyword||(t.keyword=e),this.addKeyword(t)}}function Y_(){let r=ae({},this.opts);for(let e of U_)delete r[e];return r}var Z_={log(){},warn(){},error(){}};function Q_(r){if(r===!1)return Z_;if(r===void 0)return console;if(r.log&&r.warn&&r.error)return r;throw new Error("logger must implement log, warn and error methods")}var ey=/^[a-z_$][a-z0-9_$:-]*$/i;function ty(r,e){let{RULES:t}=this;if((0,fa.eachItem)(r,n=>{if(t.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!ey.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function la(r,e,t){var n;let s=e==null?void 0:e.post;if(t&&s)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:i}=this,a=s?i.post:i.rules.find(({type:u})=>u===t);if(a||(a={type:t,rules:[]},i.rules.push(a)),i.keywords[r]=!0,!e)return;let c={keyword:r,definition:He(ae({},e),{type:(0,$s.getJSONTypes)(e.type),schemaType:(0,$s.getJSONTypes)(e.schemaType)})};e.before?ry.call(this,a,c,e.before):a.rules.push(c),i.all[r]=c,(n=e.implements)===null||n===void 0||n.forEach(u=>this.addKeyword(u))}function ry(r,e,t){let n=r.rules.findIndex(s=>s.keyword===t);n>=0?r.rules.splice(n,0,e):(r.rules.push(e),this.logger.warn(`rule ${t} is not defined`))}function ny(r){let{metaSchema:e}=r;e!==void 0&&(r.$data&&this.opts.$data&&(e=lf(e)),r.validateSchema=this.compile(e,!0))}var sy={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function lf(r){return{anyOf:[r,sy]}}});var df=_(da=>{"use strict";Object.defineProperty(da,"__esModule",{value:!0});var iy={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};da.default=iy});var gf=_(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.callRef=Qt.getValidate=void 0;var ay=aa(),hf=Ke(),Ie=L(),Ir=wt(),pf=_s(),Es=G(),oy={keyword:"$ref",schemaType:"string",code(r){let{gen:e,schema:t,it:n}=r,{baseId:s,schemaEnv:i,validateName:a,opts:c,self:u}=n,{root:o}=i;if((t==="#"||t==="#/")&&s===o.baseId)return d();let l=pf.resolveRef.call(u,o,s,t);if(l===void 0)throw new ay.default(n.opts.uriResolver,s,t);if(l instanceof pf.SchemaEnv)return y(l);return m(l);function d(){if(i===o)return ws(r,a,i,i.$async);let $=e.scopeValue("root",{ref:o});return ws(r,(0,Ie._)`${$}.validate`,o,o.$async)}function y($){let E=mf(r,$);ws(r,E,$,$.$async)}function m($){let E=e.scopeValue("schema",c.code.source===!0?{ref:$,code:(0,Ie.stringify)($)}:{ref:$}),w=e.name("valid"),b=r.subschema({schema:$,dataTypes:[],schemaPath:Ie.nil,topSchemaRef:E,errSchemaPath:t},w);r.mergeEvaluated(b),r.ok(w)}}};function mf(r,e){let{gen:t}=r;return e.validate?t.scopeValue("validate",{ref:e.validate}):(0,Ie._)`${t.scopeValue("wrapper",{ref:e})}.validate`}Qt.getValidate=mf;function ws(r,e,t,n){let{gen:s,it:i}=r,{allErrors:a,schemaEnv:c,opts:u}=i,o=u.passContext?Ir.default.this:Ie.nil;n?l():d();function l(){if(!c.$async)throw new Error("async schema referenced by sync schema");let $=s.let("valid");s.try(()=>{s.code((0,Ie._)`await ${(0,hf.callValidateCode)(r,e,o)}`),m(e),a||s.assign($,!0)},E=>{s.if((0,Ie._)`!(${E} instanceof ${i.ValidationError})`,()=>s.throw(E)),y(E),a||s.assign($,!1)}),r.ok($)}function d(){r.result((0,hf.callValidateCode)(r,e,o),()=>m(e),()=>y(e))}function y($){let E=(0,Ie._)`${$}.errors`;s.assign(Ir.default.vErrors,(0,Ie._)`${Ir.default.vErrors} === null ? ${E} : ${Ir.default.vErrors}.concat(${E})`),s.assign(Ir.default.errors,(0,Ie._)`${Ir.default.vErrors}.length`)}function m($){var E;if(!i.opts.unevaluated)return;let w=(E=t==null?void 0:t.validate)===null||E===void 0?void 0:E.evaluated;if(i.props!==!0)if(w&&!w.dynamicProps)w.props!==void 0&&(i.props=Es.mergeEvaluated.props(s,w.props,i.props));else{let b=s.var("props",(0,Ie._)`${$}.evaluated.props`);i.props=Es.mergeEvaluated.props(s,b,i.props,Ie.Name)}if(i.items!==!0)if(w&&!w.dynamicItems)w.items!==void 0&&(i.items=Es.mergeEvaluated.items(s,w.items,i.items));else{let b=s.var("items",(0,Ie._)`${$}.evaluated.items`);i.items=Es.mergeEvaluated.items(s,b,i.items,Ie.Name)}}}Qt.callRef=ws;Qt.default=oy});var vf=_(ha=>{"use strict";Object.defineProperty(ha,"__esModule",{value:!0});var cy=df(),uy=gf(),ly=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",cy.default,uy.default];ha.default=ly});var _f=_(pa=>{"use strict";Object.defineProperty(pa,"__esModule",{value:!0});var bs=L(),Dt=bs.operators,Ss={maximum:{okStr:"<=",ok:Dt.LTE,fail:Dt.GT},minimum:{okStr:">=",ok:Dt.GTE,fail:Dt.LT},exclusiveMaximum:{okStr:"<",ok:Dt.LT,fail:Dt.GTE},exclusiveMinimum:{okStr:">",ok:Dt.GT,fail:Dt.LTE}},fy={message:({keyword:r,schemaCode:e})=>(0,bs.str)`must be ${Ss[r].okStr} ${e}`,params:({keyword:r,schemaCode:e})=>(0,bs._)`{comparison: ${Ss[r].okStr}, limit: ${e}}`},dy={keyword:Object.keys(Ss),type:"number",schemaType:"number",$data:!0,error:fy,code(r){let{keyword:e,data:t,schemaCode:n}=r;r.fail$data((0,bs._)`${t} ${Ss[e].fail} ${n} || isNaN(${t})`)}};pa.default=dy});var yf=_(ma=>{"use strict";Object.defineProperty(ma,"__esModule",{value:!0});var Cn=L(),hy={message:({schemaCode:r})=>(0,Cn.str)`must be multiple of ${r}`,params:({schemaCode:r})=>(0,Cn._)`{multipleOf: ${r}}`},py={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:hy,code(r){let{gen:e,data:t,schemaCode:n,it:s}=r,i=s.opts.multipleOfPrecision,a=e.let("res"),c=i?(0,Cn._)`Math.abs(Math.round(${a}) - ${a}) > 1e-${i}`:(0,Cn._)`${a} !== parseInt(${a})`;r.fail$data((0,Cn._)`(${n} === 0 || (${a} = ${t}/${n}, ${c}))`)}};ma.default=py});var Ef=_(ga=>{"use strict";Object.defineProperty(ga,"__esModule",{value:!0});function $f(r){let e=r.length,t=0,n=0,s;for(;n<e;)t++,s=r.charCodeAt(n++),s>=55296&&s<=56319&&n<e&&(s=r.charCodeAt(n),(s&64512)===56320&&n++);return t}ga.default=$f;$f.code='require("ajv/dist/runtime/ucs2length").default'});var wf=_(va=>{"use strict";Object.defineProperty(va,"__esModule",{value:!0});var er=L(),my=G(),gy=Ef(),vy={message({keyword:r,schemaCode:e}){let t=r==="maxLength"?"more":"fewer";return(0,er.str)`must NOT have ${t} than ${e} characters`},params:({schemaCode:r})=>(0,er._)`{limit: ${r}}`},_y={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:vy,code(r){let{keyword:e,data:t,schemaCode:n,it:s}=r,i=e==="maxLength"?er.operators.GT:er.operators.LT,a=s.opts.unicode===!1?(0,er._)`${t}.length`:(0,er._)`${(0,my.useFunc)(r.gen,gy.default)}(${t})`;r.fail$data((0,er._)`${a} ${i} ${n}`)}};va.default=_y});var bf=_(_a=>{"use strict";Object.defineProperty(_a,"__esModule",{value:!0});var yy=Ke(),Os=L(),$y={message:({schemaCode:r})=>(0,Os.str)`must match pattern "${r}"`,params:({schemaCode:r})=>(0,Os._)`{pattern: ${r}}`},Ey={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:$y,code(r){let{data:e,$data:t,schema:n,schemaCode:s,it:i}=r,a=i.opts.unicodeRegExp?"u":"",c=t?(0,Os._)`(new RegExp(${s}, ${a}))`:(0,yy.usePattern)(r,n);r.fail$data((0,Os._)`!${c}.test(${e})`)}};_a.default=Ey});var Sf=_(ya=>{"use strict";Object.defineProperty(ya,"__esModule",{value:!0});var Nn=L(),wy={message({keyword:r,schemaCode:e}){let t=r==="maxProperties"?"more":"fewer";return(0,Nn.str)`must NOT have ${t} than ${e} properties`},params:({schemaCode:r})=>(0,Nn._)`{limit: ${r}}`},by={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:wy,code(r){let{keyword:e,data:t,schemaCode:n}=r,s=e==="maxProperties"?Nn.operators.GT:Nn.operators.LT;r.fail$data((0,Nn._)`Object.keys(${t}).length ${s} ${n}`)}};ya.default=by});var Of=_($a=>{"use strict";Object.defineProperty($a,"__esModule",{value:!0});var In=Ke(),Tn=L(),Sy=G(),Oy={message:({params:{missingProperty:r}})=>(0,Tn.str)`must have required property '${r}'`,params:({params:{missingProperty:r}})=>(0,Tn._)`{missingProperty: ${r}}`},Py={keyword:"required",type:"object",schemaType:"array",$data:!0,error:Oy,code(r){let{gen:e,schema:t,schemaCode:n,data:s,$data:i,it:a}=r,{opts:c}=a;if(!i&&t.length===0)return;let u=t.length>=c.loopRequired;if(a.allErrors?o():l(),c.strictRequired){let m=r.parentSchema.properties,{definedProperties:$}=r.it;for(let E of t)if((m==null?void 0:m[E])===void 0&&!$.has(E)){let w=a.schemaEnv.baseId+a.errSchemaPath,b=`required property "${E}" is not defined at "${w}" (strictRequired)`;(0,Sy.checkStrictMode)(a,b,a.opts.strictRequired)}}function o(){if(u||i)r.block$data(Tn.nil,d);else for(let m of t)(0,In.checkReportMissingProp)(r,m)}function l(){let m=e.let("missing");if(u||i){let $=e.let("valid",!0);r.block$data($,()=>y(m,$)),r.ok($)}else e.if((0,In.checkMissingProp)(r,t,m)),(0,In.reportMissingProp)(r,m),e.else()}function d(){e.forOf("prop",n,m=>{r.setParams({missingProperty:m}),e.if((0,In.noPropertyInData)(e,s,m,c.ownProperties),()=>r.error())})}function y(m,$){r.setParams({missingProperty:m}),e.forOf(m,n,()=>{e.assign($,(0,In.propertyInData)(e,s,m,c.ownProperties)),e.if((0,Tn.not)($),()=>{r.error(),e.break()})},Tn.nil)}}};$a.default=Py});var Pf=_(Ea=>{"use strict";Object.defineProperty(Ea,"__esModule",{value:!0});var An=L(),Ry={message({keyword:r,schemaCode:e}){let t=r==="maxItems"?"more":"fewer";return(0,An.str)`must NOT have ${t} than ${e} items`},params:({schemaCode:r})=>(0,An._)`{limit: ${r}}`},Cy={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:Ry,code(r){let{keyword:e,data:t,schemaCode:n}=r,s=e==="maxItems"?An.operators.GT:An.operators.LT;r.fail$data((0,An._)`${t}.length ${s} ${n}`)}};Ea.default=Cy});var Ps=_(wa=>{"use strict";Object.defineProperty(wa,"__esModule",{value:!0});var Rf=Bi();Rf.code='require("ajv/dist/runtime/equal").default';wa.default=Rf});var Cf=_(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});var ba=$n(),pe=L(),Ny=G(),Iy=Ps(),Ty={message:({params:{i:r,j:e}})=>(0,pe.str)`must NOT have duplicate items (items ## ${e} and ${r} are identical)`,params:({params:{i:r,j:e}})=>(0,pe._)`{i: ${r}, j: ${e}}`},Ay={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:Ty,code(r){let{gen:e,data:t,$data:n,schema:s,parentSchema:i,schemaCode:a,it:c}=r;if(!n&&!s)return;let u=e.let("valid"),o=i.items?(0,ba.getSchemaTypes)(i.items):[];r.block$data(u,l,(0,pe._)`${a} === false`),r.ok(u);function l(){let $=e.let("i",(0,pe._)`${t}.length`),E=e.let("j");r.setParams({i:$,j:E}),e.assign(u,!0),e.if((0,pe._)`${$} > 1`,()=>(d()?y:m)($,E))}function d(){return o.length>0&&!o.some($=>$==="object"||$==="array")}function y($,E){let w=e.name("item"),b=(0,ba.checkDataTypes)(o,w,c.opts.strictNumbers,ba.DataType.Wrong),D=e.const("indices",(0,pe._)`{}`);e.for((0,pe._)`;${$}--;`,()=>{e.let(w,(0,pe._)`${t}[${$}]`),e.if(b,(0,pe._)`continue`),o.length>1&&e.if((0,pe._)`typeof ${w} == "string"`,(0,pe._)`${w} += "_"`),e.if((0,pe._)`typeof ${D}[${w}] == "number"`,()=>{e.assign(E,(0,pe._)`${D}[${w}]`),r.error(),e.assign(u,!1).break()}).code((0,pe._)`${D}[${w}] = ${$}`)})}function m($,E){let w=(0,Ny.useFunc)(e,Iy.default),b=e.name("outer");e.label(b).for((0,pe._)`;${$}--;`,()=>e.for((0,pe._)`${E} = ${$}; ${E}--;`,()=>e.if((0,pe._)`${w}(${t}[${$}], ${t}[${E}])`,()=>{r.error(),e.assign(u,!1).break(b)})))}}};Sa.default=Ay});var Nf=_(Pa=>{"use strict";Object.defineProperty(Pa,"__esModule",{value:!0});var Oa=L(),qy=G(),Dy=Ps(),jy={message:"must be equal to constant",params:({schemaCode:r})=>(0,Oa._)`{allowedValue: ${r}}`},ky={keyword:"const",$data:!0,error:jy,code(r){let{gen:e,data:t,$data:n,schemaCode:s,schema:i}=r;n||i&&typeof i=="object"?r.fail$data((0,Oa._)`!${(0,qy.useFunc)(e,Dy.default)}(${t}, ${s})`):r.fail((0,Oa._)`${i} !== ${t}`)}};Pa.default=ky});var If=_(Ra=>{"use strict";Object.defineProperty(Ra,"__esModule",{value:!0});var qn=L(),xy=G(),Ly=Ps(),My={message:"must be equal to one of the allowed values",params:({schemaCode:r})=>(0,qn._)`{allowedValues: ${r}}`},Fy={keyword:"enum",schemaType:"array",$data:!0,error:My,code(r){let{gen:e,data:t,$data:n,schema:s,schemaCode:i,it:a}=r;if(!n&&s.length===0)throw new Error("enum must have non-empty array");let c=s.length>=a.opts.loopEnum,u,o=()=>u!=null?u:u=(0,xy.useFunc)(e,Ly.default),l;if(c||n)l=e.let("valid"),r.block$data(l,d);else{if(!Array.isArray(s))throw new Error("ajv implementation error");let m=e.const("vSchema",i);l=(0,qn.or)(...s.map(($,E)=>y(m,E)))}r.pass(l);function d(){e.assign(l,!1),e.forOf("v",i,m=>e.if((0,qn._)`${o()}(${t}, ${m})`,()=>e.assign(l,!0).break()))}function y(m,$){let E=s[$];return typeof E=="object"&&E!==null?(0,qn._)`${o()}(${t}, ${m}[${$}])`:(0,qn._)`${t} === ${E}`}}};Ra.default=Fy});var Tf=_(Ca=>{"use strict";Object.defineProperty(Ca,"__esModule",{value:!0});var Vy=_f(),Hy=yf(),Uy=wf(),Gy=bf(),zy=Sf(),Ky=Of(),Xy=Pf(),Wy=Cf(),By=Nf(),Jy=If(),Yy=[Vy.default,Hy.default,Uy.default,Gy.default,zy.default,Ky.default,Xy.default,Wy.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},By.default,Jy.default];Ca.default=Yy});var Ia=_(Dn=>{"use strict";Object.defineProperty(Dn,"__esModule",{value:!0});Dn.validateAdditionalItems=void 0;var tr=L(),Na=G(),Zy={message:({params:{len:r}})=>(0,tr.str)`must NOT have more than ${r} items`,params:({params:{len:r}})=>(0,tr._)`{limit: ${r}}`},Qy={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Zy,code(r){let{parentSchema:e,it:t}=r,{items:n}=e;if(!Array.isArray(n)){(0,Na.checkStrictMode)(t,'"additionalItems" is ignored when "items" is not an array of schemas');return}Af(r,n)}};function Af(r,e){let{gen:t,schema:n,data:s,keyword:i,it:a}=r;a.items=!0;let c=t.const("len",(0,tr._)`${s}.length`);if(n===!1)r.setParams({len:e.length}),r.pass((0,tr._)`${c} <= ${e.length}`);else if(typeof n=="object"&&!(0,Na.alwaysValidSchema)(a,n)){let o=t.var("valid",(0,tr._)`${c} <= ${e.length}`);t.if((0,tr.not)(o),()=>u(o)),r.ok(o)}function u(o){t.forRange("i",e.length,c,l=>{r.subschema({keyword:i,dataProp:l,dataPropType:Na.Type.Num},o),a.allErrors||t.if((0,tr.not)(o),()=>t.break())})}}Dn.validateAdditionalItems=Af;Dn.default=Qy});var Ta=_(jn=>{"use strict";Object.defineProperty(jn,"__esModule",{value:!0});jn.validateTuple=void 0;var qf=L(),Rs=G(),e0=Ke(),t0={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(r){let{schema:e,it:t}=r;if(Array.isArray(e))return Df(r,"additionalItems",e);t.items=!0,!(0,Rs.alwaysValidSchema)(t,e)&&r.ok((0,e0.validateArray)(r))}};function Df(r,e,t=r.schema){let{gen:n,parentSchema:s,data:i,keyword:a,it:c}=r;l(s),c.opts.unevaluated&&t.length&&c.items!==!0&&(c.items=Rs.mergeEvaluated.items(n,t.length,c.items));let u=n.name("valid"),o=n.const("len",(0,qf._)`${i}.length`);t.forEach((d,y)=>{(0,Rs.alwaysValidSchema)(c,d)||(n.if((0,qf._)`${o} > ${y}`,()=>r.subschema({keyword:a,schemaProp:y,dataProp:y},u)),r.ok(u))});function l(d){let{opts:y,errSchemaPath:m}=c,$=t.length,E=$===d.minItems&&($===d.maxItems||d[e]===!1);if(y.strictTuples&&!E){let w=`"${a}" is ${$}-tuple, but minItems or maxItems/${e} are not specified or different at path "${m}"`;(0,Rs.checkStrictMode)(c,w,y.strictTuples)}}}jn.validateTuple=Df;jn.default=t0});var jf=_(Aa=>{"use strict";Object.defineProperty(Aa,"__esModule",{value:!0});var r0=Ta(),n0={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:r=>(0,r0.validateTuple)(r,"items")};Aa.default=n0});var xf=_(qa=>{"use strict";Object.defineProperty(qa,"__esModule",{value:!0});var kf=L(),s0=G(),i0=Ke(),a0=Ia(),o0={message:({params:{len:r}})=>(0,kf.str)`must NOT have more than ${r} items`,params:({params:{len:r}})=>(0,kf._)`{limit: ${r}}`},c0={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:o0,code(r){let{schema:e,parentSchema:t,it:n}=r,{prefixItems:s}=t;n.items=!0,!(0,s0.alwaysValidSchema)(n,e)&&(s?(0,a0.validateAdditionalItems)(r,s):r.ok((0,i0.validateArray)(r)))}};qa.default=c0});var Lf=_(Da=>{"use strict";Object.defineProperty(Da,"__esModule",{value:!0});var We=L(),Cs=G(),u0={message:({params:{min:r,max:e}})=>e===void 0?(0,We.str)`must contain at least ${r} valid item(s)`:(0,We.str)`must contain at least ${r} and no more than ${e} valid item(s)`,params:({params:{min:r,max:e}})=>e===void 0?(0,We._)`{minContains: ${r}}`:(0,We._)`{minContains: ${r}, maxContains: ${e}}`},l0={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:u0,code(r){let{gen:e,schema:t,parentSchema:n,data:s,it:i}=r,a,c,{minContains:u,maxContains:o}=n;i.opts.next?(a=u===void 0?1:u,c=o):a=1;let l=e.const("len",(0,We._)`${s}.length`);if(r.setParams({min:a,max:c}),c===void 0&&a===0){(0,Cs.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(c!==void 0&&a>c){(0,Cs.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),r.fail();return}if((0,Cs.alwaysValidSchema)(i,t)){let E=(0,We._)`${l} >= ${a}`;c!==void 0&&(E=(0,We._)`${E} && ${l} <= ${c}`),r.pass(E);return}i.items=!0;let d=e.name("valid");c===void 0&&a===1?m(d,()=>e.if(d,()=>e.break())):a===0?(e.let(d,!0),c!==void 0&&e.if((0,We._)`${s}.length > 0`,y)):(e.let(d,!1),y()),r.result(d,()=>r.reset());function y(){let E=e.name("_valid"),w=e.let("count",0);m(E,()=>e.if(E,()=>$(w)))}function m(E,w){e.forRange("i",0,l,b=>{r.subschema({keyword:"contains",dataProp:b,dataPropType:Cs.Type.Num,compositeRule:!0},E),w()})}function $(E){e.code((0,We._)`${E}++`),c===void 0?e.if((0,We._)`${E} >= ${a}`,()=>e.assign(d,!0).break()):(e.if((0,We._)`${E} > ${c}`,()=>e.assign(d,!1).break()),a===1?e.assign(d,!0):e.if((0,We._)`${E} >= ${a}`,()=>e.assign(d,!0)))}}};Da.default=l0});var Vf=_(ut=>{"use strict";Object.defineProperty(ut,"__esModule",{value:!0});ut.validateSchemaDeps=ut.validatePropertyDeps=ut.error=void 0;var ja=L(),f0=G(),kn=Ke();ut.error={message:({params:{property:r,depsCount:e,deps:t}})=>{let n=e===1?"property":"properties";return(0,ja.str)`must have ${n} ${t} when property ${r} is present`},params:({params:{property:r,depsCount:e,deps:t,missingProperty:n}})=>(0,ja._)`{property: ${r},
|
|
26
26
|
missingProperty: ${n},
|
|
27
27
|
depsCount: ${e},
|
|
28
|
-
deps: ${t}}`};var d0={keyword:"dependencies",type:"object",schemaType:"object",error:ut.error,code(r){let[e,t]=h0(r);Lf(r,e),Mf(r,t)}};function h0({schema:r}){let e={},t={};for(let n in r){if(n==="__proto__")continue;let s=Array.isArray(r[n])?e:t;s[n]=r[n]}return[e,t]}function Lf(r,e=r.schema){let{gen:t,data:n,it:s}=r;if(Object.keys(e).length===0)return;let i=t.let("missing");for(let a in e){let c=e[a];if(c.length===0)continue;let u=(0,Cn.propertyInData)(t,n,a,s.opts.ownProperties);r.setParams({property:a,depsCount:c.length,deps:c.join(", ")}),s.allErrors?t.if(u,()=>{for(let o of c)(0,Cn.checkReportMissingProp)(r,o)}):(t.if((0,va._)`${u} && (${(0,Cn.checkMissingProp)(r,c,i)})`),(0,Cn.reportMissingProp)(r,i),t.else())}}ut.validatePropertyDeps=Lf;function Mf(r,e=r.schema){let{gen:t,data:n,keyword:s,it:i}=r,a=t.name("valid");for(let c in e)(0,f0.alwaysValidSchema)(i,e[c])||(t.if((0,Cn.propertyInData)(t,n,c,i.opts.ownProperties),()=>{let u=r.subschema({keyword:s,schemaProp:c},a);r.mergeValidEvaluated(u,a)},()=>t.var(a,!0)),r.ok(a))}ut.validateSchemaDeps=Mf;ut.default=d0});var Hf=y(_a=>{"use strict";Object.defineProperty(_a,"__esModule",{value:!0});var Vf=L(),p0=G(),m0={message:"property name must be valid",params:({params:r})=>(0,Vf._)`{propertyName: ${r.propertyName}}`},g0={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:m0,code(r){let{gen:e,schema:t,data:n,it:s}=r;if((0,p0.alwaysValidSchema)(s,t))return;let i=e.name("valid");e.forIn("key",n,a=>{r.setParams({propertyName:a}),r.subschema({keyword:"propertyNames",data:a,dataTypes:["string"],propertyName:a,compositeRule:!0},i),e.if((0,Vf.not)(i),()=>{r.error(!0),s.allErrors||e.break()})}),r.ok(i)}};_a.default=g0});var $a=y(ya=>{"use strict";Object.defineProperty(ya,"__esModule",{value:!0});var Ss=ze(),Qe=L(),v0=$t(),Os=G(),_0={message:"must NOT have additional properties",params:({params:r})=>(0,Qe._)`{additionalProperty: ${r.additionalProperty}}`},y0={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:_0,code(r){let{gen:e,schema:t,parentSchema:n,data:s,errsCount:i,it:a}=r;if(!i)throw new Error("ajv implementation error");let{allErrors:c,opts:u}=a;if(a.props=!0,u.removeAdditional!=="all"&&(0,Os.alwaysValidSchema)(a,t))return;let o=(0,Ss.allSchemaProperties)(n.properties),l=(0,Ss.allSchemaProperties)(n.patternProperties);h(),r.ok((0,Qe._)`${i} === ${v0.default.errors}`);function h(){e.forIn("key",s,w=>{!o.length&&!l.length?$(w):e.if(v(w),()=>$(w))})}function v(w){let b;if(o.length>8){let D=(0,Os.schemaRefOrVal)(a,n.properties,"properties");b=(0,Ss.isOwnProperty)(e,D,w)}else o.length?b=(0,Qe.or)(...o.map(D=>(0,Qe._)`${w} === ${D}`)):b=Qe.nil;return l.length&&(b=(0,Qe.or)(b,...l.map(D=>(0,Qe._)`${(0,Ss.usePattern)(r,D)}.test(${w})`))),(0,Qe.not)(b)}function m(w){e.code((0,Qe._)`delete ${s}[${w}]`)}function $(w){if(u.removeAdditional==="all"||u.removeAdditional&&t===!1){m(w);return}if(t===!1){r.setParams({additionalProperty:w}),r.error(),c||e.break();return}if(typeof t=="object"&&!(0,Os.alwaysValidSchema)(a,t)){let b=e.name("valid");u.removeAdditional==="failing"?(E(w,b,!1),e.if((0,Qe.not)(b),()=>{r.reset(),m(w)})):(E(w,b),c||e.if((0,Qe.not)(b),()=>e.break()))}}function E(w,b,D){let T={keyword:"additionalProperties",dataProp:w,dataPropType:Os.Type.Str};D===!1&&Object.assign(T,{compositeRule:!0,createErrors:!1,allErrors:!1}),r.subschema(T,b)}}};ya.default=y0});var zf=y(wa=>{"use strict";Object.defineProperty(wa,"__esModule",{value:!0});var $0=gn(),Uf=ze(),Ea=G(),Gf=$a(),E0={keyword:"properties",type:"object",schemaType:"object",code(r){let{gen:e,schema:t,parentSchema:n,data:s,it:i}=r;i.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&Gf.default.code(new $0.KeywordCxt(i,Gf.default,"additionalProperties"));let a=(0,Uf.allSchemaProperties)(t);for(let h of a)i.definedProperties.add(h);i.opts.unevaluated&&a.length&&i.props!==!0&&(i.props=Ea.mergeEvaluated.props(e,(0,Ea.toHash)(a),i.props));let c=a.filter(h=>!(0,Ea.alwaysValidSchema)(i,t[h]));if(c.length===0)return;let u=e.name("valid");for(let h of c)o(h)?l(h):(e.if((0,Uf.propertyInData)(e,s,h,i.opts.ownProperties)),l(h),i.allErrors||e.else().var(u,!0),e.endIf()),r.it.definedProperties.add(h),r.ok(u);function o(h){return i.opts.useDefaults&&!i.compositeRule&&t[h].default!==void 0}function l(h){r.subschema({keyword:"properties",schemaProp:h,dataProp:h},u)}}};wa.default=E0});var Wf=y(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});var Kf=ze(),Ps=L(),Xf=G(),Bf=G(),w0={keyword:"patternProperties",type:"object",schemaType:"object",code(r){let{gen:e,schema:t,data:n,parentSchema:s,it:i}=r,{opts:a}=i,c=(0,Kf.allSchemaProperties)(t),u=c.filter(E=>(0,Xf.alwaysValidSchema)(i,t[E]));if(c.length===0||u.length===c.length&&(!i.opts.unevaluated||i.props===!0))return;let o=a.strictSchema&&!a.allowMatchingProperties&&s.properties,l=e.name("valid");i.props!==!0&&!(i.props instanceof Ps.Name)&&(i.props=(0,Bf.evaluatedPropsToName)(e,i.props));let{props:h}=i;v();function v(){for(let E of c)o&&m(E),i.allErrors?$(E):(e.var(l,!0),$(E),e.if(l))}function m(E){for(let w in o)new RegExp(E).test(w)&&(0,Xf.checkStrictMode)(i,`property ${w} matches pattern ${E} (use allowMatchingProperties)`)}function $(E){e.forIn("key",n,w=>{e.if((0,Ps._)`${(0,Kf.usePattern)(r,E)}.test(${w})`,()=>{let b=u.includes(E);b||r.subschema({keyword:"patternProperties",schemaProp:E,dataProp:w,dataPropType:Bf.Type.Str},l),i.opts.unevaluated&&h!==!0?e.assign((0,Ps._)`${h}[${w}]`,!0):!b&&!i.allErrors&&e.if((0,Ps.not)(l),()=>e.break())})})}}};ba.default=w0});var Jf=y(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});var b0=G(),S0={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(r){let{gen:e,schema:t,it:n}=r;if((0,b0.alwaysValidSchema)(n,t)){r.fail();return}let s=e.name("valid");r.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},s),r.failResult(s,()=>r.reset(),()=>r.error())},error:{message:"must NOT be valid"}};Sa.default=S0});var Yf=y(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});var O0=ze(),P0={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:O0.validateUnion,error:{message:"must match a schema in anyOf"}};Oa.default=P0});var Zf=y(Pa=>{"use strict";Object.defineProperty(Pa,"__esModule",{value:!0});var Rs=L(),R0=G(),C0={message:"must match exactly one schema in oneOf",params:({params:r})=>(0,Rs._)`{passingSchemas: ${r.passing}}`},N0={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:C0,code(r){let{gen:e,schema:t,parentSchema:n,it:s}=r;if(!Array.isArray(t))throw new Error("ajv implementation error");if(s.opts.discriminator&&n.discriminator)return;let i=t,a=e.let("valid",!1),c=e.let("passing",null),u=e.name("_valid");r.setParams({passing:c}),e.block(o),r.result(a,()=>r.reset(),()=>r.error(!0));function o(){i.forEach((l,h)=>{let v;(0,R0.alwaysValidSchema)(s,l)?e.var(u,!0):v=r.subschema({keyword:"oneOf",schemaProp:h,compositeRule:!0},u),h>0&&e.if((0,Rs._)`${u} && ${a}`).assign(a,!1).assign(c,(0,Rs._)`[${c}, ${h}]`).else(),e.if(u,()=>{e.assign(a,!0),e.assign(c,h),v&&r.mergeEvaluated(v,Rs.Name)})})}}};Pa.default=N0});var Qf=y(Ra=>{"use strict";Object.defineProperty(Ra,"__esModule",{value:!0});var I0=G(),T0={keyword:"allOf",schemaType:"array",code(r){let{gen:e,schema:t,it:n}=r;if(!Array.isArray(t))throw new Error("ajv implementation error");let s=e.name("valid");t.forEach((i,a)=>{if((0,I0.alwaysValidSchema)(n,i))return;let c=r.subschema({keyword:"allOf",schemaProp:a},s);r.ok(s),r.mergeEvaluated(c)})}};Ra.default=T0});var rd=y(Ca=>{"use strict";Object.defineProperty(Ca,"__esModule",{value:!0});var Cs=L(),td=G(),A0={message:({params:r})=>(0,Cs.str)`must match "${r.ifClause}" schema`,params:({params:r})=>(0,Cs._)`{failingKeyword: ${r.ifClause}}`},q0={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:A0,code(r){let{gen:e,parentSchema:t,it:n}=r;t.then===void 0&&t.else===void 0&&(0,td.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let s=ed(n,"then"),i=ed(n,"else");if(!s&&!i)return;let a=e.let("valid",!0),c=e.name("_valid");if(u(),r.reset(),s&&i){let l=e.let("ifClause");r.setParams({ifClause:l}),e.if(c,o("then",l),o("else",l))}else s?e.if(c,o("then")):e.if((0,Cs.not)(c),o("else"));r.pass(a,()=>r.error(!0));function u(){let l=r.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},c);r.mergeEvaluated(l)}function o(l,h){return()=>{let v=r.subschema({keyword:l},c);e.assign(a,c),r.mergeValidEvaluated(v,a),h?e.assign(h,(0,Cs._)`${l}`):r.setParams({ifClause:l})}}}};function ed(r,e){let t=r.schema[e];return t!==void 0&&!(0,td.alwaysValidSchema)(r,t)}Ca.default=q0});var nd=y(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});var D0=G(),j0={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:r,parentSchema:e,it:t}){e.if===void 0&&(0,D0.checkStrictMode)(t,`"${r}" without "if" is ignored`)}};Na.default=j0});var sd=y(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});var k0=da(),x0=Df(),L0=ha(),M0=kf(),F0=xf(),V0=Ff(),H0=Hf(),U0=$a(),G0=zf(),z0=Wf(),K0=Jf(),X0=Yf(),B0=Zf(),W0=Qf(),J0=rd(),Y0=nd();function Z0(r=!1){let e=[K0.default,X0.default,B0.default,W0.default,J0.default,Y0.default,H0.default,U0.default,V0.default,G0.default,z0.default];return r?e.push(x0.default,M0.default):e.push(k0.default,L0.default),e.push(F0.default),e}Ia.default=Z0});var id=y(Ta=>{"use strict";Object.defineProperty(Ta,"__esModule",{value:!0});var oe=L(),Q0={message:({schemaCode:r})=>(0,oe.str)`must match format "${r}"`,params:({schemaCode:r})=>(0,oe._)`{format: ${r}}`},e$={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Q0,code(r,e){let{gen:t,data:n,$data:s,schema:i,schemaCode:a,it:c}=r,{opts:u,errSchemaPath:o,schemaEnv:l,self:h}=c;if(!u.validateFormats)return;s?v():m();function v(){let $=t.scopeValue("formats",{ref:h.formats,code:u.code.formats}),E=t.const("fDef",(0,oe._)`${$}[${a}]`),w=t.let("fType"),b=t.let("format");t.if((0,oe._)`typeof ${E} == "object" && !(${E} instanceof RegExp)`,()=>t.assign(w,(0,oe._)`${E}.type || "string"`).assign(b,(0,oe._)`${E}.validate`),()=>t.assign(w,(0,oe._)`"string"`).assign(b,E)),r.fail$data((0,oe.or)(D(),T()));function D(){return u.strictSchema===!1?oe.nil:(0,oe._)`${a} && !${b}`}function T(){let z=l.$async?(0,oe._)`(${E}.async ? await ${b}(${n}) : ${b}(${n}))`:(0,oe._)`${b}(${n})`,N=(0,oe._)`(typeof ${b} == "function" ? ${z} : ${b}.test(${n}))`;return(0,oe._)`${b} && ${b} !== true && ${w} === ${e} && !${N}`}}function m(){let $=h.formats[i];if(!$){D();return}if($===!0)return;let[E,w,b]=T($);E===e&&r.pass(z());function D(){if(u.strictSchema===!1){h.logger.warn(N());return}throw new Error(N());function N(){return`unknown format "${i}" ignored in schema at path "${o}"`}}function T(N){let ge=N instanceof RegExp?(0,oe.regexpCode)(N):u.code.formats?(0,oe._)`${u.code.formats}${(0,oe.getProperty)(i)}`:void 0,je=t.scopeValue("formats",{key:i,ref:N,code:ge});return typeof N=="object"&&!(N instanceof RegExp)?[N.type||"string",N.validate,(0,oe._)`${je}.validate`]:["string",N,je]}function z(){if(typeof $=="object"&&!($ instanceof RegExp)&&$.async){if(!l.$async)throw new Error("async format in sync schema");return(0,oe._)`await ${b}(${n})`}return typeof w=="function"?(0,oe._)`${b}(${n})`:(0,oe._)`${b}.test(${n})`}}}};Ta.default=e$});var ad=y(Aa=>{"use strict";Object.defineProperty(Aa,"__esModule",{value:!0});var t$=id(),r$=[t$.default];Aa.default=r$});var od=y(Or=>{"use strict";Object.defineProperty(Or,"__esModule",{value:!0});Or.contentVocabulary=Or.metadataVocabulary=void 0;Or.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Or.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var ud=y(qa=>{"use strict";Object.defineProperty(qa,"__esModule",{value:!0});var n$=gf(),s$=If(),i$=sd(),a$=ad(),cd=od(),o$=[n$.default,s$.default,(0,i$.default)(),a$.default,cd.metadataVocabulary,cd.contentVocabulary];qa.default=o$});var ld=y(Nn=>{"use strict";Object.defineProperty(Nn,"__esModule",{value:!0});Nn.DiscrError=void 0;var c$;(function(r){r.Tag="tag",r.Mapping="mapping"})(c$=Nn.DiscrError||(Nn.DiscrError={}))});var dd=y(ja=>{"use strict";Object.defineProperty(ja,"__esModule",{value:!0});var Pr=L(),Da=ld(),fd=ds(),u$=G(),l$={message:({params:{discrError:r,tagName:e}})=>r===Da.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:r,tag:e,tagName:t}})=>(0,Pr._)`{error: ${r}, tag: ${t}, tagValue: ${e}}`},f$={keyword:"discriminator",type:"object",schemaType:"object",error:l$,code(r){let{gen:e,data:t,schema:n,parentSchema:s,it:i}=r,{oneOf:a}=s;if(!i.opts.discriminator)throw new Error("discriminator: requires discriminator option");let c=n.propertyName;if(typeof c!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!a)throw new Error("discriminator: requires oneOf keyword");let u=e.let("valid",!1),o=e.const("tag",(0,Pr._)`${t}${(0,Pr.getProperty)(c)}`);e.if((0,Pr._)`typeof ${o} == "string"`,()=>l(),()=>r.error(!1,{discrError:Da.DiscrError.Tag,tag:o,tagName:c})),r.ok(u);function l(){let m=v();e.if(!1);for(let $ in m)e.elseIf((0,Pr._)`${o} === ${$}`),e.assign(u,h(m[$]));e.else(),r.error(!1,{discrError:Da.DiscrError.Mapping,tag:o,tagName:c}),e.endIf()}function h(m){let $=e.name("valid"),E=r.subschema({keyword:"oneOf",schemaProp:m},$);return r.mergeEvaluated(E,Pr.Name),$}function v(){var m;let $={},E=b(s),w=!0;for(let z=0;z<a.length;z++){let N=a[z];(N==null?void 0:N.$ref)&&!(0,u$.schemaHasRulesButRef)(N,i.self.RULES)&&(N=fd.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,N==null?void 0:N.$ref),N instanceof fd.SchemaEnv&&(N=N.schema));let ge=(m=N==null?void 0:N.properties)===null||m===void 0?void 0:m[c];if(typeof ge!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${c}"`);w=w&&(E||b(N)),D(ge,z)}if(!w)throw new Error(`discriminator: "${c}" must be required`);return $;function b({required:z}){return Array.isArray(z)&&z.includes(c)}function D(z,N){if(z.const)T(z.const,N);else if(z.enum)for(let ge of z.enum)T(ge,N);else throw new Error(`discriminator: "properties/${c}" must have "const" or "enum"`)}function T(z,N){if(typeof z!="string"||z in $)throw new Error(`discriminator: "${c}" values must be unique strings`);$[z]=N}}}};ja.default=f$});var hd=y((Xb,d$)=>{d$.exports={$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 gd=y((le,md)=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.CodeGen=le.Name=le.nil=le.stringify=le.str=le._=le.KeywordCxt=void 0;var h$=lf(),p$=ud(),m$=dd(),pd=hd(),g$=["/properties"],Ns="http://json-schema.org/draft-07/schema",ka=class extends h$.default{_addVocabularies(){super._addVocabularies(),p$.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(m$.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(pd,g$):pd;this.addMetaSchema(e,Ns,!1),this.refs["http://json-schema.org/schema"]=Ns}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ns)?Ns:void 0)}};md.exports=le=ka;Object.defineProperty(le,"__esModule",{value:!0});le.default=ka;var v$=gn();Object.defineProperty(le,"KeywordCxt",{enumerable:!0,get:function(){return v$.KeywordCxt}});var Rr=L();Object.defineProperty(le,"_",{enumerable:!0,get:function(){return Rr._}});Object.defineProperty(le,"str",{enumerable:!0,get:function(){return Rr.str}});Object.defineProperty(le,"stringify",{enumerable:!0,get:function(){return Rr.stringify}});Object.defineProperty(le,"nil",{enumerable:!0,get:function(){return Rr.nil}});Object.defineProperty(le,"Name",{enumerable:!0,get:function(){return Rr.Name}});Object.defineProperty(le,"CodeGen",{enumerable:!0,get:function(){return Rr.CodeGen}})});var Qt=y(Cr=>{"use strict";var _$=Cr&&Cr.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Cr,"__esModule",{value:!0});Cr.ServerlessError=void 0;var y$=_$(yt()),$$=y$.default.Logger,E$=new $$("S-CLI-ERROR"),w$=function(){function r(e,t,n){E$.error(e+": "+t,n),process.exit(1)}return r}();Cr.ServerlessError=w$});var vd=y(Nr=>{"use strict";var b$=Nr&&Nr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(Nr,"__esModule",{value:!0});Nr.CommandError=void 0;var S$=Qt(),O$=function(r){b$(e,r);function e(t,n){return r.call(this,"Error",t,n)||this}return e}(S$.ServerlessError);Nr.CommandError=O$});var _d=y(Ir=>{"use strict";var P$=Ir&&Ir.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(Ir,"__esModule",{value:!0});Ir.ConfigDeleteError=void 0;var R$=Qt(),C$=function(r){P$(e,r);function e(t,n){return r.call(this,"Deletion failed",t,n)||this}return e}(R$.ServerlessError);Ir.ConfigDeleteError=C$});var yd=y(Tr=>{"use strict";var N$=Tr&&Tr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(Tr,"__esModule",{value:!0});Tr.ConfigError=void 0;var I$=Qt(),T$=function(r){N$(e,r);function e(t,n){return r.call(this,"Config failed",t,n)||this}return e}(I$.ServerlessError);Tr.ConfigError=T$});var $d=y(Ar=>{"use strict";var A$=Ar&&Ar.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(Ar,"__esModule",{value:!0});Ar.ConfigGetError=void 0;var q$=Qt(),D$=function(r){A$(e,r);function e(t,n){return r.call(this,"Get failed",t,n)||this}return e}(q$.ServerlessError);Ar.ConfigGetError=D$});var Ed=y(qr=>{"use strict";var j$=qr&&qr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(qr,"__esModule",{value:!0});qr.InitError=void 0;var k$=Qt(),x$=function(r){j$(e,r);function e(t,n){return r.call(this,"Initialization failed",t,n)||this}return e}(k$.ServerlessError);qr.InitError=x$});var bd=y(lt=>{"use strict";var L$=lt&<.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(h){a(h)}}function u(l){try{o(n.throw(l))}catch(h){a(h)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},M$=lt&<.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},F$=lt&<.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(lt,"__esModule",{value:!0});lt.HumanError=void 0;var wd=F$(yt()),V$=Zn(),H$=wd.default.colors,U$=function(){function r(e){var t=e.errorMessage,n=e.tips;this.errorMessage=t,console.log(`
|
|
28
|
+
deps: ${t}}`};var d0={keyword:"dependencies",type:"object",schemaType:"object",error:ut.error,code(r){let[e,t]=h0(r);Mf(r,e),Ff(r,t)}};function h0({schema:r}){let e={},t={};for(let n in r){if(n==="__proto__")continue;let s=Array.isArray(r[n])?e:t;s[n]=r[n]}return[e,t]}function Mf(r,e=r.schema){let{gen:t,data:n,it:s}=r;if(Object.keys(e).length===0)return;let i=t.let("missing");for(let a in e){let c=e[a];if(c.length===0)continue;let u=(0,kn.propertyInData)(t,n,a,s.opts.ownProperties);r.setParams({property:a,depsCount:c.length,deps:c.join(", ")}),s.allErrors?t.if(u,()=>{for(let o of c)(0,kn.checkReportMissingProp)(r,o)}):(t.if((0,ja._)`${u} && (${(0,kn.checkMissingProp)(r,c,i)})`),(0,kn.reportMissingProp)(r,i),t.else())}}ut.validatePropertyDeps=Mf;function Ff(r,e=r.schema){let{gen:t,data:n,keyword:s,it:i}=r,a=t.name("valid");for(let c in e)(0,f0.alwaysValidSchema)(i,e[c])||(t.if((0,kn.propertyInData)(t,n,c,i.opts.ownProperties),()=>{let u=r.subschema({keyword:s,schemaProp:c},a);r.mergeValidEvaluated(u,a)},()=>t.var(a,!0)),r.ok(a))}ut.validateSchemaDeps=Ff;ut.default=d0});var Uf=_(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});var Hf=L(),p0=G(),m0={message:"property name must be valid",params:({params:r})=>(0,Hf._)`{propertyName: ${r.propertyName}}`},g0={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:m0,code(r){let{gen:e,schema:t,data:n,it:s}=r;if((0,p0.alwaysValidSchema)(s,t))return;let i=e.name("valid");e.forIn("key",n,a=>{r.setParams({propertyName:a}),r.subschema({keyword:"propertyNames",data:a,dataTypes:["string"],propertyName:a,compositeRule:!0},i),e.if((0,Hf.not)(i),()=>{r.error(!0),s.allErrors||e.break()})}),r.ok(i)}};ka.default=g0});var La=_(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});var Ns=Ke(),et=L(),v0=wt(),Is=G(),_0={message:"must NOT have additional properties",params:({params:r})=>(0,et._)`{additionalProperty: ${r.additionalProperty}}`},y0={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:_0,code(r){let{gen:e,schema:t,parentSchema:n,data:s,errsCount:i,it:a}=r;if(!i)throw new Error("ajv implementation error");let{allErrors:c,opts:u}=a;if(a.props=!0,u.removeAdditional!=="all"&&(0,Is.alwaysValidSchema)(a,t))return;let o=(0,Ns.allSchemaProperties)(n.properties),l=(0,Ns.allSchemaProperties)(n.patternProperties);d(),r.ok((0,et._)`${i} === ${v0.default.errors}`);function d(){e.forIn("key",s,w=>{!o.length&&!l.length?$(w):e.if(y(w),()=>$(w))})}function y(w){let b;if(o.length>8){let D=(0,Is.schemaRefOrVal)(a,n.properties,"properties");b=(0,Ns.isOwnProperty)(e,D,w)}else o.length?b=(0,et.or)(...o.map(D=>(0,et._)`${w} === ${D}`)):b=et.nil;return l.length&&(b=(0,et.or)(b,...l.map(D=>(0,et._)`${(0,Ns.usePattern)(r,D)}.test(${w})`))),(0,et.not)(b)}function m(w){e.code((0,et._)`delete ${s}[${w}]`)}function $(w){if(u.removeAdditional==="all"||u.removeAdditional&&t===!1){m(w);return}if(t===!1){r.setParams({additionalProperty:w}),r.error(),c||e.break();return}if(typeof t=="object"&&!(0,Is.alwaysValidSchema)(a,t)){let b=e.name("valid");u.removeAdditional==="failing"?(E(w,b,!1),e.if((0,et.not)(b),()=>{r.reset(),m(w)})):(E(w,b),c||e.if((0,et.not)(b),()=>e.break()))}}function E(w,b,D){let T={keyword:"additionalProperties",dataProp:w,dataPropType:Is.Type.Str};D===!1&&Object.assign(T,{compositeRule:!0,createErrors:!1,allErrors:!1}),r.subschema(T,b)}}};xa.default=y0});var Kf=_(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});var $0=Sn(),Gf=Ke(),Ma=G(),zf=La(),E0={keyword:"properties",type:"object",schemaType:"object",code(r){let{gen:e,schema:t,parentSchema:n,data:s,it:i}=r;i.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&zf.default.code(new $0.KeywordCxt(i,zf.default,"additionalProperties"));let a=(0,Gf.allSchemaProperties)(t);for(let d of a)i.definedProperties.add(d);i.opts.unevaluated&&a.length&&i.props!==!0&&(i.props=Ma.mergeEvaluated.props(e,(0,Ma.toHash)(a),i.props));let c=a.filter(d=>!(0,Ma.alwaysValidSchema)(i,t[d]));if(c.length===0)return;let u=e.name("valid");for(let d of c)o(d)?l(d):(e.if((0,Gf.propertyInData)(e,s,d,i.opts.ownProperties)),l(d),i.allErrors||e.else().var(u,!0),e.endIf()),r.it.definedProperties.add(d),r.ok(u);function o(d){return i.opts.useDefaults&&!i.compositeRule&&t[d].default!==void 0}function l(d){r.subschema({keyword:"properties",schemaProp:d,dataProp:d},u)}}};Fa.default=E0});var Jf=_(Va=>{"use strict";Object.defineProperty(Va,"__esModule",{value:!0});var Xf=Ke(),Ts=L(),Wf=G(),Bf=G(),w0={keyword:"patternProperties",type:"object",schemaType:"object",code(r){let{gen:e,schema:t,data:n,parentSchema:s,it:i}=r,{opts:a}=i,c=(0,Xf.allSchemaProperties)(t),u=c.filter(E=>(0,Wf.alwaysValidSchema)(i,t[E]));if(c.length===0||u.length===c.length&&(!i.opts.unevaluated||i.props===!0))return;let o=a.strictSchema&&!a.allowMatchingProperties&&s.properties,l=e.name("valid");i.props!==!0&&!(i.props instanceof Ts.Name)&&(i.props=(0,Bf.evaluatedPropsToName)(e,i.props));let{props:d}=i;y();function y(){for(let E of c)o&&m(E),i.allErrors?$(E):(e.var(l,!0),$(E),e.if(l))}function m(E){for(let w in o)new RegExp(E).test(w)&&(0,Wf.checkStrictMode)(i,`property ${w} matches pattern ${E} (use allowMatchingProperties)`)}function $(E){e.forIn("key",n,w=>{e.if((0,Ts._)`${(0,Xf.usePattern)(r,E)}.test(${w})`,()=>{let b=u.includes(E);b||r.subschema({keyword:"patternProperties",schemaProp:E,dataProp:w,dataPropType:Bf.Type.Str},l),i.opts.unevaluated&&d!==!0?e.assign((0,Ts._)`${d}[${w}]`,!0):!b&&!i.allErrors&&e.if((0,Ts.not)(l),()=>e.break())})})}}};Va.default=w0});var Yf=_(Ha=>{"use strict";Object.defineProperty(Ha,"__esModule",{value:!0});var b0=G(),S0={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(r){let{gen:e,schema:t,it:n}=r;if((0,b0.alwaysValidSchema)(n,t)){r.fail();return}let s=e.name("valid");r.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},s),r.failResult(s,()=>r.reset(),()=>r.error())},error:{message:"must NOT be valid"}};Ha.default=S0});var Zf=_(Ua=>{"use strict";Object.defineProperty(Ua,"__esModule",{value:!0});var O0=Ke(),P0={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:O0.validateUnion,error:{message:"must match a schema in anyOf"}};Ua.default=P0});var Qf=_(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});var As=L(),R0=G(),C0={message:"must match exactly one schema in oneOf",params:({params:r})=>(0,As._)`{passingSchemas: ${r.passing}}`},N0={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:C0,code(r){let{gen:e,schema:t,parentSchema:n,it:s}=r;if(!Array.isArray(t))throw new Error("ajv implementation error");if(s.opts.discriminator&&n.discriminator)return;let i=t,a=e.let("valid",!1),c=e.let("passing",null),u=e.name("_valid");r.setParams({passing:c}),e.block(o),r.result(a,()=>r.reset(),()=>r.error(!0));function o(){i.forEach((l,d)=>{let y;(0,R0.alwaysValidSchema)(s,l)?e.var(u,!0):y=r.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},u),d>0&&e.if((0,As._)`${u} && ${a}`).assign(a,!1).assign(c,(0,As._)`[${c}, ${d}]`).else(),e.if(u,()=>{e.assign(a,!0),e.assign(c,d),y&&r.mergeEvaluated(y,As.Name)})})}}};Ga.default=N0});var ed=_(za=>{"use strict";Object.defineProperty(za,"__esModule",{value:!0});var I0=G(),T0={keyword:"allOf",schemaType:"array",code(r){let{gen:e,schema:t,it:n}=r;if(!Array.isArray(t))throw new Error("ajv implementation error");let s=e.name("valid");t.forEach((i,a)=>{if((0,I0.alwaysValidSchema)(n,i))return;let c=r.subschema({keyword:"allOf",schemaProp:a},s);r.ok(s),r.mergeEvaluated(c)})}};za.default=T0});var nd=_(Ka=>{"use strict";Object.defineProperty(Ka,"__esModule",{value:!0});var qs=L(),rd=G(),A0={message:({params:r})=>(0,qs.str)`must match "${r.ifClause}" schema`,params:({params:r})=>(0,qs._)`{failingKeyword: ${r.ifClause}}`},q0={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:A0,code(r){let{gen:e,parentSchema:t,it:n}=r;t.then===void 0&&t.else===void 0&&(0,rd.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let s=td(n,"then"),i=td(n,"else");if(!s&&!i)return;let a=e.let("valid",!0),c=e.name("_valid");if(u(),r.reset(),s&&i){let l=e.let("ifClause");r.setParams({ifClause:l}),e.if(c,o("then",l),o("else",l))}else s?e.if(c,o("then")):e.if((0,qs.not)(c),o("else"));r.pass(a,()=>r.error(!0));function u(){let l=r.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},c);r.mergeEvaluated(l)}function o(l,d){return()=>{let y=r.subschema({keyword:l},c);e.assign(a,c),r.mergeValidEvaluated(y,a),d?e.assign(d,(0,qs._)`${l}`):r.setParams({ifClause:l})}}}};function td(r,e){let t=r.schema[e];return t!==void 0&&!(0,rd.alwaysValidSchema)(r,t)}Ka.default=q0});var sd=_(Xa=>{"use strict";Object.defineProperty(Xa,"__esModule",{value:!0});var D0=G(),j0={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:r,parentSchema:e,it:t}){e.if===void 0&&(0,D0.checkStrictMode)(t,`"${r}" without "if" is ignored`)}};Xa.default=j0});var id=_(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});var k0=Ia(),x0=jf(),L0=Ta(),M0=xf(),F0=Lf(),V0=Vf(),H0=Uf(),U0=La(),G0=Kf(),z0=Jf(),K0=Yf(),X0=Zf(),W0=Qf(),B0=ed(),J0=nd(),Y0=sd();function Z0(r=!1){let e=[K0.default,X0.default,W0.default,B0.default,J0.default,Y0.default,H0.default,U0.default,V0.default,G0.default,z0.default];return r?e.push(x0.default,M0.default):e.push(k0.default,L0.default),e.push(F0.default),e}Wa.default=Z0});var ad=_(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});var oe=L(),Q0={message:({schemaCode:r})=>(0,oe.str)`must match format "${r}"`,params:({schemaCode:r})=>(0,oe._)`{format: ${r}}`},e$={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Q0,code(r,e){let{gen:t,data:n,$data:s,schema:i,schemaCode:a,it:c}=r,{opts:u,errSchemaPath:o,schemaEnv:l,self:d}=c;if(!u.validateFormats)return;s?y():m();function y(){let $=t.scopeValue("formats",{ref:d.formats,code:u.code.formats}),E=t.const("fDef",(0,oe._)`${$}[${a}]`),w=t.let("fType"),b=t.let("format");t.if((0,oe._)`typeof ${E} == "object" && !(${E} instanceof RegExp)`,()=>t.assign(w,(0,oe._)`${E}.type || "string"`).assign(b,(0,oe._)`${E}.validate`),()=>t.assign(w,(0,oe._)`"string"`).assign(b,E)),r.fail$data((0,oe.or)(D(),T()));function D(){return u.strictSchema===!1?oe.nil:(0,oe._)`${a} && !${b}`}function T(){let z=l.$async?(0,oe._)`(${E}.async ? await ${b}(${n}) : ${b}(${n}))`:(0,oe._)`${b}(${n})`,N=(0,oe._)`(typeof ${b} == "function" ? ${z} : ${b}.test(${n}))`;return(0,oe._)`${b} && ${b} !== true && ${w} === ${e} && !${N}`}}function m(){let $=d.formats[i];if(!$){D();return}if($===!0)return;let[E,w,b]=T($);E===e&&r.pass(z());function D(){if(u.strictSchema===!1){d.logger.warn(N());return}throw new Error(N());function N(){return`unknown format "${i}" ignored in schema at path "${o}"`}}function T(N){let me=N instanceof RegExp?(0,oe.regexpCode)(N):u.code.formats?(0,oe._)`${u.code.formats}${(0,oe.getProperty)(i)}`:void 0,ke=t.scopeValue("formats",{key:i,ref:N,code:me});return typeof N=="object"&&!(N instanceof RegExp)?[N.type||"string",N.validate,(0,oe._)`${ke}.validate`]:["string",N,ke]}function z(){if(typeof $=="object"&&!($ instanceof RegExp)&&$.async){if(!l.$async)throw new Error("async format in sync schema");return(0,oe._)`await ${b}(${n})`}return typeof w=="function"?(0,oe._)`${b}(${n})`:(0,oe._)`${b}.test(${n})`}}}};Ba.default=e$});var od=_(Ja=>{"use strict";Object.defineProperty(Ja,"__esModule",{value:!0});var t$=ad(),r$=[t$.default];Ja.default=r$});var cd=_(Tr=>{"use strict";Object.defineProperty(Tr,"__esModule",{value:!0});Tr.contentVocabulary=Tr.metadataVocabulary=void 0;Tr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Tr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var ld=_(Ya=>{"use strict";Object.defineProperty(Ya,"__esModule",{value:!0});var n$=vf(),s$=Tf(),i$=id(),a$=od(),ud=cd(),o$=[n$.default,s$.default,(0,i$.default)(),a$.default,ud.metadataVocabulary,ud.contentVocabulary];Ya.default=o$});var fd=_(xn=>{"use strict";Object.defineProperty(xn,"__esModule",{value:!0});xn.DiscrError=void 0;var c$;(function(r){r.Tag="tag",r.Mapping="mapping"})(c$=xn.DiscrError||(xn.DiscrError={}))});var hd=_(Qa=>{"use strict";Object.defineProperty(Qa,"__esModule",{value:!0});var Ar=L(),Za=fd(),dd=_s(),u$=G(),l$={message:({params:{discrError:r,tagName:e}})=>r===Za.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:r,tag:e,tagName:t}})=>(0,Ar._)`{error: ${r}, tag: ${t}, tagValue: ${e}}`},f$={keyword:"discriminator",type:"object",schemaType:"object",error:l$,code(r){let{gen:e,data:t,schema:n,parentSchema:s,it:i}=r,{oneOf:a}=s;if(!i.opts.discriminator)throw new Error("discriminator: requires discriminator option");let c=n.propertyName;if(typeof c!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!a)throw new Error("discriminator: requires oneOf keyword");let u=e.let("valid",!1),o=e.const("tag",(0,Ar._)`${t}${(0,Ar.getProperty)(c)}`);e.if((0,Ar._)`typeof ${o} == "string"`,()=>l(),()=>r.error(!1,{discrError:Za.DiscrError.Tag,tag:o,tagName:c})),r.ok(u);function l(){let m=y();e.if(!1);for(let $ in m)e.elseIf((0,Ar._)`${o} === ${$}`),e.assign(u,d(m[$]));e.else(),r.error(!1,{discrError:Za.DiscrError.Mapping,tag:o,tagName:c}),e.endIf()}function d(m){let $=e.name("valid"),E=r.subschema({keyword:"oneOf",schemaProp:m},$);return r.mergeEvaluated(E,Ar.Name),$}function y(){var m;let $={},E=b(s),w=!0;for(let z=0;z<a.length;z++){let N=a[z];(N==null?void 0:N.$ref)&&!(0,u$.schemaHasRulesButRef)(N,i.self.RULES)&&(N=dd.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,N==null?void 0:N.$ref),N instanceof dd.SchemaEnv&&(N=N.schema));let me=(m=N==null?void 0:N.properties)===null||m===void 0?void 0:m[c];if(typeof me!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${c}"`);w=w&&(E||b(N)),D(me,z)}if(!w)throw new Error(`discriminator: "${c}" must be required`);return $;function b({required:z}){return Array.isArray(z)&&z.includes(c)}function D(z,N){if(z.const)T(z.const,N);else if(z.enum)for(let me of z.enum)T(me,N);else throw new Error(`discriminator: "properties/${c}" must have "const" or "enum"`)}function T(z,N){if(typeof z!="string"||z in $)throw new Error(`discriminator: "${c}" values must be unique strings`);$[z]=N}}}};Qa.default=f$});var pd=_((Xb,d$)=>{d$.exports={$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 vd=_((le,gd)=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.CodeGen=le.Name=le.nil=le.stringify=le.str=le._=le.KeywordCxt=void 0;var h$=ff(),p$=ld(),m$=hd(),md=pd(),g$=["/properties"],Ds="http://json-schema.org/draft-07/schema",js=class extends h$.default{_addVocabularies(){super._addVocabularies(),p$.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(m$.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(md,g$):md;this.addMetaSchema(e,Ds,!1),this.refs["http://json-schema.org/schema"]=Ds}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ds)?Ds:void 0)}};gd.exports=le=js;Object.defineProperty(le,"__esModule",{value:!0});le.default=js;var v$=Sn();Object.defineProperty(le,"KeywordCxt",{enumerable:!0,get:function(){return v$.KeywordCxt}});var qr=L();Object.defineProperty(le,"_",{enumerable:!0,get:function(){return qr._}});Object.defineProperty(le,"str",{enumerable:!0,get:function(){return qr.str}});Object.defineProperty(le,"stringify",{enumerable:!0,get:function(){return qr.stringify}});Object.defineProperty(le,"nil",{enumerable:!0,get:function(){return qr.nil}});Object.defineProperty(le,"Name",{enumerable:!0,get:function(){return qr.Name}});Object.defineProperty(le,"CodeGen",{enumerable:!0,get:function(){return qr.CodeGen}})});var rr=_(Dr=>{"use strict";var _$=Dr&&Dr.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Dr,"__esModule",{value:!0});Dr.ServerlessError=void 0;var y$=_$(yt()),$$=y$.default.Logger,E$=new $$("S-CLI-ERROR"),w$=function(){function r(e,t,n){E$.error(e+": "+t,n),process.exit(1)}return r}();Dr.ServerlessError=w$});var _d=_(jr=>{"use strict";var b$=jr&&jr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(jr,"__esModule",{value:!0});jr.CommandError=void 0;var S$=rr(),O$=function(r){b$(e,r);function e(t,n){return r.call(this,"Error",t,n)||this}return e}(S$.ServerlessError);jr.CommandError=O$});var yd=_(kr=>{"use strict";var P$=kr&&kr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(kr,"__esModule",{value:!0});kr.ConfigDeleteError=void 0;var R$=rr(),C$=function(r){P$(e,r);function e(t,n){return r.call(this,"Deletion failed",t,n)||this}return e}(R$.ServerlessError);kr.ConfigDeleteError=C$});var $d=_(xr=>{"use strict";var N$=xr&&xr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(xr,"__esModule",{value:!0});xr.ConfigError=void 0;var I$=rr(),T$=function(r){N$(e,r);function e(t,n){return r.call(this,"Config failed",t,n)||this}return e}(I$.ServerlessError);xr.ConfigError=T$});var Ed=_(Lr=>{"use strict";var A$=Lr&&Lr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(Lr,"__esModule",{value:!0});Lr.ConfigGetError=void 0;var q$=rr(),D$=function(r){A$(e,r);function e(t,n){return r.call(this,"Get failed",t,n)||this}return e}(q$.ServerlessError);Lr.ConfigGetError=D$});var wd=_(Mr=>{"use strict";var j$=Mr&&Mr.__extends||function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(n[i]=s[i])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();Object.defineProperty(Mr,"__esModule",{value:!0});Mr.InitError=void 0;var k$=rr(),x$=function(r){j$(e,r);function e(t,n){return r.call(this,"Initialization failed",t,n)||this}return e}(k$.ServerlessError);Mr.InitError=x$});var Sd=_(lt=>{"use strict";var L$=lt&<.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(d){a(d)}}function u(l){try{o(n.throw(l))}catch(d){a(d)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},M$=lt&<.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},F$=lt&<.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(lt,"__esModule",{value:!0});lt.HumanError=void 0;var bd=F$(yt()),V$=is(),H$=bd.default.colors,U$=function(){function r(e){var t=e.errorMessage,n=e.tips;this.errorMessage=t,console.log(`
|
|
29
29
|
`.concat((0,V$.bgRed)("ERROR:"))),console.log("TypeError: ".concat(t,`
|
|
30
30
|
`)),n&&console.log("".concat(H$.gray(n),`
|
|
31
|
-
`))}return r.prototype.report=function(e){return L$(this,void 0,void 0,function(){var t;return M$(this,function(n){switch(n.label){case 0:return t=e.error,[4,
|
|
32
|
-
`.concat(
|
|
33
|
-
`)),n&&console.log("".concat(
|
|
34
|
-
`))}return r}();
|
|
31
|
+
`))}return r.prototype.report=function(e){return L$(this,void 0,void 0,function(){var t;return M$(this,function(n){switch(n.label){case 0:return t=e.error,[4,bd.default.report({type:"jsError",content:"".concat(this.errorMessage,"||").concat(t.stack)})];case 1:return n.sent(),[2]}})})},r}();lt.HumanError=U$});var Pd=_(Fr=>{"use strict";var G$=Fr&&Fr.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Fr,"__esModule",{value:!0});Fr.HumanWarning=void 0;var z$=G$(yt()),Od=z$.default.colors,K$=function(){function r(e){var t=e.warningMessage,n=e.tips;console.log(`
|
|
32
|
+
`.concat(Od.hex("#000").bgYellow("WARNING:"))),console.log("".concat(t,`
|
|
33
|
+
`)),n&&console.log("".concat(Od.gray(n),`
|
|
34
|
+
`))}return r}();Fr.HumanWarning=K$});var Rd=_(Q=>{"use strict";var X$=Q&&Q.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(d){a(d)}}function u(l){try{o(n.throw(l))}catch(d){a(d)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},W$=Q&&Q.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},B$=Q&&Q.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Q,"__esModule",{value:!0});Q.HandleError=Q.HumanWarning=Q.HumanError=Q.ServerlessError=Q.InitError=Q.ConfigGetError=Q.ConfigError=Q.ConfigDeleteError=Q.CommandError=void 0;var ft=yi(),Ln=B$(yt()),jt=Ln.default.colors,J$=Ln.default.report,eo=Ln.default.isDebugMode,Y$=Ln.default.makeUnderLine,to=Ln.default.isDocker,Z$=_d();Object.defineProperty(Q,"CommandError",{enumerable:!0,get:function(){return Z$.CommandError}});var Q$=yd();Object.defineProperty(Q,"ConfigDeleteError",{enumerable:!0,get:function(){return Q$.ConfigDeleteError}});var eE=$d();Object.defineProperty(Q,"ConfigError",{enumerable:!0,get:function(){return eE.ConfigError}});var tE=Ed();Object.defineProperty(Q,"ConfigGetError",{enumerable:!0,get:function(){return tE.ConfigGetError}});var rE=wd();Object.defineProperty(Q,"InitError",{enumerable:!0,get:function(){return rE.InitError}});var nE=rr();Object.defineProperty(Q,"ServerlessError",{enumerable:!0,get:function(){return nE.ServerlessError}});var sE=Sd();Object.defineProperty(Q,"HumanError",{enumerable:!0,get:function(){return sE.HumanError}});var iE=Pd();Object.defineProperty(Q,"HumanWarning",{enumerable:!0,get:function(){return iE.HumanWarning}});function ro(r,e){return"".concat(jt.gray(r)).concat(jt.gray.underline(e))}var aE=function(r){return X$(void 0,void 0,void 0,function(){var e,t,n,s,i,a,c,u;return W$(this,function(o){switch(o.label){case 0:e="Message:",t={traceId:"",catchableError:!1},n=r,s=(0,ft.getConfig)("analysis"),s!=="disable"&&(t.traceId="".concat((0,ft.getPid)()).concat(Date.now())),i=r.message?r.message:"";try{a=JSON.parse(i)}catch{}return a&&a.tips?(c=a.message?"Message: ".concat(a.message,`
|
|
35
35
|
`):"",u=a.tips?"* ".concat(Y$(a.tips.replace(/\n/,`
|
|
36
36
|
* `))):"",ft.logger.log(`
|
|
37
37
|
`.concat(jt.hex("#000").bgYellow("WARNING:"),`
|
|
38
38
|
======================
|
|
39
39
|
`).concat(u,`
|
|
40
|
-
`),"yellow"),
|
|
40
|
+
`),"yellow"),eo()?console.log(r.stack):console.log(jt.grey(c)),t.catchableError=!0,n=a,[3,5]):[3,1];case 1:return a&&a.code?(console.log((0,ft.red)("\u2716 ".concat(a.prefix||e,`
|
|
41
41
|
`))),console.log("".concat((0,ft.bgRed)("ERROR:"),`
|
|
42
|
-
`)),
|
|
42
|
+
`)),eo()?console.log("".concat(a.stack,`
|
|
43
43
|
`)):console.log("".concat(a.message,`
|
|
44
44
|
`)),[4,(0,ft.aiRequest)(a.message)]):[3,3];case 2:return o.sent(),n=a,[3,5];case 3:return console.log((0,ft.red)("\u2716 ".concat(e,`
|
|
45
45
|
`))),console.log("".concat((0,ft.bgRed)("ERROR:"),`
|
|
46
|
-
`)),console.log(
|
|
47
|
-
`)),[4,(0,ft.aiRequest)(i)];case 4:o.sent(),o.label=5;case 5:return t.catchableError||(t.traceId&&console.log(jt.gray("TraceId: ".concat(t.traceId))),
|
|
48
|
-
`)),t.traceId&&console.log(jt.gray("Please copy traceId: ".concat(t.traceId," and join Dingding group: 33947367 for consultation."))))),!
|
|
46
|
+
`)),console.log(eo()||to()?r.stack:"".concat(i,`
|
|
47
|
+
`)),[4,(0,ft.aiRequest)(i)];case 4:o.sent(),o.label=5;case 5:return t.catchableError||(t.traceId&&console.log(jt.gray("TraceId: ".concat(t.traceId))),to()||(console.log(jt.gray("Environment: ".concat((0,ft.getVersion)()))),console.log(ro("Documents: ","https://www.serverless-devs.com")),console.log(ro("Discussions: ","https://github.com/Serverless-Devs/Serverless-Devs/discussions")),console.log(ro("Issues: ",`https://github.com/Serverless-Devs/Serverless-Devs/issues
|
|
48
|
+
`)),t.traceId&&console.log(jt.gray("Please copy traceId: ".concat(t.traceId," and join Dingding group: 33947367 for consultation."))))),!to()&&console.log(jt.gray("You can run 's clean --all' to clean Serverless devs.")),t.traceId&&!t.catchableError?[4,J$({type:"jsError",content:"".concat(n.message,"||").concat(n.stack),traceId:t.traceId})]:[3,7];case 6:o.sent(),o.label=7;case 7:return process.exit(n.code||1),[2]}})})};Q.HandleError=aE});var Cd=exports&&exports.__awaiter||function(r,e,t,n){function s(i){return i instanceof t?i:new t(function(a){a(i)})}return new(t||(t=Promise))(function(i,a){function c(l){try{o(n.next(l))}catch(d){a(d)}}function u(l){try{o(n.throw(l))}catch(d){a(d)}}function o(l){l.done?i(l.value):s(l.value).then(c,u)}o((n=n.apply(r,e||[])).next())})},Nd=exports&&exports.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,s,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(o){return function(l){return u([o,l])}}function u(o){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,s&&(i=o[0]&2?s.return:o[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;switch(s=0,i&&(o=[o[0]&2,i.value]),o[0]){case 0:case 1:i=o;break;case 4:return t.label++,{value:o[1],done:!1};case 5:t.label++,s=o[1],o=[0];continue;case 7:o=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1],i=o;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(o);break}i[2]&&t.ops.pop(),t.trys.pop();continue}o=e.call(r,t)}catch(l){o=[6,l],s=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}},Mn=exports&&exports.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(exports,"__esModule",{value:!0});var oE=Mn(xo()),St=Mn(yt()),cE=Mn(mi()),Vr=yi(),uE=Mn(require("path")),lE=Mn(vd()),fE=Rd(),no=St.default.colors,dE=St.default.getYamlContent,Te=St.default.lodash,hE=St.default.loadComponent,pE=St.default.fse,mE=St.default.parseYaml,gE=St.default.spinner,Id=Te.get,vE=Te.keys,_E=Te.omit,yE=Te.isEmpty,$E=Te.replace,Td=Te.isPlainObject,so=Te.isArray,Ad=Te.each,EE=Te.last,wE=Te.split,bE=Te.uniq,qd=Te.map,SE=Te.concat,Dd=Te.filter,OE=`Application verification.
|
|
49
49
|
|
|
50
50
|
Example:
|
|
51
51
|
$ s verify
|
|
52
52
|
|
|
53
|
-
`.concat((0,
|
|
54
|
-
`))),
|
|
53
|
+
`.concat((0,Vr.emoji)("\u{1F4D6}")," Document: ").concat(no.underline("https://github.com/Serverless-Devs/Serverless-Devs/tree/master/docs/zh/command/verify.md")),PE=oE.default.name("s verify").usage("[options]").option("-t, --template [templatePath]","Specify the template file").helpOption("-h, --help",(0,cE.default)("display_help_for_command")).description(OE).addHelpCommand(!1).parse(process.argv);function jd(r){var e=so(r)?[]:{};if(typeof r=="object"){var t=vE(r).filter(function(i){return i.startsWith("x-")}),n=_E(r,t);for(var s in n)e[s]=typeof r[s]=="object"?jd(r[s]):r[s]}else e=r;return e}function RE(r){var e=jd(r),t=[];function n(i,a){if(a===void 0&&(a=""),Td(i)){if(i.required===!0){var c=wE(a,"."),u=c.slice(0,c.length-2).join(".");t.push({key:u,name:EE(c)})}typeof i.required=="boolean"&&delete i.required,a!==""&&(a="".concat(a,"."));for(var o in i)n(i[o],"".concat(a).concat(o))}so(i)&&Ad(i,function(l,d){n(l,"".concat(a,"[").concat(d,"]"))})}function s(i,a){if(a===void 0&&(a=""),Td(i)){var c=Dd(t,function(l){return l.key===a});if(c.length>0){var u=qd(c,function(l){return l.name});i.required=i.required?bE(SE(i.required,u)):u}a!==""&&(a="".concat(a,"."));for(var o in i)s(i[o],"".concat(a).concat(o))}so(i)&&Ad(i,function(l,d){s(l,"".concat(a,"[").concat(d,"]"))})}return n(e),s(e),e}(function(){return Cd(void 0,void 0,void 0,function(){var r,e,t,n,s,i,a,c,u,o,l,d,y,m,$,E,w,b,D,T,z,N,me,ke,Ot,xe;return Nd(this,function(te){switch(te.label){case 0:return r=(0,Vr.getProcessArgv)(),e=r.help,t=r.template,e&&PE.help(),[4,St.default.getTemplatePath(t)];case 1:return n=te.sent(),[4,St.default.transforYamlPath(n)];case 2:s=te.sent(),i=pE.readFileSync(s,"utf8"),a=mE(i),c=a.services,u=[];for(o in c)l=c[o],u.push({component:l.component,props:l.props,service:o});d=[],y=0,m=u,te.label=3;case 3:return y<m.length?($=m[y],[4,hE($.component)]):[3,7];case 4:return E=te.sent(),[4,dE(uE.default.join(E.__path,"publish.yaml"))];case 5:if(w=te.sent(),b=Id(w,"Properties",{}),yE(b.properties))return[3,6];if(D=new lE.default({strict:!1}),T=D.compile(RE(b)),z=T($.props),!z)return d.push(!0),N=T.errors,me=Dd(N,function(Le){return Le.keyword!=="oneOf"}),Vr.logger.log("".concat((0,Vr.red)("\u2716")," Format verification failed.")),ke=Id(me,"[0].instancePath"),ke&&(Ot=$E(ke.slice(1),/\//g,"."),Vr.logger.log("The ".concat(no.yellow(Ot)," field under ").concat(no.yellow($.service),` service is incorrect.
|
|
54
|
+
`))),xe=qd(me,function(Le){return{message:Le.message,params:Le.params}}),Vr.logger.output(xe.length>1?xe:xe[0]),[3,7];te.label=6;case 6:return y++,[3,3];case 7:return d.length===0&&gE("Format verification passed.").succeed(),[2]}})})})().catch(function(r){return Cd(void 0,void 0,void 0,function(){return Nd(this,function(e){switch(e.label){case 0:return[4,(0,fE.HandleError)(r)];case 1:return e.sent(),[2]}})})});
|
|
55
55
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|