ado-npm-auth 0.9.1 → 0.10.1

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.
Files changed (111) hide show
  1. package/dist/ado-npm-auth.cjs +112 -142
  2. package/package.json +5 -20
  3. package/lib/.tsbuildinfo +0 -1
  4. package/lib/ado/make-ado-request.d.ts +0 -15
  5. package/lib/ado/make-ado-request.d.ts.map +0 -1
  6. package/lib/ado/make-ado-request.js +0 -37
  7. package/lib/ado/make-ado-request.js.map +0 -1
  8. package/lib/args.d.ts +0 -9
  9. package/lib/args.d.ts.map +0 -1
  10. package/lib/args.js +0 -38
  11. package/lib/args.js.map +0 -1
  12. package/lib/azureauth/ado.d.ts +0 -26
  13. package/lib/azureauth/ado.d.ts.map +0 -1
  14. package/lib/azureauth/ado.js +0 -85
  15. package/lib/azureauth/ado.js.map +0 -1
  16. package/lib/azureauth/ado.test.d.ts +0 -2
  17. package/lib/azureauth/ado.test.d.ts.map +0 -1
  18. package/lib/azureauth/ado.test.js +0 -154
  19. package/lib/azureauth/ado.test.js.map +0 -1
  20. package/lib/azureauth/azureauth-command.d.ts +0 -11
  21. package/lib/azureauth/azureauth-command.d.ts.map +0 -1
  22. package/lib/azureauth/azureauth-command.js +0 -30
  23. package/lib/azureauth/azureauth-command.js.map +0 -1
  24. package/lib/azureauth/is-azureauth-installed.d.ts +0 -7
  25. package/lib/azureauth/is-azureauth-installed.d.ts.map +0 -1
  26. package/lib/azureauth/is-azureauth-installed.js +0 -28
  27. package/lib/azureauth/is-azureauth-installed.js.map +0 -1
  28. package/lib/azureauth/is-azureauth-installed.test.d.ts +0 -2
  29. package/lib/azureauth/is-azureauth-installed.test.d.ts.map +0 -1
  30. package/lib/azureauth/is-azureauth-installed.test.js +0 -54
  31. package/lib/azureauth/is-azureauth-installed.test.js.map +0 -1
  32. package/lib/azureauth/is-supported-platform-and-architecture.d.ts +0 -6
  33. package/lib/azureauth/is-supported-platform-and-architecture.d.ts.map +0 -1
  34. package/lib/azureauth/is-supported-platform-and-architecture.js +0 -16
  35. package/lib/azureauth/is-supported-platform-and-architecture.js.map +0 -1
  36. package/lib/cli.d.ts +0 -3
  37. package/lib/cli.d.ts.map +0 -1
  38. package/lib/cli.js +0 -121
  39. package/lib/cli.js.map +0 -1
  40. package/lib/fileProvider.d.ts +0 -35
  41. package/lib/fileProvider.d.ts.map +0 -1
  42. package/lib/fileProvider.js +0 -78
  43. package/lib/fileProvider.js.map +0 -1
  44. package/lib/index.d.ts +0 -7
  45. package/lib/index.d.ts.map +0 -1
  46. package/lib/index.js +0 -6
  47. package/lib/index.js.map +0 -1
  48. package/lib/npmrc/generate-npmrc-pat.d.ts +0 -6
  49. package/lib/npmrc/generate-npmrc-pat.d.ts.map +0 -1
  50. package/lib/npmrc/generate-npmrc-pat.js +0 -49
  51. package/lib/npmrc/generate-npmrc-pat.js.map +0 -1
  52. package/lib/npmrc/npmrcFileProvider.d.ts +0 -13
  53. package/lib/npmrc/npmrcFileProvider.d.ts.map +0 -1
  54. package/lib/npmrc/npmrcFileProvider.js +0 -149
  55. package/lib/npmrc/npmrcFileProvider.js.map +0 -1
  56. package/lib/npmrc/nugetCredentialProvider.d.ts +0 -7
  57. package/lib/npmrc/nugetCredentialProvider.d.ts.map +0 -1
  58. package/lib/npmrc/nugetCredentialProvider.js +0 -77
  59. package/lib/npmrc/nugetCredentialProvider.js.map +0 -1
  60. package/lib/telemetry/index.d.ts +0 -20
  61. package/lib/telemetry/index.d.ts.map +0 -1
  62. package/lib/telemetry/index.js +0 -20
  63. package/lib/telemetry/index.js.map +0 -1
  64. package/lib/utils/encoding.d.ts +0 -13
  65. package/lib/utils/encoding.d.ts.map +0 -1
  66. package/lib/utils/encoding.js +0 -15
  67. package/lib/utils/encoding.js.map +0 -1
  68. package/lib/utils/exec.d.ts +0 -18
  69. package/lib/utils/exec.d.ts.map +0 -1
  70. package/lib/utils/exec.js +0 -46
  71. package/lib/utils/exec.js.map +0 -1
  72. package/lib/utils/fileUtils.d.ts +0 -2
  73. package/lib/utils/fileUtils.d.ts.map +0 -1
  74. package/lib/utils/fileUtils.js +0 -16
  75. package/lib/utils/fileUtils.js.map +0 -1
  76. package/lib/utils/get-feed-without-protocol.d.ts +0 -5
  77. package/lib/utils/get-feed-without-protocol.d.ts.map +0 -1
  78. package/lib/utils/get-feed-without-protocol.js +0 -11
  79. package/lib/utils/get-feed-without-protocol.js.map +0 -1
  80. package/lib/utils/get-feed-without-protocol.test.d.ts +0 -2
  81. package/lib/utils/get-feed-without-protocol.test.d.ts.map +0 -1
  82. package/lib/utils/get-feed-without-protocol.test.js +0 -31
  83. package/lib/utils/get-feed-without-protocol.test.js.map +0 -1
  84. package/lib/utils/get-organization-from-feed-url.d.ts +0 -8
  85. package/lib/utils/get-organization-from-feed-url.d.ts.map +0 -1
  86. package/lib/utils/get-organization-from-feed-url.js +0 -81
  87. package/lib/utils/get-organization-from-feed-url.js.map +0 -1
  88. package/lib/utils/get-organization-from-feed-url.test.d.ts +0 -2
  89. package/lib/utils/get-organization-from-feed-url.test.d.ts.map +0 -1
  90. package/lib/utils/get-organization-from-feed-url.test.js +0 -19
  91. package/lib/utils/get-organization-from-feed-url.test.js.map +0 -1
  92. package/lib/utils/is-codespaces.d.ts +0 -6
  93. package/lib/utils/is-codespaces.d.ts.map +0 -1
  94. package/lib/utils/is-codespaces.js +0 -10
  95. package/lib/utils/is-codespaces.js.map +0 -1
  96. package/lib/utils/is-wsl.d.ts +0 -6
  97. package/lib/utils/is-wsl.d.ts.map +0 -1
  98. package/lib/utils/is-wsl.js +0 -9
  99. package/lib/utils/is-wsl.js.map +0 -1
  100. package/lib/utils/partition.d.ts +0 -2
  101. package/lib/utils/partition.d.ts.map +0 -1
  102. package/lib/utils/partition.js +0 -15
  103. package/lib/utils/partition.js.map +0 -1
  104. package/lib/utils/request.d.ts +0 -15
  105. package/lib/utils/request.d.ts.map +0 -1
  106. package/lib/utils/request.js +0 -135
  107. package/lib/utils/request.js.map +0 -1
  108. package/lib/yarnrc/yarnrcFileProvider.d.ts +0 -27
  109. package/lib/yarnrc/yarnrcFileProvider.d.ts.map +0 -1
  110. package/lib/yarnrc/yarnrcFileProvider.js +0 -96
  111. package/lib/yarnrc/yarnrcFileProvider.js.map +0 -1
@@ -1,112 +1,114 @@
1
- "use strict";var VF=Object.create;var Da=Object.defineProperty;var KF=Object.getOwnPropertyDescriptor;var JF=Object.getOwnPropertyNames;var XF=Object.getPrototypeOf,QF=Object.prototype.hasOwnProperty;var F=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ZF=(e,t)=>{for(var r in t)Da(e,r,{get:t[r],enumerable:!0})},f0=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of JF(t))!QF.call(e,i)&&i!==r&&Da(e,i,{get:()=>t[i],enumerable:!(n=KF(t,i))||n.enumerable});return e};var jt=(e,t,r)=>(r=e!=null?VF(XF(e)):{},f0(t||!e||!e.__esModule?Da(r,"default",{value:e,enumerable:!0}):r,e)),ek=e=>f0(Da({},"__esModule",{value:!0}),e);var Ey=F(ru=>{"use strict";Object.defineProperty(ru,"__esModule",{value:!0});ru.walkUp=void 0;var Ay=require("path"),kk=function*(e){for(e=(0,Ay.resolve)(e);e;){yield e;let t=(0,Ay.dirname)(e);if(t===e)break;e=t}};ru.walkUp=kk});var kf=F((W5,Cy)=>{var{hasOwnProperty:Rf}=Object.prototype,Ff=(e,t={})=>{typeof t=="string"&&(t={section:t}),t.align=t.align===!0,t.newline=t.newline===!0,t.sort=t.sort===!0,t.whitespace=t.whitespace===!0||t.align===!0,t.platform=t.platform||typeof process<"u"&&process.platform,t.bracketedArray=t.bracketedArray!==!1;let r=t.platform==="win32"?`\r
2
- `:`
3
- `,n=t.whitespace?" = ":"=",i=[],s=t.sort?Object.keys(e).sort():Object.keys(e),o=0;t.align&&(o=on(s.filter(c=>e[c]===null||Array.isArray(e[c])||typeof e[c]!="object").map(c=>Array.isArray(e[c])?`${c}[]`:c).concat([""]).reduce((c,f)=>on(c).length>=on(f).length?c:f)).length);let a="",u=t.bracketedArray?"[]":"";for(let c of s){let f=e[c];if(f&&Array.isArray(f))for(let l of f)a+=on(`${c}${u}`).padEnd(o," ")+n+on(l)+r;else f&&typeof f=="object"?i.push(c):a+=on(c).padEnd(o," ")+n+on(f)+r}t.section&&a.length&&(a="["+on(t.section)+"]"+(t.newline?r+r:r)+a);for(let c of i){let f=wy(c,".").join("\\."),l=(t.section?t.section+".":"")+f,h=Ff(e[c],{...t,section:l});a.length&&h.length&&(a+=r),a+=h}return a};function wy(e,t){var r=0,n=0,i=0,s=[];do if(i=e.indexOf(t,r),i!==-1){if(r=i+t.length,i>0&&e[i-1]==="\\")continue;s.push(e.slice(n,i)),n=i+t.length}while(i!==-1);return s.push(e.slice(n)),s}var by=(e,t={})=>{t.bracketedArray=t.bracketedArray!==!1;let r=Object.create(null),n=r,i=null,s=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,o=e.split(/[\r\n]+/g),a={};for(let c of o){if(!c||c.match(/^\s*[;#]/)||c.match(/^\s*$/))continue;let f=c.match(s);if(!f)continue;if(f[1]!==void 0){if(i=nu(f[1]),i==="__proto__"){n=Object.create(null);continue}n=r[i]=r[i]||Object.create(null);continue}let l=nu(f[2]),h;t.bracketedArray?h=l.length>2&&l.slice(-2)==="[]":(a[l]=(a?.[l]||0)+1,h=a[l]>1);let d=h&&l.endsWith("[]")?l.slice(0,-2):l;if(d==="__proto__")continue;let p=f[3]?nu(f[4]):!0,y=p==="true"||p==="false"||p==="null"?JSON.parse(p):p;h&&(Rf.call(n,d)?Array.isArray(n[d])||(n[d]=[n[d]]):n[d]=[]),Array.isArray(n[d])?n[d].push(y):n[d]=y}let u=[];for(let c of Object.keys(r)){if(!Rf.call(r,c)||typeof r[c]!="object"||Array.isArray(r[c]))continue;let f=wy(c,".");n=r;let l=f.pop(),h=l.replace(/\\\./g,".");for(let d of f)d!=="__proto__"&&((!Rf.call(n,d)||typeof n[d]!="object")&&(n[d]=Object.create(null)),n=n[d]);n===r&&h===l||(n[h]=r[c],u.push(c))}for(let c of u)delete r[c];return r},Sy=e=>e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"),on=e=>typeof e!="string"||e.match(/[=\r\n]/)||e.match(/^\[/)||e.length>1&&Sy(e)||e!==e.trim()?JSON.stringify(e):e.split(";").join("\\;").split("#").join("\\#"),nu=e=>{if(e=(e||"").trim(),Sy(e)){e.charAt(0)==="'"&&(e=e.slice(1,-1));try{e=JSON.parse(e)}catch{}}else{let t=!1,r="";for(let n=0,i=e.length;n<i;n++){let s=e.charAt(n);if(t)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,t=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?t=!0:r+=s}}return t&&(r+="\\"),r.trim()}return e};Cy.exports={parse:by,decode:by,stringify:Ff,encode:Ff,safe:on,unsafe:nu}});var Py=F((q5,xy)=>{xy.exports=Dk;function Dk(...e){let t=e;e.length===1&&(Array.isArray(e[0])||typeof e[0]=="string")&&(t=[].concat(e[0]));for(let i=0,s=t.length;i<s;i++)t[i]=typeof t[i]=="string"?t[i]:String(t[i]);t=t.sort(Lk);let r={},n="";for(let i=0,s=t.length;i<s;i++){let o=t[i],a=t[i+1]||"",u=!0,c=!0;if(o===a)continue;let f=0,l=o.length;for(;f<l;f++){let h=o.charAt(f);if(u=u&&h===a.charAt(f),c=c&&h===n.charAt(f),!u&&!c){f++;break}}if(n=o,f===l){r[o]=o;continue}for(let h=o.slice(0,f);f<=l;f++)r[h]=o,h+=o.charAt(f)}return r}function Lk(e,t){return e===t?0:e>t?1:-1}});var Df=F((G5,Oy)=>{Oy.exports=process.env.DEBUG_NOPT||process.env.NOPT_DEBUG?(...e)=>console.error(...e):()=>{}});var Tf=F((U5,ky)=>{var _y=require("url"),Lf=require("path"),Ry=require("stream").Stream,Tk=require("os"),Fy=Df();function Ik(e,t,r){e[t]=String(r)}function Nk(e,t,r){if(r===!0)return!1;if(r===null)return!0;r=String(r);let i=process.platform==="win32"?/^~(\/|\\)/:/^~\//,s=Tk.homedir();return s&&r.match(i)?e[t]=Lf.resolve(s,r.slice(2)):e[t]=Lf.resolve(r),!0}function $k(e,t,r){if(Fy("validate Number %j %j %j",t,r,isNaN(r)),isNaN(r))return!1;e[t]=+r}function Mk(e,t,r){let n=Date.parse(r);if(Fy("validate Date %j %j %j",t,r,n),isNaN(n))return!1;e[t]=new Date(r)}function jk(e,t,r){typeof r=="string"?isNaN(r)?r==="null"||r==="false"?r=!1:r=!0:r=!!+r:r=!!r,e[t]=r}function Bk(e,t,r){if(r=_y.parse(String(r)),!r.host)return!1;e[t]=r.href}function Wk(e,t,r){if(!(r instanceof Ry))return!1;e[t]=r}ky.exports={String:{type:String,validate:Ik},Boolean:{type:Boolean,validate:jk},url:{type:_y,validate:Bk},Number:{type:Number,validate:$k},path:{type:Lf,validate:Nk},Stream:{type:Ry,validate:Wk},Date:{type:Date,validate:Mk},Array:{type:Array}}});var jy=F((H5,My)=>{var iu=Py(),$e=Df(),qk=Tf(),Ly=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),Ty=(e,{types:t,dynamicTypes:r})=>{let n=Ly(t,e),i=t[e];if(!n&&typeof r=="function"){let s=r(e);s!==void 0&&(i=s,n=!0)}return[n,i]},Xi=(e,t)=>t&&e===t,Wr=(e,t)=>t&&e.indexOf(t)!==-1,Gk=(e,t)=>t&&!Wr(e,t);function Uk(e,{types:t,shorthands:r,typeDefs:n,invalidHandler:i,unknownHandler:s,abbrevHandler:o,typeDefault:a,dynamicTypes:u}={}){$e(t,r,e,n);let c={},f={remain:[],cooked:e,original:e.slice(0)};return Ny(e,c,f.remain,{typeDefs:n,types:t,dynamicTypes:u,shorthands:r,unknownHandler:s,abbrevHandler:o}),Iy(c,{types:t,dynamicTypes:u,typeDefs:n,invalidHandler:i,typeDefault:a}),c.argv=f,Object.defineProperty(c.argv,"toString",{value:function(){return this.original.map(JSON.stringify).join(" ")},enumerable:!1}),c}function Iy(e,{types:t={},typeDefs:r={},dynamicTypes:n,invalidHandler:i,typeDefault:s}={}){let o=r.String?.type,a=r.Number?.type,u=r.Array?.type,c=r.Boolean?.type,f=r.Date?.type,l=typeof s<"u";l||(s=[!1,!0,null],o&&s.push(o),u&&s.push(u));let h={};Object.keys(e).forEach(d=>{if(d==="argv")return;let p=e[d];$e("val=%j",p);let y=Array.isArray(p),[m,P]=Ty(d,{types:t,dynamicTypes:n}),S=P;y||(p=[p]),S||(S=s),Xi(S,u)&&(S=s.concat(u)),Array.isArray(S)||(S=[S]),$e("val=%j",p),$e("types=",S),p=p.map(L=>{if(typeof L=="string"&&($e("string %j",L),L=L.trim(),L==="null"&&~S.indexOf(null)||L==="true"&&(~S.indexOf(!0)||Wr(S,c))||L==="false"&&(~S.indexOf(!1)||Wr(S,c))?(L=JSON.parse(L),$e("jsonable %j",L)):Wr(S,a)&&!isNaN(L)?($e("convert to number",L),L=+L):Wr(S,f)&&!isNaN(Date.parse(L))&&($e("convert to date",L),L=new Date(L))),!m){if(!l)return L;P=s}L===!1&&~S.indexOf(null)&&!(~S.indexOf(!1)||Wr(S,c))&&(L=null);let O={};return O[d]=L,$e("prevalidated val",O,L,P),If(O,d,L,P,{typeDefs:r})?($e("validated v",O,L,P),O[d]):(i?i(d,L,P,e):i!==!1&&$e("invalid: "+d+"="+L,P),h)}).filter(L=>L!==h),!p.length&&Gk(S,u)?($e("VAL HAS NO LENGTH, DELETE IT",p,d,S.indexOf(u)),delete e[d]):y?($e(y,e[d],p),e[d]=p):e[d]=p[0],$e("k=%s val=%j",d,p,e[d])})}function If(e,t,r,n,{typeDefs:i}={}){let s=i?.Array?.type;if(Array.isArray(n)){for(let u=0,c=n.length;u<c;u++)if(!Xi(n[u],s)&&If(e,t,r,n[u],{typeDefs:i}))return!0;return delete e[t],!1}if(Xi(n,s))return!0;if(n!==n)return $e("Poison NaN",t,r,n),delete e[t],!1;if(r===n)return $e("Explicitly allowed %j",r),e[t]=r,!0;let o=!1,a=Object.keys(i);for(let u=0,c=a.length;u<c;u++){$e("test type %j %j %j",t,r,a[u]);let f=i[a[u]];if(f&&(n&&n.name&&f.type&&f.type.name?n.name===f.type.name:n===f.type)){let l={};if(o=f.validate(l,t,r)!==!1,r=l[t],o){e[t]=r;break}}}return $e("OK? %j (%j %j %j)",o,t,r,a[a.length-1]),o||delete e[t],o}function Ny(e,t,r,{types:n={},typeDefs:i={},shorthands:s={},dynamicTypes:o,unknownHandler:a,abbrevHandler:u}={}){let c=i.String?.type,f=i.Number?.type,l=i.Array?.type,h=i.Boolean?.type;$e("parse",e,t,r);let d=iu(Object.keys(n));$e("abbrevs=%j",d);let p=iu(Object.keys(s));for(let y=0;y<e.length;y++){let m=e[y];if($e("arg",m),m.match(/^-{2,}$/)){r.push.apply(r,e.slice(y+1)),e[y]="--";break}let P=!1;if(m.charAt(0)==="-"&&m.length>1){let S=m.indexOf("=");if(S>-1){P=!0;let v=m.slice(S+1);m=m.slice(0,S),e.splice(y,1,m,v)}let L=$y(m,p,d,{shorthands:s,abbrevHandler:u});if($e("arg=%j shRes=%j",m,L),L&&(e.splice.apply(e,[y,1].concat(L)),m!==L[0])){y--;continue}m=m.replace(/^-+/,"");let O=null;for(;m.toLowerCase().indexOf("no-")===0;)O=!O,m=m.slice(3);d[m]&&d[m]!==m&&(u?u(m,d[m]):u!==!1&&$e(`abbrev: ${m} -> ${d[m]}`),m=d[m]);let[b,_]=Ty(m,{types:n,dynamicTypes:o}),D=Array.isArray(_);D&&_.length===1&&(D=!1,_=_[0]);let k=Xi(_,l)||D&&Wr(_,l);!b&&Ly(t,m)&&(Array.isArray(t[m])||(t[m]=[t[m]]),k=!0);let $,x=e[y+1],g=typeof O=="boolean"||Xi(_,h)||D&&Wr(_,h)||typeof _>"u"&&!P||x==="false"&&(_===null||D&&~_.indexOf(null));if(typeof _>"u"){let v=!P&&x&&!x?.startsWith("-")&&!["true","false"].includes(x);a?v?a(m,x):a(m):a!==!1&&($e(`unknown: ${m}`),v&&$e(`unknown: ${x} parsed as normal opt`))}if(g){$=!O,(x==="true"||x==="false")&&($=JSON.parse(x),x=null,O&&($=!$),y++),D&&x&&(~_.indexOf(x)?($=x,y++):x==="null"&&~_.indexOf(null)?($=null,y++):!x.match(/^-{2,}[^-]/)&&!isNaN(x)&&Wr(_,f)?($=+x,y++):!x.match(/^-[^-]/)&&Wr(_,c)&&($=x,y++)),k?(t[m]=t[m]||[]).push($):t[m]=$;continue}Xi(_,c)&&(x===void 0?x="":x.match(/^-{1,2}[^-]+/)&&(x="",y--)),x&&x.match(/^-{2,}$/)&&(x=void 0,y--),$=x===void 0?!0:x,k?(t[m]=t[m]||[]).push($):t[m]=$,y++;continue}r.push(m)}}var Dy=Symbol("singles"),Hk=(e,t)=>{let r=t[Dy];r||(r=Object.keys(t).filter(i=>i.length===1).reduce((i,s)=>(i[s]=!0,i),{}),t[Dy]=r,$e("shorthand singles",r));let n=e.split("").filter(i=>r[i]);return n.join("")===e?n:null};function $y(e,...t){let{abbrevHandler:r,types:n={},shorthands:i={}}=t.length?t.pop():{},s=t[0]??iu(Object.keys(i)),o=t[1]??iu(Object.keys(n));if(e=e.replace(/^-+/,""),o[e]===e)return null;if(i[e])return i[e]&&!Array.isArray(i[e])&&(i[e]=i[e].split(/\s+/)),i[e];let a=Hk(e,i);return a?a.map(u=>i[u]).reduce((u,c)=>u.concat(c),[]):o[e]&&!i[e]?null:(s[e]&&(r?r(e,s[e]):r!==!1&&$e(`abbrev: ${e} -> ${s[e]}`),e=s[e]),i[e]&&!Array.isArray(i[e])&&(i[e]=i[e].split(/\s+/)),i[e])}My.exports={nopt:Uk,clean:Iy,parse:Ny,validate:If,resolveShort:$y,typeDefs:qk}});var $f=F((rr,By)=>{var Nf=jy(),zk=Tf();By.exports=rr=Yk;rr.clean=Vk;rr.typeDefs=zk;rr.lib=Nf;function Yk(e,t,r=process.argv,n=2){return Nf.nopt(r.slice(n),{types:e||{},shorthands:t||{},typeDefs:rr.typeDefs,invalidHandler:rr.invalidHandler,unknownHandler:rr.unknownHandler,abbrevHandler:rr.abbrevHandler})}function Vk(e,t,r=rr.typeDefs){return Nf.clean(e,{types:t||{},typeDefs:r,invalidHandler:rr.invalidHandler,unknownHandler:rr.unknownHandler,abbrevHandler:rr.abbrevHandler})}});var su=F((z5,Wy)=>{var Kk=Symbol("proc-log.meta");Wy.exports={META:Kk,output:{LEVELS:["standard","error","buffer","flush"],KEYS:{standard:"standard",error:"error",buffer:"buffer",flush:"flush"},standard:function(...e){return process.emit("output","standard",...e)},error:function(...e){return process.emit("output","error",...e)},buffer:function(...e){return process.emit("output","buffer",...e)},flush:function(...e){return process.emit("output","flush",...e)}},log:{LEVELS:["notice","error","warn","info","verbose","http","silly","timing","pause","resume"],KEYS:{notice:"notice",error:"error",warn:"warn",info:"info",verbose:"verbose",http:"http",silly:"silly",timing:"timing",pause:"pause",resume:"resume"},error:function(...e){return process.emit("log","error",...e)},notice:function(...e){return process.emit("log","notice",...e)},warn:function(...e){return process.emit("log","warn",...e)},info:function(...e){return process.emit("log","info",...e)},verbose:function(...e){return process.emit("log","verbose",...e)},http:function(...e){return process.emit("log","http",...e)},silly:function(...e){return process.emit("log","silly",...e)},timing:function(...e){return process.emit("log","timing",...e)},pause:function(){return process.emit("log","pause")},resume:function(){return process.emit("log","resume")}},time:{LEVELS:["start","end"],KEYS:{start:"start",end:"end"},start:function(e,t){process.emit("time","start",e);function r(){return process.emit("time","end",e)}if(typeof t=="function"){let n=t();return n&&n.finally?n.finally(r):(r(),n)}return r},end:function(e){return process.emit("time","end",e)}},input:{LEVELS:["start","end","read"],KEYS:{start:"start",end:"end",read:"read"},start:function(e){process.emit("input","start");function t(){return process.emit("input","end")}if(typeof e=="function"){let r=e();return r&&r.finally?r.finally(t):(t(),r)}return t},end:function(){return process.emit("input","end")},read:function(...e){let t,r,n=new Promise((i,s)=>{t=i,r=s});return process.emit("input","read",t,r,...e),n}}}});var Mf=F((Y5,Gy)=>{var qy=e=>{if(typeof e=="string"){if(/^0o?[0-7]+$/.test(e))return parseInt(e.replace(/^0o?/,""),8);if(/^[1-9][0-9]*$/.test(e))return parseInt(e,10);throw new Error(`invalid umask value: ${e}`)}else{if(typeof e!="number")throw new Error(`invalid umask value: ${e}`);if(e=Math.floor(e),e<0||e>511)throw new Error(`invalid umask value: ${e}`);return e}},Jk=(e,t,r)=>{try{return e[t]=qy(r),!0}catch{return!1}};Gy.exports={parse:qy,validate:Jk}});var uo=F((V5,Uy)=>{"use strict";var Xk=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};Uy.exports=Xk});var co=F((K5,Hy)=>{"use strict";var Qk="2.0.0",Zk=Number.MAX_SAFE_INTEGER||9007199254740991,eD=16,tD=250,rD=["major","premajor","minor","preminor","patch","prepatch","prerelease"];Hy.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:eD,MAX_SAFE_BUILD_LENGTH:tD,MAX_SAFE_INTEGER:Zk,RELEASE_TYPES:rD,SEMVER_SPEC_VERSION:Qk,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var Qi=F((qr,zy)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:jf,MAX_SAFE_BUILD_LENGTH:nD,MAX_LENGTH:iD}=co(),sD=uo();qr=zy.exports={};var oD=qr.re=[],aD=qr.safeRe=[],ae=qr.src=[],uD=qr.safeSrc=[],ue=qr.t={},cD=0,Bf="[a-zA-Z0-9-]",lD=[["\\s",1],["\\d",iD],[Bf,nD]],fD=e=>{for(let[t,r]of lD)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e},Ce=(e,t,r)=>{let n=fD(t),i=cD++;sD(e,i,t),ue[e]=i,ae[i]=t,uD[i]=n,oD[i]=new RegExp(t,r?"g":void 0),aD[i]=new RegExp(n,r?"g":void 0)};Ce("NUMERICIDENTIFIER","0|[1-9]\\d*");Ce("NUMERICIDENTIFIERLOOSE","\\d+");Ce("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${Bf}*`);Ce("MAINVERSION",`(${ae[ue.NUMERICIDENTIFIER]})\\.(${ae[ue.NUMERICIDENTIFIER]})\\.(${ae[ue.NUMERICIDENTIFIER]})`);Ce("MAINVERSIONLOOSE",`(${ae[ue.NUMERICIDENTIFIERLOOSE]})\\.(${ae[ue.NUMERICIDENTIFIERLOOSE]})\\.(${ae[ue.NUMERICIDENTIFIERLOOSE]})`);Ce("PRERELEASEIDENTIFIER",`(?:${ae[ue.NONNUMERICIDENTIFIER]}|${ae[ue.NUMERICIDENTIFIER]})`);Ce("PRERELEASEIDENTIFIERLOOSE",`(?:${ae[ue.NONNUMERICIDENTIFIER]}|${ae[ue.NUMERICIDENTIFIERLOOSE]})`);Ce("PRERELEASE",`(?:-(${ae[ue.PRERELEASEIDENTIFIER]}(?:\\.${ae[ue.PRERELEASEIDENTIFIER]})*))`);Ce("PRERELEASELOOSE",`(?:-?(${ae[ue.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${ae[ue.PRERELEASEIDENTIFIERLOOSE]})*))`);Ce("BUILDIDENTIFIER",`${Bf}+`);Ce("BUILD",`(?:\\+(${ae[ue.BUILDIDENTIFIER]}(?:\\.${ae[ue.BUILDIDENTIFIER]})*))`);Ce("FULLPLAIN",`v?${ae[ue.MAINVERSION]}${ae[ue.PRERELEASE]}?${ae[ue.BUILD]}?`);Ce("FULL",`^${ae[ue.FULLPLAIN]}$`);Ce("LOOSEPLAIN",`[v=\\s]*${ae[ue.MAINVERSIONLOOSE]}${ae[ue.PRERELEASELOOSE]}?${ae[ue.BUILD]}?`);Ce("LOOSE",`^${ae[ue.LOOSEPLAIN]}$`);Ce("GTLT","((?:<|>)?=?)");Ce("XRANGEIDENTIFIERLOOSE",`${ae[ue.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);Ce("XRANGEIDENTIFIER",`${ae[ue.NUMERICIDENTIFIER]}|x|X|\\*`);Ce("XRANGEPLAIN",`[v=\\s]*(${ae[ue.XRANGEIDENTIFIER]})(?:\\.(${ae[ue.XRANGEIDENTIFIER]})(?:\\.(${ae[ue.XRANGEIDENTIFIER]})(?:${ae[ue.PRERELEASE]})?${ae[ue.BUILD]}?)?)?`);Ce("XRANGEPLAINLOOSE",`[v=\\s]*(${ae[ue.XRANGEIDENTIFIERLOOSE]})(?:\\.(${ae[ue.XRANGEIDENTIFIERLOOSE]})(?:\\.(${ae[ue.XRANGEIDENTIFIERLOOSE]})(?:${ae[ue.PRERELEASELOOSE]})?${ae[ue.BUILD]}?)?)?`);Ce("XRANGE",`^${ae[ue.GTLT]}\\s*${ae[ue.XRANGEPLAIN]}$`);Ce("XRANGELOOSE",`^${ae[ue.GTLT]}\\s*${ae[ue.XRANGEPLAINLOOSE]}$`);Ce("COERCEPLAIN",`(^|[^\\d])(\\d{1,${jf}})(?:\\.(\\d{1,${jf}}))?(?:\\.(\\d{1,${jf}}))?`);Ce("COERCE",`${ae[ue.COERCEPLAIN]}(?:$|[^\\d])`);Ce("COERCEFULL",ae[ue.COERCEPLAIN]+`(?:${ae[ue.PRERELEASE]})?(?:${ae[ue.BUILD]})?(?:$|[^\\d])`);Ce("COERCERTL",ae[ue.COERCE],!0);Ce("COERCERTLFULL",ae[ue.COERCEFULL],!0);Ce("LONETILDE","(?:~>?)");Ce("TILDETRIM",`(\\s*)${ae[ue.LONETILDE]}\\s+`,!0);qr.tildeTrimReplace="$1~";Ce("TILDE",`^${ae[ue.LONETILDE]}${ae[ue.XRANGEPLAIN]}$`);Ce("TILDELOOSE",`^${ae[ue.LONETILDE]}${ae[ue.XRANGEPLAINLOOSE]}$`);Ce("LONECARET","(?:\\^)");Ce("CARETTRIM",`(\\s*)${ae[ue.LONECARET]}\\s+`,!0);qr.caretTrimReplace="$1^";Ce("CARET",`^${ae[ue.LONECARET]}${ae[ue.XRANGEPLAIN]}$`);Ce("CARETLOOSE",`^${ae[ue.LONECARET]}${ae[ue.XRANGEPLAINLOOSE]}$`);Ce("COMPARATORLOOSE",`^${ae[ue.GTLT]}\\s*(${ae[ue.LOOSEPLAIN]})$|^$`);Ce("COMPARATOR",`^${ae[ue.GTLT]}\\s*(${ae[ue.FULLPLAIN]})$|^$`);Ce("COMPARATORTRIM",`(\\s*)${ae[ue.GTLT]}\\s*(${ae[ue.LOOSEPLAIN]}|${ae[ue.XRANGEPLAIN]})`,!0);qr.comparatorTrimReplace="$1$2$3";Ce("HYPHENRANGE",`^\\s*(${ae[ue.XRANGEPLAIN]})\\s+-\\s+(${ae[ue.XRANGEPLAIN]})\\s*$`);Ce("HYPHENRANGELOOSE",`^\\s*(${ae[ue.XRANGEPLAINLOOSE]})\\s+-\\s+(${ae[ue.XRANGEPLAINLOOSE]})\\s*$`);Ce("STAR","(<|>)?=?\\s*\\*");Ce("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");Ce("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var ou=F((J5,Yy)=>{"use strict";var hD=Object.freeze({loose:!0}),dD=Object.freeze({}),pD=e=>e?typeof e!="object"?hD:e:dD;Yy.exports=pD});var Wf=F((X5,Jy)=>{"use strict";var Vy=/^[0-9]+$/,Ky=(e,t)=>{if(typeof e=="number"&&typeof t=="number")return e===t?0:e<t?-1:1;let r=Vy.test(e),n=Vy.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e<t?-1:1},gD=(e,t)=>Ky(t,e);Jy.exports={compareIdentifiers:Ky,rcompareIdentifiers:gD}});var yt=F((Q5,Qy)=>{"use strict";var au=uo(),{MAX_LENGTH:Xy,MAX_SAFE_INTEGER:uu}=co(),{safeRe:cu,t:lu}=Qi(),mD=ou(),{compareIdentifiers:qf}=Wf(),Gf=class e{constructor(t,r){if(r=mD(r),t instanceof e){if(t.loose===!!r.loose&&t.includePrerelease===!!r.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>Xy)throw new TypeError(`version is longer than ${Xy} characters`);au("SemVer",t,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;let n=t.trim().match(r.loose?cu[lu.LOOSE]:cu[lu.FULL]);if(!n)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>uu||this.major<0)throw new TypeError("Invalid major version");if(this.minor>uu||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>uu||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(i=>{if(/^[0-9]+$/.test(i)){let s=+i;if(s>=0&&s<uu)return s}return i}):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(au("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if(typeof t=="string"&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof e||(t=new e(t,this.options)),this.major<t.major?-1:this.major>t.major?1:this.minor<t.minor?-1:this.minor>t.minor?1:this.patch<t.patch?-1:this.patch>t.patch?1:0}comparePre(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{let n=this.prerelease[r],i=t.prerelease[r];if(au("prerelease compare",r,n,i),n===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(n===void 0)return-1;if(n===i)continue;return qf(n,i)}while(++r)}compareBuild(t){t instanceof e||(t=new e(t,this.options));let r=0;do{let n=this.build[r],i=t.build[r];if(au("build compare",r,n,i),n===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(n===void 0)return-1;if(n===i)continue;return qf(n,i)}while(++r)}inc(t,r,n){if(t.startsWith("pre")){if(!r&&n===!1)throw new Error("invalid increment argument: identifier is empty");if(r){let i=`-${r}`.match(this.options.loose?cu[lu.PRERELEASELOOSE]:cu[lu.PRERELEASE]);if(!i||i[1]!==r)throw new Error(`invalid identifier: ${r}`)}}switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",r,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",r,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",r,n),this.inc("pre",r,n);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",r,n),this.inc("pre",r,n);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{let i=Number(n)?1:0;if(this.prerelease.length===0)this.prerelease=[i];else{let s=this.prerelease.length;for(;--s>=0;)typeof this.prerelease[s]=="number"&&(this.prerelease[s]++,s=-2);if(s===-1){if(r===this.prerelease.join(".")&&n===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(i)}}if(r){let s=[r,i];n===!1&&(s=[r]),qf(this.prerelease[0],r)===0?isNaN(this.prerelease[1])&&(this.prerelease=s):this.prerelease=s}break}default:throw new Error(`invalid increment argument: ${t}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};Qy.exports=Gf});var yi=F((Z5,ev)=>{"use strict";var Zy=yt(),yD=(e,t,r=!1)=>{if(e instanceof Zy)return e;try{return new Zy(e,t)}catch(n){if(!r)return null;throw n}};ev.exports=yD});var fu=F((eV,tv)=>{"use strict";var vD=yi(),AD=(e,t)=>{let r=vD(e,t);return r?r.version:null};tv.exports=AD});var hu=F((tV,zf)=>{var Fn=$f(),{validate:ED}=Mf(),Uf=class{},Hf=class{},bD=fu(),wD=(e,t,r)=>{let n=bD(r);if(!n)return!1;e[t]=n},SD=Fn.typeDefs.path.validate,CD=(e,t,r)=>typeof r!="string"?!1:SD(e,t,r);zf.exports={...Fn.typeDefs,semver:{type:Hf,validate:wD,description:"full valid SemVer string"},Umask:{type:Uf,validate:ED,description:"octal number in range 0o000..0o777 (0..511)"},url:{...Fn.typeDefs.url,description:'full url with "http://"'},path:{...Fn.typeDefs.path,validate:CD,description:"valid filesystem path"},Number:{...Fn.typeDefs.Number,description:"numeric value"},Boolean:{...Fn.typeDefs.Boolean,description:"boolean value (true or false)"},Date:{...Fn.typeDefs.Date,description:"valid Date string"}};Fn.typeDefs=zf.exports});var iv=F((rV,nv)=>{var{URL:rv}=require("node:url");nv.exports=e=>{let t=new rv(e),r=`${t.protocol}//${t.host}${t.pathname}`,n=new rv(".",r);return`//${n.host}${n.pathname}`}});var Yf=F((nV,sv)=>{var xD=/(?<!\\)(\\*)\$\{([^${}?]+)(\?)?\}/g;sv.exports=(e,t)=>e.replace(xD,(r,n,i,s)=>{let o=s==="?"?"":`\${${i}}`,a=t[i]!==void 0?t[i]:o;return n.length%2?r.slice((n.length+1)/2):n.slice(n.length/2)+a})});var uv=F((iV,av)=>{var Zi=hu(),PD=Yf(),{resolve:ov}=require("node:path"),{parse:OD}=Mf(),Vf=(e,t,r,n=!1)=>{if(typeof e!="string"&&!Array.isArray(e))return e;let{platform:i,types:s,home:o,env:a}=r,u=new Set([].concat(s[t])),c=u.has(Zi.path.type),f=u.has(Zi.Boolean.type),l=c||u.has(Zi.String.type),h=u.has(Zi.Umask.type),d=u.has(Zi.Number.type),p=!n&&u.has(Array),y=u.has(Zi.Date.type);if(Array.isArray(e))return p?e.map(m=>Vf(m,t,r,!0)):e;if(e=e.trim(),p)return Vf(e.split(`
4
-
5
- `),t,r);if(f&&!l&&e==="")return!0;if(!l&&!c&&!d)switch(e){case"true":return!0;case"false":return!1;case"null":return null;case"undefined":return}if(e=PD(e,a),y)return new Date(e);if(c&&((i==="win32"?/^~(\/|\\)/:/^~\//).test(e)&&o?e=ov(o,e.slice(2)):e=ov(e)),h)try{return OD(e)}catch{return e}return d&&!isNaN(e)&&(e=+e),e};av.exports=Vf});var hv=F((sV,fv)=>{var _D=(e,t)=>!/^[/@_]/.test(e)&&typeof Kf(t)=="string"&&`npm_config_${e.replace(/-/g,"_").toLowerCase()}`,Kf=e=>Array.isArray(e)?e.map(t=>Kf(t)).join(`
6
-
7
- `):e==null||e===!1?"":typeof e=="object"?null:String(e),cv=(e,t)=>!Array.isArray(t)||!Array.isArray(e)?e===t:RD(e,t),RD=(e,t)=>{if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0},lv=(e,t,r)=>{let n=Kf(r),i=_D(t,n);i&&n!==null&&(e[i]=n)},FD=e=>{let{env:t,defaults:r,definitions:n,list:[i,s]}=e;t.INIT_CWD=process.cwd();let o=new Set(Object.keys(i)),a=new Set(Object.keys(s));for(let u in i){let{deprecated:c,envExport:f=!0}=n[u]||{};c||f===!1||(cv(r[u],i[u])?cv(s[u],i[u])||lv(t,u,i[u]):a.has(u)&&!o.has(u)||lv(t,u,i[u]))}t.HOME=e.home,t.npm_config_global_prefix=e.globalPrefix,t.npm_config_local_prefix=e.localPrefix,i.editor&&(t.EDITOR=i.editor),i["node-options"]&&(t.NODE_OPTIONS=i["node-options"]),t.npm_config_node_gyp=i["node-gyp"],t.npm_config_npm_version=i["npm-version"]||"unknown",t.npm_execpath=e.npmBin,t.NODE=t.npm_node_execpath=e.execPath};fv.exports=FD});var pv=F((oV,dv)=>{"use strict";var Jf=class extends Error{constructor(t){let r="Invalid auth configuration found: ";r+=t.map(n=>{if(n.action==="delete")return`\`${n.key}\` is not allowed in ${n.where} config`;if(n.action==="rename")return`\`${n.from}\` must be renamed to \`${n.to}\` in ${n.where} config`}).join(", "),r+="\nPlease run `npm config fix` to repair your configuration.`",super(r),this.code="ERR_INVALID_AUTH",this.problems=t}};dv.exports={ErrInvalidAuth:Jf}});var yv=F((aV,mv)=>{var kD=hu(),gv=e=>{if(!e||typeof e!="function"&&typeof e!="object")return e;if(Array.isArray(e))return e.map(t=>gv(t));for(let{type:t,description:r}of Object.values(kD))if(t===e)return r||t;return e};mv.exports=e=>[].concat(gv(e)).filter(t=>t!==void 0)});var Qf=F((uV,bv)=>{"use strict";var DD=Symbol.for("indent"),LD=Symbol.for("newline"),TD=`
8
- `,ID=" ",ND=/^\uFEFF/,$D=/^\s*[{[]((?:\r?\n)+)([\s\t]*)/,MD=/^(?:\{\}|\[\])((?:\r?\n)+)?$/,vv=/^Unexpected token '?(.)'?(,)? /i,jD=e=>{let t=e.charCodeAt(0).toString(16).toUpperCase();return`0x${t.length%2?"0":""}${t}`},Av=e=>String(e).replace(ND,""),Xf=(e,t,r=0)=>({message:`${e} while parsing ${t}`,position:r}),BD=(e,t,r=20)=>{let n=e.message;if(!t)return Xf(n,"empty string");let i=n.match(vv),s=n.match(/ position\s+(\d+)/i);i&&(n=n.replace(vv,`Unexpected token ${JSON.stringify(i[1])} (${jD(i[1])})$2 `));let o;if(s?o=+s[1]:n.match(/^Unexpected end of JSON.*/i)&&(o=t.length-1),o==null)return Xf(n,`'${t.slice(0,r*2)}'`);let a=o<=r?0:o-r,u=o+r>=t.length?t.length:o+r,c=`${a?"...":""}${t.slice(a,u)}${u===t.length?"":"..."}`;return Xf(n,`${t===c?"":"near "}${JSON.stringify(c)}`,o)},du=class extends SyntaxError{constructor(t,r,n,i){let s=BD(t,r,n);super(s.message),Object.assign(this,s),this.code="EJSONPARSE",this.systemError=t,Error.captureStackTrace(this,i||this.constructor)}get name(){return this.constructor.name}set name(t){}get[Symbol.toStringTag](){return this.constructor.name}},Ev=(e,t)=>{let r=JSON.parse(e,t);if(r&&typeof r=="object"){let n=e.match(MD)||e.match($D)||[null,"",""];r[LD]=n[1]??TD,r[DD]=n[2]??ID}return r},pu=(e,t,r)=>{let n=Av(e);try{return Ev(n,t)}catch(i){if(typeof e!="string"&&!Buffer.isBuffer(e)){let s=Array.isArray(e)&&e.length===0?"an empty array":String(e);throw Object.assign(new TypeError(`Cannot parse ${s}`),{code:"EJSONPARSE",systemError:i})}throw new du(i,n,r,pu)}};bv.exports=pu;pu.JSONParseError=du;pu.noExceptions=(e,t)=>{try{return Ev(Av(e),t)}catch{}}});var Cv=F((cV,Sv)=>{var Zf=new Set(["dependencies","optionalDependencies","devDependencies","peerDependencies"]),WD=e=>{for(let t of Zf)e&&e[t]&&(e[t]=Object.keys(e[t]).sort((r,n)=>r.localeCompare(n,"en")).reduce((r,n)=>(r[n]=e[t][n],r),{}));return e},wv=({content:e,originalContent:t})=>{let r=WD({...e});if(r.dependencies&&r.optionalDependencies)for(let a of Object.keys(r.optionalDependencies))delete r.dependencies[a];let n={...t};for(let a of Zf)r[a]&&(n[a]=r[a]),r[a]&&typeof r=="object"&&Object.keys(r[a]).length===0&&delete n[a];let{dependencies:i,peerDependencies:s}=t||{},{peerDependencies:o}=n;if(i&&s&&o)for(let a of Object.keys(s))i[a]!==void 0&&o[a]!==void 0&&(n.dependencies=n.dependencies||{},n.dependencies[a]=o[a]);return n};wv.knownKeys=Zf;Sv.exports=wv});var Pv=F((lV,xv)=>{var qD=({content:e,originalContent:t={}})=>{let r=e.scripts;if(!r)return t;if(Object.entries(r).some(([i,s])=>typeof i!="string"||typeof s!="string"))throw Object.assign(new TypeError("package.json scripts should be a key-value pair of strings."),{code:"ESCRIPTSINVALID"});return{...t,scripts:{...r}}};xv.exports=qD});var _v=F((fV,Ov)=>{var GD=({content:e,originalContent:t={}})=>{let r=e.workspaces;if(!r)return t;let n=()=>r.some(i=>typeof i!="string");if(!r.length||n())throw Object.assign(new TypeError("workspaces should be an array of strings."),{code:"EWORKSPACESINVALID"});return{...t,workspaces:[...r]}};Ov.exports=GD});var eh=F((hV,Rv)=>{"use strict";var UD=yi(),HD=(e,t)=>{let r=UD(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null};Rv.exports=HD});var kv=F((dV,Fv)=>{var zD=Symbol("proc-log.meta");Fv.exports={META:zD,output:{LEVELS:["standard","error","buffer","flush"],KEYS:{standard:"standard",error:"error",buffer:"buffer",flush:"flush"},standard:function(...e){return process.emit("output","standard",...e)},error:function(...e){return process.emit("output","error",...e)},buffer:function(...e){return process.emit("output","buffer",...e)},flush:function(...e){return process.emit("output","flush",...e)}},log:{LEVELS:["notice","error","warn","info","verbose","http","silly","timing","pause","resume"],KEYS:{notice:"notice",error:"error",warn:"warn",info:"info",verbose:"verbose",http:"http",silly:"silly",timing:"timing",pause:"pause",resume:"resume"},error:function(...e){return process.emit("log","error",...e)},notice:function(...e){return process.emit("log","notice",...e)},warn:function(...e){return process.emit("log","warn",...e)},info:function(...e){return process.emit("log","info",...e)},verbose:function(...e){return process.emit("log","verbose",...e)},http:function(...e){return process.emit("log","http",...e)},silly:function(...e){return process.emit("log","silly",...e)},timing:function(...e){return process.emit("log","timing",...e)},pause:function(){return process.emit("log","pause")},resume:function(){return process.emit("log","resume")}},time:{LEVELS:["start","end"],KEYS:{start:"start",end:"end"},start:function(e,t){process.emit("time","start",e);function r(){return process.emit("time","end",e)}if(typeof t=="function"){let n=t();return n&&n.finally?n.finally(r):(r(),n)}return r},end:function(e){return process.emit("time","end",e)}},input:{LEVELS:["start","end","read"],KEYS:{start:"start",end:"end",read:"read"},start:function(e){process.emit("input","start");function t(){return process.emit("input","end")}if(typeof e=="function"){let r=e();return r&&r.finally?r.finally(t):(t(),r)}return t},end:function(){return process.emit("input","end")},read:function(...e){let t,r,n=new Promise((i,s)=>{t=i,r=s});return process.emit("input","read",t,r,...e),n}}}});var yu=F(mu=>{"use strict";Object.defineProperty(mu,"__esModule",{value:!0});mu.LRUCache=void 0;var YD=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,Lv=new Set,th=typeof process=="object"&&process?process:{},Tv=(e,t,r,n)=>{typeof th.emitWarning=="function"?th.emitWarning(e,t,r,n):console.error(`[${r}] ${t}: ${e}`)},gu=globalThis.AbortController,Dv=globalThis.AbortSignal;if(typeof gu>"u"){Dv=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(n,i){this._onabort.push(i)}},gu=class{constructor(){t()}signal=new Dv;abort(n){if(!this.signal.aborted){this.signal.reason=n,this.signal.aborted=!0;for(let i of this.signal._onabort)i(n);this.signal.onabort?.(n)}}};let e=th.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{e&&(e=!1,Tv("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t))}}var VD=e=>!Lv.has(e),mV=Symbol("type"),kn=e=>e&&e===Math.floor(e)&&e>0&&isFinite(e),Iv=e=>kn(e)?e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?es:null:null,es=class extends Array{constructor(t){super(t),this.fill(0)}},rh=class e{heap;length;static#e=!1;static create(t){let r=Iv(t);if(!r)return[];e.#e=!0;let n=new e(t,r);return e.#e=!1,n}constructor(t,r){if(!e.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new r(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}},nh=class e{#e;#r;#t;#n;#o;#h;#d;#u;get perf(){return this.#u}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#a;#p;#f;#c;#i;#m;#b;#E;#y;#_;#v;#S;#P;#A;#w;#O;#g;#s;static unsafeExposeInternals(t){return{starts:t.#P,ttls:t.#A,sizes:t.#S,keyMap:t.#f,keyList:t.#c,valList:t.#i,next:t.#m,prev:t.#b,get head(){return t.#E},get tail(){return t.#y},free:t.#_,isBackgroundFetch:r=>t.#l(r),backgroundFetch:(r,n,i,s)=>t.#G(r,n,i,s),moveToTail:r=>t.#$(r),indexes:r=>t.#F(r),rindexes:r=>t.#D(r),isStale:r=>t.#x(r)}}get max(){return this.#e}get maxSize(){return this.#r}get calculatedSize(){return this.#p}get size(){return this.#a}get fetchMethod(){return this.#h}get memoMethod(){return this.#d}get dispose(){return this.#t}get onInsert(){return this.#n}get disposeAfter(){return this.#o}constructor(t){let{max:r=0,ttl:n,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:u,dispose:c,onInsert:f,disposeAfter:l,noDisposeOnSet:h,noUpdateTTL:d,maxSize:p=0,maxEntrySize:y=0,sizeCalculation:m,fetchMethod:P,memoMethod:S,noDeleteOnFetchRejection:L,noDeleteOnStaleGet:O,allowStaleOnFetchRejection:b,allowStaleOnFetchAbort:_,ignoreFetchAbort:D,perf:k}=t;if(k!==void 0&&typeof k?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#u=k??YD,r!==0&&!kn(r))throw new TypeError("max option must be a nonnegative integer");let $=r?Iv(r):Array;if(!$)throw new Error("invalid max value: "+r);if(this.#e=r,this.#r=p,this.maxEntrySize=y||this.#r,this.sizeCalculation=m,this.sizeCalculation){if(!this.#r&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(S!==void 0&&typeof S!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#d=S,P!==void 0&&typeof P!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#h=P,this.#O=!!P,this.#f=new Map,this.#c=new Array(r).fill(void 0),this.#i=new Array(r).fill(void 0),this.#m=new $(r),this.#b=new $(r),this.#E=0,this.#y=0,this.#_=rh.create(r),this.#a=0,this.#p=0,typeof c=="function"&&(this.#t=c),typeof f=="function"&&(this.#n=f),typeof l=="function"?(this.#o=l,this.#v=[]):(this.#o=void 0,this.#v=void 0),this.#w=!!this.#t,this.#s=!!this.#n,this.#g=!!this.#o,this.noDisposeOnSet=!!h,this.noUpdateTTL=!!d,this.noDeleteOnFetchRejection=!!L,this.allowStaleOnFetchRejection=!!b,this.allowStaleOnFetchAbort=!!_,this.ignoreFetchAbort=!!D,this.maxEntrySize!==0){if(this.#r!==0&&!kn(this.#r))throw new TypeError("maxSize must be a positive integer if specified");if(!kn(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#M()}if(this.allowStale=!!u,this.noDeleteOnStaleGet=!!O,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=kn(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=n||0,this.ttl){if(!kn(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#L()}if(this.#e===0&&this.ttl===0&&this.#r===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#r){let x="LRU_CACHE_UNBOUNDED";VD(x)&&(Lv.add(x),Tv("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",x,e))}}getRemainingTTL(t){return this.#f.has(t)?1/0:0}#L(){let t=new es(this.#e),r=new es(this.#e);this.#A=t,this.#P=r,this.#W=(s,o,a=this.#u.now())=>{if(r[s]=o!==0?a:0,t[s]=o,o!==0&&this.ttlAutopurge){let u=setTimeout(()=>{this.#x(s)&&this.#k(this.#c[s],"expire")},o+1);u.unref&&u.unref()}},this.#R=s=>{r[s]=t[s]!==0?this.#u.now():0},this.#C=(s,o)=>{if(t[o]){let a=t[o],u=r[o];if(!a||!u)return;s.ttl=a,s.start=u,s.now=n||i();let c=s.now-u;s.remainingTTL=a-c}};let n=0,i=()=>{let s=this.#u.now();if(this.ttlResolution>0){n=s;let o=setTimeout(()=>n=0,this.ttlResolution);o.unref&&o.unref()}return s};this.getRemainingTTL=s=>{let o=this.#f.get(s);if(o===void 0)return 0;let a=t[o],u=r[o];if(!a||!u)return 1/0;let c=(n||i())-u;return a-c},this.#x=s=>{let o=r[s],a=t[s];return!!a&&!!o&&(n||i())-o>a}}#R=()=>{};#C=()=>{};#W=()=>{};#x=()=>!1;#M(){let t=new es(this.#e);this.#p=0,this.#S=t,this.#T=r=>{this.#p-=t[r],t[r]=0},this.#I=(r,n,i,s)=>{if(this.#l(n))return 0;if(!kn(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(n,r),!kn(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i},this.#j=(r,n,i)=>{if(t[r]=n,this.#r){let s=this.#r-t[r];for(;this.#p>s;)this.#N(!0)}this.#p+=t[r],i&&(i.entrySize=n,i.totalCalculatedSize=this.#p)}}#T=t=>{};#j=(t,r,n)=>{};#I=(t,r,n,i)=>{if(n||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#F({allowStale:t=this.allowStale}={}){if(this.#a)for(let r=this.#y;!(!this.#q(r)||((t||!this.#x(r))&&(yield r),r===this.#E));)r=this.#b[r]}*#D({allowStale:t=this.allowStale}={}){if(this.#a)for(let r=this.#E;!(!this.#q(r)||((t||!this.#x(r))&&(yield r),r===this.#y));)r=this.#m[r]}#q(t){return t!==void 0&&this.#f.get(this.#c[t])===t}*entries(){for(let t of this.#F())this.#i[t]!==void 0&&this.#c[t]!==void 0&&!this.#l(this.#i[t])&&(yield[this.#c[t],this.#i[t]])}*rentries(){for(let t of this.#D())this.#i[t]!==void 0&&this.#c[t]!==void 0&&!this.#l(this.#i[t])&&(yield[this.#c[t],this.#i[t]])}*keys(){for(let t of this.#F()){let r=this.#c[t];r!==void 0&&!this.#l(this.#i[t])&&(yield r)}}*rkeys(){for(let t of this.#D()){let r=this.#c[t];r!==void 0&&!this.#l(this.#i[t])&&(yield r)}}*values(){for(let t of this.#F())this.#i[t]!==void 0&&!this.#l(this.#i[t])&&(yield this.#i[t])}*rvalues(){for(let t of this.#D())this.#i[t]!==void 0&&!this.#l(this.#i[t])&&(yield this.#i[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,r={}){for(let n of this.#F()){let i=this.#i[n],s=this.#l(i)?i.__staleWhileFetching:i;if(s!==void 0&&t(s,this.#c[n],this))return this.get(this.#c[n],r)}}forEach(t,r=this){for(let n of this.#F()){let i=this.#i[n],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&t.call(r,s,this.#c[n],this)}}rforEach(t,r=this){for(let n of this.#D()){let i=this.#i[n],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&t.call(r,s,this.#c[n],this)}}purgeStale(){let t=!1;for(let r of this.#D({allowStale:!0}))this.#x(r)&&(this.#k(this.#c[r],"expire"),t=!0);return t}info(t){let r=this.#f.get(t);if(r===void 0)return;let n=this.#i[r],i=this.#l(n)?n.__staleWhileFetching:n;if(i===void 0)return;let s={value:i};if(this.#A&&this.#P){let o=this.#A[r],a=this.#P[r];if(o&&a){let u=o-(this.#u.now()-a);s.ttl=u,s.start=Date.now()}}return this.#S&&(s.size=this.#S[r]),s}dump(){let t=[];for(let r of this.#F({allowStale:!0})){let n=this.#c[r],i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;if(s===void 0||n===void 0)continue;let o={value:s};if(this.#A&&this.#P){o.ttl=this.#A[r];let a=this.#u.now()-this.#P[r];o.start=Math.floor(Date.now()-a)}this.#S&&(o.size=this.#S[r]),t.unshift([n,o])}return t}load(t){this.clear();for(let[r,n]of t){if(n.start){let i=Date.now()-n.start;n.start=this.#u.now()-i}this.set(r,n.value,n)}}set(t,r,n={}){if(r===void 0)return this.delete(t),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:u}=n,{noUpdateTTL:c=this.noUpdateTTL}=n,f=this.#I(t,r,n.size||0,a);if(this.maxEntrySize&&f>this.maxEntrySize)return u&&(u.set="miss",u.maxEntrySizeExceeded=!0),this.#k(t,"set"),this;let l=this.#a===0?void 0:this.#f.get(t);if(l===void 0)l=this.#a===0?this.#y:this.#_.length!==0?this.#_.pop():this.#a===this.#e?this.#N(!1):this.#a,this.#c[l]=t,this.#i[l]=r,this.#f.set(t,l),this.#m[this.#y]=l,this.#b[l]=this.#y,this.#y=l,this.#a++,this.#j(l,f,u),u&&(u.set="add"),c=!1,this.#s&&this.#n?.(r,t,"add");else{this.#$(l);let h=this.#i[l];if(r!==h){if(this.#O&&this.#l(h)){h.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:d}=h;d!==void 0&&!o&&(this.#w&&this.#t?.(d,t,"set"),this.#g&&this.#v?.push([d,t,"set"]))}else o||(this.#w&&this.#t?.(h,t,"set"),this.#g&&this.#v?.push([h,t,"set"]));if(this.#T(l),this.#j(l,f,u),this.#i[l]=r,u){u.set="replace";let d=h&&this.#l(h)?h.__staleWhileFetching:h;d!==void 0&&(u.oldValue=d)}}else u&&(u.set="update");this.#s&&this.onInsert?.(r,t,r===h?"update":"replace")}if(i!==0&&!this.#A&&this.#L(),this.#A&&(c||this.#W(l,i,s),u&&this.#C(u,l)),!o&&this.#g&&this.#v){let h=this.#v,d;for(;d=h?.shift();)this.#o?.(...d)}return this}pop(){try{for(;this.#a;){let t=this.#i[this.#E];if(this.#N(!0),this.#l(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#g&&this.#v){let t=this.#v,r;for(;r=t?.shift();)this.#o?.(...r)}}}#N(t){let r=this.#E,n=this.#c[r],i=this.#i[r];return this.#O&&this.#l(i)?i.__abortController.abort(new Error("evicted")):(this.#w||this.#g)&&(this.#w&&this.#t?.(i,n,"evict"),this.#g&&this.#v?.push([i,n,"evict"])),this.#T(r),t&&(this.#c[r]=void 0,this.#i[r]=void 0,this.#_.push(r)),this.#a===1?(this.#E=this.#y=0,this.#_.length=0):this.#E=this.#m[r],this.#f.delete(n),this.#a--,r}has(t,r={}){let{updateAgeOnHas:n=this.updateAgeOnHas,status:i}=r,s=this.#f.get(t);if(s!==void 0){let o=this.#i[s];if(this.#l(o)&&o.__staleWhileFetching===void 0)return!1;if(this.#x(s))i&&(i.has="stale",this.#C(i,s));else return n&&this.#R(s),i&&(i.has="hit",this.#C(i,s)),!0}else i&&(i.has="miss");return!1}peek(t,r={}){let{allowStale:n=this.allowStale}=r,i=this.#f.get(t);if(i===void 0||!n&&this.#x(i))return;let s=this.#i[i];return this.#l(s)?s.__staleWhileFetching:s}#G(t,r,n,i){let s=r===void 0?void 0:this.#i[r];if(this.#l(s))return s;let o=new gu,{signal:a}=n;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});let u={signal:o.signal,options:n,context:i},c=(y,m=!1)=>{let{aborted:P}=o.signal,S=n.ignoreFetchAbort&&y!==void 0;if(n.status&&(P&&!m?(n.status.fetchAborted=!0,n.status.fetchError=o.signal.reason,S&&(n.status.fetchAbortIgnored=!0)):n.status.fetchResolved=!0),P&&!S&&!m)return l(o.signal.reason);let L=d,O=this.#i[r];return(O===d||S&&m&&O===void 0)&&(y===void 0?L.__staleWhileFetching!==void 0?this.#i[r]=L.__staleWhileFetching:this.#k(t,"fetch"):(n.status&&(n.status.fetchUpdated=!0),this.set(t,y,u.options))),y},f=y=>(n.status&&(n.status.fetchRejected=!0,n.status.fetchError=y),l(y)),l=y=>{let{aborted:m}=o.signal,P=m&&n.allowStaleOnFetchAbort,S=P||n.allowStaleOnFetchRejection,L=S||n.noDeleteOnFetchRejection,O=d;if(this.#i[r]===d&&(!L||O.__staleWhileFetching===void 0?this.#k(t,"fetch"):P||(this.#i[r]=O.__staleWhileFetching)),S)return n.status&&O.__staleWhileFetching!==void 0&&(n.status.returnedStale=!0),O.__staleWhileFetching;if(O.__returned===O)throw y},h=(y,m)=>{let P=this.#h?.(t,s,u);P&&P instanceof Promise&&P.then(S=>y(S===void 0?void 0:S),m),o.signal.addEventListener("abort",()=>{(!n.ignoreFetchAbort||n.allowStaleOnFetchAbort)&&(y(void 0),n.allowStaleOnFetchAbort&&(y=S=>c(S,!0)))})};n.status&&(n.status.fetchDispatched=!0);let d=new Promise(h).then(c,f),p=Object.assign(d,{__abortController:o,__staleWhileFetching:s,__returned:void 0});return r===void 0?(this.set(t,p,{...u.options,status:void 0}),r=this.#f.get(t)):this.#i[r]=p,p}#l(t){if(!this.#O)return!1;let r=t;return!!r&&r instanceof Promise&&r.hasOwnProperty("__staleWhileFetching")&&r.__abortController instanceof gu}async fetch(t,r={}){let{allowStale:n=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:a=this.noDisposeOnSet,size:u=0,sizeCalculation:c=this.sizeCalculation,noUpdateTTL:f=this.noUpdateTTL,noDeleteOnFetchRejection:l=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:h=this.allowStaleOnFetchRejection,ignoreFetchAbort:d=this.ignoreFetchAbort,allowStaleOnFetchAbort:p=this.allowStaleOnFetchAbort,context:y,forceRefresh:m=!1,status:P,signal:S}=r;if(!this.#O)return P&&(P.fetch="get"),this.get(t,{allowStale:n,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:P});let L={allowStale:n,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:o,noDisposeOnSet:a,size:u,sizeCalculation:c,noUpdateTTL:f,noDeleteOnFetchRejection:l,allowStaleOnFetchRejection:h,allowStaleOnFetchAbort:p,ignoreFetchAbort:d,status:P,signal:S},O=this.#f.get(t);if(O===void 0){P&&(P.fetch="miss");let b=this.#G(t,O,L,y);return b.__returned=b}else{let b=this.#i[O];if(this.#l(b)){let x=n&&b.__staleWhileFetching!==void 0;return P&&(P.fetch="inflight",x&&(P.returnedStale=!0)),x?b.__staleWhileFetching:b.__returned=b}let _=this.#x(O);if(!m&&!_)return P&&(P.fetch="hit"),this.#$(O),i&&this.#R(O),P&&this.#C(P,O),b;let D=this.#G(t,O,L,y),$=D.__staleWhileFetching!==void 0&&n;return P&&(P.fetch=_?"stale":"refresh",$&&_&&(P.returnedStale=!0)),$?D.__staleWhileFetching:D.__returned=D}}async forceFetch(t,r={}){let n=await this.fetch(t,r);if(n===void 0)throw new Error("fetch() returned undefined");return n}memo(t,r={}){let n=this.#d;if(!n)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...o}=r,a=this.get(t,o);if(!s&&a!==void 0)return a;let u=n(t,a,{options:o,context:i});return this.set(t,u,o),u}get(t,r={}){let{allowStale:n=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:o}=r,a=this.#f.get(t);if(a!==void 0){let u=this.#i[a],c=this.#l(u);return o&&this.#C(o,a),this.#x(a)?(o&&(o.get="stale"),c?(o&&n&&u.__staleWhileFetching!==void 0&&(o.returnedStale=!0),n?u.__staleWhileFetching:void 0):(s||this.#k(t,"expire"),o&&n&&(o.returnedStale=!0),n?u:void 0)):(o&&(o.get="hit"),c?u.__staleWhileFetching:(this.#$(a),i&&this.#R(a),u))}else o&&(o.get="miss")}#U(t,r){this.#b[r]=t,this.#m[t]=r}#$(t){t!==this.#y&&(t===this.#E?this.#E=this.#m[t]:this.#U(this.#b[t],this.#m[t]),this.#U(this.#y,t),this.#y=t)}delete(t){return this.#k(t,"delete")}#k(t,r){let n=!1;if(this.#a!==0){let i=this.#f.get(t);if(i!==void 0)if(n=!0,this.#a===1)this.#B(r);else{this.#T(i);let s=this.#i[i];if(this.#l(s)?s.__abortController.abort(new Error("deleted")):(this.#w||this.#g)&&(this.#w&&this.#t?.(s,t,r),this.#g&&this.#v?.push([s,t,r])),this.#f.delete(t),this.#c[i]=void 0,this.#i[i]=void 0,i===this.#y)this.#y=this.#b[i];else if(i===this.#E)this.#E=this.#m[i];else{let o=this.#b[i];this.#m[o]=this.#m[i];let a=this.#m[i];this.#b[a]=this.#b[i]}this.#a--,this.#_.push(i)}}if(this.#g&&this.#v?.length){let i=this.#v,s;for(;s=i?.shift();)this.#o?.(...s)}return n}clear(){return this.#B("delete")}#B(t){for(let r of this.#D({allowStale:!0})){let n=this.#i[r];if(this.#l(n))n.__abortController.abort(new Error("deleted"));else{let i=this.#c[r];this.#w&&this.#t?.(n,i,t),this.#g&&this.#v?.push([n,i,t])}}if(this.#f.clear(),this.#i.fill(void 0),this.#c.fill(void 0),this.#A&&this.#P&&(this.#A.fill(0),this.#P.fill(0)),this.#S&&this.#S.fill(0),this.#E=0,this.#y=0,this.#_.length=0,this.#p=0,this.#a=0,this.#g&&this.#v){let r=this.#v,n;for(;n=r?.shift();)this.#o?.(...n)}}};mu.LRUCache=nh});var Mv=F((vV,$v)=>{"use strict";var ke=(...e)=>e.every(t=>t)?e.join(""):"",tt=e=>e?encodeURIComponent(e):"",Nv=e=>e.toLowerCase().replace(/^\W+/g,"").replace(/(?<!\W)\W+$/,"").replace(/\//g,"").replace(/\W+/g,"-"),KD={sshtemplate:({domain:e,user:t,project:r,committish:n})=>`git@${e}:${t}/${r}.git${ke("#",n)}`,sshurltemplate:({domain:e,user:t,project:r,committish:n})=>`git+ssh://git@${e}/${t}/${r}.git${ke("#",n)}`,edittemplate:({domain:e,user:t,project:r,committish:n,editpath:i,path:s})=>`https://${e}/${t}/${r}${ke("/",i,"/",tt(n||"HEAD"),"/",s)}`,browsetemplate:({domain:e,user:t,project:r,committish:n,treepath:i})=>`https://${e}/${t}/${r}${ke("/",i,"/",tt(n))}`,browsetreetemplate:({domain:e,user:t,project:r,committish:n,treepath:i,path:s,fragment:o,hashformat:a})=>`https://${e}/${t}/${r}/${i}/${tt(n||"HEAD")}/${s}${ke("#",a(o||""))}`,browseblobtemplate:({domain:e,user:t,project:r,committish:n,blobpath:i,path:s,fragment:o,hashformat:a})=>`https://${e}/${t}/${r}/${i}/${tt(n||"HEAD")}/${s}${ke("#",a(o||""))}`,docstemplate:({domain:e,user:t,project:r,treepath:n,committish:i})=>`https://${e}/${t}/${r}${ke("/",n,"/",tt(i))}#readme`,httpstemplate:({auth:e,domain:t,user:r,project:n,committish:i})=>`git+https://${ke(e,"@")}${t}/${r}/${n}.git${ke("#",i)}`,filetemplate:({domain:e,user:t,project:r,committish:n,path:i})=>`https://${e}/${t}/${r}/raw/${tt(n||"HEAD")}/${i}`,shortcuttemplate:({type:e,user:t,project:r,committish:n})=>`${e}:${t}/${r}${ke("#",n)}`,pathtemplate:({user:e,project:t,committish:r})=>`${e}/${t}${ke("#",r)}`,bugstemplate:({domain:e,user:t,project:r})=>`https://${e}/${t}/${r}/issues`,hashformat:Nv},Dn={};Dn.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:({auth:e,user:t,project:r,committish:n,path:i})=>`https://${ke(e,"@")}raw.githubusercontent.com/${t}/${r}/${tt(n||"HEAD")}/${i}`,gittemplate:({auth:e,domain:t,user:r,project:n,committish:i})=>`git://${ke(e,"@")}${t}/${r}/${n}.git${ke("#",i)}`,tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://codeload.${e}/${t}/${r}/tar.gz/${tt(n||"HEAD")}`,extract:e=>{let[,t,r,n,i]=e.pathname.split("/",5);if(!(n&&n!=="tree")&&(n||(i=e.hash.slice(1)),r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:i}}};Dn.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:({domain:e,user:t,project:r,committish:n,treepath:i,path:s,editpath:o})=>`https://${e}/${t}/${r}${ke("/",i,"/",tt(n||"HEAD"),"/",s,o)}`,tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}/get/${tt(n||"HEAD")}.tar.gz`,extract:e=>{let[,t,r,n]=e.pathname.split("/",4);if(!["get"].includes(n)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:e.hash.slice(1)}}};Dn.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}/repository/archive.tar.gz?ref=${tt(n||"HEAD")}`,extract:e=>{let t=e.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;let r=t.split("/"),n=r.pop();n.endsWith(".git")&&(n=n.slice(0,-4));let i=r.join("/");if(!(!i||!n))return{user:i,project:n,committish:e.hash.slice(1)}}};Dn.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:({domain:e,project:t,committish:r})=>`git@${e}:${t}.git${ke("#",r)}`,sshurltemplate:({domain:e,project:t,committish:r})=>`git+ssh://git@${e}/${t}.git${ke("#",r)}`,edittemplate:({domain:e,user:t,project:r,committish:n,editpath:i})=>`https://${e}/${t}/${r}${ke("/",tt(n))}/${i}`,browsetemplate:({domain:e,project:t,committish:r})=>`https://${e}/${t}${ke("/",tt(r))}`,browsetreetemplate:({domain:e,project:t,committish:r,path:n,hashformat:i})=>`https://${e}/${t}${ke("/",tt(r))}${ke("#",i(n))}`,browseblobtemplate:({domain:e,project:t,committish:r,path:n,hashformat:i})=>`https://${e}/${t}${ke("/",tt(r))}${ke("#",i(n))}`,docstemplate:({domain:e,project:t,committish:r})=>`https://${e}/${t}${ke("/",tt(r))}`,httpstemplate:({domain:e,project:t,committish:r})=>`git+https://${e}/${t}.git${ke("#",r)}`,filetemplate:({user:e,project:t,committish:r,path:n})=>`https://gist.githubusercontent.com/${e}/${t}/raw${ke("/",tt(r))}/${n}`,shortcuttemplate:({type:e,project:t,committish:r})=>`${e}:${t}${ke("#",r)}`,pathtemplate:({project:e,committish:t})=>`${e}${ke("#",t)}`,bugstemplate:({domain:e,project:t})=>`https://${e}/${t}`,gittemplate:({domain:e,project:t,committish:r})=>`git://${e}/${t}.git${ke("#",r)}`,tarballtemplate:({project:e,committish:t})=>`https://codeload.github.com/gist/${e}/tar.gz/${tt(t||"HEAD")}`,extract:e=>{let[,t,r,n]=e.pathname.split("/",4);if(n!=="raw"){if(!r){if(!t)return;r=t,t=null}return r.endsWith(".git")&&(r=r.slice(0,-4)),{user:t,project:r,committish:e.hash.slice(1)}}},hashformat:function(e){return e&&"file-"+Nv(e)}};Dn.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:({domain:e,user:t,project:r,committish:n,path:i})=>`https://${e}/${t}/${r}/blob/${tt(n)||"HEAD"}/${i}`,httpstemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}.git${ke("#",n)}`,tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}/archive/${tt(n)||"HEAD"}.tar.gz`,bugstemplate:()=>null,extract:e=>{let[,t,r,n]=e.pathname.split("/",4);if(!["archive"].includes(n)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:e.hash.slice(1)}}};for(let[e,t]of Object.entries(Dn))Dn[e]=Object.assign({},KD,t);$v.exports=Dn});var sh=F((AV,Bv)=>{var JD=require("url"),ih=(e,t,r)=>{let n=e.indexOf(r);return e.lastIndexOf(t,n>-1?n:1/0)},jv=e=>{try{return new JD.URL(e)}catch{}},XD=(e,t)=>{let r=e.indexOf(":"),n=e.slice(0,r+1);if(Object.prototype.hasOwnProperty.call(t,n)||e.substr(r,3)==="://")return e;let i=e.indexOf("@");return i>-1?i>r?`git+ssh://${e}`:e:`${e.slice(0,r+1)}//${e.slice(r+1)}`},QD=e=>{let t=ih(e,"@","#"),r=ih(e,":","#");return r>t&&(e=e.slice(0,r)+"/"+e.slice(r+1)),ih(e,":","#")===-1&&e.indexOf("//")===-1&&(e=`git+ssh://${e}`),e};Bv.exports=(e,t)=>{let r=t?XD(e,t):e;return jv(r)||jv(QD(r))}});var qv=F((EV,Wv)=>{"use strict";var ZD=sh(),eL=e=>{let t=e.indexOf("#"),r=e.indexOf("/"),n=e.indexOf("/",r+1),i=e.indexOf(":"),s=/\s/.exec(e),o=e.indexOf("@"),a=!s||t>-1&&s.index>t,u=o===-1||t>-1&&o>t,c=i===-1||t>-1&&i>t,f=n===-1||t>-1&&n>t,l=r>0,h=t>-1?e[t-1]!=="/":!e.endsWith("/"),d=!e.startsWith(".");return a&&l&&h&&d&&u&&c&&f};Wv.exports=(e,t,{gitHosts:r,protocols:n})=>{if(!e)return;let i=eL(e)?`github:${e}`:e,s=ZD(i,n);if(!s)return;let o=r.byShortcut[s.protocol],a=r.byDomain[s.hostname.startsWith("www.")?s.hostname.slice(4):s.hostname],u=o||a;if(!u)return;let c=r[o||a],f=null;n[s.protocol]?.auth&&(s.username||s.password)&&(f=`${s.username}${s.password?":"+s.password:""}`);let l=null,h=null,d=null,p=null;try{if(o){let y=s.pathname.startsWith("/")?s.pathname.slice(1):s.pathname,m=y.indexOf("@");m>-1&&(y=y.slice(m+1));let P=y.lastIndexOf("/");P>-1?(h=decodeURIComponent(y.slice(0,P)),h||(h=null),d=decodeURIComponent(y.slice(P+1))):d=decodeURIComponent(y),d.endsWith(".git")&&(d=d.slice(0,-4)),s.hash&&(l=decodeURIComponent(s.hash.slice(1))),p="shortcut"}else{if(!c.protocols.includes(s.protocol))return;let y=c.extract(s);if(!y)return;h=y.user&&decodeURIComponent(y.user),d=decodeURIComponent(y.project),l=decodeURIComponent(y.committish),p=n[s.protocol]?.name||s.protocol.slice(0,-1)}}catch(y){if(y instanceof URIError)return;throw y}return[u,h,f,d,l,p,t]}});var Au=F((bV,Gv)=>{"use strict";var{LRUCache:tL}=yu(),rL=Mv(),nL=qv(),iL=sh(),oh=new tL({max:1e3});function sL(e){try{let{protocol:t,hostname:r,pathname:n}=new URL(e);if(!r)return null;let i=/(?:git\+)http:$/.test(t)?"http:":"https:",s=n.replace(/\.git$/,"");return`${i}//${r}${s}`}catch{return null}}var vu=class e{constructor(t,r,n,i,s,o,a={}){Object.assign(this,e.#e[t],{type:t,user:r,auth:n,project:i,committish:s,default:o,opts:a})}static#e={byShortcut:{},byDomain:{}};static#r={"git+ssh:":{name:"sshurl"},"ssh:":{name:"sshurl"},"git+https:":{name:"https",auth:!0},"git:":{auth:!0},"http:":{auth:!0},"https:":{auth:!0},"git+http:":{auth:!0}};static addHost(t,r){e.#e[t]=r,e.#e.byDomain[r.domain]=t,e.#e.byShortcut[`${t}:`]=t,e.#r[`${t}:`]={name:t}}static fromUrl(t,r){if(typeof t!="string")return;let n=t+JSON.stringify(r||{});if(!oh.has(n)){let i=nL(t,r,{gitHosts:e.#e,protocols:e.#r});oh.set(n,i?new e(...i):void 0)}return oh.get(n)}static fromManifest(t,r={}){if(!t||typeof t!="object")return;let n=t.repository,i=n&&(typeof n=="string"?n:typeof n=="object"&&typeof n.url=="string"?n.url:null);if(!i)throw new Error("no repository");let s=i&&e.fromUrl(i.replace(/^git\+/,""),r)||null;if(s)return s;let o=sL(i);return e.fromUrl(o,r)||o}static parseUrl(t){return iL(t)}#t(t,r){if(typeof t!="function")return null;let n={...this,...this.opts,...r};n.path||(n.path=""),n.path.startsWith("/")&&(n.path=n.path.slice(1)),n.noCommittish&&(n.committish=null);let i=t(n);return n.noGitPlus&&i.startsWith("git+")?i.slice(4):i}hash(){return this.committish?`#${this.committish}`:""}ssh(t){return this.#t(this.sshtemplate,t)}sshurl(t){return this.#t(this.sshurltemplate,t)}browse(t,...r){return typeof t!="string"?this.#t(this.browsetemplate,t):typeof r[0]!="string"?this.#t(this.browsetreetemplate,{...r[0],path:t}):this.#t(this.browsetreetemplate,{...r[1],fragment:r[0],path:t})}browseFile(t,...r){return typeof r[0]!="string"?this.#t(this.browseblobtemplate,{...r[0],path:t}):this.#t(this.browseblobtemplate,{...r[1],fragment:r[0],path:t})}docs(t){return this.#t(this.docstemplate,t)}bugs(t){return this.#t(this.bugstemplate,t)}https(t){return this.#t(this.httpstemplate,t)}git(t){return this.#t(this.gittemplate,t)}shortcut(t){return this.#t(this.shortcuttemplate,t)}path(t){return this.#t(this.pathtemplate,t)}tarball(t){return this.#t(this.tarballtemplate,{...t,noCommittish:!1})}file(t,r){return this.#t(this.filetemplate,{...r,path:t})}edit(t,r){return this.#t(this.edittemplate,{...r,path:t})}getDefaultRepresentation(){return this.default}toString(t){return this.default&&typeof this[this.default]=="function"?this[this.default](t):this.sshurl(t)}};for(let[e,t]of Object.entries(rL))vu.addHost(e,t);Gv.exports=vu});var Hv=F(vi=>{"use strict";Object.defineProperty(vi,"__esModule",{value:!0});vi.range=vi.balanced=void 0;var oL=(e,t,r)=>{let n=e instanceof RegExp?Uv(e,r):e,i=t instanceof RegExp?Uv(t,r):t,s=n!==null&&i!=null&&(0,vi.range)(n,i,r);return s&&{start:s[0],end:s[1],pre:r.slice(0,s[0]),body:r.slice(s[0]+n.length,s[1]),post:r.slice(s[1]+i.length)}};vi.balanced=oL;var Uv=(e,t)=>{let r=t.match(e);return r?r[0]:null},aL=(e,t,r)=>{let n,i,s,o,a,u=r.indexOf(e),c=r.indexOf(t,u+1),f=u;if(u>=0&&c>0){if(e===t)return[u,c];for(n=[],s=r.length;f>=0&&!a;){if(f===u)n.push(f),u=r.indexOf(e,f+1);else if(n.length===1){let l=n.pop();l!==void 0&&(a=[l,c])}else i=n.pop(),i!==void 0&&i<s&&(s=i,o=c),c=r.indexOf(t,f+1);f=u<c&&u>=0?u:c}n.length&&o!==void 0&&(a=[s,o])}return a};vi.range=aL});var Qv=F(ch=>{"use strict";Object.defineProperty(ch,"__esModule",{value:!0});ch.expand=EL;var zv=Hv(),Yv="\0SLASH"+Math.random()+"\0",Vv="\0OPEN"+Math.random()+"\0",uh="\0CLOSE"+Math.random()+"\0",Kv="\0COMMA"+Math.random()+"\0",Jv="\0PERIOD"+Math.random()+"\0",uL=new RegExp(Yv,"g"),cL=new RegExp(Vv,"g"),lL=new RegExp(uh,"g"),fL=new RegExp(Kv,"g"),hL=new RegExp(Jv,"g"),dL=/\\\\/g,pL=/\\{/g,gL=/\\}/g,mL=/\\,/g,yL=/\\./g;function ah(e){return isNaN(e)?e.charCodeAt(0):parseInt(e,10)}function vL(e){return e.replace(dL,Yv).replace(pL,Vv).replace(gL,uh).replace(mL,Kv).replace(yL,Jv)}function AL(e){return e.replace(uL,"\\").replace(cL,"{").replace(lL,"}").replace(fL,",").replace(hL,".")}function Xv(e){if(!e)return[""];let t=[],r=(0,zv.balanced)("{","}",e);if(!r)return e.split(",");let{pre:n,body:i,post:s}=r,o=n.split(",");o[o.length-1]+="{"+i+"}";let a=Xv(s);return s.length&&(o[o.length-1]+=a.shift(),o.push.apply(o,a)),t.push.apply(t,o),t}function EL(e){return e?(e.slice(0,2)==="{}"&&(e="\\{\\}"+e.slice(2)),lo(vL(e),!0).map(AL)):[]}function bL(e){return"{"+e+"}"}function wL(e){return/^-?0\d/.test(e)}function SL(e,t){return e<=t}function CL(e,t){return e>=t}function lo(e,t){let r=[],n=(0,zv.balanced)("{","}",e);if(!n)return[e];let i=n.pre,s=n.post.length?lo(n.post,!1):[""];if(/\$$/.test(n.pre))for(let o=0;o<s.length;o++){let a=i+"{"+n.body+"}"+s[o];r.push(a)}else{let o=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),a=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),u=o||a,c=n.body.indexOf(",")>=0;if(!u&&!c)return n.post.match(/,(?!,).*\}/)?(e=n.pre+"{"+n.body+uh+n.post,lo(e)):[e];let f;if(u)f=n.body.split(/\.\./);else if(f=Xv(n.body),f.length===1&&f[0]!==void 0&&(f=lo(f[0],!1).map(bL),f.length===1))return s.map(h=>n.pre+f[0]+h);let l;if(u&&f[0]!==void 0&&f[1]!==void 0){let h=ah(f[0]),d=ah(f[1]),p=Math.max(f[0].length,f[1].length),y=f.length===3&&f[2]!==void 0?Math.abs(ah(f[2])):1,m=SL;d<h&&(y*=-1,m=CL);let S=f.some(wL);l=[];for(let L=h;m(L,d);L+=y){let O;if(a)O=String.fromCharCode(L),O==="\\"&&(O="");else if(O=String(L),S){let b=p-O.length;if(b>0){let _=new Array(b+1).join("0");L<0?O="-"+_+O.slice(1):O=_+O}}l.push(O)}}else{l=[];for(let h=0;h<f.length;h++)l.push.apply(l,lo(f[h],!1))}for(let h=0;h<l.length;h++)for(let d=0;d<s.length;d++){let p=i+l[h]+s[d];(!t||u||p)&&r.push(p)}}return r}});var Zv=F(Eu=>{"use strict";Object.defineProperty(Eu,"__esModule",{value:!0});Eu.assertValidPattern=void 0;var xL=1024*64,PL=e=>{if(typeof e!="string")throw new TypeError("invalid pattern");if(e.length>xL)throw new TypeError("pattern is too long")};Eu.assertValidPattern=PL});var tA=F(bu=>{"use strict";Object.defineProperty(bu,"__esModule",{value:!0});bu.parseClass=void 0;var OL={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},fo=e=>e.replace(/[[\]\\-]/g,"\\$&"),_L=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),eA=e=>e.join(""),RL=(e,t)=>{let r=t;if(e.charAt(r)!=="[")throw new Error("not in a brace expression");let n=[],i=[],s=r+1,o=!1,a=!1,u=!1,c=!1,f=r,l="";e:for(;s<e.length;){let y=e.charAt(s);if((y==="!"||y==="^")&&s===r+1){c=!0,s++;continue}if(y==="]"&&o&&!u){f=s+1;break}if(o=!0,y==="\\"&&!u){u=!0,s++;continue}if(y==="["&&!u){for(let[m,[P,S,L]]of Object.entries(OL))if(e.startsWith(m,s)){if(l)return["$.",!1,e.length-r,!0];s+=m.length,L?i.push(P):n.push(P),a=a||S;continue e}}if(u=!1,l){y>l?n.push(fo(l)+"-"+fo(y)):y===l&&n.push(fo(y)),l="",s++;continue}if(e.startsWith("-]",s+1)){n.push(fo(y+"-")),s+=2;continue}if(e.startsWith("-",s+1)){l=y,s+=2;continue}n.push(fo(y)),s++}if(f<s)return["",!1,0,!1];if(!n.length&&!i.length)return["$.",!1,e.length-r,!0];if(i.length===0&&n.length===1&&/^\\?.$/.test(n[0])&&!c){let y=n[0].length===2?n[0].slice(-1):n[0];return[_L(y),!1,f-r,!1]}let h="["+(c?"^":"")+eA(n)+"]",d="["+(c?"":"^")+eA(i)+"]";return[n.length&&i.length?"("+h+"|"+d+")":n.length?h:d,a,f-r,!0]};bu.parseClass=RL});var Su=F(wu=>{"use strict";Object.defineProperty(wu,"__esModule",{value:!0});wu.unescape=void 0;var FL=(e,{windowsPathsNoEscape:t=!1,magicalBraces:r=!0}={})=>r?t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):t?e.replace(/\[([^\/\\{}])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");wu.unescape=FL});var hh=F(Pu=>{"use strict";Object.defineProperty(Pu,"__esModule",{value:!0});Pu.AST=void 0;var kL=tA(),Cu=Su(),DL=new Set(["!","?","+","*","@"]),rA=e=>DL.has(e),LL="(?!(?:^|/)\\.\\.?(?:$|/))",xu="(?!\\.)",TL=new Set(["[","."]),IL=new Set(["..","."]),NL=new Set("().*{}+?[]^$\\!"),$L=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),fh="[^/]",nA=fh+"*?",iA=fh+"+?",lh=class e{type;#e;#r;#t=!1;#n=[];#o;#h;#d;#u=!1;#a;#p;#f=!1;constructor(t,r,n={}){this.type=t,t&&(this.#r=!0),this.#o=r,this.#e=this.#o?this.#o.#e:this,this.#a=this.#e===this?n:this.#e.#a,this.#d=this.#e===this?[]:this.#e.#d,t==="!"&&!this.#e.#u&&this.#d.push(this),this.#h=this.#o?this.#o.#n.length:0}get hasMagic(){if(this.#r!==void 0)return this.#r;for(let t of this.#n)if(typeof t!="string"&&(t.type||t.hasMagic))return this.#r=!0;return this.#r}toString(){return this.#p!==void 0?this.#p:this.type?this.#p=this.type+"("+this.#n.map(t=>String(t)).join("|")+")":this.#p=this.#n.map(t=>String(t)).join("")}#c(){if(this!==this.#e)throw new Error("should only call on root");if(this.#u)return this;this.toString(),this.#u=!0;let t;for(;t=this.#d.pop();){if(t.type!=="!")continue;let r=t,n=r.#o;for(;n;){for(let i=r.#h+1;!n.type&&i<n.#n.length;i++)for(let s of t.#n){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(n.#n[i])}r=n,n=r.#o}}return this}push(...t){for(let r of t)if(r!==""){if(typeof r!="string"&&!(r instanceof e&&r.#o===this))throw new Error("invalid part: "+r);this.#n.push(r)}}toJSON(){let t=this.type===null?this.#n.slice().map(r=>typeof r=="string"?r:r.toJSON()):[this.type,...this.#n.map(r=>r.toJSON())];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#u&&this.#o?.type==="!")&&t.push({}),t}isStart(){if(this.#e===this)return!0;if(!this.#o?.isStart())return!1;if(this.#h===0)return!0;let t=this.#o;for(let r=0;r<this.#h;r++){let n=t.#n[r];if(!(n instanceof e&&n.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#o?.type==="!")return!0;if(!this.#o?.isEnd())return!1;if(!this.type)return this.#o?.isEnd();let t=this.#o?this.#o.#n.length:0;return this.#h===t-1}copyIn(t){typeof t=="string"?this.push(t):this.push(t.clone(this))}clone(t){let r=new e(this.type,t);for(let n of this.#n)r.copyIn(n);return r}static#i(t,r,n,i){let s=!1,o=!1,a=-1,u=!1;if(r.type===null){let d=n,p="";for(;d<t.length;){let y=t.charAt(d++);if(s||y==="\\"){s=!s,p+=y;continue}if(o){d===a+1?(y==="^"||y==="!")&&(u=!0):y==="]"&&!(d===a+2&&u)&&(o=!1),p+=y;continue}else if(y==="["){o=!0,a=d,u=!1,p+=y;continue}if(!i.noext&&rA(y)&&t.charAt(d)==="("){r.push(p),p="";let m=new e(y,r);d=e.#i(t,m,d,i),r.push(m);continue}p+=y}return r.push(p),d}let c=n+1,f=new e(null,r),l=[],h="";for(;c<t.length;){let d=t.charAt(c++);if(s||d==="\\"){s=!s,h+=d;continue}if(o){c===a+1?(d==="^"||d==="!")&&(u=!0):d==="]"&&!(c===a+2&&u)&&(o=!1),h+=d;continue}else if(d==="["){o=!0,a=c,u=!1,h+=d;continue}if(rA(d)&&t.charAt(c)==="("){f.push(h),h="";let p=new e(d,f);f.push(p),c=e.#i(t,p,c,i);continue}if(d==="|"){f.push(h),h="",l.push(f),f=new e(null,r);continue}if(d===")")return h===""&&r.#n.length===0&&(r.#f=!0),f.push(h),h="",r.push(...l,f),c;h+=d}return r.type=null,r.#r=void 0,r.#n=[t.substring(n-1)],c}static fromGlob(t,r={}){let n=new e(null,void 0,r);return e.#i(t,n,0,r),n}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let t=this.toString(),[r,n,i,s]=this.toRegExpSource();if(!(i||this.#r||this.#a.nocase&&!this.#a.nocaseMagicOnly&&t.toUpperCase()!==t.toLowerCase()))return n;let a=(this.#a.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${r}$`,a),{_src:r,_glob:t})}get options(){return this.#a}toRegExpSource(t){let r=t??!!this.#a.dot;if(this.#e===this&&this.#c(),!this.type){let u=this.isStart()&&this.isEnd()&&!this.#n.some(d=>typeof d!="string"),c=this.#n.map(d=>{let[p,y,m,P]=typeof d=="string"?e.#b(d,this.#r,u):d.toRegExpSource(t);return this.#r=this.#r||m,this.#t=this.#t||P,p}).join(""),f="";if(this.isStart()&&typeof this.#n[0]=="string"&&!(this.#n.length===1&&IL.has(this.#n[0]))){let p=TL,y=r&&p.has(c.charAt(0))||c.startsWith("\\.")&&p.has(c.charAt(2))||c.startsWith("\\.\\.")&&p.has(c.charAt(4)),m=!r&&!t&&p.has(c.charAt(0));f=y?LL:m?xu:""}let l="";return this.isEnd()&&this.#e.#u&&this.#o?.type==="!"&&(l="(?:$|\\/)"),[f+c+l,(0,Cu.unescape)(c),this.#r=!!this.#r,this.#t]}let n=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#m(r);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let u=this.toString();return this.#n=[u],this.type=null,this.#r=void 0,[u,(0,Cu.unescape)(this.toString()),!1,!1]}let o=!n||t||r||!xu?"":this.#m(!0);o===s&&(o=""),o&&(s=`(?:${s})(?:${o})*?`);let a="";if(this.type==="!"&&this.#f)a=(this.isStart()&&!r?xu:"")+iA;else{let u=this.type==="!"?"))"+(this.isStart()&&!r&&!t?xu:"")+nA+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&o?")":this.type==="*"&&o?")?":`)${this.type}`;a=i+s+u}return[a,(0,Cu.unescape)(s),this.#r=!!this.#r,this.#t]}#m(t){return this.#n.map(r=>{if(typeof r=="string")throw new Error("string type in extglob ast??");let[n,i,s,o]=r.toRegExpSource(t);return this.#t=this.#t||o,n}).filter(r=>!(this.isStart()&&this.isEnd())||!!r).join("|")}static#b(t,r,n=!1){let i=!1,s="",o=!1;for(let a=0;a<t.length;a++){let u=t.charAt(a);if(i){i=!1,s+=(NL.has(u)?"\\":"")+u;continue}if(u==="\\"){a===t.length-1?s+="\\\\":i=!0;continue}if(u==="["){let[c,f,l,h]=(0,kL.parseClass)(t,a);if(l){s+=c,o=o||f,a+=l-1,r=r||h;continue}}if(u==="*"){s+=n&&t==="*"?iA:nA,r=!0;continue}if(u==="?"){s+=fh,r=!0;continue}s+=$L(u)}return[s,(0,Cu.unescape)(t),!!r,o]}};Pu.AST=lh});var dh=F(Ou=>{"use strict";Object.defineProperty(Ou,"__esModule",{value:!0});Ou.escape=void 0;var ML=(e,{windowsPathsNoEscape:t=!1,magicalBraces:r=!1}={})=>r?t?e.replace(/[?*()[\]{}]/g,"[$&]"):e.replace(/[?*()[\]\\{}]/g,"\\$&"):t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&");Ou.escape=ML});var an=F(pe=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.unescape=pe.escape=pe.AST=pe.Minimatch=pe.match=pe.makeRe=pe.braceExpand=pe.defaults=pe.filter=pe.GLOBSTAR=pe.sep=pe.minimatch=void 0;var jL=Qv(),_u=Zv(),aA=hh(),BL=dh(),WL=Su(),qL=(e,t,r={})=>((0,_u.assertValidPattern)(t),!r.nocomment&&t.charAt(0)==="#"?!1:new Ai(t,r).match(e));pe.minimatch=qL;var GL=/^\*+([^+@!?\*\[\(]*)$/,UL=e=>t=>!t.startsWith(".")&&t.endsWith(e),HL=e=>t=>t.endsWith(e),zL=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),YL=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),VL=/^\*+\.\*+$/,KL=e=>!e.startsWith(".")&&e.includes("."),JL=e=>e!=="."&&e!==".."&&e.includes("."),XL=/^\.\*+$/,QL=e=>e!=="."&&e!==".."&&e.startsWith("."),ZL=/^\*+$/,eT=e=>e.length!==0&&!e.startsWith("."),tT=e=>e.length!==0&&e!=="."&&e!=="..",rT=/^\?+([^+@!?\*\[\(]*)?$/,nT=([e,t=""])=>{let r=uA([e]);return t?(t=t.toLowerCase(),n=>r(n)&&n.toLowerCase().endsWith(t)):r},iT=([e,t=""])=>{let r=cA([e]);return t?(t=t.toLowerCase(),n=>r(n)&&n.toLowerCase().endsWith(t)):r},sT=([e,t=""])=>{let r=cA([e]);return t?n=>r(n)&&n.endsWith(t):r},oT=([e,t=""])=>{let r=uA([e]);return t?n=>r(n)&&n.endsWith(t):r},uA=([e])=>{let t=e.length;return r=>r.length===t&&!r.startsWith(".")},cA=([e])=>{let t=e.length;return r=>r.length===t&&r!=="."&&r!==".."},lA=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",sA={win32:{sep:"\\"},posix:{sep:"/"}};pe.sep=lA==="win32"?sA.win32.sep:sA.posix.sep;pe.minimatch.sep=pe.sep;pe.GLOBSTAR=Symbol("globstar **");pe.minimatch.GLOBSTAR=pe.GLOBSTAR;var aT="[^/]",uT=aT+"*?",cT="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",lT="(?:(?!(?:\\/|^)\\.).)*?",fT=(e,t={})=>r=>(0,pe.minimatch)(r,e,t);pe.filter=fT;pe.minimatch.filter=pe.filter;var dr=(e,t={})=>Object.assign({},e,t),hT=e=>{if(!e||typeof e!="object"||!Object.keys(e).length)return pe.minimatch;let t=pe.minimatch;return Object.assign((n,i,s={})=>t(n,i,dr(e,s)),{Minimatch:class extends t.Minimatch{constructor(i,s={}){super(i,dr(e,s))}static defaults(i){return t.defaults(dr(e,i)).Minimatch}},AST:class extends t.AST{constructor(i,s,o={}){super(i,s,dr(e,o))}static fromGlob(i,s={}){return t.AST.fromGlob(i,dr(e,s))}},unescape:(n,i={})=>t.unescape(n,dr(e,i)),escape:(n,i={})=>t.escape(n,dr(e,i)),filter:(n,i={})=>t.filter(n,dr(e,i)),defaults:n=>t.defaults(dr(e,n)),makeRe:(n,i={})=>t.makeRe(n,dr(e,i)),braceExpand:(n,i={})=>t.braceExpand(n,dr(e,i)),match:(n,i,s={})=>t.match(n,i,dr(e,s)),sep:t.sep,GLOBSTAR:pe.GLOBSTAR})};pe.defaults=hT;pe.minimatch.defaults=pe.defaults;var dT=(e,t={})=>((0,_u.assertValidPattern)(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:(0,jL.expand)(e));pe.braceExpand=dT;pe.minimatch.braceExpand=pe.braceExpand;var pT=(e,t={})=>new Ai(e,t).makeRe();pe.makeRe=pT;pe.minimatch.makeRe=pe.makeRe;var gT=(e,t,r={})=>{let n=new Ai(t,r);return e=e.filter(i=>n.match(i)),n.options.nonull&&!e.length&&e.push(t),e};pe.match=gT;pe.minimatch.match=pe.match;var oA=/[?*]|[+@!]\(.*?\)|\[|\]/,mT=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Ai=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(t,r={}){(0,_u.assertValidPattern)(t),r=r||{},this.options=r,this.pattern=t,this.platform=r.platform||lA,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!r.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!r.nonegate,this.comment=!1,this.empty=!1,this.partial=!!r.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=r.windowsNoMagicRoot!==void 0?r.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let t of this.set)for(let r of t)if(typeof r!="string")return!0;return!1}debug(...t){}make(){let t=this.pattern,r=this.options;if(!r.nocomment&&t.charAt(0)==="#"){this.comment=!0;return}if(!t){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],r.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let n=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(n),this.debug(this.pattern,this.globParts);let i=this.globParts.map((s,o,a)=>{if(this.isWindows&&this.windowsNoMagicRoot){let u=s[0]===""&&s[1]===""&&(s[2]==="?"||!oA.test(s[2]))&&!oA.test(s[3]),c=/^[a-z]:/i.test(s[0]);if(u)return[...s.slice(0,4),...s.slice(4).map(f=>this.parse(f))];if(c)return[s[0],...s.slice(1).map(f=>this.parse(f))]}return s.map(u=>this.parse(u))});if(this.debug(this.pattern,i),this.set=i.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let o=this.set[s];o[0]===""&&o[1]===""&&this.globParts[s][2]==="?"&&typeof o[3]=="string"&&/^[a-z]:$/i.test(o[3])&&(o[2]="?")}this.debug(this.pattern,this.set)}preprocess(t){if(this.options.noglobstar)for(let n=0;n<t.length;n++)for(let i=0;i<t[n].length;i++)t[n][i]==="**"&&(t[n][i]="*");let{optimizationLevel:r=1}=this.options;return r>=2?(t=this.firstPhasePreProcess(t),t=this.secondPhasePreProcess(t)):r>=1?t=this.levelOneOptimize(t):t=this.adjascentGlobstarOptimize(t),t}adjascentGlobstarOptimize(t){return t.map(r=>{let n=-1;for(;(n=r.indexOf("**",n+1))!==-1;){let i=n;for(;r[i+1]==="**";)i++;i!==n&&r.splice(n,i-n)}return r})}levelOneOptimize(t){return t.map(r=>(r=r.reduce((n,i)=>{let s=n[n.length-1];return i==="**"&&s==="**"?n:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(n.pop(),n):(n.push(i),n)},[]),r.length===0?[""]:r))}levelTwoFileOptimize(t){Array.isArray(t)||(t=this.slashSplit(t));let r=!1;do{if(r=!1,!this.preserveMultipleSlashes){for(let i=1;i<t.length-1;i++){let s=t[i];i===1&&s===""&&t[0]===""||(s==="."||s==="")&&(r=!0,t.splice(i,1),i--)}t[0]==="."&&t.length===2&&(t[1]==="."||t[1]==="")&&(r=!0,t.pop())}let n=0;for(;(n=t.indexOf("..",n+1))!==-1;){let i=t[n-1];i&&i!=="."&&i!==".."&&i!=="**"&&(r=!0,t.splice(n-1,2),n-=2)}}while(r);return t.length===0?[""]:t}firstPhasePreProcess(t){let r=!1;do{r=!1;for(let n of t){let i=-1;for(;(i=n.indexOf("**",i+1))!==-1;){let o=i;for(;n[o+1]==="**";)o++;o>i&&n.splice(i+1,o-i);let a=n[i+1],u=n[i+2],c=n[i+3];if(a!==".."||!u||u==="."||u===".."||!c||c==="."||c==="..")continue;r=!0,n.splice(i,1);let f=n.slice(0);f[i]="**",t.push(f),i--}if(!this.preserveMultipleSlashes){for(let o=1;o<n.length-1;o++){let a=n[o];o===1&&a===""&&n[0]===""||(a==="."||a==="")&&(r=!0,n.splice(o,1),o--)}n[0]==="."&&n.length===2&&(n[1]==="."||n[1]==="")&&(r=!0,n.pop())}let s=0;for(;(s=n.indexOf("..",s+1))!==-1;){let o=n[s-1];if(o&&o!=="."&&o!==".."&&o!=="**"){r=!0;let u=s===1&&n[s+1]==="**"?["."]:[];n.splice(s-1,2,...u),n.length===0&&n.push(""),s-=2}}}}while(r);return t}secondPhasePreProcess(t){for(let r=0;r<t.length-1;r++)for(let n=r+1;n<t.length;n++){let i=this.partsMatch(t[r],t[n],!this.preserveMultipleSlashes);if(i){t[r]=[],t[n]=i;break}}return t.filter(r=>r.length)}partsMatch(t,r,n=!1){let i=0,s=0,o=[],a="";for(;i<t.length&&s<r.length;)if(t[i]===r[s])o.push(a==="b"?r[s]:t[i]),i++,s++;else if(n&&t[i]==="**"&&r[s]===t[i+1])o.push(t[i]),i++;else if(n&&r[s]==="**"&&t[i]===r[s+1])o.push(r[s]),s++;else if(t[i]==="*"&&r[s]&&(this.options.dot||!r[s].startsWith("."))&&r[s]!=="**"){if(a==="b")return!1;a="a",o.push(t[i]),i++,s++}else if(r[s]==="*"&&t[i]&&(this.options.dot||!t[i].startsWith("."))&&t[i]!=="**"){if(a==="a")return!1;a="b",o.push(r[s]),i++,s++}else return!1;return t.length===r.length&&o}parseNegate(){if(this.nonegate)return;let t=this.pattern,r=!1,n=0;for(let i=0;i<t.length&&t.charAt(i)==="!";i++)r=!r,n++;n&&(this.pattern=t.slice(n)),this.negate=r}matchOne(t,r,n=!1){let i=this.options;if(this.isWindows){let y=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),m=!y&&t[0]===""&&t[1]===""&&t[2]==="?"&&/^[a-z]:$/i.test(t[3]),P=typeof r[0]=="string"&&/^[a-z]:$/i.test(r[0]),S=!P&&r[0]===""&&r[1]===""&&r[2]==="?"&&typeof r[3]=="string"&&/^[a-z]:$/i.test(r[3]),L=m?3:y?0:void 0,O=S?3:P?0:void 0;if(typeof L=="number"&&typeof O=="number"){let[b,_]=[t[L],r[O]];b.toLowerCase()===_.toLowerCase()&&(r[O]=b,O>L?r=r.slice(O):L>O&&(t=t.slice(L)))}}let{optimizationLevel:s=1}=this.options;s>=2&&(t=this.levelTwoFileOptimize(t)),this.debug("matchOne",this,{file:t,pattern:r}),this.debug("matchOne",t.length,r.length);for(var o=0,a=0,u=t.length,c=r.length;o<u&&a<c;o++,a++){this.debug("matchOne loop");var f=r[a],l=t[o];if(this.debug(r,f,l),f===!1)return!1;if(f===pe.GLOBSTAR){this.debug("GLOBSTAR",[r,f,l]);var h=o,d=a+1;if(d===c){for(this.debug("** at the end");o<u;o++)if(t[o]==="."||t[o]===".."||!i.dot&&t[o].charAt(0)===".")return!1;return!0}for(;h<u;){var p=t[h];if(this.debug(`
9
- globstar while`,t,h,r,d,p),this.matchOne(t.slice(h),r.slice(d),n))return this.debug("globstar found match!",h,u,p),!0;if(p==="."||p===".."||!i.dot&&p.charAt(0)==="."){this.debug("dot detected!",t,h,r,d);break}this.debug("globstar swallow a segment, and continue"),h++}return!!(n&&(this.debug(`
10
- >>> no match, partial?`,t,h,r,d),h===u))}let y;if(typeof f=="string"?(y=l===f,this.debug("string match",f,l,y)):(y=f.test(l),this.debug("pattern match",f,l,y)),!y)return!1}if(o===u&&a===c)return!0;if(o===u)return n;if(a===c)return o===u-1&&t[o]==="";throw new Error("wtf?")}braceExpand(){return(0,pe.braceExpand)(this.pattern,this.options)}parse(t){(0,_u.assertValidPattern)(t);let r=this.options;if(t==="**")return pe.GLOBSTAR;if(t==="")return"";let n,i=null;(n=t.match(ZL))?i=r.dot?tT:eT:(n=t.match(GL))?i=(r.nocase?r.dot?YL:zL:r.dot?HL:UL)(n[1]):(n=t.match(rT))?i=(r.nocase?r.dot?iT:nT:r.dot?sT:oT)(n):(n=t.match(VL))?i=r.dot?JL:KL:(n=t.match(XL))&&(i=QL);let s=aA.AST.fromGlob(t,this.options).toMMPattern();return i&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:i}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let t=this.set;if(!t.length)return this.regexp=!1,this.regexp;let r=this.options,n=r.noglobstar?uT:r.dot?cT:lT,i=new Set(r.nocase?["i"]:[]),s=t.map(u=>{let c=u.map(l=>{if(l instanceof RegExp)for(let h of l.flags.split(""))i.add(h);return typeof l=="string"?mT(l):l===pe.GLOBSTAR?pe.GLOBSTAR:l._src});c.forEach((l,h)=>{let d=c[h+1],p=c[h-1];l!==pe.GLOBSTAR||p===pe.GLOBSTAR||(p===void 0?d!==void 0&&d!==pe.GLOBSTAR?c[h+1]="(?:\\/|"+n+"\\/)?"+d:c[h]=n:d===void 0?c[h-1]=p+"(?:\\/|\\/"+n+")?":d!==pe.GLOBSTAR&&(c[h-1]=p+"(?:\\/|\\/"+n+"\\/)"+d,c[h+1]=pe.GLOBSTAR))});let f=c.filter(l=>l!==pe.GLOBSTAR);if(this.partial&&f.length>=1){let l=[];for(let h=1;h<=f.length;h++)l.push(f.slice(0,h).join("/"));return"(?:"+l.join("|")+")"}return f.join("/")}).join("|"),[o,a]=t.length>1?["(?:",")"]:["",""];s="^"+o+s+a+"$",this.partial&&(s="^(?:\\/|"+o+s.slice(1,-1)+a+")$"),this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(t){return this.preserveMultipleSlashes?t.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(t)?["",...t.split(/\/+/)]:t.split(/\/+/)}match(t,r=this.partial){if(this.debug("match",t,this.pattern),this.comment)return!1;if(this.empty)return t==="";if(t==="/"&&r)return!0;let n=this.options;this.isWindows&&(t=t.split("\\").join("/"));let i=this.slashSplit(t);this.debug(this.pattern,"split",i);let s=this.set;this.debug(this.pattern,"set",s);let o=i[i.length-1];if(!o)for(let a=i.length-2;!o&&a>=0;a--)o=i[a];for(let a=0;a<s.length;a++){let u=s[a],c=i;if(n.matchBase&&u.length===1&&(c=[o]),this.matchOne(c,u,r))return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate}static defaults(t){return pe.minimatch.defaults(t).Minimatch}};pe.Minimatch=Ai;var yT=hh();Object.defineProperty(pe,"AST",{enumerable:!0,get:function(){return yT.AST}});var vT=dh();Object.defineProperty(pe,"escape",{enumerable:!0,get:function(){return vT.escape}});var AT=Su();Object.defineProperty(pe,"unescape",{enumerable:!0,get:function(){return AT.unescape}});pe.minimatch.AST=aA.AST;pe.minimatch.Minimatch=Ai;pe.minimatch.escape=BL.escape;pe.minimatch.unescape=WL.unescape});var bh=F(Lt=>{"use strict";var ET=Lt&&Lt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Lt,"__esModule",{value:!0});Lt.Minipass=Lt.isWritable=Lt.isReadable=Lt.isStream=void 0;var fA=typeof process=="object"&&process?process:{stdout:null,stderr:null},Eh=require("node:events"),gA=ET(require("node:stream")),bT=require("node:string_decoder"),wT=e=>!!e&&typeof e=="object"&&(e instanceof Iu||e instanceof gA.default||(0,Lt.isReadable)(e)||(0,Lt.isWritable)(e));Lt.isStream=wT;var ST=e=>!!e&&typeof e=="object"&&e instanceof Eh.EventEmitter&&typeof e.pipe=="function"&&e.pipe!==gA.default.Writable.prototype.pipe;Lt.isReadable=ST;var CT=e=>!!e&&typeof e=="object"&&e instanceof Eh.EventEmitter&&typeof e.write=="function"&&typeof e.end=="function";Lt.isWritable=CT;var un=Symbol("EOF"),cn=Symbol("maybeEmitEnd"),Ln=Symbol("emittedEnd"),Ru=Symbol("emittingEnd"),ho=Symbol("emittedError"),Fu=Symbol("closed"),hA=Symbol("read"),ku=Symbol("flush"),dA=Symbol("flushChunk"),Dr=Symbol("encoding"),ts=Symbol("decoder"),lt=Symbol("flowing"),po=Symbol("paused"),rs=Symbol("resume"),ft=Symbol("buffer"),Dt=Symbol("pipes"),ht=Symbol("bufferLength"),ph=Symbol("bufferPush"),Du=Symbol("bufferShift"),vt=Symbol("objectMode"),Xe=Symbol("destroyed"),gh=Symbol("error"),mh=Symbol("emitData"),pA=Symbol("emitEnd"),yh=Symbol("emitEnd2"),Gr=Symbol("async"),vh=Symbol("abort"),Lu=Symbol("aborted"),go=Symbol("signal"),Ei=Symbol("dataListeners"),nr=Symbol("discarded"),mo=e=>Promise.resolve().then(e),xT=e=>e(),PT=e=>e==="end"||e==="finish"||e==="prefinish",OT=e=>e instanceof ArrayBuffer||!!e&&typeof e=="object"&&e.constructor&&e.constructor.name==="ArrayBuffer"&&e.byteLength>=0,_T=e=>!Buffer.isBuffer(e)&&ArrayBuffer.isView(e),Tu=class{src;dest;opts;ondrain;constructor(t,r,n){this.src=t,this.dest=r,this.opts=n,this.ondrain=()=>t[rs](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(t){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},Ah=class extends Tu{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(t,r,n){super(t,r,n),this.proxyErrors=i=>r.emit("error",i),t.on("error",this.proxyErrors)}},RT=e=>!!e.objectMode,FT=e=>!e.objectMode&&!!e.encoding&&e.encoding!=="buffer",Iu=class extends Eh.EventEmitter{[lt]=!1;[po]=!1;[Dt]=[];[ft]=[];[vt];[Dr];[Gr];[ts];[un]=!1;[Ln]=!1;[Ru]=!1;[Fu]=!1;[ho]=null;[ht]=0;[Xe]=!1;[go];[Lu]=!1;[Ei]=0;[nr]=!1;writable=!0;readable=!0;constructor(...t){let r=t[0]||{};if(super(),r.objectMode&&typeof r.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");RT(r)?(this[vt]=!0,this[Dr]=null):FT(r)?(this[Dr]=r.encoding,this[vt]=!1):(this[vt]=!1,this[Dr]=null),this[Gr]=!!r.async,this[ts]=this[Dr]?new bT.StringDecoder(this[Dr]):null,r&&r.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[ft]}),r&&r.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[Dt]});let{signal:n}=r;n&&(this[go]=n,n.aborted?this[vh]():n.addEventListener("abort",()=>this[vh]()))}get bufferLength(){return this[ht]}get encoding(){return this[Dr]}set encoding(t){throw new Error("Encoding must be set at instantiation time")}setEncoding(t){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[vt]}set objectMode(t){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Gr]}set async(t){this[Gr]=this[Gr]||!!t}[vh](){this[Lu]=!0,this.emit("abort",this[go]?.reason),this.destroy(this[go]?.reason)}get aborted(){return this[Lu]}set aborted(t){}write(t,r,n){if(this[Lu])return!1;if(this[un])throw new Error("write after end");if(this[Xe])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof r=="function"&&(n=r,r="utf8"),r||(r="utf8");let i=this[Gr]?mo:xT;if(!this[vt]&&!Buffer.isBuffer(t)){if(_T(t))t=Buffer.from(t.buffer,t.byteOffset,t.byteLength);else if(OT(t))t=Buffer.from(t);else if(typeof t!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[vt]?(this[lt]&&this[ht]!==0&&this[ku](!0),this[lt]?this.emit("data",t):this[ph](t),this[ht]!==0&&this.emit("readable"),n&&i(n),this[lt]):t.length?(typeof t=="string"&&!(r===this[Dr]&&!this[ts]?.lastNeed)&&(t=Buffer.from(t,r)),Buffer.isBuffer(t)&&this[Dr]&&(t=this[ts].write(t)),this[lt]&&this[ht]!==0&&this[ku](!0),this[lt]?this.emit("data",t):this[ph](t),this[ht]!==0&&this.emit("readable"),n&&i(n),this[lt]):(this[ht]!==0&&this.emit("readable"),n&&i(n),this[lt])}read(t){if(this[Xe])return null;if(this[nr]=!1,this[ht]===0||t===0||t&&t>this[ht])return this[cn](),null;this[vt]&&(t=null),this[ft].length>1&&!this[vt]&&(this[ft]=[this[Dr]?this[ft].join(""):Buffer.concat(this[ft],this[ht])]);let r=this[hA](t||null,this[ft][0]);return this[cn](),r}[hA](t,r){if(this[vt])this[Du]();else{let n=r;t===n.length||t===null?this[Du]():typeof n=="string"?(this[ft][0]=n.slice(t),r=n.slice(0,t),this[ht]-=t):(this[ft][0]=n.subarray(t),r=n.subarray(0,t),this[ht]-=t)}return this.emit("data",r),!this[ft].length&&!this[un]&&this.emit("drain"),r}end(t,r,n){return typeof t=="function"&&(n=t,t=void 0),typeof r=="function"&&(n=r,r="utf8"),t!==void 0&&this.write(t,r),n&&this.once("end",n),this[un]=!0,this.writable=!1,(this[lt]||!this[po])&&this[cn](),this}[rs](){this[Xe]||(!this[Ei]&&!this[Dt].length&&(this[nr]=!0),this[po]=!1,this[lt]=!0,this.emit("resume"),this[ft].length?this[ku]():this[un]?this[cn]():this.emit("drain"))}resume(){return this[rs]()}pause(){this[lt]=!1,this[po]=!0,this[nr]=!1}get destroyed(){return this[Xe]}get flowing(){return this[lt]}get paused(){return this[po]}[ph](t){this[vt]?this[ht]+=1:this[ht]+=t.length,this[ft].push(t)}[Du](){return this[vt]?this[ht]-=1:this[ht]-=this[ft][0].length,this[ft].shift()}[ku](t=!1){do;while(this[dA](this[Du]())&&this[ft].length);!t&&!this[ft].length&&!this[un]&&this.emit("drain")}[dA](t){return this.emit("data",t),this[lt]}pipe(t,r){if(this[Xe])return t;this[nr]=!1;let n=this[Ln];return r=r||{},t===fA.stdout||t===fA.stderr?r.end=!1:r.end=r.end!==!1,r.proxyErrors=!!r.proxyErrors,n?r.end&&t.end():(this[Dt].push(r.proxyErrors?new Ah(this,t,r):new Tu(this,t,r)),this[Gr]?mo(()=>this[rs]()):this[rs]()),t}unpipe(t){let r=this[Dt].find(n=>n.dest===t);r&&(this[Dt].length===1?(this[lt]&&this[Ei]===0&&(this[lt]=!1),this[Dt]=[]):this[Dt].splice(this[Dt].indexOf(r),1),r.unpipe())}addListener(t,r){return this.on(t,r)}on(t,r){let n=super.on(t,r);if(t==="data")this[nr]=!1,this[Ei]++,!this[Dt].length&&!this[lt]&&this[rs]();else if(t==="readable"&&this[ht]!==0)super.emit("readable");else if(PT(t)&&this[Ln])super.emit(t),this.removeAllListeners(t);else if(t==="error"&&this[ho]){let i=r;this[Gr]?mo(()=>i.call(this,this[ho])):i.call(this,this[ho])}return n}removeListener(t,r){return this.off(t,r)}off(t,r){let n=super.off(t,r);return t==="data"&&(this[Ei]=this.listeners("data").length,this[Ei]===0&&!this[nr]&&!this[Dt].length&&(this[lt]=!1)),n}removeAllListeners(t){let r=super.removeAllListeners(t);return(t==="data"||t===void 0)&&(this[Ei]=0,!this[nr]&&!this[Dt].length&&(this[lt]=!1)),r}get emittedEnd(){return this[Ln]}[cn](){!this[Ru]&&!this[Ln]&&!this[Xe]&&this[ft].length===0&&this[un]&&(this[Ru]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Fu]&&this.emit("close"),this[Ru]=!1)}emit(t,...r){let n=r[0];if(t!=="error"&&t!=="close"&&t!==Xe&&this[Xe])return!1;if(t==="data")return!this[vt]&&!n?!1:this[Gr]?(mo(()=>this[mh](n)),!0):this[mh](n);if(t==="end")return this[pA]();if(t==="close"){if(this[Fu]=!0,!this[Ln]&&!this[Xe])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(t==="error"){this[ho]=n,super.emit(gh,n);let s=!this[go]||this.listeners("error").length?super.emit("error",n):!1;return this[cn](),s}else if(t==="resume"){let s=super.emit("resume");return this[cn](),s}else if(t==="finish"||t==="prefinish"){let s=super.emit(t);return this.removeAllListeners(t),s}let i=super.emit(t,...r);return this[cn](),i}[mh](t){for(let n of this[Dt])n.dest.write(t)===!1&&this.pause();let r=this[nr]?!1:super.emit("data",t);return this[cn](),r}[pA](){return this[Ln]?!1:(this[Ln]=!0,this.readable=!1,this[Gr]?(mo(()=>this[yh]()),!0):this[yh]())}[yh](){if(this[ts]){let r=this[ts].end();if(r){for(let n of this[Dt])n.dest.write(r);this[nr]||super.emit("data",r)}}for(let r of this[Dt])r.end();let t=super.emit("end");return this.removeAllListeners("end"),t}async collect(){let t=Object.assign([],{dataLength:0});this[vt]||(t.dataLength=0);let r=this.promise();return this.on("data",n=>{t.push(n),this[vt]||(t.dataLength+=n.length)}),await r,t}async concat(){if(this[vt])throw new Error("cannot concat in objectMode");let t=await this.collect();return this[Dr]?t.join(""):Buffer.concat(t,t.dataLength)}async promise(){return new Promise((t,r)=>{this.on(Xe,()=>r(new Error("stream destroyed"))),this.on("error",n=>r(n)),this.on("end",()=>t())})}[Symbol.asyncIterator](){this[nr]=!1;let t=!1,r=async()=>(this.pause(),t=!0,{value:void 0,done:!0});return{next:()=>{if(t)return r();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[un])return r();let s,o,a=l=>{this.off("data",u),this.off("end",c),this.off(Xe,f),r(),o(l)},u=l=>{this.off("error",a),this.off("end",c),this.off(Xe,f),this.pause(),s({value:l,done:!!this[un]})},c=()=>{this.off("error",a),this.off("data",u),this.off(Xe,f),r(),s({done:!0,value:void 0})},f=()=>a(new Error("stream destroyed"));return new Promise((l,h)=>{o=h,s=l,this.once(Xe,f),this.once("error",a),this.once("end",c),this.once("data",u)})},throw:r,return:r,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[nr]=!1;let t=!1,r=()=>(this.pause(),this.off(gh,r),this.off(Xe,r),this.off("end",r),t=!0,{done:!0,value:void 0}),n=()=>{if(t)return r();let i=this.read();return i===null?r():{done:!1,value:i}};return this.once("end",r),this.once(gh,r),this.once(Xe,r),{next:n,throw:r,return:r,[Symbol.iterator](){return this}}}destroy(t){if(this[Xe])return t?this.emit("error",t):this.emit(Xe),this;this[Xe]=!0,this[nr]=!0,this[ft].length=0,this[ht]=0;let r=this;return typeof r.close=="function"&&!this[Fu]&&r.close(),t?this.emit("error",t):this.emit(Xe),this}static get isStream(){return Lt.isStream}};Lt.Minipass=Iu});var RA=F(De=>{"use strict";var kT=De&&De.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),DT=De&&De.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),LT=De&&De.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&kT(t,e,r);return DT(t,e),t};Object.defineProperty(De,"__esModule",{value:!0});De.PathScurry=De.Path=De.PathScurryDarwin=De.PathScurryPosix=De.PathScurryWin32=De.PathScurryBase=De.PathPosix=De.PathWin32=De.PathBase=De.ChildrenCache=De.ResolveCache=void 0;var Gu=yu(),Bu=require("node:path"),TT=require("node:url"),vo=require("fs"),IT=LT(require("node:fs")),NT=vo.realpathSync.native,Nu=require("node:fs/promises"),mA=bh(),Ao={lstatSync:vo.lstatSync,readdir:vo.readdir,readdirSync:vo.readdirSync,readlinkSync:vo.readlinkSync,realpathSync:NT,promises:{lstat:Nu.lstat,readdir:Nu.readdir,readlink:Nu.readlink,realpath:Nu.realpath}},bA=e=>!e||e===Ao||e===IT?Ao:{...Ao,...e,promises:{...Ao.promises,...e.promises||{}}},wA=/^\\\\\?\\([a-z]:)\\?$/i,$T=e=>e.replace(/\//g,"\\").replace(wA,"$1\\"),MT=/[\\\/]/,gr=0,SA=1,CA=2,Ur=4,xA=6,PA=8,bi=10,OA=12,pr=15,yo=~pr,wh=16,yA=32,Eo=64,Lr=128,$u=256,ju=512,vA=Eo|Lr|ju,jT=1023,Sh=e=>e.isFile()?PA:e.isDirectory()?Ur:e.isSymbolicLink()?bi:e.isCharacterDevice()?CA:e.isBlockDevice()?xA:e.isSocket()?OA:e.isFIFO()?SA:gr,AA=new Gu.LRUCache({max:2**12}),bo=e=>{let t=AA.get(e);if(t)return t;let r=e.normalize("NFKD");return AA.set(e,r),r},EA=new Gu.LRUCache({max:2**12}),Mu=e=>{let t=EA.get(e);if(t)return t;let r=bo(e.toLowerCase());return EA.set(e,r),r},wo=class extends Gu.LRUCache{constructor(){super({max:256})}};De.ResolveCache=wo;var Wu=class extends Gu.LRUCache{constructor(t=16*1024){super({maxSize:t,sizeCalculation:r=>r.length+1})}};De.ChildrenCache=Wu;var _A=Symbol("PathScurry setAsCwd"),gt=class{name;root;roots;parent;nocase;isCWD=!1;#e;#r;get dev(){return this.#r}#t;get mode(){return this.#t}#n;get nlink(){return this.#n}#o;get uid(){return this.#o}#h;get gid(){return this.#h}#d;get rdev(){return this.#d}#u;get blksize(){return this.#u}#a;get ino(){return this.#a}#p;get size(){return this.#p}#f;get blocks(){return this.#f}#c;get atimeMs(){return this.#c}#i;get mtimeMs(){return this.#i}#m;get ctimeMs(){return this.#m}#b;get birthtimeMs(){return this.#b}#E;get atime(){return this.#E}#y;get mtime(){return this.#y}#_;get ctime(){return this.#_}#v;get birthtime(){return this.#v}#S;#P;#A;#w;#O;#g;#s;#L;#R;#C;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(t,r=gr,n,i,s,o,a){this.name=t,this.#S=s?Mu(t):bo(t),this.#s=r&jT,this.nocase=s,this.roots=i,this.root=n||this,this.#L=o,this.#A=a.fullpath,this.#O=a.relative,this.#g=a.relativePosix,this.parent=a.parent,this.parent?this.#e=this.parent.#e:this.#e=bA(a.fs)}depth(){return this.#P!==void 0?this.#P:this.parent?this.#P=this.parent.depth()+1:this.#P=0}childrenCache(){return this.#L}resolve(t){if(!t)return this;let r=this.getRootString(t),i=t.substring(r.length).split(this.splitSep);return r?this.getRoot(r).#W(i):this.#W(i)}#W(t){let r=this;for(let n of t)r=r.child(n);return r}children(){let t=this.#L.get(this);if(t)return t;let r=Object.assign([],{provisional:0});return this.#L.set(this,r),this.#s&=~wh,r}child(t,r){if(t===""||t===".")return this;if(t==="..")return this.parent||this;let n=this.children(),i=this.nocase?Mu(t):bo(t);for(let u of n)if(u.#S===i)return u;let s=this.parent?this.sep:"",o=this.#A?this.#A+s+t:void 0,a=this.newChild(t,gr,{...r,parent:this,fullpath:o});return this.canReaddir()||(a.#s|=Lr),n.push(a),a}relative(){if(this.isCWD)return"";if(this.#O!==void 0)return this.#O;let t=this.name,r=this.parent;if(!r)return this.#O=this.name;let n=r.relative();return n+(!n||!r.parent?"":this.sep)+t}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#g!==void 0)return this.#g;let t=this.name,r=this.parent;if(!r)return this.#g=this.fullpathPosix();let n=r.relativePosix();return n+(!n||!r.parent?"":"/")+t}fullpath(){if(this.#A!==void 0)return this.#A;let t=this.name,r=this.parent;if(!r)return this.#A=this.name;let i=r.fullpath()+(r.parent?this.sep:"")+t;return this.#A=i}fullpathPosix(){if(this.#w!==void 0)return this.#w;if(this.sep==="/")return this.#w=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#w=`//?/${i}`:this.#w=i}let t=this.parent,r=t.fullpathPosix(),n=r+(!r||!t.parent?"":"/")+this.name;return this.#w=n}isUnknown(){return(this.#s&pr)===gr}isType(t){return this[`is${t}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#s&pr)===PA}isDirectory(){return(this.#s&pr)===Ur}isCharacterDevice(){return(this.#s&pr)===CA}isBlockDevice(){return(this.#s&pr)===xA}isFIFO(){return(this.#s&pr)===SA}isSocket(){return(this.#s&pr)===OA}isSymbolicLink(){return(this.#s&bi)===bi}lstatCached(){return this.#s&yA?this:void 0}readlinkCached(){return this.#R}realpathCached(){return this.#C}readdirCached(){let t=this.children();return t.slice(0,t.provisional)}canReadlink(){if(this.#R)return!0;if(!this.parent)return!1;let t=this.#s&pr;return!(t!==gr&&t!==bi||this.#s&$u||this.#s&Lr)}calledReaddir(){return!!(this.#s&wh)}isENOENT(){return!!(this.#s&Lr)}isNamed(t){return this.nocase?this.#S===Mu(t):this.#S===bo(t)}async readlink(){let t=this.#R;if(t)return t;if(this.canReadlink()&&this.parent)try{let r=await this.#e.promises.readlink(this.fullpath()),n=(await this.parent.realpath())?.resolve(r);if(n)return this.#R=n}catch(r){this.#q(r.code);return}}readlinkSync(){let t=this.#R;if(t)return t;if(this.canReadlink()&&this.parent)try{let r=this.#e.readlinkSync(this.fullpath()),n=this.parent.realpathSync()?.resolve(r);if(n)return this.#R=n}catch(r){this.#q(r.code);return}}#x(t){this.#s|=wh;for(let r=t.provisional;r<t.length;r++){let n=t[r];n&&n.#M()}}#M(){this.#s&Lr||(this.#s=(this.#s|Lr)&yo,this.#T())}#T(){let t=this.children();t.provisional=0;for(let r of t)r.#M()}#j(){this.#s|=ju,this.#I()}#I(){if(this.#s&Eo)return;let t=this.#s;(t&pr)===Ur&&(t&=yo),this.#s=t|Eo,this.#T()}#F(t=""){t==="ENOTDIR"||t==="EPERM"?this.#I():t==="ENOENT"?this.#M():this.children().provisional=0}#D(t=""){t==="ENOTDIR"?this.parent.#I():t==="ENOENT"&&this.#M()}#q(t=""){let r=this.#s;r|=$u,t==="ENOENT"&&(r|=Lr),(t==="EINVAL"||t==="UNKNOWN")&&(r&=yo),this.#s=r,t==="ENOTDIR"&&this.parent&&this.parent.#I()}#N(t,r){return this.#l(t,r)||this.#G(t,r)}#G(t,r){let n=Sh(t),i=this.newChild(t.name,n,{parent:this}),s=i.#s&pr;return s!==Ur&&s!==bi&&s!==gr&&(i.#s|=Eo),r.unshift(i),r.provisional++,i}#l(t,r){for(let n=r.provisional;n<r.length;n++){let i=r[n];if((this.nocase?Mu(t.name):bo(t.name))===i.#S)return this.#U(t,i,n,r)}}#U(t,r,n,i){let s=r.name;return r.#s=r.#s&yo|Sh(t),s!==t.name&&(r.name=t.name),n!==i.provisional&&(n===i.length-1?i.pop():i.splice(n,1),i.unshift(r)),i.provisional++,r}async lstat(){if((this.#s&Lr)===0)try{return this.#$(await this.#e.promises.lstat(this.fullpath())),this}catch(t){this.#D(t.code)}}lstatSync(){if((this.#s&Lr)===0)try{return this.#$(this.#e.lstatSync(this.fullpath())),this}catch(t){this.#D(t.code)}}#$(t){let{atime:r,atimeMs:n,birthtime:i,birthtimeMs:s,blksize:o,blocks:a,ctime:u,ctimeMs:c,dev:f,gid:l,ino:h,mode:d,mtime:p,mtimeMs:y,nlink:m,rdev:P,size:S,uid:L}=t;this.#E=r,this.#c=n,this.#v=i,this.#b=s,this.#u=o,this.#f=a,this.#_=u,this.#m=c,this.#r=f,this.#h=l,this.#a=h,this.#t=d,this.#y=p,this.#i=y,this.#n=m,this.#d=P,this.#p=S,this.#o=L;let O=Sh(t);this.#s=this.#s&yo|O|yA,O!==gr&&O!==Ur&&O!==bi&&(this.#s|=Eo)}#k=[];#B=!1;#z(t){this.#B=!1;let r=this.#k.slice();this.#k.length=0,r.forEach(n=>n(null,t))}readdirCB(t,r=!1){if(!this.canReaddir()){r?t(null,[]):queueMicrotask(()=>t(null,[]));return}let n=this.children();if(this.calledReaddir()){let s=n.slice(0,n.provisional);r?t(null,s):queueMicrotask(()=>t(null,s));return}if(this.#k.push(t),this.#B)return;this.#B=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,o)=>{if(s)this.#F(s.code),n.provisional=0;else{for(let a of o)this.#N(a,n);this.#x(n)}this.#z(n.slice(0,n.provisional))})}#H;async readdir(){if(!this.canReaddir())return[];let t=this.children();if(this.calledReaddir())return t.slice(0,t.provisional);let r=this.fullpath();if(this.#H)await this.#H;else{let n=()=>{};this.#H=new Promise(i=>n=i);try{for(let i of await this.#e.promises.readdir(r,{withFileTypes:!0}))this.#N(i,t);this.#x(t)}catch(i){this.#F(i.code),t.provisional=0}this.#H=void 0,n()}return t.slice(0,t.provisional)}readdirSync(){if(!this.canReaddir())return[];let t=this.children();if(this.calledReaddir())return t.slice(0,t.provisional);let r=this.fullpath();try{for(let n of this.#e.readdirSync(r,{withFileTypes:!0}))this.#N(n,t);this.#x(t)}catch(n){this.#F(n.code),t.provisional=0}return t.slice(0,t.provisional)}canReaddir(){if(this.#s&vA)return!1;let t=pr&this.#s;return t===gr||t===Ur||t===bi}shouldWalk(t,r){return(this.#s&Ur)===Ur&&!(this.#s&vA)&&!t.has(this)&&(!r||r(this))}async realpath(){if(this.#C)return this.#C;if(!((ju|$u|Lr)&this.#s))try{let t=await this.#e.promises.realpath(this.fullpath());return this.#C=this.resolve(t)}catch{this.#j()}}realpathSync(){if(this.#C)return this.#C;if(!((ju|$u|Lr)&this.#s))try{let t=this.#e.realpathSync(this.fullpath());return this.#C=this.resolve(t)}catch{this.#j()}}[_A](t){if(t===this)return;t.isCWD=!1,this.isCWD=!0;let r=new Set([]),n=[],i=this;for(;i&&i.parent;)r.add(i),i.#O=n.join(this.sep),i.#g=n.join("/"),i=i.parent,n.push("..");for(i=t;i&&i.parent&&!r.has(i);)i.#O=void 0,i.#g=void 0,i=i.parent}};De.PathBase=gt;var So=class e extends gt{sep="\\";splitSep=MT;constructor(t,r=gr,n,i,s,o,a){super(t,r,n,i,s,o,a)}newChild(t,r=gr,n={}){return new e(t,r,this.root,this.roots,this.nocase,this.childrenCache(),n)}getRootString(t){return Bu.win32.parse(t).root}getRoot(t){if(t=$T(t.toUpperCase()),t===this.root.name)return this.root;for(let[r,n]of Object.entries(this.roots))if(this.sameRoot(t,r))return this.roots[t]=n;return this.roots[t]=new Po(t,this).root}sameRoot(t,r=this.root.name){return t=t.toUpperCase().replace(/\//g,"\\").replace(wA,"$1\\"),t===r}};De.PathWin32=So;var Co=class e extends gt{splitSep="/";sep="/";constructor(t,r=gr,n,i,s,o,a){super(t,r,n,i,s,o,a)}getRootString(t){return t.startsWith("/")?"/":""}getRoot(t){return this.root}newChild(t,r=gr,n={}){return new e(t,r,this.root,this.roots,this.nocase,this.childrenCache(),n)}};De.PathPosix=Co;var xo=class{root;rootPath;roots;cwd;#e;#r;#t;nocase;#n;constructor(t=process.cwd(),r,n,{nocase:i,childrenCacheSize:s=16*1024,fs:o=Ao}={}){this.#n=bA(o),(t instanceof URL||t.startsWith("file://"))&&(t=(0,TT.fileURLToPath)(t));let a=r.resolve(t);this.roots=Object.create(null),this.rootPath=this.parseRootPath(a),this.#e=new wo,this.#r=new wo,this.#t=new Wu(s);let u=a.substring(this.rootPath.length).split(n);if(u.length===1&&!u[0]&&u.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#n),this.roots[this.rootPath]=this.root;let c=this.root,f=u.length-1,l=r.sep,h=this.rootPath,d=!1;for(let p of u){let y=f--;c=c.child(p,{relative:new Array(y).fill("..").join(l),relativePosix:new Array(y).fill("..").join("/"),fullpath:h+=(d?"":l)+p}),d=!0}this.cwd=c}depth(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.depth()}childrenCache(){return this.#t}resolve(...t){let r="";for(let s=t.length-1;s>=0;s--){let o=t[s];if(!(!o||o===".")&&(r=r?`${o}/${r}`:o,this.isAbsolute(o)))break}let n=this.#e.get(r);if(n!==void 0)return n;let i=this.cwd.resolve(r).fullpath();return this.#e.set(r,i),i}resolvePosix(...t){let r="";for(let s=t.length-1;s>=0;s--){let o=t[s];if(!(!o||o===".")&&(r=r?`${o}/${r}`:o,this.isAbsolute(o)))break}let n=this.#r.get(r);if(n!==void 0)return n;let i=this.cwd.resolve(r).fullpathPosix();return this.#r.set(r,i),i}relative(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.relative()}relativePosix(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.relativePosix()}basename(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.name}dirname(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),(t.parent||t).fullpath()}async readdir(t=this.cwd,r={withFileTypes:!0}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd);let{withFileTypes:n}=r;if(t.canReaddir()){let i=await t.readdir();return n?i:i.map(s=>s.name)}else return[]}readdirSync(t=this.cwd,r={withFileTypes:!0}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd);let{withFileTypes:n=!0}=r;return t.canReaddir()?n?t.readdirSync():t.readdirSync().map(i=>i.name):[]}async lstat(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.lstat()}lstatSync(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.lstatSync()}async readlink(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t.withFileTypes,t=this.cwd);let n=await t.readlink();return r?n:n?.fullpath()}readlinkSync(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t.withFileTypes,t=this.cwd);let n=t.readlinkSync();return r?n:n?.fullpath()}async realpath(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t.withFileTypes,t=this.cwd);let n=await t.realpath();return r?n:n?.fullpath()}realpathSync(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t.withFileTypes,t=this.cwd);let n=t.realpathSync();return r?n:n?.fullpath()}async walk(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=[];(!s||s(t))&&a.push(n?t:t.fullpath());let u=new Set,c=(l,h)=>{u.add(l),l.readdirCB((d,p)=>{if(d)return h(d);let y=p.length;if(!y)return h();let m=()=>{--y===0&&h()};for(let P of p)(!s||s(P))&&a.push(n?P:P.fullpath()),i&&P.isSymbolicLink()?P.realpath().then(S=>S?.isUnknown()?S.lstat():S).then(S=>S?.shouldWalk(u,o)?c(S,m):m()):P.shouldWalk(u,o)?c(P,m):m()},!0)},f=t;return new Promise((l,h)=>{c(f,d=>{if(d)return h(d);l(a)})})}walkSync(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=[];(!s||s(t))&&a.push(n?t:t.fullpath());let u=new Set([t]);for(let c of u){let f=c.readdirSync();for(let l of f){(!s||s(l))&&a.push(n?l:l.fullpath());let h=l;if(l.isSymbolicLink()){if(!(i&&(h=l.realpathSync())))continue;h.isUnknown()&&h.lstatSync()}h.shouldWalk(u,o)&&u.add(h)}}return a}[Symbol.asyncIterator](){return this.iterate()}iterate(t=this.cwd,r={}){return typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd),this.stream(t,r)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r;(!s||s(t))&&(yield n?t:t.fullpath());let a=new Set([t]);for(let u of a){let c=u.readdirSync();for(let f of c){(!s||s(f))&&(yield n?f:f.fullpath());let l=f;if(f.isSymbolicLink()){if(!(i&&(l=f.realpathSync())))continue;l.isUnknown()&&l.lstatSync()}l.shouldWalk(a,o)&&a.add(l)}}}stream(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=new mA.Minipass({objectMode:!0});(!s||s(t))&&a.write(n?t:t.fullpath());let u=new Set,c=[t],f=0,l=()=>{let h=!1;for(;!h;){let d=c.shift();if(!d){f===0&&a.end();return}f++,u.add(d);let p=(m,P,S=!1)=>{if(m)return a.emit("error",m);if(i&&!S){let L=[];for(let O of P)O.isSymbolicLink()&&L.push(O.realpath().then(b=>b?.isUnknown()?b.lstat():b));if(L.length){Promise.all(L).then(()=>p(null,P,!0));return}}for(let L of P)L&&(!s||s(L))&&(a.write(n?L:L.fullpath())||(h=!0));f--;for(let L of P){let O=L.realpathCached()||L;O.shouldWalk(u,o)&&c.push(O)}h&&!a.flowing?a.once("drain",l):y||l()},y=!0;d.readdirCB(p,!0),y=!1}};return l(),a}streamSync(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof gt||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=new mA.Minipass({objectMode:!0}),u=new Set;(!s||s(t))&&a.write(n?t:t.fullpath());let c=[t],f=0,l=()=>{let h=!1;for(;!h;){let d=c.shift();if(!d){f===0&&a.end();return}f++,u.add(d);let p=d.readdirSync();for(let y of p)(!s||s(y))&&(a.write(n?y:y.fullpath())||(h=!0));f--;for(let y of p){let m=y;if(y.isSymbolicLink()){if(!(i&&(m=y.realpathSync())))continue;m.isUnknown()&&m.lstatSync()}m.shouldWalk(u,o)&&c.push(m)}}h&&!a.flowing&&a.once("drain",l)};return l(),a}chdir(t=this.cwd){let r=this.cwd;this.cwd=typeof t=="string"?this.cwd.resolve(t):t,this.cwd[_A](r)}};De.PathScurryBase=xo;var Po=class extends xo{sep="\\";constructor(t=process.cwd(),r={}){let{nocase:n=!0}=r;super(t,Bu.win32,"\\",{...r,nocase:n}),this.nocase=n;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(t){return Bu.win32.parse(t).root.toUpperCase()}newRoot(t){return new So(this.rootPath,Ur,void 0,this.roots,this.nocase,this.childrenCache(),{fs:t})}isAbsolute(t){return t.startsWith("/")||t.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(t)}};De.PathScurryWin32=Po;var Oo=class extends xo{sep="/";constructor(t=process.cwd(),r={}){let{nocase:n=!1}=r;super(t,Bu.posix,"/",{...r,nocase:n}),this.nocase=n}parseRootPath(t){return"/"}newRoot(t){return new Co(this.rootPath,Ur,void 0,this.roots,this.nocase,this.childrenCache(),{fs:t})}isAbsolute(t){return t.startsWith("/")}};De.PathScurryPosix=Oo;var qu=class extends Oo{constructor(t=process.cwd(),r={}){let{nocase:n=!0}=r;super(t,{...r,nocase:n})}};De.PathScurryDarwin=qu;De.Path=process.platform==="win32"?So:Co;De.PathScurry=process.platform==="win32"?Po:process.platform==="darwin"?qu:Oo});var xh=F(Uu=>{"use strict";Object.defineProperty(Uu,"__esModule",{value:!0});Uu.Pattern=void 0;var BT=an(),WT=e=>e.length>=1,qT=e=>e.length>=1,Ch=class e{#e;#r;#t;length;#n;#o;#h;#d;#u;#a;#p=!0;constructor(t,r,n,i){if(!WT(t))throw new TypeError("empty pattern list");if(!qT(r))throw new TypeError("empty glob list");if(r.length!==t.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=t.length,n<0||n>=this.length)throw new TypeError("index out of range");if(this.#e=t,this.#r=r,this.#t=n,this.#n=i,this.#t===0){if(this.isUNC()){let[s,o,a,u,...c]=this.#e,[f,l,h,d,...p]=this.#r;c[0]===""&&(c.shift(),p.shift());let y=[s,o,a,u,""].join("/"),m=[f,l,h,d,""].join("/");this.#e=[y,...c],this.#r=[m,...p],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...o]=this.#e,[a,...u]=this.#r;o[0]===""&&(o.shift(),u.shift());let c=s+"/",f=a+"/";this.#e=[c,...o],this.#r=[f,...u],this.length=this.#e.length}}}pattern(){return this.#e[this.#t]}isString(){return typeof this.#e[this.#t]=="string"}isGlobstar(){return this.#e[this.#t]===BT.GLOBSTAR}isRegExp(){return this.#e[this.#t]instanceof RegExp}globString(){return this.#h=this.#h||(this.#t===0?this.isAbsolute()?this.#r[0]+this.#r.slice(1).join("/"):this.#r.join("/"):this.#r.slice(this.#t).join("/"))}hasMore(){return this.length>this.#t+1}rest(){return this.#o!==void 0?this.#o:this.hasMore()?(this.#o=new e(this.#e,this.#r,this.#t+1,this.#n),this.#o.#a=this.#a,this.#o.#u=this.#u,this.#o.#d=this.#d,this.#o):this.#o=null}isUNC(){let t=this.#e;return this.#u!==void 0?this.#u:this.#u=this.#n==="win32"&&this.#t===0&&t[0]===""&&t[1]===""&&typeof t[2]=="string"&&!!t[2]&&typeof t[3]=="string"&&!!t[3]}isDrive(){let t=this.#e;return this.#d!==void 0?this.#d:this.#d=this.#n==="win32"&&this.#t===0&&this.length>1&&typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0])}isAbsolute(){let t=this.#e;return this.#a!==void 0?this.#a:this.#a=t[0]===""&&t.length>1||this.isDrive()||this.isUNC()}root(){let t=this.#e[0];return typeof t=="string"&&this.isAbsolute()&&this.#t===0?t:""}checkFollowGlobstar(){return!(this.#t===0||!this.isGlobstar()||!this.#p)}markFollowGlobstar(){return this.#t===0||!this.isGlobstar()||!this.#p?!1:(this.#p=!1,!0)}};Uu.Pattern=Ch});var Oh=F(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});Hu.Ignore=void 0;var FA=an(),GT=xh(),UT=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Ph=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(t,{nobrace:r,nocase:n,noext:i,noglobstar:s,platform:o=UT}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=o,this.mmopts={dot:!0,nobrace:r,nocase:n,noext:i,noglobstar:s,optimizationLevel:2,platform:o,nocomment:!0,nonegate:!0};for(let a of t)this.add(a)}add(t){let r=new FA.Minimatch(t,this.mmopts);for(let n=0;n<r.set.length;n++){let i=r.set[n],s=r.globParts[n];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let o=new GT.Pattern(i,s,0,this.platform),a=new FA.Minimatch(o.globString(),this.mmopts),u=s[s.length-1]==="**",c=o.isAbsolute();c?this.absolute.push(a):this.relative.push(a),u&&(c?this.absoluteChildren.push(a):this.relativeChildren.push(a))}}ignored(t){let r=t.fullpath(),n=`${r}/`,i=t.relative()||".",s=`${i}/`;for(let o of this.relative)if(o.match(i)||o.match(s))return!0;for(let o of this.absolute)if(o.match(r)||o.match(n))return!0;return!1}childrenIgnored(t){let r=t.fullpath()+"/",n=(t.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(n))return!0;for(let i of this.absoluteChildren)if(i.match(r))return!0;return!1}};Hu.Ignore=Ph});var DA=F(Hr=>{"use strict";Object.defineProperty(Hr,"__esModule",{value:!0});Hr.Processor=Hr.SubWalks=Hr.MatchRecord=Hr.HasWalkedCache=void 0;var kA=an(),zu=class e{store;constructor(t=new Map){this.store=t}copy(){return new e(new Map(this.store))}hasWalked(t,r){return this.store.get(t.fullpath())?.has(r.globString())}storeWalked(t,r){let n=t.fullpath(),i=this.store.get(n);i?i.add(r.globString()):this.store.set(n,new Set([r.globString()]))}};Hr.HasWalkedCache=zu;var Yu=class{store=new Map;add(t,r,n){let i=(r?2:0)|(n?1:0),s=this.store.get(t);this.store.set(t,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([t,r])=>[t,!!(r&2),!!(r&1)])}};Hr.MatchRecord=Yu;var Vu=class{store=new Map;add(t,r){if(!t.canReaddir())return;let n=this.store.get(t);n?n.find(i=>i.globString()===r.globString())||n.push(r):this.store.set(t,[r])}get(t){let r=this.store.get(t);if(!r)throw new Error("attempting to walk unknown path");return r}entries(){return this.keys().map(t=>[t,this.store.get(t)])}keys(){return[...this.store.keys()].filter(t=>t.canReaddir())}};Hr.SubWalks=Vu;var _h=class e{hasWalkedCache;matches=new Yu;subwalks=new Vu;patterns;follow;dot;opts;constructor(t,r){this.opts=t,this.follow=!!t.follow,this.dot=!!t.dot,this.hasWalkedCache=r?r.copy():new zu}processPatterns(t,r){this.patterns=r;let n=r.map(i=>[t,i]);for(let[i,s]of n){this.hasWalkedCache.storeWalked(i,s);let o=s.root(),a=s.isAbsolute()&&this.opts.absolute!==!1;if(o){i=i.resolve(o==="/"&&this.opts.root!==void 0?this.opts.root:o);let l=s.rest();if(l)s=l;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let u,c,f=!1;for(;typeof(u=s.pattern())=="string"&&(c=s.rest());)i=i.resolve(u),s=c,f=!0;if(u=s.pattern(),c=s.rest(),f){if(this.hasWalkedCache.hasWalked(i,s))continue;this.hasWalkedCache.storeWalked(i,s)}if(typeof u=="string"){let l=u===".."||u===""||u===".";this.matches.add(i.resolve(u),a,l);continue}else if(u===kA.GLOBSTAR){(!i.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(i,s);let l=c?.pattern(),h=c?.rest();if(!c||(l===""||l===".")&&!h)this.matches.add(i,a,l===""||l===".");else if(l===".."){let d=i.parent||i;h?this.hasWalkedCache.hasWalked(d,h)||this.subwalks.add(d,h):this.matches.add(d,a,!0)}}else u instanceof RegExp&&this.subwalks.add(i,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new e(this.opts,this.hasWalkedCache)}filterEntries(t,r){let n=this.subwalks.get(t),i=this.child();for(let s of r)for(let o of n){let a=o.isAbsolute(),u=o.pattern(),c=o.rest();u===kA.GLOBSTAR?i.testGlobstar(s,o,c,a):u instanceof RegExp?i.testRegExp(s,u,c,a):i.testString(s,u,c,a)}return i}testGlobstar(t,r,n,i){if((this.dot||!t.name.startsWith("."))&&(r.hasMore()||this.matches.add(t,i,!1),t.canReaddir()&&(this.follow||!t.isSymbolicLink()?this.subwalks.add(t,r):t.isSymbolicLink()&&(n&&r.checkFollowGlobstar()?this.subwalks.add(t,n):r.markFollowGlobstar()&&this.subwalks.add(t,r)))),n){let s=n.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(t,s,n.rest(),i);else if(s===".."){let o=t.parent||t;this.subwalks.add(o,n)}else s instanceof RegExp&&this.testRegExp(t,s,n.rest(),i)}}testRegExp(t,r,n,i){r.test(t.name)&&(n?this.subwalks.add(t,n):this.matches.add(t,i,!1))}testString(t,r,n,i){t.isNamed(r)&&(n?this.subwalks.add(t,n):this.matches.add(t,i,!1))}};Hr.Processor=_h});var IA=F(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.GlobStream=Tn.GlobWalker=Tn.GlobUtil=void 0;var HT=bh(),LA=Oh(),TA=DA(),zT=(e,t)=>typeof e=="string"?new LA.Ignore([e],t):Array.isArray(e)?new LA.Ignore(e,t):e,_o=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#r;#t;signal;maxDepth;includeChildMatches;constructor(t,r,n){if(this.patterns=t,this.path=r,this.opts=n,this.#t=!n.posix&&n.platform==="win32"?"\\":"/",this.includeChildMatches=n.includeChildMatches!==!1,(n.ignore||!this.includeChildMatches)&&(this.#r=zT(n.ignore??[],n),!this.includeChildMatches&&typeof this.#r.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=n.maxDepth||1/0,n.signal&&(this.signal=n.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#n(t){return this.seen.has(t)||!!this.#r?.ignored?.(t)}#o(t){return!!this.#r?.childrenIgnored?.(t)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let t;for(;!this.paused&&(t=this.#e.shift());)t()}onResume(t){this.signal?.aborted||(this.paused?this.#e.push(t):t())}async matchCheck(t,r){if(r&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=t.realpathCached()||await t.realpath(),!n)return;t=n}let s=t.isUnknown()||this.opts.stat?await t.lstat():t;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let o=await s.realpath();o&&(o.isUnknown()||this.opts.stat)&&await o.lstat()}return this.matchCheckTest(s,r)}matchCheckTest(t,r){return t&&(this.maxDepth===1/0||t.depth()<=this.maxDepth)&&(!r||t.canReaddir())&&(!this.opts.nodir||!t.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!t.isSymbolicLink()||!t.realpathCached()?.isDirectory())&&!this.#n(t)?t:void 0}matchCheckSync(t,r){if(r&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=t.realpathCached()||t.realpathSync(),!n)return;t=n}let s=t.isUnknown()||this.opts.stat?t.lstatSync():t;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let o=s.realpathSync();o&&(o?.isUnknown()||this.opts.stat)&&o.lstatSync()}return this.matchCheckTest(s,r)}matchFinish(t,r){if(this.#n(t))return;if(!this.includeChildMatches&&this.#r?.add){let s=`${t.relativePosix()}/**`;this.#r.add(s)}let n=this.opts.absolute===void 0?r:this.opts.absolute;this.seen.add(t);let i=this.opts.mark&&t.isDirectory()?this.#t:"";if(this.opts.withFileTypes)this.matchEmit(t);else if(n){let s=this.opts.posix?t.fullpathPosix():t.fullpath();this.matchEmit(s+i)}else{let s=this.opts.posix?t.relativePosix():t.relative(),o=this.opts.dotRelative&&!s.startsWith(".."+this.#t)?"."+this.#t:"";this.matchEmit(s?o+s+i:"."+i)}}async match(t,r,n){let i=await this.matchCheck(t,n);i&&this.matchFinish(i,r)}matchSync(t,r,n){let i=this.matchCheckSync(t,n);i&&this.matchFinish(i,r)}walkCB(t,r,n){this.signal?.aborted&&n(),this.walkCB2(t,r,new TA.Processor(this.opts),n)}walkCB2(t,r,n,i){if(this.#o(t))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(t,r,n,i));return}n.processPatterns(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||(s++,this.match(a,u,c).then(()=>o()));for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let u=a.readdirCached();a.calledReaddir()?this.walkCB3(a,u,n,o):a.readdirCB((c,f)=>this.walkCB3(a,f,n,o),!0)}o()}walkCB3(t,r,n,i){n=n.filterEntries(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||(s++,this.match(a,u,c).then(()=>o()));for(let[a,u]of n.subwalks.entries())s++,this.walkCB2(a,u,n.child(),o);o()}walkCBSync(t,r,n){this.signal?.aborted&&n(),this.walkCB2Sync(t,r,new TA.Processor(this.opts),n)}walkCB2Sync(t,r,n,i){if(this.#o(t))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(t,r,n,i));return}n.processPatterns(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||this.matchSync(a,u,c);for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let u=a.readdirSync();this.walkCB3Sync(a,u,n,o)}o()}walkCB3Sync(t,r,n,i){n=n.filterEntries(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||this.matchSync(a,u,c);for(let[a,u]of n.subwalks.entries())s++,this.walkCB2Sync(a,u,n.child(),o);o()}};Tn.GlobUtil=_o;var Rh=class extends _o{matches=new Set;constructor(t,r,n){super(t,r,n)}matchEmit(t){this.matches.add(t)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((t,r)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?r(this.signal.reason):t(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}};Tn.GlobWalker=Rh;var Fh=class extends _o{results;constructor(t,r,n){super(t,r,n),this.results=new HT.Minipass({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(t){this.results.write(t),this.results.flowing||this.pause()}stream(){let t=this.path;return t.isUnknown()?t.lstat().then(()=>{this.walkCB(t,this.patterns,()=>this.results.end())}):this.walkCB(t,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};Tn.GlobStream=Fh});var Dh=F(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});Xu.Glob=void 0;var YT=an(),VT=require("node:url"),Ku=RA(),KT=xh(),Ju=IA(),JT=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",kh=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(t,r){if(!r)throw new TypeError("glob options required");if(this.withFileTypes=!!r.withFileTypes,this.signal=r.signal,this.follow=!!r.follow,this.dot=!!r.dot,this.dotRelative=!!r.dotRelative,this.nodir=!!r.nodir,this.mark=!!r.mark,r.cwd?(r.cwd instanceof URL||r.cwd.startsWith("file://"))&&(r.cwd=(0,VT.fileURLToPath)(r.cwd)):this.cwd="",this.cwd=r.cwd||"",this.root=r.root,this.magicalBraces=!!r.magicalBraces,this.nobrace=!!r.nobrace,this.noext=!!r.noext,this.realpath=!!r.realpath,this.absolute=r.absolute,this.includeChildMatches=r.includeChildMatches!==!1,this.noglobstar=!!r.noglobstar,this.matchBase=!!r.matchBase,this.maxDepth=typeof r.maxDepth=="number"?r.maxDepth:1/0,this.stat=!!r.stat,this.ignore=r.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof t=="string"&&(t=[t]),this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(t=t.map(u=>u.replace(/\\/g,"/"))),this.matchBase){if(r.noglobstar)throw new TypeError("base matching requires globstar");t=t.map(u=>u.includes("/")?u:`./**/${u}`)}if(this.pattern=t,this.platform=r.platform||JT,this.opts={...r,platform:this.platform},r.scurry){if(this.scurry=r.scurry,r.nocase!==void 0&&r.nocase!==r.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let u=r.platform==="win32"?Ku.PathScurryWin32:r.platform==="darwin"?Ku.PathScurryDarwin:r.platform?Ku.PathScurryPosix:Ku.PathScurry;this.scurry=new u(this.cwd,{nocase:r.nocase,fs:r.fs})}this.nocase=this.scurry.nocase;let n=this.platform==="darwin"||this.platform==="win32",i={...r,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:n,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},s=this.pattern.map(u=>new YT.Minimatch(u,i)),[o,a]=s.reduce((u,c)=>(u[0].push(...c.set),u[1].push(...c.globParts),u),[[],[]]);this.patterns=o.map((u,c)=>{let f=a[c];if(!f)throw new Error("invalid pattern object");return new KT.Pattern(u,f,0,this.platform)})}async walk(){return[...await new Ju.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new Ju.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new Ju.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new Ju.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};Xu.Glob=kh});var Lh=F(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});Qu.hasMagic=void 0;var XT=an(),QT=(e,t={})=>{Array.isArray(e)||(e=[e]);for(let r of e)if(new XT.Minimatch(r,t).hasMagic())return!0;return!1};Qu.hasMagic=QT});var $h=F(Oe=>{"use strict";Object.defineProperty(Oe,"__esModule",{value:!0});Oe.glob=Oe.sync=Oe.iterate=Oe.iterateSync=Oe.stream=Oe.streamSync=Oe.Ignore=Oe.hasMagic=Oe.Glob=Oe.unescape=Oe.escape=void 0;Oe.globStreamSync=Ro;Oe.globStream=Th;Oe.globSync=Ih;Oe.globIterateSync=Fo;Oe.globIterate=Nh;var NA=an(),wi=Dh(),ZT=Lh(),MA=an();Object.defineProperty(Oe,"escape",{enumerable:!0,get:function(){return MA.escape}});Object.defineProperty(Oe,"unescape",{enumerable:!0,get:function(){return MA.unescape}});var eI=Dh();Object.defineProperty(Oe,"Glob",{enumerable:!0,get:function(){return eI.Glob}});var tI=Lh();Object.defineProperty(Oe,"hasMagic",{enumerable:!0,get:function(){return tI.hasMagic}});var rI=Oh();Object.defineProperty(Oe,"Ignore",{enumerable:!0,get:function(){return rI.Ignore}});function Ro(e,t={}){return new wi.Glob(e,t).streamSync()}function Th(e,t={}){return new wi.Glob(e,t).stream()}function Ih(e,t={}){return new wi.Glob(e,t).walkSync()}async function $A(e,t={}){return new wi.Glob(e,t).walk()}function Fo(e,t={}){return new wi.Glob(e,t).iterateSync()}function Nh(e,t={}){return new wi.Glob(e,t).iterate()}Oe.streamSync=Ro;Oe.stream=Object.assign(Th,{sync:Ro});Oe.iterateSync=Fo;Oe.iterate=Object.assign(Nh,{sync:Fo});Oe.sync=Object.assign(Ih,{stream:Ro,iterate:Fo});Oe.glob=Object.assign($A,{glob:$A,globSync:Ih,sync:Oe.sync,globStream:Th,stream:Oe.stream,globStreamSync:Ro,streamSync:Oe.streamSync,globIterate:Nh,iterate:Oe.iterate,globIterateSync:Fo,iterateSync:Oe.iterateSync,Glob:wi.Glob,hasMagic:ZT.hasMagic,escape:NA.escape,unescape:NA.unescape});Oe.glob.glob=Oe.glob});var Mh=F((WV,nI)=>{nI.exports=["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","Artistic-dist","Aspell-RU","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-2-Clause-pkgconf-disclaimer","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CryptoSwift","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-DTD","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRSD","FSFULLRWD","FSL-1.1-ALv2","FSL-1.1-MIT","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Game-Programming-Gems","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HDF5","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTIA-PD","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SOFA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SUL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","Unlicense-libtelnet","Unlicense-libwhirlpool","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Widget-Workshop","Wsuipa","X11","X11-distribute-modifications-variant","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","iMatix","jove","libpng-1.6.35","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","man2html","metamail","mpi-permissive","mpich2","mplus","ngrep","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"]});var jA=F((qV,iI)=>{iI.exports=["AGPL-1.0","AGPL-3.0","BSD-2-Clause-FreeBSD","BSD-2-Clause-NetBSD","GFDL-1.1","GFDL-1.2","GFDL-1.3","GPL-1.0","GPL-2.0","GPL-2.0-with-GCC-exception","GPL-2.0-with-autoconf-exception","GPL-2.0-with-bison-exception","GPL-2.0-with-classpath-exception","GPL-2.0-with-font-exception","GPL-3.0","GPL-3.0-with-GCC-exception","GPL-3.0-with-autoconf-exception","LGPL-2.0","LGPL-2.1","LGPL-3.0","Net-SNMP","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"]});var BA=F((GV,sI)=>{sI.exports=["389-exception","Asterisk-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Autoconf-exception-generic","Autoconf-exception-generic-3.0","Autoconf-exception-macro","Bison-exception-1.24","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","cryptsetup-OpenSSL-exception","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","fmt-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-2.0-note","GCC-exception-3.1","Gmsh-exception","GNAT-exception","GNOME-examples-exception","GNU-compiler-exception","gnu-javamail-exception","GPL-3.0-interface-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","GStreamer-exception-2005","GStreamer-exception-2008","i2p-gpl-java-exception","KiCad-libraries-exception","LGPL-3.0-linking-exception","libpri-OpenH323-exception","Libtool-exception","Linux-syscall-note","LLGPL","LLVM-exception","LZMA-exception","mif-exception","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","QPL-1.0-INRIA-2004-exception","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","SANE-exception","SHL-2.0","SHL-2.1","stunnel-exception","SWI-exception","Swift-exception","Texinfo-exception","u-boot-exception-2.0","UBDL-exception","Universal-FOSS-exception-1.0","vsftpd-openssl-exception","WxWindows-exception-3.1","x11vnc-openssl-exception"]});var qA=F((UV,WA)=>{"use strict";var oI=[].concat(Mh()).concat(jA()),aI=BA();WA.exports=function(e){var t=0;function r(){return t<e.length}function n(p){if(p instanceof RegExp){var y=e.slice(t),m=y.match(p);if(m)return t+=m[0].length,m[0]}else if(e.indexOf(p,t)===t)return t+=p.length,p}function i(){n(/[ ]*/)}function s(){for(var p,y=["WITH","AND","OR","(",")",":","+"],m=0;m<y.length&&(p=n(y[m]),!p);m++);if(p==="+"&&t>1&&e[t-2]===" ")throw new Error("Space before `+`");return p&&{type:"OPERATOR",string:p}}function o(){return n(/[A-Za-z0-9-.]+/)}function a(){var p=o();if(!p)throw new Error("Expected idstring at offset "+t);return p}function u(){if(n("DocumentRef-")){var p=a();return{type:"DOCUMENTREF",string:p}}}function c(){if(n("LicenseRef-")){var p=a();return{type:"LICENSEREF",string:p}}}function f(){var p=t,y=o();if(oI.indexOf(y)!==-1)return{type:"LICENSE",string:y};if(aI.indexOf(y)!==-1)return{type:"EXCEPTION",string:y};t=p}function l(){return s()||u()||c()||f()}for(var h=[];r()&&(i(),!!r());){var d=l();if(!d)throw new Error("Unexpected `"+e[t]+"` at offset "+t);h.push(d)}return h}});var UA=F((HV,GA)=>{"use strict";GA.exports=function(e){var t=0;function r(){return t<e.length}function n(){return r()?e[t]:null}function i(){if(!r())throw new Error;t++}function s(y){var m=n();if(m&&m.type==="OPERATOR"&&y===m.string)return i(),m.string}function o(){if(s("WITH")){var y=n();if(y&&y.type==="EXCEPTION")return i(),y.string;throw new Error("Expected exception after `WITH`")}}function a(){var y=t,m="",P=n();if(P.type==="DOCUMENTREF"&&(i(),m+="DocumentRef-"+P.string+":",!s(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(P=n(),P.type==="LICENSEREF")return i(),m+="LicenseRef-"+P.string,{license:m};t=y}function u(){var y=n();if(y&&y.type==="LICENSE"){i();var m={license:y.string};s("+")&&(m.plus=!0);var P=o();return P&&(m.exception=P),m}}function c(){var y=s("(");if(y){var m=d();if(!s(")"))throw new Error("Expected `)`");return m}}function f(){return c()||a()||u()}function l(y,m){return function P(){var S=m();if(S){if(!s(y))return S;var L=P();if(!L)throw new Error("Expected expression");return{left:S,conjunction:y.toLowerCase(),right:L}}}}var h=l("AND",f),d=l("OR",h),p=d();if(!p||r())throw new Error("Syntax error");return p}});var jh=F((zV,HA)=>{"use strict";var uI=qA(),cI=UA();HA.exports=function(e){return cI(uI(e))}});var eE=F((YV,ZA)=>{var lI=jh(),fI=Mh();function Zu(e){try{return lI(e),!0}catch{return!1}}function QA(e,t){var r=t[0].length-e[0].length;return r!==0?r:e[0].toUpperCase().localeCompare(t[0].toUpperCase())}var zA=[["APGL","AGPL"],["Gpl","GPL"],["GLP","GPL"],["APL","Apache"],["ISD","ISC"],["GLP","GPL"],["IST","ISC"],["Claude","Clause"],[" or later","+"],[" International",""],["GNU","GPL"],["GUN","GPL"],["+",""],["GNU GPL","GPL"],["GNU LGPL","LGPL"],["GNU/GPL","GPL"],["GNU GLP","GPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL"],["GNU Lesser General Public License","LGPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["GNU Lesser General Public License","LGPL-2.1"],["LESSER GENERAL PUBLIC LICENSE","LGPL"],["Lesser General Public License","LGPL"],["LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["Lesser General Public License","LGPL-2.1"],["GNU General Public License","GPL"],["Gnu public license","GPL"],["GNU Public License","GPL"],["GNU GENERAL PUBLIC LICENSE","GPL"],["MTI","MIT"],["Mozilla Public License","MPL"],["Universal Permissive License","UPL"],["WTH","WTF"],["WTFGPL","WTFPL"],["-License",""]].sort(QA),hI=0,dI=1,YA=[function(e){return e.toUpperCase()},function(e){return e.trim()},function(e){return e.replace(/\./g,"")},function(e){return e.replace(/\s+/g,"")},function(e){return e.replace(/\s+/g,"-")},function(e){return e.replace("v","-")},function(e){return e.replace(/,?\s*(\d)/,"-$1")},function(e){return e.replace(/,?\s*(\d)/,"-$1.0")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(e){return e[0].toUpperCase()+e.slice(1)},function(e){return e.replace("/","-")},function(e){return e.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(e){return e.indexOf("3.0")!==-1?e+"-or-later":e+"-only"},function(e){return e+"only"},function(e){return e.replace(/(\d)$/,"-$1.0")},function(e){return e.replace(/(-| )?(\d)$/,"-$2-Clause")},function(e){return e.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(e){return e.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(e){return e.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(e){return e.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(e){return e.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(e){return e.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(e){return"CC-"+e},function(e){return"CC-"+e+"-4.0"},function(e){return e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(e){return"CC-"+e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],Bh=fI.map(function(e){var t=/^(.*)-\d+\.\d+$/.exec(e);return t?[t[0],t[1]]:[e,null]}).reduce(function(e,t){var r=t[1];return e[r]=e[r]||[],e[r].push(t[0]),e},{}),pI=Object.keys(Bh).map(function(t){return[t,Bh[t]]}).filter(function(t){return t[1].length===1&&t[0]!==null&&t[0]!=="APL"}).map(function(t){return[t[0],t[1][0]]});Bh=void 0;var VA=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(pI).sort(QA),gI=0,mI=1,KA=function(e){for(var t=0;t<YA.length;t++){var r=YA[t](e).trim();if(r!==e&&Zu(r))return r}return null},JA=function(e){for(var t=e.toUpperCase(),r=0;r<VA.length;r++){var n=VA[r];if(t.indexOf(n[gI])>-1)return n[mI]}return null},XA=function(e,t){for(var r=0;r<zA.length;r++){var n=zA[r],i=n[hI];if(e.indexOf(i)>-1){var s=e.replace(i,n[dI]),o=t(s);if(o!==null)return o}}return null};ZA.exports=function(e,t){t=t||{};var r=t.upgrade===void 0?!0:!!t.upgrade;function n(a){return r?yI(a):a}var i=typeof e=="string"&&e.trim().length!==0;if(!i)throw Error("Invalid argument. Expected non-empty string.");if(e=e.trim(),Zu(e))return n(e);var s=e.replace(/\+$/,"").trim();if(Zu(s))return n(s);var o=KA(e);return o!==null||(o=XA(e,function(a){return Zu(a)?a:KA(a)}),o!==null)||(o=JA(e),o!==null)||(o=XA(e,JA),o!==null)?n(o):null};function yI(e){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(e)!==-1?e+"-only":["GPL-1.0+","GPL-2.0+","GPL-3.0+","LGPL-2.0+","LGPL-2.1+","LGPL-3.0+","AGPL-1.0+","AGPL-3.0+"].indexOf(e)!==-1?e.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(e)!==-1?e+"-or-later":e}});var iE=F((VV,nE)=>{var vI=jh(),AI=eE(),tE='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',EI=/^SEE LICEN[CS]E IN (.+)$/;function rE(e,t){return t.slice(0,e.length)===e}function Wh(e){if(e.hasOwnProperty("license")){var t=e.license;return rE("LicenseRef",t)||rE("DocumentRef",t)}else return Wh(e.left)||Wh(e.right)}nE.exports=function(e){var t;try{t=vI(e)}catch{var r;if(e==="UNLICENSED"||e==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(r=EI.exec(e))return{validForOldPackages:!0,validForNewPackages:!0,inFile:r[1]};var n={validForOldPackages:!1,validForNewPackages:!1,warnings:[tE]};if(e.trim().length!==0){var i=AI(e);i&&n.warnings.push('license is similar to the valid expression "'+i+'"')}return n}return Wh(t)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[tE]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}}});var lE=F((KV,cE)=>{var{URL:qh}=require("node:url"),sE=Au(),bI=iE(),oE={dependancies:"dependencies",dependecies:"dependencies",depdenencies:"dependencies",devEependencies:"devDependencies",depends:"dependencies","dev-dependencies":"devDependencies",devDependences:"devDependencies",devDepenencies:"devDependencies",devdependencies:"devDependencies",repostitory:"repository",repo:"repository",prefereGlobal:"preferGlobal",hompage:"homepage",hampage:"homepage",autohr:"author",autor:"author",contributers:"contributors",publicationConfig:"publishConfig",script:"scripts"},aE=e=>e.includes("@")&&e.indexOf("@")<e.lastIndexOf(".");function wI(e){let t=e.trim().split(`
11
- `),r=0;for(;t[r]?.trim().match(/^(#|$)/);)r++;let n=r+1;for(;n<t.length&&t[n].trim();)n++;return t.slice(r,n).join(" ").trim()}function uE(e){if(typeof e!="string"){let s=e.name||"",o=e.url||e.web,a=o?" ("+o+")":"",u=e.email||e.mail,c=u?" <"+u+">":"";e=s+c+a}let t=e.match(/^([^(<]+)/),r=e.match(/\(([^()]+)\)/),n=e.match(/<([^<>]+)>/),i={};return t?.[0].trim()&&(i.name=t[0].trim()),n&&(i.email=n[1]),r&&(i.url=r[1]),i}function SI(e,t){e.description&&typeof e.description!="string"&&(t?.push("'description' field should be a string"),delete e.description),e.readme&&!e.description&&e.readme!=="ERROR: No README data found!"&&(e.description=wI(e.readme)),e.description===void 0&&delete e.description,e.description||t?.push("No description"),e.modules&&(t?.push("modules field is deprecated"),delete e.modules);let r=e.files;if(r&&!Array.isArray(r)?(t?.push("Invalid 'files' member"),delete e.files):e.files&&(e.files=e.files.filter(function(o){return!o||typeof o!="string"?(t?.push(`Invalid filename in 'files' list: ${o}`),!1):!0})),e.man&&typeof e.man=="string"&&(e.man=[e.man]),!e.bugs&&e.repository?.url){let o=sE.fromUrl(e.repository.url);o&&o.bugs()&&(e.bugs={url:o.bugs()})}else if(e.bugs){if(typeof e.bugs=="string")aE(e.bugs)?e.bugs={email:e.bugs}:qh.canParse(e.bugs)?e.bugs={url:e.bugs}:t?.push("Bug string field must be url, email, or {email,url}");else{for(let a in e.bugs)["web","name"].includes(a)&&(t?.push(`bugs['${a}'] should probably be bugs['url'].`),e.bugs.url=e.bugs[a],delete e.bugs[a]);let o=e.bugs;e.bugs={},o.url&&(qh.canParse(o.url)?e.bugs.url=o.url:t?.push("bugs.url field must be a string url. Deleted.")),o.email&&(typeof o.email=="string"&&aE(o.email)?e.bugs.email=o.email:t?.push("bugs.email field must be a string email. Deleted."))}!e.bugs.email&&!e.bugs.url&&(delete e.bugs,t?.push("Normalized value of bugs field is an empty object. Deleted."))}typeof e.keywords=="string"&&(e.keywords=e.keywords.split(/,\s+/)),e.keywords&&!Array.isArray(e.keywords)?(delete e.keywords,t?.push("keywords should be an array of strings")):e.keywords&&(e.keywords=e.keywords.filter(function(o){return typeof o!="string"||!o?(t?.push("keywords should be an array of strings"),!1):!0}));let n="bundledDependencies",i="bundleDependencies";if(e[n]&&!e[i]&&(e[i]=e[n],delete e[n]),e[i]&&!Array.isArray(e[i])?(t?.push("Invalid 'bundleDependencies' list. Must be array of package names"),delete e[i]):e[i]&&(e[i]=e[i].filter(function(o){return!o||typeof o!="string"?(t?.push(`Invalid bundleDependencies member: ${o}`),!1):(e.dependencies||(e.dependencies={}),Object.prototype.hasOwnProperty.call(e.dependencies,o)||(t?.push(`Non-dependency in bundleDependencies: ${o}`),e.dependencies[o]="*"),!0)})),!e.homepage&&e.repository&&e.repository.url){let o=sE.fromUrl(e.repository.url);o&&(e.homepage=o.docs())}e.homepage&&(typeof e.homepage!="string"?(t?.push("homepage field must be a string url. Deleted."),delete e.homepage):qh.canParse(e.homepage)||(e.homepage="http://"+e.homepage)),e.readme||(t?.push("No README data"),e.readme="ERROR: No README data found!");let s=e.license||e.licence;s?typeof s!="string"||s.length<1||s.trim()===""?t?.push("license should be a valid SPDX license expression"):bI(s).validForNewPackages||t?.push("license should be a valid SPDX license expression"):t?.push("No license field."),e.author&&(e.author=uE(e.author)),["maintainers","contributors"].forEach(function(o){Array.isArray(e[o])&&(e[o]=e[o].map(uE))});for(let o in oE)Object.prototype.hasOwnProperty.call(e,o)&&t?.push(`${o} should probably be ${oE[o]}.`)}cE.exports={normalizeData:SI}});var hE=F(ns=>{"use strict";Object.defineProperty(ns,"__esModule",{value:!0});ns.sync=ns.isexe=void 0;var CI=require("fs"),xI=require("fs/promises"),PI=async(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return fE(await(0,xI.stat)(e),t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};ns.isexe=PI;var OI=(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return fE((0,CI.statSync)(e),t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};ns.sync=OI;var fE=(e,t)=>e.isFile()&&_I(e,t),_I=(e,t)=>{let r=t.uid??process.getuid?.(),n=t.groups??process.getgroups?.()??[],i=t.gid??process.getgid?.()??n[0];if(r===void 0||i===void 0)throw new Error("cannot get uid or gid");let s=new Set([i,...n]),o=e.mode,a=e.uid,u=e.gid,c=parseInt("100",8),f=parseInt("010",8),l=parseInt("001",8),h=c|f;return!!(o&l||o&f&&s.has(u)||o&c&&a===r||o&h&&r===0)}});var pE=F(is=>{"use strict";Object.defineProperty(is,"__esModule",{value:!0});is.sync=is.isexe=void 0;var RI=require("fs"),FI=require("fs/promises"),kI=async(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return dE(await(0,FI.stat)(e),e,t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};is.isexe=kI;var DI=(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return dE((0,RI.statSync)(e),e,t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};is.sync=DI;var LI=(e,t)=>{let{pathExt:r=process.env.PATHEXT||""}=t,n=r.split(";");if(n.indexOf("")!==-1)return!0;for(let i=0;i<n.length;i++){let s=n[i].toLowerCase(),o=e.substring(e.length-s.length).toLowerCase();if(s&&o===s)return!0}return!1},dE=(e,t,r)=>e.isFile()&&LI(t,r)});var mE=F(gE=>{"use strict";Object.defineProperty(gE,"__esModule",{value:!0})});var wE=F(ot=>{"use strict";var yE=ot&&ot.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),TI=ot&&ot.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),vE=ot&&ot.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&yE(t,e,r);return TI(t,e),t},II=ot&&ot.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&yE(t,e,r)};Object.defineProperty(ot,"__esModule",{value:!0});ot.sync=ot.isexe=ot.posix=ot.win32=void 0;var AE=vE(hE());ot.posix=AE;var EE=vE(pE());ot.win32=EE;II(mE(),ot);var NI=process.env._ISEXE_TEST_PLATFORM_||process.platform,bE=NI==="win32"?EE:AE;ot.isexe=bE.isexe;ot.sync=bE.sync});var Gh=F((eK,kE)=>{var{isexe:$I,sync:MI}=wE(),{join:jI,delimiter:BI,sep:SE,posix:CE}=require("path"),xE=process.platform==="win32",PE=new RegExp(`[${CE.sep}${SE===CE.sep?"":SE}]`.replace(/(\\)/g,"\\$1")),WI=new RegExp(`^\\.${PE.source}`),OE=e=>Object.assign(new Error(`not found: ${e}`),{code:"ENOENT"}),_E=(e,{path:t=process.env.PATH,pathExt:r=process.env.PATHEXT,delimiter:n=BI})=>{let i=e.match(PE)?[""]:[...xE?[process.cwd()]:[],...(t||"").split(n)];if(xE){let s=r||[".EXE",".CMD",".BAT",".COM"].join(n),o=s.split(n).flatMap(a=>[a,a.toLowerCase()]);return e.includes(".")&&o[0]!==""&&o.unshift(""),{pathEnv:i,pathExt:o,pathExtExe:s}}return{pathEnv:i,pathExt:[""]}},RE=(e,t)=>{let r=/^".*"$/.test(e)?e.slice(1,-1):e;return(!r&&WI.test(t)?t.slice(0,2):"")+jI(r,t)},FE=async(e,t={})=>{let{pathEnv:r,pathExt:n,pathExtExe:i}=_E(e,t),s=[];for(let o of r){let a=RE(o,e);for(let u of n){let c=a+u;if(await $I(c,{pathExt:i,ignoreErrors:!0})){if(!t.all)return c;s.push(c)}}}if(t.all&&s.length)return s;if(t.nothrow)return null;throw OE(e)},qI=(e,t={})=>{let{pathEnv:r,pathExt:n,pathExtExe:i}=_E(e,t),s=[];for(let o of r){let a=RE(o,e);for(let u of n){let c=a+u;if(MI(c,{pathExt:i,ignoreErrors:!0})){if(!t.all)return c;s.push(c)}}}if(t.all&&s.length)return s;if(t.nothrow)return null;throw OE(e)};kE.exports=FE;FE.sync=qI});var LE=F((tK,DE)=>{"use strict";var GI=(e,t)=>{if(!e.length)return'""';let r;if(!/[ \t\n\v"]/.test(e))r=e;else{r='"';for(let n=0;n<=e.length;++n){let i=0;for(;e[n]==="\\";)++n,++i;if(n===e.length){r+="\\".repeat(i*2);break}e[n]==='"'?(r+="\\".repeat(i*2+1),r+=e[n]):(r+="\\".repeat(i),r+=e[n])}r+='"'}return r=r.replace(/[ !%^&()<>|"]/g,"^$&"),t&&(r=r.replace(/[ !%^&()<>|"]/g,"^$&")),r},UI=e=>e.length?/[\t\n\r "#$&'()*;<>?\\`|~]/.test(e)?`'${e.replace(/'/g,"'\\''")}'`.replace(/^(?:'')+(?!$)/,"").replace(/\\'''/g,"\\'"):e:"''";DE.exports={cmd:GI,sh:UI}});var ME=F((rK,$E)=>{"use strict";var{spawn:HI}=require("child_process"),zI=require("os"),YI=Gh(),TE=LE(),Hh=(e,t,r={},n={})=>{if(r.shell)return NE(e,t,r,n);let i,s,o=new Promise((d,p)=>{i=d,s=p}),a=new Error("command failed"),u=[],c=[],f=d=>({cmd:e,args:t,...d,...KI(u,c,r),...n}),l=(d,p)=>{let y=f(p);s(Object.assign(d,y))},h=HI(e,t,r);return o.stdin=h.stdin,o.process=h,h.on("error",l),h.stdout&&(h.stdout.on("data",d=>u.push(d)),h.stdout.on("error",l)),h.stderr&&(h.stderr.on("data",d=>c.push(d)),h.stderr.on("error",l)),h.on("close",(d,p)=>{d||p?l(a,{code:d,signal:p}):i(f({code:d,signal:p}))}),o},NE=(e,t,r,n)=>{let i=r.shell;i===!0&&(i=process.platform==="win32"?process.env.ComSpec||"cmd.exe":"sh");let s={...r,shell:!1},o=[],a=e;if(/(?:^|\\)cmd(?:\.exe)?$/i.test(i)){let c=!1,f="",l=!1;for(let d=0;d<e.length;++d){let p=e.charAt(d);if(p===" "&&!l)break;f+=p,(p==='"'||p==="'")&&(l=!l)}let h;try{h=YI.sync(f,{path:s.env&&IE(s.env,"PATH")||process.env.PATH,pathext:s.env&&IE(s.env,"PATHEXT")||process.env.PATHEXT}).toLowerCase()}catch{h=f.toLowerCase()}c=h.endsWith(".cmd")||h.endsWith(".bat");for(let d of t)a+=` ${TE.cmd(d,c)}`;o.push("/d","/s","/c",a),s.windowsVerbatimArguments=!0}else{for(let c of t)a+=` ${TE.sh(c)}`;o.push("-c",a)}return Hh(i,o,s,n)},VI=(e,t={},r={})=>{let n={...t,shell:!0},i=[].concat(e),s=process.platform;if(s==="linux"&&zI.release().toLowerCase().includes("microsoft")&&(s="wsl",!process.env.BROWSER))return Promise.reject(new Error("Set the BROWSER environment variable to your desired browser."));let o=n.command;return o||(s==="win32"?(n.shell=process.env.ComSpec,o='start ""'):s==="wsl"?o="sensible-browser":s==="darwin"?o="open":o="xdg-open"),NE(o,i,n,r)};Hh.open=VI;var Uh=(e="pipe",t)=>e==="pipe"||e===null?!0:Array.isArray(e)?Uh(e[t],t):!1,KI=(e,t,{stdioString:r=!0,stdio:n})=>{let i={stdout:null,stderr:null};return Uh(n,1)&&(i.stdout=Buffer.concat(e),r&&(i.stdout=i.stdout.toString().trim())),Uh(n,2)&&(i.stderr=Buffer.concat(t),r&&(i.stderr=i.stderr.toString().trim())),i},IE=(e,t)=>{t=t.toLowerCase();for(let r of Object.keys(e).sort())if(r.toLowerCase()===t)return e[r]};$E.exports=Hh});var WE=F((nK,BE)=>{"use strict";function jE(e,t){for(let r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}function JI(e,t,r){if(!e||typeof e=="string")throw new TypeError("Please pass an Error to err-code");r||(r={}),typeof t=="object"&&(r=t,t=void 0),t!=null&&(r.code=t);try{return jE(e,r)}catch{r.message=e.message,r.stack=e.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(e)),jE(new i,r)}}BE.exports=JI});var GE=F((iK,qE)=>{function mr(e,t){typeof t=="boolean"&&(t={forever:t}),this._originalTimeouts=JSON.parse(JSON.stringify(e)),this._timeouts=e,this._options=t||{},this._maxRetryTime=t&&t.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}qE.exports=mr;mr.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};mr.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};mr.prototype.retry=function(e){if(this._timeout&&clearTimeout(this._timeout),!e)return!1;var t=new Date().getTime();if(e&&t-this._operationStart>=this._maxRetryTime)return this._errors.unshift(new Error("RetryOperation timeout occurred")),!1;this._errors.push(e);var r=this._timeouts.shift();if(r===void 0)if(this._cachedTimeouts)this._errors.splice(this._errors.length-1,this._errors.length),this._timeouts=this._cachedTimeouts.slice(0),r=this._timeouts.shift();else return!1;var n=this,i=setTimeout(function(){n._attempts++,n._operationTimeoutCb&&(n._timeout=setTimeout(function(){n._operationTimeoutCb(n._attempts)},n._operationTimeout),n._options.unref&&n._timeout.unref()),n._fn(n._attempts)},r);return this._options.unref&&i.unref(),!0};mr.prototype.attempt=function(e,t){this._fn=e,t&&(t.timeout&&(this._operationTimeout=t.timeout),t.cb&&(this._operationTimeoutCb=t.cb));var r=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){r._operationTimeoutCb()},r._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)};mr.prototype.try=function(e){console.log("Using RetryOperation.try() is deprecated"),this.attempt(e)};mr.prototype.start=function(e){console.log("Using RetryOperation.start() is deprecated"),this.attempt(e)};mr.prototype.start=mr.prototype.try;mr.prototype.errors=function(){return this._errors};mr.prototype.attempts=function(){return this._attempts};mr.prototype.mainError=function(){if(this._errors.length===0)return null;for(var e={},t=null,r=0,n=0;n<this._errors.length;n++){var i=this._errors[n],s=i.message,o=(e[s]||0)+1;e[s]=o,o>=r&&(t=i,r=o)}return t}});var UE=F(Si=>{var XI=GE();Si.operation=function(e){var t=Si.timeouts(e);return new XI(t,{forever:e&&e.forever,unref:e&&e.unref,maxRetryTime:e&&e.maxRetryTime})};Si.timeouts=function(e){if(e instanceof Array)return[].concat(e);var t={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:1/0,randomize:!1};for(var r in e)t[r]=e[r];if(t.minTimeout>t.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");for(var n=[],i=0;i<t.retries;i++)n.push(this.createTimeout(i,t));return e&&e.forever&&!n.length&&n.push(this.createTimeout(i,t)),n.sort(function(s,o){return s-o}),n};Si.createTimeout=function(e,t){var r=t.randomize?Math.random()+1:1,n=Math.round(r*t.minTimeout*Math.pow(t.factor,e));return n=Math.min(n,t.maxTimeout),n};Si.wrap=function(e,t,r){if(t instanceof Array&&(r=t,t=null),!r){r=[];for(var n in e)typeof e[n]=="function"&&r.push(n)}for(var i=0;i<r.length;i++){var s=r[i],o=e[s];e[s]=function(u){var c=Si.operation(t),f=Array.prototype.slice.call(arguments,1),l=f.pop();f.push(function(h){c.retry(h)||(h&&(arguments[0]=c.mainError()),l.apply(this,arguments))}),c.attempt(function(){u.apply(e,f)})}.bind(e,o),e[s].options=t}}});var zE=F((oK,HE)=>{HE.exports=UE()});var KE=F((aK,VE)=>{"use strict";var QI=WE(),ZI=zE(),eN=Object.prototype.hasOwnProperty;function YE(e){return e&&e.code==="EPROMISERETRY"&&eN.call(e,"retried")}function tN(e,t){var r,n;return typeof e=="object"&&typeof t=="function"&&(r=t,t=e,e=r),n=ZI.operation(t),new Promise(function(i,s){n.attempt(function(o){Promise.resolve().then(function(){return e(function(a){throw YE(a)&&(a=a.retried),QI(new Error("Retrying"),"EPROMISERETRY",{retried:a})},o)}).then(i,function(a){YE(a)&&(a=a.retried,n.retry(a||new Error))||s(a)})})})}VE.exports=tN});var Kh=F((uK,JE)=>{var ko=class extends Error{shouldRetry(){return!1}},zh=class extends ko{constructor(){super("A git connection error occurred")}shouldRetry(t){return t<3}},Yh=class extends ko{constructor(){super("The git reference could not be found")}},Vh=class extends ko{constructor(){super("An unknown git error occurred")}};JE.exports={GitConnectionError:zh,GitPathspecError:Yh,GitUnknownError:Vh}});var QE=F((cK,XE)=>{var{GitConnectionError:rN,GitPathspecError:nN,GitUnknownError:iN}=Kh(),sN=new RegExp(["remote error: Internal Server Error","The remote end hung up unexpectedly","Connection timed out","Operation timed out","Failed to connect to .* Timed out","Connection reset by peer","SSL_ERROR_SYSCALL","The requested URL returned error: 503"].join("|")),oN=/pathspec .* did not match any file\(s\) known to git/;function aN(e){let t=e.stderr,r;return sN.test(t)?r=new rN(t):oN.test(t)?r=new nN(t):r=new iN(t),Object.assign(r,e)}XE.exports=aN});var rb=F((lK,Jh)=>{var ZE=require("node:fs"),uN=require("node:os"),cN=require("node:path"),lN=kf(),eb=cN.join(uN.homedir(),".gitconfig"),Do=null,tb=()=>{if(Do===null)try{if(Do={},ZE.existsSync(eb)){let e=ZE.readFileSync(eb,"utf-8");Do=lN.parse(e)}}catch{Do={}}return Do},fN=()=>{let e=tb();return{sshCommandSetInConfig:e?.core?.sshCommand!==void 0,askPassSetInConfig:e?.core?.askpass!==void 0}},hN=process.env.GIT_SSH_COMMAND!==void 0,dN=process.env.GIT_ASKPASS!==void 0,{sshCommandSetInConfig:pN,askPassSetInConfig:gN}=fN(),mN={...dN||gN?{}:{GIT_ASKPASS:"echo"},...hN||pN?{}:{GIT_SSH_COMMAND:"ssh -oStrictHostKeyChecking=accept-new"}};Jh.exports=(e={})=>({stdioString:!0,...e,shell:!1,env:e.env||{...mN,...process.env}});Jh.exports.loadGitConfig=tb});var ib=F((fK,nb)=>{var yN=Gh(),Xh;try{Xh=yN.sync("git")}catch{}nb.exports=(e={})=>e.git?e.git:!Xh||e.git===!1?Object.assign(new Error("No git binary found in $PATH"),{code:"ENOGIT"}):Xh});var Lo=F((hK,sb)=>{var vN=ME(),AN=KE(),{log:EN}=su(),bN=QE(),wN=rb();sb.exports=(e,t={})=>{let n=ib()(t);if(n instanceof Error)return Promise.reject(n);let i=t.allowReplace||e[0]==="--no-replace-objects"?e:["--no-replace-objects",...e],s=t.retry;return s==null&&(s={retries:t.fetchRetries||2,factor:t.fetchRetryFactor||10,maxTimeout:t.fetchRetryMaxtimeout||6e4,minTimeout:t.fetchRetryMintimeout||1e3}),AN((o,a)=>(a!==1&&EN.silly("git",`Retrying git command: ${i.join(" ")} attempt # ${a}`),vN(n,i,wN(t)).catch(u=>{let c=bN(u);if(!c.shouldRetry(a))throw c;o(c)})),s)}});var ub=F((dK,ab)=>{"use strict";var ob=yt(),SN=(e,t,r,n,i)=>{typeof r=="string"&&(i=n,n=r,r=void 0);try{return new ob(e instanceof ob?e.version:e,r).inc(t,n,i).version}catch{return null}};ab.exports=SN});var fb=F((pK,lb)=>{"use strict";var cb=yi(),CN=(e,t)=>{let r=cb(e,null,!0),n=cb(t,null,!0),i=r.compare(n);if(i===0)return null;let s=i>0,o=s?r:n,a=s?n:r,u=!!o.prerelease.length;if(!!a.prerelease.length&&!u){if(!a.patch&&!a.minor)return"major";if(a.compareMain(o)===0)return a.minor&&!a.patch?"minor":"patch"}let f=u?"pre":"";return r.major!==n.major?f+"major":r.minor!==n.minor?f+"minor":r.patch!==n.patch?f+"patch":"prerelease"};lb.exports=CN});var db=F((gK,hb)=>{"use strict";var xN=yt(),PN=(e,t)=>new xN(e,t).major;hb.exports=PN});var gb=F((mK,pb)=>{"use strict";var ON=yt(),_N=(e,t)=>new ON(e,t).minor;pb.exports=_N});var yb=F((yK,mb)=>{"use strict";var RN=yt(),FN=(e,t)=>new RN(e,t).patch;mb.exports=FN});var Ab=F((vK,vb)=>{"use strict";var kN=yi(),DN=(e,t)=>{let r=kN(e,t);return r&&r.prerelease.length?r.prerelease:null};vb.exports=DN});var yr=F((AK,bb)=>{"use strict";var Eb=yt(),LN=(e,t,r)=>new Eb(e,r).compare(new Eb(t,r));bb.exports=LN});var Sb=F((EK,wb)=>{"use strict";var TN=yr(),IN=(e,t,r)=>TN(t,e,r);wb.exports=IN});var xb=F((bK,Cb)=>{"use strict";var NN=yr(),$N=(e,t)=>NN(e,t,!0);Cb.exports=$N});var ec=F((wK,Ob)=>{"use strict";var Pb=yt(),MN=(e,t,r)=>{let n=new Pb(e,r),i=new Pb(t,r);return n.compare(i)||n.compareBuild(i)};Ob.exports=MN});var Rb=F((SK,_b)=>{"use strict";var jN=ec(),BN=(e,t)=>e.sort((r,n)=>jN(r,n,t));_b.exports=BN});var kb=F((CK,Fb)=>{"use strict";var WN=ec(),qN=(e,t)=>e.sort((r,n)=>WN(n,r,t));Fb.exports=qN});var To=F((xK,Db)=>{"use strict";var GN=yr(),UN=(e,t,r)=>GN(e,t,r)>0;Db.exports=UN});var tc=F((PK,Lb)=>{"use strict";var HN=yr(),zN=(e,t,r)=>HN(e,t,r)<0;Lb.exports=zN});var Qh=F((OK,Tb)=>{"use strict";var YN=yr(),VN=(e,t,r)=>YN(e,t,r)===0;Tb.exports=VN});var Zh=F((_K,Ib)=>{"use strict";var KN=yr(),JN=(e,t,r)=>KN(e,t,r)!==0;Ib.exports=JN});var rc=F((RK,Nb)=>{"use strict";var XN=yr(),QN=(e,t,r)=>XN(e,t,r)>=0;Nb.exports=QN});var nc=F((FK,$b)=>{"use strict";var ZN=yr(),e2=(e,t,r)=>ZN(e,t,r)<=0;$b.exports=e2});var ed=F((kK,Mb)=>{"use strict";var t2=Qh(),r2=Zh(),n2=To(),i2=rc(),s2=tc(),o2=nc(),a2=(e,t,r,n)=>{switch(t){case"===":return typeof e=="object"&&(e=e.version),typeof r=="object"&&(r=r.version),e===r;case"!==":return typeof e=="object"&&(e=e.version),typeof r=="object"&&(r=r.version),e!==r;case"":case"=":case"==":return t2(e,r,n);case"!=":return r2(e,r,n);case">":return n2(e,r,n);case">=":return i2(e,r,n);case"<":return s2(e,r,n);case"<=":return o2(e,r,n);default:throw new TypeError(`Invalid operator: ${t}`)}};Mb.exports=a2});var Bb=F((DK,jb)=>{"use strict";var u2=yt(),c2=yi(),{safeRe:ic,t:sc}=Qi(),l2=(e,t)=>{if(e instanceof u2)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;t=t||{};let r=null;if(!t.rtl)r=e.match(t.includePrerelease?ic[sc.COERCEFULL]:ic[sc.COERCE]);else{let u=t.includePrerelease?ic[sc.COERCERTLFULL]:ic[sc.COERCERTL],c;for(;(c=u.exec(e))&&(!r||r.index+r[0].length!==e.length);)(!r||c.index+c[0].length!==r.index+r[0].length)&&(r=c),u.lastIndex=c.index+c[1].length+c[2].length;u.lastIndex=-1}if(r===null)return null;let n=r[2],i=r[3]||"0",s=r[4]||"0",o=t.includePrerelease&&r[5]?`-${r[5]}`:"",a=t.includePrerelease&&r[6]?`+${r[6]}`:"";return c2(`${n}.${i}.${s}${o}${a}`,t)};jb.exports=l2});var qb=F((LK,Wb)=>{"use strict";var td=class{constructor(){this.max=1e3,this.map=new Map}get(t){let r=this.map.get(t);if(r!==void 0)return this.map.delete(t),this.map.set(t,r),r}delete(t){return this.map.delete(t)}set(t,r){if(!this.delete(t)&&r!==void 0){if(this.map.size>=this.max){let i=this.map.keys().next().value;this.delete(i)}this.map.set(t,r)}return this}};Wb.exports=td});var vr=F((TK,zb)=>{"use strict";var f2=/\s+/g,rd=class e{constructor(t,r){if(r=d2(r),t instanceof e)return t.loose===!!r.loose&&t.includePrerelease===!!r.includePrerelease?t:new e(t.raw,r);if(t instanceof nd)return this.raw=t.value,this.set=[[t]],this.formatted=void 0,this;if(this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease,this.raw=t.trim().replace(f2," "),this.set=this.raw.split("||").map(n=>this.parseRange(n.trim())).filter(n=>n.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let n=this.set[0];if(this.set=this.set.filter(i=>!Ub(i[0])),this.set.length===0)this.set=[n];else if(this.set.length>1){for(let i of this.set)if(i.length===1&&E2(i[0])){this.set=[i];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let t=0;t<this.set.length;t++){t>0&&(this.formatted+="||");let r=this.set[t];for(let n=0;n<r.length;n++)n>0&&(this.formatted+=" "),this.formatted+=r[n].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(t){let n=((this.options.includePrerelease&&v2)|(this.options.loose&&A2))+":"+t,i=Gb.get(n);if(i)return i;let s=this.options.loose,o=s?Tt[At.HYPHENRANGELOOSE]:Tt[At.HYPHENRANGE];t=t.replace(o,F2(this.options.includePrerelease)),Ge("hyphen replace",t),t=t.replace(Tt[At.COMPARATORTRIM],g2),Ge("comparator trim",t),t=t.replace(Tt[At.TILDETRIM],m2),Ge("tilde trim",t),t=t.replace(Tt[At.CARETTRIM],y2),Ge("caret trim",t);let a=t.split(" ").map(l=>b2(l,this.options)).join(" ").split(/\s+/).map(l=>R2(l,this.options));s&&(a=a.filter(l=>(Ge("loose invalid filter",l,this.options),!!l.match(Tt[At.COMPARATORLOOSE])))),Ge("range list",a);let u=new Map,c=a.map(l=>new nd(l,this.options));for(let l of c){if(Ub(l))return[l];u.set(l.value,l)}u.size>1&&u.has("")&&u.delete("");let f=[...u.values()];return Gb.set(n,f),f}intersects(t,r){if(!(t instanceof e))throw new TypeError("a Range is required");return this.set.some(n=>Hb(n,r)&&t.set.some(i=>Hb(i,r)&&n.every(s=>i.every(o=>s.intersects(o,r)))))}test(t){if(!t)return!1;if(typeof t=="string")try{t=new p2(t,this.options)}catch{return!1}for(let r=0;r<this.set.length;r++)if(k2(this.set[r],t,this.options))return!0;return!1}};zb.exports=rd;var h2=qb(),Gb=new h2,d2=ou(),nd=Io(),Ge=uo(),p2=yt(),{safeRe:Tt,t:At,comparatorTrimReplace:g2,tildeTrimReplace:m2,caretTrimReplace:y2}=Qi(),{FLAG_INCLUDE_PRERELEASE:v2,FLAG_LOOSE:A2}=co(),Ub=e=>e.value==="<0.0.0-0",E2=e=>e.value==="",Hb=(e,t)=>{let r=!0,n=e.slice(),i=n.pop();for(;r&&n.length;)r=n.every(s=>i.intersects(s,t)),i=n.pop();return r},b2=(e,t)=>(e=e.replace(Tt[At.BUILD],""),Ge("comp",e,t),e=C2(e,t),Ge("caret",e),e=w2(e,t),Ge("tildes",e),e=P2(e,t),Ge("xrange",e),e=_2(e,t),Ge("stars",e),e),It=e=>!e||e.toLowerCase()==="x"||e==="*",w2=(e,t)=>e.trim().split(/\s+/).map(r=>S2(r,t)).join(" "),S2=(e,t)=>{let r=t.loose?Tt[At.TILDELOOSE]:Tt[At.TILDE];return e.replace(r,(n,i,s,o,a)=>{Ge("tilde",e,n,i,s,o,a);let u;return It(i)?u="":It(s)?u=`>=${i}.0.0 <${+i+1}.0.0-0`:It(o)?u=`>=${i}.${s}.0 <${i}.${+s+1}.0-0`:a?(Ge("replaceTilde pr",a),u=`>=${i}.${s}.${o}-${a} <${i}.${+s+1}.0-0`):u=`>=${i}.${s}.${o} <${i}.${+s+1}.0-0`,Ge("tilde return",u),u})},C2=(e,t)=>e.trim().split(/\s+/).map(r=>x2(r,t)).join(" "),x2=(e,t)=>{Ge("caret",e,t);let r=t.loose?Tt[At.CARETLOOSE]:Tt[At.CARET],n=t.includePrerelease?"-0":"";return e.replace(r,(i,s,o,a,u)=>{Ge("caret",e,i,s,o,a,u);let c;return It(s)?c="":It(o)?c=`>=${s}.0.0${n} <${+s+1}.0.0-0`:It(a)?s==="0"?c=`>=${s}.${o}.0${n} <${s}.${+o+1}.0-0`:c=`>=${s}.${o}.0${n} <${+s+1}.0.0-0`:u?(Ge("replaceCaret pr",u),s==="0"?o==="0"?c=`>=${s}.${o}.${a}-${u} <${s}.${o}.${+a+1}-0`:c=`>=${s}.${o}.${a}-${u} <${s}.${+o+1}.0-0`:c=`>=${s}.${o}.${a}-${u} <${+s+1}.0.0-0`):(Ge("no pr"),s==="0"?o==="0"?c=`>=${s}.${o}.${a}${n} <${s}.${o}.${+a+1}-0`:c=`>=${s}.${o}.${a}${n} <${s}.${+o+1}.0-0`:c=`>=${s}.${o}.${a} <${+s+1}.0.0-0`),Ge("caret return",c),c})},P2=(e,t)=>(Ge("replaceXRanges",e,t),e.split(/\s+/).map(r=>O2(r,t)).join(" ")),O2=(e,t)=>{e=e.trim();let r=t.loose?Tt[At.XRANGELOOSE]:Tt[At.XRANGE];return e.replace(r,(n,i,s,o,a,u)=>{Ge("xRange",e,n,i,s,o,a,u);let c=It(s),f=c||It(o),l=f||It(a),h=l;return i==="="&&h&&(i=""),u=t.includePrerelease?"-0":"",c?i===">"||i==="<"?n="<0.0.0-0":n="*":i&&h?(f&&(o=0),a=0,i===">"?(i=">=",f?(s=+s+1,o=0,a=0):(o=+o+1,a=0)):i==="<="&&(i="<",f?s=+s+1:o=+o+1),i==="<"&&(u="-0"),n=`${i+s}.${o}.${a}${u}`):f?n=`>=${s}.0.0${u} <${+s+1}.0.0-0`:l&&(n=`>=${s}.${o}.0${u} <${s}.${+o+1}.0-0`),Ge("xRange return",n),n})},_2=(e,t)=>(Ge("replaceStars",e,t),e.trim().replace(Tt[At.STAR],"")),R2=(e,t)=>(Ge("replaceGTE0",e,t),e.trim().replace(Tt[t.includePrerelease?At.GTE0PRE:At.GTE0],"")),F2=e=>(t,r,n,i,s,o,a,u,c,f,l,h)=>(It(n)?r="":It(i)?r=`>=${n}.0.0${e?"-0":""}`:It(s)?r=`>=${n}.${i}.0${e?"-0":""}`:o?r=`>=${r}`:r=`>=${r}${e?"-0":""}`,It(c)?u="":It(f)?u=`<${+c+1}.0.0-0`:It(l)?u=`<${c}.${+f+1}.0-0`:h?u=`<=${c}.${f}.${l}-${h}`:e?u=`<${c}.${f}.${+l+1}-0`:u=`<=${u}`,`${r} ${u}`.trim()),k2=(e,t,r)=>{for(let n=0;n<e.length;n++)if(!e[n].test(t))return!1;if(t.prerelease.length&&!r.includePrerelease){for(let n=0;n<e.length;n++)if(Ge(e[n].semver),e[n].semver!==nd.ANY&&e[n].semver.prerelease.length>0){let i=e[n].semver;if(i.major===t.major&&i.minor===t.minor&&i.patch===t.patch)return!0}return!1}return!0}});var Io=F((IK,Qb)=>{"use strict";var No=Symbol("SemVer ANY"),od=class e{static get ANY(){return No}constructor(t,r){if(r=Yb(r),t instanceof e){if(t.loose===!!r.loose)return t;t=t.value}t=t.trim().split(/\s+/).join(" "),sd("comparator",t,r),this.options=r,this.loose=!!r.loose,this.parse(t),this.semver===No?this.value="":this.value=this.operator+this.semver.version,sd("comp",this)}parse(t){let r=this.options.loose?Vb[Kb.COMPARATORLOOSE]:Vb[Kb.COMPARATOR],n=t.match(r);if(!n)throw new TypeError(`Invalid comparator: ${t}`);this.operator=n[1]!==void 0?n[1]:"",this.operator==="="&&(this.operator=""),n[2]?this.semver=new Jb(n[2],this.options.loose):this.semver=No}toString(){return this.value}test(t){if(sd("Comparator.test",t,this.options.loose),this.semver===No||t===No)return!0;if(typeof t=="string")try{t=new Jb(t,this.options)}catch{return!1}return id(t,this.operator,this.semver,this.options)}intersects(t,r){if(!(t instanceof e))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new Xb(t.value,r).test(this.value):t.operator===""?t.value===""?!0:new Xb(this.value,r).test(t.semver):(r=Yb(r),r.includePrerelease&&(this.value==="<0.0.0-0"||t.value==="<0.0.0-0")||!r.includePrerelease&&(this.value.startsWith("<0.0.0")||t.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&t.operator.startsWith(">")||this.operator.startsWith("<")&&t.operator.startsWith("<")||this.semver.version===t.semver.version&&this.operator.includes("=")&&t.operator.includes("=")||id(this.semver,"<",t.semver,r)&&this.operator.startsWith(">")&&t.operator.startsWith("<")||id(this.semver,">",t.semver,r)&&this.operator.startsWith("<")&&t.operator.startsWith(">")))}};Qb.exports=od;var Yb=ou(),{safeRe:Vb,t:Kb}=Qi(),id=ed(),sd=uo(),Jb=yt(),Xb=vr()});var ss=F((NK,Zb)=>{"use strict";var D2=vr(),L2=(e,t,r)=>{try{t=new D2(t,r)}catch{return!1}return t.test(e)};Zb.exports=L2});var tw=F(($K,ew)=>{"use strict";var T2=vr(),I2=(e,t)=>new T2(e,t).set.map(r=>r.map(n=>n.value).join(" ").trim().split(" "));ew.exports=I2});var nw=F((MK,rw)=>{"use strict";var N2=yt(),$2=vr(),M2=(e,t,r)=>{let n=null,i=null,s=null;try{s=new $2(t,r)}catch{return null}return e.forEach(o=>{s.test(o)&&(!n||i.compare(o)===-1)&&(n=o,i=new N2(n,r))}),n};rw.exports=M2});var sw=F((jK,iw)=>{"use strict";var j2=yt(),B2=vr(),W2=(e,t,r)=>{let n=null,i=null,s=null;try{s=new B2(t,r)}catch{return null}return e.forEach(o=>{s.test(o)&&(!n||i.compare(o)===1)&&(n=o,i=new j2(n,r))}),n};iw.exports=W2});var uw=F((BK,aw)=>{"use strict";var ad=yt(),q2=vr(),ow=To(),G2=(e,t)=>{e=new q2(e,t);let r=new ad("0.0.0");if(e.test(r)||(r=new ad("0.0.0-0"),e.test(r)))return r;r=null;for(let n=0;n<e.set.length;++n){let i=e.set[n],s=null;i.forEach(o=>{let a=new ad(o.semver.version);switch(o.operator){case">":a.prerelease.length===0?a.patch++:a.prerelease.push(0),a.raw=a.format();case"":case">=":(!s||ow(a,s))&&(s=a);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${o.operator}`)}}),s&&(!r||ow(r,s))&&(r=s)}return r&&e.test(r)?r:null};aw.exports=G2});var ud=F((WK,cw)=>{"use strict";var U2=vr(),H2=(e,t)=>{try{return new U2(e,t).range||"*"}catch{return null}};cw.exports=H2});var oc=F((qK,dw)=>{"use strict";var z2=yt(),hw=Io(),{ANY:Y2}=hw,V2=vr(),K2=ss(),lw=To(),fw=tc(),J2=nc(),X2=rc(),Q2=(e,t,r,n)=>{e=new z2(e,n),t=new V2(t,n);let i,s,o,a,u;switch(r){case">":i=lw,s=J2,o=fw,a=">",u=">=";break;case"<":i=fw,s=X2,o=lw,a="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(K2(e,t,n))return!1;for(let c=0;c<t.set.length;++c){let f=t.set[c],l=null,h=null;if(f.forEach(d=>{d.semver===Y2&&(d=new hw(">=0.0.0")),l=l||d,h=h||d,i(d.semver,l.semver,n)?l=d:o(d.semver,h.semver,n)&&(h=d)}),l.operator===a||l.operator===u||(!h.operator||h.operator===a)&&s(e,h.semver))return!1;if(h.operator===u&&o(e,h.semver))return!1}return!0};dw.exports=Q2});var gw=F((GK,pw)=>{"use strict";var Z2=oc(),e$=(e,t,r)=>Z2(e,t,">",r);pw.exports=e$});var yw=F((UK,mw)=>{"use strict";var t$=oc(),r$=(e,t,r)=>t$(e,t,"<",r);mw.exports=r$});var Ew=F((HK,Aw)=>{"use strict";var vw=vr(),n$=(e,t,r)=>(e=new vw(e,r),t=new vw(t,r),e.intersects(t,r));Aw.exports=n$});var ww=F((zK,bw)=>{"use strict";var i$=ss(),s$=yr();bw.exports=(e,t,r)=>{let n=[],i=null,s=null,o=e.sort((f,l)=>s$(f,l,r));for(let f of o)i$(f,t,r)?(s=f,i||(i=f)):(s&&n.push([i,s]),s=null,i=null);i&&n.push([i,null]);let a=[];for(let[f,l]of n)f===l?a.push(f):!l&&f===o[0]?a.push("*"):l?f===o[0]?a.push(`<=${l}`):a.push(`${f} - ${l}`):a.push(`>=${f}`);let u=a.join(" || "),c=typeof t.raw=="string"?t.raw:String(t);return u.length<c.length?u:t}});var _w=F((YK,Ow)=>{"use strict";var Sw=vr(),ld=Io(),{ANY:cd}=ld,$o=ss(),fd=yr(),o$=(e,t,r={})=>{if(e===t)return!0;e=new Sw(e,r),t=new Sw(t,r);let n=!1;e:for(let i of e.set){for(let s of t.set){let o=u$(i,s,r);if(n=n||o!==null,o)continue e}if(n)return!1}return!0},a$=[new ld(">=0.0.0-0")],Cw=[new ld(">=0.0.0")],u$=(e,t,r)=>{if(e===t)return!0;if(e.length===1&&e[0].semver===cd){if(t.length===1&&t[0].semver===cd)return!0;r.includePrerelease?e=a$:e=Cw}if(t.length===1&&t[0].semver===cd){if(r.includePrerelease)return!0;t=Cw}let n=new Set,i,s;for(let d of e)d.operator===">"||d.operator===">="?i=xw(i,d,r):d.operator==="<"||d.operator==="<="?s=Pw(s,d,r):n.add(d.semver);if(n.size>1)return null;let o;if(i&&s){if(o=fd(i.semver,s.semver,r),o>0)return null;if(o===0&&(i.operator!==">="||s.operator!=="<="))return null}for(let d of n){if(i&&!$o(d,String(i),r)||s&&!$o(d,String(s),r))return null;for(let p of t)if(!$o(d,String(p),r))return!1;return!0}let a,u,c,f,l=s&&!r.includePrerelease&&s.semver.prerelease.length?s.semver:!1,h=i&&!r.includePrerelease&&i.semver.prerelease.length?i.semver:!1;l&&l.prerelease.length===1&&s.operator==="<"&&l.prerelease[0]===0&&(l=!1);for(let d of t){if(f=f||d.operator===">"||d.operator===">=",c=c||d.operator==="<"||d.operator==="<=",i){if(h&&d.semver.prerelease&&d.semver.prerelease.length&&d.semver.major===h.major&&d.semver.minor===h.minor&&d.semver.patch===h.patch&&(h=!1),d.operator===">"||d.operator===">="){if(a=xw(i,d,r),a===d&&a!==i)return!1}else if(i.operator===">="&&!$o(i.semver,String(d),r))return!1}if(s){if(l&&d.semver.prerelease&&d.semver.prerelease.length&&d.semver.major===l.major&&d.semver.minor===l.minor&&d.semver.patch===l.patch&&(l=!1),d.operator==="<"||d.operator==="<="){if(u=Pw(s,d,r),u===d&&u!==s)return!1}else if(s.operator==="<="&&!$o(s.semver,String(d),r))return!1}if(!d.operator&&(s||i)&&o!==0)return!1}return!(i&&c&&!s&&o!==0||s&&f&&!i&&o!==0||h||l)},xw=(e,t,r)=>{if(!e)return t;let n=fd(e.semver,t.semver,r);return n>0?e:n<0||t.operator===">"&&e.operator===">="?t:e},Pw=(e,t,r)=>{if(!e)return t;let n=fd(e.semver,t.semver,r);return n<0?e:n>0||t.operator==="<"&&e.operator==="<="?t:e};Ow.exports=o$});var Mo=F((VK,kw)=>{"use strict";var hd=Qi(),Rw=co(),c$=yt(),Fw=Wf(),l$=yi(),f$=fu(),h$=eh(),d$=ub(),p$=fb(),g$=db(),m$=gb(),y$=yb(),v$=Ab(),A$=yr(),E$=Sb(),b$=xb(),w$=ec(),S$=Rb(),C$=kb(),x$=To(),P$=tc(),O$=Qh(),_$=Zh(),R$=rc(),F$=nc(),k$=ed(),D$=Bb(),L$=Io(),T$=vr(),I$=ss(),N$=tw(),$$=nw(),M$=sw(),j$=uw(),B$=ud(),W$=oc(),q$=gw(),G$=yw(),U$=Ew(),H$=ww(),z$=_w();kw.exports={parse:l$,valid:f$,clean:h$,inc:d$,diff:p$,major:g$,minor:m$,patch:y$,prerelease:v$,compare:A$,rcompare:E$,compareLoose:b$,compareBuild:w$,sort:S$,rsort:C$,gt:x$,lt:P$,eq:O$,neq:_$,gte:R$,lte:F$,cmp:k$,coerce:D$,Comparator:L$,Range:T$,satisfies:I$,toComparators:N$,maxSatisfying:$$,minSatisfying:M$,minVersion:j$,validRange:B$,outside:W$,gtr:q$,ltr:G$,intersects:U$,simplifyRange:H$,subset:z$,SemVer:c$,re:hd.re,src:hd.src,tokens:hd.t,SEMVER_SPEC_VERSION:Rw.SEMVER_SPEC_VERSION,RELEASE_TYPES:Rw.RELEASE_TYPES,compareIdentifiers:Fw.compareIdentifiers,rcompareIdentifiers:Fw.rcompareIdentifiers}});var Tw=F((KK,Lw)=>{var Dw=Mo();Lw.exports=e=>Y$(e.reduce(Z$,{versions:{},"dist-tags":{},refs:{},shas:{}}));var Y$=e=>J$(V$(K$(e))),V$=e=>(Object.keys(e.refs).forEach(t=>{let r=e.refs[t];e.shas[r.sha]?e.shas[r.sha].push(t):e.shas[r.sha]=[t]}),e),K$=e=>(Object.keys(e.refs).filter(t=>t.endsWith("^{}")).forEach(t=>{let r=e.refs[t],n=e.refs[t.replace(/\^\{\}$/,"")];n&&(n.sha=r.sha,delete e.refs[t])}),e),J$=e=>{let t=e.refs.HEAD||{};return Object.keys(e.versions).forEach(n=>{let i=e.versions[n];e.refs.latest&&i.sha===e.refs.latest.sha?e["dist-tags"].latest=n:i.sha===t.sha&&(e["dist-tags"].HEAD=n,e.refs.latest||(e["dist-tags"].latest=n))}),e},X$=e=>e.startsWith("refs/tags/")?"tag":e.startsWith("refs/heads/")?"branch":e.startsWith("refs/pull/")?"pull":e==="HEAD"?"head":"other",Q$=e=>{let t=e.trim().split(/\s+/,2);if(t.length<2)return null;let r=t[0].trim(),n=t[1].trim(),i=X$(n);if(i==="tag"){let s=n.slice(10);return{sha:r,ref:s,rawRef:n,type:i}}if(i==="branch"){let s=n.slice(11);return{sha:r,ref:s,rawRef:n,type:i}}if(i==="pull"){let s=n.slice(5).replace(/\/head$/,"");return{sha:r,ref:s,rawRef:n,type:i}}return i==="head"?{sha:r,ref:"HEAD",rawRef:n,type:i}:{sha:r,ref:n,rawRef:n,type:i}},Z$=(e,t)=>{let r=Q$(t);if(!r)return e;if(e.refs[r.ref]=r,e.refs[r.rawRef]=r,r.type==="tag"){let n=!r.ref.endsWith("^{}")&&r.ref.match(/v?(\d+\.\d+\.\d+(?:[-+].+)?)$/);n&&Dw.valid(n[1],!0)&&(e.versions[Dw.clean(n[1],!0)]=r)}return e}});var dd=F((JK,Nw)=>{var eM=Lo(),{LRUCache:tM}=yu(),rM=Tw(),Iw=new tM({max:100,ttl:300*1e3});Nw.exports=async(e,t={})=>{if(!t.noGitRevCache){let i=Iw.get(e);if(i)return i}let{stdout:r}=await eM(["ls-remote",e],t),n=rM(r.trim().split(`
12
- `));return Iw.set(e,n),n}});var Mw=F($w=>{var nM=e=>(e.fakePlatform||process.platform)==="win32";$w.isWindows=nM});var Bw=F((QK,jw)=>{"use strict";var{builtinModules:iM}=require("module"),sM=new RegExp("^(?:@([^/]+?)[/])?([^/]+?)$"),oM=["node_modules","favicon.ico"];function aM(e){var t=[],r=[];if(e===null)return r.push("name cannot be null"),jo(t,r);if(e===void 0)return r.push("name cannot be undefined"),jo(t,r);if(typeof e!="string")return r.push("name must be a string"),jo(t,r);if(e.length||r.push("name length must be greater than zero"),e.startsWith(".")&&r.push("name cannot start with a period"),e.match(/^_/)&&r.push("name cannot start with an underscore"),e.trim()!==e&&r.push("name cannot contain leading or trailing spaces"),oM.forEach(function(o){e.toLowerCase()===o&&r.push(o+" is not a valid package name")}),iM.includes(e.toLowerCase())&&t.push(e+" is a core module name"),e.length>214&&t.push("name can no longer contain more than 214 characters"),e.toLowerCase()!==e&&t.push("name can no longer contain capital letters"),/[~'!()*]/.test(e.split("/").slice(-1)[0])&&t.push(`name can no longer contain special characters ("~'!()*")`),encodeURIComponent(e)!==e){var n=e.match(sM);if(n){var i=n[1],s=n[2];if(s.startsWith(".")&&r.push("name cannot start with a period"),encodeURIComponent(i)===i&&encodeURIComponent(s)===s)return jo(t,r)}r.push("name can only contain URL-friendly characters")}return jo(t,r)}var jo=function(e,t){var r={validForNewPackages:t.length===0&&e.length===0,validForOldPackages:t.length===0,warnings:e,errors:t};return r.warnings.length||delete r.warnings,r.errors.length||delete r.errors,r};jw.exports=aM});var Kw=F((ZK,Go)=>{"use strict";var qo=process.platform==="win32",{URL:pd}=require("node:url"),os=qo?require("node:path/win32"):require("node:path"),{homedir:uM}=require("node:os"),cM=Au(),Ww=Mo(),Hw=Bw(),{log:lM}=su(),zw=qo?/\\|[/]/:/[/]/,Yw=/^(?:git[+])?[a-z]+:/i,fM=/^[^@]+@[^:.]+\.[^:]+:.+$/i,md=/[.](?:tgz|tar\.gz|tar)$/i,hM=/:[0-9]+(\/|$)/i,dM=/^(?:[.]|~[/]|[/\\]|[a-zA-Z]:)/,pM=/^(?:[.]|~[/]|[/]|[a-zA-Z]:)/,qw="https://registry.npmjs.org";function Bo(e,t){let r,n;if(typeof e=="object")return e instanceof Wo&&(!t||t===e.where)?e:e.name&&e.rawSpec?Bo.resolve(e.name,e.rawSpec,t||e.where):Bo(e.raw,t||e.where);let i=e.indexOf("@",1),s=i>0?e.slice(0,i):e;return Yw.test(e)?n=e:fM.test(e)?n=`git+ssh://${e}`:!s.startsWith("@")&&(zw.test(s)||md.test(s))?n=e:i>0?(r=s,n=e.slice(i+1)||"*"):Hw(e).validForOldPackages?(r=e,n="*"):n=e,Vw(r,n,t,e)}function gM(e){return e?e.toLowerCase().startsWith("file:")?!0:qo?dM.test(e):pM.test(e):!1}function mM(e){return e?e.toLowerCase().startsWith("npm:"):!1}function Vw(e,t,r,n){let i=new Wo({raw:n,name:e,rawSpec:t,fromArgument:n!=null});if(e&&(i.name=e),r||(r=process.cwd()),gM(t))return Uw(i,r);if(mM(t))return xM(i,r);let s=cM.fromUrl(t,{noGitPlus:!0,noCommittish:!0});return s?wM(i,s):t&&Yw.test(t)?CM(i):t&&(zw.test(t)||md.test(t))?Uw(i,r):PM(i)}function yM(e,t=qw){let r=Bo(e);if(r.type!=="version")throw EM(r.type,r.raw);let n="pkg:npm/"+r.name.replace(/^@/,"%40")+"@"+r.rawSpec;return t!==qw&&(n+="?repository_url="+t),n}function vM(e,t,r){let n=new Error(`Invalid package name "${e}" of package "${r}": ${t.errors.join("; ")}.`);return n.code="EINVALIDPACKAGENAME",n}function AM(e,t){let r=new Error(`Invalid tag name "${e}" of package "${t}": Tags may not have any characters that encodeURIComponent encodes.`);return r.code="EINVALIDTAGNAME",r}function EM(e,t){let r=new Error(`Invalid type "${e}" of package "${t}": Purl can only be generated for "version" types.`);return r.code="EINVALIDPURLTYPE",r}var Wo=class{constructor(t){this.type=t.type,this.registry=t.registry,this.where=t.where,t.raw==null?this.raw=t.name?`${t.name}@${t.rawSpec}`:t.rawSpec:this.raw=t.raw,this.name=void 0,this.escapedName=void 0,this.scope=void 0,this.rawSpec=t.rawSpec||"",this.saveSpec=t.saveSpec,this.fetchSpec=t.fetchSpec,t.name&&this.setName(t.name),this.gitRange=t.gitRange,this.gitCommittish=t.gitCommittish,this.gitSubdir=t.gitSubdir,this.hosted=t.hosted}setName(t){let r=Hw(t);if(!r.validForOldPackages)throw vM(t,r,this.raw);return this.name=t,this.scope=t[0]==="@"?t.slice(0,t.indexOf("/")):void 0,this.escapedName=t.replace("/","%2f"),this}toString(){let t=[];this.name!=null&&this.name!==""&&t.push(this.name);let r=this.saveSpec||this.fetchSpec||this.rawSpec;return r!=null&&r!==""&&t.push(r),t.length?t.join("@"):this.raw}toJSON(){let t=Object.assign({},this);return delete t.hosted,t}};function gd(e,t){if(!t){e.gitCommittish=null;return}for(let r of t.split("::")){if(!r.includes(":")){if(e.gitRange)throw new Error("cannot override existing semver range with a committish");if(e.gitCommittish)throw new Error("cannot override existing committish with a second committish");e.gitCommittish=r;continue}let[n,i]=r.split(":");if(n==="semver"){if(e.gitCommittish)throw new Error("cannot override existing committish with a semver range");if(e.gitRange)throw new Error("cannot override existing semver range with a second semver range");e.gitRange=decodeURIComponent(i);continue}if(n==="path"){if(e.gitSubdir)throw new Error("cannot override existing path with a second path");e.gitSubdir=`/${i}`;continue}lM.warn("npm-package-arg",`ignoring unknown key "${n}"`)}}var bM=new Map([["\0","%00"],[" ","%09"],[`
13
- `,"%0A"],["\r","%0D"],[" ","%20"],['"',"%22"],["#","%23"],["%","%25"],["?","%3F"],["[","%5B"],["\\",qo?"/":"%5C"],["]","%5D"],["^","%5E"],["|","%7C"],["~","%7E"]]);function Gw(e){let t="";for(let r=0;r<e.length;r++)t=`${t}${bM.get(e[r])??e[r]}`;return t.startsWith("file:")?t:`file:${t}`}function Uw(e,t){e.type=md.test(e.rawSpec)?"file":"directory",e.where=t;let r=Gw(e.rawSpec);r.startsWith("file:/")&&(/^file:\/\/[^/]/.test(r)&&(r=`file:/${r.slice(5)}`),/^\/{1,3}\.\.?(\/|$)/.test(r.slice(5))&&(r=r.replace(/^file:\/{1,3}/,"file:")));let n,i;try{n=new pd(r,`${Gw(os.resolve(t))}/`),i=new pd(r)}catch(a){let u=new Error("Invalid file: URL, must comply with RFC 8089");throw Object.assign(u,{raw:e.rawSpec,spec:e,where:t,originalError:a})}let s=decodeURIComponent(i.pathname),o=decodeURIComponent(n.pathname);return qo&&(s=s.replace(/^\/+([a-z]:\/)/i,"$1"),o=o.replace(/^\/+([a-z]:\/)/i,"$1")),/^\/~(\/|$)/.test(s)?(e.saveSpec=`file:${s.substr(1)}`,o=os.resolve(uM(),s.substr(3))):os.isAbsolute(r.slice(5))?e.saveSpec=`file:${os.resolve(o)}`:e.saveSpec=`file:${os.relative(t,o)}`,e.fetchSpec=os.resolve(t,o),e.saveSpec=e.saveSpec.split("\\").join("/"),e.saveSpec.startsWith("file://")&&(e.saveSpec=`file:/${e.saveSpec.slice(7)}`),e}function wM(e,t){return e.type="git",e.hosted=t,e.saveSpec=t.toString({noGitPlus:!1,noCommittish:!1}),e.fetchSpec=t.getDefaultRepresentation()==="shortcut"?null:t.toString(),gd(e,t.committish),e}function SM(e,t){let r=new Error(`Unsupported URL Type "${e}": ${t}`);return r.code="EUNSUPPORTEDPROTOCOL",r}function CM(e){let t=e.rawSpec;if(e.saveSpec=t,t.startsWith("git+ssh:")){let n=t.match(/^git\+ssh:\/\/([^:#]+:[^#]+(?:\.git)?)(?:#(.*))?$/i);if(n&&!n[1].match(hM))return e.type="git",gd(e,n[2]),e.fetchSpec=n[1],e}else t.startsWith("git+file://")&&(t=t.replace(/\\/g,"/"));let r=new pd(t);switch(r.protocol){case"git:":case"git+http:":case"git+https:":case"git+rsync:":case"git+ftp:":case"git+file:":case"git+ssh:":e.type="git",gd(e,r.hash.slice(1)),r.protocol==="git+file:"&&/^git\+file:\/\/[a-z]:/i.test(t)?e.fetchSpec=`git+file://${r.host.toLowerCase()}:${r.pathname}`:(r.hash="",e.fetchSpec=r.toString()),e.fetchSpec.startsWith("git+")&&(e.fetchSpec=e.fetchSpec.slice(4));break;case"http:":case"https:":e.type="remote",e.fetchSpec=e.saveSpec;break;default:throw SM(r.protocol,t)}return e}function xM(e,t){let r=Bo(e.rawSpec.substr(4),t);if(r.type==="alias")throw new Error("nested aliases not supported");if(!r.registry)throw new Error("aliases only work for registry deps");if(!r.name)throw new Error("aliases must have a name");return e.subSpec=r,e.registry=!0,e.type="alias",e.saveSpec=null,e.fetchSpec=null,e}function PM(e){e.registry=!0;let t=e.rawSpec.trim();e.saveSpec=null,e.fetchSpec=t;let r=Ww.valid(t,!0),n=Ww.validRange(t,!0);if(r)e.type="version";else if(n)e.type="range";else{if(encodeURIComponent(t)!==t)throw AM(t,e.raw);e.type="tag"}return e}Go.exports=Bo;Go.exports.resolve=Vw;Go.exports.toPurl=yM;Go.exports.Result=Wo});var eS=F((eJ,Zw)=>{var Ci=require("node:process"),OM=require("node:os"),_M=require("node:fs");function RM(e){return e.includes("libc.musl-")||e.includes("ld-musl-")}function Jw(){return Ci.platform}function Xw(){return Ci.arch}var FM="/usr/bin/ldd";function kM(){try{let e=_M.readFileSync(FM,"utf-8");return e.includes("musl")?"musl":e.includes("GNU C Library")?"glibc":null}catch{return}}function DM(){let e=Ci.report.excludeNetwork;Ci.report.excludeNetwork=!0;let t=Ci.report.getReport();return Ci.report.excludeNetwork=e,t.header?.glibcVersionRuntime?ln="glibc":Array.isArray(t.sharedObjects)&&t.sharedObjects.some(RM)?ln="musl":ln=null,ln}var ln;function Qw(e){if(e==="linux")return ln===void 0&&(ln=kM(),ln===void 0&&(ln=DM())),ln}function LM(e={}){let t=e.os||Jw();return{cpu:{name:e.cpu||Xw()},libc:{name:e.libc||Qw(t)},os:{name:t,version:e.osVersion||OM.release()},packageManager:{name:"npm",version:e.npmVersion},runtime:{name:"node",version:e.nodeVersion||Ci.version}}}Zw.exports={cpu:Xw,libc:Qw,os:Jw,devEngines:LM}});var rS=F((tJ,tS)=>{var TM=ss(),IM=ud(),NM=["ignore","warn","error","download"],$M=["name","version","onFail"],MM=["packageManager","runtime","cpu","libc","os"];function jM(e,t,r){let{engine:n}=r;if(typeof e!="object"||e===null||Array.isArray(e))throw new Error(`Invalid non-object value for "${n}"`);let i=Object.keys(e);for(let s of i)if(!$M.includes(s))throw new Error(`Invalid property "${s}" for "${n}"`);if(!i.includes("name"))throw new Error(`Missing "name" property for "${n}"`);if(typeof e.name!="string")throw new Error(`Invalid non-string value for "name" within "${n}"`);if(typeof t.name!="string"||t.name==="")throw new Error(`Unable to determine "name" for "${n}"`);if(i.includes("onFail")){if(typeof e.onFail!="string")throw new Error(`Invalid non-string value for "onFail" within "${n}"`);if(!NM.includes(e.onFail))throw new Error(`Invalid onFail value "${e.onFail}" for "${n}"`)}if(e.name!==t.name)return new Error(`Invalid name "${e.name}" does not match "${t.name}" for "${n}"`);if(i.includes("version")){if(typeof e.version!="string")throw new Error(`Invalid non-string value for "version" within "${n}"`);if(typeof t.version!="string"||t.version==="")throw new Error(`Unable to determine "version" for "${n}" "${e.name}"`);if(IM(e.version)){if(!TM(t.version,e.version,r.semver))return new Error(`Invalid semver version "${e.version}" does not match "${t.version}" for "${n}"`)}else if(e.version!==t.version)return new Error(`Invalid version "${e.version}" does not match "${t.version}" for "${n}"`)}}function BM(e,t={},r={}){if(typeof e!="object"||e===null||Array.isArray(e))throw new Error('Invalid non-object value for "devEngines"');let n=[];for(let i of Object.keys(e)){if(!MM.includes(i))throw new Error(`Invalid property "devEngines.${i}"`);let s=e[i],o=[s].flat(),a=t[i]||{};if(o.length===0)continue;let u=[];for(let f of o){let l=jM(f,a,{...r,engine:i});l&&u.push(l)}if(u.length===o.length){let l=o[o.length-1].onFail||"error";l==="download"&&(l="error");let h=Object.assign(new Error(`Invalid devEngines.${i}`),{errors:u,engine:i,isWarn:l==="warn",isError:l==="error",current:a,required:s});n.push(h)}}return n}tS.exports={checkDevEngines:BM}});var sS=F((rJ,iS)=>{var nS=Mo(),ac=eS(),{checkDevEngines:WM}=rS(),qM=(e,t,r,n=!1)=>{let i=n?null:r,s=e.engines,o={includePrerelease:!0};if(!s)return;let a=i&&s.node&&!nS.satisfies(i,s.node,o),u=t&&s.npm&&!nS.satisfies(t,s.npm,o);if(a||u)throw Object.assign(new Error("Unsupported engine"),{pkgid:e._id,current:{node:r,npm:t},required:s,code:"EBADENGINE"})},GM=(e,t=!1,r={})=>{if(t)return;let n=r.os||ac.os(),i=r.cpu||ac.cpu(),s=r.libc||ac.libc(n),o=e.os?yd(n,e.os):!0,a=e.cpu?yd(i,e.cpu):!0,u=e.libc?yd(s,e.libc):!0;if(e.libc&&!s&&(u=!1),!o||!a||!u)throw Object.assign(new Error("Unsupported platform"),{pkgid:e._id,current:{os:n,cpu:i,libc:s},required:{os:e.os,cpu:e.cpu,libc:e.libc},code:"EBADPLATFORM"})},yd=(e,t)=>{if(typeof t=="string"&&(t=[t]),t.length===1&&t[0]==="any")return!0;let r=0,n=!1;for(let i of t){let s=i.charAt(0)==="!",o=s?i.slice(1):i;if(s){if(r++,e===o)return!1}else n=n||e===o}return n||r===t.length};iS.exports={checkEngine:qM,checkPlatform:GM,checkDevEngines:WM,currentEnv:ac}});var cS=F((nJ,uS)=>{var{join:oS,basename:aS}=require("path"),UM=e=>e.bin?typeof e.bin=="string"?HM(e):Array.isArray(e.bin)?zM(e):typeof e.bin=="object"?Ad(e):vd(e):vd(e),HM=e=>e.name?(e.bin={[e.name]:e.bin},Ad(e)):vd(e),zM=e=>(e.bin=e.bin.reduce((t,r)=>(t[aS(r)]=r,t),{}),Ad(e)),vd=e=>(delete e.bin,e),Ad=e=>{let t=e.bin,r={},n=!1;return Object.keys(t).forEach(i=>{let s=oS("/",aS(i.replace(/\\|:/g,"/"))).slice(1);if(typeof t[i]!="string"||!s)return;let o=oS("/",t[i].replace(/\\/g,"/")).replace(/\\/g,"/").slice(1);o&&(r[s]=o,n=!0)}),n?e.bin=r:delete e.bin,e};uS.exports=UM});var hS=F((iJ,fS)=>{"use strict";var lS=Kw(),Uo=Mo(),{checkEngine:YM}=sS(),VM=cS(),Ed=(e,t,r)=>{try{return YM(e,t,r),!0}catch{return!1}},uc=(e,t,r)=>!e||!e[t]||Date.parse(e[t])<=r,KM={includePrerelease:!0,loose:!0},cc=(e,t)=>t&&Uo.satisfies(e,t,KM),bd=(e,t)=>e&&cc(e.version,t)?{...e,_shouldAvoid:!0}:e,Ho=(e,t,r)=>{let{defaultTag:n="latest",before:i=null,nodeVersion:s=process.version,npmVersion:o=null,includeStaged:a=!1,avoid:u=null,avoidStrict:c=!1}=r,{name:f,time:l}=e,h=e.versions||{};if(c){let k={...r,avoidStrict:!1},$=Ho(e,t,k);if(!$||!$._shouldAvoid)return $;let x=Ho(e,`^${$.version}`,k);if(!x||!x._shouldAvoid)return{...x,_outsideDependencyRange:!0,_isSemVerMajor:!1};let g=Ho(e,"*",k);if(!g||!g._shouldAvoid)return{...g,_outsideDependencyRange:!0,_isSemVerMajor:!0};throw Object.assign(new Error(`No avoidable versions for ${f}`),{code:"ETARGET",name:f,wanted:t,avoid:u,before:i,versions:Object.keys(h)})}let d=a&&e.stagedVersions&&e.stagedVersions.versions||{},p=e.policyRestrictions&&e.policyRestrictions.versions||{},y=i&&l?+new Date(i):1/0,P=lS.resolve(f,t||n).type,S=e["dist-tags"]||{};if(P!=="tag"&&P!=="version"&&P!=="range")throw new Error("Only tag, version, and range are supported");if(t&&P==="tag"){let k=S[t];return uc(l,k,y)?bd(h[k]||d[k]||p[k],u):Ho(e,`<=${k}`,r)}if(t&&P==="version"){let k=Uo.clean(t,{loose:!0}),$=h[k]||d[k]||p[k];return uc(l,k,y)?bd($,u):null}let L=P==="range"?t:"*",O=S[n];if(O&&(L==="*"||Uo.satisfies(O,L,{loose:!0}))&&!p[O]&&!cc(O,u)){let k=h[O];if(k&&uc(l,O,y)&&Ed(k,o,s)&&!k.deprecated&&!d[O])return k}let b=Object.entries(h).concat(Object.entries(d)).concat(Object.entries(p)).filter(([k])=>uc(l,k,y));if(!b.length)throw Object.assign(new Error(`No versions available for ${f}`),{code:"ENOVERSIONS",name:f,type:P,wanted:t,before:i,versions:Object.keys(h)});let _={loose:!0},D=b.filter(([k])=>Uo.satisfies(k,L,{loose:!0})).sort((k,$)=>{let[x,g]=k,[v,A]=$,C=!cc(x,u),E=!cc(v,u),w=!p[x],T=!p[v],N=!d[x],M=!d[v],U=!g.deprecated,V=!A.deprecated,J=Ed(g,o,s),he=Ed(A,o,s);return E-C||T-w||M-N||(V&&he)-(U&&J)||he-J||V-U||Uo.rcompare(x,v,_)});return bd(D[0]&&D[0][1],u)};fS.exports=(e,t,r={})=>{let n=Ho(e,t,r),i=n&&VM(n),s=e.policyRestrictions,o=s&&s.versions||{};if(i&&!o[i.version])return i;let{before:a=null,defaultTag:u="latest"}=r,c=a?new Date(a).toLocaleString():"",{name:f}=e,l=`${f}@${t}`+(a?` with a date before ${c}`:""),h=i&&!!o[i.version],d=h?s.message:"",p=h?`Could not download ${l} due to policy violations:
14
- ${d}`:`No matching version found for ${l}.`,y=h?"E403":"ETARGET";throw Object.assign(new Error(p),{code:y,type:lS.resolve(e.name,t).type,wanted:t,versions:Object.keys(e.versions??{}),name:f,distTags:e["dist-tags"],defaultTag:u})}});var mS=F((sJ,gS)=>{var JM=new Set(["github.com","gist.github.com","gitlab.com","bitbucket.com","bitbucket.org"]),{parse:XM}=require("url"),dS=require("path"),QM=dd(),zo=Lo(),{isWindows:lc}=Mw(),ZM=hS(),wd=require("fs/promises");gS.exports=(e,t="HEAD",r=null,n={})=>QM(e,n).then(i=>tj(e,i,t,rj(i,t,n),r||ej(e,n.cwd),n));var Sd=(e,t)=>t.gitShallow===!1||t.gitShallow?t.gitShallow:JM.has(XM(e).host),ej=(e,t=process.cwd())=>dS.resolve(t,dS.basename(e.replace(/[/\\]?\.git$/,""))),tj=(e,t,r,n,i,s)=>n?n.sha===t.refs.HEAD.sha?sj(e,n,i,s):n.type==="tag"||n.type==="branch"?ij(e,n,i,s):nj(e,n,i,s):oj(e,r,i,s),rj=(e,t,r)=>{let{spec:n={}}=r;return t=n.gitCommittish||t,e?n.gitRange?ZM(e,n.gitRange,r):t?e.refs[t]?e.refs[t]:e.shas[t]?e.refs[e.shas[t][0]]:null:e.refs.HEAD:null},nj=(e,t,r,n)=>{let i=Sd(e,n),s=["fetch","origin",t.rawRef].concat(i?["--depth=1"]:[]),o=a=>zo(a,{...n,cwd:r});return wd.mkdir(r,{recursive:!0}).then(()=>o(["init"])).then(()=>lc(n)?o(["config","--local","--add","core.longpaths","true"]):null).then(()=>o(["remote","add","origin",e])).then(()=>o(s)).then(()=>o(["checkout",t.sha])).then(()=>pS(r,n)).then(()=>t.sha)},ij=(e,t,r,n)=>{let i=["clone","-b",t.ref,e,r,"--recurse-submodules"];return Sd(e,n)&&i.push("--depth=1"),lc(n)&&i.push("--config","core.longpaths=true"),zo(i,n).then(()=>t.sha)},sj=(e,t,r,n)=>{let i=["clone",e,r,"--recurse-submodules"];return Sd(e,n)&&i.push("--depth=1"),lc(n)&&i.push("--config","core.longpaths=true"),zo(i,n).then(()=>t.sha)},pS=async(e,t)=>await wd.stat(`${e}/.gitmodules`).then(()=>!0).catch(()=>!1)?zo(["submodule","update","-q","--init","--recursive"],{...t,cwd:e}):null,oj=(e,t,r,n)=>{let i=lc(n)?["--config","core.longpaths=true"]:[],s=["clone","--mirror","-q",e,r+"/.git"],o=a=>zo(a,{...n,cwd:r});return wd.mkdir(r,{recursive:!0}).then(()=>o(s.concat(i))).then(()=>o(["init"])).then(()=>o(["checkout",t])).then(()=>pS(r,n)).then(()=>o(["rev-parse","--revs-only","HEAD"])).then(({stdout:a})=>a.trim())}});var Cd=F((oJ,yS)=>{var{stat:aj}=require("fs/promises");yS.exports=({cwd:e=process.cwd()}={})=>aj(e+"/.git").then(()=>!0,()=>!1)});var AS=F((aJ,vS)=>{var uj=Cd(),{dirname:cj}=require("path");vS.exports=async({cwd:e=process.cwd(),root:t}={})=>{for(;;){if(await uj({cwd:e}))return e;let r=cj(e);if(e===t||e===r)return null;e=r}}});var bS=F((uJ,ES)=>{var lj=Lo();ES.exports=(e={})=>lj(["status","--porcelain=v1","-uno"],e).then(t=>!t.stdout.trim().split(/\r?\n+/).map(r=>r.trim()).filter(r=>r).length)});var SS=F((cJ,wS)=>{wS.exports={clone:mS(),revs:dd(),spawn:Lo(),is:Cd(),find:AS(),isClean:bS(),errors:Kh()}});var RS=F((lJ,_S)=>{var fj=fu(),hj=eh(),In=require("node:fs/promises"),He=require("node:path"),{log:PS}=kv(),dj=require("node:module"),xd;function CS(){return xd||(xd=Au()),xd}var Pd;function fc(){return Pd||(Pd=$h().glob),Pd}function pj(e,t){if(e.bin&&(typeof e.bin=="string"&&e.name?(t?.push('"bin" was converted to an object'),e.bin={[e.name]:e.bin}):Array.isArray(e.bin)&&(t?.push('"bin" was converted to an object'),e.bin=e.bin.reduce((r,n)=>(r[He.basename(n)]=n,r),{})),typeof e.bin=="object")){for(let r in e.bin){if(typeof e.bin[r]!="string"){delete e.bin[r],t?.push(`removed invalid "bin[${r}]"`);continue}let n=He.basename(as(r));if(!n){delete e.bin[r],t?.push(`removed invalid "bin[${r}]"`);continue}let i=as(e.bin[r]);if(!i){delete e.bin[r],t?.push(`removed invalid "bin[${r}]"`);continue}n!==r&&(delete e.bin[r],t?.push(`"bin[${r}]" was renamed to "bin[${n}]"`)),i!==e.bin[r]&&t?.push(`"bin[${n}]" script name ${i} was invalid and removed`),e.bin[n]=i}return Object.keys(e.bin).length===0&&(t?.push('empty "bin" was removed'),delete e.bin),e}delete e.bin}function gj(e,t){if(e.man){let r=[];for(let n of Array.isArray(e.man)?e.man:[e.man])typeof n!="string"?t?.push(`removed invalid "man [${n}]"`):r.push(as(n));if(!r.length)t?.push('empty "man" was removed');else return e.man=r,e}delete e.man}function mj(e){return!e.match(/[/@\s+%:]/)&&e===encodeURIComponent(e)}function yj(e){if(e.charAt(0)!=="@")return!1;let t=e.slice(1).split("/");return t.length!==2?!1:t[0]&&t[1]&&t[0]===encodeURIComponent(t[0])&&t[1]===encodeURIComponent(t[1])}function xS(e){return e.replace(/\\|:/g,"/")}function as(e){let t=xS(He.join(".",He.join("/",xS(e))));return t.startsWith("./")?"":t}function OS(e,{strict:t,steps:r,changes:n,allowLegacyCase:i}){let s=e.content,o=`${s.name??""}@${s.version??""}`;if(r.includes("fixName")||r.includes("fixNameField")||r.includes("normalizeData"))if(!s.name&&!t)n?.push('Missing "name" field was set to an empty string'),s.name="";else{if(typeof s.name!="string")throw new Error("name field must be a string.");if(!t){let a=s.name.trim();s.name!==a&&(n?.push('Whitespace was trimmed from "name"'),s.name=a)}if(s.name.startsWith(".")||!(yj(s.name)||mj(s.name))||t&&!i&&s.name!==s.name.toLowerCase()||s.name.toLowerCase()==="node_modules"||s.name.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(s.name))}if(r.includes("fixName")&&dj.builtinModules.includes(s.name)&&PS.warn("package-json",o,`Package name "${s.name}" conflicts with a Node.js built-in module name`),r.includes("fixVersionField")||r.includes("normalizeData")){let a=!t;if(!s.version)s.version="";else{if(!fj(s.version,a))throw new Error(`Invalid version: "${s.version}"`);let u=hj(s.version,a);u!==s.version&&(n?.push(`"version" was cleaned and set to "${u}"`),s.version=u)}}if(r.includes("_attributes"))for(let a in s)a.startsWith("_")&&(n?.push(`"${a}" was removed`),delete e.content[a]);if(r.includes("_id")&&s.name&&s.version&&(n?.push(`"_id" was set to ${o}`),s._id=o),r.includes("bundledDependencies")&&(s.bundleDependencies===void 0&&s.bundledDependencies!==void 0&&(s.bundleDependencies=s.bundledDependencies,n?.push('Deleted incorrect "bundledDependencies"')),delete s.bundledDependencies),r.includes("bundleDependencies")){let a=s.bundleDependencies;a===!1&&!r.includes("bundleDependenciesDeleteFalse")?(n?.push('"bundleDependencies" was changed from "false" to "[]"'),s.bundleDependencies=[]):a===!0?(n?.push('"bundleDependencies" was auto-populated from "dependencies"'),s.bundleDependencies=Object.keys(s.dependencies||{})):a&&typeof a=="object"?Array.isArray(a)||(n?.push('"bundleDependencies" was changed from an object to an array'),s.bundleDependencies=Object.keys(a)):"bundleDependencies"in s&&(n?.push('"bundleDependencies" was removed'),delete s.bundleDependencies)}if(r.includes("optionalDedupe")&&s.dependencies&&s.optionalDependencies&&typeof s.optionalDependencies=="object"){for(let a in s.optionalDependencies)n?.push(`optionalDependencies."${a}" was removed`),delete s.dependencies[a];Object.keys(s.dependencies).length||(n?.push('Empty "optionalDependencies" was removed'),delete s.dependencies)}if((r.includes("scripts")||r.includes("scriptpath"))&&s.scripts!==void 0){let a=/^(\.[/\\])?node_modules[/\\].bin[\\/]/;if(typeof s.scripts=="object")for(let u in s.scripts)typeof s.scripts[u]!="string"?(delete s.scripts[u],n?.push(`Invalid scripts."${u}" was removed`)):r.includes("scriptpath")&&a.test(s.scripts[u])&&(s.scripts[u]=s.scripts[u].replace(a,""),n?.push(`scripts entry "${u}" was fixed to remove node_modules/.bin reference`));else n?.push('Removed invalid "scripts"'),delete s.scripts}if(r.includes("funding")&&s.funding&&typeof s.funding=="string"&&(s.funding={url:s.funding},n?.push('"funding" was changed to an object with a url attribute')),(r.includes("fixRepositoryField")||r.includes("normalizeData"))&&(s.repositories&&(n?.push(`"repository" was set to the first entry in "repositories" (${s.repository})`),s.repository=s.repositories[0]),s.repository&&(typeof s.repository=="string"&&(n?.push('"repository" was changed from a string to an object'),s.repository={type:"git",url:s.repository}),s.repository.url))){let a=CS().fromUrl(s.repository.url),u;a&&(a.getDefaultRepresentation()==="shortcut"?u=a.https():u=a.toString(),u!==s.repository.url&&(n?.push(`"repository.url" was normalized to "${u}"`),s.repository.url=u))}if(r.includes("fixDependencies")||r.includes("normalizeData")){for(let a of["dependencies","devDependencies","optionalDependencies"])if(s[a]){let u=!0;if(typeof s[a]=="string"&&(n?.push(`"${a}" was converted from a string into an object`),s[a]=s[a].trim().split(/[\n\r\s\t ,]+/),u=!1),Array.isArray(s[a])){u&&n?.push(`"${a}" was converted from an array into an object`);let c={};for(let f of s[a])if(typeof f=="string"){let l=f.trim().split(/(:?[@\s><=])/),h=l.shift(),d=l.join("").replace(/^@/,"").trim();c[h]=d}s[a]=c}}for(let a of["dependencies","devDependencies"])if(a in s)if(!s[a]||typeof s[a]!="object")n?.push(`Removed invalid "${a}"`),delete s[a];else for(let u in s[a]){typeof s[a][u]!="string"&&(n?.push(`Removed invalid "${a}.${u}"`),delete s[a][u]);let f=CS().fromUrl(s[a][u])?.toString();f&&f!==s[a][u]&&(n?.push(`Normalized git reference to "${a}.${u}"`),s[a][u]=f.toString())}}if(r.includes("normalizeData")){let{normalizeData:a}=lE();a(s,n)}}async function vj(e,{steps:t,root:r,changes:n}){let i=e.content,s=i.scripts||{},o=`${i.name??""}@${i.version??""}`;if(t.includes("gypfile")&&!s.install&&!s.preinstall&&i.gypfile!==!1&&(await fc()("*.gyp",{cwd:e.path})).length&&(s.install="node-gyp rebuild",i.scripts=s,i.gypfile=!0,n?.push('"scripts.install" was set to "node-gyp rebuild"'),n?.push('"gypfile" was set to "true"')),t.includes("serverjs")&&!s.start)try{await In.access(He.join(e.path,"server.js")),s.start="node server.js",i.scripts=s,n?.push('"scripts.start" was set to "node server.js"')}catch{}if(t.includes("authors")&&!i.contributors)try{let u=(await In.readFile(He.join(e.path,"AUTHORS"),"utf8")).split(/\r?\n/g).map(c=>c.replace(/^\s*#.*$/,"").trim()).filter(c=>c);i.contributors=u,n?.push('"contributors" was auto-populated with the contents of the "AUTHORS" file')}catch{}if(t.includes("readme")&&!i.readme){let a=/\.m?a?r?k?d?o?w?n?$/i,u=await fc()("{README,README.*}",{cwd:e.path,nocase:!0,mark:!0}),c;for(let f of u)if(!f.endsWith(He.sep)){if(f.match(a)){c=f;break}f.endsWith("README")&&(c=f)}if(c){let f=await In.readFile(He.join(e.path,c),"utf8");i.readme=f,i.readmeFilename=c,n?.push(`"readme" was set to the contents of ${c}`),n?.push(`"readmeFilename" was set to ${c}`)}i.readme||(i.readme="ERROR: No README data found!")}if(t.includes("mans")){if(i.directories?.man&&!i.man){let a=as(i.directories.man),u=He.resolve(e.path,a),c=await fc()("**/*.[0-9]",{cwd:u});i.man=c.map(f=>He.relative(e.path,He.join(u,f)).split(He.sep).join("/"))}gj(i,n)}if(t.includes("binDir")&&i.directories?.bin&&!i.bin){let a=as(i.directories.bin),u=await fc()("**",{cwd:He.resolve(e.path,a)});i.bin=u.reduce((c,f)=>{if(f&&!f.startsWith(".")){let l=He.basename(f);c[l]=`${a}/${as(f)}`}return c},{})}else(t.includes("bin")||t.includes("binDir")||t.includes("binRefs"))&&pj(i,n);if(t.includes("gitHead")&&!i.gitHead){let u=await SS().find({cwd:e.path,root:r}),c;if(u)try{c=await In.readFile(He.resolve(u,".git/HEAD"),"utf8")}catch{}let f;if(c)if(c.startsWith("ref: ")){let l=c.replace(/^ref: /,"").trim(),h=He.resolve(u,".git",l);try{f=await In.readFile(h,"utf8"),f=f.replace(/^ref: /,"").trim()}catch{}if(!f){let d=He.resolve(u,".git/packed-refs");try{let p=await In.readFile(d,"utf8");if(p){p=p.split(`
15
- `);for(let y=0;y<p.length;y++){let m=p[y].match(/^([0-9a-f]{40}) (.+)$/);if(m&&m[2].trim()===l){f=m[1];break}}}}catch{}}}else f=c.trim();f&&(i.gitHead=f)}if(t.includes("fillTypes")){let a=i.main||"index.js";if(typeof a!="string")throw new TypeError('The "main" attribute must be of type string.');let c=`./${He.join(He.dirname(a),He.basename(a,He.extname(a)))}.d.ts`;if(!("types"in i||"typings"in i))try{await In.access(He.join(e.path,c)),i.types=c.split(He.sep).join("/")}catch{}}if(t.includes("binRefs")&&i.bin instanceof Object)for(let a in i.bin)try{await In.access(He.resolve(e.path,i.bin[a]))}catch{PS.warn("package-json",o,`No bin file found at ${i.bin[a]}`)}}async function Aj(e,t){if(!e.content)throw new Error("Can not normalize without content");await vj(e,t),OS(e,t)}function Ej(e,t){OS(e,t)}_S.exports={normalize:Aj,syncNormalize:Ej}});var LS=F((fJ,DS)=>{var{readFile:bj}=require("fs/promises"),wj=Qf();async function FS(e){try{return await bj(e,"utf8")}catch(t){throw t.message=`Could not read package.json: ${t}`,t}}function kS(e){try{return wj(e)}catch(t){throw t.message=`Invalid package.json: ${t}`,t}}async function Sj(e){let t=await FS(e);return kS(t)}DS.exports={read:FS,parse:kS,readPackage:Sj}});var IS=F((hJ,TS)=>{function Cj(e){let{name:t,version:r,private:n,description:i,keywords:s,homepage:o,bugs:a,repository:u,funding:c,license:f,author:l,maintainers:h,contributors:d,type:p,imports:y,exports:m,main:P,browser:S,types:L,bin:O,man:b,directories:_,files:D,workspaces:k,scripts:$,config:x,dependencies:g,devDependencies:v,peerDependencies:A,peerDependenciesMeta:C,optionalDependencies:E,bundledDependencies:w,bundleDependencies:T,engines:N,os:M,cpu:U,publishConfig:V,devEngines:J,licenses:he,overrides:q,...H}=e;return{...typeof t<"u"?{name:t}:{},...typeof r<"u"?{version:r}:{},...typeof n<"u"?{private:n}:{},...typeof i<"u"?{description:i}:{},...typeof s<"u"?{keywords:s}:{},...typeof o<"u"?{homepage:o}:{},...typeof a<"u"?{bugs:a}:{},...typeof u<"u"?{repository:u}:{},...typeof c<"u"?{funding:c}:{},...typeof f<"u"?{license:f}:{},...typeof l<"u"?{author:l}:{},...typeof h<"u"?{maintainers:h}:{},...typeof d<"u"?{contributors:d}:{},...typeof p<"u"?{type:p}:{},...typeof y<"u"?{imports:y}:{},...typeof m<"u"?{exports:m}:{},...typeof P<"u"?{main:P}:{},...typeof S<"u"?{browser:S}:{},...typeof L<"u"?{types:L}:{},...typeof O<"u"?{bin:O}:{},...typeof b<"u"?{man:b}:{},...typeof _<"u"?{directories:_}:{},...typeof D<"u"?{files:D}:{},...typeof k<"u"?{workspaces:k}:{},...typeof $<"u"?{scripts:$}:{},...typeof x<"u"?{config:x}:{},...typeof g<"u"?{dependencies:g}:{},...typeof v<"u"?{devDependencies:v}:{},...typeof A<"u"?{peerDependencies:A}:{},...typeof C<"u"?{peerDependenciesMeta:C}:{},...typeof E<"u"?{optionalDependencies:E}:{},...typeof w<"u"?{bundledDependencies:w}:{},...typeof T<"u"?{bundleDependencies:T}:{},...typeof N<"u"?{engines:N}:{},...typeof M<"u"?{os:M}:{},...typeof U<"u"?{cpu:U}:{},...typeof V<"u"?{publishConfig:V}:{},...typeof J<"u"?{devEngines:J}:{},...typeof he<"u"?{licenses:he}:{},...typeof q<"u"?{overrides:q}:{},...H}}TS.exports={packageSort:Cj}});var Rd=F((dJ,MS)=>{var{readFile:xj,writeFile:Pj}=require("node:fs/promises"),{resolve:NS}=require("node:path"),Oj=Qf(),$S=Cv(),_j=Pv(),Rj=_v(),{normalize:Od,syncNormalize:Fj}=RS(),{read:kj,parse:Dj}=LS(),{packageSort:Lj}=IS(),Tj=new Set([$S,_j,Rj]),Ij=new Set([...$S.knownKeys,"scripts","workspaces"]),_d=class e{static fixSteps=Object.freeze(["binRefs","bundleDependencies","fixName","fixVersionField","fixRepositoryField","fixDependencies","devDependencies","scriptpath"]);static normalizeSteps=Object.freeze(["_id","_attributes","bundledDependencies","bundleDependencies","optionalDedupe","scripts","funding","bin","binDir"]);static prepareSteps=Object.freeze(["_id","_attributes","bundledDependencies","bundleDependencies","bundleDependenciesDeleteFalse","gypfile","serverjs","scriptpath","authors","readme","mans","binDir","gitHead","fillTypes","normalizeData","binRefs"]);static async create(t,r={}){let n=new e;return await n.create(t),r.data?n.update(r.data):n}static async load(t,r={}){let n=new e;if(!r.create)return n.load(t);try{return await n.load(t)}catch(i){if(!i.message.startsWith("Could not read package.json"))throw i;return await n.create(t)}}static async fix(t,r){let n=new e;return await n.load(t,!0),n.fix(r)}static async prepare(t,r){let n=new e;return await n.load(t,!0),n.prepare(r)}static async normalize(t,r){let n=new e;return await n.load(t),n.normalize(r)}#e;#r;#t="";#n=!0;async load(t,r){this.#e=t;let n;try{this.#t=await kj(this.filename)}catch(i){if(!r)throw i;n=i}if(n){let i=NS(this.path,"index.js"),s;try{s=await xj(i,"utf8")}catch{throw n}try{this.fromComment(s)}catch{throw n}return this.#n=!1,this}return this.fromJSON(this.#t)}fromJSON(t){return this.#r=Dj(t),this}fromContent(t){if(!t||typeof t!="object")throw new Error("Content data must be an object");return this.#r=t,this.#n=!1,this}fromComment(t){if(t=t.split(/^\/\*\*package(?:\s|$)/m),t.length<2)throw new Error("File has no package in comments");if(t=t[1],t=t.split(/\*\*\/$/m),t.length<2)throw new Error("File has no package in comments");return t=t[0],t=t.replace(/^\s*\*/mg,""),this.#r=Oj(t),this}get content(){return this.#r}get path(){return this.#e}get filename(){if(this.path)return NS(this.path,"package.json")}create(t){return this.#e=t,this.#r={},this}update(t){if(!this.content)throw new Error("Can not update without content. Please `load` or `create`");for(let r of Tj)this.#r=r({content:t,originalContent:this.content});for(let[r,n]of Object.entries(t))Ij.has(r)||(this.content[r]=n);return this}async save({sort:t}={}){if(!this.#n)throw new Error("No package.json to save to");let{[Symbol.for("indent")]:r,[Symbol.for("newline")]:n,...i}=this.content,s=r===void 0?" ":r,o=n===void 0?`
16
- `:n,a=t?Lj(i):i,u=`${JSON.stringify(a,null,s)}
17
- `.replace(/\n/g,o);if(u.trim()!==this.#t.trim()){let c=await Pj(this.filename,u);return this.#t=u,c}}syncNormalize(t={}){return t.steps=this.constructor.normalizeSteps.filter(r=>r!=="_attributes"),Fj(this,t),this}async normalize(t={}){return t.steps||(t.steps=this.constructor.normalizeSteps),await Od(this,t),this}async prepare(t={}){return t.steps||(t.steps=this.constructor.prepareSteps),await Od(this,t),this}async fix(t={}){return t.steps=this.constructor.fixSteps,await Od(this,t),this}};MS.exports=_d});var WS=F((pJ,BS)=>{var{basename:jS,dirname:Nj}=require("path"),$j=(e,t)=>e.charAt(0)==="@"?`${e}/${t}`:t;BS.exports=e=>e?$j(jS(Nj(e)),jS(e)):!1});var YS=F((gJ,zS)=>{var qS=require("path"),Mj=WS(),{minimatch:Yo}=an(),jj=Rd(),{glob:Bj}=$h();function Wj(e){let t=[],r=[];for(let n of e){let i=n.match(/^!+/);if(i&&(n=n.slice(i[0].length)),n=n.replace(/^\.?\/+/,""),i&&i[0].length%2===1)r.push(n);else{for(let o=0;o<r.length;++o){let a=r[o];Yo(n,a)&&r.splice(o,1)}t.push(n)}}for(let n of r)for(let i of Yo.match(t,n))t.splice(t.indexOf(i),1);return{patterns:t,negatedPatterns:r}}function GS(e){let t=Array.isArray(e.packages)?e.packages:e;if(!Array.isArray(t))throw hc({message:"workspaces config expects an Array",code:"EWORKSPACESCONFIG"});return Wj(t)}function US(e,t){return e.name||Mj(t)}function qj(e){return e=e.replace(/\\/g,"/"),e.endsWith("/")?e:`${e}/`}function hc({Type:e=TypeError,message:t,code:r}){return Object.assign(new e(t),{code:r})}function Gj(e){return new Map(Array.from(e,t=>t.reverse()))}async function HS(e={}){if(!e||!e.pkg)throw hc({message:"mapWorkspaces missing pkg info",code:"EMAPWORKSPACESPKG"});e.cwd||(e.cwd=process.cwd());let{workspaces:t=[]}=e.pkg,{patterns:r,negatedPatterns:n}=GS(t),i=new Map;if(!r.length&&!n.length)return i;let s=new Map,o=()=>({...e,ignore:[...e.ignore||[],"**/node_modules/**",...n]}),a=await Bj(r.map(f=>qj(f)),o());a=a.sort((f,l)=>f.localeCompare(l,"en"));let u=[];for(let f of r)u.push(...a.filter(l=>Yo(l,f,{partial:!0,windowsPathsNoEscape:!0})));for(let f of u){let l;try{l=await jj.normalize(qS.join(e.cwd,f))}catch(p){if(p.code==="ENOENT"||p.code==="ENOTDIR")continue;throw p}let h=US(l.content,l.path),d=s.get(h);d||(d=new Set,s.set(h,d)),d.add(l.path)}let c=["must not have multiple workspaces with the same name"];for(let[f,l]of s)l.size>1?Uj(c,f,l):i.set(f,l.values().next().value);if(c.length>1)throw hc({Type:Error,message:c.join(`
18
- `),code:"EDUPLICATEWORKSPACE"});return i}function Uj(e,t,r){e.push(`package '${t}' has conflicts in the following paths:`);for(let n of r)e.push(" "+n)}HS.virtual=function(e={}){if(!e||!e.lockfile)throw hc({message:"mapWorkspaces.virtual missing lockfile info",code:"EMAPWORKSPACESLOCKFILE"});e.cwd||(e.cwd=process.cwd());let{packages:t={}}=e.lockfile,{workspaces:r=[]}=t[""]||{},n=new Map,{patterns:i,negatedPatterns:s}=GS(r);if(!i.length&&!s.length)return n;s.push("**/node_modules/**");let o=Object.keys(t);for(let a of s)for(let u of Yo.match(o,a))o.splice(o.indexOf(u),1);for(let a of i)for(let u of Yo.match(o,a)){let c=qS.join(e.cwd,u),f=US(t[u],c);n.set(c,f)}return Gj(n)};zS.exports=HS});var QS=F((mJ,XS)=>{var{walkUp:Hj}=Ey(),VS=kf(),fn=$f(),{log:ir,time:zj}=su(),{resolve:Jo,dirname:dc,join:Fd}=require("node:path"),{homedir:Yj}=require("node:os"),{readFile:Vj,writeFile:Kj,chmod:Jj,unlink:Xj,stat:KS,mkdir:Qj}=require("node:fs/promises"),Zj=["npm-version","global-prefix","local-prefix"],kd=(...e)=>KS(Jo(...e)).then(t=>t.isFile()).catch(()=>!1),eB=(...e)=>KS(Jo(...e)).then(t=>t.isDirectory()).catch(()=>!1),pc=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),us=hu(),xi=iv(),tB=Yf(),rB=uv(),nB=hv(),JS=new Set(["global","user","project"]),Vo=new Set(["default","builtin",...JS,"env","cli"]),Dd=class{#e=!1;#r;#t=null;static get typeDefs(){return us}constructor({definitions:t,shorthands:r,flatten:n,nerfDarts:i=[],npmPath:s,env:o=process.env,argv:a=process.argv,platform:u=process.platform,execPath:c=process.execPath,cwd:f=process.cwd(),excludeNpmCwd:l=!1}){this.nerfDarts=i,this.definitions=t;let h={},d={};this.deprecated={};for(let[m,P]of Object.entries(t))d[m]=P.default,h[m]=P.type,P.deprecated&&(this.deprecated[m]=P.deprecated.trim().replace(/\n +/,`
19
- `));this.#r=n,this.types=h,this.shorthands=r,this.defaults=d,this.npmPath=s,this.npmBin=Fd(this.npmPath,"bin/npm-cli.js"),this.argv=a,this.env=o,this.execPath=c,this.platform=u,this.cwd=f,this.excludeNpmCwd=l,this.globalPrefix=null,this.localPrefix=null,this.localPackage=null,this.home=null;let p=[...Vo];this.data=new Map;let y=null;for(let m of p)this.data.set(m,y=new Ld(y));this.data.set=()=>{throw new Error("cannot change internal config data structure")},this.data.delete=()=>{throw new Error("cannot change internal config data structure")},this.sources=new Map([]),this.list=[];for(let{data:m}of this.data.values())this.list.unshift(m);Object.freeze(this.list),this.#e=!1}get loaded(){return this.#e}get prefix(){return this.#n("global")?this.globalPrefix:this.localPrefix}find(t){if(!this.loaded)throw new Error("call config.load() before reading values");let r=[...this.data.entries()];for(let n=r.length-1;n>-1;n--){let[i,{data:s}]=r[n];if(pc(s,t))return i}return null}get(t,r){if(!this.loaded)throw new Error("call config.load() before reading values");return this.#n(t,r)}#n(t,r=null){if(r!==null&&!Vo.has(r))throw new Error("invalid config location param: "+r);let{data:n}=this.data.get(r||"cli");return r===null||pc(n,t)?n[t]:void 0}set(t,r,n="cli"){if(!this.loaded)throw new Error("call config.load() before setting values");if(!Vo.has(n))throw new Error("invalid config location param: "+n);this.#d(t);let{data:i,raw:s}=this.data.get(n);i[t]=r,["global","user","project"].includes(n)&&(s[t]=r),this.data.get(n)[cs]=null,this.#t=null}get flat(){if(this.#t)return this.#t;let t=zj.start("config:load:flatten");this.#t={};for(let{data:r}of this.data.values())this.#r(r,this.#t);return this.#t.nodeBin=this.execPath,this.#t.npmBin=this.npmBin,t(),this.#t}delete(t,r="cli"){if(!this.loaded)throw new Error("call config.load() before deleting values");if(!Vo.has(r))throw new Error("invalid config location param: "+r);let{data:n,raw:i}=this.data.get(r);delete n[t],["global","user","project"].includes(r)&&delete i[t]}async load(){if(this.loaded)throw new Error("attempting to load npm config multiple times");this.loadDefaults(),await this.loadBuiltinConfig(),this.loadCLI(),this.loadEnv(),await this.loadProjectConfig(),await this.loadUserConfig(),await this.loadGlobalConfig(),this.#e=!0,this.globalPrefix=this.get("prefix"),this.setEnvs()}loadDefaults(){this.loadGlobalPrefix(),this.loadHome();let t={...this.defaults,prefix:this.globalPrefix};try{t["npm-version"]=require(Fd(this.npmPath,"package.json")).version}catch{}this.#h(t,"default","default values");let{data:r}=this.data.get("default");Object.defineProperty(r,"globalconfig",{get:()=>Jo(this.#n("prefix"),"etc/npmrc"),set(n){Object.defineProperty(r,"globalconfig",{value:n,configurable:!0,writable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}loadHome(){this.home=this.env.HOME||Yj()}loadGlobalPrefix(){if(this.globalPrefix)throw new Error("cannot load default global prefix more than once");this.env.PREFIX?this.globalPrefix=this.env.PREFIX:this.platform==="win32"?this.globalPrefix=dc(this.execPath):(this.globalPrefix=dc(dc(this.execPath)),this.env.DESTDIR&&(this.globalPrefix=Fd(this.env.DESTDIR,this.globalPrefix)))}loadEnv(){let t=Object.create(null);for(let[r,n]of Object.entries(this.env)){if(!/^npm_config_/i.test(r)||n==="")continue;let i=r.slice(11);i.startsWith("//")||(i=i.replace(/(?!^)_/g,"-").toLowerCase()),t[i]=n}this.#h(t,"env","environment")}loadCLI(){for(let r of Object.keys(this.shorthands))r.length>1&&this.argv.includes(`-${r}`)&&ir.warn(`-${r} is not a valid single-hyphen cli flag and will be removed in the future`);fn.invalidHandler=(r,n,i)=>this.invalidHandler(r,n,i,"command line options","cli"),fn.unknownHandler=this.unknownHandler,fn.abbrevHandler=this.abbrevHandler;let t=fn(this.types,this.shorthands,this.argv);fn.invalidHandler=null,fn.unknownHandler=null,this.parsedArgv=t.argv,delete t.argv,this.#h(t,"cli","command line options")}get valid(){for(let[t,{valid:r}]of this.data.entries())if(r===!1||r===null&&!this.validate(t))return!1;return!0}validate(t){if(t){let r=this.data.get(t);return r[cs]=!0,fn.invalidHandler=(n,i,s)=>this.invalidHandler(n,i,s,r.source,t),fn.clean(r.data,this.types,us),fn.invalidHandler=null,r[cs]}else{let r=!0,n=[];for(let i of this.data.keys()){if(i==="default"||i==="builtin"||i==="cli")continue;let s=this.validate(i);if(r=r&&s,["global","user","project"].includes(i)){for(let a of["_authtoken","-authtoken"])this.get(a,i)&&n.push({action:"delete",key:a,where:i});let o=xi(this.get("registry"));for(let a of["_auth","_authToken","username","_password"])this.get(a,i)&&(a==="username"&&!this.get("_password",i)?n.push({action:"delete",key:a,where:i}):a==="_password"&&!this.get("username",i)?n.push({action:"delete",key:a,where:i}):n.push({action:"rename",from:a,to:`${o}:${a}`,where:i}))}}if(n.length){let{ErrInvalidAuth:i}=pv();throw new i(n)}return r}}repair(t){if(!t)try{this.validate()}catch(r){if(r.code!=="ERR_INVALID_AUTH")throw r;t=r.problems}finally{t||(t=[])}for(let r of t)if(r.action==="delete")this.delete(r.key,r.where);else if(r.action==="rename"){let n=this.data.get(r.where).raw?.[r.from],i=this.get(r.from,r.where);this.set(r.to,n||i,r.where),this.delete(r.from,r.where)}}isDefault(t){let[r,...n]=[...Vo],i=this.data.get(r).data;return pc(i,t)&&n.every(s=>{let o=this.data.get(s).data;return!pc(o,t)})}invalidHandler(t,r,n,i,s){let o=yv();ir.warn("invalid config",t+"="+JSON.stringify(r),`set in ${i}`),this.data.get(s)[cs]=!1,Array.isArray(n)&&(n.includes(us.url.type)?n=us.url.type:n.includes(us.path.type)&&(n=us.path.type));let a=o(n),u=a.filter(l=>l!==void 0&&l!==Array),c="Must be"+this.#o(u,a),f=u.length===1?u[0]:[...new Set(u.map(l=>typeof l=="string"?l:JSON.stringify(l)))].join(", ");ir.warn("invalid config",c,f)}abbrevHandler(t,r){ir.warn(`Expanding --${t} to --${r}. This will stop working in the next major version of npm.`)}unknownHandler(t,r){r&&ir.warn(`"${r}" is being parsed as a normal command line argument.`)}#o(t,r){let n;return t.length===1&&r.includes(Array)?n=" one or more":t.length>1&&r.includes(Array)?n=" one or more of:":t.length>1?n=" one of:":n="",n}#h(t,r,n,i=null){let s=this.data.get(r);if(s.source){let o=`double-loading "${r}" configs from ${n}, previously loaded from ${s.source}`;throw new Error(o)}if(this.sources.has(n)){let o=`double-loading config "${n}" as "${r}", previously loaded as "${this.sources.get(n)}"`;throw new Error(o)}if(s.source=n,this.sources.set(n,r),i)s.loadError=i,i.code!=="ENOENT"&&ir.verbose("config",`error loading ${r} config`,i);else{s.raw=t;for(let[o,a]of Object.entries(t)){let u=tB(o,this.env),c=this.parseField(a,u);if(r!=="default"&&(this.#d(u),this.definitions[o]?.exclusive)){for(let f of this.definitions[o].exclusive)if(!this.isDefault(f))throw new TypeError(`--${o} cannot be provided when using --${f}`)}(r!=="default"||o==="npm-version")&&this.checkUnknown(r,o),s.data[u]=c}}}checkUnknown(t,r){if(!this.definitions[r]){if(Zj.includes(r))return;if(!r.includes(":")){ir.warn(`Unknown ${t} config "${t==="cli"?"--":""}${r}". This will stop working in the next major version of npm.`);return}let n=r.split(":").pop();!this.definitions[n]&&!this.nerfDarts.includes(n)&&ir.warn(`Unknown ${t} config "${n}" (${r}). This will stop working in the next major version of npm.`)}}#d(t){this.deprecated[t]&&ir.warn("config",t,this.deprecated[t])}parseField(t,r,n=!1){return rB(t,r,this,n)}async#u(t,r){ir.silly("config",`load:file:${t}`),await Vj(t,"utf8").then(n=>{let i=VS.parse(n);return r==="project"&&i.prefix&&ir.error("config",`prefix cannot be changed from project config: ${t}.`),this.#h(i,r,t)},n=>this.#h(null,r,t,n))}loadBuiltinConfig(){return this.#u(Jo(this.npmPath,"npmrc"),"builtin")}async loadProjectConfig(){if(await this.loadLocalPrefix(),this.localPackage==null&&(this.localPackage=await kd(this.localPrefix,"package.json")),this.#n("global")===!0||this.#n("location")==="global"){this.data.get("project").source="(global mode enabled, ignored)",this.sources.set(this.data.get("project").source,"project");return}let t=Jo(this.localPrefix,".npmrc");if(t!==this.#n("userconfig"))return this.#u(t,"project");this.data.get("project").source='(same as "user" config, ignored)',this.sources.set(this.data.get("project").source,"project")}async loadLocalPrefix(){let t=this.#n("prefix","cli");if(t){this.localPrefix=t;return}let r=this.#n("workspaces","cli"),n=this.#n("global")||this.#n("location")==="global";for(let i of Hj(this.cwd)){if(this.excludeNpmCwd&&i===this.npmPath)break;let s=await kd(i,"package.json");if(!this.localPrefix&&(s||await eB(i,"node_modules"))){if(this.localPrefix=i,this.localPackage=s,r===!1||n)return;continue}if(this.localPrefix&&s){let o=Rd(),{content:a}=await o.normalize(i).catch(()=>({content:{}}));if(!a?.workspaces)continue;let c=await YS()({cwd:i,pkg:a});for(let f of c.values())if(f===this.localPrefix){await kd(this.localPrefix,".npmrc")&&ir.warn("config",`ignoring workspace config at ${this.localPrefix}/.npmrc`);let{data:l}=this.data.get("default");l.workspace=[this.localPrefix],this.localPrefix=i,this.localPackage=s,ir.info("config",`found workspace root at ${this.localPrefix}`);return}}}this.localPrefix||(this.localPrefix=this.cwd)}loadUserConfig(){return this.#u(this.#n("userconfig"),"user")}loadGlobalConfig(){return this.#u(this.#n("globalconfig"),"global")}async save(t){if(!this.loaded)throw new Error("call config.load() before saving");if(!JS.has(t))throw new Error("invalid config location param: "+t);let r=this.data.get(t);if(r[Ko]=null,t==="user"){let o=xi(this.get("registry")),a=this.get(`${o}:email`,"user");a&&(this.delete(`${o}:email`,"user"),this.set("email",a,"user"))}let n=VS.stringify(r.raw).trim()+`
20
- `;if(!n.trim()){await Xj(r.source).catch(()=>{});return}let i=dc(r.source);await Qj(i,{recursive:!0}),await Kj(r.source,n,"utf8");let s=t==="user"?384:438;await Jj(r.source,s)}clearCredentialsByURI(t,r="user"){let n=xi(t);if(xi(this.get("registry"))===n){this.delete("-authtoken",r),this.delete("_authToken",r),this.delete("_authtoken",r),this.delete("_auth",r),this.delete("_password",r),this.delete("username",r);let s=this.get(`${n}:email`,r);s&&this.set("email",s,r)}this.delete(`${n}:_authToken`,r),this.delete(`${n}:_auth`,r),this.delete(`${n}:_password`,r),this.delete(`${n}:username`,r),this.delete(`${n}:email`,r),this.delete(`${n}:certfile`,r),this.delete(`${n}:keyfile`,r)}setCredentialsByURI(t,{token:r,username:n,password:i,certfile:s,keyfile:o}){let a=xi(t);if(this.delete(`${a}:always-auth`,"user"),this.delete(`${a}:email`,"user"),s&&o&&(this.set(`${a}:certfile`,s,"user"),this.set(`${a}:keyfile`,o,"user")),r)this.set(`${a}:_authToken`,r,"user"),this.delete(`${a}:_password`,"user"),this.delete(`${a}:username`,"user");else if(n||i){if(!n)throw new Error("must include username");if(!i)throw new Error("must include password");this.delete(`${a}:_authToken`,"user"),this.set(`${a}:username`,n,"user");let u=Buffer.from(i,"utf8").toString("base64");this.set(`${a}:_password`,u,"user")}else if(!s||!o)throw new Error("No credentials to set.")}getCredentialsByURI(t){let r=xi(t),n=xi(this.get("registry")),i={},s=this.get(`${r}:email`)||this.get("email");s&&(r===n&&this.set("email",s,"user"),i.email=s);let o=this.get(`${r}:certfile`),a=this.get(`${r}:keyfile`);o&&a&&(i.certfile=o,i.keyfile=a);let u=this.get(`${r}:_authToken`);if(u)return i.token=u,i;let c=this.get(`${r}:username`),f=this.get(`${r}:_password`);if(c&&f){i.username=c,i.password=Buffer.from(f,"base64").toString("utf8");let h=`${i.username}:${i.password}`;return i.auth=Buffer.from(h,"utf8").toString("base64"),i}let l=this.get(`${r}:_auth`);if(l){let d=Buffer.from(l,"base64").toString("utf8").split(":");return i.username=d.shift(),i.password=d.join(":"),i.auth=l,i}return i}setEnvs(){nB(this)}},Ko=Symbol("loadError"),cs=Symbol("valid"),Ld=class{#e;#r=null;#t=null;constructor(t){this.#e=Object.create(t&&t.data),this.#t={},this[cs]=!0}get data(){return this.#e}get valid(){return this[cs]}set source(t){if(this.#r)throw new Error("cannot set ConfigData source more than once");this.#r=t}get source(){return this.#r}set loadError(t){if(this[Ko]||Object.keys(this.#t).length)throw new Error("cannot set ConfigData loadError after load");this[Ko]=t}get loadError(){return this[Ko]}set raw(t){if(Object.keys(this.#t).length||this[Ko])throw new Error("cannot set ConfigData raw after load");this.#t=t}get raw(){return this.#t}};XS.exports=Dd});var Xo=F(gc=>{"use strict";Object.defineProperty(gc,"__esModule",{value:!0});gc.getPackageDependencies=void 0;function iB(e,t){let r=e.dependencies?.[t]||e.devDependencies?.[t]||e.peerDependencies?.[t]||e.optionalDependencies?.[t];return r?!r.startsWith("npm:")&&!r.startsWith("file:"):!1}function sB(e,t,r={withDevDependencies:!0}){let n=[];if(e.dependencies)for(let s of Object.keys(e.dependencies))s!==e.name&&t.has(s)&&n.push(s);if(e.devDependencies&&r.withDevDependencies)for(let s of Object.keys(e.devDependencies))s!==e.name&&t.has(s)&&n.push(s);if(e.peerDependencies&&r.withPeerDependencies)for(let s of Object.keys(e.peerDependencies))s!==e.name&&t.has(s)&&n.push(s);if(e.optionalDependencies&&r.withOptionalDependencies)for(let s of Object.keys(e.optionalDependencies))s!==e.name&&t.has(s)&&n.push(s);return n.filter(s=>iB(e,s))}gc.getPackageDependencies=sB});var fs=F(ls=>{"use strict";Object.defineProperty(ls,"__esModule",{value:!0});ls.isCachingEnabled=ls.setCachingEnabled=void 0;var ZS=!0;function oB(e){ZS=e}ls.setCachingEnabled=oB;function aB(){return ZS}ls.isCachingEnabled=aB});var e1=F(Nn=>{"use strict";Object.defineProperty(Nn,"__esModule",{value:!0});Nn.getTransitiveProviders=Nn.getTransitiveConsumers=Nn.getDependentMap=void 0;var uB=Xo(),cB=fs(),Td=new Map;function lB(e,t=[]){return JSON.stringify({packages:e,scope:t})}function Id(e,t=[]){let r=new Set(Object.keys(e)),n=lB(e,t);if((0,cB.isCachingEnabled)()&&Td.has(n))return Td.get(n);let i=[],s=new Set,o=t.length>0?[...t]:Object.keys(e);for(;o.length>0;){let a=o.pop();if(s.has(a))continue;s.add(a);let u=e[a],c=(0,uB.getPackageDependencies)(u,r);if(c.length>0)for(let f of c)o.push(f),i.push([f,a]);else i.push([null,a])}return Td.set(n,i),i}function fB(e){let t=Id(e),r=new Map;for(let[n,i]of t)r.has(i)||r.set(i,new Set),n&&r.get(i).add(n);return r}Nn.getDependentMap=fB;function hB(e,t,r=[]){let n=Id(t,r),i=[...e],s=new Set;for(;i.length>0;){let o=i.shift();if(!s.has(o)){s.add(o);for(let[a,u]of n)a===o&&i.push(u)}}return[...s].filter(o=>!e.includes(o))}Nn.getTransitiveConsumers=hB;function dB(e,t){let r=Id(t),n=[...e],i=new Set;for(;n.length>0;){let s=n.shift();if(!i.has(s)){i.add(s);for(let[o,a]of r)a===s&&o&&n.push(o)}}return[...i].filter(s=>!e.includes(s))}Nn.getTransitiveProviders=dB});var t1=F(Ar=>{"use strict";Object.defineProperty(Ar,"__esModule",{value:!0});Ar.getInternalDeps=Ar.getTransitiveConsumers=Ar.getTransitiveDependents=Ar.getTransitiveProviders=Ar.getTransitiveDependencies=void 0;var mc=e1();Object.defineProperty(Ar,"getTransitiveConsumers",{enumerable:!0,get:function(){return mc.getTransitiveConsumers}});Object.defineProperty(Ar,"getTransitiveProviders",{enumerable:!0,get:function(){return mc.getTransitiveProviders}});var pB=Xo();Ar.getTransitiveDependencies=mc.getTransitiveProviders;Ar.getTransitiveDependents=mc.getTransitiveConsumers;Ar.getInternalDeps=pB.getPackageDependencies});var Nd=F(hs=>{"use strict";Object.defineProperty(hs,"__esModule",{value:!0});hs.getWorkspaceManagerRoot=hs.getWorkspaceRoot=void 0;var gB=Pi();function mB(e,t){return r1(e,t)}hs.getWorkspaceRoot=mB;function r1(e,t){return(0,gB.getWorkspaceManagerAndRoot)(e,void 0,t)?.root}hs.getWorkspaceManagerRoot=r1});var ps=F(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.processGitOutput=Bt.gitFailFast=Bt.git=Bt.clearGitObservers=Bt.addGitObserver=Bt.GitError=void 0;var yB=require("child_process"),Oi=class extends Error{constructor(t,r,n){r instanceof Error?super(`${t}: ${r.message}`):n?.stderr?super(`${t} -- stderr:
21
- ${n.stderr}`):super(t),this.originalError=r,this.gitOutput=n}};Bt.GitError=Oi;var vB=process.env.GIT_MAX_BUFFER?parseInt(process.env.GIT_MAX_BUFFER):500*1024*1024,AB=!!process.env.GIT_DEBUG,ds=[],$d;function EB(e){return ds.push(e),()=>wB(e)}Bt.addGitObserver=EB;function bB(){ds.splice(0,ds.length)}Bt.clearGitObservers=bB;function wB(e){let t=ds.indexOf(e);t>-1&&ds.splice(t,1)}function n1(e,t){if(e.some(c=>c.startsWith("--upload-pack")))throw new Oi("git command contains --upload-pack, which is not allowed: "+e.join(" "));let r=`git ${e.join(" ")}`,{throwOnError:n,description:i=r,debug:s=AB,...o}=t||{};s&&console.log(r);let a;try{a=(0,yB.spawnSync)("git",e,{maxBuffer:vB,...o})}catch(c){throw new Oi(`${i} failed (while spawning process)`,c)}let u={...a,stderr:(a.stderr||"").toString().trimEnd(),stdout:(a.stdout||"").toString().trimEnd(),success:a.status===0};if(s&&(console.log("exited with code "+a.status),u.stdout&&console.log(`git stdout:
1
+ "use strict";var aO=Object.create;var pg=Object.defineProperty;var uO=Object.getOwnPropertyDescriptor;var cO=Object.getOwnPropertyNames;var lO=Object.getPrototypeOf,fO=Object.prototype.hasOwnProperty;var A=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var hO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of cO(t))!fO.call(e,i)&&i!==r&&pg(e,i,{get:()=>t[i],enumerable:!(n=uO(t,i))||n.enumerable});return e};var Ve=(e,t,r)=>(r=e!=null?aO(lO(e)):{},hO(t||!e||!e.__esModule?pg(r,"default",{value:e,enumerable:!0}):r,e));var Bn=A(pt=>{"use strict";Object.defineProperty(pt,"__esModule",{value:!0});pt.processGitOutput=pt.gitFailFast=pt.git=pt.clearGitObservers=pt.addGitObserver=pt.GitError=void 0;var pO=require("child_process"),nn=class extends Error{constructor(t,r,n){r instanceof Error?super(`${t}: ${r.message}`):n?.stderr?super(`${t} -- stderr:
2
+ ${n.stderr}`):super(t),this.originalError=r,this.gitOutput=n}};pt.GitError=nn;var dO=process.env.GIT_MAX_BUFFER?parseInt(process.env.GIT_MAX_BUFFER):500*1024*1024,gO=!!process.env.GIT_DEBUG,$n=[],pc;function mO(e){return $n.push(e),()=>AO(e)}pt.addGitObserver=mO;function yO(){$n.splice(0,$n.length)}pt.clearGitObservers=yO;function AO(e){let t=$n.indexOf(e);t>-1&&$n.splice(t,1)}function dg(e,t){if(e.some(c=>c.startsWith("--upload-pack")))throw new nn("git command contains --upload-pack, which is not allowed: "+e.join(" "));let r=`git ${e.join(" ")}`,{throwOnError:n,description:i=r,debug:s=gO,...o}=t||{};s&&console.log(r);let a;try{a=(0,pO.spawnSync)("git",e,{maxBuffer:dO,...o})}catch(c){throw new nn(`${i} failed (while spawning process)`,c)}let u={...a,stderr:(a.stderr||"").toString().trimEnd(),stdout:(a.stdout||"").toString().trimEnd(),success:a.status===0};if(s&&(console.log("exited with code "+a.status),u.stdout&&console.log(`git stdout:
22
3
  `,u.stdout),u.stderr&&console.warn(`git stderr:
23
- `,u.stderr)),!$d){$d=!0;for(let c of ds)c(e,u);$d=!1}if(!u.success&&n)throw new Oi(`${i} failed${u.stderr?`
24
- ${u.stderr}`:""}`,void 0,u);return u}Bt.git=n1;function SB(e,t){let r=n1(e,t);if(!r.success)throw t?.noExitCode||(process.exitCode=1),new Oi(`CRITICAL ERROR: running git command: git ${e.join(" ")}!
4
+ `,u.stderr)),!pc){pc=!0;for(let c of $n)c(e,u);pc=!1}if(!u.success&&n)throw new nn(`${i} failed${u.stderr?`
5
+ ${u.stderr}`:""}`,void 0,u);return u}pt.git=dg;function wO(e,t){let r=dg(e,t);if(!r.success)throw t?.noExitCode||(process.exitCode=1),new nn(`CRITICAL ERROR: running git command: git ${e.join(" ")}!
25
6
  ${r.stdout?.toString().trimEnd()}
26
- ${r.stderr?.toString().trimEnd()}`)}Bt.gitFailFast=SB;function CB(e,t){return e.success?e.stdout.split(/\n/).map(r=>r.trim()).filter(r=>!!r&&(!t?.excludeNodeModules||!r.includes("node_modules"))):[]}Bt.processGitOutput=CB});var Md=F(yc=>{"use strict";Object.defineProperty(yc,"__esModule",{value:!0});yc.getConfigValue=void 0;var xB=ps();function PB(e){let{key:t,...r}=e,n=(0,xB.git)(["config",t],r);return n.success?n.stdout.trim():null}yc.getConfigValue=PB});var jd=F((CJ,i1)=>{"use strict";i1.exports=function(t,r){r===!0&&(r=0);var n="";if(typeof t=="string")try{n=new URL(t).protocol}catch{}else t&&t.constructor===URL&&(n=t.protocol);var i=n.split(/\:|\+/).filter(Boolean);return typeof r=="number"?i[r]:i}});var o1=F((xJ,s1)=>{"use strict";var OB=jd();function _B(e){var t={protocols:[],protocol:null,port:null,resource:"",host:"",user:"",password:"",pathname:"",hash:"",search:"",href:e,query:{},parse_failed:!1};try{var r=new URL(e);t.protocols=OB(r),t.protocol=t.protocols[0],t.port=r.port,t.resource=r.hostname,t.host=r.host,t.user=r.username||"",t.password=r.password||"",t.pathname=r.pathname,t.hash=r.hash.slice(1),t.search=r.search.slice(1),t.href=r.href,t.query=Object.fromEntries(r.searchParams)}catch{t.protocols=["file"],t.protocol=t.protocols[0],t.port="",t.resource="",t.user="",t.pathname="",t.hash="",t.search="",t.href=e,t.query={},t.parse_failed=!0}return t}s1.exports=_B});var h1=F((PJ,f1)=>{"use strict";var RB=o1();function FB(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var kB=FB(RB);function DB(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){if(this instanceof n){var i=[null];i.push.apply(i,arguments);var s=Function.bind.apply(t,i);return new s}return t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})}),r}var u1={},LB="text/plain",TB="us-ascii",a1=(e,t)=>t.some(r=>r instanceof RegExp?r.test(e):r===e),IB=(e,{stripHash:t})=>{let r=/^data:(?<type>[^,]*?),(?<data>[^#]*?)(?:#(?<hash>.*))?$/.exec(e);if(!r)throw new Error(`Invalid URL: ${e}`);let{type:n,data:i,hash:s}=r.groups,o=n.split(";");s=t?"":s;let a=!1;o[o.length-1]==="base64"&&(o.pop(),a=!0);let u=(o.shift()||"").toLowerCase(),f=[...o.map(l=>{let[h,d=""]=l.split("=").map(p=>p.trim());return h==="charset"&&(d=d.toLowerCase(),d===TB)?"":`${h}${d?`=${d}`:""}`}).filter(Boolean)];return a&&f.push("base64"),(f.length>0||u&&u!==LB)&&f.unshift(u),`data:${f.join(";")},${a?i.trim():i}${s?`#${s}`:""}`};function NB(e,t){if(t={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripTextFragment:!0,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeSingleSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...t},e=e.trim(),/^data:/i.test(e))return IB(e,t);if(/^view-source:/i.test(e))throw new Error("`view-source:` is not supported as it is a non-standard protocol");let r=e.startsWith("//");!r&&/^\.*\//.test(e)||(e=e.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,t.defaultProtocol));let i=new URL(e);if(t.forceHttp&&t.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(t.forceHttp&&i.protocol==="https:"&&(i.protocol="http:"),t.forceHttps&&i.protocol==="http:"&&(i.protocol="https:"),t.stripAuthentication&&(i.username="",i.password=""),t.stripHash?i.hash="":t.stripTextFragment&&(i.hash=i.hash.replace(/#?:~:text.*?$/i,"")),i.pathname){let o=/\b[a-z][a-z\d+\-.]{1,50}:\/\//g,a=0,u="";for(;;){let f=o.exec(i.pathname);if(!f)break;let l=f[0],h=f.index,d=i.pathname.slice(a,h);u+=d.replace(/\/{2,}/g,"/"),u+=l,a=h+l.length}let c=i.pathname.slice(a,i.pathname.length);u+=c.replace(/\/{2,}/g,"/"),i.pathname=u}if(i.pathname)try{i.pathname=decodeURI(i.pathname)}catch{}if(t.removeDirectoryIndex===!0&&(t.removeDirectoryIndex=[/^index\.[a-z]+$/]),Array.isArray(t.removeDirectoryIndex)&&t.removeDirectoryIndex.length>0){let o=i.pathname.split("/"),a=o[o.length-1];a1(a,t.removeDirectoryIndex)&&(o=o.slice(0,-1),i.pathname=o.slice(1).join("/")+"/")}if(i.hostname&&(i.hostname=i.hostname.replace(/\.$/,""),t.stripWWW&&/^www\.(?!www\.)[a-z\-\d]{1,63}\.[a-z.\-\d]{2,63}$/.test(i.hostname)&&(i.hostname=i.hostname.replace(/^www\./,""))),Array.isArray(t.removeQueryParameters))for(let o of[...i.searchParams.keys()])a1(o,t.removeQueryParameters)&&i.searchParams.delete(o);if(t.removeQueryParameters===!0&&(i.search=""),t.sortQueryParameters){i.searchParams.sort();try{i.search=decodeURIComponent(i.search)}catch{}}t.removeTrailingSlash&&(i.pathname=i.pathname.replace(/\/$/,""));let s=e;return e=i.toString(),!t.removeSingleSlash&&i.pathname==="/"&&!s.endsWith("/")&&i.hash===""&&(e=e.replace(/\/$/,"")),(t.removeTrailingSlash||i.pathname==="/")&&i.hash===""&&t.removeSingleSlash&&(e=e.replace(/\/$/,"")),r&&!t.normalizeProtocol&&(e=e.replace(/^http:\/\//,"//")),t.stripProtocol&&(e=e.replace(/^(?:https?:)?\/\//,"")),e}var $B=Object.freeze({__proto__:null,default:NB}),MB=DB($B);Object.defineProperty(u1,"__esModule",{value:!0});var jB=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},BB=MB,WB=c1(BB),qB=kB.default,GB=c1(qB);function c1(e){return e&&e.__esModule?e:{default:e}}var l1=function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=/^(?:([a-zA-Z_][a-zA-Z0-9_-]{0,31})@|https?:\/\/)([\w\.\-@]+)[\/:](([\~,\.\w,\-,\_,\/,\s]|%[0-9A-Fa-f]{2})+?(?:\.git|\/)?)$/,i=function(u){var c=new Error(u);throw c.subject_url=t,c};(typeof t!="string"||!t.trim())&&i("Invalid url."),t.length>e.MAX_INPUT_LENGTH&&i("Input exceeds maximum length. If needed, change the value of parseUrl.MAX_INPUT_LENGTH."),r&&((typeof r>"u"?"undefined":jB(r))!=="object"&&(r={stripHash:!1}),t=(0,WB.default)(t,r));var s=(0,GB.default)(t);if(s.parse_failed){var o=s.href.match(n);o?(s.protocols=["ssh"],s.protocol="ssh",s.resource=o[2],s.host=o[2],s.user=o[1],s.pathname="/"+o[3],s.parse_failed=!1):i("URL parsing failed.")}return s};l1.MAX_INPUT_LENGTH=2048;var UB=u1.default=l1;f1.exports=UB});var g1=F((OJ,p1)=>{"use strict";var HB=jd();function d1(e){if(Array.isArray(e))return e.indexOf("ssh")!==-1||e.indexOf("rsync")!==-1;if(typeof e!="string")return!1;var t=HB(e);if(e=e.substring(e.indexOf("://")+3),d1(t))return!0;var r=new RegExp(".([a-zA-Z\\d]+):(\\d+)/");return!e.match(r)&&e.indexOf("@")<e.indexOf(":")}p1.exports=d1});var v1=F((_J,y1)=>{"use strict";var zB=h1(),m1=g1();function YB(e){let t=zB(e);return t.token="",t.password==="x-oauth-basic"?t.token=t.user:t.user==="x-token-auth"&&(t.token=t.password),m1(t.protocols)||t.protocols.length===0&&m1(e)?t.protocol="ssh":t.protocols.length?t.protocol=t.protocols[0]:(t.protocol="file",t.protocols=["file"]),t.href=t.href.replace(/\/$/,""),t}y1.exports=YB});var E1=F((RJ,A1)=>{"use strict";var VB=v1();function Bd(e,t){if(t=t||[],typeof e!="string")throw new Error("The url must be a string.");if(!t.every(function(S){return typeof S=="string"}))throw new Error("The refs should contain only strings");var r=/^([a-z\d-]{1,39})\/([-\.\w]{1,100})$/i;r.test(e)&&(e="https://github.com/"+e);var n=VB(e),i=n.resource.split("."),s=null;switch(n.toString=function(S){return Bd.stringify(this,S)},n.source=i.length>2?i.slice(1-i.length).join("."):n.source=n.resource,n.git_suffix=/\.git$/.test(n.pathname),n.name=decodeURIComponent((n.pathname||n.href).replace(/(^\/)|(\/$)/g,"").replace(/\.git$/,"")),n.owner=decodeURIComponent(n.user),n.source){case"git.cloudforge.com":n.owner=n.user,n.organization=i[0],n.source="cloudforge.com";break;case"visualstudio.com":if(n.resource==="vs-ssh.visualstudio.com"){s=n.name.split("/"),s.length===4&&(n.organization=s[1],n.owner=s[2],n.name=s[3],n.full_name=s[2]+"/"+s[3]);break}else{s=n.name.split("/"),s.length===2?(n.owner=s[1],n.name=s[1],n.full_name="_git/"+n.name):s.length===3?(n.name=s[2],s[0]==="DefaultCollection"?(n.owner=s[2],n.organization=s[0],n.full_name=n.organization+"/_git/"+n.name):(n.owner=s[0],n.full_name=n.owner+"/_git/"+n.name)):s.length===4&&(n.organization=s[0],n.owner=s[1],n.name=s[3],n.full_name=n.organization+"/"+n.owner+"/_git/"+n.name);break}case"dev.azure.com":case"azure.com":if(n.resource==="ssh.dev.azure.com"){s=n.name.split("/"),s.length===4&&(n.organization=s[1],n.owner=s[2],n.name=s[3]);break}else{s=n.name.split("/"),s.length===5?(n.organization=s[0],n.owner=s[1],n.name=s[4],n.full_name="_git/"+n.name):s.length===3?(n.name=s[2],s[0]==="DefaultCollection"?(n.owner=s[2],n.organization=s[0],n.full_name=n.organization+"/_git/"+n.name):(n.owner=s[0],n.full_name=n.owner+"/_git/"+n.name)):s.length===4&&(n.organization=s[0],n.owner=s[1],n.name=s[3],n.full_name=n.organization+"/"+n.owner+"/_git/"+n.name),n.query&&n.query.path&&(n.filepath=n.query.path.replace(/^\/+/g,"")),n.query&&n.query.version&&(n.ref=n.query.version.replace(/^GB/,""));break}default:s=n.name.split("/");var o=s.length-1;if(s.length>=2){var a=s.indexOf("-",2),u=s.indexOf("blob",2),c=s.indexOf("tree",2),f=s.indexOf("commit",2),l=s.indexOf("issues",2),h=s.indexOf("src",2),d=s.indexOf("raw",2),p=s.indexOf("edit",2);o=a>0?a-1:u>0&&c>0?Math.min(u-1,c-1):u>0?u-1:l>0?l-1:c>0?c-1:f>0?f-1:h>0?h-1:d>0?d-1:p>0?p-1:o,n.owner=s.slice(0,o).join("/"),n.name=s[o],f&&l<0&&(n.commit=s[o+2])}n.ref="",n.filepathtype="",n.filepath="";var y=s.length>o&&s[o+1]==="-"?o+1:o;s.length>y+2&&["raw","src","blob","tree","edit"].indexOf(s[y+1])>=0&&(n.filepathtype=s[y+1],n.ref=s[y+2],s.length>y+3&&(n.filepath=s.slice(y+3).join("/"))),n.organization=n.owner;break}n.full_name||(n.full_name=n.owner,n.name&&(n.full_name&&(n.full_name+="/"),n.full_name+=n.name)),n.owner.startsWith("scm/")&&(n.source="bitbucket-server",n.owner=n.owner.replace("scm/",""),n.organization=n.owner,n.full_name=n.owner+"/"+n.name);var m=/(projects|users)\/(.*?)\/repos\/(.*?)((\/.*$)|$)/,P=m.exec(n.pathname);return P!=null&&(n.source="bitbucket-server",P[1]==="users"?n.owner="~"+P[2]:n.owner=P[2],n.organization=n.owner,n.name=P[3],s=P[4].split("/"),s.length>1&&(["raw","browse"].indexOf(s[1])>=0?(n.filepathtype=s[1],s.length>2&&(n.filepath=s.slice(2).join("/"))):s[1]==="commits"&&s.length>2&&(n.commit=s[2])),n.full_name=n.owner+"/"+n.name,n.query.at?n.ref=n.query.at:n.ref=""),t.length!==0&&n.ref&&(n.ref=XB(n.href,t)||n.ref,n.filepath=n.href.split(n.ref+"/")[1]),n}Bd.stringify=function(e,t){t=t||(e.protocols&&e.protocols.length?e.protocols.join("+"):e.protocol);var r=e.port?":"+e.port:"",n=e.user||"git",i=e.git_suffix?".git":"";switch(t){case"ssh":return r?"ssh://"+n+"@"+e.resource+r+"/"+e.full_name+i:n+"@"+e.resource+":"+e.full_name+i;case"git+ssh":case"ssh+git":case"ftp":case"ftps":return t+"://"+n+"@"+e.resource+r+"/"+e.full_name+i;case"http":case"https":var s=e.token?KB(e):e.user&&(e.protocols.includes("http")||e.protocols.includes("https"))?e.user+"@":"";return t+"://"+s+e.resource+r+"/"+JB(e)+i;default:return e.href}};function KB(e){switch(e.source){case"bitbucket.org":return"x-token-auth:"+e.token+"@";default:return e.token+"@"}}function JB(e){switch(e.source){case"bitbucket-server":return"scm/"+e.full_name;default:var t=e.full_name.split("/").map(function(r){return encodeURIComponent(r)}).join("/");return t}}function XB(e,t){var r="";return t.forEach(function(n){e.includes(n)&&n.length>r.length&&(r=n)}),r}A1.exports=Bd});var b1=F(gs=>{"use strict";var QB=gs&&gs.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(gs,"__esModule",{value:!0});gs.getRepositoryName=void 0;var ZB=QB(E1());function e3(e){try{let t=(0,ZB.default)(e.replace("/_optimized/","/").replace("/DefaultCollection/","/")),r=t.host||"",n=r.endsWith(".visualstudio.com");if(!n&&r!=="dev.azure.com"&&r!=="ssh.dev.azure.com")return t.full_name;let i=t.full_name.match(/(vs-ssh\.visualstudio\.com|ssh\.dev\.azure\.com):v\d+\/([^/]+)\/([^/]+)/);if(i)return`${i[2]}/${i[3]}/${t.name}`;let s=t.organization;return!s&&n&&(s=r.match(/([^.@]+)\.visualstudio\.com$/)?.[1]),`${s}/${t.owner}/${t.name}`}catch{return""}}gs.getRepositoryName=e3});var Wd=F(ms=>{"use strict";var S1=ms&&ms.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ms,"__esModule",{value:!0});ms.getDefaultRemote=void 0;var t3=S1(require("fs")),r3=S1(require("path")),n3=Qo(),w1=b1(),i3=ps();function s3(e){let t=typeof e=="string"?{cwd:e}:e,{cwd:r,strict:n,verbose:i}=t,s=P=>i&&console.log(P),o=P=>{if(n)throw new Error(P);s(P)},a=(0,n3.findGitRoot)(r),u={},c=r3.default.join(a,"package.json");try{u=JSON.parse(t3.default.readFileSync(c,"utf8").trim())}catch{o(`Could not read "${c}"`)}let{repository:f}=u,l=typeof f=="string"?f:f&&f.url||"";l||console.log(`Valid "repository" key not found in "${c}". Consider adding this info for more accurate git remote detection.`);let h=(0,w1.getRepositoryName)(l),d=(0,i3.git)(["remote","-v"],{cwd:r});d.success||o(`Could not determine available git remotes under "${r}"`);let p={};if(d.stdout.split(`
27
- `).forEach(P=>{let[S,L]=P.split(/\s+/),O=(0,w1.getRepositoryName)(L);O&&(p[O]=S)}),h){if(p[h])return p[h];o(`Could not find remote pointing to repository "${h}".`)}let y=Object.values(p),m=["upstream","origin",...y];for(let P of m)if(y.includes(P))return s(`Default to remote "${P}"`),P;return o(`Could not find any remotes in git repo at "${a}".`),s('Assuming default remote "origin".'),"origin"}ms.getDefaultRemote=s3});var Hd=F(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.listAllTrackedFiles=Ee.getDefaultBranch=Ee.parseRemoteBranch=Ee.getRemoteBranch=Ee.getParentBranch=Ee.revertLocalChanges=Ee.stageAndCommit=Ee.commit=Ee.stage=Ee.init=Ee.getFileAddedHash=Ee.getCurrentHash=Ee.getShortBranchName=Ee.getFullBranchRef=Ee.getBranchName=Ee.getUserEmail=Ee.getRecentCommitMessages=Ee.getStagedChanges=Ee.getChangesBetweenRefs=Ee.getBranchChanges=Ee.getChanges=Ee.getUnstagedChanges=Ee.fetchRemoteBranch=Ee.fetchRemote=Ee.getUntrackedChanges=void 0;var qd=Md(),Te=ps(),Gd=["--no-pager","diff","--name-only","--relative"];function o3(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,Te.git)(["ls-files","--others","--exclude-standard"],{description:"Gathering information about untracked changes",throwOnError:!0,...t});return(0,Te.processGitOutput)(r,{excludeNodeModules:!0})}Ee.getUntrackedChanges=o3;function C1(e,t){let{remote:r,remoteBranch:n,options:i,...s}=typeof e=="string"?{remote:e,cwd:t}:e;if(n&&!r)throw new Error('Must provide "remote" when using "remoteBranch" option');let o=["fetch","--",...r?[r]:[],...n?[n]:[],...i||[]];(0,Te.git)(o,{description:r?`Fetching ${n?`branch "${n}" from `:""}remote "${r}"`:"Fetching all remotes",throwOnError:!0,...s})}Ee.fetchRemote=C1;function a3(e,t,r){C1({remote:e,remoteBranch:t,cwd:r,throwOnError:!0})}Ee.fetchRemoteBranch=a3;function u3(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,Te.git)(Gd,{description:"Gathering information about unstaged changes",throwOnError:!0,...t});return(0,Te.processGitOutput)(r,{excludeNodeModules:!0})}Ee.getUnstagedChanges=u3;function c3(e,t){return Ud({fromRef:e,cwd:t,throwOnError:!0})}Ee.getChanges=c3;function l3(e,t){let{branch:r,...n}=typeof e=="string"?{branch:e,cwd:t}:e;return Ud({fromRef:r,throwOnError:!0,...n})}Ee.getBranchChanges=l3;function Ud(e,t,r,n,i){let s;typeof e=="string"?s={cwd:i}:{fromRef:e,toRef:t,options:r,pattern:n,...s}=e;let o=`${e}...${t||""}`,a=(0,Te.git)([...Gd,...r||[],o,...n?["--",n]:[]],{description:`Gathering information about changes between refs (${o})`,throwOnError:!0,...s});return(0,Te.processGitOutput)(a,{excludeNodeModules:!0})}Ee.getChangesBetweenRefs=Ud;function f3(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,Te.git)([...Gd,"--staged"],{description:"Gathering information about staged changes",throwOnError:!0,...t});return(0,Te.processGitOutput)(r,{excludeNodeModules:!0})}Ee.getStagedChanges=f3;function h3(e,t){let{branch:r,...n}=typeof e=="string"?{branch:e,cwd:t}:e,i=(0,Te.git)(["log","--decorate","--pretty=format:%s",`${r}..HEAD`],{description:`Getting recent commit messages for branch "${r}"`,...n});return(0,Te.processGitOutput)(i)}Ee.getRecentCommitMessages=h3;function x1(e){let t=typeof e=="string"?{cwd:e}:e;return(0,qd.getConfigValue)({key:"user.email",...t})}Ee.getUserEmail=x1;function P1(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,Te.git)(["rev-parse","--abbrev-ref","HEAD"],{description:"Getting current branch name",...t});return r.success?r.stdout:null}Ee.getBranchName=P1;function d3(e,t){let{branch:r,...n}=typeof e=="string"?{branch:e,cwd:t}:e,i=(0,Te.git)(["show-ref","--heads",r],n);return i.success?i.stdout.split(" ")[1]:null}Ee.getFullBranchRef=d3;function p3(e,t){let{fullBranchRef:r,...n}=typeof e=="string"?{fullBranchRef:e,cwd:t}:e,i=(0,Te.git)(["rev-parse","--abbrev-ref",r],n);return i.success&&i.stdout||null}Ee.getShortBranchName=p3;function g3(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,Te.git)(["rev-parse","HEAD"],{description:"Getting current git hash",...t});return r.success?r.stdout:null}Ee.getCurrentHash=g3;function m3(e,t){let{filename:r,...n}=typeof e=="string"?{filename:e,cwd:t}:e,i=(0,Te.git)(["rev-list","--max-count=1","HEAD",r],n);return i.success?i.stdout.trim():void 0}Ee.getFileAddedHash=m3;function y3(e,t,r){let{email:n,username:i,...s}=typeof e=="string"?{cwd:e,email:t,username:r}:e;if((0,Te.git)(["init"],{...s,throwOnError:!0}),!(0,qd.getConfigValue)({key:"user.name",...s})){if(!i)throw new Error("must include a username when initializing git repo");(0,Te.git)(["config","user.name",i],s)}if(!x1(s)){if(!n)throw new Error("must include a email when initializing git repo");(0,Te.git)(["config","user.email",n],s)}}Ee.init=y3;function O1(e,t){let{patterns:r,...n}=Array.isArray(e)?{patterns:e,cwd:t}:e;for(let i of r)(0,Te.git)(["add",i],{...n,description:`Staging changes (git add ${i})`})}Ee.stage=O1;function _1(e,t,r){let{message:n,options:i,...s}=typeof e=="string"?{message:e,cwd:t,options:r}:e;(0,Te.git)(["commit","-m",n,...i||[]],{throwOnError:!0,description:"Committing changes",...s})}Ee.commit=_1;function v3(e,t,r,n){let i=Array.isArray(e)?{patterns:e,message:t,cwd:r,options:n}:e;O1(i),_1(i)}Ee.stageAndCommit=v3;function A3(e){let t=typeof e=="string"?{cwd:e}:e,r=`workspace-tools_${new Date().getTime()}`;if(!(0,Te.git)(["stash","push","-u","-m",r],t).success)return!1;let n=(0,Te.git)(["stash","list"],t);if(n.success){let i=n.stdout.split(/\n/).find(s=>s.includes(r))?.match(/^[^:]+/);if(i)return(0,Te.git)(["stash","drop",i[0]],t),!0}return!1}Ee.revertLocalChanges=A3;function E3(e){let t=P1({cwd:e});if(!t||t==="HEAD")return null;let r=(0,Te.git)(["show-branch","-a"],{cwd:e});if(r.success){let s=r.stdout.split(/\n/).find(o=>o.includes("*")&&!o.includes(t)&&!o.includes("publish_"))?.match(/\[(.*)\]/);return s?s[1]:null}return null}Ee.getParentBranch=E3;function b3(e,t){let r=typeof e=="string"?{branch:e,cwd:t}:e,n=(0,Te.git)(["rev-parse","--abbrev-ref","--symbolic-full-name",`${r.branch}@{u}`],r);return n.success?n.stdout.trim():null}Ee.getRemoteBranch=b3;function w3(e){if(typeof e=="string"){let s=e,o=s.indexOf("/",0);return{remote:s.substring(0,o),remoteBranch:s.substring(o+1)}}let{branch:t,knownRemotes:r=["origin","upstream"],...n}=e;if(!t.includes("/"))return{remote:"",remoteBranch:t};let i=r.find(s=>t.startsWith(`${s}/`));return i||(i=(0,Te.git)(["remote"],n).stdout.trim().split(/\n/).find(o=>t.startsWith(`${o}/`))),i?{remote:i,remoteBranch:t.slice(i.length+1)}:{remote:"",remoteBranch:t}}Ee.parseRemoteBranch=w3;function S3(e){let t=typeof e=="string"?{cwd:e}:e;return(0,qd.getConfigValue)({key:"init.defaultBranch",...t})||"master"}Ee.getDefaultBranch=S3;function C3(e,t){let{patterns:r,...n}=Array.isArray(e)?{patterns:e,cwd:t}:e,i=(0,Te.git)(["ls-files",...r],{throwOnError:!0,...n});return(0,Te.processGitOutput)(i)}Ee.listAllTrackedFiles=C3});var R1=F(vc=>{"use strict";Object.defineProperty(vc,"__esModule",{value:!0});vc.getDefaultRemoteBranch=void 0;var x3=Wd(),P3=ps(),O3=Hd();function _3(...e){let[t,r]=e,n=typeof t=="string"?{branch:t,cwd:r}:t,{cwd:i,branch:s}=n,o=(0,x3.getDefaultRemote)(n);if(s)return`${o}/${s}`;let a=(0,P3.git)(["remote","show",o],{cwd:i}),u;return a.success&&(u=a.stdout.split(/\n/).find(c=>c.includes("HEAD branch"))?.replace(/^\s*HEAD branch:\s+/,"")),u||(u=(0,O3.getDefaultBranch)({cwd:i,throwOnError:n.strict})),`${o}/${u}`}vc.getDefaultRemoteBranch=_3});var Ac=F(Qe=>{"use strict";var R3=Qe&&Qe.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),zd=Qe&&Qe.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&R3(t,e,r)};Object.defineProperty(Qe,"__esModule",{value:!0});Qe.getConfigValue=Qe.gitFailFast=Qe.git=Qe.clearGitObservers=Qe.addGitObserver=Qe.GitError=void 0;var Zo=ps();Object.defineProperty(Qe,"GitError",{enumerable:!0,get:function(){return Zo.GitError}});Object.defineProperty(Qe,"addGitObserver",{enumerable:!0,get:function(){return Zo.addGitObserver}});Object.defineProperty(Qe,"clearGitObservers",{enumerable:!0,get:function(){return Zo.clearGitObservers}});Object.defineProperty(Qe,"git",{enumerable:!0,get:function(){return Zo.git}});Object.defineProperty(Qe,"gitFailFast",{enumerable:!0,get:function(){return Zo.gitFailFast}});var F3=Md();Object.defineProperty(Qe,"getConfigValue",{enumerable:!0,get:function(){return F3.getConfigValue}});zd(Wd(),Qe);zd(R1(),Qe);zd(Hd(),Qe)});var hn=F(Ec=>{"use strict";Object.defineProperty(Ec,"__esModule",{value:!0});Ec.logVerboseWarning=void 0;function k3(e,t){process.env.VERBOSE&&console.warn(`${e}${t?`:
28
- `:""}`,t?.stack||t||"")}Ec.logVerboseWarning=k3});var Qo=F(Wt=>{"use strict";var k1=Wt&&Wt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Wt,"__esModule",{value:!0});Wt.isChildOf=Wt.findProjectRoot=Wt.findPackageRoot=Wt.findGitRoot=Wt.searchUp=void 0;var $n=k1(require("path")),D3=k1(require("fs")),L3=Nd(),T3=Ac(),F1=hn();function D1(e,t){let r=typeof e=="string"?[e]:e;t=$n.default.resolve(t);let n=$n.default.parse(t).root,i;for(;!i&&t!==n&&(i=r.find(s=>D3.default.existsSync($n.default.join(t,s))),!i);)t=$n.default.dirname(t);return i?$n.default.join(t,i):void 0}Wt.searchUp=D1;function L1(e){let t=(0,T3.git)(["rev-parse","--show-toplevel"],{cwd:e});if(!t.success)throw new Error(`Directory "${e}" is not in a git repository`);return $n.default.normalize(t.stdout)}Wt.findGitRoot=L1;function I3(e){let t=D1("package.json",e);return t&&$n.default.dirname(t)}Wt.findPackageRoot=I3;function N3(e){let t;try{t=(0,L3.getWorkspaceManagerRoot)(e)}catch(r){(0,F1.logVerboseWarning)(`Error getting workspace root for ${e}`,r)}return t||(0,F1.logVerboseWarning)(`Could not find workspace root for ${e}. Falling back to git root.`),t||L1(e)}Wt.findProjectRoot=N3;function $3(e,t){let r=$n.default.relative(e,t);return/^[.\/\\]+$/.test(r)}Wt.isChildOf=$3});var ys=F(Mn=>{"use strict";var M3=Mn&&Mn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Mn,"__esModule",{value:!0});Mn.getWorkspaceManagerAndRoot=Mn.getPreferredWorkspaceManager=void 0;var T1=M3(require("path")),j3=Qo(),B3=fs(),W3=new Map,ea={lerna:"lerna.json",rush:"rush.json",yarn:"yarn.lock",pnpm:"pnpm-workspace.yaml",npm:"package-lock.json"};function I1(){let e=process.env.PREFERRED_WORKSPACE_MANAGER;return e&&ea[e]?e:void 0}Mn.getPreferredWorkspaceManager=I1;function q3(e,t,r){if(t=t||W3,(0,B3.isCachingEnabled)()&&t.has(e))return t.get(e);r=r||I1();let n=(0,j3.searchUp)(r&&ea[r]||Object.values(ea),e);if(n){let i=T1.default.basename(n);t.set(e,{manager:Object.keys(ea).find(s=>ea[s]===i),root:T1.default.dirname(n)})}else t.set(e,void 0);return t.get(e)}Mn.getWorkspaceManagerAndRoot=q3});var N1=F(vs=>{"use strict";Object.defineProperty(vs,"__esModule",{value:!0});vs.splitWhen=vs.flatten=void 0;function G3(e){return e.reduce((t,r)=>[].concat(t,r),[])}vs.flatten=G3;function U3(e,t){let r=[[]],n=0;for(let i of e)t(i)?(n++,r[n]=[]):r[n].push(i);return r}vs.splitWhen=U3});var $1=F(bc=>{"use strict";Object.defineProperty(bc,"__esModule",{value:!0});bc.isEnoentCodeError=void 0;function H3(e){return e.code==="ENOENT"}bc.isEnoentCodeError=H3});var M1=F(wc=>{"use strict";Object.defineProperty(wc,"__esModule",{value:!0});wc.createDirentFromStats=void 0;var Yd=class{constructor(t,r){this.name=t,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function z3(e,t){return new Yd(e,t)}wc.createDirentFromStats=z3});var q1=F(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt.convertPosixPathToPattern=rt.convertWindowsPathToPattern=rt.convertPathToPattern=rt.escapePosixPath=rt.escapeWindowsPath=rt.escape=rt.removeLeadingDotSegment=rt.makeAbsolute=rt.unixify=void 0;var Y3=require("os"),V3=require("path"),j1=Y3.platform()==="win32",K3=2,J3=/(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g,X3=/(\\?)([()[\]{}]|^!|[!+@](?=\())/g,Q3=/^\\\\([.?])/,Z3=/\\(?![!()+@[\]{}])/g;function eW(e){return e.replace(/\\/g,"/")}rt.unixify=eW;function tW(e,t){return V3.resolve(e,t)}rt.makeAbsolute=tW;function rW(e){if(e.charAt(0)==="."){let t=e.charAt(1);if(t==="/"||t==="\\")return e.slice(K3)}return e}rt.removeLeadingDotSegment=rW;rt.escape=j1?Vd:Kd;function Vd(e){return e.replace(X3,"\\$2")}rt.escapeWindowsPath=Vd;function Kd(e){return e.replace(J3,"\\$2")}rt.escapePosixPath=Kd;rt.convertPathToPattern=j1?B1:W1;function B1(e){return Vd(e).replace(Q3,"//$1").replace(Z3,"/")}rt.convertWindowsPathToPattern=B1;function W1(e){return Kd(e)}rt.convertPosixPathToPattern=W1});var U1=F((qJ,G1)=>{G1.exports=function(t){if(typeof t!="string"||t==="")return!1;for(var r;r=/(\\).|([@?!+*]\(.*\))/g.exec(t);){if(r[2])return!0;t=t.slice(r.index+r[0].length)}return!1}});var Y1=F((GJ,z1)=>{var nW=U1(),H1={"{":"}","(":")","[":"]"},iW=function(e){if(e[0]==="!")return!0;for(var t=0,r=-2,n=-2,i=-2,s=-2,o=-2;t<e.length;){if(e[t]==="*"||e[t+1]==="?"&&/[\].+)]/.test(e[t])||n!==-1&&e[t]==="["&&e[t+1]!=="]"&&(n<t&&(n=e.indexOf("]",t)),n>t&&(o===-1||o>n||(o=e.indexOf("\\",t),o===-1||o>n)))||i!==-1&&e[t]==="{"&&e[t+1]!=="}"&&(i=e.indexOf("}",t),i>t&&(o=e.indexOf("\\",t),o===-1||o>i))||s!==-1&&e[t]==="("&&e[t+1]==="?"&&/[:!=]/.test(e[t+2])&&e[t+3]!==")"&&(s=e.indexOf(")",t),s>t&&(o=e.indexOf("\\",t),o===-1||o>s))||r!==-1&&e[t]==="("&&e[t+1]!=="|"&&(r<t&&(r=e.indexOf("|",t)),r!==-1&&e[r+1]!==")"&&(s=e.indexOf(")",r),s>r&&(o=e.indexOf("\\",r),o===-1||o>s))))return!0;if(e[t]==="\\"){var a=e[t+1];t+=2;var u=H1[a];if(u){var c=e.indexOf(u,t);c!==-1&&(t=c+1)}if(e[t]==="!")return!0}else t++}return!1},sW=function(e){if(e[0]==="!")return!0;for(var t=0;t<e.length;){if(/[*?{}()[\]]/.test(e[t]))return!0;if(e[t]==="\\"){var r=e[t+1];t+=2;var n=H1[r];if(n){var i=e.indexOf(n,t);i!==-1&&(t=i+1)}if(e[t]==="!")return!0}else t++}return!1};z1.exports=function(t,r){if(typeof t!="string"||t==="")return!1;if(nW(t))return!0;var n=iW;return r&&r.strict===!1&&(n=sW),n(t)}});var K1=F((UJ,V1)=>{"use strict";var oW=Y1(),aW=require("path").posix.dirname,uW=require("os").platform()==="win32",Jd="/",cW=/\\/g,lW=/[\{\[].*[\}\]]$/,fW=/(^|[^\\])([\{\[]|\([^\)]+$)/,hW=/\\([\!\*\?\|\[\]\(\)\{\}])/g;V1.exports=function(t,r){var n=Object.assign({flipBackslashes:!0},r);n.flipBackslashes&&uW&&t.indexOf(Jd)<0&&(t=t.replace(cW,Jd)),lW.test(t)&&(t+=Jd),t+="a";do t=aW(t);while(oW(t)||fW.test(t));return t.replace(hW,"$1")}});var Sc=F(Er=>{"use strict";Er.isInteger=e=>typeof e=="number"?Number.isInteger(e):typeof e=="string"&&e.trim()!==""?Number.isInteger(Number(e)):!1;Er.find=(e,t)=>e.nodes.find(r=>r.type===t);Er.exceedsLimit=(e,t,r=1,n)=>n===!1||!Er.isInteger(e)||!Er.isInteger(t)?!1:(Number(t)-Number(e))/Number(r)>=n;Er.escapeNode=(e,t=0,r)=>{let n=e.nodes[t];n&&(r&&n.type===r||n.type==="open"||n.type==="close")&&n.escaped!==!0&&(n.value="\\"+n.value,n.escaped=!0)};Er.encloseBrace=e=>e.type!=="brace"?!1:e.commas>>0+e.ranges>>0===0?(e.invalid=!0,!0):!1;Er.isInvalidBrace=e=>e.type!=="brace"?!1:e.invalid===!0||e.dollar?!0:e.commas>>0+e.ranges>>0===0||e.open!==!0||e.close!==!0?(e.invalid=!0,!0):!1;Er.isOpenOrClose=e=>e.type==="open"||e.type==="close"?!0:e.open===!0||e.close===!0;Er.reduce=e=>e.reduce((t,r)=>(r.type==="text"&&t.push(r.value),r.type==="range"&&(r.type="text"),t),[]);Er.flatten=(...e)=>{let t=[],r=n=>{for(let i=0;i<n.length;i++){let s=n[i];if(Array.isArray(s)){r(s);continue}s!==void 0&&t.push(s)}return t};return r(e),t}});var Cc=F((zJ,X1)=>{"use strict";var J1=Sc();X1.exports=(e,t={})=>{let r=(n,i={})=>{let s=t.escapeInvalid&&J1.isInvalidBrace(i),o=n.invalid===!0&&t.escapeInvalid===!0,a="";if(n.value)return(s||o)&&J1.isOpenOrClose(n)?"\\"+n.value:n.value;if(n.value)return n.value;if(n.nodes)for(let u of n.nodes)a+=r(u);return a};return r(e)}});var Z1=F((YJ,Q1)=>{"use strict";Q1.exports=function(e){return typeof e=="number"?e-e===0:typeof e=="string"&&e.trim()!==""?Number.isFinite?Number.isFinite(+e):isFinite(+e):!1}});var uC=F((VJ,aC)=>{"use strict";var eC=Z1(),_i=(e,t,r)=>{if(eC(e)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(t===void 0||e===t)return String(e);if(eC(t)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let n={relaxZeros:!0,...r};typeof n.strictZeros=="boolean"&&(n.relaxZeros=n.strictZeros===!1);let i=String(n.relaxZeros),s=String(n.shorthand),o=String(n.capture),a=String(n.wrap),u=e+":"+t+"="+i+s+o+a;if(_i.cache.hasOwnProperty(u))return _i.cache[u].result;let c=Math.min(e,t),f=Math.max(e,t);if(Math.abs(c-f)===1){let y=e+"|"+t;return n.capture?`(${y})`:n.wrap===!1?y:`(?:${y})`}let l=oC(e)||oC(t),h={min:e,max:t,a:c,b:f},d=[],p=[];if(l&&(h.isPadded=l,h.maxLen=String(h.max).length),c<0){let y=f<0?Math.abs(f):1;p=tC(y,Math.abs(c),h,n),c=h.a=0}return f>=0&&(d=tC(c,f,h,n)),h.negatives=p,h.positives=d,h.result=dW(p,d,n),n.capture===!0?h.result=`(${h.result})`:n.wrap!==!1&&d.length+p.length>1&&(h.result=`(?:${h.result})`),_i.cache[u]=h,h.result};function dW(e,t,r){let n=Xd(e,t,"-",!1,r)||[],i=Xd(t,e,"",!1,r)||[],s=Xd(e,t,"-?",!0,r)||[];return n.concat(s).concat(i).join("|")}function pW(e,t){let r=1,n=1,i=nC(e,r),s=new Set([t]);for(;e<=i&&i<=t;)s.add(i),r+=1,i=nC(e,r);for(i=iC(t+1,n)-1;e<i&&i<=t;)s.add(i),n+=1,i=iC(t+1,n)-1;return s=[...s],s.sort(yW),s}function gW(e,t,r){if(e===t)return{pattern:e,count:[],digits:0};let n=mW(e,t),i=n.length,s="",o=0;for(let a=0;a<i;a++){let[u,c]=n[a];u===c?s+=u:u!=="0"||c!=="9"?s+=vW(u,c,r):o++}return o&&(s+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:s,count:[o],digits:i}}function tC(e,t,r,n){let i=pW(e,t),s=[],o=e,a;for(let u=0;u<i.length;u++){let c=i[u],f=gW(String(o),String(c),n),l="";if(!r.isPadded&&a&&a.pattern===f.pattern){a.count.length>1&&a.count.pop(),a.count.push(f.count[0]),a.string=a.pattern+sC(a.count),o=c+1;continue}r.isPadded&&(l=AW(c,r,n)),f.string=l+f.pattern+sC(f.count),s.push(f),o=c+1,a=f}return s}function Xd(e,t,r,n,i){let s=[];for(let o of e){let{string:a}=o;!n&&!rC(t,"string",a)&&s.push(r+a),n&&rC(t,"string",a)&&s.push(r+a)}return s}function mW(e,t){let r=[];for(let n=0;n<e.length;n++)r.push([e[n],t[n]]);return r}function yW(e,t){return e>t?1:t>e?-1:0}function rC(e,t,r){return e.some(n=>n[t]===r)}function nC(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))}function iC(e,t){return e-e%Math.pow(10,t)}function sC(e){let[t=0,r=""]=e;return r||t>1?`{${t+(r?","+r:"")}}`:""}function vW(e,t,r){return`[${e}${t-e===1?"":"-"}${t}]`}function oC(e){return/^-?(0+)\d/.test(e)}function AW(e,t,r){if(!t.isPadded)return e;let n=Math.abs(t.maxLen-String(e).length),i=r.relaxZeros!==!1;switch(n){case 0:return"";case 1:return i?"0?":"0";case 2:return i?"0{0,2}":"00";default:return i?`0{0,${n}}`:`0{${n}}`}}_i.cache={};_i.clearCache=()=>_i.cache={};aC.exports=_i});var ep=F((KJ,gC)=>{"use strict";var EW=require("util"),lC=uC(),cC=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),bW=e=>t=>e===!0?Number(t):String(t),Qd=e=>typeof e=="number"||typeof e=="string"&&e!=="",ta=e=>Number.isInteger(+e),Zd=e=>{let t=`${e}`,r=-1;if(t[0]==="-"&&(t=t.slice(1)),t==="0")return!1;for(;t[++r]==="0";);return r>0},wW=(e,t,r)=>typeof e=="string"||typeof t=="string"?!0:r.stringify===!0,SW=(e,t,r)=>{if(t>0){let n=e[0]==="-"?"-":"";n&&(e=e.slice(1)),e=n+e.padStart(n?t-1:t,"0")}return r===!1?String(e):e},Pc=(e,t)=>{let r=e[0]==="-"?"-":"";for(r&&(e=e.slice(1),t--);e.length<t;)e="0"+e;return r?"-"+e:e},CW=(e,t,r)=>{e.negatives.sort((a,u)=>a<u?-1:a>u?1:0),e.positives.sort((a,u)=>a<u?-1:a>u?1:0);let n=t.capture?"":"?:",i="",s="",o;return e.positives.length&&(i=e.positives.map(a=>Pc(String(a),r)).join("|")),e.negatives.length&&(s=`-(${n}${e.negatives.map(a=>Pc(String(a),r)).join("|")})`),i&&s?o=`${i}|${s}`:o=i||s,t.wrap?`(${n}${o})`:o},fC=(e,t,r,n)=>{if(r)return lC(e,t,{wrap:!1,...n});let i=String.fromCharCode(e);if(e===t)return i;let s=String.fromCharCode(t);return`[${i}-${s}]`},hC=(e,t,r)=>{if(Array.isArray(e)){let n=r.wrap===!0,i=r.capture?"":"?:";return n?`(${i}${e.join("|")})`:e.join("|")}return lC(e,t,r)},dC=(...e)=>new RangeError("Invalid range arguments: "+EW.inspect(...e)),pC=(e,t,r)=>{if(r.strictRanges===!0)throw dC([e,t]);return[]},xW=(e,t)=>{if(t.strictRanges===!0)throw new TypeError(`Expected step "${e}" to be a number`);return[]},PW=(e,t,r=1,n={})=>{let i=Number(e),s=Number(t);if(!Number.isInteger(i)||!Number.isInteger(s)){if(n.strictRanges===!0)throw dC([e,t]);return[]}i===0&&(i=0),s===0&&(s=0);let o=i>s,a=String(e),u=String(t),c=String(r);r=Math.max(Math.abs(r),1);let f=Zd(a)||Zd(u)||Zd(c),l=f?Math.max(a.length,u.length,c.length):0,h=f===!1&&wW(e,t,n)===!1,d=n.transform||bW(h);if(n.toRegex&&r===1)return fC(Pc(e,l),Pc(t,l),!0,n);let p={negatives:[],positives:[]},y=S=>p[S<0?"negatives":"positives"].push(Math.abs(S)),m=[],P=0;for(;o?i>=s:i<=s;)n.toRegex===!0&&r>1?y(i):m.push(SW(d(i,P),l,h)),i=o?i-r:i+r,P++;return n.toRegex===!0?r>1?CW(p,n,l):hC(m,null,{wrap:!1,...n}):m},OW=(e,t,r=1,n={})=>{if(!ta(e)&&e.length>1||!ta(t)&&t.length>1)return pC(e,t,n);let i=n.transform||(h=>String.fromCharCode(h)),s=`${e}`.charCodeAt(0),o=`${t}`.charCodeAt(0),a=s>o,u=Math.min(s,o),c=Math.max(s,o);if(n.toRegex&&r===1)return fC(u,c,!1,n);let f=[],l=0;for(;a?s>=o:s<=o;)f.push(i(s,l)),s=a?s-r:s+r,l++;return n.toRegex===!0?hC(f,null,{wrap:!1,options:n}):f},xc=(e,t,r,n={})=>{if(t==null&&Qd(e))return[e];if(!Qd(e)||!Qd(t))return pC(e,t,n);if(typeof r=="function")return xc(e,t,1,{transform:r});if(cC(r))return xc(e,t,0,r);let i={...n};return i.capture===!0&&(i.wrap=!0),r=r||i.step||1,ta(r)?ta(e)&&ta(t)?PW(e,t,r,i):OW(e,t,Math.max(Math.abs(r),1),i):r!=null&&!cC(r)?xW(r,i):xc(e,t,1,r)};gC.exports=xc});var vC=F((JJ,yC)=>{"use strict";var _W=ep(),mC=Sc(),RW=(e,t={})=>{let r=(n,i={})=>{let s=mC.isInvalidBrace(i),o=n.invalid===!0&&t.escapeInvalid===!0,a=s===!0||o===!0,u=t.escapeInvalid===!0?"\\":"",c="";if(n.isOpen===!0)return u+n.value;if(n.isClose===!0)return console.log("node.isClose",u,n.value),u+n.value;if(n.type==="open")return a?u+n.value:"(";if(n.type==="close")return a?u+n.value:")";if(n.type==="comma")return n.prev.type==="comma"?"":a?n.value:"|";if(n.value)return n.value;if(n.nodes&&n.ranges>0){let f=mC.reduce(n.nodes),l=_W(...f,{...t,wrap:!1,toRegex:!0,strictZeros:!0});if(l.length!==0)return f.length>1&&l.length>1?`(${l})`:l}if(n.nodes)for(let f of n.nodes)c+=r(f,n);return c};return r(e)};yC.exports=RW});var bC=F((XJ,EC)=>{"use strict";var FW=ep(),AC=Cc(),As=Sc(),Ri=(e="",t="",r=!1)=>{let n=[];if(e=[].concat(e),t=[].concat(t),!t.length)return e;if(!e.length)return r?As.flatten(t).map(i=>`{${i}}`):t;for(let i of e)if(Array.isArray(i))for(let s of i)n.push(Ri(s,t,r));else for(let s of t)r===!0&&typeof s=="string"&&(s=`{${s}}`),n.push(Array.isArray(s)?Ri(i,s,r):i+s);return As.flatten(n)},kW=(e,t={})=>{let r=t.rangeLimit===void 0?1e3:t.rangeLimit,n=(i,s={})=>{i.queue=[];let o=s,a=s.queue;for(;o.type!=="brace"&&o.type!=="root"&&o.parent;)o=o.parent,a=o.queue;if(i.invalid||i.dollar){a.push(Ri(a.pop(),AC(i,t)));return}if(i.type==="brace"&&i.invalid!==!0&&i.nodes.length===2){a.push(Ri(a.pop(),["{}"]));return}if(i.nodes&&i.ranges>0){let l=As.reduce(i.nodes);if(As.exceedsLimit(...l,t.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let h=FW(...l,t);h.length===0&&(h=AC(i,t)),a.push(Ri(a.pop(),h)),i.nodes=[];return}let u=As.encloseBrace(i),c=i.queue,f=i;for(;f.type!=="brace"&&f.type!=="root"&&f.parent;)f=f.parent,c=f.queue;for(let l=0;l<i.nodes.length;l++){let h=i.nodes[l];if(h.type==="comma"&&i.type==="brace"){l===1&&c.push(""),c.push("");continue}if(h.type==="close"){a.push(Ri(a.pop(),c,u));continue}if(h.value&&h.type!=="open"){c.push(Ri(c.pop(),h.value));continue}h.nodes&&n(h,i)}return c};return As.flatten(n(e))};EC.exports=kW});var SC=F((QJ,wC)=>{"use strict";wC.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
29
- `,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var _C=F((ZJ,OC)=>{"use strict";var DW=Cc(),{MAX_LENGTH:CC,CHAR_BACKSLASH:tp,CHAR_BACKTICK:LW,CHAR_COMMA:TW,CHAR_DOT:IW,CHAR_LEFT_PARENTHESES:NW,CHAR_RIGHT_PARENTHESES:$W,CHAR_LEFT_CURLY_BRACE:MW,CHAR_RIGHT_CURLY_BRACE:jW,CHAR_LEFT_SQUARE_BRACKET:xC,CHAR_RIGHT_SQUARE_BRACKET:PC,CHAR_DOUBLE_QUOTE:BW,CHAR_SINGLE_QUOTE:WW,CHAR_NO_BREAK_SPACE:qW,CHAR_ZERO_WIDTH_NOBREAK_SPACE:GW}=SC(),UW=(e,t={})=>{if(typeof e!="string")throw new TypeError("Expected a string");let r=t||{},n=typeof r.maxLength=="number"?Math.min(CC,r.maxLength):CC;if(e.length>n)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${n})`);let i={type:"root",input:e,nodes:[]},s=[i],o=i,a=i,u=0,c=e.length,f=0,l=0,h,d=()=>e[f++],p=y=>{if(y.type==="text"&&a.type==="dot"&&(a.type="text"),a&&a.type==="text"&&y.type==="text"){a.value+=y.value;return}return o.nodes.push(y),y.parent=o,y.prev=a,a=y,y};for(p({type:"bos"});f<c;)if(o=s[s.length-1],h=d(),!(h===GW||h===qW)){if(h===tp){p({type:"text",value:(t.keepEscaping?h:"")+d()});continue}if(h===PC){p({type:"text",value:"\\"+h});continue}if(h===xC){u++;let y;for(;f<c&&(y=d());){if(h+=y,y===xC){u++;continue}if(y===tp){h+=d();continue}if(y===PC&&(u--,u===0))break}p({type:"text",value:h});continue}if(h===NW){o=p({type:"paren",nodes:[]}),s.push(o),p({type:"text",value:h});continue}if(h===$W){if(o.type!=="paren"){p({type:"text",value:h});continue}o=s.pop(),p({type:"text",value:h}),o=s[s.length-1];continue}if(h===BW||h===WW||h===LW){let y=h,m;for(t.keepQuotes!==!0&&(h="");f<c&&(m=d());){if(m===tp){h+=m+d();continue}if(m===y){t.keepQuotes===!0&&(h+=m);break}h+=m}p({type:"text",value:h});continue}if(h===MW){l++;let m={type:"brace",open:!0,close:!1,dollar:a.value&&a.value.slice(-1)==="$"||o.dollar===!0,depth:l,commas:0,ranges:0,nodes:[]};o=p(m),s.push(o),p({type:"open",value:h});continue}if(h===jW){if(o.type!=="brace"){p({type:"text",value:h});continue}let y="close";o=s.pop(),o.close=!0,p({type:y,value:h}),l--,o=s[s.length-1];continue}if(h===TW&&l>0){if(o.ranges>0){o.ranges=0;let y=o.nodes.shift();o.nodes=[y,{type:"text",value:DW(o)}]}p({type:"comma",value:h}),o.commas++;continue}if(h===IW&&l>0&&o.commas===0){let y=o.nodes;if(l===0||y.length===0){p({type:"text",value:h});continue}if(a.type==="dot"){if(o.range=[],a.value+=h,a.type="range",o.nodes.length!==3&&o.nodes.length!==5){o.invalid=!0,o.ranges=0,a.type="text";continue}o.ranges++,o.args=[];continue}if(a.type==="range"){y.pop();let m=y[y.length-1];m.value+=a.value+h,a=m,o.ranges--;continue}p({type:"dot",value:h});continue}p({type:"text",value:h})}do if(o=s.pop(),o.type!=="root"){o.nodes.forEach(P=>{P.nodes||(P.type==="open"&&(P.isOpen=!0),P.type==="close"&&(P.isClose=!0),P.nodes||(P.type="text"),P.invalid=!0)});let y=s[s.length-1],m=y.nodes.indexOf(o);y.nodes.splice(m,1,...o.nodes)}while(s.length>0);return p({type:"eos"}),i};OC.exports=UW});var kC=F((eX,FC)=>{"use strict";var RC=Cc(),HW=vC(),zW=bC(),YW=_C(),sr=(e,t={})=>{let r=[];if(Array.isArray(e))for(let n of e){let i=sr.create(n,t);Array.isArray(i)?r.push(...i):r.push(i)}else r=[].concat(sr.create(e,t));return t&&t.expand===!0&&t.nodupes===!0&&(r=[...new Set(r)]),r};sr.parse=(e,t={})=>YW(e,t);sr.stringify=(e,t={})=>RC(typeof e=="string"?sr.parse(e,t):e,t);sr.compile=(e,t={})=>(typeof e=="string"&&(e=sr.parse(e,t)),HW(e,t));sr.expand=(e,t={})=>{typeof e=="string"&&(e=sr.parse(e,t));let r=zW(e,t);return t.noempty===!0&&(r=r.filter(Boolean)),t.nodupes===!0&&(r=[...new Set(r)]),r};sr.create=(e,t={})=>e===""||e.length<3?[e]:t.expand!==!0?sr.compile(e,t):sr.expand(e,t);FC.exports=sr});var ra=F((tX,NC)=>{"use strict";var VW=require("path"),zr="\\\\/",DC=`[^${zr}]`,dn="\\.",KW="\\+",JW="\\?",Oc="\\/",XW="(?=.)",LC="[^/]",rp=`(?:${Oc}|$)`,TC=`(?:^|${Oc})`,np=`${dn}{1,2}${rp}`,QW=`(?!${dn})`,ZW=`(?!${TC}${np})`,eq=`(?!${dn}{0,1}${rp})`,tq=`(?!${np})`,rq=`[^.${Oc}]`,nq=`${LC}*?`,IC={DOT_LITERAL:dn,PLUS_LITERAL:KW,QMARK_LITERAL:JW,SLASH_LITERAL:Oc,ONE_CHAR:XW,QMARK:LC,END_ANCHOR:rp,DOTS_SLASH:np,NO_DOT:QW,NO_DOTS:ZW,NO_DOT_SLASH:eq,NO_DOTS_SLASH:tq,QMARK_NO_DOT:rq,STAR:nq,START_ANCHOR:TC},iq={...IC,SLASH_LITERAL:`[${zr}]`,QMARK:DC,STAR:`${DC}*?`,DOTS_SLASH:`${dn}{1,2}(?:[${zr}]|$)`,NO_DOT:`(?!${dn})`,NO_DOTS:`(?!(?:^|[${zr}])${dn}{1,2}(?:[${zr}]|$))`,NO_DOT_SLASH:`(?!${dn}{0,1}(?:[${zr}]|$))`,NO_DOTS_SLASH:`(?!${dn}{1,2}(?:[${zr}]|$))`,QMARK_NO_DOT:`[^.${zr}]`,START_ANCHOR:`(?:^|[${zr}])`,END_ANCHOR:`(?:[${zr}]|$)`},sq={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};NC.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:sq,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:VW.sep,extglobChars(e){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(e){return e===!0?iq:IC}}});var na=F(qt=>{"use strict";var oq=require("path"),aq=process.platform==="win32",{REGEX_BACKSLASH:uq,REGEX_REMOVE_BACKSLASH:cq,REGEX_SPECIAL_CHARS:lq,REGEX_SPECIAL_CHARS_GLOBAL:fq}=ra();qt.isObject=e=>e!==null&&typeof e=="object"&&!Array.isArray(e);qt.hasRegexChars=e=>lq.test(e);qt.isRegexChar=e=>e.length===1&&qt.hasRegexChars(e);qt.escapeRegex=e=>e.replace(fq,"\\$1");qt.toPosixSlashes=e=>e.replace(uq,"/");qt.removeBackslashes=e=>e.replace(cq,t=>t==="\\"?"":t);qt.supportsLookbehinds=()=>{let e=process.version.slice(1).split(".").map(Number);return e.length===3&&e[0]>=9||e[0]===8&&e[1]>=10};qt.isWindows=e=>e&&typeof e.windows=="boolean"?e.windows:aq===!0||oq.sep==="\\";qt.escapeLast=(e,t,r)=>{let n=e.lastIndexOf(t,r);return n===-1?e:e[n-1]==="\\"?qt.escapeLast(e,t,n-1):`${e.slice(0,n)}\\${e.slice(n)}`};qt.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r};qt.wrapOutput=(e,t={},r={})=>{let n=r.contains?"":"^",i=r.contains?"":"$",s=`${n}(?:${e})${i}`;return t.negated===!0&&(s=`(?:^(?!${s}).*$)`),s}});var UC=F((nX,GC)=>{"use strict";var $C=na(),{CHAR_ASTERISK:ip,CHAR_AT:hq,CHAR_BACKWARD_SLASH:ia,CHAR_COMMA:dq,CHAR_DOT:sp,CHAR_EXCLAMATION_MARK:op,CHAR_FORWARD_SLASH:qC,CHAR_LEFT_CURLY_BRACE:ap,CHAR_LEFT_PARENTHESES:up,CHAR_LEFT_SQUARE_BRACKET:pq,CHAR_PLUS:gq,CHAR_QUESTION_MARK:MC,CHAR_RIGHT_CURLY_BRACE:mq,CHAR_RIGHT_PARENTHESES:jC,CHAR_RIGHT_SQUARE_BRACKET:yq}=ra(),BC=e=>e===qC||e===ia,WC=e=>{e.isPrefix!==!0&&(e.depth=e.isGlobstar?1/0:1)},vq=(e,t)=>{let r=t||{},n=e.length-1,i=r.parts===!0||r.scanToEnd===!0,s=[],o=[],a=[],u=e,c=-1,f=0,l=0,h=!1,d=!1,p=!1,y=!1,m=!1,P=!1,S=!1,L=!1,O=!1,b=!1,_=0,D,k,$={value:"",depth:0,isGlob:!1},x=()=>c>=n,g=()=>u.charCodeAt(c+1),v=()=>(D=k,u.charCodeAt(++c));for(;c<n;){k=v();let T;if(k===ia){S=$.backslashes=!0,k=v(),k===ap&&(P=!0);continue}if(P===!0||k===ap){for(_++;x()!==!0&&(k=v());){if(k===ia){S=$.backslashes=!0,v();continue}if(k===ap){_++;continue}if(P!==!0&&k===sp&&(k=v())===sp){if(h=$.isBrace=!0,p=$.isGlob=!0,b=!0,i===!0)continue;break}if(P!==!0&&k===dq){if(h=$.isBrace=!0,p=$.isGlob=!0,b=!0,i===!0)continue;break}if(k===mq&&(_--,_===0)){P=!1,h=$.isBrace=!0,b=!0;break}}if(i===!0)continue;break}if(k===qC){if(s.push(c),o.push($),$={value:"",depth:0,isGlob:!1},b===!0)continue;if(D===sp&&c===f+1){f+=2;continue}l=c+1;continue}if(r.noext!==!0&&(k===gq||k===hq||k===ip||k===MC||k===op)===!0&&g()===up){if(p=$.isGlob=!0,y=$.isExtglob=!0,b=!0,k===op&&c===f&&(O=!0),i===!0){for(;x()!==!0&&(k=v());){if(k===ia){S=$.backslashes=!0,k=v();continue}if(k===jC){p=$.isGlob=!0,b=!0;break}}continue}break}if(k===ip){if(D===ip&&(m=$.isGlobstar=!0),p=$.isGlob=!0,b=!0,i===!0)continue;break}if(k===MC){if(p=$.isGlob=!0,b=!0,i===!0)continue;break}if(k===pq){for(;x()!==!0&&(T=v());){if(T===ia){S=$.backslashes=!0,v();continue}if(T===yq){d=$.isBracket=!0,p=$.isGlob=!0,b=!0;break}}if(i===!0)continue;break}if(r.nonegate!==!0&&k===op&&c===f){L=$.negated=!0,f++;continue}if(r.noparen!==!0&&k===up){if(p=$.isGlob=!0,i===!0){for(;x()!==!0&&(k=v());){if(k===up){S=$.backslashes=!0,k=v();continue}if(k===jC){b=!0;break}}continue}break}if(p===!0){if(b=!0,i===!0)continue;break}}r.noext===!0&&(y=!1,p=!1);let A=u,C="",E="";f>0&&(C=u.slice(0,f),u=u.slice(f),l-=f),A&&p===!0&&l>0?(A=u.slice(0,l),E=u.slice(l)):p===!0?(A="",E=u):A=u,A&&A!==""&&A!=="/"&&A!==u&&BC(A.charCodeAt(A.length-1))&&(A=A.slice(0,-1)),r.unescape===!0&&(E&&(E=$C.removeBackslashes(E)),A&&S===!0&&(A=$C.removeBackslashes(A)));let w={prefix:C,input:e,start:f,base:A,glob:E,isBrace:h,isBracket:d,isGlob:p,isExtglob:y,isGlobstar:m,negated:L,negatedExtglob:O};if(r.tokens===!0&&(w.maxDepth=0,BC(k)||o.push($),w.tokens=o),r.parts===!0||r.tokens===!0){let T;for(let N=0;N<s.length;N++){let M=T?T+1:f,U=s[N],V=e.slice(M,U);r.tokens&&(N===0&&f!==0?(o[N].isPrefix=!0,o[N].value=C):o[N].value=V,WC(o[N]),w.maxDepth+=o[N].depth),(N!==0||V!=="")&&a.push(V),T=U}if(T&&T+1<e.length){let N=e.slice(T+1);a.push(N),r.tokens&&(o[o.length-1].value=N,WC(o[o.length-1]),w.maxDepth+=o[o.length-1].depth)}w.slashes=s,w.parts=a}return w};GC.exports=vq});var YC=F((iX,zC)=>{"use strict";var _c=ra(),or=na(),{MAX_LENGTH:Rc,POSIX_REGEX_SOURCE:Aq,REGEX_NON_SPECIAL_CHARS:Eq,REGEX_SPECIAL_CHARS_BACKREF:bq,REPLACEMENTS:HC}=_c,wq=(e,t)=>{if(typeof t.expandRange=="function")return t.expandRange(...e,t);e.sort();let r=`[${e.join("-")}]`;try{new RegExp(r)}catch{return e.map(i=>or.escapeRegex(i)).join("..")}return r},Es=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,cp=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");e=HC[e]||e;let r={...t},n=typeof r.maxLength=="number"?Math.min(Rc,r.maxLength):Rc,i=e.length;if(i>n)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${n}`);let s={type:"bos",value:"",output:r.prepend||""},o=[s],a=r.capture?"":"?:",u=or.isWindows(t),c=_c.globChars(u),f=_c.extglobChars(c),{DOT_LITERAL:l,PLUS_LITERAL:h,SLASH_LITERAL:d,ONE_CHAR:p,DOTS_SLASH:y,NO_DOT:m,NO_DOT_SLASH:P,NO_DOTS_SLASH:S,QMARK:L,QMARK_NO_DOT:O,STAR:b,START_ANCHOR:_}=c,D=G=>`(${a}(?:(?!${_}${G.dot?y:l}).)*?)`,k=r.dot?"":m,$=r.dot?L:O,x=r.bash===!0?D(r):b;r.capture&&(x=`(${x})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let g={input:e,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:o};e=or.removePrefix(e,g),i=e.length;let v=[],A=[],C=[],E=s,w,T=()=>g.index===i-1,N=g.peek=(G=1)=>e[g.index+G],M=g.advance=()=>e[++g.index]||"",U=()=>e.slice(g.index+1),V=(G="",ne=0)=>{g.consumed+=G,g.index+=ne},J=G=>{g.output+=G.output!=null?G.output:G.value,V(G.value)},he=()=>{let G=1;for(;N()==="!"&&(N(2)!=="("||N(3)==="?");)M(),g.start++,G++;return G%2===0?!1:(g.negated=!0,g.start++,!0)},q=G=>{g[G]++,C.push(G)},H=G=>{g[G]--,C.pop()},W=G=>{if(E.type==="globstar"){let ne=g.braces>0&&(G.type==="comma"||G.type==="brace"),Y=G.extglob===!0||v.length&&(G.type==="pipe"||G.type==="paren");G.type!=="slash"&&G.type!=="paren"&&!ne&&!Y&&(g.output=g.output.slice(0,-E.output.length),E.type="star",E.value="*",E.output=x,g.output+=E.output)}if(v.length&&G.type!=="paren"&&(v[v.length-1].inner+=G.value),(G.value||G.output)&&J(G),E&&E.type==="text"&&G.type==="text"){E.value+=G.value,E.output=(E.output||"")+G.value;return}G.prev=E,o.push(G),E=G},Z=(G,ne)=>{let Y={...f[ne],conditions:1,inner:""};Y.prev=E,Y.parens=g.parens,Y.output=g.output;let ce=(r.capture?"(":"")+Y.open;q("parens"),W({type:G,value:ne,output:g.output?"":p}),W({type:"paren",extglob:!0,value:M(),output:ce}),v.push(Y)},ee=G=>{let ne=G.close+(r.capture?")":""),Y;if(G.type==="negate"){let ce=x;if(G.inner&&G.inner.length>1&&G.inner.includes("/")&&(ce=D(r)),(ce!==x||T()||/^\)+$/.test(U()))&&(ne=G.close=`)$))${ce}`),G.inner.includes("*")&&(Y=U())&&/^\.[^\\/.]+$/.test(Y)){let Ae=cp(Y,{...t,fastpaths:!1}).output;ne=G.close=`)${Ae})${ce})`}G.prev.type==="bos"&&(g.negatedExtglob=!0)}W({type:"paren",extglob:!0,value:w,output:ne}),H("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(e)){let G=!1,ne=e.replace(bq,(Y,ce,Ae,Fe,I,j)=>Fe==="\\"?(G=!0,Y):Fe==="?"?ce?ce+Fe+(I?L.repeat(I.length):""):j===0?$+(I?L.repeat(I.length):""):L.repeat(Ae.length):Fe==="."?l.repeat(Ae.length):Fe==="*"?ce?ce+Fe+(I?x:""):x:ce?Y:`\\${Y}`);return G===!0&&(r.unescape===!0?ne=ne.replace(/\\/g,""):ne=ne.replace(/\\+/g,Y=>Y.length%2===0?"\\\\":Y?"\\":"")),ne===e&&r.contains===!0?(g.output=e,g):(g.output=or.wrapOutput(ne,g,t),g)}for(;!T();){if(w=M(),w==="\0")continue;if(w==="\\"){let Y=N();if(Y==="/"&&r.bash!==!0||Y==="."||Y===";")continue;if(!Y){w+="\\",W({type:"text",value:w});continue}let ce=/^\\+/.exec(U()),Ae=0;if(ce&&ce[0].length>2&&(Ae=ce[0].length,g.index+=Ae,Ae%2!==0&&(w+="\\")),r.unescape===!0?w=M():w+=M(),g.brackets===0){W({type:"text",value:w});continue}}if(g.brackets>0&&(w!=="]"||E.value==="["||E.value==="[^")){if(r.posix!==!1&&w===":"){let Y=E.value.slice(1);if(Y.includes("[")&&(E.posix=!0,Y.includes(":"))){let ce=E.value.lastIndexOf("["),Ae=E.value.slice(0,ce),Fe=E.value.slice(ce+2),I=Aq[Fe];if(I){E.value=Ae+I,g.backtrack=!0,M(),!s.output&&o.indexOf(E)===1&&(s.output=p);continue}}}(w==="["&&N()!==":"||w==="-"&&N()==="]")&&(w=`\\${w}`),w==="]"&&(E.value==="["||E.value==="[^")&&(w=`\\${w}`),r.posix===!0&&w==="!"&&E.value==="["&&(w="^"),E.value+=w,J({value:w});continue}if(g.quotes===1&&w!=='"'){w=or.escapeRegex(w),E.value+=w,J({value:w});continue}if(w==='"'){g.quotes=g.quotes===1?0:1,r.keepQuotes===!0&&W({type:"text",value:w});continue}if(w==="("){q("parens"),W({type:"paren",value:w});continue}if(w===")"){if(g.parens===0&&r.strictBrackets===!0)throw new SyntaxError(Es("opening","("));let Y=v[v.length-1];if(Y&&g.parens===Y.parens+1){ee(v.pop());continue}W({type:"paren",value:w,output:g.parens?")":"\\)"}),H("parens");continue}if(w==="["){if(r.nobracket===!0||!U().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(Es("closing","]"));w=`\\${w}`}else q("brackets");W({type:"bracket",value:w});continue}if(w==="]"){if(r.nobracket===!0||E&&E.type==="bracket"&&E.value.length===1){W({type:"text",value:w,output:`\\${w}`});continue}if(g.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(Es("opening","["));W({type:"text",value:w,output:`\\${w}`});continue}H("brackets");let Y=E.value.slice(1);if(E.posix!==!0&&Y[0]==="^"&&!Y.includes("/")&&(w=`/${w}`),E.value+=w,J({value:w}),r.literalBrackets===!1||or.hasRegexChars(Y))continue;let ce=or.escapeRegex(E.value);if(g.output=g.output.slice(0,-E.value.length),r.literalBrackets===!0){g.output+=ce,E.value=ce;continue}E.value=`(${a}${ce}|${E.value})`,g.output+=E.value;continue}if(w==="{"&&r.nobrace!==!0){q("braces");let Y={type:"brace",value:w,output:"(",outputIndex:g.output.length,tokensIndex:g.tokens.length};A.push(Y),W(Y);continue}if(w==="}"){let Y=A[A.length-1];if(r.nobrace===!0||!Y){W({type:"text",value:w,output:w});continue}let ce=")";if(Y.dots===!0){let Ae=o.slice(),Fe=[];for(let I=Ae.length-1;I>=0&&(o.pop(),Ae[I].type!=="brace");I--)Ae[I].type!=="dots"&&Fe.unshift(Ae[I].value);ce=wq(Fe,r),g.backtrack=!0}if(Y.comma!==!0&&Y.dots!==!0){let Ae=g.output.slice(0,Y.outputIndex),Fe=g.tokens.slice(Y.tokensIndex);Y.value=Y.output="\\{",w=ce="\\}",g.output=Ae;for(let I of Fe)g.output+=I.output||I.value}W({type:"brace",value:w,output:ce}),H("braces"),A.pop();continue}if(w==="|"){v.length>0&&v[v.length-1].conditions++,W({type:"text",value:w});continue}if(w===","){let Y=w,ce=A[A.length-1];ce&&C[C.length-1]==="braces"&&(ce.comma=!0,Y="|"),W({type:"comma",value:w,output:Y});continue}if(w==="/"){if(E.type==="dot"&&g.index===g.start+1){g.start=g.index+1,g.consumed="",g.output="",o.pop(),E=s;continue}W({type:"slash",value:w,output:d});continue}if(w==="."){if(g.braces>0&&E.type==="dot"){E.value==="."&&(E.output=l);let Y=A[A.length-1];E.type="dots",E.output+=w,E.value+=w,Y.dots=!0;continue}if(g.braces+g.parens===0&&E.type!=="bos"&&E.type!=="slash"){W({type:"text",value:w,output:l});continue}W({type:"dot",value:w,output:l});continue}if(w==="?"){if(!(E&&E.value==="(")&&r.noextglob!==!0&&N()==="("&&N(2)!=="?"){Z("qmark",w);continue}if(E&&E.type==="paren"){let ce=N(),Ae=w;if(ce==="<"&&!or.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(E.value==="("&&!/[!=<:]/.test(ce)||ce==="<"&&!/<([!=]|\w+>)/.test(U()))&&(Ae=`\\${w}`),W({type:"text",value:w,output:Ae});continue}if(r.dot!==!0&&(E.type==="slash"||E.type==="bos")){W({type:"qmark",value:w,output:O});continue}W({type:"qmark",value:w,output:L});continue}if(w==="!"){if(r.noextglob!==!0&&N()==="("&&(N(2)!=="?"||!/[!=<:]/.test(N(3)))){Z("negate",w);continue}if(r.nonegate!==!0&&g.index===0){he();continue}}if(w==="+"){if(r.noextglob!==!0&&N()==="("&&N(2)!=="?"){Z("plus",w);continue}if(E&&E.value==="("||r.regex===!1){W({type:"plus",value:w,output:h});continue}if(E&&(E.type==="bracket"||E.type==="paren"||E.type==="brace")||g.parens>0){W({type:"plus",value:w});continue}W({type:"plus",value:h});continue}if(w==="@"){if(r.noextglob!==!0&&N()==="("&&N(2)!=="?"){W({type:"at",extglob:!0,value:w,output:""});continue}W({type:"text",value:w});continue}if(w!=="*"){(w==="$"||w==="^")&&(w=`\\${w}`);let Y=Eq.exec(U());Y&&(w+=Y[0],g.index+=Y[0].length),W({type:"text",value:w});continue}if(E&&(E.type==="globstar"||E.star===!0)){E.type="star",E.star=!0,E.value+=w,E.output=x,g.backtrack=!0,g.globstar=!0,V(w);continue}let G=U();if(r.noextglob!==!0&&/^\([^?]/.test(G)){Z("star",w);continue}if(E.type==="star"){if(r.noglobstar===!0){V(w);continue}let Y=E.prev,ce=Y.prev,Ae=Y.type==="slash"||Y.type==="bos",Fe=ce&&(ce.type==="star"||ce.type==="globstar");if(r.bash===!0&&(!Ae||G[0]&&G[0]!=="/")){W({type:"star",value:w,output:""});continue}let I=g.braces>0&&(Y.type==="comma"||Y.type==="brace"),j=v.length&&(Y.type==="pipe"||Y.type==="paren");if(!Ae&&Y.type!=="paren"&&!I&&!j){W({type:"star",value:w,output:""});continue}for(;G.slice(0,3)==="/**";){let K=e[g.index+4];if(K&&K!=="/")break;G=G.slice(3),V("/**",3)}if(Y.type==="bos"&&T()){E.type="globstar",E.value+=w,E.output=D(r),g.output=E.output,g.globstar=!0,V(w);continue}if(Y.type==="slash"&&Y.prev.type!=="bos"&&!Fe&&T()){g.output=g.output.slice(0,-(Y.output+E.output).length),Y.output=`(?:${Y.output}`,E.type="globstar",E.output=D(r)+(r.strictSlashes?")":"|$)"),E.value+=w,g.globstar=!0,g.output+=Y.output+E.output,V(w);continue}if(Y.type==="slash"&&Y.prev.type!=="bos"&&G[0]==="/"){let K=G[1]!==void 0?"|$":"";g.output=g.output.slice(0,-(Y.output+E.output).length),Y.output=`(?:${Y.output}`,E.type="globstar",E.output=`${D(r)}${d}|${d}${K})`,E.value+=w,g.output+=Y.output+E.output,g.globstar=!0,V(w+M()),W({type:"slash",value:"/",output:""});continue}if(Y.type==="bos"&&G[0]==="/"){E.type="globstar",E.value+=w,E.output=`(?:^|${d}|${D(r)}${d})`,g.output=E.output,g.globstar=!0,V(w+M()),W({type:"slash",value:"/",output:""});continue}g.output=g.output.slice(0,-E.output.length),E.type="globstar",E.output=D(r),E.value+=w,g.output+=E.output,g.globstar=!0,V(w);continue}let ne={type:"star",value:w,output:x};if(r.bash===!0){ne.output=".*?",(E.type==="bos"||E.type==="slash")&&(ne.output=k+ne.output),W(ne);continue}if(E&&(E.type==="bracket"||E.type==="paren")&&r.regex===!0){ne.output=w,W(ne);continue}(g.index===g.start||E.type==="slash"||E.type==="dot")&&(E.type==="dot"?(g.output+=P,E.output+=P):r.dot===!0?(g.output+=S,E.output+=S):(g.output+=k,E.output+=k),N()!=="*"&&(g.output+=p,E.output+=p)),W(ne)}for(;g.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(Es("closing","]"));g.output=or.escapeLast(g.output,"["),H("brackets")}for(;g.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(Es("closing",")"));g.output=or.escapeLast(g.output,"("),H("parens")}for(;g.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(Es("closing","}"));g.output=or.escapeLast(g.output,"{"),H("braces")}if(r.strictSlashes!==!0&&(E.type==="star"||E.type==="bracket")&&W({type:"maybe_slash",value:"",output:`${d}?`}),g.backtrack===!0){g.output="";for(let G of g.tokens)g.output+=G.output!=null?G.output:G.value,G.suffix&&(g.output+=G.suffix)}return g};cp.fastpaths=(e,t)=>{let r={...t},n=typeof r.maxLength=="number"?Math.min(Rc,r.maxLength):Rc,i=e.length;if(i>n)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${n}`);e=HC[e]||e;let s=or.isWindows(t),{DOT_LITERAL:o,SLASH_LITERAL:a,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:f,NO_DOTS:l,NO_DOTS_SLASH:h,STAR:d,START_ANCHOR:p}=_c.globChars(s),y=r.dot?l:f,m=r.dot?h:f,P=r.capture?"":"?:",S={negated:!1,prefix:""},L=r.bash===!0?".*?":d;r.capture&&(L=`(${L})`);let O=k=>k.noglobstar===!0?L:`(${P}(?:(?!${p}${k.dot?c:o}).)*?)`,b=k=>{switch(k){case"*":return`${y}${u}${L}`;case".*":return`${o}${u}${L}`;case"*.*":return`${y}${L}${o}${u}${L}`;case"*/*":return`${y}${L}${a}${u}${m}${L}`;case"**":return y+O(r);case"**/*":return`(?:${y}${O(r)}${a})?${m}${u}${L}`;case"**/*.*":return`(?:${y}${O(r)}${a})?${m}${L}${o}${u}${L}`;case"**/.*":return`(?:${y}${O(r)}${a})?${o}${u}${L}`;default:{let $=/^(.*?)\.(\w+)$/.exec(k);if(!$)return;let x=b($[1]);return x?x+o+$[2]:void 0}}},_=or.removePrefix(e,S),D=b(_);return D&&r.strictSlashes!==!0&&(D+=`${a}?`),D};zC.exports=cp});var KC=F((sX,VC)=>{"use strict";var Sq=require("path"),Cq=UC(),lp=YC(),fp=na(),xq=ra(),Pq=e=>e&&typeof e=="object"&&!Array.isArray(e),Ze=(e,t,r=!1)=>{if(Array.isArray(e)){let f=e.map(h=>Ze(h,t,r));return h=>{for(let d of f){let p=d(h);if(p)return p}return!1}}let n=Pq(e)&&e.tokens&&e.input;if(e===""||typeof e!="string"&&!n)throw new TypeError("Expected pattern to be a non-empty string");let i=t||{},s=fp.isWindows(t),o=n?Ze.compileRe(e,t):Ze.makeRe(e,t,!1,!0),a=o.state;delete o.state;let u=()=>!1;if(i.ignore){let f={...t,ignore:null,onMatch:null,onResult:null};u=Ze(i.ignore,f,r)}let c=(f,l=!1)=>{let{isMatch:h,match:d,output:p}=Ze.test(f,o,t,{glob:e,posix:s}),y={glob:e,state:a,regex:o,posix:s,input:f,output:p,match:d,isMatch:h};return typeof i.onResult=="function"&&i.onResult(y),h===!1?(y.isMatch=!1,l?y:!1):u(f)?(typeof i.onIgnore=="function"&&i.onIgnore(y),y.isMatch=!1,l?y:!1):(typeof i.onMatch=="function"&&i.onMatch(y),l?y:!0)};return r&&(c.state=a),c};Ze.test=(e,t,r,{glob:n,posix:i}={})=>{if(typeof e!="string")throw new TypeError("Expected input to be a string");if(e==="")return{isMatch:!1,output:""};let s=r||{},o=s.format||(i?fp.toPosixSlashes:null),a=e===n,u=a&&o?o(e):e;return a===!1&&(u=o?o(e):e,a=u===n),(a===!1||s.capture===!0)&&(s.matchBase===!0||s.basename===!0?a=Ze.matchBase(e,t,r,i):a=t.exec(u)),{isMatch:!!a,match:a,output:u}};Ze.matchBase=(e,t,r,n=fp.isWindows(r))=>(t instanceof RegExp?t:Ze.makeRe(t,r)).test(Sq.basename(e));Ze.isMatch=(e,t,r)=>Ze(t,r)(e);Ze.parse=(e,t)=>Array.isArray(e)?e.map(r=>Ze.parse(r,t)):lp(e,{...t,fastpaths:!1});Ze.scan=(e,t)=>Cq(e,t);Ze.compileRe=(e,t,r=!1,n=!1)=>{if(r===!0)return e.output;let i=t||{},s=i.contains?"":"^",o=i.contains?"":"$",a=`${s}(?:${e.output})${o}`;e&&e.negated===!0&&(a=`^(?!${a}).*$`);let u=Ze.toRegex(a,t);return n===!0&&(u.state=e),u};Ze.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||typeof e!="string")throw new TypeError("Expected a non-empty string");let i={negated:!1,fastpaths:!0};return t.fastpaths!==!1&&(e[0]==="."||e[0]==="*")&&(i.output=lp.fastpaths(e,t)),i.output||(i=lp(e,t)),Ze.compileRe(i,t,r,n)};Ze.toRegex=(e,t)=>{try{let r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(r){if(t&&t.debug===!0)throw r;return/$^/}};Ze.constants=xq;VC.exports=Ze});var XC=F((oX,JC)=>{"use strict";JC.exports=KC()});var sa=F((aX,rx)=>{"use strict";var ZC=require("util"),ex=kC(),Yr=XC(),hp=na(),QC=e=>e===""||e==="./",tx=e=>{let t=e.indexOf("{");return t>-1&&e.indexOf("}",t)>-1},Ue=(e,t,r)=>{t=[].concat(t),e=[].concat(e);let n=new Set,i=new Set,s=new Set,o=0,a=f=>{s.add(f.output),r&&r.onResult&&r.onResult(f)};for(let f=0;f<t.length;f++){let l=Yr(String(t[f]),{...r,onResult:a},!0),h=l.state.negated||l.state.negatedExtglob;h&&o++;for(let d of e){let p=l(d,!0);(h?!p.isMatch:p.isMatch)&&(h?n.add(p.output):(n.delete(p.output),i.add(p.output)))}}let c=(o===t.length?[...s]:[...i]).filter(f=>!n.has(f));if(r&&c.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${t.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?t.map(f=>f.replace(/\\/g,"")):t}return c};Ue.match=Ue;Ue.matcher=(e,t)=>Yr(e,t);Ue.isMatch=(e,t,r)=>Yr(t,r)(e);Ue.any=Ue.isMatch;Ue.not=(e,t,r={})=>{t=[].concat(t).map(String);let n=new Set,i=[],s=a=>{r.onResult&&r.onResult(a),i.push(a.output)},o=new Set(Ue(e,t,{...r,onResult:s}));for(let a of i)o.has(a)||n.add(a);return[...n]};Ue.contains=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${ZC.inspect(e)}"`);if(Array.isArray(t))return t.some(n=>Ue.contains(e,n,r));if(typeof t=="string"){if(QC(e)||QC(t))return!1;if(e.includes(t)||e.startsWith("./")&&e.slice(2).includes(t))return!0}return Ue.isMatch(e,t,{...r,contains:!0})};Ue.matchKeys=(e,t,r)=>{if(!hp.isObject(e))throw new TypeError("Expected the first argument to be an object");let n=Ue(Object.keys(e),t,r),i={};for(let s of n)i[s]=e[s];return i};Ue.some=(e,t,r)=>{let n=[].concat(e);for(let i of[].concat(t)){let s=Yr(String(i),r);if(n.some(o=>s(o)))return!0}return!1};Ue.every=(e,t,r)=>{let n=[].concat(e);for(let i of[].concat(t)){let s=Yr(String(i),r);if(!n.every(o=>s(o)))return!1}return!0};Ue.all=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${ZC.inspect(e)}"`);return[].concat(t).every(n=>Yr(n,r)(e))};Ue.capture=(e,t,r)=>{let n=hp.isWindows(r),s=Yr.makeRe(String(e),{...r,capture:!0}).exec(n?hp.toPosixSlashes(t):t);if(s)return s.slice(1).map(o=>o===void 0?"":o)};Ue.makeRe=(...e)=>Yr.makeRe(...e);Ue.scan=(...e)=>Yr.scan(...e);Ue.parse=(e,t)=>{let r=[];for(let n of[].concat(e||[]))for(let i of ex(String(n),t))r.push(Yr.parse(i,t));return r};Ue.braces=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return t&&t.nobrace===!0||!tx(e)?[e]:ex(e,t)};Ue.braceExpand=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return Ue.braces(e,{...t,expand:!0})};Ue.hasBraces=tx;rx.exports=Ue});var hx=F(be=>{"use strict";Object.defineProperty(be,"__esModule",{value:!0});be.isAbsolute=be.partitionAbsoluteAndRelative=be.removeDuplicateSlashes=be.matchAny=be.convertPatternsToRe=be.makeRe=be.getPatternParts=be.expandBraceExpansion=be.expandPatternsWithBraceExpansion=be.isAffectDepthOfReadingPattern=be.endsWithSlashGlobStar=be.hasGlobStar=be.getBaseDirectory=be.isPatternRelatedToParentDirectory=be.getPatternsOutsideCurrentDirectory=be.getPatternsInsideCurrentDirectory=be.getPositivePatterns=be.getNegativePatterns=be.isPositivePattern=be.isNegativePattern=be.convertToNegativePattern=be.convertToPositivePattern=be.isDynamicPattern=be.isStaticPattern=void 0;var nx=require("path"),Oq=K1(),dp=sa(),ix="**",_q="\\",Rq=/[*?]|^!/,Fq=/\[[^[]*]/,kq=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,Dq=/[!*+?@]\([^(]*\)/,Lq=/,|\.\./,Tq=/(?!^)\/{2,}/g;function sx(e,t={}){return!ox(e,t)}be.isStaticPattern=sx;function ox(e,t={}){return e===""?!1:!!(t.caseSensitiveMatch===!1||e.includes(_q)||Rq.test(e)||Fq.test(e)||kq.test(e)||t.extglob!==!1&&Dq.test(e)||t.braceExpansion!==!1&&Iq(e))}be.isDynamicPattern=ox;function Iq(e){let t=e.indexOf("{");if(t===-1)return!1;let r=e.indexOf("}",t+1);if(r===-1)return!1;let n=e.slice(t,r);return Lq.test(n)}function Nq(e){return Fc(e)?e.slice(1):e}be.convertToPositivePattern=Nq;function $q(e){return"!"+e}be.convertToNegativePattern=$q;function Fc(e){return e.startsWith("!")&&e[1]!=="("}be.isNegativePattern=Fc;function ax(e){return!Fc(e)}be.isPositivePattern=ax;function Mq(e){return e.filter(Fc)}be.getNegativePatterns=Mq;function jq(e){return e.filter(ax)}be.getPositivePatterns=jq;function Bq(e){return e.filter(t=>!pp(t))}be.getPatternsInsideCurrentDirectory=Bq;function Wq(e){return e.filter(pp)}be.getPatternsOutsideCurrentDirectory=Wq;function pp(e){return e.startsWith("..")||e.startsWith("./..")}be.isPatternRelatedToParentDirectory=pp;function qq(e){return Oq(e,{flipBackslashes:!1})}be.getBaseDirectory=qq;function Gq(e){return e.includes(ix)}be.hasGlobStar=Gq;function ux(e){return e.endsWith("/"+ix)}be.endsWithSlashGlobStar=ux;function Uq(e){let t=nx.basename(e);return ux(e)||sx(t)}be.isAffectDepthOfReadingPattern=Uq;function Hq(e){return e.reduce((t,r)=>t.concat(cx(r)),[])}be.expandPatternsWithBraceExpansion=Hq;function cx(e){let t=dp.braces(e,{expand:!0,nodupes:!0,keepEscaping:!0});return t.sort((r,n)=>r.length-n.length),t.filter(r=>r!=="")}be.expandBraceExpansion=cx;function zq(e,t){let{parts:r}=dp.scan(e,Object.assign(Object.assign({},t),{parts:!0}));return r.length===0&&(r=[e]),r[0].startsWith("/")&&(r[0]=r[0].slice(1),r.unshift("")),r}be.getPatternParts=zq;function lx(e,t){return dp.makeRe(e,t)}be.makeRe=lx;function Yq(e,t){return e.map(r=>lx(r,t))}be.convertPatternsToRe=Yq;function Vq(e,t){return t.some(r=>r.test(e))}be.matchAny=Vq;function Kq(e){return e.replace(Tq,"/")}be.removeDuplicateSlashes=Kq;function Jq(e){let t=[],r=[];for(let n of e)fx(n)?t.push(n):r.push(n);return[t,r]}be.partitionAbsoluteAndRelative=Jq;function fx(e){return nx.isAbsolute(e)}be.isAbsolute=fx});var mx=F((cX,gx)=>{"use strict";var Xq=require("stream"),dx=Xq.PassThrough,Qq=Array.prototype.slice;gx.exports=Zq;function Zq(){let e=[],t=Qq.call(arguments),r=!1,n=t[t.length-1];n&&!Array.isArray(n)&&n.pipe==null?t.pop():n={};let i=n.end!==!1,s=n.pipeError===!0;n.objectMode==null&&(n.objectMode=!0),n.highWaterMark==null&&(n.highWaterMark=64*1024);let o=dx(n);function a(){for(let f=0,l=arguments.length;f<l;f++)e.push(px(arguments[f],n));return u(),this}function u(){if(r)return;r=!0;let f=e.shift();if(!f){process.nextTick(c);return}Array.isArray(f)||(f=[f]);let l=f.length+1;function h(){--l>0||(r=!1,u())}function d(p){function y(){p.removeListener("merge2UnpipeEnd",y),p.removeListener("end",y),s&&p.removeListener("error",m),h()}function m(P){o.emit("error",P)}if(p._readableState.endEmitted)return h();p.on("merge2UnpipeEnd",y),p.on("end",y),s&&p.on("error",m),p.pipe(o,{end:!1}),p.resume()}for(let p=0;p<f.length;p++)d(f[p]);h()}function c(){r=!1,o.emit("queueDrain"),i&&o.end()}return o.setMaxListeners(0),o.add=a,o.on("unpipe",function(f){f.emit("merge2UnpipeEnd")}),t.length&&a.apply(null,t),o}function px(e,t){if(Array.isArray(e))for(let r=0,n=e.length;r<n;r++)e[r]=px(e[r],t);else{if(!e._readableState&&e.pipe&&(e=e.pipe(dx(t))),!e._readableState||!e.pause||!e.pipe)throw new Error("Only readable stream can be merged.");e.pause()}return e}});var vx=F(kc=>{"use strict";Object.defineProperty(kc,"__esModule",{value:!0});kc.merge=void 0;var eG=mx();function tG(e){let t=eG(e);return e.forEach(r=>{r.once("error",n=>t.emit("error",n))}),t.once("close",()=>yx(e)),t.once("end",()=>yx(e)),t}kc.merge=tG;function yx(e){e.forEach(t=>t.emit("close"))}});var Ax=F(bs=>{"use strict";Object.defineProperty(bs,"__esModule",{value:!0});bs.isEmpty=bs.isString=void 0;function rG(e){return typeof e=="string"}bs.isString=rG;function nG(e){return e===""}bs.isEmpty=nG});var pn=F(Et=>{"use strict";Object.defineProperty(Et,"__esModule",{value:!0});Et.string=Et.stream=Et.pattern=Et.path=Et.fs=Et.errno=Et.array=void 0;var iG=N1();Et.array=iG;var sG=$1();Et.errno=sG;var oG=M1();Et.fs=oG;var aG=q1();Et.path=aG;var uG=hx();Et.pattern=uG;var cG=vx();Et.stream=cG;var lG=Ax();Et.string=lG});var Sx=F(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.convertPatternGroupToTask=bt.convertPatternGroupsToTasks=bt.groupPatternsByBaseDirectory=bt.getNegativePatternsAsPositive=bt.getPositivePatterns=bt.convertPatternsToTasks=bt.generate=void 0;var Tr=pn();function fG(e,t){let r=Ex(e,t),n=Ex(t.ignore,t),i=bx(r),s=wx(r,n),o=i.filter(f=>Tr.pattern.isStaticPattern(f,t)),a=i.filter(f=>Tr.pattern.isDynamicPattern(f,t)),u=gp(o,s,!1),c=gp(a,s,!0);return u.concat(c)}bt.generate=fG;function Ex(e,t){let r=e;return t.braceExpansion&&(r=Tr.pattern.expandPatternsWithBraceExpansion(r)),t.baseNameMatch&&(r=r.map(n=>n.includes("/")?n:`**/${n}`)),r.map(n=>Tr.pattern.removeDuplicateSlashes(n))}function gp(e,t,r){let n=[],i=Tr.pattern.getPatternsOutsideCurrentDirectory(e),s=Tr.pattern.getPatternsInsideCurrentDirectory(e),o=mp(i),a=mp(s);return n.push(...yp(o,t,r)),"."in a?n.push(vp(".",s,t,r)):n.push(...yp(a,t,r)),n}bt.convertPatternsToTasks=gp;function bx(e){return Tr.pattern.getPositivePatterns(e)}bt.getPositivePatterns=bx;function wx(e,t){return Tr.pattern.getNegativePatterns(e).concat(t).map(Tr.pattern.convertToPositivePattern)}bt.getNegativePatternsAsPositive=wx;function mp(e){let t={};return e.reduce((r,n)=>{let i=Tr.pattern.getBaseDirectory(n);return i in r?r[i].push(n):r[i]=[n],r},t)}bt.groupPatternsByBaseDirectory=mp;function yp(e,t,r){return Object.keys(e).map(n=>vp(n,e[n],t,r))}bt.convertPatternGroupsToTasks=yp;function vp(e,t,r,n){return{dynamic:n,positive:t,negative:r,base:e,patterns:[].concat(t,r.map(Tr.pattern.convertToNegativePattern))}}bt.convertPatternGroupToTask=vp});var xx=F(Dc=>{"use strict";Object.defineProperty(Dc,"__esModule",{value:!0});Dc.read=void 0;function hG(e,t,r){t.fs.lstat(e,(n,i)=>{if(n!==null){Cx(r,n);return}if(!i.isSymbolicLink()||!t.followSymbolicLink){Ap(r,i);return}t.fs.stat(e,(s,o)=>{if(s!==null){if(t.throwErrorOnBrokenSymbolicLink){Cx(r,s);return}Ap(r,i);return}t.markSymbolicLink&&(o.isSymbolicLink=()=>!0),Ap(r,o)})})}Dc.read=hG;function Cx(e,t){e(t)}function Ap(e,t){e(null,t)}});var Px=F(Lc=>{"use strict";Object.defineProperty(Lc,"__esModule",{value:!0});Lc.read=void 0;function dG(e,t){let r=t.fs.lstatSync(e);if(!r.isSymbolicLink()||!t.followSymbolicLink)return r;try{let n=t.fs.statSync(e);return t.markSymbolicLink&&(n.isSymbolicLink=()=>!0),n}catch(n){if(!t.throwErrorOnBrokenSymbolicLink)return r;throw n}}Lc.read=dG});var Ox=F(jn=>{"use strict";Object.defineProperty(jn,"__esModule",{value:!0});jn.createFileSystemAdapter=jn.FILE_SYSTEM_ADAPTER=void 0;var Tc=require("fs");jn.FILE_SYSTEM_ADAPTER={lstat:Tc.lstat,stat:Tc.stat,lstatSync:Tc.lstatSync,statSync:Tc.statSync};function pG(e){return e===void 0?jn.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},jn.FILE_SYSTEM_ADAPTER),e)}jn.createFileSystemAdapter=pG});var _x=F(bp=>{"use strict";Object.defineProperty(bp,"__esModule",{value:!0});var gG=Ox(),Ep=class{constructor(t={}){this._options=t,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=gG.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(t,r){return t??r}};bp.default=Ep});var Fi=F(Bn=>{"use strict";Object.defineProperty(Bn,"__esModule",{value:!0});Bn.statSync=Bn.stat=Bn.Settings=void 0;var Rx=xx(),mG=Px(),wp=_x();Bn.Settings=wp.default;function yG(e,t,r){if(typeof t=="function"){Rx.read(e,Sp(),t);return}Rx.read(e,Sp(t),r)}Bn.stat=yG;function vG(e,t){let r=Sp(t);return mG.read(e,r)}Bn.statSync=vG;function Sp(e={}){return e instanceof wp.default?e:new wp.default(e)}});var Dx=F((AX,kx)=>{var Fx;kx.exports=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:global):e=>(Fx||(Fx=Promise.resolve())).then(e).catch(t=>setTimeout(()=>{throw t},0))});var Tx=F((EX,Lx)=>{Lx.exports=EG;var AG=Dx();function EG(e,t){let r,n,i,s=!0;Array.isArray(e)?(r=[],n=e.length):(i=Object.keys(e),r={},n=i.length);function o(u){function c(){t&&t(u,r),t=null}s?AG(c):c()}function a(u,c,f){r[u]=f,(--n===0||c)&&o(c)}n?i?i.forEach(function(u){e[u](function(c,f){a(u,c,f)})}):e.forEach(function(u,c){u(function(f,l){a(c,f,l)})}):o(null),s=!1}});var Cp=F(Nc=>{"use strict";Object.defineProperty(Nc,"__esModule",{value:!0});Nc.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;var Ic=process.versions.node.split(".");if(Ic[0]===void 0||Ic[1]===void 0)throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);var Ix=Number.parseInt(Ic[0],10),bG=Number.parseInt(Ic[1],10),Nx=10,wG=10,SG=Ix>Nx,CG=Ix===Nx&&bG>=wG;Nc.IS_SUPPORT_READDIR_WITH_FILE_TYPES=SG||CG});var $x=F($c=>{"use strict";Object.defineProperty($c,"__esModule",{value:!0});$c.createDirentFromStats=void 0;var xp=class{constructor(t,r){this.name=t,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function xG(e,t){return new xp(e,t)}$c.createDirentFromStats=xG});var Pp=F(Mc=>{"use strict";Object.defineProperty(Mc,"__esModule",{value:!0});Mc.fs=void 0;var PG=$x();Mc.fs=PG});var Op=F(jc=>{"use strict";Object.defineProperty(jc,"__esModule",{value:!0});jc.joinPathSegments=void 0;function OG(e,t,r){return e.endsWith(r)?e+t:e+r+t}jc.joinPathSegments=OG});var Gx=F(Wn=>{"use strict";Object.defineProperty(Wn,"__esModule",{value:!0});Wn.readdir=Wn.readdirWithFileTypes=Wn.read=void 0;var _G=Fi(),Mx=Tx(),RG=Cp(),jx=Pp(),Bx=Op();function FG(e,t,r){if(!t.stats&&RG.IS_SUPPORT_READDIR_WITH_FILE_TYPES){Wx(e,t,r);return}qx(e,t,r)}Wn.read=FG;function Wx(e,t,r){t.fs.readdir(e,{withFileTypes:!0},(n,i)=>{if(n!==null){Bc(r,n);return}let s=i.map(a=>({dirent:a,name:a.name,path:Bx.joinPathSegments(e,a.name,t.pathSegmentSeparator)}));if(!t.followSymbolicLinks){_p(r,s);return}let o=s.map(a=>kG(a,t));Mx(o,(a,u)=>{if(a!==null){Bc(r,a);return}_p(r,u)})})}Wn.readdirWithFileTypes=Wx;function kG(e,t){return r=>{if(!e.dirent.isSymbolicLink()){r(null,e);return}t.fs.stat(e.path,(n,i)=>{if(n!==null){if(t.throwErrorOnBrokenSymbolicLink){r(n);return}r(null,e);return}e.dirent=jx.fs.createDirentFromStats(e.name,i),r(null,e)})}}function qx(e,t,r){t.fs.readdir(e,(n,i)=>{if(n!==null){Bc(r,n);return}let s=i.map(o=>{let a=Bx.joinPathSegments(e,o,t.pathSegmentSeparator);return u=>{_G.stat(a,t.fsStatSettings,(c,f)=>{if(c!==null){u(c);return}let l={name:o,path:a,dirent:jx.fs.createDirentFromStats(o,f)};t.stats&&(l.stats=f),u(null,l)})}});Mx(s,(o,a)=>{if(o!==null){Bc(r,o);return}_p(r,a)})})}Wn.readdir=qx;function Bc(e,t){e(t)}function _p(e,t){e(null,t)}});var Vx=F(qn=>{"use strict";Object.defineProperty(qn,"__esModule",{value:!0});qn.readdir=qn.readdirWithFileTypes=qn.read=void 0;var DG=Fi(),LG=Cp(),Ux=Pp(),Hx=Op();function TG(e,t){return!t.stats&&LG.IS_SUPPORT_READDIR_WITH_FILE_TYPES?zx(e,t):Yx(e,t)}qn.read=TG;function zx(e,t){return t.fs.readdirSync(e,{withFileTypes:!0}).map(n=>{let i={dirent:n,name:n.name,path:Hx.joinPathSegments(e,n.name,t.pathSegmentSeparator)};if(i.dirent.isSymbolicLink()&&t.followSymbolicLinks)try{let s=t.fs.statSync(i.path);i.dirent=Ux.fs.createDirentFromStats(i.name,s)}catch(s){if(t.throwErrorOnBrokenSymbolicLink)throw s}return i})}qn.readdirWithFileTypes=zx;function Yx(e,t){return t.fs.readdirSync(e).map(n=>{let i=Hx.joinPathSegments(e,n,t.pathSegmentSeparator),s=DG.statSync(i,t.fsStatSettings),o={name:n,path:i,dirent:Ux.fs.createDirentFromStats(n,s)};return t.stats&&(o.stats=s),o})}qn.readdir=Yx});var Kx=F(Gn=>{"use strict";Object.defineProperty(Gn,"__esModule",{value:!0});Gn.createFileSystemAdapter=Gn.FILE_SYSTEM_ADAPTER=void 0;var ws=require("fs");Gn.FILE_SYSTEM_ADAPTER={lstat:ws.lstat,stat:ws.stat,lstatSync:ws.lstatSync,statSync:ws.statSync,readdir:ws.readdir,readdirSync:ws.readdirSync};function IG(e){return e===void 0?Gn.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},Gn.FILE_SYSTEM_ADAPTER),e)}Gn.createFileSystemAdapter=IG});var Jx=F(Fp=>{"use strict";Object.defineProperty(Fp,"__esModule",{value:!0});var NG=require("path"),$G=Fi(),MG=Kx(),Rp=class{constructor(t={}){this._options=t,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=MG.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,NG.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new $G.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(t,r){return t??r}};Fp.default=Rp});var Wc=F(Un=>{"use strict";Object.defineProperty(Un,"__esModule",{value:!0});Un.Settings=Un.scandirSync=Un.scandir=void 0;var Xx=Gx(),jG=Vx(),kp=Jx();Un.Settings=kp.default;function BG(e,t,r){if(typeof t=="function"){Xx.read(e,Dp(),t);return}Xx.read(e,Dp(t),r)}Un.scandir=BG;function WG(e,t){let r=Dp(t);return jG.read(e,r)}Un.scandirSync=WG;function Dp(e={}){return e instanceof kp.default?e:new kp.default(e)}});var Zx=F((FX,Qx)=>{"use strict";function qG(e){var t=new e,r=t;function n(){var s=t;return s.next?t=s.next:(t=new e,r=t),s.next=null,s}function i(s){r.next=s,r=s}return{get:n,release:i}}Qx.exports=qG});var tP=F((kX,Lp)=>{"use strict";var GG=Zx();function eP(e,t,r){if(typeof e=="function"&&(r=t,t=e,e=null),!(r>=1))throw new Error("fastqueue concurrency must be equal to or greater than 1");var n=GG(UG),i=null,s=null,o=0,a=null,u={push:y,drain:br,saturated:br,pause:f,paused:!1,get concurrency(){return r},set concurrency(b){if(!(b>=1))throw new Error("fastqueue concurrency must be equal to or greater than 1");if(r=b,!u.paused)for(;i&&o<r;)o++,P()},running:c,resume:d,idle:p,length:l,getQueue:h,unshift:m,empty:br,kill:S,killAndDrain:L,error:O};return u;function c(){return o}function f(){u.paused=!0}function l(){for(var b=i,_=0;b;)b=b.next,_++;return _}function h(){for(var b=i,_=[];b;)_.push(b.value),b=b.next;return _}function d(){if(u.paused){if(u.paused=!1,i===null){o++,P();return}for(;i&&o<r;)o++,P()}}function p(){return o===0&&u.length()===0}function y(b,_){var D=n.get();D.context=e,D.release=P,D.value=b,D.callback=_||br,D.errorHandler=a,o>=r||u.paused?s?(s.next=D,s=D):(i=D,s=D,u.saturated()):(o++,t.call(e,D.value,D.worked))}function m(b,_){var D=n.get();D.context=e,D.release=P,D.value=b,D.callback=_||br,D.errorHandler=a,o>=r||u.paused?i?(D.next=i,i=D):(i=D,s=D,u.saturated()):(o++,t.call(e,D.value,D.worked))}function P(b){b&&n.release(b);var _=i;_&&o<=r?u.paused?o--:(s===i&&(s=null),i=_.next,_.next=null,t.call(e,_.value,_.worked),s===null&&u.empty()):--o===0&&u.drain()}function S(){i=null,s=null,u.drain=br}function L(){i=null,s=null,u.drain(),u.drain=br}function O(b){a=b}}function br(){}function UG(){this.value=null,this.callback=br,this.next=null,this.release=br,this.context=null,this.errorHandler=null;var e=this;this.worked=function(r,n){var i=e.callback,s=e.errorHandler,o=e.value;e.value=null,e.callback=br,e.errorHandler&&s(r,o),i.call(e.context,r,n),e.release(e)}}function HG(e,t,r){typeof e=="function"&&(r=t,t=e,e=null);function n(f,l){t.call(this,f).then(function(h){l(null,h)},l)}var i=eP(e,n,r),s=i.push,o=i.unshift;return i.push=a,i.unshift=u,i.drained=c,i;function a(f){var l=new Promise(function(h,d){s(f,function(p,y){if(p){d(p);return}h(y)})});return l.catch(br),l}function u(f){var l=new Promise(function(h,d){o(f,function(p,y){if(p){d(p);return}h(y)})});return l.catch(br),l}function c(){var f=new Promise(function(l){process.nextTick(function(){if(i.idle())l();else{var h=i.drain;i.drain=function(){typeof h=="function"&&h(),l(),i.drain=h}}})});return f}}Lp.exports=eP;Lp.exports.promise=HG});var qc=F(Vr=>{"use strict";Object.defineProperty(Vr,"__esModule",{value:!0});Vr.joinPathSegments=Vr.replacePathSegmentSeparator=Vr.isAppliedFilter=Vr.isFatalError=void 0;function zG(e,t){return e.errorFilter===null?!0:!e.errorFilter(t)}Vr.isFatalError=zG;function YG(e,t){return e===null||e(t)}Vr.isAppliedFilter=YG;function VG(e,t){return e.split(/[/\\]/).join(t)}Vr.replacePathSegmentSeparator=VG;function KG(e,t,r){return e===""?t:e.endsWith(r)?e+t:e+r+t}Vr.joinPathSegments=KG});var Np=F(Ip=>{"use strict";Object.defineProperty(Ip,"__esModule",{value:!0});var JG=qc(),Tp=class{constructor(t,r){this._root=t,this._settings=r,this._root=JG.replacePathSegmentSeparator(t,r.pathSegmentSeparator)}};Ip.default=Tp});var jp=F(Mp=>{"use strict";Object.defineProperty(Mp,"__esModule",{value:!0});var XG=require("events"),QG=Wc(),ZG=tP(),Gc=qc(),eU=Np(),$p=class extends eU.default{constructor(t,r){super(t,r),this._settings=r,this._scandir=QG.scandir,this._emitter=new XG.EventEmitter,this._queue=ZG(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(t){this._emitter.on("entry",t)}onError(t){this._emitter.once("error",t)}onEnd(t){this._emitter.once("end",t)}_pushToQueue(t,r){let n={directory:t,base:r};this._queue.push(n,i=>{i!==null&&this._handleError(i)})}_worker(t,r){this._scandir(t.directory,this._settings.fsScandirSettings,(n,i)=>{if(n!==null){r(n,void 0);return}for(let s of i)this._handleEntry(s,t.base);r(null,void 0)})}_handleError(t){this._isDestroyed||!Gc.isFatalError(this._settings,t)||(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",t))}_handleEntry(t,r){if(this._isDestroyed||this._isFatalError)return;let n=t.path;r!==void 0&&(t.path=Gc.joinPathSegments(r,t.name,this._settings.pathSegmentSeparator)),Gc.isAppliedFilter(this._settings.entryFilter,t)&&this._emitEntry(t),t.dirent.isDirectory()&&Gc.isAppliedFilter(this._settings.deepFilter,t)&&this._pushToQueue(n,r===void 0?void 0:t.path)}_emitEntry(t){this._emitter.emit("entry",t)}};Mp.default=$p});var rP=F(Wp=>{"use strict";Object.defineProperty(Wp,"__esModule",{value:!0});var tU=jp(),Bp=class{constructor(t,r){this._root=t,this._settings=r,this._reader=new tU.default(this._root,this._settings),this._storage=[]}read(t){this._reader.onError(r=>{rU(t,r)}),this._reader.onEntry(r=>{this._storage.push(r)}),this._reader.onEnd(()=>{nU(t,this._storage)}),this._reader.read()}};Wp.default=Bp;function rU(e,t){e(t)}function nU(e,t){e(null,t)}});var nP=F(Gp=>{"use strict";Object.defineProperty(Gp,"__esModule",{value:!0});var iU=require("stream"),sU=jp(),qp=class{constructor(t,r){this._root=t,this._settings=r,this._reader=new sU.default(this._root,this._settings),this._stream=new iU.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(t=>{this._stream.emit("error",t)}),this._reader.onEntry(t=>{this._stream.push(t)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}};Gp.default=qp});var iP=F(Hp=>{"use strict";Object.defineProperty(Hp,"__esModule",{value:!0});var oU=Wc(),Uc=qc(),aU=Np(),Up=class extends aU.default{constructor(){super(...arguments),this._scandir=oU.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(t,r){this._queue.add({directory:t,base:r})}_handleQueue(){for(let t of this._queue.values())this._handleDirectory(t.directory,t.base)}_handleDirectory(t,r){try{let n=this._scandir(t,this._settings.fsScandirSettings);for(let i of n)this._handleEntry(i,r)}catch(n){this._handleError(n)}}_handleError(t){if(Uc.isFatalError(this._settings,t))throw t}_handleEntry(t,r){let n=t.path;r!==void 0&&(t.path=Uc.joinPathSegments(r,t.name,this._settings.pathSegmentSeparator)),Uc.isAppliedFilter(this._settings.entryFilter,t)&&this._pushToStorage(t),t.dirent.isDirectory()&&Uc.isAppliedFilter(this._settings.deepFilter,t)&&this._pushToQueue(n,r===void 0?void 0:t.path)}_pushToStorage(t){this._storage.push(t)}};Hp.default=Up});var sP=F(Yp=>{"use strict";Object.defineProperty(Yp,"__esModule",{value:!0});var uU=iP(),zp=class{constructor(t,r){this._root=t,this._settings=r,this._reader=new uU.default(this._root,this._settings)}read(){return this._reader.read()}};Yp.default=zp});var oP=F(Kp=>{"use strict";Object.defineProperty(Kp,"__esModule",{value:!0});var cU=require("path"),lU=Wc(),Vp=class{constructor(t={}){this._options=t,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,cU.sep),this.fsScandirSettings=new lU.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(t,r){return t??r}};Kp.default=Vp});var zc=F(Kr=>{"use strict";Object.defineProperty(Kr,"__esModule",{value:!0});Kr.Settings=Kr.walkStream=Kr.walkSync=Kr.walk=void 0;var aP=rP(),fU=nP(),hU=sP(),Jp=oP();Kr.Settings=Jp.default;function dU(e,t,r){if(typeof t=="function"){new aP.default(e,Hc()).read(t);return}new aP.default(e,Hc(t)).read(r)}Kr.walk=dU;function pU(e,t){let r=Hc(t);return new hU.default(e,r).read()}Kr.walkSync=pU;function gU(e,t){let r=Hc(t);return new fU.default(e,r).read()}Kr.walkStream=gU;function Hc(e={}){return e instanceof Jp.default?e:new Jp.default(e)}});var Yc=F(Qp=>{"use strict";Object.defineProperty(Qp,"__esModule",{value:!0});var mU=require("path"),yU=Fi(),uP=pn(),Xp=class{constructor(t){this._settings=t,this._fsStatSettings=new yU.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(t){return mU.resolve(this._settings.cwd,t)}_makeEntry(t,r){let n={name:r,path:r,dirent:uP.fs.createDirentFromStats(r,t)};return this._settings.stats&&(n.stats=t),n}_isFatalError(t){return!uP.errno.isEnoentCodeError(t)&&!this._settings.suppressErrors}};Qp.default=Xp});var tg=F(eg=>{"use strict";Object.defineProperty(eg,"__esModule",{value:!0});var vU=require("stream"),AU=Fi(),EU=zc(),bU=Yc(),Zp=class extends bU.default{constructor(){super(...arguments),this._walkStream=EU.walkStream,this._stat=AU.stat}dynamic(t,r){return this._walkStream(t,r)}static(t,r){let n=t.map(this._getFullEntryPath,this),i=new vU.PassThrough({objectMode:!0});i._write=(s,o,a)=>this._getEntry(n[s],t[s],r).then(u=>{u!==null&&r.entryFilter(u)&&i.push(u),s===n.length-1&&i.end(),a()}).catch(a);for(let s=0;s<n.length;s++)i.write(s);return i}_getEntry(t,r,n){return this._getStat(t).then(i=>this._makeEntry(i,r)).catch(i=>{if(n.errorFilter(i))return null;throw i})}_getStat(t){return new Promise((r,n)=>{this._stat(t,this._fsStatSettings,(i,s)=>i===null?r(s):n(i))})}};eg.default=Zp});var cP=F(ng=>{"use strict";Object.defineProperty(ng,"__esModule",{value:!0});var wU=zc(),SU=Yc(),CU=tg(),rg=class extends SU.default{constructor(){super(...arguments),this._walkAsync=wU.walk,this._readerStream=new CU.default(this._settings)}dynamic(t,r){return new Promise((n,i)=>{this._walkAsync(t,r,(s,o)=>{s===null?n(o):i(s)})})}async static(t,r){let n=[],i=this._readerStream.static(t,r);return new Promise((s,o)=>{i.once("error",o),i.on("data",a=>n.push(a)),i.once("end",()=>s(n))})}};ng.default=rg});var lP=F(sg=>{"use strict";Object.defineProperty(sg,"__esModule",{value:!0});var oa=pn(),ig=class{constructor(t,r,n){this._patterns=t,this._settings=r,this._micromatchOptions=n,this._storage=[],this._fillStorage()}_fillStorage(){for(let t of this._patterns){let r=this._getPatternSegments(t),n=this._splitSegmentsIntoSections(r);this._storage.push({complete:n.length<=1,pattern:t,segments:r,sections:n})}}_getPatternSegments(t){return oa.pattern.getPatternParts(t,this._micromatchOptions).map(n=>oa.pattern.isDynamicPattern(n,this._settings)?{dynamic:!0,pattern:n,patternRe:oa.pattern.makeRe(n,this._micromatchOptions)}:{dynamic:!1,pattern:n})}_splitSegmentsIntoSections(t){return oa.array.splitWhen(t,r=>r.dynamic&&oa.pattern.hasGlobStar(r.pattern))}};sg.default=ig});var fP=F(ag=>{"use strict";Object.defineProperty(ag,"__esModule",{value:!0});var xU=lP(),og=class extends xU.default{match(t){let r=t.split("/"),n=r.length,i=this._storage.filter(s=>!s.complete||s.segments.length>n);for(let s of i){let o=s.sections[0];if(!s.complete&&n>o.length||r.every((u,c)=>{let f=s.segments[c];return!!(f.dynamic&&f.patternRe.test(u)||!f.dynamic&&f.pattern===u)}))return!0}return!1}};ag.default=og});var hP=F(cg=>{"use strict";Object.defineProperty(cg,"__esModule",{value:!0});var Vc=pn(),PU=fP(),ug=class{constructor(t,r){this._settings=t,this._micromatchOptions=r}getFilter(t,r,n){let i=this._getMatcher(r),s=this._getNegativePatternsRe(n);return o=>this._filter(t,o,i,s)}_getMatcher(t){return new PU.default(t,this._settings,this._micromatchOptions)}_getNegativePatternsRe(t){let r=t.filter(Vc.pattern.isAffectDepthOfReadingPattern);return Vc.pattern.convertPatternsToRe(r,this._micromatchOptions)}_filter(t,r,n,i){if(this._isSkippedByDeep(t,r.path)||this._isSkippedSymbolicLink(r))return!1;let s=Vc.path.removeLeadingDotSegment(r.path);return this._isSkippedByPositivePatterns(s,n)?!1:this._isSkippedByNegativePatterns(s,i)}_isSkippedByDeep(t,r){return this._settings.deep===1/0?!1:this._getEntryLevel(t,r)>=this._settings.deep}_getEntryLevel(t,r){let n=r.split("/").length;if(t==="")return n;let i=t.split("/").length;return n-i}_isSkippedSymbolicLink(t){return!this._settings.followSymbolicLinks&&t.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(t,r){return!this._settings.baseNameMatch&&!r.match(t)}_isSkippedByNegativePatterns(t,r){return!Vc.pattern.matchAny(t,r)}};cg.default=ug});var dP=F(fg=>{"use strict";Object.defineProperty(fg,"__esModule",{value:!0});var Hn=pn(),lg=class{constructor(t,r){this._settings=t,this._micromatchOptions=r,this.index=new Map}getFilter(t,r){let[n,i]=Hn.pattern.partitionAbsoluteAndRelative(r),s={positive:{all:Hn.pattern.convertPatternsToRe(t,this._micromatchOptions)},negative:{absolute:Hn.pattern.convertPatternsToRe(n,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0})),relative:Hn.pattern.convertPatternsToRe(i,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0}))}};return o=>this._filter(o,s)}_filter(t,r){let n=Hn.path.removeLeadingDotSegment(t.path);if(this._settings.unique&&this._isDuplicateEntry(n)||this._onlyFileFilter(t)||this._onlyDirectoryFilter(t))return!1;let i=this._isMatchToPatternsSet(n,r,t.dirent.isDirectory());return this._settings.unique&&i&&this._createIndexRecord(n),i}_isDuplicateEntry(t){return this.index.has(t)}_createIndexRecord(t){this.index.set(t,void 0)}_onlyFileFilter(t){return this._settings.onlyFiles&&!t.dirent.isFile()}_onlyDirectoryFilter(t){return this._settings.onlyDirectories&&!t.dirent.isDirectory()}_isMatchToPatternsSet(t,r,n){return!(!this._isMatchToPatterns(t,r.positive.all,n)||this._isMatchToPatterns(t,r.negative.relative,n)||this._isMatchToAbsoluteNegative(t,r.negative.absolute,n))}_isMatchToAbsoluteNegative(t,r,n){if(r.length===0)return!1;let i=Hn.path.makeAbsolute(this._settings.cwd,t);return this._isMatchToPatterns(i,r,n)}_isMatchToPatterns(t,r,n){if(r.length===0)return!1;let i=Hn.pattern.matchAny(t,r);return!i&&n?Hn.pattern.matchAny(t+"/",r):i}};fg.default=lg});var pP=F(dg=>{"use strict";Object.defineProperty(dg,"__esModule",{value:!0});var OU=pn(),hg=class{constructor(t){this._settings=t}getFilter(){return t=>this._isNonFatalError(t)}_isNonFatalError(t){return OU.errno.isEnoentCodeError(t)||this._settings.suppressErrors}};dg.default=hg});var mP=F(gg=>{"use strict";Object.defineProperty(gg,"__esModule",{value:!0});var gP=pn(),pg=class{constructor(t){this._settings=t}getTransformer(){return t=>this._transform(t)}_transform(t){let r=t.path;return this._settings.absolute&&(r=gP.path.makeAbsolute(this._settings.cwd,r),r=gP.path.unixify(r)),this._settings.markDirectories&&t.dirent.isDirectory()&&(r+="/"),this._settings.objectMode?Object.assign(Object.assign({},t),{path:r}):r}};gg.default=pg});var Kc=F(yg=>{"use strict";Object.defineProperty(yg,"__esModule",{value:!0});var _U=require("path"),RU=hP(),FU=dP(),kU=pP(),DU=mP(),mg=class{constructor(t){this._settings=t,this.errorFilter=new kU.default(this._settings),this.entryFilter=new FU.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new RU.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new DU.default(this._settings)}_getRootDirectory(t){return _U.resolve(this._settings.cwd,t.base)}_getReaderOptions(t){let r=t.base==="."?"":t.base;return{basePath:r,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(r,t.positive,t.negative),entryFilter:this.entryFilter.getFilter(t.positive,t.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}};yg.default=mg});var yP=F(Ag=>{"use strict";Object.defineProperty(Ag,"__esModule",{value:!0});var LU=cP(),TU=Kc(),vg=class extends TU.default{constructor(){super(...arguments),this._reader=new LU.default(this._settings)}async read(t){let r=this._getRootDirectory(t),n=this._getReaderOptions(t);return(await this.api(r,t,n)).map(s=>n.transform(s))}api(t,r,n){return r.dynamic?this._reader.dynamic(t,n):this._reader.static(r.patterns,n)}};Ag.default=vg});var vP=F(bg=>{"use strict";Object.defineProperty(bg,"__esModule",{value:!0});var IU=require("stream"),NU=tg(),$U=Kc(),Eg=class extends $U.default{constructor(){super(...arguments),this._reader=new NU.default(this._settings)}read(t){let r=this._getRootDirectory(t),n=this._getReaderOptions(t),i=this.api(r,t,n),s=new IU.Readable({objectMode:!0,read:()=>{}});return i.once("error",o=>s.emit("error",o)).on("data",o=>s.emit("data",n.transform(o))).once("end",()=>s.emit("end")),s.once("close",()=>i.destroy()),s}api(t,r,n){return r.dynamic?this._reader.dynamic(t,n):this._reader.static(r.patterns,n)}};bg.default=Eg});var AP=F(Sg=>{"use strict";Object.defineProperty(Sg,"__esModule",{value:!0});var MU=Fi(),jU=zc(),BU=Yc(),wg=class extends BU.default{constructor(){super(...arguments),this._walkSync=jU.walkSync,this._statSync=MU.statSync}dynamic(t,r){return this._walkSync(t,r)}static(t,r){let n=[];for(let i of t){let s=this._getFullEntryPath(i),o=this._getEntry(s,i,r);o===null||!r.entryFilter(o)||n.push(o)}return n}_getEntry(t,r,n){try{let i=this._getStat(t);return this._makeEntry(i,r)}catch(i){if(n.errorFilter(i))return null;throw i}}_getStat(t){return this._statSync(t,this._fsStatSettings)}};Sg.default=wg});var EP=F(xg=>{"use strict";Object.defineProperty(xg,"__esModule",{value:!0});var WU=AP(),qU=Kc(),Cg=class extends qU.default{constructor(){super(...arguments),this._reader=new WU.default(this._settings)}read(t){let r=this._getRootDirectory(t),n=this._getReaderOptions(t);return this.api(r,t,n).map(n.transform)}api(t,r,n){return r.dynamic?this._reader.dynamic(t,n):this._reader.static(r.patterns,n)}};xg.default=Cg});var bP=F(Cs=>{"use strict";Object.defineProperty(Cs,"__esModule",{value:!0});Cs.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;var Ss=require("fs"),GU=require("os"),UU=Math.max(GU.cpus().length,1);Cs.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:Ss.lstat,lstatSync:Ss.lstatSync,stat:Ss.stat,statSync:Ss.statSync,readdir:Ss.readdir,readdirSync:Ss.readdirSync};var Pg=class{constructor(t={}){this._options=t,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,UU),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0),this.ignore=[].concat(this.ignore)}_getValue(t,r){return t===void 0?r:t}_getFileSystemMethods(t={}){return Object.assign(Object.assign({},Cs.DEFAULT_FILE_SYSTEM_ADAPTER),t)}};Cs.default=Pg});var CP=F((rQ,SP)=>{"use strict";var wP=Sx(),HU=yP(),zU=vP(),YU=EP(),Og=bP(),wr=pn();async function _g(e,t){Ir(e);let r=Rg(e,HU.default,t),n=await Promise.all(r);return wr.array.flatten(n)}(function(e){e.glob=e,e.globSync=t,e.globStream=r,e.async=e;function t(c,f){Ir(c);let l=Rg(c,YU.default,f);return wr.array.flatten(l)}e.sync=t;function r(c,f){Ir(c);let l=Rg(c,zU.default,f);return wr.stream.merge(l)}e.stream=r;function n(c,f){Ir(c);let l=[].concat(c),h=new Og.default(f);return wP.generate(l,h)}e.generateTasks=n;function i(c,f){Ir(c);let l=new Og.default(f);return wr.pattern.isDynamicPattern(c,l)}e.isDynamicPattern=i;function s(c){return Ir(c),wr.path.escape(c)}e.escapePath=s;function o(c){return Ir(c),wr.path.convertPathToPattern(c)}e.convertPathToPattern=o;let a;(function(c){function f(h){return Ir(h),wr.path.escapePosixPath(h)}c.escapePath=f;function l(h){return Ir(h),wr.path.convertPosixPathToPattern(h)}c.convertPathToPattern=l})(a=e.posix||(e.posix={}));let u;(function(c){function f(h){return Ir(h),wr.path.escapeWindowsPath(h)}c.escapePath=f;function l(h){return Ir(h),wr.path.convertWindowsPathToPattern(h)}c.convertPathToPattern=l})(u=e.win32||(e.win32={}))})(_g||(_g={}));function Rg(e,t,r){let n=[].concat(e),i=new Og.default(r),s=wP.generate(n,i),o=new t(i);return s.map(o.read,o)}function Ir(e){if(![].concat(e).every(n=>wr.string.isString(n)&&!wr.string.isEmpty(n)))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}SP.exports=_g});var Xc=F(Yn=>{"use strict";var xP=Yn&&Yn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Yn,"__esModule",{value:!0});Yn.getPackagePathsAsync=Yn.getPackagePaths=void 0;var Jc=xP(require("path")),PP=xP(CP()),OP=fs(),zn={},_P={absolute:!0,ignore:["**/node_modules/**","**/__fixtures__/**"],stats:!1};function VU(e,t){return(0,OP.isCachingEnabled)()&&zn[e]||(zn[e]=PP.default.sync(RP(t),{cwd:e,..._P}).map(FP)),zn[e]}Yn.getPackagePaths=VU;async function KU(e,t){return(0,OP.isCachingEnabled)()&&zn[e]||(zn[e]=(await(0,PP.default)(RP(t),{cwd:e,..._P})).map(FP)),zn[e]}Yn.getPackagePathsAsync=KU;function RP(e){return e.map(t=>Jc.default.join(t,"package.json").replace(/\\/g,"/"))}function FP(e){let t=Jc.default.dirname(e);return Jc.default.sep==="/"?t:t.replace(/\//g,Jc.default.sep)}});var Fg=F(Qc=>{"use strict";Object.defineProperty(Qc,"__esModule",{value:!0});Qc.infoFromPackageJson=void 0;function JU(e,t){return{packageJsonPath:t,...e}}Qc.infoFromPackageJson=JU});var aa=F(Vn=>{"use strict";var Dg=Vn&&Vn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Vn,"__esModule",{value:!0});Vn.getPackageInfoAsync=Vn.getPackageInfo=void 0;var kg=Dg(require("fs")),XU=Dg(require("fs/promises")),kP=Dg(require("path")),DP=Fg(),Zc=hn();function QU(e){let t=kP.default.join(e,"package.json");try{if(!kg.default.existsSync(t)){(0,Zc.logVerboseWarning)(`File does not exist: ${t}`);return}let r=JSON.parse(kg.default.readFileSync(t,"utf-8"));return(0,DP.infoFromPackageJson)(r,t)}catch(r){(0,Zc.logVerboseWarning)(`Error reading or parsing ${t}: ${r?.message||r}`)}}Vn.getPackageInfo=QU;async function ZU(e){let t=kP.default.join(e,"package.json");try{if(!kg.default.existsSync(t)){(0,Zc.logVerboseWarning)(`File does not exist: ${t}`);return}let r=JSON.parse(await XU.default.readFile(t,"utf-8"));return(0,DP.infoFromPackageJson)(r,t)}catch(r){(0,Zc.logVerboseWarning)(`Error reading or parsing ${t}: ${r?.message||r}`)}}Vn.getPackageInfoAsync=ZU});var ua=F(Kn=>{"use strict";var LP=Kn&&Kn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Kn,"__esModule",{value:!0});Kn.getWorkspacePackageInfoAsync=Kn.getWorkspacePackageInfo=void 0;var eH=LP(require("path")),tH=LP(require("fs/promises")),rH=hn(),nH=Fg(),iH=aa();function sH(e){return e?e.map(t=>{let r=(0,iH.getPackageInfo)(t);return r?{name:r.name,path:t,packageJson:r}:null}).filter(Boolean):[]}Kn.getWorkspacePackageInfo=sH;async function oH(e){if(!e)return[];let t=e.map(async r=>{let n=eH.default.join(r,"package.json");try{let i=JSON.parse(await tH.default.readFile(n,"utf-8"));return{name:i.name,path:r,packageJson:(0,nH.infoFromPackageJson)(i,n)}}catch(i){return(0,rH.logVerboseWarning)(`Error reading or parsing ${n} while getting workspace package info`,i),null}});return(await Promise.all(t)).filter(Boolean)}Kn.getWorkspacePackageInfoAsync=oH});var Lg=F(Sr=>{"use strict";var TP=Sr&&Sr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Sr,"__esModule",{value:!0});Sr.getWorkspaceInfoFromWorkspaceRootAsync=Sr.getWorkspaceInfoFromWorkspaceRoot=Sr.getPackagePathsFromWorkspaceRootAsync=Sr.getPackagePathsFromWorkspaceRoot=void 0;var aH=TP(require("fs")),uH=TP(require("path")),IP=Xc(),NP=ua(),el=hn();function $P(e){let t=uH.default.join(e,"package.json"),r;try{r=JSON.parse(aH.default.readFileSync(t,"utf-8"))}catch{throw new Error("Could not load package.json from workspaces root")}let{workspaces:n}=r;if(Array.isArray(n))return n;if(!n?.packages)throw new Error("Could not find a workspaces object in package.json (expected if this is not a monorepo)");return n.packages}function MP(e){try{let t=$P(e);return t?(0,IP.getPackagePaths)(e,t):[]}catch(t){return(0,el.logVerboseWarning)(`Error getting package paths for ${e}`,t),[]}}Sr.getPackagePathsFromWorkspaceRoot=MP;async function jP(e){try{let t=$P(e);return t?(0,IP.getPackagePathsAsync)(e,t):[]}catch(t){return(0,el.logVerboseWarning)(`Error getting package paths for ${e}`,t),[]}}Sr.getPackagePathsFromWorkspaceRootAsync=jP;function cH(e){try{let t=MP(e);return(0,NP.getWorkspacePackageInfo)(t)}catch(t){return(0,el.logVerboseWarning)(`Error getting workspace info for ${e}`,t),[]}}Sr.getWorkspaceInfoFromWorkspaceRoot=cH;async function lH(e){try{let t=await jP(e);return(0,NP.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,el.logVerboseWarning)(`Error getting workspace info for ${e}`,t),[]}}Sr.getWorkspaceInfoFromWorkspaceRootAsync=lH});var xs=F((uQ,ki)=>{"use strict";function BP(e){return typeof e>"u"||e===null}function fH(e){return typeof e=="object"&&e!==null}function hH(e){return Array.isArray(e)?e:BP(e)?[]:[e]}function dH(e,t){var r,n,i,s;if(t)for(s=Object.keys(t),r=0,n=s.length;r<n;r+=1)i=s[r],e[i]=t[i];return e}function pH(e,t){var r="",n;for(n=0;n<t;n+=1)r+=e;return r}function gH(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}ki.exports.isNothing=BP;ki.exports.isObject=fH;ki.exports.toArray=hH;ki.exports.repeat=pH;ki.exports.isNegativeZero=gH;ki.exports.extend=dH});var Ps=F((cQ,qP)=>{"use strict";function WP(e,t){var r="",n=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
30
-
31
- `+e.mark.snippet),n+" "+r):n}function ca(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=WP(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}ca.prototype=Object.create(Error.prototype);ca.prototype.constructor=ca;ca.prototype.toString=function(t){return this.name+": "+WP(this,t)};qP.exports=ca});var UP=F((lQ,GP)=>{"use strict";var la=xs();function Tg(e,t,r,n,i){var s="",o="",a=Math.floor(i/2)-1;return n-t>a&&(s=" ... ",t=n-a+s.length),r-n>a&&(o=" ...",r=n+a-o.length),{str:s+e.slice(t,r).replace(/\t/g,"\u2192")+o,pos:n-t+s.length}}function Ig(e,t){return la.repeat(" ",t-e.length)+e}function mH(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),typeof t.indent!="number"&&(t.indent=1),typeof t.linesBefore!="number"&&(t.linesBefore=3),typeof t.linesAfter!="number"&&(t.linesAfter=2);for(var r=/\r?\n|\r|\0/g,n=[0],i=[],s,o=-1;s=r.exec(e.buffer);)i.push(s.index),n.push(s.index+s[0].length),e.position<=s.index&&o<0&&(o=n.length-2);o<0&&(o=n.length-1);var a="",u,c,f=Math.min(e.line+t.linesAfter,i.length).toString().length,l=t.maxLength-(t.indent+f+3);for(u=1;u<=t.linesBefore&&!(o-u<0);u++)c=Tg(e.buffer,n[o-u],i[o-u],e.position-(n[o]-n[o-u]),l),a=la.repeat(" ",t.indent)+Ig((e.line-u+1).toString(),f)+" | "+c.str+`
32
- `+a;for(c=Tg(e.buffer,n[o],i[o],e.position,l),a+=la.repeat(" ",t.indent)+Ig((e.line+1).toString(),f)+" | "+c.str+`
33
- `,a+=la.repeat("-",t.indent+f+3+c.pos)+`^
34
- `,u=1;u<=t.linesAfter&&!(o+u>=i.length);u++)c=Tg(e.buffer,n[o+u],i[o+u],e.position-(n[o]-n[o+u]),l),a+=la.repeat(" ",t.indent)+Ig((e.line+u+1).toString(),f)+" | "+c.str+`
35
- `;return a.replace(/\n$/,"")}GP.exports=mH});var wt=F((fQ,zP)=>{"use strict";var HP=Ps(),yH=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],vH=["scalar","sequence","mapping"];function AH(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(n){t[String(n)]=r})}),t}function EH(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(yH.indexOf(r)===-1)throw new HP('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=AH(t.styleAliases||null),vH.indexOf(this.kind)===-1)throw new HP('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}zP.exports=EH});var Mg=F((hQ,VP)=>{"use strict";var fa=Ps(),Ng=wt();function YP(e,t){var r=[];return e[t].forEach(function(n){var i=r.length;r.forEach(function(s,o){s.tag===n.tag&&s.kind===n.kind&&s.multi===n.multi&&(i=o)}),r[i]=n}),r}function bH(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function n(i){i.multi?(e.multi[i.kind].push(i),e.multi.fallback.push(i)):e[i.kind][i.tag]=e.fallback[i.tag]=i}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(n);return e}function $g(e){return this.extend(e)}$g.prototype.extend=function(t){var r=[],n=[];if(t instanceof Ng)n.push(t);else if(Array.isArray(t))n=n.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(r=r.concat(t.implicit)),t.explicit&&(n=n.concat(t.explicit));else throw new fa("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(s){if(!(s instanceof Ng))throw new fa("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new fa("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new fa("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(s){if(!(s instanceof Ng))throw new fa("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create($g.prototype);return i.implicit=(this.implicit||[]).concat(r),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=YP(i,"implicit"),i.compiledExplicit=YP(i,"explicit"),i.compiledTypeMap=bH(i.compiledImplicit,i.compiledExplicit),i};VP.exports=$g});var jg=F((dQ,KP)=>{"use strict";var wH=wt();KP.exports=new wH("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var Bg=F((pQ,JP)=>{"use strict";var SH=wt();JP.exports=new SH("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var Wg=F((gQ,XP)=>{"use strict";var CH=wt();XP.exports=new CH("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var qg=F((mQ,QP)=>{"use strict";var xH=Mg();QP.exports=new xH({explicit:[jg(),Bg(),Wg()]})});var Gg=F((yQ,ZP)=>{"use strict";var PH=wt();function OH(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function _H(){return null}function RH(e){return e===null}ZP.exports=new PH("tag:yaml.org,2002:null",{kind:"scalar",resolve:OH,construct:_H,predicate:RH,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"})});var Ug=F((vQ,eO)=>{"use strict";var FH=wt();function kH(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function DH(e){return e==="true"||e==="True"||e==="TRUE"}function LH(e){return Object.prototype.toString.call(e)==="[object Boolean]"}eO.exports=new FH("tag:yaml.org,2002:bool",{kind:"scalar",resolve:kH,construct:DH,predicate:LH,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})});var Hg=F((AQ,tO)=>{"use strict";var TH=xs(),IH=wt();function NH(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function $H(e){return 48<=e&&e<=55}function MH(e){return 48<=e&&e<=57}function jH(e){if(e===null)return!1;var t=e.length,r=0,n=!1,i;if(!t)return!1;if(i=e[r],(i==="-"||i==="+")&&(i=e[++r]),i==="0"){if(r+1===t)return!0;if(i=e[++r],i==="b"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(i!=="0"&&i!=="1")return!1;n=!0}return n&&i!=="_"}if(i==="x"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!NH(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}if(i==="o"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!$H(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}}if(i==="_")return!1;for(;r<t;r++)if(i=e[r],i!=="_"){if(!MH(e.charCodeAt(r)))return!1;n=!0}return!(!n||i==="_")}function BH(e){var t=e,r=1,n;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),n=t[0],(n==="-"||n==="+")&&(n==="-"&&(r=-1),t=t.slice(1),n=t[0]),t==="0")return 0;if(n==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function WH(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!TH.isNegativeZero(e)}tO.exports=new IH("tag:yaml.org,2002:int",{kind:"scalar",resolve:jH,construct:BH,predicate:WH,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var zg=F((EQ,nO)=>{"use strict";var rO=xs(),qH=wt(),GH=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function UH(e){return!(e===null||!GH.test(e)||e[e.length-1]==="_")}function HH(e){var t,r;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:r*parseFloat(t,10)}var zH=/^[-+]?[0-9]+e/;function YH(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(rO.isNegativeZero(e))return"-0.0";return r=e.toString(10),zH.test(r)?r.replace("e",".e"):r}function VH(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||rO.isNegativeZero(e))}nO.exports=new qH("tag:yaml.org,2002:float",{kind:"scalar",resolve:UH,construct:HH,predicate:VH,represent:YH,defaultStyle:"lowercase"})});var Yg=F((bQ,iO)=>{"use strict";iO.exports=qg().extend({implicit:[Gg(),Ug(),Hg(),zg()]})});var Vg=F((wQ,sO)=>{"use strict";sO.exports=Yg()});var Kg=F((SQ,uO)=>{"use strict";var KH=wt(),oO=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),aO=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function JH(e){return e===null?!1:oO.exec(e)!==null||aO.exec(e)!==null}function XH(e){var t,r,n,i,s,o,a,u=0,c=null,f,l,h;if(t=oO.exec(e),t===null&&(t=aO.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,i=+t[3],!t[4])return new Date(Date.UTC(r,n,i));if(s=+t[4],o=+t[5],a=+t[6],t[7]){for(u=t[7].slice(0,3);u.length<3;)u+="0";u=+u}return t[9]&&(f=+t[10],l=+(t[11]||0),c=(f*60+l)*6e4,t[9]==="-"&&(c=-c)),h=new Date(Date.UTC(r,n,i,s,o,a,u)),c&&h.setTime(h.getTime()-c),h}function QH(e){return e.toISOString()}uO.exports=new KH("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:JH,construct:XH,instanceOf:Date,represent:QH})});var Jg=F((CQ,cO)=>{"use strict";var ZH=wt();function e9(e){return e==="<<"||e===null}cO.exports=new ZH("tag:yaml.org,2002:merge",{kind:"scalar",resolve:e9})});var Qg=F((xQ,lO)=>{"use strict";var t9=wt(),Xg=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
36
- \r`;function r9(e){if(e===null)return!1;var t,r,n=0,i=e.length,s=Xg;for(r=0;r<i;r++)if(t=s.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;n+=6}return n%8===0}function n9(e){var t,r,n=e.replace(/[\r\n=]/g,""),i=n.length,s=Xg,o=0,a=[];for(t=0;t<i;t++)t%4===0&&t&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|s.indexOf(n.charAt(t));return r=i%4*6,r===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):r===18?(a.push(o>>10&255),a.push(o>>2&255)):r===12&&a.push(o>>4&255),new Uint8Array(a)}function i9(e){var t="",r=0,n,i,s=e.length,o=Xg;for(n=0;n<s;n++)n%3===0&&n&&(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]),r=(r<<8)+e[n];return i=s%3,i===0?(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]):i===2?(t+=o[r>>10&63],t+=o[r>>4&63],t+=o[r<<2&63],t+=o[64]):i===1&&(t+=o[r>>2&63],t+=o[r<<4&63],t+=o[64],t+=o[64]),t}function s9(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}lO.exports=new t9("tag:yaml.org,2002:binary",{kind:"scalar",resolve:r9,construct:n9,predicate:s9,represent:i9})});var Zg=F((PQ,fO)=>{"use strict";var o9=wt(),a9=Object.prototype.hasOwnProperty,u9=Object.prototype.toString;function c9(e){if(e===null)return!0;var t=[],r,n,i,s,o,a=e;for(r=0,n=a.length;r<n;r+=1){if(i=a[r],o=!1,u9.call(i)!=="[object Object]")return!1;for(s in i)if(a9.call(i,s))if(!o)o=!0;else return!1;if(!o)return!1;if(t.indexOf(s)===-1)t.push(s);else return!1}return!0}function l9(e){return e!==null?e:[]}fO.exports=new o9("tag:yaml.org,2002:omap",{kind:"sequence",resolve:c9,construct:l9})});var em=F((OQ,hO)=>{"use strict";var f9=wt(),h9=Object.prototype.toString;function d9(e){if(e===null)return!0;var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1){if(n=o[t],h9.call(n)!=="[object Object]"||(i=Object.keys(n),i.length!==1))return!1;s[t]=[i[0],n[i[0]]]}return!0}function p9(e){if(e===null)return[];var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1)n=o[t],i=Object.keys(n),s[t]=[i[0],n[i[0]]];return s}hO.exports=new f9("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:d9,construct:p9})});var tm=F((_Q,dO)=>{"use strict";var g9=wt(),m9=Object.prototype.hasOwnProperty;function y9(e){if(e===null)return!0;var t,r=e;for(t in r)if(m9.call(r,t)&&r[t]!==null)return!1;return!0}function v9(e){return e!==null?e:{}}dO.exports=new g9("tag:yaml.org,2002:set",{kind:"mapping",resolve:y9,construct:v9})});var tl=F((RQ,pO)=>{"use strict";pO.exports=Vg().extend({implicit:[Kg(),Jg()],explicit:[Qg(),Zg(),em(),tm()]})});var kO=F((FQ,sm)=>{"use strict";var Li=xs(),bO=Ps(),A9=UP(),E9=tl(),Xn=Object.prototype.hasOwnProperty,rl=1,wO=2,SO=3,nl=4,rm=1,b9=2,gO=3,w9=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,S9=/[\x85\u2028\u2029]/,C9=/[,\[\]\{\}]/,CO=/^(?:!|!!|![a-z\-]+!)$/i,xO=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function mO(e){return Object.prototype.toString.call(e)}function Jr(e){return e===10||e===13}function Ti(e){return e===9||e===32}function Gt(e){return e===9||e===32||e===10||e===13}function Os(e){return e===44||e===91||e===93||e===123||e===125}function x9(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function P9(e){return e===120?2:e===117?4:e===85?8:0}function O9(e){return 48<=e&&e<=57?e-48:-1}function yO(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
37
- `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function _9(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function PO(e,t,r){t==="__proto__"?Object.defineProperty(e,t,{configurable:!0,enumerable:!0,writable:!0,value:r}):e[t]=r}var OO=new Array(256),_O=new Array(256);for(Di=0;Di<256;Di++)OO[Di]=yO(Di)?1:0,_O[Di]=yO(Di);var Di;function R9(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||E9,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function RO(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=A9(r),new bO(t,r)}function ye(e,t){throw RO(e,t)}function il(e,t){e.onWarning&&e.onWarning.call(null,RO(e,t))}var vO={YAML:function(t,r,n){var i,s,o;t.version!==null&&ye(t,"duplication of %YAML directive"),n.length!==1&&ye(t,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),i===null&&ye(t,"ill-formed argument of the YAML directive"),s=parseInt(i[1],10),o=parseInt(i[2],10),s!==1&&ye(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=o<2,o!==1&&o!==2&&il(t,"unsupported YAML version of the document")},TAG:function(t,r,n){var i,s;n.length!==2&&ye(t,"TAG directive accepts exactly two arguments"),i=n[0],s=n[1],CO.test(i)||ye(t,"ill-formed tag handle (first argument) of the TAG directive"),Xn.call(t.tagMap,i)&&ye(t,'there is a previously declared suffix for "'+i+'" tag handle'),xO.test(s)||ye(t,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch{ye(t,"tag prefix is malformed: "+s)}t.tagMap[i]=s}};function Jn(e,t,r,n){var i,s,o,a;if(t<r){if(a=e.input.slice(t,r),n)for(i=0,s=a.length;i<s;i+=1)o=a.charCodeAt(i),o===9||32<=o&&o<=1114111||ye(e,"expected valid JSON character");else w9.test(a)&&ye(e,"the stream contains non-printable characters");e.result+=a}}function AO(e,t,r,n){var i,s,o,a;for(Li.isObject(r)||ye(e,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(r),o=0,a=i.length;o<a;o+=1)s=i[o],Xn.call(t,s)||(PO(t,s,r[s]),n[s]=!0)}function _s(e,t,r,n,i,s,o,a,u){var c,f;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),c=0,f=i.length;c<f;c+=1)Array.isArray(i[c])&&ye(e,"nested arrays are not supported inside keys"),typeof i=="object"&&mO(i[c])==="[object Object]"&&(i[c]="[object Object]");if(typeof i=="object"&&mO(i)==="[object Object]"&&(i="[object Object]"),i=String(i),t===null&&(t={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(s))for(c=0,f=s.length;c<f;c+=1)AO(e,t,s[c],r);else AO(e,t,s,r);else!e.json&&!Xn.call(r,i)&&Xn.call(t,i)&&(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=u||e.position,ye(e,"duplicated mapping key")),PO(t,i,s),delete r[i];return t}function nm(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):ye(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function nt(e,t,r){for(var n=0,i=e.input.charCodeAt(e.position);i!==0;){for(;Ti(i);)i===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),i=e.input.charCodeAt(++e.position);if(t&&i===35)do i=e.input.charCodeAt(++e.position);while(i!==10&&i!==13&&i!==0);if(Jr(i))for(nm(e),i=e.input.charCodeAt(e.position),n++,e.lineIndent=0;i===32;)e.lineIndent++,i=e.input.charCodeAt(++e.position);else break}return r!==-1&&n!==0&&e.lineIndent<r&&il(e,"deficient indentation"),n}function sl(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)&&(t+=3,r=e.input.charCodeAt(t),r===0||Gt(r)))}function im(e,t){t===1?e.result+=" ":t>1&&(e.result+=Li.repeat(`
38
- `,t-1))}function F9(e,t,r){var n,i,s,o,a,u,c,f,l=e.kind,h=e.result,d;if(d=e.input.charCodeAt(e.position),Gt(d)||Os(d)||d===35||d===38||d===42||d===33||d===124||d===62||d===39||d===34||d===37||d===64||d===96||(d===63||d===45)&&(i=e.input.charCodeAt(e.position+1),Gt(i)||r&&Os(i)))return!1;for(e.kind="scalar",e.result="",s=o=e.position,a=!1;d!==0;){if(d===58){if(i=e.input.charCodeAt(e.position+1),Gt(i)||r&&Os(i))break}else if(d===35){if(n=e.input.charCodeAt(e.position-1),Gt(n))break}else{if(e.position===e.lineStart&&sl(e)||r&&Os(d))break;if(Jr(d))if(u=e.line,c=e.lineStart,f=e.lineIndent,nt(e,!1,-1),e.lineIndent>=t){a=!0,d=e.input.charCodeAt(e.position);continue}else{e.position=o,e.line=u,e.lineStart=c,e.lineIndent=f;break}}a&&(Jn(e,s,o,!1),im(e,e.line-u),s=o=e.position,a=!1),Ti(d)||(o=e.position+1),d=e.input.charCodeAt(++e.position)}return Jn(e,s,o,!1),e.result?!0:(e.kind=l,e.result=h,!1)}function k9(e,t){var r,n,i;if(r=e.input.charCodeAt(e.position),r!==39)return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(Jn(e,n,e.position,!0),r=e.input.charCodeAt(++e.position),r===39)n=e.position,e.position++,i=e.position;else return!0;else Jr(r)?(Jn(e,n,i,!0),im(e,nt(e,!1,t)),n=i=e.position):e.position===e.lineStart&&sl(e)?ye(e,"unexpected end of the document within a single quoted scalar"):(e.position++,i=e.position);ye(e,"unexpected end of the stream within a single quoted scalar")}function D9(e,t){var r,n,i,s,o,a;if(a=e.input.charCodeAt(e.position),a!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;(a=e.input.charCodeAt(e.position))!==0;){if(a===34)return Jn(e,r,e.position,!0),e.position++,!0;if(a===92){if(Jn(e,r,e.position,!0),a=e.input.charCodeAt(++e.position),Jr(a))nt(e,!1,t);else if(a<256&&OO[a])e.result+=_O[a],e.position++;else if((o=P9(a))>0){for(i=o,s=0;i>0;i--)a=e.input.charCodeAt(++e.position),(o=x9(a))>=0?s=(s<<4)+o:ye(e,"expected hexadecimal character");e.result+=_9(s),e.position++}else ye(e,"unknown escape sequence");r=n=e.position}else Jr(a)?(Jn(e,r,n,!0),im(e,nt(e,!1,t)),r=n=e.position):e.position===e.lineStart&&sl(e)?ye(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}ye(e,"unexpected end of the stream within a double quoted scalar")}function L9(e,t){var r=!0,n,i,s,o=e.tag,a,u=e.anchor,c,f,l,h,d,p=Object.create(null),y,m,P,S;if(S=e.input.charCodeAt(e.position),S===91)f=93,d=!1,a=[];else if(S===123)f=125,d=!0,a={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=a),S=e.input.charCodeAt(++e.position);S!==0;){if(nt(e,!0,t),S=e.input.charCodeAt(e.position),S===f)return e.position++,e.tag=o,e.anchor=u,e.kind=d?"mapping":"sequence",e.result=a,!0;r?S===44&&ye(e,"expected the node content, but found ','"):ye(e,"missed comma between flow collection entries"),m=y=P=null,l=h=!1,S===63&&(c=e.input.charCodeAt(e.position+1),Gt(c)&&(l=h=!0,e.position++,nt(e,!0,t))),n=e.line,i=e.lineStart,s=e.position,Rs(e,t,rl,!1,!0),m=e.tag,y=e.result,nt(e,!0,t),S=e.input.charCodeAt(e.position),(h||e.line===n)&&S===58&&(l=!0,S=e.input.charCodeAt(++e.position),nt(e,!0,t),Rs(e,t,rl,!1,!0),P=e.result),d?_s(e,a,p,m,y,P,n,i,s):l?a.push(_s(e,null,p,m,y,P,n,i,s)):a.push(y),nt(e,!0,t),S=e.input.charCodeAt(e.position),S===44?(r=!0,S=e.input.charCodeAt(++e.position)):r=!1}ye(e,"unexpected end of the stream within a flow collection")}function T9(e,t){var r,n,i=rm,s=!1,o=!1,a=t,u=0,c=!1,f,l;if(l=e.input.charCodeAt(e.position),l===124)n=!1;else if(l===62)n=!0;else return!1;for(e.kind="scalar",e.result="";l!==0;)if(l=e.input.charCodeAt(++e.position),l===43||l===45)rm===i?i=l===43?gO:b9:ye(e,"repeat of a chomping mode identifier");else if((f=O9(l))>=0)f===0?ye(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?ye(e,"repeat of an indentation width identifier"):(a=t+f-1,o=!0);else break;if(Ti(l)){do l=e.input.charCodeAt(++e.position);while(Ti(l));if(l===35)do l=e.input.charCodeAt(++e.position);while(!Jr(l)&&l!==0)}for(;l!==0;){for(nm(e),e.lineIndent=0,l=e.input.charCodeAt(e.position);(!o||e.lineIndent<a)&&l===32;)e.lineIndent++,l=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>a&&(a=e.lineIndent),Jr(l)){u++;continue}if(e.lineIndent<a){i===gO?e.result+=Li.repeat(`
39
- `,s?1+u:u):i===rm&&s&&(e.result+=`
40
- `);break}for(n?Ti(l)?(c=!0,e.result+=Li.repeat(`
41
- `,s?1+u:u)):c?(c=!1,e.result+=Li.repeat(`
42
- `,u+1)):u===0?s&&(e.result+=" "):e.result+=Li.repeat(`
43
- `,u):e.result+=Li.repeat(`
44
- `,s?1+u:u),s=!0,o=!0,u=0,r=e.position;!Jr(l)&&l!==0;)l=e.input.charCodeAt(++e.position);Jn(e,r,e.position,!1)}return!0}function EO(e,t){var r,n=e.tag,i=e.anchor,s=[],o,a=!1,u;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),u=e.input.charCodeAt(e.position);u!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,ye(e,"tab characters must not be used in indentation")),!(u!==45||(o=e.input.charCodeAt(e.position+1),!Gt(o))));){if(a=!0,e.position++,nt(e,!0,-1)&&e.lineIndent<=t){s.push(null),u=e.input.charCodeAt(e.position);continue}if(r=e.line,Rs(e,t,SO,!1,!0),s.push(e.result),nt(e,!0,-1),u=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&u!==0)ye(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return a?(e.tag=n,e.anchor=i,e.kind="sequence",e.result=s,!0):!1}function I9(e,t,r){var n,i,s,o,a,u,c=e.tag,f=e.anchor,l={},h=Object.create(null),d=null,p=null,y=null,m=!1,P=!1,S;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=l),S=e.input.charCodeAt(e.position);S!==0;){if(!m&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,ye(e,"tab characters must not be used in indentation")),n=e.input.charCodeAt(e.position+1),s=e.line,(S===63||S===58)&&Gt(n))S===63?(m&&(_s(e,l,h,d,p,null,o,a,u),d=p=y=null),P=!0,m=!0,i=!0):m?(m=!1,i=!0):ye(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,S=n;else{if(o=e.line,a=e.lineStart,u=e.position,!Rs(e,r,wO,!1,!0))break;if(e.line===s){for(S=e.input.charCodeAt(e.position);Ti(S);)S=e.input.charCodeAt(++e.position);if(S===58)S=e.input.charCodeAt(++e.position),Gt(S)||ye(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(_s(e,l,h,d,p,null,o,a,u),d=p=y=null),P=!0,m=!1,i=!1,d=e.tag,p=e.result;else if(P)ye(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=c,e.anchor=f,!0}else if(P)ye(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=c,e.anchor=f,!0}if((e.line===s||e.lineIndent>t)&&(m&&(o=e.line,a=e.lineStart,u=e.position),Rs(e,t,nl,!0,i)&&(m?p=e.result:y=e.result),m||(_s(e,l,h,d,p,y,o,a,u),d=p=y=null),nt(e,!0,-1),S=e.input.charCodeAt(e.position)),(e.line===s||e.lineIndent>t)&&S!==0)ye(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return m&&_s(e,l,h,d,p,null,o,a,u),P&&(e.tag=c,e.anchor=f,e.kind="mapping",e.result=l),P}function N9(e){var t,r=!1,n=!1,i,s,o;if(o=e.input.charCodeAt(e.position),o!==33)return!1;if(e.tag!==null&&ye(e,"duplication of a tag property"),o=e.input.charCodeAt(++e.position),o===60?(r=!0,o=e.input.charCodeAt(++e.position)):o===33?(n=!0,i="!!",o=e.input.charCodeAt(++e.position)):i="!",t=e.position,r){do o=e.input.charCodeAt(++e.position);while(o!==0&&o!==62);e.position<e.length?(s=e.input.slice(t,e.position),o=e.input.charCodeAt(++e.position)):ye(e,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!Gt(o);)o===33&&(n?ye(e,"tag suffix cannot contain exclamation marks"):(i=e.input.slice(t-1,e.position+1),CO.test(i)||ye(e,"named tag handle cannot contain such characters"),n=!0,t=e.position+1)),o=e.input.charCodeAt(++e.position);s=e.input.slice(t,e.position),C9.test(s)&&ye(e,"tag suffix cannot contain flow indicator characters")}s&&!xO.test(s)&&ye(e,"tag name cannot contain such characters: "+s);try{s=decodeURIComponent(s)}catch{ye(e,"tag name is malformed: "+s)}return r?e.tag=s:Xn.call(e.tagMap,i)?e.tag=e.tagMap[i]+s:i==="!"?e.tag="!"+s:i==="!!"?e.tag="tag:yaml.org,2002:"+s:ye(e,'undeclared tag handle "'+i+'"'),!0}function $9(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&ye(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!Gt(r)&&!Os(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&ye(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function M9(e){var t,r,n;if(n=e.input.charCodeAt(e.position),n!==42)return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;n!==0&&!Gt(n)&&!Os(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&ye(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),Xn.call(e.anchorMap,r)||ye(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],nt(e,!0,-1),!0}function Rs(e,t,r,n,i){var s,o,a,u=1,c=!1,f=!1,l,h,d,p,y,m;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,s=o=a=nl===r||SO===r,n&&nt(e,!0,-1)&&(c=!0,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)),u===1)for(;N9(e)||$9(e);)nt(e,!0,-1)?(c=!0,a=s,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)):a=!1;if(a&&(a=c||i),(u===1||nl===r)&&(rl===r||wO===r?y=t:y=t+1,m=e.position-e.lineStart,u===1?a&&(EO(e,m)||I9(e,m,y))||L9(e,y)?f=!0:(o&&T9(e,y)||k9(e,y)||D9(e,y)?f=!0:M9(e)?(f=!0,(e.tag!==null||e.anchor!==null)&&ye(e,"alias node should not have any properties")):F9(e,y,rl===r)&&(f=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):u===0&&(f=a&&EO(e,m))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&ye(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),l=0,h=e.implicitTypes.length;l<h;l+=1)if(p=e.implicitTypes[l],p.resolve(e.result)){e.result=p.construct(e.result),e.tag=p.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(Xn.call(e.typeMap[e.kind||"fallback"],e.tag))p=e.typeMap[e.kind||"fallback"][e.tag];else for(p=null,d=e.typeMap.multi[e.kind||"fallback"],l=0,h=d.length;l<h;l+=1)if(e.tag.slice(0,d[l].tag.length)===d[l].tag){p=d[l];break}p||ye(e,"unknown tag !<"+e.tag+">"),e.result!==null&&p.kind!==e.kind&&ye(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+p.kind+'", not "'+e.kind+'"'),p.resolve(e.result,e.tag)?(e.result=p.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):ye(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||f}function j9(e){var t=e.position,r,n,i,s=!1,o;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(o=e.input.charCodeAt(e.position))!==0&&(nt(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||o!==37));){for(s=!0,o=e.input.charCodeAt(++e.position),r=e.position;o!==0&&!Gt(o);)o=e.input.charCodeAt(++e.position);for(n=e.input.slice(r,e.position),i=[],n.length<1&&ye(e,"directive name must not be less than one character in length");o!==0;){for(;Ti(o);)o=e.input.charCodeAt(++e.position);if(o===35){do o=e.input.charCodeAt(++e.position);while(o!==0&&!Jr(o));break}if(Jr(o))break;for(r=e.position;o!==0&&!Gt(o);)o=e.input.charCodeAt(++e.position);i.push(e.input.slice(r,e.position))}o!==0&&nm(e),Xn.call(vO,n)?vO[n](e,n,i):il(e,'unknown document directive "'+n+'"')}if(nt(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,nt(e,!0,-1)):s&&ye(e,"directives end mark is expected"),Rs(e,e.lineIndent-1,nl,!1,!0),nt(e,!0,-1),e.checkLineBreaks&&S9.test(e.input.slice(t,e.position))&&il(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&sl(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,nt(e,!0,-1));return}if(e.position<e.length-1)ye(e,"end of the stream or a document separator is expected");else return}function FO(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
45
- `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new R9(e,t),n=e.indexOf("\0");for(n!==-1&&(r.position=n,ye(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)j9(r);return r.documents}function B9(e,t,r){t!==null&&typeof t=="object"&&typeof r>"u"&&(r=t,t=null);var n=FO(e,r);if(typeof t!="function")return n;for(var i=0,s=n.length;i<s;i+=1)t(n[i])}function W9(e,t){var r=FO(e,t);if(r.length!==0){if(r.length===1)return r[0];throw new bO("expected a single document in the stream, but found more")}}sm.exports.loadAll=B9;sm.exports.load=W9});var QO=F((kQ,XO)=>{"use strict";var ul=xs(),ma=Ps(),q9=tl(),BO=Object.prototype.toString,WO=Object.prototype.hasOwnProperty,lm=65279,G9=9,da=10,U9=13,H9=32,z9=33,Y9=34,om=35,V9=37,K9=38,J9=39,X9=42,qO=44,Q9=45,ol=58,Z9=61,e6=62,t6=63,r6=64,GO=91,UO=93,n6=96,HO=123,i6=124,zO=125,St={};St[0]="\\0";St[7]="\\a";St[8]="\\b";St[9]="\\t";St[10]="\\n";St[11]="\\v";St[12]="\\f";St[13]="\\r";St[27]="\\e";St[34]='\\"';St[92]="\\\\";St[133]="\\N";St[160]="\\_";St[8232]="\\L";St[8233]="\\P";var s6=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],o6=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function a6(e,t){var r,n,i,s,o,a,u;if(t===null)return{};for(r={},n=Object.keys(t),i=0,s=n.length;i<s;i+=1)o=n[i],a=String(t[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),u=e.compiledTypeMap.fallback[o],u&&WO.call(u.styleAliases,a)&&(a=u.styleAliases[a]),r[o]=a;return r}function u6(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else if(e<=4294967295)r="U",n=8;else throw new ma("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+ul.repeat("0",n-t.length)+t}var c6=1,pa=2;function l6(e){this.schema=e.schema||q9,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=ul.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=a6(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?pa:c6,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function DO(e,t){for(var r=ul.repeat(" ",t),n=0,i=-1,s="",o,a=e.length;n<a;)i=e.indexOf(`
7
+ ${r.stderr?.toString().trimEnd()}`)}pt.gitFailFast=wO;function bO(e,t){return e.success?e.stdout.split(/\n/).map(r=>r.trim()).filter(r=>!!r&&(!t?.excludeNodeModules||!r.includes("node_modules"))):[]}pt.processGitOutput=bO});var dc=A(ao=>{"use strict";Object.defineProperty(ao,"__esModule",{value:!0});ao.getConfigValue=void 0;var EO=Bn();function _O(e){let{key:t,...r}=e,n=(0,EO.git)(["config",t],r);return n.success?n.stdout.trim():null}ao.getConfigValue=_O});var gc=A((Y8,gg)=>{"use strict";gg.exports=function(t,r){r===!0&&(r=0);var n="";if(typeof t=="string")try{n=new URL(t).protocol}catch{}else t&&t.constructor===URL&&(n=t.protocol);var i=n.split(/\:|\+/).filter(Boolean);return typeof r=="number"?i[r]:i}});var yg=A((V8,mg)=>{"use strict";var vO=gc();function SO(e){var t={protocols:[],protocol:null,port:null,resource:"",host:"",user:"",password:"",pathname:"",hash:"",search:"",href:e,query:{},parse_failed:!1};try{var r=new URL(e);t.protocols=vO(r),t.protocol=t.protocols[0],t.port=r.port,t.resource=r.hostname,t.host=r.host,t.user=r.username||"",t.password=r.password||"",t.pathname=r.pathname,t.hash=r.hash.slice(1),t.search=r.search.slice(1),t.href=r.href,t.query=Object.fromEntries(r.searchParams)}catch{t.protocols=["file"],t.protocol=t.protocols[0],t.port="",t.resource="",t.user="",t.pathname="",t.hash="",t.search="",t.href=e,t.query={},t.parse_failed=!0}return t}mg.exports=SO});var vg=A((K8,_g)=>{"use strict";var CO=yg();function xO(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var PO=xO(CO);function OO(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){if(this instanceof n){var i=[null];i.push.apply(i,arguments);var s=Function.bind.apply(t,i);return new s}return t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})}),r}var wg={},RO="text/plain",FO="us-ascii",Ag=(e,t)=>t.some(r=>r instanceof RegExp?r.test(e):r===e),LO=(e,{stripHash:t})=>{let r=/^data:(?<type>[^,]*?),(?<data>[^#]*?)(?:#(?<hash>.*))?$/.exec(e);if(!r)throw new Error(`Invalid URL: ${e}`);let{type:n,data:i,hash:s}=r.groups,o=n.split(";");s=t?"":s;let a=!1;o[o.length-1]==="base64"&&(o.pop(),a=!0);let u=(o.shift()||"").toLowerCase(),f=[...o.map(l=>{let[h,p=""]=l.split("=").map(d=>d.trim());return h==="charset"&&(p=p.toLowerCase(),p===FO)?"":`${h}${p?`=${p}`:""}`}).filter(Boolean)];return a&&f.push("base64"),(f.length>0||u&&u!==RO)&&f.unshift(u),`data:${f.join(";")},${a?i.trim():i}${s?`#${s}`:""}`};function DO(e,t){if(t={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripTextFragment:!0,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeSingleSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...t},e=e.trim(),/^data:/i.test(e))return LO(e,t);if(/^view-source:/i.test(e))throw new Error("`view-source:` is not supported as it is a non-standard protocol");let r=e.startsWith("//");!r&&/^\.*\//.test(e)||(e=e.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,t.defaultProtocol));let i=new URL(e);if(t.forceHttp&&t.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(t.forceHttp&&i.protocol==="https:"&&(i.protocol="http:"),t.forceHttps&&i.protocol==="http:"&&(i.protocol="https:"),t.stripAuthentication&&(i.username="",i.password=""),t.stripHash?i.hash="":t.stripTextFragment&&(i.hash=i.hash.replace(/#?:~:text.*?$/i,"")),i.pathname){let o=/\b[a-z][a-z\d+\-.]{1,50}:\/\//g,a=0,u="";for(;;){let f=o.exec(i.pathname);if(!f)break;let l=f[0],h=f.index,p=i.pathname.slice(a,h);u+=p.replace(/\/{2,}/g,"/"),u+=l,a=h+l.length}let c=i.pathname.slice(a,i.pathname.length);u+=c.replace(/\/{2,}/g,"/"),i.pathname=u}if(i.pathname)try{i.pathname=decodeURI(i.pathname)}catch{}if(t.removeDirectoryIndex===!0&&(t.removeDirectoryIndex=[/^index\.[a-z]+$/]),Array.isArray(t.removeDirectoryIndex)&&t.removeDirectoryIndex.length>0){let o=i.pathname.split("/"),a=o[o.length-1];Ag(a,t.removeDirectoryIndex)&&(o=o.slice(0,-1),i.pathname=o.slice(1).join("/")+"/")}if(i.hostname&&(i.hostname=i.hostname.replace(/\.$/,""),t.stripWWW&&/^www\.(?!www\.)[a-z\-\d]{1,63}\.[a-z.\-\d]{2,63}$/.test(i.hostname)&&(i.hostname=i.hostname.replace(/^www\./,""))),Array.isArray(t.removeQueryParameters))for(let o of[...i.searchParams.keys()])Ag(o,t.removeQueryParameters)&&i.searchParams.delete(o);if(t.removeQueryParameters===!0&&(i.search=""),t.sortQueryParameters){i.searchParams.sort();try{i.search=decodeURIComponent(i.search)}catch{}}t.removeTrailingSlash&&(i.pathname=i.pathname.replace(/\/$/,""));let s=e;return e=i.toString(),!t.removeSingleSlash&&i.pathname==="/"&&!s.endsWith("/")&&i.hash===""&&(e=e.replace(/\/$/,"")),(t.removeTrailingSlash||i.pathname==="/")&&i.hash===""&&t.removeSingleSlash&&(e=e.replace(/\/$/,"")),r&&!t.normalizeProtocol&&(e=e.replace(/^http:\/\//,"//")),t.stripProtocol&&(e=e.replace(/^(?:https?:)?\/\//,"")),e}var TO=Object.freeze({__proto__:null,default:DO}),kO=OO(TO);Object.defineProperty(wg,"__esModule",{value:!0});var NO=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},IO=kO,$O=bg(IO),BO=PO.default,MO=bg(BO);function bg(e){return e&&e.__esModule?e:{default:e}}var Eg=function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=/^(?:([a-zA-Z_][a-zA-Z0-9_-]{0,31})@|https?:\/\/)([\w\.\-@]+)[\/:](([\~,\.\w,\-,\_,\/,\s]|%[0-9A-Fa-f]{2})+?(?:\.git|\/)?)$/,i=function(u){var c=new Error(u);throw c.subject_url=t,c};(typeof t!="string"||!t.trim())&&i("Invalid url."),t.length>e.MAX_INPUT_LENGTH&&i("Input exceeds maximum length. If needed, change the value of parseUrl.MAX_INPUT_LENGTH."),r&&((typeof r>"u"?"undefined":NO(r))!=="object"&&(r={stripHash:!1}),t=(0,$O.default)(t,r));var s=(0,MO.default)(t);if(s.parse_failed){var o=s.href.match(n);o?(s.protocols=["ssh"],s.protocol="ssh",s.resource=o[2],s.host=o[2],s.user=o[1],s.pathname="/"+o[3],s.parse_failed=!1):i("URL parsing failed.")}return s};Eg.MAX_INPUT_LENGTH=2048;var jO=wg.default=Eg;_g.exports=jO});var xg=A((X8,Cg)=>{"use strict";var qO=gc();function Sg(e){if(Array.isArray(e))return e.indexOf("ssh")!==-1||e.indexOf("rsync")!==-1;if(typeof e!="string")return!1;var t=qO(e);if(e=e.substring(e.indexOf("://")+3),Sg(t))return!0;var r=new RegExp(".([a-zA-Z\\d]+):(\\d+)/");return!e.match(r)&&e.indexOf("@")<e.indexOf(":")}Cg.exports=Sg});var Rg=A((J8,Og)=>{"use strict";var WO=vg(),Pg=xg();function UO(e){let t=WO(e);return t.token="",t.password==="x-oauth-basic"?t.token=t.user:t.user==="x-token-auth"&&(t.token=t.password),Pg(t.protocols)||t.protocols.length===0&&Pg(e)?t.protocol="ssh":t.protocols.length?t.protocol=t.protocols[0]:(t.protocol="file",t.protocols=["file"]),t.href=t.href.replace(/\/$/,""),t}Og.exports=UO});var Lg=A((Q8,Fg)=>{"use strict";var GO=Rg();function mc(e,t){if(t=t||[],typeof e!="string")throw new Error("The url must be a string.");if(!t.every(function(_){return typeof _=="string"}))throw new Error("The refs should contain only strings");var r=/^([a-z\d-]{1,39})\/([-\.\w]{1,100})$/i;r.test(e)&&(e="https://github.com/"+e);var n=GO(e),i=n.resource.split("."),s=null;switch(n.toString=function(_){return mc.stringify(this,_)},n.source=i.length>2?i.slice(1-i.length).join("."):n.source=n.resource,n.git_suffix=/\.git$/.test(n.pathname),n.name=decodeURIComponent((n.pathname||n.href).replace(/(^\/)|(\/$)/g,"").replace(/\.git$/,"")),n.owner=decodeURIComponent(n.user),n.source){case"git.cloudforge.com":n.owner=n.user,n.organization=i[0],n.source="cloudforge.com";break;case"visualstudio.com":if(n.resource==="vs-ssh.visualstudio.com"){s=n.name.split("/"),s.length===4&&(n.organization=s[1],n.owner=s[2],n.name=s[3],n.full_name=s[2]+"/"+s[3]);break}else{s=n.name.split("/"),s.length===2?(n.owner=s[1],n.name=s[1],n.full_name="_git/"+n.name):s.length===3?(n.name=s[2],s[0]==="DefaultCollection"?(n.owner=s[2],n.organization=s[0],n.full_name=n.organization+"/_git/"+n.name):(n.owner=s[0],n.full_name=n.owner+"/_git/"+n.name)):s.length===4&&(n.organization=s[0],n.owner=s[1],n.name=s[3],n.full_name=n.organization+"/"+n.owner+"/_git/"+n.name);break}case"dev.azure.com":case"azure.com":if(n.resource==="ssh.dev.azure.com"){s=n.name.split("/"),s.length===4&&(n.organization=s[1],n.owner=s[2],n.name=s[3]);break}else{s=n.name.split("/"),s.length===5?(n.organization=s[0],n.owner=s[1],n.name=s[4],n.full_name="_git/"+n.name):s.length===3?(n.name=s[2],s[0]==="DefaultCollection"?(n.owner=s[2],n.organization=s[0],n.full_name=n.organization+"/_git/"+n.name):(n.owner=s[0],n.full_name=n.owner+"/_git/"+n.name)):s.length===4&&(n.organization=s[0],n.owner=s[1],n.name=s[3],n.full_name=n.organization+"/"+n.owner+"/_git/"+n.name),n.query&&n.query.path&&(n.filepath=n.query.path.replace(/^\/+/g,"")),n.query&&n.query.version&&(n.ref=n.query.version.replace(/^GB/,""));break}default:s=n.name.split("/");var o=s.length-1;if(s.length>=2){var a=s.indexOf("-",2),u=s.indexOf("blob",2),c=s.indexOf("tree",2),f=s.indexOf("commit",2),l=s.indexOf("issues",2),h=s.indexOf("src",2),p=s.indexOf("raw",2),d=s.indexOf("edit",2);o=a>0?a-1:u>0&&c>0?Math.min(u-1,c-1):u>0?u-1:l>0?l-1:c>0?c-1:f>0?f-1:h>0?h-1:p>0?p-1:d>0?d-1:o,n.owner=s.slice(0,o).join("/"),n.name=s[o],f&&l<0&&(n.commit=s[o+2])}n.ref="",n.filepathtype="",n.filepath="";var g=s.length>o&&s[o+1]==="-"?o+1:o;s.length>g+2&&["raw","src","blob","tree","edit"].indexOf(s[g+1])>=0&&(n.filepathtype=s[g+1],n.ref=s[g+2],s.length>g+3&&(n.filepath=s.slice(g+3).join("/"))),n.organization=n.owner;break}n.full_name||(n.full_name=n.owner,n.name&&(n.full_name&&(n.full_name+="/"),n.full_name+=n.name)),n.owner.startsWith("scm/")&&(n.source="bitbucket-server",n.owner=n.owner.replace("scm/",""),n.organization=n.owner,n.full_name=n.owner+"/"+n.name);var m=/(projects|users)\/(.*?)\/repos\/(.*?)((\/.*$)|$)/,b=m.exec(n.pathname);return b!=null&&(n.source="bitbucket-server",b[1]==="users"?n.owner="~"+b[2]:n.owner=b[2],n.organization=n.owner,n.name=b[3],s=b[4].split("/"),s.length>1&&(["raw","browse"].indexOf(s[1])>=0?(n.filepathtype=s[1],s.length>2&&(n.filepath=s.slice(2).join("/"))):s[1]==="commits"&&s.length>2&&(n.commit=s[2])),n.full_name=n.owner+"/"+n.name,n.query.at?n.ref=n.query.at:n.ref=""),t.length!==0&&n.ref&&(n.ref=YO(n.href,t)||n.ref,n.filepath=n.href.split(n.ref+"/")[1]),n}mc.stringify=function(e,t){t=t||(e.protocols&&e.protocols.length?e.protocols.join("+"):e.protocol);var r=e.port?":"+e.port:"",n=e.user||"git",i=e.git_suffix?".git":"";switch(t){case"ssh":return r?"ssh://"+n+"@"+e.resource+r+"/"+e.full_name+i:n+"@"+e.resource+":"+e.full_name+i;case"git+ssh":case"ssh+git":case"ftp":case"ftps":return t+"://"+n+"@"+e.resource+r+"/"+e.full_name+i;case"http":case"https":var s=e.token?HO(e):e.user&&(e.protocols.includes("http")||e.protocols.includes("https"))?e.user+"@":"";return t+"://"+s+e.resource+r+"/"+zO(e)+i;default:return e.href}};function HO(e){switch(e.source){case"bitbucket.org":return"x-token-auth:"+e.token+"@";default:return e.token+"@"}}function zO(e){switch(e.source){case"bitbucket-server":return"scm/"+e.full_name;default:var t=e.full_name.split("/").map(function(r){return encodeURIComponent(r)}).join("/");return t}}function YO(e,t){var r="";return t.forEach(function(n){e.includes(n)&&n.length>r.length&&(r=n)}),r}Fg.exports=mc});var Dg=A(Mn=>{"use strict";var VO=Mn&&Mn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Mn,"__esModule",{value:!0});Mn.getRepositoryName=void 0;var KO=VO(Lg());function XO(e){try{let t=(0,KO.default)(e.replace("/_optimized/","/").replace("/DefaultCollection/","/")),r=t.host||"",n=r.endsWith(".visualstudio.com");if(!n&&r!=="dev.azure.com"&&r!=="ssh.dev.azure.com")return t.full_name;let i=t.full_name.match(/(vs-ssh\.visualstudio\.com|ssh\.dev\.azure\.com):v\d+\/([^/]+)\/([^/]+)/);if(i)return`${i[2]}/${i[3]}/${t.name}`;let s=t.organization;return!s&&n&&(s=r.match(/([^.@]+)\.visualstudio\.com$/)?.[1]),`${s}/${t.owner}/${t.name}`}catch{return""}}Mn.getRepositoryName=XO});var yc=A(jn=>{"use strict";var kg=jn&&jn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(jn,"__esModule",{value:!0});jn.getDefaultRemote=void 0;var JO=kg(require("fs")),QO=kg(require("path")),ZO=Ac(),Tg=Dg(),eR=Bn();function tR(e){let t=typeof e=="string"?{cwd:e}:e,{cwd:r,strict:n,verbose:i}=t,s=b=>i&&console.log(b),o=b=>{if(n)throw new Error(b);s(b)},a=(0,ZO.findGitRoot)(r),u={},c=QO.default.join(a,"package.json");try{u=JSON.parse(JO.default.readFileSync(c,"utf8").trim())}catch{o(`Could not read "${c}"`)}let{repository:f}=u,l=typeof f=="string"?f:f&&f.url||"";l||console.log(`Valid "repository" key not found in "${c}". Consider adding this info for more accurate git remote detection.`);let h=(0,Tg.getRepositoryName)(l),p=(0,eR.git)(["remote","-v"],{cwd:r});p.success||o(`Could not determine available git remotes under "${r}"`);let d={};if(p.stdout.split(`
8
+ `).forEach(b=>{let[_,P]=b.split(/\s+/),F=(0,Tg.getRepositoryName)(P);F&&(d[F]=_)}),h){if(d[h])return d[h];o(`Could not find remote pointing to repository "${h}".`)}let g=Object.values(d),m=["upstream","origin",...g];for(let b of m)if(g.includes(b))return s(`Default to remote "${b}"`),b;return o(`Could not find any remotes in git repo at "${a}".`),s('Assuming default remote "origin".'),"origin"}jn.getDefaultRemote=tR});var _c=A(ne=>{"use strict";Object.defineProperty(ne,"__esModule",{value:!0});ne.listAllTrackedFiles=ne.getDefaultBranch=ne.parseRemoteBranch=ne.getRemoteBranch=ne.getParentBranch=ne.revertLocalChanges=ne.stageAndCommit=ne.commit=ne.stage=ne.init=ne.getFileAddedHash=ne.getCurrentHash=ne.getShortBranchName=ne.getFullBranchRef=ne.getBranchName=ne.getUserEmail=ne.getRecentCommitMessages=ne.getStagedChanges=ne.getChangesBetweenRefs=ne.getBranchChanges=ne.getChanges=ne.getUnstagedChanges=ne.fetchRemoteBranch=ne.fetchRemote=ne.getUntrackedChanges=void 0;var wc=dc(),ye=Bn(),bc=["--no-pager","diff","--name-only","--relative"];function rR(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,ye.git)(["ls-files","--others","--exclude-standard"],{description:"Gathering information about untracked changes",throwOnError:!0,...t});return(0,ye.processGitOutput)(r,{excludeNodeModules:!0})}ne.getUntrackedChanges=rR;function Ng(e,t){let{remote:r,remoteBranch:n,options:i,...s}=typeof e=="string"?{remote:e,cwd:t}:e;if(n&&!r)throw new Error('Must provide "remote" when using "remoteBranch" option');let o=["fetch","--",...r?[r]:[],...n?[n]:[],...i||[]];(0,ye.git)(o,{description:r?`Fetching ${n?`branch "${n}" from `:""}remote "${r}"`:"Fetching all remotes",throwOnError:!0,...s})}ne.fetchRemote=Ng;function nR(e,t,r){Ng({remote:e,remoteBranch:t,cwd:r,throwOnError:!0})}ne.fetchRemoteBranch=nR;function iR(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,ye.git)(bc,{description:"Gathering information about unstaged changes",throwOnError:!0,...t});return(0,ye.processGitOutput)(r,{excludeNodeModules:!0})}ne.getUnstagedChanges=iR;function sR(e,t){return Ec({fromRef:e,cwd:t,throwOnError:!0})}ne.getChanges=sR;function oR(e,t){let{branch:r,...n}=typeof e=="string"?{branch:e,cwd:t}:e;return Ec({fromRef:r,throwOnError:!0,...n})}ne.getBranchChanges=oR;function Ec(e,t,r,n,i){let s;typeof e=="string"?s={cwd:i}:{fromRef:e,toRef:t,options:r,pattern:n,...s}=e;let o=`${e}...${t||""}`,a=(0,ye.git)([...bc,...r||[],o,...n?["--",n]:[]],{description:`Gathering information about changes between refs (${o})`,throwOnError:!0,...s});return(0,ye.processGitOutput)(a,{excludeNodeModules:!0})}ne.getChangesBetweenRefs=Ec;function aR(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,ye.git)([...bc,"--staged"],{description:"Gathering information about staged changes",throwOnError:!0,...t});return(0,ye.processGitOutput)(r,{excludeNodeModules:!0})}ne.getStagedChanges=aR;function uR(e,t){let{branch:r,...n}=typeof e=="string"?{branch:e,cwd:t}:e,i=(0,ye.git)(["log","--decorate","--pretty=format:%s",`${r}..HEAD`],{description:`Getting recent commit messages for branch "${r}"`,...n});return(0,ye.processGitOutput)(i)}ne.getRecentCommitMessages=uR;function Ig(e){let t=typeof e=="string"?{cwd:e}:e;return(0,wc.getConfigValue)({key:"user.email",...t})}ne.getUserEmail=Ig;function $g(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,ye.git)(["rev-parse","--abbrev-ref","HEAD"],{description:"Getting current branch name",...t});return r.success?r.stdout:null}ne.getBranchName=$g;function cR(e,t){let{branch:r,...n}=typeof e=="string"?{branch:e,cwd:t}:e,i=(0,ye.git)(["show-ref","--heads",r],n);return i.success?i.stdout.split(" ")[1]:null}ne.getFullBranchRef=cR;function lR(e,t){let{fullBranchRef:r,...n}=typeof e=="string"?{fullBranchRef:e,cwd:t}:e,i=(0,ye.git)(["rev-parse","--abbrev-ref",r],n);return i.success&&i.stdout||null}ne.getShortBranchName=lR;function fR(e){let t=typeof e=="string"?{cwd:e}:e,r=(0,ye.git)(["rev-parse","HEAD"],{description:"Getting current git hash",...t});return r.success?r.stdout:null}ne.getCurrentHash=fR;function hR(e,t){let{filename:r,...n}=typeof e=="string"?{filename:e,cwd:t}:e,i=(0,ye.git)(["rev-list","--max-count=1","HEAD",r],n);return i.success?i.stdout.trim():void 0}ne.getFileAddedHash=hR;function pR(e,t,r){let{email:n,username:i,...s}=typeof e=="string"?{cwd:e,email:t,username:r}:e;if((0,ye.git)(["init"],{...s,throwOnError:!0}),!(0,wc.getConfigValue)({key:"user.name",...s})){if(!i)throw new Error("must include a username when initializing git repo");(0,ye.git)(["config","user.name",i],s)}if(!Ig(s)){if(!n)throw new Error("must include a email when initializing git repo");(0,ye.git)(["config","user.email",n],s)}}ne.init=pR;function Bg(e,t){let{patterns:r,...n}=Array.isArray(e)?{patterns:e,cwd:t}:e;for(let i of r)(0,ye.git)(["add",i],{...n,description:`Staging changes (git add ${i})`})}ne.stage=Bg;function Mg(e,t,r){let{message:n,options:i,...s}=typeof e=="string"?{message:e,cwd:t,options:r}:e;(0,ye.git)(["commit","-m",n,...i||[]],{throwOnError:!0,description:"Committing changes",...s})}ne.commit=Mg;function dR(e,t,r,n){let i=Array.isArray(e)?{patterns:e,message:t,cwd:r,options:n}:e;Bg(i),Mg(i)}ne.stageAndCommit=dR;function gR(e){let t=typeof e=="string"?{cwd:e}:e,r=`workspace-tools_${new Date().getTime()}`;if(!(0,ye.git)(["stash","push","-u","-m",r],t).success)return!1;let n=(0,ye.git)(["stash","list"],t);if(n.success){let i=n.stdout.split(/\n/).find(s=>s.includes(r))?.match(/^[^:]+/);if(i)return(0,ye.git)(["stash","drop",i[0]],t),!0}return!1}ne.revertLocalChanges=gR;function mR(e){let t=$g({cwd:e});if(!t||t==="HEAD")return null;let r=(0,ye.git)(["show-branch","-a"],{cwd:e});if(r.success){let s=r.stdout.split(/\n/).find(o=>o.includes("*")&&!o.includes(t)&&!o.includes("publish_"))?.match(/\[(.*)\]/);return s?s[1]:null}return null}ne.getParentBranch=mR;function yR(e,t){let r=typeof e=="string"?{branch:e,cwd:t}:e,n=(0,ye.git)(["rev-parse","--abbrev-ref","--symbolic-full-name",`${r.branch}@{u}`],r);return n.success?n.stdout.trim():null}ne.getRemoteBranch=yR;function AR(e){if(typeof e=="string"){let s=e,o=s.indexOf("/",0);return{remote:s.substring(0,o),remoteBranch:s.substring(o+1)}}let{branch:t,knownRemotes:r=["origin","upstream"],...n}=e;if(!t.includes("/"))return{remote:"",remoteBranch:t};let i=r.find(s=>t.startsWith(`${s}/`));return i||(i=(0,ye.git)(["remote"],n).stdout.trim().split(/\n/).find(o=>t.startsWith(`${o}/`))),i?{remote:i,remoteBranch:t.slice(i.length+1)}:{remote:"",remoteBranch:t}}ne.parseRemoteBranch=AR;function wR(e){let t=typeof e=="string"?{cwd:e}:e;return(0,wc.getConfigValue)({key:"init.defaultBranch",...t})||"master"}ne.getDefaultBranch=wR;function bR(e,t){let{patterns:r,...n}=Array.isArray(e)?{patterns:e,cwd:t}:e,i=(0,ye.git)(["ls-files",...r],{throwOnError:!0,...n});return(0,ye.processGitOutput)(i)}ne.listAllTrackedFiles=bR});var jg=A(uo=>{"use strict";Object.defineProperty(uo,"__esModule",{value:!0});uo.getDefaultRemoteBranch=void 0;var ER=yc(),_R=Bn(),vR=_c();function SR(...e){let[t,r]=e,n=typeof t=="string"?{branch:t,cwd:r}:t,{cwd:i,branch:s}=n,o=(0,ER.getDefaultRemote)(n);if(s)return`${o}/${s}`;let a=(0,_R.git)(["remote","show",o],{cwd:i}),u;return a.success&&(u=a.stdout.split(/\n/).find(c=>c.includes("HEAD branch"))?.replace(/^\s*HEAD branch:\s+/,"")),u||(u=(0,vR.getDefaultBranch)({cwd:i,throwOnError:n.strict})),`${o}/${u}`}uo.getDefaultRemoteBranch=SR});var qg=A(Oe=>{"use strict";var CR=Oe&&Oe.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),vc=Oe&&Oe.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&CR(t,e,r)};Object.defineProperty(Oe,"__esModule",{value:!0});Oe.getConfigValue=Oe.gitFailFast=Oe.git=Oe.clearGitObservers=Oe.addGitObserver=Oe.GitError=void 0;var $i=Bn();Object.defineProperty(Oe,"GitError",{enumerable:!0,get:function(){return $i.GitError}});Object.defineProperty(Oe,"addGitObserver",{enumerable:!0,get:function(){return $i.addGitObserver}});Object.defineProperty(Oe,"clearGitObservers",{enumerable:!0,get:function(){return $i.clearGitObservers}});Object.defineProperty(Oe,"git",{enumerable:!0,get:function(){return $i.git}});Object.defineProperty(Oe,"gitFailFast",{enumerable:!0,get:function(){return $i.gitFailFast}});var xR=dc();Object.defineProperty(Oe,"getConfigValue",{enumerable:!0,get:function(){return xR.getConfigValue}});vc(yc(),Oe);vc(jg(),Oe);vc(_c(),Oe)});var hr=A(co=>{"use strict";Object.defineProperty(co,"__esModule",{value:!0});co.logVerboseWarning=void 0;function PR(e,t){process.env.VERBOSE&&console.warn(`${e}${t?`:
9
+ `:""}`,t?.stack||t||"")}co.logVerboseWarning=PR});var Ac=A(dt=>{"use strict";var Ug=dt&&dt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(dt,"__esModule",{value:!0});dt.isChildOf=dt.findProjectRoot=dt.findPackageRoot=dt.findGitRoot=dt.searchUp=void 0;var Pr=Ug(require("path")),OR=Ug(require("fs")),RR=Sc(),FR=qg(),Wg=hr();function Gg(e,t){let r=typeof e=="string"?[e]:e;t=Pr.default.resolve(t);let n=Pr.default.parse(t).root,i;for(;!i&&t!==n&&(i=r.find(s=>OR.default.existsSync(Pr.default.join(t,s))),!i);)t=Pr.default.dirname(t);return i?Pr.default.join(t,i):void 0}dt.searchUp=Gg;function Hg(e){let t=(0,FR.git)(["rev-parse","--show-toplevel"],{cwd:e});if(!t.success)throw new Error(`Directory "${e}" is not in a git repository`);return Pr.default.normalize(t.stdout)}dt.findGitRoot=Hg;function LR(e){let t=Gg("package.json",e);return t&&Pr.default.dirname(t)}dt.findPackageRoot=LR;function DR(e){let t;try{t=(0,RR.getWorkspaceManagerRoot)(e)}catch(r){(0,Wg.logVerboseWarning)(`Error getting workspace root for ${e}`,r)}return t||(0,Wg.logVerboseWarning)(`Could not find workspace root for ${e}. Falling back to git root.`),t||Hg(e)}dt.findProjectRoot=DR;function TR(e,t){let r=Pr.default.relative(e,t);return/^[.\/\\]+$/.test(r)}dt.isChildOf=TR});var Cc=A(qn=>{"use strict";Object.defineProperty(qn,"__esModule",{value:!0});qn.isCachingEnabled=qn.setCachingEnabled=void 0;var zg=!0;function kR(e){zg=e}qn.setCachingEnabled=kR;function NR(){return zg}qn.isCachingEnabled=NR});var Wn=A(Or=>{"use strict";var IR=Or&&Or.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Or,"__esModule",{value:!0});Or.getWorkspaceManagerAndRoot=Or.getPreferredWorkspaceManager=void 0;var Yg=IR(require("path")),$R=Ac(),BR=Cc(),MR=new Map,Bi={lerna:"lerna.json",rush:"rush.json",yarn:"yarn.lock",pnpm:"pnpm-workspace.yaml",npm:"package-lock.json"};function Vg(){let e=process.env.PREFERRED_WORKSPACE_MANAGER;return e&&Bi[e]?e:void 0}Or.getPreferredWorkspaceManager=Vg;function jR(e,t,r){if(t=t||MR,(0,BR.isCachingEnabled)()&&t.has(e))return t.get(e);r=r||Vg();let n=(0,$R.searchUp)(r&&Bi[r]||Object.values(Bi),e);if(n){let i=Yg.default.basename(n);t.set(e,{manager:Object.keys(Bi).find(s=>Bi[s]===i),root:Yg.default.dirname(n)})}else t.set(e,void 0);return t.get(e)}Or.getWorkspaceManagerAndRoot=jR});var Kg=A(Un=>{"use strict";Object.defineProperty(Un,"__esModule",{value:!0});Un.splitWhen=Un.flatten=void 0;function qR(e){return e.reduce((t,r)=>[].concat(t,r),[])}Un.flatten=qR;function WR(e,t){let r=[[]],n=0;for(let i of e)t(i)?(n++,r[n]=[]):r[n].push(i);return r}Un.splitWhen=WR});var Xg=A(lo=>{"use strict";Object.defineProperty(lo,"__esModule",{value:!0});lo.isEnoentCodeError=void 0;function UR(e){return e.code==="ENOENT"}lo.isEnoentCodeError=UR});var Jg=A(fo=>{"use strict";Object.defineProperty(fo,"__esModule",{value:!0});fo.createDirentFromStats=void 0;var xc=class{constructor(t,r){this.name=t,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function GR(e,t){return new xc(e,t)}fo.createDirentFromStats=GR});var tm=A(ke=>{"use strict";Object.defineProperty(ke,"__esModule",{value:!0});ke.convertPosixPathToPattern=ke.convertWindowsPathToPattern=ke.convertPathToPattern=ke.escapePosixPath=ke.escapeWindowsPath=ke.escape=ke.removeLeadingDotSegment=ke.makeAbsolute=ke.unixify=void 0;var HR=require("os"),zR=require("path"),Qg=HR.platform()==="win32",YR=2,VR=/(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g,KR=/(\\?)([()[\]{}]|^!|[!+@](?=\())/g,XR=/^\\\\([.?])/,JR=/\\(?![!()+@[\]{}])/g;function QR(e){return e.replace(/\\/g,"/")}ke.unixify=QR;function ZR(e,t){return zR.resolve(e,t)}ke.makeAbsolute=ZR;function eF(e){if(e.charAt(0)==="."){let t=e.charAt(1);if(t==="/"||t==="\\")return e.slice(YR)}return e}ke.removeLeadingDotSegment=eF;ke.escape=Qg?Pc:Oc;function Pc(e){return e.replace(KR,"\\$2")}ke.escapeWindowsPath=Pc;function Oc(e){return e.replace(VR,"\\$2")}ke.escapePosixPath=Oc;ke.convertPathToPattern=Qg?Zg:em;function Zg(e){return Pc(e).replace(XR,"//$1").replace(JR,"/")}ke.convertWindowsPathToPattern=Zg;function em(e){return Oc(e)}ke.convertPosixPathToPattern=em});var nm=A((h6,rm)=>{rm.exports=function(t){if(typeof t!="string"||t==="")return!1;for(var r;r=/(\\).|([@?!+*]\(.*\))/g.exec(t);){if(r[2])return!0;t=t.slice(r.index+r[0].length)}return!1}});var om=A((p6,sm)=>{var tF=nm(),im={"{":"}","(":")","[":"]"},rF=function(e){if(e[0]==="!")return!0;for(var t=0,r=-2,n=-2,i=-2,s=-2,o=-2;t<e.length;){if(e[t]==="*"||e[t+1]==="?"&&/[\].+)]/.test(e[t])||n!==-1&&e[t]==="["&&e[t+1]!=="]"&&(n<t&&(n=e.indexOf("]",t)),n>t&&(o===-1||o>n||(o=e.indexOf("\\",t),o===-1||o>n)))||i!==-1&&e[t]==="{"&&e[t+1]!=="}"&&(i=e.indexOf("}",t),i>t&&(o=e.indexOf("\\",t),o===-1||o>i))||s!==-1&&e[t]==="("&&e[t+1]==="?"&&/[:!=]/.test(e[t+2])&&e[t+3]!==")"&&(s=e.indexOf(")",t),s>t&&(o=e.indexOf("\\",t),o===-1||o>s))||r!==-1&&e[t]==="("&&e[t+1]!=="|"&&(r<t&&(r=e.indexOf("|",t)),r!==-1&&e[r+1]!==")"&&(s=e.indexOf(")",r),s>r&&(o=e.indexOf("\\",r),o===-1||o>s))))return!0;if(e[t]==="\\"){var a=e[t+1];t+=2;var u=im[a];if(u){var c=e.indexOf(u,t);c!==-1&&(t=c+1)}if(e[t]==="!")return!0}else t++}return!1},nF=function(e){if(e[0]==="!")return!0;for(var t=0;t<e.length;){if(/[*?{}()[\]]/.test(e[t]))return!0;if(e[t]==="\\"){var r=e[t+1];t+=2;var n=im[r];if(n){var i=e.indexOf(n,t);i!==-1&&(t=i+1)}if(e[t]==="!")return!0}else t++}return!1};sm.exports=function(t,r){if(typeof t!="string"||t==="")return!1;if(tF(t))return!0;var n=rF;return r&&r.strict===!1&&(n=nF),n(t)}});var um=A((d6,am)=>{"use strict";var iF=om(),sF=require("path").posix.dirname,oF=require("os").platform()==="win32",Rc="/",aF=/\\/g,uF=/[\{\[].*[\}\]]$/,cF=/(^|[^\\])([\{\[]|\([^\)]+$)/,lF=/\\([\!\*\?\|\[\]\(\)\{\}])/g;am.exports=function(t,r){var n=Object.assign({flipBackslashes:!0},r);n.flipBackslashes&&oF&&t.indexOf(Rc)<0&&(t=t.replace(aF,Rc)),uF.test(t)&&(t+=Rc),t+="a";do t=sF(t);while(iF(t)||cF.test(t));return t.replace(lF,"$1")}});var ho=A(Ft=>{"use strict";Ft.isInteger=e=>typeof e=="number"?Number.isInteger(e):typeof e=="string"&&e.trim()!==""?Number.isInteger(Number(e)):!1;Ft.find=(e,t)=>e.nodes.find(r=>r.type===t);Ft.exceedsLimit=(e,t,r=1,n)=>n===!1||!Ft.isInteger(e)||!Ft.isInteger(t)?!1:(Number(t)-Number(e))/Number(r)>=n;Ft.escapeNode=(e,t=0,r)=>{let n=e.nodes[t];n&&(r&&n.type===r||n.type==="open"||n.type==="close")&&n.escaped!==!0&&(n.value="\\"+n.value,n.escaped=!0)};Ft.encloseBrace=e=>e.type!=="brace"?!1:e.commas>>0+e.ranges>>0===0?(e.invalid=!0,!0):!1;Ft.isInvalidBrace=e=>e.type!=="brace"?!1:e.invalid===!0||e.dollar?!0:e.commas>>0+e.ranges>>0===0||e.open!==!0||e.close!==!0?(e.invalid=!0,!0):!1;Ft.isOpenOrClose=e=>e.type==="open"||e.type==="close"?!0:e.open===!0||e.close===!0;Ft.reduce=e=>e.reduce((t,r)=>(r.type==="text"&&t.push(r.value),r.type==="range"&&(r.type="text"),t),[]);Ft.flatten=(...e)=>{let t=[],r=n=>{for(let i=0;i<n.length;i++){let s=n[i];if(Array.isArray(s)){r(s);continue}s!==void 0&&t.push(s)}return t};return r(e),t}});var po=A((m6,lm)=>{"use strict";var cm=ho();lm.exports=(e,t={})=>{let r=(n,i={})=>{let s=t.escapeInvalid&&cm.isInvalidBrace(i),o=n.invalid===!0&&t.escapeInvalid===!0,a="";if(n.value)return(s||o)&&cm.isOpenOrClose(n)?"\\"+n.value:n.value;if(n.value)return n.value;if(n.nodes)for(let u of n.nodes)a+=r(u);return a};return r(e)}});var hm=A((y6,fm)=>{"use strict";fm.exports=function(e){return typeof e=="number"?e-e===0:typeof e=="string"&&e.trim()!==""?Number.isFinite?Number.isFinite(+e):isFinite(+e):!1}});var Em=A((A6,bm)=>{"use strict";var pm=hm(),sn=(e,t,r)=>{if(pm(e)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(t===void 0||e===t)return String(e);if(pm(t)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let n={relaxZeros:!0,...r};typeof n.strictZeros=="boolean"&&(n.relaxZeros=n.strictZeros===!1);let i=String(n.relaxZeros),s=String(n.shorthand),o=String(n.capture),a=String(n.wrap),u=e+":"+t+"="+i+s+o+a;if(sn.cache.hasOwnProperty(u))return sn.cache[u].result;let c=Math.min(e,t),f=Math.max(e,t);if(Math.abs(c-f)===1){let g=e+"|"+t;return n.capture?`(${g})`:n.wrap===!1?g:`(?:${g})`}let l=wm(e)||wm(t),h={min:e,max:t,a:c,b:f},p=[],d=[];if(l&&(h.isPadded=l,h.maxLen=String(h.max).length),c<0){let g=f<0?Math.abs(f):1;d=dm(g,Math.abs(c),h,n),c=h.a=0}return f>=0&&(p=dm(c,f,h,n)),h.negatives=d,h.positives=p,h.result=fF(d,p,n),n.capture===!0?h.result=`(${h.result})`:n.wrap!==!1&&p.length+d.length>1&&(h.result=`(?:${h.result})`),sn.cache[u]=h,h.result};function fF(e,t,r){let n=Fc(e,t,"-",!1,r)||[],i=Fc(t,e,"",!1,r)||[],s=Fc(e,t,"-?",!0,r)||[];return n.concat(s).concat(i).join("|")}function hF(e,t){let r=1,n=1,i=mm(e,r),s=new Set([t]);for(;e<=i&&i<=t;)s.add(i),r+=1,i=mm(e,r);for(i=ym(t+1,n)-1;e<i&&i<=t;)s.add(i),n+=1,i=ym(t+1,n)-1;return s=[...s],s.sort(gF),s}function pF(e,t,r){if(e===t)return{pattern:e,count:[],digits:0};let n=dF(e,t),i=n.length,s="",o=0;for(let a=0;a<i;a++){let[u,c]=n[a];u===c?s+=u:u!=="0"||c!=="9"?s+=mF(u,c,r):o++}return o&&(s+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:s,count:[o],digits:i}}function dm(e,t,r,n){let i=hF(e,t),s=[],o=e,a;for(let u=0;u<i.length;u++){let c=i[u],f=pF(String(o),String(c),n),l="";if(!r.isPadded&&a&&a.pattern===f.pattern){a.count.length>1&&a.count.pop(),a.count.push(f.count[0]),a.string=a.pattern+Am(a.count),o=c+1;continue}r.isPadded&&(l=yF(c,r,n)),f.string=l+f.pattern+Am(f.count),s.push(f),o=c+1,a=f}return s}function Fc(e,t,r,n,i){let s=[];for(let o of e){let{string:a}=o;!n&&!gm(t,"string",a)&&s.push(r+a),n&&gm(t,"string",a)&&s.push(r+a)}return s}function dF(e,t){let r=[];for(let n=0;n<e.length;n++)r.push([e[n],t[n]]);return r}function gF(e,t){return e>t?1:t>e?-1:0}function gm(e,t,r){return e.some(n=>n[t]===r)}function mm(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))}function ym(e,t){return e-e%Math.pow(10,t)}function Am(e){let[t=0,r=""]=e;return r||t>1?`{${t+(r?","+r:"")}}`:""}function mF(e,t,r){return`[${e}${t-e===1?"":"-"}${t}]`}function wm(e){return/^-?(0+)\d/.test(e)}function yF(e,t,r){if(!t.isPadded)return e;let n=Math.abs(t.maxLen-String(e).length),i=r.relaxZeros!==!1;switch(n){case 0:return"";case 1:return i?"0?":"0";case 2:return i?"0{0,2}":"00";default:return i?`0{0,${n}}`:`0{${n}}`}}sn.cache={};sn.clearCache=()=>sn.cache={};bm.exports=sn});var Tc=A((w6,Om)=>{"use strict";var AF=require("util"),vm=Em(),_m=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),wF=e=>t=>e===!0?Number(t):String(t),Lc=e=>typeof e=="number"||typeof e=="string"&&e!=="",Mi=e=>Number.isInteger(+e),Dc=e=>{let t=`${e}`,r=-1;if(t[0]==="-"&&(t=t.slice(1)),t==="0")return!1;for(;t[++r]==="0";);return r>0},bF=(e,t,r)=>typeof e=="string"||typeof t=="string"?!0:r.stringify===!0,EF=(e,t,r)=>{if(t>0){let n=e[0]==="-"?"-":"";n&&(e=e.slice(1)),e=n+e.padStart(n?t-1:t,"0")}return r===!1?String(e):e},mo=(e,t)=>{let r=e[0]==="-"?"-":"";for(r&&(e=e.slice(1),t--);e.length<t;)e="0"+e;return r?"-"+e:e},_F=(e,t,r)=>{e.negatives.sort((a,u)=>a<u?-1:a>u?1:0),e.positives.sort((a,u)=>a<u?-1:a>u?1:0);let n=t.capture?"":"?:",i="",s="",o;return e.positives.length&&(i=e.positives.map(a=>mo(String(a),r)).join("|")),e.negatives.length&&(s=`-(${n}${e.negatives.map(a=>mo(String(a),r)).join("|")})`),i&&s?o=`${i}|${s}`:o=i||s,t.wrap?`(${n}${o})`:o},Sm=(e,t,r,n)=>{if(r)return vm(e,t,{wrap:!1,...n});let i=String.fromCharCode(e);if(e===t)return i;let s=String.fromCharCode(t);return`[${i}-${s}]`},Cm=(e,t,r)=>{if(Array.isArray(e)){let n=r.wrap===!0,i=r.capture?"":"?:";return n?`(${i}${e.join("|")})`:e.join("|")}return vm(e,t,r)},xm=(...e)=>new RangeError("Invalid range arguments: "+AF.inspect(...e)),Pm=(e,t,r)=>{if(r.strictRanges===!0)throw xm([e,t]);return[]},vF=(e,t)=>{if(t.strictRanges===!0)throw new TypeError(`Expected step "${e}" to be a number`);return[]},SF=(e,t,r=1,n={})=>{let i=Number(e),s=Number(t);if(!Number.isInteger(i)||!Number.isInteger(s)){if(n.strictRanges===!0)throw xm([e,t]);return[]}i===0&&(i=0),s===0&&(s=0);let o=i>s,a=String(e),u=String(t),c=String(r);r=Math.max(Math.abs(r),1);let f=Dc(a)||Dc(u)||Dc(c),l=f?Math.max(a.length,u.length,c.length):0,h=f===!1&&bF(e,t,n)===!1,p=n.transform||wF(h);if(n.toRegex&&r===1)return Sm(mo(e,l),mo(t,l),!0,n);let d={negatives:[],positives:[]},g=_=>d[_<0?"negatives":"positives"].push(Math.abs(_)),m=[],b=0;for(;o?i>=s:i<=s;)n.toRegex===!0&&r>1?g(i):m.push(EF(p(i,b),l,h)),i=o?i-r:i+r,b++;return n.toRegex===!0?r>1?_F(d,n,l):Cm(m,null,{wrap:!1,...n}):m},CF=(e,t,r=1,n={})=>{if(!Mi(e)&&e.length>1||!Mi(t)&&t.length>1)return Pm(e,t,n);let i=n.transform||(h=>String.fromCharCode(h)),s=`${e}`.charCodeAt(0),o=`${t}`.charCodeAt(0),a=s>o,u=Math.min(s,o),c=Math.max(s,o);if(n.toRegex&&r===1)return Sm(u,c,!1,n);let f=[],l=0;for(;a?s>=o:s<=o;)f.push(i(s,l)),s=a?s-r:s+r,l++;return n.toRegex===!0?Cm(f,null,{wrap:!1,options:n}):f},go=(e,t,r,n={})=>{if(t==null&&Lc(e))return[e];if(!Lc(e)||!Lc(t))return Pm(e,t,n);if(typeof r=="function")return go(e,t,1,{transform:r});if(_m(r))return go(e,t,0,r);let i={...n};return i.capture===!0&&(i.wrap=!0),r=r||i.step||1,Mi(r)?Mi(e)&&Mi(t)?SF(e,t,r,i):CF(e,t,Math.max(Math.abs(r),1),i):r!=null&&!_m(r)?vF(r,i):go(e,t,1,r)};Om.exports=go});var Lm=A((b6,Fm)=>{"use strict";var xF=Tc(),Rm=ho(),PF=(e,t={})=>{let r=(n,i={})=>{let s=Rm.isInvalidBrace(i),o=n.invalid===!0&&t.escapeInvalid===!0,a=s===!0||o===!0,u=t.escapeInvalid===!0?"\\":"",c="";if(n.isOpen===!0)return u+n.value;if(n.isClose===!0)return console.log("node.isClose",u,n.value),u+n.value;if(n.type==="open")return a?u+n.value:"(";if(n.type==="close")return a?u+n.value:")";if(n.type==="comma")return n.prev.type==="comma"?"":a?n.value:"|";if(n.value)return n.value;if(n.nodes&&n.ranges>0){let f=Rm.reduce(n.nodes),l=xF(...f,{...t,wrap:!1,toRegex:!0,strictZeros:!0});if(l.length!==0)return f.length>1&&l.length>1?`(${l})`:l}if(n.nodes)for(let f of n.nodes)c+=r(f,n);return c};return r(e)};Fm.exports=PF});var km=A((E6,Tm)=>{"use strict";var OF=Tc(),Dm=po(),Gn=ho(),on=(e="",t="",r=!1)=>{let n=[];if(e=[].concat(e),t=[].concat(t),!t.length)return e;if(!e.length)return r?Gn.flatten(t).map(i=>`{${i}}`):t;for(let i of e)if(Array.isArray(i))for(let s of i)n.push(on(s,t,r));else for(let s of t)r===!0&&typeof s=="string"&&(s=`{${s}}`),n.push(Array.isArray(s)?on(i,s,r):i+s);return Gn.flatten(n)},RF=(e,t={})=>{let r=t.rangeLimit===void 0?1e3:t.rangeLimit,n=(i,s={})=>{i.queue=[];let o=s,a=s.queue;for(;o.type!=="brace"&&o.type!=="root"&&o.parent;)o=o.parent,a=o.queue;if(i.invalid||i.dollar){a.push(on(a.pop(),Dm(i,t)));return}if(i.type==="brace"&&i.invalid!==!0&&i.nodes.length===2){a.push(on(a.pop(),["{}"]));return}if(i.nodes&&i.ranges>0){let l=Gn.reduce(i.nodes);if(Gn.exceedsLimit(...l,t.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let h=OF(...l,t);h.length===0&&(h=Dm(i,t)),a.push(on(a.pop(),h)),i.nodes=[];return}let u=Gn.encloseBrace(i),c=i.queue,f=i;for(;f.type!=="brace"&&f.type!=="root"&&f.parent;)f=f.parent,c=f.queue;for(let l=0;l<i.nodes.length;l++){let h=i.nodes[l];if(h.type==="comma"&&i.type==="brace"){l===1&&c.push(""),c.push("");continue}if(h.type==="close"){a.push(on(a.pop(),c,u));continue}if(h.value&&h.type!=="open"){c.push(on(c.pop(),h.value));continue}h.nodes&&n(h,i)}return c};return Gn.flatten(n(e))};Tm.exports=RF});var Im=A((_6,Nm)=>{"use strict";Nm.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
10
+ `,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var qm=A((v6,jm)=>{"use strict";var FF=po(),{MAX_LENGTH:$m,CHAR_BACKSLASH:kc,CHAR_BACKTICK:LF,CHAR_COMMA:DF,CHAR_DOT:TF,CHAR_LEFT_PARENTHESES:kF,CHAR_RIGHT_PARENTHESES:NF,CHAR_LEFT_CURLY_BRACE:IF,CHAR_RIGHT_CURLY_BRACE:$F,CHAR_LEFT_SQUARE_BRACKET:Bm,CHAR_RIGHT_SQUARE_BRACKET:Mm,CHAR_DOUBLE_QUOTE:BF,CHAR_SINGLE_QUOTE:MF,CHAR_NO_BREAK_SPACE:jF,CHAR_ZERO_WIDTH_NOBREAK_SPACE:qF}=Im(),WF=(e,t={})=>{if(typeof e!="string")throw new TypeError("Expected a string");let r=t||{},n=typeof r.maxLength=="number"?Math.min($m,r.maxLength):$m;if(e.length>n)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${n})`);let i={type:"root",input:e,nodes:[]},s=[i],o=i,a=i,u=0,c=e.length,f=0,l=0,h,p=()=>e[f++],d=g=>{if(g.type==="text"&&a.type==="dot"&&(a.type="text"),a&&a.type==="text"&&g.type==="text"){a.value+=g.value;return}return o.nodes.push(g),g.parent=o,g.prev=a,a=g,g};for(d({type:"bos"});f<c;)if(o=s[s.length-1],h=p(),!(h===qF||h===jF)){if(h===kc){d({type:"text",value:(t.keepEscaping?h:"")+p()});continue}if(h===Mm){d({type:"text",value:"\\"+h});continue}if(h===Bm){u++;let g;for(;f<c&&(g=p());){if(h+=g,g===Bm){u++;continue}if(g===kc){h+=p();continue}if(g===Mm&&(u--,u===0))break}d({type:"text",value:h});continue}if(h===kF){o=d({type:"paren",nodes:[]}),s.push(o),d({type:"text",value:h});continue}if(h===NF){if(o.type!=="paren"){d({type:"text",value:h});continue}o=s.pop(),d({type:"text",value:h}),o=s[s.length-1];continue}if(h===BF||h===MF||h===LF){let g=h,m;for(t.keepQuotes!==!0&&(h="");f<c&&(m=p());){if(m===kc){h+=m+p();continue}if(m===g){t.keepQuotes===!0&&(h+=m);break}h+=m}d({type:"text",value:h});continue}if(h===IF){l++;let m={type:"brace",open:!0,close:!1,dollar:a.value&&a.value.slice(-1)==="$"||o.dollar===!0,depth:l,commas:0,ranges:0,nodes:[]};o=d(m),s.push(o),d({type:"open",value:h});continue}if(h===$F){if(o.type!=="brace"){d({type:"text",value:h});continue}let g="close";o=s.pop(),o.close=!0,d({type:g,value:h}),l--,o=s[s.length-1];continue}if(h===DF&&l>0){if(o.ranges>0){o.ranges=0;let g=o.nodes.shift();o.nodes=[g,{type:"text",value:FF(o)}]}d({type:"comma",value:h}),o.commas++;continue}if(h===TF&&l>0&&o.commas===0){let g=o.nodes;if(l===0||g.length===0){d({type:"text",value:h});continue}if(a.type==="dot"){if(o.range=[],a.value+=h,a.type="range",o.nodes.length!==3&&o.nodes.length!==5){o.invalid=!0,o.ranges=0,a.type="text";continue}o.ranges++,o.args=[];continue}if(a.type==="range"){g.pop();let m=g[g.length-1];m.value+=a.value+h,a=m,o.ranges--;continue}d({type:"dot",value:h});continue}d({type:"text",value:h})}do if(o=s.pop(),o.type!=="root"){o.nodes.forEach(b=>{b.nodes||(b.type==="open"&&(b.isOpen=!0),b.type==="close"&&(b.isClose=!0),b.nodes||(b.type="text"),b.invalid=!0)});let g=s[s.length-1],m=g.nodes.indexOf(o);g.nodes.splice(m,1,...o.nodes)}while(s.length>0);return d({type:"eos"}),i};jm.exports=WF});var Gm=A((S6,Um)=>{"use strict";var Wm=po(),UF=Lm(),GF=km(),HF=qm(),Et=(e,t={})=>{let r=[];if(Array.isArray(e))for(let n of e){let i=Et.create(n,t);Array.isArray(i)?r.push(...i):r.push(i)}else r=[].concat(Et.create(e,t));return t&&t.expand===!0&&t.nodupes===!0&&(r=[...new Set(r)]),r};Et.parse=(e,t={})=>HF(e,t);Et.stringify=(e,t={})=>Wm(typeof e=="string"?Et.parse(e,t):e,t);Et.compile=(e,t={})=>(typeof e=="string"&&(e=Et.parse(e,t)),UF(e,t));Et.expand=(e,t={})=>{typeof e=="string"&&(e=Et.parse(e,t));let r=GF(e,t);return t.noempty===!0&&(r=r.filter(Boolean)),t.nodupes===!0&&(r=[...new Set(r)]),r};Et.create=(e,t={})=>e===""||e.length<3?[e]:t.expand!==!0?Et.compile(e,t):Et.expand(e,t);Um.exports=Et});var ji=A((C6,Km)=>{"use strict";var zF=require("path"),Qt="\\\\/",Hm=`[^${Qt}]`,pr="\\.",YF="\\+",VF="\\?",yo="\\/",KF="(?=.)",zm="[^/]",Nc=`(?:${yo}|$)`,Ym=`(?:^|${yo})`,Ic=`${pr}{1,2}${Nc}`,XF=`(?!${pr})`,JF=`(?!${Ym}${Ic})`,QF=`(?!${pr}{0,1}${Nc})`,ZF=`(?!${Ic})`,eL=`[^.${yo}]`,tL=`${zm}*?`,Vm={DOT_LITERAL:pr,PLUS_LITERAL:YF,QMARK_LITERAL:VF,SLASH_LITERAL:yo,ONE_CHAR:KF,QMARK:zm,END_ANCHOR:Nc,DOTS_SLASH:Ic,NO_DOT:XF,NO_DOTS:JF,NO_DOT_SLASH:QF,NO_DOTS_SLASH:ZF,QMARK_NO_DOT:eL,STAR:tL,START_ANCHOR:Ym},rL={...Vm,SLASH_LITERAL:`[${Qt}]`,QMARK:Hm,STAR:`${Hm}*?`,DOTS_SLASH:`${pr}{1,2}(?:[${Qt}]|$)`,NO_DOT:`(?!${pr})`,NO_DOTS:`(?!(?:^|[${Qt}])${pr}{1,2}(?:[${Qt}]|$))`,NO_DOT_SLASH:`(?!${pr}{0,1}(?:[${Qt}]|$))`,NO_DOTS_SLASH:`(?!${pr}{1,2}(?:[${Qt}]|$))`,QMARK_NO_DOT:`[^.${Qt}]`,START_ANCHOR:`(?:^|[${Qt}])`,END_ANCHOR:`(?:[${Qt}]|$)`},nL={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};Km.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:nL,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:zF.sep,extglobChars(e){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(e){return e===!0?rL:Vm}}});var qi=A(gt=>{"use strict";var iL=require("path"),sL=process.platform==="win32",{REGEX_BACKSLASH:oL,REGEX_REMOVE_BACKSLASH:aL,REGEX_SPECIAL_CHARS:uL,REGEX_SPECIAL_CHARS_GLOBAL:cL}=ji();gt.isObject=e=>e!==null&&typeof e=="object"&&!Array.isArray(e);gt.hasRegexChars=e=>uL.test(e);gt.isRegexChar=e=>e.length===1&&gt.hasRegexChars(e);gt.escapeRegex=e=>e.replace(cL,"\\$1");gt.toPosixSlashes=e=>e.replace(oL,"/");gt.removeBackslashes=e=>e.replace(aL,t=>t==="\\"?"":t);gt.supportsLookbehinds=()=>{let e=process.version.slice(1).split(".").map(Number);return e.length===3&&e[0]>=9||e[0]===8&&e[1]>=10};gt.isWindows=e=>e&&typeof e.windows=="boolean"?e.windows:sL===!0||iL.sep==="\\";gt.escapeLast=(e,t,r)=>{let n=e.lastIndexOf(t,r);return n===-1?e:e[n-1]==="\\"?gt.escapeLast(e,t,n-1):`${e.slice(0,n)}\\${e.slice(n)}`};gt.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r};gt.wrapOutput=(e,t={},r={})=>{let n=r.contains?"":"^",i=r.contains?"":"$",s=`${n}(?:${e})${i}`;return t.negated===!0&&(s=`(?:^(?!${s}).*$)`),s}});var n0=A((P6,r0)=>{"use strict";var Xm=qi(),{CHAR_ASTERISK:$c,CHAR_AT:lL,CHAR_BACKWARD_SLASH:Wi,CHAR_COMMA:fL,CHAR_DOT:Bc,CHAR_EXCLAMATION_MARK:Mc,CHAR_FORWARD_SLASH:t0,CHAR_LEFT_CURLY_BRACE:jc,CHAR_LEFT_PARENTHESES:qc,CHAR_LEFT_SQUARE_BRACKET:hL,CHAR_PLUS:pL,CHAR_QUESTION_MARK:Jm,CHAR_RIGHT_CURLY_BRACE:dL,CHAR_RIGHT_PARENTHESES:Qm,CHAR_RIGHT_SQUARE_BRACKET:gL}=ji(),Zm=e=>e===t0||e===Wi,e0=e=>{e.isPrefix!==!0&&(e.depth=e.isGlobstar?1/0:1)},mL=(e,t)=>{let r=t||{},n=e.length-1,i=r.parts===!0||r.scanToEnd===!0,s=[],o=[],a=[],u=e,c=-1,f=0,l=0,h=!1,p=!1,d=!1,g=!1,m=!1,b=!1,_=!1,P=!1,F=!1,N=!1,q=0,j,I,M={value:"",depth:0,isGlob:!1},x=()=>c>=n,w=()=>u.charCodeAt(c+1),R=()=>(j=I,u.charCodeAt(++c));for(;c<n;){I=R();let re;if(I===Wi){_=M.backslashes=!0,I=R(),I===jc&&(b=!0);continue}if(b===!0||I===jc){for(q++;x()!==!0&&(I=R());){if(I===Wi){_=M.backslashes=!0,R();continue}if(I===jc){q++;continue}if(b!==!0&&I===Bc&&(I=R())===Bc){if(h=M.isBrace=!0,d=M.isGlob=!0,N=!0,i===!0)continue;break}if(b!==!0&&I===fL){if(h=M.isBrace=!0,d=M.isGlob=!0,N=!0,i===!0)continue;break}if(I===dL&&(q--,q===0)){b=!1,h=M.isBrace=!0,N=!0;break}}if(i===!0)continue;break}if(I===t0){if(s.push(c),o.push(M),M={value:"",depth:0,isGlob:!1},N===!0)continue;if(j===Bc&&c===f+1){f+=2;continue}l=c+1;continue}if(r.noext!==!0&&(I===pL||I===lL||I===$c||I===Jm||I===Mc)===!0&&w()===qc){if(d=M.isGlob=!0,g=M.isExtglob=!0,N=!0,I===Mc&&c===f&&(F=!0),i===!0){for(;x()!==!0&&(I=R());){if(I===Wi){_=M.backslashes=!0,I=R();continue}if(I===Qm){d=M.isGlob=!0,N=!0;break}}continue}break}if(I===$c){if(j===$c&&(m=M.isGlobstar=!0),d=M.isGlob=!0,N=!0,i===!0)continue;break}if(I===Jm){if(d=M.isGlob=!0,N=!0,i===!0)continue;break}if(I===hL){for(;x()!==!0&&(re=R());){if(re===Wi){_=M.backslashes=!0,R();continue}if(re===gL){p=M.isBracket=!0,d=M.isGlob=!0,N=!0;break}}if(i===!0)continue;break}if(r.nonegate!==!0&&I===Mc&&c===f){P=M.negated=!0,f++;continue}if(r.noparen!==!0&&I===qc){if(d=M.isGlob=!0,i===!0){for(;x()!==!0&&(I=R());){if(I===qc){_=M.backslashes=!0,I=R();continue}if(I===Qm){N=!0;break}}continue}break}if(d===!0){if(N=!0,i===!0)continue;break}}r.noext===!0&&(g=!1,d=!1);let L=u,W="",v="";f>0&&(W=u.slice(0,f),u=u.slice(f),l-=f),L&&d===!0&&l>0?(L=u.slice(0,l),v=u.slice(l)):d===!0?(L="",v=u):L=u,L&&L!==""&&L!=="/"&&L!==u&&Zm(L.charCodeAt(L.length-1))&&(L=L.slice(0,-1)),r.unescape===!0&&(v&&(v=Xm.removeBackslashes(v)),L&&_===!0&&(L=Xm.removeBackslashes(L)));let O={prefix:W,input:e,start:f,base:L,glob:v,isBrace:h,isBracket:p,isGlob:d,isExtglob:g,isGlobstar:m,negated:P,negatedExtglob:F};if(r.tokens===!0&&(O.maxDepth=0,Zm(I)||o.push(M),O.tokens=o),r.parts===!0||r.tokens===!0){let re;for(let V=0;V<s.length;V++){let Ae=re?re+1:f,le=s[V],ge=e.slice(Ae,le);r.tokens&&(V===0&&f!==0?(o[V].isPrefix=!0,o[V].value=W):o[V].value=ge,e0(o[V]),O.maxDepth+=o[V].depth),(V!==0||ge!=="")&&a.push(ge),re=le}if(re&&re+1<e.length){let V=e.slice(re+1);a.push(V),r.tokens&&(o[o.length-1].value=V,e0(o[o.length-1]),O.maxDepth+=o[o.length-1].depth)}O.slashes=s,O.parts=a}return O};r0.exports=mL});var o0=A((O6,s0)=>{"use strict";var Ao=ji(),_t=qi(),{MAX_LENGTH:wo,POSIX_REGEX_SOURCE:yL,REGEX_NON_SPECIAL_CHARS:AL,REGEX_SPECIAL_CHARS_BACKREF:wL,REPLACEMENTS:i0}=Ao,bL=(e,t)=>{if(typeof t.expandRange=="function")return t.expandRange(...e,t);e.sort();let r=`[${e.join("-")}]`;try{new RegExp(r)}catch{return e.map(i=>_t.escapeRegex(i)).join("..")}return r},Hn=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,Wc=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");e=i0[e]||e;let r={...t},n=typeof r.maxLength=="number"?Math.min(wo,r.maxLength):wo,i=e.length;if(i>n)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${n}`);let s={type:"bos",value:"",output:r.prepend||""},o=[s],a=r.capture?"":"?:",u=_t.isWindows(t),c=Ao.globChars(u),f=Ao.extglobChars(c),{DOT_LITERAL:l,PLUS_LITERAL:h,SLASH_LITERAL:p,ONE_CHAR:d,DOTS_SLASH:g,NO_DOT:m,NO_DOT_SLASH:b,NO_DOTS_SLASH:_,QMARK:P,QMARK_NO_DOT:F,STAR:N,START_ANCHOR:q}=c,j=T=>`(${a}(?:(?!${q}${T.dot?g:l}).)*?)`,I=r.dot?"":m,M=r.dot?P:F,x=r.bash===!0?j(r):N;r.capture&&(x=`(${x})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let w={input:e,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:o};e=_t.removePrefix(e,w),i=e.length;let R=[],L=[],W=[],v=s,O,re=()=>w.index===i-1,V=w.peek=(T=1)=>e[w.index+T],Ae=w.advance=()=>e[++w.index]||"",le=()=>e.slice(w.index+1),ge=(T="",oe=0)=>{w.consumed+=T,w.index+=oe},De=T=>{w.output+=T.output!=null?T.output:T.value,ge(T.value)},it=()=>{let T=1;for(;V()==="!"&&(V(2)!=="("||V(3)==="?");)Ae(),w.start++,T++;return T%2===0?!1:(w.negated=!0,w.start++,!0)},Q=T=>{w[T]++,W.push(T)},bt=T=>{w[T]--,W.pop()},$=T=>{if(v.type==="globstar"){let oe=w.braces>0&&(T.type==="comma"||T.type==="brace"),k=T.extglob===!0||R.length&&(T.type==="pipe"||T.type==="paren");T.type!=="slash"&&T.type!=="paren"&&!oe&&!k&&(w.output=w.output.slice(0,-v.output.length),v.type="star",v.value="*",v.output=x,w.output+=v.output)}if(R.length&&T.type!=="paren"&&(R[R.length-1].inner+=T.value),(T.value||T.output)&&De(T),v&&v.type==="text"&&T.type==="text"){v.value+=T.value,v.output=(v.output||"")+T.value;return}T.prev=v,o.push(T),v=T},me=(T,oe)=>{let k={...f[oe],conditions:1,inner:""};k.prev=v,k.parens=w.parens,k.output=w.output;let ie=(r.capture?"(":"")+k.open;Q("parens"),$({type:T,value:oe,output:w.output?"":d}),$({type:"paren",extglob:!0,value:Ae(),output:ie}),R.push(k)},Se=T=>{let oe=T.close+(r.capture?")":""),k;if(T.type==="negate"){let ie=x;if(T.inner&&T.inner.length>1&&T.inner.includes("/")&&(ie=j(r)),(ie!==x||re()||/^\)+$/.test(le()))&&(oe=T.close=`)$))${ie}`),T.inner.includes("*")&&(k=le())&&/^\.[^\\/.]+$/.test(k)){let he=Wc(k,{...t,fastpaths:!1}).output;oe=T.close=`)${he})${ie})`}T.prev.type==="bos"&&(w.negatedExtglob=!0)}$({type:"paren",extglob:!0,value:O,output:oe}),bt("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(e)){let T=!1,oe=e.replace(wL,(k,ie,he,Te,E,S)=>Te==="\\"?(T=!0,k):Te==="?"?ie?ie+Te+(E?P.repeat(E.length):""):S===0?M+(E?P.repeat(E.length):""):P.repeat(he.length):Te==="."?l.repeat(he.length):Te==="*"?ie?ie+Te+(E?x:""):x:ie?k:`\\${k}`);return T===!0&&(r.unescape===!0?oe=oe.replace(/\\/g,""):oe=oe.replace(/\\+/g,k=>k.length%2===0?"\\\\":k?"\\":"")),oe===e&&r.contains===!0?(w.output=e,w):(w.output=_t.wrapOutput(oe,w,t),w)}for(;!re();){if(O=Ae(),O==="\0")continue;if(O==="\\"){let k=V();if(k==="/"&&r.bash!==!0||k==="."||k===";")continue;if(!k){O+="\\",$({type:"text",value:O});continue}let ie=/^\\+/.exec(le()),he=0;if(ie&&ie[0].length>2&&(he=ie[0].length,w.index+=he,he%2!==0&&(O+="\\")),r.unescape===!0?O=Ae():O+=Ae(),w.brackets===0){$({type:"text",value:O});continue}}if(w.brackets>0&&(O!=="]"||v.value==="["||v.value==="[^")){if(r.posix!==!1&&O===":"){let k=v.value.slice(1);if(k.includes("[")&&(v.posix=!0,k.includes(":"))){let ie=v.value.lastIndexOf("["),he=v.value.slice(0,ie),Te=v.value.slice(ie+2),E=yL[Te];if(E){v.value=he+E,w.backtrack=!0,Ae(),!s.output&&o.indexOf(v)===1&&(s.output=d);continue}}}(O==="["&&V()!==":"||O==="-"&&V()==="]")&&(O=`\\${O}`),O==="]"&&(v.value==="["||v.value==="[^")&&(O=`\\${O}`),r.posix===!0&&O==="!"&&v.value==="["&&(O="^"),v.value+=O,De({value:O});continue}if(w.quotes===1&&O!=='"'){O=_t.escapeRegex(O),v.value+=O,De({value:O});continue}if(O==='"'){w.quotes=w.quotes===1?0:1,r.keepQuotes===!0&&$({type:"text",value:O});continue}if(O==="("){Q("parens"),$({type:"paren",value:O});continue}if(O===")"){if(w.parens===0&&r.strictBrackets===!0)throw new SyntaxError(Hn("opening","("));let k=R[R.length-1];if(k&&w.parens===k.parens+1){Se(R.pop());continue}$({type:"paren",value:O,output:w.parens?")":"\\)"}),bt("parens");continue}if(O==="["){if(r.nobracket===!0||!le().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(Hn("closing","]"));O=`\\${O}`}else Q("brackets");$({type:"bracket",value:O});continue}if(O==="]"){if(r.nobracket===!0||v&&v.type==="bracket"&&v.value.length===1){$({type:"text",value:O,output:`\\${O}`});continue}if(w.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(Hn("opening","["));$({type:"text",value:O,output:`\\${O}`});continue}bt("brackets");let k=v.value.slice(1);if(v.posix!==!0&&k[0]==="^"&&!k.includes("/")&&(O=`/${O}`),v.value+=O,De({value:O}),r.literalBrackets===!1||_t.hasRegexChars(k))continue;let ie=_t.escapeRegex(v.value);if(w.output=w.output.slice(0,-v.value.length),r.literalBrackets===!0){w.output+=ie,v.value=ie;continue}v.value=`(${a}${ie}|${v.value})`,w.output+=v.value;continue}if(O==="{"&&r.nobrace!==!0){Q("braces");let k={type:"brace",value:O,output:"(",outputIndex:w.output.length,tokensIndex:w.tokens.length};L.push(k),$(k);continue}if(O==="}"){let k=L[L.length-1];if(r.nobrace===!0||!k){$({type:"text",value:O,output:O});continue}let ie=")";if(k.dots===!0){let he=o.slice(),Te=[];for(let E=he.length-1;E>=0&&(o.pop(),he[E].type!=="brace");E--)he[E].type!=="dots"&&Te.unshift(he[E].value);ie=bL(Te,r),w.backtrack=!0}if(k.comma!==!0&&k.dots!==!0){let he=w.output.slice(0,k.outputIndex),Te=w.tokens.slice(k.tokensIndex);k.value=k.output="\\{",O=ie="\\}",w.output=he;for(let E of Te)w.output+=E.output||E.value}$({type:"brace",value:O,output:ie}),bt("braces"),L.pop();continue}if(O==="|"){R.length>0&&R[R.length-1].conditions++,$({type:"text",value:O});continue}if(O===","){let k=O,ie=L[L.length-1];ie&&W[W.length-1]==="braces"&&(ie.comma=!0,k="|"),$({type:"comma",value:O,output:k});continue}if(O==="/"){if(v.type==="dot"&&w.index===w.start+1){w.start=w.index+1,w.consumed="",w.output="",o.pop(),v=s;continue}$({type:"slash",value:O,output:p});continue}if(O==="."){if(w.braces>0&&v.type==="dot"){v.value==="."&&(v.output=l);let k=L[L.length-1];v.type="dots",v.output+=O,v.value+=O,k.dots=!0;continue}if(w.braces+w.parens===0&&v.type!=="bos"&&v.type!=="slash"){$({type:"text",value:O,output:l});continue}$({type:"dot",value:O,output:l});continue}if(O==="?"){if(!(v&&v.value==="(")&&r.noextglob!==!0&&V()==="("&&V(2)!=="?"){me("qmark",O);continue}if(v&&v.type==="paren"){let ie=V(),he=O;if(ie==="<"&&!_t.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(v.value==="("&&!/[!=<:]/.test(ie)||ie==="<"&&!/<([!=]|\w+>)/.test(le()))&&(he=`\\${O}`),$({type:"text",value:O,output:he});continue}if(r.dot!==!0&&(v.type==="slash"||v.type==="bos")){$({type:"qmark",value:O,output:F});continue}$({type:"qmark",value:O,output:P});continue}if(O==="!"){if(r.noextglob!==!0&&V()==="("&&(V(2)!=="?"||!/[!=<:]/.test(V(3)))){me("negate",O);continue}if(r.nonegate!==!0&&w.index===0){it();continue}}if(O==="+"){if(r.noextglob!==!0&&V()==="("&&V(2)!=="?"){me("plus",O);continue}if(v&&v.value==="("||r.regex===!1){$({type:"plus",value:O,output:h});continue}if(v&&(v.type==="bracket"||v.type==="paren"||v.type==="brace")||w.parens>0){$({type:"plus",value:O});continue}$({type:"plus",value:h});continue}if(O==="@"){if(r.noextglob!==!0&&V()==="("&&V(2)!=="?"){$({type:"at",extglob:!0,value:O,output:""});continue}$({type:"text",value:O});continue}if(O!=="*"){(O==="$"||O==="^")&&(O=`\\${O}`);let k=AL.exec(le());k&&(O+=k[0],w.index+=k[0].length),$({type:"text",value:O});continue}if(v&&(v.type==="globstar"||v.star===!0)){v.type="star",v.star=!0,v.value+=O,v.output=x,w.backtrack=!0,w.globstar=!0,ge(O);continue}let T=le();if(r.noextglob!==!0&&/^\([^?]/.test(T)){me("star",O);continue}if(v.type==="star"){if(r.noglobstar===!0){ge(O);continue}let k=v.prev,ie=k.prev,he=k.type==="slash"||k.type==="bos",Te=ie&&(ie.type==="star"||ie.type==="globstar");if(r.bash===!0&&(!he||T[0]&&T[0]!=="/")){$({type:"star",value:O,output:""});continue}let E=w.braces>0&&(k.type==="comma"||k.type==="brace"),S=R.length&&(k.type==="pipe"||k.type==="paren");if(!he&&k.type!=="paren"&&!E&&!S){$({type:"star",value:O,output:""});continue}for(;T.slice(0,3)==="/**";){let B=e[w.index+4];if(B&&B!=="/")break;T=T.slice(3),ge("/**",3)}if(k.type==="bos"&&re()){v.type="globstar",v.value+=O,v.output=j(r),w.output=v.output,w.globstar=!0,ge(O);continue}if(k.type==="slash"&&k.prev.type!=="bos"&&!Te&&re()){w.output=w.output.slice(0,-(k.output+v.output).length),k.output=`(?:${k.output}`,v.type="globstar",v.output=j(r)+(r.strictSlashes?")":"|$)"),v.value+=O,w.globstar=!0,w.output+=k.output+v.output,ge(O);continue}if(k.type==="slash"&&k.prev.type!=="bos"&&T[0]==="/"){let B=T[1]!==void 0?"|$":"";w.output=w.output.slice(0,-(k.output+v.output).length),k.output=`(?:${k.output}`,v.type="globstar",v.output=`${j(r)}${p}|${p}${B})`,v.value+=O,w.output+=k.output+v.output,w.globstar=!0,ge(O+Ae()),$({type:"slash",value:"/",output:""});continue}if(k.type==="bos"&&T[0]==="/"){v.type="globstar",v.value+=O,v.output=`(?:^|${p}|${j(r)}${p})`,w.output=v.output,w.globstar=!0,ge(O+Ae()),$({type:"slash",value:"/",output:""});continue}w.output=w.output.slice(0,-v.output.length),v.type="globstar",v.output=j(r),v.value+=O,w.output+=v.output,w.globstar=!0,ge(O);continue}let oe={type:"star",value:O,output:x};if(r.bash===!0){oe.output=".*?",(v.type==="bos"||v.type==="slash")&&(oe.output=I+oe.output),$(oe);continue}if(v&&(v.type==="bracket"||v.type==="paren")&&r.regex===!0){oe.output=O,$(oe);continue}(w.index===w.start||v.type==="slash"||v.type==="dot")&&(v.type==="dot"?(w.output+=b,v.output+=b):r.dot===!0?(w.output+=_,v.output+=_):(w.output+=I,v.output+=I),V()!=="*"&&(w.output+=d,v.output+=d)),$(oe)}for(;w.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(Hn("closing","]"));w.output=_t.escapeLast(w.output,"["),bt("brackets")}for(;w.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(Hn("closing",")"));w.output=_t.escapeLast(w.output,"("),bt("parens")}for(;w.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(Hn("closing","}"));w.output=_t.escapeLast(w.output,"{"),bt("braces")}if(r.strictSlashes!==!0&&(v.type==="star"||v.type==="bracket")&&$({type:"maybe_slash",value:"",output:`${p}?`}),w.backtrack===!0){w.output="";for(let T of w.tokens)w.output+=T.output!=null?T.output:T.value,T.suffix&&(w.output+=T.suffix)}return w};Wc.fastpaths=(e,t)=>{let r={...t},n=typeof r.maxLength=="number"?Math.min(wo,r.maxLength):wo,i=e.length;if(i>n)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${n}`);e=i0[e]||e;let s=_t.isWindows(t),{DOT_LITERAL:o,SLASH_LITERAL:a,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:f,NO_DOTS:l,NO_DOTS_SLASH:h,STAR:p,START_ANCHOR:d}=Ao.globChars(s),g=r.dot?l:f,m=r.dot?h:f,b=r.capture?"":"?:",_={negated:!1,prefix:""},P=r.bash===!0?".*?":p;r.capture&&(P=`(${P})`);let F=I=>I.noglobstar===!0?P:`(${b}(?:(?!${d}${I.dot?c:o}).)*?)`,N=I=>{switch(I){case"*":return`${g}${u}${P}`;case".*":return`${o}${u}${P}`;case"*.*":return`${g}${P}${o}${u}${P}`;case"*/*":return`${g}${P}${a}${u}${m}${P}`;case"**":return g+F(r);case"**/*":return`(?:${g}${F(r)}${a})?${m}${u}${P}`;case"**/*.*":return`(?:${g}${F(r)}${a})?${m}${P}${o}${u}${P}`;case"**/.*":return`(?:${g}${F(r)}${a})?${o}${u}${P}`;default:{let M=/^(.*?)\.(\w+)$/.exec(I);if(!M)return;let x=N(M[1]);return x?x+o+M[2]:void 0}}},q=_t.removePrefix(e,_),j=N(q);return j&&r.strictSlashes!==!0&&(j+=`${a}?`),j};s0.exports=Wc});var u0=A((R6,a0)=>{"use strict";var EL=require("path"),_L=n0(),Uc=o0(),Gc=qi(),vL=ji(),SL=e=>e&&typeof e=="object"&&!Array.isArray(e),Re=(e,t,r=!1)=>{if(Array.isArray(e)){let f=e.map(h=>Re(h,t,r));return h=>{for(let p of f){let d=p(h);if(d)return d}return!1}}let n=SL(e)&&e.tokens&&e.input;if(e===""||typeof e!="string"&&!n)throw new TypeError("Expected pattern to be a non-empty string");let i=t||{},s=Gc.isWindows(t),o=n?Re.compileRe(e,t):Re.makeRe(e,t,!1,!0),a=o.state;delete o.state;let u=()=>!1;if(i.ignore){let f={...t,ignore:null,onMatch:null,onResult:null};u=Re(i.ignore,f,r)}let c=(f,l=!1)=>{let{isMatch:h,match:p,output:d}=Re.test(f,o,t,{glob:e,posix:s}),g={glob:e,state:a,regex:o,posix:s,input:f,output:d,match:p,isMatch:h};return typeof i.onResult=="function"&&i.onResult(g),h===!1?(g.isMatch=!1,l?g:!1):u(f)?(typeof i.onIgnore=="function"&&i.onIgnore(g),g.isMatch=!1,l?g:!1):(typeof i.onMatch=="function"&&i.onMatch(g),l?g:!0)};return r&&(c.state=a),c};Re.test=(e,t,r,{glob:n,posix:i}={})=>{if(typeof e!="string")throw new TypeError("Expected input to be a string");if(e==="")return{isMatch:!1,output:""};let s=r||{},o=s.format||(i?Gc.toPosixSlashes:null),a=e===n,u=a&&o?o(e):e;return a===!1&&(u=o?o(e):e,a=u===n),(a===!1||s.capture===!0)&&(s.matchBase===!0||s.basename===!0?a=Re.matchBase(e,t,r,i):a=t.exec(u)),{isMatch:!!a,match:a,output:u}};Re.matchBase=(e,t,r,n=Gc.isWindows(r))=>(t instanceof RegExp?t:Re.makeRe(t,r)).test(EL.basename(e));Re.isMatch=(e,t,r)=>Re(t,r)(e);Re.parse=(e,t)=>Array.isArray(e)?e.map(r=>Re.parse(r,t)):Uc(e,{...t,fastpaths:!1});Re.scan=(e,t)=>_L(e,t);Re.compileRe=(e,t,r=!1,n=!1)=>{if(r===!0)return e.output;let i=t||{},s=i.contains?"":"^",o=i.contains?"":"$",a=`${s}(?:${e.output})${o}`;e&&e.negated===!0&&(a=`^(?!${a}).*$`);let u=Re.toRegex(a,t);return n===!0&&(u.state=e),u};Re.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||typeof e!="string")throw new TypeError("Expected a non-empty string");let i={negated:!1,fastpaths:!0};return t.fastpaths!==!1&&(e[0]==="."||e[0]==="*")&&(i.output=Uc.fastpaths(e,t)),i.output||(i=Uc(e,t)),Re.compileRe(i,t,r,n)};Re.toRegex=(e,t)=>{try{let r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(r){if(t&&t.debug===!0)throw r;return/$^/}};Re.constants=vL;a0.exports=Re});var l0=A((F6,c0)=>{"use strict";c0.exports=u0()});var m0=A((L6,g0)=>{"use strict";var h0=require("util"),p0=Gm(),Zt=l0(),Hc=qi(),f0=e=>e===""||e==="./",d0=e=>{let t=e.indexOf("{");return t>-1&&e.indexOf("}",t)>-1},be=(e,t,r)=>{t=[].concat(t),e=[].concat(e);let n=new Set,i=new Set,s=new Set,o=0,a=f=>{s.add(f.output),r&&r.onResult&&r.onResult(f)};for(let f=0;f<t.length;f++){let l=Zt(String(t[f]),{...r,onResult:a},!0),h=l.state.negated||l.state.negatedExtglob;h&&o++;for(let p of e){let d=l(p,!0);(h?!d.isMatch:d.isMatch)&&(h?n.add(d.output):(n.delete(d.output),i.add(d.output)))}}let c=(o===t.length?[...s]:[...i]).filter(f=>!n.has(f));if(r&&c.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${t.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?t.map(f=>f.replace(/\\/g,"")):t}return c};be.match=be;be.matcher=(e,t)=>Zt(e,t);be.isMatch=(e,t,r)=>Zt(t,r)(e);be.any=be.isMatch;be.not=(e,t,r={})=>{t=[].concat(t).map(String);let n=new Set,i=[],s=a=>{r.onResult&&r.onResult(a),i.push(a.output)},o=new Set(be(e,t,{...r,onResult:s}));for(let a of i)o.has(a)||n.add(a);return[...n]};be.contains=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${h0.inspect(e)}"`);if(Array.isArray(t))return t.some(n=>be.contains(e,n,r));if(typeof t=="string"){if(f0(e)||f0(t))return!1;if(e.includes(t)||e.startsWith("./")&&e.slice(2).includes(t))return!0}return be.isMatch(e,t,{...r,contains:!0})};be.matchKeys=(e,t,r)=>{if(!Hc.isObject(e))throw new TypeError("Expected the first argument to be an object");let n=be(Object.keys(e),t,r),i={};for(let s of n)i[s]=e[s];return i};be.some=(e,t,r)=>{let n=[].concat(e);for(let i of[].concat(t)){let s=Zt(String(i),r);if(n.some(o=>s(o)))return!0}return!1};be.every=(e,t,r)=>{let n=[].concat(e);for(let i of[].concat(t)){let s=Zt(String(i),r);if(!n.every(o=>s(o)))return!1}return!0};be.all=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${h0.inspect(e)}"`);return[].concat(t).every(n=>Zt(n,r)(e))};be.capture=(e,t,r)=>{let n=Hc.isWindows(r),s=Zt.makeRe(String(e),{...r,capture:!0}).exec(n?Hc.toPosixSlashes(t):t);if(s)return s.slice(1).map(o=>o===void 0?"":o)};be.makeRe=(...e)=>Zt.makeRe(...e);be.scan=(...e)=>Zt.scan(...e);be.parse=(e,t)=>{let r=[];for(let n of[].concat(e||[]))for(let i of p0(String(n),t))r.push(Zt.parse(i,t));return r};be.braces=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return t&&t.nobrace===!0||!d0(e)?[e]:p0(e,t)};be.braceExpand=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return be.braces(e,{...t,expand:!0})};be.hasBraces=d0;g0.exports=be});var x0=A(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.isAbsolute=se.partitionAbsoluteAndRelative=se.removeDuplicateSlashes=se.matchAny=se.convertPatternsToRe=se.makeRe=se.getPatternParts=se.expandBraceExpansion=se.expandPatternsWithBraceExpansion=se.isAffectDepthOfReadingPattern=se.endsWithSlashGlobStar=se.hasGlobStar=se.getBaseDirectory=se.isPatternRelatedToParentDirectory=se.getPatternsOutsideCurrentDirectory=se.getPatternsInsideCurrentDirectory=se.getPositivePatterns=se.getNegativePatterns=se.isPositivePattern=se.isNegativePattern=se.convertToNegativePattern=se.convertToPositivePattern=se.isDynamicPattern=se.isStaticPattern=void 0;var y0=require("path"),CL=um(),zc=m0(),A0="**",xL="\\",PL=/[*?]|^!/,OL=/\[[^[]*]/,RL=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,FL=/[!*+?@]\([^(]*\)/,LL=/,|\.\./,DL=/(?!^)\/{2,}/g;function w0(e,t={}){return!b0(e,t)}se.isStaticPattern=w0;function b0(e,t={}){return e===""?!1:!!(t.caseSensitiveMatch===!1||e.includes(xL)||PL.test(e)||OL.test(e)||RL.test(e)||t.extglob!==!1&&FL.test(e)||t.braceExpansion!==!1&&TL(e))}se.isDynamicPattern=b0;function TL(e){let t=e.indexOf("{");if(t===-1)return!1;let r=e.indexOf("}",t+1);if(r===-1)return!1;let n=e.slice(t,r);return LL.test(n)}function kL(e){return bo(e)?e.slice(1):e}se.convertToPositivePattern=kL;function NL(e){return"!"+e}se.convertToNegativePattern=NL;function bo(e){return e.startsWith("!")&&e[1]!=="("}se.isNegativePattern=bo;function E0(e){return!bo(e)}se.isPositivePattern=E0;function IL(e){return e.filter(bo)}se.getNegativePatterns=IL;function $L(e){return e.filter(E0)}se.getPositivePatterns=$L;function BL(e){return e.filter(t=>!Yc(t))}se.getPatternsInsideCurrentDirectory=BL;function ML(e){return e.filter(Yc)}se.getPatternsOutsideCurrentDirectory=ML;function Yc(e){return e.startsWith("..")||e.startsWith("./..")}se.isPatternRelatedToParentDirectory=Yc;function jL(e){return CL(e,{flipBackslashes:!1})}se.getBaseDirectory=jL;function qL(e){return e.includes(A0)}se.hasGlobStar=qL;function _0(e){return e.endsWith("/"+A0)}se.endsWithSlashGlobStar=_0;function WL(e){let t=y0.basename(e);return _0(e)||w0(t)}se.isAffectDepthOfReadingPattern=WL;function UL(e){return e.reduce((t,r)=>t.concat(v0(r)),[])}se.expandPatternsWithBraceExpansion=UL;function v0(e){let t=zc.braces(e,{expand:!0,nodupes:!0,keepEscaping:!0});return t.sort((r,n)=>r.length-n.length),t.filter(r=>r!=="")}se.expandBraceExpansion=v0;function GL(e,t){let{parts:r}=zc.scan(e,Object.assign(Object.assign({},t),{parts:!0}));return r.length===0&&(r=[e]),r[0].startsWith("/")&&(r[0]=r[0].slice(1),r.unshift("")),r}se.getPatternParts=GL;function S0(e,t){return zc.makeRe(e,t)}se.makeRe=S0;function HL(e,t){return e.map(r=>S0(r,t))}se.convertPatternsToRe=HL;function zL(e,t){return t.some(r=>r.test(e))}se.matchAny=zL;function YL(e){return e.replace(DL,"/")}se.removeDuplicateSlashes=YL;function VL(e){let t=[],r=[];for(let n of e)C0(n)?t.push(n):r.push(n);return[t,r]}se.partitionAbsoluteAndRelative=VL;function C0(e){return y0.isAbsolute(e)}se.isAbsolute=C0});var F0=A((T6,R0)=>{"use strict";var KL=require("stream"),P0=KL.PassThrough,XL=Array.prototype.slice;R0.exports=JL;function JL(){let e=[],t=XL.call(arguments),r=!1,n=t[t.length-1];n&&!Array.isArray(n)&&n.pipe==null?t.pop():n={};let i=n.end!==!1,s=n.pipeError===!0;n.objectMode==null&&(n.objectMode=!0),n.highWaterMark==null&&(n.highWaterMark=64*1024);let o=P0(n);function a(){for(let f=0,l=arguments.length;f<l;f++)e.push(O0(arguments[f],n));return u(),this}function u(){if(r)return;r=!0;let f=e.shift();if(!f){process.nextTick(c);return}Array.isArray(f)||(f=[f]);let l=f.length+1;function h(){--l>0||(r=!1,u())}function p(d){function g(){d.removeListener("merge2UnpipeEnd",g),d.removeListener("end",g),s&&d.removeListener("error",m),h()}function m(b){o.emit("error",b)}if(d._readableState.endEmitted)return h();d.on("merge2UnpipeEnd",g),d.on("end",g),s&&d.on("error",m),d.pipe(o,{end:!1}),d.resume()}for(let d=0;d<f.length;d++)p(f[d]);h()}function c(){r=!1,o.emit("queueDrain"),i&&o.end()}return o.setMaxListeners(0),o.add=a,o.on("unpipe",function(f){f.emit("merge2UnpipeEnd")}),t.length&&a.apply(null,t),o}function O0(e,t){if(Array.isArray(e))for(let r=0,n=e.length;r<n;r++)e[r]=O0(e[r],t);else{if(!e._readableState&&e.pipe&&(e=e.pipe(P0(t))),!e._readableState||!e.pause||!e.pipe)throw new Error("Only readable stream can be merged.");e.pause()}return e}});var D0=A(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.merge=void 0;var QL=F0();function ZL(e){let t=QL(e);return e.forEach(r=>{r.once("error",n=>t.emit("error",n))}),t.once("close",()=>L0(e)),t.once("end",()=>L0(e)),t}Eo.merge=ZL;function L0(e){e.forEach(t=>t.emit("close"))}});var T0=A(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.isEmpty=zn.isString=void 0;function eD(e){return typeof e=="string"}zn.isString=eD;function tD(e){return e===""}zn.isEmpty=tD});var dr=A(Ke=>{"use strict";Object.defineProperty(Ke,"__esModule",{value:!0});Ke.string=Ke.stream=Ke.pattern=Ke.path=Ke.fs=Ke.errno=Ke.array=void 0;var rD=Kg();Ke.array=rD;var nD=Xg();Ke.errno=nD;var iD=Jg();Ke.fs=iD;var sD=tm();Ke.path=sD;var oD=x0();Ke.pattern=oD;var aD=D0();Ke.stream=aD;var uD=T0();Ke.string=uD});var $0=A(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.convertPatternGroupToTask=Xe.convertPatternGroupsToTasks=Xe.groupPatternsByBaseDirectory=Xe.getNegativePatternsAsPositive=Xe.getPositivePatterns=Xe.convertPatternsToTasks=Xe.generate=void 0;var Ht=dr();function cD(e,t){let r=k0(e,t),n=k0(t.ignore,t),i=N0(r),s=I0(r,n),o=i.filter(f=>Ht.pattern.isStaticPattern(f,t)),a=i.filter(f=>Ht.pattern.isDynamicPattern(f,t)),u=Vc(o,s,!1),c=Vc(a,s,!0);return u.concat(c)}Xe.generate=cD;function k0(e,t){let r=e;return t.braceExpansion&&(r=Ht.pattern.expandPatternsWithBraceExpansion(r)),t.baseNameMatch&&(r=r.map(n=>n.includes("/")?n:`**/${n}`)),r.map(n=>Ht.pattern.removeDuplicateSlashes(n))}function Vc(e,t,r){let n=[],i=Ht.pattern.getPatternsOutsideCurrentDirectory(e),s=Ht.pattern.getPatternsInsideCurrentDirectory(e),o=Kc(i),a=Kc(s);return n.push(...Xc(o,t,r)),"."in a?n.push(Jc(".",s,t,r)):n.push(...Xc(a,t,r)),n}Xe.convertPatternsToTasks=Vc;function N0(e){return Ht.pattern.getPositivePatterns(e)}Xe.getPositivePatterns=N0;function I0(e,t){return Ht.pattern.getNegativePatterns(e).concat(t).map(Ht.pattern.convertToPositivePattern)}Xe.getNegativePatternsAsPositive=I0;function Kc(e){let t={};return e.reduce((r,n)=>{let i=Ht.pattern.getBaseDirectory(n);return i in r?r[i].push(n):r[i]=[n],r},t)}Xe.groupPatternsByBaseDirectory=Kc;function Xc(e,t,r){return Object.keys(e).map(n=>Jc(n,e[n],t,r))}Xe.convertPatternGroupsToTasks=Xc;function Jc(e,t,r,n){return{dynamic:n,positive:t,negative:r,base:e,patterns:[].concat(t,r.map(Ht.pattern.convertToNegativePattern))}}Xe.convertPatternGroupToTask=Jc});var M0=A(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.read=void 0;function lD(e,t,r){t.fs.lstat(e,(n,i)=>{if(n!==null){B0(r,n);return}if(!i.isSymbolicLink()||!t.followSymbolicLink){Qc(r,i);return}t.fs.stat(e,(s,o)=>{if(s!==null){if(t.throwErrorOnBrokenSymbolicLink){B0(r,s);return}Qc(r,i);return}t.markSymbolicLink&&(o.isSymbolicLink=()=>!0),Qc(r,o)})})}_o.read=lD;function B0(e,t){e(t)}function Qc(e,t){e(null,t)}});var j0=A(vo=>{"use strict";Object.defineProperty(vo,"__esModule",{value:!0});vo.read=void 0;function fD(e,t){let r=t.fs.lstatSync(e);if(!r.isSymbolicLink()||!t.followSymbolicLink)return r;try{let n=t.fs.statSync(e);return t.markSymbolicLink&&(n.isSymbolicLink=()=>!0),n}catch(n){if(!t.throwErrorOnBrokenSymbolicLink)return r;throw n}}vo.read=fD});var q0=A(Rr=>{"use strict";Object.defineProperty(Rr,"__esModule",{value:!0});Rr.createFileSystemAdapter=Rr.FILE_SYSTEM_ADAPTER=void 0;var So=require("fs");Rr.FILE_SYSTEM_ADAPTER={lstat:So.lstat,stat:So.stat,lstatSync:So.lstatSync,statSync:So.statSync};function hD(e){return e===void 0?Rr.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},Rr.FILE_SYSTEM_ADAPTER),e)}Rr.createFileSystemAdapter=hD});var W0=A(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});var pD=q0(),Zc=class{constructor(t={}){this._options=t,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=pD.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(t,r){return t??r}};el.default=Zc});var an=A(Fr=>{"use strict";Object.defineProperty(Fr,"__esModule",{value:!0});Fr.statSync=Fr.stat=Fr.Settings=void 0;var U0=M0(),dD=j0(),tl=W0();Fr.Settings=tl.default;function gD(e,t,r){if(typeof t=="function"){U0.read(e,rl(),t);return}U0.read(e,rl(t),r)}Fr.stat=gD;function mD(e,t){let r=rl(t);return dD.read(e,r)}Fr.statSync=mD;function rl(e={}){return e instanceof tl.default?e:new tl.default(e)}});var z0=A((U6,H0)=>{var G0;H0.exports=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:global):e=>(G0||(G0=Promise.resolve())).then(e).catch(t=>setTimeout(()=>{throw t},0))});var V0=A((G6,Y0)=>{Y0.exports=AD;var yD=z0();function AD(e,t){let r,n,i,s=!0;Array.isArray(e)?(r=[],n=e.length):(i=Object.keys(e),r={},n=i.length);function o(u){function c(){t&&t(u,r),t=null}s?yD(c):c()}function a(u,c,f){r[u]=f,(--n===0||c)&&o(c)}n?i?i.forEach(function(u){e[u](function(c,f){a(u,c,f)})}):e.forEach(function(u,c){u(function(f,l){a(c,f,l)})}):o(null),s=!1}});var nl=A(xo=>{"use strict";Object.defineProperty(xo,"__esModule",{value:!0});xo.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;var Co=process.versions.node.split(".");if(Co[0]===void 0||Co[1]===void 0)throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);var K0=Number.parseInt(Co[0],10),wD=Number.parseInt(Co[1],10),X0=10,bD=10,ED=K0>X0,_D=K0===X0&&wD>=bD;xo.IS_SUPPORT_READDIR_WITH_FILE_TYPES=ED||_D});var J0=A(Po=>{"use strict";Object.defineProperty(Po,"__esModule",{value:!0});Po.createDirentFromStats=void 0;var il=class{constructor(t,r){this.name=t,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function vD(e,t){return new il(e,t)}Po.createDirentFromStats=vD});var sl=A(Oo=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});Oo.fs=void 0;var SD=J0();Oo.fs=SD});var ol=A(Ro=>{"use strict";Object.defineProperty(Ro,"__esModule",{value:!0});Ro.joinPathSegments=void 0;function CD(e,t,r){return e.endsWith(r)?e+t:e+r+t}Ro.joinPathSegments=CD});var ny=A(Lr=>{"use strict";Object.defineProperty(Lr,"__esModule",{value:!0});Lr.readdir=Lr.readdirWithFileTypes=Lr.read=void 0;var xD=an(),Q0=V0(),PD=nl(),Z0=sl(),ey=ol();function OD(e,t,r){if(!t.stats&&PD.IS_SUPPORT_READDIR_WITH_FILE_TYPES){ty(e,t,r);return}ry(e,t,r)}Lr.read=OD;function ty(e,t,r){t.fs.readdir(e,{withFileTypes:!0},(n,i)=>{if(n!==null){Fo(r,n);return}let s=i.map(a=>({dirent:a,name:a.name,path:ey.joinPathSegments(e,a.name,t.pathSegmentSeparator)}));if(!t.followSymbolicLinks){al(r,s);return}let o=s.map(a=>RD(a,t));Q0(o,(a,u)=>{if(a!==null){Fo(r,a);return}al(r,u)})})}Lr.readdirWithFileTypes=ty;function RD(e,t){return r=>{if(!e.dirent.isSymbolicLink()){r(null,e);return}t.fs.stat(e.path,(n,i)=>{if(n!==null){if(t.throwErrorOnBrokenSymbolicLink){r(n);return}r(null,e);return}e.dirent=Z0.fs.createDirentFromStats(e.name,i),r(null,e)})}}function ry(e,t,r){t.fs.readdir(e,(n,i)=>{if(n!==null){Fo(r,n);return}let s=i.map(o=>{let a=ey.joinPathSegments(e,o,t.pathSegmentSeparator);return u=>{xD.stat(a,t.fsStatSettings,(c,f)=>{if(c!==null){u(c);return}let l={name:o,path:a,dirent:Z0.fs.createDirentFromStats(o,f)};t.stats&&(l.stats=f),u(null,l)})}});Q0(s,(o,a)=>{if(o!==null){Fo(r,o);return}al(r,a)})})}Lr.readdir=ry;function Fo(e,t){e(t)}function al(e,t){e(null,t)}});var uy=A(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.readdir=Dr.readdirWithFileTypes=Dr.read=void 0;var FD=an(),LD=nl(),iy=sl(),sy=ol();function DD(e,t){return!t.stats&&LD.IS_SUPPORT_READDIR_WITH_FILE_TYPES?oy(e,t):ay(e,t)}Dr.read=DD;function oy(e,t){return t.fs.readdirSync(e,{withFileTypes:!0}).map(n=>{let i={dirent:n,name:n.name,path:sy.joinPathSegments(e,n.name,t.pathSegmentSeparator)};if(i.dirent.isSymbolicLink()&&t.followSymbolicLinks)try{let s=t.fs.statSync(i.path);i.dirent=iy.fs.createDirentFromStats(i.name,s)}catch(s){if(t.throwErrorOnBrokenSymbolicLink)throw s}return i})}Dr.readdirWithFileTypes=oy;function ay(e,t){return t.fs.readdirSync(e).map(n=>{let i=sy.joinPathSegments(e,n,t.pathSegmentSeparator),s=FD.statSync(i,t.fsStatSettings),o={name:n,path:i,dirent:iy.fs.createDirentFromStats(n,s)};return t.stats&&(o.stats=s),o})}Dr.readdir=ay});var cy=A(Tr=>{"use strict";Object.defineProperty(Tr,"__esModule",{value:!0});Tr.createFileSystemAdapter=Tr.FILE_SYSTEM_ADAPTER=void 0;var Yn=require("fs");Tr.FILE_SYSTEM_ADAPTER={lstat:Yn.lstat,stat:Yn.stat,lstatSync:Yn.lstatSync,statSync:Yn.statSync,readdir:Yn.readdir,readdirSync:Yn.readdirSync};function TD(e){return e===void 0?Tr.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},Tr.FILE_SYSTEM_ADAPTER),e)}Tr.createFileSystemAdapter=TD});var ly=A(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var kD=require("path"),ND=an(),ID=cy(),ul=class{constructor(t={}){this._options=t,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=ID.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,kD.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new ND.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(t,r){return t??r}};cl.default=ul});var Lo=A(kr=>{"use strict";Object.defineProperty(kr,"__esModule",{value:!0});kr.Settings=kr.scandirSync=kr.scandir=void 0;var fy=ny(),$D=uy(),ll=ly();kr.Settings=ll.default;function BD(e,t,r){if(typeof t=="function"){fy.read(e,fl(),t);return}fy.read(e,fl(t),r)}kr.scandir=BD;function MD(e,t){let r=fl(t);return $D.read(e,r)}kr.scandirSync=MD;function fl(e={}){return e instanceof ll.default?e:new ll.default(e)}});var py=A((ez,hy)=>{"use strict";function jD(e){var t=new e,r=t;function n(){var s=t;return s.next?t=s.next:(t=new e,r=t),s.next=null,s}function i(s){r.next=s,r=s}return{get:n,release:i}}hy.exports=jD});var gy=A((tz,hl)=>{"use strict";var qD=py();function dy(e,t,r){if(typeof e=="function"&&(r=t,t=e,e=null),!(r>=1))throw new Error("fastqueue concurrency must be equal to or greater than 1");var n=qD(WD),i=null,s=null,o=0,a=null,u={push:g,drain:Lt,saturated:Lt,pause:f,paused:!1,get concurrency(){return r},set concurrency(N){if(!(N>=1))throw new Error("fastqueue concurrency must be equal to or greater than 1");if(r=N,!u.paused)for(;i&&o<r;)o++,b()},running:c,resume:p,idle:d,length:l,getQueue:h,unshift:m,empty:Lt,kill:_,killAndDrain:P,error:F};return u;function c(){return o}function f(){u.paused=!0}function l(){for(var N=i,q=0;N;)N=N.next,q++;return q}function h(){for(var N=i,q=[];N;)q.push(N.value),N=N.next;return q}function p(){if(u.paused){if(u.paused=!1,i===null){o++,b();return}for(;i&&o<r;)o++,b()}}function d(){return o===0&&u.length()===0}function g(N,q){var j=n.get();j.context=e,j.release=b,j.value=N,j.callback=q||Lt,j.errorHandler=a,o>=r||u.paused?s?(s.next=j,s=j):(i=j,s=j,u.saturated()):(o++,t.call(e,j.value,j.worked))}function m(N,q){var j=n.get();j.context=e,j.release=b,j.value=N,j.callback=q||Lt,j.errorHandler=a,o>=r||u.paused?i?(j.next=i,i=j):(i=j,s=j,u.saturated()):(o++,t.call(e,j.value,j.worked))}function b(N){N&&n.release(N);var q=i;q&&o<=r?u.paused?o--:(s===i&&(s=null),i=q.next,q.next=null,t.call(e,q.value,q.worked),s===null&&u.empty()):--o===0&&u.drain()}function _(){i=null,s=null,u.drain=Lt}function P(){i=null,s=null,u.drain(),u.drain=Lt}function F(N){a=N}}function Lt(){}function WD(){this.value=null,this.callback=Lt,this.next=null,this.release=Lt,this.context=null,this.errorHandler=null;var e=this;this.worked=function(r,n){var i=e.callback,s=e.errorHandler,o=e.value;e.value=null,e.callback=Lt,e.errorHandler&&s(r,o),i.call(e.context,r,n),e.release(e)}}function UD(e,t,r){typeof e=="function"&&(r=t,t=e,e=null);function n(f,l){t.call(this,f).then(function(h){l(null,h)},l)}var i=dy(e,n,r),s=i.push,o=i.unshift;return i.push=a,i.unshift=u,i.drained=c,i;function a(f){var l=new Promise(function(h,p){s(f,function(d,g){if(d){p(d);return}h(g)})});return l.catch(Lt),l}function u(f){var l=new Promise(function(h,p){o(f,function(d,g){if(d){p(d);return}h(g)})});return l.catch(Lt),l}function c(){var f=new Promise(function(l){process.nextTick(function(){if(i.idle())l();else{var h=i.drain;i.drain=function(){typeof h=="function"&&h(),l(),i.drain=h}}})});return f}}hl.exports=dy;hl.exports.promise=UD});var Do=A(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.joinPathSegments=er.replacePathSegmentSeparator=er.isAppliedFilter=er.isFatalError=void 0;function GD(e,t){return e.errorFilter===null?!0:!e.errorFilter(t)}er.isFatalError=GD;function HD(e,t){return e===null||e(t)}er.isAppliedFilter=HD;function zD(e,t){return e.split(/[/\\]/).join(t)}er.replacePathSegmentSeparator=zD;function YD(e,t,r){return e===""?t:e.endsWith(r)?e+t:e+r+t}er.joinPathSegments=YD});var gl=A(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});var VD=Do(),pl=class{constructor(t,r){this._root=t,this._settings=r,this._root=VD.replacePathSegmentSeparator(t,r.pathSegmentSeparator)}};dl.default=pl});var Al=A(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var KD=require("events"),XD=Lo(),JD=gy(),To=Do(),QD=gl(),ml=class extends QD.default{constructor(t,r){super(t,r),this._settings=r,this._scandir=XD.scandir,this._emitter=new KD.EventEmitter,this._queue=JD(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(t){this._emitter.on("entry",t)}onError(t){this._emitter.once("error",t)}onEnd(t){this._emitter.once("end",t)}_pushToQueue(t,r){let n={directory:t,base:r};this._queue.push(n,i=>{i!==null&&this._handleError(i)})}_worker(t,r){this._scandir(t.directory,this._settings.fsScandirSettings,(n,i)=>{if(n!==null){r(n,void 0);return}for(let s of i)this._handleEntry(s,t.base);r(null,void 0)})}_handleError(t){this._isDestroyed||!To.isFatalError(this._settings,t)||(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",t))}_handleEntry(t,r){if(this._isDestroyed||this._isFatalError)return;let n=t.path;r!==void 0&&(t.path=To.joinPathSegments(r,t.name,this._settings.pathSegmentSeparator)),To.isAppliedFilter(this._settings.entryFilter,t)&&this._emitEntry(t),t.dirent.isDirectory()&&To.isAppliedFilter(this._settings.deepFilter,t)&&this._pushToQueue(n,r===void 0?void 0:t.path)}_emitEntry(t){this._emitter.emit("entry",t)}};yl.default=ml});var my=A(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});var ZD=Al(),wl=class{constructor(t,r){this._root=t,this._settings=r,this._reader=new ZD.default(this._root,this._settings),this._storage=[]}read(t){this._reader.onError(r=>{eT(t,r)}),this._reader.onEntry(r=>{this._storage.push(r)}),this._reader.onEnd(()=>{tT(t,this._storage)}),this._reader.read()}};bl.default=wl;function eT(e,t){e(t)}function tT(e,t){e(null,t)}});var yy=A(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});var rT=require("stream"),nT=Al(),El=class{constructor(t,r){this._root=t,this._settings=r,this._reader=new nT.default(this._root,this._settings),this._stream=new rT.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(t=>{this._stream.emit("error",t)}),this._reader.onEntry(t=>{this._stream.push(t)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}};_l.default=El});var Ay=A(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});var iT=Lo(),ko=Do(),sT=gl(),vl=class extends sT.default{constructor(){super(...arguments),this._scandir=iT.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(t,r){this._queue.add({directory:t,base:r})}_handleQueue(){for(let t of this._queue.values())this._handleDirectory(t.directory,t.base)}_handleDirectory(t,r){try{let n=this._scandir(t,this._settings.fsScandirSettings);for(let i of n)this._handleEntry(i,r)}catch(n){this._handleError(n)}}_handleError(t){if(ko.isFatalError(this._settings,t))throw t}_handleEntry(t,r){let n=t.path;r!==void 0&&(t.path=ko.joinPathSegments(r,t.name,this._settings.pathSegmentSeparator)),ko.isAppliedFilter(this._settings.entryFilter,t)&&this._pushToStorage(t),t.dirent.isDirectory()&&ko.isAppliedFilter(this._settings.deepFilter,t)&&this._pushToQueue(n,r===void 0?void 0:t.path)}_pushToStorage(t){this._storage.push(t)}};Sl.default=vl});var wy=A(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});var oT=Ay(),Cl=class{constructor(t,r){this._root=t,this._settings=r,this._reader=new oT.default(this._root,this._settings)}read(){return this._reader.read()}};xl.default=Cl});var by=A(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var aT=require("path"),uT=Lo(),Pl=class{constructor(t={}){this._options=t,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,aT.sep),this.fsScandirSettings=new uT.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(t,r){return t??r}};Ol.default=Pl});var Io=A(tr=>{"use strict";Object.defineProperty(tr,"__esModule",{value:!0});tr.Settings=tr.walkStream=tr.walkSync=tr.walk=void 0;var Ey=my(),cT=yy(),lT=wy(),Rl=by();tr.Settings=Rl.default;function fT(e,t,r){if(typeof t=="function"){new Ey.default(e,No()).read(t);return}new Ey.default(e,No(t)).read(r)}tr.walk=fT;function hT(e,t){let r=No(t);return new lT.default(e,r).read()}tr.walkSync=hT;function pT(e,t){let r=No(t);return new cT.default(e,r).read()}tr.walkStream=pT;function No(e={}){return e instanceof Rl.default?e:new Rl.default(e)}});var $o=A(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});var dT=require("path"),gT=an(),_y=dr(),Fl=class{constructor(t){this._settings=t,this._fsStatSettings=new gT.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(t){return dT.resolve(this._settings.cwd,t)}_makeEntry(t,r){let n={name:r,path:r,dirent:_y.fs.createDirentFromStats(r,t)};return this._settings.stats&&(n.stats=t),n}_isFatalError(t){return!_y.errno.isEnoentCodeError(t)&&!this._settings.suppressErrors}};Ll.default=Fl});var kl=A(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var mT=require("stream"),yT=an(),AT=Io(),wT=$o(),Dl=class extends wT.default{constructor(){super(...arguments),this._walkStream=AT.walkStream,this._stat=yT.stat}dynamic(t,r){return this._walkStream(t,r)}static(t,r){let n=t.map(this._getFullEntryPath,this),i=new mT.PassThrough({objectMode:!0});i._write=(s,o,a)=>this._getEntry(n[s],t[s],r).then(u=>{u!==null&&r.entryFilter(u)&&i.push(u),s===n.length-1&&i.end(),a()}).catch(a);for(let s=0;s<n.length;s++)i.write(s);return i}_getEntry(t,r,n){return this._getStat(t).then(i=>this._makeEntry(i,r)).catch(i=>{if(n.errorFilter(i))return null;throw i})}_getStat(t){return new Promise((r,n)=>{this._stat(t,this._fsStatSettings,(i,s)=>i===null?r(s):n(i))})}};Tl.default=Dl});var vy=A(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});var bT=Io(),ET=$o(),_T=kl(),Nl=class extends ET.default{constructor(){super(...arguments),this._walkAsync=bT.walk,this._readerStream=new _T.default(this._settings)}dynamic(t,r){return new Promise((n,i)=>{this._walkAsync(t,r,(s,o)=>{s===null?n(o):i(s)})})}async static(t,r){let n=[],i=this._readerStream.static(t,r);return new Promise((s,o)=>{i.once("error",o),i.on("data",a=>n.push(a)),i.once("end",()=>s(n))})}};Il.default=Nl});var Sy=A(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});var Ui=dr(),$l=class{constructor(t,r,n){this._patterns=t,this._settings=r,this._micromatchOptions=n,this._storage=[],this._fillStorage()}_fillStorage(){for(let t of this._patterns){let r=this._getPatternSegments(t),n=this._splitSegmentsIntoSections(r);this._storage.push({complete:n.length<=1,pattern:t,segments:r,sections:n})}}_getPatternSegments(t){return Ui.pattern.getPatternParts(t,this._micromatchOptions).map(n=>Ui.pattern.isDynamicPattern(n,this._settings)?{dynamic:!0,pattern:n,patternRe:Ui.pattern.makeRe(n,this._micromatchOptions)}:{dynamic:!1,pattern:n})}_splitSegmentsIntoSections(t){return Ui.array.splitWhen(t,r=>r.dynamic&&Ui.pattern.hasGlobStar(r.pattern))}};Bl.default=$l});var Cy=A(jl=>{"use strict";Object.defineProperty(jl,"__esModule",{value:!0});var vT=Sy(),Ml=class extends vT.default{match(t){let r=t.split("/"),n=r.length,i=this._storage.filter(s=>!s.complete||s.segments.length>n);for(let s of i){let o=s.sections[0];if(!s.complete&&n>o.length||r.every((u,c)=>{let f=s.segments[c];return!!(f.dynamic&&f.patternRe.test(u)||!f.dynamic&&f.pattern===u)}))return!0}return!1}};jl.default=Ml});var xy=A(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});var Bo=dr(),ST=Cy(),ql=class{constructor(t,r){this._settings=t,this._micromatchOptions=r}getFilter(t,r,n){let i=this._getMatcher(r),s=this._getNegativePatternsRe(n);return o=>this._filter(t,o,i,s)}_getMatcher(t){return new ST.default(t,this._settings,this._micromatchOptions)}_getNegativePatternsRe(t){let r=t.filter(Bo.pattern.isAffectDepthOfReadingPattern);return Bo.pattern.convertPatternsToRe(r,this._micromatchOptions)}_filter(t,r,n,i){if(this._isSkippedByDeep(t,r.path)||this._isSkippedSymbolicLink(r))return!1;let s=Bo.path.removeLeadingDotSegment(r.path);return this._isSkippedByPositivePatterns(s,n)?!1:this._isSkippedByNegativePatterns(s,i)}_isSkippedByDeep(t,r){return this._settings.deep===1/0?!1:this._getEntryLevel(t,r)>=this._settings.deep}_getEntryLevel(t,r){let n=r.split("/").length;if(t==="")return n;let i=t.split("/").length;return n-i}_isSkippedSymbolicLink(t){return!this._settings.followSymbolicLinks&&t.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(t,r){return!this._settings.baseNameMatch&&!r.match(t)}_isSkippedByNegativePatterns(t,r){return!Bo.pattern.matchAny(t,r)}};Wl.default=ql});var Py=A(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var Nr=dr(),Ul=class{constructor(t,r){this._settings=t,this._micromatchOptions=r,this.index=new Map}getFilter(t,r){let[n,i]=Nr.pattern.partitionAbsoluteAndRelative(r),s={positive:{all:Nr.pattern.convertPatternsToRe(t,this._micromatchOptions)},negative:{absolute:Nr.pattern.convertPatternsToRe(n,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0})),relative:Nr.pattern.convertPatternsToRe(i,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0}))}};return o=>this._filter(o,s)}_filter(t,r){let n=Nr.path.removeLeadingDotSegment(t.path);if(this._settings.unique&&this._isDuplicateEntry(n)||this._onlyFileFilter(t)||this._onlyDirectoryFilter(t))return!1;let i=this._isMatchToPatternsSet(n,r,t.dirent.isDirectory());return this._settings.unique&&i&&this._createIndexRecord(n),i}_isDuplicateEntry(t){return this.index.has(t)}_createIndexRecord(t){this.index.set(t,void 0)}_onlyFileFilter(t){return this._settings.onlyFiles&&!t.dirent.isFile()}_onlyDirectoryFilter(t){return this._settings.onlyDirectories&&!t.dirent.isDirectory()}_isMatchToPatternsSet(t,r,n){return!(!this._isMatchToPatterns(t,r.positive.all,n)||this._isMatchToPatterns(t,r.negative.relative,n)||this._isMatchToAbsoluteNegative(t,r.negative.absolute,n))}_isMatchToAbsoluteNegative(t,r,n){if(r.length===0)return!1;let i=Nr.path.makeAbsolute(this._settings.cwd,t);return this._isMatchToPatterns(i,r,n)}_isMatchToPatterns(t,r,n){if(r.length===0)return!1;let i=Nr.pattern.matchAny(t,r);return!i&&n?Nr.pattern.matchAny(t+"/",r):i}};Gl.default=Ul});var Oy=A(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var CT=dr(),Hl=class{constructor(t){this._settings=t}getFilter(){return t=>this._isNonFatalError(t)}_isNonFatalError(t){return CT.errno.isEnoentCodeError(t)||this._settings.suppressErrors}};zl.default=Hl});var Fy=A(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var Ry=dr(),Yl=class{constructor(t){this._settings=t}getTransformer(){return t=>this._transform(t)}_transform(t){let r=t.path;return this._settings.absolute&&(r=Ry.path.makeAbsolute(this._settings.cwd,r),r=Ry.path.unixify(r)),this._settings.markDirectories&&t.dirent.isDirectory()&&(r+="/"),this._settings.objectMode?Object.assign(Object.assign({},t),{path:r}):r}};Vl.default=Yl});var Mo=A(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var xT=require("path"),PT=xy(),OT=Py(),RT=Oy(),FT=Fy(),Kl=class{constructor(t){this._settings=t,this.errorFilter=new RT.default(this._settings),this.entryFilter=new OT.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new PT.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new FT.default(this._settings)}_getRootDirectory(t){return xT.resolve(this._settings.cwd,t.base)}_getReaderOptions(t){let r=t.base==="."?"":t.base;return{basePath:r,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(r,t.positive,t.negative),entryFilter:this.entryFilter.getFilter(t.positive,t.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}};Xl.default=Kl});var Ly=A(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});var LT=vy(),DT=Mo(),Jl=class extends DT.default{constructor(){super(...arguments),this._reader=new LT.default(this._settings)}async read(t){let r=this._getRootDirectory(t),n=this._getReaderOptions(t);return(await this.api(r,t,n)).map(s=>n.transform(s))}api(t,r,n){return r.dynamic?this._reader.dynamic(t,n):this._reader.static(r.patterns,n)}};Ql.default=Jl});var Dy=A(ef=>{"use strict";Object.defineProperty(ef,"__esModule",{value:!0});var TT=require("stream"),kT=kl(),NT=Mo(),Zl=class extends NT.default{constructor(){super(...arguments),this._reader=new kT.default(this._settings)}read(t){let r=this._getRootDirectory(t),n=this._getReaderOptions(t),i=this.api(r,t,n),s=new TT.Readable({objectMode:!0,read:()=>{}});return i.once("error",o=>s.emit("error",o)).on("data",o=>s.emit("data",n.transform(o))).once("end",()=>s.emit("end")),s.once("close",()=>i.destroy()),s}api(t,r,n){return r.dynamic?this._reader.dynamic(t,n):this._reader.static(r.patterns,n)}};ef.default=Zl});var Ty=A(rf=>{"use strict";Object.defineProperty(rf,"__esModule",{value:!0});var IT=an(),$T=Io(),BT=$o(),tf=class extends BT.default{constructor(){super(...arguments),this._walkSync=$T.walkSync,this._statSync=IT.statSync}dynamic(t,r){return this._walkSync(t,r)}static(t,r){let n=[];for(let i of t){let s=this._getFullEntryPath(i),o=this._getEntry(s,i,r);o===null||!r.entryFilter(o)||n.push(o)}return n}_getEntry(t,r,n){try{let i=this._getStat(t);return this._makeEntry(i,r)}catch(i){if(n.errorFilter(i))return null;throw i}}_getStat(t){return this._statSync(t,this._fsStatSettings)}};rf.default=tf});var ky=A(sf=>{"use strict";Object.defineProperty(sf,"__esModule",{value:!0});var MT=Ty(),jT=Mo(),nf=class extends jT.default{constructor(){super(...arguments),this._reader=new MT.default(this._settings)}read(t){let r=this._getRootDirectory(t),n=this._getReaderOptions(t);return this.api(r,t,n).map(n.transform)}api(t,r,n){return r.dynamic?this._reader.dynamic(t,n):this._reader.static(r.patterns,n)}};sf.default=nf});var Ny=A(Kn=>{"use strict";Object.defineProperty(Kn,"__esModule",{value:!0});Kn.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;var Vn=require("fs"),qT=require("os"),WT=Math.max(qT.cpus().length,1);Kn.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:Vn.lstat,lstatSync:Vn.lstatSync,stat:Vn.stat,statSync:Vn.statSync,readdir:Vn.readdir,readdirSync:Vn.readdirSync};var of=class{constructor(t={}){this._options=t,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,WT),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0),this.ignore=[].concat(this.ignore)}_getValue(t,r){return t===void 0?r:t}_getFileSystemMethods(t={}){return Object.assign(Object.assign({},Kn.DEFAULT_FILE_SYSTEM_ADAPTER),t)}};Kn.default=of});var By=A((xz,$y)=>{"use strict";var Iy=$0(),UT=Ly(),GT=Dy(),HT=ky(),af=Ny(),Dt=dr();async function uf(e,t){zt(e);let r=cf(e,UT.default,t),n=await Promise.all(r);return Dt.array.flatten(n)}(function(e){e.glob=e,e.globSync=t,e.globStream=r,e.async=e;function t(c,f){zt(c);let l=cf(c,HT.default,f);return Dt.array.flatten(l)}e.sync=t;function r(c,f){zt(c);let l=cf(c,GT.default,f);return Dt.stream.merge(l)}e.stream=r;function n(c,f){zt(c);let l=[].concat(c),h=new af.default(f);return Iy.generate(l,h)}e.generateTasks=n;function i(c,f){zt(c);let l=new af.default(f);return Dt.pattern.isDynamicPattern(c,l)}e.isDynamicPattern=i;function s(c){return zt(c),Dt.path.escape(c)}e.escapePath=s;function o(c){return zt(c),Dt.path.convertPathToPattern(c)}e.convertPathToPattern=o;let a;(function(c){function f(h){return zt(h),Dt.path.escapePosixPath(h)}c.escapePath=f;function l(h){return zt(h),Dt.path.convertPosixPathToPattern(h)}c.convertPathToPattern=l})(a=e.posix||(e.posix={}));let u;(function(c){function f(h){return zt(h),Dt.path.escapeWindowsPath(h)}c.escapePath=f;function l(h){return zt(h),Dt.path.convertWindowsPathToPattern(h)}c.convertPathToPattern=l})(u=e.win32||(e.win32={}))})(uf||(uf={}));function cf(e,t,r){let n=[].concat(e),i=new af.default(r),s=Iy.generate(n,i),o=new t(i);return s.map(o.read,o)}function zt(e){if(![].concat(e).every(n=>Dt.string.isString(n)&&!Dt.string.isEmpty(n)))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}$y.exports=uf});var qo=A($r=>{"use strict";var My=$r&&$r.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty($r,"__esModule",{value:!0});$r.getPackagePathsAsync=$r.getPackagePaths=void 0;var jo=My(require("path")),jy=My(By()),qy=Cc(),Ir={},Wy={absolute:!0,ignore:["**/node_modules/**","**/__fixtures__/**"],stats:!1};function zT(e,t){return(0,qy.isCachingEnabled)()&&Ir[e]||(Ir[e]=jy.default.sync(Uy(t),{cwd:e,...Wy}).map(Gy)),Ir[e]}$r.getPackagePaths=zT;async function YT(e,t){return(0,qy.isCachingEnabled)()&&Ir[e]||(Ir[e]=(await(0,jy.default)(Uy(t),{cwd:e,...Wy})).map(Gy)),Ir[e]}$r.getPackagePathsAsync=YT;function Uy(e){return e.map(t=>jo.default.join(t,"package.json").replace(/\\/g,"/"))}function Gy(e){let t=jo.default.dirname(e);return jo.default.sep==="/"?t:t.replace(/\//g,jo.default.sep)}});var lf=A(Wo=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});Wo.infoFromPackageJson=void 0;function VT(e,t){return{packageJsonPath:t,...e}}Wo.infoFromPackageJson=VT});var pf=A(Br=>{"use strict";var hf=Br&&Br.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Br,"__esModule",{value:!0});Br.getPackageInfoAsync=Br.getPackageInfo=void 0;var ff=hf(require("fs")),KT=hf(require("fs/promises")),Hy=hf(require("path")),zy=lf(),Uo=hr();function XT(e){let t=Hy.default.join(e,"package.json");try{if(!ff.default.existsSync(t)){(0,Uo.logVerboseWarning)(`File does not exist: ${t}`);return}let r=JSON.parse(ff.default.readFileSync(t,"utf-8"));return(0,zy.infoFromPackageJson)(r,t)}catch(r){(0,Uo.logVerboseWarning)(`Error reading or parsing ${t}: ${r?.message||r}`)}}Br.getPackageInfo=XT;async function JT(e){let t=Hy.default.join(e,"package.json");try{if(!ff.default.existsSync(t)){(0,Uo.logVerboseWarning)(`File does not exist: ${t}`);return}let r=JSON.parse(await KT.default.readFile(t,"utf-8"));return(0,zy.infoFromPackageJson)(r,t)}catch(r){(0,Uo.logVerboseWarning)(`Error reading or parsing ${t}: ${r?.message||r}`)}}Br.getPackageInfoAsync=JT});var Gi=A(Mr=>{"use strict";var Yy=Mr&&Mr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Mr,"__esModule",{value:!0});Mr.getWorkspacePackageInfoAsync=Mr.getWorkspacePackageInfo=void 0;var QT=Yy(require("path")),ZT=Yy(require("fs/promises")),ek=hr(),tk=lf(),rk=pf();function nk(e){return e?e.map(t=>{let r=(0,rk.getPackageInfo)(t);return r?{name:r.name,path:t,packageJson:r}:null}).filter(Boolean):[]}Mr.getWorkspacePackageInfo=nk;async function ik(e){if(!e)return[];let t=e.map(async r=>{let n=QT.default.join(r,"package.json");try{let i=JSON.parse(await ZT.default.readFile(n,"utf-8"));return{name:i.name,path:r,packageJson:(0,tk.infoFromPackageJson)(i,n)}}catch(i){return(0,ek.logVerboseWarning)(`Error reading or parsing ${n} while getting workspace package info`,i),null}});return(await Promise.all(t)).filter(Boolean)}Mr.getWorkspacePackageInfoAsync=ik});var df=A(Tt=>{"use strict";var Vy=Tt&&Tt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Tt,"__esModule",{value:!0});Tt.getWorkspaceInfoFromWorkspaceRootAsync=Tt.getWorkspaceInfoFromWorkspaceRoot=Tt.getPackagePathsFromWorkspaceRootAsync=Tt.getPackagePathsFromWorkspaceRoot=void 0;var sk=Vy(require("fs")),ok=Vy(require("path")),Ky=qo(),Xy=Gi(),Go=hr();function Jy(e){let t=ok.default.join(e,"package.json"),r;try{r=JSON.parse(sk.default.readFileSync(t,"utf-8"))}catch{throw new Error("Could not load package.json from workspaces root")}let{workspaces:n}=r;if(Array.isArray(n))return n;if(!n?.packages)throw new Error("Could not find a workspaces object in package.json (expected if this is not a monorepo)");return n.packages}function Qy(e){try{let t=Jy(e);return t?(0,Ky.getPackagePaths)(e,t):[]}catch(t){return(0,Go.logVerboseWarning)(`Error getting package paths for ${e}`,t),[]}}Tt.getPackagePathsFromWorkspaceRoot=Qy;async function Zy(e){try{let t=Jy(e);return t?(0,Ky.getPackagePathsAsync)(e,t):[]}catch(t){return(0,Go.logVerboseWarning)(`Error getting package paths for ${e}`,t),[]}}Tt.getPackagePathsFromWorkspaceRootAsync=Zy;function ak(e){try{let t=Qy(e);return(0,Xy.getWorkspacePackageInfo)(t)}catch(t){return(0,Go.logVerboseWarning)(`Error getting workspace info for ${e}`,t),[]}}Tt.getWorkspaceInfoFromWorkspaceRoot=ak;async function uk(e){try{let t=await Zy(e);return(0,Xy.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,Go.logVerboseWarning)(`Error getting workspace info for ${e}`,t),[]}}Tt.getWorkspaceInfoFromWorkspaceRootAsync=uk});var Xn=A((Dz,un)=>{"use strict";function eA(e){return typeof e>"u"||e===null}function ck(e){return typeof e=="object"&&e!==null}function lk(e){return Array.isArray(e)?e:eA(e)?[]:[e]}function fk(e,t){var r,n,i,s;if(t)for(s=Object.keys(t),r=0,n=s.length;r<n;r+=1)i=s[r],e[i]=t[i];return e}function hk(e,t){var r="",n;for(n=0;n<t;n+=1)r+=e;return r}function pk(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}un.exports.isNothing=eA;un.exports.isObject=ck;un.exports.toArray=lk;un.exports.repeat=hk;un.exports.isNegativeZero=pk;un.exports.extend=fk});var Jn=A((Tz,rA)=>{"use strict";function tA(e,t){var r="",n=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
11
+
12
+ `+e.mark.snippet),n+" "+r):n}function Hi(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=tA(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}Hi.prototype=Object.create(Error.prototype);Hi.prototype.constructor=Hi;Hi.prototype.toString=function(t){return this.name+": "+tA(this,t)};rA.exports=Hi});var iA=A((kz,nA)=>{"use strict";var zi=Xn();function gf(e,t,r,n,i){var s="",o="",a=Math.floor(i/2)-1;return n-t>a&&(s=" ... ",t=n-a+s.length),r-n>a&&(o=" ...",r=n+a-o.length),{str:s+e.slice(t,r).replace(/\t/g,"\u2192")+o,pos:n-t+s.length}}function mf(e,t){return zi.repeat(" ",t-e.length)+e}function dk(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),typeof t.indent!="number"&&(t.indent=1),typeof t.linesBefore!="number"&&(t.linesBefore=3),typeof t.linesAfter!="number"&&(t.linesAfter=2);for(var r=/\r?\n|\r|\0/g,n=[0],i=[],s,o=-1;s=r.exec(e.buffer);)i.push(s.index),n.push(s.index+s[0].length),e.position<=s.index&&o<0&&(o=n.length-2);o<0&&(o=n.length-1);var a="",u,c,f=Math.min(e.line+t.linesAfter,i.length).toString().length,l=t.maxLength-(t.indent+f+3);for(u=1;u<=t.linesBefore&&!(o-u<0);u++)c=gf(e.buffer,n[o-u],i[o-u],e.position-(n[o]-n[o-u]),l),a=zi.repeat(" ",t.indent)+mf((e.line-u+1).toString(),f)+" | "+c.str+`
13
+ `+a;for(c=gf(e.buffer,n[o],i[o],e.position,l),a+=zi.repeat(" ",t.indent)+mf((e.line+1).toString(),f)+" | "+c.str+`
14
+ `,a+=zi.repeat("-",t.indent+f+3+c.pos)+`^
15
+ `,u=1;u<=t.linesAfter&&!(o+u>=i.length);u++)c=gf(e.buffer,n[o+u],i[o+u],e.position-(n[o]-n[o+u]),l),a+=zi.repeat(" ",t.indent)+mf((e.line+u+1).toString(),f)+" | "+c.str+`
16
+ `;return a.replace(/\n$/,"")}nA.exports=dk});var Je=A((Nz,oA)=>{"use strict";var sA=Jn(),gk=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],mk=["scalar","sequence","mapping"];function yk(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(n){t[String(n)]=r})}),t}function Ak(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(gk.indexOf(r)===-1)throw new sA('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=yk(t.styleAliases||null),mk.indexOf(this.kind)===-1)throw new sA('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}oA.exports=Ak});var wf=A((Iz,uA)=>{"use strict";var Yi=Jn(),yf=Je();function aA(e,t){var r=[];return e[t].forEach(function(n){var i=r.length;r.forEach(function(s,o){s.tag===n.tag&&s.kind===n.kind&&s.multi===n.multi&&(i=o)}),r[i]=n}),r}function wk(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function n(i){i.multi?(e.multi[i.kind].push(i),e.multi.fallback.push(i)):e[i.kind][i.tag]=e.fallback[i.tag]=i}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(n);return e}function Af(e){return this.extend(e)}Af.prototype.extend=function(t){var r=[],n=[];if(t instanceof yf)n.push(t);else if(Array.isArray(t))n=n.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(r=r.concat(t.implicit)),t.explicit&&(n=n.concat(t.explicit));else throw new Yi("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(s){if(!(s instanceof yf))throw new Yi("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new Yi("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new Yi("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(s){if(!(s instanceof yf))throw new Yi("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(Af.prototype);return i.implicit=(this.implicit||[]).concat(r),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=aA(i,"implicit"),i.compiledExplicit=aA(i,"explicit"),i.compiledTypeMap=wk(i.compiledImplicit,i.compiledExplicit),i};uA.exports=Af});var bf=A(($z,cA)=>{"use strict";var bk=Je();cA.exports=new bk("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var Ef=A((Bz,lA)=>{"use strict";var Ek=Je();lA.exports=new Ek("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var _f=A((Mz,fA)=>{"use strict";var _k=Je();fA.exports=new _k("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var vf=A((jz,hA)=>{"use strict";var vk=wf();hA.exports=new vk({explicit:[bf(),Ef(),_f()]})});var Sf=A((qz,pA)=>{"use strict";var Sk=Je();function Ck(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function xk(){return null}function Pk(e){return e===null}pA.exports=new Sk("tag:yaml.org,2002:null",{kind:"scalar",resolve:Ck,construct:xk,predicate:Pk,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"})});var Cf=A((Wz,dA)=>{"use strict";var Ok=Je();function Rk(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function Fk(e){return e==="true"||e==="True"||e==="TRUE"}function Lk(e){return Object.prototype.toString.call(e)==="[object Boolean]"}dA.exports=new Ok("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Rk,construct:Fk,predicate:Lk,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})});var xf=A((Uz,gA)=>{"use strict";var Dk=Xn(),Tk=Je();function kk(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function Nk(e){return 48<=e&&e<=55}function Ik(e){return 48<=e&&e<=57}function $k(e){if(e===null)return!1;var t=e.length,r=0,n=!1,i;if(!t)return!1;if(i=e[r],(i==="-"||i==="+")&&(i=e[++r]),i==="0"){if(r+1===t)return!0;if(i=e[++r],i==="b"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(i!=="0"&&i!=="1")return!1;n=!0}return n&&i!=="_"}if(i==="x"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!kk(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}if(i==="o"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!Nk(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}}if(i==="_")return!1;for(;r<t;r++)if(i=e[r],i!=="_"){if(!Ik(e.charCodeAt(r)))return!1;n=!0}return!(!n||i==="_")}function Bk(e){var t=e,r=1,n;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),n=t[0],(n==="-"||n==="+")&&(n==="-"&&(r=-1),t=t.slice(1),n=t[0]),t==="0")return 0;if(n==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function Mk(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!Dk.isNegativeZero(e)}gA.exports=new Tk("tag:yaml.org,2002:int",{kind:"scalar",resolve:$k,construct:Bk,predicate:Mk,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var Pf=A((Gz,yA)=>{"use strict";var mA=Xn(),jk=Je(),qk=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function Wk(e){return!(e===null||!qk.test(e)||e[e.length-1]==="_")}function Uk(e){var t,r;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:r*parseFloat(t,10)}var Gk=/^[-+]?[0-9]+e/;function Hk(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(mA.isNegativeZero(e))return"-0.0";return r=e.toString(10),Gk.test(r)?r.replace("e",".e"):r}function zk(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||mA.isNegativeZero(e))}yA.exports=new jk("tag:yaml.org,2002:float",{kind:"scalar",resolve:Wk,construct:Uk,predicate:zk,represent:Hk,defaultStyle:"lowercase"})});var Of=A((Hz,AA)=>{"use strict";AA.exports=vf().extend({implicit:[Sf(),Cf(),xf(),Pf()]})});var Rf=A((zz,wA)=>{"use strict";wA.exports=Of()});var Ff=A((Yz,_A)=>{"use strict";var Yk=Je(),bA=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),EA=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function Vk(e){return e===null?!1:bA.exec(e)!==null||EA.exec(e)!==null}function Kk(e){var t,r,n,i,s,o,a,u=0,c=null,f,l,h;if(t=bA.exec(e),t===null&&(t=EA.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,i=+t[3],!t[4])return new Date(Date.UTC(r,n,i));if(s=+t[4],o=+t[5],a=+t[6],t[7]){for(u=t[7].slice(0,3);u.length<3;)u+="0";u=+u}return t[9]&&(f=+t[10],l=+(t[11]||0),c=(f*60+l)*6e4,t[9]==="-"&&(c=-c)),h=new Date(Date.UTC(r,n,i,s,o,a,u)),c&&h.setTime(h.getTime()-c),h}function Xk(e){return e.toISOString()}_A.exports=new Yk("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:Vk,construct:Kk,instanceOf:Date,represent:Xk})});var Lf=A((Vz,vA)=>{"use strict";var Jk=Je();function Qk(e){return e==="<<"||e===null}vA.exports=new Jk("tag:yaml.org,2002:merge",{kind:"scalar",resolve:Qk})});var Tf=A((Kz,SA)=>{"use strict";var Zk=Je(),Df=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
17
+ \r`;function eN(e){if(e===null)return!1;var t,r,n=0,i=e.length,s=Df;for(r=0;r<i;r++)if(t=s.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;n+=6}return n%8===0}function tN(e){var t,r,n=e.replace(/[\r\n=]/g,""),i=n.length,s=Df,o=0,a=[];for(t=0;t<i;t++)t%4===0&&t&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|s.indexOf(n.charAt(t));return r=i%4*6,r===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):r===18?(a.push(o>>10&255),a.push(o>>2&255)):r===12&&a.push(o>>4&255),new Uint8Array(a)}function rN(e){var t="",r=0,n,i,s=e.length,o=Df;for(n=0;n<s;n++)n%3===0&&n&&(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]),r=(r<<8)+e[n];return i=s%3,i===0?(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]):i===2?(t+=o[r>>10&63],t+=o[r>>4&63],t+=o[r<<2&63],t+=o[64]):i===1&&(t+=o[r>>2&63],t+=o[r<<4&63],t+=o[64],t+=o[64]),t}function nN(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}SA.exports=new Zk("tag:yaml.org,2002:binary",{kind:"scalar",resolve:eN,construct:tN,predicate:nN,represent:rN})});var kf=A((Xz,CA)=>{"use strict";var iN=Je(),sN=Object.prototype.hasOwnProperty,oN=Object.prototype.toString;function aN(e){if(e===null)return!0;var t=[],r,n,i,s,o,a=e;for(r=0,n=a.length;r<n;r+=1){if(i=a[r],o=!1,oN.call(i)!=="[object Object]")return!1;for(s in i)if(sN.call(i,s))if(!o)o=!0;else return!1;if(!o)return!1;if(t.indexOf(s)===-1)t.push(s);else return!1}return!0}function uN(e){return e!==null?e:[]}CA.exports=new iN("tag:yaml.org,2002:omap",{kind:"sequence",resolve:aN,construct:uN})});var Nf=A((Jz,xA)=>{"use strict";var cN=Je(),lN=Object.prototype.toString;function fN(e){if(e===null)return!0;var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1){if(n=o[t],lN.call(n)!=="[object Object]"||(i=Object.keys(n),i.length!==1))return!1;s[t]=[i[0],n[i[0]]]}return!0}function hN(e){if(e===null)return[];var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1)n=o[t],i=Object.keys(n),s[t]=[i[0],n[i[0]]];return s}xA.exports=new cN("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:fN,construct:hN})});var If=A((Qz,PA)=>{"use strict";var pN=Je(),dN=Object.prototype.hasOwnProperty;function gN(e){if(e===null)return!0;var t,r=e;for(t in r)if(dN.call(r,t)&&r[t]!==null)return!1;return!0}function mN(e){return e!==null?e:{}}PA.exports=new pN("tag:yaml.org,2002:set",{kind:"mapping",resolve:gN,construct:mN})});var Ho=A((Zz,OA)=>{"use strict";OA.exports=Rf().extend({implicit:[Ff(),Lf()],explicit:[Tf(),kf(),Nf(),If()]})});var HA=A((e4,jf)=>{"use strict";var ln=Xn(),NA=Jn(),yN=iA(),AN=Ho(),qr=Object.prototype.hasOwnProperty,zo=1,IA=2,$A=3,Yo=4,$f=1,wN=2,RA=3,bN=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,EN=/[\x85\u2028\u2029]/,_N=/[,\[\]\{\}]/,BA=/^(?:!|!!|![a-z\-]+!)$/i,MA=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function FA(e){return Object.prototype.toString.call(e)}function rr(e){return e===10||e===13}function fn(e){return e===9||e===32}function mt(e){return e===9||e===32||e===10||e===13}function Qn(e){return e===44||e===91||e===93||e===123||e===125}function vN(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function SN(e){return e===120?2:e===117?4:e===85?8:0}function CN(e){return 48<=e&&e<=57?e-48:-1}function LA(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
18
+ `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function xN(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function jA(e,t,r){t==="__proto__"?Object.defineProperty(e,t,{configurable:!0,enumerable:!0,writable:!0,value:r}):e[t]=r}var qA=new Array(256),WA=new Array(256);for(cn=0;cn<256;cn++)qA[cn]=LA(cn)?1:0,WA[cn]=LA(cn);var cn;function PN(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||AN,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function UA(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=yN(r),new NA(t,r)}function ee(e,t){throw UA(e,t)}function Vo(e,t){e.onWarning&&e.onWarning.call(null,UA(e,t))}var DA={YAML:function(t,r,n){var i,s,o;t.version!==null&&ee(t,"duplication of %YAML directive"),n.length!==1&&ee(t,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),i===null&&ee(t,"ill-formed argument of the YAML directive"),s=parseInt(i[1],10),o=parseInt(i[2],10),s!==1&&ee(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=o<2,o!==1&&o!==2&&Vo(t,"unsupported YAML version of the document")},TAG:function(t,r,n){var i,s;n.length!==2&&ee(t,"TAG directive accepts exactly two arguments"),i=n[0],s=n[1],BA.test(i)||ee(t,"ill-formed tag handle (first argument) of the TAG directive"),qr.call(t.tagMap,i)&&ee(t,'there is a previously declared suffix for "'+i+'" tag handle'),MA.test(s)||ee(t,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch{ee(t,"tag prefix is malformed: "+s)}t.tagMap[i]=s}};function jr(e,t,r,n){var i,s,o,a;if(t<r){if(a=e.input.slice(t,r),n)for(i=0,s=a.length;i<s;i+=1)o=a.charCodeAt(i),o===9||32<=o&&o<=1114111||ee(e,"expected valid JSON character");else bN.test(a)&&ee(e,"the stream contains non-printable characters");e.result+=a}}function TA(e,t,r,n){var i,s,o,a;for(ln.isObject(r)||ee(e,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(r),o=0,a=i.length;o<a;o+=1)s=i[o],qr.call(t,s)||(jA(t,s,r[s]),n[s]=!0)}function Zn(e,t,r,n,i,s,o,a,u){var c,f;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),c=0,f=i.length;c<f;c+=1)Array.isArray(i[c])&&ee(e,"nested arrays are not supported inside keys"),typeof i=="object"&&FA(i[c])==="[object Object]"&&(i[c]="[object Object]");if(typeof i=="object"&&FA(i)==="[object Object]"&&(i="[object Object]"),i=String(i),t===null&&(t={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(s))for(c=0,f=s.length;c<f;c+=1)TA(e,t,s[c],r);else TA(e,t,s,r);else!e.json&&!qr.call(r,i)&&qr.call(t,i)&&(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=u||e.position,ee(e,"duplicated mapping key")),jA(t,i,s),delete r[i];return t}function Bf(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):ee(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function Ne(e,t,r){for(var n=0,i=e.input.charCodeAt(e.position);i!==0;){for(;fn(i);)i===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),i=e.input.charCodeAt(++e.position);if(t&&i===35)do i=e.input.charCodeAt(++e.position);while(i!==10&&i!==13&&i!==0);if(rr(i))for(Bf(e),i=e.input.charCodeAt(e.position),n++,e.lineIndent=0;i===32;)e.lineIndent++,i=e.input.charCodeAt(++e.position);else break}return r!==-1&&n!==0&&e.lineIndent<r&&Vo(e,"deficient indentation"),n}function Ko(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)&&(t+=3,r=e.input.charCodeAt(t),r===0||mt(r)))}function Mf(e,t){t===1?e.result+=" ":t>1&&(e.result+=ln.repeat(`
19
+ `,t-1))}function ON(e,t,r){var n,i,s,o,a,u,c,f,l=e.kind,h=e.result,p;if(p=e.input.charCodeAt(e.position),mt(p)||Qn(p)||p===35||p===38||p===42||p===33||p===124||p===62||p===39||p===34||p===37||p===64||p===96||(p===63||p===45)&&(i=e.input.charCodeAt(e.position+1),mt(i)||r&&Qn(i)))return!1;for(e.kind="scalar",e.result="",s=o=e.position,a=!1;p!==0;){if(p===58){if(i=e.input.charCodeAt(e.position+1),mt(i)||r&&Qn(i))break}else if(p===35){if(n=e.input.charCodeAt(e.position-1),mt(n))break}else{if(e.position===e.lineStart&&Ko(e)||r&&Qn(p))break;if(rr(p))if(u=e.line,c=e.lineStart,f=e.lineIndent,Ne(e,!1,-1),e.lineIndent>=t){a=!0,p=e.input.charCodeAt(e.position);continue}else{e.position=o,e.line=u,e.lineStart=c,e.lineIndent=f;break}}a&&(jr(e,s,o,!1),Mf(e,e.line-u),s=o=e.position,a=!1),fn(p)||(o=e.position+1),p=e.input.charCodeAt(++e.position)}return jr(e,s,o,!1),e.result?!0:(e.kind=l,e.result=h,!1)}function RN(e,t){var r,n,i;if(r=e.input.charCodeAt(e.position),r!==39)return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(jr(e,n,e.position,!0),r=e.input.charCodeAt(++e.position),r===39)n=e.position,e.position++,i=e.position;else return!0;else rr(r)?(jr(e,n,i,!0),Mf(e,Ne(e,!1,t)),n=i=e.position):e.position===e.lineStart&&Ko(e)?ee(e,"unexpected end of the document within a single quoted scalar"):(e.position++,i=e.position);ee(e,"unexpected end of the stream within a single quoted scalar")}function FN(e,t){var r,n,i,s,o,a;if(a=e.input.charCodeAt(e.position),a!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;(a=e.input.charCodeAt(e.position))!==0;){if(a===34)return jr(e,r,e.position,!0),e.position++,!0;if(a===92){if(jr(e,r,e.position,!0),a=e.input.charCodeAt(++e.position),rr(a))Ne(e,!1,t);else if(a<256&&qA[a])e.result+=WA[a],e.position++;else if((o=SN(a))>0){for(i=o,s=0;i>0;i--)a=e.input.charCodeAt(++e.position),(o=vN(a))>=0?s=(s<<4)+o:ee(e,"expected hexadecimal character");e.result+=xN(s),e.position++}else ee(e,"unknown escape sequence");r=n=e.position}else rr(a)?(jr(e,r,n,!0),Mf(e,Ne(e,!1,t)),r=n=e.position):e.position===e.lineStart&&Ko(e)?ee(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}ee(e,"unexpected end of the stream within a double quoted scalar")}function LN(e,t){var r=!0,n,i,s,o=e.tag,a,u=e.anchor,c,f,l,h,p,d=Object.create(null),g,m,b,_;if(_=e.input.charCodeAt(e.position),_===91)f=93,p=!1,a=[];else if(_===123)f=125,p=!0,a={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=a),_=e.input.charCodeAt(++e.position);_!==0;){if(Ne(e,!0,t),_=e.input.charCodeAt(e.position),_===f)return e.position++,e.tag=o,e.anchor=u,e.kind=p?"mapping":"sequence",e.result=a,!0;r?_===44&&ee(e,"expected the node content, but found ','"):ee(e,"missed comma between flow collection entries"),m=g=b=null,l=h=!1,_===63&&(c=e.input.charCodeAt(e.position+1),mt(c)&&(l=h=!0,e.position++,Ne(e,!0,t))),n=e.line,i=e.lineStart,s=e.position,ei(e,t,zo,!1,!0),m=e.tag,g=e.result,Ne(e,!0,t),_=e.input.charCodeAt(e.position),(h||e.line===n)&&_===58&&(l=!0,_=e.input.charCodeAt(++e.position),Ne(e,!0,t),ei(e,t,zo,!1,!0),b=e.result),p?Zn(e,a,d,m,g,b,n,i,s):l?a.push(Zn(e,null,d,m,g,b,n,i,s)):a.push(g),Ne(e,!0,t),_=e.input.charCodeAt(e.position),_===44?(r=!0,_=e.input.charCodeAt(++e.position)):r=!1}ee(e,"unexpected end of the stream within a flow collection")}function DN(e,t){var r,n,i=$f,s=!1,o=!1,a=t,u=0,c=!1,f,l;if(l=e.input.charCodeAt(e.position),l===124)n=!1;else if(l===62)n=!0;else return!1;for(e.kind="scalar",e.result="";l!==0;)if(l=e.input.charCodeAt(++e.position),l===43||l===45)$f===i?i=l===43?RA:wN:ee(e,"repeat of a chomping mode identifier");else if((f=CN(l))>=0)f===0?ee(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?ee(e,"repeat of an indentation width identifier"):(a=t+f-1,o=!0);else break;if(fn(l)){do l=e.input.charCodeAt(++e.position);while(fn(l));if(l===35)do l=e.input.charCodeAt(++e.position);while(!rr(l)&&l!==0)}for(;l!==0;){for(Bf(e),e.lineIndent=0,l=e.input.charCodeAt(e.position);(!o||e.lineIndent<a)&&l===32;)e.lineIndent++,l=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>a&&(a=e.lineIndent),rr(l)){u++;continue}if(e.lineIndent<a){i===RA?e.result+=ln.repeat(`
20
+ `,s?1+u:u):i===$f&&s&&(e.result+=`
21
+ `);break}for(n?fn(l)?(c=!0,e.result+=ln.repeat(`
22
+ `,s?1+u:u)):c?(c=!1,e.result+=ln.repeat(`
23
+ `,u+1)):u===0?s&&(e.result+=" "):e.result+=ln.repeat(`
24
+ `,u):e.result+=ln.repeat(`
25
+ `,s?1+u:u),s=!0,o=!0,u=0,r=e.position;!rr(l)&&l!==0;)l=e.input.charCodeAt(++e.position);jr(e,r,e.position,!1)}return!0}function kA(e,t){var r,n=e.tag,i=e.anchor,s=[],o,a=!1,u;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),u=e.input.charCodeAt(e.position);u!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,ee(e,"tab characters must not be used in indentation")),!(u!==45||(o=e.input.charCodeAt(e.position+1),!mt(o))));){if(a=!0,e.position++,Ne(e,!0,-1)&&e.lineIndent<=t){s.push(null),u=e.input.charCodeAt(e.position);continue}if(r=e.line,ei(e,t,$A,!1,!0),s.push(e.result),Ne(e,!0,-1),u=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&u!==0)ee(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return a?(e.tag=n,e.anchor=i,e.kind="sequence",e.result=s,!0):!1}function TN(e,t,r){var n,i,s,o,a,u,c=e.tag,f=e.anchor,l={},h=Object.create(null),p=null,d=null,g=null,m=!1,b=!1,_;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=l),_=e.input.charCodeAt(e.position);_!==0;){if(!m&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,ee(e,"tab characters must not be used in indentation")),n=e.input.charCodeAt(e.position+1),s=e.line,(_===63||_===58)&&mt(n))_===63?(m&&(Zn(e,l,h,p,d,null,o,a,u),p=d=g=null),b=!0,m=!0,i=!0):m?(m=!1,i=!0):ee(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,_=n;else{if(o=e.line,a=e.lineStart,u=e.position,!ei(e,r,IA,!1,!0))break;if(e.line===s){for(_=e.input.charCodeAt(e.position);fn(_);)_=e.input.charCodeAt(++e.position);if(_===58)_=e.input.charCodeAt(++e.position),mt(_)||ee(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(Zn(e,l,h,p,d,null,o,a,u),p=d=g=null),b=!0,m=!1,i=!1,p=e.tag,d=e.result;else if(b)ee(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=c,e.anchor=f,!0}else if(b)ee(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=c,e.anchor=f,!0}if((e.line===s||e.lineIndent>t)&&(m&&(o=e.line,a=e.lineStart,u=e.position),ei(e,t,Yo,!0,i)&&(m?d=e.result:g=e.result),m||(Zn(e,l,h,p,d,g,o,a,u),p=d=g=null),Ne(e,!0,-1),_=e.input.charCodeAt(e.position)),(e.line===s||e.lineIndent>t)&&_!==0)ee(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return m&&Zn(e,l,h,p,d,null,o,a,u),b&&(e.tag=c,e.anchor=f,e.kind="mapping",e.result=l),b}function kN(e){var t,r=!1,n=!1,i,s,o;if(o=e.input.charCodeAt(e.position),o!==33)return!1;if(e.tag!==null&&ee(e,"duplication of a tag property"),o=e.input.charCodeAt(++e.position),o===60?(r=!0,o=e.input.charCodeAt(++e.position)):o===33?(n=!0,i="!!",o=e.input.charCodeAt(++e.position)):i="!",t=e.position,r){do o=e.input.charCodeAt(++e.position);while(o!==0&&o!==62);e.position<e.length?(s=e.input.slice(t,e.position),o=e.input.charCodeAt(++e.position)):ee(e,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!mt(o);)o===33&&(n?ee(e,"tag suffix cannot contain exclamation marks"):(i=e.input.slice(t-1,e.position+1),BA.test(i)||ee(e,"named tag handle cannot contain such characters"),n=!0,t=e.position+1)),o=e.input.charCodeAt(++e.position);s=e.input.slice(t,e.position),_N.test(s)&&ee(e,"tag suffix cannot contain flow indicator characters")}s&&!MA.test(s)&&ee(e,"tag name cannot contain such characters: "+s);try{s=decodeURIComponent(s)}catch{ee(e,"tag name is malformed: "+s)}return r?e.tag=s:qr.call(e.tagMap,i)?e.tag=e.tagMap[i]+s:i==="!"?e.tag="!"+s:i==="!!"?e.tag="tag:yaml.org,2002:"+s:ee(e,'undeclared tag handle "'+i+'"'),!0}function NN(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&ee(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!mt(r)&&!Qn(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&ee(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function IN(e){var t,r,n;if(n=e.input.charCodeAt(e.position),n!==42)return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;n!==0&&!mt(n)&&!Qn(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&ee(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),qr.call(e.anchorMap,r)||ee(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],Ne(e,!0,-1),!0}function ei(e,t,r,n,i){var s,o,a,u=1,c=!1,f=!1,l,h,p,d,g,m;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,s=o=a=Yo===r||$A===r,n&&Ne(e,!0,-1)&&(c=!0,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)),u===1)for(;kN(e)||NN(e);)Ne(e,!0,-1)?(c=!0,a=s,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)):a=!1;if(a&&(a=c||i),(u===1||Yo===r)&&(zo===r||IA===r?g=t:g=t+1,m=e.position-e.lineStart,u===1?a&&(kA(e,m)||TN(e,m,g))||LN(e,g)?f=!0:(o&&DN(e,g)||RN(e,g)||FN(e,g)?f=!0:IN(e)?(f=!0,(e.tag!==null||e.anchor!==null)&&ee(e,"alias node should not have any properties")):ON(e,g,zo===r)&&(f=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):u===0&&(f=a&&kA(e,m))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&ee(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),l=0,h=e.implicitTypes.length;l<h;l+=1)if(d=e.implicitTypes[l],d.resolve(e.result)){e.result=d.construct(e.result),e.tag=d.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(qr.call(e.typeMap[e.kind||"fallback"],e.tag))d=e.typeMap[e.kind||"fallback"][e.tag];else for(d=null,p=e.typeMap.multi[e.kind||"fallback"],l=0,h=p.length;l<h;l+=1)if(e.tag.slice(0,p[l].tag.length)===p[l].tag){d=p[l];break}d||ee(e,"unknown tag !<"+e.tag+">"),e.result!==null&&d.kind!==e.kind&&ee(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+d.kind+'", not "'+e.kind+'"'),d.resolve(e.result,e.tag)?(e.result=d.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):ee(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||f}function $N(e){var t=e.position,r,n,i,s=!1,o;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(o=e.input.charCodeAt(e.position))!==0&&(Ne(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||o!==37));){for(s=!0,o=e.input.charCodeAt(++e.position),r=e.position;o!==0&&!mt(o);)o=e.input.charCodeAt(++e.position);for(n=e.input.slice(r,e.position),i=[],n.length<1&&ee(e,"directive name must not be less than one character in length");o!==0;){for(;fn(o);)o=e.input.charCodeAt(++e.position);if(o===35){do o=e.input.charCodeAt(++e.position);while(o!==0&&!rr(o));break}if(rr(o))break;for(r=e.position;o!==0&&!mt(o);)o=e.input.charCodeAt(++e.position);i.push(e.input.slice(r,e.position))}o!==0&&Bf(e),qr.call(DA,n)?DA[n](e,n,i):Vo(e,'unknown document directive "'+n+'"')}if(Ne(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,Ne(e,!0,-1)):s&&ee(e,"directives end mark is expected"),ei(e,e.lineIndent-1,Yo,!1,!0),Ne(e,!0,-1),e.checkLineBreaks&&EN.test(e.input.slice(t,e.position))&&Vo(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&Ko(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,Ne(e,!0,-1));return}if(e.position<e.length-1)ee(e,"end of the stream or a document separator is expected");else return}function GA(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
26
+ `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new PN(e,t),n=e.indexOf("\0");for(n!==-1&&(r.position=n,ee(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)$N(r);return r.documents}function BN(e,t,r){t!==null&&typeof t=="object"&&typeof r>"u"&&(r=t,t=null);var n=GA(e,r);if(typeof t!="function")return n;for(var i=0,s=n.length;i<s;i+=1)t(n[i])}function MN(e,t){var r=GA(e,t);if(r.length!==0){if(r.length===1)return r[0];throw new NA("expected a single document in the stream, but found more")}}jf.exports.loadAll=BN;jf.exports.load=MN});var hw=A((t4,fw)=>{"use strict";var Qo=Xn(),Qi=Jn(),jN=Ho(),ew=Object.prototype.toString,tw=Object.prototype.hasOwnProperty,Hf=65279,qN=9,Ki=10,WN=13,UN=32,GN=33,HN=34,qf=35,zN=37,YN=38,VN=39,KN=42,rw=44,XN=45,Xo=58,JN=61,QN=62,ZN=63,eI=64,nw=91,iw=93,tI=96,sw=123,rI=124,ow=125,Qe={};Qe[0]="\\0";Qe[7]="\\a";Qe[8]="\\b";Qe[9]="\\t";Qe[10]="\\n";Qe[11]="\\v";Qe[12]="\\f";Qe[13]="\\r";Qe[27]="\\e";Qe[34]='\\"';Qe[92]="\\\\";Qe[133]="\\N";Qe[160]="\\_";Qe[8232]="\\L";Qe[8233]="\\P";var nI=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],iI=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function sI(e,t){var r,n,i,s,o,a,u;if(t===null)return{};for(r={},n=Object.keys(t),i=0,s=n.length;i<s;i+=1)o=n[i],a=String(t[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),u=e.compiledTypeMap.fallback[o],u&&tw.call(u.styleAliases,a)&&(a=u.styleAliases[a]),r[o]=a;return r}function oI(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else if(e<=4294967295)r="U",n=8;else throw new Qi("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+Qo.repeat("0",n-t.length)+t}var aI=1,Xi=2;function uI(e){this.schema=e.schema||jN,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=Qo.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=sI(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?Xi:aI,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function zA(e,t){for(var r=Qo.repeat(" ",t),n=0,i=-1,s="",o,a=e.length;n<a;)i=e.indexOf(`
46
27
  `,n),i===-1?(o=e.slice(n),n=a):(o=e.slice(n,i+1),n=i+1),o.length&&o!==`
47
- `&&(s+=r),s+=o;return s}function am(e,t){return`
48
- `+ul.repeat(" ",e.indent*t)}function f6(e,t){var r,n,i;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(i=e.implicitTypes[r],i.resolve(t))return!0;return!1}function al(e){return e===H9||e===G9}function ga(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==lm||65536<=e&&e<=1114111}function LO(e){return ga(e)&&e!==lm&&e!==U9&&e!==da}function TO(e,t,r){var n=LO(e),i=n&&!al(e);return(r?n:n&&e!==qO&&e!==GO&&e!==UO&&e!==HO&&e!==zO)&&e!==om&&!(t===ol&&!i)||LO(t)&&!al(t)&&e===om||t===ol&&i}function h6(e){return ga(e)&&e!==lm&&!al(e)&&e!==Q9&&e!==t6&&e!==ol&&e!==qO&&e!==GO&&e!==UO&&e!==HO&&e!==zO&&e!==om&&e!==K9&&e!==X9&&e!==z9&&e!==i6&&e!==Z9&&e!==e6&&e!==J9&&e!==Y9&&e!==V9&&e!==r6&&e!==n6}function d6(e){return!al(e)&&e!==ol}function ha(e,t){var r=e.charCodeAt(t),n;return r>=55296&&r<=56319&&t+1<e.length&&(n=e.charCodeAt(t+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}function YO(e){var t=/^\n* /;return t.test(e)}var VO=1,um=2,KO=3,JO=4,Fs=5;function p6(e,t,r,n,i,s,o,a){var u,c=0,f=null,l=!1,h=!1,d=n!==-1,p=-1,y=h6(ha(e,0))&&d6(ha(e,e.length-1));if(t||o)for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=ha(e,u),!ga(c))return Fs;y=y&&TO(c,f,a),f=c}else{for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=ha(e,u),c===da)l=!0,d&&(h=h||u-p-1>n&&e[p+1]!==" ",p=u);else if(!ga(c))return Fs;y=y&&TO(c,f,a),f=c}h=h||d&&u-p-1>n&&e[p+1]!==" "}return!l&&!h?y&&!o&&!i(e)?VO:s===pa?Fs:um:r>9&&YO(e)?Fs:o?s===pa?Fs:um:h?JO:KO}function g6(e,t,r,n,i){e.dump=(function(){if(t.length===0)return e.quotingType===pa?'""':"''";if(!e.noCompatMode&&(s6.indexOf(t)!==-1||o6.test(t)))return e.quotingType===pa?'"'+t+'"':"'"+t+"'";var s=e.indent*Math.max(1,r),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-s),a=n||e.flowLevel>-1&&r>=e.flowLevel;function u(c){return f6(e,c)}switch(p6(t,a,e.indent,o,u,e.quotingType,e.forceQuotes&&!n,i)){case VO:return t;case um:return"'"+t.replace(/'/g,"''")+"'";case KO:return"|"+IO(t,e.indent)+NO(DO(t,s));case JO:return">"+IO(t,e.indent)+NO(DO(m6(t,o),s));case Fs:return'"'+y6(t,o)+'"';default:throw new ma("impossible error: invalid scalar style")}})()}function IO(e,t){var r=YO(e)?String(t):"",n=e[e.length-1]===`
28
+ `&&(s+=r),s+=o;return s}function Wf(e,t){return`
29
+ `+Qo.repeat(" ",e.indent*t)}function cI(e,t){var r,n,i;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(i=e.implicitTypes[r],i.resolve(t))return!0;return!1}function Jo(e){return e===UN||e===qN}function Ji(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==Hf||65536<=e&&e<=1114111}function YA(e){return Ji(e)&&e!==Hf&&e!==WN&&e!==Ki}function VA(e,t,r){var n=YA(e),i=n&&!Jo(e);return(r?n:n&&e!==rw&&e!==nw&&e!==iw&&e!==sw&&e!==ow)&&e!==qf&&!(t===Xo&&!i)||YA(t)&&!Jo(t)&&e===qf||t===Xo&&i}function lI(e){return Ji(e)&&e!==Hf&&!Jo(e)&&e!==XN&&e!==ZN&&e!==Xo&&e!==rw&&e!==nw&&e!==iw&&e!==sw&&e!==ow&&e!==qf&&e!==YN&&e!==KN&&e!==GN&&e!==rI&&e!==JN&&e!==QN&&e!==VN&&e!==HN&&e!==zN&&e!==eI&&e!==tI}function fI(e){return!Jo(e)&&e!==Xo}function Vi(e,t){var r=e.charCodeAt(t),n;return r>=55296&&r<=56319&&t+1<e.length&&(n=e.charCodeAt(t+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}function aw(e){var t=/^\n* /;return t.test(e)}var uw=1,Uf=2,cw=3,lw=4,ti=5;function hI(e,t,r,n,i,s,o,a){var u,c=0,f=null,l=!1,h=!1,p=n!==-1,d=-1,g=lI(Vi(e,0))&&fI(Vi(e,e.length-1));if(t||o)for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=Vi(e,u),!Ji(c))return ti;g=g&&VA(c,f,a),f=c}else{for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=Vi(e,u),c===Ki)l=!0,p&&(h=h||u-d-1>n&&e[d+1]!==" ",d=u);else if(!Ji(c))return ti;g=g&&VA(c,f,a),f=c}h=h||p&&u-d-1>n&&e[d+1]!==" "}return!l&&!h?g&&!o&&!i(e)?uw:s===Xi?ti:Uf:r>9&&aw(e)?ti:o?s===Xi?ti:Uf:h?lw:cw}function pI(e,t,r,n,i){e.dump=(function(){if(t.length===0)return e.quotingType===Xi?'""':"''";if(!e.noCompatMode&&(nI.indexOf(t)!==-1||iI.test(t)))return e.quotingType===Xi?'"'+t+'"':"'"+t+"'";var s=e.indent*Math.max(1,r),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-s),a=n||e.flowLevel>-1&&r>=e.flowLevel;function u(c){return cI(e,c)}switch(hI(t,a,e.indent,o,u,e.quotingType,e.forceQuotes&&!n,i)){case uw:return t;case Uf:return"'"+t.replace(/'/g,"''")+"'";case cw:return"|"+KA(t,e.indent)+XA(zA(t,s));case lw:return">"+KA(t,e.indent)+XA(zA(dI(t,o),s));case ti:return'"'+gI(t,o)+'"';default:throw new Qi("impossible error: invalid scalar style")}})()}function KA(e,t){var r=aw(e)?String(t):"",n=e[e.length-1]===`
49
30
  `,i=n&&(e[e.length-2]===`
50
31
  `||e===`
51
32
  `),s=i?"+":n?"":"-";return r+s+`
52
- `}function NO(e){return e[e.length-1]===`
53
- `?e.slice(0,-1):e}function m6(e,t){for(var r=/(\n+)([^\n]*)/g,n=(function(){var c=e.indexOf(`
54
- `);return c=c!==-1?c:e.length,r.lastIndex=c,$O(e.slice(0,c),t)})(),i=e[0]===`
33
+ `}function XA(e){return e[e.length-1]===`
34
+ `?e.slice(0,-1):e}function dI(e,t){for(var r=/(\n+)([^\n]*)/g,n=(function(){var c=e.indexOf(`
35
+ `);return c=c!==-1?c:e.length,r.lastIndex=c,JA(e.slice(0,c),t)})(),i=e[0]===`
55
36
  `||e[0]===" ",s,o;o=r.exec(e);){var a=o[1],u=o[2];s=u[0]===" ",n+=a+(!i&&!s&&u!==""?`
56
- `:"")+$O(u,t),i=s}return n}function $O(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,n,i=0,s,o=0,a=0,u="";n=r.exec(e);)a=n.index,a-i>t&&(s=o>i?o:a,u+=`
37
+ `:"")+JA(u,t),i=s}return n}function JA(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,n,i=0,s,o=0,a=0,u="";n=r.exec(e);)a=n.index,a-i>t&&(s=o>i?o:a,u+=`
57
38
  `+e.slice(i,s),i=s+1),o=a;return u+=`
58
39
  `,e.length-i>t&&o>i?u+=e.slice(i,o)+`
59
- `+e.slice(o+1):u+=e.slice(i),u.slice(1)}function y6(e){for(var t="",r=0,n,i=0;i<e.length;r>=65536?i+=2:i++)r=ha(e,i),n=St[r],!n&&ga(r)?(t+=e[i],r>=65536&&(t+=e[i+1])):t+=n||u6(r);return t}function v6(e,t,r){var n="",i=e.tag,s,o,a;for(s=0,o=r.length;s<o;s+=1)a=r[s],e.replacer&&(a=e.replacer.call(r,String(s),a)),(gn(e,t,a,!1,!1)||typeof a>"u"&&gn(e,t,null,!1,!1))&&(n!==""&&(n+=","+(e.condenseFlow?"":" ")),n+=e.dump);e.tag=i,e.dump="["+n+"]"}function MO(e,t,r,n){var i="",s=e.tag,o,a,u;for(o=0,a=r.length;o<a;o+=1)u=r[o],e.replacer&&(u=e.replacer.call(r,String(o),u)),(gn(e,t+1,u,!0,!0,!1,!0)||typeof u>"u"&&gn(e,t+1,null,!0,!0,!1,!0))&&((!n||i!=="")&&(i+=am(e,t)),e.dump&&da===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=s,e.dump=i||"[]"}function A6(e,t,r){var n="",i=e.tag,s=Object.keys(r),o,a,u,c,f;for(o=0,a=s.length;o<a;o+=1)f="",n!==""&&(f+=", "),e.condenseFlow&&(f+='"'),u=s[o],c=r[u],e.replacer&&(c=e.replacer.call(r,u,c)),gn(e,t,u,!1,!1)&&(e.dump.length>1024&&(f+="? "),f+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),gn(e,t,c,!1,!1)&&(f+=e.dump,n+=f));e.tag=i,e.dump="{"+n+"}"}function E6(e,t,r,n){var i="",s=e.tag,o=Object.keys(r),a,u,c,f,l,h;if(e.sortKeys===!0)o.sort();else if(typeof e.sortKeys=="function")o.sort(e.sortKeys);else if(e.sortKeys)throw new ma("sortKeys must be a boolean or a function");for(a=0,u=o.length;a<u;a+=1)h="",(!n||i!=="")&&(h+=am(e,t)),c=o[a],f=r[c],e.replacer&&(f=e.replacer.call(r,c,f)),gn(e,t+1,c,!0,!0,!0)&&(l=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,l&&(e.dump&&da===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,l&&(h+=am(e,t)),gn(e,t+1,f,!0,l)&&(e.dump&&da===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,i+=h));e.tag=s,e.dump=i||"{}"}function jO(e,t,r){var n,i,s,o,a,u;for(i=r?e.explicitTypes:e.implicitTypes,s=0,o=i.length;s<o;s+=1)if(a=i[s],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof t=="object"&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(r?a.multi&&a.representName?e.tag=a.representName(t):e.tag=a.tag:e.tag="?",a.represent){if(u=e.styleMap[a.tag]||a.defaultStyle,BO.call(a.represent)==="[object Function]")n=a.represent(t,u);else if(WO.call(a.represent,u))n=a.represent[u](t,u);else throw new ma("!<"+a.tag+'> tag resolver accepts not "'+u+'" style');e.dump=n}return!0}return!1}function gn(e,t,r,n,i,s,o){e.tag=null,e.dump=r,jO(e,r,!1)||jO(e,r,!0);var a=BO.call(e.dump),u=n,c;n&&(n=e.flowLevel<0||e.flowLevel>t);var f=a==="[object Object]"||a==="[object Array]",l,h;if(f&&(l=e.duplicates.indexOf(r),h=l!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&t>0)&&(i=!1),h&&e.usedDuplicates[l])e.dump="*ref_"+l;else{if(f&&h&&!e.usedDuplicates[l]&&(e.usedDuplicates[l]=!0),a==="[object Object]")n&&Object.keys(e.dump).length!==0?(E6(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(A6(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object Array]")n&&e.dump.length!==0?(e.noArrayIndent&&!o&&t>0?MO(e,t-1,e.dump,i):MO(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(v6(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object String]")e.tag!=="?"&&g6(e,e.dump,t,s,u);else{if(a==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new ma("unacceptable kind of an object to dump "+a)}e.tag!==null&&e.tag!=="?"&&(c=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?c="!"+c:c.slice(0,18)==="tag:yaml.org,2002:"?c="!!"+c.slice(18):c="!<"+c+">",e.dump=c+" "+e.dump)}return!0}function b6(e,t){var r=[],n=[],i,s;for(cm(e,r,n),i=0,s=n.length;i<s;i+=1)t.duplicates.push(r[n[i]]);t.usedDuplicates=new Array(s)}function cm(e,t,r){var n,i,s;if(e!==null&&typeof e=="object")if(i=t.indexOf(e),i!==-1)r.indexOf(i)===-1&&r.push(i);else if(t.push(e),Array.isArray(e))for(i=0,s=e.length;i<s;i+=1)cm(e[i],t,r);else for(n=Object.keys(e),i=0,s=n.length;i<s;i+=1)cm(e[n[i]],t,r)}function w6(e,t){t=t||{};var r=new l6(t);r.noRefs||b6(e,r);var n=e;return r.replacer&&(n=r.replacer.call({"":n},"",n)),gn(r,0,n,!0,!0)?r.dump+`
60
- `:""}XO.exports.dump=w6});var e_=F((DQ,Nt)=>{"use strict";var ZO=kO(),S6=QO();function fm(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}Nt.exports.Type=wt();Nt.exports.Schema=Mg();Nt.exports.FAILSAFE_SCHEMA=qg();Nt.exports.JSON_SCHEMA=Yg();Nt.exports.CORE_SCHEMA=Vg();Nt.exports.DEFAULT_SCHEMA=tl();Nt.exports.load=ZO.load;Nt.exports.loadAll=ZO.loadAll;Nt.exports.dump=S6.dump;Nt.exports.YAMLException=Ps();Nt.exports.types={binary:Qg(),float:zg(),map:Wg(),null:Gg(),pairs:em(),set:tm(),timestamp:Kg(),bool:Ug(),int:Hg(),merge:Jg(),omap:Zg(),seq:Bg(),str:jg()};Nt.exports.safeLoad=fm("safeLoad","load");Nt.exports.safeLoadAll=fm("safeLoadAll","loadAll");Nt.exports.safeDump=fm("safeDump","dump")});var cl=F(ks=>{"use strict";var C6=ks&&ks.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ks,"__esModule",{value:!0});ks.readYaml=void 0;var x6=C6(require("fs"));function P6(e){let t=e_(),r=x6.default.readFileSync(e,"utf8");return t.load(r)}ks.readYaml=P6});var hm=F(Ye=>{"use strict";var t_=Ye&&Ye.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Ye,"__esModule",{value:!0});Ye.getCatalogs=Ye.getWorkspacesAsync=Ye.getWorkspaces=Ye.getYarnCatalogs=Ye.getYarnWorkspacesAsync=Ye.getYarnWorkspaces=Ye.getWorkspacePackagePathsAsync=Ye.getWorkspacePackagePaths=Ye.getYarnWorkspaceRoot=void 0;var O6=t_(require("fs")),_6=t_(require("path")),R6=Pi(),ll=Lg(),F6=aa(),k6=hn(),D6=cl();function Ds(e){let t=(0,R6.getWorkspaceManagerAndRoot)(e,void 0,"yarn")?.root;if(!t)throw new Error("Could not find yarn workspace root from "+e);return t}Ye.getYarnWorkspaceRoot=Ds;function L6(e){let t=Ds(e);return(0,ll.getPackagePathsFromWorkspaceRoot)(t)}Ye.getWorkspacePackagePaths=L6;function T6(e){let t=Ds(e);return(0,ll.getPackagePathsFromWorkspaceRootAsync)(t)}Ye.getWorkspacePackagePathsAsync=T6;function r_(e){let t=Ds(e);return(0,ll.getWorkspaceInfoFromWorkspaceRoot)(t)}Ye.getYarnWorkspaces=r_;Ye.getWorkspaces=r_;function n_(e){let t=Ds(e);return(0,ll.getWorkspaceInfoFromWorkspaceRootAsync)(t)}Ye.getYarnWorkspacesAsync=n_;Ye.getWorkspacesAsync=n_;function i_(e){try{let t=Ds(e),r=_6.default.join(t,".yarnrc.yml");if(O6.default.existsSync(r)){let n=(0,D6.readYaml)(r);if(n?.catalog||n?.catalogs)return{default:n.catalog,named:n.catalogs}}else{let n=(0,F6.getPackageInfo)(t)?.workspaces;if(n&&!Array.isArray(n)&&(n?.catalog||n?.catalogs))return{named:n.catalogs,default:n.catalog}}}catch(t){(0,k6.logVerboseWarning)(`Error getting yarn catalogs for ${e}`,t);return}}Ye.getYarnCatalogs=i_;Ye.getCatalogs=i_});var pm=F(it=>{"use strict";var I6=it&&it.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(it,"__esModule",{value:!0});it.getCatalogs=it.getWorkspacesAsync=it.getWorkspaces=it.getPnpmCatalogs=it.getPnpmWorkspacesAsync=it.getPnpmWorkspaces=it.getWorkspacePackagePaths=it.getPnpmWorkspaceRoot=void 0;var N6=I6(require("path")),$6=Xc(),s_=ua(),M6=cl(),fl=hn(),j6=ys();function o_(e){let t=a_(e),r=N6.default.join(t,"pnpm-workspace.yaml");return{root:t,workspaceYaml:(0,M6.readYaml)(r)}}function a_(e){let t=(0,j6.getWorkspaceManagerAndRoot)(e,void 0,"pnpm")?.root;if(!t)throw new Error("Could not find pnpm workspace root from "+e);return t}it.getPnpmWorkspaceRoot=a_;function dm(e){try{let{root:t,workspaceYaml:r}=o_(e);return(0,$6.getPackagePaths)(t,r.packages)}catch(t){return(0,fl.logVerboseWarning)(`Error getting pnpm workspace package paths for ${e}`,t),[]}}it.getWorkspacePackagePaths=dm;function u_(e){try{let t=dm(e);return(0,s_.getWorkspacePackageInfo)(t)}catch(t){return(0,fl.logVerboseWarning)(`Error getting pnpm workspaces for ${e}`,t),[]}}it.getPnpmWorkspaces=u_;it.getWorkspaces=u_;async function c_(e){try{let t=dm(e);return(0,s_.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,fl.logVerboseWarning)(`Error getting pnpm workspaces for ${e}`,t),[]}}it.getPnpmWorkspacesAsync=c_;it.getWorkspacesAsync=c_;function l_(e){try{let{workspaceYaml:t}=o_(e);return!t.catalog&&!t.catalogs?void 0:{default:t.catalog,named:t.catalogs}}catch(t){(0,fl.logVerboseWarning)(`Error getting pnpm catalogs for ${e}`,t);return}}it.getPnpmCatalogs=l_;it.getCatalogs=l_});var gm=F((NQ,Xr)=>{var f_=Xr.exports;Xr.exports.isWhiteSpace=function(t){return t===" "||t==="\xA0"||t==="\uFEFF"||t>=" "&&t<="\r"||t==="\u1680"||t>="\u2000"&&t<="\u200A"||t==="\u2028"||t==="\u2029"||t==="\u202F"||t==="\u205F"||t==="\u3000"};Xr.exports.isWhiteSpaceJSON=function(t){return t===" "||t===" "||t===`
61
- `||t==="\r"};Xr.exports.isLineTerminator=function(t){return t===`
62
- `||t==="\r"||t==="\u2028"||t==="\u2029"};Xr.exports.isLineTerminatorJSON=function(t){return t===`
63
- `||t==="\r"};Xr.exports.isIdentifierStart=function(t){return t==="$"||t==="_"||t>="A"&&t<="Z"||t>="a"&&t<="z"||t>="\x80"&&f_.NonAsciiIdentifierStart.test(t)};Xr.exports.isIdentifierPart=function(t){return t==="$"||t==="_"||t>="A"&&t<="Z"||t>="a"&&t<="z"||t>="0"&&t<="9"||t>="\x80"&&f_.NonAsciiIdentifierPart.test(t)};Xr.exports.NonAsciiIdentifierStart=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/;Xr.exports.NonAsciiIdentifierPart=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0\u08A2-\u08AC\u08E4-\u08FE\u0900-\u0963\u0966-\u096F\u0971-\u0977\u0979-\u097F\u0981-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58\u0C59\u0C60-\u0C63\u0C66-\u0C6F\u0C82\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D02\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D60-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191C\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1D00-\u1DE6\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA697\uA69F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7B\uAA80-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE26\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/});var va=F(($Q,hl)=>{var mn=gm();function Ls(e){return e>="0"&&e<="9"||e>="A"&&e<="F"||e>="a"&&e<="f"}function Ts(e){return e>="0"&&e<="7"}function ya(e){return e>="0"&&e<="9"}var h_={"'":"'",'"':'"',"\\":"\\",b:"\b",f:"\f",n:`
64
- `,r:"\r",t:" ",v:"\v","/":"/"};function B6(e,t,r,n,i,s){var o=t+" at "+(n+1)+":"+(i+1),a=r-i-1,u="",c="",f=s?mn.isLineTerminator:mn.isLineTerminatorJSON;for(a<r-70&&(a=r-70);;){var l=e[++a];if(f(l)||a===e.length){r>=a&&(c+="^");break}if(u+=l,r===a?c+="^":r>a&&(c+=e[a]===" "?" ":" "),u.length>78)break}return o+`
40
+ `+e.slice(o+1):u+=e.slice(i),u.slice(1)}function gI(e){for(var t="",r=0,n,i=0;i<e.length;r>=65536?i+=2:i++)r=Vi(e,i),n=Qe[r],!n&&Ji(r)?(t+=e[i],r>=65536&&(t+=e[i+1])):t+=n||oI(r);return t}function mI(e,t,r){var n="",i=e.tag,s,o,a;for(s=0,o=r.length;s<o;s+=1)a=r[s],e.replacer&&(a=e.replacer.call(r,String(s),a)),(gr(e,t,a,!1,!1)||typeof a>"u"&&gr(e,t,null,!1,!1))&&(n!==""&&(n+=","+(e.condenseFlow?"":" ")),n+=e.dump);e.tag=i,e.dump="["+n+"]"}function QA(e,t,r,n){var i="",s=e.tag,o,a,u;for(o=0,a=r.length;o<a;o+=1)u=r[o],e.replacer&&(u=e.replacer.call(r,String(o),u)),(gr(e,t+1,u,!0,!0,!1,!0)||typeof u>"u"&&gr(e,t+1,null,!0,!0,!1,!0))&&((!n||i!=="")&&(i+=Wf(e,t)),e.dump&&Ki===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=s,e.dump=i||"[]"}function yI(e,t,r){var n="",i=e.tag,s=Object.keys(r),o,a,u,c,f;for(o=0,a=s.length;o<a;o+=1)f="",n!==""&&(f+=", "),e.condenseFlow&&(f+='"'),u=s[o],c=r[u],e.replacer&&(c=e.replacer.call(r,u,c)),gr(e,t,u,!1,!1)&&(e.dump.length>1024&&(f+="? "),f+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),gr(e,t,c,!1,!1)&&(f+=e.dump,n+=f));e.tag=i,e.dump="{"+n+"}"}function AI(e,t,r,n){var i="",s=e.tag,o=Object.keys(r),a,u,c,f,l,h;if(e.sortKeys===!0)o.sort();else if(typeof e.sortKeys=="function")o.sort(e.sortKeys);else if(e.sortKeys)throw new Qi("sortKeys must be a boolean or a function");for(a=0,u=o.length;a<u;a+=1)h="",(!n||i!=="")&&(h+=Wf(e,t)),c=o[a],f=r[c],e.replacer&&(f=e.replacer.call(r,c,f)),gr(e,t+1,c,!0,!0,!0)&&(l=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,l&&(e.dump&&Ki===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,l&&(h+=Wf(e,t)),gr(e,t+1,f,!0,l)&&(e.dump&&Ki===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,i+=h));e.tag=s,e.dump=i||"{}"}function ZA(e,t,r){var n,i,s,o,a,u;for(i=r?e.explicitTypes:e.implicitTypes,s=0,o=i.length;s<o;s+=1)if(a=i[s],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof t=="object"&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(r?a.multi&&a.representName?e.tag=a.representName(t):e.tag=a.tag:e.tag="?",a.represent){if(u=e.styleMap[a.tag]||a.defaultStyle,ew.call(a.represent)==="[object Function]")n=a.represent(t,u);else if(tw.call(a.represent,u))n=a.represent[u](t,u);else throw new Qi("!<"+a.tag+'> tag resolver accepts not "'+u+'" style');e.dump=n}return!0}return!1}function gr(e,t,r,n,i,s,o){e.tag=null,e.dump=r,ZA(e,r,!1)||ZA(e,r,!0);var a=ew.call(e.dump),u=n,c;n&&(n=e.flowLevel<0||e.flowLevel>t);var f=a==="[object Object]"||a==="[object Array]",l,h;if(f&&(l=e.duplicates.indexOf(r),h=l!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&t>0)&&(i=!1),h&&e.usedDuplicates[l])e.dump="*ref_"+l;else{if(f&&h&&!e.usedDuplicates[l]&&(e.usedDuplicates[l]=!0),a==="[object Object]")n&&Object.keys(e.dump).length!==0?(AI(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(yI(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object Array]")n&&e.dump.length!==0?(e.noArrayIndent&&!o&&t>0?QA(e,t-1,e.dump,i):QA(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(mI(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object String]")e.tag!=="?"&&pI(e,e.dump,t,s,u);else{if(a==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new Qi("unacceptable kind of an object to dump "+a)}e.tag!==null&&e.tag!=="?"&&(c=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?c="!"+c:c.slice(0,18)==="tag:yaml.org,2002:"?c="!!"+c.slice(18):c="!<"+c+">",e.dump=c+" "+e.dump)}return!0}function wI(e,t){var r=[],n=[],i,s;for(Gf(e,r,n),i=0,s=n.length;i<s;i+=1)t.duplicates.push(r[n[i]]);t.usedDuplicates=new Array(s)}function Gf(e,t,r){var n,i,s;if(e!==null&&typeof e=="object")if(i=t.indexOf(e),i!==-1)r.indexOf(i)===-1&&r.push(i);else if(t.push(e),Array.isArray(e))for(i=0,s=e.length;i<s;i+=1)Gf(e[i],t,r);else for(n=Object.keys(e),i=0,s=n.length;i<s;i+=1)Gf(e[n[i]],t,r)}function bI(e,t){t=t||{};var r=new uI(t);r.noRefs||wI(e,r);var n=e;return r.replacer&&(n=r.replacer.call({"":n},"",n)),gr(r,0,n,!0,!0)?r.dump+`
41
+ `:""}fw.exports.dump=bI});var dw=A((r4,ot)=>{"use strict";var pw=HA(),EI=hw();function zf(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}ot.exports.Type=Je();ot.exports.Schema=wf();ot.exports.FAILSAFE_SCHEMA=vf();ot.exports.JSON_SCHEMA=Of();ot.exports.CORE_SCHEMA=Rf();ot.exports.DEFAULT_SCHEMA=Ho();ot.exports.load=pw.load;ot.exports.loadAll=pw.loadAll;ot.exports.dump=EI.dump;ot.exports.YAMLException=Jn();ot.exports.types={binary:Tf(),float:Pf(),map:_f(),null:Sf(),pairs:Nf(),set:If(),timestamp:Ff(),bool:Cf(),int:xf(),merge:Lf(),omap:kf(),seq:Ef(),str:bf()};ot.exports.safeLoad=zf("safeLoad","load");ot.exports.safeLoadAll=zf("safeLoadAll","loadAll");ot.exports.safeDump=zf("safeDump","dump")});var Yf=A(ri=>{"use strict";var _I=ri&&ri.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ri,"__esModule",{value:!0});ri.readYaml=void 0;var vI=_I(require("fs"));function SI(e){let t=dw(),r=vI.default.readFileSync(e,"utf8");return t.load(r)}ri.readYaml=SI});var ww=A(xe=>{"use strict";var gw=xe&&xe.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(xe,"__esModule",{value:!0});xe.getCatalogs=xe.getWorkspacesAsync=xe.getWorkspaces=xe.getYarnCatalogs=xe.getYarnWorkspacesAsync=xe.getYarnWorkspaces=xe.getWorkspacePackagePathsAsync=xe.getWorkspacePackagePaths=xe.getYarnWorkspaceRoot=void 0;var CI=gw(require("fs")),xI=gw(require("path")),PI=ea(),Zo=df(),OI=pf(),RI=hr(),FI=Yf();function ni(e){let t=(0,PI.getWorkspaceManagerAndRoot)(e,void 0,"yarn")?.root;if(!t)throw new Error("Could not find yarn workspace root from "+e);return t}xe.getYarnWorkspaceRoot=ni;function LI(e){let t=ni(e);return(0,Zo.getPackagePathsFromWorkspaceRoot)(t)}xe.getWorkspacePackagePaths=LI;function DI(e){let t=ni(e);return(0,Zo.getPackagePathsFromWorkspaceRootAsync)(t)}xe.getWorkspacePackagePathsAsync=DI;function mw(e){let t=ni(e);return(0,Zo.getWorkspaceInfoFromWorkspaceRoot)(t)}xe.getYarnWorkspaces=mw;xe.getWorkspaces=mw;function yw(e){let t=ni(e);return(0,Zo.getWorkspaceInfoFromWorkspaceRootAsync)(t)}xe.getYarnWorkspacesAsync=yw;xe.getWorkspacesAsync=yw;function Aw(e){try{let t=ni(e),r=xI.default.join(t,".yarnrc.yml");if(CI.default.existsSync(r)){let n=(0,FI.readYaml)(r);if(n?.catalog||n?.catalogs)return{default:n.catalog,named:n.catalogs}}else{let n=(0,OI.getPackageInfo)(t)?.workspaces;if(n&&!Array.isArray(n)&&(n?.catalog||n?.catalogs))return{named:n.catalogs,default:n.catalog}}}catch(t){(0,RI.logVerboseWarning)(`Error getting yarn catalogs for ${e}`,t);return}}xe.getYarnCatalogs=Aw;xe.getCatalogs=Aw});var xw=A(Ie=>{"use strict";var TI=Ie&&Ie.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Ie,"__esModule",{value:!0});Ie.getCatalogs=Ie.getWorkspacesAsync=Ie.getWorkspaces=Ie.getPnpmCatalogs=Ie.getPnpmWorkspacesAsync=Ie.getPnpmWorkspaces=Ie.getWorkspacePackagePaths=Ie.getPnpmWorkspaceRoot=void 0;var kI=TI(require("path")),NI=qo(),bw=Gi(),II=Yf(),ta=hr(),$I=Wn();function Ew(e){let t=_w(e),r=kI.default.join(t,"pnpm-workspace.yaml");return{root:t,workspaceYaml:(0,II.readYaml)(r)}}function _w(e){let t=(0,$I.getWorkspaceManagerAndRoot)(e,void 0,"pnpm")?.root;if(!t)throw new Error("Could not find pnpm workspace root from "+e);return t}Ie.getPnpmWorkspaceRoot=_w;function Vf(e){try{let{root:t,workspaceYaml:r}=Ew(e);return(0,NI.getPackagePaths)(t,r.packages)}catch(t){return(0,ta.logVerboseWarning)(`Error getting pnpm workspace package paths for ${e}`,t),[]}}Ie.getWorkspacePackagePaths=Vf;function vw(e){try{let t=Vf(e);return(0,bw.getWorkspacePackageInfo)(t)}catch(t){return(0,ta.logVerboseWarning)(`Error getting pnpm workspaces for ${e}`,t),[]}}Ie.getPnpmWorkspaces=vw;Ie.getWorkspaces=vw;async function Sw(e){try{let t=Vf(e);return(0,bw.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,ta.logVerboseWarning)(`Error getting pnpm workspaces for ${e}`,t),[]}}Ie.getPnpmWorkspacesAsync=Sw;Ie.getWorkspacesAsync=Sw;function Cw(e){try{let{workspaceYaml:t}=Ew(e);return!t.catalog&&!t.catalogs?void 0:{default:t.catalog,named:t.catalogs}}catch(t){(0,ta.logVerboseWarning)(`Error getting pnpm catalogs for ${e}`,t);return}}Ie.getPnpmCatalogs=Cw;Ie.getCatalogs=Cw});var Kf=A((o4,nr)=>{var Pw=nr.exports;nr.exports.isWhiteSpace=function(t){return t===" "||t==="\xA0"||t==="\uFEFF"||t>=" "&&t<="\r"||t==="\u1680"||t>="\u2000"&&t<="\u200A"||t==="\u2028"||t==="\u2029"||t==="\u202F"||t==="\u205F"||t==="\u3000"};nr.exports.isWhiteSpaceJSON=function(t){return t===" "||t===" "||t===`
42
+ `||t==="\r"};nr.exports.isLineTerminator=function(t){return t===`
43
+ `||t==="\r"||t==="\u2028"||t==="\u2029"};nr.exports.isLineTerminatorJSON=function(t){return t===`
44
+ `||t==="\r"};nr.exports.isIdentifierStart=function(t){return t==="$"||t==="_"||t>="A"&&t<="Z"||t>="a"&&t<="z"||t>="\x80"&&Pw.NonAsciiIdentifierStart.test(t)};nr.exports.isIdentifierPart=function(t){return t==="$"||t==="_"||t>="A"&&t<="Z"||t>="a"&&t<="z"||t>="0"&&t<="9"||t>="\x80"&&Pw.NonAsciiIdentifierPart.test(t)};nr.exports.NonAsciiIdentifierStart=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/;nr.exports.NonAsciiIdentifierPart=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0\u08A2-\u08AC\u08E4-\u08FE\u0900-\u0963\u0966-\u096F\u0971-\u0977\u0979-\u097F\u0981-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58\u0C59\u0C60-\u0C63\u0C66-\u0C6F\u0C82\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D02\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D60-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191C\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1D00-\u1DE6\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA697\uA69F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7B\uAA80-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE26\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/});var es=A((a4,ra)=>{var mr=Kf();function ii(e){return e>="0"&&e<="9"||e>="A"&&e<="F"||e>="a"&&e<="f"}function si(e){return e>="0"&&e<="7"}function Zi(e){return e>="0"&&e<="9"}var Ow={"'":"'",'"':'"',"\\":"\\",b:"\b",f:"\f",n:`
45
+ `,r:"\r",t:" ",v:"\v","/":"/"};function BI(e,t,r,n,i,s){var o=t+" at "+(n+1)+":"+(i+1),a=r-i-1,u="",c="",f=s?mr.isLineTerminator:mr.isLineTerminatorJSON;for(a<r-70&&(a=r-70);;){var l=e[++a];if(f(l)||a===e.length){r>=a&&(c+="^");break}if(u+=l,r===a?c+="^":r>a&&(c+=e[a]===" "?" ":" "),u.length>78)break}return o+`
65
46
  `+u+`
66
- `+c}function W6(e,t){var r=!1,n=!1;t.legacy||t.mode==="json"||(t.mode==="cjson"?n=!0:(t.mode,r=!0));var i=r?mn.isLineTerminator:mn.isLineTerminatorJSON,s=r?mn.isWhiteSpace:mn.isWhiteSpaceJSON,o=e.length,a=0,u=0,c=0,f=[],l=function(){},h=function(x){return x};t._tokenize&&(function(){var x=null;l=function(){if(x!==null)throw Error("internal error, token overlap");x=c},h=function(g,v){if(x!=c){var A={raw:e.substr(x,c-x),type:v,stack:f.slice(0)};g!==void 0&&(A.value=g),t._tokenize.call(null,A)}return x=null,g}})();function d(x){var g=c-u;if(!x)if(c<o){var v="'"+JSON.stringify(e[c]).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";x||(x="Unexpected token "+v)}else x||(x="Unexpected end of input");var A=SyntaxError(B6(e,x,c,a,g,r));throw A.row=a+1,A.column=g+1,A}function p(x){x==="\r"&&e[c]===`
67
- `&&c++,u=c,a++}function y(){for(var x;c<o;){l();var g=e[c++];return g==='"'||g==="'"&&r?h(k(g),"literal"):g==="{"?(h(void 0,"separator"),O()):g==="["?(h(void 0,"separator"),b()):g==="-"||g==="."||ya(g)||r&&(g==="+"||g==="I"||g==="N")?h(_(),"literal"):g==="n"?(L("null"),h(null,"literal")):g==="t"?(L("true"),h(!0,"literal")):g==="f"?(L("false"),h(!1,"literal")):(c--,h(void 0))}}function m(){for(var x;c<o;){l();var g=e[c++];if(g==='"'||g==="'"&&r)return h(k(g),"key");if(g==="{")return h(void 0,"separator"),O();if(g==="[")return h(void 0,"separator"),b();if(g==="."||ya(g))return h(_(!0),"key");if(r&&mn.isIdentifierStart(g)||g==="\\"&&e[c]==="u"){var v=c-1,x=D();return x===void 0?(c=v,h(void 0)):h(x,"key")}else return c--,h(void 0)}}function P(){for(l();c<o;){var x=e[c++];if(i(x))c--,h(void 0,"whitespace"),l(),c++,p(x),h(void 0,"newline"),l();else if(!s(x))if(x==="/"&&(r||n)&&(e[c]==="/"||e[c]==="*"))c--,h(void 0,"whitespace"),l(),c++,S(e[c++]==="*"),h(void 0,"comment"),l();else{c--;break}}return h(void 0,"whitespace")}function S(x){for(;c<o;){var g=e[c++];if(i(g)){if(!x){c--;return}p(g)}else if(g==="*"&&x&&e[c]==="/"){c++;return}}x&&d("Unclosed multiline comment")}function L(x){for(var g=c,v=x.length,A=1;A<v;A++)(c>=o||x[A]!=e[c])&&(c=g-1,d()),c++}function O(){for(var x=t.null_prototype?Object.create(null):{},g={},v=!1;c<o;){P();var A=m();P(),l();var C=e[c++];if(h(void 0,"separator"),C==="}"&&A===void 0)return!r&&v&&(c--,d("Trailing comma in object")),x;if(C===":"&&A!==void 0){P(),f.push(A);var E=y();f.pop(),E===void 0&&d("No value found for key "+A),typeof A!="string"&&(!r||typeof A!="number")&&d("Wrong key type: "+A),(A in g||g[A]!=null)&&t.reserved_keys!=="replace"?t.reserved_keys==="throw"&&d("Reserved key: "+A):(typeof t.reviver=="function"&&(E=t.reviver.call(null,A,E)),E!==void 0&&(v=!0,Object.defineProperty(x,A,{value:E,enumerable:!0,configurable:!0,writable:!0}))),P(),l();var C=e[c++];if(h(void 0,"separator"),C===",")continue;if(C==="}")return x;d()}else c--,d()}d()}function b(){for(var x=[];c<o;){P(),f.push(x.length);var g=y();f.pop(),P(),l();var v=e[c++];if(h(void 0,"separator"),g!==void 0&&(typeof t.reviver=="function"&&(g=t.reviver.call(null,String(x.length),g)),g===void 0?(x.length++,g=!0):x.push(g)),v===",")g===void 0&&d("Elisions are not supported");else{if(v==="]")return!r&&g===void 0&&x.length&&(c--,d("Trailing comma in array")),x;c--,d()}}}function _(){c--;var x=c,g=e[c++],v,A=function(T){var N=e.substr(x,c-x);if(T)var M=parseInt(N.replace(/^0o?/,""),8);else var M=Number(N);if(Number.isNaN(M))c--,d('Bad numeric literal - "'+e.substr(x,c-x+1)+'"');else if(!r&&!N.match(/^-?(0|[1-9][0-9]*)(\.[0-9]+)?(e[+-]?[0-9]+)?$/i))c--,d('Non-json numeric literal - "'+e.substr(x,c-x+1)+'"');else return M};if((g==="-"||g==="+"&&r)&&(g=e[c++]),g==="N"&&r)return L("NaN"),NaN;if(g==="I"&&r)return L("Infinity"),A();if(g>="1"&&g<="9"){for(;c<o&&ya(e[c]);)c++;g=e[c++]}if(g==="0"){g=e[c++];var C=g==="o"||g==="O"||Ts(g),E=g==="x"||g==="X";if(r&&(C||E)){for(;c<o&&(E?Ls:Ts)(e[c]);)c++;var w=1;return e[x]==="-"?(w=-1,x++):e[x]==="+"&&x++,w*A(C)}}if(g==="."){for(;c<o&&ya(e[c]);)c++;g=e[c++]}if(g==="e"||g==="E"){for(g=e[c++],(g==="-"||g==="+")&&c++;c<o&&ya(e[c]);)c++;g=e[c++]}return c--,A()}function D(){c--;for(var x="";c<o;){var g=e[c++];if(g==="\\"&&e[c]==="u"&&Ls(e[c+1])&&Ls(e[c+2])&&Ls(e[c+3])&&Ls(e[c+4])&&(g=String.fromCharCode(parseInt(e.substr(c+1,4),16)),c+=5),x.length)if(mn.isIdentifierPart(g))x+=g;else return c--,x;else if(mn.isIdentifierStart(g))x+=g;else return}d()}function k(x){for(var g="";c<o;){var v=e[c++];if(v===x)return g;if(v==="\\")if(c>=o&&d(),v=e[c++],h_[v]&&(r||v!="v"&&v!="'"))g+=h_[v];else if(r&&i(v))p(v);else if(v==="u"||v==="x"&&r){for(var A=v==="u"?4:2,C=0;C<A;C++)c>=o&&d(),Ls(e[c])||d("Bad escape sequence"),c++;g+=String.fromCharCode(parseInt(e.substr(c-A,A),16))}else if(r&&Ts(v)){if(v<"4"&&Ts(e[c])&&Ts(e[c+1]))var E=3;else if(Ts(e[c]))var E=2;else var E=1;c+=E-1,g+=String.fromCharCode(parseInt(e.substr(c-E,E),8))}else r?g+=v:(c--,d());else i(v)?d():(!r&&v.charCodeAt(0)<32&&(c--,d("Unexpected control character")),g+=v)}d()}P();var $=y();if($!==void 0||c<o){if(P(),c>=o)return typeof t.reviver=="function"&&($=t.reviver.call(null,"",$)),$;d()}else d(c?"No data, only a whitespace":"No data, empty input")}hl.exports.parse=function(t,r){if(typeof r=="function"&&(r={reviver:r}),t!==void 0){typeof t!="string"&&(t=String(t)),r==null&&(r={}),r.reserved_keys==null&&(r.reserved_keys="ignore"),(r.reserved_keys==="throw"||r.reserved_keys==="ignore")&&r.null_prototype==null&&(r.null_prototype=!0);try{return W6(t,r)}catch(i){if(i instanceof SyntaxError&&i.row!=null&&i.column!=null){var n=i;i=SyntaxError(n.message),i.column=n.column,i.row=n.row}throw i}}};hl.exports.tokenize=function(t,r){r==null&&(r={}),r._tokenize=function(i){r._addstack&&i.stack.unshift.apply(i.stack,r._addstack),n.push(i)};var n=[];return n.data=hl.exports.parse(t,r),n}});var vm=F((MQ,p_)=>{var mm=gm();(function(){}).name||Object.defineProperty((function(){}).constructor.prototype,"name",{get:function(){var e=this.toString().match(/^\s*function\s*(\S*)\s*\(/)[1];return Object.defineProperty(this,"name",{value:e}),e}});var q6={0:"\\0",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",92:"\\\\"},G6=Object.prototype.hasOwnProperty,d_=/[\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/;function ym(e,t,r,n){var i=t.mode==="json5"||!t.mode;function s(l,h){var d=t._prefix?t._prefix:"";if(!t.indent)return d+l;for(var p="",y=r+(h||0),m=0;m<y;m++)p+=t.indent;return d+p+l+(h?`
68
- `:"")}function o(l){if(t.quote_keys)return a(l);if(String(Number(l))==l&&l[0]!="-")return l;if(l=="")return a(l);for(var h="",d=0;d<l.length;d++){if(d>0){if(!mm.isIdentifierPart(l[d]))return a(l)}else if(!mm.isIdentifierStart(l[d]))return a(l);var p=l.charCodeAt(d);t.ascii?p<128?h+=l[d]:h+="\\u"+("0000"+p.toString(16)).slice(-4):d_.exec(l[d])?h+="\\u"+("0000"+p.toString(16)).slice(-4):h+=l[d]}return h}function a(l){for(var h=t.quote,d=h.charCodeAt(0),p="",y=0;y<l.length;y++){var m=l.charCodeAt(y);if(m<16)m===0&&i?p+="\\0":m>=8&&m<=13&&(i||m!==11)?p+=q6[m]:i?p+="\\x0"+m.toString(16):p+="\\u000"+m.toString(16);else if(m<32)i?p+="\\x"+m.toString(16):p+="\\u00"+m.toString(16);else if(m>=32&&m<128)m===47&&y&&l[y-1]==="<"?p+="\\"+l[y]:m===92?p+="\\\\":m===d?p+="\\"+h:p+=l[y];else if(t.ascii||mm.isLineTerminator(l[y])||d_.exec(l[y]))if(m<256)i?p+="\\x"+m.toString(16):p+="\\u00"+m.toString(16);else if(m<4096)p+="\\u0"+m.toString(16);else if(m<65536)p+="\\u"+m.toString(16);else throw Error("weird codepoint");else p+=l[y]}return h+p+h}function u(){if(e===null)return"null";var l=[],h=0,d;if(Array.isArray(e)){d="[]";for(var p=0;p<e.length;p++){var y=ym(e[p],t,r+1,String(p));y===void 0&&(y="null"),h+=y.length+2,l.push(y+",")}}else{d="{}";var m=function(L){var O=ym(e[L],t,r+1,L);O!==void 0&&(O=o(L)+":"+(t.indent?" ":"")+O+",",h+=O.length+1,l.push(O))};if(Array.isArray(t.replacer))for(var p=0;p<t.replacer.length;p++)G6.call(e,t.replacer[p])&&m(t.replacer[p]);else{var P=Object.keys(e);t.sort_keys&&(P=P.sort(typeof t.sort_keys=="function"?t.sort_keys:void 0)),P.forEach(m)}}if(h-=2,t.indent&&(h>t._splitMax-r*t.indent.length||h>t._splitMin)){t.no_trailing_comma&&l.length&&(l[l.length-1]=l[l.length-1].substring(0,l[l.length-1].length-1));var S=l.map(function(L){return s(L,1)}).join("");return d[0]+(t.indent?`
69
- `:"")+S+s(d[1])}else{l.length&&(l[l.length-1]=l[l.length-1].substring(0,l[l.length-1].length-1));var S=l.join(t.indent?" ":"");return d[0]+S+d[1]}}function c(l){switch(typeof t.replacer=="function"&&(l=t.replacer.call(null,n,l)),typeof l){case"string":return a(l);case"number":return l===0&&1/l<0?"-0":!i&&!Number.isFinite(l)?"null":l.toString();case"boolean":return l.toString();case"undefined":return;case"function":default:return JSON.stringify(l)}}if(t._stringify_key)return o(e);if(typeof e=="object"){if(e===null)return"null";var f;return(typeof(f=e.toJSON5)=="function"&&t.mode!=="json"||typeof(f=e.toJSON)=="function")&&(e=f.call(e,n)),e===null?"null":typeof e!="object"?c(e):e.constructor===Number||e.constructor===Boolean||e.constructor===String?(e=e.valueOf(),c(e)):e.constructor===Date?c(e.toISOString()):typeof t.replacer=="function"&&(e=t.replacer.call(null,n,e),typeof e!="object")?c(e):u(e)}else return c(e)}p_.exports.stringify=function(t,r,n){return typeof r=="function"||Array.isArray(r)?r={replacer:r}:typeof r=="object"&&r!==null||(r={}),n!=null&&(r.indent=n),r.indent==null&&(r.indent=" "),r.quote==null&&(r.quote="'"),r.ascii==null&&(r.ascii=!1),r.mode==null&&(r.mode="json5"),(r.mode==="json"||r.mode==="cjson")&&(r.quote='"',r.no_trailing_comma=!0,r.quote_keys=!0),typeof r.indent=="object"&&(r.indent.constructor===Number||r.indent.constructor===Boolean||r.indent.constructor===String)&&(r.indent=r.indent.valueOf()),typeof r.indent=="number"?r.indent>=0?r.indent=Array(Math.min(~~r.indent,10)+1).join(" "):r.indent=!1:typeof r.indent=="string"&&(r.indent=r.indent.substr(0,10)),r._splitMin==null&&(r._splitMin=50),r._splitMax==null&&(r._splitMax=70),ym(t,r,0,"")}});var Am=F((jQ,g_)=>{var U6=va().tokenize;g_.exports.analyze=function(t,r){r==null&&(r={}),Array.isArray(t)||(t=U6(t,r));for(var n={has_whitespace:!1,has_comments:!1,has_newlines:!1,has_trailing_comma:!1,indent:"",newline:`
70
- `,quote:'"',quote_keys:!0},i={indent:{},newline:{},quote:{}},s=0;s<t.length;s++){if(t[s].type==="newline"){if(t[s+1]&&t[s+1].type==="whitespace"&&(t[s+1].raw[0]===" "&&(i.indent[" "]=(i.indent[" "]||0)+1),t[s+1].raw.match(/^\x20+$/))){var o=t[s+1].raw.length,a=t[s+1].stack.length+1;if(o%a===0){var u=Array(o/a+1).join(" ");i.indent[u]=(i.indent[u]||0)+1}}i.newline[t[s].raw]=(i.newline[t[s].raw]||0)+1}if(t[s].type==="newline"&&(n.has_newlines=!0),t[s].type==="whitespace"&&(n.has_whitespace=!0),t[s].type==="comment"&&(n.has_comments=!0),t[s].type==="key"&&t[s].raw[0]!=='"'&&t[s].raw[0]!=="'"&&(n.quote_keys=!1),(t[s].type==="key"||t[s].type==="literal")&&(t[s].raw[0]==='"'||t[s].raw[0]==="'")&&(i.quote[t[s].raw[0]]=(i.quote[t[s].raw[0]]||0)+1),t[s].type==="separator"&&t[s].raw===",")for(var c=s+1;c<t.length&&!(t[c].type==="literal"||t[c].type==="key");c++)t[c].type==="separator"&&(n.has_trailing_comma=!0)}for(var f in i)Object.keys(i[f]).length&&(n[f]=Object.keys(i[f]).reduce(function(l,h){return i[f][l]>i[f][h]?l:h}));return n}});var b_=F((BQ,bm)=>{var Nr=require("assert"),E_=va().tokenize,H6=vm().stringify,z6=Am().analyze;function Ea(e){return typeof e=="object"&&e!==null}function dl(e,t,r,n,i){r=Object.create(r),r._stringify_key=!!n,i&&(r._prefix=i.prefix.map(function(a){return a.raw}).join("")),r._splitMin==null&&(r._splitMin=0),r._splitMax==null&&(r._splitMax=0);var s=H6(e,r);if(n)return[{raw:s,type:"key",stack:t,value:e}];r._addstack=t;var o=E_(s,{_addstack:t});return o.data=null,o}function Em(e){if(typeof e=="number"&&(e=String(e)),e===""&&(e=[]),typeof e=="string"&&(e=e.split(".")),!Array.isArray(e))throw Error("Invalid path type, string or array expected");return e}function m_(e,t,r,n,i){for(;r[n].stack[t]!=e;)if(n++>=i)return!1;for(;r[i].stack[t]!=e;)if(i--<n)return!1;return[n,i]}function Aa(e){return e==="whitespace"||e==="newline"||e==="comment"}function y_(e,t,r){for(;Aa(e[t].type);)if(t++>=r)return!1;return t}function Is(e,t,r){for(;Aa(e[r].type);)if(r--<t)return!1;return r}function v_(e,t,r,n,i){var s={sep1:[],sep2:[],suffix:[],prefix:[],newline:[]};if(e[n].type==="separator"&&e[n].stack.length!==i+1&&e[n].raw!==","||(e[n].type==="separator"&&(n=Is(e,r,n-1)),n===!1))return s;for(;e[n].stack.length>i;)n--;if(!t){for(;Aa(e[n].type);){if(n<r)return s;if(e[n].type==="whitespace")s.sep2.unshift(e[n]);else return s;n--}for(Nr.equal(e[n].type,"separator"),Nr.equal(e[n].raw,":");Aa(e[--n].type);){if(n<r)return s;if(e[n].type==="whitespace")s.sep1.unshift(e[n]);else return s}Nr.equal(e[n].type,"key"),n--}for(;Aa(e[n].type);){if(n<r)return s;if(e[n].type==="whitespace")s.prefix.unshift(e[n]);else return e[n].type==="newline"&&s.newline.unshift(e[n]),s;n--}return s}function yn(e,t){var r=Object.create(yn.prototype);t==null&&(t={});var n=r._tokens=E_(e,t);r._data=n.data,n.data=null,r._options=t;var i=z6(e,t);return t.indent==null&&(t.indent=i.indent),t.quote==null&&(t.quote=i.quote),t.quote_keys==null&&(t.quote_keys=i.quote_keys),t.no_trailing_comma==null&&(t.no_trailing_comma=!i.has_trailing_comma),r}function A_(e,t,r){function n(i){return Error("You can't "+(r?"unset":"set")+" key '"+e+"'"+i)}if(!Ea(t))throw n(" of an non-object");if(Array.isArray(t))if(String(e).match(/^\d+$/)){if(e=Number(String(e)),t.length<e||r&&t.length===e)throw n(", out of bounds");if(r&&t.length!==e+1)throw n(" in the middle of an array");return!0}else throw n(" of an array");else return!0}yn.prototype.set=function(e,t){if(e=Em(e),e.length===0){if(t===void 0)throw Error("can't remove root document");this._data=t;var r=!1}else{for(var n=this._data,i=0;i<e.length-1;i++)A_(e[i],n,!1),n=n[e[i]];i===e.length-1&&A_(e[i],n,t===void 0);var r=!(e[i]in n);t===void 0?Array.isArray(n)?n.pop():delete n[e[i]]:n[e[i]]=t}this._tokens.length||(this._tokens=[{raw:"",type:"literal",stack:[],value:void 0}]);for(var s=[y_(this._tokens,0,this._tokens.length-1),Is(this._tokens,0,this._tokens.length-1)],i=0;i<e.length-1;i++)if(s=m_(e[i],i,this._tokens,s[0],s[1]),s==!1)throw Error("internal error, please report this");if(e.length===0)var o=dl(t,e,this._options);else if(r){var f=e.slice(0,i),u=Is(this._tokens,s[0]+1,s[1]-1);Nr(u!==!1);var c=u!==!1?v_(this._tokens,Array.isArray(n),s[0]+1,u,i):{},o=dl(t,e,this._options,!1,c),l=[];c.newline&&c.newline.length&&(l=l.concat(c.newline)),c.prefix&&c.prefix.length&&(l=l.concat(c.prefix)),Array.isArray(n)||(l=l.concat(dl(e[e.length-1],f,this._options,!0)),c.sep1&&c.sep1.length&&(l=l.concat(c.sep1)),l.push({raw:":",type:"separator",stack:f}),c.sep2&&c.sep2.length&&(l=l.concat(c.sep2))),o.unshift.apply(o,l),this._tokens[u].type==="separator"&&this._tokens[u].stack.length===e.length-1?this._tokens[u].raw===","&&o.push({raw:",",type:"separator",stack:f}):o.unshift({raw:",",type:"separator",stack:f}),c.suffix&&c.suffix.length&&o.push.apply(o,c.suffix),Nr.equal(this._tokens[s[1]].type,"separator"),s[0]=u+1,s[1]=u}else{var a=s;if(s=m_(e[i],i,this._tokens,s[0],s[1]),t===void 0&&s!==!1){var o=[];if(!Array.isArray(n)){var u=Is(this._tokens,a[0],s[0]-1);Nr.equal(this._tokens[u].type,"separator"),Nr.equal(this._tokens[u].raw,":"),s[0]=u;var u=Is(this._tokens,a[0],s[0]-1);Nr.equal(this._tokens[u].type,"key"),Nr.equal(this._tokens[u].value,e[e.length-1]),s[0]=u}var u=Is(this._tokens,a[0],s[0]-1);Nr.equal(this._tokens[u].type,"separator"),this._tokens[u].raw===","?s[0]=u:(u=y_(this._tokens,s[1]+1,a[1]),Nr.equal(this._tokens[u].type,"separator"),this._tokens[u].raw===","&&(s[1]=u))}else var c=u!==!1?v_(this._tokens,Array.isArray(n),a[0],s[1]-1,i):{},o=dl(t,e,this._options,!1,c)}return o.unshift(s[1]-s[0]+1),o.unshift(s[0]),this._tokens.splice.apply(this._tokens,o),this};yn.prototype.unset=function(e){return this.set(e,void 0)};yn.prototype.get=function(e){e=Em(e);for(var t=this._data,r=0;r<e.length;r++){if(!Ea(t))return;t=t[e[r]]}return t};yn.prototype.has=function(e){e=Em(e);for(var t=this._data,r=0;r<e.length;r++){if(!Ea(t))return!1;t=t[e[r]]}return t!==void 0};yn.prototype.update=function(e){var t=this;return r([],t._data,e),t;function r(n,i,s){if(!Ea(s)||!Ea(i))s!==i&&t.set(n,s);else if(Array.isArray(s)!=Array.isArray(i))t.set(n,s);else if(Array.isArray(s))if(s.length>i.length)for(var o=0;o<s.length;o++)n.push(String(o)),r(n,i[o],s[o]),n.pop();else for(var o=i.length-1;o>=0;o--)n.push(String(o)),r(n,i[o],s[o]),n.pop();else{for(var o in s)n.push(String(o)),r(n,i[o],s[o]),n.pop();for(var o in i)o in s||(n.push(String(o)),r(n,i[o],s[o]),n.pop())}}};yn.prototype.toString=function(){return this._tokens.map(function(e){return e.raw}).join("")};bm.exports.Document=yn;bm.exports.update=function(t,r,n){return yn(t,n).update(r).toString()}});var w_=F((WQ,pl)=>{var Y6=require("fs"),V6=ba();pl.exports.register=function(){var e=require,t="extensions";e[t][".json5"]=function(r,n){r.exports=V6.parse(Y6.readFileSync(n,"utf8"))}};pl.exports.patch_JSON_parse=function(){var e=JSON.parse;JSON.parse=function(t,r){try{return e(t,r)}catch(n){throw ba().parse(t,{mode:"json",legacy:!0,reviver:r,reserved_keys:"replace",null_prototype:!1}),n}}};pl.exports.middleware=function(){return function(e,t,r){throw Error("this function is removed, use express-json5 instead")}}});var ba=F((qQ,Ii)=>{Ii.exports.__defineGetter__("parse",function(){return va().parse});Ii.exports.__defineGetter__("stringify",function(){return vm().stringify});Ii.exports.__defineGetter__("tokenize",function(){return va().tokenize});Ii.exports.__defineGetter__("update",function(){return b_().update});Ii.exports.__defineGetter__("analyze",function(){return Am().analyze});Ii.exports.__defineGetter__("utils",function(){return w_()})});var Pm=F(Ct=>{"use strict";var Sm=Ct&&Ct.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Ct,"__esModule",{value:!0});Ct.getWorkspacesAsync=Ct.getWorkspaces=Ct.getRushWorkspacesAsync=Ct.getRushWorkspaces=Ct.getWorkspacePackagePaths=Ct.getRushWorkspaceRoot=void 0;var wm=Sm(require("path")),K6=Sm(ba()),J6=Sm(require("fs")),S_=ua(),Cm=hn(),X6=ys();function C_(e){let t=(0,X6.getWorkspaceManagerAndRoot)(e,void 0,"rush")?.root;if(!t)throw new Error("Could not find rush workspace root from "+e);return t}Ct.getRushWorkspaceRoot=C_;function xm(e){try{let t=C_(e),r=wm.default.join(t,"rush.json"),n=K6.default.parse(J6.default.readFileSync(r,"utf-8")),i=wm.default.dirname(r);return n.projects.map(s=>wm.default.join(i,s.projectFolder))}catch(t){return(0,Cm.logVerboseWarning)(`Error getting rush workspace package paths for ${e}`,t),[]}}Ct.getWorkspacePackagePaths=xm;function x_(e){try{let t=xm(e);return(0,S_.getWorkspacePackageInfo)(t)}catch(t){return(0,Cm.logVerboseWarning)(`Error getting rush workspaces for ${e}`,t),[]}}Ct.getRushWorkspaces=x_;Ct.getWorkspaces=x_;async function P_(e){try{let t=xm(e);return(0,S_.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,Cm.logVerboseWarning)(`Error getting rush workspaces for ${e}`,t),[]}}Ct.getRushWorkspacesAsync=P_;Ct.getWorkspacesAsync=P_});var R_=F(Ut=>{"use strict";Object.defineProperty(Ut,"__esModule",{value:!0});Ut.getWorkspacesAsync=Ut.getWorkspaces=Ut.getNpmWorkspacesAsync=Ut.getNpmWorkspaces=Ut.getWorkspacePackagePathsAsync=Ut.getWorkspacePackagePaths=void 0;var Q6=Pi(),gl=Lg();function ml(e){let t=(0,Q6.getWorkspaceManagerAndRoot)(e,void 0,"npm")?.root;if(!t)throw new Error("Could not find npm workspace root from "+e);return t}function Z6(e){let t=ml(e);return(0,gl.getPackagePathsFromWorkspaceRoot)(t)}Ut.getWorkspacePackagePaths=Z6;function e8(e){let t=ml(e);return(0,gl.getPackagePathsFromWorkspaceRootAsync)(t)}Ut.getWorkspacePackagePathsAsync=e8;function O_(e){let t=ml(e);return(0,gl.getWorkspaceInfoFromWorkspaceRoot)(t)}Ut.getNpmWorkspaces=O_;Ut.getWorkspaces=O_;function __(e){let t=ml(e);return(0,gl.getWorkspaceInfoFromWorkspaceRootAsync)(t)}Ut.getNpmWorkspacesAsync=__;Ut.getWorkspacesAsync=__});var L_=F(Ht=>{"use strict";var Om=Ht&&Ht.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Ht,"__esModule",{value:!0});Ht.getWorkspacesAsync=Ht.getWorkspaces=Ht.getLernaWorkspacesAsync=Ht.getLernaWorkspaces=Ht.getWorkspacePackagePaths=void 0;var t8=Om(require("fs")),r8=Om(ba()),n8=Om(require("path")),i8=Xc(),F_=ua(),_m=hn(),s8=ys();function o8(e){let t=(0,s8.getWorkspaceManagerAndRoot)(e,void 0,"lerna")?.root;if(!t)throw new Error("Could not find lerna workspace root from "+e);return t}function Rm(e){try{let t=o8(e),r=n8.default.join(t,"lerna.json"),n=r8.default.parse(t8.default.readFileSync(r,"utf-8"));return(0,i8.getPackagePaths)(t,n.packages)}catch(t){return(0,_m.logVerboseWarning)(`Error getting lerna workspace package paths for ${e}`,t),[]}}Ht.getWorkspacePackagePaths=Rm;function k_(e){try{let t=Rm(e);return(0,F_.getWorkspacePackageInfo)(t)}catch(t){return(0,_m.logVerboseWarning)(`Error getting lerna workspaces for ${e}`,t),[]}}Ht.getLernaWorkspaces=k_;Ht.getWorkspaces=k_;async function D_(e){try{let t=Rm(e);return(0,F_.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,_m.logVerboseWarning)(`Error getting lerna workspaces for ${e}`,t),[]}}Ht.getLernaWorkspacesAsync=D_;Ht.getWorkspacesAsync=D_});var T_=F(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});yl.getWorkspaceUtilities=void 0;var a8=ys();function u8(e){switch((0,a8.getWorkspaceManagerAndRoot)(e)?.manager){case"yarn":return hm();case"pnpm":return pm();case"rush":return Pm();case"npm":return R_();case"lerna":return L_()}}yl.getWorkspaceUtilities=u8});var Pi=F(Ns=>{"use strict";Object.defineProperty(Ns,"__esModule",{value:!0});Ns.getWorkspaceUtilities=Ns.getWorkspaceManagerAndRoot=void 0;var c8=ys();Object.defineProperty(Ns,"getWorkspaceManagerAndRoot",{enumerable:!0,get:function(){return c8.getWorkspaceManagerAndRoot}});var l8=T_();Object.defineProperty(Ns,"getWorkspaceUtilities",{enumerable:!0,get:function(){return l8.getWorkspaceUtilities}})});var vl=F($s=>{"use strict";Object.defineProperty($s,"__esModule",{value:!0});$s.getWorkspacesAsync=$s.getWorkspaces=void 0;var Fm=Pi();function f8(e){return(0,Fm.getWorkspaceUtilities)(e)?.getWorkspaces(e)||[]}$s.getWorkspaces=f8;async function h8(e){let t=(0,Fm.getWorkspaceUtilities)(e);if(!t)return[];if(!t.getWorkspacesAsync){let r=(0,Fm.getWorkspaceManagerAndRoot)(e)?.manager;throw new Error(`${e} is using ${r} which has not been converted to async yet`)}return t.getWorkspacesAsync(e)}$s.getWorkspacesAsync=h8});var $_=F(Ms=>{"use strict";Object.defineProperty(Ms,"__esModule",{value:!0});Ms.getPackageInfosAsync=Ms.getPackageInfos=void 0;var I_=vl(),N_=aa();function d8(e){let t={},r=(0,I_.getWorkspaces)(e);if(r.length)for(let n of r)t[n.name]=n.packageJson;else{let n=(0,N_.getPackageInfo)(e);n&&(t[n.name]=n)}return t}Ms.getPackageInfos=d8;async function p8(e){let t={},r=await(0,I_.getWorkspacesAsync)(e);if(r.length)for(let n of r)t[n.name]=n.packageJson;else{let n=(0,N_.getPackageInfo)(e);n&&(t[n.name]=n)}return t}Ms.getPackageInfosAsync=p8});var El=F(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});Al.createDependencyMap=void 0;var g8=Xo();function m8(e,t={withDevDependencies:!0,withPeerDependencies:!1}){let r={dependencies:new Map,dependents:new Map},n=new Set(Object.keys(e));for(let[i,s]of Object.entries(e)){let o=(0,g8.getPackageDependencies)(s,n,t);for(let a of o)r.dependencies.has(i)||r.dependencies.set(i,new Set),r.dependencies.get(i).add(a),r.dependents.has(a)||r.dependents.set(a,new Set),r.dependents.get(a).add(i)}return r}Al.createDependencyMap=m8});var j_=F(js=>{"use strict";var y8=js&&js.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(js,"__esModule",{value:!0});js.createPackageGraph=void 0;var v8=El(),A8=y8(sa());function E8(e,t){let r=new Set,n=[],i=new Set,s=new Map;function o(f,l,h,d){if(r.add(l),!f||f.includeDependencies&&h)for(let p of h){let y=a(l,p);i.has(y)||(i.add(y),n.push({name:l,dependency:p})),r.add(p)}if(!f||f.includeDependents&&d)for(let p of d){let y=a(p,l);i.has(y)||(i.add(y),n.push({name:p,dependency:l})),r.add(p)}}if(t){t=Array.isArray(t)?t:[t];for(let f of t){let l=o.bind(void 0,f),h=u(e,f);M_(e,h,l,f)}}else{let f=o.bind(void 0,void 0),l=u(e);M_(e,l,f)}return{packages:[...r],dependencies:n};function a(f,l){return`${f}->${l}`}function u(f,l){let h=c(l);if(!s.has(h)){let d=(0,v8.createDependencyMap)(f,l);s.set(h,d)}return s.get(h)}function c(f){return f?[f.withDevDependencies?"dev":"",f.withPeerDependencies?"peer":"",f.withOptionalDependencies?"optional":""].filter(Boolean).join("_")||"prod":"default"}}js.createPackageGraph=E8;function M_(e,t,r,n){let i=new Set,s=Object.keys(e),o=n?(0,A8.default)(s,n.namePatterns):s;for(;o.length>0;){let a=o.pop();if(i.has(a))continue;let u=new Set,c=[],f=[];if(!n||n.includeDependencies){c=[...t.dependencies.get(a)??[]];for(let l of c)u.add(l)}if(!n||n.includeDependents){f=[...t.dependents.get(a)??[]];for(let l of f)u.add(l)}if(r(a,c,f),i.add(a),u.size>0)for(let l of u)o.push(l)}}});var B_=F($r=>{"use strict";var b8=$r&&$r.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),km=$r&&$r.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&b8(t,e,r)};Object.defineProperty($r,"__esModule",{value:!0});$r.getDependentMap=void 0;km(j_(),$r);km(El(),$r);km(Xo(),$r);var w8=El();function S8(e){return(0,w8.createDependencyMap)(e).dependencies}$r.getDependentMap=S8});var wa=F(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});bl.nameAtVersion=void 0;function C8(e,t){return`${e}@${t}`}bl.nameAtVersion=C8});var W_=F(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});wl.parsePnpmLock=void 0;var x8=wa();function P8(e){let t={};if(e&&e.packages)for(let[r,n]of Object.entries(e.packages)){let i=r.split(/\//),s=i.length>3?`${i[1]}/${i[2]}`:i[1],o=i.length>3?i[3]:i[2];t[(0,x8.nameAtVersion)(s,o)]={version:o,dependencies:n.dependencies}}return{object:t,type:"success"}}wl.parsePnpmLock=P8});var q_=F(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});Sl.parseNpmLock=void 0;var O8=wa();function _8(e){return{object:Object.fromEntries(Object.entries(e.dependencies??{}).map(([r,n])=>[(0,O8.nameAtVersion)(r,n.version),n])),type:"success"}}Sl.parseNpmLock=_8});var G_=F(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});Cl.parseBerryLock=void 0;function R8(e){let t={};if(e)for(let[r,n]of Object.entries(e)){if(r==="__metadata")continue;let i=r.split(", ");for(let s of i){let o=F8(s);t[o]={version:n.version,dependencies:n.dependencies??{}}}}return{object:t,type:"success"}}Cl.parseBerryLock=R8;function F8(e){return e.includes("npm:")?e.replace(/npm:/,""):e}});var H_=F((nZ,U_)=>{U_.exports=(function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.i=function(n){return n},r.d=function(n,i,s){r.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:s})},r.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(i,"a",i),i},r.o=function(n,i){return Object.prototype.hasOwnProperty.call(n,i)},r.p="",r(r.s=14)})([(function(e,t){e.exports=require("path")}),(function(e,t,r){"use strict";t.__esModule=!0;var n=r(173),i=s(n);function s(o){return o&&o.__esModule?o:{default:o}}t.default=function(o){return function(){var a=o.apply(this,arguments);return new i.default(function(u,c){function f(l,h){try{var d=a[l](h),p=d.value}catch(y){c(y);return}if(d.done)u(p);else return i.default.resolve(p).then(function(y){f("next",y)},function(y){f("throw",y)})}return f("next")})}}}),(function(e,t){e.exports=require("util")}),(function(e,t){e.exports=require("fs")}),(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});class n extends Error{constructor(c,f){super(c),this.code=f}}t.MessageError=n;class i extends n{constructor(c,f,l){super(c,f),this.process=l}}t.ProcessSpawnError=i;class s extends n{}t.SecurityError=s;class o extends n{}t.ProcessTermError=o;class a extends Error{constructor(c,f){super(c),this.responseCode=f}}t.ResponseError=a}),(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getFirstSuitableFolder=t.readFirstAvailableStream=t.makeTempDir=t.hardlinksWork=t.writeFilePreservingEol=t.getFileSizeOnDisk=t.walk=t.symlink=t.find=t.readJsonAndFile=t.readJson=t.readFileAny=t.hardlinkBulk=t.copyBulk=t.unlink=t.glob=t.link=t.chmod=t.lstat=t.exists=t.mkdirp=t.stat=t.access=t.rename=t.readdir=t.realpath=t.readlink=t.writeFile=t.open=t.readFileBuffer=t.lockQueue=t.constants=void 0;var n;function i(){return n=H(r(1))}let s=(()=>{var me=(0,(n||i()).default)(function*(se,Q,X,te){let xe=(()=>{var Le=(0,(n||i()).default)(function*(dt){let Be=dt.src,Pe=dt.dest,eo=dt.type,Vt=dt.onFresh||ar,Ve=dt.onDone||ar;if(Ie.has(Pe.toLowerCase())?te.verbose(`The case-insensitive file ${Pe} shouldn't be copied twice in one bulk copy`):Ie.add(Pe.toLowerCase()),eo==="symlink"){yield K((v||A()).default.dirname(Pe)),Vt(),Pt.symlink.push({dest:Pe,linkname:Be}),Ve();return}if(Q.ignoreBasenames.indexOf((v||A()).default.basename(Be))>=0)return;let Ke=yield B(Be),en;Ke.isDirectory()&&(en=yield Ae(Be));let Mt;try{Mt=yield B(Pe)}catch(Ft){if(Ft.code!=="ENOENT")throw Ft}if(Mt){let Ft=Ke.isSymbolicLink()&&Mt.isSymbolicLink(),tn=Ke.isDirectory()&&Mt.isDirectory(),Rr=Ke.isFile()&&Mt.isFile();if(Rr&&je.has(Pe)){Ve(),te.verbose(te.lang("verboseFileSkipArtifact",Be));return}if(Rr&&Ke.size===Mt.size&&(0,(J||he()).fileDatesEqual)(Ke.mtime,Mt.mtime)){Ve(),te.verbose(te.lang("verboseFileSkip",Be,Pe,Ke.size,+Ke.mtime));return}if(Ft){let pt=yield Y(Be);if(pt===(yield Y(Pe))){Ve(),te.verbose(te.lang("verboseFileSkipSymlink",Be,Pe,pt));return}}if(tn){let pt=yield Ae(Pe);ji(en,"src files not initialised");for(var Pr=pt,En=Array.isArray(Pr),Kt=0,Pr=En?Pr:Pr[Symbol.iterator]();;){var Wi;if(En){if(Kt>=Pr.length)break;Wi=Pr[Kt++]}else{if(Kt=Pr.next(),Kt.done)break;Wi=Kt.value}let Sn=Wi;if(en.indexOf(Sn)<0){let rn=(v||A()).default.join(Pe,Sn);if(X.add(rn),(yield B(rn)).isDirectory())for(var Or=yield Ae(rn),bn=Array.isArray(Or),Jt=0,Or=bn?Or:Or[Symbol.iterator]();;){var qi;if(bn){if(Jt>=Or.length)break;qi=Or[Jt++]}else{if(Jt=Or.next(),Jt.done)break;qi=Jt.value}let Zl=qi;X.add((v||A()).default.join(rn,Zl))}}}}}if(Mt&&Mt.isSymbolicLink()&&(yield(0,(J||he()).unlink)(Pe),Mt=null),Ke.isSymbolicLink()){Vt();let Ft=yield Y(Be);Pt.symlink.push({dest:Pe,linkname:Ft}),Ve()}else if(Ke.isDirectory()){Mt||(te.verbose(te.lang("verboseFileFolder",Pe)),yield K(Pe));let Ft=Pe.split((v||A()).default.sep);for(;Ft.length;)Ie.add(Ft.join((v||A()).default.sep).toLowerCase()),Ft.pop();ji(en,"src files not initialised");let tn=en.length;tn||Ve();for(var _r=en,wn=Array.isArray(_r),Xt=0,_r=wn?_r:_r[Symbol.iterator]();;){var Rt;if(wn){if(Xt>=_r.length)break;Rt=_r[Xt++]}else{if(Xt=_r.next(),Xt.done)break;Rt=Xt.value}let Rr=Rt;se.push({dest:(v||A()).default.join(Pe,Rr),onFresh:Vt,onDone:(function(pt){function Sn(){return pt.apply(this,arguments)}return Sn.toString=function(){return pt.toString()},Sn})(function(){--tn===0&&Ve()}),src:(v||A()).default.join(Be,Rr)})}}else if(Ke.isFile())Vt(),Pt.file.push({src:Be,dest:Pe,atime:Ke.atime,mtime:Ke.mtime,mode:Ke.mode}),Ve();else throw new Error(`unsure how to copy this: ${Be}`)});return function(Be){return Le.apply(this,arguments)}})(),je=new Set(Q.artifactFiles||[]),Ie=new Set;for(var Re=se,Ne=Array.isArray(Re),_e=0,Re=Ne?Re:Re[Symbol.iterator]();;){var Yt;if(Ne){if(_e>=Re.length)break;Yt=Re[_e++]}else{if(_e=Re.next(),_e.done)break;Yt=_e.value}let Le=Yt,dt=Le.onDone;Le.onDone=function(){Q.onProgress(Le.dest),dt&&dt()}}Q.onStart(se.length);let Pt={file:[],symlink:[],link:[]};for(;se.length;){let Le=se.splice(0,Me);yield Promise.all(Le.map(xe))}for(var Ot=je,An=Array.isArray(Ot),Cr=0,Ot=An?Ot:Ot[Symbol.iterator]();;){var ri;if(An){if(Cr>=Ot.length)break;ri=Ot[Cr++]}else{if(Cr=Ot.next(),Cr.done)break;ri=Cr.value}let Le=ri;X.has(Le)&&(te.verbose(te.lang("verboseFilePhantomExtraneous",Le)),X.delete(Le))}for(var _t=X,Zs=Array.isArray(_t),xr=0,_t=Zs?_t:_t[Symbol.iterator]();;){var ni;if(Zs){if(xr>=_t.length)break;ni=_t[xr++]}else{if(xr=_t.next(),xr.done)break;ni=xr.value}let Le=ni;Ie.has(Le.toLowerCase())&&X.delete(Le)}return Pt});return function(Q,X,te,xe){return me.apply(this,arguments)}})(),o=(()=>{var me=(0,(n||i()).default)(function*(se,Q,X,te){let xe=(()=>{var Le=(0,(n||i()).default)(function*(dt){let Be=dt.src,Pe=dt.dest,eo=dt.onFresh||ar,Vt=dt.onDone||ar;if(Ie.has(Pe.toLowerCase())){Vt();return}if(Ie.add(Pe.toLowerCase()),Q.ignoreBasenames.indexOf((v||A()).default.basename(Be))>=0)return;let Ve=yield B(Be),Ke;Ve.isDirectory()&&(Ke=yield Ae(Be));let en=yield z(Pe);if(en){let Rt=yield B(Pe),Ft=Ve.isSymbolicLink()&&Rt.isSymbolicLink(),tn=Ve.isDirectory()&&Rt.isDirectory(),Rr=Ve.isFile()&&Rt.isFile();if(Ve.mode!==Rt.mode)try{yield I(Pe,Ve.mode)}catch(pt){te.verbose(pt)}if(Rr&&je.has(Pe)){Vt(),te.verbose(te.lang("verboseFileSkipArtifact",Be));return}if(Rr&&Ve.ino!==null&&Ve.ino===Rt.ino){Vt(),te.verbose(te.lang("verboseFileSkip",Be,Pe,Ve.ino));return}if(Ft){let pt=yield Y(Be);if(pt===(yield Y(Pe))){Vt(),te.verbose(te.lang("verboseFileSkipSymlink",Be,Pe,pt));return}}if(tn){let pt=yield Ae(Pe);ji(Ke,"src files not initialised");for(var Kt=pt,Mt=Array.isArray(Kt),En=0,Kt=Mt?Kt:Kt[Symbol.iterator]();;){var Pr;if(Mt){if(En>=Kt.length)break;Pr=Kt[En++]}else{if(En=Kt.next(),En.done)break;Pr=En.value}let Sn=Pr;if(Ke.indexOf(Sn)<0){let rn=(v||A()).default.join(Pe,Sn);if(X.add(rn),(yield B(rn)).isDirectory())for(var Jt=yield Ae(rn),Wi=Array.isArray(Jt),bn=0,Jt=Wi?Jt:Jt[Symbol.iterator]();;){var Or;if(Wi){if(bn>=Jt.length)break;Or=Jt[bn++]}else{if(bn=Jt.next(),bn.done)break;Or=bn.value}let Zl=Or;X.add((v||A()).default.join(rn,Zl))}}}}}if(Ve.isSymbolicLink()){eo();let Rt=yield Y(Be);Pt.symlink.push({dest:Pe,linkname:Rt}),Vt()}else if(Ve.isDirectory()){te.verbose(te.lang("verboseFileFolder",Pe)),yield K(Pe);let Rt=Pe.split((v||A()).default.sep);for(;Rt.length;)Ie.add(Rt.join((v||A()).default.sep).toLowerCase()),Rt.pop();ji(Ke,"src files not initialised");let Ft=Ke.length;Ft||Vt();for(var Xt=Ke,qi=Array.isArray(Xt),wn=0,Xt=qi?Xt:Xt[Symbol.iterator]();;){var _r;if(qi){if(wn>=Xt.length)break;_r=Xt[wn++]}else{if(wn=Xt.next(),wn.done)break;_r=wn.value}let tn=_r;se.push({onFresh:eo,src:(v||A()).default.join(Be,tn),dest:(v||A()).default.join(Pe,tn),onDone:(function(Rr){function pt(){return Rr.apply(this,arguments)}return pt.toString=function(){return Rr.toString()},pt})(function(){--Ft===0&&Vt()})})}}else if(Ve.isFile())eo(),Pt.link.push({src:Be,dest:Pe,removeDest:en}),Vt();else throw new Error(`unsure how to copy this: ${Be}`)});return function(Be){return Le.apply(this,arguments)}})(),je=new Set(Q.artifactFiles||[]),Ie=new Set;for(var Re=se,Ne=Array.isArray(Re),_e=0,Re=Ne?Re:Re[Symbol.iterator]();;){var Yt;if(Ne){if(_e>=Re.length)break;Yt=Re[_e++]}else{if(_e=Re.next(),_e.done)break;Yt=_e.value}let Le=Yt,dt=Le.onDone||ar;Le.onDone=function(){Q.onProgress(Le.dest),dt()}}Q.onStart(se.length);let Pt={file:[],symlink:[],link:[]};for(;se.length;){let Le=se.splice(0,Me);yield Promise.all(Le.map(xe))}for(var Ot=je,An=Array.isArray(Ot),Cr=0,Ot=An?Ot:Ot[Symbol.iterator]();;){var ri;if(An){if(Cr>=Ot.length)break;ri=Ot[Cr++]}else{if(Cr=Ot.next(),Cr.done)break;ri=Cr.value}let Le=ri;X.has(Le)&&(te.verbose(te.lang("verboseFilePhantomExtraneous",Le)),X.delete(Le))}for(var _t=X,Zs=Array.isArray(_t),xr=0,_t=Zs?_t:_t[Symbol.iterator]();;){var ni;if(Zs){if(xr>=_t.length)break;ni=_t[xr++]}else{if(xr=_t.next(),xr.done)break;ni=xr.value}let Le=ni;Ie.has(Le.toLowerCase())&&X.delete(Le)}return Pt});return function(Q,X,te,xe){return me.apply(this,arguments)}})(),a=t.copyBulk=(()=>{var me=(0,(n||i()).default)(function*(se,Q,X){let te={onStart:X&&X.onStart||ar,onProgress:X&&X.onProgress||ar,possibleExtraneous:X?X.possibleExtraneous:new Set,ignoreBasenames:X&&X.ignoreBasenames||[],artifactFiles:X&&X.artifactFiles||[]},xe=yield s(se,te,te.possibleExtraneous,Q);te.onStart(xe.file.length+xe.symlink.length+xe.link.length);let je=xe.file,Ie=new Map;yield(w||T()).queue(je,(()=>{var _e=(0,(n||i()).default)(function*(Re){let Yt;for(;Yt=Ie.get(Re.dest);)yield Yt;Q.verbose(Q.lang("verboseFileCopy",Re.src,Re.dest));let Pt=(0,(J||he()).copyFile)(Re,function(){return Ie.delete(Re.dest)});return Ie.set(Re.dest,Pt),te.onProgress(Re.dest),Pt});return function(Re){return _e.apply(this,arguments)}})(),Me);let Ne=xe.symlink;yield(w||T()).queue(Ne,function(_e){let Re=(v||A()).default.resolve((v||A()).default.dirname(_e.dest),_e.linkname);return Q.verbose(Q.lang("verboseFileSymlink",_e.dest,Re)),d(Re,_e.dest)})});return function(Q,X,te){return me.apply(this,arguments)}})(),u=t.hardlinkBulk=(()=>{var me=(0,(n||i()).default)(function*(se,Q,X){let te={onStart:X&&X.onStart||ar,onProgress:X&&X.onProgress||ar,possibleExtraneous:X?X.possibleExtraneous:new Set,artifactFiles:X&&X.artifactFiles||[],ignoreBasenames:[]},xe=yield o(se,te,te.possibleExtraneous,Q);te.onStart(xe.file.length+xe.symlink.length+xe.link.length);let je=xe.link;yield(w||T()).queue(je,(()=>{var Ne=(0,(n||i()).default)(function*(_e){Q.verbose(Q.lang("verboseFileLink",_e.src,_e.dest)),_e.removeDest&&(yield(0,(J||he()).unlink)(_e.dest)),yield ie(_e.src,_e.dest)});return function(_e){return Ne.apply(this,arguments)}})(),Me);let Ie=xe.symlink;yield(w||T()).queue(Ie,function(Ne){let _e=(v||A()).default.resolve((v||A()).default.dirname(Ne.dest),Ne.linkname);return Q.verbose(Q.lang("verboseFileSymlink",Ne.dest,_e)),d(_e,Ne.dest)})});return function(Q,X,te){return me.apply(this,arguments)}})(),c=t.readFileAny=(()=>{var me=(0,(n||i()).default)(function*(se){for(var te=se,Q=Array.isArray(te),X=0,te=Q?te:te[Symbol.iterator]();;){var xe;if(Q){if(X>=te.length)break;xe=te[X++]}else{if(X=te.next(),X.done)break;xe=X.value}let je=xe;if(yield z(je))return Ql(je)}return null});return function(Q){return me.apply(this,arguments)}})(),f=t.readJson=(()=>{var me=(0,(n||i()).default)(function*(se){return(yield l(se)).object});return function(Q){return me.apply(this,arguments)}})(),l=t.readJsonAndFile=(()=>{var me=(0,(n||i()).default)(function*(se){let Q=yield Ql(se);try{return{object:(0,(U||V()).default)(JSON.parse(Qs(Q))),content:Q}}catch(X){throw X.message=`${se}: ${X.message}`,X}});return function(Q){return me.apply(this,arguments)}})(),h=t.find=(()=>{var me=(0,(n||i()).default)(function*(se,Q){let X=Q.split((v||A()).default.sep);for(;X.length;){let te=X.concat(se).join((v||A()).default.sep);if(yield z(te))return te;X.pop()}return!1});return function(Q,X){return me.apply(this,arguments)}})(),d=t.symlink=(()=>{var me=(0,(n||i()).default)(function*(se,Q){try{if((yield B(Q)).isSymbolicLink()&&(yield ce(Q))===se)return}catch(X){if(X.code!=="ENOENT")throw X}if(yield(0,(J||he()).unlink)(Q),process.platform==="win32")yield et(se,Q,"junction");else{let X;try{X=(v||A()).default.relative((_||D()).default.realpathSync((v||A()).default.dirname(Q)),(_||D()).default.realpathSync(se))}catch(te){if(te.code!=="ENOENT")throw te;X=(v||A()).default.relative((v||A()).default.dirname(Q),se)}yield et(X||".",Q)}});return function(Q,X){return me.apply(this,arguments)}})(),p=t.walk=(()=>{var me=(0,(n||i()).default)(function*(se,Q,X=new Set){let te=[],xe=yield Ae(se);X.size&&(xe=xe.filter(function(Re){return!X.has(Re)}));for(var Ne=xe,je=Array.isArray(Ne),Ie=0,Ne=je?Ne:Ne[Symbol.iterator]();;){var _e;if(je){if(Ie>=Ne.length)break;_e=Ne[Ie++]}else{if(Ie=Ne.next(),Ie.done)break;_e=Ie.value}let Re=_e,Yt=Q?(v||A()).default.join(Q,Re):Re,Pt=(v||A()).default.join(se,Re),An=yield B(Pt);te.push({relative:Yt,basename:Re,absolute:Pt,mtime:+An.mtime}),An.isDirectory()&&(te=te.concat(yield p(Pt,Yt,X)))}return te});return function(Q,X){return me.apply(this,arguments)}})(),y=t.getFileSizeOnDisk=(()=>{var me=(0,(n||i()).default)(function*(se){let Q=yield B(se),X=Q.size,te=Q.blksize;return Math.ceil(X/te)*te});return function(Q){return me.apply(this,arguments)}})(),m=(()=>{var me=(0,(n||i()).default)(function*(se){if(!(yield z(se)))return;let Q=yield ee(se);for(let X=0;X<Q.length;++X){if(Q[X]===zF)return`\r
71
- `;if(Q[X]===YF)return`
72
- `}});return function(Q){return me.apply(this,arguments)}})(),P=t.writeFilePreservingEol=(()=>{var me=(0,(n||i()).default)(function*(se,Q){let X=(yield m(se))||(x||g()).default.EOL;X!==`
73
- `&&(Q=Q.replace(/\n/g,X)),yield ne(se,Q)});return function(Q,X){return me.apply(this,arguments)}})(),S=t.hardlinksWork=(()=>{var me=(0,(n||i()).default)(function*(se){let Q="test-file"+Math.random(),X=(v||A()).default.join(se,Q),te=(v||A()).default.join(se,Q+"-link");try{yield ne(X,"test"),yield ie(X,te)}catch{return!1}finally{yield(0,(J||he()).unlink)(X),yield(0,(J||he()).unlink)(te)}return!0});return function(Q){return me.apply(this,arguments)}})(),L=t.makeTempDir=(()=>{var me=(0,(n||i()).default)(function*(se){let Q=(v||A()).default.join((x||g()).default.tmpdir(),`yarn-${se||""}-${Date.now()}-${Math.random()}`);return yield(0,(J||he()).unlink)(Q),yield K(Q),Q});return function(Q){return me.apply(this,arguments)}})(),O=t.readFirstAvailableStream=(()=>{var me=(0,(n||i()).default)(function*(se){for(var te=se,Q=Array.isArray(te),X=0,te=Q?te:te[Symbol.iterator]();;){var xe;if(Q){if(X>=te.length)break;xe=te[X++]}else{if(X=te.next(),X.done)break;xe=X.value}let je=xe;try{let Ie=yield G(je,"r");return(_||D()).default.createReadStream(je,{fd:Ie})}catch{}}return null});return function(Q){return me.apply(this,arguments)}})(),b=t.getFirstSuitableFolder=(()=>{var me=(0,(n||i()).default)(function*(se,Q=W.W_OK|W.X_OK){let X={skipped:[],folder:null};for(var je=se,te=Array.isArray(je),xe=0,je=te?je:je[Symbol.iterator]();;){var Ie;if(te){if(xe>=je.length)break;Ie=je[xe++]}else{if(xe=je.next(),xe.done)break;Ie=xe.value}let Ne=Ie;try{return yield K(Ne),yield I(Ne,Q),X.folder=Ne,X}catch(_e){X.skipped.push({error:_e,folder:Ne})}}return X});return function(Q){return me.apply(this,arguments)}})();t.copy=ka,t.readFile=Ql,t.readFileRaw=HF,t.normalizeOS=l0;var _;function D(){return _=H(r(3))}var k;function $(){return k=H(r(75))}var x;function g(){return x=H(r(36))}var v;function A(){return v=H(r(0))}var C;function E(){return C=H(r(84))}var w;function T(){return w=q(r(40))}var N;function M(){return N=r(40)}var U;function V(){return U=H(r(20))}var J;function he(){return J=r(164)}function q(me){if(me&&me.__esModule)return me;var se={};if(me!=null)for(var Q in me)Object.prototype.hasOwnProperty.call(me,Q)&&(se[Q]=me[Q]);return se.default=me,se}function H(me){return me&&me.__esModule?me:{default:me}}let W=t.constants=typeof(_||D()).default.constants<"u"?(_||D()).default.constants:{R_OK:(_||D()).default.R_OK,W_OK:(_||D()).default.W_OK,X_OK:(_||D()).default.X_OK},Z=t.lockQueue=new(C||E()).default("fs lock"),ee=t.readFileBuffer=(0,(N||M()).promisify)((_||D()).default.readFile),G=t.open=(0,(N||M()).promisify)((_||D()).default.open),ne=t.writeFile=(0,(N||M()).promisify)((_||D()).default.writeFile),Y=t.readlink=(0,(N||M()).promisify)((_||D()).default.readlink),ce=t.realpath=(0,(N||M()).promisify)((_||D()).default.realpath),Ae=t.readdir=(0,(N||M()).promisify)((_||D()).default.readdir),Fe=t.rename=(0,(N||M()).promisify)((_||D()).default.rename),I=t.access=(0,(N||M()).promisify)((_||D()).default.access),j=t.stat=(0,(N||M()).promisify)((_||D()).default.stat),K=t.mkdirp=(0,(N||M()).promisify)(r(116)),z=t.exists=(0,(N||M()).promisify)((_||D()).default.exists,!0),B=t.lstat=(0,(N||M()).promisify)((_||D()).default.lstat),oe=t.chmod=(0,(N||M()).promisify)((_||D()).default.chmod),ie=t.link=(0,(N||M()).promisify)((_||D()).default.link),de=t.glob=(0,(N||M()).promisify)((k||$()).default);t.unlink=(J||he()).unlink;let Me=(_||D()).default.copyFile?128:4,et=(0,(N||M()).promisify)((_||D()).default.symlink),ji=r(7),Qs=r(122),ar=()=>{};function ka(me,se,Q){return a([{src:me,dest:se}],Q)}function Bi(me,se){return new Promise((Q,X)=>{(_||D()).default.readFile(me,se,function(te,xe){te?X(te):Q(xe)})})}function Ql(me){return Bi(me,"utf8").then(l0)}function HF(me){return Bi(me,"binary")}function l0(me){return me.replace(/\r\n/g,`
74
- `)}let zF=13,YF=10}),(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getPathKey=I;let n=r(36),i=r(0),s=r(45).default;var o=r(171);let a=o.getCacheDir,u=o.getConfigDir,c=o.getDataDir,f=r(227),l=t.DEPENDENCY_TYPES=["devDependencies","dependencies","optionalDependencies","peerDependencies"],h=t.RESOLUTIONS="resolutions",d=t.MANIFEST_FIELDS=[h,...l],p=t.SUPPORTED_NODE_VERSIONS="^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0",y=t.YARN_REGISTRY="https://registry.yarnpkg.com",m=t.YARN_DOCS="https://yarnpkg.com/en/docs/cli/",P=t.YARN_INSTALLER_SH="https://yarnpkg.com/install.sh",S=t.YARN_INSTALLER_MSI="https://yarnpkg.com/latest.msi",L=t.SELF_UPDATE_VERSION_URL="https://yarnpkg.com/latest-version",O=t.CACHE_VERSION=2,b=t.LOCKFILE_VERSION=1,_=t.NETWORK_CONCURRENCY=8,D=t.NETWORK_TIMEOUT=30*1e3,k=t.CHILD_CONCURRENCY=5,$=t.REQUIRED_PACKAGE_KEYS=["name","version","_uid"];function x(){let K=[a()];return process.getuid&&K.push(i.join(n.tmpdir(),`.yarn-cache-${process.getuid()}`)),K.push(i.join(n.tmpdir(),".yarn-cache")),K}let g=t.PREFERRED_MODULE_CACHE_DIRECTORIES=x(),v=t.CONFIG_DIRECTORY=u(),A=t.DATA_DIRECTORY=c(),C=t.LINK_REGISTRY_DIRECTORY=i.join(A,"link"),E=t.GLOBAL_MODULE_DIRECTORY=i.join(A,"global"),w=t.NODE_BIN_PATH=process.execPath,T=t.YARN_BIN_PATH=N();function N(){return f?__filename:i.join(__dirname,"..","bin","yarn.js")}let M=t.NODE_MODULES_FOLDER="node_modules",U=t.NODE_PACKAGE_JSON="package.json",V=t.POSIX_GLOBAL_PREFIX=`${process.env.DESTDIR||""}/usr/local`,J=t.FALLBACK_GLOBAL_PREFIX=i.join(s,".yarn"),he=t.META_FOLDER=".yarn-meta",q=t.INTEGRITY_FILENAME=".yarn-integrity",H=t.LOCKFILE_FILENAME="yarn.lock",W=t.METADATA_FILENAME=".yarn-metadata.json",Z=t.TARBALL_FILENAME=".yarn-tarball.tgz",ee=t.CLEAN_FILENAME=".yarnclean",G=t.NPM_LOCK_FILENAME="package-lock.json",ne=t.NPM_SHRINKWRAP_FILENAME="npm-shrinkwrap.json",Y=t.DEFAULT_INDENT=" ",ce=t.SINGLE_INSTANCE_PORT=31997,Ae=t.SINGLE_INSTANCE_FILENAME=".yarn-single-instance",Fe=t.ENV_PATH_KEY=I(process.platform,process.env);function I(K,z){let B="PATH";if(K==="win32"){B="Path";for(let oe in z)oe.toLowerCase()==="path"&&(B=oe)}return B}let j=t.VERSION_COLOR_SCHEME={major:"red",premajor:"red",minor:"yellow",preminor:"yellow",patch:"green",prepatch:"green",prerelease:"red",unchanged:"white",unknown:"red"}}),(function(e,t,r){"use strict";var n=process.env.NODE_ENV,i=function(s,o,a,u,c,f,l,h){if(n!=="production"&&o===void 0)throw new Error("invariant requires an error message argument");if(!s){var d;if(o===void 0)d=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var p=[a,u,c,f,l,h],y=0;d=new Error(o.replace(/%s/g,function(){return p[y++]})),d.name="Invariant Violation"}throw d.framesToPop=1,d}};e.exports=i}),,(function(e,t){e.exports=require("crypto")}),,(function(e,t){var r=e.exports=typeof window<"u"&&window.Math==Math?window:typeof self<"u"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=r)}),(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sortAlpha=i,t.entries=s,t.removePrefix=o,t.removeSuffix=a,t.addSuffix=u,t.hyphenate=c,t.camelCase=f,t.compareSortedArrays=l,t.sleep=h;let n=r(176);function i(d,p){let y=Math.min(d.length,p.length);for(let m=0;m<y;m++){let P=d.charCodeAt(m),S=p.charCodeAt(m);if(P!==S)return P-S}return d.length-p.length}function s(d){let p=[];if(d)for(let y in d)p.push([y,d[y]]);return p}function o(d,p){return d.startsWith(p)&&(d=d.slice(p.length)),d}function a(d,p){return d.endsWith(p)?d.slice(0,-p.length):d}function u(d,p){return d.endsWith(p)?d:d+p}function c(d){return d.replace(/[A-Z]/g,p=>"-"+p.charAt(0).toLowerCase())}function f(d){return/[A-Z]/.test(d)?null:n(d)}function l(d,p){if(d.length!==p.length)return!1;for(let y=0,m=d.length;y<m;y++)if(d[y]!==p[y])return!1;return!0}function h(d){return new Promise(p=>{setTimeout(p,d)})}}),(function(e,t,r){var n=r(107)("wks"),i=r(111),s=r(11).Symbol,o=typeof s=="function",a=e.exports=function(u){return n[u]||(n[u]=o&&s[u]||(o?s:i)("Symbol."+u))};a.store=n}),(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.stringify=t.parse=void 0;var n;function i(){return n=O(r(1))}var s;function o(){return s=r(81)}Object.defineProperty(t,"parse",{enumerable:!0,get:function(){return O(s||o()).default}});var a;function u(){return a=r(150)}Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return O(a||u()).default}}),t.implodeEntry=v,t.explodeEntry=A;var c;function f(){return c=r(12)}var l;function h(){return l=r(29)}var d;function p(){return d=O(r(81))}var y;function m(){return y=r(6)}var P;function S(){return P=L(r(5))}function L(E){if(E&&E.__esModule)return E;var w={};if(E!=null)for(var T in E)Object.prototype.hasOwnProperty.call(E,T)&&(w[T]=E[T]);return w.default=E,w}function O(E){return E&&E.__esModule?E:{default:E}}let b=r(7),_=r(0),D=r(55);function k(E){return(0,(l||h()).normalizePattern)(E).name}function $(E){return E&&Object.keys(E).length?E:void 0}function x(E){return E.resolved||(E.reference&&E.hash?`${E.reference}#${E.hash}`:null)}function g(E){return E.toString().split(" ").sort().join(" ")}function v(E,w){let T=k(E),N=w.integrity?g(w.integrity):"",M={name:T===w.name?void 0:w.name,version:w.version,uid:w.uid===w.version?void 0:w.uid,resolved:w.resolved,registry:w.registry==="npm"?void 0:w.registry,dependencies:$(w.dependencies),optionalDependencies:$(w.optionalDependencies),permissions:$(w.permissions),prebuiltVariants:$(w.prebuiltVariants)};return N&&(M.integrity=N),M}function A(E,w){w.optionalDependencies=w.optionalDependencies||{},w.dependencies=w.dependencies||{},w.uid=w.uid||w.version,w.permissions=w.permissions||{},w.registry=w.registry||"npm",w.name=w.name||k(E);let T=w.integrity;return T&&T.isIntegrity&&(w.integrity=D.parse(T)),w}class C{constructor({cache:w,source:T,parseResultType:N}={}){this.source=T||"",this.cache=w,this.parseResultType=N}hasEntriesExistWithoutIntegrity(){if(!this.cache)return!1;for(let w in this.cache)if(!/^.*@(file:|http)/.test(w)&&this.cache[w]&&!this.cache[w].integrity)return!0;return!1}static fromDirectory(w,T){return(0,(n||i()).default)(function*(){let N=_.join(w,(y||m()).LOCKFILE_FILENAME),M,U="",V;return(yield(P||S()).exists(N))?(U=yield(P||S()).readFile(N),V=(0,(d||p()).default)(U,N),T&&(V.type==="merge"?T.info(T.lang("lockfileMerged")):V.type==="conflict"&&T.warn(T.lang("lockfileConflict"))),M=V.object):T&&T.info(T.lang("noLockfileFound")),new C({cache:M,source:U,parseResultType:V&&V.type})})()}getLocked(w){let T=this.cache;if(!T)return;let N=w in T&&T[w];if(typeof N=="string")return this.getLocked(N);if(N)return A(w,N),N}removePattern(w){let T=this.cache;T&&delete T[w]}getLockfile(w){let T={},N=new Map,M=Object.keys(w).sort((c||f()).sortAlpha);for(var J=M,U=Array.isArray(J),V=0,J=U?J:J[Symbol.iterator]();;){var he;if(U){if(V>=J.length)break;he=J[V++]}else{if(V=J.next(),V.done)break;he=V.value}let q=he,H=w[q],W=H._remote,Z=H._reference;b(Z,"Package is missing a reference"),b(W,"Package is missing a remote");let ee=x(W),G=ee&&N.get(ee);if(G){T[q]=G,!G.name&&k(q)!==H.name&&(G.name=H.name);continue}let ne=v(q,{name:H.name,version:H.version,uid:H._uid,resolved:W.resolved,integrity:W.integrity,registry:W.registry,dependencies:H.dependencies,peerDependencies:H.peerDependencies,optionalDependencies:H.optionalDependencies,permissions:Z.permissions,prebuiltVariants:H.prebuiltVariants});T[q]=ne,ee&&N.set(ee,ne)}return T}}t.default=C}),,,(function(e,t){e.exports=require("stream")}),,,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=n;function n(i={}){if(Array.isArray(i))for(var a=i,s=Array.isArray(a),o=0,a=s?a:a[Symbol.iterator]();;){var u;if(s){if(o>=a.length)break;u=a[o++]}else{if(o=a.next(),o.done)break;u=o.value}n(u)}else if((i!==null&&typeof i=="object"||typeof i=="function")&&(Object.setPrototypeOf(i,null),typeof i=="object"))for(let c in i)n(i[c]);return i}}),,(function(e,t){e.exports=require("assert")}),(function(e,t){var r=e.exports={version:"2.5.7"};typeof __e=="number"&&(__e=r)}),,,,(function(e,t,r){var n=r(34);e.exports=function(i){if(!n(i))throw TypeError(i+" is not an object!");return i}}),,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.normalizePattern=n;function n(i){let s=!1,o="latest",a=i,u=!1;a[0]==="@"&&(u=!0,a=a.slice(1));let c=a.split("@");return c.length>1&&(a=c.shift(),o=c.join("@"),o?s=!0:o="*"),u&&(a=`@${a}`),{name:a,range:o,hasVersion:s}}}),,(function(e,t,r){var n=r(50),i=r(106);e.exports=r(33)?function(s,o,a){return n.f(s,o,i(1,a))}:function(s,o,a){return s[o]=a,s}}),(function(e,t,r){var n=r(63),i=n.Buffer;function s(a,u){for(var c in a)u[c]=a[c]}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(s(n,t),t.Buffer=o);function o(a,u,c){return i(a,u,c)}s(i,o),o.from=function(a,u,c){if(typeof a=="number")throw new TypeError("Argument must not be a number");return i(a,u,c)},o.alloc=function(a,u,c){if(typeof a!="number")throw new TypeError("Argument must be a number");var f=i(a);return u!==void 0?typeof c=="string"?f.fill(u,c):f.fill(u):f.fill(0),f},o.allocUnsafe=function(a){if(typeof a!="number")throw new TypeError("Argument must be a number");return i(a)},o.allocUnsafeSlow=function(a){if(typeof a!="number")throw new TypeError("Argument must be a number");return n.SlowBuffer(a)}}),(function(e,t,r){e.exports=!r(85)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})}),(function(e,t){e.exports=function(r){return typeof r=="object"?r!==null:typeof r=="function"}}),(function(e,t){e.exports={}}),(function(e,t){e.exports=require("os")}),,,,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.wait=n,t.promisify=i,t.queue=s;function n(o){return new Promise(a=>{setTimeout(a,o)})}function i(o,a){return function(...u){return new Promise(function(c,f){u.push(function(l,...h){let d=h;h.length<=1&&(d=h[0]),a&&(d=l,l=null),l?f(l):c(d)}),o.apply(null,u)})}}function s(o,a,u=1/0){u=Math.min(u,o.length),o=o.slice();let c=[],f=o.length;return f?new Promise((l,h)=>{for(let p=0;p<u;p++)d();function d(){let p=o.shift();a(p).then(function(m){c.push(m),f--,f===0?l(c):o.length&&d()},h)}}):Promise.resolve(c)}}),(function(e,t,r){var n=r(11),i=r(23),s=r(48),o=r(31),a=r(49),u="prototype",c=function(f,l,h){var d=f&c.F,p=f&c.G,y=f&c.S,m=f&c.P,P=f&c.B,S=f&c.W,L=p?i:i[l]||(i[l]={}),O=L[u],b=p?n:y?n[l]:(n[l]||{})[u],_,D,k;p&&(h=l);for(_ in h)D=!d&&b&&b[_]!==void 0,!(D&&a(L,_))&&(k=D?b[_]:h[_],L[_]=p&&typeof b[_]!="function"?h[_]:P&&D?s(k,n):S&&b[_]==k?(function($){var x=function(g,v,A){if(this instanceof $){switch(arguments.length){case 0:return new $;case 1:return new $(g);case 2:return new $(g,v)}return new $(g,v,A)}return $.apply(this,arguments)};return x[u]=$[u],x})(k):m&&typeof k=="function"?s(Function.call,k):k,m&&((L.virtual||(L.virtual={}))[_]=k,f&c.R&&O&&!O[_]&&o(O,_,k)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c}),(function(e,t,r){try{var n=r(2);if(typeof n.inherits!="function")throw"";e.exports=n.inherits}catch{e.exports=r(224)}}),,,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.home=void 0;var n;function i(){return n=s(r(169))}function s(c){return c&&c.__esModule?c:{default:c}}let o=r(0),a=t.home=r(36).homedir(),u=(n||i()).default?o.resolve("/usr/local/share"):a;t.default=u}),(function(e,t){e.exports=function(r){if(typeof r!="function")throw TypeError(r+" is not a function!");return r}}),(function(e,t){var r={}.toString;e.exports=function(n){return r.call(n).slice(8,-1)}}),(function(e,t,r){var n=r(46);e.exports=function(i,s,o){if(n(i),s===void 0)return i;switch(o){case 1:return function(a){return i.call(s,a)};case 2:return function(a,u){return i.call(s,a,u)};case 3:return function(a,u,c){return i.call(s,a,u,c)}}return function(){return i.apply(s,arguments)}}}),(function(e,t){var r={}.hasOwnProperty;e.exports=function(n,i){return r.call(n,i)}}),(function(e,t,r){var n=r(27),i=r(184),s=r(201),o=Object.defineProperty;t.f=r(33)?Object.defineProperty:function(u,c,f){if(n(u),c=s(c,!0),n(f),i)try{return o(u,c,f)}catch{}if("get"in f||"set"in f)throw TypeError("Accessors not supported!");return"value"in f&&(u[c]=f.value),u}}),,,,(function(e,t){e.exports=require("events")}),(function(e,t,r){"use strict";let n=r(32).Buffer,i=r(9),s=r(17).Transform,o=["sha256","sha384","sha512"],a=/^[a-z0-9+/]+(?:=?=?)$/i,u=/^([^-]+)-([^?]+)([?\S*]*)$/,c=/^([^-]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)*$/,f=/^[\x21-\x7E]+$/;class l{get isHash(){return!0}constructor(g,v){let A=!!(v&&v.strict);this.source=g.trim();let C=this.source.match(A?c:u);if(!C||A&&!o.some(w=>w===C[1]))return;this.algorithm=C[1],this.digest=C[2];let E=C[3];this.options=E?E.slice(1).split("?"):[]}hexDigest(){return this.digest&&n.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}toString(g){if(g&&g.strict&&!(o.some(A=>A===this.algorithm)&&this.digest.match(a)&&(this.options||[]).every(A=>A.match(f))))return"";let v=this.options&&this.options.length?`?${this.options.join("?")}`:"";return`${this.algorithm}-${this.digest}${v}`}}class h{get isIntegrity(){return!0}toJSON(){return this.toString()}toString(g){g=g||{};let v=g.sep||" ";return g.strict&&(v=v.replace(/\S+/g," ")),Object.keys(this).map(A=>this[A].map(C=>l.prototype.toString.call(C,g)).filter(C=>C.length).join(v)).filter(A=>A.length).join(v)}concat(g,v){let A=typeof g=="string"?g:y(g,v);return d(`${this.toString(v)} ${A}`,v)}hexDigest(){return d(this,{single:!0}).hexDigest()}match(g,v){let A=d(g,v),C=A.pickAlgorithm(v);return this[C]&&A[C]&&this[C].find(E=>A[C].find(w=>E.digest===w.digest))||!1}pickAlgorithm(g){let v=g&&g.pickAlgorithm||$,A=Object.keys(this);if(!A.length)throw new Error(`No algorithms available for ${JSON.stringify(this.toString())}`);return A.reduce((C,E)=>v(C,E)||C)}}e.exports.parse=d;function d(x,g){if(g=g||{},typeof x=="string")return p(x,g);if(x.algorithm&&x.digest){let v=new h;return v[x.algorithm]=[x],p(y(v,g),g)}else return p(y(x,g),g)}function p(x,g){return g.single?new l(x,g):x.trim().split(/\s+/).reduce((v,A)=>{let C=new l(A,g);if(C.algorithm&&C.digest){let E=C.algorithm;v[E]||(v[E]=[]),v[E].push(C)}return v},new h)}e.exports.stringify=y;function y(x,g){return x.algorithm&&x.digest?l.prototype.toString.call(x,g):typeof x=="string"?y(d(x,g),g):h.prototype.toString.call(x,g)}e.exports.fromHex=m;function m(x,g,v){let A=v&&v.options&&v.options.length?`?${v.options.join("?")}`:"";return d(`${g}-${n.from(x,"hex").toString("base64")}${A}`,v)}e.exports.fromData=P;function P(x,g){g=g||{};let v=g.algorithms||["sha512"],A=g.options&&g.options.length?`?${g.options.join("?")}`:"";return v.reduce((C,E)=>{let w=i.createHash(E).update(x).digest("base64"),T=new l(`${E}-${w}${A}`,g);if(T.algorithm&&T.digest){let N=T.algorithm;C[N]||(C[N]=[]),C[N].push(T)}return C},new h)}e.exports.fromStream=S;function S(x,g){g=g||{};let v=g.Promise||Promise,A=b(g);return new v((C,E)=>{x.pipe(A),x.on("error",E),A.on("error",E);let w;A.on("integrity",T=>{w=T}),A.on("end",()=>C(w)),A.on("data",()=>{})})}e.exports.checkData=L;function L(x,g,v){if(v=v||{},g=d(g,v),!Object.keys(g).length){if(v.error)throw Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"});return!1}let A=g.pickAlgorithm(v),C=i.createHash(A).update(x).digest("base64"),E=d({algorithm:A,digest:C}),w=E.match(g,v);if(w||!v.error)return w;if(typeof v.size=="number"&&x.length!==v.size){let T=new Error(`data size mismatch when checking ${g}.
75
- Wanted: ${v.size}
76
- Found: ${x.length}`);throw T.code="EBADSIZE",T.found=x.length,T.expected=v.size,T.sri=g,T}else{let T=new Error(`Integrity checksum failed when using ${A}: Wanted ${g}, but got ${E}. (${x.length} bytes)`);throw T.code="EINTEGRITY",T.found=E,T.expected=g,T.algorithm=A,T.sri=g,T}}e.exports.checkStream=O;function O(x,g,v){v=v||{};let A=v.Promise||Promise,C=b(Object.assign({},v,{integrity:g}));return new A((E,w)=>{x.pipe(C),x.on("error",w),C.on("error",w);let T;C.on("verified",N=>{T=N}),C.on("end",()=>E(T)),C.on("data",()=>{})})}e.exports.integrityStream=b;function b(x){x=x||{};let g=x.integrity&&d(x.integrity,x),v=g&&Object.keys(g).length,A=v&&g.pickAlgorithm(x),C=v&&g[A],E=Array.from(new Set((x.algorithms||["sha512"]).concat(A?[A]:[]))),w=E.map(i.createHash),T=0,N=new s({transform(M,U,V){T+=M.length,w.forEach(J=>J.update(M,U)),V(null,M,U)}}).on("end",()=>{let M=x.options&&x.options.length?`?${x.options.join("?")}`:"",U=d(w.map((J,he)=>`${E[he]}-${J.digest("base64")}${M}`).join(" "),x),V=v&&U.match(g,x);if(typeof x.size=="number"&&T!==x.size){let J=new Error(`stream size mismatch when checking ${g}.
77
- Wanted: ${x.size}
78
- Found: ${T}`);J.code="EBADSIZE",J.found=T,J.expected=x.size,J.sri=g,N.emit("error",J)}else if(x.integrity&&!V){let J=new Error(`${g} integrity checksum failed when using ${A}: wanted ${C} but got ${U}. (${T} bytes)`);J.code="EINTEGRITY",J.found=U,J.expected=C,J.algorithm=A,J.sri=g,N.emit("error",J)}else N.emit("size",T),N.emit("integrity",U),V&&N.emit("verified",V)});return N}e.exports.create=_;function _(x){x=x||{};let g=x.algorithms||["sha512"],v=x.options&&x.options.length?`?${x.options.join("?")}`:"",A=g.map(i.createHash);return{update:function(C,E){return A.forEach(w=>w.update(C,E)),this},digest:function(C){return g.reduce((w,T)=>{let N=A.shift().digest("base64"),M=new l(`${T}-${N}${v}`,x);if(M.algorithm&&M.digest){let U=M.algorithm;w[U]||(w[U]=[]),w[U].push(M)}return w},new h)}}}let D=new Set(i.getHashes()),k=["md5","whirlpool","sha1","sha224","sha256","sha384","sha512","sha3","sha3-256","sha3-384","sha3-512","sha3_256","sha3_384","sha3_512"].filter(x=>D.has(x));function $(x,g){return k.indexOf(x.toLowerCase())>=k.indexOf(g.toLowerCase())?x:g}}),,,,,(function(e,t,r){e.exports=m,m.Minimatch=P;var n={sep:"/"};try{n=r(0)}catch{}var i=m.GLOBSTAR=P.GLOBSTAR={},s=r(175),o={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}},a="[^/]",u=a+"*?",c="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",f="(?:(?!(?:\\/|^)\\.).)*?",l=h("().*{}+?[]^$\\!");function h(g){return g.split("").reduce(function(v,A){return v[A]=!0,v},{})}var d=/\/+/;m.filter=p;function p(g,v){return v=v||{},function(A,C,E){return m(A,g,v)}}function y(g,v){g=g||{},v=v||{};var A={};return Object.keys(v).forEach(function(C){A[C]=v[C]}),Object.keys(g).forEach(function(C){A[C]=g[C]}),A}m.defaults=function(g){if(!g||!Object.keys(g).length)return m;var v=m,A=function(E,w,T){return v.minimatch(E,w,y(g,T))};return A.Minimatch=function(E,w){return new v.Minimatch(E,y(g,w))},A},P.defaults=function(g){return!g||!Object.keys(g).length?P:m.defaults(g).Minimatch};function m(g,v,A){if(typeof v!="string")throw new TypeError("glob pattern string required");return A||(A={}),!A.nocomment&&v.charAt(0)==="#"?!1:v.trim()===""?g==="":new P(v,A).match(g)}function P(g,v){if(!(this instanceof P))return new P(g,v);if(typeof g!="string")throw new TypeError("glob pattern string required");v||(v={}),g=g.trim(),n.sep!=="/"&&(g=g.split(n.sep).join("/")),this.options=v,this.set=[],this.pattern=g,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.make()}P.prototype.debug=function(){},P.prototype.make=S;function S(){if(!this._made){var g=this.pattern,v=this.options;if(!v.nocomment&&g.charAt(0)==="#"){this.comment=!0;return}if(!g){this.empty=!0;return}this.parseNegate();var A=this.globSet=this.braceExpand();v.debug&&(this.debug=console.error),this.debug(this.pattern,A),A=this.globParts=A.map(function(C){return C.split(d)}),this.debug(this.pattern,A),A=A.map(function(C,E,w){return C.map(this.parse,this)},this),this.debug(this.pattern,A),A=A.filter(function(C){return C.indexOf(!1)===-1}),this.debug(this.pattern,A),this.set=A}}P.prototype.parseNegate=L;function L(){var g=this.pattern,v=!1,A=this.options,C=0;if(!A.nonegate){for(var E=0,w=g.length;E<w&&g.charAt(E)==="!";E++)v=!v,C++;C&&(this.pattern=g.substr(C)),this.negate=v}}m.braceExpand=function(g,v){return O(g,v)},P.prototype.braceExpand=O;function O(g,v){if(v||(this instanceof P?v=this.options:v={}),g=typeof g>"u"?this.pattern:g,typeof g>"u")throw new TypeError("undefined pattern");return v.nobrace||!g.match(/\{.*\}/)?[g]:s(g)}P.prototype.parse=_;var b={};function _(g,v){if(g.length>1024*64)throw new TypeError("pattern is too long");var A=this.options;if(!A.noglobstar&&g==="**")return i;if(g==="")return"";var C="",E=!!A.nocase,w=!1,T=[],N=[],M,U=!1,V=-1,J=-1,he=g.charAt(0)==="."?"":A.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",q=this;function H(){if(M){switch(M){case"*":C+=u,E=!0;break;case"?":C+=a,E=!0;break;default:C+="\\"+M;break}q.debug("clearStateChar %j %j",M,C),M=!1}}for(var W=0,Z=g.length,ee;W<Z&&(ee=g.charAt(W));W++){if(this.debug("%s %s %s %j",g,W,C,ee),w&&l[ee]){C+="\\"+ee,w=!1;continue}switch(ee){case"/":return!1;case"\\":H(),w=!0;continue;case"?":case"*":case"+":case"@":case"!":if(this.debug("%s %s %s %j <-- stateChar",g,W,C,ee),U){this.debug(" in class"),ee==="!"&&W===J+1&&(ee="^"),C+=ee;continue}q.debug("call clearStateChar %j",M),H(),M=ee,A.noext&&H();continue;case"(":if(U){C+="(";continue}if(!M){C+="\\(";continue}T.push({type:M,start:W-1,reStart:C.length,open:o[M].open,close:o[M].close}),C+=M==="!"?"(?:(?!(?:":"(?:",this.debug("plType %j %j",M,C),M=!1;continue;case")":if(U||!T.length){C+="\\)";continue}H(),E=!0;var G=T.pop();C+=G.close,G.type==="!"&&N.push(G),G.reEnd=C.length;continue;case"|":if(U||!T.length||w){C+="\\|",w=!1;continue}H(),C+="|";continue;case"[":if(H(),U){C+="\\"+ee;continue}U=!0,J=W,V=C.length,C+=ee;continue;case"]":if(W===J+1||!U){C+="\\"+ee,w=!1;continue}if(U){var ne=g.substring(J+1,W);try{RegExp("["+ne+"]")}catch{var Y=this.parse(ne,b);C=C.substr(0,V)+"\\["+Y[0]+"\\]",E=E||Y[1],U=!1;continue}}E=!0,U=!1,C+=ee;continue;default:H(),w?w=!1:l[ee]&&!(ee==="^"&&U)&&(C+="\\"),C+=ee}}for(U&&(ne=g.substr(J+1),Y=this.parse(ne,b),C=C.substr(0,V)+"\\["+Y[0],E=E||Y[1]),G=T.pop();G;G=T.pop()){var ce=C.slice(G.reStart+G.open.length);this.debug("setting tail",C,G),ce=ce.replace(/((?:\\{2}){0,64})(\\?)\|/g,function(ar,ka,Bi){return Bi||(Bi="\\"),ka+ka+Bi+"|"}),this.debug(`tail=%j
79
- %s`,ce,ce,G,C);var Ae=G.type==="*"?u:G.type==="?"?a:"\\"+G.type;E=!0,C=C.slice(0,G.reStart)+Ae+"\\("+ce}H(),w&&(C+="\\\\");var Fe=!1;switch(C.charAt(0)){case".":case"[":case"(":Fe=!0}for(var I=N.length-1;I>-1;I--){var j=N[I],K=C.slice(0,j.reStart),z=C.slice(j.reStart,j.reEnd-8),B=C.slice(j.reEnd-8,j.reEnd),oe=C.slice(j.reEnd);B+=oe;var ie=K.split("(").length-1,de=oe;for(W=0;W<ie;W++)de=de.replace(/\)[+*?]?/,"");oe=de;var Me="";oe===""&&v!==b&&(Me="$");var et=K+z+oe+Me+B;C=et}if(C!==""&&E&&(C="(?=.)"+C),Fe&&(C=he+C),v===b)return[C,E];if(!E)return $(g);var ji=A.nocase?"i":"";try{var Qs=new RegExp("^"+C+"$",ji)}catch{return new RegExp("$.")}return Qs._glob=g,Qs._src=C,Qs}m.makeRe=function(g,v){return new P(g,v||{}).makeRe()},P.prototype.makeRe=D;function D(){if(this.regexp||this.regexp===!1)return this.regexp;var g=this.set;if(!g.length)return this.regexp=!1,this.regexp;var v=this.options,A=v.noglobstar?u:v.dot?c:f,C=v.nocase?"i":"",E=g.map(function(w){return w.map(function(T){return T===i?A:typeof T=="string"?x(T):T._src}).join("\\/")}).join("|");E="^(?:"+E+")$",this.negate&&(E="^(?!"+E+").*$");try{this.regexp=new RegExp(E,C)}catch{this.regexp=!1}return this.regexp}m.match=function(g,v,A){A=A||{};var C=new P(v,A);return g=g.filter(function(E){return C.match(E)}),C.options.nonull&&!g.length&&g.push(v),g},P.prototype.match=k;function k(g,v){if(this.debug("match",g,this.pattern),this.comment)return!1;if(this.empty)return g==="";if(g==="/"&&v)return!0;var A=this.options;n.sep!=="/"&&(g=g.split(n.sep).join("/")),g=g.split(d),this.debug(this.pattern,"split",g);var C=this.set;this.debug(this.pattern,"set",C);var E,w;for(w=g.length-1;w>=0&&(E=g[w],!E);w--);for(w=0;w<C.length;w++){var T=C[w],N=g;A.matchBase&&T.length===1&&(N=[E]);var M=this.matchOne(N,T,v);if(M)return A.flipNegate?!0:!this.negate}return A.flipNegate?!1:this.negate}P.prototype.matchOne=function(g,v,A){var C=this.options;this.debug("matchOne",{this:this,file:g,pattern:v}),this.debug("matchOne",g.length,v.length);for(var E=0,w=0,T=g.length,N=v.length;E<T&&w<N;E++,w++){this.debug("matchOne loop");var M=v[w],U=g[E];if(this.debug(v,M,U),M===!1)return!1;if(M===i){this.debug("GLOBSTAR",[v,M,U]);var V=E,J=w+1;if(J===N){for(this.debug("** at the end");E<T;E++)if(g[E]==="."||g[E]===".."||!C.dot&&g[E].charAt(0)===".")return!1;return!0}for(;V<T;){var he=g[V];if(this.debug(`
80
- globstar while`,g,V,v,J,he),this.matchOne(g.slice(V),v.slice(J),A))return this.debug("globstar found match!",V,T,he),!0;if(he==="."||he===".."||!C.dot&&he.charAt(0)==="."){this.debug("dot detected!",g,V,v,J);break}this.debug("globstar swallow a segment, and continue"),V++}return!!(A&&(this.debug(`
81
- >>> no match, partial?`,g,V,v,J),V===T))}var q;if(typeof M=="string"?(C.nocase?q=U.toLowerCase()===M.toLowerCase():q=U===M,this.debug("string match",M,U,q)):(q=U.match(M),this.debug("pattern match",M,U,q)),!q)return!1}if(E===T&&w===N)return!0;if(E===T)return A;if(w===N){var H=E===T-1&&g[E]==="";return H}throw new Error("wtf?")};function $(g){return g.replace(/\\(.)/g,"$1")}function x(g){return g.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}}),(function(e,t,r){var n=r(123);e.exports=n(i),e.exports.strict=n(s),i.proto=i(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return i(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return s(this)},configurable:!0})});function i(o){var a=function(){return a.called?a.value:(a.called=!0,a.value=o.apply(this,arguments))};return a.called=!1,a}function s(o){var a=function(){if(a.called)throw new Error(a.onceError);return a.called=!0,a.value=o.apply(this,arguments)},u=o.name||"Function wrapped with `once`";return a.onceError=u+" shouldn't be called more than once",a.called=!1,a}}),,(function(e,t){e.exports=require("buffer")}),,,,(function(e,t){e.exports=function(r){if(r==null)throw TypeError("Can't call method on "+r);return r}}),(function(e,t,r){var n=r(34),i=r(11).document,s=n(i)&&n(i.createElement);e.exports=function(o){return s?i.createElement(o):{}}}),(function(e,t){e.exports=!0}),(function(e,t,r){"use strict";var n=r(46);function i(s){var o,a;this.promise=new s(function(u,c){if(o!==void 0||a!==void 0)throw TypeError("Bad Promise constructor");o=u,a=c}),this.resolve=n(o),this.reject=n(a)}e.exports.f=function(s){return new i(s)}}),(function(e,t,r){var n=r(50).f,i=r(49),s=r(13)("toStringTag");e.exports=function(o,a,u){o&&!i(o=u?o:o.prototype,s)&&n(o,s,{configurable:!0,value:a})}}),(function(e,t,r){var n=r(107)("keys"),i=r(111);e.exports=function(s){return n[s]||(n[s]=i(s))}}),(function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(i){return isNaN(i=+i)?0:(i>0?n:r)(i)}}),(function(e,t,r){var n=r(131),i=r(67);e.exports=function(s){return n(i(s))}}),(function(e,t,r){e.exports=D;var n=r(3),i=r(114),s=r(60),o=s.Minimatch,a=r(42),u=r(54).EventEmitter,c=r(0),f=r(22),l=r(76),h=r(218),d=r(115),p=d.alphasort,y=d.alphasorti,m=d.setopts,P=d.ownProp,S=r(223),L=r(2),O=d.childrenIgnored,b=d.isIgnored,_=r(61);function D(v,A,C){if(typeof A=="function"&&(C=A,A={}),A||(A={}),A.sync){if(C)throw new TypeError("callback provided to sync glob");return h(v,A)}return new x(v,A,C)}D.sync=h;var k=D.GlobSync=h.GlobSync;D.glob=D;function $(v,A){if(A===null||typeof A!="object")return v;for(var C=Object.keys(A),E=C.length;E--;)v[C[E]]=A[C[E]];return v}D.hasMagic=function(v,A){var C=$({},A);C.noprocess=!0;var E=new x(v,C),w=E.minimatch.set;if(!v)return!1;if(w.length>1)return!0;for(var T=0;T<w[0].length;T++)if(typeof w[0][T]!="string")return!0;return!1},D.Glob=x,a(x,u);function x(v,A,C){if(typeof A=="function"&&(C=A,A=null),A&&A.sync){if(C)throw new TypeError("callback provided to sync glob");return new k(v,A)}if(!(this instanceof x))return new x(v,A,C);m(this,v,A),this._didRealPath=!1;var E=this.minimatch.set.length;this.matches=new Array(E),typeof C=="function"&&(C=_(C),this.on("error",C),this.on("end",function(U){C(null,U)}));var w=this;if(this._processing=0,this._emitQueue=[],this._processQueue=[],this.paused=!1,this.noprocess)return this;if(E===0)return M();for(var T=!0,N=0;N<E;N++)this._process(this.minimatch.set[N],N,!1,M);T=!1;function M(){--w._processing,w._processing<=0&&(T?process.nextTick(function(){w._finish()}):w._finish())}}x.prototype._finish=function(){if(f(this instanceof x),!this.aborted){if(this.realpath&&!this._didRealpath)return this._realpath();d.finish(this),this.emit("end",this.found)}},x.prototype._realpath=function(){if(this._didRealpath)return;this._didRealpath=!0;var v=this.matches.length;if(v===0)return this._finish();for(var A=this,C=0;C<this.matches.length;C++)this._realpathSet(C,E);function E(){--v===0&&A._finish()}},x.prototype._realpathSet=function(v,A){var C=this.matches[v];if(!C)return A();var E=Object.keys(C),w=this,T=E.length;if(T===0)return A();var N=this.matches[v]=Object.create(null);E.forEach(function(M,U){M=w._makeAbs(M),i.realpath(M,w.realpathCache,function(V,J){V?V.syscall==="stat"?N[M]=!0:w.emit("error",V):N[J]=!0,--T===0&&(w.matches[v]=N,A())})})},x.prototype._mark=function(v){return d.mark(this,v)},x.prototype._makeAbs=function(v){return d.makeAbs(this,v)},x.prototype.abort=function(){this.aborted=!0,this.emit("abort")},x.prototype.pause=function(){this.paused||(this.paused=!0,this.emit("pause"))},x.prototype.resume=function(){if(this.paused){if(this.emit("resume"),this.paused=!1,this._emitQueue.length){var v=this._emitQueue.slice(0);this._emitQueue.length=0;for(var A=0;A<v.length;A++){var C=v[A];this._emitMatch(C[0],C[1])}}if(this._processQueue.length){var E=this._processQueue.slice(0);this._processQueue.length=0;for(var A=0;A<E.length;A++){var w=E[A];this._processing--,this._process(w[0],w[1],w[2],w[3])}}}},x.prototype._process=function(v,A,C,E){if(f(this instanceof x),f(typeof E=="function"),!this.aborted){if(this._processing++,this.paused){this._processQueue.push([v,A,C,E]);return}for(var w=0;typeof v[w]=="string";)w++;var T;switch(w){case v.length:this._processSimple(v.join("/"),A,E);return;case 0:T=null;break;default:T=v.slice(0,w).join("/");break}var N=v.slice(w),M;T===null?M=".":((l(T)||l(v.join("/")))&&(!T||!l(T))&&(T="/"+T),M=T);var U=this._makeAbs(M);if(O(this,M))return E();var V=N[0]===s.GLOBSTAR;V?this._processGlobStar(T,M,U,N,A,C,E):this._processReaddir(T,M,U,N,A,C,E)}},x.prototype._processReaddir=function(v,A,C,E,w,T,N){var M=this;this._readdir(C,T,function(U,V){return M._processReaddir2(v,A,C,E,w,T,V,N)})},x.prototype._processReaddir2=function(v,A,C,E,w,T,N,M){if(!N)return M();for(var U=E[0],V=!!this.minimatch.negate,J=U._glob,he=this.dot||J.charAt(0)===".",q=[],H=0;H<N.length;H++){var W=N[H];if(W.charAt(0)!=="."||he){var Z;V&&!v?Z=!W.match(U):Z=W.match(U),Z&&q.push(W)}}var ee=q.length;if(ee===0)return M();if(E.length===1&&!this.mark&&!this.stat){this.matches[w]||(this.matches[w]=Object.create(null));for(var H=0;H<ee;H++){var W=q[H];v&&(v!=="/"?W=v+"/"+W:W=v+W),W.charAt(0)==="/"&&!this.nomount&&(W=c.join(this.root,W)),this._emitMatch(w,W)}return M()}E.shift();for(var H=0;H<ee;H++){var W=q[H],G;v&&(v!=="/"?W=v+"/"+W:W=v+W),this._process([W].concat(E),w,T,M)}M()},x.prototype._emitMatch=function(v,A){if(!this.aborted&&!b(this,A)){if(this.paused){this._emitQueue.push([v,A]);return}var C=l(A)?A:this._makeAbs(A);if(this.mark&&(A=this._mark(A)),this.absolute&&(A=C),!this.matches[v][A]){if(this.nodir){var E=this.cache[C];if(E==="DIR"||Array.isArray(E))return}this.matches[v][A]=!0;var w=this.statCache[C];w&&this.emit("stat",A,w),this.emit("match",A)}}},x.prototype._readdirInGlobStar=function(v,A){if(this.aborted)return;if(this.follow)return this._readdir(v,!1,A);var C="lstat\0"+v,E=this,w=S(C,T);w&&n.lstat(v,w);function T(N,M){if(N&&N.code==="ENOENT")return A();var U=M&&M.isSymbolicLink();E.symlinks[v]=U,!U&&M&&!M.isDirectory()?(E.cache[v]="FILE",A()):E._readdir(v,!1,A)}},x.prototype._readdir=function(v,A,C){if(!this.aborted&&(C=S("readdir\0"+v+"\0"+A,C),!!C)){if(A&&!P(this.symlinks,v))return this._readdirInGlobStar(v,C);if(P(this.cache,v)){var E=this.cache[v];if(!E||E==="FILE")return C();if(Array.isArray(E))return C(null,E)}var w=this;n.readdir(v,g(this,v,C))}};function g(v,A,C){return function(E,w){E?v._readdirError(A,E,C):v._readdirEntries(A,w,C)}}x.prototype._readdirEntries=function(v,A,C){if(!this.aborted){if(!this.mark&&!this.stat)for(var E=0;E<A.length;E++){var w=A[E];v==="/"?w=v+w:w=v+"/"+w,this.cache[w]=!0}return this.cache[v]=A,C(null,A)}},x.prototype._readdirError=function(v,A,C){if(!this.aborted){switch(A.code){case"ENOTSUP":case"ENOTDIR":var E=this._makeAbs(v);if(this.cache[E]="FILE",E===this.cwdAbs){var w=new Error(A.code+" invalid cwd "+this.cwd);w.path=this.cwd,w.code=A.code,this.emit("error",w),this.abort()}break;case"ENOENT":case"ELOOP":case"ENAMETOOLONG":case"UNKNOWN":this.cache[this._makeAbs(v)]=!1;break;default:this.cache[this._makeAbs(v)]=!1,this.strict&&(this.emit("error",A),this.abort()),this.silent||console.error("glob error",A);break}return C()}},x.prototype._processGlobStar=function(v,A,C,E,w,T,N){var M=this;this._readdir(C,T,function(U,V){M._processGlobStar2(v,A,C,E,w,T,V,N)})},x.prototype._processGlobStar2=function(v,A,C,E,w,T,N,M){if(!N)return M();var U=E.slice(1),V=v?[v]:[],J=V.concat(U);this._process(J,w,!1,M);var he=this.symlinks[C],q=N.length;if(he&&T)return M();for(var H=0;H<q;H++){var W=N[H];if(!(W.charAt(0)==="."&&!this.dot)){var Z=V.concat(N[H],U);this._process(Z,w,!0,M);var ee=V.concat(N[H],E);this._process(ee,w,!0,M)}}M()},x.prototype._processSimple=function(v,A,C){var E=this;this._stat(v,function(w,T){E._processSimple2(v,A,w,T,C)})},x.prototype._processSimple2=function(v,A,C,E,w){if(this.matches[A]||(this.matches[A]=Object.create(null)),!E)return w();if(v&&l(v)&&!this.nomount){var T=/[\/\\]$/.test(v);v.charAt(0)==="/"?v=c.join(this.root,v):(v=c.resolve(this.root,v),T&&(v+="/"))}process.platform==="win32"&&(v=v.replace(/\\/g,"/")),this._emitMatch(A,v),w()},x.prototype._stat=function(v,A){var C=this._makeAbs(v),E=v.slice(-1)==="/";if(v.length>this.maxLength)return A();if(!this.stat&&P(this.cache,C)){var w=this.cache[C];if(Array.isArray(w)&&(w="DIR"),!E||w==="DIR")return A(null,w);if(E&&w==="FILE")return A()}var T,N=this.statCache[C];if(N!==void 0){if(N===!1)return A(null,N);var M=N.isDirectory()?"DIR":"FILE";return E&&M==="FILE"?A():A(null,M,N)}var U=this,V=S("stat\0"+C,J);V&&n.lstat(C,V);function J(he,q){if(q&&q.isSymbolicLink())return n.stat(C,function(H,W){H?U._stat2(v,C,null,q,A):U._stat2(v,C,H,W,A)});U._stat2(v,C,he,q,A)}},x.prototype._stat2=function(v,A,C,E,w){if(C&&(C.code==="ENOENT"||C.code==="ENOTDIR"))return this.statCache[A]=!1,w();var T=v.slice(-1)==="/";if(this.statCache[A]=E,A.slice(-1)==="/"&&E&&!E.isDirectory())return w(null,!1,E);var N=!0;return E&&(N=E.isDirectory()?"DIR":"FILE"),this.cache[A]=this.cache[A]||N,T&&N==="FILE"?w():w(null,N,E)}}),(function(e,t,r){"use strict";function n(s){return s.charAt(0)==="/"}function i(s){var o=/^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/,a=o.exec(s),u=a[1]||"",c=!!(u&&u.charAt(1)!==":");return!!(a[2]||c)}e.exports=process.platform==="win32"?i:n,e.exports.posix=n,e.exports.win32=i}),,,(function(e,t){e.exports=require("tty")}),,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(C,E="lockfile"){return C=(0,(a||u()).default)(C),g(C)?A(C,E):{type:"success",object:v(C,E)}};var n;function i(){return n=y(r(2))}var s;function o(){return s=y(r(7))}var a;function u(){return a=y(r(122))}var c;function f(){return c=r(6)}var l;function h(){return l=r(4)}var d;function p(){return d=y(r(20))}function y(C){return C&&C.__esModule?C:{default:C}}let m=/^yarn lockfile v(\d+)$/,P={boolean:"BOOLEAN",string:"STRING",identifier:"IDENTIFIER",eof:"EOF",colon:"COLON",newline:"NEWLINE",comment:"COMMENT",indent:"INDENT",invalid:"INVALID",number:"NUMBER",comma:"COMMA"},S=[P.boolean,P.string,P.number];function L(C){return S.indexOf(C.type)>=0}function*O(C){let E=!1,w=1,T=0;function N(M,U){return{line:w,col:T,type:M,value:U}}for(;C.length;){let M=0;if(C[0]===`
82
- `||C[0]==="\r")M++,C[1]===`
83
- `&&M++,w++,T=0,yield N(P.newline);else if(C[0]==="#"){M++;let U="";for(;C[M]!==`
84
- `;)U+=C[M],M++;yield N(P.comment,U)}else if(C[0]===" ")if(E){let U="";for(let V=0;C[V]===" ";V++)U+=C[V];if(U.length%2)throw new TypeError("Invalid number of spaces");M=U.length,yield N(P.indent,U.length/2)}else M++;else if(C[0]==='"'){let U="";for(let V=0;;V++){let J=C[V];if(U+=J,V>0&&J==='"'&&!(C[V-1]==="\\"&&C[V-2]!=="\\"))break}M=U.length;try{yield N(P.string,JSON.parse(U))}catch(V){if(V instanceof SyntaxError)yield N(P.invalid);else throw V}}else if(/^[0-9]/.test(C)){let U="";for(let V=0;/^[0-9]$/.test(C[V]);V++)U+=C[V];M=U.length,yield N(P.number,+U)}else if(/^true/.test(C))yield N(P.boolean,!0),M=4;else if(/^false/.test(C))yield N(P.boolean,!1),M=5;else if(C[0]===":")yield N(P.colon),M++;else if(C[0]===",")yield N(P.comma),M++;else if(/^[a-zA-Z\/-]/g.test(C)){let U="";for(let V=0;V<C.length;V++){let J=C[V];if(J===":"||J===" "||J===`
85
- `||J==="\r"||J===",")break;U+=J}M=U.length,yield N(P.string,U)}else yield N(P.invalid);M||(yield N(P.invalid)),T+=M,E=C[0]===`
86
- `||C[0]==="\r"&&C[1]===`
87
- `,C=C.slice(M)}yield N(P.eof)}class b{constructor(E,w="lockfile"){this.comments=[],this.tokens=O(E),this.fileLoc=w}onComment(E){let w=E.value;(0,(s||o()).default)(typeof w=="string","expected token value to be a string");let T=w.trim(),N=T.match(m);if(N){let M=+N[1];if(M>(c||f()).LOCKFILE_VERSION)throw new(l||h()).MessageError(`Can't install from a lockfile of version ${M} as you're on an old yarn version that only supports versions up to ${(c||f()).LOCKFILE_VERSION}. Run \`$ yarn self-update\` to upgrade to the latest version.`)}this.comments.push(T)}next(){let E=this.tokens.next();(0,(s||o()).default)(E,"expected a token");let w=E.done,T=E.value;if(w||!T)throw new Error("No more tokens");return T.type===P.comment?(this.onComment(T),this.next()):this.token=T}unexpected(E="Unexpected token"){throw new SyntaxError(`${E} ${this.token.line}:${this.token.col} in ${this.fileLoc}`)}expect(E){this.token.type===E?this.next():this.unexpected()}eat(E){return this.token.type===E?(this.next(),!0):!1}parse(E=0){let w=(0,(d||p()).default)();for(;;){let H=this.token;if(H.type===P.newline){let W=this.next();if(!E)continue;if(W.type!==P.indent)break;if(W.value===E)this.next();else break}else if(H.type===P.indent)if(H.value===E)this.next();else break;else{if(H.type===P.eof)break;if(H.type===P.string){let W=H.value;(0,(s||o()).default)(W,"Expected a key");let Z=[W];for(this.next();this.token.type===P.comma;){this.next();let G=this.token;G.type!==P.string&&this.unexpected("Expected string");let ne=G.value;(0,(s||o()).default)(ne,"Expected a key"),Z.push(ne),this.next()}let ee=this.token;if(ee.type===P.colon){this.next();let G=this.parse(E+1);for(var M=Z,T=Array.isArray(M),N=0,M=T?M:M[Symbol.iterator]();;){var U;if(T){if(N>=M.length)break;U=M[N++]}else{if(N=M.next(),N.done)break;U=N.value}let ne=U;w[ne]=G}if(E&&this.token.type!==P.indent)break}else if(L(ee)){for(var he=Z,V=Array.isArray(he),J=0,he=V?he:he[Symbol.iterator]();;){var q;if(V){if(J>=he.length)break;q=he[J++]}else{if(J=he.next(),J.done)break;q=J.value}let G=q;w[G]=ee.value}this.next()}else this.unexpected("Invalid value type")}else this.unexpected(`Unknown token: ${(n||i()).default.inspect(H)}`)}}return w}}let _="|||||||",D=">>>>>>>",k="=======",$="<<<<<<<";function x(C){let E=[[],[]],w=C.split(/\r?\n/g),T=!1;for(;w.length;){let N=w.shift();if(N.startsWith($)){for(;w.length;){let M=w.shift();if(M===k){T=!1;break}else if(T||M.startsWith(_)){T=!0;continue}else E[0].push(M)}for(;w.length;){let M=w.shift();if(M.startsWith(D))break;E[1].push(M)}}else E[0].push(N),E[1].push(N)}return[E[0].join(`
88
- `),E[1].join(`
89
- `)]}function g(C){return C.includes($)&&C.includes(k)&&C.includes(D)}function v(C,E){let w=new b(C,E);return w.next(),w.parse()}function A(C,E){let w=x(C);try{return{type:"merge",object:Object.assign({},v(w[0],E),v(w[1],E))}}catch(T){if(T instanceof SyntaxError)return{type:"conflict",object:{}};throw T}}}),,,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n;function i(){return n=s(r(20))}function s(u){return u&&u.__esModule?u:{default:u}}let o=r(212)("yarn");class a{constructor(c,f=1/0){this.concurrencyQueue=[],this.maxConcurrency=f,this.runningCount=0,this.warnedStuck=!1,this.alias=c,this.first=!0,this.running=(0,(n||i()).default)(),this.queue=(0,(n||i()).default)(),this.stuckTick=this.stuckTick.bind(this)}stillActive(){this.stuckTimer&&clearTimeout(this.stuckTimer),this.stuckTimer=setTimeout(this.stuckTick,5e3),this.stuckTimer.unref&&this.stuckTimer.unref()}stuckTick(){this.runningCount===1&&(this.warnedStuck=!0,o(`The ${JSON.stringify(this.alias)} blocking queue may be stuck. 5 seconds without any activity with 1 worker: ${Object.keys(this.running)[0]}`))}push(c,f){return this.first?this.first=!1:this.stillActive(),new Promise((l,h)=>{(this.queue[c]=this.queue[c]||[]).push({factory:f,resolve:l,reject:h}),this.running[c]||this.shift(c)})}shift(c){this.running[c]&&(delete this.running[c],this.runningCount--,this.stuckTimer&&(clearTimeout(this.stuckTimer),this.stuckTimer=null),this.warnedStuck&&(this.warnedStuck=!1,o(`${JSON.stringify(this.alias)} blocking queue finally resolved. Nothing to worry about.`)));let f=this.queue[c];if(!f)return;var l=f.shift();let h=l.resolve,d=l.reject,p=l.factory;f.length||delete this.queue[c];let y=()=>{this.shift(c),this.shiftConcurrencyQueue()},m=()=>{this.running[c]=!0,this.runningCount++,p().then(function(P){return h(P),y(),null}).catch(function(P){d(P),y()})};this.maybePushConcurrencyQueue(m)}maybePushConcurrencyQueue(c){this.runningCount<this.maxConcurrency?c():this.concurrencyQueue.push(c)}shiftConcurrencyQueue(){if(this.runningCount<this.maxConcurrency){let c=this.concurrencyQueue.shift();c&&c()}}}t.default=a}),(function(e,t){e.exports=function(r){try{return!!r()}catch{return!0}}}),,,,,,,,,,,,,,,(function(e,t,r){var n=r(47),i=r(13)("toStringTag"),s=n((function(){return arguments})())=="Arguments",o=function(a,u){try{return a[u]}catch{}};e.exports=function(a){var u,c,f;return a===void 0?"Undefined":a===null?"Null":typeof(c=o(u=Object(a),i))=="string"?c:s?n(u):(f=n(u))=="Object"&&typeof u.callee=="function"?"Arguments":f}}),(function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")}),(function(e,t,r){var n=r(11).document;e.exports=n&&n.documentElement}),(function(e,t,r){"use strict";var n=r(69),i=r(41),s=r(197),o=r(31),a=r(35),u=r(188),c=r(71),f=r(194),l=r(13)("iterator"),h=!([].keys&&"next"in[].keys()),d="@@iterator",p="keys",y="values",m=function(){return this};e.exports=function(P,S,L,O,b,_,D){u(L,S,O);var k=function(U){if(!h&&U in v)return v[U];switch(U){case p:return function(){return new L(this,U)};case y:return function(){return new L(this,U)}}return function(){return new L(this,U)}},$=S+" Iterator",x=b==y,g=!1,v=P.prototype,A=v[l]||v[d]||b&&v[b],C=A||k(b),E=b?x?k("entries"):C:void 0,w=S=="Array"&&v.entries||A,T,N,M;if(w&&(M=f(w.call(new P)),M!==Object.prototype&&M.next&&(c(M,$,!0),!n&&typeof M[l]!="function"&&o(M,l,m))),x&&A&&A.name!==y&&(g=!0,C=function(){return A.call(this)}),(!n||D)&&(h||g||!v[l])&&o(v,l,C),a[S]=C,a[$]=m,b)if(T={values:x?C:k(y),keys:_?C:k(p),entries:E},D)for(N in T)N in v||s(v,N,T[N]);else i(i.P+i.F*(h||g),S,T);return T}}),(function(e,t){e.exports=function(r){try{return{e:!1,v:r()}}catch(n){return{e:!0,v:n}}}}),(function(e,t,r){var n=r(27),i=r(34),s=r(70);e.exports=function(o,a){if(n(o),i(a)&&a.constructor===o)return a;var u=s.f(o),c=u.resolve;return c(a),u.promise}}),(function(e,t){e.exports=function(r,n){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:n}}}),(function(e,t,r){var n=r(23),i=r(11),s="__core-js_shared__",o=i[s]||(i[s]={});(e.exports=function(a,u){return o[a]||(o[a]=u!==void 0?u:{})})("versions",[]).push({version:n.version,mode:r(69)?"pure":"global",copyright:"\xA9 2018 Denis Pushkarev (zloirock.ru)"})}),(function(e,t,r){var n=r(27),i=r(46),s=r(13)("species");e.exports=function(o,a){var u=n(o).constructor,c;return u===void 0||(c=n(u)[s])==null?a:i(c)}}),(function(e,t,r){var n=r(48),i=r(185),s=r(102),o=r(68),a=r(11),u=a.process,c=a.setImmediate,f=a.clearImmediate,l=a.MessageChannel,h=a.Dispatch,d=0,p={},y="onreadystatechange",m,P,S,L=function(){var b=+this;if(p.hasOwnProperty(b)){var _=p[b];delete p[b],_()}},O=function(b){L.call(b.data)};(!c||!f)&&(c=function(_){for(var D=[],k=1;arguments.length>k;)D.push(arguments[k++]);return p[++d]=function(){i(typeof _=="function"?_:Function(_),D)},m(d),d},f=function(_){delete p[_]},r(47)(u)=="process"?m=function(b){u.nextTick(n(L,b,1))}:h&&h.now?m=function(b){h.now(n(L,b,1))}:l?(P=new l,S=P.port2,P.port1.onmessage=O,m=n(S.postMessage,S,1)):a.addEventListener&&typeof postMessage=="function"&&!a.importScripts?(m=function(b){a.postMessage(b+"","*")},a.addEventListener("message",O,!1)):y in o("script")?m=function(b){s.appendChild(o("script"))[y]=function(){s.removeChild(this),L.call(b)}}:m=function(b){setTimeout(n(L,b,1),0)}),e.exports={set:c,clear:f}}),(function(e,t,r){var n=r(73),i=Math.min;e.exports=function(s){return s>0?i(n(s),9007199254740991):0}}),(function(e,t){var r=0,n=Math.random();e.exports=function(i){return"Symbol(".concat(i===void 0?"":i,")_",(++r+n).toString(36))}}),(function(e,t,r){t=e.exports=i.debug=i.default=i,t.coerce=c,t.disable=a,t.enable=o,t.enabled=u,t.humanize=r(229),t.instances=[],t.names=[],t.skips=[],t.formatters={};function n(f){var l=0,h;for(h in f)l=(l<<5)-l+f.charCodeAt(h),l|=0;return t.colors[Math.abs(l)%t.colors.length]}function i(f){var l;function h(){if(h.enabled){var d=h,p=+new Date,y=p-(l||p);d.diff=y,d.prev=l,d.curr=p,l=p;for(var m=new Array(arguments.length),P=0;P<m.length;P++)m[P]=arguments[P];m[0]=t.coerce(m[0]),typeof m[0]!="string"&&m.unshift("%O");var S=0;m[0]=m[0].replace(/%([a-zA-Z%])/g,function(O,b){if(O==="%%")return O;S++;var _=t.formatters[b];if(typeof _=="function"){var D=m[S];O=_.call(d,D),m.splice(S,1),S--}return O}),t.formatArgs.call(d,m);var L=h.log||t.log||console.log.bind(console);L.apply(d,m)}}return h.namespace=f,h.enabled=t.enabled(f),h.useColors=t.useColors(),h.color=n(f),h.destroy=s,typeof t.init=="function"&&t.init(h),t.instances.push(h),h}function s(){var f=t.instances.indexOf(this);return f!==-1?(t.instances.splice(f,1),!0):!1}function o(f){t.save(f),t.names=[],t.skips=[];var l,h=(typeof f=="string"?f:"").split(/[\s,]+/),d=h.length;for(l=0;l<d;l++)h[l]&&(f=h[l].replace(/\*/g,".*?"),f[0]==="-"?t.skips.push(new RegExp("^"+f.substr(1)+"$")):t.names.push(new RegExp("^"+f+"$")));for(l=0;l<t.instances.length;l++){var p=t.instances[l];p.enabled=t.enabled(p.namespace)}}function a(){t.enable("")}function u(f){if(f[f.length-1]==="*")return!0;var l,h;for(l=0,h=t.skips.length;l<h;l++)if(t.skips[l].test(f))return!1;for(l=0,h=t.names.length;l<h;l++)if(t.names[l].test(f))return!0;return!1}function c(f){return f instanceof Error?f.stack||f.message:f}}),,(function(e,t,r){e.exports=f,f.realpath=f,f.sync=l,f.realpathSync=l,f.monkeypatch=h,f.unmonkeypatch=d;var n=r(3),i=n.realpath,s=n.realpathSync,o=process.version,a=/^v[0-5]\./.test(o),u=r(217);function c(p){return p&&p.syscall==="realpath"&&(p.code==="ELOOP"||p.code==="ENOMEM"||p.code==="ENAMETOOLONG")}function f(p,y,m){if(a)return i(p,y,m);typeof y=="function"&&(m=y,y=null),i(p,y,function(P,S){c(P)?u.realpath(p,y,m):m(P,S)})}function l(p,y){if(a)return s(p,y);try{return s(p,y)}catch(m){if(c(m))return u.realpathSync(p,y);throw m}}function h(){n.realpath=f,n.realpathSync=l}function d(){n.realpath=i,n.realpathSync=s}}),(function(e,t,r){t.alphasort=c,t.alphasorti=u,t.setopts=h,t.ownProp=n,t.makeAbs=y,t.finish=d,t.mark=p,t.isIgnored=m,t.childrenIgnored=P;function n(S,L){return Object.prototype.hasOwnProperty.call(S,L)}var i=r(0),s=r(60),o=r(76),a=s.Minimatch;function u(S,L){return S.toLowerCase().localeCompare(L.toLowerCase())}function c(S,L){return S.localeCompare(L)}function f(S,L){S.ignore=L.ignore||[],Array.isArray(S.ignore)||(S.ignore=[S.ignore]),S.ignore.length&&(S.ignore=S.ignore.map(l))}function l(S){var L=null;if(S.slice(-3)==="/**"){var O=S.replace(/(\/\*\*)+$/,"");L=new a(O,{dot:!0})}return{matcher:new a(S,{dot:!0}),gmatcher:L}}function h(S,L,O){if(O||(O={}),O.matchBase&&L.indexOf("/")===-1){if(O.noglobstar)throw new Error("base matching requires globstar");L="**/"+L}S.silent=!!O.silent,S.pattern=L,S.strict=O.strict!==!1,S.realpath=!!O.realpath,S.realpathCache=O.realpathCache||Object.create(null),S.follow=!!O.follow,S.dot=!!O.dot,S.mark=!!O.mark,S.nodir=!!O.nodir,S.nodir&&(S.mark=!0),S.sync=!!O.sync,S.nounique=!!O.nounique,S.nonull=!!O.nonull,S.nosort=!!O.nosort,S.nocase=!!O.nocase,S.stat=!!O.stat,S.noprocess=!!O.noprocess,S.absolute=!!O.absolute,S.maxLength=O.maxLength||1/0,S.cache=O.cache||Object.create(null),S.statCache=O.statCache||Object.create(null),S.symlinks=O.symlinks||Object.create(null),f(S,O),S.changedCwd=!1;var b=process.cwd();n(O,"cwd")?(S.cwd=i.resolve(O.cwd),S.changedCwd=S.cwd!==b):S.cwd=b,S.root=O.root||i.resolve(S.cwd,"/"),S.root=i.resolve(S.root),process.platform==="win32"&&(S.root=S.root.replace(/\\/g,"/")),S.cwdAbs=o(S.cwd)?S.cwd:y(S,S.cwd),process.platform==="win32"&&(S.cwdAbs=S.cwdAbs.replace(/\\/g,"/")),S.nomount=!!O.nomount,O.nonegate=!0,O.nocomment=!0,S.minimatch=new a(L,O),S.options=S.minimatch.options}function d(S){for(var L=S.nounique,O=L?[]:Object.create(null),b=0,_=S.matches.length;b<_;b++){var D=S.matches[b];if(!D||Object.keys(D).length===0){if(S.nonull){var k=S.minimatch.globSet[b];L?O.push(k):O[k]=!0}}else{var $=Object.keys(D);L?O.push.apply(O,$):$.forEach(function(x){O[x]=!0})}}if(L||(O=Object.keys(O)),S.nosort||(O=O.sort(S.nocase?u:c)),S.mark){for(var b=0;b<O.length;b++)O[b]=S._mark(O[b]);S.nodir&&(O=O.filter(function(x){var g=!/\/$/.test(x),v=S.cache[x]||S.cache[y(S,x)];return g&&v&&(g=v!=="DIR"&&!Array.isArray(v)),g}))}S.ignore.length&&(O=O.filter(function(x){return!m(S,x)})),S.found=O}function p(S,L){var O=y(S,L),b=S.cache[O],_=L;if(b){var D=b==="DIR"||Array.isArray(b),k=L.slice(-1)==="/";if(D&&!k?_+="/":!D&&k&&(_=_.slice(0,-1)),_!==L){var $=y(S,_);S.statCache[$]=S.statCache[O],S.cache[$]=S.cache[O]}}return _}function y(S,L){var O=L;return L.charAt(0)==="/"?O=i.join(S.root,L):o(L)||L===""?O=L:S.changedCwd?O=i.resolve(S.cwd,L):O=i.resolve(L),process.platform==="win32"&&(O=O.replace(/\\/g,"/")),O}function m(S,L){return S.ignore.length?S.ignore.some(function(O){return O.matcher.match(L)||!!(O.gmatcher&&O.gmatcher.match(L))}):!1}function P(S,L){return S.ignore.length?S.ignore.some(function(O){return!!(O.gmatcher&&O.gmatcher.match(L))}):!1}}),(function(e,t,r){var n=r(0),i=r(3),s=parseInt("0777",8);e.exports=o.mkdirp=o.mkdirP=o;function o(a,u,c,f){typeof u=="function"?(c=u,u={}):(!u||typeof u!="object")&&(u={mode:u});var l=u.mode,h=u.fs||i;l===void 0&&(l=s&~process.umask()),f||(f=null);var d=c||function(){};a=n.resolve(a),h.mkdir(a,l,function(p){if(!p)return f=f||a,d(null,f);switch(p.code){case"ENOENT":o(n.dirname(a),u,function(y,m){y?d(y,m):o(a,u,d,m)});break;default:h.stat(a,function(y,m){y||!m.isDirectory()?d(p,f):d(null,f)});break}})}o.sync=function a(u,c,f){(!c||typeof c!="object")&&(c={mode:c});var l=c.mode,h=c.fs||i;l===void 0&&(l=s&~process.umask()),f||(f=null),u=n.resolve(u);try{h.mkdirSync(u,l),f=f||u}catch(p){switch(p.code){case"ENOENT":f=a(n.dirname(u),c,f),a(u,c,f);break;default:var d;try{d=h.statSync(u)}catch{throw p}if(!d.isDirectory())throw p;break}}return f}}),,,,,,(function(e,t,r){"use strict";e.exports=n=>{if(typeof n!="string")throw new TypeError("Expected a string, got "+typeof n);return n.charCodeAt(0)===65279?n.slice(1):n}}),(function(e,t){e.exports=r;function r(n,i){if(n&&i)return r(n)(i);if(typeof n!="function")throw new TypeError("need wrapper function");return Object.keys(n).forEach(function(o){s[o]=n[o]}),s;function s(){for(var o=new Array(arguments.length),a=0;a<o.length;a++)o[a]=arguments[a];var u=n.apply(this,o),c=o[o.length-1];return typeof u=="function"&&u!==c&&Object.keys(c).forEach(function(f){u[f]=c[f]}),u}}}),,,,,,,,(function(e,t,r){var n=r(47);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(i){return n(i)=="String"?i.split(""):Object(i)}}),(function(e,t,r){var n=r(195),i=r(101);e.exports=Object.keys||function(o){return n(o,i)}}),(function(e,t,r){var n=r(67);e.exports=function(i){return Object(n(i))}}),,,,,,,,,,,,(function(e,t){e.exports={name:"yarn",installationMethod:"unknown",version:"1.10.0-0",license:"BSD-2-Clause",preferGlobal:!0,description:"\u{1F4E6}\u{1F408} Fast, reliable, and secure dependency management.",dependencies:{"@zkochan/cmd-shim":"^2.2.4","babel-runtime":"^6.26.0",bytes:"^3.0.0",camelcase:"^4.0.0",chalk:"^2.1.0",commander:"^2.9.0",death:"^1.0.0",debug:"^3.0.0","deep-equal":"^1.0.1","detect-indent":"^5.0.0",dnscache:"^1.0.1",glob:"^7.1.1","gunzip-maybe":"^1.4.0","hash-for-dep":"^1.2.3","imports-loader":"^0.8.0",ini:"^1.3.4",inquirer:"^3.0.1",invariant:"^2.2.0","is-builtin-module":"^2.0.0","is-ci":"^1.0.10","is-webpack-bundle":"^1.0.0",leven:"^2.0.0","loud-rejection":"^1.2.0",micromatch:"^2.3.11",mkdirp:"^0.5.1","node-emoji":"^1.6.1","normalize-url":"^2.0.0","npm-logical-tree":"^1.2.1","object-path":"^0.11.2","proper-lockfile":"^2.0.0",puka:"^1.0.0",read:"^1.0.7",request:"^2.87.0","request-capture-har":"^1.2.2",rimraf:"^2.5.0",semver:"^5.1.0",ssri:"^5.3.0","strip-ansi":"^4.0.0","strip-bom":"^3.0.0","tar-fs":"^1.16.0","tar-stream":"^1.6.1",uuid:"^3.0.1","v8-compile-cache":"^2.0.0","validate-npm-package-license":"^3.0.3",yn:"^2.0.0"},devDependencies:{"babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-loader":"^6.2.5","babel-plugin-array-includes":"^2.0.3","babel-plugin-transform-builtin-extend":"^1.1.2","babel-plugin-transform-inline-imports-commonjs":"^1.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-env":"^1.6.0","babel-preset-flow":"^6.23.0","babel-preset-stage-0":"^6.0.0",babylon:"^6.5.0",commitizen:"^2.9.6","cz-conventional-changelog":"^2.0.0",eslint:"^4.3.0","eslint-config-fb-strict":"^22.0.0","eslint-plugin-babel":"^5.0.0","eslint-plugin-flowtype":"^2.35.0","eslint-plugin-jasmine":"^2.6.2","eslint-plugin-jest":"^21.0.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^2.1.2","eslint-plugin-react":"^7.1.0","eslint-plugin-relay":"^0.0.24","eslint-plugin-yarn-internal":"file:scripts/eslint-rules",execa:"^0.10.0","flow-bin":"^0.66.0","git-release-notes":"^3.0.0",gulp:"^3.9.0","gulp-babel":"^7.0.0","gulp-if":"^2.0.1","gulp-newer":"^1.0.0","gulp-plumber":"^1.0.1","gulp-sourcemaps":"^2.2.0","gulp-util":"^3.0.7","gulp-watch":"^5.0.0",jest:"^22.4.4",jsinspect:"^0.12.6",minimatch:"^3.0.4","mock-stdin":"^0.3.0",prettier:"^1.5.2",temp:"^0.8.3",webpack:"^2.1.0-beta.25",yargs:"^6.3.0"},resolutions:{sshpk:"^1.14.2"},engines:{node:">=4.0.0"},repository:"yarnpkg/yarn",bin:{yarn:"./bin/yarn.js",yarnpkg:"./bin/yarn.js"},scripts:{build:"gulp build","build-bundle":"node ./scripts/build-webpack.js","build-chocolatey":"powershell ./scripts/build-chocolatey.ps1","build-deb":"./scripts/build-deb.sh","build-dist":"bash ./scripts/build-dist.sh","build-win-installer":"scripts\\build-windows-installer.bat",changelog:"git-release-notes $(git describe --tags --abbrev=0 $(git describe --tags --abbrev=0)^)..$(git describe --tags --abbrev=0) scripts/changelog.md","dupe-check":"yarn jsinspect ./src",lint:"eslint . && flow check","pkg-tests":"yarn --cwd packages/pkg-tests jest yarn.test.js",prettier:"eslint src __tests__ --fix","release-branch":"./scripts/release-branch.sh",test:"yarn lint && yarn test-only","test-only":"node --max_old_space_size=4096 node_modules/jest/bin/jest.js --verbose","test-only-debug":"node --inspect-brk --max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand --verbose","test-coverage":"node --max_old_space_size=4096 node_modules/jest/bin/jest.js --coverage --verbose",watch:"gulp watch",commit:"git-cz"},jest:{collectCoverageFrom:["src/**/*.js"],testEnvironment:"node",modulePathIgnorePatterns:["__tests__/fixtures/","packages/pkg-tests/pkg-tests-fixtures","dist/"],testPathIgnorePatterns:["__tests__/(fixtures|__mocks__)/","updates/","_(temp|mock|install|init|helpers).js$","packages/pkg-tests"]},config:{commitizen:{path:"./node_modules/cz-conventional-changelog"}}}}),,,,,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=y;var n;function i(){return n=r(12)}var s;function o(){return s=r(6)}var a;function u(){return a=r(145)}let c=process.version;function f(m){return m.indexOf("true")===0||m.indexOf("false")===0||/[:\s\n\\",\[\]]/g.test(m)||/^[0-9]/g.test(m)||!/^[a-zA-Z]/g.test(m)}function l(m){return typeof m=="boolean"||typeof m=="number"||f(m)?JSON.stringify(m):m}let h={name:1,version:2,uid:3,resolved:4,integrity:5,registry:6,dependencies:7};function d(m,P){return h[m]||h[P]?(h[m]||100)>(h[P]||100)?1:-1:(0,(n||i()).sortAlpha)(m,P)}function p(m,P){if(typeof m!="object")throw new TypeError;let S=P.indent,L=[],O=Object.keys(m).sort(d),b=[];for(let _=0;_<O.length;_++){let D=O[_],k=m[D];if(k==null||b.indexOf(D)>=0)continue;let $=[D];if(typeof k=="object")for(let g=_+1;g<O.length;g++){let v=O[g];k===m[v]&&$.push(v)}let x=$.sort((n||i()).sortAlpha).map(l).join(", ");if(typeof k=="string"||typeof k=="boolean"||typeof k=="number")L.push(`${x} ${l(k)}`);else if(typeof k=="object")L.push(`${x}:
90
- ${p(k,{indent:S+" "})}`+(P.topLevel?`
91
- `:""));else throw new TypeError;b=b.concat($)}return S+L.join(`
92
- ${S}`)}function y(m,P,S){let L=p(m,{indent:"",topLevel:!0});if(P)return L;let O=[];return O.push("# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY."),O.push(`# yarn lockfile v${(s||o()).LOCKFILE_VERSION}`),S&&(O.push(`# yarn v${(a||u()).version}`),O.push(`# node ${c}`)),O.push(`
93
- `),O.push(L),O.join(`
94
- `)}}),,,,,,,,,,,,,,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.fileDatesEqual=t.copyFile=t.unlink=void 0;var n;function i(){return n=f(r(1))}let s=(()=>{var D=(0,(n||i()).default)(function*(k,$,x){let g=k===void 0,v=k||-1;if(l===void 0){let A=yield p($);l=_(A.mtime,x.mtime)}if(!l){if(g)try{v=yield y($,"a",x.mode)}catch{try{v=yield y($,"r",x.mode)}catch{return}}try{v&&(yield m(v,x.atime,x.mtime))}catch{}finally{g&&v&&(yield d(v))}}});return function($,x,g){return D.apply(this,arguments)}})();var o;function a(){return o=f(r(3))}var u;function c(){return u=r(40)}function f(D){return D&&D.__esModule?D:{default:D}}let l,h=(0,(u||c()).promisify)((o||a()).default.readFile),d=(0,(u||c()).promisify)((o||a()).default.close),p=(0,(u||c()).promisify)((o||a()).default.lstat),y=(0,(u||c()).promisify)((o||a()).default.open),m=(0,(u||c()).promisify)((o||a()).default.futimes),P=(0,(u||c()).promisify)((o||a()).default.write),S=t.unlink=(0,(u||c()).promisify)(r(233)),L=t.copyFile=(()=>{var D=(0,(n||i()).default)(function*(k,$){try{yield S(k.dest),yield O(k.src,k.dest,0,k)}finally{$&&$()}});return function($,x){return D.apply(this,arguments)}})(),O=(D,k,$,x)=>(o||a()).default.copyFile?new Promise((g,v)=>(o||a()).default.copyFile(D,k,$,A=>{A?v(A):s(void 0,k,x).then(()=>g()).catch(C=>v(C))})):b(D,k,$,x),b=(()=>{var D=(0,(n||i()).default)(function*(k,$,x,g){let v=yield y($,"w",g.mode);try{let A=yield h(k);yield P(v,A,0,A.length),yield s(v,$,g)}finally{yield d(v)}});return function($,x,g,v){return D.apply(this,arguments)}})(),_=t.fileDatesEqual=(D,k)=>{let $=D.getTime(),x=k.getTime();if(process.platform!=="win32")return $===x;if(Math.abs($-x)<=1)return!0;let g=Math.floor($/1e3),v=Math.floor(x/1e3);return $-g*1e3===0||x-v*1e3===0?g===v:$===x}}),,,,,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isFakeRoot=i,t.isRootUser=s;function n(){return process.platform!=="win32"&&process.getuid?process.getuid():null}t.default=s(n())&&!i();function i(){return!!process.env.FAKEROOTKEY}function s(o){return o===0}}),,(function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getDataDir=a,t.getCacheDir=u,t.getConfigDir=c;let n=r(0),i=r(45).default,s=n.join(i,".config","yarn"),o=n.join(i,".cache","yarn");function a(){if(process.platform==="win32"){let l=f();return l==null?s:n.join(l,"Data")}else return process.env.XDG_DATA_HOME?n.join(process.env.XDG_DATA_HOME,"yarn"):s}function u(){return process.platform==="win32"?n.join(f()||n.join(i,"AppData","Local","Yarn"),"Cache"):process.env.XDG_CACHE_HOME?n.join(process.env.XDG_CACHE_HOME,"yarn"):process.platform==="darwin"?n.join(i,"Library","Caches","Yarn"):o}function c(){if(process.platform==="win32"){let l=f();return l==null?s:n.join(l,"Config")}else return process.env.XDG_CONFIG_HOME?n.join(process.env.XDG_CONFIG_HOME,"yarn"):s}function f(){return process.env.LOCALAPPDATA?n.join(process.env.LOCALAPPDATA,"Yarn"):null}}),,(function(e,t,r){e.exports={default:r(179),__esModule:!0}}),(function(e,t,r){"use strict";e.exports=n;function n(o,a,u){o instanceof RegExp&&(o=i(o,u)),a instanceof RegExp&&(a=i(a,u));var c=s(o,a,u);return c&&{start:c[0],end:c[1],pre:u.slice(0,c[0]),body:u.slice(c[0]+o.length,c[1]),post:u.slice(c[1]+a.length)}}function i(o,a){var u=a.match(o);return u?u[0]:null}n.range=s;function s(o,a,u){var c,f,l,h,d,p=u.indexOf(o),y=u.indexOf(a,p+1),m=p;if(p>=0&&y>0){for(c=[],l=u.length;m>=0&&!d;)m==p?(c.push(m),p=u.indexOf(o,m+1)):c.length==1?d=[c.pop(),y]:(f=c.pop(),f<l&&(l=f,h=y),y=u.indexOf(a,m+1)),m=p<y&&p>=0?p:y;c.length&&(d=[l,h])}return d}}),(function(e,t,r){var n=r(178),i=r(174);e.exports=p;var s="\0SLASH"+Math.random()+"\0",o="\0OPEN"+Math.random()+"\0",a="\0CLOSE"+Math.random()+"\0",u="\0COMMA"+Math.random()+"\0",c="\0PERIOD"+Math.random()+"\0";function f(b){return parseInt(b,10)==b?parseInt(b,10):b.charCodeAt(0)}function l(b){return b.split("\\\\").join(s).split("\\{").join(o).split("\\}").join(a).split("\\,").join(u).split("\\.").join(c)}function h(b){return b.split(s).join("\\").split(o).join("{").split(a).join("}").split(u).join(",").split(c).join(".")}function d(b){if(!b)return[""];var _=[],D=i("{","}",b);if(!D)return b.split(",");var k=D.pre,$=D.body,x=D.post,g=k.split(",");g[g.length-1]+="{"+$+"}";var v=d(x);return x.length&&(g[g.length-1]+=v.shift(),g.push.apply(g,v)),_.push.apply(_,g),_}function p(b){return b?(b.substr(0,2)==="{}"&&(b="\\{\\}"+b.substr(2)),O(l(b),!0).map(h)):[]}function y(b){return b}function m(b){return"{"+b+"}"}function P(b){return/^-?0\d/.test(b)}function S(b,_){return b<=_}function L(b,_){return b>=_}function O(b,_){var D=[],k=i("{","}",b);if(!k||/\$$/.test(k.pre))return[b];var $=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(k.body),x=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(k.body),g=$||x,v=k.body.indexOf(",")>=0;if(!g&&!v)return k.post.match(/,.*\}/)?(b=k.pre+"{"+k.body+a+k.post,O(b)):[b];var A;if(g)A=k.body.split(/\.\./);else if(A=d(k.body),A.length===1&&(A=O(A[0],!1).map(m),A.length===1)){var E=k.post.length?O(k.post,!1):[""];return E.map(function(ce){return k.pre+A[0]+ce})}var C=k.pre,E=k.post.length?O(k.post,!1):[""],w;if(g){var T=f(A[0]),N=f(A[1]),M=Math.max(A[0].length,A[1].length),U=A.length==3?Math.abs(f(A[2])):1,V=S,J=N<T;J&&(U*=-1,V=L);var he=A.some(P);w=[];for(var q=T;V(q,N);q+=U){var H;if(x)H=String.fromCharCode(q),H==="\\"&&(H="");else if(H=String(q),he){var W=M-H.length;if(W>0){var Z=new Array(W+1).join("0");q<0?H="-"+Z+H.slice(1):H=Z+H}}w.push(H)}}else w=n(A,function(Y){return O(Y,!1)});for(var ee=0;ee<w.length;ee++)for(var G=0;G<E.length;G++){var ne=C+w[ee]+E[G];(!_||g||ne)&&D.push(ne)}return D}}),(function(e,t,r){"use strict";function n(i){let s=!1,o=!1,a=!1;for(let u=0;u<i.length;u++){let c=i[u];s&&/[a-zA-Z]/.test(c)&&c.toUpperCase()===c?(i=i.substr(0,u)+"-"+i.substr(u),s=!1,a=o,o=!0,u++):o&&a&&/[a-zA-Z]/.test(c)&&c.toLowerCase()===c?(i=i.substr(0,u-1)+"-"+i.substr(u-1),a=o,o=!1,s=!0):(s=c.toLowerCase()===c,a=o,o=c.toUpperCase()===c)}return i}e.exports=function(i){return arguments.length>1?i=Array.from(arguments).map(o=>o.trim()).filter(o=>o.length).join("-"):i=i.trim(),i.length===0?"":i.length===1?i.toLowerCase():/^[a-z0-9]+$/.test(i)?i:(i!==i.toLowerCase()&&(i=n(i)),i.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(o,a)=>a.toUpperCase()))}}),,(function(e,t){e.exports=function(n,i){for(var s=[],o=0;o<n.length;o++){var a=i(n[o],o);r(a)?s.push.apply(s,a):s.push(a)}return s};var r=Array.isArray||function(n){return Object.prototype.toString.call(n)==="[object Array]"}}),(function(e,t,r){r(205),r(207),r(210),r(206),r(208),r(209),e.exports=r(23).Promise}),(function(e,t){e.exports=function(){}}),(function(e,t){e.exports=function(r,n,i,s){if(!(r instanceof n)||s!==void 0&&s in r)throw TypeError(i+": incorrect invocation!");return r}}),(function(e,t,r){var n=r(74),i=r(110),s=r(200);e.exports=function(o){return function(a,u,c){var f=n(a),l=i(f.length),h=s(c,l),d;if(o&&u!=u){for(;l>h;)if(d=f[h++],d!=d)return!0}else for(;l>h;h++)if((o||h in f)&&f[h]===u)return o||h||0;return!o&&-1}}}),(function(e,l,r){var n=r(48),i=r(187),s=r(186),o=r(27),a=r(110),u=r(203),c={},f={},l=e.exports=function(h,d,p,y,m){var P=m?function(){return h}:u(h),S=n(p,y,d?2:1),L=0,O,b,_,D;if(typeof P!="function")throw TypeError(h+" is not iterable!");if(s(P)){for(O=a(h.length);O>L;L++)if(D=d?S(o(b=h[L])[0],b[1]):S(h[L]),D===c||D===f)return D}else for(_=P.call(h);!(b=_.next()).done;)if(D=i(_,S,b.value,d),D===c||D===f)return D};l.BREAK=c,l.RETURN=f}),(function(e,t,r){e.exports=!r(33)&&!r(85)(function(){return Object.defineProperty(r(68)("div"),"a",{get:function(){return 7}}).a!=7})}),(function(e,t){e.exports=function(r,n,i){var s=i===void 0;switch(n.length){case 0:return s?r():r.call(i);case 1:return s?r(n[0]):r.call(i,n[0]);case 2:return s?r(n[0],n[1]):r.call(i,n[0],n[1]);case 3:return s?r(n[0],n[1],n[2]):r.call(i,n[0],n[1],n[2]);case 4:return s?r(n[0],n[1],n[2],n[3]):r.call(i,n[0],n[1],n[2],n[3])}return r.apply(i,n)}}),(function(e,t,r){var n=r(35),i=r(13)("iterator"),s=Array.prototype;e.exports=function(o){return o!==void 0&&(n.Array===o||s[i]===o)}}),(function(e,t,r){var n=r(27);e.exports=function(i,s,o,a){try{return a?s(n(o)[0],o[1]):s(o)}catch(c){var u=i.return;throw u!==void 0&&n(u.call(i)),c}}}),(function(e,t,r){"use strict";var n=r(192),i=r(106),s=r(71),o={};r(31)(o,r(13)("iterator"),function(){return this}),e.exports=function(a,u,c){a.prototype=n(o,{next:i(1,c)}),s(a,u+" Iterator")}}),(function(e,t,r){var n=r(13)("iterator"),i=!1;try{var s=[7][n]();s.return=function(){i=!0},Array.from(s,function(){throw 2})}catch{}e.exports=function(o,a){if(!a&&!i)return!1;var u=!1;try{var c=[7],f=c[n]();f.next=function(){return{done:u=!0}},c[n]=function(){return f},o(c)}catch{}return u}}),(function(e,t){e.exports=function(r,n){return{value:n,done:!!r}}}),(function(e,t,r){var n=r(11),i=r(109).set,s=n.MutationObserver||n.WebKitMutationObserver,o=n.process,a=n.Promise,u=r(47)(o)=="process";e.exports=function(){var c,f,l,h=function(){var m,P;for(u&&(m=o.domain)&&m.exit();c;){P=c.fn,c=c.next;try{P()}catch(S){throw c?l():f=void 0,S}}f=void 0,m&&m.enter()};if(u)l=function(){o.nextTick(h)};else if(s&&!(n.navigator&&n.navigator.standalone)){var d=!0,p=document.createTextNode("");new s(h).observe(p,{characterData:!0}),l=function(){p.data=d=!d}}else if(a&&a.resolve){var y=a.resolve(void 0);l=function(){y.then(h)}}else l=function(){i.call(n,h)};return function(m){var P={fn:m,next:void 0};f&&(f.next=P),c||(c=P,l()),f=P}}}),(function(e,t,r){var n=r(27),i=r(193),s=r(101),o=r(72)("IE_PROTO"),a=function(){},u="prototype",c=function(){var f=r(68)("iframe"),l=s.length,h="<",d=">",p;for(f.style.display="none",r(102).appendChild(f),f.src="javascript:",p=f.contentWindow.document,p.open(),p.write(h+"script"+d+"document.F=Object"+h+"/script"+d),p.close(),c=p.F;l--;)delete c[u][s[l]];return c()};e.exports=Object.create||function(l,h){var d;return l!==null?(a[u]=n(l),d=new a,a[u]=null,d[o]=l):d=c(),h===void 0?d:i(d,h)}}),(function(e,t,r){var n=r(50),i=r(27),s=r(132);e.exports=r(33)?Object.defineProperties:function(a,u){i(a);for(var c=s(u),f=c.length,l=0,h;f>l;)n.f(a,h=c[l++],u[h]);return a}}),(function(e,t,r){var n=r(49),i=r(133),s=r(72)("IE_PROTO"),o=Object.prototype;e.exports=Object.getPrototypeOf||function(a){return a=i(a),n(a,s)?a[s]:typeof a.constructor=="function"&&a instanceof a.constructor?a.constructor.prototype:a instanceof Object?o:null}}),(function(e,t,r){var n=r(49),i=r(74),s=r(182)(!1),o=r(72)("IE_PROTO");e.exports=function(a,u){var c=i(a),f=0,l=[],h;for(h in c)h!=o&&n(c,h)&&l.push(h);for(;u.length>f;)n(c,h=u[f++])&&(~s(l,h)||l.push(h));return l}}),(function(e,t,r){var n=r(31);e.exports=function(i,s,o){for(var a in s)o&&i[a]?i[a]=s[a]:n(i,a,s[a]);return i}}),(function(e,t,r){e.exports=r(31)}),(function(e,t,r){"use strict";var n=r(11),i=r(23),s=r(50),o=r(33),a=r(13)("species");e.exports=function(u){var c=typeof i[u]=="function"?i[u]:n[u];o&&c&&!c[a]&&s.f(c,a,{configurable:!0,get:function(){return this}})}}),(function(e,t,r){var n=r(73),i=r(67);e.exports=function(s){return function(o,a){var u=String(i(o)),c=n(a),f=u.length,l,h;return c<0||c>=f?s?"":void 0:(l=u.charCodeAt(c),l<55296||l>56319||c+1===f||(h=u.charCodeAt(c+1))<56320||h>57343?s?u.charAt(c):l:s?u.slice(c,c+2):(l-55296<<10)+(h-56320)+65536)}}}),(function(e,t,r){var n=r(73),i=Math.max,s=Math.min;e.exports=function(o,a){return o=n(o),o<0?i(o+a,0):s(o,a)}}),(function(e,t,r){var n=r(34);e.exports=function(i,s){if(!n(i))return i;var o,a;if(s&&typeof(o=i.toString)=="function"&&!n(a=o.call(i))||typeof(o=i.valueOf)=="function"&&!n(a=o.call(i))||!s&&typeof(o=i.toString)=="function"&&!n(a=o.call(i)))return a;throw TypeError("Can't convert object to primitive value")}}),(function(e,t,r){var n=r(11),i=n.navigator;e.exports=i&&i.userAgent||""}),(function(e,t,r){var n=r(100),i=r(13)("iterator"),s=r(35);e.exports=r(23).getIteratorMethod=function(o){if(o!=null)return o[i]||o["@@iterator"]||s[n(o)]}}),(function(e,t,r){"use strict";var n=r(180),i=r(190),s=r(35),o=r(74);e.exports=r(103)(Array,"Array",function(a,u){this._t=o(a),this._i=0,this._k=u},function(){var a=this._t,u=this._k,c=this._i++;return!a||c>=a.length?(this._t=void 0,i(1)):u=="keys"?i(0,c):u=="values"?i(0,a[c]):i(0,[c,a[c]])},"values"),s.Arguments=s.Array,n("keys"),n("values"),n("entries")}),(function(e,t){}),(function(e,t,r){"use strict";var n=r(69),i=r(11),s=r(48),o=r(100),a=r(41),u=r(34),c=r(46),f=r(181),l=r(183),h=r(108),d=r(109).set,p=r(191)(),y=r(70),m=r(104),P=r(202),S=r(105),L="Promise",O=i.TypeError,b=i.process,_=b&&b.versions,D=_&&_.v8||"",k=i[L],$=o(b)=="process",x=function(){},g,v,A,C,E=v=y.f,w=!!(function(){try{var q=k.resolve(1),H=(q.constructor={})[r(13)("species")]=function(W){W(x,x)};return($||typeof PromiseRejectionEvent=="function")&&q.then(x)instanceof H&&D.indexOf("6.6")!==0&&P.indexOf("Chrome/66")===-1}catch{}})(),T=function(q){var H;return u(q)&&typeof(H=q.then)=="function"?H:!1},N=function(q,H){if(!q._n){q._n=!0;var W=q._c;p(function(){for(var Z=q._v,ee=q._s==1,G=0,ne=function(Y){var ce=ee?Y.ok:Y.fail,Ae=Y.resolve,Fe=Y.reject,I=Y.domain,j,K,z;try{ce?(ee||(q._h==2&&V(q),q._h=1),ce===!0?j=Z:(I&&I.enter(),j=ce(Z),I&&(I.exit(),z=!0)),j===Y.promise?Fe(O("Promise-chain cycle")):(K=T(j))?K.call(j,Ae,Fe):Ae(j)):Fe(Z)}catch(B){I&&!z&&I.exit(),Fe(B)}};W.length>G;)ne(W[G++]);q._c=[],q._n=!1,H&&!q._h&&M(q)})}},M=function(q){d.call(i,function(){var H=q._v,W=U(q),Z,ee,G;if(W&&(Z=m(function(){$?b.emit("unhandledRejection",H,q):(ee=i.onunhandledrejection)?ee({promise:q,reason:H}):(G=i.console)&&G.error&&G.error("Unhandled promise rejection",H)}),q._h=$||U(q)?2:1),q._a=void 0,W&&Z.e)throw Z.v})},U=function(q){return q._h!==1&&(q._a||q._c).length===0},V=function(q){d.call(i,function(){var H;$?b.emit("rejectionHandled",q):(H=i.onrejectionhandled)&&H({promise:q,reason:q._v})})},J=function(q){var H=this;H._d||(H._d=!0,H=H._w||H,H._v=q,H._s=2,H._a||(H._a=H._c.slice()),N(H,!0))},he=function(q){var H=this,W;if(!H._d){H._d=!0,H=H._w||H;try{if(H===q)throw O("Promise can't be resolved itself");(W=T(q))?p(function(){var Z={_w:H,_d:!1};try{W.call(q,s(he,Z,1),s(J,Z,1))}catch(ee){J.call(Z,ee)}}):(H._v=q,H._s=1,N(H,!1))}catch(Z){J.call({_w:H,_d:!1},Z)}}};w||(k=function(H){f(this,k,L,"_h"),c(H),g.call(this);try{H(s(he,this,1),s(J,this,1))}catch(W){J.call(this,W)}},g=function(H){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},g.prototype=r(196)(k.prototype,{then:function(H,W){var Z=E(h(this,k));return Z.ok=typeof H=="function"?H:!0,Z.fail=typeof W=="function"&&W,Z.domain=$?b.domain:void 0,this._c.push(Z),this._a&&this._a.push(Z),this._s&&N(this,!1),Z.promise},catch:function(q){return this.then(void 0,q)}}),A=function(){var q=new g;this.promise=q,this.resolve=s(he,q,1),this.reject=s(J,q,1)},y.f=E=function(q){return q===k||q===C?new A(q):v(q)}),a(a.G+a.W+a.F*!w,{Promise:k}),r(71)(k,L),r(198)(L),C=r(23)[L],a(a.S+a.F*!w,L,{reject:function(H){var W=E(this),Z=W.reject;return Z(H),W.promise}}),a(a.S+a.F*(n||!w),L,{resolve:function(H){return S(n&&this===C?k:this,H)}}),a(a.S+a.F*!(w&&r(189)(function(q){k.all(q).catch(x)})),L,{all:function(H){var W=this,Z=E(W),ee=Z.resolve,G=Z.reject,ne=m(function(){var Y=[],ce=0,Ae=1;l(H,!1,function(Fe){var I=ce++,j=!1;Y.push(void 0),Ae++,W.resolve(Fe).then(function(K){j||(j=!0,Y[I]=K,--Ae||ee(Y))},G)}),--Ae||ee(Y)});return ne.e&&G(ne.v),Z.promise},race:function(H){var W=this,Z=E(W),ee=Z.reject,G=m(function(){l(H,!1,function(ne){W.resolve(ne).then(Z.resolve,ee)})});return G.e&&ee(G.v),Z.promise}})}),(function(e,t,r){"use strict";var n=r(199)(!0);r(103)(String,"String",function(i){this._t=String(i),this._i=0},function(){var i=this._t,s=this._i,o;return s>=i.length?{value:void 0,done:!0}:(o=n(i,s),this._i+=o.length,{value:o,done:!1})})}),(function(e,t,r){"use strict";var n=r(41),i=r(23),s=r(11),o=r(108),a=r(105);n(n.P+n.R,"Promise",{finally:function(u){var c=o(this,i.Promise||s.Promise),f=typeof u=="function";return this.then(f?function(l){return a(c,u()).then(function(){return l})}:u,f?function(l){return a(c,u()).then(function(){throw l})}:u)}})}),(function(e,t,r){"use strict";var n=r(41),i=r(70),s=r(104);n(n.S,"Promise",{try:function(o){var a=i.f(this),u=s(o);return(u.e?a.reject:a.resolve)(u.v),a.promise}})}),(function(e,t,r){r(204);for(var n=r(11),i=r(31),s=r(35),o=r(13)("toStringTag"),a="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),u=0;u<a.length;u++){var c=a[u],f=n[c],l=f&&f.prototype;l&&!l[o]&&i(l,o,c),s[c]=s.Array}}),(function(e,t,r){t=e.exports=r(112),t.log=s,t.formatArgs=i,t.save=o,t.load=a,t.useColors=n,t.storage=typeof chrome<"u"&&typeof chrome.storage<"u"?chrome.storage.local:u(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function n(){return typeof window<"u"&&window.process&&window.process.type==="renderer"?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}t.formatters.j=function(c){try{return JSON.stringify(c)}catch(f){return"[UnexpectedJSONParseError]: "+f.message}};function i(c){var f=this.useColors;if(c[0]=(f?"%c":"")+this.namespace+(f?" %c":" ")+c[0]+(f?"%c ":" ")+"+"+t.humanize(this.diff),!!f){var l="color: "+this.color;c.splice(1,0,l,"color: inherit");var h=0,d=0;c[0].replace(/%[a-zA-Z%]/g,function(p){p!=="%%"&&(h++,p==="%c"&&(d=h))}),c.splice(d,0,l)}}function s(){return typeof console=="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function o(c){try{c==null?t.storage.removeItem("debug"):t.storage.debug=c}catch{}}function a(){var c;try{c=t.storage.debug}catch{}return!c&&typeof process<"u"&&"env"in process&&(c=process.env.DEBUG),c}t.enable(a());function u(){try{return window.localStorage}catch{}}}),(function(e,t,r){typeof process>"u"||process.type==="renderer"?e.exports=r(211):e.exports=r(213)}),(function(e,t,r){var n=r(79),i=r(2);t=e.exports=r(112),t.init=h,t.log=c,t.formatArgs=a,t.save=f,t.load=l,t.useColors=o,t.colors=[6,2,3,4,5,1];try{var s=r(239);s&&s.level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}t.inspectOpts=Object.keys(process.env).filter(function(d){return/^debug_/i.test(d)}).reduce(function(d,p){var y=p.substring(6).toLowerCase().replace(/_([a-z])/g,function(P,S){return S.toUpperCase()}),m=process.env[p];return/^(yes|on|true|enabled)$/i.test(m)?m=!0:/^(no|off|false|disabled)$/i.test(m)?m=!1:m==="null"?m=null:m=Number(m),d[y]=m,d},{});function o(){return"colors"in t.inspectOpts?!!t.inspectOpts.colors:n.isatty(process.stderr.fd)}t.formatters.o=function(d){return this.inspectOpts.colors=this.useColors,i.inspect(d,this.inspectOpts).split(`
95
- `).map(function(p){return p.trim()}).join(" ")},t.formatters.O=function(d){return this.inspectOpts.colors=this.useColors,i.inspect(d,this.inspectOpts)};function a(d){var p=this.namespace,y=this.useColors;if(y){var m=this.color,P="\x1B[3"+(m<8?m:"8;5;"+m),S=" "+P+";1m"+p+" \x1B[0m";d[0]=S+d[0].split(`
96
- `).join(`
97
- `+S),d.push(P+"m+"+t.humanize(this.diff)+"\x1B[0m")}else d[0]=u()+p+" "+d[0]}function u(){return t.inspectOpts.hideDate?"":new Date().toISOString()+" "}function c(){return process.stderr.write(i.format.apply(i,arguments)+`
98
- `)}function f(d){d==null?delete process.env.DEBUG:process.env.DEBUG=d}function l(){return process.env.DEBUG}function h(d){d.inspectOpts={};for(var p=Object.keys(t.inspectOpts),y=0;y<p.length;y++)d.inspectOpts[p[y]]=t.inspectOpts[p[y]]}t.enable(l())}),,,,(function(e,t,r){var n=r(0),i=process.platform==="win32",s=r(3),o=process.env.NODE_DEBUG&&/fs/.test(process.env.NODE_DEBUG);function a(){var h;if(o){var d=new Error;h=p}else h=y;return h;function p(m){m&&(d.message=m.message,m=d,y(m))}function y(m){if(m){if(process.throwDeprecation)throw m;if(!process.noDeprecation){var P="fs: missing callback "+(m.stack||m.message);process.traceDeprecation?console.trace(P):console.error(P)}}}}function u(h){return typeof h=="function"?h:a()}var c=n.normalize;if(i)var f=/(.*?)(?:[\/\\]+|$)/g;else var f=/(.*?)(?:[\/]+|$)/g;if(i)var l=/^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/;else var l=/^[\/]*/;t.realpathSync=function(d,p){if(d=n.resolve(d),p&&Object.prototype.hasOwnProperty.call(p,d))return p[d];var y=d,m={},P={},S,L,O,b;_();function _(){var v=l.exec(d);S=v[0].length,L=v[0],O=v[0],b="",i&&!P[O]&&(s.lstatSync(O),P[O]=!0)}for(;S<d.length;){f.lastIndex=S;var D=f.exec(d);if(b=L,L+=D[0],O=b+D[1],S=f.lastIndex,!(P[O]||p&&p[O]===O)){var k;if(p&&Object.prototype.hasOwnProperty.call(p,O))k=p[O];else{var $=s.lstatSync(O);if(!$.isSymbolicLink()){P[O]=!0,p&&(p[O]=O);continue}var x=null;if(!i){var g=$.dev.toString(32)+":"+$.ino.toString(32);m.hasOwnProperty(g)&&(x=m[g])}x===null&&(s.statSync(O),x=s.readlinkSync(O)),k=n.resolve(b,x),p&&(p[O]=k),i||(m[g]=x)}d=n.resolve(k,d.slice(S)),_()}}return p&&(p[y]=d),d},t.realpath=function(d,p,y){if(typeof y!="function"&&(y=u(p),p=null),d=n.resolve(d),p&&Object.prototype.hasOwnProperty.call(p,d))return process.nextTick(y.bind(null,null,p[d]));var m=d,P={},S={},L,O,b,_;D();function D(){var v=l.exec(d);L=v[0].length,O=v[0],b=v[0],_="",i&&!S[b]?s.lstat(b,function(A){if(A)return y(A);S[b]=!0,k()}):process.nextTick(k)}function k(){if(L>=d.length)return p&&(p[m]=d),y(null,d);f.lastIndex=L;var v=f.exec(d);return _=O,O+=v[0],b=_+v[1],L=f.lastIndex,S[b]||p&&p[b]===b?process.nextTick(k):p&&Object.prototype.hasOwnProperty.call(p,b)?g(p[b]):s.lstat(b,$)}function $(v,A){if(v)return y(v);if(!A.isSymbolicLink())return S[b]=!0,p&&(p[b]=b),process.nextTick(k);if(!i){var C=A.dev.toString(32)+":"+A.ino.toString(32);if(P.hasOwnProperty(C))return x(null,P[C],b)}s.stat(b,function(E){if(E)return y(E);s.readlink(b,function(w,T){i||(P[C]=T),x(w,T)})})}function x(v,A,C){if(v)return y(v);var E=n.resolve(_,A);p&&(p[C]=E),g(E)}function g(v){d=n.resolve(v,d.slice(L)),D()}}}),(function(e,t,r){e.exports=L,L.GlobSync=O;var n=r(3),i=r(114),s=r(60),o=s.Minimatch,a=r(75).Glob,u=r(2),c=r(0),f=r(22),l=r(76),h=r(115),d=h.alphasort,p=h.alphasorti,y=h.setopts,m=h.ownProp,P=h.childrenIgnored,S=h.isIgnored;function L(b,_){if(typeof _=="function"||arguments.length===3)throw new TypeError(`callback provided to sync glob
99
- See: https://github.com/isaacs/node-glob/issues/167`);return new O(b,_).found}function O(b,_){if(!b)throw new Error("must provide pattern");if(typeof _=="function"||arguments.length===3)throw new TypeError(`callback provided to sync glob
100
- See: https://github.com/isaacs/node-glob/issues/167`);if(!(this instanceof O))return new O(b,_);if(y(this,b,_),this.noprocess)return this;var D=this.minimatch.set.length;this.matches=new Array(D);for(var k=0;k<D;k++)this._process(this.minimatch.set[k],k,!1);this._finish()}O.prototype._finish=function(){if(f(this instanceof O),this.realpath){var b=this;this.matches.forEach(function(_,D){var k=b.matches[D]=Object.create(null);for(var $ in _)try{$=b._makeAbs($);var x=i.realpathSync($,b.realpathCache);k[x]=!0}catch(g){if(g.syscall==="stat")k[b._makeAbs($)]=!0;else throw g}})}h.finish(this)},O.prototype._process=function(b,_,D){f(this instanceof O);for(var k=0;typeof b[k]=="string";)k++;var $;switch(k){case b.length:this._processSimple(b.join("/"),_);return;case 0:$=null;break;default:$=b.slice(0,k).join("/");break}var x=b.slice(k),g;$===null?g=".":((l($)||l(b.join("/")))&&(!$||!l($))&&($="/"+$),g=$);var v=this._makeAbs(g);if(!P(this,g)){var A=x[0]===s.GLOBSTAR;A?this._processGlobStar($,g,v,x,_,D):this._processReaddir($,g,v,x,_,D)}},O.prototype._processReaddir=function(b,_,D,k,$,x){var g=this._readdir(D,x);if(g){for(var v=k[0],A=!!this.minimatch.negate,C=v._glob,E=this.dot||C.charAt(0)===".",w=[],T=0;T<g.length;T++){var N=g[T];if(N.charAt(0)!=="."||E){var M;A&&!b?M=!N.match(v):M=N.match(v),M&&w.push(N)}}var U=w.length;if(U!==0){if(k.length===1&&!this.mark&&!this.stat){this.matches[$]||(this.matches[$]=Object.create(null));for(var T=0;T<U;T++){var N=w[T];b&&(b.slice(-1)!=="/"?N=b+"/"+N:N=b+N),N.charAt(0)==="/"&&!this.nomount&&(N=c.join(this.root,N)),this._emitMatch($,N)}return}k.shift();for(var T=0;T<U;T++){var N=w[T],V;b?V=[b,N]:V=[N],this._process(V.concat(k),$,x)}}}},O.prototype._emitMatch=function(b,_){if(!S(this,_)){var D=this._makeAbs(_);if(this.mark&&(_=this._mark(_)),this.absolute&&(_=D),!this.matches[b][_]){if(this.nodir){var k=this.cache[D];if(k==="DIR"||Array.isArray(k))return}this.matches[b][_]=!0,this.stat&&this._stat(_)}}},O.prototype._readdirInGlobStar=function(b){if(this.follow)return this._readdir(b,!1);var _,D,k;try{D=n.lstatSync(b)}catch(x){if(x.code==="ENOENT")return null}var $=D&&D.isSymbolicLink();return this.symlinks[b]=$,!$&&D&&!D.isDirectory()?this.cache[b]="FILE":_=this._readdir(b,!1),_},O.prototype._readdir=function(b,_){var D;if(_&&!m(this.symlinks,b))return this._readdirInGlobStar(b);if(m(this.cache,b)){var k=this.cache[b];if(!k||k==="FILE")return null;if(Array.isArray(k))return k}try{return this._readdirEntries(b,n.readdirSync(b))}catch($){return this._readdirError(b,$),null}},O.prototype._readdirEntries=function(b,_){if(!this.mark&&!this.stat)for(var D=0;D<_.length;D++){var k=_[D];b==="/"?k=b+k:k=b+"/"+k,this.cache[k]=!0}return this.cache[b]=_,_},O.prototype._readdirError=function(b,_){switch(_.code){case"ENOTSUP":case"ENOTDIR":var D=this._makeAbs(b);if(this.cache[D]="FILE",D===this.cwdAbs){var k=new Error(_.code+" invalid cwd "+this.cwd);throw k.path=this.cwd,k.code=_.code,k}break;case"ENOENT":case"ELOOP":case"ENAMETOOLONG":case"UNKNOWN":this.cache[this._makeAbs(b)]=!1;break;default:if(this.cache[this._makeAbs(b)]=!1,this.strict)throw _;this.silent||console.error("glob error",_);break}},O.prototype._processGlobStar=function(b,_,D,k,$,x){var g=this._readdir(D,x);if(g){var v=k.slice(1),A=b?[b]:[],C=A.concat(v);this._process(C,$,!1);var E=g.length,w=this.symlinks[D];if(!(w&&x))for(var T=0;T<E;T++){var N=g[T];if(!(N.charAt(0)==="."&&!this.dot)){var M=A.concat(g[T],v);this._process(M,$,!0);var U=A.concat(g[T],k);this._process(U,$,!0)}}}},O.prototype._processSimple=function(b,_){var D=this._stat(b);if(this.matches[_]||(this.matches[_]=Object.create(null)),!!D){if(b&&l(b)&&!this.nomount){var k=/[\/\\]$/.test(b);b.charAt(0)==="/"?b=c.join(this.root,b):(b=c.resolve(this.root,b),k&&(b+="/"))}process.platform==="win32"&&(b=b.replace(/\\/g,"/")),this._emitMatch(_,b)}},O.prototype._stat=function(b){var _=this._makeAbs(b),D=b.slice(-1)==="/";if(b.length>this.maxLength)return!1;if(!this.stat&&m(this.cache,_)){var g=this.cache[_];if(Array.isArray(g)&&(g="DIR"),!D||g==="DIR")return g;if(D&&g==="FILE")return!1}var k,$=this.statCache[_];if(!$){var x;try{x=n.lstatSync(_)}catch(v){if(v&&(v.code==="ENOENT"||v.code==="ENOTDIR"))return this.statCache[_]=!1,!1}if(x&&x.isSymbolicLink())try{$=n.statSync(_)}catch{$=x}else $=x}this.statCache[_]=$;var g=!0;return $&&(g=$.isDirectory()?"DIR":"FILE"),this.cache[_]=this.cache[_]||g,D&&g==="FILE"?!1:g},O.prototype._mark=function(b){return h.mark(this,b)},O.prototype._makeAbs=function(b){return h.makeAbs(this,b)}}),,,(function(e,t,r){"use strict";e.exports=function(n,i){i=i||process.argv;var s=i.indexOf("--"),o=/^--/.test(n)?"":"--",a=i.indexOf(o+n);return a!==-1&&(s!==-1?a<s:!0)}}),,(function(e,t,r){var n=r(123),i=Object.create(null),s=r(61);e.exports=n(o);function o(c,f){return i[c]?(i[c].push(f),null):(i[c]=[f],a(c))}function a(c){return s(function f(){var l=i[c],h=l.length,d=u(arguments);try{for(var p=0;p<h;p++)l[p].apply(null,d)}finally{l.length>h?(l.splice(0,h),process.nextTick(function(){f.apply(null,d)})):delete i[c]}})}function u(c){for(var f=c.length,l=[],h=0;h<f;h++)l[h]=c[h];return l}}),(function(e,t){typeof Object.create=="function"?e.exports=function(n,i){n.super_=i,n.prototype=Object.create(i.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(n,i){n.super_=i;var s=function(){};s.prototype=i.prototype,n.prototype=new s,n.prototype.constructor=n}}),,,(function(e,t,r){e.exports=typeof r<"u"}),,(function(e,t){var r=1e3,n=r*60,i=n*60,s=i*24,o=s*365.25;e.exports=function(l,h){h=h||{};var d=typeof l;if(d==="string"&&l.length>0)return a(l);if(d==="number"&&isNaN(l)===!1)return h.long?c(l):u(l);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(l))};function a(l){if(l=String(l),!(l.length>100)){var h=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(l);if(h){var d=parseFloat(h[1]),p=(h[2]||"ms").toLowerCase();switch(p){case"years":case"year":case"yrs":case"yr":case"y":return d*o;case"days":case"day":case"d":return d*s;case"hours":case"hour":case"hrs":case"hr":case"h":return d*i;case"minutes":case"minute":case"mins":case"min":case"m":return d*n;case"seconds":case"second":case"secs":case"sec":case"s":return d*r;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return d;default:return}}}}function u(l){return l>=s?Math.round(l/s)+"d":l>=i?Math.round(l/i)+"h":l>=n?Math.round(l/n)+"m":l>=r?Math.round(l/r)+"s":l+"ms"}function c(l){return f(l,s,"day")||f(l,i,"hour")||f(l,n,"minute")||f(l,r,"second")||l+" ms"}function f(l,h,d){if(!(l<h))return l<h*1.5?Math.floor(l/h)+" "+d:Math.ceil(l/h)+" "+d+"s"}}),,,,(function(e,t,r){e.exports=h,h.sync=S;var n=r(22),i=r(0),s=r(3),o=r(75),a=parseInt("666",8),u={nosort:!0,silent:!0},c=0,f=process.platform==="win32";function l(b){var _=["unlink","chmod","stat","lstat","rmdir","readdir"];_.forEach(function(D){b[D]=b[D]||s[D],D=D+"Sync",b[D]=b[D]||s[D]}),b.maxBusyTries=b.maxBusyTries||3,b.emfileWait=b.emfileWait||1e3,b.glob===!1&&(b.disableGlob=!0),b.disableGlob=b.disableGlob||!1,b.glob=b.glob||u}function h(b,_,D){typeof _=="function"&&(D=_,_={}),n(b,"rimraf: missing path"),n.equal(typeof b,"string","rimraf: path should be a string"),n.equal(typeof D,"function","rimraf: callback function required"),n(_,"rimraf: invalid options argument provided"),n.equal(typeof _,"object","rimraf: options should be object"),l(_);var k=0,$=null,x=0;if(_.disableGlob||!o.hasMagic(b))return v(null,[b]);_.lstat(b,function(A,C){if(!A)return v(null,[b]);o(b,_.glob,v)});function g(A){$=$||A,--x===0&&D($)}function v(A,C){if(A)return D(A);if(x=C.length,x===0)return D();C.forEach(function(E){d(E,_,function w(T){if(T){if((T.code==="EBUSY"||T.code==="ENOTEMPTY"||T.code==="EPERM")&&k<_.maxBusyTries){k++;var N=k*100;return setTimeout(function(){d(E,_,w)},N)}if(T.code==="EMFILE"&&c<_.emfileWait)return setTimeout(function(){d(E,_,w)},c++);T.code==="ENOENT"&&(T=null)}c=0,g(T)})})}}function d(b,_,D){n(b),n(_),n(typeof D=="function"),_.lstat(b,function(k,$){if(k&&k.code==="ENOENT")return D(null);if(k&&k.code==="EPERM"&&f&&p(b,_,k,D),$&&$.isDirectory())return m(b,_,k,D);_.unlink(b,function(x){if(x){if(x.code==="ENOENT")return D(null);if(x.code==="EPERM")return f?p(b,_,x,D):m(b,_,x,D);if(x.code==="EISDIR")return m(b,_,x,D)}return D(x)})})}function p(b,_,D,k){n(b),n(_),n(typeof k=="function"),D&&n(D instanceof Error),_.chmod(b,a,function($){$?k($.code==="ENOENT"?null:D):_.stat(b,function(x,g){x?k(x.code==="ENOENT"?null:D):g.isDirectory()?m(b,_,D,k):_.unlink(b,k)})})}function y(b,_,D){n(b),n(_),D&&n(D instanceof Error);try{_.chmodSync(b,a)}catch($){if($.code==="ENOENT")return;throw D}try{var k=_.statSync(b)}catch($){if($.code==="ENOENT")return;throw D}k.isDirectory()?L(b,_,D):_.unlinkSync(b)}function m(b,_,D,k){n(b),n(_),D&&n(D instanceof Error),n(typeof k=="function"),_.rmdir(b,function($){$&&($.code==="ENOTEMPTY"||$.code==="EEXIST"||$.code==="EPERM")?P(b,_,k):$&&$.code==="ENOTDIR"?k(D):k($)})}function P(b,_,D){n(b),n(_),n(typeof D=="function"),_.readdir(b,function(k,$){if(k)return D(k);var x=$.length;if(x===0)return _.rmdir(b,D);var g;$.forEach(function(v){h(i.join(b,v),_,function(A){if(!g){if(A)return D(g=A);--x===0&&_.rmdir(b,D)}})})})}function S(b,_){_=_||{},l(_),n(b,"rimraf: missing path"),n.equal(typeof b,"string","rimraf: path should be a string"),n(_,"rimraf: missing options"),n.equal(typeof _,"object","rimraf: options should be object");var D;if(_.disableGlob||!o.hasMagic(b))D=[b];else try{_.lstatSync(b),D=[b]}catch{D=o.sync(b,_.glob)}if(D.length)for(var k=0;k<D.length;k++){var b=D[k];try{var $=_.lstatSync(b)}catch(g){if(g.code==="ENOENT")return;g.code==="EPERM"&&f&&y(b,_,g)}try{$&&$.isDirectory()?L(b,_,null):_.unlinkSync(b)}catch(g){if(g.code==="ENOENT")return;if(g.code==="EPERM")return f?y(b,_,g):L(b,_,g);if(g.code!=="EISDIR")throw g;L(b,_,g)}}}function L(b,_,D){n(b),n(_),D&&n(D instanceof Error);try{_.rmdirSync(b)}catch(k){if(k.code==="ENOENT")return;if(k.code==="ENOTDIR")throw D;(k.code==="ENOTEMPTY"||k.code==="EEXIST"||k.code==="EPERM")&&O(b,_)}}function O(b,_){n(b),n(_),_.readdirSync(b).forEach(function(g){S(i.join(b,g),_)});var D=f?100:1,k=0;do{var $=!0;try{var x=_.rmdirSync(b,_);return $=!1,x}finally{if(++k<D&&$)continue}}while(!0)}}),,,,,,(function(e,t,r){"use strict";var n=r(221),i=function(o){return o===0?!1:{level:o,hasBasic:!0,has256:o>=2,has16m:o>=3}},s=(function(){return n("no-color")||n("no-colors")||n("color=false")?0:n("color=16m")||n("color=full")||n("color=truecolor")?3:n("color=256")?2:n("color")||n("colors")||n("color=true")||n("color=always")?1:process.stdout&&!process.stdout.isTTY?0:process.platform==="win32"?1:"CI"in process.env?"TRAVIS"in process.env||process.env.CI==="Travis"?1:0:"TEAMCITY_VERSION"in process.env?process.env.TEAMCITY_VERSION.match(/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/)===null?0:1:/^(screen|xterm)-256(?:color)?/.test(process.env.TERM)?2:/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(process.env.TERM)||"COLORTERM"in process.env?1:(process.env.TERM==="dumb",0)})();s===0&&"FORCE_COLOR"in process.env&&(s=1),e.exports=process&&i(s)})])});var z_=F(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});xl.queryLockFile=void 0;var k8=wa();function D8(e,t,r){let n=(0,k8.nameAtVersion)(e,t);return r.object[n]}xl.queryLockFile=D8});var V_=F(Y_=>{"use strict";Object.defineProperty(Y_,"__esModule",{value:!0})});var Q_=F(at=>{"use strict";var J_=at&&at.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),L8=at&&at.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),T8=at&&at.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&J_(t,e,r);return L8(t,e),t},I8=at&&at.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&J_(t,e,r)},X_=at&&at.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(at,"__esModule",{value:!0});at.queryLockFile=at.nameAtVersion=at.parseLockFile=void 0;var Dm=X_(require("fs")),N8=X_(require("path")),$8=wa();Object.defineProperty(at,"nameAtVersion",{enumerable:!0,get:function(){return $8.nameAtVersion}});var Lm=Qo(),M8=W_(),j8=q_(),K_=cl(),B8=G_(),Mr={};async function W8(e){let t=(0,Lm.searchUp)(["yarn.lock","common/config/rush/yarn.lock"],e);if(t){if(Mr[t])return Mr[t];let i=Dm.default.readFileSync(t,"utf-8"),s=i.includes("__metadata")||Dm.default.existsSync(N8.default.resolve(i.replace("yarn.lock",".yarnrc.yml"))),o={type:"success",object:{}};if(s){let a=(0,K_.readYaml)(t);o=(0,B8.parseBerryLock)(a)}else{let a=(await Promise.resolve().then(()=>T8(H_()))).parse;o=a(i)}return Mr[t]=o,o}let r=(0,Lm.searchUp)(["pnpm-lock.yaml","common/config/rush/pnpm-lock.yaml"],e);if(r){if(Mr[r])return Mr[r];let i=(0,K_.readYaml)(r),s=(0,M8.parsePnpmLock)(i);return Mr[r]=s,Mr[r]}let n=(0,Lm.searchUp)("package-lock.json",e);if(n){if(Mr[n])return Mr[n];let i;try{i=Dm.default.readFileSync(n,"utf-8")}catch{throw new Error("Couldn't read package-lock.json")}let s=JSON.parse(i.toString());if(!s?.lockfileVersion||s.lockfileVersion<2)throw new Error(`Your package-lock.json version is not supported: lockfileVersion is ${s.lockfileVersion}. You need npm version 7 or above and package-lock version 2 or above. Please, upgrade npm or choose a different package manager.`);return Mr[n]=(0,j8.parseNpmLock)(s),Mr[n]}throw new Error("You do not have yarn.lock, pnpm-lock.yaml or package-lock.json. Please use one of these package managers.")}at.parseLockFile=W8;var q8=z_();Object.defineProperty(at,"queryLockFile",{enumerable:!0,get:function(){return q8.queryLockFile}});I8(V_(),at)});var eR=F(Bs=>{"use strict";var G8=Bs&&Bs.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Bs,"__esModule",{value:!0});Bs.getScopedPackages=void 0;var Z_=G8(sa());function U8(e,t){let r=Array.isArray(t)?t:Object.keys(t),n=new Set,i=e.filter(o=>o.startsWith("@")||o.startsWith("!@"));if(i.length>0){let o=(0,Z_.default)(r,i,{nocase:!0});for(let a of o)n.add(a)}let s=e.filter(o=>!o.startsWith("@")&&!o.startsWith("!@"));if(s.length>0){let o=H8(r),a=(0,Z_.default)(Object.keys(o),s,{nocase:!0});for(let u of a)for(let c of o[u])n.add(c)}return[...n]}Bs.getScopedPackages=U8;function H8(e){let t={};for(let r of e){let n=r.replace(/^@[^/]+\//,"");t[n]=t[n]||[],t[n].push(r)}return t}});var tR=F(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});Pl.findWorkspacePath=void 0;function z8(e,t){return e.find(({name:r})=>r===t)?.path}Pl.findWorkspacePath=z8});var Im=F(Ws=>{"use strict";Object.defineProperty(Ws,"__esModule",{value:!0});Ws.getWorkspacePackagePathsAsync=Ws.getWorkspacePackagePaths=void 0;var Tm=Pi();function Y8(e){return(0,Tm.getWorkspaceUtilities)(e)?.getWorkspacePackagePaths(e)||[]}Ws.getWorkspacePackagePaths=Y8;async function V8(e){let t=(0,Tm.getWorkspaceUtilities)(e);if(!t)return[];if(!t.getWorkspacePackagePathsAsync){let r=(0,Tm.getWorkspaceManagerAndRoot)(e)?.manager;throw new Error(`${e} is using ${r} which has not been converted to async yet`)}return t.getWorkspacePackagePathsAsync(e)}Ws.getWorkspacePackagePathsAsync=V8});var Nm=F(qs=>{"use strict";var rR=qs&&qs.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(qs,"__esModule",{value:!0});qs.getPackagesByFiles=void 0;var K8=rR(sa()),J8=rR(require("path")),X8=vl();function Q8(e,t,r,n){let i;typeof e=="string"?(i=e,t=t):{root:i,files:t,ignoreGlobs:r,returnAllPackagesOnNoMatch:n}=e;let s=(0,X8.getWorkspaces)(i),o=new Set(r?.length?(0,K8.default)(t,r):[]),a=t.filter(c=>!o.has(c)),u=new Set;for(let c of a){let f=s.filter(l=>c.startsWith(J8.default.relative(i,l.path).replace(/\\/g,"/")));if(f.length){let l=f.reduce((h,d)=>h.path.length>d.path.length?h:d,f[0]);u.add(l.name)}else if(n)return s.map(l=>l.name)}return[...u]}qs.getPackagesByFiles=Q8});var iR=F(Gs=>{"use strict";Object.defineProperty(Gs,"__esModule",{value:!0});Gs.getChangedPackages=Gs.getChangedPackagesBetweenRefs=void 0;var Sa=Ac(),Z8=Nm();function nR(e,t,r,n,i){let s=typeof e=="string"?{cwd:e,fromRef:t,toRef:r,ignoreGlobs:n,returnAllPackagesOnNoMatch:i}:e,{fromRef:o,toRef:a,ignoreGlobs:u,returnAllPackagesOnNoMatch:c=!0,...f}=s;f.throwOnError??(f.throwOnError=!0);let l=[...new Set([...(0,Sa.getUntrackedChanges)(f),...(0,Sa.getUnstagedChanges)(f),...(0,Sa.getChangesBetweenRefs)({fromRef:o,toRef:a,...f}),...(0,Sa.getStagedChanges)(f)])];return(0,Z8.getPackagesByFiles)({root:f.cwd,files:l,ignoreGlobs:u,returnAllPackagesOnNoMatch:c})}Gs.getChangedPackagesBetweenRefs=nR;function ez(e,t,r,n){let i;typeof e=="string"?i={cwd:e}:{target:t,ignoreGlobs:r,returnAllPackagesOnNoMatch:n,...i}=e,i.throwOnError??(i.throwOnError=!0);let s=t||(0,Sa.getDefaultRemoteBranch)(i);return nR({fromRef:s,...i,ignoreGlobs:r,returnAllPackagesOnNoMatch:n})}Gs.getChangedPackages=ez});var sR=F(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});Ol.listOfWorkspacePackageNames=void 0;function tz(e){return e.map(({name:t})=>t)}Ol.listOfWorkspacePackageNames=tz});var cR=F(Qr=>{"use strict";var rz=Qr&&Qr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Qr,"__esModule",{value:!0});Qr.getAllPackageJsonFilesAsync=Qr._resetPackageJsonFilesCache=Qr.getAllPackageJsonFiles=void 0;var oR=rz(require("path")),aR=Im(),uR=fs(),Ni=new Map;function nz(e){if((0,uR.isCachingEnabled)()&&Ni.has(e))return Ni.get(e);let t=(0,aR.getWorkspacePackagePaths)(e).map(r=>oR.default.join(r,"package.json"));return Ni.set(e,t),t}Qr.getAllPackageJsonFiles=nz;function iz(){Ni.clear()}Qr._resetPackageJsonFilesCache=iz;async function sz(e){if((0,uR.isCachingEnabled)()&&Ni.has(e))return Ni.get(e);let t=(await(0,aR.getWorkspacePackagePathsAsync)(e)).map(r=>oR.default.join(r,"package.json"));return Ni.set(e,t),t}Qr.getAllPackageJsonFilesAsync=sz});var fR=F(Qn=>{"use strict";Object.defineProperty(Qn,"__esModule",{value:!0});Qn.getCatalogVersion=Qn.isCatalogVersion=Qn.getCatalogs=void 0;var oz=Pi();function az(e){return(0,oz.getWorkspaceUtilities)(e)?.getCatalogs?.(e)}Qn.getCatalogs=az;var lR="catalog:";function $m(e){return e.startsWith(lR)}Qn.isCatalogVersion=$m;function uz(e){let{name:t,version:r,catalogs:n}=e;if(!$m(r))return;if(!n)throw new Error(`Dependency "${t}" uses a catalog version "${r}" but no catalogs are defined.`);let i=r.slice(lR.length),s=i?n.named?.[i]:n.default,o=i?`catalogs.${i}`:"the default catalog";if(!s)throw new Error(`Dependency "${t}" uses a catalog version "${r}" but ${o} is not defined.`);let a=s[t];if(!a)throw new Error(`Dependency "${t}" uses a catalog version "${r}", but ${o} doesn't define a version for "${t}".`);if($m(a))throw new Error(`Dependency "${t}" resolves to a recursive catalog version "${a}", which is not supported.`);return a}Qn.getCatalogVersion=uz});var wR=F(re=>{"use strict";var cz=re&&re.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),_l=re&&re.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&cz(t,e,r)};Object.defineProperty(re,"__esModule",{value:!0});re.isCatalogVersion=re.getCatalogVersion=re.getCatalogs=re.getAllPackageJsonFilesAsync=re.getAllPackageJsonFiles=re.listOfWorkspacePackageNames=re.getPackagesByFiles=re.getChangedPackagesBetweenRefs=re.getChangedPackages=re.getYarnWorkspaces=re.getYarnWorkspaceRoot=re.getRushWorkspaces=re.getRushWorkspaceRoot=re.getPnpmWorkspaces=re.getPnpmWorkspaceRoot=re.getPackageInfoAsync=re.getPackageInfo=re.getWorkspaceRoot=re.getWorkspaceManagerRoot=re.getWorkspacePackagePathsAsync=re.getWorkspacePackagePaths=re.getWorkspacesAsync=re.getWorkspaces=re.findWorkspacePath=re.getScopedPackages=re.searchUp=re.isChildOf=re.findProjectRoot=re.findPackageRoot=re.findGitRoot=re.setCachingEnabled=re.getPackageInfosAsync=re.getPackageInfos=void 0;_l(t1(),re);var hR=$_();Object.defineProperty(re,"getPackageInfos",{enumerable:!0,get:function(){return hR.getPackageInfos}});Object.defineProperty(re,"getPackageInfosAsync",{enumerable:!0,get:function(){return hR.getPackageInfosAsync}});_l(Ac(),re);_l(B_(),re);var lz=fs();Object.defineProperty(re,"setCachingEnabled",{enumerable:!0,get:function(){return lz.setCachingEnabled}});_l(Q_(),re);var Ca=Qo();Object.defineProperty(re,"findGitRoot",{enumerable:!0,get:function(){return Ca.findGitRoot}});Object.defineProperty(re,"findPackageRoot",{enumerable:!0,get:function(){return Ca.findPackageRoot}});Object.defineProperty(re,"findProjectRoot",{enumerable:!0,get:function(){return Ca.findProjectRoot}});Object.defineProperty(re,"isChildOf",{enumerable:!0,get:function(){return Ca.isChildOf}});Object.defineProperty(re,"searchUp",{enumerable:!0,get:function(){return Ca.searchUp}});var fz=eR();Object.defineProperty(re,"getScopedPackages",{enumerable:!0,get:function(){return fz.getScopedPackages}});var hz=tR();Object.defineProperty(re,"findWorkspacePath",{enumerable:!0,get:function(){return hz.findWorkspacePath}});var dR=vl();Object.defineProperty(re,"getWorkspaces",{enumerable:!0,get:function(){return dR.getWorkspaces}});Object.defineProperty(re,"getWorkspacesAsync",{enumerable:!0,get:function(){return dR.getWorkspacesAsync}});var pR=Im();Object.defineProperty(re,"getWorkspacePackagePaths",{enumerable:!0,get:function(){return pR.getWorkspacePackagePaths}});Object.defineProperty(re,"getWorkspacePackagePathsAsync",{enumerable:!0,get:function(){return pR.getWorkspacePackagePathsAsync}});var gR=Nd();Object.defineProperty(re,"getWorkspaceManagerRoot",{enumerable:!0,get:function(){return gR.getWorkspaceManagerRoot}});Object.defineProperty(re,"getWorkspaceRoot",{enumerable:!0,get:function(){return gR.getWorkspaceRoot}});var mR=aa();Object.defineProperty(re,"getPackageInfo",{enumerable:!0,get:function(){return mR.getPackageInfo}});Object.defineProperty(re,"getPackageInfoAsync",{enumerable:!0,get:function(){return mR.getPackageInfoAsync}});var yR=pm();Object.defineProperty(re,"getPnpmWorkspaceRoot",{enumerable:!0,get:function(){return yR.getPnpmWorkspaceRoot}});Object.defineProperty(re,"getPnpmWorkspaces",{enumerable:!0,get:function(){return yR.getPnpmWorkspaces}});var vR=Pm();Object.defineProperty(re,"getRushWorkspaceRoot",{enumerable:!0,get:function(){return vR.getRushWorkspaceRoot}});Object.defineProperty(re,"getRushWorkspaces",{enumerable:!0,get:function(){return vR.getRushWorkspaces}});var AR=hm();Object.defineProperty(re,"getYarnWorkspaceRoot",{enumerable:!0,get:function(){return AR.getYarnWorkspaceRoot}});Object.defineProperty(re,"getYarnWorkspaces",{enumerable:!0,get:function(){return AR.getYarnWorkspaces}});var ER=iR();Object.defineProperty(re,"getChangedPackages",{enumerable:!0,get:function(){return ER.getChangedPackages}});Object.defineProperty(re,"getChangedPackagesBetweenRefs",{enumerable:!0,get:function(){return ER.getChangedPackagesBetweenRefs}});var dz=Nm();Object.defineProperty(re,"getPackagesByFiles",{enumerable:!0,get:function(){return dz.getPackagesByFiles}});var pz=sR();Object.defineProperty(re,"listOfWorkspacePackageNames",{enumerable:!0,get:function(){return pz.listOfWorkspacePackageNames}});var bR=cR();Object.defineProperty(re,"getAllPackageJsonFiles",{enumerable:!0,get:function(){return bR.getAllPackageJsonFiles}});Object.defineProperty(re,"getAllPackageJsonFilesAsync",{enumerable:!0,get:function(){return bR.getAllPackageJsonFilesAsync}});var Mm=fR();Object.defineProperty(re,"getCatalogs",{enumerable:!0,get:function(){return Mm.getCatalogs}});Object.defineProperty(re,"getCatalogVersion",{enumerable:!0,get:function(){return Mm.getCatalogVersion}});Object.defineProperty(re,"isCatalogVersion",{enumerable:!0,get:function(){return Mm.isCatalogVersion}})});var HY={};ZF(HY,{run:()=>UF});module.exports=ek(HY);var to=require("os");var La=require("os"),nn=()=>(0,La.platform)()==="linux"&&(0,La.release)().toLowerCase().includes("wsl");var Ta=()=>{let e={win32:["x64"],darwin:["x64","arm64"]};return nn()||e[(0,to.platform)()]&&e[(0,to.platform)()].includes((0,to.arch)())};var tk=[!0,"true","TRUE",1],h0=()=>{let e=process.env.CODESPACES||"";return tk.includes(e)};var Ia=require("os");var Gi=(e,t,r)=>{let n=new Map;n.set("success",e.success?"true":"false"),n.set("automaticSuccess",e.automaticSuccess?"true":"false"),n.set("error",e.error||""),n.set("platform",nn()?"wsl":(0,Ia.platform)()),n.set("arch",(0,Ia.arch)()),r&&(r.LogEvent("node-azure-auth",n),t&&r.flush())};var Xl=require("os");var Ga=require("assert");var rk={right:ak,center:uk},nk=0,Na=1,ik=2,$a=3,ef=class{constructor(t){var r;this.width=t.width,this.wrap=(r=t.wrap)!==null&&r!==void 0?r:!0,this.rows=[]}span(...t){let r=this.div(...t);r.span=!0}resetOutput(){this.rows=[]}div(...t){if(t.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...t)&&typeof t[0]=="string")return this.applyLayoutDSL(t[0]);let r=t.map(n=>typeof n=="string"?this.colFromString(n):n);return this.rows.push(r),r}shouldApplyLayoutDSL(...t){return t.length===1&&typeof t[0]=="string"&&/[\t\n]/.test(t[0])}applyLayoutDSL(t){let r=t.split(`
101
- `).map(i=>i.split(" ")),n=0;return r.forEach(i=>{i.length>1&&Qt.stringWidth(i[0])>n&&(n=Math.min(Math.floor(this.width*.5),Qt.stringWidth(i[0])))}),r.forEach(i=>{this.div(...i.map((s,o)=>({text:s.trim(),padding:this.measurePadding(s),width:o===0&&i.length>1?n:void 0})))}),this.rows[this.rows.length-1]}colFromString(t){return{text:t,padding:this.measurePadding(t)}}measurePadding(t){let r=Qt.stripAnsi(t);return[0,r.match(/\s*$/)[0].length,0,r.match(/^\s*/)[0].length]}toString(){let t=[];return this.rows.forEach(r=>{this.rowToString(r,t)}),t.filter(r=>!r.hidden).map(r=>r.text).join(`
102
- `)}rowToString(t,r){return this.rasterize(t).forEach((n,i)=>{let s="";n.forEach((o,a)=>{let{width:u}=t[a],c=this.negatePadding(t[a]),f=o;if(c>Qt.stringWidth(o)&&(f+=" ".repeat(c-Qt.stringWidth(o))),t[a].align&&t[a].align!=="left"&&this.wrap){let h=rk[t[a].align];f=h(f,c),Qt.stringWidth(f)<c&&(f+=" ".repeat((u||0)-Qt.stringWidth(f)-1))}let l=t[a].padding||[0,0,0,0];l[$a]&&(s+=" ".repeat(l[$a])),s+=d0(t[a],f,"| "),s+=f,s+=d0(t[a],f," |"),l[Na]&&(s+=" ".repeat(l[Na])),i===0&&r.length>0&&(s=this.renderInline(s,r[r.length-1]))}),r.push({text:s.replace(/ +$/,""),span:t.span})}),r}renderInline(t,r){let n=t.match(/^ */),i=n?n[0].length:0,s=r.text,o=Qt.stringWidth(s.trimRight());return r.span?this.wrap?i<o?t:(r.hidden=!0,s.trimRight()+" ".repeat(i-o)+t.trimLeft()):(r.hidden=!0,s+t):t}rasterize(t){let r=[],n=this.columnWidths(t),i;return t.forEach((s,o)=>{s.width=n[o],this.wrap?i=Qt.wrap(s.text,this.negatePadding(s),{hard:!0}).split(`
47
+ `+c}function MI(e,t){var r=!1,n=!1;t.legacy||t.mode==="json"||(t.mode==="cjson"?n=!0:(t.mode,r=!0));var i=r?mr.isLineTerminator:mr.isLineTerminatorJSON,s=r?mr.isWhiteSpace:mr.isWhiteSpaceJSON,o=e.length,a=0,u=0,c=0,f=[],l=function(){},h=function(x){return x};t._tokenize&&(function(){var x=null;l=function(){if(x!==null)throw Error("internal error, token overlap");x=c},h=function(w,R){if(x!=c){var L={raw:e.substr(x,c-x),type:R,stack:f.slice(0)};w!==void 0&&(L.value=w),t._tokenize.call(null,L)}return x=null,w}})();function p(x){var w=c-u;if(!x)if(c<o){var R="'"+JSON.stringify(e[c]).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";x||(x="Unexpected token "+R)}else x||(x="Unexpected end of input");var L=SyntaxError(BI(e,x,c,a,w,r));throw L.row=a+1,L.column=w+1,L}function d(x){x==="\r"&&e[c]===`
48
+ `&&c++,u=c,a++}function g(){for(var x;c<o;){l();var w=e[c++];return w==='"'||w==="'"&&r?h(I(w),"literal"):w==="{"?(h(void 0,"separator"),F()):w==="["?(h(void 0,"separator"),N()):w==="-"||w==="."||Zi(w)||r&&(w==="+"||w==="I"||w==="N")?h(q(),"literal"):w==="n"?(P("null"),h(null,"literal")):w==="t"?(P("true"),h(!0,"literal")):w==="f"?(P("false"),h(!1,"literal")):(c--,h(void 0))}}function m(){for(var x;c<o;){l();var w=e[c++];if(w==='"'||w==="'"&&r)return h(I(w),"key");if(w==="{")return h(void 0,"separator"),F();if(w==="[")return h(void 0,"separator"),N();if(w==="."||Zi(w))return h(q(!0),"key");if(r&&mr.isIdentifierStart(w)||w==="\\"&&e[c]==="u"){var R=c-1,x=j();return x===void 0?(c=R,h(void 0)):h(x,"key")}else return c--,h(void 0)}}function b(){for(l();c<o;){var x=e[c++];if(i(x))c--,h(void 0,"whitespace"),l(),c++,d(x),h(void 0,"newline"),l();else if(!s(x))if(x==="/"&&(r||n)&&(e[c]==="/"||e[c]==="*"))c--,h(void 0,"whitespace"),l(),c++,_(e[c++]==="*"),h(void 0,"comment"),l();else{c--;break}}return h(void 0,"whitespace")}function _(x){for(;c<o;){var w=e[c++];if(i(w)){if(!x){c--;return}d(w)}else if(w==="*"&&x&&e[c]==="/"){c++;return}}x&&p("Unclosed multiline comment")}function P(x){for(var w=c,R=x.length,L=1;L<R;L++)(c>=o||x[L]!=e[c])&&(c=w-1,p()),c++}function F(){for(var x=t.null_prototype?Object.create(null):{},w={},R=!1;c<o;){b();var L=m();b(),l();var W=e[c++];if(h(void 0,"separator"),W==="}"&&L===void 0)return!r&&R&&(c--,p("Trailing comma in object")),x;if(W===":"&&L!==void 0){b(),f.push(L);var v=g();f.pop(),v===void 0&&p("No value found for key "+L),typeof L!="string"&&(!r||typeof L!="number")&&p("Wrong key type: "+L),(L in w||w[L]!=null)&&t.reserved_keys!=="replace"?t.reserved_keys==="throw"&&p("Reserved key: "+L):(typeof t.reviver=="function"&&(v=t.reviver.call(null,L,v)),v!==void 0&&(R=!0,Object.defineProperty(x,L,{value:v,enumerable:!0,configurable:!0,writable:!0}))),b(),l();var W=e[c++];if(h(void 0,"separator"),W===",")continue;if(W==="}")return x;p()}else c--,p()}p()}function N(){for(var x=[];c<o;){b(),f.push(x.length);var w=g();f.pop(),b(),l();var R=e[c++];if(h(void 0,"separator"),w!==void 0&&(typeof t.reviver=="function"&&(w=t.reviver.call(null,String(x.length),w)),w===void 0?(x.length++,w=!0):x.push(w)),R===",")w===void 0&&p("Elisions are not supported");else{if(R==="]")return!r&&w===void 0&&x.length&&(c--,p("Trailing comma in array")),x;c--,p()}}}function q(){c--;var x=c,w=e[c++],R,L=function(re){var V=e.substr(x,c-x);if(re)var Ae=parseInt(V.replace(/^0o?/,""),8);else var Ae=Number(V);if(Number.isNaN(Ae))c--,p('Bad numeric literal - "'+e.substr(x,c-x+1)+'"');else if(!r&&!V.match(/^-?(0|[1-9][0-9]*)(\.[0-9]+)?(e[+-]?[0-9]+)?$/i))c--,p('Non-json numeric literal - "'+e.substr(x,c-x+1)+'"');else return Ae};if((w==="-"||w==="+"&&r)&&(w=e[c++]),w==="N"&&r)return P("NaN"),NaN;if(w==="I"&&r)return P("Infinity"),L();if(w>="1"&&w<="9"){for(;c<o&&Zi(e[c]);)c++;w=e[c++]}if(w==="0"){w=e[c++];var W=w==="o"||w==="O"||si(w),v=w==="x"||w==="X";if(r&&(W||v)){for(;c<o&&(v?ii:si)(e[c]);)c++;var O=1;return e[x]==="-"?(O=-1,x++):e[x]==="+"&&x++,O*L(W)}}if(w==="."){for(;c<o&&Zi(e[c]);)c++;w=e[c++]}if(w==="e"||w==="E"){for(w=e[c++],(w==="-"||w==="+")&&c++;c<o&&Zi(e[c]);)c++;w=e[c++]}return c--,L()}function j(){c--;for(var x="";c<o;){var w=e[c++];if(w==="\\"&&e[c]==="u"&&ii(e[c+1])&&ii(e[c+2])&&ii(e[c+3])&&ii(e[c+4])&&(w=String.fromCharCode(parseInt(e.substr(c+1,4),16)),c+=5),x.length)if(mr.isIdentifierPart(w))x+=w;else return c--,x;else if(mr.isIdentifierStart(w))x+=w;else return}p()}function I(x){for(var w="";c<o;){var R=e[c++];if(R===x)return w;if(R==="\\")if(c>=o&&p(),R=e[c++],Ow[R]&&(r||R!="v"&&R!="'"))w+=Ow[R];else if(r&&i(R))d(R);else if(R==="u"||R==="x"&&r){for(var L=R==="u"?4:2,W=0;W<L;W++)c>=o&&p(),ii(e[c])||p("Bad escape sequence"),c++;w+=String.fromCharCode(parseInt(e.substr(c-L,L),16))}else if(r&&si(R)){if(R<"4"&&si(e[c])&&si(e[c+1]))var v=3;else if(si(e[c]))var v=2;else var v=1;c+=v-1,w+=String.fromCharCode(parseInt(e.substr(c-v,v),8))}else r?w+=R:(c--,p());else i(R)?p():(!r&&R.charCodeAt(0)<32&&(c--,p("Unexpected control character")),w+=R)}p()}b();var M=g();if(M!==void 0||c<o){if(b(),c>=o)return typeof t.reviver=="function"&&(M=t.reviver.call(null,"",M)),M;p()}else p(c?"No data, only a whitespace":"No data, empty input")}ra.exports.parse=function(t,r){if(typeof r=="function"&&(r={reviver:r}),t!==void 0){typeof t!="string"&&(t=String(t)),r==null&&(r={}),r.reserved_keys==null&&(r.reserved_keys="ignore"),(r.reserved_keys==="throw"||r.reserved_keys==="ignore")&&r.null_prototype==null&&(r.null_prototype=!0);try{return MI(t,r)}catch(i){if(i instanceof SyntaxError&&i.row!=null&&i.column!=null){var n=i;i=SyntaxError(n.message),i.column=n.column,i.row=n.row}throw i}}};ra.exports.tokenize=function(t,r){r==null&&(r={}),r._tokenize=function(i){r._addstack&&i.stack.unshift.apply(i.stack,r._addstack),n.push(i)};var n=[];return n.data=ra.exports.parse(t,r),n}});var Qf=A((u4,Fw)=>{var Xf=Kf();(function(){}).name||Object.defineProperty((function(){}).constructor.prototype,"name",{get:function(){var e=this.toString().match(/^\s*function\s*(\S*)\s*\(/)[1];return Object.defineProperty(this,"name",{value:e}),e}});var jI={0:"\\0",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",92:"\\\\"},qI=Object.prototype.hasOwnProperty,Rw=/[\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/;function Jf(e,t,r,n){var i=t.mode==="json5"||!t.mode;function s(l,h){var p=t._prefix?t._prefix:"";if(!t.indent)return p+l;for(var d="",g=r+(h||0),m=0;m<g;m++)d+=t.indent;return p+d+l+(h?`
49
+ `:"")}function o(l){if(t.quote_keys)return a(l);if(String(Number(l))==l&&l[0]!="-")return l;if(l=="")return a(l);for(var h="",p=0;p<l.length;p++){if(p>0){if(!Xf.isIdentifierPart(l[p]))return a(l)}else if(!Xf.isIdentifierStart(l[p]))return a(l);var d=l.charCodeAt(p);t.ascii?d<128?h+=l[p]:h+="\\u"+("0000"+d.toString(16)).slice(-4):Rw.exec(l[p])?h+="\\u"+("0000"+d.toString(16)).slice(-4):h+=l[p]}return h}function a(l){for(var h=t.quote,p=h.charCodeAt(0),d="",g=0;g<l.length;g++){var m=l.charCodeAt(g);if(m<16)m===0&&i?d+="\\0":m>=8&&m<=13&&(i||m!==11)?d+=jI[m]:i?d+="\\x0"+m.toString(16):d+="\\u000"+m.toString(16);else if(m<32)i?d+="\\x"+m.toString(16):d+="\\u00"+m.toString(16);else if(m>=32&&m<128)m===47&&g&&l[g-1]==="<"?d+="\\"+l[g]:m===92?d+="\\\\":m===p?d+="\\"+h:d+=l[g];else if(t.ascii||Xf.isLineTerminator(l[g])||Rw.exec(l[g]))if(m<256)i?d+="\\x"+m.toString(16):d+="\\u00"+m.toString(16);else if(m<4096)d+="\\u0"+m.toString(16);else if(m<65536)d+="\\u"+m.toString(16);else throw Error("weird codepoint");else d+=l[g]}return h+d+h}function u(){if(e===null)return"null";var l=[],h=0,p;if(Array.isArray(e)){p="[]";for(var d=0;d<e.length;d++){var g=Jf(e[d],t,r+1,String(d));g===void 0&&(g="null"),h+=g.length+2,l.push(g+",")}}else{p="{}";var m=function(P){var F=Jf(e[P],t,r+1,P);F!==void 0&&(F=o(P)+":"+(t.indent?" ":"")+F+",",h+=F.length+1,l.push(F))};if(Array.isArray(t.replacer))for(var d=0;d<t.replacer.length;d++)qI.call(e,t.replacer[d])&&m(t.replacer[d]);else{var b=Object.keys(e);t.sort_keys&&(b=b.sort(typeof t.sort_keys=="function"?t.sort_keys:void 0)),b.forEach(m)}}if(h-=2,t.indent&&(h>t._splitMax-r*t.indent.length||h>t._splitMin)){t.no_trailing_comma&&l.length&&(l[l.length-1]=l[l.length-1].substring(0,l[l.length-1].length-1));var _=l.map(function(P){return s(P,1)}).join("");return p[0]+(t.indent?`
50
+ `:"")+_+s(p[1])}else{l.length&&(l[l.length-1]=l[l.length-1].substring(0,l[l.length-1].length-1));var _=l.join(t.indent?" ":"");return p[0]+_+p[1]}}function c(l){switch(typeof t.replacer=="function"&&(l=t.replacer.call(null,n,l)),typeof l){case"string":return a(l);case"number":return l===0&&1/l<0?"-0":!i&&!Number.isFinite(l)?"null":l.toString();case"boolean":return l.toString();case"undefined":return;case"function":default:return JSON.stringify(l)}}if(t._stringify_key)return o(e);if(typeof e=="object"){if(e===null)return"null";var f;return(typeof(f=e.toJSON5)=="function"&&t.mode!=="json"||typeof(f=e.toJSON)=="function")&&(e=f.call(e,n)),e===null?"null":typeof e!="object"?c(e):e.constructor===Number||e.constructor===Boolean||e.constructor===String?(e=e.valueOf(),c(e)):e.constructor===Date?c(e.toISOString()):typeof t.replacer=="function"&&(e=t.replacer.call(null,n,e),typeof e!="object")?c(e):u(e)}else return c(e)}Fw.exports.stringify=function(t,r,n){return typeof r=="function"||Array.isArray(r)?r={replacer:r}:typeof r=="object"&&r!==null||(r={}),n!=null&&(r.indent=n),r.indent==null&&(r.indent=" "),r.quote==null&&(r.quote="'"),r.ascii==null&&(r.ascii=!1),r.mode==null&&(r.mode="json5"),(r.mode==="json"||r.mode==="cjson")&&(r.quote='"',r.no_trailing_comma=!0,r.quote_keys=!0),typeof r.indent=="object"&&(r.indent.constructor===Number||r.indent.constructor===Boolean||r.indent.constructor===String)&&(r.indent=r.indent.valueOf()),typeof r.indent=="number"?r.indent>=0?r.indent=Array(Math.min(~~r.indent,10)+1).join(" "):r.indent=!1:typeof r.indent=="string"&&(r.indent=r.indent.substr(0,10)),r._splitMin==null&&(r._splitMin=50),r._splitMax==null&&(r._splitMax=70),Jf(t,r,0,"")}});var Zf=A((c4,Lw)=>{var WI=es().tokenize;Lw.exports.analyze=function(t,r){r==null&&(r={}),Array.isArray(t)||(t=WI(t,r));for(var n={has_whitespace:!1,has_comments:!1,has_newlines:!1,has_trailing_comma:!1,indent:"",newline:`
51
+ `,quote:'"',quote_keys:!0},i={indent:{},newline:{},quote:{}},s=0;s<t.length;s++){if(t[s].type==="newline"){if(t[s+1]&&t[s+1].type==="whitespace"&&(t[s+1].raw[0]===" "&&(i.indent[" "]=(i.indent[" "]||0)+1),t[s+1].raw.match(/^\x20+$/))){var o=t[s+1].raw.length,a=t[s+1].stack.length+1;if(o%a===0){var u=Array(o/a+1).join(" ");i.indent[u]=(i.indent[u]||0)+1}}i.newline[t[s].raw]=(i.newline[t[s].raw]||0)+1}if(t[s].type==="newline"&&(n.has_newlines=!0),t[s].type==="whitespace"&&(n.has_whitespace=!0),t[s].type==="comment"&&(n.has_comments=!0),t[s].type==="key"&&t[s].raw[0]!=='"'&&t[s].raw[0]!=="'"&&(n.quote_keys=!1),(t[s].type==="key"||t[s].type==="literal")&&(t[s].raw[0]==='"'||t[s].raw[0]==="'")&&(i.quote[t[s].raw[0]]=(i.quote[t[s].raw[0]]||0)+1),t[s].type==="separator"&&t[s].raw===",")for(var c=s+1;c<t.length&&!(t[c].type==="literal"||t[c].type==="key");c++)t[c].type==="separator"&&(n.has_trailing_comma=!0)}for(var f in i)Object.keys(i[f]).length&&(n[f]=Object.keys(i[f]).reduce(function(l,h){return i[f][l]>i[f][h]?l:h}));return n}});var $w=A((l4,th)=>{var Yt=require("assert"),Iw=es().tokenize,UI=Qf().stringify,GI=Zf().analyze;function rs(e){return typeof e=="object"&&e!==null}function na(e,t,r,n,i){r=Object.create(r),r._stringify_key=!!n,i&&(r._prefix=i.prefix.map(function(a){return a.raw}).join("")),r._splitMin==null&&(r._splitMin=0),r._splitMax==null&&(r._splitMax=0);var s=UI(e,r);if(n)return[{raw:s,type:"key",stack:t,value:e}];r._addstack=t;var o=Iw(s,{_addstack:t});return o.data=null,o}function eh(e){if(typeof e=="number"&&(e=String(e)),e===""&&(e=[]),typeof e=="string"&&(e=e.split(".")),!Array.isArray(e))throw Error("Invalid path type, string or array expected");return e}function Dw(e,t,r,n,i){for(;r[n].stack[t]!=e;)if(n++>=i)return!1;for(;r[i].stack[t]!=e;)if(i--<n)return!1;return[n,i]}function ts(e){return e==="whitespace"||e==="newline"||e==="comment"}function Tw(e,t,r){for(;ts(e[t].type);)if(t++>=r)return!1;return t}function oi(e,t,r){for(;ts(e[r].type);)if(r--<t)return!1;return r}function kw(e,t,r,n,i){var s={sep1:[],sep2:[],suffix:[],prefix:[],newline:[]};if(e[n].type==="separator"&&e[n].stack.length!==i+1&&e[n].raw!==","||(e[n].type==="separator"&&(n=oi(e,r,n-1)),n===!1))return s;for(;e[n].stack.length>i;)n--;if(!t){for(;ts(e[n].type);){if(n<r)return s;if(e[n].type==="whitespace")s.sep2.unshift(e[n]);else return s;n--}for(Yt.equal(e[n].type,"separator"),Yt.equal(e[n].raw,":");ts(e[--n].type);){if(n<r)return s;if(e[n].type==="whitespace")s.sep1.unshift(e[n]);else return s}Yt.equal(e[n].type,"key"),n--}for(;ts(e[n].type);){if(n<r)return s;if(e[n].type==="whitespace")s.prefix.unshift(e[n]);else return e[n].type==="newline"&&s.newline.unshift(e[n]),s;n--}return s}function yr(e,t){var r=Object.create(yr.prototype);t==null&&(t={});var n=r._tokens=Iw(e,t);r._data=n.data,n.data=null,r._options=t;var i=GI(e,t);return t.indent==null&&(t.indent=i.indent),t.quote==null&&(t.quote=i.quote),t.quote_keys==null&&(t.quote_keys=i.quote_keys),t.no_trailing_comma==null&&(t.no_trailing_comma=!i.has_trailing_comma),r}function Nw(e,t,r){function n(i){return Error("You can't "+(r?"unset":"set")+" key '"+e+"'"+i)}if(!rs(t))throw n(" of an non-object");if(Array.isArray(t))if(String(e).match(/^\d+$/)){if(e=Number(String(e)),t.length<e||r&&t.length===e)throw n(", out of bounds");if(r&&t.length!==e+1)throw n(" in the middle of an array");return!0}else throw n(" of an array");else return!0}yr.prototype.set=function(e,t){if(e=eh(e),e.length===0){if(t===void 0)throw Error("can't remove root document");this._data=t;var r=!1}else{for(var n=this._data,i=0;i<e.length-1;i++)Nw(e[i],n,!1),n=n[e[i]];i===e.length-1&&Nw(e[i],n,t===void 0);var r=!(e[i]in n);t===void 0?Array.isArray(n)?n.pop():delete n[e[i]]:n[e[i]]=t}this._tokens.length||(this._tokens=[{raw:"",type:"literal",stack:[],value:void 0}]);for(var s=[Tw(this._tokens,0,this._tokens.length-1),oi(this._tokens,0,this._tokens.length-1)],i=0;i<e.length-1;i++)if(s=Dw(e[i],i,this._tokens,s[0],s[1]),s==!1)throw Error("internal error, please report this");if(e.length===0)var o=na(t,e,this._options);else if(r){var f=e.slice(0,i),u=oi(this._tokens,s[0]+1,s[1]-1);Yt(u!==!1);var c=u!==!1?kw(this._tokens,Array.isArray(n),s[0]+1,u,i):{},o=na(t,e,this._options,!1,c),l=[];c.newline&&c.newline.length&&(l=l.concat(c.newline)),c.prefix&&c.prefix.length&&(l=l.concat(c.prefix)),Array.isArray(n)||(l=l.concat(na(e[e.length-1],f,this._options,!0)),c.sep1&&c.sep1.length&&(l=l.concat(c.sep1)),l.push({raw:":",type:"separator",stack:f}),c.sep2&&c.sep2.length&&(l=l.concat(c.sep2))),o.unshift.apply(o,l),this._tokens[u].type==="separator"&&this._tokens[u].stack.length===e.length-1?this._tokens[u].raw===","&&o.push({raw:",",type:"separator",stack:f}):o.unshift({raw:",",type:"separator",stack:f}),c.suffix&&c.suffix.length&&o.push.apply(o,c.suffix),Yt.equal(this._tokens[s[1]].type,"separator"),s[0]=u+1,s[1]=u}else{var a=s;if(s=Dw(e[i],i,this._tokens,s[0],s[1]),t===void 0&&s!==!1){var o=[];if(!Array.isArray(n)){var u=oi(this._tokens,a[0],s[0]-1);Yt.equal(this._tokens[u].type,"separator"),Yt.equal(this._tokens[u].raw,":"),s[0]=u;var u=oi(this._tokens,a[0],s[0]-1);Yt.equal(this._tokens[u].type,"key"),Yt.equal(this._tokens[u].value,e[e.length-1]),s[0]=u}var u=oi(this._tokens,a[0],s[0]-1);Yt.equal(this._tokens[u].type,"separator"),this._tokens[u].raw===","?s[0]=u:(u=Tw(this._tokens,s[1]+1,a[1]),Yt.equal(this._tokens[u].type,"separator"),this._tokens[u].raw===","&&(s[1]=u))}else var c=u!==!1?kw(this._tokens,Array.isArray(n),a[0],s[1]-1,i):{},o=na(t,e,this._options,!1,c)}return o.unshift(s[1]-s[0]+1),o.unshift(s[0]),this._tokens.splice.apply(this._tokens,o),this};yr.prototype.unset=function(e){return this.set(e,void 0)};yr.prototype.get=function(e){e=eh(e);for(var t=this._data,r=0;r<e.length;r++){if(!rs(t))return;t=t[e[r]]}return t};yr.prototype.has=function(e){e=eh(e);for(var t=this._data,r=0;r<e.length;r++){if(!rs(t))return!1;t=t[e[r]]}return t!==void 0};yr.prototype.update=function(e){var t=this;return r([],t._data,e),t;function r(n,i,s){if(!rs(s)||!rs(i))s!==i&&t.set(n,s);else if(Array.isArray(s)!=Array.isArray(i))t.set(n,s);else if(Array.isArray(s))if(s.length>i.length)for(var o=0;o<s.length;o++)n.push(String(o)),r(n,i[o],s[o]),n.pop();else for(var o=i.length-1;o>=0;o--)n.push(String(o)),r(n,i[o],s[o]),n.pop();else{for(var o in s)n.push(String(o)),r(n,i[o],s[o]),n.pop();for(var o in i)o in s||(n.push(String(o)),r(n,i[o],s[o]),n.pop())}}};yr.prototype.toString=function(){return this._tokens.map(function(e){return e.raw}).join("")};th.exports.Document=yr;th.exports.update=function(t,r,n){return yr(t,n).update(r).toString()}});var Bw=A((f4,ia)=>{var HI=require("fs"),zI=ns();ia.exports.register=function(){var e=require,t="extensions";e[t][".json5"]=function(r,n){r.exports=zI.parse(HI.readFileSync(n,"utf8"))}};ia.exports.patch_JSON_parse=function(){var e=JSON.parse;JSON.parse=function(t,r){try{return e(t,r)}catch(n){throw ns().parse(t,{mode:"json",legacy:!0,reviver:r,reserved_keys:"replace",null_prototype:!1}),n}}};ia.exports.middleware=function(){return function(e,t,r){throw Error("this function is removed, use express-json5 instead")}}});var ns=A((h4,hn)=>{hn.exports.__defineGetter__("parse",function(){return es().parse});hn.exports.__defineGetter__("stringify",function(){return Qf().stringify});hn.exports.__defineGetter__("tokenize",function(){return es().tokenize});hn.exports.__defineGetter__("update",function(){return $w().update});hn.exports.__defineGetter__("analyze",function(){return Zf().analyze});hn.exports.__defineGetter__("utils",function(){return Bw()})});var Uw=A(Ze=>{"use strict";var nh=Ze&&Ze.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Ze,"__esModule",{value:!0});Ze.getWorkspacesAsync=Ze.getWorkspaces=Ze.getRushWorkspacesAsync=Ze.getRushWorkspaces=Ze.getWorkspacePackagePaths=Ze.getRushWorkspaceRoot=void 0;var rh=nh(require("path")),YI=nh(ns()),VI=nh(require("fs")),Mw=Gi(),ih=hr(),KI=Wn();function jw(e){let t=(0,KI.getWorkspaceManagerAndRoot)(e,void 0,"rush")?.root;if(!t)throw new Error("Could not find rush workspace root from "+e);return t}Ze.getRushWorkspaceRoot=jw;function sh(e){try{let t=jw(e),r=rh.default.join(t,"rush.json"),n=YI.default.parse(VI.default.readFileSync(r,"utf-8")),i=rh.default.dirname(r);return n.projects.map(s=>rh.default.join(i,s.projectFolder))}catch(t){return(0,ih.logVerboseWarning)(`Error getting rush workspace package paths for ${e}`,t),[]}}Ze.getWorkspacePackagePaths=sh;function qw(e){try{let t=sh(e);return(0,Mw.getWorkspacePackageInfo)(t)}catch(t){return(0,ih.logVerboseWarning)(`Error getting rush workspaces for ${e}`,t),[]}}Ze.getRushWorkspaces=qw;Ze.getWorkspaces=qw;async function Ww(e){try{let t=sh(e);return(0,Mw.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,ih.logVerboseWarning)(`Error getting rush workspaces for ${e}`,t),[]}}Ze.getRushWorkspacesAsync=Ww;Ze.getWorkspacesAsync=Ww});var zw=A(yt=>{"use strict";Object.defineProperty(yt,"__esModule",{value:!0});yt.getWorkspacesAsync=yt.getWorkspaces=yt.getNpmWorkspacesAsync=yt.getNpmWorkspaces=yt.getWorkspacePackagePathsAsync=yt.getWorkspacePackagePaths=void 0;var XI=ea(),sa=df();function oa(e){let t=(0,XI.getWorkspaceManagerAndRoot)(e,void 0,"npm")?.root;if(!t)throw new Error("Could not find npm workspace root from "+e);return t}function JI(e){let t=oa(e);return(0,sa.getPackagePathsFromWorkspaceRoot)(t)}yt.getWorkspacePackagePaths=JI;function QI(e){let t=oa(e);return(0,sa.getPackagePathsFromWorkspaceRootAsync)(t)}yt.getWorkspacePackagePathsAsync=QI;function Gw(e){let t=oa(e);return(0,sa.getWorkspaceInfoFromWorkspaceRoot)(t)}yt.getNpmWorkspaces=Gw;yt.getWorkspaces=Gw;function Hw(e){let t=oa(e);return(0,sa.getWorkspaceInfoFromWorkspaceRootAsync)(t)}yt.getNpmWorkspacesAsync=Hw;yt.getWorkspacesAsync=Hw});var Xw=A(At=>{"use strict";var oh=At&&At.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(At,"__esModule",{value:!0});At.getWorkspacesAsync=At.getWorkspaces=At.getLernaWorkspacesAsync=At.getLernaWorkspaces=At.getWorkspacePackagePaths=void 0;var ZI=oh(require("fs")),e$=oh(ns()),t$=oh(require("path")),r$=qo(),Yw=Gi(),ah=hr(),n$=Wn();function i$(e){let t=(0,n$.getWorkspaceManagerAndRoot)(e,void 0,"lerna")?.root;if(!t)throw new Error("Could not find lerna workspace root from "+e);return t}function uh(e){try{let t=i$(e),r=t$.default.join(t,"lerna.json"),n=e$.default.parse(ZI.default.readFileSync(r,"utf-8"));return(0,r$.getPackagePaths)(t,n.packages)}catch(t){return(0,ah.logVerboseWarning)(`Error getting lerna workspace package paths for ${e}`,t),[]}}At.getWorkspacePackagePaths=uh;function Vw(e){try{let t=uh(e);return(0,Yw.getWorkspacePackageInfo)(t)}catch(t){return(0,ah.logVerboseWarning)(`Error getting lerna workspaces for ${e}`,t),[]}}At.getLernaWorkspaces=Vw;At.getWorkspaces=Vw;async function Kw(e){try{let t=uh(e);return(0,Yw.getWorkspacePackageInfoAsync)(t)}catch(t){return(0,ah.logVerboseWarning)(`Error getting lerna workspaces for ${e}`,t),[]}}At.getLernaWorkspacesAsync=Kw;At.getWorkspacesAsync=Kw});var Jw=A(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});aa.getWorkspaceUtilities=void 0;var s$=Wn();function o$(e){switch((0,s$.getWorkspaceManagerAndRoot)(e)?.manager){case"yarn":return ww();case"pnpm":return xw();case"rush":return Uw();case"npm":return zw();case"lerna":return Xw()}}aa.getWorkspaceUtilities=o$});var ea=A(ai=>{"use strict";Object.defineProperty(ai,"__esModule",{value:!0});ai.getWorkspaceUtilities=ai.getWorkspaceManagerAndRoot=void 0;var a$=Wn();Object.defineProperty(ai,"getWorkspaceManagerAndRoot",{enumerable:!0,get:function(){return a$.getWorkspaceManagerAndRoot}});var u$=Jw();Object.defineProperty(ai,"getWorkspaceUtilities",{enumerable:!0,get:function(){return u$.getWorkspaceUtilities}})});var Sc=A(ui=>{"use strict";Object.defineProperty(ui,"__esModule",{value:!0});ui.getWorkspaceManagerRoot=ui.getWorkspaceRoot=void 0;var c$=ea();function l$(e,t){return Qw(e,t)}ui.getWorkspaceRoot=l$;function Qw(e,t){return(0,c$.getWorkspaceManagerAndRoot)(e,void 0,t)?.root}ui.getWorkspaceManagerRoot=Qw});var lE=A(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});ba.walkUp=void 0;var cE=require("path"),TB=function*(e){for(e=(0,cE.resolve)(e);e;){yield e;let t=(0,cE.dirname)(e);if(t===e)break;e=t}};ba.walkUp=TB});var Lh=A((M4,dE)=>{var{hasOwnProperty:Rh}=Object.prototype,Fh=(e,t={})=>{typeof t=="string"&&(t={section:t}),t.align=t.align===!0,t.newline=t.newline===!0,t.sort=t.sort===!0,t.whitespace=t.whitespace===!0||t.align===!0,t.platform=t.platform||typeof process<"u"&&process.platform,t.bracketedArray=t.bracketedArray!==!1;let r=t.platform==="win32"?`\r
52
+ `:`
53
+ `,n=t.whitespace?" = ":"=",i=[],s=t.sort?Object.keys(e).sort():Object.keys(e),o=0;t.align&&(o=wr(s.filter(c=>e[c]===null||Array.isArray(e[c])||typeof e[c]!="object").map(c=>Array.isArray(e[c])?`${c}[]`:c).concat([""]).reduce((c,f)=>wr(c).length>=wr(f).length?c:f)).length);let a="",u=t.bracketedArray?"[]":"";for(let c of s){let f=e[c];if(f&&Array.isArray(f))for(let l of f)a+=wr(`${c}${u}`).padEnd(o," ")+n+wr(l)+r;else f&&typeof f=="object"?i.push(c):a+=wr(c).padEnd(o," ")+n+wr(f)+r}t.section&&a.length&&(a="["+wr(t.section)+"]"+(t.newline?r+r:r)+a);for(let c of i){let f=hE(c,".").join("\\."),l=(t.section?t.section+".":"")+f,h=Fh(e[c],{...t,section:l});a.length&&h.length&&(a+=r),a+=h}return a};function hE(e,t){var r=0,n=0,i=0,s=[];do if(i=e.indexOf(t,r),i!==-1){if(r=i+t.length,i>0&&e[i-1]==="\\")continue;s.push(e.slice(n,i)),n=i+t.length}while(i!==-1);return s.push(e.slice(n)),s}var fE=(e,t={})=>{t.bracketedArray=t.bracketedArray!==!1;let r=Object.create(null),n=r,i=null,s=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,o=e.split(/[\r\n]+/g),a={};for(let c of o){if(!c||c.match(/^\s*[;#]/)||c.match(/^\s*$/))continue;let f=c.match(s);if(!f)continue;if(f[1]!==void 0){if(i=Ea(f[1]),i==="__proto__"){n=Object.create(null);continue}n=r[i]=r[i]||Object.create(null);continue}let l=Ea(f[2]),h;t.bracketedArray?h=l.length>2&&l.slice(-2)==="[]":(a[l]=(a?.[l]||0)+1,h=a[l]>1);let p=h&&l.endsWith("[]")?l.slice(0,-2):l;if(p==="__proto__")continue;let d=f[3]?Ea(f[4]):!0,g=d==="true"||d==="false"||d==="null"?JSON.parse(d):d;h&&(Rh.call(n,p)?Array.isArray(n[p])||(n[p]=[n[p]]):n[p]=[]),Array.isArray(n[p])?n[p].push(g):n[p]=g}let u=[];for(let c of Object.keys(r)){if(!Rh.call(r,c)||typeof r[c]!="object"||Array.isArray(r[c]))continue;let f=hE(c,".");n=r;let l=f.pop(),h=l.replace(/\\\./g,".");for(let p of f)p!=="__proto__"&&((!Rh.call(n,p)||typeof n[p]!="object")&&(n[p]=Object.create(null)),n=n[p]);n===r&&h===l||(n[h]=r[c],u.push(c))}for(let c of u)delete r[c];return r},pE=e=>e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"),wr=e=>typeof e!="string"||e.match(/[=\r\n]/)||e.match(/^\[/)||e.length>1&&pE(e)||e!==e.trim()?JSON.stringify(e):e.split(";").join("\\;").split("#").join("\\#"),Ea=e=>{if(e=(e||"").trim(),pE(e)){e.charAt(0)==="'"&&(e=e.slice(1,-1));try{e=JSON.parse(e)}catch{}}else{let t=!1,r="";for(let n=0,i=e.length;n<i;n++){let s=e.charAt(n);if(t)"\\;#".indexOf(s)!==-1?r+=s:r+="\\"+s,t=!1;else{if(";#".indexOf(s)!==-1)break;s==="\\"?t=!0:r+=s}}return t&&(r+="\\"),r.trim()}return e};dE.exports={parse:fE,decode:fE,stringify:Fh,encode:Fh,safe:wr,unsafe:Ea}});var mE=A((j4,gE)=>{gE.exports=kB;function kB(...e){let t=e;e.length===1&&(Array.isArray(e[0])||typeof e[0]=="string")&&(t=[].concat(e[0]));for(let i=0,s=t.length;i<s;i++)t[i]=typeof t[i]=="string"?t[i]:String(t[i]);t=t.sort(NB);let r={},n="";for(let i=0,s=t.length;i<s;i++){let o=t[i],a=t[i+1]||"",u=!0,c=!0;if(o===a)continue;let f=0,l=o.length;for(;f<l;f++){let h=o.charAt(f);if(u=u&&h===a.charAt(f),c=c&&h===n.charAt(f),!u&&!c){f++;break}}if(n=o,f===l){r[o]=o;continue}for(let h=o.slice(0,f);f<=l;f++)r[h]=o,h+=o.charAt(f)}return r}function NB(e,t){return e===t?0:e>t?1:-1}});var Dh=A((q4,yE)=>{yE.exports=process.env.DEBUG_NOPT||process.env.NOPT_DEBUG?(...e)=>console.error(...e):()=>{}});var kh=A((W4,EE)=>{var AE=require("url"),Th=require("path"),wE=require("stream").Stream,IB=require("os"),bE=Dh();function $B(e,t,r){e[t]=String(r)}function BB(e,t,r){if(r===!0)return!1;if(r===null)return!0;r=String(r);let i=process.platform==="win32"?/^~(\/|\\)/:/^~\//,s=IB.homedir();return s&&r.match(i)?e[t]=Th.resolve(s,r.slice(2)):e[t]=Th.resolve(r),!0}function MB(e,t,r){if(bE("validate Number %j %j %j",t,r,isNaN(r)),isNaN(r))return!1;e[t]=+r}function jB(e,t,r){let n=Date.parse(r);if(bE("validate Date %j %j %j",t,r,n),isNaN(n))return!1;e[t]=new Date(r)}function qB(e,t,r){typeof r=="string"?isNaN(r)?r==="null"||r==="false"?r=!1:r=!0:r=!!+r:r=!!r,e[t]=r}function WB(e,t,r){if(r=AE.parse(String(r)),!r.host)return!1;e[t]=r.href}function UB(e,t,r){if(!(r instanceof wE))return!1;e[t]=r}EE.exports={String:{type:String,validate:$B},Boolean:{type:Boolean,validate:qB},url:{type:AE,validate:WB},Number:{type:Number,validate:MB},path:{type:Th,validate:BB},Stream:{type:wE,validate:UB},Date:{type:Date,validate:jB},Array:{type:Array}}});var RE=A((U4,OE)=>{var _a=mE(),we=Dh(),GB=kh(),vE=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),SE=(e,{types:t,dynamicTypes:r})=>{let n=vE(t,e),i=t[e];if(!n&&typeof r=="function"){let s=r(e);s!==void 0&&(i=s,n=!0)}return[n,i]},mi=(e,t)=>t&&e===t,sr=(e,t)=>t&&e.indexOf(t)!==-1,HB=(e,t)=>t&&!sr(e,t);function zB(e,{types:t,shorthands:r,typeDefs:n,invalidHandler:i,unknownHandler:s,abbrevHandler:o,typeDefault:a,dynamicTypes:u}={}){we(t,r,e,n);let c={},f={remain:[],cooked:e,original:e.slice(0)};return xE(e,c,f.remain,{typeDefs:n,types:t,dynamicTypes:u,shorthands:r,unknownHandler:s,abbrevHandler:o}),CE(c,{types:t,dynamicTypes:u,typeDefs:n,invalidHandler:i,typeDefault:a}),c.argv=f,Object.defineProperty(c.argv,"toString",{value:function(){return this.original.map(JSON.stringify).join(" ")},enumerable:!1}),c}function CE(e,{types:t={},typeDefs:r={},dynamicTypes:n,invalidHandler:i,typeDefault:s}={}){let o=r.String?.type,a=r.Number?.type,u=r.Array?.type,c=r.Boolean?.type,f=r.Date?.type,l=typeof s<"u";l||(s=[!1,!0,null],o&&s.push(o),u&&s.push(u));let h={};Object.keys(e).forEach(p=>{if(p==="argv")return;let d=e[p];we("val=%j",d);let g=Array.isArray(d),[m,b]=SE(p,{types:t,dynamicTypes:n}),_=b;g||(d=[d]),_||(_=s),mi(_,u)&&(_=s.concat(u)),Array.isArray(_)||(_=[_]),we("val=%j",d),we("types=",_),d=d.map(P=>{if(typeof P=="string"&&(we("string %j",P),P=P.trim(),P==="null"&&~_.indexOf(null)||P==="true"&&(~_.indexOf(!0)||sr(_,c))||P==="false"&&(~_.indexOf(!1)||sr(_,c))?(P=JSON.parse(P),we("jsonable %j",P)):sr(_,a)&&!isNaN(P)?(we("convert to number",P),P=+P):sr(_,f)&&!isNaN(Date.parse(P))&&(we("convert to date",P),P=new Date(P))),!m){if(!l)return P;b=s}P===!1&&~_.indexOf(null)&&!(~_.indexOf(!1)||sr(_,c))&&(P=null);let F={};return F[p]=P,we("prevalidated val",F,P,b),Nh(F,p,P,b,{typeDefs:r})?(we("validated v",F,P,b),F[p]):(i?i(p,P,b,e):i!==!1&&we("invalid: "+p+"="+P,b),h)}).filter(P=>P!==h),!d.length&&HB(_,u)?(we("VAL HAS NO LENGTH, DELETE IT",d,p,_.indexOf(u)),delete e[p]):g?(we(g,e[p],d),e[p]=d):e[p]=d[0],we("k=%s val=%j",p,d,e[p])})}function Nh(e,t,r,n,{typeDefs:i}={}){let s=i?.Array?.type;if(Array.isArray(n)){for(let u=0,c=n.length;u<c;u++)if(!mi(n[u],s)&&Nh(e,t,r,n[u],{typeDefs:i}))return!0;return delete e[t],!1}if(mi(n,s))return!0;if(n!==n)return we("Poison NaN",t,r,n),delete e[t],!1;if(r===n)return we("Explicitly allowed %j",r),e[t]=r,!0;let o=!1,a=Object.keys(i);for(let u=0,c=a.length;u<c;u++){we("test type %j %j %j",t,r,a[u]);let f=i[a[u]];if(f&&(n&&n.name&&f.type&&f.type.name?n.name===f.type.name:n===f.type)){let l={};if(o=f.validate(l,t,r)!==!1,r=l[t],o){e[t]=r;break}}}return we("OK? %j (%j %j %j)",o,t,r,a[a.length-1]),o||delete e[t],o}function xE(e,t,r,{types:n={},typeDefs:i={},shorthands:s={},dynamicTypes:o,unknownHandler:a,abbrevHandler:u}={}){let c=i.String?.type,f=i.Number?.type,l=i.Array?.type,h=i.Boolean?.type;we("parse",e,t,r);let p=_a(Object.keys(n));we("abbrevs=%j",p);let d=_a(Object.keys(s));for(let g=0;g<e.length;g++){let m=e[g];if(we("arg",m),m.match(/^-{2,}$/)){r.push.apply(r,e.slice(g+1)),e[g]="--";break}let b=!1;if(m.charAt(0)==="-"&&m.length>1){let _=m.indexOf("=");if(_>-1){b=!0;let R=m.slice(_+1);m=m.slice(0,_),e.splice(g,1,m,R)}let P=PE(m,d,p,{shorthands:s,abbrevHandler:u});if(we("arg=%j shRes=%j",m,P),P&&(e.splice.apply(e,[g,1].concat(P)),m!==P[0])){g--;continue}m=m.replace(/^-+/,"");let F=null;for(;m.toLowerCase().indexOf("no-")===0;)F=!F,m=m.slice(3);p[m]&&p[m]!==m&&(u?u(m,p[m]):u!==!1&&we(`abbrev: ${m} -> ${p[m]}`),m=p[m]);let[N,q]=SE(m,{types:n,dynamicTypes:o}),j=Array.isArray(q);j&&q.length===1&&(j=!1,q=q[0]);let I=mi(q,l)||j&&sr(q,l);!N&&vE(t,m)&&(Array.isArray(t[m])||(t[m]=[t[m]]),I=!0);let M,x=e[g+1],w=typeof F=="boolean"||mi(q,h)||j&&sr(q,h)||typeof q>"u"&&!b||x==="false"&&(q===null||j&&~q.indexOf(null));if(typeof q>"u"){let R=!b&&x&&!x?.startsWith("-")&&!["true","false"].includes(x);a?R?a(m,x):a(m):a!==!1&&(we(`unknown: ${m}`),R&&we(`unknown: ${x} parsed as normal opt`))}if(w){M=!F,(x==="true"||x==="false")&&(M=JSON.parse(x),x=null,F&&(M=!M),g++),j&&x&&(~q.indexOf(x)?(M=x,g++):x==="null"&&~q.indexOf(null)?(M=null,g++):!x.match(/^-{2,}[^-]/)&&!isNaN(x)&&sr(q,f)?(M=+x,g++):!x.match(/^-[^-]/)&&sr(q,c)&&(M=x,g++)),I?(t[m]=t[m]||[]).push(M):t[m]=M;continue}mi(q,c)&&(x===void 0?x="":x.match(/^-{1,2}[^-]+/)&&(x="",g--)),x&&x.match(/^-{2,}$/)&&(x=void 0,g--),M=x===void 0?!0:x,I?(t[m]=t[m]||[]).push(M):t[m]=M,g++;continue}r.push(m)}}var _E=Symbol("singles"),YB=(e,t)=>{let r=t[_E];r||(r=Object.keys(t).filter(i=>i.length===1).reduce((i,s)=>(i[s]=!0,i),{}),t[_E]=r,we("shorthand singles",r));let n=e.split("").filter(i=>r[i]);return n.join("")===e?n:null};function PE(e,...t){let{abbrevHandler:r,types:n={},shorthands:i={}}=t.length?t.pop():{},s=t[0]??_a(Object.keys(i)),o=t[1]??_a(Object.keys(n));if(e=e.replace(/^-+/,""),o[e]===e)return null;if(i[e])return i[e]&&!Array.isArray(i[e])&&(i[e]=i[e].split(/\s+/)),i[e];let a=YB(e,i);return a?a.map(u=>i[u]).reduce((u,c)=>u.concat(c),[]):o[e]&&!i[e]?null:(s[e]&&(r?r(e,s[e]):r!==!1&&we(`abbrev: ${e} -> ${s[e]}`),e=s[e]),i[e]&&!Array.isArray(i[e])&&(i[e]=i[e].split(/\s+/)),i[e])}OE.exports={nopt:zB,clean:CE,parse:xE,validate:Nh,resolveShort:PE,typeDefs:GB}});var $h=A((vt,FE)=>{var Ih=RE(),VB=kh();FE.exports=vt=KB;vt.clean=XB;vt.typeDefs=VB;vt.lib=Ih;function KB(e,t,r=process.argv,n=2){return Ih.nopt(r.slice(n),{types:e||{},shorthands:t||{},typeDefs:vt.typeDefs,invalidHandler:vt.invalidHandler,unknownHandler:vt.unknownHandler,abbrevHandler:vt.abbrevHandler})}function XB(e,t,r=vt.typeDefs){return Ih.clean(e,{types:t||{},typeDefs:r,invalidHandler:vt.invalidHandler,unknownHandler:vt.unknownHandler,abbrevHandler:vt.abbrevHandler})}});var va=A((G4,LE)=>{var JB=Symbol("proc-log.meta");LE.exports={META:JB,output:{LEVELS:["standard","error","buffer","flush"],KEYS:{standard:"standard",error:"error",buffer:"buffer",flush:"flush"},standard:function(...e){return process.emit("output","standard",...e)},error:function(...e){return process.emit("output","error",...e)},buffer:function(...e){return process.emit("output","buffer",...e)},flush:function(...e){return process.emit("output","flush",...e)}},log:{LEVELS:["notice","error","warn","info","verbose","http","silly","timing","pause","resume"],KEYS:{notice:"notice",error:"error",warn:"warn",info:"info",verbose:"verbose",http:"http",silly:"silly",timing:"timing",pause:"pause",resume:"resume"},error:function(...e){return process.emit("log","error",...e)},notice:function(...e){return process.emit("log","notice",...e)},warn:function(...e){return process.emit("log","warn",...e)},info:function(...e){return process.emit("log","info",...e)},verbose:function(...e){return process.emit("log","verbose",...e)},http:function(...e){return process.emit("log","http",...e)},silly:function(...e){return process.emit("log","silly",...e)},timing:function(...e){return process.emit("log","timing",...e)},pause:function(){return process.emit("log","pause")},resume:function(){return process.emit("log","resume")}},time:{LEVELS:["start","end"],KEYS:{start:"start",end:"end"},start:function(e,t){process.emit("time","start",e);function r(){return process.emit("time","end",e)}if(typeof t=="function"){let n=t();return n&&n.finally?n.finally(r):(r(),n)}return r},end:function(e){return process.emit("time","end",e)}},input:{LEVELS:["start","end","read"],KEYS:{start:"start",end:"end",read:"read"},start:function(e){process.emit("input","start");function t(){return process.emit("input","end")}if(typeof e=="function"){let r=e();return r&&r.finally?r.finally(t):(t(),r)}return t},end:function(){return process.emit("input","end")},read:function(...e){let t,r,n=new Promise((i,s)=>{t=i,r=s});return process.emit("input","read",t,r,...e),n}}}});var Bh=A((H4,TE)=>{var DE=e=>{if(typeof e=="string"){if(/^0o?[0-7]+$/.test(e))return parseInt(e.replace(/^0o?/,""),8);if(/^[1-9][0-9]*$/.test(e))return parseInt(e,10);throw new Error(`invalid umask value: ${e}`)}else{if(typeof e!="number")throw new Error(`invalid umask value: ${e}`);if(e=Math.floor(e),e<0||e>511)throw new Error(`invalid umask value: ${e}`);return e}},QB=(e,t,r)=>{try{return e[t]=DE(r),!0}catch{return!1}};TE.exports={parse:DE,validate:QB}});var cs=A((z4,kE)=>{"use strict";var ZB=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};kE.exports=ZB});var ls=A((Y4,NE)=>{"use strict";var eM="2.0.0",tM=Number.MAX_SAFE_INTEGER||9007199254740991,rM=16,nM=250,iM=["major","premajor","minor","preminor","patch","prepatch","prerelease"];NE.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:rM,MAX_SAFE_BUILD_LENGTH:nM,MAX_SAFE_INTEGER:tM,RELEASE_TYPES:iM,SEMVER_SPEC_VERSION:eM,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var yi=A((or,IE)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:Mh,MAX_SAFE_BUILD_LENGTH:sM,MAX_LENGTH:oM}=ls(),aM=cs();or=IE.exports={};var uM=or.re=[],cM=or.safeRe=[],G=or.src=[],lM=or.safeSrc=[],H=or.t={},fM=0,jh="[a-zA-Z0-9-]",hM=[["\\s",1],["\\d",oM],[jh,sM]],pM=e=>{for(let[t,r]of hM)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e},ce=(e,t,r)=>{let n=pM(t),i=fM++;aM(e,i,t),H[e]=i,G[i]=t,lM[i]=n,uM[i]=new RegExp(t,r?"g":void 0),cM[i]=new RegExp(n,r?"g":void 0)};ce("NUMERICIDENTIFIER","0|[1-9]\\d*");ce("NUMERICIDENTIFIERLOOSE","\\d+");ce("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${jh}*`);ce("MAINVERSION",`(${G[H.NUMERICIDENTIFIER]})\\.(${G[H.NUMERICIDENTIFIER]})\\.(${G[H.NUMERICIDENTIFIER]})`);ce("MAINVERSIONLOOSE",`(${G[H.NUMERICIDENTIFIERLOOSE]})\\.(${G[H.NUMERICIDENTIFIERLOOSE]})\\.(${G[H.NUMERICIDENTIFIERLOOSE]})`);ce("PRERELEASEIDENTIFIER",`(?:${G[H.NONNUMERICIDENTIFIER]}|${G[H.NUMERICIDENTIFIER]})`);ce("PRERELEASEIDENTIFIERLOOSE",`(?:${G[H.NONNUMERICIDENTIFIER]}|${G[H.NUMERICIDENTIFIERLOOSE]})`);ce("PRERELEASE",`(?:-(${G[H.PRERELEASEIDENTIFIER]}(?:\\.${G[H.PRERELEASEIDENTIFIER]})*))`);ce("PRERELEASELOOSE",`(?:-?(${G[H.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${G[H.PRERELEASEIDENTIFIERLOOSE]})*))`);ce("BUILDIDENTIFIER",`${jh}+`);ce("BUILD",`(?:\\+(${G[H.BUILDIDENTIFIER]}(?:\\.${G[H.BUILDIDENTIFIER]})*))`);ce("FULLPLAIN",`v?${G[H.MAINVERSION]}${G[H.PRERELEASE]}?${G[H.BUILD]}?`);ce("FULL",`^${G[H.FULLPLAIN]}$`);ce("LOOSEPLAIN",`[v=\\s]*${G[H.MAINVERSIONLOOSE]}${G[H.PRERELEASELOOSE]}?${G[H.BUILD]}?`);ce("LOOSE",`^${G[H.LOOSEPLAIN]}$`);ce("GTLT","((?:<|>)?=?)");ce("XRANGEIDENTIFIERLOOSE",`${G[H.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);ce("XRANGEIDENTIFIER",`${G[H.NUMERICIDENTIFIER]}|x|X|\\*`);ce("XRANGEPLAIN",`[v=\\s]*(${G[H.XRANGEIDENTIFIER]})(?:\\.(${G[H.XRANGEIDENTIFIER]})(?:\\.(${G[H.XRANGEIDENTIFIER]})(?:${G[H.PRERELEASE]})?${G[H.BUILD]}?)?)?`);ce("XRANGEPLAINLOOSE",`[v=\\s]*(${G[H.XRANGEIDENTIFIERLOOSE]})(?:\\.(${G[H.XRANGEIDENTIFIERLOOSE]})(?:\\.(${G[H.XRANGEIDENTIFIERLOOSE]})(?:${G[H.PRERELEASELOOSE]})?${G[H.BUILD]}?)?)?`);ce("XRANGE",`^${G[H.GTLT]}\\s*${G[H.XRANGEPLAIN]}$`);ce("XRANGELOOSE",`^${G[H.GTLT]}\\s*${G[H.XRANGEPLAINLOOSE]}$`);ce("COERCEPLAIN",`(^|[^\\d])(\\d{1,${Mh}})(?:\\.(\\d{1,${Mh}}))?(?:\\.(\\d{1,${Mh}}))?`);ce("COERCE",`${G[H.COERCEPLAIN]}(?:$|[^\\d])`);ce("COERCEFULL",G[H.COERCEPLAIN]+`(?:${G[H.PRERELEASE]})?(?:${G[H.BUILD]})?(?:$|[^\\d])`);ce("COERCERTL",G[H.COERCE],!0);ce("COERCERTLFULL",G[H.COERCEFULL],!0);ce("LONETILDE","(?:~>?)");ce("TILDETRIM",`(\\s*)${G[H.LONETILDE]}\\s+`,!0);or.tildeTrimReplace="$1~";ce("TILDE",`^${G[H.LONETILDE]}${G[H.XRANGEPLAIN]}$`);ce("TILDELOOSE",`^${G[H.LONETILDE]}${G[H.XRANGEPLAINLOOSE]}$`);ce("LONECARET","(?:\\^)");ce("CARETTRIM",`(\\s*)${G[H.LONECARET]}\\s+`,!0);or.caretTrimReplace="$1^";ce("CARET",`^${G[H.LONECARET]}${G[H.XRANGEPLAIN]}$`);ce("CARETLOOSE",`^${G[H.LONECARET]}${G[H.XRANGEPLAINLOOSE]}$`);ce("COMPARATORLOOSE",`^${G[H.GTLT]}\\s*(${G[H.LOOSEPLAIN]})$|^$`);ce("COMPARATOR",`^${G[H.GTLT]}\\s*(${G[H.FULLPLAIN]})$|^$`);ce("COMPARATORTRIM",`(\\s*)${G[H.GTLT]}\\s*(${G[H.LOOSEPLAIN]}|${G[H.XRANGEPLAIN]})`,!0);or.comparatorTrimReplace="$1$2$3";ce("HYPHENRANGE",`^\\s*(${G[H.XRANGEPLAIN]})\\s+-\\s+(${G[H.XRANGEPLAIN]})\\s*$`);ce("HYPHENRANGELOOSE",`^\\s*(${G[H.XRANGEPLAINLOOSE]})\\s+-\\s+(${G[H.XRANGEPLAINLOOSE]})\\s*$`);ce("STAR","(<|>)?=?\\s*\\*");ce("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");ce("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var Sa=A((V4,$E)=>{"use strict";var dM=Object.freeze({loose:!0}),gM=Object.freeze({}),mM=e=>e?typeof e!="object"?dM:e:gM;$E.exports=mM});var qh=A((K4,jE)=>{"use strict";var BE=/^[0-9]+$/,ME=(e,t)=>{if(typeof e=="number"&&typeof t=="number")return e===t?0:e<t?-1:1;let r=BE.test(e),n=BE.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e<t?-1:1},yM=(e,t)=>ME(t,e);jE.exports={compareIdentifiers:ME,rcompareIdentifiers:yM}});var tt=A((X4,WE)=>{"use strict";var Ca=cs(),{MAX_LENGTH:qE,MAX_SAFE_INTEGER:xa}=ls(),{safeRe:Pa,t:Oa}=yi(),AM=Sa(),{compareIdentifiers:Wh}=qh(),Uh=class e{constructor(t,r){if(r=AM(r),t instanceof e){if(t.loose===!!r.loose&&t.includePrerelease===!!r.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>qE)throw new TypeError(`version is longer than ${qE} characters`);Ca("SemVer",t,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;let n=t.trim().match(r.loose?Pa[Oa.LOOSE]:Pa[Oa.FULL]);if(!n)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>xa||this.major<0)throw new TypeError("Invalid major version");if(this.minor>xa||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>xa||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(i=>{if(/^[0-9]+$/.test(i)){let s=+i;if(s>=0&&s<xa)return s}return i}):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(Ca("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if(typeof t=="string"&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof e||(t=new e(t,this.options)),this.major<t.major?-1:this.major>t.major?1:this.minor<t.minor?-1:this.minor>t.minor?1:this.patch<t.patch?-1:this.patch>t.patch?1:0}comparePre(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{let n=this.prerelease[r],i=t.prerelease[r];if(Ca("prerelease compare",r,n,i),n===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(n===void 0)return-1;if(n===i)continue;return Wh(n,i)}while(++r)}compareBuild(t){t instanceof e||(t=new e(t,this.options));let r=0;do{let n=this.build[r],i=t.build[r];if(Ca("build compare",r,n,i),n===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(n===void 0)return-1;if(n===i)continue;return Wh(n,i)}while(++r)}inc(t,r,n){if(t.startsWith("pre")){if(!r&&n===!1)throw new Error("invalid increment argument: identifier is empty");if(r){let i=`-${r}`.match(this.options.loose?Pa[Oa.PRERELEASELOOSE]:Pa[Oa.PRERELEASE]);if(!i||i[1]!==r)throw new Error(`invalid identifier: ${r}`)}}switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",r,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",r,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",r,n),this.inc("pre",r,n);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",r,n),this.inc("pre",r,n);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{let i=Number(n)?1:0;if(this.prerelease.length===0)this.prerelease=[i];else{let s=this.prerelease.length;for(;--s>=0;)typeof this.prerelease[s]=="number"&&(this.prerelease[s]++,s=-2);if(s===-1){if(r===this.prerelease.join(".")&&n===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(i)}}if(r){let s=[r,i];n===!1&&(s=[r]),Wh(this.prerelease[0],r)===0?isNaN(this.prerelease[1])&&(this.prerelease=s):this.prerelease=s}break}default:throw new Error(`invalid increment argument: ${t}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};WE.exports=Uh});var gn=A((J4,GE)=>{"use strict";var UE=tt(),wM=(e,t,r=!1)=>{if(e instanceof UE)return e;try{return new UE(e,t)}catch(n){if(!r)return null;throw n}};GE.exports=wM});var Ra=A((Q4,HE)=>{"use strict";var bM=gn(),EM=(e,t)=>{let r=bM(e,t);return r?r.version:null};HE.exports=EM});var Fa=A((Z4,zh)=>{var Hr=$h(),{validate:_M}=Bh(),Gh=class{},Hh=class{},vM=Ra(),SM=(e,t,r)=>{let n=vM(r);if(!n)return!1;e[t]=n},CM=Hr.typeDefs.path.validate,xM=(e,t,r)=>typeof r!="string"?!1:CM(e,t,r);zh.exports={...Hr.typeDefs,semver:{type:Hh,validate:SM,description:"full valid SemVer string"},Umask:{type:Gh,validate:_M,description:"octal number in range 0o000..0o777 (0..511)"},url:{...Hr.typeDefs.url,description:'full url with "http://"'},path:{...Hr.typeDefs.path,validate:xM,description:"valid filesystem path"},Number:{...Hr.typeDefs.Number,description:"numeric value"},Boolean:{...Hr.typeDefs.Boolean,description:"boolean value (true or false)"},Date:{...Hr.typeDefs.Date,description:"valid Date string"}};Hr.typeDefs=zh.exports});var VE=A((eY,YE)=>{var{URL:zE}=require("node:url");YE.exports=e=>{let t=new zE(e),r=`${t.protocol}//${t.host}${t.pathname}`,n=new zE(".",r);return`//${n.host}${n.pathname}`}});var Yh=A((tY,KE)=>{var PM=/(?<!\\)(\\*)\$\{([^${}?]+)(\?)?\}/g;KE.exports=(e,t)=>e.replace(PM,(r,n,i,s)=>{let o=s==="?"?"":`\${${i}}`,a=t[i]!==void 0?t[i]:o;return n.length%2?r.slice((n.length+1)/2):n.slice(n.length/2)+a})});var QE=A((rY,JE)=>{var Ai=Fa(),OM=Yh(),{resolve:XE}=require("node:path"),{parse:RM}=Bh(),Vh=(e,t,r,n=!1)=>{if(typeof e!="string"&&!Array.isArray(e))return e;let{platform:i,types:s,home:o,env:a}=r,u=new Set([].concat(s[t])),c=u.has(Ai.path.type),f=u.has(Ai.Boolean.type),l=c||u.has(Ai.String.type),h=u.has(Ai.Umask.type),p=u.has(Ai.Number.type),d=!n&&u.has(Array),g=u.has(Ai.Date.type);if(Array.isArray(e))return d?e.map(m=>Vh(m,t,r,!0)):e;if(e=e.trim(),d)return Vh(e.split(`
54
+
55
+ `),t,r);if(f&&!l&&e==="")return!0;if(!l&&!c&&!p)switch(e){case"true":return!0;case"false":return!1;case"null":return null;case"undefined":return}if(e=OM(e,a),g)return new Date(e);if(c&&((i==="win32"?/^~(\/|\\)/:/^~\//).test(e)&&o?e=XE(o,e.slice(2)):e=XE(e)),h)try{return RM(e)}catch{return e}return p&&!isNaN(e)&&(e=+e),e};JE.exports=Vh});var r_=A((nY,t_)=>{var FM=(e,t)=>!/^[/@_]/.test(e)&&typeof Kh(t)=="string"&&`npm_config_${e.replace(/-/g,"_").toLowerCase()}`,Kh=e=>Array.isArray(e)?e.map(t=>Kh(t)).join(`
56
+
57
+ `):e==null||e===!1?"":typeof e=="object"?null:String(e),ZE=(e,t)=>!Array.isArray(t)||!Array.isArray(e)?e===t:LM(e,t),LM=(e,t)=>{if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0},e_=(e,t,r)=>{let n=Kh(r),i=FM(t,n);i&&n!==null&&(e[i]=n)},DM=e=>{let{env:t,defaults:r,definitions:n,list:[i,s]}=e;t.INIT_CWD=process.cwd();let o=new Set(Object.keys(i)),a=new Set(Object.keys(s));for(let u in i){let{deprecated:c,envExport:f=!0}=n[u]||{};c||f===!1||(ZE(r[u],i[u])?ZE(s[u],i[u])||e_(t,u,i[u]):a.has(u)&&!o.has(u)||e_(t,u,i[u]))}t.HOME=e.home,t.npm_config_global_prefix=e.globalPrefix,t.npm_config_local_prefix=e.localPrefix,i.editor&&(t.EDITOR=i.editor),i["node-options"]&&(t.NODE_OPTIONS=i["node-options"]),t.npm_config_node_gyp=i["node-gyp"],t.npm_config_npm_version=i["npm-version"]||"unknown",t.npm_execpath=e.npmBin,t.NODE=t.npm_node_execpath=e.execPath};t_.exports=DM});var i_=A((iY,n_)=>{"use strict";var Xh=class extends Error{constructor(t){let r="Invalid auth configuration found: ";r+=t.map(n=>{if(n.action==="delete")return`\`${n.key}\` is not allowed in ${n.where} config`;if(n.action==="rename")return`\`${n.from}\` must be renamed to \`${n.to}\` in ${n.where} config`}).join(", "),r+="\nPlease run `npm config fix` to repair your configuration.`",super(r),this.code="ERR_INVALID_AUTH",this.problems=t}};n_.exports={ErrInvalidAuth:Xh}});var a_=A((sY,o_)=>{var TM=Fa(),s_=e=>{if(!e||typeof e!="function"&&typeof e!="object")return e;if(Array.isArray(e))return e.map(t=>s_(t));for(let{type:t,description:r}of Object.values(TM))if(t===e)return r||t;return e};o_.exports=e=>[].concat(s_(e)).filter(t=>t!==void 0)});var Qh=A((oY,f_)=>{"use strict";var kM=Symbol.for("indent"),NM=Symbol.for("newline"),IM=`
58
+ `,$M=" ",BM=/^\uFEFF/,MM=/^\s*[{[]((?:\r?\n)+)([\s\t]*)/,jM=/^(?:\{\}|\[\])((?:\r?\n)+)?$/,u_=/^Unexpected token '?(.)'?(,)? /i,qM=e=>{let t=e.charCodeAt(0).toString(16).toUpperCase();return`0x${t.length%2?"0":""}${t}`},c_=e=>String(e).replace(BM,""),Jh=(e,t,r=0)=>({message:`${e} while parsing ${t}`,position:r}),WM=(e,t,r=20)=>{let n=e.message;if(!t)return Jh(n,"empty string");let i=n.match(u_),s=n.match(/ position\s+(\d+)/i);i&&(n=n.replace(u_,`Unexpected token ${JSON.stringify(i[1])} (${qM(i[1])})$2 `));let o;if(s?o=+s[1]:n.match(/^Unexpected end of JSON.*/i)&&(o=t.length-1),o==null)return Jh(n,`'${t.slice(0,r*2)}'`);let a=o<=r?0:o-r,u=o+r>=t.length?t.length:o+r,c=`${a?"...":""}${t.slice(a,u)}${u===t.length?"":"..."}`;return Jh(n,`${t===c?"":"near "}${JSON.stringify(c)}`,o)},La=class extends SyntaxError{constructor(t,r,n,i){let s=WM(t,r,n);super(s.message),Object.assign(this,s),this.code="EJSONPARSE",this.systemError=t,Error.captureStackTrace(this,i||this.constructor)}get name(){return this.constructor.name}set name(t){}get[Symbol.toStringTag](){return this.constructor.name}},l_=(e,t)=>{let r=JSON.parse(e,t);if(r&&typeof r=="object"){let n=e.match(jM)||e.match(MM)||[null,"",""];r[NM]=n[1]??IM,r[kM]=n[2]??$M}return r},Da=(e,t,r)=>{let n=c_(e);try{return l_(n,t)}catch(i){if(typeof e!="string"&&!Buffer.isBuffer(e)){let s=Array.isArray(e)&&e.length===0?"an empty array":String(e);throw Object.assign(new TypeError(`Cannot parse ${s}`),{code:"EJSONPARSE",systemError:i})}throw new La(i,n,r,Da)}};f_.exports=Da;Da.JSONParseError=La;Da.noExceptions=(e,t)=>{try{return l_(c_(e),t)}catch{}}});var d_=A((aY,p_)=>{var Zh=new Set(["dependencies","optionalDependencies","devDependencies","peerDependencies"]),UM=e=>{for(let t of Zh)e&&e[t]&&(e[t]=Object.keys(e[t]).sort((r,n)=>r.localeCompare(n,"en")).reduce((r,n)=>(r[n]=e[t][n],r),{}));return e},h_=({content:e,originalContent:t})=>{let r=UM({...e});if(r.dependencies&&r.optionalDependencies)for(let a of Object.keys(r.optionalDependencies))delete r.dependencies[a];let n={...t};for(let a of Zh)r[a]&&(n[a]=r[a]),r[a]&&typeof r=="object"&&Object.keys(r[a]).length===0&&delete n[a];let{dependencies:i,peerDependencies:s}=t||{},{peerDependencies:o}=n;if(i&&s&&o)for(let a of Object.keys(s))i[a]!==void 0&&o[a]!==void 0&&(n.dependencies=n.dependencies||{},n.dependencies[a]=o[a]);return n};h_.knownKeys=Zh;p_.exports=h_});var m_=A((uY,g_)=>{var GM=({content:e,originalContent:t={}})=>{let r=e.scripts;if(!r)return t;if(Object.entries(r).some(([i,s])=>typeof i!="string"||typeof s!="string"))throw Object.assign(new TypeError("package.json scripts should be a key-value pair of strings."),{code:"ESCRIPTSINVALID"});return{...t,scripts:{...r}}};g_.exports=GM});var A_=A((cY,y_)=>{var HM=({content:e,originalContent:t={}})=>{let r=e.workspaces;if(!r)return t;let n=()=>r.some(i=>typeof i!="string");if(!r.length||n())throw Object.assign(new TypeError("workspaces should be an array of strings."),{code:"EWORKSPACESINVALID"});return{...t,workspaces:[...r]}};y_.exports=HM});var ep=A((lY,w_)=>{"use strict";var zM=gn(),YM=(e,t)=>{let r=zM(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null};w_.exports=YM});var E_=A((fY,b_)=>{var VM=Symbol("proc-log.meta");b_.exports={META:VM,output:{LEVELS:["standard","error","buffer","flush"],KEYS:{standard:"standard",error:"error",buffer:"buffer",flush:"flush"},standard:function(...e){return process.emit("output","standard",...e)},error:function(...e){return process.emit("output","error",...e)},buffer:function(...e){return process.emit("output","buffer",...e)},flush:function(...e){return process.emit("output","flush",...e)}},log:{LEVELS:["notice","error","warn","info","verbose","http","silly","timing","pause","resume"],KEYS:{notice:"notice",error:"error",warn:"warn",info:"info",verbose:"verbose",http:"http",silly:"silly",timing:"timing",pause:"pause",resume:"resume"},error:function(...e){return process.emit("log","error",...e)},notice:function(...e){return process.emit("log","notice",...e)},warn:function(...e){return process.emit("log","warn",...e)},info:function(...e){return process.emit("log","info",...e)},verbose:function(...e){return process.emit("log","verbose",...e)},http:function(...e){return process.emit("log","http",...e)},silly:function(...e){return process.emit("log","silly",...e)},timing:function(...e){return process.emit("log","timing",...e)},pause:function(){return process.emit("log","pause")},resume:function(){return process.emit("log","resume")}},time:{LEVELS:["start","end"],KEYS:{start:"start",end:"end"},start:function(e,t){process.emit("time","start",e);function r(){return process.emit("time","end",e)}if(typeof t=="function"){let n=t();return n&&n.finally?n.finally(r):(r(),n)}return r},end:function(e){return process.emit("time","end",e)}},input:{LEVELS:["start","end","read"],KEYS:{start:"start",end:"end",read:"read"},start:function(e){process.emit("input","start");function t(){return process.emit("input","end")}if(typeof e=="function"){let r=e();return r&&r.finally?r.finally(t):(t(),r)}return t},end:function(){return process.emit("input","end")},read:function(...e){let t,r,n=new Promise((i,s)=>{t=i,r=s});return process.emit("input","read",t,r,...e),n}}}});var Na=A(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});ka.LRUCache=void 0;var KM=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,v_=new Set,tp=typeof process=="object"&&process?process:{},S_=(e,t,r,n)=>{typeof tp.emitWarning=="function"?tp.emitWarning(e,t,r,n):console.error(`[${r}] ${t}: ${e}`)},Ta=globalThis.AbortController,__=globalThis.AbortSignal;if(typeof Ta>"u"){__=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(n,i){this._onabort.push(i)}},Ta=class{constructor(){t()}signal=new __;abort(n){if(!this.signal.aborted){this.signal.reason=n,this.signal.aborted=!0;for(let i of this.signal._onabort)i(n);this.signal.onabort?.(n)}}};let e=tp.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{e&&(e=!1,S_("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t))}}var XM=e=>!v_.has(e),dY=Symbol("type"),zr=e=>e&&e===Math.floor(e)&&e>0&&isFinite(e),C_=e=>zr(e)?e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?wi:null:null,wi=class extends Array{constructor(t){super(t),this.fill(0)}},rp=class e{heap;length;static#e=!1;static create(t){let r=C_(t);if(!r)return[];e.#e=!0;let n=new e(t,r);return e.#e=!1,n}constructor(t,r){if(!e.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new r(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}},np=class e{#e;#r;#t;#n;#o;#h;#p;#u;get perf(){return this.#u}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#a;#d;#f;#c;#i;#m;#E;#b;#y;#O;#A;#v;#x;#w;#_;#P;#g;#s;static unsafeExposeInternals(t){return{starts:t.#x,ttls:t.#w,sizes:t.#v,keyMap:t.#f,keyList:t.#c,valList:t.#i,next:t.#m,prev:t.#E,get head(){return t.#b},get tail(){return t.#y},free:t.#O,isBackgroundFetch:r=>t.#l(r),backgroundFetch:(r,n,i,s)=>t.#U(r,n,i,s),moveToTail:r=>t.#$(r),indexes:r=>t.#F(r),rindexes:r=>t.#D(r),isStale:r=>t.#C(r)}}get max(){return this.#e}get maxSize(){return this.#r}get calculatedSize(){return this.#d}get size(){return this.#a}get fetchMethod(){return this.#h}get memoMethod(){return this.#p}get dispose(){return this.#t}get onInsert(){return this.#n}get disposeAfter(){return this.#o}constructor(t){let{max:r=0,ttl:n,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:u,dispose:c,onInsert:f,disposeAfter:l,noDisposeOnSet:h,noUpdateTTL:p,maxSize:d=0,maxEntrySize:g=0,sizeCalculation:m,fetchMethod:b,memoMethod:_,noDeleteOnFetchRejection:P,noDeleteOnStaleGet:F,allowStaleOnFetchRejection:N,allowStaleOnFetchAbort:q,ignoreFetchAbort:j,perf:I}=t;if(I!==void 0&&typeof I?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#u=I??KM,r!==0&&!zr(r))throw new TypeError("max option must be a nonnegative integer");let M=r?C_(r):Array;if(!M)throw new Error("invalid max value: "+r);if(this.#e=r,this.#r=d,this.maxEntrySize=g||this.#r,this.sizeCalculation=m,this.sizeCalculation){if(!this.#r&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(_!==void 0&&typeof _!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#p=_,b!==void 0&&typeof b!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#h=b,this.#P=!!b,this.#f=new Map,this.#c=new Array(r).fill(void 0),this.#i=new Array(r).fill(void 0),this.#m=new M(r),this.#E=new M(r),this.#b=0,this.#y=0,this.#O=rp.create(r),this.#a=0,this.#d=0,typeof c=="function"&&(this.#t=c),typeof f=="function"&&(this.#n=f),typeof l=="function"?(this.#o=l,this.#A=[]):(this.#o=void 0,this.#A=void 0),this.#_=!!this.#t,this.#s=!!this.#n,this.#g=!!this.#o,this.noDisposeOnSet=!!h,this.noUpdateTTL=!!p,this.noDeleteOnFetchRejection=!!P,this.allowStaleOnFetchRejection=!!N,this.allowStaleOnFetchAbort=!!q,this.ignoreFetchAbort=!!j,this.maxEntrySize!==0){if(this.#r!==0&&!zr(this.#r))throw new TypeError("maxSize must be a positive integer if specified");if(!zr(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#B()}if(this.allowStale=!!u,this.noDeleteOnStaleGet=!!F,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=zr(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=n||0,this.ttl){if(!zr(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#T()}if(this.#e===0&&this.ttl===0&&this.#r===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#r){let x="LRU_CACHE_UNBOUNDED";XM(x)&&(v_.add(x),S_("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",x,e))}}getRemainingTTL(t){return this.#f.has(t)?1/0:0}#T(){let t=new wi(this.#e),r=new wi(this.#e);this.#w=t,this.#x=r,this.#q=(s,o,a=this.#u.now())=>{if(r[s]=o!==0?a:0,t[s]=o,o!==0&&this.ttlAutopurge){let u=setTimeout(()=>{this.#C(s)&&this.#L(this.#c[s],"expire")},o+1);u.unref&&u.unref()}},this.#R=s=>{r[s]=t[s]!==0?this.#u.now():0},this.#S=(s,o)=>{if(t[o]){let a=t[o],u=r[o];if(!a||!u)return;s.ttl=a,s.start=u,s.now=n||i();let c=s.now-u;s.remainingTTL=a-c}};let n=0,i=()=>{let s=this.#u.now();if(this.ttlResolution>0){n=s;let o=setTimeout(()=>n=0,this.ttlResolution);o.unref&&o.unref()}return s};this.getRemainingTTL=s=>{let o=this.#f.get(s);if(o===void 0)return 0;let a=t[o],u=r[o];if(!a||!u)return 1/0;let c=(n||i())-u;return a-c},this.#C=s=>{let o=r[s],a=t[s];return!!a&&!!o&&(n||i())-o>a}}#R=()=>{};#S=()=>{};#q=()=>{};#C=()=>!1;#B(){let t=new wi(this.#e);this.#d=0,this.#v=t,this.#k=r=>{this.#d-=t[r],t[r]=0},this.#N=(r,n,i,s)=>{if(this.#l(n))return 0;if(!zr(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(n,r),!zr(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i},this.#M=(r,n,i)=>{if(t[r]=n,this.#r){let s=this.#r-t[r];for(;this.#d>s;)this.#I(!0)}this.#d+=t[r],i&&(i.entrySize=n,i.totalCalculatedSize=this.#d)}}#k=t=>{};#M=(t,r,n)=>{};#N=(t,r,n,i)=>{if(n||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#F({allowStale:t=this.allowStale}={}){if(this.#a)for(let r=this.#y;!(!this.#W(r)||((t||!this.#C(r))&&(yield r),r===this.#b));)r=this.#E[r]}*#D({allowStale:t=this.allowStale}={}){if(this.#a)for(let r=this.#b;!(!this.#W(r)||((t||!this.#C(r))&&(yield r),r===this.#y));)r=this.#m[r]}#W(t){return t!==void 0&&this.#f.get(this.#c[t])===t}*entries(){for(let t of this.#F())this.#i[t]!==void 0&&this.#c[t]!==void 0&&!this.#l(this.#i[t])&&(yield[this.#c[t],this.#i[t]])}*rentries(){for(let t of this.#D())this.#i[t]!==void 0&&this.#c[t]!==void 0&&!this.#l(this.#i[t])&&(yield[this.#c[t],this.#i[t]])}*keys(){for(let t of this.#F()){let r=this.#c[t];r!==void 0&&!this.#l(this.#i[t])&&(yield r)}}*rkeys(){for(let t of this.#D()){let r=this.#c[t];r!==void 0&&!this.#l(this.#i[t])&&(yield r)}}*values(){for(let t of this.#F())this.#i[t]!==void 0&&!this.#l(this.#i[t])&&(yield this.#i[t])}*rvalues(){for(let t of this.#D())this.#i[t]!==void 0&&!this.#l(this.#i[t])&&(yield this.#i[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,r={}){for(let n of this.#F()){let i=this.#i[n],s=this.#l(i)?i.__staleWhileFetching:i;if(s!==void 0&&t(s,this.#c[n],this))return this.get(this.#c[n],r)}}forEach(t,r=this){for(let n of this.#F()){let i=this.#i[n],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&t.call(r,s,this.#c[n],this)}}rforEach(t,r=this){for(let n of this.#D()){let i=this.#i[n],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&t.call(r,s,this.#c[n],this)}}purgeStale(){let t=!1;for(let r of this.#D({allowStale:!0}))this.#C(r)&&(this.#L(this.#c[r],"expire"),t=!0);return t}info(t){let r=this.#f.get(t);if(r===void 0)return;let n=this.#i[r],i=this.#l(n)?n.__staleWhileFetching:n;if(i===void 0)return;let s={value:i};if(this.#w&&this.#x){let o=this.#w[r],a=this.#x[r];if(o&&a){let u=o-(this.#u.now()-a);s.ttl=u,s.start=Date.now()}}return this.#v&&(s.size=this.#v[r]),s}dump(){let t=[];for(let r of this.#F({allowStale:!0})){let n=this.#c[r],i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;if(s===void 0||n===void 0)continue;let o={value:s};if(this.#w&&this.#x){o.ttl=this.#w[r];let a=this.#u.now()-this.#x[r];o.start=Math.floor(Date.now()-a)}this.#v&&(o.size=this.#v[r]),t.unshift([n,o])}return t}load(t){this.clear();for(let[r,n]of t){if(n.start){let i=Date.now()-n.start;n.start=this.#u.now()-i}this.set(r,n.value,n)}}set(t,r,n={}){if(r===void 0)return this.delete(t),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:u}=n,{noUpdateTTL:c=this.noUpdateTTL}=n,f=this.#N(t,r,n.size||0,a);if(this.maxEntrySize&&f>this.maxEntrySize)return u&&(u.set="miss",u.maxEntrySizeExceeded=!0),this.#L(t,"set"),this;let l=this.#a===0?void 0:this.#f.get(t);if(l===void 0)l=this.#a===0?this.#y:this.#O.length!==0?this.#O.pop():this.#a===this.#e?this.#I(!1):this.#a,this.#c[l]=t,this.#i[l]=r,this.#f.set(t,l),this.#m[this.#y]=l,this.#E[l]=this.#y,this.#y=l,this.#a++,this.#M(l,f,u),u&&(u.set="add"),c=!1,this.#s&&this.#n?.(r,t,"add");else{this.#$(l);let h=this.#i[l];if(r!==h){if(this.#P&&this.#l(h)){h.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:p}=h;p!==void 0&&!o&&(this.#_&&this.#t?.(p,t,"set"),this.#g&&this.#A?.push([p,t,"set"]))}else o||(this.#_&&this.#t?.(h,t,"set"),this.#g&&this.#A?.push([h,t,"set"]));if(this.#k(l),this.#M(l,f,u),this.#i[l]=r,u){u.set="replace";let p=h&&this.#l(h)?h.__staleWhileFetching:h;p!==void 0&&(u.oldValue=p)}}else u&&(u.set="update");this.#s&&this.onInsert?.(r,t,r===h?"update":"replace")}if(i!==0&&!this.#w&&this.#T(),this.#w&&(c||this.#q(l,i,s),u&&this.#S(u,l)),!o&&this.#g&&this.#A){let h=this.#A,p;for(;p=h?.shift();)this.#o?.(...p)}return this}pop(){try{for(;this.#a;){let t=this.#i[this.#b];if(this.#I(!0),this.#l(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#g&&this.#A){let t=this.#A,r;for(;r=t?.shift();)this.#o?.(...r)}}}#I(t){let r=this.#b,n=this.#c[r],i=this.#i[r];return this.#P&&this.#l(i)?i.__abortController.abort(new Error("evicted")):(this.#_||this.#g)&&(this.#_&&this.#t?.(i,n,"evict"),this.#g&&this.#A?.push([i,n,"evict"])),this.#k(r),t&&(this.#c[r]=void 0,this.#i[r]=void 0,this.#O.push(r)),this.#a===1?(this.#b=this.#y=0,this.#O.length=0):this.#b=this.#m[r],this.#f.delete(n),this.#a--,r}has(t,r={}){let{updateAgeOnHas:n=this.updateAgeOnHas,status:i}=r,s=this.#f.get(t);if(s!==void 0){let o=this.#i[s];if(this.#l(o)&&o.__staleWhileFetching===void 0)return!1;if(this.#C(s))i&&(i.has="stale",this.#S(i,s));else return n&&this.#R(s),i&&(i.has="hit",this.#S(i,s)),!0}else i&&(i.has="miss");return!1}peek(t,r={}){let{allowStale:n=this.allowStale}=r,i=this.#f.get(t);if(i===void 0||!n&&this.#C(i))return;let s=this.#i[i];return this.#l(s)?s.__staleWhileFetching:s}#U(t,r,n,i){let s=r===void 0?void 0:this.#i[r];if(this.#l(s))return s;let o=new Ta,{signal:a}=n;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});let u={signal:o.signal,options:n,context:i},c=(g,m=!1)=>{let{aborted:b}=o.signal,_=n.ignoreFetchAbort&&g!==void 0;if(n.status&&(b&&!m?(n.status.fetchAborted=!0,n.status.fetchError=o.signal.reason,_&&(n.status.fetchAbortIgnored=!0)):n.status.fetchResolved=!0),b&&!_&&!m)return l(o.signal.reason);let P=p,F=this.#i[r];return(F===p||_&&m&&F===void 0)&&(g===void 0?P.__staleWhileFetching!==void 0?this.#i[r]=P.__staleWhileFetching:this.#L(t,"fetch"):(n.status&&(n.status.fetchUpdated=!0),this.set(t,g,u.options))),g},f=g=>(n.status&&(n.status.fetchRejected=!0,n.status.fetchError=g),l(g)),l=g=>{let{aborted:m}=o.signal,b=m&&n.allowStaleOnFetchAbort,_=b||n.allowStaleOnFetchRejection,P=_||n.noDeleteOnFetchRejection,F=p;if(this.#i[r]===p&&(!P||F.__staleWhileFetching===void 0?this.#L(t,"fetch"):b||(this.#i[r]=F.__staleWhileFetching)),_)return n.status&&F.__staleWhileFetching!==void 0&&(n.status.returnedStale=!0),F.__staleWhileFetching;if(F.__returned===F)throw g},h=(g,m)=>{let b=this.#h?.(t,s,u);b&&b instanceof Promise&&b.then(_=>g(_===void 0?void 0:_),m),o.signal.addEventListener("abort",()=>{(!n.ignoreFetchAbort||n.allowStaleOnFetchAbort)&&(g(void 0),n.allowStaleOnFetchAbort&&(g=_=>c(_,!0)))})};n.status&&(n.status.fetchDispatched=!0);let p=new Promise(h).then(c,f),d=Object.assign(p,{__abortController:o,__staleWhileFetching:s,__returned:void 0});return r===void 0?(this.set(t,d,{...u.options,status:void 0}),r=this.#f.get(t)):this.#i[r]=d,d}#l(t){if(!this.#P)return!1;let r=t;return!!r&&r instanceof Promise&&r.hasOwnProperty("__staleWhileFetching")&&r.__abortController instanceof Ta}async fetch(t,r={}){let{allowStale:n=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:a=this.noDisposeOnSet,size:u=0,sizeCalculation:c=this.sizeCalculation,noUpdateTTL:f=this.noUpdateTTL,noDeleteOnFetchRejection:l=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:h=this.allowStaleOnFetchRejection,ignoreFetchAbort:p=this.ignoreFetchAbort,allowStaleOnFetchAbort:d=this.allowStaleOnFetchAbort,context:g,forceRefresh:m=!1,status:b,signal:_}=r;if(!this.#P)return b&&(b.fetch="get"),this.get(t,{allowStale:n,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:b});let P={allowStale:n,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:o,noDisposeOnSet:a,size:u,sizeCalculation:c,noUpdateTTL:f,noDeleteOnFetchRejection:l,allowStaleOnFetchRejection:h,allowStaleOnFetchAbort:d,ignoreFetchAbort:p,status:b,signal:_},F=this.#f.get(t);if(F===void 0){b&&(b.fetch="miss");let N=this.#U(t,F,P,g);return N.__returned=N}else{let N=this.#i[F];if(this.#l(N)){let x=n&&N.__staleWhileFetching!==void 0;return b&&(b.fetch="inflight",x&&(b.returnedStale=!0)),x?N.__staleWhileFetching:N.__returned=N}let q=this.#C(F);if(!m&&!q)return b&&(b.fetch="hit"),this.#$(F),i&&this.#R(F),b&&this.#S(b,F),N;let j=this.#U(t,F,P,g),M=j.__staleWhileFetching!==void 0&&n;return b&&(b.fetch=q?"stale":"refresh",M&&q&&(b.returnedStale=!0)),M?j.__staleWhileFetching:j.__returned=j}}async forceFetch(t,r={}){let n=await this.fetch(t,r);if(n===void 0)throw new Error("fetch() returned undefined");return n}memo(t,r={}){let n=this.#p;if(!n)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...o}=r,a=this.get(t,o);if(!s&&a!==void 0)return a;let u=n(t,a,{options:o,context:i});return this.set(t,u,o),u}get(t,r={}){let{allowStale:n=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:o}=r,a=this.#f.get(t);if(a!==void 0){let u=this.#i[a],c=this.#l(u);return o&&this.#S(o,a),this.#C(a)?(o&&(o.get="stale"),c?(o&&n&&u.__staleWhileFetching!==void 0&&(o.returnedStale=!0),n?u.__staleWhileFetching:void 0):(s||this.#L(t,"expire"),o&&n&&(o.returnedStale=!0),n?u:void 0)):(o&&(o.get="hit"),c?u.__staleWhileFetching:(this.#$(a),i&&this.#R(a),u))}else o&&(o.get="miss")}#G(t,r){this.#E[r]=t,this.#m[t]=r}#$(t){t!==this.#y&&(t===this.#b?this.#b=this.#m[t]:this.#G(this.#E[t],this.#m[t]),this.#G(this.#y,t),this.#y=t)}delete(t){return this.#L(t,"delete")}#L(t,r){let n=!1;if(this.#a!==0){let i=this.#f.get(t);if(i!==void 0)if(n=!0,this.#a===1)this.#j(r);else{this.#k(i);let s=this.#i[i];if(this.#l(s)?s.__abortController.abort(new Error("deleted")):(this.#_||this.#g)&&(this.#_&&this.#t?.(s,t,r),this.#g&&this.#A?.push([s,t,r])),this.#f.delete(t),this.#c[i]=void 0,this.#i[i]=void 0,i===this.#y)this.#y=this.#E[i];else if(i===this.#b)this.#b=this.#m[i];else{let o=this.#E[i];this.#m[o]=this.#m[i];let a=this.#m[i];this.#E[a]=this.#E[i]}this.#a--,this.#O.push(i)}}if(this.#g&&this.#A?.length){let i=this.#A,s;for(;s=i?.shift();)this.#o?.(...s)}return n}clear(){return this.#j("delete")}#j(t){for(let r of this.#D({allowStale:!0})){let n=this.#i[r];if(this.#l(n))n.__abortController.abort(new Error("deleted"));else{let i=this.#c[r];this.#_&&this.#t?.(n,i,t),this.#g&&this.#A?.push([n,i,t])}}if(this.#f.clear(),this.#i.fill(void 0),this.#c.fill(void 0),this.#w&&this.#x&&(this.#w.fill(0),this.#x.fill(0)),this.#v&&this.#v.fill(0),this.#b=0,this.#y=0,this.#O.length=0,this.#d=0,this.#a=0,this.#g&&this.#A){let r=this.#A,n;for(;n=r?.shift();)this.#o?.(...n)}}};ka.LRUCache=np});var O_=A((mY,P_)=>{"use strict";var pe=(...e)=>e.every(t=>t)?e.join(""):"",Be=e=>e?encodeURIComponent(e):"",x_=e=>e.toLowerCase().replace(/^\W+/g,"").replace(/(?<!\W)\W+$/,"").replace(/\//g,"").replace(/\W+/g,"-"),JM={sshtemplate:({domain:e,user:t,project:r,committish:n})=>`git@${e}:${t}/${r}.git${pe("#",n)}`,sshurltemplate:({domain:e,user:t,project:r,committish:n})=>`git+ssh://git@${e}/${t}/${r}.git${pe("#",n)}`,edittemplate:({domain:e,user:t,project:r,committish:n,editpath:i,path:s})=>`https://${e}/${t}/${r}${pe("/",i,"/",Be(n||"HEAD"),"/",s)}`,browsetemplate:({domain:e,user:t,project:r,committish:n,treepath:i})=>`https://${e}/${t}/${r}${pe("/",i,"/",Be(n))}`,browsetreetemplate:({domain:e,user:t,project:r,committish:n,treepath:i,path:s,fragment:o,hashformat:a})=>`https://${e}/${t}/${r}/${i}/${Be(n||"HEAD")}/${s}${pe("#",a(o||""))}`,browseblobtemplate:({domain:e,user:t,project:r,committish:n,blobpath:i,path:s,fragment:o,hashformat:a})=>`https://${e}/${t}/${r}/${i}/${Be(n||"HEAD")}/${s}${pe("#",a(o||""))}`,docstemplate:({domain:e,user:t,project:r,treepath:n,committish:i})=>`https://${e}/${t}/${r}${pe("/",n,"/",Be(i))}#readme`,httpstemplate:({auth:e,domain:t,user:r,project:n,committish:i})=>`git+https://${pe(e,"@")}${t}/${r}/${n}.git${pe("#",i)}`,filetemplate:({domain:e,user:t,project:r,committish:n,path:i})=>`https://${e}/${t}/${r}/raw/${Be(n||"HEAD")}/${i}`,shortcuttemplate:({type:e,user:t,project:r,committish:n})=>`${e}:${t}/${r}${pe("#",n)}`,pathtemplate:({user:e,project:t,committish:r})=>`${e}/${t}${pe("#",r)}`,bugstemplate:({domain:e,user:t,project:r})=>`https://${e}/${t}/${r}/issues`,hashformat:x_},Yr={};Yr.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:({auth:e,user:t,project:r,committish:n,path:i})=>`https://${pe(e,"@")}raw.githubusercontent.com/${t}/${r}/${Be(n||"HEAD")}/${i}`,gittemplate:({auth:e,domain:t,user:r,project:n,committish:i})=>`git://${pe(e,"@")}${t}/${r}/${n}.git${pe("#",i)}`,tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://codeload.${e}/${t}/${r}/tar.gz/${Be(n||"HEAD")}`,extract:e=>{let[,t,r,n,i]=e.pathname.split("/",5);if(!(n&&n!=="tree")&&(n||(i=e.hash.slice(1)),r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:i}}};Yr.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:({domain:e,user:t,project:r,committish:n,treepath:i,path:s,editpath:o})=>`https://${e}/${t}/${r}${pe("/",i,"/",Be(n||"HEAD"),"/",s,o)}`,tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}/get/${Be(n||"HEAD")}.tar.gz`,extract:e=>{let[,t,r,n]=e.pathname.split("/",4);if(!["get"].includes(n)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:e.hash.slice(1)}}};Yr.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}/repository/archive.tar.gz?ref=${Be(n||"HEAD")}`,extract:e=>{let t=e.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;let r=t.split("/"),n=r.pop();n.endsWith(".git")&&(n=n.slice(0,-4));let i=r.join("/");if(!(!i||!n))return{user:i,project:n,committish:e.hash.slice(1)}}};Yr.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:({domain:e,project:t,committish:r})=>`git@${e}:${t}.git${pe("#",r)}`,sshurltemplate:({domain:e,project:t,committish:r})=>`git+ssh://git@${e}/${t}.git${pe("#",r)}`,edittemplate:({domain:e,user:t,project:r,committish:n,editpath:i})=>`https://${e}/${t}/${r}${pe("/",Be(n))}/${i}`,browsetemplate:({domain:e,project:t,committish:r})=>`https://${e}/${t}${pe("/",Be(r))}`,browsetreetemplate:({domain:e,project:t,committish:r,path:n,hashformat:i})=>`https://${e}/${t}${pe("/",Be(r))}${pe("#",i(n))}`,browseblobtemplate:({domain:e,project:t,committish:r,path:n,hashformat:i})=>`https://${e}/${t}${pe("/",Be(r))}${pe("#",i(n))}`,docstemplate:({domain:e,project:t,committish:r})=>`https://${e}/${t}${pe("/",Be(r))}`,httpstemplate:({domain:e,project:t,committish:r})=>`git+https://${e}/${t}.git${pe("#",r)}`,filetemplate:({user:e,project:t,committish:r,path:n})=>`https://gist.githubusercontent.com/${e}/${t}/raw${pe("/",Be(r))}/${n}`,shortcuttemplate:({type:e,project:t,committish:r})=>`${e}:${t}${pe("#",r)}`,pathtemplate:({project:e,committish:t})=>`${e}${pe("#",t)}`,bugstemplate:({domain:e,project:t})=>`https://${e}/${t}`,gittemplate:({domain:e,project:t,committish:r})=>`git://${e}/${t}.git${pe("#",r)}`,tarballtemplate:({project:e,committish:t})=>`https://codeload.github.com/gist/${e}/tar.gz/${Be(t||"HEAD")}`,extract:e=>{let[,t,r,n]=e.pathname.split("/",4);if(n!=="raw"){if(!r){if(!t)return;r=t,t=null}return r.endsWith(".git")&&(r=r.slice(0,-4)),{user:t,project:r,committish:e.hash.slice(1)}}},hashformat:function(e){return e&&"file-"+x_(e)}};Yr.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:({domain:e,user:t,project:r,committish:n,path:i})=>`https://${e}/${t}/${r}/blob/${Be(n)||"HEAD"}/${i}`,httpstemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}.git${pe("#",n)}`,tarballtemplate:({domain:e,user:t,project:r,committish:n})=>`https://${e}/${t}/${r}/archive/${Be(n)||"HEAD"}.tar.gz`,bugstemplate:()=>null,extract:e=>{let[,t,r,n]=e.pathname.split("/",4);if(!["archive"].includes(n)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:e.hash.slice(1)}}};for(let[e,t]of Object.entries(Yr))Yr[e]=Object.assign({},JM,t);P_.exports=Yr});var sp=A((yY,F_)=>{var QM=require("url"),ip=(e,t,r)=>{let n=e.indexOf(r);return e.lastIndexOf(t,n>-1?n:1/0)},R_=e=>{try{return new QM.URL(e)}catch{}},ZM=(e,t)=>{let r=e.indexOf(":"),n=e.slice(0,r+1);if(Object.prototype.hasOwnProperty.call(t,n)||e.substr(r,3)==="://")return e;let i=e.indexOf("@");return i>-1?i>r?`git+ssh://${e}`:e:`${e.slice(0,r+1)}//${e.slice(r+1)}`},ej=e=>{let t=ip(e,"@","#"),r=ip(e,":","#");return r>t&&(e=e.slice(0,r)+"/"+e.slice(r+1)),ip(e,":","#")===-1&&e.indexOf("//")===-1&&(e=`git+ssh://${e}`),e};F_.exports=(e,t)=>{let r=t?ZM(e,t):e;return R_(r)||R_(ej(r))}});var D_=A((AY,L_)=>{"use strict";var tj=sp(),rj=e=>{let t=e.indexOf("#"),r=e.indexOf("/"),n=e.indexOf("/",r+1),i=e.indexOf(":"),s=/\s/.exec(e),o=e.indexOf("@"),a=!s||t>-1&&s.index>t,u=o===-1||t>-1&&o>t,c=i===-1||t>-1&&i>t,f=n===-1||t>-1&&n>t,l=r>0,h=t>-1?e[t-1]!=="/":!e.endsWith("/"),p=!e.startsWith(".");return a&&l&&h&&p&&u&&c&&f};L_.exports=(e,t,{gitHosts:r,protocols:n})=>{if(!e)return;let i=rj(e)?`github:${e}`:e,s=tj(i,n);if(!s)return;let o=r.byShortcut[s.protocol],a=r.byDomain[s.hostname.startsWith("www.")?s.hostname.slice(4):s.hostname],u=o||a;if(!u)return;let c=r[o||a],f=null;n[s.protocol]?.auth&&(s.username||s.password)&&(f=`${s.username}${s.password?":"+s.password:""}`);let l=null,h=null,p=null,d=null;try{if(o){let g=s.pathname.startsWith("/")?s.pathname.slice(1):s.pathname,m=g.indexOf("@");m>-1&&(g=g.slice(m+1));let b=g.lastIndexOf("/");b>-1?(h=decodeURIComponent(g.slice(0,b)),h||(h=null),p=decodeURIComponent(g.slice(b+1))):p=decodeURIComponent(g),p.endsWith(".git")&&(p=p.slice(0,-4)),s.hash&&(l=decodeURIComponent(s.hash.slice(1))),d="shortcut"}else{if(!c.protocols.includes(s.protocol))return;let g=c.extract(s);if(!g)return;h=g.user&&decodeURIComponent(g.user),p=decodeURIComponent(g.project),l=decodeURIComponent(g.committish),d=n[s.protocol]?.name||s.protocol.slice(0,-1)}}catch(g){if(g instanceof URIError)return;throw g}return[u,h,f,p,l,d,t]}});var $a=A((wY,T_)=>{"use strict";var{LRUCache:nj}=Na(),ij=O_(),sj=D_(),oj=sp(),op=new nj({max:1e3});function aj(e){try{let{protocol:t,hostname:r,pathname:n}=new URL(e);if(!r)return null;let i=/(?:git\+)http:$/.test(t)?"http:":"https:",s=n.replace(/\.git$/,"");return`${i}//${r}${s}`}catch{return null}}var Ia=class e{constructor(t,r,n,i,s,o,a={}){Object.assign(this,e.#e[t],{type:t,user:r,auth:n,project:i,committish:s,default:o,opts:a})}static#e={byShortcut:{},byDomain:{}};static#r={"git+ssh:":{name:"sshurl"},"ssh:":{name:"sshurl"},"git+https:":{name:"https",auth:!0},"git:":{auth:!0},"http:":{auth:!0},"https:":{auth:!0},"git+http:":{auth:!0}};static addHost(t,r){e.#e[t]=r,e.#e.byDomain[r.domain]=t,e.#e.byShortcut[`${t}:`]=t,e.#r[`${t}:`]={name:t}}static fromUrl(t,r){if(typeof t!="string")return;let n=t+JSON.stringify(r||{});if(!op.has(n)){let i=sj(t,r,{gitHosts:e.#e,protocols:e.#r});op.set(n,i?new e(...i):void 0)}return op.get(n)}static fromManifest(t,r={}){if(!t||typeof t!="object")return;let n=t.repository,i=n&&(typeof n=="string"?n:typeof n=="object"&&typeof n.url=="string"?n.url:null);if(!i)throw new Error("no repository");let s=i&&e.fromUrl(i.replace(/^git\+/,""),r)||null;if(s)return s;let o=aj(i);return e.fromUrl(o,r)||o}static parseUrl(t){return oj(t)}#t(t,r){if(typeof t!="function")return null;let n={...this,...this.opts,...r};n.path||(n.path=""),n.path.startsWith("/")&&(n.path=n.path.slice(1)),n.noCommittish&&(n.committish=null);let i=t(n);return n.noGitPlus&&i.startsWith("git+")?i.slice(4):i}hash(){return this.committish?`#${this.committish}`:""}ssh(t){return this.#t(this.sshtemplate,t)}sshurl(t){return this.#t(this.sshurltemplate,t)}browse(t,...r){return typeof t!="string"?this.#t(this.browsetemplate,t):typeof r[0]!="string"?this.#t(this.browsetreetemplate,{...r[0],path:t}):this.#t(this.browsetreetemplate,{...r[1],fragment:r[0],path:t})}browseFile(t,...r){return typeof r[0]!="string"?this.#t(this.browseblobtemplate,{...r[0],path:t}):this.#t(this.browseblobtemplate,{...r[1],fragment:r[0],path:t})}docs(t){return this.#t(this.docstemplate,t)}bugs(t){return this.#t(this.bugstemplate,t)}https(t){return this.#t(this.httpstemplate,t)}git(t){return this.#t(this.gittemplate,t)}shortcut(t){return this.#t(this.shortcuttemplate,t)}path(t){return this.#t(this.pathtemplate,t)}tarball(t){return this.#t(this.tarballtemplate,{...t,noCommittish:!1})}file(t,r){return this.#t(this.filetemplate,{...r,path:t})}edit(t,r){return this.#t(this.edittemplate,{...r,path:t})}getDefaultRepresentation(){return this.default}toString(t){return this.default&&typeof this[this.default]=="function"?this[this.default](t):this.sshurl(t)}};for(let[e,t]of Object.entries(ij))Ia.addHost(e,t);T_.exports=Ia});var N_=A(mn=>{"use strict";Object.defineProperty(mn,"__esModule",{value:!0});mn.range=mn.balanced=void 0;var uj=(e,t,r)=>{let n=e instanceof RegExp?k_(e,r):e,i=t instanceof RegExp?k_(t,r):t,s=n!==null&&i!=null&&(0,mn.range)(n,i,r);return s&&{start:s[0],end:s[1],pre:r.slice(0,s[0]),body:r.slice(s[0]+n.length,s[1]),post:r.slice(s[1]+i.length)}};mn.balanced=uj;var k_=(e,t)=>{let r=t.match(e);return r?r[0]:null},cj=(e,t,r)=>{let n,i,s,o,a,u=r.indexOf(e),c=r.indexOf(t,u+1),f=u;if(u>=0&&c>0){if(e===t)return[u,c];for(n=[],s=r.length;f>=0&&!a;){if(f===u)n.push(f),u=r.indexOf(e,f+1);else if(n.length===1){let l=n.pop();l!==void 0&&(a=[l,c])}else i=n.pop(),i!==void 0&&i<s&&(s=i,o=c),c=r.indexOf(t,f+1);f=u<c&&u>=0?u:c}n.length&&o!==void 0&&(a=[s,o])}return a};mn.range=cj});var W_=A(cp=>{"use strict";Object.defineProperty(cp,"__esModule",{value:!0});cp.expand=_j;var I_=N_(),$_="\0SLASH"+Math.random()+"\0",B_="\0OPEN"+Math.random()+"\0",up="\0CLOSE"+Math.random()+"\0",M_="\0COMMA"+Math.random()+"\0",j_="\0PERIOD"+Math.random()+"\0",lj=new RegExp($_,"g"),fj=new RegExp(B_,"g"),hj=new RegExp(up,"g"),pj=new RegExp(M_,"g"),dj=new RegExp(j_,"g"),gj=/\\\\/g,mj=/\\{/g,yj=/\\}/g,Aj=/\\,/g,wj=/\\./g;function ap(e){return isNaN(e)?e.charCodeAt(0):parseInt(e,10)}function bj(e){return e.replace(gj,$_).replace(mj,B_).replace(yj,up).replace(Aj,M_).replace(wj,j_)}function Ej(e){return e.replace(lj,"\\").replace(fj,"{").replace(hj,"}").replace(pj,",").replace(dj,".")}function q_(e){if(!e)return[""];let t=[],r=(0,I_.balanced)("{","}",e);if(!r)return e.split(",");let{pre:n,body:i,post:s}=r,o=n.split(",");o[o.length-1]+="{"+i+"}";let a=q_(s);return s.length&&(o[o.length-1]+=a.shift(),o.push.apply(o,a)),t.push.apply(t,o),t}function _j(e){return e?(e.slice(0,2)==="{}"&&(e="\\{\\}"+e.slice(2)),fs(bj(e),!0).map(Ej)):[]}function vj(e){return"{"+e+"}"}function Sj(e){return/^-?0\d/.test(e)}function Cj(e,t){return e<=t}function xj(e,t){return e>=t}function fs(e,t){let r=[],n=(0,I_.balanced)("{","}",e);if(!n)return[e];let i=n.pre,s=n.post.length?fs(n.post,!1):[""];if(/\$$/.test(n.pre))for(let o=0;o<s.length;o++){let a=i+"{"+n.body+"}"+s[o];r.push(a)}else{let o=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),a=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),u=o||a,c=n.body.indexOf(",")>=0;if(!u&&!c)return n.post.match(/,(?!,).*\}/)?(e=n.pre+"{"+n.body+up+n.post,fs(e)):[e];let f;if(u)f=n.body.split(/\.\./);else if(f=q_(n.body),f.length===1&&f[0]!==void 0&&(f=fs(f[0],!1).map(vj),f.length===1))return s.map(h=>n.pre+f[0]+h);let l;if(u&&f[0]!==void 0&&f[1]!==void 0){let h=ap(f[0]),p=ap(f[1]),d=Math.max(f[0].length,f[1].length),g=f.length===3&&f[2]!==void 0?Math.abs(ap(f[2])):1,m=Cj;p<h&&(g*=-1,m=xj);let _=f.some(Sj);l=[];for(let P=h;m(P,p);P+=g){let F;if(a)F=String.fromCharCode(P),F==="\\"&&(F="");else if(F=String(P),_){let N=d-F.length;if(N>0){let q=new Array(N+1).join("0");P<0?F="-"+q+F.slice(1):F=q+F}}l.push(F)}}else{l=[];for(let h=0;h<f.length;h++)l.push.apply(l,fs(f[h],!1))}for(let h=0;h<l.length;h++)for(let p=0;p<s.length;p++){let d=i+l[h]+s[p];(!t||u||d)&&r.push(d)}}return r}});var U_=A(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});Ba.assertValidPattern=void 0;var Pj=1024*64,Oj=e=>{if(typeof e!="string")throw new TypeError("invalid pattern");if(e.length>Pj)throw new TypeError("pattern is too long")};Ba.assertValidPattern=Oj});var H_=A(Ma=>{"use strict";Object.defineProperty(Ma,"__esModule",{value:!0});Ma.parseClass=void 0;var Rj={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},hs=e=>e.replace(/[[\]\\-]/g,"\\$&"),Fj=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),G_=e=>e.join(""),Lj=(e,t)=>{let r=t;if(e.charAt(r)!=="[")throw new Error("not in a brace expression");let n=[],i=[],s=r+1,o=!1,a=!1,u=!1,c=!1,f=r,l="";e:for(;s<e.length;){let g=e.charAt(s);if((g==="!"||g==="^")&&s===r+1){c=!0,s++;continue}if(g==="]"&&o&&!u){f=s+1;break}if(o=!0,g==="\\"&&!u){u=!0,s++;continue}if(g==="["&&!u){for(let[m,[b,_,P]]of Object.entries(Rj))if(e.startsWith(m,s)){if(l)return["$.",!1,e.length-r,!0];s+=m.length,P?i.push(b):n.push(b),a=a||_;continue e}}if(u=!1,l){g>l?n.push(hs(l)+"-"+hs(g)):g===l&&n.push(hs(g)),l="",s++;continue}if(e.startsWith("-]",s+1)){n.push(hs(g+"-")),s+=2;continue}if(e.startsWith("-",s+1)){l=g,s+=2;continue}n.push(hs(g)),s++}if(f<s)return["",!1,0,!1];if(!n.length&&!i.length)return["$.",!1,e.length-r,!0];if(i.length===0&&n.length===1&&/^\\?.$/.test(n[0])&&!c){let g=n[0].length===2?n[0].slice(-1):n[0];return[Fj(g),!1,f-r,!1]}let h="["+(c?"^":"")+G_(n)+"]",p="["+(c?"":"^")+G_(i)+"]";return[n.length&&i.length?"("+h+"|"+p+")":n.length?h:p,a,f-r,!0]};Ma.parseClass=Lj});var qa=A(ja=>{"use strict";Object.defineProperty(ja,"__esModule",{value:!0});ja.unescape=void 0;var Dj=(e,{windowsPathsNoEscape:t=!1,magicalBraces:r=!0}={})=>r?t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):t?e.replace(/\[([^\/\\{}])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");ja.unescape=Dj});var hp=A(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});Ga.AST=void 0;var Tj=H_(),Wa=qa(),kj=new Set(["!","?","+","*","@"]),z_=e=>kj.has(e),Nj="(?!(?:^|/)\\.\\.?(?:$|/))",Ua="(?!\\.)",Ij=new Set(["[","."]),$j=new Set(["..","."]),Bj=new Set("().*{}+?[]^$\\!"),Mj=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),fp="[^/]",Y_=fp+"*?",V_=fp+"+?",lp=class e{type;#e;#r;#t=!1;#n=[];#o;#h;#p;#u=!1;#a;#d;#f=!1;constructor(t,r,n={}){this.type=t,t&&(this.#r=!0),this.#o=r,this.#e=this.#o?this.#o.#e:this,this.#a=this.#e===this?n:this.#e.#a,this.#p=this.#e===this?[]:this.#e.#p,t==="!"&&!this.#e.#u&&this.#p.push(this),this.#h=this.#o?this.#o.#n.length:0}get hasMagic(){if(this.#r!==void 0)return this.#r;for(let t of this.#n)if(typeof t!="string"&&(t.type||t.hasMagic))return this.#r=!0;return this.#r}toString(){return this.#d!==void 0?this.#d:this.type?this.#d=this.type+"("+this.#n.map(t=>String(t)).join("|")+")":this.#d=this.#n.map(t=>String(t)).join("")}#c(){if(this!==this.#e)throw new Error("should only call on root");if(this.#u)return this;this.toString(),this.#u=!0;let t;for(;t=this.#p.pop();){if(t.type!=="!")continue;let r=t,n=r.#o;for(;n;){for(let i=r.#h+1;!n.type&&i<n.#n.length;i++)for(let s of t.#n){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(n.#n[i])}r=n,n=r.#o}}return this}push(...t){for(let r of t)if(r!==""){if(typeof r!="string"&&!(r instanceof e&&r.#o===this))throw new Error("invalid part: "+r);this.#n.push(r)}}toJSON(){let t=this.type===null?this.#n.slice().map(r=>typeof r=="string"?r:r.toJSON()):[this.type,...this.#n.map(r=>r.toJSON())];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#u&&this.#o?.type==="!")&&t.push({}),t}isStart(){if(this.#e===this)return!0;if(!this.#o?.isStart())return!1;if(this.#h===0)return!0;let t=this.#o;for(let r=0;r<this.#h;r++){let n=t.#n[r];if(!(n instanceof e&&n.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#o?.type==="!")return!0;if(!this.#o?.isEnd())return!1;if(!this.type)return this.#o?.isEnd();let t=this.#o?this.#o.#n.length:0;return this.#h===t-1}copyIn(t){typeof t=="string"?this.push(t):this.push(t.clone(this))}clone(t){let r=new e(this.type,t);for(let n of this.#n)r.copyIn(n);return r}static#i(t,r,n,i){let s=!1,o=!1,a=-1,u=!1;if(r.type===null){let p=n,d="";for(;p<t.length;){let g=t.charAt(p++);if(s||g==="\\"){s=!s,d+=g;continue}if(o){p===a+1?(g==="^"||g==="!")&&(u=!0):g==="]"&&!(p===a+2&&u)&&(o=!1),d+=g;continue}else if(g==="["){o=!0,a=p,u=!1,d+=g;continue}if(!i.noext&&z_(g)&&t.charAt(p)==="("){r.push(d),d="";let m=new e(g,r);p=e.#i(t,m,p,i),r.push(m);continue}d+=g}return r.push(d),p}let c=n+1,f=new e(null,r),l=[],h="";for(;c<t.length;){let p=t.charAt(c++);if(s||p==="\\"){s=!s,h+=p;continue}if(o){c===a+1?(p==="^"||p==="!")&&(u=!0):p==="]"&&!(c===a+2&&u)&&(o=!1),h+=p;continue}else if(p==="["){o=!0,a=c,u=!1,h+=p;continue}if(z_(p)&&t.charAt(c)==="("){f.push(h),h="";let d=new e(p,f);f.push(d),c=e.#i(t,d,c,i);continue}if(p==="|"){f.push(h),h="",l.push(f),f=new e(null,r);continue}if(p===")")return h===""&&r.#n.length===0&&(r.#f=!0),f.push(h),h="",r.push(...l,f),c;h+=p}return r.type=null,r.#r=void 0,r.#n=[t.substring(n-1)],c}static fromGlob(t,r={}){let n=new e(null,void 0,r);return e.#i(t,n,0,r),n}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let t=this.toString(),[r,n,i,s]=this.toRegExpSource();if(!(i||this.#r||this.#a.nocase&&!this.#a.nocaseMagicOnly&&t.toUpperCase()!==t.toLowerCase()))return n;let a=(this.#a.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${r}$`,a),{_src:r,_glob:t})}get options(){return this.#a}toRegExpSource(t){let r=t??!!this.#a.dot;if(this.#e===this&&this.#c(),!this.type){let u=this.isStart()&&this.isEnd()&&!this.#n.some(p=>typeof p!="string"),c=this.#n.map(p=>{let[d,g,m,b]=typeof p=="string"?e.#E(p,this.#r,u):p.toRegExpSource(t);return this.#r=this.#r||m,this.#t=this.#t||b,d}).join(""),f="";if(this.isStart()&&typeof this.#n[0]=="string"&&!(this.#n.length===1&&$j.has(this.#n[0]))){let d=Ij,g=r&&d.has(c.charAt(0))||c.startsWith("\\.")&&d.has(c.charAt(2))||c.startsWith("\\.\\.")&&d.has(c.charAt(4)),m=!r&&!t&&d.has(c.charAt(0));f=g?Nj:m?Ua:""}let l="";return this.isEnd()&&this.#e.#u&&this.#o?.type==="!"&&(l="(?:$|\\/)"),[f+c+l,(0,Wa.unescape)(c),this.#r=!!this.#r,this.#t]}let n=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#m(r);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let u=this.toString();return this.#n=[u],this.type=null,this.#r=void 0,[u,(0,Wa.unescape)(this.toString()),!1,!1]}let o=!n||t||r||!Ua?"":this.#m(!0);o===s&&(o=""),o&&(s=`(?:${s})(?:${o})*?`);let a="";if(this.type==="!"&&this.#f)a=(this.isStart()&&!r?Ua:"")+V_;else{let u=this.type==="!"?"))"+(this.isStart()&&!r&&!t?Ua:"")+Y_+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&o?")":this.type==="*"&&o?")?":`)${this.type}`;a=i+s+u}return[a,(0,Wa.unescape)(s),this.#r=!!this.#r,this.#t]}#m(t){return this.#n.map(r=>{if(typeof r=="string")throw new Error("string type in extglob ast??");let[n,i,s,o]=r.toRegExpSource(t);return this.#t=this.#t||o,n}).filter(r=>!(this.isStart()&&this.isEnd())||!!r).join("|")}static#E(t,r,n=!1){let i=!1,s="",o=!1;for(let a=0;a<t.length;a++){let u=t.charAt(a);if(i){i=!1,s+=(Bj.has(u)?"\\":"")+u;continue}if(u==="\\"){a===t.length-1?s+="\\\\":i=!0;continue}if(u==="["){let[c,f,l,h]=(0,Tj.parseClass)(t,a);if(l){s+=c,o=o||f,a+=l-1,r=r||h;continue}}if(u==="*"){s+=n&&t==="*"?V_:Y_,r=!0;continue}if(u==="?"){s+=fp,r=!0;continue}s+=Mj(u)}return[s,(0,Wa.unescape)(t),!!r,o]}};Ga.AST=lp});var pp=A(Ha=>{"use strict";Object.defineProperty(Ha,"__esModule",{value:!0});Ha.escape=void 0;var jj=(e,{windowsPathsNoEscape:t=!1,magicalBraces:r=!1}={})=>r?t?e.replace(/[?*()[\]{}]/g,"[$&]"):e.replace(/[?*()[\]\\{}]/g,"\\$&"):t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&");Ha.escape=jj});var br=A(X=>{"use strict";Object.defineProperty(X,"__esModule",{value:!0});X.unescape=X.escape=X.AST=X.Minimatch=X.match=X.makeRe=X.braceExpand=X.defaults=X.filter=X.GLOBSTAR=X.sep=X.minimatch=void 0;var qj=W_(),za=U_(),J_=hp(),Wj=pp(),Uj=qa(),Gj=(e,t,r={})=>((0,za.assertValidPattern)(t),!r.nocomment&&t.charAt(0)==="#"?!1:new yn(t,r).match(e));X.minimatch=Gj;var Hj=/^\*+([^+@!?\*\[\(]*)$/,zj=e=>t=>!t.startsWith(".")&&t.endsWith(e),Yj=e=>t=>t.endsWith(e),Vj=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),Kj=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),Xj=/^\*+\.\*+$/,Jj=e=>!e.startsWith(".")&&e.includes("."),Qj=e=>e!=="."&&e!==".."&&e.includes("."),Zj=/^\.\*+$/,eq=e=>e!=="."&&e!==".."&&e.startsWith("."),tq=/^\*+$/,rq=e=>e.length!==0&&!e.startsWith("."),nq=e=>e.length!==0&&e!=="."&&e!=="..",iq=/^\?+([^+@!?\*\[\(]*)?$/,sq=([e,t=""])=>{let r=Q_([e]);return t?(t=t.toLowerCase(),n=>r(n)&&n.toLowerCase().endsWith(t)):r},oq=([e,t=""])=>{let r=Z_([e]);return t?(t=t.toLowerCase(),n=>r(n)&&n.toLowerCase().endsWith(t)):r},aq=([e,t=""])=>{let r=Z_([e]);return t?n=>r(n)&&n.endsWith(t):r},uq=([e,t=""])=>{let r=Q_([e]);return t?n=>r(n)&&n.endsWith(t):r},Q_=([e])=>{let t=e.length;return r=>r.length===t&&!r.startsWith(".")},Z_=([e])=>{let t=e.length;return r=>r.length===t&&r!=="."&&r!==".."},ev=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",K_={win32:{sep:"\\"},posix:{sep:"/"}};X.sep=ev==="win32"?K_.win32.sep:K_.posix.sep;X.minimatch.sep=X.sep;X.GLOBSTAR=Symbol("globstar **");X.minimatch.GLOBSTAR=X.GLOBSTAR;var cq="[^/]",lq=cq+"*?",fq="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",hq="(?:(?!(?:\\/|^)\\.).)*?",pq=(e,t={})=>r=>(0,X.minimatch)(r,e,t);X.filter=pq;X.minimatch.filter=X.filter;var kt=(e,t={})=>Object.assign({},e,t),dq=e=>{if(!e||typeof e!="object"||!Object.keys(e).length)return X.minimatch;let t=X.minimatch;return Object.assign((n,i,s={})=>t(n,i,kt(e,s)),{Minimatch:class extends t.Minimatch{constructor(i,s={}){super(i,kt(e,s))}static defaults(i){return t.defaults(kt(e,i)).Minimatch}},AST:class extends t.AST{constructor(i,s,o={}){super(i,s,kt(e,o))}static fromGlob(i,s={}){return t.AST.fromGlob(i,kt(e,s))}},unescape:(n,i={})=>t.unescape(n,kt(e,i)),escape:(n,i={})=>t.escape(n,kt(e,i)),filter:(n,i={})=>t.filter(n,kt(e,i)),defaults:n=>t.defaults(kt(e,n)),makeRe:(n,i={})=>t.makeRe(n,kt(e,i)),braceExpand:(n,i={})=>t.braceExpand(n,kt(e,i)),match:(n,i,s={})=>t.match(n,i,kt(e,s)),sep:t.sep,GLOBSTAR:X.GLOBSTAR})};X.defaults=dq;X.minimatch.defaults=X.defaults;var gq=(e,t={})=>((0,za.assertValidPattern)(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:(0,qj.expand)(e));X.braceExpand=gq;X.minimatch.braceExpand=X.braceExpand;var mq=(e,t={})=>new yn(e,t).makeRe();X.makeRe=mq;X.minimatch.makeRe=X.makeRe;var yq=(e,t,r={})=>{let n=new yn(t,r);return e=e.filter(i=>n.match(i)),n.options.nonull&&!e.length&&e.push(t),e};X.match=yq;X.minimatch.match=X.match;var X_=/[?*]|[+@!]\(.*?\)|\[|\]/,Aq=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),yn=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(t,r={}){(0,za.assertValidPattern)(t),r=r||{},this.options=r,this.pattern=t,this.platform=r.platform||ev,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!r.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!r.nonegate,this.comment=!1,this.empty=!1,this.partial=!!r.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=r.windowsNoMagicRoot!==void 0?r.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let t of this.set)for(let r of t)if(typeof r!="string")return!0;return!1}debug(...t){}make(){let t=this.pattern,r=this.options;if(!r.nocomment&&t.charAt(0)==="#"){this.comment=!0;return}if(!t){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],r.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let n=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(n),this.debug(this.pattern,this.globParts);let i=this.globParts.map((s,o,a)=>{if(this.isWindows&&this.windowsNoMagicRoot){let u=s[0]===""&&s[1]===""&&(s[2]==="?"||!X_.test(s[2]))&&!X_.test(s[3]),c=/^[a-z]:/i.test(s[0]);if(u)return[...s.slice(0,4),...s.slice(4).map(f=>this.parse(f))];if(c)return[s[0],...s.slice(1).map(f=>this.parse(f))]}return s.map(u=>this.parse(u))});if(this.debug(this.pattern,i),this.set=i.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let o=this.set[s];o[0]===""&&o[1]===""&&this.globParts[s][2]==="?"&&typeof o[3]=="string"&&/^[a-z]:$/i.test(o[3])&&(o[2]="?")}this.debug(this.pattern,this.set)}preprocess(t){if(this.options.noglobstar)for(let n=0;n<t.length;n++)for(let i=0;i<t[n].length;i++)t[n][i]==="**"&&(t[n][i]="*");let{optimizationLevel:r=1}=this.options;return r>=2?(t=this.firstPhasePreProcess(t),t=this.secondPhasePreProcess(t)):r>=1?t=this.levelOneOptimize(t):t=this.adjascentGlobstarOptimize(t),t}adjascentGlobstarOptimize(t){return t.map(r=>{let n=-1;for(;(n=r.indexOf("**",n+1))!==-1;){let i=n;for(;r[i+1]==="**";)i++;i!==n&&r.splice(n,i-n)}return r})}levelOneOptimize(t){return t.map(r=>(r=r.reduce((n,i)=>{let s=n[n.length-1];return i==="**"&&s==="**"?n:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(n.pop(),n):(n.push(i),n)},[]),r.length===0?[""]:r))}levelTwoFileOptimize(t){Array.isArray(t)||(t=this.slashSplit(t));let r=!1;do{if(r=!1,!this.preserveMultipleSlashes){for(let i=1;i<t.length-1;i++){let s=t[i];i===1&&s===""&&t[0]===""||(s==="."||s==="")&&(r=!0,t.splice(i,1),i--)}t[0]==="."&&t.length===2&&(t[1]==="."||t[1]==="")&&(r=!0,t.pop())}let n=0;for(;(n=t.indexOf("..",n+1))!==-1;){let i=t[n-1];i&&i!=="."&&i!==".."&&i!=="**"&&(r=!0,t.splice(n-1,2),n-=2)}}while(r);return t.length===0?[""]:t}firstPhasePreProcess(t){let r=!1;do{r=!1;for(let n of t){let i=-1;for(;(i=n.indexOf("**",i+1))!==-1;){let o=i;for(;n[o+1]==="**";)o++;o>i&&n.splice(i+1,o-i);let a=n[i+1],u=n[i+2],c=n[i+3];if(a!==".."||!u||u==="."||u===".."||!c||c==="."||c==="..")continue;r=!0,n.splice(i,1);let f=n.slice(0);f[i]="**",t.push(f),i--}if(!this.preserveMultipleSlashes){for(let o=1;o<n.length-1;o++){let a=n[o];o===1&&a===""&&n[0]===""||(a==="."||a==="")&&(r=!0,n.splice(o,1),o--)}n[0]==="."&&n.length===2&&(n[1]==="."||n[1]==="")&&(r=!0,n.pop())}let s=0;for(;(s=n.indexOf("..",s+1))!==-1;){let o=n[s-1];if(o&&o!=="."&&o!==".."&&o!=="**"){r=!0;let u=s===1&&n[s+1]==="**"?["."]:[];n.splice(s-1,2,...u),n.length===0&&n.push(""),s-=2}}}}while(r);return t}secondPhasePreProcess(t){for(let r=0;r<t.length-1;r++)for(let n=r+1;n<t.length;n++){let i=this.partsMatch(t[r],t[n],!this.preserveMultipleSlashes);if(i){t[r]=[],t[n]=i;break}}return t.filter(r=>r.length)}partsMatch(t,r,n=!1){let i=0,s=0,o=[],a="";for(;i<t.length&&s<r.length;)if(t[i]===r[s])o.push(a==="b"?r[s]:t[i]),i++,s++;else if(n&&t[i]==="**"&&r[s]===t[i+1])o.push(t[i]),i++;else if(n&&r[s]==="**"&&t[i]===r[s+1])o.push(r[s]),s++;else if(t[i]==="*"&&r[s]&&(this.options.dot||!r[s].startsWith("."))&&r[s]!=="**"){if(a==="b")return!1;a="a",o.push(t[i]),i++,s++}else if(r[s]==="*"&&t[i]&&(this.options.dot||!t[i].startsWith("."))&&t[i]!=="**"){if(a==="a")return!1;a="b",o.push(r[s]),i++,s++}else return!1;return t.length===r.length&&o}parseNegate(){if(this.nonegate)return;let t=this.pattern,r=!1,n=0;for(let i=0;i<t.length&&t.charAt(i)==="!";i++)r=!r,n++;n&&(this.pattern=t.slice(n)),this.negate=r}matchOne(t,r,n=!1){let i=this.options;if(this.isWindows){let g=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),m=!g&&t[0]===""&&t[1]===""&&t[2]==="?"&&/^[a-z]:$/i.test(t[3]),b=typeof r[0]=="string"&&/^[a-z]:$/i.test(r[0]),_=!b&&r[0]===""&&r[1]===""&&r[2]==="?"&&typeof r[3]=="string"&&/^[a-z]:$/i.test(r[3]),P=m?3:g?0:void 0,F=_?3:b?0:void 0;if(typeof P=="number"&&typeof F=="number"){let[N,q]=[t[P],r[F]];N.toLowerCase()===q.toLowerCase()&&(r[F]=N,F>P?r=r.slice(F):P>F&&(t=t.slice(P)))}}let{optimizationLevel:s=1}=this.options;s>=2&&(t=this.levelTwoFileOptimize(t)),this.debug("matchOne",this,{file:t,pattern:r}),this.debug("matchOne",t.length,r.length);for(var o=0,a=0,u=t.length,c=r.length;o<u&&a<c;o++,a++){this.debug("matchOne loop");var f=r[a],l=t[o];if(this.debug(r,f,l),f===!1)return!1;if(f===X.GLOBSTAR){this.debug("GLOBSTAR",[r,f,l]);var h=o,p=a+1;if(p===c){for(this.debug("** at the end");o<u;o++)if(t[o]==="."||t[o]===".."||!i.dot&&t[o].charAt(0)===".")return!1;return!0}for(;h<u;){var d=t[h];if(this.debug(`
59
+ globstar while`,t,h,r,p,d),this.matchOne(t.slice(h),r.slice(p),n))return this.debug("globstar found match!",h,u,d),!0;if(d==="."||d===".."||!i.dot&&d.charAt(0)==="."){this.debug("dot detected!",t,h,r,p);break}this.debug("globstar swallow a segment, and continue"),h++}return!!(n&&(this.debug(`
60
+ >>> no match, partial?`,t,h,r,p),h===u))}let g;if(typeof f=="string"?(g=l===f,this.debug("string match",f,l,g)):(g=f.test(l),this.debug("pattern match",f,l,g)),!g)return!1}if(o===u&&a===c)return!0;if(o===u)return n;if(a===c)return o===u-1&&t[o]==="";throw new Error("wtf?")}braceExpand(){return(0,X.braceExpand)(this.pattern,this.options)}parse(t){(0,za.assertValidPattern)(t);let r=this.options;if(t==="**")return X.GLOBSTAR;if(t==="")return"";let n,i=null;(n=t.match(tq))?i=r.dot?nq:rq:(n=t.match(Hj))?i=(r.nocase?r.dot?Kj:Vj:r.dot?Yj:zj)(n[1]):(n=t.match(iq))?i=(r.nocase?r.dot?oq:sq:r.dot?aq:uq)(n):(n=t.match(Xj))?i=r.dot?Qj:Jj:(n=t.match(Zj))&&(i=eq);let s=J_.AST.fromGlob(t,this.options).toMMPattern();return i&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:i}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let t=this.set;if(!t.length)return this.regexp=!1,this.regexp;let r=this.options,n=r.noglobstar?lq:r.dot?fq:hq,i=new Set(r.nocase?["i"]:[]),s=t.map(u=>{let c=u.map(l=>{if(l instanceof RegExp)for(let h of l.flags.split(""))i.add(h);return typeof l=="string"?Aq(l):l===X.GLOBSTAR?X.GLOBSTAR:l._src});c.forEach((l,h)=>{let p=c[h+1],d=c[h-1];l!==X.GLOBSTAR||d===X.GLOBSTAR||(d===void 0?p!==void 0&&p!==X.GLOBSTAR?c[h+1]="(?:\\/|"+n+"\\/)?"+p:c[h]=n:p===void 0?c[h-1]=d+"(?:\\/|\\/"+n+")?":p!==X.GLOBSTAR&&(c[h-1]=d+"(?:\\/|\\/"+n+"\\/)"+p,c[h+1]=X.GLOBSTAR))});let f=c.filter(l=>l!==X.GLOBSTAR);if(this.partial&&f.length>=1){let l=[];for(let h=1;h<=f.length;h++)l.push(f.slice(0,h).join("/"));return"(?:"+l.join("|")+")"}return f.join("/")}).join("|"),[o,a]=t.length>1?["(?:",")"]:["",""];s="^"+o+s+a+"$",this.partial&&(s="^(?:\\/|"+o+s.slice(1,-1)+a+")$"),this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(t){return this.preserveMultipleSlashes?t.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(t)?["",...t.split(/\/+/)]:t.split(/\/+/)}match(t,r=this.partial){if(this.debug("match",t,this.pattern),this.comment)return!1;if(this.empty)return t==="";if(t==="/"&&r)return!0;let n=this.options;this.isWindows&&(t=t.split("\\").join("/"));let i=this.slashSplit(t);this.debug(this.pattern,"split",i);let s=this.set;this.debug(this.pattern,"set",s);let o=i[i.length-1];if(!o)for(let a=i.length-2;!o&&a>=0;a--)o=i[a];for(let a=0;a<s.length;a++){let u=s[a],c=i;if(n.matchBase&&u.length===1&&(c=[o]),this.matchOne(c,u,r))return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate}static defaults(t){return X.minimatch.defaults(t).Minimatch}};X.Minimatch=yn;var wq=hp();Object.defineProperty(X,"AST",{enumerable:!0,get:function(){return wq.AST}});var bq=pp();Object.defineProperty(X,"escape",{enumerable:!0,get:function(){return bq.escape}});var Eq=qa();Object.defineProperty(X,"unescape",{enumerable:!0,get:function(){return Eq.unescape}});X.minimatch.AST=J_.AST;X.minimatch.Minimatch=yn;X.minimatch.escape=Wj.escape;X.minimatch.unescape=Uj.unescape});var Ep=A(ct=>{"use strict";var _q=ct&&ct.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ct,"__esModule",{value:!0});ct.Minipass=ct.isWritable=ct.isReadable=ct.isStream=void 0;var tv=typeof process=="object"&&process?process:{stdout:null,stderr:null},bp=require("node:events"),sv=_q(require("node:stream")),vq=require("node:string_decoder"),Sq=e=>!!e&&typeof e=="object"&&(e instanceof Za||e instanceof sv.default||(0,ct.isReadable)(e)||(0,ct.isWritable)(e));ct.isStream=Sq;var Cq=e=>!!e&&typeof e=="object"&&e instanceof bp.EventEmitter&&typeof e.pipe=="function"&&e.pipe!==sv.default.Writable.prototype.pipe;ct.isReadable=Cq;var xq=e=>!!e&&typeof e=="object"&&e instanceof bp.EventEmitter&&typeof e.write=="function"&&typeof e.end=="function";ct.isWritable=xq;var Er=Symbol("EOF"),_r=Symbol("maybeEmitEnd"),Vr=Symbol("emittedEnd"),Ya=Symbol("emittingEnd"),ps=Symbol("emittedError"),Va=Symbol("closed"),rv=Symbol("read"),Ka=Symbol("flush"),nv=Symbol("flushChunk"),Vt=Symbol("encoding"),bi=Symbol("decoder"),We=Symbol("flowing"),ds=Symbol("paused"),Ei=Symbol("resume"),Ue=Symbol("buffer"),ut=Symbol("pipes"),Ge=Symbol("bufferLength"),dp=Symbol("bufferPush"),Xa=Symbol("bufferShift"),rt=Symbol("objectMode"),Fe=Symbol("destroyed"),gp=Symbol("error"),mp=Symbol("emitData"),iv=Symbol("emitEnd"),yp=Symbol("emitEnd2"),ar=Symbol("async"),Ap=Symbol("abort"),Ja=Symbol("aborted"),gs=Symbol("signal"),An=Symbol("dataListeners"),St=Symbol("discarded"),ms=e=>Promise.resolve().then(e),Pq=e=>e(),Oq=e=>e==="end"||e==="finish"||e==="prefinish",Rq=e=>e instanceof ArrayBuffer||!!e&&typeof e=="object"&&e.constructor&&e.constructor.name==="ArrayBuffer"&&e.byteLength>=0,Fq=e=>!Buffer.isBuffer(e)&&ArrayBuffer.isView(e),Qa=class{src;dest;opts;ondrain;constructor(t,r,n){this.src=t,this.dest=r,this.opts=n,this.ondrain=()=>t[Ei](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(t){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},wp=class extends Qa{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(t,r,n){super(t,r,n),this.proxyErrors=i=>r.emit("error",i),t.on("error",this.proxyErrors)}},Lq=e=>!!e.objectMode,Dq=e=>!e.objectMode&&!!e.encoding&&e.encoding!=="buffer",Za=class extends bp.EventEmitter{[We]=!1;[ds]=!1;[ut]=[];[Ue]=[];[rt];[Vt];[ar];[bi];[Er]=!1;[Vr]=!1;[Ya]=!1;[Va]=!1;[ps]=null;[Ge]=0;[Fe]=!1;[gs];[Ja]=!1;[An]=0;[St]=!1;writable=!0;readable=!0;constructor(...t){let r=t[0]||{};if(super(),r.objectMode&&typeof r.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");Lq(r)?(this[rt]=!0,this[Vt]=null):Dq(r)?(this[Vt]=r.encoding,this[rt]=!1):(this[rt]=!1,this[Vt]=null),this[ar]=!!r.async,this[bi]=this[Vt]?new vq.StringDecoder(this[Vt]):null,r&&r.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[Ue]}),r&&r.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[ut]});let{signal:n}=r;n&&(this[gs]=n,n.aborted?this[Ap]():n.addEventListener("abort",()=>this[Ap]()))}get bufferLength(){return this[Ge]}get encoding(){return this[Vt]}set encoding(t){throw new Error("Encoding must be set at instantiation time")}setEncoding(t){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[rt]}set objectMode(t){throw new Error("objectMode must be set at instantiation time")}get async(){return this[ar]}set async(t){this[ar]=this[ar]||!!t}[Ap](){this[Ja]=!0,this.emit("abort",this[gs]?.reason),this.destroy(this[gs]?.reason)}get aborted(){return this[Ja]}set aborted(t){}write(t,r,n){if(this[Ja])return!1;if(this[Er])throw new Error("write after end");if(this[Fe])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof r=="function"&&(n=r,r="utf8"),r||(r="utf8");let i=this[ar]?ms:Pq;if(!this[rt]&&!Buffer.isBuffer(t)){if(Fq(t))t=Buffer.from(t.buffer,t.byteOffset,t.byteLength);else if(Rq(t))t=Buffer.from(t);else if(typeof t!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[rt]?(this[We]&&this[Ge]!==0&&this[Ka](!0),this[We]?this.emit("data",t):this[dp](t),this[Ge]!==0&&this.emit("readable"),n&&i(n),this[We]):t.length?(typeof t=="string"&&!(r===this[Vt]&&!this[bi]?.lastNeed)&&(t=Buffer.from(t,r)),Buffer.isBuffer(t)&&this[Vt]&&(t=this[bi].write(t)),this[We]&&this[Ge]!==0&&this[Ka](!0),this[We]?this.emit("data",t):this[dp](t),this[Ge]!==0&&this.emit("readable"),n&&i(n),this[We]):(this[Ge]!==0&&this.emit("readable"),n&&i(n),this[We])}read(t){if(this[Fe])return null;if(this[St]=!1,this[Ge]===0||t===0||t&&t>this[Ge])return this[_r](),null;this[rt]&&(t=null),this[Ue].length>1&&!this[rt]&&(this[Ue]=[this[Vt]?this[Ue].join(""):Buffer.concat(this[Ue],this[Ge])]);let r=this[rv](t||null,this[Ue][0]);return this[_r](),r}[rv](t,r){if(this[rt])this[Xa]();else{let n=r;t===n.length||t===null?this[Xa]():typeof n=="string"?(this[Ue][0]=n.slice(t),r=n.slice(0,t),this[Ge]-=t):(this[Ue][0]=n.subarray(t),r=n.subarray(0,t),this[Ge]-=t)}return this.emit("data",r),!this[Ue].length&&!this[Er]&&this.emit("drain"),r}end(t,r,n){return typeof t=="function"&&(n=t,t=void 0),typeof r=="function"&&(n=r,r="utf8"),t!==void 0&&this.write(t,r),n&&this.once("end",n),this[Er]=!0,this.writable=!1,(this[We]||!this[ds])&&this[_r](),this}[Ei](){this[Fe]||(!this[An]&&!this[ut].length&&(this[St]=!0),this[ds]=!1,this[We]=!0,this.emit("resume"),this[Ue].length?this[Ka]():this[Er]?this[_r]():this.emit("drain"))}resume(){return this[Ei]()}pause(){this[We]=!1,this[ds]=!0,this[St]=!1}get destroyed(){return this[Fe]}get flowing(){return this[We]}get paused(){return this[ds]}[dp](t){this[rt]?this[Ge]+=1:this[Ge]+=t.length,this[Ue].push(t)}[Xa](){return this[rt]?this[Ge]-=1:this[Ge]-=this[Ue][0].length,this[Ue].shift()}[Ka](t=!1){do;while(this[nv](this[Xa]())&&this[Ue].length);!t&&!this[Ue].length&&!this[Er]&&this.emit("drain")}[nv](t){return this.emit("data",t),this[We]}pipe(t,r){if(this[Fe])return t;this[St]=!1;let n=this[Vr];return r=r||{},t===tv.stdout||t===tv.stderr?r.end=!1:r.end=r.end!==!1,r.proxyErrors=!!r.proxyErrors,n?r.end&&t.end():(this[ut].push(r.proxyErrors?new wp(this,t,r):new Qa(this,t,r)),this[ar]?ms(()=>this[Ei]()):this[Ei]()),t}unpipe(t){let r=this[ut].find(n=>n.dest===t);r&&(this[ut].length===1?(this[We]&&this[An]===0&&(this[We]=!1),this[ut]=[]):this[ut].splice(this[ut].indexOf(r),1),r.unpipe())}addListener(t,r){return this.on(t,r)}on(t,r){let n=super.on(t,r);if(t==="data")this[St]=!1,this[An]++,!this[ut].length&&!this[We]&&this[Ei]();else if(t==="readable"&&this[Ge]!==0)super.emit("readable");else if(Oq(t)&&this[Vr])super.emit(t),this.removeAllListeners(t);else if(t==="error"&&this[ps]){let i=r;this[ar]?ms(()=>i.call(this,this[ps])):i.call(this,this[ps])}return n}removeListener(t,r){return this.off(t,r)}off(t,r){let n=super.off(t,r);return t==="data"&&(this[An]=this.listeners("data").length,this[An]===0&&!this[St]&&!this[ut].length&&(this[We]=!1)),n}removeAllListeners(t){let r=super.removeAllListeners(t);return(t==="data"||t===void 0)&&(this[An]=0,!this[St]&&!this[ut].length&&(this[We]=!1)),r}get emittedEnd(){return this[Vr]}[_r](){!this[Ya]&&!this[Vr]&&!this[Fe]&&this[Ue].length===0&&this[Er]&&(this[Ya]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Va]&&this.emit("close"),this[Ya]=!1)}emit(t,...r){let n=r[0];if(t!=="error"&&t!=="close"&&t!==Fe&&this[Fe])return!1;if(t==="data")return!this[rt]&&!n?!1:this[ar]?(ms(()=>this[mp](n)),!0):this[mp](n);if(t==="end")return this[iv]();if(t==="close"){if(this[Va]=!0,!this[Vr]&&!this[Fe])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(t==="error"){this[ps]=n,super.emit(gp,n);let s=!this[gs]||this.listeners("error").length?super.emit("error",n):!1;return this[_r](),s}else if(t==="resume"){let s=super.emit("resume");return this[_r](),s}else if(t==="finish"||t==="prefinish"){let s=super.emit(t);return this.removeAllListeners(t),s}let i=super.emit(t,...r);return this[_r](),i}[mp](t){for(let n of this[ut])n.dest.write(t)===!1&&this.pause();let r=this[St]?!1:super.emit("data",t);return this[_r](),r}[iv](){return this[Vr]?!1:(this[Vr]=!0,this.readable=!1,this[ar]?(ms(()=>this[yp]()),!0):this[yp]())}[yp](){if(this[bi]){let r=this[bi].end();if(r){for(let n of this[ut])n.dest.write(r);this[St]||super.emit("data",r)}}for(let r of this[ut])r.end();let t=super.emit("end");return this.removeAllListeners("end"),t}async collect(){let t=Object.assign([],{dataLength:0});this[rt]||(t.dataLength=0);let r=this.promise();return this.on("data",n=>{t.push(n),this[rt]||(t.dataLength+=n.length)}),await r,t}async concat(){if(this[rt])throw new Error("cannot concat in objectMode");let t=await this.collect();return this[Vt]?t.join(""):Buffer.concat(t,t.dataLength)}async promise(){return new Promise((t,r)=>{this.on(Fe,()=>r(new Error("stream destroyed"))),this.on("error",n=>r(n)),this.on("end",()=>t())})}[Symbol.asyncIterator](){this[St]=!1;let t=!1,r=async()=>(this.pause(),t=!0,{value:void 0,done:!0});return{next:()=>{if(t)return r();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[Er])return r();let s,o,a=l=>{this.off("data",u),this.off("end",c),this.off(Fe,f),r(),o(l)},u=l=>{this.off("error",a),this.off("end",c),this.off(Fe,f),this.pause(),s({value:l,done:!!this[Er]})},c=()=>{this.off("error",a),this.off("data",u),this.off(Fe,f),r(),s({done:!0,value:void 0})},f=()=>a(new Error("stream destroyed"));return new Promise((l,h)=>{o=h,s=l,this.once(Fe,f),this.once("error",a),this.once("end",c),this.once("data",u)})},throw:r,return:r,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[St]=!1;let t=!1,r=()=>(this.pause(),this.off(gp,r),this.off(Fe,r),this.off("end",r),t=!0,{done:!0,value:void 0}),n=()=>{if(t)return r();let i=this.read();return i===null?r():{done:!1,value:i}};return this.once("end",r),this.once(gp,r),this.once(Fe,r),{next:n,throw:r,return:r,[Symbol.iterator](){return this}}}destroy(t){if(this[Fe])return t?this.emit("error",t):this.emit(Fe),this;this[Fe]=!0,this[St]=!0,this[Ue].length=0,this[Ge]=0;let r=this;return typeof r.close=="function"&&!this[Va]&&r.close(),t?this.emit("error",t):this.emit(Fe),this}static get isStream(){return ct.isStream}};ct.Minipass=Za});var wv=A(de=>{"use strict";var Tq=de&&de.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),kq=de&&de.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),Nq=de&&de.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&Tq(t,e,r);return kq(t,e),t};Object.defineProperty(de,"__esModule",{value:!0});de.PathScurry=de.Path=de.PathScurryDarwin=de.PathScurryPosix=de.PathScurryWin32=de.PathScurryBase=de.PathPosix=de.PathWin32=de.PathBase=de.ChildrenCache=de.ResolveCache=void 0;var au=Na(),iu=require("node:path"),Iq=require("node:url"),As=require("fs"),$q=Nq(require("node:fs")),Bq=As.realpathSync.native,eu=require("node:fs/promises"),ov=Ep(),ws={lstatSync:As.lstatSync,readdir:As.readdir,readdirSync:As.readdirSync,readlinkSync:As.readlinkSync,realpathSync:Bq,promises:{lstat:eu.lstat,readdir:eu.readdir,readlink:eu.readlink,realpath:eu.realpath}},fv=e=>!e||e===ws||e===$q?ws:{...ws,...e,promises:{...ws.promises,...e.promises||{}}},hv=/^\\\\\?\\([a-z]:)\\?$/i,Mq=e=>e.replace(/\//g,"\\").replace(hv,"$1\\"),jq=/[\\\/]/,It=0,pv=1,dv=2,ur=4,gv=6,mv=8,wn=10,yv=12,Nt=15,ys=~Nt,_p=16,av=32,bs=64,Kt=128,tu=256,nu=512,uv=bs|Kt|nu,qq=1023,vp=e=>e.isFile()?mv:e.isDirectory()?ur:e.isSymbolicLink()?wn:e.isCharacterDevice()?dv:e.isBlockDevice()?gv:e.isSocket()?yv:e.isFIFO()?pv:It,cv=new au.LRUCache({max:2**12}),Es=e=>{let t=cv.get(e);if(t)return t;let r=e.normalize("NFKD");return cv.set(e,r),r},lv=new au.LRUCache({max:2**12}),ru=e=>{let t=lv.get(e);if(t)return t;let r=Es(e.toLowerCase());return lv.set(e,r),r},_s=class extends au.LRUCache{constructor(){super({max:256})}};de.ResolveCache=_s;var su=class extends au.LRUCache{constructor(t=16*1024){super({maxSize:t,sizeCalculation:r=>r.length+1})}};de.ChildrenCache=su;var Av=Symbol("PathScurry setAsCwd"),Ye=class{name;root;roots;parent;nocase;isCWD=!1;#e;#r;get dev(){return this.#r}#t;get mode(){return this.#t}#n;get nlink(){return this.#n}#o;get uid(){return this.#o}#h;get gid(){return this.#h}#p;get rdev(){return this.#p}#u;get blksize(){return this.#u}#a;get ino(){return this.#a}#d;get size(){return this.#d}#f;get blocks(){return this.#f}#c;get atimeMs(){return this.#c}#i;get mtimeMs(){return this.#i}#m;get ctimeMs(){return this.#m}#E;get birthtimeMs(){return this.#E}#b;get atime(){return this.#b}#y;get mtime(){return this.#y}#O;get ctime(){return this.#O}#A;get birthtime(){return this.#A}#v;#x;#w;#_;#P;#g;#s;#T;#R;#S;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(t,r=It,n,i,s,o,a){this.name=t,this.#v=s?ru(t):Es(t),this.#s=r&qq,this.nocase=s,this.roots=i,this.root=n||this,this.#T=o,this.#w=a.fullpath,this.#P=a.relative,this.#g=a.relativePosix,this.parent=a.parent,this.parent?this.#e=this.parent.#e:this.#e=fv(a.fs)}depth(){return this.#x!==void 0?this.#x:this.parent?this.#x=this.parent.depth()+1:this.#x=0}childrenCache(){return this.#T}resolve(t){if(!t)return this;let r=this.getRootString(t),i=t.substring(r.length).split(this.splitSep);return r?this.getRoot(r).#q(i):this.#q(i)}#q(t){let r=this;for(let n of t)r=r.child(n);return r}children(){let t=this.#T.get(this);if(t)return t;let r=Object.assign([],{provisional:0});return this.#T.set(this,r),this.#s&=~_p,r}child(t,r){if(t===""||t===".")return this;if(t==="..")return this.parent||this;let n=this.children(),i=this.nocase?ru(t):Es(t);for(let u of n)if(u.#v===i)return u;let s=this.parent?this.sep:"",o=this.#w?this.#w+s+t:void 0,a=this.newChild(t,It,{...r,parent:this,fullpath:o});return this.canReaddir()||(a.#s|=Kt),n.push(a),a}relative(){if(this.isCWD)return"";if(this.#P!==void 0)return this.#P;let t=this.name,r=this.parent;if(!r)return this.#P=this.name;let n=r.relative();return n+(!n||!r.parent?"":this.sep)+t}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#g!==void 0)return this.#g;let t=this.name,r=this.parent;if(!r)return this.#g=this.fullpathPosix();let n=r.relativePosix();return n+(!n||!r.parent?"":"/")+t}fullpath(){if(this.#w!==void 0)return this.#w;let t=this.name,r=this.parent;if(!r)return this.#w=this.name;let i=r.fullpath()+(r.parent?this.sep:"")+t;return this.#w=i}fullpathPosix(){if(this.#_!==void 0)return this.#_;if(this.sep==="/")return this.#_=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#_=`//?/${i}`:this.#_=i}let t=this.parent,r=t.fullpathPosix(),n=r+(!r||!t.parent?"":"/")+this.name;return this.#_=n}isUnknown(){return(this.#s&Nt)===It}isType(t){return this[`is${t}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#s&Nt)===mv}isDirectory(){return(this.#s&Nt)===ur}isCharacterDevice(){return(this.#s&Nt)===dv}isBlockDevice(){return(this.#s&Nt)===gv}isFIFO(){return(this.#s&Nt)===pv}isSocket(){return(this.#s&Nt)===yv}isSymbolicLink(){return(this.#s&wn)===wn}lstatCached(){return this.#s&av?this:void 0}readlinkCached(){return this.#R}realpathCached(){return this.#S}readdirCached(){let t=this.children();return t.slice(0,t.provisional)}canReadlink(){if(this.#R)return!0;if(!this.parent)return!1;let t=this.#s&Nt;return!(t!==It&&t!==wn||this.#s&tu||this.#s&Kt)}calledReaddir(){return!!(this.#s&_p)}isENOENT(){return!!(this.#s&Kt)}isNamed(t){return this.nocase?this.#v===ru(t):this.#v===Es(t)}async readlink(){let t=this.#R;if(t)return t;if(this.canReadlink()&&this.parent)try{let r=await this.#e.promises.readlink(this.fullpath()),n=(await this.parent.realpath())?.resolve(r);if(n)return this.#R=n}catch(r){this.#W(r.code);return}}readlinkSync(){let t=this.#R;if(t)return t;if(this.canReadlink()&&this.parent)try{let r=this.#e.readlinkSync(this.fullpath()),n=this.parent.realpathSync()?.resolve(r);if(n)return this.#R=n}catch(r){this.#W(r.code);return}}#C(t){this.#s|=_p;for(let r=t.provisional;r<t.length;r++){let n=t[r];n&&n.#B()}}#B(){this.#s&Kt||(this.#s=(this.#s|Kt)&ys,this.#k())}#k(){let t=this.children();t.provisional=0;for(let r of t)r.#B()}#M(){this.#s|=nu,this.#N()}#N(){if(this.#s&bs)return;let t=this.#s;(t&Nt)===ur&&(t&=ys),this.#s=t|bs,this.#k()}#F(t=""){t==="ENOTDIR"||t==="EPERM"?this.#N():t==="ENOENT"?this.#B():this.children().provisional=0}#D(t=""){t==="ENOTDIR"?this.parent.#N():t==="ENOENT"&&this.#B()}#W(t=""){let r=this.#s;r|=tu,t==="ENOENT"&&(r|=Kt),(t==="EINVAL"||t==="UNKNOWN")&&(r&=ys),this.#s=r,t==="ENOTDIR"&&this.parent&&this.parent.#N()}#I(t,r){return this.#l(t,r)||this.#U(t,r)}#U(t,r){let n=vp(t),i=this.newChild(t.name,n,{parent:this}),s=i.#s&Nt;return s!==ur&&s!==wn&&s!==It&&(i.#s|=bs),r.unshift(i),r.provisional++,i}#l(t,r){for(let n=r.provisional;n<r.length;n++){let i=r[n];if((this.nocase?ru(t.name):Es(t.name))===i.#v)return this.#G(t,i,n,r)}}#G(t,r,n,i){let s=r.name;return r.#s=r.#s&ys|vp(t),s!==t.name&&(r.name=t.name),n!==i.provisional&&(n===i.length-1?i.pop():i.splice(n,1),i.unshift(r)),i.provisional++,r}async lstat(){if((this.#s&Kt)===0)try{return this.#$(await this.#e.promises.lstat(this.fullpath())),this}catch(t){this.#D(t.code)}}lstatSync(){if((this.#s&Kt)===0)try{return this.#$(this.#e.lstatSync(this.fullpath())),this}catch(t){this.#D(t.code)}}#$(t){let{atime:r,atimeMs:n,birthtime:i,birthtimeMs:s,blksize:o,blocks:a,ctime:u,ctimeMs:c,dev:f,gid:l,ino:h,mode:p,mtime:d,mtimeMs:g,nlink:m,rdev:b,size:_,uid:P}=t;this.#b=r,this.#c=n,this.#A=i,this.#E=s,this.#u=o,this.#f=a,this.#O=u,this.#m=c,this.#r=f,this.#h=l,this.#a=h,this.#t=p,this.#y=d,this.#i=g,this.#n=m,this.#p=b,this.#d=_,this.#o=P;let F=vp(t);this.#s=this.#s&ys|F|av,F!==It&&F!==ur&&F!==wn&&(this.#s|=bs)}#L=[];#j=!1;#z(t){this.#j=!1;let r=this.#L.slice();this.#L.length=0,r.forEach(n=>n(null,t))}readdirCB(t,r=!1){if(!this.canReaddir()){r?t(null,[]):queueMicrotask(()=>t(null,[]));return}let n=this.children();if(this.calledReaddir()){let s=n.slice(0,n.provisional);r?t(null,s):queueMicrotask(()=>t(null,s));return}if(this.#L.push(t),this.#j)return;this.#j=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,o)=>{if(s)this.#F(s.code),n.provisional=0;else{for(let a of o)this.#I(a,n);this.#C(n)}this.#z(n.slice(0,n.provisional))})}#H;async readdir(){if(!this.canReaddir())return[];let t=this.children();if(this.calledReaddir())return t.slice(0,t.provisional);let r=this.fullpath();if(this.#H)await this.#H;else{let n=()=>{};this.#H=new Promise(i=>n=i);try{for(let i of await this.#e.promises.readdir(r,{withFileTypes:!0}))this.#I(i,t);this.#C(t)}catch(i){this.#F(i.code),t.provisional=0}this.#H=void 0,n()}return t.slice(0,t.provisional)}readdirSync(){if(!this.canReaddir())return[];let t=this.children();if(this.calledReaddir())return t.slice(0,t.provisional);let r=this.fullpath();try{for(let n of this.#e.readdirSync(r,{withFileTypes:!0}))this.#I(n,t);this.#C(t)}catch(n){this.#F(n.code),t.provisional=0}return t.slice(0,t.provisional)}canReaddir(){if(this.#s&uv)return!1;let t=Nt&this.#s;return t===It||t===ur||t===wn}shouldWalk(t,r){return(this.#s&ur)===ur&&!(this.#s&uv)&&!t.has(this)&&(!r||r(this))}async realpath(){if(this.#S)return this.#S;if(!((nu|tu|Kt)&this.#s))try{let t=await this.#e.promises.realpath(this.fullpath());return this.#S=this.resolve(t)}catch{this.#M()}}realpathSync(){if(this.#S)return this.#S;if(!((nu|tu|Kt)&this.#s))try{let t=this.#e.realpathSync(this.fullpath());return this.#S=this.resolve(t)}catch{this.#M()}}[Av](t){if(t===this)return;t.isCWD=!1,this.isCWD=!0;let r=new Set([]),n=[],i=this;for(;i&&i.parent;)r.add(i),i.#P=n.join(this.sep),i.#g=n.join("/"),i=i.parent,n.push("..");for(i=t;i&&i.parent&&!r.has(i);)i.#P=void 0,i.#g=void 0,i=i.parent}};de.PathBase=Ye;var vs=class e extends Ye{sep="\\";splitSep=jq;constructor(t,r=It,n,i,s,o,a){super(t,r,n,i,s,o,a)}newChild(t,r=It,n={}){return new e(t,r,this.root,this.roots,this.nocase,this.childrenCache(),n)}getRootString(t){return iu.win32.parse(t).root}getRoot(t){if(t=Mq(t.toUpperCase()),t===this.root.name)return this.root;for(let[r,n]of Object.entries(this.roots))if(this.sameRoot(t,r))return this.roots[t]=n;return this.roots[t]=new xs(t,this).root}sameRoot(t,r=this.root.name){return t=t.toUpperCase().replace(/\//g,"\\").replace(hv,"$1\\"),t===r}};de.PathWin32=vs;var Ss=class e extends Ye{splitSep="/";sep="/";constructor(t,r=It,n,i,s,o,a){super(t,r,n,i,s,o,a)}getRootString(t){return t.startsWith("/")?"/":""}getRoot(t){return this.root}newChild(t,r=It,n={}){return new e(t,r,this.root,this.roots,this.nocase,this.childrenCache(),n)}};de.PathPosix=Ss;var Cs=class{root;rootPath;roots;cwd;#e;#r;#t;nocase;#n;constructor(t=process.cwd(),r,n,{nocase:i,childrenCacheSize:s=16*1024,fs:o=ws}={}){this.#n=fv(o),(t instanceof URL||t.startsWith("file://"))&&(t=(0,Iq.fileURLToPath)(t));let a=r.resolve(t);this.roots=Object.create(null),this.rootPath=this.parseRootPath(a),this.#e=new _s,this.#r=new _s,this.#t=new su(s);let u=a.substring(this.rootPath.length).split(n);if(u.length===1&&!u[0]&&u.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#n),this.roots[this.rootPath]=this.root;let c=this.root,f=u.length-1,l=r.sep,h=this.rootPath,p=!1;for(let d of u){let g=f--;c=c.child(d,{relative:new Array(g).fill("..").join(l),relativePosix:new Array(g).fill("..").join("/"),fullpath:h+=(p?"":l)+d}),p=!0}this.cwd=c}depth(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.depth()}childrenCache(){return this.#t}resolve(...t){let r="";for(let s=t.length-1;s>=0;s--){let o=t[s];if(!(!o||o===".")&&(r=r?`${o}/${r}`:o,this.isAbsolute(o)))break}let n=this.#e.get(r);if(n!==void 0)return n;let i=this.cwd.resolve(r).fullpath();return this.#e.set(r,i),i}resolvePosix(...t){let r="";for(let s=t.length-1;s>=0;s--){let o=t[s];if(!(!o||o===".")&&(r=r?`${o}/${r}`:o,this.isAbsolute(o)))break}let n=this.#r.get(r);if(n!==void 0)return n;let i=this.cwd.resolve(r).fullpathPosix();return this.#r.set(r,i),i}relative(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.relative()}relativePosix(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.relativePosix()}basename(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.name}dirname(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),(t.parent||t).fullpath()}async readdir(t=this.cwd,r={withFileTypes:!0}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd);let{withFileTypes:n}=r;if(t.canReaddir()){let i=await t.readdir();return n?i:i.map(s=>s.name)}else return[]}readdirSync(t=this.cwd,r={withFileTypes:!0}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd);let{withFileTypes:n=!0}=r;return t.canReaddir()?n?t.readdirSync():t.readdirSync().map(i=>i.name):[]}async lstat(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.lstat()}lstatSync(t=this.cwd){return typeof t=="string"&&(t=this.cwd.resolve(t)),t.lstatSync()}async readlink(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t.withFileTypes,t=this.cwd);let n=await t.readlink();return r?n:n?.fullpath()}readlinkSync(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t.withFileTypes,t=this.cwd);let n=t.readlinkSync();return r?n:n?.fullpath()}async realpath(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t.withFileTypes,t=this.cwd);let n=await t.realpath();return r?n:n?.fullpath()}realpathSync(t=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t.withFileTypes,t=this.cwd);let n=t.realpathSync();return r?n:n?.fullpath()}async walk(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=[];(!s||s(t))&&a.push(n?t:t.fullpath());let u=new Set,c=(l,h)=>{u.add(l),l.readdirCB((p,d)=>{if(p)return h(p);let g=d.length;if(!g)return h();let m=()=>{--g===0&&h()};for(let b of d)(!s||s(b))&&a.push(n?b:b.fullpath()),i&&b.isSymbolicLink()?b.realpath().then(_=>_?.isUnknown()?_.lstat():_).then(_=>_?.shouldWalk(u,o)?c(_,m):m()):b.shouldWalk(u,o)?c(b,m):m()},!0)},f=t;return new Promise((l,h)=>{c(f,p=>{if(p)return h(p);l(a)})})}walkSync(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=[];(!s||s(t))&&a.push(n?t:t.fullpath());let u=new Set([t]);for(let c of u){let f=c.readdirSync();for(let l of f){(!s||s(l))&&a.push(n?l:l.fullpath());let h=l;if(l.isSymbolicLink()){if(!(i&&(h=l.realpathSync())))continue;h.isUnknown()&&h.lstatSync()}h.shouldWalk(u,o)&&u.add(h)}}return a}[Symbol.asyncIterator](){return this.iterate()}iterate(t=this.cwd,r={}){return typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd),this.stream(t,r)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r;(!s||s(t))&&(yield n?t:t.fullpath());let a=new Set([t]);for(let u of a){let c=u.readdirSync();for(let f of c){(!s||s(f))&&(yield n?f:f.fullpath());let l=f;if(f.isSymbolicLink()){if(!(i&&(l=f.realpathSync())))continue;l.isUnknown()&&l.lstatSync()}l.shouldWalk(a,o)&&a.add(l)}}}stream(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=new ov.Minipass({objectMode:!0});(!s||s(t))&&a.write(n?t:t.fullpath());let u=new Set,c=[t],f=0,l=()=>{let h=!1;for(;!h;){let p=c.shift();if(!p){f===0&&a.end();return}f++,u.add(p);let d=(m,b,_=!1)=>{if(m)return a.emit("error",m);if(i&&!_){let P=[];for(let F of b)F.isSymbolicLink()&&P.push(F.realpath().then(N=>N?.isUnknown()?N.lstat():N));if(P.length){Promise.all(P).then(()=>d(null,b,!0));return}}for(let P of b)P&&(!s||s(P))&&(a.write(n?P:P.fullpath())||(h=!0));f--;for(let P of b){let F=P.realpathCached()||P;F.shouldWalk(u,o)&&c.push(F)}h&&!a.flowing?a.once("drain",l):g||l()},g=!0;p.readdirCB(d,!0),g=!1}};return l(),a}streamSync(t=this.cwd,r={}){typeof t=="string"?t=this.cwd.resolve(t):t instanceof Ye||(r=t,t=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=new ov.Minipass({objectMode:!0}),u=new Set;(!s||s(t))&&a.write(n?t:t.fullpath());let c=[t],f=0,l=()=>{let h=!1;for(;!h;){let p=c.shift();if(!p){f===0&&a.end();return}f++,u.add(p);let d=p.readdirSync();for(let g of d)(!s||s(g))&&(a.write(n?g:g.fullpath())||(h=!0));f--;for(let g of d){let m=g;if(g.isSymbolicLink()){if(!(i&&(m=g.realpathSync())))continue;m.isUnknown()&&m.lstatSync()}m.shouldWalk(u,o)&&c.push(m)}}h&&!a.flowing&&a.once("drain",l)};return l(),a}chdir(t=this.cwd){let r=this.cwd;this.cwd=typeof t=="string"?this.cwd.resolve(t):t,this.cwd[Av](r)}};de.PathScurryBase=Cs;var xs=class extends Cs{sep="\\";constructor(t=process.cwd(),r={}){let{nocase:n=!0}=r;super(t,iu.win32,"\\",{...r,nocase:n}),this.nocase=n;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(t){return iu.win32.parse(t).root.toUpperCase()}newRoot(t){return new vs(this.rootPath,ur,void 0,this.roots,this.nocase,this.childrenCache(),{fs:t})}isAbsolute(t){return t.startsWith("/")||t.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(t)}};de.PathScurryWin32=xs;var Ps=class extends Cs{sep="/";constructor(t=process.cwd(),r={}){let{nocase:n=!1}=r;super(t,iu.posix,"/",{...r,nocase:n}),this.nocase=n}parseRootPath(t){return"/"}newRoot(t){return new Ss(this.rootPath,ur,void 0,this.roots,this.nocase,this.childrenCache(),{fs:t})}isAbsolute(t){return t.startsWith("/")}};de.PathScurryPosix=Ps;var ou=class extends Ps{constructor(t=process.cwd(),r={}){let{nocase:n=!0}=r;super(t,{...r,nocase:n})}};de.PathScurryDarwin=ou;de.Path=process.platform==="win32"?vs:Ss;de.PathScurry=process.platform==="win32"?xs:process.platform==="darwin"?ou:Ps});var Cp=A(uu=>{"use strict";Object.defineProperty(uu,"__esModule",{value:!0});uu.Pattern=void 0;var Wq=br(),Uq=e=>e.length>=1,Gq=e=>e.length>=1,Sp=class e{#e;#r;#t;length;#n;#o;#h;#p;#u;#a;#d=!0;constructor(t,r,n,i){if(!Uq(t))throw new TypeError("empty pattern list");if(!Gq(r))throw new TypeError("empty glob list");if(r.length!==t.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=t.length,n<0||n>=this.length)throw new TypeError("index out of range");if(this.#e=t,this.#r=r,this.#t=n,this.#n=i,this.#t===0){if(this.isUNC()){let[s,o,a,u,...c]=this.#e,[f,l,h,p,...d]=this.#r;c[0]===""&&(c.shift(),d.shift());let g=[s,o,a,u,""].join("/"),m=[f,l,h,p,""].join("/");this.#e=[g,...c],this.#r=[m,...d],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...o]=this.#e,[a,...u]=this.#r;o[0]===""&&(o.shift(),u.shift());let c=s+"/",f=a+"/";this.#e=[c,...o],this.#r=[f,...u],this.length=this.#e.length}}}pattern(){return this.#e[this.#t]}isString(){return typeof this.#e[this.#t]=="string"}isGlobstar(){return this.#e[this.#t]===Wq.GLOBSTAR}isRegExp(){return this.#e[this.#t]instanceof RegExp}globString(){return this.#h=this.#h||(this.#t===0?this.isAbsolute()?this.#r[0]+this.#r.slice(1).join("/"):this.#r.join("/"):this.#r.slice(this.#t).join("/"))}hasMore(){return this.length>this.#t+1}rest(){return this.#o!==void 0?this.#o:this.hasMore()?(this.#o=new e(this.#e,this.#r,this.#t+1,this.#n),this.#o.#a=this.#a,this.#o.#u=this.#u,this.#o.#p=this.#p,this.#o):this.#o=null}isUNC(){let t=this.#e;return this.#u!==void 0?this.#u:this.#u=this.#n==="win32"&&this.#t===0&&t[0]===""&&t[1]===""&&typeof t[2]=="string"&&!!t[2]&&typeof t[3]=="string"&&!!t[3]}isDrive(){let t=this.#e;return this.#p!==void 0?this.#p:this.#p=this.#n==="win32"&&this.#t===0&&this.length>1&&typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0])}isAbsolute(){let t=this.#e;return this.#a!==void 0?this.#a:this.#a=t[0]===""&&t.length>1||this.isDrive()||this.isUNC()}root(){let t=this.#e[0];return typeof t=="string"&&this.isAbsolute()&&this.#t===0?t:""}checkFollowGlobstar(){return!(this.#t===0||!this.isGlobstar()||!this.#d)}markFollowGlobstar(){return this.#t===0||!this.isGlobstar()||!this.#d?!1:(this.#d=!1,!0)}};uu.Pattern=Sp});var Pp=A(cu=>{"use strict";Object.defineProperty(cu,"__esModule",{value:!0});cu.Ignore=void 0;var bv=br(),Hq=Cp(),zq=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",xp=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(t,{nobrace:r,nocase:n,noext:i,noglobstar:s,platform:o=zq}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=o,this.mmopts={dot:!0,nobrace:r,nocase:n,noext:i,noglobstar:s,optimizationLevel:2,platform:o,nocomment:!0,nonegate:!0};for(let a of t)this.add(a)}add(t){let r=new bv.Minimatch(t,this.mmopts);for(let n=0;n<r.set.length;n++){let i=r.set[n],s=r.globParts[n];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let o=new Hq.Pattern(i,s,0,this.platform),a=new bv.Minimatch(o.globString(),this.mmopts),u=s[s.length-1]==="**",c=o.isAbsolute();c?this.absolute.push(a):this.relative.push(a),u&&(c?this.absoluteChildren.push(a):this.relativeChildren.push(a))}}ignored(t){let r=t.fullpath(),n=`${r}/`,i=t.relative()||".",s=`${i}/`;for(let o of this.relative)if(o.match(i)||o.match(s))return!0;for(let o of this.absolute)if(o.match(r)||o.match(n))return!0;return!1}childrenIgnored(t){let r=t.fullpath()+"/",n=(t.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(n))return!0;for(let i of this.absoluteChildren)if(i.match(r))return!0;return!1}};cu.Ignore=xp});var _v=A(cr=>{"use strict";Object.defineProperty(cr,"__esModule",{value:!0});cr.Processor=cr.SubWalks=cr.MatchRecord=cr.HasWalkedCache=void 0;var Ev=br(),lu=class e{store;constructor(t=new Map){this.store=t}copy(){return new e(new Map(this.store))}hasWalked(t,r){return this.store.get(t.fullpath())?.has(r.globString())}storeWalked(t,r){let n=t.fullpath(),i=this.store.get(n);i?i.add(r.globString()):this.store.set(n,new Set([r.globString()]))}};cr.HasWalkedCache=lu;var fu=class{store=new Map;add(t,r,n){let i=(r?2:0)|(n?1:0),s=this.store.get(t);this.store.set(t,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([t,r])=>[t,!!(r&2),!!(r&1)])}};cr.MatchRecord=fu;var hu=class{store=new Map;add(t,r){if(!t.canReaddir())return;let n=this.store.get(t);n?n.find(i=>i.globString()===r.globString())||n.push(r):this.store.set(t,[r])}get(t){let r=this.store.get(t);if(!r)throw new Error("attempting to walk unknown path");return r}entries(){return this.keys().map(t=>[t,this.store.get(t)])}keys(){return[...this.store.keys()].filter(t=>t.canReaddir())}};cr.SubWalks=hu;var Op=class e{hasWalkedCache;matches=new fu;subwalks=new hu;patterns;follow;dot;opts;constructor(t,r){this.opts=t,this.follow=!!t.follow,this.dot=!!t.dot,this.hasWalkedCache=r?r.copy():new lu}processPatterns(t,r){this.patterns=r;let n=r.map(i=>[t,i]);for(let[i,s]of n){this.hasWalkedCache.storeWalked(i,s);let o=s.root(),a=s.isAbsolute()&&this.opts.absolute!==!1;if(o){i=i.resolve(o==="/"&&this.opts.root!==void 0?this.opts.root:o);let l=s.rest();if(l)s=l;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let u,c,f=!1;for(;typeof(u=s.pattern())=="string"&&(c=s.rest());)i=i.resolve(u),s=c,f=!0;if(u=s.pattern(),c=s.rest(),f){if(this.hasWalkedCache.hasWalked(i,s))continue;this.hasWalkedCache.storeWalked(i,s)}if(typeof u=="string"){let l=u===".."||u===""||u===".";this.matches.add(i.resolve(u),a,l);continue}else if(u===Ev.GLOBSTAR){(!i.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(i,s);let l=c?.pattern(),h=c?.rest();if(!c||(l===""||l===".")&&!h)this.matches.add(i,a,l===""||l===".");else if(l===".."){let p=i.parent||i;h?this.hasWalkedCache.hasWalked(p,h)||this.subwalks.add(p,h):this.matches.add(p,a,!0)}}else u instanceof RegExp&&this.subwalks.add(i,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new e(this.opts,this.hasWalkedCache)}filterEntries(t,r){let n=this.subwalks.get(t),i=this.child();for(let s of r)for(let o of n){let a=o.isAbsolute(),u=o.pattern(),c=o.rest();u===Ev.GLOBSTAR?i.testGlobstar(s,o,c,a):u instanceof RegExp?i.testRegExp(s,u,c,a):i.testString(s,u,c,a)}return i}testGlobstar(t,r,n,i){if((this.dot||!t.name.startsWith("."))&&(r.hasMore()||this.matches.add(t,i,!1),t.canReaddir()&&(this.follow||!t.isSymbolicLink()?this.subwalks.add(t,r):t.isSymbolicLink()&&(n&&r.checkFollowGlobstar()?this.subwalks.add(t,n):r.markFollowGlobstar()&&this.subwalks.add(t,r)))),n){let s=n.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(t,s,n.rest(),i);else if(s===".."){let o=t.parent||t;this.subwalks.add(o,n)}else s instanceof RegExp&&this.testRegExp(t,s,n.rest(),i)}}testRegExp(t,r,n,i){r.test(t.name)&&(n?this.subwalks.add(t,n):this.matches.add(t,i,!1))}testString(t,r,n,i){t.isNamed(r)&&(n?this.subwalks.add(t,n):this.matches.add(t,i,!1))}};cr.Processor=Op});var Cv=A(Kr=>{"use strict";Object.defineProperty(Kr,"__esModule",{value:!0});Kr.GlobStream=Kr.GlobWalker=Kr.GlobUtil=void 0;var Yq=Ep(),vv=Pp(),Sv=_v(),Vq=(e,t)=>typeof e=="string"?new vv.Ignore([e],t):Array.isArray(e)?new vv.Ignore(e,t):e,Os=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#r;#t;signal;maxDepth;includeChildMatches;constructor(t,r,n){if(this.patterns=t,this.path=r,this.opts=n,this.#t=!n.posix&&n.platform==="win32"?"\\":"/",this.includeChildMatches=n.includeChildMatches!==!1,(n.ignore||!this.includeChildMatches)&&(this.#r=Vq(n.ignore??[],n),!this.includeChildMatches&&typeof this.#r.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=n.maxDepth||1/0,n.signal&&(this.signal=n.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#n(t){return this.seen.has(t)||!!this.#r?.ignored?.(t)}#o(t){return!!this.#r?.childrenIgnored?.(t)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let t;for(;!this.paused&&(t=this.#e.shift());)t()}onResume(t){this.signal?.aborted||(this.paused?this.#e.push(t):t())}async matchCheck(t,r){if(r&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=t.realpathCached()||await t.realpath(),!n)return;t=n}let s=t.isUnknown()||this.opts.stat?await t.lstat():t;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let o=await s.realpath();o&&(o.isUnknown()||this.opts.stat)&&await o.lstat()}return this.matchCheckTest(s,r)}matchCheckTest(t,r){return t&&(this.maxDepth===1/0||t.depth()<=this.maxDepth)&&(!r||t.canReaddir())&&(!this.opts.nodir||!t.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!t.isSymbolicLink()||!t.realpathCached()?.isDirectory())&&!this.#n(t)?t:void 0}matchCheckSync(t,r){if(r&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=t.realpathCached()||t.realpathSync(),!n)return;t=n}let s=t.isUnknown()||this.opts.stat?t.lstatSync():t;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let o=s.realpathSync();o&&(o?.isUnknown()||this.opts.stat)&&o.lstatSync()}return this.matchCheckTest(s,r)}matchFinish(t,r){if(this.#n(t))return;if(!this.includeChildMatches&&this.#r?.add){let s=`${t.relativePosix()}/**`;this.#r.add(s)}let n=this.opts.absolute===void 0?r:this.opts.absolute;this.seen.add(t);let i=this.opts.mark&&t.isDirectory()?this.#t:"";if(this.opts.withFileTypes)this.matchEmit(t);else if(n){let s=this.opts.posix?t.fullpathPosix():t.fullpath();this.matchEmit(s+i)}else{let s=this.opts.posix?t.relativePosix():t.relative(),o=this.opts.dotRelative&&!s.startsWith(".."+this.#t)?"."+this.#t:"";this.matchEmit(s?o+s+i:"."+i)}}async match(t,r,n){let i=await this.matchCheck(t,n);i&&this.matchFinish(i,r)}matchSync(t,r,n){let i=this.matchCheckSync(t,n);i&&this.matchFinish(i,r)}walkCB(t,r,n){this.signal?.aborted&&n(),this.walkCB2(t,r,new Sv.Processor(this.opts),n)}walkCB2(t,r,n,i){if(this.#o(t))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(t,r,n,i));return}n.processPatterns(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||(s++,this.match(a,u,c).then(()=>o()));for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let u=a.readdirCached();a.calledReaddir()?this.walkCB3(a,u,n,o):a.readdirCB((c,f)=>this.walkCB3(a,f,n,o),!0)}o()}walkCB3(t,r,n,i){n=n.filterEntries(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||(s++,this.match(a,u,c).then(()=>o()));for(let[a,u]of n.subwalks.entries())s++,this.walkCB2(a,u,n.child(),o);o()}walkCBSync(t,r,n){this.signal?.aborted&&n(),this.walkCB2Sync(t,r,new Sv.Processor(this.opts),n)}walkCB2Sync(t,r,n,i){if(this.#o(t))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(t,r,n,i));return}n.processPatterns(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||this.matchSync(a,u,c);for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let u=a.readdirSync();this.walkCB3Sync(a,u,n,o)}o()}walkCB3Sync(t,r,n,i){n=n.filterEntries(t,r);let s=1,o=()=>{--s===0&&i()};for(let[a,u,c]of n.matches.entries())this.#n(a)||this.matchSync(a,u,c);for(let[a,u]of n.subwalks.entries())s++,this.walkCB2Sync(a,u,n.child(),o);o()}};Kr.GlobUtil=Os;var Rp=class extends Os{matches=new Set;constructor(t,r,n){super(t,r,n)}matchEmit(t){this.matches.add(t)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((t,r)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?r(this.signal.reason):t(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}};Kr.GlobWalker=Rp;var Fp=class extends Os{results;constructor(t,r,n){super(t,r,n),this.results=new Yq.Minipass({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(t){this.results.write(t),this.results.flowing||this.pause()}stream(){let t=this.path;return t.isUnknown()?t.lstat().then(()=>{this.walkCB(t,this.patterns,()=>this.results.end())}):this.walkCB(t,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};Kr.GlobStream=Fp});var Dp=A(gu=>{"use strict";Object.defineProperty(gu,"__esModule",{value:!0});gu.Glob=void 0;var Kq=br(),Xq=require("node:url"),pu=wv(),Jq=Cp(),du=Cv(),Qq=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Lp=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(t,r){if(!r)throw new TypeError("glob options required");if(this.withFileTypes=!!r.withFileTypes,this.signal=r.signal,this.follow=!!r.follow,this.dot=!!r.dot,this.dotRelative=!!r.dotRelative,this.nodir=!!r.nodir,this.mark=!!r.mark,r.cwd?(r.cwd instanceof URL||r.cwd.startsWith("file://"))&&(r.cwd=(0,Xq.fileURLToPath)(r.cwd)):this.cwd="",this.cwd=r.cwd||"",this.root=r.root,this.magicalBraces=!!r.magicalBraces,this.nobrace=!!r.nobrace,this.noext=!!r.noext,this.realpath=!!r.realpath,this.absolute=r.absolute,this.includeChildMatches=r.includeChildMatches!==!1,this.noglobstar=!!r.noglobstar,this.matchBase=!!r.matchBase,this.maxDepth=typeof r.maxDepth=="number"?r.maxDepth:1/0,this.stat=!!r.stat,this.ignore=r.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof t=="string"&&(t=[t]),this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(t=t.map(u=>u.replace(/\\/g,"/"))),this.matchBase){if(r.noglobstar)throw new TypeError("base matching requires globstar");t=t.map(u=>u.includes("/")?u:`./**/${u}`)}if(this.pattern=t,this.platform=r.platform||Qq,this.opts={...r,platform:this.platform},r.scurry){if(this.scurry=r.scurry,r.nocase!==void 0&&r.nocase!==r.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let u=r.platform==="win32"?pu.PathScurryWin32:r.platform==="darwin"?pu.PathScurryDarwin:r.platform?pu.PathScurryPosix:pu.PathScurry;this.scurry=new u(this.cwd,{nocase:r.nocase,fs:r.fs})}this.nocase=this.scurry.nocase;let n=this.platform==="darwin"||this.platform==="win32",i={...r,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:n,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},s=this.pattern.map(u=>new Kq.Minimatch(u,i)),[o,a]=s.reduce((u,c)=>(u[0].push(...c.set),u[1].push(...c.globParts),u),[[],[]]);this.patterns=o.map((u,c)=>{let f=a[c];if(!f)throw new Error("invalid pattern object");return new Jq.Pattern(u,f,0,this.platform)})}async walk(){return[...await new du.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new du.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new du.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new du.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};gu.Glob=Lp});var Tp=A(mu=>{"use strict";Object.defineProperty(mu,"__esModule",{value:!0});mu.hasMagic=void 0;var Zq=br(),eW=(e,t={})=>{Array.isArray(e)||(e=[e]);for(let r of e)if(new Zq.Minimatch(r,t).hasMagic())return!0;return!1};mu.hasMagic=eW});var $p=A(fe=>{"use strict";Object.defineProperty(fe,"__esModule",{value:!0});fe.glob=fe.sync=fe.iterate=fe.iterateSync=fe.stream=fe.streamSync=fe.Ignore=fe.hasMagic=fe.Glob=fe.unescape=fe.escape=void 0;fe.globStreamSync=Rs;fe.globStream=kp;fe.globSync=Np;fe.globIterateSync=Fs;fe.globIterate=Ip;var xv=br(),bn=Dp(),tW=Tp(),Ov=br();Object.defineProperty(fe,"escape",{enumerable:!0,get:function(){return Ov.escape}});Object.defineProperty(fe,"unescape",{enumerable:!0,get:function(){return Ov.unescape}});var rW=Dp();Object.defineProperty(fe,"Glob",{enumerable:!0,get:function(){return rW.Glob}});var nW=Tp();Object.defineProperty(fe,"hasMagic",{enumerable:!0,get:function(){return nW.hasMagic}});var iW=Pp();Object.defineProperty(fe,"Ignore",{enumerable:!0,get:function(){return iW.Ignore}});function Rs(e,t={}){return new bn.Glob(e,t).streamSync()}function kp(e,t={}){return new bn.Glob(e,t).stream()}function Np(e,t={}){return new bn.Glob(e,t).walkSync()}async function Pv(e,t={}){return new bn.Glob(e,t).walk()}function Fs(e,t={}){return new bn.Glob(e,t).iterateSync()}function Ip(e,t={}){return new bn.Glob(e,t).iterate()}fe.streamSync=Rs;fe.stream=Object.assign(kp,{sync:Rs});fe.iterateSync=Fs;fe.iterate=Object.assign(Ip,{sync:Fs});fe.sync=Object.assign(Np,{stream:Rs,iterate:Fs});fe.glob=Object.assign(Pv,{glob:Pv,globSync:Np,sync:fe.sync,globStream:kp,stream:fe.stream,globStreamSync:Rs,streamSync:fe.streamSync,globIterate:Ip,iterate:fe.iterate,globIterateSync:Fs,iterateSync:fe.iterateSync,Glob:bn.Glob,hasMagic:tW.hasMagic,escape:xv.escape,unescape:xv.unescape});fe.glob.glob=fe.glob});var Bp=A((MY,sW)=>{sW.exports=["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","Artistic-dist","Aspell-RU","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-2-Clause-pkgconf-disclaimer","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CryptoSwift","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-DTD","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRSD","FSFULLRWD","FSL-1.1-ALv2","FSL-1.1-MIT","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Game-Programming-Gems","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HDF5","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTIA-PD","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SOFA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SUL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","Unlicense-libtelnet","Unlicense-libwhirlpool","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Widget-Workshop","Wsuipa","X11","X11-distribute-modifications-variant","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","iMatix","jove","libpng-1.6.35","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","man2html","metamail","mpi-permissive","mpich2","mplus","ngrep","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"]});var Rv=A((jY,oW)=>{oW.exports=["AGPL-1.0","AGPL-3.0","BSD-2-Clause-FreeBSD","BSD-2-Clause-NetBSD","GFDL-1.1","GFDL-1.2","GFDL-1.3","GPL-1.0","GPL-2.0","GPL-2.0-with-GCC-exception","GPL-2.0-with-autoconf-exception","GPL-2.0-with-bison-exception","GPL-2.0-with-classpath-exception","GPL-2.0-with-font-exception","GPL-3.0","GPL-3.0-with-GCC-exception","GPL-3.0-with-autoconf-exception","LGPL-2.0","LGPL-2.1","LGPL-3.0","Net-SNMP","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"]});var Fv=A((qY,aW)=>{aW.exports=["389-exception","Asterisk-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Autoconf-exception-generic","Autoconf-exception-generic-3.0","Autoconf-exception-macro","Bison-exception-1.24","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","cryptsetup-OpenSSL-exception","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","fmt-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-2.0-note","GCC-exception-3.1","Gmsh-exception","GNAT-exception","GNOME-examples-exception","GNU-compiler-exception","gnu-javamail-exception","GPL-3.0-interface-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","GStreamer-exception-2005","GStreamer-exception-2008","i2p-gpl-java-exception","KiCad-libraries-exception","LGPL-3.0-linking-exception","libpri-OpenH323-exception","Libtool-exception","Linux-syscall-note","LLGPL","LLVM-exception","LZMA-exception","mif-exception","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","QPL-1.0-INRIA-2004-exception","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","SANE-exception","SHL-2.0","SHL-2.1","stunnel-exception","SWI-exception","Swift-exception","Texinfo-exception","u-boot-exception-2.0","UBDL-exception","Universal-FOSS-exception-1.0","vsftpd-openssl-exception","WxWindows-exception-3.1","x11vnc-openssl-exception"]});var Dv=A((WY,Lv)=>{"use strict";var uW=[].concat(Bp()).concat(Rv()),cW=Fv();Lv.exports=function(e){var t=0;function r(){return t<e.length}function n(d){if(d instanceof RegExp){var g=e.slice(t),m=g.match(d);if(m)return t+=m[0].length,m[0]}else if(e.indexOf(d,t)===t)return t+=d.length,d}function i(){n(/[ ]*/)}function s(){for(var d,g=["WITH","AND","OR","(",")",":","+"],m=0;m<g.length&&(d=n(g[m]),!d);m++);if(d==="+"&&t>1&&e[t-2]===" ")throw new Error("Space before `+`");return d&&{type:"OPERATOR",string:d}}function o(){return n(/[A-Za-z0-9-.]+/)}function a(){var d=o();if(!d)throw new Error("Expected idstring at offset "+t);return d}function u(){if(n("DocumentRef-")){var d=a();return{type:"DOCUMENTREF",string:d}}}function c(){if(n("LicenseRef-")){var d=a();return{type:"LICENSEREF",string:d}}}function f(){var d=t,g=o();if(uW.indexOf(g)!==-1)return{type:"LICENSE",string:g};if(cW.indexOf(g)!==-1)return{type:"EXCEPTION",string:g};t=d}function l(){return s()||u()||c()||f()}for(var h=[];r()&&(i(),!!r());){var p=l();if(!p)throw new Error("Unexpected `"+e[t]+"` at offset "+t);h.push(p)}return h}});var kv=A((UY,Tv)=>{"use strict";Tv.exports=function(e){var t=0;function r(){return t<e.length}function n(){return r()?e[t]:null}function i(){if(!r())throw new Error;t++}function s(g){var m=n();if(m&&m.type==="OPERATOR"&&g===m.string)return i(),m.string}function o(){if(s("WITH")){var g=n();if(g&&g.type==="EXCEPTION")return i(),g.string;throw new Error("Expected exception after `WITH`")}}function a(){var g=t,m="",b=n();if(b.type==="DOCUMENTREF"&&(i(),m+="DocumentRef-"+b.string+":",!s(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(b=n(),b.type==="LICENSEREF")return i(),m+="LicenseRef-"+b.string,{license:m};t=g}function u(){var g=n();if(g&&g.type==="LICENSE"){i();var m={license:g.string};s("+")&&(m.plus=!0);var b=o();return b&&(m.exception=b),m}}function c(){var g=s("(");if(g){var m=p();if(!s(")"))throw new Error("Expected `)`");return m}}function f(){return c()||a()||u()}function l(g,m){return function b(){var _=m();if(_){if(!s(g))return _;var P=b();if(!P)throw new Error("Expected expression");return{left:_,conjunction:g.toLowerCase(),right:P}}}}var h=l("AND",f),p=l("OR",h),d=p();if(!d||r())throw new Error("Syntax error");return d}});var Mp=A((GY,Nv)=>{"use strict";var lW=Dv(),fW=kv();Nv.exports=function(e){return fW(lW(e))}});var Gv=A((HY,Uv)=>{var hW=Mp(),pW=Bp();function yu(e){try{return hW(e),!0}catch{return!1}}function Wv(e,t){var r=t[0].length-e[0].length;return r!==0?r:e[0].toUpperCase().localeCompare(t[0].toUpperCase())}var Iv=[["APGL","AGPL"],["Gpl","GPL"],["GLP","GPL"],["APL","Apache"],["ISD","ISC"],["GLP","GPL"],["IST","ISC"],["Claude","Clause"],[" or later","+"],[" International",""],["GNU","GPL"],["GUN","GPL"],["+",""],["GNU GPL","GPL"],["GNU LGPL","LGPL"],["GNU/GPL","GPL"],["GNU GLP","GPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL"],["GNU Lesser General Public License","LGPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["GNU Lesser General Public License","LGPL-2.1"],["LESSER GENERAL PUBLIC LICENSE","LGPL"],["Lesser General Public License","LGPL"],["LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["Lesser General Public License","LGPL-2.1"],["GNU General Public License","GPL"],["Gnu public license","GPL"],["GNU Public License","GPL"],["GNU GENERAL PUBLIC LICENSE","GPL"],["MTI","MIT"],["Mozilla Public License","MPL"],["Universal Permissive License","UPL"],["WTH","WTF"],["WTFGPL","WTFPL"],["-License",""]].sort(Wv),dW=0,gW=1,$v=[function(e){return e.toUpperCase()},function(e){return e.trim()},function(e){return e.replace(/\./g,"")},function(e){return e.replace(/\s+/g,"")},function(e){return e.replace(/\s+/g,"-")},function(e){return e.replace("v","-")},function(e){return e.replace(/,?\s*(\d)/,"-$1")},function(e){return e.replace(/,?\s*(\d)/,"-$1.0")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(e){return e[0].toUpperCase()+e.slice(1)},function(e){return e.replace("/","-")},function(e){return e.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(e){return e.indexOf("3.0")!==-1?e+"-or-later":e+"-only"},function(e){return e+"only"},function(e){return e.replace(/(\d)$/,"-$1.0")},function(e){return e.replace(/(-| )?(\d)$/,"-$2-Clause")},function(e){return e.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(e){return e.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(e){return e.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(e){return e.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(e){return e.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(e){return e.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(e){return"CC-"+e},function(e){return"CC-"+e+"-4.0"},function(e){return e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(e){return"CC-"+e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],jp=pW.map(function(e){var t=/^(.*)-\d+\.\d+$/.exec(e);return t?[t[0],t[1]]:[e,null]}).reduce(function(e,t){var r=t[1];return e[r]=e[r]||[],e[r].push(t[0]),e},{}),mW=Object.keys(jp).map(function(t){return[t,jp[t]]}).filter(function(t){return t[1].length===1&&t[0]!==null&&t[0]!=="APL"}).map(function(t){return[t[0],t[1][0]]});jp=void 0;var Bv=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(mW).sort(Wv),yW=0,AW=1,Mv=function(e){for(var t=0;t<$v.length;t++){var r=$v[t](e).trim();if(r!==e&&yu(r))return r}return null},jv=function(e){for(var t=e.toUpperCase(),r=0;r<Bv.length;r++){var n=Bv[r];if(t.indexOf(n[yW])>-1)return n[AW]}return null},qv=function(e,t){for(var r=0;r<Iv.length;r++){var n=Iv[r],i=n[dW];if(e.indexOf(i)>-1){var s=e.replace(i,n[gW]),o=t(s);if(o!==null)return o}}return null};Uv.exports=function(e,t){t=t||{};var r=t.upgrade===void 0?!0:!!t.upgrade;function n(a){return r?wW(a):a}var i=typeof e=="string"&&e.trim().length!==0;if(!i)throw Error("Invalid argument. Expected non-empty string.");if(e=e.trim(),yu(e))return n(e);var s=e.replace(/\+$/,"").trim();if(yu(s))return n(s);var o=Mv(e);return o!==null||(o=qv(e,function(a){return yu(a)?a:Mv(a)}),o!==null)||(o=jv(e),o!==null)||(o=qv(e,jv),o!==null)?n(o):null};function wW(e){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(e)!==-1?e+"-only":["GPL-1.0+","GPL-2.0+","GPL-3.0+","LGPL-2.0+","LGPL-2.1+","LGPL-3.0+","AGPL-1.0+","AGPL-3.0+"].indexOf(e)!==-1?e.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(e)!==-1?e+"-or-later":e}});var Vv=A((zY,Yv)=>{var bW=Mp(),EW=Gv(),Hv='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',_W=/^SEE LICEN[CS]E IN (.+)$/;function zv(e,t){return t.slice(0,e.length)===e}function qp(e){if(e.hasOwnProperty("license")){var t=e.license;return zv("LicenseRef",t)||zv("DocumentRef",t)}else return qp(e.left)||qp(e.right)}Yv.exports=function(e){var t;try{t=bW(e)}catch{var r;if(e==="UNLICENSED"||e==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(r=_W.exec(e))return{validForOldPackages:!0,validForNewPackages:!0,inFile:r[1]};var n={validForOldPackages:!1,validForNewPackages:!1,warnings:[Hv]};if(e.trim().length!==0){var i=EW(e);i&&n.warnings.push('license is similar to the valid expression "'+i+'"')}return n}return qp(t)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[Hv]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}}});var eS=A((YY,Zv)=>{var{URL:Wp}=require("node:url"),Kv=$a(),vW=Vv(),Xv={dependancies:"dependencies",dependecies:"dependencies",depdenencies:"dependencies",devEependencies:"devDependencies",depends:"dependencies","dev-dependencies":"devDependencies",devDependences:"devDependencies",devDepenencies:"devDependencies",devdependencies:"devDependencies",repostitory:"repository",repo:"repository",prefereGlobal:"preferGlobal",hompage:"homepage",hampage:"homepage",autohr:"author",autor:"author",contributers:"contributors",publicationConfig:"publishConfig",script:"scripts"},Jv=e=>e.includes("@")&&e.indexOf("@")<e.lastIndexOf(".");function SW(e){let t=e.trim().split(`
61
+ `),r=0;for(;t[r]?.trim().match(/^(#|$)/);)r++;let n=r+1;for(;n<t.length&&t[n].trim();)n++;return t.slice(r,n).join(" ").trim()}function Qv(e){if(typeof e!="string"){let s=e.name||"",o=e.url||e.web,a=o?" ("+o+")":"",u=e.email||e.mail,c=u?" <"+u+">":"";e=s+c+a}let t=e.match(/^([^(<]+)/),r=e.match(/\(([^()]+)\)/),n=e.match(/<([^<>]+)>/),i={};return t?.[0].trim()&&(i.name=t[0].trim()),n&&(i.email=n[1]),r&&(i.url=r[1]),i}function CW(e,t){e.description&&typeof e.description!="string"&&(t?.push("'description' field should be a string"),delete e.description),e.readme&&!e.description&&e.readme!=="ERROR: No README data found!"&&(e.description=SW(e.readme)),e.description===void 0&&delete e.description,e.description||t?.push("No description"),e.modules&&(t?.push("modules field is deprecated"),delete e.modules);let r=e.files;if(r&&!Array.isArray(r)?(t?.push("Invalid 'files' member"),delete e.files):e.files&&(e.files=e.files.filter(function(o){return!o||typeof o!="string"?(t?.push(`Invalid filename in 'files' list: ${o}`),!1):!0})),e.man&&typeof e.man=="string"&&(e.man=[e.man]),!e.bugs&&e.repository?.url){let o=Kv.fromUrl(e.repository.url);o&&o.bugs()&&(e.bugs={url:o.bugs()})}else if(e.bugs){if(typeof e.bugs=="string")Jv(e.bugs)?e.bugs={email:e.bugs}:Wp.canParse(e.bugs)?e.bugs={url:e.bugs}:t?.push("Bug string field must be url, email, or {email,url}");else{for(let a in e.bugs)["web","name"].includes(a)&&(t?.push(`bugs['${a}'] should probably be bugs['url'].`),e.bugs.url=e.bugs[a],delete e.bugs[a]);let o=e.bugs;e.bugs={},o.url&&(Wp.canParse(o.url)?e.bugs.url=o.url:t?.push("bugs.url field must be a string url. Deleted.")),o.email&&(typeof o.email=="string"&&Jv(o.email)?e.bugs.email=o.email:t?.push("bugs.email field must be a string email. Deleted."))}!e.bugs.email&&!e.bugs.url&&(delete e.bugs,t?.push("Normalized value of bugs field is an empty object. Deleted."))}typeof e.keywords=="string"&&(e.keywords=e.keywords.split(/,\s+/)),e.keywords&&!Array.isArray(e.keywords)?(delete e.keywords,t?.push("keywords should be an array of strings")):e.keywords&&(e.keywords=e.keywords.filter(function(o){return typeof o!="string"||!o?(t?.push("keywords should be an array of strings"),!1):!0}));let n="bundledDependencies",i="bundleDependencies";if(e[n]&&!e[i]&&(e[i]=e[n],delete e[n]),e[i]&&!Array.isArray(e[i])?(t?.push("Invalid 'bundleDependencies' list. Must be array of package names"),delete e[i]):e[i]&&(e[i]=e[i].filter(function(o){return!o||typeof o!="string"?(t?.push(`Invalid bundleDependencies member: ${o}`),!1):(e.dependencies||(e.dependencies={}),Object.prototype.hasOwnProperty.call(e.dependencies,o)||(t?.push(`Non-dependency in bundleDependencies: ${o}`),e.dependencies[o]="*"),!0)})),!e.homepage&&e.repository&&e.repository.url){let o=Kv.fromUrl(e.repository.url);o&&(e.homepage=o.docs())}e.homepage&&(typeof e.homepage!="string"?(t?.push("homepage field must be a string url. Deleted."),delete e.homepage):Wp.canParse(e.homepage)||(e.homepage="http://"+e.homepage)),e.readme||(t?.push("No README data"),e.readme="ERROR: No README data found!");let s=e.license||e.licence;s?typeof s!="string"||s.length<1||s.trim()===""?t?.push("license should be a valid SPDX license expression"):vW(s).validForNewPackages||t?.push("license should be a valid SPDX license expression"):t?.push("No license field."),e.author&&(e.author=Qv(e.author)),["maintainers","contributors"].forEach(function(o){Array.isArray(e[o])&&(e[o]=e[o].map(Qv))});for(let o in Xv)Object.prototype.hasOwnProperty.call(e,o)&&t?.push(`${o} should probably be ${Xv[o]}.`)}Zv.exports={normalizeData:CW}});var rS=A(_i=>{"use strict";Object.defineProperty(_i,"__esModule",{value:!0});_i.sync=_i.isexe=void 0;var xW=require("fs"),PW=require("fs/promises"),OW=async(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return tS(await(0,PW.stat)(e),t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};_i.isexe=OW;var RW=(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return tS((0,xW.statSync)(e),t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};_i.sync=RW;var tS=(e,t)=>e.isFile()&&FW(e,t),FW=(e,t)=>{let r=t.uid??process.getuid?.(),n=t.groups??process.getgroups?.()??[],i=t.gid??process.getgid?.()??n[0];if(r===void 0||i===void 0)throw new Error("cannot get uid or gid");let s=new Set([i,...n]),o=e.mode,a=e.uid,u=e.gid,c=parseInt("100",8),f=parseInt("010",8),l=parseInt("001",8),h=c|f;return!!(o&l||o&f&&s.has(u)||o&c&&a===r||o&h&&r===0)}});var iS=A(vi=>{"use strict";Object.defineProperty(vi,"__esModule",{value:!0});vi.sync=vi.isexe=void 0;var LW=require("fs"),DW=require("fs/promises"),TW=async(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return nS(await(0,DW.stat)(e),e,t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};vi.isexe=TW;var kW=(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return nS((0,LW.statSync)(e),e,t)}catch(n){let i=n;if(r||i.code==="EACCES")return!1;throw i}};vi.sync=kW;var NW=(e,t)=>{let{pathExt:r=process.env.PATHEXT||""}=t,n=r.split(";");if(n.indexOf("")!==-1)return!0;for(let i=0;i<n.length;i++){let s=n[i].toLowerCase(),o=e.substring(e.length-s.length).toLowerCase();if(s&&o===s)return!0}return!1},nS=(e,t,r)=>e.isFile()&&NW(t,r)});var oS=A(sS=>{"use strict";Object.defineProperty(sS,"__esModule",{value:!0})});var hS=A(je=>{"use strict";var aS=je&&je.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),IW=je&&je.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),uS=je&&je.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&aS(t,e,r);return IW(t,e),t},$W=je&&je.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&aS(t,e,r)};Object.defineProperty(je,"__esModule",{value:!0});je.sync=je.isexe=je.posix=je.win32=void 0;var cS=uS(rS());je.posix=cS;var lS=uS(iS());je.win32=lS;$W(oS(),je);var BW=process.env._ISEXE_TEST_PLATFORM_||process.platform,fS=BW==="win32"?lS:cS;je.isexe=fS.isexe;je.sync=fS.sync});var Up=A((QY,ES)=>{var{isexe:MW,sync:jW}=hS(),{join:qW,delimiter:WW,sep:pS,posix:dS}=require("path"),gS=process.platform==="win32",mS=new RegExp(`[${dS.sep}${pS===dS.sep?"":pS}]`.replace(/(\\)/g,"\\$1")),UW=new RegExp(`^\\.${mS.source}`),yS=e=>Object.assign(new Error(`not found: ${e}`),{code:"ENOENT"}),AS=(e,{path:t=process.env.PATH,pathExt:r=process.env.PATHEXT,delimiter:n=WW})=>{let i=e.match(mS)?[""]:[...gS?[process.cwd()]:[],...(t||"").split(n)];if(gS){let s=r||[".EXE",".CMD",".BAT",".COM"].join(n),o=s.split(n).flatMap(a=>[a,a.toLowerCase()]);return e.includes(".")&&o[0]!==""&&o.unshift(""),{pathEnv:i,pathExt:o,pathExtExe:s}}return{pathEnv:i,pathExt:[""]}},wS=(e,t)=>{let r=/^".*"$/.test(e)?e.slice(1,-1):e;return(!r&&UW.test(t)?t.slice(0,2):"")+qW(r,t)},bS=async(e,t={})=>{let{pathEnv:r,pathExt:n,pathExtExe:i}=AS(e,t),s=[];for(let o of r){let a=wS(o,e);for(let u of n){let c=a+u;if(await MW(c,{pathExt:i,ignoreErrors:!0})){if(!t.all)return c;s.push(c)}}}if(t.all&&s.length)return s;if(t.nothrow)return null;throw yS(e)},GW=(e,t={})=>{let{pathEnv:r,pathExt:n,pathExtExe:i}=AS(e,t),s=[];for(let o of r){let a=wS(o,e);for(let u of n){let c=a+u;if(jW(c,{pathExt:i,ignoreErrors:!0})){if(!t.all)return c;s.push(c)}}}if(t.all&&s.length)return s;if(t.nothrow)return null;throw yS(e)};ES.exports=bS;bS.sync=GW});var vS=A((ZY,_S)=>{"use strict";var HW=(e,t)=>{if(!e.length)return'""';let r;if(!/[ \t\n\v"]/.test(e))r=e;else{r='"';for(let n=0;n<=e.length;++n){let i=0;for(;e[n]==="\\";)++n,++i;if(n===e.length){r+="\\".repeat(i*2);break}e[n]==='"'?(r+="\\".repeat(i*2+1),r+=e[n]):(r+="\\".repeat(i),r+=e[n])}r+='"'}return r=r.replace(/[ !%^&()<>|"]/g,"^$&"),t&&(r=r.replace(/[ !%^&()<>|"]/g,"^$&")),r},zW=e=>e.length?/[\t\n\r "#$&'()*;<>?\\`|~]/.test(e)?`'${e.replace(/'/g,"'\\''")}'`.replace(/^(?:'')+(?!$)/,"").replace(/\\'''/g,"\\'"):e:"''";_S.exports={cmd:HW,sh:zW}});var OS=A((e5,PS)=>{"use strict";var{spawn:YW}=require("child_process"),VW=require("os"),KW=Up(),SS=vS(),Hp=(e,t,r={},n={})=>{if(r.shell)return xS(e,t,r,n);let i,s,o=new Promise((p,d)=>{i=p,s=d}),a=new Error("command failed"),u=[],c=[],f=p=>({cmd:e,args:t,...p,...JW(u,c,r),...n}),l=(p,d)=>{let g=f(d);s(Object.assign(p,g))},h=YW(e,t,r);return o.stdin=h.stdin,o.process=h,h.on("error",l),h.stdout&&(h.stdout.on("data",p=>u.push(p)),h.stdout.on("error",l)),h.stderr&&(h.stderr.on("data",p=>c.push(p)),h.stderr.on("error",l)),h.on("close",(p,d)=>{p||d?l(a,{code:p,signal:d}):i(f({code:p,signal:d}))}),o},xS=(e,t,r,n)=>{let i=r.shell;i===!0&&(i=process.platform==="win32"?process.env.ComSpec||"cmd.exe":"sh");let s={...r,shell:!1},o=[],a=e;if(/(?:^|\\)cmd(?:\.exe)?$/i.test(i)){let c=!1,f="",l=!1;for(let p=0;p<e.length;++p){let d=e.charAt(p);if(d===" "&&!l)break;f+=d,(d==='"'||d==="'")&&(l=!l)}let h;try{h=KW.sync(f,{path:s.env&&CS(s.env,"PATH")||process.env.PATH,pathext:s.env&&CS(s.env,"PATHEXT")||process.env.PATHEXT}).toLowerCase()}catch{h=f.toLowerCase()}c=h.endsWith(".cmd")||h.endsWith(".bat");for(let p of t)a+=` ${SS.cmd(p,c)}`;o.push("/d","/s","/c",a),s.windowsVerbatimArguments=!0}else{for(let c of t)a+=` ${SS.sh(c)}`;o.push("-c",a)}return Hp(i,o,s,n)},XW=(e,t={},r={})=>{let n={...t,shell:!0},i=[].concat(e),s=process.platform;if(s==="linux"&&VW.release().toLowerCase().includes("microsoft")&&(s="wsl",!process.env.BROWSER))return Promise.reject(new Error("Set the BROWSER environment variable to your desired browser."));let o=n.command;return o||(s==="win32"?(n.shell=process.env.ComSpec,o='start ""'):s==="wsl"?o="sensible-browser":s==="darwin"?o="open":o="xdg-open"),xS(o,i,n,r)};Hp.open=XW;var Gp=(e="pipe",t)=>e==="pipe"||e===null?!0:Array.isArray(e)?Gp(e[t],t):!1,JW=(e,t,{stdioString:r=!0,stdio:n})=>{let i={stdout:null,stderr:null};return Gp(n,1)&&(i.stdout=Buffer.concat(e),r&&(i.stdout=i.stdout.toString().trim())),Gp(n,2)&&(i.stderr=Buffer.concat(t),r&&(i.stderr=i.stderr.toString().trim())),i},CS=(e,t)=>{t=t.toLowerCase();for(let r of Object.keys(e).sort())if(r.toLowerCase()===t)return e[r]};PS.exports=Hp});var LS=A((t5,FS)=>{"use strict";function RS(e,t){for(let r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}function QW(e,t,r){if(!e||typeof e=="string")throw new TypeError("Please pass an Error to err-code");r||(r={}),typeof t=="object"&&(r=t,t=void 0),t!=null&&(r.code=t);try{return RS(e,r)}catch{r.message=e.message,r.stack=e.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(e)),RS(new i,r)}}FS.exports=QW});var TS=A((r5,DS)=>{function $t(e,t){typeof t=="boolean"&&(t={forever:t}),this._originalTimeouts=JSON.parse(JSON.stringify(e)),this._timeouts=e,this._options=t||{},this._maxRetryTime=t&&t.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}DS.exports=$t;$t.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};$t.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};$t.prototype.retry=function(e){if(this._timeout&&clearTimeout(this._timeout),!e)return!1;var t=new Date().getTime();if(e&&t-this._operationStart>=this._maxRetryTime)return this._errors.unshift(new Error("RetryOperation timeout occurred")),!1;this._errors.push(e);var r=this._timeouts.shift();if(r===void 0)if(this._cachedTimeouts)this._errors.splice(this._errors.length-1,this._errors.length),this._timeouts=this._cachedTimeouts.slice(0),r=this._timeouts.shift();else return!1;var n=this,i=setTimeout(function(){n._attempts++,n._operationTimeoutCb&&(n._timeout=setTimeout(function(){n._operationTimeoutCb(n._attempts)},n._operationTimeout),n._options.unref&&n._timeout.unref()),n._fn(n._attempts)},r);return this._options.unref&&i.unref(),!0};$t.prototype.attempt=function(e,t){this._fn=e,t&&(t.timeout&&(this._operationTimeout=t.timeout),t.cb&&(this._operationTimeoutCb=t.cb));var r=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){r._operationTimeoutCb()},r._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)};$t.prototype.try=function(e){console.log("Using RetryOperation.try() is deprecated"),this.attempt(e)};$t.prototype.start=function(e){console.log("Using RetryOperation.start() is deprecated"),this.attempt(e)};$t.prototype.start=$t.prototype.try;$t.prototype.errors=function(){return this._errors};$t.prototype.attempts=function(){return this._attempts};$t.prototype.mainError=function(){if(this._errors.length===0)return null;for(var e={},t=null,r=0,n=0;n<this._errors.length;n++){var i=this._errors[n],s=i.message,o=(e[s]||0)+1;e[s]=o,o>=r&&(t=i,r=o)}return t}});var kS=A(En=>{var ZW=TS();En.operation=function(e){var t=En.timeouts(e);return new ZW(t,{forever:e&&e.forever,unref:e&&e.unref,maxRetryTime:e&&e.maxRetryTime})};En.timeouts=function(e){if(e instanceof Array)return[].concat(e);var t={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:1/0,randomize:!1};for(var r in e)t[r]=e[r];if(t.minTimeout>t.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");for(var n=[],i=0;i<t.retries;i++)n.push(this.createTimeout(i,t));return e&&e.forever&&!n.length&&n.push(this.createTimeout(i,t)),n.sort(function(s,o){return s-o}),n};En.createTimeout=function(e,t){var r=t.randomize?Math.random()+1:1,n=Math.round(r*t.minTimeout*Math.pow(t.factor,e));return n=Math.min(n,t.maxTimeout),n};En.wrap=function(e,t,r){if(t instanceof Array&&(r=t,t=null),!r){r=[];for(var n in e)typeof e[n]=="function"&&r.push(n)}for(var i=0;i<r.length;i++){var s=r[i],o=e[s];e[s]=function(u){var c=En.operation(t),f=Array.prototype.slice.call(arguments,1),l=f.pop();f.push(function(h){c.retry(h)||(h&&(arguments[0]=c.mainError()),l.apply(this,arguments))}),c.attempt(function(){u.apply(e,f)})}.bind(e,o),e[s].options=t}}});var IS=A((i5,NS)=>{NS.exports=kS()});var MS=A((s5,BS)=>{"use strict";var e3=LS(),t3=IS(),r3=Object.prototype.hasOwnProperty;function $S(e){return e&&e.code==="EPROMISERETRY"&&r3.call(e,"retried")}function n3(e,t){var r,n;return typeof e=="object"&&typeof t=="function"&&(r=t,t=e,e=r),n=t3.operation(t),new Promise(function(i,s){n.attempt(function(o){Promise.resolve().then(function(){return e(function(a){throw $S(a)&&(a=a.retried),e3(new Error("Retrying"),"EPROMISERETRY",{retried:a})},o)}).then(i,function(a){$S(a)&&(a=a.retried,n.retry(a||new Error))||s(a)})})})}BS.exports=n3});var Kp=A((o5,jS)=>{var Ls=class extends Error{shouldRetry(){return!1}},zp=class extends Ls{constructor(){super("A git connection error occurred")}shouldRetry(t){return t<3}},Yp=class extends Ls{constructor(){super("The git reference could not be found")}},Vp=class extends Ls{constructor(){super("An unknown git error occurred")}};jS.exports={GitConnectionError:zp,GitPathspecError:Yp,GitUnknownError:Vp}});var WS=A((a5,qS)=>{var{GitConnectionError:i3,GitPathspecError:s3,GitUnknownError:o3}=Kp(),a3=new RegExp(["remote error: Internal Server Error","The remote end hung up unexpectedly","Connection timed out","Operation timed out","Failed to connect to .* Timed out","Connection reset by peer","SSL_ERROR_SYSCALL","The requested URL returned error: 503"].join("|")),u3=/pathspec .* did not match any file\(s\) known to git/;function c3(e){let t=e.stderr,r;return a3.test(t)?r=new i3(t):u3.test(t)?r=new s3(t):r=new o3(t),Object.assign(r,e)}qS.exports=c3});var zS=A((u5,Xp)=>{var US=require("node:fs"),l3=require("node:os"),f3=require("node:path"),h3=Lh(),GS=f3.join(l3.homedir(),".gitconfig"),Ds=null,HS=()=>{if(Ds===null)try{if(Ds={},US.existsSync(GS)){let e=US.readFileSync(GS,"utf-8");Ds=h3.parse(e)}}catch{Ds={}}return Ds},p3=()=>{let e=HS();return{sshCommandSetInConfig:e?.core?.sshCommand!==void 0,askPassSetInConfig:e?.core?.askpass!==void 0}},d3=process.env.GIT_SSH_COMMAND!==void 0,g3=process.env.GIT_ASKPASS!==void 0,{sshCommandSetInConfig:m3,askPassSetInConfig:y3}=p3(),A3={...g3||y3?{}:{GIT_ASKPASS:"echo"},...d3||m3?{}:{GIT_SSH_COMMAND:"ssh -oStrictHostKeyChecking=accept-new"}};Xp.exports=(e={})=>({stdioString:!0,...e,shell:!1,env:e.env||{...A3,...process.env}});Xp.exports.loadGitConfig=HS});var VS=A((c5,YS)=>{var w3=Up(),Jp;try{Jp=w3.sync("git")}catch{}YS.exports=(e={})=>e.git?e.git:!Jp||e.git===!1?Object.assign(new Error("No git binary found in $PATH"),{code:"ENOGIT"}):Jp});var Ts=A((l5,KS)=>{var b3=OS(),E3=MS(),{log:_3}=va(),v3=WS(),S3=zS();KS.exports=(e,t={})=>{let n=VS()(t);if(n instanceof Error)return Promise.reject(n);let i=t.allowReplace||e[0]==="--no-replace-objects"?e:["--no-replace-objects",...e],s=t.retry;return s==null&&(s={retries:t.fetchRetries||2,factor:t.fetchRetryFactor||10,maxTimeout:t.fetchRetryMaxtimeout||6e4,minTimeout:t.fetchRetryMintimeout||1e3}),E3((o,a)=>(a!==1&&_3.silly("git",`Retrying git command: ${i.join(" ")} attempt # ${a}`),b3(n,i,S3(t)).catch(u=>{let c=v3(u);if(!c.shouldRetry(a))throw c;o(c)})),s)}});var QS=A((f5,JS)=>{"use strict";var XS=tt(),C3=(e,t,r,n,i)=>{typeof r=="string"&&(i=n,n=r,r=void 0);try{return new XS(e instanceof XS?e.version:e,r).inc(t,n,i).version}catch{return null}};JS.exports=C3});var t1=A((h5,e1)=>{"use strict";var ZS=gn(),x3=(e,t)=>{let r=ZS(e,null,!0),n=ZS(t,null,!0),i=r.compare(n);if(i===0)return null;let s=i>0,o=s?r:n,a=s?n:r,u=!!o.prerelease.length;if(!!a.prerelease.length&&!u){if(!a.patch&&!a.minor)return"major";if(a.compareMain(o)===0)return a.minor&&!a.patch?"minor":"patch"}let f=u?"pre":"";return r.major!==n.major?f+"major":r.minor!==n.minor?f+"minor":r.patch!==n.patch?f+"patch":"prerelease"};e1.exports=x3});var n1=A((p5,r1)=>{"use strict";var P3=tt(),O3=(e,t)=>new P3(e,t).major;r1.exports=O3});var s1=A((d5,i1)=>{"use strict";var R3=tt(),F3=(e,t)=>new R3(e,t).minor;i1.exports=F3});var a1=A((g5,o1)=>{"use strict";var L3=tt(),D3=(e,t)=>new L3(e,t).patch;o1.exports=D3});var c1=A((m5,u1)=>{"use strict";var T3=gn(),k3=(e,t)=>{let r=T3(e,t);return r&&r.prerelease.length?r.prerelease:null};u1.exports=k3});var Bt=A((y5,f1)=>{"use strict";var l1=tt(),N3=(e,t,r)=>new l1(e,r).compare(new l1(t,r));f1.exports=N3});var p1=A((A5,h1)=>{"use strict";var I3=Bt(),$3=(e,t,r)=>I3(t,e,r);h1.exports=$3});var g1=A((w5,d1)=>{"use strict";var B3=Bt(),M3=(e,t)=>B3(e,t,!0);d1.exports=M3});var Au=A((b5,y1)=>{"use strict";var m1=tt(),j3=(e,t,r)=>{let n=new m1(e,r),i=new m1(t,r);return n.compare(i)||n.compareBuild(i)};y1.exports=j3});var w1=A((E5,A1)=>{"use strict";var q3=Au(),W3=(e,t)=>e.sort((r,n)=>q3(r,n,t));A1.exports=W3});var E1=A((_5,b1)=>{"use strict";var U3=Au(),G3=(e,t)=>e.sort((r,n)=>U3(n,r,t));b1.exports=G3});var ks=A((v5,_1)=>{"use strict";var H3=Bt(),z3=(e,t,r)=>H3(e,t,r)>0;_1.exports=z3});var wu=A((S5,v1)=>{"use strict";var Y3=Bt(),V3=(e,t,r)=>Y3(e,t,r)<0;v1.exports=V3});var Qp=A((C5,S1)=>{"use strict";var K3=Bt(),X3=(e,t,r)=>K3(e,t,r)===0;S1.exports=X3});var Zp=A((x5,C1)=>{"use strict";var J3=Bt(),Q3=(e,t,r)=>J3(e,t,r)!==0;C1.exports=Q3});var bu=A((P5,x1)=>{"use strict";var Z3=Bt(),eU=(e,t,r)=>Z3(e,t,r)>=0;x1.exports=eU});var Eu=A((O5,P1)=>{"use strict";var tU=Bt(),rU=(e,t,r)=>tU(e,t,r)<=0;P1.exports=rU});var ed=A((R5,O1)=>{"use strict";var nU=Qp(),iU=Zp(),sU=ks(),oU=bu(),aU=wu(),uU=Eu(),cU=(e,t,r,n)=>{switch(t){case"===":return typeof e=="object"&&(e=e.version),typeof r=="object"&&(r=r.version),e===r;case"!==":return typeof e=="object"&&(e=e.version),typeof r=="object"&&(r=r.version),e!==r;case"":case"=":case"==":return nU(e,r,n);case"!=":return iU(e,r,n);case">":return sU(e,r,n);case">=":return oU(e,r,n);case"<":return aU(e,r,n);case"<=":return uU(e,r,n);default:throw new TypeError(`Invalid operator: ${t}`)}};O1.exports=cU});var F1=A((F5,R1)=>{"use strict";var lU=tt(),fU=gn(),{safeRe:_u,t:vu}=yi(),hU=(e,t)=>{if(e instanceof lU)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;t=t||{};let r=null;if(!t.rtl)r=e.match(t.includePrerelease?_u[vu.COERCEFULL]:_u[vu.COERCE]);else{let u=t.includePrerelease?_u[vu.COERCERTLFULL]:_u[vu.COERCERTL],c;for(;(c=u.exec(e))&&(!r||r.index+r[0].length!==e.length);)(!r||c.index+c[0].length!==r.index+r[0].length)&&(r=c),u.lastIndex=c.index+c[1].length+c[2].length;u.lastIndex=-1}if(r===null)return null;let n=r[2],i=r[3]||"0",s=r[4]||"0",o=t.includePrerelease&&r[5]?`-${r[5]}`:"",a=t.includePrerelease&&r[6]?`+${r[6]}`:"";return fU(`${n}.${i}.${s}${o}${a}`,t)};R1.exports=hU});var D1=A((L5,L1)=>{"use strict";var td=class{constructor(){this.max=1e3,this.map=new Map}get(t){let r=this.map.get(t);if(r!==void 0)return this.map.delete(t),this.map.set(t,r),r}delete(t){return this.map.delete(t)}set(t,r){if(!this.delete(t)&&r!==void 0){if(this.map.size>=this.max){let i=this.map.keys().next().value;this.delete(i)}this.map.set(t,r)}return this}};L1.exports=td});var Mt=A((D5,I1)=>{"use strict";var pU=/\s+/g,rd=class e{constructor(t,r){if(r=gU(r),t instanceof e)return t.loose===!!r.loose&&t.includePrerelease===!!r.includePrerelease?t:new e(t.raw,r);if(t instanceof nd)return this.raw=t.value,this.set=[[t]],this.formatted=void 0,this;if(this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease,this.raw=t.trim().replace(pU," "),this.set=this.raw.split("||").map(n=>this.parseRange(n.trim())).filter(n=>n.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let n=this.set[0];if(this.set=this.set.filter(i=>!k1(i[0])),this.set.length===0)this.set=[n];else if(this.set.length>1){for(let i of this.set)if(i.length===1&&_U(i[0])){this.set=[i];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let t=0;t<this.set.length;t++){t>0&&(this.formatted+="||");let r=this.set[t];for(let n=0;n<r.length;n++)n>0&&(this.formatted+=" "),this.formatted+=r[n].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(t){let n=((this.options.includePrerelease&&bU)|(this.options.loose&&EU))+":"+t,i=T1.get(n);if(i)return i;let s=this.options.loose,o=s?lt[nt.HYPHENRANGELOOSE]:lt[nt.HYPHENRANGE];t=t.replace(o,DU(this.options.includePrerelease)),Ee("hyphen replace",t),t=t.replace(lt[nt.COMPARATORTRIM],yU),Ee("comparator trim",t),t=t.replace(lt[nt.TILDETRIM],AU),Ee("tilde trim",t),t=t.replace(lt[nt.CARETTRIM],wU),Ee("caret trim",t);let a=t.split(" ").map(l=>vU(l,this.options)).join(" ").split(/\s+/).map(l=>LU(l,this.options));s&&(a=a.filter(l=>(Ee("loose invalid filter",l,this.options),!!l.match(lt[nt.COMPARATORLOOSE])))),Ee("range list",a);let u=new Map,c=a.map(l=>new nd(l,this.options));for(let l of c){if(k1(l))return[l];u.set(l.value,l)}u.size>1&&u.has("")&&u.delete("");let f=[...u.values()];return T1.set(n,f),f}intersects(t,r){if(!(t instanceof e))throw new TypeError("a Range is required");return this.set.some(n=>N1(n,r)&&t.set.some(i=>N1(i,r)&&n.every(s=>i.every(o=>s.intersects(o,r)))))}test(t){if(!t)return!1;if(typeof t=="string")try{t=new mU(t,this.options)}catch{return!1}for(let r=0;r<this.set.length;r++)if(TU(this.set[r],t,this.options))return!0;return!1}};I1.exports=rd;var dU=D1(),T1=new dU,gU=Sa(),nd=Ns(),Ee=cs(),mU=tt(),{safeRe:lt,t:nt,comparatorTrimReplace:yU,tildeTrimReplace:AU,caretTrimReplace:wU}=yi(),{FLAG_INCLUDE_PRERELEASE:bU,FLAG_LOOSE:EU}=ls(),k1=e=>e.value==="<0.0.0-0",_U=e=>e.value==="",N1=(e,t)=>{let r=!0,n=e.slice(),i=n.pop();for(;r&&n.length;)r=n.every(s=>i.intersects(s,t)),i=n.pop();return r},vU=(e,t)=>(e=e.replace(lt[nt.BUILD],""),Ee("comp",e,t),e=xU(e,t),Ee("caret",e),e=SU(e,t),Ee("tildes",e),e=OU(e,t),Ee("xrange",e),e=FU(e,t),Ee("stars",e),e),ft=e=>!e||e.toLowerCase()==="x"||e==="*",SU=(e,t)=>e.trim().split(/\s+/).map(r=>CU(r,t)).join(" "),CU=(e,t)=>{let r=t.loose?lt[nt.TILDELOOSE]:lt[nt.TILDE];return e.replace(r,(n,i,s,o,a)=>{Ee("tilde",e,n,i,s,o,a);let u;return ft(i)?u="":ft(s)?u=`>=${i}.0.0 <${+i+1}.0.0-0`:ft(o)?u=`>=${i}.${s}.0 <${i}.${+s+1}.0-0`:a?(Ee("replaceTilde pr",a),u=`>=${i}.${s}.${o}-${a} <${i}.${+s+1}.0-0`):u=`>=${i}.${s}.${o} <${i}.${+s+1}.0-0`,Ee("tilde return",u),u})},xU=(e,t)=>e.trim().split(/\s+/).map(r=>PU(r,t)).join(" "),PU=(e,t)=>{Ee("caret",e,t);let r=t.loose?lt[nt.CARETLOOSE]:lt[nt.CARET],n=t.includePrerelease?"-0":"";return e.replace(r,(i,s,o,a,u)=>{Ee("caret",e,i,s,o,a,u);let c;return ft(s)?c="":ft(o)?c=`>=${s}.0.0${n} <${+s+1}.0.0-0`:ft(a)?s==="0"?c=`>=${s}.${o}.0${n} <${s}.${+o+1}.0-0`:c=`>=${s}.${o}.0${n} <${+s+1}.0.0-0`:u?(Ee("replaceCaret pr",u),s==="0"?o==="0"?c=`>=${s}.${o}.${a}-${u} <${s}.${o}.${+a+1}-0`:c=`>=${s}.${o}.${a}-${u} <${s}.${+o+1}.0-0`:c=`>=${s}.${o}.${a}-${u} <${+s+1}.0.0-0`):(Ee("no pr"),s==="0"?o==="0"?c=`>=${s}.${o}.${a}${n} <${s}.${o}.${+a+1}-0`:c=`>=${s}.${o}.${a}${n} <${s}.${+o+1}.0-0`:c=`>=${s}.${o}.${a} <${+s+1}.0.0-0`),Ee("caret return",c),c})},OU=(e,t)=>(Ee("replaceXRanges",e,t),e.split(/\s+/).map(r=>RU(r,t)).join(" ")),RU=(e,t)=>{e=e.trim();let r=t.loose?lt[nt.XRANGELOOSE]:lt[nt.XRANGE];return e.replace(r,(n,i,s,o,a,u)=>{Ee("xRange",e,n,i,s,o,a,u);let c=ft(s),f=c||ft(o),l=f||ft(a),h=l;return i==="="&&h&&(i=""),u=t.includePrerelease?"-0":"",c?i===">"||i==="<"?n="<0.0.0-0":n="*":i&&h?(f&&(o=0),a=0,i===">"?(i=">=",f?(s=+s+1,o=0,a=0):(o=+o+1,a=0)):i==="<="&&(i="<",f?s=+s+1:o=+o+1),i==="<"&&(u="-0"),n=`${i+s}.${o}.${a}${u}`):f?n=`>=${s}.0.0${u} <${+s+1}.0.0-0`:l&&(n=`>=${s}.${o}.0${u} <${s}.${+o+1}.0-0`),Ee("xRange return",n),n})},FU=(e,t)=>(Ee("replaceStars",e,t),e.trim().replace(lt[nt.STAR],"")),LU=(e,t)=>(Ee("replaceGTE0",e,t),e.trim().replace(lt[t.includePrerelease?nt.GTE0PRE:nt.GTE0],"")),DU=e=>(t,r,n,i,s,o,a,u,c,f,l,h)=>(ft(n)?r="":ft(i)?r=`>=${n}.0.0${e?"-0":""}`:ft(s)?r=`>=${n}.${i}.0${e?"-0":""}`:o?r=`>=${r}`:r=`>=${r}${e?"-0":""}`,ft(c)?u="":ft(f)?u=`<${+c+1}.0.0-0`:ft(l)?u=`<${c}.${+f+1}.0-0`:h?u=`<=${c}.${f}.${l}-${h}`:e?u=`<${c}.${f}.${+l+1}-0`:u=`<=${u}`,`${r} ${u}`.trim()),TU=(e,t,r)=>{for(let n=0;n<e.length;n++)if(!e[n].test(t))return!1;if(t.prerelease.length&&!r.includePrerelease){for(let n=0;n<e.length;n++)if(Ee(e[n].semver),e[n].semver!==nd.ANY&&e[n].semver.prerelease.length>0){let i=e[n].semver;if(i.major===t.major&&i.minor===t.minor&&i.patch===t.patch)return!0}return!1}return!0}});var Ns=A((T5,W1)=>{"use strict";var Is=Symbol("SemVer ANY"),od=class e{static get ANY(){return Is}constructor(t,r){if(r=$1(r),t instanceof e){if(t.loose===!!r.loose)return t;t=t.value}t=t.trim().split(/\s+/).join(" "),sd("comparator",t,r),this.options=r,this.loose=!!r.loose,this.parse(t),this.semver===Is?this.value="":this.value=this.operator+this.semver.version,sd("comp",this)}parse(t){let r=this.options.loose?B1[M1.COMPARATORLOOSE]:B1[M1.COMPARATOR],n=t.match(r);if(!n)throw new TypeError(`Invalid comparator: ${t}`);this.operator=n[1]!==void 0?n[1]:"",this.operator==="="&&(this.operator=""),n[2]?this.semver=new j1(n[2],this.options.loose):this.semver=Is}toString(){return this.value}test(t){if(sd("Comparator.test",t,this.options.loose),this.semver===Is||t===Is)return!0;if(typeof t=="string")try{t=new j1(t,this.options)}catch{return!1}return id(t,this.operator,this.semver,this.options)}intersects(t,r){if(!(t instanceof e))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new q1(t.value,r).test(this.value):t.operator===""?t.value===""?!0:new q1(this.value,r).test(t.semver):(r=$1(r),r.includePrerelease&&(this.value==="<0.0.0-0"||t.value==="<0.0.0-0")||!r.includePrerelease&&(this.value.startsWith("<0.0.0")||t.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&t.operator.startsWith(">")||this.operator.startsWith("<")&&t.operator.startsWith("<")||this.semver.version===t.semver.version&&this.operator.includes("=")&&t.operator.includes("=")||id(this.semver,"<",t.semver,r)&&this.operator.startsWith(">")&&t.operator.startsWith("<")||id(this.semver,">",t.semver,r)&&this.operator.startsWith("<")&&t.operator.startsWith(">")))}};W1.exports=od;var $1=Sa(),{safeRe:B1,t:M1}=yi(),id=ed(),sd=cs(),j1=tt(),q1=Mt()});var Si=A((k5,U1)=>{"use strict";var kU=Mt(),NU=(e,t,r)=>{try{t=new kU(t,r)}catch{return!1}return t.test(e)};U1.exports=NU});var H1=A((N5,G1)=>{"use strict";var IU=Mt(),$U=(e,t)=>new IU(e,t).set.map(r=>r.map(n=>n.value).join(" ").trim().split(" "));G1.exports=$U});var Y1=A((I5,z1)=>{"use strict";var BU=tt(),MU=Mt(),jU=(e,t,r)=>{let n=null,i=null,s=null;try{s=new MU(t,r)}catch{return null}return e.forEach(o=>{s.test(o)&&(!n||i.compare(o)===-1)&&(n=o,i=new BU(n,r))}),n};z1.exports=jU});var K1=A(($5,V1)=>{"use strict";var qU=tt(),WU=Mt(),UU=(e,t,r)=>{let n=null,i=null,s=null;try{s=new WU(t,r)}catch{return null}return e.forEach(o=>{s.test(o)&&(!n||i.compare(o)===1)&&(n=o,i=new qU(n,r))}),n};V1.exports=UU});var Q1=A((B5,J1)=>{"use strict";var ad=tt(),GU=Mt(),X1=ks(),HU=(e,t)=>{e=new GU(e,t);let r=new ad("0.0.0");if(e.test(r)||(r=new ad("0.0.0-0"),e.test(r)))return r;r=null;for(let n=0;n<e.set.length;++n){let i=e.set[n],s=null;i.forEach(o=>{let a=new ad(o.semver.version);switch(o.operator){case">":a.prerelease.length===0?a.patch++:a.prerelease.push(0),a.raw=a.format();case"":case">=":(!s||X1(a,s))&&(s=a);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${o.operator}`)}}),s&&(!r||X1(r,s))&&(r=s)}return r&&e.test(r)?r:null};J1.exports=HU});var ud=A((M5,Z1)=>{"use strict";var zU=Mt(),YU=(e,t)=>{try{return new zU(e,t).range||"*"}catch{return null}};Z1.exports=YU});var Su=A((j5,nC)=>{"use strict";var VU=tt(),rC=Ns(),{ANY:KU}=rC,XU=Mt(),JU=Si(),eC=ks(),tC=wu(),QU=Eu(),ZU=bu(),eG=(e,t,r,n)=>{e=new VU(e,n),t=new XU(t,n);let i,s,o,a,u;switch(r){case">":i=eC,s=QU,o=tC,a=">",u=">=";break;case"<":i=tC,s=ZU,o=eC,a="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(JU(e,t,n))return!1;for(let c=0;c<t.set.length;++c){let f=t.set[c],l=null,h=null;if(f.forEach(p=>{p.semver===KU&&(p=new rC(">=0.0.0")),l=l||p,h=h||p,i(p.semver,l.semver,n)?l=p:o(p.semver,h.semver,n)&&(h=p)}),l.operator===a||l.operator===u||(!h.operator||h.operator===a)&&s(e,h.semver))return!1;if(h.operator===u&&o(e,h.semver))return!1}return!0};nC.exports=eG});var sC=A((q5,iC)=>{"use strict";var tG=Su(),rG=(e,t,r)=>tG(e,t,">",r);iC.exports=rG});var aC=A((W5,oC)=>{"use strict";var nG=Su(),iG=(e,t,r)=>nG(e,t,"<",r);oC.exports=iG});var lC=A((U5,cC)=>{"use strict";var uC=Mt(),sG=(e,t,r)=>(e=new uC(e,r),t=new uC(t,r),e.intersects(t,r));cC.exports=sG});var hC=A((G5,fC)=>{"use strict";var oG=Si(),aG=Bt();fC.exports=(e,t,r)=>{let n=[],i=null,s=null,o=e.sort((f,l)=>aG(f,l,r));for(let f of o)oG(f,t,r)?(s=f,i||(i=f)):(s&&n.push([i,s]),s=null,i=null);i&&n.push([i,null]);let a=[];for(let[f,l]of n)f===l?a.push(f):!l&&f===o[0]?a.push("*"):l?f===o[0]?a.push(`<=${l}`):a.push(`${f} - ${l}`):a.push(`>=${f}`);let u=a.join(" || "),c=typeof t.raw=="string"?t.raw:String(t);return u.length<c.length?u:t}});var AC=A((H5,yC)=>{"use strict";var pC=Mt(),ld=Ns(),{ANY:cd}=ld,$s=Si(),fd=Bt(),uG=(e,t,r={})=>{if(e===t)return!0;e=new pC(e,r),t=new pC(t,r);let n=!1;e:for(let i of e.set){for(let s of t.set){let o=lG(i,s,r);if(n=n||o!==null,o)continue e}if(n)return!1}return!0},cG=[new ld(">=0.0.0-0")],dC=[new ld(">=0.0.0")],lG=(e,t,r)=>{if(e===t)return!0;if(e.length===1&&e[0].semver===cd){if(t.length===1&&t[0].semver===cd)return!0;r.includePrerelease?e=cG:e=dC}if(t.length===1&&t[0].semver===cd){if(r.includePrerelease)return!0;t=dC}let n=new Set,i,s;for(let p of e)p.operator===">"||p.operator===">="?i=gC(i,p,r):p.operator==="<"||p.operator==="<="?s=mC(s,p,r):n.add(p.semver);if(n.size>1)return null;let o;if(i&&s){if(o=fd(i.semver,s.semver,r),o>0)return null;if(o===0&&(i.operator!==">="||s.operator!=="<="))return null}for(let p of n){if(i&&!$s(p,String(i),r)||s&&!$s(p,String(s),r))return null;for(let d of t)if(!$s(p,String(d),r))return!1;return!0}let a,u,c,f,l=s&&!r.includePrerelease&&s.semver.prerelease.length?s.semver:!1,h=i&&!r.includePrerelease&&i.semver.prerelease.length?i.semver:!1;l&&l.prerelease.length===1&&s.operator==="<"&&l.prerelease[0]===0&&(l=!1);for(let p of t){if(f=f||p.operator===">"||p.operator===">=",c=c||p.operator==="<"||p.operator==="<=",i){if(h&&p.semver.prerelease&&p.semver.prerelease.length&&p.semver.major===h.major&&p.semver.minor===h.minor&&p.semver.patch===h.patch&&(h=!1),p.operator===">"||p.operator===">="){if(a=gC(i,p,r),a===p&&a!==i)return!1}else if(i.operator===">="&&!$s(i.semver,String(p),r))return!1}if(s){if(l&&p.semver.prerelease&&p.semver.prerelease.length&&p.semver.major===l.major&&p.semver.minor===l.minor&&p.semver.patch===l.patch&&(l=!1),p.operator==="<"||p.operator==="<="){if(u=mC(s,p,r),u===p&&u!==s)return!1}else if(s.operator==="<="&&!$s(s.semver,String(p),r))return!1}if(!p.operator&&(s||i)&&o!==0)return!1}return!(i&&c&&!s&&o!==0||s&&f&&!i&&o!==0||h||l)},gC=(e,t,r)=>{if(!e)return t;let n=fd(e.semver,t.semver,r);return n>0?e:n<0||t.operator===">"&&e.operator===">="?t:e},mC=(e,t,r)=>{if(!e)return t;let n=fd(e.semver,t.semver,r);return n<0?e:n>0||t.operator==="<"&&e.operator==="<="?t:e};yC.exports=uG});var Bs=A((z5,EC)=>{"use strict";var hd=yi(),wC=ls(),fG=tt(),bC=qh(),hG=gn(),pG=Ra(),dG=ep(),gG=QS(),mG=t1(),yG=n1(),AG=s1(),wG=a1(),bG=c1(),EG=Bt(),_G=p1(),vG=g1(),SG=Au(),CG=w1(),xG=E1(),PG=ks(),OG=wu(),RG=Qp(),FG=Zp(),LG=bu(),DG=Eu(),TG=ed(),kG=F1(),NG=Ns(),IG=Mt(),$G=Si(),BG=H1(),MG=Y1(),jG=K1(),qG=Q1(),WG=ud(),UG=Su(),GG=sC(),HG=aC(),zG=lC(),YG=hC(),VG=AC();EC.exports={parse:hG,valid:pG,clean:dG,inc:gG,diff:mG,major:yG,minor:AG,patch:wG,prerelease:bG,compare:EG,rcompare:_G,compareLoose:vG,compareBuild:SG,sort:CG,rsort:xG,gt:PG,lt:OG,eq:RG,neq:FG,gte:LG,lte:DG,cmp:TG,coerce:kG,Comparator:NG,Range:IG,satisfies:$G,toComparators:BG,maxSatisfying:MG,minSatisfying:jG,minVersion:qG,validRange:WG,outside:UG,gtr:GG,ltr:HG,intersects:zG,simplifyRange:YG,subset:VG,SemVer:fG,re:hd.re,src:hd.src,tokens:hd.t,SEMVER_SPEC_VERSION:wC.SEMVER_SPEC_VERSION,RELEASE_TYPES:wC.RELEASE_TYPES,compareIdentifiers:bC.compareIdentifiers,rcompareIdentifiers:bC.rcompareIdentifiers}});var SC=A((Y5,vC)=>{var _C=Bs();vC.exports=e=>KG(e.reduce(tH,{versions:{},"dist-tags":{},refs:{},shas:{}}));var KG=e=>QG(XG(JG(e))),XG=e=>(Object.keys(e.refs).forEach(t=>{let r=e.refs[t];e.shas[r.sha]?e.shas[r.sha].push(t):e.shas[r.sha]=[t]}),e),JG=e=>(Object.keys(e.refs).filter(t=>t.endsWith("^{}")).forEach(t=>{let r=e.refs[t],n=e.refs[t.replace(/\^\{\}$/,"")];n&&(n.sha=r.sha,delete e.refs[t])}),e),QG=e=>{let t=e.refs.HEAD||{};return Object.keys(e.versions).forEach(n=>{let i=e.versions[n];e.refs.latest&&i.sha===e.refs.latest.sha?e["dist-tags"].latest=n:i.sha===t.sha&&(e["dist-tags"].HEAD=n,e.refs.latest||(e["dist-tags"].latest=n))}),e},ZG=e=>e.startsWith("refs/tags/")?"tag":e.startsWith("refs/heads/")?"branch":e.startsWith("refs/pull/")?"pull":e==="HEAD"?"head":"other",eH=e=>{let t=e.trim().split(/\s+/,2);if(t.length<2)return null;let r=t[0].trim(),n=t[1].trim(),i=ZG(n);if(i==="tag"){let s=n.slice(10);return{sha:r,ref:s,rawRef:n,type:i}}if(i==="branch"){let s=n.slice(11);return{sha:r,ref:s,rawRef:n,type:i}}if(i==="pull"){let s=n.slice(5).replace(/\/head$/,"");return{sha:r,ref:s,rawRef:n,type:i}}return i==="head"?{sha:r,ref:"HEAD",rawRef:n,type:i}:{sha:r,ref:n,rawRef:n,type:i}},tH=(e,t)=>{let r=eH(t);if(!r)return e;if(e.refs[r.ref]=r,e.refs[r.rawRef]=r,r.type==="tag"){let n=!r.ref.endsWith("^{}")&&r.ref.match(/v?(\d+\.\d+\.\d+(?:[-+].+)?)$/);n&&_C.valid(n[1],!0)&&(e.versions[_C.clean(n[1],!0)]=r)}return e}});var pd=A((V5,xC)=>{var rH=Ts(),{LRUCache:nH}=Na(),iH=SC(),CC=new nH({max:100,ttl:300*1e3});xC.exports=async(e,t={})=>{if(!t.noGitRevCache){let i=CC.get(e);if(i)return i}let{stdout:r}=await rH(["ls-remote",e],t),n=iH(r.trim().split(`
62
+ `));return CC.set(e,n),n}});var OC=A(PC=>{var sH=e=>(e.fakePlatform||process.platform)==="win32";PC.isWindows=sH});var FC=A((X5,RC)=>{"use strict";var{builtinModules:oH}=require("module"),aH=new RegExp("^(?:@([^/]+?)[/])?([^/]+?)$"),uH=["node_modules","favicon.ico"];function cH(e){var t=[],r=[];if(e===null)return r.push("name cannot be null"),Ms(t,r);if(e===void 0)return r.push("name cannot be undefined"),Ms(t,r);if(typeof e!="string")return r.push("name must be a string"),Ms(t,r);if(e.length||r.push("name length must be greater than zero"),e.startsWith(".")&&r.push("name cannot start with a period"),e.match(/^_/)&&r.push("name cannot start with an underscore"),e.trim()!==e&&r.push("name cannot contain leading or trailing spaces"),uH.forEach(function(o){e.toLowerCase()===o&&r.push(o+" is not a valid package name")}),oH.includes(e.toLowerCase())&&t.push(e+" is a core module name"),e.length>214&&t.push("name can no longer contain more than 214 characters"),e.toLowerCase()!==e&&t.push("name can no longer contain capital letters"),/[~'!()*]/.test(e.split("/").slice(-1)[0])&&t.push(`name can no longer contain special characters ("~'!()*")`),encodeURIComponent(e)!==e){var n=e.match(aH);if(n){var i=n[1],s=n[2];if(s.startsWith(".")&&r.push("name cannot start with a period"),encodeURIComponent(i)===i&&encodeURIComponent(s)===s)return Ms(t,r)}r.push("name can only contain URL-friendly characters")}return Ms(t,r)}var Ms=function(e,t){var r={validForNewPackages:t.length===0&&e.length===0,validForOldPackages:t.length===0,warnings:e,errors:t};return r.warnings.length||delete r.warnings,r.errors.length||delete r.errors,r};RC.exports=cH});var MC=A((J5,Us)=>{"use strict";var Ws=process.platform==="win32",{URL:dd}=require("node:url"),Ci=Ws?require("node:path/win32"):require("node:path"),{homedir:lH}=require("node:os"),fH=$a(),LC=Bs(),NC=FC(),{log:hH}=va(),IC=Ws?/\\|[/]/:/[/]/,$C=/^(?:git[+])?[a-z]+:/i,pH=/^[^@]+@[^:.]+\.[^:]+:.+$/i,md=/[.](?:tgz|tar\.gz|tar)$/i,dH=/:[0-9]+(\/|$)/i,gH=/^(?:[.]|~[/]|[/\\]|[a-zA-Z]:)/,mH=/^(?:[.]|~[/]|[/]|[a-zA-Z]:)/,DC="https://registry.npmjs.org";function js(e,t){let r,n;if(typeof e=="object")return e instanceof qs&&(!t||t===e.where)?e:e.name&&e.rawSpec?js.resolve(e.name,e.rawSpec,t||e.where):js(e.raw,t||e.where);let i=e.indexOf("@",1),s=i>0?e.slice(0,i):e;return $C.test(e)?n=e:pH.test(e)?n=`git+ssh://${e}`:!s.startsWith("@")&&(IC.test(s)||md.test(s))?n=e:i>0?(r=s,n=e.slice(i+1)||"*"):NC(e).validForOldPackages?(r=e,n="*"):n=e,BC(r,n,t,e)}function yH(e){return e?e.toLowerCase().startsWith("file:")?!0:Ws?gH.test(e):mH.test(e):!1}function AH(e){return e?e.toLowerCase().startsWith("npm:"):!1}function BC(e,t,r,n){let i=new qs({raw:n,name:e,rawSpec:t,fromArgument:n!=null});if(e&&(i.name=e),r||(r=process.cwd()),yH(t))return kC(i,r);if(AH(t))return PH(i,r);let s=fH.fromUrl(t,{noGitPlus:!0,noCommittish:!0});return s?SH(i,s):t&&$C.test(t)?xH(i):t&&(IC.test(t)||md.test(t))?kC(i,r):OH(i)}function wH(e,t=DC){let r=js(e);if(r.type!=="version")throw _H(r.type,r.raw);let n="pkg:npm/"+r.name.replace(/^@/,"%40")+"@"+r.rawSpec;return t!==DC&&(n+="?repository_url="+t),n}function bH(e,t,r){let n=new Error(`Invalid package name "${e}" of package "${r}": ${t.errors.join("; ")}.`);return n.code="EINVALIDPACKAGENAME",n}function EH(e,t){let r=new Error(`Invalid tag name "${e}" of package "${t}": Tags may not have any characters that encodeURIComponent encodes.`);return r.code="EINVALIDTAGNAME",r}function _H(e,t){let r=new Error(`Invalid type "${e}" of package "${t}": Purl can only be generated for "version" types.`);return r.code="EINVALIDPURLTYPE",r}var qs=class{constructor(t){this.type=t.type,this.registry=t.registry,this.where=t.where,t.raw==null?this.raw=t.name?`${t.name}@${t.rawSpec}`:t.rawSpec:this.raw=t.raw,this.name=void 0,this.escapedName=void 0,this.scope=void 0,this.rawSpec=t.rawSpec||"",this.saveSpec=t.saveSpec,this.fetchSpec=t.fetchSpec,t.name&&this.setName(t.name),this.gitRange=t.gitRange,this.gitCommittish=t.gitCommittish,this.gitSubdir=t.gitSubdir,this.hosted=t.hosted}setName(t){let r=NC(t);if(!r.validForOldPackages)throw bH(t,r,this.raw);return this.name=t,this.scope=t[0]==="@"?t.slice(0,t.indexOf("/")):void 0,this.escapedName=t.replace("/","%2f"),this}toString(){let t=[];this.name!=null&&this.name!==""&&t.push(this.name);let r=this.saveSpec||this.fetchSpec||this.rawSpec;return r!=null&&r!==""&&t.push(r),t.length?t.join("@"):this.raw}toJSON(){let t=Object.assign({},this);return delete t.hosted,t}};function gd(e,t){if(!t){e.gitCommittish=null;return}for(let r of t.split("::")){if(!r.includes(":")){if(e.gitRange)throw new Error("cannot override existing semver range with a committish");if(e.gitCommittish)throw new Error("cannot override existing committish with a second committish");e.gitCommittish=r;continue}let[n,i]=r.split(":");if(n==="semver"){if(e.gitCommittish)throw new Error("cannot override existing committish with a semver range");if(e.gitRange)throw new Error("cannot override existing semver range with a second semver range");e.gitRange=decodeURIComponent(i);continue}if(n==="path"){if(e.gitSubdir)throw new Error("cannot override existing path with a second path");e.gitSubdir=`/${i}`;continue}hH.warn("npm-package-arg",`ignoring unknown key "${n}"`)}}var vH=new Map([["\0","%00"],[" ","%09"],[`
63
+ `,"%0A"],["\r","%0D"],[" ","%20"],['"',"%22"],["#","%23"],["%","%25"],["?","%3F"],["[","%5B"],["\\",Ws?"/":"%5C"],["]","%5D"],["^","%5E"],["|","%7C"],["~","%7E"]]);function TC(e){let t="";for(let r=0;r<e.length;r++)t=`${t}${vH.get(e[r])??e[r]}`;return t.startsWith("file:")?t:`file:${t}`}function kC(e,t){e.type=md.test(e.rawSpec)?"file":"directory",e.where=t;let r=TC(e.rawSpec);r.startsWith("file:/")&&(/^file:\/\/[^/]/.test(r)&&(r=`file:/${r.slice(5)}`),/^\/{1,3}\.\.?(\/|$)/.test(r.slice(5))&&(r=r.replace(/^file:\/{1,3}/,"file:")));let n,i;try{n=new dd(r,`${TC(Ci.resolve(t))}/`),i=new dd(r)}catch(a){let u=new Error("Invalid file: URL, must comply with RFC 8089");throw Object.assign(u,{raw:e.rawSpec,spec:e,where:t,originalError:a})}let s=decodeURIComponent(i.pathname),o=decodeURIComponent(n.pathname);return Ws&&(s=s.replace(/^\/+([a-z]:\/)/i,"$1"),o=o.replace(/^\/+([a-z]:\/)/i,"$1")),/^\/~(\/|$)/.test(s)?(e.saveSpec=`file:${s.substr(1)}`,o=Ci.resolve(lH(),s.substr(3))):Ci.isAbsolute(r.slice(5))?e.saveSpec=`file:${Ci.resolve(o)}`:e.saveSpec=`file:${Ci.relative(t,o)}`,e.fetchSpec=Ci.resolve(t,o),e.saveSpec=e.saveSpec.split("\\").join("/"),e.saveSpec.startsWith("file://")&&(e.saveSpec=`file:/${e.saveSpec.slice(7)}`),e}function SH(e,t){return e.type="git",e.hosted=t,e.saveSpec=t.toString({noGitPlus:!1,noCommittish:!1}),e.fetchSpec=t.getDefaultRepresentation()==="shortcut"?null:t.toString(),gd(e,t.committish),e}function CH(e,t){let r=new Error(`Unsupported URL Type "${e}": ${t}`);return r.code="EUNSUPPORTEDPROTOCOL",r}function xH(e){let t=e.rawSpec;if(e.saveSpec=t,t.startsWith("git+ssh:")){let n=t.match(/^git\+ssh:\/\/([^:#]+:[^#]+(?:\.git)?)(?:#(.*))?$/i);if(n&&!n[1].match(dH))return e.type="git",gd(e,n[2]),e.fetchSpec=n[1],e}else t.startsWith("git+file://")&&(t=t.replace(/\\/g,"/"));let r=new dd(t);switch(r.protocol){case"git:":case"git+http:":case"git+https:":case"git+rsync:":case"git+ftp:":case"git+file:":case"git+ssh:":e.type="git",gd(e,r.hash.slice(1)),r.protocol==="git+file:"&&/^git\+file:\/\/[a-z]:/i.test(t)?e.fetchSpec=`git+file://${r.host.toLowerCase()}:${r.pathname}`:(r.hash="",e.fetchSpec=r.toString()),e.fetchSpec.startsWith("git+")&&(e.fetchSpec=e.fetchSpec.slice(4));break;case"http:":case"https:":e.type="remote",e.fetchSpec=e.saveSpec;break;default:throw CH(r.protocol,t)}return e}function PH(e,t){let r=js(e.rawSpec.substr(4),t);if(r.type==="alias")throw new Error("nested aliases not supported");if(!r.registry)throw new Error("aliases only work for registry deps");if(!r.name)throw new Error("aliases must have a name");return e.subSpec=r,e.registry=!0,e.type="alias",e.saveSpec=null,e.fetchSpec=null,e}function OH(e){e.registry=!0;let t=e.rawSpec.trim();e.saveSpec=null,e.fetchSpec=t;let r=LC.valid(t,!0),n=LC.validRange(t,!0);if(r)e.type="version";else if(n)e.type="range";else{if(encodeURIComponent(t)!==t)throw EH(t,e.raw);e.type="tag"}return e}Us.exports=js;Us.exports.resolve=BC;Us.exports.toPurl=wH;Us.exports.Result=qs});var GC=A((Q5,UC)=>{var _n=require("node:process"),RH=require("node:os"),FH=require("node:fs");function LH(e){return e.includes("libc.musl-")||e.includes("ld-musl-")}function jC(){return _n.platform}function qC(){return _n.arch}var DH="/usr/bin/ldd";function TH(){try{let e=FH.readFileSync(DH,"utf-8");return e.includes("musl")?"musl":e.includes("GNU C Library")?"glibc":null}catch{return}}function kH(){let e=_n.report.excludeNetwork;_n.report.excludeNetwork=!0;let t=_n.report.getReport();return _n.report.excludeNetwork=e,t.header?.glibcVersionRuntime?vr="glibc":Array.isArray(t.sharedObjects)&&t.sharedObjects.some(LH)?vr="musl":vr=null,vr}var vr;function WC(e){if(e==="linux")return vr===void 0&&(vr=TH(),vr===void 0&&(vr=kH())),vr}function NH(e={}){let t=e.os||jC();return{cpu:{name:e.cpu||qC()},libc:{name:e.libc||WC(t)},os:{name:t,version:e.osVersion||RH.release()},packageManager:{name:"npm",version:e.npmVersion},runtime:{name:"node",version:e.nodeVersion||_n.version}}}UC.exports={cpu:qC,libc:WC,os:jC,devEngines:NH}});var zC=A((Z5,HC)=>{var IH=Si(),$H=ud(),BH=["ignore","warn","error","download"],MH=["name","version","onFail"],jH=["packageManager","runtime","cpu","libc","os"];function qH(e,t,r){let{engine:n}=r;if(typeof e!="object"||e===null||Array.isArray(e))throw new Error(`Invalid non-object value for "${n}"`);let i=Object.keys(e);for(let s of i)if(!MH.includes(s))throw new Error(`Invalid property "${s}" for "${n}"`);if(!i.includes("name"))throw new Error(`Missing "name" property for "${n}"`);if(typeof e.name!="string")throw new Error(`Invalid non-string value for "name" within "${n}"`);if(typeof t.name!="string"||t.name==="")throw new Error(`Unable to determine "name" for "${n}"`);if(i.includes("onFail")){if(typeof e.onFail!="string")throw new Error(`Invalid non-string value for "onFail" within "${n}"`);if(!BH.includes(e.onFail))throw new Error(`Invalid onFail value "${e.onFail}" for "${n}"`)}if(e.name!==t.name)return new Error(`Invalid name "${e.name}" does not match "${t.name}" for "${n}"`);if(i.includes("version")){if(typeof e.version!="string")throw new Error(`Invalid non-string value for "version" within "${n}"`);if(typeof t.version!="string"||t.version==="")throw new Error(`Unable to determine "version" for "${n}" "${e.name}"`);if($H(e.version)){if(!IH(t.version,e.version,r.semver))return new Error(`Invalid semver version "${e.version}" does not match "${t.version}" for "${n}"`)}else if(e.version!==t.version)return new Error(`Invalid version "${e.version}" does not match "${t.version}" for "${n}"`)}}function WH(e,t={},r={}){if(typeof e!="object"||e===null||Array.isArray(e))throw new Error('Invalid non-object value for "devEngines"');let n=[];for(let i of Object.keys(e)){if(!jH.includes(i))throw new Error(`Invalid property "devEngines.${i}"`);let s=e[i],o=[s].flat(),a=t[i]||{};if(o.length===0)continue;let u=[];for(let f of o){let l=qH(f,a,{...r,engine:i});l&&u.push(l)}if(u.length===o.length){let l=o[o.length-1].onFail||"error";l==="download"&&(l="error");let h=Object.assign(new Error(`Invalid devEngines.${i}`),{errors:u,engine:i,isWarn:l==="warn",isError:l==="error",current:a,required:s});n.push(h)}}return n}HC.exports={checkDevEngines:WH}});var KC=A((e7,VC)=>{var YC=Bs(),Cu=GC(),{checkDevEngines:UH}=zC(),GH=(e,t,r,n=!1)=>{let i=n?null:r,s=e.engines,o={includePrerelease:!0};if(!s)return;let a=i&&s.node&&!YC.satisfies(i,s.node,o),u=t&&s.npm&&!YC.satisfies(t,s.npm,o);if(a||u)throw Object.assign(new Error("Unsupported engine"),{pkgid:e._id,current:{node:r,npm:t},required:s,code:"EBADENGINE"})},HH=(e,t=!1,r={})=>{if(t)return;let n=r.os||Cu.os(),i=r.cpu||Cu.cpu(),s=r.libc||Cu.libc(n),o=e.os?yd(n,e.os):!0,a=e.cpu?yd(i,e.cpu):!0,u=e.libc?yd(s,e.libc):!0;if(e.libc&&!s&&(u=!1),!o||!a||!u)throw Object.assign(new Error("Unsupported platform"),{pkgid:e._id,current:{os:n,cpu:i,libc:s},required:{os:e.os,cpu:e.cpu,libc:e.libc},code:"EBADPLATFORM"})},yd=(e,t)=>{if(typeof t=="string"&&(t=[t]),t.length===1&&t[0]==="any")return!0;let r=0,n=!1;for(let i of t){let s=i.charAt(0)==="!",o=s?i.slice(1):i;if(s){if(r++,e===o)return!1}else n=n||e===o}return n||r===t.length};VC.exports={checkEngine:GH,checkPlatform:HH,checkDevEngines:UH,currentEnv:Cu}});var ZC=A((t7,QC)=>{var{join:XC,basename:JC}=require("path"),zH=e=>e.bin?typeof e.bin=="string"?YH(e):Array.isArray(e.bin)?VH(e):typeof e.bin=="object"?wd(e):Ad(e):Ad(e),YH=e=>e.name?(e.bin={[e.name]:e.bin},wd(e)):Ad(e),VH=e=>(e.bin=e.bin.reduce((t,r)=>(t[JC(r)]=r,t),{}),wd(e)),Ad=e=>(delete e.bin,e),wd=e=>{let t=e.bin,r={},n=!1;return Object.keys(t).forEach(i=>{let s=XC("/",JC(i.replace(/\\|:/g,"/"))).slice(1);if(typeof t[i]!="string"||!s)return;let o=XC("/",t[i].replace(/\\/g,"/")).replace(/\\/g,"/").slice(1);o&&(r[s]=o,n=!0)}),n?e.bin=r:delete e.bin,e};QC.exports=zH});var rx=A((r7,tx)=>{"use strict";var ex=MC(),Gs=Bs(),{checkEngine:KH}=KC(),XH=ZC(),bd=(e,t,r)=>{try{return KH(e,t,r),!0}catch{return!1}},xu=(e,t,r)=>!e||!e[t]||Date.parse(e[t])<=r,JH={includePrerelease:!0,loose:!0},Pu=(e,t)=>t&&Gs.satisfies(e,t,JH),Ed=(e,t)=>e&&Pu(e.version,t)?{...e,_shouldAvoid:!0}:e,Hs=(e,t,r)=>{let{defaultTag:n="latest",before:i=null,nodeVersion:s=process.version,npmVersion:o=null,includeStaged:a=!1,avoid:u=null,avoidStrict:c=!1}=r,{name:f,time:l}=e,h=e.versions||{};if(c){let I={...r,avoidStrict:!1},M=Hs(e,t,I);if(!M||!M._shouldAvoid)return M;let x=Hs(e,`^${M.version}`,I);if(!x||!x._shouldAvoid)return{...x,_outsideDependencyRange:!0,_isSemVerMajor:!1};let w=Hs(e,"*",I);if(!w||!w._shouldAvoid)return{...w,_outsideDependencyRange:!0,_isSemVerMajor:!0};throw Object.assign(new Error(`No avoidable versions for ${f}`),{code:"ETARGET",name:f,wanted:t,avoid:u,before:i,versions:Object.keys(h)})}let p=a&&e.stagedVersions&&e.stagedVersions.versions||{},d=e.policyRestrictions&&e.policyRestrictions.versions||{},g=i&&l?+new Date(i):1/0,b=ex.resolve(f,t||n).type,_=e["dist-tags"]||{};if(b!=="tag"&&b!=="version"&&b!=="range")throw new Error("Only tag, version, and range are supported");if(t&&b==="tag"){let I=_[t];return xu(l,I,g)?Ed(h[I]||p[I]||d[I],u):Hs(e,`<=${I}`,r)}if(t&&b==="version"){let I=Gs.clean(t,{loose:!0}),M=h[I]||p[I]||d[I];return xu(l,I,g)?Ed(M,u):null}let P=b==="range"?t:"*",F=_[n];if(F&&(P==="*"||Gs.satisfies(F,P,{loose:!0}))&&!d[F]&&!Pu(F,u)){let I=h[F];if(I&&xu(l,F,g)&&bd(I,o,s)&&!I.deprecated&&!p[F])return I}let N=Object.entries(h).concat(Object.entries(p)).concat(Object.entries(d)).filter(([I])=>xu(l,I,g));if(!N.length)throw Object.assign(new Error(`No versions available for ${f}`),{code:"ENOVERSIONS",name:f,type:b,wanted:t,before:i,versions:Object.keys(h)});let q={loose:!0},j=N.filter(([I])=>Gs.satisfies(I,P,{loose:!0})).sort((I,M)=>{let[x,w]=I,[R,L]=M,W=!Pu(x,u),v=!Pu(R,u),O=!d[x],re=!d[R],V=!p[x],Ae=!p[R],le=!w.deprecated,ge=!L.deprecated,De=bd(w,o,s),it=bd(L,o,s);return v-W||re-O||Ae-V||(ge&&it)-(le&&De)||it-De||ge-le||Gs.rcompare(x,R,q)});return Ed(j[0]&&j[0][1],u)};tx.exports=(e,t,r={})=>{let n=Hs(e,t,r),i=n&&XH(n),s=e.policyRestrictions,o=s&&s.versions||{};if(i&&!o[i.version])return i;let{before:a=null,defaultTag:u="latest"}=r,c=a?new Date(a).toLocaleString():"",{name:f}=e,l=`${f}@${t}`+(a?` with a date before ${c}`:""),h=i&&!!o[i.version],p=h?s.message:"",d=h?`Could not download ${l} due to policy violations:
64
+ ${p}`:`No matching version found for ${l}.`,g=h?"E403":"ETARGET";throw Object.assign(new Error(d),{code:g,type:ex.resolve(e.name,t).type,wanted:t,versions:Object.keys(e.versions??{}),name:f,distTags:e["dist-tags"],defaultTag:u})}});var ox=A((n7,sx)=>{var QH=new Set(["github.com","gist.github.com","gitlab.com","bitbucket.com","bitbucket.org"]),{parse:ZH}=require("url"),nx=require("path"),e9=pd(),zs=Ts(),{isWindows:Ou}=OC(),t9=rx(),_d=require("fs/promises");sx.exports=(e,t="HEAD",r=null,n={})=>e9(e,n).then(i=>n9(e,i,t,i9(i,t,n),r||r9(e,n.cwd),n));var vd=(e,t)=>t.gitShallow===!1||t.gitShallow?t.gitShallow:QH.has(ZH(e).host),r9=(e,t=process.cwd())=>nx.resolve(t,nx.basename(e.replace(/[/\\]?\.git$/,""))),n9=(e,t,r,n,i,s)=>n?n.sha===t.refs.HEAD.sha?a9(e,n,i,s):n.type==="tag"||n.type==="branch"?o9(e,n,i,s):s9(e,n,i,s):u9(e,r,i,s),i9=(e,t,r)=>{let{spec:n={}}=r;return t=n.gitCommittish||t,e?n.gitRange?t9(e,n.gitRange,r):t?e.refs[t]?e.refs[t]:e.shas[t]?e.refs[e.shas[t][0]]:null:e.refs.HEAD:null},s9=(e,t,r,n)=>{let i=vd(e,n),s=["fetch","origin",t.rawRef].concat(i?["--depth=1"]:[]),o=a=>zs(a,{...n,cwd:r});return _d.mkdir(r,{recursive:!0}).then(()=>o(["init"])).then(()=>Ou(n)?o(["config","--local","--add","core.longpaths","true"]):null).then(()=>o(["remote","add","origin",e])).then(()=>o(s)).then(()=>o(["checkout",t.sha])).then(()=>ix(r,n)).then(()=>t.sha)},o9=(e,t,r,n)=>{let i=["clone","-b",t.ref,e,r,"--recurse-submodules"];return vd(e,n)&&i.push("--depth=1"),Ou(n)&&i.push("--config","core.longpaths=true"),zs(i,n).then(()=>t.sha)},a9=(e,t,r,n)=>{let i=["clone",e,r,"--recurse-submodules"];return vd(e,n)&&i.push("--depth=1"),Ou(n)&&i.push("--config","core.longpaths=true"),zs(i,n).then(()=>t.sha)},ix=async(e,t)=>await _d.stat(`${e}/.gitmodules`).then(()=>!0).catch(()=>!1)?zs(["submodule","update","-q","--init","--recursive"],{...t,cwd:e}):null,u9=(e,t,r,n)=>{let i=Ou(n)?["--config","core.longpaths=true"]:[],s=["clone","--mirror","-q",e,r+"/.git"],o=a=>zs(a,{...n,cwd:r});return _d.mkdir(r,{recursive:!0}).then(()=>o(s.concat(i))).then(()=>o(["init"])).then(()=>o(["checkout",t])).then(()=>ix(r,n)).then(()=>o(["rev-parse","--revs-only","HEAD"])).then(({stdout:a})=>a.trim())}});var Sd=A((i7,ax)=>{var{stat:c9}=require("fs/promises");ax.exports=({cwd:e=process.cwd()}={})=>c9(e+"/.git").then(()=>!0,()=>!1)});var cx=A((s7,ux)=>{var l9=Sd(),{dirname:f9}=require("path");ux.exports=async({cwd:e=process.cwd(),root:t}={})=>{for(;;){if(await l9({cwd:e}))return e;let r=f9(e);if(e===t||e===r)return null;e=r}}});var fx=A((o7,lx)=>{var h9=Ts();lx.exports=(e={})=>h9(["status","--porcelain=v1","-uno"],e).then(t=>!t.stdout.trim().split(/\r?\n+/).map(r=>r.trim()).filter(r=>r).length)});var px=A((a7,hx)=>{hx.exports={clone:ox(),revs:pd(),spawn:Ts(),is:Sd(),find:cx(),isClean:fx(),errors:Kp()}});var wx=A((u7,Ax)=>{var p9=Ra(),d9=ep(),Xr=require("node:fs/promises"),Ce=require("node:path"),{log:mx}=E_(),g9=require("node:module"),Cd;function dx(){return Cd||(Cd=$a()),Cd}var xd;function Ru(){return xd||(xd=$p().glob),xd}function m9(e,t){if(e.bin&&(typeof e.bin=="string"&&e.name?(t?.push('"bin" was converted to an object'),e.bin={[e.name]:e.bin}):Array.isArray(e.bin)&&(t?.push('"bin" was converted to an object'),e.bin=e.bin.reduce((r,n)=>(r[Ce.basename(n)]=n,r),{})),typeof e.bin=="object")){for(let r in e.bin){if(typeof e.bin[r]!="string"){delete e.bin[r],t?.push(`removed invalid "bin[${r}]"`);continue}let n=Ce.basename(xi(r));if(!n){delete e.bin[r],t?.push(`removed invalid "bin[${r}]"`);continue}let i=xi(e.bin[r]);if(!i){delete e.bin[r],t?.push(`removed invalid "bin[${r}]"`);continue}n!==r&&(delete e.bin[r],t?.push(`"bin[${r}]" was renamed to "bin[${n}]"`)),i!==e.bin[r]&&t?.push(`"bin[${n}]" script name ${i} was invalid and removed`),e.bin[n]=i}return Object.keys(e.bin).length===0&&(t?.push('empty "bin" was removed'),delete e.bin),e}delete e.bin}function y9(e,t){if(e.man){let r=[];for(let n of Array.isArray(e.man)?e.man:[e.man])typeof n!="string"?t?.push(`removed invalid "man [${n}]"`):r.push(xi(n));if(!r.length)t?.push('empty "man" was removed');else return e.man=r,e}delete e.man}function A9(e){return!e.match(/[/@\s+%:]/)&&e===encodeURIComponent(e)}function w9(e){if(e.charAt(0)!=="@")return!1;let t=e.slice(1).split("/");return t.length!==2?!1:t[0]&&t[1]&&t[0]===encodeURIComponent(t[0])&&t[1]===encodeURIComponent(t[1])}function gx(e){return e.replace(/\\|:/g,"/")}function xi(e){let t=gx(Ce.join(".",Ce.join("/",gx(e))));return t.startsWith("./")?"":t}function yx(e,{strict:t,steps:r,changes:n,allowLegacyCase:i}){let s=e.content,o=`${s.name??""}@${s.version??""}`;if(r.includes("fixName")||r.includes("fixNameField")||r.includes("normalizeData"))if(!s.name&&!t)n?.push('Missing "name" field was set to an empty string'),s.name="";else{if(typeof s.name!="string")throw new Error("name field must be a string.");if(!t){let a=s.name.trim();s.name!==a&&(n?.push('Whitespace was trimmed from "name"'),s.name=a)}if(s.name.startsWith(".")||!(w9(s.name)||A9(s.name))||t&&!i&&s.name!==s.name.toLowerCase()||s.name.toLowerCase()==="node_modules"||s.name.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(s.name))}if(r.includes("fixName")&&g9.builtinModules.includes(s.name)&&mx.warn("package-json",o,`Package name "${s.name}" conflicts with a Node.js built-in module name`),r.includes("fixVersionField")||r.includes("normalizeData")){let a=!t;if(!s.version)s.version="";else{if(!p9(s.version,a))throw new Error(`Invalid version: "${s.version}"`);let u=d9(s.version,a);u!==s.version&&(n?.push(`"version" was cleaned and set to "${u}"`),s.version=u)}}if(r.includes("_attributes"))for(let a in s)a.startsWith("_")&&(n?.push(`"${a}" was removed`),delete e.content[a]);if(r.includes("_id")&&s.name&&s.version&&(n?.push(`"_id" was set to ${o}`),s._id=o),r.includes("bundledDependencies")&&(s.bundleDependencies===void 0&&s.bundledDependencies!==void 0&&(s.bundleDependencies=s.bundledDependencies,n?.push('Deleted incorrect "bundledDependencies"')),delete s.bundledDependencies),r.includes("bundleDependencies")){let a=s.bundleDependencies;a===!1&&!r.includes("bundleDependenciesDeleteFalse")?(n?.push('"bundleDependencies" was changed from "false" to "[]"'),s.bundleDependencies=[]):a===!0?(n?.push('"bundleDependencies" was auto-populated from "dependencies"'),s.bundleDependencies=Object.keys(s.dependencies||{})):a&&typeof a=="object"?Array.isArray(a)||(n?.push('"bundleDependencies" was changed from an object to an array'),s.bundleDependencies=Object.keys(a)):"bundleDependencies"in s&&(n?.push('"bundleDependencies" was removed'),delete s.bundleDependencies)}if(r.includes("optionalDedupe")&&s.dependencies&&s.optionalDependencies&&typeof s.optionalDependencies=="object"){for(let a in s.optionalDependencies)n?.push(`optionalDependencies."${a}" was removed`),delete s.dependencies[a];Object.keys(s.dependencies).length||(n?.push('Empty "optionalDependencies" was removed'),delete s.dependencies)}if((r.includes("scripts")||r.includes("scriptpath"))&&s.scripts!==void 0){let a=/^(\.[/\\])?node_modules[/\\].bin[\\/]/;if(typeof s.scripts=="object")for(let u in s.scripts)typeof s.scripts[u]!="string"?(delete s.scripts[u],n?.push(`Invalid scripts."${u}" was removed`)):r.includes("scriptpath")&&a.test(s.scripts[u])&&(s.scripts[u]=s.scripts[u].replace(a,""),n?.push(`scripts entry "${u}" was fixed to remove node_modules/.bin reference`));else n?.push('Removed invalid "scripts"'),delete s.scripts}if(r.includes("funding")&&s.funding&&typeof s.funding=="string"&&(s.funding={url:s.funding},n?.push('"funding" was changed to an object with a url attribute')),(r.includes("fixRepositoryField")||r.includes("normalizeData"))&&(s.repositories&&(n?.push(`"repository" was set to the first entry in "repositories" (${s.repository})`),s.repository=s.repositories[0]),s.repository&&(typeof s.repository=="string"&&(n?.push('"repository" was changed from a string to an object'),s.repository={type:"git",url:s.repository}),s.repository.url))){let a=dx().fromUrl(s.repository.url),u;a&&(a.getDefaultRepresentation()==="shortcut"?u=a.https():u=a.toString(),u!==s.repository.url&&(n?.push(`"repository.url" was normalized to "${u}"`),s.repository.url=u))}if(r.includes("fixDependencies")||r.includes("normalizeData")){for(let a of["dependencies","devDependencies","optionalDependencies"])if(s[a]){let u=!0;if(typeof s[a]=="string"&&(n?.push(`"${a}" was converted from a string into an object`),s[a]=s[a].trim().split(/[\n\r\s\t ,]+/),u=!1),Array.isArray(s[a])){u&&n?.push(`"${a}" was converted from an array into an object`);let c={};for(let f of s[a])if(typeof f=="string"){let l=f.trim().split(/(:?[@\s><=])/),h=l.shift(),p=l.join("").replace(/^@/,"").trim();c[h]=p}s[a]=c}}for(let a of["dependencies","devDependencies"])if(a in s)if(!s[a]||typeof s[a]!="object")n?.push(`Removed invalid "${a}"`),delete s[a];else for(let u in s[a]){typeof s[a][u]!="string"&&(n?.push(`Removed invalid "${a}.${u}"`),delete s[a][u]);let f=dx().fromUrl(s[a][u])?.toString();f&&f!==s[a][u]&&(n?.push(`Normalized git reference to "${a}.${u}"`),s[a][u]=f.toString())}}if(r.includes("normalizeData")){let{normalizeData:a}=eS();a(s,n)}}async function b9(e,{steps:t,root:r,changes:n}){let i=e.content,s=i.scripts||{},o=`${i.name??""}@${i.version??""}`;if(t.includes("gypfile")&&!s.install&&!s.preinstall&&i.gypfile!==!1&&(await Ru()("*.gyp",{cwd:e.path})).length&&(s.install="node-gyp rebuild",i.scripts=s,i.gypfile=!0,n?.push('"scripts.install" was set to "node-gyp rebuild"'),n?.push('"gypfile" was set to "true"')),t.includes("serverjs")&&!s.start)try{await Xr.access(Ce.join(e.path,"server.js")),s.start="node server.js",i.scripts=s,n?.push('"scripts.start" was set to "node server.js"')}catch{}if(t.includes("authors")&&!i.contributors)try{let u=(await Xr.readFile(Ce.join(e.path,"AUTHORS"),"utf8")).split(/\r?\n/g).map(c=>c.replace(/^\s*#.*$/,"").trim()).filter(c=>c);i.contributors=u,n?.push('"contributors" was auto-populated with the contents of the "AUTHORS" file')}catch{}if(t.includes("readme")&&!i.readme){let a=/\.m?a?r?k?d?o?w?n?$/i,u=await Ru()("{README,README.*}",{cwd:e.path,nocase:!0,mark:!0}),c;for(let f of u)if(!f.endsWith(Ce.sep)){if(f.match(a)){c=f;break}f.endsWith("README")&&(c=f)}if(c){let f=await Xr.readFile(Ce.join(e.path,c),"utf8");i.readme=f,i.readmeFilename=c,n?.push(`"readme" was set to the contents of ${c}`),n?.push(`"readmeFilename" was set to ${c}`)}i.readme||(i.readme="ERROR: No README data found!")}if(t.includes("mans")){if(i.directories?.man&&!i.man){let a=xi(i.directories.man),u=Ce.resolve(e.path,a),c=await Ru()("**/*.[0-9]",{cwd:u});i.man=c.map(f=>Ce.relative(e.path,Ce.join(u,f)).split(Ce.sep).join("/"))}y9(i,n)}if(t.includes("binDir")&&i.directories?.bin&&!i.bin){let a=xi(i.directories.bin),u=await Ru()("**",{cwd:Ce.resolve(e.path,a)});i.bin=u.reduce((c,f)=>{if(f&&!f.startsWith(".")){let l=Ce.basename(f);c[l]=`${a}/${xi(f)}`}return c},{})}else(t.includes("bin")||t.includes("binDir")||t.includes("binRefs"))&&m9(i,n);if(t.includes("gitHead")&&!i.gitHead){let u=await px().find({cwd:e.path,root:r}),c;if(u)try{c=await Xr.readFile(Ce.resolve(u,".git/HEAD"),"utf8")}catch{}let f;if(c)if(c.startsWith("ref: ")){let l=c.replace(/^ref: /,"").trim(),h=Ce.resolve(u,".git",l);try{f=await Xr.readFile(h,"utf8"),f=f.replace(/^ref: /,"").trim()}catch{}if(!f){let p=Ce.resolve(u,".git/packed-refs");try{let d=await Xr.readFile(p,"utf8");if(d){d=d.split(`
65
+ `);for(let g=0;g<d.length;g++){let m=d[g].match(/^([0-9a-f]{40}) (.+)$/);if(m&&m[2].trim()===l){f=m[1];break}}}}catch{}}}else f=c.trim();f&&(i.gitHead=f)}if(t.includes("fillTypes")){let a=i.main||"index.js";if(typeof a!="string")throw new TypeError('The "main" attribute must be of type string.');let c=`./${Ce.join(Ce.dirname(a),Ce.basename(a,Ce.extname(a)))}.d.ts`;if(!("types"in i||"typings"in i))try{await Xr.access(Ce.join(e.path,c)),i.types=c.split(Ce.sep).join("/")}catch{}}if(t.includes("binRefs")&&i.bin instanceof Object)for(let a in i.bin)try{await Xr.access(Ce.resolve(e.path,i.bin[a]))}catch{mx.warn("package-json",o,`No bin file found at ${i.bin[a]}`)}}async function E9(e,t){if(!e.content)throw new Error("Can not normalize without content");await b9(e,t),yx(e,t)}function _9(e,t){yx(e,t)}Ax.exports={normalize:E9,syncNormalize:_9}});var vx=A((c7,_x)=>{var{readFile:v9}=require("fs/promises"),S9=Qh();async function bx(e){try{return await v9(e,"utf8")}catch(t){throw t.message=`Could not read package.json: ${t}`,t}}function Ex(e){try{return S9(e)}catch(t){throw t.message=`Invalid package.json: ${t}`,t}}async function C9(e){let t=await bx(e);return Ex(t)}_x.exports={read:bx,parse:Ex,readPackage:C9}});var Cx=A((l7,Sx)=>{function x9(e){let{name:t,version:r,private:n,description:i,keywords:s,homepage:o,bugs:a,repository:u,funding:c,license:f,author:l,maintainers:h,contributors:p,type:d,imports:g,exports:m,main:b,browser:_,types:P,bin:F,man:N,directories:q,files:j,workspaces:I,scripts:M,config:x,dependencies:w,devDependencies:R,peerDependencies:L,peerDependenciesMeta:W,optionalDependencies:v,bundledDependencies:O,bundleDependencies:re,engines:V,os:Ae,cpu:le,publishConfig:ge,devEngines:De,licenses:it,overrides:Q,...bt}=e;return{...typeof t<"u"?{name:t}:{},...typeof r<"u"?{version:r}:{},...typeof n<"u"?{private:n}:{},...typeof i<"u"?{description:i}:{},...typeof s<"u"?{keywords:s}:{},...typeof o<"u"?{homepage:o}:{},...typeof a<"u"?{bugs:a}:{},...typeof u<"u"?{repository:u}:{},...typeof c<"u"?{funding:c}:{},...typeof f<"u"?{license:f}:{},...typeof l<"u"?{author:l}:{},...typeof h<"u"?{maintainers:h}:{},...typeof p<"u"?{contributors:p}:{},...typeof d<"u"?{type:d}:{},...typeof g<"u"?{imports:g}:{},...typeof m<"u"?{exports:m}:{},...typeof b<"u"?{main:b}:{},...typeof _<"u"?{browser:_}:{},...typeof P<"u"?{types:P}:{},...typeof F<"u"?{bin:F}:{},...typeof N<"u"?{man:N}:{},...typeof q<"u"?{directories:q}:{},...typeof j<"u"?{files:j}:{},...typeof I<"u"?{workspaces:I}:{},...typeof M<"u"?{scripts:M}:{},...typeof x<"u"?{config:x}:{},...typeof w<"u"?{dependencies:w}:{},...typeof R<"u"?{devDependencies:R}:{},...typeof L<"u"?{peerDependencies:L}:{},...typeof W<"u"?{peerDependenciesMeta:W}:{},...typeof v<"u"?{optionalDependencies:v}:{},...typeof O<"u"?{bundledDependencies:O}:{},...typeof re<"u"?{bundleDependencies:re}:{},...typeof V<"u"?{engines:V}:{},...typeof Ae<"u"?{os:Ae}:{},...typeof le<"u"?{cpu:le}:{},...typeof ge<"u"?{publishConfig:ge}:{},...typeof De<"u"?{devEngines:De}:{},...typeof it<"u"?{licenses:it}:{},...typeof Q<"u"?{overrides:Q}:{},...bt}}Sx.exports={packageSort:x9}});var Rd=A((f7,Ox)=>{var{readFile:P9,writeFile:O9}=require("node:fs/promises"),{resolve:xx}=require("node:path"),R9=Qh(),Px=d_(),F9=m_(),L9=A_(),{normalize:Pd,syncNormalize:D9}=wx(),{read:T9,parse:k9}=vx(),{packageSort:N9}=Cx(),I9=new Set([Px,F9,L9]),$9=new Set([...Px.knownKeys,"scripts","workspaces"]),Od=class e{static fixSteps=Object.freeze(["binRefs","bundleDependencies","fixName","fixVersionField","fixRepositoryField","fixDependencies","devDependencies","scriptpath"]);static normalizeSteps=Object.freeze(["_id","_attributes","bundledDependencies","bundleDependencies","optionalDedupe","scripts","funding","bin","binDir"]);static prepareSteps=Object.freeze(["_id","_attributes","bundledDependencies","bundleDependencies","bundleDependenciesDeleteFalse","gypfile","serverjs","scriptpath","authors","readme","mans","binDir","gitHead","fillTypes","normalizeData","binRefs"]);static async create(t,r={}){let n=new e;return await n.create(t),r.data?n.update(r.data):n}static async load(t,r={}){let n=new e;if(!r.create)return n.load(t);try{return await n.load(t)}catch(i){if(!i.message.startsWith("Could not read package.json"))throw i;return await n.create(t)}}static async fix(t,r){let n=new e;return await n.load(t,!0),n.fix(r)}static async prepare(t,r){let n=new e;return await n.load(t,!0),n.prepare(r)}static async normalize(t,r){let n=new e;return await n.load(t),n.normalize(r)}#e;#r;#t="";#n=!0;async load(t,r){this.#e=t;let n;try{this.#t=await T9(this.filename)}catch(i){if(!r)throw i;n=i}if(n){let i=xx(this.path,"index.js"),s;try{s=await P9(i,"utf8")}catch{throw n}try{this.fromComment(s)}catch{throw n}return this.#n=!1,this}return this.fromJSON(this.#t)}fromJSON(t){return this.#r=k9(t),this}fromContent(t){if(!t||typeof t!="object")throw new Error("Content data must be an object");return this.#r=t,this.#n=!1,this}fromComment(t){if(t=t.split(/^\/\*\*package(?:\s|$)/m),t.length<2)throw new Error("File has no package in comments");if(t=t[1],t=t.split(/\*\*\/$/m),t.length<2)throw new Error("File has no package in comments");return t=t[0],t=t.replace(/^\s*\*/mg,""),this.#r=R9(t),this}get content(){return this.#r}get path(){return this.#e}get filename(){if(this.path)return xx(this.path,"package.json")}create(t){return this.#e=t,this.#r={},this}update(t){if(!this.content)throw new Error("Can not update without content. Please `load` or `create`");for(let r of I9)this.#r=r({content:t,originalContent:this.content});for(let[r,n]of Object.entries(t))$9.has(r)||(this.content[r]=n);return this}async save({sort:t}={}){if(!this.#n)throw new Error("No package.json to save to");let{[Symbol.for("indent")]:r,[Symbol.for("newline")]:n,...i}=this.content,s=r===void 0?" ":r,o=n===void 0?`
66
+ `:n,a=t?N9(i):i,u=`${JSON.stringify(a,null,s)}
67
+ `.replace(/\n/g,o);if(u.trim()!==this.#t.trim()){let c=await O9(this.filename,u);return this.#t=u,c}}syncNormalize(t={}){return t.steps=this.constructor.normalizeSteps.filter(r=>r!=="_attributes"),D9(this,t),this}async normalize(t={}){return t.steps||(t.steps=this.constructor.normalizeSteps),await Pd(this,t),this}async prepare(t={}){return t.steps||(t.steps=this.constructor.prepareSteps),await Pd(this,t),this}async fix(t={}){return t.steps=this.constructor.fixSteps,await Pd(this,t),this}};Ox.exports=Od});var Lx=A((h7,Fx)=>{var{basename:Rx,dirname:B9}=require("path"),M9=(e,t)=>e.charAt(0)==="@"?`${e}/${t}`:t;Fx.exports=e=>e?M9(Rx(B9(e)),Rx(e)):!1});var $x=A((p7,Ix)=>{var Dx=require("path"),j9=Lx(),{minimatch:Ys}=br(),q9=Rd(),{glob:W9}=$p();function U9(e){let t=[],r=[];for(let n of e){let i=n.match(/^!+/);if(i&&(n=n.slice(i[0].length)),n=n.replace(/^\.?\/+/,""),i&&i[0].length%2===1)r.push(n);else{for(let o=0;o<r.length;++o){let a=r[o];Ys(n,a)&&r.splice(o,1)}t.push(n)}}for(let n of r)for(let i of Ys.match(t,n))t.splice(t.indexOf(i),1);return{patterns:t,negatedPatterns:r}}function Tx(e){let t=Array.isArray(e.packages)?e.packages:e;if(!Array.isArray(t))throw Fu({message:"workspaces config expects an Array",code:"EWORKSPACESCONFIG"});return U9(t)}function kx(e,t){return e.name||j9(t)}function G9(e){return e=e.replace(/\\/g,"/"),e.endsWith("/")?e:`${e}/`}function Fu({Type:e=TypeError,message:t,code:r}){return Object.assign(new e(t),{code:r})}function H9(e){return new Map(Array.from(e,t=>t.reverse()))}async function Nx(e={}){if(!e||!e.pkg)throw Fu({message:"mapWorkspaces missing pkg info",code:"EMAPWORKSPACESPKG"});e.cwd||(e.cwd=process.cwd());let{workspaces:t=[]}=e.pkg,{patterns:r,negatedPatterns:n}=Tx(t),i=new Map;if(!r.length&&!n.length)return i;let s=new Map,o=()=>({...e,ignore:[...e.ignore||[],"**/node_modules/**",...n]}),a=await W9(r.map(f=>G9(f)),o());a=a.sort((f,l)=>f.localeCompare(l,"en"));let u=[];for(let f of r)u.push(...a.filter(l=>Ys(l,f,{partial:!0,windowsPathsNoEscape:!0})));for(let f of u){let l;try{l=await q9.normalize(Dx.join(e.cwd,f))}catch(d){if(d.code==="ENOENT"||d.code==="ENOTDIR")continue;throw d}let h=kx(l.content,l.path),p=s.get(h);p||(p=new Set,s.set(h,p)),p.add(l.path)}let c=["must not have multiple workspaces with the same name"];for(let[f,l]of s)l.size>1?z9(c,f,l):i.set(f,l.values().next().value);if(c.length>1)throw Fu({Type:Error,message:c.join(`
68
+ `),code:"EDUPLICATEWORKSPACE"});return i}function z9(e,t,r){e.push(`package '${t}' has conflicts in the following paths:`);for(let n of r)e.push(" "+n)}Nx.virtual=function(e={}){if(!e||!e.lockfile)throw Fu({message:"mapWorkspaces.virtual missing lockfile info",code:"EMAPWORKSPACESLOCKFILE"});e.cwd||(e.cwd=process.cwd());let{packages:t={}}=e.lockfile,{workspaces:r=[]}=t[""]||{},n=new Map,{patterns:i,negatedPatterns:s}=Tx(r);if(!i.length&&!s.length)return n;s.push("**/node_modules/**");let o=Object.keys(t);for(let a of s)for(let u of Ys.match(o,a))o.splice(o.indexOf(u),1);for(let a of i)for(let u of Ys.match(o,a)){let c=Dx.join(e.cwd,u),f=kx(t[u],c);n.set(c,f)}return H9(n)};Ix.exports=Nx});var Wx=A((d7,qx)=>{var{walkUp:Y9}=lE(),Bx=Lh(),Sr=$h(),{log:Ct,time:V9}=va(),{resolve:Xs,dirname:Lu,join:Fd}=require("node:path"),{homedir:K9}=require("node:os"),{readFile:X9,writeFile:J9,chmod:Q9,unlink:Z9,stat:Mx,mkdir:e8}=require("node:fs/promises"),t8=["npm-version","global-prefix","local-prefix"],Ld=(...e)=>Mx(Xs(...e)).then(t=>t.isFile()).catch(()=>!1),r8=(...e)=>Mx(Xs(...e)).then(t=>t.isDirectory()).catch(()=>!1),Du=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),Pi=Fa(),vn=VE(),n8=Yh(),i8=QE(),s8=r_(),jx=new Set(["global","user","project"]),Vs=new Set(["default","builtin",...jx,"env","cli"]),Dd=class{#e=!1;#r;#t=null;static get typeDefs(){return Pi}constructor({definitions:t,shorthands:r,flatten:n,nerfDarts:i=[],npmPath:s,env:o=process.env,argv:a=process.argv,platform:u=process.platform,execPath:c=process.execPath,cwd:f=process.cwd(),excludeNpmCwd:l=!1}){this.nerfDarts=i,this.definitions=t;let h={},p={};this.deprecated={};for(let[m,b]of Object.entries(t))p[m]=b.default,h[m]=b.type,b.deprecated&&(this.deprecated[m]=b.deprecated.trim().replace(/\n +/,`
69
+ `));this.#r=n,this.types=h,this.shorthands=r,this.defaults=p,this.npmPath=s,this.npmBin=Fd(this.npmPath,"bin/npm-cli.js"),this.argv=a,this.env=o,this.execPath=c,this.platform=u,this.cwd=f,this.excludeNpmCwd=l,this.globalPrefix=null,this.localPrefix=null,this.localPackage=null,this.home=null;let d=[...Vs];this.data=new Map;let g=null;for(let m of d)this.data.set(m,g=new Td(g));this.data.set=()=>{throw new Error("cannot change internal config data structure")},this.data.delete=()=>{throw new Error("cannot change internal config data structure")},this.sources=new Map([]),this.list=[];for(let{data:m}of this.data.values())this.list.unshift(m);Object.freeze(this.list),this.#e=!1}get loaded(){return this.#e}get prefix(){return this.#n("global")?this.globalPrefix:this.localPrefix}find(t){if(!this.loaded)throw new Error("call config.load() before reading values");let r=[...this.data.entries()];for(let n=r.length-1;n>-1;n--){let[i,{data:s}]=r[n];if(Du(s,t))return i}return null}get(t,r){if(!this.loaded)throw new Error("call config.load() before reading values");return this.#n(t,r)}#n(t,r=null){if(r!==null&&!Vs.has(r))throw new Error("invalid config location param: "+r);let{data:n}=this.data.get(r||"cli");return r===null||Du(n,t)?n[t]:void 0}set(t,r,n="cli"){if(!this.loaded)throw new Error("call config.load() before setting values");if(!Vs.has(n))throw new Error("invalid config location param: "+n);this.#p(t);let{data:i,raw:s}=this.data.get(n);i[t]=r,["global","user","project"].includes(n)&&(s[t]=r),this.data.get(n)[Oi]=null,this.#t=null}get flat(){if(this.#t)return this.#t;let t=V9.start("config:load:flatten");this.#t={};for(let{data:r}of this.data.values())this.#r(r,this.#t);return this.#t.nodeBin=this.execPath,this.#t.npmBin=this.npmBin,t(),this.#t}delete(t,r="cli"){if(!this.loaded)throw new Error("call config.load() before deleting values");if(!Vs.has(r))throw new Error("invalid config location param: "+r);let{data:n,raw:i}=this.data.get(r);delete n[t],["global","user","project"].includes(r)&&delete i[t]}async load(){if(this.loaded)throw new Error("attempting to load npm config multiple times");this.loadDefaults(),await this.loadBuiltinConfig(),this.loadCLI(),this.loadEnv(),await this.loadProjectConfig(),await this.loadUserConfig(),await this.loadGlobalConfig(),this.#e=!0,this.globalPrefix=this.get("prefix"),this.setEnvs()}loadDefaults(){this.loadGlobalPrefix(),this.loadHome();let t={...this.defaults,prefix:this.globalPrefix};try{t["npm-version"]=require(Fd(this.npmPath,"package.json")).version}catch{}this.#h(t,"default","default values");let{data:r}=this.data.get("default");Object.defineProperty(r,"globalconfig",{get:()=>Xs(this.#n("prefix"),"etc/npmrc"),set(n){Object.defineProperty(r,"globalconfig",{value:n,configurable:!0,writable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}loadHome(){this.home=this.env.HOME||K9()}loadGlobalPrefix(){if(this.globalPrefix)throw new Error("cannot load default global prefix more than once");this.env.PREFIX?this.globalPrefix=this.env.PREFIX:this.platform==="win32"?this.globalPrefix=Lu(this.execPath):(this.globalPrefix=Lu(Lu(this.execPath)),this.env.DESTDIR&&(this.globalPrefix=Fd(this.env.DESTDIR,this.globalPrefix)))}loadEnv(){let t=Object.create(null);for(let[r,n]of Object.entries(this.env)){if(!/^npm_config_/i.test(r)||n==="")continue;let i=r.slice(11);i.startsWith("//")||(i=i.replace(/(?!^)_/g,"-").toLowerCase()),t[i]=n}this.#h(t,"env","environment")}loadCLI(){for(let r of Object.keys(this.shorthands))r.length>1&&this.argv.includes(`-${r}`)&&Ct.warn(`-${r} is not a valid single-hyphen cli flag and will be removed in the future`);Sr.invalidHandler=(r,n,i)=>this.invalidHandler(r,n,i,"command line options","cli"),Sr.unknownHandler=this.unknownHandler,Sr.abbrevHandler=this.abbrevHandler;let t=Sr(this.types,this.shorthands,this.argv);Sr.invalidHandler=null,Sr.unknownHandler=null,this.parsedArgv=t.argv,delete t.argv,this.#h(t,"cli","command line options")}get valid(){for(let[t,{valid:r}]of this.data.entries())if(r===!1||r===null&&!this.validate(t))return!1;return!0}validate(t){if(t){let r=this.data.get(t);return r[Oi]=!0,Sr.invalidHandler=(n,i,s)=>this.invalidHandler(n,i,s,r.source,t),Sr.clean(r.data,this.types,Pi),Sr.invalidHandler=null,r[Oi]}else{let r=!0,n=[];for(let i of this.data.keys()){if(i==="default"||i==="builtin"||i==="cli")continue;let s=this.validate(i);if(r=r&&s,["global","user","project"].includes(i)){for(let a of["_authtoken","-authtoken"])this.get(a,i)&&n.push({action:"delete",key:a,where:i});let o=vn(this.get("registry"));for(let a of["_auth","_authToken","username","_password"])this.get(a,i)&&(a==="username"&&!this.get("_password",i)?n.push({action:"delete",key:a,where:i}):a==="_password"&&!this.get("username",i)?n.push({action:"delete",key:a,where:i}):n.push({action:"rename",from:a,to:`${o}:${a}`,where:i}))}}if(n.length){let{ErrInvalidAuth:i}=i_();throw new i(n)}return r}}repair(t){if(!t)try{this.validate()}catch(r){if(r.code!=="ERR_INVALID_AUTH")throw r;t=r.problems}finally{t||(t=[])}for(let r of t)if(r.action==="delete")this.delete(r.key,r.where);else if(r.action==="rename"){let n=this.data.get(r.where).raw?.[r.from],i=this.get(r.from,r.where);this.set(r.to,n||i,r.where),this.delete(r.from,r.where)}}isDefault(t){let[r,...n]=[...Vs],i=this.data.get(r).data;return Du(i,t)&&n.every(s=>{let o=this.data.get(s).data;return!Du(o,t)})}invalidHandler(t,r,n,i,s){let o=a_();Ct.warn("invalid config",t+"="+JSON.stringify(r),`set in ${i}`),this.data.get(s)[Oi]=!1,Array.isArray(n)&&(n.includes(Pi.url.type)?n=Pi.url.type:n.includes(Pi.path.type)&&(n=Pi.path.type));let a=o(n),u=a.filter(l=>l!==void 0&&l!==Array),c="Must be"+this.#o(u,a),f=u.length===1?u[0]:[...new Set(u.map(l=>typeof l=="string"?l:JSON.stringify(l)))].join(", ");Ct.warn("invalid config",c,f)}abbrevHandler(t,r){Ct.warn(`Expanding --${t} to --${r}. This will stop working in the next major version of npm.`)}unknownHandler(t,r){r&&Ct.warn(`"${r}" is being parsed as a normal command line argument.`)}#o(t,r){let n;return t.length===1&&r.includes(Array)?n=" one or more":t.length>1&&r.includes(Array)?n=" one or more of:":t.length>1?n=" one of:":n="",n}#h(t,r,n,i=null){let s=this.data.get(r);if(s.source){let o=`double-loading "${r}" configs from ${n}, previously loaded from ${s.source}`;throw new Error(o)}if(this.sources.has(n)){let o=`double-loading config "${n}" as "${r}", previously loaded as "${this.sources.get(n)}"`;throw new Error(o)}if(s.source=n,this.sources.set(n,r),i)s.loadError=i,i.code!=="ENOENT"&&Ct.verbose("config",`error loading ${r} config`,i);else{s.raw=t;for(let[o,a]of Object.entries(t)){let u=n8(o,this.env),c=this.parseField(a,u);if(r!=="default"&&(this.#p(u),this.definitions[o]?.exclusive)){for(let f of this.definitions[o].exclusive)if(!this.isDefault(f))throw new TypeError(`--${o} cannot be provided when using --${f}`)}(r!=="default"||o==="npm-version")&&this.checkUnknown(r,o),s.data[u]=c}}}checkUnknown(t,r){if(!this.definitions[r]){if(t8.includes(r))return;if(!r.includes(":")){Ct.warn(`Unknown ${t} config "${t==="cli"?"--":""}${r}". This will stop working in the next major version of npm.`);return}let n=r.split(":").pop();!this.definitions[n]&&!this.nerfDarts.includes(n)&&Ct.warn(`Unknown ${t} config "${n}" (${r}). This will stop working in the next major version of npm.`)}}#p(t){this.deprecated[t]&&Ct.warn("config",t,this.deprecated[t])}parseField(t,r,n=!1){return i8(t,r,this,n)}async#u(t,r){Ct.silly("config",`load:file:${t}`),await X9(t,"utf8").then(n=>{let i=Bx.parse(n);return r==="project"&&i.prefix&&Ct.error("config",`prefix cannot be changed from project config: ${t}.`),this.#h(i,r,t)},n=>this.#h(null,r,t,n))}loadBuiltinConfig(){return this.#u(Xs(this.npmPath,"npmrc"),"builtin")}async loadProjectConfig(){if(await this.loadLocalPrefix(),this.localPackage==null&&(this.localPackage=await Ld(this.localPrefix,"package.json")),this.#n("global")===!0||this.#n("location")==="global"){this.data.get("project").source="(global mode enabled, ignored)",this.sources.set(this.data.get("project").source,"project");return}let t=Xs(this.localPrefix,".npmrc");if(t!==this.#n("userconfig"))return this.#u(t,"project");this.data.get("project").source='(same as "user" config, ignored)',this.sources.set(this.data.get("project").source,"project")}async loadLocalPrefix(){let t=this.#n("prefix","cli");if(t){this.localPrefix=t;return}let r=this.#n("workspaces","cli"),n=this.#n("global")||this.#n("location")==="global";for(let i of Y9(this.cwd)){if(this.excludeNpmCwd&&i===this.npmPath)break;let s=await Ld(i,"package.json");if(!this.localPrefix&&(s||await r8(i,"node_modules"))){if(this.localPrefix=i,this.localPackage=s,r===!1||n)return;continue}if(this.localPrefix&&s){let o=Rd(),{content:a}=await o.normalize(i).catch(()=>({content:{}}));if(!a?.workspaces)continue;let c=await $x()({cwd:i,pkg:a});for(let f of c.values())if(f===this.localPrefix){await Ld(this.localPrefix,".npmrc")&&Ct.warn("config",`ignoring workspace config at ${this.localPrefix}/.npmrc`);let{data:l}=this.data.get("default");l.workspace=[this.localPrefix],this.localPrefix=i,this.localPackage=s,Ct.info("config",`found workspace root at ${this.localPrefix}`);return}}}this.localPrefix||(this.localPrefix=this.cwd)}loadUserConfig(){return this.#u(this.#n("userconfig"),"user")}loadGlobalConfig(){return this.#u(this.#n("globalconfig"),"global")}async save(t){if(!this.loaded)throw new Error("call config.load() before saving");if(!jx.has(t))throw new Error("invalid config location param: "+t);let r=this.data.get(t);if(r[Ks]=null,t==="user"){let o=vn(this.get("registry")),a=this.get(`${o}:email`,"user");a&&(this.delete(`${o}:email`,"user"),this.set("email",a,"user"))}let n=Bx.stringify(r.raw).trim()+`
70
+ `;if(!n.trim()){await Z9(r.source).catch(()=>{});return}let i=Lu(r.source);await e8(i,{recursive:!0}),await J9(r.source,n,"utf8");let s=t==="user"?384:438;await Q9(r.source,s)}clearCredentialsByURI(t,r="user"){let n=vn(t);if(vn(this.get("registry"))===n){this.delete("-authtoken",r),this.delete("_authToken",r),this.delete("_authtoken",r),this.delete("_auth",r),this.delete("_password",r),this.delete("username",r);let s=this.get(`${n}:email`,r);s&&this.set("email",s,r)}this.delete(`${n}:_authToken`,r),this.delete(`${n}:_auth`,r),this.delete(`${n}:_password`,r),this.delete(`${n}:username`,r),this.delete(`${n}:email`,r),this.delete(`${n}:certfile`,r),this.delete(`${n}:keyfile`,r)}setCredentialsByURI(t,{token:r,username:n,password:i,certfile:s,keyfile:o}){let a=vn(t);if(this.delete(`${a}:always-auth`,"user"),this.delete(`${a}:email`,"user"),s&&o&&(this.set(`${a}:certfile`,s,"user"),this.set(`${a}:keyfile`,o,"user")),r)this.set(`${a}:_authToken`,r,"user"),this.delete(`${a}:_password`,"user"),this.delete(`${a}:username`,"user");else if(n||i){if(!n)throw new Error("must include username");if(!i)throw new Error("must include password");this.delete(`${a}:_authToken`,"user"),this.set(`${a}:username`,n,"user");let u=Buffer.from(i,"utf8").toString("base64");this.set(`${a}:_password`,u,"user")}else if(!s||!o)throw new Error("No credentials to set.")}getCredentialsByURI(t){let r=vn(t),n=vn(this.get("registry")),i={},s=this.get(`${r}:email`)||this.get("email");s&&(r===n&&this.set("email",s,"user"),i.email=s);let o=this.get(`${r}:certfile`),a=this.get(`${r}:keyfile`);o&&a&&(i.certfile=o,i.keyfile=a);let u=this.get(`${r}:_authToken`);if(u)return i.token=u,i;let c=this.get(`${r}:username`),f=this.get(`${r}:_password`);if(c&&f){i.username=c,i.password=Buffer.from(f,"base64").toString("utf8");let h=`${i.username}:${i.password}`;return i.auth=Buffer.from(h,"utf8").toString("base64"),i}let l=this.get(`${r}:_auth`);if(l){let p=Buffer.from(l,"base64").toString("utf8").split(":");return i.username=p.shift(),i.password=p.join(":"),i.auth=l,i}return i}setEnvs(){s8(this)}},Ks=Symbol("loadError"),Oi=Symbol("valid"),Td=class{#e;#r=null;#t=null;constructor(t){this.#e=Object.create(t&&t.data),this.#t={},this[Oi]=!0}get data(){return this.#e}get valid(){return this[Oi]}set source(t){if(this.#r)throw new Error("cannot set ConfigData source more than once");this.#r=t}get source(){return this.#r}set loadError(t){if(this[Ks]||Object.keys(this.#t).length)throw new Error("cannot set ConfigData loadError after load");this[Ks]=t}get loadError(){return this[Ks]}set raw(t){if(Object.keys(this.#t).length||this[Ks])throw new Error("cannot set ConfigData raw after load");this.#t=t}get raw(){return this.#t}};qx.exports=Dd});var oO=Ve(require("node:process"),1);var fh=require("node:path"),rb=Ve(require("node:fs/promises"),1),hh=Ve(require("node:path"),1),nb=require("node:os"),ib=Ve(Sc(),1);var f$=e=>{try{e.startsWith("https://")||(e="https://"+e);let t=new URL(e),r=t.hostname,n=t.pathname;if(r.endsWith("dev.azure.com")){let i=n.split("/").filter(Boolean);if(i.length>=2)return{organization:i[0],project:i[1]};throw new Error("Not enough segments in path for a valid organization and project extraction.")}if(r.endsWith("visualstudio.com")){let i=r.split(".")[0],s=n.split("/").filter(Boolean);if(i&&s.length>=1)return{organization:i,project:s[0]};throw new Error("Not enough segments in path or missing subdomain for a valid organization and project extraction.")}throw new Error("URL format not recognized or does not contain enough information.")}catch{throw new Error("Invalid URL or unsupported format")}},ci=(e,t="")=>{try{let{organization:r}=f$(e);return r}catch{return t}};function Wr(e){return Buffer.from(e||"").toString("base64")}var ua=e=>Buffer.from(e,"base64").toString("utf8");var ch=Ve(require("node:https"),1),ca=Ve(require("node:fs"),1),Zw=Ve(require("node:path"),1),h$={port:443,method:"GET"},eb=async e=>new Promise((t,r)=>{let n={...h$,...e};ch.default.request(n,s=>{let o="",a={},u=s.statusCode===200;s.on("data",c=>{o+=c}),s.on("end",()=>{o&&p$(n?.headers,"application/json")&&(a=JSON.parse(o.toString().trim())),u?t(a||o):(a&&(a={...a,statusCode:s.statusCode}),r(a||o||new Error(`Error code: ${s.statusCode}.`)))}),s.on("error",c=>{r(new Error(c))})}).end()});function p$(e,t){var r;if(!e)return!1;if(Array.isArray(e)){for(let s of e){let o=s.toLowerCase().indexOf("accept:");if(o===0&&s.slice(o+7).trim().split(",").map(c=>c.trim()).includes(t))return!0}return!1}let i=(r=Object.entries(e).find(([s])=>s.toLowerCase()==="accept"))===null||r===void 0?void 0:r[1];return typeof i=="string"?i===t:Array.isArray(i)?i.includes(t):!1}async function lh(e,t){return new Promise((r,n)=>{ch.default.get(e,i=>{if(i.statusCode===301||i.statusCode===302){let o=i.headers.location;if(o){lh(o,t).then(r).catch(n);return}else{n(new Error("Redirect without location header"));return}}if(i.statusCode!==200){n(new Error(`HTTP ${i.statusCode}: ${i.statusMessage}`));return}let s;try{let o=Zw.default.dirname(t);ca.default.existsSync(o)||ca.default.mkdirSync(o,{recursive:!0}),s=ca.default.createWriteStream(t)}catch(o){n(o);return}s.on("error",o=>{n(o)}),i.pipe(s),s.on("finish",()=>{r()})}).on("error",i=>{n(i)})})}var tb=async({password:e,organization:t})=>{let r=`Basic ${Wr(`.:${e}`)}`,n={hostname:"feeds.dev.azure.com",port:443,path:`/${t}/_apis/packaging/feeds/1?api-version=6.1-preview.1`,method:"GET",headers:{Accept:"application/json",Authorization:r}};try{await eb(n)}catch(i){if(i.statusCode===404)return;throw i}};var la="me",fa="me@example.com",li=class{constructor(t,r,n){this.id=t,this.workspaceFileName=r;let i;if(n&&hh.default.basename(n)===this.workspaceFileName)i=hh.default.resolve(n);else{let o=(0,ib.getWorkspaceManagerRoot)(process.cwd())||"";i=(0,fh.join)(o,this.workspaceFileName)}this.workspaceFilePath=i;let s=process.env.HOME||process.env.USERPROFILE||(0,nb.homedir)()||"";this.userFilePath=(0,fh.join)(s,r),this.feeds=new Map}async isSupportedInRepo(){try{await rb.default.access(this.workspaceFilePath)}catch{return!1}return!0}async validateAllUsedFeeds(){await this.prepUserFile();let t=[],r=await this.getWorkspaceRegistries(),n=await this.getUserFeeds();for(let i of r){let s=n.get(i);if(s){let o=!0;try{await tb({password:s.authToken||"",organization:s.adoOrganization})}catch{o=!1}t.push({feed:s,isValid:o,fileProvider:this})}else t.push({feed:{registry:i,adoOrganization:ci(i)},isValid:!1,fileProvider:this})}return t}};function bb(e){return typeof e>"u"||e===null}function d$(e){return typeof e=="object"&&e!==null}function g$(e){return Array.isArray(e)?e:bb(e)?[]:[e]}function m$(e,t){var r,n,i,s;if(t)for(s=Object.keys(t),r=0,n=s.length;r<n;r+=1)i=s[r],e[i]=t[i];return e}function y$(e,t){var r="",n;for(n=0;n<t;n+=1)r+=e;return r}function A$(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}var w$=bb,b$=d$,E$=g$,_$=y$,v$=A$,S$=m$,Me={isNothing:w$,isObject:b$,toArray:E$,repeat:_$,isNegativeZero:v$,extend:S$};function Eb(e,t){var r="",n=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
71
+
72
+ `+e.mark.snippet),n+" "+r):n}function ss(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=Eb(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}ss.prototype=Object.create(Error.prototype);ss.prototype.constructor=ss;ss.prototype.toString=function(t){return this.name+": "+Eb(this,t)};var at=ss;function ph(e,t,r,n,i){var s="",o="",a=Math.floor(i/2)-1;return n-t>a&&(s=" ... ",t=n-a+s.length),r-n>a&&(o=" ...",r=n+a-o.length),{str:s+e.slice(t,r).replace(/\t/g,"\u2192")+o,pos:n-t+s.length}}function dh(e,t){return Me.repeat(" ",t-e.length)+e}function C$(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),typeof t.indent!="number"&&(t.indent=1),typeof t.linesBefore!="number"&&(t.linesBefore=3),typeof t.linesAfter!="number"&&(t.linesAfter=2);for(var r=/\r?\n|\r|\0/g,n=[0],i=[],s,o=-1;s=r.exec(e.buffer);)i.push(s.index),n.push(s.index+s[0].length),e.position<=s.index&&o<0&&(o=n.length-2);o<0&&(o=n.length-1);var a="",u,c,f=Math.min(e.line+t.linesAfter,i.length).toString().length,l=t.maxLength-(t.indent+f+3);for(u=1;u<=t.linesBefore&&!(o-u<0);u++)c=ph(e.buffer,n[o-u],i[o-u],e.position-(n[o]-n[o-u]),l),a=Me.repeat(" ",t.indent)+dh((e.line-u+1).toString(),f)+" | "+c.str+`
73
+ `+a;for(c=ph(e.buffer,n[o],i[o],e.position,l),a+=Me.repeat(" ",t.indent)+dh((e.line+1).toString(),f)+" | "+c.str+`
74
+ `,a+=Me.repeat("-",t.indent+f+3+c.pos)+`^
75
+ `,u=1;u<=t.linesAfter&&!(o+u>=i.length);u++)c=ph(e.buffer,n[o+u],i[o+u],e.position-(n[o]-n[o+u]),l),a+=Me.repeat(" ",t.indent)+dh((e.line+u+1).toString(),f)+" | "+c.str+`
76
+ `;return a.replace(/\n$/,"")}var x$=C$,P$=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],O$=["scalar","sequence","mapping"];function R$(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(n){t[String(n)]=r})}),t}function F$(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(P$.indexOf(r)===-1)throw new at('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=R$(t.styleAliases||null),O$.indexOf(this.kind)===-1)throw new at('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var ze=F$;function sb(e,t){var r=[];return e[t].forEach(function(n){var i=r.length;r.forEach(function(s,o){s.tag===n.tag&&s.kind===n.kind&&s.multi===n.multi&&(i=o)}),r[i]=n}),r}function L$(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function n(i){i.multi?(e.multi[i.kind].push(i),e.multi.fallback.push(i)):e[i.kind][i.tag]=e.fallback[i.tag]=i}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(n);return e}function mh(e){return this.extend(e)}mh.prototype.extend=function(t){var r=[],n=[];if(t instanceof ze)n.push(t);else if(Array.isArray(t))n=n.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(r=r.concat(t.implicit)),t.explicit&&(n=n.concat(t.explicit));else throw new at("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(s){if(!(s instanceof ze))throw new at("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new at("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new at("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(s){if(!(s instanceof ze))throw new at("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(mh.prototype);return i.implicit=(this.implicit||[]).concat(r),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=sb(i,"implicit"),i.compiledExplicit=sb(i,"explicit"),i.compiledTypeMap=L$(i.compiledImplicit,i.compiledExplicit),i};var _b=mh,vb=new ze("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),Sb=new ze("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),Cb=new ze("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),xb=new _b({explicit:[vb,Sb,Cb]});function D$(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function T$(){return null}function k$(e){return e===null}var Pb=new ze("tag:yaml.org,2002:null",{kind:"scalar",resolve:D$,construct:T$,predicate:k$,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function N$(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function I$(e){return e==="true"||e==="True"||e==="TRUE"}function $$(e){return Object.prototype.toString.call(e)==="[object Boolean]"}var Ob=new ze("tag:yaml.org,2002:bool",{kind:"scalar",resolve:N$,construct:I$,predicate:$$,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function B$(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function M$(e){return 48<=e&&e<=55}function j$(e){return 48<=e&&e<=57}function q$(e){if(e===null)return!1;var t=e.length,r=0,n=!1,i;if(!t)return!1;if(i=e[r],(i==="-"||i==="+")&&(i=e[++r]),i==="0"){if(r+1===t)return!0;if(i=e[++r],i==="b"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(i!=="0"&&i!=="1")return!1;n=!0}return n&&i!=="_"}if(i==="x"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!B$(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}if(i==="o"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!M$(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}}if(i==="_")return!1;for(;r<t;r++)if(i=e[r],i!=="_"){if(!j$(e.charCodeAt(r)))return!1;n=!0}return!(!n||i==="_")}function W$(e){var t=e,r=1,n;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),n=t[0],(n==="-"||n==="+")&&(n==="-"&&(r=-1),t=t.slice(1),n=t[0]),t==="0")return 0;if(n==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function U$(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!Me.isNegativeZero(e)}var Rb=new ze("tag:yaml.org,2002:int",{kind:"scalar",resolve:q$,construct:W$,predicate:U$,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),G$=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function H$(e){return!(e===null||!G$.test(e)||e[e.length-1]==="_")}function z$(e){var t,r;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:r*parseFloat(t,10)}var Y$=/^[-+]?[0-9]+e/;function V$(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(Me.isNegativeZero(e))return"-0.0";return r=e.toString(10),Y$.test(r)?r.replace("e",".e"):r}function K$(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||Me.isNegativeZero(e))}var Fb=new ze("tag:yaml.org,2002:float",{kind:"scalar",resolve:H$,construct:z$,predicate:K$,represent:V$,defaultStyle:"lowercase"}),Lb=xb.extend({implicit:[Pb,Ob,Rb,Fb]}),Db=Lb,Tb=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),kb=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function X$(e){return e===null?!1:Tb.exec(e)!==null||kb.exec(e)!==null}function J$(e){var t,r,n,i,s,o,a,u=0,c=null,f,l,h;if(t=Tb.exec(e),t===null&&(t=kb.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,i=+t[3],!t[4])return new Date(Date.UTC(r,n,i));if(s=+t[4],o=+t[5],a=+t[6],t[7]){for(u=t[7].slice(0,3);u.length<3;)u+="0";u=+u}return t[9]&&(f=+t[10],l=+(t[11]||0),c=(f*60+l)*6e4,t[9]==="-"&&(c=-c)),h=new Date(Date.UTC(r,n,i,s,o,a,u)),c&&h.setTime(h.getTime()-c),h}function Q$(e){return e.toISOString()}var Nb=new ze("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:X$,construct:J$,instanceOf:Date,represent:Q$});function Z$(e){return e==="<<"||e===null}var Ib=new ze("tag:yaml.org,2002:merge",{kind:"scalar",resolve:Z$}),Eh=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
77
+ \r`;function e2(e){if(e===null)return!1;var t,r,n=0,i=e.length,s=Eh;for(r=0;r<i;r++)if(t=s.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;n+=6}return n%8===0}function t2(e){var t,r,n=e.replace(/[\r\n=]/g,""),i=n.length,s=Eh,o=0,a=[];for(t=0;t<i;t++)t%4===0&&t&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|s.indexOf(n.charAt(t));return r=i%4*6,r===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):r===18?(a.push(o>>10&255),a.push(o>>2&255)):r===12&&a.push(o>>4&255),new Uint8Array(a)}function r2(e){var t="",r=0,n,i,s=e.length,o=Eh;for(n=0;n<s;n++)n%3===0&&n&&(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]),r=(r<<8)+e[n];return i=s%3,i===0?(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]):i===2?(t+=o[r>>10&63],t+=o[r>>4&63],t+=o[r<<2&63],t+=o[64]):i===1&&(t+=o[r>>2&63],t+=o[r<<4&63],t+=o[64],t+=o[64]),t}function n2(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}var $b=new ze("tag:yaml.org,2002:binary",{kind:"scalar",resolve:e2,construct:t2,predicate:n2,represent:r2}),i2=Object.prototype.hasOwnProperty,s2=Object.prototype.toString;function o2(e){if(e===null)return!0;var t=[],r,n,i,s,o,a=e;for(r=0,n=a.length;r<n;r+=1){if(i=a[r],o=!1,s2.call(i)!=="[object Object]")return!1;for(s in i)if(i2.call(i,s))if(!o)o=!0;else return!1;if(!o)return!1;if(t.indexOf(s)===-1)t.push(s);else return!1}return!0}function a2(e){return e!==null?e:[]}var Bb=new ze("tag:yaml.org,2002:omap",{kind:"sequence",resolve:o2,construct:a2}),u2=Object.prototype.toString;function c2(e){if(e===null)return!0;var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1){if(n=o[t],u2.call(n)!=="[object Object]"||(i=Object.keys(n),i.length!==1))return!1;s[t]=[i[0],n[i[0]]]}return!0}function l2(e){if(e===null)return[];var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1)n=o[t],i=Object.keys(n),s[t]=[i[0],n[i[0]]];return s}var Mb=new ze("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:c2,construct:l2}),f2=Object.prototype.hasOwnProperty;function h2(e){if(e===null)return!0;var t,r=e;for(t in r)if(f2.call(r,t)&&r[t]!==null)return!1;return!0}function p2(e){return e!==null?e:{}}var jb=new ze("tag:yaml.org,2002:set",{kind:"mapping",resolve:h2,construct:p2}),_h=Db.extend({implicit:[Nb,Ib],explicit:[$b,Bb,Mb,jb]}),Gr=Object.prototype.hasOwnProperty,ha=1,qb=2,Wb=3,pa=4,gh=1,d2=2,ob=3,g2=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,m2=/[\x85\u2028\u2029]/,y2=/[,\[\]\{\}]/,Ub=/^(?:!|!!|![a-z\-]+!)$/i,Gb=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function ab(e){return Object.prototype.toString.call(e)}function ir(e){return e===10||e===13}function dn(e){return e===9||e===32}function wt(e){return e===9||e===32||e===10||e===13}function hi(e){return e===44||e===91||e===93||e===123||e===125}function A2(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function w2(e){return e===120?2:e===117?4:e===85?8:0}function b2(e){return 48<=e&&e<=57?e-48:-1}function ub(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
78
+ `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function E2(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function Hb(e,t,r){t==="__proto__"?Object.defineProperty(e,t,{configurable:!0,enumerable:!0,writable:!0,value:r}):e[t]=r}var zb=new Array(256),Yb=new Array(256);for(pn=0;pn<256;pn++)zb[pn]=ub(pn)?1:0,Yb[pn]=ub(pn);var pn;function _2(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||_h,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function Vb(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=x$(r),new at(t,r)}function te(e,t){throw Vb(e,t)}function da(e,t){e.onWarning&&e.onWarning.call(null,Vb(e,t))}var cb={YAML:function(t,r,n){var i,s,o;t.version!==null&&te(t,"duplication of %YAML directive"),n.length!==1&&te(t,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),i===null&&te(t,"ill-formed argument of the YAML directive"),s=parseInt(i[1],10),o=parseInt(i[2],10),s!==1&&te(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=o<2,o!==1&&o!==2&&da(t,"unsupported YAML version of the document")},TAG:function(t,r,n){var i,s;n.length!==2&&te(t,"TAG directive accepts exactly two arguments"),i=n[0],s=n[1],Ub.test(i)||te(t,"ill-formed tag handle (first argument) of the TAG directive"),Gr.call(t.tagMap,i)&&te(t,'there is a previously declared suffix for "'+i+'" tag handle'),Gb.test(s)||te(t,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch{te(t,"tag prefix is malformed: "+s)}t.tagMap[i]=s}};function Ur(e,t,r,n){var i,s,o,a;if(t<r){if(a=e.input.slice(t,r),n)for(i=0,s=a.length;i<s;i+=1)o=a.charCodeAt(i),o===9||32<=o&&o<=1114111||te(e,"expected valid JSON character");else g2.test(a)&&te(e,"the stream contains non-printable characters");e.result+=a}}function lb(e,t,r,n){var i,s,o,a;for(Me.isObject(r)||te(e,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(r),o=0,a=i.length;o<a;o+=1)s=i[o],Gr.call(t,s)||(Hb(t,s,r[s]),n[s]=!0)}function pi(e,t,r,n,i,s,o,a,u){var c,f;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),c=0,f=i.length;c<f;c+=1)Array.isArray(i[c])&&te(e,"nested arrays are not supported inside keys"),typeof i=="object"&&ab(i[c])==="[object Object]"&&(i[c]="[object Object]");if(typeof i=="object"&&ab(i)==="[object Object]"&&(i="[object Object]"),i=String(i),t===null&&(t={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(s))for(c=0,f=s.length;c<f;c+=1)lb(e,t,s[c],r);else lb(e,t,s,r);else!e.json&&!Gr.call(r,i)&&Gr.call(t,i)&&(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=u||e.position,te(e,"duplicated mapping key")),Hb(t,i,s),delete r[i];return t}function vh(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):te(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function $e(e,t,r){for(var n=0,i=e.input.charCodeAt(e.position);i!==0;){for(;dn(i);)i===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),i=e.input.charCodeAt(++e.position);if(t&&i===35)do i=e.input.charCodeAt(++e.position);while(i!==10&&i!==13&&i!==0);if(ir(i))for(vh(e),i=e.input.charCodeAt(e.position),n++,e.lineIndent=0;i===32;)e.lineIndent++,i=e.input.charCodeAt(++e.position);else break}return r!==-1&&n!==0&&e.lineIndent<r&&da(e,"deficient indentation"),n}function ya(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)&&(t+=3,r=e.input.charCodeAt(t),r===0||wt(r)))}function Sh(e,t){t===1?e.result+=" ":t>1&&(e.result+=Me.repeat(`
79
+ `,t-1))}function v2(e,t,r){var n,i,s,o,a,u,c,f,l=e.kind,h=e.result,p;if(p=e.input.charCodeAt(e.position),wt(p)||hi(p)||p===35||p===38||p===42||p===33||p===124||p===62||p===39||p===34||p===37||p===64||p===96||(p===63||p===45)&&(i=e.input.charCodeAt(e.position+1),wt(i)||r&&hi(i)))return!1;for(e.kind="scalar",e.result="",s=o=e.position,a=!1;p!==0;){if(p===58){if(i=e.input.charCodeAt(e.position+1),wt(i)||r&&hi(i))break}else if(p===35){if(n=e.input.charCodeAt(e.position-1),wt(n))break}else{if(e.position===e.lineStart&&ya(e)||r&&hi(p))break;if(ir(p))if(u=e.line,c=e.lineStart,f=e.lineIndent,$e(e,!1,-1),e.lineIndent>=t){a=!0,p=e.input.charCodeAt(e.position);continue}else{e.position=o,e.line=u,e.lineStart=c,e.lineIndent=f;break}}a&&(Ur(e,s,o,!1),Sh(e,e.line-u),s=o=e.position,a=!1),dn(p)||(o=e.position+1),p=e.input.charCodeAt(++e.position)}return Ur(e,s,o,!1),e.result?!0:(e.kind=l,e.result=h,!1)}function S2(e,t){var r,n,i;if(r=e.input.charCodeAt(e.position),r!==39)return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(Ur(e,n,e.position,!0),r=e.input.charCodeAt(++e.position),r===39)n=e.position,e.position++,i=e.position;else return!0;else ir(r)?(Ur(e,n,i,!0),Sh(e,$e(e,!1,t)),n=i=e.position):e.position===e.lineStart&&ya(e)?te(e,"unexpected end of the document within a single quoted scalar"):(e.position++,i=e.position);te(e,"unexpected end of the stream within a single quoted scalar")}function C2(e,t){var r,n,i,s,o,a;if(a=e.input.charCodeAt(e.position),a!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;(a=e.input.charCodeAt(e.position))!==0;){if(a===34)return Ur(e,r,e.position,!0),e.position++,!0;if(a===92){if(Ur(e,r,e.position,!0),a=e.input.charCodeAt(++e.position),ir(a))$e(e,!1,t);else if(a<256&&zb[a])e.result+=Yb[a],e.position++;else if((o=w2(a))>0){for(i=o,s=0;i>0;i--)a=e.input.charCodeAt(++e.position),(o=A2(a))>=0?s=(s<<4)+o:te(e,"expected hexadecimal character");e.result+=E2(s),e.position++}else te(e,"unknown escape sequence");r=n=e.position}else ir(a)?(Ur(e,r,n,!0),Sh(e,$e(e,!1,t)),r=n=e.position):e.position===e.lineStart&&ya(e)?te(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}te(e,"unexpected end of the stream within a double quoted scalar")}function x2(e,t){var r=!0,n,i,s,o=e.tag,a,u=e.anchor,c,f,l,h,p,d=Object.create(null),g,m,b,_;if(_=e.input.charCodeAt(e.position),_===91)f=93,p=!1,a=[];else if(_===123)f=125,p=!0,a={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=a),_=e.input.charCodeAt(++e.position);_!==0;){if($e(e,!0,t),_=e.input.charCodeAt(e.position),_===f)return e.position++,e.tag=o,e.anchor=u,e.kind=p?"mapping":"sequence",e.result=a,!0;r?_===44&&te(e,"expected the node content, but found ','"):te(e,"missed comma between flow collection entries"),m=g=b=null,l=h=!1,_===63&&(c=e.input.charCodeAt(e.position+1),wt(c)&&(l=h=!0,e.position++,$e(e,!0,t))),n=e.line,i=e.lineStart,s=e.position,di(e,t,ha,!1,!0),m=e.tag,g=e.result,$e(e,!0,t),_=e.input.charCodeAt(e.position),(h||e.line===n)&&_===58&&(l=!0,_=e.input.charCodeAt(++e.position),$e(e,!0,t),di(e,t,ha,!1,!0),b=e.result),p?pi(e,a,d,m,g,b,n,i,s):l?a.push(pi(e,null,d,m,g,b,n,i,s)):a.push(g),$e(e,!0,t),_=e.input.charCodeAt(e.position),_===44?(r=!0,_=e.input.charCodeAt(++e.position)):r=!1}te(e,"unexpected end of the stream within a flow collection")}function P2(e,t){var r,n,i=gh,s=!1,o=!1,a=t,u=0,c=!1,f,l;if(l=e.input.charCodeAt(e.position),l===124)n=!1;else if(l===62)n=!0;else return!1;for(e.kind="scalar",e.result="";l!==0;)if(l=e.input.charCodeAt(++e.position),l===43||l===45)gh===i?i=l===43?ob:d2:te(e,"repeat of a chomping mode identifier");else if((f=b2(l))>=0)f===0?te(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?te(e,"repeat of an indentation width identifier"):(a=t+f-1,o=!0);else break;if(dn(l)){do l=e.input.charCodeAt(++e.position);while(dn(l));if(l===35)do l=e.input.charCodeAt(++e.position);while(!ir(l)&&l!==0)}for(;l!==0;){for(vh(e),e.lineIndent=0,l=e.input.charCodeAt(e.position);(!o||e.lineIndent<a)&&l===32;)e.lineIndent++,l=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>a&&(a=e.lineIndent),ir(l)){u++;continue}if(e.lineIndent<a){i===ob?e.result+=Me.repeat(`
80
+ `,s?1+u:u):i===gh&&s&&(e.result+=`
81
+ `);break}for(n?dn(l)?(c=!0,e.result+=Me.repeat(`
82
+ `,s?1+u:u)):c?(c=!1,e.result+=Me.repeat(`
83
+ `,u+1)):u===0?s&&(e.result+=" "):e.result+=Me.repeat(`
84
+ `,u):e.result+=Me.repeat(`
85
+ `,s?1+u:u),s=!0,o=!0,u=0,r=e.position;!ir(l)&&l!==0;)l=e.input.charCodeAt(++e.position);Ur(e,r,e.position,!1)}return!0}function fb(e,t){var r,n=e.tag,i=e.anchor,s=[],o,a=!1,u;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),u=e.input.charCodeAt(e.position);u!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,te(e,"tab characters must not be used in indentation")),!(u!==45||(o=e.input.charCodeAt(e.position+1),!wt(o))));){if(a=!0,e.position++,$e(e,!0,-1)&&e.lineIndent<=t){s.push(null),u=e.input.charCodeAt(e.position);continue}if(r=e.line,di(e,t,Wb,!1,!0),s.push(e.result),$e(e,!0,-1),u=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&u!==0)te(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return a?(e.tag=n,e.anchor=i,e.kind="sequence",e.result=s,!0):!1}function O2(e,t,r){var n,i,s,o,a,u,c=e.tag,f=e.anchor,l={},h=Object.create(null),p=null,d=null,g=null,m=!1,b=!1,_;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=l),_=e.input.charCodeAt(e.position);_!==0;){if(!m&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,te(e,"tab characters must not be used in indentation")),n=e.input.charCodeAt(e.position+1),s=e.line,(_===63||_===58)&&wt(n))_===63?(m&&(pi(e,l,h,p,d,null,o,a,u),p=d=g=null),b=!0,m=!0,i=!0):m?(m=!1,i=!0):te(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,_=n;else{if(o=e.line,a=e.lineStart,u=e.position,!di(e,r,qb,!1,!0))break;if(e.line===s){for(_=e.input.charCodeAt(e.position);dn(_);)_=e.input.charCodeAt(++e.position);if(_===58)_=e.input.charCodeAt(++e.position),wt(_)||te(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(pi(e,l,h,p,d,null,o,a,u),p=d=g=null),b=!0,m=!1,i=!1,p=e.tag,d=e.result;else if(b)te(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=c,e.anchor=f,!0}else if(b)te(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=c,e.anchor=f,!0}if((e.line===s||e.lineIndent>t)&&(m&&(o=e.line,a=e.lineStart,u=e.position),di(e,t,pa,!0,i)&&(m?d=e.result:g=e.result),m||(pi(e,l,h,p,d,g,o,a,u),p=d=g=null),$e(e,!0,-1),_=e.input.charCodeAt(e.position)),(e.line===s||e.lineIndent>t)&&_!==0)te(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return m&&pi(e,l,h,p,d,null,o,a,u),b&&(e.tag=c,e.anchor=f,e.kind="mapping",e.result=l),b}function R2(e){var t,r=!1,n=!1,i,s,o;if(o=e.input.charCodeAt(e.position),o!==33)return!1;if(e.tag!==null&&te(e,"duplication of a tag property"),o=e.input.charCodeAt(++e.position),o===60?(r=!0,o=e.input.charCodeAt(++e.position)):o===33?(n=!0,i="!!",o=e.input.charCodeAt(++e.position)):i="!",t=e.position,r){do o=e.input.charCodeAt(++e.position);while(o!==0&&o!==62);e.position<e.length?(s=e.input.slice(t,e.position),o=e.input.charCodeAt(++e.position)):te(e,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!wt(o);)o===33&&(n?te(e,"tag suffix cannot contain exclamation marks"):(i=e.input.slice(t-1,e.position+1),Ub.test(i)||te(e,"named tag handle cannot contain such characters"),n=!0,t=e.position+1)),o=e.input.charCodeAt(++e.position);s=e.input.slice(t,e.position),y2.test(s)&&te(e,"tag suffix cannot contain flow indicator characters")}s&&!Gb.test(s)&&te(e,"tag name cannot contain such characters: "+s);try{s=decodeURIComponent(s)}catch{te(e,"tag name is malformed: "+s)}return r?e.tag=s:Gr.call(e.tagMap,i)?e.tag=e.tagMap[i]+s:i==="!"?e.tag="!"+s:i==="!!"?e.tag="tag:yaml.org,2002:"+s:te(e,'undeclared tag handle "'+i+'"'),!0}function F2(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&te(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!wt(r)&&!hi(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&te(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function L2(e){var t,r,n;if(n=e.input.charCodeAt(e.position),n!==42)return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;n!==0&&!wt(n)&&!hi(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&te(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),Gr.call(e.anchorMap,r)||te(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],$e(e,!0,-1),!0}function di(e,t,r,n,i){var s,o,a,u=1,c=!1,f=!1,l,h,p,d,g,m;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,s=o=a=pa===r||Wb===r,n&&$e(e,!0,-1)&&(c=!0,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)),u===1)for(;R2(e)||F2(e);)$e(e,!0,-1)?(c=!0,a=s,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)):a=!1;if(a&&(a=c||i),(u===1||pa===r)&&(ha===r||qb===r?g=t:g=t+1,m=e.position-e.lineStart,u===1?a&&(fb(e,m)||O2(e,m,g))||x2(e,g)?f=!0:(o&&P2(e,g)||S2(e,g)||C2(e,g)?f=!0:L2(e)?(f=!0,(e.tag!==null||e.anchor!==null)&&te(e,"alias node should not have any properties")):v2(e,g,ha===r)&&(f=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):u===0&&(f=a&&fb(e,m))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&te(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),l=0,h=e.implicitTypes.length;l<h;l+=1)if(d=e.implicitTypes[l],d.resolve(e.result)){e.result=d.construct(e.result),e.tag=d.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(Gr.call(e.typeMap[e.kind||"fallback"],e.tag))d=e.typeMap[e.kind||"fallback"][e.tag];else for(d=null,p=e.typeMap.multi[e.kind||"fallback"],l=0,h=p.length;l<h;l+=1)if(e.tag.slice(0,p[l].tag.length)===p[l].tag){d=p[l];break}d||te(e,"unknown tag !<"+e.tag+">"),e.result!==null&&d.kind!==e.kind&&te(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+d.kind+'", not "'+e.kind+'"'),d.resolve(e.result,e.tag)?(e.result=d.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):te(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||f}function D2(e){var t=e.position,r,n,i,s=!1,o;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(o=e.input.charCodeAt(e.position))!==0&&($e(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||o!==37));){for(s=!0,o=e.input.charCodeAt(++e.position),r=e.position;o!==0&&!wt(o);)o=e.input.charCodeAt(++e.position);for(n=e.input.slice(r,e.position),i=[],n.length<1&&te(e,"directive name must not be less than one character in length");o!==0;){for(;dn(o);)o=e.input.charCodeAt(++e.position);if(o===35){do o=e.input.charCodeAt(++e.position);while(o!==0&&!ir(o));break}if(ir(o))break;for(r=e.position;o!==0&&!wt(o);)o=e.input.charCodeAt(++e.position);i.push(e.input.slice(r,e.position))}o!==0&&vh(e),Gr.call(cb,n)?cb[n](e,n,i):da(e,'unknown document directive "'+n+'"')}if($e(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,$e(e,!0,-1)):s&&te(e,"directives end mark is expected"),di(e,e.lineIndent-1,pa,!1,!0),$e(e,!0,-1),e.checkLineBreaks&&m2.test(e.input.slice(t,e.position))&&da(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&ya(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,$e(e,!0,-1));return}if(e.position<e.length-1)te(e,"end of the stream or a document separator is expected");else return}function Kb(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
86
+ `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new _2(e,t),n=e.indexOf("\0");for(n!==-1&&(r.position=n,te(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)D2(r);return r.documents}function T2(e,t,r){t!==null&&typeof t=="object"&&typeof r>"u"&&(r=t,t=null);var n=Kb(e,r);if(typeof t!="function")return n;for(var i=0,s=n.length;i<s;i+=1)t(n[i])}function k2(e,t){var r=Kb(e,t);if(r.length!==0){if(r.length===1)return r[0];throw new at("expected a single document in the stream, but found more")}}var N2=T2,I2=k2,Xb={loadAll:N2,load:I2},Jb=Object.prototype.toString,Qb=Object.prototype.hasOwnProperty,Ch=65279,$2=9,os=10,B2=13,M2=32,j2=33,q2=34,yh=35,W2=37,U2=38,G2=39,H2=42,Zb=44,z2=45,ga=58,Y2=61,V2=62,K2=63,X2=64,eE=91,tE=93,J2=96,rE=123,Q2=124,nE=125,et={};et[0]="\\0";et[7]="\\a";et[8]="\\b";et[9]="\\t";et[10]="\\n";et[11]="\\v";et[12]="\\f";et[13]="\\r";et[27]="\\e";et[34]='\\"';et[92]="\\\\";et[133]="\\N";et[160]="\\_";et[8232]="\\L";et[8233]="\\P";var Z2=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],eB=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function tB(e,t){var r,n,i,s,o,a,u;if(t===null)return{};for(r={},n=Object.keys(t),i=0,s=n.length;i<s;i+=1)o=n[i],a=String(t[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),u=e.compiledTypeMap.fallback[o],u&&Qb.call(u.styleAliases,a)&&(a=u.styleAliases[a]),r[o]=a;return r}function rB(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else if(e<=4294967295)r="U",n=8;else throw new at("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+Me.repeat("0",n-t.length)+t}var nB=1,as=2;function iB(e){this.schema=e.schema||_h,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=Me.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=tB(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?as:nB,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function hb(e,t){for(var r=Me.repeat(" ",t),n=0,i=-1,s="",o,a=e.length;n<a;)i=e.indexOf(`
87
+ `,n),i===-1?(o=e.slice(n),n=a):(o=e.slice(n,i+1),n=i+1),o.length&&o!==`
88
+ `&&(s+=r),s+=o;return s}function Ah(e,t){return`
89
+ `+Me.repeat(" ",e.indent*t)}function sB(e,t){var r,n,i;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(i=e.implicitTypes[r],i.resolve(t))return!0;return!1}function ma(e){return e===M2||e===$2}function us(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==Ch||65536<=e&&e<=1114111}function pb(e){return us(e)&&e!==Ch&&e!==B2&&e!==os}function db(e,t,r){var n=pb(e),i=n&&!ma(e);return(r?n:n&&e!==Zb&&e!==eE&&e!==tE&&e!==rE&&e!==nE)&&e!==yh&&!(t===ga&&!i)||pb(t)&&!ma(t)&&e===yh||t===ga&&i}function oB(e){return us(e)&&e!==Ch&&!ma(e)&&e!==z2&&e!==K2&&e!==ga&&e!==Zb&&e!==eE&&e!==tE&&e!==rE&&e!==nE&&e!==yh&&e!==U2&&e!==H2&&e!==j2&&e!==Q2&&e!==Y2&&e!==V2&&e!==G2&&e!==q2&&e!==W2&&e!==X2&&e!==J2}function aB(e){return!ma(e)&&e!==ga}function is(e,t){var r=e.charCodeAt(t),n;return r>=55296&&r<=56319&&t+1<e.length&&(n=e.charCodeAt(t+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}function iE(e){var t=/^\n* /;return t.test(e)}var sE=1,wh=2,oE=3,aE=4,fi=5;function uB(e,t,r,n,i,s,o,a){var u,c=0,f=null,l=!1,h=!1,p=n!==-1,d=-1,g=oB(is(e,0))&&aB(is(e,e.length-1));if(t||o)for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=is(e,u),!us(c))return fi;g=g&&db(c,f,a),f=c}else{for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=is(e,u),c===os)l=!0,p&&(h=h||u-d-1>n&&e[d+1]!==" ",d=u);else if(!us(c))return fi;g=g&&db(c,f,a),f=c}h=h||p&&u-d-1>n&&e[d+1]!==" "}return!l&&!h?g&&!o&&!i(e)?sE:s===as?fi:wh:r>9&&iE(e)?fi:o?s===as?fi:wh:h?aE:oE}function cB(e,t,r,n,i){e.dump=(function(){if(t.length===0)return e.quotingType===as?'""':"''";if(!e.noCompatMode&&(Z2.indexOf(t)!==-1||eB.test(t)))return e.quotingType===as?'"'+t+'"':"'"+t+"'";var s=e.indent*Math.max(1,r),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-s),a=n||e.flowLevel>-1&&r>=e.flowLevel;function u(c){return sB(e,c)}switch(uB(t,a,e.indent,o,u,e.quotingType,e.forceQuotes&&!n,i)){case sE:return t;case wh:return"'"+t.replace(/'/g,"''")+"'";case oE:return"|"+gb(t,e.indent)+mb(hb(t,s));case aE:return">"+gb(t,e.indent)+mb(hb(lB(t,o),s));case fi:return'"'+fB(t)+'"';default:throw new at("impossible error: invalid scalar style")}})()}function gb(e,t){var r=iE(e)?String(t):"",n=e[e.length-1]===`
90
+ `,i=n&&(e[e.length-2]===`
91
+ `||e===`
92
+ `),s=i?"+":n?"":"-";return r+s+`
93
+ `}function mb(e){return e[e.length-1]===`
94
+ `?e.slice(0,-1):e}function lB(e,t){for(var r=/(\n+)([^\n]*)/g,n=(function(){var c=e.indexOf(`
95
+ `);return c=c!==-1?c:e.length,r.lastIndex=c,yb(e.slice(0,c),t)})(),i=e[0]===`
96
+ `||e[0]===" ",s,o;o=r.exec(e);){var a=o[1],u=o[2];s=u[0]===" ",n+=a+(!i&&!s&&u!==""?`
97
+ `:"")+yb(u,t),i=s}return n}function yb(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,n,i=0,s,o=0,a=0,u="";n=r.exec(e);)a=n.index,a-i>t&&(s=o>i?o:a,u+=`
98
+ `+e.slice(i,s),i=s+1),o=a;return u+=`
99
+ `,e.length-i>t&&o>i?u+=e.slice(i,o)+`
100
+ `+e.slice(o+1):u+=e.slice(i),u.slice(1)}function fB(e){for(var t="",r=0,n,i=0;i<e.length;r>=65536?i+=2:i++)r=is(e,i),n=et[r],!n&&us(r)?(t+=e[i],r>=65536&&(t+=e[i+1])):t+=n||rB(r);return t}function hB(e,t,r){var n="",i=e.tag,s,o,a;for(s=0,o=r.length;s<o;s+=1)a=r[s],e.replacer&&(a=e.replacer.call(r,String(s),a)),(Ar(e,t,a,!1,!1)||typeof a>"u"&&Ar(e,t,null,!1,!1))&&(n!==""&&(n+=","+(e.condenseFlow?"":" ")),n+=e.dump);e.tag=i,e.dump="["+n+"]"}function Ab(e,t,r,n){var i="",s=e.tag,o,a,u;for(o=0,a=r.length;o<a;o+=1)u=r[o],e.replacer&&(u=e.replacer.call(r,String(o),u)),(Ar(e,t+1,u,!0,!0,!1,!0)||typeof u>"u"&&Ar(e,t+1,null,!0,!0,!1,!0))&&((!n||i!=="")&&(i+=Ah(e,t)),e.dump&&os===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=s,e.dump=i||"[]"}function pB(e,t,r){var n="",i=e.tag,s=Object.keys(r),o,a,u,c,f;for(o=0,a=s.length;o<a;o+=1)f="",n!==""&&(f+=", "),e.condenseFlow&&(f+='"'),u=s[o],c=r[u],e.replacer&&(c=e.replacer.call(r,u,c)),Ar(e,t,u,!1,!1)&&(e.dump.length>1024&&(f+="? "),f+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),Ar(e,t,c,!1,!1)&&(f+=e.dump,n+=f));e.tag=i,e.dump="{"+n+"}"}function dB(e,t,r,n){var i="",s=e.tag,o=Object.keys(r),a,u,c,f,l,h;if(e.sortKeys===!0)o.sort();else if(typeof e.sortKeys=="function")o.sort(e.sortKeys);else if(e.sortKeys)throw new at("sortKeys must be a boolean or a function");for(a=0,u=o.length;a<u;a+=1)h="",(!n||i!=="")&&(h+=Ah(e,t)),c=o[a],f=r[c],e.replacer&&(f=e.replacer.call(r,c,f)),Ar(e,t+1,c,!0,!0,!0)&&(l=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,l&&(e.dump&&os===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,l&&(h+=Ah(e,t)),Ar(e,t+1,f,!0,l)&&(e.dump&&os===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,i+=h));e.tag=s,e.dump=i||"{}"}function wb(e,t,r){var n,i,s,o,a,u;for(i=r?e.explicitTypes:e.implicitTypes,s=0,o=i.length;s<o;s+=1)if(a=i[s],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof t=="object"&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(r?a.multi&&a.representName?e.tag=a.representName(t):e.tag=a.tag:e.tag="?",a.represent){if(u=e.styleMap[a.tag]||a.defaultStyle,Jb.call(a.represent)==="[object Function]")n=a.represent(t,u);else if(Qb.call(a.represent,u))n=a.represent[u](t,u);else throw new at("!<"+a.tag+'> tag resolver accepts not "'+u+'" style');e.dump=n}return!0}return!1}function Ar(e,t,r,n,i,s,o){e.tag=null,e.dump=r,wb(e,r,!1)||wb(e,r,!0);var a=Jb.call(e.dump),u=n,c;n&&(n=e.flowLevel<0||e.flowLevel>t);var f=a==="[object Object]"||a==="[object Array]",l,h;if(f&&(l=e.duplicates.indexOf(r),h=l!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&t>0)&&(i=!1),h&&e.usedDuplicates[l])e.dump="*ref_"+l;else{if(f&&h&&!e.usedDuplicates[l]&&(e.usedDuplicates[l]=!0),a==="[object Object]")n&&Object.keys(e.dump).length!==0?(dB(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(pB(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object Array]")n&&e.dump.length!==0?(e.noArrayIndent&&!o&&t>0?Ab(e,t-1,e.dump,i):Ab(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(hB(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object String]")e.tag!=="?"&&cB(e,e.dump,t,s,u);else{if(a==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new at("unacceptable kind of an object to dump "+a)}e.tag!==null&&e.tag!=="?"&&(c=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?c="!"+c:c.slice(0,18)==="tag:yaml.org,2002:"?c="!!"+c.slice(18):c="!<"+c+">",e.dump=c+" "+e.dump)}return!0}function gB(e,t){var r=[],n=[],i,s;for(bh(e,r,n),i=0,s=n.length;i<s;i+=1)t.duplicates.push(r[n[i]]);t.usedDuplicates=new Array(s)}function bh(e,t,r){var n,i,s;if(e!==null&&typeof e=="object")if(i=t.indexOf(e),i!==-1)r.indexOf(i)===-1&&r.push(i);else if(t.push(e),Array.isArray(e))for(i=0,s=e.length;i<s;i+=1)bh(e[i],t,r);else for(n=Object.keys(e),i=0,s=n.length;i<s;i+=1)bh(e[n[i]],t,r)}function mB(e,t){t=t||{};var r=new iB(t);r.noRefs||gB(e,r);var n=e;return r.replacer&&(n=r.replacer.call({"":n},"",n)),Ar(r,0,n,!0,!0)?r.dump+`
101
+ `:""}var yB=mB,AB={dump:yB};function xh(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var wB=ze,bB=_b,EB=xb,_B=Lb,vB=Db,SB=_h,CB=Xb.load,xB=Xb.loadAll,PB=AB.dump,OB=at,RB={binary:$b,float:Fb,map:Cb,null:Pb,pairs:Mb,set:jb,timestamp:Nb,bool:Ob,int:Rb,merge:Ib,omap:Bb,seq:Sb,str:vb},FB=xh("safeLoad","load"),LB=xh("safeLoadAll","loadAll"),DB=xh("safeDump","dump"),Ph={Type:wB,Schema:bB,FAILSAFE_SCHEMA:EB,JSON_SCHEMA:_B,CORE_SCHEMA:vB,DEFAULT_SCHEMA:SB,load:CB,loadAll:xB,dump:PB,YAMLException:OB,types:RB,safeLoad:FB,safeLoadAll:LB,safeDump:DB};var uE=Ve(require("node:fs/promises"),1);var Aa=e=>{let t=new URL(e),n=t.protocol.length+2;return t.toString().slice(n)};var Oh=Ve(require("node:fs/promises"),1);async function gi(e,t){try{if(await Oh.default.readFile(e,{encoding:"utf-8"})===t)return}catch{}await Oh.default.writeFile(e,t,{encoding:"utf-8"})}var wa=class extends li{constructor(t){super("YarnRc",".yarnrc.yml",t)}async prepUserFile(){try{let t=await this.paseYarnRc(this.userFilePath);t&&t.npmRegistryServer&&(delete t.npmRegistryServer,await this.writeYarnRc(this.userFilePath,t))}catch{await gi(this.userFilePath,"")}}async getUserFeeds(){let t=new Map,r=await this.paseYarnRc(this.userFilePath);if(!r)return t;let n=r.npmRegistries||{};for(let i of Object.keys(n)){let s=n[i]||{},o=i.startsWith("//")?i.substring(2):i,a={registry:o,adoOrganization:ci(o)},u=ua(s.npmAuthIdent||""),c=u.indexOf(":");c>0&&(a.userName=u.substring(0,c),a.authToken=u.substring(c+1)),t.set(o,a)}return t}async getWorkspaceRegistries(){var t;let r=[],n=await this.paseYarnRc(this.workspaceFilePath);if(n.npmRegistryServer&&r.push(Aa(n.npmRegistryServer)),n.npmScopes)for(let i of Object.keys(n.npmScopes)){let s=(t=n.npmScopes[i])===null||t===void 0?void 0:t.npmRegistryServer;s&&r.push(s)}return r}async writeWorkspaceRegistries(t){let r=await this.paseYarnRc(this.userFilePath)||{};r.npmRegistries||(r.npmRegistries={});for(let n of t){let i="//"+n.registry,s=r.npmRegistries[i]||{};s.npmAlwaysAuth===void 0&&(s.npmAlwaysAuth=!0),s.npmAuthIdent=Wr(`${n.userName}:${n.authToken}`),r.npmRegistries[i]=s}await this.writeYarnRc(this.userFilePath,r)}async writeYarnRc(t,r){let n=Ph.dump(r);await gi(t,n)}async paseYarnRc(t){let r=await uE.default.readFile(t,"utf8");return Ph.load(r,{filename:t})}};var Ux=Ve(Wx(),1);var Tu=Ve(require("node:fs/promises"),1),ku=require("node:os");var Gx=Ve(require("node:path"),1);var Nu=class extends li{constructor(t){super("NpmRc",".npmrc",t)}async prepUserFile(){try{let r=(await Tu.default.readFile(this.userFilePath,"utf-8")).split(ku.EOL).filter(n=>!n.includes("registry=")).join(ku.EOL);await gi(this.userFilePath,r)}catch{await gi(this.userFilePath,"")}}async getWorkspaceRegistries(){var t;let r;try{r=new Ux.default({npmPath:this.workspaceFilePath,argv:["<dummy_node>","<dummy_pnpm_js>",`--prefix=${Gx.default.dirname(this.workspaceFilePath)}`],shorthands:{},definitions:{}}),await r.load()}catch(s){throw s instanceof TypeError&&s.message.includes("Invalid URL")?new Error("Registry URL missing or invalid"):new Error("Error loading .npmrc")}return Object.keys((((t=r.data)===null||t===void 0?void 0:t.get("project"))||{}).data||{}).filter(s=>s.includes("registry")).map(s=>r.get(s,"project")).map(s=>Aa(s))}async getUserFeeds(){let t=new Map;return await this.processNpmRcFile(this.userFilePath,(r,n,i,s)=>{let o=t.get(n);switch(o||(o={registry:n,adoOrganization:ci(n)},t.set(o.registry,o)),i){case"_password":o.authToken=ua(s).trim();break;case"username":o.userName=s;break;case"email":o.email=s;break}}),t}async patchUserNpmRcFile(t){let r=new Set(t.values()),n=await this.processNpmRcFile(this.userFilePath,(i,s,o,a)=>{let u=t.get(this.toRegistryAndFunctionKey(s,o));return u!==void 0?(r.delete(u),u):i},i=>i);for(let i of r)n.push(i);return n}toRegistryAndFunctionKey(t,r){return`//${t}:${r}=`}async writeWorkspaceRegistries(t){let r=new Map;for(let i of t)r.set(this.toRegistryAndFunctionKey(i.registry,"username"),`//${i.registry}:username=${i.userName||la}`),r.set(this.toRegistryAndFunctionKey(i.registry,"email"),`//${i.registry}:email=${i.email||fa}`),r.set(this.toRegistryAndFunctionKey(i.registry,"_password"),`//${i.registry}:_password=${Wr(i.authToken)}`);let n=await this.patchUserNpmRcFile(r);await Tu.default.writeFile(this.userFilePath,n.join(ku.EOL),{encoding:"utf-8"})}async processNpmRcFile(t,r,n){let s=(await Tu.default.readFile(t,{encoding:"utf8"})).split(`
102
+ `).map(a=>a.trim()),o=[];for(let a of s){let u=a.indexOf("/:");if(a.startsWith("//")&&u>=2){let c=a.substring(2,u+1),f=a.substring(u+2),l=f.substring(0,f.indexOf("=")),h=f.substring(f.indexOf("=")+1),p=r(a,c,l,h);p&&o.push(p)}else if(n){let c=n(a);c&&o.push(c)}}return o}};var Zs=require("node:os");var Wu=require("node:os"),Yx=require("node:child_process");var Iu=require("node:child_process"),Hx=require("node:util"),$u=(0,Hx.promisify)(Iu.exec);function kd(e,t,r){return new Promise((n,i)=>{var s,o,a,u;let c=r?.cwd||process.cwd();console.log(`\u{1F680} Launching [${e} ${t.join(" ")}] in ${c}`);let f=(0,Iu.spawn)(e,t,{cwd:c,env:r?.env||process.env,stdio:r?.stdio||"inherit",shell:r?.shell||!1});r?.stdio==="pipe"&&((s=f.stdout)===null||s===void 0||s.setEncoding("utf8"),(o=f.stdout)===null||o===void 0||o.on("data",function(l){var h;let p=l.toString("utf8");(h=r?.processStdOut)===null||h===void 0||h.call(r,p)}),(a=f.stderr)===null||a===void 0||a.setEncoding("utf8"),(u=f.stderr)===null||u===void 0||u.on("data",function(l){var h;let p=l.toString("utf8");(h=r?.processStdErr)===null||h===void 0||h.call(r,p)})),f.on("exit",l=>{l==0?n():i(new Error(`Process ${e} exited with code ${l}`))})})}var Js=require("node:os");var Bu=require("node:os"),Cr=()=>(0,Bu.platform)()==="linux"&&(0,Bu.release)().toLowerCase().includes("wsl");var Mu=()=>{let e={win32:["x64"],darwin:["x64","arm64"]};return Cr()||e[(0,Js.platform)()]&&e[(0,Js.platform)()].includes((0,Js.arch)())};var Nd;var o8=["npm","exec","--silent","--yes","azureauth","--"],a8={...process.env,npm_config_registry:"https://registry.npmjs.org"},ju=()=>(Nd||(Nd=Cr()?["azureauth.exe"]:o8),{command:Nd,env:a8});var qu;var zx=async()=>{if(qu===void 0){let{command:e,env:t}=ju(),r=`${e.join(" ")} --version`;try{let n=await $u(r,{env:t}),[,i]=n.stdout.split(".");qu=parseInt(i)>=8}catch{qu=!1}}return qu};var Vx=async(e,t)=>{if(!Mu())throw new Error(`AzureAuth is not supported for platform ${(0,Wu.platform)()} and architecture ${(0,Wu.arch)()}`);let{command:r,env:n}=t?{command:[t],env:process.env}:ju(),i=[...r,"ado","pat",`--prompt-hint ${Cr()?e.promptHint:`"${e.promptHint}"`}`,`--organization ${e.organization}`,`--display-name ${e.displayName}`,...e.scope.map(s=>`--scope ${s}`)];e.output&&i.push(`--output ${e.output}`),e.mode&&i.push(`--mode ${e.mode}`),e.domain&&i.push(`--domain ${e.domain}`),e.timeout&&i.push(`--timeout ${e.timeout}`);try{let s;if(Cr())try{if(s=(0,Yx.spawnSync)(i[0],i.slice(1),{encoding:"utf-8"}),s.status!==0||s.stderr&&!s.stdout)throw new Error(`Azure Auth failed with exit code ${s.status}: ${s.stderr}`)}catch(o){throw new Error(`Failed to get Ado Pat from system AzureAuth: ${o.message}`)}else try{if(s=await $u(i.join(" "),{env:n}),s.stderr&&!s.stdout)throw new Error(s.stderr)}catch(o){throw new Error(`Failed to get Ado Pat from npx AzureAuth: ${o.message}`)}if(e.output==="json")try{return JSON.parse(s.stdout)}catch{throw new Error(`Failed to parse JSON output: ${s.stdout}`)}return s.stdout}catch(s){throw await zx()?new Error(s.message):new Error(`AzureAuth is not installed: ${s}`)}};var Uu=Ve(require("node:os"),1),Gu=Ve(require("node:fs"),1),Qs=Ve(require("node:path"),1);var Kx="1.4.1",$d=Qs.default.resolve("..",".bin","CredentialProvider.Microsoft","v"+Kx);async function Xx(e){let t=u8(e),r=await l8();return await c8(r,t)}function u8(e){if(!e.endsWith("/npm/registry/"))throw new Error(`Registry URL ${e} is not a valid Azure Artifacts npm registry URL. Expected it to end with '/npm/registry/'`);return"https://"+e.replace("/npm/registry/","/nuget/v3/index.json")}async function c8(e,t){let r="";await kd(e,["-U",t,"-I","-F","Json"],{stdio:"pipe",processStdOut:n=>{r+=n},processStdErr:n=>{console.error(n)}});try{return JSON.parse(r)}catch{throw new Error(`Failed to parse CredentialProvider output: ${r}`)}}function Id(e){if(Gu.default.existsSync(e))return e;if(Gu.default.existsSync(e+".exe"))return e+".exe"}async function l8(){let e=Id(Qs.default.join(Uu.default.homedir(),".nuget","plugins","netcore","CredentialProvider.Microsoft","CredentialProvider.Microsoft"));if(e)return e;let t=Qs.default.join($d,"plugins","netcore","CredentialProvider.Microsoft","CredentialProvider.Microsoft");if(e=Id(t),e)return e;if(await f8(),e=Id(t),e)Gu.default.chmodSync(e,493);else throw new Error(`CredentialProvider was not found at expected path after download: ${e}`);return e}async function f8(){let e=`https://github.com/microsoft/artifacts-credprovider/releases/download/v${Kx}/Microsoft.Net8.${Uu.default.platform()}-${Uu.default.arch()}.NuGet.CredentialProvider.tar.gz`,t=Qs.default.join($d,"CredentialProvider.Microsoft.tar.gz");console.log(`\u{1F310} Downloading ${e}`),await lh(e,t),await kd("tar",["-xzf",t,"-C",$d],{stdio:"inherit"})}var Jx=async(e,t,r=!1,n)=>{let i=`${(0,Zs.hostname)()}-${e}`,s=await h8(i,e,t,n);return r?Wr(s):s};async function h8(e,t,r,n){let i="vso.packaging_write";switch((0,Zs.platform)()){case"win32":case"darwin":return(await Vx({promptHint:`Authenticate to ${t} to generate a temporary token for npm`,organization:t,displayName:e,scope:[i],timeout:"30",output:"json"},n)).token;case"linux":return(await Xx(r)).Password;default:throw new Error(`Platform ${(0,Zs.platform)()} is not supported for ADO authentication`)}}function Qx(e,t){let r=new Map;for(let n of e){let i=t(n),s=r.get(i);s?s.push(n):r.set(i,[n])}return r}var Hu=require("node:os");var Ri=(e,t,r)=>{let n=new Map;n.set("success",e.success?"true":"false"),n.set("automaticSuccess",e.automaticSuccess?"true":"false"),n.set("error",e.error||""),n.set("platform",Cr()?"wsl":(0,Hu.platform)()),n.set("arch",(0,Hu.arch)()),r&&(r.LogEvent("node-azure-auth",n),t&&r.flush())};var hc=require("node:os"),oo=Ve(require("node:process"),1);var p8=[!0,"true","TRUE",1],Zx=()=>{let e=process.env.CODESPACES||"";return p8.includes(e)};var Zu=require("assert");var d8={right:w8,center:b8},g8=0,zu=1,m8=2,Yu=3,Bd=class{constructor(t){var r;this.width=t.width,this.wrap=(r=t.wrap)!==null&&r!==void 0?r:!0,this.rows=[]}span(...t){let r=this.div(...t);r.span=!0}resetOutput(){this.rows=[]}div(...t){if(t.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...t)&&typeof t[0]=="string")return this.applyLayoutDSL(t[0]);let r=t.map(n=>typeof n=="string"?this.colFromString(n):n);return this.rows.push(r),r}shouldApplyLayoutDSL(...t){return t.length===1&&typeof t[0]=="string"&&/[\t\n]/.test(t[0])}applyLayoutDSL(t){let r=t.split(`
103
+ `).map(i=>i.split(" ")),n=0;return r.forEach(i=>{i.length>1&&xt.stringWidth(i[0])>n&&(n=Math.min(Math.floor(this.width*.5),xt.stringWidth(i[0])))}),r.forEach(i=>{this.div(...i.map((s,o)=>({text:s.trim(),padding:this.measurePadding(s),width:o===0&&i.length>1?n:void 0})))}),this.rows[this.rows.length-1]}colFromString(t){return{text:t,padding:this.measurePadding(t)}}measurePadding(t){let r=xt.stripAnsi(t);return[0,r.match(/\s*$/)[0].length,0,r.match(/^\s*/)[0].length]}toString(){let t=[];return this.rows.forEach(r=>{this.rowToString(r,t)}),t.filter(r=>!r.hidden).map(r=>r.text).join(`
104
+ `)}rowToString(t,r){return this.rasterize(t).forEach((n,i)=>{let s="";n.forEach((o,a)=>{let{width:u}=t[a],c=this.negatePadding(t[a]),f=o;if(c>xt.stringWidth(o)&&(f+=" ".repeat(c-xt.stringWidth(o))),t[a].align&&t[a].align!=="left"&&this.wrap){let h=d8[t[a].align];f=h(f,c),xt.stringWidth(f)<c&&(f+=" ".repeat((u||0)-xt.stringWidth(f)-1))}let l=t[a].padding||[0,0,0,0];l[Yu]&&(s+=" ".repeat(l[Yu])),s+=eP(t[a],f,"| "),s+=f,s+=eP(t[a],f," |"),l[zu]&&(s+=" ".repeat(l[zu])),i===0&&r.length>0&&(s=this.renderInline(s,r[r.length-1]))}),r.push({text:s.replace(/ +$/,""),span:t.span})}),r}renderInline(t,r){let n=t.match(/^ */),i=n?n[0].length:0,s=r.text,o=xt.stringWidth(s.trimRight());return r.span?this.wrap?i<o?t:(r.hidden=!0,s.trimRight()+" ".repeat(i-o)+t.trimLeft()):(r.hidden=!0,s+t):t}rasterize(t){let r=[],n=this.columnWidths(t),i;return t.forEach((s,o)=>{s.width=n[o],this.wrap?i=xt.wrap(s.text,this.negatePadding(s),{hard:!0}).split(`
103
105
  `):i=s.text.split(`
104
- `),s.border&&(i.unshift("."+"-".repeat(this.negatePadding(s)+2)+"."),i.push("'"+"-".repeat(this.negatePadding(s)+2)+"'")),s.padding&&(i.unshift(...new Array(s.padding[nk]||0).fill("")),i.push(...new Array(s.padding[ik]||0).fill(""))),i.forEach((a,u)=>{r[u]||r.push([]);let c=r[u];for(let f=0;f<o;f++)c[f]===void 0&&c.push("");c.push(a)})}),r}negatePadding(t){let r=t.width||0;return t.padding&&(r-=(t.padding[$a]||0)+(t.padding[Na]||0)),t.border&&(r-=4),r}columnWidths(t){if(!this.wrap)return t.map(o=>o.width||Qt.stringWidth(o.text));let r=t.length,n=this.width,i=t.map(o=>{if(o.width)return r--,n-=o.width,o.width}),s=r?Math.floor(n/r):0;return i.map((o,a)=>o===void 0?Math.max(s,sk(t[a])):o)}};function d0(e,t,r){return e.border?/[.']-+[.']/.test(t)?"":t.trim().length!==0?r:" ":""}function sk(e){let t=e.padding||[],r=1+(t[$a]||0)+(t[Na]||0);return e.border?r+4:r}function ok(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function ak(e,t){e=e.trim();let r=Qt.stringWidth(e);return r<t?" ".repeat(t-r)+e:e}function uk(e,t){e=e.trim();let r=Qt.stringWidth(e);return r>=t?e:" ".repeat(t-r>>1)+e}var Qt;function p0(e,t){return Qt=t,new ef({width:e?.width||ok(),wrap:e?.wrap})}var g0=new RegExp("\x1B(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)","g");function tf(e){return e.replace(g0,"")}function m0(e,t){let[r,n]=e.match(g0)||["",""];e=tf(e);let i="";for(let s=0;s<e.length;s++)s!==0&&s%t===0&&(i+=`
105
- `),i+=e.charAt(s);return r&&n&&(i=`${r}${i}${n}`),i}function rf(e){return p0(e,{stringWidth:t=>[...t].length,stripAnsi:tf,wrap:m0})}var Ui=require("path"),Ma=require("fs");function y0(e,t){let r=(0,Ui.resolve)(".",e),n;for((0,Ma.statSync)(r).isDirectory()||(r=(0,Ui.dirname)(r));;){if(n=t(r,(0,Ma.readdirSync)(r)),n)return(0,Ui.resolve)(r,n);if(r=(0,Ui.dirname)(n=r),n===r)break}}var L0=require("util"),T0=require("fs"),I0=require("url");var w0=require("util"),qa=require("path");function ii(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),e.indexOf("-")===-1&&e.indexOf("_")===-1)return e;{let r="",n=!1,i=e.match(/^-+/);for(let s=i?i[0].length:0;s<e.length;s++){let o=e.charAt(s);n&&(n=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?n=!0:o!=="-"&&o!=="_"&&(r+=o)}return r}}function ja(e,t){let r=e.toLowerCase();t=t||"-";let n="";for(let i=0;i<e.length;i++){let s=r.charAt(i),o=e.charAt(i);s!==o&&i>0?n+=`${t}${r.charAt(i)}`:n+=o}return n}function Ba(e){return e==null?!1:typeof e=="number"||/^0x[0-9a-f]+$/i.test(e)?!0:/^0[^.]/.test(e)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(e)}function v0(e){if(Array.isArray(e))return e.map(o=>typeof o!="string"?o+"":o);e=e.trim();let t=0,r=null,n=null,i=null,s=[];for(let o=0;o<e.length;o++){if(r=n,n=e.charAt(o),n===" "&&!i){r!==" "&&t++;continue}n===i?i=null:(n==="'"||n==='"')&&!i&&(i=n),s[t]||(s[t]=""),s[t]+=n}return s}var ur;(function(e){e.BOOLEAN="boolean",e.STRING="string",e.NUMBER="number",e.ARRAY="array"})(ur||(ur={}));var sn,Wa=class{constructor(t){sn=t}parse(t,r){let n=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},r),i=v0(t),s=typeof t=="string",o=ck(Object.assign(Object.create(null),n.alias)),a=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},n.configuration),u=Object.assign(Object.create(null),n.default),c=n.configObjects||[],f=n.envPrefix,l=a["populate--"],h=l?"--":"_",d=Object.create(null),p=Object.create(null),y=n.__||sn.format,m={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},P=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,S=new RegExp("^--"+a["negation-prefix"]+"(.+)");[].concat(n.array||[]).filter(Boolean).forEach(function(I){let j=typeof I=="object"?I.key:I,K=Object.keys(I).map(function(z){return{boolean:"bools",string:"strings",number:"numbers"}[z]}).filter(Boolean).pop();K&&(m[K][j]=!0),m.arrays[j]=!0,m.keys.push(j)}),[].concat(n.boolean||[]).filter(Boolean).forEach(function(I){m.bools[I]=!0,m.keys.push(I)}),[].concat(n.string||[]).filter(Boolean).forEach(function(I){m.strings[I]=!0,m.keys.push(I)}),[].concat(n.number||[]).filter(Boolean).forEach(function(I){m.numbers[I]=!0,m.keys.push(I)}),[].concat(n.count||[]).filter(Boolean).forEach(function(I){m.counts[I]=!0,m.keys.push(I)}),[].concat(n.normalize||[]).filter(Boolean).forEach(function(I){m.normalize[I]=!0,m.keys.push(I)}),typeof n.narg=="object"&&Object.entries(n.narg).forEach(([I,j])=>{typeof j=="number"&&(m.nargs[I]=j,m.keys.push(I))}),typeof n.coerce=="object"&&Object.entries(n.coerce).forEach(([I,j])=>{typeof j=="function"&&(m.coercions[I]=j,m.keys.push(I))}),typeof n.config<"u"&&(Array.isArray(n.config)||typeof n.config=="string"?[].concat(n.config).filter(Boolean).forEach(function(I){m.configs[I]=!0}):typeof n.config=="object"&&Object.entries(n.config).forEach(([I,j])=>{(typeof j=="boolean"||typeof j=="function")&&(m.configs[I]=j)})),he(n.key,o,n.default,m.arrays),Object.keys(u).forEach(function(I){(m.aliases[I]||[]).forEach(function(j){u[j]=u[I]})});let L=null;Fe();let O=[],b=Object.assign(Object.create(null),{_:[]}),_={};for(let I=0;I<i.length;I++){let j=i[I],K=j.replace(/^-{3,}/,"---"),z,B,oe,ie,de,Me;if(j!=="--"&&/^-/.test(j)&&ee(j))D(j);else if(K.match(/^---+(=|$)/)){D(j);continue}else if(j.match(/^--.+=/)||!a["short-option-groups"]&&j.match(/^-.+=/))ie=j.match(/^--?([^=]+)=([\s\S]*)$/),ie!==null&&Array.isArray(ie)&&ie.length>=3&&(q(ie[1],m.arrays)?I=$(I,ie[1],i,ie[2]):q(ie[1],m.nargs)!==!1?I=k(I,ie[1],i,ie[2]):x(ie[1],ie[2],!0));else if(j.match(S)&&a["boolean-negation"])ie=j.match(S),ie!==null&&Array.isArray(ie)&&ie.length>=2&&(B=ie[1],x(B,q(B,m.arrays)?[!1]:!1));else if(j.match(/^--.+/)||!a["short-option-groups"]&&j.match(/^-[^-]+/))ie=j.match(/^--?(.+)/),ie!==null&&Array.isArray(ie)&&ie.length>=2&&(B=ie[1],q(B,m.arrays)?I=$(I,B,i):q(B,m.nargs)!==!1?I=k(I,B,i):(de=i[I+1],de!==void 0&&(!de.match(/^-/)||de.match(P))&&!q(B,m.bools)&&!q(B,m.counts)||/^(true|false)$/.test(de)?(x(B,de),I++):x(B,ne(B))));else if(j.match(/^-.\..+=/))ie=j.match(/^-([^=]+)=([\s\S]*)$/),ie!==null&&Array.isArray(ie)&&ie.length>=3&&x(ie[1],ie[2]);else if(j.match(/^-.\..+/)&&!j.match(P))de=i[I+1],ie=j.match(/^-(.\..+)/),ie!==null&&Array.isArray(ie)&&ie.length>=2&&(B=ie[1],de!==void 0&&!de.match(/^-/)&&!q(B,m.bools)&&!q(B,m.counts)?(x(B,de),I++):x(B,ne(B)));else if(j.match(/^-[^-]+/)&&!j.match(P)){oe=j.slice(1,-1).split(""),z=!1;for(let et=0;et<oe.length;et++){if(de=j.slice(et+2),oe[et+1]&&oe[et+1]==="="){Me=j.slice(et+3),B=oe[et],q(B,m.arrays)?I=$(I,B,i,Me):q(B,m.nargs)!==!1?I=k(I,B,i,Me):x(B,Me),z=!0;break}if(de==="-"){x(oe[et],de);continue}if(/[A-Za-z]/.test(oe[et])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(de)&&q(de,m.bools)===!1){x(oe[et],de),z=!0;break}if(oe[et+1]&&oe[et+1].match(/\W/)){x(oe[et],de),z=!0;break}else x(oe[et],ne(oe[et]))}B=j.slice(-1)[0],!z&&B!=="-"&&(q(B,m.arrays)?I=$(I,B,i):q(B,m.nargs)!==!1?I=k(I,B,i):(de=i[I+1],de!==void 0&&(!/^(-|--)[^-]/.test(de)||de.match(P))&&!q(B,m.bools)&&!q(B,m.counts)||/^(true|false)$/.test(de)?(x(B,de),I++):x(B,ne(B))))}else if(j.match(/^-[0-9]$/)&&j.match(P)&&q(j.slice(1),m.bools))B=j.slice(1),x(B,ne(B));else if(j==="--"){O=i.slice(I+1);break}else if(a["halt-at-non-option"]){O=i.slice(I);break}else D(j)}T(b,!0),T(b,!1),C(b),w(),U(b,m.aliases,u,!0),N(b),a["set-placeholder-key"]&&M(b),Object.keys(m.counts).forEach(function(I){V(b,I.split("."))||x(I,0)}),l&&O.length&&(b[h]=[]),O.forEach(function(I){b[h].push(I)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(b).filter(I=>I!=="--"&&I.includes("-")).forEach(I=>{delete b[I]}),a["strip-aliased"]&&[].concat(...Object.keys(o).map(I=>o[I])).forEach(I=>{a["camel-case-expansion"]&&I.includes("-")&&delete b[I.split(".").map(j=>ii(j)).join(".")],delete b[I]});function D(I){let j=A("_",I);(typeof j=="string"||typeof j=="number")&&b._.push(j)}function k(I,j,K,z){let B,oe=q(j,m.nargs);if(oe=typeof oe!="number"||isNaN(oe)?1:oe,oe===0)return Ae(z)||(L=Error(y("Argument unexpected for: %s",j))),x(j,ne(j)),I;let ie=Ae(z)?0:1;if(a["nargs-eats-options"])K.length-(I+1)+ie<oe&&(L=Error(y("Not enough arguments following: %s",j))),ie=oe;else{for(B=I+1;B<K.length&&(!K[B].match(/^-[^0-9]/)||K[B].match(P)||ee(K[B]));B++)ie++;ie<oe&&(L=Error(y("Not enough arguments following: %s",j)))}let de=Math.min(ie,oe);for(!Ae(z)&&de>0&&(x(j,z),de--),B=I+1;B<de+I+1;B++)x(j,K[B]);return I+de}function $(I,j,K,z){let B=[],oe=z||K[I+1],ie=q(j,m.nargs);if(q(j,m.bools)&&!/^(true|false)$/.test(oe))B.push(!0);else if(Ae(oe)||Ae(z)&&/^-/.test(oe)&&!P.test(oe)&&!ee(oe)){if(u[j]!==void 0){let de=u[j];B=Array.isArray(de)?de:[de]}}else{Ae(z)||B.push(v(j,z,!0));for(let de=I+1;de<K.length&&!(!a["greedy-arrays"]&&B.length>0||ie&&typeof ie=="number"&&B.length>=ie||(oe=K[de],/^-/.test(oe)&&!P.test(oe)&&!ee(oe)));de++)I=de,B.push(v(j,oe,s))}return typeof ie=="number"&&(ie&&B.length<ie||isNaN(ie)&&B.length===0)&&(L=Error(y("Not enough arguments following: %s",j))),x(j,B),I}function x(I,j,K=s){if(/-/.test(I)&&a["camel-case-expansion"]){let oe=I.split(".").map(function(ie){return ii(ie)}).join(".");g(I,oe)}let z=v(I,j,K),B=I.split(".");J(b,B,z),m.aliases[I]&&m.aliases[I].forEach(function(oe){let ie=oe.split(".");J(b,ie,z)}),B.length>1&&a["dot-notation"]&&(m.aliases[B[0]]||[]).forEach(function(oe){let ie=oe.split("."),de=[].concat(B);de.shift(),ie=ie.concat(de),(m.aliases[I]||[]).includes(ie.join("."))||J(b,ie,z)}),q(I,m.normalize)&&!q(I,m.arrays)&&[I].concat(m.aliases[I]||[]).forEach(function(ie){Object.defineProperty(_,ie,{enumerable:!0,get(){return j},set(de){j=typeof de=="string"?sn.normalize(de):de}})})}function g(I,j){m.aliases[I]&&m.aliases[I].length||(m.aliases[I]=[j],d[j]=!0),m.aliases[j]&&m.aliases[j].length||g(j,I)}function v(I,j,K){K&&(j=lk(j)),(q(I,m.bools)||q(I,m.counts))&&typeof j=="string"&&(j=j==="true");let z=Array.isArray(j)?j.map(function(B){return A(I,B)}):A(I,j);return q(I,m.counts)&&(Ae(z)||typeof z=="boolean")&&(z=nf()),q(I,m.normalize)&&q(I,m.arrays)&&(Array.isArray(j)?z=j.map(B=>sn.normalize(B)):z=sn.normalize(j)),z}function A(I,j){return!a["parse-positional-numbers"]&&I==="_"||!q(I,m.strings)&&!q(I,m.bools)&&!Array.isArray(j)&&(Ba(j)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${j}`)))||!Ae(j)&&q(I,m.numbers))&&(j=Number(j)),j}function C(I){let j=Object.create(null);U(j,m.aliases,u),Object.keys(m.configs).forEach(function(K){let z=I[K]||j[K];if(z)try{let B=null,oe=sn.resolve(sn.cwd(),z),ie=m.configs[K];if(typeof ie=="function"){try{B=ie(oe)}catch(de){B=de}if(B instanceof Error){L=B;return}}else B=sn.require(oe);E(B)}catch(B){B.name==="PermissionDenied"?L=B:I[K]&&(L=Error(y("Invalid JSON config file: %s",z)))}})}function E(I,j){Object.keys(I).forEach(function(K){let z=I[K],B=j?j+"."+K:K;typeof z=="object"&&z!==null&&!Array.isArray(z)&&a["dot-notation"]?E(z,B):(!V(b,B.split("."))||q(B,m.arrays)&&a["combine-arrays"])&&x(B,z)})}function w(){typeof c<"u"&&c.forEach(function(I){E(I)})}function T(I,j){if(typeof f>"u")return;let K=typeof f=="string"?f:"",z=sn.env();Object.keys(z).forEach(function(B){if(K===""||B.lastIndexOf(K,0)===0){let oe=B.split("__").map(function(ie,de){return de===0&&(ie=ie.substring(K.length)),ii(ie)});(j&&m.configs[oe.join(".")]||!j)&&!V(I,oe)&&x(oe.join("."),z[B])}})}function N(I){let j,K=new Set;Object.keys(I).forEach(function(z){if(!K.has(z)&&(j=q(z,m.coercions),typeof j=="function"))try{let B=A(z,j(I[z]));[].concat(m.aliases[z]||[],z).forEach(oe=>{K.add(oe),I[oe]=B})}catch(B){L=B}})}function M(I){return m.keys.forEach(j=>{~j.indexOf(".")||typeof I[j]>"u"&&(I[j]=void 0)}),I}function U(I,j,K,z=!1){Object.keys(K).forEach(function(B){V(I,B.split("."))||(J(I,B.split("."),K[B]),z&&(p[B]=!0),(j[B]||[]).forEach(function(oe){V(I,oe.split("."))||J(I,oe.split("."),K[B])}))})}function V(I,j){let K=I;a["dot-notation"]||(j=[j.join(".")]),j.slice(0,-1).forEach(function(B){K=K[B]||{}});let z=j[j.length-1];return typeof K!="object"?!1:z in K}function J(I,j,K){let z=I;a["dot-notation"]||(j=[j.join(".")]),j.slice(0,-1).forEach(function(Me){Me=A0(Me),typeof z=="object"&&z[Me]===void 0&&(z[Me]={}),typeof z[Me]!="object"||Array.isArray(z[Me])?(Array.isArray(z[Me])?z[Me].push({}):z[Me]=[z[Me],{}],z=z[Me][z[Me].length-1]):z=z[Me]});let B=A0(j[j.length-1]),oe=q(j.join("."),m.arrays),ie=Array.isArray(K),de=a["duplicate-arguments-array"];!de&&q(B,m.nargs)&&(de=!0,(!Ae(z[B])&&m.nargs[B]===1||Array.isArray(z[B])&&z[B].length===m.nargs[B])&&(z[B]=void 0)),K===nf()?z[B]=nf(z[B]):Array.isArray(z[B])?de&&oe&&ie?z[B]=a["flatten-duplicate-arrays"]?z[B].concat(K):(Array.isArray(z[B][0])?z[B]:[z[B]]).concat([K]):!de&&!!oe==!!ie?z[B]=K:z[B]=z[B].concat([K]):z[B]===void 0&&oe?z[B]=ie?K:[K]:de&&!(z[B]===void 0||q(B,m.counts)||q(B,m.bools))?z[B]=[z[B],K]:z[B]=K}function he(...I){I.forEach(function(j){Object.keys(j||{}).forEach(function(K){m.aliases[K]||(m.aliases[K]=[].concat(o[K]||[]),m.aliases[K].concat(K).forEach(function(z){if(/-/.test(z)&&a["camel-case-expansion"]){let B=ii(z);B!==K&&m.aliases[K].indexOf(B)===-1&&(m.aliases[K].push(B),d[B]=!0)}}),m.aliases[K].concat(K).forEach(function(z){if(z.length>1&&/[A-Z]/.test(z)&&a["camel-case-expansion"]){let B=ja(z,"-");B!==K&&m.aliases[K].indexOf(B)===-1&&(m.aliases[K].push(B),d[B]=!0)}}),m.aliases[K].forEach(function(z){m.aliases[z]=[K].concat(m.aliases[K].filter(function(B){return z!==B}))}))})})}function q(I,j){let K=[].concat(m.aliases[I]||[],I),z=Object.keys(j),B=K.find(oe=>z.includes(oe));return B?j[B]:!1}function H(I){let j=Object.keys(m);return[].concat(j.map(z=>m[z])).some(function(z){return Array.isArray(z)?z.includes(I):z[I]})}function W(I,...j){return[].concat(...j).some(function(z){let B=I.match(z);return B&&H(B[1])})}function Z(I){if(I.match(P)||!I.match(/^-[^-]+/))return!1;let j=!0,K,z=I.slice(1).split("");for(let B=0;B<z.length;B++){if(K=I.slice(B+2),!H(z[B])){j=!1;break}if(z[B+1]&&z[B+1]==="="||K==="-"||/[A-Za-z]/.test(z[B])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(K)||z[B+1]&&z[B+1].match(/\W/))break}return j}function ee(I){return a["unknown-options-as-args"]&&G(I)}function G(I){return I=I.replace(/^-{3,}/,"--"),I.match(P)||Z(I)?!1:!W(I,/^-+([^=]+?)=[\s\S]*$/,S,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function ne(I){return!q(I,m.bools)&&!q(I,m.counts)&&`${I}`in u?u[I]:Y(ce(I))}function Y(I){return{[ur.BOOLEAN]:!0,[ur.STRING]:"",[ur.NUMBER]:void 0,[ur.ARRAY]:[]}[I]}function ce(I){let j=ur.BOOLEAN;return q(I,m.strings)?j=ur.STRING:q(I,m.numbers)?j=ur.NUMBER:q(I,m.bools)?j=ur.BOOLEAN:q(I,m.arrays)&&(j=ur.ARRAY),j}function Ae(I){return I===void 0}function Fe(){Object.keys(m.counts).find(I=>q(I,m.arrays)?(L=Error(y("Invalid configuration: %s, opts.count excludes opts.array.",I)),!0):q(I,m.nargs)?(L=Error(y("Invalid configuration: %s, opts.count excludes opts.narg.",I)),!0):!1)}return{aliases:Object.assign({},m.aliases),argv:Object.assign(_,b),configuration:a,defaulted:Object.assign({},p),error:L,newAliases:Object.assign({},d)}}};function ck(e){let t=[],r=Object.create(null),n=!0;for(Object.keys(e).forEach(function(i){t.push([].concat(e[i],i))});n;){n=!1;for(let i=0;i<t.length;i++)for(let s=i+1;s<t.length;s++)if(t[i].filter(function(a){return t[s].indexOf(a)!==-1}).length){t[i]=t[i].concat(t[s]),t.splice(s,1),n=!0;break}}return t.forEach(function(i){i=i.filter(function(o,a,u){return u.indexOf(o)===a});let s=i.pop();s!==void 0&&typeof s=="string"&&(r[s]=i)}),r}function nf(e){return e!==void 0?e+1:1}function A0(e){return e==="__proto__"?"___proto___":e}function lk(e){return typeof e=="string"&&(e[0]==="'"||e[0]==='"')&&e[e.length-1]===e[0]?e.substring(1,e.length-1):e}var S0=require("fs");var sf,of,af,E0=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12,b0=(of=(sf=process==null?void 0:process.versions)===null||sf===void 0?void 0:sf.node)!==null&&of!==void 0?of:(af=process==null?void 0:process.version)===null||af===void 0?void 0:af.slice(1);if(b0&&Number(b0.match(/^([^.]+)/)[1])<E0)throw Error(`yargs parser supports a minimum Node.js version of ${E0}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var fk=process?process.env:{},C0=new Wa({cwd:process.cwd,env:()=>fk,format:w0.format,normalize:qa.normalize,resolve:qa.resolve,require:e=>{if(typeof require<"u")return require(e);if(e.match(/\.json$/))return JSON.parse((0,S0.readFileSync)(e,"utf8"));throw Error("only .json config files are supported in ESM")}}),ro=function(t,r){return C0.parse(t.slice(),r).argv};ro.detailed=function(e,t){return C0.parse(e.slice(),t)};ro.camelCase=ii;ro.decamelize=ja;ro.looksLikeNumber=Ba;var uf=ro;var kr=require("path");function x0(){return hk()?0:1}function hk(){return dk()&&!process.defaultApp}function dk(){return!!process.versions.electron}function cf(e){return e.slice(x0()+1)}function P0(){return process.argv[x0()]}var We=class e extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,e)}};var Hi=require("fs"),O0=require("util"),_0=require("path"),R0={fs:{readFileSync:Hi.readFileSync,writeFile:Hi.writeFile},format:O0.format,resolve:_0.resolve,exists:e=>{try{return(0,Hi.statSync)(e).isFile()}catch{return!1}}};var Fr,lf=class{constructor(t){t=t||{},this.directory=t.directory||"./locales",this.updateFiles=typeof t.updateFiles=="boolean"?t.updateFiles:!0,this.locale=t.locale||"en",this.fallbackToLanguage=typeof t.fallbackToLanguage=="boolean"?t.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...t){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let r=t.shift(),n=function(){};return typeof t[t.length-1]=="function"&&(n=t.pop()),n=n||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][r]&&this.updateFiles?(this.cache[this.locale][r]=r,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:n})):n(),Fr.format.apply(Fr.format,[this.cache[this.locale][r]||r].concat(t))}__n(){let t=Array.prototype.slice.call(arguments),r=t.shift(),n=t.shift(),i=t.shift(),s=function(){};typeof t[t.length-1]=="function"&&(s=t.pop()),this.cache[this.locale]||this._readLocaleFile();let o=i===1?r:n;this.cache[this.locale][r]&&(o=this.cache[this.locale][r][i===1?"one":"other"]),!this.cache[this.locale][r]&&this.updateFiles?(this.cache[this.locale][r]={one:r,other:n},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:s})):s();let a=[o];return~o.indexOf("%d")&&a.push(i),Fr.format.apply(Fr.format,a.concat(t))}setLocale(t){this.locale=t}getLocale(){return this.locale}updateLocale(t){this.cache[this.locale]||this._readLocaleFile();for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(this.cache[this.locale][r]=t[r])}_taggedLiteral(t,...r){let n="";return t.forEach(function(i,s){let o=r[s+1];n+=i,typeof o<"u"&&(n+="%s")}),this.__.apply(this,[n].concat([].slice.call(r,1)))}_enqueueWrite(t){this.writeQueue.push(t),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let t=this,r=this.writeQueue[0],n=r.directory,i=r.locale,s=r.cb,o=this._resolveLocaleFile(n,i),a=JSON.stringify(this.cache[i],null,2);Fr.fs.writeFile(o,a,"utf-8",function(u){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(u)})}_readLocaleFile(){let t={},r=this._resolveLocaleFile(this.directory,this.locale);try{Fr.fs.readFileSync&&(t=JSON.parse(Fr.fs.readFileSync(r,"utf-8")))}catch(n){if(n instanceof SyntaxError&&(n.message="syntax error in "+r),n.code==="ENOENT")t={};else throw n}this.cache[this.locale]=t}_resolveLocaleFile(t,r){let n=Fr.resolve(t,"./",r+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(n)&&~r.lastIndexOf("_")){let i=Fr.resolve(t,"./",r.split("_")[0]+".json");this._fileExistsSync(i)&&(n=i)}return n}_fileExistsSync(t){return Fr.exists(t)}};function F0(e,t){Fr=t;let r=new lf(e);return{__:r.__.bind(r),__n:r.__n.bind(r),setLocale:r.setLocale.bind(r),getLocale:r.getLocale.bind(r),updateLocale:r.updateLocale.bind(r),locale:r.locale}}var pk=e=>F0(e,R0),k0=pk;var yk={},gk="require is not supported by ESM",D0="loading a directory of commands is not supported yet for ESM",no;try{no=(0,I0.fileURLToPath)(yk.url)}catch{no=process.cwd()}var mk=no.substring(0,no.lastIndexOf("node_modules")),ff={assert:{notStrictEqual:Ga.notStrictEqual,strictEqual:Ga.strictEqual},cliui:rf,findUp:y0,getEnv:e=>process.env[e],inspect:L0.inspect,getCallerFile:()=>{throw new We(D0)},getProcessArgvBin:P0,mainFilename:mk||process.cwd(),Parser:uf,path:{basename:kr.basename,dirname:kr.dirname,extname:kr.extname,relative:kr.relative,resolve:kr.resolve},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(e,t)=>process.emitWarning(e,t),execPath:()=>process.execPath,exit:process.exit,nextTick:process.nextTick,stdColumns:typeof process.stdout.columns<"u"?process.stdout.columns:null},readFileSync:T0.readFileSync,require:()=>{throw new We(gk)},requireDirectory:()=>{throw new We(D0)},stringWidth:e=>[...e].length,y18n:k0({directory:(0,kr.resolve)(no,"../../../locales"),updateFiles:!1})};function kt(e,t,r,n){r.assert.notStrictEqual(e,t,n)}function hf(e,t){t.assert.strictEqual(typeof e,"string")}function zi(e){return Object.keys(e)}function qe(e){return!!e&&!!e.then&&typeof e.then=="function"}function Cn(e){let r=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),n=/\.*[\][<>]/g,i=r.shift();if(!i)throw new Error(`No command found in: ${e}`);let s={cmd:i.replace(n,""),demanded:[],optional:[]};return r.forEach((o,a)=>{let u=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&a===r.length-1&&(u=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(n,"").split("|"),variadic:u}):s.demanded.push({cmd:o.replace(n,"").split("|"),variadic:u})}),s}var vk=["first","second","third","fourth","fifth","sixth"];function le(e,t,r){function n(){return typeof e=="object"?[{demanded:[],optional:[]},e,t]:[Cn(`cmd ${e}`),t,r]}try{let i=0,[s,o,a]=n(),u=[].slice.call(o);for(;u.length&&u[u.length-1]===void 0;)u.pop();let c=a||u.length;if(c<s.demanded.length)throw new We(`Not enough arguments provided. Expected ${s.demanded.length} but received ${u.length}.`);let f=s.demanded.length+s.optional.length;if(c>f)throw new We(`Too many arguments provided. Expected max ${f} but received ${c}.`);s.demanded.forEach(l=>{let h=u.shift(),d=N0(h);l.cmd.filter(y=>y===d||y==="*").length===0&&$0(d,l.cmd,i),i+=1}),s.optional.forEach(l=>{if(u.length===0)return;let h=u.shift(),d=N0(h);l.cmd.filter(y=>y===d||y==="*").length===0&&$0(d,l.cmd,i),i+=1})}catch(i){console.warn(i.stack)}}function N0(e){return Array.isArray(e)?"array":e===null?"null":typeof e}function $0(e,t,r){throw new We(`Invalid ${vk[r]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}var Ua=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,r,n=!0,i=!1){if(le("<array|function> [boolean] [boolean] [boolean]",[t,r,n],arguments.length),Array.isArray(t)){for(let s=0;s<t.length;s++){if(typeof t[s]!="function")throw Error("middleware must be a function");let o=t[s];o.applyBeforeValidation=r,o.global=n}Array.prototype.push.apply(this.globalMiddleware,t)}else if(typeof t=="function"){let s=t;s.applyBeforeValidation=r,s.global=n,s.mutates=i,this.globalMiddleware.push(t)}return this.yargs}addCoerceMiddleware(t,r){let n=this.yargs.getAliases();return this.globalMiddleware=this.globalMiddleware.filter(i=>{let s=[...n[r]||[],r];return i.option?!s.includes(i.option):!0}),t.option=r,this.addMiddleware(t,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let t=this.frozens.pop();t!==void 0&&(this.globalMiddleware=t)}reset(){this.globalMiddleware=this.globalMiddleware.filter(t=>t.global)}};function M0(e){return e?e.map(t=>(t.applyBeforeValidation=!1,t)):[]}function si(e,t,r,n){return r.reduce((i,s)=>{if(s.applyBeforeValidation!==n)return i;if(s.mutates){if(s.applied)return i;s.applied=!0}if(qe(i))return i.then(o=>Promise.all([o,s(o,t)])).then(([o,a])=>Object.assign(o,a));{let o=s(i,t);return qe(o)?o.then(a=>Object.assign(i,a)):Object.assign(i,o)}},e)}function oi(e,t,r=n=>{throw n}){try{let n=Ak(e)?e():e;return qe(n)?n.then(i=>t(i)):t(n)}catch(n){return r(n)}}function Ak(e){return typeof e=="function"}function df(e){if(typeof require>"u")return null;for(let t=0,r=Object.keys(require.cache),n;t<r.length;t++)if(n=require.cache[r[t]],n.exports===e)return n;return null}var Yi=/(^\*)|(^\$0)/,pf=class{constructor(t,r,n,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=t,this.globalMiddleware=n,this.validation=r}addDirectory(t,r,n,i){i=i||{},typeof i.recurse!="boolean"&&(i.recurse=!1),Array.isArray(i.extensions)||(i.extensions=["js"]);let s=typeof i.visit=="function"?i.visit:o=>o;i.visit=(o,a,u)=>{let c=s(o,a,u);if(c){if(this.requireCache.has(a))return c;this.requireCache.add(a),this.addHandler(c)}return c},this.shim.requireDirectory({require:r,filename:n},t,i)}addHandler(t,r,n,i,s,o){let a=[],u=M0(s);if(i=i||(()=>{}),Array.isArray(t))if(Ek(t))[t,...a]=t;else for(let c of t)this.addHandler(c);else if(wk(t)){let c=Array.isArray(t.command)||typeof t.command=="string"?t.command:this.moduleName(t);t.aliases&&(c=[].concat(c).concat(t.aliases)),this.addHandler(c,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(j0(n)){this.addHandler([t].concat(a),r,n.builder,n.handler,n.middlewares,n.deprecated);return}if(typeof t=="string"){let c=Cn(t);a=a.map(h=>Cn(h).cmd);let f=!1,l=[c.cmd].concat(a).filter(h=>Yi.test(h)?(f=!0,!1):!0);l.length===0&&f&&l.push("$0"),f&&(c.cmd=l[0],a=l.slice(1),t=t.replace(Yi,c.cmd)),a.forEach(h=>{this.aliasMap[h]=c.cmd}),r!==!1&&this.usage.command(t,r,f,a,o),this.handlers[c.cmd]={original:t,description:r,handler:i,builder:n||{},middlewares:u,deprecated:o,demanded:c.demanded,optional:c.optional},f&&(this.defaultCommand=this.handlers[c.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(t,r,n,i,s,o){let a=this.handlers[t]||this.handlers[this.aliasMap[t]]||this.defaultCommand,u=r.getInternalMethods().getContext(),c=u.commands.slice(),f=!t;t&&(u.commands.push(t),u.fullCommands.push(a.original));let l=this.applyBuilderUpdateUsageAndParse(f,a,r,n.aliases,c,i,s,o);return qe(l)?l.then(h=>this.applyMiddlewareAndGetResult(f,a,h.innerArgv,u,s,h.aliases,r)):this.applyMiddlewareAndGetResult(f,a,l.innerArgv,u,s,l.aliases,r)}applyBuilderUpdateUsageAndParse(t,r,n,i,s,o,a,u){let c=r.builder,f=n;if(Ha(c)){n.getInternalMethods().getUsageInstance().freeze();let l=c(n.getInternalMethods().reset(i),u);if(qe(l))return l.then(h=>(f=W0(h)?h:n,this.parseAndUpdateUsage(t,r,f,s,o,a)))}else bk(c)&&(n.getInternalMethods().getUsageInstance().freeze(),f=n.getInternalMethods().reset(i),Object.keys(r.builder).forEach(l=>{f.option(l,c[l])}));return this.parseAndUpdateUsage(t,r,f,s,o,a)}parseAndUpdateUsage(t,r,n,i,s,o){t&&n.getInternalMethods().getUsageInstance().unfreeze(!0),this.shouldUpdateUsage(n)&&n.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(i,r),r.description);let a=n.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,s,o);return qe(a)?a.then(u=>({aliases:n.parsed.aliases,innerArgv:u})):{aliases:n.parsed.aliases,innerArgv:a}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,r){let n=Yi.test(r.original)?r.original.replace(Yi,"").trim():r.original,i=t.filter(s=>!Yi.test(s));return i.push(n),`$0 ${i.join(" ")}`}handleValidationAndGetResult(t,r,n,i,s,o,a,u){if(!o.getInternalMethods().getHasOutput()){let c=o.getInternalMethods().runValidation(s,u,o.parsed.error,t);n=oi(n,f=>(c(f),f))}if(r.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let c=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(n,c,!1,!1),n=si(n,o,a,!1),n=oi(n,f=>{let l=r.handler(f);return qe(l)?l.then(()=>f):f}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),qe(n)&&!o.getInternalMethods().hasParseCallback()&&n.catch(f=>{try{o.getInternalMethods().getUsageInstance().fail(null,f)}catch{}})}return t||(i.commands.pop(),i.fullCommands.pop()),n}applyMiddlewareAndGetResult(t,r,n,i,s,o,a){let u={};if(s)return n;a.getInternalMethods().getHasOutput()||(u=this.populatePositionals(r,n,i,a));let c=this.globalMiddleware.getMiddleware().slice(0).concat(r.middlewares),f=si(n,a,c,!0);return qe(f)?f.then(l=>this.handleValidationAndGetResult(t,r,l,i,o,a,c,u)):this.handleValidationAndGetResult(t,r,f,i,o,a,c,u)}populatePositionals(t,r,n,i){r._=r._.slice(n.commands.length);let s=t.demanded.slice(0),o=t.optional.slice(0),a={};for(this.validation.positionalCount(s.length,r._.length);s.length;){let u=s.shift();this.populatePositional(u,r,a)}for(;o.length;){let u=o.shift();this.populatePositional(u,r,a)}return r._=n.commands.concat(r._.map(u=>""+u)),this.postProcessPositionals(r,a,this.cmdToParseOptions(t.original),i),a}populatePositional(t,r,n){let i=t.cmd[0];t.variadic?n[i]=r._.splice(0).map(String):r._.length&&(n[i]=[String(r._.shift())])}cmdToParseOptions(t){let r={array:[],default:{},alias:{},demand:{}},n=Cn(t);return n.demanded.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(r.array.push(s),r.default[s]=[]),r.alias[s]=o,r.demand[s]=!0}),n.optional.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(r.array.push(s),r.default[s]=[]),r.alias[s]=o}),r}postProcessPositionals(t,r,n,i){let s=Object.assign({},i.getOptions());s.default=Object.assign(n.default,s.default);for(let c of Object.keys(n.alias))s.alias[c]=(s.alias[c]||[]).concat(n.alias[c]);s.array=s.array.concat(n.array),s.config={};let o=[];if(Object.keys(r).forEach(c=>{r[c].map(f=>{s.configuration["unknown-options-as-args"]&&(s.key[c]=!0),o.push(`--${c}`),o.push(f)})}),!o.length)return;let a=Object.assign({},s.configuration,{"populate--":!1}),u=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:a}));if(u.error)i.getInternalMethods().getUsageInstance().fail(u.error.message,u.error);else{let c=Object.keys(r);Object.keys(r).forEach(f=>{c.push(...u.aliases[f])}),Object.keys(u.argv).forEach(f=>{c.includes(f)&&(r[f]||(r[f]=u.argv[f]),!this.isInConfigs(i,f)&&!this.isDefaulted(i,f)&&Object.prototype.hasOwnProperty.call(t,f)&&Object.prototype.hasOwnProperty.call(u.argv,f)&&(Array.isArray(t[f])||Array.isArray(u.argv[f]))?t[f]=[].concat(t[f],u.argv[f]):t[f]=u.argv[f])})}}isDefaulted(t,r){let{default:n}=t.getOptions();return Object.prototype.hasOwnProperty.call(n,r)||Object.prototype.hasOwnProperty.call(n,this.shim.Parser.camelCase(r))}isInConfigs(t,r){let{configObjects:n}=t.getOptions();return n.some(i=>Object.prototype.hasOwnProperty.call(i,r))||n.some(i=>Object.prototype.hasOwnProperty.call(i,this.shim.Parser.camelCase(r)))}runDefaultBuilderOn(t){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(t)){let n=Yi.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");t.getInternalMethods().getUsageInstance().usage(n,this.defaultCommand.description)}let r=this.defaultCommand.builder;if(Ha(r))return r(t,!0);j0(r)||Object.keys(r).forEach(n=>{t.option(n,r[n])})}moduleName(t){let r=df(t);if(!r)throw new Error(`No command name given for module: ${this.shim.inspect(t)}`);return this.commandFromFilename(r.filename)}commandFromFilename(t){return this.shim.path.basename(t,this.shim.path.extname(t))}extractDesc({describe:t,description:r,desc:n}){for(let i of[t,r,n]){if(typeof i=="string"||i===!1)return i;kt(i,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let t=this.frozens.pop();kt(t,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=t}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function B0(e,t,r,n){return new pf(e,t,r,n)}function j0(e){return typeof e=="object"&&!!e.builder&&typeof e.handler=="function"}function Ek(e){return e.every(t=>typeof t=="string")}function Ha(e){return typeof e=="function"}function bk(e){return typeof e=="object"}function wk(e){return typeof e=="object"&&!Array.isArray(e)}function xn(e={},t=()=>!0){let r={};return zi(e).forEach(n=>{t(n,e[n])&&(r[n]=e[n])}),r}function Pn(e){typeof process>"u"||[process.stdout,process.stderr].forEach(t=>{let r=t;r._handle&&r.isTTY&&typeof r._handle.setBlocking=="function"&&r._handle.setBlocking(e)})}function Sk(e){return typeof e=="boolean"}function G0(e,t){let r=t.y18n.__,n={},i=[];n.failFn=function(v){i.push(v)};let s=null,o=null,a=!0;n.showHelpOnFail=function(v=!0,A){let[C,E]=typeof v=="string"?[!0,v]:[v,A];return e.getInternalMethods().isGlobalContext()&&(o=E),s=E,a=C,n};let u=!1;n.fail=function(v,A){let C=e.getInternalMethods().getLoggerInstance();if(i.length)for(let E=i.length-1;E>=0;--E){let w=i[E];if(Sk(w)){if(A)throw A;if(v)throw Error(v)}else w(v,A,n)}else{if(e.getExitProcess()&&Pn(!0),!u){u=!0,a&&(e.showHelp("error"),C.error()),(v||A)&&C.error(v||A);let E=s||o;E&&((v||A)&&C.error(""),C.error(E))}if(A=A||new We(v),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,A);throw A}};let c=[],f=!1;n.usage=(g,v)=>g===null?(f=!0,c=[],n):(f=!1,c.push([g,v||""]),n),n.getUsage=()=>c,n.getUsageDisabled=()=>f,n.getPositionalGroupName=()=>r("Positionals:");let l=[];n.example=(g,v)=>{l.push([g,v||""])};let h=[];n.command=function(v,A,C,E,w=!1){C&&(h=h.map(T=>(T[2]=!1,T))),h.push([v,A||"",C,E,w])},n.getCommands=()=>h;let d={};n.describe=function(v,A){Array.isArray(v)?v.forEach(C=>{n.describe(C,A)}):typeof v=="object"?Object.keys(v).forEach(C=>{n.describe(C,v[C])}):d[v]=A},n.getDescriptions=()=>d;let p=[];n.epilog=g=>{p.push(g)};let y=!1,m;n.wrap=g=>{y=!0,m=g},n.getWrap=()=>t.getEnv("YARGS_DISABLE_WRAP")?null:(y||(m=k(),y=!0),m);let P="__yargsString__:";n.deferY18nLookup=g=>P+g,n.help=function(){if(O)return O;L();let v=e.customScriptName?e.$0:t.path.basename(e.$0),A=e.getDemandedOptions(),C=e.getDemandedCommands(),E=e.getDeprecatedOptions(),w=e.getGroups(),T=e.getOptions(),N=[];N=N.concat(Object.keys(d)),N=N.concat(Object.keys(A)),N=N.concat(Object.keys(C)),N=N.concat(Object.keys(T.default)),N=N.filter(_),N=Object.keys(N.reduce((W,Z)=>(Z!=="_"&&(W[Z]=!0),W),{}));let M=n.getWrap(),U=t.cliui({width:M,wrap:!!M});if(!f){if(c.length)c.forEach(W=>{U.div({text:`${W[0].replace(/\$0/g,v)}`}),W[1]&&U.div({text:`${W[1]}`,padding:[1,0,0,0]})}),U.div();else if(h.length){let W=null;C._?W=`${v} <${r("command")}>
106
- `:W=`${v} [${r("command")}]
107
- `,U.div(`${W}`)}}if(h.length>1||h.length===1&&!h[0][2]){U.div(r("Commands:"));let W=e.getInternalMethods().getContext(),Z=W.commands.length?`${W.commands.join(" ")} `:"";e.getInternalMethods().getParserConfiguration()["sort-commands"]===!0&&(h=h.sort((G,ne)=>G[0].localeCompare(ne[0])));let ee=v?`${v} `:"";h.forEach(G=>{let ne=`${ee}${Z}${G[0].replace(/^\$0 ?/,"")}`;U.span({text:ne,padding:[0,2,0,2],width:S(h,M,`${v}${Z}`)+4},{text:G[1]});let Y=[];G[2]&&Y.push(`[${r("default")}]`),G[3]&&G[3].length&&Y.push(`[${r("aliases:")} ${G[3].join(", ")}]`),G[4]&&(typeof G[4]=="string"?Y.push(`[${r("deprecated: %s",G[4])}]`):Y.push(`[${r("deprecated")}]`)),Y.length?U.div({text:Y.join(" "),padding:[0,0,0,2],align:"right"}):U.div()}),U.div()}let V=(Object.keys(T.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);N=N.filter(W=>!e.parsed.newAliases[W]&&V.every(Z=>(T.alias[Z]||[]).indexOf(W)===-1));let J=r("Options:");w[J]||(w[J]=[]),b(N,T.alias,w,J);let he=W=>/^--/.test(za(W)),q=Object.keys(w).filter(W=>w[W].length>0).map(W=>{let Z=w[W].filter(_).map(ee=>{if(V.includes(ee))return ee;for(let G=0,ne;(ne=V[G])!==void 0;G++)if((T.alias[ne]||[]).includes(ee))return ne;return ee});return{groupName:W,normalizedKeys:Z}}).filter(({normalizedKeys:W})=>W.length>0).map(({groupName:W,normalizedKeys:Z})=>{let ee=Z.reduce((G,ne)=>(G[ne]=[ne].concat(T.alias[ne]||[]).map(Y=>W===n.getPositionalGroupName()?Y:(/^[0-9]$/.test(Y)?T.boolean.includes(ne)?"-":"--":Y.length>1?"--":"-")+Y).sort((Y,ce)=>he(Y)===he(ce)?0:he(Y)?1:-1).join(", "),G),{});return{groupName:W,normalizedKeys:Z,switches:ee}});if(q.filter(({groupName:W})=>W!==n.getPositionalGroupName()).some(({normalizedKeys:W,switches:Z})=>!W.every(ee=>he(Z[ee])))&&q.filter(({groupName:W})=>W!==n.getPositionalGroupName()).forEach(({normalizedKeys:W,switches:Z})=>{W.forEach(ee=>{he(Z[ee])&&(Z[ee]=Ck(Z[ee],4))})}),q.forEach(({groupName:W,normalizedKeys:Z,switches:ee})=>{U.div(W),Z.forEach(G=>{let ne=ee[G],Y=d[G]||"",ce=null;Y.includes(P)&&(Y=r(Y.substring(P.length))),T.boolean.includes(G)&&(ce=`[${r("boolean")}]`),T.count.includes(G)&&(ce=`[${r("count")}]`),T.string.includes(G)&&(ce=`[${r("string")}]`),T.normalize.includes(G)&&(ce=`[${r("string")}]`),T.array.includes(G)&&(ce=`[${r("array")}]`),T.number.includes(G)&&(ce=`[${r("number")}]`);let Ae=j=>typeof j=="string"?`[${r("deprecated: %s",j)}]`:`[${r("deprecated")}]`,Fe=[G in E?Ae(E[G]):null,ce,G in A?`[${r("required")}]`:null,T.choices&&T.choices[G]?`[${r("choices:")} ${n.stringifiedValues(T.choices[G])}]`:null,D(T.default[G],T.defaultDescription[G])].filter(Boolean).join(" ");U.span({text:za(ne),padding:[0,2,0,2+q0(ne)],width:S(ee,M)+4},Y);let I=e.getInternalMethods().getUsageConfiguration()["hide-types"]===!0;Fe&&!I?U.div({text:Fe,padding:[0,0,0,2],align:"right"}):U.div()}),U.div()}),l.length&&(U.div(r("Examples:")),l.forEach(W=>{W[0]=W[0].replace(/\$0/g,v)}),l.forEach(W=>{W[1]===""?U.div({text:W[0],padding:[0,2,0,2]}):U.div({text:W[0],padding:[0,2,0,2],width:S(l,M)+4},{text:W[1]})}),U.div()),p.length>0){let W=p.map(Z=>Z.replace(/\$0/g,v)).join(`
108
- `);U.div(`${W}
109
- `)}return U.toString().replace(/\s*$/,"")};function S(g,v,A){let C=0;return Array.isArray(g)||(g=Object.values(g).map(E=>[E])),g.forEach(E=>{C=Math.max(t.stringWidth(A?`${A} ${za(E[0])}`:za(E[0]))+q0(E[0]),C)}),v&&(C=Math.min(C,parseInt((v*.5).toString(),10))),C}function L(){let g=e.getDemandedOptions(),v=e.getOptions();(Object.keys(v.alias)||[]).forEach(A=>{v.alias[A].forEach(C=>{d[C]&&n.describe(A,d[C]),C in g&&e.demandOption(A,g[C]),v.boolean.includes(C)&&e.boolean(A),v.count.includes(C)&&e.count(A),v.string.includes(C)&&e.string(A),v.normalize.includes(C)&&e.normalize(A),v.array.includes(C)&&e.array(A),v.number.includes(C)&&e.number(A)})})}let O;n.cacheHelpMessage=function(){O=this.help()},n.clearCachedHelpMessage=function(){O=void 0},n.hasCachedHelpMessage=function(){return!!O};function b(g,v,A,C){let E=[],w=null;return Object.keys(A).forEach(T=>{E=E.concat(A[T])}),g.forEach(T=>{w=[T].concat(v[T]),w.some(N=>E.indexOf(N)!==-1)||A[C].push(T)}),E}function _(g){return e.getOptions().hiddenOptions.indexOf(g)<0||e.parsed.argv[e.getOptions().showHiddenOpt]}n.showHelp=g=>{let v=e.getInternalMethods().getLoggerInstance();g||(g="error"),(typeof g=="function"?g:v[g])(n.help())},n.functionDescription=g=>["(",g.name?t.Parser.decamelize(g.name,"-"):r("generated-value"),")"].join(""),n.stringifiedValues=function(v,A){let C="",E=A||", ",w=[].concat(v);return!v||!w.length||w.forEach(T=>{C.length&&(C+=E),C+=JSON.stringify(T)}),C};function D(g,v){let A=`[${r("default:")} `;if(g===void 0&&!v)return null;if(v)A+=v;else switch(typeof g){case"string":A+=`"${g}"`;break;case"object":A+=JSON.stringify(g);break;default:A+=g}return`${A}]`}function k(){return t.process.stdColumns?Math.min(80,t.process.stdColumns):80}let $=null;n.version=g=>{$=g},n.showVersion=g=>{let v=e.getInternalMethods().getLoggerInstance();g||(g="error"),(typeof g=="function"?g:v[g])($)},n.reset=function(v){return s=null,u=!1,c=[],f=!1,p=[],l=[],h=[],d=xn(d,A=>!v[A]),n};let x=[];return n.freeze=function(){x.push({failMessage:s,failureOutput:u,usages:c,usageDisabled:f,epilogs:p,examples:l,commands:h,descriptions:d})},n.unfreeze=function(v=!1){let A=x.pop();A&&(v?(d={...A.descriptions,...d},h=[...A.commands,...h],c=[...A.usages,...c],l=[...A.examples,...l],p=[...A.epilogs,...p]):{failMessage:s,failureOutput:u,usages:c,usageDisabled:f,epilogs:p,examples:l,commands:h,descriptions:d}=A)},n}function gf(e){return typeof e=="object"}function Ck(e,t){return gf(e)?{text:e.text,indentation:e.indentation+t}:{text:e,indentation:t}}function q0(e){return gf(e)?e.indentation:0}function za(e){return gf(e)?e.text:e}var U0=`###-begin-{{app_name}}-completions-###
106
+ `),s.border&&(i.unshift("."+"-".repeat(this.negatePadding(s)+2)+"."),i.push("'"+"-".repeat(this.negatePadding(s)+2)+"'")),s.padding&&(i.unshift(...new Array(s.padding[g8]||0).fill("")),i.push(...new Array(s.padding[m8]||0).fill(""))),i.forEach((a,u)=>{r[u]||r.push([]);let c=r[u];for(let f=0;f<o;f++)c[f]===void 0&&c.push("");c.push(a)})}),r}negatePadding(t){let r=t.width||0;return t.padding&&(r-=(t.padding[Yu]||0)+(t.padding[zu]||0)),t.border&&(r-=4),r}columnWidths(t){if(!this.wrap)return t.map(o=>o.width||xt.stringWidth(o.text));let r=t.length,n=this.width,i=t.map(o=>{if(o.width)return r--,n-=o.width,o.width}),s=r?Math.floor(n/r):0;return i.map((o,a)=>o===void 0?Math.max(s,y8(t[a])):o)}};function eP(e,t,r){return e.border?/[.']-+[.']/.test(t)?"":t.trim().length!==0?r:" ":""}function y8(e){let t=e.padding||[],r=1+(t[Yu]||0)+(t[zu]||0);return e.border?r+4:r}function A8(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function w8(e,t){e=e.trim();let r=xt.stringWidth(e);return r<t?" ".repeat(t-r)+e:e}function b8(e,t){e=e.trim();let r=xt.stringWidth(e);return r>=t?e:" ".repeat(t-r>>1)+e}var xt;function tP(e,t){return xt=t,new Bd({width:e?.width||A8(),wrap:e?.wrap})}var rP=new RegExp("\x1B(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)","g");function Md(e){return e.replace(rP,"")}function nP(e,t){let[r,n]=e.match(rP)||["",""];e=Md(e);let i="";for(let s=0;s<e.length;s++)s!==0&&s%t===0&&(i+=`
107
+ `),i+=e.charAt(s);return r&&n&&(i=`${r}${i}${n}`),i}function jd(e){return tP(e,{stringWidth:t=>[...t].length,stripAnsi:Md,wrap:nP})}var Fi=require("path"),Vu=require("fs");function iP(e,t){let r=(0,Fi.resolve)(".",e),n;for((0,Vu.statSync)(r).isDirectory()||(r=(0,Fi.dirname)(r));;){if(n=t(r,(0,Vu.readdirSync)(r)),n)return(0,Fi.resolve)(r,n);if(r=(0,Fi.dirname)(n=r),n===r)break}}var bP=require("util"),EP=require("fs"),_P=require("url");var cP=require("util"),Qu=require("path");function Sn(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),e.indexOf("-")===-1&&e.indexOf("_")===-1)return e;{let r="",n=!1,i=e.match(/^-+/);for(let s=i?i[0].length:0;s<e.length;s++){let o=e.charAt(s);n&&(n=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?n=!0:o!=="-"&&o!=="_"&&(r+=o)}return r}}function Ku(e,t){let r=e.toLowerCase();t=t||"-";let n="";for(let i=0;i<e.length;i++){let s=r.charAt(i),o=e.charAt(i);s!==o&&i>0?n+=`${t}${r.charAt(i)}`:n+=o}return n}function Xu(e){return e==null?!1:typeof e=="number"||/^0x[0-9a-f]+$/i.test(e)?!0:/^0[^.]/.test(e)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(e)}function sP(e){if(Array.isArray(e))return e.map(o=>typeof o!="string"?o+"":o);e=e.trim();let t=0,r=null,n=null,i=null,s=[];for(let o=0;o<e.length;o++){if(r=n,n=e.charAt(o),n===" "&&!i){r!==" "&&t++;continue}n===i?i=null:(n==="'"||n==='"')&&!i&&(i=n),s[t]||(s[t]=""),s[t]+=n}return s}var jt;(function(e){e.BOOLEAN="boolean",e.STRING="string",e.NUMBER="number",e.ARRAY="array"})(jt||(jt={}));var xr,Ju=class{constructor(t){xr=t}parse(t,r){let n=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},r),i=sP(t),s=typeof t=="string",o=E8(Object.assign(Object.create(null),n.alias)),a=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},n.configuration),u=Object.assign(Object.create(null),n.default),c=n.configObjects||[],f=n.envPrefix,l=a["populate--"],h=l?"--":"_",p=Object.create(null),d=Object.create(null),g=n.__||xr.format,m={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},b=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,_=new RegExp("^--"+a["negation-prefix"]+"(.+)");[].concat(n.array||[]).filter(Boolean).forEach(function(E){let S=typeof E=="object"?E.key:E,B=Object.keys(E).map(function(D){return{boolean:"bools",string:"strings",number:"numbers"}[D]}).filter(Boolean).pop();B&&(m[B][S]=!0),m.arrays[S]=!0,m.keys.push(S)}),[].concat(n.boolean||[]).filter(Boolean).forEach(function(E){m.bools[E]=!0,m.keys.push(E)}),[].concat(n.string||[]).filter(Boolean).forEach(function(E){m.strings[E]=!0,m.keys.push(E)}),[].concat(n.number||[]).filter(Boolean).forEach(function(E){m.numbers[E]=!0,m.keys.push(E)}),[].concat(n.count||[]).filter(Boolean).forEach(function(E){m.counts[E]=!0,m.keys.push(E)}),[].concat(n.normalize||[]).filter(Boolean).forEach(function(E){m.normalize[E]=!0,m.keys.push(E)}),typeof n.narg=="object"&&Object.entries(n.narg).forEach(([E,S])=>{typeof S=="number"&&(m.nargs[E]=S,m.keys.push(E))}),typeof n.coerce=="object"&&Object.entries(n.coerce).forEach(([E,S])=>{typeof S=="function"&&(m.coercions[E]=S,m.keys.push(E))}),typeof n.config<"u"&&(Array.isArray(n.config)||typeof n.config=="string"?[].concat(n.config).filter(Boolean).forEach(function(E){m.configs[E]=!0}):typeof n.config=="object"&&Object.entries(n.config).forEach(([E,S])=>{(typeof S=="boolean"||typeof S=="function")&&(m.configs[E]=S)})),it(n.key,o,n.default,m.arrays),Object.keys(u).forEach(function(E){(m.aliases[E]||[]).forEach(function(S){u[S]=u[E]})});let P=null;Te();let F=[],N=Object.assign(Object.create(null),{_:[]}),q={};for(let E=0;E<i.length;E++){let S=i[E],B=S.replace(/^-{3,}/,"---"),D,C,K,U,Z,qe;if(S!=="--"&&/^-/.test(S)&&Se(S))j(S);else if(B.match(/^---+(=|$)/)){j(S);continue}else if(S.match(/^--.+=/)||!a["short-option-groups"]&&S.match(/^-.+=/))U=S.match(/^--?([^=]+)=([\s\S]*)$/),U!==null&&Array.isArray(U)&&U.length>=3&&(Q(U[1],m.arrays)?E=M(E,U[1],i,U[2]):Q(U[1],m.nargs)!==!1?E=I(E,U[1],i,U[2]):x(U[1],U[2],!0));else if(S.match(_)&&a["boolean-negation"])U=S.match(_),U!==null&&Array.isArray(U)&&U.length>=2&&(C=U[1],x(C,Q(C,m.arrays)?[!1]:!1));else if(S.match(/^--.+/)||!a["short-option-groups"]&&S.match(/^-[^-]+/))U=S.match(/^--?(.+)/),U!==null&&Array.isArray(U)&&U.length>=2&&(C=U[1],Q(C,m.arrays)?E=M(E,C,i):Q(C,m.nargs)!==!1?E=I(E,C,i):(Z=i[E+1],Z!==void 0&&(!Z.match(/^-/)||Z.match(b))&&!Q(C,m.bools)&&!Q(C,m.counts)||/^(true|false)$/.test(Z)?(x(C,Z),E++):x(C,oe(C))));else if(S.match(/^-.\..+=/))U=S.match(/^-([^=]+)=([\s\S]*)$/),U!==null&&Array.isArray(U)&&U.length>=3&&x(U[1],U[2]);else if(S.match(/^-.\..+/)&&!S.match(b))Z=i[E+1],U=S.match(/^-(.\..+)/),U!==null&&Array.isArray(U)&&U.length>=2&&(C=U[1],Z!==void 0&&!Z.match(/^-/)&&!Q(C,m.bools)&&!Q(C,m.counts)?(x(C,Z),E++):x(C,oe(C)));else if(S.match(/^-[^-]+/)&&!S.match(b)){K=S.slice(1,-1).split(""),D=!1;for(let st=0;st<K.length;st++){if(Z=S.slice(st+2),K[st+1]&&K[st+1]==="="){qe=S.slice(st+3),C=K[st],Q(C,m.arrays)?E=M(E,C,i,qe):Q(C,m.nargs)!==!1?E=I(E,C,i,qe):x(C,qe),D=!0;break}if(Z==="-"){x(K[st],Z);continue}if(/[A-Za-z]/.test(K[st])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(Z)&&Q(Z,m.bools)===!1){x(K[st],Z),D=!0;break}if(K[st+1]&&K[st+1].match(/\W/)){x(K[st],Z),D=!0;break}else x(K[st],oe(K[st]))}C=S.slice(-1)[0],!D&&C!=="-"&&(Q(C,m.arrays)?E=M(E,C,i):Q(C,m.nargs)!==!1?E=I(E,C,i):(Z=i[E+1],Z!==void 0&&(!/^(-|--)[^-]/.test(Z)||Z.match(b))&&!Q(C,m.bools)&&!Q(C,m.counts)||/^(true|false)$/.test(Z)?(x(C,Z),E++):x(C,oe(C))))}else if(S.match(/^-[0-9]$/)&&S.match(b)&&Q(S.slice(1),m.bools))C=S.slice(1),x(C,oe(C));else if(S==="--"){F=i.slice(E+1);break}else if(a["halt-at-non-option"]){F=i.slice(E);break}else j(S)}re(N,!0),re(N,!1),W(N),O(),le(N,m.aliases,u,!0),V(N),a["set-placeholder-key"]&&Ae(N),Object.keys(m.counts).forEach(function(E){ge(N,E.split("."))||x(E,0)}),l&&F.length&&(N[h]=[]),F.forEach(function(E){N[h].push(E)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(N).filter(E=>E!=="--"&&E.includes("-")).forEach(E=>{delete N[E]}),a["strip-aliased"]&&[].concat(...Object.keys(o).map(E=>o[E])).forEach(E=>{a["camel-case-expansion"]&&E.includes("-")&&delete N[E.split(".").map(S=>Sn(S)).join(".")],delete N[E]});function j(E){let S=L("_",E);(typeof S=="string"||typeof S=="number")&&N._.push(S)}function I(E,S,B,D){let C,K=Q(S,m.nargs);if(K=typeof K!="number"||isNaN(K)?1:K,K===0)return he(D)||(P=Error(g("Argument unexpected for: %s",S))),x(S,oe(S)),E;let U=he(D)?0:1;if(a["nargs-eats-options"])B.length-(E+1)+U<K&&(P=Error(g("Not enough arguments following: %s",S))),U=K;else{for(C=E+1;C<B.length&&(!B[C].match(/^-[^0-9]/)||B[C].match(b)||Se(B[C]));C++)U++;U<K&&(P=Error(g("Not enough arguments following: %s",S)))}let Z=Math.min(U,K);for(!he(D)&&Z>0&&(x(S,D),Z--),C=E+1;C<Z+E+1;C++)x(S,B[C]);return E+Z}function M(E,S,B,D){let C=[],K=D||B[E+1],U=Q(S,m.nargs);if(Q(S,m.bools)&&!/^(true|false)$/.test(K))C.push(!0);else if(he(K)||he(D)&&/^-/.test(K)&&!b.test(K)&&!Se(K)){if(u[S]!==void 0){let Z=u[S];C=Array.isArray(Z)?Z:[Z]}}else{he(D)||C.push(R(S,D,!0));for(let Z=E+1;Z<B.length&&!(!a["greedy-arrays"]&&C.length>0||U&&typeof U=="number"&&C.length>=U||(K=B[Z],/^-/.test(K)&&!b.test(K)&&!Se(K)));Z++)E=Z,C.push(R(S,K,s))}return typeof U=="number"&&(U&&C.length<U||isNaN(U)&&C.length===0)&&(P=Error(g("Not enough arguments following: %s",S))),x(S,C),E}function x(E,S,B=s){if(/-/.test(E)&&a["camel-case-expansion"]){let K=E.split(".").map(function(U){return Sn(U)}).join(".");w(E,K)}let D=R(E,S,B),C=E.split(".");De(N,C,D),m.aliases[E]&&m.aliases[E].forEach(function(K){let U=K.split(".");De(N,U,D)}),C.length>1&&a["dot-notation"]&&(m.aliases[C[0]]||[]).forEach(function(K){let U=K.split("."),Z=[].concat(C);Z.shift(),U=U.concat(Z),(m.aliases[E]||[]).includes(U.join("."))||De(N,U,D)}),Q(E,m.normalize)&&!Q(E,m.arrays)&&[E].concat(m.aliases[E]||[]).forEach(function(U){Object.defineProperty(q,U,{enumerable:!0,get(){return S},set(Z){S=typeof Z=="string"?xr.normalize(Z):Z}})})}function w(E,S){m.aliases[E]&&m.aliases[E].length||(m.aliases[E]=[S],p[S]=!0),m.aliases[S]&&m.aliases[S].length||w(S,E)}function R(E,S,B){B&&(S=_8(S)),(Q(E,m.bools)||Q(E,m.counts))&&typeof S=="string"&&(S=S==="true");let D=Array.isArray(S)?S.map(function(C){return L(E,C)}):L(E,S);return Q(E,m.counts)&&(he(D)||typeof D=="boolean")&&(D=qd()),Q(E,m.normalize)&&Q(E,m.arrays)&&(Array.isArray(S)?D=S.map(C=>xr.normalize(C)):D=xr.normalize(S)),D}function L(E,S){return!a["parse-positional-numbers"]&&E==="_"||!Q(E,m.strings)&&!Q(E,m.bools)&&!Array.isArray(S)&&(Xu(S)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${S}`)))||!he(S)&&Q(E,m.numbers))&&(S=Number(S)),S}function W(E){let S=Object.create(null);le(S,m.aliases,u),Object.keys(m.configs).forEach(function(B){let D=E[B]||S[B];if(D)try{let C=null,K=xr.resolve(xr.cwd(),D),U=m.configs[B];if(typeof U=="function"){try{C=U(K)}catch(Z){C=Z}if(C instanceof Error){P=C;return}}else C=xr.require(K);v(C)}catch(C){C.name==="PermissionDenied"?P=C:E[B]&&(P=Error(g("Invalid JSON config file: %s",D)))}})}function v(E,S){Object.keys(E).forEach(function(B){let D=E[B],C=S?S+"."+B:B;typeof D=="object"&&D!==null&&!Array.isArray(D)&&a["dot-notation"]?v(D,C):(!ge(N,C.split("."))||Q(C,m.arrays)&&a["combine-arrays"])&&x(C,D)})}function O(){typeof c<"u"&&c.forEach(function(E){v(E)})}function re(E,S){if(typeof f>"u")return;let B=typeof f=="string"?f:"",D=xr.env();Object.keys(D).forEach(function(C){if(B===""||C.lastIndexOf(B,0)===0){let K=C.split("__").map(function(U,Z){return Z===0&&(U=U.substring(B.length)),Sn(U)});(S&&m.configs[K.join(".")]||!S)&&!ge(E,K)&&x(K.join("."),D[C])}})}function V(E){let S,B=new Set;Object.keys(E).forEach(function(D){if(!B.has(D)&&(S=Q(D,m.coercions),typeof S=="function"))try{let C=L(D,S(E[D]));[].concat(m.aliases[D]||[],D).forEach(K=>{B.add(K),E[K]=C})}catch(C){P=C}})}function Ae(E){return m.keys.forEach(S=>{~S.indexOf(".")||typeof E[S]>"u"&&(E[S]=void 0)}),E}function le(E,S,B,D=!1){Object.keys(B).forEach(function(C){ge(E,C.split("."))||(De(E,C.split("."),B[C]),D&&(d[C]=!0),(S[C]||[]).forEach(function(K){ge(E,K.split("."))||De(E,K.split("."),B[C])}))})}function ge(E,S){let B=E;a["dot-notation"]||(S=[S.join(".")]),S.slice(0,-1).forEach(function(C){B=B[C]||{}});let D=S[S.length-1];return typeof B!="object"?!1:D in B}function De(E,S,B){let D=E;a["dot-notation"]||(S=[S.join(".")]),S.slice(0,-1).forEach(function(qe){qe=oP(qe),typeof D=="object"&&D[qe]===void 0&&(D[qe]={}),typeof D[qe]!="object"||Array.isArray(D[qe])?(Array.isArray(D[qe])?D[qe].push({}):D[qe]=[D[qe],{}],D=D[qe][D[qe].length-1]):D=D[qe]});let C=oP(S[S.length-1]),K=Q(S.join("."),m.arrays),U=Array.isArray(B),Z=a["duplicate-arguments-array"];!Z&&Q(C,m.nargs)&&(Z=!0,(!he(D[C])&&m.nargs[C]===1||Array.isArray(D[C])&&D[C].length===m.nargs[C])&&(D[C]=void 0)),B===qd()?D[C]=qd(D[C]):Array.isArray(D[C])?Z&&K&&U?D[C]=a["flatten-duplicate-arrays"]?D[C].concat(B):(Array.isArray(D[C][0])?D[C]:[D[C]]).concat([B]):!Z&&!!K==!!U?D[C]=B:D[C]=D[C].concat([B]):D[C]===void 0&&K?D[C]=U?B:[B]:Z&&!(D[C]===void 0||Q(C,m.counts)||Q(C,m.bools))?D[C]=[D[C],B]:D[C]=B}function it(...E){E.forEach(function(S){Object.keys(S||{}).forEach(function(B){m.aliases[B]||(m.aliases[B]=[].concat(o[B]||[]),m.aliases[B].concat(B).forEach(function(D){if(/-/.test(D)&&a["camel-case-expansion"]){let C=Sn(D);C!==B&&m.aliases[B].indexOf(C)===-1&&(m.aliases[B].push(C),p[C]=!0)}}),m.aliases[B].concat(B).forEach(function(D){if(D.length>1&&/[A-Z]/.test(D)&&a["camel-case-expansion"]){let C=Ku(D,"-");C!==B&&m.aliases[B].indexOf(C)===-1&&(m.aliases[B].push(C),p[C]=!0)}}),m.aliases[B].forEach(function(D){m.aliases[D]=[B].concat(m.aliases[B].filter(function(C){return D!==C}))}))})})}function Q(E,S){let B=[].concat(m.aliases[E]||[],E),D=Object.keys(S),C=B.find(K=>D.includes(K));return C?S[C]:!1}function bt(E){let S=Object.keys(m);return[].concat(S.map(D=>m[D])).some(function(D){return Array.isArray(D)?D.includes(E):D[E]})}function $(E,...S){return[].concat(...S).some(function(D){let C=E.match(D);return C&&bt(C[1])})}function me(E){if(E.match(b)||!E.match(/^-[^-]+/))return!1;let S=!0,B,D=E.slice(1).split("");for(let C=0;C<D.length;C++){if(B=E.slice(C+2),!bt(D[C])){S=!1;break}if(D[C+1]&&D[C+1]==="="||B==="-"||/[A-Za-z]/.test(D[C])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(B)||D[C+1]&&D[C+1].match(/\W/))break}return S}function Se(E){return a["unknown-options-as-args"]&&T(E)}function T(E){return E=E.replace(/^-{3,}/,"--"),E.match(b)||me(E)?!1:!$(E,/^-+([^=]+?)=[\s\S]*$/,_,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function oe(E){return!Q(E,m.bools)&&!Q(E,m.counts)&&`${E}`in u?u[E]:k(ie(E))}function k(E){return{[jt.BOOLEAN]:!0,[jt.STRING]:"",[jt.NUMBER]:void 0,[jt.ARRAY]:[]}[E]}function ie(E){let S=jt.BOOLEAN;return Q(E,m.strings)?S=jt.STRING:Q(E,m.numbers)?S=jt.NUMBER:Q(E,m.bools)?S=jt.BOOLEAN:Q(E,m.arrays)&&(S=jt.ARRAY),S}function he(E){return E===void 0}function Te(){Object.keys(m.counts).find(E=>Q(E,m.arrays)?(P=Error(g("Invalid configuration: %s, opts.count excludes opts.array.",E)),!0):Q(E,m.nargs)?(P=Error(g("Invalid configuration: %s, opts.count excludes opts.narg.",E)),!0):!1)}return{aliases:Object.assign({},m.aliases),argv:Object.assign(q,N),configuration:a,defaulted:Object.assign({},d),error:P,newAliases:Object.assign({},p)}}};function E8(e){let t=[],r=Object.create(null),n=!0;for(Object.keys(e).forEach(function(i){t.push([].concat(e[i],i))});n;){n=!1;for(let i=0;i<t.length;i++)for(let s=i+1;s<t.length;s++)if(t[i].filter(function(a){return t[s].indexOf(a)!==-1}).length){t[i]=t[i].concat(t[s]),t.splice(s,1),n=!0;break}}return t.forEach(function(i){i=i.filter(function(o,a,u){return u.indexOf(o)===a});let s=i.pop();s!==void 0&&typeof s=="string"&&(r[s]=i)}),r}function qd(e){return e!==void 0?e+1:1}function oP(e){return e==="__proto__"?"___proto___":e}function _8(e){return typeof e=="string"&&(e[0]==="'"||e[0]==='"')&&e[e.length-1]===e[0]?e.substring(1,e.length-1):e}var lP=require("fs");var Wd,Ud,Gd,aP=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12,uP=(Ud=(Wd=process==null?void 0:process.versions)===null||Wd===void 0?void 0:Wd.node)!==null&&Ud!==void 0?Ud:(Gd=process==null?void 0:process.version)===null||Gd===void 0?void 0:Gd.slice(1);if(uP&&Number(uP.match(/^([^.]+)/)[1])<aP)throw Error(`yargs parser supports a minimum Node.js version of ${aP}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var v8=process?process.env:{},fP=new Ju({cwd:process.cwd,env:()=>v8,format:cP.format,normalize:Qu.normalize,resolve:Qu.resolve,require:e=>{if(typeof require<"u")return require(e);if(e.match(/\.json$/))return JSON.parse((0,lP.readFileSync)(e,"utf8"));throw Error("only .json config files are supported in ESM")}}),eo=function(t,r){return fP.parse(t.slice(),r).argv};eo.detailed=function(e,t){return fP.parse(e.slice(),t)};eo.camelCase=Sn;eo.decamelize=Ku;eo.looksLikeNumber=Xu;var Hd=eo;var Jt=require("path");function hP(){return S8()?0:1}function S8(){return C8()&&!process.defaultApp}function C8(){return!!process.versions.electron}function zd(e){return e.slice(hP()+1)}function pP(){return process.argv[hP()]}var _e=class e extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,e)}};var Li=require("fs"),dP=require("util"),gP=require("path"),mP={fs:{readFileSync:Li.readFileSync,writeFile:Li.writeFile},format:dP.format,resolve:gP.resolve,exists:e=>{try{return(0,Li.statSync)(e).isFile()}catch{return!1}}};var Xt,Yd=class{constructor(t){t=t||{},this.directory=t.directory||"./locales",this.updateFiles=typeof t.updateFiles=="boolean"?t.updateFiles:!0,this.locale=t.locale||"en",this.fallbackToLanguage=typeof t.fallbackToLanguage=="boolean"?t.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...t){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let r=t.shift(),n=function(){};return typeof t[t.length-1]=="function"&&(n=t.pop()),n=n||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][r]&&this.updateFiles?(this.cache[this.locale][r]=r,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:n})):n(),Xt.format.apply(Xt.format,[this.cache[this.locale][r]||r].concat(t))}__n(){let t=Array.prototype.slice.call(arguments),r=t.shift(),n=t.shift(),i=t.shift(),s=function(){};typeof t[t.length-1]=="function"&&(s=t.pop()),this.cache[this.locale]||this._readLocaleFile();let o=i===1?r:n;this.cache[this.locale][r]&&(o=this.cache[this.locale][r][i===1?"one":"other"]),!this.cache[this.locale][r]&&this.updateFiles?(this.cache[this.locale][r]={one:r,other:n},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:s})):s();let a=[o];return~o.indexOf("%d")&&a.push(i),Xt.format.apply(Xt.format,a.concat(t))}setLocale(t){this.locale=t}getLocale(){return this.locale}updateLocale(t){this.cache[this.locale]||this._readLocaleFile();for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(this.cache[this.locale][r]=t[r])}_taggedLiteral(t,...r){let n="";return t.forEach(function(i,s){let o=r[s+1];n+=i,typeof o<"u"&&(n+="%s")}),this.__.apply(this,[n].concat([].slice.call(r,1)))}_enqueueWrite(t){this.writeQueue.push(t),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let t=this,r=this.writeQueue[0],n=r.directory,i=r.locale,s=r.cb,o=this._resolveLocaleFile(n,i),a=JSON.stringify(this.cache[i],null,2);Xt.fs.writeFile(o,a,"utf-8",function(u){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(u)})}_readLocaleFile(){let t={},r=this._resolveLocaleFile(this.directory,this.locale);try{Xt.fs.readFileSync&&(t=JSON.parse(Xt.fs.readFileSync(r,"utf-8")))}catch(n){if(n instanceof SyntaxError&&(n.message="syntax error in "+r),n.code==="ENOENT")t={};else throw n}this.cache[this.locale]=t}_resolveLocaleFile(t,r){let n=Xt.resolve(t,"./",r+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(n)&&~r.lastIndexOf("_")){let i=Xt.resolve(t,"./",r.split("_")[0]+".json");this._fileExistsSync(i)&&(n=i)}return n}_fileExistsSync(t){return Xt.exists(t)}};function yP(e,t){Xt=t;let r=new Yd(e);return{__:r.__.bind(r),__n:r.__n.bind(r),setLocale:r.setLocale.bind(r),getLocale:r.getLocale.bind(r),updateLocale:r.updateLocale.bind(r),locale:r.locale}}var x8=e=>yP(e,mP),AP=x8;var R8={},P8="require is not supported by ESM",wP="loading a directory of commands is not supported yet for ESM",to;try{to=(0,_P.fileURLToPath)(R8.url)}catch{to=process.cwd()}var O8=to.substring(0,to.lastIndexOf("node_modules")),Vd={assert:{notStrictEqual:Zu.notStrictEqual,strictEqual:Zu.strictEqual},cliui:jd,findUp:iP,getEnv:e=>process.env[e],inspect:bP.inspect,getCallerFile:()=>{throw new _e(wP)},getProcessArgvBin:pP,mainFilename:O8||process.cwd(),Parser:Hd,path:{basename:Jt.basename,dirname:Jt.dirname,extname:Jt.extname,relative:Jt.relative,resolve:Jt.resolve},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(e,t)=>process.emitWarning(e,t),execPath:()=>process.execPath,exit:process.exit,nextTick:process.nextTick,stdColumns:typeof process.stdout.columns<"u"?process.stdout.columns:null},readFileSync:EP.readFileSync,require:()=>{throw new _e(P8)},requireDirectory:()=>{throw new _e(wP)},stringWidth:e=>[...e].length,y18n:AP({directory:(0,Jt.resolve)(to,"../../../locales"),updateFiles:!1})};function ht(e,t,r,n){r.assert.notStrictEqual(e,t,n)}function Kd(e,t){t.assert.strictEqual(typeof e,"string")}function Di(e){return Object.keys(e)}function ve(e){return!!e&&!!e.then&&typeof e.then=="function"}function Jr(e){let r=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),n=/\.*[\][<>]/g,i=r.shift();if(!i)throw new Error(`No command found in: ${e}`);let s={cmd:i.replace(n,""),demanded:[],optional:[]};return r.forEach((o,a)=>{let u=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&a===r.length-1&&(u=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(n,"").split("|"),variadic:u}):s.demanded.push({cmd:o.replace(n,"").split("|"),variadic:u})}),s}var F8=["first","second","third","fourth","fifth","sixth"];function z(e,t,r){function n(){return typeof e=="object"?[{demanded:[],optional:[]},e,t]:[Jr(`cmd ${e}`),t,r]}try{let i=0,[s,o,a]=n(),u=[].slice.call(o);for(;u.length&&u[u.length-1]===void 0;)u.pop();let c=a||u.length;if(c<s.demanded.length)throw new _e(`Not enough arguments provided. Expected ${s.demanded.length} but received ${u.length}.`);let f=s.demanded.length+s.optional.length;if(c>f)throw new _e(`Too many arguments provided. Expected max ${f} but received ${c}.`);s.demanded.forEach(l=>{let h=u.shift(),p=vP(h);l.cmd.filter(g=>g===p||g==="*").length===0&&SP(p,l.cmd,i),i+=1}),s.optional.forEach(l=>{if(u.length===0)return;let h=u.shift(),p=vP(h);l.cmd.filter(g=>g===p||g==="*").length===0&&SP(p,l.cmd,i),i+=1})}catch(i){console.warn(i.stack)}}function vP(e){return Array.isArray(e)?"array":e===null?"null":typeof e}function SP(e,t,r){throw new _e(`Invalid ${F8[r]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}var ec=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,r,n=!0,i=!1){if(z("<array|function> [boolean] [boolean] [boolean]",[t,r,n],arguments.length),Array.isArray(t)){for(let s=0;s<t.length;s++){if(typeof t[s]!="function")throw Error("middleware must be a function");let o=t[s];o.applyBeforeValidation=r,o.global=n}Array.prototype.push.apply(this.globalMiddleware,t)}else if(typeof t=="function"){let s=t;s.applyBeforeValidation=r,s.global=n,s.mutates=i,this.globalMiddleware.push(t)}return this.yargs}addCoerceMiddleware(t,r){let n=this.yargs.getAliases();return this.globalMiddleware=this.globalMiddleware.filter(i=>{let s=[...n[r]||[],r];return i.option?!s.includes(i.option):!0}),t.option=r,this.addMiddleware(t,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let t=this.frozens.pop();t!==void 0&&(this.globalMiddleware=t)}reset(){this.globalMiddleware=this.globalMiddleware.filter(t=>t.global)}};function CP(e){return e?e.map(t=>(t.applyBeforeValidation=!1,t)):[]}function Cn(e,t,r,n){return r.reduce((i,s)=>{if(s.applyBeforeValidation!==n)return i;if(s.mutates){if(s.applied)return i;s.applied=!0}if(ve(i))return i.then(o=>Promise.all([o,s(o,t)])).then(([o,a])=>Object.assign(o,a));{let o=s(i,t);return ve(o)?o.then(a=>Object.assign(i,a)):Object.assign(i,o)}},e)}function xn(e,t,r=n=>{throw n}){try{let n=L8(e)?e():e;return ve(n)?n.then(i=>t(i)):t(n)}catch(n){return r(n)}}function L8(e){return typeof e=="function"}function Xd(e){if(typeof require>"u")return null;for(let t=0,r=Object.keys(require.cache),n;t<r.length;t++)if(n=require.cache[r[t]],n.exports===e)return n;return null}var Ti=/(^\*)|(^\$0)/,Jd=class{constructor(t,r,n,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=t,this.globalMiddleware=n,this.validation=r}addDirectory(t,r,n,i){i=i||{},typeof i.recurse!="boolean"&&(i.recurse=!1),Array.isArray(i.extensions)||(i.extensions=["js"]);let s=typeof i.visit=="function"?i.visit:o=>o;i.visit=(o,a,u)=>{let c=s(o,a,u);if(c){if(this.requireCache.has(a))return c;this.requireCache.add(a),this.addHandler(c)}return c},this.shim.requireDirectory({require:r,filename:n},t,i)}addHandler(t,r,n,i,s,o){let a=[],u=CP(s);if(i=i||(()=>{}),Array.isArray(t))if(D8(t))[t,...a]=t;else for(let c of t)this.addHandler(c);else if(k8(t)){let c=Array.isArray(t.command)||typeof t.command=="string"?t.command:this.moduleName(t);t.aliases&&(c=[].concat(c).concat(t.aliases)),this.addHandler(c,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(xP(n)){this.addHandler([t].concat(a),r,n.builder,n.handler,n.middlewares,n.deprecated);return}if(typeof t=="string"){let c=Jr(t);a=a.map(h=>Jr(h).cmd);let f=!1,l=[c.cmd].concat(a).filter(h=>Ti.test(h)?(f=!0,!1):!0);l.length===0&&f&&l.push("$0"),f&&(c.cmd=l[0],a=l.slice(1),t=t.replace(Ti,c.cmd)),a.forEach(h=>{this.aliasMap[h]=c.cmd}),r!==!1&&this.usage.command(t,r,f,a,o),this.handlers[c.cmd]={original:t,description:r,handler:i,builder:n||{},middlewares:u,deprecated:o,demanded:c.demanded,optional:c.optional},f&&(this.defaultCommand=this.handlers[c.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(t,r,n,i,s,o){let a=this.handlers[t]||this.handlers[this.aliasMap[t]]||this.defaultCommand,u=r.getInternalMethods().getContext(),c=u.commands.slice(),f=!t;t&&(u.commands.push(t),u.fullCommands.push(a.original));let l=this.applyBuilderUpdateUsageAndParse(f,a,r,n.aliases,c,i,s,o);return ve(l)?l.then(h=>this.applyMiddlewareAndGetResult(f,a,h.innerArgv,u,s,h.aliases,r)):this.applyMiddlewareAndGetResult(f,a,l.innerArgv,u,s,l.aliases,r)}applyBuilderUpdateUsageAndParse(t,r,n,i,s,o,a,u){let c=r.builder,f=n;if(tc(c)){n.getInternalMethods().getUsageInstance().freeze();let l=c(n.getInternalMethods().reset(i),u);if(ve(l))return l.then(h=>(f=OP(h)?h:n,this.parseAndUpdateUsage(t,r,f,s,o,a)))}else T8(c)&&(n.getInternalMethods().getUsageInstance().freeze(),f=n.getInternalMethods().reset(i),Object.keys(r.builder).forEach(l=>{f.option(l,c[l])}));return this.parseAndUpdateUsage(t,r,f,s,o,a)}parseAndUpdateUsage(t,r,n,i,s,o){t&&n.getInternalMethods().getUsageInstance().unfreeze(!0),this.shouldUpdateUsage(n)&&n.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(i,r),r.description);let a=n.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,s,o);return ve(a)?a.then(u=>({aliases:n.parsed.aliases,innerArgv:u})):{aliases:n.parsed.aliases,innerArgv:a}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,r){let n=Ti.test(r.original)?r.original.replace(Ti,"").trim():r.original,i=t.filter(s=>!Ti.test(s));return i.push(n),`$0 ${i.join(" ")}`}handleValidationAndGetResult(t,r,n,i,s,o,a,u){if(!o.getInternalMethods().getHasOutput()){let c=o.getInternalMethods().runValidation(s,u,o.parsed.error,t);n=xn(n,f=>(c(f),f))}if(r.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let c=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(n,c,!1,!1),n=Cn(n,o,a,!1),n=xn(n,f=>{let l=r.handler(f);return ve(l)?l.then(()=>f):f}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),ve(n)&&!o.getInternalMethods().hasParseCallback()&&n.catch(f=>{try{o.getInternalMethods().getUsageInstance().fail(null,f)}catch{}})}return t||(i.commands.pop(),i.fullCommands.pop()),n}applyMiddlewareAndGetResult(t,r,n,i,s,o,a){let u={};if(s)return n;a.getInternalMethods().getHasOutput()||(u=this.populatePositionals(r,n,i,a));let c=this.globalMiddleware.getMiddleware().slice(0).concat(r.middlewares),f=Cn(n,a,c,!0);return ve(f)?f.then(l=>this.handleValidationAndGetResult(t,r,l,i,o,a,c,u)):this.handleValidationAndGetResult(t,r,f,i,o,a,c,u)}populatePositionals(t,r,n,i){r._=r._.slice(n.commands.length);let s=t.demanded.slice(0),o=t.optional.slice(0),a={};for(this.validation.positionalCount(s.length,r._.length);s.length;){let u=s.shift();this.populatePositional(u,r,a)}for(;o.length;){let u=o.shift();this.populatePositional(u,r,a)}return r._=n.commands.concat(r._.map(u=>""+u)),this.postProcessPositionals(r,a,this.cmdToParseOptions(t.original),i),a}populatePositional(t,r,n){let i=t.cmd[0];t.variadic?n[i]=r._.splice(0).map(String):r._.length&&(n[i]=[String(r._.shift())])}cmdToParseOptions(t){let r={array:[],default:{},alias:{},demand:{}},n=Jr(t);return n.demanded.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(r.array.push(s),r.default[s]=[]),r.alias[s]=o,r.demand[s]=!0}),n.optional.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(r.array.push(s),r.default[s]=[]),r.alias[s]=o}),r}postProcessPositionals(t,r,n,i){let s=Object.assign({},i.getOptions());s.default=Object.assign(n.default,s.default);for(let c of Object.keys(n.alias))s.alias[c]=(s.alias[c]||[]).concat(n.alias[c]);s.array=s.array.concat(n.array),s.config={};let o=[];if(Object.keys(r).forEach(c=>{r[c].map(f=>{s.configuration["unknown-options-as-args"]&&(s.key[c]=!0),o.push(`--${c}`),o.push(f)})}),!o.length)return;let a=Object.assign({},s.configuration,{"populate--":!1}),u=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:a}));if(u.error)i.getInternalMethods().getUsageInstance().fail(u.error.message,u.error);else{let c=Object.keys(r);Object.keys(r).forEach(f=>{c.push(...u.aliases[f])}),Object.keys(u.argv).forEach(f=>{c.includes(f)&&(r[f]||(r[f]=u.argv[f]),!this.isInConfigs(i,f)&&!this.isDefaulted(i,f)&&Object.prototype.hasOwnProperty.call(t,f)&&Object.prototype.hasOwnProperty.call(u.argv,f)&&(Array.isArray(t[f])||Array.isArray(u.argv[f]))?t[f]=[].concat(t[f],u.argv[f]):t[f]=u.argv[f])})}}isDefaulted(t,r){let{default:n}=t.getOptions();return Object.prototype.hasOwnProperty.call(n,r)||Object.prototype.hasOwnProperty.call(n,this.shim.Parser.camelCase(r))}isInConfigs(t,r){let{configObjects:n}=t.getOptions();return n.some(i=>Object.prototype.hasOwnProperty.call(i,r))||n.some(i=>Object.prototype.hasOwnProperty.call(i,this.shim.Parser.camelCase(r)))}runDefaultBuilderOn(t){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(t)){let n=Ti.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");t.getInternalMethods().getUsageInstance().usage(n,this.defaultCommand.description)}let r=this.defaultCommand.builder;if(tc(r))return r(t,!0);xP(r)||Object.keys(r).forEach(n=>{t.option(n,r[n])})}moduleName(t){let r=Xd(t);if(!r)throw new Error(`No command name given for module: ${this.shim.inspect(t)}`);return this.commandFromFilename(r.filename)}commandFromFilename(t){return this.shim.path.basename(t,this.shim.path.extname(t))}extractDesc({describe:t,description:r,desc:n}){for(let i of[t,r,n]){if(typeof i=="string"||i===!1)return i;ht(i,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let t=this.frozens.pop();ht(t,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=t}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function PP(e,t,r,n){return new Jd(e,t,r,n)}function xP(e){return typeof e=="object"&&!!e.builder&&typeof e.handler=="function"}function D8(e){return e.every(t=>typeof t=="string")}function tc(e){return typeof e=="function"}function T8(e){return typeof e=="object"}function k8(e){return typeof e=="object"&&!Array.isArray(e)}function Qr(e={},t=()=>!0){let r={};return Di(e).forEach(n=>{t(n,e[n])&&(r[n]=e[n])}),r}function Zr(e){typeof process>"u"||[process.stdout,process.stderr].forEach(t=>{let r=t;r._handle&&r.isTTY&&typeof r._handle.setBlocking=="function"&&r._handle.setBlocking(e)})}function N8(e){return typeof e=="boolean"}function FP(e,t){let r=t.y18n.__,n={},i=[];n.failFn=function(R){i.push(R)};let s=null,o=null,a=!0;n.showHelpOnFail=function(R=!0,L){let[W,v]=typeof R=="string"?[!0,R]:[R,L];return e.getInternalMethods().isGlobalContext()&&(o=v),s=v,a=W,n};let u=!1;n.fail=function(R,L){let W=e.getInternalMethods().getLoggerInstance();if(i.length)for(let v=i.length-1;v>=0;--v){let O=i[v];if(N8(O)){if(L)throw L;if(R)throw Error(R)}else O(R,L,n)}else{if(e.getExitProcess()&&Zr(!0),!u){u=!0,a&&(e.showHelp("error"),W.error()),(R||L)&&W.error(R||L);let v=s||o;v&&((R||L)&&W.error(""),W.error(v))}if(L=L||new _e(R),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,L);throw L}};let c=[],f=!1;n.usage=(w,R)=>w===null?(f=!0,c=[],n):(f=!1,c.push([w,R||""]),n),n.getUsage=()=>c,n.getUsageDisabled=()=>f,n.getPositionalGroupName=()=>r("Positionals:");let l=[];n.example=(w,R)=>{l.push([w,R||""])};let h=[];n.command=function(R,L,W,v,O=!1){W&&(h=h.map(re=>(re[2]=!1,re))),h.push([R,L||"",W,v,O])},n.getCommands=()=>h;let p={};n.describe=function(R,L){Array.isArray(R)?R.forEach(W=>{n.describe(W,L)}):typeof R=="object"?Object.keys(R).forEach(W=>{n.describe(W,R[W])}):p[R]=L},n.getDescriptions=()=>p;let d=[];n.epilog=w=>{d.push(w)};let g=!1,m;n.wrap=w=>{g=!0,m=w},n.getWrap=()=>t.getEnv("YARGS_DISABLE_WRAP")?null:(g||(m=I(),g=!0),m);let b="__yargsString__:";n.deferY18nLookup=w=>b+w,n.help=function(){if(F)return F;P();let R=e.customScriptName?e.$0:t.path.basename(e.$0),L=e.getDemandedOptions(),W=e.getDemandedCommands(),v=e.getDeprecatedOptions(),O=e.getGroups(),re=e.getOptions(),V=[];V=V.concat(Object.keys(p)),V=V.concat(Object.keys(L)),V=V.concat(Object.keys(W)),V=V.concat(Object.keys(re.default)),V=V.filter(q),V=Object.keys(V.reduce(($,me)=>(me!=="_"&&($[me]=!0),$),{}));let Ae=n.getWrap(),le=t.cliui({width:Ae,wrap:!!Ae});if(!f){if(c.length)c.forEach($=>{le.div({text:`${$[0].replace(/\$0/g,R)}`}),$[1]&&le.div({text:`${$[1]}`,padding:[1,0,0,0]})}),le.div();else if(h.length){let $=null;W._?$=`${R} <${r("command")}>
108
+ `:$=`${R} [${r("command")}]
109
+ `,le.div(`${$}`)}}if(h.length>1||h.length===1&&!h[0][2]){le.div(r("Commands:"));let $=e.getInternalMethods().getContext(),me=$.commands.length?`${$.commands.join(" ")} `:"";e.getInternalMethods().getParserConfiguration()["sort-commands"]===!0&&(h=h.sort((T,oe)=>T[0].localeCompare(oe[0])));let Se=R?`${R} `:"";h.forEach(T=>{let oe=`${Se}${me}${T[0].replace(/^\$0 ?/,"")}`;le.span({text:oe,padding:[0,2,0,2],width:_(h,Ae,`${R}${me}`)+4},{text:T[1]});let k=[];T[2]&&k.push(`[${r("default")}]`),T[3]&&T[3].length&&k.push(`[${r("aliases:")} ${T[3].join(", ")}]`),T[4]&&(typeof T[4]=="string"?k.push(`[${r("deprecated: %s",T[4])}]`):k.push(`[${r("deprecated")}]`)),k.length?le.div({text:k.join(" "),padding:[0,0,0,2],align:"right"}):le.div()}),le.div()}let ge=(Object.keys(re.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);V=V.filter($=>!e.parsed.newAliases[$]&&ge.every(me=>(re.alias[me]||[]).indexOf($)===-1));let De=r("Options:");O[De]||(O[De]=[]),N(V,re.alias,O,De);let it=$=>/^--/.test(rc($)),Q=Object.keys(O).filter($=>O[$].length>0).map($=>{let me=O[$].filter(q).map(Se=>{if(ge.includes(Se))return Se;for(let T=0,oe;(oe=ge[T])!==void 0;T++)if((re.alias[oe]||[]).includes(Se))return oe;return Se});return{groupName:$,normalizedKeys:me}}).filter(({normalizedKeys:$})=>$.length>0).map(({groupName:$,normalizedKeys:me})=>{let Se=me.reduce((T,oe)=>(T[oe]=[oe].concat(re.alias[oe]||[]).map(k=>$===n.getPositionalGroupName()?k:(/^[0-9]$/.test(k)?re.boolean.includes(oe)?"-":"--":k.length>1?"--":"-")+k).sort((k,ie)=>it(k)===it(ie)?0:it(k)?1:-1).join(", "),T),{});return{groupName:$,normalizedKeys:me,switches:Se}});if(Q.filter(({groupName:$})=>$!==n.getPositionalGroupName()).some(({normalizedKeys:$,switches:me})=>!$.every(Se=>it(me[Se])))&&Q.filter(({groupName:$})=>$!==n.getPositionalGroupName()).forEach(({normalizedKeys:$,switches:me})=>{$.forEach(Se=>{it(me[Se])&&(me[Se]=I8(me[Se],4))})}),Q.forEach(({groupName:$,normalizedKeys:me,switches:Se})=>{le.div($),me.forEach(T=>{let oe=Se[T],k=p[T]||"",ie=null;k.includes(b)&&(k=r(k.substring(b.length))),re.boolean.includes(T)&&(ie=`[${r("boolean")}]`),re.count.includes(T)&&(ie=`[${r("count")}]`),re.string.includes(T)&&(ie=`[${r("string")}]`),re.normalize.includes(T)&&(ie=`[${r("string")}]`),re.array.includes(T)&&(ie=`[${r("array")}]`),re.number.includes(T)&&(ie=`[${r("number")}]`);let he=S=>typeof S=="string"?`[${r("deprecated: %s",S)}]`:`[${r("deprecated")}]`,Te=[T in v?he(v[T]):null,ie,T in L?`[${r("required")}]`:null,re.choices&&re.choices[T]?`[${r("choices:")} ${n.stringifiedValues(re.choices[T])}]`:null,j(re.default[T],re.defaultDescription[T])].filter(Boolean).join(" ");le.span({text:rc(oe),padding:[0,2,0,2+RP(oe)],width:_(Se,Ae)+4},k);let E=e.getInternalMethods().getUsageConfiguration()["hide-types"]===!0;Te&&!E?le.div({text:Te,padding:[0,0,0,2],align:"right"}):le.div()}),le.div()}),l.length&&(le.div(r("Examples:")),l.forEach($=>{$[0]=$[0].replace(/\$0/g,R)}),l.forEach($=>{$[1]===""?le.div({text:$[0],padding:[0,2,0,2]}):le.div({text:$[0],padding:[0,2,0,2],width:_(l,Ae)+4},{text:$[1]})}),le.div()),d.length>0){let $=d.map(me=>me.replace(/\$0/g,R)).join(`
110
+ `);le.div(`${$}
111
+ `)}return le.toString().replace(/\s*$/,"")};function _(w,R,L){let W=0;return Array.isArray(w)||(w=Object.values(w).map(v=>[v])),w.forEach(v=>{W=Math.max(t.stringWidth(L?`${L} ${rc(v[0])}`:rc(v[0]))+RP(v[0]),W)}),R&&(W=Math.min(W,parseInt((R*.5).toString(),10))),W}function P(){let w=e.getDemandedOptions(),R=e.getOptions();(Object.keys(R.alias)||[]).forEach(L=>{R.alias[L].forEach(W=>{p[W]&&n.describe(L,p[W]),W in w&&e.demandOption(L,w[W]),R.boolean.includes(W)&&e.boolean(L),R.count.includes(W)&&e.count(L),R.string.includes(W)&&e.string(L),R.normalize.includes(W)&&e.normalize(L),R.array.includes(W)&&e.array(L),R.number.includes(W)&&e.number(L)})})}let F;n.cacheHelpMessage=function(){F=this.help()},n.clearCachedHelpMessage=function(){F=void 0},n.hasCachedHelpMessage=function(){return!!F};function N(w,R,L,W){let v=[],O=null;return Object.keys(L).forEach(re=>{v=v.concat(L[re])}),w.forEach(re=>{O=[re].concat(R[re]),O.some(V=>v.indexOf(V)!==-1)||L[W].push(re)}),v}function q(w){return e.getOptions().hiddenOptions.indexOf(w)<0||e.parsed.argv[e.getOptions().showHiddenOpt]}n.showHelp=w=>{let R=e.getInternalMethods().getLoggerInstance();w||(w="error"),(typeof w=="function"?w:R[w])(n.help())},n.functionDescription=w=>["(",w.name?t.Parser.decamelize(w.name,"-"):r("generated-value"),")"].join(""),n.stringifiedValues=function(R,L){let W="",v=L||", ",O=[].concat(R);return!R||!O.length||O.forEach(re=>{W.length&&(W+=v),W+=JSON.stringify(re)}),W};function j(w,R){let L=`[${r("default:")} `;if(w===void 0&&!R)return null;if(R)L+=R;else switch(typeof w){case"string":L+=`"${w}"`;break;case"object":L+=JSON.stringify(w);break;default:L+=w}return`${L}]`}function I(){return t.process.stdColumns?Math.min(80,t.process.stdColumns):80}let M=null;n.version=w=>{M=w},n.showVersion=w=>{let R=e.getInternalMethods().getLoggerInstance();w||(w="error"),(typeof w=="function"?w:R[w])(M)},n.reset=function(R){return s=null,u=!1,c=[],f=!1,d=[],l=[],h=[],p=Qr(p,L=>!R[L]),n};let x=[];return n.freeze=function(){x.push({failMessage:s,failureOutput:u,usages:c,usageDisabled:f,epilogs:d,examples:l,commands:h,descriptions:p})},n.unfreeze=function(R=!1){let L=x.pop();L&&(R?(p={...L.descriptions,...p},h=[...L.commands,...h],c=[...L.usages,...c],l=[...L.examples,...l],d=[...L.epilogs,...d]):{failMessage:s,failureOutput:u,usages:c,usageDisabled:f,epilogs:d,examples:l,commands:h,descriptions:p}=L)},n}function Qd(e){return typeof e=="object"}function I8(e,t){return Qd(e)?{text:e.text,indentation:e.indentation+t}:{text:e,indentation:t}}function RP(e){return Qd(e)?e.indentation:0}function rc(e){return Qd(e)?e.text:e}var LP=`###-begin-{{app_name}}-completions-###
110
112
  #
111
113
  # yargs command completion script
112
114
  #
@@ -134,7 +136,7 @@ _{{app_name}}_yargs_completions()
134
136
  }
135
137
  complete -o bashdefault -o default -F _{{app_name}}_yargs_completions {{app_name}}
136
138
  ###-end-{{app_name}}-completions-###
137
- `,H0=`#compdef {{app_name}}
139
+ `,DP=`#compdef {{app_name}}
138
140
  ###-begin-{{app_name}}-completions-###
139
141
  #
140
142
  # yargs command completion script
@@ -153,46 +155,14 @@ _{{app_name}}_yargs_completions()
153
155
  }
154
156
  compdef _{{app_name}}_yargs_completions {{app_name}}
155
157
  ###-end-{{app_name}}-completions-###
156
- `;var mf=class{constructor(t,r,n,i){var s,o,a;this.yargs=t,this.usage=r,this.command=n,this.shim=i,this.completionKey="get-yargs-completions",this.aliases=null,this.customCompletionFunction=null,this.indexAfterLastReset=0,this.zshShell=(a=((s=this.shim.getEnv("SHELL"))===null||s===void 0?void 0:s.includes("zsh"))||((o=this.shim.getEnv("ZSH_NAME"))===null||o===void 0?void 0:o.includes("zsh")))!==null&&a!==void 0?a:!1}defaultCompletion(t,r,n,i){let s=this.command.getCommandHandlers();for(let a=0,u=t.length;a<u;++a)if(s[t[a]]&&s[t[a]].builder){let c=s[t[a]].builder;if(Ha(c)){this.indexAfterLastReset=a+1;let f=this.yargs.getInternalMethods().reset();return c(f,!0),f.argv}}let o=[];this.commandCompletions(o,t,n),this.optionCompletions(o,t,r,n),this.choicesFromOptionsCompletions(o,t,r,n),this.choicesFromPositionalsCompletions(o,t,r,n),i(null,o)}commandCompletions(t,r,n){let i=this.yargs.getInternalMethods().getContext().commands;!n.match(/^-/)&&i[i.length-1]!==n&&!this.previousArgHasChoices(r)&&this.usage.getCommands().forEach(s=>{let o=Cn(s[0]).cmd;if(r.indexOf(o)===-1)if(!this.zshShell)t.push(o);else{let a=s[1]||"";t.push(o.replace(/:/g,"\\:")+":"+a)}})}optionCompletions(t,r,n,i){if((i.match(/^-/)||i===""&&t.length===0)&&!this.previousArgHasChoices(r)){let s=this.yargs.getOptions(),o=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(s.key).forEach(a=>{let u=!!s.configuration["boolean-negation"]&&s.boolean.includes(a);!o.includes(a)&&!s.hiddenOptions.includes(a)&&!this.argsContainKey(r,a,u)&&this.completeOptionKey(a,t,i,u&&!!s.default[a])})}}choicesFromOptionsCompletions(t,r,n,i){if(this.previousArgHasChoices(r)){let s=this.getPreviousArgChoices(r);s&&s.length>0&&t.push(...s.map(o=>o.replace(/:/g,"\\:")))}}choicesFromPositionalsCompletions(t,r,n,i){if(i===""&&t.length>0&&this.previousArgHasChoices(r))return;let s=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[],o=Math.max(this.indexAfterLastReset,this.yargs.getInternalMethods().getContext().commands.length+1),a=s[n._.length-o-1];if(!a)return;let u=this.yargs.getOptions().choices[a]||[];for(let c of u)c.startsWith(i)&&t.push(c.replace(/:/g,"\\:"))}getPreviousArgChoices(t){if(t.length<1)return;let r=t[t.length-1],n="";if(!r.startsWith("-")&&t.length>1&&(n=r,r=t[t.length-2]),!r.startsWith("-"))return;let i=r.replace(/^-+/,""),s=this.yargs.getOptions(),o=[i,...this.yargs.getAliases()[i]||[]],a;for(let u of o)if(Object.prototype.hasOwnProperty.call(s.key,u)&&Array.isArray(s.choices[u])){a=s.choices[u];break}if(a)return a.filter(u=>!n||u.startsWith(n))}previousArgHasChoices(t){let r=this.getPreviousArgChoices(t);return r!==void 0&&r.length>0}argsContainKey(t,r,n){let i=s=>t.indexOf((/^[^0-9]$/.test(s)?"-":"--")+s)!==-1;if(i(r)||n&&i(`no-${r}`))return!0;if(this.aliases){for(let s of this.aliases[r])if(i(s))return!0}return!1}completeOptionKey(t,r,n,i){var s,o,a,u;let c=t;if(this.zshShell){let d=this.usage.getDescriptions(),p=(o=(s=this===null||this===void 0?void 0:this.aliases)===null||s===void 0?void 0:s[t])===null||o===void 0?void 0:o.find(P=>{let S=d[P];return typeof S=="string"&&S.length>0}),y=p?d[p]:void 0,m=(u=(a=d[t])!==null&&a!==void 0?a:y)!==null&&u!==void 0?u:"";c=`${t.replace(/:/g,"\\:")}:${m.replace("__yargsString__:","").replace(/(\r\n|\n|\r)/gm," ")}`}let f=d=>/^--/.test(d),l=d=>/^[^0-9]$/.test(d),h=!f(n)&&l(t)?"-":"--";r.push(h+c),i&&r.push(h+"no-"+c)}customCompletion(t,r,n,i){if(kt(this.customCompletionFunction,null,this.shim),Pk(this.customCompletionFunction)){let s=this.customCompletionFunction(n,r);return qe(s)?s.then(o=>{this.shim.process.nextTick(()=>{i(null,o)})}).catch(o=>{this.shim.process.nextTick(()=>{i(o,void 0)})}):i(null,s)}else return Ok(this.customCompletionFunction)?this.customCompletionFunction(n,r,(s=i)=>this.defaultCompletion(t,r,n,s),s=>{i(null,s)}):this.customCompletionFunction(n,r,s=>{i(null,s)})}getCompletion(t,r){let n=t.length?t[t.length-1]:"",i=this.yargs.parse(t,!0),s=this.customCompletionFunction?o=>this.customCompletion(t,o,n,r):o=>this.defaultCompletion(t,o,n,r);return qe(i)?i.then(s):s(i)}generateCompletionScript(t,r){let n=this.zshShell?H0:U0,i=this.shim.path.basename(t);return t.match(/\.js$/)&&(t=`./${t}`),n=n.replace(/{{app_name}}/g,i),n=n.replace(/{{completion_command}}/g,r),n.replace(/{{app_path}}/g,t)}registerFunction(t){this.customCompletionFunction=t}setParsed(t){this.aliases=t.aliases}};function z0(e,t,r,n){return new mf(e,t,r,n)}function Pk(e){return e.length<3}function Ok(e){return e.length>3}function Y0(e,t){if(e.length===0)return t.length;if(t.length===0)return e.length;let r=[],n;for(n=0;n<=t.length;n++)r[n]=[n];let i;for(i=0;i<=e.length;i++)r[0][i]=i;for(n=1;n<=t.length;n++)for(i=1;i<=e.length;i++)t.charAt(n-1)===e.charAt(i-1)?r[n][i]=r[n-1][i-1]:n>1&&i>1&&t.charAt(n-2)===e.charAt(i-1)&&t.charAt(n-1)===e.charAt(i-2)?r[n][i]=r[n-2][i-2]+1:r[n][i]=Math.min(r[n-1][i-1]+1,Math.min(r[n][i-1]+1,r[n-1][i]+1));return r[t.length][e.length]}var V0=["$0","--","_"];function K0(e,t,r){let n=r.y18n.__,i=r.y18n.__n,s={};s.nonOptionCount=function(l){let h=e.getDemandedCommands(),p=l._.length+(l["--"]?l["--"].length:0)-e.getInternalMethods().getContext().commands.length;h._&&(p<h._.min||p>h._.max)&&(p<h._.min?h._.minMsg!==void 0?t.fail(h._.minMsg?h._.minMsg.replace(/\$0/g,p.toString()).replace(/\$1/,h._.min.toString()):null):t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",p,p.toString(),h._.min.toString())):p>h._.max&&(h._.maxMsg!==void 0?t.fail(h._.maxMsg?h._.maxMsg.replace(/\$0/g,p.toString()).replace(/\$1/,h._.max.toString()):null):t.fail(i("Too many non-option arguments: got %s, maximum of %s","Too many non-option arguments: got %s, maximum of %s",p,p.toString(),h._.max.toString()))))},s.positionalCount=function(l,h){h<l&&t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",h,h+"",l+""))},s.requiredArguments=function(l,h){let d=null;for(let p of Object.keys(h))(!Object.prototype.hasOwnProperty.call(l,p)||typeof l[p]>"u")&&(d=d||{},d[p]=h[p]);if(d){let p=[];for(let m of Object.keys(d)){let P=d[m];P&&p.indexOf(P)<0&&p.push(P)}let y=p.length?`
157
- ${p.join(`
158
- `)}`:"";t.fail(i("Missing required argument: %s","Missing required arguments: %s",Object.keys(d).length,Object.keys(d).join(", ")+y))}},s.unknownArguments=function(l,h,d,p,y=!0){var m;let P=e.getInternalMethods().getCommandInstance().getCommands(),S=[],L=e.getInternalMethods().getContext();if(Object.keys(l).forEach(O=>{!V0.includes(O)&&!Object.prototype.hasOwnProperty.call(d,O)&&!Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),O)&&!s.isValidAndSomeAliasIsNotNew(O,h)&&S.push(O)}),y&&(L.commands.length>0||P.length>0||p)&&l._.slice(L.commands.length).forEach(O=>{P.includes(""+O)||S.push(""+O)}),y){let b=((m=e.getDemandedCommands()._)===null||m===void 0?void 0:m.max)||0,_=L.commands.length+b;_<l._.length&&l._.slice(_).forEach(D=>{D=String(D),!L.commands.includes(D)&&!S.includes(D)&&S.push(D)})}S.length&&t.fail(i("Unknown argument: %s","Unknown arguments: %s",S.length,S.map(O=>O.trim()?O:`"${O}"`).join(", ")))},s.unknownCommands=function(l){let h=e.getInternalMethods().getCommandInstance().getCommands(),d=[],p=e.getInternalMethods().getContext();return(p.commands.length>0||h.length>0)&&l._.slice(p.commands.length).forEach(y=>{h.includes(""+y)||d.push(""+y)}),d.length>0?(t.fail(i("Unknown command: %s","Unknown commands: %s",d.length,d.join(", "))),!0):!1},s.isValidAndSomeAliasIsNotNew=function(l,h){if(!Object.prototype.hasOwnProperty.call(h,l))return!1;let d=e.parsed.newAliases;return[l,...h[l]].some(p=>!Object.prototype.hasOwnProperty.call(d,p)||!d[l])},s.limitedChoices=function(l){let h=e.getOptions(),d={};if(!Object.keys(h.choices).length)return;Object.keys(l).forEach(m=>{V0.indexOf(m)===-1&&Object.prototype.hasOwnProperty.call(h.choices,m)&&[].concat(l[m]).forEach(P=>{h.choices[m].indexOf(P)===-1&&P!==void 0&&(d[m]=(d[m]||[]).concat(P))})});let p=Object.keys(d);if(!p.length)return;let y=n("Invalid values:");p.forEach(m=>{y+=`
159
- ${n("Argument: %s, Given: %s, Choices: %s",m,t.stringifiedValues(d[m]),t.stringifiedValues(h.choices[m]))}`}),t.fail(y)};let o={};s.implies=function(l,h){le("<string|object> [array|number|string]",[l,h],arguments.length),typeof l=="object"?Object.keys(l).forEach(d=>{s.implies(d,l[d])}):(e.global(l),o[l]||(o[l]=[]),Array.isArray(h)?h.forEach(d=>s.implies(l,d)):(kt(h,void 0,r),o[l].push(h)))},s.getImplied=function(){return o};function a(f,l){let h=Number(l);return l=isNaN(h)?l:h,typeof l=="number"?l=f._.length>=l:l.match(/^--no-.+/)?(l=l.match(/^--no-(.+)/)[1],l=!Object.prototype.hasOwnProperty.call(f,l)):l=Object.prototype.hasOwnProperty.call(f,l),l}s.implications=function(l){let h=[];if(Object.keys(o).forEach(d=>{let p=d;(o[d]||[]).forEach(y=>{let m=p,P=y;m=a(l,m),y=a(l,y),m&&!y&&h.push(` ${p} -> ${P}`)})}),h.length){let d=`${n("Implications failed:")}
160
- `;h.forEach(p=>{d+=p}),t.fail(d)}};let u={};s.conflicts=function(l,h){le("<string|object> [array|string]",[l,h],arguments.length),typeof l=="object"?Object.keys(l).forEach(d=>{s.conflicts(d,l[d])}):(e.global(l),u[l]||(u[l]=[]),Array.isArray(h)?h.forEach(d=>s.conflicts(l,d)):u[l].push(h))},s.getConflicting=()=>u,s.conflicting=function(l){Object.keys(l).forEach(h=>{u[h]&&u[h].forEach(d=>{d&&l[h]!==void 0&&l[d]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",h,d))})}),e.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(u).forEach(h=>{u[h].forEach(d=>{d&&l[r.Parser.camelCase(h)]!==void 0&&l[r.Parser.camelCase(d)]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",h,d))})})},s.recommendCommands=function(l,h){h=h.sort((m,P)=>P.length-m.length);let p=null,y=1/0;for(let m=0,P;(P=h[m])!==void 0;m++){let S=Y0(l,P);S<=3&&S<y&&(y=S,p=P)}p&&t.fail(n("Did you mean %s?",p))},s.reset=function(l){return o=xn(o,h=>!l[h]),u=xn(u,h=>!l[h]),s};let c=[];return s.freeze=function(){c.push({implied:o,conflicting:u})},s.unfreeze=function(){let l=c.pop();kt(l,void 0,r),{implied:o,conflicting:u}=l},s}var yf=[],io;function so(e,t,r,n){io=n;let i={};if(Object.prototype.hasOwnProperty.call(e,"extends")){if(typeof e.extends!="string")return i;let s=/\.json|\..*rc$/.test(e.extends),o=null;if(s)o=Rk(t,e.extends);else try{o=require.resolve(e.extends)}catch{return e}_k(o),yf.push(o),i=s?JSON.parse(io.readFileSync(o,"utf8")):require(e.extends),delete e.extends,i=so(i,io.path.dirname(o),r,io)}return yf=[],r?J0(i,e):Object.assign({},i,e)}function _k(e){if(yf.indexOf(e)>-1)throw new We(`Circular extended configurations: '${e}'.`)}function Rk(e,t){return io.path.resolve(e,t)}function J0(e,t){let r={};function n(i){return i&&typeof i=="object"&&!Array.isArray(i)}Object.assign(r,e);for(let i of Object.keys(t))n(t[i])&&n(r[i])?r[i]=J0(e[i],t[i]):r[i]=t[i];return r}var fe=function(e,t,r,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(e,r):i?i.value=r:t.set(e,r),r},R=function(e,t,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},Je,ai,oo,cr,Zt,Ya,On,ui,Va,lr,Ka,fr,jr,er,hr,Ja,Vi,ct,ge,Xa,Qa,tr,ci,Ki,li,_n,Za,we,fi,hi,di,Se,eu,Br,ze;function my(e){return(t=[],r=e.process.cwd(),n)=>{let i=new _f(t,r,n,e);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}}var X0=Symbol("copyDoubleDash"),Q0=Symbol("copyDoubleDash"),vf=Symbol("deleteFromParserHintObject"),Z0=Symbol("emitWarning"),ey=Symbol("freeze"),ty=Symbol("getDollarZero"),pi=Symbol("getParserConfiguration"),ry=Symbol("getUsageConfiguration"),Af=Symbol("guessLocale"),ny=Symbol("guessVersion"),iy=Symbol("parsePositionalNumbers"),Ef=Symbol("pkgUp"),Rn=Symbol("populateParserHintArray"),Ji=Symbol("populateParserHintSingleValueDictionary"),bf=Symbol("populateParserHintArrayDictionary"),wf=Symbol("populateParserHintDictionary"),Sf=Symbol("sanitizeKey"),Cf=Symbol("setKey"),xf=Symbol("unfreeze"),sy=Symbol("validateAsync"),oy=Symbol("getCommandInstance"),ay=Symbol("getContext"),uy=Symbol("getHasOutput"),cy=Symbol("getLoggerInstance"),ly=Symbol("getParseContext"),fy=Symbol("getUsageInstance"),hy=Symbol("getValidationInstance"),tu=Symbol("hasParseCallback"),dy=Symbol("isGlobalContext"),gi=Symbol("postProcess"),py=Symbol("rebase"),Pf=Symbol("reset"),ao=Symbol("runYargsParserAndExecuteCommands"),Of=Symbol("runValidation"),gy=Symbol("setHasOutput"),mi=Symbol("kTrackManuallySetKeys"),_f=class{constructor(t=[],r,n,i){this.customScriptName=!1,this.parsed=!1,Je.set(this,void 0),ai.set(this,void 0),oo.set(this,{commands:[],fullCommands:[]}),cr.set(this,null),Zt.set(this,null),Ya.set(this,"show-hidden"),On.set(this,null),ui.set(this,!0),Va.set(this,{}),lr.set(this,!0),Ka.set(this,[]),fr.set(this,void 0),jr.set(this,{}),er.set(this,!1),hr.set(this,null),Ja.set(this,!0),Vi.set(this,void 0),ct.set(this,""),ge.set(this,void 0),Xa.set(this,void 0),Qa.set(this,{}),tr.set(this,null),ci.set(this,null),Ki.set(this,{}),li.set(this,{}),_n.set(this,void 0),Za.set(this,!1),we.set(this,void 0),fi.set(this,!1),hi.set(this,!1),di.set(this,!1),Se.set(this,void 0),eu.set(this,{}),Br.set(this,null),ze.set(this,void 0),fe(this,we,i,"f"),fe(this,_n,t,"f"),fe(this,ai,r,"f"),fe(this,Xa,n,"f"),fe(this,fr,new Ua(this),"f"),this.$0=this[ty](),this[Pf](),fe(this,Je,R(this,Je,"f"),"f"),fe(this,Se,R(this,Se,"f"),"f"),fe(this,ze,R(this,ze,"f"),"f"),fe(this,ge,R(this,ge,"f"),"f"),R(this,ge,"f").showHiddenOpt=R(this,Ya,"f"),fe(this,Vi,this[Q0](),"f")}addHelpOpt(t,r){let n="help";return le("[string|boolean] [string]",[t,r],arguments.length),R(this,hr,"f")&&(this[vf](R(this,hr,"f")),fe(this,hr,null,"f")),t===!1&&r===void 0?this:(fe(this,hr,typeof t=="string"?t:n,"f"),this.boolean(R(this,hr,"f")),this.describe(R(this,hr,"f"),r||R(this,Se,"f").deferY18nLookup("Show help")),this)}help(t,r){return this.addHelpOpt(t,r)}addShowHiddenOpt(t,r){if(le("[string|boolean] [string]",[t,r],arguments.length),t===!1&&r===void 0)return this;let n=typeof t=="string"?t:R(this,Ya,"f");return this.boolean(n),this.describe(n,r||R(this,Se,"f").deferY18nLookup("Show hidden options")),R(this,ge,"f").showHiddenOpt=n,this}showHidden(t,r){return this.addShowHiddenOpt(t,r)}alias(t,r){return le("<object|string|array> [string|array]",[t,r],arguments.length),this[bf](this.alias.bind(this),"alias",t,r),this}array(t){return le("<array|string>",[t],arguments.length),this[Rn]("array",t),this[mi](t),this}boolean(t){return le("<array|string>",[t],arguments.length),this[Rn]("boolean",t),this[mi](t),this}check(t,r){return le("<function> [boolean]",[t,r],arguments.length),this.middleware((n,i)=>oi(()=>t(n,i.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&R(this,Se,"f").fail(s.toString(),s):R(this,Se,"f").fail(R(this,we,"f").y18n.__("Argument check failed: %s",t.toString())),n),s=>(R(this,Se,"f").fail(s.message?s.message:s.toString(),s),n)),!1,r),this}choices(t,r){return le("<object|string|array> [string|array]",[t,r],arguments.length),this[bf](this.choices.bind(this),"choices",t,r),this}coerce(t,r){if(le("<object|string|array> [function]",[t,r],arguments.length),Array.isArray(t)){if(!r)throw new We("coerce callback must be provided");for(let n of t)this.coerce(n,r);return this}else if(typeof t=="object"){for(let n of Object.keys(t))this.coerce(n,t[n]);return this}if(!r)throw new We("coerce callback must be provided");return R(this,ge,"f").key[t]=!0,R(this,fr,"f").addCoerceMiddleware((n,i)=>{let s;return Object.prototype.hasOwnProperty.call(n,t)?oi(()=>(s=i.getAliases(),r(n[t])),a=>{n[t]=a;let u=i.getInternalMethods().getParserConfiguration()["strip-aliased"];if(s[t]&&u!==!0)for(let c of s[t])n[c]=a;return n},a=>{throw new We(a.message)}):n},t),this}conflicts(t,r){return le("<string|object> [string|array]",[t,r],arguments.length),R(this,ze,"f").conflicts(t,r),this}config(t="config",r,n){return le("[object|string] [string|function] [function]",[t,r,n],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=so(t,R(this,ai,"f"),this[pi]()["deep-merge-config"]||!1,R(this,we,"f")),R(this,ge,"f").configObjects=(R(this,ge,"f").configObjects||[]).concat(t),this):(typeof r=="function"&&(n=r,r=void 0),this.describe(t,r||R(this,Se,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(i=>{R(this,ge,"f").config[i]=n||!0}),this)}completion(t,r,n){return le("[string] [string|boolean|function] [function]",[t,r,n],arguments.length),typeof r=="function"&&(n=r,r=void 0),fe(this,Zt,t||R(this,Zt,"f")||"completion","f"),!r&&r!==!1&&(r="generate completion script"),this.command(R(this,Zt,"f"),r),n&&R(this,cr,"f").registerFunction(n),this}command(t,r,n,i,s,o){return le("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,r,n,i,s,o],arguments.length),R(this,Je,"f").addHandler(t,r,n,i,s,o),this}commands(t,r,n,i,s,o){return this.command(t,r,n,i,s,o)}commandDir(t,r){le("<string> [object]",[t,r],arguments.length);let n=R(this,Xa,"f")||R(this,we,"f").require;return R(this,Je,"f").addDirectory(t,n,R(this,we,"f").getCallerFile(),r),this}count(t){return le("<array|string>",[t],arguments.length),this[Rn]("count",t),this[mi](t),this}default(t,r,n){return le("<object|string|array> [*] [string]",[t,r,n],arguments.length),n&&(hf(t,R(this,we,"f")),R(this,ge,"f").defaultDescription[t]=n),typeof r=="function"&&(hf(t,R(this,we,"f")),R(this,ge,"f").defaultDescription[t]||(R(this,ge,"f").defaultDescription[t]=R(this,Se,"f").functionDescription(r)),r=r.call()),this[Ji](this.default.bind(this),"default",t,r),this}defaults(t,r,n){return this.default(t,r,n)}demandCommand(t=1,r,n,i){return le("[number] [number|string] [string|null|undefined] [string|null|undefined]",[t,r,n,i],arguments.length),typeof r!="number"&&(n=r,r=1/0),this.global("_",!1),R(this,ge,"f").demandedCommands._={min:t,max:r,minMsg:n,maxMsg:i},this}demand(t,r,n){return Array.isArray(r)?(r.forEach(i=>{kt(n,!0,R(this,we,"f")),this.demandOption(i,n)}),r=1/0):typeof r!="number"&&(n=r,r=1/0),typeof t=="number"?(kt(n,!0,R(this,we,"f")),this.demandCommand(t,r,n,n)):Array.isArray(t)?t.forEach(i=>{kt(n,!0,R(this,we,"f")),this.demandOption(i,n)}):typeof n=="string"?this.demandOption(t,n):(n===!0||typeof n>"u")&&this.demandOption(t),this}demandOption(t,r){return le("<object|string|array> [string]",[t,r],arguments.length),this[Ji](this.demandOption.bind(this),"demandedOptions",t,r),this}deprecateOption(t,r){return le("<string> [string|boolean]",[t,r],arguments.length),R(this,ge,"f").deprecatedOptions[t]=r,this}describe(t,r){return le("<object|string|array> [string]",[t,r],arguments.length),this[Cf](t,!0),R(this,Se,"f").describe(t,r),this}detectLocale(t){return le("<boolean>",[t],arguments.length),fe(this,ui,t,"f"),this}env(t){return le("[string|boolean]",[t],arguments.length),t===!1?delete R(this,ge,"f").envPrefix:R(this,ge,"f").envPrefix=t||"",this}epilogue(t){return le("<string>",[t],arguments.length),R(this,Se,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,r){return le("<string|array> [string]",[t,r],arguments.length),Array.isArray(t)?t.forEach(n=>this.example(...n)):R(this,Se,"f").example(t,r),this}exit(t,r){fe(this,er,!0,"f"),fe(this,On,r,"f"),R(this,lr,"f")&&R(this,we,"f").process.exit(t)}exitProcess(t=!0){return le("[boolean]",[t],arguments.length),fe(this,lr,t,"f"),this}fail(t){if(le("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new We("Invalid first argument. Expected function or boolean 'false'");return R(this,Se,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,r){return le("<array> [function]",[t,r],arguments.length),r?R(this,cr,"f").getCompletion(t,r):new Promise((n,i)=>{R(this,cr,"f").getCompletion(t,(s,o)=>{s?i(s):n(o)})})}getDemandedOptions(){return le([],0),R(this,ge,"f").demandedOptions}getDemandedCommands(){return le([],0),R(this,ge,"f").demandedCommands}getDeprecatedOptions(){return le([],0),R(this,ge,"f").deprecatedOptions}getDetectLocale(){return R(this,ui,"f")}getExitProcess(){return R(this,lr,"f")}getGroups(){return Object.assign({},R(this,jr,"f"),R(this,li,"f"))}getHelp(){if(fe(this,er,!0,"f"),!R(this,Se,"f").hasCachedHelpMessage()){if(!this.parsed){let r=this[ao](R(this,_n,"f"),void 0,void 0,0,!0);if(qe(r))return r.then(()=>R(this,Se,"f").help())}let t=R(this,Je,"f").runDefaultBuilderOn(this);if(qe(t))return t.then(()=>R(this,Se,"f").help())}return Promise.resolve(R(this,Se,"f").help())}getOptions(){return R(this,ge,"f")}getStrict(){return R(this,fi,"f")}getStrictCommands(){return R(this,hi,"f")}getStrictOptions(){return R(this,di,"f")}global(t,r){return le("<string|array> [boolean]",[t,r],arguments.length),t=[].concat(t),r!==!1?R(this,ge,"f").local=R(this,ge,"f").local.filter(n=>t.indexOf(n)===-1):t.forEach(n=>{R(this,ge,"f").local.includes(n)||R(this,ge,"f").local.push(n)}),this}group(t,r){le("<string|array> <string>",[t,r],arguments.length);let n=R(this,li,"f")[r]||R(this,jr,"f")[r];R(this,li,"f")[r]&&delete R(this,li,"f")[r];let i={};return R(this,jr,"f")[r]=(n||[]).concat(t).filter(s=>i[s]?!1:i[s]=!0),this}hide(t){return le("<string>",[t],arguments.length),R(this,ge,"f").hiddenOptions.push(t),this}implies(t,r){return le("<string|object> [number|string|array]",[t,r],arguments.length),R(this,ze,"f").implies(t,r),this}locale(t){return le("[string]",[t],arguments.length),t===void 0?(this[Af](),R(this,we,"f").y18n.getLocale()):(fe(this,ui,!1,"f"),R(this,we,"f").y18n.setLocale(t),this)}middleware(t,r,n){return R(this,fr,"f").addMiddleware(t,!!r,n)}nargs(t,r){return le("<string|object|array> [number]",[t,r],arguments.length),this[Ji](this.nargs.bind(this),"narg",t,r),this}normalize(t){return le("<array|string>",[t],arguments.length),this[Rn]("normalize",t),this}number(t){return le("<array|string>",[t],arguments.length),this[Rn]("number",t),this[mi](t),this}option(t,r){if(le("<string|object> [object]",[t,r],arguments.length),typeof t=="object")Object.keys(t).forEach(n=>{this.options(n,t[n])});else{typeof r!="object"&&(r={}),this[mi](t),R(this,Br,"f")&&(t==="version"||r?.alias==="version")&&this[Z0](['"version" is a reserved word.',"Please do one of the following:",'- Disable version with `yargs.version(false)` if using "version" as an option',"- Use the built-in `yargs.version` method instead (if applicable)","- Use a different option key","https://yargs.js.org/docs/#api-reference-version"].join(`
161
- `),void 0,"versionWarning"),R(this,ge,"f").key[t]=!0,r.alias&&this.alias(t,r.alias);let n=r.deprecate||r.deprecated;n&&this.deprecateOption(t,n);let i=r.demand||r.required||r.require;i&&this.demand(t,i),r.demandOption&&this.demandOption(t,typeof r.demandOption=="string"?r.demandOption:void 0),r.conflicts&&this.conflicts(t,r.conflicts),"default"in r&&this.default(t,r.default),r.implies!==void 0&&this.implies(t,r.implies),r.nargs!==void 0&&this.nargs(t,r.nargs),r.config&&this.config(t,r.configParser),r.normalize&&this.normalize(t),r.choices&&this.choices(t,r.choices),r.coerce&&this.coerce(t,r.coerce),r.group&&this.group(t,r.group),(r.boolean||r.type==="boolean")&&(this.boolean(t),r.alias&&this.boolean(r.alias)),(r.array||r.type==="array")&&(this.array(t),r.alias&&this.array(r.alias)),(r.number||r.type==="number")&&(this.number(t),r.alias&&this.number(r.alias)),(r.string||r.type==="string")&&(this.string(t),r.alias&&this.string(r.alias)),(r.count||r.type==="count")&&this.count(t),typeof r.global=="boolean"&&this.global(t,r.global),r.defaultDescription&&(R(this,ge,"f").defaultDescription[t]=r.defaultDescription),r.skipValidation&&this.skipValidation(t);let s=r.describe||r.description||r.desc,o=R(this,Se,"f").getDescriptions();(!Object.prototype.hasOwnProperty.call(o,t)||typeof s=="string")&&this.describe(t,s),r.hidden&&this.hide(t),r.requiresArg&&this.requiresArg(t)}return this}options(t,r){return this.option(t,r)}parse(t,r,n){le("[string|array] [function|boolean|object] [function]",[t,r,n],arguments.length),this[ey](),typeof t>"u"&&(t=R(this,_n,"f")),typeof r=="object"&&(fe(this,ci,r,"f"),r=n),typeof r=="function"&&(fe(this,tr,r,"f"),r=!1),r||fe(this,_n,t,"f"),R(this,tr,"f")&&fe(this,lr,!1,"f");let i=this[ao](t,!!r),s=this.parsed;return R(this,cr,"f").setParsed(this.parsed),qe(i)?i.then(o=>(R(this,tr,"f")&&R(this,tr,"f").call(this,R(this,On,"f"),o,R(this,ct,"f")),o)).catch(o=>{throw R(this,tr,"f")&&R(this,tr,"f")(o,this.parsed.argv,R(this,ct,"f")),o}).finally(()=>{this[xf](),this.parsed=s}):(R(this,tr,"f")&&R(this,tr,"f").call(this,R(this,On,"f"),i,R(this,ct,"f")),this[xf](),this.parsed=s,i)}parseAsync(t,r,n){let i=this.parse(t,r,n);return qe(i)?i:Promise.resolve(i)}parseSync(t,r,n){let i=this.parse(t,r,n);if(qe(i))throw new We(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return i}parserConfiguration(t){return le("<object>",[t],arguments.length),fe(this,Qa,t,"f"),this}pkgConf(t,r){le("<string> [string]",[t,r],arguments.length);let n=null,i=this[Ef](r||R(this,ai,"f"));return i[t]&&typeof i[t]=="object"&&(n=so(i[t],r||R(this,ai,"f"),this[pi]()["deep-merge-config"]||!1,R(this,we,"f")),R(this,ge,"f").configObjects=(R(this,ge,"f").configObjects||[]).concat(n)),this}positional(t,r){le("<string> <object>",[t,r],arguments.length);let n=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];r=xn(r,(o,a)=>o==="type"&&!["string","number","boolean"].includes(a)?!1:n.includes(o));let i=R(this,oo,"f").fullCommands[R(this,oo,"f").fullCommands.length-1],s=i?R(this,Je,"f").cmdToParseOptions(i):{array:[],alias:{},default:{},demand:{}};return zi(s).forEach(o=>{let a=s[o];Array.isArray(a)?a.indexOf(t)!==-1&&(r[o]=!0):a[t]&&!(o in r)&&(r[o]=a[t])}),this.group(t,R(this,Se,"f").getPositionalGroupName()),this.option(t,r)}recommendCommands(t=!0){return le("[boolean]",[t],arguments.length),fe(this,Za,t,"f"),this}required(t,r,n){return this.demand(t,r,n)}require(t,r,n){return this.demand(t,r,n)}requiresArg(t){return le("<array|string|object> [number]",[t],arguments.length),typeof t=="string"&&R(this,ge,"f").narg[t]?this:(this[Ji](this.requiresArg.bind(this),"narg",t,NaN),this)}showCompletionScript(t,r){return le("[string] [string]",[t,r],arguments.length),t=t||this.$0,R(this,Vi,"f").log(R(this,cr,"f").generateCompletionScript(t,r||R(this,Zt,"f")||"completion")),this}showHelp(t){if(le("[string|function]",[t],arguments.length),fe(this,er,!0,"f"),!R(this,Se,"f").hasCachedHelpMessage()){if(!this.parsed){let n=this[ao](R(this,_n,"f"),void 0,void 0,0,!0);if(qe(n))return n.then(()=>{R(this,Se,"f").showHelp(t)}),this}let r=R(this,Je,"f").runDefaultBuilderOn(this);if(qe(r))return r.then(()=>{R(this,Se,"f").showHelp(t)}),this}return R(this,Se,"f").showHelp(t),this}scriptName(t){return this.customScriptName=!0,this.$0=t,this}showHelpOnFail(t,r){return le("[boolean|string] [string]",[t,r],arguments.length),R(this,Se,"f").showHelpOnFail(t,r),this}showVersion(t){return le("[string|function]",[t],arguments.length),R(this,Se,"f").showVersion(t),this}skipValidation(t){return le("<array|string>",[t],arguments.length),this[Rn]("skipValidation",t),this}strict(t){return le("[boolean]",[t],arguments.length),fe(this,fi,t!==!1,"f"),this}strictCommands(t){return le("[boolean]",[t],arguments.length),fe(this,hi,t!==!1,"f"),this}strictOptions(t){return le("[boolean]",[t],arguments.length),fe(this,di,t!==!1,"f"),this}string(t){return le("<array|string>",[t],arguments.length),this[Rn]("string",t),this[mi](t),this}terminalWidth(){return le([],0),R(this,we,"f").process.stdColumns}updateLocale(t){return this.updateStrings(t)}updateStrings(t){return le("<object>",[t],arguments.length),fe(this,ui,!1,"f"),R(this,we,"f").y18n.updateLocale(t),this}usage(t,r,n,i){if(le("<string|null|undefined> [string|boolean] [function|object] [function]",[t,r,n,i],arguments.length),r!==void 0){if(kt(t,null,R(this,we,"f")),(t||"").match(/^\$0( |$)/))return this.command(t,r,n,i);throw new We(".usage() description must start with $0 if being used as alias for .command()")}else return R(this,Se,"f").usage(t),this}usageConfiguration(t){return le("<object>",[t],arguments.length),fe(this,eu,t,"f"),this}version(t,r,n){let i="version";if(le("[boolean|string] [string] [string]",[t,r,n],arguments.length),R(this,Br,"f")&&(this[vf](R(this,Br,"f")),R(this,Se,"f").version(void 0),fe(this,Br,null,"f")),arguments.length===0)n=this[ny](),t=i;else if(arguments.length===1){if(t===!1)return this;n=t,t=i}else arguments.length===2&&(n=r,r=void 0);return fe(this,Br,typeof t=="string"?t:i,"f"),r=r||R(this,Se,"f").deferY18nLookup("Show version number"),R(this,Se,"f").version(n||void 0),this.boolean(R(this,Br,"f")),this.describe(R(this,Br,"f"),r),this}wrap(t){return le("<number|null|undefined>",[t],arguments.length),R(this,Se,"f").wrap(t),this}[(Je=new WeakMap,ai=new WeakMap,oo=new WeakMap,cr=new WeakMap,Zt=new WeakMap,Ya=new WeakMap,On=new WeakMap,ui=new WeakMap,Va=new WeakMap,lr=new WeakMap,Ka=new WeakMap,fr=new WeakMap,jr=new WeakMap,er=new WeakMap,hr=new WeakMap,Ja=new WeakMap,Vi=new WeakMap,ct=new WeakMap,ge=new WeakMap,Xa=new WeakMap,Qa=new WeakMap,tr=new WeakMap,ci=new WeakMap,Ki=new WeakMap,li=new WeakMap,_n=new WeakMap,Za=new WeakMap,we=new WeakMap,fi=new WeakMap,hi=new WeakMap,di=new WeakMap,Se=new WeakMap,eu=new WeakMap,Br=new WeakMap,ze=new WeakMap,X0)](t){if(!t._||!t["--"])return t;t._.push.apply(t._,t["--"]);try{delete t["--"]}catch{}return t}[Q0](){return{log:(...t)=>{this[tu]()||console.log(...t),fe(this,er,!0,"f"),R(this,ct,"f").length&&fe(this,ct,R(this,ct,"f")+`
162
- `,"f"),fe(this,ct,R(this,ct,"f")+t.join(" "),"f")},error:(...t)=>{this[tu]()||console.error(...t),fe(this,er,!0,"f"),R(this,ct,"f").length&&fe(this,ct,R(this,ct,"f")+`
163
- `,"f"),fe(this,ct,R(this,ct,"f")+t.join(" "),"f")}}}[vf](t){zi(R(this,ge,"f")).forEach(r=>{if((i=>i==="configObjects")(r))return;let n=R(this,ge,"f")[r];Array.isArray(n)?n.includes(t)&&n.splice(n.indexOf(t),1):typeof n=="object"&&delete n[t]}),delete R(this,Se,"f").getDescriptions()[t]}[Z0](t,r,n){R(this,Va,"f")[n]||(R(this,we,"f").process.emitWarning(t,r),R(this,Va,"f")[n]=!0)}[ey](){R(this,Ka,"f").push({options:R(this,ge,"f"),configObjects:R(this,ge,"f").configObjects.slice(0),exitProcess:R(this,lr,"f"),groups:R(this,jr,"f"),strict:R(this,fi,"f"),strictCommands:R(this,hi,"f"),strictOptions:R(this,di,"f"),completionCommand:R(this,Zt,"f"),output:R(this,ct,"f"),exitError:R(this,On,"f"),hasOutput:R(this,er,"f"),parsed:this.parsed,parseFn:R(this,tr,"f"),parseContext:R(this,ci,"f")}),R(this,Se,"f").freeze(),R(this,ze,"f").freeze(),R(this,Je,"f").freeze(),R(this,fr,"f").freeze()}[ty](){let t="",r;return/\b(node|iojs|electron)(\.exe)?$/.test(R(this,we,"f").process.argv()[0])?r=R(this,we,"f").process.argv().slice(1,2):r=R(this,we,"f").process.argv().slice(0,1),t=r.map(n=>{let i=this[py](R(this,ai,"f"),n);return n.match(/^(\/|([a-zA-Z]:)?\\)/)&&i.length<n.length?i:n}).join(" ").trim(),R(this,we,"f").getEnv("_")&&R(this,we,"f").getProcessArgvBin()===R(this,we,"f").getEnv("_")&&(t=R(this,we,"f").getEnv("_").replace(`${R(this,we,"f").path.dirname(R(this,we,"f").process.execPath())}/`,"")),t}[pi](){return R(this,Qa,"f")}[ry](){return R(this,eu,"f")}[Af](){if(!R(this,ui,"f"))return;let t=R(this,we,"f").getEnv("LC_ALL")||R(this,we,"f").getEnv("LC_MESSAGES")||R(this,we,"f").getEnv("LANG")||R(this,we,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[ny](){return this[Ef]().version||"unknown"}[iy](t){let r=t["--"]?t["--"]:t._;for(let n=0,i;(i=r[n])!==void 0;n++)R(this,we,"f").Parser.looksLikeNumber(i)&&Number.isSafeInteger(Math.floor(parseFloat(`${i}`)))&&(r[n]=Number(i));return t}[Ef](t){let r=t||"*";if(R(this,Ki,"f")[r])return R(this,Ki,"f")[r];let n={};try{let i=t||R(this,we,"f").mainFilename;!t&&R(this,we,"f").path.extname(i)&&(i=R(this,we,"f").path.dirname(i));let s=R(this,we,"f").findUp(i,(o,a)=>{if(a.includes("package.json"))return"package.json"});kt(s,void 0,R(this,we,"f")),n=JSON.parse(R(this,we,"f").readFileSync(s,"utf8"))}catch{}return R(this,Ki,"f")[r]=n||{},R(this,Ki,"f")[r]}[Rn](t,r){r=[].concat(r),r.forEach(n=>{n=this[Sf](n),R(this,ge,"f")[t].push(n)})}[Ji](t,r,n,i){this[wf](t,r,n,i,(s,o,a)=>{R(this,ge,"f")[s][o]=a})}[bf](t,r,n,i){this[wf](t,r,n,i,(s,o,a)=>{R(this,ge,"f")[s][o]=(R(this,ge,"f")[s][o]||[]).concat(a)})}[wf](t,r,n,i,s){if(Array.isArray(n))n.forEach(o=>{t(o,i)});else if((o=>typeof o=="object")(n))for(let o of zi(n))t(o,n[o]);else s(r,this[Sf](n),i)}[Sf](t){return t==="__proto__"?"___proto___":t}[Cf](t,r){return this[Ji](this[Cf].bind(this),"key",t,r),this}[xf](){var t,r,n,i,s,o,a,u,c,f,l,h;let d=R(this,Ka,"f").pop();kt(d,void 0,R(this,we,"f"));let p;t=this,r=this,n=this,i=this,s=this,o=this,a=this,u=this,c=this,f=this,l=this,h=this,{options:{set value(y){fe(t,ge,y,"f")}}.value,configObjects:p,exitProcess:{set value(y){fe(r,lr,y,"f")}}.value,groups:{set value(y){fe(n,jr,y,"f")}}.value,output:{set value(y){fe(i,ct,y,"f")}}.value,exitError:{set value(y){fe(s,On,y,"f")}}.value,hasOutput:{set value(y){fe(o,er,y,"f")}}.value,parsed:this.parsed,strict:{set value(y){fe(a,fi,y,"f")}}.value,strictCommands:{set value(y){fe(u,hi,y,"f")}}.value,strictOptions:{set value(y){fe(c,di,y,"f")}}.value,completionCommand:{set value(y){fe(f,Zt,y,"f")}}.value,parseFn:{set value(y){fe(l,tr,y,"f")}}.value,parseContext:{set value(y){fe(h,ci,y,"f")}}.value}=d,R(this,ge,"f").configObjects=p,R(this,Se,"f").unfreeze(),R(this,ze,"f").unfreeze(),R(this,Je,"f").unfreeze(),R(this,fr,"f").unfreeze()}[sy](t,r){return oi(r,n=>(t(n),n))}getInternalMethods(){return{getCommandInstance:this[oy].bind(this),getContext:this[ay].bind(this),getHasOutput:this[uy].bind(this),getLoggerInstance:this[cy].bind(this),getParseContext:this[ly].bind(this),getParserConfiguration:this[pi].bind(this),getUsageConfiguration:this[ry].bind(this),getUsageInstance:this[fy].bind(this),getValidationInstance:this[hy].bind(this),hasParseCallback:this[tu].bind(this),isGlobalContext:this[dy].bind(this),postProcess:this[gi].bind(this),reset:this[Pf].bind(this),runValidation:this[Of].bind(this),runYargsParserAndExecuteCommands:this[ao].bind(this),setHasOutput:this[gy].bind(this)}}[oy](){return R(this,Je,"f")}[ay](){return R(this,oo,"f")}[uy](){return R(this,er,"f")}[cy](){return R(this,Vi,"f")}[ly](){return R(this,ci,"f")||{}}[fy](){return R(this,Se,"f")}[hy](){return R(this,ze,"f")}[tu](){return!!R(this,tr,"f")}[dy](){return R(this,Ja,"f")}[gi](t,r,n,i){return n||qe(t)||(r||(t=this[X0](t)),(this[pi]()["parse-positional-numbers"]||this[pi]()["parse-positional-numbers"]===void 0)&&(t=this[iy](t)),i&&(t=si(t,this,R(this,fr,"f").getMiddleware(),!1))),t}[Pf](t={}){fe(this,ge,R(this,ge,"f")||{},"f");let r={};r.local=R(this,ge,"f").local||[],r.configObjects=R(this,ge,"f").configObjects||[];let n={};r.local.forEach(o=>{n[o]=!0,(t[o]||[]).forEach(a=>{n[a]=!0})}),Object.assign(R(this,li,"f"),Object.keys(R(this,jr,"f")).reduce((o,a)=>{let u=R(this,jr,"f")[a].filter(c=>!(c in n));return u.length>0&&(o[a]=u),o},{})),fe(this,jr,{},"f");let i=["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"],s=["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"];return i.forEach(o=>{r[o]=(R(this,ge,"f")[o]||[]).filter(a=>!n[a])}),s.forEach(o=>{r[o]=xn(R(this,ge,"f")[o],a=>!n[a])}),r.envPrefix=R(this,ge,"f").envPrefix,fe(this,ge,r,"f"),fe(this,Se,R(this,Se,"f")?R(this,Se,"f").reset(n):G0(this,R(this,we,"f")),"f"),fe(this,ze,R(this,ze,"f")?R(this,ze,"f").reset(n):K0(this,R(this,Se,"f"),R(this,we,"f")),"f"),fe(this,Je,R(this,Je,"f")?R(this,Je,"f").reset():B0(R(this,Se,"f"),R(this,ze,"f"),R(this,fr,"f"),R(this,we,"f")),"f"),R(this,cr,"f")||fe(this,cr,z0(this,R(this,Se,"f"),R(this,Je,"f"),R(this,we,"f")),"f"),R(this,fr,"f").reset(),fe(this,Zt,null,"f"),fe(this,ct,"","f"),fe(this,On,null,"f"),fe(this,er,!1,"f"),this.parsed=!1,this}[py](t,r){return R(this,we,"f").path.relative(t,r)}[ao](t,r,n,i=0,s=!1){let o=!!n||s;t=t||R(this,_n,"f"),R(this,ge,"f").__=R(this,we,"f").y18n.__,R(this,ge,"f").configuration=this[pi]();let a=!!R(this,ge,"f").configuration["populate--"],u=Object.assign({},R(this,ge,"f").configuration,{"populate--":!0}),c=R(this,we,"f").Parser.detailed(t,Object.assign({},R(this,ge,"f"),{configuration:{"parse-positional-numbers":!1,...u}})),f=Object.assign(c.argv,R(this,ci,"f")),l,h=c.aliases,d=!1,p=!1;Object.keys(f).forEach(y=>{y===R(this,hr,"f")&&f[y]?d=!0:y===R(this,Br,"f")&&f[y]&&(p=!0)}),f.$0=this.$0,this.parsed=c,i===0&&R(this,Se,"f").clearCachedHelpMessage();try{if(this[Af](),r)return this[gi](f,a,!!n,!1);R(this,hr,"f")&&[R(this,hr,"f")].concat(h[R(this,hr,"f")]||[]).filter(L=>L.length>1).includes(""+f._[f._.length-1])&&(f._.pop(),d=!0),fe(this,Ja,!1,"f");let y=R(this,Je,"f").getCommands(),m=R(this,cr,"f").completionKey in f,P=d||m||s;if(f._.length){if(y.length){let S;for(let L=i||0,O;f._[L]!==void 0;L++)if(O=String(f._[L]),y.includes(O)&&O!==R(this,Zt,"f")){let b=R(this,Je,"f").runCommand(O,this,c,L+1,s,d||p||s);return this[gi](b,a,!!n,!1)}else if(!S&&O!==R(this,Zt,"f")){S=O;break}!R(this,Je,"f").hasDefaultCommand()&&R(this,Za,"f")&&S&&!P&&R(this,ze,"f").recommendCommands(S,y)}R(this,Zt,"f")&&f._.includes(R(this,Zt,"f"))&&!m&&(R(this,lr,"f")&&Pn(!0),this.showCompletionScript(),this.exit(0))}if(R(this,Je,"f").hasDefaultCommand()&&!P){let S=R(this,Je,"f").runCommand(null,this,c,0,s,d||p||s);return this[gi](S,a,!!n,!1)}if(m){R(this,lr,"f")&&Pn(!0),t=[].concat(t);let S=t.slice(t.indexOf(`--${R(this,cr,"f").completionKey}`)+1);return R(this,cr,"f").getCompletion(S,(L,O)=>{if(L)throw new We(L.message);(O||[]).forEach(b=>{R(this,Vi,"f").log(b)}),this.exit(0)}),this[gi](f,!a,!!n,!1)}if(R(this,er,"f")||(d?(R(this,lr,"f")&&Pn(!0),o=!0,this.showHelp("log"),this.exit(0)):p&&(R(this,lr,"f")&&Pn(!0),o=!0,R(this,Se,"f").showVersion("log"),this.exit(0))),!o&&R(this,ge,"f").skipValidation.length>0&&(o=Object.keys(f).some(S=>R(this,ge,"f").skipValidation.indexOf(S)>=0&&f[S]===!0)),!o){if(c.error)throw new We(c.error.message);if(!m){let S=this[Of](h,{},c.error);n||(l=si(f,this,R(this,fr,"f").getMiddleware(),!0)),l=this[sy](S,l??f),qe(l)&&!n&&(l=l.then(()=>si(f,this,R(this,fr,"f").getMiddleware(),!1)))}}}catch(y){if(y instanceof We)R(this,Se,"f").fail(y.message,y);else throw y}return this[gi](l??f,a,!!n,!0)}[Of](t,r,n,i){let s={...this.getDemandedOptions()};return o=>{if(n)throw new We(n.message);R(this,ze,"f").nonOptionCount(o),R(this,ze,"f").requiredArguments(o,s);let a=!1;R(this,hi,"f")&&(a=R(this,ze,"f").unknownCommands(o)),R(this,fi,"f")&&!a?R(this,ze,"f").unknownArguments(o,t,r,!!i):R(this,di,"f")&&R(this,ze,"f").unknownArguments(o,t,{},!1,!1),R(this,ze,"f").limitedChoices(o),R(this,ze,"f").implications(o),R(this,ze,"f").conflicting(o)}}[gy](){fe(this,er,!0,"f")}[mi](t){if(typeof t=="string")R(this,ge,"f").key[t]=!0;else for(let r of t)R(this,ge,"f").key[r]=!0}};function W0(e){return!!e&&typeof e.getInternalMethods=="function"}var Fk=my(ff),yy=Fk;function vy(e){let t=yy(cf(e)).option({skipCheck:{type:"boolean",description:"Skip checking the validity of the feeds"},skipAuth:{type:"boolean",description:"Skip authenticating the feeds"},configFile:{alias:"c",type:"string",description:"Skip checking the validity of the feeds"},azureAuthLocation:{type:"string",description:"Allow specifying alternate location to azureauth"},exitCodeOnReAuthenticate:{type:"number",description:"Exit when re-authentication occurs"}}).help().parseSync();return{skipAuth:t.skipAuth||!1,doValidCheck:!t.skipCheck,configFile:t.configFile,azureAuthLocation:t.azureAuthLocation,exitCodeOnReAuthenticate:t.exitCodeOnReAuthenticate}}var RR=jt(QS(),1);var PR=jt(wR(),1),Wm=require("node:path"),OR=jt(require("node:fs/promises"),1),qm=jt(require("node:path"),1),_R=require("node:os");var gz=e=>{try{e.startsWith("https://")||(e="https://"+e);let t=new URL(e),r=t.hostname,n=t.pathname;if(r.endsWith("dev.azure.com")){let i=n.split("/").filter(Boolean);if(i.length>=2)return{organization:i[0],project:i[1]};throw new Error("Not enough segments in path for a valid organization and project extraction.")}if(r.endsWith("visualstudio.com")){let i=r.split(".")[0],s=n.split("/").filter(Boolean);if(i&&s.length>=1)return{organization:i,project:s[0]};throw new Error("Not enough segments in path or missing subdomain for a valid organization and project extraction.")}throw new Error("URL format not recognized or does not contain enough information.")}catch{throw new Error("Invalid URL or unsupported format")}},Us=(e,t="")=>{try{let{organization:r}=gz(e);return r}catch{return t}};function Zn(e){return Buffer.from(e||"").toString("base64")}var Rl=e=>Buffer.from(e,"base64").toString("utf8");var jm=jt(require("https"),1),Fl=jt(require("fs"),1),SR=jt(require("path"),1),mz={port:443,method:"GET"},CR=async e=>new Promise((t,r)=>{let n={...mz,...e};jm.default.request(n,s=>{let o="",a={},u=s.statusCode===200;s.on("data",c=>{o+=c}),s.on("end",()=>{o&&yz(n?.headers,"application/json")&&(a=JSON.parse(o.toString().trim())),u?t(a||o):(a&&(a={...a,statusCode:s.statusCode}),r(a||o||new Error(`Error code: ${s.statusCode}.`)))}),s.on("error",c=>{r(new Error(c))})}).end()});function yz(e,t){if(!e)return!1;if(Array.isArray(e)){for(let i of e){let s=i.toLowerCase().indexOf("accept:");if(s===0&&i.slice(s+7).trim().split(",").map(u=>u.trim()).includes(t))return!0}return!1}let n=Object.entries(e).find(([i])=>i.toLowerCase()==="accept")?.[1];return typeof n=="string"?n===t:Array.isArray(n)?n.includes(t):!1}async function Bm(e,t){return new Promise((r,n)=>{jm.default.get(e,i=>{if(i.statusCode===301||i.statusCode===302){let o=i.headers.location;if(o){Bm(o,t).then(r).catch(n);return}else{n(new Error("Redirect without location header"));return}}if(i.statusCode!==200){n(new Error(`HTTP ${i.statusCode}: ${i.statusMessage}`));return}let s;try{let o=SR.default.dirname(t);Fl.default.existsSync(o)||Fl.default.mkdirSync(o,{recursive:!0}),s=Fl.default.createWriteStream(t)}catch(o){n(o);return}s.on("error",o=>{n(o)}),i.pipe(s),s.on("finish",()=>{r()})}).on("error",i=>{n(i)})})}var xR=async({password:e,organization:t})=>{let r=`Basic ${Zn(`.:${e}`)}`,n={hostname:"feeds.dev.azure.com",port:443,path:`/${t}/_apis/packaging/feeds/1?api-version=6.1-preview.1`,method:"GET",headers:{Accept:"application/json",Authorization:r}};try{await CR(n)}catch(i){if(i.statusCode===404)return;throw i}};var kl="me",Dl="me@example.com",Hs=class{constructor(t,r,n){this.id=t;this.workspaceFileName=r;let i;if(n&&qm.default.basename(n)===this.workspaceFileName)i=qm.default.resolve(n);else{let o=(0,PR.getWorkspaceRoot)(process.cwd())||"";i=(0,Wm.join)(o,this.workspaceFileName)}this.workspaceFilePath=i;let s=process.env.HOME||process.env.USERPROFILE||(0,_R.homedir)()||"";this.userFilePath=(0,Wm.join)(s,r),this.feeds=new Map}async isSupportedInRepo(){try{await OR.default.access(this.workspaceFilePath)}catch{return!1}return!0}async validateAllUsedFeeds(){await this.prepUserFile();let t=[],r=await this.getWorkspaceRegistries(),n=await this.getUserFeeds();for(let i of r){let s=n.get(i);if(s){let o=!0;try{await xR({password:s.authToken||"",organization:s.adoOrganization})}catch{o=!1}t.push({feed:s,isValid:o,fileProvider:this})}else t.push({feed:{registry:i,adoOrganization:Us(i)},isValid:!1,fileProvider:this})}return t}};var Tl=jt(require("node:fs/promises"),1),Il=require("node:os");var Ll=e=>{let t=new URL(e),n=t.protocol.length+2;return t.toString().slice(n)};var FR=jt(require("node:path"),1);var Gm=jt(require("node:fs/promises"),1);async function zs(e,t){try{if(await Gm.default.readFile(e,{encoding:"utf-8"})===t)return}catch{}await Gm.default.writeFile(e,t,{encoding:"utf-8"})}var Nl=class extends Hs{constructor(t){super("NpmRc",".npmrc",t)}async prepUserFile(){try{let r=(await Tl.default.readFile(this.userFilePath,"utf-8")).split(Il.EOL).filter(n=>!n.includes("registry=")).join(Il.EOL);await zs(this.userFilePath,r)}catch{await zs(this.userFilePath,"")}}async getWorkspaceRegistries(){let t;try{t=new RR.default({npmPath:this.workspaceFilePath,argv:["<dummy_node>","<dummy_pnpm_js>",`--prefix=${FR.default.dirname(this.workspaceFilePath)}`],shorthands:{},definitions:{}}),await t.load()}catch(i){throw i instanceof TypeError&&i.message.includes("Invalid URL")?new Error("Registry URL missing or invalid"):new Error("Error loading .npmrc")}return Object.keys((t.data?.get("project")||{}).data||{}).filter(i=>i.includes("registry")).map(i=>t.get(i,"project")).map(i=>Ll(i))}async getUserFeeds(){let t=new Map;return await this.processNpmRcFile(this.userFilePath,(r,n,i,s)=>{let o=t.get(n);switch(o||(o={registry:n,adoOrganization:Us(n)},t.set(o.registry,o)),i){case"_password":o.authToken=Rl(s).trim();break;case"username":o.userName=s;break;case"email":o.email=s;break}}),t}async patchUserNpmRcFile(t){let r=new Set(t.values()),n=await this.processNpmRcFile(this.userFilePath,(i,s,o,a)=>{let u=t.get(this.toRegistryAndFunctionKey(s,o));return u!==void 0?(r.delete(u),u):i},i=>i);for(let i of r)n.push(i);return n}toRegistryAndFunctionKey(t,r){return`//${t}:${r}=`}async writeWorkspaceRegistries(t){let r=new Map;for(let i of t)r.set(this.toRegistryAndFunctionKey(i.registry,"username"),`//${i.registry}:username=${i.userName||kl}`),r.set(this.toRegistryAndFunctionKey(i.registry,"email"),`//${i.registry}:email=${i.email||Dl}`),r.set(this.toRegistryAndFunctionKey(i.registry,"_password"),`//${i.registry}:_password=${Zn(i.authToken)}`);let n=await this.patchUserNpmRcFile(r);await Tl.default.writeFile(this.userFilePath,n.join(Il.EOL),{encoding:"utf-8"})}async processNpmRcFile(t,r,n){let s=(await Tl.default.readFile(t,{encoding:"utf8"})).split(`
164
- `).map(a=>a.trim()),o=[];for(let a of s){let u=a.indexOf("/:");if(a.startsWith("//")&&u>=2){let c=a.substring(2,u+1),f=a.substring(u+2),l=f.substring(0,f.indexOf("=")),h=f.substring(f.indexOf("=")+1),d=r(a,c,l,h);d&&o.push(d)}else if(n){let c=n(a);c&&o.push(c)}}return o}};var xa=require("os");var Wl=require("os");var $l=require("node:child_process"),kR=require("node:util"),Ml=(0,kR.promisify)($l.exec);function Um(e,t,r){return new Promise((n,i)=>{let s=r?.cwd||process.cwd();console.log(`\u{1F680} Launching [${e} ${t.join(" ")}] in ${s}`);let o=(0,$l.spawn)(e,t,{cwd:s,env:r?.env||process.env,stdio:r?.stdio||"inherit",shell:r?.shell||!1});r?.stdio==="pipe"&&(o.stdout?.setEncoding("utf8"),o.stdout?.on("data",function(a){let u=a.toString("utf8");r?.processStdOut?.(u)}),o.stderr?.setEncoding("utf8"),o.stderr?.on("data",function(a){let u=a.toString("utf8");r?.processStdErr?.(u)})),o.on("exit",a=>{a==0?n():i(new Error(`Process ${e} exited with code ${a}`))})})}var Hm;var vz=["npm","exec","--silent","--yes","azureauth","--"],Az={...process.env,npm_config_registry:"https://registry.npmjs.org"},jl=()=>(Hm||(Hm=nn()?["azureauth.exe"]:vz),{command:Hm,env:Az});var LR=require("child_process");var Bl;var DR=async()=>{if(Bl===void 0){let{command:e,env:t}=jl(),r=`${e.join(" ")} --version`;try{let n=await Ml(r,{env:t}),[,i]=n.stdout.split(".");Bl=parseInt(i)>=8}catch{Bl=!1}}return Bl};var TR=async(e,t)=>{if(!Ta())throw new Error(`AzureAuth is not supported for platform ${(0,Wl.platform)()} and architecture ${(0,Wl.arch)()}`);let{command:r,env:n}=t?{command:[t],env:process.env}:jl(),i=[...r,"ado","pat",`--prompt-hint ${nn()?e.promptHint:`"${e.promptHint}"`}`,`--organization ${e.organization}`,`--display-name ${e.displayName}`,...e.scope.map(s=>`--scope ${s}`)];e.output&&i.push(`--output ${e.output}`),e.mode&&i.push(`--mode ${e.mode}`),e.domain&&i.push(`--domain ${e.domain}`),e.timeout&&i.push(`--timeout ${e.timeout}`);try{let s;if(nn())try{if(s=(0,LR.spawnSync)(i[0],i.slice(1),{encoding:"utf-8"}),s.status!==0||s.stderr&&!s.stdout)throw new Error(`Azure Auth failed with exit code ${s.status}: ${s.stderr}`)}catch(o){throw new Error(`Failed to get Ado Pat from system AzureAuth: ${o.message}`)}else try{if(s=await Ml(i.join(" "),{env:n}),s.stderr&&!s.stdout)throw new Error(s.stderr)}catch(o){throw new Error(`Failed to get Ado Pat from npx AzureAuth: ${o.message}`)}if(e.output==="json")try{return JSON.parse(s.stdout)}catch{throw new Error(`Failed to parse JSON output: ${s.stdout}`)}return s.stdout}catch(s){throw await DR()?new Error(s.message):new Error(`AzureAuth is not installed: ${s}`)}};var ql=jt(require("os"),1),Gl=jt(require("fs"),1),Ys=jt(require("path"),1),IR=require("url");var Cz={},NR="1.4.1",Ym=Ys.default.join(Ys.default.dirname((0,IR.fileURLToPath)(Cz.url)),"..",".bin","CredentialProvider.Microsoft","v"+NR);async function $R(e){let t=Ez(e),r=await wz();return await bz(r,t)}function Ez(e){if(!e.endsWith("/npm/registry/"))throw new Error(`Registry URL ${e} is not a valid Azure Artifacts npm registry URL. Expected it to end with '/npm/registry/'`);return"https://"+e.replace("/npm/registry/","/nuget/v3/index.json")}async function bz(e,t){let r="";await Um(e,["-U",t,"-I","-F","Json"],{stdio:"pipe",processStdOut:n=>{r+=n},processStdErr:n=>{console.error(n)}});try{return JSON.parse(r)}catch{throw new Error(`Failed to parse CredentialProvider output: ${r}`)}}function zm(e){if(Gl.default.existsSync(e))return e;if(Gl.default.existsSync(e+".exe"))return e+".exe"}async function wz(){let e=zm(Ys.default.join(ql.default.homedir(),".nuget","plugins","netcore","CredentialProvider.Microsoft","CredentialProvider.Microsoft"));if(e)return e;let t=Ys.default.join(Ym,"plugins","netcore","CredentialProvider.Microsoft","CredentialProvider.Microsoft");if(e=zm(t),e)return e;if(await Sz(),e=zm(t),e)Gl.default.chmodSync(e,493);else throw new Error(`CredentialProvider was not found at expected path after download: ${e}`);return e}async function Sz(){let e=`https://github.com/microsoft/artifacts-credprovider/releases/download/v${NR}/Microsoft.Net8.${ql.default.platform()}-${ql.default.arch()}.NuGet.CredentialProvider.tar.gz`,t=Ys.default.join(Ym,"CredentialProvider.Microsoft.tar.gz");console.log(`\u{1F310} Downloading ${e}`),await Bm(e,t),await Um("tar",["-xzf",t,"-C",Ym],{stdio:"inherit"})}var MR=async(e,t,r=!1,n)=>{let i=`${(0,xa.hostname)()}-${e}`,s=await xz(i,e,t,n);return r?Zn(s):s};async function xz(e,t,r,n){let i="vso.packaging_write";switch((0,xa.platform)()){case"win32":case"darwin":return(await TR({promptHint:`Authenticate to ${t} to generate a temporary token for npm`,organization:t,displayName:e,scope:[i],timeout:"30",output:"json"},n)).token;case"linux":return(await $R(r)).Password;default:throw new Error(`Platform ${(0,xa.platform)()} is not supported for ADO authentication`)}}function jR(e,t){let r=new Map;for(let n of e){let i=t(n),s=r.get(i);s?s.push(n):r.set(i,[n])}return r}function tF(e){return typeof e>"u"||e===null}function Pz(e){return typeof e=="object"&&e!==null}function Oz(e){return Array.isArray(e)?e:tF(e)?[]:[e]}function _z(e,t){var r,n,i,s;if(t)for(s=Object.keys(t),r=0,n=s.length;r<n;r+=1)i=s[r],e[i]=t[i];return e}function Rz(e,t){var r="",n;for(n=0;n<t;n+=1)r+=e;return r}function Fz(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}var kz=tF,Dz=Pz,Lz=Oz,Tz=Rz,Iz=Fz,Nz=_z,ut={isNothing:kz,isObject:Dz,toArray:Lz,repeat:Tz,isNegativeZero:Iz,extend:Nz};function rF(e,t){var r="",n=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
165
-
166
- `+e.mark.snippet),n+" "+r):n}function Oa(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=rF(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}Oa.prototype=Object.create(Error.prototype);Oa.prototype.constructor=Oa;Oa.prototype.toString=function(t){return this.name+": "+rF(this,t)};var $t=Oa;function Vm(e,t,r,n,i){var s="",o="",a=Math.floor(i/2)-1;return n-t>a&&(s=" ... ",t=n-a+s.length),r-n>a&&(o=" ...",r=n+a-o.length),{str:s+e.slice(t,r).replace(/\t/g,"\u2192")+o,pos:n-t+s.length}}function Km(e,t){return ut.repeat(" ",t-e.length)+e}function $z(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),typeof t.indent!="number"&&(t.indent=1),typeof t.linesBefore!="number"&&(t.linesBefore=3),typeof t.linesAfter!="number"&&(t.linesAfter=2);for(var r=/\r?\n|\r|\0/g,n=[0],i=[],s,o=-1;s=r.exec(e.buffer);)i.push(s.index),n.push(s.index+s[0].length),e.position<=s.index&&o<0&&(o=n.length-2);o<0&&(o=n.length-1);var a="",u,c,f=Math.min(e.line+t.linesAfter,i.length).toString().length,l=t.maxLength-(t.indent+f+3);for(u=1;u<=t.linesBefore&&!(o-u<0);u++)c=Vm(e.buffer,n[o-u],i[o-u],e.position-(n[o]-n[o-u]),l),a=ut.repeat(" ",t.indent)+Km((e.line-u+1).toString(),f)+" | "+c.str+`
167
- `+a;for(c=Vm(e.buffer,n[o],i[o],e.position,l),a+=ut.repeat(" ",t.indent)+Km((e.line+1).toString(),f)+" | "+c.str+`
168
- `,a+=ut.repeat("-",t.indent+f+3+c.pos)+`^
169
- `,u=1;u<=t.linesAfter&&!(o+u>=i.length);u++)c=Vm(e.buffer,n[o+u],i[o+u],e.position-(n[o]-n[o+u]),l),a+=ut.repeat(" ",t.indent)+Km((e.line+u+1).toString(),f)+" | "+c.str+`
170
- `;return a.replace(/\n$/,"")}var Mz=$z,jz=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],Bz=["scalar","sequence","mapping"];function Wz(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(n){t[String(n)]=r})}),t}function qz(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(jz.indexOf(r)===-1)throw new $t('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=Wz(t.styleAliases||null),Bz.indexOf(this.kind)===-1)throw new $t('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var mt=qz;function BR(e,t){var r=[];return e[t].forEach(function(n){var i=r.length;r.forEach(function(s,o){s.tag===n.tag&&s.kind===n.kind&&s.multi===n.multi&&(i=o)}),r[i]=n}),r}function Gz(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function n(i){i.multi?(e.multi[i.kind].push(i),e.multi.fallback.push(i)):e[i.kind][i.tag]=e.fallback[i.tag]=i}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(n);return e}function Xm(e){return this.extend(e)}Xm.prototype.extend=function(t){var r=[],n=[];if(t instanceof mt)n.push(t);else if(Array.isArray(t))n=n.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(r=r.concat(t.implicit)),t.explicit&&(n=n.concat(t.explicit));else throw new $t("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(s){if(!(s instanceof mt))throw new $t("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new $t("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new $t("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(s){if(!(s instanceof mt))throw new $t("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(Xm.prototype);return i.implicit=(this.implicit||[]).concat(r),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=BR(i,"implicit"),i.compiledExplicit=BR(i,"explicit"),i.compiledTypeMap=Gz(i.compiledImplicit,i.compiledExplicit),i};var nF=Xm,iF=new mt("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),sF=new mt("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),oF=new mt("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),aF=new nF({explicit:[iF,sF,oF]});function Uz(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function Hz(){return null}function zz(e){return e===null}var uF=new mt("tag:yaml.org,2002:null",{kind:"scalar",resolve:Uz,construct:Hz,predicate:zz,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function Yz(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function Vz(e){return e==="true"||e==="True"||e==="TRUE"}function Kz(e){return Object.prototype.toString.call(e)==="[object Boolean]"}var cF=new mt("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Yz,construct:Vz,predicate:Kz,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function Jz(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function Xz(e){return 48<=e&&e<=55}function Qz(e){return 48<=e&&e<=57}function Zz(e){if(e===null)return!1;var t=e.length,r=0,n=!1,i;if(!t)return!1;if(i=e[r],(i==="-"||i==="+")&&(i=e[++r]),i==="0"){if(r+1===t)return!0;if(i=e[++r],i==="b"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(i!=="0"&&i!=="1")return!1;n=!0}return n&&i!=="_"}if(i==="x"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!Jz(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}if(i==="o"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!Xz(e.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}}if(i==="_")return!1;for(;r<t;r++)if(i=e[r],i!=="_"){if(!Qz(e.charCodeAt(r)))return!1;n=!0}return!(!n||i==="_")}function e4(e){var t=e,r=1,n;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),n=t[0],(n==="-"||n==="+")&&(n==="-"&&(r=-1),t=t.slice(1),n=t[0]),t==="0")return 0;if(n==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function t4(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!ut.isNegativeZero(e)}var lF=new mt("tag:yaml.org,2002:int",{kind:"scalar",resolve:Zz,construct:e4,predicate:t4,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),r4=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function n4(e){return!(e===null||!r4.test(e)||e[e.length-1]==="_")}function i4(e){var t,r;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:r*parseFloat(t,10)}var s4=/^[-+]?[0-9]+e/;function o4(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(ut.isNegativeZero(e))return"-0.0";return r=e.toString(10),s4.test(r)?r.replace("e",".e"):r}function a4(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||ut.isNegativeZero(e))}var fF=new mt("tag:yaml.org,2002:float",{kind:"scalar",resolve:n4,construct:i4,predicate:a4,represent:o4,defaultStyle:"lowercase"}),hF=aF.extend({implicit:[uF,cF,lF,fF]}),dF=hF,pF=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),gF=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function u4(e){return e===null?!1:pF.exec(e)!==null||gF.exec(e)!==null}function c4(e){var t,r,n,i,s,o,a,u=0,c=null,f,l,h;if(t=pF.exec(e),t===null&&(t=gF.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,i=+t[3],!t[4])return new Date(Date.UTC(r,n,i));if(s=+t[4],o=+t[5],a=+t[6],t[7]){for(u=t[7].slice(0,3);u.length<3;)u+="0";u=+u}return t[9]&&(f=+t[10],l=+(t[11]||0),c=(f*60+l)*6e4,t[9]==="-"&&(c=-c)),h=new Date(Date.UTC(r,n,i,s,o,a,u)),c&&h.setTime(h.getTime()-c),h}function l4(e){return e.toISOString()}var mF=new mt("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:u4,construct:c4,instanceOf:Date,represent:l4});function f4(e){return e==="<<"||e===null}var yF=new mt("tag:yaml.org,2002:merge",{kind:"scalar",resolve:f4}),r0=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
171
- \r`;function h4(e){if(e===null)return!1;var t,r,n=0,i=e.length,s=r0;for(r=0;r<i;r++)if(t=s.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;n+=6}return n%8===0}function d4(e){var t,r,n=e.replace(/[\r\n=]/g,""),i=n.length,s=r0,o=0,a=[];for(t=0;t<i;t++)t%4===0&&t&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|s.indexOf(n.charAt(t));return r=i%4*6,r===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):r===18?(a.push(o>>10&255),a.push(o>>2&255)):r===12&&a.push(o>>4&255),new Uint8Array(a)}function p4(e){var t="",r=0,n,i,s=e.length,o=r0;for(n=0;n<s;n++)n%3===0&&n&&(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]),r=(r<<8)+e[n];return i=s%3,i===0?(t+=o[r>>18&63],t+=o[r>>12&63],t+=o[r>>6&63],t+=o[r&63]):i===2?(t+=o[r>>10&63],t+=o[r>>4&63],t+=o[r<<2&63],t+=o[64]):i===1&&(t+=o[r>>2&63],t+=o[r<<4&63],t+=o[64],t+=o[64]),t}function g4(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}var vF=new mt("tag:yaml.org,2002:binary",{kind:"scalar",resolve:h4,construct:d4,predicate:g4,represent:p4}),m4=Object.prototype.hasOwnProperty,y4=Object.prototype.toString;function v4(e){if(e===null)return!0;var t=[],r,n,i,s,o,a=e;for(r=0,n=a.length;r<n;r+=1){if(i=a[r],o=!1,y4.call(i)!=="[object Object]")return!1;for(s in i)if(m4.call(i,s))if(!o)o=!0;else return!1;if(!o)return!1;if(t.indexOf(s)===-1)t.push(s);else return!1}return!0}function A4(e){return e!==null?e:[]}var AF=new mt("tag:yaml.org,2002:omap",{kind:"sequence",resolve:v4,construct:A4}),E4=Object.prototype.toString;function b4(e){if(e===null)return!0;var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1){if(n=o[t],E4.call(n)!=="[object Object]"||(i=Object.keys(n),i.length!==1))return!1;s[t]=[i[0],n[i[0]]]}return!0}function w4(e){if(e===null)return[];var t,r,n,i,s,o=e;for(s=new Array(o.length),t=0,r=o.length;t<r;t+=1)n=o[t],i=Object.keys(n),s[t]=[i[0],n[i[0]]];return s}var EF=new mt("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:b4,construct:w4}),S4=Object.prototype.hasOwnProperty;function C4(e){if(e===null)return!0;var t,r=e;for(t in r)if(S4.call(r,t)&&r[t]!==null)return!1;return!0}function x4(e){return e!==null?e:{}}var bF=new mt("tag:yaml.org,2002:set",{kind:"mapping",resolve:C4,construct:x4}),n0=dF.extend({implicit:[mF,yF],explicit:[vF,AF,EF,bF]}),ti=Object.prototype.hasOwnProperty,Ul=1,wF=2,SF=3,Hl=4,Jm=1,P4=2,WR=3,O4=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,_4=/[\x85\u2028\u2029]/,R4=/[,\[\]\{\}]/,CF=/^(?:!|!!|![a-z\-]+!)$/i,xF=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function qR(e){return Object.prototype.toString.call(e)}function Zr(e){return e===10||e===13}function Mi(e){return e===9||e===32}function zt(e){return e===9||e===32||e===10||e===13}function Ks(e){return e===44||e===91||e===93||e===123||e===125}function F4(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function k4(e){return e===120?2:e===117?4:e===85?8:0}function D4(e){return 48<=e&&e<=57?e-48:-1}function GR(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
172
- `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function L4(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function PF(e,t,r){t==="__proto__"?Object.defineProperty(e,t,{configurable:!0,enumerable:!0,writable:!0,value:r}):e[t]=r}var OF=new Array(256),_F=new Array(256);for($i=0;$i<256;$i++)OF[$i]=GR($i)?1:0,_F[$i]=GR($i);var $i;function T4(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||n0,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function RF(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=Mz(r),new $t(t,r)}function ve(e,t){throw RF(e,t)}function zl(e,t){e.onWarning&&e.onWarning.call(null,RF(e,t))}var UR={YAML:function(t,r,n){var i,s,o;t.version!==null&&ve(t,"duplication of %YAML directive"),n.length!==1&&ve(t,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),i===null&&ve(t,"ill-formed argument of the YAML directive"),s=parseInt(i[1],10),o=parseInt(i[2],10),s!==1&&ve(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=o<2,o!==1&&o!==2&&zl(t,"unsupported YAML version of the document")},TAG:function(t,r,n){var i,s;n.length!==2&&ve(t,"TAG directive accepts exactly two arguments"),i=n[0],s=n[1],CF.test(i)||ve(t,"ill-formed tag handle (first argument) of the TAG directive"),ti.call(t.tagMap,i)&&ve(t,'there is a previously declared suffix for "'+i+'" tag handle'),xF.test(s)||ve(t,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch{ve(t,"tag prefix is malformed: "+s)}t.tagMap[i]=s}};function ei(e,t,r,n){var i,s,o,a;if(t<r){if(a=e.input.slice(t,r),n)for(i=0,s=a.length;i<s;i+=1)o=a.charCodeAt(i),o===9||32<=o&&o<=1114111||ve(e,"expected valid JSON character");else O4.test(a)&&ve(e,"the stream contains non-printable characters");e.result+=a}}function HR(e,t,r,n){var i,s,o,a;for(ut.isObject(r)||ve(e,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(r),o=0,a=i.length;o<a;o+=1)s=i[o],ti.call(t,s)||(PF(t,s,r[s]),n[s]=!0)}function Js(e,t,r,n,i,s,o,a,u){var c,f;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),c=0,f=i.length;c<f;c+=1)Array.isArray(i[c])&&ve(e,"nested arrays are not supported inside keys"),typeof i=="object"&&qR(i[c])==="[object Object]"&&(i[c]="[object Object]");if(typeof i=="object"&&qR(i)==="[object Object]"&&(i="[object Object]"),i=String(i),t===null&&(t={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(s))for(c=0,f=s.length;c<f;c+=1)HR(e,t,s[c],r);else HR(e,t,s,r);else!e.json&&!ti.call(r,i)&&ti.call(t,i)&&(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=u||e.position,ve(e,"duplicated mapping key")),PF(t,i,s),delete r[i];return t}function i0(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):ve(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function st(e,t,r){for(var n=0,i=e.input.charCodeAt(e.position);i!==0;){for(;Mi(i);)i===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),i=e.input.charCodeAt(++e.position);if(t&&i===35)do i=e.input.charCodeAt(++e.position);while(i!==10&&i!==13&&i!==0);if(Zr(i))for(i0(e),i=e.input.charCodeAt(e.position),n++,e.lineIndent=0;i===32;)e.lineIndent++,i=e.input.charCodeAt(++e.position);else break}return r!==-1&&n!==0&&e.lineIndent<r&&zl(e,"deficient indentation"),n}function Kl(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)&&(t+=3,r=e.input.charCodeAt(t),r===0||zt(r)))}function s0(e,t){t===1?e.result+=" ":t>1&&(e.result+=ut.repeat(`
173
- `,t-1))}function I4(e,t,r){var n,i,s,o,a,u,c,f,l=e.kind,h=e.result,d;if(d=e.input.charCodeAt(e.position),zt(d)||Ks(d)||d===35||d===38||d===42||d===33||d===124||d===62||d===39||d===34||d===37||d===64||d===96||(d===63||d===45)&&(i=e.input.charCodeAt(e.position+1),zt(i)||r&&Ks(i)))return!1;for(e.kind="scalar",e.result="",s=o=e.position,a=!1;d!==0;){if(d===58){if(i=e.input.charCodeAt(e.position+1),zt(i)||r&&Ks(i))break}else if(d===35){if(n=e.input.charCodeAt(e.position-1),zt(n))break}else{if(e.position===e.lineStart&&Kl(e)||r&&Ks(d))break;if(Zr(d))if(u=e.line,c=e.lineStart,f=e.lineIndent,st(e,!1,-1),e.lineIndent>=t){a=!0,d=e.input.charCodeAt(e.position);continue}else{e.position=o,e.line=u,e.lineStart=c,e.lineIndent=f;break}}a&&(ei(e,s,o,!1),s0(e,e.line-u),s=o=e.position,a=!1),Mi(d)||(o=e.position+1),d=e.input.charCodeAt(++e.position)}return ei(e,s,o,!1),e.result?!0:(e.kind=l,e.result=h,!1)}function N4(e,t){var r,n,i;if(r=e.input.charCodeAt(e.position),r!==39)return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(ei(e,n,e.position,!0),r=e.input.charCodeAt(++e.position),r===39)n=e.position,e.position++,i=e.position;else return!0;else Zr(r)?(ei(e,n,i,!0),s0(e,st(e,!1,t)),n=i=e.position):e.position===e.lineStart&&Kl(e)?ve(e,"unexpected end of the document within a single quoted scalar"):(e.position++,i=e.position);ve(e,"unexpected end of the stream within a single quoted scalar")}function $4(e,t){var r,n,i,s,o,a;if(a=e.input.charCodeAt(e.position),a!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;(a=e.input.charCodeAt(e.position))!==0;){if(a===34)return ei(e,r,e.position,!0),e.position++,!0;if(a===92){if(ei(e,r,e.position,!0),a=e.input.charCodeAt(++e.position),Zr(a))st(e,!1,t);else if(a<256&&OF[a])e.result+=_F[a],e.position++;else if((o=k4(a))>0){for(i=o,s=0;i>0;i--)a=e.input.charCodeAt(++e.position),(o=F4(a))>=0?s=(s<<4)+o:ve(e,"expected hexadecimal character");e.result+=L4(s),e.position++}else ve(e,"unknown escape sequence");r=n=e.position}else Zr(a)?(ei(e,r,n,!0),s0(e,st(e,!1,t)),r=n=e.position):e.position===e.lineStart&&Kl(e)?ve(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}ve(e,"unexpected end of the stream within a double quoted scalar")}function M4(e,t){var r=!0,n,i,s,o=e.tag,a,u=e.anchor,c,f,l,h,d,p=Object.create(null),y,m,P,S;if(S=e.input.charCodeAt(e.position),S===91)f=93,d=!1,a=[];else if(S===123)f=125,d=!0,a={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=a),S=e.input.charCodeAt(++e.position);S!==0;){if(st(e,!0,t),S=e.input.charCodeAt(e.position),S===f)return e.position++,e.tag=o,e.anchor=u,e.kind=d?"mapping":"sequence",e.result=a,!0;r?S===44&&ve(e,"expected the node content, but found ','"):ve(e,"missed comma between flow collection entries"),m=y=P=null,l=h=!1,S===63&&(c=e.input.charCodeAt(e.position+1),zt(c)&&(l=h=!0,e.position++,st(e,!0,t))),n=e.line,i=e.lineStart,s=e.position,Xs(e,t,Ul,!1,!0),m=e.tag,y=e.result,st(e,!0,t),S=e.input.charCodeAt(e.position),(h||e.line===n)&&S===58&&(l=!0,S=e.input.charCodeAt(++e.position),st(e,!0,t),Xs(e,t,Ul,!1,!0),P=e.result),d?Js(e,a,p,m,y,P,n,i,s):l?a.push(Js(e,null,p,m,y,P,n,i,s)):a.push(y),st(e,!0,t),S=e.input.charCodeAt(e.position),S===44?(r=!0,S=e.input.charCodeAt(++e.position)):r=!1}ve(e,"unexpected end of the stream within a flow collection")}function j4(e,t){var r,n,i=Jm,s=!1,o=!1,a=t,u=0,c=!1,f,l;if(l=e.input.charCodeAt(e.position),l===124)n=!1;else if(l===62)n=!0;else return!1;for(e.kind="scalar",e.result="";l!==0;)if(l=e.input.charCodeAt(++e.position),l===43||l===45)Jm===i?i=l===43?WR:P4:ve(e,"repeat of a chomping mode identifier");else if((f=D4(l))>=0)f===0?ve(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?ve(e,"repeat of an indentation width identifier"):(a=t+f-1,o=!0);else break;if(Mi(l)){do l=e.input.charCodeAt(++e.position);while(Mi(l));if(l===35)do l=e.input.charCodeAt(++e.position);while(!Zr(l)&&l!==0)}for(;l!==0;){for(i0(e),e.lineIndent=0,l=e.input.charCodeAt(e.position);(!o||e.lineIndent<a)&&l===32;)e.lineIndent++,l=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>a&&(a=e.lineIndent),Zr(l)){u++;continue}if(e.lineIndent<a){i===WR?e.result+=ut.repeat(`
174
- `,s?1+u:u):i===Jm&&s&&(e.result+=`
175
- `);break}for(n?Mi(l)?(c=!0,e.result+=ut.repeat(`
176
- `,s?1+u:u)):c?(c=!1,e.result+=ut.repeat(`
177
- `,u+1)):u===0?s&&(e.result+=" "):e.result+=ut.repeat(`
178
- `,u):e.result+=ut.repeat(`
179
- `,s?1+u:u),s=!0,o=!0,u=0,r=e.position;!Zr(l)&&l!==0;)l=e.input.charCodeAt(++e.position);ei(e,r,e.position,!1)}return!0}function zR(e,t){var r,n=e.tag,i=e.anchor,s=[],o,a=!1,u;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),u=e.input.charCodeAt(e.position);u!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,ve(e,"tab characters must not be used in indentation")),!(u!==45||(o=e.input.charCodeAt(e.position+1),!zt(o))));){if(a=!0,e.position++,st(e,!0,-1)&&e.lineIndent<=t){s.push(null),u=e.input.charCodeAt(e.position);continue}if(r=e.line,Xs(e,t,SF,!1,!0),s.push(e.result),st(e,!0,-1),u=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&u!==0)ve(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return a?(e.tag=n,e.anchor=i,e.kind="sequence",e.result=s,!0):!1}function B4(e,t,r){var n,i,s,o,a,u,c=e.tag,f=e.anchor,l={},h=Object.create(null),d=null,p=null,y=null,m=!1,P=!1,S;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=l),S=e.input.charCodeAt(e.position);S!==0;){if(!m&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,ve(e,"tab characters must not be used in indentation")),n=e.input.charCodeAt(e.position+1),s=e.line,(S===63||S===58)&&zt(n))S===63?(m&&(Js(e,l,h,d,p,null,o,a,u),d=p=y=null),P=!0,m=!0,i=!0):m?(m=!1,i=!0):ve(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,S=n;else{if(o=e.line,a=e.lineStart,u=e.position,!Xs(e,r,wF,!1,!0))break;if(e.line===s){for(S=e.input.charCodeAt(e.position);Mi(S);)S=e.input.charCodeAt(++e.position);if(S===58)S=e.input.charCodeAt(++e.position),zt(S)||ve(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(Js(e,l,h,d,p,null,o,a,u),d=p=y=null),P=!0,m=!1,i=!1,d=e.tag,p=e.result;else if(P)ve(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=c,e.anchor=f,!0}else if(P)ve(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=c,e.anchor=f,!0}if((e.line===s||e.lineIndent>t)&&(m&&(o=e.line,a=e.lineStart,u=e.position),Xs(e,t,Hl,!0,i)&&(m?p=e.result:y=e.result),m||(Js(e,l,h,d,p,y,o,a,u),d=p=y=null),st(e,!0,-1),S=e.input.charCodeAt(e.position)),(e.line===s||e.lineIndent>t)&&S!==0)ve(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return m&&Js(e,l,h,d,p,null,o,a,u),P&&(e.tag=c,e.anchor=f,e.kind="mapping",e.result=l),P}function W4(e){var t,r=!1,n=!1,i,s,o;if(o=e.input.charCodeAt(e.position),o!==33)return!1;if(e.tag!==null&&ve(e,"duplication of a tag property"),o=e.input.charCodeAt(++e.position),o===60?(r=!0,o=e.input.charCodeAt(++e.position)):o===33?(n=!0,i="!!",o=e.input.charCodeAt(++e.position)):i="!",t=e.position,r){do o=e.input.charCodeAt(++e.position);while(o!==0&&o!==62);e.position<e.length?(s=e.input.slice(t,e.position),o=e.input.charCodeAt(++e.position)):ve(e,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!zt(o);)o===33&&(n?ve(e,"tag suffix cannot contain exclamation marks"):(i=e.input.slice(t-1,e.position+1),CF.test(i)||ve(e,"named tag handle cannot contain such characters"),n=!0,t=e.position+1)),o=e.input.charCodeAt(++e.position);s=e.input.slice(t,e.position),R4.test(s)&&ve(e,"tag suffix cannot contain flow indicator characters")}s&&!xF.test(s)&&ve(e,"tag name cannot contain such characters: "+s);try{s=decodeURIComponent(s)}catch{ve(e,"tag name is malformed: "+s)}return r?e.tag=s:ti.call(e.tagMap,i)?e.tag=e.tagMap[i]+s:i==="!"?e.tag="!"+s:i==="!!"?e.tag="tag:yaml.org,2002:"+s:ve(e,'undeclared tag handle "'+i+'"'),!0}function q4(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&ve(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!zt(r)&&!Ks(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&ve(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function G4(e){var t,r,n;if(n=e.input.charCodeAt(e.position),n!==42)return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;n!==0&&!zt(n)&&!Ks(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&ve(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),ti.call(e.anchorMap,r)||ve(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],st(e,!0,-1),!0}function Xs(e,t,r,n,i){var s,o,a,u=1,c=!1,f=!1,l,h,d,p,y,m;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,s=o=a=Hl===r||SF===r,n&&st(e,!0,-1)&&(c=!0,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)),u===1)for(;W4(e)||q4(e);)st(e,!0,-1)?(c=!0,a=s,e.lineIndent>t?u=1:e.lineIndent===t?u=0:e.lineIndent<t&&(u=-1)):a=!1;if(a&&(a=c||i),(u===1||Hl===r)&&(Ul===r||wF===r?y=t:y=t+1,m=e.position-e.lineStart,u===1?a&&(zR(e,m)||B4(e,m,y))||M4(e,y)?f=!0:(o&&j4(e,y)||N4(e,y)||$4(e,y)?f=!0:G4(e)?(f=!0,(e.tag!==null||e.anchor!==null)&&ve(e,"alias node should not have any properties")):I4(e,y,Ul===r)&&(f=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):u===0&&(f=a&&zR(e,m))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&ve(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),l=0,h=e.implicitTypes.length;l<h;l+=1)if(p=e.implicitTypes[l],p.resolve(e.result)){e.result=p.construct(e.result),e.tag=p.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(ti.call(e.typeMap[e.kind||"fallback"],e.tag))p=e.typeMap[e.kind||"fallback"][e.tag];else for(p=null,d=e.typeMap.multi[e.kind||"fallback"],l=0,h=d.length;l<h;l+=1)if(e.tag.slice(0,d[l].tag.length)===d[l].tag){p=d[l];break}p||ve(e,"unknown tag !<"+e.tag+">"),e.result!==null&&p.kind!==e.kind&&ve(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+p.kind+'", not "'+e.kind+'"'),p.resolve(e.result,e.tag)?(e.result=p.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):ve(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||f}function U4(e){var t=e.position,r,n,i,s=!1,o;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(o=e.input.charCodeAt(e.position))!==0&&(st(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||o!==37));){for(s=!0,o=e.input.charCodeAt(++e.position),r=e.position;o!==0&&!zt(o);)o=e.input.charCodeAt(++e.position);for(n=e.input.slice(r,e.position),i=[],n.length<1&&ve(e,"directive name must not be less than one character in length");o!==0;){for(;Mi(o);)o=e.input.charCodeAt(++e.position);if(o===35){do o=e.input.charCodeAt(++e.position);while(o!==0&&!Zr(o));break}if(Zr(o))break;for(r=e.position;o!==0&&!zt(o);)o=e.input.charCodeAt(++e.position);i.push(e.input.slice(r,e.position))}o!==0&&i0(e),ti.call(UR,n)?UR[n](e,n,i):zl(e,'unknown document directive "'+n+'"')}if(st(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,st(e,!0,-1)):s&&ve(e,"directives end mark is expected"),Xs(e,e.lineIndent-1,Hl,!1,!0),st(e,!0,-1),e.checkLineBreaks&&_4.test(e.input.slice(t,e.position))&&zl(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&Kl(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,st(e,!0,-1));return}if(e.position<e.length-1)ve(e,"end of the stream or a document separator is expected");else return}function FF(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
180
- `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new T4(e,t),n=e.indexOf("\0");for(n!==-1&&(r.position=n,ve(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)U4(r);return r.documents}function H4(e,t,r){t!==null&&typeof t=="object"&&typeof r>"u"&&(r=t,t=null);var n=FF(e,r);if(typeof t!="function")return n;for(var i=0,s=n.length;i<s;i+=1)t(n[i])}function z4(e,t){var r=FF(e,t);if(r.length!==0){if(r.length===1)return r[0];throw new $t("expected a single document in the stream, but found more")}}var Y4=H4,V4=z4,kF={loadAll:Y4,load:V4},DF=Object.prototype.toString,LF=Object.prototype.hasOwnProperty,o0=65279,K4=9,_a=10,J4=13,X4=32,Q4=33,Z4=34,Qm=35,eY=37,tY=38,rY=39,nY=42,TF=44,iY=45,Yl=58,sY=61,oY=62,aY=63,uY=64,IF=91,NF=93,cY=96,$F=123,lY=124,MF=125,xt={};xt[0]="\\0";xt[7]="\\a";xt[8]="\\b";xt[9]="\\t";xt[10]="\\n";xt[11]="\\v";xt[12]="\\f";xt[13]="\\r";xt[27]="\\e";xt[34]='\\"';xt[92]="\\\\";xt[133]="\\N";xt[160]="\\_";xt[8232]="\\L";xt[8233]="\\P";var fY=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],hY=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function dY(e,t){var r,n,i,s,o,a,u;if(t===null)return{};for(r={},n=Object.keys(t),i=0,s=n.length;i<s;i+=1)o=n[i],a=String(t[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),u=e.compiledTypeMap.fallback[o],u&&LF.call(u.styleAliases,a)&&(a=u.styleAliases[a]),r[o]=a;return r}function pY(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else if(e<=4294967295)r="U",n=8;else throw new $t("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+ut.repeat("0",n-t.length)+t}var gY=1,Ra=2;function mY(e){this.schema=e.schema||n0,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=ut.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=dY(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?Ra:gY,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function YR(e,t){for(var r=ut.repeat(" ",t),n=0,i=-1,s="",o,a=e.length;n<a;)i=e.indexOf(`
181
- `,n),i===-1?(o=e.slice(n),n=a):(o=e.slice(n,i+1),n=i+1),o.length&&o!==`
182
- `&&(s+=r),s+=o;return s}function Zm(e,t){return`
183
- `+ut.repeat(" ",e.indent*t)}function yY(e,t){var r,n,i;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(i=e.implicitTypes[r],i.resolve(t))return!0;return!1}function Vl(e){return e===X4||e===K4}function Fa(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==o0||65536<=e&&e<=1114111}function VR(e){return Fa(e)&&e!==o0&&e!==J4&&e!==_a}function KR(e,t,r){var n=VR(e),i=n&&!Vl(e);return(r?n:n&&e!==TF&&e!==IF&&e!==NF&&e!==$F&&e!==MF)&&e!==Qm&&!(t===Yl&&!i)||VR(t)&&!Vl(t)&&e===Qm||t===Yl&&i}function vY(e){return Fa(e)&&e!==o0&&!Vl(e)&&e!==iY&&e!==aY&&e!==Yl&&e!==TF&&e!==IF&&e!==NF&&e!==$F&&e!==MF&&e!==Qm&&e!==tY&&e!==nY&&e!==Q4&&e!==lY&&e!==sY&&e!==oY&&e!==rY&&e!==Z4&&e!==eY&&e!==uY&&e!==cY}function AY(e){return!Vl(e)&&e!==Yl}function Pa(e,t){var r=e.charCodeAt(t),n;return r>=55296&&r<=56319&&t+1<e.length&&(n=e.charCodeAt(t+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}function jF(e){var t=/^\n* /;return t.test(e)}var BF=1,e0=2,WF=3,qF=4,Vs=5;function EY(e,t,r,n,i,s,o,a){var u,c=0,f=null,l=!1,h=!1,d=n!==-1,p=-1,y=vY(Pa(e,0))&&AY(Pa(e,e.length-1));if(t||o)for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=Pa(e,u),!Fa(c))return Vs;y=y&&KR(c,f,a),f=c}else{for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=Pa(e,u),c===_a)l=!0,d&&(h=h||u-p-1>n&&e[p+1]!==" ",p=u);else if(!Fa(c))return Vs;y=y&&KR(c,f,a),f=c}h=h||d&&u-p-1>n&&e[p+1]!==" "}return!l&&!h?y&&!o&&!i(e)?BF:s===Ra?Vs:e0:r>9&&jF(e)?Vs:o?s===Ra?Vs:e0:h?qF:WF}function bY(e,t,r,n,i){e.dump=(function(){if(t.length===0)return e.quotingType===Ra?'""':"''";if(!e.noCompatMode&&(fY.indexOf(t)!==-1||hY.test(t)))return e.quotingType===Ra?'"'+t+'"':"'"+t+"'";var s=e.indent*Math.max(1,r),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-s),a=n||e.flowLevel>-1&&r>=e.flowLevel;function u(c){return yY(e,c)}switch(EY(t,a,e.indent,o,u,e.quotingType,e.forceQuotes&&!n,i)){case BF:return t;case e0:return"'"+t.replace(/'/g,"''")+"'";case WF:return"|"+JR(t,e.indent)+XR(YR(t,s));case qF:return">"+JR(t,e.indent)+XR(YR(wY(t,o),s));case Vs:return'"'+SY(t)+'"';default:throw new $t("impossible error: invalid scalar style")}})()}function JR(e,t){var r=jF(e)?String(t):"",n=e[e.length-1]===`
184
- `,i=n&&(e[e.length-2]===`
185
- `||e===`
186
- `),s=i?"+":n?"":"-";return r+s+`
187
- `}function XR(e){return e[e.length-1]===`
188
- `?e.slice(0,-1):e}function wY(e,t){for(var r=/(\n+)([^\n]*)/g,n=(function(){var c=e.indexOf(`
189
- `);return c=c!==-1?c:e.length,r.lastIndex=c,QR(e.slice(0,c),t)})(),i=e[0]===`
190
- `||e[0]===" ",s,o;o=r.exec(e);){var a=o[1],u=o[2];s=u[0]===" ",n+=a+(!i&&!s&&u!==""?`
191
- `:"")+QR(u,t),i=s}return n}function QR(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,n,i=0,s,o=0,a=0,u="";n=r.exec(e);)a=n.index,a-i>t&&(s=o>i?o:a,u+=`
192
- `+e.slice(i,s),i=s+1),o=a;return u+=`
193
- `,e.length-i>t&&o>i?u+=e.slice(i,o)+`
194
- `+e.slice(o+1):u+=e.slice(i),u.slice(1)}function SY(e){for(var t="",r=0,n,i=0;i<e.length;r>=65536?i+=2:i++)r=Pa(e,i),n=xt[r],!n&&Fa(r)?(t+=e[i],r>=65536&&(t+=e[i+1])):t+=n||pY(r);return t}function CY(e,t,r){var n="",i=e.tag,s,o,a;for(s=0,o=r.length;s<o;s+=1)a=r[s],e.replacer&&(a=e.replacer.call(r,String(s),a)),(vn(e,t,a,!1,!1)||typeof a>"u"&&vn(e,t,null,!1,!1))&&(n!==""&&(n+=","+(e.condenseFlow?"":" ")),n+=e.dump);e.tag=i,e.dump="["+n+"]"}function ZR(e,t,r,n){var i="",s=e.tag,o,a,u;for(o=0,a=r.length;o<a;o+=1)u=r[o],e.replacer&&(u=e.replacer.call(r,String(o),u)),(vn(e,t+1,u,!0,!0,!1,!0)||typeof u>"u"&&vn(e,t+1,null,!0,!0,!1,!0))&&((!n||i!=="")&&(i+=Zm(e,t)),e.dump&&_a===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=s,e.dump=i||"[]"}function xY(e,t,r){var n="",i=e.tag,s=Object.keys(r),o,a,u,c,f;for(o=0,a=s.length;o<a;o+=1)f="",n!==""&&(f+=", "),e.condenseFlow&&(f+='"'),u=s[o],c=r[u],e.replacer&&(c=e.replacer.call(r,u,c)),vn(e,t,u,!1,!1)&&(e.dump.length>1024&&(f+="? "),f+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),vn(e,t,c,!1,!1)&&(f+=e.dump,n+=f));e.tag=i,e.dump="{"+n+"}"}function PY(e,t,r,n){var i="",s=e.tag,o=Object.keys(r),a,u,c,f,l,h;if(e.sortKeys===!0)o.sort();else if(typeof e.sortKeys=="function")o.sort(e.sortKeys);else if(e.sortKeys)throw new $t("sortKeys must be a boolean or a function");for(a=0,u=o.length;a<u;a+=1)h="",(!n||i!=="")&&(h+=Zm(e,t)),c=o[a],f=r[c],e.replacer&&(f=e.replacer.call(r,c,f)),vn(e,t+1,c,!0,!0,!0)&&(l=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,l&&(e.dump&&_a===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,l&&(h+=Zm(e,t)),vn(e,t+1,f,!0,l)&&(e.dump&&_a===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,i+=h));e.tag=s,e.dump=i||"{}"}function eF(e,t,r){var n,i,s,o,a,u;for(i=r?e.explicitTypes:e.implicitTypes,s=0,o=i.length;s<o;s+=1)if(a=i[s],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof t=="object"&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(r?a.multi&&a.representName?e.tag=a.representName(t):e.tag=a.tag:e.tag="?",a.represent){if(u=e.styleMap[a.tag]||a.defaultStyle,DF.call(a.represent)==="[object Function]")n=a.represent(t,u);else if(LF.call(a.represent,u))n=a.represent[u](t,u);else throw new $t("!<"+a.tag+'> tag resolver accepts not "'+u+'" style');e.dump=n}return!0}return!1}function vn(e,t,r,n,i,s,o){e.tag=null,e.dump=r,eF(e,r,!1)||eF(e,r,!0);var a=DF.call(e.dump),u=n,c;n&&(n=e.flowLevel<0||e.flowLevel>t);var f=a==="[object Object]"||a==="[object Array]",l,h;if(f&&(l=e.duplicates.indexOf(r),h=l!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&t>0)&&(i=!1),h&&e.usedDuplicates[l])e.dump="*ref_"+l;else{if(f&&h&&!e.usedDuplicates[l]&&(e.usedDuplicates[l]=!0),a==="[object Object]")n&&Object.keys(e.dump).length!==0?(PY(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(xY(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object Array]")n&&e.dump.length!==0?(e.noArrayIndent&&!o&&t>0?ZR(e,t-1,e.dump,i):ZR(e,t,e.dump,i),h&&(e.dump="&ref_"+l+e.dump)):(CY(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(a==="[object String]")e.tag!=="?"&&bY(e,e.dump,t,s,u);else{if(a==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new $t("unacceptable kind of an object to dump "+a)}e.tag!==null&&e.tag!=="?"&&(c=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?c="!"+c:c.slice(0,18)==="tag:yaml.org,2002:"?c="!!"+c.slice(18):c="!<"+c+">",e.dump=c+" "+e.dump)}return!0}function OY(e,t){var r=[],n=[],i,s;for(t0(e,r,n),i=0,s=n.length;i<s;i+=1)t.duplicates.push(r[n[i]]);t.usedDuplicates=new Array(s)}function t0(e,t,r){var n,i,s;if(e!==null&&typeof e=="object")if(i=t.indexOf(e),i!==-1)r.indexOf(i)===-1&&r.push(i);else if(t.push(e),Array.isArray(e))for(i=0,s=e.length;i<s;i+=1)t0(e[i],t,r);else for(n=Object.keys(e),i=0,s=n.length;i<s;i+=1)t0(e[n[i]],t,r)}function _Y(e,t){t=t||{};var r=new mY(t);r.noRefs||OY(e,r);var n=e;return r.replacer&&(n=r.replacer.call({"":n},"",n)),vn(r,0,n,!0,!0)?r.dump+`
195
- `:""}var RY=_Y,FY={dump:RY};function a0(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var kY=mt,DY=nF,LY=aF,TY=hF,IY=dF,NY=n0,$Y=kF.load,MY=kF.loadAll,jY=FY.dump,BY=$t,WY={binary:vF,float:fF,map:oF,null:uF,pairs:EF,set:bF,timestamp:mF,bool:cF,int:lF,merge:yF,omap:AF,seq:sF,str:iF},qY=a0("safeLoad","load"),GY=a0("safeLoadAll","loadAll"),UY=a0("safeDump","dump"),u0={Type:kY,Schema:DY,FAILSAFE_SCHEMA:LY,JSON_SCHEMA:TY,CORE_SCHEMA:IY,DEFAULT_SCHEMA:NY,load:$Y,loadAll:MY,dump:jY,YAMLException:BY,types:WY,safeLoad:qY,safeLoadAll:GY,safeDump:UY};var GF=jt(require("node:fs/promises"),1);var Jl=class extends Hs{constructor(t){super("YarnRc",".yarnrc.yml",t)}async prepUserFile(){try{let t=await this.paseYarnRc(this.userFilePath);t&&t.npmRegistryServer&&(delete t.npmRegistryServer,await this.writeYarnRc(this.userFilePath,t))}catch{await zs(this.userFilePath,"")}}async getUserFeeds(){let t=new Map,r=await this.paseYarnRc(this.userFilePath);if(!r)return t;let n=r.npmRegistries||{};for(let i of Object.keys(n)){let s=n[i]||{},o=i.startsWith("//")?i.substring(2):i,a={registry:o,adoOrganization:Us(o)},u=Rl(s.npmAuthIdent||""),c=u.indexOf(":");c>0&&(a.userName=u.substring(0,c),a.authToken=u.substring(c+1)),t.set(o,a)}return t}async getWorkspaceRegistries(){let t=[],r=await this.paseYarnRc(this.workspaceFilePath);if(r.npmRegistryServer&&t.push(Ll(r.npmRegistryServer)),r.npmScopes)for(let n of Object.keys(r.npmScopes)){let i=r.npmScopes[n]?.npmRegistryServer;i&&t.push(i)}return t}async writeWorkspaceRegistries(t){let r=await this.paseYarnRc(this.userFilePath)||{};r.npmRegistries||(r.npmRegistries={});for(let n of t){let i="//"+n.registry,s=r.npmRegistries[i]||{};s.npmAlwaysAuth===void 0&&(s.npmAlwaysAuth=!0),s.npmAuthIdent=Zn(`${n.userName}:${n.authToken}`),r.npmRegistries[i]=s}await this.writeYarnRc(this.userFilePath,r)}async writeYarnRc(t,r){let n=u0.dump(r);await zs(t,n)}async paseYarnRc(t){let r=await GF.default.readFile(t,"utf8");return u0.load(r,{filename:t})}};var UF=async e=>{let t=[new Nl(e.configFile),new Jl(e.configFile)],r=[];if(e.doValidCheck||e.skipAuth)for(let s of t)await s.isSupportedInRepo()&&r.push(...await s.validateAllUsedFeeds());let n=r.filter(s=>!s.isValid&&s.feed.adoOrganization),i=n.length;if(e.doValidCheck&&i==0)return null;if(e.skipAuth&&i!=0)return Gi({success:!1,automaticSuccess:!1,error:"invalid token(s)"},!0),console.log(i==1?"\u274C Your token is invalid.":`\u274C ${i} tokens are invalid.`),!1;try{console.log("\u{1F511} Authenticating to package feed...");let s=new Map;for(let u of n.map(c=>c.feed))s.set(u.adoOrganization,u.registry);let o={};for(let[u,c]of s)o[u]=await MR(u,c,!1,e.azureAuthLocation);for(let u of n){let c=u.feed,f=o[c.adoOrganization];if(!f)return console.log(`\u274C Failed to obtain pat for ${c.registry} via ${u.fileProvider.id}`),!1;c.authToken=f,c.email||(c.email=Dl),c.userName||(c.userName=kl)}let a=jR(n,u=>u.fileProvider);for(let[u,c]of a)await u.writeWorkspaceRegistries(c.map(f=>f.feed));return!0}catch(s){return Gi({success:!1,automaticSuccess:!1,error:s.message},!0),console.log("Encountered error while performing auth",s),!1}};h0()&&process.exit(0);if(!Ta()){let e=`Platform ${(0,Xl.platform)()} and architecture ${(0,Xl.arch)()} not supported for automatic authentication.`;console.log(e),Gi({success:!1,error:e},!0),process.exit(0)}var c0=vy(process.argv);UF(c0).then(e=>{e===null?(Gi({success:!0}),console.log("\u2705 Current authentication is valid")):e?(Gi({success:!0,automaticSuccess:!0}),console.log("\u2705 Automatic authentication successful"),c0.exitCodeOnReAuthenticate!==void 0&&process.exit(c0.exitCodeOnReAuthenticate)):(console.log("\u274C Authentication to package feed failed."),process.exitCode=1)}).catch(e=>{console.error(e),console.log("\u274C Authentication to package feed failed."),process.exitCode=1});0&&(module.exports={run});
158
+ `;var Zd=class{constructor(t,r,n,i){var s,o,a;this.yargs=t,this.usage=r,this.command=n,this.shim=i,this.completionKey="get-yargs-completions",this.aliases=null,this.customCompletionFunction=null,this.indexAfterLastReset=0,this.zshShell=(a=((s=this.shim.getEnv("SHELL"))===null||s===void 0?void 0:s.includes("zsh"))||((o=this.shim.getEnv("ZSH_NAME"))===null||o===void 0?void 0:o.includes("zsh")))!==null&&a!==void 0?a:!1}defaultCompletion(t,r,n,i){let s=this.command.getCommandHandlers();for(let a=0,u=t.length;a<u;++a)if(s[t[a]]&&s[t[a]].builder){let c=s[t[a]].builder;if(tc(c)){this.indexAfterLastReset=a+1;let f=this.yargs.getInternalMethods().reset();return c(f,!0),f.argv}}let o=[];this.commandCompletions(o,t,n),this.optionCompletions(o,t,r,n),this.choicesFromOptionsCompletions(o,t,r,n),this.choicesFromPositionalsCompletions(o,t,r,n),i(null,o)}commandCompletions(t,r,n){let i=this.yargs.getInternalMethods().getContext().commands;!n.match(/^-/)&&i[i.length-1]!==n&&!this.previousArgHasChoices(r)&&this.usage.getCommands().forEach(s=>{let o=Jr(s[0]).cmd;if(r.indexOf(o)===-1)if(!this.zshShell)t.push(o);else{let a=s[1]||"";t.push(o.replace(/:/g,"\\:")+":"+a)}})}optionCompletions(t,r,n,i){if((i.match(/^-/)||i===""&&t.length===0)&&!this.previousArgHasChoices(r)){let s=this.yargs.getOptions(),o=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(s.key).forEach(a=>{let u=!!s.configuration["boolean-negation"]&&s.boolean.includes(a);!o.includes(a)&&!s.hiddenOptions.includes(a)&&!this.argsContainKey(r,a,u)&&this.completeOptionKey(a,t,i,u&&!!s.default[a])})}}choicesFromOptionsCompletions(t,r,n,i){if(this.previousArgHasChoices(r)){let s=this.getPreviousArgChoices(r);s&&s.length>0&&t.push(...s.map(o=>o.replace(/:/g,"\\:")))}}choicesFromPositionalsCompletions(t,r,n,i){if(i===""&&t.length>0&&this.previousArgHasChoices(r))return;let s=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[],o=Math.max(this.indexAfterLastReset,this.yargs.getInternalMethods().getContext().commands.length+1),a=s[n._.length-o-1];if(!a)return;let u=this.yargs.getOptions().choices[a]||[];for(let c of u)c.startsWith(i)&&t.push(c.replace(/:/g,"\\:"))}getPreviousArgChoices(t){if(t.length<1)return;let r=t[t.length-1],n="";if(!r.startsWith("-")&&t.length>1&&(n=r,r=t[t.length-2]),!r.startsWith("-"))return;let i=r.replace(/^-+/,""),s=this.yargs.getOptions(),o=[i,...this.yargs.getAliases()[i]||[]],a;for(let u of o)if(Object.prototype.hasOwnProperty.call(s.key,u)&&Array.isArray(s.choices[u])){a=s.choices[u];break}if(a)return a.filter(u=>!n||u.startsWith(n))}previousArgHasChoices(t){let r=this.getPreviousArgChoices(t);return r!==void 0&&r.length>0}argsContainKey(t,r,n){let i=s=>t.indexOf((/^[^0-9]$/.test(s)?"-":"--")+s)!==-1;if(i(r)||n&&i(`no-${r}`))return!0;if(this.aliases){for(let s of this.aliases[r])if(i(s))return!0}return!1}completeOptionKey(t,r,n,i){var s,o,a,u;let c=t;if(this.zshShell){let p=this.usage.getDescriptions(),d=(o=(s=this===null||this===void 0?void 0:this.aliases)===null||s===void 0?void 0:s[t])===null||o===void 0?void 0:o.find(b=>{let _=p[b];return typeof _=="string"&&_.length>0}),g=d?p[d]:void 0,m=(u=(a=p[t])!==null&&a!==void 0?a:g)!==null&&u!==void 0?u:"";c=`${t.replace(/:/g,"\\:")}:${m.replace("__yargsString__:","").replace(/(\r\n|\n|\r)/gm," ")}`}let f=p=>/^--/.test(p),l=p=>/^[^0-9]$/.test(p),h=!f(n)&&l(t)?"-":"--";r.push(h+c),i&&r.push(h+"no-"+c)}customCompletion(t,r,n,i){if(ht(this.customCompletionFunction,null,this.shim),B8(this.customCompletionFunction)){let s=this.customCompletionFunction(n,r);return ve(s)?s.then(o=>{this.shim.process.nextTick(()=>{i(null,o)})}).catch(o=>{this.shim.process.nextTick(()=>{i(o,void 0)})}):i(null,s)}else return M8(this.customCompletionFunction)?this.customCompletionFunction(n,r,(s=i)=>this.defaultCompletion(t,r,n,s),s=>{i(null,s)}):this.customCompletionFunction(n,r,s=>{i(null,s)})}getCompletion(t,r){let n=t.length?t[t.length-1]:"",i=this.yargs.parse(t,!0),s=this.customCompletionFunction?o=>this.customCompletion(t,o,n,r):o=>this.defaultCompletion(t,o,n,r);return ve(i)?i.then(s):s(i)}generateCompletionScript(t,r){let n=this.zshShell?DP:LP,i=this.shim.path.basename(t);return t.match(/\.js$/)&&(t=`./${t}`),n=n.replace(/{{app_name}}/g,i),n=n.replace(/{{completion_command}}/g,r),n.replace(/{{app_path}}/g,t)}registerFunction(t){this.customCompletionFunction=t}setParsed(t){this.aliases=t.aliases}};function TP(e,t,r,n){return new Zd(e,t,r,n)}function B8(e){return e.length<3}function M8(e){return e.length>3}function kP(e,t){if(e.length===0)return t.length;if(t.length===0)return e.length;let r=[],n;for(n=0;n<=t.length;n++)r[n]=[n];let i;for(i=0;i<=e.length;i++)r[0][i]=i;for(n=1;n<=t.length;n++)for(i=1;i<=e.length;i++)t.charAt(n-1)===e.charAt(i-1)?r[n][i]=r[n-1][i-1]:n>1&&i>1&&t.charAt(n-2)===e.charAt(i-1)&&t.charAt(n-1)===e.charAt(i-2)?r[n][i]=r[n-2][i-2]+1:r[n][i]=Math.min(r[n-1][i-1]+1,Math.min(r[n][i-1]+1,r[n-1][i]+1));return r[t.length][e.length]}var NP=["$0","--","_"];function IP(e,t,r){let n=r.y18n.__,i=r.y18n.__n,s={};s.nonOptionCount=function(l){let h=e.getDemandedCommands(),d=l._.length+(l["--"]?l["--"].length:0)-e.getInternalMethods().getContext().commands.length;h._&&(d<h._.min||d>h._.max)&&(d<h._.min?h._.minMsg!==void 0?t.fail(h._.minMsg?h._.minMsg.replace(/\$0/g,d.toString()).replace(/\$1/,h._.min.toString()):null):t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",d,d.toString(),h._.min.toString())):d>h._.max&&(h._.maxMsg!==void 0?t.fail(h._.maxMsg?h._.maxMsg.replace(/\$0/g,d.toString()).replace(/\$1/,h._.max.toString()):null):t.fail(i("Too many non-option arguments: got %s, maximum of %s","Too many non-option arguments: got %s, maximum of %s",d,d.toString(),h._.max.toString()))))},s.positionalCount=function(l,h){h<l&&t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",h,h+"",l+""))},s.requiredArguments=function(l,h){let p=null;for(let d of Object.keys(h))(!Object.prototype.hasOwnProperty.call(l,d)||typeof l[d]>"u")&&(p=p||{},p[d]=h[d]);if(p){let d=[];for(let m of Object.keys(p)){let b=p[m];b&&d.indexOf(b)<0&&d.push(b)}let g=d.length?`
159
+ ${d.join(`
160
+ `)}`:"";t.fail(i("Missing required argument: %s","Missing required arguments: %s",Object.keys(p).length,Object.keys(p).join(", ")+g))}},s.unknownArguments=function(l,h,p,d,g=!0){var m;let b=e.getInternalMethods().getCommandInstance().getCommands(),_=[],P=e.getInternalMethods().getContext();if(Object.keys(l).forEach(F=>{!NP.includes(F)&&!Object.prototype.hasOwnProperty.call(p,F)&&!Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),F)&&!s.isValidAndSomeAliasIsNotNew(F,h)&&_.push(F)}),g&&(P.commands.length>0||b.length>0||d)&&l._.slice(P.commands.length).forEach(F=>{b.includes(""+F)||_.push(""+F)}),g){let N=((m=e.getDemandedCommands()._)===null||m===void 0?void 0:m.max)||0,q=P.commands.length+N;q<l._.length&&l._.slice(q).forEach(j=>{j=String(j),!P.commands.includes(j)&&!_.includes(j)&&_.push(j)})}_.length&&t.fail(i("Unknown argument: %s","Unknown arguments: %s",_.length,_.map(F=>F.trim()?F:`"${F}"`).join(", ")))},s.unknownCommands=function(l){let h=e.getInternalMethods().getCommandInstance().getCommands(),p=[],d=e.getInternalMethods().getContext();return(d.commands.length>0||h.length>0)&&l._.slice(d.commands.length).forEach(g=>{h.includes(""+g)||p.push(""+g)}),p.length>0?(t.fail(i("Unknown command: %s","Unknown commands: %s",p.length,p.join(", "))),!0):!1},s.isValidAndSomeAliasIsNotNew=function(l,h){if(!Object.prototype.hasOwnProperty.call(h,l))return!1;let p=e.parsed.newAliases;return[l,...h[l]].some(d=>!Object.prototype.hasOwnProperty.call(p,d)||!p[l])},s.limitedChoices=function(l){let h=e.getOptions(),p={};if(!Object.keys(h.choices).length)return;Object.keys(l).forEach(m=>{NP.indexOf(m)===-1&&Object.prototype.hasOwnProperty.call(h.choices,m)&&[].concat(l[m]).forEach(b=>{h.choices[m].indexOf(b)===-1&&b!==void 0&&(p[m]=(p[m]||[]).concat(b))})});let d=Object.keys(p);if(!d.length)return;let g=n("Invalid values:");d.forEach(m=>{g+=`
161
+ ${n("Argument: %s, Given: %s, Choices: %s",m,t.stringifiedValues(p[m]),t.stringifiedValues(h.choices[m]))}`}),t.fail(g)};let o={};s.implies=function(l,h){z("<string|object> [array|number|string]",[l,h],arguments.length),typeof l=="object"?Object.keys(l).forEach(p=>{s.implies(p,l[p])}):(e.global(l),o[l]||(o[l]=[]),Array.isArray(h)?h.forEach(p=>s.implies(l,p)):(ht(h,void 0,r),o[l].push(h)))},s.getImplied=function(){return o};function a(f,l){let h=Number(l);return l=isNaN(h)?l:h,typeof l=="number"?l=f._.length>=l:l.match(/^--no-.+/)?(l=l.match(/^--no-(.+)/)[1],l=!Object.prototype.hasOwnProperty.call(f,l)):l=Object.prototype.hasOwnProperty.call(f,l),l}s.implications=function(l){let h=[];if(Object.keys(o).forEach(p=>{let d=p;(o[p]||[]).forEach(g=>{let m=d,b=g;m=a(l,m),g=a(l,g),m&&!g&&h.push(` ${d} -> ${b}`)})}),h.length){let p=`${n("Implications failed:")}
162
+ `;h.forEach(d=>{p+=d}),t.fail(p)}};let u={};s.conflicts=function(l,h){z("<string|object> [array|string]",[l,h],arguments.length),typeof l=="object"?Object.keys(l).forEach(p=>{s.conflicts(p,l[p])}):(e.global(l),u[l]||(u[l]=[]),Array.isArray(h)?h.forEach(p=>s.conflicts(l,p)):u[l].push(h))},s.getConflicting=()=>u,s.conflicting=function(l){Object.keys(l).forEach(h=>{u[h]&&u[h].forEach(p=>{p&&l[h]!==void 0&&l[p]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",h,p))})}),e.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(u).forEach(h=>{u[h].forEach(p=>{p&&l[r.Parser.camelCase(h)]!==void 0&&l[r.Parser.camelCase(p)]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",h,p))})})},s.recommendCommands=function(l,h){h=h.sort((m,b)=>b.length-m.length);let d=null,g=1/0;for(let m=0,b;(b=h[m])!==void 0;m++){let _=kP(l,b);_<=3&&_<g&&(g=_,d=b)}d&&t.fail(n("Did you mean %s?",d))},s.reset=function(l){return o=Qr(o,h=>!l[h]),u=Qr(u,h=>!l[h]),s};let c=[];return s.freeze=function(){c.push({implied:o,conflicting:u})},s.unfreeze=function(){let l=c.pop();ht(l,void 0,r),{implied:o,conflicting:u}=l},s}var eg=[],ro;function no(e,t,r,n){ro=n;let i={};if(Object.prototype.hasOwnProperty.call(e,"extends")){if(typeof e.extends!="string")return i;let s=/\.json|\..*rc$/.test(e.extends),o=null;if(s)o=q8(t,e.extends);else try{o=require.resolve(e.extends)}catch{return e}j8(o),eg.push(o),i=s?JSON.parse(ro.readFileSync(o,"utf8")):require(e.extends),delete e.extends,i=no(i,ro.path.dirname(o),r,ro)}return eg=[],r?$P(i,e):Object.assign({},i,e)}function j8(e){if(eg.indexOf(e)>-1)throw new _e(`Circular extended configurations: '${e}'.`)}function q8(e,t){return ro.path.resolve(e,t)}function $P(e,t){let r={};function n(i){return i&&typeof i=="object"&&!Array.isArray(i)}Object.assign(r,e);for(let i of Object.keys(t))n(t[i])&&n(r[i])?r[i]=$P(e[i],t[i]):r[i]=t[i];return r}var Y=function(e,t,r,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(e,r):i?i.value=r:t.set(e,r),r},y=function(e,t,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},Le,Pn,io,qt,Pt,nc,en,On,ic,Wt,sc,Ut,lr,Ot,Gt,oc,ki,He,J,ac,uc,Rt,Rn,Ni,Fn,tn,cc,ae,Ln,Dn,Tn,ue,lc,fr,Pe;function nO(e){return(t=[],r=e.process.cwd(),n)=>{let i=new fg(t,r,n,e);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}}var BP=Symbol("copyDoubleDash"),MP=Symbol("copyDoubleDash"),tg=Symbol("deleteFromParserHintObject"),jP=Symbol("emitWarning"),qP=Symbol("freeze"),WP=Symbol("getDollarZero"),kn=Symbol("getParserConfiguration"),UP=Symbol("getUsageConfiguration"),rg=Symbol("guessLocale"),GP=Symbol("guessVersion"),HP=Symbol("parsePositionalNumbers"),ng=Symbol("pkgUp"),rn=Symbol("populateParserHintArray"),Ii=Symbol("populateParserHintSingleValueDictionary"),ig=Symbol("populateParserHintArrayDictionary"),sg=Symbol("populateParserHintDictionary"),og=Symbol("sanitizeKey"),ag=Symbol("setKey"),ug=Symbol("unfreeze"),zP=Symbol("validateAsync"),YP=Symbol("getCommandInstance"),VP=Symbol("getContext"),KP=Symbol("getHasOutput"),XP=Symbol("getLoggerInstance"),JP=Symbol("getParseContext"),QP=Symbol("getUsageInstance"),ZP=Symbol("getValidationInstance"),fc=Symbol("hasParseCallback"),eO=Symbol("isGlobalContext"),Nn=Symbol("postProcess"),tO=Symbol("rebase"),cg=Symbol("reset"),so=Symbol("runYargsParserAndExecuteCommands"),lg=Symbol("runValidation"),rO=Symbol("setHasOutput"),In=Symbol("kTrackManuallySetKeys"),fg=class{constructor(t=[],r,n,i){this.customScriptName=!1,this.parsed=!1,Le.set(this,void 0),Pn.set(this,void 0),io.set(this,{commands:[],fullCommands:[]}),qt.set(this,null),Pt.set(this,null),nc.set(this,"show-hidden"),en.set(this,null),On.set(this,!0),ic.set(this,{}),Wt.set(this,!0),sc.set(this,[]),Ut.set(this,void 0),lr.set(this,{}),Ot.set(this,!1),Gt.set(this,null),oc.set(this,!0),ki.set(this,void 0),He.set(this,""),J.set(this,void 0),ac.set(this,void 0),uc.set(this,{}),Rt.set(this,null),Rn.set(this,null),Ni.set(this,{}),Fn.set(this,{}),tn.set(this,void 0),cc.set(this,!1),ae.set(this,void 0),Ln.set(this,!1),Dn.set(this,!1),Tn.set(this,!1),ue.set(this,void 0),lc.set(this,{}),fr.set(this,null),Pe.set(this,void 0),Y(this,ae,i,"f"),Y(this,tn,t,"f"),Y(this,Pn,r,"f"),Y(this,ac,n,"f"),Y(this,Ut,new ec(this),"f"),this.$0=this[WP](),this[cg](),Y(this,Le,y(this,Le,"f"),"f"),Y(this,ue,y(this,ue,"f"),"f"),Y(this,Pe,y(this,Pe,"f"),"f"),Y(this,J,y(this,J,"f"),"f"),y(this,J,"f").showHiddenOpt=y(this,nc,"f"),Y(this,ki,this[MP](),"f")}addHelpOpt(t,r){let n="help";return z("[string|boolean] [string]",[t,r],arguments.length),y(this,Gt,"f")&&(this[tg](y(this,Gt,"f")),Y(this,Gt,null,"f")),t===!1&&r===void 0?this:(Y(this,Gt,typeof t=="string"?t:n,"f"),this.boolean(y(this,Gt,"f")),this.describe(y(this,Gt,"f"),r||y(this,ue,"f").deferY18nLookup("Show help")),this)}help(t,r){return this.addHelpOpt(t,r)}addShowHiddenOpt(t,r){if(z("[string|boolean] [string]",[t,r],arguments.length),t===!1&&r===void 0)return this;let n=typeof t=="string"?t:y(this,nc,"f");return this.boolean(n),this.describe(n,r||y(this,ue,"f").deferY18nLookup("Show hidden options")),y(this,J,"f").showHiddenOpt=n,this}showHidden(t,r){return this.addShowHiddenOpt(t,r)}alias(t,r){return z("<object|string|array> [string|array]",[t,r],arguments.length),this[ig](this.alias.bind(this),"alias",t,r),this}array(t){return z("<array|string>",[t],arguments.length),this[rn]("array",t),this[In](t),this}boolean(t){return z("<array|string>",[t],arguments.length),this[rn]("boolean",t),this[In](t),this}check(t,r){return z("<function> [boolean]",[t,r],arguments.length),this.middleware((n,i)=>xn(()=>t(n,i.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&y(this,ue,"f").fail(s.toString(),s):y(this,ue,"f").fail(y(this,ae,"f").y18n.__("Argument check failed: %s",t.toString())),n),s=>(y(this,ue,"f").fail(s.message?s.message:s.toString(),s),n)),!1,r),this}choices(t,r){return z("<object|string|array> [string|array]",[t,r],arguments.length),this[ig](this.choices.bind(this),"choices",t,r),this}coerce(t,r){if(z("<object|string|array> [function]",[t,r],arguments.length),Array.isArray(t)){if(!r)throw new _e("coerce callback must be provided");for(let n of t)this.coerce(n,r);return this}else if(typeof t=="object"){for(let n of Object.keys(t))this.coerce(n,t[n]);return this}if(!r)throw new _e("coerce callback must be provided");return y(this,J,"f").key[t]=!0,y(this,Ut,"f").addCoerceMiddleware((n,i)=>{let s;return Object.prototype.hasOwnProperty.call(n,t)?xn(()=>(s=i.getAliases(),r(n[t])),a=>{n[t]=a;let u=i.getInternalMethods().getParserConfiguration()["strip-aliased"];if(s[t]&&u!==!0)for(let c of s[t])n[c]=a;return n},a=>{throw new _e(a.message)}):n},t),this}conflicts(t,r){return z("<string|object> [string|array]",[t,r],arguments.length),y(this,Pe,"f").conflicts(t,r),this}config(t="config",r,n){return z("[object|string] [string|function] [function]",[t,r,n],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=no(t,y(this,Pn,"f"),this[kn]()["deep-merge-config"]||!1,y(this,ae,"f")),y(this,J,"f").configObjects=(y(this,J,"f").configObjects||[]).concat(t),this):(typeof r=="function"&&(n=r,r=void 0),this.describe(t,r||y(this,ue,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(i=>{y(this,J,"f").config[i]=n||!0}),this)}completion(t,r,n){return z("[string] [string|boolean|function] [function]",[t,r,n],arguments.length),typeof r=="function"&&(n=r,r=void 0),Y(this,Pt,t||y(this,Pt,"f")||"completion","f"),!r&&r!==!1&&(r="generate completion script"),this.command(y(this,Pt,"f"),r),n&&y(this,qt,"f").registerFunction(n),this}command(t,r,n,i,s,o){return z("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,r,n,i,s,o],arguments.length),y(this,Le,"f").addHandler(t,r,n,i,s,o),this}commands(t,r,n,i,s,o){return this.command(t,r,n,i,s,o)}commandDir(t,r){z("<string> [object]",[t,r],arguments.length);let n=y(this,ac,"f")||y(this,ae,"f").require;return y(this,Le,"f").addDirectory(t,n,y(this,ae,"f").getCallerFile(),r),this}count(t){return z("<array|string>",[t],arguments.length),this[rn]("count",t),this[In](t),this}default(t,r,n){return z("<object|string|array> [*] [string]",[t,r,n],arguments.length),n&&(Kd(t,y(this,ae,"f")),y(this,J,"f").defaultDescription[t]=n),typeof r=="function"&&(Kd(t,y(this,ae,"f")),y(this,J,"f").defaultDescription[t]||(y(this,J,"f").defaultDescription[t]=y(this,ue,"f").functionDescription(r)),r=r.call()),this[Ii](this.default.bind(this),"default",t,r),this}defaults(t,r,n){return this.default(t,r,n)}demandCommand(t=1,r,n,i){return z("[number] [number|string] [string|null|undefined] [string|null|undefined]",[t,r,n,i],arguments.length),typeof r!="number"&&(n=r,r=1/0),this.global("_",!1),y(this,J,"f").demandedCommands._={min:t,max:r,minMsg:n,maxMsg:i},this}demand(t,r,n){return Array.isArray(r)?(r.forEach(i=>{ht(n,!0,y(this,ae,"f")),this.demandOption(i,n)}),r=1/0):typeof r!="number"&&(n=r,r=1/0),typeof t=="number"?(ht(n,!0,y(this,ae,"f")),this.demandCommand(t,r,n,n)):Array.isArray(t)?t.forEach(i=>{ht(n,!0,y(this,ae,"f")),this.demandOption(i,n)}):typeof n=="string"?this.demandOption(t,n):(n===!0||typeof n>"u")&&this.demandOption(t),this}demandOption(t,r){return z("<object|string|array> [string]",[t,r],arguments.length),this[Ii](this.demandOption.bind(this),"demandedOptions",t,r),this}deprecateOption(t,r){return z("<string> [string|boolean]",[t,r],arguments.length),y(this,J,"f").deprecatedOptions[t]=r,this}describe(t,r){return z("<object|string|array> [string]",[t,r],arguments.length),this[ag](t,!0),y(this,ue,"f").describe(t,r),this}detectLocale(t){return z("<boolean>",[t],arguments.length),Y(this,On,t,"f"),this}env(t){return z("[string|boolean]",[t],arguments.length),t===!1?delete y(this,J,"f").envPrefix:y(this,J,"f").envPrefix=t||"",this}epilogue(t){return z("<string>",[t],arguments.length),y(this,ue,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,r){return z("<string|array> [string]",[t,r],arguments.length),Array.isArray(t)?t.forEach(n=>this.example(...n)):y(this,ue,"f").example(t,r),this}exit(t,r){Y(this,Ot,!0,"f"),Y(this,en,r,"f"),y(this,Wt,"f")&&y(this,ae,"f").process.exit(t)}exitProcess(t=!0){return z("[boolean]",[t],arguments.length),Y(this,Wt,t,"f"),this}fail(t){if(z("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new _e("Invalid first argument. Expected function or boolean 'false'");return y(this,ue,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,r){return z("<array> [function]",[t,r],arguments.length),r?y(this,qt,"f").getCompletion(t,r):new Promise((n,i)=>{y(this,qt,"f").getCompletion(t,(s,o)=>{s?i(s):n(o)})})}getDemandedOptions(){return z([],0),y(this,J,"f").demandedOptions}getDemandedCommands(){return z([],0),y(this,J,"f").demandedCommands}getDeprecatedOptions(){return z([],0),y(this,J,"f").deprecatedOptions}getDetectLocale(){return y(this,On,"f")}getExitProcess(){return y(this,Wt,"f")}getGroups(){return Object.assign({},y(this,lr,"f"),y(this,Fn,"f"))}getHelp(){if(Y(this,Ot,!0,"f"),!y(this,ue,"f").hasCachedHelpMessage()){if(!this.parsed){let r=this[so](y(this,tn,"f"),void 0,void 0,0,!0);if(ve(r))return r.then(()=>y(this,ue,"f").help())}let t=y(this,Le,"f").runDefaultBuilderOn(this);if(ve(t))return t.then(()=>y(this,ue,"f").help())}return Promise.resolve(y(this,ue,"f").help())}getOptions(){return y(this,J,"f")}getStrict(){return y(this,Ln,"f")}getStrictCommands(){return y(this,Dn,"f")}getStrictOptions(){return y(this,Tn,"f")}global(t,r){return z("<string|array> [boolean]",[t,r],arguments.length),t=[].concat(t),r!==!1?y(this,J,"f").local=y(this,J,"f").local.filter(n=>t.indexOf(n)===-1):t.forEach(n=>{y(this,J,"f").local.includes(n)||y(this,J,"f").local.push(n)}),this}group(t,r){z("<string|array> <string>",[t,r],arguments.length);let n=y(this,Fn,"f")[r]||y(this,lr,"f")[r];y(this,Fn,"f")[r]&&delete y(this,Fn,"f")[r];let i={};return y(this,lr,"f")[r]=(n||[]).concat(t).filter(s=>i[s]?!1:i[s]=!0),this}hide(t){return z("<string>",[t],arguments.length),y(this,J,"f").hiddenOptions.push(t),this}implies(t,r){return z("<string|object> [number|string|array]",[t,r],arguments.length),y(this,Pe,"f").implies(t,r),this}locale(t){return z("[string]",[t],arguments.length),t===void 0?(this[rg](),y(this,ae,"f").y18n.getLocale()):(Y(this,On,!1,"f"),y(this,ae,"f").y18n.setLocale(t),this)}middleware(t,r,n){return y(this,Ut,"f").addMiddleware(t,!!r,n)}nargs(t,r){return z("<string|object|array> [number]",[t,r],arguments.length),this[Ii](this.nargs.bind(this),"narg",t,r),this}normalize(t){return z("<array|string>",[t],arguments.length),this[rn]("normalize",t),this}number(t){return z("<array|string>",[t],arguments.length),this[rn]("number",t),this[In](t),this}option(t,r){if(z("<string|object> [object]",[t,r],arguments.length),typeof t=="object")Object.keys(t).forEach(n=>{this.options(n,t[n])});else{typeof r!="object"&&(r={}),this[In](t),y(this,fr,"f")&&(t==="version"||r?.alias==="version")&&this[jP](['"version" is a reserved word.',"Please do one of the following:",'- Disable version with `yargs.version(false)` if using "version" as an option',"- Use the built-in `yargs.version` method instead (if applicable)","- Use a different option key","https://yargs.js.org/docs/#api-reference-version"].join(`
163
+ `),void 0,"versionWarning"),y(this,J,"f").key[t]=!0,r.alias&&this.alias(t,r.alias);let n=r.deprecate||r.deprecated;n&&this.deprecateOption(t,n);let i=r.demand||r.required||r.require;i&&this.demand(t,i),r.demandOption&&this.demandOption(t,typeof r.demandOption=="string"?r.demandOption:void 0),r.conflicts&&this.conflicts(t,r.conflicts),"default"in r&&this.default(t,r.default),r.implies!==void 0&&this.implies(t,r.implies),r.nargs!==void 0&&this.nargs(t,r.nargs),r.config&&this.config(t,r.configParser),r.normalize&&this.normalize(t),r.choices&&this.choices(t,r.choices),r.coerce&&this.coerce(t,r.coerce),r.group&&this.group(t,r.group),(r.boolean||r.type==="boolean")&&(this.boolean(t),r.alias&&this.boolean(r.alias)),(r.array||r.type==="array")&&(this.array(t),r.alias&&this.array(r.alias)),(r.number||r.type==="number")&&(this.number(t),r.alias&&this.number(r.alias)),(r.string||r.type==="string")&&(this.string(t),r.alias&&this.string(r.alias)),(r.count||r.type==="count")&&this.count(t),typeof r.global=="boolean"&&this.global(t,r.global),r.defaultDescription&&(y(this,J,"f").defaultDescription[t]=r.defaultDescription),r.skipValidation&&this.skipValidation(t);let s=r.describe||r.description||r.desc,o=y(this,ue,"f").getDescriptions();(!Object.prototype.hasOwnProperty.call(o,t)||typeof s=="string")&&this.describe(t,s),r.hidden&&this.hide(t),r.requiresArg&&this.requiresArg(t)}return this}options(t,r){return this.option(t,r)}parse(t,r,n){z("[string|array] [function|boolean|object] [function]",[t,r,n],arguments.length),this[qP](),typeof t>"u"&&(t=y(this,tn,"f")),typeof r=="object"&&(Y(this,Rn,r,"f"),r=n),typeof r=="function"&&(Y(this,Rt,r,"f"),r=!1),r||Y(this,tn,t,"f"),y(this,Rt,"f")&&Y(this,Wt,!1,"f");let i=this[so](t,!!r),s=this.parsed;return y(this,qt,"f").setParsed(this.parsed),ve(i)?i.then(o=>(y(this,Rt,"f")&&y(this,Rt,"f").call(this,y(this,en,"f"),o,y(this,He,"f")),o)).catch(o=>{throw y(this,Rt,"f")&&y(this,Rt,"f")(o,this.parsed.argv,y(this,He,"f")),o}).finally(()=>{this[ug](),this.parsed=s}):(y(this,Rt,"f")&&y(this,Rt,"f").call(this,y(this,en,"f"),i,y(this,He,"f")),this[ug](),this.parsed=s,i)}parseAsync(t,r,n){let i=this.parse(t,r,n);return ve(i)?i:Promise.resolve(i)}parseSync(t,r,n){let i=this.parse(t,r,n);if(ve(i))throw new _e(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return i}parserConfiguration(t){return z("<object>",[t],arguments.length),Y(this,uc,t,"f"),this}pkgConf(t,r){z("<string> [string]",[t,r],arguments.length);let n=null,i=this[ng](r||y(this,Pn,"f"));return i[t]&&typeof i[t]=="object"&&(n=no(i[t],r||y(this,Pn,"f"),this[kn]()["deep-merge-config"]||!1,y(this,ae,"f")),y(this,J,"f").configObjects=(y(this,J,"f").configObjects||[]).concat(n)),this}positional(t,r){z("<string> <object>",[t,r],arguments.length);let n=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];r=Qr(r,(o,a)=>o==="type"&&!["string","number","boolean"].includes(a)?!1:n.includes(o));let i=y(this,io,"f").fullCommands[y(this,io,"f").fullCommands.length-1],s=i?y(this,Le,"f").cmdToParseOptions(i):{array:[],alias:{},default:{},demand:{}};return Di(s).forEach(o=>{let a=s[o];Array.isArray(a)?a.indexOf(t)!==-1&&(r[o]=!0):a[t]&&!(o in r)&&(r[o]=a[t])}),this.group(t,y(this,ue,"f").getPositionalGroupName()),this.option(t,r)}recommendCommands(t=!0){return z("[boolean]",[t],arguments.length),Y(this,cc,t,"f"),this}required(t,r,n){return this.demand(t,r,n)}require(t,r,n){return this.demand(t,r,n)}requiresArg(t){return z("<array|string|object> [number]",[t],arguments.length),typeof t=="string"&&y(this,J,"f").narg[t]?this:(this[Ii](this.requiresArg.bind(this),"narg",t,NaN),this)}showCompletionScript(t,r){return z("[string] [string]",[t,r],arguments.length),t=t||this.$0,y(this,ki,"f").log(y(this,qt,"f").generateCompletionScript(t,r||y(this,Pt,"f")||"completion")),this}showHelp(t){if(z("[string|function]",[t],arguments.length),Y(this,Ot,!0,"f"),!y(this,ue,"f").hasCachedHelpMessage()){if(!this.parsed){let n=this[so](y(this,tn,"f"),void 0,void 0,0,!0);if(ve(n))return n.then(()=>{y(this,ue,"f").showHelp(t)}),this}let r=y(this,Le,"f").runDefaultBuilderOn(this);if(ve(r))return r.then(()=>{y(this,ue,"f").showHelp(t)}),this}return y(this,ue,"f").showHelp(t),this}scriptName(t){return this.customScriptName=!0,this.$0=t,this}showHelpOnFail(t,r){return z("[boolean|string] [string]",[t,r],arguments.length),y(this,ue,"f").showHelpOnFail(t,r),this}showVersion(t){return z("[string|function]",[t],arguments.length),y(this,ue,"f").showVersion(t),this}skipValidation(t){return z("<array|string>",[t],arguments.length),this[rn]("skipValidation",t),this}strict(t){return z("[boolean]",[t],arguments.length),Y(this,Ln,t!==!1,"f"),this}strictCommands(t){return z("[boolean]",[t],arguments.length),Y(this,Dn,t!==!1,"f"),this}strictOptions(t){return z("[boolean]",[t],arguments.length),Y(this,Tn,t!==!1,"f"),this}string(t){return z("<array|string>",[t],arguments.length),this[rn]("string",t),this[In](t),this}terminalWidth(){return z([],0),y(this,ae,"f").process.stdColumns}updateLocale(t){return this.updateStrings(t)}updateStrings(t){return z("<object>",[t],arguments.length),Y(this,On,!1,"f"),y(this,ae,"f").y18n.updateLocale(t),this}usage(t,r,n,i){if(z("<string|null|undefined> [string|boolean] [function|object] [function]",[t,r,n,i],arguments.length),r!==void 0){if(ht(t,null,y(this,ae,"f")),(t||"").match(/^\$0( |$)/))return this.command(t,r,n,i);throw new _e(".usage() description must start with $0 if being used as alias for .command()")}else return y(this,ue,"f").usage(t),this}usageConfiguration(t){return z("<object>",[t],arguments.length),Y(this,lc,t,"f"),this}version(t,r,n){let i="version";if(z("[boolean|string] [string] [string]",[t,r,n],arguments.length),y(this,fr,"f")&&(this[tg](y(this,fr,"f")),y(this,ue,"f").version(void 0),Y(this,fr,null,"f")),arguments.length===0)n=this[GP](),t=i;else if(arguments.length===1){if(t===!1)return this;n=t,t=i}else arguments.length===2&&(n=r,r=void 0);return Y(this,fr,typeof t=="string"?t:i,"f"),r=r||y(this,ue,"f").deferY18nLookup("Show version number"),y(this,ue,"f").version(n||void 0),this.boolean(y(this,fr,"f")),this.describe(y(this,fr,"f"),r),this}wrap(t){return z("<number|null|undefined>",[t],arguments.length),y(this,ue,"f").wrap(t),this}[(Le=new WeakMap,Pn=new WeakMap,io=new WeakMap,qt=new WeakMap,Pt=new WeakMap,nc=new WeakMap,en=new WeakMap,On=new WeakMap,ic=new WeakMap,Wt=new WeakMap,sc=new WeakMap,Ut=new WeakMap,lr=new WeakMap,Ot=new WeakMap,Gt=new WeakMap,oc=new WeakMap,ki=new WeakMap,He=new WeakMap,J=new WeakMap,ac=new WeakMap,uc=new WeakMap,Rt=new WeakMap,Rn=new WeakMap,Ni=new WeakMap,Fn=new WeakMap,tn=new WeakMap,cc=new WeakMap,ae=new WeakMap,Ln=new WeakMap,Dn=new WeakMap,Tn=new WeakMap,ue=new WeakMap,lc=new WeakMap,fr=new WeakMap,Pe=new WeakMap,BP)](t){if(!t._||!t["--"])return t;t._.push.apply(t._,t["--"]);try{delete t["--"]}catch{}return t}[MP](){return{log:(...t)=>{this[fc]()||console.log(...t),Y(this,Ot,!0,"f"),y(this,He,"f").length&&Y(this,He,y(this,He,"f")+`
164
+ `,"f"),Y(this,He,y(this,He,"f")+t.join(" "),"f")},error:(...t)=>{this[fc]()||console.error(...t),Y(this,Ot,!0,"f"),y(this,He,"f").length&&Y(this,He,y(this,He,"f")+`
165
+ `,"f"),Y(this,He,y(this,He,"f")+t.join(" "),"f")}}}[tg](t){Di(y(this,J,"f")).forEach(r=>{if((i=>i==="configObjects")(r))return;let n=y(this,J,"f")[r];Array.isArray(n)?n.includes(t)&&n.splice(n.indexOf(t),1):typeof n=="object"&&delete n[t]}),delete y(this,ue,"f").getDescriptions()[t]}[jP](t,r,n){y(this,ic,"f")[n]||(y(this,ae,"f").process.emitWarning(t,r),y(this,ic,"f")[n]=!0)}[qP](){y(this,sc,"f").push({options:y(this,J,"f"),configObjects:y(this,J,"f").configObjects.slice(0),exitProcess:y(this,Wt,"f"),groups:y(this,lr,"f"),strict:y(this,Ln,"f"),strictCommands:y(this,Dn,"f"),strictOptions:y(this,Tn,"f"),completionCommand:y(this,Pt,"f"),output:y(this,He,"f"),exitError:y(this,en,"f"),hasOutput:y(this,Ot,"f"),parsed:this.parsed,parseFn:y(this,Rt,"f"),parseContext:y(this,Rn,"f")}),y(this,ue,"f").freeze(),y(this,Pe,"f").freeze(),y(this,Le,"f").freeze(),y(this,Ut,"f").freeze()}[WP](){let t="",r;return/\b(node|iojs|electron)(\.exe)?$/.test(y(this,ae,"f").process.argv()[0])?r=y(this,ae,"f").process.argv().slice(1,2):r=y(this,ae,"f").process.argv().slice(0,1),t=r.map(n=>{let i=this[tO](y(this,Pn,"f"),n);return n.match(/^(\/|([a-zA-Z]:)?\\)/)&&i.length<n.length?i:n}).join(" ").trim(),y(this,ae,"f").getEnv("_")&&y(this,ae,"f").getProcessArgvBin()===y(this,ae,"f").getEnv("_")&&(t=y(this,ae,"f").getEnv("_").replace(`${y(this,ae,"f").path.dirname(y(this,ae,"f").process.execPath())}/`,"")),t}[kn](){return y(this,uc,"f")}[UP](){return y(this,lc,"f")}[rg](){if(!y(this,On,"f"))return;let t=y(this,ae,"f").getEnv("LC_ALL")||y(this,ae,"f").getEnv("LC_MESSAGES")||y(this,ae,"f").getEnv("LANG")||y(this,ae,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[GP](){return this[ng]().version||"unknown"}[HP](t){let r=t["--"]?t["--"]:t._;for(let n=0,i;(i=r[n])!==void 0;n++)y(this,ae,"f").Parser.looksLikeNumber(i)&&Number.isSafeInteger(Math.floor(parseFloat(`${i}`)))&&(r[n]=Number(i));return t}[ng](t){let r=t||"*";if(y(this,Ni,"f")[r])return y(this,Ni,"f")[r];let n={};try{let i=t||y(this,ae,"f").mainFilename;!t&&y(this,ae,"f").path.extname(i)&&(i=y(this,ae,"f").path.dirname(i));let s=y(this,ae,"f").findUp(i,(o,a)=>{if(a.includes("package.json"))return"package.json"});ht(s,void 0,y(this,ae,"f")),n=JSON.parse(y(this,ae,"f").readFileSync(s,"utf8"))}catch{}return y(this,Ni,"f")[r]=n||{},y(this,Ni,"f")[r]}[rn](t,r){r=[].concat(r),r.forEach(n=>{n=this[og](n),y(this,J,"f")[t].push(n)})}[Ii](t,r,n,i){this[sg](t,r,n,i,(s,o,a)=>{y(this,J,"f")[s][o]=a})}[ig](t,r,n,i){this[sg](t,r,n,i,(s,o,a)=>{y(this,J,"f")[s][o]=(y(this,J,"f")[s][o]||[]).concat(a)})}[sg](t,r,n,i,s){if(Array.isArray(n))n.forEach(o=>{t(o,i)});else if((o=>typeof o=="object")(n))for(let o of Di(n))t(o,n[o]);else s(r,this[og](n),i)}[og](t){return t==="__proto__"?"___proto___":t}[ag](t,r){return this[Ii](this[ag].bind(this),"key",t,r),this}[ug](){var t,r,n,i,s,o,a,u,c,f,l,h;let p=y(this,sc,"f").pop();ht(p,void 0,y(this,ae,"f"));let d;t=this,r=this,n=this,i=this,s=this,o=this,a=this,u=this,c=this,f=this,l=this,h=this,{options:{set value(g){Y(t,J,g,"f")}}.value,configObjects:d,exitProcess:{set value(g){Y(r,Wt,g,"f")}}.value,groups:{set value(g){Y(n,lr,g,"f")}}.value,output:{set value(g){Y(i,He,g,"f")}}.value,exitError:{set value(g){Y(s,en,g,"f")}}.value,hasOutput:{set value(g){Y(o,Ot,g,"f")}}.value,parsed:this.parsed,strict:{set value(g){Y(a,Ln,g,"f")}}.value,strictCommands:{set value(g){Y(u,Dn,g,"f")}}.value,strictOptions:{set value(g){Y(c,Tn,g,"f")}}.value,completionCommand:{set value(g){Y(f,Pt,g,"f")}}.value,parseFn:{set value(g){Y(l,Rt,g,"f")}}.value,parseContext:{set value(g){Y(h,Rn,g,"f")}}.value}=p,y(this,J,"f").configObjects=d,y(this,ue,"f").unfreeze(),y(this,Pe,"f").unfreeze(),y(this,Le,"f").unfreeze(),y(this,Ut,"f").unfreeze()}[zP](t,r){return xn(r,n=>(t(n),n))}getInternalMethods(){return{getCommandInstance:this[YP].bind(this),getContext:this[VP].bind(this),getHasOutput:this[KP].bind(this),getLoggerInstance:this[XP].bind(this),getParseContext:this[JP].bind(this),getParserConfiguration:this[kn].bind(this),getUsageConfiguration:this[UP].bind(this),getUsageInstance:this[QP].bind(this),getValidationInstance:this[ZP].bind(this),hasParseCallback:this[fc].bind(this),isGlobalContext:this[eO].bind(this),postProcess:this[Nn].bind(this),reset:this[cg].bind(this),runValidation:this[lg].bind(this),runYargsParserAndExecuteCommands:this[so].bind(this),setHasOutput:this[rO].bind(this)}}[YP](){return y(this,Le,"f")}[VP](){return y(this,io,"f")}[KP](){return y(this,Ot,"f")}[XP](){return y(this,ki,"f")}[JP](){return y(this,Rn,"f")||{}}[QP](){return y(this,ue,"f")}[ZP](){return y(this,Pe,"f")}[fc](){return!!y(this,Rt,"f")}[eO](){return y(this,oc,"f")}[Nn](t,r,n,i){return n||ve(t)||(r||(t=this[BP](t)),(this[kn]()["parse-positional-numbers"]||this[kn]()["parse-positional-numbers"]===void 0)&&(t=this[HP](t)),i&&(t=Cn(t,this,y(this,Ut,"f").getMiddleware(),!1))),t}[cg](t={}){Y(this,J,y(this,J,"f")||{},"f");let r={};r.local=y(this,J,"f").local||[],r.configObjects=y(this,J,"f").configObjects||[];let n={};r.local.forEach(o=>{n[o]=!0,(t[o]||[]).forEach(a=>{n[a]=!0})}),Object.assign(y(this,Fn,"f"),Object.keys(y(this,lr,"f")).reduce((o,a)=>{let u=y(this,lr,"f")[a].filter(c=>!(c in n));return u.length>0&&(o[a]=u),o},{})),Y(this,lr,{},"f");let i=["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"],s=["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"];return i.forEach(o=>{r[o]=(y(this,J,"f")[o]||[]).filter(a=>!n[a])}),s.forEach(o=>{r[o]=Qr(y(this,J,"f")[o],a=>!n[a])}),r.envPrefix=y(this,J,"f").envPrefix,Y(this,J,r,"f"),Y(this,ue,y(this,ue,"f")?y(this,ue,"f").reset(n):FP(this,y(this,ae,"f")),"f"),Y(this,Pe,y(this,Pe,"f")?y(this,Pe,"f").reset(n):IP(this,y(this,ue,"f"),y(this,ae,"f")),"f"),Y(this,Le,y(this,Le,"f")?y(this,Le,"f").reset():PP(y(this,ue,"f"),y(this,Pe,"f"),y(this,Ut,"f"),y(this,ae,"f")),"f"),y(this,qt,"f")||Y(this,qt,TP(this,y(this,ue,"f"),y(this,Le,"f"),y(this,ae,"f")),"f"),y(this,Ut,"f").reset(),Y(this,Pt,null,"f"),Y(this,He,"","f"),Y(this,en,null,"f"),Y(this,Ot,!1,"f"),this.parsed=!1,this}[tO](t,r){return y(this,ae,"f").path.relative(t,r)}[so](t,r,n,i=0,s=!1){let o=!!n||s;t=t||y(this,tn,"f"),y(this,J,"f").__=y(this,ae,"f").y18n.__,y(this,J,"f").configuration=this[kn]();let a=!!y(this,J,"f").configuration["populate--"],u=Object.assign({},y(this,J,"f").configuration,{"populate--":!0}),c=y(this,ae,"f").Parser.detailed(t,Object.assign({},y(this,J,"f"),{configuration:{"parse-positional-numbers":!1,...u}})),f=Object.assign(c.argv,y(this,Rn,"f")),l,h=c.aliases,p=!1,d=!1;Object.keys(f).forEach(g=>{g===y(this,Gt,"f")&&f[g]?p=!0:g===y(this,fr,"f")&&f[g]&&(d=!0)}),f.$0=this.$0,this.parsed=c,i===0&&y(this,ue,"f").clearCachedHelpMessage();try{if(this[rg](),r)return this[Nn](f,a,!!n,!1);y(this,Gt,"f")&&[y(this,Gt,"f")].concat(h[y(this,Gt,"f")]||[]).filter(P=>P.length>1).includes(""+f._[f._.length-1])&&(f._.pop(),p=!0),Y(this,oc,!1,"f");let g=y(this,Le,"f").getCommands(),m=y(this,qt,"f").completionKey in f,b=p||m||s;if(f._.length){if(g.length){let _;for(let P=i||0,F;f._[P]!==void 0;P++)if(F=String(f._[P]),g.includes(F)&&F!==y(this,Pt,"f")){let N=y(this,Le,"f").runCommand(F,this,c,P+1,s,p||d||s);return this[Nn](N,a,!!n,!1)}else if(!_&&F!==y(this,Pt,"f")){_=F;break}!y(this,Le,"f").hasDefaultCommand()&&y(this,cc,"f")&&_&&!b&&y(this,Pe,"f").recommendCommands(_,g)}y(this,Pt,"f")&&f._.includes(y(this,Pt,"f"))&&!m&&(y(this,Wt,"f")&&Zr(!0),this.showCompletionScript(),this.exit(0))}if(y(this,Le,"f").hasDefaultCommand()&&!b){let _=y(this,Le,"f").runCommand(null,this,c,0,s,p||d||s);return this[Nn](_,a,!!n,!1)}if(m){y(this,Wt,"f")&&Zr(!0),t=[].concat(t);let _=t.slice(t.indexOf(`--${y(this,qt,"f").completionKey}`)+1);return y(this,qt,"f").getCompletion(_,(P,F)=>{if(P)throw new _e(P.message);(F||[]).forEach(N=>{y(this,ki,"f").log(N)}),this.exit(0)}),this[Nn](f,!a,!!n,!1)}if(y(this,Ot,"f")||(p?(y(this,Wt,"f")&&Zr(!0),o=!0,this.showHelp("log"),this.exit(0)):d&&(y(this,Wt,"f")&&Zr(!0),o=!0,y(this,ue,"f").showVersion("log"),this.exit(0))),!o&&y(this,J,"f").skipValidation.length>0&&(o=Object.keys(f).some(_=>y(this,J,"f").skipValidation.indexOf(_)>=0&&f[_]===!0)),!o){if(c.error)throw new _e(c.error.message);if(!m){let _=this[lg](h,{},c.error);n||(l=Cn(f,this,y(this,Ut,"f").getMiddleware(),!0)),l=this[zP](_,l??f),ve(l)&&!n&&(l=l.then(()=>Cn(f,this,y(this,Ut,"f").getMiddleware(),!1)))}}}catch(g){if(g instanceof _e)y(this,ue,"f").fail(g.message,g);else throw g}return this[Nn](l??f,a,!!n,!0)}[lg](t,r,n,i){let s={...this.getDemandedOptions()};return o=>{if(n)throw new _e(n.message);y(this,Pe,"f").nonOptionCount(o),y(this,Pe,"f").requiredArguments(o,s);let a=!1;y(this,Dn,"f")&&(a=y(this,Pe,"f").unknownCommands(o)),y(this,Ln,"f")&&!a?y(this,Pe,"f").unknownArguments(o,t,r,!!i):y(this,Tn,"f")&&y(this,Pe,"f").unknownArguments(o,t,{},!1,!1),y(this,Pe,"f").limitedChoices(o),y(this,Pe,"f").implications(o),y(this,Pe,"f").conflicting(o)}}[rO](){Y(this,Ot,!0,"f")}[In](t){if(typeof t=="string")y(this,J,"f").key[t]=!0;else for(let r of t)y(this,J,"f").key[r]=!0}};function OP(e){return!!e&&typeof e.getInternalMethods=="function"}var W8=nO(Vd),iO=W8;function sO(e){let t=iO(zd(e)).option({skipCheck:{type:"boolean",description:"Skip checking the validity of the feeds"},skipAuth:{type:"boolean",description:"Skip authenticating the feeds"},configFile:{alias:"c",type:"string",description:"Skip checking the validity of the feeds"},azureAuthLocation:{type:"string",description:"Allow specifying alternate location to azureauth"},exitCodeOnReAuthenticate:{type:"number",description:"Exit when re-authentication occurs"}}).help().parseSync();return{skipAuth:t.skipAuth||!1,doValidCheck:!t.skipCheck,configFile:t.configFile,azureAuthLocation:t.azureAuthLocation,exitCodeOnReAuthenticate:t.exitCodeOnReAuthenticate}}var U8=async e=>{let t=[new Nu(e.configFile),new wa(e.configFile)],r=[];if(e.doValidCheck||e.skipAuth)for(let s of t)await s.isSupportedInRepo()&&r.push(...await s.validateAllUsedFeeds());let n=r.filter(s=>!s.isValid&&s.feed.adoOrganization),i=n.length;if(e.doValidCheck&&i==0)return null;if(e.skipAuth&&i!=0)return Ri({success:!1,automaticSuccess:!1,error:"invalid token(s)"},!0),console.log(i==1?"\u274C Your token is invalid.":`\u274C ${i} tokens are invalid.`),!1;try{console.log("\u{1F511} Authenticating to package feed...");let s=new Map;for(let u of n.map(c=>c.feed))s.set(u.adoOrganization,u.registry);let o={};for(let[u,c]of s)o[u]=await Jx(u,c,!1,e.azureAuthLocation);for(let u of n){let c=u.feed,f=o[c.adoOrganization];if(!f)return console.log(`\u274C Failed to obtain pat for ${c.registry} via ${u.fileProvider.id}`),!1;c.authToken=f,c.email||(c.email=fa),c.userName||(c.userName=la)}let a=Qx(n,u=>u.fileProvider);for(let[u,c]of a)await u.writeWorkspaceRegistries(c.map(f=>f.feed));return!0}catch(s){return Ri({success:!1,automaticSuccess:!1,error:s.message},!0),console.log("Encountered error while performing auth",s),!1}};Zx()&&oo.default.exit(0);if(!Mu()){let e=`Platform ${(0,hc.platform)()} and architecture ${(0,hc.arch)()} not supported for automatic authentication.`;console.log(e),Ri({success:!1,error:e},!0),oo.default.exit(0)}async function hg(){let e=sO(oo.default.argv);try{let t=await U8(e);if(t===null)Ri({success:!0}),console.log("\u2705 Current authentication is valid");else if(t)Ri({success:!0,automaticSuccess:!0}),console.log("\u2705 Automatic authentication successful"),e.exitCodeOnReAuthenticate!==void 0&&oo.default.exit(e.exitCodeOnReAuthenticate);else return console.log("\u274C Authentication to package feed failed."),!1}catch(t){return console.error(t),console.log("\u274C Authentication to package feed failed."),!1}return!0}hg().then(e=>{e||(oO.default.exitCode=1)});
196
166
  /*! Bundled license information:
197
167
 
198
168
  .store/git-url-parse-npm-16.1.0-52146a559b/package/lib/index.js:
@@ -252,6 +222,9 @@ ${p.join(`
252
222
  .store/run-parallel-npm-1.2.0-3f47ff2034/package/index.js:
253
223
  (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
254
224
 
225
+ .store/js-yaml-npm-4.1.1-86ec786790/package/dist/js-yaml.mjs:
226
+ (*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT *)
227
+
255
228
  .store/yargs-parser-npm-21.1.1-8fdc003314/package/build/lib/string-utils.js:
256
229
  .store/yargs-parser-npm-21.1.1-8fdc003314/package/build/lib/tokenize-arg-string.js:
257
230
  .store/yargs-parser-npm-21.1.1-8fdc003314/package/build/lib/yargs-parser-types.js:
@@ -271,7 +244,4 @@ ${p.join(`
271
244
  * Copyright (c) 2016, Contributors
272
245
  * SPDX-License-Identifier: ISC
273
246
  *)
274
-
275
- .store/js-yaml-npm-4.1.1-86ec786790/package/dist/js-yaml.mjs:
276
- (*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT *)
277
247
  */