zenstack 0.6.0-pre.8 → 0.6.0-pre.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/index.js +1 -1
- package/package.json +1 -1
package/cli/index.js
CHANGED
|
@@ -6462,7 +6462,7 @@ See: https://chevrotain.io/docs/changes/BREAKING_CHANGES.html#_7-0-0`)}return t}
|
|
|
6462
6462
|
`;let p=l3.default(o);o.write(`${u}\r
|
|
6463
6463
|
`);let{statusCode:h,buffered:d}=yield p;if(h===200){if(e.once("socket",c3),r.secureEndpoint){let C=r.servername||r.host;if(!C)throw new Error('Could not determine "servername"');return Hu("Upgrading socket connection to TLS"),HS.default.connect(Object.assign(Object.assign({},p3(r,"host","hostname","path","port")),{socket:o,servername:C}))}return o}o.destroy();let g=new US.default.Socket;return g.readable=!0,e.once("socket",C=>{Hu("replaying proxy buffer for failed request"),a3.default(C.listenerCount("data")>0),C.push(d),C.push(null)}),g})}};Jo.default=u_;function c3(t){t.resume()}function f3(t,e){return Boolean(!e&&t===80||e&&t===443)}function d3(t){return typeof t=="string"?/^https:?$/i.test(t):!1}function p3(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}});var KS=b((f_,WS)=>{"use strict";var h3=f_&&f_.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},l_=h3(BS());function c_(t){return new l_.default(t)}(function(t){t.HttpsProxyAgent=l_.default,t.prototype=l_.default.prototype})(c_||(c_={}));WS.exports=c_});var zS=b((W8,m3)=>{m3.exports={name:"mixpanel",description:"A simple server-side API for mixpanel",keywords:["mixpanel","analytics","api","stats"],version:"0.17.0",homepage:"https://github.com/mixpanel/mixpanel-node",author:"Carl Sverre",license:"MIT",main:"lib/mixpanel-node",directories:{lib:"lib"},repository:{type:"git",url:"http://github.com/mixpanel/mixpanel-node.git"},engines:{node:">=10.0"},scripts:{test:"nodeunit"},types:"./lib/mixpanel-node.d.ts",devDependencies:{nodeunit:"^0.11.3",proxyquire:"^1.7.11",sinon:"^7.1.1"},dependencies:{"https-proxy-agent":"5.0.0"}}});var p_=b(d_=>{d_.async_all=function(t,e,r){var n=t.length,i=null,o=[],a=function(l,c){l&&(i=i||[],i.push(l)),o.push(c),--n===0&&r(i,o)};if(n===0)r(i,o);else for(var s=0,u=t.length;s<u;s++)e(t[s],a)};d_.ensure_timestamp=function(t){if(!(t instanceof Date||typeof t=="number"))throw new Error("`time` property must be a Date or Unix timestamp and is only required for `import` endpoint");return t instanceof Date?t.getTime():t}});var m_=b(h_=>{var qd=require("util"),{ensure_timestamp:g3}=p_();function ps(t,e){return e&&(e.$ignore_alias&&(t.$ignore_alias=e.$ignore_alias),e.$ignore_time&&(t.$ignore_time=e.$ignore_time),e.hasOwnProperty("$ip")&&(t.$ip=e.$ip),e.hasOwnProperty("$time")&&(t.$time=g3(e.$time)),e.hasOwnProperty("$latitude")&&e.hasOwnProperty("$longitude")&&(t.$latitude=e.$latitude,t.$longitude=e.$longitude)),t}h_.merge_modifiers=ps;h_.ProfileHelpers=(t=Object)=>class extends t{get token(){return this.mixpanel.token}get config(){return this.mixpanel.config}_set(e,r,n,i,{identifiers:o,set_once:a=!1}){let s={};typeof e=="object"?(typeof r=="object"?(i=n,n=r):i=r,s=e):(s[e]=r,(typeof n=="function"||!n)&&(i=n));let u={$token:this.token,...o},l=a?"$set_once":"$set";u[l]=s,"ip"in s&&(u.$ip=s.ip,delete s.ip),s.$ignore_time&&(u.$ignore_time=s.$ignore_time,delete s.$ignore_time),u=ps(u,n),this.config.debug&&(console.log(`Sending the following data to Mixpanel (${this.endpoint}):`),console.log(u)),this.mixpanel.send_request({method:"GET",endpoint:this.endpoint,data:u},i)}_delete_profile({identifiers:e,modifiers:r,callback:n}){let i={$delete:"",$token:this.token,...e};typeof r=="function"&&(n=r),i=ps(i,r),this.config.debug&&console.log(`Deleting profile ${JSON.stringify(e)}`),this.mixpanel.send_request({method:"GET",endpoint:this.endpoint,data:i},n)}_remove({identifiers:e,data:r,modifiers:n,callback:i}){let o={};if(typeof r!="object"||qd.isArray(r)){this.config.debug&&console.error("Invalid value passed to #remove - data must be an object with scalar values");return}for(let[a,s]of Object.entries(r))if(typeof s=="string"||typeof s=="number")o[a]=s;else{this.config.debug&&(console.error("Invalid argument passed to #remove - values must be scalar"),console.error("Passed "+a+":",s));return}Object.keys(o).length!==0&&(r={$remove:o,$token:this.token,...e},typeof n=="function"&&(i=n),r=ps(r,n),this.config.debug&&(console.log(`Sending the following data to Mixpanel (${this.endpoint}):`),console.log(r)),this.mixpanel.send_request({method:"GET",endpoint:this.endpoint,data:r},i))}_union({identifiers:e,data:r,modifiers:n,callback:i}){let o={};if(typeof r!="object"||qd.isArray(r)){this.config.debug&&console.error("Invalid value passed to #union - data must be an object with scalar or array values");return}for(let[s,u]of Object.entries(r))if(qd.isArray(u)){var a=u.filter(function(l){return typeof l=="string"||typeof l=="number"});a.length>0&&(o[s]=a)}else typeof u=="string"||typeof u=="number"?o[s]=[u]:this.config.debug&&(console.error("Invalid argument passed to #union - values must be a scalar value or array"),console.error("Passed "+s+":",u));Object.keys(o).length!==0&&(r={$union:o,$token:this.token,...e},typeof n=="function"&&(i=n),r=ps(r,n),this.config.debug&&(console.log(`Sending the following data to Mixpanel (${this.endpoint}):`),console.log(r)),this.mixpanel.send_request({method:"GET",endpoint:this.endpoint,data:r},i))}_unset({identifiers:e,prop:r,modifiers:n,callback:i}){let o=[];if(qd.isArray(r))o=r;else if(typeof r=="string")o=[r];else{this.config.debug&&(console.error("Invalid argument passed to #unset - must be a string or array"),console.error("Passed: "+r));return}let a={$unset:o,$token:this.token,...e};typeof n=="function"&&(i=n),a=ps(a,n),this.config.debug&&(console.log(`Sending the following data to Mixpanel (${this.endpoint}):`),console.log(a)),this.mixpanel.send_request({method:"GET",endpoint:this.endpoint,data:a},i)}}});var YS=b(VS=>{var{ProfileHelpers:y3}=m_(),g_=class extends y3(){constructor(e){super(),this.mixpanel=e,this.endpoint="/groups"}set_once(e,r,n,i,o,a){let s={$group_key:e,$group_id:r};this._set(n,i,o,a,{identifiers:s,set_once:!0})}set(e,r,n,i,o,a){let s={$group_key:e,$group_id:r};this._set(n,i,o,a,{identifiers:s})}delete_group(e,r,n,i){let o={$group_key:e,$group_id:r};this._delete_profile({identifiers:o,modifiers:n,callback:i})}remove(e,r,n,i,o){let a={$group_key:e,$group_id:r};this._remove({identifiers:a,data:n,modifiers:i,callback:o})}union(e,r,n,i,o){let a={$group_key:e,$group_id:r};this._union({identifiers:a,data:n,modifiers:i,callback:o})}unset(e,r,n,i,o){let a={$group_key:e,$group_id:r};this._unset({identifiers:a,prop:n,modifiers:i,callback:o})}};VS.MixpanelGroups=g_});var ZS=b(XS=>{var{merge_modifiers:jd,ProfileHelpers:v3}=m_(),y_=class extends v3(){constructor(e){super(),this.mixpanel=e,this.endpoint="/engage"}set_once(e,r,n,i,o){let a={$distinct_id:e};this._set(r,n,i,o,{identifiers:a,set_once:!0})}set(e,r,n,i,o){let a={$distinct_id:e};this._set(r,n,i,o,{identifiers:a})}increment(e,r,n,i,o){var a={};if(typeof r=="object"){typeof n=="object"?(o=i,i=n):o=n;for(let[u,l]of Object.entries(r))isNaN(parseFloat(l))?this.mixpanel.config.debug&&(console.error("Invalid increment value passed to mixpanel.people.increment - must be a number"),console.error("Passed "+u+":"+l)):a[u]=l}else typeof n=="number"||!n?(n=n||1,a[r]=n,typeof i=="function"&&(o=i)):typeof n=="function"?(o=n,a[r]=1):(o=i,i=typeof n=="object"?n:{},a[r]=1);var s={$add:a,$token:this.mixpanel.token,$distinct_id:e};s=jd(s,i),this.mixpanel.config.debug&&(console.log("Sending the following data to Mixpanel (Engage):"),console.log(s)),this.mixpanel.send_request({method:"GET",endpoint:"/engage",data:s},o)}append(e,r,n,i,o){var a={};typeof r=="object"?(typeof n=="object"?(o=i,i=n):o=n,Object.keys(r).forEach(function(u){a[u]=r[u]})):(a[r]=n,typeof i=="function"&&(o=i));var s={$append:a,$token:this.mixpanel.token,$distinct_id:e};s=jd(s,i),this.mixpanel.config.debug&&(console.log("Sending the following data to Mixpanel (Engage):"),console.log(s)),this.mixpanel.send_request({method:"GET",endpoint:"/engage",data:s},o)}track_charge(e,r,n,i,o){if(typeof n=="function"||!n?(o=n||function(){},n={}):(typeof i=="function"||!i)&&(o=i||function(){},(n.$ignore_time||n.hasOwnProperty("$ip"))&&(i={},Object.keys(n).forEach(function(u){i[u]=n[u],delete n[u]}))),typeof r!="number"&&(r=parseFloat(r),isNaN(r))){console.error("Invalid value passed to mixpanel.people.track_charge - must be a number");return}if(n.$amount=r,n.hasOwnProperty("$time")){var a=n.$time;Object.prototype.toString.call(a)==="[object Date]"&&(n.$time=a.toISOString())}var s={$append:{$transactions:n},$token:this.mixpanel.token,$distinct_id:e};s=jd(s,i),this.mixpanel.config.debug&&(console.log("Sending the following data to Mixpanel (Engage):"),console.log(s)),this.mixpanel.send_request({method:"GET",endpoint:"/engage",data:s},o)}clear_charges(e,r,n){var i={$set:{$transactions:[]},$token:this.mixpanel.token,$distinct_id:e};typeof r=="function"&&(n=r),i=jd(i,r),this.mixpanel.config.debug&&console.log("Clearing this user's charges:",e),this.mixpanel.send_request({method:"GET",endpoint:"/engage",data:i},n)}delete_user(e,r,n){let i={$distinct_id:e};this._delete_profile({identifiers:i,modifiers:r,callback:n})}remove(e,r,n,i){let o={$distinct_id:e};this._remove({identifiers:o,data:r,modifiers:n,callback:i})}union(e,r,n,i){let o={$distinct_id:e};this._union({identifiers:o,data:r,modifiers:n,callback:i})}unset(e,r,n,i){let o={$distinct_id:e};this._unset({identifiers:o,prop:r,modifiers:n,callback:i})}};XS.MixpanelPeople=y_});var tk=b((Z8,ek)=>{var _3=require("querystring"),v_=require("buffer").Buffer,JS=require("http"),__=require("https"),T3=KS(),R3=require("url"),b3=zS(),{async_all:A3,ensure_timestamp:T_}=p_(),{MixpanelGroups:E3}=YS(),{MixpanelPeople:C3}=ZS(),x3={test:!1,debug:!1,verbose:!1,host:"api.mixpanel.com",protocol:"https",path:"",keepAlive:!0,geolocate:!1},QS=function(t,e){if(!t)throw new Error("The Mixpanel Client needs a Mixpanel token: `init(token)`");let r={token:t,config:{...x3}},{keepAlive:n}=r.config,i=50,o={http:JS,https:__},a={http:new JS.Agent({keepAlive:n}),https:new __.Agent({keepAlive:n})},s=process.env.HTTPS_PROXY||process.env.HTTP_PROXY,u=s?new T3(Object.assign(R3.parse(s),{keepAlive:n})):null;r.send_request=function(f,p){p=p||function(){};let h=v_.from(JSON.stringify(f.data)).toString("base64"),d=f.endpoint,g=(f.method||"GET").toUpperCase(),C={ip:r.config.geolocate?1:0,verbose:r.config.verbose?1:0},x=r.config.key,T=r.config.secret,v=o[r.config.protocol],k={host:r.config.host,port:r.config.port,headers:{},method:g},j;if(!v)throw new Error("Mixpanel Initialization Error: Unsupported protocol "+r.config.protocol+". Supported protocols are: "+Object.keys(o));if(g==="POST"?(h="data="+h,k.headers["Content-Type"]="application/x-www-form-urlencoded",k.headers["Content-Length"]=v_.byteLength(h)):g==="GET"&&(C.data=h),T){if(v!==__)throw new Error("Must use HTTPS if authenticating with API Secret");let O=v_.from(T+":").toString("base64");k.headers.Authorization="Basic "+O}else if(x)C.api_key=x;else if(d==="/import")throw new Error("The Mixpanel Client needs a Mixpanel API Secret when importing old events: `init(token, { secret: ... })`");k.agent=u||a[r.config.protocol],r.config.test&&(C.test=1),k.path=r.config.path+d+"?"+_3.stringify(C),j=v.request(k,function(O){var $="";O.on("data",function(X){$+=X}),O.on("end",function(){var X;if(r.config.verbose)try{var J=JSON.parse($);J.status!=1&&(X=new Error("Mixpanel Server Error: "+J.error))}catch{X=new Error("Could not parse response from Mixpanel")}else X=$!=="1"?new Error("Mixpanel Server Error: "+$):void 0;p(X)})}),j.on("error",function(O){r.config.debug&&console.log("Got Error: "+O.message),p(O)}),g==="POST"&&j.write(h),j.end()},r.send_event_request=function(f,p,h,d){h.token=r.token,h.mp_lib="node",h.$lib_version=b3.version;var g={event:p,properties:h};r.config.debug&&console.log(`Sending the following event to Mixpanel:
|
|
6464
6464
|
`,g),r.send_request({method:"GET",endpoint:f,data:g},d)};var l=function(f,p){for(var h=[],d=0,g=f.length;d<g;)h.push(f.slice(d,d+=p));return h},c=function(f,p){var h=f.event_list,d=f.endpoint,g=f.max_batch_size?Math.min(i,f.max_batch_size):i,C=f.max_concurrent_requests||f.max_batch_size>i&&Math.ceil(f.max_batch_size/i),x=l(h,g),T=C?l(x,C):[x],v=x.length,k=T.length;function j($,X){$.length>0&&($=$.map(function(J){var le=J.properties;return(d==="/import"||J.properties.time)&&(J.properties.time=T_(J.properties.time)),J.properties.token=J.properties.token||r.token,J}),r.send_request({method:"POST",endpoint:d,data:$},X))}function O($){var X=T[$],J=function(le,pe){$+=1,$===k?p&&p(le,pe):O($)};A3(X,j,J)}O(0),r.config.debug&&console.log("Sending "+h.length+" events to Mixpanel in "+v+" batches of events and "+k+" batches of requests")};return r.track=function(f,p,h){(!p||typeof p=="function")&&(h=p,p={}),p.time&&(p.time=T_(p.time)),r.send_event_request("/track",f,p,h)},r.track_batch=function(f,p,h){p=p||{},typeof p=="function"&&(h=p,p={});var d={event_list:f,endpoint:"/track",max_concurrent_requests:p.max_concurrent_requests,max_batch_size:p.max_batch_size};c(d,h)},r.import=function(f,p,h,d){(!h||typeof h=="function")&&(d=h,h={}),h.time=T_(p),r.send_event_request("/import",f,h,d)},r.import_batch=function(f,p,h){var d;(typeof p=="function"||!p)&&(h=p,p={}),d={event_list:f,endpoint:"/import",max_concurrent_requests:p.max_concurrent_requests,max_batch_size:p.max_batch_size},c(d,h)},r.alias=function(f,p,h){var d={distinct_id:f,alias:p};r.track("$create_alias",d,h)},r.groups=new E3(r),r.people=new C3(r),r.set_config=function(f){if(Object.assign(r.config,f),f.host){let[p,h]=f.host.split(":");r.config.host=p,h&&(r.config.port=Number(h))}},e&&r.set_config(e),r};ek.exports={Client:function(t){return console.warn("The function `Client(token)` is deprecated. It is now called `init(token)`."),QS(t)},init:QS}});var nk=b((Bu,R_)=>{(function(t,e){typeof Bu=="object"&&typeof R_=="object"?R_.exports=e(require("child_process"),require("crypto")):typeof define=="function"&&define.amd?define(["child_process","crypto"],e):typeof Bu=="object"?Bu["electron-machine-id"]=e(require("child_process"),require("crypto")):t["electron-machine-id"]=e(t.child_process,t.crypto)})(Bu,function(t,e){return function(r){function n(o){if(i[o])return i[o].exports;var a=i[o]={exports:{},id:o,loaded:!1};return r[o].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}var i={};return n.m=r,n.c=i,n.p="",n(0)}([function(r,n,i){r.exports=i(34)},function(r,n,i){var o=i(29)("wks"),a=i(33),s=i(2).Symbol,u=typeof s=="function",l=r.exports=function(c){return o[c]||(o[c]=u&&s[c]||(u?s:a)("Symbol."+c))};l.store=o},function(r,n){var i=r.exports=typeof window<"u"&&window.Math==Math?window:typeof self<"u"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=i)},function(r,n,i){var o=i(9);r.exports=function(a){if(!o(a))throw TypeError(a+" is not an object!");return a}},function(r,n,i){r.exports=!i(24)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(r,n,i){var o=i(12),a=i(17);r.exports=i(4)?function(s,u,l){return o.f(s,u,a(1,l))}:function(s,u,l){return s[u]=l,s}},function(r,n){var i=r.exports={version:"2.4.0"};typeof __e=="number"&&(__e=i)},function(r,n,i){var o=i(14);r.exports=function(a,s,u){if(o(a),s===void 0)return a;switch(u){case 1:return function(l){return a.call(s,l)};case 2:return function(l,c){return a.call(s,l,c)};case 3:return function(l,c,f){return a.call(s,l,c,f)}}return function(){return a.apply(s,arguments)}}},function(r,n){var i={}.hasOwnProperty;r.exports=function(o,a){return i.call(o,a)}},function(r,n){r.exports=function(i){return typeof i=="object"?i!==null:typeof i=="function"}},function(r,n){r.exports={}},function(r,n){var i={}.toString;r.exports=function(o){return i.call(o).slice(8,-1)}},function(r,n,i){var o=i(3),a=i(26),s=i(32),u=Object.defineProperty;n.f=i(4)?Object.defineProperty:function(l,c,f){if(o(l),c=s(c,!0),o(f),a)try{return u(l,c,f)}catch{}if("get"in f||"set"in f)throw TypeError("Accessors not supported!");return"value"in f&&(l[c]=f.value),l}},function(r,n,i){var o=i(42),a=i(15);r.exports=function(s){return o(a(s))}},function(r,n){r.exports=function(i){if(typeof i!="function")throw TypeError(i+" is not a function!");return i}},function(r,n){r.exports=function(i){if(i==null)throw TypeError("Can't call method on "+i);return i}},function(r,n,i){var o=i(9),a=i(2).document,s=o(a)&&o(a.createElement);r.exports=function(u){return s?a.createElement(u):{}}},function(r,n){r.exports=function(i,o){return{enumerable:!(1&i),configurable:!(2&i),writable:!(4&i),value:o}}},function(r,n,i){var o=i(12).f,a=i(8),s=i(1)("toStringTag");r.exports=function(u,l,c){u&&!a(u=c?u:u.prototype,s)&&o(u,s,{configurable:!0,value:l})}},function(r,n,i){var o=i(29)("keys"),a=i(33);r.exports=function(s){return o[s]||(o[s]=a(s))}},function(r,n){var i=Math.ceil,o=Math.floor;r.exports=function(a){return isNaN(a=+a)?0:(a>0?o:i)(a)}},function(r,n,i){var o=i(11),a=i(1)("toStringTag"),s=o(function(){return arguments}())=="Arguments",u=function(l,c){try{return l[c]}catch{}};r.exports=function(l){var c,f,p;return l===void 0?"Undefined":l===null?"Null":typeof(f=u(c=Object(l),a))=="string"?f:s?o(c):(p=o(c))=="Object"&&typeof c.callee=="function"?"Arguments":p}},function(r,n){r.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(r,n,i){var o=i(2),a=i(6),s=i(7),u=i(5),l="prototype",c=function(f,p,h){var d,g,C,x=f&c.F,T=f&c.G,v=f&c.S,k=f&c.P,j=f&c.B,O=f&c.W,$=T?a:a[p]||(a[p]={}),X=$[l],J=T?o:v?o[p]:(o[p]||{})[l];T&&(h=p);for(d in h)g=!x&&J&&J[d]!==void 0,g&&d in $||(C=g?J[d]:h[d],$[d]=T&&typeof J[d]!="function"?h[d]:j&&g?s(C,o):O&&J[d]==C?function(le){var pe=function(G,I,U){if(this instanceof le){switch(arguments.length){case 0:return new le;case 1:return new le(G);case 2:return new le(G,I)}return new le(G,I,U)}return le.apply(this,arguments)};return pe[l]=le[l],pe}(C):k&&typeof C=="function"?s(Function.call,C):C,k&&(($.virtual||($.virtual={}))[d]=C,f&c.R&&X&&!X[d]&&u(X,d,C)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,r.exports=c},function(r,n){r.exports=function(i){try{return!!i()}catch{return!0}}},function(r,n,i){r.exports=i(2).document&&document.documentElement},function(r,n,i){r.exports=!i(4)&&!i(24)(function(){return Object.defineProperty(i(16)("div"),"a",{get:function(){return 7}}).a!=7})},function(r,n,i){"use strict";var o=i(28),a=i(23),s=i(57),u=i(5),l=i(8),c=i(10),f=i(45),p=i(18),h=i(52),d=i(1)("iterator"),g=!([].keys&&"next"in[].keys()),C="@@iterator",x="keys",T="values",v=function(){return this};r.exports=function(k,j,O,$,X,J,le){f(O,j,$);var pe,G,I,U=function(K){if(!g&&K in re)return re[K];switch(K){case x:return function(){return new O(this,K)};case T:return function(){return new O(this,K)}}return function(){return new O(this,K)}},z=j+" Iterator",de=X==T,ie=!1,re=k.prototype,he=re[d]||re[C]||X&&re[X],me=he||U(X),ze=X?de?U("entries"):me:void 0,H=j=="Array"&&re.entries||he;if(H&&(I=h(H.call(new k)),I!==Object.prototype&&(p(I,z,!0),o||l(I,d)||u(I,d,v))),de&&he&&he.name!==T&&(ie=!0,me=function(){return he.call(this)}),o&&!le||!g&&!ie&&re[d]||u(re,d,me),c[j]=me,c[z]=v,X)if(pe={values:de?me:U(T),keys:J?me:U(x),entries:ze},le)for(G in pe)G in re||s(re,G,pe[G]);else a(a.P+a.F*(g||ie),j,pe);return pe}},function(r,n){r.exports=!0},function(r,n,i){var o=i(2),a="__core-js_shared__",s=o[a]||(o[a]={});r.exports=function(u){return s[u]||(s[u]={})}},function(r,n,i){var o,a,s,u=i(7),l=i(41),c=i(25),f=i(16),p=i(2),h=p.process,d=p.setImmediate,g=p.clearImmediate,C=p.MessageChannel,x=0,T={},v="onreadystatechange",k=function(){var O=+this;if(T.hasOwnProperty(O)){var $=T[O];delete T[O],$()}},j=function(O){k.call(O.data)};d&&g||(d=function(O){for(var $=[],X=1;arguments.length>X;)$.push(arguments[X++]);return T[++x]=function(){l(typeof O=="function"?O:Function(O),$)},o(x),x},g=function(O){delete T[O]},i(11)(h)=="process"?o=function(O){h.nextTick(u(k,O,1))}:C?(a=new C,s=a.port2,a.port1.onmessage=j,o=u(s.postMessage,s,1)):p.addEventListener&&typeof postMessage=="function"&&!p.importScripts?(o=function(O){p.postMessage(O+"","*")},p.addEventListener("message",j,!1)):o=v in f("script")?function(O){c.appendChild(f("script"))[v]=function(){c.removeChild(this),k.call(O)}}:function(O){setTimeout(u(k,O,1),0)}),r.exports={set:d,clear:g}},function(r,n,i){var o=i(20),a=Math.min;r.exports=function(s){return s>0?a(o(s),9007199254740991):0}},function(r,n,i){var o=i(9);r.exports=function(a,s){if(!o(a))return a;var u,l;if(s&&typeof(u=a.toString)=="function"&&!o(l=u.call(a))||typeof(u=a.valueOf)=="function"&&!o(l=u.call(a))||!s&&typeof(u=a.toString)=="function"&&!o(l=u.call(a)))return l;throw TypeError("Can't convert object to primitive value")}},function(r,n){var i=0,o=Math.random();r.exports=function(a){return"Symbol(".concat(a===void 0?"":a,")_",(++i+o).toString(36))}},function(r,n,i){"use strict";function o(v){return v&&v.__esModule?v:{default:v}}function a(){return process.platform!=="win32"?"":process.arch==="ia32"&&process.env.hasOwnProperty("PROCESSOR_ARCHITEW6432")?"mixed":"native"}function s(v){return(0,d.createHash)("sha256").update(v).digest("hex")}function u(v){switch(C){case"darwin":return v.split("IOPlatformUUID")[1].split(`
|
|
6465
|
-
`)[0].replace(/\=|\s+|\"/gi,"").toLowerCase();case"win32":return v.toString().split("REG_SZ")[1].replace(/\r+|\n+|\s+/gi,"").toLowerCase();case"linux":return v.toString().replace(/\r+|\n+|\s+/gi,"").toLowerCase();case"freebsd":return v.toString().replace(/\r+|\n+|\s+/gi,"").toLowerCase();default:throw new Error("Unsupported platform: "+process.platform)}}function l(v){var k=u((0,h.execSync)(T[C]).toString());return v?k:s(k)}function c(v){return new p.default(function(k,j){return(0,h.exec)(T[C],{},function(O,$,X){if(O)return j(new Error("Error while obtaining machine id: "+O.stack));var J=u($.toString());return k(v?J:s(J))})})}Object.defineProperty(n,"__esModule",{value:!0});var f=i(35),p=o(f);n.machineIdSync=l,n.machineId=c;var h=i(70),d=i(71),g=process,C=g.platform,x={native:"%windir%\\System32",mixed:"%windir%\\sysnative\\cmd.exe /c %windir%\\System32"},T={darwin:"ioreg -rd1 -c IOPlatformExpertDevice",win32:x[a()]+"\\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(r,n,i){r.exports={default:i(36),__esModule:!0}},function(r,n,i){i(66),i(68),i(69),i(67),r.exports=i(6).Promise},function(r,n){r.exports=function(){}},function(r,n){r.exports=function(i,o,a,s){if(!(i instanceof o)||s!==void 0&&s in i)throw TypeError(a+": incorrect invocation!");return i}},function(r,n,i){var o=i(13),a=i(31),s=i(62);r.exports=function(u){return function(l,c,f){var p,h=o(l),d=a(h.length),g=s(f,d);if(u&&c!=c){for(;d>g;)if(p=h[g++],p!=p)return!0}else for(;d>g;g++)if((u||g in h)&&h[g]===c)return u||g||0;return!u&&-1}}},function(r,h,i){var o=i(7),a=i(44),s=i(43),u=i(3),l=i(31),c=i(64),f={},p={},h=r.exports=function(d,g,C,x,T){var v,k,j,O,$=T?function(){return d}:c(d),X=o(C,x,g?2:1),J=0;if(typeof $!="function")throw TypeError(d+" is not iterable!");if(s($)){for(v=l(d.length);v>J;J++)if(O=g?X(u(k=d[J])[0],k[1]):X(d[J]),O===f||O===p)return O}else for(j=$.call(d);!(k=j.next()).done;)if(O=a(j,X,k.value,g),O===f||O===p)return O};h.BREAK=f,h.RETURN=p},function(r,n){r.exports=function(i,o,a){var s=a===void 0;switch(o.length){case 0:return s?i():i.call(a);case 1:return s?i(o[0]):i.call(a,o[0]);case 2:return s?i(o[0],o[1]):i.call(a,o[0],o[1]);case 3:return s?i(o[0],o[1],o[2]):i.call(a,o[0],o[1],o[2]);case 4:return s?i(o[0],o[1],o[2],o[3]):i.call(a,o[0],o[1],o[2],o[3])}return i.apply(a,o)}},function(r,n,i){var o=i(11);r.exports=Object("z").propertyIsEnumerable(0)?Object:function(a){return o(a)=="String"?a.split(""):Object(a)}},function(r,n,i){var o=i(10),a=i(1)("iterator"),s=Array.prototype;r.exports=function(u){return u!==void 0&&(o.Array===u||s[a]===u)}},function(r,n,i){var o=i(3);r.exports=function(a,s,u,l){try{return l?s(o(u)[0],u[1]):s(u)}catch(f){var c=a.return;throw c!==void 0&&o(c.call(a)),f}}},function(r,n,i){"use strict";var o=i(49),a=i(17),s=i(18),u={};i(5)(u,i(1)("iterator"),function(){return this}),r.exports=function(l,c,f){l.prototype=o(u,{next:a(1,f)}),s(l,c+" Iterator")}},function(r,n,i){var o=i(1)("iterator"),a=!1;try{var s=[7][o]();s.return=function(){a=!0},Array.from(s,function(){throw 2})}catch{}r.exports=function(u,l){if(!l&&!a)return!1;var c=!1;try{var f=[7],p=f[o]();p.next=function(){return{done:c=!0}},f[o]=function(){return p},u(f)}catch{}return c}},function(r,n){r.exports=function(i,o){return{value:o,done:!!i}}},function(r,n,i){var o=i(2),a=i(30).set,s=o.MutationObserver||o.WebKitMutationObserver,u=o.process,l=o.Promise,c=i(11)(u)=="process";r.exports=function(){var f,p,h,d=function(){var T,v;for(c&&(T=u.domain)&&T.exit();f;){v=f.fn,f=f.next;try{v()}catch(k){throw f?h():p=void 0,k}}p=void 0,T&&T.enter()};if(c)h=function(){u.nextTick(d)};else if(s){var g=!0,C=document.createTextNode("");new s(d).observe(C,{characterData:!0}),h=function(){C.data=g=!g}}else if(l&&l.resolve){var x=l.resolve();h=function(){x.then(d)}}else h=function(){a.call(o,d)};return function(T){var v={fn:T,next:void 0};p&&(p.next=v),f||(f=v,h()),p=v}}},function(r,n,i){var o=i(3),a=i(50),s=i(22),u=i(19)("IE_PROTO"),l=function(){},c="prototype",f=function(){var p,h=i(16)("iframe"),d=s.length,g=">";for(h.style.display="none",i(25).appendChild(h),h.src="javascript:",p=h.contentWindow.document,p.open(),p.write("<script>document.F=Object<\/script"+g),p.close(),f=p.F;d--;)delete f[c][s[d]];return f()};r.exports=Object.create||function(p,h){var d;return p!==null?(l[c]=o(p),d=new l,l[c]=null,d[u]=p):d=f(),h===void 0?d:a(d,h)}},function(r,n,i){var o=i(12),a=i(3),s=i(54);r.exports=i(4)?Object.defineProperties:function(u,l){a(u);for(var c,f=s(l),p=f.length,h=0;p>h;)o.f(u,c=f[h++],l[c]);return u}},function(r,n,i){var o=i(55),a=i(17),s=i(13),u=i(32),l=i(8),c=i(26),f=Object.getOwnPropertyDescriptor;n.f=i(4)?f:function(p,h){if(p=s(p),h=u(h,!0),c)try{return f(p,h)}catch{}if(l(p,h))return a(!o.f.call(p,h),p[h])}},function(r,n,i){var o=i(8),a=i(63),s=i(19)("IE_PROTO"),u=Object.prototype;r.exports=Object.getPrototypeOf||function(l){return l=a(l),o(l,s)?l[s]:typeof l.constructor=="function"&&l instanceof l.constructor?l.constructor.prototype:l instanceof Object?u:null}},function(r,n,i){var o=i(8),a=i(13),s=i(39)(!1),u=i(19)("IE_PROTO");r.exports=function(l,c){var f,p=a(l),h=0,d=[];for(f in p)f!=u&&o(p,f)&&d.push(f);for(;c.length>h;)o(p,f=c[h++])&&(~s(d,f)||d.push(f));return d}},function(r,n,i){var o=i(53),a=i(22);r.exports=Object.keys||function(s){return o(s,a)}},function(r,n){n.f={}.propertyIsEnumerable},function(r,n,i){var o=i(5);r.exports=function(a,s,u){for(var l in s)u&&a[l]?a[l]=s[l]:o(a,l,s[l]);return a}},function(r,n,i){r.exports=i(5)},function(r,n,i){var o=i(9),a=i(3),s=function(u,l){if(a(u),!o(l)&&l!==null)throw TypeError(l+": can't set as prototype!")};r.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(u,l,c){try{c=i(7)(Function.call,i(51).f(Object.prototype,"__proto__").set,2),c(u,[]),l=!(u instanceof Array)}catch{l=!0}return function(f,p){return s(f,p),l?f.__proto__=p:c(f,p),f}}({},!1):void 0),check:s}},function(r,n,i){"use strict";var o=i(2),a=i(6),s=i(12),u=i(4),l=i(1)("species");r.exports=function(c){var f=typeof a[c]=="function"?a[c]:o[c];u&&f&&!f[l]&&s.f(f,l,{configurable:!0,get:function(){return this}})}},function(r,n,i){var o=i(3),a=i(14),s=i(1)("species");r.exports=function(u,l){var c,f=o(u).constructor;return f===void 0||(c=o(f)[s])==null?l:a(c)}},function(r,n,i){var o=i(20),a=i(15);r.exports=function(s){return function(u,l){var c,f,p=String(a(u)),h=o(l),d=p.length;return h<0||h>=d?s?"":void 0:(c=p.charCodeAt(h),c<55296||c>56319||h+1===d||(f=p.charCodeAt(h+1))<56320||f>57343?s?p.charAt(h):c:s?p.slice(h,h+2):(c-55296<<10)+(f-56320)+65536)}}},function(r,n,i){var o=i(20),a=Math.max,s=Math.min;r.exports=function(u,l){return u=o(u),u<0?a(u+l,0):s(u,l)}},function(r,n,i){var o=i(15);r.exports=function(a){return Object(o(a))}},function(r,n,i){var o=i(21),a=i(1)("iterator"),s=i(10);r.exports=i(6).getIteratorMethod=function(u){if(u!=null)return u[a]||u["@@iterator"]||s[o(u)]}},function(r,n,i){"use strict";var o=i(37),a=i(47),s=i(10),u=i(13);r.exports=i(27)(Array,"Array",function(l,c){this._t=u(l),this._i=0,this._k=c},function(){var l=this._t,c=this._k,f=this._i++;return!l||f>=l.length?(this._t=void 0,a(1)):c=="keys"?a(0,f):c=="values"?a(0,l[f]):a(0,[f,l[f]])},"values"),s.Arguments=s.Array,o("keys"),o("values"),o("entries")},function(r,n){},function(r,n,i){"use strict";var o,a,s,u=i(28),l=i(2),c=i(7),f=i(21),p=i(23),h=i(9),d=(i(3),i(14)),g=i(38),C=i(40),x=(i(58).set,i(60)),T=i(30).set,v=i(48)(),k="Promise",j=l.TypeError,$=l.process,O=l[k],$=l.process,X=f($)=="process",J=function(){},le=!!function(){try{var H=O.resolve(1),K=(H.constructor={})[i(1)("species")]=function(ne){ne(J,J)};return(X||typeof PromiseRejectionEvent=="function")&&H.then(J)instanceof K}catch{}}(),pe=function(H,K){return H===K||H===O&&K===s},G=function(H){var K;return!(!h(H)||typeof(K=H.then)!="function")&&K},I=function(H){return pe(O,H)?new U(H):new a(H)},U=a=function(H){var K,ne;this.promise=new H(function(Me,Ne){if(K!==void 0||ne!==void 0)throw j("Bad Promise constructor");K=Me,ne=Ne}),this.resolve=d(K),this.reject=d(ne)},z=function(H){try{H()}catch(K){return{error:K}}},de=function(H,K){if(!H._n){H._n=!0;var ne=H._c;v(function(){for(var Me=H._v,Ne=H._s==1,Nr=0,Ur=function(Or){var _t,Tt,vn=Ne?Or.ok:Or.fail,Hr=Or.resolve,Qt=Or.reject,Br=Or.domain;try{vn?(Ne||(H._h==2&&he(H),H._h=1),vn===!0?_t=Me:(Br&&Br.enter(),_t=vn(Me),Br&&Br.exit()),_t===Or.promise?Qt(j("Promise-chain cycle")):(Tt=G(_t))?Tt.call(_t,Hr,Qt):Hr(_t)):Qt(Me)}catch(_n){Qt(_n)}};ne.length>Nr;)Ur(ne[Nr++]);H._c=[],H._n=!1,K&&!H._h&&ie(H)})}},ie=function(H){T.call(l,function(){var K,ne,Me,Ne=H._v;if(re(H)&&(K=z(function(){X?$.emit("unhandledRejection",Ne,H):(ne=l.onunhandledrejection)?ne({promise:H,reason:Ne}):(Me=l.console)&&Me.error&&Me.error("Unhandled promise rejection",Ne)}),H._h=X||re(H)?2:1),H._a=void 0,K)throw K.error})},re=function(H){if(H._h==1)return!1;for(var K,ne=H._a||H._c,Me=0;ne.length>Me;)if(K=ne[Me++],K.fail||!re(K.promise))return!1;return!0},he=function(H){T.call(l,function(){var K;X?$.emit("rejectionHandled",H):(K=l.onrejectionhandled)&&K({promise:H,reason:H._v})})},me=function(H){var K=this;K._d||(K._d=!0,K=K._w||K,K._v=H,K._s=2,K._a||(K._a=K._c.slice()),de(K,!0))},ze=function(H){var K,ne=this;if(!ne._d){ne._d=!0,ne=ne._w||ne;try{if(ne===H)throw j("Promise can't be resolved itself");(K=G(H))?v(function(){var Me={_w:ne,_d:!1};try{K.call(H,c(ze,Me,1),c(me,Me,1))}catch(Ne){me.call(Me,Ne)}}):(ne._v=H,ne._s=1,de(ne,!1))}catch(Me){me.call({_w:ne,_d:!1},Me)}}};le||(O=function(H){g(this,O,k,"_h"),d(H),o.call(this);try{H(c(ze,this,1),c(me,this,1))}catch(K){me.call(this,K)}},o=function(H){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},o.prototype=i(56)(O.prototype,{then:function(H,K){var ne=I(x(this,O));return ne.ok=typeof H!="function"||H,ne.fail=typeof K=="function"&&K,ne.domain=X?$.domain:void 0,this._c.push(ne),this._a&&this._a.push(ne),this._s&&de(this,!1),ne.promise},catch:function(H){return this.then(void 0,H)}}),U=function(){var H=new o;this.promise=H,this.resolve=c(ze,H,1),this.reject=c(me,H,1)}),p(p.G+p.W+p.F*!le,{Promise:O}),i(18)(O,k),i(59)(k),s=i(6)[k],p(p.S+p.F*!le,k,{reject:function(H){var K=I(this),ne=K.reject;return ne(H),K.promise}}),p(p.S+p.F*(u||!le),k,{resolve:function(H){if(H instanceof O&&pe(H.constructor,this))return H;var K=I(this),ne=K.resolve;return ne(H),K.promise}}),p(p.S+p.F*!(le&&i(46)(function(H){O.all(H).catch(J)})),k,{all:function(H){var K=this,ne=I(K),Me=ne.resolve,Ne=ne.reject,Nr=z(function(){var Ur=[],Or=0,_t=1;C(H,!1,function(Tt){var vn=Or++,Hr=!1;Ur.push(void 0),_t++,K.resolve(Tt).then(function(Qt){Hr||(Hr=!0,Ur[vn]=Qt,--_t||Me(Ur))},Ne)}),--_t||Me(Ur)});return Nr&&Ne(Nr.error),ne.promise},race:function(H){var K=this,ne=I(K),Me=ne.reject,Ne=z(function(){C(H,!1,function(Nr){K.resolve(Nr).then(ne.resolve,Me)})});return Ne&&Me(Ne.error),ne.promise}})},function(r,n,i){"use strict";var o=i(61)(!0);i(27)(String,"String",function(a){this._t=String(a),this._i=0},function(){var a,s=this._t,u=this._i;return u>=s.length?{value:void 0,done:!0}:(a=o(s,u),this._i+=a.length,{value:a,done:!1})})},function(r,n,i){i(65);for(var o=i(2),a=i(5),s=i(10),u=i(1)("toStringTag"),l=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],c=0;c<5;c++){var f=l[c],p=o[f],h=p&&p.prototype;h&&!h[u]&&a(h,u,f),s[f]=s.Array}},function(r,n){r.exports=require("child_process")},function(r,n){r.exports=require("crypto")}])})});var b_=b((Q8,ik)=>{ik.exports=function(e,r){var n="000000000"+e;return n.substr(n.length-r)}});var lk=b((e5,uk)=>{var ok=b_(),S3=require("os"),ak=2,k3=ok(process.pid.toString(36),ak),sk=S3.hostname(),P3=sk.length,D3=ok(sk.split("").reduce(function(t,e){return+t+e.charCodeAt(0)},+P3+36).toString(36),ak);uk.exports=function(){return k3+D3}});var fk=b((t5,ck)=>{var N3=require("crypto"),O3=Math.pow(2,32)-1;ck.exports=function(){return Math.abs(N3.randomBytes(4).readInt32BE()/O3)}});var gk=b((r5,mk)=>{var Gd=lk(),dk=b_(),I3=fk(),Wu=0,E_=4,Ud=36,pk=Math.pow(Ud,E_);function A_(){return dk((I3()*pk<<0).toString(Ud),E_)}function hk(){return Wu=Wu<pk?Wu:0,Wu++,Wu-1}function Ku(){var t="c",e=new Date().getTime().toString(Ud),r=dk(hk().toString(Ud),E_),n=Gd(),i=A_()+A_();return t+e+r+n+i}Ku.slug=function(){var e=new Date().getTime().toString(36),r=hk().toString(36).slice(-4),n=Gd().slice(0,1)+Gd().slice(-1),i=A_().slice(-2);return e.slice(-2)+r+n+i};Ku.isCuid=function(e){return typeof e!="string"?!1:!!e.startsWith("c")};Ku.isSlug=function(e){if(typeof e!="string")return!1;var r=e.length;return r>=7&&r<=10};Ku.fingerprint=Gd;mk.exports=Ku});var vk=b((n5,yk)=>{"use strict";var $3=setTimeout;function M3(t,e){var r=e.useCachedSetTimeout?$3:setTimeout;return new Promise(function(n){r(n,t)})}yk.exports=function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.useCachedSetTimeout,n=M3(t,{useCachedSetTimeout:r});function i(o){return n.then(function(){return o})}return i.then=function(){return n.then.apply(n,arguments)},i.catch=Promise.resolve().catch,i}});var bk=b((i5,Rk)=>{"use strict";var x_=[],Vu=[],_k=!1,C_=0,Tk=1e4,hs={},zu={};function w_(t,e,r){let n=!1;function i(){n||(n=!0,t===!0&&process.nextTick(process.exit.bind(null,e)))}function o(){process.nextTick(()=>{--C_===0&&i()})}function a(s,u,l){return t&&l.length>s?(C_++,u?l(u,o):l(o)):u?l(u):l()}_k||(_k=!0,r&&Vu.map(a.bind(null,1,r)),x_.map(a.bind(null,0,null)),C_?setTimeout(()=>{i()},Tk):i())}function Gr(t){x_.push(t),x_.length===1&&(Gr.hookEvent("exit"),Gr.hookEvent("beforeExit",0),Gr.hookEvent("SIGHUP",128+1),Gr.hookEvent("SIGINT",128+2),Gr.hookEvent("SIGTERM",128+15),Gr.hookEvent("SIGBREAK",128+21),Gr.hookEvent("message",0,function(e){if(e!=="shutdown")return!0}))}Gr.hookEvent=function(t,e,r){hs[t]=function(){let n=zu[t];for(let i=0;i<n.length;i++)if(n[i].apply(this,arguments))return;w_(e!=null,e)},zu[t]||(zu[t]=[]),r&&zu[t].push(r),process.on(t,hs[t])};Gr.unhookEvent=function(t){process.removeListener(t,hs[t]),delete hs[t],delete zu[t]};Gr.hookedEvents=function(){let t=[];for(let e in hs)({}).hasOwnProperty.call(hs,e)&&t.push(e);return t};Gr.uncaughtExceptionHandler=function(t){Vu.push(t),Vu.length===1&&process.once("uncaughtException",w_.bind(null,!0,1))};Gr.unhandledRejectionHandler=function(t){Vu.push(t),Vu.length===1&&process.once("unhandledRejection",w_.bind(null,!0,1))};Gr.forceExitTimeout=function(t){Tk=t};Rk.exports=Gr});var Hd=b((a5,L3)=>{L3.exports={name:"zenstack",publisher:"zenstack",displayName:"ZenStack Language Tools",description:"A toolkit for building secure CRUD apps with Next.js + Typescript",version:"0.6.0-pre.8",author:{name:"ZenStack Team"},homepage:"https://zenstack.dev",license:"MIT",keywords:["fullstack","react","typescript","data modeling"],preview:!0,icon:"asset/logo-256-bg.png",repository:{type:"git",url:"https://github.com/zenstackhq/zenstack"},publishConfig:{directory:"bundle",linkDirectory:!0},engines:{vscode:"^1.56.0"},categories:["Programming Languages"],contributes:{languages:[{id:"zmodel",aliases:["ZenStack Model","zmodel"],extensions:[".zmodel"],configuration:"./language-configuration.json",icon:{light:"./asset/logo-light-256.png",dark:"./asset/logo-dark-256.png"}}],grammars:[{language:"zmodel",scopeName:"source.zmodel",path:"./syntaxes/zmodel.tmLanguage.json"}]},activationEvents:["onLanguage:zmodel"],bin:{zenstack:"bin/cli"},main:"./extension.js",scripts:{"vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build","vscode:package":"vsce package --no-dependencies",clean:"rimraf bundle",build:"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ",bundle:"pnpm clean && node build/bundle.js --minify",watch:"node build/bundle.js --watch","ts:watch":"tsc --watch --noEmit","tsc-alias:watch":"tsc-alias --watch",lint:"eslint src --ext ts",test:"jest",prepublishOnly:"cp ../../README.md ./ && pnpm build","publish-dev":"pnpm publish --tag dev",postinstall:"node bin/post-install.js"},dependencies:{"@prisma/generator-helper":"^4.7.1","@prisma/internals":"^4.7.1","@zenstackhq/language":"workspace:*","@zenstackhq/runtime":"workspace:*","@zenstackhq/sdk":"workspace:*","async-exit-hook":"^2.0.1","change-case":"^4.1.2",chevrotain:"^9.1.0",colors:"1.4.0",commander:"^8.3.0",cuid:"^2.1.8",langium:"^0.5.0",mixpanel:"^0.17.0","node-machine-id":"^1.1.12",ora:"^6.1.2",pluralize:"^8.0.0",prisma:"~4.7.0",promisify:"^0.0.3","sleep-promise":"^9.1.0","ts-morph":"^16.0.0",uuid:"^9.0.0","vscode-jsonrpc":"^8.0.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7","vscode-uri":"^3.0.6",zod:"^3.19.1"},devDependencies:{"@types/async-exit-hook":"^2.0.0","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/pluralize":"^0.0.29","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@types/vscode":"^1.56.0","@typescript-eslint/eslint-plugin":"^5.42.0","@typescript-eslint/parser":"^5.42.0",concurrently:"^7.4.0",dotenv:"^16.0.3",esbuild:"^0.15.12",eslint:"^8.27.0",jest:"^29.2.1","langium-cli":"^0.5.0",rimraf:"^3.0.2",tmp:"^0.2.1","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","tsconfig-paths-jest":"^0.0.1",typescript:"^4.8.4",vsce:"^2.13.0"}}});var Sk=b(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.TRANSACTION_FIELD_NAME=yo.GUARD_FIELD_NAME=yo.PluginError=void 0;var D_=class extends Error{constructor(e){super(e)}};yo.PluginError=D_;yo.GUARD_FIELD_NAME="zenstack_guard";yo.TRANSACTION_FIELD_NAME="zenstack_transaction"});var kk=b(vo=>{"use strict";var F3=vo&&vo.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(vo,"__esModule",{value:!0});vo.NodeFileSystem=vo.NodeFileSystemProvider=void 0;var N_=F3(require("fs")),q3=$n(),Bd=class{constructor(){this.encoding="utf-8"}readFile(e){return N_.default.promises.readFile(e.fsPath,this.encoding)}readFileSync(e){return N_.default.readFileSync(e.fsPath,this.encoding)}async readDirectory(e){return(await N_.default.promises.readdir(e.fsPath,{withFileTypes:!0})).map(n=>({dirent:n,isFile:n.isFile(),isDirectory:n.isDirectory(),uri:q3.Utils.joinPath(e,n.name)}))}};vo.NodeFileSystemProvider=Bd;vo.NodeFileSystem={fileSystemProvider:()=>new Bd}});var Pk=b(Qo=>{"use strict";var j3=Qo&&Qo.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),G3=Qo&&Qo.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&j3(e,t,r)};Object.defineProperty(Qo,"__esModule",{value:!0});G3(kk(),Qo)});var Nk=b((m5,Dk)=>{Dk.exports=Pk()});var Wn=b(ea=>{"use strict";var U3=ea&&ea.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),H3=ea&&ea.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&U3(e,t,r)};Object.defineProperty(ea,"__esModule",{value:!0});H3(e_(),ea)});var Lk=b(($_,M_)=>{(function(t,e){typeof require=="function"&&typeof $_=="object"&&typeof M_=="object"?M_.exports=e():typeof define=="function"&&define.amd?define(function(){return e()}):t.pluralize=e()})($_,function(){var t=[],e=[],r={},n={},i={};function o(h){return typeof h=="string"?new RegExp("^"+h+"$","i"):h}function a(h,d){return h===d?d:h===h.toLowerCase()?d.toLowerCase():h===h.toUpperCase()?d.toUpperCase():h[0]===h[0].toUpperCase()?d.charAt(0).toUpperCase()+d.substr(1).toLowerCase():d.toLowerCase()}function s(h,d){return h.replace(/\$(\d{1,2})/g,function(g,C){return d[C]||""})}function u(h,d){return h.replace(d[0],function(g,C){var x=s(d[1],arguments);return a(g===""?h[C-1]:g,x)})}function l(h,d,g){if(!h.length||r.hasOwnProperty(h))return d;for(var C=g.length;C--;){var x=g[C];if(x[0].test(d))return u(d,x)}return d}function c(h,d,g){return function(C){var x=C.toLowerCase();return d.hasOwnProperty(x)?a(C,x):h.hasOwnProperty(x)?a(C,h[x]):l(x,C,g)}}function f(h,d,g,C){return function(x){var T=x.toLowerCase();return d.hasOwnProperty(T)?!0:h.hasOwnProperty(T)?!1:l(T,T,g)===T}}function p(h,d,g){var C=d===1?p.singular(h):p.plural(h);return(g?d+" ":"")+C}return p.plural=c(i,n,t),p.isPlural=f(i,n,t),p.singular=c(n,i,e),p.isSingular=f(n,i,e),p.addPluralRule=function(h,d){t.push([o(h),d])},p.addSingularRule=function(h,d){e.push([o(h),d])},p.addUncountableRule=function(h){if(typeof h=="string"){r[h.toLowerCase()]=!0;return}p.addPluralRule(h,"$0"),p.addSingularRule(h,"$0")},p.addIrregularRule=function(h,d){d=d.toLowerCase(),h=h.toLowerCase(),i[h]=d,n[d]=h},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach(function(h){return p.addIrregularRule(h[0],h[1])}),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(function(h){return p.addPluralRule(h[0],h[1])}),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(function(h){return p.addSingularRule(h[0],h[1])}),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(p.addUncountableRule),p})});var Qk=b(_i=>{"use strict";Object.defineProperty(_i,"__esModule",{value:!0});_i.getLiteralArray=_i.getArray=_i.getLiteral=_i.resolved=void 0;var Xk=Wn();function Y3(t){if(!t.ref)throw new Error(`Reference not resolved: ${t.$refText}`);return t.ref}_i.resolved=Y3;function Zk(t){if(!!(0,Xk.isLiteralExpr)(t))return t.value}_i.getLiteral=Zk;function Jk(t){return(0,Xk.isArrayExpr)(t)?t.items:void 0}_i.getArray=Jk;function X3(t){let e=Jk(t);if(!!e)return e.map(r=>Zk(r))}_i.getLiteralArray=X3});var hP=b((lY,K_)=>{"use strict";var pP=(t,e)=>{for(let r of Reflect.ownKeys(e))Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r));return t};K_.exports=pP;K_.exports.default=pP});var gP=b((cY,ip)=>{"use strict";var lK=hP(),np=new WeakMap,mP=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,n=0,i=t.displayName||t.name||"<anonymous>",o=function(...a){if(np.set(o,++n),n===1)r=t.apply(this,a),t=null;else if(e.throw===!0)throw new Error(`Function \`${i}\` can only be called once`);return r};return lK(o,t),np.set(o,n),o};ip.exports=mP;ip.exports.default=mP;ip.exports.callCount=t=>{if(!np.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return np.get(t)}});var yP=b((fY,op)=>{op.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&op.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&op.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var bP=b((dY,bs)=>{var vt=global.process,ra=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};ra(vt)?(vP=require("assert"),Ts=yP(),_P=/^win/i.test(vt.platform),nl=require("events"),typeof nl!="function"&&(nl=nl.EventEmitter),vt.__signal_exit_emitter__?Jt=vt.__signal_exit_emitter__:(Jt=vt.__signal_exit_emitter__=new nl,Jt.count=0,Jt.emitted={}),Jt.infinite||(Jt.setMaxListeners(1/0),Jt.infinite=!0),bs.exports=function(t,e){if(!ra(global.process))return function(){};vP.equal(typeof t,"function","a callback must be provided for exit handler"),Rs===!1&&z_();var r="exit";e&&e.alwaysLast&&(r="afterexit");var n=function(){Jt.removeListener(r,t),Jt.listeners("exit").length===0&&Jt.listeners("afterexit").length===0&&ap()};return Jt.on(r,t),n},ap=function(){!Rs||!ra(global.process)||(Rs=!1,Ts.forEach(function(e){try{vt.removeListener(e,sp[e])}catch{}}),vt.emit=up,vt.reallyExit=V_,Jt.count-=1)},bs.exports.unload=ap,na=function(e,r,n){Jt.emitted[e]||(Jt.emitted[e]=!0,Jt.emit(e,r,n))},sp={},Ts.forEach(function(t){sp[t]=function(){if(!!ra(global.process)){var r=vt.listeners(t);r.length===Jt.count&&(ap(),na("exit",null,t),na("afterexit",null,t),_P&&t==="SIGHUP"&&(t="SIGINT"),vt.kill(vt.pid,t))}}}),bs.exports.signals=function(){return Ts},Rs=!1,z_=function(){Rs||!ra(global.process)||(Rs=!0,Jt.count+=1,Ts=Ts.filter(function(e){try{return vt.on(e,sp[e]),!0}catch{return!1}}),vt.emit=RP,vt.reallyExit=TP)},bs.exports.load=z_,V_=vt.reallyExit,TP=function(e){!ra(global.process)||(vt.exitCode=e||0,na("exit",vt.exitCode,null),na("afterexit",vt.exitCode,null),V_.call(vt,vt.exitCode))},up=vt.emit,RP=function(e,r){if(e==="exit"&&ra(global.process)){r!==void 0&&(vt.exitCode=r);var n=up.apply(this,arguments);return na("exit",vt.exitCode,null),na("afterexit",vt.exitCode,null),n}else return up.apply(this,arguments)}):bs.exports=function(){return function(){}};var vP,Ts,_P,nl,Jt,ap,na,sp,Rs,z_,V_,TP,up,RP});var wP=b((gY,fK)=>{fK.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]}}});var PP=b((yY,kP)=>{"use strict";var cp=Object.assign({},wP()),SP=Object.keys(cp);Object.defineProperty(cp,"random",{get(){let t=Math.floor(Math.random()*SP.length),e=SP[t];return cp[e]}});kP.exports=cp});var DP=b((CY,fp)=>{var mK=function(){"use strict";function t(a,s,u,l){var c;typeof s=="object"&&(u=s.depth,l=s.prototype,c=s.filter,s=s.circular);var f=[],p=[],h=typeof Buffer<"u";typeof s>"u"&&(s=!0),typeof u>"u"&&(u=1/0);function d(g,C){if(g===null)return null;if(C==0)return g;var x,T;if(typeof g!="object")return g;if(t.__isArray(g))x=[];else if(t.__isRegExp(g))x=new RegExp(g.source,o(g)),g.lastIndex&&(x.lastIndex=g.lastIndex);else if(t.__isDate(g))x=new Date(g.getTime());else{if(h&&Buffer.isBuffer(g))return Buffer.allocUnsafe?x=Buffer.allocUnsafe(g.length):x=new Buffer(g.length),g.copy(x),x;typeof l>"u"?(T=Object.getPrototypeOf(g),x=Object.create(T)):(x=Object.create(l),T=l)}if(s){var v=f.indexOf(g);if(v!=-1)return p[v];f.push(g),p.push(x)}for(var k in g){var j;T&&(j=Object.getOwnPropertyDescriptor(T,k)),!(j&&j.set==null)&&(x[k]=d(g[k],C-1))}return x}return d(a,u)}t.clonePrototype=function(s){if(s===null)return null;var u=function(){};return u.prototype=s,new u};function e(a){return Object.prototype.toString.call(a)}t.__objToStr=e;function r(a){return typeof a=="object"&&e(a)==="[object Date]"}t.__isDate=r;function n(a){return typeof a=="object"&&e(a)==="[object Array]"}t.__isArray=n;function i(a){return typeof a=="object"&&e(a)==="[object RegExp]"}t.__isRegExp=i;function o(a){var s="";return a.global&&(s+="g"),a.ignoreCase&&(s+="i"),a.multiline&&(s+="m"),s}return t.__getRegExpFlags=o,t}();typeof fp=="object"&&fp.exports&&(fp.exports=mK)});var OP=b((xY,NP)=>{var gK=DP();NP.exports=function(t,e){return t=t||{},Object.keys(e).forEach(function(r){typeof t[r]>"u"&&(t[r]=gK(e[r]))}),t}});var $P=b((wY,IP)=>{IP.exports=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531],[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]]});var qP=b((SY,Q_)=>{"use strict";var yK=OP(),al=$P(),LP={nul:0,control:0};Q_.exports=function(e){return FP(e,LP)};Q_.exports.config=function(t){return t=yK(t||{},LP),function(r){return FP(r,t)}};function FP(t,e){if(typeof t!="string")return MP(t,e);for(var r=0,n=0;n<t.length;n++){var i=MP(t.charCodeAt(n),e);if(i<0)return-1;r+=i}return r}function MP(t,e){return t===0?e.nul:t<32||t>=127&&t<160?e.control:vK(t)?0:1+(t>=4352&&(t<=4447||t==9001||t==9002||t>=11904&&t<=42191&&t!=12351||t>=44032&&t<=55203||t>=63744&&t<=64255||t>=65040&&t<=65049||t>=65072&&t<=65135||t>=65280&&t<=65376||t>=65504&&t<=65510||t>=131072&&t<=196605||t>=196608&&t<=262141))}function vK(t){var e=0,r=al.length-1,n;if(t<al[0][0]||t>al[r][1])return!1;for(;r>=e;)if(n=Math.floor((e+r)/2),t>al[n][1])e=n+1;else if(t<al[n][0])r=n-1;else return!0;return!1}});var tT=b((PY,jP)=>{jP.exports=require("stream")});var BP=b((DY,HP)=>{"use strict";function GP(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function _K(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?GP(Object(r),!0).forEach(function(n){TK(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):GP(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function TK(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function RK(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function UP(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function bK(t,e,r){return e&&UP(t.prototype,e),r&&UP(t,r),t}var AK=require("buffer"),dp=AK.Buffer,EK=require("util"),rT=EK.inspect,CK=rT&&rT.custom||"inspect";function xK(t,e,r){dp.prototype.copy.call(t,e,r)}HP.exports=function(){function t(){RK(this,t),this.head=null,this.tail=null,this.length=0}return bK(t,[{key:"push",value:function(r){var n={data:r,next:null};this.length>0?this.tail.next=n:this.head=n,this.tail=n,++this.length}},{key:"unshift",value:function(r){var n={data:r,next:this.head};this.length===0&&(this.tail=n),this.head=n,++this.length}},{key:"shift",value:function(){if(this.length!==0){var r=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,r}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(r){if(this.length===0)return"";for(var n=this.head,i=""+n.data;n=n.next;)i+=r+n.data;return i}},{key:"concat",value:function(r){if(this.length===0)return dp.alloc(0);for(var n=dp.allocUnsafe(r>>>0),i=this.head,o=0;i;)xK(i.data,n,o),o+=i.data.length,i=i.next;return n}},{key:"consume",value:function(r,n){var i;return r<this.head.data.length?(i=this.head.data.slice(0,r),this.head.data=this.head.data.slice(r)):r===this.head.data.length?i=this.shift():i=n?this._getString(r):this._getBuffer(r),i}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(r){var n=this.head,i=1,o=n.data;for(r-=o.length;n=n.next;){var a=n.data,s=r>a.length?a.length:r;if(s===a.length?o+=a:o+=a.slice(0,r),r-=s,r===0){s===a.length?(++i,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=a.slice(s));break}++i}return this.length-=i,o}},{key:"_getBuffer",value:function(r){var n=dp.allocUnsafe(r),i=this.head,o=1;for(i.data.copy(n),r-=i.data.length;i=i.next;){var a=i.data,s=r>a.length?a.length:r;if(a.copy(n,n.length-r,0,s),r-=s,r===0){s===a.length?(++o,i.next?this.head=i.next:this.head=this.tail=null):(this.head=i,i.data=a.slice(s));break}++o}return this.length-=o,n}},{key:CK,value:function(r,n){return rT(this,_K({},n,{depth:0,customInspect:!1}))}}]),t}()});var iT=b((NY,KP)=>{"use strict";function wK(t,e){var r=this,n=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return n||i?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(nT,this,t)):process.nextTick(nT,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(o){!e&&o?r._writableState?r._writableState.errorEmitted?process.nextTick(pp,r):(r._writableState.errorEmitted=!0,process.nextTick(WP,r,o)):process.nextTick(WP,r,o):e?(process.nextTick(pp,r),e(o)):process.nextTick(pp,r)}),this)}function WP(t,e){nT(t,e),pp(t)}function pp(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function SK(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function nT(t,e){t.emit("error",e)}function kK(t,e){var r=t._readableState,n=t._writableState;r&&r.autoDestroy||n&&n.autoDestroy?t.destroy(e):t.emit("error",e)}KP.exports={destroy:wK,undestroy:SK,errorOrDestroy:kK}});var Ro=b((OY,YP)=>{"use strict";var VP={};function mn(t,e,r){r||(r=Error);function n(o,a,s){return typeof e=="string"?e:e(o,a,s)}class i extends r{constructor(a,s,u){super(n(a,s,u))}}i.prototype.name=r.name,i.prototype.code=t,VP[t]=i}function zP(t,e){if(Array.isArray(t)){let r=t.length;return t=t.map(n=>String(n)),r>2?`one of ${e} ${t.slice(0,r-1).join(", ")}, or `+t[r-1]:r===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function PK(t,e,r){return t.substr(!r||r<0?0:+r,e.length)===e}function DK(t,e,r){return(r===void 0||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}function NK(t,e,r){return typeof r!="number"&&(r=0),r+e.length>t.length?!1:t.indexOf(e,r)!==-1}mn("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);mn("ERR_INVALID_ARG_TYPE",function(t,e,r){let n;typeof e=="string"&&PK(e,"not ")?(n="must not be",e=e.replace(/^not /,"")):n="must be";let i;if(DK(t," argument"))i=`The ${t} ${n} ${zP(e,"type")}`;else{let o=NK(t,".")?"property":"argument";i=`The "${t}" ${o} ${n} ${zP(e,"type")}`}return i+=`. Received type ${typeof r}`,i},TypeError);mn("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");mn("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});mn("ERR_STREAM_PREMATURE_CLOSE","Premature close");mn("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});mn("ERR_MULTIPLE_CALLBACK","Callback called multiple times");mn("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");mn("ERR_STREAM_WRITE_AFTER_END","write after end");mn("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);mn("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);mn("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");YP.exports.codes=VP});var oT=b((IY,XP)=>{"use strict";var OK=Ro().codes.ERR_INVALID_OPT_VALUE;function IK(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function $K(t,e,r,n){var i=IK(e,n,r);if(i!=null){if(!(isFinite(i)&&Math.floor(i)===i)||i<0){var o=n?r:"highWaterMark";throw new OK(o,i)}return Math.floor(i)}return t.objectMode?16:16*1024}XP.exports={getHighWaterMark:$K}});var ZP=b(($Y,aT)=>{typeof Object.create=="function"?aT.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:aT.exports=function(e,r){if(r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}}});var ia=b((MY,uT)=>{try{if(sT=require("util"),typeof sT.inherits!="function")throw"";uT.exports=sT.inherits}catch{uT.exports=ZP()}var sT});var QP=b((LY,JP)=>{JP.exports=require("util").deprecate});var fT=b((FY,oD)=>{"use strict";oD.exports=Pt;function tD(t){var e=this;this.next=null,this.entry=null,this.finish=function(){uz(e,t)}}var Es;Pt.WritableState=ul;var MK={deprecate:QP()},rD=tT(),mp=require("buffer").Buffer,LK=global.Uint8Array||function(){};function FK(t){return mp.from(t)}function qK(t){return mp.isBuffer(t)||t instanceof LK}var cT=iT(),jK=oT(),GK=jK.getHighWaterMark,bo=Ro().codes,UK=bo.ERR_INVALID_ARG_TYPE,HK=bo.ERR_METHOD_NOT_IMPLEMENTED,BK=bo.ERR_MULTIPLE_CALLBACK,WK=bo.ERR_STREAM_CANNOT_PIPE,KK=bo.ERR_STREAM_DESTROYED,zK=bo.ERR_STREAM_NULL_VALUES,VK=bo.ERR_STREAM_WRITE_AFTER_END,YK=bo.ERR_UNKNOWN_ENCODING,Cs=cT.errorOrDestroy;ia()(Pt,rD);function XK(){}function ul(t,e,r){Es=Es||oa(),t=t||{},typeof r!="boolean"&&(r=e instanceof Es),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=GK(this,t,"writableHighWaterMark",r),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var n=t.decodeStrings===!1;this.decodeStrings=!n,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(i){nz(e,i)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new tD(this)}ul.prototype.getBuffer=function(){for(var e=this.bufferedRequest,r=[];e;)r.push(e),e=e.next;return r};(function(){try{Object.defineProperty(ul.prototype,"buffer",{get:MK.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var hp;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(hp=Function.prototype[Symbol.hasInstance],Object.defineProperty(Pt,Symbol.hasInstance,{value:function(e){return hp.call(this,e)?!0:this!==Pt?!1:e&&e._writableState instanceof ul}})):hp=function(e){return e instanceof this};function Pt(t){Es=Es||oa();var e=this instanceof Es;if(!e&&!hp.call(Pt,this))return new Pt(t);this._writableState=new ul(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),rD.call(this)}Pt.prototype.pipe=function(){Cs(this,new WK)};function ZK(t,e){var r=new VK;Cs(t,r),process.nextTick(e,r)}function JK(t,e,r,n){var i;return r===null?i=new zK:typeof r!="string"&&!e.objectMode&&(i=new UK("chunk",["string","Buffer"],r)),i?(Cs(t,i),process.nextTick(n,i),!1):!0}Pt.prototype.write=function(t,e,r){var n=this._writableState,i=!1,o=!n.objectMode&&qK(t);return o&&!mp.isBuffer(t)&&(t=FK(t)),typeof e=="function"&&(r=e,e=null),o?e="buffer":e||(e=n.defaultEncoding),typeof r!="function"&&(r=XK),n.ending?ZK(this,r):(o||JK(this,n,t,r))&&(n.pendingcb++,i=ez(this,n,o,t,e,r)),i};Pt.prototype.cork=function(){this._writableState.corked++};Pt.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&nD(this,t))};Pt.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new YK(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(Pt.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function QK(t,e,r){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=mp.from(e,r)),e}Object.defineProperty(Pt.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function ez(t,e,r,n,i,o){if(!r){var a=QK(e,n,i);n!==a&&(r=!0,i="buffer",n=a)}var s=e.objectMode?1:n.length;e.length+=s;var u=e.length<e.highWaterMark;if(u||(e.needDrain=!0),e.writing||e.corked){var l=e.lastBufferedRequest;e.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:o,next:null},l?l.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else lT(t,e,!1,s,n,i,o);return u}function lT(t,e,r,n,i,o,a){e.writelen=n,e.writecb=a,e.writing=!0,e.sync=!0,e.destroyed?e.onwrite(new KK("write")):r?t._writev(i,e.onwrite):t._write(i,o,e.onwrite),e.sync=!1}function tz(t,e,r,n,i){--e.pendingcb,r?(process.nextTick(i,n),process.nextTick(sl,t,e),t._writableState.errorEmitted=!0,Cs(t,n)):(i(n),t._writableState.errorEmitted=!0,Cs(t,n),sl(t,e))}function rz(t){t.writing=!1,t.writecb=null,t.length-=t.writelen,t.writelen=0}function nz(t,e){var r=t._writableState,n=r.sync,i=r.writecb;if(typeof i!="function")throw new BK;if(rz(r),e)tz(t,r,n,e,i);else{var o=iD(r)||t.destroyed;!o&&!r.corked&&!r.bufferProcessing&&r.bufferedRequest&&nD(t,r),n?process.nextTick(eD,t,r,o,i):eD(t,r,o,i)}}function eD(t,e,r,n){r||iz(t,e),e.pendingcb--,n(),sl(t,e)}function iz(t,e){e.length===0&&e.needDrain&&(e.needDrain=!1,t.emit("drain"))}function nD(t,e){e.bufferProcessing=!0;var r=e.bufferedRequest;if(t._writev&&r&&r.next){var n=e.bufferedRequestCount,i=new Array(n),o=e.corkedRequestsFree;o.entry=r;for(var a=0,s=!0;r;)i[a]=r,r.isBuf||(s=!1),r=r.next,a+=1;i.allBuffers=s,lT(t,e,!0,e.length,i,"",o.finish),e.pendingcb++,e.lastBufferedRequest=null,o.next?(e.corkedRequestsFree=o.next,o.next=null):e.corkedRequestsFree=new tD(e),e.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,l=r.encoding,c=r.callback,f=e.objectMode?1:u.length;if(lT(t,e,!1,f,u,l,c),r=r.next,e.bufferedRequestCount--,e.writing)break}r===null&&(e.lastBufferedRequest=null)}e.bufferedRequest=r,e.bufferProcessing=!1}Pt.prototype._write=function(t,e,r){r(new HK("_write()"))};Pt.prototype._writev=null;Pt.prototype.end=function(t,e,r){var n=this._writableState;return typeof t=="function"?(r=t,t=null,e=null):typeof e=="function"&&(r=e,e=null),t!=null&&this.write(t,e),n.corked&&(n.corked=1,this.uncork()),n.ending||sz(this,n,r),this};Object.defineProperty(Pt.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function iD(t){return t.ending&&t.length===0&&t.bufferedRequest===null&&!t.finished&&!t.writing}function oz(t,e){t._final(function(r){e.pendingcb--,r&&Cs(t,r),e.prefinished=!0,t.emit("prefinish"),sl(t,e)})}function az(t,e){!e.prefinished&&!e.finalCalled&&(typeof t._final=="function"&&!e.destroyed?(e.pendingcb++,e.finalCalled=!0,process.nextTick(oz,t,e)):(e.prefinished=!0,t.emit("prefinish")))}function sl(t,e){var r=iD(e);if(r&&(az(t,e),e.pendingcb===0&&(e.finished=!0,t.emit("finish"),e.autoDestroy))){var n=t._readableState;(!n||n.autoDestroy&&n.endEmitted)&&t.destroy()}return r}function sz(t,e,r){e.ending=!0,sl(t,e),r&&(e.finished?process.nextTick(r):t.once("finish",r)),e.ended=!0,t.writable=!1}function uz(t,e,r){var n=t.entry;for(t.entry=null;n;){var i=n.callback;e.pendingcb--,i(r),n=n.next}e.corkedRequestsFree.next=t}Object.defineProperty(Pt.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(e){!this._writableState||(this._writableState.destroyed=e)}});Pt.prototype.destroy=cT.destroy;Pt.prototype._undestroy=cT.undestroy;Pt.prototype._destroy=function(t,e){e(t)}});var oa=b((qY,sD)=>{"use strict";var lz=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};sD.exports=Ti;var aD=hT(),pT=fT();ia()(Ti,aD);for(dT=lz(pT.prototype),gp=0;gp<dT.length;gp++)yp=dT[gp],Ti.prototype[yp]||(Ti.prototype[yp]=pT.prototype[yp]);var dT,yp,gp;function Ti(t){if(!(this instanceof Ti))return new Ti(t);aD.call(this,t),pT.call(this,t),this.allowHalfOpen=!0,t&&(t.readable===!1&&(this.readable=!1),t.writable===!1&&(this.writable=!1),t.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",cz)))}Object.defineProperty(Ti.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});Object.defineProperty(Ti.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});Object.defineProperty(Ti.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function cz(){this._writableState.ended||process.nextTick(fz,this)}function fz(t){t.end()}Object.defineProperty(Ti.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=e,this._writableState.destroyed=e)}})});var cD=b((mT,lD)=>{var vp=require("buffer"),Ri=vp.Buffer;function uD(t,e){for(var r in t)e[r]=t[r]}Ri.from&&Ri.alloc&&Ri.allocUnsafe&&Ri.allocUnsafeSlow?lD.exports=vp:(uD(vp,mT),mT.Buffer=aa);function aa(t,e,r){return Ri(t,e,r)}aa.prototype=Object.create(Ri.prototype);uD(Ri,aa);aa.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return Ri(t,e,r)};aa.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var n=Ri(t);return e!==void 0?typeof r=="string"?n.fill(e,r):n.fill(e):n.fill(0),n};aa.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Ri(t)};aa.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return vp.SlowBuffer(t)}});var vT=b(dD=>{"use strict";var yT=cD().Buffer,fD=yT.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function dz(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function pz(t){var e=dz(t);if(typeof e!="string"&&(yT.isEncoding===fD||!fD(t)))throw new Error("Unknown encoding: "+t);return e||t}dD.StringDecoder=ll;function ll(t){this.encoding=pz(t);var e;switch(this.encoding){case"utf16le":this.text=_z,this.end=Tz,e=4;break;case"utf8":this.fillLast=gz,e=4;break;case"base64":this.text=Rz,this.end=bz,e=3;break;default:this.write=Az,this.end=Ez;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=yT.allocUnsafe(e)}ll.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<t.length?e?e+this.text(t,r):this.text(t,r):e||""};ll.prototype.end=vz;ll.prototype.text=yz;ll.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};function gT(t){return t<=127?0:t>>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function hz(t,e,r){var n=e.length-1;if(n<r)return 0;var i=gT(e[n]);return i>=0?(i>0&&(t.lastNeed=i-1),i):--n<r||i===-2?0:(i=gT(e[n]),i>=0?(i>0&&(t.lastNeed=i-2),i):--n<r||i===-2?0:(i=gT(e[n]),i>=0?(i>0&&(i===2?i=0:t.lastNeed=i-3),i):0))}function mz(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function gz(t){var e=this.lastTotal-this.lastNeed,r=mz(this,t,e);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function yz(t,e){var r=hz(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var n=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,n),t.toString("utf8",e,n)}function vz(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function _z(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function Tz(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function Rz(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function bz(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function Az(t){return t.toString(this.encoding)}function Ez(t){return t&&t.length?this.write(t):""}});var _p=b((GY,mD)=>{"use strict";var pD=Ro().codes.ERR_STREAM_PREMATURE_CLOSE;function Cz(t){var e=!1;return function(){if(!e){e=!0;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];t.apply(this,n)}}}function xz(){}function wz(t){return t.setHeader&&typeof t.abort=="function"}function hD(t,e,r){if(typeof e=="function")return hD(t,null,e);e||(e={}),r=Cz(r||xz);var n=e.readable||e.readable!==!1&&t.readable,i=e.writable||e.writable!==!1&&t.writable,o=function(){t.writable||s()},a=t._writableState&&t._writableState.finished,s=function(){i=!1,a=!0,n||r.call(t)},u=t._readableState&&t._readableState.endEmitted,l=function(){n=!1,u=!0,i||r.call(t)},c=function(d){r.call(t,d)},f=function(){var d;if(n&&!u)return(!t._readableState||!t._readableState.ended)&&(d=new pD),r.call(t,d);if(i&&!a)return(!t._writableState||!t._writableState.ended)&&(d=new pD),r.call(t,d)},p=function(){t.req.on("finish",s)};return wz(t)?(t.on("complete",s),t.on("abort",f),t.req?p():t.on("request",p)):i&&!t._writableState&&(t.on("end",o),t.on("close",o)),t.on("end",l),t.on("finish",s),e.error!==!1&&t.on("error",c),t.on("close",f),function(){t.removeListener("complete",s),t.removeListener("abort",f),t.removeListener("request",p),t.req&&t.req.removeListener("finish",s),t.removeListener("end",o),t.removeListener("close",o),t.removeListener("finish",s),t.removeListener("end",l),t.removeListener("error",c),t.removeListener("close",f)}}mD.exports=hD});var yD=b((UY,gD)=>{"use strict";var Tp;function Ao(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Sz=_p(),Eo=Symbol("lastResolve"),sa=Symbol("lastReject"),cl=Symbol("error"),Rp=Symbol("ended"),ua=Symbol("lastPromise"),_T=Symbol("handlePromise"),la=Symbol("stream");function Co(t,e){return{value:t,done:e}}function kz(t){var e=t[Eo];if(e!==null){var r=t[la].read();r!==null&&(t[ua]=null,t[Eo]=null,t[sa]=null,e(Co(r,!1)))}}function Pz(t){process.nextTick(kz,t)}function Dz(t,e){return function(r,n){t.then(function(){if(e[Rp]){r(Co(void 0,!0));return}e[_T](r,n)},n)}}var Nz=Object.getPrototypeOf(function(){}),Oz=Object.setPrototypeOf((Tp={get stream(){return this[la]},next:function(){var e=this,r=this[cl];if(r!==null)return Promise.reject(r);if(this[Rp])return Promise.resolve(Co(void 0,!0));if(this[la].destroyed)return new Promise(function(a,s){process.nextTick(function(){e[cl]?s(e[cl]):a(Co(void 0,!0))})});var n=this[ua],i;if(n)i=new Promise(Dz(n,this));else{var o=this[la].read();if(o!==null)return Promise.resolve(Co(o,!1));i=new Promise(this[_T])}return this[ua]=i,i}},Ao(Tp,Symbol.asyncIterator,function(){return this}),Ao(Tp,"return",function(){var e=this;return new Promise(function(r,n){e[la].destroy(null,function(i){if(i){n(i);return}r(Co(void 0,!0))})})}),Tp),Nz),Iz=function(e){var r,n=Object.create(Oz,(r={},Ao(r,la,{value:e,writable:!0}),Ao(r,Eo,{value:null,writable:!0}),Ao(r,sa,{value:null,writable:!0}),Ao(r,cl,{value:null,writable:!0}),Ao(r,Rp,{value:e._readableState.endEmitted,writable:!0}),Ao(r,_T,{value:function(o,a){var s=n[la].read();s?(n[ua]=null,n[Eo]=null,n[sa]=null,o(Co(s,!1))):(n[Eo]=o,n[sa]=a)},writable:!0}),r));return n[ua]=null,Sz(e,function(i){if(i&&i.code!=="ERR_STREAM_PREMATURE_CLOSE"){var o=n[sa];o!==null&&(n[ua]=null,n[Eo]=null,n[sa]=null,o(i)),n[cl]=i;return}var a=n[Eo];a!==null&&(n[ua]=null,n[Eo]=null,n[sa]=null,a(Co(void 0,!0))),n[Rp]=!0}),e.on("readable",Pz.bind(null,n)),n};gD.exports=Iz});var RD=b((HY,TD)=>{"use strict";function vD(t,e,r,n,i,o,a){try{var s=t[o](a),u=s.value}catch(l){r(l);return}s.done?e(u):Promise.resolve(u).then(n,i)}function $z(t){return function(){var e=this,r=arguments;return new Promise(function(n,i){var o=t.apply(e,r);function a(u){vD(o,n,i,a,s,"next",u)}function s(u){vD(o,n,i,a,s,"throw",u)}a(void 0)})}}function _D(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Mz(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?_D(Object(r),!0).forEach(function(n){Lz(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):_D(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function Lz(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Fz=Ro().codes.ERR_INVALID_ARG_TYPE;function qz(t,e,r){var n;if(e&&typeof e.next=="function")n=e;else if(e&&e[Symbol.asyncIterator])n=e[Symbol.asyncIterator]();else if(e&&e[Symbol.iterator])n=e[Symbol.iterator]();else throw new Fz("iterable",["Iterable"],e);var i=new t(Mz({objectMode:!0},r)),o=!1;i._read=function(){o||(o=!0,a())};function a(){return s.apply(this,arguments)}function s(){return s=$z(function*(){try{var u=yield n.next(),l=u.value,c=u.done;c?i.push(null):i.push(yield l)?a():o=!1}catch(f){i.destroy(f)}}),s.apply(this,arguments)}return i}TD.exports=qz});var hT=b((WY,DD)=>{"use strict";DD.exports=De;var xs;De.ReadableState=CD;var BY=require("events").EventEmitter,ED=function(e,r){return e.listeners(r).length},dl=tT(),bp=require("buffer").Buffer,jz=global.Uint8Array||function(){};function Gz(t){return bp.from(t)}function Uz(t){return bp.isBuffer(t)||t instanceof jz}var TT=require("util"),_e;TT&&TT.debuglog?_e=TT.debuglog("stream"):_e=function(){};var Hz=BP(),wT=iT(),Bz=oT(),Wz=Bz.getHighWaterMark,Ap=Ro().codes,Kz=Ap.ERR_INVALID_ARG_TYPE,zz=Ap.ERR_STREAM_PUSH_AFTER_EOF,Vz=Ap.ERR_METHOD_NOT_IMPLEMENTED,Yz=Ap.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,ws,RT,bT;ia()(De,dl);var fl=wT.errorOrDestroy,AT=["error","close","destroy","pause","resume"];function Xz(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):Array.isArray(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}function CD(t,e,r){xs=xs||oa(),t=t||{},typeof r!="boolean"&&(r=e instanceof xs),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=Wz(this,t,"readableHighWaterMark",r),this.buffer=new Hz,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(ws||(ws=vT().StringDecoder),this.decoder=new ws(t.encoding),this.encoding=t.encoding)}function De(t){if(xs=xs||oa(),!(this instanceof De))return new De(t);var e=this instanceof xs;this._readableState=new CD(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),dl.call(this)}Object.defineProperty(De.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){!this._readableState||(this._readableState.destroyed=e)}});De.prototype.destroy=wT.destroy;De.prototype._undestroy=wT.undestroy;De.prototype._destroy=function(t,e){e(t)};De.prototype.push=function(t,e){var r=this._readableState,n;return r.objectMode?n=!0:typeof t=="string"&&(e=e||r.defaultEncoding,e!==r.encoding&&(t=bp.from(t,e),e=""),n=!0),xD(this,t,e,!1,n)};De.prototype.unshift=function(t){return xD(this,t,null,!0,!1)};function xD(t,e,r,n,i){_e("readableAddChunk",e);var o=t._readableState;if(e===null)o.reading=!1,Qz(t,o);else{var a;if(i||(a=Zz(o,e)),a)fl(t,a);else if(o.objectMode||e&&e.length>0)if(typeof e!="string"&&!o.objectMode&&Object.getPrototypeOf(e)!==bp.prototype&&(e=Gz(e)),n)o.endEmitted?fl(t,new Yz):ET(t,o,e,!0);else if(o.ended)fl(t,new zz);else{if(o.destroyed)return!1;o.reading=!1,o.decoder&&!r?(e=o.decoder.write(e),o.objectMode||e.length!==0?ET(t,o,e,!1):xT(t,o)):ET(t,o,e,!1)}else n||(o.reading=!1,xT(t,o))}return!o.ended&&(o.length<o.highWaterMark||o.length===0)}function ET(t,e,r,n){e.flowing&&e.length===0&&!e.sync?(e.awaitDrain=0,t.emit("data",r)):(e.length+=e.objectMode?1:r.length,n?e.buffer.unshift(r):e.buffer.push(r),e.needReadable&&Ep(t)),xT(t,e)}function Zz(t,e){var r;return!Uz(e)&&typeof e!="string"&&e!==void 0&&!t.objectMode&&(r=new Kz("chunk",["string","Buffer","Uint8Array"],e)),r}De.prototype.isPaused=function(){return this._readableState.flowing===!1};De.prototype.setEncoding=function(t){ws||(ws=vT().StringDecoder);var e=new ws(t);this._readableState.decoder=e,this._readableState.encoding=this._readableState.decoder.encoding;for(var r=this._readableState.buffer.head,n="";r!==null;)n+=e.write(r.data),r=r.next;return this._readableState.buffer.clear(),n!==""&&this._readableState.buffer.push(n),this._readableState.length=n.length,this};var bD=1073741824;function Jz(t){return t>=bD?t=bD:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function AD(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=Jz(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}De.prototype.read=function(t){_e("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return _e("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?CT(this):Ep(this),null;if(t=AD(t,e),t===0&&e.ended)return e.length===0&&CT(this),null;var n=e.needReadable;_e("need readable",n),(e.length===0||e.length-t<e.highWaterMark)&&(n=!0,_e("length less than watermark",n)),e.ended||e.reading?(n=!1,_e("reading or ended",n)):n&&(_e("do read"),e.reading=!0,e.sync=!0,e.length===0&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=AD(r,e)));var i;return t>0?i=kD(t,e):i=null,i===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&CT(this)),i!==null&&this.emit("data",i),i};function Qz(t,e){if(_e("onEofChunk"),!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?Ep(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,wD(t)))}}function Ep(t){var e=t._readableState;_e("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(_e("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(wD,t))}function wD(t){var e=t._readableState;_e("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,ST(t)}function xT(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(eV,t,e))}function eV(t,e){for(;!e.reading&&!e.ended&&(e.length<e.highWaterMark||e.flowing&&e.length===0);){var r=e.length;if(_e("maybeReadMore read 0"),t.read(0),r===e.length)break}e.readingMore=!1}De.prototype._read=function(t){fl(this,new Vz("_read()"))};De.prototype.pipe=function(t,e){var r=this,n=this._readableState;switch(n.pipesCount){case 0:n.pipes=t;break;case 1:n.pipes=[n.pipes,t];break;default:n.pipes.push(t);break}n.pipesCount+=1,_e("pipe count=%d opts=%j",n.pipesCount,e);var i=(!e||e.end!==!1)&&t!==process.stdout&&t!==process.stderr,o=i?s:g;n.endEmitted?process.nextTick(o):r.once("end",o),t.on("unpipe",a);function a(C,x){_e("onunpipe"),C===r&&x&&x.hasUnpiped===!1&&(x.hasUnpiped=!0,c())}function s(){_e("onend"),t.end()}var u=tV(r);t.on("drain",u);var l=!1;function c(){_e("cleanup"),t.removeListener("close",h),t.removeListener("finish",d),t.removeListener("drain",u),t.removeListener("error",p),t.removeListener("unpipe",a),r.removeListener("end",s),r.removeListener("end",g),r.removeListener("data",f),l=!0,n.awaitDrain&&(!t._writableState||t._writableState.needDrain)&&u()}r.on("data",f);function f(C){_e("ondata");var x=t.write(C);_e("dest.write",x),x===!1&&((n.pipesCount===1&&n.pipes===t||n.pipesCount>1&&PD(n.pipes,t)!==-1)&&!l&&(_e("false write response, pause",n.awaitDrain),n.awaitDrain++),r.pause())}function p(C){_e("onerror",C),g(),t.removeListener("error",p),ED(t,"error")===0&&fl(t,C)}Xz(t,"error",p);function h(){t.removeListener("finish",d),g()}t.once("close",h);function d(){_e("onfinish"),t.removeListener("close",h),g()}t.once("finish",d);function g(){_e("unpipe"),r.unpipe(t)}return t.emit("pipe",r),n.flowing||(_e("pipe resume"),r.resume()),t};function tV(t){return function(){var r=t._readableState;_e("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,r.awaitDrain===0&&ED(t,"data")&&(r.flowing=!0,ST(t))}}De.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var n=e.pipes,i=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o<i;o++)n[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=PD(e.pipes,t);return a===-1?this:(e.pipes.splice(a,1),e.pipesCount-=1,e.pipesCount===1&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,r),this)};De.prototype.on=function(t,e){var r=dl.prototype.on.call(this,t,e),n=this._readableState;return t==="data"?(n.readableListening=this.listenerCount("readable")>0,n.flowing!==!1&&this.resume()):t==="readable"&&!n.endEmitted&&!n.readableListening&&(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,_e("on readable",n.length,n.reading),n.length?Ep(this):n.reading||process.nextTick(rV,this)),r};De.prototype.addListener=De.prototype.on;De.prototype.removeListener=function(t,e){var r=dl.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(SD,this),r};De.prototype.removeAllListeners=function(t){var e=dl.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(SD,this),e};function SD(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function rV(t){_e("readable nexttick read 0"),t.read(0)}De.prototype.resume=function(){var t=this._readableState;return t.flowing||(_e("resume"),t.flowing=!t.readableListening,nV(this,t)),t.paused=!1,this};function nV(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(iV,t,e))}function iV(t,e){_e("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),ST(t),e.flowing&&!e.reading&&t.read(0)}De.prototype.pause=function(){return _e("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(_e("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function ST(t){var e=t._readableState;for(_e("flow",e.flowing);e.flowing&&t.read()!==null;);}De.prototype.wrap=function(t){var e=this,r=this._readableState,n=!1;t.on("end",function(){if(_e("wrapped end"),r.decoder&&!r.ended){var a=r.decoder.end();a&&a.length&&e.push(a)}e.push(null)}),t.on("data",function(a){if(_e("wrapped data"),r.decoder&&(a=r.decoder.write(a)),!(r.objectMode&&a==null)&&!(!r.objectMode&&(!a||!a.length))){var s=e.push(a);s||(n=!0,t.pause())}});for(var i in t)this[i]===void 0&&typeof t[i]=="function"&&(this[i]=function(s){return function(){return t[s].apply(t,arguments)}}(i));for(var o=0;o<AT.length;o++)t.on(AT[o],this.emit.bind(this,AT[o]));return this._read=function(a){_e("wrapped _read",a),n&&(n=!1,t.resume())},this};typeof Symbol=="function"&&(De.prototype[Symbol.asyncIterator]=function(){return RT===void 0&&(RT=yD()),RT(this)});Object.defineProperty(De.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}});Object.defineProperty(De.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}});Object.defineProperty(De.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}});De._fromList=kD;Object.defineProperty(De.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function kD(t,e){if(e.length===0)return null;var r;return e.objectMode?r=e.buffer.shift():!t||t>=e.length?(e.decoder?r=e.buffer.join(""):e.buffer.length===1?r=e.buffer.first():r=e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r}function CT(t){var e=t._readableState;_e("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(oV,e,t))}function oV(t,e){if(_e("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var r=e._writableState;(!r||r.autoDestroy&&r.finished)&&e.destroy()}}typeof Symbol=="function"&&(De.from=function(t,e){return bT===void 0&&(bT=RD()),bT(De,t,e)});function PD(t,e){for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}});var kT=b((KY,OD)=>{"use strict";OD.exports=zi;var Cp=Ro().codes,aV=Cp.ERR_METHOD_NOT_IMPLEMENTED,sV=Cp.ERR_MULTIPLE_CALLBACK,uV=Cp.ERR_TRANSFORM_ALREADY_TRANSFORMING,lV=Cp.ERR_TRANSFORM_WITH_LENGTH_0,xp=oa();ia()(zi,xp);function cV(t,e){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(n===null)return this.emit("error",new sV);r.writechunk=null,r.writecb=null,e!=null&&this.push(e),n(t);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function zi(t){if(!(this instanceof zi))return new zi(t);xp.call(this,t),this._transformState={afterTransform:cV.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,t&&(typeof t.transform=="function"&&(this._transform=t.transform),typeof t.flush=="function"&&(this._flush=t.flush)),this.on("prefinish",fV)}function fV(){var t=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(e,r){ND(t,e,r)}):ND(this,null,null)}zi.prototype.push=function(t,e){return this._transformState.needTransform=!1,xp.prototype.push.call(this,t,e)};zi.prototype._transform=function(t,e,r){r(new aV("_transform()"))};zi.prototype._write=function(t,e,r){var n=this._transformState;if(n.writecb=r,n.writechunk=t,n.writeencoding=e,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}};zi.prototype._read=function(t){var e=this._transformState;e.writechunk!==null&&!e.transforming?(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform)):e.needTransform=!0};zi.prototype._destroy=function(t,e){xp.prototype._destroy.call(this,t,function(r){e(r)})};function ND(t,e,r){if(e)return t.emit("error",e);if(r!=null&&t.push(r),t._writableState.length)throw new lV;if(t._transformState.transforming)throw new uV;return t.push(null)}});var MD=b((zY,$D)=>{"use strict";$D.exports=pl;var ID=kT();ia()(pl,ID);function pl(t){if(!(this instanceof pl))return new pl(t);ID.call(this,t)}pl.prototype._transform=function(t,e,r){r(null,t)}});var GD=b((VY,jD)=>{"use strict";var PT;function dV(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var qD=Ro().codes,pV=qD.ERR_MISSING_ARGS,hV=qD.ERR_STREAM_DESTROYED;function LD(t){if(t)throw t}function mV(t){return t.setHeader&&typeof t.abort=="function"}function gV(t,e,r,n){n=dV(n);var i=!1;t.on("close",function(){i=!0}),PT===void 0&&(PT=_p()),PT(t,{readable:e,writable:r},function(a){if(a)return n(a);i=!0,n()});var o=!1;return function(a){if(!i&&!o){if(o=!0,mV(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();n(a||new hV("pipe"))}}}function FD(t){t()}function yV(t,e){return t.pipe(e)}function vV(t){return!t.length||typeof t[t.length-1]!="function"?LD:t.pop()}function _V(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];var n=vV(e);if(Array.isArray(e[0])&&(e=e[0]),e.length<2)throw new pV("streams");var i,o=e.map(function(a,s){var u=s<e.length-1,l=s>0;return gV(a,u,l,function(c){i||(i=c),c&&o.forEach(FD),!u&&(o.forEach(FD),n(i))})});return e.reduce(yV)}jD.exports=_V});var UD=b((gn,ml)=>{var hl=require("stream");process.env.READABLE_STREAM==="disable"&&hl?(ml.exports=hl.Readable,Object.assign(ml.exports,hl),ml.exports.Stream=hl):(gn=ml.exports=hT(),gn.Stream=hl||gn,gn.Readable=gn,gn.Writable=fT(),gn.Duplex=oa(),gn.Transform=kT(),gn.PassThrough=MD(),gn.finished=_p(),gn.pipeline=GD())});var WD=b((YY,BD)=>{"use strict";var{Buffer:Xn}=require("buffer"),HD=Symbol.for("BufferList");function ut(t){if(!(this instanceof ut))return new ut(t);ut._init.call(this,t)}ut._init=function(e){Object.defineProperty(this,HD,{value:!0}),this._bufs=[],this.length=0,e&&this.append(e)};ut.prototype._new=function(e){return new ut(e)};ut.prototype._offset=function(e){if(e===0)return[0,0];let r=0;for(let n=0;n<this._bufs.length;n++){let i=r+this._bufs[n].length;if(e<i||n===this._bufs.length-1)return[n,e-r];r=i}};ut.prototype._reverseOffset=function(t){let e=t[0],r=t[1];for(let n=0;n<e;n++)r+=this._bufs[n].length;return r};ut.prototype.get=function(e){if(e>this.length||e<0)return;let r=this._offset(e);return this._bufs[r[0]][r[1]]};ut.prototype.slice=function(e,r){return typeof e=="number"&&e<0&&(e+=this.length),typeof r=="number"&&r<0&&(r+=this.length),this.copy(null,0,e,r)};ut.prototype.copy=function(e,r,n,i){if((typeof n!="number"||n<0)&&(n=0),(typeof i!="number"||i>this.length)&&(i=this.length),n>=this.length||i<=0)return e||Xn.alloc(0);let o=!!e,a=this._offset(n),s=i-n,u=s,l=o&&r||0,c=a[1];if(n===0&&i===this.length){if(!o)return this._bufs.length===1?this._bufs[0]:Xn.concat(this._bufs,this.length);for(let f=0;f<this._bufs.length;f++)this._bufs[f].copy(e,l),l+=this._bufs[f].length;return e}if(u<=this._bufs[a[0]].length-c)return o?this._bufs[a[0]].copy(e,r,c,c+u):this._bufs[a[0]].slice(c,c+u);o||(e=Xn.allocUnsafe(s));for(let f=a[0];f<this._bufs.length;f++){let p=this._bufs[f].length-c;if(u>p)this._bufs[f].copy(e,l,c),l+=p;else{this._bufs[f].copy(e,l,c,c+u),l+=p;break}u-=p,c&&(c=0)}return e.length>l?e.slice(0,l):e};ut.prototype.shallowSlice=function(e,r){if(e=e||0,r=typeof r!="number"?this.length:r,e<0&&(e+=this.length),r<0&&(r+=this.length),e===r)return this._new();let n=this._offset(e),i=this._offset(r),o=this._bufs.slice(n[0],i[0]+1);return i[1]===0?o.pop():o[o.length-1]=o[o.length-1].slice(0,i[1]),n[1]!==0&&(o[0]=o[0].slice(n[1])),this._new(o)};ut.prototype.toString=function(e,r,n){return this.slice(r,n).toString(e)};ut.prototype.consume=function(e){if(e=Math.trunc(e),Number.isNaN(e)||e<=0)return this;for(;this._bufs.length;)if(e>=this._bufs[0].length)e-=this._bufs[0].length,this.length-=this._bufs[0].length,this._bufs.shift();else{this._bufs[0]=this._bufs[0].slice(e),this.length-=e;break}return this};ut.prototype.duplicate=function(){let e=this._new();for(let r=0;r<this._bufs.length;r++)e.append(this._bufs[r]);return e};ut.prototype.append=function(e){if(e==null)return this;if(e.buffer)this._appendBuffer(Xn.from(e.buffer,e.byteOffset,e.byteLength));else if(Array.isArray(e))for(let r=0;r<e.length;r++)this.append(e[r]);else if(this._isBufferList(e))for(let r=0;r<e._bufs.length;r++)this.append(e._bufs[r]);else typeof e=="number"&&(e=e.toString()),this._appendBuffer(Xn.from(e));return this};ut.prototype._appendBuffer=function(e){this._bufs.push(e),this.length+=e.length};ut.prototype.indexOf=function(t,e,r){if(r===void 0&&typeof e=="string"&&(r=e,e=void 0),typeof t=="function"||Array.isArray(t))throw new TypeError('The "value" argument must be one of type string, Buffer, BufferList, or Uint8Array.');if(typeof t=="number"?t=Xn.from([t]):typeof t=="string"?t=Xn.from(t,r):this._isBufferList(t)?t=t.slice():Array.isArray(t.buffer)?t=Xn.from(t.buffer,t.byteOffset,t.byteLength):Xn.isBuffer(t)||(t=Xn.from(t)),e=Number(e||0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let n=this._offset(e),i=n[0],o=n[1];for(;i<this._bufs.length;i++){let a=this._bufs[i];for(;o<a.length;)if(a.length-o>=t.length){let u=a.indexOf(t,o);if(u!==-1)return this._reverseOffset([i,u]);o=a.length-t.length+1}else{let u=this._reverseOffset([i,o]);if(this._match(u,t))return u;o++}o=0}return-1};ut.prototype._match=function(t,e){if(this.length-t<e.length)return!1;for(let r=0;r<e.length;r++)if(this.get(t+r)!==e[r])return!1;return!0};(function(){let t={readDoubleBE:8,readDoubleLE:8,readFloatBE:4,readFloatLE:4,readInt32BE:4,readInt32LE:4,readUInt32BE:4,readUInt32LE:4,readInt16BE:2,readInt16LE:2,readUInt16BE:2,readUInt16LE:2,readInt8:1,readUInt8:1,readIntBE:null,readIntLE:null,readUIntBE:null,readUIntLE:null};for(let e in t)(function(r){t[r]===null?ut.prototype[r]=function(n,i){return this.slice(n,n+i)[r](0,i)}:ut.prototype[r]=function(n=0){return this.slice(n,n+t[r])[r](0)}})(e)})();ut.prototype._isBufferList=function(e){return e instanceof ut||ut.isBufferList(e)};ut.isBufferList=function(e){return e!=null&&e[HD]};BD.exports=ut});var KD=b((XY,wp)=>{"use strict";var DT=UD().Duplex,TV=ia(),gl=WD();function Rr(t){if(!(this instanceof Rr))return new Rr(t);if(typeof t=="function"){this._callback=t;let e=function(n){this._callback&&(this._callback(n),this._callback=null)}.bind(this);this.on("pipe",function(n){n.on("error",e)}),this.on("unpipe",function(n){n.removeListener("error",e)}),t=null}gl._init.call(this,t),DT.call(this)}TV(Rr,DT);Object.assign(Rr.prototype,gl.prototype);Rr.prototype._new=function(e){return new Rr(e)};Rr.prototype._write=function(e,r,n){this._appendBuffer(e),typeof n=="function"&&n()};Rr.prototype._read=function(e){if(!this.length)return this.push(null);e=Math.min(e,this.length),this.push(this.slice(0,e)),this.consume(e)};Rr.prototype.end=function(e){DT.prototype.end.call(this,e),this._callback&&(this._callback(null,this.slice()),this._callback=null)};Rr.prototype._destroy=function(e,r){this._bufs.length=0,this.length=0,r(e)};Rr.prototype._isBufferList=function(e){return e instanceof Rr||e instanceof gl||Rr.isBufferList(e)};Rr.isBufferList=gl.isBufferList;wp.exports=Rr;wp.exports.BufferListStream=Rr;wp.exports.BufferList=gl});var EV={};dN(EV,{default:()=>AV,generateAction:()=>aN,initAction:()=>oN});module.exports=pN(EV);var nN=te(Al()),_l=te(zp()),iN=te(t_());var Ak=te(tk());var rk="74944eb779d7d3b4ce185be843fde9fc";var Ek=te(nk()),Ck=te(gk()),xk=te(require("os")),S_=te(vk()),k_=te(bk());var Dr=class extends Error{};var wk=te(zp());var P_=class{constructor(){this.hostId=(0,Ek.machineIdSync)();this.sessionid=(0,Ck.default)();this.trackingToken=rk;this._os=xk.platform();this.version=Hd().version;this.exitWait=200;process.env.DO_NOT_TRACK!=="1"&&this.trackingToken&&(this.mixpanel=(0,Ak.init)(this.trackingToken,{geolocate:!0})),(0,k_.default)(e=>wt(this,null,function*(){this.mixpanel&&(yield(0,S_.default)(this.exitWait)),e()})),k_.default.uncaughtExceptionHandler(e=>wt(this,null,function*(){this.track("cli:error",{message:e.message,stack:e.stack}),this.mixpanel&&(yield(0,S_.default)(this.exitWait)),e instanceof Dr||e instanceof wk.CommanderError||console.error(`
|
|
6465
|
+
`)[0].replace(/\=|\s+|\"/gi,"").toLowerCase();case"win32":return v.toString().split("REG_SZ")[1].replace(/\r+|\n+|\s+/gi,"").toLowerCase();case"linux":return v.toString().replace(/\r+|\n+|\s+/gi,"").toLowerCase();case"freebsd":return v.toString().replace(/\r+|\n+|\s+/gi,"").toLowerCase();default:throw new Error("Unsupported platform: "+process.platform)}}function l(v){var k=u((0,h.execSync)(T[C]).toString());return v?k:s(k)}function c(v){return new p.default(function(k,j){return(0,h.exec)(T[C],{},function(O,$,X){if(O)return j(new Error("Error while obtaining machine id: "+O.stack));var J=u($.toString());return k(v?J:s(J))})})}Object.defineProperty(n,"__esModule",{value:!0});var f=i(35),p=o(f);n.machineIdSync=l,n.machineId=c;var h=i(70),d=i(71),g=process,C=g.platform,x={native:"%windir%\\System32",mixed:"%windir%\\sysnative\\cmd.exe /c %windir%\\System32"},T={darwin:"ioreg -rd1 -c IOPlatformExpertDevice",win32:x[a()]+"\\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(r,n,i){r.exports={default:i(36),__esModule:!0}},function(r,n,i){i(66),i(68),i(69),i(67),r.exports=i(6).Promise},function(r,n){r.exports=function(){}},function(r,n){r.exports=function(i,o,a,s){if(!(i instanceof o)||s!==void 0&&s in i)throw TypeError(a+": incorrect invocation!");return i}},function(r,n,i){var o=i(13),a=i(31),s=i(62);r.exports=function(u){return function(l,c,f){var p,h=o(l),d=a(h.length),g=s(f,d);if(u&&c!=c){for(;d>g;)if(p=h[g++],p!=p)return!0}else for(;d>g;g++)if((u||g in h)&&h[g]===c)return u||g||0;return!u&&-1}}},function(r,h,i){var o=i(7),a=i(44),s=i(43),u=i(3),l=i(31),c=i(64),f={},p={},h=r.exports=function(d,g,C,x,T){var v,k,j,O,$=T?function(){return d}:c(d),X=o(C,x,g?2:1),J=0;if(typeof $!="function")throw TypeError(d+" is not iterable!");if(s($)){for(v=l(d.length);v>J;J++)if(O=g?X(u(k=d[J])[0],k[1]):X(d[J]),O===f||O===p)return O}else for(j=$.call(d);!(k=j.next()).done;)if(O=a(j,X,k.value,g),O===f||O===p)return O};h.BREAK=f,h.RETURN=p},function(r,n){r.exports=function(i,o,a){var s=a===void 0;switch(o.length){case 0:return s?i():i.call(a);case 1:return s?i(o[0]):i.call(a,o[0]);case 2:return s?i(o[0],o[1]):i.call(a,o[0],o[1]);case 3:return s?i(o[0],o[1],o[2]):i.call(a,o[0],o[1],o[2]);case 4:return s?i(o[0],o[1],o[2],o[3]):i.call(a,o[0],o[1],o[2],o[3])}return i.apply(a,o)}},function(r,n,i){var o=i(11);r.exports=Object("z").propertyIsEnumerable(0)?Object:function(a){return o(a)=="String"?a.split(""):Object(a)}},function(r,n,i){var o=i(10),a=i(1)("iterator"),s=Array.prototype;r.exports=function(u){return u!==void 0&&(o.Array===u||s[a]===u)}},function(r,n,i){var o=i(3);r.exports=function(a,s,u,l){try{return l?s(o(u)[0],u[1]):s(u)}catch(f){var c=a.return;throw c!==void 0&&o(c.call(a)),f}}},function(r,n,i){"use strict";var o=i(49),a=i(17),s=i(18),u={};i(5)(u,i(1)("iterator"),function(){return this}),r.exports=function(l,c,f){l.prototype=o(u,{next:a(1,f)}),s(l,c+" Iterator")}},function(r,n,i){var o=i(1)("iterator"),a=!1;try{var s=[7][o]();s.return=function(){a=!0},Array.from(s,function(){throw 2})}catch{}r.exports=function(u,l){if(!l&&!a)return!1;var c=!1;try{var f=[7],p=f[o]();p.next=function(){return{done:c=!0}},f[o]=function(){return p},u(f)}catch{}return c}},function(r,n){r.exports=function(i,o){return{value:o,done:!!i}}},function(r,n,i){var o=i(2),a=i(30).set,s=o.MutationObserver||o.WebKitMutationObserver,u=o.process,l=o.Promise,c=i(11)(u)=="process";r.exports=function(){var f,p,h,d=function(){var T,v;for(c&&(T=u.domain)&&T.exit();f;){v=f.fn,f=f.next;try{v()}catch(k){throw f?h():p=void 0,k}}p=void 0,T&&T.enter()};if(c)h=function(){u.nextTick(d)};else if(s){var g=!0,C=document.createTextNode("");new s(d).observe(C,{characterData:!0}),h=function(){C.data=g=!g}}else if(l&&l.resolve){var x=l.resolve();h=function(){x.then(d)}}else h=function(){a.call(o,d)};return function(T){var v={fn:T,next:void 0};p&&(p.next=v),f||(f=v,h()),p=v}}},function(r,n,i){var o=i(3),a=i(50),s=i(22),u=i(19)("IE_PROTO"),l=function(){},c="prototype",f=function(){var p,h=i(16)("iframe"),d=s.length,g=">";for(h.style.display="none",i(25).appendChild(h),h.src="javascript:",p=h.contentWindow.document,p.open(),p.write("<script>document.F=Object<\/script"+g),p.close(),f=p.F;d--;)delete f[c][s[d]];return f()};r.exports=Object.create||function(p,h){var d;return p!==null?(l[c]=o(p),d=new l,l[c]=null,d[u]=p):d=f(),h===void 0?d:a(d,h)}},function(r,n,i){var o=i(12),a=i(3),s=i(54);r.exports=i(4)?Object.defineProperties:function(u,l){a(u);for(var c,f=s(l),p=f.length,h=0;p>h;)o.f(u,c=f[h++],l[c]);return u}},function(r,n,i){var o=i(55),a=i(17),s=i(13),u=i(32),l=i(8),c=i(26),f=Object.getOwnPropertyDescriptor;n.f=i(4)?f:function(p,h){if(p=s(p),h=u(h,!0),c)try{return f(p,h)}catch{}if(l(p,h))return a(!o.f.call(p,h),p[h])}},function(r,n,i){var o=i(8),a=i(63),s=i(19)("IE_PROTO"),u=Object.prototype;r.exports=Object.getPrototypeOf||function(l){return l=a(l),o(l,s)?l[s]:typeof l.constructor=="function"&&l instanceof l.constructor?l.constructor.prototype:l instanceof Object?u:null}},function(r,n,i){var o=i(8),a=i(13),s=i(39)(!1),u=i(19)("IE_PROTO");r.exports=function(l,c){var f,p=a(l),h=0,d=[];for(f in p)f!=u&&o(p,f)&&d.push(f);for(;c.length>h;)o(p,f=c[h++])&&(~s(d,f)||d.push(f));return d}},function(r,n,i){var o=i(53),a=i(22);r.exports=Object.keys||function(s){return o(s,a)}},function(r,n){n.f={}.propertyIsEnumerable},function(r,n,i){var o=i(5);r.exports=function(a,s,u){for(var l in s)u&&a[l]?a[l]=s[l]:o(a,l,s[l]);return a}},function(r,n,i){r.exports=i(5)},function(r,n,i){var o=i(9),a=i(3),s=function(u,l){if(a(u),!o(l)&&l!==null)throw TypeError(l+": can't set as prototype!")};r.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(u,l,c){try{c=i(7)(Function.call,i(51).f(Object.prototype,"__proto__").set,2),c(u,[]),l=!(u instanceof Array)}catch{l=!0}return function(f,p){return s(f,p),l?f.__proto__=p:c(f,p),f}}({},!1):void 0),check:s}},function(r,n,i){"use strict";var o=i(2),a=i(6),s=i(12),u=i(4),l=i(1)("species");r.exports=function(c){var f=typeof a[c]=="function"?a[c]:o[c];u&&f&&!f[l]&&s.f(f,l,{configurable:!0,get:function(){return this}})}},function(r,n,i){var o=i(3),a=i(14),s=i(1)("species");r.exports=function(u,l){var c,f=o(u).constructor;return f===void 0||(c=o(f)[s])==null?l:a(c)}},function(r,n,i){var o=i(20),a=i(15);r.exports=function(s){return function(u,l){var c,f,p=String(a(u)),h=o(l),d=p.length;return h<0||h>=d?s?"":void 0:(c=p.charCodeAt(h),c<55296||c>56319||h+1===d||(f=p.charCodeAt(h+1))<56320||f>57343?s?p.charAt(h):c:s?p.slice(h,h+2):(c-55296<<10)+(f-56320)+65536)}}},function(r,n,i){var o=i(20),a=Math.max,s=Math.min;r.exports=function(u,l){return u=o(u),u<0?a(u+l,0):s(u,l)}},function(r,n,i){var o=i(15);r.exports=function(a){return Object(o(a))}},function(r,n,i){var o=i(21),a=i(1)("iterator"),s=i(10);r.exports=i(6).getIteratorMethod=function(u){if(u!=null)return u[a]||u["@@iterator"]||s[o(u)]}},function(r,n,i){"use strict";var o=i(37),a=i(47),s=i(10),u=i(13);r.exports=i(27)(Array,"Array",function(l,c){this._t=u(l),this._i=0,this._k=c},function(){var l=this._t,c=this._k,f=this._i++;return!l||f>=l.length?(this._t=void 0,a(1)):c=="keys"?a(0,f):c=="values"?a(0,l[f]):a(0,[f,l[f]])},"values"),s.Arguments=s.Array,o("keys"),o("values"),o("entries")},function(r,n){},function(r,n,i){"use strict";var o,a,s,u=i(28),l=i(2),c=i(7),f=i(21),p=i(23),h=i(9),d=(i(3),i(14)),g=i(38),C=i(40),x=(i(58).set,i(60)),T=i(30).set,v=i(48)(),k="Promise",j=l.TypeError,$=l.process,O=l[k],$=l.process,X=f($)=="process",J=function(){},le=!!function(){try{var H=O.resolve(1),K=(H.constructor={})[i(1)("species")]=function(ne){ne(J,J)};return(X||typeof PromiseRejectionEvent=="function")&&H.then(J)instanceof K}catch{}}(),pe=function(H,K){return H===K||H===O&&K===s},G=function(H){var K;return!(!h(H)||typeof(K=H.then)!="function")&&K},I=function(H){return pe(O,H)?new U(H):new a(H)},U=a=function(H){var K,ne;this.promise=new H(function(Me,Ne){if(K!==void 0||ne!==void 0)throw j("Bad Promise constructor");K=Me,ne=Ne}),this.resolve=d(K),this.reject=d(ne)},z=function(H){try{H()}catch(K){return{error:K}}},de=function(H,K){if(!H._n){H._n=!0;var ne=H._c;v(function(){for(var Me=H._v,Ne=H._s==1,Nr=0,Ur=function(Or){var _t,Tt,vn=Ne?Or.ok:Or.fail,Hr=Or.resolve,Qt=Or.reject,Br=Or.domain;try{vn?(Ne||(H._h==2&&he(H),H._h=1),vn===!0?_t=Me:(Br&&Br.enter(),_t=vn(Me),Br&&Br.exit()),_t===Or.promise?Qt(j("Promise-chain cycle")):(Tt=G(_t))?Tt.call(_t,Hr,Qt):Hr(_t)):Qt(Me)}catch(_n){Qt(_n)}};ne.length>Nr;)Ur(ne[Nr++]);H._c=[],H._n=!1,K&&!H._h&&ie(H)})}},ie=function(H){T.call(l,function(){var K,ne,Me,Ne=H._v;if(re(H)&&(K=z(function(){X?$.emit("unhandledRejection",Ne,H):(ne=l.onunhandledrejection)?ne({promise:H,reason:Ne}):(Me=l.console)&&Me.error&&Me.error("Unhandled promise rejection",Ne)}),H._h=X||re(H)?2:1),H._a=void 0,K)throw K.error})},re=function(H){if(H._h==1)return!1;for(var K,ne=H._a||H._c,Me=0;ne.length>Me;)if(K=ne[Me++],K.fail||!re(K.promise))return!1;return!0},he=function(H){T.call(l,function(){var K;X?$.emit("rejectionHandled",H):(K=l.onrejectionhandled)&&K({promise:H,reason:H._v})})},me=function(H){var K=this;K._d||(K._d=!0,K=K._w||K,K._v=H,K._s=2,K._a||(K._a=K._c.slice()),de(K,!0))},ze=function(H){var K,ne=this;if(!ne._d){ne._d=!0,ne=ne._w||ne;try{if(ne===H)throw j("Promise can't be resolved itself");(K=G(H))?v(function(){var Me={_w:ne,_d:!1};try{K.call(H,c(ze,Me,1),c(me,Me,1))}catch(Ne){me.call(Me,Ne)}}):(ne._v=H,ne._s=1,de(ne,!1))}catch(Me){me.call({_w:ne,_d:!1},Me)}}};le||(O=function(H){g(this,O,k,"_h"),d(H),o.call(this);try{H(c(ze,this,1),c(me,this,1))}catch(K){me.call(this,K)}},o=function(H){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},o.prototype=i(56)(O.prototype,{then:function(H,K){var ne=I(x(this,O));return ne.ok=typeof H!="function"||H,ne.fail=typeof K=="function"&&K,ne.domain=X?$.domain:void 0,this._c.push(ne),this._a&&this._a.push(ne),this._s&&de(this,!1),ne.promise},catch:function(H){return this.then(void 0,H)}}),U=function(){var H=new o;this.promise=H,this.resolve=c(ze,H,1),this.reject=c(me,H,1)}),p(p.G+p.W+p.F*!le,{Promise:O}),i(18)(O,k),i(59)(k),s=i(6)[k],p(p.S+p.F*!le,k,{reject:function(H){var K=I(this),ne=K.reject;return ne(H),K.promise}}),p(p.S+p.F*(u||!le),k,{resolve:function(H){if(H instanceof O&&pe(H.constructor,this))return H;var K=I(this),ne=K.resolve;return ne(H),K.promise}}),p(p.S+p.F*!(le&&i(46)(function(H){O.all(H).catch(J)})),k,{all:function(H){var K=this,ne=I(K),Me=ne.resolve,Ne=ne.reject,Nr=z(function(){var Ur=[],Or=0,_t=1;C(H,!1,function(Tt){var vn=Or++,Hr=!1;Ur.push(void 0),_t++,K.resolve(Tt).then(function(Qt){Hr||(Hr=!0,Ur[vn]=Qt,--_t||Me(Ur))},Ne)}),--_t||Me(Ur)});return Nr&&Ne(Nr.error),ne.promise},race:function(H){var K=this,ne=I(K),Me=ne.reject,Ne=z(function(){C(H,!1,function(Nr){K.resolve(Nr).then(ne.resolve,Me)})});return Ne&&Me(Ne.error),ne.promise}})},function(r,n,i){"use strict";var o=i(61)(!0);i(27)(String,"String",function(a){this._t=String(a),this._i=0},function(){var a,s=this._t,u=this._i;return u>=s.length?{value:void 0,done:!0}:(a=o(s,u),this._i+=a.length,{value:a,done:!1})})},function(r,n,i){i(65);for(var o=i(2),a=i(5),s=i(10),u=i(1)("toStringTag"),l=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],c=0;c<5;c++){var f=l[c],p=o[f],h=p&&p.prototype;h&&!h[u]&&a(h,u,f),s[f]=s.Array}},function(r,n){r.exports=require("child_process")},function(r,n){r.exports=require("crypto")}])})});var b_=b((Q8,ik)=>{ik.exports=function(e,r){var n="000000000"+e;return n.substr(n.length-r)}});var lk=b((e5,uk)=>{var ok=b_(),S3=require("os"),ak=2,k3=ok(process.pid.toString(36),ak),sk=S3.hostname(),P3=sk.length,D3=ok(sk.split("").reduce(function(t,e){return+t+e.charCodeAt(0)},+P3+36).toString(36),ak);uk.exports=function(){return k3+D3}});var fk=b((t5,ck)=>{var N3=require("crypto"),O3=Math.pow(2,32)-1;ck.exports=function(){return Math.abs(N3.randomBytes(4).readInt32BE()/O3)}});var gk=b((r5,mk)=>{var Gd=lk(),dk=b_(),I3=fk(),Wu=0,E_=4,Ud=36,pk=Math.pow(Ud,E_);function A_(){return dk((I3()*pk<<0).toString(Ud),E_)}function hk(){return Wu=Wu<pk?Wu:0,Wu++,Wu-1}function Ku(){var t="c",e=new Date().getTime().toString(Ud),r=dk(hk().toString(Ud),E_),n=Gd(),i=A_()+A_();return t+e+r+n+i}Ku.slug=function(){var e=new Date().getTime().toString(36),r=hk().toString(36).slice(-4),n=Gd().slice(0,1)+Gd().slice(-1),i=A_().slice(-2);return e.slice(-2)+r+n+i};Ku.isCuid=function(e){return typeof e!="string"?!1:!!e.startsWith("c")};Ku.isSlug=function(e){if(typeof e!="string")return!1;var r=e.length;return r>=7&&r<=10};Ku.fingerprint=Gd;mk.exports=Ku});var vk=b((n5,yk)=>{"use strict";var $3=setTimeout;function M3(t,e){var r=e.useCachedSetTimeout?$3:setTimeout;return new Promise(function(n){r(n,t)})}yk.exports=function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.useCachedSetTimeout,n=M3(t,{useCachedSetTimeout:r});function i(o){return n.then(function(){return o})}return i.then=function(){return n.then.apply(n,arguments)},i.catch=Promise.resolve().catch,i}});var bk=b((i5,Rk)=>{"use strict";var x_=[],Vu=[],_k=!1,C_=0,Tk=1e4,hs={},zu={};function w_(t,e,r){let n=!1;function i(){n||(n=!0,t===!0&&process.nextTick(process.exit.bind(null,e)))}function o(){process.nextTick(()=>{--C_===0&&i()})}function a(s,u,l){return t&&l.length>s?(C_++,u?l(u,o):l(o)):u?l(u):l()}_k||(_k=!0,r&&Vu.map(a.bind(null,1,r)),x_.map(a.bind(null,0,null)),C_?setTimeout(()=>{i()},Tk):i())}function Gr(t){x_.push(t),x_.length===1&&(Gr.hookEvent("exit"),Gr.hookEvent("beforeExit",0),Gr.hookEvent("SIGHUP",128+1),Gr.hookEvent("SIGINT",128+2),Gr.hookEvent("SIGTERM",128+15),Gr.hookEvent("SIGBREAK",128+21),Gr.hookEvent("message",0,function(e){if(e!=="shutdown")return!0}))}Gr.hookEvent=function(t,e,r){hs[t]=function(){let n=zu[t];for(let i=0;i<n.length;i++)if(n[i].apply(this,arguments))return;w_(e!=null,e)},zu[t]||(zu[t]=[]),r&&zu[t].push(r),process.on(t,hs[t])};Gr.unhookEvent=function(t){process.removeListener(t,hs[t]),delete hs[t],delete zu[t]};Gr.hookedEvents=function(){let t=[];for(let e in hs)({}).hasOwnProperty.call(hs,e)&&t.push(e);return t};Gr.uncaughtExceptionHandler=function(t){Vu.push(t),Vu.length===1&&process.once("uncaughtException",w_.bind(null,!0,1))};Gr.unhandledRejectionHandler=function(t){Vu.push(t),Vu.length===1&&process.once("unhandledRejection",w_.bind(null,!0,1))};Gr.forceExitTimeout=function(t){Tk=t};Rk.exports=Gr});var Hd=b((a5,L3)=>{L3.exports={name:"zenstack",publisher:"zenstack",displayName:"ZenStack Language Tools",description:"A toolkit for building secure CRUD apps with Next.js + Typescript",version:"0.6.0-pre.9",author:{name:"ZenStack Team"},homepage:"https://zenstack.dev",license:"MIT",keywords:["fullstack","react","typescript","data modeling"],preview:!0,icon:"asset/logo-256-bg.png",repository:{type:"git",url:"https://github.com/zenstackhq/zenstack"},publishConfig:{directory:"bundle",linkDirectory:!0},engines:{vscode:"^1.56.0"},categories:["Programming Languages"],contributes:{languages:[{id:"zmodel",aliases:["ZenStack Model","zmodel"],extensions:[".zmodel"],configuration:"./language-configuration.json",icon:{light:"./asset/logo-light-256.png",dark:"./asset/logo-dark-256.png"}}],grammars:[{language:"zmodel",scopeName:"source.zmodel",path:"./syntaxes/zmodel.tmLanguage.json"}]},activationEvents:["onLanguage:zmodel"],bin:{zenstack:"bin/cli"},main:"./extension.js",scripts:{"vscode:publish":"vsce publish --no-dependencies","vscode:prepublish":"cp ../../README.md ./ && pnpm lint && pnpm build","vscode:package":"vsce package --no-dependencies",clean:"rimraf bundle",build:"pnpm lint && pnpm bundle && tsc --emitDeclarationOnly --declaration ",bundle:"pnpm clean && node build/bundle.js --minify",watch:"node build/bundle.js --watch","ts:watch":"tsc --watch --noEmit","tsc-alias:watch":"tsc-alias --watch",lint:"eslint src --ext ts",test:"jest",prepublishOnly:"cp ../../README.md ./ && pnpm build","publish-dev":"pnpm publish --tag dev",postinstall:"node bin/post-install.js"},dependencies:{"@prisma/generator-helper":"^4.7.1","@prisma/internals":"^4.7.1","@zenstackhq/language":"workspace:*","@zenstackhq/runtime":"workspace:*","@zenstackhq/sdk":"workspace:*","async-exit-hook":"^2.0.1","change-case":"^4.1.2",chevrotain:"^9.1.0",colors:"1.4.0",commander:"^8.3.0",cuid:"^2.1.8",langium:"^0.5.0",mixpanel:"^0.17.0","node-machine-id":"^1.1.12",ora:"^6.1.2",pluralize:"^8.0.0",prisma:"~4.7.0",promisify:"^0.0.3","sleep-promise":"^9.1.0","ts-morph":"^16.0.0",uuid:"^9.0.0","vscode-jsonrpc":"^8.0.2","vscode-languageclient":"^8.0.2","vscode-languageserver":"^8.0.2","vscode-languageserver-textdocument":"^1.0.7","vscode-uri":"^3.0.6",zod:"^3.19.1"},devDependencies:{"@types/async-exit-hook":"^2.0.0","@types/jest":"^29.2.0","@types/node":"^14.18.32","@types/pluralize":"^0.0.29","@types/tmp":"^0.2.3","@types/uuid":"^8.3.4","@types/vscode":"^1.56.0","@typescript-eslint/eslint-plugin":"^5.42.0","@typescript-eslint/parser":"^5.42.0",concurrently:"^7.4.0",dotenv:"^16.0.3",esbuild:"^0.15.12",eslint:"^8.27.0",jest:"^29.2.1","langium-cli":"^0.5.0",rimraf:"^3.0.2",tmp:"^0.2.1","ts-jest":"^29.0.3","ts-node":"^10.9.1","tsc-alias":"^1.7.0","tsconfig-paths-jest":"^0.0.1",typescript:"^4.8.4",vsce:"^2.13.0"}}});var Sk=b(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.TRANSACTION_FIELD_NAME=yo.GUARD_FIELD_NAME=yo.PluginError=void 0;var D_=class extends Error{constructor(e){super(e)}};yo.PluginError=D_;yo.GUARD_FIELD_NAME="zenstack_guard";yo.TRANSACTION_FIELD_NAME="zenstack_transaction"});var kk=b(vo=>{"use strict";var F3=vo&&vo.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(vo,"__esModule",{value:!0});vo.NodeFileSystem=vo.NodeFileSystemProvider=void 0;var N_=F3(require("fs")),q3=$n(),Bd=class{constructor(){this.encoding="utf-8"}readFile(e){return N_.default.promises.readFile(e.fsPath,this.encoding)}readFileSync(e){return N_.default.readFileSync(e.fsPath,this.encoding)}async readDirectory(e){return(await N_.default.promises.readdir(e.fsPath,{withFileTypes:!0})).map(n=>({dirent:n,isFile:n.isFile(),isDirectory:n.isDirectory(),uri:q3.Utils.joinPath(e,n.name)}))}};vo.NodeFileSystemProvider=Bd;vo.NodeFileSystem={fileSystemProvider:()=>new Bd}});var Pk=b(Qo=>{"use strict";var j3=Qo&&Qo.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),G3=Qo&&Qo.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&j3(e,t,r)};Object.defineProperty(Qo,"__esModule",{value:!0});G3(kk(),Qo)});var Nk=b((m5,Dk)=>{Dk.exports=Pk()});var Wn=b(ea=>{"use strict";var U3=ea&&ea.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),H3=ea&&ea.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&U3(e,t,r)};Object.defineProperty(ea,"__esModule",{value:!0});H3(e_(),ea)});var Lk=b(($_,M_)=>{(function(t,e){typeof require=="function"&&typeof $_=="object"&&typeof M_=="object"?M_.exports=e():typeof define=="function"&&define.amd?define(function(){return e()}):t.pluralize=e()})($_,function(){var t=[],e=[],r={},n={},i={};function o(h){return typeof h=="string"?new RegExp("^"+h+"$","i"):h}function a(h,d){return h===d?d:h===h.toLowerCase()?d.toLowerCase():h===h.toUpperCase()?d.toUpperCase():h[0]===h[0].toUpperCase()?d.charAt(0).toUpperCase()+d.substr(1).toLowerCase():d.toLowerCase()}function s(h,d){return h.replace(/\$(\d{1,2})/g,function(g,C){return d[C]||""})}function u(h,d){return h.replace(d[0],function(g,C){var x=s(d[1],arguments);return a(g===""?h[C-1]:g,x)})}function l(h,d,g){if(!h.length||r.hasOwnProperty(h))return d;for(var C=g.length;C--;){var x=g[C];if(x[0].test(d))return u(d,x)}return d}function c(h,d,g){return function(C){var x=C.toLowerCase();return d.hasOwnProperty(x)?a(C,x):h.hasOwnProperty(x)?a(C,h[x]):l(x,C,g)}}function f(h,d,g,C){return function(x){var T=x.toLowerCase();return d.hasOwnProperty(T)?!0:h.hasOwnProperty(T)?!1:l(T,T,g)===T}}function p(h,d,g){var C=d===1?p.singular(h):p.plural(h);return(g?d+" ":"")+C}return p.plural=c(i,n,t),p.isPlural=f(i,n,t),p.singular=c(n,i,e),p.isSingular=f(n,i,e),p.addPluralRule=function(h,d){t.push([o(h),d])},p.addSingularRule=function(h,d){e.push([o(h),d])},p.addUncountableRule=function(h){if(typeof h=="string"){r[h.toLowerCase()]=!0;return}p.addPluralRule(h,"$0"),p.addSingularRule(h,"$0")},p.addIrregularRule=function(h,d){d=d.toLowerCase(),h=h.toLowerCase(),i[h]=d,n[d]=h},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach(function(h){return p.addIrregularRule(h[0],h[1])}),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(function(h){return p.addPluralRule(h[0],h[1])}),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(function(h){return p.addSingularRule(h[0],h[1])}),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(p.addUncountableRule),p})});var Qk=b(_i=>{"use strict";Object.defineProperty(_i,"__esModule",{value:!0});_i.getLiteralArray=_i.getArray=_i.getLiteral=_i.resolved=void 0;var Xk=Wn();function Y3(t){if(!t.ref)throw new Error(`Reference not resolved: ${t.$refText}`);return t.ref}_i.resolved=Y3;function Zk(t){if(!!(0,Xk.isLiteralExpr)(t))return t.value}_i.getLiteral=Zk;function Jk(t){return(0,Xk.isArrayExpr)(t)?t.items:void 0}_i.getArray=Jk;function X3(t){let e=Jk(t);if(!!e)return e.map(r=>Zk(r))}_i.getLiteralArray=X3});var hP=b((lY,K_)=>{"use strict";var pP=(t,e)=>{for(let r of Reflect.ownKeys(e))Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r));return t};K_.exports=pP;K_.exports.default=pP});var gP=b((cY,ip)=>{"use strict";var lK=hP(),np=new WeakMap,mP=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,n=0,i=t.displayName||t.name||"<anonymous>",o=function(...a){if(np.set(o,++n),n===1)r=t.apply(this,a),t=null;else if(e.throw===!0)throw new Error(`Function \`${i}\` can only be called once`);return r};return lK(o,t),np.set(o,n),o};ip.exports=mP;ip.exports.default=mP;ip.exports.callCount=t=>{if(!np.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return np.get(t)}});var yP=b((fY,op)=>{op.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&op.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&op.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var bP=b((dY,bs)=>{var vt=global.process,ra=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};ra(vt)?(vP=require("assert"),Ts=yP(),_P=/^win/i.test(vt.platform),nl=require("events"),typeof nl!="function"&&(nl=nl.EventEmitter),vt.__signal_exit_emitter__?Jt=vt.__signal_exit_emitter__:(Jt=vt.__signal_exit_emitter__=new nl,Jt.count=0,Jt.emitted={}),Jt.infinite||(Jt.setMaxListeners(1/0),Jt.infinite=!0),bs.exports=function(t,e){if(!ra(global.process))return function(){};vP.equal(typeof t,"function","a callback must be provided for exit handler"),Rs===!1&&z_();var r="exit";e&&e.alwaysLast&&(r="afterexit");var n=function(){Jt.removeListener(r,t),Jt.listeners("exit").length===0&&Jt.listeners("afterexit").length===0&&ap()};return Jt.on(r,t),n},ap=function(){!Rs||!ra(global.process)||(Rs=!1,Ts.forEach(function(e){try{vt.removeListener(e,sp[e])}catch{}}),vt.emit=up,vt.reallyExit=V_,Jt.count-=1)},bs.exports.unload=ap,na=function(e,r,n){Jt.emitted[e]||(Jt.emitted[e]=!0,Jt.emit(e,r,n))},sp={},Ts.forEach(function(t){sp[t]=function(){if(!!ra(global.process)){var r=vt.listeners(t);r.length===Jt.count&&(ap(),na("exit",null,t),na("afterexit",null,t),_P&&t==="SIGHUP"&&(t="SIGINT"),vt.kill(vt.pid,t))}}}),bs.exports.signals=function(){return Ts},Rs=!1,z_=function(){Rs||!ra(global.process)||(Rs=!0,Jt.count+=1,Ts=Ts.filter(function(e){try{return vt.on(e,sp[e]),!0}catch{return!1}}),vt.emit=RP,vt.reallyExit=TP)},bs.exports.load=z_,V_=vt.reallyExit,TP=function(e){!ra(global.process)||(vt.exitCode=e||0,na("exit",vt.exitCode,null),na("afterexit",vt.exitCode,null),V_.call(vt,vt.exitCode))},up=vt.emit,RP=function(e,r){if(e==="exit"&&ra(global.process)){r!==void 0&&(vt.exitCode=r);var n=up.apply(this,arguments);return na("exit",vt.exitCode,null),na("afterexit",vt.exitCode,null),n}else return up.apply(this,arguments)}):bs.exports=function(){return function(){}};var vP,Ts,_P,nl,Jt,ap,na,sp,Rs,z_,V_,TP,up,RP});var wP=b((gY,fK)=>{fK.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]}}});var PP=b((yY,kP)=>{"use strict";var cp=Object.assign({},wP()),SP=Object.keys(cp);Object.defineProperty(cp,"random",{get(){let t=Math.floor(Math.random()*SP.length),e=SP[t];return cp[e]}});kP.exports=cp});var DP=b((CY,fp)=>{var mK=function(){"use strict";function t(a,s,u,l){var c;typeof s=="object"&&(u=s.depth,l=s.prototype,c=s.filter,s=s.circular);var f=[],p=[],h=typeof Buffer<"u";typeof s>"u"&&(s=!0),typeof u>"u"&&(u=1/0);function d(g,C){if(g===null)return null;if(C==0)return g;var x,T;if(typeof g!="object")return g;if(t.__isArray(g))x=[];else if(t.__isRegExp(g))x=new RegExp(g.source,o(g)),g.lastIndex&&(x.lastIndex=g.lastIndex);else if(t.__isDate(g))x=new Date(g.getTime());else{if(h&&Buffer.isBuffer(g))return Buffer.allocUnsafe?x=Buffer.allocUnsafe(g.length):x=new Buffer(g.length),g.copy(x),x;typeof l>"u"?(T=Object.getPrototypeOf(g),x=Object.create(T)):(x=Object.create(l),T=l)}if(s){var v=f.indexOf(g);if(v!=-1)return p[v];f.push(g),p.push(x)}for(var k in g){var j;T&&(j=Object.getOwnPropertyDescriptor(T,k)),!(j&&j.set==null)&&(x[k]=d(g[k],C-1))}return x}return d(a,u)}t.clonePrototype=function(s){if(s===null)return null;var u=function(){};return u.prototype=s,new u};function e(a){return Object.prototype.toString.call(a)}t.__objToStr=e;function r(a){return typeof a=="object"&&e(a)==="[object Date]"}t.__isDate=r;function n(a){return typeof a=="object"&&e(a)==="[object Array]"}t.__isArray=n;function i(a){return typeof a=="object"&&e(a)==="[object RegExp]"}t.__isRegExp=i;function o(a){var s="";return a.global&&(s+="g"),a.ignoreCase&&(s+="i"),a.multiline&&(s+="m"),s}return t.__getRegExpFlags=o,t}();typeof fp=="object"&&fp.exports&&(fp.exports=mK)});var OP=b((xY,NP)=>{var gK=DP();NP.exports=function(t,e){return t=t||{},Object.keys(e).forEach(function(r){typeof t[r]>"u"&&(t[r]=gK(e[r]))}),t}});var $P=b((wY,IP)=>{IP.exports=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531],[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]]});var qP=b((SY,Q_)=>{"use strict";var yK=OP(),al=$P(),LP={nul:0,control:0};Q_.exports=function(e){return FP(e,LP)};Q_.exports.config=function(t){return t=yK(t||{},LP),function(r){return FP(r,t)}};function FP(t,e){if(typeof t!="string")return MP(t,e);for(var r=0,n=0;n<t.length;n++){var i=MP(t.charCodeAt(n),e);if(i<0)return-1;r+=i}return r}function MP(t,e){return t===0?e.nul:t<32||t>=127&&t<160?e.control:vK(t)?0:1+(t>=4352&&(t<=4447||t==9001||t==9002||t>=11904&&t<=42191&&t!=12351||t>=44032&&t<=55203||t>=63744&&t<=64255||t>=65040&&t<=65049||t>=65072&&t<=65135||t>=65280&&t<=65376||t>=65504&&t<=65510||t>=131072&&t<=196605||t>=196608&&t<=262141))}function vK(t){var e=0,r=al.length-1,n;if(t<al[0][0]||t>al[r][1])return!1;for(;r>=e;)if(n=Math.floor((e+r)/2),t>al[n][1])e=n+1;else if(t<al[n][0])r=n-1;else return!0;return!1}});var tT=b((PY,jP)=>{jP.exports=require("stream")});var BP=b((DY,HP)=>{"use strict";function GP(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function _K(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?GP(Object(r),!0).forEach(function(n){TK(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):GP(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function TK(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function RK(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function UP(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function bK(t,e,r){return e&&UP(t.prototype,e),r&&UP(t,r),t}var AK=require("buffer"),dp=AK.Buffer,EK=require("util"),rT=EK.inspect,CK=rT&&rT.custom||"inspect";function xK(t,e,r){dp.prototype.copy.call(t,e,r)}HP.exports=function(){function t(){RK(this,t),this.head=null,this.tail=null,this.length=0}return bK(t,[{key:"push",value:function(r){var n={data:r,next:null};this.length>0?this.tail.next=n:this.head=n,this.tail=n,++this.length}},{key:"unshift",value:function(r){var n={data:r,next:this.head};this.length===0&&(this.tail=n),this.head=n,++this.length}},{key:"shift",value:function(){if(this.length!==0){var r=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,r}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(r){if(this.length===0)return"";for(var n=this.head,i=""+n.data;n=n.next;)i+=r+n.data;return i}},{key:"concat",value:function(r){if(this.length===0)return dp.alloc(0);for(var n=dp.allocUnsafe(r>>>0),i=this.head,o=0;i;)xK(i.data,n,o),o+=i.data.length,i=i.next;return n}},{key:"consume",value:function(r,n){var i;return r<this.head.data.length?(i=this.head.data.slice(0,r),this.head.data=this.head.data.slice(r)):r===this.head.data.length?i=this.shift():i=n?this._getString(r):this._getBuffer(r),i}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(r){var n=this.head,i=1,o=n.data;for(r-=o.length;n=n.next;){var a=n.data,s=r>a.length?a.length:r;if(s===a.length?o+=a:o+=a.slice(0,r),r-=s,r===0){s===a.length?(++i,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=a.slice(s));break}++i}return this.length-=i,o}},{key:"_getBuffer",value:function(r){var n=dp.allocUnsafe(r),i=this.head,o=1;for(i.data.copy(n),r-=i.data.length;i=i.next;){var a=i.data,s=r>a.length?a.length:r;if(a.copy(n,n.length-r,0,s),r-=s,r===0){s===a.length?(++o,i.next?this.head=i.next:this.head=this.tail=null):(this.head=i,i.data=a.slice(s));break}++o}return this.length-=o,n}},{key:CK,value:function(r,n){return rT(this,_K({},n,{depth:0,customInspect:!1}))}}]),t}()});var iT=b((NY,KP)=>{"use strict";function wK(t,e){var r=this,n=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return n||i?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(nT,this,t)):process.nextTick(nT,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(o){!e&&o?r._writableState?r._writableState.errorEmitted?process.nextTick(pp,r):(r._writableState.errorEmitted=!0,process.nextTick(WP,r,o)):process.nextTick(WP,r,o):e?(process.nextTick(pp,r),e(o)):process.nextTick(pp,r)}),this)}function WP(t,e){nT(t,e),pp(t)}function pp(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function SK(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function nT(t,e){t.emit("error",e)}function kK(t,e){var r=t._readableState,n=t._writableState;r&&r.autoDestroy||n&&n.autoDestroy?t.destroy(e):t.emit("error",e)}KP.exports={destroy:wK,undestroy:SK,errorOrDestroy:kK}});var Ro=b((OY,YP)=>{"use strict";var VP={};function mn(t,e,r){r||(r=Error);function n(o,a,s){return typeof e=="string"?e:e(o,a,s)}class i extends r{constructor(a,s,u){super(n(a,s,u))}}i.prototype.name=r.name,i.prototype.code=t,VP[t]=i}function zP(t,e){if(Array.isArray(t)){let r=t.length;return t=t.map(n=>String(n)),r>2?`one of ${e} ${t.slice(0,r-1).join(", ")}, or `+t[r-1]:r===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function PK(t,e,r){return t.substr(!r||r<0?0:+r,e.length)===e}function DK(t,e,r){return(r===void 0||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}function NK(t,e,r){return typeof r!="number"&&(r=0),r+e.length>t.length?!1:t.indexOf(e,r)!==-1}mn("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);mn("ERR_INVALID_ARG_TYPE",function(t,e,r){let n;typeof e=="string"&&PK(e,"not ")?(n="must not be",e=e.replace(/^not /,"")):n="must be";let i;if(DK(t," argument"))i=`The ${t} ${n} ${zP(e,"type")}`;else{let o=NK(t,".")?"property":"argument";i=`The "${t}" ${o} ${n} ${zP(e,"type")}`}return i+=`. Received type ${typeof r}`,i},TypeError);mn("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");mn("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});mn("ERR_STREAM_PREMATURE_CLOSE","Premature close");mn("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});mn("ERR_MULTIPLE_CALLBACK","Callback called multiple times");mn("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");mn("ERR_STREAM_WRITE_AFTER_END","write after end");mn("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);mn("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);mn("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");YP.exports.codes=VP});var oT=b((IY,XP)=>{"use strict";var OK=Ro().codes.ERR_INVALID_OPT_VALUE;function IK(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function $K(t,e,r,n){var i=IK(e,n,r);if(i!=null){if(!(isFinite(i)&&Math.floor(i)===i)||i<0){var o=n?r:"highWaterMark";throw new OK(o,i)}return Math.floor(i)}return t.objectMode?16:16*1024}XP.exports={getHighWaterMark:$K}});var ZP=b(($Y,aT)=>{typeof Object.create=="function"?aT.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:aT.exports=function(e,r){if(r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}}});var ia=b((MY,uT)=>{try{if(sT=require("util"),typeof sT.inherits!="function")throw"";uT.exports=sT.inherits}catch{uT.exports=ZP()}var sT});var QP=b((LY,JP)=>{JP.exports=require("util").deprecate});var fT=b((FY,oD)=>{"use strict";oD.exports=Pt;function tD(t){var e=this;this.next=null,this.entry=null,this.finish=function(){uz(e,t)}}var Es;Pt.WritableState=ul;var MK={deprecate:QP()},rD=tT(),mp=require("buffer").Buffer,LK=global.Uint8Array||function(){};function FK(t){return mp.from(t)}function qK(t){return mp.isBuffer(t)||t instanceof LK}var cT=iT(),jK=oT(),GK=jK.getHighWaterMark,bo=Ro().codes,UK=bo.ERR_INVALID_ARG_TYPE,HK=bo.ERR_METHOD_NOT_IMPLEMENTED,BK=bo.ERR_MULTIPLE_CALLBACK,WK=bo.ERR_STREAM_CANNOT_PIPE,KK=bo.ERR_STREAM_DESTROYED,zK=bo.ERR_STREAM_NULL_VALUES,VK=bo.ERR_STREAM_WRITE_AFTER_END,YK=bo.ERR_UNKNOWN_ENCODING,Cs=cT.errorOrDestroy;ia()(Pt,rD);function XK(){}function ul(t,e,r){Es=Es||oa(),t=t||{},typeof r!="boolean"&&(r=e instanceof Es),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=GK(this,t,"writableHighWaterMark",r),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var n=t.decodeStrings===!1;this.decodeStrings=!n,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(i){nz(e,i)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new tD(this)}ul.prototype.getBuffer=function(){for(var e=this.bufferedRequest,r=[];e;)r.push(e),e=e.next;return r};(function(){try{Object.defineProperty(ul.prototype,"buffer",{get:MK.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var hp;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(hp=Function.prototype[Symbol.hasInstance],Object.defineProperty(Pt,Symbol.hasInstance,{value:function(e){return hp.call(this,e)?!0:this!==Pt?!1:e&&e._writableState instanceof ul}})):hp=function(e){return e instanceof this};function Pt(t){Es=Es||oa();var e=this instanceof Es;if(!e&&!hp.call(Pt,this))return new Pt(t);this._writableState=new ul(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),rD.call(this)}Pt.prototype.pipe=function(){Cs(this,new WK)};function ZK(t,e){var r=new VK;Cs(t,r),process.nextTick(e,r)}function JK(t,e,r,n){var i;return r===null?i=new zK:typeof r!="string"&&!e.objectMode&&(i=new UK("chunk",["string","Buffer"],r)),i?(Cs(t,i),process.nextTick(n,i),!1):!0}Pt.prototype.write=function(t,e,r){var n=this._writableState,i=!1,o=!n.objectMode&&qK(t);return o&&!mp.isBuffer(t)&&(t=FK(t)),typeof e=="function"&&(r=e,e=null),o?e="buffer":e||(e=n.defaultEncoding),typeof r!="function"&&(r=XK),n.ending?ZK(this,r):(o||JK(this,n,t,r))&&(n.pendingcb++,i=ez(this,n,o,t,e,r)),i};Pt.prototype.cork=function(){this._writableState.corked++};Pt.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&nD(this,t))};Pt.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new YK(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(Pt.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function QK(t,e,r){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=mp.from(e,r)),e}Object.defineProperty(Pt.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function ez(t,e,r,n,i,o){if(!r){var a=QK(e,n,i);n!==a&&(r=!0,i="buffer",n=a)}var s=e.objectMode?1:n.length;e.length+=s;var u=e.length<e.highWaterMark;if(u||(e.needDrain=!0),e.writing||e.corked){var l=e.lastBufferedRequest;e.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:o,next:null},l?l.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else lT(t,e,!1,s,n,i,o);return u}function lT(t,e,r,n,i,o,a){e.writelen=n,e.writecb=a,e.writing=!0,e.sync=!0,e.destroyed?e.onwrite(new KK("write")):r?t._writev(i,e.onwrite):t._write(i,o,e.onwrite),e.sync=!1}function tz(t,e,r,n,i){--e.pendingcb,r?(process.nextTick(i,n),process.nextTick(sl,t,e),t._writableState.errorEmitted=!0,Cs(t,n)):(i(n),t._writableState.errorEmitted=!0,Cs(t,n),sl(t,e))}function rz(t){t.writing=!1,t.writecb=null,t.length-=t.writelen,t.writelen=0}function nz(t,e){var r=t._writableState,n=r.sync,i=r.writecb;if(typeof i!="function")throw new BK;if(rz(r),e)tz(t,r,n,e,i);else{var o=iD(r)||t.destroyed;!o&&!r.corked&&!r.bufferProcessing&&r.bufferedRequest&&nD(t,r),n?process.nextTick(eD,t,r,o,i):eD(t,r,o,i)}}function eD(t,e,r,n){r||iz(t,e),e.pendingcb--,n(),sl(t,e)}function iz(t,e){e.length===0&&e.needDrain&&(e.needDrain=!1,t.emit("drain"))}function nD(t,e){e.bufferProcessing=!0;var r=e.bufferedRequest;if(t._writev&&r&&r.next){var n=e.bufferedRequestCount,i=new Array(n),o=e.corkedRequestsFree;o.entry=r;for(var a=0,s=!0;r;)i[a]=r,r.isBuf||(s=!1),r=r.next,a+=1;i.allBuffers=s,lT(t,e,!0,e.length,i,"",o.finish),e.pendingcb++,e.lastBufferedRequest=null,o.next?(e.corkedRequestsFree=o.next,o.next=null):e.corkedRequestsFree=new tD(e),e.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,l=r.encoding,c=r.callback,f=e.objectMode?1:u.length;if(lT(t,e,!1,f,u,l,c),r=r.next,e.bufferedRequestCount--,e.writing)break}r===null&&(e.lastBufferedRequest=null)}e.bufferedRequest=r,e.bufferProcessing=!1}Pt.prototype._write=function(t,e,r){r(new HK("_write()"))};Pt.prototype._writev=null;Pt.prototype.end=function(t,e,r){var n=this._writableState;return typeof t=="function"?(r=t,t=null,e=null):typeof e=="function"&&(r=e,e=null),t!=null&&this.write(t,e),n.corked&&(n.corked=1,this.uncork()),n.ending||sz(this,n,r),this};Object.defineProperty(Pt.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function iD(t){return t.ending&&t.length===0&&t.bufferedRequest===null&&!t.finished&&!t.writing}function oz(t,e){t._final(function(r){e.pendingcb--,r&&Cs(t,r),e.prefinished=!0,t.emit("prefinish"),sl(t,e)})}function az(t,e){!e.prefinished&&!e.finalCalled&&(typeof t._final=="function"&&!e.destroyed?(e.pendingcb++,e.finalCalled=!0,process.nextTick(oz,t,e)):(e.prefinished=!0,t.emit("prefinish")))}function sl(t,e){var r=iD(e);if(r&&(az(t,e),e.pendingcb===0&&(e.finished=!0,t.emit("finish"),e.autoDestroy))){var n=t._readableState;(!n||n.autoDestroy&&n.endEmitted)&&t.destroy()}return r}function sz(t,e,r){e.ending=!0,sl(t,e),r&&(e.finished?process.nextTick(r):t.once("finish",r)),e.ended=!0,t.writable=!1}function uz(t,e,r){var n=t.entry;for(t.entry=null;n;){var i=n.callback;e.pendingcb--,i(r),n=n.next}e.corkedRequestsFree.next=t}Object.defineProperty(Pt.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(e){!this._writableState||(this._writableState.destroyed=e)}});Pt.prototype.destroy=cT.destroy;Pt.prototype._undestroy=cT.undestroy;Pt.prototype._destroy=function(t,e){e(t)}});var oa=b((qY,sD)=>{"use strict";var lz=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};sD.exports=Ti;var aD=hT(),pT=fT();ia()(Ti,aD);for(dT=lz(pT.prototype),gp=0;gp<dT.length;gp++)yp=dT[gp],Ti.prototype[yp]||(Ti.prototype[yp]=pT.prototype[yp]);var dT,yp,gp;function Ti(t){if(!(this instanceof Ti))return new Ti(t);aD.call(this,t),pT.call(this,t),this.allowHalfOpen=!0,t&&(t.readable===!1&&(this.readable=!1),t.writable===!1&&(this.writable=!1),t.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",cz)))}Object.defineProperty(Ti.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});Object.defineProperty(Ti.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});Object.defineProperty(Ti.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function cz(){this._writableState.ended||process.nextTick(fz,this)}function fz(t){t.end()}Object.defineProperty(Ti.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=e,this._writableState.destroyed=e)}})});var cD=b((mT,lD)=>{var vp=require("buffer"),Ri=vp.Buffer;function uD(t,e){for(var r in t)e[r]=t[r]}Ri.from&&Ri.alloc&&Ri.allocUnsafe&&Ri.allocUnsafeSlow?lD.exports=vp:(uD(vp,mT),mT.Buffer=aa);function aa(t,e,r){return Ri(t,e,r)}aa.prototype=Object.create(Ri.prototype);uD(Ri,aa);aa.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return Ri(t,e,r)};aa.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var n=Ri(t);return e!==void 0?typeof r=="string"?n.fill(e,r):n.fill(e):n.fill(0),n};aa.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Ri(t)};aa.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return vp.SlowBuffer(t)}});var vT=b(dD=>{"use strict";var yT=cD().Buffer,fD=yT.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function dz(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function pz(t){var e=dz(t);if(typeof e!="string"&&(yT.isEncoding===fD||!fD(t)))throw new Error("Unknown encoding: "+t);return e||t}dD.StringDecoder=ll;function ll(t){this.encoding=pz(t);var e;switch(this.encoding){case"utf16le":this.text=_z,this.end=Tz,e=4;break;case"utf8":this.fillLast=gz,e=4;break;case"base64":this.text=Rz,this.end=bz,e=3;break;default:this.write=Az,this.end=Ez;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=yT.allocUnsafe(e)}ll.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<t.length?e?e+this.text(t,r):this.text(t,r):e||""};ll.prototype.end=vz;ll.prototype.text=yz;ll.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};function gT(t){return t<=127?0:t>>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function hz(t,e,r){var n=e.length-1;if(n<r)return 0;var i=gT(e[n]);return i>=0?(i>0&&(t.lastNeed=i-1),i):--n<r||i===-2?0:(i=gT(e[n]),i>=0?(i>0&&(t.lastNeed=i-2),i):--n<r||i===-2?0:(i=gT(e[n]),i>=0?(i>0&&(i===2?i=0:t.lastNeed=i-3),i):0))}function mz(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function gz(t){var e=this.lastTotal-this.lastNeed,r=mz(this,t,e);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function yz(t,e){var r=hz(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var n=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,n),t.toString("utf8",e,n)}function vz(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function _z(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function Tz(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function Rz(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function bz(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function Az(t){return t.toString(this.encoding)}function Ez(t){return t&&t.length?this.write(t):""}});var _p=b((GY,mD)=>{"use strict";var pD=Ro().codes.ERR_STREAM_PREMATURE_CLOSE;function Cz(t){var e=!1;return function(){if(!e){e=!0;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];t.apply(this,n)}}}function xz(){}function wz(t){return t.setHeader&&typeof t.abort=="function"}function hD(t,e,r){if(typeof e=="function")return hD(t,null,e);e||(e={}),r=Cz(r||xz);var n=e.readable||e.readable!==!1&&t.readable,i=e.writable||e.writable!==!1&&t.writable,o=function(){t.writable||s()},a=t._writableState&&t._writableState.finished,s=function(){i=!1,a=!0,n||r.call(t)},u=t._readableState&&t._readableState.endEmitted,l=function(){n=!1,u=!0,i||r.call(t)},c=function(d){r.call(t,d)},f=function(){var d;if(n&&!u)return(!t._readableState||!t._readableState.ended)&&(d=new pD),r.call(t,d);if(i&&!a)return(!t._writableState||!t._writableState.ended)&&(d=new pD),r.call(t,d)},p=function(){t.req.on("finish",s)};return wz(t)?(t.on("complete",s),t.on("abort",f),t.req?p():t.on("request",p)):i&&!t._writableState&&(t.on("end",o),t.on("close",o)),t.on("end",l),t.on("finish",s),e.error!==!1&&t.on("error",c),t.on("close",f),function(){t.removeListener("complete",s),t.removeListener("abort",f),t.removeListener("request",p),t.req&&t.req.removeListener("finish",s),t.removeListener("end",o),t.removeListener("close",o),t.removeListener("finish",s),t.removeListener("end",l),t.removeListener("error",c),t.removeListener("close",f)}}mD.exports=hD});var yD=b((UY,gD)=>{"use strict";var Tp;function Ao(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Sz=_p(),Eo=Symbol("lastResolve"),sa=Symbol("lastReject"),cl=Symbol("error"),Rp=Symbol("ended"),ua=Symbol("lastPromise"),_T=Symbol("handlePromise"),la=Symbol("stream");function Co(t,e){return{value:t,done:e}}function kz(t){var e=t[Eo];if(e!==null){var r=t[la].read();r!==null&&(t[ua]=null,t[Eo]=null,t[sa]=null,e(Co(r,!1)))}}function Pz(t){process.nextTick(kz,t)}function Dz(t,e){return function(r,n){t.then(function(){if(e[Rp]){r(Co(void 0,!0));return}e[_T](r,n)},n)}}var Nz=Object.getPrototypeOf(function(){}),Oz=Object.setPrototypeOf((Tp={get stream(){return this[la]},next:function(){var e=this,r=this[cl];if(r!==null)return Promise.reject(r);if(this[Rp])return Promise.resolve(Co(void 0,!0));if(this[la].destroyed)return new Promise(function(a,s){process.nextTick(function(){e[cl]?s(e[cl]):a(Co(void 0,!0))})});var n=this[ua],i;if(n)i=new Promise(Dz(n,this));else{var o=this[la].read();if(o!==null)return Promise.resolve(Co(o,!1));i=new Promise(this[_T])}return this[ua]=i,i}},Ao(Tp,Symbol.asyncIterator,function(){return this}),Ao(Tp,"return",function(){var e=this;return new Promise(function(r,n){e[la].destroy(null,function(i){if(i){n(i);return}r(Co(void 0,!0))})})}),Tp),Nz),Iz=function(e){var r,n=Object.create(Oz,(r={},Ao(r,la,{value:e,writable:!0}),Ao(r,Eo,{value:null,writable:!0}),Ao(r,sa,{value:null,writable:!0}),Ao(r,cl,{value:null,writable:!0}),Ao(r,Rp,{value:e._readableState.endEmitted,writable:!0}),Ao(r,_T,{value:function(o,a){var s=n[la].read();s?(n[ua]=null,n[Eo]=null,n[sa]=null,o(Co(s,!1))):(n[Eo]=o,n[sa]=a)},writable:!0}),r));return n[ua]=null,Sz(e,function(i){if(i&&i.code!=="ERR_STREAM_PREMATURE_CLOSE"){var o=n[sa];o!==null&&(n[ua]=null,n[Eo]=null,n[sa]=null,o(i)),n[cl]=i;return}var a=n[Eo];a!==null&&(n[ua]=null,n[Eo]=null,n[sa]=null,a(Co(void 0,!0))),n[Rp]=!0}),e.on("readable",Pz.bind(null,n)),n};gD.exports=Iz});var RD=b((HY,TD)=>{"use strict";function vD(t,e,r,n,i,o,a){try{var s=t[o](a),u=s.value}catch(l){r(l);return}s.done?e(u):Promise.resolve(u).then(n,i)}function $z(t){return function(){var e=this,r=arguments;return new Promise(function(n,i){var o=t.apply(e,r);function a(u){vD(o,n,i,a,s,"next",u)}function s(u){vD(o,n,i,a,s,"throw",u)}a(void 0)})}}function _D(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Mz(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?_D(Object(r),!0).forEach(function(n){Lz(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):_D(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function Lz(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Fz=Ro().codes.ERR_INVALID_ARG_TYPE;function qz(t,e,r){var n;if(e&&typeof e.next=="function")n=e;else if(e&&e[Symbol.asyncIterator])n=e[Symbol.asyncIterator]();else if(e&&e[Symbol.iterator])n=e[Symbol.iterator]();else throw new Fz("iterable",["Iterable"],e);var i=new t(Mz({objectMode:!0},r)),o=!1;i._read=function(){o||(o=!0,a())};function a(){return s.apply(this,arguments)}function s(){return s=$z(function*(){try{var u=yield n.next(),l=u.value,c=u.done;c?i.push(null):i.push(yield l)?a():o=!1}catch(f){i.destroy(f)}}),s.apply(this,arguments)}return i}TD.exports=qz});var hT=b((WY,DD)=>{"use strict";DD.exports=De;var xs;De.ReadableState=CD;var BY=require("events").EventEmitter,ED=function(e,r){return e.listeners(r).length},dl=tT(),bp=require("buffer").Buffer,jz=global.Uint8Array||function(){};function Gz(t){return bp.from(t)}function Uz(t){return bp.isBuffer(t)||t instanceof jz}var TT=require("util"),_e;TT&&TT.debuglog?_e=TT.debuglog("stream"):_e=function(){};var Hz=BP(),wT=iT(),Bz=oT(),Wz=Bz.getHighWaterMark,Ap=Ro().codes,Kz=Ap.ERR_INVALID_ARG_TYPE,zz=Ap.ERR_STREAM_PUSH_AFTER_EOF,Vz=Ap.ERR_METHOD_NOT_IMPLEMENTED,Yz=Ap.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,ws,RT,bT;ia()(De,dl);var fl=wT.errorOrDestroy,AT=["error","close","destroy","pause","resume"];function Xz(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):Array.isArray(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}function CD(t,e,r){xs=xs||oa(),t=t||{},typeof r!="boolean"&&(r=e instanceof xs),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=Wz(this,t,"readableHighWaterMark",r),this.buffer=new Hz,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(ws||(ws=vT().StringDecoder),this.decoder=new ws(t.encoding),this.encoding=t.encoding)}function De(t){if(xs=xs||oa(),!(this instanceof De))return new De(t);var e=this instanceof xs;this._readableState=new CD(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),dl.call(this)}Object.defineProperty(De.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){!this._readableState||(this._readableState.destroyed=e)}});De.prototype.destroy=wT.destroy;De.prototype._undestroy=wT.undestroy;De.prototype._destroy=function(t,e){e(t)};De.prototype.push=function(t,e){var r=this._readableState,n;return r.objectMode?n=!0:typeof t=="string"&&(e=e||r.defaultEncoding,e!==r.encoding&&(t=bp.from(t,e),e=""),n=!0),xD(this,t,e,!1,n)};De.prototype.unshift=function(t){return xD(this,t,null,!0,!1)};function xD(t,e,r,n,i){_e("readableAddChunk",e);var o=t._readableState;if(e===null)o.reading=!1,Qz(t,o);else{var a;if(i||(a=Zz(o,e)),a)fl(t,a);else if(o.objectMode||e&&e.length>0)if(typeof e!="string"&&!o.objectMode&&Object.getPrototypeOf(e)!==bp.prototype&&(e=Gz(e)),n)o.endEmitted?fl(t,new Yz):ET(t,o,e,!0);else if(o.ended)fl(t,new zz);else{if(o.destroyed)return!1;o.reading=!1,o.decoder&&!r?(e=o.decoder.write(e),o.objectMode||e.length!==0?ET(t,o,e,!1):xT(t,o)):ET(t,o,e,!1)}else n||(o.reading=!1,xT(t,o))}return!o.ended&&(o.length<o.highWaterMark||o.length===0)}function ET(t,e,r,n){e.flowing&&e.length===0&&!e.sync?(e.awaitDrain=0,t.emit("data",r)):(e.length+=e.objectMode?1:r.length,n?e.buffer.unshift(r):e.buffer.push(r),e.needReadable&&Ep(t)),xT(t,e)}function Zz(t,e){var r;return!Uz(e)&&typeof e!="string"&&e!==void 0&&!t.objectMode&&(r=new Kz("chunk",["string","Buffer","Uint8Array"],e)),r}De.prototype.isPaused=function(){return this._readableState.flowing===!1};De.prototype.setEncoding=function(t){ws||(ws=vT().StringDecoder);var e=new ws(t);this._readableState.decoder=e,this._readableState.encoding=this._readableState.decoder.encoding;for(var r=this._readableState.buffer.head,n="";r!==null;)n+=e.write(r.data),r=r.next;return this._readableState.buffer.clear(),n!==""&&this._readableState.buffer.push(n),this._readableState.length=n.length,this};var bD=1073741824;function Jz(t){return t>=bD?t=bD:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function AD(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=Jz(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}De.prototype.read=function(t){_e("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return _e("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?CT(this):Ep(this),null;if(t=AD(t,e),t===0&&e.ended)return e.length===0&&CT(this),null;var n=e.needReadable;_e("need readable",n),(e.length===0||e.length-t<e.highWaterMark)&&(n=!0,_e("length less than watermark",n)),e.ended||e.reading?(n=!1,_e("reading or ended",n)):n&&(_e("do read"),e.reading=!0,e.sync=!0,e.length===0&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=AD(r,e)));var i;return t>0?i=kD(t,e):i=null,i===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&CT(this)),i!==null&&this.emit("data",i),i};function Qz(t,e){if(_e("onEofChunk"),!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?Ep(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,wD(t)))}}function Ep(t){var e=t._readableState;_e("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(_e("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(wD,t))}function wD(t){var e=t._readableState;_e("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,ST(t)}function xT(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(eV,t,e))}function eV(t,e){for(;!e.reading&&!e.ended&&(e.length<e.highWaterMark||e.flowing&&e.length===0);){var r=e.length;if(_e("maybeReadMore read 0"),t.read(0),r===e.length)break}e.readingMore=!1}De.prototype._read=function(t){fl(this,new Vz("_read()"))};De.prototype.pipe=function(t,e){var r=this,n=this._readableState;switch(n.pipesCount){case 0:n.pipes=t;break;case 1:n.pipes=[n.pipes,t];break;default:n.pipes.push(t);break}n.pipesCount+=1,_e("pipe count=%d opts=%j",n.pipesCount,e);var i=(!e||e.end!==!1)&&t!==process.stdout&&t!==process.stderr,o=i?s:g;n.endEmitted?process.nextTick(o):r.once("end",o),t.on("unpipe",a);function a(C,x){_e("onunpipe"),C===r&&x&&x.hasUnpiped===!1&&(x.hasUnpiped=!0,c())}function s(){_e("onend"),t.end()}var u=tV(r);t.on("drain",u);var l=!1;function c(){_e("cleanup"),t.removeListener("close",h),t.removeListener("finish",d),t.removeListener("drain",u),t.removeListener("error",p),t.removeListener("unpipe",a),r.removeListener("end",s),r.removeListener("end",g),r.removeListener("data",f),l=!0,n.awaitDrain&&(!t._writableState||t._writableState.needDrain)&&u()}r.on("data",f);function f(C){_e("ondata");var x=t.write(C);_e("dest.write",x),x===!1&&((n.pipesCount===1&&n.pipes===t||n.pipesCount>1&&PD(n.pipes,t)!==-1)&&!l&&(_e("false write response, pause",n.awaitDrain),n.awaitDrain++),r.pause())}function p(C){_e("onerror",C),g(),t.removeListener("error",p),ED(t,"error")===0&&fl(t,C)}Xz(t,"error",p);function h(){t.removeListener("finish",d),g()}t.once("close",h);function d(){_e("onfinish"),t.removeListener("close",h),g()}t.once("finish",d);function g(){_e("unpipe"),r.unpipe(t)}return t.emit("pipe",r),n.flowing||(_e("pipe resume"),r.resume()),t};function tV(t){return function(){var r=t._readableState;_e("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,r.awaitDrain===0&&ED(t,"data")&&(r.flowing=!0,ST(t))}}De.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var n=e.pipes,i=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o<i;o++)n[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=PD(e.pipes,t);return a===-1?this:(e.pipes.splice(a,1),e.pipesCount-=1,e.pipesCount===1&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,r),this)};De.prototype.on=function(t,e){var r=dl.prototype.on.call(this,t,e),n=this._readableState;return t==="data"?(n.readableListening=this.listenerCount("readable")>0,n.flowing!==!1&&this.resume()):t==="readable"&&!n.endEmitted&&!n.readableListening&&(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,_e("on readable",n.length,n.reading),n.length?Ep(this):n.reading||process.nextTick(rV,this)),r};De.prototype.addListener=De.prototype.on;De.prototype.removeListener=function(t,e){var r=dl.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(SD,this),r};De.prototype.removeAllListeners=function(t){var e=dl.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(SD,this),e};function SD(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function rV(t){_e("readable nexttick read 0"),t.read(0)}De.prototype.resume=function(){var t=this._readableState;return t.flowing||(_e("resume"),t.flowing=!t.readableListening,nV(this,t)),t.paused=!1,this};function nV(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(iV,t,e))}function iV(t,e){_e("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),ST(t),e.flowing&&!e.reading&&t.read(0)}De.prototype.pause=function(){return _e("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(_e("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function ST(t){var e=t._readableState;for(_e("flow",e.flowing);e.flowing&&t.read()!==null;);}De.prototype.wrap=function(t){var e=this,r=this._readableState,n=!1;t.on("end",function(){if(_e("wrapped end"),r.decoder&&!r.ended){var a=r.decoder.end();a&&a.length&&e.push(a)}e.push(null)}),t.on("data",function(a){if(_e("wrapped data"),r.decoder&&(a=r.decoder.write(a)),!(r.objectMode&&a==null)&&!(!r.objectMode&&(!a||!a.length))){var s=e.push(a);s||(n=!0,t.pause())}});for(var i in t)this[i]===void 0&&typeof t[i]=="function"&&(this[i]=function(s){return function(){return t[s].apply(t,arguments)}}(i));for(var o=0;o<AT.length;o++)t.on(AT[o],this.emit.bind(this,AT[o]));return this._read=function(a){_e("wrapped _read",a),n&&(n=!1,t.resume())},this};typeof Symbol=="function"&&(De.prototype[Symbol.asyncIterator]=function(){return RT===void 0&&(RT=yD()),RT(this)});Object.defineProperty(De.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}});Object.defineProperty(De.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}});Object.defineProperty(De.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}});De._fromList=kD;Object.defineProperty(De.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function kD(t,e){if(e.length===0)return null;var r;return e.objectMode?r=e.buffer.shift():!t||t>=e.length?(e.decoder?r=e.buffer.join(""):e.buffer.length===1?r=e.buffer.first():r=e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r}function CT(t){var e=t._readableState;_e("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(oV,e,t))}function oV(t,e){if(_e("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var r=e._writableState;(!r||r.autoDestroy&&r.finished)&&e.destroy()}}typeof Symbol=="function"&&(De.from=function(t,e){return bT===void 0&&(bT=RD()),bT(De,t,e)});function PD(t,e){for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}});var kT=b((KY,OD)=>{"use strict";OD.exports=zi;var Cp=Ro().codes,aV=Cp.ERR_METHOD_NOT_IMPLEMENTED,sV=Cp.ERR_MULTIPLE_CALLBACK,uV=Cp.ERR_TRANSFORM_ALREADY_TRANSFORMING,lV=Cp.ERR_TRANSFORM_WITH_LENGTH_0,xp=oa();ia()(zi,xp);function cV(t,e){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(n===null)return this.emit("error",new sV);r.writechunk=null,r.writecb=null,e!=null&&this.push(e),n(t);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function zi(t){if(!(this instanceof zi))return new zi(t);xp.call(this,t),this._transformState={afterTransform:cV.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,t&&(typeof t.transform=="function"&&(this._transform=t.transform),typeof t.flush=="function"&&(this._flush=t.flush)),this.on("prefinish",fV)}function fV(){var t=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(e,r){ND(t,e,r)}):ND(this,null,null)}zi.prototype.push=function(t,e){return this._transformState.needTransform=!1,xp.prototype.push.call(this,t,e)};zi.prototype._transform=function(t,e,r){r(new aV("_transform()"))};zi.prototype._write=function(t,e,r){var n=this._transformState;if(n.writecb=r,n.writechunk=t,n.writeencoding=e,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}};zi.prototype._read=function(t){var e=this._transformState;e.writechunk!==null&&!e.transforming?(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform)):e.needTransform=!0};zi.prototype._destroy=function(t,e){xp.prototype._destroy.call(this,t,function(r){e(r)})};function ND(t,e,r){if(e)return t.emit("error",e);if(r!=null&&t.push(r),t._writableState.length)throw new lV;if(t._transformState.transforming)throw new uV;return t.push(null)}});var MD=b((zY,$D)=>{"use strict";$D.exports=pl;var ID=kT();ia()(pl,ID);function pl(t){if(!(this instanceof pl))return new pl(t);ID.call(this,t)}pl.prototype._transform=function(t,e,r){r(null,t)}});var GD=b((VY,jD)=>{"use strict";var PT;function dV(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var qD=Ro().codes,pV=qD.ERR_MISSING_ARGS,hV=qD.ERR_STREAM_DESTROYED;function LD(t){if(t)throw t}function mV(t){return t.setHeader&&typeof t.abort=="function"}function gV(t,e,r,n){n=dV(n);var i=!1;t.on("close",function(){i=!0}),PT===void 0&&(PT=_p()),PT(t,{readable:e,writable:r},function(a){if(a)return n(a);i=!0,n()});var o=!1;return function(a){if(!i&&!o){if(o=!0,mV(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();n(a||new hV("pipe"))}}}function FD(t){t()}function yV(t,e){return t.pipe(e)}function vV(t){return!t.length||typeof t[t.length-1]!="function"?LD:t.pop()}function _V(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];var n=vV(e);if(Array.isArray(e[0])&&(e=e[0]),e.length<2)throw new pV("streams");var i,o=e.map(function(a,s){var u=s<e.length-1,l=s>0;return gV(a,u,l,function(c){i||(i=c),c&&o.forEach(FD),!u&&(o.forEach(FD),n(i))})});return e.reduce(yV)}jD.exports=_V});var UD=b((gn,ml)=>{var hl=require("stream");process.env.READABLE_STREAM==="disable"&&hl?(ml.exports=hl.Readable,Object.assign(ml.exports,hl),ml.exports.Stream=hl):(gn=ml.exports=hT(),gn.Stream=hl||gn,gn.Readable=gn,gn.Writable=fT(),gn.Duplex=oa(),gn.Transform=kT(),gn.PassThrough=MD(),gn.finished=_p(),gn.pipeline=GD())});var WD=b((YY,BD)=>{"use strict";var{Buffer:Xn}=require("buffer"),HD=Symbol.for("BufferList");function ut(t){if(!(this instanceof ut))return new ut(t);ut._init.call(this,t)}ut._init=function(e){Object.defineProperty(this,HD,{value:!0}),this._bufs=[],this.length=0,e&&this.append(e)};ut.prototype._new=function(e){return new ut(e)};ut.prototype._offset=function(e){if(e===0)return[0,0];let r=0;for(let n=0;n<this._bufs.length;n++){let i=r+this._bufs[n].length;if(e<i||n===this._bufs.length-1)return[n,e-r];r=i}};ut.prototype._reverseOffset=function(t){let e=t[0],r=t[1];for(let n=0;n<e;n++)r+=this._bufs[n].length;return r};ut.prototype.get=function(e){if(e>this.length||e<0)return;let r=this._offset(e);return this._bufs[r[0]][r[1]]};ut.prototype.slice=function(e,r){return typeof e=="number"&&e<0&&(e+=this.length),typeof r=="number"&&r<0&&(r+=this.length),this.copy(null,0,e,r)};ut.prototype.copy=function(e,r,n,i){if((typeof n!="number"||n<0)&&(n=0),(typeof i!="number"||i>this.length)&&(i=this.length),n>=this.length||i<=0)return e||Xn.alloc(0);let o=!!e,a=this._offset(n),s=i-n,u=s,l=o&&r||0,c=a[1];if(n===0&&i===this.length){if(!o)return this._bufs.length===1?this._bufs[0]:Xn.concat(this._bufs,this.length);for(let f=0;f<this._bufs.length;f++)this._bufs[f].copy(e,l),l+=this._bufs[f].length;return e}if(u<=this._bufs[a[0]].length-c)return o?this._bufs[a[0]].copy(e,r,c,c+u):this._bufs[a[0]].slice(c,c+u);o||(e=Xn.allocUnsafe(s));for(let f=a[0];f<this._bufs.length;f++){let p=this._bufs[f].length-c;if(u>p)this._bufs[f].copy(e,l,c),l+=p;else{this._bufs[f].copy(e,l,c,c+u),l+=p;break}u-=p,c&&(c=0)}return e.length>l?e.slice(0,l):e};ut.prototype.shallowSlice=function(e,r){if(e=e||0,r=typeof r!="number"?this.length:r,e<0&&(e+=this.length),r<0&&(r+=this.length),e===r)return this._new();let n=this._offset(e),i=this._offset(r),o=this._bufs.slice(n[0],i[0]+1);return i[1]===0?o.pop():o[o.length-1]=o[o.length-1].slice(0,i[1]),n[1]!==0&&(o[0]=o[0].slice(n[1])),this._new(o)};ut.prototype.toString=function(e,r,n){return this.slice(r,n).toString(e)};ut.prototype.consume=function(e){if(e=Math.trunc(e),Number.isNaN(e)||e<=0)return this;for(;this._bufs.length;)if(e>=this._bufs[0].length)e-=this._bufs[0].length,this.length-=this._bufs[0].length,this._bufs.shift();else{this._bufs[0]=this._bufs[0].slice(e),this.length-=e;break}return this};ut.prototype.duplicate=function(){let e=this._new();for(let r=0;r<this._bufs.length;r++)e.append(this._bufs[r]);return e};ut.prototype.append=function(e){if(e==null)return this;if(e.buffer)this._appendBuffer(Xn.from(e.buffer,e.byteOffset,e.byteLength));else if(Array.isArray(e))for(let r=0;r<e.length;r++)this.append(e[r]);else if(this._isBufferList(e))for(let r=0;r<e._bufs.length;r++)this.append(e._bufs[r]);else typeof e=="number"&&(e=e.toString()),this._appendBuffer(Xn.from(e));return this};ut.prototype._appendBuffer=function(e){this._bufs.push(e),this.length+=e.length};ut.prototype.indexOf=function(t,e,r){if(r===void 0&&typeof e=="string"&&(r=e,e=void 0),typeof t=="function"||Array.isArray(t))throw new TypeError('The "value" argument must be one of type string, Buffer, BufferList, or Uint8Array.');if(typeof t=="number"?t=Xn.from([t]):typeof t=="string"?t=Xn.from(t,r):this._isBufferList(t)?t=t.slice():Array.isArray(t.buffer)?t=Xn.from(t.buffer,t.byteOffset,t.byteLength):Xn.isBuffer(t)||(t=Xn.from(t)),e=Number(e||0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let n=this._offset(e),i=n[0],o=n[1];for(;i<this._bufs.length;i++){let a=this._bufs[i];for(;o<a.length;)if(a.length-o>=t.length){let u=a.indexOf(t,o);if(u!==-1)return this._reverseOffset([i,u]);o=a.length-t.length+1}else{let u=this._reverseOffset([i,o]);if(this._match(u,t))return u;o++}o=0}return-1};ut.prototype._match=function(t,e){if(this.length-t<e.length)return!1;for(let r=0;r<e.length;r++)if(this.get(t+r)!==e[r])return!1;return!0};(function(){let t={readDoubleBE:8,readDoubleLE:8,readFloatBE:4,readFloatLE:4,readInt32BE:4,readInt32LE:4,readUInt32BE:4,readUInt32LE:4,readInt16BE:2,readInt16LE:2,readUInt16BE:2,readUInt16LE:2,readInt8:1,readUInt8:1,readIntBE:null,readIntLE:null,readUIntBE:null,readUIntLE:null};for(let e in t)(function(r){t[r]===null?ut.prototype[r]=function(n,i){return this.slice(n,n+i)[r](0,i)}:ut.prototype[r]=function(n=0){return this.slice(n,n+t[r])[r](0)}})(e)})();ut.prototype._isBufferList=function(e){return e instanceof ut||ut.isBufferList(e)};ut.isBufferList=function(e){return e!=null&&e[HD]};BD.exports=ut});var KD=b((XY,wp)=>{"use strict";var DT=UD().Duplex,TV=ia(),gl=WD();function Rr(t){if(!(this instanceof Rr))return new Rr(t);if(typeof t=="function"){this._callback=t;let e=function(n){this._callback&&(this._callback(n),this._callback=null)}.bind(this);this.on("pipe",function(n){n.on("error",e)}),this.on("unpipe",function(n){n.removeListener("error",e)}),t=null}gl._init.call(this,t),DT.call(this)}TV(Rr,DT);Object.assign(Rr.prototype,gl.prototype);Rr.prototype._new=function(e){return new Rr(e)};Rr.prototype._write=function(e,r,n){this._appendBuffer(e),typeof n=="function"&&n()};Rr.prototype._read=function(e){if(!this.length)return this.push(null);e=Math.min(e,this.length),this.push(this.slice(0,e)),this.consume(e)};Rr.prototype.end=function(e){DT.prototype.end.call(this,e),this._callback&&(this._callback(null,this.slice()),this._callback=null)};Rr.prototype._destroy=function(e,r){this._bufs.length=0,this.length=0,r(e)};Rr.prototype._isBufferList=function(e){return e instanceof Rr||e instanceof gl||Rr.isBufferList(e)};Rr.isBufferList=gl.isBufferList;wp.exports=Rr;wp.exports.BufferListStream=Rr;wp.exports.BufferList=gl});var EV={};dN(EV,{default:()=>AV,generateAction:()=>aN,initAction:()=>oN});module.exports=pN(EV);var nN=te(Al()),_l=te(zp()),iN=te(t_());var Ak=te(tk());var rk="74944eb779d7d3b4ce185be843fde9fc";var Ek=te(nk()),Ck=te(gk()),xk=te(require("os")),S_=te(vk()),k_=te(bk());var Dr=class extends Error{};var wk=te(zp());var P_=class{constructor(){this.hostId=(0,Ek.machineIdSync)();this.sessionid=(0,Ck.default)();this.trackingToken=rk;this._os=xk.platform();this.version=Hd().version;this.exitWait=200;process.env.DO_NOT_TRACK!=="1"&&this.trackingToken&&(this.mixpanel=(0,Ak.init)(this.trackingToken,{geolocate:!0})),(0,k_.default)(e=>wt(this,null,function*(){this.mixpanel&&(yield(0,S_.default)(this.exitWait)),e()})),k_.default.uncaughtExceptionHandler(e=>wt(this,null,function*(){this.track("cli:error",{message:e.message,stack:e.stack}),this.mixpanel&&(yield(0,S_.default)(this.exitWait)),e instanceof Dr||e instanceof wk.CommanderError||console.error(`
|
|
6466
6466
|
An unexpected error occurred:
|
|
6467
6467
|
`,e),process.exit(1)}))}track(e,r={}){if(this.mixpanel){let n=Rl({distinct_id:this.hostId,session:this.sessionid,time:new Date,$os:this._os,nodeVersion:process.version,version:this.version},r);this.mixpanel.track(e,n)}}trackSpan(e,r,n,i,o){return wt(this,null,function*(){this.track(e,i);let a=Date.now(),s=!0;try{yield Promise.resolve(o())}catch(u){throw this.track(n,Rl({message:u.message,stack:u.stack},i)),s=!1,u}finally{this.track(r,Rl({duration:Date.now()-a,success:s},i))}})}},ms=new P_;var QD=te(Sk()),Vi=te(Al()),bi=te(require("fs")),eN=te(Nk()),Ai=te(require("path")),IT=te($n());var O_=["sqlite","postgresql","mysql","sqlserver","cockroachdb"],Ok=["String","Int","Float","Decimal","BigInt","Boolean","Bytes","DateTime"],_o="stdlib.zmodel";var Jd=te(t_()),Et=te(go()),Kk=te(Xe()),zk=te(_c());var jk=te(go());var $k=te(Wn());var Kn=te(Wn());function To(t,e){let r=t.reduce((n,i)=>{var o;return n[i.name]=(o=n[i.name])!=null?o:[],n[i.name].push(i),n},{});for(let[n,i]of Object.entries(r))i.length>1&&e("error",`Duplicated declaration name "${n}"`,{node:i[1]})}function Wd(t){if((0,Kn.isLiteralExpr)(t)&&typeof t.value=="string")return t.value}function B3(t,e){switch(t){case"Any":return!0;case"Float":return e==="Any"||e==="Int"||e==="Float";default:return e==="Any"||e===t}}function I_(t){switch(t){case"Any":case"Boolean":case"String":case"DateTime":case"Int":case"Float":case"Null":return t;case"BigInt":return"Int";case"Decimal":return"Float";case"Json":case"Bytes":return"Any"}}function Ik(t,e,r){var s,u;let n=t.$resolvedType;if(!n)return!1;let i=e.type.type,o=e.type.array,a=e.type.reference;if(i){if(typeof(n==null?void 0:n.decl)!="string")return!1;if(i==="FieldReference")return o?(0,Kn.isArrayExpr)(t.value)&&!t.value.items.find(l=>!(0,Kn.isReferenceExpr)(l)||!(0,Kn.isDataModelField)(l.target.ref)):(0,Kn.isReferenceExpr)(t.value)&&(0,Kn.isDataModelField)(t.value.target.ref);if(i==="ContextType")if((0,Kn.isDataModelField)(r.$container)){if(!((u=(s=r.$container)==null?void 0:s.type)!=null&&u.type))return!1;i=I_(r.$container.type.type)}else i="Any";return B3(i,n.decl)&&o===n.array}else return(a==null?void 0:a.ref)===n.decl&&o===n.array}var Yu=class{validate(e,r){var n;To(e.declarations,r),(n=e.$document)!=null&&n.uri.path.endsWith(_o)||this.validateDataSources(e,r)}validateDataSources(e,r){let n=e.declarations.filter(i=>(0,$k.isDataSource)(i));n.length===0?r("error","Model must define a datasource",{node:e}):n.length>1&&r("error","Multiple datasource declarations are not allowed",{node:n[1]})}};var Mk=te(Wn());var W3=["provider","url","shadowDatabaseUrl","relationMode"],Xu=class{validate(e,r){To(e.fields,r),this.validateFields(e,r),this.validateProvider(e,r),this.validateUrl(e,r),this.validateRelationMode(e,r)}validateFields(e,r){e.fields.forEach(n=>{W3.includes(n.name)||r("error",`Unexpected field "${n.name}"`,{node:n})})}validateProvider(e,r){let n=e.fields.find(o=>o.name==="provider");if(!n){r("error",'datasource must include a "provider" field',{node:e});return}let i=Wd(n.value);i?O_.includes(i)||r("error",`Provider "${i}" is not supported. Choose from ${O_.map(o=>'"'+o+'"').join(" | ")}.`,{node:n.value}):r("error",'"provider" must be set to a string literal',{node:n.value})}validateUrl(e,r){var i;e.fields.find(o=>o.name==="url")||r("error",'datasource must include a "url" field',{node:e});for(let o of["url","shadowDatabaseUrl"]){let a=e.fields.find(u=>u.name===o);if(!a)continue;!Wd(a.value)&&!((0,Mk.isInvocationExpr)(a.value)&&((i=a.value.function.ref)==null?void 0:i.name)==="env")&&r("error",`"${o}" must be set to a string literal or an invocation of "env" function`,{node:a.value})}}validateRelationMode(e,r){let n=e.fields.find(i=>i.name==="relationMode");if(n){let i=Wd(n.value);(!i||!["foreignKeys","prisma"].includes(i))&&r("error",'"relationMode" must be set to "foreignKeys" or "prisma"',{node:n.value})}}};var Ki=te(Wn());var Fk=te(Lk()),Zu=class{validate(e,r){To(e.fields,r),this.validateFields(e,r),this.validateAttributes(e,r)}validateFields(e,r){let n=e.fields.filter(i=>i.attributes.find(o=>{var a;return((a=o.decl.ref)==null?void 0:a.name)==="@id"}));n.length===0?r("error","Model must include a field with @id attribute",{node:e}):n.length>1?r("error","Model can include at most one field with @id attribute",{node:e}):(n[0].type.optional&&r("error","Field with @id attribute must not be optional",{node:n[0]}),(n[0].type.array||!n[0].type.type||!Ok.includes(n[0].type.type))&&r("error","Field with @id attribute must be of scalar type",{node:n[0]})),e.fields.forEach(i=>this.validateField(i,r))}validateField(e,r){var n;e.type.array&&e.type.optional&&r("error","Optional lists are not supported. Use either `Type[]` or `Type?`",{node:e.type}),e.attributes.forEach(i=>this.validateAttributeApplication(i,r)),(0,Ki.isDataModel)((n=e.type.reference)==null?void 0:n.ref)&&this.validateRelationField(e,r)}validateAttributes(e,r){e.attributes.forEach(n=>{this.validateAttributeApplication(n,r)})}validateAttributeApplication(e,r){let n=e.decl.ref;if(!n)return;let i=e.$container;if(n.name==="@@@targetField"&&!(0,Ki.isAttribute)(i)){r("error",`attribute "${n.name}" can only be used on attribute declarations`,{node:e});return}(0,Ki.isDataModelField)(i)&&!this.isValidAttributeTarget(n,i)&&r("error",`attribute "${n.name}" cannot be used on this type of field`,{node:e});let o=new Set;for(let s of e.args){let u;if(s.name){if(u=n.params.find(l=>l.name===s.name),!u)return r("error",`Attribute "${n.name}" doesn't have a parameter named "${s.name}"`,{node:s}),!1}else if(u=n.params.find(l=>l.default&&!o.has(l)),!u)return r("error","Unexpected unnamed argument",{node:s}),!1;if(!Ik(s,u,e))return r("error","Value is not assignable to parameter",{node:s}),!1;if(o.has(u))return r("error",`Parameter "${u.name}" is already provided`,{node:s}),!1;o.add(u),s.$resolvedParam=u}let a=n.params.filter(s=>!s.type.optional&&!o.has(s));return a.length>0?(r("error",`Required ${(0,Fk.default)("parameter",a.length)} not provided: ${a.map(s=>s.name).join(", ")}`,{node:e}),!1):!0}isValidAttributeTarget(e,r){var a;let n=e.attributes.find(s=>{var u;return((u=s.decl.ref)==null?void 0:u.name)==="@@@targetField"});if(!n)return!0;let i=n.args[0].value.items.map(s=>{var u;return(u=s.target.ref)==null?void 0:u.name}),o=!1;for(let s of i){switch(s){case"StringField":o=o||r.type.type==="String";break;case"IntField":o=o||r.type.type==="Int";break;case"FloatField":o=o||r.type.type==="Float";break;case"DecimalField":o=o||r.type.type==="Decimal";break;case"BooleanField":o=o||r.type.type==="Boolean";break;case"DateTimeField":o=o||r.type.type==="DateTime";break;case"JsonField":o=o||r.type.type==="Json";break;case"BytesField":o=o||r.type.type==="Bytes";break;case"ModelField":o=o||(0,Ki.isDataModel)((a=r.type.reference)==null?void 0:a.ref);break;default:break}if(o)break}return o}parseRelation(e,r){let n=e.attributes.find(u=>{var l;return((l=u.decl.ref)==null?void 0:l.name)==="@relation"}),i,o,a,s=!0;if(!n)return{attr:n,name:i,fields:o,references:a,valid:!0};for(let u of n.args)!u.name||u.name==="name"?(0,Ki.isLiteralExpr)(u.value)&&(i=u.value.value):u.name==="fields"?(o=u.value.items,o.length===0&&(r&&r("error",'"fields" value cannot be emtpy',{node:u}),s=!1)):u.name==="references"&&(a=u.value.items,a.length===0&&(r&&r("error",'"references" value cannot be emtpy',{node:u}),s=!1));return{attr:n,name:i,fields:o,references:a,valid:s}}validateRelationField(e,r){var l,c,f,p,h;let n=this.parseRelation(e,r);if(!n.valid)return;let i=e.type.reference.ref,o=i.fields.filter(d=>{var g;return((g=d.type.reference)==null?void 0:g.ref)===e.$container});if(o=o.filter(d=>{let g=this.parseRelation(d);return g.valid&&g.name===n.name}),o.length===0){r("error",`The relation field "${e.name}" on model "${e.$container.name}" is missing an opposite relation field on model "${i.name}"`,{node:e});return}else if(o.length>1){o.forEach(d=>r("error",`Fields ${o.map(g=>'"'+g.name+'"').join(", ")} on model "${i.name}" refer to the same relation to model "${e.$container.name}"`,{node:d}));return}let a=o[0],s=this.parseRelation(a),u;if(((l=n==null?void 0:n.references)==null?void 0:l.length)&&((c=n.fields)==null?void 0:c.length))if((s==null?void 0:s.references)||(s==null?void 0:s.fields)){r("error",'"fields" and "references" must be provided only on one side of relation field',{node:a});return}else u=a;else if(((f=s==null?void 0:s.references)==null?void 0:f.length)&&((p=s.fields)==null?void 0:p.length))if((n==null?void 0:n.references)||(n==null?void 0:n.fields)){r("error",'"fields" and "references" must be provided only on one side of relation field',{node:e});return}else u=e;else{[e,a].forEach(d=>r("error",'Field for one side of relation must carry @relation attribute with both "fields" and "references" fields',{node:d}));return}if(!u.type.array&&!u.type.optional){r("error","Relation field needs to be list or optional",{node:u});return}u!==e&&!u.type.array&&((h=n.fields)==null||h.forEach(d=>{let g=d.target.ref;g&&!g.attributes.find(C=>{var x;return((x=C.decl.ref)==null?void 0:x.name)==="@unique"})&&r("error",`Field "${g.name}" is part of a one-to-one relation and must be marked as @unique`,{node:g})}))}};var Ju=class{validate(e,r){}};var Qu=class{validate(e,r){To(e.fields,r)}};var Vd=te(Wn());var qk=te(Wn());function Kd(t){return t?(0,qk.isModel)(t)?t:Kd(t.$container):null}function zd(t){var r;let e=Kd(t);return e&&((r=e.$document)==null?void 0:r.uri.path.endsWith(_o))}var el=class{validate(e,r){e.$resolvedType||(this.isAuthInvocation(e)?r("error",'auth() cannot be resolved because no "User" model is defined',{node:e}):this.isCollectionPredicate(e)?r("error","collection predicate can only be used on an array of model type",{node:e}):r("error","expression cannot be resolved",{node:e}))}isCollectionPredicate(e){return(0,Vd.isBinaryExpr)(e)&&["?","!","^"].includes(e.operator)}isAuthInvocation(e){var r;return(0,Vd.isInvocationExpr)(e)&&((r=e.function.ref)==null?void 0:r.name)==="auth"&&zd(e.function.ref)}};var Yd=class extends jk.ValidationRegistry{constructor(e){super(e);let r=e.validation.ZModelValidator,n={Model:r.checkModel,DataSource:r.checkDataSource,DataModel:r.checkDataModel,Enum:r.checkEnum,Attribute:r.checkAttribute,Expression:r.checkExpression};this.register(n,r)}},Xd=class{shouldCheck(e){let r,n=e;for(;n;){if(n.$document){r=n.$document;break}n=n.$container}return(r==null?void 0:r.parseResult.lexerErrors.length)===0&&(r==null?void 0:r.parseResult.parserErrors.length)===0}checkModel(e,r){this.shouldCheck(e)&&new Yu().validate(e,r)}checkDataSource(e,r){this.shouldCheck(e)&&new Xu().validate(e,r)}checkDataModel(e,r){this.shouldCheck(e)&&new Zu().validate(e,r)}checkEnum(e,r){this.shouldCheck(e)&&new Qu().validate(e,r)}checkAttribute(e,r){this.shouldCheck(e)&&new Ju().validate(e,r)}checkExpression(e,r){new el().validate(e,r)}};var zn=te(go()),Gk=te(ti()),ft=te(Wn());var Zd=class extends zn.DefaultLinker{constructor(r){super(r);this.descriptions=r.workspace.AstNodeDescriptionProvider}link(i){return wt(this,arguments,function*(r,n=Gk.CancellationToken.None){var o,a;if(!(((o=r.parseResult.lexerErrors)==null?void 0:o.length)>0||((a=r.parseResult.parserErrors)==null?void 0:a.length)>0)){for(let s of(0,zn.streamContents)(r.parseResult.value))yield(0,zn.interruptAndCheck)(n),this.resolve(s,r);r.state=zn.DocumentState.Linked}})}linkReference(r,n,i,o){if(!this.resolveFromScopeProviders(r,n,i,o)){let a=r[n];this.doLink({reference:a,container:r,property:n},i)}}resolveFromScopeProviders(r,n,i,o){let a=r[n];for(let s of o){let u=s(a.$refText);if(u)return a._ref=u,a._nodeDescription=this.descriptions.createDescription(u,u.name,i),u}return null}resolve(r,n,i=[]){switch(r.$type){case ft.LiteralExpr:this.resolveLiteral(r);break;case ft.InvocationExpr:this.resolveInvocation(r,n,i);break;case ft.ArrayExpr:this.resolveArray(r,n,i);break;case ft.ReferenceExpr:this.resolveReference(r,n,i);break;case ft.MemberAccessExpr:this.resolveMemberAccess(r,n,i);break;case ft.UnaryExpr:this.resolveUnary(r,n,i);break;case ft.BinaryExpr:this.resolveBinary(r,n,i);break;case ft.ThisExpr:this.resolveThis(r,n,i);break;case ft.NullExpr:this.resolveNull(r,n,i);break;case"AttributeArg":this.resolveAttributeArg(r,n,i);break;default:this.resolveDefault(r,n,i);break}}resolveBinary(r,n,i){switch(r.operator){case">":case">=":case"<":case"<=":case"==":case"!=":case"&&":case"||":this.resolve(r.left,n,i),this.resolve(r.right,n,i),this.resolveToBuiltinTypeOrDecl(r,"Boolean");break;case"?":case"!":case"^":this.resolveCollectionPredicate(r,n,i);break;default:throw Error(`Unsupported binary operator: ${r.operator}`)}}resolveUnary(r,n,i){this.resolve(r.operand,n,i),r.$resolvedType=r.operand.$resolvedType}resolveReference(r,n,i){this.linkReference(r,"target",n,i),r.args.forEach(o=>this.resolve(o,n,i)),r.target.ref&&(r.target.ref.$type===ft.EnumField?this.resolveToBuiltinTypeOrDecl(r,r.target.ref.$container):this.resolveToDeclaredType(r,r.target.ref.type))}resolveArray(r,n,i){r.items.forEach(a=>this.resolve(a,n,i));let o=r.items[0].$resolvedType;o!=null&&o.decl&&this.resolveToBuiltinTypeOrDecl(r,o.decl,!0)}resolveInvocation(r,n,i){if(this.linkReference(r,"function",n,i),r.args.forEach(o=>this.resolve(o,n,i)),r.function.ref){let o=r.function.ref;if(o.name==="auth"&&zd(o)){let a=Kd(r),s=a==null?void 0:a.declarations.find(u=>(0,ft.isDataModel)(u)&&u.name==="User");s&&(r.$resolvedType={decl:s})}else this.resolveToDeclaredType(r,o.returnType)}}resolveLiteral(r){let n=typeof r.value=="string"?"String":typeof r.value=="boolean"?"Boolean":typeof r.value=="number"?"Int":void 0;n&&this.resolveToBuiltinTypeOrDecl(r,n)}resolveMemberAccess(r,n,i){this.resolve(r.operand,n,i);let o=r.operand.$resolvedType;if(o&&!o.array&&(0,ft.isDataModel)(o.decl)){let a=o.decl;i=[u=>a.fields.find(l=>l.name===u),...i]}this.linkReference(r,"member",n,i),r.member.ref&&this.resolveToDeclaredType(r,r.member.ref.type)}resolveCollectionPredicate(r,n,i){this.resolve(r.left,n,i);let o=r.left.$resolvedType;if(o&&(0,ft.isDataModel)(o.decl)&&o.array){let a=o.decl;i=[u=>a.fields.find(l=>l.name===u),...i],this.resolve(r.right,n,i),this.resolveToBuiltinTypeOrDecl(r,"Boolean")}}resolveThis(r,n,i){let o=r.$container;for(;o&&!(0,ft.isDataModel)(o);)o=o.$container;o&&this.resolveToBuiltinTypeOrDecl(r,o)}resolveNull(r,n,i){this.resolveToBuiltinTypeOrDecl(r,"Null")}resolveAttributeArg(r,n,i){this.resolve(r.value,n,i),r.$resolvedType=r.value.$resolvedType}resolveDefault(r,n,i){for(let[o,a]of Object.entries(r))o.startsWith("$")||(0,zn.isReference)(a)&&this.linkReference(r,o,n,i);for(let o of(0,zn.streamContents)(r))this.resolve(o,n,i)}resolveToDeclaredType(r,n){if(n.type){let i=I_(n.type);r.$resolvedType={decl:i,array:n.array}}else n.reference&&(r.$resolvedType={decl:n.reference.ref,array:n.array})}resolveToBuiltinTypeOrDecl(r,n,i=!1){r.$resolvedType={decl:n,array:i}}};var Uk=te(Wn()),ys=te(go());var gs=class extends ys.DefaultScopeComputation{constructor(r){super(r);this.services=r}computeExports(r,n){return wt(this,null,function*(){let i=yield bl(gs.prototype,this,"computeExports").call(this,r,n);for(let o of(0,ys.streamAllContents)(r.parseResult.value))if(n&&(yield(0,ys.interruptAndCheck)(n)),(0,Uk.isEnumField)(o)){let a=this.services.workspace.AstNodeDescriptionProvider.createDescription(o,o.name,r);i.push(a)}return i})}};var Hk=te(go()),Bk=te(require("path")),Wk=te($n());var ta=class extends Hk.DefaultWorkspaceManager{loadAdditionalDocuments(e,r){return wt(this,null,function*(){yield bl(ta.prototype,this,"loadAdditionalDocuments").call(this,e,r);let n=Wk.URI.file(Bk.default.join(__dirname,"../res",_o));console.log(`Adding stdlib document from ${n}`);let i=this.langiumDocuments.getOrCreateDocument(n);r(i)})}};var K3={references:{ScopeComputation:t=>new gs(t),Linker:t=>new Zd(t)},validation:{ValidationRegistry:t=>new Yd(t),ZModelValidator:()=>new Xd}};function z3(t){return{ServiceRegistry:()=>new Et.DefaultServiceRegistry,lsp:{Connection:()=>t.connection,LanguageServer:e=>new Et.DefaultLanguageServer(e)},workspace:{LangiumDocuments:e=>new Et.DefaultLangiumDocuments(e),LangiumDocumentFactory:e=>new Et.DefaultLangiumDocumentFactory(e),DocumentBuilder:e=>new Et.DefaultDocumentBuilder(e),TextDocuments:()=>new Kk.TextDocuments(zk.TextDocument),TextDocumentFactory:e=>new Et.DefaultTextDocumentFactory(e),IndexManager:e=>new Et.DefaultIndexManager(e),WorkspaceManager:e=>new ta(e),FileSystemProvider:e=>t.fileSystemProvider(e),MutexLock:()=>new Et.MutexLock,ConfigurationProvider:e=>new Et.DefaultConfigurationProvider(e)}}}function Vk(t){let e=(0,Et.inject)(z3(t),Jd.ZModelGeneratedSharedModule),r=(0,Et.inject)((0,Et.createDefaultModule)({shared:e}),Jd.ZModelGeneratedModule,K3);return e.ServiceRegistry.register(r),{shared:e,ZModel:r}}var L_=te(require("fs")),F_=te(require("path"));var Yk=require("child_process");function Qd(t){(0,Yk.execSync)(t,{encoding:"utf-8",stdio:"inherit"})}function V3(t="."){return L_.default.existsSync(F_.default.join(t,"yarn.lock"))?"yarn":L_.default.existsSync(F_.default.join(t,"pnpm-lock.yaml"))?"pnpm":"npm"}function q_(t,e,r=void 0,n="."){let i=r!=null?r:V3(n);switch(console.log(`Installing package "${t}" with ${i}`),i){case"yarn":Qd(`yarn --cwd "${n}" add ${t} ${e?" --dev":""} --ignore-engines`);break;case"pnpm":Qd(`pnpm add -C "${n}" ${e?" --save-dev":""} ${t}`);break;default:Qd(`npm install --prefix "${n}" ${e?" --save-dev":""} ${t}`);break}}var XD=te(Wn()),Dp=te(Qk()),Ss=te(Al());var yl=te(require("node:process"),1);var eP=(t=0)=>e=>`\x1B[${e+t}m`,tP=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,rP=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,yt={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},nP=Object.keys(yt.modifier),j_=Object.keys(yt.color),G_=Object.keys(yt.bgColor),iP=[...j_,...G_];function Z3(){let t=new Map;for(let[e,r]of Object.entries(yt)){for(let[n,i]of Object.entries(r))yt[n]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},r[n]=yt[n],t.set(i[0],i[1]);Object.defineProperty(yt,e,{value:r,enumerable:!1})}return Object.defineProperty(yt,"codes",{value:t,enumerable:!1}),yt.color.close="\x1B[39m",yt.bgColor.close="\x1B[49m",yt.color.ansi=eP(),yt.color.ansi256=tP(),yt.color.ansi16m=rP(),yt.bgColor.ansi=eP(10),yt.bgColor.ansi256=tP(10),yt.bgColor.ansi16m=rP(10),Object.defineProperties(yt,{rgbToAnsi256:{value(e,r,n){return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},enumerable:!1},hexToRgb:{value(e){let r=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!r)return[0,0,0];let[n]=r;n.length===3&&(n=[...n].map(o=>o+o).join(""));let i=Number.parseInt(n,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>yt.rgbToAnsi256(...yt.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let r,n,i;if(e>=232)r=((e-232)*10+8)/255,n=r,i=r;else{e-=16;let s=e%36;r=Math.floor(e/36)/5,n=Math.floor(s/6)/5,i=s%6/5}let o=Math.max(r,n,i)*2;if(o===0)return 30;let a=30+(Math.round(i)<<2|Math.round(n)<<1|Math.round(r));return o===2&&(a+=60),a},enumerable:!1},rgbToAnsi:{value:(e,r,n)=>yt.ansi256ToAnsi(yt.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>yt.ansi256ToAnsi(yt.hexToAnsi256(e)),enumerable:!1}}),yt}var J3=Z3(),Vn=J3;var tp=te(require("node:process"),1),aP=te(require("node:os"),1),U_=te(require("node:tty"),1);function pn(t,e=tp.default.argv){let r=t.startsWith("-")?"":t.length===1?"-":"--",n=e.indexOf(r+t),i=e.indexOf("--");return n!==-1&&(i===-1||n<i)}var{env:Ut}=tp.default,ep;pn("no-color")||pn("no-colors")||pn("color=false")||pn("color=never")?ep=0:(pn("color")||pn("colors")||pn("color=true")||pn("color=always"))&&(ep=1);function Q3(){if("FORCE_COLOR"in Ut)return Ut.FORCE_COLOR==="true"?1:Ut.FORCE_COLOR==="false"?0:Ut.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(Ut.FORCE_COLOR,10),3)}function eK(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function tK(t,{streamIsTTY:e,sniffFlags:r=!0}={}){let n=Q3();n!==void 0&&(ep=n);let i=r?ep:n;if(i===0)return 0;if(r){if(pn("color=16m")||pn("color=full")||pn("color=truecolor"))return 3;if(pn("color=256"))return 2}if(t&&!e&&i===void 0)return 0;let o=i||0;if(Ut.TERM==="dumb")return o;if(tp.default.platform==="win32"){let a=aP.default.release().split(".");return Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in Ut)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some(a=>a in Ut)||Ut.CI_NAME==="codeship"?1:o;if("TEAMCITY_VERSION"in Ut)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ut.TEAMCITY_VERSION)?1:0;if("TF_BUILD"in Ut&&"AGENT_NAME"in Ut)return 1;if(Ut.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in Ut){let a=Number.parseInt((Ut.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ut.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ut.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ut.TERM)||"COLORTERM"in Ut?1:o}function oP(t,e={}){let r=tK(t,{streamIsTTY:t&&t.isTTY,...e});return eK(r)}var rK={stdout:oP({isTTY:U_.default.isatty(1)}),stderr:oP({isTTY:U_.default.isatty(2)})},sP=rK;function uP(t,e,r){let n=t.indexOf(e);if(n===-1)return t;let i=e.length,o=0,a="";do a+=t.slice(o,n)+e+r,o=n+i,n=t.indexOf(e,o);while(n!==-1);return a+=t.slice(o),a}function lP(t,e,r,n){let i=0,o="";do{let a=t[n-1]==="\r";o+=t.slice(i,a?n-1:n)+e+(a?`\r
|
|
6468
6468
|
`:`
|
package/package.json
CHANGED