tt-minigame-ide-cli 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cli.js CHANGED
@@ -1 +1 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("archiver"),require("chalk"),require("clipboardy"),require("deep-clone"),require("easy-table"),require("fast-glob"),require("folder-hash"),require("form-data"),require("fs-extra"),require("inquirer"),require("ora"),require("qrcode"),require("qrcode-terminal"),require("semver-compare"),require("unzipper"));else if("function"==typeof define&&define.amd)define(["archiver","chalk","clipboardy","deep-clone","easy-table","fast-glob","folder-hash","form-data","fs-extra","inquirer","ora","qrcode","qrcode-terminal","semver-compare","unzipper"],t);else{var r="object"==typeof exports?t(require("archiver"),require("chalk"),require("clipboardy"),require("deep-clone"),require("easy-table"),require("fast-glob"),require("folder-hash"),require("form-data"),require("fs-extra"),require("inquirer"),require("ora"),require("qrcode"),require("qrcode-terminal"),require("semver-compare"),require("unzipper")):t(e.archiver,e.chalk,e.clipboardy,e["deep-clone"],e["easy-table"],e["fast-glob"],e["folder-hash"],e["form-data"],e["fs-extra"],e.inquirer,e.ora,e.qrcode,e["qrcode-terminal"],e["semver-compare"],e.unzipper);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(global,((__WEBPACK_EXTERNAL_MODULE__3732__,__WEBPACK_EXTERNAL_MODULE__1606__,__WEBPACK_EXTERNAL_MODULE__1887__,__WEBPACK_EXTERNAL_MODULE__469__,__WEBPACK_EXTERNAL_MODULE__6883__,__WEBPACK_EXTERNAL_MODULE__9508__,__WEBPACK_EXTERNAL_MODULE__2896__,__WEBPACK_EXTERNAL_MODULE__9258__,__WEBPACK_EXTERNAL_MODULE__9849__,__WEBPACK_EXTERNAL_MODULE__6495__,__WEBPACK_EXTERNAL_MODULE__8838__,__WEBPACK_EXTERNAL_MODULE__3727__,__WEBPACK_EXTERNAL_MODULE__4563__,__WEBPACK_EXTERNAL_MODULE__7086__,__WEBPACK_EXTERNAL_MODULE__2541__)=>(()=>{var __webpack_modules__={5715:(e,t,r)=>{e.exports=r(7173)},925:(e,t,r)=>{"use strict";var n=r(2691),o=r(261),i=r(3175),a=r(6031),s=r(3685),c=r(5687),u=r(4940).http,l=r(4940).https,p=r(7310),f=r(9796),h=r(48),d=r(4796),_=r(1025),m=/https:?/;function v(e,t,r){if(e.hostname=t.host,e.host=t.host,e.port=t.port,e.path=r,t.auth){var n=Buffer.from(t.auth.username+":"+t.auth.password,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+n}e.beforeRedirect=function(e){e.headers.host=e.host,v(e,t,e.href)}}e.exports=function(e){return new Promise((function(t,r){var y=function(e){t(e)},E=function(e){r(e)},g=e.data,b=e.headers;if("User-Agent"in b||"user-agent"in b?b["User-Agent"]||b["user-agent"]||(delete b["User-Agent"],delete b["user-agent"]):b["User-Agent"]="axios/"+h.version,g&&!n.isStream(g)){if(Buffer.isBuffer(g));else if(n.isArrayBuffer(g))g=Buffer.from(new Uint8Array(g));else{if(!n.isString(g))return E(d("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",e));g=Buffer.from(g,"utf-8")}b["Content-Length"]=g.length}var A=void 0;e.auth&&(A=(e.auth.username||"")+":"+(e.auth.password||""));var O=i(e.baseURL,e.url),w=p.parse(O),S=w.protocol||"http:";if(!A&&w.auth){var C=w.auth.split(":");A=(C[0]||"")+":"+(C[1]||"")}A&&delete b.Authorization;var P=m.test(S),I=P?e.httpsAgent:e.httpAgent,L={path:a(w.path,e.params,e.paramsSerializer).replace(/^\?/,""),method:e.method.toUpperCase(),headers:b,agent:I,agents:{http:e.httpAgent,https:e.httpsAgent},auth:A};e.socketPath?L.socketPath=e.socketPath:(L.hostname=w.hostname,L.port=w.port);var x,R=e.proxy;if(!R&&!1!==R){var T=S.slice(0,-1)+"_proxy",D=process.env[T]||process.env[T.toUpperCase()];if(D){var j=p.parse(D),M=process.env.no_proxy||process.env.NO_PROXY,N=!0;if(M&&(N=!M.split(",").map((function(e){return e.trim()})).some((function(e){return!!e&&("*"===e||"."===e[0]&&w.hostname.substr(w.hostname.length-e.length)===e||w.hostname===e)}))),N&&(R={host:j.hostname,port:j.port,protocol:j.protocol},j.auth)){var U=j.auth.split(":");R.auth={username:U[0],password:U[1]}}}}R&&(L.headers.host=w.hostname+(w.port?":"+w.port:""),v(L,R,S+"//"+w.hostname+(w.port?":"+w.port:"")+L.path));var k=P&&(!R||m.test(R.protocol));e.transport?x=e.transport:0===e.maxRedirects?x=k?c:s:(e.maxRedirects&&(L.maxRedirects=e.maxRedirects),x=k?l:u),e.maxBodyLength>-1&&(L.maxBodyLength=e.maxBodyLength);var F=x.request(L,(function(t){if(!F.aborted){var r=t,i=t.req||F;if(204!==t.statusCode&&"HEAD"!==i.method&&!1!==e.decompress)switch(t.headers["content-encoding"]){case"gzip":case"compress":case"deflate":r=r.pipe(f.createUnzip()),delete t.headers["content-encoding"]}var a={status:t.statusCode,statusText:t.statusMessage,headers:t.headers,config:e,request:i};if("stream"===e.responseType)a.data=r,o(y,E,a);else{var s=[],c=0;r.on("data",(function(t){s.push(t),c+=t.length,e.maxContentLength>-1&&c>e.maxContentLength&&(r.destroy(),E(d("maxContentLength size of "+e.maxContentLength+" exceeded",e,null,i)))})),r.on("error",(function(t){F.aborted||E(_(t,e,null,i))})),r.on("end",(function(){var t=Buffer.concat(s);"arraybuffer"!==e.responseType&&(t=t.toString(e.responseEncoding),e.responseEncoding&&"utf8"!==e.responseEncoding||(t=n.stripBOM(t))),a.data=t,o(y,E,a)}))}}}));if(F.on("error",(function(t){F.aborted&&"ERR_FR_TOO_MANY_REDIRECTS"!==t.code||E(_(t,e,null,F))})),e.timeout){var G=parseInt(e.timeout,10);if(isNaN(G))return void E(d("error trying to parse `config.timeout` to int",e,"ERR_PARSE_TIMEOUT",F));F.setTimeout(G,(function(){F.abort(),E(d("timeout of "+G+"ms exceeded",e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",F))}))}e.cancelToken&&e.cancelToken.promise.then((function(e){F.aborted||(F.abort(),E(e))})),n.isStream(g)?g.on("error",(function(t){E(_(t,e,null,F))})).pipe(F):F.end(g)}))}},5719:(e,t,r)=>{"use strict";var n=r(2691),o=r(261),i=r(9025),a=r(6031),s=r(3175),c=r(4077),u=r(3841),l=r(4796);e.exports=function(e){return new Promise((function(t,r){var p=e.data,f=e.headers,h=e.responseType;n.isFormData(p)&&delete f["Content-Type"];var d=new XMLHttpRequest;if(e.auth){var _=e.auth.username||"",m=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";f.Authorization="Basic "+btoa(_+":"+m)}var v=s(e.baseURL,e.url);function y(){if(d){var n="getAllResponseHeaders"in d?c(d.getAllResponseHeaders()):null,i={data:h&&"text"!==h&&"json"!==h?d.response:d.responseText,status:d.status,statusText:d.statusText,headers:n,config:e,request:d};o(t,r,i),d=null}}if(d.open(e.method.toUpperCase(),a(v,e.params,e.paramsSerializer),!0),d.timeout=e.timeout,"onloadend"in d?d.onloadend=y:d.onreadystatechange=function(){d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))&&setTimeout(y)},d.onabort=function(){d&&(r(l("Request aborted",e,"ECONNABORTED",d)),d=null)},d.onerror=function(){r(l("Network Error",e,null,d)),d=null},d.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(l(t,e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",d)),d=null},n.isStandardBrowserEnv()){var E=(e.withCredentials||u(v))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;E&&(f[e.xsrfHeaderName]=E)}"setRequestHeader"in d&&n.forEach(f,(function(e,t){void 0===p&&"content-type"===t.toLowerCase()?delete f[t]:d.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(d.withCredentials=!!e.withCredentials),h&&"json"!==h&&(d.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&d.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){d&&(d.abort(),r(e),d=null)})),p||(p=null),d.send(p)}))}},7173:(e,t,r)=>{"use strict";var n=r(2691),o=r(4012),i=r(8936),a=r(2872);function s(e){var t=new i(e),r=o(i.prototype.request,t);return n.extend(r,i.prototype,t),n.extend(r,t),r}var c=s(r(141));c.Axios=i,c.create=function(e){return s(a(c.defaults,e))},c.Cancel=r(9364),c.CancelToken=r(7909),c.isCancel=r(7966),c.all=function(e){return Promise.all(e)},c.spread=r(2455),c.isAxiosError=r(6647),e.exports=c,e.exports.default=c},9364:e=>{"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},7909:(e,t,r)=>{"use strict";var n=r(9364);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;e((function(e){r.reason||(r.reason=new n(e),t(r.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},7966:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},8936:(e,t,r)=>{"use strict";var n=r(2691),o=r(6031),i=r(3980),a=r(2437),s=r(2872),c=r(2613),u=c.validators;function l(e){this.defaults=e,this.interceptors={request:new i,response:new i}}l.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;void 0!==t&&c.assertOptions(t,{silentJSONParsing:u.transitional(u.boolean,"1.0.0"),forcedJSONParsing:u.transitional(u.boolean,"1.0.0"),clarifyTimeoutError:u.transitional(u.boolean,"1.0.0")},!1);var r=[],n=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(n=n&&t.synchronous,r.unshift(t.fulfilled,t.rejected))}));var o,i=[];if(this.interceptors.response.forEach((function(e){i.push(e.fulfilled,e.rejected)})),!n){var l=[a,void 0];for(Array.prototype.unshift.apply(l,r),l=l.concat(i),o=Promise.resolve(e);l.length;)o=o.then(l.shift(),l.shift());return o}for(var p=e;r.length;){var f=r.shift(),h=r.shift();try{p=f(p)}catch(e){h(e);break}}try{o=a(p)}catch(e){return Promise.reject(e)}for(;i.length;)o=o.then(i.shift(),i.shift());return o},l.prototype.getUri=function(e){return e=s(this.defaults,e),o(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},n.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,r){return this.request(s(r||{},{method:e,url:t,data:(r||{}).data}))}})),n.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,r,n){return this.request(s(n||{},{method:e,url:t,data:r}))}})),e.exports=l},3980:(e,t,r)=>{"use strict";var n=r(2691);function o(){this.handlers=[]}o.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},o.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},o.prototype.forEach=function(e){n.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=o},3175:(e,t,r)=>{"use strict";var n=r(5933),o=r(5645);e.exports=function(e,t){return e&&!n(t)?o(e,t):t}},4796:(e,t,r)=>{"use strict";var n=r(1025);e.exports=function(e,t,r,o,i){var a=new Error(e);return n(a,t,r,o,i)}},2437:(e,t,r)=>{"use strict";var n=r(2691),o=r(9148),i=r(7966),a=r(141);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=o.call(e,e.data,e.headers,e.transformRequest),e.headers=n.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||a.adapter)(e).then((function(t){return s(e),t.data=o.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(s(e),t&&t.response&&(t.response.data=o.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},1025:e=>{"use strict";e.exports=function(e,t,r,n,o){return e.config=t,r&&(e.code=r),e.request=n,e.response=o,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},2872:(e,t,r)=>{"use strict";var n=r(2691);e.exports=function(e,t){t=t||{};var r={},o=["url","method","data"],i=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(e,t){return n.isPlainObject(e)&&n.isPlainObject(t)?n.merge(e,t):n.isPlainObject(t)?n.merge({},t):n.isArray(t)?t.slice():t}function u(o){n.isUndefined(t[o])?n.isUndefined(e[o])||(r[o]=c(void 0,e[o])):r[o]=c(e[o],t[o])}n.forEach(o,(function(e){n.isUndefined(t[e])||(r[e]=c(void 0,t[e]))})),n.forEach(i,u),n.forEach(a,(function(o){n.isUndefined(t[o])?n.isUndefined(e[o])||(r[o]=c(void 0,e[o])):r[o]=c(void 0,t[o])})),n.forEach(s,(function(n){n in t?r[n]=c(e[n],t[n]):n in e&&(r[n]=c(void 0,e[n]))}));var l=o.concat(i).concat(a).concat(s),p=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===l.indexOf(e)}));return n.forEach(p,u),r}},261:(e,t,r)=>{"use strict";var n=r(4796);e.exports=function(e,t,r){var o=r.config.validateStatus;r.status&&o&&!o(r.status)?t(n("Request failed with status code "+r.status,r.config,null,r.request,r)):e(r)}},9148:(e,t,r)=>{"use strict";var n=r(2691),o=r(141);e.exports=function(e,t,r){var i=this||o;return n.forEach(r,(function(r){e=r.call(i,e,t)})),e}},141:(e,t,r)=>{"use strict";var n=r(2691),o=r(9594),i=r(1025),a={"Content-Type":"application/x-www-form-urlencoded"};function s(e,t){!n.isUndefined(e)&&n.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var c,u={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:("undefined"!=typeof XMLHttpRequest?c=r(5719):"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process)&&(c=r(925)),c),transformRequest:[function(e,t){return o(t,"Accept"),o(t,"Content-Type"),n.isFormData(e)||n.isArrayBuffer(e)||n.isBuffer(e)||n.isStream(e)||n.isFile(e)||n.isBlob(e)?e:n.isArrayBufferView(e)?e.buffer:n.isURLSearchParams(e)?(s(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):n.isObject(e)||t&&"application/json"===t["Content-Type"]?(s(t,"application/json"),function(e,t,r){if(n.isString(e))try{return(0,JSON.parse)(e),n.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional,r=t&&t.silentJSONParsing,o=t&&t.forcedJSONParsing,a=!r&&"json"===this.responseType;if(a||o&&n.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(a){if("SyntaxError"===e.name)throw i(e,this,"E_JSON_PARSE");throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};n.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),n.forEach(["post","put","patch"],(function(e){u.headers[e]=n.merge(a)})),e.exports=u},4012:e=>{"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return e.apply(t,r)}}},6031:(e,t,r)=>{"use strict";var n=r(2691);function o(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var i;if(r)i=r(t);else if(n.isURLSearchParams(t))i=t.toString();else{var a=[];n.forEach(t,(function(e,t){null!=e&&(n.isArray(e)?t+="[]":e=[e],n.forEach(e,(function(e){n.isDate(e)?e=e.toISOString():n.isObject(e)&&(e=JSON.stringify(e)),a.push(o(t)+"="+o(e))})))})),i=a.join("&")}if(i){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},5645:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},9025:(e,t,r)=>{"use strict";var n=r(2691);e.exports=n.isStandardBrowserEnv()?{write:function(e,t,r,o,i,a){var s=[];s.push(e+"="+encodeURIComponent(t)),n.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),n.isString(o)&&s.push("path="+o),n.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},5933:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},6647:e=>{"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},3841:(e,t,r)=>{"use strict";var n=r(2691);e.exports=n.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function o(e){var n=e;return t&&(r.setAttribute("href",n),n=r.href),r.setAttribute("href",n),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=o(window.location.href),function(t){var r=n.isString(t)?o(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return!0}},9594:(e,t,r)=>{"use strict";var n=r(2691);e.exports=function(e,t){n.forEach(e,(function(r,n){n!==t&&n.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[n])}))}},4077:(e,t,r)=>{"use strict";var n=r(2691),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,i,a={};return e?(n.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=n.trim(e.substr(0,i)).toLowerCase(),r=n.trim(e.substr(i+1)),t){if(a[t]&&o.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([r]):a[t]?a[t]+", "+r:r}})),a):a}},2455:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},2613:(e,t,r)=>{"use strict";var n=r(48),o={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){o[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var i={},a=n.version.split(".");function s(e,t){for(var r=t?t.split("."):a,n=e.split("."),o=0;o<3;o++){if(r[o]>n[o])return!0;if(r[o]<n[o])return!1}return!1}o.transitional=function(e,t,r){var o=t&&s(t);function a(e,t){return"[Axios v"+n.version+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,n,s){if(!1===e)throw new Error(a(n," has been removed in "+t));return o&&!i[n]&&(i[n]=!0,console.warn(a(n," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,n,s)}},e.exports={isOlderVersion:s,assertOptions:function(e,t,r){if("object"!=typeof e)throw new TypeError("options must be an object");for(var n=Object.keys(e),o=n.length;o-- >0;){var i=n[o],a=t[i];if(a){var s=e[i],c=void 0===s||a(s,i,e);if(!0!==c)throw new TypeError("option "+i+" must be "+c)}else if(!0!==r)throw Error("Unknown option "+i)}},validators:o}},2691:(e,t,r)=>{"use strict";var n=r(4012),o=Object.prototype.toString;function i(e){return"[object Array]"===o.call(e)}function a(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function c(e){if("[object Object]"!==o.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function u(e){return"[object Function]"===o.call(e)}function l(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var r=0,n=e.length;r<n;r++)t.call(null,e[r],r,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}e.exports={isArray:i,isArrayBuffer:function(e){return"[object ArrayBuffer]"===o.call(e)},isBuffer:function(e){return null!==e&&!a(e)&&null!==e.constructor&&!a(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isPlainObject:c,isUndefined:a,isDate:function(e){return"[object Date]"===o.call(e)},isFile:function(e){return"[object File]"===o.call(e)},isBlob:function(e){return"[object Blob]"===o.call(e)},isFunction:u,isStream:function(e){return s(e)&&u(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:l,merge:function e(){var t={};function r(r,n){c(t[n])&&c(r)?t[n]=e(t[n],r):c(r)?t[n]=e({},r):i(r)?t[n]=r.slice():t[n]=r}for(var n=0,o=arguments.length;n<o;n++)l(arguments[n],r);return t},extend:function(e,t,r){return l(t,(function(t,o){e[o]=r&&"function"==typeof t?n(t,r):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},5721:e=>{var t=1e3,r=60*t,n=60*r,o=24*n;function i(e,t,r,n){var o=t>=1.5*r;return Math.round(e/r)+" "+n+(o?"s":"")}e.exports=function(e,a){a=a||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(i){var a=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*a;case"weeks":case"week":case"w":return 6048e5*a;case"days":case"day":case"d":return a*o;case"hours":case"hour":case"hrs":case"hr":case"h":return a*n;case"minutes":case"minute":case"mins":case"min":case"m":return a*r;case"seconds":case"second":case"secs":case"sec":case"s":return a*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return a;default:return}}}}(e);if("number"===u&&isFinite(e))return a.long?(s=e,(c=Math.abs(s))>=o?i(s,c,o,"day"):c>=n?i(s,c,n,"hour"):c>=r?i(s,c,r,"minute"):c>=t?i(s,c,t,"second"):s+" ms"):function(e){var i=Math.abs(e);return i>=o?Math.round(e/o)+"d":i>=n?Math.round(e/n)+"h":i>=r?Math.round(e/r)+"m":i>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},4680:(e,t,r)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let n=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(o=n))})),t.splice(o,0,r)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=r(4297)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},4297:(e,t,r)=>{e.exports=function(e){function t(e){let r,o,i,a=null;function s(...e){if(!s.enabled)return;const n=s,o=Number(new Date),i=o-(r||o);n.diff=i,n.prev=r,n.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,o)=>{if("%%"===r)return"%";a++;const i=t.formatters[o];if("function"==typeof i){const t=e[a];r=i.call(n,t),e.splice(a,1),a--}return r})),t.formatArgs.call(n,e),(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==a?a:(o!==t.namespaces&&(o=t.namespaces,i=t.enabled(e)),i),set:e=>{a=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,r){const n=t(this.namespace+(void 0===r?":":r)+e);return n.log=this.log,n}function o(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(o),...t.skips.map(o).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let r;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),o=n.length;for(r=0;r<o;r++)n[r]&&("-"===(e=n[r].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.slice(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=r(5721),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((r=>{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t<e.length;t++)r=(r<<5)-r+e.charCodeAt(t),r|=0;return t.colors[Math.abs(r)%t.colors.length]},t.enable(t.load()),t}},9822:(e,t,r)=>{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=r(4680):e.exports=r(2253)},2253:(e,t,r)=>{const n=r(6224),o=r(3837);t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(...e){return process.stderr.write(o.format(...e)+"\n")},t.formatArgs=function(r){const{namespace:n,useColors:o}=this;if(o){const t=this.color,o="[3"+(t<8?t:"8;5;"+t),i=` ${o};1m${n} `;r[0]=i+r[0].split("\n").join("\n"+i),r.push(o+"m+"+e.exports.humanize(this.diff)+"")}else r[0]=(t.inspectOpts.hideDate?"":(new Date).toISOString()+" ")+n+" "+r[0]},t.save=function(e){e?process.env.DEBUG=e:delete process.env.DEBUG},t.load=function(){return process.env.DEBUG},t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(process.stderr.fd)},t.destroy=o.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=r(8456);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{}),e.exports=r(4297)(t);const{formatters:i}=e.exports;i.o=function(e){return this.inspectOpts.colors=this.useColors,o.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},i.O=function(e){return this.inspectOpts.colors=this.useColors,o.inspect(e,this.inspectOpts)}},9698:(e,t,r)=>{var n;e.exports=function(){if(!n){try{n=r(9822)("follow-redirects")}catch(e){}"function"!=typeof n&&(n=function(){})}n.apply(null,arguments)}},4940:(e,t,r)=>{var n=r(7310),o=n.URL,i=r(3685),a=r(5687),s=r(2781).Writable,c=r(9491),u=r(9698),l=["abort","aborted","connect","error","socket","timeout"],p=Object.create(null);l.forEach((function(e){p[e]=function(t,r,n){this._redirectable.emit(e,t,r,n)}}));var f=b("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),h=b("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),d=b("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),_=b("ERR_STREAM_WRITE_AFTER_END","write after end");function m(e,t){s.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var r=this;this._onNativeResponse=function(e){r._processResponse(e)},this._performRequest()}function v(e){var t={maxRedirects:21,maxBodyLength:10485760},r={};return Object.keys(e).forEach((function(i){var a=i+":",s=r[a]=e[i],l=t[i]=Object.create(s);Object.defineProperties(l,{request:{value:function(e,i,s){if("string"==typeof e){var l=e;try{e=E(new o(l))}catch(t){e=n.parse(l)}}else o&&e instanceof o?e=E(e):(s=i,i=e,e={protocol:a});return"function"==typeof i&&(s=i,i=null),(i=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},e,i)).nativeProtocols=r,c.equal(i.protocol,a,"protocol mismatch"),u("options",i),new m(i,s)},configurable:!0,enumerable:!0,writable:!0},get:{value:function(e,t,r){var n=l.request(e,t,r);return n.end(),n},configurable:!0,enumerable:!0,writable:!0}})})),t}function y(){}function E(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return""!==e.port&&(t.port=Number(e.port)),t}function g(e,t){var r;for(var n in t)e.test(n)&&(r=t[n],delete t[n]);return null==r?void 0:String(r).trim()}function b(e,t){function r(e){Error.captureStackTrace(this,this.constructor),e?(this.message=t+": "+e.message,this.cause=e):this.message=t}return r.prototype=new Error,r.prototype.constructor=r,r.prototype.name="Error ["+e+"]",r.prototype.code=e,r}function A(e){for(var t=0;t<l.length;t++)e.removeListener(l[t],p[l[t]]);e.on("error",y),e.abort()}m.prototype=Object.create(s.prototype),m.prototype.abort=function(){A(this._currentRequest),this.emit("abort")},m.prototype.write=function(e,t,r){if(this._ending)throw new _;if(!("string"==typeof e||"object"==typeof e&&"length"in e))throw new TypeError("data should be a string, Buffer or Uint8Array");"function"==typeof t&&(r=t,t=null),0!==e.length?this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,r)):(this.emit("error",new d),this.abort()):r&&r()},m.prototype.end=function(e,t,r){if("function"==typeof e?(r=e,e=t=null):"function"==typeof t&&(r=t,t=null),e){var n=this,o=this._currentRequest;this.write(e,t,(function(){n._ended=!0,o.end(null,null,r)})),this._ending=!0}else this._ended=this._ending=!0,this._currentRequest.end(null,null,r)},m.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)},m.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)},m.prototype.setTimeout=function(e,t){var r=this;function n(t){t.setTimeout(e),t.removeListener("timeout",t.destroy),t.addListener("timeout",t.destroy)}function o(t){r._timeout&&clearTimeout(r._timeout),r._timeout=setTimeout((function(){r.emit("timeout"),i()}),e),n(t)}function i(){r._timeout&&(clearTimeout(r._timeout),r._timeout=null),r.removeListener("abort",i),r.removeListener("error",i),r.removeListener("response",i),t&&r.removeListener("timeout",t),r.socket||r._currentRequest.removeListener("socket",o)}return t&&this.on("timeout",t),this.socket?o(this.socket):this._currentRequest.once("socket",o),this.on("socket",n),this.on("abort",i),this.on("error",i),this.on("response",i),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){m.prototype[e]=function(t,r){return this._currentRequest[e](t,r)}})),["aborted","connection","socket"].forEach((function(e){Object.defineProperty(m.prototype,e,{get:function(){return this._currentRequest[e]}})})),m.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}},m.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(t){if(this._options.agents){var r=e.substr(0,e.length-1);this._options.agent=this._options.agents[r]}var o=this._currentRequest=t.request(this._options,this._onNativeResponse);this._currentUrl=n.format(this._options),o._redirectable=this;for(var i=0;i<l.length;i++)o.on(l[i],p[l[i]]);if(this._isRedirect){var a=0,s=this,c=this._requestBodyBuffers;!function e(t){if(o===s._currentRequest)if(t)s.emit("error",t);else if(a<c.length){var r=c[a++];o.finished||o.write(r.data,r.encoding,e)}else s._ended&&o.end()}()}}else this.emit("error",new TypeError("Unsupported protocol "+e))},m.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var r=e.headers.location;if(!r||!1===this._options.followRedirects||t<300||t>=400)return e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),void(this._requestBodyBuffers=[]);if(A(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)this.emit("error",new h);else{((301===t||302===t)&&"POST"===this._options.method||303===t&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],g(/^content-/i,this._options.headers));var o,i=g(/^host$/i,this._options.headers),a=n.parse(this._currentUrl),s=i||a.host,c=/^\w+:/.test(r)?this._currentUrl:n.format(Object.assign(a,{host:s}));try{o=n.resolve(c,r)}catch(e){return void this.emit("error",new f(e))}u("redirecting to",o),this._isRedirect=!0;var l=n.parse(o);if(Object.assign(this._options,l),(l.protocol!==a.protocol&&"https:"!==l.protocol||l.host!==s&&!function(e,t){const r=e.length-t.length-1;return r>0&&"."===e[r]&&e.endsWith(t)}(l.host,s))&&g(/^(?:authorization|cookie)$/i,this._options.headers),"function"==typeof this._options.beforeRedirect){var p={headers:e.headers};try{this._options.beforeRedirect.call(null,this._options,p)}catch(e){return void this.emit("error",e)}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(e){this.emit("error",new f(e))}}},e.exports=v({http:i,https:a}),e.exports.wrap=v},1627:e=>{"use strict";e.exports=(e,t=process.argv)=>{const r=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(r+e),o=t.indexOf("--");return-1!==n&&(-1===o||n<o)}},8456:(e,t,r)=>{"use strict";const n=r(2037),o=r(6224),i=r(1627),{env:a}=process;let s;function c(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function u(e,t){if(0===s)return 0;if(i("color=16m")||i("color=full")||i("color=truecolor"))return 3;if(i("color=256"))return 2;if(e&&!t&&void 0===s)return 0;const r=s||0;if("dumb"===a.TERM)return r;if("win32"===process.platform){const e=n.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in a)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in a))||"codeship"===a.CI_NAME?1:r;if("TEAMCITY_VERSION"in a)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(a.TEAMCITY_VERSION)?1:0;if("truecolor"===a.COLORTERM)return 3;if("TERM_PROGRAM"in a){const e=parseInt((a.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(a.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(a.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(a.TERM)||"COLORTERM"in a?1:r}i("no-color")||i("no-colors")||i("color=false")||i("color=never")?s=0:(i("color")||i("colors")||i("color=true")||i("color=always"))&&(s=1),"FORCE_COLOR"in a&&(s="true"===a.FORCE_COLOR?1:"false"===a.FORCE_COLOR?0:0===a.FORCE_COLOR.length?1:Math.min(parseInt(a.FORCE_COLOR,10),3)),e.exports={supportsColor:function(e){return c(u(e,e&&e.isTTY))},stdout:c(u(!0,o.isatty(1))),stderr:c(u(!0,o.isatty(2)))}},9260:e=>{"use strict";function t(e,t,o){e instanceof RegExp&&(e=r(e,o)),t instanceof RegExp&&(t=r(t,o));var i=n(e,t,o);return i&&{start:i[0],end:i[1],pre:o.slice(0,i[0]),body:o.slice(i[0]+e.length,i[1]),post:o.slice(i[1]+t.length)}}function r(e,t){var r=t.match(e);return r?r[0]:null}function n(e,t,r){var n,o,i,a,s,c=r.indexOf(e),u=r.indexOf(t,c+1),l=c;if(c>=0&&u>0){if(e===t)return[c,u];for(n=[],i=r.length;l>=0&&!s;)l==c?(n.push(l),c=r.indexOf(e,l+1)):1==n.length?s=[n.pop(),u]:((o=n.pop())<i&&(i=o,a=u),u=r.indexOf(t,l+1)),l=c<u&&c>=0?c:u;n.length&&(s=[i,a])}return s}e.exports=t,t.range=n},914:(e,t,r)=>{var n=r(2290),o=r(9260);e.exports=function(e){return e?("{}"===e.substr(0,2)&&(e="\\{\\}"+e.substr(2)),v(function(e){return e.split("\\\\").join(i).split("\\{").join(a).split("\\}").join(s).split("\\,").join(c).split("\\.").join(u)}(e),!0).map(p)):[]};var i="\0SLASH"+Math.random()+"\0",a="\0OPEN"+Math.random()+"\0",s="\0CLOSE"+Math.random()+"\0",c="\0COMMA"+Math.random()+"\0",u="\0PERIOD"+Math.random()+"\0";function l(e){return parseInt(e,10)==e?parseInt(e,10):e.charCodeAt(0)}function p(e){return e.split(i).join("\\").split(a).join("{").split(s).join("}").split(c).join(",").split(u).join(".")}function f(e){if(!e)return[""];var t=[],r=o("{","}",e);if(!r)return e.split(",");var n=r.pre,i=r.body,a=r.post,s=n.split(",");s[s.length-1]+="{"+i+"}";var c=f(a);return a.length&&(s[s.length-1]+=c.shift(),s.push.apply(s,c)),t.push.apply(t,s),t}function h(e){return"{"+e+"}"}function d(e){return/^-?0\d/.test(e)}function _(e,t){return e<=t}function m(e,t){return e>=t}function v(e,t){var r=[],i=o("{","}",e);if(!i||/\$$/.test(i.pre))return[e];var a,c=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(i.body),u=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(i.body),p=c||u,y=i.body.indexOf(",")>=0;if(!p&&!y)return i.post.match(/,.*\}/)?v(e=i.pre+"{"+i.body+s+i.post):[e];if(p)a=i.body.split(/\.\./);else if(1===(a=f(i.body)).length&&1===(a=v(a[0],!1).map(h)).length)return(b=i.post.length?v(i.post,!1):[""]).map((function(e){return i.pre+a[0]+e}));var E,g=i.pre,b=i.post.length?v(i.post,!1):[""];if(p){var A=l(a[0]),O=l(a[1]),w=Math.max(a[0].length,a[1].length),S=3==a.length?Math.abs(l(a[2])):1,C=_;O<A&&(S*=-1,C=m);var P=a.some(d);E=[];for(var I=A;C(I,O);I+=S){var L;if(u)"\\"===(L=String.fromCharCode(I))&&(L="");else if(L=String(I),P){var x=w-L.length;if(x>0){var R=new Array(x+1).join("0");L=I<0?"-"+R+L.slice(1):R+L}}E.push(L)}}else E=n(a,(function(e){return v(e,!1)}));for(var T=0;T<E.length;T++)for(var D=0;D<b.length;D++){var j=g+E[T]+b[D];(!t||p||j)&&r.push(j)}return r}},6442:(e,t,r)=>{"use strict";var n=r(9174),o=r(6127),i=o(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&i(e,".prototype.")>-1?o(r):r}},6127:(e,t,r)=>{"use strict";var n=r(6707),o=r(9174),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),s=o("%Reflect.apply%",!0)||n.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),l=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var t=s(n,a,arguments);if(c&&u){var r=c(t,"length");r.configurable&&u(t,"length",{value:1+l(0,e.length-(arguments.length-1))})}return t};var p=function(){return s(n,i,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},2290:e=>{e.exports=function(e,r){for(var n=[],o=0;o<e.length;o++){var i=r(e[o],o);t(i)?n.push.apply(n,i):n.push(i)}return n};var t=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},5997:(e,t,r)=>{e.exports=l,l.realpath=l,l.sync=p,l.realpathSync=p,l.monkeypatch=function(){n.realpath=l,n.realpathSync=p},l.unmonkeypatch=function(){n.realpath=o,n.realpathSync=i};var n=r(7147),o=n.realpath,i=n.realpathSync,a=process.version,s=/^v[0-5]\./.test(a),c=r(2638);function u(e){return e&&"realpath"===e.syscall&&("ELOOP"===e.code||"ENOMEM"===e.code||"ENAMETOOLONG"===e.code)}function l(e,t,r){if(s)return o(e,t,r);"function"==typeof t&&(r=t,t=null),o(e,t,(function(n,o){u(n)?c.realpath(e,t,r):r(n,o)}))}function p(e,t){if(s)return i(e,t);try{return i(e,t)}catch(r){if(u(r))return c.realpathSync(e,t);throw r}}},2638:(e,t,r)=>{var n=r(1017),o="win32"===process.platform,i=r(7147),a=process.env.NODE_DEBUG&&/fs/.test(process.env.NODE_DEBUG);if(n.normalize,o)var s=/(.*?)(?:[\/\\]+|$)/g;else s=/(.*?)(?:[\/]+|$)/g;if(o)var c=/^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/;else c=/^[\/]*/;t.realpathSync=function(e,t){if(e=n.resolve(e),t&&Object.prototype.hasOwnProperty.call(t,e))return t[e];var r,a,u,l,p=e,f={},h={};function d(){var t=c.exec(e);r=t[0].length,a=t[0],u=t[0],l="",o&&!h[u]&&(i.lstatSync(u),h[u]=!0)}for(d();r<e.length;){s.lastIndex=r;var _=s.exec(e);if(l=a,a+=_[0],u=l+_[1],r=s.lastIndex,!(h[u]||t&&t[u]===u)){var m;if(t&&Object.prototype.hasOwnProperty.call(t,u))m=t[u];else{var v=i.lstatSync(u);if(!v.isSymbolicLink()){h[u]=!0,t&&(t[u]=u);continue}var y=null;if(!o){var E=v.dev.toString(32)+":"+v.ino.toString(32);f.hasOwnProperty(E)&&(y=f[E])}null===y&&(i.statSync(u),y=i.readlinkSync(u)),m=n.resolve(l,y),t&&(t[u]=m),o||(f[E]=y)}e=n.resolve(m,e.slice(r)),d()}}return t&&(t[p]=e),e},t.realpath=function(e,t,r){if("function"!=typeof r&&(r=function(e){return"function"==typeof e?e:function(){var e;if(a){var t=new Error;e=function(e){e&&(t.message=e.message,r(e=t))}}else e=r;return e;function r(e){if(e){if(process.throwDeprecation)throw e;if(!process.noDeprecation){var t="fs: missing callback "+(e.stack||e.message);process.traceDeprecation?console.trace(t):console.error(t)}}}}()}(t),t=null),e=n.resolve(e),t&&Object.prototype.hasOwnProperty.call(t,e))return process.nextTick(r.bind(null,null,t[e]));var u,l,p,f,h=e,d={},_={};function m(){var t=c.exec(e);u=t[0].length,l=t[0],p=t[0],f="",o&&!_[p]?i.lstat(p,(function(e){if(e)return r(e);_[p]=!0,v()})):process.nextTick(v)}function v(){if(u>=e.length)return t&&(t[h]=e),r(null,e);s.lastIndex=u;var n=s.exec(e);return f=l,l+=n[0],p=f+n[1],u=s.lastIndex,_[p]||t&&t[p]===p?process.nextTick(v):t&&Object.prototype.hasOwnProperty.call(t,p)?g(t[p]):i.lstat(p,y)}function y(e,n){if(e)return r(e);if(!n.isSymbolicLink())return _[p]=!0,t&&(t[p]=p),process.nextTick(v);if(!o){var a=n.dev.toString(32)+":"+n.ino.toString(32);if(d.hasOwnProperty(a))return E(null,d[a],p)}i.stat(p,(function(e){if(e)return r(e);i.readlink(p,(function(e,t){o||(d[a]=t),E(e,t)}))}))}function E(e,o,i){if(e)return r(e);var a=n.resolve(f,o);t&&(t[i]=a),g(a)}function g(t){e=n.resolve(t,e.slice(u)),m()}m()}},382:e=>{"use strict";var t="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,n=Object.prototype.toString,o="[object Function]";e.exports=function(e){var i=this;if("function"!=typeof i||n.call(i)!==o)throw new TypeError(t+i);for(var a,s=r.call(arguments,1),c=function(){if(this instanceof a){var t=i.apply(this,s.concat(r.call(arguments)));return Object(t)===t?t:this}return i.apply(e,s.concat(r.call(arguments)))},u=Math.max(0,i.length-s.length),l=[],p=0;p<u;p++)l.push("$"+p);if(a=Function("binder","return function ("+l.join(",")+"){ return binder.apply(this,arguments); }")(c),i.prototype){var f=function(){};f.prototype=i.prototype,a.prototype=new f,f.prototype=null}return a}},6707:(e,t,r)=>{"use strict";var n=r(382);e.exports=Function.prototype.bind||n},9174:(e,t,r)=>{"use strict";var n,o=SyntaxError,i=Function,a=TypeError,s=function(e){try{return i('"use strict"; return ('+e+").constructor;")()}catch(e){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(e){c=null}var u=function(){throw new a},l=c?function(){try{return u}catch(e){try{return c(arguments,"callee").get}catch(e){return u}}}():u,p=r(4683)(),f=Object.getPrototypeOf||function(e){return e.__proto__},h={},d="undefined"==typeof Uint8Array?n:f(Uint8Array),_={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":p?f([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":h,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?f(f([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&p?f((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&p?f((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?f(""[Symbol.iterator]()):n,"%Symbol%":p?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":l,"%TypedArray%":d,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},m=function e(t){var r;if("%AsyncFunction%"===t)r=s("async function () {}");else if("%GeneratorFunction%"===t)r=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=s("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&(r=f(o.prototype))}return _[t]=r,r},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},y=r(6707),E=r(6576),g=y.call(Function.call,Array.prototype.concat),b=y.call(Function.apply,Array.prototype.splice),A=y.call(Function.call,String.prototype.replace),O=y.call(Function.call,String.prototype.slice),w=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,S=/\\(\\)?/g,C=function(e){var t=O(e,0,1),r=O(e,-1);if("%"===t&&"%"!==r)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var n=[];return A(e,w,(function(e,t,r,o){n[n.length]=r?A(o,S,"$1"):t||e})),n},P=function(e,t){var r,n=e;if(E(v,n)&&(n="%"+(r=v[n])[0]+"%"),E(_,n)){var i=_[n];if(i===h&&(i=m(n)),void 0===i&&!t)throw new a("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:i}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new a('"allowMissing" argument must be a boolean');var r=C(e),n=r.length>0?r[0]:"",i=P("%"+n+"%",t),s=i.name,u=i.value,l=!1,p=i.alias;p&&(n=p[0],b(r,g([0,1],p)));for(var f=1,h=!0;f<r.length;f+=1){var d=r[f],m=O(d,0,1),v=O(d,-1);if(('"'===m||"'"===m||"`"===m||'"'===v||"'"===v||"`"===v)&&m!==v)throw new o("property names with quotes must have matching quotes");if("constructor"!==d&&h||(l=!0),E(_,s="%"+(n+="."+d)+"%"))u=_[s];else if(null!=u){if(!(d in u)){if(!t)throw new a("base intrinsic for "+e+" exists, but the property is not available.");return}if(c&&f+1>=r.length){var y=c(u,d);u=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:u[d]}else h=E(u,d),u=u[d];h&&!l&&(_[s]=u)}}return u}},9065:(e,t,r)=>{function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.setopts=function(e,t,r){if(r||(r={}),r.matchBase&&-1===t.indexOf("/")){if(r.noglobstar)throw new Error("base matching requires globstar");t="**/"+t}e.silent=!!r.silent,e.pattern=t,e.strict=!1!==r.strict,e.realpath=!!r.realpath,e.realpathCache=r.realpathCache||Object.create(null),e.follow=!!r.follow,e.dot=!!r.dot,e.mark=!!r.mark,e.nodir=!!r.nodir,e.nodir&&(e.mark=!0),e.sync=!!r.sync,e.nounique=!!r.nounique,e.nonull=!!r.nonull,e.nosort=!!r.nosort,e.nocase=!!r.nocase,e.stat=!!r.stat,e.noprocess=!!r.noprocess,e.absolute=!!r.absolute,e.fs=r.fs||o,e.maxLength=r.maxLength||1/0,e.cache=r.cache||Object.create(null),e.statCache=r.statCache||Object.create(null),e.symlinks=r.symlinks||Object.create(null),function(e,t){e.ignore=t.ignore||[],Array.isArray(e.ignore)||(e.ignore=[e.ignore]),e.ignore.length&&(e.ignore=e.ignore.map(l))}(e,r),e.changedCwd=!1;var a=process.cwd();n(r,"cwd")?(e.cwd=i.resolve(r.cwd),e.changedCwd=e.cwd!==a):e.cwd=a,e.root=r.root||i.resolve(e.cwd,"/"),e.root=i.resolve(e.root),"win32"===process.platform&&(e.root=e.root.replace(/\\/g,"/")),e.cwdAbs=s(e.cwd)?e.cwd:p(e,e.cwd),"win32"===process.platform&&(e.cwdAbs=e.cwdAbs.replace(/\\/g,"/")),e.nomount=!!r.nomount,r.nonegate=!0,r.nocomment=!0,e.minimatch=new c(t,r),e.options=e.minimatch.options},t.ownProp=n,t.makeAbs=p,t.finish=function(e){for(var t=e.nounique,r=t?[]:Object.create(null),n=0,o=e.matches.length;n<o;n++){var i=e.matches[n];if(i&&0!==Object.keys(i).length){var a=Object.keys(i);t?r.push.apply(r,a):a.forEach((function(e){r[e]=!0}))}else if(e.nonull){var s=e.minimatch.globSet[n];t?r.push(s):r[s]=!0}}if(t||(r=Object.keys(r)),e.nosort||(r=r.sort(u)),e.mark){for(n=0;n<r.length;n++)r[n]=e._mark(r[n]);e.nodir&&(r=r.filter((function(t){var r=!/\/$/.test(t),n=e.cache[t]||e.cache[p(e,t)];return r&&n&&(r="DIR"!==n&&!Array.isArray(n)),r})))}e.ignore.length&&(r=r.filter((function(t){return!f(e,t)}))),e.found=r},t.mark=function(e,t){var r=p(e,t),n=e.cache[r],o=t;if(n){var i="DIR"===n||Array.isArray(n),a="/"===t.slice(-1);if(i&&!a?o+="/":!i&&a&&(o=o.slice(0,-1)),o!==t){var s=p(e,o);e.statCache[s]=e.statCache[r],e.cache[s]=e.cache[r]}}return o},t.isIgnored=f,t.childrenIgnored=function(e,t){return!!e.ignore.length&&e.ignore.some((function(e){return!(!e.gmatcher||!e.gmatcher.match(t))}))};var o=r(7147),i=r(1017),a=r(2667),s=r(8913),c=a.Minimatch;function u(e,t){return e.localeCompare(t,"en")}function l(e){var t=null;if("/**"===e.slice(-3)){var r=e.replace(/(\/\*\*)+$/,"");t=new c(r,{dot:!0})}return{matcher:new c(e,{dot:!0}),gmatcher:t}}function p(e,t){var r=t;return r="/"===t.charAt(0)?i.join(e.root,t):s(t)||""===t?t:e.changedCwd?i.resolve(e.cwd,t):i.resolve(t),"win32"===process.platform&&(r=r.replace(/\\/g,"/")),r}function f(e,t){return!!e.ignore.length&&e.ignore.some((function(e){return e.matcher.match(t)||!(!e.gmatcher||!e.gmatcher.match(t))}))}},2378:(e,t,r)=>{e.exports=y;var n=r(5997),o=r(2667),i=(o.Minimatch,r(2709)),a=r(2361).EventEmitter,s=r(1017),c=r(9491),u=r(8913),l=r(3097),p=r(9065),f=p.setopts,h=p.ownProp,d=r(6276),_=(r(3837),p.childrenIgnored),m=p.isIgnored,v=r(1850);function y(e,t,r){if("function"==typeof t&&(r=t,t={}),t||(t={}),t.sync){if(r)throw new TypeError("callback provided to sync glob");return l(e,t)}return new g(e,t,r)}y.sync=l;var E=y.GlobSync=l.GlobSync;function g(e,t,r){if("function"==typeof t&&(r=t,t=null),t&&t.sync){if(r)throw new TypeError("callback provided to sync glob");return new E(e,t)}if(!(this instanceof g))return new g(e,t,r);f(this,e,t),this._didRealPath=!1;var n=this.minimatch.set.length;this.matches=new Array(n),"function"==typeof r&&(r=v(r),this.on("error",r),this.on("end",(function(e){r(null,e)})));var o=this;if(this._processing=0,this._emitQueue=[],this._processQueue=[],this.paused=!1,this.noprocess)return this;if(0===n)return a();for(var i=0;i<n;i++)this._process(this.minimatch.set[i],i,!1,a);function a(){--o._processing,o._processing<=0&&o._finish()}}y.glob=y,y.hasMagic=function(e,t){var r=function(e,t){if(null===t||"object"!=typeof t)return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e}({},t);r.noprocess=!0;var n=new g(e,r).minimatch.set;if(!e)return!1;if(n.length>1)return!0;for(var o=0;o<n[0].length;o++)if("string"!=typeof n[0][o])return!0;return!1},y.Glob=g,i(g,a),g.prototype._finish=function(){if(c(this instanceof g),!this.aborted){if(this.realpath&&!this._didRealpath)return this._realpath();p.finish(this),this.emit("end",this.found)}},g.prototype._realpath=function(){if(!this._didRealpath){this._didRealpath=!0;var e=this.matches.length;if(0===e)return this._finish();for(var t=this,r=0;r<this.matches.length;r++)this._realpathSet(r,n)}function n(){0==--e&&t._finish()}},g.prototype._realpathSet=function(e,t){var r=this.matches[e];if(!r)return t();var o=Object.keys(r),i=this,a=o.length;if(0===a)return t();var s=this.matches[e]=Object.create(null);o.forEach((function(r,o){r=i._makeAbs(r),n.realpath(r,i.realpathCache,(function(n,o){n?"stat"===n.syscall?s[r]=!0:i.emit("error",n):s[o]=!0,0==--a&&(i.matches[e]=s,t())}))}))},g.prototype._mark=function(e){return p.mark(this,e)},g.prototype._makeAbs=function(e){return p.makeAbs(this,e)},g.prototype.abort=function(){this.aborted=!0,this.emit("abort")},g.prototype.pause=function(){this.paused||(this.paused=!0,this.emit("pause"))},g.prototype.resume=function(){if(this.paused){if(this.emit("resume"),this.paused=!1,this._emitQueue.length){var e=this._emitQueue.slice(0);this._emitQueue.length=0;for(var t=0;t<e.length;t++){var r=e[t];this._emitMatch(r[0],r[1])}}if(this._processQueue.length){var n=this._processQueue.slice(0);for(this._processQueue.length=0,t=0;t<n.length;t++){var o=n[t];this._processing--,this._process(o[0],o[1],o[2],o[3])}}}},g.prototype._process=function(e,t,r,n){if(c(this instanceof g),c("function"==typeof n),!this.aborted)if(this._processing++,this.paused)this._processQueue.push([e,t,r,n]);else{for(var i,a=0;"string"==typeof e[a];)a++;switch(a){case e.length:return void this._processSimple(e.join("/"),t,n);case 0:i=null;break;default:i=e.slice(0,a).join("/")}var s,l=e.slice(a);null===i?s=".":u(i)||u(e.join("/"))?(i&&u(i)||(i="/"+i),s=i):s=i;var p=this._makeAbs(s);if(_(this,s))return n();l[0]===o.GLOBSTAR?this._processGlobStar(i,s,p,l,t,r,n):this._processReaddir(i,s,p,l,t,r,n)}},g.prototype._processReaddir=function(e,t,r,n,o,i,a){var s=this;this._readdir(r,i,(function(c,u){return s._processReaddir2(e,t,r,n,o,i,u,a)}))},g.prototype._processReaddir2=function(e,t,r,n,o,i,a,c){if(!a)return c();for(var u=n[0],l=!!this.minimatch.negate,p=u._glob,f=this.dot||"."===p.charAt(0),h=[],d=0;d<a.length;d++)("."!==(m=a[d]).charAt(0)||f)&&(l&&!e?!m.match(u):m.match(u))&&h.push(m);var _=h.length;if(0===_)return c();if(1===n.length&&!this.mark&&!this.stat){for(this.matches[o]||(this.matches[o]=Object.create(null)),d=0;d<_;d++){var m=h[d];e&&(m="/"!==e?e+"/"+m:e+m),"/"!==m.charAt(0)||this.nomount||(m=s.join(this.root,m)),this._emitMatch(o,m)}return c()}for(n.shift(),d=0;d<_;d++)m=h[d],e&&(m="/"!==e?e+"/"+m:e+m),this._process([m].concat(n),o,i,c);c()},g.prototype._emitMatch=function(e,t){if(!this.aborted&&!m(this,t))if(this.paused)this._emitQueue.push([e,t]);else{var r=u(t)?t:this._makeAbs(t);if(this.mark&&(t=this._mark(t)),this.absolute&&(t=r),!this.matches[e][t]){if(this.nodir){var n=this.cache[r];if("DIR"===n||Array.isArray(n))return}this.matches[e][t]=!0;var o=this.statCache[r];o&&this.emit("stat",t,o),this.emit("match",t)}}},g.prototype._readdirInGlobStar=function(e,t){if(!this.aborted){if(this.follow)return this._readdir(e,!1,t);var r=this,n=d("lstat\0"+e,(function(n,o){if(n&&"ENOENT"===n.code)return t();var i=o&&o.isSymbolicLink();r.symlinks[e]=i,i||!o||o.isDirectory()?r._readdir(e,!1,t):(r.cache[e]="FILE",t())}));n&&r.fs.lstat(e,n)}},g.prototype._readdir=function(e,t,r){if(!this.aborted&&(r=d("readdir\0"+e+"\0"+t,r))){if(t&&!h(this.symlinks,e))return this._readdirInGlobStar(e,r);if(h(this.cache,e)){var n=this.cache[e];if(!n||"FILE"===n)return r();if(Array.isArray(n))return r(null,n)}this.fs.readdir(e,function(e,t,r){return function(n,o){n?e._readdirError(t,n,r):e._readdirEntries(t,o,r)}}(this,e,r))}},g.prototype._readdirEntries=function(e,t,r){if(!this.aborted){if(!this.mark&&!this.stat)for(var n=0;n<t.length;n++){var o=t[n];o="/"===e?e+o:e+"/"+o,this.cache[o]=!0}return this.cache[e]=t,r(null,t)}},g.prototype._readdirError=function(e,t,r){if(!this.aborted){switch(t.code){case"ENOTSUP":case"ENOTDIR":var n=this._makeAbs(e);if(this.cache[n]="FILE",n===this.cwdAbs){var o=new Error(t.code+" invalid cwd "+this.cwd);o.path=this.cwd,o.code=t.code,this.emit("error",o),this.abort()}break;case"ENOENT":case"ELOOP":case"ENAMETOOLONG":case"UNKNOWN":this.cache[this._makeAbs(e)]=!1;break;default:this.cache[this._makeAbs(e)]=!1,this.strict&&(this.emit("error",t),this.abort()),this.silent||console.error("glob error",t)}return r()}},g.prototype._processGlobStar=function(e,t,r,n,o,i,a){var s=this;this._readdir(r,i,(function(c,u){s._processGlobStar2(e,t,r,n,o,i,u,a)}))},g.prototype._processGlobStar2=function(e,t,r,n,o,i,a,s){if(!a)return s();var c=n.slice(1),u=e?[e]:[],l=u.concat(c);this._process(l,o,!1,s);var p=this.symlinks[r],f=a.length;if(p&&i)return s();for(var h=0;h<f;h++)if("."!==a[h].charAt(0)||this.dot){var d=u.concat(a[h],c);this._process(d,o,!0,s);var _=u.concat(a[h],n);this._process(_,o,!0,s)}s()},g.prototype._processSimple=function(e,t,r){var n=this;this._stat(e,(function(o,i){n._processSimple2(e,t,o,i,r)}))},g.prototype._processSimple2=function(e,t,r,n,o){if(this.matches[t]||(this.matches[t]=Object.create(null)),!n)return o();if(e&&u(e)&&!this.nomount){var i=/[\/\\]$/.test(e);"/"===e.charAt(0)?e=s.join(this.root,e):(e=s.resolve(this.root,e),i&&(e+="/"))}"win32"===process.platform&&(e=e.replace(/\\/g,"/")),this._emitMatch(t,e),o()},g.prototype._stat=function(e,t){var r=this._makeAbs(e),n="/"===e.slice(-1);if(e.length>this.maxLength)return t();if(!this.stat&&h(this.cache,r)){var o=this.cache[r];if(Array.isArray(o)&&(o="DIR"),!n||"DIR"===o)return t(null,o);if(n&&"FILE"===o)return t()}var i=this.statCache[r];if(void 0!==i){if(!1===i)return t(null,i);var a=i.isDirectory()?"DIR":"FILE";return n&&"FILE"===a?t():t(null,a,i)}var s=this,c=d("stat\0"+r,(function(n,o){if(o&&o.isSymbolicLink())return s.fs.stat(r,(function(n,i){n?s._stat2(e,r,null,o,t):s._stat2(e,r,n,i,t)}));s._stat2(e,r,n,o,t)}));c&&s.fs.lstat(r,c)},g.prototype._stat2=function(e,t,r,n,o){if(r&&("ENOENT"===r.code||"ENOTDIR"===r.code))return this.statCache[t]=!1,o();var i="/"===e.slice(-1);if(this.statCache[t]=n,"/"===t.slice(-1)&&n&&!n.isDirectory())return o(null,!1,n);var a=!0;return n&&(a=n.isDirectory()?"DIR":"FILE"),this.cache[t]=this.cache[t]||a,i&&"FILE"===a?o():o(null,a,n)}},3097:(e,t,r)=>{e.exports=h,h.GlobSync=d;var n=r(5997),o=r(2667),i=(o.Minimatch,r(2378).Glob,r(3837),r(1017)),a=r(9491),s=r(8913),c=r(9065),u=c.setopts,l=c.ownProp,p=c.childrenIgnored,f=c.isIgnored;function h(e,t){if("function"==typeof t||3===arguments.length)throw new TypeError("callback provided to sync glob\nSee: https://github.com/isaacs/node-glob/issues/167");return new d(e,t).found}function d(e,t){if(!e)throw new Error("must provide pattern");if("function"==typeof t||3===arguments.length)throw new TypeError("callback provided to sync glob\nSee: https://github.com/isaacs/node-glob/issues/167");if(!(this instanceof d))return new d(e,t);if(u(this,e,t),this.noprocess)return this;var r=this.minimatch.set.length;this.matches=new Array(r);for(var n=0;n<r;n++)this._process(this.minimatch.set[n],n,!1);this._finish()}d.prototype._finish=function(){if(a(this instanceof d),this.realpath){var e=this;this.matches.forEach((function(t,r){var o=e.matches[r]=Object.create(null);for(var i in t)try{i=e._makeAbs(i),o[n.realpathSync(i,e.realpathCache)]=!0}catch(t){if("stat"!==t.syscall)throw t;o[e._makeAbs(i)]=!0}}))}c.finish(this)},d.prototype._process=function(e,t,r){a(this instanceof d);for(var n,i=0;"string"==typeof e[i];)i++;switch(i){case e.length:return void this._processSimple(e.join("/"),t);case 0:n=null;break;default:n=e.slice(0,i).join("/")}var c,u=e.slice(i);null===n?c=".":s(n)||s(e.join("/"))?(n&&s(n)||(n="/"+n),c=n):c=n;var l=this._makeAbs(c);p(this,c)||(u[0]===o.GLOBSTAR?this._processGlobStar(n,c,l,u,t,r):this._processReaddir(n,c,l,u,t,r))},d.prototype._processReaddir=function(e,t,r,n,o,a){var s=this._readdir(r,a);if(s){for(var c=n[0],u=!!this.minimatch.negate,l=c._glob,p=this.dot||"."===l.charAt(0),f=[],h=0;h<s.length;h++)("."!==(m=s[h]).charAt(0)||p)&&(u&&!e?!m.match(c):m.match(c))&&f.push(m);var d=f.length;if(0!==d)if(1!==n.length||this.mark||this.stat)for(n.shift(),h=0;h<d;h++){var _;m=f[h],_=e?[e,m]:[m],this._process(_.concat(n),o,a)}else{this.matches[o]||(this.matches[o]=Object.create(null));for(h=0;h<d;h++){var m=f[h];e&&(m="/"!==e.slice(-1)?e+"/"+m:e+m),"/"!==m.charAt(0)||this.nomount||(m=i.join(this.root,m)),this._emitMatch(o,m)}}}},d.prototype._emitMatch=function(e,t){if(!f(this,t)){var r=this._makeAbs(t);if(this.mark&&(t=this._mark(t)),this.absolute&&(t=r),!this.matches[e][t]){if(this.nodir){var n=this.cache[r];if("DIR"===n||Array.isArray(n))return}this.matches[e][t]=!0,this.stat&&this._stat(t)}}},d.prototype._readdirInGlobStar=function(e){if(this.follow)return this._readdir(e,!1);var t,r;try{r=this.fs.lstatSync(e)}catch(e){if("ENOENT"===e.code)return null}var n=r&&r.isSymbolicLink();return this.symlinks[e]=n,n||!r||r.isDirectory()?t=this._readdir(e,!1):this.cache[e]="FILE",t},d.prototype._readdir=function(e,t){if(t&&!l(this.symlinks,e))return this._readdirInGlobStar(e);if(l(this.cache,e)){var r=this.cache[e];if(!r||"FILE"===r)return null;if(Array.isArray(r))return r}try{return this._readdirEntries(e,this.fs.readdirSync(e))}catch(t){return this._readdirError(e,t),null}},d.prototype._readdirEntries=function(e,t){if(!this.mark&&!this.stat)for(var r=0;r<t.length;r++){var n=t[r];n="/"===e?e+n:e+"/"+n,this.cache[n]=!0}return this.cache[e]=t,t},d.prototype._readdirError=function(e,t){switch(t.code){case"ENOTSUP":case"ENOTDIR":var r=this._makeAbs(e);if(this.cache[r]="FILE",r===this.cwdAbs){var n=new Error(t.code+" invalid cwd "+this.cwd);throw n.path=this.cwd,n.code=t.code,n}break;case"ENOENT":case"ELOOP":case"ENAMETOOLONG":case"UNKNOWN":this.cache[this._makeAbs(e)]=!1;break;default:if(this.cache[this._makeAbs(e)]=!1,this.strict)throw t;this.silent||console.error("glob error",t)}},d.prototype._processGlobStar=function(e,t,r,n,o,i){var a=this._readdir(r,i);if(a){var s=n.slice(1),c=e?[e]:[],u=c.concat(s);this._process(u,o,!1);var l=a.length;if(!this.symlinks[r]||!i)for(var p=0;p<l;p++)if("."!==a[p].charAt(0)||this.dot){var f=c.concat(a[p],s);this._process(f,o,!0);var h=c.concat(a[p],n);this._process(h,o,!0)}}},d.prototype._processSimple=function(e,t){var r=this._stat(e);if(this.matches[t]||(this.matches[t]=Object.create(null)),r){if(e&&s(e)&&!this.nomount){var n=/[\/\\]$/.test(e);"/"===e.charAt(0)?e=i.join(this.root,e):(e=i.resolve(this.root,e),n&&(e+="/"))}"win32"===process.platform&&(e=e.replace(/\\/g,"/")),this._emitMatch(t,e)}},d.prototype._stat=function(e){var t=this._makeAbs(e),r="/"===e.slice(-1);if(e.length>this.maxLength)return!1;if(!this.stat&&l(this.cache,t)){var n=this.cache[t];if(Array.isArray(n)&&(n="DIR"),!r||"DIR"===n)return n;if(r&&"FILE"===n)return!1}var o=this.statCache[t];if(!o){var i;try{i=this.fs.lstatSync(t)}catch(e){if(e&&("ENOENT"===e.code||"ENOTDIR"===e.code))return this.statCache[t]=!1,!1}if(i&&i.isSymbolicLink())try{o=this.fs.statSync(t)}catch(e){o=i}else o=i}return this.statCache[t]=o,n=!0,o&&(n=o.isDirectory()?"DIR":"FILE"),this.cache[t]=this.cache[t]||n,(!r||"FILE"!==n)&&n},d.prototype._mark=function(e){return c.mark(this,e)},d.prototype._makeAbs=function(e){return c.makeAbs(this,e)}},4683:(e,t,r)=>{"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(2659);e.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&o()}},2659:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},6576:(e,t,r)=>{"use strict";var n=r(6707);e.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},6276:(e,t,r)=>{var n=r(2721),o=Object.create(null),i=r(1850);function a(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n]=e[n];return r}e.exports=n((function(e,t){return o[e]?(o[e].push(t),null):(o[e]=[t],function(e){return i((function t(){var r=o[e],n=r.length,i=a(arguments);try{for(var s=0;s<n;s++)r[s].apply(null,i)}finally{r.length>n?(r.splice(0,n),process.nextTick((function(){t.apply(null,i)}))):delete o[e]}}))}(e))}))},2709:(e,t,r)=>{try{var n=r(3837);if("function"!=typeof n.inherits)throw"";e.exports=n.inherits}catch(t){e.exports=r(9605)}},9605:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},2667:(e,t,r)=>{e.exports=f,f.Minimatch=h;var n=function(){try{return r(1017)}catch(e){}}()||{sep:"/"};f.sep=n.sep;var o=f.GLOBSTAR=h.GLOBSTAR={},i=r(914),a={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}},s="[^/]",c=s+"*?",u="().*{}+?[]^$\\!".split("").reduce((function(e,t){return e[t]=!0,e}),{}),l=/\/+/;function p(e,t){t=t||{};var r={};return Object.keys(e).forEach((function(t){r[t]=e[t]})),Object.keys(t).forEach((function(e){r[e]=t[e]})),r}function f(e,t,r){return _(t),r||(r={}),!(!r.nocomment&&"#"===t.charAt(0))&&new h(t,r).match(e)}function h(e,t){if(!(this instanceof h))return new h(e,t);_(e),t||(t={}),t.allowWindowsEscape||"/"===n.sep||(e=e.split(n.sep).join("/")),this.options=t,this.set=[],this.pattern=e,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.make()}function d(e,t){return t||(t=this instanceof h?this.options:{}),e=void 0===e?this.pattern:e,_(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:i(e)}f.filter=function(e,t){return t=t||{},function(r,n,o){return f(r,e,t)}},f.defaults=function(e){if(!e||"object"!=typeof e||!Object.keys(e).length)return f;var t=f,r=function(r,n,o){return t(r,n,p(e,o))};return(r.Minimatch=function(r,n){return new t.Minimatch(r,p(e,n))}).defaults=function(r){return t.defaults(p(e,r)).Minimatch},r.filter=function(r,n){return t.filter(r,p(e,n))},r.defaults=function(r){return t.defaults(p(e,r))},r.makeRe=function(r,n){return t.makeRe(r,p(e,n))},r.braceExpand=function(r,n){return t.braceExpand(r,p(e,n))},r.match=function(r,n,o){return t.match(r,n,p(e,o))},r},h.defaults=function(e){return f.defaults(e).Minimatch},h.prototype.debug=function(){},h.prototype.make=function(){var e=this.pattern,t=this.options;if(t.nocomment||"#"!==e.charAt(0))if(e){this.parseNegate();var r=this.globSet=this.braceExpand();t.debug&&(this.debug=function(){console.error.apply(console,arguments)}),this.debug(this.pattern,r),r=this.globParts=r.map((function(e){return e.split(l)})),this.debug(this.pattern,r),r=r.map((function(e,t,r){return e.map(this.parse,this)}),this),this.debug(this.pattern,r),r=r.filter((function(e){return-1===e.indexOf(!1)})),this.debug(this.pattern,r),this.set=r}else this.empty=!0;else this.comment=!0},h.prototype.parseNegate=function(){var e=this.pattern,t=!1,r=0;if(!this.options.nonegate){for(var n=0,o=e.length;n<o&&"!"===e.charAt(n);n++)t=!t,r++;r&&(this.pattern=e.substr(r)),this.negate=t}},f.braceExpand=function(e,t){return d(e,t)},h.prototype.braceExpand=d;var _=function(e){if("string"!=typeof e)throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")};h.prototype.parse=function(e,t){_(e);var r=this.options;if("**"===e){if(!r.noglobstar)return o;e="*"}if(""===e)return"";var n,i="",l=!!r.nocase,p=!1,f=[],h=[],d=!1,v=-1,y=-1,E="."===e.charAt(0)?"":r.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",g=this;function b(){if(n){switch(n){case"*":i+=c,l=!0;break;case"?":i+=s,l=!0;break;default:i+="\\"+n}g.debug("clearStateChar %j %j",n,i),n=!1}}for(var A,O=0,w=e.length;O<w&&(A=e.charAt(O));O++)if(this.debug("%s\t%s %s %j",e,O,i,A),p&&u[A])i+="\\"+A,p=!1;else switch(A){case"/":return!1;case"\\":b(),p=!0;continue;case"?":case"*":case"+":case"@":case"!":if(this.debug("%s\t%s %s %j <-- stateChar",e,O,i,A),d){this.debug(" in class"),"!"===A&&O===y+1&&(A="^"),i+=A;continue}g.debug("call clearStateChar %j",n),b(),n=A,r.noext&&b();continue;case"(":if(d){i+="(";continue}if(!n){i+="\\(";continue}f.push({type:n,start:O-1,reStart:i.length,open:a[n].open,close:a[n].close}),i+="!"===n?"(?:(?!(?:":"(?:",this.debug("plType %j %j",n,i),n=!1;continue;case")":if(d||!f.length){i+="\\)";continue}b(),l=!0;var S=f.pop();i+=S.close,"!"===S.type&&h.push(S),S.reEnd=i.length;continue;case"|":if(d||!f.length||p){i+="\\|",p=!1;continue}b(),i+="|";continue;case"[":if(b(),d){i+="\\"+A;continue}d=!0,y=O,v=i.length,i+=A;continue;case"]":if(O===y+1||!d){i+="\\"+A,p=!1;continue}var C=e.substring(y+1,O);try{RegExp("["+C+"]")}catch(e){var P=this.parse(C,m);i=i.substr(0,v)+"\\["+P[0]+"\\]",l=l||P[1],d=!1;continue}l=!0,d=!1,i+=A;continue;default:b(),p?p=!1:!u[A]||"^"===A&&d||(i+="\\"),i+=A}for(d&&(C=e.substr(y+1),P=this.parse(C,m),i=i.substr(0,v)+"\\["+P[0],l=l||P[1]),S=f.pop();S;S=f.pop()){var I=i.slice(S.reStart+S.open.length);this.debug("setting tail",i,S),I=I.replace(/((?:\\{2}){0,64})(\\?)\|/g,(function(e,t,r){return r||(r="\\"),t+t+r+"|"})),this.debug("tail=%j\n %s",I,I,S,i);var L="*"===S.type?c:"?"===S.type?s:"\\"+S.type;l=!0,i=i.slice(0,S.reStart)+L+"\\("+I}b(),p&&(i+="\\\\");var x=!1;switch(i.charAt(0)){case"[":case".":case"(":x=!0}for(var R=h.length-1;R>-1;R--){var T=h[R],D=i.slice(0,T.reStart),j=i.slice(T.reStart,T.reEnd-8),M=i.slice(T.reEnd-8,T.reEnd),N=i.slice(T.reEnd);M+=N;var U=D.split("(").length-1,k=N;for(O=0;O<U;O++)k=k.replace(/\)[+*?]?/,"");var F="";""===(N=k)&&t!==m&&(F="$"),i=D+j+N+F+M}if(""!==i&&l&&(i="(?=.)"+i),x&&(i=E+i),t===m)return[i,l];if(!l)return e.replace(/\\(.)/g,"$1");var G=r.nocase?"i":"";try{var V=new RegExp("^"+i+"$",G)}catch(e){return new RegExp("$.")}return V._glob=e,V._src=i,V};var m={};f.makeRe=function(e,t){return new h(e,t||{}).makeRe()},h.prototype.makeRe=function(){if(this.regexp||!1===this.regexp)return this.regexp;var e=this.set;if(!e.length)return this.regexp=!1,this.regexp;var t=this.options,r=t.noglobstar?c:t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",n=t.nocase?"i":"",i=e.map((function(e){return e.map((function(e){return e===o?r:"string"==typeof e?e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):e._src})).join("\\/")})).join("|");i="^(?:"+i+")$",this.negate&&(i="^(?!"+i+").*$");try{this.regexp=new RegExp(i,n)}catch(e){this.regexp=!1}return this.regexp},f.match=function(e,t,r){var n=new h(t,r=r||{});return e=e.filter((function(e){return n.match(e)})),n.options.nonull&&!e.length&&e.push(t),e},h.prototype.match=function(e,t){if(void 0===t&&(t=this.partial),this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;var r=this.options;"/"!==n.sep&&(e=e.split(n.sep).join("/")),e=e.split(l),this.debug(this.pattern,"split",e);var o,i,a=this.set;for(this.debug(this.pattern,"set",a),i=e.length-1;i>=0&&!(o=e[i]);i--);for(i=0;i<a.length;i++){var s=a[i],c=e;if(r.matchBase&&1===s.length&&(c=[o]),this.matchOne(c,s,t))return!!r.flipNegate||!this.negate}return!r.flipNegate&&this.negate},h.prototype.matchOne=function(e,t,r){var n=this.options;this.debug("matchOne",{this:this,file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var i=0,a=0,s=e.length,c=t.length;i<s&&a<c;i++,a++){this.debug("matchOne loop");var u,l=t[a],p=e[i];if(this.debug(t,l,p),!1===l)return!1;if(l===o){this.debug("GLOBSTAR",[t,l,p]);var f=i,h=a+1;if(h===c){for(this.debug("** at the end");i<s;i++)if("."===e[i]||".."===e[i]||!n.dot&&"."===e[i].charAt(0))return!1;return!0}for(;f<s;){var d=e[f];if(this.debug("\nglobstar while",e,f,t,h,d),this.matchOne(e.slice(f),t.slice(h),r))return this.debug("globstar found match!",f,s,d),!0;if("."===d||".."===d||!n.dot&&"."===d.charAt(0)){this.debug("dot detected!",e,f,t,h);break}this.debug("globstar swallow a segment, and continue"),f++}return!(!r||(this.debug("\n>>> no match, partial?",e,f,t,h),f!==s))}if("string"==typeof l?(u=p===l,this.debug("string match",l,p,u)):(u=p.match(l),this.debug("pattern match",l,p,u)),!u)return!1}if(i===s&&a===c)return!0;if(i===s)return r;if(a===c)return i===s-1&&""===e[i];throw new Error("wtf?")}},754:function(e,t,r){e.exports=(r(2081),r(6113),function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={exports:{},id:n,loaded:!1};return e[n].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var r={};return t.m=e,t.c=r,t.p="",t(0)}([function(e,t,r){e.exports=r(34)},function(e,t,r){var n=r(29)("wks"),o=r(33),i=r(2).Symbol,a="function"==typeof i;(e.exports=function(e){return n[e]||(n[e]=a&&i[e]||(a?i:o)("Symbol."+e))}).store=n},function(e,t){var r=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},function(e,t,r){var n=r(9);e.exports=function(e){if(!n(e))throw TypeError(e+" is not an object!");return e}},function(e,t,r){e.exports=!r(24)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,r){var n=r(12),o=r(17);e.exports=r(4)?function(e,t,r){return n.f(e,t,o(1,r))}:function(e,t,r){return e[t]=r,e}},function(e,t){var r=e.exports={version:"2.4.0"};"number"==typeof __e&&(__e=r)},function(e,t,r){var n=r(14);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports={}},function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},function(e,t,r){var n=r(3),o=r(26),i=r(32),a=Object.defineProperty;t.f=r(4)?Object.defineProperty:function(e,t,r){if(n(e),t=i(t,!0),n(r),o)try{return a(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e}},function(e,t,r){var n=r(42),o=r(15);e.exports=function(e){return n(o(e))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,r){var n=r(9),o=r(2).document,i=n(o)&&n(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,r){var n=r(12).f,o=r(8),i=r(1)("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,i)&&n(e,i,{configurable:!0,value:t})}},function(e,t,r){var n=r(29)("keys"),o=r(33);e.exports=function(e){return n[e]||(n[e]=o(e))}},function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},function(e,t,r){var n=r(11),o=r(1)("toStringTag"),i="Arguments"==n(function(){return arguments}());e.exports=function(e){var t,r,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?r:i?n(t):"Object"==(a=n(t))&&"function"==typeof t.callee?"Arguments":a}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,r){var n=r(2),o=r(6),i=r(7),a=r(5),s="prototype",c=function(e,t,r){var u,l,p,f=e&c.F,h=e&c.G,d=e&c.S,_=e&c.P,m=e&c.B,v=e&c.W,y=h?o:o[t]||(o[t]={}),E=y[s],g=h?n:d?n[t]:(n[t]||{})[s];for(u in h&&(r=t),r)(l=!f&&g&&void 0!==g[u])&&u in y||(p=l?g[u]:r[u],y[u]=h&&"function"!=typeof g[u]?r[u]:m&&l?i(p,n):v&&g[u]==p?function(e){var t=function(t,r,n){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,r)}return new e(t,r,n)}return e.apply(this,arguments)};return t[s]=e[s],t}(p):_&&"function"==typeof p?i(Function.call,p):p,_&&((y.virtual||(y.virtual={}))[u]=p,e&c.R&&E&&!E[u]&&a(E,u,p)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,r){e.exports=r(2).document&&document.documentElement},function(e,t,r){e.exports=!r(4)&&!r(24)((function(){return 7!=Object.defineProperty(r(16)("div"),"a",{get:function(){return 7}}).a}))},function(e,t,r){"use strict";var n=r(28),o=r(23),i=r(57),a=r(5),s=r(8),c=r(10),u=r(45),l=r(18),p=r(52),f=r(1)("iterator"),h=!([].keys&&"next"in[].keys()),d="keys",_="values",m=function(){return this};e.exports=function(e,t,r,v,y,E,g){u(r,t,v);var b,A,O,w=function(e){if(!h&&e in I)return I[e];switch(e){case d:case _:return function(){return new r(this,e)}}return function(){return new r(this,e)}},S=t+" Iterator",C=y==_,P=!1,I=e.prototype,L=I[f]||I["@@iterator"]||y&&I[y],x=L||w(y),R=y?C?w("entries"):x:void 0,T="Array"==t&&I.entries||L;if(T&&(O=p(T.call(new e)))!==Object.prototype&&(l(O,S,!0),n||s(O,f)||a(O,f,m)),C&&L&&L.name!==_&&(P=!0,x=function(){return L.call(this)}),n&&!g||!h&&!P&&I[f]||a(I,f,x),c[t]=x,c[S]=m,y)if(b={values:C?x:w(_),keys:E?x:w(d),entries:R},g)for(A in b)A in I||i(I,A,b[A]);else o(o.P+o.F*(h||P),t,b);return b}},function(e,t){e.exports=!0},function(e,t,r){var n=r(2),o="__core-js_shared__",i=n[o]||(n[o]={});e.exports=function(e){return i[e]||(i[e]={})}},function(e,t,r){var n,o,i,a=r(7),s=r(41),c=r(25),u=r(16),l=r(2),p=l.process,f=l.setImmediate,h=l.clearImmediate,d=l.MessageChannel,_=0,m={},v="onreadystatechange",y=function(){var e=+this;if(m.hasOwnProperty(e)){var t=m[e];delete m[e],t()}},E=function(e){y.call(e.data)};f&&h||(f=function(e){for(var t=[],r=1;arguments.length>r;)t.push(arguments[r++]);return m[++_]=function(){s("function"==typeof e?e:Function(e),t)},n(_),_},h=function(e){delete m[e]},"process"==r(11)(p)?n=function(e){p.nextTick(a(y,e,1))}:d?(i=(o=new d).port2,o.port1.onmessage=E,n=a(i.postMessage,i,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(n=function(e){l.postMessage(e+"","*")},l.addEventListener("message",E,!1)):n=v in u("script")?function(e){c.appendChild(u("script"))[v]=function(){c.removeChild(this),y.call(e)}}:function(e){setTimeout(a(y,e,1),0)}),e.exports={set:f,clear:h}},function(e,t,r){var n=r(20),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},function(e,t,r){var n=r(9);e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++r+n).toString(36))}},function(e,t,r){"use strict";function n(e){return(0,s.createHash)("sha256").update(e).digest("hex")}function o(e){switch(c){case"darwin":return e.split("IOPlatformUUID")[1].split("\n")[0].replace(/\=|\s+|\"/gi,"").toLowerCase();case"win32":return e.toString().split("REG_SZ")[1].replace(/\r+|\n+|\s+/gi,"").toLowerCase();case"linux":case"freebsd":return e.toString().replace(/\r+|\n+|\s+/gi,"").toLowerCase();default:throw new Error("Unsupported platform: "+process.platform)}}Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){return e&&e.__esModule?e:{default:e}}(r(35));t.machineIdSync=function(e){var t=o((0,a.execSync)(u[c]).toString());return e?t:n(t)},t.machineId=function(e){return new i.default((function(t,r){return(0,a.exec)(u[c],{},(function(i,a,s){if(i)return r(new Error("Error while obtaining machine id: "+i.stack));var c=o(a.toString());return t(e?c:n(c))}))}))};var a=r(70),s=r(71),c=process.platform,u={darwin:"ioreg -rd1 -c IOPlatformExpertDevice",win32:{native:"%windir%\\System32",mixed:"%windir%\\sysnative\\cmd.exe /c %windir%\\System32"}["win32"!==process.platform?"":"ia32"===process.arch&&process.env.hasOwnProperty("PROCESSOR_ARCHITEW6432")?"mixed":"native"]+"\\REG.exe QUERY HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography /v MachineGuid",linux:"( cat /var/lib/dbus/machine-id /etc/machine-id 2> /dev/null || hostname ) | head -n 1 || :",freebsd:"kenv -q smbios.system.uuid || sysctl -n kern.hostuuid"}},function(e,t,r){e.exports={default:r(36),__esModule:!0}},function(e,t,r){r(66),r(68),r(69),r(67),e.exports=r(6).Promise},function(e,t){e.exports=function(){}},function(e,t){e.exports=function(e,t,r,n){if(!(e instanceof t)||void 0!==n&&n in e)throw TypeError(r+": incorrect invocation!");return e}},function(e,t,r){var n=r(13),o=r(31),i=r(62);e.exports=function(e){return function(t,r,a){var s,c=n(t),u=o(c.length),l=i(a,u);if(e&&r!=r){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((e||l in c)&&c[l]===r)return e||l||0;return!e&&-1}}},function(e,t,r){var n=r(7),o=r(44),i=r(43),a=r(3),s=r(31),c=r(64),u={},l={};t=e.exports=function(e,t,r,p,f){var h,d,_,m,v=f?function(){return e}:c(e),y=n(r,p,t?2:1),E=0;if("function"!=typeof v)throw TypeError(e+" is not iterable!");if(i(v)){for(h=s(e.length);h>E;E++)if((m=t?y(a(d=e[E])[0],d[1]):y(e[E]))===u||m===l)return m}else for(_=v.call(e);!(d=_.next()).done;)if((m=o(_,y,d.value,t))===u||m===l)return m},t.BREAK=u,t.RETURN=l},function(e,t){e.exports=function(e,t,r){var n=void 0===r;switch(t.length){case 0:return n?e():e.call(r);case 1:return n?e(t[0]):e.call(r,t[0]);case 2:return n?e(t[0],t[1]):e.call(r,t[0],t[1]);case 3:return n?e(t[0],t[1],t[2]):e.call(r,t[0],t[1],t[2]);case 4:return n?e(t[0],t[1],t[2],t[3]):e.call(r,t[0],t[1],t[2],t[3])}return e.apply(r,t)}},function(e,t,r){var n=r(11);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},function(e,t,r){var n=r(10),o=r(1)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||i[o]===e)}},function(e,t,r){var n=r(3);e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(t){var i=e.return;throw void 0!==i&&n(i.call(e)),t}}},function(e,t,r){"use strict";var n=r(49),o=r(17),i=r(18),a={};r(5)(a,r(1)("iterator"),(function(){return this})),e.exports=function(e,t,r){e.prototype=n(a,{next:o(1,r)}),i(e,t+" Iterator")}},function(e,t,r){var n=r(1)("iterator"),o=!1;try{var i=[7][n]();i.return=function(){o=!0},Array.from(i,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var r=!1;try{var i=[7],a=i[n]();a.next=function(){return{done:r=!0}},i[n]=function(){return a},e(i)}catch(e){}return r}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,r){var n=r(2),o=r(30).set,i=n.MutationObserver||n.WebKitMutationObserver,a=n.process,s=n.Promise,c="process"==r(11)(a);e.exports=function(){var e,t,r,u=function(){var n,o;for(c&&(n=a.domain)&&n.exit();e;){o=e.fn,e=e.next;try{o()}catch(n){throw e?r():t=void 0,n}}t=void 0,n&&n.enter()};if(c)r=function(){a.nextTick(u)};else if(i){var l=!0,p=document.createTextNode("");new i(u).observe(p,{characterData:!0}),r=function(){p.data=l=!l}}else if(s&&s.resolve){var f=s.resolve();r=function(){f.then(u)}}else r=function(){o.call(n,u)};return function(n){var o={fn:n,next:void 0};t&&(t.next=o),e||(e=o,r()),t=o}}},function(e,t,r){var n=r(3),o=r(50),i=r(22),a=r(19)("IE_PROTO"),s=function(){},c="prototype",u=function(){var e,t=r(16)("iframe"),n=i.length;for(t.style.display="none",r(25).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),u=e.F;n--;)delete u[c][i[n]];return u()};e.exports=Object.create||function(e,t){var r;return null!==e?(s[c]=n(e),r=new s,s[c]=null,r[a]=e):r=u(),void 0===t?r:o(r,t)}},function(e,t,r){var n=r(12),o=r(3),i=r(54);e.exports=r(4)?Object.defineProperties:function(e,t){o(e);for(var r,a=i(t),s=a.length,c=0;s>c;)n.f(e,r=a[c++],t[r]);return e}},function(e,t,r){var n=r(55),o=r(17),i=r(13),a=r(32),s=r(8),c=r(26),u=Object.getOwnPropertyDescriptor;t.f=r(4)?u:function(e,t){if(e=i(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(s(e,t))return o(!n.f.call(e,t),e[t])}},function(e,t,r){var n=r(8),o=r(63),i=r(19)("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),n(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},function(e,t,r){var n=r(8),o=r(13),i=r(39)(!1),a=r(19)("IE_PROTO");e.exports=function(e,t){var r,s=o(e),c=0,u=[];for(r in s)r!=a&&n(s,r)&&u.push(r);for(;t.length>c;)n(s,r=t[c++])&&(~i(u,r)||u.push(r));return u}},function(e,t,r){var n=r(53),o=r(22);e.exports=Object.keys||function(e){return n(e,o)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,r){var n=r(5);e.exports=function(e,t,r){for(var o in t)r&&e[o]?e[o]=t[o]:n(e,o,t[o]);return e}},function(e,t,r){e.exports=r(5)},function(e,t,r){var n=r(9),o=r(3),i=function(e,t){if(o(e),!n(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,n){try{(n=r(7)(Function.call,r(51).f(Object.prototype,"__proto__").set,2))(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,r){return i(e,r),t?e.__proto__=r:n(e,r),e}}({},!1):void 0),check:i}},function(e,t,r){"use strict";var n=r(2),o=r(6),i=r(12),a=r(4),s=r(1)("species");e.exports=function(e){var t="function"==typeof o[e]?o[e]:n[e];a&&t&&!t[s]&&i.f(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,r){var n=r(3),o=r(14),i=r(1)("species");e.exports=function(e,t){var r,a=n(e).constructor;return void 0===a||null==(r=n(a)[i])?t:o(r)}},function(e,t,r){var n=r(20),o=r(15);e.exports=function(e){return function(t,r){var i,a,s=String(o(t)),c=n(r),u=s.length;return c<0||c>=u?e?"":void 0:(i=s.charCodeAt(c))<55296||i>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?e?s.charAt(c):i:e?s.slice(c,c+2):a-56320+(i-55296<<10)+65536}}},function(e,t,r){var n=r(20),o=Math.max,i=Math.min;e.exports=function(e,t){return(e=n(e))<0?o(e+t,0):i(e,t)}},function(e,t,r){var n=r(15);e.exports=function(e){return Object(n(e))}},function(e,t,r){var n=r(21),o=r(1)("iterator"),i=r(10);e.exports=r(6).getIteratorMethod=function(e){if(null!=e)return e[o]||e["@@iterator"]||i[n(e)]}},function(e,t,r){"use strict";var n=r(37),o=r(47),i=r(10),a=r(13);e.exports=r(27)(Array,"Array",(function(e,t){this._t=a(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,r=this._i++;return!e||r>=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?r:"values"==t?e[r]:[r,e[r]])}),"values"),i.Arguments=i.Array,n("keys"),n("values"),n("entries")},function(e,t){},function(e,t,r){"use strict";var n,o,i,a=r(28),s=r(2),c=r(7),u=r(21),l=r(23),p=r(9),f=(r(3),r(14)),h=r(38),d=r(40),_=(r(58).set,r(60)),m=r(30).set,v=r(48)(),y="Promise",E=s.TypeError,g=s.process,b=s[y],A="process"==u(g=s.process),O=function(){},w=!!function(){try{var e=b.resolve(1),t=(e.constructor={})[r(1)("species")]=function(e){e(O,O)};return(A||"function"==typeof PromiseRejectionEvent)&&e.then(O)instanceof t}catch(e){}}(),S=function(e,t){return e===t||e===b&&t===i},C=function(e){var t;return!(!p(e)||"function"!=typeof(t=e.then))&&t},P=function(e){return S(b,e)?new I(e):new o(e)},I=o=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw E("Bad Promise constructor");t=e,r=n})),this.resolve=f(t),this.reject=f(r)},L=function(e){try{e()}catch(e){return{error:e}}},x=function(e,t){if(!e._n){e._n=!0;var r=e._c;v((function(){for(var n=e._v,o=1==e._s,i=0,a=function(t){var r,i,a=o?t.ok:t.fail,s=t.resolve,c=t.reject,u=t.domain;try{a?(o||(2==e._h&&D(e),e._h=1),!0===a?r=n:(u&&u.enter(),r=a(n),u&&u.exit()),r===t.promise?c(E("Promise-chain cycle")):(i=C(r))?i.call(r,s,c):s(r)):c(n)}catch(e){c(e)}};r.length>i;)a(r[i++]);e._c=[],e._n=!1,t&&!e._h&&R(e)}))}},R=function(e){m.call(s,(function(){var t,r,n,o=e._v;if(T(e)&&(t=L((function(){A?g.emit("unhandledRejection",o,e):(r=s.onunhandledrejection)?r({promise:e,reason:o}):(n=s.console)&&n.error&&n.error("Unhandled promise rejection",o)})),e._h=A||T(e)?2:1),e._a=void 0,t)throw t.error}))},T=function(e){if(1==e._h)return!1;for(var t,r=e._a||e._c,n=0;r.length>n;)if((t=r[n++]).fail||!T(t.promise))return!1;return!0},D=function(e){m.call(s,(function(){var t;A?g.emit("rejectionHandled",e):(t=s.onrejectionhandled)&&t({promise:e,reason:e._v})}))},j=function(e){var t=this;t._d||(t._d=!0,(t=t._w||t)._v=e,t._s=2,t._a||(t._a=t._c.slice()),x(t,!0))},M=function(e){var t,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===e)throw E("Promise can't be resolved itself");(t=C(e))?v((function(){var n={_w:r,_d:!1};try{t.call(e,c(M,n,1),c(j,n,1))}catch(e){j.call(n,e)}})):(r._v=e,r._s=1,x(r,!1))}catch(e){j.call({_w:r,_d:!1},e)}}};w||(b=function(e){h(this,b,y,"_h"),f(e),n.call(this);try{e(c(M,this,1),c(j,this,1))}catch(e){j.call(this,e)}},(n=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=r(56)(b.prototype,{then:function(e,t){var r=P(_(this,b));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=A?g.domain:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&x(this,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),I=function(){var e=new n;this.promise=e,this.resolve=c(M,e,1),this.reject=c(j,e,1)}),l(l.G+l.W+l.F*!w,{Promise:b}),r(18)(b,y),r(59)(y),i=r(6)[y],l(l.S+l.F*!w,y,{reject:function(e){var t=P(this);return(0,t.reject)(e),t.promise}}),l(l.S+l.F*(a||!w),y,{resolve:function(e){if(e instanceof b&&S(e.constructor,this))return e;var t=P(this);return(0,t.resolve)(e),t.promise}}),l(l.S+l.F*!(w&&r(46)((function(e){b.all(e).catch(O)}))),y,{all:function(e){var t=this,r=P(t),n=r.resolve,o=r.reject,i=L((function(){var r=[],i=0,a=1;d(e,!1,(function(e){var s=i++,c=!1;r.push(void 0),a++,t.resolve(e).then((function(e){c||(c=!0,r[s]=e,--a||n(r))}),o)})),--a||n(r)}));return i&&o(i.error),r.promise},race:function(e){var t=this,r=P(t),n=r.reject,o=L((function(){d(e,!1,(function(e){t.resolve(e).then(r.resolve,n)}))}));return o&&n(o.error),r.promise}})},function(e,t,r){"use strict";var n=r(61)(!0);r(27)(String,"String",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,r=this._i;return r>=t.length?{value:void 0,done:!0}:(e=n(t,r),this._i+=e.length,{value:e,done:!1})}))},function(e,t,r){r(65);for(var n=r(2),o=r(5),i=r(10),a=r(1)("toStringTag"),s=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],c=0;c<5;c++){var u=s[c],l=n[u],p=l&&l.prototype;p&&!p[a]&&o(p,a,u),i[u]=i.Array}},function(e,t){e.exports=r(2081)},function(e,t){e.exports=r(6113)}]))},9153:(e,t,r)=>{var n="function"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=n&&o&&"function"==typeof o.get?o.get:null,a=n&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=s&&c&&"function"==typeof c.get?c.get:null,l=s&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,f="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,d=Boolean.prototype.valueOf,_=Object.prototype.toString,m=Function.prototype.toString,v=String.prototype.match,y=String.prototype.slice,E=String.prototype.replace,g=String.prototype.toUpperCase,b=String.prototype.toLowerCase,A=RegExp.prototype.test,O=Array.prototype.concat,w=Array.prototype.join,S=Array.prototype.slice,C=Math.floor,P="function"==typeof BigInt?BigInt.prototype.valueOf:null,I=Object.getOwnPropertySymbols,L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,x="function"==typeof Symbol&&"object"==typeof Symbol.iterator,R="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,D=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function j(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||A.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var n=e<0?-C(-e):C(e);if(n!==e){var o=String(n),i=y.call(t,o.length+1);return E.call(o,r,"$&_")+"."+E.call(E.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return E.call(t,r,"$&_")}var M=r(3047).custom,N=M&&G(M)?M:null;function U(e,t,r){var n="double"===(r.quoteStyle||t)?'"':"'";return n+e+n}function k(e){return E.call(String(e),/"/g,"&quot;")}function F(e){return!("[object Array]"!==H(e)||R&&"object"==typeof e&&R in e)}function G(e){if(x)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!L)return!1;try{return L.call(e),!0}catch(e){}return!1}e.exports=function e(t,r,n,o){var s=r||{};if(B(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(B(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var c=!B(s,"customInspect")||s.customInspect;if("boolean"!=typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(B(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(B(s,"numericSeparator")&&"boolean"!=typeof s.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var _=s.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return W(t,s);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var g=String(t);return _?j(t,g):g}if("bigint"==typeof t){var A=String(t)+"n";return _?j(t,A):A}var C=void 0===s.depth?5:s.depth;if(void 0===n&&(n=0),n>=C&&C>0&&"object"==typeof t)return F(t)?"[Array]":"[Object]";var I,M=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=w.call(Array(e.indent+1)," ")}return{base:r,prev:w.call(Array(t+1),r)}}(s,n);if(void 0===o)o=[];else if(q(o,t)>=0)return"[Circular]";function V(t,r,i){if(r&&(o=S.call(o)).push(r),i){var a={depth:s.depth};return B(s,"quoteStyle")&&(a.quoteStyle=s.quoteStyle),e(t,a,n+1,o)}return e(t,s,n+1,o)}if("function"==typeof t){var J=function(e){if(e.name)return e.name;var t=v.call(m.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),Y=X(t,V);return"[Function"+(J?": "+J:" (anonymous)")+"]"+(Y.length>0?" { "+w.call(Y,", ")+" }":"")}if(G(t)){var Z=x?E.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):L.call(t);return"object"!=typeof t||x?Z:z(Z)}if((I=t)&&"object"==typeof I&&("undefined"!=typeof HTMLElement&&I instanceof HTMLElement||"string"==typeof I.nodeName&&"function"==typeof I.getAttribute)){for(var ee="<"+b.call(String(t.nodeName)),te=t.attributes||[],re=0;re<te.length;re++)ee+=" "+te[re].name+"="+U(k(te[re].value),"double",s);return ee+=">",t.childNodes&&t.childNodes.length&&(ee+="..."),ee+"</"+b.call(String(t.nodeName))+">"}if(F(t)){if(0===t.length)return"[]";var ne=X(t,V);return M&&!function(e){for(var t=0;t<e.length;t++)if(q(e[t],"\n")>=0)return!1;return!0}(ne)?"["+Q(ne,M)+"]":"[ "+w.call(ne,", ")+" ]"}if(function(e){return!("[object Error]"!==H(e)||R&&"object"==typeof e&&R in e)}(t)){var oe=X(t,V);return"cause"in t&&!T.call(t,"cause")?"{ ["+String(t)+"] "+w.call(O.call("[cause]: "+V(t.cause),oe),", ")+" }":0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+w.call(oe,", ")+" }"}if("object"==typeof t&&c){if(N&&"function"==typeof t[N])return t[N]();if("symbol"!==c&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!=typeof e)return!1;try{i.call(e);try{u.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var ie=[];return a.call(t,(function(e,r){ie.push(V(r,t,!0)+" => "+V(e,t))})),$("Map",i.call(t),ie,M)}if(function(e){if(!u||!e||"object"!=typeof e)return!1;try{u.call(e);try{i.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var ae=[];return l.call(t,(function(e){ae.push(V(e,t))})),$("Set",u.call(t),ae,M)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{f.call(e,f)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return K("WeakMap");if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{f.call(e,f);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return K("WeakSet");if(function(e){if(!h||!e||"object"!=typeof e)return!1;try{return h.call(e),!0}catch(e){}return!1}(t))return K("WeakRef");if(function(e){return!("[object Number]"!==H(e)||R&&"object"==typeof e&&R in e)}(t))return z(V(Number(t)));if(function(e){if(!e||"object"!=typeof e||!P)return!1;try{return P.call(e),!0}catch(e){}return!1}(t))return z(V(P.call(t)));if(function(e){return!("[object Boolean]"!==H(e)||R&&"object"==typeof e&&R in e)}(t))return z(d.call(t));if(function(e){return!("[object String]"!==H(e)||R&&"object"==typeof e&&R in e)}(t))return z(V(String(t)));if(!function(e){return!("[object Date]"!==H(e)||R&&"object"==typeof e&&R in e)}(t)&&!function(e){return!("[object RegExp]"!==H(e)||R&&"object"==typeof e&&R in e)}(t)){var se=X(t,V),ce=D?D(t)===Object.prototype:t instanceof Object||t.constructor===Object,ue=t instanceof Object?"":"null prototype",le=!ce&&R&&Object(t)===t&&R in t?y.call(H(t),8,-1):ue?"Object":"",pe=(ce||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(le||ue?"["+w.call(O.call([],le||[],ue||[]),": ")+"] ":"");return 0===se.length?pe+"{}":M?pe+"{"+Q(se,M)+"}":pe+"{ "+w.call(se,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function B(e,t){return V.call(e,t)}function H(e){return _.call(e)}function q(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function W(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return W(y.call(e,0,t.maxStringLength),t)+n}return U(E.call(E.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,J),"single",t)}function J(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+g.call(t.toString(16))}function z(e){return"Object("+e+")"}function K(e){return e+" { ? }"}function $(e,t,r,n){return e+" ("+t+") {"+(n?Q(r,n):w.call(r,", "))+"}"}function Q(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+w.call(e,","+r)+"\n"+t.prev}function X(e,t){var r=F(e),n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++)n[o]=B(e,o)?t(e[o],e):""}var i,a="function"==typeof I?I(e):[];if(x){i={};for(var s=0;s<a.length;s++)i["$"+a[s]]=a[s]}for(var c in e)B(e,c)&&(r&&String(Number(c))===c&&c<e.length||x&&i["$"+c]instanceof Symbol||(A.call(/[^\w$]/,c)?n.push(t(c,e)+": "+t(e[c],e)):n.push(c+": "+t(e[c],e))));if("function"==typeof I)for(var u=0;u<a.length;u++)T.call(e,a[u])&&n.push("["+t(a[u])+"]: "+t(e[a[u]],e));return n}},3047:(e,t,r)=>{e.exports=r(3837).inspect},1850:(e,t,r)=>{var n=r(2721);function o(e){var t=function(){return t.called?t.value:(t.called=!0,t.value=e.apply(this,arguments))};return t.called=!1,t}function i(e){var t=function(){if(t.called)throw new Error(t.onceError);return t.called=!0,t.value=e.apply(this,arguments)},r=e.name||"Function wrapped with `once`";return t.onceError=r+" shouldn't be called more than once",t.called=!1,t}e.exports=n(o),e.exports.strict=n(i),o.proto=o((function(){Object.defineProperty(Function.prototype,"once",{value:function(){return o(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return i(this)},configurable:!0})}))},8913:e=>{"use strict";function t(e){return"/"===e.charAt(0)}function r(e){var t=/^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/.exec(e),r=t[1]||"",n=Boolean(r&&":"!==r.charAt(1));return Boolean(t[2]||n)}e.exports="win32"===process.platform?r:t,e.exports.posix=t,e.exports.win32=r},853:e=>{"use strict";var t=String.prototype.replace,r=/%20/g,n="RFC3986";e.exports={default:n,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:n}},4502:(e,t,r)=>{"use strict";var n=r(8991),o=r(2053),i=r(853);e.exports={formats:i,parse:o,stringify:n}},2053:(e,t,r)=>{"use strict";var n=r(1046),o=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,r,n){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,s=r.depth>0&&/(\[[^[\]]*])/.exec(i),u=s?i.slice(0,s.index):i,l=[];if(u){if(!r.plainObjects&&o.call(Object.prototype,u)&&!r.allowPrototypes)return;l.push(u)}for(var p=0;r.depth>0&&null!==(s=a.exec(i))&&p<r.depth;){if(p+=1,!r.plainObjects&&o.call(Object.prototype,s[1].slice(1,-1))&&!r.allowPrototypes)return;l.push(s[1])}return s&&l.push("["+i.slice(s.index)+"]"),function(e,t,r,n){for(var o=n?t:c(t,r),i=e.length-1;i>=0;--i){var a,s=e[i];if("[]"===s&&r.parseArrays)a=[].concat(o);else{a=r.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(u,10);r.parseArrays||""!==u?!isNaN(l)&&s!==u&&String(l)===u&&l>=0&&r.parseArrays&&l<=r.arrayLimit?(a=[])[l]=o:"__proto__"!==u&&(a[u]=o):a={0:o}}o=a}return o}(l,t,r,n)}};e.exports=function(e,t){var r=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:a.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:a.comma,decoder:"function"==typeof e.decoder?e.decoder:a.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var r,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,f=l.split(t.delimiter,p),h=-1,d=t.charset;if(t.charsetSentinel)for(r=0;r<f.length;++r)0===f[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[r]?d="utf-8":"utf8=%26%2310003%3B"===f[r]&&(d="iso-8859-1"),h=r,r=f.length);for(r=0;r<f.length;++r)if(r!==h){var _,m,v=f[r],y=v.indexOf("]="),E=-1===y?v.indexOf("="):y+1;-1===E?(_=t.decoder(v,a.decoder,d,"key"),m=t.strictNullHandling?null:""):(_=t.decoder(v.slice(0,E),a.decoder,d,"key"),m=n.maybeMap(c(v.slice(E+1),t),(function(e){return t.decoder(e,a.decoder,d,"value")}))),m&&t.interpretNumericEntities&&"iso-8859-1"===d&&(m=s(m)),v.indexOf("[]=")>-1&&(m=i(m)?[m]:m),o.call(u,_)?u[_]=n.combine(u[_],m):u[_]=m}return u}(e,r):e,p=r.plainObjects?Object.create(null):{},f=Object.keys(l),h=0;h<f.length;++h){var d=f[h],_=u(d,l[d],r,"string"==typeof e);p=n.merge(p,_,r)}return!0===r.allowSparse?p:n.compact(p)}},8991:(e,t,r)=>{"use strict";var n=r(4539),o=r(1046),i=r(853),a=Object.prototype.hasOwnProperty,s={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,u=String.prototype.split,l=Array.prototype.push,p=function(e,t){l.apply(e,c(t)?t:[t])},f=Date.prototype.toISOString,h=i.default,d={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:o.encode,encodeValuesOnly:!1,format:h,formatter:i.formatters[h],indices:!1,serializeDate:function(e){return f.call(e)},skipNulls:!1,strictNullHandling:!1},_={},m=function e(t,r,i,a,s,l,f,h,m,v,y,E,g,b,A,O){for(var w,S=t,C=O,P=0,I=!1;void 0!==(C=C.get(_))&&!I;){var L=C.get(t);if(P+=1,void 0!==L){if(L===P)throw new RangeError("Cyclic object value");I=!0}void 0===C.get(_)&&(P=0)}if("function"==typeof h?S=h(r,S):S instanceof Date?S=y(S):"comma"===i&&c(S)&&(S=o.maybeMap(S,(function(e){return e instanceof Date?y(e):e}))),null===S){if(s)return f&&!b?f(r,d.encoder,A,"key",E):r;S=""}if("string"==typeof(w=S)||"number"==typeof w||"boolean"==typeof w||"symbol"==typeof w||"bigint"==typeof w||o.isBuffer(S)){if(f){var x=b?r:f(r,d.encoder,A,"key",E);if("comma"===i&&b){for(var R=u.call(String(S),","),T="",D=0;D<R.length;++D)T+=(0===D?"":",")+g(f(R[D],d.encoder,A,"value",E));return[g(x)+(a&&c(S)&&1===R.length?"[]":"")+"="+T]}return[g(x)+"="+g(f(S,d.encoder,A,"value",E))]}return[g(r)+"="+g(String(S))]}var j,M=[];if(void 0===S)return M;if("comma"===i&&c(S))j=[{value:S.length>0?S.join(",")||null:void 0}];else if(c(h))j=h;else{var N=Object.keys(S);j=m?N.sort(m):N}for(var U=a&&c(S)&&1===S.length?r+"[]":r,k=0;k<j.length;++k){var F=j[k],G="object"==typeof F&&void 0!==F.value?F.value:S[F];if(!l||null!==G){var V=c(S)?"function"==typeof i?i(U,F):U:U+(v?"."+F:"["+F+"]");O.set(t,P);var B=n();B.set(_,O),p(M,e(G,V,i,a,s,l,f,h,m,v,y,E,g,b,A,B))}}return M};e.exports=function(e,t){var r,o=e,u=function(e){if(!e)return d;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||d.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==e.format){if(!a.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n=i.formatters[r],o=d.filter;return("function"==typeof e.filter||c(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:d.addQueryPrefix,allowDots:void 0===e.allowDots?d.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:d.charsetSentinel,delimiter:void 0===e.delimiter?d.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:d.encode,encoder:"function"==typeof e.encoder?e.encoder:d.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:d.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:d.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:d.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:d.strictNullHandling}}(t);"function"==typeof u.filter?o=(0,u.filter)("",o):c(u.filter)&&(r=u.filter);var l,f=[];if("object"!=typeof o||null===o)return"";l=t&&t.arrayFormat in s?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var h=s[l];if(t&&"commaRoundTrip"in t&&"boolean"!=typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var _="comma"===h&&t&&t.commaRoundTrip;r||(r=Object.keys(o)),u.sort&&r.sort(u.sort);for(var v=n(),y=0;y<r.length;++y){var E=r[y];u.skipNulls&&null===o[E]||p(f,m(o[E],E,h,_,u.strictNullHandling,u.skipNulls,u.encode?u.encoder:null,u.filter,u.sort,u.allowDots,u.serializeDate,u.format,u.formatter,u.encodeValuesOnly,u.charset,v))}var g=f.join(u.delimiter),b=!0===u.addQueryPrefix?"?":"";return u.charsetSentinel&&("iso-8859-1"===u.charset?b+="utf8=%26%2310003%3B&":b+="utf8=%E2%9C%93&"),g.length>0?b+g:""}},1046:(e,t,r)=>{"use strict";var n=r(853),o=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),s=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r};e.exports={arrayToObject:s,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var o=t[n],a=o.obj[o.prop],s=Object.keys(a),c=0;c<s.length;++c){var u=s[c],l=a[u];"object"==typeof l&&null!==l&&-1===r.indexOf(l)&&(t.push({obj:a,prop:u}),r.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var n=[],o=0;o<r.length;++o)void 0!==r[o]&&n.push(r[o]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,o,i){if(0===e.length)return e;var s=e;if("symbol"==typeof e?s=Symbol.prototype.toString.call(e):"string"!=typeof e&&(s=String(e)),"iso-8859-1"===r)return escape(s).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var c="",u=0;u<s.length;++u){var l=s.charCodeAt(u);45===l||46===l||95===l||126===l||l>=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122||i===n.RFC1738&&(40===l||41===l)?c+=s.charAt(u):l<128?c+=a[l]:l<2048?c+=a[192|l>>6]+a[128|63&l]:l<55296||l>=57344?c+=a[224|l>>12]+a[128|l>>6&63]+a[128|63&l]:(u+=1,l=65536+((1023&l)<<10|1023&s.charCodeAt(u)),c+=a[240|l>>18]+a[128|l>>12&63]+a[128|l>>6&63]+a[128|63&l])}return c},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=typeof r){if(i(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!o.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(r);var a=t;return i(t)&&!i(r)&&(a=s(t,n)),i(t)&&i(r)?(r.forEach((function(r,i){if(o.call(t,i)){var a=t[i];a&&"object"==typeof a&&r&&"object"==typeof r?t[i]=e(a,r,n):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,i){var a=r[i];return o.call(t,i)?t[i]=e(t[i],a,n):t[i]=a,t}),a)}}},4539:(e,t,r)=>{"use strict";var n=r(9174),o=r(6442),i=r(9153),a=n("%TypeError%"),s=n("%WeakMap%",!0),c=n("%Map%",!0),u=o("WeakMap.prototype.get",!0),l=o("WeakMap.prototype.set",!0),p=o("WeakMap.prototype.has",!0),f=o("Map.prototype.get",!0),h=o("Map.prototype.set",!0),d=o("Map.prototype.has",!0),_=function(e,t){for(var r,n=e;null!==(r=n.next);n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,n={assert:function(e){if(!n.has(e))throw new a("Side channel does not contain "+i(e))},get:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return u(e,n)}else if(c){if(t)return f(t,n)}else if(r)return function(e,t){var r=_(e,t);return r&&r.value}(r,n)},has:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return p(e,n)}else if(c){if(t)return d(t,n)}else if(r)return function(e,t){return!!_(e,t)}(r,n);return!1},set:function(n,o){s&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new s),l(e,n,o)):c?(t||(t=new c),h(t,n,o)):(r||(r={key:{},next:null}),function(e,t,r){var n=_(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}}(r,n,o))}};return n}},2721:e=>{e.exports=function e(t,r){if(t&&r)return e(t)(r);if("function"!=typeof t)throw new TypeError("need wrapper function");return Object.keys(t).forEach((function(e){n[e]=t[e]})),n;function n(){for(var e=new Array(arguments.length),r=0;r<e.length;r++)e[r]=arguments[r];var n=t.apply(this,e),o=e[e.length-1];return"function"==typeof n&&n!==o&&Object.keys(o).forEach((function(e){n[e]=o[e]})),n}}},8783:(e,t,r)=>{const n=r(2361).EventEmitter,o=r(2081).spawn,i=r(1017),a=r(7147);class s{constructor(e,t){this.flags=e,this.required=e.indexOf("<")>=0,this.optional=e.indexOf("[")>=0,this.mandatory=!1,this.negate=-1!==e.indexOf("-no-");const r=e.split(/[ ,|]+/);r.length>1&&!/^[[<]/.test(r[1])&&(this.short=r.shift()),this.long=r.shift(),this.description=t||"",this.defaultValue=void 0}name(){return this.long.replace(/^--/,"")}attributeName(){return this.name().replace(/^no-/,"").split("-").reduce(((e,t)=>e+t[0].toUpperCase()+t.slice(1)))}is(e){return this.short===e||this.long===e}}class c extends Error{constructor(e,t,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}}class u extends n{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._passCommandToAction=!0,this._actionResults=[],this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._hidden=!1,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,r){let n=t,o=r;"object"==typeof n&&null!==n&&(o=n,n=null),o=o||{};const i=e.split(/ +/),a=this.createCommand(i.shift());return n&&(a.description(n),a._executableHandler=!0),o.isDefault&&(this._defaultCommandName=a._name),a._hidden=!(!o.noHelp&&!o.hidden),a._helpFlags=this._helpFlags,a._helpDescription=this._helpDescription,a._helpShortFlag=this._helpShortFlag,a._helpLongFlag=this._helpLongFlag,a._helpCommandName=this._helpCommandName,a._helpCommandnameAndArgs=this._helpCommandnameAndArgs,a._helpCommandDescription=this._helpCommandDescription,a._exitCallback=this._exitCallback,a._storeOptionsAsProperties=this._storeOptionsAsProperties,a._passCommandToAction=this._passCommandToAction,a._executableFile=o.executableFile||null,this.commands.push(a),a._parseExpectedArgs(i),a.parent=this,n?this:a}createCommand(e){return new u(e)}addCommand(e,t){if(!e._name)throw new Error("Command passed to .addCommand() must have a name");return function e(t){t.forEach((t=>{if(t._executableHandler&&!t._executableFile)throw new Error(`Must specify executableFile for deeply nested executable: ${t.name()}`);e(t.commands)}))}(e.commands),(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!1===e?this._hasImplicitHelpCommand=!1:(this._hasImplicitHelpCommand=!0,"string"==typeof e&&(this._helpCommandName=e.split(" ")[0],this._helpCommandnameAndArgs=e),this._helpCommandDescription=t||this._helpCommandDescription),this}_lazyHasImplicitHelpCommand(){return void 0===this._hasImplicitHelpCommand&&(this._hasImplicitHelpCommand=this.commands.length&&!this._actionHandler&&!this._findCommand("help")),this._hasImplicitHelpCommand}_parseExpectedArgs(e){if(e.length)return e.forEach((e=>{const t={required:!1,name:"",variadic:!1};switch(e[0]){case"<":t.required=!0,t.name=e.slice(1,-1);break;case"[":t.name=e.slice(1,-1)}t.name.length>3&&"..."===t.name.slice(-3)&&(t.variadic=!0,t.name=t.name.slice(0,-3)),t.name&&this._args.push(t)})),this._args.forEach(((e,t)=>{if(e.variadic&&t<this._args.length-1)throw new Error(`only the last argument can be variadic '${e.name}'`)})),this}exitOverride(e){return this._exitCallback=e||(e=>{if("commander.executeSubCommandAsync"!==e.code)throw e}),this}_exit(e,t,r){this._exitCallback&&this._exitCallback(new c(e,t,r)),process.exit(e)}action(e){return this._actionHandler=t=>{const r=this._args.length,n=t.slice(0,r);this._passCommandToAction?n[r]=this:n[r]=this.opts(),t.length>r&&n.push(t.slice(r));const o=e.apply(this,n);let i=this;for(;i.parent;)i=i.parent;i._actionResults.push(o)},this}_optionEx(e,t,r,n,o){const i=new s(t,r),a=i.name(),c=i.attributeName();if(i.mandatory=!!e.mandatory,"function"!=typeof n)if(n instanceof RegExp){const e=n;n=(t,r)=>{const n=e.exec(t);return n?n[0]:r}}else o=n,n=null;if(i.negate||i.optional||i.required||"boolean"==typeof o){if(i.negate){const e=i.long.replace(/^--no-/,"--");o=!this._findOption(e)||this._getOptionValue(c)}void 0!==o&&(this._setOptionValue(c,o),i.defaultValue=o)}return this.options.push(i),this.on("option:"+a,(e=>{null!==e&&n&&(e=n(e,void 0===this._getOptionValue(c)?o:this._getOptionValue(c))),"boolean"==typeof this._getOptionValue(c)||void 0===this._getOptionValue(c)?null==e?this._setOptionValue(c,!i.negate&&(o||!0)):this._setOptionValue(c,e):null!==e&&this._setOptionValue(c,!i.negate&&e)})),this}option(e,t,r,n){return this._optionEx({},e,t,r,n)}requiredOption(e,t,r,n){return this._optionEx({mandatory:!0},e,t,r,n)}allowUnknownOption(e){return this._allowUnknownOption=void 0===e||e,this}storeOptionsAsProperties(e){if(this._storeOptionsAsProperties=void 0===e||e,this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");return this}passCommandToAction(e){return this._passCommandToAction=void 0===e||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(void 0!==e&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");let r;switch(t=t||{},void 0===e&&(e=process.argv,process.versions&&process.versions.electron&&(t.from="electron")),this.rawArgs=e.slice(),t.from){case void 0:case"node":this._scriptPath=e[1],r=e.slice(2);break;case"electron":process.defaultApp?(this._scriptPath=e[1],r=e.slice(2)):r=e.slice(1);break;case"user":r=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&&i.basename(this._scriptPath,i.extname(this._scriptPath)),this._parseCommand([],r),this}parseAsync(e,t){return this.parse(e,t),Promise.all(this._actionResults).then((()=>this))}_executeSubCommand(e,t){t=t.slice();let r=!1;const n=[".js",".ts",".mjs"];this._checkForMissingMandatoryOptions();const s=this._scriptPath;let u;try{const e=a.realpathSync(s);u=i.dirname(e)}catch(e){u="."}let l=i.basename(s,i.extname(s))+"-"+e._name;e._executableFile&&(l=e._executableFile);const p=i.join(u,l);let f;a.existsSync(p)?l=p:n.forEach((e=>{a.existsSync(`${p}${e}`)&&(l=`${p}${e}`)})),r=n.includes(i.extname(l)),"win32"!==process.platform?r?(t.unshift(l),t=_(process.execArgv).concat(t),f=o(process.argv[0],t,{stdio:"inherit"})):f=o(l,t,{stdio:"inherit"}):(t.unshift(l),t=_(process.execArgv).concat(t),f=o(process.execPath,t,{stdio:"inherit"})),["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach((e=>{process.on(e,(()=>{!1===f.killed&&null===f.exitCode&&f.kill(e)}))}));const h=this._exitCallback;h?f.on("close",(()=>{h(new c(process.exitCode||0,"commander.executeSubCommandAsync","(close)"))})):f.on("close",process.exit.bind(process)),f.on("error",(t=>{if("ENOENT"===t.code){const t=`'${l}' does not exist\n - if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name`;throw new Error(t)}if("EACCES"===t.code)throw new Error(`'${l}' not executable`);if(h){const e=new c(1,"commander.executeSubCommandAsync","(error)");e.nestedError=t,h(e)}else process.exit(1)})),this.runningCommand=f}_dispatchSubcommand(e,t,r){const n=this._findCommand(e);n||this._helpAndError(),n._executableHandler?this._executeSubCommand(n,t.concat(r)):n._parseCommand(t,r)}_parseCommand(e,t){const r=this.parseOptions(t);if(e=e.concat(r.operands),t=r.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)1===e.length?this.help():this._dispatchSubcommand(e[1],[],[this._helpLongFlag]);else if(this._defaultCommandName)h(this,t),this._dispatchSubcommand(this._defaultCommandName,e,t);else if(!this.commands.length||0!==this.args.length||this._actionHandler||this._defaultCommandName||this._helpAndError(),h(this,r.unknown),this._checkForMissingMandatoryOptions(),r.unknown.length>0&&this.unknownOption(r.unknown[0]),this._actionHandler){const r=this.args.slice();this._args.forEach(((e,t)=>{e.required&&null==r[t]?this.missingArgument(e.name):e.variadic&&(r[t]=r.splice(t))})),this._actionHandler(r),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&&void 0===e._getOptionValue(t.attributeName())&&e.missingMandatoryOptionValue(t)}))}parseOptions(e){const t=[],r=[];let n=t;const o=e.slice();function i(e){return e.length>1&&"-"===e[0]}for(;o.length;){const e=o.shift();if("--"===e){n===r&&n.push(e),n.push(...o);break}if(i(e)){const t=this._findOption(e);if(t){if(t.required){const e=o.shift();void 0===e&&this.optionMissingArgument(t),this.emit(`option:${t.name()}`,e)}else if(t.optional){let e=null;o.length>0&&!i(o[0])&&(e=o.shift()),this.emit(`option:${t.name()}`,e)}else this.emit(`option:${t.name()}`);continue}}if(e.length>2&&"-"===e[0]&&"-"!==e[1]){const t=this._findOption(`-${e[1]}`);if(t){t.required||t.optional?this.emit(`option:${t.name()}`,e.slice(2)):(this.emit(`option:${t.name()}`),o.unshift(`-${e.slice(2)}`));continue}}if(/^--[^=]+=/.test(e)){const t=e.indexOf("="),r=this._findOption(e.slice(0,t));if(r&&(r.required||r.optional)){this.emit(`option:${r.name()}`,e.slice(t+1));continue}}e.length>1&&"-"===e[0]&&(n=r),n.push(e)}return{operands:t,unknown:r}}opts(){if(this._storeOptionsAsProperties){const e={},t=this.options.length;for(let r=0;r<t;r++){const t=this.options[r].attributeName();e[t]=t===this._versionOptionName?this._version:this[t]}return e}return this._optionValues}missingArgument(e){const t=`error: missing required argument '${e}'`;console.error(t),this._exit(1,"commander.missingArgument",t)}optionMissingArgument(e,t){let r;r=t?`error: option '${e.flags}' argument missing, got '${t}'`:`error: option '${e.flags}' argument missing`,console.error(r),this._exit(1,"commander.optionMissingArgument",r)}missingMandatoryOptionValue(e){const t=`error: required option '${e.flags}' not specified`;console.error(t),this._exit(1,"commander.missingMandatoryOptionValue",t)}unknownOption(e){if(this._allowUnknownOption)return;const t=`error: unknown option '${e}'`;console.error(t),this._exit(1,"commander.unknownOption",t)}unknownCommand(){const e=[this.name()];for(let t=this.parent;t;t=t.parent)e.unshift(t.name());const t=e.join(" "),r=`error: unknown command '${this.args[0]}'. See '${t} ${this._helpLongFlag}'.`;console.error(r),this._exit(1,"commander.unknownCommand",r)}version(e,t,r){if(void 0===e)return this._version;this._version=e;const n=new s(t=t||"-V, --version",r=r||"output the version number");return this._versionOptionName=n.long.substr(2)||"version",this.options.push(n),this.on("option:"+this._versionOptionName,(()=>{process.stdout.write(e+"\n"),this._exit(0,"commander.version",e)})),this}description(e,t){return void 0===e&&void 0===t?this._description:(this._description=e,this._argsDescription=t,this)}alias(e){if(void 0===e)return this._aliases[0];let t=this;if(0!==this.commands.length&&this.commands[this.commands.length-1]._executableHandler&&(t=this.commands[this.commands.length-1]),e===t._name)throw new Error("Command alias can't be the same as its name");return t._aliases.push(e),this}aliases(e){return void 0===e?this._aliases:(e.forEach((e=>this.alias(e))),this)}usage(e){if(void 0===e){if(this._usage)return this._usage;const e=this._args.map((e=>d(e)));return"[options]"+(this.commands.length?" [command]":"")+(this._args.length?" "+e.join(" "):"")}return this._usage=e,this}name(e){return void 0===e?this._name:(this._name=e,this)}prepareCommands(){const e=this.commands.filter((e=>!e._hidden)).map((e=>{const t=e._args.map((e=>d(e))).join(" ");return[e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(t?" "+t:""),e._description]}));return this._lazyHasImplicitHelpCommand()&&e.push([this._helpCommandnameAndArgs,this._helpCommandDescription]),e}largestCommandLength(){return this.prepareCommands().reduce(((e,t)=>Math.max(e,t[0].length)),0)}largestOptionLength(){const e=[].slice.call(this.options);return e.push({flags:this._helpFlags}),e.reduce(((e,t)=>Math.max(e,t.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(){const e=this.padWidth(),t=(process.stdout.columns||80)-e-4;function r(r,n){return l(r,e)+" "+f(n,t,e+2)}const n=this.options.map((e=>{const t=e.description+(e.negate||void 0===e.defaultValue?"":" (default: "+JSON.stringify(e.defaultValue)+")");return r(e.flags,t)})),o=this._helpShortFlag&&!this._findOption(this._helpShortFlag),i=!this._findOption(this._helpLongFlag);if(o||i){let e=this._helpFlags;o?i||(e=this._helpShortFlag):e=this._helpLongFlag,n.push(r(e,this._helpDescription))}return n.join("\n")}commandHelp(){if(!this.commands.length&&!this._lazyHasImplicitHelpCommand())return"";const e=this.prepareCommands(),t=this.padWidth(),r=(process.stdout.columns||80)-t-4;return["Commands:",e.map((e=>{const n=e[1]?" "+e[1]:"";return(n?l(e[0],t):e[0])+f(n,r,t+2)})).join("\n").replace(/^/gm," "),""].join("\n")}helpInformation(){let e=[];if(this._description){e=[this._description,""];const t=this._argsDescription;if(t&&this._args.length){const r=this.padWidth(),n=(process.stdout.columns||80)-r-5;e.push("Arguments:"),e.push(""),this._args.forEach((o=>{e.push(" "+l(o.name,r)+" "+p(t[o.name],n,r+4))})),e.push("")}}let t=this._name;this._aliases[0]&&(t=t+"|"+this._aliases[0]);let r="";for(let e=this.parent;e;e=e.parent)r=e.name()+" "+r;const n=["Usage: "+r+t+" "+this.usage(),""];let o=[];const i=this.commandHelp();i&&(o=[i]);const a=["Options:",""+this.optionHelp().replace(/^/gm," "),""];return n.concat(e).concat(a).concat(o).join("\n")}outputHelp(e){e||(e=e=>e);const t=e(this.helpInformation());if("string"!=typeof t&&!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){this._helpFlags=e||this._helpFlags,this._helpDescription=t||this._helpDescription;const r=this._helpFlags.split(/[ ,|]+/);return this._helpShortFlag=void 0,r.length>1&&(this._helpShortFlag=r.shift()),this._helpLongFlag=r.shift(),this}help(e){this.outputHelp(e),this._exit(process.exitCode||0,"commander.help","(outputHelp)")}_helpAndError(){this.outputHelp(),this._exit(1,"commander.help","(outputHelp)")}}function l(e,t){const r=Math.max(0,t-e.length);return e+Array(r+1).join(" ")}function p(e,t,r){const n=new RegExp(".{1,"+(t-1)+"}([\\s​]|$)|[^\\s​]+?([\\s​]|$)","g");return(e.match(n)||[]).map(((e,t)=>("\n"===e.slice(-1)&&(e=e.slice(0,e.length-1)),(t>0&&r?Array(r+1).join(" "):"")+e.trimRight()))).join("\n")}function f(e,t,r){return e.match(/[\n]\s+/)||t<40?e:p(e,t,r)}function h(e,t){t.find((t=>t===e._helpLongFlag||t===e._helpShortFlag))&&(e.outputHelp(),e._exit(0,"commander.helpDisplayed","(outputHelp)"))}function d(e){const t=e.name+(!0===e.variadic?"...":"");return e.required?"<"+t+">":"["+t+"]"}function _(e){return e.map((e=>{let t=e;if(0===e.indexOf("--inspect")){let r,n,o="127.0.0.1",i="9229";null!==(n=e.match(/^(--inspect(-brk)?)$/))?r=n[1]:null!==(n=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))?(r=n[1],/^\d+$/.test(n[3])?i=n[3]:o=n[3]):null!==(n=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))&&(r=n[1],o=n[3],i=n[4]),r&&"0"!==i&&(t=`${r}=${o}:${parseInt(i)+1}`)}return t}))}(t=e.exports=new u).program=t,t.Command=u,t.Option=s,t.CommanderError=c},2747:function(e,t){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.QRCodeError=t.SchemaError=t.CompileError=t.UploadError=t.CompressError=t.PackageSizeError=t.ProjectError=t.HashError=t.MetaError=t.LoginError=t.IDE_ERROR_LEVEL=void 0,t.IDE_ERROR_LEVEL={p0:"p0",p1:"p1",p2:"p2",p3:"p3"};var o=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Login Error",t}return n(t,e),t}(Error);t.LoginError=o;var i=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Meta Error",t}return n(t,e),t}(Error);t.MetaError=i;var a=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Hash Error",t}return n(t,e),t}(Error);t.HashError=a;var s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Project Error",t}return n(t,e),t}(Error);t.ProjectError=s;var c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="PackageSize Error",t}return n(t,e),t}(Error);t.PackageSizeError=c;var u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Compress Error",t}return n(t,e),t}(Error);t.CompressError=u;var l=function(e){function t(t,r){void 0===r&&(r=-1);var n=e.call(this,t)||this;return n.name="Upload Error",n.code=r,n}return n(t,e),t}(Error);t.UploadError=l;var p=function(e){function t(t,r,n){void 0===r&&(r=""),void 0===n&&(n=0);var o=e.call(this,t)||this;return o.name="Compile Error",o.errLink=r,o.code=n,o}return n(t,e),t}(Error);t.CompileError=p;var f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Schema Error",t}return n(t,e),t}(Error);t.SchemaError=f;var h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="QRCode Error",t}return n(t,e),t}(Error);t.QRCodeError=h},2139:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.FRONT_PAGE_EVENT=t.IDE_PERFORMANCE_EVENTS=t.IDE_TIMELINE_NAMES=t.IDE_MODULES=t.SLARDAR_EVENT=void 0;var o=r(8039);t.SLARDAR_EVENT=n(n(n({},o.UPDATE_SLARDAR_EVENTS),o.UPDATE_SLARDAR_EVENTS_TECH),{VELA_CLICK_PREVIEW:"VELA_CLICK_PREVIEW",VELA_PREVIEW_FAIL:"VELA_PREVIEW_FAIL",VELA_CLICK_UPLOAD:"VELA_CLICK_UPLOAD",UPLOAD_VERSION_FOCUS:"UPLOAD_VERSION_FOCUS",UPLOAD_VERSION_ERROR:"UPLOAD_VERSION_ERROR",VELA_UPLOAD_FAIL:"VELA_UPLOAD_FAIL",VELA_SHOW_INIT_VIEW_TIME:"VELA_SHOW_INIT_VIEW_TIME",VELA_PREVIEW_TIME:"VELA_PREVIEW_TIME",VELA_UPLOAD_TIME:"VELA_UPLOAD_TIME",VELA_COMPILE_FIRST_END:"VELA_COMPILE_FIRST_END",VELA_COMPILE_TIME:"VELA_COMPILE_TIME",PUCK_COMPILE_ERROR:"PUCK_COMPILE_ERROR",IDE_COMPILE_PERFORMANCE:"IDE_COMPILE_PERFORMANCE",IDE_COMPILE_RESULT:"IDE_COMPILE_RESULT",VELA_SIMULATOR_RENDER_TIME:"VELA_SIMULATOR_RENDER_TIME",VELA_SIMULATOR_FIRST_RENDER_SUCCESS:"VELA_SIMULATOR_FIRST_RENDER_SUCCESS",VELA_AUDIT_SCORE:"VELA_AUDIT_SCORE",MENU_BAR_DEBUG_SETTING_SAVE:"MENU_BAR_DEBUG_SETTING_SAVE",MENU_BAR_DEBUG_SETTING_SAVE_FAIL:"MENU_BAR_DEBUG_SETTING_SAVE_FAIL",MENU_BAR_DEBUG_APPLY_TEST_TMA:"MENU_BAR_DEBUG_APPLY_TEST_TMA",MENU_BAR_DEBUG_APPLY_TEST_TMA_FAIL:"MENU_BAR_DEBUG_APPLY_TEST_TMA_FAIL",MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL:"MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL",MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL_FAIL:"MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL_FAIL",MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL:"MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL",MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL_FAIL:"MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL_FAIL",MENU_BAR_DEBUG_APPLY_BOE:"MENU_BAR_DEBUG_APPLY_BOE",MENU_BAR_DEBUG_APPLY_BOE_FAIL:"MENU_BAR_DEBUG_APPLY_BOE_FAIL",MENU_BAR_DEBUG_APPLY_PPE:"MENU_BAR_DEBUG_APPLY_PPE",MENU_BAR_DEBUG_APPLY_PPE_FAIL:"MENU_BAR_DEBUG_APPLY_PPE_FAIL",VELA_POST_MESSAGE_LIST:"VELA_POST_MESSAGE_LIST",VELA_POST_MESSAGE_LIST_FAIL:"VELA_POST_MESSAGE_LIST_FAIL",VELA_AVATAR_LOGOUT:"VELA_AVATAR_LOGOUT",VELA_AVATAR_LOGOUT_FAIL:"VELA_AVATAR_LOGOUT_FAIL",VELA_CLEAR_ALL_SESSION:"VELA_CLEAR_ALL_SESSION",VELA_CLEAR_ALL_SESSION_FAIL:"VELA_CLEAR_ALL_SESSION_FAIL",VELA_CLEAR_DATA_SESSION:"VELA_CLEAR_DATA_SESSION",VELA_CLEAR_DATA_SESSION_FAIL:"VELA_CLEAR_DATA_SESSION_FAIL",VELA_CLEAR_LOGIN_SESSION:"VELA_CLEAR_LOGIN_SESSION",VELA_CLEAR_LOGIN_SESSION_FAIL:"VELA_CLEAR_LOGIN_SESSION_FAIL",VELA_CLEAR_AUTH_SESSION:"VELA_CLEAR_AUTH_SESSION",VELA_CLEAR_AUTH_SESSION_FAIL:"VELA_CLEAR_AUTH_SESSION_FAIL",VELA_ADD_COMPILE_MODE:"VELA_ADD_COMPILE_MODE",VELA_ADD_COMPILE_MODE_FAIL:"VELA_ADD_COMPILE_MODE_FAIL",VELA_COMPILE:"VELA_COMPILE",VELA_COMPILE_FAIL:"VELA_COMPILE_FAIL",VELA_CHANGE_COMPILE_MODE:"VELA_CHANGE_COMPILE_MODE",VELA_CHANGE_COMPILE_MODE_FAIL:"VELA_CHANGE_COMPILE_MODE_FAIL",VELA_SELECT_SDK:"VELA_SELECT_SDK",VELA_SELECT_SDK_FAIL:"VELA_SELECT_SDK_FAIL",VELA_CLICK_CONVERT_TOOL:"VELA_CLICK_CONVERT_TOOL",VELA_CONVERT_EMIT:"VELA_CONVERT_EMIT",VELA_OPEN_PROJECT_FROM_CONVERT_TOOL:"VELA_OPEN_PROJECT_FROM_CONVERT_TOOL",VELA_BUILD_NPM:"VELA_BUILD_NPM",VELA_BUILD_NPM_FAIL:"VELA_BUILD_NPM_FAIL",PACKAGE_SIZE:"PACKAGE_SIZE",UPLOAD_SUCCESS_EVENT:"UPLOAD_SUCCESS_EVENT",SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CONFIRM:"SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CONFIRM",SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CANCEL:"SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CANCEL",IDE_GET_SDK_LIST_FAIL:"IDE_GET_SDK_LIST_FAIL",IDE_REQUEST_START:"IDE_REQUEST_START",IDE_REQUEST_FAIL:"IDE_REQUEST_FAIL",IDE_COLOR_THEME:"IDE_COLOR_THEME",IDE_HELP_DEVELOPER_COMMUNITY:"IDE_HELP_DEVELOPER_COMMUNITY",IDE_MESSAGE_EXPAND_CLICK:"IDE_MESSAGE_EXPAND_CLICK",IDE_MODULE_CLICK:"IDE_MODULE_CLICK",IDE_MODULE_USAGE:"IDE_MODULE_USAGE",IDE_MODULE_LOADTIME:"IDE_MODULE_LOADTIME",IDE_MODULE_PERFORMANCE:"IDE_MODULE_PERFORMANCE",IDE_PERFORMANCE:"IDE_PERFORMANCE",IDE_DEVICE_INFO_DISPLAY:"IDE_DEVICE_INFO_DISPLAY",IDE_DEVICE_INFO_CPU:"IDE_DEVICE_INFO_CPU",IDE_DEVICE_INFO_OS:"IDE_DEVICE_INFO_OS",IDE_SIMULATOR_LOAD_TIME:"IDE_SIMULATOR_LOAD_TIME",IDE_MENU_CLICK:"IDE_MENU_CLICK",IDE_LANGUAGE:"IDE_LANGUAGE",IDE_ROOM_SERVICE_TRACE:"IDE_ROOM_SERVICE_TRACE",IDE_UPDATE_STEP_ERROR:"IDE_UPDATE_STEP_ERROR",IDE_SCENE_START:"IDE_SCENE_START",IDE_SCENE_END:"IDE_SCENE_END",IDE_APPID_SELECT:"IDE_APPID_SELECT",IDE_APPID_CHANGE:"IDE_APPID_CHANGE",IDE_JS_BLOCK:"IDE_JS_BLOCK",IDE_LOW_FPS:"IDE_LOW_FPS",IDE_LOW_MEMORY:"IDE_LOW_MEMORY",IDE_FETCH_ADMIN_XCONFIG_TMAR:"IDE_FETCH_ADMIN_XCONFIG_TMAR",IDE_BIG_PACKAGESIZE_CHECK:"IDE_BIG_PACKAGESIZE_CHECK",IDE_WORKBENCH_WILL_RENDER:"IDE_WORKBENCH_WILL_RENDER",IDE_WORKBENCH_RENDERED:"IDE_WORKBENCH_RENDERED",IDE_CODE_WINDOW_NUM:"IDE_CODE_WINDOW_NUM",IDE_NEW_CODE_WINDOW:"IDE_NEW_CODE_WINDOW",IDE_DETAIL_PANEL_OPENED:"IDE_DETAIL_PANEL_OPENED",IDE_DETAIL_PANEL_CLOSED:"IDE_DETAIL_PANEL_CLOSED",IDE_SETTING_PAGE_SHOW:"IDE_SETTING_PAGE_SHOW",IDE_SETTING_PAGE_OPERATION:"IDE_SETTING_PAGE_OPERATION",IDE_MODULE_CLICK_AUTH_REG:"IDE_MODULE_CLICK_AUTH_REG",IDE_MODULE_CLICK_AUTH_UNREGPOP_REG:"IDE_MODULE_CLICK_AUTH_UNREGPOP_REG",IDE_MODULE_CLICK_AUTH_UNREGPOP_CANCEL:"IDE_MODULE_CLICK_AUTH_UNREGPOP_CANCEL",IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGIN:"IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGIN",IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGSUCC:"IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGSUCC",IDE_MODULE_CLICK_AUTH_UNREGPOP_FORGETPASS:"IDE_MODULE_CLICK_AUTH_UNREGPOP_FORGETPASS",IDE_MODULE_CLICK_AUTH_UNREGPOP_GETVERY:"IDE_MODULE_CLICK_AUTH_UNREGPOP_GETVERY",IDE_MODULE_AUTH_SCAN_QRCODE:"IDE_MODULE_AUTH_SCAN_QRCODE",IDE_MODULE_CLICK_AUTH_LOGIN_BUTTON:"IDE_MODULE_CLICK_AUTH_LOGIN_BUTTON",IDE_MODULE_CLICK_AUTH_UNREGPOP_REFQRCODE:"IDE_MODULE_CLICK_AUTH_UNREGPOP_REFQRCODE",IDE_MODULE_CLICK_AUTH_UNREGPOP_DUEQRCODE:"IDE_MODULE_CLICK_AUTH_UNREGPOP_DUEQRCODE",VELA_CHECK_EXIST_PROJECT:"VELA_CHECK_EXIST_PROJECT",VELA_DELETE_PROJECT:"VELA_DELETE_PROJECT",VELA_NEW_PROJECT:"VELA_NEW_PROJECT",VELA_NEW_PROJECT_FAIL:"VELA_NEW_PROJECT_FAIL",VELA_REQUEST_TEMPLATE_LIST:"VELA_REQUEST_TEMPLATE_LIST",VELA_REQUEST_TEMPLATE_LIST_FAIL:"VELA_REQUEST_TEMPLATE_LIST_FAIL",VELA_CHECK_TEMPLATE:"VELA_CHECK_TEMPLATE",VELA_SCHEMA_DOWNLOAD_MINICODE:"VELA_SCHEMA_DOWNLOAD_MINICODE",IDE_FRONTPAGE_PM_LIST:"IDE_FRONTPAGE_PM_LIST",CREATE_PROGRAM:"CREATE_PROGRAM",IDE_WXTOTT_ERROR:"IDE_WXTOTT_ERROR",IDE_SCENE_USER_OPERATE:"IDE_SCENE_USER_OPERATE",IDE_TEMPLATE_HOVER:"IDE_TEMPLATE_HOVER",IDE_TEMPLATE_DETAIL:"IDE_TEMPLATE_DETAIL",IDE_QUICK_JS_ERROR:"IDE_QUICK_JS_ERROR"}),t.IDE_MODULES={LOGIN:"LOGIN",MESSAGE:"MESSAGE",SIMULATOR:"SIMULATOR",SIMULATOR_USAGE:"SIMULATOR_USAGE",DEVTOOL:"DEVTOOL",DEVTOOL_USAGE:"DEVTOOL_USAGE",REFRESH:"REFRESH",CLEAR_CACHE:"CLEAR_CACHE",COMPILE_ORDINARY:"COMPILE_ORDINARY",SELF_COMPILE_MODE:"SELF_COMPILE_MODE",COMPILE:"COMPILE",PREVIEW:"PREVIEW",REMOTE_DEBUG:"REMOTE_DEBUG",UPLOAD:"UPLOAD",SIGN_CHECK:"SIGN_CHECK",INTELLIGENCE:"INTELLIGENCE",SHARE_PROJECT:"SHARE_PROJECT",PROJECT_MANAGE:"PROJECT_MANAGE",PROJECT_DETAIL:"PROJECT_DETAIL",CHECK_THIRD_PART_MINIAPP:"CHECK_THIRD_PART_MINIAPP",NPM_FUNCTION:"NPM_FUNCTION",EDITOR:"EDITOR",WORKBENCH:"WORKBENCH",SETTING:"SETTING",AVATAR:"AVATAR",UPDATE:"UPDATE",EDITOR_SAVE:"EDITOR_SAVE"},t.IDE_TIMELINE_NAMES=n(n({},t.IDE_MODULES),{SIMULATOR_FIRST_LOADING_END:"SIMULATOR_FIRST_LOADING_END",SIMULATOR_LOADING:"SIMULATOR_LOADING"}),t.IDE_PERFORMANCE_EVENTS={projectmanageCreated:"performance:projectmanageCreated",projectmanageReady:"performance:projectmanageReady",openProject:"performance:openProject",editorReady:"performance:editorReady",workbenchReady:"performance:workbenchReady",simulatorReady:"performance:simulatorReady",simulatorFirstLoadingEnd:"performance:simulatorFirstLoadingEnd",compilePartialEnd:"performance:compilePartialEnd",previewStart:"performance:previewStart",previewCodeReady:"performance:previewCodeReady",uploadStart:"performance:uploadStart",uploadEnd:"performance:uploadEnd",shareStart:"performance:shareStart",shareEnd:"performance:shareEnd",remoteDebugStart:"performance:remoteDebugStart",remoteDebugCodeReady:"performance:remoteDebugCodeReady"},t.FRONT_PAGE_EVENT={VELA_CAPTCHA_REQUEST:"VELA_CAPTCHA_REQUEST",VELA_CAPTCHA_FAIL:"VELA_CAPTCHA_FAIL",VELA_PHONE_CAPTCHA_REQUEST:"VELA_PHONE_CAPTCHA_REQUEST",VELA_PHONE_CAPTCHA_FAIL:"VELA_PHONE_CAPTCHA_FAIL",VELA_PHONE_LOGIN_REQUEST:"VELA_PHONE_LOGIN_REQUEST",VELA_PHONE_LOGIN_FAIL:"VELA_PHONE_LOGIN_FAIL",VELA_MAIL_LOGIN_REQUEST:"VELA_MAIL_LOGIN_REQUEST",VELA_MAIL_LOGIN_FAIL:"VELA_MAIL_LOGIN_FAIL",VELA_CHECK_EXIST_PROJECT:"VELA_CHECK_EXIST_PROJECT",VELA_CHECK_EXIST_PROJECT_FAIL:"VELA_CHECK_EXIST_PROJECT_FAIL",VELA_CHECK_TEMPLATE:"VELA_CHECK_TEMPLATE",VELA_CHECK_TEMPLATE_FAIL:"VELA_CHECK_TEMPLATE_FAIL",VELA_DELETE_PROJECT:"VELA_DELETE_PROJECT",VELA_DELETE_PROJECT_FAIL:"VELA_DELETE_PROJECT_FAIL",VELA_IMPORT_PROJECT:"VELA_IMPORT_PROJECT",VELA_IMPORT_PROJECT_FAIL:"VELA_IMPORT_PROJECT_FAIL",VELA_REQUEST_TEMPLATE_LIST:"VELA_REQUEST_TEMPLATE_LIST",VELA_REQUEST_TEMPLATE_LIST_FAIL:"VELA_REQUEST_TEMPLATE_LIST_FAIL",VELA_NEW_PROJECT:"VELA_NEW_PROJECT",VELA_NEW_PROJECT_FAIL:"VELA_NEW_PROJECT_FAIL",VELA_SCHEMA_DOWNLOAD_MINICODE:"VELA_SCHEMA_DOWNLOAD_MINICODE",VELA_SCHEMA_DOWNLOAD_MINICODE_FAIL:"VELA_SCHEMA_DOWNLOAD_MINICODE_FAIL"}},5833:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CompilerPlugin=void 0,(t.CompilerPlugin||(t.CompilerPlugin={})).TYPESCRIPT="typescript"},8039:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UPDATE_SLARDAR_EVENTS_TECH=t.UPDATE_SLARDAR_EVENTS=void 0,t.UPDATE_SLARDAR_EVENTS={IDE_LAUNCH:"IDE_LAUNCH",IDE_UPGRADE_SUGGGEST_POP:"IDE_UPGRADE_SUGGGEST_POP",IDE_UPGRADE_SUGGGEST_POP_CLOSE:"IDE_UPGRADE_SUGGGEST_POP_CLOSE",IDE_UPGRADE_SUGGGEST_POP_NO:"IDE_UPGRADE_SUGGGEST_POP_NO",IDE_UPGRADE_SUGGGEST_POP_YES:"IDE_UPGRADE_SUGGGEST_POP_YES",IDE_UPGRADE_SUGGGEST_POP_VIEWDETAIL:"IDE_UPGRADE_SUGGGEST_POP_VIEWDETAIL",IDE_UPGRADE_ICON:"IDE_UPGRADE_ICON",IDE_UPGRADE_ICON_CLOSE:"IDE_UPGRADE_ICON_CLOSE",IDE_UPGRADE_ICON_RESTART:"IDE_UPGRADE_ICON_RESTART",IDE_UPGRADE_ICON_VIEWDETAIL:"IDE_UPGRADE_ICON_VIEWDETAIL",IDE_FULLUPGRADE_POP:"IDE_FULLUPGRADE_POP",IDE_FULLUPGRADE_POP_CLOSE:"IDE_FULLUPGRADE_POP_CLOSE",IDE_FULLUPGRADE_POP_NO:"IDE_FULLUPGRADE_POP_NO",IDE_FULLUPGRADE_POP_YESBACK:"IDE_FULLUPGRADE_POP_YESBACK",IDE_FULLUPGRADE_POP_YESONCE:"IDE_FULLUPGRADE_POP_YESONCE",IDE_FULLUPGRADE_POP_VIEWDETAIL:"IDE_FULLUPGRADE_POP_VIEWDETAIL"},t.UPDATE_SLARDAR_EVENTS_TECH={IDE_LOADER_IO_ERROR:"IDE_LOADER_IO_ERROR",IDE_LOADER_INSTALL_RECOVER_ERROR:"IDE_LOADER_INSTALL_RECOVER_ERROR",IDE_LOADER_START_FROM_ENTRY:"IDE_LOADER_START_FROM_ENTRY",IDE_LAUNCH_FAIL:"IDE_LAUNCH_FAIL"}},1061:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t},c=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},u=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.AppJSON=void 0;var l=s(r(9849)),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.__isGame=!1,t}return o(t,e),t.from=function(e){return c(this,void 0,void 0,(function(){var r,n;return u(this,(function(o){switch(o.label){case 0:return[4,l.readJson(e)];case 1:return r=o.sent(),(n=new t(r,e)).__isGame=e.endsWith("game.json"),[2,n]}}))}))},Object.defineProperty(t.prototype,"isGame",{get:function(){return this.__isGame},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"subPackages",{get:function(){var e=this.__raw,t=e.subPackages,r=e.subpackages;return t||(void 0===r?[]:r)},enumerable:!1,configurable:!0}),t}(r(4169).JSONContainer);t.AppJSON=p},3652:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t},c=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},u=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.ExtJSON=void 0;var l=s(r(9849)),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.from=function(e){return c(this,void 0,void 0,(function(){return u(this,(function(r){switch(r.label){case 0:return[4,l.readJson(e)];case 1:return[2,new t(r.sent(),e)]}}))}))},t}(r(4169).JSONContainer);t.ExtJSON=p},4169:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.JSONContainer=void 0;var c=i(r(9849)),u=function(){function e(e,t){this.__raw=e,this.path=t}return Object.defineProperty(e.prototype,"rawJSON",{get:function(){return this.__raw},enumerable:!1,configurable:!0}),e.prototype.getKey=function(e,t){var r;return null!==(r=this.__raw[e])&&void 0!==r?r:t},e.prototype.update=function(e,t,r){return void 0===r&&(r=!1),a(this,void 0,void 0,(function(){return s(this,(function(n){switch(n.label){case 0:return this.__raw[e]=t,r?[4,c.writeJson(this.path,this.__raw,{spaces:2})]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}}))}))},e}();t.JSONContainer=u},8559:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t},c=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},u=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.ProjectConfig=t.getOriginAppid=t.isTestAppid=t.getIDEAppTechType=t.setIDEAppTechType=t.DEFAULT_PROJECT_CONFIG=t.setEnvFunctionForProject=void 0;var l=s(r(9849)),p=s(r(1017)),f=r(1061),h=r(3652),d=r(4169),_=r(5833),m=r(7992),v=function(){return m.defaultEnv};t.setEnvFunctionForProject=function(e){v=e};var y={MICROAPP:"tt07e3715e98c9aac0",MICROGAME:"tt975be1e608633d4202",get TOYBOX(){return"boe"===v().env.type?"tte05d96e07f3bdfe710":"tt3c174aaaa32e0eb810"}};t.DEFAULT_PROJECT_CONFIG={appid:"testappId",projectname:"默认小程序名",setting:{urlCheck:!0,es6:!0,postcss:!0,minified:!0,newFeature:!0},scripts:{afterOpen:"",beforeCompile:""}};var E={microapp:"app",microgame:"game",toybox:"toybox"},g="";t.setIDEAppTechType=function(e){g=e},t.getIDEAppTechType=function(){return g};var b="testappid";function A(e,t){return void 0===t&&(t="app"),e.toLocaleLowerCase()===b?(null==g?void 0:g.includes("microapp"))?y.MICROAPP:(null==g?void 0:g.includes("toybox"))?y.TOYBOX:(null==g?void 0:g.includes("microgame"))?y.MICROGAME:"app"===t?y.MICROAPP:y.MICROGAME:e}t.isTestAppid=function(e){return Boolean(e)&&(e===y.MICROAPP||e===y.MICROGAME||e===y.TOYBOX||e.toLowerCase()===b)},t.getOriginAppid=A;var O=function(e){function r(t,r,n){var o=e.call(this,t,r)||this;return o.projectPath=n,o}return o(r,e),r.from=function(e){return c(this,void 0,void 0,(function(){var t;return u(this,(function(n){return t=p.join(e,"project.config.json"),[2,new r(l.readJsonSync(t),t,e)]}))}))},r.prototype.getAppid=function(){var e="";return this.__raw.appid&&(e=this.__raw.appid),this.__raw.ttappid&&(e=this.__raw.ttappid),A(e)},r.prototype.getRealAppid=function(){return c(this,void 0,void 0,(function(){var e,t,r,n;return u(this,(function(o){switch(o.label){case 0:return e="",this.__raw.appid&&(e=this.__raw.appid),this.__raw.ttappid&&(e=this.__raw.ttappid),t=A,r=[e],g?(n=void 0,[3,3]):[3,1];case 1:return[4,this.detectProjectType()];case 2:n=o.sent(),o.label=3;case 3:return[2,e=t.apply(void 0,r.concat([n]))]}}))}))},r.prototype.getSetting=function(){var e;return null!==(e=this.__raw.setting)&&void 0!==e?e:t.DEFAULT_PROJECT_CONFIG.setting},r.prototype.getProjectName=function(){var e;return null!==(e=this.__raw.projectname)&&void 0!==e?e:""},r.prototype.getScripts=function(){var e;return null!==(e=this.__raw.scripts)&&void 0!==e?e:{afterOpen:"",beforeCompile:""}},r.prototype.getConditionData=function(e){var t,r;return null!==(r=null===(t=this.__raw.condition)||void 0===t?void 0:t[e])&&void 0!==r?r:{current:-1,list:[]}},r.prototype.getAutoCompileSetting=function(){var e;return!1!==(null===(e=this.__raw.setting)||void 0===e?void 0:e.autoCompile)},r.prototype.getLocalPluginsSetting=function(){var e,t;return null!==(t=null===(e=this.__raw.setting)||void 0===e?void 0:e.localPlugins)&&void 0!==t&&t},r.prototype.getAfterOpenScript=function(){var e,t;return null===(t=null===(e=this.__raw)||void 0===e?void 0:e.scripts)||void 0===t?void 0:t.afterOpen},r.prototype.getBeforeCompileScript=function(){var e,t;return null===(t=null===(e=this.__raw)||void 0===e?void 0:e.scripts)||void 0===t?void 0:t.beforeCompile},r.prototype.getSkipDomainCheck=function(){var e,t,r;return!(null===(r=null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.urlCheck)||void 0===r||r)},r.prototype.getPreviewHotRestartCache=function(){var e,t,r;return null!==(r=null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.IDEPreviewHotRestartCache)&&void 0!==r&&r},r.prototype.getMiniprogramRoot=function(){var e,t;return null!==(t=null===(e=this.__raw)||void 0===e?void 0:e.miniprogramRoot)&&void 0!==t?t:"./"},r.prototype.getBigPackageSizeSupport=function(){var e,t,r;return null!==(r=null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.bigPackageSizeSupport)&&void 0!==r&&r},r.prototype.detectProjectType=function(e){return c(this,void 0,void 0,(function(){var t;return u(this,(function(r){switch(r.label){case 0:return[4,this.getProjectType()];case 1:return t=r.sent(),[2,e?e===t:t]}}))}))},r.prototype.getProjectType=function(){return c(this,void 0,void 0,(function(){var e,t,r,n,o,i,a,s;return u(this,(function(c){switch(c.label){case 0:return(null==g?void 0:g.includes("microapp"))?[2,"app"]:(null==g?void 0:g.includes("microgame"))||(null==g?void 0:g.includes("toybox"))?[2,"game"]:this.__raw.ttProjectType?[2,E[this.__raw.ttProjectType]]:(e=this.getMiniprogramRoot(),t=p.join(this.projectPath,e,"app.json"),r=t.replace("app.json","app.ts"),n=t.replace("app.json","app.js"),[4,Promise.all([l.pathExists(t),l.pathExists(n),l.pathExists(r)])]);case 1:if(o=c.sent(),this.useTypeScript()){if(o[0]&&(o[1]||o[2]))return[2,"app"]}else if(o[0]&&o[1])return[2,"app"];return i=t.replace("app.json","game.json"),a=i.replace("game.json","game.js"),[4,Promise.all([l.pathExists(i),l.pathExists(a)])];case 2:if((s=c.sent())[0]&&s[1])return[2,"game"];throw new Error("[ProjectConfig]Bad Project Type")}}))}))},r.prototype.getAppJSON=function(){return c(this,void 0,void 0,(function(){var e,t;return u(this,(function(r){switch(r.label){case 0:return[4,this.detectProjectType("app")];case 1:return e=r.sent()?"app.json":"game.json",t=p.join(this.projectPath,this.getMiniprogramRoot(),e),[4,f.AppJSON.from(t)];case 2:return[2,r.sent()]}}))}))},r.prototype.getExtJSON=function(){return c(this,void 0,void 0,(function(){var e;return u(this,(function(t){switch(t.label){case 0:return e=p.join(this.projectPath,this.getMiniprogramRoot(),"ext.json"),[4,h.ExtJSON.from(e)];case 1:return[2,t.sent()]}}))}))},r.prototype.useTypeScript=function(){var e,t;return!!Array.isArray(null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.useCompilerPlugins)&&this.__raw.setting.useCompilerPlugins.includes(_.CompilerPlugin.TYPESCRIPT)},r}(d.JSONContainer);t.ProjectConfig=O},4084:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.reportTea=void 0;var o=n(r(5715)).default.create({baseURL:"https://mcs.snssdk.com",timeout:1e4,headers:{"Content-Type":"application/json"}});t.reportTea=function(e,t,r){var n;void 0===r&&(r={});var i=JSON.stringify(r),a={user:{user_unique_id:t.deviceId},header:{app_id:1733,app_version:t.ideVersion,headers:JSON.stringify({app_full_version:t.ideVersion}),os_name:t.osPlatform,os_version:t.osVersion,custom:{cli_name:null!==(n=t.cliName)&&void 0!==n?n:""}},verbose:1},s=Object.assign({},a,{events:[{event:e,params:i}]});o.post("/v1/json",s).catch((function(e){console.error("上报数据出错",e)}))}},4415:function(e,t){"use strict";var r=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};function n(e){return e.endsWith("/")?e:e.concat("/")}Object.defineProperty(t,"__esModule",{value:!0}),t.ensureEndSlash=t.formatSize=t.normalizeSize=void 0,t.normalizeSize=function(e){var t=e.__APP__,o=void 0===t?0:t,i=r(e,["__APP__"]),a={main:{path:"main",size:o},sub:[],total:o};return Object.keys(i).forEach((function(e){var t,r=i[e];null===(t=a.sub)||void 0===t||t.push({path:n(e),size:r}),a.total=a.total+r})),a},t.formatSize=function(e){return e>1048576?(e/1024/1024).toFixed(2)+"MB":e>1024?(e/1024).toFixed(1)+"KB":e+"B"},t.ensureEndSlash=n},7992:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.setJestMock=t.setSlardarInstance=t.setEnvFunction=t.defaultEnv=t.AxiosInstance=void 0;var a=i(r(5715)),s=r(2139),c=r(925),u=new Map;u.set(/https:\/\/microapp.bytedance.com\/(.*)/,"http://developer-boe.toutiao.com.boe-gateway.byted.org/$1"),u.set(/https:\/\/developer.toutiao.com\/(.*)/,"http://developer-boe.toutiao.com.boe-gateway.byted.org/$1"),u.set(/https:\/\/developer.open-douyin.com\/(.*)/,"https://dy-open-platform-boe.bytedance.net/$1"),u.set(/https:\/\/ma.zijieapi.com\/(api\/apps\/user\/tp_info)/,"http://developer-boe.toutiao.com/$1"),u.set(/https:\/\/ma.zijieapi.com\/(api\/apps\/.*)/,"http://developer-boe.toutiao.com/$1");var l={env:{type:"online",channel:""},proxy:{host:null,port:null}};t.defaultEnv=l;var p=function(){return l},f={reportRequestError:function(){},reportCustomEvent:function(){}},h=[function(e){var t,r,i;if(null===(i=e.headers)||void 0===i?void 0:i.online)return e;var a=p().env,s="boe"===a.type,c=a.channel;if(!s)return e;try{for(var l=n(u),f=l.next();!f.done;f=l.next()){var h=o(f.value,2),d=h[0],_=h[1];if(e.url&&d.test(e.url)){e.url=e.url.replace(d,_);break}}}catch(e){t={error:e}}finally{try{f&&!f.done&&(r=l.return)&&r.call(l)}finally{if(t)throw t.error}}return c&&e.headers&&(e.headers["X-TT-ENV"]=c),e},function(e){var t;if(null===(t=e.headers)||void 0===t?void 0:t.online)return e;var r=p().env,n="ppe"===r.type,o=r.channel;return n&&(e.headers["X-USE-PPE"]=1),n&&e.headers&&o&&(e.headers["X-TT-ENV"]=o),e}],d=a.default.create({adapter:c,timeout:6e4});t.AxiosInstance=d,d.interceptors.request.use((function(e){null==f||f.reportCustomEvent(s.SLARDAR_EVENT.IDE_REQUEST_START,void 0,{url:(null==e?void 0:e.url)||""});var t=p().proxy;return t.host?e.proxy={host:t.host,port:t.port?+t.port:80}:t&&t.host&&t.port||(e.proxy=!1),h.forEach((function(t){return t(e)})),e}),(function(e){return null==f||f.reportRequestError({url:null==e?void 0:e.url,statusMessage:String(e),caller:"interceptors.request.error"}),Promise.reject(e)})),d.interceptors.response.use((function(e){var t,r,n,o;return e.status>=200&&e.status<300||null==f||f.reportRequestError({url:null===(t=null==e?void 0:e.request)||void 0===t?void 0:t.url,ttLogId:null===(r=e.headers)||void 0===r?void 0:r["x-tt-logid"],statusCode:null==e?void 0:e.status,statusMessage:null==e?void 0:e.statusText,caller:"interceptors.response"}),process.env.isIDE&&console.info(e.config.url,"x-tt-logid",null!==(o=null===(n=e.headers)||void 0===n?void 0:n["x-tt-logid"])&&void 0!==o?o:""),e}),(function(e){var t,r,n,o,i,a,s,c,u;return null==f||f.reportRequestError({url:(null===(r=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.config)||void 0===r?void 0:r.url)||(null===(n=null==e?void 0:e.request)||void 0===n?void 0:n.url),statusCode:null===(o=null==e?void 0:e.response)||void 0===o?void 0:o.status,statusMessage:String(e),ttLogId:null!==(s=null===(a=null===(i=null==e?void 0:e.response)||void 0===i?void 0:i.headers)||void 0===a?void 0:a["x-tt-logid"])&&void 0!==s?s:null===(u=null===(c=null==e?void 0:e.request)||void 0===c?void 0:c.headers)||void 0===u?void 0:u["x-tt-logid"],caller:"interceptors.response.error"}),Promise.reject(e)})),d.interceptors.request.use((function(e){return e.headers&&(e.headers.Referer="developer.toutiao.com"),e})),t.setEnvFunction=function(e){p=e},t.setSlardarInstance=function(e){f=e},t.setJestMock=function(e){Object.entries(e).forEach((function(e){var t=o(e,2),r=t[0],n=t[1];d[r]=n}))}},9345:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.audit=t.getAuditHostsList=void 0;var s=r(7992),c=a(r(9258)),u=a(r(7147)),l=r(1728);function p(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,f;return i(this,(function(i){switch(i.label){case 0:return t=e.appid,p={},f={},[4,(0,l.getUserCookies)()];case 1:p.headers=(f.Cookie=i.sent(),f),r=p,i.label=2;case 2:return i.trys.push([2,4,,5]),[4,s.AxiosInstance.get("https://microapp.bytedance.com/platform_api/v1/app/"+t+"/code_manager/versions",r)];case 3:return n=i.sent(),o=n.data||{},a=o.error,c=o.message,u=o.data,a?[2,{success:!1,msg:c||"Get host failed,please check if your appid is valid",data:u}]:[2,{success:!0,msg:"",data:u}];case 4:return[2,{success:!1,msg:i.sent().message,data:null}];case 5:return[2]}}))}))}function f(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,f;return i(this,(function(i){switch(i.label){case 0:return t=e.appid,p={},f={},[4,(0,l.getUserCookies)()];case 1:p.headers=(f.Cookie=i.sent(),f),r=p,i.label=2;case 2:return i.trys.push([2,4,,5]),[4,s.AxiosInstance.get("https://microapp.bytedance.com/platform_api/app/publish/v2/"+t+"/audit/host",r)];case 3:return n=i.sent(),o=n.data||{},a=o.error,c=o.message,u=o.data,a?[2,{success:!1,msg:c||"Get host failed,please check if your appid is valid",hostList:{},preHost:[]}]:u.hostList||u.preHost?[2,{success:!0,hostList:u.hostList,preHost:u.preHost}]:[2,{success:!1,msg:"You do not have permission to audit app",hostList:{},preHost:[]}];case 4:return[2,{success:!1,msg:i.sent().message,hostList:{},preHost:[]}];case 5:return[2]}}))}))}function h(e,t){return o(this,void 0,void 0,(function(){var r,o,a,u,p,f,h;return i(this,(function(i){switch(i.label){case 0:for(a in r="https://microapp.bytedance.com/api/v2/app/"+t+"/audit",o=new c.default,e)o.append(a,e[a]);return f={},h={},[4,(0,l.getUserCookies)()];case 1:f.headers=n.apply(void 0,[(h.Cookie=i.sent(),h),o.getHeaders()]),u=f,i.label=2;case 2:return i.trys.push([2,4,,5]),[4,s.AxiosInstance.put(r,o,u)];case 3:if((p=i.sent()).data&&0===p.data.error)return[2,void 0];throw new Error(p.data.message);case 4:throw i.sent();case 5:return[2]}}))}))}t.getAuditHostsList=function(e){return o(this,void 0,void 0,(function(){var t,r,n,o;return i(this,(function(i){switch(i.label){case 0:return[4,f({appid:e.appid})];case 1:if(t=i.sent(),r=t.success,n=t.msg,o=t.hostList,r)return[2,Object.keys(o)];throw new Error(n)}}))}))},t.audit=function(e){return o(this,void 0,void 0,(function(){var t,r,o,a,s,c,l,f,d,_,m;return i(this,(function(i){switch(i.label){case 0:return t=e.appid,r=e.host,o=e.autoPublish,a=e.defaultSsUrl,[4,p({appid:t})];case 1:if(s=i.sent(),c=s.success,l=s.data,f=s.msg,!c)throw new Error(f);return d=l.latest.screenshot.map((function(e){return e.uri})).join(","),_={ss_urls:d},!d&&a&&(m=u.default.createReadStream(a),Object.assign(_,{ss1:m,ss2:m,ss3:m})),[4,h(n(n({},_),{auto_publish:o?1:0,host_chosen:r.toString(),notifyContent:"",test_report:"1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"}),t)];case 2:return i.sent(),[2]}}))}))}},9808:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.cliAuth=void 0;var a=i(r(1606)),s=i(r(6495)),c=i(r(8366)),u=r(4263),l=r(4113);function p(e){return n(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return e.mobile?[2,"mobile"]:e.email?[2,"email"]:[4,s.default.prompt([{name:"action",type:"list",message:"Please choose login type:",choices:[{name:"Mobile",value:"mobile"},{name:"Email",value:"email"},{name:"Cancel",value:!1}]}])];case 1:return[2,t.sent().action]}}))}))}t.cliAuth=function(e){return n(this,void 0,void 0,(function(){var t,r,n,i;return o(this,(function(o){switch(o.label){case 0:return[4,p(e)];case 1:return(t=o.sent())?((0,u.clearConsole)(a.default.bold.green(("mobile"===t?"📱":" 📧")+" Sign in with "+t)),[4,s.default.prompt([{name:"inputRet",type:"input",message:"The "+("mobile"===t?"mobile number":"email")+":"}])]):[2];case 2:return r=o.sent().inputRet,"mobile"!==t?[3,6]:[4,(0,l.sendVerificationCodeToPhone)({phoneNumber:r})];case 3:return o.sent(),c.default.info("🎉 Send verification code success"),[4,s.default.prompt([{name:"code",type:"input",message:"The verification code:"}])];case 4:return n=o.sent().code,[4,(0,l.loginByPhone)({phoneNumber:r,code:n})];case 5:return o.sent(),[3,9];case 6:return[4,s.default.prompt([{name:"pwd",type:"password",message:"The password:"}])];case 7:return i=o.sent().pwd,[4,(0,l.loginByEmail)({email:r,password:i})];case 8:o.sent(),o.label=9;case 9:return c.default.info("🎉 Login success"),[2]}}))}))}},2893:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getConfig=t.setConfig=void 0;var s=r(7992),c=r(8559),u=a(r(469)),l=i(r(9849)),p=i(r(1017)),f=r(7310),h=a(r(8366)),d=r(4263),_=(0,d.getCliDefaultStoragePath)(),m=p.join(_,"config.json"),v={proxy:null,tempFilePath:null,storagePath:_,url:{makeSchema:"https://developer.toutiao.com/api/developer/ide/v1/microapp/make_schema",compileProgress:"https://microapp.bytedance.com/api/v1/app/${appid}/compile_progress",preview:"https://developer.toutiao.com/api/v2/app/${appid}/preview",upload:"https://developer.toutiao.com/api/v2/app/${appid}/testing",emailLogin:"https://developer.toutiao.com/passport/web/email/login/",mobileLogin:"https://developer.toutiao.com/passport/web/sms_login/",sendLoginCode:"https://developer.toutiao.com/passport/web/send_code/",getUserInfo:"https://microapp.bytedance.com/api/v1/user"},interactGameUrl:{makeSchema:"https://developer.toutiao.com/api/developer/ide/v1/microapp/make_schema",compileProgress:"https://developer.toutiao.com/api/developer/ide/v1/compile_progress",preview:"https://developer.toutiao.com/api/developer/ide/v1/preview",upload:"https://developer.toutiao.com/api/developer/ide/v1/testing"},microgameUrl:{makeSchema:"https://developer.toutiao.com/api/developer/ide/microgame/v1/make_schema",compileProgress:"https://developer.toutiao.com/api/developer/ide/microgame/v1/compile_progress?appid=",preview:"https://developer.toutiao.com/api/developer/ide/microgame/v1/preview?appid=",upload:"https://developer.toutiao.com/api/developer/ide/microgame/v1/testing?appid=",versionInfo:"https://developer.toutiao.com/api/developer/ide/microgame/v1/versions?appid="},env:{type:"online",channel:""},allowReportEvent:!0},y=(0,u.default)(v);if((0,d.isCli)()&&(l.existsSync(m)?((y=l.readJSONSync(m)).url.emailLogin=v.url.emailLogin,y.url.mobileLogin=v.url.mobileLogin,y.url.sendLoginCode=v.url.sendLoginCode):(l.ensureFileSync(m),l.writeJsonSync(m,v))),!(0,d.isIDE)()){var E=function(){var e=y.proxy,t=e?new f.URL(e):null;return{env:y.env,proxy:{host:t?t.hostname:null,port:t?t.port:null}}};(0,s.setEnvFunction)(E),(0,c.setEnvFunctionForProject)(E)}t.setConfig=function(e,t){if(void 0===t&&(t=!1),t)y=(0,u.default)(v),h.default.info("setConfig "+JSON.stringify(v,null,2));else{for(var r in e)"object"==typeof e[r]?y[r]=Object.assign(y[r],(0,u.default)(e[r])):y[r]=(0,u.default)(e[r]);h.default.info("setConfig "+JSON.stringify(e))}(0,d.isCli)()&&l.writeJsonSync(m,y)},t.getConfig=function(){return Object.assign({},y)}},2173:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.createProject=void 0;var u=r(7992),l=i(r(9849)),p=i(r(1017)),f=c(r(2541)),h=r(2696),d=c(r(8366)),_=r(4263);function m(e,t){return a(this,void 0,void 0,(function(){var r=this;return s(this,(function(n){switch(n.label){case 0:return[4,new Promise((function(n,o){return a(r,void 0,void 0,(function(){var r,i;return s(this,(function(a){switch(a.label){case 0:return r=p.join(t,"template.zip"),i=l.createWriteStream(r),[4,u.AxiosInstance.get(e,{responseType:"stream"})];case 1:return a.sent().data.pipe(i),i.on("finish",(function(){l.createReadStream(r).pipe(f.default.Extract({path:t})).on("close",(function(){l.unlinkSync(r),n()})).on("error",(function(e){l.unlinkSync(r),o(e)}))})).on("error",(function(e){o(e)})),[2]}}))}))}))];case 1:return[2,n.sent()]}}))}))}t.createProject=function(e){return a(this,void 0,void 0,(function(){var t,r,n,o,i,a;return s(this,(function(s){switch(s.label){case 0:return t=e.projectName,r=e.force,n=e.template,(o=e.type)||(o="js"),(i=e.targetDir)||(i=p.resolve(process.cwd(),t||".")),l.existsSync(i)?r?[4,l.remove(i)]:[3,2]:[3,3];case 1:return s.sent(),d.default.info("Remove "+i),[3,3];case 2:throw new Error(i+" Exist");case 3:return l.ensureDirSync(i),"rich"!==n?[3,5]:(a="js"===o?h.TEMPLATE_DOWNLOAD_URL:h.TS_TEMPLATE_DOWNLOAD_URL,d.default.info("⚙️ Installing template. This might take a while...."),[4,m(a,i)]);case 4:return s.sent(),[3,8];case 5:return"empty"!==n?[3,8]:[4,l.copy(p.join((0,_.getPackageRoot)(),"./templates/"+("js"===o?"empty":"empty-ts")),i)];case 6:return s.sent(),[4,(0,_.createProjectConfigFile)(t,i,"ts"===o)];case 7:s.sent(),s.label=8;case 8:return d.default.info("🎉 Successfully created project "+t),[2]}}))}))}},4113:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.logout=t.checkSession=t.loginByPhone=t.sendVerificationCodeToPhone=t.loginByEmail=void 0;var s=r(2747),c=r(7992),u=a(r(3477)),l=r(1728),p=a(r(8366)),f=r(4263),h=r(2893),d={aid:1365};function _(e){return o(this,void 0,void 0,(function(){var t,r,o,a,s,l,p;return i(this,(function(i){switch(i.label){case 0:t=e.type,r=e.params,o=(0,h.getConfig)(),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,c.AxiosInstance.post("mobile"===t?o.url.mobileLogin:o.url.emailLogin,u.default.stringify(n(n({},d),r)),{headers:{"content-type":"application/x-www-form-urlencoded"}})];case 2:return a=i.sent(),s=a.data,l=a.headers,[2,{success:p="success"===s.message,cookies:l["set-cookie"],msg:p?"":s.data.description||"Login failed, please try again"}];case 3:return[2,{success:!1,msg:i.sent().message,cookies:null}];case 4:return[2]}}))}))}function m(e){return o(this,void 0,void 0,(function(){var t,r,n,o;return i(this,(function(i){switch(i.label){case 0:return t=(0,h.getConfig)(),e?[3,2]:[4,(0,l.getUserCookies)()];case 1:e=i.sent(),i.label=2;case 2:return i.trys.push([2,4,,5]),[4,c.AxiosInstance.get(t.url.getUserInfo,{params:{},headers:{Cookie:e}})];case 3:return r=i.sent().data,n=!r.error,o={username:r.name||"",avatar:r.avatar||"",developerId:r.developer_id||"",mobile:r.mobile||"",email:r.email||"",auditStatus:r.audit_status||0,uid:r.uid},[2,{success:n,userData:o,msg:n?"":"Login fail, please try later"}];case 4:return[2,{success:!1,msg:i.sent().message}];case 5:return[2]}}))}))}function v(e){return o(this,void 0,void 0,(function(){var t,r,o;return i(this,(function(i){switch(i.label){case 0:t=(0,h.getConfig)(),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,c.AxiosInstance.get(t.url.sendLoginCode,{params:n(n({},d),{type:24,mobile:e}),headers:{"User-Agent":"bytedanceide"}})];case 2:return r=i.sent().data,[2,{success:o="success"===r.message,msg:o?"":"Get verification code fail, please try later"}];case 3:return[2,{success:!1,msg:i.sent().message}];case 4:return[2]}}))}))}t.loginByEmail=function(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,h,d;return i(this,(function(i){switch(i.label){case 0:return t=e.email,r=e.password,n=e.dontSaveCookie,(0,f.validateEmail)(t),[4,_({type:"email",params:{mix_mode:1,email:(0,f.mixEncode)(t),password:(0,f.mixEncode)(r)}})];case 1:if(o=i.sent(),a=o.success,c=o.msg,u=o.cookies,!a||!u)throw new s.LoginError(c);return[4,m(u)];case 2:if(p=i.sent(),h=p.success,d=p.msg,!h)throw new s.LoginError(d);return n||(0,l.saveUserCookies)(u),[2,u]}}))}))},t.sendVerificationCodeToPhone=function(e){return o(this,void 0,void 0,(function(){var t,r;return i(this,(function(n){switch(n.label){case 0:return t=e.phoneNumber,(0,f.validatePhoneNumber)(t),[4,v(t)];case 1:if(!(r=n.sent()).success)throw new s.LoginError(r.msg);return[2]}}))}))},t.loginByPhone=function(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,h,d;return i(this,(function(i){switch(i.label){case 0:return t=e.phoneNumber,r=e.code,n=e.dontSaveCookie,(0,f.validatePhoneNumber)(t),(0,f.validateVerificationCode)(r),[4,_({type:"mobile",params:{mobile:t,code:r}})];case 1:if(o=i.sent(),a=o.success,c=o.msg,u=o.cookies,!a||!u)throw new s.LoginError(c);return[4,m(u)];case 2:if(p=i.sent(),h=p.success,d=p.msg,!h)throw new s.LoginError(d);return n||(0,l.saveUserCookies)(u),[2,u]}}))}))},t.checkSession=function(){return o(this,void 0,void 0,(function(){var e,t,r,n,o;return i(this,(function(i){switch(i.label){case 0:e={isValid:!1,errMsg:null},i.label=1;case 1:return i.trys.push([1,3,,4]),[4,m()];case 2:return t=i.sent(),r=t.success,n=t.msg,e.isValid=r,e.errMsg=n,[3,4];case 3:return o=i.sent(),e.errMsg=o.message,[3,4];case 4:return[2,e]}}))}))},t.logout=function(){return o(this,void 0,void 0,(function(){return i(this,(function(e){return(0,l.removeUserCookies)(),p.default.info("✅ Logout success"),[2]}))}))}},3077:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.getAppVersions=t.fetchMeta=t.isRealToyId=t.getMeta=void 0;var i=r(2747),a=r(7992),s=r(1728),c=r(4263);function u(e){var t=e.appid,r=e.isGame,c=void 0!==r&&r;return n(this,void 0,void 0,(function(){var e,r,n,u,l;return o(this,(function(o){switch(o.label){case 0:return e=function(e){return"https://developer.toutiao.com/api/apps/v3/meta?appid="+e+"&aid=13&version=current&ttcode=OVCNW/U0UREwv0sHdY9Rm16vBgGrCQIBOWurUCmJ1H6d/2XHLKeOYTYfEJIEeC0AOCwBZAR2j34C4tFN7Nqfq9tHVEpM4OuJM2b8qz0INtUs1qLhKFOtnGa9/Ey0WW86GGocJk074eP72MMhzNmePzaTQzXwn/eqEq4GHwyF2Tg=&aid=1365"}(t),l={},[4,(0,s.getUserCookies)()];case 1:return l.Cookie=o.sent(),r=l,n={},c&&(e="https://developer.toutiao.com/api/developer/ide/v1/version_info",n.app_id=t,n.stage="current"),[4,a.AxiosInstance.get(e,{headers:r,params:n})];case 2:return(u=o.sent().data).error&&0!==u.error||u.code&&0!==u.code?[4,Promise.reject(new i.MetaError(u.data))]:[3,4];case 3:return[2,o.sent()];case 4:return[2,u]}}))}))}t.getMeta=function(e){var t,r;return n(this,void 0,void 0,(function(){var n,i,a,s;return o(this,(function(o){switch(o.label){case 0:return n=e.appid,i=e.isGame,a=void 0!==i&&i,(0,c.validateAppId)(n),[4,u(e)];case 1:return s=o.sent(),a?[2,{version:null===(t=s.data)||void 0===t?void 0:t.current_version}]:[2,{version:null===(r=s.data)||void 0===r?void 0:r.version}]}}))}))},t.isRealToyId=function(e){return n(this,void 0,void 0,(function(){var t;return o(this,(function(r){switch(r.label){case 0:return[4,u({appid:e})];case 1:return[2,!!(t=r.sent().data)&&16===t.tech_type]}}))}))},t.fetchMeta=u,t.getAppVersions=function(e){return n(this,void 0,void 0,(function(){var t,r,n;return o(this,(function(o){switch(o.label){case 0:return o.trys.push([0,5,,6]),n={},[4,(0,s.getUserCookies)()];case 1:return n.Cookie=o.sent(),t=n,[4,a.AxiosInstance.get("https://developer.toutiao.com/api/developer/ide/v1/microapp/versions",{headers:t,params:{app_id:e}})];case 2:return(r=o.sent().data).code&&0!==r.code?[4,Promise.reject(new i.MetaError(r.msg))]:[3,4];case 3:return[2,o.sent()];case 4:return[2,r.data];case 5:return o.sent(),[2,{audit_version:"0.0.0"}];case 6:return[2]}}))}))}},5787:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.projectToQRCode=t.upload=t.preview=void 0;var l=r(2747),p=r(7992),f=u(r(9258)),h=a(r(9849)),d=a(r(1017)),_=u(r(7086)),m=r(7312),v=r(9396),y=r(1728),E=u(r(8366)),g=r(5879),b=r(4486),A=r(4263),O=r(2893),w=r(5834),S=r(1017),C=(0,A.getCliDefaultStoragePath)(),P=d.join(C,"preview.json"),I={hash:"",expireTime:0,shortUrl:"",originSchema:"",previewScene:"default"};if((0,A.isCli)())if(h.existsSync(P))try{I=h.readJSONSync(P)}catch(e){}else h.ensureFileSync(P),h.writeJsonSync(P,I);function L(e){var t,r,o,i;return s(this,void 0,void 0,(function(){var a,s,u,d,_,v,E,g,b,A,w,C,P,I,L,x,R,T,D,j,M;return c(this,(function(c){switch(c.label){case 0:return a=e.devAppid,s=e.projectPath,u=e.type,d=e.uploadVersion,_=e.uploadChangeLog,v=e.uploadNeedUploadSourcemap,E=e.localCompileVersion,b=new f.default,[4,(0,m.folderToZipStream)(s,{whiteList:["**/*"],useTypeScript:!1})];case 1:return A=c.sent(),w=(0,O.getConfig)(),C=p.AxiosInstance.put,"preview"===u?g=w.microgameUrl.preview+a:(g=w.microgameUrl.upload+a,b.append("version",d),b.append("intro",_),b.append("need_upload_sourcemap",String(!!v))),[4,h.readJson((0,S.join)(s,"game.json"))];case 2:return P=c.sent(),I=null!==(t=P.subPackages)&&void 0!==t?t:P.subpackages,b.append("subpackage",String(Boolean(null==I?void 0:I.length))),b.append("local_compile_version",null!=E?E:"4.0.4-rc.17.ide.2"),b.append("source",A,{filename:"source.zip"}),T=C,D=[g,b],j={},M={},[4,(0,y.getUserCookies)()];case 3:return[4,T.apply(void 0,D.concat([(j.headers=n.apply(void 0,[(M.Cookie=c.sent(),M),b.getHeaders()]),j.maxBodyLength=33554432,j)]))];case 4:if(L=c.sent(),x=L.data,R=L.headers,0===x.error||0===x.code)return[2,{metrics:null!==(r=x.performance_metrics)&&void 0!==r?r:{},logId:null!==(o=null==R?void 0:R["x-tt-logid"])&&void 0!==o?o:""}];throw new l.UploadError(null!==(i=x.message)&&void 0!==i?i:x.msg,x.error)}}))}))}function x(e){return s(this,void 0,void 0,(function(){var t,r,n,o;return c(this,(function(i){switch(i.label){case 0:return n={},o={},[4,(0,y.getUserCookies)()];case 1:return n.headers=(o.Cookie=i.sent(),o),t=n,r=(0,O.getConfig)().microgameUrl.compileProgress+e,[4,p.AxiosInstance.get(r,t).then((function(e){var t,r,n,o=e.data||{},i=o.error,a=o.status,s=o.message;return 1===i?{success:!1,done:!1,error:i,msg:s,errLink:null!==(t=e.data.err_link)&&void 0!==t?t:"",passJson:{}}:{success:!0,done:0===i&&2===a,error:i,msg:"",metrics:null!==(r=e.data.performance_metrics)&&void 0!==r?r:{},errLink:null!==(n=e.data.err_link)&&void 0!==n?n:"",passJson:JSON.parse(e.data.pass_json||"{}")}})).catch((function(e){return{success:!1,done:!1,error:-1,msg:e.message,metrics:{},errLink:"",passJson:{}}}))];case 2:return[2,i.sent()]}}))}))}function R(e){return s(this,void 0,void 0,(function(){var t=this;return c(this,(function(r){switch(r.label){case 0:return[4,new Promise((function(r,n){var o=setInterval((function(){return s(t,void 0,void 0,(function(){var t,i,a,s,u,p,f,h,d;return c(this,(function(c){switch(c.label){case 0:return[4,x(e)];case 1:return t=c.sent(),i=t.success,a=t.msg,s=t.error,u=t.errLink,p=t.metrics,f=t.done,h=t.passJson,i||(clearInterval(o),d=new l.CompileError(a,u,s),n(d)),f&&(clearInterval(o),r({metrics:null!=p?p:{},passJson:h})),[2]}}))}))}),1e3)}))];case 1:return[2,r.sent()]}}))}))}function T(e){var t;return s(this,void 0,void 0,(function(){var r,n,o,i,a,s,u,p,f,d,y,O,S,C,x,T,D,j,M,N,U,k,F,G,V,B;return c(this,(function(c){switch(c.label){case 0:return r={shortUrl:"",expireTime:0,originSchema:"",useCache:!1,metrics:{},passJson:{}},n=e.project,o=e.page,i=e.qrcode,a=e.cache,s=e.uploadOptions,u=e.extraInfoJson,p=e.localCompileVersion,f=e.ideConfig,d=e.debug,y=e.uploadCache,O=e.supportSourcemap,S=e.enableHotRestartCache,C=n.path,[4,(0,m.getProjectHash)(C).catch((function(){return""}))];case 1:return x=c.sent(),T=s?"upload":"preview",D=!1,a&&((0,A.isCli)()||(null==f?void 0:f.previewScene)===I.previewScene)&&x&&I.hash===x&&I.shortUrl&&I.expireTime>Date.now()/1e3?(r.shortUrl=I.shortUrl,r.expireTime=I.expireTime,r.originSchema=I.originSchema,r.useCache=!0,E.default.info("项目文件无变动,使用缓存"),D=!0,[3,13]):[3,2];case 2:return(0,g.addNodeToMetrics)(r.metrics,"compileCreate"),[4,(0,v.getAppId)(C)];case 3:return j=c.sent(),[4,(0,v.validateAppId)(j)];case 4:return c.sent(),(0,g.addFieldToMetrics)(r.metrics,"appId",j),M=E.default.loading("正在准备上传..."),y&&x&&I.hash===x&&I.shortUrl&&I.expireTime>Date.now()/1e3?[3,10]:[4,(0,v.verifyPkgSize)(C)];case 5:if(N=c.sent())throw new l.ProjectError(N);return"upload"!==T||(0,A.isIDE)()?[3,7]:[4,(0,w.getMeta)(j)];case 6:if((U=c.sent())&&s&&1===(0,_.default)(U,s.version))throw new l.UploadError(s.version+" is smaller than "+U+"(online version)");c.label=7;case 7:return M.text="正在上传中...",(0,g.addNodeToMetrics)(r.metrics,"IDERequest"),[4,L({devAppid:j,projectPath:C,type:T,uploadChangeLog:null==s?void 0:s.changeLog,uploadVersion:null==s?void 0:s.version,uploadNeedUploadSourcemap:null==s?void 0:s.needUploadSourcemap,extraInfoJson:u,localCompileVersion:p,supportSourcemap:O})];case 8:return k=c.sent(),(0,g.addFieldToMetrics)(r.metrics,"logId",k.logId),M.text="查询编译进度中...",[4,R(j)];case 9:F=c.sent(),r.metrics=(0,g.mergeMetrics)(r.metrics,k.metrics,F.metrics),r.passJson=F.passJson,(0,g.addNodeToMetrics)(r.metrics,"IDEReceiveResponse"),c.label=10;case 10:return null===(null==i?void 0:i.format)?[3,12]:(M.text="生成二维码中...",[4,(0,b.makeSchema)({devAppid:j,extAppid:"",startPage:o.path,query:o.query,scene:o.scene,bdpLog:{launch_from:o.launchFrom,location:o.location},headers:{},ideConfig:f,qrcodeQuery:null==d?void 0:d.query,referrerInfo:o.referrerInfo,hotRestartHash:S&&x?x:"",type:T})]);case 11:G=c.sent(),r.shortUrl=G.shortUrl,r.expireTime=G.expireTime,r.originSchema=G.originSchema,c.label=12;case 12:(0,g.addNodeToMetrics)(r.metrics,"compileClose"),M.stop(),c.label=13;case 13:return"imageFile"!==(null==i?void 0:i.format)?[3,16]:i.output?[4,(0,b.toQRCodeFile)(r.shortUrl,i.output)]:[3,15];case 14:V=c.sent(),r.qrcodeFilePath=V,E.default.info("二维码图片已存储到 "+V),c.label=15;case 15:return[3,19];case 16:return"imageSVG"!==(null==i?void 0:i.format)?[3,19]:D&&I.qrcodeSVG?(r.qrcodeSVG=I.qrcodeSVG,[3,19]):[3,17];case 17:return B=r,[4,(0,b.toQRCodeSVG)(r.shortUrl)];case 18:B.qrcodeSVG=c.sent(),c.label=19;case 19:return d||function(e){I=e,(0,A.isCli)()&&h.writeJsonSync(P,I)}({shortUrl:r.shortUrl,expireTime:r.expireTime,originSchema:r.originSchema,hash:x,previewScene:null!==(t=null==f?void 0:f.previewScene)&&void 0!==t?t:"default",qrcodeSVG:r.qrcodeSVG}),[2,r]}}))}))}t.preview=function(e){return s(this,void 0,void 0,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,T(e)];case 1:return[2,t.sent()]}}))}))},t.upload=function(e){var t;return s(this,void 0,void 0,(function(){return c(this,(function(r){switch(r.label){case 0:return[4,T({project:e.project,qrcode:null!==(t=e.qrcode)&&void 0!==t?t:{format:null,output:"",options:{}},page:{path:"",query:"",scene:"",launchFrom:"",location:""},cache:!1,copyToClipboard:!!e.copyToClipboard,uploadOptions:{version:e.version,changeLog:e.changeLog,needUploadSourcemap:!!e.needUploadSourcemap},extraInfoJson:e.extraInfoJson,localCompileVersion:e.localCompileVersion,ideConfig:e.ideConfig})];case 1:return[2,r.sent()]}}))}))},t.projectToQRCode=T},3098:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5787),t),o(r(9396),t),o(r(5834),t)},5834:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getMeta=void 0;var a=r(2747),s=r(7992),c=r(2893),u=r(1728),l=i(r(7086));t.getMeta=function(e){return n(void 0,void 0,void 0,(function(){var t,r,n,i,p;return o(this,(function(o){switch(o.label){case 0:return t=(0,c.getConfig)().microgameUrl.versionInfo+e,p={},[4,(0,u.getUserCookies)()];case 1:return p.Cookie=o.sent(),r=p,[4,s.AxiosInstance.get(t,{headers:r})];case 2:return(n=o.sent().data).error&&0!==n.error||n.error&&0!==n.code?[4,Promise.reject(new a.MetaError(n.message))]:[3,4];case 3:return[2,o.sent()];case 4:return[2,(i=[n.audit_version,n.gray_version,n.online_version].filter(Boolean).sort(l.default))[i.length-1]]}}))}))}},155:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getPathByteSize=t.getDirByteSize=t.getFileByteSize=t.byte2Mb=t.mb2Byte=void 0;var a=i(r(7147)),s=r(2378);t.mb2Byte=function(e){return 1024*e*1024},t.byte2Mb=function(e,t){return void 0===t&&(t=4),Number((e/1024/1024).toFixed(t))},t.getFileByteSize=function(e){return a.default.statSync(e).size},t.getDirByteSize=function(e,r){return void 0===r&&(r=[]),new Promise((function(i,a){(0,s.glob)("**",{cwd:e,ignore:r,absolute:!0,dot:!0},(function(e,r){return n(void 0,void 0,void 0,(function(){var n,s;return o(this,(function(o){switch(o.label){case 0:if(e)return[2,a(e)];o.label=1;case 1:return o.trys.push([1,3,,4]),[4,Promise.all(r.map((function(e){return(0,t.getFileByteSize)(e)})))];case 2:return n=o.sent(),i(n.reduce((function(e,t){return e+t}))),[3,4];case 3:return s=o.sent(),a(s),[3,4];case 4:return[2]}}))}))}))}))},t.getPathByteSize=function(e,r){return void 0===r&&(r=[]),a.default.statSync(e).isDirectory()?(0,t.getDirByteSize)(e,r):(0,t.getFileByteSize)(e)}},9396:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},s=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.validateAppId=t.getAppId=t.checkAppId=t.checkUCAppId=t.compressZip=t.getDirHash=t.verifyPkgSize=t.PKG_HASH_IGNORE_LIST=t.PKG_SIZE_IGNORE_GLOBS=void 0;var u=c(r(3732)),l=r(2896),p=c(r(9849)),f=c(r(1017)),h=r(2747),d=r(155),_=r(5124),m=r(3077);t.PKG_SIZE_IGNORE_GLOBS=["**/.*","**/.*/**/*","**/node_modules/**","**/**.js.map"],t.PKG_HASH_IGNORE_LIST=[".*","node_modules"];var v=function(e,t,r){return e+"大小为:"+t+"MB,超过 "+r+"MB,请调整包大小再进行上传"};t.verifyPkgSize=function(e){return o(void 0,void 0,void 0,(function(){var r,s,c,u,l,h,m,y,E,g,b,A,O,w,S,C;return i(this,(function(P){switch(P.label){case 0:return P.trys.push([0,9,,10]),[4,p.default.readJson(f.default.join(e,"game.json"))];case 1:return r=P.sent(),s=r.openDataContext,c=null!==(C=r.subPackages)&&void 0!==C?C:r.subpackages,[4,p.default.readJson(f.default.join(e,"project.config.json"))];case 2:return u=P.sent(),[4,(I=u.appid,o(void 0,void 0,void 0,(function(){var e,t,r,o,a,s;return i(this,(function(i){switch(i.label){case 0:return e={normalTotal:16,subMain:4,subPkg:20,subTotal:20,openData:4},[4,(0,_.getIdeSettings)({game_id:I})];case 1:return t=i.sent(),r=null!==(s=null===(a=null===(o=null==t?void 0:t.settings)||void 0===o?void 0:o.compile_config)||void 0===a?void 0:a.limit)&&void 0!==s?s:{},[2,n(n({},e),r)]}}))})))];case 3:return l=P.sent(),s?[4,(0,d.getPathByteSize)(f.default.join(e,s),t.PKG_SIZE_IGNORE_GLOBS)]:[3,5];case 4:return m=P.sent(),[3,6];case 5:m=0,P.label=6;case 6:return(h=m)>(0,d.mb2Byte)(l.openData)?[2,v("小游戏开放数据域文件",(0,d.byte2Mb)(h),l.openData)]:(y=!(null==c?void 0:c.length),E=y?l.normalTotal:l.subTotal,[4,(0,d.getPathByteSize)(e,t.PKG_SIZE_IGNORE_GLOBS)]);case 7:return(g=P.sent())>(0,d.mb2Byte)(E)?[2,v("小游戏包",(0,d.byte2Mb)(g),E)]:y?[2,""]:[4,Promise.all(c.map((function(r){var n=f.default.join(e,r.root);return(0,d.getPathByteSize)(n,t.PKG_SIZE_IGNORE_GLOBS)})))];case 8:return b=P.sent(),A=b.map((function(e,t){return[c[t],e]})).filter((function(e){var t=a(e,2);return t[0],t[1]>(0,d.mb2Byte)(l.subPkg)})),A.length>0?[2,"小游戏分包部分子包("+A.map((function(e){return a(e,1)[0].name})).join("、")+",大小对应为:"+A.map((function(e){var t=a(e,2),r=(t[0],t[1]);return(0,d.byte2Mb)(r)+"MB"})).join("、")+")过大,超过 "+l.subPkg+"MB,请调整包大小再进行上传"]:(O=b.reduce((function(e,t){return e+t})),(w=g-h-O)>(0,d.mb2Byte)(l.subMain)?[2,v("小游戏分包主包",(0,d.byte2Mb)(w),l.subMain)]:[2,""]);case 9:return[2,(S=P.sent())instanceof Error?S.message:String(S)];case 10:return[2]}var I}))}))},t.getDirHash=function(e){return o(void 0,void 0,void 0,(function(){return i(this,(function(r){switch(r.label){case 0:return[4,(0,l.hashElement)(e,{encoding:"hex",folders:{exclude:t.PKG_HASH_IGNORE_LIST}})];case 1:return[2,r.sent().hash]}}))}))},t.compressZip=function(e,r,n){return void 0===n&&(n=[]),new Promise((function(c,l){return o(this,void 0,void 0,(function(){var o,h,d;return i(this,(function(i){switch(i.label){case 0:return o=f.default.resolve(r,f.default.basename(e)+".zip"),h=p.default.createWriteStream(o),d=(0,u.default)("zip",{zlib:{level:9}}),h.on("close",(function(){return c(o)})),d.on("error",(function(e){return console.error("压缩失败:",e),l(e)})),d.pipe(h),d.glob("**/*",{cwd:e,ignore:s(s([],a(t.PKG_SIZE_IGNORE_GLOBS),!1),a(n),!1)},{}),[4,d.finalize()];case 1:return i.sent(),[2]}}))}))}))},t.checkUCAppId=function(e){return/^tt[0-9a-f]{16}(07)$/.test(e)},t.checkAppId=function(e){return/^tt[0-9a-f]{16}([0-9a-f]{2})?$/.test(e)},t.getAppId=function(e){return o(void 0,void 0,void 0,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return[4,p.default.readJson(f.default.join(e,"project.config.json"))];case 1:return"testappid"===(t=r.sent()).appid.toLocaleLowerCase()?[2,"tt975be1e608633d4202"]:[2,t.appid]}}))}))},t.validateAppId=function(e){return o(void 0,void 0,void 0,(function(){var r,n;return i(this,(function(o){switch(o.label){case 0:if((0,t.checkUCAppId)(e))throw r="当前小游戏 AppId 为 "+e+",为Unity&UE小游戏 AppId, 不支持该类型小游戏",new h.ProjectError(r);if(!(0,t.checkAppId)(e))throw new h.ProjectError("请使用正确的 AppId");return[4,(0,m.fetchMeta)({appid:e})];case 1:if((n=o.sent().data)&&2!==n.tech_type)throw new h.ProjectError("请使用小游戏的 AppId");return[2]}}))}))}},5124:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getIdeSettings=t.genDefault=t.SETTINGS_URL=void 0;var s=a(r(4502)),c=r(7992);t.SETTINGS_URL="https://is.snssdk.com/service/settings/v3/",t.genDefault=function(e){return n({caller_name:"minigame_ide",channel:"ide_v2",device_platform:"IDE",device_id:e.device_id,device_id_str:e.device_id_str,version_code:e.version_code,user_id:e.user_id},e)},t.getIdeSettings=function(e){return void 0===e&&(e={}),o(void 0,void 0,void 0,(function(){var r;return i(this,(function(n){switch(n.label){case 0:return[4,c.AxiosInstance.get(t.SETTINGS_URL+"?"+s.default.stringify((0,t.genDefault)(e)))];case 1:if("success"!==(r=n.sent().data).message)throw new Error(r.message);return[2,r.data]}}))}))}},8733:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&__createBinding(t,e,r);return __setModuleDefault(t,e),t},__awaiter=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},__generator=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.buildNpm=void 0;var packNpm=eval("require")("@tt-miniprogram/ext-pack").packNpm,fs_extra_1=__webpack_require__(9849),path=__importStar(__webpack_require__(1017));function buildNpm(e){return __awaiter(this,void 0,void 0,(function(){var t,r,n;return __generator(this,(function(o){switch(o.label){case 0:return t=process.cwd(),r=e.projectPath,n=void 0===r?t:r,path.isAbsolute(n)||(n=path.resolve(t,n)),[4,Promise.all([(0,fs_extra_1.access)(path.resolve(n,"package.json")),(0,fs_extra_1.access)(path.resolve(n,"node_modules"))])];case 1:return o.sent(),[4,new Promise((function(e){packNpm({rootPath:n,isWatch:!1},(function(t,r){e(t?{success:!1,reason:t.message||t.toString()}:{success:!0,reason:r})}))}))];case 2:return[2,o.sent()]}}))}))}exports.buildNpm=buildNpm},7239:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=i(r(2081)),c=i(r(9849)),u=i(r(1017)),l=r(2696),p=a(r(8366)),f=r(4263);t.default=function(e,t){var r=e.projectPath;u.isAbsolute(r)||(r=u.join(process.cwd(),r));var n=!1;try{c.accessSync(r),n=!0}catch(e){p.default.error('The "projectPath" not exist. [path=%s]',r)}var o=(0,f.isMac)()?"open "+l.IDE_SCHEMA:"start "+l.IDE_SCHEMA;t&&(o="export BYTEDANCE_IDE_REMOTE_PORT="+t+" && "+o);var i=o;return n?(p.default.info("Open project. [path=%s]",r),i=o+"?path="+r):p.default.info("Open IDE"),new Promise((function(e,t){s.exec(i,(function(r){r?(p.default.error("Open IDE failed. [err=%o]",r),t(r)):(p.default.info("Open IDE success"),e())}))}))}},7312:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.prettyProjectSize=t.getProjectHash=t.folderToZipStream=t.verifySubPackageSize=t.getProjectSize=t.getFolderSize=void 0;var u=r(2747),l=r(4415),p=c(r(3732)),f=c(r(6883)),h=c(r(9508)),d=r(2896),_=i(r(1017)),m=r(4263),v=c(r(9849)),y=Object.freeze(["**/*.js","**/*.json","**/*.sjs","**/*.ts","**/*.ttml","**/*.ttss","**/*.wxml","**/*.wxs","**/*.wxss","**/*.sk","**/*.md","**/*.aac","**/*.bmp","**/*.br","**/*.cer","**/*.eot","**/*.gif","**/*.jpeg","**/*.jpg","**/*.m4a","**/*.mp3","**/*.mp4","**/*.ogg","**/*.otf","**/*.png","**/*.silk","**/*.svg","**/*.ttf","**/*.wasm","**/*.wav","**/*.webp","**/*.woff","**/*.wxs"]);function E(e,t,r){return void 0===r&&(r={}),a(this,void 0,void 0,(function(){var n,o,i,a,c,l,p,f;return s(this,(function(s){switch(s.label){case 0:n=r.ignore,o=void 0===n?[]:n,s.label=1;case 1:return s.trys.push([1,4,,5]),[4,v.default.lstat(e)];case 2:if((i=s.sent().isFile())&&!e.endsWith(".js"))throw new Error("subPackage root should be a valid js or a directory");return a=i?_.resolve(e,"../"):e,[4,(0,h.default)(i?e:y,{cwd:(0,m.isMac)()?a:a.replace(/\\/g,"/"),ignore:["**/node_modules/**","**/**.js.map"].concat(o.map((function(e){return(0,m.isMac)()?e:e.replace(/\\/g,"/")}))),absolute:!0,onlyFiles:!0,stats:!0})];case 3:return c=s.sent(),l=new Map,c.forEach((function(e){l.set(e.path,e)})),p=0,l.forEach((function(e,r){!t&&r.endsWith(".ts")||t&&r.endsWith(".js")&&l.has(r.replace(/\.js$/,".ts"))||(p+=e.stats?e.stats.size:0)})),[2,p];case 4:throw f=s.sent(),new u.ProjectError(f.toString());case 5:return[2]}}))}))}function g(e,t,r,n){return a(this,void 0,void 0,(function(){var o,i,c,u,p,f,h,d,m,y=this;return s(this,(function(g){switch(g.label){case 0:return o={main:void 0,sub:[],openData:void 0,total:0},i=0,c=_.join(r,e.getMiniprogramRoot()),u=t.subPackages||t.subpackages||[],p=e.useTypeScript(),[4,E(c,p,{ignore:u.map((function(e){var t=_.join(c,e.root);return v.default.lstatSync(t).isFile()?t:_.join(t,"**")}))})];case 1:return f=g.sent(),Array.isArray(u)&&u.length>0?(h=u.reduce((function(e,t){return!t.root||e.includes(t.root)||e.push(t.root),e}),[]),[4,Promise.all(h.map((function(e){return a(y,void 0,void 0,(function(){var t;return s(this,(function(r){switch(r.label){case 0:return[4,E(_.join(c,e),p)];case 1:return t=r.sent(),[2,{path:(0,l.ensureEndSlash)(e),size:t}]}}))}))})))]):[3,3];case 2:d=g.sent(),i+=d.reduce((function(e,t){return e+t.size}),0),o.sub=d,g.label=3;case 3:return n&&t.openDataContext?[4,E(_.join(c,t.openDataContext),p)]:[3,5];case 4:m=g.sent(),o.openData={path:(0,l.ensureEndSlash)(t.openDataContext),size:m},i+=m,f-=m,g.label=5;case 5:return o.total=i+f,o.main={path:c,size:f},[2,o]}}))}))}t.getFolderSize=E,t.getProjectSize=g,t.verifySubPackageSize=function(e,t){return a(this,void 0,void 0,(function(){var r,n,o,i,a,c,p,f,h;return s(this,(function(s){switch(s.label){case 0:return[4,e.getAppJSON()];case 1:return r=s.sent(),n=r.isGame,o=e.projectPath,i={mainMax:4194304,subMax:2097152,totalMax:16777216},"preview"===t&&e.getBigPackageSizeSupport()&&(i.mainMax=8388608,i.subMax=4194304,i.totalMax=25165824),n&&(i.mainMax=1/0,i.subMax=1/0,i.totalMax=20971520),a=[],[4,g(e,r,o,n)];case 2:if((c=s.sent()).total>i.totalMax&&a.push("项目源码包大小 "+(0,l.formatSize)(c.total)+",超过 "+(0,l.formatSize)(i.totalMax)+"。"),(c.sub.length>0||c.openData)&&(p=c.main,f=c.sub,h=c.openData,p.size>i.mainMax&&a.push("主包大小为 "+(0,l.formatSize)(p.size)+",超过 "+(0,l.formatSize)(i.mainMax)+"。"),null==f||f.forEach((function(e){e.size>i.subMax&&a.push(e.path+" 子包大小为 "+(0,l.formatSize)(e.size)+", 超过 "+(0,l.formatSize)(i.subMax)+"。")})),(null==h?void 0:h.size)>i.subMax&&a.push("开放数据域大小为 "+(0,l.formatSize)(h.size)+", 超过 "+(0,l.formatSize)(i.subMax)+"。")),a.length>0)throw new u.PackageSizeError(a.join("\n")+"\n可点击【查看解决方案】查看包体积优化方案,修改后重试。");return[2]}}))}))},t.folderToZipStream=function(e,t){var r=t.whiteList,n=void 0===r?[]:r,o=t.useTypeScript;return a(this,void 0,void 0,(function(){var t,r,i,a;return s(this,(function(s){switch(s.label){case 0:return t=(0,p.default)("zip",{highWaterMark:m.HIGH_WATER_MARK,statConcurrency:(0,m.maxConcurrency)()}),r=y.concat(n),[4,(0,h.default)(r,{cwd:e,stats:!1,dot:!1,ignore:[".*/**/*","**/node_modules/**"]})];case 1:return i=s.sent(),(a=new Set(i)).forEach((function(r){o&&r.endsWith(".js")&&a.has(r.replace(/\.js$/,".ts"))||!o&&r.endsWith(".ts")||t.file(_.join(e,r),{name:r})})),t.on("warning",(function(e){if("ENOENT"!==e.code)throw new u.CompressError(e.message);console.warn("archiver with error "+e.message)})).on("error",(function(e){throw new u.CompressError(e.message)})),[4,t.finalize()];case 2:return s.sent(),[2,t]}}))}))},t.getProjectHash=function(e){return a(this,void 0,void 0,(function(){var t,r;return s(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),t=(0,m.isMac)()?y:y.map((function(e){return"*".concat(e.slice(3))})),[4,(0,d.hashElement)(".",e,{encoding:"hex",folders:{exclude:[".*","node_modules","miniprogram_npm"]},files:{include:t,matchBasename:!1,matchPath:!0}})];case 1:return[2,n.sent().hash];case 2:throw r=n.sent(),new u.HashError("获取工程文件夹 hash 失败:"+r.toString());case 3:return[2]}}))}))},t.prettyProjectSize=function(e){var t=e.total,r=e.main,n=e.sub,o=e.openData,i=[["主包",r.size]];null==n||n.sort((function(e,t){return t.size-e.size})).forEach((function(e){i.push([e.path,e.size])})),o&&i.push(["开放数据文件夹("+o.path+")",o.size]);var a=new f.default;return i.forEach((function(e){a.cell("路径",e[0]),a.cell("体积",(0,l.formatSize)(e[1]),f.default.leftPadder(" ")),a.newRow()})),a.total("体积",{reduce:function(e,r,n,o){return t},printer:function(e,r){return"总体积:"+(0,l.formatSize)(t)}}),a.toString()}},5796:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.projectToQRCode=t.upload=t.preview=t.checkProjectMatchAppid=void 0;var p=r(2747),f=r(7992),h=l(r(9258)),d=a(r(9849)),_=a(r(1017)),m=l(r(7086)),v=r(7312),y=r(5138),E=r(1728),g=l(r(8366)),b=r(5879),A=r(4486),O=r(4263),w=r(2893),S=r(3077);function C(e,t){if(!e)throw new Error("请检查 url 配置是否正常");return e.replace(/\$\{appid\}/g,t)}var P=(0,O.getCliDefaultStoragePath)(),I=_.join(P,"preview.json"),L={hash:"",expireTime:0,shortUrl:"",originSchema:"",previewScene:"default"};if((0,O.isCli)())if(d.existsSync(I))try{L=d.readJSONSync(I)}catch(e){}else d.ensureFileSync(I),d.writeJsonSync(I,L);function x(e){var t,r,o;return s(this,void 0,void 0,(function(){var i,a,s,u,l,d,_,m,y,g,b,A,S,P,I,L,x,R,T,D,j,M,N,U,k,F,G;return c(this,(function(c){switch(c.label){case 0:return i=e.devAppid,a=e.extAppid,s=e.projectPath,u=e.type,l=e.uploadVersion,d=e.uploadChangeLog,_=e.uploadNeedUploadSourcemap,m=e.localCompileVersion,y=e.extraInfoJson,g=e.interactGame,b=e.supportSourcemap,A=e.useTypeScript,P=new h.default,I=i,L="",[4,(0,v.folderToZipStream)(s,{whiteList:g?["**/*"]:_?["**/*.map"]:void 0,useTypeScript:A})];case 1:return x=c.sent(),R=(0,w.getConfig)(),T=f.AxiosInstance.put,g?[3,2]:("preview"===u?(a&&(I=a,L="?devappid="+i),S=C(R.url.preview,I)+L):(S=C(R.url.upload,I),P.append("version",l),P.append("intro",d),P.append("need_upload_sourcemap",String(!!_))),P.append("source",x,{filename:"source.zip"}),P.append("local_compile_version",null!=m?m:"4.0.0-cli"),y&&P.append("extra_info_json",y),[3,4]);case 2:return T=f.AxiosInstance.post,P.append("app_id",I),P.append("tech_type",16),[4,(0,O.getMD5Stream)(x)];case 3:D=c.sent(),P.append("src_md5",D.__md5),P.append("src",D,{filename:"src.zip"}),"preview"===u?(S=R.interactGameUrl.preview,P.append("extra_json",y)):(S=R.interactGameUrl.upload,P.append("version",l),P.append("intro",d),P.append("extra_json",y)),c.label=4;case 4:return b&&P.append("is_debug","1"),U=T,k=[S,P],F={},G={},[4,(0,E.getUserCookies)()];case 5:return[4,U.apply(void 0,k.concat([(F.headers=n.apply(void 0,[(G.Cookie=c.sent(),G),P.getHeaders()]),F.maxBodyLength=33554432,F)]))];case 6:if(j=c.sent(),M=j.data,N=j.headers,0===M.error||0===M.code)return[2,{metrics:null!==(t=M.performance_metrics)&&void 0!==t?t:{},logId:null!==(r=null==N?void 0:N["x-tt-logid"])&&void 0!==r?r:""}];throw new p.UploadError(null!==(o=M.message)&&void 0!==o?o:M.msg,M.error)}}))}))}function R(e,t,r,n){return void 0===n&&(n=!1),s(this,void 0,void 0,(function(){var o,i,a,s,u,l;return c(this,(function(c){switch(c.label){case 0:return u={},l={},[4,(0,E.getUserCookies)()];case 1:return u.headers=(l.Cookie=c.sent(),l),o=u,i=e,a="","",r&&t&&(i=t,a="?devappid="+e),s=n?(0,w.getConfig)().interactGameUrl.compileProgress+"?app_id="+e+"&stage="+(r?"preview":"latest"):C((0,w.getConfig)().url.compileProgress,i)+a,[4,f.AxiosInstance.get(s,o).then((function(e){var t,r,o,i,a,s,c,u,l,p,f=e.data||{},h=f.error,d=f.status,_=f.message;return n&&(h=null===(t=e.data)||void 0===t?void 0:t.code,d=null===(o=null===(r=e.data)||void 0===r?void 0:r.data)||void 0===o?void 0:o.status,_=null!==(s=null===(a=null===(i=e.data)||void 0===i?void 0:i.data)||void 0===a?void 0:a.msg)&&void 0!==s?s:null===(c=e.data)||void 0===c?void 0:c.msg),1===h||n&&(1===d||0!==h)?{success:!1,done:!1,error:h,msg:_,errLink:null!==(u=e.data.err_link)&&void 0!==u?u:"",passJson:{}}:{success:!0,done:0===h&&2===d,error:h,msg:"",metrics:null!==(l=e.data.performance_metrics)&&void 0!==l?l:{},errLink:null!==(p=e.data.err_link)&&void 0!==p?p:"",passJson:JSON.parse(e.data.pass_json||"{}")}})).catch((function(e){return{success:!1,done:!1,error:-1,msg:e.message,metrics:{},errLink:"",passJson:{}}}))];case 2:return[2,c.sent()]}}))}))}function T(e,t,r,n){return void 0===n&&(n=!1),s(this,void 0,void 0,(function(){var o=this;return c(this,(function(i){switch(i.label){case 0:return[4,new Promise((function(i,a){var u=setInterval((function(){return s(o,void 0,void 0,(function(){var o,s,l,f,h,d,_,m,v;return c(this,(function(c){switch(c.label){case 0:return[4,R(e,t,r,n)];case 1:return o=c.sent(),s=o.success,l=o.msg,f=o.error,h=o.errLink,d=o.metrics,_=o.done,m=o.passJson,s||(clearInterval(u),v=new p.CompileError(l,h,f),a(v)),_&&(clearInterval(u),i({metrics:null!=d?d:{},passJson:m})),[2]}}))}))}),1e3)}))];case 1:return[2,i.sent()]}}))}))}function D(e,t){return void 0===t&&(t=e.getAppid()),s(this,void 0,void 0,(function(){var r,n,o;return c(this,(function(i){switch(i.label){case 0:return[4,Promise.all([e.detectProjectType("game"),(0,S.isRealToyId)(t)])];case 1:if(r=u.apply(void 0,[i.sent(),2]),n=r[0],o=r[1],!n&&o)throw new p.ProjectError('当前项目为小程序项目,但是 "'+t+'" 属于小玩法 ID。');if(n&&!o)throw new p.ProjectError('当前项目为小玩法项目,但是 "'+t+'" 属于小程序 ID。');return[2]}}))}))}function j(e){var t;return s(this,void 0,void 0,(function(){var r,n,o,i,a,s,u,l,f,h,_,E,w,C,P,R,j,M,N,U,k,F,G,V,B,H,q,W,J,z;return c(this,(function(c){switch(c.label){case 0:return r={shortUrl:"",expireTime:0,originSchema:"",useCache:!1,metrics:{},passJson:{}},n=e.project,o=e.page,i=e.qrcode,a=e.cache,s=e.uploadOptions,u=e.extraInfoJson,l=e.localCompileVersion,f=e.ideConfig,h=e.debug,_=e.uploadCache,E=e.interactGame,w=e.supportSourcemap,C=e.enableHotRestartCache,P=e.penetrateMapJson,R=n.path,[4,(0,v.getProjectHash)(R)];case 1:return j=c.sent(),M=s?"upload":"preview",N=!1,a&&((0,O.isCli)()||(null==f?void 0:f.previewScene)===L.previewScene)&&L.hash===j&&L.shortUrl&&L.expireTime>Date.now()/1e3?(r.shortUrl=L.shortUrl,r.expireTime=L.expireTime,r.originSchema=L.originSchema,r.useCache=!0,g.default.info("项目文件无变动,使用缓存"),N=!0,[3,16]):[3,2];case 2:return(0,b.addNodeToMetrics)(r.metrics,"compileCreate"),[4,(0,O.getProjectConfig)(R)];case 3:return[4,(U=c.sent()).getRealAppid()];case 4:return k=c.sent(),(0,O.validateAppId)(k),[4,D(U,k)];case 5:return c.sent(),(0,b.addFieldToMetrics)(r.metrics,"appId",k),F=null,"preview"!==M?[3,7]:[4,(0,y.detectValidExtApp)(k,R)];case 6:if((G=c.sent()).invalidReason||(F=G.ext.extAppid),G.invalidReason&&G.invalidReason.reason!==y.INVALID_EXTAPP_REASON.EXT_DISABLED&&G.invalidReason.reason!==y.INVALID_EXTAPP_REASON.INVALID_EXT_JSON)throw new p.ProjectError('当前 ext.json "extEnable" 为 true,但是由于三方配置异常,当前工程仍为普通小程序工程,错误原因是:'+G.invalidReason.errMsg);c.label=7;case 7:return V=g.default.loading("正在准备上传..."),_&&L.hash===j&&L.shortUrl&&L.expireTime>Date.now()/1e3?[3,13]:[4,(0,v.verifySubPackageSize)(U,M)];case 8:return c.sent(),"upload"!==M||E||(0,O.isIDE)()?[3,10]:[4,(0,S.getAppVersions)(k)];case 9:if(B=c.sent().audit_version,s.version||(s.version=(0,O.getNextVersion)(B),g.default.info("\nThe default version is "+s.version+".")),B&&s&&1===(0,m.default)(B,s.version))throw new p.UploadError(s.version+" is smaller than "+B+"(pre order version)");c.label=10;case 10:return V.text="正在上传中...",(0,b.addNodeToMetrics)(r.metrics,"IDERequest"),[4,x({devAppid:k,extAppid:F,projectPath:R,type:M,uploadChangeLog:null==s?void 0:s.changeLog,uploadVersion:null==s?void 0:s.version,uploadNeedUploadSourcemap:null==s?void 0:s.needUploadSourcemap,extraInfoJson:u,localCompileVersion:l,interactGame:E,supportSourcemap:w,useTypeScript:U.useTypeScript()})];case 11:return H=c.sent(),(0,b.addFieldToMetrics)(r.metrics,"logId",H.logId),V.text="查询编译进度中...",[4,T(k,F,"preview"===M,!!E)];case 12:q=c.sent(),r.metrics=(0,b.mergeMetrics)(r.metrics,H.metrics,q.metrics),r.passJson=q.passJson,(0,b.addNodeToMetrics)(r.metrics,"IDEReceiveResponse"),c.label=13;case 13:return null===(null==i?void 0:i.format)?[3,15]:(V.text="生成二维码中...",[4,(0,A.makeSchema)({devAppid:k,extAppid:F,startPage:o.path,query:o.query,scene:o.scene,bdpLog:{launch_from:o.launchFrom,location:o.location},headers:{},ideConfig:f,qrcodeQuery:null==h?void 0:h.query,referrerInfo:o.referrerInfo,hotRestartHash:C?j:"",type:M,penetrateMapJson:P})]);case 14:W=c.sent(),r.shortUrl=W.shortUrl,r.expireTime=W.expireTime,r.originSchema=W.originSchema,c.label=15;case 15:(0,b.addNodeToMetrics)(r.metrics,"compileClose"),V.stop(),c.label=16;case 16:return"imageFile"!==(null==i?void 0:i.format)?[3,19]:i.output?[4,(0,A.toQRCodeFile)(r.shortUrl,i.output)]:[3,18];case 17:J=c.sent(),r.qrcodeFilePath=J,g.default.info("二维码图片已存储到 "+J),c.label=18;case 18:return[3,22];case 19:return"imageSVG"!==(null==i?void 0:i.format)?[3,22]:N&&L.qrcodeSVG?(r.qrcodeSVG=L.qrcodeSVG,[3,22]):[3,20];case 20:return z=r,[4,(0,A.toQRCodeSVG)(r.shortUrl)];case 21:z.qrcodeSVG=c.sent(),c.label=22;case 22:return function(e){L=e,(0,O.isCli)()&&d.writeJsonSync(I,L)}({shortUrl:r.shortUrl,expireTime:r.expireTime,originSchema:r.originSchema,hash:j,previewScene:null!==(t=null==f?void 0:f.previewScene)&&void 0!==t?t:"default",qrcodeSVG:r.qrcodeSVG}),[2,r]}}))}))}t.checkProjectMatchAppid=D,t.preview=function(e){return s(this,void 0,void 0,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,j(e)];case 1:return[2,t.sent()]}}))}))},t.upload=function(e){var t;return s(this,void 0,void 0,(function(){return c(this,(function(r){switch(r.label){case 0:return[4,j({project:e.project,qrcode:null!==(t=e.qrcode)&&void 0!==t?t:{format:null,output:"",options:{}},page:{path:"",query:"",scene:"990001",launchFrom:"scan",location:"qr_code"},cache:!1,copyToClipboard:!!e.copyToClipboard,uploadOptions:{version:e.version,changeLog:e.changeLog,needUploadSourcemap:!!e.needUploadSourcemap},extraInfoJson:e.extraInfoJson,localCompileVersion:e.localCompileVersion,ideConfig:e.ideConfig,interactGame:e.interactGame,penetrateMapJson:e.penetrateMapJson})];case 1:return[2,r.sent()]}}))}))},t.projectToQRCode=j},5138:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.detectValidExtApp=t.INVALID_EXTAPP_REASON=void 0;var a,s=r(8559),c=r(7992),u=r(1728),l=i(r(8366));!function(e){e[e.INVALID_APPID_META=0]="INVALID_APPID_META",e[e.INVALID_EXTAPPID=1]="INVALID_EXTAPPID",e[e.EXT_DISABLED=2]="EXT_DISABLED",e[e.INVALID_EXT_JSON=3]="INVALID_EXT_JSON",e[e.INVALID_AUTH=4]="INVALID_AUTH",e[e.NULL=5]="NULL"}(a=t.INVALID_EXTAPP_REASON||(t.INVALID_EXTAPP_REASON={}));var p=function(){function e(){this._thirdPartyMetaMap={}}return e.prototype.getThirdPartyMeta=function(e){return n(this,void 0,void 0,(function(){var t,r,n,i,a,s;return o(this,(function(o){switch(o.label){case 0:return this._thirdPartyMetaMap[e]?[2,this._thirdPartyMetaMap[e]]:(t={isThirdPartyApp:!1,thirdPartyName:""},[4,(0,u.getUserCookies)()]);case 1:r=o.sent(),n="https://microapp.bytedance.com/api/v1/app/"+e+"/meta",i={headers:{Cookie:r}},o.label=2;case 2:return o.trys.push([2,4,,5]),[4,c.AxiosInstance.get(n,i)];case 3:return a=o.sent().data,this._thirdPartyMetaMap[e]={isThirdPartyApp:a.data.is_thirdparty_dev,thirdPartyName:a.data.thirdparty.name},[3,5];case 4:return s=o.sent(),l.default.error("getThirdPartyMeta",s),[2,t];case 5:return[2,this._thirdPartyMetaMap[e]]}}))}))},e.prototype.checkExtAppIdAuth=function(e,t){return n(this,void 0,void 0,(function(){var r,n,i,a;return o(this,(function(o){switch(o.label){case 0:return r="https://microapp.bytedance.com/api/thirdparty/validate_ext_appid?dev_appid="+e+"&ext_appid="+t,[4,(0,u.getUserCookies)()];case 1:n=o.sent(),i={headers:{Cookie:n}},o.label=2;case 2:return o.trys.push([2,4,,5]),[4,c.AxiosInstance.get(r,i)];case 3:return[2,0===o.sent().data.error];case 4:return a=o.sent(),l.default.error("checkExtAppIdAuth",a),[2,!1];case 5:return[2]}}))}))},e.prototype.getExtData=function(e){return n(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return t.trys.push([0,3,,4]),[4,s.ProjectConfig.from(e)];case 1:return[4,t.sent().getExtJSON()];case 2:return[2,t.sent().rawJSON];case 3:return t.sent(),[2,null];case 4:return[2]}}))}))},e.prototype.detectValidExtApp=function(e,t){return n(this,void 0,void 0,(function(){var r,n,i,s,c;return o(this,(function(o){switch(o.label){case 0:return r={invalidReason:null,ext:null,thirdPartyName:null},[4,this.getExtData(t)];case 1:return(n=o.sent())?n.extEnable?n.extAppid?[4,this.getThirdPartyMeta(e)]:(r.invalidReason={reason:a.INVALID_EXTAPPID,errMsg:"ext.json 中 extAppid 异常"},[2,r]):(r.invalidReason={reason:a.EXT_DISABLED,errMsg:"ext.json 中 extEnable 为 false"},[2,r]):(r.invalidReason={reason:a.INVALID_EXT_JSON,errMsg:"请检查项目根目录 ext.json 是否存在或者格式是否正确"},[2,r]);case 2:return i=o.sent(),s=i.isThirdPartyApp,c=i.thirdPartyName,s?[4,this.checkExtAppIdAuth(e,n.extAppid)]:(r.invalidReason={reason:a.INVALID_APPID_META,errMsg:"当前 appid 获取不到第三方平台信息,请检查当前 appId 是否可以合法预览并且正常关联第三方平台"},[2,r]);case 3:return o.sent()?(r.ext=n,r.thirdPartyName=c,[2,r]):(r.invalidReason={reason:a.INVALID_AUTH,errMsg:"当前 AppID 没有资质开发对应的第三方小程序,请检查 project.config.json 中的 “appid” 字段以及 ext.json 中的 “extAppid” 字段是否填写正确"},[2,r])}}))}))},e.Instance=new e,e}();t.detectValidExtApp=p.Instance.detectValidExtApp.bind(p.Instance)},8956:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.microgame=t.makeSchema=t.INVALID_EXTAPP_REASON=t.checkProjectMatchAppid=t.verifySubPackageSize=t.getProjectSize=t.detectValidExtApp=t.getConfig=t.setCookieFn=t.projectToQRCode=t.upload=t.preview=t.buildNpm=t.getAuditHostsList=t.audit=t.checkSession=t.sendVerificationCodeToPhone=t.logout=t.loginByPhone=t.loginByEmail=t.create=t.setConfig=t.open=void 0;var l=r(9345);Object.defineProperty(t,"audit",{enumerable:!0,get:function(){return l.audit}}),Object.defineProperty(t,"getAuditHostsList",{enumerable:!0,get:function(){return l.getAuditHostsList}});var p=r(2893);Object.defineProperty(t,"getConfig",{enumerable:!0,get:function(){return p.getConfig}}),Object.defineProperty(t,"setConfig",{enumerable:!0,get:function(){return p.setConfig}});var f=r(2173);Object.defineProperty(t,"create",{enumerable:!0,get:function(){return f.createProject}});var h=r(4113);Object.defineProperty(t,"checkSession",{enumerable:!0,get:function(){return h.checkSession}}),Object.defineProperty(t,"loginByEmail",{enumerable:!0,get:function(){return h.loginByEmail}}),Object.defineProperty(t,"loginByPhone",{enumerable:!0,get:function(){return h.loginByPhone}}),Object.defineProperty(t,"logout",{enumerable:!0,get:function(){return h.logout}}),Object.defineProperty(t,"sendVerificationCodeToPhone",{enumerable:!0,get:function(){return h.sendVerificationCodeToPhone}});var d=r(8733),_=u(r(7239)),m=r(7312);Object.defineProperty(t,"getProjectSize",{enumerable:!0,get:function(){return m.getProjectSize}}),Object.defineProperty(t,"verifySubPackageSize",{enumerable:!0,get:function(){return m.verifySubPackageSize}});var v=r(5796);Object.defineProperty(t,"checkProjectMatchAppid",{enumerable:!0,get:function(){return v.checkProjectMatchAppid}}),Object.defineProperty(t,"preview",{enumerable:!0,get:function(){return v.preview}}),Object.defineProperty(t,"projectToQRCode",{enumerable:!0,get:function(){return v.projectToQRCode}}),Object.defineProperty(t,"upload",{enumerable:!0,get:function(){return v.upload}});var y=r(5138);Object.defineProperty(t,"detectValidExtApp",{enumerable:!0,get:function(){return y.detectValidExtApp}}),Object.defineProperty(t,"INVALID_EXTAPP_REASON",{enumerable:!0,get:function(){return y.INVALID_EXTAPP_REASON}});var E=r(1728);Object.defineProperty(t,"setCookieFn",{enumerable:!0,get:function(){return E.setCookieFn}});var g=r(4486);Object.defineProperty(t,"makeSchema",{enumerable:!0,get:function(){return g.makeSchema}});var b=r(8066);t.open=function(e){return s(this,void 0,void 0,(function(){var t,r;return c(this,(function(n){switch(n.label){case 0:return t=e.project,r=e.remotePort,[4,(0,_.default)({projectPath:t.path},r)];case 1:return[2,n.sent()]}}))}))},t.buildNpm=function(e){return s(this,void 0,void 0,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return t=e.project,[4,(0,d.buildNpm)({projectPath:t.path})];case 1:return[2,r.sent()]}}))}))},i(r(3077),t),i(r(5879),t),t.microgame=a(r(3098)),b.CliMonitor.getInstance({cliVersion:"2.0.4",cliName:"tt-minigame-ide-cli"}).report(b.CLI_EVENTS.IDE_CLI_LAUNCH)},7145:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CliMonitor=void 0;var o=r(4084),i=n(r(2037)),a=r(754),s=r(2893),c=r(4122),u=r(4263),l="";function p(){if(!l)try{l=(0,a.machineIdSync)(!0)}catch(e){console.error(e)}return l}var f=function(){function e(e){this._didReportLaunch=!1,this._commonParams={userId:"",username:"",ideVersion:"",deviceId:p(),osPlatform:i.default.platform(),osVersion:i.default.release(),cliName:""};var t=e.cliVersion,r=e.cliName;this._commonParams.ideVersion=t,this._commonParams.cliName=r}return e.getInstance=function(t){return this._instance||(this._instance=new e(t)),this._instance},e.prototype.shouldReport=function(e){return!(!1===(0,s.getConfig)().allowReportEvent||"true"===process.env.isIDE||e===c.CLI_EVENTS.IDE_CLI_LAUNCH&&this._didReportLaunch||"no"===process.env.ALLOW_REPORT_EVENT)},e.prototype.report=function(e,t){void 0===t&&(t={}),this.shouldReport(e)&&(e===c.CLI_EVENTS.IDE_CLI_LAUNCH&&(this._didReportLaunch=!0,t.scene=(0,u.isCli)()?"cli":"require"),(0,o.reportTea)(e,this._commonParams,t))},e.prototype.reportCommandCall=function(e){this.report("IDE_CLI_COMMAND_CALL",{command_name:e})},e}();t.CliMonitor=f},4122:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CLI_EVENTS=void 0,t.CLI_EVENTS={IDE_CLI_LAUNCH:"IDE_CLI_LAUNCH",IDE_CLI_COMMAND_CALL:"IDE_CLI_COMMAND_CALL",IDE_CLI_PREVIEW_FAIL:"IDE_CLI_PREVIEW_FAIL",IDE_CLI_UPLOAD_FAIL:"IDE_CLI_UPLOAD_FAIL",IDE_CLI_ERROR:"IDE_CLI_ERROR"}},8066:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CLI_EVENTS=t.CliMonitor=void 0;var n=r(7145);Object.defineProperty(t,"CliMonitor",{enumerable:!0,get:function(){return n.CliMonitor}});var o=r(4122);Object.defineProperty(t,"CLI_EVENTS",{enumerable:!0,get:function(){return o.CLI_EVENTS}})},2696:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TS_TEMPLATE_DOWNLOAD_URL=t.TEMPLATE_DOWNLOAD_URL=t.IDE_SCHEMA=void 0,t.IDE_SCHEMA="bytedanceide:",t.TEMPLATE_DOWNLOAD_URL="https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/template/tma-demo-master.zip",t.TS_TEMPLATE_DOWNLOAD_URL="https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/template/tma-demo-master-ts.zip"},1728:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.setCookieFn=t.removeUserCookies=t.saveUserCookies=t.getUserCookies=void 0;var c=i(r(9849)),u=i(r(1017)),l=r(2893),p="";function f(){var e=(0,l.getConfig)();return u.join(e.storagePath,".cookies")}t.getUserCookies=function(){return a(void 0,void 0,void 0,(function(){return s(this,(function(e){if(p)return[2,p];try{return[2,p=c.readFileSync(f(),"utf-8").trim()]}catch(e){throw p="",new Error("检测到本地无 Cookie,请重新登录")}return[2]}))}))},t.saveUserCookies=function(e){if(e&&!(e.length<1)){var t=f();c.ensureFileSync(t),p=e.map((function(e){return e.split(";")[0]})).join(";"),c.writeFileSync(u.join(t),p)}},t.removeUserCookies=function(){p="";try{c.removeSync(f())}catch(e){if("ENOENT"===e.code)return;throw e}},t.setCookieFn=function(e){t.getUserCookies=e}},8366:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(r(1606)),s=i(r(8838)),c=r(3837),u=r(4263),l=function(){function e(){}return e.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},e.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},e.prototype.loading=function(e){return{color:"green",text:e,stop:function(){}}},e.prototype.stopLoading=function(){},e}(),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(l),f=null,h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.info(a.default.green(c.format.apply(null,e)))},t.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.warn(a.default.yellow(c.format.apply(null,e)))},t.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error(a.default.red(c.format.apply(null,e)))},t.prototype.loading=function(e){return f=(0,s.default)({text:e,interval:80}).start()},t.prototype.stopLoading=function(){f&&(f.stop(),f=null)},t}(l),d=(0,u.isCli)()?new h:new p;t.default=d},5879:function(e,t){"use strict";var r=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.Metrics=t.mergeMetrics=t.addFieldToMetrics=t.addNodeToMetrics=void 0,t.addNodeToMetrics=function(e,t){e.nodes||(e.nodes=[]),e.nodes.push({node:t,timestamp:Date.now()})},t.addFieldToMetrics=function(e,t,r){"nodes"!==t&&void 0!==r&&(e[t]=r)},t.mergeMetrics=function(){for(var e,t,a,s=[],c=0;c<arguments.length;c++)s[c]=arguments[c];var u={nodes:[]};try{for(var l=n(s.filter(Boolean)),p=l.next();!p.done;p=l.next()){var f=p.value,h=f.nodes,d=r(f,["nodes"]);for(var _ in(a=u.nodes).push.apply(a,i([],o(null!=h?h:[]),!1)),d)void 0!==d[_]&&null!==d[_]&&(u[_]=d[_])}}catch(t){e={error:t}}finally{try{p&&!p.done&&(t=l.return)&&t.call(l)}finally{if(e)throw e.error}}return u};var a=function(){function e(){this.nodes=[],this.tags={}}return e.prototype.addNode=function(e,t){return void 0===t&&(t=Date.now()),this.nodes.push({node:e,timestamp:t}),this},e.prototype.updateField=function(e,t){return void 0!==t?this.tags[e]=t:delete this.tags[e],this},e.prototype.merge=function(){for(var e,t,o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];try{for(var a=n(o.filter(Boolean)),s=a.next();!s.done;s=a.next()){var c=s.value,u=c.nodes,l=r(c,["nodes"]);for(var p in this.nodes=this.nodes.concat(u),l)void 0!==l[p]&&(this.tags[p]=l[p])}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this},e.prototype.settle=function(e){void 0===e&&(e=!1);var t=Object.assign({},this.tags);return t.nodes=this.nodes,e&&this.clear(),t},e.prototype.clear=function(){return this.nodes=[],this.tags={},this},e}();t.Metrics=a},4486:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.generateTerminalQrCode=t.toQRCodeFile=t.toQRCodeSVG=t.makeSchema=void 0;var l=r(2747),p=r(7992),f=u(r(1887)),h=u(r(1017)),d=u(r(3727)),_=a(r(4563)),m=r(2893),v=r(1728),y=u(r(8366)),E=r(4263);t.makeSchema=function(e){var t=this;return new Promise((function(r,o){return s(t,void 0,void 0,(function(){var t,i,a,s,u,f,h,d,_,y,g,b,A,O,w,S,C,P,I,L,x,R,T,D,j;return c(this,(function(c){switch(c.label){case 0:return t=e.devAppid,i=e.extAppid,a=e.startPage,s=e.query,u=e.scene,f=e.bdpLog,h=e.qrcodeQuery,d=e.headers,_=e.ideConfig,y=e.isInteractGame,g=e.referrerInfo,b=e.hotRestartHash,A=e.type,O=e.penetrateMapJson,w=(0,m.getConfig)().url.makeSchema,S={},i&&(S={devappid:t}),T={},[4,(0,v.getUserCookies)()];case 1:T.Cookie=c.sent(),C=T,P=a?a+"?"+s:"",I={skip_domain_check:!!(null==_?void 0:_.skipDomainCheck),inspect_platform:(null==_?void 0:_.inspectPlatform)||"all",ide_version:null==_?void 0:_.ideVersion,ide_os:null==_?void 0:_.ideOS,ide_device_id:null==_?void 0:_.ideDid,ide_user_id:null==_?void 0:_.ideUid,iOS_debug_version:+(null==_?void 0:_.iOSDebugVersion),connect_type:null==_?void 0:_.connectType,local_debug:null==_?void 0:_.localDebug,dycloud_config:{call_container:(null===(D=null==_?void 0:_.dycloudConfig)||void 0===D?void 0:D.callContainer)||null,websocket:(null===(j=null==_?void 0:_.dycloudConfig)||void 0===j?void 0:j.websocket)||null}},(null==_?void 0:_.isSandbox)&&Object.assign(I,{is_sandbox:!0,random_key:_.randomKey,account_name:_.accountName,app_id:_.appId,app_name:_.appName,expire_time:_.expireTime}),L={start_page:encodeURIComponent(P),query:null!=s?s:"",scene:""+u,bdp_log:JSON.stringify(f),penetrate_map_json:JSON.stringify(null!=O?O:n({referer_info:g,ide_inspect_version:6,ide_live_debug:"live"===(null==_?void 0:_.previewScene),ide_config:I},b&&{hot_restart_version:b}))},h&&Object.assign(L,h),y&&(w=(0,m.getConfig)().interactGameUrl.makeSchema),c.label=2;case 2:return c.trys.push([2,4,,5]),[4,p.AxiosInstance.post(w,n(n({app_id:i||t,stage:"upload"===A?"latest":"preview"},S),{schema_params:L}),{headers:Object.assign(C,d)})];case 3:return x=c.sent(),(0,E.isIDE)()&&console.info("makeSchema result",x),0===x.data.code?((0,E.isIDE)()&&console.info("makeSchema",x.data.data),r({originSchema:x.data.data.origin_schema,shortUrl:x.data.data.short_url,expireTime:+x.data.data.expire_time})):o(new l.SchemaError(x.data.msg)),[3,5];case 4:return R=c.sent(),o(new l.SchemaError(R.toString())),[3,5];case 5:return[2]}}))}))}))},t.toQRCodeSVG=function(e){return s(this,void 0,void 0,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,4]),[4,d.default.toString(e,{type:"svg",margin:0,color:{light:"#00000000"}})];case 1:case 3:return[2,r.sent()];case 2:return t=r.sent(),[4,Promise.reject(new l.QRCodeError(t.toString()))];case 4:return[2]}}))}))},t.toQRCodeFile=function(e,t){return s(this,void 0,void 0,(function(){var r;return c(this,(function(n){switch(n.label){case 0:h.default.isAbsolute(t)||(t=h.default.resolve(process.cwd(),t)),n.label=1;case 1:return n.trys.push([1,3,,5]),[4,d.default.toFile(t,e,{color:{light:"#0000"}})];case 2:return n.sent(),[2,t];case 3:return r=n.sent(),[4,Promise.reject(new l.QRCodeError(r.toString()))];case 4:return[2,n.sent()];case 5:return[2]}}))}))},t.generateTerminalQrCode=function(e,t){_.generate(e,{small:t.small});var r="";t.copy&&(f.default.writeSync(e),r="(已拷贝到剪贴板)"),t.small&&y.default.warn("small QR Code may not work in some environments"),y.default.info("二维码信息:"+e+" "+r)}},4263:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getNextVersion=t.getMD5Stream=t.getAppJson=t.getProjectConfig=t.getAppid=t.getCliDefaultStoragePath=t.clearConsole=t.mixEncode=t.validateAppId=t.validateEmail=t.validateVerificationCode=t.validatePhoneNumber=t.getPackageRoot=t.createProjectConfigFile=t.cleanArgs=t.maxConcurrency=t.isIDE=t.isMiniGameCli=t.isCli=t.isMac=t.HIGH_WATER_MARK=void 0;var u=r(2747),l=r(8559),p=c(r(6113)),f=i(r(9849)),h=i(r(2037)),d=i(r(1017)),_=i(r(4521)),m=r(2781);function v(){return"true"===process.env.isMiniGameCli}t.HIGH_WATER_MARK=33554432,t.isMac=function(){return"darwin"===process.platform},t.isCli=function(){return"true"===process.env.isCli},t.isMiniGameCli=v,t.isIDE=function(){return"true"===process.env.isIDE};var y=1;function E(e){if(!/^tt[0-9a-f]{16}([0-9a-f]{2})?$/.test(e))throw new u.ProjectError('AppId "'+e+'" is not valid')}t.maxConcurrency=function(){return y||(y=h.cpus().length),y},t.cleanArgs=function(e){return e.options.reduce((function(t,r){var n=r.long.replace(/^--/,"").replace(/-(\w)/g,(function(e,t){return t?t.toUpperCase():""}));return"function"!=typeof e[n]&&void 0!==e[n]&&(t[n]=e[n]),t}),{})},t.createProjectConfigFile=function(e,t,r){return void 0===r&&(r=!1),a(this,void 0,void 0,(function(){var n,o;return s(this,(function(i){switch(i.label){case 0:return n='{\n "setting": {\n "urlCheck": true,\n "es6": true,\n "postcss": true,\n "minified": true,\n "newFeature": true,\n "useCompilerPlugins": ['+(r?'"typescript"':"")+']\n },\n "miniprogramRoot": "./",\n "appid": "testappId",\n "projectname": "'+e+'"\n }',o=d.resolve(t,"project.config.json"),[4,f.writeFile(o,n)];case 1:return[2,i.sent()]}}))}))},t.getPackageRoot=function(){return d.join(__dirname,"..")},t.validatePhoneNumber=function(e){if(!/^1[3-9]\d{9}$/.test(e))throw new u.LoginError('PhoneNumber "'+e+'" is invalid')},t.validateVerificationCode=function(e){if(!/^\d{4}$/.test(e))throw new u.LoginError('VerificationCode "'+e+'" is invalid')},t.validateEmail=function(e){if(!/^([A-Za-z0-9_\-.])+@([A-Za-z0-9_\-.])+\.([A-Za-z]{2,4})$/.test(e))throw new u.LoginError('Email "'+e+'" is invalid')},t.validateAppId=E,t.mixEncode=function(e){for(var t=e.toString(),r=[],n=0,o=t.length;n<o;n++)r.push(t.charCodeAt(n));return r.map((function(e){return(5^e).toString(16)})).join("")},t.clearConsole=function(e){if(process.stdout.isTTY){var t="\n".repeat(process.stdout.rows);console.log(t),_.cursorTo(process.stdout,0,0),_.clearScreenDown(process.stdout),e&&console.log(e)}},t.getCliDefaultStoragePath=function(){var e=v()?".tmg-cli/":".tma-cli/";return d.join(h.homedir(),e)},t.getAppid=function(e){var t=e.getAppid();return E(t),t},t.getProjectConfig=function(e){return a(this,void 0,void 0,(function(){var t;return s(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,4]),[4,l.ProjectConfig.from(e)];case 1:case 3:return[2,r.sent()];case 2:return t=r.sent(),[4,Promise.reject(new u.ProjectError('Parsing "project.config.json" with error. '+t.toString()))];case 4:return[2]}}))}))},t.getAppJson=function(e,t,r){return a(this,void 0,void 0,(function(){var n,o,i,a;return s(this,(function(s){switch(s.label){case 0:n=(r?"game":"app")+".json",s.label=1;case 1:return s.trys.push([1,3,,5]),o=e.getMiniprogramRoot(),i=d.join(t,o,n),[4,f.readJSON(i)];case 2:return[2,s.sent()];case 3:return a=s.sent(),[4,Promise.reject(new u.ProjectError('Parsing "'+n+'" file with error. '+a.toString()))];case 4:return[2,s.sent()];case 5:return[2]}}))}))},t.getMD5Stream=function(e){return a(this,void 0,void 0,(function(){return s(this,(function(r){switch(r.label){case 0:return[4,new Promise((function(r,n){var o=p.default.createHash("md5"),i=new m.Transform({writableHighWaterMark:t.HIGH_WATER_MARK,readableHighWaterMark:t.HIGH_WATER_MARK,transform:function(e,t,r){o.update(e),r(null,e)}});i.__md5="",e.pipe(i),e.on("end",(function(){i.__md5=o.digest("hex"),r(i)})).on("error",(function(e){n(new u.CompressError("MD5 calculation failed "+e.message))}))}))];case 1:return[2,r.sent()]}}))}))},t.getNextVersion=function(e){try{var t=e.match(/\d+/g);return t[2]=(parseInt(t[2])+1).toString(),t.join(".")}catch(e){return"0.0.1"}}},4354:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(r(8783)),s=i(r(8366)),c=r(2893),u=r(4263),l=r(8956),p=r(9808),f=i(r(1017)),h=r(4486),d=r(8733),_=i(r(9849)),m=r(8066),v=m.CliMonitor.getInstance({cliVersion:"2.0.4",cliName:"tt-minigame-ide-cli"});a.default.version("2.0.4","-V, --version","Output the current version"),a.default.command("login").description("Login to the developer platform").option("-m, --mobile","Login by mobile").option("-e, --email","Login by email").option("-p, --proxy <proxy>","Login with proxy").action((function(e){v.reportCommandCall(e.name());var t=(0,u.cleanArgs)(e);void 0!==t.proxy&&(0,c.setConfig)({proxy:t.proxy}),(0,p.cliAuth)(t)})),a.default.command("login-e [email] [password]").description("Login to the developer platform by E-mail").option("-p, --proxy <proxy>","Login with proxy").action((function(e,t,r){v.reportCommandCall(r.name());var n=(0,u.cleanArgs)(r);void 0!==n.proxy&&(0,c.setConfig)({proxy:n.proxy}),(0,l.loginByEmail)({email:e,password:t})})),a.default.command("logout").description("Logout and clear the session.").action((function(e){v.reportCommandCall(e.name()),(0,l.logout)()})),a.default.command("preview [entry]").description("Preview project by remote").option("-f, --force","Preview project without local cache(deprecated)").option("--disable-cache","Preview project without local cache").option("-s, --small","Use small QR Code, it may fail in some environments").option("-u, --copy","Copy remote url to clipboard").option("-p, --proxy <proxy>","Preview with proxy").option("-o, --output <path>","QRCode image output path").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r,n,i,a,p,d;return o(this,(function(o){switch(o.label){case 0:v.reportCommandCall(t.name()),void 0!==(r=(0,u.cleanArgs)(t)).proxy&&(0,c.setConfig)({proxy:r.proxy}),f.default.isAbsolute(e)||(e=f.default.join(process.cwd(),e)),n=!0,(r.force||r.disableCache)&&(n=!1),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,l.microgame.preview({project:{path:e},page:{path:r.miniappPath,query:r.miniappQuery,scene:r.miniappScene,launchFrom:r.miniappLaunchFrom,location:r.miniappLocation},qrcode:{format:r.output?"imageFile":"terminal",output:r.output,options:{small:r.small}},localCompileVersion:"4.0.4-rc.17.ide.2",cache:n,copyToClipboard:r.copy})];case 2:return i=o.sent(),(0,h.generateTerminalQrCode)(i.shortUrl,{copy:r.copy,small:r.small}),[3,4];case 3:return a=o.sent(),s.default.stopLoading(),s.default.error(null!==(p=a.stack)&&void 0!==p?p:a),v.report(m.CLI_EVENTS.IDE_CLI_PREVIEW_FAIL,{type:a.name,message:null!==(d=a.message)&&void 0!==d?d:a}),[3,4];case 4:return[2]}}))}))})),a.default.command("upload [entry]").description("Upload project to the developer platform").requiredOption("-v, --app-version <version>","App version (eg: [major].[minor].[patch])").requiredOption("-c, --app-changelog <log>","Changelog for this version").option("-p, --proxy <proxy>","Update request proxy").option("-u, --copy","Copy remote url to clipboard").option("-s, --small","Use small QR Code, it may fail in some environments").option("-o, --output <path>","QRCode image output path").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r,n,i,a,p;return o(this,(function(o){switch(o.label){case 0:v.reportCommandCall(t.name()),void 0!==(r=(0,u.cleanArgs)(t)).proxy&&(0,c.setConfig)({proxy:r.proxy}),f.default.isAbsolute(e)||(e=f.default.join(process.cwd(),e)),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,l.microgame.upload({project:{path:e},qrcode:{format:r.output?"imageFile":"terminal",output:r.output,options:{small:r.small}},localCompileVersion:"4.0.4-rc.17.ide.2",copyToClipboard:r.copy,changeLog:r.appChangelog,version:r.appVersion})];case 2:return n=o.sent(),(0,h.generateTerminalQrCode)(n.shortUrl,{copy:r.copy,small:r.small}),s.default.info("🎉 Upload success"),[3,4];case 3:return i=o.sent(),s.default.stopLoading(),s.default.error(null!==(a=i.stack)&&void 0!==a?a:i),v.report(m.CLI_EVENTS.IDE_CLI_UPLOAD_FAIL,{type:i.name,message:null!==(p=i.message)&&void 0!==p?p:i}),[3,4];case 4:return[2]}}))}))})),a.default.command("build-npm [projectPath]").description("build npm packages in node_modules").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r;return o(this,(function(n){switch(n.label){case 0:return v.reportCommandCall(t.name()),[4,(0,d.buildNpm)({projectPath:e})];case 1:return(r=n.sent()).success?s.default.info("🎉 Build success"):s.default.error("Build failed.[message=%s]",r.reason),[2]}}))}))})),a.default.command("version [entry]").description("Get latest released version of project").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r,n,i,a,c;return o(this,(function(o){switch(o.label){case 0:return v.reportCommandCall(t.name()),f.default.isAbsolute(e)||(e=f.default.join(process.cwd(),e)),r=f.default.join(e,"project.config.json"),[4,_.default.pathExists(r)];case 1:return o.sent()?[4,_.default.readFile(r,"utf-8")]:(s.default.error("Invalid project: project.config.json file not found"),[2]);case 2:return n=o.sent(),i=JSON.parse(n),(a=i.ttappid||i.appid)?[4,(0,l.getMeta)({appid:a})]:(s.default.error('Require parameter "appid".'),[2]);case 3:return c=o.sent(),s.default.info(c.version),[2]}}))}))})),a.default.command("set-config").description("Set tt-minigame-ide-cli config").option("-p, --proxy <proxy>","Set global proxy").option("--default","Use default").option("-r, --allow-report-event <allowReportEvent>","allow report event when using, yes or no").action((function(e){v.reportCommandCall(e.name());var t=(0,u.cleanArgs)(e),r={};if(void 0!==t.proxy&&(r.proxy=t.proxy),void 0!==t.allowReportEvent){if("yes"!==t.allowReportEvent&&"no"!==t.allowReportEvent)return void s.default.error('allowReportEvent can only be "yes" or "no"');r.allowReportEvent="yes"===t.allowReportEvent}(0,c.setConfig)(r,t.default)})),a.default.parse(process.argv),process.on("unhandledRejection",(function(e){var t;s.default.stopLoading(),s.default.error(null!==(t=e.stack)&&void 0!==t?t:e),v.report(m.CLI_EVENTS.IDE_CLI_ERROR,{type:"unhandledRejection",message:e.toString()})})),process.on("uncaughtException",(function(e){var t;s.default.stopLoading(),s.default.error(null!==(t=e.stack)&&void 0!==t?t:e),v.report(m.CLI_EVENTS.IDE_CLI_ERROR,{type:"uncaughtException",message:e.toString()})}))},9491:e=>{"use strict";e.exports=require("assert")},2081:e=>{"use strict";e.exports=require("child_process")},6113:e=>{"use strict";e.exports=require("crypto")},2361:e=>{"use strict";e.exports=require("events")},7147:e=>{"use strict";e.exports=require("fs")},3685:e=>{"use strict";e.exports=require("http")},5687:e=>{"use strict";e.exports=require("https")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},3477:e=>{"use strict";e.exports=require("querystring")},4521:e=>{"use strict";e.exports=require("readline")},2781:e=>{"use strict";e.exports=require("stream")},6224:e=>{"use strict";e.exports=require("tty")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},9796:e=>{"use strict";e.exports=require("zlib")},3732:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__3732__},1606:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__1606__},1887:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__1887__},469:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__469__},6883:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__6883__},9508:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__9508__},2896:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__2896__},9258:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__9258__},9849:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__9849__},6495:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__6495__},8838:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__8838__},3727:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__3727__},4563:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__4563__},7086:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__7086__},2541:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__2541__},48:e=>{"use strict";e.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var r=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e].call(r.exports,r,r.exports,__webpack_require__),r.exports}var __webpack_exports__=__webpack_require__(4354);return __webpack_exports__})()));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("chalk"),require("ora"),require("fs-extra"),require("deep-clone"),require("form-data"),require("unzipper"),require("archiver"),require("easy-table"),require("fast-glob"),require("folder-hash"),require("semver-compare"),require("clipboardy"),require("qrcode"),require("qrcode-terminal"),require("inquirer"));else if("function"==typeof define&&define.amd)define(["chalk","ora","fs-extra","deep-clone","form-data","unzipper","archiver","easy-table","fast-glob","folder-hash","semver-compare","clipboardy","qrcode","qrcode-terminal","inquirer"],t);else{var r="object"==typeof exports?t(require("chalk"),require("ora"),require("fs-extra"),require("deep-clone"),require("form-data"),require("unzipper"),require("archiver"),require("easy-table"),require("fast-glob"),require("folder-hash"),require("semver-compare"),require("clipboardy"),require("qrcode"),require("qrcode-terminal"),require("inquirer")):t(e.chalk,e.ora,e["fs-extra"],e["deep-clone"],e["form-data"],e.unzipper,e.archiver,e["easy-table"],e["fast-glob"],e["folder-hash"],e["semver-compare"],e.clipboardy,e.qrcode,e["qrcode-terminal"],e.inquirer);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(global,((__WEBPACK_EXTERNAL_MODULE__1606__,__WEBPACK_EXTERNAL_MODULE__8838__,__WEBPACK_EXTERNAL_MODULE__9849__,__WEBPACK_EXTERNAL_MODULE__469__,__WEBPACK_EXTERNAL_MODULE__9258__,__WEBPACK_EXTERNAL_MODULE__2541__,__WEBPACK_EXTERNAL_MODULE__3732__,__WEBPACK_EXTERNAL_MODULE__6883__,__WEBPACK_EXTERNAL_MODULE__9508__,__WEBPACK_EXTERNAL_MODULE__2896__,__WEBPACK_EXTERNAL_MODULE__7086__,__WEBPACK_EXTERNAL_MODULE__1887__,__WEBPACK_EXTERNAL_MODULE__3727__,__WEBPACK_EXTERNAL_MODULE__4563__,__WEBPACK_EXTERNAL_MODULE__6495__)=>(()=>{var __webpack_modules__={2680:(e,t,r)=>{"use strict";var n=r(7286),o=r(9429),i=o(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&i(e,".prototype.")>-1?o(r):r}},9429:(e,t,r)=>{"use strict";var n=r(4090),o=r(7286),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),s=o("%Reflect.apply%",!0)||n.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),l=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var t=s(n,a,arguments);return c&&u&&c(t,"length").configurable&&u(t,"length",{value:1+l(0,e.length-(arguments.length-1))}),t};var p=function(){return s(n,i,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},5881:e=>{var t=1e3,r=60*t,n=60*r,o=24*n;function i(e,t,r,n){var o=t>=1.5*r;return Math.round(e/r)+" "+n+(o?"s":"")}e.exports=function(e,a){a=a||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(i){var a=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*a;case"weeks":case"week":case"w":return 6048e5*a;case"days":case"day":case"d":return a*o;case"hours":case"hour":case"hrs":case"hr":case"h":return a*n;case"minutes":case"minute":case"mins":case"min":case"m":return a*r;case"seconds":case"second":case"secs":case"sec":case"s":return a*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return a;default:return}}}}(e);if("number"===u&&isFinite(e))return a.long?(s=e,(c=Math.abs(s))>=o?i(s,c,o,"day"):c>=n?i(s,c,n,"hour"):c>=r?i(s,c,r,"minute"):c>=t?i(s,c,t,"second"):s+" ms"):function(e){var i=Math.abs(e);return i>=o?Math.round(e/o)+"d":i>=n?Math.round(e/n)+"h":i>=r?Math.round(e/r)+"m":i>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},5130:(e,t,r)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let n=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(o=n))})),t.splice(o,0,r)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=r(7123)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},7123:(e,t,r)=>{e.exports=function(e){function t(e){let r,o,i,a=null;function s(...e){if(!s.enabled)return;const n=s,o=Number(new Date),i=o-(r||o);n.diff=i,n.prev=r,n.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,o)=>{if("%%"===r)return"%";a++;const i=t.formatters[o];if("function"==typeof i){const t=e[a];r=i.call(n,t),e.splice(a,1),a--}return r})),t.formatArgs.call(n,e),(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==a?a:(o!==t.namespaces&&(o=t.namespaces,i=t.enabled(e)),i),set:e=>{a=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,r){const n=t(this.namespace+(void 0===r?":":r)+e);return n.log=this.log,n}function o(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(o),...t.skips.map(o).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let r;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),o=n.length;for(r=0;r<o;r++)n[r]&&("-"===(e=n[r].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.slice(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=r(5881),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((r=>{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t<e.length;t++)r=(r<<5)-r+e.charCodeAt(t),r|=0;return t.colors[Math.abs(r)%t.colors.length]},t.enable(t.load()),t}},445:(e,t,r)=>{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=r(5130):e.exports=r(8414)},8414:(e,t,r)=>{const n=r(6224),o=r(3837);t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(...e){return process.stderr.write(o.format(...e)+"\n")},t.formatArgs=function(r){const{namespace:n,useColors:o}=this;if(o){const t=this.color,o="[3"+(t<8?t:"8;5;"+t),i=` ${o};1m${n} `;r[0]=i+r[0].split("\n").join("\n"+i),r.push(o+"m+"+e.exports.humanize(this.diff)+"")}else r[0]=(t.inspectOpts.hideDate?"":(new Date).toISOString()+" ")+n+" "+r[0]},t.save=function(e){e?process.env.DEBUG=e:delete process.env.DEBUG},t.load=function(){return process.env.DEBUG},t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(process.stderr.fd)},t.destroy=o.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=r(7013);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{}),e.exports=r(7123)(t);const{formatters:i}=e.exports;i.o=function(e){return this.inspectOpts.colors=this.useColors,o.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},i.O=function(e){return this.inspectOpts.colors=this.useColors,o.inspect(e,this.inspectOpts)}},5393:(e,t,r)=>{var n;e.exports=function(){if(!n){try{n=r(445)("follow-redirects")}catch(e){}"function"!=typeof n&&(n=function(){})}n.apply(null,arguments)}},4633:(e,t,r)=>{var n=r(7310),o=n.URL,i=r(3685),a=r(5687),s=r(2781).Writable,c=r(9491),u=r(5393),l=["abort","aborted","connect","error","socket","timeout"],p=Object.create(null);l.forEach((function(e){p[e]=function(t,r,n){this._redirectable.emit(e,t,r,n)}}));var f=O("ERR_INVALID_URL","Invalid URL",TypeError),d=O("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),h=O("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),_=O("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),v=O("ERR_STREAM_WRITE_AFTER_END","write after end");function m(e,t){s.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var r=this;this._onNativeResponse=function(e){r._processResponse(e)},this._performRequest()}function y(e){var t={maxRedirects:21,maxBodyLength:10485760},r={};return Object.keys(e).forEach((function(i){var a=i+":",s=r[a]=e[i],l=t[i]=Object.create(s);Object.defineProperties(l,{request:{value:function(e,i,s){if(w(e)){var l;try{l=g(new o(e))}catch(t){l=n.parse(e)}if(!w(l.protocol))throw new f({input:e});e=l}else o&&e instanceof o?e=g(e):(s=i,i=e,e={protocol:a});return C(i)&&(s=i,i=null),(i=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},e,i)).nativeProtocols=r,w(i.host)||w(i.hostname)||(i.hostname="::1"),c.equal(i.protocol,a,"protocol mismatch"),u("options",i),new m(i,s)},configurable:!0,enumerable:!0,writable:!0},get:{value:function(e,t,r){var n=l.request(e,t,r);return n.end(),n},configurable:!0,enumerable:!0,writable:!0}})})),t}function E(){}function g(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return""!==e.port&&(t.port=Number(e.port)),t}function b(e,t){var r;for(var n in t)e.test(n)&&(r=t[n],delete t[n]);return null==r?void 0:String(r).trim()}function O(e,t,r){function n(r){Error.captureStackTrace(this,this.constructor),Object.assign(this,r||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return n.prototype=new(r||Error),n.prototype.constructor=n,n.prototype.name="Error ["+e+"]",n}function A(e){for(var t of l)e.removeListener(t,p[t]);e.on("error",E),e.abort()}function w(e){return"string"==typeof e||e instanceof String}function C(e){return"function"==typeof e}m.prototype=Object.create(s.prototype),m.prototype.abort=function(){A(this._currentRequest),this.emit("abort")},m.prototype.write=function(e,t,r){if(this._ending)throw new v;if(!(w(e)||"object"==typeof(n=e)&&"length"in n))throw new TypeError("data should be a string, Buffer or Uint8Array");var n;C(t)&&(r=t,t=null),0!==e.length?this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,r)):(this.emit("error",new _),this.abort()):r&&r()},m.prototype.end=function(e,t,r){if(C(e)?(r=e,e=t=null):C(t)&&(r=t,t=null),e){var n=this,o=this._currentRequest;this.write(e,t,(function(){n._ended=!0,o.end(null,null,r)})),this._ending=!0}else this._ended=this._ending=!0,this._currentRequest.end(null,null,r)},m.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)},m.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)},m.prototype.setTimeout=function(e,t){var r=this;function n(t){t.setTimeout(e),t.removeListener("timeout",t.destroy),t.addListener("timeout",t.destroy)}function o(t){r._timeout&&clearTimeout(r._timeout),r._timeout=setTimeout((function(){r.emit("timeout"),i()}),e),n(t)}function i(){r._timeout&&(clearTimeout(r._timeout),r._timeout=null),r.removeListener("abort",i),r.removeListener("error",i),r.removeListener("response",i),t&&r.removeListener("timeout",t),r.socket||r._currentRequest.removeListener("socket",o)}return t&&this.on("timeout",t),this.socket?o(this.socket):this._currentRequest.once("socket",o),this.on("socket",n),this.on("abort",i),this.on("error",i),this.on("response",i),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){m.prototype[e]=function(t,r){return this._currentRequest[e](t,r)}})),["aborted","connection","socket"].forEach((function(e){Object.defineProperty(m.prototype,e,{get:function(){return this._currentRequest[e]}})})),m.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}},m.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(t){if(this._options.agents){var r=e.slice(0,-1);this._options.agent=this._options.agents[r]}var o=this._currentRequest=t.request(this._options,this._onNativeResponse);for(var i of(o._redirectable=this,l))o.on(i,p[i]);if(this._currentUrl=/^\//.test(this._options.path)?n.format(this._options):this._options.path,this._isRedirect){var a=0,s=this,c=this._requestBodyBuffers;!function e(t){if(o===s._currentRequest)if(t)s.emit("error",t);else if(a<c.length){var r=c[a++];o.finished||o.write(r.data,r.encoding,e)}else s._ended&&o.end()}()}}else this.emit("error",new TypeError("Unsupported protocol "+e))},m.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var r=e.headers.location;if(!r||!1===this._options.followRedirects||t<300||t>=400)return e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),void(this._requestBodyBuffers=[]);if(A(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)this.emit("error",new h);else{var o,i=this._options.beforeRedirect;i&&(o=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var a=this._options.method;((301===t||302===t)&&"POST"===this._options.method||303===t&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],b(/^content-/i,this._options.headers));var s,l=b(/^host$/i,this._options.headers),p=n.parse(this._currentUrl),f=l||p.host,_=/^\w+:/.test(r)?this._currentUrl:n.format(Object.assign(p,{host:f}));try{s=n.resolve(_,r)}catch(e){return void this.emit("error",new d({cause:e}))}u("redirecting to",s),this._isRedirect=!0;var v=n.parse(s);if(Object.assign(this._options,v),(v.protocol!==p.protocol&&"https:"!==v.protocol||v.host!==f&&!function(e,t){c(w(e)&&w(t));var r=e.length-t.length-1;return r>0&&"."===e[r]&&e.endsWith(t)}(v.host,f))&&b(/^(?:authorization|cookie)$/i,this._options.headers),C(i)){var m={headers:e.headers,statusCode:t},y={url:_,method:a,headers:o};try{i(this._options,m,y)}catch(e){return void this.emit("error",e)}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(e){this.emit("error",new d({cause:e}))}}},e.exports=y({http:i,https:a}),e.exports.wrap=y},7795:e=>{"use strict";var t=Array.prototype.slice,r=Object.prototype.toString;e.exports=function(e){var n=this;if("function"!=typeof n||"[object Function]"!==r.call(n))throw new TypeError("Function.prototype.bind called on incompatible "+n);for(var o,i=t.call(arguments,1),a=Math.max(0,n.length-i.length),s=[],c=0;c<a;c++)s.push("$"+c);if(o=Function("binder","return function ("+s.join(",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof o){var r=n.apply(this,i.concat(t.call(arguments)));return Object(r)===r?r:this}return n.apply(e,i.concat(t.call(arguments)))})),n.prototype){var u=function(){};u.prototype=n.prototype,o.prototype=new u,u.prototype=null}return o}},4090:(e,t,r)=>{"use strict";var n=r(7795);e.exports=Function.prototype.bind||n},7286:(e,t,r)=>{"use strict";var n,o=SyntaxError,i=Function,a=TypeError,s=function(e){try{return i('"use strict"; return ('+e+").constructor;")()}catch(e){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(e){c=null}var u=function(){throw new a},l=c?function(){try{return u}catch(e){try{return c(arguments,"callee").get}catch(e){return u}}}():u,p=r(2636)(),f=Object.getPrototypeOf||function(e){return e.__proto__},d={},h="undefined"==typeof Uint8Array?n:f(Uint8Array),_={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":p?f([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?n:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?f(f([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&p?f((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&p?f((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?f(""[Symbol.iterator]()):n,"%Symbol%":p?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":l,"%TypedArray%":h,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet};try{null.error}catch(e){var v=f(f(e));_["%Error.prototype%"]=v}var m=function e(t){var r;if("%AsyncFunction%"===t)r=s("async function () {}");else if("%GeneratorFunction%"===t)r=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=s("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&(r=f(o.prototype))}return _[t]=r,r},y={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},E=r(4090),g=r(3198),b=E.call(Function.call,Array.prototype.concat),O=E.call(Function.apply,Array.prototype.splice),A=E.call(Function.call,String.prototype.replace),w=E.call(Function.call,String.prototype.slice),C=E.call(Function.call,RegExp.prototype.exec),S=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,P=/\\(\\)?/g,I=function(e,t){var r,n=e;if(g(y,n)&&(n="%"+(r=y[n])[0]+"%"),g(_,n)){var i=_[n];if(i===d&&(i=m(n)),void 0===i&&!t)throw new a("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:i}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new a('"allowMissing" argument must be a boolean');if(null===C(/^%?[^%]*%?$/,e))throw new o("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(e){var t=w(e,0,1),r=w(e,-1);if("%"===t&&"%"!==r)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var n=[];return A(e,S,(function(e,t,r,o){n[n.length]=r?A(o,P,"$1"):t||e})),n}(e),n=r.length>0?r[0]:"",i=I("%"+n+"%",t),s=i.name,u=i.value,l=!1,p=i.alias;p&&(n=p[0],O(r,b([0,1],p)));for(var f=1,d=!0;f<r.length;f+=1){var h=r[f],v=w(h,0,1),m=w(h,-1);if(('"'===v||"'"===v||"`"===v||'"'===m||"'"===m||"`"===m)&&v!==m)throw new o("property names with quotes must have matching quotes");if("constructor"!==h&&d||(l=!0),g(_,s="%"+(n+="."+h)+"%"))u=_[s];else if(null!=u){if(!(h in u)){if(!t)throw new a("base intrinsic for "+e+" exists, but the property is not available.");return}if(c&&f+1>=r.length){var y=c(u,h);u=(d=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:u[h]}else d=g(u,h),u=u[h];d&&!l&&(_[s]=u)}}return u}},8137:e=>{"use strict";e.exports=(e,t=process.argv)=>{const r=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(r+e),o=t.indexOf("--");return-1!==n&&(-1===o||n<o)}},2636:(e,t,r)=>{"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(6679);e.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&o()}},6679:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},3198:(e,t,r)=>{"use strict";var n=r(4090);e.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},8223:function(e,t,r){e.exports=(r(2081),r(6113),function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={exports:{},id:n,loaded:!1};return e[n].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var r={};return t.m=e,t.c=r,t.p="",t(0)}([function(e,t,r){e.exports=r(34)},function(e,t,r){var n=r(29)("wks"),o=r(33),i=r(2).Symbol,a="function"==typeof i;(e.exports=function(e){return n[e]||(n[e]=a&&i[e]||(a?i:o)("Symbol."+e))}).store=n},function(e,t){var r=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},function(e,t,r){var n=r(9);e.exports=function(e){if(!n(e))throw TypeError(e+" is not an object!");return e}},function(e,t,r){e.exports=!r(24)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,r){var n=r(12),o=r(17);e.exports=r(4)?function(e,t,r){return n.f(e,t,o(1,r))}:function(e,t,r){return e[t]=r,e}},function(e,t){var r=e.exports={version:"2.4.0"};"number"==typeof __e&&(__e=r)},function(e,t,r){var n=r(14);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports={}},function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},function(e,t,r){var n=r(3),o=r(26),i=r(32),a=Object.defineProperty;t.f=r(4)?Object.defineProperty:function(e,t,r){if(n(e),t=i(t,!0),n(r),o)try{return a(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e}},function(e,t,r){var n=r(42),o=r(15);e.exports=function(e){return n(o(e))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,r){var n=r(9),o=r(2).document,i=n(o)&&n(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,r){var n=r(12).f,o=r(8),i=r(1)("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,i)&&n(e,i,{configurable:!0,value:t})}},function(e,t,r){var n=r(29)("keys"),o=r(33);e.exports=function(e){return n[e]||(n[e]=o(e))}},function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},function(e,t,r){var n=r(11),o=r(1)("toStringTag"),i="Arguments"==n(function(){return arguments}());e.exports=function(e){var t,r,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?r:i?n(t):"Object"==(a=n(t))&&"function"==typeof t.callee?"Arguments":a}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,r){var n=r(2),o=r(6),i=r(7),a=r(5),s="prototype",c=function(e,t,r){var u,l,p,f=e&c.F,d=e&c.G,h=e&c.S,_=e&c.P,v=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),E=y[s],g=d?n:h?n[t]:(n[t]||{})[s];for(u in d&&(r=t),r)(l=!f&&g&&void 0!==g[u])&&u in y||(p=l?g[u]:r[u],y[u]=d&&"function"!=typeof g[u]?r[u]:v&&l?i(p,n):m&&g[u]==p?function(e){var t=function(t,r,n){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,r)}return new e(t,r,n)}return e.apply(this,arguments)};return t[s]=e[s],t}(p):_&&"function"==typeof p?i(Function.call,p):p,_&&((y.virtual||(y.virtual={}))[u]=p,e&c.R&&E&&!E[u]&&a(E,u,p)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,r){e.exports=r(2).document&&document.documentElement},function(e,t,r){e.exports=!r(4)&&!r(24)((function(){return 7!=Object.defineProperty(r(16)("div"),"a",{get:function(){return 7}}).a}))},function(e,t,r){"use strict";var n=r(28),o=r(23),i=r(57),a=r(5),s=r(8),c=r(10),u=r(45),l=r(18),p=r(52),f=r(1)("iterator"),d=!([].keys&&"next"in[].keys()),h="keys",_="values",v=function(){return this};e.exports=function(e,t,r,m,y,E,g){u(r,t,m);var b,O,A,w=function(e){if(!d&&e in I)return I[e];switch(e){case h:case _:return function(){return new r(this,e)}}return function(){return new r(this,e)}},C=t+" Iterator",S=y==_,P=!1,I=e.prototype,L=I[f]||I["@@iterator"]||y&&I[y],T=L||w(y),R=y?S?w("entries"):T:void 0,j="Array"==t&&I.entries||L;if(j&&(A=p(j.call(new e)))!==Object.prototype&&(l(A,C,!0),n||s(A,f)||a(A,f,v)),S&&L&&L.name!==_&&(P=!0,T=function(){return L.call(this)}),n&&!g||!d&&!P&&I[f]||a(I,f,T),c[t]=T,c[C]=v,y)if(b={values:S?T:w(_),keys:E?T:w(h),entries:R},g)for(O in b)O in I||i(I,O,b[O]);else o(o.P+o.F*(d||P),t,b);return b}},function(e,t){e.exports=!0},function(e,t,r){var n=r(2),o="__core-js_shared__",i=n[o]||(n[o]={});e.exports=function(e){return i[e]||(i[e]={})}},function(e,t,r){var n,o,i,a=r(7),s=r(41),c=r(25),u=r(16),l=r(2),p=l.process,f=l.setImmediate,d=l.clearImmediate,h=l.MessageChannel,_=0,v={},m="onreadystatechange",y=function(){var e=+this;if(v.hasOwnProperty(e)){var t=v[e];delete v[e],t()}},E=function(e){y.call(e.data)};f&&d||(f=function(e){for(var t=[],r=1;arguments.length>r;)t.push(arguments[r++]);return v[++_]=function(){s("function"==typeof e?e:Function(e),t)},n(_),_},d=function(e){delete v[e]},"process"==r(11)(p)?n=function(e){p.nextTick(a(y,e,1))}:h?(i=(o=new h).port2,o.port1.onmessage=E,n=a(i.postMessage,i,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(n=function(e){l.postMessage(e+"","*")},l.addEventListener("message",E,!1)):n=m in u("script")?function(e){c.appendChild(u("script"))[m]=function(){c.removeChild(this),y.call(e)}}:function(e){setTimeout(a(y,e,1),0)}),e.exports={set:f,clear:d}},function(e,t,r){var n=r(20),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},function(e,t,r){var n=r(9);e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++r+n).toString(36))}},function(e,t,r){"use strict";function n(e){return(0,s.createHash)("sha256").update(e).digest("hex")}function o(e){switch(c){case"darwin":return e.split("IOPlatformUUID")[1].split("\n")[0].replace(/\=|\s+|\"/gi,"").toLowerCase();case"win32":return e.toString().split("REG_SZ")[1].replace(/\r+|\n+|\s+/gi,"").toLowerCase();case"linux":case"freebsd":return e.toString().replace(/\r+|\n+|\s+/gi,"").toLowerCase();default:throw new Error("Unsupported platform: "+process.platform)}}Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){return e&&e.__esModule?e:{default:e}}(r(35));t.machineIdSync=function(e){var t=o((0,a.execSync)(u[c]).toString());return e?t:n(t)},t.machineId=function(e){return new i.default((function(t,r){return(0,a.exec)(u[c],{},(function(i,a,s){if(i)return r(new Error("Error while obtaining machine id: "+i.stack));var c=o(a.toString());return t(e?c:n(c))}))}))};var a=r(70),s=r(71),c=process.platform,u={darwin:"ioreg -rd1 -c IOPlatformExpertDevice",win32:{native:"%windir%\\System32",mixed:"%windir%\\sysnative\\cmd.exe /c %windir%\\System32"}["win32"!==process.platform?"":"ia32"===process.arch&&process.env.hasOwnProperty("PROCESSOR_ARCHITEW6432")?"mixed":"native"]+"\\REG.exe QUERY HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography /v MachineGuid",linux:"( cat /var/lib/dbus/machine-id /etc/machine-id 2> /dev/null || hostname ) | head -n 1 || :",freebsd:"kenv -q smbios.system.uuid || sysctl -n kern.hostuuid"}},function(e,t,r){e.exports={default:r(36),__esModule:!0}},function(e,t,r){r(66),r(68),r(69),r(67),e.exports=r(6).Promise},function(e,t){e.exports=function(){}},function(e,t){e.exports=function(e,t,r,n){if(!(e instanceof t)||void 0!==n&&n in e)throw TypeError(r+": incorrect invocation!");return e}},function(e,t,r){var n=r(13),o=r(31),i=r(62);e.exports=function(e){return function(t,r,a){var s,c=n(t),u=o(c.length),l=i(a,u);if(e&&r!=r){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((e||l in c)&&c[l]===r)return e||l||0;return!e&&-1}}},function(e,t,r){var n=r(7),o=r(44),i=r(43),a=r(3),s=r(31),c=r(64),u={},l={};t=e.exports=function(e,t,r,p,f){var d,h,_,v,m=f?function(){return e}:c(e),y=n(r,p,t?2:1),E=0;if("function"!=typeof m)throw TypeError(e+" is not iterable!");if(i(m)){for(d=s(e.length);d>E;E++)if((v=t?y(a(h=e[E])[0],h[1]):y(e[E]))===u||v===l)return v}else for(_=m.call(e);!(h=_.next()).done;)if((v=o(_,y,h.value,t))===u||v===l)return v},t.BREAK=u,t.RETURN=l},function(e,t){e.exports=function(e,t,r){var n=void 0===r;switch(t.length){case 0:return n?e():e.call(r);case 1:return n?e(t[0]):e.call(r,t[0]);case 2:return n?e(t[0],t[1]):e.call(r,t[0],t[1]);case 3:return n?e(t[0],t[1],t[2]):e.call(r,t[0],t[1],t[2]);case 4:return n?e(t[0],t[1],t[2],t[3]):e.call(r,t[0],t[1],t[2],t[3])}return e.apply(r,t)}},function(e,t,r){var n=r(11);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},function(e,t,r){var n=r(10),o=r(1)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||i[o]===e)}},function(e,t,r){var n=r(3);e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(t){var i=e.return;throw void 0!==i&&n(i.call(e)),t}}},function(e,t,r){"use strict";var n=r(49),o=r(17),i=r(18),a={};r(5)(a,r(1)("iterator"),(function(){return this})),e.exports=function(e,t,r){e.prototype=n(a,{next:o(1,r)}),i(e,t+" Iterator")}},function(e,t,r){var n=r(1)("iterator"),o=!1;try{var i=[7][n]();i.return=function(){o=!0},Array.from(i,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var r=!1;try{var i=[7],a=i[n]();a.next=function(){return{done:r=!0}},i[n]=function(){return a},e(i)}catch(e){}return r}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,r){var n=r(2),o=r(30).set,i=n.MutationObserver||n.WebKitMutationObserver,a=n.process,s=n.Promise,c="process"==r(11)(a);e.exports=function(){var e,t,r,u=function(){var n,o;for(c&&(n=a.domain)&&n.exit();e;){o=e.fn,e=e.next;try{o()}catch(n){throw e?r():t=void 0,n}}t=void 0,n&&n.enter()};if(c)r=function(){a.nextTick(u)};else if(i){var l=!0,p=document.createTextNode("");new i(u).observe(p,{characterData:!0}),r=function(){p.data=l=!l}}else if(s&&s.resolve){var f=s.resolve();r=function(){f.then(u)}}else r=function(){o.call(n,u)};return function(n){var o={fn:n,next:void 0};t&&(t.next=o),e||(e=o,r()),t=o}}},function(e,t,r){var n=r(3),o=r(50),i=r(22),a=r(19)("IE_PROTO"),s=function(){},c="prototype",u=function(){var e,t=r(16)("iframe"),n=i.length;for(t.style.display="none",r(25).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),u=e.F;n--;)delete u[c][i[n]];return u()};e.exports=Object.create||function(e,t){var r;return null!==e?(s[c]=n(e),r=new s,s[c]=null,r[a]=e):r=u(),void 0===t?r:o(r,t)}},function(e,t,r){var n=r(12),o=r(3),i=r(54);e.exports=r(4)?Object.defineProperties:function(e,t){o(e);for(var r,a=i(t),s=a.length,c=0;s>c;)n.f(e,r=a[c++],t[r]);return e}},function(e,t,r){var n=r(55),o=r(17),i=r(13),a=r(32),s=r(8),c=r(26),u=Object.getOwnPropertyDescriptor;t.f=r(4)?u:function(e,t){if(e=i(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(s(e,t))return o(!n.f.call(e,t),e[t])}},function(e,t,r){var n=r(8),o=r(63),i=r(19)("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),n(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},function(e,t,r){var n=r(8),o=r(13),i=r(39)(!1),a=r(19)("IE_PROTO");e.exports=function(e,t){var r,s=o(e),c=0,u=[];for(r in s)r!=a&&n(s,r)&&u.push(r);for(;t.length>c;)n(s,r=t[c++])&&(~i(u,r)||u.push(r));return u}},function(e,t,r){var n=r(53),o=r(22);e.exports=Object.keys||function(e){return n(e,o)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,r){var n=r(5);e.exports=function(e,t,r){for(var o in t)r&&e[o]?e[o]=t[o]:n(e,o,t[o]);return e}},function(e,t,r){e.exports=r(5)},function(e,t,r){var n=r(9),o=r(3),i=function(e,t){if(o(e),!n(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,n){try{(n=r(7)(Function.call,r(51).f(Object.prototype,"__proto__").set,2))(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,r){return i(e,r),t?e.__proto__=r:n(e,r),e}}({},!1):void 0),check:i}},function(e,t,r){"use strict";var n=r(2),o=r(6),i=r(12),a=r(4),s=r(1)("species");e.exports=function(e){var t="function"==typeof o[e]?o[e]:n[e];a&&t&&!t[s]&&i.f(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,r){var n=r(3),o=r(14),i=r(1)("species");e.exports=function(e,t){var r,a=n(e).constructor;return void 0===a||null==(r=n(a)[i])?t:o(r)}},function(e,t,r){var n=r(20),o=r(15);e.exports=function(e){return function(t,r){var i,a,s=String(o(t)),c=n(r),u=s.length;return c<0||c>=u?e?"":void 0:(i=s.charCodeAt(c))<55296||i>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?e?s.charAt(c):i:e?s.slice(c,c+2):a-56320+(i-55296<<10)+65536}}},function(e,t,r){var n=r(20),o=Math.max,i=Math.min;e.exports=function(e,t){return(e=n(e))<0?o(e+t,0):i(e,t)}},function(e,t,r){var n=r(15);e.exports=function(e){return Object(n(e))}},function(e,t,r){var n=r(21),o=r(1)("iterator"),i=r(10);e.exports=r(6).getIteratorMethod=function(e){if(null!=e)return e[o]||e["@@iterator"]||i[n(e)]}},function(e,t,r){"use strict";var n=r(37),o=r(47),i=r(10),a=r(13);e.exports=r(27)(Array,"Array",(function(e,t){this._t=a(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,r=this._i++;return!e||r>=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?r:"values"==t?e[r]:[r,e[r]])}),"values"),i.Arguments=i.Array,n("keys"),n("values"),n("entries")},function(e,t){},function(e,t,r){"use strict";var n,o,i,a=r(28),s=r(2),c=r(7),u=r(21),l=r(23),p=r(9),f=(r(3),r(14)),d=r(38),h=r(40),_=(r(58).set,r(60)),v=r(30).set,m=r(48)(),y="Promise",E=s.TypeError,g=s.process,b=s[y],O="process"==u(g=s.process),A=function(){},w=!!function(){try{var e=b.resolve(1),t=(e.constructor={})[r(1)("species")]=function(e){e(A,A)};return(O||"function"==typeof PromiseRejectionEvent)&&e.then(A)instanceof t}catch(e){}}(),C=function(e,t){return e===t||e===b&&t===i},S=function(e){var t;return!(!p(e)||"function"!=typeof(t=e.then))&&t},P=function(e){return C(b,e)?new I(e):new o(e)},I=o=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw E("Bad Promise constructor");t=e,r=n})),this.resolve=f(t),this.reject=f(r)},L=function(e){try{e()}catch(e){return{error:e}}},T=function(e,t){if(!e._n){e._n=!0;var r=e._c;m((function(){for(var n=e._v,o=1==e._s,i=0,a=function(t){var r,i,a=o?t.ok:t.fail,s=t.resolve,c=t.reject,u=t.domain;try{a?(o||(2==e._h&&x(e),e._h=1),!0===a?r=n:(u&&u.enter(),r=a(n),u&&u.exit()),r===t.promise?c(E("Promise-chain cycle")):(i=S(r))?i.call(r,s,c):s(r)):c(n)}catch(e){c(e)}};r.length>i;)a(r[i++]);e._c=[],e._n=!1,t&&!e._h&&R(e)}))}},R=function(e){v.call(s,(function(){var t,r,n,o=e._v;if(j(e)&&(t=L((function(){O?g.emit("unhandledRejection",o,e):(r=s.onunhandledrejection)?r({promise:e,reason:o}):(n=s.console)&&n.error&&n.error("Unhandled promise rejection",o)})),e._h=O||j(e)?2:1),e._a=void 0,t)throw t.error}))},j=function(e){if(1==e._h)return!1;for(var t,r=e._a||e._c,n=0;r.length>n;)if((t=r[n++]).fail||!j(t.promise))return!1;return!0},x=function(e){v.call(s,(function(){var t;O?g.emit("rejectionHandled",e):(t=s.onrejectionhandled)&&t({promise:e,reason:e._v})}))},D=function(e){var t=this;t._d||(t._d=!0,(t=t._w||t)._v=e,t._s=2,t._a||(t._a=t._c.slice()),T(t,!0))},M=function(e){var t,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===e)throw E("Promise can't be resolved itself");(t=S(e))?m((function(){var n={_w:r,_d:!1};try{t.call(e,c(M,n,1),c(D,n,1))}catch(e){D.call(n,e)}})):(r._v=e,r._s=1,T(r,!1))}catch(e){D.call({_w:r,_d:!1},e)}}};w||(b=function(e){d(this,b,y,"_h"),f(e),n.call(this);try{e(c(M,this,1),c(D,this,1))}catch(e){D.call(this,e)}},(n=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=r(56)(b.prototype,{then:function(e,t){var r=P(_(this,b));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=O?g.domain:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&T(this,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),I=function(){var e=new n;this.promise=e,this.resolve=c(M,e,1),this.reject=c(D,e,1)}),l(l.G+l.W+l.F*!w,{Promise:b}),r(18)(b,y),r(59)(y),i=r(6)[y],l(l.S+l.F*!w,y,{reject:function(e){var t=P(this);return(0,t.reject)(e),t.promise}}),l(l.S+l.F*(a||!w),y,{resolve:function(e){if(e instanceof b&&C(e.constructor,this))return e;var t=P(this);return(0,t.resolve)(e),t.promise}}),l(l.S+l.F*!(w&&r(46)((function(e){b.all(e).catch(A)}))),y,{all:function(e){var t=this,r=P(t),n=r.resolve,o=r.reject,i=L((function(){var r=[],i=0,a=1;h(e,!1,(function(e){var s=i++,c=!1;r.push(void 0),a++,t.resolve(e).then((function(e){c||(c=!0,r[s]=e,--a||n(r))}),o)})),--a||n(r)}));return i&&o(i.error),r.promise},race:function(e){var t=this,r=P(t),n=r.reject,o=L((function(){h(e,!1,(function(e){t.resolve(e).then(r.resolve,n)}))}));return o&&n(o.error),r.promise}})},function(e,t,r){"use strict";var n=r(61)(!0);r(27)(String,"String",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,r=this._i;return r>=t.length?{value:void 0,done:!0}:(e=n(t,r),this._i+=e.length,{value:e,done:!1})}))},function(e,t,r){r(65);for(var n=r(2),o=r(5),i=r(10),a=r(1)("toStringTag"),s=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],c=0;c<5;c++){var u=s[c],l=n[u],p=l&&l.prototype;p&&!p[a]&&o(p,a,u),i[u]=i.Array}},function(e,t){e.exports=r(2081)},function(e,t){e.exports=r(6113)}]))},9500:(e,t,r)=>{var n="function"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=n&&o&&"function"==typeof o.get?o.get:null,a=n&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=s&&c&&"function"==typeof c.get?c.get:null,l=s&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,f="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,d="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,h=Boolean.prototype.valueOf,_=Object.prototype.toString,v=Function.prototype.toString,m=String.prototype.match,y=String.prototype.slice,E=String.prototype.replace,g=String.prototype.toUpperCase,b=String.prototype.toLowerCase,O=RegExp.prototype.test,A=Array.prototype.concat,w=Array.prototype.join,C=Array.prototype.slice,S=Math.floor,P="function"==typeof BigInt?BigInt.prototype.valueOf:null,I=Object.getOwnPropertySymbols,L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,T="function"==typeof Symbol&&"object"==typeof Symbol.iterator,R="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,j=Object.prototype.propertyIsEnumerable,x=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function D(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||O.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var n=e<0?-S(-e):S(e);if(n!==e){var o=String(n),i=y.call(t,o.length+1);return E.call(o,r,"$&_")+"."+E.call(E.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return E.call(t,r,"$&_")}var M=r(6374),N=M.custom,U=B(N)?N:null;function k(e,t,r){var n="double"===(r.quoteStyle||t)?'"':"'";return n+e+n}function F(e){return E.call(String(e),/"/g,"&quot;")}function V(e){return!("[object Array]"!==q(e)||R&&"object"==typeof e&&R in e)}function G(e){return!("[object RegExp]"!==q(e)||R&&"object"==typeof e&&R in e)}function B(e){if(T)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!L)return!1;try{return L.call(e),!0}catch(e){}return!1}e.exports=function e(t,r,n,o){var s=r||{};if(H(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(H(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var c=!H(s,"customInspect")||s.customInspect;if("boolean"!=typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(H(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(H(s,"numericSeparator")&&"boolean"!=typeof s.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var _=s.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return J(t,s);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var g=String(t);return _?D(t,g):g}if("bigint"==typeof t){var O=String(t)+"n";return _?D(t,O):O}var S=void 0===s.depth?5:s.depth;if(void 0===n&&(n=0),n>=S&&S>0&&"object"==typeof t)return V(t)?"[Array]":"[Object]";var I,N=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=w.call(Array(e.indent+1)," ")}return{base:r,prev:w.call(Array(t+1),r)}}(s,n);if(void 0===o)o=[];else if(W(o,t)>=0)return"[Circular]";function Z(t,r,i){if(r&&(o=C.call(o)).push(r),i){var a={depth:s.depth};return H(s,"quoteStyle")&&(a.quoteStyle=s.quoteStyle),e(t,a,n+1,o)}return e(t,s,n+1,o)}if("function"==typeof t&&!G(t)){var z=function(e){if(e.name)return e.name;var t=m.call(v.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),ee=Y(t,Z);return"[Function"+(z?": "+z:" (anonymous)")+"]"+(ee.length>0?" { "+w.call(ee,", ")+" }":"")}if(B(t)){var te=T?E.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):L.call(t);return"object"!=typeof t||T?te:K(te)}if((I=t)&&"object"==typeof I&&("undefined"!=typeof HTMLElement&&I instanceof HTMLElement||"string"==typeof I.nodeName&&"function"==typeof I.getAttribute)){for(var re="<"+b.call(String(t.nodeName)),ne=t.attributes||[],oe=0;oe<ne.length;oe++)re+=" "+ne[oe].name+"="+k(F(ne[oe].value),"double",s);return re+=">",t.childNodes&&t.childNodes.length&&(re+="..."),re+"</"+b.call(String(t.nodeName))+">"}if(V(t)){if(0===t.length)return"[]";var ie=Y(t,Z);return N&&!function(e){for(var t=0;t<e.length;t++)if(W(e[t],"\n")>=0)return!1;return!0}(ie)?"["+Q(ie,N)+"]":"[ "+w.call(ie,", ")+" ]"}if(function(e){return!("[object Error]"!==q(e)||R&&"object"==typeof e&&R in e)}(t)){var ae=Y(t,Z);return"cause"in Error.prototype||!("cause"in t)||j.call(t,"cause")?0===ae.length?"["+String(t)+"]":"{ ["+String(t)+"] "+w.call(ae,", ")+" }":"{ ["+String(t)+"] "+w.call(A.call("[cause]: "+Z(t.cause),ae),", ")+" }"}if("object"==typeof t&&c){if(U&&"function"==typeof t[U]&&M)return M(t,{depth:S-n});if("symbol"!==c&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!=typeof e)return!1;try{i.call(e);try{u.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var se=[];return a&&a.call(t,(function(e,r){se.push(Z(r,t,!0)+" => "+Z(e,t))})),X("Map",i.call(t),se,N)}if(function(e){if(!u||!e||"object"!=typeof e)return!1;try{u.call(e);try{i.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var ce=[];return l&&l.call(t,(function(e){ce.push(Z(e,t))})),X("Set",u.call(t),ce,N)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{f.call(e,f)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return $("WeakMap");if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{f.call(e,f);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return $("WeakSet");if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{return d.call(e),!0}catch(e){}return!1}(t))return $("WeakRef");if(function(e){return!("[object Number]"!==q(e)||R&&"object"==typeof e&&R in e)}(t))return K(Z(Number(t)));if(function(e){if(!e||"object"!=typeof e||!P)return!1;try{return P.call(e),!0}catch(e){}return!1}(t))return K(Z(P.call(t)));if(function(e){return!("[object Boolean]"!==q(e)||R&&"object"==typeof e&&R in e)}(t))return K(h.call(t));if(function(e){return!("[object String]"!==q(e)||R&&"object"==typeof e&&R in e)}(t))return K(Z(String(t)));if(!function(e){return!("[object Date]"!==q(e)||R&&"object"==typeof e&&R in e)}(t)&&!G(t)){var ue=Y(t,Z),le=x?x(t)===Object.prototype:t instanceof Object||t.constructor===Object,pe=t instanceof Object?"":"null prototype",fe=!le&&R&&Object(t)===t&&R in t?y.call(q(t),8,-1):pe?"Object":"",de=(le||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(fe||pe?"["+w.call(A.call([],fe||[],pe||[]),": ")+"] ":"");return 0===ue.length?de+"{}":N?de+"{"+Q(ue,N)+"}":de+"{ "+w.call(ue,", ")+" }"}return String(t)};var Z=Object.prototype.hasOwnProperty||function(e){return e in this};function H(e,t){return Z.call(e,t)}function q(e){return _.call(e)}function W(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function J(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return J(y.call(e,0,t.maxStringLength),t)+n}return k(E.call(E.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,z),"single",t)}function z(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+g.call(t.toString(16))}function K(e){return"Object("+e+")"}function $(e){return e+" { ? }"}function X(e,t,r,n){return e+" ("+t+") {"+(n?Q(r,n):w.call(r,", "))+"}"}function Q(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+w.call(e,","+r)+"\n"+t.prev}function Y(e,t){var r=V(e),n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++)n[o]=H(e,o)?t(e[o],e):""}var i,a="function"==typeof I?I(e):[];if(T){i={};for(var s=0;s<a.length;s++)i["$"+a[s]]=a[s]}for(var c in e)H(e,c)&&(r&&String(Number(c))===c&&c<e.length||T&&i["$"+c]instanceof Symbol||(O.call(/[^\w$]/,c)?n.push(t(c,e)+": "+t(e[c],e)):n.push(c+": "+t(e[c],e))));if("function"==typeof I)for(var u=0;u<a.length;u++)j.call(e,a[u])&&n.push("["+t(a[u])+"]: "+t(e[a[u]],e));return n}},6374:(e,t,r)=>{e.exports=r(3837).inspect},5527:e=>{"use strict";var t=String.prototype.replace,r=/%20/g,n="RFC3986";e.exports={default:n,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:n}},9126:(e,t,r)=>{"use strict";var n=r(6845),o=r(9166),i=r(5527);e.exports={formats:i,parse:o,stringify:n}},9166:(e,t,r)=>{"use strict";var n=r(2493),o=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,r,n){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,s=r.depth>0&&/(\[[^[\]]*])/.exec(i),u=s?i.slice(0,s.index):i,l=[];if(u){if(!r.plainObjects&&o.call(Object.prototype,u)&&!r.allowPrototypes)return;l.push(u)}for(var p=0;r.depth>0&&null!==(s=a.exec(i))&&p<r.depth;){if(p+=1,!r.plainObjects&&o.call(Object.prototype,s[1].slice(1,-1))&&!r.allowPrototypes)return;l.push(s[1])}return s&&l.push("["+i.slice(s.index)+"]"),function(e,t,r,n){for(var o=n?t:c(t,r),i=e.length-1;i>=0;--i){var a,s=e[i];if("[]"===s&&r.parseArrays)a=[].concat(o);else{a=r.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(u,10);r.parseArrays||""!==u?!isNaN(l)&&s!==u&&String(l)===u&&l>=0&&r.parseArrays&&l<=r.arrayLimit?(a=[])[l]=o:"__proto__"!==u&&(a[u]=o):a={0:o}}o=a}return o}(l,t,r,n)}};e.exports=function(e,t){var r=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:a.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:a.comma,decoder:"function"==typeof e.decoder?e.decoder:a.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var r,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,f=l.split(t.delimiter,p),d=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r<f.length;++r)0===f[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[r]?h="utf-8":"utf8=%26%2310003%3B"===f[r]&&(h="iso-8859-1"),d=r,r=f.length);for(r=0;r<f.length;++r)if(r!==d){var _,v,m=f[r],y=m.indexOf("]="),E=-1===y?m.indexOf("="):y+1;-1===E?(_=t.decoder(m,a.decoder,h,"key"),v=t.strictNullHandling?null:""):(_=t.decoder(m.slice(0,E),a.decoder,h,"key"),v=n.maybeMap(c(m.slice(E+1),t),(function(e){return t.decoder(e,a.decoder,h,"value")}))),v&&t.interpretNumericEntities&&"iso-8859-1"===h&&(v=s(v)),m.indexOf("[]=")>-1&&(v=i(v)?[v]:v),o.call(u,_)?u[_]=n.combine(u[_],v):u[_]=v}return u}(e,r):e,p=r.plainObjects?Object.create(null):{},f=Object.keys(l),d=0;d<f.length;++d){var h=f[d],_=u(h,l[h],r,"string"==typeof e);p=n.merge(p,_,r)}return!0===r.allowSparse?p:n.compact(p)}},6845:(e,t,r)=>{"use strict";var n=r(4294),o=r(2493),i=r(5527),a=Object.prototype.hasOwnProperty,s={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,u=String.prototype.split,l=Array.prototype.push,p=function(e,t){l.apply(e,c(t)?t:[t])},f=Date.prototype.toISOString,d=i.default,h={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:o.encode,encodeValuesOnly:!1,format:d,formatter:i.formatters[d],indices:!1,serializeDate:function(e){return f.call(e)},skipNulls:!1,strictNullHandling:!1},_={},v=function e(t,r,i,a,s,l,f,d,v,m,y,E,g,b,O,A){for(var w,C=t,S=A,P=0,I=!1;void 0!==(S=S.get(_))&&!I;){var L=S.get(t);if(P+=1,void 0!==L){if(L===P)throw new RangeError("Cyclic object value");I=!0}void 0===S.get(_)&&(P=0)}if("function"==typeof d?C=d(r,C):C instanceof Date?C=y(C):"comma"===i&&c(C)&&(C=o.maybeMap(C,(function(e){return e instanceof Date?y(e):e}))),null===C){if(s)return f&&!b?f(r,h.encoder,O,"key",E):r;C=""}if("string"==typeof(w=C)||"number"==typeof w||"boolean"==typeof w||"symbol"==typeof w||"bigint"==typeof w||o.isBuffer(C)){if(f){var T=b?r:f(r,h.encoder,O,"key",E);if("comma"===i&&b){for(var R=u.call(String(C),","),j="",x=0;x<R.length;++x)j+=(0===x?"":",")+g(f(R[x],h.encoder,O,"value",E));return[g(T)+(a&&c(C)&&1===R.length?"[]":"")+"="+j]}return[g(T)+"="+g(f(C,h.encoder,O,"value",E))]}return[g(r)+"="+g(String(C))]}var D,M=[];if(void 0===C)return M;if("comma"===i&&c(C))D=[{value:C.length>0?C.join(",")||null:void 0}];else if(c(d))D=d;else{var N=Object.keys(C);D=v?N.sort(v):N}for(var U=a&&c(C)&&1===C.length?r+"[]":r,k=0;k<D.length;++k){var F=D[k],V="object"==typeof F&&void 0!==F.value?F.value:C[F];if(!l||null!==V){var G=c(C)?"function"==typeof i?i(U,F):U:U+(m?"."+F:"["+F+"]");A.set(t,P);var B=n();B.set(_,A),p(M,e(V,G,i,a,s,l,f,d,v,m,y,E,g,b,O,B))}}return M};e.exports=function(e,t){var r,o=e,u=function(e){if(!e)return h;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||h.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==e.format){if(!a.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n=i.formatters[r],o=h.filter;return("function"==typeof e.filter||c(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:h.addQueryPrefix,allowDots:void 0===e.allowDots?h.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:h.charsetSentinel,delimiter:void 0===e.delimiter?h.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:h.encode,encoder:"function"==typeof e.encoder?e.encoder:h.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:h.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:h.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:h.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:h.strictNullHandling}}(t);"function"==typeof u.filter?o=(0,u.filter)("",o):c(u.filter)&&(r=u.filter);var l,f=[];if("object"!=typeof o||null===o)return"";l=t&&t.arrayFormat in s?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var d=s[l];if(t&&"commaRoundTrip"in t&&"boolean"!=typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var _="comma"===d&&t&&t.commaRoundTrip;r||(r=Object.keys(o)),u.sort&&r.sort(u.sort);for(var m=n(),y=0;y<r.length;++y){var E=r[y];u.skipNulls&&null===o[E]||p(f,v(o[E],E,d,_,u.strictNullHandling,u.skipNulls,u.encode?u.encoder:null,u.filter,u.sort,u.allowDots,u.serializeDate,u.format,u.formatter,u.encodeValuesOnly,u.charset,m))}var g=f.join(u.delimiter),b=!0===u.addQueryPrefix?"?":"";return u.charsetSentinel&&("iso-8859-1"===u.charset?b+="utf8=%26%2310003%3B&":b+="utf8=%E2%9C%93&"),g.length>0?b+g:""}},2493:(e,t,r)=>{"use strict";var n=r(5527),o=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),s=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r};e.exports={arrayToObject:s,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var o=t[n],a=o.obj[o.prop],s=Object.keys(a),c=0;c<s.length;++c){var u=s[c],l=a[u];"object"==typeof l&&null!==l&&-1===r.indexOf(l)&&(t.push({obj:a,prop:u}),r.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var n=[],o=0;o<r.length;++o)void 0!==r[o]&&n.push(r[o]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,o,i){if(0===e.length)return e;var s=e;if("symbol"==typeof e?s=Symbol.prototype.toString.call(e):"string"!=typeof e&&(s=String(e)),"iso-8859-1"===r)return escape(s).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var c="",u=0;u<s.length;++u){var l=s.charCodeAt(u);45===l||46===l||95===l||126===l||l>=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122||i===n.RFC1738&&(40===l||41===l)?c+=s.charAt(u):l<128?c+=a[l]:l<2048?c+=a[192|l>>6]+a[128|63&l]:l<55296||l>=57344?c+=a[224|l>>12]+a[128|l>>6&63]+a[128|63&l]:(u+=1,l=65536+((1023&l)<<10|1023&s.charCodeAt(u)),c+=a[240|l>>18]+a[128|l>>12&63]+a[128|l>>6&63]+a[128|63&l])}return c},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=typeof r){if(i(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!o.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(r);var a=t;return i(t)&&!i(r)&&(a=s(t,n)),i(t)&&i(r)?(r.forEach((function(r,i){if(o.call(t,i)){var a=t[i];a&&"object"==typeof a&&r&&"object"==typeof r?t[i]=e(a,r,n):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,i){var a=r[i];return o.call(t,i)?t[i]=e(t[i],a,n):t[i]=a,t}),a)}}},4294:(e,t,r)=>{"use strict";var n=r(7286),o=r(2680),i=r(9500),a=n("%TypeError%"),s=n("%WeakMap%",!0),c=n("%Map%",!0),u=o("WeakMap.prototype.get",!0),l=o("WeakMap.prototype.set",!0),p=o("WeakMap.prototype.has",!0),f=o("Map.prototype.get",!0),d=o("Map.prototype.set",!0),h=o("Map.prototype.has",!0),_=function(e,t){for(var r,n=e;null!==(r=n.next);n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,n={assert:function(e){if(!n.has(e))throw new a("Side channel does not contain "+i(e))},get:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return u(e,n)}else if(c){if(t)return f(t,n)}else if(r)return function(e,t){var r=_(e,t);return r&&r.value}(r,n)},has:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return p(e,n)}else if(c){if(t)return h(t,n)}else if(r)return function(e,t){return!!_(e,t)}(r,n);return!1},set:function(n,o){s&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new s),l(e,n,o)):c?(t||(t=new c),d(t,n,o)):(r||(r={key:{},next:null}),function(e,t,r){var n=_(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}}(r,n,o))}};return n}},7013:(e,t,r)=>{"use strict";const n=r(2037),o=r(6224),i=r(8137),{env:a}=process;let s;function c(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function u(e,t){if(0===s)return 0;if(i("color=16m")||i("color=full")||i("color=truecolor"))return 3;if(i("color=256"))return 2;if(e&&!t&&void 0===s)return 0;const r=s||0;if("dumb"===a.TERM)return r;if("win32"===process.platform){const e=n.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in a)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in a))||"codeship"===a.CI_NAME?1:r;if("TEAMCITY_VERSION"in a)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(a.TEAMCITY_VERSION)?1:0;if("truecolor"===a.COLORTERM)return 3;if("TERM_PROGRAM"in a){const e=parseInt((a.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(a.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(a.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(a.TERM)||"COLORTERM"in a?1:r}i("no-color")||i("no-colors")||i("color=false")||i("color=never")?s=0:(i("color")||i("colors")||i("color=true")||i("color=always"))&&(s=1),"FORCE_COLOR"in a&&(s="true"===a.FORCE_COLOR?1:"false"===a.FORCE_COLOR?0:0===a.FORCE_COLOR.length?1:Math.min(parseInt(a.FORCE_COLOR,10),3)),e.exports={supportsColor:function(e){return c(u(e,e&&e.isTTY))},stdout:c(u(!0,o.isatty(1))),stderr:c(u(!0,o.isatty(2)))}},5715:(e,t,r)=>{e.exports=r(7173)},925:(e,t,r)=>{"use strict";var n=r(2691),o=r(261),i=r(3175),a=r(6031),s=r(3685),c=r(5687),u=r(4633).http,l=r(4633).https,p=r(7310),f=r(9796),d=r(48),h=r(4796),_=r(1025),v=/https:?/;function m(e,t,r){if(e.hostname=t.host,e.host=t.host,e.port=t.port,e.path=r,t.auth){var n=Buffer.from(t.auth.username+":"+t.auth.password,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+n}e.beforeRedirect=function(e){e.headers.host=e.host,m(e,t,e.href)}}e.exports=function(e){return new Promise((function(t,r){var y=function(e){t(e)},E=function(e){r(e)},g=e.data,b=e.headers;if("User-Agent"in b||"user-agent"in b?b["User-Agent"]||b["user-agent"]||(delete b["User-Agent"],delete b["user-agent"]):b["User-Agent"]="axios/"+d.version,g&&!n.isStream(g)){if(Buffer.isBuffer(g));else if(n.isArrayBuffer(g))g=Buffer.from(new Uint8Array(g));else{if(!n.isString(g))return E(h("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",e));g=Buffer.from(g,"utf-8")}b["Content-Length"]=g.length}var O=void 0;e.auth&&(O=(e.auth.username||"")+":"+(e.auth.password||""));var A=i(e.baseURL,e.url),w=p.parse(A),C=w.protocol||"http:";if(!O&&w.auth){var S=w.auth.split(":");O=(S[0]||"")+":"+(S[1]||"")}O&&delete b.Authorization;var P=v.test(C),I=P?e.httpsAgent:e.httpAgent,L={path:a(w.path,e.params,e.paramsSerializer).replace(/^\?/,""),method:e.method.toUpperCase(),headers:b,agent:I,agents:{http:e.httpAgent,https:e.httpsAgent},auth:O};e.socketPath?L.socketPath=e.socketPath:(L.hostname=w.hostname,L.port=w.port);var T,R=e.proxy;if(!R&&!1!==R){var j=C.slice(0,-1)+"_proxy",x=process.env[j]||process.env[j.toUpperCase()];if(x){var D=p.parse(x),M=process.env.no_proxy||process.env.NO_PROXY,N=!0;if(M&&(N=!M.split(",").map((function(e){return e.trim()})).some((function(e){return!!e&&("*"===e||"."===e[0]&&w.hostname.substr(w.hostname.length-e.length)===e||w.hostname===e)}))),N&&(R={host:D.hostname,port:D.port,protocol:D.protocol},D.auth)){var U=D.auth.split(":");R.auth={username:U[0],password:U[1]}}}}R&&(L.headers.host=w.hostname+(w.port?":"+w.port:""),m(L,R,C+"//"+w.hostname+(w.port?":"+w.port:"")+L.path));var k=P&&(!R||v.test(R.protocol));e.transport?T=e.transport:0===e.maxRedirects?T=k?c:s:(e.maxRedirects&&(L.maxRedirects=e.maxRedirects),T=k?l:u),e.maxBodyLength>-1&&(L.maxBodyLength=e.maxBodyLength);var F=T.request(L,(function(t){if(!F.aborted){var r=t,i=t.req||F;if(204!==t.statusCode&&"HEAD"!==i.method&&!1!==e.decompress)switch(t.headers["content-encoding"]){case"gzip":case"compress":case"deflate":r=r.pipe(f.createUnzip()),delete t.headers["content-encoding"]}var a={status:t.statusCode,statusText:t.statusMessage,headers:t.headers,config:e,request:i};if("stream"===e.responseType)a.data=r,o(y,E,a);else{var s=[],c=0;r.on("data",(function(t){s.push(t),c+=t.length,e.maxContentLength>-1&&c>e.maxContentLength&&(r.destroy(),E(h("maxContentLength size of "+e.maxContentLength+" exceeded",e,null,i)))})),r.on("error",(function(t){F.aborted||E(_(t,e,null,i))})),r.on("end",(function(){var t=Buffer.concat(s);"arraybuffer"!==e.responseType&&(t=t.toString(e.responseEncoding),e.responseEncoding&&"utf8"!==e.responseEncoding||(t=n.stripBOM(t))),a.data=t,o(y,E,a)}))}}}));if(F.on("error",(function(t){F.aborted&&"ERR_FR_TOO_MANY_REDIRECTS"!==t.code||E(_(t,e,null,F))})),e.timeout){var V=parseInt(e.timeout,10);if(isNaN(V))return void E(h("error trying to parse `config.timeout` to int",e,"ERR_PARSE_TIMEOUT",F));F.setTimeout(V,(function(){F.abort(),E(h("timeout of "+V+"ms exceeded",e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",F))}))}e.cancelToken&&e.cancelToken.promise.then((function(e){F.aborted||(F.abort(),E(e))})),n.isStream(g)?g.on("error",(function(t){E(_(t,e,null,F))})).pipe(F):F.end(g)}))}},5719:(e,t,r)=>{"use strict";var n=r(2691),o=r(261),i=r(9025),a=r(6031),s=r(3175),c=r(4077),u=r(3841),l=r(4796);e.exports=function(e){return new Promise((function(t,r){var p=e.data,f=e.headers,d=e.responseType;n.isFormData(p)&&delete f["Content-Type"];var h=new XMLHttpRequest;if(e.auth){var _=e.auth.username||"",v=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";f.Authorization="Basic "+btoa(_+":"+v)}var m=s(e.baseURL,e.url);function y(){if(h){var n="getAllResponseHeaders"in h?c(h.getAllResponseHeaders()):null,i={data:d&&"text"!==d&&"json"!==d?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:n,config:e,request:h};o(t,r,i),h=null}}if(h.open(e.method.toUpperCase(),a(m,e.params,e.paramsSerializer),!0),h.timeout=e.timeout,"onloadend"in h?h.onloadend=y:h.onreadystatechange=function(){h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))&&setTimeout(y)},h.onabort=function(){h&&(r(l("Request aborted",e,"ECONNABORTED",h)),h=null)},h.onerror=function(){r(l("Network Error",e,null,h)),h=null},h.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(l(t,e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",h)),h=null},n.isStandardBrowserEnv()){var E=(e.withCredentials||u(m))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;E&&(f[e.xsrfHeaderName]=E)}"setRequestHeader"in h&&n.forEach(f,(function(e,t){void 0===p&&"content-type"===t.toLowerCase()?delete f[t]:h.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(h.withCredentials=!!e.withCredentials),d&&"json"!==d&&(h.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&h.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){h&&(h.abort(),r(e),h=null)})),p||(p=null),h.send(p)}))}},7173:(e,t,r)=>{"use strict";var n=r(2691),o=r(4012),i=r(8936),a=r(2872);function s(e){var t=new i(e),r=o(i.prototype.request,t);return n.extend(r,i.prototype,t),n.extend(r,t),r}var c=s(r(141));c.Axios=i,c.create=function(e){return s(a(c.defaults,e))},c.Cancel=r(9364),c.CancelToken=r(7909),c.isCancel=r(7966),c.all=function(e){return Promise.all(e)},c.spread=r(2455),c.isAxiosError=r(6647),e.exports=c,e.exports.default=c},9364:e=>{"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},7909:(e,t,r)=>{"use strict";var n=r(9364);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;e((function(e){r.reason||(r.reason=new n(e),t(r.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},7966:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},8936:(e,t,r)=>{"use strict";var n=r(2691),o=r(6031),i=r(3980),a=r(2437),s=r(2872),c=r(2613),u=c.validators;function l(e){this.defaults=e,this.interceptors={request:new i,response:new i}}l.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;void 0!==t&&c.assertOptions(t,{silentJSONParsing:u.transitional(u.boolean,"1.0.0"),forcedJSONParsing:u.transitional(u.boolean,"1.0.0"),clarifyTimeoutError:u.transitional(u.boolean,"1.0.0")},!1);var r=[],n=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(n=n&&t.synchronous,r.unshift(t.fulfilled,t.rejected))}));var o,i=[];if(this.interceptors.response.forEach((function(e){i.push(e.fulfilled,e.rejected)})),!n){var l=[a,void 0];for(Array.prototype.unshift.apply(l,r),l=l.concat(i),o=Promise.resolve(e);l.length;)o=o.then(l.shift(),l.shift());return o}for(var p=e;r.length;){var f=r.shift(),d=r.shift();try{p=f(p)}catch(e){d(e);break}}try{o=a(p)}catch(e){return Promise.reject(e)}for(;i.length;)o=o.then(i.shift(),i.shift());return o},l.prototype.getUri=function(e){return e=s(this.defaults,e),o(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},n.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,r){return this.request(s(r||{},{method:e,url:t,data:(r||{}).data}))}})),n.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,r,n){return this.request(s(n||{},{method:e,url:t,data:r}))}})),e.exports=l},3980:(e,t,r)=>{"use strict";var n=r(2691);function o(){this.handlers=[]}o.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},o.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},o.prototype.forEach=function(e){n.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=o},3175:(e,t,r)=>{"use strict";var n=r(5933),o=r(5645);e.exports=function(e,t){return e&&!n(t)?o(e,t):t}},4796:(e,t,r)=>{"use strict";var n=r(1025);e.exports=function(e,t,r,o,i){var a=new Error(e);return n(a,t,r,o,i)}},2437:(e,t,r)=>{"use strict";var n=r(2691),o=r(9148),i=r(7966),a=r(141);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=o.call(e,e.data,e.headers,e.transformRequest),e.headers=n.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||a.adapter)(e).then((function(t){return s(e),t.data=o.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(s(e),t&&t.response&&(t.response.data=o.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},1025:e=>{"use strict";e.exports=function(e,t,r,n,o){return e.config=t,r&&(e.code=r),e.request=n,e.response=o,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},2872:(e,t,r)=>{"use strict";var n=r(2691);e.exports=function(e,t){t=t||{};var r={},o=["url","method","data"],i=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(e,t){return n.isPlainObject(e)&&n.isPlainObject(t)?n.merge(e,t):n.isPlainObject(t)?n.merge({},t):n.isArray(t)?t.slice():t}function u(o){n.isUndefined(t[o])?n.isUndefined(e[o])||(r[o]=c(void 0,e[o])):r[o]=c(e[o],t[o])}n.forEach(o,(function(e){n.isUndefined(t[e])||(r[e]=c(void 0,t[e]))})),n.forEach(i,u),n.forEach(a,(function(o){n.isUndefined(t[o])?n.isUndefined(e[o])||(r[o]=c(void 0,e[o])):r[o]=c(void 0,t[o])})),n.forEach(s,(function(n){n in t?r[n]=c(e[n],t[n]):n in e&&(r[n]=c(void 0,e[n]))}));var l=o.concat(i).concat(a).concat(s),p=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===l.indexOf(e)}));return n.forEach(p,u),r}},261:(e,t,r)=>{"use strict";var n=r(4796);e.exports=function(e,t,r){var o=r.config.validateStatus;r.status&&o&&!o(r.status)?t(n("Request failed with status code "+r.status,r.config,null,r.request,r)):e(r)}},9148:(e,t,r)=>{"use strict";var n=r(2691),o=r(141);e.exports=function(e,t,r){var i=this||o;return n.forEach(r,(function(r){e=r.call(i,e,t)})),e}},141:(e,t,r)=>{"use strict";var n=r(2691),o=r(9594),i=r(1025),a={"Content-Type":"application/x-www-form-urlencoded"};function s(e,t){!n.isUndefined(e)&&n.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var c,u={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:("undefined"!=typeof XMLHttpRequest?c=r(5719):"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process)&&(c=r(925)),c),transformRequest:[function(e,t){return o(t,"Accept"),o(t,"Content-Type"),n.isFormData(e)||n.isArrayBuffer(e)||n.isBuffer(e)||n.isStream(e)||n.isFile(e)||n.isBlob(e)?e:n.isArrayBufferView(e)?e.buffer:n.isURLSearchParams(e)?(s(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):n.isObject(e)||t&&"application/json"===t["Content-Type"]?(s(t,"application/json"),function(e,t,r){if(n.isString(e))try{return(0,JSON.parse)(e),n.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional,r=t&&t.silentJSONParsing,o=t&&t.forcedJSONParsing,a=!r&&"json"===this.responseType;if(a||o&&n.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(a){if("SyntaxError"===e.name)throw i(e,this,"E_JSON_PARSE");throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};n.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),n.forEach(["post","put","patch"],(function(e){u.headers[e]=n.merge(a)})),e.exports=u},4012:e=>{"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return e.apply(t,r)}}},6031:(e,t,r)=>{"use strict";var n=r(2691);function o(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var i;if(r)i=r(t);else if(n.isURLSearchParams(t))i=t.toString();else{var a=[];n.forEach(t,(function(e,t){null!=e&&(n.isArray(e)?t+="[]":e=[e],n.forEach(e,(function(e){n.isDate(e)?e=e.toISOString():n.isObject(e)&&(e=JSON.stringify(e)),a.push(o(t)+"="+o(e))})))})),i=a.join("&")}if(i){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},5645:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},9025:(e,t,r)=>{"use strict";var n=r(2691);e.exports=n.isStandardBrowserEnv()?{write:function(e,t,r,o,i,a){var s=[];s.push(e+"="+encodeURIComponent(t)),n.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),n.isString(o)&&s.push("path="+o),n.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},5933:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},6647:e=>{"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},3841:(e,t,r)=>{"use strict";var n=r(2691);e.exports=n.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function o(e){var n=e;return t&&(r.setAttribute("href",n),n=r.href),r.setAttribute("href",n),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=o(window.location.href),function(t){var r=n.isString(t)?o(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return!0}},9594:(e,t,r)=>{"use strict";var n=r(2691);e.exports=function(e,t){n.forEach(e,(function(r,n){n!==t&&n.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[n])}))}},4077:(e,t,r)=>{"use strict";var n=r(2691),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,i,a={};return e?(n.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=n.trim(e.substr(0,i)).toLowerCase(),r=n.trim(e.substr(i+1)),t){if(a[t]&&o.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([r]):a[t]?a[t]+", "+r:r}})),a):a}},2455:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},2613:(e,t,r)=>{"use strict";var n=r(48),o={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){o[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var i={},a=n.version.split(".");function s(e,t){for(var r=t?t.split("."):a,n=e.split("."),o=0;o<3;o++){if(r[o]>n[o])return!0;if(r[o]<n[o])return!1}return!1}o.transitional=function(e,t,r){var o=t&&s(t);function a(e,t){return"[Axios v"+n.version+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,n,s){if(!1===e)throw new Error(a(n," has been removed in "+t));return o&&!i[n]&&(i[n]=!0,console.warn(a(n," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,n,s)}},e.exports={isOlderVersion:s,assertOptions:function(e,t,r){if("object"!=typeof e)throw new TypeError("options must be an object");for(var n=Object.keys(e),o=n.length;o-- >0;){var i=n[o],a=t[i];if(a){var s=e[i],c=void 0===s||a(s,i,e);if(!0!==c)throw new TypeError("option "+i+" must be "+c)}else if(!0!==r)throw Error("Unknown option "+i)}},validators:o}},2691:(e,t,r)=>{"use strict";var n=r(4012),o=Object.prototype.toString;function i(e){return"[object Array]"===o.call(e)}function a(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function c(e){if("[object Object]"!==o.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function u(e){return"[object Function]"===o.call(e)}function l(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var r=0,n=e.length;r<n;r++)t.call(null,e[r],r,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}e.exports={isArray:i,isArrayBuffer:function(e){return"[object ArrayBuffer]"===o.call(e)},isBuffer:function(e){return null!==e&&!a(e)&&null!==e.constructor&&!a(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isPlainObject:c,isUndefined:a,isDate:function(e){return"[object Date]"===o.call(e)},isFile:function(e){return"[object File]"===o.call(e)},isBlob:function(e){return"[object Blob]"===o.call(e)},isFunction:u,isStream:function(e){return s(e)&&u(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:l,merge:function e(){var t={};function r(r,n){c(t[n])&&c(r)?t[n]=e(t[n],r):c(r)?t[n]=e({},r):i(r)?t[n]=r.slice():t[n]=r}for(var n=0,o=arguments.length;n<o;n++)l(arguments[n],r);return t},extend:function(e,t,r){return l(t,(function(t,o){e[o]=r&&"function"==typeof t?n(t,r):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},8783:(e,t,r)=>{const n=r(2361).EventEmitter,o=r(2081).spawn,i=r(1017),a=r(7147);class s{constructor(e,t){this.flags=e,this.required=e.indexOf("<")>=0,this.optional=e.indexOf("[")>=0,this.mandatory=!1,this.negate=-1!==e.indexOf("-no-");const r=e.split(/[ ,|]+/);r.length>1&&!/^[[<]/.test(r[1])&&(this.short=r.shift()),this.long=r.shift(),this.description=t||"",this.defaultValue=void 0}name(){return this.long.replace(/^--/,"")}attributeName(){return this.name().replace(/^no-/,"").split("-").reduce(((e,t)=>e+t[0].toUpperCase()+t.slice(1)))}is(e){return this.short===e||this.long===e}}class c extends Error{constructor(e,t,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}}class u extends n{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._passCommandToAction=!0,this._actionResults=[],this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._hidden=!1,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,r){let n=t,o=r;"object"==typeof n&&null!==n&&(o=n,n=null),o=o||{};const i=e.split(/ +/),a=this.createCommand(i.shift());return n&&(a.description(n),a._executableHandler=!0),o.isDefault&&(this._defaultCommandName=a._name),a._hidden=!(!o.noHelp&&!o.hidden),a._helpFlags=this._helpFlags,a._helpDescription=this._helpDescription,a._helpShortFlag=this._helpShortFlag,a._helpLongFlag=this._helpLongFlag,a._helpCommandName=this._helpCommandName,a._helpCommandnameAndArgs=this._helpCommandnameAndArgs,a._helpCommandDescription=this._helpCommandDescription,a._exitCallback=this._exitCallback,a._storeOptionsAsProperties=this._storeOptionsAsProperties,a._passCommandToAction=this._passCommandToAction,a._executableFile=o.executableFile||null,this.commands.push(a),a._parseExpectedArgs(i),a.parent=this,n?this:a}createCommand(e){return new u(e)}addCommand(e,t){if(!e._name)throw new Error("Command passed to .addCommand() must have a name");return function e(t){t.forEach((t=>{if(t._executableHandler&&!t._executableFile)throw new Error(`Must specify executableFile for deeply nested executable: ${t.name()}`);e(t.commands)}))}(e.commands),(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!1===e?this._hasImplicitHelpCommand=!1:(this._hasImplicitHelpCommand=!0,"string"==typeof e&&(this._helpCommandName=e.split(" ")[0],this._helpCommandnameAndArgs=e),this._helpCommandDescription=t||this._helpCommandDescription),this}_lazyHasImplicitHelpCommand(){return void 0===this._hasImplicitHelpCommand&&(this._hasImplicitHelpCommand=this.commands.length&&!this._actionHandler&&!this._findCommand("help")),this._hasImplicitHelpCommand}_parseExpectedArgs(e){if(e.length)return e.forEach((e=>{const t={required:!1,name:"",variadic:!1};switch(e[0]){case"<":t.required=!0,t.name=e.slice(1,-1);break;case"[":t.name=e.slice(1,-1)}t.name.length>3&&"..."===t.name.slice(-3)&&(t.variadic=!0,t.name=t.name.slice(0,-3)),t.name&&this._args.push(t)})),this._args.forEach(((e,t)=>{if(e.variadic&&t<this._args.length-1)throw new Error(`only the last argument can be variadic '${e.name}'`)})),this}exitOverride(e){return this._exitCallback=e||(e=>{if("commander.executeSubCommandAsync"!==e.code)throw e}),this}_exit(e,t,r){this._exitCallback&&this._exitCallback(new c(e,t,r)),process.exit(e)}action(e){return this._actionHandler=t=>{const r=this._args.length,n=t.slice(0,r);this._passCommandToAction?n[r]=this:n[r]=this.opts(),t.length>r&&n.push(t.slice(r));const o=e.apply(this,n);let i=this;for(;i.parent;)i=i.parent;i._actionResults.push(o)},this}_optionEx(e,t,r,n,o){const i=new s(t,r),a=i.name(),c=i.attributeName();if(i.mandatory=!!e.mandatory,"function"!=typeof n)if(n instanceof RegExp){const e=n;n=(t,r)=>{const n=e.exec(t);return n?n[0]:r}}else o=n,n=null;if(i.negate||i.optional||i.required||"boolean"==typeof o){if(i.negate){const e=i.long.replace(/^--no-/,"--");o=!this._findOption(e)||this._getOptionValue(c)}void 0!==o&&(this._setOptionValue(c,o),i.defaultValue=o)}return this.options.push(i),this.on("option:"+a,(e=>{null!==e&&n&&(e=n(e,void 0===this._getOptionValue(c)?o:this._getOptionValue(c))),"boolean"==typeof this._getOptionValue(c)||void 0===this._getOptionValue(c)?null==e?this._setOptionValue(c,!i.negate&&(o||!0)):this._setOptionValue(c,e):null!==e&&this._setOptionValue(c,!i.negate&&e)})),this}option(e,t,r,n){return this._optionEx({},e,t,r,n)}requiredOption(e,t,r,n){return this._optionEx({mandatory:!0},e,t,r,n)}allowUnknownOption(e){return this._allowUnknownOption=void 0===e||e,this}storeOptionsAsProperties(e){if(this._storeOptionsAsProperties=void 0===e||e,this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");return this}passCommandToAction(e){return this._passCommandToAction=void 0===e||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(void 0!==e&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");let r;switch(t=t||{},void 0===e&&(e=process.argv,process.versions&&process.versions.electron&&(t.from="electron")),this.rawArgs=e.slice(),t.from){case void 0:case"node":this._scriptPath=e[1],r=e.slice(2);break;case"electron":process.defaultApp?(this._scriptPath=e[1],r=e.slice(2)):r=e.slice(1);break;case"user":r=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&&i.basename(this._scriptPath,i.extname(this._scriptPath)),this._parseCommand([],r),this}parseAsync(e,t){return this.parse(e,t),Promise.all(this._actionResults).then((()=>this))}_executeSubCommand(e,t){t=t.slice();let r=!1;const n=[".js",".ts",".mjs"];this._checkForMissingMandatoryOptions();const s=this._scriptPath;let u;try{const e=a.realpathSync(s);u=i.dirname(e)}catch(e){u="."}let l=i.basename(s,i.extname(s))+"-"+e._name;e._executableFile&&(l=e._executableFile);const p=i.join(u,l);let f;a.existsSync(p)?l=p:n.forEach((e=>{a.existsSync(`${p}${e}`)&&(l=`${p}${e}`)})),r=n.includes(i.extname(l)),"win32"!==process.platform?r?(t.unshift(l),t=_(process.execArgv).concat(t),f=o(process.argv[0],t,{stdio:"inherit"})):f=o(l,t,{stdio:"inherit"}):(t.unshift(l),t=_(process.execArgv).concat(t),f=o(process.execPath,t,{stdio:"inherit"})),["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach((e=>{process.on(e,(()=>{!1===f.killed&&null===f.exitCode&&f.kill(e)}))}));const d=this._exitCallback;d?f.on("close",(()=>{d(new c(process.exitCode||0,"commander.executeSubCommandAsync","(close)"))})):f.on("close",process.exit.bind(process)),f.on("error",(t=>{if("ENOENT"===t.code){const t=`'${l}' does not exist\n - if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name`;throw new Error(t)}if("EACCES"===t.code)throw new Error(`'${l}' not executable`);if(d){const e=new c(1,"commander.executeSubCommandAsync","(error)");e.nestedError=t,d(e)}else process.exit(1)})),this.runningCommand=f}_dispatchSubcommand(e,t,r){const n=this._findCommand(e);n||this._helpAndError(),n._executableHandler?this._executeSubCommand(n,t.concat(r)):n._parseCommand(t,r)}_parseCommand(e,t){const r=this.parseOptions(t);if(e=e.concat(r.operands),t=r.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)1===e.length?this.help():this._dispatchSubcommand(e[1],[],[this._helpLongFlag]);else if(this._defaultCommandName)d(this,t),this._dispatchSubcommand(this._defaultCommandName,e,t);else if(!this.commands.length||0!==this.args.length||this._actionHandler||this._defaultCommandName||this._helpAndError(),d(this,r.unknown),this._checkForMissingMandatoryOptions(),r.unknown.length>0&&this.unknownOption(r.unknown[0]),this._actionHandler){const r=this.args.slice();this._args.forEach(((e,t)=>{e.required&&null==r[t]?this.missingArgument(e.name):e.variadic&&(r[t]=r.splice(t))})),this._actionHandler(r),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&&void 0===e._getOptionValue(t.attributeName())&&e.missingMandatoryOptionValue(t)}))}parseOptions(e){const t=[],r=[];let n=t;const o=e.slice();function i(e){return e.length>1&&"-"===e[0]}for(;o.length;){const e=o.shift();if("--"===e){n===r&&n.push(e),n.push(...o);break}if(i(e)){const t=this._findOption(e);if(t){if(t.required){const e=o.shift();void 0===e&&this.optionMissingArgument(t),this.emit(`option:${t.name()}`,e)}else if(t.optional){let e=null;o.length>0&&!i(o[0])&&(e=o.shift()),this.emit(`option:${t.name()}`,e)}else this.emit(`option:${t.name()}`);continue}}if(e.length>2&&"-"===e[0]&&"-"!==e[1]){const t=this._findOption(`-${e[1]}`);if(t){t.required||t.optional?this.emit(`option:${t.name()}`,e.slice(2)):(this.emit(`option:${t.name()}`),o.unshift(`-${e.slice(2)}`));continue}}if(/^--[^=]+=/.test(e)){const t=e.indexOf("="),r=this._findOption(e.slice(0,t));if(r&&(r.required||r.optional)){this.emit(`option:${r.name()}`,e.slice(t+1));continue}}e.length>1&&"-"===e[0]&&(n=r),n.push(e)}return{operands:t,unknown:r}}opts(){if(this._storeOptionsAsProperties){const e={},t=this.options.length;for(let r=0;r<t;r++){const t=this.options[r].attributeName();e[t]=t===this._versionOptionName?this._version:this[t]}return e}return this._optionValues}missingArgument(e){const t=`error: missing required argument '${e}'`;console.error(t),this._exit(1,"commander.missingArgument",t)}optionMissingArgument(e,t){let r;r=t?`error: option '${e.flags}' argument missing, got '${t}'`:`error: option '${e.flags}' argument missing`,console.error(r),this._exit(1,"commander.optionMissingArgument",r)}missingMandatoryOptionValue(e){const t=`error: required option '${e.flags}' not specified`;console.error(t),this._exit(1,"commander.missingMandatoryOptionValue",t)}unknownOption(e){if(this._allowUnknownOption)return;const t=`error: unknown option '${e}'`;console.error(t),this._exit(1,"commander.unknownOption",t)}unknownCommand(){const e=[this.name()];for(let t=this.parent;t;t=t.parent)e.unshift(t.name());const t=e.join(" "),r=`error: unknown command '${this.args[0]}'. See '${t} ${this._helpLongFlag}'.`;console.error(r),this._exit(1,"commander.unknownCommand",r)}version(e,t,r){if(void 0===e)return this._version;this._version=e;const n=new s(t=t||"-V, --version",r=r||"output the version number");return this._versionOptionName=n.long.substr(2)||"version",this.options.push(n),this.on("option:"+this._versionOptionName,(()=>{process.stdout.write(e+"\n"),this._exit(0,"commander.version",e)})),this}description(e,t){return void 0===e&&void 0===t?this._description:(this._description=e,this._argsDescription=t,this)}alias(e){if(void 0===e)return this._aliases[0];let t=this;if(0!==this.commands.length&&this.commands[this.commands.length-1]._executableHandler&&(t=this.commands[this.commands.length-1]),e===t._name)throw new Error("Command alias can't be the same as its name");return t._aliases.push(e),this}aliases(e){return void 0===e?this._aliases:(e.forEach((e=>this.alias(e))),this)}usage(e){if(void 0===e){if(this._usage)return this._usage;const e=this._args.map((e=>h(e)));return"[options]"+(this.commands.length?" [command]":"")+(this._args.length?" "+e.join(" "):"")}return this._usage=e,this}name(e){return void 0===e?this._name:(this._name=e,this)}prepareCommands(){const e=this.commands.filter((e=>!e._hidden)).map((e=>{const t=e._args.map((e=>h(e))).join(" ");return[e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(t?" "+t:""),e._description]}));return this._lazyHasImplicitHelpCommand()&&e.push([this._helpCommandnameAndArgs,this._helpCommandDescription]),e}largestCommandLength(){return this.prepareCommands().reduce(((e,t)=>Math.max(e,t[0].length)),0)}largestOptionLength(){const e=[].slice.call(this.options);return e.push({flags:this._helpFlags}),e.reduce(((e,t)=>Math.max(e,t.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(){const e=this.padWidth(),t=(process.stdout.columns||80)-e-4;function r(r,n){return l(r,e)+" "+f(n,t,e+2)}const n=this.options.map((e=>{const t=e.description+(e.negate||void 0===e.defaultValue?"":" (default: "+JSON.stringify(e.defaultValue)+")");return r(e.flags,t)})),o=this._helpShortFlag&&!this._findOption(this._helpShortFlag),i=!this._findOption(this._helpLongFlag);if(o||i){let e=this._helpFlags;o?i||(e=this._helpShortFlag):e=this._helpLongFlag,n.push(r(e,this._helpDescription))}return n.join("\n")}commandHelp(){if(!this.commands.length&&!this._lazyHasImplicitHelpCommand())return"";const e=this.prepareCommands(),t=this.padWidth(),r=(process.stdout.columns||80)-t-4;return["Commands:",e.map((e=>{const n=e[1]?" "+e[1]:"";return(n?l(e[0],t):e[0])+f(n,r,t+2)})).join("\n").replace(/^/gm," "),""].join("\n")}helpInformation(){let e=[];if(this._description){e=[this._description,""];const t=this._argsDescription;if(t&&this._args.length){const r=this.padWidth(),n=(process.stdout.columns||80)-r-5;e.push("Arguments:"),e.push(""),this._args.forEach((o=>{e.push(" "+l(o.name,r)+" "+p(t[o.name],n,r+4))})),e.push("")}}let t=this._name;this._aliases[0]&&(t=t+"|"+this._aliases[0]);let r="";for(let e=this.parent;e;e=e.parent)r=e.name()+" "+r;const n=["Usage: "+r+t+" "+this.usage(),""];let o=[];const i=this.commandHelp();i&&(o=[i]);const a=["Options:",""+this.optionHelp().replace(/^/gm," "),""];return n.concat(e).concat(a).concat(o).join("\n")}outputHelp(e){e||(e=e=>e);const t=e(this.helpInformation());if("string"!=typeof t&&!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){this._helpFlags=e||this._helpFlags,this._helpDescription=t||this._helpDescription;const r=this._helpFlags.split(/[ ,|]+/);return this._helpShortFlag=void 0,r.length>1&&(this._helpShortFlag=r.shift()),this._helpLongFlag=r.shift(),this}help(e){this.outputHelp(e),this._exit(process.exitCode||0,"commander.help","(outputHelp)")}_helpAndError(){this.outputHelp(),this._exit(1,"commander.help","(outputHelp)")}}function l(e,t){const r=Math.max(0,t-e.length);return e+Array(r+1).join(" ")}function p(e,t,r){const n=new RegExp(".{1,"+(t-1)+"}([\\s​]|$)|[^\\s​]+?([\\s​]|$)","g");return(e.match(n)||[]).map(((e,t)=>("\n"===e.slice(-1)&&(e=e.slice(0,e.length-1)),(t>0&&r?Array(r+1).join(" "):"")+e.trimRight()))).join("\n")}function f(e,t,r){return e.match(/[\n]\s+/)||t<40?e:p(e,t,r)}function d(e,t){t.find((t=>t===e._helpLongFlag||t===e._helpShortFlag))&&(e.outputHelp(),e._exit(0,"commander.helpDisplayed","(outputHelp)"))}function h(e){const t=e.name+(!0===e.variadic?"...":"");return e.required?"<"+t+">":"["+t+"]"}function _(e){return e.map((e=>{let t=e;if(0===e.indexOf("--inspect")){let r,n,o="127.0.0.1",i="9229";null!==(n=e.match(/^(--inspect(-brk)?)$/))?r=n[1]:null!==(n=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))?(r=n[1],/^\d+$/.test(n[3])?i=n[3]:o=n[3]):null!==(n=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))&&(r=n[1],o=n[3],i=n[4]),r&&"0"!==i&&(t=`${r}=${o}:${parseInt(i)+1}`)}return t}))}(t=e.exports=new u).program=t,t.Command=u,t.Option=s,t.CommanderError=c},2747:function(e,t){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.QRCodeError=t.SchemaError=t.CompileError=t.UploadError=t.CompressError=t.PackageSizeError=t.ProjectError=t.HashError=t.MetaError=t.LoginError=t.IDE_ERROR_LEVEL=void 0,t.IDE_ERROR_LEVEL={p0:"p0",p1:"p1",p2:"p2",p3:"p3"};var o=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Login Error",t}return n(t,e),t}(Error);t.LoginError=o;var i=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Meta Error",t}return n(t,e),t}(Error);t.MetaError=i;var a=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Hash Error",t}return n(t,e),t}(Error);t.HashError=a;var s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Project Error",t}return n(t,e),t}(Error);t.ProjectError=s;var c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="PackageSize Error",t}return n(t,e),t}(Error);t.PackageSizeError=c;var u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Compress Error",t}return n(t,e),t}(Error);t.CompressError=u;var l=function(e){function t(t,r){void 0===r&&(r=-1);var n=e.call(this,t)||this;return n.name="Upload Error",n.code=r,n}return n(t,e),t}(Error);t.UploadError=l;var p=function(e){function t(t,r,n){void 0===r&&(r=""),void 0===n&&(n=0);var o=e.call(this,t)||this;return o.name="Compile Error",o.errLink=r,o.code=n,o}return n(t,e),t}(Error);t.CompileError=p;var f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="Schema Error",t}return n(t,e),t}(Error);t.SchemaError=f;var d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="QRCode Error",t}return n(t,e),t}(Error);t.QRCodeError=d},2139:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.FRONT_PAGE_EVENT=t.IDE_PERFORMANCE_EVENTS=t.IDE_TIMELINE_NAMES=t.IDE_MODULES=t.SLARDAR_EVENT=void 0;var o=r(8039);t.SLARDAR_EVENT=n(n(n({},o.UPDATE_SLARDAR_EVENTS),o.UPDATE_SLARDAR_EVENTS_TECH),{VELA_CLICK_PREVIEW:"VELA_CLICK_PREVIEW",VELA_PREVIEW_FAIL:"VELA_PREVIEW_FAIL",VELA_CLICK_UPLOAD:"VELA_CLICK_UPLOAD",UPLOAD_VERSION_FOCUS:"UPLOAD_VERSION_FOCUS",UPLOAD_VERSION_ERROR:"UPLOAD_VERSION_ERROR",VELA_UPLOAD_FAIL:"VELA_UPLOAD_FAIL",VELA_SHOW_INIT_VIEW_TIME:"VELA_SHOW_INIT_VIEW_TIME",VELA_PREVIEW_TIME:"VELA_PREVIEW_TIME",VELA_UPLOAD_TIME:"VELA_UPLOAD_TIME",VELA_COMPILE_FIRST_END:"VELA_COMPILE_FIRST_END",VELA_COMPILE_TIME:"VELA_COMPILE_TIME",PUCK_COMPILE_ERROR:"PUCK_COMPILE_ERROR",IDE_COMPILE_PERFORMANCE:"IDE_COMPILE_PERFORMANCE",IDE_COMPILE_RESULT:"IDE_COMPILE_RESULT",VELA_SIMULATOR_RENDER_TIME:"VELA_SIMULATOR_RENDER_TIME",VELA_SIMULATOR_FIRST_RENDER_SUCCESS:"VELA_SIMULATOR_FIRST_RENDER_SUCCESS",VELA_AUDIT_SCORE:"VELA_AUDIT_SCORE",MENU_BAR_DEBUG_SETTING_SAVE:"MENU_BAR_DEBUG_SETTING_SAVE",MENU_BAR_DEBUG_SETTING_SAVE_FAIL:"MENU_BAR_DEBUG_SETTING_SAVE_FAIL",MENU_BAR_DEBUG_APPLY_TEST_TMA:"MENU_BAR_DEBUG_APPLY_TEST_TMA",MENU_BAR_DEBUG_APPLY_TEST_TMA_FAIL:"MENU_BAR_DEBUG_APPLY_TEST_TMA_FAIL",MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL:"MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL",MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL_FAIL:"MENU_BAR_DEBUG_OPEN_PAGE_FRAME_DEVTOOL_FAIL",MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL:"MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL",MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL_FAIL:"MENU_BAR_DEBUG_OPEN_SIMULATOR_DEVTOOL_FAIL",MENU_BAR_DEBUG_APPLY_BOE:"MENU_BAR_DEBUG_APPLY_BOE",MENU_BAR_DEBUG_APPLY_BOE_FAIL:"MENU_BAR_DEBUG_APPLY_BOE_FAIL",MENU_BAR_DEBUG_APPLY_PPE:"MENU_BAR_DEBUG_APPLY_PPE",MENU_BAR_DEBUG_APPLY_PPE_FAIL:"MENU_BAR_DEBUG_APPLY_PPE_FAIL",VELA_POST_MESSAGE_LIST:"VELA_POST_MESSAGE_LIST",VELA_POST_MESSAGE_LIST_FAIL:"VELA_POST_MESSAGE_LIST_FAIL",VELA_AVATAR_LOGOUT:"VELA_AVATAR_LOGOUT",VELA_AVATAR_LOGOUT_FAIL:"VELA_AVATAR_LOGOUT_FAIL",VELA_CLEAR_ALL_SESSION:"VELA_CLEAR_ALL_SESSION",VELA_CLEAR_ALL_SESSION_FAIL:"VELA_CLEAR_ALL_SESSION_FAIL",VELA_CLEAR_DATA_SESSION:"VELA_CLEAR_DATA_SESSION",VELA_CLEAR_DATA_SESSION_FAIL:"VELA_CLEAR_DATA_SESSION_FAIL",VELA_CLEAR_LOGIN_SESSION:"VELA_CLEAR_LOGIN_SESSION",VELA_CLEAR_LOGIN_SESSION_FAIL:"VELA_CLEAR_LOGIN_SESSION_FAIL",VELA_CLEAR_AUTH_SESSION:"VELA_CLEAR_AUTH_SESSION",VELA_CLEAR_AUTH_SESSION_FAIL:"VELA_CLEAR_AUTH_SESSION_FAIL",VELA_ADD_COMPILE_MODE:"VELA_ADD_COMPILE_MODE",VELA_ADD_COMPILE_MODE_FAIL:"VELA_ADD_COMPILE_MODE_FAIL",VELA_COMPILE:"VELA_COMPILE",VELA_COMPILE_FAIL:"VELA_COMPILE_FAIL",VELA_CHANGE_COMPILE_MODE:"VELA_CHANGE_COMPILE_MODE",VELA_CHANGE_COMPILE_MODE_FAIL:"VELA_CHANGE_COMPILE_MODE_FAIL",VELA_SELECT_SDK:"VELA_SELECT_SDK",VELA_SELECT_SDK_FAIL:"VELA_SELECT_SDK_FAIL",VELA_CLICK_CONVERT_TOOL:"VELA_CLICK_CONVERT_TOOL",VELA_CONVERT_EMIT:"VELA_CONVERT_EMIT",VELA_OPEN_PROJECT_FROM_CONVERT_TOOL:"VELA_OPEN_PROJECT_FROM_CONVERT_TOOL",VELA_BUILD_NPM:"VELA_BUILD_NPM",VELA_BUILD_NPM_FAIL:"VELA_BUILD_NPM_FAIL",PACKAGE_SIZE:"PACKAGE_SIZE",UPLOAD_SUCCESS_EVENT:"UPLOAD_SUCCESS_EVENT",SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CONFIRM:"SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CONFIRM",SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CANCEL:"SIMULATOR_SHARE_DEBUG_COMPILATION_MODE_CHANGE_CANCEL",IDE_GET_SDK_LIST_FAIL:"IDE_GET_SDK_LIST_FAIL",IDE_REQUEST_START:"IDE_REQUEST_START",IDE_REQUEST_FAIL:"IDE_REQUEST_FAIL",IDE_COLOR_THEME:"IDE_COLOR_THEME",IDE_HELP_DEVELOPER_COMMUNITY:"IDE_HELP_DEVELOPER_COMMUNITY",IDE_MESSAGE_EXPAND_CLICK:"IDE_MESSAGE_EXPAND_CLICK",IDE_MODULE_CLICK:"IDE_MODULE_CLICK",IDE_MODULE_USAGE:"IDE_MODULE_USAGE",IDE_MODULE_LOADTIME:"IDE_MODULE_LOADTIME",IDE_MODULE_PERFORMANCE:"IDE_MODULE_PERFORMANCE",IDE_PERFORMANCE:"IDE_PERFORMANCE",IDE_DEVICE_INFO_DISPLAY:"IDE_DEVICE_INFO_DISPLAY",IDE_DEVICE_INFO_CPU:"IDE_DEVICE_INFO_CPU",IDE_DEVICE_INFO_OS:"IDE_DEVICE_INFO_OS",IDE_SIMULATOR_LOAD_TIME:"IDE_SIMULATOR_LOAD_TIME",IDE_MENU_CLICK:"IDE_MENU_CLICK",IDE_LANGUAGE:"IDE_LANGUAGE",IDE_ROOM_SERVICE_TRACE:"IDE_ROOM_SERVICE_TRACE",IDE_UPDATE_STEP_ERROR:"IDE_UPDATE_STEP_ERROR",IDE_SCENE_START:"IDE_SCENE_START",IDE_SCENE_END:"IDE_SCENE_END",IDE_APPID_SELECT:"IDE_APPID_SELECT",IDE_APPID_CHANGE:"IDE_APPID_CHANGE",IDE_JS_LONG_TASK:"IDE_JS_LONG_TASK",IDE_LOW_FPS:"IDE_LOW_FPS",IDE_LOW_MEMORY:"IDE_LOW_MEMORY",IDE_FETCH_ADMIN_XCONFIG_TMAR:"IDE_FETCH_ADMIN_XCONFIG_TMAR",IDE_BIG_PACKAGESIZE_CHECK:"IDE_BIG_PACKAGESIZE_CHECK",IDE_WORKBENCH_WILL_RENDER:"IDE_WORKBENCH_WILL_RENDER",IDE_WORKBENCH_RENDERED:"IDE_WORKBENCH_RENDERED",IDE_CODE_WINDOW_NUM:"IDE_CODE_WINDOW_NUM",IDE_NEW_CODE_WINDOW:"IDE_NEW_CODE_WINDOW",IDE_DETAIL_PANEL_OPENED:"IDE_DETAIL_PANEL_OPENED",IDE_DETAIL_PANEL_CLOSED:"IDE_DETAIL_PANEL_CLOSED",IDE_SETTING_PAGE_SHOW:"IDE_SETTING_PAGE_SHOW",IDE_SETTING_PAGE_OPERATION:"IDE_SETTING_PAGE_OPERATION",IDE_MODULE_CLICK_AUTH_REG:"IDE_MODULE_CLICK_AUTH_REG",IDE_MODULE_CLICK_AUTH_UNREGPOP_REG:"IDE_MODULE_CLICK_AUTH_UNREGPOP_REG",IDE_MODULE_CLICK_AUTH_UNREGPOP_CANCEL:"IDE_MODULE_CLICK_AUTH_UNREGPOP_CANCEL",IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGIN:"IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGIN",IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGSUCC:"IDE_MODULE_CLICK_AUTH_UNREGPOP_LOGSUCC",IDE_MODULE_CLICK_AUTH_UNREGPOP_FORGETPASS:"IDE_MODULE_CLICK_AUTH_UNREGPOP_FORGETPASS",IDE_MODULE_CLICK_AUTH_UNREGPOP_GETVERY:"IDE_MODULE_CLICK_AUTH_UNREGPOP_GETVERY",IDE_MODULE_AUTH_SCAN_QRCODE:"IDE_MODULE_AUTH_SCAN_QRCODE",IDE_MODULE_CLICK_AUTH_LOGIN_BUTTON:"IDE_MODULE_CLICK_AUTH_LOGIN_BUTTON",IDE_MODULE_CLICK_AUTH_UNREGPOP_REFQRCODE:"IDE_MODULE_CLICK_AUTH_UNREGPOP_REFQRCODE",IDE_MODULE_CLICK_AUTH_UNREGPOP_DUEQRCODE:"IDE_MODULE_CLICK_AUTH_UNREGPOP_DUEQRCODE",VELA_CHECK_EXIST_PROJECT:"VELA_CHECK_EXIST_PROJECT",VELA_DELETE_PROJECT:"VELA_DELETE_PROJECT",VELA_NEW_PROJECT:"VELA_NEW_PROJECT",VELA_NEW_PROJECT_FAIL:"VELA_NEW_PROJECT_FAIL",VELA_REQUEST_TEMPLATE_LIST:"VELA_REQUEST_TEMPLATE_LIST",VELA_REQUEST_TEMPLATE_LIST_FAIL:"VELA_REQUEST_TEMPLATE_LIST_FAIL",VELA_CHECK_TEMPLATE:"VELA_CHECK_TEMPLATE",VELA_SCHEMA_DOWNLOAD_MINICODE:"VELA_SCHEMA_DOWNLOAD_MINICODE",IDE_FRONTPAGE_PM_LIST:"IDE_FRONTPAGE_PM_LIST",CREATE_PROGRAM:"CREATE_PROGRAM",IDE_WXTOTT_ERROR:"IDE_WXTOTT_ERROR",IDE_SCENE_USER_OPERATE:"IDE_SCENE_USER_OPERATE",IDE_TEMPLATE_HOVER:"IDE_TEMPLATE_HOVER",IDE_TEMPLATE_DETAIL:"IDE_TEMPLATE_DETAIL",IDE_TEMPLATE_ERROR:"IDE_TEMPLATE_ERROR",IDE_TEMPLATE_DOWNLOAD:"IDE_TEMPLATE_DOWNLOAD",IDE_QUICK_JS_ERROR:"IDE_QUICK_JS_ERROR",IDE_REMOTE_DEBUG_CONNECTION_QUALITY:"IDE_REMOTE_DEBUG_CONNECTION_QUALITY",IDE_REMOTE_DEBUG_EXCEPTION:"IDE_REMOTE_DEBUG_EXCEPTION",IDE_MODULE_AUTH_FORCE_LOGOUT:"IDE_MODULE_AUTH_FORCE_LOGOUT",IDE_CANVAS_WEBGL_CONTEXT_ENABLE:"IDE_CANVAS_WEBGL_CONTEXT_ENABLE",IDE_LOGIN_DATA_FORMAT:"IDE_LOGIN_DATA_FORMAT",IDE_ADD_COMPILE_MODE:"IDE_ADD_COMPILE_MODE",IDE_DECODE_QRCODE:"IDE_DECODE_QRCODE",IDE_DECODE_URL:"IDE_DECODE_URL",IDE_MAIN_HELPER_FORK_TIME:"IDE_MAIN_HELPER_FORK_TIME"}),t.IDE_MODULES={LOGIN:"LOGIN",MESSAGE:"MESSAGE",SIMULATOR:"SIMULATOR",SIMULATOR_USAGE:"SIMULATOR_USAGE",DEVTOOL:"DEVTOOL",DEVTOOL_USAGE:"DEVTOOL_USAGE",REFRESH:"REFRESH",CLEAR_CACHE:"CLEAR_CACHE",COMPILE_ORDINARY:"COMPILE_ORDINARY",SELF_COMPILE_MODE:"SELF_COMPILE_MODE",COMPILE:"COMPILE",PREVIEW:"PREVIEW",REMOTE_DEBUG:"REMOTE_DEBUG",UPLOAD:"UPLOAD",SIGN_CHECK:"SIGN_CHECK",INTELLIGENCE:"INTELLIGENCE",SHARE_PROJECT:"SHARE_PROJECT",PROJECT_MANAGE:"PROJECT_MANAGE",PROJECT_DETAIL:"PROJECT_DETAIL",CHECK_THIRD_PART_MINIAPP:"CHECK_THIRD_PART_MINIAPP",NPM_FUNCTION:"NPM_FUNCTION",EDITOR:"EDITOR",WORKBENCH:"WORKBENCH",SETTING:"SETTING",AVATAR:"AVATAR",UPDATE:"UPDATE",EDITOR_SAVE:"EDITOR_SAVE"},t.IDE_TIMELINE_NAMES=n(n({},t.IDE_MODULES),{SIMULATOR_FIRST_LOADING_END:"SIMULATOR_FIRST_LOADING_END",SIMULATOR_LOADING:"SIMULATOR_LOADING"}),t.IDE_PERFORMANCE_EVENTS={projectmanageCreated:"performance:projectmanageCreated",projectmanageReady:"performance:projectmanageReady",openProject:"performance:openProject",editorReady:"performance:editorReady",workbenchReady:"performance:workbenchReady",simulatorReady:"performance:simulatorReady",simulatorFirstLoadingEnd:"performance:simulatorFirstLoadingEnd",compilePartialEnd:"performance:compilePartialEnd",previewStart:"performance:previewStart",previewCodeReady:"performance:previewCodeReady",uploadStart:"performance:uploadStart",uploadEnd:"performance:uploadEnd",shareStart:"performance:shareStart",shareEnd:"performance:shareEnd",remoteDebugStart:"performance:remoteDebugStart",remoteDebugCodeReady:"performance:remoteDebugCodeReady"},t.FRONT_PAGE_EVENT={VELA_CAPTCHA_REQUEST:"VELA_CAPTCHA_REQUEST",VELA_CAPTCHA_FAIL:"VELA_CAPTCHA_FAIL",VELA_PHONE_CAPTCHA_REQUEST:"VELA_PHONE_CAPTCHA_REQUEST",VELA_PHONE_CAPTCHA_FAIL:"VELA_PHONE_CAPTCHA_FAIL",VELA_PHONE_LOGIN_REQUEST:"VELA_PHONE_LOGIN_REQUEST",VELA_PHONE_LOGIN_FAIL:"VELA_PHONE_LOGIN_FAIL",VELA_MAIL_LOGIN_REQUEST:"VELA_MAIL_LOGIN_REQUEST",VELA_MAIL_LOGIN_FAIL:"VELA_MAIL_LOGIN_FAIL",VELA_CHECK_EXIST_PROJECT:"VELA_CHECK_EXIST_PROJECT",VELA_CHECK_EXIST_PROJECT_FAIL:"VELA_CHECK_EXIST_PROJECT_FAIL",VELA_CHECK_TEMPLATE:"VELA_CHECK_TEMPLATE",VELA_CHECK_TEMPLATE_FAIL:"VELA_CHECK_TEMPLATE_FAIL",VELA_DELETE_PROJECT:"VELA_DELETE_PROJECT",VELA_DELETE_PROJECT_FAIL:"VELA_DELETE_PROJECT_FAIL",VELA_IMPORT_PROJECT:"VELA_IMPORT_PROJECT",VELA_IMPORT_PROJECT_FAIL:"VELA_IMPORT_PROJECT_FAIL",VELA_REQUEST_TEMPLATE_LIST:"VELA_REQUEST_TEMPLATE_LIST",VELA_REQUEST_TEMPLATE_LIST_FAIL:"VELA_REQUEST_TEMPLATE_LIST_FAIL",VELA_NEW_PROJECT:"VELA_NEW_PROJECT",VELA_NEW_PROJECT_FAIL:"VELA_NEW_PROJECT_FAIL",VELA_SCHEMA_DOWNLOAD_MINICODE:"VELA_SCHEMA_DOWNLOAD_MINICODE",VELA_SCHEMA_DOWNLOAD_MINICODE_FAIL:"VELA_SCHEMA_DOWNLOAD_MINICODE_FAIL"}},5833:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CompilerPlugin=void 0,(t.CompilerPlugin||(t.CompilerPlugin={})).TYPESCRIPT="typescript"},8039:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UPDATE_SLARDAR_EVENTS_TECH=t.UPDATE_SLARDAR_EVENTS=void 0,t.UPDATE_SLARDAR_EVENTS={IDE_LAUNCH:"IDE_LAUNCH",IDE_UPGRADE_SUGGGEST_POP:"IDE_UPGRADE_SUGGGEST_POP",IDE_UPGRADE_SUGGGEST_POP_CLOSE:"IDE_UPGRADE_SUGGGEST_POP_CLOSE",IDE_UPGRADE_SUGGGEST_POP_NO:"IDE_UPGRADE_SUGGGEST_POP_NO",IDE_UPGRADE_SUGGGEST_POP_YES:"IDE_UPGRADE_SUGGGEST_POP_YES",IDE_UPGRADE_SUGGGEST_POP_VIEWDETAIL:"IDE_UPGRADE_SUGGGEST_POP_VIEWDETAIL",IDE_UPGRADE_ICON:"IDE_UPGRADE_ICON",IDE_UPGRADE_ICON_CLOSE:"IDE_UPGRADE_ICON_CLOSE",IDE_UPGRADE_ICON_RESTART:"IDE_UPGRADE_ICON_RESTART",IDE_UPGRADE_ICON_VIEWDETAIL:"IDE_UPGRADE_ICON_VIEWDETAIL",IDE_FULLUPGRADE_POP:"IDE_FULLUPGRADE_POP",IDE_FULLUPGRADE_POP_CLOSE:"IDE_FULLUPGRADE_POP_CLOSE",IDE_FULLUPGRADE_POP_NO:"IDE_FULLUPGRADE_POP_NO",IDE_FULLUPGRADE_POP_YESBACK:"IDE_FULLUPGRADE_POP_YESBACK",IDE_FULLUPGRADE_POP_YESONCE:"IDE_FULLUPGRADE_POP_YESONCE",IDE_FULLUPGRADE_POP_VIEWDETAIL:"IDE_FULLUPGRADE_POP_VIEWDETAIL"},t.UPDATE_SLARDAR_EVENTS_TECH={IDE_LOADER_IO_ERROR:"IDE_LOADER_IO_ERROR",IDE_LOADER_INSTALL_RECOVER_ERROR:"IDE_LOADER_INSTALL_RECOVER_ERROR",IDE_LOADER_START_FROM_ENTRY:"IDE_LOADER_START_FROM_ENTRY",IDE_LAUNCH_FAIL:"IDE_LAUNCH_FAIL"}},1061:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t},c=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},u=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.AppJSON=void 0;var l=s(r(9849)),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.__isGame=!1,t}return o(t,e),t.from=function(e){return c(this,void 0,void 0,(function(){var r,n;return u(this,(function(o){switch(o.label){case 0:return[4,l.readJson(e)];case 1:return r=o.sent(),(n=new t(r,e)).__isGame=e.endsWith("game.json"),[2,n]}}))}))},Object.defineProperty(t.prototype,"isGame",{get:function(){return this.__isGame},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"subPackages",{get:function(){var e=this.__raw,t=e.subPackages,r=e.subpackages;return t||(void 0===r?[]:r)},enumerable:!1,configurable:!0}),t}(r(4169).JSONContainer);t.AppJSON=p},3652:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t},c=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},u=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.ExtJSON=void 0;var l=s(r(9849)),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.from=function(e){return c(this,void 0,void 0,(function(){return u(this,(function(r){switch(r.label){case 0:return[4,l.readJson(e)];case 1:return[2,new t(r.sent(),e)]}}))}))},t}(r(4169).JSONContainer);t.ExtJSON=p},4169:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.JSONContainer=void 0;var c=i(r(9849)),u=function(){function e(e,t){this.__raw=e,this.path=t}return Object.defineProperty(e.prototype,"rawJSON",{get:function(){return this.__raw},enumerable:!1,configurable:!0}),e.prototype.getKey=function(e,t){var r;return null!==(r=this.__raw[e])&&void 0!==r?r:t},e.prototype.update=function(e,t,r){return void 0===r&&(r=!1),a(this,void 0,void 0,(function(){return s(this,(function(n){switch(n.label){case 0:return this.__raw[e]=t,r?[4,c.writeJson(this.path,this.__raw,{spaces:2})]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}}))}))},e}();t.JSONContainer=u},8559:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t},c=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},u=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},l=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},p=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},f=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ProjectConfig=t.PrivateState=t.getOriginAppid=t.isTestAppid=t.getIDEAppTechType=t.setIDEAppTechType=t.PROJECT_TYPE_MAP=t.DEFAULT_PROJECT_CONFIG=t.setEnvFunctionForProject=void 0;var d=s(r(9849)),h=s(r(1017)),_=r(1061),v=r(3652),m=r(4169),y=r(5833),E=r(7992),g=f(r(6503)),b=f(r(7921)),O=f(r(772)),A=f(r(3122)),w=f(r(298)),C=f(r(1395)),S=f(r(8337)),P=f(r(5513)),I=function(){return E.defaultEnv};t.setEnvFunctionForProject=function(e){I=e};var L={MICROAPP:"tt07e3715e98c9aac0",MICROGAME:"tt975be1e608633d4202",get TOYBOX(){return"boe"===I().env.type?"tte05d96e07f3bdfe710":"tt3c174aaaa32e0eb810"}};t.DEFAULT_PROJECT_CONFIG={appid:"testappId",projectname:"默认小程序名",setting:{urlCheck:!0,es6:!0,postcss:!0,minified:!0,newFeature:!0},scripts:{afterOpen:"",beforeCompile:""}},t.PROJECT_TYPE_MAP={microapp:"app",microgame:"game",toybox:"toybox"};var T="";t.setIDEAppTechType=function(e){T=e},t.getIDEAppTechType=function(){return T};var R,j="testappid";function x(e,t){return void 0===t&&(t="app"),e.toLocaleLowerCase()===j?(null==T?void 0:T.includes("microapp"))?L.MICROAPP:(null==T?void 0:T.includes("toybox"))?L.TOYBOX:(null==T?void 0:T.includes("microgame"))?L.MICROGAME:"app"===t?L.MICROAPP:L.MICROGAME:e}t.isTestAppid=function(e){return Boolean(e)&&(e===L.MICROAPP||e===L.MICROGAME||e===L.TOYBOX||e.toLowerCase()===j)},t.getOriginAppid=x,function(e){e.ALWAYS="ALWAYS",e.NORMAL="NORMAL"}(R=t.PrivateState||(t.PrivateState={}));var D=function(e){function r(t){var r=t.rawJson,n=t.filepath,o=t.privateConfigPath,i=t.projectPath,a=t.publicJson,s=t.privateJson,c=e.call(this,r,n)||this;return c.projectPath=i,c.privateConfigPath=o,c.publicJson=a,c.privateJson=s,c._enablePrivateConfig=!1,c}return o(r,e),r.getKeyPath=function(){return r._keyPath||(r._keyPath=r.generateList(r.PRIVATE_CONFIG_KEYS)),r._keyPath},r.getKeyPathList=function(){return r.getKeyPath().map((function(e){return e[0]}))},r.generateList=function(e,t){return void 0===t&&(t=""),(0,g.default)(e,(function(e,n,o){var i,a=t?t+"."+o:o;return"string"==typeof(i=n)&&Object.values(R).includes(i)?e.push([a,n]):e.push.apply(e,p([],l(r.generateList(n,a)),!1)),e}),[])},r.from=function(e){return c(this,void 0,void 0,(function(){var t,n,o,i,a,s,c;return u(this,(function(u){switch(u.label){case 0:return t=h.join(e,"project.config.json"),n=h.join(e,"project.private.config.json"),o=d.readJsonSync(t),[4,(i=new r({rawJson:o,filepath:t,projectPath:e,publicJson:o,privateJson:{},privateConfigPath:n})).detectProjectType()];case 1:if("app"===u.sent()){a={};try{s=d.readJSONSync(n),(0,A.default)(s)&&(0,w.default)(s).length>0&&(a=s)}catch(e){}c=this.getMergedConfig(o,a),i.enablePrivateConfig(c,a)}return[2,i]}}))}))},r.getMergedConfig=function(e,t){var r,n=!0===(null!==(r=t.disablePrivate)&&void 0!==r?r:e.disablePrivate),o=(0,b.default)(e);return this.getKeyPath().forEach((function(e){if(e[1]===R.ALWAYS||!n){var r=(0,O.default)(t,e[0]);void 0!==r&&(0,P.default)(o,e[0],r)}})),o},r.prototype.update=function(t,n,o){var i;return c(this,void 0,void 0,(function(){var a,s,c,l,p,f,h;return u(this,(function(u){switch(u.label){case 0:return this._enablePrivateConfig&&!0===(null!==(i=this.privateJson.disablePrivate)&&void 0!==i?i:this.publicJson.disablePrivate)?[4,e.prototype.update.call(this,t,n,o)]:[3,2];case 1:return u.sent(),[2];case 2:return a=r.getKeyPathList(),s=(0,S.default)(((f={})[t]=n,f),a),c=(0,w.default)(s).length>0,l=(0,C.default)(((h={})[t]=n,h),a),p=(0,w.default)(l).length>0,(0,P.default)(this.__raw,t,n),c&&(0,P.default)(this.privateJson,t,s[t]),p&&(0,P.default)(this.publicJson,t,l[t]),o?p?[4,d.writeJSON(this.path,this.publicJson,{spaces:2})]:[3,4]:[3,7];case 3:u.sent(),u.label=4;case 4:return c?[4,d.ensureFile(this.privateConfigPath)]:[3,7];case 5:return u.sent(),[4,d.writeJson(this.privateConfigPath,this.privateJson,{spaces:2})];case 6:u.sent(),u.label=7;case 7:return[2]}}))}))},r.prototype.enablePrivateConfig=function(e,t){this.privateJson=t,this.__raw=e,this._enablePrivateConfig=!0},r.prototype.getPublicRawJSON=function(){return this.publicJson},r.prototype.getPrivateRawJSON=function(){return this.privateJson},r.prototype.getAppid=function(){var e="";return this.__raw.appid&&(e=this.__raw.appid),this.__raw.ttappid&&(e=this.__raw.ttappid),x(e)},r.prototype.getRealAppid=function(){return c(this,void 0,void 0,(function(){var e,t,r,n;return u(this,(function(o){switch(o.label){case 0:return e="",this.__raw.appid&&(e=this.__raw.appid),this.__raw.ttappid&&(e=this.__raw.ttappid),t=x,r=[e],T?(n=void 0,[3,3]):[3,1];case 1:return[4,this.detectProjectType()];case 2:n=o.sent(),o.label=3;case 3:return[2,e=t.apply(void 0,r.concat([n]))]}}))}))},r.prototype.getSetting=function(){var e;return null!==(e=this.__raw.setting)&&void 0!==e?e:t.DEFAULT_PROJECT_CONFIG.setting},r.prototype.getProjectName=function(){var e;return null!==(e=this.__raw.projectname)&&void 0!==e?e:""},r.prototype.getScripts=function(){var e;return null!==(e=this.__raw.scripts)&&void 0!==e?e:{afterOpen:"",beforeCompile:""}},r.prototype.getConditionData=function(e){var t,r;return null!==(r=null===(t=this.__raw.condition)||void 0===t?void 0:t[e])&&void 0!==r?r:{current:-1,list:[]}},r.prototype.getAutoCompileSetting=function(){var e;return!1!==(null===(e=this.__raw.setting)||void 0===e?void 0:e.autoCompile)},r.prototype.getLocalPluginsSetting=function(){var e,t;return null!==(t=null===(e=this.__raw.setting)||void 0===e?void 0:e.localPlugins)&&void 0!==t&&t},r.prototype.getAfterOpenScript=function(){var e,t;return null===(t=null===(e=this.__raw)||void 0===e?void 0:e.scripts)||void 0===t?void 0:t.afterOpen},r.prototype.getBeforeCompileScript=function(){var e,t;return null===(t=null===(e=this.__raw)||void 0===e?void 0:e.scripts)||void 0===t?void 0:t.beforeCompile},r.prototype.getSkipDomainCheck=function(){var e,t,r;return!(null===(r=null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.urlCheck)||void 0===r||r)},r.prototype.getPreviewHotRestartCache=function(){var e,t,r;return null!==(r=null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.IDEPreviewHotRestartCache)&&void 0!==r&&r},r.prototype.getMiniprogramRoot=function(){var e,t;return null!==(t=null===(e=this.__raw)||void 0===e?void 0:e.miniprogramRoot)&&void 0!==t?t:"./"},r.prototype.getBigPackageSizeSupport=function(){var e,t,r;return null!==(r=null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.bigPackageSizeSupport)&&void 0!==r&&r},r.prototype.detectProjectType=function(e){return c(this,void 0,void 0,(function(){var t;return u(this,(function(r){switch(r.label){case 0:return[4,this.getProjectType()];case 1:return t=r.sent(),[2,e?e===t:t]}}))}))},r.prototype.getProjectType=function(){return c(this,void 0,void 0,(function(){var e,r,n,o,i,a,s,c;return u(this,(function(u){switch(u.label){case 0:return(null==T?void 0:T.includes("microapp"))?[2,"app"]:(null==T?void 0:T.includes("microgame"))||(null==T?void 0:T.includes("toybox"))?[2,"game"]:this.__raw.ttProjectType?[2,t.PROJECT_TYPE_MAP[this.__raw.ttProjectType]]:(e=this.getMiniprogramRoot(),r=h.join(this.projectPath,e,"app.json"),n=r.replace("app.json","app.ts"),o=r.replace("app.json","app.js"),[4,Promise.all([d.pathExists(r),d.pathExists(o),d.pathExists(n)])]);case 1:if(i=u.sent(),this.useTypeScript()){if(i[0]&&(i[1]||i[2]))return[2,"app"]}else if(i[0]&&i[1])return[2,"app"];return a=r.replace("app.json","game.json"),s=a.replace("game.json","game.js"),[4,Promise.all([d.pathExists(a),d.pathExists(s)])];case 2:if((c=u.sent())[0]&&c[1])return[2,"game"];throw new Error("[ProjectConfig]Bad Project Type")}}))}))},r.prototype.getAppJSON=function(){return c(this,void 0,void 0,(function(){var e,t;return u(this,(function(r){switch(r.label){case 0:return[4,this.detectProjectType("app")];case 1:return e=r.sent()?"app.json":"game.json",t=h.join(this.projectPath,this.getMiniprogramRoot(),e),[4,_.AppJSON.from(t)];case 2:return[2,r.sent()]}}))}))},r.prototype.getExtJSON=function(){return c(this,void 0,void 0,(function(){var e;return u(this,(function(t){switch(t.label){case 0:return e=h.join(this.projectPath,this.getMiniprogramRoot(),"ext.json"),[4,v.ExtJSON.from(e)];case 1:return[2,t.sent()]}}))}))},r.prototype.useTypeScript=function(){var e,t,r;return!!Array.isArray(null===(t=null===(e=this.__raw)||void 0===e?void 0:e.setting)||void 0===t?void 0:t.useCompilerPlugins)&&(null===(r=this.__raw.setting)||void 0===r?void 0:r.useCompilerPlugins.includes(y.CompilerPlugin.TYPESCRIPT))},r.PRIVATE_CONFIG_KEYS={disablePrivate:R.ALWAYS,setting:{urlCheck:R.NORMAL,mockLogin:R.NORMAL,autoPush:R.NORMAL,mockUpdate:R.NORMAL,bigPackageSizeSupport:R.NORMAL,autoCompile:R.NORMAL,IDEPreviewHotRestartCache:R.NORMAL},condition:R.NORMAL},r}(m.JSONContainer);t.ProjectConfig=D},4084:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.reportTea=void 0;var o=n(r(5715)).default.create({baseURL:"https://mcs.snssdk.com",timeout:1e4,headers:{"Content-Type":"application/json"}});t.reportTea=function(e,t,r){var n;void 0===r&&(r={});var i=JSON.stringify(r),a={user:{user_unique_id:t.deviceId},header:{app_id:1733,app_version:t.ideVersion,headers:JSON.stringify({app_full_version:t.ideVersion}),os_name:t.osPlatform,os_version:t.osVersion,custom:{cli_name:null!==(n=t.cliName)&&void 0!==n?n:""}},verbose:1},s=Object.assign({},a,{events:[{event:e,params:i}]});o.post("/v1/json",s).catch((function(e){console.error("上报数据出错",e)}))}},4415:function(e,t){"use strict";var r=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};function n(e){return e.endsWith("/")?e:e.concat("/")}Object.defineProperty(t,"__esModule",{value:!0}),t.ensureEndSlash=t.formatSize=t.normalizeSize=void 0,t.normalizeSize=function(e){var t=e.__APP__,o=void 0===t?0:t,i=r(e,["__APP__"]),a={main:{path:"main",size:o},sub:[],total:o};return Object.keys(i).forEach((function(e){var t,r=i[e];null===(t=a.sub)||void 0===t||t.push({path:n(e),size:r}),a.total=a.total+r})),a},t.formatSize=function(e){return e>1048576?(e/1024/1024).toFixed(2)+"MB":e>1024?(e/1024).toFixed(1)+"KB":e+"B"},t.ensureEndSlash=n},7992:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.setJestMock=t.setSlardarInstance=t.setEnvFunction=t.defaultEnv=t.AxiosInstance=void 0;var a=i(r(5715)),s=r(2139),c=r(925),u=new Map;u.set(/https:\/\/microapp.bytedance.com\/(.*)/,"http://developer-boe.toutiao.com.boe-gateway.byted.org/$1"),u.set(/https:\/\/developer.toutiao.com\/(.*)/,"http://developer-boe.toutiao.com.boe-gateway.byted.org/$1"),u.set(/https:\/\/developer.open-douyin.com\/(.*)/,"https://dy-open-platform-boe.bytedance.net/$1"),u.set(/https:\/\/ma.zijieapi.com\/(api\/apps\/user\/tp_info)/,"http://developer-boe.toutiao.com/$1"),u.set(/https:\/\/ma.zijieapi.com\/(api\/apps\/.*)/,"http://developer-boe.toutiao.com/$1");var l={env:{type:"online",channel:""},proxy:{host:null,port:null}};t.defaultEnv=l;var p=function(){return l},f={reportRequestError:function(){},reportCustomEvent:function(){}},d=[function(e){var t,r,i;if(null===(i=e.headers)||void 0===i?void 0:i.online)return e;var a=p().env,s="boe"===a.type,c=a.channel;if(!s)return e;try{for(var l=n(u),f=l.next();!f.done;f=l.next()){var d=o(f.value,2),h=d[0],_=d[1];if(e.url&&h.test(e.url)){e.url=e.url.replace(h,_);break}}}catch(e){t={error:e}}finally{try{f&&!f.done&&(r=l.return)&&r.call(l)}finally{if(t)throw t.error}}return c&&e.headers&&(e.headers["X-TT-ENV"]=c),e},function(e){var t;if(null===(t=e.headers)||void 0===t?void 0:t.online)return e;var r=p().env,n="ppe"===r.type,o=r.channel;return n&&e&&e.headers&&(e.headers["X-USE-PPE"]=1),n&&e.headers&&o&&(e.headers["X-TT-ENV"]=o),e}],h=a.default.create({adapter:c,timeout:6e4});t.AxiosInstance=h,h.interceptors.request.use((function(e){null==f||f.reportCustomEvent(s.SLARDAR_EVENT.IDE_REQUEST_START,void 0,{url:(null==e?void 0:e.url)||""});var t=p().proxy;return t.host?e.proxy={host:t.host,port:t.port?+t.port:80}:t&&t.host&&t.port||(e.proxy=!1),d.forEach((function(t){return t(e)})),e}),(function(e){return null==f||f.reportRequestError({url:null==e?void 0:e.url,statusMessage:String(e),caller:"interceptors.request.error"}),Promise.reject(e)})),h.interceptors.response.use((function(e){var t,r,n,o,i,a,s,c,u,l,p,d,h;return null===e.config.validateStatus||e.status>=200&&e.status<300||null==f||f.reportRequestError({url:null!==(r=null===(t=null==e?void 0:e.config)||void 0===t?void 0:t.url)&&void 0!==r?r:null===(n=null==e?void 0:e.request)||void 0===n?void 0:n.url,ttLogId:String(null!==(a=null===(i=null===(o=null==e?void 0:e.config)||void 0===o?void 0:o.headers)||void 0===i?void 0:i["x-tt-logid"])&&void 0!==a?a:null===(s=null==e?void 0:e.headers)||void 0===s?void 0:s["x-tt-logid"]),statusCode:null==e?void 0:e.status,statusMessage:null==e?void 0:e.statusText,caller:"interceptors.response"}),process.env.isIDE&&console.info(null===(c=null==e?void 0:e.config)||void 0===c?void 0:c.url,"x-tt-logid",null!==(h=null!==(p=null===(l=null===(u=null==e?void 0:e.config)||void 0===u?void 0:u.headers)||void 0===l?void 0:l["x-tt-logid"])&&void 0!==p?p:null===(d=e.headers)||void 0===d?void 0:d["x-tt-logid"])&&void 0!==h?h:""),e}),(function(e){var t,r,n,o,i,a,s,c,u,l,p,d,h,_,v;return null==f||f.reportRequestError({url:null!==(i=null!==(r=null===(t=null==e?void 0:e.config)||void 0===t?void 0:t.url)&&void 0!==r?r:null===(o=null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.config)||void 0===o?void 0:o.url)&&void 0!==i?i:null===(a=null==e?void 0:e.request)||void 0===a?void 0:a.url,statusCode:null===(s=null==e?void 0:e.response)||void 0===s?void 0:s.status,statusMessage:String(e),ttLogId:null!==(h=null!==(l=null===(u=null===(c=null==e?void 0:e.config)||void 0===c?void 0:c.headers)||void 0===u?void 0:u["x-tt-logid"])&&void 0!==l?l:null===(d=null===(p=null==e?void 0:e.response)||void 0===p?void 0:p.headers)||void 0===d?void 0:d["x-tt-logid"])&&void 0!==h?h:null===(v=null===(_=null==e?void 0:e.request)||void 0===_?void 0:_.headers)||void 0===v?void 0:v["x-tt-logid"],caller:"interceptors.response.error"}),Promise.reject(e)})),h.interceptors.request.use((function(e){return e.headers&&(e.headers.Referer="developer.toutiao.com"),e})),t.setEnvFunction=function(e){p=e},t.setSlardarInstance=function(e){f=e},t.setJestMock=function(e){Object.entries(e).forEach((function(e){var t=o(e,2),r=t[0],n=t[1];h[r]=n}))}},9345:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.audit=t.getAuditHostsList=void 0;var s=r(7992),c=a(r(9258)),u=a(r(7147)),l=r(1728);function p(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,f;return i(this,(function(i){switch(i.label){case 0:return t=e.appid,p={},f={},[4,(0,l.getUserCookies)()];case 1:p.headers=(f.Cookie=i.sent(),f),r=p,i.label=2;case 2:return i.trys.push([2,4,,5]),[4,s.AxiosInstance.get("https://microapp.bytedance.com/platform_api/v1/app/"+t+"/code_manager/versions",r)];case 3:return n=i.sent(),o=n.data||{},a=o.error,c=o.message,u=o.data,a?[2,{success:!1,msg:c||"Get host failed,please check if your appid is valid",data:u}]:[2,{success:!0,msg:"",data:u}];case 4:return[2,{success:!1,msg:i.sent().message,data:null}];case 5:return[2]}}))}))}function f(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,f;return i(this,(function(i){switch(i.label){case 0:return t=e.appid,p={},f={},[4,(0,l.getUserCookies)()];case 1:p.headers=(f.Cookie=i.sent(),f),r=p,i.label=2;case 2:return i.trys.push([2,4,,5]),[4,s.AxiosInstance.get("https://microapp.bytedance.com/platform_api/app/publish/v2/"+t+"/audit/host",r)];case 3:return n=i.sent(),o=n.data||{},a=o.error,c=o.message,u=o.data,a?[2,{success:!1,msg:c||"Get host failed,please check if your appid is valid",hostList:{},preHost:[]}]:u.hostList||u.preHost?[2,{success:!0,hostList:u.hostList,preHost:u.preHost}]:[2,{success:!1,msg:"You do not have permission to audit app",hostList:{},preHost:[]}];case 4:return[2,{success:!1,msg:i.sent().message,hostList:{},preHost:[]}];case 5:return[2]}}))}))}function d(e,t){return o(this,void 0,void 0,(function(){var r,o,a,u,p,f,d;return i(this,(function(i){switch(i.label){case 0:for(a in r="https://microapp.bytedance.com/api/v2/app/"+t+"/audit",o=new c.default,e)o.append(a,e[a]);return f={},d={},[4,(0,l.getUserCookies)()];case 1:f.headers=n.apply(void 0,[(d.Cookie=i.sent(),d),o.getHeaders()]),u=f,i.label=2;case 2:return i.trys.push([2,4,,5]),[4,s.AxiosInstance.put(r,o,u)];case 3:if((p=i.sent()).data&&0===p.data.error)return[2,void 0];throw new Error(p.data.message);case 4:throw i.sent();case 5:return[2]}}))}))}t.getAuditHostsList=function(e){return o(this,void 0,void 0,(function(){var t,r,n,o;return i(this,(function(i){switch(i.label){case 0:return[4,f({appid:e.appid})];case 1:if(t=i.sent(),r=t.success,n=t.msg,o=t.hostList,r)return[2,Object.keys(o)];throw new Error(n)}}))}))},t.audit=function(e){return o(this,void 0,void 0,(function(){var t,r,o,a,s,c,l,f,h,_,v;return i(this,(function(i){switch(i.label){case 0:return t=e.appid,r=e.host,o=e.autoPublish,a=e.defaultSsUrl,[4,p({appid:t})];case 1:if(s=i.sent(),c=s.success,l=s.data,f=s.msg,!c)throw new Error(f);return h=l.latest.screenshot.map((function(e){return e.uri})).join(","),_={ss_urls:h},!h&&a&&(v=u.default.createReadStream(a),Object.assign(_,{ss1:v,ss2:v,ss3:v})),[4,d(n(n({},_),{auto_publish:o?1:0,host_chosen:r.toString(),notifyContent:"",test_report:"1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"}),t)];case 2:return i.sent(),[2]}}))}))}},9808:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.cliAuth=void 0;var a=i(r(1606)),s=i(r(6495)),c=i(r(8366)),u=r(4263),l=r(4113);function p(e){return n(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return e.mobile?[2,"mobile"]:e.email?[2,"email"]:[4,s.default.prompt([{name:"action",type:"list",message:"Please choose login type:",choices:[{name:"Mobile",value:"mobile"},{name:"Email",value:"email"},{name:"Cancel",value:!1}]}])];case 1:return[2,t.sent().action]}}))}))}t.cliAuth=function(e){return n(this,void 0,void 0,(function(){var t,r,n,i;return o(this,(function(o){switch(o.label){case 0:return[4,p(e)];case 1:return(t=o.sent())?((0,u.clearConsole)(a.default.bold.green(("mobile"===t?"📱":" 📧")+" Sign in with "+t)),[4,s.default.prompt([{name:"inputRet",type:"input",message:"The "+("mobile"===t?"mobile number":"email")+":"}])]):[2];case 2:return r=o.sent().inputRet,"mobile"!==t?[3,6]:[4,(0,l.sendVerificationCodeToPhone)({phoneNumber:r})];case 3:return o.sent(),c.default.info("🎉 Send verification code success"),[4,s.default.prompt([{name:"code",type:"input",message:"The verification code:"}])];case 4:return n=o.sent().code,[4,(0,l.loginByPhone)({phoneNumber:r,code:n})];case 5:return o.sent(),[3,9];case 6:return[4,s.default.prompt([{name:"pwd",type:"password",message:"The password:"}])];case 7:return i=o.sent().pwd,[4,(0,l.loginByEmail)({email:r,password:i})];case 8:o.sent(),o.label=9;case 9:return c.default.info("🎉 Login success"),[2]}}))}))}},2893:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getConfig=t.setConfig=void 0;var s=r(7992),c=r(8559),u=a(r(469)),l=i(r(9849)),p=i(r(1017)),f=r(7310),d=a(r(8366)),h=r(4263),_=(0,h.getCliDefaultStoragePath)(),v=p.join(_,"config.json"),m={proxy:null,tempFilePath:null,storagePath:_,url:{makeSchema:"https://developer.toutiao.com/api/developer/ide/v1/microapp/make_schema",compileProgress:"https://microapp.bytedance.com/api/v1/app/${appid}/compile_progress",preview:"https://developer.toutiao.com/api/v2/app/${appid}/preview",upload:"https://developer.toutiao.com/api/v2/app/${appid}/testing",emailLogin:"https://developer.toutiao.com/passport/web/email/login/",mobileLogin:"https://developer.toutiao.com/passport/web/sms_login/",sendLoginCode:"https://developer.toutiao.com/passport/web/send_code/",getUserInfo:"https://microapp.bytedance.com/api/v1/user"},interactGameUrl:{makeSchema:"https://developer.toutiao.com/api/developer/ide/v1/microapp/make_schema",compileProgress:"https://developer.toutiao.com/api/developer/ide/v1/compile_progress",preview:"https://developer.toutiao.com/api/developer/ide/v1/preview",upload:"https://developer.toutiao.com/api/developer/ide/v1/testing"},microgameUrl:{makeSchema:"https://developer.toutiao.com/api/developer/ide/microgame/v1/make_schema",compileProgress:"https://developer.toutiao.com/api/developer/ide/microgame/v1/compile_progress?appid=",preview:"https://developer.toutiao.com/api/developer/ide/microgame/v1/preview?appid=",upload:"https://developer.toutiao.com/api/developer/ide/microgame/v1/testing?appid=",versionInfo:"https://developer.toutiao.com/api/developer/ide/microgame/v1/versions?appid="},env:{type:"online",channel:""},allowReportEvent:!0},y=(0,u.default)(m);if((0,h.isCli)()&&(l.existsSync(v)?((y=l.readJSONSync(v)).url.emailLogin=m.url.emailLogin,y.url.mobileLogin=m.url.mobileLogin,y.url.sendLoginCode=m.url.sendLoginCode):(l.ensureFileSync(v),l.writeJsonSync(v,m))),!(0,h.isIDE)()){var E=function(){var e=y.proxy,t=e?new f.URL(e):null;return{env:y.env,proxy:{host:t?t.hostname:null,port:t?t.port:null}}};(0,s.setEnvFunction)(E),(0,c.setEnvFunctionForProject)(E)}t.setConfig=function(e,t){if(void 0===t&&(t=!1),t)y=(0,u.default)(m),d.default.info("setConfig "+JSON.stringify(m,null,2));else{for(var r in e)"object"==typeof e[r]?y[r]=Object.assign(y[r],(0,u.default)(e[r])):y[r]=(0,u.default)(e[r]);d.default.info("setConfig "+JSON.stringify(e))}(0,h.isCli)()&&l.writeJsonSync(v,y)},t.getConfig=function(){return Object.assign({},y)}},2173:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.createProject=void 0;var u=r(7992),l=i(r(9849)),p=i(r(1017)),f=c(r(2541)),d=r(2696),h=c(r(8366)),_=r(4263);function v(e,t){return a(this,void 0,void 0,(function(){var r=this;return s(this,(function(n){switch(n.label){case 0:return[4,new Promise((function(n,o){return a(r,void 0,void 0,(function(){var r,i;return s(this,(function(a){switch(a.label){case 0:return r=p.join(t,"template.zip"),i=l.createWriteStream(r),[4,u.AxiosInstance.get(e,{responseType:"stream"})];case 1:return a.sent().data.pipe(i),i.on("finish",(function(){l.createReadStream(r).pipe(f.default.Extract({path:t})).on("close",(function(){l.unlinkSync(r),n()})).on("error",(function(e){l.unlinkSync(r),o(e)}))})).on("error",(function(e){o(e)})),[2]}}))}))}))];case 1:return[2,n.sent()]}}))}))}t.createProject=function(e){return a(this,void 0,void 0,(function(){var t,r,n,o,i,a;return s(this,(function(s){switch(s.label){case 0:return t=e.projectName,r=e.force,n=e.template,(o=e.type)||(o="js"),(i=e.targetDir)||(i=p.resolve(process.cwd(),t||".")),l.existsSync(i)?r?[4,l.remove(i)]:[3,2]:[3,3];case 1:return s.sent(),h.default.info("Remove "+i),[3,3];case 2:throw new Error(i+" Exist");case 3:return l.ensureDirSync(i),"rich"!==n?[3,5]:(a="js"===o?d.TEMPLATE_DOWNLOAD_URL:d.TS_TEMPLATE_DOWNLOAD_URL,h.default.info("⚙️ Installing template. This might take a while...."),[4,v(a,i)]);case 4:return s.sent(),[3,8];case 5:return"empty"!==n?[3,8]:[4,l.copy(p.join((0,_.getPackageRoot)(),"./templates/"+("js"===o?"empty":"empty-ts")),i)];case 6:return s.sent(),[4,(0,_.createProjectConfigFile)(t,i,"ts"===o)];case 7:s.sent(),s.label=8;case 8:return h.default.info("🎉 Successfully created project "+t),[2]}}))}))}},4113:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.logout=t.checkSession=t.loginByPhone=t.sendVerificationCodeToPhone=t.loginByEmail=void 0;var s=r(2747),c=r(7992),u=a(r(3477)),l=r(1728),p=a(r(8366)),f=r(4263),d=r(2893),h={aid:1365};function _(e){return o(this,void 0,void 0,(function(){var t,r,o,a,s,l,p;return i(this,(function(i){switch(i.label){case 0:t=e.type,r=e.params,o=(0,d.getConfig)(),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,c.AxiosInstance.post("mobile"===t?o.url.mobileLogin:o.url.emailLogin,u.default.stringify(n(n({},h),r)),{headers:{"content-type":"application/x-www-form-urlencoded"}})];case 2:return a=i.sent(),s=a.data,l=a.headers,[2,{success:p="success"===s.message,cookies:l["set-cookie"],msg:p?"":s.data.description||"Login failed, please try again"}];case 3:return[2,{success:!1,msg:i.sent().message,cookies:null}];case 4:return[2]}}))}))}function v(e){return o(this,void 0,void 0,(function(){var t,r,n,o;return i(this,(function(i){switch(i.label){case 0:return t=(0,d.getConfig)(),e?[3,2]:[4,(0,l.getUserCookies)()];case 1:e=i.sent(),i.label=2;case 2:return i.trys.push([2,4,,5]),[4,c.AxiosInstance.get(t.url.getUserInfo,{params:{},headers:{Cookie:e}})];case 3:return r=i.sent().data,n=!r.error,o={username:r.name||"",avatar:r.avatar||"",developerId:r.developer_id||"",mobile:r.mobile||"",email:r.email||"",auditStatus:r.audit_status||0,uid:r.uid},[2,{success:n,userData:o,msg:n?"":"Login fail, please try later"}];case 4:return[2,{success:!1,msg:i.sent().message}];case 5:return[2]}}))}))}function m(e){return o(this,void 0,void 0,(function(){var t,r,o;return i(this,(function(i){switch(i.label){case 0:t=(0,d.getConfig)(),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,c.AxiosInstance.get(t.url.sendLoginCode,{params:n(n({},h),{type:24,mobile:e}),headers:{"User-Agent":"bytedanceide"}})];case 2:return r=i.sent().data,[2,{success:o="success"===r.message,msg:o?"":"Get verification code fail, please try later"}];case 3:return[2,{success:!1,msg:i.sent().message}];case 4:return[2]}}))}))}t.loginByEmail=function(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,d,h;return i(this,(function(i){switch(i.label){case 0:return t=e.email,r=e.password,n=e.dontSaveCookie,(0,f.validateEmail)(t),[4,_({type:"email",params:{mix_mode:1,email:(0,f.mixEncode)(t),password:(0,f.mixEncode)(r)}})];case 1:if(o=i.sent(),a=o.success,c=o.msg,u=o.cookies,!a||!u)throw new s.LoginError(c);return[4,v(u)];case 2:if(p=i.sent(),d=p.success,h=p.msg,!d)throw new s.LoginError(h);return n||(0,l.saveUserCookies)(u),[2,u]}}))}))},t.sendVerificationCodeToPhone=function(e){return o(this,void 0,void 0,(function(){var t,r;return i(this,(function(n){switch(n.label){case 0:return t=e.phoneNumber,(0,f.validatePhoneNumber)(t),[4,m(t)];case 1:if(!(r=n.sent()).success)throw new s.LoginError(r.msg);return[2]}}))}))},t.loginByPhone=function(e){return o(this,void 0,void 0,(function(){var t,r,n,o,a,c,u,p,d,h;return i(this,(function(i){switch(i.label){case 0:return t=e.phoneNumber,r=e.code,n=e.dontSaveCookie,(0,f.validatePhoneNumber)(t),(0,f.validateVerificationCode)(r),[4,_({type:"mobile",params:{mobile:t,code:r}})];case 1:if(o=i.sent(),a=o.success,c=o.msg,u=o.cookies,!a||!u)throw new s.LoginError(c);return[4,v(u)];case 2:if(p=i.sent(),d=p.success,h=p.msg,!d)throw new s.LoginError(h);return n||(0,l.saveUserCookies)(u),[2,u]}}))}))},t.checkSession=function(){return o(this,void 0,void 0,(function(){var e,t,r,n,o;return i(this,(function(i){switch(i.label){case 0:e={isValid:!1,errMsg:null},i.label=1;case 1:return i.trys.push([1,3,,4]),[4,v()];case 2:return t=i.sent(),r=t.success,n=t.msg,e.isValid=r,e.errMsg=n,[3,4];case 3:return o=i.sent(),e.errMsg=o.message,[3,4];case 4:return[2,e]}}))}))},t.logout=function(){return o(this,void 0,void 0,(function(){return i(this,(function(e){return(0,l.removeUserCookies)(),p.default.info("✅ Logout success"),[2]}))}))}},3077:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.getAppVersions=t.fetchMeta=t.isRealToyId=t.getMeta=void 0;var i=r(2747),a=r(7992),s=r(1728),c=r(4263);function u(e){var t=e.appid,r=e.isGame,c=void 0!==r&&r;return n(this,void 0,void 0,(function(){var e,r,n,u,l;return o(this,(function(o){switch(o.label){case 0:return e=function(e){return"https://developer.toutiao.com/api/apps/v3/meta?appid="+e+"&aid=13&version=current&ttcode=OVCNW/U0UREwv0sHdY9Rm16vBgGrCQIBOWurUCmJ1H6d/2XHLKeOYTYfEJIEeC0AOCwBZAR2j34C4tFN7Nqfq9tHVEpM4OuJM2b8qz0INtUs1qLhKFOtnGa9/Ey0WW86GGocJk074eP72MMhzNmePzaTQzXwn/eqEq4GHwyF2Tg=&aid=1365"}(t),l={},[4,(0,s.getUserCookies)()];case 1:return l.Cookie=o.sent(),r=l,n={},c&&(e="https://developer.toutiao.com/api/developer/ide/v1/version_info",n.app_id=t,n.stage="current"),[4,a.AxiosInstance.get(e,{headers:r,params:n})];case 2:return(u=o.sent().data).error&&0!==u.error||u.code&&0!==u.code?[4,Promise.reject(new i.MetaError(u.data))]:[3,4];case 3:return[2,o.sent()];case 4:return[2,u]}}))}))}t.getMeta=function(e){var t,r;return n(this,void 0,void 0,(function(){var n,i,a,s;return o(this,(function(o){switch(o.label){case 0:return n=e.appid,i=e.isGame,a=void 0!==i&&i,(0,c.validateAppId)(n),[4,u(e)];case 1:return s=o.sent(),a?[2,{version:null===(t=s.data)||void 0===t?void 0:t.current_version}]:[2,{version:null===(r=s.data)||void 0===r?void 0:r.version}]}}))}))},t.isRealToyId=function(e){return n(this,void 0,void 0,(function(){var t;return o(this,(function(r){switch(r.label){case 0:return[4,u({appid:e})];case 1:return[2,!!(t=r.sent().data)&&16===t.tech_type]}}))}))},t.fetchMeta=u,t.getAppVersions=function(e){return n(this,void 0,void 0,(function(){var t,r,n;return o(this,(function(o){switch(o.label){case 0:return o.trys.push([0,5,,6]),n={},[4,(0,s.getUserCookies)()];case 1:return n.Cookie=o.sent(),t=n,[4,a.AxiosInstance.get("https://developer.toutiao.com/api/developer/ide/v1/microapp/versions",{headers:t,params:{app_id:e}})];case 2:return(r=o.sent().data).code&&0!==r.code?[4,Promise.reject(new i.MetaError(r.msg))]:[3,4];case 3:return[2,o.sent()];case 4:return[2,r.data];case 5:return o.sent(),[2,{audit_version:"0.0.0"}];case 6:return[2]}}))}))}},5787:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.projectToQRCode=t.upload=t.preview=void 0;var l=r(2747),p=r(7992),f=u(r(9258)),d=a(r(9849)),h=a(r(1017)),_=u(r(7086)),v=r(7312),m=r(9396),y=r(1728),E=u(r(8366)),g=r(5879),b=r(4486),O=r(4263),A=r(2893),w=r(5834),C=r(1017),S=(0,O.getCliDefaultStoragePath)(),P=h.join(S,"preview.json"),I={hash:"",expireTime:0,shortUrl:"",originSchema:"",previewScene:"default"},L={preview:I,debug:I};if((0,O.isCli)())if(d.existsSync(P))try{L=d.readJSONSync(P)}catch(e){}else d.ensureFileSync(P),d.writeJsonSync(P,L);function T(e){var t,r,o,i;return s(this,void 0,void 0,(function(){var a,s,u,h,_,m,E,g,b,O,w,S,P,I,L,T,R,j,x,D,M;return c(this,(function(c){switch(c.label){case 0:return a=e.devAppid,s=e.projectPath,u=e.type,h=e.uploadVersion,_=e.uploadChangeLog,m=e.uploadNeedUploadSourcemap,E=e.localCompileVersion,b=new f.default,[4,(0,v.folderToZipStream)(s,{whiteList:[],useTypeScript:!1},!0)];case 1:return O=c.sent(),w=(0,A.getConfig)(),S=p.AxiosInstance.put,"preview"===u?g=w.microgameUrl.preview+a:(g=w.microgameUrl.upload+a,b.append("version",h),b.append("intro",_),b.append("need_upload_sourcemap",String(!!m))),[4,d.readJson((0,C.join)(s,"game.json"))];case 2:return P=c.sent(),I=null!==(t=P.subPackages)&&void 0!==t?t:P.subpackages,b.append("subpackage",String(Boolean(null==I?void 0:I.length))),b.append("local_compile_version",null!=E?E:"4.0.4-rc.17.ide.2"),b.append("source",O,{filename:"source.zip"}),j=S,x=[g,b],D={},M={},[4,(0,y.getUserCookies)()];case 3:return[4,j.apply(void 0,x.concat([(D.headers=n.apply(void 0,[(M.Cookie=c.sent(),M),b.getHeaders()]),D.maxBodyLength=33554432,D)]))];case 4:if(L=c.sent(),T=L.data,R=L.headers,0===T.error||0===T.code)return[2,{metrics:null!==(r=T.performance_metrics)&&void 0!==r?r:{},logId:null!==(o=null==R?void 0:R["x-tt-logid"])&&void 0!==o?o:""}];throw new l.UploadError(null!==(i=T.message)&&void 0!==i?i:T.msg,T.error)}}))}))}function R(e){return s(this,void 0,void 0,(function(){var t,r,n,o;return c(this,(function(i){switch(i.label){case 0:return n={},o={},[4,(0,y.getUserCookies)()];case 1:return n.headers=(o.Cookie=i.sent(),o),t=n,r=(0,A.getConfig)().microgameUrl.compileProgress+e,[4,p.AxiosInstance.get(r,t).then((function(e){var t,r,n,o=e.data||{},i=o.error,a=o.status,s=o.message;return 1===i?{success:!1,done:!1,error:i,msg:s,errLink:null!==(t=e.data.err_link)&&void 0!==t?t:"",passJson:{}}:{success:!0,done:0===i&&2===a,error:i,msg:"",metrics:null!==(r=e.data.performance_metrics)&&void 0!==r?r:{},errLink:null!==(n=e.data.err_link)&&void 0!==n?n:"",passJson:JSON.parse(e.data.pass_json||"{}")}})).catch((function(e){return{success:!1,done:!1,error:-1,msg:e.message,metrics:{},errLink:"",passJson:{}}}))];case 2:return[2,i.sent()]}}))}))}function j(e){return s(this,void 0,void 0,(function(){var t=this;return c(this,(function(r){switch(r.label){case 0:return[4,new Promise((function(r,n){var o=setInterval((function(){return s(t,void 0,void 0,(function(){var t,i,a,s,u,p,f,d,h;return c(this,(function(c){switch(c.label){case 0:return[4,R(e)];case 1:return t=c.sent(),i=t.success,a=t.msg,s=t.error,u=t.errLink,p=t.metrics,f=t.done,d=t.passJson,i||(clearInterval(o),h=new l.CompileError(a,u,s),n(h)),f&&(clearInterval(o),r({metrics:null!=p?p:{},passJson:d})),[2]}}))}))}),1e3)}))];case 1:return[2,r.sent()]}}))}))}function x(e){var t;return s(this,void 0,void 0,(function(){var r,n,o,i,a,s,u,p,f,h,y,A,C,S,R,x,D,M,N,U,k,F,V,G,B,Z,H,q;return c(this,(function(c){switch(c.label){case 0:return r={shortUrl:"",expireTime:0,originSchema:"",useCache:!1,metrics:{},passJson:{}},n=e.project,o=e.page,i=e.qrcode,a=e.cache,s=e.uploadOptions,u=e.extraInfoJson,p=e.localCompileVersion,f=e.ideConfig,h=e.debug,y=e.uploadCache,A=e.supportSourcemap,C=e.enableHotRestartCache,S=n.path,[4,(0,v.getProjectHash)(S,!0).catch((function(){return""}))];case 1:return R=c.sent(),x=s?"upload":"preview",D=!1,N=L[M=h?"debug":"preview"]||I,a&&((0,O.isCli)()||(null==f?void 0:f.previewScene)===N.previewScene)&&R&&N.hash===R&&N.shortUrl&&N.expireTime>Date.now()/1e3?(r.shortUrl=N.shortUrl,r.expireTime=N.expireTime,r.originSchema=N.originSchema,r.useCache=!0,E.default.info("项目文件无变动,使用缓存"),D=!0,[3,13]):[3,2];case 2:return(0,g.addNodeToMetrics)(r.metrics,"compileCreate"),[4,(0,m.getAppId)(S)];case 3:return U=c.sent(),[4,(0,m.validateAppId)(U)];case 4:return c.sent(),(0,g.addFieldToMetrics)(r.metrics,"appId",U),k=E.default.loading("正在准备上传..."),y&&R&&N.hash===R&&N.shortUrl&&N.expireTime>Date.now()/1e3?[3,10]:[4,(0,m.verifyPkgSize)(S)];case 5:if(F=c.sent())throw new l.ProjectError(F);return"upload"!==x||(0,O.isIDE)()?[3,7]:[4,(0,w.getMeta)(U)];case 6:if((V=c.sent())&&s&&1===(0,_.default)(V,s.version))throw new l.UploadError(s.version+" is smaller than "+V+"(online version)");c.label=7;case 7:return k.text="正在上传中...",(0,g.addNodeToMetrics)(r.metrics,"IDERequest"),[4,T({devAppid:U,projectPath:S,type:x,uploadChangeLog:null==s?void 0:s.changeLog,uploadVersion:null==s?void 0:s.version,uploadNeedUploadSourcemap:null==s?void 0:s.needUploadSourcemap,extraInfoJson:u,localCompileVersion:p,supportSourcemap:A})];case 8:return G=c.sent(),(0,g.addFieldToMetrics)(r.metrics,"logId",G.logId),k.text="查询编译进度中...",[4,j(U)];case 9:B=c.sent(),r.metrics=(0,g.mergeMetrics)(r.metrics,G.metrics,B.metrics),r.passJson=B.passJson,(0,g.addNodeToMetrics)(r.metrics,"IDEReceiveResponse"),c.label=10;case 10:return null===(null==i?void 0:i.format)?[3,12]:(k.text="生成二维码中...",[4,(0,b.makeSchema)({devAppid:U,extAppid:"",startPage:o.path,query:o.query,scene:o.scene,bdpLog:{launch_from:o.launchFrom,location:o.location},headers:{},ideConfig:f,qrcodeQuery:null==h?void 0:h.query,referrerInfo:o.referrerInfo,hotRestartHash:C&&R?R:"",type:x})]);case 11:Z=c.sent(),r.shortUrl=Z.shortUrl,r.expireTime=Z.expireTime,r.originSchema=Z.originSchema,c.label=12;case 12:(0,g.addNodeToMetrics)(r.metrics,"compileClose"),k.stop(),c.label=13;case 13:return"imageFile"!==(null==i?void 0:i.format)?[3,16]:i.output?[4,(0,b.toQRCodeFile)(r.shortUrl,i.output)]:[3,15];case 14:H=c.sent(),r.qrcodeFilePath=H,E.default.info("二维码图片已存储到 "+H),c.label=15;case 15:return[3,19];case 16:return"imageSVG"!==(null==i?void 0:i.format)?[3,19]:D&&N.qrcodeSVG?(r.qrcodeSVG=N.qrcodeSVG,[3,19]):[3,17];case 17:return q=r,[4,(0,b.toQRCodeSVG)(r.shortUrl)];case 18:q.qrcodeSVG=c.sent(),c.label=19;case 19:return function(e,t){L[t]=e,(0,O.isCli)()&&d.writeJsonSync(P,L)}({shortUrl:r.shortUrl,expireTime:r.expireTime,originSchema:r.originSchema,hash:R,previewScene:null!==(t=null==f?void 0:f.previewScene)&&void 0!==t?t:"default",qrcodeSVG:r.qrcodeSVG},M),[2,r]}}))}))}t.preview=function(e){return s(this,void 0,void 0,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,x(e)];case 1:return[2,t.sent()]}}))}))},t.upload=function(e){var t;return s(this,void 0,void 0,(function(){return c(this,(function(r){switch(r.label){case 0:return[4,x({project:e.project,qrcode:null!==(t=e.qrcode)&&void 0!==t?t:{format:null,output:"",options:{}},page:{path:"",query:"",scene:"",launchFrom:"",location:""},cache:!1,copyToClipboard:!!e.copyToClipboard,uploadOptions:{version:e.version,changeLog:e.changeLog,needUploadSourcemap:!!e.needUploadSourcemap},extraInfoJson:e.extraInfoJson,localCompileVersion:e.localCompileVersion,ideConfig:e.ideConfig})];case 1:return[2,r.sent()]}}))}))},t.projectToQRCode=x},3098:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5787),t),o(r(9396),t),o(r(5834),t)},5834:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getMeta=void 0;var a=r(2747),s=r(7992),c=r(2893),u=r(1728),l=i(r(7086));t.getMeta=function(e){return n(void 0,void 0,void 0,(function(){var t,r,n,i,p;return o(this,(function(o){switch(o.label){case 0:return t=(0,c.getConfig)().microgameUrl.versionInfo+e,p={},[4,(0,u.getUserCookies)()];case 1:return p.Cookie=o.sent(),r=p,[4,s.AxiosInstance.get(t,{headers:r})];case 2:return(n=o.sent().data).error&&0!==n.error||n.error&&0!==n.code?[4,Promise.reject(new a.MetaError(n.message))]:[3,4];case 3:return[2,o.sent()];case 4:return[2,(i=[n.audit_version,n.gray_version,n.online_version].filter(Boolean).sort(l.default))[i.length-1]]}}))}))}},155:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getPathByteSize=t.getDirByteSize=t.getFileByteSize=t.byte2Mb=t.mb2Byte=void 0;var a=i(r(7147)),s=i(r(9508)),c=i(r(1017));t.mb2Byte=function(e){return 1024*e*1024},t.byte2Mb=function(e,t){return void 0===t&&(t=4),Number((e/1024/1024).toFixed(t))},t.getFileByteSize=function(e){return a.default.statSync(e).size},t.getDirByteSize=function(e,r,i){return void 0===r&&(r=[]),void 0===i&&(i=[]),n(void 0,void 0,void 0,(function(){var n,a;return o(this,(function(o){switch(o.label){case 0:return n=r.map((function(t){return c.default.join(e,t)})),[4,(0,s.default)(i,{cwd:e,ignore:n,absolute:!0,dot:!0})];case 1:return a=o.sent(),[4,Promise.all(a.map((function(e){return(0,t.getFileByteSize)(e)})))];case 2:return[2,o.sent().reduce((function(e,t){return e+t}))]}}))}))},t.getPathByteSize=function(e,r,n){return void 0===r&&(r=[]),void 0===n&&(n=["**"]),a.default.statSync(e).isDirectory()?(0,t.getDirByteSize)(e,r,n):(0,t.getFileByteSize)(e)}},9396:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},s=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.validateAppId=t.getAppId=t.checkAppId=t.checkUCAppId=t.compressZip=t.getDirHash=t.verifyPkgSize=t.PKG_HASH_IGNORE_LIST=t.PKG_SIZE_IGNORE_GLOBS=void 0;var u=c(r(3732)),l=r(2896),p=c(r(9849)),f=c(r(1017)),d=r(2747),h=r(155),_=r(5124),v=r(3077),m=r(9882);t.PKG_SIZE_IGNORE_GLOBS=["**/.*","**/.*/**/*","**/node_modules/**","**/**.js.map"],t.PKG_HASH_IGNORE_LIST=[".*","node_modules"];var y=function(e,t,r){return e+"大小为:"+t+"MB,超过 "+r+"MB。"};t.verifyPkgSize=function(e){return o(void 0,void 0,void 0,(function(){var r,s,c,u,l,d,v,E,g,b,O,A,w,C,S,P,I;return i(this,(function(L){switch(L.label){case 0:return L.trys.push([0,9,,10]),[4,p.default.readJson(f.default.join(e,"game.json"))];case 1:return r=L.sent(),s=r.openDataContext,c=null!==(I=r.subPackages)&&void 0!==I?I:r.subpackages,[4,p.default.readJson(f.default.join(e,"project.config.json"))];case 2:return u=L.sent(),[4,(T=u.appid,o(void 0,void 0,void 0,(function(){var e,t,r,o,a,s;return i(this,(function(i){switch(i.label){case 0:return e={normalTotal:16,subMain:4,subPkg:20,subTotal:20,openData:4},[4,(0,_.getIdeSettings)({game_id:T})];case 1:return t=i.sent(),r=null!==(s=null===(a=null===(o=null==t?void 0:t.settings)||void 0===o?void 0:o.compile_config)||void 0===a?void 0:a.limit)&&void 0!==s?s:{},[2,n(n({},e),r)]}}))})))];case 3:return l=L.sent(),d=[],s?[4,(0,h.getPathByteSize)(f.default.join(e,s),t.PKG_SIZE_IGNORE_GLOBS,(0,m.getWhiteList)(!0))]:[3,5];case 4:return E=L.sent(),[3,6];case 5:E=0,L.label=6;case 6:return(v=E)>(0,h.mb2Byte)(l.openData)&&d.push(y("小游戏开放数据域文件",(0,h.byte2Mb)(v),l.openData)),g=!(null==c?void 0:c.length),b=g?l.normalTotal:l.subTotal,[4,(0,h.getPathByteSize)(e,t.PKG_SIZE_IGNORE_GLOBS,(0,m.getWhiteList)(!0))];case 7:return(O=L.sent())>(0,h.mb2Byte)(b)&&d.push(y("小游戏包",(0,h.byte2Mb)(O),b)),g?[2,d.length?d.join("\n")+"\n请调整包大小再进行上传":""]:[4,Promise.all(c.map((function(r){var n=f.default.join(e,r.root);return(0,h.getPathByteSize)(n,t.PKG_SIZE_IGNORE_GLOBS,(0,m.getWhiteList)(!0))})))];case 8:return A=L.sent(),w=A.map((function(e,t){return[c[t],e]})).filter((function(e){var t=a(e,2);return t[0],t[1]>(0,h.mb2Byte)(l.subPkg)})),w.length>0&&d.push(w.map((function(e){return a(e,1)[0].name})).join("、")+" 子包大小为:"+w.map((function(e){var t=a(e,2),r=(t[0],t[1]);return(0,h.byte2Mb)(r)+"MB"})).join("、")+",超过 "+l.subPkg+"MB。"),C=A.reduce((function(e,t){return e+t})),(S=O-v-C)>(0,h.mb2Byte)(l.subMain)&&d.push(y("小游戏分包主包",(0,h.byte2Mb)(S),l.subMain)),[2,d.length?d.join("\n")+"\n请调整包大小再进行上传":""];case 9:return[2,(P=L.sent())instanceof Error?P.message:String(P)];case 10:return[2]}var T}))}))},t.getDirHash=function(e){return o(void 0,void 0,void 0,(function(){return i(this,(function(r){switch(r.label){case 0:return[4,(0,l.hashElement)(e,{encoding:"hex",folders:{exclude:t.PKG_HASH_IGNORE_LIST}})];case 1:return[2,r.sent().hash]}}))}))},t.compressZip=function(e,r,n){return void 0===n&&(n=[]),new Promise((function(c,l){return o(this,void 0,void 0,(function(){var o,d,h;return i(this,(function(i){switch(i.label){case 0:return o=f.default.resolve(r,f.default.basename(e)+".zip"),d=p.default.createWriteStream(o),h=(0,u.default)("zip",{zlib:{level:9}}),d.on("close",(function(){return c(o)})),h.on("error",(function(e){return console.error("压缩失败:",e),l(e)})),h.pipe(d),h.glob("**/*",{cwd:e,ignore:s(s([],a(t.PKG_SIZE_IGNORE_GLOBS),!1),a(n),!1)},{}),[4,h.finalize()];case 1:return i.sent(),[2]}}))}))}))},t.checkUCAppId=function(e){return/^tt[0-9a-f]{16}(07)$/.test(e)},t.checkAppId=function(e){return/^tt[0-9a-f]{16}([0-9a-f]{2})?$/.test(e)},t.getAppId=function(e){return o(void 0,void 0,void 0,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return[4,p.default.readJson(f.default.join(e,"project.config.json"))];case 1:return"testappid"===(t=r.sent()).appid.toLocaleLowerCase()?[2,"tt975be1e608633d4202"]:[2,t.appid]}}))}))},t.validateAppId=function(e){return o(void 0,void 0,void 0,(function(){var r,n;return i(this,(function(o){switch(o.label){case 0:if((0,t.checkUCAppId)(e))throw r="当前小游戏 AppId 为 "+e+",为Unity&UE小游戏 AppId, 不支持该类型小游戏",new d.ProjectError(r);if(!(0,t.checkAppId)(e))throw new d.ProjectError("请使用正确的 AppId");return[4,(0,v.fetchMeta)({appid:e})];case 1:if((n=o.sent().data)&&2!==n.tech_type)throw new d.ProjectError("请使用小游戏的 AppId");return[2]}}))}))}},5124:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getIdeSettings=t.genDefault=t.SETTINGS_URL=void 0;var s=a(r(9126)),c=r(7992);t.SETTINGS_URL="https://is.snssdk.com/service/settings/v3/",t.genDefault=function(e){return n({caller_name:"minigame_ide",channel:"ide_v2",device_platform:"IDE",device_id:e.device_id,device_id_str:e.device_id_str,version_code:e.version_code,user_id:e.user_id},e)},t.getIdeSettings=function(e){return void 0===e&&(e={}),o(void 0,void 0,void 0,(function(){var r;return i(this,(function(n){switch(n.label){case 0:return[4,c.AxiosInstance.get(t.SETTINGS_URL+"?"+s.default.stringify((0,t.genDefault)(e)))];case 1:if("success"!==(r=n.sent().data).message)throw new Error(r.message);return[2,r.data]}}))}))}},8733:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&__createBinding(t,e,r);return __setModuleDefault(t,e),t},__awaiter=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},__generator=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.buildNpm=void 0;var fs_extra_1=__webpack_require__(9849),path=__importStar(__webpack_require__(1017));function buildNpm(options){return __awaiter(this,void 0,void 0,(function(){var cwd,_a,projectPath,packNpm;return __generator(this,(function(_b){switch(_b.label){case 0:return cwd=process.cwd(),_a=options.projectPath,projectPath=void 0===_a?cwd:_a,path.isAbsolute(projectPath)||(projectPath=path.resolve(cwd,projectPath)),[4,Promise.all([(0,fs_extra_1.access)(path.resolve(projectPath,"package.json")),(0,fs_extra_1.access)(path.resolve(projectPath,"node_modules"))])];case 1:return _b.sent(),packNpm=eval("require")("@tt-miniprogram/ext-pack").packNpm,[4,new Promise((function(e){packNpm({rootPath:projectPath,isWatch:!1},(function(t,r){e(t?{success:!1,reason:t.message||t.toString()}:{success:!0,reason:r})}))}))];case 2:return[2,_b.sent()]}}))}))}exports.buildNpm=buildNpm},7239:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=i(r(2081)),c=i(r(9849)),u=i(r(1017)),l=r(2696),p=a(r(8366)),f=r(4263);t.default=function(e,t){var r=e.projectPath,n=e.mode,o=e.type;u.isAbsolute(r)||(r=u.join(process.cwd(),r));var i=!1;try{c.accessSync(r),i=!0}catch(e){p.default.error('The "projectPath" not exist. [path=%s]',r)}var a=(0,f.isMac)()?"open":"start";t&&(a="export BYTEDANCE_IDE_REMOTE_PORT="+t+" && "+a);var d="";i?(p.default.info("Open project. [path=%s]",r),d+="path="+r+"&project-type="+o,"full"!==n&&"lite"!==n||(p.default.info("mode=%s",n),d+="&mode="+n)):p.default.info("Open IDE");var h=a+" "+l.IDE_SCHEMA+"?"+encodeURIComponent(d);return new Promise((function(e,t){s.exec(h,(function(r){r?(p.default.error("Open IDE failed. [err=%o]",r),t(r)):(p.default.info("Open IDE success"),e())}))}))}},7312:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.prettyProjectSize=t.getProjectHash=t.folderToZipStream=t.verifySubPackageSize=t.getProjectSize=t.getFolderSize=void 0;var u=r(2747),l=r(4415),p=c(r(3732)),f=c(r(6883)),d=c(r(9508)),h=r(2896),_=i(r(1017)),v=r(4263),m=c(r(9849)),y=r(9882);function E(e,t,r,n){return void 0===r&&(r={}),a(this,void 0,void 0,(function(){var o,i,a,c,l,p,f,h;return s(this,(function(s){switch(s.label){case 0:o=r.ignore,i=void 0===o?[]:o,s.label=1;case 1:return s.trys.push([1,4,,5]),[4,m.default.lstat(e)];case 2:if((a=s.sent().isFile())&&!e.endsWith(".js"))throw new Error("subPackage root should be a valid js or a directory");return c=a?_.resolve(e,"../"):e,[4,(0,d.default)(a?e:(0,y.getWhiteList)(n),{cwd:(0,v.isMac)()?c:c.replace(/\\/g,"/"),ignore:["**/node_modules/**","**/**.js.map","**/__wxToTT/report/**"].concat(i.map((function(e){return(0,v.isMac)()?e:e.replace(/\\/g,"/")}))),absolute:!0,onlyFiles:!0,stats:!0})];case 3:return l=s.sent(),p=new Map,l.forEach((function(e){p.set(e.path,e)})),f=0,p.forEach((function(e,r){!t&&r.endsWith(".ts")||t&&r.endsWith(".js")&&p.has(r.replace(/\.js$/,".ts"))||(f+=e.stats?e.stats.size:0)})),[2,f];case 4:throw h=s.sent(),new u.ProjectError(h.toString());case 5:return[2]}}))}))}function g(e,t,r,n){return a(this,void 0,void 0,(function(){var o,i,c,u,p,f,d,h,v,y=this;return s(this,(function(g){switch(g.label){case 0:return o={main:void 0,sub:[],openData:void 0,total:0},i=0,c=_.join(r,e.getMiniprogramRoot()),u=t.subPackages||t.subpackages||[],p=e.useTypeScript(),[4,E(c,p,{ignore:u.map((function(e){var t=_.join(c,e.root);return m.default.lstatSync(t).isFile()?t:_.join(t,"**")}))},n)];case 1:return f=g.sent(),Array.isArray(u)&&u.length>0?(d=u.reduce((function(e,t){return!t.root||e.includes(t.root)||e.push(t.root),e}),[]),[4,Promise.all(d.map((function(e){return a(y,void 0,void 0,(function(){var t;return s(this,(function(r){switch(r.label){case 0:return[4,E(_.join(c,e),p,{},n)];case 1:return t=r.sent(),[2,{path:(0,l.ensureEndSlash)(e),size:t}]}}))}))})))]):[3,3];case 2:h=g.sent(),i+=h.reduce((function(e,t){return e+t.size}),0),o.sub=h,g.label=3;case 3:return n&&t.openDataContext?[4,E(_.join(c,t.openDataContext),p,{},n)]:[3,5];case 4:v=g.sent(),o.openData={path:(0,l.ensureEndSlash)(t.openDataContext),size:v},i+=v,f-=v,g.label=5;case 5:return o.total=i+f,o.main={path:c,size:f},[2,o]}}))}))}t.getFolderSize=E,t.getProjectSize=g,t.verifySubPackageSize=function(e,t){return a(this,void 0,void 0,(function(){var r,n,o,i,a,c,p,f,d;return s(this,(function(s){switch(s.label){case 0:return[4,e.getAppJSON()];case 1:return r=s.sent(),n=r.isGame,o=e.projectPath,i={mainMax:4194304,subMax:2097152,totalMax:16777216},"preview"===t&&e.getBigPackageSizeSupport()&&(i.mainMax=8388608,i.subMax=4194304,i.totalMax=25165824),n&&(i.mainMax=1/0,i.subMax=1/0,i.totalMax=20971520),a=[],[4,g(e,r,o,n)];case 2:if((c=s.sent()).total>i.totalMax&&a.push("项目源码包大小 "+(0,l.formatSize)(c.total)+",超过 "+(0,l.formatSize)(i.totalMax)+"。"),(c.sub.length>0||c.openData)&&(p=c.main,f=c.sub,d=c.openData,p.size>i.mainMax&&a.push("主包大小为 "+(0,l.formatSize)(p.size)+",超过 "+(0,l.formatSize)(i.mainMax)+"。"),null==f||f.forEach((function(e){e.size>i.subMax&&a.push(e.path+" 子包大小为 "+(0,l.formatSize)(e.size)+", 超过 "+(0,l.formatSize)(i.subMax)+"。")})),(null==d?void 0:d.size)>i.subMax&&a.push("开放数据域大小为 "+(0,l.formatSize)(d.size)+", 超过 "+(0,l.formatSize)(i.subMax)+"。")),a.length>0)throw new u.PackageSizeError(a.join("\n")+"\n可点击【查看解决方案】查看包体积优化方案,修改后重试。");return[2]}}))}))},t.folderToZipStream=function(e,t,r){var n=t.whiteList,o=void 0===n?[]:n,i=t.useTypeScript;return a(this,void 0,void 0,(function(){var t,n,a,c;return s(this,(function(s){switch(s.label){case 0:return t=(0,p.default)("zip",{highWaterMark:v.HIGH_WATER_MARK,statConcurrency:(0,v.maxConcurrency)()}),n=(0,y.getWhiteList)(r).concat(o),[4,(0,d.default)(n,{cwd:e,stats:!1,dot:!1,ignore:[".*/**/*","**/node_modules/**","**/__wxToTT/report/**"]})];case 1:return a=s.sent(),(c=new Set(a)).forEach((function(r){i&&r.endsWith(".js")&&c.has(r.replace(/\.js$/,".ts"))||!i&&r.endsWith(".ts")||t.file(_.join(e,r),{name:r})})),t.on("warning",(function(e){if("ENOENT"!==e.code)throw new u.CompressError(e.message);console.warn("archiver with error "+e.message)})).on("error",(function(e){throw new u.CompressError(e.message)})),[4,t.finalize()];case 2:return s.sent(),[2,t]}}))}))},t.getProjectHash=function(e,t){return a(this,void 0,void 0,(function(){var r,n;return s(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),r=(0,v.isMac)()?(0,y.getWhiteList)(t):(0,y.getWhiteList)(t).map((function(e){return"*".concat(e.slice(3))})),[4,(0,h.hashElement)(".",e,{encoding:"hex",folders:{exclude:[".*","node_modules","miniprogram_npm"]},files:{include:r,matchBasename:!1,matchPath:!0}})];case 1:return[2,o.sent().hash];case 2:throw n=o.sent(),new u.HashError("获取工程文件夹 hash 失败:"+n.toString());case 3:return[2]}}))}))},t.prettyProjectSize=function(e){var t=e.total,r=e.main,n=e.sub,o=e.openData,i=[["主包",r.size]];null==n||n.sort((function(e,t){return t.size-e.size})).forEach((function(e){i.push([e.path,e.size])})),o&&i.push(["开放数据文件夹("+o.path+")",o.size]);var a=new f.default;return i.forEach((function(e){a.cell("路径",e[0]),a.cell("体积",(0,l.formatSize)(e[1]),f.default.leftPadder(" ")),a.newRow()})),a.total("体积",{reduce:function(e,r,n,o){return t},printer:function(e,r){return"总体积:"+(0,l.formatSize)(t)}}),a.toString()}},5796:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.projectToQRCode=t.upload=t.preview=t.checkProjectMatchAppid=void 0;var p=r(2747),f=r(7992),d=l(r(9258)),h=a(r(9849)),_=a(r(1017)),v=l(r(7086)),m=r(7312),y=r(5138),E=r(1728),g=l(r(8366)),b=r(5879),O=r(4486),A=r(4263),w=r(2893),C=r(3077);function S(e,t){if(!e)throw new Error("请检查 url 配置是否正常");return e.replace(/\$\{appid\}/g,t)}var P=(0,A.getCliDefaultStoragePath)(),I=_.join(P,"preview.json"),L={hash:"",expireTime:0,shortUrl:"",originSchema:"",previewScene:"default"};if((0,A.isCli)())if(h.existsSync(I))try{L=h.readJSONSync(I)}catch(e){}else h.ensureFileSync(I),h.writeJsonSync(I,L);function T(e){var t,r,o;return s(this,void 0,void 0,(function(){var i,a,s,u,l,h,_,v,y,g,b,O,C,P,I,L,T,R,j,x,D,M,N,U,k,F,V;return c(this,(function(c){switch(c.label){case 0:return i=e.devAppid,a=e.extAppid,s=e.projectPath,u=e.type,l=e.uploadVersion,h=e.uploadChangeLog,_=e.uploadNeedUploadSourcemap,v=e.localCompileVersion,y=e.extraInfoJson,g=e.interactGame,b=e.supportSourcemap,O=e.useTypeScript,P=new d.default,I=i,L="",[4,(0,m.folderToZipStream)(s,{whiteList:g?["**/*"]:_?["**/*.map"]:void 0,useTypeScript:O},!1)];case 1:return T=c.sent(),R=(0,w.getConfig)(),j=f.AxiosInstance.put,g?[3,2]:("preview"===u?(a&&(I=a,L="?devappid="+i),C=S(R.url.preview,I)+L):(C=S(R.url.upload,I),P.append("version",l),P.append("intro",h),P.append("need_upload_sourcemap",String(!!_))),P.append("source",T,{filename:"source.zip"}),P.append("local_compile_version",null!=v?v:"4.0.0-cli"),y&&P.append("extra_info_json",y),[3,4]);case 2:return j=f.AxiosInstance.post,P.append("app_id",I),P.append("tech_type",16),[4,(0,A.getMD5Stream)(T)];case 3:x=c.sent(),P.append("src_md5",x.__md5),P.append("src",x,{filename:"src.zip"}),"preview"===u?(C=R.interactGameUrl.preview,P.append("extra_json",y)):(C=R.interactGameUrl.upload,P.append("version",l),P.append("intro",h),P.append("extra_json",y)),c.label=4;case 4:return b&&P.append("is_debug","1"),U=j,k=[C,P],F={},V={},[4,(0,E.getUserCookies)()];case 5:return[4,U.apply(void 0,k.concat([(F.headers=n.apply(void 0,[(V.Cookie=c.sent(),V),P.getHeaders()]),F.maxBodyLength=33554432,F)]))];case 6:if(D=c.sent(),M=D.data,N=D.headers,0===M.error||0===M.code)return[2,{metrics:null!==(t=M.performance_metrics)&&void 0!==t?t:{},logId:null!==(r=null==N?void 0:N["x-tt-logid"])&&void 0!==r?r:""}];throw new p.UploadError(null!==(o=M.message)&&void 0!==o?o:M.msg,M.error)}}))}))}function R(e,t,r,n){return void 0===n&&(n=!1),s(this,void 0,void 0,(function(){var o,i,a,s,u,l;return c(this,(function(c){switch(c.label){case 0:return u={},l={},[4,(0,E.getUserCookies)()];case 1:return u.headers=(l.Cookie=c.sent(),l),o=u,i=e,a="","",r&&t&&(i=t,a="?devappid="+e),s=n?(0,w.getConfig)().interactGameUrl.compileProgress+"?app_id="+e+"&stage="+(r?"preview":"latest"):S((0,w.getConfig)().url.compileProgress,i)+a,[4,f.AxiosInstance.get(s,o).then((function(e){var t,r,o,i,a,s,c,u,l,p,f=e.data||{},d=f.error,h=f.status,_=f.message;return n&&(d=null===(t=e.data)||void 0===t?void 0:t.code,h=null===(o=null===(r=e.data)||void 0===r?void 0:r.data)||void 0===o?void 0:o.status,_=null!==(s=null===(a=null===(i=e.data)||void 0===i?void 0:i.data)||void 0===a?void 0:a.msg)&&void 0!==s?s:null===(c=e.data)||void 0===c?void 0:c.msg),1===d||n&&(1===h||0!==d)?{success:!1,done:!1,error:d,msg:_,errLink:null!==(u=e.data.err_link)&&void 0!==u?u:"",passJson:{}}:{success:!0,done:0===d&&2===h,error:d,msg:"",metrics:null!==(l=e.data.performance_metrics)&&void 0!==l?l:{},errLink:null!==(p=e.data.err_link)&&void 0!==p?p:"",passJson:JSON.parse(e.data.pass_json||"{}")}})).catch((function(e){return{success:!1,done:!1,error:-1,msg:e.message,metrics:{},errLink:"",passJson:{}}}))];case 2:return[2,c.sent()]}}))}))}function j(e,t,r,n){return void 0===n&&(n=!1),s(this,void 0,void 0,(function(){var o=this;return c(this,(function(i){switch(i.label){case 0:return[4,new Promise((function(i,a){var u=setInterval((function(){return s(o,void 0,void 0,(function(){var o,s,l,f,d,h,_,v,m;return c(this,(function(c){switch(c.label){case 0:return[4,R(e,t,r,n)];case 1:return o=c.sent(),s=o.success,l=o.msg,f=o.error,d=o.errLink,h=o.metrics,_=o.done,v=o.passJson,s||(clearInterval(u),m=new p.CompileError(l,d,f),a(m)),_&&(clearInterval(u),i({metrics:null!=h?h:{},passJson:v})),[2]}}))}))}),1e3)}))];case 1:return[2,i.sent()]}}))}))}function x(e,t){return void 0===t&&(t=e.getAppid()),s(this,void 0,void 0,(function(){var r,n,o;return c(this,(function(i){switch(i.label){case 0:return[4,Promise.all([e.detectProjectType("game"),(0,C.isRealToyId)(t)])];case 1:if(r=u.apply(void 0,[i.sent(),2]),n=r[0],o=r[1],!n&&o)throw new p.ProjectError('当前项目为小程序项目,但是 "'+t+'" 属于小玩法 ID。');if(n&&!o)throw new p.ProjectError('当前项目为小玩法项目,但是 "'+t+'" 属于小程序 ID。');return[2]}}))}))}function D(e){var t;return s(this,void 0,void 0,(function(){var r,n,o,i,a,s,u,l,f,d,_,E,w,S,P,R,D,M,N,U,k,F,V,G,B,Z,H,q,W,J;return c(this,(function(c){switch(c.label){case 0:return r={shortUrl:"",expireTime:0,originSchema:"",useCache:!1,metrics:{},passJson:{}},n=e.project,o=e.page,i=e.qrcode,a=e.cache,s=e.uploadOptions,u=e.extraInfoJson,l=e.localCompileVersion,f=e.ideConfig,d=e.debug,_=e.uploadCache,E=e.interactGame,w=e.supportSourcemap,S=e.enableHotRestartCache,P=e.penetrateMapJson,R=n.path,D="",_||a?[4,(0,m.getProjectHash)(R,!1)]:[3,2];case 1:D=c.sent(),c.label=2;case 2:return M=s?"upload":"preview",N=!1,a&&((0,A.isCli)()||(null==f?void 0:f.previewScene)===L.previewScene)&&D&&L.hash===D&&L.shortUrl&&L.expireTime>Date.now()/1e3?(r.shortUrl=L.shortUrl,r.expireTime=L.expireTime,r.originSchema=L.originSchema,r.useCache=!0,g.default.info("项目文件无变动,使用缓存"),N=!0,[3,17]):[3,3];case 3:return(0,b.addNodeToMetrics)(r.metrics,"compileCreate"),[4,(0,A.getProjectConfig)(R)];case 4:return[4,(U=c.sent()).getRealAppid()];case 5:return k=c.sent(),(0,A.validateAppId)(k),[4,x(U,k)];case 6:return c.sent(),(0,b.addFieldToMetrics)(r.metrics,"appId",k),F=null,"preview"!==M?[3,8]:[4,(0,y.detectValidExtApp)(k,R)];case 7:if((V=c.sent()).invalidReason||(F=V.ext.extAppid),V.invalidReason&&V.invalidReason.reason!==y.INVALID_EXTAPP_REASON.EXT_DISABLED&&V.invalidReason.reason!==y.INVALID_EXTAPP_REASON.INVALID_EXT_JSON)throw new p.ProjectError('当前 ext.json "extEnable" 为 true,但是由于三方配置异常,当前工程仍为普通小程序工程,错误原因是:'+V.invalidReason.errMsg);c.label=8;case 8:return G=g.default.loading("正在准备上传..."),_&&D&&L.hash===D&&L.shortUrl&&L.expireTime>Date.now()/1e3?[3,14]:[4,(0,m.verifySubPackageSize)(U,M)];case 9:return c.sent(),"upload"!==M||E||(0,A.isIDE)()?[3,11]:[4,(0,C.getAppVersions)(k)];case 10:if(B=c.sent().audit_version,s.version||(s.version=(0,A.getNextVersion)(B),g.default.info("\nThe default version is "+s.version+".")),B&&s&&1===(0,v.default)(B,s.version))throw new p.UploadError(s.version+" is smaller than "+B+"(pre order version)");c.label=11;case 11:return G.text="正在上传中...",(0,b.addNodeToMetrics)(r.metrics,"IDERequest"),[4,T({devAppid:k,extAppid:F,projectPath:R,type:M,uploadChangeLog:null==s?void 0:s.changeLog,uploadVersion:null==s?void 0:s.version,uploadNeedUploadSourcemap:null==s?void 0:s.needUploadSourcemap,extraInfoJson:u,localCompileVersion:l,interactGame:E,supportSourcemap:w,useTypeScript:U.useTypeScript()})];case 12:return Z=c.sent(),(0,b.addFieldToMetrics)(r.metrics,"logId",Z.logId),G.text="查询编译进度中...",[4,j(k,F,"preview"===M,!!E)];case 13:H=c.sent(),r.metrics=(0,b.mergeMetrics)(r.metrics,Z.metrics,H.metrics),r.passJson=H.passJson,(0,b.addNodeToMetrics)(r.metrics,"IDEReceiveResponse"),c.label=14;case 14:return null===(null==i?void 0:i.format)?[3,16]:(G.text="生成二维码中...",[4,(0,O.makeSchema)({devAppid:k,extAppid:F,startPage:o.path,query:o.query,scene:o.scene,bdpLog:{launch_from:o.launchFrom,location:o.location},headers:{},ideConfig:f,qrcodeQuery:null==d?void 0:d.query,referrerInfo:o.referrerInfo,hotRestartHash:S&&D?D:"",type:M,penetrateMapJson:P})]);case 15:q=c.sent(),r.shortUrl=q.shortUrl,r.expireTime=q.expireTime,r.originSchema=q.originSchema,c.label=16;case 16:(0,b.addNodeToMetrics)(r.metrics,"compileClose"),G.stop(),c.label=17;case 17:return"imageFile"!==(null==i?void 0:i.format)?[3,20]:i.output?[4,(0,O.toQRCodeFile)(r.shortUrl,i.output)]:[3,19];case 18:W=c.sent(),r.qrcodeFilePath=W,g.default.info("二维码图片已存储到 "+W),c.label=19;case 19:return[3,23];case 20:return"imageSVG"!==(null==i?void 0:i.format)?[3,23]:N&&L.qrcodeSVG?(r.qrcodeSVG=L.qrcodeSVG,[3,23]):[3,21];case 21:return J=r,[4,(0,O.toQRCodeSVG)(r.shortUrl)];case 22:J.qrcodeSVG=c.sent(),c.label=23;case 23:return function(e){L=e,(0,A.isCli)()&&h.writeJsonSync(I,L)}({shortUrl:r.shortUrl,expireTime:r.expireTime,originSchema:r.originSchema,hash:D,previewScene:null!==(t=null==f?void 0:f.previewScene)&&void 0!==t?t:"default",qrcodeSVG:r.qrcodeSVG}),[2,r]}}))}))}t.checkProjectMatchAppid=x,t.preview=function(e){return s(this,void 0,void 0,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,D(e)];case 1:return[2,t.sent()]}}))}))},t.upload=function(e){var t;return s(this,void 0,void 0,(function(){return c(this,(function(r){switch(r.label){case 0:return[4,D({project:e.project,qrcode:null!==(t=e.qrcode)&&void 0!==t?t:{format:null,output:"",options:{}},page:{path:"",query:"",scene:"990001",launchFrom:"scan",location:"qr_code"},cache:!1,copyToClipboard:!!e.copyToClipboard,uploadOptions:{version:e.version,changeLog:e.changeLog,needUploadSourcemap:!!e.needUploadSourcemap},extraInfoJson:e.extraInfoJson,localCompileVersion:e.localCompileVersion,ideConfig:e.ideConfig,interactGame:e.interactGame,penetrateMapJson:e.penetrateMapJson})];case 1:return[2,r.sent()]}}))}))},t.projectToQRCode=D},5138:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.detectValidExtApp=t.INVALID_EXTAPP_REASON=void 0;var a,s=r(8559),c=r(7992),u=r(1728),l=i(r(8366));!function(e){e[e.INVALID_APPID_META=0]="INVALID_APPID_META",e[e.INVALID_EXTAPPID=1]="INVALID_EXTAPPID",e[e.EXT_DISABLED=2]="EXT_DISABLED",e[e.INVALID_EXT_JSON=3]="INVALID_EXT_JSON",e[e.INVALID_AUTH=4]="INVALID_AUTH",e[e.NULL=5]="NULL"}(a=t.INVALID_EXTAPP_REASON||(t.INVALID_EXTAPP_REASON={}));var p=function(){function e(){this._thirdPartyMetaMap={}}return e.prototype.getThirdPartyMeta=function(e){return n(this,void 0,void 0,(function(){var t,r,n,i,a,s;return o(this,(function(o){switch(o.label){case 0:return this._thirdPartyMetaMap[e]?[2,this._thirdPartyMetaMap[e]]:(t={isThirdPartyApp:!1,thirdPartyName:""},[4,(0,u.getUserCookies)()]);case 1:r=o.sent(),n="https://microapp.bytedance.com/api/v1/app/"+e+"/meta",i={headers:{Cookie:r}},o.label=2;case 2:return o.trys.push([2,4,,5]),[4,c.AxiosInstance.get(n,i)];case 3:return a=o.sent().data,this._thirdPartyMetaMap[e]={isThirdPartyApp:a.data.is_thirdparty_dev,thirdPartyName:a.data.thirdparty.name},[3,5];case 4:return s=o.sent(),l.default.error("getThirdPartyMeta",s),[2,t];case 5:return[2,this._thirdPartyMetaMap[e]]}}))}))},e.prototype.checkExtAppIdAuth=function(e,t){return n(this,void 0,void 0,(function(){var r,n,i,a;return o(this,(function(o){switch(o.label){case 0:return r="https://microapp.bytedance.com/api/thirdparty/validate_ext_appid?dev_appid="+e+"&ext_appid="+t,[4,(0,u.getUserCookies)()];case 1:n=o.sent(),i={headers:{Cookie:n}},o.label=2;case 2:return o.trys.push([2,4,,5]),[4,c.AxiosInstance.get(r,i)];case 3:return[2,0===o.sent().data.error];case 4:return a=o.sent(),l.default.error("checkExtAppIdAuth",a),[2,!1];case 5:return[2]}}))}))},e.prototype.getExtData=function(e){return n(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return t.trys.push([0,3,,4]),[4,s.ProjectConfig.from(e)];case 1:return[4,t.sent().getExtJSON()];case 2:return[2,t.sent().rawJSON];case 3:return t.sent(),[2,null];case 4:return[2]}}))}))},e.prototype.detectValidExtApp=function(e,t){return n(this,void 0,void 0,(function(){var r,n,i,s,c;return o(this,(function(o){switch(o.label){case 0:return r={invalidReason:null,ext:null,thirdPartyName:null},[4,this.getExtData(t)];case 1:return(n=o.sent())?n.extEnable?n.extAppid?[4,this.getThirdPartyMeta(e)]:(r.invalidReason={reason:a.INVALID_EXTAPPID,errMsg:"ext.json 中 extAppid 异常"},[2,r]):(r.invalidReason={reason:a.EXT_DISABLED,errMsg:"ext.json 中 extEnable 为 false"},[2,r]):(r.invalidReason={reason:a.INVALID_EXT_JSON,errMsg:"请检查项目根目录 ext.json 是否存在或者格式是否正确"},[2,r]);case 2:return i=o.sent(),s=i.isThirdPartyApp,c=i.thirdPartyName,s?[4,this.checkExtAppIdAuth(e,n.extAppid)]:(r.invalidReason={reason:a.INVALID_APPID_META,errMsg:"当前 appid 获取不到第三方平台信息,请检查当前 appId 是否可以合法预览并且正常关联第三方平台"},[2,r]);case 3:return o.sent()?(r.ext=n,r.thirdPartyName=c,[2,r]):(r.invalidReason={reason:a.INVALID_AUTH,errMsg:"当前 AppID 没有资质开发对应的第三方小程序,请检查 project.config.json 中的 “appid” 字段以及 ext.json 中的 “extAppid” 字段是否填写正确"},[2,r])}}))}))},e.Instance=new e,e}();t.detectValidExtApp=p.Instance.detectValidExtApp.bind(p.Instance)},8956:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.microgame=t.makeSchema=t.INVALID_EXTAPP_REASON=t.checkProjectMatchAppid=t.verifySubPackageSize=t.getProjectSize=t.detectValidExtApp=t.getConfig=t.setCookieFn=t.projectToQRCode=t.upload=t.preview=t.buildNpm=t.getAuditHostsList=t.audit=t.checkSession=t.sendVerificationCodeToPhone=t.logout=t.loginByPhone=t.loginByEmail=t.create=t.setConfig=t.open=void 0;var l=r(9345);Object.defineProperty(t,"audit",{enumerable:!0,get:function(){return l.audit}}),Object.defineProperty(t,"getAuditHostsList",{enumerable:!0,get:function(){return l.getAuditHostsList}});var p=r(2893);Object.defineProperty(t,"getConfig",{enumerable:!0,get:function(){return p.getConfig}}),Object.defineProperty(t,"setConfig",{enumerable:!0,get:function(){return p.setConfig}});var f=r(2173);Object.defineProperty(t,"create",{enumerable:!0,get:function(){return f.createProject}});var d=r(4113);Object.defineProperty(t,"checkSession",{enumerable:!0,get:function(){return d.checkSession}}),Object.defineProperty(t,"loginByEmail",{enumerable:!0,get:function(){return d.loginByEmail}}),Object.defineProperty(t,"loginByPhone",{enumerable:!0,get:function(){return d.loginByPhone}}),Object.defineProperty(t,"logout",{enumerable:!0,get:function(){return d.logout}}),Object.defineProperty(t,"sendVerificationCodeToPhone",{enumerable:!0,get:function(){return d.sendVerificationCodeToPhone}});var h=r(8733),_=u(r(7239)),v=r(7312);Object.defineProperty(t,"getProjectSize",{enumerable:!0,get:function(){return v.getProjectSize}}),Object.defineProperty(t,"verifySubPackageSize",{enumerable:!0,get:function(){return v.verifySubPackageSize}});var m=r(5796);Object.defineProperty(t,"checkProjectMatchAppid",{enumerable:!0,get:function(){return m.checkProjectMatchAppid}}),Object.defineProperty(t,"preview",{enumerable:!0,get:function(){return m.preview}}),Object.defineProperty(t,"projectToQRCode",{enumerable:!0,get:function(){return m.projectToQRCode}}),Object.defineProperty(t,"upload",{enumerable:!0,get:function(){return m.upload}});var y=r(5138);Object.defineProperty(t,"detectValidExtApp",{enumerable:!0,get:function(){return y.detectValidExtApp}}),Object.defineProperty(t,"INVALID_EXTAPP_REASON",{enumerable:!0,get:function(){return y.INVALID_EXTAPP_REASON}});var E=r(1728);Object.defineProperty(t,"setCookieFn",{enumerable:!0,get:function(){return E.setCookieFn}});var g=r(4486);Object.defineProperty(t,"makeSchema",{enumerable:!0,get:function(){return g.makeSchema}});var b=r(8066);t.open=function(e){return s(this,void 0,void 0,(function(){var t,r;return c(this,(function(n){switch(n.label){case 0:return t=e.project,r=e.remotePort,[4,(0,_.default)({projectPath:t.path,mode:t.mode,type:"microapp"},r)];case 1:return[2,n.sent()]}}))}))},t.buildNpm=function(e){return s(this,void 0,void 0,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return t=e.project,[4,(0,h.buildNpm)({projectPath:t.path})];case 1:return[2,r.sent()]}}))}))},i(r(3077),t),i(r(5879),t),t.microgame=a(r(3098)),b.CliMonitor.getInstance({cliVersion:"2.0.5",cliName:"tt-minigame-ide-cli"}).report(b.CLI_EVENTS.IDE_CLI_LAUNCH)},7145:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CliMonitor=void 0;var o=r(4084),i=n(r(2037)),a=r(8223),s=r(2893),c=r(4122),u=r(4263),l="";function p(){if(!l)try{l=(0,a.machineIdSync)(!0)}catch(e){console.error(e)}return l}var f=function(){function e(e){this._didReportLaunch=!1;var t=e.cliVersion,r=e.cliName;"true"!==process.env.isIDE?this._commonParams={userId:"",username:"",ideVersion:t,deviceId:p(),osPlatform:i.default.platform(),osVersion:i.default.release(),cliName:r}:this._commonParams={userId:"",username:"",ideVersion:t,deviceId:"",osPlatform:i.default.platform(),osVersion:i.default.release(),cliName:r}}return e.getInstance=function(t){return this._instance||(this._instance=new e(t)),this._instance},e.prototype.shouldReport=function(e){return!(!1===(0,s.getConfig)().allowReportEvent||"true"===process.env.isIDE||e===c.CLI_EVENTS.IDE_CLI_LAUNCH&&this._didReportLaunch||"no"===process.env.ALLOW_REPORT_EVENT)},e.prototype.report=function(e,t){void 0===t&&(t={}),this.shouldReport(e)&&(e===c.CLI_EVENTS.IDE_CLI_LAUNCH&&(this._didReportLaunch=!0,t.scene=(0,u.isCli)()?"cli":"require"),(0,o.reportTea)(e,this._commonParams,t))},e.prototype.reportCommandCall=function(e){this.report("IDE_CLI_COMMAND_CALL",{command_name:e})},e}();t.CliMonitor=f},4122:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CLI_EVENTS=void 0,t.CLI_EVENTS={IDE_CLI_LAUNCH:"IDE_CLI_LAUNCH",IDE_CLI_COMMAND_CALL:"IDE_CLI_COMMAND_CALL",IDE_CLI_PREVIEW_SUCCESS:"IDE_CLI_PREVIEW_SUCCESS",IDE_CLI_PREVIEW_FAIL:"IDE_CLI_PREVIEW_FAIL",IDE_CLI_UPLOAD_SUCCESS:"IDE_CLI_UPLOAD_SUCCESS",IDE_CLI_UPLOAD_FAIL:"IDE_CLI_UPLOAD_FAIL",IDE_CLI_ERROR:"IDE_CLI_ERROR"}},8066:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CLI_EVENTS=t.CliMonitor=void 0;var n=r(7145);Object.defineProperty(t,"CliMonitor",{enumerable:!0,get:function(){return n.CliMonitor}});var o=r(4122);Object.defineProperty(t,"CLI_EVENTS",{enumerable:!0,get:function(){return o.CLI_EVENTS}})},2696:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TS_TEMPLATE_DOWNLOAD_URL=t.TEMPLATE_DOWNLOAD_URL=t.IDE_SCHEMA=void 0,t.IDE_SCHEMA="bytedanceide:",t.TEMPLATE_DOWNLOAD_URL="https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/template/tma-demo-master.zip",t.TS_TEMPLATE_DOWNLOAD_URL="https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/template/tma-demo-master-ts.zip"},1728:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.setCookieFn=t.removeUserCookies=t.saveUserCookies=t.getUserCookies=void 0;var c=i(r(9849)),u=i(r(1017)),l=r(2893),p="";function f(){var e=(0,l.getConfig)();return u.join(e.storagePath,".cookies")}t.getUserCookies=function(){return a(void 0,void 0,void 0,(function(){return s(this,(function(e){if(p)return[2,p];try{return[2,p=c.readFileSync(f(),"utf-8").trim()]}catch(e){throw p="",new Error("检测到本地无 Cookie,请重新登录")}return[2]}))}))},t.saveUserCookies=function(e){if(e&&!(e.length<1)){var t=f();c.ensureFileSync(t),p=e.map((function(e){return e.split(";")[0]})).join(";"),c.writeFileSync(u.join(t),p)}},t.removeUserCookies=function(){p="";try{c.removeSync(f())}catch(e){if("ENOENT"===e.code)return;throw e}},t.setCookieFn=function(e){t.getUserCookies=e}},8366:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(r(1606)),s=i(r(8838)),c=r(3837),u=r(4263),l=function(){function e(){}return e.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},e.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},e.prototype.loading=function(e){return{color:"green",text:e,stop:function(){}}},e.prototype.stopLoading=function(){},e}(),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(l),f=null,d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.info(a.default.green(c.format.apply(null,e)))},t.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.warn(a.default.yellow(c.format.apply(null,e)))},t.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error(a.default.red(c.format.apply(null,e)))},t.prototype.loading=function(e){return f=(0,s.default)({text:e,interval:80}).start()},t.prototype.stopLoading=function(){f&&(f.stop(),f=null)},t}(l),h=(0,u.isCli)()?new d:new p;t.default=h},5879:function(e,t){"use strict";var r=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.Metrics=t.mergeMetrics=t.addFieldToMetrics=t.addNodeToMetrics=void 0,t.addNodeToMetrics=function(e,t){e.nodes||(e.nodes=[]),e.nodes.push({node:t,timestamp:Date.now()})},t.addFieldToMetrics=function(e,t,r){"nodes"!==t&&void 0!==r&&(e[t]=r)},t.mergeMetrics=function(){for(var e,t,a,s=[],c=0;c<arguments.length;c++)s[c]=arguments[c];var u={nodes:[]};try{for(var l=n(s.filter(Boolean)),p=l.next();!p.done;p=l.next()){var f=p.value,d=f.nodes,h=r(f,["nodes"]);for(var _ in(a=u.nodes).push.apply(a,i([],o(null!=d?d:[]),!1)),h)void 0!==h[_]&&null!==h[_]&&(u[_]=h[_])}}catch(t){e={error:t}}finally{try{p&&!p.done&&(t=l.return)&&t.call(l)}finally{if(e)throw e.error}}return u};var a=function(){function e(){this.nodes=[],this.tags={}}return e.prototype.addNode=function(e,t){return void 0===t&&(t=Date.now()),this.nodes.push({node:e,timestamp:t}),this},e.prototype.updateField=function(e,t){return void 0!==t?this.tags[e]=t:delete this.tags[e],this},e.prototype.merge=function(){for(var e,t,o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];try{for(var a=n(o.filter(Boolean)),s=a.next();!s.done;s=a.next()){var c=s.value,u=c.nodes,l=r(c,["nodes"]);for(var p in this.nodes=this.nodes.concat(u),l)void 0!==l[p]&&(this.tags[p]=l[p])}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this},e.prototype.settle=function(e){void 0===e&&(e=!1);var t=Object.assign({},this.tags);return t.nodes=this.nodes,e&&this.clear(),t},e.prototype.clear=function(){return this.nodes=[],this.tags={},this},e}();t.Metrics=a},4486:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.generateTerminalQrCode=t.toQRCodeFile=t.toQRCodeSVG=t.makeSchema=void 0;var l=r(2747),p=r(7992),f=u(r(1887)),d=u(r(1017)),h=u(r(3727)),_=a(r(4563)),v=r(2893),m=r(1728),y=u(r(8366)),E=r(4263);t.makeSchema=function(e){var t=this;return new Promise((function(r,o){return s(t,void 0,void 0,(function(){var t,i,a,s,u,f,d,h,_,y,g,b,O,A,w,C,S,P,I,L,T,R,j,x,D,M,N,U,k;return c(this,(function(c){switch(c.label){case 0:return t=e.devAppid,i=e.extAppid,a=e.startPage,s=e.query,u=e.scene,f=e.bdpLog,d=e.qrcodeQuery,h=e.headers,_=e.ideConfig,y=e.isInteractGame,g=e.referrerInfo,b=e.hotRestartHash,O=e.type,A=e.penetrateMapJson,w=(0,v.getConfig)().url.makeSchema,C={},i&&(C={devappid:t}),j={},[4,(0,m.getUserCookies)()];case 1:j.Cookie=c.sent(),S=j,P=a?a+"?"+s:"",I={skip_domain_check:!!(null==_?void 0:_.skipDomainCheck),inspect_platform:null!==(x=null==_?void 0:_.inspectPlatform)&&void 0!==x?x:"all",ide_version:null==_?void 0:_.ideVersion,ide_os:null==_?void 0:_.ideOS,ide_device_id:null==_?void 0:_.ideDid,ide_user_id:null==_?void 0:_.ideUid,iOS_debug_version:+(null==_?void 0:_.iOSDebugVersion),connect_type:null==_?void 0:_.connectType,local_debug:null==_?void 0:_.localDebug,dycloud_config:{call_container:null!==(M=null===(D=null==_?void 0:_.dycloudConfig)||void 0===D?void 0:D.callContainer)&&void 0!==M?M:null,websocket:null!==(U=null===(N=null==_?void 0:_.dycloudConfig)||void 0===N?void 0:N.websocket)&&void 0!==U?U:null},extra_info:null!==(k=null==_?void 0:_.extraInfo)&&void 0!==k?k:{}},(null==_?void 0:_.isSandbox)&&Object.assign(I,{is_sandbox:!0,random_key:_.randomKey,account_name:_.accountName,app_id:_.appId,app_name:_.appName,expire_time:_.expireTime}),L={start_page:encodeURIComponent(P),query:null!=s?s:"",scene:""+u,bdp_log:JSON.stringify(f),penetrate_map_json:JSON.stringify(null!=A?A:n({referer_info:g,ide_inspect_version:6,ide_live_debug:"live"===(null==_?void 0:_.previewScene),ide_config:I},b&&{hot_restart_version:b}))},d&&Object.assign(L,d),y&&(w=(0,v.getConfig)().interactGameUrl.makeSchema),c.label=2;case 2:return c.trys.push([2,4,,5]),[4,p.AxiosInstance.post(w,n(n({app_id:i||t,stage:"upload"===O?"latest":"preview"},C),{schema_params:L}),{headers:Object.assign(S,h)})];case 3:return T=c.sent(),(0,E.isIDE)()&&console.info("makeSchema result",T),0===T.data.code?((0,E.isIDE)()&&console.info("makeSchema",T.data.data),r({originSchema:T.data.data.origin_schema,shortUrl:T.data.data.short_url,expireTime:+T.data.data.expire_time})):o(new l.SchemaError(T.data.msg)),[3,5];case 4:return R=c.sent(),o(new l.SchemaError(R.toString())),[3,5];case 5:return[2]}}))}))}))},t.toQRCodeSVG=function(e){return s(this,void 0,void 0,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,4]),[4,h.default.toString(e,{type:"svg",margin:0,color:{light:"#00000000"}})];case 1:case 3:return[2,r.sent()];case 2:return t=r.sent(),[4,Promise.reject(new l.QRCodeError(t.toString()))];case 4:return[2]}}))}))},t.toQRCodeFile=function(e,t){return s(this,void 0,void 0,(function(){var r;return c(this,(function(n){switch(n.label){case 0:d.default.isAbsolute(t)||(t=d.default.resolve(process.cwd(),t)),n.label=1;case 1:return n.trys.push([1,3,,5]),[4,h.default.toFile(t,e,{color:{light:"#0000"}})];case 2:return n.sent(),[2,t];case 3:return r=n.sent(),[4,Promise.reject(new l.QRCodeError(r.toString()))];case 4:return[2,n.sent()];case 5:return[2]}}))}))},t.generateTerminalQrCode=function(e,t){_.generate(e,{small:t.small});var r="";t.copy&&(f.default.writeSync(e),r="(已拷贝到剪贴板)"),t.small&&y.default.warn("small QR Code may not work in some environments"),y.default.info("二维码信息:"+e+" "+r)}},4263:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getNextVersion=t.getMD5Stream=t.getAppJson=t.getProjectConfig=t.getAppid=t.getCliDefaultStoragePath=t.clearConsole=t.mixEncode=t.validateAppId=t.validateEmail=t.validateVerificationCode=t.validatePhoneNumber=t.getPackageRoot=t.createProjectConfigFile=t.cleanArgs=t.maxConcurrency=t.isIDE=t.isMiniGameCli=t.isCli=t.isMac=t.HIGH_WATER_MARK=void 0;var u=r(2747),l=r(8559),p=c(r(6113)),f=i(r(9849)),d=i(r(2037)),h=i(r(1017)),_=i(r(4521)),v=r(2781);function m(){return"true"===process.env.isMiniGameCli}t.HIGH_WATER_MARK=33554432,t.isMac=function(){return"darwin"===process.platform},t.isCli=function(){return"true"===process.env.isCli},t.isMiniGameCli=m,t.isIDE=function(){return"true"===process.env.isIDE};var y=1;function E(e){if(!/^tt[0-9a-f]{16}([0-9a-f]{2})?$/.test(e))throw new u.ProjectError('AppId "'+e+'" is not valid')}t.maxConcurrency=function(){return y||(y=d.cpus().length),y},t.cleanArgs=function(e){return e.options.reduce((function(t,r){var n=r.long.replace(/^--/,"").replace(/-(\w)/g,(function(e,t){return t?t.toUpperCase():""}));return"function"!=typeof e[n]&&void 0!==e[n]&&(t[n]=e[n]),t}),{})},t.createProjectConfigFile=function(e,t,r){return void 0===r&&(r=!1),a(this,void 0,void 0,(function(){var n,o;return s(this,(function(i){switch(i.label){case 0:return n='{\n "setting": {\n "urlCheck": true,\n "es6": true,\n "postcss": true,\n "minified": true,\n "newFeature": true,\n "useCompilerPlugins": ['+(r?'"typescript"':"")+']\n },\n "miniprogramRoot": "./",\n "appid": "testappId",\n "projectname": "'+e+'"\n }',o=h.resolve(t,"project.config.json"),[4,f.writeFile(o,n)];case 1:return[2,i.sent()]}}))}))},t.getPackageRoot=function(){return h.join(__dirname,"..")},t.validatePhoneNumber=function(e){if(!/^1[3-9]\d{9}$/.test(e))throw new u.LoginError('PhoneNumber "'+e+'" is invalid')},t.validateVerificationCode=function(e){if(!/^\d{4}$/.test(e))throw new u.LoginError('VerificationCode "'+e+'" is invalid')},t.validateEmail=function(e){if(!/^([A-Za-z0-9_\-.])+@([A-Za-z0-9_\-.])+\.([A-Za-z]{2,4})$/.test(e))throw new u.LoginError('Email "'+e+'" is invalid')},t.validateAppId=E,t.mixEncode=function(e){for(var t=e.toString(),r=[],n=0,o=t.length;n<o;n++)r.push(t.charCodeAt(n));return r.map((function(e){return(5^e).toString(16)})).join("")},t.clearConsole=function(e){if(process.stdout.isTTY){var t="\n".repeat(process.stdout.rows);console.log(t),_.cursorTo(process.stdout,0,0),_.clearScreenDown(process.stdout),e&&console.log(e)}},t.getCliDefaultStoragePath=function(){var e=m()?".tmg-cli/":".tma-cli/";return h.join(d.homedir(),e)},t.getAppid=function(e){var t=e.getAppid();return E(t),t},t.getProjectConfig=function(e){return a(this,void 0,void 0,(function(){var t;return s(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,4]),[4,l.ProjectConfig.from(e)];case 1:case 3:return[2,r.sent()];case 2:return t=r.sent(),[4,Promise.reject(new u.ProjectError('Parsing "project.config.json" with error. '+t.toString()))];case 4:return[2]}}))}))},t.getAppJson=function(e,t,r){return a(this,void 0,void 0,(function(){var n,o,i,a;return s(this,(function(s){switch(s.label){case 0:n=(r?"game":"app")+".json",s.label=1;case 1:return s.trys.push([1,3,,5]),o=e.getMiniprogramRoot(),i=h.join(t,o,n),[4,f.readJSON(i)];case 2:return[2,s.sent()];case 3:return a=s.sent(),[4,Promise.reject(new u.ProjectError('Parsing "'+n+'" file with error. '+a.toString()))];case 4:return[2,s.sent()];case 5:return[2]}}))}))},t.getMD5Stream=function(e){return a(this,void 0,void 0,(function(){return s(this,(function(r){switch(r.label){case 0:return[4,new Promise((function(r,n){var o=p.default.createHash("md5"),i=new v.Transform({writableHighWaterMark:t.HIGH_WATER_MARK,readableHighWaterMark:t.HIGH_WATER_MARK,transform:function(e,t,r){o.update(e),r(null,e)}});i.__md5="",e.pipe(i),e.on("end",(function(){i.__md5=o.digest("hex"),r(i)})).on("error",(function(e){n(new u.CompressError("MD5 calculation failed "+e.message))}))}))];case 1:return[2,r.sent()]}}))}))},t.getNextVersion=function(e){try{var t=e.match(/\d+/g);return t[2]=(parseInt(t[2])+1).toString(),t.join(".")}catch(e){return"0.0.1"}}},9882:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getWhiteList=void 0;var n=r(4263),o=Object.freeze(["**/*.json","**/*.js","**/*.png","**/*.jpg","**/*.jpeg","**/*.gif","**/*.svg","**/*.cer","**/*.mp3","**/*.aac","**/*.m4a","**/*.mp4","**/*.wav","**/*.flac","**/*.ape","**/*.ogg","**/*.wma","**/*.midi","**/*.ogv","**/*.webm","**/*.mkv","**/*.ttc","**/*.ttf","**/*.woff","**/*.otf","**/*.obj","**/*.dae","**/*.fbx","**/*.mtl","**/*.stl","**/*.3ds","**/*.pvr","**/*.plist","**/*.fnt","**/*.gz","**/*.ccz","**/*.bmp","**/*.atlas","**/*.swf","**/*.ani","**/*.part","**/*.proto","**/*.bin","**/*.sk","**/*.mipmaps","**/*.txt","**/*.zip","**/*.tt","**/*.map","**/*.silk","**/*.dbbin","**/*.dbmv","**/*.etc","**/*.lmat","**/*.lm","**/*.ls","**/*.lh","**/*.lani","**/*.lav","**/*.lsani","**/*.ltc","**/*.xml","**/*.pkm","**/*.scene","**/*.csv","**/*.prefab","**/*.mesh"]),i=Object.freeze(["**/*.js","**/*.json","**/*.sjs","**/*.ts","**/*.ttml","**/*.ttss","**/*.wxml","**/*.wxs","**/*.wxss","**/*.sk","**/*.md","**/*.aac","**/*.bmp","**/*.br","**/*.cer","**/*.eot","**/*.gif","**/*.jpeg","**/*.jpg","**/*.m4a","**/*.mp3","**/*.mp4","**/*.ogg","**/*.otf","**/*.png","**/*.silk","**/*.svg","**/*.ttf","**/*.wasm","**/*.wav","**/*.webp","**/*.woff","**/*.wxs"]);t.getWhiteList=function(e){return void 0===e&&(e=!1),(0,n.isCli)()?(0,n.isMiniGameCli)()?o:i:e?o:i}},4354:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(r(8783)),s=i(r(8366)),c=r(2893),u=r(4263),l=r(8956),p=r(9808),f=i(r(1017)),d=r(4486),h=r(8733),_=i(r(9849)),v=r(8066),m=i(r(7239)),y=v.CliMonitor.getInstance({cliVersion:"2.0.5",cliName:"tt-minigame-ide-cli"});a.default.version("2.0.5","-V, --version","Output the current version"),a.default.command("open <project-path>").option("--mode <mode>","lite | full").description("Open target project by path").action((function(e,t){y.reportCommandCall(t.name());var r=(0,u.cleanArgs)(t).mode;(0,m.default)({projectPath:e,mode:r,type:"microgame"})})),a.default.command("login").description("Login to the developer platform").option("-m, --mobile","Login by mobile").option("-e, --email","Login by email").option("-p, --proxy <proxy>","Login with proxy").action((function(e){y.reportCommandCall(e.name());var t=(0,u.cleanArgs)(e);void 0!==t.proxy&&(0,c.setConfig)({proxy:t.proxy}),(0,p.cliAuth)(t)})),a.default.command("login-e [email] [password]").description("Login to the developer platform by E-mail").option("-p, --proxy <proxy>","Login with proxy").action((function(e,t,r){y.reportCommandCall(r.name());var n=(0,u.cleanArgs)(r);void 0!==n.proxy&&(0,c.setConfig)({proxy:n.proxy}),(0,l.loginByEmail)({email:e,password:t})})),a.default.command("logout").description("Logout and clear the session.").action((function(e){y.reportCommandCall(e.name()),(0,l.logout)()})),a.default.command("preview [entry]").description("Preview project by remote").option("-f, --force","Preview project without local cache(deprecated)").option("--disable-cache","Preview project without local cache").option("-s, --small","Use small QR Code, it may fail in some environments").option("-u, --copy","Copy remote url to clipboard").option("-p, --proxy <proxy>","Preview with proxy").option("-o, --output <path>","QRCode image output path").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r,n,i,a,p,h,_,m;return o(this,(function(o){switch(o.label){case 0:y.reportCommandCall(t.name()),void 0!==(r=(0,u.cleanArgs)(t)).proxy&&(0,c.setConfig)({proxy:r.proxy}),e?f.default.isAbsolute(e)||(e=f.default.join(process.cwd(),e)):e=process.cwd(),n=!0,(r.force||r.disableCache)&&(n=!1),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,l.microgame.preview({project:{path:e},page:{path:r.miniappPath,query:r.miniappQuery,scene:r.miniappScene,launchFrom:r.miniappLaunchFrom,location:r.miniappLocation},qrcode:{format:r.output?"imageFile":"terminal",output:r.output,options:{small:r.small}},localCompileVersion:"4.0.4-rc.17.ide.2",cache:n,copyToClipboard:r.copy})];case 2:return(i=o.sent()).useCache||y.report(v.CLI_EVENTS.IDE_CLI_PREVIEW_SUCCESS,{appid:(null===(p=i.metrics)||void 0===p?void 0:p.appId)||"",logid:(null===(h=i.metrics)||void 0===h?void 0:h.logId)||""}),(0,d.generateTerminalQrCode)(i.shortUrl,{copy:r.copy,small:r.small}),[3,4];case 3:return a=o.sent(),s.default.stopLoading(),s.default.error(null!==(_=a.stack)&&void 0!==_?_:a),y.report(v.CLI_EVENTS.IDE_CLI_PREVIEW_FAIL,{type:a.name,message:null!==(m=a.message)&&void 0!==m?m:a}),[3,4];case 4:return[2]}}))}))})),a.default.command("upload [entry]").description("Upload project to the developer platform").requiredOption("-v, --app-version <version>","App version (eg: [major].[minor].[patch])").requiredOption("-c, --app-changelog <log>","Changelog for this version").option("-p, --proxy <proxy>","Update request proxy").option("-u, --copy","Copy remote url to clipboard").option("-s, --small","Use small QR Code, it may fail in some environments").option("-o, --output <path>","QRCode image output path").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r,n,i,a,p,h,_;return o(this,(function(o){switch(o.label){case 0:y.reportCommandCall(t.name()),void 0!==(r=(0,u.cleanArgs)(t)).proxy&&(0,c.setConfig)({proxy:r.proxy}),e?f.default.isAbsolute(e)||(e=f.default.join(process.cwd(),e)):e=process.cwd(),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,l.microgame.upload({project:{path:e},qrcode:{format:r.output?"imageFile":"terminal",output:r.output,options:{small:r.small}},localCompileVersion:"4.0.4-rc.17.ide.2",copyToClipboard:r.copy,changeLog:r.appChangelog,version:r.appVersion})];case 2:return n=o.sent(),y.report(v.CLI_EVENTS.IDE_CLI_UPLOAD_SUCCESS,{appid:(null===(a=n.metrics)||void 0===a?void 0:a.appId)||"",logid:(null===(p=n.metrics)||void 0===p?void 0:p.logId)||""}),(0,d.generateTerminalQrCode)(n.shortUrl,{copy:r.copy,small:r.small}),s.default.info("🎉 Upload success"),[3,4];case 3:return i=o.sent(),s.default.stopLoading(),s.default.error(null!==(h=i.stack)&&void 0!==h?h:i),y.report(v.CLI_EVENTS.IDE_CLI_UPLOAD_FAIL,{type:i.name,message:null!==(_=i.message)&&void 0!==_?_:i}),[3,4];case 4:return[2]}}))}))})),a.default.command("build-npm [projectPath]").description("build npm packages in node_modules").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r;return o(this,(function(n){switch(n.label){case 0:return y.reportCommandCall(t.name()),[4,(0,h.buildNpm)({projectPath:e})];case 1:return(r=n.sent()).success?s.default.info("🎉 Build success"):s.default.error("Build failed.[message=%s]",r.reason),[2]}}))}))})),a.default.command("version [entry]").description("Get latest released version of project").action((function(e,t){return n(void 0,void 0,void 0,(function(){var r,n,i,a,c;return o(this,(function(o){switch(o.label){case 0:return y.reportCommandCall(t.name()),e?f.default.isAbsolute(e)||(e=f.default.join(process.cwd(),e)):e=process.cwd(),r=f.default.join(e,"project.config.json"),[4,_.default.pathExists(r)];case 1:return o.sent()?[4,_.default.readFile(r,"utf-8")]:(s.default.error("Invalid project: project.config.json file not found"),[2]);case 2:return n=o.sent(),i=JSON.parse(n),(a=i.ttappid||i.appid)?[4,(0,l.getMeta)({appid:a})]:(s.default.error('Require parameter "appid".'),[2]);case 3:return c=o.sent(),s.default.info(c.version),[2]}}))}))})),a.default.command("set-config").description("Set tt-minigame-ide-cli config").option("-p, --proxy <proxy>","Set global proxy").option("--default","Use default").option("-r, --allow-report-event <allowReportEvent>","allow report event when using, yes or no").action((function(e){y.reportCommandCall(e.name());var t=(0,u.cleanArgs)(e),r={};if(void 0!==t.proxy&&(r.proxy=t.proxy),void 0!==t.allowReportEvent){if("yes"!==t.allowReportEvent&&"no"!==t.allowReportEvent)return void s.default.error('allowReportEvent can only be "yes" or "no"');r.allowReportEvent="yes"===t.allowReportEvent}(0,c.setConfig)(r,t.default)})),a.default.parse(process.argv),process.on("unhandledRejection",(function(e){var t;s.default.stopLoading(),s.default.error(null!==(t=e.stack)&&void 0!==t?t:e),y.report(v.CLI_EVENTS.IDE_CLI_ERROR,{type:"unhandledRejection",message:e.toString()})})),process.on("uncaughtException",(function(e){var t;s.default.stopLoading(),s.default.error(null!==(t=e.stack)&&void 0!==t?t:e),y.report(v.CLI_EVENTS.IDE_CLI_ERROR,{type:"uncaughtException",message:e.toString()})}))},9491:e=>{"use strict";e.exports=require("assert")},2081:e=>{"use strict";e.exports=require("child_process")},6113:e=>{"use strict";e.exports=require("crypto")},2361:e=>{"use strict";e.exports=require("events")},7147:e=>{"use strict";e.exports=require("fs")},3685:e=>{"use strict";e.exports=require("http")},5687:e=>{"use strict";e.exports=require("https")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},3477:e=>{"use strict";e.exports=require("querystring")},4521:e=>{"use strict";e.exports=require("readline")},2781:e=>{"use strict";e.exports=require("stream")},6224:e=>{"use strict";e.exports=require("tty")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},9796:e=>{"use strict";e.exports=require("zlib")},3732:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__3732__},1606:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__1606__},1887:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__1887__},469:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__469__},6883:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__6883__},9508:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__9508__},2896:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__2896__},9258:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__9258__},9849:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__9849__},6495:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__6495__},8838:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__8838__},3727:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__3727__},4563:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__4563__},7086:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__7086__},2541:e=>{"use strict";e.exports=__WEBPACK_EXTERNAL_MODULE__2541__},4649:(e,t,r)=>{"use strict";r.d(t,{Z:()=>s});var n=r(8804);const o=function(e,t){for(var r=e.length;r--;)if((0,n.Z)(e[r][0],t))return r;return-1};var i=Array.prototype.splice;function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=function(){this.__data__=[],this.size=0},a.prototype.delete=function(e){var t=this.__data__,r=o(t,e);return!(r<0||(r==t.length-1?t.pop():i.call(t,r,1),--this.size,0))},a.prototype.get=function(e){var t=this.__data__,r=o(t,e);return r<0?void 0:t[r][1]},a.prototype.has=function(e){return o(this.__data__,e)>-1},a.prototype.set=function(e,t){var r=this.__data__,n=o(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};const s=a},8896:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(5546),o=r(3221);const i=(0,n.Z)(o.Z,"Map")},3703:(e,t,r)=>{"use strict";r.d(t,{Z:()=>f});const n=(0,r(5546).Z)(Object,"create");var o=Object.prototype.hasOwnProperty;var i=Object.prototype.hasOwnProperty;function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=function(){this.__data__=n?n(null):{},this.size=0},a.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},a.prototype.get=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return o.call(t,e)?t[e]:void 0},a.prototype.has=function(e){var t=this.__data__;return n?void 0!==t[e]:i.call(t,e)},a.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this};const s=a;var c=r(4649),u=r(8896);const l=function(e,t){var r,n,o=e.__data__;return("string"==(n=typeof(r=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof t?"string":"hash"]:o.map};function p(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}p.prototype.clear=function(){this.size=0,this.__data__={hash:new s,map:new(u.Z||c.Z),string:new s}},p.prototype.delete=function(e){var t=l(this,e).delete(e);return this.size-=t?1:0,t},p.prototype.get=function(e){return l(this,e).get(e)},p.prototype.has=function(e){return l(this,e).has(e)},p.prototype.set=function(e,t){var r=l(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};const f=p},6218:(e,t,r)=>{"use strict";r.d(t,{Z:()=>s});var n=r(4649);var o=r(8896),i=r(3703);function a(e){var t=this.__data__=new n.Z(e);this.size=t.size}a.prototype.clear=function(){this.__data__=new n.Z,this.size=0},a.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},a.prototype.get=function(e){return this.__data__.get(e)},a.prototype.has=function(e){return this.__data__.has(e)},a.prototype.set=function(e,t){var r=this.__data__;if(r instanceof n.Z){var a=r.__data__;if(!o.Z||a.length<199)return a.push([e,t]),this.size=++r.size,this;r=this.__data__=new i.Z(a)}return r.set(e,t),this.size=r.size,this};const s=a},187:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=r(3221).Z.Symbol},8282:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=r(3221).Z.Uint8Array},848:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var n=r(4248),o=r(7885),i=r(4975),a=r(6401),s=r(8127),c=Object.prototype.hasOwnProperty;const u=function(e,t){var r=(0,o.Z)(e),u=!r&&(0,n.Z)(e),l=!r&&!u&&(0,i.Z)(e),p=!r&&!u&&!l&&(0,s.Z)(e),f=r||u||l||p,d=f?function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}(e.length,String):[],h=d.length;for(var _ in e)!t&&!c.call(e,_)||f&&("length"==_||l&&("offset"==_||"parent"==_)||p&&("buffer"==_||"byteLength"==_||"byteOffset"==_)||(0,a.Z)(_,h))||d.push(_);return d}},5598:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}},5810:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}},6299:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(905),o=r(8804),i=Object.prototype.hasOwnProperty;const a=function(e,t,r){var a=e[t];i.call(e,t)&&(0,o.Z)(a,r)&&(void 0!==r||t in e)||(0,n.Z)(e,t,r)}},905:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=r(5088);const o=function(e,t,r){"__proto__"==t&&n.Z?(0,n.Z)(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},7024:(e,t,r)=>{"use strict";r.d(t,{Z:()=>H});var n=r(6218);var o=r(6299),i=r(2436),a=r(298);var s=r(7477);var c=r(3221),u="object"==typeof exports&&exports&&!exports.nodeType&&exports,l=u&&"object"==typeof module&&module&&!module.nodeType&&module,p=l&&l.exports===u?c.Z.Buffer:void 0,f=p?p.allocUnsafe:void 0;var d=r(6808);var h=r(8390);var _=r(7245),v=r(9878),m=r(8649),y=Object.prototype.hasOwnProperty;var E=r(8282);const g=function(e){var t=new e.constructor(e.byteLength);return new E.Z(t).set(new E.Z(e)),t};var b=/\w*$/;var O=r(187),A=O.Z?O.Z.prototype:void 0,w=A?A.valueOf:void 0;const C=function(e,t,r){var n,o,i,a=e.constructor;switch(t){case"[object ArrayBuffer]":return g(e);case"[object Boolean]":case"[object Date]":return new a(+e);case"[object DataView]":return function(e,t){var r=t?g(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return function(e,t){var r=t?g(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}(e,r);case"[object Map]":case"[object Set]":return new a;case"[object Number]":case"[object String]":return new a(e);case"[object RegExp]":return(i=new(o=e).constructor(o.source,b.exec(o))).lastIndex=o.lastIndex,i;case"[object Symbol]":return n=e,w?Object(w.call(n)):{}}};var S=r(3122),P=Object.create;const I=function(){function e(){}return function(t){if(!(0,S.default)(t))return{};if(P)return P(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();var L=r(9552),T=r(5441);var R=r(7885),j=r(4975),x=r(3391);var D=r(3225),M=r(7755),N=M.Z&&M.Z.isMap;const U=N?(0,D.Z)(N):function(e){return(0,x.Z)(e)&&"[object Map]"==(0,m.Z)(e)};var k=M.Z&&M.Z.isSet;const F=k?(0,D.Z)(k):function(e){return(0,x.Z)(e)&&"[object Set]"==(0,m.Z)(e)};var V="[object Arguments]",G="[object Function]",B="[object Object]",Z={};Z[V]=Z["[object Array]"]=Z["[object ArrayBuffer]"]=Z["[object DataView]"]=Z["[object Boolean]"]=Z["[object Date]"]=Z["[object Float32Array]"]=Z["[object Float64Array]"]=Z["[object Int8Array]"]=Z["[object Int16Array]"]=Z["[object Int32Array]"]=Z["[object Map]"]=Z["[object Number]"]=Z[B]=Z["[object RegExp]"]=Z["[object Set]"]=Z["[object String]"]=Z["[object Symbol]"]=Z["[object Uint8Array]"]=Z["[object Uint8ClampedArray]"]=Z["[object Uint16Array]"]=Z["[object Uint32Array]"]=!0,Z["[object Error]"]=Z[G]=Z["[object WeakMap]"]=!1;const H=function e(t,r,c,u,l,p){var E,g=1&r,b=2&r,O=4&r;if(c&&(E=l?c(t,u,l,p):c(t)),void 0!==E)return E;if(!(0,S.default)(t))return t;var A=(0,R.Z)(t);if(A){if(E=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&y.call(e,"index")&&(r.index=e.index,r.input=e.input),r}(t),!g)return function(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}(t,E)}else{var w=(0,m.Z)(t),P=w==G||"[object GeneratorFunction]"==w;if((0,j.Z)(t))return function(e,t){if(t)return e.slice();var r=e.length,n=f?f(r):new e.constructor(r);return e.copy(n),n}(t,g);if(w==B||w==V||P&&!l){if(E=b||P?{}:function(e){return"function"!=typeof e.constructor||(0,T.Z)(e)?{}:I((0,L.Z)(e))}(t),!g)return b?function(e,t){return(0,i.Z)(e,(0,h.Z)(e),t)}(t,function(e,t){return e&&(0,i.Z)(t,(0,s.Z)(t),e)}(E,t)):function(e,t){return(0,i.Z)(e,(0,d.Z)(e),t)}(t,function(e,t){return e&&(0,i.Z)(t,(0,a.default)(t),e)}(E,t))}else{if(!Z[w])return l?t:{};E=C(t,w,g)}}p||(p=new n.Z);var x=p.get(t);if(x)return x;p.set(t,E),F(t)?t.forEach((function(n){E.add(e(n,r,c,n,t,p))})):U(t)&&t.forEach((function(n,o){E.set(o,e(n,r,c,o,t,p))}));var D=O?b?v.Z:_.Z:b?s.Z:a.default,M=A?void 0:D(t);return function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););}(M||t,(function(n,i){M&&(n=t[i=n]),(0,o.Z)(E,i,e(n,r,c,i,t,p))})),E}},9523:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(7653),o=r(7969);const i=function(e,t){for(var r=0,i=(t=(0,n.Z)(t,e)).length;null!=e&&r<i;)e=e[(0,o.Z)(t[r++])];return r&&r==i?e:void 0}},2938:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(5810),o=r(7885);const i=function(e,t,r){var i=t(e);return(0,o.Z)(e)?i:(0,n.Z)(i,r(e))}},9001:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var n=r(187),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,s=n.Z?n.Z.toStringTag:void 0;var c=Object.prototype.toString;var u=n.Z?n.Z.toStringTag:void 0;const l=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":u&&u in Object(e)?function(e){var t=i.call(e,s),r=e[s];try{e[s]=void 0;var n=!0}catch(e){}var o=a.call(e);return n&&(t?e[s]=r:delete e[s]),o}(e):function(e){return c.call(e)}(e)}},4187:(e,t,r)=>{"use strict";r.d(t,{Z:()=>c});var n=r(6299),o=r(7653),i=r(6401),a=r(3122),s=r(7969);const c=function(e,t,r,c){if(!(0,a.default)(e))return e;for(var u=-1,l=(t=(0,o.Z)(t,e)).length,p=l-1,f=e;null!=f&&++u<l;){var d=(0,s.Z)(t[u]),h=r;if("__proto__"===d||"constructor"===d||"prototype"===d)return e;if(u!=p){var _=f[d];void 0===(h=c?c(_,d,f):void 0)&&(h=(0,a.default)(_)?_:(0,i.Z)(t[u+1])?[]:{})}(0,n.Z)(f,d,h),f=f[d]}return e}},3225:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e){return function(t){return e(t)}}},7653:(e,t,r)=>{"use strict";r.d(t,{Z:()=>E});var n=r(7885),o=r(3502),i=r(3703);function a(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var a=e.apply(this,n);return r.cache=i.set(o,a)||i,a};return r.cache=new(a.Cache||i.Z),r}a.Cache=i.Z;var s=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,c=/\\(\\)?/g;const u=(l=a((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(s,(function(e,r,n,o){t.push(n?o.replace(c,"$1"):r||e)})),t}),(function(e){return 500===p.size&&p.clear(),e})),p=l.cache,l);var l,p,f=r(187),d=r(5598),h=r(2758),_=f.Z?f.Z.prototype:void 0,v=_?_.toString:void 0;const m=function e(t){if("string"==typeof t)return t;if((0,n.Z)(t))return(0,d.Z)(t,e)+"";if((0,h.Z)(t))return v?v.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r},y=function(e){return null==e?"":m(e)},E=function(e,t){return(0,n.Z)(e)?e:(0,o.Z)(e,t)?[e]:u(y(e))}},2436:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(6299),o=r(905);const i=function(e,t,r,i){var a=!r;r||(r={});for(var s=-1,c=t.length;++s<c;){var u=t[s],l=i?i(r[u],e[u],u,r,e):void 0;void 0===l&&(l=e[u]),a?(0,o.Z)(r,u,l):(0,n.Z)(r,u,l)}return r}},5088:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=r(5546);const o=function(){try{var e=(0,n.Z)(Object,"defineProperty");return e({},"",{}),e}catch(e){}}()},1380:(e,t,r)=>{"use strict";r.d(t,{Z:()=>g});var n=r(5810),o=r(187),i=r(4248),a=r(7885),s=o.Z?o.Z.isConcatSpreadable:void 0;const c=function(e){return(0,a.Z)(e)||(0,i.Z)(e)||!!(s&&e&&e[s])},u=function e(t,r,o,i,a){var s=-1,u=t.length;for(o||(o=c),a||(a=[]);++s<u;){var l=t[s];r>0&&o(l)?r>1?e(l,r-1,o,i,a):(0,n.Z)(a,l):i||(a[a.length]=l)}return a},l=function(e){return null!=e&&e.length?u(e,1):[]};var p=Math.max;var f=r(5088),d=r(9930);const h=f.Z?function(e,t){return(0,f.Z)(e,"toString",{configurable:!0,enumerable:!1,value:(r=t,function(){return r}),writable:!0});var r}:d.Z;var _=Date.now;const v=(m=h,y=0,E=0,function(){var e=_(),t=16-(e-E);if(E=e,t>0){if(++y>=800)return arguments[0]}else y=0;return m.apply(void 0,arguments)});var m,y,E;const g=function(e){return v(function(e,t,r){return t=p(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,i=p(n.length-t,0),a=Array(i);++o<i;)a[o]=n[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=n[o];return s[t]=r(a),function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}(e,this,s)}}(e,void 0,l),e+"")}},2168:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n="object"==typeof global&&global&&global.Object===Object&&global},7245:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(2938),o=r(6808),i=r(298);const a=function(e){return(0,n.Z)(e,i.default,o.Z)}},9878:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(2938),o=r(8390),i=r(7477);const a=function(e){return(0,n.Z)(e,i.Z,o.Z)}},5546:(e,t,r)=>{"use strict";r.d(t,{Z:()=>v});var n=r(2427);const o=r(3221).Z["__core-js_shared__"];var i,a=(i=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";var s=r(3122),c=r(6682),u=/^\[object .+?Constructor\]$/,l=Function.prototype,p=Object.prototype,f=l.toString,d=p.hasOwnProperty,h=RegExp("^"+f.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _=function(e){return!(!(0,s.default)(e)||(t=e,a&&a in t))&&((0,n.Z)(e)?h:u).test((0,c.Z)(e));var t},v=function(e,t){var r=function(e,t){return null==e?void 0:e[t]}(e,t);return _(r)?r:void 0}},9552:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=(0,r(6048).Z)(Object.getPrototypeOf,Object)},6808:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(813),o=Object.prototype.propertyIsEnumerable,i=Object.getOwnPropertySymbols;const a=i?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var r=-1,n=null==e?0:e.length,o=0,i=[];++r<n;){var a=e[r];t(a,r,e)&&(i[o++]=a)}return i}(i(e),(function(t){return o.call(e,t)})))}:n.Z},8390:(e,t,r)=>{"use strict";r.d(t,{Z:()=>s});var n=r(5810),o=r(9552),i=r(6808),a=r(813);const s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)(0,n.Z)(t,(0,i.Z)(e)),e=(0,o.Z)(e);return t}:a.Z},8649:(e,t,r)=>{"use strict";r.d(t,{Z:()=>A});var n=r(5546),o=r(3221);const i=(0,n.Z)(o.Z,"DataView");var a=r(8896);const s=(0,n.Z)(o.Z,"Promise"),c=(0,n.Z)(o.Z,"Set"),u=(0,n.Z)(o.Z,"WeakMap");var l=r(9001),p=r(6682),f="[object Map]",d="[object Promise]",h="[object Set]",_="[object WeakMap]",v="[object DataView]",m=(0,p.Z)(i),y=(0,p.Z)(a.Z),E=(0,p.Z)(s),g=(0,p.Z)(c),b=(0,p.Z)(u),O=l.Z;(i&&O(new i(new ArrayBuffer(1)))!=v||a.Z&&O(new a.Z)!=f||s&&O(s.resolve())!=d||c&&O(new c)!=h||u&&O(new u)!=_)&&(O=function(e){var t=(0,l.Z)(e),r="[object Object]"==t?e.constructor:void 0,n=r?(0,p.Z)(r):"";if(n)switch(n){case m:return v;case y:return f;case E:return d;case g:return h;case b:return _}return t});const A=O},6401:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=/^(?:0|[1-9]\d*)$/;const o=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&n.test(e))&&e>-1&&e%1==0&&e<t}},3502:(e,t,r)=>{"use strict";r.d(t,{Z:()=>s});var n=r(7885),o=r(2758),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;const s=function(e,t){if((0,n.Z)(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!(0,o.Z)(e))||a.test(e)||!i.test(e)||null!=t&&e in Object(t)}},5441:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=Object.prototype;const o=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},7755:(e,t,r)=>{"use strict";r.d(t,{Z:()=>s});var n=r(2168),o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&"object"==typeof module&&module&&!module.nodeType&&module,a=i&&i.exports===o&&n.Z.process;const s=function(){try{return i&&i.require&&i.require("util").types||a&&a.binding&&a.binding("util")}catch(e){}}()},6048:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e,t){return function(r){return e(t(r))}}},3221:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(2168),o="object"==typeof self&&self&&self.Object===Object&&self;const i=n.Z||o||Function("return this")()},7969:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=r(2758);const o=function(e){if("string"==typeof e||(0,n.Z)(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},6682:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=Function.prototype.toString;const o=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7921:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>o});var n=r(7024);const o=function(e){return(0,n.Z)(e,5)}},8804:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e,t){return e===t||e!=e&&t!=t}},772:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>o});var n=r(9523);const o=function(e,t,r){var o=null==e?void 0:(0,n.Z)(e,t);return void 0===o?r:o}},3488:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});const n=function(e,t){return null!=e&&t in Object(e)};var o=r(7653),i=r(4248),a=r(7885),s=r(6401),c=r(1164),u=r(7969);const l=function(e,t){return null!=e&&function(e,t,r){for(var n=-1,l=(t=(0,o.Z)(t,e)).length,p=!1;++n<l;){var f=(0,u.Z)(t[n]);if(!(p=null!=e&&r(e,f)))break;e=e[f]}return p||++n!=l?p:!!(l=null==e?0:e.length)&&(0,c.Z)(l)&&(0,s.Z)(f,l)&&((0,a.Z)(e)||(0,i.Z)(e))}(e,t,n)}},9930:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e){return e}},4248:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var n=r(9001),o=r(3391);const i=function(e){return(0,o.Z)(e)&&"[object Arguments]"==(0,n.Z)(e)};var a=Object.prototype,s=a.hasOwnProperty,c=a.propertyIsEnumerable;const u=i(function(){return arguments}())?i:function(e){return(0,o.Z)(e)&&s.call(e,"callee")&&!c.call(e,"callee")}},7885:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=Array.isArray},3282:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(2427),o=r(1164);const i=function(e){return null!=e&&(0,o.Z)(e.length)&&!(0,n.Z)(e)}},4975:(e,t,r)=>{"use strict";r.d(t,{Z:()=>s});var n=r(3221);var o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&"object"==typeof module&&module&&!module.nodeType&&module,a=i&&i.exports===o?n.Z.Buffer:void 0;const s=(a?a.isBuffer:void 0)||function(){return!1}},2427:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(9001),o=r(3122);const i=function(e){if(!(0,o.default)(e))return!1;var t=(0,n.Z)(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1164:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3122:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>n});const n=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},3391:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(e){return null!=e&&"object"==typeof e}},2758:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i});var n=r(9001),o=r(3391);const i=function(e){return"symbol"==typeof e||(0,o.Z)(e)&&"[object Symbol]"==(0,n.Z)(e)}},8127:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var n=r(9001),o=r(1164),i=r(3391),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1;var s=r(3225),c=r(7755),u=c.Z&&c.Z.isTypedArray;const l=u?(0,s.Z)(u):function(e){return(0,i.Z)(e)&&(0,o.Z)(e.length)&&!!a[(0,n.Z)(e)]}},298:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>c});var n=r(848),o=r(5441);const i=(0,r(6048).Z)(Object.keys,Object);var a=Object.prototype.hasOwnProperty;var s=r(3282);const c=function(e){return(0,s.Z)(e)?(0,n.Z)(e):function(e){if(!(0,o.Z)(e))return i(e);var t=[];for(var r in Object(e))a.call(e,r)&&"constructor"!=r&&t.push(r);return t}(e)}},7477:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var n=r(848),o=r(3122),i=r(5441);var a=Object.prototype.hasOwnProperty;const s=function(e){if(!(0,o.default)(e))return function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t}(e);var t=(0,i.Z)(e),r=[];for(var n in e)("constructor"!=n||!t&&a.call(e,n))&&r.push(n);return r};var c=r(3282);const u=function(e){return(0,c.Z)(e)?(0,n.Z)(e,!0):s(e)}},1395:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>O});var n=r(5598),o=r(7024),i=r(7653);var a=r(9523);const s=function(e,t){return t.length<2?e:(0,a.Z)(e,function(e,t,r){var n=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(r=r>o?o:r)<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var i=Array(o);++n<o;)i[n]=e[n+t];return i}(t,0,-1))};var c=r(7969);const u=function(e,t){return t=(0,i.Z)(t,e),null==(e=s(e,t))||delete e[(0,c.Z)((r=t,n=null==r?0:r.length,n?r[n-1]:void 0))];var r,n};var l=r(2436),p=r(9001),f=r(9552),d=r(3391),h=Function.prototype,_=Object.prototype,v=h.toString,m=_.hasOwnProperty,y=v.call(Object);const E=function(e){return function(e){if(!(0,d.Z)(e)||"[object Object]"!=(0,p.Z)(e))return!1;var t=(0,f.Z)(e);if(null===t)return!0;var r=m.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&v.call(r)==y}(e)?void 0:e};var g=r(1380),b=r(9878);const O=(0,g.Z)((function(e,t){var r={};if(null==e)return r;var a=!1;t=(0,n.Z)(t,(function(t){return t=(0,i.Z)(t,e),a||(a=t.length>1),t})),(0,l.Z)(e,(0,b.Z)(e),r),a&&(r=(0,o.Z)(r,7,E));for(var s=t.length;s--;)u(r,t[s]);return r}))},8337:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>c});var n=r(9523),o=r(4187),i=r(7653);var a=r(3488);const s=function(e,t){return function(e,t,r){for(var a=-1,s=t.length,c={};++a<s;){var u=t[a],l=(0,n.Z)(e,u);r(l,u)&&(0,o.Z)(c,(0,i.Z)(u,e),l)}return c}(e,t,(function(t,r){return(0,a.Z)(e,r)}))},c=(0,r(1380).Z)((function(e,t){return null==e?{}:s(e,t)}))},6503:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>z});const n=function(e,t,r,n){var o=-1,i=null==e?0:e.length;for(n&&i&&(r=e[++o]);++o<i;)r=t(r,e[o],o,e);return r},o=function(e,t,r){for(var n=-1,o=Object(e),i=r(e),a=i.length;a--;){var s=i[++n];if(!1===t(o[s],s,o))break}return e};var i=r(298);var a=r(3282);const s=(c=function(e,t){return e&&o(e,t,i.default)},function(e,t){if(null==e)return e;if(!(0,a.Z)(e))return c(e,t);for(var r=e.length,n=-1,o=Object(e);++n<r&&!1!==t(o[n],n,o););return e});var c,u=r(6218),l=r(3703);function p(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new l.Z;++t<r;)this.add(e[t])}p.prototype.add=p.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},p.prototype.has=function(e){return this.__data__.has(e)};const f=p,d=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1},h=function(e,t,r,n,o,i){var a=1&r,s=e.length,c=t.length;if(s!=c&&!(a&&c>s))return!1;var u=i.get(e),l=i.get(t);if(u&&l)return u==t&&l==e;var p=-1,h=!0,_=2&r?new f:void 0;for(i.set(e,t),i.set(t,e);++p<s;){var v=e[p],m=t[p];if(n)var y=a?n(m,v,p,t,e,i):n(v,m,p,e,t,i);if(void 0!==y){if(y)continue;h=!1;break}if(_){if(!d(t,(function(e,t){if(a=t,!_.has(a)&&(v===e||o(v,e,r,n,i)))return _.push(t);var a}))){h=!1;break}}else if(v!==m&&!o(v,m,r,n,i)){h=!1;break}}return i.delete(e),i.delete(t),h};var _=r(187),v=r(8282),m=r(8804);const y=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r},E=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r};var g=_.Z?_.Z.prototype:void 0,b=g?g.valueOf:void 0;var O=r(7245),A=Object.prototype.hasOwnProperty;var w=r(8649),C=r(7885),S=r(4975),P=r(8127),I="[object Arguments]",L="[object Array]",T="[object Object]",R=Object.prototype.hasOwnProperty;const j=function(e,t,r,n,o,i){var a=(0,C.Z)(e),s=(0,C.Z)(t),c=a?L:(0,w.Z)(e),l=s?L:(0,w.Z)(t),p=(c=c==I?T:c)==T,f=(l=l==I?T:l)==T,d=c==l;if(d&&(0,S.Z)(e)){if(!(0,S.Z)(t))return!1;a=!0,p=!1}if(d&&!p)return i||(i=new u.Z),a||(0,P.Z)(e)?h(e,t,r,n,o,i):function(e,t,r,n,o,i,a){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!i(new v.Z(e),new v.Z(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return(0,m.Z)(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var s=y;case"[object Set]":var c=1&n;if(s||(s=E),e.size!=t.size&&!c)return!1;var u=a.get(e);if(u)return u==t;n|=2,a.set(e,t);var l=h(s(e),s(t),n,o,i,a);return a.delete(e),l;case"[object Symbol]":if(b)return b.call(e)==b.call(t)}return!1}(e,t,c,r,n,o,i);if(!(1&r)){var _=p&&R.call(e,"__wrapped__"),g=f&&R.call(t,"__wrapped__");if(_||g){var j=_?e.value():e,x=g?t.value():t;return i||(i=new u.Z),o(j,x,r,n,i)}}return!!d&&(i||(i=new u.Z),function(e,t,r,n,o,i){var a=1&r,s=(0,O.Z)(e),c=s.length;if(c!=(0,O.Z)(t).length&&!a)return!1;for(var u=c;u--;){var l=s[u];if(!(a?l in t:A.call(t,l)))return!1}var p=i.get(e),f=i.get(t);if(p&&f)return p==t&&f==e;var d=!0;i.set(e,t),i.set(t,e);for(var h=a;++u<c;){var _=e[l=s[u]],v=t[l];if(n)var m=a?n(v,_,l,t,e,i):n(_,v,l,e,t,i);if(!(void 0===m?_===v||o(_,v,r,n,i):m)){d=!1;break}h||(h="constructor"==l)}if(d&&!h){var y=e.constructor,E=t.constructor;y==E||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof E&&E instanceof E||(d=!1)}return i.delete(e),i.delete(t),d}(e,t,r,n,o,i))};var x=r(3391);const D=function e(t,r,n,o,i){return t===r||(null==t||null==r||!(0,x.Z)(t)&&!(0,x.Z)(r)?t!=t&&r!=r:j(t,r,n,o,e,i))};var M=r(3122);const N=function(e){return e==e&&!(0,M.default)(e)},U=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}},k=function(e){var t=function(e){for(var t=(0,i.default)(e),r=t.length;r--;){var n=t[r],o=e[n];t[r]=[n,o,N(o)]}return t}(e);return 1==t.length&&t[0][2]?U(t[0][0],t[0][1]):function(r){return r===e||function(e,t,r,n){var o=r.length,i=o,a=!n;if(null==e)return!i;for(e=Object(e);o--;){var s=r[o];if(a&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<i;){var c=(s=r[o])[0],l=e[c],p=s[1];if(a&&s[2]){if(void 0===l&&!(c in e))return!1}else{var f=new u.Z;if(n)var d=n(l,p,c,e,t,f);if(!(void 0===d?D(p,l,3,n,f):d))return!1}}return!0}(r,e,t)}};var F=r(772),V=r(3488),G=r(3502),B=r(7969);var Z=r(9930);var H=r(9523);const q=function(e){return(0,G.Z)(e)?(t=(0,B.Z)(e),function(e){return null==e?void 0:e[t]}):function(e){return function(t){return(0,H.Z)(t,e)}}(e);var t},W=function(e){return"function"==typeof e?e:null==e?Z.Z:"object"==typeof e?(0,C.Z)(e)?(t=e[0],r=e[1],(0,G.Z)(t)&&N(r)?U((0,B.Z)(t),r):function(e){var n=(0,F.default)(e,t);return void 0===n&&n===r?(0,V.Z)(e,t):D(r,n,3)}):k(e):q(e);var t,r},J=function(e,t,r,n,o){return o(e,(function(e,o,i){r=n?(n=!1,e):t(r,e,o,i)})),r},z=function(e,t,r){var o=(0,C.Z)(e)?n:J,i=arguments.length<3;return o(e,W(t),r,i,s)}},5513:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>o});var n=r(4187);const o=function(e,t,r){return null==e?e:(0,n.Z)(e,t,r)}},813:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const n=function(){return[]}},48:e=>{"use strict";e.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var r=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e].call(r.exports,r,r.exports,__webpack_require__),r.exports}__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__=__webpack_require__(4354);return __webpack_exports__})()));