@mservices-tech/scripts 3.2.2
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/CHANGELOG.md +153 -0
- package/LICENSE +7 -0
- package/README.md +56 -0
- package/add_sandbox_upstream/add_sandbox_upstream.sh +32 -0
- package/buildUsingEsbuild/buildUsingEsbuild.js +54 -0
- package/bump_version/.versionrc.js +20 -0
- package/bump_version/bump_version.sh +93 -0
- package/clean/clean.sh +61 -0
- package/copy_package_build_to_project/copy_package_build_to_project.sh +46 -0
- package/delete_and_fetch_git_tags/delete_and_fetch_git_tags.sh +35 -0
- package/docker/docker.sh +68 -0
- package/docker/docker_utils.sh +143 -0
- package/download_design_system_package/download_design_system_package.sh +41 -0
- package/enrich_changelog_with_dependency_changes/enrich_changelog_with_dependency_changes.sh +289 -0
- package/find_all_javascript_files/find_all_javascript_files.sh +76 -0
- package/find_and_parse_environmental_variable_files/find_and_parse_environmental_variable_files.sh +180 -0
- package/find_references/find_references.sh +50 -0
- package/generateIndexFilesFromTemplate/generateIndexFilesFromTemplate.js +419 -0
- package/get_package_info/get_package_info.sh +103 -0
- package/git_user_stats/git_user_stats.sh +95 -0
- package/index.js +1 -0
- package/is_branch_rebased/is_branch_rebased.sh +44 -0
- package/last_release_commits/last_release_commits.sh +101 -0
- package/list_all_installed_dependencies/list_all_installed_dependencies.sh +40 -0
- package/package.json +14 -0
- package/prepare_obligatory_package_files/prepare_obligatory_package_files.sh +61 -0
- package/publish/publish.sh +89 -0
- package/removeGitHashesFromMarkdownFile/removeGitHashesFromMarkdownFile.js +50 -0
- package/remove_all_node_modules/remove_all_node_modules.sh +26 -0
- package/remove_all_scripts_in_single_workspace/remove_all_scripts_in_single_workspace.sh +62 -0
- package/reverse_proxy/README.md +102 -0
- package/reverse_proxy/clean.sh +8 -0
- package/reverse_proxy/configuration.sh +5 -0
- package/reverse_proxy/generate_certificates.sh +140 -0
- package/reverse_proxy/localhost.ext.template +12 -0
- package/reverse_proxy/nginx_domain_ssl_reverse_proxy.conf.template +89 -0
- package/reverse_proxy/openssl.conf +21 -0
- package/reverse_proxy/reverse_proxy.sh +48 -0
- package/runShellScript/runShellScript.js +49 -0
- package/source_environment_variables/source_environment_variables.sh +38 -0
- package/sync_sandbox_with_upstream/sync_sandbox_with_upstream.sh +53 -0
- package/testIncorrectValues/testIncorrectValues.js +51 -0
- package/typescript_usage_statistics/typescript_usage_statistics.sh +35 -0
- package/utils.sh +337 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
"use strict";var dc=Object.create;var da=Object.defineProperty;var pc=Object.getOwnPropertyDescriptor;var gc=Object.getOwnPropertyNames;var mc=Object.getPrototypeOf,vc=Object.prototype.hasOwnProperty;var c=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var yc=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of gc(e))!vc.call(t,i)&&i!==r&&da(t,i,{get:()=>e[i],enumerable:!(n=pc(e,i))||n.enumerable});return t};var ve=(t,e,r)=>(r=t!=null?dc(mc(t)):{},yc(e||!t||!t.__esModule?da(r,"default",{value:t,enumerable:!0}):r,t));var ee=c((zv,Oa)=>{"use strict";var mn=class t extends Error{constructor(e){super(`Format functions must be synchronous taking a two arguments: (info, opts)
|
|
3
|
+
Found: ${e.toString().split(`
|
|
4
|
+
`)[0]}
|
|
5
|
+
`),Error.captureStackTrace(this,t)}};Oa.exports=t=>{if(t.length>2)throw new mn(t);function e(n={}){this.options=n}e.prototype.transform=t;function r(n){return new e(n)}return r.Format=e,r}});var Aa=c((Yv,qa)=>{var Ta={};qa.exports=Ta;var Ra={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(Ra).forEach(function(t){var e=Ra[t],r=Ta[t]=[];r.open="\x1B["+e[0]+"m",r.close="\x1B["+e[1]+"m"})});var Ca=c((Vv,Pa)=>{"use strict";Pa.exports=function(t,e){e=e||process.argv||[];var r=e.indexOf("--"),n=/^-{1,2}/.test(t)?"":"--",i=e.indexOf(n+t);return i!==-1&&(r===-1?!0:i<r)}});var ja=c((Kv,La)=>{"use strict";var Pc=require("os"),he=Ca(),Q=process.env,Qe=void 0;he("no-color")||he("no-colors")||he("color=false")?Qe=!1:(he("color")||he("colors")||he("color=true")||he("color=always"))&&(Qe=!0);"FORCE_COLOR"in Q&&(Qe=Q.FORCE_COLOR.length===0||parseInt(Q.FORCE_COLOR,10)!==0);function Cc(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function Lc(t){if(Qe===!1)return 0;if(he("color=16m")||he("color=full")||he("color=truecolor"))return 3;if(he("color=256"))return 2;if(t&&!t.isTTY&&Qe!==!0)return 0;var e=Qe?1:0;if(process.platform==="win32"){var r=Pc.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in Q)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(i){return i in Q})||Q.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in Q)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Q.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in Q){var n=parseInt((Q.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Q.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Q.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(Q.TERM)||"COLORTERM"in Q?1:(Q.TERM==="dumb",e)}function vn(t){var e=Lc(t);return Cc(e)}La.exports={supportsColor:vn,stdout:vn(process.stdout),stderr:vn(process.stderr)}});var Fa=c((Jv,Na)=>{Na.exports=function(e,r){var n="";e=e||"Run the trap, drop the bass",e=e.split("");var i={a:["@","\u0104","\u023A","\u0245","\u0394","\u039B","\u0414"],b:["\xDF","\u0181","\u0243","\u026E","\u03B2","\u0E3F"],c:["\xA9","\u023B","\u03FE"],d:["\xD0","\u018A","\u0500","\u0501","\u0502","\u0503"],e:["\xCB","\u0115","\u018E","\u0258","\u03A3","\u03BE","\u04BC","\u0A6C"],f:["\u04FA"],g:["\u0262"],h:["\u0126","\u0195","\u04A2","\u04BA","\u04C7","\u050A"],i:["\u0F0F"],j:["\u0134"],k:["\u0138","\u04A0","\u04C3","\u051E"],l:["\u0139"],m:["\u028D","\u04CD","\u04CE","\u0520","\u0521","\u0D69"],n:["\xD1","\u014B","\u019D","\u0376","\u03A0","\u048A"],o:["\xD8","\xF5","\xF8","\u01FE","\u0298","\u047A","\u05DD","\u06DD","\u0E4F"],p:["\u01F7","\u048E"],q:["\u09CD"],r:["\xAE","\u01A6","\u0210","\u024C","\u0280","\u042F"],s:["\xA7","\u03DE","\u03DF","\u03E8"],t:["\u0141","\u0166","\u0373"],u:["\u01B1","\u054D"],v:["\u05D8"],w:["\u0428","\u0460","\u047C","\u0D70"],x:["\u04B2","\u04FE","\u04FC","\u04FD"],y:["\xA5","\u04B0","\u04CB"],z:["\u01B5","\u0240"]};return e.forEach(function(a){a=a.toLowerCase();var s=i[a]||[" "],o=Math.floor(Math.random()*s.length);typeof i[a]<"u"?n+=i[a][o]:n+=a}),n}});var $a=c((Zv,ka)=>{ka.exports=function(e,r){e=e||" he is here ";var n={up:["\u030D","\u030E","\u0304","\u0305","\u033F","\u0311","\u0306","\u0310","\u0352","\u0357","\u0351","\u0307","\u0308","\u030A","\u0342","\u0313","\u0308","\u034A","\u034B","\u034C","\u0303","\u0302","\u030C","\u0350","\u0300","\u0301","\u030B","\u030F","\u0312","\u0313","\u0314","\u033D","\u0309","\u0363","\u0364","\u0365","\u0366","\u0367","\u0368","\u0369","\u036A","\u036B","\u036C","\u036D","\u036E","\u036F","\u033E","\u035B","\u0346","\u031A"],down:["\u0316","\u0317","\u0318","\u0319","\u031C","\u031D","\u031E","\u031F","\u0320","\u0324","\u0325","\u0326","\u0329","\u032A","\u032B","\u032C","\u032D","\u032E","\u032F","\u0330","\u0331","\u0332","\u0333","\u0339","\u033A","\u033B","\u033C","\u0345","\u0347","\u0348","\u0349","\u034D","\u034E","\u0353","\u0354","\u0355","\u0356","\u0359","\u035A","\u0323"],mid:["\u0315","\u031B","\u0300","\u0301","\u0358","\u0321","\u0322","\u0327","\u0328","\u0334","\u0335","\u0336","\u035C","\u035D","\u035E","\u035F","\u0360","\u0362","\u0338","\u0337","\u0361"," \u0489"]},i=[].concat(n.up,n.down,n.mid);function a(u){var l=Math.floor(Math.random()*u);return l}function s(u){var l=!1;return i.filter(function(h){l=h===u}),l}function o(u,l){var h="",d,g;l=l||{},l.up=typeof l.up<"u"?l.up:!0,l.mid=typeof l.mid<"u"?l.mid:!0,l.down=typeof l.down<"u"?l.down:!0,l.size=typeof l.size<"u"?l.size:"maxi",u=u.split("");for(g in u)if(!s(g)){switch(h=h+u[g],d={up:0,down:0,mid:0},l.size){case"mini":d.up=a(8),d.mid=a(2),d.down=a(8);break;case"maxi":d.up=a(16)+3,d.mid=a(4)+1,d.down=a(64)+3;break;default:d.up=a(8)+1,d.mid=a(6)/2,d.down=a(8)+1;break}var v=["up","mid","down"];for(var f in v)for(var m=v[f],E=0;E<=d[m];E++)l[m]&&(h=h+n[m][a(n[m].length)])}return h}return o(e,r)}});var Ia=c((Qv,Da)=>{Da.exports=function(t){return function(e,r,n){if(e===" ")return e;switch(r%3){case 0:return t.red(e);case 1:return t.white(e);case 2:return t.blue(e)}}}});var Ga=c((Xv,Ba)=>{Ba.exports=function(t){return function(e,r,n){return r%2===0?e:t.inverse(e)}}});var Wa=c((e1,Ha)=>{Ha.exports=function(t){var e=["red","yellow","green","blue","magenta"];return function(r,n,i){return r===" "?r:t[e[n++%e.length]](r)}}});var za=c((t1,Ua)=>{Ua.exports=function(t){var e=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(r,n,i){return r===" "?r:t[e[Math.round(Math.random()*(e.length-2))]](r)}}});var Qa=c((n1,Za)=>{var q={};Za.exports=q;q.themes={};var jc=require("util"),Ne=q.styles=Aa(),Va=Object.defineProperties,Nc=new RegExp(/[\r\n]+/g);q.supportsColor=ja().supportsColor;typeof q.enabled>"u"&&(q.enabled=q.supportsColor()!==!1);q.enable=function(){q.enabled=!0};q.disable=function(){q.enabled=!1};q.stripColors=q.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var r1=q.stylize=function(e,r){if(!q.enabled)return e+"";var n=Ne[r];return!n&&r in q?q[r](e):n.open+e+n.close},Fc=/[|\\{}()[\]^$+*?.]/g,kc=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(Fc,"\\$&")};function Ka(t){var e=function r(){return Dc.apply(r,arguments)};return e._styles=t,e.__proto__=$c,e}var Ja=function(){var t={};return Ne.grey=Ne.gray,Object.keys(Ne).forEach(function(e){Ne[e].closeRe=new RegExp(kc(Ne[e].close),"g"),t[e]={get:function(){return Ka(this._styles.concat(e))}}}),t}(),$c=Va(function(){},Ja);function Dc(){var t=Array.prototype.slice.call(arguments),e=t.map(function(s){return s!=null&&s.constructor===String?s:jc.inspect(s)}).join(" ");if(!q.enabled||!e)return e;for(var r=e.indexOf(`
|
|
6
|
+
`)!=-1,n=this._styles,i=n.length;i--;){var a=Ne[n[i]];e=a.open+e.replace(a.closeRe,a.open)+a.close,r&&(e=e.replace(Nc,function(s){return a.close+s+a.open}))}return e}q.setTheme=function(t){if(typeof t=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var e in t)(function(r){q[r]=function(n){if(typeof t[r]=="object"){var i=n;for(var a in t[r])i=q[t[r][a]](i);return i}return q[t[r]](n)}})(e)};function Ic(){var t={};return Object.keys(Ja).forEach(function(e){t[e]={get:function(){return Ka([e])}}}),t}var Bc=function(e,r){var n=r.split("");return n=n.map(e),n.join("")};q.trap=Fa();q.zalgo=$a();q.maps={};q.maps.america=Ia()(q);q.maps.zebra=Ga()(q);q.maps.rainbow=Wa()(q);q.maps.random=za()(q);for(Ya in q.maps)(function(t){q[t]=function(e){return Bc(q.maps[t],e)}})(Ya);var Ya;Va(q,Ic())});var yn=c((i1,Xa)=>{var Gc=Qa();Xa.exports=Gc});var es=c(bn=>{"use strict";bn.levels={error:0,warn:1,help:2,data:3,info:4,debug:5,prompt:6,verbose:7,input:8,silly:9};bn.colors={error:"red",warn:"yellow",help:"cyan",data:"grey",info:"green",debug:"blue",prompt:"grey",verbose:"cyan",input:"grey",silly:"magenta"}});var ts=c(wn=>{"use strict";wn.levels={error:0,warn:1,info:2,http:3,verbose:4,debug:5,silly:6};wn.colors={error:"red",warn:"yellow",info:"green",http:"green",verbose:"cyan",debug:"blue",silly:"magenta"}});var rs=c(_n=>{"use strict";_n.levels={emerg:0,alert:1,crit:2,error:3,warning:4,notice:5,info:6,debug:7};_n.colors={emerg:"red",alert:"yellow",crit:"red",error:"red",warning:"red",notice:"yellow",info:"green",debug:"blue"}});var ns=c(tr=>{"use strict";Object.defineProperty(tr,"cli",{value:es()});Object.defineProperty(tr,"npm",{value:ts()});Object.defineProperty(tr,"syslog",{value:rs()})});var H=c(vt=>{"use strict";Object.defineProperty(vt,"LEVEL",{value:Symbol.for("level")});Object.defineProperty(vt,"MESSAGE",{value:Symbol.for("message")});Object.defineProperty(vt,"SPLAT",{value:Symbol.for("splat")});Object.defineProperty(vt,"configs",{value:ns()})});var ir=c((f1,nr)=>{"use strict";var xn=yn(),{LEVEL:En,MESSAGE:Sn}=H();xn.enabled=!0;var is=/\s+/,rr=class t{constructor(e={}){e.colors&&this.addColors(e.colors),this.options=e}static addColors(e){let r=Object.keys(e).reduce((n,i)=>(n[i]=is.test(e[i])?e[i].split(is):e[i],n),{});return t.allColors=Object.assign({},t.allColors||{},r),t.allColors}addColors(e){return t.addColors(e)}colorize(e,r,n){if(typeof n>"u"&&(n=r),!Array.isArray(t.allColors[e]))return xn[t.allColors[e]](n);for(let i=0,a=t.allColors[e].length;i<a;i++)n=xn[t.allColors[e][i]](n);return n}transform(e,r){return r.all&&typeof e[Sn]=="string"&&(e[Sn]=this.colorize(e[En],e.level,e[Sn])),(r.level||r.all||!r.message)&&(e.level=this.colorize(e[En],e.level)),(r.all||r.message)&&(e.message=this.colorize(e[En],e.level,e.message)),e}};nr.exports=t=>new rr(t);nr.exports.Colorizer=nr.exports.Format=rr});var ss=c((c1,as)=>{"use strict";var{Colorizer:Hc}=ir();as.exports=t=>(Hc.addColors(t.colors||t),t)});var us=c((h1,os)=>{"use strict";var Wc=ee();os.exports=Wc(t=>(t.message=` ${t.message}`,t))});var cs=c((d1,fs)=>{"use strict";var Uc=ee(),{LEVEL:ls,MESSAGE:Mn}=H();fs.exports=Uc((t,{stack:e,cause:r})=>{if(t instanceof Error){let i=Object.assign({},t,{level:t.level,[ls]:t[ls]||t.level,message:t.message,[Mn]:t[Mn]||t.message});return e&&(i.stack=t.stack),r&&(i.cause=t.cause),i}if(!(t.message instanceof Error))return t;let n=t.message;return Object.assign(t,n),t.message=n.message,t[Mn]=n.message,e&&(t.stack=n.stack),r&&(t.cause=n.cause),t})});var Rn=c((p1,sr)=>{"use strict";var{configs:zc,LEVEL:hs,MESSAGE:On}=H(),ar=class t{constructor(e={levels:zc.npm.levels}){this.paddings=t.paddingForLevels(e.levels,e.filler),this.options=e}static getLongestLevel(e){let r=Object.keys(e).map(n=>n.length);return Math.max(...r)}static paddingForLevel(e,r,n){let i=n+1-e.length,a=Math.floor(i/r.length);return`${r}${r.repeat(a)}`.slice(0,i)}static paddingForLevels(e,r=" "){let n=t.getLongestLevel(e);return Object.keys(e).reduce((i,a)=>(i[a]=t.paddingForLevel(a,r,n),i),{})}transform(e,r){return e.message=`${this.paddings[e[hs]]}${e.message}`,e[On]&&(e[On]=`${this.paddings[e[hs]]}${e[On]}`),e}};sr.exports=t=>new ar(t);sr.exports.Padder=sr.exports.Format=ar});var ds=c((g1,Tn)=>{"use strict";var{Colorizer:Yc}=ir(),{Padder:Vc}=Rn(),{configs:Kc,MESSAGE:Jc}=H(),or=class{constructor(e={}){e.levels||(e.levels=Kc.cli.levels),this.colorizer=new Yc(e),this.padder=new Vc(e),this.options=e}transform(e,r){return this.colorizer.transform(this.padder.transform(e,r),r),e[Jc]=`${e.level}:${e.message}`,e}};Tn.exports=t=>new or(t);Tn.exports.Format=or});var gs=c((m1,qn)=>{"use strict";var Zc=ee();function ps(t){if(t.every(Qc))return e=>{let r=e;for(let n=0;n<t.length;n++)if(r=t[n].transform(r,t[n].options),!r)return!1;return r}}function Qc(t){if(typeof t.transform!="function")throw new Error(["No transform function found on format. Did you create a format instance?","const myFormat = format(formatFn);","const instance = myFormat();"].join(`
|
|
7
|
+
`));return!0}qn.exports=(...t)=>{let e=Zc(ps(t)),r=e();return r.Format=e.Format,r};qn.exports.cascade=ps});var bt=c((Ln,ys)=>{"use strict";var{hasOwnProperty:yt}=Object.prototype,ke=Cn();ke.configure=Cn;ke.stringify=ke;ke.default=ke;Ln.stringify=ke;Ln.configure=Cn;ys.exports=ke;var Xc=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function Oe(t){return t.length<5e3&&!Xc.test(t)?`"${t}"`:JSON.stringify(t)}function An(t,e){if(t.length>200||e)return t.sort(e);for(let r=1;r<t.length;r++){let n=t[r],i=r;for(;i!==0&&t[i-1]>n;)t[i]=t[i-1],i--;t[i]=n}return t}var eh=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function Pn(t){return eh.call(t)!==void 0&&t.length!==0}function ms(t,e,r){t.length<r&&(r=t.length);let n=e===","?"":" ",i=`"0":${n}${t[0]}`;for(let a=1;a<r;a++)i+=`${e}"${a}":${n}${t[a]}`;return i}function th(t){if(yt.call(t,"circularValue")){let e=t.circularValue;if(typeof e=="string")return`"${e}"`;if(e==null)return e;if(e===Error||e===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}function rh(t){let e;if(yt.call(t,"deterministic")&&(e=t.deterministic,typeof e!="boolean"&&typeof e!="function"))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return e===void 0?!0:e}function nh(t,e){let r;if(yt.call(t,e)&&(r=t[e],typeof r!="boolean"))throw new TypeError(`The "${e}" argument must be of type boolean`);return r===void 0?!0:r}function vs(t,e){let r;if(yt.call(t,e)){if(r=t[e],typeof r!="number")throw new TypeError(`The "${e}" argument must be of type number`);if(!Number.isInteger(r))throw new TypeError(`The "${e}" argument must be an integer`);if(r<1)throw new RangeError(`The "${e}" argument must be >= 1`)}return r===void 0?1/0:r}function Fe(t){return t===1?"1 item":`${t} items`}function ih(t){let e=new Set;for(let r of t)(typeof r=="string"||typeof r=="number")&&e.add(String(r));return e}function ah(t){if(yt.call(t,"strict")){let e=t.strict;if(typeof e!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(e)return r=>{let n=`Object can not safely be stringified. Received type ${typeof r}`;throw typeof r!="function"&&(n+=` (${r.toString()})`),new Error(n)}}}function Cn(t){t={...t};let e=ah(t);e&&(t.bigint===void 0&&(t.bigint=!1),"circularValue"in t||(t.circularValue=Error));let r=th(t),n=nh(t,"bigint"),i=rh(t),a=typeof i=="function"?i:void 0,s=vs(t,"maximumDepth"),o=vs(t,"maximumBreadth");function u(v,f,m,E,y,_){let b=f[v];switch(typeof b=="object"&&b!==null&&typeof b.toJSON=="function"&&(b=b.toJSON(v)),b=E.call(f,v,b),typeof b){case"string":return Oe(b);case"object":{if(b===null)return"null";if(m.indexOf(b)!==-1)return r;let w="",A=",",L=_;if(Array.isArray(b)){if(b.length===0)return"[]";if(s<m.length+1)return'"[Array]"';m.push(b),y!==""&&(_+=y,w+=`
|
|
8
|
+
${_}`,A=`,
|
|
9
|
+
${_}`);let G=Math.min(b.length,o),U=0;for(;U<G-1;U++){let me=u(String(U),b,m,E,y,_);w+=me!==void 0?me:"null",w+=A}let Z=u(String(U),b,m,E,y,_);if(w+=Z!==void 0?Z:"null",b.length-1>o){let me=b.length-o-1;w+=`${A}"... ${Fe(me)} not stringified"`}return y!==""&&(w+=`
|
|
10
|
+
${L}`),m.pop(),`[${w}]`}let R=Object.keys(b),P=R.length;if(P===0)return"{}";if(s<m.length+1)return'"[Object]"';let O="",$="";y!==""&&(_+=y,A=`,
|
|
11
|
+
${_}`,O=" ");let B=Math.min(P,o);i&&!Pn(b)&&(R=An(R,a)),m.push(b);for(let G=0;G<B;G++){let U=R[G],Z=u(U,b,m,E,y,_);Z!==void 0&&(w+=`${$}${Oe(U)}:${O}${Z}`,$=A)}if(P>o){let G=P-o;w+=`${$}"...":${O}"${Fe(G)} not stringified"`,$=A}return y!==""&&$.length>1&&(w=`
|
|
12
|
+
${_}${w}
|
|
13
|
+
${L}`),m.pop(),`{${w}}`}case"number":return isFinite(b)?String(b):e?e(b):"null";case"boolean":return b===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(b);default:return e?e(b):void 0}}function l(v,f,m,E,y,_){switch(typeof f=="object"&&f!==null&&typeof f.toJSON=="function"&&(f=f.toJSON(v)),typeof f){case"string":return Oe(f);case"object":{if(f===null)return"null";if(m.indexOf(f)!==-1)return r;let b=_,w="",A=",";if(Array.isArray(f)){if(f.length===0)return"[]";if(s<m.length+1)return'"[Array]"';m.push(f),y!==""&&(_+=y,w+=`
|
|
14
|
+
${_}`,A=`,
|
|
15
|
+
${_}`);let P=Math.min(f.length,o),O=0;for(;O<P-1;O++){let B=l(String(O),f[O],m,E,y,_);w+=B!==void 0?B:"null",w+=A}let $=l(String(O),f[O],m,E,y,_);if(w+=$!==void 0?$:"null",f.length-1>o){let B=f.length-o-1;w+=`${A}"... ${Fe(B)} not stringified"`}return y!==""&&(w+=`
|
|
16
|
+
${b}`),m.pop(),`[${w}]`}m.push(f);let L="";y!==""&&(_+=y,A=`,
|
|
17
|
+
${_}`,L=" ");let R="";for(let P of E){let O=l(P,f[P],m,E,y,_);O!==void 0&&(w+=`${R}${Oe(P)}:${L}${O}`,R=A)}return y!==""&&R.length>1&&(w=`
|
|
18
|
+
${_}${w}
|
|
19
|
+
${b}`),m.pop(),`{${w}}`}case"number":return isFinite(f)?String(f):e?e(f):"null";case"boolean":return f===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(f);default:return e?e(f):void 0}}function h(v,f,m,E,y){switch(typeof f){case"string":return Oe(f);case"object":{if(f===null)return"null";if(typeof f.toJSON=="function"){if(f=f.toJSON(v),typeof f!="object")return h(v,f,m,E,y);if(f===null)return"null"}if(m.indexOf(f)!==-1)return r;let _=y;if(Array.isArray(f)){if(f.length===0)return"[]";if(s<m.length+1)return'"[Array]"';m.push(f),y+=E;let O=`
|
|
20
|
+
${y}`,$=`,
|
|
21
|
+
${y}`,B=Math.min(f.length,o),G=0;for(;G<B-1;G++){let Z=h(String(G),f[G],m,E,y);O+=Z!==void 0?Z:"null",O+=$}let U=h(String(G),f[G],m,E,y);if(O+=U!==void 0?U:"null",f.length-1>o){let Z=f.length-o-1;O+=`${$}"... ${Fe(Z)} not stringified"`}return O+=`
|
|
22
|
+
${_}`,m.pop(),`[${O}]`}let b=Object.keys(f),w=b.length;if(w===0)return"{}";if(s<m.length+1)return'"[Object]"';y+=E;let A=`,
|
|
23
|
+
${y}`,L="",R="",P=Math.min(w,o);Pn(f)&&(L+=ms(f,A,o),b=b.slice(f.length),P-=f.length,R=A),i&&(b=An(b,a)),m.push(f);for(let O=0;O<P;O++){let $=b[O],B=h($,f[$],m,E,y);B!==void 0&&(L+=`${R}${Oe($)}: ${B}`,R=A)}if(w>o){let O=w-o;L+=`${R}"...": "${Fe(O)} not stringified"`,R=A}return R!==""&&(L=`
|
|
24
|
+
${y}${L}
|
|
25
|
+
${_}`),m.pop(),`{${L}}`}case"number":return isFinite(f)?String(f):e?e(f):"null";case"boolean":return f===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(f);default:return e?e(f):void 0}}function d(v,f,m){switch(typeof f){case"string":return Oe(f);case"object":{if(f===null)return"null";if(typeof f.toJSON=="function"){if(f=f.toJSON(v),typeof f!="object")return d(v,f,m);if(f===null)return"null"}if(m.indexOf(f)!==-1)return r;let E="",y=f.length!==void 0;if(y&&Array.isArray(f)){if(f.length===0)return"[]";if(s<m.length+1)return'"[Array]"';m.push(f);let L=Math.min(f.length,o),R=0;for(;R<L-1;R++){let O=d(String(R),f[R],m);E+=O!==void 0?O:"null",E+=","}let P=d(String(R),f[R],m);if(E+=P!==void 0?P:"null",f.length-1>o){let O=f.length-o-1;E+=`,"... ${Fe(O)} not stringified"`}return m.pop(),`[${E}]`}let _=Object.keys(f),b=_.length;if(b===0)return"{}";if(s<m.length+1)return'"[Object]"';let w="",A=Math.min(b,o);y&&Pn(f)&&(E+=ms(f,",",o),_=_.slice(f.length),A-=f.length,w=","),i&&(_=An(_,a)),m.push(f);for(let L=0;L<A;L++){let R=_[L],P=d(R,f[R],m);P!==void 0&&(E+=`${w}${Oe(R)}:${P}`,w=",")}if(b>o){let L=b-o;E+=`${w}"...":"${Fe(L)} not stringified"`}return m.pop(),`{${E}}`}case"number":return isFinite(f)?String(f):e?e(f):"null";case"boolean":return f===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(f);default:return e?e(f):void 0}}function g(v,f,m){if(arguments.length>1){let E="";if(typeof m=="number"?E=" ".repeat(Math.min(m,10)):typeof m=="string"&&(E=m.slice(0,10)),f!=null){if(typeof f=="function")return u("",{"":v},[],f,E,"");if(Array.isArray(f))return l("",v,[],ih(f),E,"")}if(E.length!==0)return h("",v,[],E,"")}return d("",v,[])}return g}});var jn=c((v1,bs)=>{"use strict";var sh=ee(),{MESSAGE:oh}=H(),uh=bt();function lh(t,e){return typeof e=="bigint"?e.toString():e}bs.exports=sh((t,e)=>{let r=uh.configure(e);return t[oh]=r(t,e.replacer||lh,e.space),t})});var _s=c((y1,ws)=>{"use strict";var fh=ee();ws.exports=fh((t,e)=>e.message?(t.message=`[${e.label}] ${t.message}`,t):(t.label=e.label,t))});var Ss=c((b1,Es)=>{"use strict";var ch=ee(),{MESSAGE:hh}=H(),dh=bt();Es.exports=ch(t=>{let e={};return t.message&&(e["@message"]=t.message,delete t.message),t.timestamp&&(e["@timestamp"]=t.timestamp,delete t.timestamp),e["@fields"]=t,t[hh]=dh(e),t})});var Ms=c((w1,xs)=>{"use strict";var ph=ee();function gh(t,e,r){let n=e.reduce((a,s)=>(a[s]=t[s],delete t[s],a),{}),i=Object.keys(t).reduce((a,s)=>(a[s]=t[s],delete t[s],a),{});return Object.assign(t,n,{[r]:i}),t}function mh(t,e,r){return t[r]=e.reduce((n,i)=>(n[i]=t[i],delete t[i],n),{}),t}xs.exports=ph((t,e={})=>{let r="metadata";e.key&&(r=e.key);let n=[];return!e.fillExcept&&!e.fillWith&&(n.push("level"),n.push("message")),e.fillExcept&&(n=e.fillExcept),n.length>0?gh(t,n,r):e.fillWith?mh(t,e.fillWith,r):t})});var Rs=c((_1,Os)=>{var Xe=1e3,et=Xe*60,tt=et*60,$e=tt*24,vh=$e*7,yh=$e*365.25;Os.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return bh(t);if(r==="number"&&isFinite(t))return e.long?_h(t):wh(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function bh(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*yh;case"weeks":case"week":case"w":return r*vh;case"days":case"day":case"d":return r*$e;case"hours":case"hour":case"hrs":case"hr":case"h":return r*tt;case"minutes":case"minute":case"mins":case"min":case"m":return r*et;case"seconds":case"second":case"secs":case"sec":case"s":return r*Xe;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function wh(t){var e=Math.abs(t);return e>=$e?Math.round(t/$e)+"d":e>=tt?Math.round(t/tt)+"h":e>=et?Math.round(t/et)+"m":e>=Xe?Math.round(t/Xe)+"s":t+"ms"}function _h(t){var e=Math.abs(t);return e>=$e?ur(t,e,$e,"day"):e>=tt?ur(t,e,tt,"hour"):e>=et?ur(t,e,et,"minute"):e>=Xe?ur(t,e,Xe,"second"):t+" ms"}function ur(t,e,r,n){var i=e>=r*1.5;return Math.round(t/r)+" "+n+(i?"s":"")}});var qs=c((wt,Ts)=>{"use strict";var Eh=ee(),Sh=Rs();Ts.exports=Eh(t=>{let e=+new Date;return wt.diff=e-(wt.prevTime||e),wt.prevTime=e,t.ms=`+${Sh(wt.diff)}`,t})});var Cs=c((E1,Ps)=>{"use strict";var xh=require("util").inspect,Mh=ee(),{LEVEL:Oh,MESSAGE:As,SPLAT:Rh}=H();Ps.exports=Mh((t,e={})=>{let r=Object.assign({},t);return delete r[Oh],delete r[As],delete r[Rh],t[As]=xh(r,!1,e.depth||null,e.colorize),t})});var Ls=c((S1,fr)=>{"use strict";var{MESSAGE:Th}=H(),lr=class{constructor(e){this.template=e}transform(e){return e[Th]=this.template(e),e}};fr.exports=t=>new lr(t);fr.exports.Printf=fr.exports.Format=lr});var Fs=c((x1,Ns)=>{"use strict";var qh=ee(),{MESSAGE:js}=H(),Ah=bt();Ns.exports=qh(t=>{let e=Ah(Object.assign({},t,{level:void 0,message:void 0,splat:void 0})),r=t.padding&&t.padding[t.level]||"";return e!=="{}"?t[js]=`${t.level}:${r} ${t.message} ${e}`:t[js]=`${t.level}:${r} ${t.message}`,t})});var Ds=c((M1,$s)=>{"use strict";var Ph=require("util"),{SPLAT:ks}=H(),Ch=/%[scdjifoO%]/g,Lh=/%%/g,Nn=class{constructor(e){this.options=e}_splat(e,r){let n=e.message,i=e[ks]||e.splat||[],a=n.match(Lh),s=a&&a.length||0,u=r.length-s-i.length,l=u<0?i.splice(u,-1*u):[],h=l.length;if(h)for(let d=0;d<h;d++)Object.assign(e,l[d]);return e.message=Ph.format(n,...i),e}transform(e){let r=e.message,n=e[ks]||e.splat;if(!n||!n.length)return e;let i=r&&r.match&&r.match(Ch);if(!i&&(n||n.length)){let a=n.length>1?n.splice(0):n,s=a.length;if(s)for(let o=0;o<s;o++)Object.assign(e,a[o]);return e}return i?this._splat(e,i):e}};$s.exports=t=>new Nn(t)});var Bs=c((cr,Is)=>{(function(t,e){typeof cr=="object"&&typeof Is<"u"?e(cr):typeof define=="function"&&define.amd?define(["exports"],e):e(t.fecha={})})(cr,function(t){"use strict";var e=/d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|Z|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,r="\\d\\d?",n="\\d\\d",i="\\d{3}",a="\\d{4}",s="[^\\s]+",o=/\[([^]*?)\]/gm;function u(p,S){for(var j=[],Y=0,M=p.length;Y<M;Y++)j.push(p[Y].substr(0,S));return j}var l=function(p){return function(S,j){var Y=j[p].map(function(re){return re.toLowerCase()}),M=Y.indexOf(S.toLowerCase());return M>-1?M:null}};function h(p){for(var S=[],j=1;j<arguments.length;j++)S[j-1]=arguments[j];for(var Y=0,M=S;Y<M.length;Y++){var re=M[Y];for(var le in re)p[le]=re[le]}return p}var d=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],g=["January","February","March","April","May","June","July","August","September","October","November","December"],v=u(g,3),f=u(d,3),m={dayNamesShort:f,dayNames:d,monthNamesShort:v,monthNames:g,amPm:["am","pm"],DoFn:function(p){return p+["th","st","nd","rd"][p%10>3?0:(p-p%10!==10?1:0)*p%10]}},E=h({},m),y=function(p){return E=h(E,p)},_=function(p){return p.replace(/[|\\{()[^$+*?.-]/g,"\\$&")},b=function(p,S){for(S===void 0&&(S=2),p=String(p);p.length<S;)p="0"+p;return p},w={D:function(p){return String(p.getDate())},DD:function(p){return b(p.getDate())},Do:function(p,S){return S.DoFn(p.getDate())},d:function(p){return String(p.getDay())},dd:function(p){return b(p.getDay())},ddd:function(p,S){return S.dayNamesShort[p.getDay()]},dddd:function(p,S){return S.dayNames[p.getDay()]},M:function(p){return String(p.getMonth()+1)},MM:function(p){return b(p.getMonth()+1)},MMM:function(p,S){return S.monthNamesShort[p.getMonth()]},MMMM:function(p,S){return S.monthNames[p.getMonth()]},YY:function(p){return b(String(p.getFullYear()),4).substr(2)},YYYY:function(p){return b(p.getFullYear(),4)},h:function(p){return String(p.getHours()%12||12)},hh:function(p){return b(p.getHours()%12||12)},H:function(p){return String(p.getHours())},HH:function(p){return b(p.getHours())},m:function(p){return String(p.getMinutes())},mm:function(p){return b(p.getMinutes())},s:function(p){return String(p.getSeconds())},ss:function(p){return b(p.getSeconds())},S:function(p){return String(Math.round(p.getMilliseconds()/100))},SS:function(p){return b(Math.round(p.getMilliseconds()/10),2)},SSS:function(p){return b(p.getMilliseconds(),3)},a:function(p,S){return p.getHours()<12?S.amPm[0]:S.amPm[1]},A:function(p,S){return p.getHours()<12?S.amPm[0].toUpperCase():S.amPm[1].toUpperCase()},ZZ:function(p){var S=p.getTimezoneOffset();return(S>0?"-":"+")+b(Math.floor(Math.abs(S)/60)*100+Math.abs(S)%60,4)},Z:function(p){var S=p.getTimezoneOffset();return(S>0?"-":"+")+b(Math.floor(Math.abs(S)/60),2)+":"+b(Math.abs(S)%60,2)}},A=function(p){return+p-1},L=[null,r],R=[null,s],P=["isPm",s,function(p,S){var j=p.toLowerCase();return j===S.amPm[0]?0:j===S.amPm[1]?1:null}],O=["timezoneOffset","[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z?",function(p){var S=(p+"").match(/([+-]|\d\d)/gi);if(S){var j=+S[1]*60+parseInt(S[2],10);return S[0]==="+"?j:-j}return 0}],$={D:["day",r],DD:["day",n],Do:["day",r+s,function(p){return parseInt(p,10)}],M:["month",r,A],MM:["month",n,A],YY:["year",n,function(p){var S=new Date,j=+(""+S.getFullYear()).substr(0,2);return+(""+(+p>68?j-1:j)+p)}],h:["hour",r,void 0,"isPm"],hh:["hour",n,void 0,"isPm"],H:["hour",r],HH:["hour",n],m:["minute",r],mm:["minute",n],s:["second",r],ss:["second",n],YYYY:["year",a],S:["millisecond","\\d",function(p){return+p*100}],SS:["millisecond",n,function(p){return+p*10}],SSS:["millisecond",i],d:L,dd:L,ddd:R,dddd:R,MMM:["month",s,l("monthNamesShort")],MMMM:["month",s,l("monthNames")],a:P,A:P,ZZ:O,Z:O},B={default:"ddd MMM DD YYYY HH:mm:ss",shortDate:"M/D/YY",mediumDate:"MMM D, YYYY",longDate:"MMMM D, YYYY",fullDate:"dddd, MMMM D, YYYY",isoDate:"YYYY-MM-DD",isoDateTime:"YYYY-MM-DDTHH:mm:ssZ",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},G=function(p){return h(B,p)},U=function(p,S,j){if(S===void 0&&(S=B.default),j===void 0&&(j={}),typeof p=="number"&&(p=new Date(p)),Object.prototype.toString.call(p)!=="[object Date]"||isNaN(p.getTime()))throw new Error("Invalid Date pass to format");S=B[S]||S;var Y=[];S=S.replace(o,function(re,le){return Y.push(le),"@@@"});var M=h(h({},E),j);return S=S.replace(e,function(re){return w[re](p,M)}),S.replace(/@@@/g,function(){return Y.shift()})};function Z(p,S,j){if(j===void 0&&(j={}),typeof S!="string")throw new Error("Invalid format in fecha parse");if(S=B[S]||S,p.length>1e3)return null;var Y=new Date,M={year:Y.getFullYear(),month:0,day:1,hour:0,minute:0,second:0,millisecond:0,isPm:null,timezoneOffset:null},re=[],le=[],dt=S.replace(o,function(pt,Ke){return le.push(_(Ke)),"@@@"}),Yt={},ua={};dt=_(dt).replace(e,function(pt){var Ke=$[pt],cn=Ke[0],hc=Ke[1],ha=Ke[3];if(Yt[cn])throw new Error("Invalid format. "+cn+" specified twice in format");return Yt[cn]=!0,ha&&(ua[ha]=!0),re.push(Ke),"("+hc+")"}),Object.keys(ua).forEach(function(pt){if(!Yt[pt])throw new Error("Invalid format. "+pt+" is required in specified format")}),dt=dt.replace(/@@@/g,function(){return le.shift()});var Vt=p.match(new RegExp(dt,"i"));if(!Vt)return null;for(var lc=h(h({},E),j),fe=1;fe<Vt.length;fe++){var la=re[fe-1],fc=la[0],fa=la[2],ca=fa?fa(Vt[fe],lc):+Vt[fe];if(ca==null)return null;M[fc]=ca}M.isPm===1&&M.hour!=null&&+M.hour!=12?M.hour=+M.hour+12:M.isPm===0&&+M.hour==12&&(M.hour=0);var Kt;if(M.timezoneOffset==null){Kt=new Date(M.year,M.month,M.day,M.hour,M.minute,M.second,M.millisecond);for(var Jt=[["month","getMonth"],["day","getDate"],["hour","getHours"],["minute","getMinutes"],["second","getSeconds"]],fe=0,cc=Jt.length;fe<cc;fe++)if(Yt[Jt[fe][0]]&&M[Jt[fe][0]]!==Kt[Jt[fe][1]]())return null}else if(Kt=new Date(Date.UTC(M.year,M.month,M.day,M.hour,M.minute-M.timezoneOffset,M.second,M.millisecond)),M.month>11||M.month<0||M.day>31||M.day<1||M.hour>23||M.hour<0||M.minute>59||M.minute<0||M.second>59||M.second<0)return null;return Kt}var me={format:U,parse:Z,defaultI18n:m,setGlobalDateI18n:y,setGlobalDateMasks:G};t.assign=h,t.default=me,t.format=U,t.parse=Z,t.defaultI18n=m,t.setGlobalDateI18n=y,t.setGlobalDateMasks=G,Object.defineProperty(t,"__esModule",{value:!0})})});var Hs=c((O1,Gs)=>{"use strict";var jh=Bs(),Nh=ee();Gs.exports=Nh((t,e={})=>(e.format&&(t.timestamp=typeof e.format=="function"?e.format():jh.format(new Date,e.format)),t.timestamp||(t.timestamp=new Date().toISOString()),e.alias&&(t[e.alias]=t.timestamp),t))});var Us=c((R1,Ws)=>{"use strict";var Fn=yn(),Fh=ee(),{MESSAGE:kn}=H();Ws.exports=Fh((t,e)=>(e.level!==!1&&(t.level=Fn.strip(t.level)),e.message!==!1&&(t.message=Fn.strip(String(t.message))),e.raw!==!1&&t[kn]&&(t[kn]=Fn.strip(String(t[kn]))),t))});var Dn=c($n=>{"use strict";var kh=$n.format=ee();$n.levels=ss();function K(t,e){Object.defineProperty(kh,t,{get(){return e()},configurable:!0})}K("align",function(){return us()});K("errors",function(){return cs()});K("cli",function(){return ds()});K("combine",function(){return gs()});K("colorize",function(){return ir()});K("json",function(){return jn()});K("label",function(){return _s()});K("logstash",function(){return Ss()});K("metadata",function(){return Ms()});K("ms",function(){return qs()});K("padLevels",function(){return Rn()});K("prettyPrint",function(){return Cs()});K("printf",function(){return Ls()});K("simple",function(){return Fs()});K("splat",function(){return Ds()});K("timestamp",function(){return Hs()});K("uncolorize",function(){return Us()})});var In=c(hr=>{"use strict";var{format:zs}=require("util");hr.warn={deprecated(t){return()=>{throw new Error(zs("{ %s } was removed in winston@3.0.0.",t))}},useFormat(t){return()=>{throw new Error([zs("{ %s } was removed in winston@3.0.0.",t),"Use a custom winston.format = winston.format(function) instead."].join(`
|
|
26
|
+
`))}},forFunctions(t,e,r){r.forEach(n=>{t[n]=hr.warn[e](n)})},forProperties(t,e,r){r.forEach(n=>{let i=hr.warn[e](n);Object.defineProperty(t,n,{get:i,set:i})})}}});var Ys=c((A1,$h)=>{$h.exports={name:"winston",description:"A logger for just about everything.",version:"3.12.0",author:"Charlie Robbins <charlie.robbins@gmail.com>",maintainers:["David Hyde <dabh@alumni.stanford.edu>"],repository:{type:"git",url:"https://github.com/winstonjs/winston.git"},keywords:["winston","logger","logging","logs","sysadmin","bunyan","pino","loglevel","tools","json","stream"],dependencies:{"@dabh/diagnostics":"^2.0.2","@colors/colors":"^1.6.0",async:"^3.2.3","is-stream":"^2.0.0",logform:"^2.4.0","one-time":"^1.0.0","readable-stream":"^3.4.0","safe-stable-stringify":"^2.3.1","stack-trace":"0.0.x","triple-beam":"^1.3.0","winston-transport":"^4.7.0"},devDependencies:{"@babel/cli":"^7.23.9","@babel/core":"^7.24.0","@babel/preset-env":"^7.24.0","@dabh/eslint-config-populist":"^5.0.0","@types/node":"^20.11.24","abstract-winston-transport":"^0.5.1",assume:"^2.2.0","cross-spawn-async":"^2.2.5",eslint:"^8.57.0",hock:"^1.4.1",mocha:"^10.3.0",nyc:"^15.1.0",rimraf:"^5.0.5",split2:"^4.1.0","std-mocks":"^2.0.0",through2:"^4.0.2","winston-compat":"^0.1.5"},main:"./lib/winston.js",browser:"./dist/winston",types:"./index.d.ts",scripts:{lint:"eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",test:"rimraf test/fixtures/logs/* && mocha","test:coverage":"nyc npm run test:unit","test:unit":"mocha test/unit","test:integration":"mocha test/integration",build:"rimraf dist && babel lib -d dist",prepublishOnly:"npm run build"},engines:{node:">= 12.0.0"},license:"MIT"}});var Ks=c((P1,Vs)=>{Vs.exports=require("util").deprecate});var Bn=c((C1,Js)=>{Js.exports=require("stream")});var Hn=c((L1,Qs)=>{"use strict";function Dh(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(Gn,this,t)):process.nextTick(Gn,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(a){!e&&a?r._writableState?r._writableState.errorEmitted?process.nextTick(dr,r):(r._writableState.errorEmitted=!0,process.nextTick(Zs,r,a)):process.nextTick(Zs,r,a):e?(process.nextTick(dr,r),e(a)):process.nextTick(dr,r)}),this)}function Zs(t,e){Gn(t,e),dr(t)}function dr(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function Ih(){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 Gn(t,e){t.emit("error",e)}function Bh(t,e){var r=t._readableState,n=t._writableState;r&&r.autoDestroy||n&&n.autoDestroy?t.destroy(e):t.emit("error",e)}Qs.exports={destroy:Dh,undestroy:Ih,errorOrDestroy:Bh}});var Re=c((j1,to)=>{"use strict";var eo={};function oe(t,e,r){r||(r=Error);function n(a,s,o){return typeof e=="string"?e:e(a,s,o)}class i extends r{constructor(s,o,u){super(n(s,o,u))}}i.prototype.name=r.name,i.prototype.code=t,eo[t]=i}function Xs(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 Gh(t,e,r){return t.substr(!r||r<0?0:+r,e.length)===e}function Hh(t,e,r){return(r===void 0||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}function Wh(t,e,r){return typeof r!="number"&&(r=0),r+e.length>t.length?!1:t.indexOf(e,r)!==-1}oe("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);oe("ERR_INVALID_ARG_TYPE",function(t,e,r){let n;typeof e=="string"&&Gh(e,"not ")?(n="must not be",e=e.replace(/^not /,"")):n="must be";let i;if(Hh(t," argument"))i=`The ${t} ${n} ${Xs(e,"type")}`;else{let a=Wh(t,".")?"property":"argument";i=`The "${t}" ${a} ${n} ${Xs(e,"type")}`}return i+=`. Received type ${typeof r}`,i},TypeError);oe("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");oe("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});oe("ERR_STREAM_PREMATURE_CLOSE","Premature close");oe("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});oe("ERR_MULTIPLE_CALLBACK","Callback called multiple times");oe("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");oe("ERR_STREAM_WRITE_AFTER_END","write after end");oe("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);oe("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);oe("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");to.exports.codes=eo});var Wn=c((N1,ro)=>{"use strict";var Uh=Re().codes.ERR_INVALID_OPT_VALUE;function zh(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function Yh(t,e,r,n){var i=zh(e,n,r);if(i!=null){if(!(isFinite(i)&&Math.floor(i)===i)||i<0){var a=n?r:"highWaterMark";throw new Uh(a,i)}return Math.floor(i)}return t.objectMode?16:16*1024}ro.exports={getHighWaterMark:Yh}});var no=c((F1,Un)=>{typeof Object.create=="function"?Un.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:Un.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 rt=c((k1,Yn)=>{try{if(zn=require("util"),typeof zn.inherits!="function")throw"";Yn.exports=zn.inherits}catch{Yn.exports=no()}var zn});var lo=c(($1,uo)=>{"use strict";function io(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 ao(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?io(Object(r),!0).forEach(function(n){Vh(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):io(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function Vh(t,e,r){return e=oo(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Kh(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function so(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,oo(n.key),n)}}function Jh(t,e,r){return e&&so(t.prototype,e),r&&so(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function oo(t){var e=Zh(t,"string");return typeof e=="symbol"?e:String(e)}function Zh(t,e){if(typeof t!="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Qh=require("buffer"),pr=Qh.Buffer,Xh=require("util"),Vn=Xh.inspect,ed=Vn&&Vn.custom||"inspect";function td(t,e,r){pr.prototype.copy.call(t,e,r)}uo.exports=function(){function t(){Kh(this,t),this.head=null,this.tail=null,this.length=0}return Jh(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 pr.alloc(0);for(var n=pr.allocUnsafe(r>>>0),i=this.head,a=0;i;)td(i.data,n,a),a+=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,a=n.data;for(r-=a.length;n=n.next;){var s=n.data,o=r>s.length?s.length:r;if(o===s.length?a+=s:a+=s.slice(0,r),r-=o,r===0){o===s.length?(++i,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=s.slice(o));break}++i}return this.length-=i,a}},{key:"_getBuffer",value:function(r){var n=pr.allocUnsafe(r),i=this.head,a=1;for(i.data.copy(n),r-=i.data.length;i=i.next;){var s=i.data,o=r>s.length?s.length:r;if(s.copy(n,n.length-r,0,o),r-=o,r===0){o===s.length?(++a,i.next?this.head=i.next:this.head=this.tail=null):(this.head=i,i.data=s.slice(o));break}++a}return this.length-=a,n}},{key:ed,value:function(r,n){return Vn(this,ao(ao({},n),{},{depth:0,customInspect:!1}))}}]),t}()});var ho=c((Kn,co)=>{var gr=require("buffer"),ye=gr.Buffer;function fo(t,e){for(var r in t)e[r]=t[r]}ye.from&&ye.alloc&&ye.allocUnsafe&&ye.allocUnsafeSlow?co.exports=gr:(fo(gr,Kn),Kn.Buffer=De);function De(t,e,r){return ye(t,e,r)}De.prototype=Object.create(ye.prototype);fo(ye,De);De.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return ye(t,e,r)};De.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var n=ye(t);return e!==void 0?typeof r=="string"?n.fill(e,r):n.fill(e):n.fill(0),n};De.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return ye(t)};De.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return gr.SlowBuffer(t)}});var Qn=c(go=>{"use strict";var Zn=ho().Buffer,po=Zn.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 rd(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 nd(t){var e=rd(t);if(typeof e!="string"&&(Zn.isEncoding===po||!po(t)))throw new Error("Unknown encoding: "+t);return e||t}go.StringDecoder=_t;function _t(t){this.encoding=nd(t);var e;switch(this.encoding){case"utf16le":this.text=ld,this.end=fd,e=4;break;case"utf8":this.fillLast=sd,e=4;break;case"base64":this.text=cd,this.end=hd,e=3;break;default:this.write=dd,this.end=pd;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=Zn.allocUnsafe(e)}_t.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||""};_t.prototype.end=ud;_t.prototype.text=od;_t.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 Jn(t){return t<=127?0:t>>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function id(t,e,r){var n=e.length-1;if(n<r)return 0;var i=Jn(e[n]);return i>=0?(i>0&&(t.lastNeed=i-1),i):--n<r||i===-2?0:(i=Jn(e[n]),i>=0?(i>0&&(t.lastNeed=i-2),i):--n<r||i===-2?0:(i=Jn(e[n]),i>=0?(i>0&&(i===2?i=0:t.lastNeed=i-3),i):0))}function ad(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 sd(t){var e=this.lastTotal-this.lastNeed,r=ad(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 od(t,e){var r=id(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 ud(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function ld(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 fd(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 cd(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 hd(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function dd(t){return t.toString(this.encoding)}function pd(t){return t&&t.length?this.write(t):""}});var mr=c((I1,yo)=>{"use strict";var mo=Re().codes.ERR_STREAM_PREMATURE_CLOSE;function gd(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 md(){}function vd(t){return t.setHeader&&typeof t.abort=="function"}function vo(t,e,r){if(typeof e=="function")return vo(t,null,e);e||(e={}),r=gd(r||md);var n=e.readable||e.readable!==!1&&t.readable,i=e.writable||e.writable!==!1&&t.writable,a=function(){t.writable||o()},s=t._writableState&&t._writableState.finished,o=function(){i=!1,s=!0,n||r.call(t)},u=t._readableState&&t._readableState.endEmitted,l=function(){n=!1,u=!0,i||r.call(t)},h=function(f){r.call(t,f)},d=function(){var f;if(n&&!u)return(!t._readableState||!t._readableState.ended)&&(f=new mo),r.call(t,f);if(i&&!s)return(!t._writableState||!t._writableState.ended)&&(f=new mo),r.call(t,f)},g=function(){t.req.on("finish",o)};return vd(t)?(t.on("complete",o),t.on("abort",d),t.req?g():t.on("request",g)):i&&!t._writableState&&(t.on("end",a),t.on("close",a)),t.on("end",l),t.on("finish",o),e.error!==!1&&t.on("error",h),t.on("close",d),function(){t.removeListener("complete",o),t.removeListener("abort",d),t.removeListener("request",g),t.req&&t.req.removeListener("finish",o),t.removeListener("end",a),t.removeListener("close",a),t.removeListener("finish",o),t.removeListener("end",l),t.removeListener("error",h),t.removeListener("close",d)}}yo.exports=vo});var wo=c((B1,bo)=>{"use strict";var vr;function Te(t,e,r){return e=yd(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function yd(t){var e=bd(t,"string");return typeof e=="symbol"?e:String(e)}function bd(t,e){if(typeof t!="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var wd=mr(),qe=Symbol("lastResolve"),Ie=Symbol("lastReject"),Et=Symbol("error"),yr=Symbol("ended"),Be=Symbol("lastPromise"),Xn=Symbol("handlePromise"),Ge=Symbol("stream");function Ae(t,e){return{value:t,done:e}}function _d(t){var e=t[qe];if(e!==null){var r=t[Ge].read();r!==null&&(t[Be]=null,t[qe]=null,t[Ie]=null,e(Ae(r,!1)))}}function Ed(t){process.nextTick(_d,t)}function Sd(t,e){return function(r,n){t.then(function(){if(e[yr]){r(Ae(void 0,!0));return}e[Xn](r,n)},n)}}var xd=Object.getPrototypeOf(function(){}),Md=Object.setPrototypeOf((vr={get stream(){return this[Ge]},next:function(){var e=this,r=this[Et];if(r!==null)return Promise.reject(r);if(this[yr])return Promise.resolve(Ae(void 0,!0));if(this[Ge].destroyed)return new Promise(function(s,o){process.nextTick(function(){e[Et]?o(e[Et]):s(Ae(void 0,!0))})});var n=this[Be],i;if(n)i=new Promise(Sd(n,this));else{var a=this[Ge].read();if(a!==null)return Promise.resolve(Ae(a,!1));i=new Promise(this[Xn])}return this[Be]=i,i}},Te(vr,Symbol.asyncIterator,function(){return this}),Te(vr,"return",function(){var e=this;return new Promise(function(r,n){e[Ge].destroy(null,function(i){if(i){n(i);return}r(Ae(void 0,!0))})})}),vr),xd),Od=function(e){var r,n=Object.create(Md,(r={},Te(r,Ge,{value:e,writable:!0}),Te(r,qe,{value:null,writable:!0}),Te(r,Ie,{value:null,writable:!0}),Te(r,Et,{value:null,writable:!0}),Te(r,yr,{value:e._readableState.endEmitted,writable:!0}),Te(r,Xn,{value:function(a,s){var o=n[Ge].read();o?(n[Be]=null,n[qe]=null,n[Ie]=null,a(Ae(o,!1))):(n[qe]=a,n[Ie]=s)},writable:!0}),r));return n[Be]=null,wd(e,function(i){if(i&&i.code!=="ERR_STREAM_PREMATURE_CLOSE"){var a=n[Ie];a!==null&&(n[Be]=null,n[qe]=null,n[Ie]=null,a(i)),n[Et]=i;return}var s=n[qe];s!==null&&(n[Be]=null,n[qe]=null,n[Ie]=null,s(Ae(void 0,!0))),n[yr]=!0}),e.on("readable",Ed.bind(null,n)),n};bo.exports=Od});var xo=c((G1,So)=>{"use strict";function _o(t,e,r,n,i,a,s){try{var o=t[a](s),u=o.value}catch(l){r(l);return}o.done?e(u):Promise.resolve(u).then(n,i)}function Rd(t){return function(){var e=this,r=arguments;return new Promise(function(n,i){var a=t.apply(e,r);function s(u){_o(a,n,i,s,o,"next",u)}function o(u){_o(a,n,i,s,o,"throw",u)}s(void 0)})}}function Eo(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 Td(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Eo(Object(r),!0).forEach(function(n){qd(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Eo(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function qd(t,e,r){return e=Ad(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Ad(t){var e=Pd(t,"string");return typeof e=="symbol"?e:String(e)}function Pd(t,e){if(typeof t!="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Cd=Re().codes.ERR_INVALID_ARG_TYPE;function Ld(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 Cd("iterable",["Iterable"],e);var i=new t(Td({objectMode:!0},r)),a=!1;i._read=function(){a||(a=!0,s())};function s(){return o.apply(this,arguments)}function o(){return o=Rd(function*(){try{var u=yield n.next(),l=u.value,h=u.done;h?i.push(null):i.push(yield l)?s():a=!1}catch(d){i.destroy(d)}}),o.apply(this,arguments)}return i}So.exports=Ld});var li=c((W1,jo)=>{"use strict";jo.exports=C;var nt;C.ReadableState=To;var H1=require("events").EventEmitter,Ro=function(e,r){return e.listeners(r).length},xt=Bn(),br=require("buffer").Buffer,jd=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Nd(t){return br.from(t)}function Fd(t){return br.isBuffer(t)||t instanceof jd}var ei=require("util"),T;ei&&ei.debuglog?T=ei.debuglog("stream"):T=function(){};var kd=lo(),oi=Hn(),$d=Wn(),Dd=$d.getHighWaterMark,wr=Re().codes,Id=wr.ERR_INVALID_ARG_TYPE,Bd=wr.ERR_STREAM_PUSH_AFTER_EOF,Gd=wr.ERR_METHOD_NOT_IMPLEMENTED,Hd=wr.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,it,ti,ri;rt()(C,xt);var St=oi.errorOrDestroy,ni=["error","close","destroy","pause","resume"];function Wd(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 To(t,e,r){nt=nt||He(),t=t||{},typeof r!="boolean"&&(r=e instanceof nt),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=Dd(this,t,"readableHighWaterMark",r),this.buffer=new kd,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&&(it||(it=Qn().StringDecoder),this.decoder=new it(t.encoding),this.encoding=t.encoding)}function C(t){if(nt=nt||He(),!(this instanceof C))return new C(t);var e=this instanceof nt;this._readableState=new To(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),xt.call(this)}Object.defineProperty(C.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}});C.prototype.destroy=oi.destroy;C.prototype._undestroy=oi.undestroy;C.prototype._destroy=function(t,e){e(t)};C.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=br.from(t,e),e=""),n=!0),qo(this,t,e,!1,n)};C.prototype.unshift=function(t){return qo(this,t,null,!0,!1)};function qo(t,e,r,n,i){T("readableAddChunk",e);var a=t._readableState;if(e===null)a.reading=!1,Yd(t,a);else{var s;if(i||(s=Ud(a,e)),s)St(t,s);else if(a.objectMode||e&&e.length>0)if(typeof e!="string"&&!a.objectMode&&Object.getPrototypeOf(e)!==br.prototype&&(e=Nd(e)),n)a.endEmitted?St(t,new Hd):ii(t,a,e,!0);else if(a.ended)St(t,new Bd);else{if(a.destroyed)return!1;a.reading=!1,a.decoder&&!r?(e=a.decoder.write(e),a.objectMode||e.length!==0?ii(t,a,e,!1):si(t,a)):ii(t,a,e,!1)}else n||(a.reading=!1,si(t,a))}return!a.ended&&(a.length<a.highWaterMark||a.length===0)}function ii(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&&_r(t)),si(t,e)}function Ud(t,e){var r;return!Fd(e)&&typeof e!="string"&&e!==void 0&&!t.objectMode&&(r=new Id("chunk",["string","Buffer","Uint8Array"],e)),r}C.prototype.isPaused=function(){return this._readableState.flowing===!1};C.prototype.setEncoding=function(t){it||(it=Qn().StringDecoder);var e=new it(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 Mo=1073741824;function zd(t){return t>=Mo?t=Mo:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function Oo(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=zd(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}C.prototype.read=function(t){T("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 T("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?ai(this):_r(this),null;if(t=Oo(t,e),t===0&&e.ended)return e.length===0&&ai(this),null;var n=e.needReadable;T("need readable",n),(e.length===0||e.length-t<e.highWaterMark)&&(n=!0,T("length less than watermark",n)),e.ended||e.reading?(n=!1,T("reading or ended",n)):n&&(T("do read"),e.reading=!0,e.sync=!0,e.length===0&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=Oo(r,e)));var i;return t>0?i=Co(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&&ai(this)),i!==null&&this.emit("data",i),i};function Yd(t,e){if(T("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?_r(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,Ao(t)))}}function _r(t){var e=t._readableState;T("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(T("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(Ao,t))}function Ao(t){var e=t._readableState;T("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,ui(t)}function si(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(Vd,t,e))}function Vd(t,e){for(;!e.reading&&!e.ended&&(e.length<e.highWaterMark||e.flowing&&e.length===0);){var r=e.length;if(T("maybeReadMore read 0"),t.read(0),r===e.length)break}e.readingMore=!1}C.prototype._read=function(t){St(this,new Gd("_read()"))};C.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,T("pipe count=%d opts=%j",n.pipesCount,e);var i=(!e||e.end!==!1)&&t!==process.stdout&&t!==process.stderr,a=i?o:m;n.endEmitted?process.nextTick(a):r.once("end",a),t.on("unpipe",s);function s(E,y){T("onunpipe"),E===r&&y&&y.hasUnpiped===!1&&(y.hasUnpiped=!0,h())}function o(){T("onend"),t.end()}var u=Kd(r);t.on("drain",u);var l=!1;function h(){T("cleanup"),t.removeListener("close",v),t.removeListener("finish",f),t.removeListener("drain",u),t.removeListener("error",g),t.removeListener("unpipe",s),r.removeListener("end",o),r.removeListener("end",m),r.removeListener("data",d),l=!0,n.awaitDrain&&(!t._writableState||t._writableState.needDrain)&&u()}r.on("data",d);function d(E){T("ondata");var y=t.write(E);T("dest.write",y),y===!1&&((n.pipesCount===1&&n.pipes===t||n.pipesCount>1&&Lo(n.pipes,t)!==-1)&&!l&&(T("false write response, pause",n.awaitDrain),n.awaitDrain++),r.pause())}function g(E){T("onerror",E),m(),t.removeListener("error",g),Ro(t,"error")===0&&St(t,E)}Wd(t,"error",g);function v(){t.removeListener("finish",f),m()}t.once("close",v);function f(){T("onfinish"),t.removeListener("close",v),m()}t.once("finish",f);function m(){T("unpipe"),r.unpipe(t)}return t.emit("pipe",r),n.flowing||(T("pipe resume"),r.resume()),t};function Kd(t){return function(){var r=t._readableState;T("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,r.awaitDrain===0&&Ro(t,"data")&&(r.flowing=!0,ui(t))}}C.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 a=0;a<i;a++)n[a].emit("unpipe",this,{hasUnpiped:!1});return this}var s=Lo(e.pipes,t);return s===-1?this:(e.pipes.splice(s,1),e.pipesCount-=1,e.pipesCount===1&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,r),this)};C.prototype.on=function(t,e){var r=xt.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,T("on readable",n.length,n.reading),n.length?_r(this):n.reading||process.nextTick(Jd,this)),r};C.prototype.addListener=C.prototype.on;C.prototype.removeListener=function(t,e){var r=xt.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(Po,this),r};C.prototype.removeAllListeners=function(t){var e=xt.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(Po,this),e};function Po(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 Jd(t){T("readable nexttick read 0"),t.read(0)}C.prototype.resume=function(){var t=this._readableState;return t.flowing||(T("resume"),t.flowing=!t.readableListening,Zd(this,t)),t.paused=!1,this};function Zd(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(Qd,t,e))}function Qd(t,e){T("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),ui(t),e.flowing&&!e.reading&&t.read(0)}C.prototype.pause=function(){return T("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(T("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function ui(t){var e=t._readableState;for(T("flow",e.flowing);e.flowing&&t.read()!==null;);}C.prototype.wrap=function(t){var e=this,r=this._readableState,n=!1;t.on("end",function(){if(T("wrapped end"),r.decoder&&!r.ended){var s=r.decoder.end();s&&s.length&&e.push(s)}e.push(null)}),t.on("data",function(s){if(T("wrapped data"),r.decoder&&(s=r.decoder.write(s)),!(r.objectMode&&s==null)&&!(!r.objectMode&&(!s||!s.length))){var o=e.push(s);o||(n=!0,t.pause())}});for(var i in t)this[i]===void 0&&typeof t[i]=="function"&&(this[i]=function(o){return function(){return t[o].apply(t,arguments)}}(i));for(var a=0;a<ni.length;a++)t.on(ni[a],this.emit.bind(this,ni[a]));return this._read=function(s){T("wrapped _read",s),n&&(n=!1,t.resume())},this};typeof Symbol=="function"&&(C.prototype[Symbol.asyncIterator]=function(){return ti===void 0&&(ti=wo()),ti(this)});Object.defineProperty(C.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}});Object.defineProperty(C.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}});Object.defineProperty(C.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}});C._fromList=Co;Object.defineProperty(C.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Co(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 ai(t){var e=t._readableState;T("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(Xd,e,t))}function Xd(t,e){if(T("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"&&(C.from=function(t,e){return ri===void 0&&(ri=xo()),ri(C,t,e)});function Lo(t,e){for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}});var He=c((U1,Fo)=>{"use strict";var ep=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};Fo.exports=be;var No=li(),ci=xr();rt()(be,No);for(fi=ep(ci.prototype),Er=0;Er<fi.length;Er++)Sr=fi[Er],be.prototype[Sr]||(be.prototype[Sr]=ci.prototype[Sr]);var fi,Sr,Er;function be(t){if(!(this instanceof be))return new be(t);No.call(this,t),ci.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",tp)))}Object.defineProperty(be.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});Object.defineProperty(be.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});Object.defineProperty(be.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function tp(){this._writableState.ended||process.nextTick(rp,this)}function rp(t){t.end()}Object.defineProperty(be.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 xr=c((z1,Go)=>{"use strict";Go.exports=D;function $o(t){var e=this;this.next=null,this.entry=null,this.finish=function(){qp(e,t)}}var at;D.WritableState=Ot;var np={deprecate:Ks()},Do=Bn(),Or=require("buffer").Buffer,ip=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function ap(t){return Or.from(t)}function sp(t){return Or.isBuffer(t)||t instanceof ip}var di=Hn(),op=Wn(),up=op.getHighWaterMark,Pe=Re().codes,lp=Pe.ERR_INVALID_ARG_TYPE,fp=Pe.ERR_METHOD_NOT_IMPLEMENTED,cp=Pe.ERR_MULTIPLE_CALLBACK,hp=Pe.ERR_STREAM_CANNOT_PIPE,dp=Pe.ERR_STREAM_DESTROYED,pp=Pe.ERR_STREAM_NULL_VALUES,gp=Pe.ERR_STREAM_WRITE_AFTER_END,mp=Pe.ERR_UNKNOWN_ENCODING,st=di.errorOrDestroy;rt()(D,Do);function vp(){}function Ot(t,e,r){at=at||He(),t=t||{},typeof r!="boolean"&&(r=e instanceof at),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=up(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){xp(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 $o(this)}Ot.prototype.getBuffer=function(){for(var e=this.bufferedRequest,r=[];e;)r.push(e),e=e.next;return r};(function(){try{Object.defineProperty(Ot.prototype,"buffer",{get:np.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var Mr;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Mr=Function.prototype[Symbol.hasInstance],Object.defineProperty(D,Symbol.hasInstance,{value:function(e){return Mr.call(this,e)?!0:this!==D?!1:e&&e._writableState instanceof Ot}})):Mr=function(e){return e instanceof this};function D(t){at=at||He();var e=this instanceof at;if(!e&&!Mr.call(D,this))return new D(t);this._writableState=new Ot(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)),Do.call(this)}D.prototype.pipe=function(){st(this,new hp)};function yp(t,e){var r=new gp;st(t,r),process.nextTick(e,r)}function bp(t,e,r,n){var i;return r===null?i=new pp:typeof r!="string"&&!e.objectMode&&(i=new lp("chunk",["string","Buffer"],r)),i?(st(t,i),process.nextTick(n,i),!1):!0}D.prototype.write=function(t,e,r){var n=this._writableState,i=!1,a=!n.objectMode&&sp(t);return a&&!Or.isBuffer(t)&&(t=ap(t)),typeof e=="function"&&(r=e,e=null),a?e="buffer":e||(e=n.defaultEncoding),typeof r!="function"&&(r=vp),n.ending?yp(this,r):(a||bp(this,n,t,r))&&(n.pendingcb++,i=_p(this,n,a,t,e,r)),i};D.prototype.cork=function(){this._writableState.corked++};D.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&Io(this,t))};D.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 mp(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(D.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function wp(t,e,r){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=Or.from(e,r)),e}Object.defineProperty(D.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function _p(t,e,r,n,i,a){if(!r){var s=wp(e,n,i);n!==s&&(r=!0,i="buffer",n=s)}var o=e.objectMode?1:n.length;e.length+=o;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:a,next:null},l?l.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else hi(t,e,!1,o,n,i,a);return u}function hi(t,e,r,n,i,a,s){e.writelen=n,e.writecb=s,e.writing=!0,e.sync=!0,e.destroyed?e.onwrite(new dp("write")):r?t._writev(i,e.onwrite):t._write(i,a,e.onwrite),e.sync=!1}function Ep(t,e,r,n,i){--e.pendingcb,r?(process.nextTick(i,n),process.nextTick(Mt,t,e),t._writableState.errorEmitted=!0,st(t,n)):(i(n),t._writableState.errorEmitted=!0,st(t,n),Mt(t,e))}function Sp(t){t.writing=!1,t.writecb=null,t.length-=t.writelen,t.writelen=0}function xp(t,e){var r=t._writableState,n=r.sync,i=r.writecb;if(typeof i!="function")throw new cp;if(Sp(r),e)Ep(t,r,n,e,i);else{var a=Bo(r)||t.destroyed;!a&&!r.corked&&!r.bufferProcessing&&r.bufferedRequest&&Io(t,r),n?process.nextTick(ko,t,r,a,i):ko(t,r,a,i)}}function ko(t,e,r,n){r||Mp(t,e),e.pendingcb--,n(),Mt(t,e)}function Mp(t,e){e.length===0&&e.needDrain&&(e.needDrain=!1,t.emit("drain"))}function Io(t,e){e.bufferProcessing=!0;var r=e.bufferedRequest;if(t._writev&&r&&r.next){var n=e.bufferedRequestCount,i=new Array(n),a=e.corkedRequestsFree;a.entry=r;for(var s=0,o=!0;r;)i[s]=r,r.isBuf||(o=!1),r=r.next,s+=1;i.allBuffers=o,hi(t,e,!0,e.length,i,"",a.finish),e.pendingcb++,e.lastBufferedRequest=null,a.next?(e.corkedRequestsFree=a.next,a.next=null):e.corkedRequestsFree=new $o(e),e.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,l=r.encoding,h=r.callback,d=e.objectMode?1:u.length;if(hi(t,e,!1,d,u,l,h),r=r.next,e.bufferedRequestCount--,e.writing)break}r===null&&(e.lastBufferedRequest=null)}e.bufferedRequest=r,e.bufferProcessing=!1}D.prototype._write=function(t,e,r){r(new fp("_write()"))};D.prototype._writev=null;D.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||Tp(this,n,r),this};Object.defineProperty(D.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function Bo(t){return t.ending&&t.length===0&&t.bufferedRequest===null&&!t.finished&&!t.writing}function Op(t,e){t._final(function(r){e.pendingcb--,r&&st(t,r),e.prefinished=!0,t.emit("prefinish"),Mt(t,e)})}function Rp(t,e){!e.prefinished&&!e.finalCalled&&(typeof t._final=="function"&&!e.destroyed?(e.pendingcb++,e.finalCalled=!0,process.nextTick(Op,t,e)):(e.prefinished=!0,t.emit("prefinish")))}function Mt(t,e){var r=Bo(e);if(r&&(Rp(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 Tp(t,e,r){e.ending=!0,Mt(t,e),r&&(e.finished?process.nextTick(r):t.once("finish",r)),e.ended=!0,t.writable=!1}function qp(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(D.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}});D.prototype.destroy=di.destroy;D.prototype._undestroy=di.undestroy;D.prototype._destroy=function(t,e){e(t)}});var pi=c((Y1,Uo)=>{"use strict";var Ap=require("util"),Ho=xr(),{LEVEL:Wo}=H(),Rt=Uo.exports=function(e={}){Ho.call(this,{objectMode:!0,highWaterMark:e.highWaterMark}),this.format=e.format,this.level=e.level,this.handleExceptions=e.handleExceptions,this.handleRejections=e.handleRejections,this.silent=e.silent,e.log&&(this.log=e.log),e.logv&&(this.logv=e.logv),e.close&&(this.close=e.close),this.once("pipe",r=>{this.levels=r.levels,this.parent=r}),this.once("unpipe",r=>{r===this.parent&&(this.parent=null,this.close&&this.close())})};Ap.inherits(Rt,Ho);Rt.prototype._write=function(e,r,n){if(this.silent||e.exception===!0&&!this.handleExceptions)return n(null);let i=this.level||this.parent&&this.parent.level;if(!i||this.levels[i]>=this.levels[e[Wo]]){if(e&&!this.format)return this.log(e,n);let a,s;try{s=this.format.transform(Object.assign({},e),this.format.options)}catch(o){a=o}if(a||!s){if(n(),a)throw a;return}return this.log(s,n)}return this._writableState.sync=!1,n(null)};Rt.prototype._writev=function(e,r){if(this.logv){let n=e.filter(this._accept,this);return n.length?this.logv(n,r):r(null)}for(let n=0;n<e.length;n++){if(!this._accept(e[n]))continue;if(e[n].chunk&&!this.format){this.log(e[n].chunk,e[n].callback);continue}let i,a;try{a=this.format.transform(Object.assign({},e[n].chunk),this.format.options)}catch(s){i=s}if(i||!a){if(e[n].callback(),i)throw r(null),i}else this.log(a,e[n].callback)}return r(null)};Rt.prototype._accept=function(e){let r=e.chunk;if(this.silent)return!1;let n=this.level||this.parent&&this.parent.level;return!!((r.exception===!0||!n||this.levels[n]>=this.levels[r[Wo]])&&(this.handleExceptions||r.exception!==!0))};Rt.prototype._nop=function(){}});var mi=c((V1,Yo)=>{"use strict";var Pp=require("util"),{LEVEL:gi}=H(),zo=pi(),Tt=Yo.exports=function(e={}){if(zo.call(this,e),!e.transport||typeof e.transport.log!="function")throw new Error("Invalid transport, must be an object with a log method.");this.transport=e.transport,this.level=this.level||e.transport.level,this.handleExceptions=this.handleExceptions||e.transport.handleExceptions,this._deprecated();function r(n){this.emit("error",n,this.transport)}this.transport.__winstonError||(this.transport.__winstonError=r.bind(this),this.transport.on("error",this.transport.__winstonError))};Pp.inherits(Tt,zo);Tt.prototype._write=function(e,r,n){if(this.silent||e.exception===!0&&!this.handleExceptions)return n(null);(!this.level||this.levels[this.level]>=this.levels[e[gi]])&&this.transport.log(e[gi],e.message,e,this._nop),n(null)};Tt.prototype._writev=function(e,r){for(let n=0;n<e.length;n++)this._accept(e[n])&&(this.transport.log(e[n].chunk[gi],e[n].chunk.message,e[n].chunk,this._nop),e[n].callback());return r(null)};Tt.prototype._deprecated=function(){console.error([`${this.transport.name} is a legacy winston transport. Consider upgrading: `,"- Upgrade docs: https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md"].join(`
|
|
27
|
+
`))};Tt.prototype.close=function(){this.transport.close&&this.transport.close(),this.transport.__winstonError&&(this.transport.removeListener("error",this.transport.__winstonError),this.transport.__winstonError=null)}});var ot=c((K1,vi)=>{"use strict";vi.exports=pi();vi.exports.LegacyTransportStream=mi()});var Jo=c((Z1,Ko)=>{"use strict";var Cp=require("os"),{LEVEL:Vo,MESSAGE:ut}=H(),Lp=ot();Ko.exports=class extends Lp{constructor(e={}){super(e),this.name=e.name||"console",this.stderrLevels=this._stringArrayToSet(e.stderrLevels),this.consoleWarnLevels=this._stringArrayToSet(e.consoleWarnLevels),this.eol=typeof e.eol=="string"?e.eol:Cp.EOL,this.setMaxListeners(30)}log(e,r){if(setImmediate(()=>this.emit("logged",e)),this.stderrLevels[e[Vo]]){console._stderr?console._stderr.write(`${e[ut]}${this.eol}`):console.error(e[ut]),r&&r();return}else if(this.consoleWarnLevels[e[Vo]]){console._stderr?console._stderr.write(`${e[ut]}${this.eol}`):console.warn(e[ut]),r&&r();return}console._stdout?console._stdout.write(`${e[ut]}${this.eol}`):console.log(e[ut]),r&&r()}_stringArrayToSet(e,r){if(!e)return{};if(r=r||"Cannot make set from type other than Array of string elements",!Array.isArray(e))throw new Error(r);return e.reduce((n,i)=>{if(typeof i!="string")throw new Error(r);return n[i]=!0,n},{})}}});var Tr=c((Rr,Zo)=>{"use strict";Object.defineProperty(Rr,"__esModule",{value:!0});Rr.default=jp;function jp(t){return t&&typeof t.length=="number"&&t.length>=0&&t.length%1===0}Zo.exports=Rr.default});var Xo=c((qr,Qo)=>{"use strict";Object.defineProperty(qr,"__esModule",{value:!0});qr.default=function(t){return function(...e){var r=e.pop();return t.call(this,e,r)}};Qo.exports=qr.default});var ru=c(Ce=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.fallback=eu;Ce.wrap=tu;var Np=Ce.hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,Fp=Ce.hasSetImmediate=typeof setImmediate=="function"&&setImmediate,kp=Ce.hasNextTick=typeof process=="object"&&typeof process.nextTick=="function";function eu(t){setTimeout(t,0)}function tu(t){return(e,...r)=>t(()=>e(...r))}var qt;Np?qt=queueMicrotask:Fp?qt=setImmediate:kp?qt=process.nextTick:qt=eu;Ce.default=tu(qt)});var ou=c((Ar,su)=>{"use strict";Object.defineProperty(Ar,"__esModule",{value:!0});Ar.default=Hp;var $p=Xo(),Dp=au($p),Ip=ru(),Bp=au(Ip),Gp=We();function au(t){return t&&t.__esModule?t:{default:t}}function Hp(t){return(0,Gp.isAsync)(t)?function(...e){let r=e.pop(),n=t.apply(this,e);return nu(n,r)}:(0,Dp.default)(function(e,r){var n;try{n=t.apply(this,e)}catch(i){return r(i)}if(n&&typeof n.then=="function")return nu(n,r);r(null,n)})}function nu(t,e){return t.then(r=>{iu(e,null,r)},r=>{iu(e,r&&(r instanceof Error||r.message)?r:new Error(r))})}function iu(t,e,r){try{t(e,r)}catch(n){(0,Bp.default)(i=>{throw i},n)}}su.exports=Ar.default});var We=c(Se=>{"use strict";Object.defineProperty(Se,"__esModule",{value:!0});Se.isAsyncIterable=Se.isAsyncGenerator=Se.isAsync=void 0;var Wp=ou(),Up=zp(Wp);function zp(t){return t&&t.__esModule?t:{default:t}}function uu(t){return t[Symbol.toStringTag]==="AsyncFunction"}function Yp(t){return t[Symbol.toStringTag]==="AsyncGenerator"}function Vp(t){return typeof t[Symbol.asyncIterator]=="function"}function Kp(t){if(typeof t!="function")throw new Error("expected a function");return uu(t)?(0,Up.default)(t):t}Se.default=Kp;Se.isAsync=uu;Se.isAsyncGenerator=Yp;Se.isAsyncIterable=Vp});var lt=c((Pr,lu)=>{"use strict";Object.defineProperty(Pr,"__esModule",{value:!0});Pr.default=Jp;function Jp(t,e){if(e||(e=t.length),!e)throw new Error("arity is undefined");function r(...n){return typeof n[e-1]=="function"?t.apply(this,n):new Promise((i,a)=>{n[e-1]=(s,...o)=>{if(s)return a(s);i(o.length>1?o:o[0])},t.apply(this,n)})}return r}lu.exports=Pr.default});var cu=c((Cr,fu)=>{"use strict";Object.defineProperty(Cr,"__esModule",{value:!0});var Zp=Tr(),Qp=yi(Zp),Xp=We(),eg=yi(Xp),tg=lt(),rg=yi(tg);function yi(t){return t&&t.__esModule?t:{default:t}}Cr.default=(0,rg.default)((t,e,r)=>{var n=(0,Qp.default)(e)?[]:{};t(e,(i,a,s)=>{(0,eg.default)(i)((o,...u)=>{u.length<2&&([u]=u),n[a]=u,s(o)})},i=>r(i,n))},3);fu.exports=Cr.default});var bi=c((Lr,hu)=>{"use strict";Object.defineProperty(Lr,"__esModule",{value:!0});Lr.default=ng;function ng(t){function e(...r){if(t!==null){var n=t;t=null,n.apply(this,r)}}return Object.assign(e,t),e}hu.exports=Lr.default});var pu=c((jr,du)=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.default=function(t){return t[Symbol.iterator]&&t[Symbol.iterator]()};du.exports=jr.default});var vu=c((Nr,mu)=>{"use strict";Object.defineProperty(Nr,"__esModule",{value:!0});Nr.default=cg;var ig=Tr(),ag=gu(ig),sg=pu(),og=gu(sg);function gu(t){return t&&t.__esModule?t:{default:t}}function ug(t){var e=-1,r=t.length;return function(){return++e<r?{value:t[e],key:e}:null}}function lg(t){var e=-1;return function(){var n=t.next();return n.done?null:(e++,{value:n.value,key:e})}}function fg(t){var e=t?Object.keys(t):[],r=-1,n=e.length;return function i(){var a=e[++r];return a==="__proto__"?i():r<n?{value:t[a],key:a}:null}}function cg(t){if((0,ag.default)(t))return ug(t);var e=(0,og.default)(t);return e?lg(e):fg(t)}mu.exports=Nr.default});var wi=c((Fr,yu)=>{"use strict";Object.defineProperty(Fr,"__esModule",{value:!0});Fr.default=hg;function hg(t){return function(...e){if(t===null)throw new Error("Callback was already called.");var r=t;t=null,r.apply(this,e)}}yu.exports=Fr.default});var $r=c((kr,bu)=>{"use strict";Object.defineProperty(kr,"__esModule",{value:!0});var dg={};kr.default=dg;bu.exports=kr.default});var _u=c((Dr,wu)=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.default=vg;var pg=$r(),gg=mg(pg);function mg(t){return t&&t.__esModule?t:{default:t}}function vg(t,e,r,n){let i=!1,a=!1,s=!1,o=0,u=0;function l(){o>=e||s||i||(s=!0,t.next().then(({value:g,done:v})=>{if(!(a||i)){if(s=!1,v){i=!0,o<=0&&n(null);return}o++,r(g,u,h),u++,l()}}).catch(d))}function h(g,v){if(o-=1,!a){if(g)return d(g);if(g===!1){i=!0,a=!0;return}if(v===gg.default||i&&o<=0)return i=!0,n(null);l()}}function d(g){a||(s=!1,i=!0,n(g))}l()}wu.exports=Dr.default});var Mu=c((Ir,xu)=>{"use strict";Object.defineProperty(Ir,"__esModule",{value:!0});var yg=bi(),bg=At(yg),wg=vu(),_g=At(wg),Eg=wi(),Sg=At(Eg),Eu=We(),xg=_u(),Su=At(xg),Mg=$r(),Og=At(Mg);function At(t){return t&&t.__esModule?t:{default:t}}Ir.default=t=>(e,r,n)=>{if(n=(0,bg.default)(n),t<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!e)return n(null);if((0,Eu.isAsyncGenerator)(e))return(0,Su.default)(e,t,r,n);if((0,Eu.isAsyncIterable)(e))return(0,Su.default)(e[Symbol.asyncIterator](),t,r,n);var i=(0,_g.default)(e),a=!1,s=!1,o=0,u=!1;function l(d,g){if(!s)if(o-=1,d)a=!0,n(d);else if(d===!1)a=!0,s=!0;else{if(g===Og.default||a&&o<=0)return a=!0,n(null);u||h()}}function h(){for(u=!0;o<t&&!a;){var d=i();if(d===null){a=!0,o<=0&&n(null);return}o+=1,r(d.value,d.key,(0,Sg.default)(l))}u=!1}h()};xu.exports=Ir.default});var Ei=c((Br,Ou)=>{"use strict";Object.defineProperty(Br,"__esModule",{value:!0});var Rg=Mu(),Tg=_i(Rg),qg=We(),Ag=_i(qg),Pg=lt(),Cg=_i(Pg);function _i(t){return t&&t.__esModule?t:{default:t}}function Lg(t,e,r,n){return(0,Tg.default)(e)(t,(0,Ag.default)(r),n)}Br.default=(0,Cg.default)(Lg,4);Ou.exports=Br.default});var qu=c((Gr,Tu)=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});var jg=Ei(),Ng=Ru(jg),Fg=lt(),kg=Ru(Fg);function Ru(t){return t&&t.__esModule?t:{default:t}}function $g(t,e,r){return(0,Ng.default)(t,1,e,r)}Gr.default=(0,kg.default)($g,3);Tu.exports=Gr.default});var Cu=c((Hr,Pu)=>{"use strict";Object.defineProperty(Hr,"__esModule",{value:!0});Hr.default=Hg;var Dg=cu(),Ig=Au(Dg),Bg=qu(),Gg=Au(Bg);function Au(t){return t&&t.__esModule?t:{default:t}}function Hg(t,e){return(0,Ig.default)(Gg.default,t,e)}Pu.exports=Hr.default});var Si=c((ey,ju)=>{"use strict";ju.exports=xe;var Wr=Re().codes,Wg=Wr.ERR_METHOD_NOT_IMPLEMENTED,Ug=Wr.ERR_MULTIPLE_CALLBACK,zg=Wr.ERR_TRANSFORM_ALREADY_TRANSFORMING,Yg=Wr.ERR_TRANSFORM_WITH_LENGTH_0,Ur=He();rt()(xe,Ur);function Vg(t,e){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(n===null)return this.emit("error",new Ug);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 xe(t){if(!(this instanceof xe))return new xe(t);Ur.call(this,t),this._transformState={afterTransform:Vg.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",Kg)}function Kg(){var t=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(e,r){Lu(t,e,r)}):Lu(this,null,null)}xe.prototype.push=function(t,e){return this._transformState.needTransform=!1,Ur.prototype.push.call(this,t,e)};xe.prototype._transform=function(t,e,r){r(new Wg("_transform()"))};xe.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)}};xe.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};xe.prototype._destroy=function(t,e){Ur.prototype._destroy.call(this,t,function(r){e(r)})};function Lu(t,e,r){if(e)return t.emit("error",e);if(r!=null&&t.push(r),t._writableState.length)throw new Yg;if(t._transformState.transforming)throw new zg;return t.push(null)}});var ku=c((ty,Fu)=>{"use strict";Fu.exports=Pt;var Nu=Si();rt()(Pt,Nu);function Pt(t){if(!(this instanceof Pt))return new Pt(t);Nu.call(this,t)}Pt.prototype._transform=function(t,e,r){r(null,t)}});var Gu=c((ry,Bu)=>{"use strict";var xi;function Jg(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var Iu=Re().codes,Zg=Iu.ERR_MISSING_ARGS,Qg=Iu.ERR_STREAM_DESTROYED;function $u(t){if(t)throw t}function Xg(t){return t.setHeader&&typeof t.abort=="function"}function em(t,e,r,n){n=Jg(n);var i=!1;t.on("close",function(){i=!0}),xi===void 0&&(xi=mr()),xi(t,{readable:e,writable:r},function(s){if(s)return n(s);i=!0,n()});var a=!1;return function(s){if(!i&&!a){if(a=!0,Xg(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();n(s||new Qg("pipe"))}}}function Du(t){t()}function tm(t,e){return t.pipe(e)}function rm(t){return!t.length||typeof t[t.length-1]!="function"?$u:t.pop()}function nm(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];var n=rm(e);if(Array.isArray(e[0])&&(e=e[0]),e.length<2)throw new Zg("streams");var i,a=e.map(function(s,o){var u=o<e.length-1,l=o>0;return em(s,u,l,function(h){i||(i=h),h&&a.forEach(Du),!u&&(a.forEach(Du),n(i))})});return e.reduce(tm)}Bu.exports=nm});var Ue=c((ue,Lt)=>{var Ct=require("stream");process.env.READABLE_STREAM==="disable"&&Ct?(Lt.exports=Ct.Readable,Object.assign(Lt.exports,Ct),Lt.exports.Stream=Ct):(ue=Lt.exports=li(),ue.Stream=Ct||ue,ue.Readable=ue,ue.Writable=xr(),ue.Duplex=He(),ue.Transform=Si(),ue.PassThrough=ku(),ue.finished=mr(),ue.pipeline=Gu())});var Pi=c((ny,Wu)=>{var ft=[],jt=[],Mi=function(){};function Ri(t){return~ft.indexOf(t)?!1:(ft.push(t),!0)}function Ti(t){Mi=t}function im(t){for(var e=[],r=0;r<ft.length;r++){if(ft[r].async){e.push(ft[r]);continue}if(ft[r](t))return!0}return e.length?new Promise(function(i){Promise.all(e.map(function(s){return s(t)})).then(function(s){i(s.some(Boolean))})}):!1}function qi(t){return~jt.indexOf(t)?!1:(jt.push(t),!0)}function Oi(){Mi.apply(Mi,arguments)}function Hu(t){for(var e=0;e<jt.length;e++)t=jt[e].apply(jt[e],arguments);return t}function Ai(t,e){var r=Object.prototype.hasOwnProperty;for(var n in e)r.call(e,n)&&(t[n]=e[n]);return t}function am(t){return t.enabled=!1,t.modify=qi,t.set=Ti,t.use=Ri,Ai(function(){return!1},t)}function sm(t){function e(){var r=Array.prototype.slice.call(arguments,0);return Oi.call(Oi,t,Hu(r,t)),!0}return t.enabled=!0,t.modify=qi,t.set=Ti,t.use=Ri,Ai(e,t)}Wu.exports=function(e){return e.introduce=Ai,e.enabled=im,e.process=Hu,e.modify=qi,e.write=Oi,e.nope=am,e.yep=sm,e.set=Ti,e.use=Ri,e}});var zu=c((iy,Uu)=>{var om=Pi(),um=om(function t(e,r){return r=r||{},r.namespace=e,r.prod=!0,r.dev=!1,r.force||t.force?t.yep(r):t.nope(r)});Uu.exports=um});var Vu=c((ay,Yu)=>{"use strict";Yu.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var Ju=c((sy,Ku)=>{Ku.exports=function(e){return!e||typeof e=="string"?!1:e instanceof Array||Array.isArray(e)||e.length>=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&e.constructor.name!=="String")}});var Xu=c((oy,Qu)=>{"use strict";var lm=Ju(),fm=Array.prototype.concat,cm=Array.prototype.slice,Zu=Qu.exports=function(e){for(var r=[],n=0,i=e.length;n<i;n++){var a=e[n];lm(a)?r=fm.call(r,cm.call(a)):r.push(a)}return r};Zu.wrap=function(t){return function(){return t(Zu(arguments))}}});var nl=c((uy,rl)=>{var Nt=Vu(),Ft=Xu(),el=Object.hasOwnProperty,tl=Object.create(null);for(zr in Nt)el.call(Nt,zr)&&(tl[Nt[zr]]=zr);var zr,ne=rl.exports={to:{},get:{}};ne.get=function(t){var e=t.substring(0,3).toLowerCase(),r,n;switch(e){case"hsl":r=ne.get.hsl(t),n="hsl";break;case"hwb":r=ne.get.hwb(t),n="hwb";break;default:r=ne.get.rgb(t),n="rgb";break}return r?{model:n,value:r}:null};ne.get.rgb=function(t){if(!t)return null;var e=/^#([a-f0-9]{3,4})$/i,r=/^#([a-f0-9]{6})([a-f0-9]{2})?$/i,n=/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/,i=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/,a=/^(\w+)$/,s=[0,0,0,1],o,u,l;if(o=t.match(r)){for(l=o[2],o=o[1],u=0;u<3;u++){var h=u*2;s[u]=parseInt(o.slice(h,h+2),16)}l&&(s[3]=parseInt(l,16)/255)}else if(o=t.match(e)){for(o=o[1],l=o[3],u=0;u<3;u++)s[u]=parseInt(o[u]+o[u],16);l&&(s[3]=parseInt(l+l,16)/255)}else if(o=t.match(n)){for(u=0;u<3;u++)s[u]=parseInt(o[u+1],0);o[4]&&(o[5]?s[3]=parseFloat(o[4])*.01:s[3]=parseFloat(o[4]))}else if(o=t.match(i)){for(u=0;u<3;u++)s[u]=Math.round(parseFloat(o[u+1])*2.55);o[4]&&(o[5]?s[3]=parseFloat(o[4])*.01:s[3]=parseFloat(o[4]))}else return(o=t.match(a))?o[1]==="transparent"?[0,0,0,0]:el.call(Nt,o[1])?(s=Nt[o[1]],s[3]=1,s):null:null;for(u=0;u<3;u++)s[u]=Le(s[u],0,255);return s[3]=Le(s[3],0,1),s};ne.get.hsl=function(t){if(!t)return null;var e=/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/,r=t.match(e);if(r){var n=parseFloat(r[4]),i=(parseFloat(r[1])%360+360)%360,a=Le(parseFloat(r[2]),0,100),s=Le(parseFloat(r[3]),0,100),o=Le(isNaN(n)?1:n,0,1);return[i,a,s,o]}return null};ne.get.hwb=function(t){if(!t)return null;var e=/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/,r=t.match(e);if(r){var n=parseFloat(r[4]),i=(parseFloat(r[1])%360+360)%360,a=Le(parseFloat(r[2]),0,100),s=Le(parseFloat(r[3]),0,100),o=Le(isNaN(n)?1:n,0,1);return[i,a,s,o]}return null};ne.to.hex=function(){var t=Ft(arguments);return"#"+Yr(t[0])+Yr(t[1])+Yr(t[2])+(t[3]<1?Yr(Math.round(t[3]*255)):"")};ne.to.rgb=function(){var t=Ft(arguments);return t.length<4||t[3]===1?"rgb("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+")":"rgba("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+", "+t[3]+")"};ne.to.rgb.percent=function(){var t=Ft(arguments),e=Math.round(t[0]/255*100),r=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return t.length<4||t[3]===1?"rgb("+e+"%, "+r+"%, "+n+"%)":"rgba("+e+"%, "+r+"%, "+n+"%, "+t[3]+")"};ne.to.hsl=function(){var t=Ft(arguments);return t.length<4||t[3]===1?"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)":"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+t[3]+")"};ne.to.hwb=function(){var t=Ft(arguments),e="";return t.length>=4&&t[3]!==1&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"};ne.to.keyword=function(t){return tl[t.slice(0,3)]};function Le(t,e,r){return Math.min(Math.max(e,t),r)}function Yr(t){var e=Math.round(t).toString(16).toUpperCase();return e.length<2?"0"+e:e}});var al=c((ly,il)=>{"use strict";il.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var Ci=c((fy,ll)=>{var ze=al(),ul={};for(Vr in ze)ze.hasOwnProperty(Vr)&&(ul[ze[Vr]]=Vr);var Vr,x=ll.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(X in x)if(x.hasOwnProperty(X)){if(!("channels"in x[X]))throw new Error("missing channels property: "+X);if(!("labels"in x[X]))throw new Error("missing channel labels property: "+X);if(x[X].labels.length!==x[X].channels)throw new Error("channel and label counts mismatch: "+X);sl=x[X].channels,ol=x[X].labels,delete x[X].channels,delete x[X].labels,Object.defineProperty(x[X],"channels",{value:sl}),Object.defineProperty(x[X],"labels",{value:ol})}var sl,ol,X;x.rgb.hsl=function(t){var e=t[0]/255,r=t[1]/255,n=t[2]/255,i=Math.min(e,r,n),a=Math.max(e,r,n),s=a-i,o,u,l;return a===i?o=0:e===a?o=(r-n)/s:r===a?o=2+(n-e)/s:n===a&&(o=4+(e-r)/s),o=Math.min(o*60,360),o<0&&(o+=360),l=(i+a)/2,a===i?u=0:l<=.5?u=s/(a+i):u=s/(2-a-i),[o,u*100,l*100]};x.rgb.hsv=function(t){var e,r,n,i,a,s=t[0]/255,o=t[1]/255,u=t[2]/255,l=Math.max(s,o,u),h=l-Math.min(s,o,u),d=function(g){return(l-g)/6/h+1/2};return h===0?i=a=0:(a=h/l,e=d(s),r=d(o),n=d(u),s===l?i=n-r:o===l?i=1/3+e-n:u===l&&(i=2/3+r-e),i<0?i+=1:i>1&&(i-=1)),[i*360,a*100,l*100]};x.rgb.hwb=function(t){var e=t[0],r=t[1],n=t[2],i=x.rgb.hsl(t)[0],a=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[i,a*100,n*100]};x.rgb.cmyk=function(t){var e=t[0]/255,r=t[1]/255,n=t[2]/255,i,a,s,o;return o=Math.min(1-e,1-r,1-n),i=(1-e-o)/(1-o)||0,a=(1-r-o)/(1-o)||0,s=(1-n-o)/(1-o)||0,[i*100,a*100,s*100,o*100]};function hm(t,e){return Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2)+Math.pow(t[2]-e[2],2)}x.rgb.keyword=function(t){var e=ul[t];if(e)return e;var r=1/0,n;for(var i in ze)if(ze.hasOwnProperty(i)){var a=ze[i],s=hm(t,a);s<r&&(r=s,n=i)}return n};x.keyword.rgb=function(t){return ze[t]};x.rgb.xyz=function(t){var e=t[0]/255,r=t[1]/255,n=t[2]/255;e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92;var i=e*.4124+r*.3576+n*.1805,a=e*.2126+r*.7152+n*.0722,s=e*.0193+r*.1192+n*.9505;return[i*100,a*100,s*100]};x.rgb.lab=function(t){var e=x.rgb.xyz(t),r=e[0],n=e[1],i=e[2],a,s,o;return r/=95.047,n/=100,i/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,a=116*n-16,s=500*(r-n),o=200*(n-i),[a,s,o]};x.hsl.rgb=function(t){var e=t[0]/360,r=t[1]/100,n=t[2]/100,i,a,s,o,u;if(r===0)return u=n*255,[u,u,u];n<.5?a=n*(1+r):a=n+r-n*r,i=2*n-a,o=[0,0,0];for(var l=0;l<3;l++)s=e+1/3*-(l-1),s<0&&s++,s>1&&s--,6*s<1?u=i+(a-i)*6*s:2*s<1?u=a:3*s<2?u=i+(a-i)*(2/3-s)*6:u=i,o[l]=u*255;return o};x.hsl.hsv=function(t){var e=t[0],r=t[1]/100,n=t[2]/100,i=r,a=Math.max(n,.01),s,o;return n*=2,r*=n<=1?n:2-n,i*=a<=1?a:2-a,o=(n+r)/2,s=n===0?2*i/(a+i):2*r/(n+r),[e,s*100,o*100]};x.hsv.rgb=function(t){var e=t[0]/60,r=t[1]/100,n=t[2]/100,i=Math.floor(e)%6,a=e-Math.floor(e),s=255*n*(1-r),o=255*n*(1-r*a),u=255*n*(1-r*(1-a));switch(n*=255,i){case 0:return[n,u,s];case 1:return[o,n,s];case 2:return[s,n,u];case 3:return[s,o,n];case 4:return[u,s,n];case 5:return[n,s,o]}};x.hsv.hsl=function(t){var e=t[0],r=t[1]/100,n=t[2]/100,i=Math.max(n,.01),a,s,o;return o=(2-r)*n,a=(2-r)*i,s=r*i,s/=a<=1?a:2-a,s=s||0,o/=2,[e,s*100,o*100]};x.hwb.rgb=function(t){var e=t[0]/360,r=t[1]/100,n=t[2]/100,i=r+n,a,s,o,u;i>1&&(r/=i,n/=i),a=Math.floor(6*e),s=1-n,o=6*e-a,a&1&&(o=1-o),u=r+o*(s-r);var l,h,d;switch(a){default:case 6:case 0:l=s,h=u,d=r;break;case 1:l=u,h=s,d=r;break;case 2:l=r,h=s,d=u;break;case 3:l=r,h=u,d=s;break;case 4:l=u,h=r,d=s;break;case 5:l=s,h=r,d=u;break}return[l*255,h*255,d*255]};x.cmyk.rgb=function(t){var e=t[0]/100,r=t[1]/100,n=t[2]/100,i=t[3]/100,a,s,o;return a=1-Math.min(1,e*(1-i)+i),s=1-Math.min(1,r*(1-i)+i),o=1-Math.min(1,n*(1-i)+i),[a*255,s*255,o*255]};x.xyz.rgb=function(t){var e=t[0]/100,r=t[1]/100,n=t[2]/100,i,a,s;return i=e*3.2406+r*-1.5372+n*-.4986,a=e*-.9689+r*1.8758+n*.0415,s=e*.0557+r*-.204+n*1.057,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*12.92,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,s=s>.0031308?1.055*Math.pow(s,1/2.4)-.055:s*12.92,i=Math.min(Math.max(0,i),1),a=Math.min(Math.max(0,a),1),s=Math.min(Math.max(0,s),1),[i*255,a*255,s*255]};x.xyz.lab=function(t){var e=t[0],r=t[1],n=t[2],i,a,s;return e/=95.047,r/=100,n/=108.883,e=e>.008856?Math.pow(e,1/3):7.787*e+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,i=116*r-16,a=500*(e-r),s=200*(r-n),[i,a,s]};x.lab.xyz=function(t){var e=t[0],r=t[1],n=t[2],i,a,s;a=(e+16)/116,i=r/500+a,s=a-n/200;var o=Math.pow(a,3),u=Math.pow(i,3),l=Math.pow(s,3);return a=o>.008856?o:(a-16/116)/7.787,i=u>.008856?u:(i-16/116)/7.787,s=l>.008856?l:(s-16/116)/7.787,i*=95.047,a*=100,s*=108.883,[i,a,s]};x.lab.lch=function(t){var e=t[0],r=t[1],n=t[2],i,a,s;return i=Math.atan2(n,r),a=i*360/2/Math.PI,a<0&&(a+=360),s=Math.sqrt(r*r+n*n),[e,s,a]};x.lch.lab=function(t){var e=t[0],r=t[1],n=t[2],i,a,s;return s=n/360*2*Math.PI,i=r*Math.cos(s),a=r*Math.sin(s),[e,i,a]};x.rgb.ansi16=function(t){var e=t[0],r=t[1],n=t[2],i=1 in arguments?arguments[1]:x.rgb.hsv(t)[2];if(i=Math.round(i/50),i===0)return 30;var a=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(e/255));return i===2&&(a+=60),a};x.hsv.ansi16=function(t){return x.rgb.ansi16(x.hsv.rgb(t),t[2])};x.rgb.ansi256=function(t){var e=t[0],r=t[1],n=t[2];if(e===r&&r===n)return e<8?16:e>248?231:Math.round((e-8)/247*24)+232;var i=16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5);return i};x.ansi16.rgb=function(t){var e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];var r=(~~(t>50)+1)*.5,n=(e&1)*r*255,i=(e>>1&1)*r*255,a=(e>>2&1)*r*255;return[n,i,a]};x.ansi256.rgb=function(t){if(t>=232){var e=(t-232)*10+8;return[e,e,e]}t-=16;var r,n=Math.floor(t/36)/5*255,i=Math.floor((r=t%36)/6)/5*255,a=r%6/5*255;return[n,i,a]};x.rgb.hex=function(t){var e=((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255),r=e.toString(16).toUpperCase();return"000000".substring(r.length)+r};x.hex.rgb=function(t){var e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];var r=e[0];e[0].length===3&&(r=r.split("").map(function(o){return o+o}).join(""));var n=parseInt(r,16),i=n>>16&255,a=n>>8&255,s=n&255;return[i,a,s]};x.rgb.hcg=function(t){var e=t[0]/255,r=t[1]/255,n=t[2]/255,i=Math.max(Math.max(e,r),n),a=Math.min(Math.min(e,r),n),s=i-a,o,u;return s<1?o=a/(1-s):o=0,s<=0?u=0:i===e?u=(r-n)/s%6:i===r?u=2+(n-e)/s:u=4+(e-r)/s+4,u/=6,u%=1,[u*360,s*100,o*100]};x.hsl.hcg=function(t){var e=t[1]/100,r=t[2]/100,n=1,i=0;return r<.5?n=2*e*r:n=2*e*(1-r),n<1&&(i=(r-.5*n)/(1-n)),[t[0],n*100,i*100]};x.hsv.hcg=function(t){var e=t[1]/100,r=t[2]/100,n=e*r,i=0;return n<1&&(i=(r-n)/(1-n)),[t[0],n*100,i*100]};x.hcg.rgb=function(t){var e=t[0]/360,r=t[1]/100,n=t[2]/100;if(r===0)return[n*255,n*255,n*255];var i=[0,0,0],a=e%1*6,s=a%1,o=1-s,u=0;switch(Math.floor(a)){case 0:i[0]=1,i[1]=s,i[2]=0;break;case 1:i[0]=o,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=s;break;case 3:i[0]=0,i[1]=o,i[2]=1;break;case 4:i[0]=s,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=o}return u=(1-r)*n,[(r*i[0]+u)*255,(r*i[1]+u)*255,(r*i[2]+u)*255]};x.hcg.hsv=function(t){var e=t[1]/100,r=t[2]/100,n=e+r*(1-e),i=0;return n>0&&(i=e/n),[t[0],i*100,n*100]};x.hcg.hsl=function(t){var e=t[1]/100,r=t[2]/100,n=r*(1-e)+.5*e,i=0;return n>0&&n<.5?i=e/(2*n):n>=.5&&n<1&&(i=e/(2*(1-n))),[t[0],i*100,n*100]};x.hcg.hwb=function(t){var e=t[1]/100,r=t[2]/100,n=e+r*(1-e);return[t[0],(n-e)*100,(1-n)*100]};x.hwb.hcg=function(t){var e=t[1]/100,r=t[2]/100,n=1-r,i=n-e,a=0;return i<1&&(a=(n-i)/(1-i)),[t[0],i*100,a*100]};x.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};x.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};x.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};x.gray.hsl=x.gray.hsv=function(t){return[0,0,t[0]]};x.gray.hwb=function(t){return[0,100,t[0]]};x.gray.cmyk=function(t){return[0,0,0,t[0]]};x.gray.lab=function(t){return[t[0],0,0]};x.gray.hex=function(t){var e=Math.round(t[0]/100*255)&255,r=(e<<16)+(e<<8)+e,n=r.toString(16).toUpperCase();return"000000".substring(n.length)+n};x.rgb.gray=function(t){var e=(t[0]+t[1]+t[2])/3;return[e/255*100]}});var cl=c((cy,fl)=>{var Kr=Ci();function dm(){for(var t={},e=Object.keys(Kr),r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}function pm(t){var e=dm(),r=[t];for(e[t].distance=0;r.length;)for(var n=r.pop(),i=Object.keys(Kr[n]),a=i.length,s=0;s<a;s++){var o=i[s],u=e[o];u.distance===-1&&(u.distance=e[n].distance+1,u.parent=n,r.unshift(o))}return e}function gm(t,e){return function(r){return e(t(r))}}function mm(t,e){for(var r=[e[t].parent,t],n=Kr[e[t].parent][t],i=e[t].parent;e[i].parent;)r.unshift(e[i].parent),n=gm(Kr[e[i].parent][i],n),i=e[i].parent;return n.conversion=r,n}fl.exports=function(t){for(var e=pm(t),r={},n=Object.keys(e),i=n.length,a=0;a<i;a++){var s=n[a],o=e[s];o.parent!==null&&(r[s]=mm(s,e))}return r}});var dl=c((hy,hl)=>{var Li=Ci(),vm=cl(),ct={},ym=Object.keys(Li);function bm(t){var e=function(r){return r==null?r:(arguments.length>1&&(r=Array.prototype.slice.call(arguments)),t(r))};return"conversion"in t&&(e.conversion=t.conversion),e}function wm(t){var e=function(r){if(r==null)return r;arguments.length>1&&(r=Array.prototype.slice.call(arguments));var n=t(r);if(typeof n=="object")for(var i=n.length,a=0;a<i;a++)n[a]=Math.round(n[a]);return n};return"conversion"in t&&(e.conversion=t.conversion),e}ym.forEach(function(t){ct[t]={},Object.defineProperty(ct[t],"channels",{value:Li[t].channels}),Object.defineProperty(ct[t],"labels",{value:Li[t].labels});var e=vm(t),r=Object.keys(e);r.forEach(function(n){var i=e[n];ct[t][n]=wm(i),ct[t][n].raw=bm(i)})});hl.exports=ct});var ml=c((dy,gl)=>{"use strict";var kt=nl(),ie=dl(),Fi=[].slice,pl=["keyword","gray","hex"],ji={};Object.keys(ie).forEach(function(t){ji[Fi.call(ie[t].labels).sort().join("")]=t});var Jr={};function J(t,e){if(!(this instanceof J))return new J(t,e);if(e&&e in pl&&(e=null),e&&!(e in ie))throw new Error("Unknown model: "+e);var r,n;if(t==null)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(t instanceof J)this.model=t.model,this.color=t.color.slice(),this.valpha=t.valpha;else if(typeof t=="string"){var i=kt.get(t);if(i===null)throw new Error("Unable to parse color from string: "+t);this.model=i.model,n=ie[this.model].channels,this.color=i.value.slice(0,n),this.valpha=typeof i.value[n]=="number"?i.value[n]:1}else if(t.length){this.model=e||"rgb",n=ie[this.model].channels;var a=Fi.call(t,0,n);this.color=Ni(a,n),this.valpha=typeof t[n]=="number"?t[n]:1}else if(typeof t=="number")t&=16777215,this.model="rgb",this.color=[t>>16&255,t>>8&255,t&255],this.valpha=1;else{this.valpha=1;var s=Object.keys(t);"alpha"in t&&(s.splice(s.indexOf("alpha"),1),this.valpha=typeof t.alpha=="number"?t.alpha:0);var o=s.sort().join("");if(!(o in ji))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=ji[o];var u=ie[this.model].labels,l=[];for(r=0;r<u.length;r++)l.push(t[u[r]]);this.color=Ni(l)}if(Jr[this.model])for(n=ie[this.model].channels,r=0;r<n;r++){var h=Jr[this.model][r];h&&(this.color[r]=h(this.color[r]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}J.prototype={toString:function(){return this.string()},toJSON:function(){return this[this.model]()},string:function(t){var e=this.model in kt.to?this:this.rgb();e=e.round(typeof t=="number"?t:1);var r=e.valpha===1?e.color:e.color.concat(this.valpha);return kt.to[e.model](r)},percentString:function(t){var e=this.rgb().round(typeof t=="number"?t:1),r=e.valpha===1?e.color:e.color.concat(this.valpha);return kt.to.rgb.percent(r)},array:function(){return this.valpha===1?this.color.slice():this.color.concat(this.valpha)},object:function(){for(var t={},e=ie[this.model].channels,r=ie[this.model].labels,n=0;n<e;n++)t[r[n]]=this.color[n];return this.valpha!==1&&(t.alpha=this.valpha),t},unitArray:function(){var t=this.rgb().color;return t[0]/=255,t[1]/=255,t[2]/=255,this.valpha!==1&&t.push(this.valpha),t},unitObject:function(){var t=this.rgb().object();return t.r/=255,t.g/=255,t.b/=255,this.valpha!==1&&(t.alpha=this.valpha),t},round:function(t){return t=Math.max(t||0,0),new J(this.color.map(Em(t)).concat(this.valpha),this.model)},alpha:function(t){return arguments.length?new J(this.color.concat(Math.max(0,Math.min(1,t))),this.model):this.valpha},red:I("rgb",0,z(255)),green:I("rgb",1,z(255)),blue:I("rgb",2,z(255)),hue:I(["hsl","hsv","hsl","hwb","hcg"],0,function(t){return(t%360+360)%360}),saturationl:I("hsl",1,z(100)),lightness:I("hsl",2,z(100)),saturationv:I("hsv",1,z(100)),value:I("hsv",2,z(100)),chroma:I("hcg",1,z(100)),gray:I("hcg",2,z(100)),white:I("hwb",1,z(100)),wblack:I("hwb",2,z(100)),cyan:I("cmyk",0,z(100)),magenta:I("cmyk",1,z(100)),yellow:I("cmyk",2,z(100)),black:I("cmyk",3,z(100)),x:I("xyz",0,z(100)),y:I("xyz",1,z(100)),z:I("xyz",2,z(100)),l:I("lab",0,z(100)),a:I("lab",1),b:I("lab",2),keyword:function(t){return arguments.length?new J(t):ie[this.model].keyword(this.color)},hex:function(t){return arguments.length?new J(t):kt.to.hex(this.rgb().round().color)},rgbNumber:function(){var t=this.rgb().color;return(t[0]&255)<<16|(t[1]&255)<<8|t[2]&255},luminosity:function(){for(var t=this.rgb().color,e=[],r=0;r<t.length;r++){var n=t[r]/255;e[r]=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)}return .2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),r=t.luminosity();return e>r?(e+.05)/(r+.05):(r+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},isDark:function(){var t=this.rgb().color,e=(t[0]*299+t[1]*587+t[2]*114)/1e3;return e<128},isLight:function(){return!this.isDark()},negate:function(){for(var t=this.rgb(),e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten:function(t){var e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken:function(t){var e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate:function(t){var e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate:function(t){var e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten:function(t){var e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken:function(t){var e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale:function(){var t=this.rgb().color,e=t[0]*.3+t[1]*.59+t[2]*.11;return J.rgb(e,e,e)},fade:function(t){return this.alpha(this.valpha-this.valpha*t)},opaquer:function(t){return this.alpha(this.valpha+this.valpha*t)},rotate:function(t){var e=this.hsl(),r=e.color[0];return r=(r+t)%360,r=r<0?360+r:r,e.color[0]=r,e},mix:function(t,e){if(!t||!t.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof t);var r=t.rgb(),n=this.rgb(),i=e===void 0?.5:e,a=2*i-1,s=r.alpha()-n.alpha(),o=((a*s===-1?a:(a+s)/(1+a*s))+1)/2,u=1-o;return J.rgb(o*r.red()+u*n.red(),o*r.green()+u*n.green(),o*r.blue()+u*n.blue(),r.alpha()*i+n.alpha()*(1-i))}};Object.keys(ie).forEach(function(t){if(pl.indexOf(t)===-1){var e=ie[t].channels;J.prototype[t]=function(){if(this.model===t)return new J(this);if(arguments.length)return new J(arguments,t);var r=typeof arguments[e]=="number"?e:this.valpha;return new J(Sm(ie[this.model][t].raw(this.color)).concat(r),t)},J[t]=function(r){return typeof r=="number"&&(r=Ni(Fi.call(arguments),e)),new J(r,t)}}});function _m(t,e){return Number(t.toFixed(e))}function Em(t){return function(e){return _m(e,t)}}function I(t,e,r){return t=Array.isArray(t)?t:[t],t.forEach(function(n){(Jr[n]||(Jr[n]=[]))[e]=r}),t=t[0],function(n){var i;return arguments.length?(r&&(n=r(n)),i=this[t](),i.color[e]=n,i):(i=this[t]().color[e],r&&(i=r(i)),i)}}function z(t){return function(e){return Math.max(0,Math.min(t,e))}}function Sm(t){return Array.isArray(t)?t:[t]}function Ni(t,e){for(var r=0;r<e;r++)typeof t[r]!="number"&&(t[r]=0);return t}gl.exports=J});var yl=c((py,vl)=>{"use strict";vl.exports=function(e){for(var r=0,n=0;r<e.length;n=e.charCodeAt(r++)+((n<<5)-n));var i=Math.floor(Math.abs(Math.sin(n)*1e4%1*16777216)).toString(16);return"#"+Array(6-i.length+1).join("0")+i}});var El=c((gy,_l)=>{"use strict";var bl=ml(),wl=yl();_l.exports=function(e,r){var n=e.split(r||":"),i=wl(n[0]);if(!n.length)return i;for(var a=0,s=n.length-1;a<s;a++)i=bl(i).mix(bl(wl(n[a+1]))).saturate(1).hex();return i}});var xl=c((my,Sl)=>{"use strict";function de(t,e){if(e)return new de(t).style(e);if(!(this instanceof de))return new de(t);this.text=t}de.prototype.prefix="\x1B[";de.prototype.suffix="m";de.prototype.hex=function(e){e=e[0]==="#"?e.substring(1):e,e.length===3&&(e=e.split(""),e[5]=e[2],e[4]=e[2],e[3]=e[1],e[2]=e[1],e[1]=e[0],e=e.join(""));var r=e.substring(0,2),n=e.substring(2,4),i=e.substring(4,6);return[parseInt(r,16),parseInt(n,16),parseInt(i,16)]};de.prototype.rgb=function(e,r,n){var i=e/255*5,a=r/255*5,s=n/255*5;return this.ansi(i,a,s)};de.prototype.ansi=function(e,r,n){var i=Math.round(e),a=Math.round(r),s=Math.round(n);return 16+i*36+a*6+s};de.prototype.reset=function(){return this.prefix+"39;49"+this.suffix};de.prototype.style=function(e){return this.prefix+"38;5;"+this.rgb.apply(this,this.hex(e))+this.suffix+this.text+this.reset()};Sl.exports=de});var Ol=c((vy,Ml)=>{var xm=El(),Mm=xl();Ml.exports=function(e,r){var n=r.namespace,i=r.colors!==!1?Mm(n+":",xm(n)):n+":";return e[0]=i+" "+e[0],e}});var Tl=c((yy,Rl)=>{"use strict";Rl.exports=function(e,r){if(!r)return!1;for(var n=r.split(/[\s,]+/),i=0;i<n.length;i++){if(r=n[i].replace("*",".*?"),r.charAt(0)==="-"){if(new RegExp("^"+r.substr(1)+"$").test(e))return!1;continue}if(new RegExp("^"+r+"$").test(e))return!0}return!1}});var Al=c((by,ql)=>{var Om=Tl();ql.exports=function(e){return function(n){try{return Om(n,e())}catch{}return!1}}});var Cl=c((wy,Pl)=>{var Rm=Al();Pl.exports=Rm(function(){return process.env.DEBUG||process.env.DIAGNOSTICS})});var jl=c((_y,Ll)=>{Ll.exports=function(t,e){try{Function.prototype.apply.call(console.log,console,e)}catch{}}});var Fl=c((Ey,Nl)=>{var Tm=Pi(),qm=require("tty").isatty(1),Zr=Tm(function t(e,r){return r=r||{},r.colors="colors"in r?r.colors:qm,r.namespace=e,r.prod=!1,r.dev=!0,!t.enabled(e)&&!(r.force||t.force)?t.nope(r):t.yep(r)});Zr.modify(Ol());Zr.use(Cl());Zr.set(jl());Nl.exports=Zr});var $t=c((Sy,ki)=>{process.env.NODE_ENV==="production"?ki.exports=zu():ki.exports=Fl()});var $l=c((xy,kl)=>{"use strict";var $i=require("fs"),{StringDecoder:Am}=require("string_decoder"),{Stream:Pm}=Ue();function Cm(){}kl.exports=(t,e)=>{let r=Buffer.alloc(65536),n=new Am("utf8"),i=new Pm,a="",s=0,o=0;return t.start===-1&&delete t.start,i.readable=!0,i.destroy=()=>{i.destroyed=!0,i.emit("end"),i.emit("close")},$i.open(t.file,"a+","0644",(u,l)=>{if(u){e?e(u):i.emit("error",u),i.destroy();return}(function h(){if(i.destroyed){$i.close(l,Cm);return}return $i.read(l,r,0,r.length,s,(d,g)=>{if(d){e?e(d):i.emit("error",d),i.destroy();return}if(!g)return a&&((t.start==null||o>t.start)&&(e?e(null,a):i.emit("line",a)),o++,a=""),setTimeout(h,1e3);let v=n.write(r.slice(0,g));e||i.emit("data",v),v=(a+v).split(/\n+/);let f=v.length-1,m=0;for(;m<f;m++)(t.start==null||o>t.start)&&(e?e(null,v[m]):i.emit("line",v[m])),o++;return a=v[f],s+=g,h()})})()}),e?i.destroy:i}});var Gl=c((Oy,Bl)=>{"use strict";var te=require("fs"),V=require("path"),Dl=Cu(),Lm=require("zlib"),{MESSAGE:jm}=H(),{Stream:Nm,PassThrough:Il}=Ue(),Fm=ot(),pe=$t()("winston:file"),km=require("os"),$m=$l();Bl.exports=class extends Fm{constructor(e={}){super(e),this.name=e.name||"file";function r(n,...i){i.slice(1).forEach(a=>{if(e[a])throw new Error(`Cannot set ${a} and ${n} together`)})}if(this._stream=new Il,this._stream.setMaxListeners(30),this._onError=this._onError.bind(this),e.filename||e.dirname)r("filename or dirname","stream"),this._basename=this.filename=e.filename?V.basename(e.filename):"winston.log",this.dirname=e.dirname||V.dirname(e.filename),this.options=e.options||{flags:"a"};else if(e.stream)console.warn("options.stream will be removed in winston@4. Use winston.transports.Stream"),r("stream","filename","maxsize"),this._dest=this._stream.pipe(this._setupStream(e.stream)),this.dirname=V.dirname(this._dest.path);else throw new Error("Cannot log to file without filename or stream.");this.maxsize=e.maxsize||null,this.rotationFormat=e.rotationFormat||!1,this.zippedArchive=e.zippedArchive||!1,this.maxFiles=e.maxFiles||null,this.eol=typeof e.eol=="string"?e.eol:km.EOL,this.tailable=e.tailable||!1,this.lazy=e.lazy||!1,this._size=0,this._pendingSize=0,this._created=0,this._drain=!1,this._opening=!1,this._ending=!1,this._fileExist=!1,this.dirname&&this._createLogDirIfNotExist(this.dirname),this.lazy||this.open()}finishIfEnding(){this._ending&&(this._opening?this.once("open",()=>{this._stream.once("finish",()=>this.emit("finish")),setImmediate(()=>this._stream.end())}):(this._stream.once("finish",()=>this.emit("finish")),setImmediate(()=>this._stream.end())))}log(e,r=()=>{}){if(this.silent)return r(),!0;if(this._drain){this._stream.once("drain",()=>{this._drain=!1,this.log(e,r)});return}if(this._rotate){this._stream.once("rotate",()=>{this._rotate=!1,this.log(e,r)});return}if(this.lazy){if(!this._fileExist){this._opening||this.open(),this.once("open",()=>{this._fileExist=!0,this.log(e,r)});return}if(this._needsNewFile(this._pendingSize)){this._dest.once("close",()=>{this._opening||this.open(),this.once("open",()=>{this.log(e,r)})});return}}let n=`${e[jm]}${this.eol}`,i=Buffer.byteLength(n);function a(){if(this._size+=i,this._pendingSize-=i,pe("logged %s %s",this._size,n),this.emit("logged",e),!this._rotate&&!this._opening&&this._needsNewFile()){if(this.lazy){this._endStream(()=>{this.emit("fileclosed")});return}this._rotate=!0,this._endStream(()=>this._rotateFile())}}this._pendingSize+=i,this._opening&&!this.rotatedWhileOpening&&this._needsNewFile(this._size+this._pendingSize)&&(this.rotatedWhileOpening=!0);let s=this._stream.write(n,a.bind(this));return s?r():(this._drain=!0,this._stream.once("drain",()=>{this._drain=!1,r()})),pe("written",s,this._drain),this.finishIfEnding(),s}query(e,r){typeof e=="function"&&(r=e,e={}),e=d(e);let n=V.join(this.dirname,this.filename),i="",a=[],s=0,o=te.createReadStream(n,{encoding:"utf8"});o.on("error",g=>{if(o.readable&&o.destroy(),!!r)return g.code!=="ENOENT"?r(g):r(null,a)}),o.on("data",g=>{g=(i+g).split(/\n+/);let v=g.length-1,f=0;for(;f<v;f++)(!e.start||s>=e.start)&&u(g[f]),s++;i=g[v]}),o.on("close",()=>{i&&u(i,!0),e.order==="desc"&&(a=a.reverse()),r&&r(null,a)});function u(g,v){try{let f=JSON.parse(g);h(f)&&l(f)}catch(f){v||o.emit("error",f)}}function l(g){if(e.rows&&a.length>=e.rows&&e.order!=="desc"){o.readable&&o.destroy();return}e.fields&&(g=e.fields.reduce((v,f)=>(v[f]=g[f],v),{})),e.order==="desc"&&a.length>=e.rows&&a.shift(),a.push(g)}function h(g){if(!g||typeof g!="object")return;let v=new Date(g.timestamp);if(!(e.from&&v<e.from||e.until&&v>e.until||e.level&&e.level!==g.level))return!0}function d(g){return g=g||{},g.rows=g.rows||g.limit||10,g.start=g.start||0,g.until=g.until||new Date,typeof g.until!="object"&&(g.until=new Date(g.until)),g.from=g.from||g.until-24*60*60*1e3,typeof g.from!="object"&&(g.from=new Date(g.from)),g.order=g.order||"desc",g}}stream(e={}){let r=V.join(this.dirname,this.filename),n=new Nm,i={file:r,start:e.start};return n.destroy=$m(i,(a,s)=>{if(a)return n.emit("error",a);try{n.emit("data",s),s=JSON.parse(s),n.emit("log",s)}catch(o){n.emit("error",o)}}),n}open(){this.filename&&(this._opening||(this._opening=!0,this.stat((e,r)=>{if(e)return this.emit("error",e);pe("stat done: %s { size: %s }",this.filename,r),this._size=r,this._dest=this._createStream(this._stream),this._opening=!1,this.once("open",()=>{this._stream.eventNames().includes("rotate")?this._stream.emit("rotate"):this._rotate=!1})})))}stat(e){let r=this._getFile(),n=V.join(this.dirname,r);te.stat(n,(i,a)=>{if(i&&i.code==="ENOENT")return pe("ENOENT\xA0ok",n),this.filename=r,e(null,0);if(i)return pe(`err ${i.code} ${n}`),e(i);if(!a||this._needsNewFile(a.size))return this._incFile(()=>this.stat(e));this.filename=r,e(null,a.size)})}close(e){this._stream&&this._stream.end(()=>{e&&e(),this.emit("flush"),this.emit("closed")})}_needsNewFile(e){return e=e||this._size,this.maxsize&&e>=this.maxsize}_onError(e){this.emit("error",e)}_setupStream(e){return e.on("error",this._onError),e}_cleanupStream(e){return e.removeListener("error",this._onError),e.destroy(),e}_rotateFile(){this._incFile(()=>this.open())}_endStream(e=()=>{}){this._dest?(this._stream.unpipe(this._dest),this._dest.end(()=>{this._cleanupStream(this._dest),e()})):e()}_createStream(e){let r=V.join(this.dirname,this.filename);pe("create stream start",r,this.options);let n=te.createWriteStream(r,this.options).on("error",i=>pe(i)).on("close",()=>pe("close",n.path,n.bytesWritten)).on("open",()=>{pe("file open ok",r),this.emit("open",r),e.pipe(n),this.rotatedWhileOpening&&(this._stream=new Il,this._stream.setMaxListeners(30),this._rotateFile(),this.rotatedWhileOpening=!1,this._cleanupStream(n),e.end())});return pe("create stream ok",r),n}_incFile(e){pe("_incFile",this.filename);let r=V.extname(this._basename),n=V.basename(this._basename,r),i=[];this.zippedArchive&&i.push(function(a){let s=this._created>0&&!this.tailable?this._created:"";this._compressFile(V.join(this.dirname,`${n}${s}${r}`),V.join(this.dirname,`${n}${s}${r}.gz`),a)}.bind(this)),i.push(function(a){this.tailable?this._checkMaxFilesTailable(r,n,a):(this._created+=1,this._checkMaxFilesIncrementing(r,n,a))}.bind(this)),Dl(i,e)}_getFile(){let e=V.extname(this._basename),r=V.basename(this._basename,e),n=this.rotationFormat?this.rotationFormat():this._created;return!this.tailable&&this._created?`${r}${n}${e}`:`${r}${e}`}_checkMaxFilesIncrementing(e,r,n){if(!this.maxFiles||this._created<this.maxFiles)return setImmediate(n);let i=this._created-this.maxFiles,a=i!==0?i:"",s=this.zippedArchive?".gz":"",o=`${r}${a}${e}${s}`,u=V.join(this.dirname,o);te.unlink(u,n)}_checkMaxFilesTailable(e,r,n){let i=[];if(!this.maxFiles)return;let a=this.zippedArchive?".gz":"";for(let s=this.maxFiles-1;s>1;s--)i.push(function(o,u){let l=`${r}${o-1}${e}${a}`,h=V.join(this.dirname,l);te.exists(h,d=>{if(!d)return u(null);l=`${r}${o}${e}${a}`,te.rename(h,V.join(this.dirname,l),u)})}.bind(this,s));Dl(i,()=>{te.rename(V.join(this.dirname,`${r}${e}${a}`),V.join(this.dirname,`${r}1${e}${a}`),n)})}_compressFile(e,r,n){te.access(e,te.F_OK,i=>{if(i)return n();var a=Lm.createGzip(),s=te.createReadStream(e),o=te.createWriteStream(r);o.on("finish",()=>{te.unlink(e,n)}),s.pipe(a).pipe(o)})}_createLogDirIfNotExist(e){te.existsSync(e)||te.mkdirSync(e,{recursive:!0})}}});var Wl=c((Ty,Hl)=>{"use strict";var Dm=require("http"),Im=require("https"),{Stream:Bm}=Ue(),Gm=ot(),Hm=bt();Hl.exports=class extends Gm{constructor(e={}){super(e),this.options=e,this.name=e.name||"http",this.ssl=!!e.ssl,this.host=e.host||"localhost",this.port=e.port,this.auth=e.auth,this.path=e.path||"",this.agent=e.agent,this.headers=e.headers||{},this.headers["content-type"]="application/json",this.batch=e.batch||!1,this.batchInterval=e.batchInterval||5e3,this.batchCount=e.batchCount||10,this.batchOptions=[],this.batchTimeoutID=-1,this.batchCallback={},this.port||(this.port=this.ssl?443:80)}log(e,r){this._request(e,null,null,(n,i)=>{i&&i.statusCode!==200&&(n=new Error(`Invalid HTTP Status Code: ${i.statusCode}`)),n?this.emit("warn",n):this.emit("logged",e)}),r&&setImmediate(r)}query(e,r){typeof e=="function"&&(r=e,e={}),e={method:"query",params:this.normalizeQuery(e)};let n=e.params.auth||null;delete e.params.auth;let i=e.params.path||null;delete e.params.path,this._request(e,n,i,(a,s,o)=>{if(s&&s.statusCode!==200&&(a=new Error(`Invalid HTTP Status Code: ${s.statusCode}`)),a)return r(a);if(typeof o=="string")try{o=JSON.parse(o)}catch(u){return r(u)}r(null,o)})}stream(e={}){let r=new Bm;e={method:"stream",params:e};let n=e.params.path||null;delete e.params.path;let i=e.params.auth||null;delete e.params.auth;let a="",s=this._request(e,i,n);return r.destroy=()=>s.destroy(),s.on("data",o=>{o=(a+o).split(/\n+/);let u=o.length-1,l=0;for(;l<u;l++)try{r.emit("log",JSON.parse(o[l]))}catch(h){r.emit("error",h)}a=o[u]}),s.on("error",o=>r.emit("error",o)),r}_request(e,r,n,i){e=e||{},r=r||this.auth,n=n||this.path||"",this.batch?this._doBatch(e,i,r,n):this._doRequest(e,i,r,n)}_doBatch(e,r,n,i){if(this.batchOptions.push(e),this.batchOptions.length===1){let a=this;this.batchCallback=r,this.batchTimeoutID=setTimeout(function(){a.batchTimeoutID=-1,a._doBatchRequest(a.batchCallback,n,i)},this.batchInterval)}this.batchOptions.length===this.batchCount&&this._doBatchRequest(this.batchCallback,n,i)}_doBatchRequest(e,r,n){this.batchTimeoutID>0&&(clearTimeout(this.batchTimeoutID),this.batchTimeoutID=-1);let i=this.batchOptions.slice();this.batchOptions=[],this._doRequest(i,e,r,n)}_doRequest(e,r,n,i){let a=Object.assign({},this.headers);n&&n.bearer&&(a.Authorization=`Bearer ${n.bearer}`);let s=(this.ssl?Im:Dm).request({...this.options,method:"POST",host:this.host,port:this.port,path:`/${i.replace(/^\//,"")}`,headers:a,auth:n&&n.username&&n.password?`${n.username}:${n.password}`:"",agent:this.agent});s.on("error",r),s.on("response",o=>o.on("end",()=>r(null,o)).resume()),s.end(Buffer.from(Hm(e,this.options.replacer),"utf8"))}}});var Di=c((qy,Ul)=>{"use strict";var we=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";we.writable=t=>we(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";we.readable=t=>we(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";we.duplex=t=>we.writable(t)&&we.readable(t);we.transform=t=>we.duplex(t)&&typeof t._transform=="function";Ul.exports=we});var Yl=c((Py,zl)=>{"use strict";var Wm=Di(),{MESSAGE:Um}=H(),zm=require("os"),Ym=ot();zl.exports=class extends Ym{constructor(e={}){if(super(e),!e.stream||!Wm(e.stream))throw new Error("options.stream is required.");this._stream=e.stream,this._stream.setMaxListeners(1/0),this.isObjectMode=e.stream._writableState.objectMode,this.eol=typeof e.eol=="string"?e.eol:zm.EOL}log(e,r){if(setImmediate(()=>this.emit("logged",e)),this.isObjectMode){this._stream.write(e),r&&r();return}this._stream.write(`${e[Um]}${this.eol}`),r&&r()}}});var Vl=c(Dt=>{"use strict";Object.defineProperty(Dt,"Console",{configurable:!0,enumerable:!0,get(){return Jo()}});Object.defineProperty(Dt,"File",{configurable:!0,enumerable:!0,get(){return Gl()}});Object.defineProperty(Dt,"Http",{configurable:!0,enumerable:!0,get(){return Wl()}});Object.defineProperty(Dt,"Stream",{configurable:!0,enumerable:!0,get(){return Yl()}})});var Xr=c(It=>{"use strict";var Qr=Dn(),{configs:Ii}=H();It.cli=Qr.levels(Ii.cli);It.npm=Qr.levels(Ii.npm);It.syslog=Qr.levels(Ii.syslog);It.addColors=Qr.levels});var Jl=c((en,Kl)=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});var Vm=Tr(),Km=Ye(Vm),Jm=$r(),Zm=Ye(Jm),Qm=Ei(),Xm=Ye(Qm),e0=bi(),t0=Ye(e0),r0=wi(),n0=Ye(r0),i0=We(),a0=Ye(i0),s0=lt(),o0=Ye(s0);function Ye(t){return t&&t.__esModule?t:{default:t}}function u0(t,e,r){r=(0,t0.default)(r);var n=0,i=0,{length:a}=t,s=!1;a===0&&r(null);function o(u,l){u===!1&&(s=!0),s!==!0&&(u?r(u):(++i===a||l===Zm.default)&&r(null))}for(;n<a;n++)e(t[n],n,(0,n0.default)(o))}function l0(t,e,r){return(0,Xm.default)(t,1/0,e,r)}function f0(t,e,r){var n=(0,Km.default)(t)?u0:l0;return n(t,(0,a0.default)(e),r)}en.default=(0,o0.default)(f0,3);Kl.exports=en.default});var Ql=c((tn,Zl)=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.default=c0;function c0(t){return(e,r,n)=>t(e,n)}Zl.exports=tn.default});var an=c((nn,Xl)=>{"use strict";Object.defineProperty(nn,"__esModule",{value:!0});var h0=Jl(),d0=rn(h0),p0=Ql(),g0=rn(p0),m0=We(),v0=rn(m0),y0=lt(),b0=rn(y0);function rn(t){return t&&t.__esModule?t:{default:t}}function w0(t,e,r){return(0,d0.default)(t,(0,g0.default)((0,v0.default)(e)),r)}nn.default=(0,b0.default)(w0,3);Xl.exports=nn.default});var tf=c((jy,ef)=>{"use strict";var _0=Object.prototype.toString;ef.exports=function(e){if(typeof e.displayName=="string"&&e.constructor.name)return e.displayName;if(typeof e.name=="string"&&e.name)return e.name;if(typeof e=="object"&&e.constructor&&typeof e.constructor.name=="string")return e.constructor.name;var r=e.toString(),n=_0.call(e).slice(8,-1);return n==="Function"?r=r.substring(r.indexOf("(")+1,r.indexOf(")")):r=n,r||"anonymous"}});var Bi=c((Ny,rf)=>{"use strict";var E0=tf();rf.exports=function(e){var r=0,n;function i(){return r||(r=1,n=e.apply(this,arguments),e=null),n}return i.displayName=E0(e),i}});var Gi=c(Gt=>{Gt.get=function(t){var e=Error.stackTraceLimit;Error.stackTraceLimit=1/0;var r={},n=Error.prepareStackTrace;Error.prepareStackTrace=function(a,s){return s},Error.captureStackTrace(r,t||Gt.get);var i=r.stack;return Error.prepareStackTrace=n,Error.stackTraceLimit=e,i};Gt.parse=function(t){if(!t.stack)return[];var e=this,r=t.stack.split(`
|
|
28
|
+
`).slice(1);return r.map(function(n){if(n.match(/^\s*[-]{4,}$/))return e._createParsedCallSite({fileName:n,lineNumber:null,functionName:null,typeName:null,methodName:null,columnNumber:null,native:null});var i=n.match(/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/);if(i){var a=null,s=null,o=null,u=null,l=null,h=i[5]==="native";if(i[1]){o=i[1];var d=o.lastIndexOf(".");if(o[d-1]=="."&&d--,d>0){a=o.substr(0,d),s=o.substr(d+1);var g=a.indexOf(".Module");g>0&&(o=o.substr(g+1),a=a.substr(0,g))}u=null}s&&(u=a,l=s),s==="<anonymous>"&&(l=null,o=null);var v={fileName:i[2]||null,lineNumber:parseInt(i[3],10)||null,functionName:o,typeName:u,methodName:l,columnNumber:parseInt(i[4],10)||null,native:h};return e._createParsedCallSite(v)}}).filter(function(n){return!!n})};function Bt(t){for(var e in t)this[e]=t[e]}var S0=["this","typeName","functionName","methodName","fileName","lineNumber","columnNumber","function","evalOrigin"],x0=["topLevel","eval","native","constructor"];S0.forEach(function(t){Bt.prototype[t]=null,Bt.prototype["get"+t[0].toUpperCase()+t.substr(1)]=function(){return this[t]}});x0.forEach(function(t){Bt.prototype[t]=!1,Bt.prototype["is"+t[0].toUpperCase()+t.substr(1)]=function(){return this[t]}});Gt._createParsedCallSite=function(t){return new Bt(t)}});var af=c(($y,nf)=>{"use strict";var{Writable:M0}=Ue();nf.exports=class extends M0{constructor(e){if(super({objectMode:!0}),!e)throw new Error("ExceptionStream requires a TransportStream instance.");this.handleExceptions=!0,this.transport=e}_write(e,r,n){return e.exception?this.transport.log(e,n):(n(),!0)}}});var Wi=c((Iy,uf)=>{"use strict";var sf=require("os"),O0=an(),Hi=$t()("winston:exception"),R0=Bi(),of=Gi(),T0=af();uf.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle exceptions");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(r=>{if(Array.isArray(r))return r.forEach(n=>this._addHandler(n));this._addHandler(r)}),this.catcher||(this.catcher=this._uncaughtException.bind(this),process.on("uncaughtException",this.catcher))}unhandle(){this.catcher&&(process.removeListener("uncaughtException",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let r=null;return e&&(r=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`uncaughtException: ${r||"(no error message)"}`,e&&e.stack||" No stack trace"].join(`
|
|
29
|
+
`),stack:e&&e.stack,exception:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:sf.loadavg(),uptime:sf.uptime()}}getTrace(e){return(e?of.parse(e):of.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleExceptions=!0;let r=new T0(e);this.handlers.set(e,r),this.logger.pipe(r)}}_uncaughtException(e){let r=this.getAllInfo(e),n=this._getExceptionHandlers(),i=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,a;!n.length&&i&&(console.warn("winston: exitOnError cannot be true with no exception handlers."),console.warn("winston: not exiting process."),i=!1);function s(){Hi("doExit",i),Hi("process._exiting",process._exiting),i&&!process._exiting&&(a&&clearTimeout(a),process.exit(1))}if(!n||n.length===0)return process.nextTick(s);O0(n,(o,u)=>{let l=R0(u),h=o.transport||o;function d(g){return()=>{Hi(g),l()}}h._ending=!0,h.once("finish",d("finished")),h.once("error",d("error"))},()=>i&&s()),this.logger.log(r),i&&(a=setTimeout(s,3e3))}_getExceptionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleExceptions)}}});var ff=c((Gy,lf)=>{"use strict";var{Writable:q0}=Ue();lf.exports=class extends q0{constructor(e){if(super({objectMode:!0}),!e)throw new Error("RejectionStream requires a TransportStream instance.");this.handleRejections=!0,this.transport=e}_write(e,r,n){return e.rejection?this.transport.log(e,n):(n(),!0)}}});var zi=c((Wy,df)=>{"use strict";var cf=require("os"),A0=an(),Ui=$t()("winston:rejection"),P0=Bi(),hf=Gi(),C0=ff();df.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle rejections");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(r=>{if(Array.isArray(r))return r.forEach(n=>this._addHandler(n));this._addHandler(r)}),this.catcher||(this.catcher=this._unhandledRejection.bind(this),process.on("unhandledRejection",this.catcher))}unhandle(){this.catcher&&(process.removeListener("unhandledRejection",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let r=null;return e&&(r=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`unhandledRejection: ${r||"(no error message)"}`,e&&e.stack||" No stack trace"].join(`
|
|
30
|
+
`),stack:e&&e.stack,rejection:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:cf.loadavg(),uptime:cf.uptime()}}getTrace(e){return(e?hf.parse(e):hf.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleRejections=!0;let r=new C0(e);this.handlers.set(e,r),this.logger.pipe(r)}}_unhandledRejection(e){let r=this.getAllInfo(e),n=this._getRejectionHandlers(),i=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,a;!n.length&&i&&(console.warn("winston: exitOnError cannot be true with no rejection handlers."),console.warn("winston: not exiting process."),i=!1);function s(){Ui("doExit",i),Ui("process._exiting",process._exiting),i&&!process._exiting&&(a&&clearTimeout(a),process.exit(1))}if(!n||n.length===0)return process.nextTick(s);A0(n,(o,u)=>{let l=P0(u),h=o.transport||o;function d(g){return()=>{Ui(g),l()}}h._ending=!0,h.once("finish",d("finished")),h.once("error",d("error"))},()=>i&&s()),this.logger.log(r),i&&(a=setTimeout(s,3e3))}_getRejectionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleRejections)}}});var gf=c((Uy,pf)=>{"use strict";var Yi=class{constructor(e){let r=sn();if(typeof e!="object"||Array.isArray(e)||!(e instanceof r))throw new Error("Logger is required for profiling");this.logger=e,this.start=Date.now()}done(...e){typeof e[e.length-1]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),e.pop());let r=typeof e[e.length-1]=="object"?e.pop():{};return r.level=r.level||"info",r.durationMs=Date.now()-this.start,this.logger.write(r)}};pf.exports=Yi});var sn=c((zy,bf)=>{"use strict";var{Stream:L0,Transform:j0}=Ue(),mf=an(),{LEVEL:_e,SPLAT:vf}=H(),yf=Di(),N0=Wi(),F0=zi(),k0=mi(),$0=gf(),{warn:D0}=In(),I0=Xr(),B0=/%[scdjifoO%]/g,on=class extends j0{constructor(e){super({objectMode:!0}),this.configure(e)}child(e){let r=this;return Object.create(r,{write:{value:function(n){let i=Object.assign({},e,n);n instanceof Error&&(i.stack=n.stack,i.message=n.message),r.write(i)}}})}configure({silent:e,format:r,defaultMeta:n,levels:i,level:a="info",exitOnError:s=!0,transports:o,colors:u,emitErrs:l,formatters:h,padLevels:d,rewriters:g,stripColors:v,exceptionHandlers:f,rejectionHandlers:m}={}){if(this.transports.length&&this.clear(),this.silent=e,this.format=r||this.format||jn()(),this.defaultMeta=n||null,this.levels=i||this.levels||I0.npm.levels,this.level=a,this.exceptions&&this.exceptions.unhandle(),this.rejections&&this.rejections.unhandle(),this.exceptions=new N0(this),this.rejections=new F0(this),this.profilers={},this.exitOnError=s,o&&(o=Array.isArray(o)?o:[o],o.forEach(E=>this.add(E))),u||l||h||d||g||v)throw new Error(["{ colors, emitErrs, formatters, padLevels, rewriters, stripColors } were removed in winston@3.0.0.","Use a custom winston.format(function) instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
|
|
31
|
+
`));f&&this.exceptions.handle(f),m&&this.rejections.handle(m)}isLevelEnabled(e){let r=Vi(this.levels,e);if(r===null)return!1;let n=Vi(this.levels,this.level);return n===null?!1:!this.transports||this.transports.length===0?n>=r:this.transports.findIndex(a=>{let s=Vi(this.levels,a.level);return s===null&&(s=n),s>=r})!==-1}log(e,r,...n){if(arguments.length===1)return e[_e]=e.level,this._addDefaultMeta(e),this.write(e),this;if(arguments.length===2)return r&&typeof r=="object"?(r[_e]=r.level=e,this._addDefaultMeta(r),this.write(r),this):(r={[_e]:e,level:e,message:r},this._addDefaultMeta(r),this.write(r),this);let[i]=n;if(typeof i=="object"&&i!==null&&!(r&&r.match&&r.match(B0))){let s=Object.assign({},this.defaultMeta,i,{[_e]:e,[vf]:n,level:e,message:r});return i.message&&(s.message=`${s.message} ${i.message}`),i.stack&&(s.stack=i.stack),this.write(s),this}return this.write(Object.assign({},this.defaultMeta,{[_e]:e,[vf]:n,level:e,message:r})),this}_transform(e,r,n){if(this.silent)return n();e[_e]||(e[_e]=e.level),!this.levels[e[_e]]&&this.levels[e[_e]]!==0&&console.error("[winston] Unknown logger level: %s",e[_e]),this._readableState.pipes||console.error("[winston] Attempt to write logs with no transports, which can increase memory usage: %j",e);try{this.push(this.format.transform(e,this.format.options))}finally{this._writableState.sync=!1,n()}}_final(e){let r=this.transports.slice();mf(r,(n,i)=>{if(!n||n.finished)return setImmediate(i);n.once("finish",i),n.end()},e)}add(e){let r=!yf(e)||e.log.length>2?new k0({transport:e}):e;if(!r._writableState||!r._writableState.objectMode)throw new Error("Transports must WritableStreams in objectMode. Set { objectMode: true }.");return this._onEvent("error",r),this._onEvent("warn",r),this.pipe(r),e.handleExceptions&&this.exceptions.handle(),e.handleRejections&&this.rejections.handle(),this}remove(e){if(!e)return this;let r=e;return(!yf(e)||e.log.length>2)&&(r=this.transports.filter(n=>n.transport===e)[0]),r&&this.unpipe(r),this}clear(){return this.unpipe(),this}close(){return this.exceptions.unhandle(),this.rejections.unhandle(),this.clear(),this.emit("close"),this}setLevels(){D0.deprecated("setLevels")}query(e,r){typeof e=="function"&&(r=e,e={}),e=e||{};let n={},i=Object.assign({},e.query||{});function a(o,u){e.query&&typeof o.formatQuery=="function"&&(e.query=o.formatQuery(i)),o.query(e,(l,h)=>{if(l)return u(l);typeof o.formatResults=="function"&&(h=o.formatResults(h,e.format)),u(null,h)})}function s(o,u){a(o,(l,h)=>{u&&(h=l||h,h&&(n[o.name]=h),u()),u=null})}mf(this.transports.filter(o=>!!o.query),s,()=>r(null,n))}stream(e={}){let r=new L0,n=[];return r._streams=n,r.destroy=()=>{let i=n.length;for(;i--;)n[i].destroy()},this.transports.filter(i=>!!i.stream).forEach(i=>{let a=i.stream(e);a&&(n.push(a),a.on("log",s=>{s.transport=s.transport||[],s.transport.push(i.name),r.emit("log",s)}),a.on("error",s=>{s.transport=s.transport||[],s.transport.push(i.name),r.emit("error",s)}))}),r}startTimer(){return new $0(this)}profile(e,...r){let n=Date.now();if(this.profilers[e]){let i=this.profilers[e];delete this.profilers[e],typeof r[r.length-2]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),r.pop());let a=typeof r[r.length-1]=="object"?r.pop():{};return a.level=a.level||"info",a.durationMs=n-i,a.message=a.message||e,this.write(a)}return this.profilers[e]=n,this}handleExceptions(...e){console.warn("Deprecated: .handleExceptions() will be removed in winston@4. Use .exceptions.handle()"),this.exceptions.handle(...e)}unhandleExceptions(...e){console.warn("Deprecated: .unhandleExceptions() will be removed in winston@4. Use .exceptions.unhandle()"),this.exceptions.unhandle(...e)}cli(){throw new Error(["Logger.cli() was removed in winston@3.0.0","Use a custom winston.formats.cli() instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
|
|
32
|
+
`))}_onEvent(e,r){function n(i){e==="error"&&!this.transports.includes(r)&&this.add(r),this.emit(e,i,r)}r["__winston"+e]||(r["__winston"+e]=n.bind(this),r.on(e,r["__winston"+e]))}_addDefaultMeta(e){this.defaultMeta&&Object.assign(e,this.defaultMeta)}};function Vi(t,e){let r=t[e];return!r&&r!==0?null:r}Object.defineProperty(on.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:t}=this._readableState;return Array.isArray(t)?t:[t].filter(Boolean)}});bf.exports=on});var Ki=c((Yy,wf)=>{"use strict";var{LEVEL:G0}=H(),H0=Xr(),W0=sn(),U0=$t()("winston:create-logger");function z0(t){return"is"+t.charAt(0).toUpperCase()+t.slice(1)+"Enabled"}wf.exports=function(t={}){t.levels=t.levels||H0.npm.levels;class e extends W0{constructor(i){super(i)}}let r=new e(t);return Object.keys(t.levels).forEach(function(n){if(U0('Define prototype method for "%s"',n),n==="log"){console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.');return}e.prototype[n]=function(...i){let a=this||r;if(i.length===1){let[s]=i,o=s&&s.message&&s||{message:s};return o.level=o[G0]=n,a._addDefaultMeta(o),a.write(o),this||r}return i.length===0?(a.log(n,""),a):a.log(n,...i)},e.prototype[z0(n)]=function(){return(this||r).isLevelEnabled(n)}}),r}});var Ef=c((Ky,_f)=>{"use strict";var Y0=Ki();_f.exports=class{constructor(e={}){this.loggers=new Map,this.options=e}add(e,r){if(!this.loggers.has(e)){r=Object.assign({},r||this.options);let n=r.transports||this.options.transports;n?r.transports=Array.isArray(n)?n.slice():[n]:r.transports=[];let i=Y0(r);i.on("close",()=>this._delete(e)),this.loggers.set(e,i)}return this.loggers.get(e)}get(e,r){return this.add(e,r)}has(e){return!!this.loggers.has(e)}close(e){if(e)return this._removeLogger(e);this.loggers.forEach((r,n)=>this._removeLogger(n))}_removeLogger(e){if(!this.loggers.has(e))return;this.loggers.get(e).close(),this._delete(e)}_delete(e){this.loggers.delete(e)}}});var xf=c(N=>{"use strict";var Sf=Dn(),{warn:Ht}=In();N.version=Ys().version;N.transports=Vl();N.config=Xr();N.addColors=Sf.levels;N.format=Sf.format;N.createLogger=Ki();N.Logger=sn();N.ExceptionHandler=Wi();N.RejectionHandler=zi();N.Container=Ef();N.Transport=ot();N.loggers=new N.Container;var Ee=N.createLogger();Object.keys(N.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(t=>N[t]=(...e)=>Ee[t](...e));Object.defineProperty(N,"level",{get(){return Ee.level},set(t){Ee.level=t}});Object.defineProperty(N,"exceptions",{get(){return Ee.exceptions}});Object.defineProperty(N,"rejections",{get(){return Ee.rejections}});["exitOnError"].forEach(t=>{Object.defineProperty(N,t,{get(){return Ee[t]},set(e){Ee[t]=e}})});Object.defineProperty(N,"default",{get(){return{exceptionHandlers:Ee.exceptionHandlers,rejectionHandlers:Ee.rejectionHandlers,transports:Ee.transports}}});Ht.deprecated(N,"setLevels");Ht.forFunctions(N,"useFormat",["cli"]);Ht.forProperties(N,"useFormat",["padLevels","stripColors"]);Ht.forFunctions(N,"deprecated",["addRewriter","addFilter","clone","extend"]);Ht.forProperties(N,"deprecated",["emitErrs","levelLength"])});var Pf=c((Wt,Af)=>{"use strict";Object.defineProperty(Wt,"__esModule",{value:!0});Wt.default=void 0;var J0={printWidth:100,tabWidth:2,semi:!0,singleQuote:!0,trailingComma:"es5",bracketSpacing:!0,bracketSameLine:!1,arrowParens:"avoid",plugins:["@trivago/prettier-plugin-sort-imports","prettier-plugin-sh","prettier-plugin-pkg","prettier-plugin-toml","prettier-plugin-nginx"],overrides:[{files:["*.toml.template"],options:{parser:"toml"}},{files:["*.nginxconf","nginx*.conf","nginx*.conf.template"],options:{parser:"nginx"}},{files:[".env",".env.*"],options:{parser:"sh"}}],importOrder:["(^react(.*)|^next(.*))$","<THIRD_PARTY_MODULES>","^[./]"],importOrderSeparation:!0,importOrderSortSpecifiers:!0,importOrderParserPlugins:["typescript","jsx","decorators-legacy"]},nb=Wt.default=J0;Af.exports=Wt.default});var jf=c((hb,Lf)=>{Lf.exports=function(t,e){for(var r=[],n=0;n<t.length;n++){var i=e(t[n],n);tv(i)?r.push.apply(r,i):r.push(i)}return r};var tv=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"}});var Df=c((db,$f)=>{"use strict";$f.exports=Ff;function Ff(t,e,r){t instanceof RegExp&&(t=Nf(t,r)),e instanceof RegExp&&(e=Nf(e,r));var n=kf(t,e,r);return n&&{start:n[0],end:n[1],pre:r.slice(0,n[0]),body:r.slice(n[0]+t.length,n[1]),post:r.slice(n[1]+e.length)}}function Nf(t,e){var r=e.match(t);return r?r[0]:null}Ff.range=kf;function kf(t,e,r){var n,i,a,s,o,u=r.indexOf(t),l=r.indexOf(e,u+1),h=u;if(u>=0&&l>0){if(t===e)return[u,l];for(n=[],a=r.length;h>=0&&!o;)h==u?(n.push(h),u=r.indexOf(t,h+1)):n.length==1?o=[n.pop(),l]:(i=n.pop(),i<a&&(a=i,s=l),l=r.indexOf(e,h+1)),h=u<l&&u>=0?u:l;n.length&&(o=[a,s])}return o}});var Yf=c((pb,zf)=>{var rv=jf(),If=Df();zf.exports=av;var Bf="\0SLASH"+Math.random()+"\0",Gf="\0OPEN"+Math.random()+"\0",ta="\0CLOSE"+Math.random()+"\0",Hf="\0COMMA"+Math.random()+"\0",Wf="\0PERIOD"+Math.random()+"\0";function ea(t){return parseInt(t,10)==t?parseInt(t,10):t.charCodeAt(0)}function nv(t){return t.split("\\\\").join(Bf).split("\\{").join(Gf).split("\\}").join(ta).split("\\,").join(Hf).split("\\.").join(Wf)}function iv(t){return t.split(Bf).join("\\").split(Gf).join("{").split(ta).join("}").split(Hf).join(",").split(Wf).join(".")}function Uf(t){if(!t)return[""];var e=[],r=If("{","}",t);if(!r)return t.split(",");var n=r.pre,i=r.body,a=r.post,s=n.split(",");s[s.length-1]+="{"+i+"}";var o=Uf(a);return a.length&&(s[s.length-1]+=o.shift(),s.push.apply(s,o)),e.push.apply(e,s),e}function av(t){return t?(t.substr(0,2)==="{}"&&(t="\\{\\}"+t.substr(2)),ht(nv(t),!0).map(iv)):[]}function sv(t){return"{"+t+"}"}function ov(t){return/^-?0\d/.test(t)}function uv(t,e){return t<=e}function lv(t,e){return t>=e}function ht(t,e){var r=[],n=If("{","}",t);if(!n||/\$$/.test(n.pre))return[t];var i=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),a=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),s=i||a,o=n.body.indexOf(",")>=0;if(!s&&!o)return n.post.match(/,.*\}/)?(t=n.pre+"{"+n.body+ta+n.post,ht(t)):[t];var u;if(s)u=n.body.split(/\.\./);else if(u=Uf(n.body),u.length===1&&(u=ht(u[0],!1).map(sv),u.length===1)){var h=n.post.length?ht(n.post,!1):[""];return h.map(function(B){return n.pre+u[0]+B})}var l=n.pre,h=n.post.length?ht(n.post,!1):[""],d;if(s){var g=ea(u[0]),v=ea(u[1]),f=Math.max(u[0].length,u[1].length),m=u.length==3?Math.abs(ea(u[2])):1,E=uv,y=v<g;y&&(m*=-1,E=lv);var _=u.some(ov);d=[];for(var b=g;E(b,v);b+=m){var w;if(a)w=String.fromCharCode(b),w==="\\"&&(w="");else if(w=String(b),_){var A=f-w.length;if(A>0){var L=new Array(A+1).join("0");b<0?w="-"+L+w.slice(1):w=L+w}}d.push(w)}}else d=rv(u,function($){return ht($,!1)});for(var R=0;R<d.length;R++)for(var P=0;P<h.length;P++){var O=l+d[R]+h[P];(!e||s||O)&&r.push(O)}return r}});var ia=c((gb,Qf)=>{Qf.exports=ae;ae.Minimatch=W;var Ut=function(){try{return require("path")}catch{}}()||{sep:"/"};ae.sep=Ut.sep;var Ve=ae.GLOBSTAR=W.GLOBSTAR={},fv=Yf(),Vf={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}},ra="[^/]",na=ra+"*?",cv="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",hv="(?:(?!(?:\\/|^)\\.).)*?",Kf=dv("().*{}+?[]^$\\!");function dv(t){return t.split("").reduce(function(e,r){return e[r]=!0,e},{})}var Jf=/\/+/;ae.filter=pv;function pv(t,e){return e=e||{},function(r,n,i){return ae(r,t,e)}}function je(t,e){e=e||{};var r={};return Object.keys(t).forEach(function(n){r[n]=t[n]}),Object.keys(e).forEach(function(n){r[n]=e[n]}),r}ae.defaults=function(t){if(!t||typeof t!="object"||!Object.keys(t).length)return ae;var e=ae,r=function(i,a,s){return e(i,a,je(t,s))};return r.Minimatch=function(i,a){return new e.Minimatch(i,je(t,a))},r.Minimatch.defaults=function(i){return e.defaults(je(t,i)).Minimatch},r.filter=function(i,a){return e.filter(i,je(t,a))},r.defaults=function(i){return e.defaults(je(t,i))},r.makeRe=function(i,a){return e.makeRe(i,je(t,a))},r.braceExpand=function(i,a){return e.braceExpand(i,je(t,a))},r.match=function(n,i,a){return e.match(n,i,je(t,a))},r};W.defaults=function(t){return ae.defaults(t).Minimatch};function ae(t,e,r){return fn(e),r||(r={}),!r.nocomment&&e.charAt(0)==="#"?!1:new W(e,r).match(t)}function W(t,e){if(!(this instanceof W))return new W(t,e);fn(t),e||(e={}),t=t.trim(),!e.allowWindowsEscape&&Ut.sep!=="/"&&(t=t.split(Ut.sep).join("/")),this.options=e,this.maxGlobstarRecursion=e.maxGlobstarRecursion!==void 0?e.maxGlobstarRecursion:200,this.set=[],this.pattern=t,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.partial=!!e.partial,this.make()}W.prototype.debug=function(){};W.prototype.make=gv;function gv(){var t=this.pattern,e=this.options;if(!e.nocomment&&t.charAt(0)==="#"){this.comment=!0;return}if(!t){this.empty=!0;return}this.parseNegate();var r=this.globSet=this.braceExpand();e.debug&&(this.debug=function(){console.error.apply(console,arguments)}),this.debug(this.pattern,r),r=this.globParts=r.map(function(n){return n.split(Jf)}),this.debug(this.pattern,r),r=r.map(function(n,i,a){return n.map(this.parse,this)},this),this.debug(this.pattern,r),r=r.filter(function(n){return n.indexOf(!1)===-1}),this.debug(this.pattern,r),this.set=r}W.prototype.parseNegate=mv;function mv(){var t=this.pattern,e=!1,r=this.options,n=0;if(!r.nonegate){for(var i=0,a=t.length;i<a&&t.charAt(i)==="!";i++)e=!e,n++;n&&(this.pattern=t.substr(n)),this.negate=e}}ae.braceExpand=function(t,e){return Zf(t,e)};W.prototype.braceExpand=Zf;function Zf(t,e){return e||(this instanceof W?e=this.options:e={}),t=typeof t>"u"?this.pattern:t,fn(t),e.nobrace||!/\{(?:(?!\{).)*\}/.test(t)?[t]:fv(t)}var vv=1024*64,fn=function(t){if(typeof t!="string")throw new TypeError("invalid pattern");if(t.length>vv)throw new TypeError("pattern is too long")};W.prototype.parse=yv;var ln={};function yv(t,e){fn(t);var r=this.options;if(t==="**")if(r.noglobstar)t="*";else return Ve;if(t==="")return"";var n="",i=!!r.nocase,a=!1,s=[],o=[],u,l=!1,h=-1,d=-1,g=t.charAt(0)==="."?"":r.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",v=this;function f(){if(u){switch(u){case"*":n+=na,i=!0;break;case"?":n+=ra,i=!0;break;default:n+="\\"+u;break}v.debug("clearStateChar %j %j",u,n),u=!1}}for(var m=0,E=t.length,y;m<E&&(y=t.charAt(m));m++){if(this.debug("%s %s %s %j",t,m,n,y),a&&Kf[y]){n+="\\"+y,a=!1;continue}switch(y){case"/":return!1;case"\\":f(),a=!0;continue;case"?":case"*":case"+":case"@":case"!":if(this.debug("%s %s %s %j <-- stateChar",t,m,n,y),l){this.debug(" in class"),y==="!"&&m===d+1&&(y="^"),n+=y;continue}if(y==="*"&&u==="*")continue;v.debug("call clearStateChar %j",u),f(),u=y,r.noext&&f();continue;case"(":if(l){n+="(";continue}if(!u){n+="\\(";continue}s.push({type:u,start:m-1,reStart:n.length,open:Vf[u].open,close:Vf[u].close}),n+=u==="!"?"(?:(?!(?:":"(?:",this.debug("plType %j %j",u,n),u=!1;continue;case")":if(l||!s.length){n+="\\)";continue}f(),i=!0;var _=s.pop();n+=_.close,_.type==="!"&&o.push(_),_.reEnd=n.length;continue;case"|":if(l||!s.length||a){n+="\\|",a=!1;continue}f(),n+="|";continue;case"[":if(f(),l){n+="\\"+y;continue}l=!0,d=m,h=n.length,n+=y;continue;case"]":if(m===d+1||!l){n+="\\"+y,a=!1;continue}var b=t.substring(d+1,m);try{RegExp("["+b+"]")}catch{var w=this.parse(b,ln);n=n.substr(0,h)+"\\["+w[0]+"\\]",i=i||w[1],l=!1;continue}i=!0,l=!1,n+=y;continue;default:f(),a?a=!1:Kf[y]&&!(y==="^"&&l)&&(n+="\\"),n+=y}}for(l&&(b=t.substr(d+1),w=this.parse(b,ln),n=n.substr(0,h)+"\\["+w[0],i=i||w[1]),_=s.pop();_;_=s.pop()){var A=n.slice(_.reStart+_.open.length);this.debug("setting tail",n,_),A=A.replace(/((?:\\{2}){0,64})(\\?)\|/g,function(M,re,le){return le||(le="\\"),re+re+le+"|"}),this.debug(`tail=%j
|
|
33
|
+
%s`,A,A,_,n);var L=_.type==="*"?na:_.type==="?"?ra:"\\"+_.type;i=!0,n=n.slice(0,_.reStart)+L+"\\("+A}f(),a&&(n+="\\\\");var R=!1;switch(n.charAt(0)){case"[":case".":case"(":R=!0}for(var P=o.length-1;P>-1;P--){var O=o[P],$=n.slice(0,O.reStart),B=n.slice(O.reStart,O.reEnd-8),G=n.slice(O.reEnd-8,O.reEnd),U=n.slice(O.reEnd);G+=U;var Z=$.split("(").length-1,me=U;for(m=0;m<Z;m++)me=me.replace(/\)[+*?]?/,"");U=me;var p="";U===""&&e!==ln&&(p="$");var S=$+B+U+p+G;n=S}if(n!==""&&i&&(n="(?=.)"+n),R&&(n=g+n),e===ln)return[n,i];if(!i)return wv(t);var j=r.nocase?"i":"";try{var Y=new RegExp("^"+n+"$",j)}catch{return new RegExp("$.")}return Y._glob=t,Y._src=n,Y}ae.makeRe=function(t,e){return new W(t,e||{}).makeRe()};W.prototype.makeRe=bv;function bv(){if(this.regexp||this.regexp===!1)return this.regexp;var t=this.set;if(!t.length)return this.regexp=!1,this.regexp;var e=this.options,r=e.noglobstar?na:e.dot?cv:hv,n=e.nocase?"i":"",i=t.map(function(a){return a.map(function(s){return s===Ve?r:typeof s=="string"?_v(s):s._src}).join("\\/")}).join("|");i="^(?:"+i+")$",this.negate&&(i="^(?!"+i+").*$");try{this.regexp=new RegExp(i,n)}catch{this.regexp=!1}return this.regexp}ae.match=function(t,e,r){r=r||{};var n=new W(e,r);return t=t.filter(function(i){return n.match(i)}),n.options.nonull&&!t.length&&t.push(e),t};W.prototype.match=function(e,r){if(typeof r>"u"&&(r=this.partial),this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;var n=this.options;Ut.sep!=="/"&&(e=e.split(Ut.sep).join("/")),e=e.split(Jf),this.debug(this.pattern,"split",e);var i=this.set;this.debug(this.pattern,"set",i);var a,s;for(s=e.length-1;s>=0&&(a=e[s],!a);s--);for(s=0;s<i.length;s++){var o=i[s],u=e;n.matchBase&&o.length===1&&(u=[a]);var l=this.matchOne(u,o,r);if(l)return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate};W.prototype.matchOne=function(t,e,r){return e.indexOf(Ve)!==-1?this._matchGlobstar(t,e,r,0,0):this._matchOne(t,e,r,0,0)};W.prototype._matchGlobstar=function(t,e,r,n,i){var a,s=-1;for(a=i;a<e.length;a++)if(e[a]===Ve){s=a;break}var o=-1;for(a=e.length-1;a>=0;a--)if(e[a]===Ve){o=a;break}var u=e.slice(i,s),l=r?e.slice(s+1):e.slice(s+1,o),h=r?[]:e.slice(o+1);if(u.length){var d=t.slice(n,n+u.length);if(!this._matchOne(d,u,r,0,0))return!1;n+=u.length}var g=0;if(h.length){if(h.length+n>t.length)return!1;var v=t.length-h.length;if(this._matchOne(t,h,r,v,0))g=h.length;else{if(t[t.length-1]!==""||n+h.length===t.length||(v--,!this._matchOne(t,h,r,v,0)))return!1;g=h.length+1}}if(!l.length){var f=!!g;for(a=n;a<t.length-g;a++){var m=String(t[a]);if(f=!0,m==="."||m===".."||!this.options.dot&&m.charAt(0)===".")return!1}return r||f}for(var E=[[[],0]],y=E[0],_=0,b=[0],w=0;w<l.length;w++){var A=l[w];A===Ve?(b.push(_),y=[[],0],E.push(y)):(y[0].push(A),_++)}for(var L=E.length-1,R=t.length-g,P=0;P<E.length;P++)E[P][1]=R-(b[L--]+E[P][0].length);return!!this._matchGlobStarBodySections(t,E,n,0,r,0,!!g)};W.prototype._matchGlobStarBodySections=function(t,e,r,n,i,a,s){var o=e[n];if(!o){for(var u=r;u<t.length;u++){s=!0;var l=t[u];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1}return s}for(var h=o[0],d=o[1];r<=d;){var g=this._matchOne(t.slice(0,r+h.length),h,i,r,0);if(g&&a<this.maxGlobstarRecursion){var v=this._matchGlobStarBodySections(t,e,r+h.length,n+1,i,a+1,s);if(v!==!1)return v}var l=t[r];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1;r++}return i||null};W.prototype._matchOne=function(t,e,r,n,i){var a,s,o,u;for(a=n,s=i,o=t.length,u=e.length;a<o&&s<u;a++,s++){this.debug("matchOne loop");var l=e[s],h=t[a];if(this.debug(e,l,h),l===!1||l===Ve)return!1;var d;if(typeof l=="string"?(d=h===l,this.debug("string match",l,h,d)):(d=h.match(l),this.debug("pattern match",l,h,d)),!d)return!1}if(a===o&&s===u)return!0;if(a===o)return r;if(s===u)return a===o-1&&t[a]==="";throw new Error("wtf?")};function wv(t){return t.replace(/\\(.)/g,"$1")}function _v(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}});var ec=c((mb,Xf)=>{"use strict";var Ev=ia();Xf.exports=function(){function t(e){this.matchers=e.map(function(r){return typeof r=="string"?new Ev.Minimatch(r):r})}return t.prototype.match=function(e){for(var r=0;r<this.matchers.length;r++)if(this.matchers[r].match(e))return!0;return!1},t.prototype.mayContain=function(e){for(var r=e.split(/\/|\\/g).filter(Boolean),n=0;n<this.matchers.length;n++)for(var i=this.matchers[n],a=0;a<i.set.length;a++)if(i.matchOne(r,i.set[a],!0))return!0;return!1},t}()});var nc=c((vb,rc)=>{"use strict";var tc=require("path");rc.exports=function(e){return tc.sep!=="/"?e.split(tc.sep).join("/"):e}});var oa=c((yb,uc)=>{"use strict";var sc=require("fs"),ic=ec(),Sv=nc(),xv=require("path"),Mv=ia();function zt(t,e){let r=oc(e),n;return r.includeBasePath?n=function(i){return i.basePath.split(xv.sep).join("/").replace(/\/+$/,"")+"/"+i.relativePath}:n=function(i){return i.relativePath},sa(t,r,null,[]).map(n)}function Ov(t,e=sc){try{return e.statSync(t)}catch(r){if(r!==null&&typeof r=="object"&&(r.code==="ENOENT"||r.code==="ENOTDIR"||r.code==="EPERM"))return;throw r}}(function(t){function e(n,i){let a=oc(i);return sa(Sv(n),a,null,[])}t.entries=e;class r{constructor(i,a,s,o,u){this.relativePath=i,this.basePath=a,this.mode=s,this.size=o,this.mtime=u}get fullPath(){return`${this.basePath}/${this.relativePath}`}isDirectory(){return(this.mode&61440)===16384}}t.Entry=r})(zt||(zt={}));function aa(t){return typeof t<"u"}function oc(t){let e={};return Array.isArray(t)?e.globs=t:t&&(e=t),e}function ac(t,e){return t?.map(r=>typeof r=="string"?new Mv.Minimatch(r,e):r)}function Rv(t){return t==null?"":t.slice(-1)!=="/"?t+"/":t}function Tv(t,e){let r=t.relativePath,n=e.relativePath;return r===n?0:r<n?-1:1}function sa(t,e,r,n){var i;let a=(i=e.fs)!==null&&i!==void 0?i:sc,s=Rv(r),o=a.realpathSync(t+"/"+s);if(n.indexOf(o)>=0)return[];n.push(o);try{let u=e.globOptions,l=aa(u)?ac(e.ignore,u):e.ignore,h=aa(u)?ac(e.globs,u):e.globs,d,g,v=[];if(l&&(g=new ic(l)),h&&(d=new ic(h)),d&&!d.mayContain(s))return v;let E=a.readdirSync(t+"/"+s).map(y=>{let _=s+y;if(g&&g.match(_))return;let b=t+"/"+_,w=Ov(b,a);return w&&w.isDirectory()?new zt.Entry(_+"/",t,w.mode,w.size,w.mtime.getTime()):new zt.Entry(_,t,w&&w.mode||0,w&&w.size||0,w&&w.mtime.getTime()||0)}).filter(aa).sort(Tv);for(let y=0;y<E.length;++y){let _=E[y];_.isDirectory()?(e.directories!==!1&&(!d||d.match(_.relativePath))&&v.push(_),v=v.concat(sa(t,e,_.relativePath,n))):(!d||d.match(_.relativePath))&&v.push(_)}return v}finally{n.pop()}}uc.exports=zt});var Tf=require("child_process"),qf=require("fs");var pa=(t=0)=>e=>`\x1B[${e+t}m`,ga=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,ma=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,F={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]}},Nv=Object.keys(F.modifier),bc=Object.keys(F.color),wc=Object.keys(F.bgColor),Fv=[...bc,...wc];function _c(){let t=new Map;for(let[e,r]of Object.entries(F)){for(let[n,i]of Object.entries(r))F[n]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},r[n]=F[n],t.set(i[0],i[1]);Object.defineProperty(F,e,{value:r,enumerable:!1})}return Object.defineProperty(F,"codes",{value:t,enumerable:!1}),F.color.close="\x1B[39m",F.bgColor.close="\x1B[49m",F.color.ansi=pa(),F.color.ansi256=ga(),F.color.ansi16m=ma(),F.bgColor.ansi=pa(10),F.bgColor.ansi256=ga(10),F.bgColor.ansi16m=ma(10),Object.defineProperties(F,{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(a=>a+a).join(""));let i=Number.parseInt(n,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:e=>F.rgbToAnsi256(...F.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 o=e%36;r=Math.floor(e/36)/5,n=Math.floor(o/6)/5,i=o%6/5}let a=Math.max(r,n,i)*2;if(a===0)return 30;let s=30+(Math.round(i)<<2|Math.round(n)<<1|Math.round(r));return a===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(e,r,n)=>F.ansi256ToAnsi(F.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>F.ansi256ToAnsi(F.hexToAnsi256(e)),enumerable:!1}}),F}var Ec=_c(),ce=Ec;var Qt=ve(require("node:process"),1),ya=ve(require("node:os"),1),hn=ve(require("node:tty"),1);function se(t,e=globalThis.Deno?globalThis.Deno.args:Qt.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:k}=Qt.default,Zt;se("no-color")||se("no-colors")||se("color=false")||se("color=never")?Zt=0:(se("color")||se("colors")||se("color=true")||se("color=always"))&&(Zt=1);function Sc(){if("FORCE_COLOR"in k)return k.FORCE_COLOR==="true"?1:k.FORCE_COLOR==="false"?0:k.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(k.FORCE_COLOR,10),3)}function xc(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function Mc(t,{streamIsTTY:e,sniffFlags:r=!0}={}){let n=Sc();n!==void 0&&(Zt=n);let i=r?Zt:n;if(i===0)return 0;if(r){if(se("color=16m")||se("color=full")||se("color=truecolor"))return 3;if(se("color=256"))return 2}if("TF_BUILD"in k&&"AGENT_NAME"in k)return 1;if(t&&!e&&i===void 0)return 0;let a=i||0;if(k.TERM==="dumb")return a;if(Qt.default.platform==="win32"){let s=ya.default.release().split(".");return Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in k)return"GITHUB_ACTIONS"in k||"GITEA_ACTIONS"in k?3:["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(s=>s in k)||k.CI_NAME==="codeship"?1:a;if("TEAMCITY_VERSION"in k)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(k.TEAMCITY_VERSION)?1:0;if(k.COLORTERM==="truecolor"||k.TERM==="xterm-kitty")return 3;if("TERM_PROGRAM"in k){let s=Number.parseInt((k.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(k.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(k.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(k.TERM)||"COLORTERM"in k?1:a}function va(t,e={}){let r=Mc(t,{streamIsTTY:t&&t.isTTY,...e});return xc(r)}var Oc={stdout:va({isTTY:hn.default.isatty(1)}),stderr:va({isTTY:hn.default.isatty(2)})},ba=Oc;function wa(t,e,r){let n=t.indexOf(e);if(n===-1)return t;let i=e.length,a=0,s="";do s+=t.slice(a,n)+e+r,a=n+i,n=t.indexOf(e,a);while(n!==-1);return s+=t.slice(a),s}function _a(t,e,r,n){let i=0,a="";do{let s=t[n-1]==="\r";a+=t.slice(i,s?n-1:n)+e+(s?`\r
|
|
34
|
+
`:`
|
|
35
|
+
`)+r,i=n+1,n=t.indexOf(`
|
|
36
|
+
`,i)}while(n!==-1);return a+=t.slice(i),a}var{stdout:Ea,stderr:Sa}=ba,dn=Symbol("GENERATOR"),Je=Symbol("STYLER"),gt=Symbol("IS_EMPTY"),xa=["ansi","ansi","ansi256","ansi16m"],Ze=Object.create(null),Rc=(t,e={})=>{if(e.level&&!(Number.isInteger(e.level)&&e.level>=0&&e.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let r=Ea?Ea.level:0;t.level=e.level===void 0?r:e.level},Xt=class{constructor(e){return Ma(e)}},Ma=t=>{let e=(...r)=>r.join(" ");return Rc(e,t),Object.setPrototypeOf(e,mt.prototype),e};function mt(t){return Ma(t)}Object.setPrototypeOf(mt.prototype,Function.prototype);for(let[t,e]of Object.entries(ce))Ze[t]={get(){let r=er(this,gn(e.open,e.close,this[Je]),this[gt]);return Object.defineProperty(this,t,{value:r}),r}};Ze.visible={get(){let t=er(this,this[Je],!0);return Object.defineProperty(this,"visible",{value:t}),t}};var pn=(t,e,r,...n)=>t==="rgb"?e==="ansi16m"?ce[r].ansi16m(...n):e==="ansi256"?ce[r].ansi256(ce.rgbToAnsi256(...n)):ce[r].ansi(ce.rgbToAnsi(...n)):t==="hex"?pn("rgb",e,r,...ce.hexToRgb(...n)):ce[r][t](...n),Tc=["rgb","hex","ansi256"];for(let t of Tc){Ze[t]={get(){let{level:r}=this;return function(...n){let i=gn(pn(t,xa[r],"color",...n),ce.color.close,this[Je]);return er(this,i,this[gt])}}};let e="bg"+t[0].toUpperCase()+t.slice(1);Ze[e]={get(){let{level:r}=this;return function(...n){let i=gn(pn(t,xa[r],"bgColor",...n),ce.bgColor.close,this[Je]);return er(this,i,this[gt])}}}}var qc=Object.defineProperties(()=>{},{...Ze,level:{enumerable:!0,get(){return this[dn].level},set(t){this[dn].level=t}}}),gn=(t,e,r)=>{let n,i;return r===void 0?(n=t,i=e):(n=r.openAll+t,i=e+r.closeAll),{open:t,close:e,openAll:n,closeAll:i,parent:r}},er=(t,e,r)=>{let n=(...i)=>Ac(n,i.length===1?""+i[0]:i.join(" "));return Object.setPrototypeOf(n,qc),n[dn]=t,n[Je]=e,n[gt]=r,n},Ac=(t,e)=>{if(t.level<=0||!e)return t[gt]?"":e;let r=t[Je];if(r===void 0)return e;let{openAll:n,closeAll:i}=r;if(e.includes("\x1B"))for(;r!==void 0;)e=wa(e,r.close,r.open),r=r.parent;let a=e.indexOf(`
|
|
37
|
+
`);return a!==-1&&(e=_a(e,i,n,a)),n+e+i};Object.defineProperties(mt.prototype,Ze);var Hv=mt(),Wv=mt({level:Sa?Sa.level:0});var ge=ve(xf());var Mf=["error","warn","info","debug"],un={solidWhiteTerminal:"#ffffff",thunderbirdRedTerminal:"#d21313",funGreenTerminal:"#00801f",flushOrangeTerminal:"#ff8600"},Of={error:un.thunderbirdRedTerminal,warn:un.flushOrangeTerminal,info:un.funGreenTerminal,debug:un.solidWhiteTerminal};var V0=2,K0=new Xt({level:V0}),Rf="YYYY-MM-DD HH:mm:ss",Ji=class{constructor(e){let r={},n={};for(let[u,l]of Mf.entries())n[l]={level:u,color:e?e[l]:Of[l]},r[l]=u;let i=(u,l)=>K0.hex(n[u].color)(l),a=ge.default.format.combine(ge.default.format.errors({stack:!0}),ge.default.format.timestamp({format:Rf}),ge.default.format.printf(u=>{var l;return i(u.level,`${u.timestamp} ${u.level}: ${u.message} ${(l=u.stack)!==null&&l!==void 0?l:""}`)})),s=ge.default.format.combine(ge.default.format.errors({stack:!0}),ge.default.format.timestamp({format:Rf}),ge.default.format.printf(u=>{var l;return i(u.level,`${u.timestamp} ${u.level}: ${u.message} ${(l=u.stack)!==null&&l!==void 0?l:""}`)})),o=[new ge.default.transports.Console];this.instance=ge.default.createLogger({level:process.env.LOG_LEVEL||"info",levels:r,format:process.env.NODE_ENV==="production"?s:a,transports:o})}},Me=new Ji().instance;function Zi(t,e,r,n){let i=require.resolve("prettier/bin/prettier.cjs"),a=require.resolve("@mservicestech/prettier-config"),s=["--parser",r??"typescript","--config",a];try{let o=(0,Tf.spawnSync)("node",[i,...s],{input:e,encoding:"utf-8"});if(o.error)throw Me.error(o.error.message),new Error(o.error.message);if(o.status!==0){let u=o.stderr||"Unhandled error occured.";throw Me.error(u),new Error(u)}(0,qf.writeFileSync)(t,o.stdout,n)}catch(o){let u=o.message;throw Me.error(u),new Error(u)}}var Z0=ve(Pf());var Q0=require("prettier");var X0={"":!0,true:!0,yes:!0,false:!1,no:!1};function Qi(t){let e={};for(let r of t){let n=r.replaceAll(/=[^=]*/g,"");if(!n.startsWith("--"))continue;let i=r.replaceAll(/^--[^=]*=?/g,""),a=X0[i];a===void 0?e[n]=i:e[n]=a}return e}var Cf=ve(require("fs"));function Xi(t){let e=Cf.default.readFileSync(t,"utf8"),r=/\(\[(\w{7}|#\d+)]\((https?:\/\/[\w#./=?-]+)\)\)/g,n=/\[(\d+\.\d+\.\d+)]\(https?:\/\/[\w#./=?-]+\)/g;return e.replaceAll(r,"").replaceAll(n,function(a,s){return s})}var qv=ve(oa());var Av=ve(oa());function Cv(){Me.info(`Usage:
|
|
38
|
+
./removeGitHashesFromMarkdownFile.js [--help] <--markdown-file=file_path>
|
|
39
|
+
Where:
|
|
40
|
+
help - show usage information and exit
|
|
41
|
+
markdown-file - Markdown file path
|
|
42
|
+
Description:
|
|
43
|
+
Removes all git hashes from a Markdown file.
|
|
44
|
+
Runs a snapshot test suite on the current templates
|
|
45
|
+
build against the last snapshot update.`)}function Lv(t){t["--help"]&&(Cv(),process.exit(0)),t["--markdown-file"]||(Me.error("Provide a path to Markdown file, e.g.: ./removeGitHashesFromMarkdownFile.js --markdown-file=CHANGELOG.md"),process.exit(1));let e=t["--markdown-file"],r=Xi(e);Zi(e,r,"markdown")}Lv(Qi(process.argv));
|
|
46
|
+
/*! Bundled license information:
|
|
47
|
+
|
|
48
|
+
safe-buffer/index.js:
|
|
49
|
+
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
50
|
+
*/
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
source "$(dirname $0)/../utils.sh" || exit 1
|
|
4
|
+
|
|
5
|
+
usage() {
|
|
6
|
+
cat << END
|
|
7
|
+
Usage:
|
|
8
|
+
${BASH_SOURCE[0]} [--help]
|
|
9
|
+
Where:
|
|
10
|
+
help - print usage information and exit
|
|
11
|
+
Description:
|
|
12
|
+
Removes all installed node modules in a given directory.
|
|
13
|
+
END
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function main() {
|
|
17
|
+
parse_arguments "$@"
|
|
18
|
+
if [ ${PROCESS_ARGUMENTS['--help']} ]; then
|
|
19
|
+
usage
|
|
20
|
+
exit 0
|
|
21
|
+
fi
|
|
22
|
+
|
|
23
|
+
rm -rf node_modules && rm -rf packages/*/node_modules
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
main "$@"
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
source "$(dirname $0)/../utils.sh" || exit 1
|
|
4
|
+
|
|
5
|
+
usage() {
|
|
6
|
+
cat << END
|
|
7
|
+
Usage:
|
|
8
|
+
${BASH_SOURCE[0]} [--help]
|
|
9
|
+
Where:
|
|
10
|
+
help - print usage information and exit
|
|
11
|
+
Description:
|
|
12
|
+
Removes script transpilation artifacts from a package.
|
|
13
|
+
END
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function remove_file() {
|
|
17
|
+
local file_name="$1"
|
|
18
|
+
printf "Removing %s\n" "$file_name"
|
|
19
|
+
rm -rf "$file_name"
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export -f remove_file
|
|
23
|
+
|
|
24
|
+
function main() {
|
|
25
|
+
parse_arguments "$@"
|
|
26
|
+
if [ ${PROCESS_ARGUMENTS['--help']} ]; then
|
|
27
|
+
usage
|
|
28
|
+
exit 0
|
|
29
|
+
fi
|
|
30
|
+
|
|
31
|
+
# Note: .node files are copied by esbuild using 'copy' loader
|
|
32
|
+
# (see: https://github.com/evanw/esbuild/pull/2320)
|
|
33
|
+
# These files are ignored in .gitignore
|
|
34
|
+
find . -maxdepth 1 \
|
|
35
|
+
-not -path "./node_modules/*" \
|
|
36
|
+
-not -path "./packages/*" \
|
|
37
|
+
-not -path "./.git" \
|
|
38
|
+
-not -path "./.husky" \
|
|
39
|
+
-not -path "./.vscode" \
|
|
40
|
+
-not -path "./.next" \
|
|
41
|
+
-not -path "./.eslintrc.js" \
|
|
42
|
+
-not -path "./.yarn" \
|
|
43
|
+
\( -name "*.cjs" -o -name "*.js" -o -name "*.node" \) \
|
|
44
|
+
-exec bash -c 'remove_file "$0"' {} \;
|
|
45
|
+
|
|
46
|
+
find . \
|
|
47
|
+
\( -name "*.cjs" -o -name "*.js" -o -name "*.node" \) \
|
|
48
|
+
-path "./scripts/*" \
|
|
49
|
+
-exec bash -c 'remove_file "$0"' {} \;
|
|
50
|
+
|
|
51
|
+
find . \
|
|
52
|
+
\( -name "*.cjs" -o -name "*.js" -o -name "*.node" \) \
|
|
53
|
+
-path "./config/*" \
|
|
54
|
+
-exec bash -c 'remove_file "$0"' {} \;
|
|
55
|
+
|
|
56
|
+
find . \
|
|
57
|
+
\( -name "*.cjs" -o -name "*.js" -o -name "*.node" \) \
|
|
58
|
+
-path "./src/test/*" \
|
|
59
|
+
-exec bash -c 'remove_file "$0"' {} \;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
main "$@"
|