@legit-sdk/assistant-ui 0.2.10 → 0.2.12

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 (2) hide show
  1. package/dist/index.js +103 -119
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,139 +1,118 @@
1
1
  // @legit-sdk/assistant-ui bundle (ESM)
2
2
  // Generated by esbuild
3
3
 
4
- var SS=Object.create;var Ws=Object.defineProperty;var ES=Object.getOwnPropertyDescriptor;var FS=Object.getOwnPropertyNames;var kS=Object.getPrototypeOf,RS=Object.prototype.hasOwnProperty;var Dw=i=>{throw TypeError(i)};var TS=(i,e,t)=>e in i?Ws(i,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[e]=t;var c=(i,e)=>Ws(i,"name",{value:e,configurable:!0}),rr=(i=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(i,{get:(e,t)=>(typeof require<"u"?require:e)[t]}):i)(function(i){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+i+'" is not supported')});var OS=(i,e)=>()=>(i&&(e=i(i=0)),e);var Ze=(i,e)=>()=>(e||i((e={exports:{}}).exports,e),e.exports),xS=(i,e)=>{for(var t in e)Ws(i,t,{get:e[t],enumerable:!0})},Nw=(i,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of FS(e))!RS.call(i,n)&&n!==t&&Ws(i,n,{get:()=>e[n],enumerable:!(r=ES(e,n))||r.enumerable});return i};var Li=(i,e,t)=>(t=i!=null?SS(kS(i)):{},Nw(e||!i||!i.__esModule?Ws(t,"default",{value:i,enumerable:!0}):t,i)),kd=i=>Nw(Ws({},"__esModule",{value:!0}),i);var pt=(i,e,t)=>TS(i,typeof e!="symbol"?e+"":e,t),Cw=(i,e,t)=>e.has(i)||Dw("Cannot "+t);var vo=(i,e,t)=>(Cw(i,e,"read from private field"),t?t.call(i):e.get(i)),So=(i,e,t)=>e.has(i)?Dw("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),Eo=(i,e,t,r)=>(Cw(i,e,"write to private field"),r?r.call(i,t):e.set(i,t),t);var ii=Ze(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});Sa.constants=Sa.SEP=void 0;Sa.SEP="/";Sa.constants={O_RDONLY:0,O_WRONLY:1,O_RDWR:2,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:64,O_EXCL:128,O_NOCTTY:256,O_TRUNC:512,O_APPEND:1024,O_DIRECTORY:65536,O_NOATIME:262144,O_NOFOLLOW:131072,O_SYNC:1052672,O_SYMLINK:2097152,O_DIRECT:16384,O_NONBLOCK:2048,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_FS_SYMLINK_DIR:1,UV_FS_SYMLINK_JUNCTION:2,UV_FS_COPYFILE_EXCL:1,UV_FS_COPYFILE_FICLONE:2,UV_FS_COPYFILE_FICLONE_FORCE:4,COPYFILE_EXCL:1,COPYFILE_FICLONE:2,COPYFILE_FICLONE_FORCE:4}});var Id=Ze(Ao=>{"use strict";Object.defineProperty(Ao,"__esModule",{value:!0});Ao.Stats=void 0;var jS=ii(),{S_IFMT:MS,S_IFDIR:$S,S_IFREG:LS,S_IFBLK:US,S_IFCHR:WS,S_IFLNK:qS,S_IFIFO:zS,S_IFSOCK:HS}=jS.constants,Ml=class Ml{static build(e,t=!1){let r=new Ml,{uid:n,gid:o,atime:f,mtime:m,ctime:l}=e,a=t?y=>BigInt(y):y=>y;r.uid=a(n),r.gid=a(o),r.rdev=a(e.rdev),r.blksize=a(4096),r.ino=a(e.ino),r.size=a(e.getSize()),r.blocks=a(1),r.atime=f,r.mtime=m,r.ctime=l,r.birthtime=l,r.atimeMs=a(f.getTime()),r.mtimeMs=a(m.getTime());let g=a(l.getTime());if(r.ctimeMs=g,r.birthtimeMs=g,t){r.atimeNs=BigInt(f.getTime())*BigInt(1e6),r.mtimeNs=BigInt(m.getTime())*BigInt(1e6);let y=BigInt(l.getTime())*BigInt(1e6);r.ctimeNs=y,r.birthtimeNs=y}return r.dev=a(0),r.mode=a(e.mode),r.nlink=a(e.nlink),r}_checkModeProperty(e){return(Number(this.mode)&MS)===e}isDirectory(){return this._checkModeProperty($S)}isFile(){return this._checkModeProperty(LS)}isBlockDevice(){return this._checkModeProperty(US)}isCharacterDevice(){return this._checkModeProperty(WS)}isSymbolicLink(){return this._checkModeProperty(qS)}isFIFO(){return this._checkModeProperty(zS)}isSocket(){return this._checkModeProperty(HS)}};c(Ml,"Stats");var jl=Ml;Ao.Stats=jl;Ao.default=jl});var hb=Ze($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});$l.Buffer=void 0;var GS=rr("node:buffer");Object.defineProperty($l,"Buffer",{enumerable:!0,get:c(function(){return GS.Buffer},"get")})});var Wi=Ze(Ui=>{"use strict";Object.defineProperty(Ui,"__esModule",{value:!0});Ui.bufferFrom=Ui.bufferAllocUnsafe=Ui.Buffer=void 0;var Ll=hb();Object.defineProperty(Ui,"Buffer",{enumerable:!0,get:c(function(){return Ll.Buffer},"get")});function ub(i,...e){return new Ll.Buffer(i,...e)}c(ub,"bufferV0P12Ponyfill");var VS=Ll.Buffer.allocUnsafe||ub;Ui.bufferAllocUnsafe=VS;var KS=Ll.Buffer.from||ub;Ui.bufferFrom=KS});var jd=Ze(Ea=>{"use strict";Object.defineProperty(Ea,"__esModule",{value:!0});Ea.inherits=JS;Ea.promisify=YS;Ea.inspect=Bd;Ea.format=XS;function JS(i,e){if(i==null)throw new TypeError("The constructor to inherit from is not defined");if(e==null)throw new TypeError("The super constructor to inherit from is not defined");i.super_=e,i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}})}c(JS,"inherits");function YS(i){if(typeof i!="function")throw new TypeError('The "original" argument must be of type function');return function(...e){return new Promise((t,r)=>{i.call(this,...e,(n,o)=>{n?r(n):t(o)})})}}c(YS,"promisify");function Bd(i){return i===null?"null":i===void 0?"undefined":typeof i=="string"?`'${i}'`:typeof i=="number"||typeof i=="boolean"?String(i):Array.isArray(i)?`[ ${i.map(t=>Bd(t)).join(", ")} ]`:typeof i=="object"?`{ ${Object.entries(i).map(([t,r])=>`${t}: ${Bd(r)}`).join(", ")} }`:String(i)}c(Bd,"inspect");function XS(i,...e){if(e.length===0)return i;let t=i,r=0;for(t=t.replace(/%[sdj%]/g,n=>{if(r>=e.length)return n;let o=e[r++];switch(n){case"%s":return String(o);case"%d":return Number(o).toString();case"%j":try{return JSON.stringify(o)}catch{return"[Circular]"}case"%%":return"%";default:return n}});r<e.length;)t+=" "+String(e[r++]);return t}c(XS,"format")});var Po=Ze(mr=>{"use strict";Object.defineProperty(mr,"__esModule",{value:!0});mr.AssertionError=mr.RangeError=mr.TypeError=mr.Error=void 0;mr.message=mb;mr.E=qi;var Md=jd(),db=typeof Symbol>"u"?"_kCode":Symbol("code"),pb={};function Ld(i){var e;return e=class extends i{constructor(r,...n){super(mb(r,n)),this.code=r,this[db]=r,this.name=`${super.name} [${this[db]}]`}},c(e,"NodeError"),e}c(Ld,"makeNodeError");var Ul=globalThis,Ud=class Ud extends Ul.Error{constructor(e){if(typeof e!="object"||e===null)throw new mr.TypeError("ERR_INVALID_ARG_TYPE","options","object");e.message?super(e.message):super(`${(0,Md.inspect)(e.actual).slice(0,128)} ${e.operator} ${(0,Md.inspect)(e.expected).slice(0,128)}`),this.generatedMessage=!e.message,this.name="AssertionError [ERR_ASSERTION]",this.code="ERR_ASSERTION",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,mr.Error.captureStackTrace(this,e.stackStartFunction)}};c(Ud,"AssertionError");var $d=Ud;mr.AssertionError=$d;function mb(i,e){if(typeof i!="string")throw new mr.Error("Error message key must be a string");let t=pb[i];if(!t)throw new mr.Error(`An invalid error message key was used: ${i}.`);let r;if(typeof t=="function")r=t;else{if(r=Md.format,e===void 0||e.length===0)return t;e.unshift(t)}return String(r.apply(null,e))}c(mb,"message");function qi(i,e){pb[i]=typeof e=="function"?e:String(e)}c(qi,"E");mr.Error=Ld(Ul.Error);mr.TypeError=Ld(Ul.TypeError);mr.RangeError=Ld(Ul.RangeError);qi("ERR_DIR_CLOSED","Directory handle was closed");qi("ERR_DIR_CONCURRENT_OPERATION","Cannot do synchronous work on directory handle with concurrent asynchronous operations");qi("ERR_INVALID_FILE_URL_HOST",'File URL host must be "localhost" or empty on %s');qi("ERR_INVALID_FILE_URL_PATH","File URL path %s");qi("ERR_INVALID_OPT_VALUE",(i,e)=>`The value "${String(e)}" is invalid for option "${i}"`);qi("ERR_INVALID_OPT_VALUE_ENCODING",i=>`The value "${String(i)}" is invalid for option "encoding"`);qi("ERR_INVALID_ARG_VALUE","Unable to open file as blob")});var Do=Ze(Zn=>{"use strict";Object.defineProperty(Zn,"__esModule",{value:!0});Zn.ENCODING_UTF8=void 0;Zn.assertEncoding=ZS;Zn.strToEncoding=eE;var Wd=Wi(),QS=Po();Zn.ENCODING_UTF8="utf8";function ZS(i){if(i&&!Wd.Buffer.isEncoding(i))throw new QS.TypeError("ERR_INVALID_OPT_VALUE_ENCODING",i)}c(ZS,"assertEncoding");function eE(i,e){return!e||e===Zn.ENCODING_UTF8?i:e==="buffer"?new Wd.Buffer(i):new Wd.Buffer(i).toString(e)}c(eE,"strToEncoding")});var zl=Ze(No=>{"use strict";Object.defineProperty(No,"__esModule",{value:!0});No.Dirent=void 0;var tE=ii(),rE=Do(),{S_IFMT:iE,S_IFDIR:nE,S_IFREG:sE,S_IFBLK:aE,S_IFCHR:oE,S_IFLNK:lE,S_IFIFO:cE,S_IFSOCK:fE}=tE.constants,ql=class ql{constructor(){this.name="",this.path="",this.parentPath="",this.mode=0}static build(e,t){let r=new ql,{mode:n}=e.getNode();return r.name=(0,rE.strToEncoding)(e.getName(),t),r.mode=n,r.path=e.getParentPath(),r.parentPath=r.path,r}_checkModeProperty(e){return(this.mode&iE)===e}isDirectory(){return this._checkModeProperty(nE)}isFile(){return this._checkModeProperty(sE)}isBlockDevice(){return this._checkModeProperty(aE)}isCharacterDevice(){return this._checkModeProperty(oE)}isSymbolicLink(){return this._checkModeProperty(lE)}isFIFO(){return this._checkModeProperty(cE)}isSocket(){return this._checkModeProperty(fE)}};c(ql,"Dirent");var Wl=ql;No.Dirent=Wl;No.default=Wl});var Fa=Ze(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.basename=Vt.isAbsolute=Vt.normalize=Vt.dirname=Vt.relative=Vt.join=Vt.posix=Vt.sep=Vt.resolve=void 0;var Fi=rr("node:path");Object.defineProperty(Vt,"resolve",{enumerable:!0,get:c(function(){return Fi.resolve},"get")});Object.defineProperty(Vt,"sep",{enumerable:!0,get:c(function(){return Fi.sep},"get")});Object.defineProperty(Vt,"posix",{enumerable:!0,get:c(function(){return Fi.posix},"get")});Object.defineProperty(Vt,"join",{enumerable:!0,get:c(function(){return Fi.join},"get")});Object.defineProperty(Vt,"relative",{enumerable:!0,get:c(function(){return Fi.relative},"get")});Object.defineProperty(Vt,"dirname",{enumerable:!0,get:c(function(){return Fi.dirname},"get")});Object.defineProperty(Vt,"normalize",{enumerable:!0,get:c(function(){return Fi.normalize},"get")});Object.defineProperty(Vt,"isAbsolute",{enumerable:!0,get:c(function(){return Fi.isAbsolute},"get")});Object.defineProperty(Vt,"basename",{enumerable:!0,get:c(function(){return Fi.basename},"get")})});var Kl={};xS(Kl,{__addDisposableResource:()=>Lb,__assign:()=>Hl,__asyncDelegator:()=>Db,__asyncGenerator:()=>Pb,__asyncValues:()=>Nb,__await:()=>ka,__awaiter:()=>kb,__classPrivateFieldGet:()=>jb,__classPrivateFieldIn:()=>$b,__classPrivateFieldSet:()=>Mb,__createBinding:()=>Vl,__decorate:()=>wb,__disposeResources:()=>Ub,__esDecorate:()=>_b,__exportStar:()=>Tb,__extends:()=>gb,__generator:()=>Rb,__importDefault:()=>Bb,__importStar:()=>Ib,__makeTemplateObject:()=>Cb,__metadata:()=>Fb,__param:()=>bb,__propKey:()=>Sb,__read:()=>Hd,__rest:()=>yb,__rewriteRelativeImportExtension:()=>Wb,__runInitializers:()=>vb,__setFunctionName:()=>Eb,__spread:()=>Ob,__spreadArray:()=>Ab,__spreadArrays:()=>xb,__values:()=>Gl,default:()=>dE});function gb(i,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");qd(i,e);function t(){this.constructor=i}c(t,"__"),i.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function yb(i,e){var t={};for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&e.indexOf(r)<0&&(t[r]=i[r]);if(i!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,r=Object.getOwnPropertySymbols(i);n<r.length;n++)e.indexOf(r[n])<0&&Object.prototype.propertyIsEnumerable.call(i,r[n])&&(t[r[n]]=i[r[n]]);return t}function wb(i,e,t,r){var n=arguments.length,o=n<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,f;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(i,e,t,r);else for(var m=i.length-1;m>=0;m--)(f=i[m])&&(o=(n<3?f(o):n>3?f(e,t,o):f(e,t))||o);return n>3&&o&&Object.defineProperty(e,t,o),o}function bb(i,e){return function(t,r){e(t,r,i)}}function _b(i,e,t,r,n,o){function f($){if($!==void 0&&typeof $!="function")throw new TypeError("Function expected");return $}c(f,"accept");for(var m=r.kind,l=m==="getter"?"get":m==="setter"?"set":"value",a=!e&&i?r.static?i:i.prototype:null,g=e||(a?Object.getOwnPropertyDescriptor(a,r.name):{}),y,b=!1,S=t.length-1;S>=0;S--){var F={};for(var T in r)F[T]=T==="access"?{}:r[T];for(var T in r.access)F.access[T]=r.access[T];F.addInitializer=function($){if(b)throw new TypeError("Cannot add initializers after decoration has completed");o.push(f($||null))};var P=(0,t[S])(m==="accessor"?{get:g.get,set:g.set}:g[l],F);if(m==="accessor"){if(P===void 0)continue;if(P===null||typeof P!="object")throw new TypeError("Object expected");(y=f(P.get))&&(g.get=y),(y=f(P.set))&&(g.set=y),(y=f(P.init))&&n.unshift(y)}else(y=f(P))&&(m==="field"?n.unshift(y):g[l]=y)}a&&Object.defineProperty(a,r.name,g),b=!0}function vb(i,e,t){for(var r=arguments.length>2,n=0;n<e.length;n++)t=r?e[n].call(i,t):e[n].call(i);return r?t:void 0}function Sb(i){return typeof i=="symbol"?i:"".concat(i)}function Eb(i,e,t){return typeof e=="symbol"&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(i,"name",{configurable:!0,value:t?"".concat(t," ",e):e})}function Fb(i,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(i,e)}function kb(i,e,t,r){function n(o){return o instanceof t?o:new t(function(f){f(o)})}return c(n,"adopt"),new(t||(t=Promise))(function(o,f){function m(g){try{a(r.next(g))}catch(y){f(y)}}c(m,"fulfilled");function l(g){try{a(r.throw(g))}catch(y){f(y)}}c(l,"rejected");function a(g){g.done?o(g.value):n(g.value).then(m,l)}c(a,"step"),a((r=r.apply(i,e||[])).next())})}function Rb(i,e){var t={label:0,sent:c(function(){if(o[0]&1)throw o[1];return o[1]},"sent"),trys:[],ops:[]},r,n,o,f=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return f.next=m(0),f.throw=m(1),f.return=m(2),typeof Symbol=="function"&&(f[Symbol.iterator]=function(){return this}),f;function m(a){return function(g){return l([a,g])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;f&&(f=0,a[0]&&(t=0)),t;)try{if(r=1,n&&(o=a[0]&2?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[a[0]&2,o.value]),a[0]){case 0:case 1:o=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,n=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(o=t.trys,!(o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){t.label=a[1];break}if(a[0]===6&&t.label<o[1]){t.label=o[1],o=a;break}if(o&&t.label<o[2]){t.label=o[2],t.ops.push(a);break}o[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(i,t)}catch(g){a=[6,g],n=0}finally{r=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}function Tb(i,e){for(var t in i)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&Vl(e,i,t)}function Gl(i){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&i[e],r=0;if(t)return t.call(i);if(i&&typeof i.length=="number")return{next:c(function(){return i&&r>=i.length&&(i=void 0),{value:i&&i[r++],done:!i}},"next")};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Hd(i,e){var t=typeof Symbol=="function"&&i[Symbol.iterator];if(!t)return i;var r=t.call(i),n,o=[],f;try{for(;(e===void 0||e-- >0)&&!(n=r.next()).done;)o.push(n.value)}catch(m){f={error:m}}finally{try{n&&!n.done&&(t=r.return)&&t.call(r)}finally{if(f)throw f.error}}return o}function Ob(){for(var i=[],e=0;e<arguments.length;e++)i=i.concat(Hd(arguments[e]));return i}function xb(){for(var i=0,e=0,t=arguments.length;e<t;e++)i+=arguments[e].length;for(var r=Array(i),n=0,e=0;e<t;e++)for(var o=arguments[e],f=0,m=o.length;f<m;f++,n++)r[n]=o[f];return r}function Ab(i,e,t){if(t||arguments.length===2)for(var r=0,n=e.length,o;r<n;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return i.concat(o||Array.prototype.slice.call(e))}function ka(i){return this instanceof ka?(this.v=i,this):new ka(i)}function Pb(i,e,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=t.apply(i,e||[]),n,o=[];return n=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),m("next"),m("throw"),m("return",f),n[Symbol.asyncIterator]=function(){return this},n;function f(S){return function(F){return Promise.resolve(F).then(S,y)}}function m(S,F){r[S]&&(n[S]=function(T){return new Promise(function(P,$){o.push([S,T,P,$])>1||l(S,T)})},F&&(n[S]=F(n[S])))}function l(S,F){try{a(r[S](F))}catch(T){b(o[0][3],T)}}function a(S){S.value instanceof ka?Promise.resolve(S.value.v).then(g,y):b(o[0][2],S)}function g(S){l("next",S)}function y(S){l("throw",S)}function b(S,F){S(F),o.shift(),o.length&&l(o[0][0],o[0][1])}}function Db(i){var e,t;return e={},r("next"),r("throw",function(n){throw n}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(n,o){e[n]=i[n]?function(f){return(t=!t)?{value:ka(i[n](f)),done:!1}:o?o(f):f}:o}}function Nb(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=i[Symbol.asyncIterator],t;return e?e.call(i):(i=typeof Gl=="function"?Gl(i):i[Symbol.iterator](),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(o){t[o]=i[o]&&function(f){return new Promise(function(m,l){f=i[o](f),n(m,l,f.done,f.value)})}}function n(o,f,m,l){Promise.resolve(l).then(function(a){o({value:a,done:m})},f)}}function Cb(i,e){return Object.defineProperty?Object.defineProperty(i,"raw",{value:e}):i.raw=e,i}function Ib(i){if(i&&i.__esModule)return i;var e={};if(i!=null)for(var t=zd(i),r=0;r<t.length;r++)t[r]!=="default"&&Vl(e,i,t[r]);return hE(e,i),e}function Bb(i){return i&&i.__esModule?i:{default:i}}function jb(i,e,t,r){if(t==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?i!==e||!r:!e.has(i))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?r:t==="a"?r.call(i):r?r.value:e.get(i)}function Mb(i,e,t,r,n){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?i!==e||!n:!e.has(i))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?n.call(i,t):n?n.value=t:e.set(i,t),t}function $b(i,e){if(e===null||typeof e!="object"&&typeof e!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof i=="function"?e===i:i.has(e)}function Lb(i,e,t){if(e!=null){if(typeof e!="object"&&typeof e!="function")throw new TypeError("Object expected.");var r,n;if(t){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");r=e[Symbol.asyncDispose]}if(r===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");r=e[Symbol.dispose],t&&(n=r)}if(typeof r!="function")throw new TypeError("Object not disposable.");n&&(r=c(function(){try{n.call(this)}catch(o){return Promise.reject(o)}},"dispose")),i.stack.push({value:e,dispose:r,async:t})}else t&&i.stack.push({async:!0});return e}function Ub(i){function e(o){i.error=i.hasError?new uE(o,i.error,"An error was suppressed during disposal."):o,i.hasError=!0}c(e,"fail");var t,r=0;function n(){for(;t=i.stack.pop();)try{if(!t.async&&r===1)return r=0,i.stack.push(t),Promise.resolve().then(n);if(t.dispose){var o=t.dispose.call(t.value);if(t.async)return r|=2,Promise.resolve(o).then(n,function(f){return e(f),n()})}else r|=1}catch(f){e(f)}if(r===1)return i.hasError?Promise.reject(i.error):Promise.resolve();if(i.hasError)throw i.error}return c(n,"next"),n()}function Wb(i,e){return typeof i=="string"&&/^\.\.?\//.test(i)?i.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(t,r,n,o,f){return r?e?".jsx":".js":n&&(!o||!f)?t:n+o+"."+f.toLowerCase()+"js"}):i}var qd,Hl,Vl,hE,zd,uE,dE,Jl=OS(()=>{qd=c(function(i,e){return qd=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},qd(i,e)},"extendStatics");c(gb,"__extends");Hl=c(function(){return Hl=Object.assign||c(function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},"__assign"),Hl.apply(this,arguments)},"__assign");c(yb,"__rest");c(wb,"__decorate");c(bb,"__param");c(_b,"__esDecorate");c(vb,"__runInitializers");c(Sb,"__propKey");c(Eb,"__setFunctionName");c(Fb,"__metadata");c(kb,"__awaiter");c(Rb,"__generator");Vl=Object.create?function(i,e,t,r){r===void 0&&(r=t);var n=Object.getOwnPropertyDescriptor(e,t);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:c(function(){return e[t]},"get")}),Object.defineProperty(i,r,n)}:function(i,e,t,r){r===void 0&&(r=t),i[r]=e[t]};c(Tb,"__exportStar");c(Gl,"__values");c(Hd,"__read");c(Ob,"__spread");c(xb,"__spreadArrays");c(Ab,"__spreadArray");c(ka,"__await");c(Pb,"__asyncGenerator");c(Db,"__asyncDelegator");c(Nb,"__asyncValues");c(Cb,"__makeTemplateObject");hE=Object.create?function(i,e){Object.defineProperty(i,"default",{enumerable:!0,value:e})}:function(i,e){i.default=e},zd=c(function(i){return zd=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},zd(i)},"ownKeys");c(Ib,"__importStar");c(Bb,"__importDefault");c(jb,"__classPrivateFieldGet");c(Mb,"__classPrivateFieldSet");c($b,"__classPrivateFieldIn");c(Lb,"__addDisposableResource");uE=typeof SuppressedError=="function"?SuppressedError:function(i,e,t){var r=new Error(t);return r.name="SuppressedError",r.error=i,r.suppressed=e,r};c(Ub,"__disposeResources");c(Wb,"__rewriteRelativeImportExtension");dE={__extends:gb,__assign:Hl,__rest:yb,__decorate:wb,__param:bb,__esDecorate:_b,__runInitializers:vb,__propKey:Sb,__setFunctionName:Eb,__metadata:Fb,__awaiter:kb,__generator:Rb,__createBinding:Vl,__exportStar:Tb,__values:Gl,__read:Hd,__spread:Ob,__spreadArrays:xb,__spreadArray:Ab,__await:ka,__asyncGenerator:Pb,__asyncDelegator:Db,__asyncValues:Nb,__makeTemplateObject:Cb,__importStar:Ib,__importDefault:Bb,__classPrivateFieldGet:jb,__classPrivateFieldSet:Mb,__classPrivateFieldIn:$b,__addDisposableResource:Lb,__disposeResources:Ub,__rewriteRelativeImportExtension:Wb}});var zb=Ze(qb=>{"use strict";Object.defineProperty(qb,"__esModule",{value:!0})});var Vd=Ze(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});Yl.flattenJSON=void 0;var Hb=Wi(),Gd=Fa(),pE=Gd.posix?Gd.posix.join:Gd.join,mE=c(i=>{let e={};function t(r,n){for(let o in n){let f=n[o],m=pE(r,o);typeof f=="string"||f instanceof Hb.Buffer?e[m]=f:typeof f=="object"&&f!==null&&!(f instanceof Hb.Buffer)&&Object.keys(f).length>0?t(m,f):e[m]=null}}return c(t,"flatten"),t("",i),e},"flattenJSON");Yl.flattenJSON=mE});var Co=Ze(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});Xl.FanOut=void 0;var Jd=class Jd{constructor(){this.listeners=new Set}emit(e){this.listeners.forEach(t=>t(e))}listen(e){let t=this.listeners;return t.add(e),()=>t.delete(e)}};c(Jd,"FanOut");var Kd=Jd;Xl.FanOut=Kd});var Zl=Ze(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});Ql.createProcess=Gb;var gE=c(()=>{if(typeof process<"u")return process;try{return rr("process")}catch{return}},"maybeReturnProcess");function Gb(){let i=gE()||{};return i.cwd||(i.cwd=()=>"/"),i.emitWarning||(i.emitWarning=(e,t)=>{console.warn(`${t}${t?": ":""}${e}`)}),i.env||(i.env={}),i}c(Gb,"createProcess");Ql.default=Gb()});var Qd=Ze(rc=>{"use strict";Object.defineProperty(rc,"__esModule",{value:!0});rc.Node=void 0;var yE=Co(),Kb=Zl(),zr=Wi(),wE=ii(),{S_IFMT:ki,S_IFDIR:bE,S_IFREG:_E,S_IFLNK:Vb,S_IFCHR:vE}=wE.constants,ec=c(()=>Kb.default.getuid?.()??0,"getuid"),tc=c(()=>Kb.default.getgid?.()??0,"getgid"),Xd=class Xd{constructor(e,t=438){this.changes=new yE.FanOut,this._uid=ec(),this._gid=tc(),this._atime=new Date,this._mtime=new Date,this._ctime=new Date,this.rdev=0,this._nlink=1,this.mode=t,this.ino=e}set ctime(e){this._ctime=e}get ctime(){return this._ctime}set uid(e){this._uid=e,this.ctime=new Date}get uid(){return this._uid}set gid(e){this._gid=e,this.ctime=new Date}get gid(){return this._gid}set atime(e){this._atime=e}get atime(){return this._atime}set mtime(e){this._mtime=e,this.ctime=new Date}get mtime(){return this._mtime}get perm(){return this.mode&~ki}set perm(e){this.mode=this.mode&ki|e&~ki,this.ctime=new Date}set nlink(e){this._nlink=e,this.ctime=new Date}get nlink(){return this._nlink}getString(e="utf8"){return this.atime=new Date,this.getBuffer().toString(e)}setString(e){this.buf=(0,zr.bufferFrom)(e,"utf8"),this.touch()}getBuffer(){return this.atime=new Date,this.buf||(this.buf=(0,zr.bufferAllocUnsafe)(0)),(0,zr.bufferFrom)(this.buf)}setBuffer(e){this.buf=(0,zr.bufferFrom)(e),this.touch()}getSize(){return this.buf?this.buf.length:0}setModeProperty(e){this.mode=e}isFile(){return(this.mode&ki)===_E}isDirectory(){return(this.mode&ki)===bE}isSymlink(){return(this.mode&ki)===Vb}isCharacterDevice(){return(this.mode&ki)===vE}makeSymlink(e){this.mode=Vb|438,this.symlink=e}write(e,t=0,r=e.length,n=0){if(this.buf||(this.buf=(0,zr.bufferAllocUnsafe)(0)),n+r>this.buf.length){let o=(0,zr.bufferAllocUnsafe)(n+r);this.buf.copy(o,0,0,this.buf.length),this.buf=o}return e.copy(this.buf,n,t,t+r),this.touch(),r}read(e,t=0,r=e.byteLength,n=0){if(this.atime=new Date,this.buf||(this.buf=(0,zr.bufferAllocUnsafe)(0)),n>=this.buf.length)return 0;let o=r;o>e.byteLength&&(o=e.byteLength),o+n>this.buf.length&&(o=this.buf.length-n);let f=e instanceof zr.Buffer?e:zr.Buffer.from(e.buffer,e.byteOffset,e.byteLength);return this.buf.copy(f,t,n,n+o),o}truncate(e=0){if(!e)this.buf=(0,zr.bufferAllocUnsafe)(0);else if(this.buf||(this.buf=(0,zr.bufferAllocUnsafe)(0)),e<=this.buf.length)this.buf=this.buf.slice(0,e);else{let t=(0,zr.bufferAllocUnsafe)(e);this.buf.copy(t),t.fill(0,this.buf.length),this.buf=t}this.touch()}chmod(e){this.mode=this.mode&ki|e&~ki,this.touch()}chown(e,t){this.uid=e,this.gid=t,this.touch()}touch(){this.mtime=new Date,this.changes.emit(["modify"])}canRead(e=ec(),t=tc()){return!!(this.perm&4||t===this.gid&&this.perm&32||e===this.uid&&this.perm&256)}canWrite(e=ec(),t=tc()){return!!(this.perm&2||t===this.gid&&this.perm&16||e===this.uid&&this.perm&128)}canExecute(e=ec(),t=tc()){return!!(this.perm&1||t===this.gid&&this.perm&8||e===this.uid&&this.perm&64)}del(){this.changes.emit(["delete"])}toJSON(){return{ino:this.ino,uid:this.uid,gid:this.gid,atime:this.atime.getTime(),mtime:this.mtime.getTime(),ctime:this.ctime.getTime(),perm:this.perm,mode:this.mode,nlink:this.nlink,symlink:this.symlink,data:this.getString()}}};c(Xd,"Node");var Yd=Xd;rc.Node=Yd});var ep=Ze(ic=>{"use strict";Object.defineProperty(ic,"__esModule",{value:!0});ic.Link=void 0;var SE=ii(),EE=Co(),{S_IFREG:FE}=SE.constants,Io=class Io{get steps(){return this._steps}set steps(e){this._steps=e;for(let[t,r]of this.children.entries())t==="."||t===".."||r?.syncSteps()}constructor(e,t,r){this.changes=new EE.FanOut,this.children=new Map,this._steps=[],this.ino=0,this.length=0,this.vol=e,this.parent=t,this.name=r,this.syncSteps()}setNode(e){this.node=e,this.ino=e.ino}getNode(){return this.node}createChild(e,t=this.vol.createNode(FE|438)){let r=new Io(this.vol,this,e);return r.setNode(t),t.isDirectory()&&(r.children.set(".",r),r.getNode().nlink++),this.setChild(e,r),r}setChild(e,t=new Io(this.vol,this,e)){return this.children.set(e,t),t.parent=this,this.length++,t.getNode().isDirectory()&&(t.children.set("..",this),this.getNode().nlink++),this.getNode().mtime=new Date,this.changes.emit(["child:add",t,this]),t}deleteChild(e){e.getNode().isDirectory()&&(e.children.delete(".."),this.getNode().nlink--),this.children.delete(e.getName()),this.length--,this.getNode().mtime=new Date,this.changes.emit(["child:del",e,this])}getChild(e){return this.getNode().atime=new Date,this.children.get(e)}getPath(){return this.steps.join("/")}getParentPath(){return this.steps.slice(0,-1).join("/")}getName(){return this.steps[this.steps.length-1]}toJSON(){return{steps:this.steps,ino:this.ino,children:Array.from(this.children.keys())}}syncSteps(){this.steps=this.parent?this.parent.steps.concat([this.name]):[this.name]}};c(Io,"Link");var Zd=Io;ic.Link=Zd});var ip=Ze(nc=>{"use strict";Object.defineProperty(nc,"__esModule",{value:!0});nc.File=void 0;var kE=ii(),{O_APPEND:RE}=kE.constants,rp=class rp{constructor(e,t,r,n){this.link=e,this.node=t,this.flags=r,this.fd=n,this.position=0,this.flags&RE&&(this.position=this.getSize())}getString(e="utf8"){return this.node.getString()}setString(e){this.node.setString(e)}getBuffer(){return this.node.getBuffer()}setBuffer(e){this.node.setBuffer(e)}getSize(){return this.node.getSize()}truncate(e){this.node.truncate(e)}seekTo(e){this.position=e}write(e,t=0,r=e.length,n){typeof n!="number"&&(n=this.position);let o=this.node.write(e,t,r,n);return this.position=n+o,o}read(e,t=0,r=e.byteLength,n){typeof n!="number"&&(n=this.position);let o=this.node.read(e,t,r,n);return this.position=n+o,o}chmod(e){this.node.chmod(e)}chown(e,t){this.node.chown(e,t)}};c(rp,"File");var tp=rp;nc.File=tp});var Oa=Ze(Ta=>{"use strict";Object.defineProperty(Ta,"__esModule",{value:!0});Ta.FLAGS=Ta.ERRSTR=void 0;var TE=ii();Ta.ERRSTR={PATH_STR:"path must be a string, Buffer, or Uint8Array",FD:"fd must be a file descriptor",MODE_INT:"mode must be an int",CB:"callback must be a function",UID:"uid must be an unsigned int",GID:"gid must be an unsigned int",LEN:"len must be an integer",ATIME:"atime must be an integer",MTIME:"mtime must be an integer",PREFIX:"filename prefix is required",BUFFER:"buffer must be an instance of Buffer or StaticBuffer",OFFSET:"offset must be an integer",LENGTH:"length must be an integer",POSITION:"position must be an integer"};var{O_RDONLY:Jb,O_WRONLY:sc,O_RDWR:Ra,O_CREAT:zi,O_EXCL:ac,O_TRUNC:oc,O_APPEND:lc,O_SYNC:Yb}=TE.constants,Xb;(function(i){i[i.r=Jb]="r",i[i["r+"]=Ra]="r+",i[i.rs=Jb|Yb]="rs",i[i.sr=i.rs]="sr",i[i["rs+"]=Ra|Yb]="rs+",i[i["sr+"]=i["rs+"]]="sr+",i[i.w=sc|zi|oc]="w",i[i.wx=sc|zi|oc|ac]="wx",i[i.xw=i.wx]="xw",i[i["w+"]=Ra|zi|oc]="w+",i[i["wx+"]=Ra|zi|oc|ac]="wx+",i[i["xw+"]=i["wx+"]]="xw+",i[i.a=sc|lc|zi]="a",i[i.ax=sc|lc|zi|ac]="ax",i[i.xa=i.ax]="xa",i[i["a+"]=Ra|lc|zi]="a+",i[i["ax+"]=Ra|lc|zi|ac]="ax+",i[i["xa+"]=i["ax+"]]="xa+"})(Xb||(Ta.FLAGS=Xb={}))});var sp=Ze(np=>{"use strict";Object.defineProperty(np,"__esModule",{value:!0});np.default=typeof queueMicrotask=="function"?queueMicrotask:i=>Promise.resolve().then(()=>i()).catch(()=>{})});var uc=Ze(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.filenameToSteps=ar.resolve=ar.unixify=ar.isWin=void 0;ar.isFd=Zb;ar.validateFd=jE;ar.dataToBuffer=ME;var fc=Fa(),cc=Wi(),Qb=Zl(),OE=Do(),xE=Oa();ar.isWin=Qb.default.platform==="win32";var AE=fc.resolve,PE=fc.posix?fc.posix.sep:fc.sep,DE=c((i,e)=>{let t=i[e];return e>0&&(t==="/"||ar.isWin&&t==="\\")},"isSeparator"),NE=c(i=>{let e=i.length-1;if(e<2)return i;for(;DE(i,e);)e--;return i.substr(0,e+1)},"removeTrailingSeparator"),CE=c((i,e)=>{if(typeof i!="string")throw new TypeError("expected a string");return i=i.replace(/[\\\/]+/g,"/"),e!==!1&&(i=NE(i)),i},"normalizePath"),IE=c((i,e=!0)=>ar.isWin?(i=CE(i,e),i.replace(/^([a-zA-Z]+:|\.\/)/,"")):i,"unixify");ar.unixify=IE;var hc=c((i,e=Qb.default.cwd())=>AE(e,i),"resolve");ar.resolve=hc;if(ar.isWin){let i=hc;ar.resolve=hc=c((e,t)=>(0,ar.unixify)(i(e,t)),"resolve")}var BE=c((i,e)=>{let r=hc(i,e).substring(1);return r?r.split(PE):[]},"filenameToSteps");ar.filenameToSteps=BE;function Zb(i){return i>>>0===i}c(Zb,"isFd");function jE(i){if(!Zb(i))throw TypeError(xE.ERRSTR.FD)}c(jE,"validateFd");function ME(i,e=OE.ENCODING_UTF8){return cc.Buffer.isBuffer(i)?i:i instanceof Uint8Array?(0,cc.bufferFrom)(i):e==="buffer"?(0,cc.bufferFrom)(String(i),"utf8"):(0,cc.bufferFrom)(String(i),e)}c(ME,"dataToBuffer")});var Hi=Ze(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.getWriteSyncArgs=ir.getWriteArgs=ir.bufToUint8=void 0;ir.promisify=LE;ir.validateCallback=e0;ir.modeToNumber=t0;ir.nullCheck=r0;ir.pathToFilename=qE;ir.createError=s1;ir.genRndStr6=a1;ir.flagsToNumber=o1;ir.streamToBuffer=l1;ir.bufferToEncoding=u1;ir.isReadableStream=d1;var Bo=Oa(),ap=Po(),op=Wi(),$E=sp(),dc=uc();function LE(i,e,t=r=>r){return(...r)=>new Promise((n,o)=>{i[e].bind(i)(...r,(f,m)=>f?o(f):n(t(m)))})}c(LE,"promisify");function e0(i){if(typeof i!="function")throw TypeError(Bo.ERRSTR.CB);return i}c(e0,"validateCallback");function UE(i,e){if(typeof i=="number")return i;if(typeof i=="string")return parseInt(i,8);if(e)return t0(e)}c(UE,"_modeToNumber");function t0(i,e){let t=UE(i,e);if(typeof t!="number"||isNaN(t))throw new TypeError(Bo.ERRSTR.MODE_INT);return t}c(t0,"modeToNumber");function r0(i,e){if((""+i).indexOf("\0")!==-1){let t=new Error("Path must be a string without null bytes");if(t.code="ENOENT",typeof e!="function")throw t;return(0,$E.default)(()=>{e(t)}),!1}return!0}c(r0,"nullCheck");function WE(i){if(i.hostname!=="")throw new ap.TypeError("ERR_INVALID_FILE_URL_HOST",process.platform);let e=i.pathname;for(let t=0;t<e.length;t++)if(e[t]==="%"){let r=e.codePointAt(t+2)|32;if(e[t+1]==="2"&&r===102)throw new ap.TypeError("ERR_INVALID_FILE_URL_PATH","must not include encoded / characters")}return decodeURIComponent(e)}c(WE,"getPathFromURLPosix");function qE(i){if(i instanceof Uint8Array&&(i=(0,op.bufferFrom)(i)),typeof i!="string"&&!op.Buffer.isBuffer(i)){try{if(!(i instanceof rr("url").URL))throw new TypeError(Bo.ERRSTR.PATH_STR)}catch{throw new TypeError(Bo.ERRSTR.PATH_STR)}i=WE(i)}let e=String(i);return r0(e),e}c(qE,"pathToFilename");var zE="ENOENT",HE="EBADF",GE="EINVAL",VE="EPERM",KE="EPROTO",JE="EEXIST",YE="ENOTDIR",XE="EMFILE",QE="EACCES",ZE="EISDIR",e1="ENOTEMPTY",t1="ENOSYS",r1="ERR_FS_EISDIR",i1="ERR_OUT_OF_RANGE";function n1(i,e="",t="",r=""){let n="";switch(t&&(n=` '${t}'`),r&&(n+=` -> '${r}'`),i){case zE:return`ENOENT: no such file or directory, ${e}${n}`;case HE:return`EBADF: bad file descriptor, ${e}${n}`;case GE:return`EINVAL: invalid argument, ${e}${n}`;case VE:return`EPERM: operation not permitted, ${e}${n}`;case KE:return`EPROTO: protocol error, ${e}${n}`;case JE:return`EEXIST: file already exists, ${e}${n}`;case YE:return`ENOTDIR: not a directory, ${e}${n}`;case ZE:return`EISDIR: illegal operation on a directory, ${e}${n}`;case QE:return`EACCES: permission denied, ${e}${n}`;case e1:return`ENOTEMPTY: directory not empty, ${e}${n}`;case XE:return`EMFILE: too many open files, ${e}${n}`;case t1:return`ENOSYS: function not implemented, ${e}${n}`;case r1:return`[ERR_FS_EISDIR]: Path is a directory: ${e} returned EISDIR (is a directory) ${t}`;case i1:return`[ERR_OUT_OF_RANGE]: value out of range, ${e}${n}`;default:return`${i}: error occurred, ${e}${n}`}}c(n1,"formatError");function s1(i,e="",t="",r="",n=Error){let o=new n(n1(i,e,t,r));return o.code=i,t&&(o.path=t),o}c(s1,"createError");function a1(){return Math.random().toString(36).slice(2,8).padEnd(6,"0")}c(a1,"genRndStr6");function o1(i){if(typeof i=="number")return i;if(typeof i=="string"){let e=Bo.FLAGS[i];if(typeof e<"u")return e}throw new ap.TypeError("ERR_INVALID_OPT_VALUE","flags",i)}c(o1,"flagsToNumber");function l1(i){let e=[];return new Promise((t,r)=>{i.on("data",n=>e.push(n)),i.on("end",()=>t(op.Buffer.concat(e))),i.on("error",r)})}c(l1,"streamToBuffer");var c1=c(i=>new Uint8Array(i.buffer,i.byteOffset,i.byteLength),"bufToUint8");ir.bufToUint8=c1;var f1=c((i,e,t,r,n,o)=>{(0,dc.validateFd)(i);let f=0,m,l=null,a,g,y=typeof e,b=typeof t,S=typeof r,F=typeof n;y!=="string"?b==="function"?g=t:S==="function"?(f=t|0,g=r):F==="function"?(f=t|0,m=r,g=n):(f=t|0,m=r,l=n,g=o):b==="function"?g=t:S==="function"?(l=t,g=r):F==="function"&&(l=t,a=r,g=n);let T=(0,dc.dataToBuffer)(e,a);y!=="string"?typeof m>"u"&&(m=T.length):(f=0,m=T.length);let P=e0(g);return[i,y==="string",T,f,m,l,P]},"getWriteArgs");ir.getWriteArgs=f1;var h1=c((i,e,t,r,n)=>{(0,dc.validateFd)(i);let o,f,m,l,a=typeof e!="string";a?(f=(t||0)|0,m=r,l=n):(l=t,o=r);let g=(0,dc.dataToBuffer)(e,o);return a?typeof m>"u"&&(m=g.length):(f=0,m=g.length),[i,g,f||0,m,l]},"getWriteSyncArgs");ir.getWriteSyncArgs=h1;function u1(i,e){return!e||e==="buffer"?i:i.toString(e)}c(u1,"bufferToEncoding");function d1(i){return i!==null&&typeof i=="object"&&typeof i.pipe=="function"&&typeof i.on=="function"&&i.readable===!0}c(d1,"isReadableStream")});var l0=Ze(gc=>{"use strict";Object.defineProperty(gc,"__esModule",{value:!0});gc.Superblock=void 0;var or=Fa(),p1=Qd(),i0=ep(),m1=ip(),g1=Wi(),n0=Zl(),hi=ii(),s0=Oa(),wt=Hi(),ni=uc(),y1=Vd(),xa=or.posix?or.posix.sep:or.sep,a0=or.posix?or.posix.relative:or.relative,w1=or.posix?or.posix.join:or.join,{O_RDONLY:lp,O_WRONLY:pc,O_RDWR:cp,O_CREAT:o0,O_EXCL:b1,O_TRUNC:_1,O_APPEND:v1,O_DIRECTORY:S1}=hi.constants,Aa=class Aa{static fromJSON(e,t){let r=new Aa;return r.fromJSON(e,t),r}static fromNestedJSON(e,t){let r=new Aa;return r.fromNestedJSON(e,t),r}constructor(e={}){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.maxFiles=1e4,this.openFiles=0,this.open=(r,n,o,f=!0)=>{let m=this.openFile(r,n,o,f);if(!m)throw(0,wt.createError)("ENOENT","open",r);return m.fd},this.writeFile=(r,n,o,f)=>{let m=typeof r=="number",l;m?l=r:l=this.open((0,wt.pathToFilename)(r),o,f);let a=0,g=n.length,y=o&v1?void 0:0;try{for(;g>0;){let b=this.write(l,n,a,g,y);a+=b,g-=b,y!==void 0&&(y+=b)}}finally{m||this.close(l)}},this.read=(r,n,o,f,m)=>{if(n.byteLength<f)throw(0,wt.createError)("ERR_OUT_OF_RANGE","read",void 0,void 0,RangeError);let l=this.getFileByFdOrThrow(r);if(l.node.isSymlink())throw(0,wt.createError)("EPERM","read",l.link.getPath());return l.read(n,Number(o),Number(f),m===-1||typeof m!="number"?void 0:m)},this.readv=(r,n,o)=>{let f=this.getFileByFdOrThrow(r),m=o??void 0;m===-1&&(m=void 0);let l=0;for(let a of n){let g=f.read(a,0,a.byteLength,m);if(m=void 0,l+=g,g<a.byteLength)break}return l},this.link=(r,n)=>{let o;try{o=this.getLinkOrThrow(r,"link")}catch(g){throw g.code&&(g=(0,wt.createError)(g.code,"link",r,n)),g}let f=(0,or.dirname)(n),m;try{m=this.getLinkOrThrow(f,"link")}catch(g){throw g.code&&(g=(0,wt.createError)(g.code,"link",r,n)),g}let l=(0,or.basename)(n);if(m.getChild(l))throw(0,wt.createError)("EEXIST","link",r,n);let a=o.getNode();a.nlink++,m.createChild(l,a)},this.unlink=r=>{let n=this.getLinkOrThrow(r,"unlink");if(n.length)throw Error("Dir not empty...");this.deleteLink(n);let o=n.getNode();o.nlink--,o.nlink<=0&&this.deleteNode(o)},this.symlink=(r,n)=>{let o=(0,ni.filenameToSteps)(n),f;try{f=this.getLinkParentAsDirOrThrow(o)}catch(g){throw g.code&&(g=(0,wt.createError)(g.code,"symlink",r,n)),g}let m=o[o.length-1];if(f.getChild(m))throw(0,wt.createError)("EEXIST","symlink",r,n);let l=f.getNode();if(!l.canExecute()||!l.canWrite())throw(0,wt.createError)("EACCES","symlink",r,n);let a=f.createChild(m);return a.getNode().makeSymlink(r),a},this.rename=(r,n)=>{let o;try{o=this.getResolvedLinkOrThrow(r)}catch(y){throw y.code&&(y=(0,wt.createError)(y.code,"rename",r,n)),y}let f;try{f=this.getLinkParentAsDirOrThrow(n)}catch(y){throw y.code&&(y=(0,wt.createError)(y.code,"rename",r,n)),y}let m=o.parent;if(!m)throw(0,wt.createError)("EINVAL","rename",r,n);let l=m.getNode(),a=f.getNode();if(!l.canExecute()||!l.canWrite()||!a.canExecute()||!a.canWrite())throw(0,wt.createError)("EACCES","rename",r,n);m.deleteChild(o);let g=(0,or.basename)(n);o.name=g,o.steps=[...f.steps,g],f.setChild(o.getName(),o)},this.mkdir=(r,n)=>{let o=(0,ni.filenameToSteps)(r);if(!o.length)throw(0,wt.createError)("EEXIST","mkdir",r);let f=this.getLinkParentAsDirOrThrow(r,"mkdir"),m=o[o.length-1];if(f.getChild(m))throw(0,wt.createError)("EEXIST","mkdir",r);let l=f.getNode();if(!l.canWrite()||!l.canExecute())throw(0,wt.createError)("EACCES","mkdir",r);f.createChild(m,this.createNode(hi.constants.S_IFDIR|n))},this.mkdirp=(r,n)=>{let o=!1,f=(0,ni.filenameToSteps)(r),m=null,l=f.length;for(l=f.length;l>=0&&(m=this.getResolvedLink(f.slice(0,l)),!m);l--);for(m||(m=this.root,l=0),m=this.getResolvedLinkOrThrow(or.sep+f.slice(0,l).join(or.sep),"mkdir"),l;l<f.length;l++){let a=m.getNode();if(a.isDirectory()){if(!a.canExecute()||!a.canWrite())throw(0,wt.createError)("EACCES","mkdir",r)}else throw(0,wt.createError)("ENOTDIR","mkdir",r);o=!0,m=m.createChild(f[l],this.createNode(hi.constants.S_IFDIR|n))}return o?r:void 0},this.rmdir=(r,n=!1)=>{let o=this.getLinkAsDirOrThrow(r,"rmdir");if(o.length&&!n)throw(0,wt.createError)("ENOTEMPTY","rmdir",r);this.deleteLink(o)},this.rm=(r,n=!1,o=!1)=>{let f;try{f=this.getResolvedLinkOrThrow(r,"stat")}catch(m){if(m.code==="ENOENT"&&n)return;throw m}if(f.getNode().isDirectory()&&!o)throw(0,wt.createError)("ERR_FS_EISDIR","rm",r);if(!f.parent?.getNode().canWrite())throw(0,wt.createError)("EACCES","rm",r);this.deleteLink(f)},this.close=r=>{(0,ni.validateFd)(r);let n=this.getFileByFdOrThrow(r,"close");this.closeFile(n)};let t=this.createLink();t.setNode(this.createNode(hi.constants.S_IFDIR|511)),t.setChild(".",t),t.getNode().nlink++,t.setChild("..",t),t.getNode().nlink++,this.root=t}createLink(e,t,r=!1,n){if(!e)return new i0.Link(this,void 0,"");if(!t)throw new Error("createLink: name cannot be empty");let o=n??(r?511:438),m=n&&n&hi.constants.S_IFMT?n&hi.constants.S_IFMT:r?hi.constants.S_IFDIR:hi.constants.S_IFREG,l=o&~hi.constants.S_IFMT|m;return e.createChild(t,this.createNode(l))}deleteLink(e){let t=e.parent;return t?(t.deleteChild(e),!0):!1}newInoNumber(){let e=this.releasedInos.pop();return e||(this.ino=(this.ino+1)%4294967295,this.ino)}newFdNumber(){let e=this.releasedFds.pop();return typeof e=="number"?e:Aa.fd--}createNode(e){let t=new p1.Node(this.newInoNumber(),e);return this.inodes[t.ino]=t,t}deleteNode(e){e.del(),delete this.inodes[e.ino],this.releasedInos.push(e.ino)}walk(e,t=!1,r=!1,n=!1,o){let f,m;e instanceof i0.Link?(f=e.steps,m=xa+f.join(xa)):typeof e=="string"?(f=(0,ni.filenameToSteps)(e),m=e):(f=e,m=xa+f.join(xa));let l=this.root,a=0;for(;a<f.length;){let g=l.getNode();if(g.isDirectory()){if(n&&!g.canExecute())throw(0,wt.createError)("EACCES",o,m)}else if(a<f.length-1)throw(0,wt.createError)("ENOTDIR",o,m);if(l=l.getChild(f[a])??null,!l){if(r)throw(0,wt.createError)("ENOENT",o,m);return null}if(g=l?.getNode(),g.isSymlink()&&(t||a<f.length-1)){let y=(0,or.isAbsolute)(g.symlink)?g.symlink:w1((0,or.dirname)(l.getPath()),g.symlink);f=(0,ni.filenameToSteps)(y).concat(f.slice(a+1)),l=this.root,a=0;continue}if(r&&!g.isDirectory()&&a<f.length-1){let y=n0.default.platform==="win32"?"ENOENT":"ENOTDIR";throw(0,wt.createError)(y,o,m)}a++}return l}getLink(e){return this.walk(e,!1,!1,!1)}getLinkOrThrow(e,t){return this.walk(e,!1,!0,!0,t)}getResolvedLink(e){return this.walk(e,!0,!1,!1)}getResolvedLinkOrThrow(e,t){return this.walk(e,!0,!0,!0,t)}resolveSymlinks(e){return this.getResolvedLink(e.steps.slice(1))}getLinkAsDirOrThrow(e,t){let r=this.getLinkOrThrow(e,t);if(!r.getNode().isDirectory())throw(0,wt.createError)("ENOTDIR",t,e);return r}getLinkParent(e){return this.getLink(e.slice(0,-1))}getLinkParentAsDirOrThrow(e,t){let r=(e instanceof Array?e:(0,ni.filenameToSteps)(e)).slice(0,-1),n=xa+r.join(xa),o=this.getLinkOrThrow(n,t);if(!o.getNode().isDirectory())throw(0,wt.createError)("ENOTDIR",t,n);return o}getFileByFd(e){return this.fds[String(e)]}getFileByFdOrThrow(e,t){if(!(0,ni.isFd)(e))throw TypeError(s0.ERRSTR.FD);let r=this.getFileByFd(e);if(!r)throw(0,wt.createError)("EBADF",t);return r}_toJSON(e=this.root,t={},r,n){let o=!0,f=e.children;e.getNode().isFile()&&(f=new Map([[e.getName(),e.parent.getChild(e.getName())]]),e=e.parent);for(let l of f.keys()){if(l==="."||l==="..")continue;o=!1;let a=e.getChild(l);if(!a)throw new Error("_toJSON: unexpected undefined");let g=a.getNode();if(g.isFile()){let y=a.getPath();r&&(y=a0(r,y)),t[y]=n?g.getBuffer():g.getString()}else g.isDirectory()&&this._toJSON(a,t,r,n)}let m=e.getPath();return r&&(m=a0(r,m)),m&&o&&(t[m]=null),t}toJSON(e,t={},r=!1,n=!1){let o=[];if(e){Array.isArray(e)||(e=[e]);for(let f of e){let m=(0,wt.pathToFilename)(f),l=this.getResolvedLink(m);l&&o.push(l)}}else o.push(this.root);if(!o.length)return t;for(let f of o)this._toJSON(f,t,r?f.getPath():"",n);return t}fromJSON(e,t=n0.default.cwd()){for(let r in e){let n=e[r];if(r=(0,ni.resolve)(r,t),typeof n=="string"||n instanceof g1.Buffer){let o=(0,or.dirname)(r);this.mkdirp(o,511);let f=(0,ni.dataToBuffer)(n);this.writeFile(r,f,s0.FLAGS.w,438)}else this.mkdirp(r,511)}}fromNestedJSON(e,t){this.fromJSON((0,y1.flattenJSON)(e),t)}reset(){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.openFiles=0,this.root=this.createLink(),this.root.setNode(this.createNode(hi.constants.S_IFDIR|511))}mountSync(e,t){this.fromJSON(t,e)}openLink(e,t,r=!0){if(this.openFiles>=this.maxFiles)throw(0,wt.createError)("EMFILE","open",e.getPath());let n=e;r&&(n=this.getResolvedLinkOrThrow(e.getPath(),"open"));let o=n.getNode();if(o.isDirectory()){if((t&(lp|cp|pc))!==lp)throw(0,wt.createError)("EISDIR","open",e.getPath())}else if(t&S1)throw(0,wt.createError)("ENOTDIR","open",e.getPath());if((t&(lp|cp|pc))!==pc&&!o.canRead()||t&(pc|cp)&&!o.canWrite())throw(0,wt.createError)("EACCES","open",e.getPath());let f=new m1.File(e,o,t,this.newFdNumber());return this.fds[f.fd]=f,this.openFiles++,t&_1&&f.truncate(),f}openFile(e,t,r,n=!0){let o=(0,ni.filenameToSteps)(e),f;try{if(f=n?this.getResolvedLinkOrThrow(e,"open"):this.getLinkOrThrow(e,"open"),f&&t&o0&&t&b1)throw(0,wt.createError)("EEXIST","open",e)}catch(m){if(m.code==="ENOENT"&&t&o0){let l=(0,or.dirname)(e),a=this.getResolvedLinkOrThrow(l),g=a.getNode();if(!g.isDirectory())throw(0,wt.createError)("ENOTDIR","open",e);if(!g.canExecute()||!g.canWrite())throw(0,wt.createError)("EACCES","open",e);r??(r=438),f=this.createLink(a,o[o.length-1],!1,r)}else throw m}if(f)return this.openLink(f,t,n);throw(0,wt.createError)("ENOENT","open",e)}closeFile(e){this.fds[e.fd]&&(this.openFiles--,delete this.fds[e.fd],this.releasedFds.push(e.fd))}write(e,t,r,n,o){let f=this.getFileByFdOrThrow(e,"write");if(f.node.isSymlink())throw(0,wt.createError)("EBADF","write",f.link.getPath());return f.write(t,r,n,o===-1||typeof o!="number"?void 0:o)}};c(Aa,"Superblock");var mc=Aa;gc.Superblock=mc;mc.fd=2147483647});var f0=Ze(Hr=>{"use strict";Object.defineProperty(Hr,"__esModule",{value:!0});Hr.Superblock=Hr.File=Hr.Link=Hr.Node=void 0;var c0=(Jl(),kd(Kl));c0.__exportStar(zb(),Hr);c0.__exportStar(Vd(),Hr);var E1=Qd();Object.defineProperty(Hr,"Node",{enumerable:!0,get:c(function(){return E1.Node},"get")});var F1=ep();Object.defineProperty(Hr,"Link",{enumerable:!0,get:c(function(){return F1.Link},"get")});var k1=ip();Object.defineProperty(Hr,"File",{enumerable:!0,get:c(function(){return k1.File},"get")});var R1=l0();Object.defineProperty(Hr,"Superblock",{enumerable:!0,get:c(function(){return R1.Superblock},"get")})});var h0=Ze(jo=>{"use strict";Object.defineProperty(jo,"__esModule",{value:!0});jo.StatFs=void 0;var wc=class wc{static build(e,t=!1){let r=new wc,n=t?g=>BigInt(g):g=>g;r.type=n(2240043254),r.bsize=n(4096);let o=Object.keys(e.inodes).length,f=1e6,m=Math.min(o*2,f),l=f-m;r.blocks=n(f),r.bfree=n(l),r.bavail=n(l);let a=1e6;return r.files=n(a),r.ffree=n(a-o),r}};c(wc,"StatFs");var yc=wc;jo.StatFs=yc;jo.default=yc});var u0=Ze(fp=>{"use strict";Object.defineProperty(fp,"__esModule",{value:!0});function T1(i,e,t){let r=setTimeout.apply(globalThis,arguments);return r&&typeof r=="object"&&typeof r.unref=="function"&&r.unref(),r}c(T1,"setTimeoutUnref");fp.default=T1});var p0=Ze(Pa=>{"use strict";Object.defineProperty(Pa,"__esModule",{value:!0});Pa.Writable=Pa.Readable=void 0;var d0=rr("node:stream");Object.defineProperty(Pa,"Readable",{enumerable:!0,get:c(function(){return d0.Readable},"get")});Object.defineProperty(Pa,"Writable",{enumerable:!0,get:c(function(){return d0.Writable},"get")})});var hp=Ze(bc=>{"use strict";Object.defineProperty(bc,"__esModule",{value:!0});bc.EventEmitter=void 0;var O1=rr("node:events");Object.defineProperty(bc,"EventEmitter",{enumerable:!0,get:c(function(){return O1.EventEmitter},"get")})});var m0=Ze(_c=>{"use strict";Object.defineProperty(_c,"__esModule",{value:!0});_c.FileHandle=void 0;var gr=Hi(),x1=hp(),dp=class dp extends x1.EventEmitter{constructor(e,t){super(),this.refs=1,this.closePromise=null,this.position=0,this.readableWebStreamLocked=!1,this.fs=e,this.fd=t}getAsyncId(){return this.fd}appendFile(e,t){return(0,gr.promisify)(this.fs,"appendFile")(this.fd,e,t)}chmod(e){return(0,gr.promisify)(this.fs,"fchmod")(this.fd,e)}chown(e,t){return(0,gr.promisify)(this.fs,"fchown")(this.fd,e,t)}close(){if(this.fd===-1)return Promise.resolve();if(this.closePromise)return this.closePromise;if(this.refs--,this.refs===0){let e=this.fd;this.fd=-1,this.closePromise=(0,gr.promisify)(this.fs,"close")(e).finally(()=>{this.closePromise=null})}else this.closePromise=new Promise((e,t)=>{this.closeResolve=e,this.closeReject=t}).finally(()=>{this.closePromise=null,this.closeReject=void 0,this.closeResolve=void 0});return this.emit("close"),this.closePromise}datasync(){return(0,gr.promisify)(this.fs,"fdatasync")(this.fd)}createReadStream(e){return this.fs.createReadStream("",{...e,fd:this})}createWriteStream(e){return this.fs.createWriteStream("",{...e,fd:this})}readableWebStream(e={}){let{type:t="bytes",autoClose:r=!1}=e,n=0;if(this.fd===-1)throw new Error("The FileHandle is closed");if(this.closePromise)throw new Error("The FileHandle is closing");if(this.readableWebStreamLocked)throw new Error("An error will be thrown if this method is called more than once or is called after the FileHandle is closed or closing.");this.readableWebStreamLocked=!0,this.ref();let o=c(()=>{this.readableWebStreamLocked=!1,this.unref(),r&&this.close().catch(()=>{})},"unlockAndCleanup");return new ReadableStream({type:t==="bytes"?"bytes":void 0,autoAllocateChunkSize:16384,pull:c(async f=>{try{let m=f.byobRequest?.view;if(!m){let a=new Uint8Array(16384),g=await this.read(a,0,a.length,n);if(g.bytesRead===0){f.close(),o();return}n+=g.bytesRead,f.enqueue(a.slice(0,g.bytesRead));return}let l=await this.read(m,m.byteOffset,m.byteLength,n);if(l.bytesRead===0){f.close(),o();return}n+=l.bytesRead,f.byobRequest.respond(l.bytesRead)}catch(m){f.error(m),o()}},"pull"),cancel:c(async()=>{o()},"cancel")})}async read(e,t,r,n){let o=n??this.position,f=await(0,gr.promisify)(this.fs,"read",m=>({bytesRead:m,buffer:e}))(this.fd,e,t,r,o);return n==null&&(this.position+=f.bytesRead),f}readv(e,t){return(0,gr.promisify)(this.fs,"readv",r=>({bytesRead:r,buffers:e}))(this.fd,e,t)}readFile(e){return(0,gr.promisify)(this.fs,"readFile")(this.fd,e)}stat(e){return(0,gr.promisify)(this.fs,"fstat")(this.fd,e)}sync(){return(0,gr.promisify)(this.fs,"fsync")(this.fd)}truncate(e){return(0,gr.promisify)(this.fs,"ftruncate")(this.fd,e)}utimes(e,t){return(0,gr.promisify)(this.fs,"futimes")(this.fd,e,t)}async write(e,t,r,n){let o=typeof n!="number",f=o?this.position:n,m=await(0,gr.promisify)(this.fs,"write",l=>({bytesWritten:l,buffer:e}))(this.fd,e,t,r,f);return o&&(this.position+=m.bytesWritten),m}writev(e,t){return(0,gr.promisify)(this.fs,"writev",r=>({bytesWritten:r,buffers:e}))(this.fd,e,t)}writeFile(e,t){return(0,gr.promisify)(this.fs,"writeFile")(this.fd,e,t)}async[Symbol.asyncDispose](){await this.close()}ref(){this.refs++}unref(){this.refs--,this.refs===0&&(this.fd=-1,this.closeResolve&&(0,gr.promisify)(this.fs,"close")(this.fd).then(this.closeResolve,this.closeReject))}};c(dp,"FileHandle");var up=dp;_c.FileHandle=up});var g0=Ze(vc=>{"use strict";Object.defineProperty(vc,"__esModule",{value:!0});vc.FsPromises=void 0;var Rt=Hi(),A1=ii(),gp=class gp{constructor(e,t,r={}){if(this.fs=e,this.path=t,this.options=r,this.eventQueue=[],this.resolveQueue=[],this.finished=!1,this.maxQueue=r.maxQueue||2048,this.overflow=r.overflow||"ignore",this.startWatching(),r.signal){if(r.signal.aborted){this.finish();return}r.signal.addEventListener("abort",()=>{this.finish()})}}startWatching(){try{this.watcher=this.fs.watch(this.path,this.options,(e,t)=>{this.enqueueEvent({eventType:e,filename:t})})}catch(e){throw this.finish(),e}}enqueueEvent(e){if(!this.finished){if(this.eventQueue.length>=this.maxQueue)if(this.overflow==="throw"){let t=new Error(`Watch queue overflow: more than ${this.maxQueue} events queued`);this.finish(t);return}else this.eventQueue.shift(),console.warn(`Watch queue overflow: dropping event due to exceeding maxQueue of ${this.maxQueue}`);if(this.eventQueue.push(e),this.resolveQueue.length>0){let{resolve:t}=this.resolveQueue.shift(),r=this.eventQueue.shift();t({value:r,done:!1})}}}finish(e){if(!this.finished)for(this.finished=!0,this.watcher&&(this.watcher.close(),this.watcher=null);this.resolveQueue.length>0;){let{resolve:t,reject:r}=this.resolveQueue.shift();e?r(e):t({value:void 0,done:!0})}}async next(){return this.finished?{value:void 0,done:!0}:this.eventQueue.length>0?{value:this.eventQueue.shift(),done:!1}:new Promise((e,t)=>{this.resolveQueue.push({resolve:e,reject:t})})}async return(){return this.finish(),{value:void 0,done:!0}}async throw(e){throw this.finish(e),e}[Symbol.asyncIterator](){return this}};c(gp,"FSWatchAsyncIterator");var pp=gp,yp=class yp{constructor(e,t){this.fs=e,this.FileHandle=t,this.constants=A1.constants,this.cp=(0,Rt.promisify)(this.fs,"cp"),this.opendir=(0,Rt.promisify)(this.fs,"opendir"),this.statfs=(0,Rt.promisify)(this.fs,"statfs"),this.lutimes=(0,Rt.promisify)(this.fs,"lutimes"),this.glob=(0,Rt.promisify)(this.fs,"glob"),this.access=(0,Rt.promisify)(this.fs,"access"),this.chmod=(0,Rt.promisify)(this.fs,"chmod"),this.chown=(0,Rt.promisify)(this.fs,"chown"),this.copyFile=(0,Rt.promisify)(this.fs,"copyFile"),this.lchmod=(0,Rt.promisify)(this.fs,"lchmod"),this.lchown=(0,Rt.promisify)(this.fs,"lchown"),this.link=(0,Rt.promisify)(this.fs,"link"),this.lstat=(0,Rt.promisify)(this.fs,"lstat"),this.mkdir=(0,Rt.promisify)(this.fs,"mkdir"),this.mkdtemp=(0,Rt.promisify)(this.fs,"mkdtemp"),this.readdir=(0,Rt.promisify)(this.fs,"readdir"),this.readlink=(0,Rt.promisify)(this.fs,"readlink"),this.realpath=(0,Rt.promisify)(this.fs,"realpath"),this.rename=(0,Rt.promisify)(this.fs,"rename"),this.rmdir=(0,Rt.promisify)(this.fs,"rmdir"),this.rm=(0,Rt.promisify)(this.fs,"rm"),this.stat=(0,Rt.promisify)(this.fs,"stat"),this.symlink=(0,Rt.promisify)(this.fs,"symlink"),this.truncate=(0,Rt.promisify)(this.fs,"truncate"),this.unlink=(0,Rt.promisify)(this.fs,"unlink"),this.utimes=(0,Rt.promisify)(this.fs,"utimes"),this.readFile=(r,n)=>(0,Rt.promisify)(this.fs,"readFile")(r instanceof this.FileHandle?r.fd:r,n),this.appendFile=(r,n,o)=>(0,Rt.promisify)(this.fs,"appendFile")(r instanceof this.FileHandle?r.fd:r,n,o),this.open=(r,n="r",o)=>(0,Rt.promisify)(this.fs,"open",f=>new this.FileHandle(this.fs,f))(r,n,o),this.writeFile=(r,n,o)=>((0,Rt.isReadableStream)(n)?(0,Rt.streamToBuffer)(n):Promise.resolve(n)).then(m=>(0,Rt.promisify)(this.fs,"writeFile")(r instanceof this.FileHandle?r.fd:r,m,o)),this.watch=(r,n)=>{let o=typeof n=="string"?{encoding:n}:n||{};return new pp(this.fs,r,o)}}};c(yp,"FsPromises");var mp=yp;vc.FsPromises=mp});var y0=Ze(Sc=>{"use strict";Object.defineProperty(Sc,"__esModule",{value:!0});Sc.printTree=void 0;var P1=c((i="",e)=>{let t="",r=e.length-1;for(;r>=0&&!e[r];r--);for(let n=0;n<=r;n++){let o=e[n];if(!o)continue;let f=n===r,m=o(i+(f?" ":"\u2502")+" "),l=m?f?"\u2514\u2500":"\u251C\u2500":"\u2502";t+=`
5
- `+i+l+(m?" "+m:"")}return t},"printTree");Sc.printTree=P1});var w0=Ze(Ec=>{"use strict";Object.defineProperty(Ec,"__esModule",{value:!0});Ec.printBinary=void 0;var D1=c((i="",e)=>{let t=e[0],r=e[1],n="";return t&&(n+=`
6
- `+i+"\u2190 "+t(i+" ")),r&&(n+=`
7
- `+i+"\u2192 "+r(i+" ")),n},"printBinary");Ec.printBinary=D1});var b0=Ze(Fc=>{"use strict";Object.defineProperty(Fc,"__esModule",{value:!0});Fc.printJson=void 0;var N1=c((i="",e,t=2)=>(JSON.stringify(e,null,t)||"nil").split(`
4
+ var RI=Object.create;var hs=Object.defineProperty;var AI=Object.getOwnPropertyDescriptor;var PI=Object.getOwnPropertyNames;var NI=Object.getPrototypeOf,DI=Object.prototype.hasOwnProperty;var O_=t=>{throw TypeError(t)};var CI=(t,e,r)=>e in t?hs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r;var u=(t,e)=>hs(t,"name",{value:e,configurable:!0}),ne=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var II=(t,e)=>()=>(t&&(e=t(t=0)),e);var x=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),$I=(t,e)=>{for(var r in e)hs(t,r,{get:e[r],enumerable:!0})},R_=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of PI(e))!DI.call(t,n)&&n!==r&&hs(t,n,{get:()=>e[n],enumerable:!(i=AI(e,n))||i.enumerable});return t};var de=(t,e,r)=>(r=t!=null?RI(NI(t)):{},R_(e||!t||!t.__esModule?hs(r,"default",{value:t,enumerable:!0}):r,t)),Yp=t=>R_(hs({},"__esModule",{value:!0}),t);var W=(t,e,r)=>CI(t,typeof e!="symbol"?e+"":e,r),A_=(t,e,r)=>e.has(t)||O_("Cannot "+r);var Zo=(t,e,r)=>(A_(t,e,"read from private field"),r?r.call(t):e.get(t)),Ko=(t,e,r)=>e.has(t)?O_("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),Jo=(t,e,r,i)=>(A_(t,e,"write to private field"),i?i.call(t,r):e.set(t,r),r);var uf=x((ZY,ff)=>{function cv(t){return Array.isArray(t)?t:[t]}u(cv,"makeArray");var WI=void 0,lm="",ov=" ",om="\\",HI=/^\s+$/,VI=/(?:[^\\]|^)\\$/,GI=/^\\!/,ZI=/^\\#/,KI=/\r?\n/g,JI=/^\.{0,2}\/|^\.{1,2}$/,YI=/\/$/,Vs="/",fv="node-ignore";typeof Symbol<"u"&&(fv=Symbol.for("node-ignore"));var uv=fv,Gs=u((t,e,r)=>(Object.defineProperty(t,e,{value:r}),r),"define"),XI=/([0-z])-([0-z])/g,hv=u(()=>!1,"RETURN_FALSE"),QI=u(t=>t.replace(XI,(e,r,i)=>r.charCodeAt(0)<=i.charCodeAt(0)?e:lm),"sanitizeRange"),e2=u(t=>{let{length:e}=t;return t.slice(0,e-e%2)},"cleanRangeBackSlash"),t2=[[/^\uFEFF/,()=>lm],[/((?:\\\\)*?)(\\?\s+)$/,(t,e,r)=>e+(r.indexOf("\\")===0?ov:lm)],[/(\\+?)\s/g,(t,e)=>{let{length:r}=e;return e.slice(0,r-r%2)+ov}],[/[\\$.|*+(){^]/g,t=>`\\${t}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,u(function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"},"startingReplacer")],[/\\\/\\\*\\\*(?=\\\/|$)/g,(t,e,r)=>e+6<r.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(t,e,r)=>{let i=r.replace(/\\\*/g,"[^\\/]*");return e+i}],[/\\\\\\(?=[$.|*+(){^])/g,()=>om],[/\\\\/g,()=>om],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(t,e,r,i,n)=>e===om?`\\[${r}${e2(i)}${n}`:n==="]"&&i.length%2===0?`[${QI(r)}${i}]`:"[]"],[/(?:[^*])$/,t=>/\/$/.test(t)?`${t}$`:`${t}(?=$|\\/$)`]],r2=/(^|\\\/)?\\\*$/,il="regex",lf="checkRegex",lv="_",i2={[il](t,e){return`${e?`${e}[^/]+`:"[^/]*"}(?=$|\\/$)`},[lf](t,e){return`${e?`${e}[^/]*`:"[^/]*"}(?=$|\\/$)`}},n2=u(t=>t2.reduce((e,[r,i])=>e.replace(r,i.bind(t)),t),"makeRegexPrefix"),cf=u(t=>typeof t=="string","isString"),s2=u(t=>t&&cf(t)&&!HI.test(t)&&!VI.test(t)&&t.indexOf("#")!==0,"checkPattern"),a2=u(t=>t.split(KI).filter(Boolean),"splitPattern"),dm=class dm{constructor(e,r,i,n,s,a){this.pattern=e,this.mark=r,this.negative=s,Gs(this,"body",i),Gs(this,"ignoreCase",n),Gs(this,"regexPrefix",a)}get regex(){let e=lv+il;return this[e]?this[e]:this._make(il,e)}get checkRegex(){let e=lv+lf;return this[e]?this[e]:this._make(lf,e)}_make(e,r){let i=this.regexPrefix.replace(r2,i2[e]),n=this.ignoreCase?new RegExp(i,"i"):new RegExp(i);return Gs(this,r,n)}};u(dm,"IgnoreRule");var cm=dm,o2=u(({pattern:t,mark:e},r)=>{let i=!1,n=t;n.indexOf("!")===0&&(i=!0,n=n.substr(1)),n=n.replace(GI,"!").replace(ZI,"#");let s=n2(n);return new cm(t,e,n,r,i,s)},"createRule"),pm=class pm{constructor(e){this._ignoreCase=e,this._rules=[]}_add(e){if(e&&e[uv]){this._rules=this._rules.concat(e._rules._rules),this._added=!0;return}if(cf(e)&&(e={pattern:e}),s2(e.pattern)){let r=o2(e,this._ignoreCase);this._added=!0,this._rules.push(r)}}add(e){return this._added=!1,cv(cf(e)?a2(e):e).forEach(this._add,this),this._added}test(e,r,i){let n=!1,s=!1,a;this._rules.forEach(c=>{let{negative:o}=c;s===o&&n!==s||o&&!n&&!s&&!r||!c[i].test(e)||(n=!o,s=o,a=o?WI:c)});let l={ignored:n,unignored:s};return a&&(l.rule=a),l}};u(pm,"RuleManager");var fm=pm,l2=u((t,e)=>{throw new e(t)},"throwError"),Zr=u((t,e,r)=>cf(t)?t?Zr.isNotRelative(t)?r(`path should be a \`path.relative()\`d string, but got "${e}"`,RangeError):!0:r("path must not be empty",TypeError):r(`path must be a string, but got \`${e}\``,TypeError),"checkPath"),dv=u(t=>JI.test(t),"isNotRelative");Zr.isNotRelative=dv;Zr.convert=t=>t;var mm=class mm{constructor({ignorecase:e=!0,ignoreCase:r=e,allowRelativePaths:i=!1}={}){Gs(this,uv,!0),this._rules=new fm(r),this._strictPathCheck=!i,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}add(e){return this._rules.add(e)&&this._initCache(),this}addPattern(e){return this.add(e)}_test(e,r,i,n){let s=e&&Zr.convert(e);return Zr(s,e,this._strictPathCheck?l2:hv),this._t(s,r,i,n)}checkIgnore(e){if(!YI.test(e))return this.test(e);let r=e.split(Vs).filter(Boolean);if(r.pop(),r.length){let i=this._t(r.join(Vs)+Vs,this._testCache,!0,r);if(i.ignored)return i}return this._rules.test(e,!1,lf)}_t(e,r,i,n){if(e in r)return r[e];if(n||(n=e.split(Vs).filter(Boolean)),n.pop(),!n.length)return r[e]=this._rules.test(e,i,il);let s=this._t(n.join(Vs)+Vs,r,i,n);return r[e]=s.ignored?s:this._rules.test(e,i,il)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return cv(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}};u(mm,"Ignore");var um=mm,hm=u(t=>new um(t),"factory"),c2=u(t=>Zr(t&&Zr.convert(t),t,hv),"isPathValid"),pv=u(()=>{let t=u(r=>/^\\\\\?\\/.test(r)||/["<>|\u0000-\u001F]+/u.test(r)?r:r.replace(/\\/g,"/"),"makePosix");Zr.convert=t;let e=/^[a-z]:\//i;Zr.isNotRelative=r=>e.test(r)||dv(r)},"setupWindows");typeof process<"u"&&process.platform==="win32"&&pv();ff.exports=hm;hm.default=hm;ff.exports.isPathValid=c2;Gs(ff.exports,Symbol.for("setupWindows"),pv)});var lr=x(Zs=>{"use strict";Object.defineProperty(Zs,"__esModule",{value:!0});Zs.constants=Zs.SEP=void 0;Zs.SEP="/";Zs.constants={O_RDONLY:0,O_WRONLY:1,O_RDWR:2,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:64,O_EXCL:128,O_NOCTTY:256,O_TRUNC:512,O_APPEND:1024,O_DIRECTORY:65536,O_NOATIME:262144,O_NOFOLLOW:131072,O_SYNC:1052672,O_SYMLINK:2097152,O_DIRECT:16384,O_NONBLOCK:2048,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_FS_SYMLINK_DIR:1,UV_FS_SYMLINK_JUNCTION:2,UV_FS_COPYFILE_EXCL:1,UV_FS_COPYFILE_FICLONE:2,UV_FS_COPYFILE_FICLONE_FORCE:4,COPYFILE_EXCL:1,COPYFILE_FICLONE:2,COPYFILE_FICLONE_FORCE:4}});var wm=x(nl=>{"use strict";Object.defineProperty(nl,"__esModule",{value:!0});nl.Stats=void 0;var f2=lr(),{S_IFMT:u2,S_IFDIR:h2,S_IFREG:d2,S_IFBLK:p2,S_IFCHR:m2,S_IFLNK:w2,S_IFIFO:y2,S_IFSOCK:g2}=f2.constants,df=class df{static build(e,r=!1){let i=new df,{uid:n,gid:s,atime:a,mtime:l,ctime:c}=e,o=r?h=>BigInt(h):h=>h;i.uid=o(n),i.gid=o(s),i.rdev=o(e.rdev),i.blksize=o(4096),i.ino=o(e.ino),i.size=o(e.getSize()),i.blocks=o(1),i.atime=a,i.mtime=l,i.ctime=c,i.birthtime=c,i.atimeMs=o(a.getTime()),i.mtimeMs=o(l.getTime());let f=o(c.getTime());if(i.ctimeMs=f,i.birthtimeMs=f,r){i.atimeNs=BigInt(a.getTime())*BigInt(1e6),i.mtimeNs=BigInt(l.getTime())*BigInt(1e6);let h=BigInt(c.getTime())*BigInt(1e6);i.ctimeNs=h,i.birthtimeNs=h}return i.dev=o(0),i.mode=o(e.mode),i.nlink=o(e.nlink),i}_checkModeProperty(e){return(Number(this.mode)&u2)===e}isDirectory(){return this._checkModeProperty(h2)}isFile(){return this._checkModeProperty(d2)}isBlockDevice(){return this._checkModeProperty(p2)}isCharacterDevice(){return this._checkModeProperty(m2)}isSymbolicLink(){return this._checkModeProperty(w2)}isFIFO(){return this._checkModeProperty(y2)}isSocket(){return this._checkModeProperty(g2)}};u(df,"Stats");var hf=df;nl.Stats=hf;nl.default=hf});var mv=x(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});pf.Buffer=void 0;var b2=ne("node:buffer");Object.defineProperty(pf,"Buffer",{enumerable:!0,get:u(function(){return b2.Buffer},"get")})});var Si=x(vi=>{"use strict";Object.defineProperty(vi,"__esModule",{value:!0});vi.bufferFrom=vi.bufferAllocUnsafe=vi.Buffer=void 0;var mf=mv();Object.defineProperty(vi,"Buffer",{enumerable:!0,get:u(function(){return mf.Buffer},"get")});function wv(t,...e){return new mf.Buffer(t,...e)}u(wv,"bufferV0P12Ponyfill");var _2=mf.Buffer.allocUnsafe||wv;vi.bufferAllocUnsafe=_2;var v2=mf.Buffer.from||wv;vi.bufferFrom=v2});var gm=x(Ks=>{"use strict";Object.defineProperty(Ks,"__esModule",{value:!0});Ks.inherits=S2;Ks.promisify=E2;Ks.inspect=ym;Ks.format=F2;function S2(t,e){if(t==null)throw new TypeError("The constructor to inherit from is not defined");if(e==null)throw new TypeError("The super constructor to inherit from is not defined");t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}u(S2,"inherits");function E2(t){if(typeof t!="function")throw new TypeError('The "original" argument must be of type function');return function(...e){return new Promise((r,i)=>{t.call(this,...e,(n,s)=>{n?i(n):r(s)})})}}u(E2,"promisify");function ym(t){return t===null?"null":t===void 0?"undefined":typeof t=="string"?`'${t}'`:typeof t=="number"||typeof t=="boolean"?String(t):Array.isArray(t)?`[ ${t.map(r=>ym(r)).join(", ")} ]`:typeof t=="object"?`{ ${Object.entries(t).map(([r,i])=>`${r}: ${ym(i)}`).join(", ")} }`:String(t)}u(ym,"inspect");function F2(t,...e){if(e.length===0)return t;let r=t,i=0;for(r=r.replace(/%[sdj%]/g,n=>{if(i>=e.length)return n;let s=e[i++];switch(n){case"%s":return String(s);case"%d":return Number(s).toString();case"%j":try{return JSON.stringify(s)}catch{return"[Circular]"}case"%%":return"%";default:return n}});i<e.length;)r+=" "+String(e[i++]);return r}u(F2,"format")});var sl=x(ot=>{"use strict";Object.defineProperty(ot,"__esModule",{value:!0});ot.AssertionError=ot.RangeError=ot.TypeError=ot.Error=void 0;ot.message=bv;ot.E=Ei;var bm=gm(),yv=typeof Symbol>"u"?"_kCode":Symbol("code"),gv={};function vm(t){var e;return e=class extends t{constructor(i,...n){super(bv(i,n)),this.code=i,this[yv]=i,this.name=`${super.name} [${this[yv]}]`}},u(e,"NodeError"),e}u(vm,"makeNodeError");var wf=globalThis,Sm=class Sm extends wf.Error{constructor(e){if(typeof e!="object"||e===null)throw new ot.TypeError("ERR_INVALID_ARG_TYPE","options","object");e.message?super(e.message):super(`${(0,bm.inspect)(e.actual).slice(0,128)} ${e.operator} ${(0,bm.inspect)(e.expected).slice(0,128)}`),this.generatedMessage=!e.message,this.name="AssertionError [ERR_ASSERTION]",this.code="ERR_ASSERTION",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,ot.Error.captureStackTrace(this,e.stackStartFunction)}};u(Sm,"AssertionError");var _m=Sm;ot.AssertionError=_m;function bv(t,e){if(typeof t!="string")throw new ot.Error("Error message key must be a string");let r=gv[t];if(!r)throw new ot.Error(`An invalid error message key was used: ${t}.`);let i;if(typeof r=="function")i=r;else{if(i=bm.format,e===void 0||e.length===0)return r;e.unshift(r)}return String(i.apply(null,e))}u(bv,"message");function Ei(t,e){gv[t]=typeof e=="function"?e:String(e)}u(Ei,"E");ot.Error=vm(wf.Error);ot.TypeError=vm(wf.TypeError);ot.RangeError=vm(wf.RangeError);Ei("ERR_DIR_CLOSED","Directory handle was closed");Ei("ERR_DIR_CONCURRENT_OPERATION","Cannot do synchronous work on directory handle with concurrent asynchronous operations");Ei("ERR_INVALID_FILE_URL_HOST",'File URL host must be "localhost" or empty on %s');Ei("ERR_INVALID_FILE_URL_PATH","File URL path %s");Ei("ERR_INVALID_OPT_VALUE",(t,e)=>`The value "${String(e)}" is invalid for option "${t}"`);Ei("ERR_INVALID_OPT_VALUE_ENCODING",t=>`The value "${String(t)}" is invalid for option "encoding"`);Ei("ERR_INVALID_ARG_VALUE","Unable to open file as blob")});var al=x(dn=>{"use strict";Object.defineProperty(dn,"__esModule",{value:!0});dn.ENCODING_UTF8=void 0;dn.assertEncoding=T2;dn.strToEncoding=x2;var Em=Si(),k2=sl();dn.ENCODING_UTF8="utf8";function T2(t){if(t&&!Em.Buffer.isEncoding(t))throw new k2.TypeError("ERR_INVALID_OPT_VALUE_ENCODING",t)}u(T2,"assertEncoding");function x2(t,e){return!e||e===dn.ENCODING_UTF8?t:e==="buffer"?new Em.Buffer(t):new Em.Buffer(t).toString(e)}u(x2,"strToEncoding")});var bf=x(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});ol.Dirent=void 0;var O2=lr(),R2=al(),{S_IFMT:A2,S_IFDIR:P2,S_IFREG:N2,S_IFBLK:D2,S_IFCHR:C2,S_IFLNK:I2,S_IFIFO:$2,S_IFSOCK:B2}=O2.constants,gf=class gf{constructor(){this.name="",this.path="",this.parentPath="",this.mode=0}static build(e,r){let i=new gf,{mode:n}=e.getNode();return i.name=(0,R2.strToEncoding)(e.getName(),r),i.mode=n,i.path=e.getParentPath(),i.parentPath=i.path,i}_checkModeProperty(e){return(this.mode&A2)===e}isDirectory(){return this._checkModeProperty(P2)}isFile(){return this._checkModeProperty(N2)}isBlockDevice(){return this._checkModeProperty(D2)}isCharacterDevice(){return this._checkModeProperty(C2)}isSymbolicLink(){return this._checkModeProperty(I2)}isFIFO(){return this._checkModeProperty($2)}isSocket(){return this._checkModeProperty(B2)}};u(gf,"Dirent");var yf=gf;ol.Dirent=yf;ol.default=yf});var Js=x(Ie=>{"use strict";Object.defineProperty(Ie,"__esModule",{value:!0});Ie.basename=Ie.isAbsolute=Ie.normalize=Ie.dirname=Ie.relative=Ie.join=Ie.posix=Ie.sep=Ie.resolve=void 0;var Kr=ne("node:path");Object.defineProperty(Ie,"resolve",{enumerable:!0,get:u(function(){return Kr.resolve},"get")});Object.defineProperty(Ie,"sep",{enumerable:!0,get:u(function(){return Kr.sep},"get")});Object.defineProperty(Ie,"posix",{enumerable:!0,get:u(function(){return Kr.posix},"get")});Object.defineProperty(Ie,"join",{enumerable:!0,get:u(function(){return Kr.join},"get")});Object.defineProperty(Ie,"relative",{enumerable:!0,get:u(function(){return Kr.relative},"get")});Object.defineProperty(Ie,"dirname",{enumerable:!0,get:u(function(){return Kr.dirname},"get")});Object.defineProperty(Ie,"normalize",{enumerable:!0,get:u(function(){return Kr.normalize},"get")});Object.defineProperty(Ie,"isAbsolute",{enumerable:!0,get:u(function(){return Kr.isAbsolute},"get")});Object.defineProperty(Ie,"basename",{enumerable:!0,get:u(function(){return Kr.basename},"get")})});var Ef={};$I(Ef,{__addDisposableResource:()=>Wv,__assign:()=>_f,__asyncDelegator:()=>$v,__asyncGenerator:()=>Iv,__asyncValues:()=>Bv,__await:()=>Ys,__awaiter:()=>Rv,__classPrivateFieldGet:()=>qv,__classPrivateFieldIn:()=>zv,__classPrivateFieldSet:()=>Uv,__createBinding:()=>Sf,__decorate:()=>Sv,__disposeResources:()=>Hv,__esDecorate:()=>Fv,__exportStar:()=>Pv,__extends:()=>_v,__generator:()=>Av,__importDefault:()=>jv,__importStar:()=>Mv,__makeTemplateObject:()=>Lv,__metadata:()=>Ov,__param:()=>Ev,__propKey:()=>Tv,__read:()=>Tm,__rest:()=>vv,__rewriteRelativeImportExtension:()=>Vv,__runInitializers:()=>kv,__setFunctionName:()=>xv,__spread:()=>Nv,__spreadArray:()=>Cv,__spreadArrays:()=>Dv,__values:()=>vf,default:()=>j2});function _v(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Fm(t,e);function r(){this.constructor=t}u(r,"__"),t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function vv(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]]);return r}function Sv(t,e,r,i){var n=arguments.length,s=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,i);else for(var l=t.length-1;l>=0;l--)(a=t[l])&&(s=(n<3?a(s):n>3?a(e,r,s):a(e,r))||s);return n>3&&s&&Object.defineProperty(e,r,s),s}function Ev(t,e){return function(r,i){e(r,i,t)}}function Fv(t,e,r,i,n,s){function a(b){if(b!==void 0&&typeof b!="function")throw new TypeError("Function expected");return b}u(a,"accept");for(var l=i.kind,c=l==="getter"?"get":l==="setter"?"set":"value",o=!e&&t?i.static?t:t.prototype:null,f=e||(o?Object.getOwnPropertyDescriptor(o,i.name):{}),h,d=!1,p=r.length-1;p>=0;p--){var m={};for(var w in i)m[w]=w==="access"?{}:i[w];for(var w in i.access)m.access[w]=i.access[w];m.addInitializer=function(b){if(d)throw new TypeError("Cannot add initializers after decoration has completed");s.push(a(b||null))};var g=(0,r[p])(l==="accessor"?{get:f.get,set:f.set}:f[c],m);if(l==="accessor"){if(g===void 0)continue;if(g===null||typeof g!="object")throw new TypeError("Object expected");(h=a(g.get))&&(f.get=h),(h=a(g.set))&&(f.set=h),(h=a(g.init))&&n.unshift(h)}else(h=a(g))&&(l==="field"?n.unshift(h):f[c]=h)}o&&Object.defineProperty(o,i.name,f),d=!0}function kv(t,e,r){for(var i=arguments.length>2,n=0;n<e.length;n++)r=i?e[n].call(t,r):e[n].call(t);return i?r:void 0}function Tv(t){return typeof t=="symbol"?t:"".concat(t)}function xv(t,e,r){return typeof e=="symbol"&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(t,"name",{configurable:!0,value:r?"".concat(r," ",e):e})}function Ov(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Rv(t,e,r,i){function n(s){return s instanceof r?s:new r(function(a){a(s)})}return u(n,"adopt"),new(r||(r=Promise))(function(s,a){function l(f){try{o(i.next(f))}catch(h){a(h)}}u(l,"fulfilled");function c(f){try{o(i.throw(f))}catch(h){a(h)}}u(c,"rejected");function o(f){f.done?s(f.value):n(f.value).then(l,c)}u(o,"step"),o((i=i.apply(t,e||[])).next())})}function Av(t,e){var r={label:0,sent:u(function(){if(s[0]&1)throw s[1];return s[1]},"sent"),trys:[],ops:[]},i,n,s,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=l(0),a.throw=l(1),a.return=l(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(o){return function(f){return c([o,f])}}function c(o){if(i)throw new TypeError("Generator is already executing.");for(;a&&(a=0,o[0]&&(r=0)),r;)try{if(i=1,n&&(s=o[0]&2?n.return:o[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,o[1])).done)return s;switch(n=0,s&&(o=[o[0]&2,s.value]),o[0]){case 0:case 1:s=o;break;case 4:return r.label++,{value:o[1],done:!1};case 5:r.label++,n=o[1],o=[0];continue;case 7:o=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(o[0]===6||o[0]===2)){r=0;continue}if(o[0]===3&&(!s||o[1]>s[0]&&o[1]<s[3])){r.label=o[1];break}if(o[0]===6&&r.label<s[1]){r.label=s[1],s=o;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(o);break}s[2]&&r.ops.pop(),r.trys.pop();continue}o=e.call(t,r)}catch(f){o=[6,f],n=0}finally{i=s=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}function Pv(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Sf(e,t,r)}function vf(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],i=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:u(function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}},"next")};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Tm(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var i=r.call(t),n,s=[],a;try{for(;(e===void 0||e-- >0)&&!(n=i.next()).done;)s.push(n.value)}catch(l){a={error:l}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(a)throw a.error}}return s}function Nv(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Tm(arguments[e]));return t}function Dv(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var i=Array(t),n=0,e=0;e<r;e++)for(var s=arguments[e],a=0,l=s.length;a<l;a++,n++)i[n]=s[a];return i}function Cv(t,e,r){if(r||arguments.length===2)for(var i=0,n=e.length,s;i<n;i++)(s||!(i in e))&&(s||(s=Array.prototype.slice.call(e,0,i)),s[i]=e[i]);return t.concat(s||Array.prototype.slice.call(e))}function Ys(t){return this instanceof Ys?(this.v=t,this):new Ys(t)}function Iv(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=r.apply(t,e||[]),n,s=[];return n=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),l("next"),l("throw"),l("return",a),n[Symbol.asyncIterator]=function(){return this},n;function a(p){return function(m){return Promise.resolve(m).then(p,h)}}function l(p,m){i[p]&&(n[p]=function(w){return new Promise(function(g,b){s.push([p,w,g,b])>1||c(p,w)})},m&&(n[p]=m(n[p])))}function c(p,m){try{o(i[p](m))}catch(w){d(s[0][3],w)}}function o(p){p.value instanceof Ys?Promise.resolve(p.value.v).then(f,h):d(s[0][2],p)}function f(p){c("next",p)}function h(p){c("throw",p)}function d(p,m){p(m),s.shift(),s.length&&c(s[0][0],s[0][1])}}function $v(t){var e,r;return e={},i("next"),i("throw",function(n){throw n}),i("return"),e[Symbol.iterator]=function(){return this},e;function i(n,s){e[n]=t[n]?function(a){return(r=!r)?{value:Ys(t[n](a)),done:!1}:s?s(a):a}:s}}function Bv(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof vf=="function"?vf(t):t[Symbol.iterator](),r={},i("next"),i("throw"),i("return"),r[Symbol.asyncIterator]=function(){return this},r);function i(s){r[s]=t[s]&&function(a){return new Promise(function(l,c){a=t[s](a),n(l,c,a.done,a.value)})}}function n(s,a,l,c){Promise.resolve(c).then(function(o){s({value:o,done:l})},a)}}function Lv(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Mv(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=km(t),i=0;i<r.length;i++)r[i]!=="default"&&Sf(e,t,r[i]);return L2(e,t),e}function jv(t){return t&&t.__esModule?t:{default:t}}function qv(t,e,r,i){if(r==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?i:r==="a"?i.call(t):i?i.value:e.get(t)}function Uv(t,e,r,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(t,r):n?n.value=r:e.set(t,r),r}function zv(t,e){if(e===null||typeof e!="object"&&typeof e!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof t=="function"?e===t:t.has(e)}function Wv(t,e,r){if(e!=null){if(typeof e!="object"&&typeof e!="function")throw new TypeError("Object expected.");var i,n;if(r){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");i=e[Symbol.asyncDispose]}if(i===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");i=e[Symbol.dispose],r&&(n=i)}if(typeof i!="function")throw new TypeError("Object not disposable.");n&&(i=u(function(){try{n.call(this)}catch(s){return Promise.reject(s)}},"dispose")),t.stack.push({value:e,dispose:i,async:r})}else r&&t.stack.push({async:!0});return e}function Hv(t){function e(s){t.error=t.hasError?new M2(s,t.error,"An error was suppressed during disposal."):s,t.hasError=!0}u(e,"fail");var r,i=0;function n(){for(;r=t.stack.pop();)try{if(!r.async&&i===1)return i=0,t.stack.push(r),Promise.resolve().then(n);if(r.dispose){var s=r.dispose.call(r.value);if(r.async)return i|=2,Promise.resolve(s).then(n,function(a){return e(a),n()})}else i|=1}catch(a){e(a)}if(i===1)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}return u(n,"next"),n()}function Vv(t,e){return typeof t=="string"&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,i,n,s,a){return i?e?".jsx":".js":n&&(!s||!a)?r:n+s+"."+a.toLowerCase()+"js"}):t}var Fm,_f,Sf,L2,km,M2,j2,Ff=II(()=>{Fm=u(function(t,e){return Fm=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r[n]=i[n])},Fm(t,e)},"extendStatics");u(_v,"__extends");_f=u(function(){return _f=Object.assign||u(function(e){for(var r,i=1,n=arguments.length;i<n;i++){r=arguments[i];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},"__assign"),_f.apply(this,arguments)},"__assign");u(vv,"__rest");u(Sv,"__decorate");u(Ev,"__param");u(Fv,"__esDecorate");u(kv,"__runInitializers");u(Tv,"__propKey");u(xv,"__setFunctionName");u(Ov,"__metadata");u(Rv,"__awaiter");u(Av,"__generator");Sf=Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:u(function(){return e[r]},"get")}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]};u(Pv,"__exportStar");u(vf,"__values");u(Tm,"__read");u(Nv,"__spread");u(Dv,"__spreadArrays");u(Cv,"__spreadArray");u(Ys,"__await");u(Iv,"__asyncGenerator");u($v,"__asyncDelegator");u(Bv,"__asyncValues");u(Lv,"__makeTemplateObject");L2=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},km=u(function(t){return km=Object.getOwnPropertyNames||function(e){var r=[];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(r[r.length]=i);return r},km(t)},"ownKeys");u(Mv,"__importStar");u(jv,"__importDefault");u(qv,"__classPrivateFieldGet");u(Uv,"__classPrivateFieldSet");u(zv,"__classPrivateFieldIn");u(Wv,"__addDisposableResource");M2=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var i=new Error(r);return i.name="SuppressedError",i.error=t,i.suppressed=e,i};u(Hv,"__disposeResources");u(Vv,"__rewriteRelativeImportExtension");j2={__extends:_v,__assign:_f,__rest:vv,__decorate:Sv,__param:Ev,__esDecorate:Fv,__runInitializers:kv,__propKey:Tv,__setFunctionName:xv,__metadata:Ov,__awaiter:Rv,__generator:Av,__createBinding:Sf,__exportStar:Pv,__values:vf,__read:Tm,__spread:Nv,__spreadArrays:Dv,__spreadArray:Cv,__await:Ys,__asyncGenerator:Iv,__asyncDelegator:$v,__asyncValues:Bv,__makeTemplateObject:Lv,__importStar:Mv,__importDefault:jv,__classPrivateFieldGet:qv,__classPrivateFieldSet:Uv,__classPrivateFieldIn:zv,__addDisposableResource:Wv,__disposeResources:Hv,__rewriteRelativeImportExtension:Vv}});var Zv=x(Gv=>{"use strict";Object.defineProperty(Gv,"__esModule",{value:!0})});var Om=x(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});kf.flattenJSON=void 0;var Kv=Si(),xm=Js(),q2=xm.posix?xm.posix.join:xm.join,U2=u(t=>{let e={};function r(i,n){for(let s in n){let a=n[s],l=q2(i,s);typeof a=="string"||a instanceof Kv.Buffer?e[l]=a:typeof a=="object"&&a!==null&&!(a instanceof Kv.Buffer)&&Object.keys(a).length>0?r(l,a):e[l]=null}}return u(r,"flatten"),r("",t),e},"flattenJSON");kf.flattenJSON=U2});var ll=x(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});Tf.FanOut=void 0;var Am=class Am{constructor(){this.listeners=new Set}emit(e){this.listeners.forEach(r=>r(e))}listen(e){let r=this.listeners;return r.add(e),()=>r.delete(e)}};u(Am,"FanOut");var Rm=Am;Tf.FanOut=Rm});var Of=x(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});xf.createProcess=Jv;var z2=u(()=>{if(typeof process<"u")return process;try{return ne("process")}catch{return}},"maybeReturnProcess");function Jv(){let t=z2()||{};return t.cwd||(t.cwd=()=>"/"),t.emitWarning||(t.emitWarning=(e,r)=>{console.warn(`${r}${r?": ":""}${e}`)}),t.env||(t.env={}),t}u(Jv,"createProcess");xf.default=Jv()});var Dm=x(Pf=>{"use strict";Object.defineProperty(Pf,"__esModule",{value:!0});Pf.Node=void 0;var W2=ll(),Xv=Of(),Zt=Si(),H2=lr(),{S_IFMT:Jr,S_IFDIR:V2,S_IFREG:G2,S_IFLNK:Yv,S_IFCHR:Z2}=H2.constants,Rf=u(()=>Xv.default.getuid?.()??0,"getuid"),Af=u(()=>Xv.default.getgid?.()??0,"getgid"),Nm=class Nm{constructor(e,r=438){this.changes=new W2.FanOut,this._uid=Rf(),this._gid=Af(),this._atime=new Date,this._mtime=new Date,this._ctime=new Date,this.rdev=0,this._nlink=1,this.mode=r,this.ino=e}set ctime(e){this._ctime=e}get ctime(){return this._ctime}set uid(e){this._uid=e,this.ctime=new Date}get uid(){return this._uid}set gid(e){this._gid=e,this.ctime=new Date}get gid(){return this._gid}set atime(e){this._atime=e}get atime(){return this._atime}set mtime(e){this._mtime=e,this.ctime=new Date}get mtime(){return this._mtime}get perm(){return this.mode&~Jr}set perm(e){this.mode=this.mode&Jr|e&~Jr,this.ctime=new Date}set nlink(e){this._nlink=e,this.ctime=new Date}get nlink(){return this._nlink}getString(e="utf8"){return this.atime=new Date,this.getBuffer().toString(e)}setString(e){this.buf=(0,Zt.bufferFrom)(e,"utf8"),this.touch()}getBuffer(){return this.atime=new Date,this.buf||(this.buf=(0,Zt.bufferAllocUnsafe)(0)),(0,Zt.bufferFrom)(this.buf)}setBuffer(e){this.buf=(0,Zt.bufferFrom)(e),this.touch()}getSize(){return this.buf?this.buf.length:0}setModeProperty(e){this.mode=e}isFile(){return(this.mode&Jr)===G2}isDirectory(){return(this.mode&Jr)===V2}isSymlink(){return(this.mode&Jr)===Yv}isCharacterDevice(){return(this.mode&Jr)===Z2}makeSymlink(e){this.mode=Yv|438,this.symlink=e}write(e,r=0,i=e.length,n=0){if(this.buf||(this.buf=(0,Zt.bufferAllocUnsafe)(0)),n+i>this.buf.length){let s=(0,Zt.bufferAllocUnsafe)(n+i);this.buf.copy(s,0,0,this.buf.length),this.buf=s}return e.copy(this.buf,n,r,r+i),this.touch(),i}read(e,r=0,i=e.byteLength,n=0){if(this.atime=new Date,this.buf||(this.buf=(0,Zt.bufferAllocUnsafe)(0)),n>=this.buf.length)return 0;let s=i;s>e.byteLength&&(s=e.byteLength),s+n>this.buf.length&&(s=this.buf.length-n);let a=e instanceof Zt.Buffer?e:Zt.Buffer.from(e.buffer,e.byteOffset,e.byteLength);return this.buf.copy(a,r,n,n+s),s}truncate(e=0){if(!e)this.buf=(0,Zt.bufferAllocUnsafe)(0);else if(this.buf||(this.buf=(0,Zt.bufferAllocUnsafe)(0)),e<=this.buf.length)this.buf=this.buf.slice(0,e);else{let r=(0,Zt.bufferAllocUnsafe)(e);this.buf.copy(r),r.fill(0,this.buf.length),this.buf=r}this.touch()}chmod(e){this.mode=this.mode&Jr|e&~Jr,this.touch()}chown(e,r){this.uid=e,this.gid=r,this.touch()}touch(){this.mtime=new Date,this.changes.emit(["modify"])}canRead(e=Rf(),r=Af()){return!!(this.perm&4||r===this.gid&&this.perm&32||e===this.uid&&this.perm&256)}canWrite(e=Rf(),r=Af()){return!!(this.perm&2||r===this.gid&&this.perm&16||e===this.uid&&this.perm&128)}canExecute(e=Rf(),r=Af()){return!!(this.perm&1||r===this.gid&&this.perm&8||e===this.uid&&this.perm&64)}del(){this.changes.emit(["delete"])}toJSON(){return{ino:this.ino,uid:this.uid,gid:this.gid,atime:this.atime.getTime(),mtime:this.mtime.getTime(),ctime:this.ctime.getTime(),perm:this.perm,mode:this.mode,nlink:this.nlink,symlink:this.symlink,data:this.getString()}}};u(Nm,"Node");var Pm=Nm;Pf.Node=Pm});var Im=x(Nf=>{"use strict";Object.defineProperty(Nf,"__esModule",{value:!0});Nf.Link=void 0;var K2=lr(),J2=ll(),{S_IFREG:Y2}=K2.constants,cl=class cl{get steps(){return this._steps}set steps(e){this._steps=e;for(let[r,i]of this.children.entries())r==="."||r===".."||i?.syncSteps()}constructor(e,r,i){this.changes=new J2.FanOut,this.children=new Map,this._steps=[],this.ino=0,this.length=0,this.vol=e,this.parent=r,this.name=i,this.syncSteps()}setNode(e){this.node=e,this.ino=e.ino}getNode(){return this.node}createChild(e,r=this.vol.createNode(Y2|438)){let i=new cl(this.vol,this,e);return i.setNode(r),r.isDirectory()&&(i.children.set(".",i),i.getNode().nlink++),this.setChild(e,i),i}setChild(e,r=new cl(this.vol,this,e)){return this.children.set(e,r),r.parent=this,this.length++,r.getNode().isDirectory()&&(r.children.set("..",this),this.getNode().nlink++),this.getNode().mtime=new Date,this.changes.emit(["child:add",r,this]),r}deleteChild(e){e.getNode().isDirectory()&&(e.children.delete(".."),this.getNode().nlink--),this.children.delete(e.getName()),this.length--,this.getNode().mtime=new Date,this.changes.emit(["child:del",e,this])}getChild(e){return this.getNode().atime=new Date,this.children.get(e)}getPath(){return this.steps.join("/")}getParentPath(){return this.steps.slice(0,-1).join("/")}getName(){return this.steps[this.steps.length-1]}toJSON(){return{steps:this.steps,ino:this.ino,children:Array.from(this.children.keys())}}syncSteps(){this.steps=this.parent?this.parent.steps.concat([this.name]):[this.name]}};u(cl,"Link");var Cm=cl;Nf.Link=Cm});var Lm=x(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});Df.File=void 0;var X2=lr(),{O_APPEND:Q2}=X2.constants,Bm=class Bm{constructor(e,r,i,n){this.link=e,this.node=r,this.flags=i,this.fd=n,this.position=0,this.flags&Q2&&(this.position=this.getSize())}getString(e="utf8"){return this.node.getString()}setString(e){this.node.setString(e)}getBuffer(){return this.node.getBuffer()}setBuffer(e){this.node.setBuffer(e)}getSize(){return this.node.getSize()}truncate(e){this.node.truncate(e)}seekTo(e){this.position=e}write(e,r=0,i=e.length,n){typeof n!="number"&&(n=this.position);let s=this.node.write(e,r,i,n);return this.position=n+s,s}read(e,r=0,i=e.byteLength,n){typeof n!="number"&&(n=this.position);let s=this.node.read(e,r,i,n);return this.position=n+s,s}chmod(e){this.node.chmod(e)}chown(e,r){this.node.chown(e,r)}};u(Bm,"File");var $m=Bm;Df.File=$m});var ea=x(Qs=>{"use strict";Object.defineProperty(Qs,"__esModule",{value:!0});Qs.FLAGS=Qs.ERRSTR=void 0;var e$=lr();Qs.ERRSTR={PATH_STR:"path must be a string, Buffer, or Uint8Array",FD:"fd must be a file descriptor",MODE_INT:"mode must be an int",CB:"callback must be a function",UID:"uid must be an unsigned int",GID:"gid must be an unsigned int",LEN:"len must be an integer",ATIME:"atime must be an integer",MTIME:"mtime must be an integer",PREFIX:"filename prefix is required",BUFFER:"buffer must be an instance of Buffer or StaticBuffer",OFFSET:"offset must be an integer",LENGTH:"length must be an integer",POSITION:"position must be an integer"};var{O_RDONLY:Qv,O_WRONLY:Cf,O_RDWR:Xs,O_CREAT:Fi,O_EXCL:If,O_TRUNC:$f,O_APPEND:Bf,O_SYNC:eS}=e$.constants,tS;(function(t){t[t.r=Qv]="r",t[t["r+"]=Xs]="r+",t[t.rs=Qv|eS]="rs",t[t.sr=t.rs]="sr",t[t["rs+"]=Xs|eS]="rs+",t[t["sr+"]=t["rs+"]]="sr+",t[t.w=Cf|Fi|$f]="w",t[t.wx=Cf|Fi|$f|If]="wx",t[t.xw=t.wx]="xw",t[t["w+"]=Xs|Fi|$f]="w+",t[t["wx+"]=Xs|Fi|$f|If]="wx+",t[t["xw+"]=t["wx+"]]="xw+",t[t.a=Cf|Bf|Fi]="a",t[t.ax=Cf|Bf|Fi|If]="ax",t[t.xa=t.ax]="xa",t[t["a+"]=Xs|Bf|Fi]="a+",t[t["ax+"]=Xs|Bf|Fi|If]="ax+",t[t["xa+"]=t["ax+"]]="xa+"})(tS||(Qs.FLAGS=tS={}))});var jm=x(Mm=>{"use strict";Object.defineProperty(Mm,"__esModule",{value:!0});Mm.default=typeof queueMicrotask=="function"?queueMicrotask:t=>Promise.resolve().then(()=>t()).catch(()=>{})});var qf=x(Ge=>{"use strict";Object.defineProperty(Ge,"__esModule",{value:!0});Ge.filenameToSteps=Ge.resolve=Ge.unixify=Ge.isWin=void 0;Ge.isFd=iS;Ge.validateFd=f$;Ge.dataToBuffer=u$;var Mf=Js(),Lf=Si(),rS=Of(),t$=al(),r$=ea();Ge.isWin=rS.default.platform==="win32";var i$=Mf.resolve,n$=Mf.posix?Mf.posix.sep:Mf.sep,s$=u((t,e)=>{let r=t[e];return e>0&&(r==="/"||Ge.isWin&&r==="\\")},"isSeparator"),a$=u(t=>{let e=t.length-1;if(e<2)return t;for(;s$(t,e);)e--;return t.substr(0,e+1)},"removeTrailingSeparator"),o$=u((t,e)=>{if(typeof t!="string")throw new TypeError("expected a string");return t=t.replace(/[\\\/]+/g,"/"),e!==!1&&(t=a$(t)),t},"normalizePath"),l$=u((t,e=!0)=>Ge.isWin?(t=o$(t,e),t.replace(/^([a-zA-Z]+:|\.\/)/,"")):t,"unixify");Ge.unixify=l$;var jf=u((t,e=rS.default.cwd())=>i$(e,t),"resolve");Ge.resolve=jf;if(Ge.isWin){let t=jf;Ge.resolve=jf=u((e,r)=>(0,Ge.unixify)(t(e,r)),"resolve")}var c$=u((t,e)=>{let i=jf(t,e).substring(1);return i?i.split(n$):[]},"filenameToSteps");Ge.filenameToSteps=c$;function iS(t){return t>>>0===t}u(iS,"isFd");function f$(t){if(!iS(t))throw TypeError(r$.ERRSTR.FD)}u(f$,"validateFd");function u$(t,e=t$.ENCODING_UTF8){return Lf.Buffer.isBuffer(t)?t:t instanceof Uint8Array?(0,Lf.bufferFrom)(t):e==="buffer"?(0,Lf.bufferFrom)(String(t),"utf8"):(0,Lf.bufferFrom)(String(t),e)}u(u$,"dataToBuffer")});var ki=x(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.getWriteSyncArgs=qe.getWriteArgs=qe.bufToUint8=void 0;qe.promisify=d$;qe.validateCallback=nS;qe.modeToNumber=sS;qe.nullCheck=aS;qe.pathToFilename=w$;qe.createError=N$;qe.genRndStr6=D$;qe.flagsToNumber=C$;qe.streamToBuffer=I$;qe.bufferToEncoding=M$;qe.isReadableStream=j$;var fl=ea(),qm=sl(),Um=Si(),h$=jm(),Uf=qf();function d$(t,e,r=i=>i){return(...i)=>new Promise((n,s)=>{t[e].bind(t)(...i,(a,l)=>a?s(a):n(r(l)))})}u(d$,"promisify");function nS(t){if(typeof t!="function")throw TypeError(fl.ERRSTR.CB);return t}u(nS,"validateCallback");function p$(t,e){if(typeof t=="number")return t;if(typeof t=="string")return parseInt(t,8);if(e)return sS(e)}u(p$,"_modeToNumber");function sS(t,e){let r=p$(t,e);if(typeof r!="number"||isNaN(r))throw new TypeError(fl.ERRSTR.MODE_INT);return r}u(sS,"modeToNumber");function aS(t,e){if((""+t).indexOf("\0")!==-1){let r=new Error("Path must be a string without null bytes");if(r.code="ENOENT",typeof e!="function")throw r;return(0,h$.default)(()=>{e(r)}),!1}return!0}u(aS,"nullCheck");function m$(t){if(t.hostname!=="")throw new qm.TypeError("ERR_INVALID_FILE_URL_HOST",process.platform);let e=t.pathname;for(let r=0;r<e.length;r++)if(e[r]==="%"){let i=e.codePointAt(r+2)|32;if(e[r+1]==="2"&&i===102)throw new qm.TypeError("ERR_INVALID_FILE_URL_PATH","must not include encoded / characters")}return decodeURIComponent(e)}u(m$,"getPathFromURLPosix");function w$(t){if(t instanceof Uint8Array&&(t=(0,Um.bufferFrom)(t)),typeof t!="string"&&!Um.Buffer.isBuffer(t)){try{if(!(t instanceof ne("url").URL))throw new TypeError(fl.ERRSTR.PATH_STR)}catch{throw new TypeError(fl.ERRSTR.PATH_STR)}t=m$(t)}let e=String(t);return aS(e),e}u(w$,"pathToFilename");var y$="ENOENT",g$="EBADF",b$="EINVAL",_$="EPERM",v$="EPROTO",S$="EEXIST",E$="ENOTDIR",F$="EMFILE",k$="EACCES",T$="EISDIR",x$="ENOTEMPTY",O$="ENOSYS",R$="ERR_FS_EISDIR",A$="ERR_OUT_OF_RANGE";function P$(t,e="",r="",i=""){let n="";switch(r&&(n=` '${r}'`),i&&(n+=` -> '${i}'`),t){case y$:return`ENOENT: no such file or directory, ${e}${n}`;case g$:return`EBADF: bad file descriptor, ${e}${n}`;case b$:return`EINVAL: invalid argument, ${e}${n}`;case _$:return`EPERM: operation not permitted, ${e}${n}`;case v$:return`EPROTO: protocol error, ${e}${n}`;case S$:return`EEXIST: file already exists, ${e}${n}`;case E$:return`ENOTDIR: not a directory, ${e}${n}`;case T$:return`EISDIR: illegal operation on a directory, ${e}${n}`;case k$:return`EACCES: permission denied, ${e}${n}`;case x$:return`ENOTEMPTY: directory not empty, ${e}${n}`;case F$:return`EMFILE: too many open files, ${e}${n}`;case O$:return`ENOSYS: function not implemented, ${e}${n}`;case R$:return`[ERR_FS_EISDIR]: Path is a directory: ${e} returned EISDIR (is a directory) ${r}`;case A$:return`[ERR_OUT_OF_RANGE]: value out of range, ${e}${n}`;default:return`${t}: error occurred, ${e}${n}`}}u(P$,"formatError");function N$(t,e="",r="",i="",n=Error){let s=new n(P$(t,e,r,i));return s.code=t,r&&(s.path=r),s}u(N$,"createError");function D$(){return Math.random().toString(36).slice(2,8).padEnd(6,"0")}u(D$,"genRndStr6");function C$(t){if(typeof t=="number")return t;if(typeof t=="string"){let e=fl.FLAGS[t];if(typeof e<"u")return e}throw new qm.TypeError("ERR_INVALID_OPT_VALUE","flags",t)}u(C$,"flagsToNumber");function I$(t){let e=[];return new Promise((r,i)=>{t.on("data",n=>e.push(n)),t.on("end",()=>r(Um.Buffer.concat(e))),t.on("error",i)})}u(I$,"streamToBuffer");var $$=u(t=>new Uint8Array(t.buffer,t.byteOffset,t.byteLength),"bufToUint8");qe.bufToUint8=$$;var B$=u((t,e,r,i,n,s)=>{(0,Uf.validateFd)(t);let a=0,l,c=null,o,f,h=typeof e,d=typeof r,p=typeof i,m=typeof n;h!=="string"?d==="function"?f=r:p==="function"?(a=r|0,f=i):m==="function"?(a=r|0,l=i,f=n):(a=r|0,l=i,c=n,f=s):d==="function"?f=r:p==="function"?(c=r,f=i):m==="function"&&(c=r,o=i,f=n);let w=(0,Uf.dataToBuffer)(e,o);h!=="string"?typeof l>"u"&&(l=w.length):(a=0,l=w.length);let g=nS(f);return[t,h==="string",w,a,l,c,g]},"getWriteArgs");qe.getWriteArgs=B$;var L$=u((t,e,r,i,n)=>{(0,Uf.validateFd)(t);let s,a,l,c,o=typeof e!="string";o?(a=(r||0)|0,l=i,c=n):(c=r,s=i);let f=(0,Uf.dataToBuffer)(e,s);return o?typeof l>"u"&&(l=f.length):(a=0,l=f.length),[t,f,a||0,l,c]},"getWriteSyncArgs");qe.getWriteSyncArgs=L$;function M$(t,e){return!e||e==="buffer"?t:t.toString(e)}u(M$,"bufferToEncoding");function j$(t){return t!==null&&typeof t=="object"&&typeof t.pipe=="function"&&typeof t.on=="function"&&t.readable===!0}u(j$,"isReadableStream")});var hS=x(Hf=>{"use strict";Object.defineProperty(Hf,"__esModule",{value:!0});Hf.Superblock=void 0;var Ze=Js(),q$=Dm(),oS=Im(),U$=Lm(),z$=Si(),lS=Of(),Fr=lr(),cS=ea(),G=ki(),cr=qf(),W$=Om(),ta=Ze.posix?Ze.posix.sep:Ze.sep,fS=Ze.posix?Ze.posix.relative:Ze.relative,H$=Ze.posix?Ze.posix.join:Ze.join,{O_RDONLY:zm,O_WRONLY:zf,O_RDWR:Wm,O_CREAT:uS,O_EXCL:V$,O_TRUNC:G$,O_APPEND:Z$,O_DIRECTORY:K$}=Fr.constants,ra=class ra{static fromJSON(e,r){let i=new ra;return i.fromJSON(e,r),i}static fromNestedJSON(e,r){let i=new ra;return i.fromNestedJSON(e,r),i}constructor(e={}){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.maxFiles=1e4,this.openFiles=0,this.open=(i,n,s,a=!0)=>{let l=this.openFile(i,n,s,a);if(!l)throw(0,G.createError)("ENOENT","open",i);return l.fd},this.writeFile=(i,n,s,a)=>{let l=typeof i=="number",c;l?c=i:c=this.open((0,G.pathToFilename)(i),s,a);let o=0,f=n.length,h=s&Z$?void 0:0;try{for(;f>0;){let d=this.write(c,n,o,f,h);o+=d,f-=d,h!==void 0&&(h+=d)}}finally{l||this.close(c)}},this.read=(i,n,s,a,l)=>{if(n.byteLength<a)throw(0,G.createError)("ERR_OUT_OF_RANGE","read",void 0,void 0,RangeError);let c=this.getFileByFdOrThrow(i);if(c.node.isSymlink())throw(0,G.createError)("EPERM","read",c.link.getPath());return c.read(n,Number(s),Number(a),l===-1||typeof l!="number"?void 0:l)},this.readv=(i,n,s)=>{let a=this.getFileByFdOrThrow(i),l=s??void 0;l===-1&&(l=void 0);let c=0;for(let o of n){let f=a.read(o,0,o.byteLength,l);if(l=void 0,c+=f,f<o.byteLength)break}return c},this.link=(i,n)=>{let s;try{s=this.getLinkOrThrow(i,"link")}catch(f){throw f.code&&(f=(0,G.createError)(f.code,"link",i,n)),f}let a=(0,Ze.dirname)(n),l;try{l=this.getLinkOrThrow(a,"link")}catch(f){throw f.code&&(f=(0,G.createError)(f.code,"link",i,n)),f}let c=(0,Ze.basename)(n);if(l.getChild(c))throw(0,G.createError)("EEXIST","link",i,n);let o=s.getNode();o.nlink++,l.createChild(c,o)},this.unlink=i=>{let n=this.getLinkOrThrow(i,"unlink");if(n.length)throw Error("Dir not empty...");this.deleteLink(n);let s=n.getNode();s.nlink--,s.nlink<=0&&this.deleteNode(s)},this.symlink=(i,n)=>{let s=(0,cr.filenameToSteps)(n),a;try{a=this.getLinkParentAsDirOrThrow(s)}catch(f){throw f.code&&(f=(0,G.createError)(f.code,"symlink",i,n)),f}let l=s[s.length-1];if(a.getChild(l))throw(0,G.createError)("EEXIST","symlink",i,n);let c=a.getNode();if(!c.canExecute()||!c.canWrite())throw(0,G.createError)("EACCES","symlink",i,n);let o=a.createChild(l);return o.getNode().makeSymlink(i),o},this.rename=(i,n)=>{let s;try{s=this.getResolvedLinkOrThrow(i)}catch(h){throw h.code&&(h=(0,G.createError)(h.code,"rename",i,n)),h}let a;try{a=this.getLinkParentAsDirOrThrow(n)}catch(h){throw h.code&&(h=(0,G.createError)(h.code,"rename",i,n)),h}let l=s.parent;if(!l)throw(0,G.createError)("EINVAL","rename",i,n);let c=l.getNode(),o=a.getNode();if(!c.canExecute()||!c.canWrite()||!o.canExecute()||!o.canWrite())throw(0,G.createError)("EACCES","rename",i,n);l.deleteChild(s);let f=(0,Ze.basename)(n);s.name=f,s.steps=[...a.steps,f],a.setChild(s.getName(),s)},this.mkdir=(i,n)=>{let s=(0,cr.filenameToSteps)(i);if(!s.length)throw(0,G.createError)("EEXIST","mkdir",i);let a=this.getLinkParentAsDirOrThrow(i,"mkdir"),l=s[s.length-1];if(a.getChild(l))throw(0,G.createError)("EEXIST","mkdir",i);let c=a.getNode();if(!c.canWrite()||!c.canExecute())throw(0,G.createError)("EACCES","mkdir",i);a.createChild(l,this.createNode(Fr.constants.S_IFDIR|n))},this.mkdirp=(i,n)=>{let s=!1,a=(0,cr.filenameToSteps)(i),l=null,c=a.length;for(c=a.length;c>=0&&(l=this.getResolvedLink(a.slice(0,c)),!l);c--);for(l||(l=this.root,c=0),l=this.getResolvedLinkOrThrow(Ze.sep+a.slice(0,c).join(Ze.sep),"mkdir"),c;c<a.length;c++){let o=l.getNode();if(o.isDirectory()){if(!o.canExecute()||!o.canWrite())throw(0,G.createError)("EACCES","mkdir",i)}else throw(0,G.createError)("ENOTDIR","mkdir",i);s=!0,l=l.createChild(a[c],this.createNode(Fr.constants.S_IFDIR|n))}return s?i:void 0},this.rmdir=(i,n=!1)=>{let s=this.getLinkAsDirOrThrow(i,"rmdir");if(s.length&&!n)throw(0,G.createError)("ENOTEMPTY","rmdir",i);this.deleteLink(s)},this.rm=(i,n=!1,s=!1)=>{let a;try{a=this.getResolvedLinkOrThrow(i,"stat")}catch(l){if(l.code==="ENOENT"&&n)return;throw l}if(a.getNode().isDirectory()&&!s)throw(0,G.createError)("ERR_FS_EISDIR","rm",i);if(!a.parent?.getNode().canWrite())throw(0,G.createError)("EACCES","rm",i);this.deleteLink(a)},this.close=i=>{(0,cr.validateFd)(i);let n=this.getFileByFdOrThrow(i,"close");this.closeFile(n)};let r=this.createLink();r.setNode(this.createNode(Fr.constants.S_IFDIR|511)),r.setChild(".",r),r.getNode().nlink++,r.setChild("..",r),r.getNode().nlink++,this.root=r}createLink(e,r,i=!1,n){if(!e)return new oS.Link(this,void 0,"");if(!r)throw new Error("createLink: name cannot be empty");let s=n??(i?511:438),l=n&&n&Fr.constants.S_IFMT?n&Fr.constants.S_IFMT:i?Fr.constants.S_IFDIR:Fr.constants.S_IFREG,c=s&~Fr.constants.S_IFMT|l;return e.createChild(r,this.createNode(c))}deleteLink(e){let r=e.parent;return r?(r.deleteChild(e),!0):!1}newInoNumber(){let e=this.releasedInos.pop();return e||(this.ino=(this.ino+1)%4294967295,this.ino)}newFdNumber(){let e=this.releasedFds.pop();return typeof e=="number"?e:ra.fd--}createNode(e){let r=new q$.Node(this.newInoNumber(),e);return this.inodes[r.ino]=r,r}deleteNode(e){e.del(),delete this.inodes[e.ino],this.releasedInos.push(e.ino)}walk(e,r=!1,i=!1,n=!1,s){let a,l;e instanceof oS.Link?(a=e.steps,l=ta+a.join(ta)):typeof e=="string"?(a=(0,cr.filenameToSteps)(e),l=e):(a=e,l=ta+a.join(ta));let c=this.root,o=0;for(;o<a.length;){let f=c.getNode();if(f.isDirectory()){if(n&&!f.canExecute())throw(0,G.createError)("EACCES",s,l)}else if(o<a.length-1)throw(0,G.createError)("ENOTDIR",s,l);if(c=c.getChild(a[o])??null,!c){if(i)throw(0,G.createError)("ENOENT",s,l);return null}if(f=c?.getNode(),f.isSymlink()&&(r||o<a.length-1)){let h=(0,Ze.isAbsolute)(f.symlink)?f.symlink:H$((0,Ze.dirname)(c.getPath()),f.symlink);a=(0,cr.filenameToSteps)(h).concat(a.slice(o+1)),c=this.root,o=0;continue}if(i&&!f.isDirectory()&&o<a.length-1){let h=lS.default.platform==="win32"?"ENOENT":"ENOTDIR";throw(0,G.createError)(h,s,l)}o++}return c}getLink(e){return this.walk(e,!1,!1,!1)}getLinkOrThrow(e,r){return this.walk(e,!1,!0,!0,r)}getResolvedLink(e){return this.walk(e,!0,!1,!1)}getResolvedLinkOrThrow(e,r){return this.walk(e,!0,!0,!0,r)}resolveSymlinks(e){return this.getResolvedLink(e.steps.slice(1))}getLinkAsDirOrThrow(e,r){let i=this.getLinkOrThrow(e,r);if(!i.getNode().isDirectory())throw(0,G.createError)("ENOTDIR",r,e);return i}getLinkParent(e){return this.getLink(e.slice(0,-1))}getLinkParentAsDirOrThrow(e,r){let i=(e instanceof Array?e:(0,cr.filenameToSteps)(e)).slice(0,-1),n=ta+i.join(ta),s=this.getLinkOrThrow(n,r);if(!s.getNode().isDirectory())throw(0,G.createError)("ENOTDIR",r,n);return s}getFileByFd(e){return this.fds[String(e)]}getFileByFdOrThrow(e,r){if(!(0,cr.isFd)(e))throw TypeError(cS.ERRSTR.FD);let i=this.getFileByFd(e);if(!i)throw(0,G.createError)("EBADF",r);return i}_toJSON(e=this.root,r={},i,n){let s=!0,a=e.children;e.getNode().isFile()&&(a=new Map([[e.getName(),e.parent.getChild(e.getName())]]),e=e.parent);for(let c of a.keys()){if(c==="."||c==="..")continue;s=!1;let o=e.getChild(c);if(!o)throw new Error("_toJSON: unexpected undefined");let f=o.getNode();if(f.isFile()){let h=o.getPath();i&&(h=fS(i,h)),r[h]=n?f.getBuffer():f.getString()}else f.isDirectory()&&this._toJSON(o,r,i,n)}let l=e.getPath();return i&&(l=fS(i,l)),l&&s&&(r[l]=null),r}toJSON(e,r={},i=!1,n=!1){let s=[];if(e){Array.isArray(e)||(e=[e]);for(let a of e){let l=(0,G.pathToFilename)(a),c=this.getResolvedLink(l);c&&s.push(c)}}else s.push(this.root);if(!s.length)return r;for(let a of s)this._toJSON(a,r,i?a.getPath():"",n);return r}fromJSON(e,r=lS.default.cwd()){for(let i in e){let n=e[i];if(i=(0,cr.resolve)(i,r),typeof n=="string"||n instanceof z$.Buffer){let s=(0,Ze.dirname)(i);this.mkdirp(s,511);let a=(0,cr.dataToBuffer)(n);this.writeFile(i,a,cS.FLAGS.w,438)}else this.mkdirp(i,511)}}fromNestedJSON(e,r){this.fromJSON((0,W$.flattenJSON)(e),r)}reset(){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.openFiles=0,this.root=this.createLink(),this.root.setNode(this.createNode(Fr.constants.S_IFDIR|511))}mountSync(e,r){this.fromJSON(r,e)}openLink(e,r,i=!0){if(this.openFiles>=this.maxFiles)throw(0,G.createError)("EMFILE","open",e.getPath());let n=e;i&&(n=this.getResolvedLinkOrThrow(e.getPath(),"open"));let s=n.getNode();if(s.isDirectory()){if((r&(zm|Wm|zf))!==zm)throw(0,G.createError)("EISDIR","open",e.getPath())}else if(r&K$)throw(0,G.createError)("ENOTDIR","open",e.getPath());if((r&(zm|Wm|zf))!==zf&&!s.canRead()||r&(zf|Wm)&&!s.canWrite())throw(0,G.createError)("EACCES","open",e.getPath());let a=new U$.File(e,s,r,this.newFdNumber());return this.fds[a.fd]=a,this.openFiles++,r&G$&&a.truncate(),a}openFile(e,r,i,n=!0){let s=(0,cr.filenameToSteps)(e),a;try{if(a=n?this.getResolvedLinkOrThrow(e,"open"):this.getLinkOrThrow(e,"open"),a&&r&uS&&r&V$)throw(0,G.createError)("EEXIST","open",e)}catch(l){if(l.code==="ENOENT"&&r&uS){let c=(0,Ze.dirname)(e),o=this.getResolvedLinkOrThrow(c),f=o.getNode();if(!f.isDirectory())throw(0,G.createError)("ENOTDIR","open",e);if(!f.canExecute()||!f.canWrite())throw(0,G.createError)("EACCES","open",e);i??(i=438),a=this.createLink(o,s[s.length-1],!1,i)}else throw l}if(a)return this.openLink(a,r,n);throw(0,G.createError)("ENOENT","open",e)}closeFile(e){this.fds[e.fd]&&(this.openFiles--,delete this.fds[e.fd],this.releasedFds.push(e.fd))}write(e,r,i,n,s){let a=this.getFileByFdOrThrow(e,"write");if(a.node.isSymlink())throw(0,G.createError)("EBADF","write",a.link.getPath());return a.write(r,i,n,s===-1||typeof s!="number"?void 0:s)}};u(ra,"Superblock");var Wf=ra;Hf.Superblock=Wf;Wf.fd=2147483647});var pS=x(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.Superblock=Kt.File=Kt.Link=Kt.Node=void 0;var dS=(Ff(),Yp(Ef));dS.__exportStar(Zv(),Kt);dS.__exportStar(Om(),Kt);var J$=Dm();Object.defineProperty(Kt,"Node",{enumerable:!0,get:u(function(){return J$.Node},"get")});var Y$=Im();Object.defineProperty(Kt,"Link",{enumerable:!0,get:u(function(){return Y$.Link},"get")});var X$=Lm();Object.defineProperty(Kt,"File",{enumerable:!0,get:u(function(){return X$.File},"get")});var Q$=hS();Object.defineProperty(Kt,"Superblock",{enumerable:!0,get:u(function(){return Q$.Superblock},"get")})});var mS=x(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});ul.StatFs=void 0;var Gf=class Gf{static build(e,r=!1){let i=new Gf,n=r?f=>BigInt(f):f=>f;i.type=n(2240043254),i.bsize=n(4096);let s=Object.keys(e.inodes).length,a=1e6,l=Math.min(s*2,a),c=a-l;i.blocks=n(a),i.bfree=n(c),i.bavail=n(c);let o=1e6;return i.files=n(o),i.ffree=n(o-s),i}};u(Gf,"StatFs");var Vf=Gf;ul.StatFs=Vf;ul.default=Vf});var wS=x(Hm=>{"use strict";Object.defineProperty(Hm,"__esModule",{value:!0});function eB(t,e,r){let i=setTimeout.apply(globalThis,arguments);return i&&typeof i=="object"&&typeof i.unref=="function"&&i.unref(),i}u(eB,"setTimeoutUnref");Hm.default=eB});var gS=x(ia=>{"use strict";Object.defineProperty(ia,"__esModule",{value:!0});ia.Writable=ia.Readable=void 0;var yS=ne("node:stream");Object.defineProperty(ia,"Readable",{enumerable:!0,get:u(function(){return yS.Readable},"get")});Object.defineProperty(ia,"Writable",{enumerable:!0,get:u(function(){return yS.Writable},"get")})});var Vm=x(Zf=>{"use strict";Object.defineProperty(Zf,"__esModule",{value:!0});Zf.EventEmitter=void 0;var tB=ne("node:events");Object.defineProperty(Zf,"EventEmitter",{enumerable:!0,get:u(function(){return tB.EventEmitter},"get")})});var bS=x(Kf=>{"use strict";Object.defineProperty(Kf,"__esModule",{value:!0});Kf.FileHandle=void 0;var lt=ki(),rB=Vm(),Zm=class Zm extends rB.EventEmitter{constructor(e,r){super(),this.refs=1,this.closePromise=null,this.position=0,this.readableWebStreamLocked=!1,this.fs=e,this.fd=r}getAsyncId(){return this.fd}appendFile(e,r){return(0,lt.promisify)(this.fs,"appendFile")(this.fd,e,r)}chmod(e){return(0,lt.promisify)(this.fs,"fchmod")(this.fd,e)}chown(e,r){return(0,lt.promisify)(this.fs,"fchown")(this.fd,e,r)}close(){if(this.fd===-1)return Promise.resolve();if(this.closePromise)return this.closePromise;if(this.refs--,this.refs===0){let e=this.fd;this.fd=-1,this.closePromise=(0,lt.promisify)(this.fs,"close")(e).finally(()=>{this.closePromise=null})}else this.closePromise=new Promise((e,r)=>{this.closeResolve=e,this.closeReject=r}).finally(()=>{this.closePromise=null,this.closeReject=void 0,this.closeResolve=void 0});return this.emit("close"),this.closePromise}datasync(){return(0,lt.promisify)(this.fs,"fdatasync")(this.fd)}createReadStream(e){return this.fs.createReadStream("",{...e,fd:this})}createWriteStream(e){return this.fs.createWriteStream("",{...e,fd:this})}readableWebStream(e={}){let{type:r="bytes",autoClose:i=!1}=e,n=0;if(this.fd===-1)throw new Error("The FileHandle is closed");if(this.closePromise)throw new Error("The FileHandle is closing");if(this.readableWebStreamLocked)throw new Error("An error will be thrown if this method is called more than once or is called after the FileHandle is closed or closing.");this.readableWebStreamLocked=!0,this.ref();let s=u(()=>{this.readableWebStreamLocked=!1,this.unref(),i&&this.close().catch(()=>{})},"unlockAndCleanup");return new ReadableStream({type:r==="bytes"?"bytes":void 0,autoAllocateChunkSize:16384,pull:u(async a=>{try{let l=a.byobRequest?.view;if(!l){let o=new Uint8Array(16384),f=await this.read(o,0,o.length,n);if(f.bytesRead===0){a.close(),s();return}n+=f.bytesRead,a.enqueue(o.slice(0,f.bytesRead));return}let c=await this.read(l,l.byteOffset,l.byteLength,n);if(c.bytesRead===0){a.close(),s();return}n+=c.bytesRead,a.byobRequest.respond(c.bytesRead)}catch(l){a.error(l),s()}},"pull"),cancel:u(async()=>{s()},"cancel")})}async read(e,r,i,n){let s=n??this.position,a=await(0,lt.promisify)(this.fs,"read",l=>({bytesRead:l,buffer:e}))(this.fd,e,r,i,s);return n==null&&(this.position+=a.bytesRead),a}readv(e,r){return(0,lt.promisify)(this.fs,"readv",i=>({bytesRead:i,buffers:e}))(this.fd,e,r)}readFile(e){return(0,lt.promisify)(this.fs,"readFile")(this.fd,e)}stat(e){return(0,lt.promisify)(this.fs,"fstat")(this.fd,e)}sync(){return(0,lt.promisify)(this.fs,"fsync")(this.fd)}truncate(e){return(0,lt.promisify)(this.fs,"ftruncate")(this.fd,e)}utimes(e,r){return(0,lt.promisify)(this.fs,"futimes")(this.fd,e,r)}async write(e,r,i,n){let s=typeof n!="number",a=s?this.position:n,l=await(0,lt.promisify)(this.fs,"write",c=>({bytesWritten:c,buffer:e}))(this.fd,e,r,i,a);return s&&(this.position+=l.bytesWritten),l}writev(e,r){return(0,lt.promisify)(this.fs,"writev",i=>({bytesWritten:i,buffers:e}))(this.fd,e,r)}writeFile(e,r){return(0,lt.promisify)(this.fs,"writeFile")(this.fd,e,r)}async[Symbol.asyncDispose](){await this.close()}ref(){this.refs++}unref(){this.refs--,this.refs===0&&(this.fd=-1,this.closeResolve&&(0,lt.promisify)(this.fs,"close")(this.fd).then(this.closeResolve,this.closeReject))}};u(Zm,"FileHandle");var Gm=Zm;Kf.FileHandle=Gm});var _S=x(Jf=>{"use strict";Object.defineProperty(Jf,"__esModule",{value:!0});Jf.FsPromises=void 0;var se=ki(),iB=lr(),Ym=class Ym{constructor(e,r,i={}){if(this.fs=e,this.path=r,this.options=i,this.eventQueue=[],this.resolveQueue=[],this.finished=!1,this.maxQueue=i.maxQueue||2048,this.overflow=i.overflow||"ignore",this.startWatching(),i.signal){if(i.signal.aborted){this.finish();return}i.signal.addEventListener("abort",()=>{this.finish()})}}startWatching(){try{this.watcher=this.fs.watch(this.path,this.options,(e,r)=>{this.enqueueEvent({eventType:e,filename:r})})}catch(e){throw this.finish(),e}}enqueueEvent(e){if(!this.finished){if(this.eventQueue.length>=this.maxQueue)if(this.overflow==="throw"){let r=new Error(`Watch queue overflow: more than ${this.maxQueue} events queued`);this.finish(r);return}else this.eventQueue.shift(),console.warn(`Watch queue overflow: dropping event due to exceeding maxQueue of ${this.maxQueue}`);if(this.eventQueue.push(e),this.resolveQueue.length>0){let{resolve:r}=this.resolveQueue.shift(),i=this.eventQueue.shift();r({value:i,done:!1})}}}finish(e){if(!this.finished)for(this.finished=!0,this.watcher&&(this.watcher.close(),this.watcher=null);this.resolveQueue.length>0;){let{resolve:r,reject:i}=this.resolveQueue.shift();e?i(e):r({value:void 0,done:!0})}}async next(){return this.finished?{value:void 0,done:!0}:this.eventQueue.length>0?{value:this.eventQueue.shift(),done:!1}:new Promise((e,r)=>{this.resolveQueue.push({resolve:e,reject:r})})}async return(){return this.finish(),{value:void 0,done:!0}}async throw(e){throw this.finish(e),e}[Symbol.asyncIterator](){return this}};u(Ym,"FSWatchAsyncIterator");var Km=Ym,Xm=class Xm{constructor(e,r){this.fs=e,this.FileHandle=r,this.constants=iB.constants,this.cp=(0,se.promisify)(this.fs,"cp"),this.opendir=(0,se.promisify)(this.fs,"opendir"),this.statfs=(0,se.promisify)(this.fs,"statfs"),this.lutimes=(0,se.promisify)(this.fs,"lutimes"),this.glob=(0,se.promisify)(this.fs,"glob"),this.access=(0,se.promisify)(this.fs,"access"),this.chmod=(0,se.promisify)(this.fs,"chmod"),this.chown=(0,se.promisify)(this.fs,"chown"),this.copyFile=(0,se.promisify)(this.fs,"copyFile"),this.lchmod=(0,se.promisify)(this.fs,"lchmod"),this.lchown=(0,se.promisify)(this.fs,"lchown"),this.link=(0,se.promisify)(this.fs,"link"),this.lstat=(0,se.promisify)(this.fs,"lstat"),this.mkdir=(0,se.promisify)(this.fs,"mkdir"),this.mkdtemp=(0,se.promisify)(this.fs,"mkdtemp"),this.readdir=(0,se.promisify)(this.fs,"readdir"),this.readlink=(0,se.promisify)(this.fs,"readlink"),this.realpath=(0,se.promisify)(this.fs,"realpath"),this.rename=(0,se.promisify)(this.fs,"rename"),this.rmdir=(0,se.promisify)(this.fs,"rmdir"),this.rm=(0,se.promisify)(this.fs,"rm"),this.stat=(0,se.promisify)(this.fs,"stat"),this.symlink=(0,se.promisify)(this.fs,"symlink"),this.truncate=(0,se.promisify)(this.fs,"truncate"),this.unlink=(0,se.promisify)(this.fs,"unlink"),this.utimes=(0,se.promisify)(this.fs,"utimes"),this.readFile=(i,n)=>(0,se.promisify)(this.fs,"readFile")(i instanceof this.FileHandle?i.fd:i,n),this.appendFile=(i,n,s)=>(0,se.promisify)(this.fs,"appendFile")(i instanceof this.FileHandle?i.fd:i,n,s),this.open=(i,n="r",s)=>(0,se.promisify)(this.fs,"open",a=>new this.FileHandle(this.fs,a))(i,n,s),this.writeFile=(i,n,s)=>((0,se.isReadableStream)(n)?(0,se.streamToBuffer)(n):Promise.resolve(n)).then(l=>(0,se.promisify)(this.fs,"writeFile")(i instanceof this.FileHandle?i.fd:i,l,s)),this.watch=(i,n)=>{let s=typeof n=="string"?{encoding:n}:n||{};return new Km(this.fs,i,s)}}};u(Xm,"FsPromises");var Jm=Xm;Jf.FsPromises=Jm});var vS=x(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});Yf.printTree=void 0;var nB=u((t="",e)=>{let r="",i=e.length-1;for(;i>=0&&!e[i];i--);for(let n=0;n<=i;n++){let s=e[n];if(!s)continue;let a=n===i,l=s(t+(a?" ":"\u2502")+" "),c=l?a?"\u2514\u2500":"\u251C\u2500":"\u2502";r+=`
5
+ `+t+c+(l?" "+l:"")}return r},"printTree");Yf.printTree=nB});var SS=x(Xf=>{"use strict";Object.defineProperty(Xf,"__esModule",{value:!0});Xf.printBinary=void 0;var sB=u((t="",e)=>{let r=e[0],i=e[1],n="";return r&&(n+=`
6
+ `+t+"\u2190 "+r(t+" ")),i&&(n+=`
7
+ `+t+"\u2192 "+i(t+" ")),n},"printBinary");Xf.printBinary=sB});var ES=x(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});Qf.printJson=void 0;var aB=u((t="",e,r=2)=>(JSON.stringify(e,null,r)||"nil").split(`
8
8
  `).join(`
9
- `+i),"printJson");Fc.printJson=N1});var bp=Ze(Mo=>{"use strict";Object.defineProperty(Mo,"__esModule",{value:!0});var wp=(Jl(),kd(Kl));wp.__exportStar(y0(),Mo);wp.__exportStar(w0(),Mo);wp.__exportStar(b0(),Mo)});var _0=Ze(yr=>{"use strict";Object.defineProperty(yr,"__esModule",{value:!0});yr.newNotAllowedError=yr.newTypeMismatchError=yr.newNotFoundError=yr.assertCanWrite=yr.assertName=yr.basename=yr.ctx=void 0;var C1=c((i={})=>({separator:"/",syncHandleAllowed:!1,mode:"read",...i}),"ctx");yr.ctx=C1;var I1=c((i,e)=>{i[i.length-1]===e&&(i=i.slice(0,-1));let t=i.lastIndexOf(e);return t===-1?i:i.slice(t+1)},"basename");yr.basename=I1;var B1=/^(\.{1,2})$|^(.*([\/\\]).*)$/,j1=c((i,e,t)=>{if(!i||B1.test(i))throw new TypeError(`Failed to execute '${e}' on '${t}': Name is not allowed.`)},"assertName");yr.assertName=j1;var M1=c(i=>{if(i!=="readwrite")throw new DOMException("The request is not allowed by the user agent or the platform in the current context.","NotAllowedError")},"assertCanWrite");yr.assertCanWrite=M1;var $1=c(()=>new DOMException("A requested file or directory could not be found at the time an operation was processed.","NotFoundError"),"newNotFoundError");yr.newNotFoundError=$1;var L1=c(()=>new DOMException("The path supplied exists, but was not an entry of requested type.","TypeMismatchError"),"newTypeMismatchError");yr.newTypeMismatchError=L1;var U1=c(()=>new DOMException("Permission not granted.","NotAllowedError"),"newNotAllowedError");yr.newNotAllowedError=U1});var v0=Ze($o=>{"use strict";Object.defineProperty($o,"__esModule",{value:!0});$o.toTreeSync=void 0;var W1=bp(),q1=_0(),z1=c((i,e={})=>{let t=e.separator||"/",r=e.dir||t;r[r.length-1]!==t&&(r+=t);let n=e.tab||"",o=e.depth??10,f=" (...)";if(o>0){let l=i.readdirSync(r,{withFileTypes:!0});f=(0,W1.printTree)(n,l.map(a=>g=>a.isDirectory()?(0,$o.toTreeSync)(i,{dir:r+a.name,depth:o-1,tab:g}):a.isSymbolicLink()?""+a.name+" \u2192 "+i.readlinkSync(r+a.name):""+a.name))}return(0,q1.basename)(r,t)+t+f},"toTreeSync");$o.toTreeSync=z1});var F0=Ze(ft=>{"use strict";Object.defineProperty(ft,"__esModule",{value:!0});ft.getWriteFileOptions=ft.writeFileDefaults=ft.getRealpathOptsAndCb=ft.getRealpathOptions=ft.getStatfsOptsAndCb=ft.getStatfsOptions=ft.getStatOptsAndCb=ft.getStatOptions=ft.getAppendFileOptsAndCb=ft.getAppendFileOpts=ft.getOpendirOptsAndCb=ft.getOpendirOptions=ft.getReaddirOptsAndCb=ft.getReaddirOptions=ft.getReadFileOptions=ft.getRmOptsAndCb=ft.getRmdirOptions=ft.getDefaultOptsAndCb=ft.getDefaultOpts=ft.optsDefaults=ft.getMkdirOptions=void 0;ft.getOptions=E0;ft.optsGenerator=Ri;ft.optsAndCbGenerator=es;var kc=Oa(),H1=Do(),_p=Hi(),S0={mode:511,recursive:!1},G1=c(i=>typeof i=="number"?Object.assign({},S0,{mode:i}):Object.assign({},S0,i),"getMkdirOptions");ft.getMkdirOptions=G1;var V1=c(i=>`Expected options to be either an object or a string, but got ${i} instead`,"ERRSTR_OPTS");function E0(i,e){let t;if(e){let r=typeof e;switch(r){case"string":t=Object.assign({},i,{encoding:e});break;case"object":t=Object.assign({},i,e);break;default:throw TypeError(V1(r))}}else return i;return t.encoding!=="buffer"&&(0,H1.assertEncoding)(t.encoding),t}c(E0,"getOptions");function Ri(i){return e=>E0(i,e)}c(Ri,"optsGenerator");function es(i){return(e,t)=>typeof e=="function"?[i(),e]:[i(e),(0,_p.validateCallback)(t)]}c(es,"optsAndCbGenerator");ft.optsDefaults={encoding:"utf8"};ft.getDefaultOpts=Ri(ft.optsDefaults);ft.getDefaultOptsAndCb=es(ft.getDefaultOpts);var K1={recursive:!1},J1=c(i=>Object.assign({},K1,i),"getRmdirOptions");ft.getRmdirOptions=J1;var Y1=Ri(ft.optsDefaults);ft.getRmOptsAndCb=es(Y1);var X1={flag:"r"};ft.getReadFileOptions=Ri(X1);var Q1={encoding:"utf8",recursive:!1,withFileTypes:!1};ft.getReaddirOptions=Ri(Q1);ft.getReaddirOptsAndCb=es(ft.getReaddirOptions);var Z1={encoding:"utf8",bufferSize:32,recursive:!1};ft.getOpendirOptions=Ri(Z1);ft.getOpendirOptsAndCb=es(ft.getOpendirOptions);var eF={encoding:"utf8",mode:438,flag:kc.FLAGS[kc.FLAGS.a]};ft.getAppendFileOpts=Ri(eF);ft.getAppendFileOptsAndCb=es(ft.getAppendFileOpts);var tF={bigint:!1},rF=c((i={})=>Object.assign({},tF,i),"getStatOptions");ft.getStatOptions=rF;var iF=c((i,e)=>typeof i=="function"?[(0,ft.getStatOptions)(),i]:[(0,ft.getStatOptions)(i),(0,_p.validateCallback)(e)],"getStatOptsAndCb");ft.getStatOptsAndCb=iF;var nF={bigint:!1},sF=c((i={})=>Object.assign({},nF,i),"getStatfsOptions");ft.getStatfsOptions=sF;var aF=c((i,e)=>typeof i=="function"?[(0,ft.getStatfsOptions)(),i]:[(0,ft.getStatfsOptions)(i),(0,_p.validateCallback)(e)],"getStatfsOptsAndCb");ft.getStatfsOptsAndCb=aF;var oF=ft.optsDefaults;ft.getRealpathOptions=Ri(oF);ft.getRealpathOptsAndCb=es(ft.getRealpathOptions);ft.writeFileDefaults={encoding:"utf8",mode:438,flag:kc.FLAGS[kc.FLAGS.w]};ft.getWriteFileOptions=Ri(ft.writeFileDefaults)});var R0=Ze(Rc=>{"use strict";Object.defineProperty(Rc,"__esModule",{value:!0});Rc.Dir=void 0;var k0=Hi(),lF=zl(),ts=Po(),Sp=class Sp{constructor(e,t){this.link=e,this.options=t,this.iteratorInfo=[],this.closed=!1,this.operationQueue=null,this.path=e.getPath(),this.iteratorInfo.push(e.children[Symbol.iterator]())}closeBase(){}readBase(e){let t,r,n,o;do{do if({done:t,value:r}=e[e.length-1].next(),!t)[n,o]=r;else break;while(n==="."||n==="..");if(t){if(e.pop(),e.length===0)break;t=!1}else return this.options.recursive&&o.children.size&&e.push(o.children[Symbol.iterator]()),lF.default.build(o,this.options.encoding)}while(!t);return null}close(e){if(e===void 0)return this.closed?Promise.reject(new ts.Error("ERR_DIR_CLOSED")):new Promise((t,r)=>{this.close(n=>{n?r(n):t()})});if((0,k0.validateCallback)(e),this.closed){process.nextTick(e,new ts.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.close(e)});return}this.closed=!0;try{this.closeBase(),process.nextTick(e)}catch(t){process.nextTick(e,t)}}closeSync(){if(this.closed)throw new ts.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new ts.Error("ERR_DIR_CONCURRENT_OPERATION");this.closed=!0,this.closeBase()}read(e){if(e===void 0)return new Promise((t,r)=>{this.read((n,o)=>{n?r(n):t(o??null)})});if((0,k0.validateCallback)(e),this.closed){process.nextTick(e,new ts.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.read(e)});return}this.operationQueue=[];try{let t=this.readBase(this.iteratorInfo);process.nextTick(()=>{let r=this.operationQueue;this.operationQueue=null;for(let n of r)n();e(null,t)})}catch(t){process.nextTick(()=>{let r=this.operationQueue;this.operationQueue=null;for(let n of r)n();e(t)})}}readSync(){if(this.closed)throw new ts.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new ts.Error("ERR_DIR_CONCURRENT_OPERATION");return this.readBase(this.iteratorInfo)}[Symbol.asyncIterator](){return{next:c(async()=>{try{let e=await this.read();return e!==null?{done:!1,value:e}:{done:!0,value:void 0}}catch(e){throw e}},"next"),[Symbol.asyncIterator](){return this}}}};c(Sp,"Dir");var vp=Sp;Rc.Dir=vp});var Ep=Ze(Ti=>{"use strict";Object.defineProperty(Ti,"__esModule",{value:!0});Ti.toMatcher=Ti.toRegex=void 0;var cF=c(i=>/[.^$+{}()|\\]/.test(i)?`\\${i}`:i,"escapeRe"),fF=c((i,e,t,r)=>{let n=e,o=[],f="",m=1;for(;n<i.length&&m>0;){let g=i[n];if(g==="(")m++,f+=g,n++;else if(g===")")if(m--,m===0){o.push(f),n++;break}else f+=g,n++;else g==="|"&&m===1?(o.push(f),f="",n++):(f+=g,n++)}if(m!==0)return;let l="",a=o.length;for(let g=0;g<a;g++)l+=(l?"|":"")+(0,Ti.toRegex)(o[g],r).source.replace(/^\^/,"").replace(/\$$/,"");switch(t){case"?":return[`(?:${l})?`,n];case"*":return[`(?:${l})*`,n];case"+":return[`(?:${l})+`,n];case"@":return[`(?:${l})`,n];case"!":return[`(?!${l})[^/]*`,n]}},"parseExtGlob"),hF=c((i,e)=>{let t="",r=0,n=c(()=>{r++;let m=[],l="",a=!1;for(;r<i.length;){let y=i[r];if(y==="}"){m.push(l),r++,a=!0;break}if(y===","){m.push(l),l="",r++;continue}l+=y,r++}return a?`(?:${m.map(y=>(0,Ti.toRegex)(y,e).source.replace(/^\^/,"").replace(/\$$/,"")).join("|")})`:"\\{"+cF(l)},"parseBraceGroup"),o=!!e?.extglob;for(;r<i.length;){let m=i[r];if(o&&i[r+1]==="("&&(m==="?"||m==="*"||m==="+"||m==="@"||m==="!")){let l=fF(i,r+2,m,e);if(l){t+=l[0],r=l[1];continue}}switch(m){case"*":{if(i[r+1]==="*"){let l=r+2;for(;i[l]==="*";)l++;i[l]==="/"?(t+="(?:.*/)?",r=l+1):(t+=".*",r=l)}else t+="[^/]*",r++;break}case"?":t+="[^/]",r++;break;case"[":{let l="[";for(r++,r<i.length&&i[r]==="!"&&(l+="^",r++),r<i.length&&i[r]==="]"&&(l+="]",r++);r<i.length&&i[r]!=="]";){let a=i[r];l+=a==="\\"?"\\\\":a,r++}if(r<i.length&&i[r]==="]")l+="]",r++;else{t+="\\[";continue}t+=l;break}case"{":{t+=n();break}case"/":t+="/",r++;break;case".":case"^":case"$":case"+":case"(":case")":case"|":case"\\":t+=`\\${m}`,r++;break;default:t+=m,r++;break}}let f=e?.nocase?"i":"";return new RegExp("^"+t+"$",f)},"toRegex");Ti.toRegex=hF;var uF=/^\/(.{1,4096})\/([gimsuy]{0,6})$/,dF=c((i,e)=>{let t=[],r=Array.isArray(i)?i:[i];for(let n of r)if(typeof n=="string"){let o=uF.exec(n);if(o){let[,f,m]=o;t.push(new RegExp(f,m))}else t.push((0,Ti.toRegex)(n,e))}else t.push(n);return t.length?new Function("p","return "+t.map(n=>n+".test(p)").join("||")):()=>!1},"toMatcher");Ti.toMatcher=dF});var x0=Ze(kp=>{"use strict";Object.defineProperty(kp,"__esModule",{value:!0});kp.globSync=bF;var rs=Fa(),pF=Ep(),T0=Hi(),mF=rs.posix.join,gF=rs.posix.relative,yF=rs.posix.resolve;function O0(i,e){return(0,pF.toRegex)(e).test(i)}c(O0,"matchesPattern");function wF(i,e){return e?typeof e=="function"?e(i):(Array.isArray(e)?e:[e]).some(r=>O0(i,r)):!1}c(wF,"isExcluded");function Fp(i,e,t,r,n=0){let o=[],f=r.maxdepth??1/0,m=r.cwd?(0,T0.pathToFilename)(r.cwd):process.cwd();if(n>f)return o;try{let l=i.readdirSync(e,{withFileTypes:!0});for(let a of l){let g=mF(e,a.name.toString()),y=gF(m,g);if(wF(y,r.exclude))continue;if(t.some(S=>O0(y,S))&&o.push(y),a.isDirectory()&&n<f){let S=Fp(i,g,t,r,n+1);o.push(...S)}}}catch{}return o}c(Fp,"walkDirectory");function bF(i,e,t={}){let r=t.cwd?(0,T0.pathToFilename)(t.cwd):process.cwd(),n=yF(r),o={cwd:n,exclude:t.exclude,maxdepth:t.maxdepth,withFileTypes:t.withFileTypes||!1},f=[];if(rs.posix.isAbsolute(e)){let m=rs.posix.dirname(e),l=rs.posix.basename(e),a=Fp(i,m,[l],{...o,cwd:m});f.push(...a.map(g=>rs.posix.resolve(m,g)))}else{let m=Fp(i,n,[e],o);f.push(...m)}return f=[...new Set(f)].sort(),f}c(bF,"globSync")});var B0=Ze(Nr=>{"use strict";Object.defineProperty(Nr,"__esModule",{value:!0});Nr.FSWatcher=Nr.StatWatcher=Nr.Volume=void 0;Nr.pathToSteps=BF;Nr.dataToStr=jF;Nr.toUnixTimestamp=Dr;var Kt=Fa(),xp=f0(),Rp=Id(),_F=zl(),vF=h0(),Ca=Wi(),Pc=sp(),SF=u0(),Dc=p0(),EF=ii(),N0=hp(),is=Do(),FF=m0(),C0=jd(),kF=g0(),RF=v0(),Oc=Oa(),TF=Po(),Et=F0(),Se=Hi(),OF=R0(),dr=uc(),xF=Kt.resolve,{O_SYMLINK:A0,F_OK:Tp,R_OK:AF,W_OK:PF,X_OK:DF,COPYFILE_EXCL:NF,COPYFILE_FICLONE_FORCE:CF}=EF.constants,aC=Kt.posix?Kt.posix.sep:Kt.sep,Tc=Kt.posix?Kt.posix.relative:Kt.relative,Op=Kt.posix?Kt.posix.join:Kt.join,P0=Kt.posix?Kt.posix.dirname:Kt.dirname,D0=Kt.posix?Kt.posix.normalize:Kt.normalize,IF=128;function BF(i){return(0,dr.filenameToSteps)((0,Se.pathToFilename)(i))}c(BF,"pathToSteps");function jF(i,e=is.ENCODING_UTF8){return Ca.Buffer.isBuffer(i)?i.toString(e):i instanceof Uint8Array?(0,Ca.bufferFrom)(i).toString(e):String(i)}c(jF,"dataToStr");function Dr(i){if(typeof i=="string"&&+i==i)return+i;if(i instanceof Date)return i.getTime()/1e3;if(isFinite(i))return i<0?Date.now()/1e3:i;throw new Error("Cannot parse time: "+i)}c(Dr,"toUnixTimestamp");function Da(i){if(typeof i!="number")throw TypeError(Oc.ERRSTR.UID)}c(Da,"validateUid");function Na(i){if(typeof i!="number")throw TypeError(Oc.ERRSTR.GID)}c(Na,"validateGid");var Ap=class Ap{get promises(){if(this.promisesApi===null)throw new Error("Promise is not supported in this environment.");return this.promisesApi}constructor(e=new xp.Superblock){this._core=e,this.promisesApi=new kF.FsPromises(this,FF.FileHandle),this.openSync=(l,a,g=438)=>{let y=(0,Se.modeToNumber)(g),b=(0,Se.pathToFilename)(l),S=(0,Se.flagsToNumber)(a);return this._core.open(b,S,y,!(S&A0))},this.open=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&(b=438,S=g),b=b||438;let F=(0,Se.modeToNumber)(b),T=(0,Se.pathToFilename)(l),P=(0,Se.flagsToNumber)(a);this.wrapAsync(this._core.open,[T,P,F,!(P&A0)],S)},this.closeSync=l=>{this._core.close(l)},this.close=(l,a)=>{(0,dr.validateFd)(l);let g=this._core.getFileByFdOrThrow(l,"close");this.wrapAsync(this._core.close,[g.fd],a)},this.readSync=(l,a,g,y,b)=>((0,dr.validateFd)(l),this._core.read(l,a,g,y,b)),this.read=(l,a,g,y,b,S)=>{if((0,Se.validateCallback)(S),y===0)return(0,Pc.default)(()=>{S&&S(null,0,a)});Promise.resolve().then(()=>{try{let F=this._core.read(l,a,g,y,b);S(null,F,a)}catch(F){S(F)}})},this.readv=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&([b,S]=[null,g]),(0,Se.validateCallback)(S),Promise.resolve().then(()=>{try{let F=this._core.readv(l,a,b);S(null,F,a)}catch(F){S(F)}})},this.readvSync=(l,a,g)=>((0,dr.validateFd)(l),this._core.readv(l,a,g??null)),this._readfile=(l,a,g)=>{let y,S=typeof l=="number"&&(0,dr.isFd)(l),F;if(S)F=l;else{let T=(0,Se.pathToFilename)(l),P=String(l),$=P.length>1&&P.endsWith("/"),R=this._core.getResolvedLinkOrThrow(T,"open"),M=R.getNode();if(M.isDirectory())throw(0,Se.createError)("EISDIR","open",R.getPath());if($&&M.isFile())throw(0,Se.createError)("ENOTDIR","open",P);F=this.openSync(l,a)}try{y=(0,Se.bufferToEncoding)(this._core.getFileByFdOrThrow(F).getBuffer(),g)}finally{S||this.closeSync(F)}return y},this.readFileSync=(l,a)=>{let g=(0,Et.getReadFileOptions)(a),y=(0,Se.flagsToNumber)(g.flag);return this._readfile(l,y,g.encoding)},this.readFile=(l,a,g)=>{let[y,b]=(0,Et.optsAndCbGenerator)(Et.getReadFileOptions)(a,g),S=(0,Se.flagsToNumber)(y.flag);this.wrapAsync(this._readfile,[l,S,y.encoding],b)},this.writeSync=(l,a,g,y,b)=>{let[,S,F,T,P]=(0,Se.getWriteSyncArgs)(l,a,g,y,b);return this._write(l,S,F,T,P)},this.write=(l,a,g,y,b,S)=>{let[,F,T,P,$,R,M]=(0,Se.getWriteArgs)(l,a,g,y,b,S);Promise.resolve().then(()=>{try{let C=this._write(l,T,P,$,R);F?M(null,C,a):M(null,C,T)}catch(C){M(C)}})},this.writev=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&([b,S]=[null,g]),(0,Se.validateCallback)(S),Promise.resolve().then(()=>{try{let F=this.writevBase(l,a,b);S(null,F,a)}catch(F){S(F)}})},this.writevSync=(l,a,g)=>((0,dr.validateFd)(l),this.writevBase(l,a,g??null)),this.writeFileSync=(l,a,g)=>{let y=(0,Et.getWriteFileOptions)(g),b=(0,Se.flagsToNumber)(y.flag),S=(0,Se.modeToNumber)(y.mode),F=(0,dr.dataToBuffer)(a,y.encoding);this._core.writeFile(l,F,b,S)},this.writeFile=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&([b,S]=[Et.writeFileDefaults,g]);let F=(0,Se.validateCallback)(S),T=(0,Et.getWriteFileOptions)(b),P=(0,Se.flagsToNumber)(T.flag),$=(0,Se.modeToNumber)(T.mode),R=(0,dr.dataToBuffer)(a,T.encoding);this.wrapAsync(this._core.writeFile,[l,R,P,$],F)},this.copyFileSync=(l,a,g)=>{let y=(0,Se.pathToFilename)(l),b=(0,Se.pathToFilename)(a);return this._copyFile(y,b,(g||0)|0)},this.copyFile=(l,a,g,y)=>{let b=(0,Se.pathToFilename)(l),S=(0,Se.pathToFilename)(a),F,T;typeof g=="function"?[F,T]=[0,g]:[F,T]=[g,y],(0,Se.validateCallback)(T),this.wrapAsync(this._copyFile,[b,S,F],T)},this._cp=(l,a,g)=>{if(g.filter&&!g.filter(l,a))return;let y=g.dereference?this.statSync(l):this.lstatSync(l),b=null;try{b=this.lstatSync(a)}catch(S){if(S.code!=="ENOENT")throw S}if(b&&y.ino===b.ino&&y.dev===b.dev)throw(0,Se.createError)("EINVAL","cp",l,a);if(b){if(y.isDirectory()&&!b.isDirectory())throw(0,Se.createError)("EISDIR","cp",l,a);if(!y.isDirectory()&&b.isDirectory())throw(0,Se.createError)("ENOTDIR","cp",l,a)}if(y.isDirectory()&&this.isSrcSubdir(l,a))throw(0,Se.createError)("EINVAL","cp",l,a);{let S=P0(a);this.existsSync(S)||this.mkdirSync(S,{recursive:!0})}if(y.isDirectory()){if(!g.recursive)throw(0,Se.createError)("EISDIR","cp",l);this.cpDirSync(y,b,l,a,g)}else if(y.isFile()||y.isCharacterDevice()||y.isBlockDevice())this.cpFileSync(y,b,l,a,g);else if(y.isSymbolicLink()&&!g.dereference)this.cpSymlinkSync(b,l,a,g);else throw(0,Se.createError)("EINVAL","cp",l)},this.linkSync=(l,a)=>{let g=(0,Se.pathToFilename)(l),y=(0,Se.pathToFilename)(a);this._core.link(g,y)},this.link=(l,a,g)=>{let y=(0,Se.pathToFilename)(l),b=(0,Se.pathToFilename)(a);this.wrapAsync(this._core.link,[y,b],g)},this.unlinkSync=l=>{let a=(0,Se.pathToFilename)(l);this._core.unlink(a)},this.unlink=(l,a)=>{let g=(0,Se.pathToFilename)(l);this.wrapAsync(this._core.unlink,[g],a)},this.symlinkSync=(l,a,g)=>{let y=(0,Se.pathToFilename)(l),b=(0,Se.pathToFilename)(a);this._core.symlink(y,b)},this.symlink=(l,a,g,y)=>{let b=(0,Se.validateCallback)(typeof g=="function"?g:y),S=(0,Se.pathToFilename)(l),F=(0,Se.pathToFilename)(a);this.wrapAsync(this._core.symlink,[S,F],b)},this._lstat=(l,a=!1,g=!1)=>{let y;try{y=this._core.getLinkOrThrow(l,"lstat")}catch(b){if(b.code==="ENOENT"&&!g)return;throw b}return Rp.default.build(y.getNode(),a)},this.lstatSync=(l,a)=>{let{throwIfNoEntry:g=!0,bigint:y=!1}=(0,Et.getStatOptions)(a);return this._lstat((0,Se.pathToFilename)(l),y,g)},this.renameSync=(l,a)=>{let g=(0,Se.pathToFilename)(l),y=(0,Se.pathToFilename)(a);this._core.rename(g,y)},this.rename=(l,a,g)=>{let y=(0,Se.pathToFilename)(l),b=(0,Se.pathToFilename)(a);this.wrapAsync(this._core.rename,[y,b],g)},this.existsSync=l=>{try{return this._exists((0,Se.pathToFilename)(l))}catch{return!1}},this.exists=(l,a)=>{let g=(0,Se.pathToFilename)(l);if(typeof a!="function")throw Error(Oc.ERRSTR.CB);Promise.resolve().then(()=>{try{a(this._exists(g))}catch{a(!1)}})},this.accessSync=(l,a=Tp)=>{let g=(0,Se.pathToFilename)(l);a=a|0,this._access(g,a)},this.access=(l,a,g)=>{let y=Tp,b;typeof a!="function"?[y,b]=[a|0,(0,Se.validateCallback)(g)]:b=a;let S=(0,Se.pathToFilename)(l);this.wrapAsync(this._access,[S,y],b)},this.appendFileSync=(l,a,g)=>{let y=(0,Et.getAppendFileOpts)(g);(!y.flag||(0,dr.isFd)(l))&&(y.flag="a"),this.writeFileSync(l,a,y)},this.appendFile=(l,a,g,y)=>{let[b,S]=(0,Et.getAppendFileOptsAndCb)(g,y);(!b.flag||(0,dr.isFd)(l))&&(b.flag="a"),this.writeFile(l,a,b,S)},this._readdir=(l,a)=>{let g=(0,dr.filenameToSteps)(l),y=this._core.getResolvedLinkOrThrow(l,"scandir"),b=y.getNode();if(!b.isDirectory())throw(0,Se.createError)("ENOTDIR","scandir",l);if(!b.canRead())throw(0,Se.createError)("EACCES","scandir",l);let S=[];for(let T of y.children.keys()){let P=y.getChild(T);if(!(!P||T==="."||T==="..")&&(S.push(_F.default.build(P,a.encoding)),a.recursive&&P.children.size)){let $={...a,recursive:!0,withFileTypes:!0},R=this._readdir(P.getPath(),$);S.push(...R)}}if(!dr.isWin&&a.encoding!=="buffer"&&S.sort((T,P)=>T.name<P.name?-1:T.name>P.name?1:0),a.withFileTypes)return S;let F=l;return dr.isWin&&(F=F.replace(/\\/g,"/")),S.map(T=>{if(a.recursive){let P=Op(T.parentPath,T.name.toString());return dr.isWin&&(P=P.replace(/\\/g,"/")),P.replace(F+Kt.posix.sep,"")}return T.name})},this.readdirSync=(l,a)=>{let g=(0,Et.getReaddirOptions)(a),y=(0,Se.pathToFilename)(l);return this._readdir(y,g)},this.readdir=(l,a,g)=>{let[y,b]=(0,Et.getReaddirOptsAndCb)(a,g),S=(0,Se.pathToFilename)(l);this.wrapAsync(this._readdir,[S,y],b)},this._readlink=(l,a)=>{let y=this._core.getLinkOrThrow(l,"readlink").getNode();if(!y.isSymlink())throw(0,Se.createError)("EINVAL","readlink",l);return(0,is.strToEncoding)(y.symlink,a)},this.readlinkSync=(l,a)=>{let g=(0,Et.getDefaultOpts)(a),y=(0,Se.pathToFilename)(l);return this._readlink(y,g.encoding)},this.readlink=(l,a,g)=>{let[y,b]=(0,Et.getDefaultOptsAndCb)(a,g),S=(0,Se.pathToFilename)(l);this.wrapAsync(this._readlink,[S,y.encoding],b)},this._fsync=l=>{this._core.getFileByFdOrThrow(l,"fsync")},this.fsyncSync=l=>{this._fsync(l)},this.fsync=(l,a)=>{this.wrapAsync(this._fsync,[l],a)},this._fdatasync=l=>{this._core.getFileByFdOrThrow(l,"fdatasync")},this.fdatasyncSync=l=>{this._fdatasync(l)},this.fdatasync=(l,a)=>{this.wrapAsync(this._fdatasync,[l],a)},this._ftruncate=(l,a)=>{this._core.getFileByFdOrThrow(l,"ftruncate").truncate(a)},this.ftruncateSync=(l,a)=>{this._ftruncate(l,a)},this.ftruncate=(l,a,g)=>{let y=typeof a=="number"?a:0,b=(0,Se.validateCallback)(typeof a=="number"?g:a);this.wrapAsync(this._ftruncate,[l,y],b)},this._truncate=(l,a)=>{let g=this.openSync(l,"r+");try{this.ftruncateSync(g,a)}finally{this.closeSync(g)}},this.truncateSync=(l,a)=>{if((0,dr.isFd)(l))return this.ftruncateSync(l,a);this._truncate(l,a)},this.truncate=(l,a,g)=>{let y=typeof a=="number"?a:0,b=(0,Se.validateCallback)(typeof a=="number"?g:a);if((0,dr.isFd)(l))return this.ftruncate(l,y,b);this.wrapAsync(this._truncate,[l,y],b)},this._futimes=(l,a,g)=>{let b=this._core.getFileByFdOrThrow(l,"futimes").node;b.atime=new Date(a*1e3),b.mtime=new Date(g*1e3)},this.futimesSync=(l,a,g)=>{this._futimes(l,Dr(a),Dr(g))},this.futimes=(l,a,g,y)=>{this.wrapAsync(this._futimes,[l,Dr(a),Dr(g)],y)},this._utimes=(l,a,g,y=!0)=>{let b=this._core,F=(y?b.getResolvedLinkOrThrow(l,"utimes"):b.getLinkOrThrow(l,"lutimes")).getNode();F.atime=new Date(a*1e3),F.mtime=new Date(g*1e3)},this.utimesSync=(l,a,g)=>{this._utimes((0,Se.pathToFilename)(l),Dr(a),Dr(g),!0)},this.utimes=(l,a,g,y)=>{this.wrapAsync(this._utimes,[(0,Se.pathToFilename)(l),Dr(a),Dr(g),!0],y)},this.lutimesSync=(l,a,g)=>{this._utimes((0,Se.pathToFilename)(l),Dr(a),Dr(g),!1)},this.lutimes=(l,a,g,y)=>{this.wrapAsync(this._utimes,[(0,Se.pathToFilename)(l),Dr(a),Dr(g),!1],y)},this.mkdirSync=(l,a)=>{let g=(0,Et.getMkdirOptions)(a),y=(0,Se.modeToNumber)(g.mode,511),b=(0,Se.pathToFilename)(l);if(g.recursive)return this._core.mkdirp(b,y);this._core.mkdir(b,y)},this.mkdir=(l,a,g)=>{let y=(0,Et.getMkdirOptions)(a),b=(0,Se.validateCallback)(typeof a=="function"?a:g),S=(0,Se.modeToNumber)(y.mode,511),F=(0,Se.pathToFilename)(l);y.recursive?this.wrapAsync(this._core.mkdirp,[F,S],b):this.wrapAsync(this._core.mkdir,[F,S],b)},this._mkdtemp=(l,a,g=5)=>{let y=l+(0,Se.genRndStr6)();try{return this._core.mkdir(y,511),(0,is.strToEncoding)(y,a)}catch(b){if(b.code==="EEXIST"){if(g>1)return this._mkdtemp(l,a,g-1);throw Error("Could not create temp dir.")}else throw b}},this.mkdtempSync=(l,a)=>{let{encoding:g}=(0,Et.getDefaultOpts)(a);if(!l||typeof l!="string")throw new TypeError("filename prefix is required");return(0,Se.nullCheck)(l),this._mkdtemp(l,g)},this.mkdtemp=(l,a,g)=>{let[{encoding:y},b]=(0,Et.getDefaultOptsAndCb)(a,g);if(!l||typeof l!="string")throw new TypeError("filename prefix is required");(0,Se.nullCheck)(l)&&this.wrapAsync(this._mkdtemp,[l,y],b)},this.rmdirSync=(l,a)=>{let g=(0,Et.getRmdirOptions)(a);this._core.rmdir((0,Se.pathToFilename)(l),g.recursive)},this.rmdir=(l,a,g)=>{let y=(0,Et.getRmdirOptions)(a),b=(0,Se.validateCallback)(typeof a=="function"?a:g);this.wrapAsync(this._core.rmdir,[(0,Se.pathToFilename)(l),y.recursive],b)},this.rmSync=(l,a)=>{this._core.rm((0,Se.pathToFilename)(l),a?.force,a?.recursive)},this.rm=(l,a,g)=>{let[y,b]=(0,Et.getRmOptsAndCb)(a,g);this.wrapAsync(this._core.rm,[(0,Se.pathToFilename)(l),y?.force,y?.recursive],b)},this._fchmod=(l,a)=>{this._core.getFileByFdOrThrow(l,"fchmod").chmod(a)},this.fchmodSync=(l,a)=>{this._fchmod(l,(0,Se.modeToNumber)(a))},this.fchmod=(l,a,g)=>{this.wrapAsync(this._fchmod,[l,(0,Se.modeToNumber)(a)],g)},this._chmod=(l,a,g=!0)=>{(g?this._core.getResolvedLinkOrThrow(l,"chmod"):this._core.getLinkOrThrow(l,"chmod")).getNode().chmod(a)},this.chmodSync=(l,a)=>{let g=(0,Se.modeToNumber)(a),y=(0,Se.pathToFilename)(l);this._chmod(y,g,!0)},this.chmod=(l,a,g)=>{let y=(0,Se.modeToNumber)(a),b=(0,Se.pathToFilename)(l);this.wrapAsync(this._chmod,[b,y],g)},this._lchmod=(l,a)=>{this._chmod(l,a,!1)},this.lchmodSync=(l,a)=>{let g=(0,Se.modeToNumber)(a),y=(0,Se.pathToFilename)(l);this._lchmod(y,g)},this.lchmod=(l,a,g)=>{let y=(0,Se.modeToNumber)(a),b=(0,Se.pathToFilename)(l);this.wrapAsync(this._lchmod,[b,y],g)},this._fchown=(l,a,g)=>{this._core.getFileByFdOrThrow(l,"fchown").chown(a,g)},this.fchownSync=(l,a,g)=>{Da(a),Na(g),this._fchown(l,a,g)},this.fchown=(l,a,g,y)=>{Da(a),Na(g),this.wrapAsync(this._fchown,[l,a,g],y)},this._chown=(l,a,g)=>{this._core.getResolvedLinkOrThrow(l,"chown").getNode().chown(a,g)},this.chownSync=(l,a,g)=>{Da(a),Na(g),this._chown((0,Se.pathToFilename)(l),a,g)},this.chown=(l,a,g,y)=>{Da(a),Na(g),this.wrapAsync(this._chown,[(0,Se.pathToFilename)(l),a,g],y)},this._lchown=(l,a,g)=>{this._core.getLinkOrThrow(l,"lchown").getNode().chown(a,g)},this.lchownSync=(l,a,g)=>{Da(a),Na(g),this._lchown((0,Se.pathToFilename)(l),a,g)},this.lchown=(l,a,g,y)=>{Da(a),Na(g),this.wrapAsync(this._lchown,[(0,Se.pathToFilename)(l),a,g],y)},this.statWatchers={},this.cpSync=(l,a,g)=>{let y=(0,Se.pathToFilename)(l),b=(0,Se.pathToFilename)(a),S={dereference:g?.dereference??!1,errorOnExist:g?.errorOnExist??!1,filter:g?.filter,force:g?.force??!0,mode:g?.mode??0,preserveTimestamps:g?.preserveTimestamps??!1,recursive:g?.recursive??!1,verbatimSymlinks:g?.verbatimSymlinks??!1};return this._cp(y,b,S)},this.cp=(l,a,g,y)=>{let b=(0,Se.pathToFilename)(l),S=(0,Se.pathToFilename)(a),F,T;typeof g=="function"?[F,T]=[{},g]:[F,T]=[g||{},y],(0,Se.validateCallback)(T);let P={dereference:F?.dereference??!1,errorOnExist:F?.errorOnExist??!1,filter:F?.filter,force:F?.force??!0,mode:F?.mode??0,preserveTimestamps:F?.preserveTimestamps??!1,recursive:F?.recursive??!1,verbatimSymlinks:F?.verbatimSymlinks??!1};this.wrapAsync(this._cp,[b,S,P],T)},this.openAsBlob=async(l,a)=>{let g=(0,Se.pathToFilename)(l),y;try{y=this._core.getResolvedLinkOrThrow(g,"open")}catch(T){throw T&&typeof T=="object"&&T.code==="ENOENT"?new TF.TypeError("ERR_INVALID_ARG_VALUE"):T}let S=y.getNode().getBuffer(),F=a?.type||"";return new Blob([S],{type:F})},this.glob=(l,...a)=>{let[g,y]=a.length===1?[{},a[0]]:[a[0],a[1]];this.wrapAsync(this._globSync,[l,g||{}],y)},this.globSync=(l,a={})=>this._globSync(l,a),this._globSync=(l,a={})=>{let{globSync:g}=x0();return g(this,l,a)},this._opendir=(l,a)=>{let g=this._core.getResolvedLinkOrThrow(l,"scandir");if(!g.getNode().isDirectory())throw(0,Se.createError)("ENOTDIR","scandir",l);return new OF.Dir(g,a)},this.opendirSync=(l,a)=>{let g=(0,Et.getOpendirOptions)(a),y=(0,Se.pathToFilename)(l);return this._opendir(y,g)},this.opendir=(l,a,g)=>{let[y,b]=(0,Et.getOpendirOptsAndCb)(a,g),S=(0,Se.pathToFilename)(l);this.wrapAsync(this._opendir,[S,y],b)};let t=this;this.StatWatcher=class extends xc{constructor(){super(t)}};let r=ui;this.ReadStream=class extends r{constructor(...l){super(t,...l)}};let n=Vr;this.WriteStream=class extends n{constructor(...l){super(t,...l)}},this.FSWatcher=class extends Ac{constructor(){super(t)}};let o=c((l,a)=>{let g=this._core.getResolvedLinkOrThrow(l,"realpath");return(0,is.strToEncoding)(g.getPath()||"/",a)},"_realpath"),f=c((l,a,g)=>{let[y,b]=(0,Et.getRealpathOptsAndCb)(a,g),S=(0,Se.pathToFilename)(l);t.wrapAsync(o,[S,y.encoding],b)},"realpathImpl"),m=c((l,a)=>o((0,Se.pathToFilename)(l),(0,Et.getRealpathOptions)(a).encoding),"realpathSyncImpl");this.realpath=f,this.realpath.native=f,this.realpathSync=m,this.realpathSync.native=m}wrapAsync(e,t,r){(0,Se.validateCallback)(r),Promise.resolve().then(()=>{let n;try{n=e.apply(this,t)}catch(o){r(o);return}r(null,n)})}toTree(e={separator:Kt.sep}){return(0,RF.toTreeSync)(this,e)}reset(){this._core.reset()}toJSON(e,t={},r=!1,n=!1){return this._core.toJSON(e,t,r,n)}fromJSON(e,t){return this._core.fromJSON(e,t)}fromNestedJSON(e,t){return this._core.fromNestedJSON(e,t)}mountSync(e,t){this._core.fromJSON(t,e)}_write(e,t,r,n,o){let f=this._core.getFileByFdOrThrow(e,"write");if(f.node.isSymlink())throw(0,Se.createError)("EBADF","write",f.link.getPath());return f.write(t,r,n,o===-1||typeof o!="number"?void 0:o)}writevBase(e,t,r){let n=this._core.getFileByFdOrThrow(e),o=r??void 0;o===-1&&(o=void 0);let f=0;for(let m of t){let l=Ca.Buffer.from(m.buffer,m.byteOffset,m.byteLength),a=n.write(l,0,l.byteLength,o);if(o=void 0,f+=a,a<l.byteLength)break}return f}_copyFile(e,t,r){let n=this.readFileSync(e);if(r&NF&&this.existsSync(t))throw(0,Se.createError)("EEXIST","copyFile",e,t);if(r&CF)throw(0,Se.createError)("ENOSYS","copyFile",e,t);this._core.writeFile(t,n,Oc.FLAGS.w,438)}isSrcSubdir(e,t){try{let r=D0(e.startsWith("/")?e:"/"+e),n=D0(t.startsWith("/")?t:"/"+t);if(r===n)return!0;let o=Tc(r,n);return o===""||!o.startsWith("..")&&!(0,Kt.isAbsolute)(o)}catch{return!1}}cpFileSync(e,t,r,n,o){if(t){if(o.errorOnExist)throw(0,Se.createError)("EEXIST","cp",n);if(!o.force)return;this.unlinkSync(n)}this.copyFileSync(r,n,o.mode),o.preserveTimestamps&&this.utimesSync(n,e.atime,e.mtime),this.chmodSync(n,Number(e.mode))}cpDirSync(e,t,r,n,o){t||this.mkdirSync(n);let f=this.readdirSync(r);for(let m of f){let l=Op(r,String(m)),a=Op(n,String(m));o.filter&&!o.filter(l,a)||this._cp(l,a,o)}this.chmodSync(n,Number(e.mode))}cpSymlinkSync(e,t,r,n){let o=String(this.readlinkSync(t));!n.verbatimSymlinks&&!(0,Kt.isAbsolute)(o)&&(o=xF(P0(t),o)),e&&this.unlinkSync(r),this.symlinkSync(o,r)}lstat(e,t,r){let[{throwIfNoEntry:n=!0,bigint:o=!1},f]=(0,Et.getStatOptsAndCb)(t,r);this.wrapAsync(this._lstat,[(0,Se.pathToFilename)(e),o,n],f)}_stat(e,t=!1,r=!0){let n;try{n=this._core.getResolvedLinkOrThrow(e,"stat")}catch(o){if(o.code==="ENOENT"&&!r)return;throw o}return Rp.default.build(n.getNode(),t)}statSync(e,t){let{bigint:r=!0,throwIfNoEntry:n=!0}=(0,Et.getStatOptions)(t);return this._stat((0,Se.pathToFilename)(e),r,n)}stat(e,t,r){let[{bigint:n=!1,throwIfNoEntry:o=!0},f]=(0,Et.getStatOptsAndCb)(t,r);this.wrapAsync(this._stat,[(0,Se.pathToFilename)(e),n,o],f)}fstatBase(e,t=!1){let r=this._core.getFileByFd(e);if(!r)throw(0,Se.createError)("EBADF","fstat");return Rp.default.build(r.node,t)}fstatSync(e,t){return this.fstatBase(e,(0,Et.getStatOptions)(t).bigint)}fstat(e,t,r){let[n,o]=(0,Et.getStatOptsAndCb)(t,r);this.wrapAsync(this.fstatBase,[e,n.bigint],o)}_exists(e){return!!this._stat(e)}_access(e,t){let n=this._core.getLinkOrThrow(e,"access").getNode();if(t!==Tp&&(t&AF&&!n.canRead()||t&PF&&!n.canWrite()||t&DF&&!n.canExecute()))throw(0,Se.createError)("EACCES","access",e)}watchFile(e,t,r){let n=(0,Se.pathToFilename)(e),o=t,f=r;if(typeof o=="function"&&(f=t,o=null),typeof f!="function")throw Error('"watchFile()" requires a listener function');let m=5007,l=!0;o&&typeof o=="object"&&(typeof o.interval=="number"&&(m=o.interval),typeof o.persistent=="boolean"&&(l=o.persistent));let a=this.statWatchers[n];return a||(a=new this.StatWatcher,a.start(n,l,m),this.statWatchers[n]=a),a.addListener("change",f),a}unwatchFile(e,t){let r=(0,Se.pathToFilename)(e),n=this.statWatchers[r];n&&(typeof t=="function"?n.removeListener("change",t):n.removeAllListeners("change"),n.listenerCount("change")===0&&(n.stop(),delete this.statWatchers[r]))}createReadStream(e,t){return new this.ReadStream(e,t)}createWriteStream(e,t){return new this.WriteStream(e,t)}watch(e,t,r){let n=(0,Se.pathToFilename)(e),o=t;typeof t=="function"&&(r=t,o=null);let{persistent:f,recursive:m,encoding:l}=(0,Et.getDefaultOpts)(o);f===void 0&&(f=!0),m===void 0&&(m=!1);let a=new this.FSWatcher;return a.start(n,f,m,l),r&&a.addListener("change",r),a}_statfs(e,t=!1){return this._core.getResolvedLinkOrThrow(e,"statfs"),vF.default.build(this._core,t)}statfsSync(e,t){let{bigint:r=!1}=(0,Et.getStatfsOptions)(t);return this._statfs((0,Se.pathToFilename)(e),r)}statfs(e,t,r){let[{bigint:n=!1},o]=(0,Et.getStatfsOptsAndCb)(t,r);this.wrapAsync(this._statfs,[(0,Se.pathToFilename)(e),n],o)}};c(Ap,"Volume");var ns=Ap;Nr.Volume=ns;ns.fromJSON=(i,e)=>new ns(xp.Superblock.fromJSON(i,e));ns.fromNestedJSON=(i,e)=>new ns(xp.Superblock.fromNestedJSON(i,e));function MF(i){i.emit("stop")}c(MF,"emitStop");var Pp=class Pp extends N0.EventEmitter{constructor(e){super(),this.onInterval=()=>{try{let t=this.vol.statSync(this.filename);this.hasChanged(t)&&(this.emit("change",t,this.prev),this.prev=t)}finally{this.loop()}},this.vol=e}loop(){this.timeoutRef=this.setTimeout(this.onInterval,this.interval)}hasChanged(e){return e.mtimeMs>this.prev.mtimeMs||e.nlink!==this.prev.nlink}start(e,t=!0,r=5007){this.filename=(0,Se.pathToFilename)(e),this.setTimeout=t?setTimeout.bind(globalThis):SF.default,this.interval=r,this.prev=this.vol.statSync(this.filename),this.loop()}stop(){clearTimeout(this.timeoutRef),(0,Pc.default)(()=>{MF.call(this,this)})}};c(Pp,"StatWatcher");var xc=Pp;Nr.StatWatcher=xc;var Gr;function $F(i){Gr=(0,Ca.bufferAllocUnsafe)(i),Gr.used=0}c($F,"allocNewPool");(0,C0.inherits)(ui,Dc.Readable);Nr.ReadStream=ui;function ui(i,e,t){if(!(this instanceof ui))return new ui(i,e,t);if(this._vol=i,t=Object.assign({},(0,Et.getOptions)(t,{})),t.highWaterMark===void 0&&(t.highWaterMark=64*1024),Dc.Readable.call(this,t),this.path=(0,Se.pathToFilename)(e),this.fd=t.fd===void 0?null:typeof t.fd!="number"?t.fd.fd:t.fd,this.flags=t.flags===void 0?"r":t.flags,this.mode=t.mode===void 0?438:t.mode,this.start=t.start,this.end=t.end,this.autoClose=t.autoClose===void 0?!0:t.autoClose,this.pos=void 0,this.bytesRead=0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw new TypeError('"end" option must be a Number');if(this.start>this.end)throw new Error('"start" option must be <= "end" option');this.pos=this.start}typeof this.fd!="number"&&this.open(),this.on("end",function(){this.autoClose&&this.destroy&&this.destroy()})}c(ui,"FsReadStream");ui.prototype.open=function(){var i=this;this._vol.open(this.path,this.flags,this.mode,(e,t)=>{if(e){i.autoClose&&i.destroy&&i.destroy(),i.emit("error",e);return}i.fd=t,i.emit("open",t),i.read()})};ui.prototype._read=function(i){if(typeof this.fd!="number")return this.once("open",function(){this._read(i)});if(this.destroyed)return;(!Gr||Gr.length-Gr.used<IF)&&$F(this._readableState.highWaterMark);var e=Gr,t=Math.min(Gr.length-Gr.used,i),r=Gr.used;if(this.pos!==void 0&&(t=Math.min(this.end-this.pos+1,t)),t<=0)return this.push(null);var n=this;this._vol.read(this.fd,Gr,Gr.used,t,this.pos,o),this.pos!==void 0&&(this.pos+=t),Gr.used+=t;function o(f,m){if(f)n.autoClose&&n.destroy&&n.destroy(),n.emit("error",f);else{var l=null;m>0&&(n.bytesRead+=m,l=e.slice(r,r+m)),n.push(l)}}c(o,"onread")};ui.prototype._destroy=function(i,e){this.close(t=>{e(i||t)})};ui.prototype.close=function(i){if(i&&this.once("close",i),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",I0);return}return(0,Pc.default)(()=>this.emit("close"))}typeof this._readableState?.closed=="boolean"?this._readableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};function I0(i){this.close()}c(I0,"closeOnOpen");(0,C0.inherits)(Vr,Dc.Writable);Nr.WriteStream=Vr;function Vr(i,e,t){if(!(this instanceof Vr))return new Vr(i,e,t);if(this._vol=i,t=Object.assign({},(0,Et.getOptions)(t,{})),Dc.Writable.call(this,t),this.path=(0,Se.pathToFilename)(e),this.fd=t.fd===void 0?null:typeof t.fd!="number"?t.fd.fd:t.fd,this.flags=t.flags===void 0?"w":t.flags,this.mode=t.mode===void 0?438:t.mode,this.start=t.start,this.autoClose=t.autoClose===void 0?!0:!!t.autoClose,this.pos=void 0,this.bytesWritten=0,this.pending=!0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.start<0)throw new Error('"start" must be >= zero');this.pos=this.start}t.encoding&&this.setDefaultEncoding(t.encoding),typeof this.fd!="number"&&this.open(),this.once("finish",function(){this.autoClose&&this.close()})}c(Vr,"FsWriteStream");Vr.prototype.open=function(){this._vol.open(this.path,this.flags,this.mode,function(i,e){if(i){this.autoClose&&this.destroy&&this.destroy(),this.emit("error",i);return}this.fd=e,this.pending=!1,this.emit("open",e)}.bind(this))};Vr.prototype._write=function(i,e,t){if(!(i instanceof Ca.Buffer||i instanceof Uint8Array))return this.emit("error",new Error("Invalid data"));if(typeof this.fd!="number")return this.once("open",function(){this._write(i,e,t)});var r=this;this._vol.write(this.fd,i,0,i.length,this.pos,(n,o)=>{if(n)return r.autoClose&&r.destroy&&r.destroy(),t(n);r.bytesWritten+=o,t()}),this.pos!==void 0&&(this.pos+=i.length)};Vr.prototype._writev=function(i,e){if(typeof this.fd!="number")return this.once("open",function(){this._writev(i,e)});let t=this,r=i.length,n=new Array(r);for(var o=0,f=0;f<r;f++){var m=i[f].chunk;n[f]=m,o+=m.length}let l=Ca.Buffer.concat(n);this._vol.write(this.fd,l,0,l.length,this.pos,(a,g)=>{if(a)return t.destroy&&t.destroy(),e(a);t.bytesWritten+=g,e()}),this.pos!==void 0&&(this.pos+=o)};Vr.prototype.close=function(i){if(i&&this.once("close",i),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",I0);return}return(0,Pc.default)(()=>this.emit("close"))}typeof this._writableState?.closed=="boolean"?this._writableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};Vr.prototype._destroy=ui.prototype._destroy;Vr.prototype.destroySoon=Vr.prototype.end;var Dp=class Dp extends N0.EventEmitter{constructor(e){super(),this._filename="",this._filenameEncoded="",this._recursive=!1,this._encoding=is.ENCODING_UTF8,this._listenerRemovers=new Map,this._onParentChild=t=>{t.getName()===this._getName()&&this._emit("rename")},this._emit=t=>{this.emit("change",t,this._filenameEncoded)},this._persist=()=>{this._timer=setTimeout(this._persist,1e6)},this._vol=e}_getName(){return this._steps[this._steps.length-1]}start(e,t=!0,r=!1,n=is.ENCODING_UTF8){this._filename=(0,Se.pathToFilename)(e),this._steps=(0,dr.filenameToSteps)(this._filename),this._filenameEncoded=(0,is.strToEncoding)(this._filename),this._recursive=r,this._encoding=n;try{this._link=this._vol._core.getLinkOrThrow(this._filename,"FSWatcher")}catch(l){let a=new Error(`watch ${this._filename} ${l.code}`);throw a.code=l.code,a.errno=l.code,a}let o=c(l=>{let a=l.getPath(),g=l.getNode(),y=c(()=>{let F=Tc(this._filename,a);return F||(F=this._getName()),this.emit("change","change",F)},"onNodeChange"),b=g.changes.listen(([F])=>{F==="modify"&&y()}),S=this._listenerRemovers.get(g.ino)??[];S.push(()=>b()),this._listenerRemovers.set(g.ino,S)},"watchLinkNodeChanged"),f=c(l=>{let a=l.getNode(),g=c(F=>{this.emit("change","rename",Tc(this._filename,F.getPath())),o(F),f(F)},"onLinkChildAdd"),y=c(F=>{let T=c(P=>{let $=P.getNode().ino,R=this._listenerRemovers.get($);R&&(R.forEach(M=>M()),this._listenerRemovers.delete($));for(let[M,C]of P.children.entries())C&&M!=="."&&M!==".."&&T(C)},"removeLinkNodeListeners");T(F),this.emit("change","rename",Tc(this._filename,F.getPath()))},"onLinkChildDelete");for(let[F,T]of l.children.entries())T&&F!=="."&&F!==".."&&o(T);let b=l.changes.listen(([F,T])=>{F==="child:add"?g(T):F==="child:del"&&y(T)});if((this._listenerRemovers.get(a.ino)??[]).push(()=>{b()}),r)for(let[F,T]of l.children.entries())T&&F!=="."&&F!==".."&&f(T)},"watchLinkChildrenChanged");o(this._link),f(this._link);let m=this._link.parent;m&&m.changes.listen(([l,a])=>{l==="child:del"&&this._onParentChild(a)}),t&&this._persist()}close(){clearTimeout(this._timer),this._listenerRemovers.forEach(e=>{e.forEach(t=>t())}),this._listenerRemovers.clear(),this._parentChangesUnsub?.()}};c(Dp,"FSWatcher");var Ac=Dp;Nr.FSWatcher=Ac});var j0=Ze(Nc=>{"use strict";Object.defineProperty(Nc,"__esModule",{value:!0});Nc.fsSynchronousApiList=void 0;Nc.fsSynchronousApiList=["accessSync","appendFileSync","chmodSync","chownSync","closeSync","copyFileSync","existsSync","fchmodSync","fchownSync","fdatasyncSync","fstatSync","fsyncSync","ftruncateSync","futimesSync","lchmodSync","lchownSync","linkSync","lstatSync","mkdirSync","mkdtempSync","openSync","opendirSync","readdirSync","readFileSync","readlinkSync","readSync","readvSync","realpathSync","renameSync","rmdirSync","rmSync","statSync","symlinkSync","truncateSync","unlinkSync","utimesSync","lutimesSync","writeFileSync","writeSync","writevSync"]});var M0=Ze(Cc=>{"use strict";Object.defineProperty(Cc,"__esModule",{value:!0});Cc.fsCallbackApiList=void 0;Cc.fsCallbackApiList=["access","appendFile","chmod","chown","close","copyFile","cp","createReadStream","createWriteStream","exists","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","openAsBlob","opendir","read","readv","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","unwatchFile","utimes","lutimes","watch","watchFile","write","writev","writeFile"]});var Ia=Ze((Cr,Ic)=>{"use strict";Object.defineProperty(Cr,"__esModule",{value:!0});Cr.memfs=Cr.fs=Cr.vol=Cr.Volume=void 0;Cr.createFsFromVolume=Np;var LF=Id(),UF=zl(),Bc=B0();Object.defineProperty(Cr,"Volume",{enumerable:!0,get:c(function(){return Bc.Volume},"get")});var $0=ii(),WF=j0(),qF=M0(),{F_OK:zF,R_OK:HF,W_OK:GF,X_OK:VF}=$0.constants;Cr.vol=new Bc.Volume;function Np(i){let e={F_OK:zF,R_OK:HF,W_OK:GF,X_OK:VF,constants:$0.constants,Stats:LF.default,Dirent:UF.default};for(let t of WF.fsSynchronousApiList)typeof i[t]=="function"&&(e[t]=i[t].bind(i));for(let t of qF.fsCallbackApiList)typeof i[t]=="function"&&(e[t]=i[t].bind(i));return e.StatWatcher=i.StatWatcher,e.FSWatcher=i.FSWatcher,e.WriteStream=i.WriteStream,e.ReadStream=i.ReadStream,e.promises=i.promises,typeof i.realpath=="function"&&(e.realpath=i.realpath.bind(i),typeof i.realpath.native=="function"&&(e.realpath.native=i.realpath.native.bind(i))),typeof i.realpathSync=="function"&&(e.realpathSync=i.realpathSync.bind(i),typeof i.realpathSync.native=="function"&&(e.realpathSync.native=i.realpathSync.native.bind(i))),e._toUnixTimestamp=Bc.toUnixTimestamp,e.__vol=i,e}c(Np,"createFsFromVolume");Cr.fs=Np(Cr.vol);var KF=c((i={},e="/")=>{let t=Bc.Volume.fromNestedJSON(i,e);return{fs:Np(t),vol:t}},"memfs");Cr.memfs=KF;Ic.exports={...Ic.exports,...Cr.fs};Ic.exports.semantic=!0});var qp=Ze((gC,$c)=>{function W0(i){return Array.isArray(i)?i:[i]}c(W0,"makeArray");var JF=void 0,Ip="",L0=" ",Cp="\\",YF=/^\s+$/,XF=/(?:[^\\]|^)\\$/,QF=/^\\!/,ZF=/^\\#/,ek=/\r?\n/g,tk=/^\.{0,2}\/|^\.{1,2}$/,rk=/\/$/,Ba="/",q0="node-ignore";typeof Symbol<"u"&&(q0=Symbol.for("node-ignore"));var z0=q0,ja=c((i,e,t)=>(Object.defineProperty(i,e,{value:t}),t),"define"),ik=/([0-z])-([0-z])/g,H0=c(()=>!1,"RETURN_FALSE"),nk=c(i=>i.replace(ik,(e,t,r)=>t.charCodeAt(0)<=r.charCodeAt(0)?e:Ip),"sanitizeRange"),sk=c(i=>{let{length:e}=i;return i.slice(0,e-e%2)},"cleanRangeBackSlash"),ak=[[/^\uFEFF/,()=>Ip],[/((?:\\\\)*?)(\\?\s+)$/,(i,e,t)=>e+(t.indexOf("\\")===0?L0:Ip)],[/(\\+?)\s/g,(i,e)=>{let{length:t}=e;return e.slice(0,t-t%2)+L0}],[/[\\$.|*+(){^]/g,i=>`\\${i}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,c(function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"},"startingReplacer")],[/\\\/\\\*\\\*(?=\\\/|$)/g,(i,e,t)=>e+6<t.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(i,e,t)=>{let r=t.replace(/\\\*/g,"[^\\/]*");return e+r}],[/\\\\\\(?=[$.|*+(){^])/g,()=>Cp],[/\\\\/g,()=>Cp],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(i,e,t,r,n)=>e===Cp?`\\[${t}${sk(r)}${n}`:n==="]"&&r.length%2===0?`[${nk(t)}${r}]`:"[]"],[/(?:[^*])$/,i=>/\/$/.test(i)?`${i}$`:`${i}(?=$|\\/$)`]],ok=/(^|\\\/)?\\\*$/,Lo="regex",jc="checkRegex",U0="_",lk={[Lo](i,e){return`${e?`${e}[^/]+`:"[^/]*"}(?=$|\\/$)`},[jc](i,e){return`${e?`${e}[^/]*`:"[^/]*"}(?=$|\\/$)`}},ck=c(i=>ak.reduce((e,[t,r])=>e.replace(t,r.bind(i)),i),"makeRegexPrefix"),Mc=c(i=>typeof i=="string","isString"),fk=c(i=>i&&Mc(i)&&!YF.test(i)&&!XF.test(i)&&i.indexOf("#")!==0,"checkPattern"),hk=c(i=>i.split(ek).filter(Boolean),"splitPattern"),Lp=class Lp{constructor(e,t,r,n,o,f){this.pattern=e,this.mark=t,this.negative=o,ja(this,"body",r),ja(this,"ignoreCase",n),ja(this,"regexPrefix",f)}get regex(){let e=U0+Lo;return this[e]?this[e]:this._make(Lo,e)}get checkRegex(){let e=U0+jc;return this[e]?this[e]:this._make(jc,e)}_make(e,t){let r=this.regexPrefix.replace(ok,lk[e]),n=this.ignoreCase?new RegExp(r,"i"):new RegExp(r);return ja(this,t,n)}};c(Lp,"IgnoreRule");var Bp=Lp,uk=c(({pattern:i,mark:e},t)=>{let r=!1,n=i;n.indexOf("!")===0&&(r=!0,n=n.substr(1)),n=n.replace(QF,"!").replace(ZF,"#");let o=ck(n);return new Bp(i,e,n,t,r,o)},"createRule"),Up=class Up{constructor(e){this._ignoreCase=e,this._rules=[]}_add(e){if(e&&e[z0]){this._rules=this._rules.concat(e._rules._rules),this._added=!0;return}if(Mc(e)&&(e={pattern:e}),fk(e.pattern)){let t=uk(e,this._ignoreCase);this._added=!0,this._rules.push(t)}}add(e){return this._added=!1,W0(Mc(e)?hk(e):e).forEach(this._add,this),this._added}test(e,t,r){let n=!1,o=!1,f;this._rules.forEach(l=>{let{negative:a}=l;o===a&&n!==o||a&&!n&&!o&&!t||!l[r].test(e)||(n=!a,o=a,f=a?JF:l)});let m={ignored:n,unignored:o};return f&&(m.rule=f),m}};c(Up,"RuleManager");var jp=Up,dk=c((i,e)=>{throw new e(i)},"throwError"),Oi=c((i,e,t)=>Mc(i)?i?Oi.isNotRelative(i)?t(`path should be a \`path.relative()\`d string, but got "${e}"`,RangeError):!0:t("path must not be empty",TypeError):t(`path must be a string, but got \`${e}\``,TypeError),"checkPath"),G0=c(i=>tk.test(i),"isNotRelative");Oi.isNotRelative=G0;Oi.convert=i=>i;var Wp=class Wp{constructor({ignorecase:e=!0,ignoreCase:t=e,allowRelativePaths:r=!1}={}){ja(this,z0,!0),this._rules=new jp(t),this._strictPathCheck=!r,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}add(e){return this._rules.add(e)&&this._initCache(),this}addPattern(e){return this.add(e)}_test(e,t,r,n){let o=e&&Oi.convert(e);return Oi(o,e,this._strictPathCheck?dk:H0),this._t(o,t,r,n)}checkIgnore(e){if(!rk.test(e))return this.test(e);let t=e.split(Ba).filter(Boolean);if(t.pop(),t.length){let r=this._t(t.join(Ba)+Ba,this._testCache,!0,t);if(r.ignored)return r}return this._rules.test(e,!1,jc)}_t(e,t,r,n){if(e in t)return t[e];if(n||(n=e.split(Ba).filter(Boolean)),n.pop(),!n.length)return t[e]=this._rules.test(e,r,Lo);let o=this._t(n.join(Ba)+Ba,t,r,n);return t[e]=o.ignored?o:this._rules.test(e,r,Lo)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return W0(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}};c(Wp,"Ignore");var Mp=Wp,$p=c(i=>new Mp(i),"factory"),pk=c(i=>Oi(i&&Oi.convert(i),i,H0),"isPathValid"),V0=c(()=>{let i=c(t=>/^\\\\\?\\/.test(t)||/["<>|\u0000-\u001F]+/u.test(t)?t:t.replace(/\\/g,"/"),"makePosix");Oi.convert=i;let e=/^[a-z]:\//i;Oi.isNotRelative=t=>e.test(t)||G0(t)},"setupWindows");typeof process<"u"&&process.platform==="win32"&&V0();$c.exports=$p;$p.default=$p;$c.exports.isPathValid=pk;ja($c.exports,Symbol.for("setupWindows"),V0)});var si=Ze(Qa=>{"use strict";Object.defineProperty(Qa,"__esModule",{value:!0});Qa.constants=Qa.SEP=void 0;Qa.SEP="/";Qa.constants={O_RDONLY:0,O_WRONLY:1,O_RDWR:2,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:64,O_EXCL:128,O_NOCTTY:256,O_TRUNC:512,O_APPEND:1024,O_DIRECTORY:65536,O_NOATIME:262144,O_NOFOLLOW:131072,O_SYNC:1052672,O_SYMLINK:2097152,O_DIRECT:16384,O_NONBLOCK:2048,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_FS_SYMLINK_DIR:1,UV_FS_SYMLINK_JUNCTION:2,UV_FS_COPYFILE_EXCL:1,UV_FS_COPYFILE_FICLONE:2,UV_FS_COPYFILE_FICLONE_FORCE:4,COPYFILE_EXCL:1,COPYFILE_FICLONE:2,COPYFILE_FICLONE_FORCE:4}});var hm=Ze(Yo=>{"use strict";Object.defineProperty(Yo,"__esModule",{value:!0});Yo.Stats=void 0;var iT=si(),{S_IFMT:nT,S_IFDIR:sT,S_IFREG:aT,S_IFBLK:oT,S_IFCHR:lT,S_IFLNK:cT,S_IFIFO:fT,S_IFSOCK:hT}=iT.constants,lf=class lf{static build(e,t=!1){let r=new lf,{uid:n,gid:o,atime:f,mtime:m,ctime:l}=e,a=t?y=>BigInt(y):y=>y;r.uid=a(n),r.gid=a(o),r.rdev=a(e.rdev),r.blksize=a(4096),r.ino=a(e.ino),r.size=a(e.getSize()),r.blocks=a(1),r.atime=f,r.mtime=m,r.ctime=l,r.birthtime=l,r.atimeMs=a(f.getTime()),r.mtimeMs=a(m.getTime());let g=a(l.getTime());if(r.ctimeMs=g,r.birthtimeMs=g,t){r.atimeNs=BigInt(f.getTime())*BigInt(1e6),r.mtimeNs=BigInt(m.getTime())*BigInt(1e6);let y=BigInt(l.getTime())*BigInt(1e6);r.ctimeNs=y,r.birthtimeNs=y}return r.dev=a(0),r.mode=a(e.mode),r.nlink=a(e.nlink),r}_checkModeProperty(e){return(Number(this.mode)&nT)===e}isDirectory(){return this._checkModeProperty(sT)}isFile(){return this._checkModeProperty(aT)}isBlockDevice(){return this._checkModeProperty(oT)}isCharacterDevice(){return this._checkModeProperty(lT)}isSymbolicLink(){return this._checkModeProperty(cT)}isFIFO(){return this._checkModeProperty(fT)}isSocket(){return this._checkModeProperty(hT)}};c(lf,"Stats");var of=lf;Yo.Stats=of;Yo.default=of});var tv=Ze(cf=>{"use strict";Object.defineProperty(cf,"__esModule",{value:!0});cf.Buffer=void 0;var uT=rr("node:buffer");Object.defineProperty(cf,"Buffer",{enumerable:!0,get:c(function(){return uT.Buffer},"get")})});var Yi=Ze(Ji=>{"use strict";Object.defineProperty(Ji,"__esModule",{value:!0});Ji.bufferFrom=Ji.bufferAllocUnsafe=Ji.Buffer=void 0;var ff=tv();Object.defineProperty(Ji,"Buffer",{enumerable:!0,get:c(function(){return ff.Buffer},"get")});function rv(i,...e){return new ff.Buffer(i,...e)}c(rv,"bufferV0P12Ponyfill");var dT=ff.Buffer.allocUnsafe||rv;Ji.bufferAllocUnsafe=dT;var pT=ff.Buffer.from||rv;Ji.bufferFrom=pT});var dm=Ze(Za=>{"use strict";Object.defineProperty(Za,"__esModule",{value:!0});Za.inherits=mT;Za.promisify=gT;Za.inspect=um;Za.format=yT;function mT(i,e){if(i==null)throw new TypeError("The constructor to inherit from is not defined");if(e==null)throw new TypeError("The super constructor to inherit from is not defined");i.super_=e,i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}})}c(mT,"inherits");function gT(i){if(typeof i!="function")throw new TypeError('The "original" argument must be of type function');return function(...e){return new Promise((t,r)=>{i.call(this,...e,(n,o)=>{n?r(n):t(o)})})}}c(gT,"promisify");function um(i){return i===null?"null":i===void 0?"undefined":typeof i=="string"?`'${i}'`:typeof i=="number"||typeof i=="boolean"?String(i):Array.isArray(i)?`[ ${i.map(t=>um(t)).join(", ")} ]`:typeof i=="object"?`{ ${Object.entries(i).map(([t,r])=>`${t}: ${um(r)}`).join(", ")} }`:String(i)}c(um,"inspect");function yT(i,...e){if(e.length===0)return i;let t=i,r=0;for(t=t.replace(/%[sdj%]/g,n=>{if(r>=e.length)return n;let o=e[r++];switch(n){case"%s":return String(o);case"%d":return Number(o).toString();case"%j":try{return JSON.stringify(o)}catch{return"[Circular]"}case"%%":return"%";default:return n}});r<e.length;)t+=" "+String(e[r++]);return t}c(yT,"format")});var Xo=Ze(wr=>{"use strict";Object.defineProperty(wr,"__esModule",{value:!0});wr.AssertionError=wr.RangeError=wr.TypeError=wr.Error=void 0;wr.message=sv;wr.E=Xi;var pm=dm(),iv=typeof Symbol>"u"?"_kCode":Symbol("code"),nv={};function gm(i){var e;return e=class extends i{constructor(r,...n){super(sv(r,n)),this.code=r,this[iv]=r,this.name=`${super.name} [${this[iv]}]`}},c(e,"NodeError"),e}c(gm,"makeNodeError");var hf=globalThis,ym=class ym extends hf.Error{constructor(e){if(typeof e!="object"||e===null)throw new wr.TypeError("ERR_INVALID_ARG_TYPE","options","object");e.message?super(e.message):super(`${(0,pm.inspect)(e.actual).slice(0,128)} ${e.operator} ${(0,pm.inspect)(e.expected).slice(0,128)}`),this.generatedMessage=!e.message,this.name="AssertionError [ERR_ASSERTION]",this.code="ERR_ASSERTION",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,wr.Error.captureStackTrace(this,e.stackStartFunction)}};c(ym,"AssertionError");var mm=ym;wr.AssertionError=mm;function sv(i,e){if(typeof i!="string")throw new wr.Error("Error message key must be a string");let t=nv[i];if(!t)throw new wr.Error(`An invalid error message key was used: ${i}.`);let r;if(typeof t=="function")r=t;else{if(r=pm.format,e===void 0||e.length===0)return t;e.unshift(t)}return String(r.apply(null,e))}c(sv,"message");function Xi(i,e){nv[i]=typeof e=="function"?e:String(e)}c(Xi,"E");wr.Error=gm(hf.Error);wr.TypeError=gm(hf.TypeError);wr.RangeError=gm(hf.RangeError);Xi("ERR_DIR_CLOSED","Directory handle was closed");Xi("ERR_DIR_CONCURRENT_OPERATION","Cannot do synchronous work on directory handle with concurrent asynchronous operations");Xi("ERR_INVALID_FILE_URL_HOST",'File URL host must be "localhost" or empty on %s');Xi("ERR_INVALID_FILE_URL_PATH","File URL path %s");Xi("ERR_INVALID_OPT_VALUE",(i,e)=>`The value "${String(e)}" is invalid for option "${i}"`);Xi("ERR_INVALID_OPT_VALUE_ENCODING",i=>`The value "${String(i)}" is invalid for option "encoding"`);Xi("ERR_INVALID_ARG_VALUE","Unable to open file as blob")});var Qo=Ze(os=>{"use strict";Object.defineProperty(os,"__esModule",{value:!0});os.ENCODING_UTF8=void 0;os.assertEncoding=bT;os.strToEncoding=_T;var wm=Yi(),wT=Xo();os.ENCODING_UTF8="utf8";function bT(i){if(i&&!wm.Buffer.isEncoding(i))throw new wT.TypeError("ERR_INVALID_OPT_VALUE_ENCODING",i)}c(bT,"assertEncoding");function _T(i,e){return!e||e===os.ENCODING_UTF8?i:e==="buffer"?new wm.Buffer(i):new wm.Buffer(i).toString(e)}c(_T,"strToEncoding")});var pf=Ze(Zo=>{"use strict";Object.defineProperty(Zo,"__esModule",{value:!0});Zo.Dirent=void 0;var vT=si(),ST=Qo(),{S_IFMT:ET,S_IFDIR:FT,S_IFREG:kT,S_IFBLK:RT,S_IFCHR:TT,S_IFLNK:OT,S_IFIFO:xT,S_IFSOCK:AT}=vT.constants,df=class df{constructor(){this.name="",this.path="",this.parentPath="",this.mode=0}static build(e,t){let r=new df,{mode:n}=e.getNode();return r.name=(0,ST.strToEncoding)(e.getName(),t),r.mode=n,r.path=e.getParentPath(),r.parentPath=r.path,r}_checkModeProperty(e){return(this.mode&ET)===e}isDirectory(){return this._checkModeProperty(FT)}isFile(){return this._checkModeProperty(kT)}isBlockDevice(){return this._checkModeProperty(RT)}isCharacterDevice(){return this._checkModeProperty(TT)}isSymbolicLink(){return this._checkModeProperty(OT)}isFIFO(){return this._checkModeProperty(xT)}isSocket(){return this._checkModeProperty(AT)}};c(df,"Dirent");var uf=df;Zo.Dirent=uf;Zo.default=uf});var eo=Ze(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.basename=Yt.isAbsolute=Yt.normalize=Yt.dirname=Yt.relative=Yt.join=Yt.posix=Yt.sep=Yt.resolve=void 0;var Ci=rr("node:path");Object.defineProperty(Yt,"resolve",{enumerable:!0,get:c(function(){return Ci.resolve},"get")});Object.defineProperty(Yt,"sep",{enumerable:!0,get:c(function(){return Ci.sep},"get")});Object.defineProperty(Yt,"posix",{enumerable:!0,get:c(function(){return Ci.posix},"get")});Object.defineProperty(Yt,"join",{enumerable:!0,get:c(function(){return Ci.join},"get")});Object.defineProperty(Yt,"relative",{enumerable:!0,get:c(function(){return Ci.relative},"get")});Object.defineProperty(Yt,"dirname",{enumerable:!0,get:c(function(){return Ci.dirname},"get")});Object.defineProperty(Yt,"normalize",{enumerable:!0,get:c(function(){return Ci.normalize},"get")});Object.defineProperty(Yt,"isAbsolute",{enumerable:!0,get:c(function(){return Ci.isAbsolute},"get")});Object.defineProperty(Yt,"basename",{enumerable:!0,get:c(function(){return Ci.basename},"get")})});var ov=Ze(av=>{"use strict";Object.defineProperty(av,"__esModule",{value:!0})});var _m=Ze(mf=>{"use strict";Object.defineProperty(mf,"__esModule",{value:!0});mf.flattenJSON=void 0;var lv=Yi(),bm=eo(),PT=bm.posix?bm.posix.join:bm.join,DT=c(i=>{let e={};function t(r,n){for(let o in n){let f=n[o],m=PT(r,o);typeof f=="string"||f instanceof lv.Buffer?e[m]=f:typeof f=="object"&&f!==null&&!(f instanceof lv.Buffer)&&Object.keys(f).length>0?t(m,f):e[m]=null}}return c(t,"flatten"),t("",i),e},"flattenJSON");mf.flattenJSON=DT});var yf=Ze(gf=>{"use strict";Object.defineProperty(gf,"__esModule",{value:!0});gf.createProcess=cv;var NT=c(()=>{if(typeof process<"u")return process;try{return rr("process")}catch{return}},"maybeReturnProcess");function cv(){let i=NT()||{};return i.cwd||(i.cwd=()=>"/"),i.emitWarning||(i.emitWarning=(e,t)=>{console.warn(`${t}${t?": ":""}${e}`)}),i.env||(i.env={}),i}c(cv,"createProcess");gf.default=cv()});var Em=Ze(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});_f.Node=void 0;var CT=Co(),uv=yf(),Bi=Yi(),IT=si(),{S_IFMT:Ii,S_IFDIR:BT,S_IFREG:jT,S_IFLNK:fv,S_IFCHR:MT}=IT.constants,wf=c(()=>uv.default.getuid?.()??0,"getuid"),bf=c(()=>uv.default.getgid?.()??0,"getgid"),hv=(0,Bi.bufferAllocUnsafe)(0),Sm=class Sm{constructor(e,t=438){this.changes=new CT.FanOut,this._uid=wf(),this._gid=bf(),this._atime=new Date,this._mtime=new Date,this._ctime=new Date,this.buf=hv,this.capacity=0,this.size=0,this.rdev=0,this._nlink=1,this.mode=t,this.ino=e}set ctime(e){this._ctime=e}get ctime(){return this._ctime}set uid(e){this._uid=e,this.ctime=new Date}get uid(){return this._uid}set gid(e){this._gid=e,this.ctime=new Date}get gid(){return this._gid}set atime(e){this._atime=e}get atime(){return this._atime}set mtime(e){this._mtime=e,this.ctime=new Date}get mtime(){return this._mtime}get perm(){return this.mode&~Ii}set perm(e){this.mode=this.mode&Ii|e&~Ii,this.ctime=new Date}set nlink(e){this._nlink=e,this.ctime=new Date}get nlink(){return this._nlink}getString(e="utf8"){return this.atime=new Date,this.getBuffer().toString(e)}setString(e){this._setBuf((0,Bi.bufferFrom)(e,"utf8"))}getBuffer(){return this.atime=new Date,this.buf||(this.buf=(0,Bi.bufferAllocUnsafe)(0)),(0,Bi.bufferFrom)(this.buf.subarray(0,this.size))}setBuffer(e){let t=(0,Bi.bufferFrom)(e);this._setBuf(t)}_setBuf(e){let t=e.length;this.buf=e,this.capacity=t,this.size=t,this.touch()}getSize(){return this.size}setModeProperty(e){this.mode=e}isFile(){return(this.mode&Ii)===jT}isDirectory(){return(this.mode&Ii)===BT}isSymlink(){return(this.mode&Ii)===fv}isCharacterDevice(){return(this.mode&Ii)===MT}makeSymlink(e){this.mode=fv|438,this.symlink=e}write(e,t=0,r=e.length,n=0){let o=e.length;if(t+r>o&&(r=o-t),r<=0)return 0;let f=n+r;if(f>this.capacity){let m=Math.max(this.capacity*2,64);for(;m<f;)m*=2;let l=(0,Bi.bufferAllocUnsafe)(m);this.size>0&&this.buf.copy(l,0,0,this.size),this.buf=l,this.capacity=m}return n>this.size&&this.buf.fill(0,this.size,n),e.copy(this.buf,n,t,t+r),f>this.size&&(this.size=f),this.touch(),r}read(e,t=0,r=e.byteLength,n=0){if(this.atime=new Date,n>=this.size)return 0;let o=r;if(o>e.byteLength&&(o=e.byteLength),o+n>this.size&&(o=this.size-n),o<=0)return 0;let f=e instanceof Bi.Buffer?e:Bi.Buffer.from(e.buffer,e.byteOffset,e.byteLength);return this.buf.copy(f,t,n,n+o),o}truncate(e=0){if(!e){this.buf=hv,this.capacity=0,this.size=0,this.touch();return}if(e<=this.size)this.size=e;else{if(e>this.capacity){let t=Math.max(this.capacity*2,64);for(;t<e;)t*=2;let r=(0,Bi.bufferAllocUnsafe)(t);this.size>0&&this.buf.copy(r,0,0,this.size),r.fill(0,this.size,e),this.buf=r,this.capacity=t}else this.buf.fill(0,this.size,e);this.size=e}this.touch()}chmod(e){this.mode=this.mode&Ii|e&~Ii,this.touch()}chown(e,t){this.uid=e,this.gid=t,this.touch()}touch(){this.mtime=new Date,this.changes.emit(["modify"])}canRead(e=wf(),t=bf()){return!!(this.perm&4||t===this.gid&&this.perm&32||e===this.uid&&this.perm&256)}canWrite(e=wf(),t=bf()){return!!(this.perm&2||t===this.gid&&this.perm&16||e===this.uid&&this.perm&128)}canExecute(e=wf(),t=bf()){return!!(this.perm&1||t===this.gid&&this.perm&8||e===this.uid&&this.perm&64)}del(){this.changes.emit(["delete"])}toJSON(){return{ino:this.ino,uid:this.uid,gid:this.gid,atime:this.atime.getTime(),mtime:this.mtime.getTime(),ctime:this.ctime.getTime(),perm:this.perm,mode:this.mode,nlink:this.nlink,symlink:this.symlink,data:this.getString()}}};c(Sm,"Node");var vm=Sm;_f.Node=vm});var km=Ze(vf=>{"use strict";Object.defineProperty(vf,"__esModule",{value:!0});vf.Link=void 0;var $T=si(),LT=Co(),{S_IFREG:UT}=$T.constants,el=class el{get steps(){return this._steps}set steps(e){this._steps=e;for(let[t,r]of this.children.entries())t==="."||t===".."||r?.syncSteps()}constructor(e,t,r){this.changes=new LT.FanOut,this.children=new Map,this._steps=[],this.ino=0,this.length=0,this.vol=e,this.parent=t,this.name=r,this.syncSteps()}setNode(e){this.node=e,this.ino=e.ino}getNode(){return this.node}createChild(e,t=this.vol.createNode(UT|438)){let r=new el(this.vol,this,e);return r.setNode(t),t.isDirectory()&&(r.children.set(".",r),r.getNode().nlink++),this.setChild(e,r),r}setChild(e,t=new el(this.vol,this,e)){return this.children.set(e,t),t.parent=this,this.length++,t.getNode().isDirectory()&&(t.children.set("..",this),this.getNode().nlink++),this.getNode().mtime=new Date,this.changes.emit(["child:add",t,this]),t}deleteChild(e){e.getNode().isDirectory()&&(e.children.delete(".."),this.getNode().nlink--),this.children.delete(e.getName()),this.length--,this.getNode().mtime=new Date,this.changes.emit(["child:del",e,this])}getChild(e){return this.getNode().atime=new Date,this.children.get(e)}getPath(){return this.steps.join("/")}getParentPath(){return this.steps.slice(0,-1).join("/")}getName(){return this.steps[this.steps.length-1]}toJSON(){return{steps:this.steps,ino:this.ino,children:Array.from(this.children.keys())}}syncSteps(){this.steps=this.parent?this.parent.steps.concat([this.name]):[this.name]}};c(el,"Link");var Fm=el;vf.Link=Fm});var Om=Ze(Sf=>{"use strict";Object.defineProperty(Sf,"__esModule",{value:!0});Sf.File=void 0;var WT=si(),{O_APPEND:qT}=WT.constants,Tm=class Tm{constructor(e,t,r,n){this.link=e,this.node=t,this.flags=r,this.fd=n,this.position=0,this.flags&qT&&(this.position=this.getSize())}getString(e="utf8"){return this.node.getString()}setString(e){this.node.setString(e)}getBuffer(){return this.node.getBuffer()}setBuffer(e){this.node.setBuffer(e)}getSize(){return this.node.getSize()}truncate(e){this.node.truncate(e)}seekTo(e){this.position=e}write(e,t=0,r=e.length,n){typeof n!="number"&&(n=this.position);let o=this.node.write(e,t,r,n);return this.position=n+o,o}read(e,t=0,r=e.byteLength,n){typeof n!="number"&&(n=this.position);let o=this.node.read(e,t,r,n);return this.position=n+o,o}chmod(e){this.node.chmod(e)}chown(e,t){this.node.chown(e,t)}};c(Tm,"File");var Rm=Tm;Sf.File=Rm});var io=Ze(ro=>{"use strict";Object.defineProperty(ro,"__esModule",{value:!0});ro.FLAGS=ro.ERRSTR=void 0;var zT=si();ro.ERRSTR={PATH_STR:"path must be a string, Buffer, or Uint8Array",FD:"fd must be a file descriptor",MODE_INT:"mode must be an int",CB:"callback must be a function",UID:"uid must be an unsigned int",GID:"gid must be an unsigned int",LEN:"len must be an integer",ATIME:"atime must be an integer",MTIME:"mtime must be an integer",PREFIX:"filename prefix is required",BUFFER:"buffer must be an instance of Buffer or StaticBuffer",OFFSET:"offset must be an integer",LENGTH:"length must be an integer",POSITION:"position must be an integer"};var{O_RDONLY:dv,O_WRONLY:Ef,O_RDWR:to,O_CREAT:Qi,O_EXCL:Ff,O_TRUNC:kf,O_APPEND:Rf,O_SYNC:pv}=zT.constants,mv;(function(i){i[i.r=dv]="r",i[i["r+"]=to]="r+",i[i.rs=dv|pv]="rs",i[i.sr=i.rs]="sr",i[i["rs+"]=to|pv]="rs+",i[i["sr+"]=i["rs+"]]="sr+",i[i.w=Ef|Qi|kf]="w",i[i.wx=Ef|Qi|kf|Ff]="wx",i[i.xw=i.wx]="xw",i[i["w+"]=to|Qi|kf]="w+",i[i["wx+"]=to|Qi|kf|Ff]="wx+",i[i["xw+"]=i["wx+"]]="xw+",i[i.a=Ef|Rf|Qi]="a",i[i.ax=Ef|Rf|Qi|Ff]="ax",i[i.xa=i.ax]="xa",i[i["a+"]=to|Rf|Qi]="a+",i[i["ax+"]=to|Rf|Qi|Ff]="ax+",i[i["xa+"]=i["ax+"]]="xa+"})(mv||(ro.FLAGS=mv={}))});var Am=Ze(xm=>{"use strict";Object.defineProperty(xm,"__esModule",{value:!0});xm.default=typeof queueMicrotask=="function"?queueMicrotask:i=>Promise.resolve().then(()=>i()).catch(()=>{})});var Af=Ze(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.filenameToSteps=lr.resolve=lr.unixify=lr.isWin=void 0;lr.isFd=yv;lr.validateFd=eO;lr.dataToBuffer=tO;var Of=eo(),Tf=Yi(),gv=yf(),HT=Qo(),GT=io();lr.isWin=gv.default.platform==="win32";var VT=Of.resolve,KT=Of.posix?Of.posix.sep:Of.sep,JT=c((i,e)=>{let t=i[e];return e>0&&(t==="/"||lr.isWin&&t==="\\")},"isSeparator"),YT=c(i=>{let e=i.length-1;if(e<2)return i;for(;JT(i,e);)e--;return i.substr(0,e+1)},"removeTrailingSeparator"),XT=c((i,e)=>{if(typeof i!="string")throw new TypeError("expected a string");return i=i.replace(/[\\\/]+/g,"/"),e!==!1&&(i=YT(i)),i},"normalizePath"),QT=c((i,e=!0)=>lr.isWin?(i=XT(i,e),i.replace(/^([a-zA-Z]+:|\.\/)/,"")):i,"unixify");lr.unixify=QT;var xf=c((i,e=gv.default.cwd())=>VT(e,i),"resolve");lr.resolve=xf;if(lr.isWin){let i=xf;lr.resolve=xf=c((e,t)=>(0,lr.unixify)(i(e,t)),"resolve")}var ZT=c((i,e)=>{let r=xf(i,e).substring(1);return r?r.split(KT):[]},"filenameToSteps");lr.filenameToSteps=ZT;function yv(i){return i>>>0===i}c(yv,"isFd");function eO(i){if(!yv(i))throw TypeError(GT.ERRSTR.FD)}c(eO,"validateFd");function tO(i,e=HT.ENCODING_UTF8){return Tf.Buffer.isBuffer(i)?i:i instanceof Uint8Array?(0,Tf.bufferFrom)(i):e==="buffer"?(0,Tf.bufferFrom)(String(i),"utf8"):(0,Tf.bufferFrom)(String(i),e)}c(tO,"dataToBuffer")});var Zi=Ze(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.getWriteSyncArgs=nr.getWriteArgs=nr.bufToUint8=void 0;nr.promisify=iO;nr.validateCallback=wv;nr.modeToNumber=bv;nr.nullCheck=_v;nr.pathToFilename=aO;nr.createError=SO;nr.genRndStr6=EO;nr.flagsToNumber=FO;nr.streamToBuffer=kO;nr.bufferToEncoding=xO;nr.isReadableStream=AO;var tl=io(),Pm=Xo(),Dm=Yi(),rO=Am(),Pf=Af();function iO(i,e,t=r=>r){return(...r)=>new Promise((n,o)=>{i[e].bind(i)(...r,(f,m)=>f?o(f):n(t(m)))})}c(iO,"promisify");function wv(i){if(typeof i!="function")throw TypeError(tl.ERRSTR.CB);return i}c(wv,"validateCallback");function nO(i,e){if(typeof i=="number")return i;if(typeof i=="string")return parseInt(i,8);if(e)return bv(e)}c(nO,"_modeToNumber");function bv(i,e){let t=nO(i,e);if(typeof t!="number"||isNaN(t))throw new TypeError(tl.ERRSTR.MODE_INT);return t}c(bv,"modeToNumber");function _v(i,e){if((""+i).indexOf("\0")!==-1){let t=new Error("Path must be a string without null bytes");if(t.code="ENOENT",typeof e!="function")throw t;return(0,rO.default)(()=>{e(t)}),!1}return!0}c(_v,"nullCheck");function sO(i){if(i.hostname!=="")throw new Pm.TypeError("ERR_INVALID_FILE_URL_HOST",process.platform);let e=i.pathname;for(let t=0;t<e.length;t++)if(e[t]==="%"){let r=e.codePointAt(t+2)|32;if(e[t+1]==="2"&&r===102)throw new Pm.TypeError("ERR_INVALID_FILE_URL_PATH","must not include encoded / characters")}return decodeURIComponent(e)}c(sO,"getPathFromURLPosix");function aO(i){if(i instanceof Uint8Array&&(i=(0,Dm.bufferFrom)(i)),typeof i!="string"&&!Dm.Buffer.isBuffer(i)){try{if(!(i instanceof rr("url").URL))throw new TypeError(tl.ERRSTR.PATH_STR)}catch{throw new TypeError(tl.ERRSTR.PATH_STR)}i=sO(i)}let e=String(i);return _v(e),e}c(aO,"pathToFilename");var oO="ENOENT",lO="EBADF",cO="EINVAL",fO="EPERM",hO="EPROTO",uO="EEXIST",dO="ENOTDIR",pO="EMFILE",mO="EACCES",gO="EISDIR",yO="ENOTEMPTY",wO="ENOSYS",bO="ERR_FS_EISDIR",_O="ERR_OUT_OF_RANGE";function vO(i,e="",t="",r=""){let n="";switch(t&&(n=` '${t}'`),r&&(n+=` -> '${r}'`),i){case oO:return`ENOENT: no such file or directory, ${e}${n}`;case lO:return`EBADF: bad file descriptor, ${e}${n}`;case cO:return`EINVAL: invalid argument, ${e}${n}`;case fO:return`EPERM: operation not permitted, ${e}${n}`;case hO:return`EPROTO: protocol error, ${e}${n}`;case uO:return`EEXIST: file already exists, ${e}${n}`;case dO:return`ENOTDIR: not a directory, ${e}${n}`;case gO:return`EISDIR: illegal operation on a directory, ${e}${n}`;case mO:return`EACCES: permission denied, ${e}${n}`;case yO:return`ENOTEMPTY: directory not empty, ${e}${n}`;case pO:return`EMFILE: too many open files, ${e}${n}`;case wO:return`ENOSYS: function not implemented, ${e}${n}`;case bO:return`[ERR_FS_EISDIR]: Path is a directory: ${e} returned EISDIR (is a directory) ${t}`;case _O:return`[ERR_OUT_OF_RANGE]: value out of range, ${e}${n}`;default:return`${i}: error occurred, ${e}${n}`}}c(vO,"formatError");function SO(i,e="",t="",r="",n=Error){let o=new n(vO(i,e,t,r));return o.code=i,t&&(o.path=t),o}c(SO,"createError");function EO(){return Math.random().toString(36).slice(2,8).padEnd(6,"0")}c(EO,"genRndStr6");function FO(i){if(typeof i=="number")return i;if(typeof i=="string"){let e=tl.FLAGS[i];if(typeof e<"u")return e}throw new Pm.TypeError("ERR_INVALID_OPT_VALUE","flags",i)}c(FO,"flagsToNumber");function kO(i){let e=[];return new Promise((t,r)=>{i.on("data",n=>e.push(n)),i.on("end",()=>t(Dm.Buffer.concat(e))),i.on("error",r)})}c(kO,"streamToBuffer");var RO=c(i=>new Uint8Array(i.buffer,i.byteOffset,i.byteLength),"bufToUint8");nr.bufToUint8=RO;var TO=c((i,e,t,r,n,o)=>{(0,Pf.validateFd)(i);let f=0,m,l=null,a,g,y=typeof e,b=typeof t,S=typeof r,F=typeof n;y!=="string"?b==="function"?g=t:S==="function"?(f=t|0,g=r):F==="function"?(f=t|0,m=r,g=n):(f=t|0,m=r,l=n,g=o):b==="function"?g=t:S==="function"?(l=t,g=r):F==="function"&&(l=t,a=r,g=n);let T=(0,Pf.dataToBuffer)(e,a);y!=="string"?typeof m>"u"&&(m=T.length):(f=0,m=T.length);let P=wv(g);return[i,y==="string",T,f,m,l,P]},"getWriteArgs");nr.getWriteArgs=TO;var OO=c((i,e,t,r,n)=>{(0,Pf.validateFd)(i);let o,f,m,l,a=typeof e!="string";a?(f=(t||0)|0,m=r,l=n):(l=t,o=r);let g=(0,Pf.dataToBuffer)(e,o);return a?typeof m>"u"&&(m=g.length):(f=0,m=g.length),[i,g,f||0,m,l]},"getWriteSyncArgs");nr.getWriteSyncArgs=OO;function xO(i,e){return!e||e==="buffer"?i:i.toString(e)}c(xO,"bufferToEncoding");function AO(i){return i!==null&&typeof i=="object"&&typeof i.pipe=="function"&&typeof i.on=="function"&&i.readable===!0}c(AO,"isReadableStream")});var Rv=Ze(Cf=>{"use strict";Object.defineProperty(Cf,"__esModule",{value:!0});Cf.Superblock=void 0;var cr=eo(),PO=Em(),vv=km(),DO=Om(),NO=Yi(),Sv=yf(),mi=si(),Ev=io(),bt=Zi(),ai=Af(),CO=_m(),no=cr.posix?cr.posix.sep:cr.sep,Fv=cr.posix?cr.posix.relative:cr.relative,IO=cr.posix?cr.posix.join:cr.join,{O_RDONLY:Nm,O_WRONLY:Df,O_RDWR:Cm,O_CREAT:kv,O_EXCL:BO,O_TRUNC:jO,O_APPEND:MO,O_DIRECTORY:$O}=mi.constants,so=class so{static fromJSON(e,t){let r=new so;return r.fromJSON(e,t),r}static fromNestedJSON(e,t){let r=new so;return r.fromNestedJSON(e,t),r}constructor(e={}){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.maxFiles=1e4,this.openFiles=0,this.open=(r,n,o,f=!0)=>{let m=this.openFile(r,n,o,f);if(!m)throw(0,bt.createError)("ENOENT","open",r);return m.fd},this.writeFile=(r,n,o,f)=>{let m=typeof r=="number",l;m?l=r:l=this.open((0,bt.pathToFilename)(r),o,f);let a=0,g=n.length,y=o&MO?void 0:0;try{for(;g>0;){let b=this.write(l,n,a,g,y);a+=b,g-=b,y!==void 0&&(y+=b)}}finally{m||this.close(l)}},this.read=(r,n,o,f,m)=>{if(n.byteLength<f)throw(0,bt.createError)("ERR_OUT_OF_RANGE","read",void 0,void 0,RangeError);let l=this.getFileByFdOrThrow(r);if(l.node.isSymlink())throw(0,bt.createError)("EPERM","read",l.link.getPath());return l.read(n,Number(o),Number(f),m===-1||typeof m!="number"?void 0:m)},this.readv=(r,n,o)=>{let f=this.getFileByFdOrThrow(r),m=o??void 0;m===-1&&(m=void 0);let l=0;for(let a of n){let g=f.read(a,0,a.byteLength,m);if(m=void 0,l+=g,g<a.byteLength)break}return l},this.link=(r,n)=>{let o;try{o=this.getLinkOrThrow(r,"link")}catch(g){throw g.code&&(g=(0,bt.createError)(g.code,"link",r,n)),g}let f=(0,cr.dirname)(n),m;try{m=this.getLinkOrThrow(f,"link")}catch(g){throw g.code&&(g=(0,bt.createError)(g.code,"link",r,n)),g}let l=(0,cr.basename)(n);if(m.getChild(l))throw(0,bt.createError)("EEXIST","link",r,n);let a=o.getNode();a.nlink++,m.createChild(l,a)},this.unlink=r=>{let n=this.getLinkOrThrow(r,"unlink");if(n.length)throw Error("Dir not empty...");this.deleteLink(n);let o=n.getNode();o.nlink--,o.nlink<=0&&this.deleteNode(o)},this.symlink=(r,n)=>{let o=(0,ai.filenameToSteps)(n),f;try{f=this.getLinkParentAsDirOrThrow(o)}catch(g){throw g.code&&(g=(0,bt.createError)(g.code,"symlink",r,n)),g}let m=o[o.length-1];if(f.getChild(m))throw(0,bt.createError)("EEXIST","symlink",r,n);let l=f.getNode();if(!l.canExecute()||!l.canWrite())throw(0,bt.createError)("EACCES","symlink",r,n);let a=f.createChild(m);return a.getNode().makeSymlink(r),a},this.rename=(r,n)=>{let o;try{o=this.getResolvedLinkOrThrow(r)}catch(y){throw y.code&&(y=(0,bt.createError)(y.code,"rename",r,n)),y}let f;try{f=this.getLinkParentAsDirOrThrow(n)}catch(y){throw y.code&&(y=(0,bt.createError)(y.code,"rename",r,n)),y}let m=o.parent;if(!m)throw(0,bt.createError)("EINVAL","rename",r,n);let l=m.getNode(),a=f.getNode();if(!l.canExecute()||!l.canWrite()||!a.canExecute()||!a.canWrite())throw(0,bt.createError)("EACCES","rename",r,n);m.deleteChild(o);let g=(0,cr.basename)(n);o.name=g,o.steps=[...f.steps,g],f.setChild(o.getName(),o)},this.mkdir=(r,n)=>{let o=(0,ai.filenameToSteps)(r);if(!o.length)throw(0,bt.createError)("EEXIST","mkdir",r);let f=this.getLinkParentAsDirOrThrow(r,"mkdir"),m=o[o.length-1];if(f.getChild(m))throw(0,bt.createError)("EEXIST","mkdir",r);let l=f.getNode();if(!l.canWrite()||!l.canExecute())throw(0,bt.createError)("EACCES","mkdir",r);f.createChild(m,this.createNode(mi.constants.S_IFDIR|n))},this.mkdirp=(r,n)=>{let o=!1,f=(0,ai.filenameToSteps)(r),m=null,l=f.length;for(l=f.length;l>=0&&(m=this.getResolvedLink(f.slice(0,l)),!m);l--);for(m||(m=this.root,l=0),m=this.getResolvedLinkOrThrow(cr.sep+f.slice(0,l).join(cr.sep),"mkdir"),l;l<f.length;l++){let a=m.getNode();if(a.isDirectory()){if(!a.canExecute()||!a.canWrite())throw(0,bt.createError)("EACCES","mkdir",r)}else throw(0,bt.createError)("ENOTDIR","mkdir",r);o=!0,m=m.createChild(f[l],this.createNode(mi.constants.S_IFDIR|n))}return o?r:void 0},this.rmdir=(r,n=!1)=>{let o=this.getLinkAsDirOrThrow(r,"rmdir");if(o.length&&!n)throw(0,bt.createError)("ENOTEMPTY","rmdir",r);this.deleteLink(o)},this.rm=(r,n=!1,o=!1)=>{let f;try{f=this.getResolvedLinkOrThrow(r,"stat")}catch(m){if(m.code==="ENOENT"&&n)return;throw m}if(f.getNode().isDirectory()&&!o)throw(0,bt.createError)("ERR_FS_EISDIR","rm",r);if(!f.parent?.getNode().canWrite())throw(0,bt.createError)("EACCES","rm",r);this.deleteLink(f)},this.close=r=>{(0,ai.validateFd)(r);let n=this.getFileByFdOrThrow(r,"close");this.closeFile(n)};let t=this.createLink();t.setNode(this.createNode(mi.constants.S_IFDIR|511)),t.setChild(".",t),t.getNode().nlink++,t.setChild("..",t),t.getNode().nlink++,this.root=t}createLink(e,t,r=!1,n){if(!e)return new vv.Link(this,void 0,"");if(!t)throw new Error("createLink: name cannot be empty");let o=n??(r?511:438),m=n&&n&mi.constants.S_IFMT?n&mi.constants.S_IFMT:r?mi.constants.S_IFDIR:mi.constants.S_IFREG,l=o&~mi.constants.S_IFMT|m;return e.createChild(t,this.createNode(l))}deleteLink(e){let t=e.parent;return t?(t.deleteChild(e),!0):!1}newInoNumber(){let e=this.releasedInos.pop();return e||(this.ino=(this.ino+1)%4294967295,this.ino)}newFdNumber(){let e=this.releasedFds.pop();return typeof e=="number"?e:so.fd--}createNode(e){let t=new PO.Node(this.newInoNumber(),e);return this.inodes[t.ino]=t,t}deleteNode(e){e.del(),delete this.inodes[e.ino],this.releasedInos.push(e.ino)}walk(e,t=!1,r=!1,n=!1,o){let f,m;e instanceof vv.Link?(f=e.steps,m=no+f.join(no)):typeof e=="string"?(f=(0,ai.filenameToSteps)(e),m=e):(f=e,m=no+f.join(no));let l=this.root,a=0;for(;a<f.length;){let g=l.getNode();if(g.isDirectory()){if(n&&!g.canExecute())throw(0,bt.createError)("EACCES",o,m)}else if(a<f.length-1)throw(0,bt.createError)("ENOTDIR",o,m);if(l=l.getChild(f[a])??null,!l){if(r)throw(0,bt.createError)("ENOENT",o,m);return null}if(g=l?.getNode(),g.isSymlink()&&(t||a<f.length-1)){let y=(0,cr.isAbsolute)(g.symlink)?g.symlink:IO((0,cr.dirname)(l.getPath()),g.symlink);f=(0,ai.filenameToSteps)(y).concat(f.slice(a+1)),l=this.root,a=0;continue}if(r&&!g.isDirectory()&&a<f.length-1){let y=Sv.default.platform==="win32"?"ENOENT":"ENOTDIR";throw(0,bt.createError)(y,o,m)}a++}return l}getLink(e){return this.walk(e,!1,!1,!1)}getLinkOrThrow(e,t){return this.walk(e,!1,!0,!0,t)}getResolvedLink(e){return this.walk(e,!0,!1,!1)}getResolvedLinkOrThrow(e,t){return this.walk(e,!0,!0,!0,t)}resolveSymlinks(e){return this.getResolvedLink(e.steps.slice(1))}getLinkAsDirOrThrow(e,t){let r=this.getLinkOrThrow(e,t);if(!r.getNode().isDirectory())throw(0,bt.createError)("ENOTDIR",t,e);return r}getLinkParent(e){return this.getLink(e.slice(0,-1))}getLinkParentAsDirOrThrow(e,t){let r=(e instanceof Array?e:(0,ai.filenameToSteps)(e)).slice(0,-1),n=no+r.join(no),o=this.getLinkOrThrow(n,t);if(!o.getNode().isDirectory())throw(0,bt.createError)("ENOTDIR",t,n);return o}getFileByFd(e){return this.fds[String(e)]}getFileByFdOrThrow(e,t){if(!(0,ai.isFd)(e))throw TypeError(Ev.ERRSTR.FD);let r=this.getFileByFd(e);if(!r)throw(0,bt.createError)("EBADF",t);return r}_toJSON(e=this.root,t={},r,n){let o=!0,f=e.children;e.getNode().isFile()&&(f=new Map([[e.getName(),e.parent.getChild(e.getName())]]),e=e.parent);for(let l of f.keys()){if(l==="."||l==="..")continue;o=!1;let a=e.getChild(l);if(!a)throw new Error("_toJSON: unexpected undefined");let g=a.getNode();if(g.isFile()){let y=a.getPath();r&&(y=Fv(r,y)),t[y]=n?g.getBuffer():g.getString()}else g.isDirectory()&&this._toJSON(a,t,r,n)}let m=e.getPath();return r&&(m=Fv(r,m)),m&&o&&(t[m]=null),t}toJSON(e,t={},r=!1,n=!1){let o=[];if(e){Array.isArray(e)||(e=[e]);for(let f of e){let m=(0,bt.pathToFilename)(f),l=this.getResolvedLink(m);l&&o.push(l)}}else o.push(this.root);if(!o.length)return t;for(let f of o)this._toJSON(f,t,r?f.getPath():"",n);return t}fromJSON(e,t=Sv.default.cwd()){for(let r in e){let n=e[r];if(r=(0,ai.resolve)(r,t),typeof n=="string"||n instanceof NO.Buffer){let o=(0,cr.dirname)(r);this.mkdirp(o,511);let f=(0,ai.dataToBuffer)(n);this.writeFile(r,f,Ev.FLAGS.w,438)}else this.mkdirp(r,511)}}fromNestedJSON(e,t){this.fromJSON((0,CO.flattenJSON)(e),t)}reset(){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.openFiles=0,this.root=this.createLink(),this.root.setNode(this.createNode(mi.constants.S_IFDIR|511))}mountSync(e,t){this.fromJSON(t,e)}openLink(e,t,r=!0){if(this.openFiles>=this.maxFiles)throw(0,bt.createError)("EMFILE","open",e.getPath());let n=e;r&&(n=this.getResolvedLinkOrThrow(e.getPath(),"open"));let o=n.getNode();if(o.isDirectory()){if((t&(Nm|Cm|Df))!==Nm)throw(0,bt.createError)("EISDIR","open",e.getPath())}else if(t&$O)throw(0,bt.createError)("ENOTDIR","open",e.getPath());if((t&(Nm|Cm|Df))!==Df&&!o.canRead()||t&(Df|Cm)&&!o.canWrite())throw(0,bt.createError)("EACCES","open",e.getPath());let f=new DO.File(e,o,t,this.newFdNumber());return this.fds[f.fd]=f,this.openFiles++,t&jO&&f.truncate(),f}openFile(e,t,r,n=!0){let o=(0,ai.filenameToSteps)(e),f;try{if(f=n?this.getResolvedLinkOrThrow(e,"open"):this.getLinkOrThrow(e,"open"),f&&t&kv&&t&BO)throw(0,bt.createError)("EEXIST","open",e)}catch(m){if(m.code==="ENOENT"&&t&kv){let l=(0,cr.dirname)(e),a=this.getResolvedLinkOrThrow(l),g=a.getNode();if(!g.isDirectory())throw(0,bt.createError)("ENOTDIR","open",e);if(!g.canExecute()||!g.canWrite())throw(0,bt.createError)("EACCES","open",e);r??(r=438),f=this.createLink(a,o[o.length-1],!1,r)}else throw m}if(f)return this.openLink(f,t,n);throw(0,bt.createError)("ENOENT","open",e)}closeFile(e){this.fds[e.fd]&&(this.openFiles--,delete this.fds[e.fd],this.releasedFds.push(e.fd))}write(e,t,r,n,o){let f=this.getFileByFdOrThrow(e,"write");if(f.node.isSymlink())throw(0,bt.createError)("EBADF","write",f.link.getPath());return f.write(t,r,n,o===-1||typeof o!="number"?void 0:o)}};c(so,"Superblock");var Nf=so;Cf.Superblock=Nf;Nf.fd=2147483647});var Ov=Ze(Yr=>{"use strict";Object.defineProperty(Yr,"__esModule",{value:!0});Yr.Superblock=Yr.File=Yr.Link=Yr.Node=void 0;var Tv=(Jl(),kd(Kl));Tv.__exportStar(ov(),Yr);Tv.__exportStar(_m(),Yr);var LO=Em();Object.defineProperty(Yr,"Node",{enumerable:!0,get:c(function(){return LO.Node},"get")});var UO=km();Object.defineProperty(Yr,"Link",{enumerable:!0,get:c(function(){return UO.Link},"get")});var WO=Om();Object.defineProperty(Yr,"File",{enumerable:!0,get:c(function(){return WO.File},"get")});var qO=Rv();Object.defineProperty(Yr,"Superblock",{enumerable:!0,get:c(function(){return qO.Superblock},"get")})});var xv=Ze(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});rl.StatFs=void 0;var Bf=class Bf{static build(e,t=!1){let r=new Bf,n=t?g=>BigInt(g):g=>g;r.type=n(2240043254),r.bsize=n(4096);let o=Object.keys(e.inodes).length,f=1e6,m=Math.min(o*2,f),l=f-m;r.blocks=n(f),r.bfree=n(l),r.bavail=n(l);let a=1e6;return r.files=n(a),r.ffree=n(a-o),r}};c(Bf,"StatFs");var If=Bf;rl.StatFs=If;rl.default=If});var Av=Ze(Im=>{"use strict";Object.defineProperty(Im,"__esModule",{value:!0});function zO(i,e,t){let r=setTimeout.apply(globalThis,arguments);return r&&typeof r=="object"&&typeof r.unref=="function"&&r.unref(),r}c(zO,"setTimeoutUnref");Im.default=zO});var Dv=Ze(ao=>{"use strict";Object.defineProperty(ao,"__esModule",{value:!0});ao.Writable=ao.Readable=void 0;var Pv=rr("node:stream");Object.defineProperty(ao,"Readable",{enumerable:!0,get:c(function(){return Pv.Readable},"get")});Object.defineProperty(ao,"Writable",{enumerable:!0,get:c(function(){return Pv.Writable},"get")})});var Bm=Ze(jf=>{"use strict";Object.defineProperty(jf,"__esModule",{value:!0});jf.EventEmitter=void 0;var HO=rr("node:events");Object.defineProperty(jf,"EventEmitter",{enumerable:!0,get:c(function(){return HO.EventEmitter},"get")})});var Nv=Ze(Mf=>{"use strict";Object.defineProperty(Mf,"__esModule",{value:!0});Mf.FileHandle=void 0;var br=Zi(),GO=Bm(),Mm=class Mm extends GO.EventEmitter{constructor(e,t){super(),this.refs=1,this.closePromise=null,this.position=0,this.readableWebStreamLocked=!1,this.fs=e,this.fd=t}getAsyncId(){return this.fd}appendFile(e,t){return(0,br.promisify)(this.fs,"appendFile")(this.fd,e,t)}chmod(e){return(0,br.promisify)(this.fs,"fchmod")(this.fd,e)}chown(e,t){return(0,br.promisify)(this.fs,"fchown")(this.fd,e,t)}close(){if(this.fd===-1)return Promise.resolve();if(this.closePromise)return this.closePromise;if(this.refs--,this.refs===0){let e=this.fd;this.fd=-1,this.closePromise=(0,br.promisify)(this.fs,"close")(e).finally(()=>{this.closePromise=null})}else this.closePromise=new Promise((e,t)=>{this.closeResolve=e,this.closeReject=t}).finally(()=>{this.closePromise=null,this.closeReject=void 0,this.closeResolve=void 0});return this.emit("close"),this.closePromise}datasync(){return(0,br.promisify)(this.fs,"fdatasync")(this.fd)}createReadStream(e){return this.fs.createReadStream("",{...e,fd:this})}createWriteStream(e){return this.fs.createWriteStream("",{...e,fd:this})}readableWebStream(e={}){let{type:t="bytes",autoClose:r=!1}=e,n=0;if(this.fd===-1)throw new Error("The FileHandle is closed");if(this.closePromise)throw new Error("The FileHandle is closing");if(this.readableWebStreamLocked)throw new Error("An error will be thrown if this method is called more than once or is called after the FileHandle is closed or closing.");this.readableWebStreamLocked=!0,this.ref();let o=c(()=>{this.readableWebStreamLocked=!1,this.unref(),r&&this.close().catch(()=>{})},"unlockAndCleanup");return new ReadableStream({type:t==="bytes"?"bytes":void 0,autoAllocateChunkSize:16384,pull:c(async f=>{try{let m=f.byobRequest?.view;if(!m){let a=new Uint8Array(16384),g=await this.read(a,0,a.length,n);if(g.bytesRead===0){f.close(),o();return}n+=g.bytesRead,f.enqueue(a.slice(0,g.bytesRead));return}let l=await this.read(m,m.byteOffset,m.byteLength,n);if(l.bytesRead===0){f.close(),o();return}n+=l.bytesRead,f.byobRequest.respond(l.bytesRead)}catch(m){f.error(m),o()}},"pull"),cancel:c(async()=>{o()},"cancel")})}async read(e,t,r,n){let o=n??this.position,f=await(0,br.promisify)(this.fs,"read",m=>({bytesRead:m,buffer:e}))(this.fd,e,t,r,o);return n==null&&(this.position+=f.bytesRead),f}readv(e,t){return(0,br.promisify)(this.fs,"readv",r=>({bytesRead:r,buffers:e}))(this.fd,e,t)}readFile(e){return(0,br.promisify)(this.fs,"readFile")(this.fd,e)}stat(e){return(0,br.promisify)(this.fs,"fstat")(this.fd,e)}sync(){return(0,br.promisify)(this.fs,"fsync")(this.fd)}truncate(e){return(0,br.promisify)(this.fs,"ftruncate")(this.fd,e)}utimes(e,t){return(0,br.promisify)(this.fs,"futimes")(this.fd,e,t)}async write(e,t,r,n){let o=typeof n!="number",f=o?this.position:n,m=await(0,br.promisify)(this.fs,"write",l=>({bytesWritten:l,buffer:e}))(this.fd,e,t,r,f);return o&&(this.position+=m.bytesWritten),m}writev(e,t){return(0,br.promisify)(this.fs,"writev",r=>({bytesWritten:r,buffers:e}))(this.fd,e,t)}writeFile(e,t){return(0,br.promisify)(this.fs,"writeFile")(this.fd,e,t)}async[Symbol.asyncDispose](){await this.close()}ref(){this.refs++}unref(){this.refs--,this.refs===0&&(this.fd=-1,this.closeResolve&&(0,br.promisify)(this.fs,"close")(this.fd).then(this.closeResolve,this.closeReject))}};c(Mm,"FileHandle");var jm=Mm;Mf.FileHandle=jm});var Cv=Ze($f=>{"use strict";Object.defineProperty($f,"__esModule",{value:!0});$f.FsPromises=void 0;var Tt=Zi(),VO=si(),Um=class Um{constructor(e,t,r={}){if(this.fs=e,this.path=t,this.options=r,this.eventQueue=[],this.resolveQueue=[],this.finished=!1,this.maxQueue=r.maxQueue||2048,this.overflow=r.overflow||"ignore",this.startWatching(),r.signal){if(r.signal.aborted){this.finish();return}r.signal.addEventListener("abort",()=>{this.finish()})}}startWatching(){try{this.watcher=this.fs.watch(this.path,this.options,(e,t)=>{this.enqueueEvent({eventType:e,filename:t})})}catch(e){throw this.finish(),e}}enqueueEvent(e){if(!this.finished){if(this.eventQueue.length>=this.maxQueue)if(this.overflow==="throw"){let t=new Error(`Watch queue overflow: more than ${this.maxQueue} events queued`);this.finish(t);return}else this.eventQueue.shift(),console.warn(`Watch queue overflow: dropping event due to exceeding maxQueue of ${this.maxQueue}`);if(this.eventQueue.push(e),this.resolveQueue.length>0){let{resolve:t}=this.resolveQueue.shift(),r=this.eventQueue.shift();t({value:r,done:!1})}}}finish(e){if(!this.finished)for(this.finished=!0,this.watcher&&(this.watcher.close(),this.watcher=null);this.resolveQueue.length>0;){let{resolve:t,reject:r}=this.resolveQueue.shift();e?r(e):t({value:void 0,done:!0})}}async next(){return this.finished?{value:void 0,done:!0}:this.eventQueue.length>0?{value:this.eventQueue.shift(),done:!1}:new Promise((e,t)=>{this.resolveQueue.push({resolve:e,reject:t})})}async return(){return this.finish(),{value:void 0,done:!0}}async throw(e){throw this.finish(e),e}[Symbol.asyncIterator](){return this}};c(Um,"FSWatchAsyncIterator");var $m=Um,Wm=class Wm{constructor(e,t){this.fs=e,this.FileHandle=t,this.constants=VO.constants,this.cp=(0,Tt.promisify)(this.fs,"cp"),this.opendir=(0,Tt.promisify)(this.fs,"opendir"),this.statfs=(0,Tt.promisify)(this.fs,"statfs"),this.lutimes=(0,Tt.promisify)(this.fs,"lutimes"),this.glob=(0,Tt.promisify)(this.fs,"glob"),this.access=(0,Tt.promisify)(this.fs,"access"),this.chmod=(0,Tt.promisify)(this.fs,"chmod"),this.chown=(0,Tt.promisify)(this.fs,"chown"),this.copyFile=(0,Tt.promisify)(this.fs,"copyFile"),this.lchmod=(0,Tt.promisify)(this.fs,"lchmod"),this.lchown=(0,Tt.promisify)(this.fs,"lchown"),this.link=(0,Tt.promisify)(this.fs,"link"),this.lstat=(0,Tt.promisify)(this.fs,"lstat"),this.mkdir=(0,Tt.promisify)(this.fs,"mkdir"),this.mkdtemp=(0,Tt.promisify)(this.fs,"mkdtemp"),this.readdir=(0,Tt.promisify)(this.fs,"readdir"),this.readlink=(0,Tt.promisify)(this.fs,"readlink"),this.realpath=(0,Tt.promisify)(this.fs,"realpath"),this.rename=(0,Tt.promisify)(this.fs,"rename"),this.rmdir=(0,Tt.promisify)(this.fs,"rmdir"),this.rm=(0,Tt.promisify)(this.fs,"rm"),this.stat=(0,Tt.promisify)(this.fs,"stat"),this.symlink=(0,Tt.promisify)(this.fs,"symlink"),this.truncate=(0,Tt.promisify)(this.fs,"truncate"),this.unlink=(0,Tt.promisify)(this.fs,"unlink"),this.utimes=(0,Tt.promisify)(this.fs,"utimes"),this.readFile=(r,n)=>(0,Tt.promisify)(this.fs,"readFile")(r instanceof this.FileHandle?r.fd:r,n),this.appendFile=(r,n,o)=>(0,Tt.promisify)(this.fs,"appendFile")(r instanceof this.FileHandle?r.fd:r,n,o),this.open=(r,n="r",o)=>(0,Tt.promisify)(this.fs,"open",f=>new this.FileHandle(this.fs,f))(r,n,o),this.writeFile=(r,n,o)=>((0,Tt.isReadableStream)(n)?(0,Tt.streamToBuffer)(n):Promise.resolve(n)).then(m=>(0,Tt.promisify)(this.fs,"writeFile")(r instanceof this.FileHandle?r.fd:r,m,o)),this.watch=(r,n)=>{let o=typeof n=="string"?{encoding:n}:n||{};return new $m(this.fs,r,o)}}};c(Wm,"FsPromises");var Lm=Wm;$f.FsPromises=Lm});var Iv=Ze(_r=>{"use strict";Object.defineProperty(_r,"__esModule",{value:!0});_r.newNotAllowedError=_r.newTypeMismatchError=_r.newNotFoundError=_r.assertCanWrite=_r.assertName=_r.basename=_r.ctx=void 0;var KO=c((i={})=>({separator:"/",syncHandleAllowed:!1,mode:"read",...i}),"ctx");_r.ctx=KO;var JO=c((i,e)=>{i[i.length-1]===e&&(i=i.slice(0,-1));let t=i.lastIndexOf(e);return t===-1?i:i.slice(t+1)},"basename");_r.basename=JO;var YO=/^(\.{1,2})$|^(.*([\/\\]).*)$/,XO=c((i,e,t)=>{if(!i||YO.test(i))throw new TypeError(`Failed to execute '${e}' on '${t}': Name is not allowed.`)},"assertName");_r.assertName=XO;var QO=c(i=>{if(i!=="readwrite")throw new DOMException("The request is not allowed by the user agent or the platform in the current context.","NotAllowedError")},"assertCanWrite");_r.assertCanWrite=QO;var ZO=c(()=>new DOMException("A requested file or directory could not be found at the time an operation was processed.","NotFoundError"),"newNotFoundError");_r.newNotFoundError=ZO;var ex=c(()=>new DOMException("The path supplied exists, but was not an entry of requested type.","TypeMismatchError"),"newTypeMismatchError");_r.newTypeMismatchError=ex;var tx=c(()=>new DOMException("Permission not granted.","NotAllowedError"),"newNotAllowedError");_r.newNotAllowedError=tx});var Bv=Ze(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});il.toTreeSync=void 0;var rx=bp(),ix=Iv(),nx=c((i,e={})=>{let t=e.separator||"/",r=e.dir||t;r[r.length-1]!==t&&(r+=t);let n=e.tab||"",o=e.depth??10,f=" (...)";if(o>0){let l=i.readdirSync(r,{withFileTypes:!0});f=(0,rx.printTree)(n,l.map(a=>g=>a.isDirectory()?(0,il.toTreeSync)(i,{dir:r+a.name,depth:o-1,tab:g}):a.isSymbolicLink()?""+a.name+" \u2192 "+i.readlinkSync(r+a.name):""+a.name))}return(0,ix.basename)(r,t)+t+f},"toTreeSync");il.toTreeSync=nx});var $v=Ze(ht=>{"use strict";Object.defineProperty(ht,"__esModule",{value:!0});ht.getWriteFileOptions=ht.writeFileDefaults=ht.getRealpathOptsAndCb=ht.getRealpathOptions=ht.getStatfsOptsAndCb=ht.getStatfsOptions=ht.getStatOptsAndCb=ht.getStatOptions=ht.getAppendFileOptsAndCb=ht.getAppendFileOpts=ht.getOpendirOptsAndCb=ht.getOpendirOptions=ht.getReaddirOptsAndCb=ht.getReaddirOptions=ht.getReadFileOptions=ht.getRmOptsAndCb=ht.getRmdirOptions=ht.getDefaultOptsAndCb=ht.getDefaultOpts=ht.optsDefaults=ht.getMkdirOptions=void 0;ht.getOptions=Mv;ht.optsGenerator=ji;ht.optsAndCbGenerator=ls;var Lf=io(),sx=Qo(),qm=Zi(),jv={mode:511,recursive:!1},ax=c(i=>typeof i=="number"?Object.assign({},jv,{mode:i}):Object.assign({},jv,i),"getMkdirOptions");ht.getMkdirOptions=ax;var ox=c(i=>`Expected options to be either an object or a string, but got ${i} instead`,"ERRSTR_OPTS");function Mv(i,e){let t;if(e){let r=typeof e;switch(r){case"string":t=Object.assign({},i,{encoding:e});break;case"object":t=Object.assign({},i,e);break;default:throw TypeError(ox(r))}}else return i;return t.encoding!=="buffer"&&(0,sx.assertEncoding)(t.encoding),t}c(Mv,"getOptions");function ji(i){return e=>Mv(i,e)}c(ji,"optsGenerator");function ls(i){return(e,t)=>typeof e=="function"?[i(),e]:[i(e),(0,qm.validateCallback)(t)]}c(ls,"optsAndCbGenerator");ht.optsDefaults={encoding:"utf8"};ht.getDefaultOpts=ji(ht.optsDefaults);ht.getDefaultOptsAndCb=ls(ht.getDefaultOpts);var lx={recursive:!1},cx=c(i=>Object.assign({},lx,i),"getRmdirOptions");ht.getRmdirOptions=cx;var fx=ji(ht.optsDefaults);ht.getRmOptsAndCb=ls(fx);var hx={flag:"r"};ht.getReadFileOptions=ji(hx);var ux={encoding:"utf8",recursive:!1,withFileTypes:!1};ht.getReaddirOptions=ji(ux);ht.getReaddirOptsAndCb=ls(ht.getReaddirOptions);var dx={encoding:"utf8",bufferSize:32,recursive:!1};ht.getOpendirOptions=ji(dx);ht.getOpendirOptsAndCb=ls(ht.getOpendirOptions);var px={encoding:"utf8",mode:438,flag:Lf.FLAGS[Lf.FLAGS.a]};ht.getAppendFileOpts=ji(px);ht.getAppendFileOptsAndCb=ls(ht.getAppendFileOpts);var mx={bigint:!1},gx=c((i={})=>Object.assign({},mx,i),"getStatOptions");ht.getStatOptions=gx;var yx=c((i,e)=>typeof i=="function"?[(0,ht.getStatOptions)(),i]:[(0,ht.getStatOptions)(i),(0,qm.validateCallback)(e)],"getStatOptsAndCb");ht.getStatOptsAndCb=yx;var wx={bigint:!1},bx=c((i={})=>Object.assign({},wx,i),"getStatfsOptions");ht.getStatfsOptions=bx;var _x=c((i,e)=>typeof i=="function"?[(0,ht.getStatfsOptions)(),i]:[(0,ht.getStatfsOptions)(i),(0,qm.validateCallback)(e)],"getStatfsOptsAndCb");ht.getStatfsOptsAndCb=_x;var vx=ht.optsDefaults;ht.getRealpathOptions=ji(vx);ht.getRealpathOptsAndCb=ls(ht.getRealpathOptions);ht.writeFileDefaults={encoding:"utf8",mode:438,flag:Lf.FLAGS[Lf.FLAGS.w]};ht.getWriteFileOptions=ji(ht.writeFileDefaults)});var Uv=Ze(Uf=>{"use strict";Object.defineProperty(Uf,"__esModule",{value:!0});Uf.Dir=void 0;var Lv=Zi(),Sx=pf(),cs=Xo(),Hm=class Hm{constructor(e,t){this.link=e,this.options=t,this.iteratorInfo=[],this.closed=!1,this.operationQueue=null,this.path=e.getPath(),this.iteratorInfo.push(e.children[Symbol.iterator]())}closeBase(){}readBase(e){let t,r,n,o;do{do if({done:t,value:r}=e[e.length-1].next(),!t)[n,o]=r;else break;while(n==="."||n==="..");if(t){if(e.pop(),e.length===0)break;t=!1}else return this.options.recursive&&o.children.size&&e.push(o.children[Symbol.iterator]()),Sx.default.build(o,this.options.encoding)}while(!t);return null}close(e){if(e===void 0)return this.closed?Promise.reject(new cs.Error("ERR_DIR_CLOSED")):new Promise((t,r)=>{this.close(n=>{n?r(n):t()})});if((0,Lv.validateCallback)(e),this.closed){process.nextTick(e,new cs.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.close(e)});return}this.closed=!0;try{this.closeBase(),process.nextTick(e)}catch(t){process.nextTick(e,t)}}closeSync(){if(this.closed)throw new cs.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new cs.Error("ERR_DIR_CONCURRENT_OPERATION");this.closed=!0,this.closeBase()}read(e){if(e===void 0)return new Promise((t,r)=>{this.read((n,o)=>{n?r(n):t(o??null)})});if((0,Lv.validateCallback)(e),this.closed){process.nextTick(e,new cs.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.read(e)});return}this.operationQueue=[];try{let t=this.readBase(this.iteratorInfo);process.nextTick(()=>{let r=this.operationQueue;this.operationQueue=null;for(let n of r)n();e(null,t)})}catch(t){process.nextTick(()=>{let r=this.operationQueue;this.operationQueue=null;for(let n of r)n();e(t)})}}readSync(){if(this.closed)throw new cs.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new cs.Error("ERR_DIR_CONCURRENT_OPERATION");return this.readBase(this.iteratorInfo)}[Symbol.asyncIterator](){return{next:c(async()=>{try{let e=await this.read();return e!==null?{done:!1,value:e}:{done:!0,value:void 0}}catch(e){throw e}},"next"),[Symbol.asyncIterator](){return this}}}};c(Hm,"Dir");var zm=Hm;Uf.Dir=zm});var zv=Ze(Vm=>{"use strict";Object.defineProperty(Vm,"__esModule",{value:!0});Vm.globSync=Ox;var fs=eo(),Ex=Ep(),Wv=Zi(),Fx=fs.posix.join,kx=fs.posix.relative,Rx=fs.posix.resolve;function qv(i,e){return(0,Ex.toRegex)(e).test(i)}c(qv,"matchesPattern");function Tx(i,e){return e?typeof e=="function"?e(i):(Array.isArray(e)?e:[e]).some(r=>qv(i,r)):!1}c(Tx,"isExcluded");function Gm(i,e,t,r,n=0){let o=[],f=r.maxdepth??1/0,m=r.cwd?(0,Wv.pathToFilename)(r.cwd):process.cwd();if(n>f)return o;try{let l=i.readdirSync(e,{withFileTypes:!0});for(let a of l){let g=Fx(e,a.name.toString()),y=kx(m,g);if(Tx(y,r.exclude))continue;if(t.some(S=>qv(y,S))&&o.push(y),a.isDirectory()&&n<f){let S=Gm(i,g,t,r,n+1);o.push(...S)}}}catch{}return o}c(Gm,"walkDirectory");function Ox(i,e,t={}){let r=t.cwd?(0,Wv.pathToFilename)(t.cwd):process.cwd(),n=Rx(r),o={cwd:n,exclude:t.exclude,maxdepth:t.maxdepth,withFileTypes:t.withFileTypes||!1},f=[];if(fs.posix.isAbsolute(e)){let m=fs.posix.dirname(e),l=fs.posix.basename(e),a=Gm(i,m,[l],{...o,cwd:m});f.push(...a.map(g=>fs.posix.resolve(m,g)))}else{let m=Gm(i,n,[e],o);f.push(...m)}return f=[...new Set(f)].sort(),f}c(Ox,"globSync")});var Xv=Ze(Br=>{"use strict";Object.defineProperty(Br,"__esModule",{value:!0});Br.FSWatcher=Br.StatWatcher=Br.Volume=void 0;Br.pathToSteps=Hx;Br.dataToStr=Gx;Br.toUnixTimestamp=Ir;var Xt=eo(),Xm=Ov(),Km=hm(),xx=pf(),Ax=xv(),co=Yi(),Gf=Am(),Px=Av(),Vf=Dv(),Dx=si(),Kv=Bm(),hs=Qo(),Nx=Nv(),Jv=dm(),Cx=Cv(),Ix=Bv(),qf=io(),Bx=Xo(),Ft=$v(),Ee=Zi(),jx=Uv(),pr=Af(),Mx=Xt.resolve,{O_SYMLINK:Hv,F_OK:Jm,R_OK:$x,W_OK:Lx,X_OK:Ux,COPYFILE_EXCL:Wx,COPYFILE_FICLONE_FORCE:qx}=Dx.constants,TI=Xt.posix?Xt.posix.sep:Xt.sep,Wf=Xt.posix?Xt.posix.relative:Xt.relative,Ym=Xt.posix?Xt.posix.join:Xt.join,Gv=Xt.posix?Xt.posix.dirname:Xt.dirname,Vv=Xt.posix?Xt.posix.normalize:Xt.normalize,zx=128;function Hx(i){return(0,pr.filenameToSteps)((0,Ee.pathToFilename)(i))}c(Hx,"pathToSteps");function Gx(i,e=hs.ENCODING_UTF8){return co.Buffer.isBuffer(i)?i.toString(e):i instanceof Uint8Array?(0,co.bufferFrom)(i).toString(e):String(i)}c(Gx,"dataToStr");function Ir(i){if(typeof i=="string"&&+i==i)return+i;if(i instanceof Date)return i.getTime()/1e3;if(isFinite(i))return i<0?Date.now()/1e3:i;throw new Error("Cannot parse time: "+i)}c(Ir,"toUnixTimestamp");function oo(i){if(typeof i!="number")throw TypeError(qf.ERRSTR.UID)}c(oo,"validateUid");function lo(i){if(typeof i!="number")throw TypeError(qf.ERRSTR.GID)}c(lo,"validateGid");var Qm=class Qm{get promises(){if(this.promisesApi===null)throw new Error("Promise is not supported in this environment.");return this.promisesApi}constructor(e=new Xm.Superblock){this._core=e,this.promisesApi=new Cx.FsPromises(this,Nx.FileHandle),this.openSync=(l,a,g=438)=>{let y=(0,Ee.modeToNumber)(g),b=(0,Ee.pathToFilename)(l),S=(0,Ee.flagsToNumber)(a);return this._core.open(b,S,y,!(S&Hv))},this.open=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&(b=438,S=g),b=b||438;let F=(0,Ee.modeToNumber)(b),T=(0,Ee.pathToFilename)(l),P=(0,Ee.flagsToNumber)(a);this.wrapAsync(this._core.open,[T,P,F,!(P&Hv)],S)},this.closeSync=l=>{this._core.close(l)},this.close=(l,a)=>{(0,pr.validateFd)(l);let g=this._core.getFileByFdOrThrow(l,"close");this.wrapAsync(this._core.close,[g.fd],a)},this.readSync=(l,a,g,y,b)=>((0,pr.validateFd)(l),this._core.read(l,a,g,y,b)),this.read=(l,a,g,y,b,S)=>{if((0,Ee.validateCallback)(S),y===0)return(0,Gf.default)(()=>{S&&S(null,0,a)});Promise.resolve().then(()=>{try{let F=this._core.read(l,a,g,y,b);S(null,F,a)}catch(F){S(F)}})},this.readv=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&([b,S]=[null,g]),(0,Ee.validateCallback)(S),Promise.resolve().then(()=>{try{let F=this._core.readv(l,a,b);S(null,F,a)}catch(F){S(F)}})},this.readvSync=(l,a,g)=>((0,pr.validateFd)(l),this._core.readv(l,a,g??null)),this._readfile=(l,a,g)=>{let y,S=typeof l=="number"&&(0,pr.isFd)(l),F;if(S)F=l;else{let T=(0,Ee.pathToFilename)(l),P=String(l),$=P.length>1&&P.endsWith("/"),R=this._core.getResolvedLinkOrThrow(T,"open"),M=R.getNode();if(M.isDirectory())throw(0,Ee.createError)("EISDIR","open",R.getPath());if($&&M.isFile())throw(0,Ee.createError)("ENOTDIR","open",P);F=this.openSync(l,a)}try{y=(0,Ee.bufferToEncoding)(this._core.getFileByFdOrThrow(F).getBuffer(),g)}finally{S||this.closeSync(F)}return y},this.readFileSync=(l,a)=>{let g=(0,Ft.getReadFileOptions)(a),y=(0,Ee.flagsToNumber)(g.flag);return this._readfile(l,y,g.encoding)},this.readFile=(l,a,g)=>{let[y,b]=(0,Ft.optsAndCbGenerator)(Ft.getReadFileOptions)(a,g),S=(0,Ee.flagsToNumber)(y.flag);this.wrapAsync(this._readfile,[l,S,y.encoding],b)},this.writeSync=(l,a,g,y,b)=>{let[,S,F,T,P]=(0,Ee.getWriteSyncArgs)(l,a,g,y,b);return this._write(l,S,F,T,P)},this.write=(l,a,g,y,b,S)=>{let[,F,T,P,$,R,M]=(0,Ee.getWriteArgs)(l,a,g,y,b,S);Promise.resolve().then(()=>{try{let C=this._write(l,T,P,$,R);F?M(null,C,a):M(null,C,T)}catch(C){M(C)}})},this.writev=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&([b,S]=[null,g]),(0,Ee.validateCallback)(S),Promise.resolve().then(()=>{try{let F=this.writevBase(l,a,b);S(null,F,a)}catch(F){S(F)}})},this.writevSync=(l,a,g)=>((0,pr.validateFd)(l),this.writevBase(l,a,g??null)),this.writeFileSync=(l,a,g)=>{let y=(0,Ft.getWriteFileOptions)(g),b=(0,Ee.flagsToNumber)(y.flag),S=(0,Ee.modeToNumber)(y.mode),F=(0,pr.dataToBuffer)(a,y.encoding);this._core.writeFile(l,F,b,S)},this.writeFile=(l,a,g,y)=>{let b=g,S=y;typeof g=="function"&&([b,S]=[Ft.writeFileDefaults,g]);let F=(0,Ee.validateCallback)(S),T=(0,Ft.getWriteFileOptions)(b),P=(0,Ee.flagsToNumber)(T.flag),$=(0,Ee.modeToNumber)(T.mode),R=(0,pr.dataToBuffer)(a,T.encoding);this.wrapAsync(this._core.writeFile,[l,R,P,$],F)},this.copyFileSync=(l,a,g)=>{let y=(0,Ee.pathToFilename)(l),b=(0,Ee.pathToFilename)(a);return this._copyFile(y,b,(g||0)|0)},this.copyFile=(l,a,g,y)=>{let b=(0,Ee.pathToFilename)(l),S=(0,Ee.pathToFilename)(a),F,T;typeof g=="function"?[F,T]=[0,g]:[F,T]=[g,y],(0,Ee.validateCallback)(T),this.wrapAsync(this._copyFile,[b,S,F],T)},this._cp=(l,a,g)=>{if(g.filter&&!g.filter(l,a))return;let y=g.dereference?this.statSync(l):this.lstatSync(l),b=null;try{b=this.lstatSync(a)}catch(S){if(S.code!=="ENOENT")throw S}if(b&&y.ino===b.ino&&y.dev===b.dev)throw(0,Ee.createError)("EINVAL","cp",l,a);if(b){if(y.isDirectory()&&!b.isDirectory())throw(0,Ee.createError)("EISDIR","cp",l,a);if(!y.isDirectory()&&b.isDirectory())throw(0,Ee.createError)("ENOTDIR","cp",l,a)}if(y.isDirectory()&&this.isSrcSubdir(l,a))throw(0,Ee.createError)("EINVAL","cp",l,a);{let S=Gv(a);this.existsSync(S)||this.mkdirSync(S,{recursive:!0})}if(y.isDirectory()){if(!g.recursive)throw(0,Ee.createError)("EISDIR","cp",l);this.cpDirSync(y,b,l,a,g)}else if(y.isFile()||y.isCharacterDevice()||y.isBlockDevice())this.cpFileSync(y,b,l,a,g);else if(y.isSymbolicLink()&&!g.dereference)this.cpSymlinkSync(b,l,a,g);else throw(0,Ee.createError)("EINVAL","cp",l)},this.linkSync=(l,a)=>{let g=(0,Ee.pathToFilename)(l),y=(0,Ee.pathToFilename)(a);this._core.link(g,y)},this.link=(l,a,g)=>{let y=(0,Ee.pathToFilename)(l),b=(0,Ee.pathToFilename)(a);this.wrapAsync(this._core.link,[y,b],g)},this.unlinkSync=l=>{let a=(0,Ee.pathToFilename)(l);this._core.unlink(a)},this.unlink=(l,a)=>{let g=(0,Ee.pathToFilename)(l);this.wrapAsync(this._core.unlink,[g],a)},this.symlinkSync=(l,a,g)=>{let y=(0,Ee.pathToFilename)(l),b=(0,Ee.pathToFilename)(a);this._core.symlink(y,b)},this.symlink=(l,a,g,y)=>{let b=(0,Ee.validateCallback)(typeof g=="function"?g:y),S=(0,Ee.pathToFilename)(l),F=(0,Ee.pathToFilename)(a);this.wrapAsync(this._core.symlink,[S,F],b)},this._lstat=(l,a=!1,g=!1)=>{let y;try{y=this._core.getLinkOrThrow(l,"lstat")}catch(b){if(b.code==="ENOENT"&&!g)return;throw b}return Km.default.build(y.getNode(),a)},this.lstatSync=(l,a)=>{let{throwIfNoEntry:g=!0,bigint:y=!1}=(0,Ft.getStatOptions)(a);return this._lstat((0,Ee.pathToFilename)(l),y,g)},this.renameSync=(l,a)=>{let g=(0,Ee.pathToFilename)(l),y=(0,Ee.pathToFilename)(a);this._core.rename(g,y)},this.rename=(l,a,g)=>{let y=(0,Ee.pathToFilename)(l),b=(0,Ee.pathToFilename)(a);this.wrapAsync(this._core.rename,[y,b],g)},this.existsSync=l=>{try{return this._exists((0,Ee.pathToFilename)(l))}catch{return!1}},this.exists=(l,a)=>{let g=(0,Ee.pathToFilename)(l);if(typeof a!="function")throw Error(qf.ERRSTR.CB);Promise.resolve().then(()=>{try{a(this._exists(g))}catch{a(!1)}})},this.accessSync=(l,a=Jm)=>{let g=(0,Ee.pathToFilename)(l);a=a|0,this._access(g,a)},this.access=(l,a,g)=>{let y=Jm,b;typeof a!="function"?[y,b]=[a|0,(0,Ee.validateCallback)(g)]:b=a;let S=(0,Ee.pathToFilename)(l);this.wrapAsync(this._access,[S,y],b)},this.appendFileSync=(l,a,g)=>{let y=(0,Ft.getAppendFileOpts)(g);(!y.flag||(0,pr.isFd)(l))&&(y.flag="a"),this.writeFileSync(l,a,y)},this.appendFile=(l,a,g,y)=>{let[b,S]=(0,Ft.getAppendFileOptsAndCb)(g,y);(!b.flag||(0,pr.isFd)(l))&&(b.flag="a"),this.writeFile(l,a,b,S)},this._readdir=(l,a)=>{let g=(0,pr.filenameToSteps)(l),y=this._core.getResolvedLinkOrThrow(l,"scandir"),b=y.getNode();if(!b.isDirectory())throw(0,Ee.createError)("ENOTDIR","scandir",l);if(!b.canRead())throw(0,Ee.createError)("EACCES","scandir",l);let S=[];for(let T of y.children.keys()){let P=y.getChild(T);if(!(!P||T==="."||T==="..")&&(S.push(xx.default.build(P,a.encoding)),a.recursive&&P.children.size)){let $={...a,recursive:!0,withFileTypes:!0},R=this._readdir(P.getPath(),$);S.push(...R)}}if(!pr.isWin&&a.encoding!=="buffer"&&S.sort((T,P)=>T.name<P.name?-1:T.name>P.name?1:0),a.withFileTypes)return S;let F=l;return pr.isWin&&(F=F.replace(/\\/g,"/")),S.map(T=>{if(a.recursive){let P=Ym(T.parentPath,T.name.toString());return pr.isWin&&(P=P.replace(/\\/g,"/")),P.replace(F+Xt.posix.sep,"")}return T.name})},this.readdirSync=(l,a)=>{let g=(0,Ft.getReaddirOptions)(a),y=(0,Ee.pathToFilename)(l);return this._readdir(y,g)},this.readdir=(l,a,g)=>{let[y,b]=(0,Ft.getReaddirOptsAndCb)(a,g),S=(0,Ee.pathToFilename)(l);this.wrapAsync(this._readdir,[S,y],b)},this._readlink=(l,a)=>{let y=this._core.getLinkOrThrow(l,"readlink").getNode();if(!y.isSymlink())throw(0,Ee.createError)("EINVAL","readlink",l);return(0,hs.strToEncoding)(y.symlink,a)},this.readlinkSync=(l,a)=>{let g=(0,Ft.getDefaultOpts)(a),y=(0,Ee.pathToFilename)(l);return this._readlink(y,g.encoding)},this.readlink=(l,a,g)=>{let[y,b]=(0,Ft.getDefaultOptsAndCb)(a,g),S=(0,Ee.pathToFilename)(l);this.wrapAsync(this._readlink,[S,y.encoding],b)},this._fsync=l=>{this._core.getFileByFdOrThrow(l,"fsync")},this.fsyncSync=l=>{this._fsync(l)},this.fsync=(l,a)=>{this.wrapAsync(this._fsync,[l],a)},this._fdatasync=l=>{this._core.getFileByFdOrThrow(l,"fdatasync")},this.fdatasyncSync=l=>{this._fdatasync(l)},this.fdatasync=(l,a)=>{this.wrapAsync(this._fdatasync,[l],a)},this._ftruncate=(l,a)=>{this._core.getFileByFdOrThrow(l,"ftruncate").truncate(a)},this.ftruncateSync=(l,a)=>{this._ftruncate(l,a)},this.ftruncate=(l,a,g)=>{let y=typeof a=="number"?a:0,b=(0,Ee.validateCallback)(typeof a=="number"?g:a);this.wrapAsync(this._ftruncate,[l,y],b)},this._truncate=(l,a)=>{let g=this.openSync(l,"r+");try{this.ftruncateSync(g,a)}finally{this.closeSync(g)}},this.truncateSync=(l,a)=>{if((0,pr.isFd)(l))return this.ftruncateSync(l,a);this._truncate(l,a)},this.truncate=(l,a,g)=>{let y=typeof a=="number"?a:0,b=(0,Ee.validateCallback)(typeof a=="number"?g:a);if((0,pr.isFd)(l))return this.ftruncate(l,y,b);this.wrapAsync(this._truncate,[l,y],b)},this._futimes=(l,a,g)=>{let b=this._core.getFileByFdOrThrow(l,"futimes").node;b.atime=new Date(a*1e3),b.mtime=new Date(g*1e3)},this.futimesSync=(l,a,g)=>{this._futimes(l,Ir(a),Ir(g))},this.futimes=(l,a,g,y)=>{this.wrapAsync(this._futimes,[l,Ir(a),Ir(g)],y)},this._utimes=(l,a,g,y=!0)=>{let b=this._core,F=(y?b.getResolvedLinkOrThrow(l,"utimes"):b.getLinkOrThrow(l,"lutimes")).getNode();F.atime=new Date(a*1e3),F.mtime=new Date(g*1e3)},this.utimesSync=(l,a,g)=>{this._utimes((0,Ee.pathToFilename)(l),Ir(a),Ir(g),!0)},this.utimes=(l,a,g,y)=>{this.wrapAsync(this._utimes,[(0,Ee.pathToFilename)(l),Ir(a),Ir(g),!0],y)},this.lutimesSync=(l,a,g)=>{this._utimes((0,Ee.pathToFilename)(l),Ir(a),Ir(g),!1)},this.lutimes=(l,a,g,y)=>{this.wrapAsync(this._utimes,[(0,Ee.pathToFilename)(l),Ir(a),Ir(g),!1],y)},this.mkdirSync=(l,a)=>{let g=(0,Ft.getMkdirOptions)(a),y=(0,Ee.modeToNumber)(g.mode,511),b=(0,Ee.pathToFilename)(l);if(g.recursive)return this._core.mkdirp(b,y);this._core.mkdir(b,y)},this.mkdir=(l,a,g)=>{let y=(0,Ft.getMkdirOptions)(a),b=(0,Ee.validateCallback)(typeof a=="function"?a:g),S=(0,Ee.modeToNumber)(y.mode,511),F=(0,Ee.pathToFilename)(l);y.recursive?this.wrapAsync(this._core.mkdirp,[F,S],b):this.wrapAsync(this._core.mkdir,[F,S],b)},this._mkdtemp=(l,a,g=5)=>{let y=l+(0,Ee.genRndStr6)();try{return this._core.mkdir(y,511),(0,hs.strToEncoding)(y,a)}catch(b){if(b.code==="EEXIST"){if(g>1)return this._mkdtemp(l,a,g-1);throw Error("Could not create temp dir.")}else throw b}},this.mkdtempSync=(l,a)=>{let{encoding:g}=(0,Ft.getDefaultOpts)(a);if(!l||typeof l!="string")throw new TypeError("filename prefix is required");return(0,Ee.nullCheck)(l),this._mkdtemp(l,g)},this.mkdtemp=(l,a,g)=>{let[{encoding:y},b]=(0,Ft.getDefaultOptsAndCb)(a,g);if(!l||typeof l!="string")throw new TypeError("filename prefix is required");(0,Ee.nullCheck)(l)&&this.wrapAsync(this._mkdtemp,[l,y],b)},this.rmdirSync=(l,a)=>{let g=(0,Ft.getRmdirOptions)(a);this._core.rmdir((0,Ee.pathToFilename)(l),g.recursive)},this.rmdir=(l,a,g)=>{let y=(0,Ft.getRmdirOptions)(a),b=(0,Ee.validateCallback)(typeof a=="function"?a:g);this.wrapAsync(this._core.rmdir,[(0,Ee.pathToFilename)(l),y.recursive],b)},this.rmSync=(l,a)=>{this._core.rm((0,Ee.pathToFilename)(l),a?.force,a?.recursive)},this.rm=(l,a,g)=>{let[y,b]=(0,Ft.getRmOptsAndCb)(a,g);this.wrapAsync(this._core.rm,[(0,Ee.pathToFilename)(l),y?.force,y?.recursive],b)},this._fchmod=(l,a)=>{this._core.getFileByFdOrThrow(l,"fchmod").chmod(a)},this.fchmodSync=(l,a)=>{this._fchmod(l,(0,Ee.modeToNumber)(a))},this.fchmod=(l,a,g)=>{this.wrapAsync(this._fchmod,[l,(0,Ee.modeToNumber)(a)],g)},this._chmod=(l,a,g=!0)=>{(g?this._core.getResolvedLinkOrThrow(l,"chmod"):this._core.getLinkOrThrow(l,"chmod")).getNode().chmod(a)},this.chmodSync=(l,a)=>{let g=(0,Ee.modeToNumber)(a),y=(0,Ee.pathToFilename)(l);this._chmod(y,g,!0)},this.chmod=(l,a,g)=>{let y=(0,Ee.modeToNumber)(a),b=(0,Ee.pathToFilename)(l);this.wrapAsync(this._chmod,[b,y],g)},this._lchmod=(l,a)=>{this._chmod(l,a,!1)},this.lchmodSync=(l,a)=>{let g=(0,Ee.modeToNumber)(a),y=(0,Ee.pathToFilename)(l);this._lchmod(y,g)},this.lchmod=(l,a,g)=>{let y=(0,Ee.modeToNumber)(a),b=(0,Ee.pathToFilename)(l);this.wrapAsync(this._lchmod,[b,y],g)},this._fchown=(l,a,g)=>{this._core.getFileByFdOrThrow(l,"fchown").chown(a,g)},this.fchownSync=(l,a,g)=>{oo(a),lo(g),this._fchown(l,a,g)},this.fchown=(l,a,g,y)=>{oo(a),lo(g),this.wrapAsync(this._fchown,[l,a,g],y)},this._chown=(l,a,g)=>{this._core.getResolvedLinkOrThrow(l,"chown").getNode().chown(a,g)},this.chownSync=(l,a,g)=>{oo(a),lo(g),this._chown((0,Ee.pathToFilename)(l),a,g)},this.chown=(l,a,g,y)=>{oo(a),lo(g),this.wrapAsync(this._chown,[(0,Ee.pathToFilename)(l),a,g],y)},this._lchown=(l,a,g)=>{this._core.getLinkOrThrow(l,"lchown").getNode().chown(a,g)},this.lchownSync=(l,a,g)=>{oo(a),lo(g),this._lchown((0,Ee.pathToFilename)(l),a,g)},this.lchown=(l,a,g,y)=>{oo(a),lo(g),this.wrapAsync(this._lchown,[(0,Ee.pathToFilename)(l),a,g],y)},this.statWatchers={},this.cpSync=(l,a,g)=>{let y=(0,Ee.pathToFilename)(l),b=(0,Ee.pathToFilename)(a),S={dereference:g?.dereference??!1,errorOnExist:g?.errorOnExist??!1,filter:g?.filter,force:g?.force??!0,mode:g?.mode??0,preserveTimestamps:g?.preserveTimestamps??!1,recursive:g?.recursive??!1,verbatimSymlinks:g?.verbatimSymlinks??!1};return this._cp(y,b,S)},this.cp=(l,a,g,y)=>{let b=(0,Ee.pathToFilename)(l),S=(0,Ee.pathToFilename)(a),F,T;typeof g=="function"?[F,T]=[{},g]:[F,T]=[g||{},y],(0,Ee.validateCallback)(T);let P={dereference:F?.dereference??!1,errorOnExist:F?.errorOnExist??!1,filter:F?.filter,force:F?.force??!0,mode:F?.mode??0,preserveTimestamps:F?.preserveTimestamps??!1,recursive:F?.recursive??!1,verbatimSymlinks:F?.verbatimSymlinks??!1};this.wrapAsync(this._cp,[b,S,P],T)},this.openAsBlob=async(l,a)=>{let g=(0,Ee.pathToFilename)(l),y;try{y=this._core.getResolvedLinkOrThrow(g,"open")}catch(T){throw T&&typeof T=="object"&&T.code==="ENOENT"?new Bx.TypeError("ERR_INVALID_ARG_VALUE"):T}let S=y.getNode().getBuffer(),F=a?.type||"";return new Blob([S],{type:F})},this.glob=(l,...a)=>{let[g,y]=a.length===1?[{},a[0]]:[a[0],a[1]];this.wrapAsync(this._globSync,[l,g||{}],y)},this.globSync=(l,a={})=>this._globSync(l,a),this._globSync=(l,a={})=>{let{globSync:g}=zv();return g(this,l,a)},this._opendir=(l,a)=>{let g=this._core.getResolvedLinkOrThrow(l,"scandir");if(!g.getNode().isDirectory())throw(0,Ee.createError)("ENOTDIR","scandir",l);return new jx.Dir(g,a)},this.opendirSync=(l,a)=>{let g=(0,Ft.getOpendirOptions)(a),y=(0,Ee.pathToFilename)(l);return this._opendir(y,g)},this.opendir=(l,a,g)=>{let[y,b]=(0,Ft.getOpendirOptsAndCb)(a,g),S=(0,Ee.pathToFilename)(l);this.wrapAsync(this._opendir,[S,y],b)};let t=this;this.StatWatcher=class extends zf{constructor(){super(t)}};let r=gi;this.ReadStream=class extends r{constructor(...l){super(t,...l)}};let n=Qr;this.WriteStream=class extends n{constructor(...l){super(t,...l)}},this.FSWatcher=class extends Hf{constructor(){super(t)}};let o=c((l,a)=>{let g=this._core.getResolvedLinkOrThrow(l,"realpath");return(0,hs.strToEncoding)(g.getPath()||"/",a)},"_realpath"),f=c((l,a,g)=>{let[y,b]=(0,Ft.getRealpathOptsAndCb)(a,g),S=(0,Ee.pathToFilename)(l);t.wrapAsync(o,[S,y.encoding],b)},"realpathImpl"),m=c((l,a)=>o((0,Ee.pathToFilename)(l),(0,Ft.getRealpathOptions)(a).encoding),"realpathSyncImpl");this.realpath=f,this.realpath.native=f,this.realpathSync=m,this.realpathSync.native=m}wrapAsync(e,t,r){(0,Ee.validateCallback)(r),Promise.resolve().then(()=>{let n;try{n=e.apply(this,t)}catch(o){r(o);return}r(null,n)})}toTree(e={separator:Xt.sep}){return(0,Ix.toTreeSync)(this,e)}reset(){this._core.reset()}toJSON(e,t={},r=!1,n=!1){return this._core.toJSON(e,t,r,n)}fromJSON(e,t){return this._core.fromJSON(e,t)}fromNestedJSON(e,t){return this._core.fromNestedJSON(e,t)}mountSync(e,t){this._core.fromJSON(t,e)}_write(e,t,r,n,o){let f=this._core.getFileByFdOrThrow(e,"write");if(f.node.isSymlink())throw(0,Ee.createError)("EBADF","write",f.link.getPath());return f.write(t,r,n,o===-1||typeof o!="number"?void 0:o)}writevBase(e,t,r){let n=this._core.getFileByFdOrThrow(e),o=r??void 0;o===-1&&(o=void 0);let f=0;for(let m of t){let l=co.Buffer.from(m.buffer,m.byteOffset,m.byteLength),a=n.write(l,0,l.byteLength,o);if(o=void 0,f+=a,a<l.byteLength)break}return f}_copyFile(e,t,r){let n=this.readFileSync(e);if(r&Wx&&this.existsSync(t))throw(0,Ee.createError)("EEXIST","copyFile",e,t);if(r&qx)throw(0,Ee.createError)("ENOSYS","copyFile",e,t);this._core.writeFile(t,n,qf.FLAGS.w,438)}isSrcSubdir(e,t){try{let r=Vv(e.startsWith("/")?e:"/"+e),n=Vv(t.startsWith("/")?t:"/"+t);if(r===n)return!0;let o=Wf(r,n);return o===""||!o.startsWith("..")&&!(0,Xt.isAbsolute)(o)}catch{return!1}}cpFileSync(e,t,r,n,o){if(t){if(o.errorOnExist)throw(0,Ee.createError)("EEXIST","cp",n);if(!o.force)return;this.unlinkSync(n)}this.copyFileSync(r,n,o.mode),o.preserveTimestamps&&this.utimesSync(n,e.atime,e.mtime),this.chmodSync(n,Number(e.mode))}cpDirSync(e,t,r,n,o){t||this.mkdirSync(n);let f=this.readdirSync(r);for(let m of f){let l=Ym(r,String(m)),a=Ym(n,String(m));o.filter&&!o.filter(l,a)||this._cp(l,a,o)}this.chmodSync(n,Number(e.mode))}cpSymlinkSync(e,t,r,n){let o=String(this.readlinkSync(t));!n.verbatimSymlinks&&!(0,Xt.isAbsolute)(o)&&(o=Mx(Gv(t),o)),e&&this.unlinkSync(r),this.symlinkSync(o,r)}lstat(e,t,r){let[{throwIfNoEntry:n=!0,bigint:o=!1},f]=(0,Ft.getStatOptsAndCb)(t,r);this.wrapAsync(this._lstat,[(0,Ee.pathToFilename)(e),o,n],f)}_stat(e,t=!1,r=!0){let n;try{n=this._core.getResolvedLinkOrThrow(e,"stat")}catch(o){if(o.code==="ENOENT"&&!r)return;throw o}return Km.default.build(n.getNode(),t)}statSync(e,t){let{bigint:r=!0,throwIfNoEntry:n=!0}=(0,Ft.getStatOptions)(t);return this._stat((0,Ee.pathToFilename)(e),r,n)}stat(e,t,r){let[{bigint:n=!1,throwIfNoEntry:o=!0},f]=(0,Ft.getStatOptsAndCb)(t,r);this.wrapAsync(this._stat,[(0,Ee.pathToFilename)(e),n,o],f)}fstatBase(e,t=!1){let r=this._core.getFileByFd(e);if(!r)throw(0,Ee.createError)("EBADF","fstat");return Km.default.build(r.node,t)}fstatSync(e,t){return this.fstatBase(e,(0,Ft.getStatOptions)(t).bigint)}fstat(e,t,r){let[n,o]=(0,Ft.getStatOptsAndCb)(t,r);this.wrapAsync(this.fstatBase,[e,n.bigint],o)}_exists(e){return!!this._stat(e)}_access(e,t){let n=this._core.getLinkOrThrow(e,"access").getNode();if(t!==Jm&&(t&$x&&!n.canRead()||t&Lx&&!n.canWrite()||t&Ux&&!n.canExecute()))throw(0,Ee.createError)("EACCES","access",e)}watchFile(e,t,r){let n=(0,Ee.pathToFilename)(e),o=t,f=r;if(typeof o=="function"&&(f=t,o=null),typeof f!="function")throw Error('"watchFile()" requires a listener function');let m=5007,l=!0;o&&typeof o=="object"&&(typeof o.interval=="number"&&(m=o.interval),typeof o.persistent=="boolean"&&(l=o.persistent));let a=this.statWatchers[n];return a||(a=new this.StatWatcher,a.start(n,l,m),this.statWatchers[n]=a),a.addListener("change",f),a}unwatchFile(e,t){let r=(0,Ee.pathToFilename)(e),n=this.statWatchers[r];n&&(typeof t=="function"?n.removeListener("change",t):n.removeAllListeners("change"),n.listenerCount("change")===0&&(n.stop(),delete this.statWatchers[r]))}createReadStream(e,t){return new this.ReadStream(e,t)}createWriteStream(e,t){return new this.WriteStream(e,t)}watch(e,t,r){let n=(0,Ee.pathToFilename)(e),o=t;typeof t=="function"&&(r=t,o=null);let{persistent:f,recursive:m,encoding:l}=(0,Ft.getDefaultOpts)(o);f===void 0&&(f=!0),m===void 0&&(m=!1);let a=new this.FSWatcher;return a.start(n,f,m,l),r&&a.addListener("change",r),a}_statfs(e,t=!1){return this._core.getResolvedLinkOrThrow(e,"statfs"),Ax.default.build(this._core,t)}statfsSync(e,t){let{bigint:r=!1}=(0,Ft.getStatfsOptions)(t);return this._statfs((0,Ee.pathToFilename)(e),r)}statfs(e,t,r){let[{bigint:n=!1},o]=(0,Ft.getStatfsOptsAndCb)(t,r);this.wrapAsync(this._statfs,[(0,Ee.pathToFilename)(e),n],o)}};c(Qm,"Volume");var us=Qm;Br.Volume=us;us.fromJSON=(i,e)=>new us(Xm.Superblock.fromJSON(i,e));us.fromNestedJSON=(i,e)=>new us(Xm.Superblock.fromNestedJSON(i,e));function Vx(i){i.emit("stop")}c(Vx,"emitStop");var Zm=class Zm extends Kv.EventEmitter{constructor(e){super(),this.onInterval=()=>{try{let t=this.vol.statSync(this.filename);this.hasChanged(t)&&(this.emit("change",t,this.prev),this.prev=t)}finally{this.loop()}},this.vol=e}loop(){this.timeoutRef=this.setTimeout(this.onInterval,this.interval)}hasChanged(e){return e.mtimeMs>this.prev.mtimeMs||e.nlink!==this.prev.nlink}start(e,t=!0,r=5007){this.filename=(0,Ee.pathToFilename)(e),this.setTimeout=t?setTimeout.bind(globalThis):Px.default,this.interval=r,this.prev=this.vol.statSync(this.filename),this.loop()}stop(){clearTimeout(this.timeoutRef),(0,Gf.default)(()=>{Vx.call(this,this)})}};c(Zm,"StatWatcher");var zf=Zm;Br.StatWatcher=zf;var Xr;function Kx(i){Xr=(0,co.bufferAllocUnsafe)(i),Xr.used=0}c(Kx,"allocNewPool");(0,Jv.inherits)(gi,Vf.Readable);Br.ReadStream=gi;function gi(i,e,t){if(!(this instanceof gi))return new gi(i,e,t);if(this._vol=i,t=Object.assign({},(0,Ft.getOptions)(t,{})),t.highWaterMark===void 0&&(t.highWaterMark=64*1024),Vf.Readable.call(this,t),this.path=(0,Ee.pathToFilename)(e),this.fd=t.fd===void 0?null:typeof t.fd!="number"?t.fd.fd:t.fd,this.flags=t.flags===void 0?"r":t.flags,this.mode=t.mode===void 0?438:t.mode,this.start=t.start,this.end=t.end,this.autoClose=t.autoClose===void 0?!0:t.autoClose,this.pos=void 0,this.bytesRead=0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw new TypeError('"end" option must be a Number');if(this.start>this.end)throw new Error('"start" option must be <= "end" option');this.pos=this.start}typeof this.fd!="number"&&this.open(),this.on("end",function(){this.autoClose&&this.destroy&&this.destroy()})}c(gi,"FsReadStream");gi.prototype.open=function(){var i=this;this._vol.open(this.path,this.flags,this.mode,(e,t)=>{if(e){i.autoClose&&i.destroy&&i.destroy(),i.emit("error",e);return}i.fd=t,i.emit("open",t),i.read()})};gi.prototype._read=function(i){if(typeof this.fd!="number")return this.once("open",function(){this._read(i)});if(this.destroyed)return;(!Xr||Xr.length-Xr.used<zx)&&Kx(this._readableState.highWaterMark);var e=Xr,t=Math.min(Xr.length-Xr.used,i),r=Xr.used;if(this.pos!==void 0&&(t=Math.min(this.end-this.pos+1,t)),t<=0)return this.push(null);var n=this;this._vol.read(this.fd,Xr,Xr.used,t,this.pos,o),this.pos!==void 0&&(this.pos+=t),Xr.used+=t;function o(f,m){if(f)n.autoClose&&n.destroy&&n.destroy(),n.emit("error",f);else{var l=null;m>0&&(n.bytesRead+=m,l=e.slice(r,r+m)),n.push(l)}}c(o,"onread")};gi.prototype._destroy=function(i,e){this.close(t=>{e(i||t)})};gi.prototype.close=function(i){if(i&&this.once("close",i),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",Yv);return}return(0,Gf.default)(()=>this.emit("close"))}typeof this._readableState?.closed=="boolean"?this._readableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};function Yv(i){this.close()}c(Yv,"closeOnOpen");(0,Jv.inherits)(Qr,Vf.Writable);Br.WriteStream=Qr;function Qr(i,e,t){if(!(this instanceof Qr))return new Qr(i,e,t);if(this._vol=i,t=Object.assign({},(0,Ft.getOptions)(t,{})),Vf.Writable.call(this,t),this.path=(0,Ee.pathToFilename)(e),this.fd=t.fd===void 0?null:typeof t.fd!="number"?t.fd.fd:t.fd,this.flags=t.flags===void 0?"w":t.flags,this.mode=t.mode===void 0?438:t.mode,this.start=t.start,this.autoClose=t.autoClose===void 0?!0:!!t.autoClose,this.pos=void 0,this.bytesWritten=0,this.pending=!0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.start<0)throw new Error('"start" must be >= zero');this.pos=this.start}t.encoding&&this.setDefaultEncoding(t.encoding),typeof this.fd!="number"&&this.open(),this.once("finish",function(){this.autoClose&&this.close()})}c(Qr,"FsWriteStream");Qr.prototype.open=function(){this._vol.open(this.path,this.flags,this.mode,function(i,e){if(i){this.autoClose&&this.destroy&&this.destroy(),this.emit("error",i);return}this.fd=e,this.pending=!1,this.emit("open",e)}.bind(this))};Qr.prototype._write=function(i,e,t){if(!(i instanceof co.Buffer||i instanceof Uint8Array))return this.emit("error",new Error("Invalid data"));if(typeof this.fd!="number")return this.once("open",function(){this._write(i,e,t)});var r=this;this._vol.write(this.fd,i,0,i.length,this.pos,(n,o)=>{if(n)return r.autoClose&&r.destroy&&r.destroy(),t(n);r.bytesWritten+=o,t()}),this.pos!==void 0&&(this.pos+=i.length)};Qr.prototype._writev=function(i,e){if(typeof this.fd!="number")return this.once("open",function(){this._writev(i,e)});let t=this,r=i.length,n=new Array(r);for(var o=0,f=0;f<r;f++){var m=i[f].chunk;n[f]=m,o+=m.length}let l=co.Buffer.concat(n);this._vol.write(this.fd,l,0,l.length,this.pos,(a,g)=>{if(a)return t.destroy&&t.destroy(),e(a);t.bytesWritten+=g,e()}),this.pos!==void 0&&(this.pos+=o)};Qr.prototype.close=function(i){if(i&&this.once("close",i),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",Yv);return}return(0,Gf.default)(()=>this.emit("close"))}typeof this._writableState?.closed=="boolean"?this._writableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};Qr.prototype._destroy=gi.prototype._destroy;Qr.prototype.destroySoon=Qr.prototype.end;var eg=class eg extends Kv.EventEmitter{constructor(e){super(),this._filename="",this._filenameEncoded="",this._recursive=!1,this._encoding=hs.ENCODING_UTF8,this._listenerRemovers=new Map,this._onParentChild=t=>{t.getName()===this._getName()&&this._emit("rename")},this._emit=t=>{this.emit("change",t,this._filenameEncoded)},this._persist=()=>{this._timer=setTimeout(this._persist,1e6)},this._vol=e}_getName(){return this._steps[this._steps.length-1]}start(e,t=!0,r=!1,n=hs.ENCODING_UTF8){this._filename=(0,Ee.pathToFilename)(e),this._steps=(0,pr.filenameToSteps)(this._filename),this._filenameEncoded=(0,hs.strToEncoding)(this._filename),this._recursive=r,this._encoding=n;try{this._link=this._vol._core.getLinkOrThrow(this._filename,"FSWatcher")}catch(l){let a=new Error(`watch ${this._filename} ${l.code}`);throw a.code=l.code,a.errno=l.code,a}let o=c(l=>{let a=l.getPath(),g=l.getNode(),y=c(()=>{let F=Wf(this._filename,a);return F||(F=this._getName()),this.emit("change","change",F)},"onNodeChange"),b=g.changes.listen(([F])=>{F==="modify"&&y()}),S=this._listenerRemovers.get(g.ino)??[];S.push(()=>b()),this._listenerRemovers.set(g.ino,S)},"watchLinkNodeChanged"),f=c(l=>{let a=l.getNode(),g=c(F=>{this.emit("change","rename",Wf(this._filename,F.getPath())),o(F),f(F)},"onLinkChildAdd"),y=c(F=>{let T=c(P=>{let $=P.getNode().ino,R=this._listenerRemovers.get($);R&&(R.forEach(M=>M()),this._listenerRemovers.delete($));for(let[M,C]of P.children.entries())C&&M!=="."&&M!==".."&&T(C)},"removeLinkNodeListeners");T(F),this.emit("change","rename",Wf(this._filename,F.getPath()))},"onLinkChildDelete");for(let[F,T]of l.children.entries())T&&F!=="."&&F!==".."&&o(T);let b=l.changes.listen(([F,T])=>{F==="child:add"?g(T):F==="child:del"&&y(T)});if((this._listenerRemovers.get(a.ino)??[]).push(()=>{b()}),r)for(let[F,T]of l.children.entries())T&&F!=="."&&F!==".."&&f(T)},"watchLinkChildrenChanged");o(this._link),f(this._link);let m=this._link.parent;m&&m.changes.listen(([l,a])=>{l==="child:del"&&this._onParentChild(a)}),t&&this._persist()}close(){clearTimeout(this._timer),this._listenerRemovers.forEach(e=>{e.forEach(t=>t())}),this._listenerRemovers.clear(),this._parentChangesUnsub?.()}};c(eg,"FSWatcher");var Hf=eg;Br.FSWatcher=Hf});var Qv=Ze(Kf=>{"use strict";Object.defineProperty(Kf,"__esModule",{value:!0});Kf.fsSynchronousApiList=void 0;Kf.fsSynchronousApiList=["accessSync","appendFileSync","chmodSync","chownSync","closeSync","copyFileSync","existsSync","fchmodSync","fchownSync","fdatasyncSync","fstatSync","fsyncSync","ftruncateSync","futimesSync","lchmodSync","lchownSync","linkSync","lstatSync","mkdirSync","mkdtempSync","openSync","opendirSync","readdirSync","readFileSync","readlinkSync","readSync","readvSync","realpathSync","renameSync","rmdirSync","rmSync","statSync","symlinkSync","truncateSync","unlinkSync","utimesSync","lutimesSync","writeFileSync","writeSync","writevSync"]});var Zv=Ze(Jf=>{"use strict";Object.defineProperty(Jf,"__esModule",{value:!0});Jf.fsCallbackApiList=void 0;Jf.fsCallbackApiList=["access","appendFile","chmod","chown","close","copyFile","cp","createReadStream","createWriteStream","exists","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","openAsBlob","opendir","read","readv","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","unwatchFile","utimes","lutimes","watch","watchFile","write","writev","writeFile"]});var tS=Ze((jr,Yf)=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.memfs=jr.fs=jr.vol=jr.Volume=void 0;jr.createFsFromVolume=tg;var Jx=hm(),Yx=pf(),Xf=Xv();Object.defineProperty(jr,"Volume",{enumerable:!0,get:c(function(){return Xf.Volume},"get")});var eS=si(),Xx=Qv(),Qx=Zv(),{F_OK:Zx,R_OK:eA,W_OK:tA,X_OK:rA}=eS.constants;jr.vol=new Xf.Volume;function tg(i){let e={F_OK:Zx,R_OK:eA,W_OK:tA,X_OK:rA,constants:eS.constants,Stats:Jx.default,Dirent:Yx.default};for(let t of Xx.fsSynchronousApiList)typeof i[t]=="function"&&(e[t]=i[t].bind(i));for(let t of Qx.fsCallbackApiList)typeof i[t]=="function"&&(e[t]=i[t].bind(i));return e.StatWatcher=i.StatWatcher,e.FSWatcher=i.FSWatcher,e.WriteStream=i.WriteStream,e.ReadStream=i.ReadStream,e.promises=i.promises,typeof i.realpath=="function"&&(e.realpath=i.realpath.bind(i),typeof i.realpath.native=="function"&&(e.realpath.native=i.realpath.native.bind(i))),typeof i.realpathSync=="function"&&(e.realpathSync=i.realpathSync.bind(i),typeof i.realpathSync.native=="function"&&(e.realpathSync.native=i.realpathSync.native.bind(i))),e._toUnixTimestamp=Xf.toUnixTimestamp,e.__vol=i,e}c(tg,"createFsFromVolume");jr.fs=tg(jr.vol);var iA=c((i={},e="/")=>{let t=Xf.Volume.fromNestedJSON(i,e);return{fs:tg(t),vol:t}},"memfs");jr.memfs=iA;Yf.exports={...Yf.exports,...jr.fs};Yf.exports.semantic=!0});var Iw=c(i=>{try{let t=i.split(".")[1];if(!t)throw new Error("Invalid JWT format");let r=t.replace(/-/g,"+").replace(/_/g,"/");for(;r.length%4!==0;)r+="=";let n=atob(r),f=JSON.parse(n).exp;if(!f||typeof f!="number")throw new Error('JWT does not contain a valid "exp" field');return f*1e3}catch(e){throw new Error("Unable to determine the token expiry: "+e)}},"getJwtExpiry"),Fo,qs,Rd=(qs=class{constructor(e){pt(this,"strategy","jwt");pt(this,"cachedToken",null);pt(this,"tokenExpiry",null);So(this,Fo);Eo(this,Fo,e)}async getAuthHeaders(){let e=Date.now();if(this.cachedToken&&this.tokenExpiry&&this.tokenExpiry-e>30*1e3)return{Authorization:`Bearer ${this.cachedToken}`};let t=await vo(this,Fo).call(this);return t?(this.cachedToken=t,this.tokenExpiry=Iw(t),{Authorization:`Bearer ${t}`}):!1}readAuthHeaders(e){let t=e.get("Authorization");if(!t)return;let[r,n]=t.split(" ");if(r!=="Bearer"||!n)throw new Error("Invalid auth header received");this.cachedToken=n,this.tokenExpiry=Iw(n)}},Fo=new WeakMap,c(qs,"AssistantCloudJWTAuthStrategy"),qs),ko,Ro,To,zs,Bw=(zs=class{constructor(e,t,r){pt(this,"strategy","api-key");So(this,ko);So(this,Ro);So(this,To);Eo(this,ko,e),Eo(this,Ro,t),Eo(this,To,r)}async getAuthHeaders(){return{Authorization:`Bearer ${vo(this,ko)}`,"Aui-User-Id":vo(this,Ro),"Aui-Workspace-Id":vo(this,To)}}readAuthHeaders(){}},ko=new WeakMap,Ro=new WeakMap,To=new WeakMap,c(zs,"AssistantCloudAPIKeyAuthStrategy"),zs),Al="aui:refresh_token",Hs,jw=(Hs=class{constructor(e){pt(this,"strategy","anon");pt(this,"baseUrl");pt(this,"jwtStrategy");this.baseUrl=e,this.jwtStrategy=new Rd(async()=>{let t=Date.now(),r=localStorage.getItem(Al),n=r?JSON.parse(r):void 0;if(n)if(new Date(n.expires_at).getTime()-t>30*1e3){let g=await fetch(`${this.baseUrl}/v1/auth/tokens/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refresh_token:n.token})});if(g.ok){let y=await g.json(),{access_token:b,refresh_token:S}=y;return S&&localStorage.setItem(Al,JSON.stringify(S)),b}}else localStorage.removeItem(Al);let o=await fetch(`${this.baseUrl}/v1/auth/tokens/anonymous`,{method:"POST"});if(!o.ok)return null;let f=await o.json(),{access_token:m,refresh_token:l}=f;return!m||!l?null:(localStorage.setItem(Al,JSON.stringify(l)),m)})}async getAuthHeaders(){return this.jwtStrategy.getAuthHeaders()}readAuthHeaders(e){this.jwtStrategy.readAuthHeaders(e)}},c(Hs,"AssistantCloudAnonymousAuthStrategy"),Hs);var Gs,AS=(Gs=class extends Error{constructor(e){super(e),this.name="APIError"}},c(Gs,"CloudAPIError"),Gs),Vs,Mw=(Vs=class{constructor(e){pt(this,"_auth");pt(this,"_baseUrl");if("authToken"in e)this._baseUrl=e.baseUrl,this._auth=new Rd(e.authToken);else if("apiKey"in e)this._baseUrl="https://backend.assistant-api.com",this._auth=new Bw(e.apiKey,e.userId,e.workspaceId);else if("anonymous"in e)this._baseUrl=e.baseUrl,this._auth=new jw(e.baseUrl);else throw new Error("Invalid configuration: Must provide authToken, apiKey, or anonymous configuration")}async initializeAuth(){return!!this._auth.getAuthHeaders()}async makeRawRequest(e,t={}){let r=await this._auth.getAuthHeaders();if(!r)throw new Error("Authorization failed");let n={...r,...t.headers,"Content-Type":"application/json"},o=new URLSearchParams;if(t.query)for(let[l,a]of Object.entries(t.query))a!==!1&&(a===!0?o.set(l,"true"):o.set(l,a.toString()));let f=new URL(`${this._baseUrl}/v1${e}`);f.search=o.toString();let m=await fetch(f,{method:t.method??"GET",headers:n,body:t.body?JSON.stringify(t.body):null});if(this._auth.readAuthHeaders(m.headers),!m.ok){let l=await m.text();try{let a=JSON.parse(l);throw new AS(a.message)}catch{throw new Error(`Request failed with status ${m.status}, ${l}`)}}return m}async makeRequest(e,t={}){return(await this.makeRawRequest(e,t)).json()}},c(Vs,"AssistantCloudAPI"),Vs);var Ks,$w=(Ks=class{constructor(e){this.cloud=e}async create(){return this.cloud.makeRequest("/auth/tokens",{method:"POST"})}},c(Ks,"AssistantCloudAuthTokens"),Ks);var Oo={toResponse(i,e){return new Response(Oo.toByteStream(i,e),{headers:e.headers??{}})},fromResponse(i,e){return Oo.fromByteStream(i.body,e)},toByteStream(i,e){return i.pipeThrough(e)},fromByteStream(i,e){return i.pipeThrough(e)}};var Pl=c(function(){let i,e,t=new Promise((r,n)=>{i=r,e=n});if(!i||!e)throw new Error("Failed to create promise");return{promise:t,resolve:i,reject:e}},"promiseWithResolvers");var Lw=c(()=>{let i=[],e=!1,t,r,n=c(f=>{f.promise||(f.promise=f.reader.read().then(({done:m,value:l})=>{f.promise=void 0,m?(i.splice(i.indexOf(f),1),e&&i.length===0&&t.close()):t.enqueue(l),r?.resolve(),r=void 0}).catch(m=>{console.error(m),i.forEach(l=>{l.reader.cancel()}),i.length=0,t.error(m),r?.reject(m),r=void 0}))},"handlePull");return{readable:new ReadableStream({start(f){t=f},pull(){return r=Pl(),i.forEach(f=>{n(f)}),r.promise},cancel(){i.forEach(f=>{f.reader.cancel()}),i.length=0}}),isSealed(){return e},seal(){e=!0,i.length===0&&t.close()},addStream(f){if(e)throw new Error("Cannot add streams after the run callback has settled.");let m={reader:f.getReader()};i.push(m),n(m)},enqueue(f){this.addStream(new ReadableStream({start(m){m.enqueue(f),m.close()}}))}}},"createMergeStream");var Js,Uw=(Js=class{constructor(e){pt(this,"_controller");pt(this,"_isClosed",!1);this._controller=e}append(e){return this._controller.enqueue({type:"text-delta",path:[],textDelta:e}),this}close(){this._isClosed||(this._isClosed=!0,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},c(Js,"TextStreamControllerImpl"),Js),Td=c(i=>new ReadableStream({start(e){return i.start?.(new Uw(e))},pull(e){return i.pull?.(new Uw(e))},cancel(e){return i.cancel?.(e)}}),"createTextStream"),Od=c(()=>{let i;return[Td({start(t){i=t}}),i]},"createTextStreamController");var Ys,Ww=(Ys=class{constructor(e){pt(this,"_isClosed",!1);pt(this,"_mergeTask");pt(this,"_argsTextController");this._controller=e;let t=Td({start:c(n=>{this._argsTextController=n},"start")}),r=!1;this._mergeTask=t.pipeTo(new WritableStream({write:c(n=>{switch(n.type){case"text-delta":r=!0,this._controller.enqueue(n);break;case"part-finish":r||this._controller.enqueue({type:"text-delta",textDelta:"{}",path:[]}),this._controller.enqueue({type:"tool-call-args-text-finish",path:[]});break;default:throw new Error(`Unexpected chunk type: ${n.type}`)}},"write")}))}get argsText(){return this._argsTextController}async setResponse(e){this._argsTextController.close(),await Promise.resolve(),this._controller.enqueue({type:"result",path:[],...e.artifact!==void 0?{artifact:e.artifact}:{},result:e.result,isError:e.isError??!1})}async close(){this._isClosed||(this._isClosed=!0,this._argsTextController.close(),await this._mergeTask,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},c(Ys,"ToolCallStreamControllerImpl"),Ys),PS=c(i=>new ReadableStream({start(e){return i.start?.(new Ww(e))},pull(e){return i.pull?.(new Ww(e))},cancel(e){return i.cancel?.(e)}}),"createToolCallStream"),qw=c(()=>{let i;return[PS({start(t){i=t}}),i]},"createToolCallStreamController");var Xs,Dl=(Xs=class{constructor(){pt(this,"value",-1)}up(){return++this.value}},c(Xs,"Counter"),Xs);var Qs,zw=(Qs=class extends TransformStream{constructor(e){super({transform(t,r){r.enqueue({...t,path:[e,...t.path]})}})}},c(Qs,"PathAppendEncoder"),Qs),Zs,qA=(Zs=class extends TransformStream{constructor(e){super({transform(t,r){let{path:[n,...o]}=t;if(e!==n)throw new Error(`Path mismatch: expected ${e}, got ${n}`);r.enqueue({...t,path:o})}})}},c(Zs,"PathAppendDecoder"),Zs),ea,Hw=(ea=class extends TransformStream{constructor(e){let t=new Dl,r=new Map;super({transform(n,o){n.type==="part-start"&&n.path.length===0&&r.set(t.up(),e.up());let[f,...m]=n.path;if(f===void 0){o.enqueue(n);return}let l=r.get(f);if(l===void 0)throw new Error("Path not found");o.enqueue({...n,path:[l,...m]})}})}},c(ea,"PathMergeEncoder"),ea);var ta,Gw=(ta=class extends TransformStream{constructor(e,t,r){let[n,o]=Vw(),f;super({start(m){return f=n.pipeTo(new WritableStream({write(l){m.enqueue(l)},abort(l){m.error(l)},close(){m.terminate()}})).catch(l=>{m.error(l)}),e.start?.(o)},transform(m){return e.transform?.(m,o)},async flush(){await e.flush?.(o),o.close(),await f}},t,r)}},c(ta,"AssistantTransformStream"),ta);var ra,Kw=(ra=class extends TransformStream{constructor(e){super();let t=e(super.readable);Object.defineProperty(this,"readable",{value:t,writable:!1})}},c(ra,"PipeableTransformStream"),ra);var Nl=c((i,e=21)=>(t=e)=>{let r="",n=t|0;for(;n--;)r+=i[Math.random()*i.length|0];return r},"customAlphabet");var Jw=Nl("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",7);var Yn,DS=(Yn=class{constructor(e){pt(this,"_state");pt(this,"_parentId");this._state=e||{merger:Lw(),contentCounter:new Dl}}get __internal_isClosed(){return this._state.merger.isSealed()}__internal_getReadable(){return this._state.merger.readable}__internal_subscribeToClose(e){this._state.closeSubscriber=e}_addPart(e,t){this._state.append&&(this._state.append.controller.close(),this._state.append=void 0),this.enqueue({type:"part-start",part:e,path:[]}),this._state.merger.addStream(t.pipeThrough(new zw(this._state.contentCounter.value)))}merge(e){this._state.merger.addStream(e.pipeThrough(new Hw(this._state.contentCounter)))}appendText(e){this._state.append?.kind!=="text"&&(this._state.append={kind:"text",controller:this.addTextPart()}),this._state.append.controller.append(e)}appendReasoning(e){this._state.append?.kind!=="reasoning"&&(this._state.append={kind:"reasoning",controller:this.addReasoningPart()}),this._state.append.controller.append(e)}addTextPart(){let[e,t]=Od();return this._addPart({type:"text"},e),t}addReasoningPart(){let[e,t]=Od();return this._addPart({type:"reasoning"},e),t}addToolCallPart(e){let t=typeof e=="string"?{toolName:e}:e,r=t.toolName,n=t.toolCallId??Jw(),[o,f]=qw();return this._addPart({type:"tool-call",toolName:r,toolCallId:n,...this._parentId&&{parentId:this._parentId}},o),t.argsText!==void 0&&(f.argsText.append(t.argsText),f.argsText.close()),t.args!==void 0&&(f.argsText.append(JSON.stringify(t.args)),f.argsText.close()),t.response!==void 0&&f.setResponse(t.response),f}appendSource(e){this._addPart({...e,...this._parentId&&{parentId:this._parentId}},new ReadableStream({start(t){t.enqueue({type:"part-finish",path:[]}),t.close()}}))}appendFile(e){this._addPart(e,new ReadableStream({start(t){t.enqueue({type:"part-finish",path:[]}),t.close()}}))}enqueue(e){this._state.merger.enqueue(e),e.type==="part-start"&&e.path.length===0&&this._state.contentCounter.up()}withParentId(e){let t=new Yn(this._state);return t._parentId=e,t}close(){this._state.append?.controller?.close(),this._state.merger.seal(),this._state.closeSubscriber?.()}},c(Yn,"_AssistantStreamControllerImpl"),Yn);function NS(i){let e=new DS;return c(async()=>{try{await i(e)}catch(r){throw e.__internal_isClosed||e.enqueue({type:"error",path:[],error:String(r)}),r}finally{e.__internal_isClosed||e.close()}},"runTask")(),e.__internal_getReadable()}c(NS,"createAssistantStream");function Vw(){let{resolve:i,promise:e}=Pl(),t;return[NS(n=>(t=n,t.__internal_subscribeToClose(i),e)),t]}c(Vw,"createAssistantStreamController");var ia,xd=(ia=class extends Kw{constructor(){super(e=>{let t=new Gw({transform(r,n){n.appendText(r)}});return e.pipeThrough(new TextDecoderStream).pipeThrough(t)})}},c(ia,"PlainTextDecoder"),ia);var na,Yw=(na=class{constructor(e){this.cloud=e}__internal_getAssistantOptions(e){return{api:this.cloud._baseUrl+"/v1/runs/stream",headers:c(async()=>{let t=await this.cloud._auth.getAuthHeaders();if(!t)throw new Error("Authorization failed");return{...t,Accept:"text/plain"}},"headers"),body:{assistant_id:e,response_format:"vercel-ai-data-stream/v1",thread_id:"unstable_todo"}}}async stream(e){let t=await this.cloud.makeRawRequest("/runs/stream",{method:"POST",headers:{Accept:"text/plain"},body:e});return Oo.fromResponse(t,new xd)}},c(na,"AssistantCloudRuns"),na);var sa,Xw=(sa=class{constructor(e){this.cloud=e}async list(e,t){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}/messages`,{query:t})}async create(e,t){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}/messages`,{method:"POST",body:t})}},c(sa,"AssistantCloudThreadMessages"),sa);var aa,Qw=(aa=class{constructor(e){pt(this,"messages");this.cloud=e,this.messages=new Xw(e)}async list(e){return this.cloud.makeRequest("/threads",{query:e})}async create(e){return this.cloud.makeRequest("/threads",{method:"POST",body:e})}async update(e,t){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}`,{method:"PUT",body:t})}async delete(e){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}`,{method:"DELETE"})}},c(aa,"AssistantCloudThreads"),aa);var oa,Zw=(oa=class{constructor(e){this.cloud=e}async pdfToImages(e){return this.cloud.makeRequest("/files/pdf-to-images",{method:"POST",body:e})}async generatePresignedUploadUrl(e){return this.cloud.makeRequest("/files/attachments/generate-presigned-upload-url",{method:"POST",body:e})}},c(oa,"AssistantCloudFiles"),oa);var la,Ad=(la=class{constructor(e){pt(this,"threads");pt(this,"auth");pt(this,"runs");pt(this,"files");let t=new Mw(e);this.threads=new Qw(t),this.auth={tokens:new $w(t)},this.runs=new Yw(t),this.files=new Zw(t)}},c(la,"AssistantCloud"),la);var Xn={toResponse(i,e){return new Response(Xn.toByteStream(i,e),{headers:e.headers??{}})},fromResponse(i,e){return Xn.fromByteStream(i.body,e)},toByteStream(i,e){return i.pipeThrough(e)},fromByteStream(i,e){return i.pipeThrough(e)}};var Cl=c(function(){let i,e,t=new Promise((r,n)=>{i=r,e=n});if(!i||!e)throw new Error("Failed to create promise");return{promise:t,resolve:i,reject:e}},"promiseWithResolvers");var eb=c(()=>{let i=[],e=!1,t,r,n=c(f=>{f.promise||(f.promise=f.reader.read().then(({done:m,value:l})=>{f.promise=void 0,m?(i.splice(i.indexOf(f),1),e&&i.length===0&&t.close()):t.enqueue(l),r?.resolve(),r=void 0}).catch(m=>{console.error(m),i.forEach(l=>{l.reader.cancel()}),i.length=0,t.error(m),r?.reject(m),r=void 0}))},"handlePull");return{readable:new ReadableStream({start(f){t=f},pull(){return r=Cl(),i.forEach(f=>{n(f)}),r.promise},cancel(){i.forEach(f=>{f.reader.cancel()}),i.length=0}}),isSealed(){return e},seal(){e=!0,i.length===0&&t.close()},addStream(f){if(e)throw new Error("Cannot add streams after the run callback has settled.");let m={reader:f.getReader()};i.push(m),n(m)},enqueue(f){this.addStream(new ReadableStream({start(m){m.enqueue(f),m.close()}}))}}},"createMergeStream");var ca,tb=(ca=class{constructor(e){pt(this,"_controller");pt(this,"_isClosed",!1);this._controller=e}append(e){return this._controller.enqueue({type:"text-delta",path:[],textDelta:e}),this}close(){this._isClosed||(this._isClosed=!0,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},c(ca,"TextStreamControllerImpl"),ca),Pd=c(i=>new ReadableStream({start(e){return i.start?.(new tb(e))},pull(e){return i.pull?.(new tb(e))},cancel(e){return i.cancel?.(e)}}),"createTextStream"),Dd=c(()=>{let i;return[Pd({start(t){i=t}}),i]},"createTextStreamController");var fa,rb=(fa=class{constructor(e){pt(this,"_isClosed",!1);pt(this,"_mergeTask");pt(this,"_argsTextController");this._controller=e;let t=Pd({start:c(n=>{this._argsTextController=n},"start")}),r=!1;this._mergeTask=t.pipeTo(new WritableStream({write:c(n=>{switch(n.type){case"text-delta":r=!0,this._controller.enqueue(n);break;case"part-finish":r||this._controller.enqueue({type:"text-delta",textDelta:"{}",path:[]}),this._controller.enqueue({type:"tool-call-args-text-finish",path:[]});break;default:throw new Error(`Unexpected chunk type: ${n.type}`)}},"write")}))}get argsText(){return this._argsTextController}async setResponse(e){this._argsTextController.close(),await Promise.resolve(),this._controller.enqueue({type:"result",path:[],...e.artifact!==void 0?{artifact:e.artifact}:{},result:e.result,isError:e.isError??!1})}async close(){this._isClosed||(this._isClosed=!0,this._argsTextController.close(),await this._mergeTask,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},c(fa,"ToolCallStreamControllerImpl"),fa),CS=c(i=>new ReadableStream({start(e){return i.start?.(new rb(e))},pull(e){return i.pull?.(new rb(e))},cancel(e){return i.cancel?.(e)}}),"createToolCallStream"),ib=c(()=>{let i;return[CS({start(t){i=t}}),i]},"createToolCallStreamController");var ha,Il=(ha=class{constructor(){pt(this,"value",-1)}up(){return++this.value}},c(ha,"Counter"),ha);var ua,nb=(ua=class extends TransformStream{constructor(e){super({transform(t,r){r.enqueue({...t,path:[e,...t.path]})}})}},c(ua,"PathAppendEncoder"),ua),da,QP=(da=class extends TransformStream{constructor(e){super({transform(t,r){let{path:[n,...o]}=t;if(e!==n)throw new Error(`Path mismatch: expected ${e}, got ${n}`);r.enqueue({...t,path:o})}})}},c(da,"PathAppendDecoder"),da),pa,sb=(pa=class extends TransformStream{constructor(e){let t=new Il,r=new Map;super({transform(n,o){n.type==="part-start"&&n.path.length===0&&r.set(t.up(),e.up());let[f,...m]=n.path;if(f===void 0){o.enqueue(n);return}let l=r.get(f);if(l===void 0)throw new Error("Path not found");o.enqueue({...n,path:[l,...m]})}})}},c(pa,"PathMergeEncoder"),pa);var ma,ab=(ma=class extends TransformStream{constructor(e,t,r){let[n,o]=xo(),f;super({start(m){return f=n.pipeTo(new WritableStream({write(l){m.enqueue(l)},abort(l){m.error(l)},close(){m.terminate()}})).catch(l=>{m.error(l)}),e.start?.(o)},transform(m){return e.transform?.(m,o)},async flush(){await e.flush?.(o),o.close(),await f}},t,r)}},c(ma,"AssistantTransformStream"),ma);var ga,Bl=(ga=class extends TransformStream{constructor(e){super();let t=e(super.readable);Object.defineProperty(this,"readable",{value:t,writable:!1})}},c(ga,"PipeableTransformStream"),ga);var It=(i=>(i.TextDelta="0",i.Data="2",i.Error="3",i.Annotation="8",i.ToolCall="9",i.ToolCallResult="a",i.StartToolCall="b",i.ToolCallArgsTextDelta="c",i.FinishMessage="d",i.FinishStep="e",i.StartStep="f",i.ReasoningDelta="g",i.Source="h",i.RedactedReasoning="i",i.ReasoningSignature="j",i.File="k",i.AuiUpdateStateOperations="aui-state",i.AuiTextDelta="aui-text-delta",i.AuiReasoningDelta="aui-reasoning-delta",i))(It||{});var ya,ob=(ya=class extends TransformStream{constructor(){super({transform:c((e,t)=>{t.enqueue(`${e.type}:${JSON.stringify(e.value)}
10
- `)},"transform")})}},c(ya,"DataStreamChunkEncoder"),ya),wa,IS=(wa=class extends TransformStream{constructor(){super({transform:c((e,t)=>{let r=e.indexOf(":");if(r===-1)throw new Error("Invalid stream part");t.enqueue({type:e.slice(0,r),value:JSON.parse(e.slice(r+1))})},"transform")})}},c(wa,"DataStreamChunkDecoder"),wa);var ba,lb=(ba=class extends TransformStream{constructor(){let e=[];super({transform(t,r){if(t.type==="part-start"){if(t.path.length!==0){r.error(new Error("Nested parts are not supported"));return}e.push(t.part),r.enqueue(t);return}if(t.type==="text-delta"||t.type==="result"||t.type==="part-finish"||t.type==="tool-call-args-text-finish"){if(t.path.length!==1){r.error(new Error(`${t.type} chunks must have a path of length 1`));return}let n=t.path[0];if(n<0||n>=e.length){r.error(new Error(`Invalid path index: ${n}`));return}let o=e[n];r.enqueue({...t,meta:o});return}r.enqueue(t)}})}},c(ba,"AssistantMetaTransformStream"),ba);var _a,Nd=(_a=class extends Bl{constructor(){super(t=>{let r=new TransformStream({transform(n,o){let f=n.type;switch(f){case"part-start":{let m=n.part;if(m.type==="tool-call"){let{type:l,...a}=m;o.enqueue({type:It.StartToolCall,value:a})}if(m.type==="source"){let{type:l,...a}=m;o.enqueue({type:It.Source,value:a})}break}case"text-delta":{let m=n.meta;switch(m.type){case"text":{m.parentId?o.enqueue({type:It.AuiTextDelta,value:{textDelta:n.textDelta,parentId:m.parentId}}):o.enqueue({type:It.TextDelta,value:n.textDelta});break}case"reasoning":{m.parentId?o.enqueue({type:It.AuiReasoningDelta,value:{reasoningDelta:n.textDelta,parentId:m.parentId}}):o.enqueue({type:It.ReasoningDelta,value:n.textDelta});break}case"tool-call":{o.enqueue({type:It.ToolCallArgsTextDelta,value:{toolCallId:m.toolCallId,argsTextDelta:n.textDelta}});break}default:throw new Error(`Unsupported part type for text-delta: ${m.type}`)}break}case"result":{let m=n.meta;if(m.type!=="tool-call")throw new Error(`Result chunk on non-tool-call part not supported: ${m.type}`);o.enqueue({type:It.ToolCallResult,value:{toolCallId:m.toolCallId,result:n.result,artifact:n.artifact,...n.isError?{isError:n.isError}:{}}});break}case"step-start":{let{type:m,...l}=n;o.enqueue({type:It.StartStep,value:l});break}case"step-finish":{let{type:m,...l}=n;o.enqueue({type:It.FinishStep,value:l});break}case"message-finish":{let{type:m,...l}=n;o.enqueue({type:It.FinishMessage,value:l});break}case"error":{o.enqueue({type:It.Error,value:n.error});break}case"annotations":{o.enqueue({type:It.Annotation,value:n.annotations});break}case"data":{o.enqueue({type:It.Data,value:n.data});break}case"update-state":{o.enqueue({type:It.AuiUpdateStateOperations,value:n.operations});break}case"tool-call-args-text-finish":case"part-finish":break;default:{let m=f;throw new Error(`Unsupported chunk type: ${m}`)}}}});return t.pipeThrough(new lb).pipeThrough(r).pipeThrough(new ob).pipeThrough(new TextEncoderStream)});pt(this,"headers",new Headers({"Content-Type":"text/plain; charset=utf-8","x-vercel-ai-data-stream":"v1"}))}},c(_a,"DataStreamEncoder"),_a),mD=[It.StartToolCall,It.ToolCall,It.TextDelta,It.ReasoningDelta,It.Source,It.Error,It.FinishStep,It.FinishMessage,It.AuiTextDelta,It.AuiReasoningDelta];var cb=Nl("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",7);var Qn,BS=(Qn=class{constructor(e){pt(this,"_state");pt(this,"_parentId");this._state=e||{merger:eb(),contentCounter:new Il}}get __internal_isClosed(){return this._state.merger.isSealed()}__internal_getReadable(){return this._state.merger.readable}__internal_subscribeToClose(e){this._state.closeSubscriber=e}_addPart(e,t){this._state.append&&(this._state.append.controller.close(),this._state.append=void 0),this.enqueue({type:"part-start",part:e,path:[]}),this._state.merger.addStream(t.pipeThrough(new nb(this._state.contentCounter.value)))}merge(e){this._state.merger.addStream(e.pipeThrough(new sb(this._state.contentCounter)))}appendText(e){this._state.append?.kind!=="text"&&(this._state.append={kind:"text",controller:this.addTextPart()}),this._state.append.controller.append(e)}appendReasoning(e){this._state.append?.kind!=="reasoning"&&(this._state.append={kind:"reasoning",controller:this.addReasoningPart()}),this._state.append.controller.append(e)}addTextPart(){let[e,t]=Dd();return this._addPart({type:"text"},e),t}addReasoningPart(){let[e,t]=Dd();return this._addPart({type:"reasoning"},e),t}addToolCallPart(e){let t=typeof e=="string"?{toolName:e}:e,r=t.toolName,n=t.toolCallId??cb(),[o,f]=ib();return this._addPart({type:"tool-call",toolName:r,toolCallId:n,...this._parentId&&{parentId:this._parentId}},o),t.argsText!==void 0&&(f.argsText.append(t.argsText),f.argsText.close()),t.args!==void 0&&(f.argsText.append(JSON.stringify(t.args)),f.argsText.close()),t.response!==void 0&&f.setResponse(t.response),f}appendSource(e){this._addPart({...e,...this._parentId&&{parentId:this._parentId}},new ReadableStream({start(t){t.enqueue({type:"part-finish",path:[]}),t.close()}}))}appendFile(e){this._addPart(e,new ReadableStream({start(t){t.enqueue({type:"part-finish",path:[]}),t.close()}}))}enqueue(e){this._state.merger.enqueue(e),e.type==="part-start"&&e.path.length===0&&this._state.contentCounter.up()}withParentId(e){let t=new Qn(this._state);return t._parentId=e,t}close(){this._state.append?.controller?.close(),this._state.merger.seal(),this._state.closeSubscriber?.()}},c(Qn,"_AssistantStreamControllerImpl"),Qn);function fb(i){let e=new BS;return c(async()=>{try{await i(e)}catch(r){throw e.__internal_isClosed||e.enqueue({type:"error",path:[],error:String(r)}),r}finally{e.__internal_isClosed||e.close()}},"runTask")(),e.__internal_getReadable()}c(fb,"createAssistantStream");function xo(){let{resolve:i,promise:e}=Cl(),t;return[fb(n=>(t=n,t.__internal_subscribeToClose(i),e)),t]}c(xo,"createAssistantStreamController");var va,Cd=(va=class extends Bl{constructor(){super(e=>{let t=new ab({transform(r,n){n.appendText(r)}});return e.pipeThrough(new TextDecoderStream).pipeThrough(t)})}},c(va,"PlainTextDecoder"),va);var ef=Li(Ia(),1),N_=Li(qp(),1),tf=Li(Ia(),1),I_=Li(qp(),1),rf=Li(Ia(),1),nf=Li(Ia(),1),sf=Li(Ia(),1);import*as Vp from"path";import*as x_ from"path";import*as Wc from"path";import*as j_ from"path";import*as Kp from"path";var mk=Object.create,Vc=Object.defineProperty,gk=Object.getOwnPropertyDescriptor,yk=Object.getOwnPropertyNames,wk=Object.getPrototypeOf,bk=Object.prototype.hasOwnProperty,_k=c((i,e,t)=>e in i?Vc(i,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[e]=t,"Fv"),h=c((i,e)=>Vc(i,"name",{value:e,configurable:!0}),"o"),Nt=(i=>typeof rr<"u"?rr:typeof Proxy<"u"?new Proxy(i,{get:c((e,t)=>(typeof rr<"u"?rr:e)[t],"get")}):i)(function(i){if(typeof rr<"u")return rr.apply(this,arguments);throw Error('Dynamic require of "'+i+'" is not supported')}),De=c((i,e)=>()=>(e||i((e={exports:{}}).exports,e),e.exports),"O"),vk=c((i,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of yk(e))!bk.call(i,n)&&n!==t&&Vc(i,n,{get:c(()=>e[n],"get"),enumerable:!(r=gk(e,n))||r.enumerable});return i},"Sv"),Ht=c((i,e,t)=>(t=i!=null?mk(wk(i)):{},vk(e||!i||!i.__esModule?Vc(t,"default",{value:i,enumerable:!0}):t,i)),"le"),mt=c((i,e,t)=>_k(i,typeof e!="symbol"?e+"":e,t),"$"),Sk=De((i,e)=>{"use strict";var t=h(function(r){if(r=r||{},this.Promise=r.Promise||Promise,this.queues=Object.create(null),this.domainReentrant=r.domainReentrant||!1,this.domainReentrant){if(typeof process>"u"||typeof process.domain>"u")throw new Error("Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill.");this.domains=Object.create(null)}this.timeout=r.timeout||t.DEFAULT_TIMEOUT,this.maxOccupationTime=r.maxOccupationTime||t.DEFAULT_MAX_OCCUPATION_TIME,this.maxExecutionTime=r.maxExecutionTime||t.DEFAULT_MAX_EXECUTION_TIME,r.maxPending===1/0||Number.isInteger(r.maxPending)&&r.maxPending>=0?this.maxPending=r.maxPending:this.maxPending=t.DEFAULT_MAX_PENDING},"AsyncLock");t.DEFAULT_TIMEOUT=0,t.DEFAULT_MAX_OCCUPATION_TIME=0,t.DEFAULT_MAX_EXECUTION_TIME=0,t.DEFAULT_MAX_PENDING=1e3,t.prototype.acquire=function(r,n,o,f){if(Array.isArray(r))return this._acquireBatch(r,n,o,f);if(typeof n!="function")throw new Error("You must pass a function to execute");var m=null,l=null,a=null;typeof o!="function"&&(f=o,o=null,a=new this.Promise(function(U,J){m=U,l=J})),f=f||{};var g=!1,y=null,b=null,S=null,F=this,T=h(function(U,J,ne){b&&(clearTimeout(b),b=null),S&&(clearTimeout(S),S=null),U&&(F.queues[r]&&F.queues[r].length===0&&delete F.queues[r],F.domainReentrant&&delete F.domains[r]),g||(a?J?l(J):m(ne):typeof o=="function"&&o(J,ne),g=!0),U&&F.queues[r]&&F.queues[r].length>0&&F.queues[r].shift()()},"done"),P=h(function(U){if(g)return T(U);y&&(clearTimeout(y),y=null),F.domainReentrant&&U&&(F.domains[r]=process.domain);var J=f.maxExecutionTime||F.maxExecutionTime;if(J&&(S=setTimeout(function(){F.queues[r]&&T(U,new Error("Maximum execution time is exceeded "+r))},J)),n.length===1){var ne=!1;try{n(function(oe,z){ne||(ne=!0,T(U,oe,z))})}catch(oe){ne||(ne=!0,T(U,oe))}}else F._promiseTry(function(){return n()}).then(function(oe){T(U,void 0,oe)},function(oe){T(U,oe)})},"exec");F.domainReentrant&&process.domain&&(P=process.domain.bind(P));var $=f.maxPending||F.maxPending;if(!F.queues[r])F.queues[r]=[],P(!0);else if(F.domainReentrant&&process.domain&&process.domain===F.domains[r])P(!1);else if(F.queues[r].length>=$)T(!1,new Error("Too many pending tasks in queue "+r));else{var R=h(function(){P(!0)},"taskFn");f.skipQueue?F.queues[r].unshift(R):F.queues[r].push(R);var M=f.timeout||F.timeout;M&&(y=setTimeout(function(){y=null,T(!1,new Error("async-lock timed out in queue "+r))},M))}var C=f.maxOccupationTime||F.maxOccupationTime;if(C&&(b=setTimeout(function(){F.queues[r]&&T(!1,new Error("Maximum occupation time is exceeded in queue "+r))},C)),a)return a},t.prototype._acquireBatch=function(r,n,o,f){typeof o!="function"&&(f=o,o=null);var m=this,l=h(function(g,y){return function(b){m.acquire(g,y,b,f)}},"getFn"),a=r.reduceRight(function(g,y){return l(y,g)},n);if(typeof o=="function")a(o);else return new this.Promise(function(g,y){a.length===1?a(function(b,S){b?y(b):g(S)}):g(a())})},t.prototype.isBusy=function(r){return r?!!this.queues[r]:Object.keys(this.queues).length>0},t.prototype._promiseTry=function(r){try{return this.Promise.resolve(r())}catch(n){return this.Promise.reject(n)}},e.exports=t}),Ek=De((i,e)=>{"use strict";e.exports=Sk()}),Fk=De((i,e)=>{typeof Object.create=="function"?e.exports=h(function(t,r){r&&(t.super_=r,t.prototype=Object.create(r.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))},"inherits"):e.exports=h(function(t,r){if(r){t.super_=r;var n=h(function(){},"TempCtor");n.prototype=r.prototype,t.prototype=new n,t.prototype.constructor=t}},"inherits")}),kk=De((i,e)=>{try{if(t=Nt("util"),typeof t.inherits!="function")throw"";e.exports=t.inherits}catch{e.exports=Fk()}var t}),Kc=De((i,e)=>{var t=Nt("buffer"),r=t.Buffer;function n(f,m){for(var l in f)m[l]=f[l]}c(n,"Xu"),h(n,"copyProps"),r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?e.exports=t:(n(t,i),i.Buffer=o);function o(f,m,l){return r(f,m,l)}c(o,"hr"),h(o,"SafeBuffer"),o.prototype=Object.create(r.prototype),n(r,o),o.from=function(f,m,l){if(typeof f=="number")throw new TypeError("Argument must not be a number");return r(f,m,l)},o.alloc=function(f,m,l){if(typeof f!="number")throw new TypeError("Argument must be a number");var a=r(f);return m!==void 0?typeof l=="string"?a.fill(m,l):a.fill(m):a.fill(0),a},o.allocUnsafe=function(f){if(typeof f!="number")throw new TypeError("Argument must be a number");return r(f)},o.allocUnsafeSlow=function(f){if(typeof f!="number")throw new TypeError("Argument must be a number");return t.SlowBuffer(f)}}),Rk=De((i,e)=>{var t={}.toString;e.exports=Array.isArray||function(r){return t.call(r)=="[object Array]"}}),Ho=De((i,e)=>{"use strict";e.exports=TypeError}),s_=De((i,e)=>{"use strict";e.exports=Object}),Tk=De((i,e)=>{"use strict";e.exports=Error}),Ok=De((i,e)=>{"use strict";e.exports=EvalError}),xk=De((i,e)=>{"use strict";e.exports=RangeError}),Ak=De((i,e)=>{"use strict";e.exports=ReferenceError}),a_=De((i,e)=>{"use strict";e.exports=SyntaxError}),Pk=De((i,e)=>{"use strict";e.exports=URIError}),Dk=De((i,e)=>{"use strict";e.exports=Math.abs}),Nk=De((i,e)=>{"use strict";e.exports=Math.floor}),Ck=De((i,e)=>{"use strict";e.exports=Math.max}),Ik=De((i,e)=>{"use strict";e.exports=Math.min}),Bk=De((i,e)=>{"use strict";e.exports=Math.pow}),jk=De((i,e)=>{"use strict";e.exports=Math.round}),Mk=De((i,e)=>{"use strict";e.exports=Number.isNaN||h(function(t){return t!==t},"isNaN")}),$k=De((i,e)=>{"use strict";var t=Mk();e.exports=h(function(r){return t(r)||r===0?r:r<0?-1:1},"sign")}),Lk=De((i,e)=>{"use strict";e.exports=Object.getOwnPropertyDescriptor}),Go=De((i,e)=>{"use strict";var t=Lk();if(t)try{t([],"length")}catch{t=null}e.exports=t}),Jc=De((i,e)=>{"use strict";var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch{t=!1}e.exports=t}),o_=De((i,e)=>{"use strict";e.exports=h(function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var o=42;t[r]=o;for(var f in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var m=Object.getOwnPropertySymbols(t);if(m.length!==1||m[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(t,r);if(l.value!==o||l.enumerable!==!0)return!1}return!0},"hasSymbols")}),Uk=De((i,e)=>{"use strict";var t=typeof Symbol<"u"&&Symbol,r=o_();e.exports=h(function(){return typeof t!="function"||typeof Symbol!="function"||typeof t("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:r()},"hasNativeSymbols")}),l_=De((i,e)=>{"use strict";e.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null}),c_=De((i,e)=>{"use strict";var t=s_();e.exports=t.getPrototypeOf||null}),Wk=De((i,e)=>{"use strict";var t="Function.prototype.bind called on incompatible ",r=Object.prototype.toString,n=Math.max,o="[object Function]",f=h(function(a,g){for(var y=[],b=0;b<a.length;b+=1)y[b]=a[b];for(var S=0;S<g.length;S+=1)y[S+a.length]=g[S];return y},"concatty"),m=h(function(a,g){for(var y=[],b=g||0,S=0;b<a.length;b+=1,S+=1)y[S]=a[b];return y},"slicy"),l=h(function(a,g){for(var y="",b=0;b<a.length;b+=1)y+=a[b],b+1<a.length&&(y+=g);return y},"joiny");e.exports=h(function(a){var g=this;if(typeof g!="function"||r.apply(g)!==o)throw new TypeError(t+g);for(var y=m(arguments,1),b,S=h(function(){if(this instanceof b){var R=g.apply(this,f(y,arguments));return Object(R)===R?R:this}return g.apply(a,f(y,arguments))},"binder"),F=n(0,g.length-y.length),T=[],P=0;P<F;P++)T[P]="$"+P;if(b=Function("binder","return function ("+l(T,",")+"){ return binder.apply(this,arguments); }")(S),g.prototype){var $=h(function(){},"Empty");$.prototype=g.prototype,b.prototype=new $,$.prototype=null}return b},"bind")}),Vo=De((i,e)=>{"use strict";var t=Wk();e.exports=Function.prototype.bind||t}),rm=De((i,e)=>{"use strict";e.exports=Function.prototype.call}),im=De((i,e)=>{"use strict";e.exports=Function.prototype.apply}),qk=De((i,e)=>{"use strict";e.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply}),f_=De((i,e)=>{"use strict";var t=Vo(),r=im(),n=rm(),o=qk();e.exports=o||t.call(n,r)}),nm=De((i,e)=>{"use strict";var t=Vo(),r=Ho(),n=rm(),o=f_();e.exports=h(function(f){if(f.length<1||typeof f[0]!="function")throw new r("a function is required");return o(t,n,f)},"callBindBasic")}),zk=De((i,e)=>{"use strict";var t=nm(),r=Go(),n;try{n=[].__proto__===Array.prototype}catch(l){if(!l||typeof l!="object"||!("code"in l)||l.code!=="ERR_PROTO_ACCESS")throw l}var o=!!n&&r&&r(Object.prototype,"__proto__"),f=Object,m=f.getPrototypeOf;e.exports=o&&typeof o.get=="function"?t([o.get]):typeof m=="function"?h(function(l){return m(l==null?l:f(l))},"getDunder"):!1}),h_=De((i,e)=>{"use strict";var t=l_(),r=c_(),n=zk();e.exports=t?h(function(o){return t(o)},"getProto"):r?h(function(o){if(!o||typeof o!="object"&&typeof o!="function")throw new TypeError("getProto: not an object");return r(o)},"getProto"):n?h(function(o){return n(o)},"getProto"):null}),Hk=De((i,e)=>{"use strict";var t=Function.prototype.call,r=Object.prototype.hasOwnProperty,n=Vo();e.exports=n.call(t,r)}),u_=De((i,e)=>{"use strict";var t,r=s_(),n=Tk(),o=Ok(),f=xk(),m=Ak(),l=a_(),a=Ho(),g=Pk(),y=Dk(),b=Nk(),S=Ck(),F=Ik(),T=Bk(),P=jk(),$=$k(),R=Function,M=h(function(Ke){try{return R('"use strict"; return ('+Ke+").constructor;")()}catch{}},"getEvalledConstructor"),C=Go(),U=Jc(),J=h(function(){throw new a},"throwTypeError"),ne=C?function(){try{return arguments.callee,J}catch{try{return C(arguments,"callee").get}catch{return J}}}():J,oe=Uk()(),z=h_(),ee=c_(),H=l_(),j=im(),V=rm(),X={},pe=typeof Uint8Array>"u"||!z?t:z(Uint8Array),we={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?t:ArrayBuffer,"%ArrayIteratorPrototype%":oe&&z?z([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":X,"%AsyncGenerator%":X,"%AsyncGeneratorFunction%":X,"%AsyncIteratorPrototype%":X,"%Atomics%":typeof Atomics>"u"?t:Atomics,"%BigInt%":typeof BigInt>"u"?t:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?t:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":n,"%eval%":eval,"%EvalError%":o,"%Float16Array%":typeof Float16Array>"u"?t:Float16Array,"%Float32Array%":typeof Float32Array>"u"?t:Float32Array,"%Float64Array%":typeof Float64Array>"u"?t:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?t:FinalizationRegistry,"%Function%":R,"%GeneratorFunction%":X,"%Int8Array%":typeof Int8Array>"u"?t:Int8Array,"%Int16Array%":typeof Int16Array>"u"?t:Int16Array,"%Int32Array%":typeof Int32Array>"u"?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":oe&&z?z(z([][Symbol.iterator]())):t,"%JSON%":typeof JSON=="object"?JSON:t,"%Map%":typeof Map>"u"?t:Map,"%MapIteratorPrototype%":typeof Map>"u"||!oe||!z?t:z(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":C,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?t:Promise,"%Proxy%":typeof Proxy>"u"?t:Proxy,"%RangeError%":f,"%ReferenceError%":m,"%Reflect%":typeof Reflect>"u"?t:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?t:Set,"%SetIteratorPrototype%":typeof Set>"u"||!oe||!z?t:z(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":oe&&z?z(""[Symbol.iterator]()):t,"%Symbol%":oe?Symbol:t,"%SyntaxError%":l,"%ThrowTypeError%":ne,"%TypedArray%":pe,"%TypeError%":a,"%Uint8Array%":typeof Uint8Array>"u"?t:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?t:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?t:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?t:Uint32Array,"%URIError%":g,"%WeakMap%":typeof WeakMap>"u"?t:WeakMap,"%WeakRef%":typeof WeakRef>"u"?t:WeakRef,"%WeakSet%":typeof WeakSet>"u"?t:WeakSet,"%Function.prototype.call%":V,"%Function.prototype.apply%":j,"%Object.defineProperty%":U,"%Object.getPrototypeOf%":ee,"%Math.abs%":y,"%Math.floor%":b,"%Math.max%":S,"%Math.min%":F,"%Math.pow%":T,"%Math.round%":P,"%Math.sign%":$,"%Reflect.getPrototypeOf%":H};if(z)try{null.error}catch(Ke){he=z(z(Ke)),we["%Error.prototype%"]=he}var he,Ae=h(c(function Ke(ve){var ye;if(ve==="%AsyncFunction%")ye=M("async function () {}");else if(ve==="%GeneratorFunction%")ye=M("function* () {}");else if(ve==="%AsyncGeneratorFunction%")ye=M("async function* () {}");else if(ve==="%AsyncGenerator%"){var Fe=Ke("%AsyncGeneratorFunction%");Fe&&(ye=Fe.prototype)}else if(ve==="%AsyncIteratorPrototype%"){var G=Ke("%AsyncGenerator%");G&&z&&(ye=z(G.prototype))}return we[ve]=ye,ye},"e"),"doEval"),lt={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},le=Vo(),$e=Hk(),K=le.call(V,Array.prototype.concat),Oe=le.call(j,Array.prototype.splice),je=le.call(V,String.prototype.replace),Te=le.call(V,String.prototype.slice),Ge=le.call(V,RegExp.prototype.exec),me=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Je=/\\(\\)?/g,He=h(function(Ke){var ve=Te(Ke,0,1),ye=Te(Ke,-1);if(ve==="%"&&ye!=="%")throw new l("invalid intrinsic syntax, expected closing `%`");if(ye==="%"&&ve!=="%")throw new l("invalid intrinsic syntax, expected opening `%`");var Fe=[];return je(Ke,me,function(G,te,se,ke){Fe[Fe.length]=se?je(ke,Je,"$1"):te||G}),Fe},"stringToPath"),it=h(function(Ke,ve){var ye=Ke,Fe;if($e(lt,ye)&&(Fe=lt[ye],ye="%"+Fe[0]+"%"),$e(we,ye)){var G=we[ye];if(G===X&&(G=Ae(ye)),typeof G>"u"&&!ve)throw new a("intrinsic "+Ke+" exists, but is not available. Please file an issue!");return{alias:Fe,name:ye,value:G}}throw new l("intrinsic "+Ke+" does not exist!")},"getBaseIntrinsic");e.exports=h(function(Ke,ve){if(typeof Ke!="string"||Ke.length===0)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof ve!="boolean")throw new a('"allowMissing" argument must be a boolean');if(Ge(/^%?[^%]*%?$/,Ke)===null)throw new l("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var ye=He(Ke),Fe=ye.length>0?ye[0]:"",G=it("%"+Fe+"%",ve),te=G.name,se=G.value,ke=!1,_e=G.alias;_e&&(Fe=_e[0],Oe(ye,K([0,1],_e)));for(var Pe=1,Q=!0;Pe<ye.length;Pe+=1){var ge=ye[Pe],Ie=Te(ge,0,1),xe=Te(ge,-1);if((Ie==='"'||Ie==="'"||Ie==="`"||xe==='"'||xe==="'"||xe==="`")&&Ie!==xe)throw new l("property names with quotes must have matching quotes");if((ge==="constructor"||!Q)&&(ke=!0),Fe+="."+ge,te="%"+Fe+"%",$e(we,te))se=we[te];else if(se!=null){if(!(ge in se)){if(!ve)throw new a("base intrinsic for "+Ke+" exists, but the property is not available.");return}if(C&&Pe+1>=ye.length){var Ye=C(se,ge);Q=!!Ye,Q&&"get"in Ye&&!("originalValue"in Ye.get)?se=Ye.get:se=se[ge]}else Q=$e(se,ge),se=se[ge];Q&&!ke&&(we[te]=se)}}return se},"GetIntrinsic")}),d_=De((i,e)=>{"use strict";var t=u_(),r=nm(),n=r([t("%String.prototype.indexOf%")]);e.exports=h(function(o,f){var m=t(o,!!f);return typeof m=="function"&&n(o,".prototype.")>-1?r([m]):m},"callBoundIntrinsic")}),Gk=De((i,e)=>{"use strict";var t=Function.prototype.toString,r=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,n,o;if(typeof r=="function"&&typeof Object.defineProperty=="function")try{n=Object.defineProperty({},"length",{get:h(function(){throw o},"get")}),o={},r(function(){throw 42},null,n)}catch(C){C!==o&&(r=null)}else r=null;var f=/^\s*class\b/,m=h(function(C){try{var U=t.call(C);return f.test(U)}catch{return!1}},"isES6ClassFunction"),l=h(function(C){try{return m(C)?!1:(t.call(C),!0)}catch{return!1}},"tryFunctionToStr"),a=Object.prototype.toString,g="[object Object]",y="[object Function]",b="[object GeneratorFunction]",S="[object HTMLAllCollection]",F="[object HTML document.all class]",T="[object HTMLCollection]",P=typeof Symbol=="function"&&!!Symbol.toStringTag,$=!(0 in[,]),R=h(function(){return!1},"isDocumentDotAll");typeof document=="object"&&(M=document.all,a.call(M)===a.call(document.all)&&(R=h(function(C){if(($||!C)&&(typeof C>"u"||typeof C=="object"))try{var U=a.call(C);return(U===S||U===F||U===T||U===g)&&C("")==null}catch{}return!1},"isDocumentDotAll")));var M;e.exports=h(r?function(C){if(R(C))return!0;if(!C||typeof C!="function"&&typeof C!="object")return!1;try{r(C,null,n)}catch(U){if(U!==o)return!1}return!m(C)&&l(C)}:function(C){if(R(C))return!0;if(!C||typeof C!="function"&&typeof C!="object")return!1;if(P)return l(C);if(m(C))return!1;var U=a.call(C);return U!==y&&U!==b&&!/^\[object HTML/.test(U)?!1:l(C)},"isCallable")}),Vk=De((i,e)=>{"use strict";var t=Gk(),r=Object.prototype.toString,n=Object.prototype.hasOwnProperty,o=h(function(a,g,y){for(var b=0,S=a.length;b<S;b++)n.call(a,b)&&(y==null?g(a[b],b,a):g.call(y,a[b],b,a))},"forEachArray"),f=h(function(a,g,y){for(var b=0,S=a.length;b<S;b++)y==null?g(a.charAt(b),b,a):g.call(y,a.charAt(b),b,a)},"forEachString"),m=h(function(a,g,y){for(var b in a)n.call(a,b)&&(y==null?g(a[b],b,a):g.call(y,a[b],b,a))},"forEachObject");function l(a){return r.call(a)==="[object Array]"}c(l,"qF"),h(l,"isArray"),e.exports=h(function(a,g,y){if(!t(g))throw new TypeError("iterator must be a function");var b;arguments.length>=3&&(b=y),l(a)?o(a,g,b):typeof a=="string"?f(a,g,b):m(a,g,b)},"forEach")}),Kk=De((i,e)=>{"use strict";e.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]}),Jk=De((i,e)=>{"use strict";var t=Kk(),r=globalThis;e.exports=h(function(){for(var n=[],o=0;o<t.length;o++)typeof r[t[o]]=="function"&&(n[n.length]=t[o]);return n},"availableTypedArrays")}),Yk=De((i,e)=>{"use strict";var t=Jc(),r=a_(),n=Ho(),o=Go();e.exports=h(function(f,m,l){if(!f||typeof f!="object"&&typeof f!="function")throw new n("`obj` must be an object or a function`");if(typeof m!="string"&&typeof m!="symbol")throw new n("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new n("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new n("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new n("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new n("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,g=arguments.length>4?arguments[4]:null,y=arguments.length>5?arguments[5]:null,b=arguments.length>6?arguments[6]:!1,S=!!o&&o(f,m);if(t)t(f,m,{configurable:y===null&&S?S.configurable:!y,enumerable:a===null&&S?S.enumerable:!a,value:l,writable:g===null&&S?S.writable:!g});else if(b||!a&&!g&&!y)f[m]=l;else throw new r("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},"defineDataProperty")}),Xk=De((i,e)=>{"use strict";var t=Jc(),r=h(function(){return!!t},"hasPropertyDescriptors");r.hasArrayLengthDefineBug=h(function(){if(!t)return null;try{return t([],"length",{value:1}).length!==1}catch{return!0}},"hasArrayLengthDefineBug"),e.exports=r}),Qk=De((i,e)=>{"use strict";var t=u_(),r=Yk(),n=Xk()(),o=Go(),f=Ho(),m=t("%Math.floor%");e.exports=h(function(l,a){if(typeof l!="function")throw new f("`fn` is not a function");if(typeof a!="number"||a<0||a>4294967295||m(a)!==a)throw new f("`length` must be a positive 32-bit integer");var g=arguments.length>2&&!!arguments[2],y=!0,b=!0;if("length"in l&&o){var S=o(l,"length");S&&!S.configurable&&(y=!1),S&&!S.writable&&(b=!1)}return(y||b||!g)&&(n?r(l,"length",a,!0,!0):r(l,"length",a)),l},"setFunctionLength")}),Zk=De((i,e)=>{"use strict";var t=Vo(),r=im(),n=f_();e.exports=h(function(){return n(t,r,arguments)},"applyBind")}),eR=De((i,e)=>{"use strict";var t=Qk(),r=Jc(),n=nm(),o=Zk();e.exports=h(function(f){var m=n(arguments),l=f.length-(arguments.length-1);return t(m,1+(l>0?l:0),!0)},"callBind"),r?r(e.exports,"apply",{value:o}):e.exports.apply=o}),tR=De((i,e)=>{"use strict";var t=o_();e.exports=h(function(){return t()&&!!Symbol.toStringTag},"hasToStringTagShams")}),rR=De((i,e)=>{"use strict";var t=Vk(),r=Jk(),n=eR(),o=d_(),f=Go(),m=h_(),l=o("Object.prototype.toString"),a=tR()(),g=globalThis,y=r(),b=o("String.prototype.slice"),S=o("Array.prototype.indexOf",!0)||h(function($,R){for(var M=0;M<$.length;M+=1)if($[M]===R)return M;return-1},"indexOf"),F={__proto__:null};a&&f&&m?t(y,function($){var R=new g[$];if(Symbol.toStringTag in R&&m){var M=m(R),C=f(M,Symbol.toStringTag);if(!C&&M){var U=m(M);C=f(U,Symbol.toStringTag)}F["$"+$]=n(C.get)}}):t(y,function($){var R=new g[$],M=R.slice||R.set;M&&(F["$"+$]=n(M))});var T=h(function($){var R=!1;return t(F,function(M,C){if(!R)try{"$"+M($)===C&&(R=b(C,1))}catch{}}),R},"tryAllTypedArrays"),P=h(function($){var R=!1;return t(F,function(M,C){if(!R)try{M($),R=b(C,1)}catch{}}),R},"tryAllSlices");e.exports=h(function($){if(!$||typeof $!="object")return!1;if(!a){var R=b(l($),8,-1);return S(y,R)>-1?R:R!=="Object"?!1:P($)}return f?T($):null},"whichTypedArray")}),iR=De((i,e)=>{"use strict";var t=rR();e.exports=h(function(r){return!!t(r)},"isTypedArray")}),nR=De((i,e)=>{"use strict";var t=Ho(),r=d_(),n=r("TypedArray.prototype.buffer",!0),o=iR();e.exports=n||h(function(f){if(!o(f))throw new t("Not a Typed Array");return f.buffer},"typedArrayBuffer")}),sR=De((i,e)=>{"use strict";var t=Kc().Buffer,r=Rk(),n=nR(),o=ArrayBuffer.isView||h(function(a){try{return n(a),!0}catch{return!1}},"isView"),f=typeof Uint8Array<"u",m=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",l=m&&(t.prototype instanceof Uint8Array||t.TYPED_ARRAY_SUPPORT);e.exports=h(function(a,g){if(t.isBuffer(a))return a.constructor&&!("isBuffer"in a)?t.from(a):a;if(typeof a=="string")return t.from(a,g);if(m&&o(a)){if(a.byteLength===0)return t.alloc(0);if(l){var y=t.from(a.buffer,a.byteOffset,a.byteLength);if(y.byteLength===a.byteLength)return y}var b=a instanceof Uint8Array?a:new Uint8Array(a.buffer,a.byteOffset,a.byteLength),S=t.from(b);if(S.length===a.byteLength)return S}if(f&&a instanceof Uint8Array)return t.from(a);var F=r(a);if(F)for(var T=0;T<a.length;T+=1){var P=a[T];if(typeof P!="number"||P<0||P>255||~~P!==P)throw new RangeError("Array items must be numbers in the range 0-255.")}if(F||t.isBuffer(a)&&a.constructor&&typeof a.constructor.isBuffer=="function"&&a.constructor.isBuffer(a))return t.from(a);throw new TypeError('The "data" argument must be a string, an Array, a Buffer, a Uint8Array, or a DataView.')},"toBuffer")}),aR=De((i,e)=>{"use strict";var t=Kc().Buffer,r=sR();function n(o,f){this._block=t.alloc(o),this._finalSize=f,this._blockSize=o,this._len=0}c(n,"Oa"),h(n,"Hash"),n.prototype.update=function(o,f){o=r(o,f||"utf8");for(var m=this._block,l=this._blockSize,a=o.length,g=this._len,y=0;y<a;){for(var b=g%l,S=Math.min(a-y,l-b),F=0;F<S;F++)m[b+F]=o[y+F];g+=S,y+=S,g%l===0&&this._update(m)}return this._len+=a,this},n.prototype.digest=function(o){var f=this._len%this._blockSize;this._block[f]=128,this._block.fill(0,f+1),f>=this._finalSize&&(this._update(this._block),this._block.fill(0));var m=this._len*8;if(m<=4294967295)this._block.writeUInt32BE(m,this._blockSize-4);else{var l=(m&4294967295)>>>0,a=(m-l)/4294967296;this._block.writeUInt32BE(a,this._blockSize-8),this._block.writeUInt32BE(l,this._blockSize-4)}this._update(this._block);var g=this._hash();return o?g.toString(o):g},n.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=n}),oR=De((i,e)=>{"use strict";var t=kk(),r=aR(),n=Kc().Buffer,o=[1518500249,1859775393,-1894007588,-899497514],f=new Array(80);function m(){this.init(),this._w=f,r.call(this,64,56)}c(m,"Qi"),h(m,"Sha1"),t(m,r),m.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function l(b){return b<<1|b>>>31}c(l,"vS"),h(l,"rotl1");function a(b){return b<<5|b>>>27}c(a,"FS"),h(a,"rotl5");function g(b){return b<<30|b>>>2}c(g,"SS"),h(g,"rotl30");function y(b,S,F,T){return b===0?S&F|~S&T:b===2?S&F|S&T|F&T:S^F^T}c(y,"ES"),h(y,"ft"),m.prototype._update=function(b){for(var S=this._w,F=this._a|0,T=this._b|0,P=this._c|0,$=this._d|0,R=this._e|0,M=0;M<16;++M)S[M]=b.readInt32BE(M*4);for(;M<80;++M)S[M]=l(S[M-3]^S[M-8]^S[M-14]^S[M-16]);for(var C=0;C<80;++C){var U=~~(C/20),J=a(F)+y(U,T,P,$)+R+S[C]+o[U]|0;R=$,$=P,P=g(T),T=F,F=J}this._a=F+this._a|0,this._b=T+this._b|0,this._c=P+this._c|0,this._d=$+this._d|0,this._e=R+this._e|0},m.prototype._hash=function(){var b=n.allocUnsafe(20);return b.writeInt32BE(this._a|0,0),b.writeInt32BE(this._b|0,4),b.writeInt32BE(this._c|0,8),b.writeInt32BE(this._d|0,12),b.writeInt32BE(this._e|0,16),b},e.exports=m}),lR=De(i=>{var e;(function(t){typeof DO_NOT_EXPORT_CRC>"u"?typeof i=="object"?t(i):typeof define=="function"&&define.amd?define(function(){var r={};return t(r),r}):t(e={}):t(e={})})(function(t){t.version="1.2.2";function r(){for(var z=0,ee=new Array(256),H=0;H!=256;++H)z=H,z=z&1?-306674912^z>>>1:z>>>1,z=z&1?-306674912^z>>>1:z>>>1,z=z&1?-306674912^z>>>1:z>>>1,z=z&1?-306674912^z>>>1:z>>>1,z=z&1?-306674912^z>>>1:z>>>1,z=z&1?-306674912^z>>>1:z>>>1,z=z&1?-306674912^z>>>1:z>>>1,z=z&1?-306674912^z>>>1:z>>>1,ee[H]=z;return typeof Int32Array<"u"?new Int32Array(ee):ee}c(r,"t"),h(r,"signed_crc_table");var n=r();function o(z){var ee=0,H=0,j=0,V=typeof Int32Array<"u"?new Int32Array(4096):new Array(4096);for(j=0;j!=256;++j)V[j]=z[j];for(j=0;j!=256;++j)for(H=z[j],ee=256+j;ee<4096;ee+=256)H=V[ee]=H>>>8^z[H&255];var X=[];for(j=1;j!=16;++j)X[j-1]=typeof Int32Array<"u"?V.subarray(j*256,j*256+256):V.slice(j*256,j*256+256);return X}c(o,"i"),h(o,"slice_by_16_tables");var f=o(n),m=f[0],l=f[1],a=f[2],g=f[3],y=f[4],b=f[5],S=f[6],F=f[7],T=f[8],P=f[9],$=f[10],R=f[11],M=f[12],C=f[13],U=f[14];function J(z,ee){for(var H=ee^-1,j=0,V=z.length;j<V;)H=H>>>8^n[(H^z.charCodeAt(j++))&255];return~H}c(J,"F"),h(J,"crc32_bstr");function ne(z,ee){for(var H=ee^-1,j=z.length-15,V=0;V<j;)H=U[z[V++]^H&255]^C[z[V++]^H>>8&255]^M[z[V++]^H>>16&255]^R[z[V++]^H>>>24]^$[z[V++]]^P[z[V++]]^T[z[V++]]^F[z[V++]]^S[z[V++]]^b[z[V++]]^y[z[V++]]^g[z[V++]]^a[z[V++]]^l[z[V++]]^m[z[V++]]^n[z[V++]];for(j+=15;V<j;)H=H>>>8^n[(H^z[V++])&255];return~H}c(ne,"S"),h(ne,"crc32_buf");function oe(z,ee){for(var H=ee^-1,j=0,V=z.length,X=0,pe=0;j<V;)X=z.charCodeAt(j++),X<128?H=H>>>8^n[(H^X)&255]:X<2048?(H=H>>>8^n[(H^(192|X>>6&31))&255],H=H>>>8^n[(H^(128|X&63))&255]):X>=55296&&X<57344?(X=(X&1023)+64,pe=z.charCodeAt(j++)&1023,H=H>>>8^n[(H^(240|X>>8&7))&255],H=H>>>8^n[(H^(128|X>>2&63))&255],H=H>>>8^n[(H^(128|pe>>6&15|(X&3)<<4))&255],H=H>>>8^n[(H^(128|pe&63))&255]):(H=H>>>8^n[(H^(224|X>>12&15))&255],H=H>>>8^n[(H^(128|X>>6&63))&255],H=H>>>8^n[(H^(128|X&63))&255]);return~H}c(oe,"P"),h(oe,"crc32_str"),t.table=n,t.bstr=J,t.buf=ne,t.str=oe})}),Vi=De(i=>{"use strict";var e=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";function t(o,f){return Object.prototype.hasOwnProperty.call(o,f)}c(t,"xS"),h(t,"_has"),i.assign=function(o){for(var f=Array.prototype.slice.call(arguments,1);f.length;){var m=f.shift();if(m){if(typeof m!="object")throw new TypeError(m+"must be non-object");for(var l in m)t(m,l)&&(o[l]=m[l])}}return o},i.shrinkBuf=function(o,f){return o.length===f?o:o.subarray?o.subarray(0,f):(o.length=f,o)};var r={arraySet:h(function(o,f,m,l,a){if(f.subarray&&o.subarray){o.set(f.subarray(m,m+l),a);return}for(var g=0;g<l;g++)o[a+g]=f[m+g]},"arraySet"),flattenChunks:h(function(o){var f,m,l,a,g,y;for(l=0,f=0,m=o.length;f<m;f++)l+=o[f].length;for(y=new Uint8Array(l),a=0,f=0,m=o.length;f<m;f++)g=o[f],y.set(g,a),a+=g.length;return y},"flattenChunks")},n={arraySet:h(function(o,f,m,l,a){for(var g=0;g<l;g++)o[a+g]=f[m+g]},"arraySet"),flattenChunks:h(function(o){return[].concat.apply([],o)},"flattenChunks")};i.setTyped=function(o){o?(i.Buf8=Uint8Array,i.Buf16=Uint16Array,i.Buf32=Int32Array,i.assign(i,r)):(i.Buf8=Array,i.Buf16=Array,i.Buf32=Array,i.assign(i,n))},i.setTyped(e)}),cR=De(i=>{"use strict";var e=Vi(),t=4,r=0,n=1,o=2;function f(B){for(var Y=B.length;--Y>=0;)B[Y]=0}c(f,"ei"),h(f,"zero");var m=0,l=1,a=2,g=3,y=258,b=29,S=256,F=S+1+b,T=30,P=19,$=2*F+1,R=15,M=16,C=7,U=256,J=16,ne=17,oe=18,z=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ee=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],H=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],j=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],V=512,X=new Array((F+2)*2);f(X);var pe=new Array(T*2);f(pe);var we=new Array(V);f(we);var he=new Array(y-g+1);f(he);var Ae=new Array(b);f(Ae);var lt=new Array(T);f(lt);function le(B,Y,Ne,et,re){this.static_tree=B,this.extra_bits=Y,this.extra_base=Ne,this.elems=et,this.max_length=re,this.has_stree=B&&B.length}c(le,"Pl"),h(le,"StaticTreeDesc");var $e,K,Oe;function je(B,Y){this.dyn_tree=B,this.max_code=0,this.stat_desc=Y}c(je,"Tl"),h(je,"TreeDesc");function Te(B){return B<256?we[B]:we[256+(B>>>7)]}c(Te,"Tp"),h(Te,"d_code");function Ge(B,Y){B.pending_buf[B.pending++]=Y&255,B.pending_buf[B.pending++]=Y>>>8&255}c(Ge,"an"),h(Ge,"put_short");function me(B,Y,Ne){B.bi_valid>M-Ne?(B.bi_buf|=Y<<B.bi_valid&65535,Ge(B,B.bi_buf),B.bi_buf=Y>>M-B.bi_valid,B.bi_valid+=Ne-M):(B.bi_buf|=Y<<B.bi_valid&65535,B.bi_valid+=Ne)}c(me,"Ne"),h(me,"send_bits");function Je(B,Y,Ne){me(B,Ne[Y*2],Ne[Y*2+1])}c(Je,"wt"),h(Je,"send_code");function He(B,Y){var Ne=0;do Ne|=B&1,B>>>=1,Ne<<=1;while(--Y>0);return Ne>>>1}c(He,"Ap"),h(He,"bi_reverse");function it(B){B.bi_valid===16?(Ge(B,B.bi_buf),B.bi_buf=0,B.bi_valid=0):B.bi_valid>=8&&(B.pending_buf[B.pending++]=B.bi_buf&255,B.bi_buf>>=8,B.bi_valid-=8)}c(it,"MS"),h(it,"bi_flush");function Ke(B,Y){var Ne=Y.dyn_tree,et=Y.max_code,re=Y.stat_desc.static_tree,be=Y.stat_desc.has_stree,A=Y.stat_desc.extra_bits,Ce=Y.stat_desc.extra_base,dt=Y.stat_desc.max_length,v,ue,de,N,Z,fe,st=0;for(N=0;N<=R;N++)B.bl_count[N]=0;for(Ne[B.heap[B.heap_max]*2+1]=0,v=B.heap_max+1;v<$;v++)ue=B.heap[v],N=Ne[Ne[ue*2+1]*2+1]+1,N>dt&&(N=dt,st++),Ne[ue*2+1]=N,!(ue>et)&&(B.bl_count[N]++,Z=0,ue>=Ce&&(Z=A[ue-Ce]),fe=Ne[ue*2],B.opt_len+=fe*(N+Z),be&&(B.static_len+=fe*(re[ue*2+1]+Z)));if(st!==0){do{for(N=dt-1;B.bl_count[N]===0;)N--;B.bl_count[N]--,B.bl_count[N+1]+=2,B.bl_count[dt]--,st-=2}while(st>0);for(N=dt;N!==0;N--)for(ue=B.bl_count[N];ue!==0;)de=B.heap[--v],!(de>et)&&(Ne[de*2+1]!==N&&(B.opt_len+=(N-Ne[de*2+1])*Ne[de*2],Ne[de*2+1]=N),ue--)}}c(Ke,"jS"),h(Ke,"gen_bitlen");function ve(B,Y,Ne){var et=new Array(R+1),re=0,be,A;for(be=1;be<=R;be++)et[be]=re=re+Ne[be-1]<<1;for(A=0;A<=Y;A++){var Ce=B[A*2+1];Ce!==0&&(B[A*2]=He(et[Ce]++,Ce))}}c(ve,"Op"),h(ve,"gen_codes");function ye(){var B,Y,Ne,et,re,be=new Array(R+1);for(Ne=0,et=0;et<b-1;et++)for(Ae[et]=Ne,B=0;B<1<<z[et];B++)he[Ne++]=et;for(he[Ne-1]=et,re=0,et=0;et<16;et++)for(lt[et]=re,B=0;B<1<<ee[et];B++)we[re++]=et;for(re>>=7;et<T;et++)for(lt[et]=re<<7,B=0;B<1<<ee[et]-7;B++)we[256+re++]=et;for(Y=0;Y<=R;Y++)be[Y]=0;for(B=0;B<=143;)X[B*2+1]=8,B++,be[8]++;for(;B<=255;)X[B*2+1]=9,B++,be[9]++;for(;B<=279;)X[B*2+1]=7,B++,be[7]++;for(;B<=287;)X[B*2+1]=8,B++,be[8]++;for(ve(X,F+1,be),B=0;B<T;B++)pe[B*2+1]=5,pe[B*2]=He(B,5);$e=new le(X,z,S+1,F,R),K=new le(pe,ee,0,T,R),Oe=new le(new Array(0),H,0,P,C)}c(ye,"HS"),h(ye,"tr_static_init");function Fe(B){var Y;for(Y=0;Y<F;Y++)B.dyn_ltree[Y*2]=0;for(Y=0;Y<T;Y++)B.dyn_dtree[Y*2]=0;for(Y=0;Y<P;Y++)B.bl_tree[Y*2]=0;B.dyn_ltree[U*2]=1,B.opt_len=B.static_len=0,B.last_lit=B.matches=0}c(Fe,"Dp"),h(Fe,"init_block");function G(B){B.bi_valid>8?Ge(B,B.bi_buf):B.bi_valid>0&&(B.pending_buf[B.pending++]=B.bi_buf),B.bi_buf=0,B.bi_valid=0}c(G,"Rp"),h(G,"bi_windup");function te(B,Y,Ne,et){G(B),et&&(Ge(B,Ne),Ge(B,~Ne)),e.arraySet(B.pending_buf,B.window,Y,Ne,B.pending),B.pending+=Ne}c(te,"qS"),h(te,"copy_block");function se(B,Y,Ne,et){var re=Y*2,be=Ne*2;return B[re]<B[be]||B[re]===B[be]&&et[Y]<=et[Ne]}c(se,"pp"),h(se,"smaller");function ke(B,Y,Ne){for(var et=B.heap[Ne],re=Ne<<1;re<=B.heap_len&&(re<B.heap_len&&se(Y,B.heap[re+1],B.heap[re],B.depth)&&re++,!se(Y,et,B.heap[re],B.depth));)B.heap[Ne]=B.heap[re],Ne=re,re<<=1;B.heap[Ne]=et}c(ke,"Al"),h(ke,"pqdownheap");function _e(B,Y,Ne){var et,re,be=0,A,Ce;if(B.last_lit!==0)do et=B.pending_buf[B.d_buf+be*2]<<8|B.pending_buf[B.d_buf+be*2+1],re=B.pending_buf[B.l_buf+be],be++,et===0?Je(B,re,Y):(A=he[re],Je(B,A+S+1,Y),Ce=z[A],Ce!==0&&(re-=Ae[A],me(B,re,Ce)),et--,A=Te(et),Je(B,A,Ne),Ce=ee[A],Ce!==0&&(et-=lt[A],me(B,et,Ce)));while(be<B.last_lit);Je(B,U,Y)}c(_e,"mp"),h(_e,"compress_block");function Pe(B,Y){var Ne=Y.dyn_tree,et=Y.stat_desc.static_tree,re=Y.stat_desc.has_stree,be=Y.stat_desc.elems,A,Ce,dt=-1,v;for(B.heap_len=0,B.heap_max=$,A=0;A<be;A++)Ne[A*2]!==0?(B.heap[++B.heap_len]=dt=A,B.depth[A]=0):Ne[A*2+1]=0;for(;B.heap_len<2;)v=B.heap[++B.heap_len]=dt<2?++dt:0,Ne[v*2]=1,B.depth[v]=0,B.opt_len--,re&&(B.static_len-=et[v*2+1]);for(Y.max_code=dt,A=B.heap_len>>1;A>=1;A--)ke(B,Ne,A);v=be;do A=B.heap[1],B.heap[1]=B.heap[B.heap_len--],ke(B,Ne,1),Ce=B.heap[1],B.heap[--B.heap_max]=A,B.heap[--B.heap_max]=Ce,Ne[v*2]=Ne[A*2]+Ne[Ce*2],B.depth[v]=(B.depth[A]>=B.depth[Ce]?B.depth[A]:B.depth[Ce])+1,Ne[A*2+1]=Ne[Ce*2+1]=v,B.heap[1]=v++,ke(B,Ne,1);while(B.heap_len>=2);B.heap[--B.heap_max]=B.heap[1],Ke(B,Y),ve(Ne,dt,B.bl_count)}c(Pe,"Dl"),h(Pe,"build_tree");function Q(B,Y,Ne){var et,re=-1,be,A=Y[0*2+1],Ce=0,dt=7,v=4;for(A===0&&(dt=138,v=3),Y[(Ne+1)*2+1]=65535,et=0;et<=Ne;et++)be=A,A=Y[(et+1)*2+1],!(++Ce<dt&&be===A)&&(Ce<v?B.bl_tree[be*2]+=Ce:be!==0?(be!==re&&B.bl_tree[be*2]++,B.bl_tree[J*2]++):Ce<=10?B.bl_tree[ne*2]++:B.bl_tree[oe*2]++,Ce=0,re=be,A===0?(dt=138,v=3):be===A?(dt=6,v=3):(dt=7,v=4))}c(Q,"wp"),h(Q,"scan_tree");function ge(B,Y,Ne){var et,re=-1,be,A=Y[0*2+1],Ce=0,dt=7,v=4;for(A===0&&(dt=138,v=3),et=0;et<=Ne;et++)if(be=A,A=Y[(et+1)*2+1],!(++Ce<dt&&be===A)){if(Ce<v)do Je(B,be,B.bl_tree);while(--Ce!==0);else be!==0?(be!==re&&(Je(B,be,B.bl_tree),Ce--),Je(B,J,B.bl_tree),me(B,Ce-3,2)):Ce<=10?(Je(B,ne,B.bl_tree),me(B,Ce-3,3)):(Je(B,oe,B.bl_tree),me(B,Ce-11,7));Ce=0,re=be,A===0?(dt=138,v=3):be===A?(dt=6,v=3):(dt=7,v=4)}}c(ge,"gp"),h(ge,"send_tree");function Ie(B){var Y;for(Q(B,B.dyn_ltree,B.l_desc.max_code),Q(B,B.dyn_dtree,B.d_desc.max_code),Pe(B,B.bl_desc),Y=P-1;Y>=3&&B.bl_tree[j[Y]*2+1]===0;Y--);return B.opt_len+=3*(Y+1)+5+5+4,Y}c(Ie,"US"),h(Ie,"build_bl_tree");function xe(B,Y,Ne,et){var re;for(me(B,Y-257,5),me(B,Ne-1,5),me(B,et-4,4),re=0;re<et;re++)me(B,B.bl_tree[j[re]*2+1],3);ge(B,B.dyn_ltree,Y-1),ge(B,B.dyn_dtree,Ne-1)}c(xe,"zS"),h(xe,"send_all_trees");function Ye(B){var Y=4093624447,Ne;for(Ne=0;Ne<=31;Ne++,Y>>>=1)if(Y&1&&B.dyn_ltree[Ne*2]!==0)return r;if(B.dyn_ltree[9*2]!==0||B.dyn_ltree[10*2]!==0||B.dyn_ltree[13*2]!==0)return n;for(Ne=32;Ne<S;Ne++)if(B.dyn_ltree[Ne*2]!==0)return n;return r}c(Ye,"WS"),h(Ye,"detect_data_type");var kt=!1;function Gt(B){kt||(ye(),kt=!0),B.l_desc=new je(B.dyn_ltree,$e),B.d_desc=new je(B.dyn_dtree,K),B.bl_desc=new je(B.bl_tree,Oe),B.bi_buf=0,B.bi_valid=0,Fe(B)}c(Gt,"VS"),h(Gt,"_tr_init");function gt(B,Y,Ne,et){me(B,(m<<1)+(et?1:0),3),te(B,Y,Ne,!0)}c(gt,"Cp"),h(gt,"_tr_stored_block");function _t(B){me(B,l<<1,3),Je(B,U,X),it(B)}c(_t,"GS"),h(_t,"_tr_align");function St(B,Y,Ne,et){var re,be,A=0;B.level>0?(B.strm.data_type===o&&(B.strm.data_type=Ye(B)),Pe(B,B.l_desc),Pe(B,B.d_desc),A=Ie(B),re=B.opt_len+3+7>>>3,be=B.static_len+3+7>>>3,be<=re&&(re=be)):re=be=Ne+5,Ne+4<=re&&Y!==-1?gt(B,Y,Ne,et):B.strategy===t||be===re?(me(B,(l<<1)+(et?1:0),3),_e(B,X,pe)):(me(B,(a<<1)+(et?1:0),3),xe(B,B.l_desc.max_code+1,B.d_desc.max_code+1,A+1),_e(B,B.dyn_ltree,B.dyn_dtree)),Fe(B),et&&G(B)}c(St,"ZS"),h(St,"_tr_flush_block");function Pt(B,Y,Ne){return B.pending_buf[B.d_buf+B.last_lit*2]=Y>>>8&255,B.pending_buf[B.d_buf+B.last_lit*2+1]=Y&255,B.pending_buf[B.l_buf+B.last_lit]=Ne&255,B.last_lit++,Y===0?B.dyn_ltree[Ne*2]++:(B.matches++,Y--,B.dyn_ltree[(he[Ne]+S+1)*2]++,B.dyn_dtree[Te(Y)*2]++),B.last_lit===B.lit_bufsize-1}c(Pt,"KS"),h(Pt,"_tr_tally"),i._tr_init=Gt,i._tr_stored_block=gt,i._tr_flush_block=St,i._tr_tally=Pt,i._tr_align=_t}),p_=De((i,e)=>{"use strict";function t(r,n,o,f){for(var m=r&65535|0,l=r>>>16&65535|0,a=0;o!==0;){a=o>2e3?2e3:o,o-=a;do m=m+n[f++]|0,l=l+m|0;while(--a);m%=65521,l%=65521}return m|l<<16|0}c(t,"YS"),h(t,"adler32"),e.exports=t}),m_=De((i,e)=>{"use strict";function t(){for(var o,f=[],m=0;m<256;m++){o=m;for(var l=0;l<8;l++)o=o&1?3988292384^o>>>1:o>>>1;f[m]=o}return f}c(t,"XS"),h(t,"makeTable");var r=t();function n(o,f,m,l){var a=r,g=l+m;o^=-1;for(var y=l;y<g;y++)o=o>>>8^a[(o^f[y])&255];return o^-1}c(n,"QS"),h(n,"crc32"),e.exports=n}),sm=De((i,e)=>{"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}}),fR=De(i=>{"use strict";var e=Vi(),t=cR(),r=p_(),n=m_(),o=sm(),f=0,m=1,l=3,a=4,g=5,y=0,b=1,S=-2,F=-3,T=-5,P=-1,$=1,R=2,M=3,C=4,U=0,J=2,ne=8,oe=9,z=15,ee=8,H=29,j=256,V=j+1+H,X=30,pe=19,we=2*V+1,he=15,Ae=3,lt=258,le=lt+Ae+1,$e=32,K=42,Oe=69,je=73,Te=91,Ge=103,me=113,Je=666,He=1,it=2,Ke=3,ve=4,ye=3;function Fe(v,ue){return v.msg=o[ue],ue}c(Fe,"Vt"),h(Fe,"err");function G(v){return(v<<1)-(v>4?9:0)}c(G,"jp"),h(G,"rank");function te(v){for(var ue=v.length;--ue>=0;)v[ue]=0}c(te,"zt"),h(te,"zero");function se(v){var ue=v.state,de=ue.pending;de>v.avail_out&&(de=v.avail_out),de!==0&&(e.arraySet(v.output,ue.pending_buf,ue.pending_out,de,v.next_out),v.next_out+=de,ue.pending_out+=de,v.total_out+=de,v.avail_out-=de,ue.pending-=de,ue.pending===0&&(ue.pending_out=0))}c(se,"Ut"),h(se,"flush_pending");function ke(v,ue){t._tr_flush_block(v,v.block_start>=0?v.block_start:-1,v.strstart-v.block_start,ue),v.block_start=v.strstart,se(v.strm)}c(ke,"ve"),h(ke,"flush_block_only");function _e(v,ue){v.pending_buf[v.pending++]=ue}c(_e,"Z"),h(_e,"put_byte");function Pe(v,ue){v.pending_buf[v.pending++]=ue>>>8&255,v.pending_buf[v.pending++]=ue&255}c(Pe,"sn"),h(Pe,"putShortMSB");function Q(v,ue,de,N){var Z=v.avail_in;return Z>N&&(Z=N),Z===0?0:(v.avail_in-=Z,e.arraySet(ue,v.input,v.next_in,Z,de),v.state.wrap===1?v.adler=r(v.adler,ue,Z,de):v.state.wrap===2&&(v.adler=n(v.adler,ue,Z,de)),v.next_in+=Z,v.total_in+=Z,Z)}c(Q,"vE"),h(Q,"read_buf");function ge(v,ue){var de=v.max_chain_length,N=v.strstart,Z,fe,st=v.prev_length,Xe=v.nice_match,D=v.strstart>v.w_size-le?v.strstart-(v.w_size-le):0,W=v.window,Me=v.w_mask,Le=v.prev,Ue=v.strstart+lt,ut=W[N+st-1],vt=W[N+st];v.prev_length>=v.good_match&&(de>>=2),Xe>v.lookahead&&(Xe=v.lookahead);do if(Z=ue,!(W[Z+st]!==vt||W[Z+st-1]!==ut||W[Z]!==W[N]||W[++Z]!==W[N+1])){N+=2,Z++;do;while(W[++N]===W[++Z]&&W[++N]===W[++Z]&&W[++N]===W[++Z]&&W[++N]===W[++Z]&&W[++N]===W[++Z]&&W[++N]===W[++Z]&&W[++N]===W[++Z]&&W[++N]===W[++Z]&&N<Ue);if(fe=lt-(Ue-N),N=Ue-lt,fe>st){if(v.match_start=ue,st=fe,fe>=Xe)break;ut=W[N+st-1],vt=W[N+st]}}while((ue=Le[ue&Me])>D&&--de!==0);return st<=v.lookahead?st:v.lookahead}c(ge,"qp"),h(ge,"longest_match");function Ie(v){var ue=v.w_size,de,N,Z,fe,st;do{if(fe=v.window_size-v.lookahead-v.strstart,v.strstart>=ue+(ue-le)){e.arraySet(v.window,v.window,ue,ue,0),v.match_start-=ue,v.strstart-=ue,v.block_start-=ue,N=v.hash_size,de=N;do Z=v.head[--de],v.head[de]=Z>=ue?Z-ue:0;while(--N);N=ue,de=N;do Z=v.prev[--de],v.prev[de]=Z>=ue?Z-ue:0;while(--N);fe+=ue}if(v.strm.avail_in===0)break;if(N=Q(v.strm,v.window,v.strstart+v.lookahead,fe),v.lookahead+=N,v.lookahead+v.insert>=Ae)for(st=v.strstart-v.insert,v.ins_h=v.window[st],v.ins_h=(v.ins_h<<v.hash_shift^v.window[st+1])&v.hash_mask;v.insert&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[st+Ae-1])&v.hash_mask,v.prev[st&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=st,st++,v.insert--,!(v.lookahead+v.insert<Ae)););}while(v.lookahead<le&&v.strm.avail_in!==0)}c(Ie,"yr"),h(Ie,"fill_window");function xe(v,ue){var de=65535;for(de>v.pending_buf_size-5&&(de=v.pending_buf_size-5);;){if(v.lookahead<=1){if(Ie(v),v.lookahead===0&&ue===f)return He;if(v.lookahead===0)break}v.strstart+=v.lookahead,v.lookahead=0;var N=v.block_start+de;if((v.strstart===0||v.strstart>=N)&&(v.lookahead=v.strstart-N,v.strstart=N,ke(v,!1),v.strm.avail_out===0)||v.strstart-v.block_start>=v.w_size-le&&(ke(v,!1),v.strm.avail_out===0))return He}return v.insert=0,ue===a?(ke(v,!0),v.strm.avail_out===0?Ke:ve):(v.strstart>v.block_start&&(ke(v,!1),v.strm.avail_out),He)}c(xe,"FE"),h(xe,"deflate_stored");function Ye(v,ue){for(var de,N;;){if(v.lookahead<le){if(Ie(v),v.lookahead<le&&ue===f)return He;if(v.lookahead===0)break}if(de=0,v.lookahead>=Ae&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+Ae-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),de!==0&&v.strstart-de<=v.w_size-le&&(v.match_length=ge(v,de)),v.match_length>=Ae)if(N=t._tr_tally(v,v.strstart-v.match_start,v.match_length-Ae),v.lookahead-=v.match_length,v.match_length<=v.max_lazy_match&&v.lookahead>=Ae){v.match_length--;do v.strstart++,v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+Ae-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart;while(--v.match_length!==0);v.strstart++}else v.strstart+=v.match_length,v.match_length=0,v.ins_h=v.window[v.strstart],v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+1])&v.hash_mask;else N=t._tr_tally(v,0,v.window[v.strstart]),v.lookahead--,v.strstart++;if(N&&(ke(v,!1),v.strm.avail_out===0))return He}return v.insert=v.strstart<Ae-1?v.strstart:Ae-1,ue===a?(ke(v,!0),v.strm.avail_out===0?Ke:ve):v.last_lit&&(ke(v,!1),v.strm.avail_out===0)?He:it}c(Ye,"Ml"),h(Ye,"deflate_fast");function kt(v,ue){for(var de,N,Z;;){if(v.lookahead<le){if(Ie(v),v.lookahead<le&&ue===f)return He;if(v.lookahead===0)break}if(de=0,v.lookahead>=Ae&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+Ae-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),v.prev_length=v.match_length,v.prev_match=v.match_start,v.match_length=Ae-1,de!==0&&v.prev_length<v.max_lazy_match&&v.strstart-de<=v.w_size-le&&(v.match_length=ge(v,de),v.match_length<=5&&(v.strategy===$||v.match_length===Ae&&v.strstart-v.match_start>4096)&&(v.match_length=Ae-1)),v.prev_length>=Ae&&v.match_length<=v.prev_length){Z=v.strstart+v.lookahead-Ae,N=t._tr_tally(v,v.strstart-1-v.prev_match,v.prev_length-Ae),v.lookahead-=v.prev_length-1,v.prev_length-=2;do++v.strstart<=Z&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+Ae-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart);while(--v.prev_length!==0);if(v.match_available=0,v.match_length=Ae-1,v.strstart++,N&&(ke(v,!1),v.strm.avail_out===0))return He}else if(v.match_available){if(N=t._tr_tally(v,0,v.window[v.strstart-1]),N&&ke(v,!1),v.strstart++,v.lookahead--,v.strm.avail_out===0)return He}else v.match_available=1,v.strstart++,v.lookahead--}return v.match_available&&(N=t._tr_tally(v,0,v.window[v.strstart-1]),v.match_available=0),v.insert=v.strstart<Ae-1?v.strstart:Ae-1,ue===a?(ke(v,!0),v.strm.avail_out===0?Ke:ve):v.last_lit&&(ke(v,!1),v.strm.avail_out===0)?He:it}c(kt,"ri"),h(kt,"deflate_slow");function Gt(v,ue){for(var de,N,Z,fe,st=v.window;;){if(v.lookahead<=lt){if(Ie(v),v.lookahead<=lt&&ue===f)return He;if(v.lookahead===0)break}if(v.match_length=0,v.lookahead>=Ae&&v.strstart>0&&(Z=v.strstart-1,N=st[Z],N===st[++Z]&&N===st[++Z]&&N===st[++Z])){fe=v.strstart+lt;do;while(N===st[++Z]&&N===st[++Z]&&N===st[++Z]&&N===st[++Z]&&N===st[++Z]&&N===st[++Z]&&N===st[++Z]&&N===st[++Z]&&Z<fe);v.match_length=lt-(fe-Z),v.match_length>v.lookahead&&(v.match_length=v.lookahead)}if(v.match_length>=Ae?(de=t._tr_tally(v,1,v.match_length-Ae),v.lookahead-=v.match_length,v.strstart+=v.match_length,v.match_length=0):(de=t._tr_tally(v,0,v.window[v.strstart]),v.lookahead--,v.strstart++),de&&(ke(v,!1),v.strm.avail_out===0))return He}return v.insert=0,ue===a?(ke(v,!0),v.strm.avail_out===0?Ke:ve):v.last_lit&&(ke(v,!1),v.strm.avail_out===0)?He:it}c(Gt,"SE"),h(Gt,"deflate_rle");function gt(v,ue){for(var de;;){if(v.lookahead===0&&(Ie(v),v.lookahead===0)){if(ue===f)return He;break}if(v.match_length=0,de=t._tr_tally(v,0,v.window[v.strstart]),v.lookahead--,v.strstart++,de&&(ke(v,!1),v.strm.avail_out===0))return He}return v.insert=0,ue===a?(ke(v,!0),v.strm.avail_out===0?Ke:ve):v.last_lit&&(ke(v,!1),v.strm.avail_out===0)?He:it}c(gt,"EE"),h(gt,"deflate_huff");function _t(v,ue,de,N,Z){this.good_length=v,this.max_lazy=ue,this.nice_length=de,this.max_chain=N,this.func=Z}c(_t,"gt"),h(_t,"Config");var St;St=[new _t(0,0,0,0,xe),new _t(4,4,8,4,Ye),new _t(4,5,16,8,Ye),new _t(4,6,32,32,Ye),new _t(4,4,16,16,kt),new _t(8,16,32,32,kt),new _t(8,16,128,128,kt),new _t(8,32,128,256,kt),new _t(32,128,258,1024,kt),new _t(32,258,258,4096,kt)];function Pt(v){v.window_size=2*v.w_size,te(v.head),v.max_lazy_match=St[v.level].max_lazy,v.good_match=St[v.level].good_length,v.nice_match=St[v.level].nice_length,v.max_chain_length=St[v.level].max_chain,v.strstart=0,v.block_start=0,v.lookahead=0,v.insert=0,v.match_length=v.prev_length=Ae-1,v.match_available=0,v.ins_h=0}c(Pt,"kE"),h(Pt,"lm_init");function B(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=ne,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new e.Buf16(we*2),this.dyn_dtree=new e.Buf16((2*X+1)*2),this.bl_tree=new e.Buf16((2*pe+1)*2),te(this.dyn_ltree),te(this.dyn_dtree),te(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new e.Buf16(he+1),this.heap=new e.Buf16(2*V+1),te(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new e.Buf16(2*V+1),te(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}c(B,"xE"),h(B,"DeflateState");function Y(v){var ue;return!v||!v.state?Fe(v,S):(v.total_in=v.total_out=0,v.data_type=J,ue=v.state,ue.pending=0,ue.pending_out=0,ue.wrap<0&&(ue.wrap=-ue.wrap),ue.status=ue.wrap?K:me,v.adler=ue.wrap===2?0:1,ue.last_flush=f,t._tr_init(ue),y)}c(Y,"Up"),h(Y,"deflateResetKeep");function Ne(v){var ue=Y(v);return ue===y&&Pt(v.state),ue}c(Ne,"zp"),h(Ne,"deflateReset");function et(v,ue){return!v||!v.state||v.state.wrap!==2?S:(v.state.gzhead=ue,y)}c(et,"PE"),h(et,"deflateSetHeader");function re(v,ue,de,N,Z,fe){if(!v)return S;var st=1;if(ue===P&&(ue=6),N<0?(st=0,N=-N):N>15&&(st=2,N-=16),Z<1||Z>oe||de!==ne||N<8||N>15||ue<0||ue>9||fe<0||fe>C)return Fe(v,S);N===8&&(N=9);var Xe=new B;return v.state=Xe,Xe.strm=v,Xe.wrap=st,Xe.gzhead=null,Xe.w_bits=N,Xe.w_size=1<<Xe.w_bits,Xe.w_mask=Xe.w_size-1,Xe.hash_bits=Z+7,Xe.hash_size=1<<Xe.hash_bits,Xe.hash_mask=Xe.hash_size-1,Xe.hash_shift=~~((Xe.hash_bits+Ae-1)/Ae),Xe.window=new e.Buf8(Xe.w_size*2),Xe.head=new e.Buf16(Xe.hash_size),Xe.prev=new e.Buf16(Xe.w_size),Xe.lit_bufsize=1<<Z+6,Xe.pending_buf_size=Xe.lit_bufsize*4,Xe.pending_buf=new e.Buf8(Xe.pending_buf_size),Xe.d_buf=1*Xe.lit_bufsize,Xe.l_buf=3*Xe.lit_bufsize,Xe.level=ue,Xe.strategy=fe,Xe.method=de,Ne(v)}c(re,"Wp"),h(re,"deflateInit2");function be(v,ue){return re(v,ue,ne,z,ee,U)}c(be,"TE"),h(be,"deflateInit");function A(v,ue){var de,N,Z,fe;if(!v||!v.state||ue>g||ue<0)return v?Fe(v,S):S;if(N=v.state,!v.output||!v.input&&v.avail_in!==0||N.status===Je&&ue!==a)return Fe(v,v.avail_out===0?T:S);if(N.strm=v,de=N.last_flush,N.last_flush=ue,N.status===K)if(N.wrap===2)v.adler=0,_e(N,31),_e(N,139),_e(N,8),N.gzhead?(_e(N,(N.gzhead.text?1:0)+(N.gzhead.hcrc?2:0)+(N.gzhead.extra?4:0)+(N.gzhead.name?8:0)+(N.gzhead.comment?16:0)),_e(N,N.gzhead.time&255),_e(N,N.gzhead.time>>8&255),_e(N,N.gzhead.time>>16&255),_e(N,N.gzhead.time>>24&255),_e(N,N.level===9?2:N.strategy>=R||N.level<2?4:0),_e(N,N.gzhead.os&255),N.gzhead.extra&&N.gzhead.extra.length&&(_e(N,N.gzhead.extra.length&255),_e(N,N.gzhead.extra.length>>8&255)),N.gzhead.hcrc&&(v.adler=n(v.adler,N.pending_buf,N.pending,0)),N.gzindex=0,N.status=Oe):(_e(N,0),_e(N,0),_e(N,0),_e(N,0),_e(N,0),_e(N,N.level===9?2:N.strategy>=R||N.level<2?4:0),_e(N,ye),N.status=me);else{var st=ne+(N.w_bits-8<<4)<<8,Xe=-1;N.strategy>=R||N.level<2?Xe=0:N.level<6?Xe=1:N.level===6?Xe=2:Xe=3,st|=Xe<<6,N.strstart!==0&&(st|=$e),st+=31-st%31,N.status=me,Pe(N,st),N.strstart!==0&&(Pe(N,v.adler>>>16),Pe(N,v.adler&65535)),v.adler=1}if(N.status===Oe)if(N.gzhead.extra){for(Z=N.pending;N.gzindex<(N.gzhead.extra.length&65535)&&!(N.pending===N.pending_buf_size&&(N.gzhead.hcrc&&N.pending>Z&&(v.adler=n(v.adler,N.pending_buf,N.pending-Z,Z)),se(v),Z=N.pending,N.pending===N.pending_buf_size));)_e(N,N.gzhead.extra[N.gzindex]&255),N.gzindex++;N.gzhead.hcrc&&N.pending>Z&&(v.adler=n(v.adler,N.pending_buf,N.pending-Z,Z)),N.gzindex===N.gzhead.extra.length&&(N.gzindex=0,N.status=je)}else N.status=je;if(N.status===je)if(N.gzhead.name){Z=N.pending;do{if(N.pending===N.pending_buf_size&&(N.gzhead.hcrc&&N.pending>Z&&(v.adler=n(v.adler,N.pending_buf,N.pending-Z,Z)),se(v),Z=N.pending,N.pending===N.pending_buf_size)){fe=1;break}N.gzindex<N.gzhead.name.length?fe=N.gzhead.name.charCodeAt(N.gzindex++)&255:fe=0,_e(N,fe)}while(fe!==0);N.gzhead.hcrc&&N.pending>Z&&(v.adler=n(v.adler,N.pending_buf,N.pending-Z,Z)),fe===0&&(N.gzindex=0,N.status=Te)}else N.status=Te;if(N.status===Te)if(N.gzhead.comment){Z=N.pending;do{if(N.pending===N.pending_buf_size&&(N.gzhead.hcrc&&N.pending>Z&&(v.adler=n(v.adler,N.pending_buf,N.pending-Z,Z)),se(v),Z=N.pending,N.pending===N.pending_buf_size)){fe=1;break}N.gzindex<N.gzhead.comment.length?fe=N.gzhead.comment.charCodeAt(N.gzindex++)&255:fe=0,_e(N,fe)}while(fe!==0);N.gzhead.hcrc&&N.pending>Z&&(v.adler=n(v.adler,N.pending_buf,N.pending-Z,Z)),fe===0&&(N.status=Ge)}else N.status=Ge;if(N.status===Ge&&(N.gzhead.hcrc?(N.pending+2>N.pending_buf_size&&se(v),N.pending+2<=N.pending_buf_size&&(_e(N,v.adler&255),_e(N,v.adler>>8&255),v.adler=0,N.status=me)):N.status=me),N.pending!==0){if(se(v),v.avail_out===0)return N.last_flush=-1,y}else if(v.avail_in===0&&G(ue)<=G(de)&&ue!==a)return Fe(v,T);if(N.status===Je&&v.avail_in!==0)return Fe(v,T);if(v.avail_in!==0||N.lookahead!==0||ue!==f&&N.status!==Je){var D=N.strategy===R?gt(N,ue):N.strategy===M?Gt(N,ue):St[N.level].func(N,ue);if((D===Ke||D===ve)&&(N.status=Je),D===He||D===Ke)return v.avail_out===0&&(N.last_flush=-1),y;if(D===it&&(ue===m?t._tr_align(N):ue!==g&&(t._tr_stored_block(N,0,0,!1),ue===l&&(te(N.head),N.lookahead===0&&(N.strstart=0,N.block_start=0,N.insert=0))),se(v),v.avail_out===0))return N.last_flush=-1,y}return ue!==a?y:N.wrap<=0?b:(N.wrap===2?(_e(N,v.adler&255),_e(N,v.adler>>8&255),_e(N,v.adler>>16&255),_e(N,v.adler>>24&255),_e(N,v.total_in&255),_e(N,v.total_in>>8&255),_e(N,v.total_in>>16&255),_e(N,v.total_in>>24&255)):(Pe(N,v.adler>>>16),Pe(N,v.adler&65535)),se(v),N.wrap>0&&(N.wrap=-N.wrap),N.pending!==0?y:b)}c(A,"AE"),h(A,"deflate");function Ce(v){var ue;return!v||!v.state?S:(ue=v.state.status,ue!==K&&ue!==Oe&&ue!==je&&ue!==Te&&ue!==Ge&&ue!==me&&ue!==Je?Fe(v,S):(v.state=null,ue===me?Fe(v,F):y))}c(Ce,"OE"),h(Ce,"deflateEnd");function dt(v,ue){var de=ue.length,N,Z,fe,st,Xe,D,W,Me;if(!v||!v.state||(N=v.state,st=N.wrap,st===2||st===1&&N.status!==K||N.lookahead))return S;for(st===1&&(v.adler=r(v.adler,ue,de,0)),N.wrap=0,de>=N.w_size&&(st===0&&(te(N.head),N.strstart=0,N.block_start=0,N.insert=0),Me=new e.Buf8(N.w_size),e.arraySet(Me,ue,de-N.w_size,N.w_size,0),ue=Me,de=N.w_size),Xe=v.avail_in,D=v.next_in,W=v.input,v.avail_in=de,v.next_in=0,v.input=ue,Ie(N);N.lookahead>=Ae;){Z=N.strstart,fe=N.lookahead-(Ae-1);do N.ins_h=(N.ins_h<<N.hash_shift^N.window[Z+Ae-1])&N.hash_mask,N.prev[Z&N.w_mask]=N.head[N.ins_h],N.head[N.ins_h]=Z,Z++;while(--fe);N.strstart=Z,N.lookahead=Ae-1,Ie(N)}return N.strstart+=N.lookahead,N.block_start=N.strstart,N.insert=N.lookahead,N.lookahead=0,N.match_length=N.prev_length=Ae-1,N.match_available=0,v.next_in=D,v.input=W,v.avail_in=Xe,N.wrap=st,y}c(dt,"DE"),h(dt,"deflateSetDictionary"),i.deflateInit=be,i.deflateInit2=re,i.deflateReset=Ne,i.deflateResetKeep=Y,i.deflateSetHeader=et,i.deflate=A,i.deflateEnd=Ce,i.deflateSetDictionary=dt,i.deflateInfo="pako deflate (from Nodeca project)"}),g_=De(i=>{"use strict";var e=Vi(),t=!0,r=!0;try{String.fromCharCode.apply(null,[0])}catch{t=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{r=!1}var n=new e.Buf8(256);for(o=0;o<256;o++)n[o]=o>=252?6:o>=248?5:o>=240?4:o>=224?3:o>=192?2:1;var o;n[254]=n[254]=1,i.string2buf=function(m){var l,a,g,y,b,S=m.length,F=0;for(y=0;y<S;y++)a=m.charCodeAt(y),(a&64512)===55296&&y+1<S&&(g=m.charCodeAt(y+1),(g&64512)===56320&&(a=65536+(a-55296<<10)+(g-56320),y++)),F+=a<128?1:a<2048?2:a<65536?3:4;for(l=new e.Buf8(F),b=0,y=0;b<F;y++)a=m.charCodeAt(y),(a&64512)===55296&&y+1<S&&(g=m.charCodeAt(y+1),(g&64512)===56320&&(a=65536+(a-55296<<10)+(g-56320),y++)),a<128?l[b++]=a:a<2048?(l[b++]=192|a>>>6,l[b++]=128|a&63):a<65536?(l[b++]=224|a>>>12,l[b++]=128|a>>>6&63,l[b++]=128|a&63):(l[b++]=240|a>>>18,l[b++]=128|a>>>12&63,l[b++]=128|a>>>6&63,l[b++]=128|a&63);return l};function f(m,l){if(l<65534&&(m.subarray&&r||!m.subarray&&t))return String.fromCharCode.apply(null,e.shrinkBuf(m,l));for(var a="",g=0;g<l;g++)a+=String.fromCharCode(m[g]);return a}c(f,"Kp"),h(f,"buf2binstring"),i.buf2binstring=function(m){return f(m,m.length)},i.binstring2buf=function(m){for(var l=new e.Buf8(m.length),a=0,g=l.length;a<g;a++)l[a]=m.charCodeAt(a);return l},i.buf2string=function(m,l){var a,g,y,b,S=l||m.length,F=new Array(S*2);for(g=0,a=0;a<S;){if(y=m[a++],y<128){F[g++]=y;continue}if(b=n[y],b>4){F[g++]=65533,a+=b-1;continue}for(y&=b===2?31:b===3?15:7;b>1&&a<S;)y=y<<6|m[a++]&63,b--;if(b>1){F[g++]=65533;continue}y<65536?F[g++]=y:(y-=65536,F[g++]=55296|y>>10&1023,F[g++]=56320|y&1023)}return f(F,g)},i.utf8border=function(m,l){var a;for(l=l||m.length,l>m.length&&(l=m.length),a=l-1;a>=0&&(m[a]&192)===128;)a--;return a<0||a===0?l:a+n[m[a]]>l?a:l}}),y_=De((i,e)=>{"use strict";function t(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}c(t,"RE"),h(t,"ZStream"),e.exports=t}),hR=De(i=>{"use strict";var e=fR(),t=Vi(),r=g_(),n=sm(),o=y_(),f=Object.prototype.toString,m=0,l=4,a=0,g=1,y=2,b=-1,S=0,F=8;function T(M){if(!(this instanceof T))return new T(M);this.options=t.assign({level:b,method:F,chunkSize:16384,windowBits:15,memLevel:8,strategy:S,to:""},M||{});var C=this.options;C.raw&&C.windowBits>0?C.windowBits=-C.windowBits:C.gzip&&C.windowBits>0&&C.windowBits<16&&(C.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new o,this.strm.avail_out=0;var U=e.deflateInit2(this.strm,C.level,C.method,C.windowBits,C.memLevel,C.strategy);if(U!==a)throw new Error(n[U]);if(C.header&&e.deflateSetHeader(this.strm,C.header),C.dictionary){var J;if(typeof C.dictionary=="string"?J=r.string2buf(C.dictionary):f.call(C.dictionary)==="[object ArrayBuffer]"?J=new Uint8Array(C.dictionary):J=C.dictionary,U=e.deflateSetDictionary(this.strm,J),U!==a)throw new Error(n[U]);this._dict_set=!0}}c(T,"_r"),h(T,"Deflate"),T.prototype.push=function(M,C){var U=this.strm,J=this.options.chunkSize,ne,oe;if(this.ended)return!1;oe=C===~~C?C:C===!0?l:m,typeof M=="string"?U.input=r.string2buf(M):f.call(M)==="[object ArrayBuffer]"?U.input=new Uint8Array(M):U.input=M,U.next_in=0,U.avail_in=U.input.length;do{if(U.avail_out===0&&(U.output=new t.Buf8(J),U.next_out=0,U.avail_out=J),ne=e.deflate(U,oe),ne!==g&&ne!==a)return this.onEnd(ne),this.ended=!0,!1;(U.avail_out===0||U.avail_in===0&&(oe===l||oe===y))&&(this.options.to==="string"?this.onData(r.buf2binstring(t.shrinkBuf(U.output,U.next_out))):this.onData(t.shrinkBuf(U.output,U.next_out)))}while((U.avail_in>0||U.avail_out===0)&&ne!==g);return oe===l?(ne=e.deflateEnd(this.strm),this.onEnd(ne),this.ended=!0,ne===a):(oe===y&&(this.onEnd(a),U.avail_out=0),!0)},T.prototype.onData=function(M){this.chunks.push(M)},T.prototype.onEnd=function(M){M===a&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=t.flattenChunks(this.chunks)),this.chunks=[],this.err=M,this.msg=this.strm.msg};function P(M,C){var U=new T(C);if(U.push(M,!0),U.err)throw U.msg||n[U.err];return U.result}c(P,"Gl"),h(P,"deflate");function $(M,C){return C=C||{},C.raw=!0,P(M,C)}c($,"LE"),h($,"deflateRaw");function R(M,C){return C=C||{},C.gzip=!0,P(M,C)}c(R,"ME"),h(R,"gzip"),i.Deflate=T,i.deflate=P,i.deflateRaw=$,i.gzip=R}),uR=De((i,e)=>{"use strict";var t=30,r=12;e.exports=h(function(n,o){var f,m,l,a,g,y,b,S,F,T,P,$,R,M,C,U,J,ne,oe,z,ee,H,j,V,X;f=n.state,m=n.next_in,V=n.input,l=m+(n.avail_in-5),a=n.next_out,X=n.output,g=a-(o-n.avail_out),y=a+(n.avail_out-257),b=f.dmax,S=f.wsize,F=f.whave,T=f.wnext,P=f.window,$=f.hold,R=f.bits,M=f.lencode,C=f.distcode,U=(1<<f.lenbits)-1,J=(1<<f.distbits)-1;e:do{R<15&&($+=V[m++]<<R,R+=8,$+=V[m++]<<R,R+=8),ne=M[$&U];t:for(;;){if(oe=ne>>>24,$>>>=oe,R-=oe,oe=ne>>>16&255,oe===0)X[a++]=ne&65535;else if(oe&16){z=ne&65535,oe&=15,oe&&(R<oe&&($+=V[m++]<<R,R+=8),z+=$&(1<<oe)-1,$>>>=oe,R-=oe),R<15&&($+=V[m++]<<R,R+=8,$+=V[m++]<<R,R+=8),ne=C[$&J];r:for(;;){if(oe=ne>>>24,$>>>=oe,R-=oe,oe=ne>>>16&255,oe&16){if(ee=ne&65535,oe&=15,R<oe&&($+=V[m++]<<R,R+=8,R<oe&&($+=V[m++]<<R,R+=8)),ee+=$&(1<<oe)-1,ee>b){n.msg="invalid distance too far back",f.mode=t;break e}if($>>>=oe,R-=oe,oe=a-g,ee>oe){if(oe=ee-oe,oe>F&&f.sane){n.msg="invalid distance too far back",f.mode=t;break e}if(H=0,j=P,T===0){if(H+=S-oe,oe<z){z-=oe;do X[a++]=P[H++];while(--oe);H=a-ee,j=X}}else if(T<oe){if(H+=S+T-oe,oe-=T,oe<z){z-=oe;do X[a++]=P[H++];while(--oe);if(H=0,T<z){oe=T,z-=oe;do X[a++]=P[H++];while(--oe);H=a-ee,j=X}}}else if(H+=T-oe,oe<z){z-=oe;do X[a++]=P[H++];while(--oe);H=a-ee,j=X}for(;z>2;)X[a++]=j[H++],X[a++]=j[H++],X[a++]=j[H++],z-=3;z&&(X[a++]=j[H++],z>1&&(X[a++]=j[H++]))}else{H=a-ee;do X[a++]=X[H++],X[a++]=X[H++],X[a++]=X[H++],z-=3;while(z>2);z&&(X[a++]=X[H++],z>1&&(X[a++]=X[H++]))}}else if(oe&64){n.msg="invalid distance code",f.mode=t;break e}else{ne=C[(ne&65535)+($&(1<<oe)-1)];continue r}break}}else if(oe&64)if(oe&32){f.mode=r;break e}else{n.msg="invalid literal/length code",f.mode=t;break e}else{ne=M[(ne&65535)+($&(1<<oe)-1)];continue t}break}}while(m<l&&a<y);z=R>>3,m-=z,R-=z<<3,$&=(1<<R)-1,n.next_in=m,n.next_out=a,n.avail_in=m<l?5+(l-m):5-(m-l),n.avail_out=a<y?257+(y-a):257-(a-y),f.hold=$,f.bits=R},"inflate_fast")}),dR=De((i,e)=>{"use strict";var t=Vi(),r=15,n=852,o=592,f=0,m=1,l=2,a=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],g=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],y=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],b=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];e.exports=h(function(S,F,T,P,$,R,M,C){var U=C.bits,J=0,ne=0,oe=0,z=0,ee=0,H=0,j=0,V=0,X=0,pe=0,we,he,Ae,lt,le,$e=null,K=0,Oe,je=new t.Buf16(r+1),Te=new t.Buf16(r+1),Ge=null,me=0,Je,He,it;for(J=0;J<=r;J++)je[J]=0;for(ne=0;ne<P;ne++)je[F[T+ne]]++;for(ee=U,z=r;z>=1&&je[z]===0;z--);if(ee>z&&(ee=z),z===0)return $[R++]=1<<24|64<<16|0,$[R++]=1<<24|64<<16|0,C.bits=1,0;for(oe=1;oe<z&&je[oe]===0;oe++);for(ee<oe&&(ee=oe),V=1,J=1;J<=r;J++)if(V<<=1,V-=je[J],V<0)return-1;if(V>0&&(S===f||z!==1))return-1;for(Te[1]=0,J=1;J<r;J++)Te[J+1]=Te[J]+je[J];for(ne=0;ne<P;ne++)F[T+ne]!==0&&(M[Te[F[T+ne]]++]=ne);if(S===f?($e=Ge=M,Oe=19):S===m?($e=a,K-=257,Ge=g,me-=257,Oe=256):($e=y,Ge=b,Oe=-1),pe=0,ne=0,J=oe,le=R,H=ee,j=0,Ae=-1,X=1<<ee,lt=X-1,S===m&&X>n||S===l&&X>o)return 1;for(;;){Je=J-j,M[ne]<Oe?(He=0,it=M[ne]):M[ne]>Oe?(He=Ge[me+M[ne]],it=$e[K+M[ne]]):(He=96,it=0),we=1<<J-j,he=1<<H,oe=he;do he-=we,$[le+(pe>>j)+he]=Je<<24|He<<16|it|0;while(he!==0);for(we=1<<J-1;pe&we;)we>>=1;if(we!==0?(pe&=we-1,pe+=we):pe=0,ne++,--je[J]===0){if(J===z)break;J=F[T+M[ne]]}if(J>ee&&(pe&lt)!==Ae){for(j===0&&(j=ee),le+=oe,H=J-j,V=1<<H;H+j<z&&(V-=je[H+j],!(V<=0));)H++,V<<=1;if(X+=1<<H,S===m&&X>n||S===l&&X>o)return 1;Ae=pe&lt,$[Ae]=ee<<24|H<<16|le-R|0}}return pe!==0&&($[le+pe]=J-j<<24|64<<16|0),C.bits=ee,0},"inflate_table")}),pR=De(i=>{"use strict";var e=Vi(),t=p_(),r=m_(),n=uR(),o=dR(),f=0,m=1,l=2,a=4,g=5,y=6,b=0,S=1,F=2,T=-2,P=-3,$=-4,R=-5,M=8,C=1,U=2,J=3,ne=4,oe=5,z=6,ee=7,H=8,j=9,V=10,X=11,pe=12,we=13,he=14,Ae=15,lt=16,le=17,$e=18,K=19,Oe=20,je=21,Te=22,Ge=23,me=24,Je=25,He=26,it=27,Ke=28,ve=29,ye=30,Fe=31,G=32,te=852,se=592,ke=15,_e=ke;function Pe(re){return(re>>>24&255)+(re>>>8&65280)+((re&65280)<<8)+((re&255)<<24)}c(Pe,"Cm"),h(Pe,"zswap32");function Q(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new e.Buf16(320),this.work=new e.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}c(Q,"r1"),h(Q,"InflateState");function ge(re){var be;return!re||!re.state?T:(be=re.state,re.total_in=re.total_out=be.total=0,re.msg="",be.wrap&&(re.adler=be.wrap&1),be.mode=C,be.last=0,be.havedict=0,be.dmax=32768,be.head=null,be.hold=0,be.bits=0,be.lencode=be.lendyn=new e.Buf32(te),be.distcode=be.distdyn=new e.Buf32(se),be.sane=1,be.back=-1,b)}c(ge,"Mm"),h(ge,"inflateResetKeep");function Ie(re){var be;return!re||!re.state?T:(be=re.state,be.wsize=0,be.whave=0,be.wnext=0,ge(re))}c(Ie,"jm"),h(Ie,"inflateReset");function xe(re,be){var A,Ce;return!re||!re.state||(Ce=re.state,be<0?(A=0,be=-be):(A=(be>>4)+1,be<48&&(be&=15)),be&&(be<8||be>15))?T:(Ce.window!==null&&Ce.wbits!==be&&(Ce.window=null),Ce.wrap=A,Ce.wbits=be,Ie(re))}c(xe,"Hm"),h(xe,"inflateReset2");function Ye(re,be){var A,Ce;return re?(Ce=new Q,re.state=Ce,Ce.window=null,A=xe(re,be),A!==b&&(re.state=null),A):T}c(Ye,"qm"),h(Ye,"inflateInit2");function kt(re){return Ye(re,_e)}c(kt,"i1"),h(kt,"inflateInit");var Gt=!0,gt,_t;function St(re){if(Gt){var be;for(gt=new e.Buf32(512),_t=new e.Buf32(32),be=0;be<144;)re.lens[be++]=8;for(;be<256;)re.lens[be++]=9;for(;be<280;)re.lens[be++]=7;for(;be<288;)re.lens[be++]=8;for(o(m,re.lens,0,288,gt,0,re.work,{bits:9}),be=0;be<32;)re.lens[be++]=5;o(l,re.lens,0,32,_t,0,re.work,{bits:5}),Gt=!1}re.lencode=gt,re.lenbits=9,re.distcode=_t,re.distbits=5}c(St,"n1"),h(St,"fixedtables");function Pt(re,be,A,Ce){var dt,v=re.state;return v.window===null&&(v.wsize=1<<v.wbits,v.wnext=0,v.whave=0,v.window=new e.Buf8(v.wsize)),Ce>=v.wsize?(e.arraySet(v.window,be,A-v.wsize,v.wsize,0),v.wnext=0,v.whave=v.wsize):(dt=v.wsize-v.wnext,dt>Ce&&(dt=Ce),e.arraySet(v.window,be,A-Ce,dt,v.wnext),Ce-=dt,Ce?(e.arraySet(v.window,be,A-Ce,Ce,0),v.wnext=Ce,v.whave=v.wsize):(v.wnext+=dt,v.wnext===v.wsize&&(v.wnext=0),v.whave<v.wsize&&(v.whave+=dt))),0}c(Pt,"Um"),h(Pt,"updatewindow");function B(re,be){var A,Ce,dt,v,ue,de,N,Z,fe,st,Xe,D,W,Me,Le=0,Ue,ut,vt,Lt,Zr,fr,Ct,ze,Mt=new e.Buf8(4),sr,Qt,Mr=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!re||!re.state||!re.output||!re.input&&re.avail_in!==0)return T;A=re.state,A.mode===pe&&(A.mode=we),ue=re.next_out,dt=re.output,N=re.avail_out,v=re.next_in,Ce=re.input,de=re.avail_in,Z=A.hold,fe=A.bits,st=de,Xe=N,ze=b;e:for(;;)switch(A.mode){case C:if(A.wrap===0){A.mode=we;break}for(;fe<16;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(A.wrap&2&&Z===35615){A.check=0,Mt[0]=Z&255,Mt[1]=Z>>>8&255,A.check=r(A.check,Mt,2,0),Z=0,fe=0,A.mode=U;break}if(A.flags=0,A.head&&(A.head.done=!1),!(A.wrap&1)||(((Z&255)<<8)+(Z>>8))%31){re.msg="incorrect header check",A.mode=ye;break}if((Z&15)!==M){re.msg="unknown compression method",A.mode=ye;break}if(Z>>>=4,fe-=4,Ct=(Z&15)+8,A.wbits===0)A.wbits=Ct;else if(Ct>A.wbits){re.msg="invalid window size",A.mode=ye;break}A.dmax=1<<Ct,re.adler=A.check=1,A.mode=Z&512?V:pe,Z=0,fe=0;break;case U:for(;fe<16;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(A.flags=Z,(A.flags&255)!==M){re.msg="unknown compression method",A.mode=ye;break}if(A.flags&57344){re.msg="unknown header flags set",A.mode=ye;break}A.head&&(A.head.text=Z>>8&1),A.flags&512&&(Mt[0]=Z&255,Mt[1]=Z>>>8&255,A.check=r(A.check,Mt,2,0)),Z=0,fe=0,A.mode=J;case J:for(;fe<32;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}A.head&&(A.head.time=Z),A.flags&512&&(Mt[0]=Z&255,Mt[1]=Z>>>8&255,Mt[2]=Z>>>16&255,Mt[3]=Z>>>24&255,A.check=r(A.check,Mt,4,0)),Z=0,fe=0,A.mode=ne;case ne:for(;fe<16;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}A.head&&(A.head.xflags=Z&255,A.head.os=Z>>8),A.flags&512&&(Mt[0]=Z&255,Mt[1]=Z>>>8&255,A.check=r(A.check,Mt,2,0)),Z=0,fe=0,A.mode=oe;case oe:if(A.flags&1024){for(;fe<16;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}A.length=Z,A.head&&(A.head.extra_len=Z),A.flags&512&&(Mt[0]=Z&255,Mt[1]=Z>>>8&255,A.check=r(A.check,Mt,2,0)),Z=0,fe=0}else A.head&&(A.head.extra=null);A.mode=z;case z:if(A.flags&1024&&(D=A.length,D>de&&(D=de),D&&(A.head&&(Ct=A.head.extra_len-A.length,A.head.extra||(A.head.extra=new Array(A.head.extra_len)),e.arraySet(A.head.extra,Ce,v,D,Ct)),A.flags&512&&(A.check=r(A.check,Ce,D,v)),de-=D,v+=D,A.length-=D),A.length))break e;A.length=0,A.mode=ee;case ee:if(A.flags&2048){if(de===0)break e;D=0;do Ct=Ce[v+D++],A.head&&Ct&&A.length<65536&&(A.head.name+=String.fromCharCode(Ct));while(Ct&&D<de);if(A.flags&512&&(A.check=r(A.check,Ce,D,v)),de-=D,v+=D,Ct)break e}else A.head&&(A.head.name=null);A.length=0,A.mode=H;case H:if(A.flags&4096){if(de===0)break e;D=0;do Ct=Ce[v+D++],A.head&&Ct&&A.length<65536&&(A.head.comment+=String.fromCharCode(Ct));while(Ct&&D<de);if(A.flags&512&&(A.check=r(A.check,Ce,D,v)),de-=D,v+=D,Ct)break e}else A.head&&(A.head.comment=null);A.mode=j;case j:if(A.flags&512){for(;fe<16;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(Z!==(A.check&65535)){re.msg="header crc mismatch",A.mode=ye;break}Z=0,fe=0}A.head&&(A.head.hcrc=A.flags>>9&1,A.head.done=!0),re.adler=A.check=0,A.mode=pe;break;case V:for(;fe<32;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}re.adler=A.check=Pe(Z),Z=0,fe=0,A.mode=X;case X:if(A.havedict===0)return re.next_out=ue,re.avail_out=N,re.next_in=v,re.avail_in=de,A.hold=Z,A.bits=fe,F;re.adler=A.check=1,A.mode=pe;case pe:if(be===g||be===y)break e;case we:if(A.last){Z>>>=fe&7,fe-=fe&7,A.mode=it;break}for(;fe<3;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}switch(A.last=Z&1,Z>>>=1,fe-=1,Z&3){case 0:A.mode=he;break;case 1:if(St(A),A.mode=Oe,be===y){Z>>>=2,fe-=2;break e}break;case 2:A.mode=le;break;case 3:re.msg="invalid block type",A.mode=ye}Z>>>=2,fe-=2;break;case he:for(Z>>>=fe&7,fe-=fe&7;fe<32;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if((Z&65535)!==(Z>>>16^65535)){re.msg="invalid stored block lengths",A.mode=ye;break}if(A.length=Z&65535,Z=0,fe=0,A.mode=Ae,be===y)break e;case Ae:A.mode=lt;case lt:if(D=A.length,D){if(D>de&&(D=de),D>N&&(D=N),D===0)break e;e.arraySet(dt,Ce,v,D,ue),de-=D,v+=D,N-=D,ue+=D,A.length-=D;break}A.mode=pe;break;case le:for(;fe<14;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(A.nlen=(Z&31)+257,Z>>>=5,fe-=5,A.ndist=(Z&31)+1,Z>>>=5,fe-=5,A.ncode=(Z&15)+4,Z>>>=4,fe-=4,A.nlen>286||A.ndist>30){re.msg="too many length or distance symbols",A.mode=ye;break}A.have=0,A.mode=$e;case $e:for(;A.have<A.ncode;){for(;fe<3;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}A.lens[Mr[A.have++]]=Z&7,Z>>>=3,fe-=3}for(;A.have<19;)A.lens[Mr[A.have++]]=0;if(A.lencode=A.lendyn,A.lenbits=7,sr={bits:A.lenbits},ze=o(f,A.lens,0,19,A.lencode,0,A.work,sr),A.lenbits=sr.bits,ze){re.msg="invalid code lengths set",A.mode=ye;break}A.have=0,A.mode=K;case K:for(;A.have<A.nlen+A.ndist;){for(;Le=A.lencode[Z&(1<<A.lenbits)-1],Ue=Le>>>24,ut=Le>>>16&255,vt=Le&65535,!(Ue<=fe);){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(vt<16)Z>>>=Ue,fe-=Ue,A.lens[A.have++]=vt;else{if(vt===16){for(Qt=Ue+2;fe<Qt;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(Z>>>=Ue,fe-=Ue,A.have===0){re.msg="invalid bit length repeat",A.mode=ye;break}Ct=A.lens[A.have-1],D=3+(Z&3),Z>>>=2,fe-=2}else if(vt===17){for(Qt=Ue+3;fe<Qt;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}Z>>>=Ue,fe-=Ue,Ct=0,D=3+(Z&7),Z>>>=3,fe-=3}else{for(Qt=Ue+7;fe<Qt;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}Z>>>=Ue,fe-=Ue,Ct=0,D=11+(Z&127),Z>>>=7,fe-=7}if(A.have+D>A.nlen+A.ndist){re.msg="invalid bit length repeat",A.mode=ye;break}for(;D--;)A.lens[A.have++]=Ct}}if(A.mode===ye)break;if(A.lens[256]===0){re.msg="invalid code -- missing end-of-block",A.mode=ye;break}if(A.lenbits=9,sr={bits:A.lenbits},ze=o(m,A.lens,0,A.nlen,A.lencode,0,A.work,sr),A.lenbits=sr.bits,ze){re.msg="invalid literal/lengths set",A.mode=ye;break}if(A.distbits=6,A.distcode=A.distdyn,sr={bits:A.distbits},ze=o(l,A.lens,A.nlen,A.ndist,A.distcode,0,A.work,sr),A.distbits=sr.bits,ze){re.msg="invalid distances set",A.mode=ye;break}if(A.mode=Oe,be===y)break e;case Oe:A.mode=je;case je:if(de>=6&&N>=258){re.next_out=ue,re.avail_out=N,re.next_in=v,re.avail_in=de,A.hold=Z,A.bits=fe,n(re,Xe),ue=re.next_out,dt=re.output,N=re.avail_out,v=re.next_in,Ce=re.input,de=re.avail_in,Z=A.hold,fe=A.bits,A.mode===pe&&(A.back=-1);break}for(A.back=0;Le=A.lencode[Z&(1<<A.lenbits)-1],Ue=Le>>>24,ut=Le>>>16&255,vt=Le&65535,!(Ue<=fe);){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(ut&&!(ut&240)){for(Lt=Ue,Zr=ut,fr=vt;Le=A.lencode[fr+((Z&(1<<Lt+Zr)-1)>>Lt)],Ue=Le>>>24,ut=Le>>>16&255,vt=Le&65535,!(Lt+Ue<=fe);){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}Z>>>=Lt,fe-=Lt,A.back+=Lt}if(Z>>>=Ue,fe-=Ue,A.back+=Ue,A.length=vt,ut===0){A.mode=He;break}if(ut&32){A.back=-1,A.mode=pe;break}if(ut&64){re.msg="invalid literal/length code",A.mode=ye;break}A.extra=ut&15,A.mode=Te;case Te:if(A.extra){for(Qt=A.extra;fe<Qt;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}A.length+=Z&(1<<A.extra)-1,Z>>>=A.extra,fe-=A.extra,A.back+=A.extra}A.was=A.length,A.mode=Ge;case Ge:for(;Le=A.distcode[Z&(1<<A.distbits)-1],Ue=Le>>>24,ut=Le>>>16&255,vt=Le&65535,!(Ue<=fe);){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(!(ut&240)){for(Lt=Ue,Zr=ut,fr=vt;Le=A.distcode[fr+((Z&(1<<Lt+Zr)-1)>>Lt)],Ue=Le>>>24,ut=Le>>>16&255,vt=Le&65535,!(Lt+Ue<=fe);){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}Z>>>=Lt,fe-=Lt,A.back+=Lt}if(Z>>>=Ue,fe-=Ue,A.back+=Ue,ut&64){re.msg="invalid distance code",A.mode=ye;break}A.offset=vt,A.extra=ut&15,A.mode=me;case me:if(A.extra){for(Qt=A.extra;fe<Qt;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}A.offset+=Z&(1<<A.extra)-1,Z>>>=A.extra,fe-=A.extra,A.back+=A.extra}if(A.offset>A.dmax){re.msg="invalid distance too far back",A.mode=ye;break}A.mode=Je;case Je:if(N===0)break e;if(D=Xe-N,A.offset>D){if(D=A.offset-D,D>A.whave&&A.sane){re.msg="invalid distance too far back",A.mode=ye;break}D>A.wnext?(D-=A.wnext,W=A.wsize-D):W=A.wnext-D,D>A.length&&(D=A.length),Me=A.window}else Me=dt,W=ue-A.offset,D=A.length;D>N&&(D=N),N-=D,A.length-=D;do dt[ue++]=Me[W++];while(--D);A.length===0&&(A.mode=je);break;case He:if(N===0)break e;dt[ue++]=A.length,N--,A.mode=je;break;case it:if(A.wrap){for(;fe<32;){if(de===0)break e;de--,Z|=Ce[v++]<<fe,fe+=8}if(Xe-=N,re.total_out+=Xe,A.total+=Xe,Xe&&(re.adler=A.check=A.flags?r(A.check,dt,Xe,ue-Xe):t(A.check,dt,Xe,ue-Xe)),Xe=N,(A.flags?Z:Pe(Z))!==A.check){re.msg="incorrect data check",A.mode=ye;break}Z=0,fe=0}A.mode=Ke;case Ke:if(A.wrap&&A.flags){for(;fe<32;){if(de===0)break e;de--,Z+=Ce[v++]<<fe,fe+=8}if(Z!==(A.total&4294967295)){re.msg="incorrect length check",A.mode=ye;break}Z=0,fe=0}A.mode=ve;case ve:ze=S;break e;case ye:ze=P;break e;case Fe:return $;case G:default:return T}return re.next_out=ue,re.avail_out=N,re.next_in=v,re.avail_in=de,A.hold=Z,A.bits=fe,(A.wsize||Xe!==re.avail_out&&A.mode<ye&&(A.mode<it||be!==a))&&Pt(re,re.output,re.next_out,Xe-re.avail_out)?(A.mode=Fe,$):(st-=re.avail_in,Xe-=re.avail_out,re.total_in+=st,re.total_out+=Xe,A.total+=Xe,A.wrap&&Xe&&(re.adler=A.check=A.flags?r(A.check,dt,Xe,re.next_out-Xe):t(A.check,dt,Xe,re.next_out-Xe)),re.data_type=A.bits+(A.last?64:0)+(A.mode===pe?128:0)+(A.mode===Oe||A.mode===Ae?256:0),(st===0&&Xe===0||be===a)&&ze===b&&(ze=R),ze)}c(B,"a1"),h(B,"inflate");function Y(re){if(!re||!re.state)return T;var be=re.state;return be.window&&(be.window=null),re.state=null,b}c(Y,"o1"),h(Y,"inflateEnd");function Ne(re,be){var A;return!re||!re.state||(A=re.state,!(A.wrap&2))?T:(A.head=be,be.done=!1,b)}c(Ne,"s1"),h(Ne,"inflateGetHeader");function et(re,be){var A=be.length,Ce,dt,v;return!re||!re.state||(Ce=re.state,Ce.wrap!==0&&Ce.mode!==X)?T:Ce.mode===X&&(dt=1,dt=t(dt,be,A,0),dt!==Ce.check)?P:(v=Pt(re,be,A,A),v?(Ce.mode=Fe,$):(Ce.havedict=1,b))}c(et,"l1"),h(et,"inflateSetDictionary"),i.inflateReset=Ie,i.inflateReset2=xe,i.inflateResetKeep=ge,i.inflateInit=kt,i.inflateInit2=Ye,i.inflate=B,i.inflateEnd=Y,i.inflateGetHeader=Ne,i.inflateSetDictionary=et,i.inflateInfo="pako inflate (from Nodeca project)"}),w_=De((i,e)=>{"use strict";e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}}),mR=De((i,e)=>{"use strict";function t(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}c(t,"c1"),h(t,"GZheader"),e.exports=t}),gR=De(i=>{"use strict";var e=pR(),t=Vi(),r=g_(),n=w_(),o=sm(),f=y_(),m=mR(),l=Object.prototype.toString;function a(b){if(!(this instanceof a))return new a(b);this.options=t.assign({chunkSize:16384,windowBits:0,to:""},b||{});var S=this.options;S.raw&&S.windowBits>=0&&S.windowBits<16&&(S.windowBits=-S.windowBits,S.windowBits===0&&(S.windowBits=-15)),S.windowBits>=0&&S.windowBits<16&&!(b&&b.windowBits)&&(S.windowBits+=32),S.windowBits>15&&S.windowBits<48&&(S.windowBits&15||(S.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new f,this.strm.avail_out=0;var F=e.inflateInit2(this.strm,S.windowBits);if(F!==n.Z_OK)throw new Error(o[F]);if(this.header=new m,e.inflateGetHeader(this.strm,this.header),S.dictionary&&(typeof S.dictionary=="string"?S.dictionary=r.string2buf(S.dictionary):l.call(S.dictionary)==="[object ArrayBuffer]"&&(S.dictionary=new Uint8Array(S.dictionary)),S.raw&&(F=e.inflateSetDictionary(this.strm,S.dictionary),F!==n.Z_OK)))throw new Error(o[F])}c(a,"Fr"),h(a,"Inflate"),a.prototype.push=function(b,S){var F=this.strm,T=this.options.chunkSize,P=this.options.dictionary,$,R,M,C,U,J=!1;if(this.ended)return!1;R=S===~~S?S:S===!0?n.Z_FINISH:n.Z_NO_FLUSH,typeof b=="string"?F.input=r.binstring2buf(b):l.call(b)==="[object ArrayBuffer]"?F.input=new Uint8Array(b):F.input=b,F.next_in=0,F.avail_in=F.input.length;do{if(F.avail_out===0&&(F.output=new t.Buf8(T),F.next_out=0,F.avail_out=T),$=e.inflate(F,n.Z_NO_FLUSH),$===n.Z_NEED_DICT&&P&&($=e.inflateSetDictionary(this.strm,P)),$===n.Z_BUF_ERROR&&J===!0&&($=n.Z_OK,J=!1),$!==n.Z_STREAM_END&&$!==n.Z_OK)return this.onEnd($),this.ended=!0,!1;F.next_out&&(F.avail_out===0||$===n.Z_STREAM_END||F.avail_in===0&&(R===n.Z_FINISH||R===n.Z_SYNC_FLUSH))&&(this.options.to==="string"?(M=r.utf8border(F.output,F.next_out),C=F.next_out-M,U=r.buf2string(F.output,M),F.next_out=C,F.avail_out=T-C,C&&t.arraySet(F.output,F.output,M,C,0),this.onData(U)):this.onData(t.shrinkBuf(F.output,F.next_out))),F.avail_in===0&&F.avail_out===0&&(J=!0)}while((F.avail_in>0||F.avail_out===0)&&$!==n.Z_STREAM_END);return $===n.Z_STREAM_END&&(R=n.Z_FINISH),R===n.Z_FINISH?($=e.inflateEnd(this.strm),this.onEnd($),this.ended=!0,$===n.Z_OK):(R===n.Z_SYNC_FLUSH&&(this.onEnd(n.Z_OK),F.avail_out=0),!0)},a.prototype.onData=function(b){this.chunks.push(b)},a.prototype.onEnd=function(b){b===n.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=t.flattenChunks(this.chunks)),this.chunks=[],this.err=b,this.msg=this.strm.msg};function g(b,S){var F=new a(S);if(F.push(b,!0),F.err)throw F.msg||o[F.err];return F.result}c(g,"ac"),h(g,"inflate");function y(b,S){return S=S||{},S.raw=!0,g(b,S)}c(y,"d1"),h(y,"inflateRaw"),i.Inflate=a,i.inflate=g,i.inflateRaw=y,i.ungzip=g}),yR=De((i,e)=>{"use strict";var t=Vi().assign,r=hR(),n=gR(),o=w_(),f={};t(f,r,n,o),e.exports=f}),wR=De((i,e)=>{"use strict";var t=h((r,n)=>function(...o){let f=n.promiseModule;return new f((m,l)=>{n.multiArgs?o.push((...a)=>{n.errorFirst?a[0]?l(a):(a.shift(),m(a)):m(a)}):n.errorFirst?o.push((a,g)=>{a?l(a):m(g)}):o.push(m),r.apply(this,o)})},"processFn");e.exports=(r,n)=>{n=Object.assign({exclude:[/.+(Sync|Stream)$/],errorFirst:!0,promiseModule:Promise},n);let o=typeof r;if(!(r!==null&&(o==="object"||o==="function")))throw new TypeError(`Expected \`input\` to be a \`Function\` or \`Object\`, got \`${r===null?"null":o}\``);let f=h(l=>{let a=h(g=>typeof g=="string"?l===g:g.test(l),"match");return n.include?n.include.some(a):!n.exclude.some(a)},"filter"),m;o==="function"?m=h(function(...l){return n.excludeMain?r(...l):t(r,n).apply(this,l)},"ret"):m=Object.create(Object.getPrototypeOf(r));for(let l in r){let a=r[l];m[l]=typeof a=="function"&&f(l)?t(a,n):a}return m}}),bR=De((i,e)=>{"use strict";function t(o){return o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}c(t,"g1"),h(t,"escapeRegExp");function r(o,f,m){return f=f instanceof RegExp?f:new RegExp(t(f),"g"),o.replace(f,m)}c(r,"vt"),h(r,"replaceAll");var n={clean:h(function(o){if(typeof o!="string")throw new Error("Expected a string, received: "+o);return o=r(o,"./","/"),o=r(o,"..","."),o=r(o," ","-"),o=r(o,/^[~^:?*\\\-]/g,""),o=r(o,/[~^:?*\\]/g,"-"),o=r(o,/[~^:?*\\\-]$/g,""),o=r(o,"@{","-"),o=r(o,/\.$/g,""),o=r(o,/\/$/g,""),o=r(o,/\.lock$/g,""),o},"clean")};e.exports=n}),_R=De((i,e)=>{e.exports=function(t,r){var n=t,o=r,f=n.length,m=o.length,l=!1,a=null,g=f+1,y=[],b=[],S=[],F="",T=-1,P=0,$=1,R,M,C=h(function(){f>=m&&(R=n,M=f,n=o,o=R,f=m,m=M,l=!0,g=f+1)},"init"),U=h(function(z,ee,H){return{x:z,y:ee,k:H}},"P"),J=h(function(z,ee){return{elem:z,t:ee}},"seselem"),ne=h(function(z,ee,H){var j,V,X;for(ee>H?j=y[z-1+g]:j=y[z+1+g],X=Math.max(ee,H),V=X-z;V<f&&X<m&&n[V]===o[X];)++V,++X;return y[z+g]=b.length,b[b.length]=new U(V,X,j),X},"snake"),oe=h(function(z){var ee,H,j,V,X;for(ee=H=1,j=V=0,X=z.length-1;X>=0;--X)for(;j<z[X].x||V<z[X].y;)z[X].y-z[X].x>V-j?(l?S[S.length]=new J(o[V],T):S[S.length]=new J(o[V],$),++H,++V):z[X].y-z[X].x<V-j?(l?S[S.length]=new J(n[j],$):S[S.length]=new J(n[j],T),++ee,++j):(S[S.length]=new J(n[j],P),F+=n[j],++ee,++H,++j,++V)},"recordseq");return C(),{SES_DELETE:-1,SES_COMMON:0,SES_ADD:1,editdistance:h(function(){return a},"editdistance"),getlcs:h(function(){return F},"getlcs"),getses:h(function(){return S},"getses"),compose:h(function(){var z,ee,H,j,V,X,pe,we;for(z=m-f,ee=f+m+3,H={},pe=0;pe<ee;++pe)H[pe]=-1,y[pe]=-1;j=-1;do{for(++j,we=-j;we<=z-1;++we)H[we+g]=ne(we,H[we-1+g]+1,H[we+1+g]);for(we=z+j;we>=z+1;--we)H[we+g]=ne(we,H[we-1+g]+1,H[we+1+g]);H[z+g]=ne(z,H[z-1+g]+1,H[z+1+g])}while(H[z+g]!==m);for(a=z+2*j,V=y[z+g],X=[];V!==-1;)X[X.length]=new U(b[V].x,b[V].y,null),V=b[V].k;oe(X)},"compose")}}}),vR=De((i,e)=>{var t=_R();function r(m,l){var a=new t(m,l);a.compose();for(var g=a.getses(),y,b,S=m.length-1,F=l.length-1,T=g.length-1;T>=0;--T)g[T].t===a.SES_COMMON?(b?(b.chain={file1index:S,file2index:F,chain:null},b=b.chain):(y={file1index:S,file2index:F,chain:null},b=y),S--,F--):g[T].t===a.SES_DELETE?S--:g[T].t===a.SES_ADD&&F--;var P={file1index:-1,file2index:-1,chain:null};return b?(b.chain=P,y):P}c(r,"_1"),h(r,"longestCommonSubsequence");function n(m,l){for(var a=[],g=m.length,y=l.length,b=r(m,l);b!==null;b=b.chain){var S=g-b.file1index-1,F=y-b.file2index-1;g=b.file1index,y=b.file2index,(S||F)&&a.push({file1:[g+1,S],file2:[y+1,F]})}return a.reverse(),a}c(n,"ow"),h(n,"diffIndices");function o(m,l,a){var g,y=n(l,m),b=n(l,a),S=[];function F(le,$e){S.push([le.file1[0],$e,le.file1[1],le.file2[0],le.file2[1]])}for(c(F,"l"),h(F,"addHunk"),g=0;g<y.length;g++)F(y[g],0);for(g=0;g<b.length;g++)F(b[g],2);S.sort(function(le,$e){return le[0]-$e[0]});var T=[],P=0;function $(le){le>P&&(T.push([1,P,le-P]),P=le)}c($,"f"),h($,"copyCommon");for(var R=0;R<S.length;R++){for(var M=R,C=S[R],U=C[0],J=U+C[2];R<S.length-1;){var ne=S[R+1],oe=ne[0];if(oe>J)break;J=Math.max(J,oe+ne[2]),R++}if($(U),M==R)C[4]>0&&T.push([C[1],C[3],C[4]]);else{var z={0:[m.length,-1,l.length,-1],2:[a.length,-1,l.length,-1]};for(g=M;g<=R;g++){C=S[g];var ee=C[1],H=z[ee],j=C[0],V=j+C[2],X=C[3],pe=X+C[4];H[0]=Math.min(X,H[0]),H[1]=Math.max(pe,H[1]),H[2]=Math.min(j,H[2]),H[3]=Math.max(V,H[3])}var we=z[0][0]+(U-z[0][2]),he=z[0][1]+(J-z[0][3]),Ae=z[2][0]+(U-z[2][2]),lt=z[2][1]+(J-z[2][3]);T.push([-1,we,he-we,U,J-U,Ae,lt-Ae])}P=J}return $(l.length),T}c(o,"v1"),h(o,"diff3MergeIndices");function f(m,l,a){var g=[],y=[m,l,a],b=o(m,l,a),S=[];function F(){S.length&&g.push({ok:S}),S=[]}c(F,"l"),h(F,"flushOk");function T(C){for(var U=0;U<C.length;U++)S.push(C[U])}c(T,"u"),h(T,"pushOk");function P(C){if(C[2]!=C[6])return!0;for(var U=C[1],J=C[5],ne=0;ne<C[2];ne++)if(m[ne+U]!=a[ne+J])return!0;return!1}c(P,"c"),h(P,"isTrueConflict");for(var $=0;$<b.length;$++){var R=b[$],M=R[0];M==-1?P(R)?(F(),g.push({conflict:{a:m.slice(R[1],R[1]+R[2]),aIndex:R[1],o:l.slice(R[3],R[3]+R[4]),oIndex:R[3],b:a.slice(R[5],R[5]+R[6]),bIndex:R[5]}})):T(y[0].slice(R[1],R[1]+R[2])):T(y[M].slice(R[1],R[1]+R[2]))}return F(),g}c(f,"F1"),h(f,"diff3Merge"),e.exports=f}),Jt=De(i=>{"use strict";var fn,hn,un,dn,Ss,ti,Es,Fs,pn,mn,gn,yn,wn,bn,_n,vn,ks,Ut,Sn,Rs,Ts,$i,En,Fn,kn,Rn,Tn,On,xn,An,Pn,Dn,Nn,Cn,In,Bn,jn,Mn,$n,Ln,Un,Wn,qn,zn,Hn,Gn,Vn,Si,hr,Os,xs,As,Ps,Ds,Ns,Cs,Is,Bs,js,Ms,Kn,Ei;Object.defineProperty(i,"__esModule",{value:!0});function e(p){return p&&typeof p=="object"&&"default"in p?p.default:p}c(e,"ir"),h(e,"_interopDefault");var t=e(Ek()),r=e(oR()),n=e(lR()),o=e(yR()),f=e(wR()),m=e(Nt("ignore")),l=e(bR()),a=e(vR()),g=(fn=class extends Error{constructor(s){super(s),this.caller=""}toJSON(){return{code:this.code,data:this.data,caller:this.caller,message:this.message,stack:this.stack}}fromJSON(s){let u=new fn(s.message);return u.code=s.code,u.data=s.data,u.caller=s.caller,u.stack=s.stack,u}get isIsomorphicGitError(){return!0}},c(fn,"ao"),fn);h(g,"BaseError");var y=g,b=(hn=class extends y{constructor(s){super(`Modifying the index is not possible because you have unmerged files: ${s.toString}. Fix them up in the work tree, and then use 'git add/rm as appropriate to mark resolution and make a commit.`),this.code=this.name=hn.code,this.data={filepaths:s}}},c(hn,"oo"),hn);h(b,"UnmergedPathsError");var S=b;S.code="UnmergedPathsError";var F=(un=class extends y{constructor(s){super(`An internal error caused this command to fail.
9
+ `+t),"printJson");Qf.printJson=aB});var ew=x(hl=>{"use strict";Object.defineProperty(hl,"__esModule",{value:!0});var Qm=(Ff(),Yp(Ef));Qm.__exportStar(vS(),hl);Qm.__exportStar(SS(),hl);Qm.__exportStar(ES(),hl)});var FS=x(ct=>{"use strict";Object.defineProperty(ct,"__esModule",{value:!0});ct.newNotAllowedError=ct.newTypeMismatchError=ct.newNotFoundError=ct.assertCanWrite=ct.assertName=ct.basename=ct.ctx=void 0;var oB=u((t={})=>({separator:"/",syncHandleAllowed:!1,mode:"read",...t}),"ctx");ct.ctx=oB;var lB=u((t,e)=>{t[t.length-1]===e&&(t=t.slice(0,-1));let r=t.lastIndexOf(e);return r===-1?t:t.slice(r+1)},"basename");ct.basename=lB;var cB=/^(\.{1,2})$|^(.*([\/\\]).*)$/,fB=u((t,e,r)=>{if(!t||cB.test(t))throw new TypeError(`Failed to execute '${e}' on '${r}': Name is not allowed.`)},"assertName");ct.assertName=fB;var uB=u(t=>{if(t!=="readwrite")throw new DOMException("The request is not allowed by the user agent or the platform in the current context.","NotAllowedError")},"assertCanWrite");ct.assertCanWrite=uB;var hB=u(()=>new DOMException("A requested file or directory could not be found at the time an operation was processed.","NotFoundError"),"newNotFoundError");ct.newNotFoundError=hB;var dB=u(()=>new DOMException("The path supplied exists, but was not an entry of requested type.","TypeMismatchError"),"newTypeMismatchError");ct.newTypeMismatchError=dB;var pB=u(()=>new DOMException("Permission not granted.","NotAllowedError"),"newNotAllowedError");ct.newNotAllowedError=pB});var kS=x(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});dl.toTreeSync=void 0;var mB=ew(),wB=FS(),yB=u((t,e={})=>{let r=e.separator||"/",i=e.dir||r;i[i.length-1]!==r&&(i+=r);let n=e.tab||"",s=e.depth??10,a=" (...)";if(s>0){let c=t.readdirSync(i,{withFileTypes:!0});a=(0,mB.printTree)(n,c.map(o=>f=>o.isDirectory()?(0,dl.toTreeSync)(t,{dir:i+o.name,depth:s-1,tab:f}):o.isSymbolicLink()?""+o.name+" \u2192 "+t.readlinkSync(i+o.name):""+o.name))}return(0,wB.basename)(i,r)+r+a},"toTreeSync");dl.toTreeSync=yB});var OS=x(j=>{"use strict";Object.defineProperty(j,"__esModule",{value:!0});j.getWriteFileOptions=j.writeFileDefaults=j.getRealpathOptsAndCb=j.getRealpathOptions=j.getStatfsOptsAndCb=j.getStatfsOptions=j.getStatOptsAndCb=j.getStatOptions=j.getAppendFileOptsAndCb=j.getAppendFileOpts=j.getOpendirOptsAndCb=j.getOpendirOptions=j.getReaddirOptsAndCb=j.getReaddirOptions=j.getReadFileOptions=j.getRmOptsAndCb=j.getRmdirOptions=j.getDefaultOptsAndCb=j.getDefaultOpts=j.optsDefaults=j.getMkdirOptions=void 0;j.getOptions=xS;j.optsGenerator=Yr;j.optsAndCbGenerator=pn;var eu=ea(),gB=al(),tw=ki(),TS={mode:511,recursive:!1},bB=u(t=>typeof t=="number"?Object.assign({},TS,{mode:t}):Object.assign({},TS,t),"getMkdirOptions");j.getMkdirOptions=bB;var _B=u(t=>`Expected options to be either an object or a string, but got ${t} instead`,"ERRSTR_OPTS");function xS(t,e){let r;if(e){let i=typeof e;switch(i){case"string":r=Object.assign({},t,{encoding:e});break;case"object":r=Object.assign({},t,e);break;default:throw TypeError(_B(i))}}else return t;return r.encoding!=="buffer"&&(0,gB.assertEncoding)(r.encoding),r}u(xS,"getOptions");function Yr(t){return e=>xS(t,e)}u(Yr,"optsGenerator");function pn(t){return(e,r)=>typeof e=="function"?[t(),e]:[t(e),(0,tw.validateCallback)(r)]}u(pn,"optsAndCbGenerator");j.optsDefaults={encoding:"utf8"};j.getDefaultOpts=Yr(j.optsDefaults);j.getDefaultOptsAndCb=pn(j.getDefaultOpts);var vB={recursive:!1},SB=u(t=>Object.assign({},vB,t),"getRmdirOptions");j.getRmdirOptions=SB;var EB=Yr(j.optsDefaults);j.getRmOptsAndCb=pn(EB);var FB={flag:"r"};j.getReadFileOptions=Yr(FB);var kB={encoding:"utf8",recursive:!1,withFileTypes:!1};j.getReaddirOptions=Yr(kB);j.getReaddirOptsAndCb=pn(j.getReaddirOptions);var TB={encoding:"utf8",bufferSize:32,recursive:!1};j.getOpendirOptions=Yr(TB);j.getOpendirOptsAndCb=pn(j.getOpendirOptions);var xB={encoding:"utf8",mode:438,flag:eu.FLAGS[eu.FLAGS.a]};j.getAppendFileOpts=Yr(xB);j.getAppendFileOptsAndCb=pn(j.getAppendFileOpts);var OB={bigint:!1},RB=u((t={})=>Object.assign({},OB,t),"getStatOptions");j.getStatOptions=RB;var AB=u((t,e)=>typeof t=="function"?[(0,j.getStatOptions)(),t]:[(0,j.getStatOptions)(t),(0,tw.validateCallback)(e)],"getStatOptsAndCb");j.getStatOptsAndCb=AB;var PB={bigint:!1},NB=u((t={})=>Object.assign({},PB,t),"getStatfsOptions");j.getStatfsOptions=NB;var DB=u((t,e)=>typeof t=="function"?[(0,j.getStatfsOptions)(),t]:[(0,j.getStatfsOptions)(t),(0,tw.validateCallback)(e)],"getStatfsOptsAndCb");j.getStatfsOptsAndCb=DB;var CB=j.optsDefaults;j.getRealpathOptions=Yr(CB);j.getRealpathOptsAndCb=pn(j.getRealpathOptions);j.writeFileDefaults={encoding:"utf8",mode:438,flag:eu.FLAGS[eu.FLAGS.w]};j.getWriteFileOptions=Yr(j.writeFileDefaults)});var AS=x(tu=>{"use strict";Object.defineProperty(tu,"__esModule",{value:!0});tu.Dir=void 0;var RS=ki(),IB=bf(),mn=sl(),iw=class iw{constructor(e,r){this.link=e,this.options=r,this.iteratorInfo=[],this.closed=!1,this.operationQueue=null,this.path=e.getPath(),this.iteratorInfo.push(e.children[Symbol.iterator]())}closeBase(){}readBase(e){let r,i,n,s;do{do if({done:r,value:i}=e[e.length-1].next(),!r)[n,s]=i;else break;while(n==="."||n==="..");if(r){if(e.pop(),e.length===0)break;r=!1}else return this.options.recursive&&s.children.size&&e.push(s.children[Symbol.iterator]()),IB.default.build(s,this.options.encoding)}while(!r);return null}close(e){if(e===void 0)return this.closed?Promise.reject(new mn.Error("ERR_DIR_CLOSED")):new Promise((r,i)=>{this.close(n=>{n?i(n):r()})});if((0,RS.validateCallback)(e),this.closed){process.nextTick(e,new mn.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.close(e)});return}this.closed=!0;try{this.closeBase(),process.nextTick(e)}catch(r){process.nextTick(e,r)}}closeSync(){if(this.closed)throw new mn.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new mn.Error("ERR_DIR_CONCURRENT_OPERATION");this.closed=!0,this.closeBase()}read(e){if(e===void 0)return new Promise((r,i)=>{this.read((n,s)=>{n?i(n):r(s??null)})});if((0,RS.validateCallback)(e),this.closed){process.nextTick(e,new mn.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.read(e)});return}this.operationQueue=[];try{let r=this.readBase(this.iteratorInfo);process.nextTick(()=>{let i=this.operationQueue;this.operationQueue=null;for(let n of i)n();e(null,r)})}catch(r){process.nextTick(()=>{let i=this.operationQueue;this.operationQueue=null;for(let n of i)n();e(r)})}}readSync(){if(this.closed)throw new mn.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new mn.Error("ERR_DIR_CONCURRENT_OPERATION");return this.readBase(this.iteratorInfo)}[Symbol.asyncIterator](){return{next:u(async()=>{try{let e=await this.read();return e!==null?{done:!1,value:e}:{done:!0,value:void 0}}catch(e){throw e}},"next"),[Symbol.asyncIterator](){return this}}}};u(iw,"Dir");var rw=iw;tu.Dir=rw});var nw=x(Xr=>{"use strict";Object.defineProperty(Xr,"__esModule",{value:!0});Xr.toMatcher=Xr.toRegex=void 0;var $B=u(t=>/[.^$+{}()|\\]/.test(t)?`\\${t}`:t,"escapeRe"),BB=u((t,e,r,i)=>{let n=e,s=[],a="",l=1;for(;n<t.length&&l>0;){let f=t[n];if(f==="(")l++,a+=f,n++;else if(f===")")if(l--,l===0){s.push(a),n++;break}else a+=f,n++;else f==="|"&&l===1?(s.push(a),a="",n++):(a+=f,n++)}if(l!==0)return;let c="",o=s.length;for(let f=0;f<o;f++)c+=(c?"|":"")+(0,Xr.toRegex)(s[f],i).source.replace(/^\^/,"").replace(/\$$/,"");switch(r){case"?":return[`(?:${c})?`,n];case"*":return[`(?:${c})*`,n];case"+":return[`(?:${c})+`,n];case"@":return[`(?:${c})`,n];case"!":return[`(?!${c})[^/]*`,n]}},"parseExtGlob"),LB=u((t,e)=>{let r="",i=0,n=u(()=>{i++;let l=[],c="",o=!1;for(;i<t.length;){let h=t[i];if(h==="}"){l.push(c),i++,o=!0;break}if(h===","){l.push(c),c="",i++;continue}c+=h,i++}return o?`(?:${l.map(h=>(0,Xr.toRegex)(h,e).source.replace(/^\^/,"").replace(/\$$/,"")).join("|")})`:"\\{"+$B(c)},"parseBraceGroup"),s=!!e?.extglob;for(;i<t.length;){let l=t[i];if(s&&t[i+1]==="("&&(l==="?"||l==="*"||l==="+"||l==="@"||l==="!")){let c=BB(t,i+2,l,e);if(c){r+=c[0],i=c[1];continue}}switch(l){case"*":{if(t[i+1]==="*"){let c=i+2;for(;t[c]==="*";)c++;t[c]==="/"?(r+="(?:.*/)?",i=c+1):(r+=".*",i=c)}else r+="[^/]*",i++;break}case"?":r+="[^/]",i++;break;case"[":{let c="[";for(i++,i<t.length&&t[i]==="!"&&(c+="^",i++),i<t.length&&t[i]==="]"&&(c+="]",i++);i<t.length&&t[i]!=="]";){let o=t[i];c+=o==="\\"?"\\\\":o,i++}if(i<t.length&&t[i]==="]")c+="]",i++;else{r+="\\[";continue}r+=c;break}case"{":{r+=n();break}case"/":r+="/",i++;break;case".":case"^":case"$":case"+":case"(":case")":case"|":case"\\":r+=`\\${l}`,i++;break;default:r+=l,i++;break}}let a=e?.nocase?"i":"";return new RegExp("^"+r+"$",a)},"toRegex");Xr.toRegex=LB;var MB=/^\/(.{1,4096})\/([gimsuy]{0,6})$/,jB=u((t,e)=>{let r=[],i=Array.isArray(t)?t:[t];for(let n of i)if(typeof n=="string"){let s=MB.exec(n);if(s){let[,a,l]=s;r.push(new RegExp(a,l))}else r.push((0,Xr.toRegex)(n,e))}else r.push(n);return r.length?new Function("p","return "+r.map(n=>n+".test(p)").join("||")):()=>!1},"toMatcher");Xr.toMatcher=jB});var DS=x(aw=>{"use strict";Object.defineProperty(aw,"__esModule",{value:!0});aw.globSync=VB;var wn=Js(),qB=nw(),PS=ki(),UB=wn.posix.join,zB=wn.posix.relative,WB=wn.posix.resolve;function NS(t,e){return(0,qB.toRegex)(e).test(t)}u(NS,"matchesPattern");function HB(t,e){return e?typeof e=="function"?e(t):(Array.isArray(e)?e:[e]).some(i=>NS(t,i)):!1}u(HB,"isExcluded");function sw(t,e,r,i,n=0){let s=[],a=i.maxdepth??1/0,l=i.cwd?(0,PS.pathToFilename)(i.cwd):process.cwd();if(n>a)return s;try{let c=t.readdirSync(e,{withFileTypes:!0});for(let o of c){let f=UB(e,o.name.toString()),h=zB(l,f);if(HB(h,i.exclude))continue;if(r.some(p=>NS(h,p))&&s.push(h),o.isDirectory()&&n<a){let p=sw(t,f,r,i,n+1);s.push(...p)}}}catch{}return s}u(sw,"walkDirectory");function VB(t,e,r={}){let i=r.cwd?(0,PS.pathToFilename)(r.cwd):process.cwd(),n=WB(i),s={cwd:n,exclude:r.exclude,maxdepth:r.maxdepth,withFileTypes:r.withFileTypes||!1},a=[];if(wn.posix.isAbsolute(e)){let l=wn.posix.dirname(e),c=wn.posix.basename(e),o=sw(t,l,[c],{...s,cwd:l});a.push(...o.map(f=>wn.posix.resolve(l,f)))}else{let l=sw(t,n,[e],s);a.push(...l)}return a=[...new Set(a)].sort(),a}u(VB,"globSync")});var jS=x($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.FSWatcher=$t.StatWatcher=$t.Volume=void 0;$t.pathToSteps=cL;$t.dataToStr=fL;$t.toUnixTimestamp=It;var $e=Js(),fw=pS(),ow=wm(),GB=bf(),ZB=mS(),aa=Si(),au=jm(),KB=wS(),ou=gS(),JB=lr(),BS=Vm(),yn=al(),YB=bS(),LS=gm(),XB=_S(),QB=kS(),iu=ea(),eL=sl(),te=OS(),N=ki(),tL=AS(),et=qf(),rL=$e.resolve,{O_SYMLINK:CS,F_OK:lw,R_OK:iL,W_OK:nL,X_OK:sL,COPYFILE_EXCL:aL,COPYFILE_FICLONE_FORCE:oL}=JB.constants,pQ=$e.posix?$e.posix.sep:$e.sep,ru=$e.posix?$e.posix.relative:$e.relative,cw=$e.posix?$e.posix.join:$e.join,IS=$e.posix?$e.posix.dirname:$e.dirname,$S=$e.posix?$e.posix.normalize:$e.normalize,lL=128;function cL(t){return(0,et.filenameToSteps)((0,N.pathToFilename)(t))}u(cL,"pathToSteps");function fL(t,e=yn.ENCODING_UTF8){return aa.Buffer.isBuffer(t)?t.toString(e):t instanceof Uint8Array?(0,aa.bufferFrom)(t).toString(e):String(t)}u(fL,"dataToStr");function It(t){if(typeof t=="string"&&+t==t)return+t;if(t instanceof Date)return t.getTime()/1e3;if(isFinite(t))return t<0?Date.now()/1e3:t;throw new Error("Cannot parse time: "+t)}u(It,"toUnixTimestamp");function na(t){if(typeof t!="number")throw TypeError(iu.ERRSTR.UID)}u(na,"validateUid");function sa(t){if(typeof t!="number")throw TypeError(iu.ERRSTR.GID)}u(sa,"validateGid");var uw=class uw{get promises(){if(this.promisesApi===null)throw new Error("Promise is not supported in this environment.");return this.promisesApi}constructor(e=new fw.Superblock){this._core=e,this.promisesApi=new XB.FsPromises(this,YB.FileHandle),this.openSync=(c,o,f=438)=>{let h=(0,N.modeToNumber)(f),d=(0,N.pathToFilename)(c),p=(0,N.flagsToNumber)(o);return this._core.open(d,p,h,!(p&CS))},this.open=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&(d=438,p=f),d=d||438;let m=(0,N.modeToNumber)(d),w=(0,N.pathToFilename)(c),g=(0,N.flagsToNumber)(o);this.wrapAsync(this._core.open,[w,g,m,!(g&CS)],p)},this.closeSync=c=>{this._core.close(c)},this.close=(c,o)=>{(0,et.validateFd)(c);let f=this._core.getFileByFdOrThrow(c,"close");this.wrapAsync(this._core.close,[f.fd],o)},this.readSync=(c,o,f,h,d)=>((0,et.validateFd)(c),this._core.read(c,o,f,h,d)),this.read=(c,o,f,h,d,p)=>{if((0,N.validateCallback)(p),h===0)return(0,au.default)(()=>{p&&p(null,0,o)});Promise.resolve().then(()=>{try{let m=this._core.read(c,o,f,h,d);p(null,m,o)}catch(m){p(m)}})},this.readv=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&([d,p]=[null,f]),(0,N.validateCallback)(p),Promise.resolve().then(()=>{try{let m=this._core.readv(c,o,d);p(null,m,o)}catch(m){p(m)}})},this.readvSync=(c,o,f)=>((0,et.validateFd)(c),this._core.readv(c,o,f??null)),this._readfile=(c,o,f)=>{let h,p=typeof c=="number"&&(0,et.isFd)(c),m;if(p)m=c;else{let w=(0,N.pathToFilename)(c),g=String(c),b=g.length>1&&g.endsWith("/"),_=this._core.getResolvedLinkOrThrow(w,"open"),S=_.getNode();if(S.isDirectory())throw(0,N.createError)("EISDIR","open",_.getPath());if(b&&S.isFile())throw(0,N.createError)("ENOTDIR","open",g);m=this.openSync(c,o)}try{h=(0,N.bufferToEncoding)(this._core.getFileByFdOrThrow(m).getBuffer(),f)}finally{p||this.closeSync(m)}return h},this.readFileSync=(c,o)=>{let f=(0,te.getReadFileOptions)(o),h=(0,N.flagsToNumber)(f.flag);return this._readfile(c,h,f.encoding)},this.readFile=(c,o,f)=>{let[h,d]=(0,te.optsAndCbGenerator)(te.getReadFileOptions)(o,f),p=(0,N.flagsToNumber)(h.flag);this.wrapAsync(this._readfile,[c,p,h.encoding],d)},this.writeSync=(c,o,f,h,d)=>{let[,p,m,w,g]=(0,N.getWriteSyncArgs)(c,o,f,h,d);return this._write(c,p,m,w,g)},this.write=(c,o,f,h,d,p)=>{let[,m,w,g,b,_,S]=(0,N.getWriteArgs)(c,o,f,h,d,p);Promise.resolve().then(()=>{try{let F=this._write(c,w,g,b,_);m?S(null,F,o):S(null,F,w)}catch(F){S(F)}})},this.writev=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&([d,p]=[null,f]),(0,N.validateCallback)(p),Promise.resolve().then(()=>{try{let m=this.writevBase(c,o,d);p(null,m,o)}catch(m){p(m)}})},this.writevSync=(c,o,f)=>((0,et.validateFd)(c),this.writevBase(c,o,f??null)),this.writeFileSync=(c,o,f)=>{let h=(0,te.getWriteFileOptions)(f),d=(0,N.flagsToNumber)(h.flag),p=(0,N.modeToNumber)(h.mode),m=(0,et.dataToBuffer)(o,h.encoding);this._core.writeFile(c,m,d,p)},this.writeFile=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&([d,p]=[te.writeFileDefaults,f]);let m=(0,N.validateCallback)(p),w=(0,te.getWriteFileOptions)(d),g=(0,N.flagsToNumber)(w.flag),b=(0,N.modeToNumber)(w.mode),_=(0,et.dataToBuffer)(o,w.encoding);this.wrapAsync(this._core.writeFile,[c,_,g,b],m)},this.copyFileSync=(c,o,f)=>{let h=(0,N.pathToFilename)(c),d=(0,N.pathToFilename)(o);return this._copyFile(h,d,(f||0)|0)},this.copyFile=(c,o,f,h)=>{let d=(0,N.pathToFilename)(c),p=(0,N.pathToFilename)(o),m,w;typeof f=="function"?[m,w]=[0,f]:[m,w]=[f,h],(0,N.validateCallback)(w),this.wrapAsync(this._copyFile,[d,p,m],w)},this._cp=(c,o,f)=>{if(f.filter&&!f.filter(c,o))return;let h=f.dereference?this.statSync(c):this.lstatSync(c),d=null;try{d=this.lstatSync(o)}catch(p){if(p.code!=="ENOENT")throw p}if(d&&h.ino===d.ino&&h.dev===d.dev)throw(0,N.createError)("EINVAL","cp",c,o);if(d){if(h.isDirectory()&&!d.isDirectory())throw(0,N.createError)("EISDIR","cp",c,o);if(!h.isDirectory()&&d.isDirectory())throw(0,N.createError)("ENOTDIR","cp",c,o)}if(h.isDirectory()&&this.isSrcSubdir(c,o))throw(0,N.createError)("EINVAL","cp",c,o);{let p=IS(o);this.existsSync(p)||this.mkdirSync(p,{recursive:!0})}if(h.isDirectory()){if(!f.recursive)throw(0,N.createError)("EISDIR","cp",c);this.cpDirSync(h,d,c,o,f)}else if(h.isFile()||h.isCharacterDevice()||h.isBlockDevice())this.cpFileSync(h,d,c,o,f);else if(h.isSymbolicLink()&&!f.dereference)this.cpSymlinkSync(d,c,o,f);else throw(0,N.createError)("EINVAL","cp",c)},this.linkSync=(c,o)=>{let f=(0,N.pathToFilename)(c),h=(0,N.pathToFilename)(o);this._core.link(f,h)},this.link=(c,o,f)=>{let h=(0,N.pathToFilename)(c),d=(0,N.pathToFilename)(o);this.wrapAsync(this._core.link,[h,d],f)},this.unlinkSync=c=>{let o=(0,N.pathToFilename)(c);this._core.unlink(o)},this.unlink=(c,o)=>{let f=(0,N.pathToFilename)(c);this.wrapAsync(this._core.unlink,[f],o)},this.symlinkSync=(c,o,f)=>{let h=(0,N.pathToFilename)(c),d=(0,N.pathToFilename)(o);this._core.symlink(h,d)},this.symlink=(c,o,f,h)=>{let d=(0,N.validateCallback)(typeof f=="function"?f:h),p=(0,N.pathToFilename)(c),m=(0,N.pathToFilename)(o);this.wrapAsync(this._core.symlink,[p,m],d)},this._lstat=(c,o=!1,f=!1)=>{let h;try{h=this._core.getLinkOrThrow(c,"lstat")}catch(d){if(d.code==="ENOENT"&&!f)return;throw d}return ow.default.build(h.getNode(),o)},this.lstatSync=(c,o)=>{let{throwIfNoEntry:f=!0,bigint:h=!1}=(0,te.getStatOptions)(o);return this._lstat((0,N.pathToFilename)(c),h,f)},this.renameSync=(c,o)=>{let f=(0,N.pathToFilename)(c),h=(0,N.pathToFilename)(o);this._core.rename(f,h)},this.rename=(c,o,f)=>{let h=(0,N.pathToFilename)(c),d=(0,N.pathToFilename)(o);this.wrapAsync(this._core.rename,[h,d],f)},this.existsSync=c=>{try{return this._exists((0,N.pathToFilename)(c))}catch{return!1}},this.exists=(c,o)=>{let f=(0,N.pathToFilename)(c);if(typeof o!="function")throw Error(iu.ERRSTR.CB);Promise.resolve().then(()=>{try{o(this._exists(f))}catch{o(!1)}})},this.accessSync=(c,o=lw)=>{let f=(0,N.pathToFilename)(c);o=o|0,this._access(f,o)},this.access=(c,o,f)=>{let h=lw,d;typeof o!="function"?[h,d]=[o|0,(0,N.validateCallback)(f)]:d=o;let p=(0,N.pathToFilename)(c);this.wrapAsync(this._access,[p,h],d)},this.appendFileSync=(c,o,f)=>{let h=(0,te.getAppendFileOpts)(f);(!h.flag||(0,et.isFd)(c))&&(h.flag="a"),this.writeFileSync(c,o,h)},this.appendFile=(c,o,f,h)=>{let[d,p]=(0,te.getAppendFileOptsAndCb)(f,h);(!d.flag||(0,et.isFd)(c))&&(d.flag="a"),this.writeFile(c,o,d,p)},this._readdir=(c,o)=>{let f=(0,et.filenameToSteps)(c),h=this._core.getResolvedLinkOrThrow(c,"scandir"),d=h.getNode();if(!d.isDirectory())throw(0,N.createError)("ENOTDIR","scandir",c);if(!d.canRead())throw(0,N.createError)("EACCES","scandir",c);let p=[];for(let w of h.children.keys()){let g=h.getChild(w);if(!(!g||w==="."||w==="..")&&(p.push(GB.default.build(g,o.encoding)),o.recursive&&g.children.size)){let b={...o,recursive:!0,withFileTypes:!0},_=this._readdir(g.getPath(),b);p.push(..._)}}if(!et.isWin&&o.encoding!=="buffer"&&p.sort((w,g)=>w.name<g.name?-1:w.name>g.name?1:0),o.withFileTypes)return p;let m=c;return et.isWin&&(m=m.replace(/\\/g,"/")),p.map(w=>{if(o.recursive){let g=cw(w.parentPath,w.name.toString());return et.isWin&&(g=g.replace(/\\/g,"/")),g.replace(m+$e.posix.sep,"")}return w.name})},this.readdirSync=(c,o)=>{let f=(0,te.getReaddirOptions)(o),h=(0,N.pathToFilename)(c);return this._readdir(h,f)},this.readdir=(c,o,f)=>{let[h,d]=(0,te.getReaddirOptsAndCb)(o,f),p=(0,N.pathToFilename)(c);this.wrapAsync(this._readdir,[p,h],d)},this._readlink=(c,o)=>{let h=this._core.getLinkOrThrow(c,"readlink").getNode();if(!h.isSymlink())throw(0,N.createError)("EINVAL","readlink",c);return(0,yn.strToEncoding)(h.symlink,o)},this.readlinkSync=(c,o)=>{let f=(0,te.getDefaultOpts)(o),h=(0,N.pathToFilename)(c);return this._readlink(h,f.encoding)},this.readlink=(c,o,f)=>{let[h,d]=(0,te.getDefaultOptsAndCb)(o,f),p=(0,N.pathToFilename)(c);this.wrapAsync(this._readlink,[p,h.encoding],d)},this._fsync=c=>{this._core.getFileByFdOrThrow(c,"fsync")},this.fsyncSync=c=>{this._fsync(c)},this.fsync=(c,o)=>{this.wrapAsync(this._fsync,[c],o)},this._fdatasync=c=>{this._core.getFileByFdOrThrow(c,"fdatasync")},this.fdatasyncSync=c=>{this._fdatasync(c)},this.fdatasync=(c,o)=>{this.wrapAsync(this._fdatasync,[c],o)},this._ftruncate=(c,o)=>{this._core.getFileByFdOrThrow(c,"ftruncate").truncate(o)},this.ftruncateSync=(c,o)=>{this._ftruncate(c,o)},this.ftruncate=(c,o,f)=>{let h=typeof o=="number"?o:0,d=(0,N.validateCallback)(typeof o=="number"?f:o);this.wrapAsync(this._ftruncate,[c,h],d)},this._truncate=(c,o)=>{let f=this.openSync(c,"r+");try{this.ftruncateSync(f,o)}finally{this.closeSync(f)}},this.truncateSync=(c,o)=>{if((0,et.isFd)(c))return this.ftruncateSync(c,o);this._truncate(c,o)},this.truncate=(c,o,f)=>{let h=typeof o=="number"?o:0,d=(0,N.validateCallback)(typeof o=="number"?f:o);if((0,et.isFd)(c))return this.ftruncate(c,h,d);this.wrapAsync(this._truncate,[c,h],d)},this._futimes=(c,o,f)=>{let d=this._core.getFileByFdOrThrow(c,"futimes").node;d.atime=new Date(o*1e3),d.mtime=new Date(f*1e3)},this.futimesSync=(c,o,f)=>{this._futimes(c,It(o),It(f))},this.futimes=(c,o,f,h)=>{this.wrapAsync(this._futimes,[c,It(o),It(f)],h)},this._utimes=(c,o,f,h=!0)=>{let d=this._core,m=(h?d.getResolvedLinkOrThrow(c,"utimes"):d.getLinkOrThrow(c,"lutimes")).getNode();m.atime=new Date(o*1e3),m.mtime=new Date(f*1e3)},this.utimesSync=(c,o,f)=>{this._utimes((0,N.pathToFilename)(c),It(o),It(f),!0)},this.utimes=(c,o,f,h)=>{this.wrapAsync(this._utimes,[(0,N.pathToFilename)(c),It(o),It(f),!0],h)},this.lutimesSync=(c,o,f)=>{this._utimes((0,N.pathToFilename)(c),It(o),It(f),!1)},this.lutimes=(c,o,f,h)=>{this.wrapAsync(this._utimes,[(0,N.pathToFilename)(c),It(o),It(f),!1],h)},this.mkdirSync=(c,o)=>{let f=(0,te.getMkdirOptions)(o),h=(0,N.modeToNumber)(f.mode,511),d=(0,N.pathToFilename)(c);if(f.recursive)return this._core.mkdirp(d,h);this._core.mkdir(d,h)},this.mkdir=(c,o,f)=>{let h=(0,te.getMkdirOptions)(o),d=(0,N.validateCallback)(typeof o=="function"?o:f),p=(0,N.modeToNumber)(h.mode,511),m=(0,N.pathToFilename)(c);h.recursive?this.wrapAsync(this._core.mkdirp,[m,p],d):this.wrapAsync(this._core.mkdir,[m,p],d)},this._mkdtemp=(c,o,f=5)=>{let h=c+(0,N.genRndStr6)();try{return this._core.mkdir(h,511),(0,yn.strToEncoding)(h,o)}catch(d){if(d.code==="EEXIST"){if(f>1)return this._mkdtemp(c,o,f-1);throw Error("Could not create temp dir.")}else throw d}},this.mkdtempSync=(c,o)=>{let{encoding:f}=(0,te.getDefaultOpts)(o);if(!c||typeof c!="string")throw new TypeError("filename prefix is required");return(0,N.nullCheck)(c),this._mkdtemp(c,f)},this.mkdtemp=(c,o,f)=>{let[{encoding:h},d]=(0,te.getDefaultOptsAndCb)(o,f);if(!c||typeof c!="string")throw new TypeError("filename prefix is required");(0,N.nullCheck)(c)&&this.wrapAsync(this._mkdtemp,[c,h],d)},this.rmdirSync=(c,o)=>{let f=(0,te.getRmdirOptions)(o);this._core.rmdir((0,N.pathToFilename)(c),f.recursive)},this.rmdir=(c,o,f)=>{let h=(0,te.getRmdirOptions)(o),d=(0,N.validateCallback)(typeof o=="function"?o:f);this.wrapAsync(this._core.rmdir,[(0,N.pathToFilename)(c),h.recursive],d)},this.rmSync=(c,o)=>{this._core.rm((0,N.pathToFilename)(c),o?.force,o?.recursive)},this.rm=(c,o,f)=>{let[h,d]=(0,te.getRmOptsAndCb)(o,f);this.wrapAsync(this._core.rm,[(0,N.pathToFilename)(c),h?.force,h?.recursive],d)},this._fchmod=(c,o)=>{this._core.getFileByFdOrThrow(c,"fchmod").chmod(o)},this.fchmodSync=(c,o)=>{this._fchmod(c,(0,N.modeToNumber)(o))},this.fchmod=(c,o,f)=>{this.wrapAsync(this._fchmod,[c,(0,N.modeToNumber)(o)],f)},this._chmod=(c,o,f=!0)=>{(f?this._core.getResolvedLinkOrThrow(c,"chmod"):this._core.getLinkOrThrow(c,"chmod")).getNode().chmod(o)},this.chmodSync=(c,o)=>{let f=(0,N.modeToNumber)(o),h=(0,N.pathToFilename)(c);this._chmod(h,f,!0)},this.chmod=(c,o,f)=>{let h=(0,N.modeToNumber)(o),d=(0,N.pathToFilename)(c);this.wrapAsync(this._chmod,[d,h],f)},this._lchmod=(c,o)=>{this._chmod(c,o,!1)},this.lchmodSync=(c,o)=>{let f=(0,N.modeToNumber)(o),h=(0,N.pathToFilename)(c);this._lchmod(h,f)},this.lchmod=(c,o,f)=>{let h=(0,N.modeToNumber)(o),d=(0,N.pathToFilename)(c);this.wrapAsync(this._lchmod,[d,h],f)},this._fchown=(c,o,f)=>{this._core.getFileByFdOrThrow(c,"fchown").chown(o,f)},this.fchownSync=(c,o,f)=>{na(o),sa(f),this._fchown(c,o,f)},this.fchown=(c,o,f,h)=>{na(o),sa(f),this.wrapAsync(this._fchown,[c,o,f],h)},this._chown=(c,o,f)=>{this._core.getResolvedLinkOrThrow(c,"chown").getNode().chown(o,f)},this.chownSync=(c,o,f)=>{na(o),sa(f),this._chown((0,N.pathToFilename)(c),o,f)},this.chown=(c,o,f,h)=>{na(o),sa(f),this.wrapAsync(this._chown,[(0,N.pathToFilename)(c),o,f],h)},this._lchown=(c,o,f)=>{this._core.getLinkOrThrow(c,"lchown").getNode().chown(o,f)},this.lchownSync=(c,o,f)=>{na(o),sa(f),this._lchown((0,N.pathToFilename)(c),o,f)},this.lchown=(c,o,f,h)=>{na(o),sa(f),this.wrapAsync(this._lchown,[(0,N.pathToFilename)(c),o,f],h)},this.statWatchers={},this.cpSync=(c,o,f)=>{let h=(0,N.pathToFilename)(c),d=(0,N.pathToFilename)(o),p={dereference:f?.dereference??!1,errorOnExist:f?.errorOnExist??!1,filter:f?.filter,force:f?.force??!0,mode:f?.mode??0,preserveTimestamps:f?.preserveTimestamps??!1,recursive:f?.recursive??!1,verbatimSymlinks:f?.verbatimSymlinks??!1};return this._cp(h,d,p)},this.cp=(c,o,f,h)=>{let d=(0,N.pathToFilename)(c),p=(0,N.pathToFilename)(o),m,w;typeof f=="function"?[m,w]=[{},f]:[m,w]=[f||{},h],(0,N.validateCallback)(w);let g={dereference:m?.dereference??!1,errorOnExist:m?.errorOnExist??!1,filter:m?.filter,force:m?.force??!0,mode:m?.mode??0,preserveTimestamps:m?.preserveTimestamps??!1,recursive:m?.recursive??!1,verbatimSymlinks:m?.verbatimSymlinks??!1};this.wrapAsync(this._cp,[d,p,g],w)},this.openAsBlob=async(c,o)=>{let f=(0,N.pathToFilename)(c),h;try{h=this._core.getResolvedLinkOrThrow(f,"open")}catch(w){throw w&&typeof w=="object"&&w.code==="ENOENT"?new eL.TypeError("ERR_INVALID_ARG_VALUE"):w}let p=h.getNode().getBuffer(),m=o?.type||"";return new Blob([p],{type:m})},this.glob=(c,...o)=>{let[f,h]=o.length===1?[{},o[0]]:[o[0],o[1]];this.wrapAsync(this._globSync,[c,f||{}],h)},this.globSync=(c,o={})=>this._globSync(c,o),this._globSync=(c,o={})=>{let{globSync:f}=DS();return f(this,c,o)},this._opendir=(c,o)=>{let f=this._core.getResolvedLinkOrThrow(c,"scandir");if(!f.getNode().isDirectory())throw(0,N.createError)("ENOTDIR","scandir",c);return new tL.Dir(f,o)},this.opendirSync=(c,o)=>{let f=(0,te.getOpendirOptions)(o),h=(0,N.pathToFilename)(c);return this._opendir(h,f)},this.opendir=(c,o,f)=>{let[h,d]=(0,te.getOpendirOptsAndCb)(o,f),p=(0,N.pathToFilename)(c);this.wrapAsync(this._opendir,[p,h],d)};let r=this;this.StatWatcher=class extends nu{constructor(){super(r)}};let i=kr;this.ReadStream=class extends i{constructor(...c){super(r,...c)}};let n=Yt;this.WriteStream=class extends n{constructor(...c){super(r,...c)}},this.FSWatcher=class extends su{constructor(){super(r)}};let s=u((c,o)=>{let f=this._core.getResolvedLinkOrThrow(c,"realpath");return(0,yn.strToEncoding)(f.getPath()||"/",o)},"_realpath"),a=u((c,o,f)=>{let[h,d]=(0,te.getRealpathOptsAndCb)(o,f),p=(0,N.pathToFilename)(c);r.wrapAsync(s,[p,h.encoding],d)},"realpathImpl"),l=u((c,o)=>s((0,N.pathToFilename)(c),(0,te.getRealpathOptions)(o).encoding),"realpathSyncImpl");this.realpath=a,this.realpath.native=a,this.realpathSync=l,this.realpathSync.native=l}wrapAsync(e,r,i){(0,N.validateCallback)(i),Promise.resolve().then(()=>{let n;try{n=e.apply(this,r)}catch(s){i(s);return}i(null,n)})}toTree(e={separator:$e.sep}){return(0,QB.toTreeSync)(this,e)}reset(){this._core.reset()}toJSON(e,r={},i=!1,n=!1){return this._core.toJSON(e,r,i,n)}fromJSON(e,r){return this._core.fromJSON(e,r)}fromNestedJSON(e,r){return this._core.fromNestedJSON(e,r)}mountSync(e,r){this._core.fromJSON(r,e)}_write(e,r,i,n,s){let a=this._core.getFileByFdOrThrow(e,"write");if(a.node.isSymlink())throw(0,N.createError)("EBADF","write",a.link.getPath());return a.write(r,i,n,s===-1||typeof s!="number"?void 0:s)}writevBase(e,r,i){let n=this._core.getFileByFdOrThrow(e),s=i??void 0;s===-1&&(s=void 0);let a=0;for(let l of r){let c=aa.Buffer.from(l.buffer,l.byteOffset,l.byteLength),o=n.write(c,0,c.byteLength,s);if(s=void 0,a+=o,o<c.byteLength)break}return a}_copyFile(e,r,i){let n=this.readFileSync(e);if(i&aL&&this.existsSync(r))throw(0,N.createError)("EEXIST","copyFile",e,r);if(i&oL)throw(0,N.createError)("ENOSYS","copyFile",e,r);this._core.writeFile(r,n,iu.FLAGS.w,438)}isSrcSubdir(e,r){try{let i=$S(e.startsWith("/")?e:"/"+e),n=$S(r.startsWith("/")?r:"/"+r);if(i===n)return!0;let s=ru(i,n);return s===""||!s.startsWith("..")&&!(0,$e.isAbsolute)(s)}catch{return!1}}cpFileSync(e,r,i,n,s){if(r){if(s.errorOnExist)throw(0,N.createError)("EEXIST","cp",n);if(!s.force)return;this.unlinkSync(n)}this.copyFileSync(i,n,s.mode),s.preserveTimestamps&&this.utimesSync(n,e.atime,e.mtime),this.chmodSync(n,Number(e.mode))}cpDirSync(e,r,i,n,s){r||this.mkdirSync(n);let a=this.readdirSync(i);for(let l of a){let c=cw(i,String(l)),o=cw(n,String(l));s.filter&&!s.filter(c,o)||this._cp(c,o,s)}this.chmodSync(n,Number(e.mode))}cpSymlinkSync(e,r,i,n){let s=String(this.readlinkSync(r));!n.verbatimSymlinks&&!(0,$e.isAbsolute)(s)&&(s=rL(IS(r),s)),e&&this.unlinkSync(i),this.symlinkSync(s,i)}lstat(e,r,i){let[{throwIfNoEntry:n=!0,bigint:s=!1},a]=(0,te.getStatOptsAndCb)(r,i);this.wrapAsync(this._lstat,[(0,N.pathToFilename)(e),s,n],a)}_stat(e,r=!1,i=!0){let n;try{n=this._core.getResolvedLinkOrThrow(e,"stat")}catch(s){if(s.code==="ENOENT"&&!i)return;throw s}return ow.default.build(n.getNode(),r)}statSync(e,r){let{bigint:i=!0,throwIfNoEntry:n=!0}=(0,te.getStatOptions)(r);return this._stat((0,N.pathToFilename)(e),i,n)}stat(e,r,i){let[{bigint:n=!1,throwIfNoEntry:s=!0},a]=(0,te.getStatOptsAndCb)(r,i);this.wrapAsync(this._stat,[(0,N.pathToFilename)(e),n,s],a)}fstatBase(e,r=!1){let i=this._core.getFileByFd(e);if(!i)throw(0,N.createError)("EBADF","fstat");return ow.default.build(i.node,r)}fstatSync(e,r){return this.fstatBase(e,(0,te.getStatOptions)(r).bigint)}fstat(e,r,i){let[n,s]=(0,te.getStatOptsAndCb)(r,i);this.wrapAsync(this.fstatBase,[e,n.bigint],s)}_exists(e){return!!this._stat(e)}_access(e,r){let n=this._core.getLinkOrThrow(e,"access").getNode();if(r!==lw&&(r&iL&&!n.canRead()||r&nL&&!n.canWrite()||r&sL&&!n.canExecute()))throw(0,N.createError)("EACCES","access",e)}watchFile(e,r,i){let n=(0,N.pathToFilename)(e),s=r,a=i;if(typeof s=="function"&&(a=r,s=null),typeof a!="function")throw Error('"watchFile()" requires a listener function');let l=5007,c=!0;s&&typeof s=="object"&&(typeof s.interval=="number"&&(l=s.interval),typeof s.persistent=="boolean"&&(c=s.persistent));let o=this.statWatchers[n];return o||(o=new this.StatWatcher,o.start(n,c,l),this.statWatchers[n]=o),o.addListener("change",a),o}unwatchFile(e,r){let i=(0,N.pathToFilename)(e),n=this.statWatchers[i];n&&(typeof r=="function"?n.removeListener("change",r):n.removeAllListeners("change"),n.listenerCount("change")===0&&(n.stop(),delete this.statWatchers[i]))}createReadStream(e,r){return new this.ReadStream(e,r)}createWriteStream(e,r){return new this.WriteStream(e,r)}watch(e,r,i){let n=(0,N.pathToFilename)(e),s=r;typeof r=="function"&&(i=r,s=null);let{persistent:a,recursive:l,encoding:c}=(0,te.getDefaultOpts)(s);a===void 0&&(a=!0),l===void 0&&(l=!1);let o=new this.FSWatcher;return o.start(n,a,l,c),i&&o.addListener("change",i),o}_statfs(e,r=!1){return this._core.getResolvedLinkOrThrow(e,"statfs"),ZB.default.build(this._core,r)}statfsSync(e,r){let{bigint:i=!1}=(0,te.getStatfsOptions)(r);return this._statfs((0,N.pathToFilename)(e),i)}statfs(e,r,i){let[{bigint:n=!1},s]=(0,te.getStatfsOptsAndCb)(r,i);this.wrapAsync(this._statfs,[(0,N.pathToFilename)(e),n],s)}};u(uw,"Volume");var gn=uw;$t.Volume=gn;gn.fromJSON=(t,e)=>new gn(fw.Superblock.fromJSON(t,e));gn.fromNestedJSON=(t,e)=>new gn(fw.Superblock.fromNestedJSON(t,e));function uL(t){t.emit("stop")}u(uL,"emitStop");var hw=class hw extends BS.EventEmitter{constructor(e){super(),this.onInterval=()=>{try{let r=this.vol.statSync(this.filename);this.hasChanged(r)&&(this.emit("change",r,this.prev),this.prev=r)}finally{this.loop()}},this.vol=e}loop(){this.timeoutRef=this.setTimeout(this.onInterval,this.interval)}hasChanged(e){return e.mtimeMs>this.prev.mtimeMs||e.nlink!==this.prev.nlink}start(e,r=!0,i=5007){this.filename=(0,N.pathToFilename)(e),this.setTimeout=r?setTimeout.bind(globalThis):KB.default,this.interval=i,this.prev=this.vol.statSync(this.filename),this.loop()}stop(){clearTimeout(this.timeoutRef),(0,au.default)(()=>{uL.call(this,this)})}};u(hw,"StatWatcher");var nu=hw;$t.StatWatcher=nu;var Jt;function hL(t){Jt=(0,aa.bufferAllocUnsafe)(t),Jt.used=0}u(hL,"allocNewPool");(0,LS.inherits)(kr,ou.Readable);$t.ReadStream=kr;function kr(t,e,r){if(!(this instanceof kr))return new kr(t,e,r);if(this._vol=t,r=Object.assign({},(0,te.getOptions)(r,{})),r.highWaterMark===void 0&&(r.highWaterMark=64*1024),ou.Readable.call(this,r),this.path=(0,N.pathToFilename)(e),this.fd=r.fd===void 0?null:typeof r.fd!="number"?r.fd.fd:r.fd,this.flags=r.flags===void 0?"r":r.flags,this.mode=r.mode===void 0?438:r.mode,this.start=r.start,this.end=r.end,this.autoClose=r.autoClose===void 0?!0:r.autoClose,this.pos=void 0,this.bytesRead=0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw new TypeError('"end" option must be a Number');if(this.start>this.end)throw new Error('"start" option must be <= "end" option');this.pos=this.start}typeof this.fd!="number"&&this.open(),this.on("end",function(){this.autoClose&&this.destroy&&this.destroy()})}u(kr,"FsReadStream");kr.prototype.open=function(){var t=this;this._vol.open(this.path,this.flags,this.mode,(e,r)=>{if(e){t.autoClose&&t.destroy&&t.destroy(),t.emit("error",e);return}t.fd=r,t.emit("open",r),t.read()})};kr.prototype._read=function(t){if(typeof this.fd!="number")return this.once("open",function(){this._read(t)});if(this.destroyed)return;(!Jt||Jt.length-Jt.used<lL)&&hL(this._readableState.highWaterMark);var e=Jt,r=Math.min(Jt.length-Jt.used,t),i=Jt.used;if(this.pos!==void 0&&(r=Math.min(this.end-this.pos+1,r)),r<=0)return this.push(null);var n=this;this._vol.read(this.fd,Jt,Jt.used,r,this.pos,s),this.pos!==void 0&&(this.pos+=r),Jt.used+=r;function s(a,l){if(a)n.autoClose&&n.destroy&&n.destroy(),n.emit("error",a);else{var c=null;l>0&&(n.bytesRead+=l,c=e.slice(i,i+l)),n.push(c)}}u(s,"onread")};kr.prototype._destroy=function(t,e){this.close(r=>{e(t||r)})};kr.prototype.close=function(t){if(t&&this.once("close",t),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",MS);return}return(0,au.default)(()=>this.emit("close"))}typeof this._readableState?.closed=="boolean"?this._readableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};function MS(t){this.close()}u(MS,"closeOnOpen");(0,LS.inherits)(Yt,ou.Writable);$t.WriteStream=Yt;function Yt(t,e,r){if(!(this instanceof Yt))return new Yt(t,e,r);if(this._vol=t,r=Object.assign({},(0,te.getOptions)(r,{})),ou.Writable.call(this,r),this.path=(0,N.pathToFilename)(e),this.fd=r.fd===void 0?null:typeof r.fd!="number"?r.fd.fd:r.fd,this.flags=r.flags===void 0?"w":r.flags,this.mode=r.mode===void 0?438:r.mode,this.start=r.start,this.autoClose=r.autoClose===void 0?!0:!!r.autoClose,this.pos=void 0,this.bytesWritten=0,this.pending=!0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.start<0)throw new Error('"start" must be >= zero');this.pos=this.start}r.encoding&&this.setDefaultEncoding(r.encoding),typeof this.fd!="number"&&this.open(),this.once("finish",function(){this.autoClose&&this.close()})}u(Yt,"FsWriteStream");Yt.prototype.open=function(){this._vol.open(this.path,this.flags,this.mode,function(t,e){if(t){this.autoClose&&this.destroy&&this.destroy(),this.emit("error",t);return}this.fd=e,this.pending=!1,this.emit("open",e)}.bind(this))};Yt.prototype._write=function(t,e,r){if(!(t instanceof aa.Buffer||t instanceof Uint8Array))return this.emit("error",new Error("Invalid data"));if(typeof this.fd!="number")return this.once("open",function(){this._write(t,e,r)});var i=this;this._vol.write(this.fd,t,0,t.length,this.pos,(n,s)=>{if(n)return i.autoClose&&i.destroy&&i.destroy(),r(n);i.bytesWritten+=s,r()}),this.pos!==void 0&&(this.pos+=t.length)};Yt.prototype._writev=function(t,e){if(typeof this.fd!="number")return this.once("open",function(){this._writev(t,e)});let r=this,i=t.length,n=new Array(i);for(var s=0,a=0;a<i;a++){var l=t[a].chunk;n[a]=l,s+=l.length}let c=aa.Buffer.concat(n);this._vol.write(this.fd,c,0,c.length,this.pos,(o,f)=>{if(o)return r.destroy&&r.destroy(),e(o);r.bytesWritten+=f,e()}),this.pos!==void 0&&(this.pos+=s)};Yt.prototype.close=function(t){if(t&&this.once("close",t),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",MS);return}return(0,au.default)(()=>this.emit("close"))}typeof this._writableState?.closed=="boolean"?this._writableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};Yt.prototype._destroy=kr.prototype._destroy;Yt.prototype.destroySoon=Yt.prototype.end;var dw=class dw extends BS.EventEmitter{constructor(e){super(),this._filename="",this._filenameEncoded="",this._recursive=!1,this._encoding=yn.ENCODING_UTF8,this._listenerRemovers=new Map,this._onParentChild=r=>{r.getName()===this._getName()&&this._emit("rename")},this._emit=r=>{this.emit("change",r,this._filenameEncoded)},this._persist=()=>{this._timer=setTimeout(this._persist,1e6)},this._vol=e}_getName(){return this._steps[this._steps.length-1]}start(e,r=!0,i=!1,n=yn.ENCODING_UTF8){this._filename=(0,N.pathToFilename)(e),this._steps=(0,et.filenameToSteps)(this._filename),this._filenameEncoded=(0,yn.strToEncoding)(this._filename),this._recursive=i,this._encoding=n;try{this._link=this._vol._core.getLinkOrThrow(this._filename,"FSWatcher")}catch(c){let o=new Error(`watch ${this._filename} ${c.code}`);throw o.code=c.code,o.errno=c.code,o}let s=u(c=>{let o=c.getPath(),f=c.getNode(),h=u(()=>{let m=ru(this._filename,o);return m||(m=this._getName()),this.emit("change","change",m)},"onNodeChange"),d=f.changes.listen(([m])=>{m==="modify"&&h()}),p=this._listenerRemovers.get(f.ino)??[];p.push(()=>d()),this._listenerRemovers.set(f.ino,p)},"watchLinkNodeChanged"),a=u(c=>{let o=c.getNode(),f=u(m=>{this.emit("change","rename",ru(this._filename,m.getPath())),s(m),a(m)},"onLinkChildAdd"),h=u(m=>{let w=u(g=>{let b=g.getNode().ino,_=this._listenerRemovers.get(b);_&&(_.forEach(S=>S()),this._listenerRemovers.delete(b));for(let[S,F]of g.children.entries())F&&S!=="."&&S!==".."&&w(F)},"removeLinkNodeListeners");w(m),this.emit("change","rename",ru(this._filename,m.getPath()))},"onLinkChildDelete");for(let[m,w]of c.children.entries())w&&m!=="."&&m!==".."&&s(w);let d=c.changes.listen(([m,w])=>{m==="child:add"?f(w):m==="child:del"&&h(w)});if((this._listenerRemovers.get(o.ino)??[]).push(()=>{d()}),i)for(let[m,w]of c.children.entries())w&&m!=="."&&m!==".."&&a(w)},"watchLinkChildrenChanged");s(this._link),a(this._link);let l=this._link.parent;l&&l.changes.listen(([c,o])=>{c==="child:del"&&this._onParentChild(o)}),r&&this._persist()}close(){clearTimeout(this._timer),this._listenerRemovers.forEach(e=>{e.forEach(r=>r())}),this._listenerRemovers.clear(),this._parentChangesUnsub?.()}};u(dw,"FSWatcher");var su=dw;$t.FSWatcher=su});var qS=x(lu=>{"use strict";Object.defineProperty(lu,"__esModule",{value:!0});lu.fsSynchronousApiList=void 0;lu.fsSynchronousApiList=["accessSync","appendFileSync","chmodSync","chownSync","closeSync","copyFileSync","existsSync","fchmodSync","fchownSync","fdatasyncSync","fstatSync","fsyncSync","ftruncateSync","futimesSync","lchmodSync","lchownSync","linkSync","lstatSync","mkdirSync","mkdtempSync","openSync","opendirSync","readdirSync","readFileSync","readlinkSync","readSync","readvSync","realpathSync","renameSync","rmdirSync","rmSync","statSync","symlinkSync","truncateSync","unlinkSync","utimesSync","lutimesSync","writeFileSync","writeSync","writevSync"]});var US=x(cu=>{"use strict";Object.defineProperty(cu,"__esModule",{value:!0});cu.fsCallbackApiList=void 0;cu.fsCallbackApiList=["access","appendFile","chmod","chown","close","copyFile","cp","createReadStream","createWriteStream","exists","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","openAsBlob","opendir","read","readv","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","unwatchFile","utimes","lutimes","watch","watchFile","write","writev","writeFile"]});var pl=x((Bt,fu)=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.memfs=Bt.fs=Bt.vol=Bt.Volume=void 0;Bt.createFsFromVolume=pw;var dL=wm(),pL=bf(),uu=jS();Object.defineProperty(Bt,"Volume",{enumerable:!0,get:u(function(){return uu.Volume},"get")});var zS=lr(),mL=qS(),wL=US(),{F_OK:yL,R_OK:gL,W_OK:bL,X_OK:_L}=zS.constants;Bt.vol=new uu.Volume;function pw(t){let e={F_OK:yL,R_OK:gL,W_OK:bL,X_OK:_L,constants:zS.constants,Stats:dL.default,Dirent:pL.default};for(let r of mL.fsSynchronousApiList)typeof t[r]=="function"&&(e[r]=t[r].bind(t));for(let r of wL.fsCallbackApiList)typeof t[r]=="function"&&(e[r]=t[r].bind(t));return e.StatWatcher=t.StatWatcher,e.FSWatcher=t.FSWatcher,e.WriteStream=t.WriteStream,e.ReadStream=t.ReadStream,e.promises=t.promises,typeof t.realpath=="function"&&(e.realpath=t.realpath.bind(t),typeof t.realpath.native=="function"&&(e.realpath.native=t.realpath.native.bind(t))),typeof t.realpathSync=="function"&&(e.realpathSync=t.realpathSync.bind(t),typeof t.realpathSync.native=="function"&&(e.realpathSync.native=t.realpathSync.native.bind(t))),e._toUnixTimestamp=uu.toUnixTimestamp,e.__vol=t,e}u(pw,"createFsFromVolume");Bt.fs=pw(Bt.vol);var vL=u((t={},e="/")=>{let r=uu.Volume.fromNestedJSON(t,e);return{fs:pw(r),vol:r}},"memfs");Bt.memfs=vL;fu.exports={...fu.exports,...Bt.fs};fu.exports.semantic=!0});var HS=x((FQ,WS)=>{"use strict";var Lt=u(function(t){if(t=t||{},this.Promise=t.Promise||Promise,this.queues=Object.create(null),this.domainReentrant=t.domainReentrant||!1,this.domainReentrant){if(typeof process>"u"||typeof process.domain>"u")throw new Error("Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill.");this.domains=Object.create(null)}this.timeout=t.timeout||Lt.DEFAULT_TIMEOUT,this.maxOccupationTime=t.maxOccupationTime||Lt.DEFAULT_MAX_OCCUPATION_TIME,this.maxExecutionTime=t.maxExecutionTime||Lt.DEFAULT_MAX_EXECUTION_TIME,t.maxPending===1/0||Number.isInteger(t.maxPending)&&t.maxPending>=0?this.maxPending=t.maxPending:this.maxPending=Lt.DEFAULT_MAX_PENDING},"AsyncLock");Lt.DEFAULT_TIMEOUT=0;Lt.DEFAULT_MAX_OCCUPATION_TIME=0;Lt.DEFAULT_MAX_EXECUTION_TIME=0;Lt.DEFAULT_MAX_PENDING=1e3;Lt.prototype.acquire=function(t,e,r,i){if(Array.isArray(t))return this._acquireBatch(t,e,r,i);if(typeof e!="function")throw new Error("You must pass a function to execute");var n=null,s=null,a=null;typeof r!="function"&&(i=r,r=null,a=new this.Promise(function(_,S){n=_,s=S})),i=i||{};var l=!1,c=null,o=null,f=null,h=this,d=u(function(_,S,F){o&&(clearTimeout(o),o=null),f&&(clearTimeout(f),f=null),_&&(h.queues[t]&&h.queues[t].length===0&&delete h.queues[t],h.domainReentrant&&delete h.domains[t]),l||(a?S?s(S):n(F):typeof r=="function"&&r(S,F),l=!0),_&&h.queues[t]&&h.queues[t].length>0&&h.queues[t].shift()()},"done"),p=u(function(_){if(l)return d(_);c&&(clearTimeout(c),c=null),h.domainReentrant&&_&&(h.domains[t]=process.domain);var S=i.maxExecutionTime||h.maxExecutionTime;if(S&&(f=setTimeout(function(){h.queues[t]&&d(_,new Error("Maximum execution time is exceeded "+t))},S)),e.length===1){var F=!1;try{e(function(k,A){F||(F=!0,d(_,k,A))})}catch(k){F||(F=!0,d(_,k))}}else h._promiseTry(function(){return e()}).then(function(k){d(_,void 0,k)},function(k){d(_,k)})},"exec");h.domainReentrant&&process.domain&&(p=process.domain.bind(p));var m=i.maxPending||h.maxPending;if(!h.queues[t])h.queues[t]=[],p(!0);else if(h.domainReentrant&&process.domain&&process.domain===h.domains[t])p(!1);else if(h.queues[t].length>=m)d(!1,new Error("Too many pending tasks in queue "+t));else{var w=u(function(){p(!0)},"taskFn");i.skipQueue?h.queues[t].unshift(w):h.queues[t].push(w);var g=i.timeout||h.timeout;g&&(c=setTimeout(function(){c=null,d(!1,new Error("async-lock timed out in queue "+t))},g))}var b=i.maxOccupationTime||h.maxOccupationTime;if(b&&(o=setTimeout(function(){h.queues[t]&&d(!1,new Error("Maximum occupation time is exceeded in queue "+t))},b)),a)return a};Lt.prototype._acquireBatch=function(t,e,r,i){typeof r!="function"&&(i=r,r=null);var n=this,s=u(function(l,c){return function(o){n.acquire(l,c,o,i)}},"getFn"),a=t.reduceRight(function(l,c){return s(c,l)},e);if(typeof r=="function")a(r);else return new this.Promise(function(l,c){a.length===1?a(function(o,f){o?c(o):l(f)}):l(a())})};Lt.prototype.isBusy=function(t){return t?!!this.queues[t]:Object.keys(this.queues).length>0};Lt.prototype._promiseTry=function(t){try{return this.Promise.resolve(t())}catch(e){return this.Promise.reject(e)}};WS.exports=Lt});var GS=x((TQ,VS)=>{"use strict";VS.exports=HS()});var ZS=x((xQ,mw)=>{typeof Object.create=="function"?mw.exports=u(function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))},"inherits"):mw.exports=u(function(e,r){if(r){e.super_=r;var i=u(function(){},"TempCtor");i.prototype=r.prototype,e.prototype=new i,e.prototype.constructor=e}},"inherits")});var KS=x((RQ,yw)=>{try{if(ww=ne("util"),typeof ww.inherits!="function")throw"";yw.exports=ww.inherits}catch{yw.exports=ZS()}var ww});var ml=x((gw,YS)=>{var hu=ne("buffer"),Tr=hu.Buffer;function JS(t,e){for(var r in t)e[r]=t[r]}u(JS,"copyProps");Tr.from&&Tr.alloc&&Tr.allocUnsafe&&Tr.allocUnsafeSlow?YS.exports=hu:(JS(hu,gw),gw.Buffer=bn);function bn(t,e,r){return Tr(t,e,r)}u(bn,"SafeBuffer");bn.prototype=Object.create(Tr.prototype);JS(Tr,bn);bn.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return Tr(t,e,r)};bn.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var i=Tr(t);return e!==void 0?typeof r=="string"?i.fill(e,r):i.fill(e):i.fill(0),i};bn.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Tr(t)};bn.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return hu.SlowBuffer(t)}});var QS=x((PQ,XS)=>{var SL={}.toString;XS.exports=Array.isArray||function(t){return SL.call(t)=="[object Array]"}});var oa=x((NQ,eE)=>{"use strict";eE.exports=TypeError});var bw=x((DQ,tE)=>{"use strict";tE.exports=Object});var iE=x((CQ,rE)=>{"use strict";rE.exports=Error});var sE=x((IQ,nE)=>{"use strict";nE.exports=EvalError});var oE=x(($Q,aE)=>{"use strict";aE.exports=RangeError});var cE=x((BQ,lE)=>{"use strict";lE.exports=ReferenceError});var _w=x((LQ,fE)=>{"use strict";fE.exports=SyntaxError});var hE=x((MQ,uE)=>{"use strict";uE.exports=URIError});var pE=x((jQ,dE)=>{"use strict";dE.exports=Math.abs});var wE=x((qQ,mE)=>{"use strict";mE.exports=Math.floor});var gE=x((UQ,yE)=>{"use strict";yE.exports=Math.max});var _E=x((zQ,bE)=>{"use strict";bE.exports=Math.min});var SE=x((WQ,vE)=>{"use strict";vE.exports=Math.pow});var FE=x((HQ,EE)=>{"use strict";EE.exports=Math.round});var TE=x((VQ,kE)=>{"use strict";kE.exports=Number.isNaN||u(function(e){return e!==e},"isNaN")});var OE=x((ZQ,xE)=>{"use strict";var EL=TE();xE.exports=u(function(e){return EL(e)||e===0?e:e<0?-1:1},"sign")});var AE=x((JQ,RE)=>{"use strict";RE.exports=Object.getOwnPropertyDescriptor});var la=x((YQ,PE)=>{"use strict";var du=AE();if(du)try{du([],"length")}catch{du=null}PE.exports=du});var wl=x((XQ,NE)=>{"use strict";var pu=Object.defineProperty||!1;if(pu)try{pu({},"a",{value:1})}catch{pu=!1}NE.exports=pu});var vw=x((QQ,DE)=>{"use strict";DE.exports=u(function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},r=Symbol("test"),i=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(i)!=="[object Symbol]")return!1;var n=42;e[r]=n;for(var s in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==r||!Object.prototype.propertyIsEnumerable.call(e,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(e,r);if(l.value!==n||l.enumerable!==!0)return!1}return!0},"hasSymbols")});var $E=x((tee,IE)=>{"use strict";var CE=typeof Symbol<"u"&&Symbol,FL=vw();IE.exports=u(function(){return typeof CE!="function"||typeof Symbol!="function"||typeof CE("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:FL()},"hasNativeSymbols")});var Sw=x((iee,BE)=>{"use strict";BE.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Ew=x((nee,LE)=>{"use strict";var kL=bw();LE.exports=kL.getPrototypeOf||null});var qE=x((see,jE)=>{"use strict";var TL="Function.prototype.bind called on incompatible ",xL=Object.prototype.toString,OL=Math.max,RL="[object Function]",ME=u(function(e,r){for(var i=[],n=0;n<e.length;n+=1)i[n]=e[n];for(var s=0;s<r.length;s+=1)i[s+e.length]=r[s];return i},"concatty"),AL=u(function(e,r){for(var i=[],n=r||0,s=0;n<e.length;n+=1,s+=1)i[s]=e[n];return i},"slicy"),PL=u(function(t,e){for(var r="",i=0;i<t.length;i+=1)r+=t[i],i+1<t.length&&(r+=e);return r},"joiny");jE.exports=u(function(e){var r=this;if(typeof r!="function"||xL.apply(r)!==RL)throw new TypeError(TL+r);for(var i=AL(arguments,1),n,s=u(function(){if(this instanceof n){var f=r.apply(this,ME(i,arguments));return Object(f)===f?f:this}return r.apply(e,ME(i,arguments))},"binder"),a=OL(0,r.length-i.length),l=[],c=0;c<a;c++)l[c]="$"+c;if(n=Function("binder","return function ("+PL(l,",")+"){ return binder.apply(this,arguments); }")(s),r.prototype){var o=u(function(){},"Empty");o.prototype=r.prototype,n.prototype=new o,o.prototype=null}return n},"bind")});var ca=x((oee,UE)=>{"use strict";var NL=qE();UE.exports=Function.prototype.bind||NL});var mu=x((lee,zE)=>{"use strict";zE.exports=Function.prototype.call});var wu=x((cee,WE)=>{"use strict";WE.exports=Function.prototype.apply});var VE=x((fee,HE)=>{"use strict";HE.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var Fw=x((uee,GE)=>{"use strict";var DL=ca(),CL=wu(),IL=mu(),$L=VE();GE.exports=$L||DL.call(IL,CL)});var yu=x((hee,ZE)=>{"use strict";var BL=ca(),LL=oa(),ML=mu(),jL=Fw();ZE.exports=u(function(e){if(e.length<1||typeof e[0]!="function")throw new LL("a function is required");return jL(BL,ML,e)},"callBindBasic")});var e1=x((pee,QE)=>{"use strict";var qL=yu(),KE=la(),YE;try{YE=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var kw=!!YE&&KE&&KE(Object.prototype,"__proto__"),XE=Object,JE=XE.getPrototypeOf;QE.exports=kw&&typeof kw.get=="function"?qL([kw.get]):typeof JE=="function"?u(function(e){return JE(e==null?e:XE(e))},"getDunder"):!1});var Tw=x((wee,n1)=>{"use strict";var t1=Sw(),r1=Ew(),i1=e1();n1.exports=t1?u(function(e){return t1(e)},"getProto"):r1?u(function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return r1(e)},"getProto"):i1?u(function(e){return i1(e)},"getProto"):null});var a1=x((gee,s1)=>{"use strict";var UL=Function.prototype.call,zL=Object.prototype.hasOwnProperty,WL=ca();s1.exports=WL.call(UL,zL)});var Rw=x((bee,h1)=>{"use strict";var J,HL=bw(),VL=iE(),GL=sE(),ZL=oE(),KL=cE(),da=_w(),ha=oa(),JL=hE(),YL=pE(),XL=wE(),QL=gE(),eM=_E(),tM=SE(),rM=FE(),iM=OE(),f1=Function,xw=u(function(t){try{return f1('"use strict"; return ('+t+").constructor;")()}catch{}},"getEvalledConstructor"),yl=la(),nM=wl(),Ow=u(function(){throw new ha},"throwTypeError"),sM=yl?function(){try{return arguments.callee,Ow}catch{try{return yl(arguments,"callee").get}catch{return Ow}}}():Ow,fa=$E()(),Ke=Tw(),aM=Ew(),oM=Sw(),u1=wu(),gl=mu(),ua={},lM=typeof Uint8Array>"u"||!Ke?J:Ke(Uint8Array),_n={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?J:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?J:ArrayBuffer,"%ArrayIteratorPrototype%":fa&&Ke?Ke([][Symbol.iterator]()):J,"%AsyncFromSyncIteratorPrototype%":J,"%AsyncFunction%":ua,"%AsyncGenerator%":ua,"%AsyncGeneratorFunction%":ua,"%AsyncIteratorPrototype%":ua,"%Atomics%":typeof Atomics>"u"?J:Atomics,"%BigInt%":typeof BigInt>"u"?J:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?J:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?J:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?J:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":VL,"%eval%":eval,"%EvalError%":GL,"%Float16Array%":typeof Float16Array>"u"?J:Float16Array,"%Float32Array%":typeof Float32Array>"u"?J:Float32Array,"%Float64Array%":typeof Float64Array>"u"?J:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?J:FinalizationRegistry,"%Function%":f1,"%GeneratorFunction%":ua,"%Int8Array%":typeof Int8Array>"u"?J:Int8Array,"%Int16Array%":typeof Int16Array>"u"?J:Int16Array,"%Int32Array%":typeof Int32Array>"u"?J:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":fa&&Ke?Ke(Ke([][Symbol.iterator]())):J,"%JSON%":typeof JSON=="object"?JSON:J,"%Map%":typeof Map>"u"?J:Map,"%MapIteratorPrototype%":typeof Map>"u"||!fa||!Ke?J:Ke(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":HL,"%Object.getOwnPropertyDescriptor%":yl,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?J:Promise,"%Proxy%":typeof Proxy>"u"?J:Proxy,"%RangeError%":ZL,"%ReferenceError%":KL,"%Reflect%":typeof Reflect>"u"?J:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?J:Set,"%SetIteratorPrototype%":typeof Set>"u"||!fa||!Ke?J:Ke(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?J:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":fa&&Ke?Ke(""[Symbol.iterator]()):J,"%Symbol%":fa?Symbol:J,"%SyntaxError%":da,"%ThrowTypeError%":sM,"%TypedArray%":lM,"%TypeError%":ha,"%Uint8Array%":typeof Uint8Array>"u"?J:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?J:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?J:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?J:Uint32Array,"%URIError%":JL,"%WeakMap%":typeof WeakMap>"u"?J:WeakMap,"%WeakRef%":typeof WeakRef>"u"?J:WeakRef,"%WeakSet%":typeof WeakSet>"u"?J:WeakSet,"%Function.prototype.call%":gl,"%Function.prototype.apply%":u1,"%Object.defineProperty%":nM,"%Object.getPrototypeOf%":aM,"%Math.abs%":YL,"%Math.floor%":XL,"%Math.max%":QL,"%Math.min%":eM,"%Math.pow%":tM,"%Math.round%":rM,"%Math.sign%":iM,"%Reflect.getPrototypeOf%":oM};if(Ke)try{null.error}catch(t){o1=Ke(Ke(t)),_n["%Error.prototype%"]=o1}var o1,cM=u(function t(e){var r;if(e==="%AsyncFunction%")r=xw("async function () {}");else if(e==="%GeneratorFunction%")r=xw("function* () {}");else if(e==="%AsyncGeneratorFunction%")r=xw("async function* () {}");else if(e==="%AsyncGenerator%"){var i=t("%AsyncGeneratorFunction%");i&&(r=i.prototype)}else if(e==="%AsyncIteratorPrototype%"){var n=t("%AsyncGenerator%");n&&Ke&&(r=Ke(n.prototype))}return _n[e]=r,r},"doEval"),l1={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bl=ca(),gu=a1(),fM=bl.call(gl,Array.prototype.concat),uM=bl.call(u1,Array.prototype.splice),c1=bl.call(gl,String.prototype.replace),bu=bl.call(gl,String.prototype.slice),hM=bl.call(gl,RegExp.prototype.exec),dM=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,pM=/\\(\\)?/g,mM=u(function(e){var r=bu(e,0,1),i=bu(e,-1);if(r==="%"&&i!=="%")throw new da("invalid intrinsic syntax, expected closing `%`");if(i==="%"&&r!=="%")throw new da("invalid intrinsic syntax, expected opening `%`");var n=[];return c1(e,dM,function(s,a,l,c){n[n.length]=l?c1(c,pM,"$1"):a||s}),n},"stringToPath"),wM=u(function(e,r){var i=e,n;if(gu(l1,i)&&(n=l1[i],i="%"+n[0]+"%"),gu(_n,i)){var s=_n[i];if(s===ua&&(s=cM(i)),typeof s>"u"&&!r)throw new ha("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:i,value:s}}throw new da("intrinsic "+e+" does not exist!")},"getBaseIntrinsic");h1.exports=u(function(e,r){if(typeof e!="string"||e.length===0)throw new ha("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new ha('"allowMissing" argument must be a boolean');if(hM(/^%?[^%]*%?$/,e)===null)throw new da("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=mM(e),n=i.length>0?i[0]:"",s=wM("%"+n+"%",r),a=s.name,l=s.value,c=!1,o=s.alias;o&&(n=o[0],uM(i,fM([0,1],o)));for(var f=1,h=!0;f<i.length;f+=1){var d=i[f],p=bu(d,0,1),m=bu(d,-1);if((p==='"'||p==="'"||p==="`"||m==='"'||m==="'"||m==="`")&&p!==m)throw new da("property names with quotes must have matching quotes");if((d==="constructor"||!h)&&(c=!0),n+="."+d,a="%"+n+"%",gu(_n,a))l=_n[a];else if(l!=null){if(!(d in l)){if(!r)throw new ha("base intrinsic for "+e+" exists, but the property is not available.");return}if(yl&&f+1>=i.length){var w=yl(l,d);h=!!w,h&&"get"in w&&!("originalValue"in w.get)?l=w.get:l=l[d]}else h=gu(l,d),l=l[d];h&&!c&&(_n[a]=l)}}return l},"GetIntrinsic")});var Aw=x((vee,m1)=>{"use strict";var d1=Rw(),p1=yu(),yM=p1([d1("%String.prototype.indexOf%")]);m1.exports=u(function(e,r){var i=d1(e,!!r);return typeof i=="function"&&yM(e,".prototype.")>-1?p1([i]):i},"callBoundIntrinsic")});var b1=x((Eee,g1)=>{"use strict";var y1=Function.prototype.toString,pa=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,Nw,_u;if(typeof pa=="function"&&typeof Object.defineProperty=="function")try{Nw=Object.defineProperty({},"length",{get:u(function(){throw _u},"get")}),_u={},pa(function(){throw 42},null,Nw)}catch(t){t!==_u&&(pa=null)}else pa=null;var gM=/^\s*class\b/,Dw=u(function(e){try{var r=y1.call(e);return gM.test(r)}catch{return!1}},"isES6ClassFunction"),Pw=u(function(e){try{return Dw(e)?!1:(y1.call(e),!0)}catch{return!1}},"tryFunctionToStr"),vu=Object.prototype.toString,bM="[object Object]",_M="[object Function]",vM="[object GeneratorFunction]",SM="[object HTMLAllCollection]",EM="[object HTML document.all class]",FM="[object HTMLCollection]",kM=typeof Symbol=="function"&&!!Symbol.toStringTag,TM=!(0 in[,]),Cw=u(function(){return!1},"isDocumentDotAll");typeof document=="object"&&(w1=document.all,vu.call(w1)===vu.call(document.all)&&(Cw=u(function(e){if((TM||!e)&&(typeof e>"u"||typeof e=="object"))try{var r=vu.call(e);return(r===SM||r===EM||r===FM||r===bM)&&e("")==null}catch{}return!1},"isDocumentDotAll")));var w1;g1.exports=u(pa?function(e){if(Cw(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{pa(e,null,Nw)}catch(r){if(r!==_u)return!1}return!Dw(e)&&Pw(e)}:function(e){if(Cw(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;if(kM)return Pw(e);if(Dw(e))return!1;var r=vu.call(e);return r!==_M&&r!==vM&&!/^\[object HTML/.test(r)?!1:Pw(e)},"isCallable")});var S1=x((kee,v1)=>{"use strict";var xM=b1(),OM=Object.prototype.toString,_1=Object.prototype.hasOwnProperty,RM=u(function(e,r,i){for(var n=0,s=e.length;n<s;n++)_1.call(e,n)&&(i==null?r(e[n],n,e):r.call(i,e[n],n,e))},"forEachArray"),AM=u(function(e,r,i){for(var n=0,s=e.length;n<s;n++)i==null?r(e.charAt(n),n,e):r.call(i,e.charAt(n),n,e)},"forEachString"),PM=u(function(e,r,i){for(var n in e)_1.call(e,n)&&(i==null?r(e[n],n,e):r.call(i,e[n],n,e))},"forEachObject");function NM(t){return OM.call(t)==="[object Array]"}u(NM,"isArray");v1.exports=u(function(e,r,i){if(!xM(r))throw new TypeError("iterator must be a function");var n;arguments.length>=3&&(n=i),NM(e)?RM(e,r,n):typeof e=="string"?AM(e,r,n):PM(e,r,n)},"forEach")});var F1=x((xee,E1)=>{"use strict";E1.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]});var T1=x((Oee,k1)=>{"use strict";var Iw=F1(),DM=globalThis;k1.exports=u(function(){for(var e=[],r=0;r<Iw.length;r++)typeof DM[Iw[r]]=="function"&&(e[e.length]=Iw[r]);return e},"availableTypedArrays")});var A1=x((Aee,R1)=>{"use strict";var x1=wl(),CM=_w(),ma=oa(),O1=la();R1.exports=u(function(e,r,i){if(!e||typeof e!="object"&&typeof e!="function")throw new ma("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new ma("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new ma("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new ma("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new ma("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new ma("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,s=arguments.length>4?arguments[4]:null,a=arguments.length>5?arguments[5]:null,l=arguments.length>6?arguments[6]:!1,c=!!O1&&O1(e,r);if(x1)x1(e,r,{configurable:a===null&&c?c.configurable:!a,enumerable:n===null&&c?c.enumerable:!n,value:i,writable:s===null&&c?c.writable:!s});else if(l||!n&&!s&&!a)e[r]=i;else throw new CM("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},"defineDataProperty")});var D1=x((Nee,N1)=>{"use strict";var $w=wl(),P1=u(function(){return!!$w},"hasPropertyDescriptors");P1.hasArrayLengthDefineBug=u(function(){if(!$w)return null;try{return $w([],"length",{value:1}).length!==1}catch{return!0}},"hasArrayLengthDefineBug");N1.exports=P1});var L1=x((Cee,B1)=>{"use strict";var IM=Rw(),C1=A1(),$M=D1()(),I1=la(),$1=oa(),BM=IM("%Math.floor%");B1.exports=u(function(e,r){if(typeof e!="function")throw new $1("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||BM(r)!==r)throw new $1("`length` must be a positive 32-bit integer");var i=arguments.length>2&&!!arguments[2],n=!0,s=!0;if("length"in e&&I1){var a=I1(e,"length");a&&!a.configurable&&(n=!1),a&&!a.writable&&(s=!1)}return(n||s||!i)&&($M?C1(e,"length",r,!0,!0):C1(e,"length",r)),e},"setFunctionLength")});var j1=x(($ee,M1)=>{"use strict";var LM=ca(),MM=wu(),jM=Fw();M1.exports=u(function(){return jM(LM,MM,arguments)},"applyBind")});var z1=x((Lee,Su)=>{"use strict";var qM=L1(),q1=wl(),UM=yu(),U1=j1();Su.exports=u(function(e){var r=UM(arguments),i=e.length-(arguments.length-1);return qM(r,1+(i>0?i:0),!0)},"callBind");q1?q1(Su.exports,"apply",{value:U1}):Su.exports.apply=U1});var H1=x((jee,W1)=>{"use strict";var zM=vw();W1.exports=u(function(){return zM()&&!!Symbol.toStringTag},"hasToStringTagShams")});var J1=x((Uee,K1)=>{"use strict";var ku=S1(),WM=T1(),V1=z1(),Lw=Aw(),Fu=la(),Eu=Tw(),HM=Lw("Object.prototype.toString"),Z1=H1()(),G1=globalThis,Bw=WM(),Mw=Lw("String.prototype.slice"),VM=Lw("Array.prototype.indexOf",!0)||u(function(e,r){for(var i=0;i<e.length;i+=1)if(e[i]===r)return i;return-1},"indexOf"),Tu={__proto__:null};Z1&&Fu&&Eu?ku(Bw,function(t){var e=new G1[t];if(Symbol.toStringTag in e&&Eu){var r=Eu(e),i=Fu(r,Symbol.toStringTag);if(!i&&r){var n=Eu(r);i=Fu(n,Symbol.toStringTag)}Tu["$"+t]=V1(i.get)}}):ku(Bw,function(t){var e=new G1[t],r=e.slice||e.set;r&&(Tu["$"+t]=V1(r))});var GM=u(function(e){var r=!1;return ku(Tu,function(i,n){if(!r)try{"$"+i(e)===n&&(r=Mw(n,1))}catch{}}),r},"tryAllTypedArrays"),ZM=u(function(e){var r=!1;return ku(Tu,function(i,n){if(!r)try{i(e),r=Mw(n,1)}catch{}}),r},"tryAllSlices");K1.exports=u(function(e){if(!e||typeof e!="object")return!1;if(!Z1){var r=Mw(HM(e),8,-1);return VM(Bw,r)>-1?r:r!=="Object"?!1:ZM(e)}return Fu?GM(e):null},"whichTypedArray")});var X1=x((Wee,Y1)=>{"use strict";var KM=J1();Y1.exports=u(function(e){return!!KM(e)},"isTypedArray")});var eF=x((Vee,Q1)=>{"use strict";var JM=oa(),YM=Aw(),XM=YM("TypedArray.prototype.buffer",!0),QM=X1();Q1.exports=XM||u(function(e){if(!QM(e))throw new JM("Not a Typed Array");return e.buffer},"typedArrayBuffer")});var iF=x((Zee,rF)=>{"use strict";var fr=ml().Buffer,ej=QS(),tj=eF(),rj=ArrayBuffer.isView||u(function(e){try{return tj(e),!0}catch{return!1}},"isView"),ij=typeof Uint8Array<"u",tF=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",nj=tF&&(fr.prototype instanceof Uint8Array||fr.TYPED_ARRAY_SUPPORT);rF.exports=u(function(e,r){if(fr.isBuffer(e))return e.constructor&&!("isBuffer"in e)?fr.from(e):e;if(typeof e=="string")return fr.from(e,r);if(tF&&rj(e)){if(e.byteLength===0)return fr.alloc(0);if(nj){var i=fr.from(e.buffer,e.byteOffset,e.byteLength);if(i.byteLength===e.byteLength)return i}var n=e instanceof Uint8Array?e:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),s=fr.from(n);if(s.length===e.byteLength)return s}if(ij&&e instanceof Uint8Array)return fr.from(e);var a=ej(e);if(a)for(var l=0;l<e.length;l+=1){var c=e[l];if(typeof c!="number"||c<0||c>255||~~c!==c)throw new RangeError("Array items must be numbers in the range 0-255.")}if(a||fr.isBuffer(e)&&e.constructor&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e))return fr.from(e);throw new TypeError('The "data" argument must be a string, an Array, a Buffer, a Uint8Array, or a DataView.')},"toBuffer")});var sF=x((Jee,nF)=>{"use strict";var sj=ml().Buffer,aj=iF();function xu(t,e){this._block=sj.alloc(t),this._finalSize=e,this._blockSize=t,this._len=0}u(xu,"Hash");xu.prototype.update=function(t,e){t=aj(t,e||"utf8");for(var r=this._block,i=this._blockSize,n=t.length,s=this._len,a=0;a<n;){for(var l=s%i,c=Math.min(n-a,i-l),o=0;o<c;o++)r[l+o]=t[a+o];s+=c,a+=c,s%i===0&&this._update(r)}return this._len+=n,this};xu.prototype.digest=function(t){var e=this._len%this._blockSize;this._block[e]=128,this._block.fill(0,e+1),e>=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=this._len*8;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var i=(r&4294967295)>>>0,n=(r-i)/4294967296;this._block.writeUInt32BE(n,this._blockSize-8),this._block.writeUInt32BE(i,this._blockSize-4)}this._update(this._block);var s=this._hash();return t?s.toString(t):s};xu.prototype._update=function(){throw new Error("_update must be implemented by subclass")};nF.exports=xu});var lF=x((Xee,oF)=>{"use strict";var oj=KS(),aF=sF(),lj=ml().Buffer,cj=[1518500249,1859775393,-1894007588,-899497514],fj=new Array(80);function _l(){this.init(),this._w=fj,aF.call(this,64,56)}u(_l,"Sha1");oj(_l,aF);_l.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function uj(t){return t<<1|t>>>31}u(uj,"rotl1");function hj(t){return t<<5|t>>>27}u(hj,"rotl5");function dj(t){return t<<30|t>>>2}u(dj,"rotl30");function pj(t,e,r,i){return t===0?e&r|~e&i:t===2?e&r|e&i|r&i:e^r^i}u(pj,"ft");_l.prototype._update=function(t){for(var e=this._w,r=this._a|0,i=this._b|0,n=this._c|0,s=this._d|0,a=this._e|0,l=0;l<16;++l)e[l]=t.readInt32BE(l*4);for(;l<80;++l)e[l]=uj(e[l-3]^e[l-8]^e[l-14]^e[l-16]);for(var c=0;c<80;++c){var o=~~(c/20),f=hj(r)+pj(o,i,n,s)+a+e[c]+cj[o]|0;a=s,s=n,n=dj(i),i=r,r=f}this._a=r+this._a|0,this._b=i+this._b|0,this._c=n+this._c|0,this._d=s+this._d|0,this._e=a+this._e|0};_l.prototype._hash=function(){var t=lj.allocUnsafe(20);return t.writeInt32BE(this._a|0,0),t.writeInt32BE(this._b|0,4),t.writeInt32BE(this._c|0,8),t.writeInt32BE(this._d|0,12),t.writeInt32BE(this._e|0,16),t};oF.exports=_l});var fF=x(jw=>{var cF;(function(t){typeof DO_NOT_EXPORT_CRC>"u"?typeof jw=="object"?t(jw):typeof define=="function"&&define.amd?define(function(){var e={};return t(e),e}):t(cF={}):t(cF={})})(function(t){t.version="1.2.2";function e(){for(var v=0,T=new Array(256),E=0;E!=256;++E)v=E,v=v&1?-306674912^v>>>1:v>>>1,v=v&1?-306674912^v>>>1:v>>>1,v=v&1?-306674912^v>>>1:v>>>1,v=v&1?-306674912^v>>>1:v>>>1,v=v&1?-306674912^v>>>1:v>>>1,v=v&1?-306674912^v>>>1:v>>>1,v=v&1?-306674912^v>>>1:v>>>1,v=v&1?-306674912^v>>>1:v>>>1,T[E]=v;return typeof Int32Array<"u"?new Int32Array(T):T}u(e,"signed_crc_table");var r=e();function i(v){var T=0,E=0,R=0,P=typeof Int32Array<"u"?new Int32Array(4096):new Array(4096);for(R=0;R!=256;++R)P[R]=v[R];for(R=0;R!=256;++R)for(E=v[R],T=256+R;T<4096;T+=256)E=P[T]=E>>>8^v[E&255];var I=[];for(R=1;R!=16;++R)I[R-1]=typeof Int32Array<"u"?P.subarray(R*256,R*256+256):P.slice(R*256,R*256+256);return I}u(i,"slice_by_16_tables");var n=i(r),s=n[0],a=n[1],l=n[2],c=n[3],o=n[4],f=n[5],h=n[6],d=n[7],p=n[8],m=n[9],w=n[10],g=n[11],b=n[12],_=n[13],S=n[14];function F(v,T){for(var E=T^-1,R=0,P=v.length;R<P;)E=E>>>8^r[(E^v.charCodeAt(R++))&255];return~E}u(F,"crc32_bstr");function k(v,T){for(var E=T^-1,R=v.length-15,P=0;P<R;)E=S[v[P++]^E&255]^_[v[P++]^E>>8&255]^b[v[P++]^E>>16&255]^g[v[P++]^E>>>24]^w[v[P++]]^m[v[P++]]^p[v[P++]]^d[v[P++]]^h[v[P++]]^f[v[P++]]^o[v[P++]]^c[v[P++]]^l[v[P++]]^a[v[P++]]^s[v[P++]]^r[v[P++]];for(R+=15;P<R;)E=E>>>8^r[(E^v[P++])&255];return~E}u(k,"crc32_buf");function A(v,T){for(var E=T^-1,R=0,P=v.length,I=0,B=0;R<P;)I=v.charCodeAt(R++),I<128?E=E>>>8^r[(E^I)&255]:I<2048?(E=E>>>8^r[(E^(192|I>>6&31))&255],E=E>>>8^r[(E^(128|I&63))&255]):I>=55296&&I<57344?(I=(I&1023)+64,B=v.charCodeAt(R++)&1023,E=E>>>8^r[(E^(240|I>>8&7))&255],E=E>>>8^r[(E^(128|I>>2&63))&255],E=E>>>8^r[(E^(128|B>>6&15|(I&3)<<4))&255],E=E>>>8^r[(E^(128|B&63))&255]):(E=E>>>8^r[(E^(224|I>>12&15))&255],E=E>>>8^r[(E^(128|I>>6&63))&255],E=E>>>8^r[(E^(128|I&63))&255]);return~E}u(A,"crc32_str"),t.table=r,t.bstr=F,t.buf=k,t.str=A})});var Qr=x(gt=>{"use strict";var mj=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";function wj(t,e){return Object.prototype.hasOwnProperty.call(t,e)}u(wj,"_has");gt.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var i in r)wj(r,i)&&(t[i]=r[i])}}return t};gt.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var yj={arraySet:u(function(t,e,r,i,n){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+i),n);return}for(var s=0;s<i;s++)t[n+s]=e[r+s]},"arraySet"),flattenChunks:u(function(t){var e,r,i,n,s,a;for(i=0,e=0,r=t.length;e<r;e++)i+=t[e].length;for(a=new Uint8Array(i),n=0,e=0,r=t.length;e<r;e++)s=t[e],a.set(s,n),n+=s.length;return a},"flattenChunks")},gj={arraySet:u(function(t,e,r,i,n){for(var s=0;s<i;s++)t[n+s]=e[r+s]},"arraySet"),flattenChunks:u(function(t){return[].concat.apply([],t)},"flattenChunks")};gt.setTyped=function(t){t?(gt.Buf8=Uint8Array,gt.Buf16=Uint16Array,gt.Buf32=Int32Array,gt.assign(gt,yj)):(gt.Buf8=Array,gt.Buf16=Array,gt.Buf32=Array,gt.assign(gt,gj))};gt.setTyped(mj)});var DF=x(ga=>{"use strict";var bj=Qr(),_j=4,uF=0,hF=1,vj=2;function ya(t){for(var e=t.length;--e>=0;)t[e]=0}u(ya,"zero");var Sj=0,gF=1,Ej=2,Fj=3,kj=258,Gw=29,Tl=256,Sl=Tl+1+Gw,wa=30,Zw=19,bF=2*Sl+1,vn=15,qw=16,Tj=7,Kw=256,_F=16,vF=17,SF=18,Hw=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Ou=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],xj=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],EF=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Oj=512,ei=new Array((Sl+2)*2);ya(ei);var vl=new Array(wa*2);ya(vl);var El=new Array(Oj);ya(El);var Fl=new Array(kj-Fj+1);ya(Fl);var Jw=new Array(Gw);ya(Jw);var Ru=new Array(wa);ya(Ru);function Uw(t,e,r,i,n){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=i,this.max_length=n,this.has_stree=t&&t.length}u(Uw,"StaticTreeDesc");var FF,kF,TF;function zw(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}u(zw,"TreeDesc");function xF(t){return t<256?El[t]:El[256+(t>>>7)]}u(xF,"d_code");function kl(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}u(kl,"put_short");function Tt(t,e,r){t.bi_valid>qw-r?(t.bi_buf|=e<<t.bi_valid&65535,kl(t,t.bi_buf),t.bi_buf=e>>qw-t.bi_valid,t.bi_valid+=r-qw):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}u(Tt,"send_bits");function xr(t,e,r){Tt(t,r[e*2],r[e*2+1])}u(xr,"send_code");function OF(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}u(OF,"bi_reverse");function Rj(t){t.bi_valid===16?(kl(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}u(Rj,"bi_flush");function Aj(t,e){var r=e.dyn_tree,i=e.max_code,n=e.stat_desc.static_tree,s=e.stat_desc.has_stree,a=e.stat_desc.extra_bits,l=e.stat_desc.extra_base,c=e.stat_desc.max_length,o,f,h,d,p,m,w=0;for(d=0;d<=vn;d++)t.bl_count[d]=0;for(r[t.heap[t.heap_max]*2+1]=0,o=t.heap_max+1;o<bF;o++)f=t.heap[o],d=r[r[f*2+1]*2+1]+1,d>c&&(d=c,w++),r[f*2+1]=d,!(f>i)&&(t.bl_count[d]++,p=0,f>=l&&(p=a[f-l]),m=r[f*2],t.opt_len+=m*(d+p),s&&(t.static_len+=m*(n[f*2+1]+p)));if(w!==0){do{for(d=c-1;t.bl_count[d]===0;)d--;t.bl_count[d]--,t.bl_count[d+1]+=2,t.bl_count[c]--,w-=2}while(w>0);for(d=c;d!==0;d--)for(f=t.bl_count[d];f!==0;)h=t.heap[--o],!(h>i)&&(r[h*2+1]!==d&&(t.opt_len+=(d-r[h*2+1])*r[h*2],r[h*2+1]=d),f--)}}u(Aj,"gen_bitlen");function RF(t,e,r){var i=new Array(vn+1),n=0,s,a;for(s=1;s<=vn;s++)i[s]=n=n+r[s-1]<<1;for(a=0;a<=e;a++){var l=t[a*2+1];l!==0&&(t[a*2]=OF(i[l]++,l))}}u(RF,"gen_codes");function Pj(){var t,e,r,i,n,s=new Array(vn+1);for(r=0,i=0;i<Gw-1;i++)for(Jw[i]=r,t=0;t<1<<Hw[i];t++)Fl[r++]=i;for(Fl[r-1]=i,n=0,i=0;i<16;i++)for(Ru[i]=n,t=0;t<1<<Ou[i];t++)El[n++]=i;for(n>>=7;i<wa;i++)for(Ru[i]=n<<7,t=0;t<1<<Ou[i]-7;t++)El[256+n++]=i;for(e=0;e<=vn;e++)s[e]=0;for(t=0;t<=143;)ei[t*2+1]=8,t++,s[8]++;for(;t<=255;)ei[t*2+1]=9,t++,s[9]++;for(;t<=279;)ei[t*2+1]=7,t++,s[7]++;for(;t<=287;)ei[t*2+1]=8,t++,s[8]++;for(RF(ei,Sl+1,s),t=0;t<wa;t++)vl[t*2+1]=5,vl[t*2]=OF(t,5);FF=new Uw(ei,Hw,Tl+1,Sl,vn),kF=new Uw(vl,Ou,0,wa,vn),TF=new Uw(new Array(0),xj,0,Zw,Tj)}u(Pj,"tr_static_init");function AF(t){var e;for(e=0;e<Sl;e++)t.dyn_ltree[e*2]=0;for(e=0;e<wa;e++)t.dyn_dtree[e*2]=0;for(e=0;e<Zw;e++)t.bl_tree[e*2]=0;t.dyn_ltree[Kw*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}u(AF,"init_block");function PF(t){t.bi_valid>8?kl(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}u(PF,"bi_windup");function Nj(t,e,r,i){PF(t),i&&(kl(t,r),kl(t,~r)),bj.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}u(Nj,"copy_block");function dF(t,e,r,i){var n=e*2,s=r*2;return t[n]<t[s]||t[n]===t[s]&&i[e]<=i[r]}u(dF,"smaller");function Ww(t,e,r){for(var i=t.heap[r],n=r<<1;n<=t.heap_len&&(n<t.heap_len&&dF(e,t.heap[n+1],t.heap[n],t.depth)&&n++,!dF(e,i,t.heap[n],t.depth));)t.heap[r]=t.heap[n],r=n,n<<=1;t.heap[r]=i}u(Ww,"pqdownheap");function pF(t,e,r){var i,n,s=0,a,l;if(t.last_lit!==0)do i=t.pending_buf[t.d_buf+s*2]<<8|t.pending_buf[t.d_buf+s*2+1],n=t.pending_buf[t.l_buf+s],s++,i===0?xr(t,n,e):(a=Fl[n],xr(t,a+Tl+1,e),l=Hw[a],l!==0&&(n-=Jw[a],Tt(t,n,l)),i--,a=xF(i),xr(t,a,r),l=Ou[a],l!==0&&(i-=Ru[a],Tt(t,i,l)));while(s<t.last_lit);xr(t,Kw,e)}u(pF,"compress_block");function Vw(t,e){var r=e.dyn_tree,i=e.stat_desc.static_tree,n=e.stat_desc.has_stree,s=e.stat_desc.elems,a,l,c=-1,o;for(t.heap_len=0,t.heap_max=bF,a=0;a<s;a++)r[a*2]!==0?(t.heap[++t.heap_len]=c=a,t.depth[a]=0):r[a*2+1]=0;for(;t.heap_len<2;)o=t.heap[++t.heap_len]=c<2?++c:0,r[o*2]=1,t.depth[o]=0,t.opt_len--,n&&(t.static_len-=i[o*2+1]);for(e.max_code=c,a=t.heap_len>>1;a>=1;a--)Ww(t,r,a);o=s;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Ww(t,r,1),l=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=l,r[o*2]=r[a*2]+r[l*2],t.depth[o]=(t.depth[a]>=t.depth[l]?t.depth[a]:t.depth[l])+1,r[a*2+1]=r[l*2+1]=o,t.heap[1]=o++,Ww(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],Aj(t,e),RF(r,c,t.bl_count)}u(Vw,"build_tree");function mF(t,e,r){var i,n=-1,s,a=e[0*2+1],l=0,c=7,o=4;for(a===0&&(c=138,o=3),e[(r+1)*2+1]=65535,i=0;i<=r;i++)s=a,a=e[(i+1)*2+1],!(++l<c&&s===a)&&(l<o?t.bl_tree[s*2]+=l:s!==0?(s!==n&&t.bl_tree[s*2]++,t.bl_tree[_F*2]++):l<=10?t.bl_tree[vF*2]++:t.bl_tree[SF*2]++,l=0,n=s,a===0?(c=138,o=3):s===a?(c=6,o=3):(c=7,o=4))}u(mF,"scan_tree");function wF(t,e,r){var i,n=-1,s,a=e[0*2+1],l=0,c=7,o=4;for(a===0&&(c=138,o=3),i=0;i<=r;i++)if(s=a,a=e[(i+1)*2+1],!(++l<c&&s===a)){if(l<o)do xr(t,s,t.bl_tree);while(--l!==0);else s!==0?(s!==n&&(xr(t,s,t.bl_tree),l--),xr(t,_F,t.bl_tree),Tt(t,l-3,2)):l<=10?(xr(t,vF,t.bl_tree),Tt(t,l-3,3)):(xr(t,SF,t.bl_tree),Tt(t,l-11,7));l=0,n=s,a===0?(c=138,o=3):s===a?(c=6,o=3):(c=7,o=4)}}u(wF,"send_tree");function Dj(t){var e;for(mF(t,t.dyn_ltree,t.l_desc.max_code),mF(t,t.dyn_dtree,t.d_desc.max_code),Vw(t,t.bl_desc),e=Zw-1;e>=3&&t.bl_tree[EF[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}u(Dj,"build_bl_tree");function Cj(t,e,r,i){var n;for(Tt(t,e-257,5),Tt(t,r-1,5),Tt(t,i-4,4),n=0;n<i;n++)Tt(t,t.bl_tree[EF[n]*2+1],3);wF(t,t.dyn_ltree,e-1),wF(t,t.dyn_dtree,r-1)}u(Cj,"send_all_trees");function Ij(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return uF;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return hF;for(r=32;r<Tl;r++)if(t.dyn_ltree[r*2]!==0)return hF;return uF}u(Ij,"detect_data_type");var yF=!1;function $j(t){yF||(Pj(),yF=!0),t.l_desc=new zw(t.dyn_ltree,FF),t.d_desc=new zw(t.dyn_dtree,kF),t.bl_desc=new zw(t.bl_tree,TF),t.bi_buf=0,t.bi_valid=0,AF(t)}u($j,"_tr_init");function NF(t,e,r,i){Tt(t,(Sj<<1)+(i?1:0),3),Nj(t,e,r,!0)}u(NF,"_tr_stored_block");function Bj(t){Tt(t,gF<<1,3),xr(t,Kw,ei),Rj(t)}u(Bj,"_tr_align");function Lj(t,e,r,i){var n,s,a=0;t.level>0?(t.strm.data_type===vj&&(t.strm.data_type=Ij(t)),Vw(t,t.l_desc),Vw(t,t.d_desc),a=Dj(t),n=t.opt_len+3+7>>>3,s=t.static_len+3+7>>>3,s<=n&&(n=s)):n=s=r+5,r+4<=n&&e!==-1?NF(t,e,r,i):t.strategy===_j||s===n?(Tt(t,(gF<<1)+(i?1:0),3),pF(t,ei,vl)):(Tt(t,(Ej<<1)+(i?1:0),3),Cj(t,t.l_desc.max_code+1,t.d_desc.max_code+1,a+1),pF(t,t.dyn_ltree,t.dyn_dtree)),AF(t),i&&PF(t)}u(Lj,"_tr_flush_block");function Mj(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(Fl[r]+Tl+1)*2]++,t.dyn_dtree[xF(e)*2]++),t.last_lit===t.lit_bufsize-1}u(Mj,"_tr_tally");ga._tr_init=$j;ga._tr_stored_block=NF;ga._tr_flush_block=Lj;ga._tr_tally=Mj;ga._tr_align=Bj});var Yw=x((ate,CF)=>{"use strict";function jj(t,e,r,i){for(var n=t&65535|0,s=t>>>16&65535|0,a=0;r!==0;){a=r>2e3?2e3:r,r-=a;do n=n+e[i++]|0,s=s+n|0;while(--a);n%=65521,s%=65521}return n|s<<16|0}u(jj,"adler32");CF.exports=jj});var Xw=x((lte,IF)=>{"use strict";function qj(){for(var t,e=[],r=0;r<256;r++){t=r;for(var i=0;i<8;i++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}u(qj,"makeTable");var Uj=qj();function zj(t,e,r,i){var n=Uj,s=i+r;t^=-1;for(var a=i;a<s;a++)t=t>>>8^n[(t^e[a])&255];return t^-1}u(zj,"crc32");IF.exports=zj});var Au=x((fte,$F)=>{"use strict";$F.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var HF=x(Ar=>{"use strict";var bt=Qr(),Xt=DF(),jF=Yw(),Ti=Xw(),Wj=Au(),kn=0,Hj=1,Vj=3,Pi=4,BF=5,Rr=0,LF=1,Qt=-2,Gj=-3,Qw=-5,Zj=-1,Kj=1,Pu=2,Jj=3,Yj=4,Xj=0,Qj=2,Iu=8,e8=9,t8=15,r8=8,i8=29,n8=256,ty=n8+1+i8,s8=30,a8=19,o8=2*ty+1,l8=15,Q=3,Ri=258,ur=Ri+Q+1,c8=32,$u=42,ry=69,Nu=73,Du=91,Cu=103,Sn=113,Ol=666,Ue=1,Rl=2,En=3,va=4,f8=3;function Ai(t,e){return t.msg=Wj[e],e}u(Ai,"err");function MF(t){return(t<<1)-(t>4?9:0)}u(MF,"rank");function Oi(t){for(var e=t.length;--e>=0;)t[e]=0}u(Oi,"zero");function xi(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(bt.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}u(xi,"flush_pending");function tt(t,e){Xt._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,xi(t.strm)}u(tt,"flush_block_only");function ae(t,e){t.pending_buf[t.pending++]=e}u(ae,"put_byte");function xl(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}u(xl,"putShortMSB");function u8(t,e,r,i){var n=t.avail_in;return n>i&&(n=i),n===0?0:(t.avail_in-=n,bt.arraySet(e,t.input,t.next_in,n,r),t.state.wrap===1?t.adler=jF(t.adler,e,n,r):t.state.wrap===2&&(t.adler=Ti(t.adler,e,n,r)),t.next_in+=n,t.total_in+=n,n)}u(u8,"read_buf");function qF(t,e){var r=t.max_chain_length,i=t.strstart,n,s,a=t.prev_length,l=t.nice_match,c=t.strstart>t.w_size-ur?t.strstart-(t.w_size-ur):0,o=t.window,f=t.w_mask,h=t.prev,d=t.strstart+Ri,p=o[i+a-1],m=o[i+a];t.prev_length>=t.good_match&&(r>>=2),l>t.lookahead&&(l=t.lookahead);do if(n=e,!(o[n+a]!==m||o[n+a-1]!==p||o[n]!==o[i]||o[++n]!==o[i+1])){i+=2,n++;do;while(o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&i<d);if(s=Ri-(d-i),i=d-Ri,s>a){if(t.match_start=e,a=s,s>=l)break;p=o[i+a-1],m=o[i+a]}}while((e=h[e&f])>c&&--r!==0);return a<=t.lookahead?a:t.lookahead}u(qF,"longest_match");function Fn(t){var e=t.w_size,r,i,n,s,a;do{if(s=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-ur)){bt.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,i=t.hash_size,r=i;do n=t.head[--r],t.head[r]=n>=e?n-e:0;while(--i);i=e,r=i;do n=t.prev[--r],t.prev[r]=n>=e?n-e:0;while(--i);s+=e}if(t.strm.avail_in===0)break;if(i=u8(t.strm,t.window,t.strstart+t.lookahead,s),t.lookahead+=i,t.lookahead+t.insert>=Q)for(a=t.strstart-t.insert,t.ins_h=t.window[a],t.ins_h=(t.ins_h<<t.hash_shift^t.window[a+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[a+Q-1])&t.hash_mask,t.prev[a&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=a,a++,t.insert--,!(t.lookahead+t.insert<Q)););}while(t.lookahead<ur&&t.strm.avail_in!==0)}u(Fn,"fill_window");function h8(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Fn(t),t.lookahead===0&&e===kn)return Ue;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var i=t.block_start+r;if((t.strstart===0||t.strstart>=i)&&(t.lookahead=t.strstart-i,t.strstart=i,tt(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-ur&&(tt(t,!1),t.strm.avail_out===0))return Ue}return t.insert=0,e===Pi?(tt(t,!0),t.strm.avail_out===0?En:va):(t.strstart>t.block_start&&(tt(t,!1),t.strm.avail_out===0),Ue)}u(h8,"deflate_stored");function ey(t,e){for(var r,i;;){if(t.lookahead<ur){if(Fn(t),t.lookahead<ur&&e===kn)return Ue;if(t.lookahead===0)break}if(r=0,t.lookahead>=Q&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Q-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-ur&&(t.match_length=qF(t,r)),t.match_length>=Q)if(i=Xt._tr_tally(t,t.strstart-t.match_start,t.match_length-Q),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=Q){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Q-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!==0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else i=Xt._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(i&&(tt(t,!1),t.strm.avail_out===0))return Ue}return t.insert=t.strstart<Q-1?t.strstart:Q-1,e===Pi?(tt(t,!0),t.strm.avail_out===0?En:va):t.last_lit&&(tt(t,!1),t.strm.avail_out===0)?Ue:Rl}u(ey,"deflate_fast");function ba(t,e){for(var r,i,n;;){if(t.lookahead<ur){if(Fn(t),t.lookahead<ur&&e===kn)return Ue;if(t.lookahead===0)break}if(r=0,t.lookahead>=Q&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Q-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=Q-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-ur&&(t.match_length=qF(t,r),t.match_length<=5&&(t.strategy===Kj||t.match_length===Q&&t.strstart-t.match_start>4096)&&(t.match_length=Q-1)),t.prev_length>=Q&&t.match_length<=t.prev_length){n=t.strstart+t.lookahead-Q,i=Xt._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-Q),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=n&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Q-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!==0);if(t.match_available=0,t.match_length=Q-1,t.strstart++,i&&(tt(t,!1),t.strm.avail_out===0))return Ue}else if(t.match_available){if(i=Xt._tr_tally(t,0,t.window[t.strstart-1]),i&&tt(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return Ue}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(i=Xt._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<Q-1?t.strstart:Q-1,e===Pi?(tt(t,!0),t.strm.avail_out===0?En:va):t.last_lit&&(tt(t,!1),t.strm.avail_out===0)?Ue:Rl}u(ba,"deflate_slow");function d8(t,e){for(var r,i,n,s,a=t.window;;){if(t.lookahead<=Ri){if(Fn(t),t.lookahead<=Ri&&e===kn)return Ue;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=Q&&t.strstart>0&&(n=t.strstart-1,i=a[n],i===a[++n]&&i===a[++n]&&i===a[++n])){s=t.strstart+Ri;do;while(i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&n<s);t.match_length=Ri-(s-n),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=Q?(r=Xt._tr_tally(t,1,t.match_length-Q),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=Xt._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(tt(t,!1),t.strm.avail_out===0))return Ue}return t.insert=0,e===Pi?(tt(t,!0),t.strm.avail_out===0?En:va):t.last_lit&&(tt(t,!1),t.strm.avail_out===0)?Ue:Rl}u(d8,"deflate_rle");function p8(t,e){for(var r;;){if(t.lookahead===0&&(Fn(t),t.lookahead===0)){if(e===kn)return Ue;break}if(t.match_length=0,r=Xt._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(tt(t,!1),t.strm.avail_out===0))return Ue}return t.insert=0,e===Pi?(tt(t,!0),t.strm.avail_out===0?En:va):t.last_lit&&(tt(t,!1),t.strm.avail_out===0)?Ue:Rl}u(p8,"deflate_huff");function Or(t,e,r,i,n){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=i,this.func=n}u(Or,"Config");var _a;_a=[new Or(0,0,0,0,h8),new Or(4,4,8,4,ey),new Or(4,5,16,8,ey),new Or(4,6,32,32,ey),new Or(4,4,16,16,ba),new Or(8,16,32,32,ba),new Or(8,16,128,128,ba),new Or(8,32,128,256,ba),new Or(32,128,258,1024,ba),new Or(32,258,258,4096,ba)];function m8(t){t.window_size=2*t.w_size,Oi(t.head),t.max_lazy_match=_a[t.level].max_lazy,t.good_match=_a[t.level].good_length,t.nice_match=_a[t.level].nice_length,t.max_chain_length=_a[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=Q-1,t.match_available=0,t.ins_h=0}u(m8,"lm_init");function w8(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Iu,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new bt.Buf16(o8*2),this.dyn_dtree=new bt.Buf16((2*s8+1)*2),this.bl_tree=new bt.Buf16((2*a8+1)*2),Oi(this.dyn_ltree),Oi(this.dyn_dtree),Oi(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new bt.Buf16(l8+1),this.heap=new bt.Buf16(2*ty+1),Oi(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new bt.Buf16(2*ty+1),Oi(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}u(w8,"DeflateState");function UF(t){var e;return!t||!t.state?Ai(t,Qt):(t.total_in=t.total_out=0,t.data_type=Qj,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?$u:Sn,t.adler=e.wrap===2?0:1,e.last_flush=kn,Xt._tr_init(e),Rr)}u(UF,"deflateResetKeep");function zF(t){var e=UF(t);return e===Rr&&m8(t.state),e}u(zF,"deflateReset");function y8(t,e){return!t||!t.state||t.state.wrap!==2?Qt:(t.state.gzhead=e,Rr)}u(y8,"deflateSetHeader");function WF(t,e,r,i,n,s){if(!t)return Qt;var a=1;if(e===Zj&&(e=6),i<0?(a=0,i=-i):i>15&&(a=2,i-=16),n<1||n>e8||r!==Iu||i<8||i>15||e<0||e>9||s<0||s>Yj)return Ai(t,Qt);i===8&&(i=9);var l=new w8;return t.state=l,l.strm=t,l.wrap=a,l.gzhead=null,l.w_bits=i,l.w_size=1<<l.w_bits,l.w_mask=l.w_size-1,l.hash_bits=n+7,l.hash_size=1<<l.hash_bits,l.hash_mask=l.hash_size-1,l.hash_shift=~~((l.hash_bits+Q-1)/Q),l.window=new bt.Buf8(l.w_size*2),l.head=new bt.Buf16(l.hash_size),l.prev=new bt.Buf16(l.w_size),l.lit_bufsize=1<<n+6,l.pending_buf_size=l.lit_bufsize*4,l.pending_buf=new bt.Buf8(l.pending_buf_size),l.d_buf=1*l.lit_bufsize,l.l_buf=3*l.lit_bufsize,l.level=e,l.strategy=s,l.method=r,zF(t)}u(WF,"deflateInit2");function g8(t,e){return WF(t,e,Iu,t8,r8,Xj)}u(g8,"deflateInit");function b8(t,e){var r,i,n,s;if(!t||!t.state||e>BF||e<0)return t?Ai(t,Qt):Qt;if(i=t.state,!t.output||!t.input&&t.avail_in!==0||i.status===Ol&&e!==Pi)return Ai(t,t.avail_out===0?Qw:Qt);if(i.strm=t,r=i.last_flush,i.last_flush=e,i.status===$u)if(i.wrap===2)t.adler=0,ae(i,31),ae(i,139),ae(i,8),i.gzhead?(ae(i,(i.gzhead.text?1:0)+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),ae(i,i.gzhead.time&255),ae(i,i.gzhead.time>>8&255),ae(i,i.gzhead.time>>16&255),ae(i,i.gzhead.time>>24&255),ae(i,i.level===9?2:i.strategy>=Pu||i.level<2?4:0),ae(i,i.gzhead.os&255),i.gzhead.extra&&i.gzhead.extra.length&&(ae(i,i.gzhead.extra.length&255),ae(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(t.adler=Ti(t.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=ry):(ae(i,0),ae(i,0),ae(i,0),ae(i,0),ae(i,0),ae(i,i.level===9?2:i.strategy>=Pu||i.level<2?4:0),ae(i,f8),i.status=Sn);else{var a=Iu+(i.w_bits-8<<4)<<8,l=-1;i.strategy>=Pu||i.level<2?l=0:i.level<6?l=1:i.level===6?l=2:l=3,a|=l<<6,i.strstart!==0&&(a|=c8),a+=31-a%31,i.status=Sn,xl(i,a),i.strstart!==0&&(xl(i,t.adler>>>16),xl(i,t.adler&65535)),t.adler=1}if(i.status===ry)if(i.gzhead.extra){for(n=i.pending;i.gzindex<(i.gzhead.extra.length&65535)&&!(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>n&&(t.adler=Ti(t.adler,i.pending_buf,i.pending-n,n)),xi(t),n=i.pending,i.pending===i.pending_buf_size));)ae(i,i.gzhead.extra[i.gzindex]&255),i.gzindex++;i.gzhead.hcrc&&i.pending>n&&(t.adler=Ti(t.adler,i.pending_buf,i.pending-n,n)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=Nu)}else i.status=Nu;if(i.status===Nu)if(i.gzhead.name){n=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>n&&(t.adler=Ti(t.adler,i.pending_buf,i.pending-n,n)),xi(t),n=i.pending,i.pending===i.pending_buf_size)){s=1;break}i.gzindex<i.gzhead.name.length?s=i.gzhead.name.charCodeAt(i.gzindex++)&255:s=0,ae(i,s)}while(s!==0);i.gzhead.hcrc&&i.pending>n&&(t.adler=Ti(t.adler,i.pending_buf,i.pending-n,n)),s===0&&(i.gzindex=0,i.status=Du)}else i.status=Du;if(i.status===Du)if(i.gzhead.comment){n=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>n&&(t.adler=Ti(t.adler,i.pending_buf,i.pending-n,n)),xi(t),n=i.pending,i.pending===i.pending_buf_size)){s=1;break}i.gzindex<i.gzhead.comment.length?s=i.gzhead.comment.charCodeAt(i.gzindex++)&255:s=0,ae(i,s)}while(s!==0);i.gzhead.hcrc&&i.pending>n&&(t.adler=Ti(t.adler,i.pending_buf,i.pending-n,n)),s===0&&(i.status=Cu)}else i.status=Cu;if(i.status===Cu&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&xi(t),i.pending+2<=i.pending_buf_size&&(ae(i,t.adler&255),ae(i,t.adler>>8&255),t.adler=0,i.status=Sn)):i.status=Sn),i.pending!==0){if(xi(t),t.avail_out===0)return i.last_flush=-1,Rr}else if(t.avail_in===0&&MF(e)<=MF(r)&&e!==Pi)return Ai(t,Qw);if(i.status===Ol&&t.avail_in!==0)return Ai(t,Qw);if(t.avail_in!==0||i.lookahead!==0||e!==kn&&i.status!==Ol){var c=i.strategy===Pu?p8(i,e):i.strategy===Jj?d8(i,e):_a[i.level].func(i,e);if((c===En||c===va)&&(i.status=Ol),c===Ue||c===En)return t.avail_out===0&&(i.last_flush=-1),Rr;if(c===Rl&&(e===Hj?Xt._tr_align(i):e!==BF&&(Xt._tr_stored_block(i,0,0,!1),e===Vj&&(Oi(i.head),i.lookahead===0&&(i.strstart=0,i.block_start=0,i.insert=0))),xi(t),t.avail_out===0))return i.last_flush=-1,Rr}return e!==Pi?Rr:i.wrap<=0?LF:(i.wrap===2?(ae(i,t.adler&255),ae(i,t.adler>>8&255),ae(i,t.adler>>16&255),ae(i,t.adler>>24&255),ae(i,t.total_in&255),ae(i,t.total_in>>8&255),ae(i,t.total_in>>16&255),ae(i,t.total_in>>24&255)):(xl(i,t.adler>>>16),xl(i,t.adler&65535)),xi(t),i.wrap>0&&(i.wrap=-i.wrap),i.pending!==0?Rr:LF)}u(b8,"deflate");function _8(t){var e;return!t||!t.state?Qt:(e=t.state.status,e!==$u&&e!==ry&&e!==Nu&&e!==Du&&e!==Cu&&e!==Sn&&e!==Ol?Ai(t,Qt):(t.state=null,e===Sn?Ai(t,Gj):Rr))}u(_8,"deflateEnd");function v8(t,e){var r=e.length,i,n,s,a,l,c,o,f;if(!t||!t.state||(i=t.state,a=i.wrap,a===2||a===1&&i.status!==$u||i.lookahead))return Qt;for(a===1&&(t.adler=jF(t.adler,e,r,0)),i.wrap=0,r>=i.w_size&&(a===0&&(Oi(i.head),i.strstart=0,i.block_start=0,i.insert=0),f=new bt.Buf8(i.w_size),bt.arraySet(f,e,r-i.w_size,i.w_size,0),e=f,r=i.w_size),l=t.avail_in,c=t.next_in,o=t.input,t.avail_in=r,t.next_in=0,t.input=e,Fn(i);i.lookahead>=Q;){n=i.strstart,s=i.lookahead-(Q-1);do i.ins_h=(i.ins_h<<i.hash_shift^i.window[n+Q-1])&i.hash_mask,i.prev[n&i.w_mask]=i.head[i.ins_h],i.head[i.ins_h]=n,n++;while(--s);i.strstart=n,i.lookahead=Q-1,Fn(i)}return i.strstart+=i.lookahead,i.block_start=i.strstart,i.insert=i.lookahead,i.lookahead=0,i.match_length=i.prev_length=Q-1,i.match_available=0,t.next_in=c,t.input=o,t.avail_in=l,i.wrap=a,Rr}u(v8,"deflateSetDictionary");Ar.deflateInit=g8;Ar.deflateInit2=WF;Ar.deflateReset=zF;Ar.deflateResetKeep=UF;Ar.deflateSetHeader=y8;Ar.deflate=b8;Ar.deflateEnd=_8;Ar.deflateSetDictionary=v8;Ar.deflateInfo="pako deflate (from Nodeca project)"});var iy=x(Sa=>{"use strict";var Bu=Qr(),VF=!0,GF=!0;try{String.fromCharCode.apply(null,[0])}catch{VF=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{GF=!1}var Al=new Bu.Buf8(256);for(ti=0;ti<256;ti++)Al[ti]=ti>=252?6:ti>=248?5:ti>=240?4:ti>=224?3:ti>=192?2:1;var ti;Al[254]=Al[254]=1;Sa.string2buf=function(t){var e,r,i,n,s,a=t.length,l=0;for(n=0;n<a;n++)r=t.charCodeAt(n),(r&64512)===55296&&n+1<a&&(i=t.charCodeAt(n+1),(i&64512)===56320&&(r=65536+(r-55296<<10)+(i-56320),n++)),l+=r<128?1:r<2048?2:r<65536?3:4;for(e=new Bu.Buf8(l),s=0,n=0;s<l;n++)r=t.charCodeAt(n),(r&64512)===55296&&n+1<a&&(i=t.charCodeAt(n+1),(i&64512)===56320&&(r=65536+(r-55296<<10)+(i-56320),n++)),r<128?e[s++]=r:r<2048?(e[s++]=192|r>>>6,e[s++]=128|r&63):r<65536?(e[s++]=224|r>>>12,e[s++]=128|r>>>6&63,e[s++]=128|r&63):(e[s++]=240|r>>>18,e[s++]=128|r>>>12&63,e[s++]=128|r>>>6&63,e[s++]=128|r&63);return e};function ZF(t,e){if(e<65534&&(t.subarray&&GF||!t.subarray&&VF))return String.fromCharCode.apply(null,Bu.shrinkBuf(t,e));for(var r="",i=0;i<e;i++)r+=String.fromCharCode(t[i]);return r}u(ZF,"buf2binstring");Sa.buf2binstring=function(t){return ZF(t,t.length)};Sa.binstring2buf=function(t){for(var e=new Bu.Buf8(t.length),r=0,i=e.length;r<i;r++)e[r]=t.charCodeAt(r);return e};Sa.buf2string=function(t,e){var r,i,n,s,a=e||t.length,l=new Array(a*2);for(i=0,r=0;r<a;){if(n=t[r++],n<128){l[i++]=n;continue}if(s=Al[n],s>4){l[i++]=65533,r+=s-1;continue}for(n&=s===2?31:s===3?15:7;s>1&&r<a;)n=n<<6|t[r++]&63,s--;if(s>1){l[i++]=65533;continue}n<65536?l[i++]=n:(n-=65536,l[i++]=55296|n>>10&1023,l[i++]=56320|n&1023)}return ZF(l,i)};Sa.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)===128;)r--;return r<0||r===0?e:r+Al[t[r]]>e?r:e}});var ny=x((mte,KF)=>{"use strict";function S8(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}u(S8,"ZStream");KF.exports=S8});var QF=x(Dl=>{"use strict";var Pl=HF(),Nl=Qr(),ay=iy(),oy=Au(),E8=ny(),XF=Object.prototype.toString,F8=0,sy=4,Ea=0,JF=1,YF=2,k8=-1,T8=0,x8=8;function Tn(t){if(!(this instanceof Tn))return new Tn(t);this.options=Nl.assign({level:k8,method:x8,chunkSize:16384,windowBits:15,memLevel:8,strategy:T8,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new E8,this.strm.avail_out=0;var r=Pl.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==Ea)throw new Error(oy[r]);if(e.header&&Pl.deflateSetHeader(this.strm,e.header),e.dictionary){var i;if(typeof e.dictionary=="string"?i=ay.string2buf(e.dictionary):XF.call(e.dictionary)==="[object ArrayBuffer]"?i=new Uint8Array(e.dictionary):i=e.dictionary,r=Pl.deflateSetDictionary(this.strm,i),r!==Ea)throw new Error(oy[r]);this._dict_set=!0}}u(Tn,"Deflate");Tn.prototype.push=function(t,e){var r=this.strm,i=this.options.chunkSize,n,s;if(this.ended)return!1;s=e===~~e?e:e===!0?sy:F8,typeof t=="string"?r.input=ay.string2buf(t):XF.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Nl.Buf8(i),r.next_out=0,r.avail_out=i),n=Pl.deflate(r,s),n!==JF&&n!==Ea)return this.onEnd(n),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(s===sy||s===YF))&&(this.options.to==="string"?this.onData(ay.buf2binstring(Nl.shrinkBuf(r.output,r.next_out))):this.onData(Nl.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&n!==JF);return s===sy?(n=Pl.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===Ea):(s===YF&&(this.onEnd(Ea),r.avail_out=0),!0)};Tn.prototype.onData=function(t){this.chunks.push(t)};Tn.prototype.onEnd=function(t){t===Ea&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Nl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function ly(t,e){var r=new Tn(e);if(r.push(t,!0),r.err)throw r.msg||oy[r.err];return r.result}u(ly,"deflate");function O8(t,e){return e=e||{},e.raw=!0,ly(t,e)}u(O8,"deflateRaw");function R8(t,e){return e=e||{},e.gzip=!0,ly(t,e)}u(R8,"gzip");Dl.Deflate=Tn;Dl.deflate=ly;Dl.deflateRaw=O8;Dl.gzip=R8});var tk=x((bte,ek)=>{"use strict";var Lu=30,A8=12;ek.exports=u(function(e,r){var i,n,s,a,l,c,o,f,h,d,p,m,w,g,b,_,S,F,k,A,v,T,E,R,P;i=e.state,n=e.next_in,R=e.input,s=n+(e.avail_in-5),a=e.next_out,P=e.output,l=a-(r-e.avail_out),c=a+(e.avail_out-257),o=i.dmax,f=i.wsize,h=i.whave,d=i.wnext,p=i.window,m=i.hold,w=i.bits,g=i.lencode,b=i.distcode,_=(1<<i.lenbits)-1,S=(1<<i.distbits)-1;e:do{w<15&&(m+=R[n++]<<w,w+=8,m+=R[n++]<<w,w+=8),F=g[m&_];t:for(;;){if(k=F>>>24,m>>>=k,w-=k,k=F>>>16&255,k===0)P[a++]=F&65535;else if(k&16){A=F&65535,k&=15,k&&(w<k&&(m+=R[n++]<<w,w+=8),A+=m&(1<<k)-1,m>>>=k,w-=k),w<15&&(m+=R[n++]<<w,w+=8,m+=R[n++]<<w,w+=8),F=b[m&S];r:for(;;){if(k=F>>>24,m>>>=k,w-=k,k=F>>>16&255,k&16){if(v=F&65535,k&=15,w<k&&(m+=R[n++]<<w,w+=8,w<k&&(m+=R[n++]<<w,w+=8)),v+=m&(1<<k)-1,v>o){e.msg="invalid distance too far back",i.mode=Lu;break e}if(m>>>=k,w-=k,k=a-l,v>k){if(k=v-k,k>h&&i.sane){e.msg="invalid distance too far back",i.mode=Lu;break e}if(T=0,E=p,d===0){if(T+=f-k,k<A){A-=k;do P[a++]=p[T++];while(--k);T=a-v,E=P}}else if(d<k){if(T+=f+d-k,k-=d,k<A){A-=k;do P[a++]=p[T++];while(--k);if(T=0,d<A){k=d,A-=k;do P[a++]=p[T++];while(--k);T=a-v,E=P}}}else if(T+=d-k,k<A){A-=k;do P[a++]=p[T++];while(--k);T=a-v,E=P}for(;A>2;)P[a++]=E[T++],P[a++]=E[T++],P[a++]=E[T++],A-=3;A&&(P[a++]=E[T++],A>1&&(P[a++]=E[T++]))}else{T=a-v;do P[a++]=P[T++],P[a++]=P[T++],P[a++]=P[T++],A-=3;while(A>2);A&&(P[a++]=P[T++],A>1&&(P[a++]=P[T++]))}}else if(k&64){e.msg="invalid distance code",i.mode=Lu;break e}else{F=b[(F&65535)+(m&(1<<k)-1)];continue r}break}}else if(k&64)if(k&32){i.mode=A8;break e}else{e.msg="invalid literal/length code",i.mode=Lu;break e}else{F=g[(F&65535)+(m&(1<<k)-1)];continue t}break}}while(n<s&&a<c);A=w>>3,n-=A,w-=A<<3,m&=(1<<w)-1,e.next_in=n,e.next_out=a,e.avail_in=n<s?5+(s-n):5-(n-s),e.avail_out=a<c?257+(c-a):257-(a-c),i.hold=m,i.bits=w},"inflate_fast")});var lk=x((vte,ok)=>{"use strict";var rk=Qr(),Fa=15,ik=852,nk=592,sk=0,cy=1,ak=2,P8=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],N8=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],D8=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],C8=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];ok.exports=u(function(e,r,i,n,s,a,l,c){var o=c.bits,f=0,h=0,d=0,p=0,m=0,w=0,g=0,b=0,_=0,S=0,F,k,A,v,T,E=null,R=0,P,I=new rk.Buf16(Fa+1),B=new rk.Buf16(Fa+1),z=null,we=0,st,Dt,Ft;for(f=0;f<=Fa;f++)I[f]=0;for(h=0;h<n;h++)I[r[i+h]]++;for(m=o,p=Fa;p>=1&&I[p]===0;p--);if(m>p&&(m=p),p===0)return s[a++]=1<<24|64<<16|0,s[a++]=1<<24|64<<16|0,c.bits=1,0;for(d=1;d<p&&I[d]===0;d++);for(m<d&&(m=d),b=1,f=1;f<=Fa;f++)if(b<<=1,b-=I[f],b<0)return-1;if(b>0&&(e===sk||p!==1))return-1;for(B[1]=0,f=1;f<Fa;f++)B[f+1]=B[f]+I[f];for(h=0;h<n;h++)r[i+h]!==0&&(l[B[r[i+h]]++]=h);if(e===sk?(E=z=l,P=19):e===cy?(E=P8,R-=257,z=N8,we-=257,P=256):(E=D8,z=C8,P=-1),S=0,h=0,f=d,T=a,w=m,g=0,A=-1,_=1<<m,v=_-1,e===cy&&_>ik||e===ak&&_>nk)return 1;for(;;){st=f-g,l[h]<P?(Dt=0,Ft=l[h]):l[h]>P?(Dt=z[we+l[h]],Ft=E[R+l[h]]):(Dt=96,Ft=0),F=1<<f-g,k=1<<w,d=k;do k-=F,s[T+(S>>g)+k]=st<<24|Dt<<16|Ft|0;while(k!==0);for(F=1<<f-1;S&F;)F>>=1;if(F!==0?(S&=F-1,S+=F):S=0,h++,--I[f]===0){if(f===p)break;f=r[i+l[h]]}if(f>m&&(S&v)!==A){for(g===0&&(g=m),T+=d,w=f-g,b=1<<w;w+g<p&&(b-=I[w+g],!(b<=0));)w++,b<<=1;if(_+=1<<w,e===cy&&_>ik||e===ak&&_>nk)return 1;A=S&v,s[A]=m<<24|w<<16|T-a|0}}return S!==0&&(s[T+S]=f-g<<24|64<<16|0),c.bits=m,0},"inflate_table")});var zk=x(hr=>{"use strict";var Mt=Qr(),my=Yw(),Pr=Xw(),I8=tk(),Cl=lk(),$8=0,Ck=1,Ik=2,ck=4,B8=5,Mu=6,xn=0,L8=1,M8=2,er=-2,$k=-3,wy=-4,j8=-5,fk=8,Bk=1,uk=2,hk=3,dk=4,pk=5,mk=6,wk=7,yk=8,gk=9,bk=10,Uu=11,ri=12,fy=13,_k=14,uy=15,vk=16,Sk=17,Ek=18,Fk=19,ju=20,qu=21,kk=22,Tk=23,xk=24,Ok=25,Rk=26,hy=27,Ak=28,Pk=29,Se=30,yy=31,q8=32,U8=852,z8=592,W8=15,H8=W8;function Nk(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}u(Nk,"zswap32");function V8(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Mt.Buf16(320),this.work=new Mt.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}u(V8,"InflateState");function Lk(t){var e;return!t||!t.state?er:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=Bk,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Mt.Buf32(U8),e.distcode=e.distdyn=new Mt.Buf32(z8),e.sane=1,e.back=-1,xn)}u(Lk,"inflateResetKeep");function Mk(t){var e;return!t||!t.state?er:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,Lk(t))}u(Mk,"inflateReset");function jk(t,e){var r,i;return!t||!t.state||(i=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?er:(i.window!==null&&i.wbits!==e&&(i.window=null),i.wrap=r,i.wbits=e,Mk(t))}u(jk,"inflateReset2");function qk(t,e){var r,i;return t?(i=new V8,t.state=i,i.window=null,r=jk(t,e),r!==xn&&(t.state=null),r):er}u(qk,"inflateInit2");function G8(t){return qk(t,H8)}u(G8,"inflateInit");var Dk=!0,dy,py;function Z8(t){if(Dk){var e;for(dy=new Mt.Buf32(512),py=new Mt.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(Cl(Ck,t.lens,0,288,dy,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Cl(Ik,t.lens,0,32,py,0,t.work,{bits:5}),Dk=!1}t.lencode=dy,t.lenbits=9,t.distcode=py,t.distbits=5}u(Z8,"fixedtables");function Uk(t,e,r,i){var n,s=t.state;return s.window===null&&(s.wsize=1<<s.wbits,s.wnext=0,s.whave=0,s.window=new Mt.Buf8(s.wsize)),i>=s.wsize?(Mt.arraySet(s.window,e,r-s.wsize,s.wsize,0),s.wnext=0,s.whave=s.wsize):(n=s.wsize-s.wnext,n>i&&(n=i),Mt.arraySet(s.window,e,r-i,n,s.wnext),i-=n,i?(Mt.arraySet(s.window,e,r-i,i,0),s.wnext=i,s.whave=s.wsize):(s.wnext+=n,s.wnext===s.wsize&&(s.wnext=0),s.whave<s.wsize&&(s.whave+=n))),0}u(Uk,"updatewindow");function K8(t,e){var r,i,n,s,a,l,c,o,f,h,d,p,m,w,g=0,b,_,S,F,k,A,v,T,E=new Mt.Buf8(4),R,P,I=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return er;r=t.state,r.mode===ri&&(r.mode=fy),a=t.next_out,n=t.output,c=t.avail_out,s=t.next_in,i=t.input,l=t.avail_in,o=r.hold,f=r.bits,h=l,d=c,T=xn;e:for(;;)switch(r.mode){case Bk:if(r.wrap===0){r.mode=fy;break}for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.wrap&2&&o===35615){r.check=0,E[0]=o&255,E[1]=o>>>8&255,r.check=Pr(r.check,E,2,0),o=0,f=0,r.mode=uk;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((o&255)<<8)+(o>>8))%31){t.msg="incorrect header check",r.mode=Se;break}if((o&15)!==fk){t.msg="unknown compression method",r.mode=Se;break}if(o>>>=4,f-=4,v=(o&15)+8,r.wbits===0)r.wbits=v;else if(v>r.wbits){t.msg="invalid window size",r.mode=Se;break}r.dmax=1<<v,t.adler=r.check=1,r.mode=o&512?bk:ri,o=0,f=0;break;case uk:for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.flags=o,(r.flags&255)!==fk){t.msg="unknown compression method",r.mode=Se;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Se;break}r.head&&(r.head.text=o>>8&1),r.flags&512&&(E[0]=o&255,E[1]=o>>>8&255,r.check=Pr(r.check,E,2,0)),o=0,f=0,r.mode=hk;case hk:for(;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.head&&(r.head.time=o),r.flags&512&&(E[0]=o&255,E[1]=o>>>8&255,E[2]=o>>>16&255,E[3]=o>>>24&255,r.check=Pr(r.check,E,4,0)),o=0,f=0,r.mode=dk;case dk:for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.head&&(r.head.xflags=o&255,r.head.os=o>>8),r.flags&512&&(E[0]=o&255,E[1]=o>>>8&255,r.check=Pr(r.check,E,2,0)),o=0,f=0,r.mode=pk;case pk:if(r.flags&1024){for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.length=o,r.head&&(r.head.extra_len=o),r.flags&512&&(E[0]=o&255,E[1]=o>>>8&255,r.check=Pr(r.check,E,2,0)),o=0,f=0}else r.head&&(r.head.extra=null);r.mode=mk;case mk:if(r.flags&1024&&(p=r.length,p>l&&(p=l),p&&(r.head&&(v=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),Mt.arraySet(r.head.extra,i,s,p,v)),r.flags&512&&(r.check=Pr(r.check,i,p,s)),l-=p,s+=p,r.length-=p),r.length))break e;r.length=0,r.mode=wk;case wk:if(r.flags&2048){if(l===0)break e;p=0;do v=i[s+p++],r.head&&v&&r.length<65536&&(r.head.name+=String.fromCharCode(v));while(v&&p<l);if(r.flags&512&&(r.check=Pr(r.check,i,p,s)),l-=p,s+=p,v)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=yk;case yk:if(r.flags&4096){if(l===0)break e;p=0;do v=i[s+p++],r.head&&v&&r.length<65536&&(r.head.comment+=String.fromCharCode(v));while(v&&p<l);if(r.flags&512&&(r.check=Pr(r.check,i,p,s)),l-=p,s+=p,v)break e}else r.head&&(r.head.comment=null);r.mode=gk;case gk:if(r.flags&512){for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(o!==(r.check&65535)){t.msg="header crc mismatch",r.mode=Se;break}o=0,f=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=ri;break;case bk:for(;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}t.adler=r.check=Nk(o),o=0,f=0,r.mode=Uu;case Uu:if(r.havedict===0)return t.next_out=a,t.avail_out=c,t.next_in=s,t.avail_in=l,r.hold=o,r.bits=f,M8;t.adler=r.check=1,r.mode=ri;case ri:if(e===B8||e===Mu)break e;case fy:if(r.last){o>>>=f&7,f-=f&7,r.mode=hy;break}for(;f<3;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}switch(r.last=o&1,o>>>=1,f-=1,o&3){case 0:r.mode=_k;break;case 1:if(Z8(r),r.mode=ju,e===Mu){o>>>=2,f-=2;break e}break;case 2:r.mode=Sk;break;case 3:t.msg="invalid block type",r.mode=Se}o>>>=2,f-=2;break;case _k:for(o>>>=f&7,f-=f&7;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if((o&65535)!==(o>>>16^65535)){t.msg="invalid stored block lengths",r.mode=Se;break}if(r.length=o&65535,o=0,f=0,r.mode=uy,e===Mu)break e;case uy:r.mode=vk;case vk:if(p=r.length,p){if(p>l&&(p=l),p>c&&(p=c),p===0)break e;Mt.arraySet(n,i,s,p,a),l-=p,s+=p,c-=p,a+=p,r.length-=p;break}r.mode=ri;break;case Sk:for(;f<14;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.nlen=(o&31)+257,o>>>=5,f-=5,r.ndist=(o&31)+1,o>>>=5,f-=5,r.ncode=(o&15)+4,o>>>=4,f-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=Se;break}r.have=0,r.mode=Ek;case Ek:for(;r.have<r.ncode;){for(;f<3;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.lens[I[r.have++]]=o&7,o>>>=3,f-=3}for(;r.have<19;)r.lens[I[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,R={bits:r.lenbits},T=Cl($8,r.lens,0,19,r.lencode,0,r.work,R),r.lenbits=R.bits,T){t.msg="invalid code lengths set",r.mode=Se;break}r.have=0,r.mode=Fk;case Fk:for(;r.have<r.nlen+r.ndist;){for(;g=r.lencode[o&(1<<r.lenbits)-1],b=g>>>24,_=g>>>16&255,S=g&65535,!(b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(S<16)o>>>=b,f-=b,r.lens[r.have++]=S;else{if(S===16){for(P=b+2;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(o>>>=b,f-=b,r.have===0){t.msg="invalid bit length repeat",r.mode=Se;break}v=r.lens[r.have-1],p=3+(o&3),o>>>=2,f-=2}else if(S===17){for(P=b+3;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=b,f-=b,v=0,p=3+(o&7),o>>>=3,f-=3}else{for(P=b+7;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=b,f-=b,v=0,p=11+(o&127),o>>>=7,f-=7}if(r.have+p>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=Se;break}for(;p--;)r.lens[r.have++]=v}}if(r.mode===Se)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Se;break}if(r.lenbits=9,R={bits:r.lenbits},T=Cl(Ck,r.lens,0,r.nlen,r.lencode,0,r.work,R),r.lenbits=R.bits,T){t.msg="invalid literal/lengths set",r.mode=Se;break}if(r.distbits=6,r.distcode=r.distdyn,R={bits:r.distbits},T=Cl(Ik,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,R),r.distbits=R.bits,T){t.msg="invalid distances set",r.mode=Se;break}if(r.mode=ju,e===Mu)break e;case ju:r.mode=qu;case qu:if(l>=6&&c>=258){t.next_out=a,t.avail_out=c,t.next_in=s,t.avail_in=l,r.hold=o,r.bits=f,I8(t,d),a=t.next_out,n=t.output,c=t.avail_out,s=t.next_in,i=t.input,l=t.avail_in,o=r.hold,f=r.bits,r.mode===ri&&(r.back=-1);break}for(r.back=0;g=r.lencode[o&(1<<r.lenbits)-1],b=g>>>24,_=g>>>16&255,S=g&65535,!(b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(_&&!(_&240)){for(F=b,k=_,A=S;g=r.lencode[A+((o&(1<<F+k)-1)>>F)],b=g>>>24,_=g>>>16&255,S=g&65535,!(F+b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=F,f-=F,r.back+=F}if(o>>>=b,f-=b,r.back+=b,r.length=S,_===0){r.mode=Rk;break}if(_&32){r.back=-1,r.mode=ri;break}if(_&64){t.msg="invalid literal/length code",r.mode=Se;break}r.extra=_&15,r.mode=kk;case kk:if(r.extra){for(P=r.extra;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.length+=o&(1<<r.extra)-1,o>>>=r.extra,f-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=Tk;case Tk:for(;g=r.distcode[o&(1<<r.distbits)-1],b=g>>>24,_=g>>>16&255,S=g&65535,!(b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(!(_&240)){for(F=b,k=_,A=S;g=r.distcode[A+((o&(1<<F+k)-1)>>F)],b=g>>>24,_=g>>>16&255,S=g&65535,!(F+b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=F,f-=F,r.back+=F}if(o>>>=b,f-=b,r.back+=b,_&64){t.msg="invalid distance code",r.mode=Se;break}r.offset=S,r.extra=_&15,r.mode=xk;case xk:if(r.extra){for(P=r.extra;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.offset+=o&(1<<r.extra)-1,o>>>=r.extra,f-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=Se;break}r.mode=Ok;case Ok:if(c===0)break e;if(p=d-c,r.offset>p){if(p=r.offset-p,p>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Se;break}p>r.wnext?(p-=r.wnext,m=r.wsize-p):m=r.wnext-p,p>r.length&&(p=r.length),w=r.window}else w=n,m=a-r.offset,p=r.length;p>c&&(p=c),c-=p,r.length-=p;do n[a++]=w[m++];while(--p);r.length===0&&(r.mode=qu);break;case Rk:if(c===0)break e;n[a++]=r.length,c--,r.mode=qu;break;case hy:if(r.wrap){for(;f<32;){if(l===0)break e;l--,o|=i[s++]<<f,f+=8}if(d-=c,t.total_out+=d,r.total+=d,d&&(t.adler=r.check=r.flags?Pr(r.check,n,d,a-d):my(r.check,n,d,a-d)),d=c,(r.flags?o:Nk(o))!==r.check){t.msg="incorrect data check",r.mode=Se;break}o=0,f=0}r.mode=Ak;case Ak:if(r.wrap&&r.flags){for(;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(o!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=Se;break}o=0,f=0}r.mode=Pk;case Pk:T=L8;break e;case Se:T=$k;break e;case yy:return wy;case q8:default:return er}return t.next_out=a,t.avail_out=c,t.next_in=s,t.avail_in=l,r.hold=o,r.bits=f,(r.wsize||d!==t.avail_out&&r.mode<Se&&(r.mode<hy||e!==ck))&&Uk(t,t.output,t.next_out,d-t.avail_out)?(r.mode=yy,wy):(h-=t.avail_in,d-=t.avail_out,t.total_in+=h,t.total_out+=d,r.total+=d,r.wrap&&d&&(t.adler=r.check=r.flags?Pr(r.check,n,d,t.next_out-d):my(r.check,n,d,t.next_out-d)),t.data_type=r.bits+(r.last?64:0)+(r.mode===ri?128:0)+(r.mode===ju||r.mode===uy?256:0),(h===0&&d===0||e===ck)&&T===xn&&(T=j8),T)}u(K8,"inflate");function J8(t){if(!t||!t.state)return er;var e=t.state;return e.window&&(e.window=null),t.state=null,xn}u(J8,"inflateEnd");function Y8(t,e){var r;return!t||!t.state||(r=t.state,!(r.wrap&2))?er:(r.head=e,e.done=!1,xn)}u(Y8,"inflateGetHeader");function X8(t,e){var r=e.length,i,n,s;return!t||!t.state||(i=t.state,i.wrap!==0&&i.mode!==Uu)?er:i.mode===Uu&&(n=1,n=my(n,e,r,0),n!==i.check)?$k:(s=Uk(t,e,r,r),s?(i.mode=yy,wy):(i.havedict=1,xn))}u(X8,"inflateSetDictionary");hr.inflateReset=Mk;hr.inflateReset2=jk;hr.inflateResetKeep=Lk;hr.inflateInit=G8;hr.inflateInit2=qk;hr.inflate=K8;hr.inflateEnd=J8;hr.inflateGetHeader=Y8;hr.inflateSetDictionary=X8;hr.inflateInfo="pako inflate (from Nodeca project)"});var gy=x((kte,Wk)=>{"use strict";Wk.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var Vk=x((Tte,Hk)=>{"use strict";function Q8(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}u(Q8,"GZheader");Hk.exports=Q8});var Zk=x($l=>{"use strict";var ka=zk(),Il=Qr(),zu=iy(),Ae=gy(),by=Au(),e6=ny(),t6=Vk(),Gk=Object.prototype.toString;function On(t){if(!(this instanceof On))return new On(t);this.options=Il.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15||(e.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new e6,this.strm.avail_out=0;var r=ka.inflateInit2(this.strm,e.windowBits);if(r!==Ae.Z_OK)throw new Error(by[r]);if(this.header=new t6,ka.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=zu.string2buf(e.dictionary):Gk.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=ka.inflateSetDictionary(this.strm,e.dictionary),r!==Ae.Z_OK)))throw new Error(by[r])}u(On,"Inflate");On.prototype.push=function(t,e){var r=this.strm,i=this.options.chunkSize,n=this.options.dictionary,s,a,l,c,o,f=!1;if(this.ended)return!1;a=e===~~e?e:e===!0?Ae.Z_FINISH:Ae.Z_NO_FLUSH,typeof t=="string"?r.input=zu.binstring2buf(t):Gk.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Il.Buf8(i),r.next_out=0,r.avail_out=i),s=ka.inflate(r,Ae.Z_NO_FLUSH),s===Ae.Z_NEED_DICT&&n&&(s=ka.inflateSetDictionary(this.strm,n)),s===Ae.Z_BUF_ERROR&&f===!0&&(s=Ae.Z_OK,f=!1),s!==Ae.Z_STREAM_END&&s!==Ae.Z_OK)return this.onEnd(s),this.ended=!0,!1;r.next_out&&(r.avail_out===0||s===Ae.Z_STREAM_END||r.avail_in===0&&(a===Ae.Z_FINISH||a===Ae.Z_SYNC_FLUSH))&&(this.options.to==="string"?(l=zu.utf8border(r.output,r.next_out),c=r.next_out-l,o=zu.buf2string(r.output,l),r.next_out=c,r.avail_out=i-c,c&&Il.arraySet(r.output,r.output,l,c,0),this.onData(o)):this.onData(Il.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(f=!0)}while((r.avail_in>0||r.avail_out===0)&&s!==Ae.Z_STREAM_END);return s===Ae.Z_STREAM_END&&(a=Ae.Z_FINISH),a===Ae.Z_FINISH?(s=ka.inflateEnd(this.strm),this.onEnd(s),this.ended=!0,s===Ae.Z_OK):(a===Ae.Z_SYNC_FLUSH&&(this.onEnd(Ae.Z_OK),r.avail_out=0),!0)};On.prototype.onData=function(t){this.chunks.push(t)};On.prototype.onEnd=function(t){t===Ae.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Il.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function _y(t,e){var r=new On(e);if(r.push(t,!0),r.err)throw r.msg||by[r.err];return r.result}u(_y,"inflate");function r6(t,e){return e=e||{},e.raw=!0,_y(t,e)}u(r6,"inflateRaw");$l.Inflate=On;$l.inflate=_y;$l.inflateRaw=r6;$l.ungzip=_y});var Yk=x((Ate,Jk)=>{"use strict";var i6=Qr().assign,n6=QF(),s6=Zk(),a6=gy(),Kk={};i6(Kk,n6,s6,a6);Jk.exports=Kk});var eT=x((Pte,Qk)=>{"use strict";var Xk=u((t,e)=>function(...r){let i=e.promiseModule;return new i((n,s)=>{e.multiArgs?r.push((...a)=>{e.errorFirst?a[0]?s(a):(a.shift(),n(a)):n(a)}):e.errorFirst?r.push((a,l)=>{a?s(a):n(l)}):r.push(n),t.apply(this,r)})},"processFn");Qk.exports=(t,e)=>{e=Object.assign({exclude:[/.+(Sync|Stream)$/],errorFirst:!0,promiseModule:Promise},e);let r=typeof t;if(!(t!==null&&(r==="object"||r==="function")))throw new TypeError(`Expected \`input\` to be a \`Function\` or \`Object\`, got \`${t===null?"null":r}\``);let i=u(s=>{let a=u(l=>typeof l=="string"?s===l:l.test(s),"match");return e.include?e.include.some(a):!e.exclude.some(a)},"filter"),n;r==="function"?n=u(function(...s){return e.excludeMain?t(...s):Xk(t,e).apply(this,s)},"ret"):n=Object.create(Object.getPrototypeOf(t));for(let s in t){let a=t[s];n[s]=typeof a=="function"&&i(s)?Xk(a,e):a}return n}});var cT=x((Dte,lT)=>{function tT(t){return Array.isArray(t)?t:[t]}u(tT,"makeArray");var Ey="",rT=" ",vy="\\",o6=/^\s+$/,l6=/(?:[^\\]|^)\\$/,c6=/^\\!/,f6=/^\\#/,u6=/\r?\n/g,h6=/^\.*\/|^\.+$/,Sy="/",sT="node-ignore";typeof Symbol<"u"&&(sT=Symbol.for("node-ignore"));var iT=sT,d6=u((t,e,r)=>Object.defineProperty(t,e,{value:r}),"define"),p6=/([0-z])-([0-z])/g,aT=u(()=>!1,"RETURN_FALSE"),m6=u(t=>t.replace(p6,(e,r,i)=>r.charCodeAt(0)<=i.charCodeAt(0)?e:Ey),"sanitizeRange"),w6=u(t=>{let{length:e}=t;return t.slice(0,e-e%2)},"cleanRangeBackSlash"),y6=[[/^\uFEFF/,()=>Ey],[/((?:\\\\)*?)(\\?\s+)$/,(t,e,r)=>e+(r.indexOf("\\")===0?rT:Ey)],[/(\\+?)\s/g,(t,e)=>{let{length:r}=e;return e.slice(0,r-r%2)+rT}],[/[\\$.|*+(){^]/g,t=>`\\${t}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,u(function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"},"startingReplacer")],[/\\\/\\\*\\\*(?=\\\/|$)/g,(t,e,r)=>e+6<r.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(t,e,r)=>{let i=r.replace(/\\\*/g,"[^\\/]*");return e+i}],[/\\\\\\(?=[$.|*+(){^])/g,()=>vy],[/\\\\/g,()=>vy],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(t,e,r,i,n)=>e===vy?`\\[${r}${w6(i)}${n}`:n==="]"&&i.length%2===0?`[${m6(r)}${i}]`:"[]"],[/(?:[^*])$/,t=>/\/$/.test(t)?`${t}$`:`${t}(?=$|\\/$)`],[/(\^|\\\/)?\\\*$/,(t,e)=>`${e?`${e}[^/]+`:"[^/]*"}(?=$|\\/$)`]],nT=Object.create(null),g6=u((t,e)=>{let r=nT[t];return r||(r=y6.reduce((i,[n,s])=>i.replace(n,s.bind(t)),t),nT[t]=r),e?new RegExp(r,"i"):new RegExp(r)},"makeRegex"),Ty=u(t=>typeof t=="string","isString"),b6=u(t=>t&&Ty(t)&&!o6.test(t)&&!l6.test(t)&&t.indexOf("#")!==0,"checkPattern"),_6=u(t=>t.split(u6),"splitPattern"),xy=class xy{constructor(e,r,i,n){this.origin=e,this.pattern=r,this.negative=i,this.regex=n}};u(xy,"IgnoreRule");var Fy=xy,v6=u((t,e)=>{let r=t,i=!1;t.indexOf("!")===0&&(i=!0,t=t.substr(1)),t=t.replace(c6,"!").replace(f6,"#");let n=g6(t,e);return new Fy(r,t,i,n)},"createRule"),S6=u((t,e)=>{throw new e(t)},"throwError"),ii=u((t,e,r)=>Ty(t)?t?ii.isNotRelative(t)?r(`path should be a \`path.relative()\`d string, but got "${e}"`,RangeError):!0:r("path must not be empty",TypeError):r(`path must be a string, but got \`${e}\``,TypeError),"checkPath"),oT=u(t=>h6.test(t),"isNotRelative");ii.isNotRelative=oT;ii.convert=t=>t;var Oy=class Oy{constructor({ignorecase:e=!0,ignoreCase:r=e,allowRelativePaths:i=!1}={}){d6(this,iT,!0),this._rules=[],this._ignoreCase=r,this._allowRelativePaths=i,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}_addPattern(e){if(e&&e[iT]){this._rules=this._rules.concat(e._rules),this._added=!0;return}if(b6(e)){let r=v6(e,this._ignoreCase);this._added=!0,this._rules.push(r)}}add(e){return this._added=!1,tT(Ty(e)?_6(e):e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_testOne(e,r){let i=!1,n=!1;return this._rules.forEach(s=>{let{negative:a}=s;if(n===a&&i!==n||a&&!i&&!n&&!r)return;s.regex.test(e)&&(i=!a,n=a)}),{ignored:i,unignored:n}}_test(e,r,i,n){let s=e&&ii.convert(e);return ii(s,e,this._allowRelativePaths?aT:S6),this._t(s,r,i,n)}_t(e,r,i,n){if(e in r)return r[e];if(n||(n=e.split(Sy)),n.pop(),!n.length)return r[e]=this._testOne(e,i);let s=this._t(n.join(Sy)+Sy,r,i,n);return r[e]=s.ignored?s:this._testOne(e,i)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return tT(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}};u(Oy,"Ignore");var ky=Oy,Wu=u(t=>new ky(t),"factory"),E6=u(t=>ii(t&&ii.convert(t),t,aT),"isPathValid");Wu.isPathValid=E6;Wu.default=Wu;lT.exports=Wu;if(typeof process<"u"&&(process.env&&process.env.IGNORE_TEST_WIN32||process.platform==="win32")){let t=u(r=>/^\\\\\?\\/.test(r)||/["<>|\u0000-\u001F]+/u.test(r)?r:r.replace(/\\/g,"/"),"makePosix");ii.convert=t;let e=/^[a-z]:\//i;ii.isNotRelative=r=>e.test(r)||oT(r)}});var uT=x((Ite,fT)=>{"use strict";function F6(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}u(F6,"escapeRegExp");function Nr(t,e,r){return e=e instanceof RegExp?e:new RegExp(F6(e),"g"),t.replace(e,r)}u(Nr,"replaceAll");var k6={clean:u(function(e){if(typeof e!="string")throw new Error("Expected a string, received: "+e);return e=Nr(e,"./","/"),e=Nr(e,"..","."),e=Nr(e," ","-"),e=Nr(e,/^[~^:?*\\\-]/g,""),e=Nr(e,/[~^:?*\\]/g,"-"),e=Nr(e,/[~^:?*\\\-]$/g,""),e=Nr(e,"@{","-"),e=Nr(e,/\.$/g,""),e=Nr(e,/\/$/g,""),e=Nr(e,/\.lock$/g,""),e},"clean")};fT.exports=k6});var dT=x((Bte,hT)=>{hT.exports=function(t,e){var r=t,i=e,n=r.length,s=i.length,a=!1,l=null,c=n+1,o=[],f=[],h=[],d="",p=-1,m=0,w=1,g,b,_=u(function(){n>=s&&(g=r,b=n,r=i,i=g,n=s,s=b,a=!0,c=n+1)},"init"),S=u(function(v,T,E){return{x:v,y:T,k:E}},"P"),F=u(function(v,T){return{elem:v,t:T}},"seselem"),k=u(function(v,T,E){var R,P,I;for(T>E?R=o[v-1+c]:R=o[v+1+c],I=Math.max(T,E),P=I-v;P<n&&I<s&&r[P]===i[I];)++P,++I;return o[v+c]=f.length,f[f.length]=new S(P,I,R),I},"snake"),A=u(function(v){var T,E,R,P,I;for(T=E=1,R=P=0,I=v.length-1;I>=0;--I)for(;R<v[I].x||P<v[I].y;)v[I].y-v[I].x>P-R?(a?h[h.length]=new F(i[P],p):h[h.length]=new F(i[P],w),++E,++P):v[I].y-v[I].x<P-R?(a?h[h.length]=new F(r[R],w):h[h.length]=new F(r[R],p),++T,++R):(h[h.length]=new F(r[R],m),d+=r[R],++T,++E,++R,++P)},"recordseq");return _(),{SES_DELETE:-1,SES_COMMON:0,SES_ADD:1,editdistance:u(function(){return l},"editdistance"),getlcs:u(function(){return d},"getlcs"),getses:u(function(){return h},"getses"),compose:u(function(){var v,T,E,R,P,I,B,z;for(v=s-n,T=n+s+3,E={},B=0;B<T;++B)E[B]=-1,o[B]=-1;R=-1;do{for(++R,z=-R;z<=v-1;++z)E[z+c]=k(z,E[z-1+c]+1,E[z+1+c]);for(z=v+R;z>=v+1;--z)E[z+c]=k(z,E[z-1+c]+1,E[z+1+c]);E[v+c]=k(v,E[v-1+c]+1,E[v+1+c])}while(E[v+c]!==s);for(l=v+2*R,P=o[v+c],I=[];P!==-1;)I[I.length]=new S(f[P].x,f[P].y,null),P=f[P].k;A(I)},"compose")}}});var wT=x((Mte,mT)=>{var T6=dT();function x6(t,e){var r=new T6(t,e);r.compose();for(var i=r.getses(),n,s,a=t.length-1,l=e.length-1,c=i.length-1;c>=0;--c)i[c].t===r.SES_COMMON?(s?(s.chain={file1index:a,file2index:l,chain:null},s=s.chain):(n={file1index:a,file2index:l,chain:null},s=n),a--,l--):i[c].t===r.SES_DELETE?a--:i[c].t===r.SES_ADD&&l--;var o={file1index:-1,file2index:-1,chain:null};return s?(s.chain=o,n):o}u(x6,"longestCommonSubsequence");function pT(t,e){for(var r=[],i=t.length,n=e.length,s=x6(t,e);s!==null;s=s.chain){var a=i-s.file1index-1,l=n-s.file2index-1;i=s.file1index,n=s.file2index,(a||l)&&r.push({file1:[i+1,a],file2:[n+1,l]})}return r.reverse(),r}u(pT,"diffIndices");function O6(t,e,r){var i,n=pT(e,t),s=pT(e,r),a=[];function l(B,z){a.push([B.file1[0],z,B.file1[1],B.file2[0],B.file2[1]])}for(u(l,"addHunk"),i=0;i<n.length;i++)l(n[i],0);for(i=0;i<s.length;i++)l(s[i],2);a.sort(function(B,z){return B[0]-z[0]});var c=[],o=0;function f(B){B>o&&(c.push([1,o,B-o]),o=B)}u(f,"copyCommon");for(var h=0;h<a.length;h++){for(var d=h,p=a[h],m=p[0],w=m+p[2];h<a.length-1;){var g=a[h+1],b=g[0];if(b>w)break;w=Math.max(w,b+g[2]),h++}if(f(m),d==h)p[4]>0&&c.push([p[1],p[3],p[4]]);else{var _={0:[t.length,-1,e.length,-1],2:[r.length,-1,e.length,-1]};for(i=d;i<=h;i++){p=a[i];var S=p[1],F=_[S],k=p[0],A=k+p[2],v=p[3],T=v+p[4];F[0]=Math.min(v,F[0]),F[1]=Math.max(T,F[1]),F[2]=Math.min(k,F[2]),F[3]=Math.max(A,F[3])}var E=_[0][0]+(m-_[0][2]),R=_[0][1]+(w-_[0][3]),P=_[2][0]+(m-_[2][2]),I=_[2][1]+(w-_[2][3]);c.push([-1,E,R-E,m,w-m,P,I-P])}o=w}return f(e.length),c}u(O6,"diff3MergeIndices");function R6(t,e,r){var i=[],n=[t,e,r],s=O6(t,e,r),a=[];function l(){a.length&&i.push({ok:a}),a=[]}u(l,"flushOk");function c(p){for(var m=0;m<p.length;m++)a.push(p[m])}u(c,"pushOk");function o(p){if(p[2]!=p[6])return!0;for(var m=p[1],w=p[5],g=0;g<p[2];g++)if(t[g+m]!=r[g+w])return!0;return!1}u(o,"isTrueConflict");for(var f=0;f<s.length;f++){var h=s[f],d=h[0];d==-1?o(h)?(l(),i.push({conflict:{a:t.slice(h[1],h[1]+h[2]),aIndex:h[1],o:e.slice(h[3],h[3]+h[4]),oIndex:h[3],b:r.slice(h[5],h[5]+h[6]),bIndex:h[5]}})):c(n[0].slice(h[1],h[1]+h[2])):c(n[d].slice(h[1],h[1]+h[2]))}return l(),i}u(R6,"diff3Merge");mT.exports=R6});var Le=x(L=>{"use strict";Object.defineProperty(L,"__esModule",{value:!0});function qi(t){return t&&typeof t=="object"&&"default"in t?t.default:t}u(qi,"_interopDefault");var Ml=qi(GS()),MT=qi(lF()),A6=qi(fF()),eg=qi(Yk()),Ry=qi(eT()),P6=qi(cT()),jl=qi(uT()),N6=qi(wT()),ih=class ih extends Error{constructor(e){super(e),this.caller=""}toJSON(){return{code:this.code,data:this.data,caller:this.caller,message:this.message,stack:this.stack}}fromJSON(e){let r=new ih(e.message);return r.code=e.code,r.data=e.data,r.caller=e.caller,r.stack=e.stack,r}get isIsomorphicGitError(){return!0}};u(ih,"BaseError");var re=ih,nh=class nh extends re{constructor(e){super(`Modifying the index is not possible because you have unmerged files: ${e.toString}. Fix them up in the work tree, and then use 'git add/rm as appropriate to mark resolution and make a commit.`),this.code=this.name=nh.code,this.data={filepaths:e}}};u(nh,"UnmergedPathsError");var ql=nh;ql.code="UnmergedPathsError";var sh=class sh extends re{constructor(e){super(`An internal error caused this command to fail.
11
10
 
12
11
  If you're not a developer, report the bug to the developers of the application you're using. If this is a bug in isomorphic-git then you should create a proper bug yourselves. The bug should include a minimal reproduction and details about the version and environment.
13
12
 
14
- Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${s}`),this.code=this.name=un.code,this.data={message:s}}},c(un,"so"),un);h(F,"InternalError");var T=F;T.code="InternalError";var P=(dn=class extends y{constructor(s){super(`The filepath "${s}" contains unsafe character sequences`),this.code=this.name=dn.code,this.data={filepath:s}}},c(dn,"lo"),dn);h(P,"UnsafeFilepathError");var $=P;$.code="UnsafeFilepathError";var R=(Ss=class{constructor(s){this.buffer=s,this._start=0}eof(){return this._start>=this.buffer.length}tell(){return this._start}seek(s){this._start=s}slice(s){let u=this.buffer.slice(this._start,this._start+s);return this._start+=s,u}toString(s,u){let d=this.buffer.toString(s,this._start,this._start+u);return this._start+=u,d}write(s,u,d){let w=this.buffer.write(s,this._start,u,d);return this._start+=u,w}copy(s,u,d){let w=s.copy(this.buffer,this._start,u,d);return this._start+=w,w}readUInt8(){let s=this.buffer.readUInt8(this._start);return this._start+=1,s}writeUInt8(s){let u=this.buffer.writeUInt8(s,this._start);return this._start+=1,u}readUInt16BE(){let s=this.buffer.readUInt16BE(this._start);return this._start+=2,s}writeUInt16BE(s){let u=this.buffer.writeUInt16BE(s,this._start);return this._start+=2,u}readUInt32BE(){let s=this.buffer.readUInt32BE(this._start);return this._start+=4,s}writeUInt32BE(s){let u=this.buffer.writeUInt32BE(s,this._start);return this._start+=4,u}},c(Ss,"Lc"),Ss);h(R,"BufferCursor");var M=R;function C(p,s){return-(p<s)||+(p>s)}c(C,"Wo"),h(C,"compareStrings");function U(p,s){return C(p.path,s.path)}c(U,"Rw"),h(U,"comparePath");function J(p){let s=p>0?p>>12:0;s!==4&&s!==8&&s!==10&&s!==14&&(s=8);let u=p&511;return u&73?u=493:u=420,s!==8&&(u=0),(s<<12)+u}c(J,"Cw"),h(J,"normalizeMode");var ne=2**32;function oe(p,s,u,d){if(p!==void 0&&s!==void 0)return[p,s];u===void 0&&(u=d.valueOf());let w=Math.floor(u/1e3),_=(u-w*1e3)*1e6;return[w,_]}c(oe,"cw"),h(oe,"SecondsNanoseconds");function z(p){let[s,u]=oe(p.ctimeSeconds,p.ctimeNanoseconds,p.ctimeMs,p.ctime),[d,w]=oe(p.mtimeSeconds,p.mtimeNanoseconds,p.mtimeMs,p.mtime);return{ctimeSeconds:s%ne,ctimeNanoseconds:u%ne,mtimeSeconds:d%ne,mtimeNanoseconds:w%ne,dev:p.dev%ne,ino:p.ino%ne,mode:J(p.mode%ne),uid:p.uid%ne,gid:p.gid%ne,size:p.size>-1?p.size%ne:0}}c(z,"hi"),h(z,"normalizeStats");function ee(p){let s="";for(let u of new Uint8Array(p))u<16&&(s+="0"),s+=u.toString(16);return s}c(ee,"x1"),h(ee,"toHex");var H=null;async function j(p){return H===null&&(H=await pe()),H?X(p):V(p)}c(j,"Nt"),h(j,"shasum");function V(p){return new r().update(p).digest("hex")}c(V,"P1"),h(V,"shasumSync");async function X(p){let s=await crypto.subtle.digest("SHA-1",p);return ee(s)}c(X,"Iw"),h(X,"subtleSHA1");async function pe(){try{return await X(new Uint8Array([]))==="da39a3ee5e6b4b0d3255bfef95601890afd80709"}catch{}return!1}c(pe,"T1"),h(pe,"testSubtleSHA1");function we(p){return{assumeValid:!!(p&32768),extended:!!(p&16384),stage:(p&12288)>>12,nameLength:p&4095}}c(we,"A1"),h(we,"parseCacheEntryFlags");function he(p){let s=p.flags;return s.extended=!1,s.nameLength=Math.min(Buffer.from(p.path).length,4095),(s.assumeValid?32768:0)+(s.extended?16384:0)+((s.stage&3)<<12)+(s.nameLength&4095)}c(he,"O1"),h(he,"renderCacheEntryFlags");var Ae=(ti=class{constructor(s,u){this._dirty=!1,this._unmergedPaths=u||new Set,this._entries=s||new Map}_addEntry(s){if(s.flags.stage===0)s.stages=[s],this._entries.set(s.path,s),this._unmergedPaths.delete(s.path);else{let u=this._entries.get(s.path);u||(this._entries.set(s.path,s),u=s),u.stages[s.flags.stage]=s,this._unmergedPaths.add(s.path)}}static async from(s){if(Buffer.isBuffer(s))return ti.fromBuffer(s);if(s===null)return new ti(null);throw new T("invalid type passed to GitIndex.from")}static async fromBuffer(s){if(s.length===0)throw new T("Index file is empty (.git/index)");let u=new ti,d=new M(s),w=d.toString("utf8",4);if(w!=="DIRC")throw new T(`Invalid dircache magic file number: ${w}`);let _=await j(s.slice(0,-20)),E=s.slice(-20).toString("hex");if(E!==_)throw new T(`Invalid checksum in GitIndex buffer: expected ${E} but saw ${_}`);let k=d.readUInt32BE();if(k!==2)throw new T(`Unsupported dircache version: ${k}`);let I=d.readUInt32BE(),O=0;for(;!d.eof()&&O<I;){let x={};x.ctimeSeconds=d.readUInt32BE(),x.ctimeNanoseconds=d.readUInt32BE(),x.mtimeSeconds=d.readUInt32BE(),x.mtimeNanoseconds=d.readUInt32BE(),x.dev=d.readUInt32BE(),x.ino=d.readUInt32BE(),x.mode=d.readUInt32BE(),x.uid=d.readUInt32BE(),x.gid=d.readUInt32BE(),x.size=d.readUInt32BE(),x.oid=d.slice(20).toString("hex");let L=d.readUInt16BE();x.flags=we(L);let q=s.indexOf(0,d.tell()+1)-d.tell();if(q<1)throw new T(`Got a path length of: ${q}`);if(x.path=d.toString("utf8",q),x.path.includes("..\\")||x.path.includes("../"))throw new $(x.path);let ae=8-(d.tell()-12)%8;for(ae===0&&(ae=8);ae--;){let ce=d.readUInt8();if(ce!==0)throw new T(`Expected 1-8 null characters but got '${ce}' after ${x.path}`);if(d.eof())throw new T("Unexpected end of file")}x.stages=[],u._addEntry(x),O++}return u}get unmergedPaths(){return[...this._unmergedPaths]}get entries(){return[...this._entries.values()].sort(U)}get entriesMap(){return this._entries}get entriesFlat(){return[...this.entries].flatMap(s=>s.stages.length>1?s.stages.filter(u=>u):s)}*[Symbol.iterator](){for(let s of this.entries)yield s}insert({filepath:s,stats:u,oid:d,stage:w=0}){u||(u={ctimeSeconds:0,ctimeNanoseconds:0,mtimeSeconds:0,mtimeNanoseconds:0,dev:0,ino:0,mode:0,uid:0,gid:0,size:0}),u=z(u);let _=Buffer.from(s),E={ctimeSeconds:u.ctimeSeconds,ctimeNanoseconds:u.ctimeNanoseconds,mtimeSeconds:u.mtimeSeconds,mtimeNanoseconds:u.mtimeNanoseconds,dev:u.dev,ino:u.ino,mode:u.mode||33188,uid:u.uid,gid:u.gid,size:u.size,path:s,oid:d,flags:{assumeValid:!1,extended:!1,stage:w,nameLength:_.length<4095?_.length:4095},stages:[]};this._addEntry(E),this._dirty=!0}delete({filepath:s}){if(this._entries.has(s))this._entries.delete(s);else for(let u of this._entries.keys())u.startsWith(s+"/")&&this._entries.delete(u);this._unmergedPaths.has(s)&&this._unmergedPaths.delete(s),this._dirty=!0}clear(){this._entries.clear(),this._dirty=!0}has({filepath:s}){return this._entries.has(s)}render(){return this.entries.map(s=>`${s.mode.toString(8)} ${s.oid} ${s.path}`).join(`
15
- `)}static async _entryToBuffer(s){let u=Buffer.from(s.path),d=Math.ceil((62+u.length+1)/8)*8,w=Buffer.alloc(d),_=new M(w),E=z(s);return _.writeUInt32BE(E.ctimeSeconds),_.writeUInt32BE(E.ctimeNanoseconds),_.writeUInt32BE(E.mtimeSeconds),_.writeUInt32BE(E.mtimeNanoseconds),_.writeUInt32BE(E.dev),_.writeUInt32BE(E.ino),_.writeUInt32BE(E.mode),_.writeUInt32BE(E.uid),_.writeUInt32BE(E.gid),_.writeUInt32BE(E.size),_.write(s.oid,20,"hex"),_.writeUInt16BE(he(s)),_.write(s.path,u.length,"utf8"),w}async toObject(){let s=Buffer.alloc(12),u=new M(s);u.write("DIRC",4,"utf8"),u.writeUInt32BE(2),u.writeUInt32BE(this.entriesFlat.length);let d=[];for(let k of this.entries)if(d.push(ti._entryToBuffer(k)),k.stages.length>1)for(let I of k.stages)I&&I!==k&&d.push(ti._entryToBuffer(I));d=await Promise.all(d);let w=Buffer.concat(d),_=Buffer.concat([s,w]),E=await j(_);return Buffer.concat([_,Buffer.from(E,"hex")])}},c(ti,"Kt"),ti);h(Ae,"GitIndex");var lt=Ae;function le(p,s,u=!0,d=!0){let w=z(p),_=z(s);return u&&w.mode!==_.mode||w.mtimeSeconds!==_.mtimeSeconds||w.ctimeSeconds!==_.ctimeSeconds||w.uid!==_.uid||w.gid!==_.gid||d&&w.ino!==_.ino||w.size!==_.size}c(le,"Ka"),h(le,"compareStats");var $e=null,K=Symbol("IndexCache");function Oe(){return{map:new Map,stats:new Map}}c(Oe,"D1"),h(Oe,"createCache");async function je(p,s,u){let[d,w]=await Promise.all([p.lstat(s),p.read(s)]),_=await lt.from(w);u.map.set(s,_),u.stats.set(s,d)}c(je,"R1"),h(je,"updateCachedIndexFile");async function Te(p,s,u){let d=u.stats.get(s);if(d===void 0)return!0;if(d===null)return!1;let w=await p.lstat(s);return w===null?!1:le(d,w)}c(Te,"C1"),h(Te,"isIndexStale");var Ge=(Es=class{static async acquire({fs:s,gitdir:u,cache:d,allowUnmerged:w=!0},_){d[K]||(d[K]=Oe());let E=`${u}/index`;$e===null&&($e=new t({maxPending:1/0}));let k,I=[];return await $e.acquire(E,async()=>{let O=d[K];await Te(s,E,O)&&await je(s,E,O);let x=O.map.get(E);if(I=x.unmergedPaths,I.length&&!w)throw new S(I);if(k=await _(x),x._dirty){let L=await x.toObject();await s.write(E,L),O.stats.set(E,await s.lstat(E)),x._dirty=!1}}),k}},c(Es,"Mc"),Es);h(Ge,"GitIndexManager");var me=Ge;function Je(p){let s=Math.max(p.lastIndexOf("/"),p.lastIndexOf("\\"));return s>-1&&(p=p.slice(s+1)),p}c(Je,"Ya"),h(Je,"basename");function He(p){let s=Math.max(p.lastIndexOf("/"),p.lastIndexOf("\\"));return s===-1?".":s===0?"/":p.slice(0,s)}c(He,"pi"),h(He,"dirname");function it(p){let s=new Map,u=h(function(w){if(!s.has(w)){let _={type:"tree",fullpath:w,basename:Je(w),metadata:{},children:[]};s.set(w,_),_.parent=u(He(w)),_.parent&&_.parent!==_&&_.parent.children.push(_)}return s.get(w)},"mkdir"),d=h(function(w,_){if(!s.has(w)){let E={type:"blob",fullpath:w,basename:Je(w),metadata:_,parent:u(He(w)),children:[]};E.parent&&E.parent.children.push(E),s.set(w,E)}return s.get(w)},"mkfile");u(".");for(let w of p)d(w.path,w);return s}c(it,"Bw"),h(it,"flatFileListToDirectoryStructure");function Ke(p){switch(p){case 16384:return"tree";case 33188:return"blob";case 33261:return"blob";case 40960:return"blob";case 57344:return"commit"}throw new T(`Unexpected GitTree entry mode: ${p.toString(8)}`)}c(Ke,"I1"),h(Ke,"mode2type");var ve=(Fs=class{constructor({fs:s,gitdir:u,cache:d}){var E;var w;this.treePromise=me.acquire({fs:s,gitdir:u,cache:d},async function(k){return it(k.entries)});let _=this;this.ConstructEntry=(w=(E=class{constructor(I){this._fullpath=I,this._type=!1,this._mode=!1,this._stat=!1,this._oid=!1}async type(){return _.type(this)}async mode(){return _.mode(this)}async stat(){return _.stat(this)}async content(){return _.content(this)}async oid(){return _.oid(this)}},c(E,"a"),E),h(w,"StageEntry"),w)}async readdir(s){let u=s._fullpath,d=(await this.treePromise).get(u);if(!d||d.type==="blob")return null;if(d.type!=="tree")throw new Error(`ENOTDIR: not a directory, scandir '${u}'`);let w=d.children.map(_=>_.fullpath);return w.sort(C),w}async type(s){return s._type===!1&&await s.stat(),s._type}async mode(s){return s._mode===!1&&await s.stat(),s._mode}async stat(s){if(s._stat===!1){let u=(await this.treePromise).get(s._fullpath);if(!u)throw new Error(`ENOENT: no such file or directory, lstat '${s._fullpath}'`);let d=u.type==="tree"?{}:z(u.metadata);s._type=u.type==="tree"?"tree":Ke(d.mode),s._mode=d.mode,u.type==="tree"?s._stat=void 0:s._stat=d}return s._stat}async content(s){}async oid(s){if(s._oid===!1){let u=(await this.treePromise).get(s._fullpath);s._oid=u.metadata.oid}return s._oid}},c(Fs,"jc"),Fs);h(ve,"GitWalkerIndex");var ye=ve,Fe=Symbol("GitWalkSymbol");function G(){let p=Object.create(null);return Object.defineProperty(p,Fe,{value:h(function({fs:s,gitdir:u,cache:d}){return new ye({fs:s,gitdir:u,cache:d})},"value")}),Object.freeze(p),p}c(G,"Tr"),h(G,"STAGE");var te=(pn=class extends y{constructor(s){super(`Could not find ${s}.`),this.code=this.name=pn.code,this.data={what:s}}},c(pn,"co"),pn);h(te,"NotFoundError");var se=te;se.code="NotFoundError";var ke=(mn=class extends y{constructor(s,u,d,w){super(`Object ${s} ${w?`at ${w}`:""}was anticipated to be a ${d} but it is a ${u}.`),this.code=this.name=mn.code,this.data={oid:s,actual:u,expected:d,filepath:w}}},c(mn,"fo"),mn);h(ke,"ObjectTypeError");var _e=ke;_e.code="ObjectTypeError";var Pe=(gn=class extends y{constructor(s){super(`Expected a 40-char hex object id but saw "${s}".`),this.code=this.name=gn.code,this.data={value:s}}},c(gn,"uo"),gn);h(Pe,"InvalidOidError");var Q=Pe;Q.code="InvalidOidError";var ge=(yn=class extends y{constructor(s){super(`Could not find a fetch refspec for remote "${s}". Make sure the config file has an entry like the following:
16
- [remote "${s}"]
13
+ Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${e}`),this.code=this.name=sh.code,this.data={message:e}}};u(sh,"InternalError");var H=sh;H.code="InternalError";var ah=class ah extends re{constructor(e){super(`The filepath "${e}" contains unsafe character sequences`),this.code=this.name=ah.code,this.data={filepath:e}}};u(ah,"UnsafeFilepathError");var Ra=ah;Ra.code="UnsafeFilepathError";var og=class og{constructor(e){this.buffer=e,this._start=0}eof(){return this._start>=this.buffer.length}tell(){return this._start}seek(e){this._start=e}slice(e){let r=this.buffer.slice(this._start,this._start+e);return this._start+=e,r}toString(e,r){let i=this.buffer.toString(e,this._start,this._start+r);return this._start+=r,i}write(e,r,i){let n=this.buffer.write(e,this._start,r,i);return this._start+=r,n}copy(e,r,i){let n=e.copy(this.buffer,this._start,r,i);return this._start+=n,n}readUInt8(){let e=this.buffer.readUInt8(this._start);return this._start+=1,e}writeUInt8(e){let r=this.buffer.writeUInt8(e,this._start);return this._start+=1,r}readUInt16BE(){let e=this.buffer.readUInt16BE(this._start);return this._start+=2,e}writeUInt16BE(e){let r=this.buffer.writeUInt16BE(e,this._start);return this._start+=2,r}readUInt32BE(){let e=this.buffer.readUInt32BE(this._start);return this._start+=4,e}writeUInt32BE(e){let r=this.buffer.writeUInt32BE(e,this._start);return this._start+=4,r}};u(og,"BufferCursor");var tr=og;function Uh(t,e){return-(t<e)||+(t>e)}u(Uh,"compareStrings");function jT(t,e){return Uh(t.path,e.path)}u(jT,"comparePath");function qT(t){let e=t>0?t>>12:0;e!==4&&e!==8&&e!==10&&e!==14&&(e=8);let r=t&511;return r&73?r=493:r=420,e!==8&&(r=0),(e<<12)+r}u(qT,"normalizeMode");var Dr=2**32;function yT(t,e,r,i){if(t!==void 0&&e!==void 0)return[t,e];r===void 0&&(r=i.valueOf());let n=Math.floor(r/1e3),s=(r-n*1e3)*1e6;return[n,s]}u(yT,"SecondsNanoseconds");function Aa(t){let[e,r]=yT(t.ctimeSeconds,t.ctimeNanoseconds,t.ctimeMs,t.ctime),[i,n]=yT(t.mtimeSeconds,t.mtimeNanoseconds,t.mtimeMs,t.mtime);return{ctimeSeconds:e%Dr,ctimeNanoseconds:r%Dr,mtimeSeconds:i%Dr,mtimeNanoseconds:n%Dr,dev:t.dev%Dr,ino:t.ino%Dr,mode:qT(t.mode%Dr),uid:t.uid%Dr,gid:t.gid%Dr,size:t.size>-1?t.size%Dr:0}}u(Aa,"normalizeStats");function D6(t){let e="";for(let r of new Uint8Array(t))r<16&&(e+="0"),e+=r.toString(16);return e}u(D6,"toHex");var Ay=null;async function si(t){return Ay===null&&(Ay=await I6()),Ay?UT(t):C6(t)}u(si,"shasum");function C6(t){return new MT().update(t).digest("hex")}u(C6,"shasumSync");async function UT(t){let e=await crypto.subtle.digest("SHA-1",t);return D6(e)}u(UT,"subtleSHA1");async function I6(){try{return await UT(new Uint8Array([]))==="da39a3ee5e6b4b0d3255bfef95601890afd80709"}catch{}return!1}u(I6,"testSubtleSHA1");function $6(t){return{assumeValid:!!(t&32768),extended:!!(t&16384),stage:(t&12288)>>12,nameLength:t&4095}}u($6,"parseCacheEntryFlags");function B6(t){let e=t.flags;return e.extended=!1,e.nameLength=Math.min(Buffer.from(t.path).length,4095),(e.assumeValid?32768:0)+(e.extended?16384:0)+((e.stage&3)<<12)+(e.nameLength&4095)}u(B6,"renderCacheEntryFlags");var Di=class Di{constructor(e,r){this._dirty=!1,this._unmergedPaths=r||new Set,this._entries=e||new Map}_addEntry(e){if(e.flags.stage===0)e.stages=[e],this._entries.set(e.path,e),this._unmergedPaths.delete(e.path);else{let r=this._entries.get(e.path);r||(this._entries.set(e.path,e),r=e),r.stages[e.flags.stage]=e,this._unmergedPaths.add(e.path)}}static async from(e){if(Buffer.isBuffer(e))return Di.fromBuffer(e);if(e===null)return new Di(null);throw new H("invalid type passed to GitIndex.from")}static async fromBuffer(e){if(e.length===0)throw new H("Index file is empty (.git/index)");let r=new Di,i=new tr(e),n=i.toString("utf8",4);if(n!=="DIRC")throw new H(`Invalid dircache magic file number: ${n}`);let s=await si(e.slice(0,-20)),a=e.slice(-20).toString("hex");if(a!==s)throw new H(`Invalid checksum in GitIndex buffer: expected ${a} but saw ${s}`);let l=i.readUInt32BE();if(l!==2)throw new H(`Unsupported dircache version: ${l}`);let c=i.readUInt32BE(),o=0;for(;!i.eof()&&o<c;){let f={};f.ctimeSeconds=i.readUInt32BE(),f.ctimeNanoseconds=i.readUInt32BE(),f.mtimeSeconds=i.readUInt32BE(),f.mtimeNanoseconds=i.readUInt32BE(),f.dev=i.readUInt32BE(),f.ino=i.readUInt32BE(),f.mode=i.readUInt32BE(),f.uid=i.readUInt32BE(),f.gid=i.readUInt32BE(),f.size=i.readUInt32BE(),f.oid=i.slice(20).toString("hex");let h=i.readUInt16BE();f.flags=$6(h);let d=e.indexOf(0,i.tell()+1)-i.tell();if(d<1)throw new H(`Got a path length of: ${d}`);if(f.path=i.toString("utf8",d),f.path.includes("..\\")||f.path.includes("../"))throw new Ra(f.path);let p=8-(i.tell()-12)%8;for(p===0&&(p=8);p--;){let m=i.readUInt8();if(m!==0)throw new H(`Expected 1-8 null characters but got '${m}' after ${f.path}`);if(i.eof())throw new H("Unexpected end of file")}f.stages=[],r._addEntry(f),o++}return r}get unmergedPaths(){return[...this._unmergedPaths]}get entries(){return[...this._entries.values()].sort(jT)}get entriesMap(){return this._entries}get entriesFlat(){return[...this.entries].flatMap(e=>e.stages.length>1?e.stages.filter(r=>r):e)}*[Symbol.iterator](){for(let e of this.entries)yield e}insert({filepath:e,stats:r,oid:i,stage:n=0}){r||(r={ctimeSeconds:0,ctimeNanoseconds:0,mtimeSeconds:0,mtimeNanoseconds:0,dev:0,ino:0,mode:0,uid:0,gid:0,size:0}),r=Aa(r);let s=Buffer.from(e),a={ctimeSeconds:r.ctimeSeconds,ctimeNanoseconds:r.ctimeNanoseconds,mtimeSeconds:r.mtimeSeconds,mtimeNanoseconds:r.mtimeNanoseconds,dev:r.dev,ino:r.ino,mode:r.mode||33188,uid:r.uid,gid:r.gid,size:r.size,path:e,oid:i,flags:{assumeValid:!1,extended:!1,stage:n,nameLength:s.length<4095?s.length:4095},stages:[]};this._addEntry(a),this._dirty=!0}delete({filepath:e}){if(this._entries.has(e))this._entries.delete(e);else for(let r of this._entries.keys())r.startsWith(e+"/")&&this._entries.delete(r);this._unmergedPaths.has(e)&&this._unmergedPaths.delete(e),this._dirty=!0}clear(){this._entries.clear(),this._dirty=!0}has({filepath:e}){return this._entries.has(e)}render(){return this.entries.map(e=>`${e.mode.toString(8)} ${e.oid} ${e.path}`).join(`
14
+ `)}static async _entryToBuffer(e){let r=Buffer.from(e.path),i=Math.ceil((62+r.length+1)/8)*8,n=Buffer.alloc(i),s=new tr(n),a=Aa(e);return s.writeUInt32BE(a.ctimeSeconds),s.writeUInt32BE(a.ctimeNanoseconds),s.writeUInt32BE(a.mtimeSeconds),s.writeUInt32BE(a.mtimeNanoseconds),s.writeUInt32BE(a.dev),s.writeUInt32BE(a.ino),s.writeUInt32BE(a.mode),s.writeUInt32BE(a.uid),s.writeUInt32BE(a.gid),s.writeUInt32BE(a.size),s.write(e.oid,20,"hex"),s.writeUInt16BE(B6(e)),s.write(e.path,r.length,"utf8"),n}async toObject(){let e=Buffer.alloc(12),r=new tr(e);r.write("DIRC",4,"utf8"),r.writeUInt32BE(2),r.writeUInt32BE(this.entriesFlat.length);let i=[];for(let l of this.entries)if(i.push(Di._entryToBuffer(l)),l.stages.length>1)for(let c of l.stages)c&&c!==l&&i.push(Di._entryToBuffer(c));i=await Promise.all(i);let n=Buffer.concat(i),s=Buffer.concat([e,n]),a=await si(s);return Buffer.concat([s,Buffer.from(a,"hex")])}};u(Di,"GitIndex");var Uy=Di;function Gu(t,e,r=!0,i=!0){let n=Aa(t),s=Aa(e);return r&&n.mode!==s.mode||n.mtimeSeconds!==s.mtimeSeconds||n.ctimeSeconds!==s.ctimeSeconds||n.uid!==s.uid||n.gid!==s.gid||i&&n.ino!==s.ino||n.size!==s.size}u(Gu,"compareStats");var Py=null,Ny=Symbol("IndexCache");function L6(){return{map:new Map,stats:new Map}}u(L6,"createCache");async function M6(t,e,r){let[i,n]=await Promise.all([t.lstat(e),t.read(e)]),s=await Uy.from(n);r.map.set(e,s),r.stats.set(e,i)}u(M6,"updateCachedIndexFile");async function j6(t,e,r){let i=r.stats.get(e);if(i===void 0)return!0;if(i===null)return!1;let n=await t.lstat(e);return n===null?!1:Gu(i,n)}u(j6,"isIndexStale");var lg=class lg{static async acquire({fs:e,gitdir:r,cache:i,allowUnmerged:n=!0},s){i[Ny]||(i[Ny]=L6());let a=`${r}/index`;Py===null&&(Py=new Ml({maxPending:1/0}));let l,c=[];return await Py.acquire(a,async()=>{let o=i[Ny];await j6(e,a,o)&&await M6(e,a,o);let f=o.map.get(a);if(c=f.unmergedPaths,c.length&&!n)throw new ql(c);if(l=await s(f),f._dirty){let h=await f.toObject();await e.write(a,h),o.stats.set(a,await e.lstat(a)),f._dirty=!1}}),l}};u(lg,"GitIndexManager");var Pe=lg;function Zu(t){let e=Math.max(t.lastIndexOf("/"),t.lastIndexOf("\\"));return e>-1&&(t=t.slice(e+1)),t}u(Zu,"basename");function Pa(t){let e=Math.max(t.lastIndexOf("/"),t.lastIndexOf("\\"));return e===-1?".":e===0?"/":t.slice(0,e)}u(Pa,"dirname");function zT(t){let e=new Map,r=u(function(n){if(!e.has(n)){let s={type:"tree",fullpath:n,basename:Zu(n),metadata:{},children:[]};e.set(n,s),s.parent=r(Pa(n)),s.parent&&s.parent!==s&&s.parent.children.push(s)}return e.get(n)},"mkdir"),i=u(function(n,s){if(!e.has(n)){let a={type:"blob",fullpath:n,basename:Zu(n),metadata:s,parent:r(Pa(n)),children:[]};a.parent&&a.parent.children.push(a),e.set(n,a)}return e.get(n)},"mkfile");r(".");for(let n of t)i(n.path,n);return e}u(zT,"flatFileListToDirectoryStructure");function q6(t){switch(t){case 16384:return"tree";case 33188:return"blob";case 33261:return"blob";case 40960:return"blob";case 57344:return"commit"}throw new H(`Unexpected GitTree entry mode: ${t.toString(8)}`)}u(q6,"mode2type");var cg=class cg{constructor({fs:e,gitdir:r,cache:i}){var s;this.treePromise=Pe.acquire({fs:e,gitdir:r,cache:i},async function(a){return zT(a.entries)});let n=this;this.ConstructEntry=(s=class{constructor(l){this._fullpath=l,this._type=!1,this._mode=!1,this._stat=!1,this._oid=!1}async type(){return n.type(this)}async mode(){return n.mode(this)}async stat(){return n.stat(this)}async content(){return n.content(this)}async oid(){return n.oid(this)}},u(s,"StageEntry"),s)}async readdir(e){let r=e._fullpath,n=(await this.treePromise).get(r);if(!n||n.type==="blob")return null;if(n.type!=="tree")throw new Error(`ENOTDIR: not a directory, scandir '${r}'`);let s=n.children.map(a=>a.fullpath);return s.sort(Uh),s}async type(e){return e._type===!1&&await e.stat(),e._type}async mode(e){return e._mode===!1&&await e.stat(),e._mode}async stat(e){if(e._stat===!1){let i=(await this.treePromise).get(e._fullpath);if(!i)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);let n=i.type==="tree"?{}:Aa(i.metadata);e._type=i.type==="tree"?"tree":q6(n.mode),e._mode=n.mode,i.type==="tree"?e._stat=void 0:e._stat=n}return e._stat}async content(e){}async oid(e){if(e._oid===!1){let i=(await this.treePromise).get(e._fullpath);e._oid=i.metadata.oid}return e._oid}};u(cg,"GitWalkerIndex");var zy=cg,zh=Symbol("GitWalkSymbol");function Cn(){let t=Object.create(null);return Object.defineProperty(t,zh,{value:u(function({fs:e,gitdir:r,cache:i}){return new zy({fs:e,gitdir:r,cache:i})},"value")}),Object.freeze(t),t}u(Cn,"STAGE");var oh=class oh extends re{constructor(e){super(`Could not find ${e}.`),this.code=this.name=oh.code,this.data={what:e}}};u(oh,"NotFoundError");var pe=oh;pe.code="NotFoundError";var lh=class lh extends re{constructor(e,r,i,n){super(`Object ${e} ${n?`at ${n}`:""}was anticipated to be a ${i} but it is a ${r}.`),this.code=this.name=lh.code,this.data={oid:e,actual:r,expected:i,filepath:n}}};u(lh,"ObjectTypeError");var _t=lh;_t.code="ObjectTypeError";var ch=class ch extends re{constructor(e){super(`Expected a 40-char hex object id but saw "${e}".`),this.code=this.name=ch.code,this.data={value:e}}};u(ch,"InvalidOidError");var Ii=ch;Ii.code="InvalidOidError";var fh=class fh extends re{constructor(e){super(`Could not find a fetch refspec for remote "${e}". Make sure the config file has an entry like the following:
15
+ [remote "${e}"]
17
16
  fetch = +refs/heads/*:refs/remotes/origin/*
18
- `),this.code=this.name=yn.code,this.data={remote:s}}},c(yn,"ho"),yn);h(ge,"NoRefspecError");var Ie=ge;Ie.code="NoRefspecError";var xe=(wn=class{constructor(s){if(this.refs=new Map,this.parsedConfig=[],s){let u=null;this.parsedConfig=s.trim().split(`
19
- `).map(d=>{if(/^\s*#/.test(d))return{line:d,comment:!0};let w=d.indexOf(" ");if(d.startsWith("^")){let _=d.slice(1);return this.refs.set(u+"^{}",_),{line:d,ref:u,peeled:_}}else{let _=d.slice(0,w);return u=d.slice(w+1),this.refs.set(u,_),{line:d,ref:u,oid:_}}})}return this}static from(s){return new wn(s)}delete(s){this.parsedConfig=this.parsedConfig.filter(u=>u.ref!==s),this.refs.delete(s)}toString(){return this.parsedConfig.map(({line:s})=>s).join(`
17
+ `),this.code=this.name=fh.code,this.data={remote:e}}};u(fh,"NoRefspecError");var Ul=fh;Ul.code="NoRefspecError";var uh=class uh{constructor(e){if(this.refs=new Map,this.parsedConfig=[],e){let r=null;this.parsedConfig=e.trim().split(`
18
+ `).map(i=>{if(/^\s*#/.test(i))return{line:i,comment:!0};let n=i.indexOf(" ");if(i.startsWith("^")){let s=i.slice(1);return this.refs.set(r+"^{}",s),{line:i,ref:r,peeled:s}}else{let s=i.slice(0,n);return r=i.slice(n+1),this.refs.set(r,s),{line:i,ref:r,oid:s}}})}return this}static from(e){return new uh(e)}delete(e){this.parsedConfig=this.parsedConfig.filter(r=>r.ref!==e),this.refs.delete(e)}toString(){return this.parsedConfig.map(({line:e})=>e).join(`
20
19
  `)+`
21
- `}},c(wn,"po"),wn);h(xe,"GitPackedRefs");var Ye=xe,kt=(bn=class{constructor({remotePath:s,localPath:u,force:d,matchPrefix:w}){Object.assign(this,{remotePath:s,localPath:u,force:d,matchPrefix:w})}static from(s){let[u,d,w,_,E]=s.match(/^(\+?)(.*?)(\*?):(.*?)(\*?)$/).slice(1),k=u==="+",I=w==="*";if(I!==(E==="*"))throw new T("Invalid refspec");return new bn({remotePath:d,localPath:_,force:k,matchPrefix:I})}translate(s){if(this.matchPrefix){if(s.startsWith(this.remotePath))return this.localPath+s.replace(this.remotePath,"")}else if(s===this.remotePath)return this.localPath;return null}reverseTranslate(s){if(this.matchPrefix){if(s.startsWith(this.localPath))return this.remotePath+s.replace(this.localPath,"")}else if(s===this.localPath)return this.remotePath;return null}},c(bn,"mo"),bn);h(kt,"GitRefSpec");var Gt=kt,gt=(_n=class{constructor(s=[]){this.rules=s}static from(s){let u=[];for(let d of s)u.push(Gt.from(d));return new _n(u)}add(s){let u=Gt.from(s);this.rules.push(u)}translate(s){let u=[];for(let d of this.rules)for(let w of s){let _=d.translate(w);_&&u.push([w,_])}return u}translateOne(s){let u=null;for(let d of this.rules){let w=d.translate(s);w&&(u=w)}return u}localNamespaces(){return this.rules.filter(s=>s.matchPrefix).map(s=>s.localPath.replace(/\/$/,""))}},c(_n,"wo"),_n);h(gt,"GitRefSpecSet");var _t=gt;function St(p,s){let u=p.replace(/\^\{\}$/,""),d=s.replace(/\^\{\}$/,""),w=-(u<d)||+(u>d);return w===0?p.endsWith("^{}")?1:-1:w}c(St,"B1"),h(St,"compareRefNames");function Pt(p,s){let u="",d=0,w=-1,_=0,E="\0";for(let k=0;k<=p.length;++k){if(k<p.length)E=p[k];else{if(E==="/")break;E="/"}if(E==="/"){if(!(w===k-1||_===1))if(_===2){if(u.length<2||d!==2||u.at(-1)!=="."||u.at(-2)!=="."){if(u.length>2){let I=u.lastIndexOf("/");I===-1?(u="",d=0):(u=u.slice(0,I),d=u.length-1-u.lastIndexOf("/")),w=k,_=0;continue}else if(u.length!==0){u="",d=0,w=k,_=0;continue}}s&&(u+=u.length>0?"/..":"..",d=2)}else u.length>0?u+="/"+p.slice(w+1,k):u=p.slice(w+1,k),d=k-w-1;w=k,_=0}else E==="."&&_!==-1?++_:_=-1}return u}c(Pt,"N1"),h(Pt,"normalizeString");function B(p){if(!p.length)return".";let s=p[0]==="/",u=p.at(-1)==="/";return p=Pt(p,!s),p.length?(u&&(p+="/"),s?`/${p}`:p):s?"/":u?"./":"."}c(B,"$1"),h(B,"normalize");function Y(...p){if(p.length===0)return".";let s;for(let u=0;u<p.length;++u){let d=p[u];d.length>0&&(s===void 0?s=d:s+="/"+d)}return s===void 0?".":B(s)}c(Y,"D"),h(Y,"join");var Ne=h(p=>{if(typeof p=="number")return p;p=p.toLowerCase();let s=parseInt(p);return p.endsWith("k")&&(s*=1024),p.endsWith("m")&&(s*=1024*1024),p.endsWith("g")&&(s*=1024*1024*1024),s},"num"),et=h(p=>{if(typeof p=="boolean")return p;if(p=p.trim().toLowerCase(),p==="true"||p==="yes"||p==="on")return!0;if(p==="false"||p==="no"||p==="off")return!1;throw Error(`Expected 'true', 'false', 'yes', 'no', 'on', or 'off', but got ${p}`)},"bool"),re={core:{filemode:et,bare:et,logallrefupdates:et,symlinks:et,ignorecase:et,bigFileThreshold:Ne}},be=/^\[([A-Za-z0-9-.]+)(?: "(.*)")?\]$/,A=/^[A-Za-z0-9-.]+$/,Ce=/^([A-Za-z][A-Za-z-]*)(?: *= *(.*))?$/,dt=/^[A-Za-z][A-Za-z-]*$/,v=/^(.*?)( *[#;].*)$/,ue=h(p=>{let s=be.exec(p);if(s!=null){let[u,d]=s.slice(1);return[u,d]}return null},"extractSectionLine"),de=h(p=>{let s=Ce.exec(p);if(s!=null){let[u,d="true"]=s.slice(1),w=N(d),_=fe(w);return[u,_]}return null},"extractVariableLine"),N=h(p=>{let s=v.exec(p);if(s==null)return p;let[u,d]=s.slice(1);return Z(u)&&Z(d)?`${u}${d}`:u},"removeComments"),Z=h(p=>(p.match(/(?:^|[^\\])"/g)||[]).length%2!==0,"hasOddNumberOfQuotes"),fe=h(p=>p.split("").reduce((s,u,d,w)=>{let _=u==='"'&&w[d-1]!=="\\",E=u==="\\"&&w[d+1]==='"';return _||E?s:s+u},""),"removeQuotes"),st=h(p=>p!=null?p.toLowerCase():null,"lower"),Xe=h((p,s,u)=>[st(p),s,st(u)].filter(d=>d!=null).join("."),"getPath"),D=h(p=>{let s=p.split("."),u=s.shift(),d=s.pop(),w=s.length?s.join("."):void 0;return{section:u,subsection:w,name:d,path:Xe(u,w,d),sectionPath:Xe(u,w,null),isSection:!!u}},"normalizePath"),W=h((p,s)=>p.reduce((u,d,w)=>s(d)?w:u,-1),"findLastIndex"),Me=(vn=class{constructor(s){let u=null,d=null;this.parsedConfig=s?s.split(`
22
- `).map(w=>{let _=null,E=null,k=w.trim(),I=ue(k),O=I!=null;if(O)[u,d]=I;else{let L=de(k);L!=null&&([_,E]=L)}let x=Xe(u,d,_);return{line:w,isSection:O,section:u,subsection:d,name:_,value:E,path:x}}):[]}static from(s){return new vn(s)}async get(s,u=!1){let d=D(s).path,w=this.parsedConfig.filter(_=>_.path===d).map(({section:_,name:E,value:k})=>{let I=re[_]&&re[_][E];return I?I(k):k});return u?w:w.pop()}async getall(s){return this.get(s,!0)}async getSubsections(s){return this.parsedConfig.filter(u=>u.isSection&&u.section===s).map(u=>u.subsection)}async deleteSection(s,u){this.parsedConfig=this.parsedConfig.filter(d=>!(d.section===s&&d.subsection===u))}async append(s,u){return this.set(s,u,!0)}async set(s,u,d=!1){let{section:w,subsection:_,name:E,path:k,sectionPath:I,isSection:O}=D(s),x=W(this.parsedConfig,L=>L.path===k);if(u==null)x!==-1&&this.parsedConfig.splice(x,1);else if(x!==-1){let L=this.parsedConfig[x],q=Object.assign({},L,{name:E,value:u,modified:!0});d?this.parsedConfig.splice(x+1,0,q):this.parsedConfig[x]=q}else{let L=this.parsedConfig.findIndex(ae=>ae.path===I),q={section:w,subsection:_,name:E,value:u,modified:!0,path:k};if(A.test(w)&&dt.test(E))if(L>=0)this.parsedConfig.splice(L+1,0,q);else{let ae={isSection:O,section:w,subsection:_,modified:!0,path:I};this.parsedConfig.push(ae,q)}}}toString(){return this.parsedConfig.map(({line:s,section:u,subsection:d,name:w,value:_,modified:E=!1})=>E?w!=null&&_!=null?typeof _=="string"&&/[#;]/.test(_)?` ${w} = "${_}"`:` ${w} = ${_}`:d!=null?`[${u} "${d}"]`:`[${u}]`:s).join(`
23
- `)}},c(vn,"go"),vn);h(Me,"GitConfig");var Le=Me,Ue=(ks=class{static async get({fs:s,gitdir:u}){let d=await s.read(`${u}/config`,{encoding:"utf8"});return Le.from(d)}static async save({fs:s,gitdir:u,config:d}){await s.write(`${u}/config`,d.toString(),{encoding:"utf8"})}},c(ks,"Hc"),ks);h(Ue,"GitConfigManager");var ut=Ue,vt=h(p=>[`${p}`,`refs/${p}`,`refs/tags/${p}`,`refs/heads/${p}`,`refs/remotes/${p}`,`refs/remotes/${p}/HEAD`],"refpaths"),Lt=["config","description","index","shallow","commondir"],Zr;async function fr(p,s){return Zr===void 0&&(Zr=new t),Zr.acquire(p,s)}c(fr,"Zt"),h(fr,"acquireLock");var Ct=(Ut=class{static async updateRemoteRefs({fs:s,gitdir:u,remote:d,refs:w,symrefs:_,tags:E,refspecs:k=void 0,prune:I=!1,pruneTags:O=!1}){for(let Be of w.values())if(!Be.match(/[0-9a-f]{40}/))throw new Q(Be);let x=await ut.get({fs:s,gitdir:u});if(!k){if(k=await x.getall(`remote.${d}.fetch`),k.length===0)throw new Ie(d);k.unshift(`+HEAD:refs/remotes/${d}/HEAD`)}let L=_t.from(k),q=new Map;if(O){let Be=await Ut.listRefs({fs:s,gitdir:u,filepath:"refs/tags"});await Ut.deleteRefs({fs:s,gitdir:u,refs:Be.map(qe=>`refs/tags/${qe}`)})}if(E){for(let Be of w.keys())if(Be.startsWith("refs/tags")&&!Be.endsWith("^{}")&&!await Ut.exists({fs:s,gitdir:u,ref:Be})){let qe=w.get(Be);q.set(Be,qe)}}let ae=L.translate([...w.keys()]);for(let[Be,qe]of ae){let We=w.get(Be);q.set(qe,We)}let ce=L.translate([..._.keys()]);for(let[Be,qe]of ce){let We=_.get(Be),Qe=L.translateOne(We);Qe&&q.set(qe,`ref: ${Qe}`)}let Re=[];if(I){for(let Be of L.localNamespaces()){let qe=(await Ut.listRefs({fs:s,gitdir:u,filepath:Be})).map(We=>`${Be}/${We}`);for(let We of qe)q.has(We)||Re.push(We)}Re.length>0&&await Ut.deleteRefs({fs:s,gitdir:u,refs:Re})}for(let[Be,qe]of q)await fr(Be,async()=>s.write(Y(u,Be),`${qe.trim()}
24
- `,"utf8"));return{pruned:Re}}static async writeRef({fs:s,gitdir:u,ref:d,value:w}){if(!w.match(/[0-9a-f]{40}/))throw new Q(w);await fr(d,async()=>s.write(Y(u,d),`${w.trim()}
25
- `,"utf8"))}static async writeSymbolicRef({fs:s,gitdir:u,ref:d,value:w}){await fr(d,async()=>s.write(Y(u,d),`ref: ${w.trim()}
26
- `,"utf8"))}static async deleteRef({fs:s,gitdir:u,ref:d}){return Ut.deleteRefs({fs:s,gitdir:u,refs:[d]})}static async deleteRefs({fs:s,gitdir:u,refs:d}){await Promise.all(d.map(k=>s.rm(Y(u,k))));let w=await fr("packed-refs",async()=>s.read(`${u}/packed-refs`,{encoding:"utf8"})),_=Ye.from(w),E=_.refs.size;for(let k of d)_.refs.has(k)&&_.delete(k);_.refs.size<E&&(w=_.toString(),await fr("packed-refs",async()=>s.write(`${u}/packed-refs`,w,{encoding:"utf8"})))}static async resolve({fs:s,gitdir:u,ref:d,depth:w=void 0}){if(w!==void 0&&(w--,w===-1))return d;if(d.startsWith("ref: "))return d=d.slice(5),Ut.resolve({fs:s,gitdir:u,ref:d,depth:w});if(d.length===40&&/[0-9a-f]{40}/.test(d))return d;let _=await Ut.packedRefs({fs:s,gitdir:u}),E=vt(d).filter(k=>!Lt.includes(k));for(let k of E){let I=await fr(k,async()=>await s.read(`${u}/${k}`,{encoding:"utf8"})||_.get(k));if(I)return Ut.resolve({fs:s,gitdir:u,ref:I.trim(),depth:w})}throw new se(d)}static async exists({fs:s,gitdir:u,ref:d}){try{return await Ut.expand({fs:s,gitdir:u,ref:d}),!0}catch{return!1}}static async expand({fs:s,gitdir:u,ref:d}){if(d.length===40&&/[0-9a-f]{40}/.test(d))return d;let w=await Ut.packedRefs({fs:s,gitdir:u}),_=vt(d);for(let E of _)if(await fr(E,async()=>s.exists(`${u}/${E}`))||w.has(E))return E;throw new se(d)}static async expandAgainstMap({ref:s,map:u}){let d=vt(s);for(let w of d)if(await u.has(w))return w;throw new se(s)}static resolveAgainstMap({ref:s,fullref:u=s,depth:d=void 0,map:w}){if(d!==void 0&&(d--,d===-1))return{fullref:u,oid:s};if(s.startsWith("ref: "))return s=s.slice(5),Ut.resolveAgainstMap({ref:s,fullref:u,depth:d,map:w});if(s.length===40&&/[0-9a-f]{40}/.test(s))return{fullref:u,oid:s};let _=vt(s);for(let E of _){let k=w.get(E);if(k)return Ut.resolveAgainstMap({ref:k.trim(),fullref:E,depth:d,map:w})}throw new se(s)}static async packedRefs({fs:s,gitdir:u}){let d=await fr("packed-refs",async()=>s.read(`${u}/packed-refs`,{encoding:"utf8"}));return Ye.from(d).refs}static async listRefs({fs:s,gitdir:u,filepath:d}){let w=Ut.packedRefs({fs:s,gitdir:u}),_=null;try{_=await s.readdirDeep(`${u}/${d}`),_=_.map(E=>E.replace(`${u}/${d}/`,""))}catch{_=[]}for(let E of(await w).keys())E.startsWith(d)&&(E=E.replace(d+"/",""),_.includes(E)||_.push(E));return _.sort(St),_}static async listBranches({fs:s,gitdir:u,remote:d}){return d?Ut.listRefs({fs:s,gitdir:u,filepath:`refs/remotes/${d}`}):Ut.listRefs({fs:s,gitdir:u,filepath:"refs/heads"})}static async listTags({fs:s,gitdir:u}){return(await Ut.listRefs({fs:s,gitdir:u,filepath:"refs/tags"})).filter(d=>!d.endsWith("^{}"))}},c(Ut,"he"),Ut);h(Ct,"GitRefManager");var ze=Ct;function Mt(p,s){return C(sr(p),sr(s))}c(Mt,"Y1"),h(Mt,"compareTreeEntryPath");function sr(p){return p.mode==="040000"?p.path+"/":p.path}c(sr,"pw"),h(sr,"appendSlashIfDir");function Qt(p){switch(p){case"040000":return"tree";case"100644":return"blob";case"100755":return"blob";case"120000":return"blob";case"160000":return"commit"}throw new T(`Unexpected GitTree entry mode: ${p}`)}c(Qt,"Nw"),h(Qt,"mode2type$1");function Mr(p){let s=[],u=0;for(;u<p.length;){let d=p.indexOf(32,u);if(d===-1)throw new T(`GitTree: Error parsing buffer at byte location ${u}: Could not find the next space character.`);let w=p.indexOf(0,u);if(w===-1)throw new T(`GitTree: Error parsing buffer at byte location ${u}: Could not find the next null character.`);let _=p.slice(u,d).toString("utf8");_==="40000"&&(_="040000");let E=Qt(_),k=p.slice(d+1,w).toString("utf8");if(k.includes("\\")||k.includes("/"))throw new $(k);let I=p.slice(w+1,w+21).toString("hex");u=w+21,s.push({mode:_,path:k,oid:I,type:E})}return s}c(Mr,"X1"),h(Mr,"parseBuffer");function oi(p){if(typeof p=="number"&&(p=p.toString(8)),p.match(/^0?4.*/))return"040000";if(p.match(/^1006.*/))return"100644";if(p.match(/^1007.*/))return"100755";if(p.match(/^120.*/))return"120000";if(p.match(/^160.*/))return"160000";throw new T(`Could not understand file mode: ${p}`)}c(oi,"J1"),h(oi,"limitModeToAllowed");function $r(p){return!p.oid&&p.sha&&(p.oid=p.sha),p.mode=oi(p.mode),p.type||(p.type=Qt(p.mode)),p}c($r,"Q1"),h($r,"nudgeIntoShape");var cg=(Sn=class{constructor(s){if(Buffer.isBuffer(s))this._entries=Mr(s);else if(Array.isArray(s))this._entries=s.map($r);else throw new T("invalid type passed to GitTree constructor");this._entries.sort(U)}static from(s){return new Sn(s)}render(){return this._entries.map(s=>`${s.mode} ${s.type} ${s.oid} ${s.path}`).join(`
27
- `)}toObject(){let s=[...this._entries];return s.sort(Mt),Buffer.concat(s.map(u=>{let d=Buffer.from(u.mode.replace(/^0/,"")),w=Buffer.from(" "),_=Buffer.from(u.path,"utf8"),E=Buffer.from([0]),k=Buffer.from(u.oid,"hex");return Buffer.concat([d,w,_,E,k])}))}entries(){return this._entries}*[Symbol.iterator](){for(let s of this._entries)yield s}},c(Sn,"yo"),Sn);h(cg,"GitTree");var Lr=cg,fg=(Rs=class{static wrap({type:s,object:u}){let d=`${s} ${u.length}\0`,w=d.length,_=w+u.length,E=new Uint8Array(_);for(let k=0;k<w;k++)E[k]=d.charCodeAt(k);return E.set(u,w),E}static unwrap(s){let u=s.indexOf(32),d=s.indexOf(0),w=s.slice(0,u).toString("utf8"),_=s.slice(u+1,d).toString("utf8"),E=s.length-(d+1);if(parseInt(_)!==E)throw new T(`Length mismatch: expected ${_} bytes but got ${E} instead.`);return{type:w,object:Buffer.from(s.slice(d+1))}}},c(Rs,"qc"),Rs);h(fg,"GitObject");var ds=fg;async function nh({fs:p,gitdir:s,oid:u}){let d=`objects/${u.slice(0,2)}/${u.slice(2)}`,w=await p.read(`${s}/${d}`);return w?{object:w,format:"deflated",source:d}:null}c(nh,"$w"),h(nh,"readObjectLoose");function hg(p,s){let u=new M(p),d=sh(u);if(d!==s.byteLength)throw new T(`applyDelta expected source buffer to be ${d} bytes but the provided buffer was ${s.length} bytes`);let w=sh(u),_,E=oh(u,s);if(E.byteLength===w)_=E;else{_=Buffer.alloc(w);let k=new M(_);for(k.copy(E);!u.eof();)k.copy(oh(u,s));let I=k.tell();if(w!==I)throw new T(`applyDelta expected target buffer to be ${w} bytes but the resulting buffer was ${I} bytes`)}return _}c(hg,"ek"),h(hg,"applyDelta");function sh(p){let s=0,u=0,d=null;do d=p.readUInt8(),s|=(d&127)<<u,u+=7;while(d&128);return s}c(sh,"mw"),h(sh,"readVarIntLE");function ah(p,s,u){let d=0,w=0;for(;u--;)s&1&&(d|=p.readUInt8()<<w),s>>=1,w+=8;return d}c(ah,"ww"),h(ah,"readCompactLE");function oh(p,s){let u=p.readUInt8(),d=128,w=15,_=112;if(u&d){let E=ah(p,u&w,4),k=ah(p,(u&_)>>4,3);return k===0&&(k=65536),s.slice(E,E+k)}else return p.slice(u)}c(oh,"gw"),h(oh,"readOp");function ug(p){let s=[p];return{next(){return Promise.resolve({done:s.length===0,value:s.pop()})},return(){return s=[],{}},[Symbol.asyncIterator](){return this}}}c(ug,"tk"),h(ug,"fromValue");function lh(p){return p[Symbol.asyncIterator]?p[Symbol.asyncIterator]():p[Symbol.iterator]?p[Symbol.iterator]():p.next?p:ug(p)}c(lh,"Lw"),h(lh,"getIterator");var dg=(Ts=class{constructor(s){if(typeof Buffer>"u")throw new Error("Missing Buffer dependency");this.stream=lh(s),this.buffer=null,this.cursor=0,this.undoCursor=0,this.started=!1,this._ended=!1,this._discardedBytes=0}eof(){return this._ended&&this.cursor===this.buffer.length}tell(){return this._discardedBytes+this.cursor}async byte(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(1),this.buffer[this.undoCursor]}async chunk(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(this.buffer.length),this.buffer.slice(this.undoCursor,this.cursor)}async read(s){if(!this.eof())return this.started||await this._init(),this.cursor+s>this.buffer.length&&(this._trim(),await this._accumulate(s)),this._moveCursor(s),this.buffer.slice(this.undoCursor,this.cursor)}async skip(s){this.eof()||(this.started||await this._init(),this.cursor+s>this.buffer.length&&(this._trim(),await this._accumulate(s)),this._moveCursor(s))}async undo(){this.cursor=this.undoCursor}async _next(){this.started=!0;let{done:s,value:u}=await this.stream.next();return s&&(this._ended=!0,!u)?Buffer.alloc(0):(u&&(u=Buffer.from(u)),u)}_trim(){this.buffer=this.buffer.slice(this.undoCursor),this.cursor-=this.undoCursor,this._discardedBytes+=this.undoCursor,this.undoCursor=0}_moveCursor(s){this.undoCursor=this.cursor,this.cursor+=s,this.cursor>this.buffer.length&&(this.cursor=this.buffer.length)}async _accumulate(s){if(this._ended)return;let u=[this.buffer];for(;this.cursor+s>mg(u);){let d=await this._next();if(this._ended)break;u.push(d)}this.buffer=Buffer.concat(u)}async _loadnext(){this._discardedBytes+=this.buffer.length,this.undoCursor=0,this.cursor=0,this.buffer=await this._next()}async _init(){this.buffer=await this._next()}},c(Ts,"Uc"),Ts);h(dg,"StreamReader");var pg=dg;function mg(p){return p.reduce((s,u)=>s+u.length,0)}c(mg,"rk"),h(mg,"lengthBuffers");async function gg(p,s){let u=new pg(p),d=await u.read(4);if(d=d.toString("utf8"),d!=="PACK")throw new T(`Invalid PACK header '${d}'`);let w=await u.read(4);if(w=w.readUInt32BE(0),w!==2)throw new T(`Invalid packfile version: ${w}`);let _=await u.read(4);if(_=_.readUInt32BE(0),!(_<1))for(;!u.eof()&&_--;){let E=u.tell(),{type:k,length:I,ofs:O,reference:x}=await yg(u),L=new o.Inflate;for(;!L.result;){let q=await u.chunk();if(!q)break;if(L.push(q,!1),L.err)throw new T(`Pako error: ${L.msg}`);if(L.result){if(L.result.length!==I)throw new T("Inflated object size is different from that stated in packfile.");await u.undo(),await u.read(q.length-L.strm.avail_in);let ae=u.tell();await s({data:L.result,type:k,num:_,offset:E,end:ae,reference:x,ofs:O})}}}}c(gg,"ik"),h(gg,"listpack");async function yg(p){let s=await p.byte(),u=s>>4&7,d=s&15;if(s&128){let E=4;do s=await p.byte(),d|=(s&127)<<E,E+=7;while(s&128)}let w,_;if(u===6){let E=0;w=0;let k=[];do s=await p.byte(),w|=(s&127)<<E,E+=7,k.push(s);while(s&128);_=Buffer.from(k)}return u===7&&(_=await p.read(20)),{type:u,length:d,ofs:w,reference:_}}c(yg,"nk"),h(yg,"parseHeader");var ch=!1;async function fh(p){return ch===null&&(ch=bg()),ch?wg(p):o.inflate(p)}c(fh,"Mw"),h(fh,"inflate");async function wg(p){let s=new DecompressionStream("deflate"),u=new Blob([p]).stream().pipeThrough(s);return new Uint8Array(await new Response(u).arrayBuffer())}c(wg,"ak"),h(wg,"browserInflate");function bg(){try{if(new DecompressionStream("deflate"))return!0}catch{}return!1}c(bg,"ok"),h(bg,"testDecompressionStream");function _g(p){let s=[],u=0,d=0;do{u=p.readUInt8();let w=u&127;s.push(w),d=u&128}while(d);return s.reduce((w,_)=>w+1<<7|_,-1)}c(_g,"sk"),h(_g,"decodeVarInt");function vg(p,s){let u=s,d=4,w=null;do w=p.readUInt8(),u|=(w&127)<<d,d+=7;while(w&128);return u}c(vg,"lk"),h(vg,"otherVarIntDecode");var Sg=($i=class{constructor(s){Object.assign(this,s),this.offsetCache={}}static async fromIdx({idx:s,getExternalRefDelta:u}){let d=new M(s);if(d.slice(4).toString("hex")!=="ff744f63")return;let w=d.readUInt32BE();if(w!==2)throw new T(`Unable to read version ${w} packfile IDX. (Only version 2 supported)`);if(s.byteLength>2048*1024*1024)throw new T("To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.");d.seek(d.tell()+4*255);let _=d.readUInt32BE(),E=[];for(let O=0;O<_;O++){let x=d.slice(20).toString("hex");E[O]=x}d.seek(d.tell()+4*_);let k=new Map;for(let O=0;O<_;O++)k.set(E[O],d.readUInt32BE());let I=d.slice(20).toString("hex");return new $i({hashes:E,crcs:{},offsets:k,packfileSha:I,getExternalRefDelta:u})}static async fromPack({pack:s,getExternalRefDelta:u,onProgress:d}){let w={1:"commit",2:"tree",3:"blob",4:"tag",6:"ofs-delta",7:"ref-delta"},_={},E=s.slice(-20).toString("hex"),k=[],I={},O=new Map,x=null,L=null;await gg([s],async({data:Be,type:qe,reference:We,offset:Qe,num:at})=>{x===null&&(x=at);let ot=Math.floor((x-at)*100/x);ot!==L&&d&&await d({phase:"Receiving objects",loaded:x-at,total:x}),L=ot,qe=w[qe],["commit","tree","blob","tag"].includes(qe)?_[Qe]={type:qe,offset:Qe}:qe==="ofs-delta"?_[Qe]={type:qe,offset:Qe}:qe==="ref-delta"&&(_[Qe]={type:qe,offset:Qe})});let q=Object.keys(_).map(Number);for(let[Be,qe]of q.entries()){let We=Be+1===q.length?s.byteLength-20:q[Be+1],Qe=_[qe],at=n.buf(s.slice(qe,We))>>>0;Qe.end=We,Qe.crc=at}let ae=new $i({pack:Promise.resolve(s),packfileSha:E,crcs:I,hashes:k,offsets:O,getExternalRefDelta:u});L=null;let ce=0,Re=[0,0,0,0,0,0,0,0,0,0,0,0];for(let Be in _){Be=Number(Be);let qe=Math.floor(ce*100/x);qe!==L&&d&&await d({phase:"Resolving deltas",loaded:ce,total:x}),ce++,L=qe;let We=_[Be];if(!We.oid)try{ae.readDepth=0,ae.externalReadDepth=0;let{type:Qe,object:at}=await ae.readSlice({start:Be});Re[ae.readDepth]+=1;let ot=await j(ds.wrap({type:Qe,object:at}));We.oid=ot,k.push(ot),O.set(ot,Be),I[ot]=We.crc}catch{continue}}return k.sort(),ae}async toBuffer(){let s=[],u=h((O,x)=>{s.push(Buffer.from(O,x))},"write");u("ff744f63","hex"),u("00000002","hex");let d=new M(Buffer.alloc(256*4));for(let O=0;O<256;O++){let x=0;for(let L of this.hashes)parseInt(L.slice(0,2),16)<=O&&x++;d.writeUInt32BE(x)}s.push(d.buffer);for(let O of this.hashes)u(O,"hex");let w=new M(Buffer.alloc(this.hashes.length*4));for(let O of this.hashes)w.writeUInt32BE(this.crcs[O]);s.push(w.buffer);let _=new M(Buffer.alloc(this.hashes.length*4));for(let O of this.hashes)_.writeUInt32BE(this.offsets.get(O));s.push(_.buffer),u(this.packfileSha,"hex");let E=Buffer.concat(s),k=await j(E),I=Buffer.alloc(20);return I.write(k,"hex"),Buffer.concat([E,I])}async load({pack:s}){this.pack=s}async unload(){this.pack=null}async read({oid:s}){if(!this.offsets.get(s)){if(this.getExternalRefDelta)return this.externalReadDepth++,this.getExternalRefDelta(s);throw new T(`Could not read object ${s} from packfile`)}let u=this.offsets.get(s);return this.readSlice({start:u})}async readSlice({start:s}){if(this.offsetCache[s])return Object.assign({},this.offsetCache[s]);this.readDepth++;let u={16:"commit",32:"tree",48:"blob",64:"tag",96:"ofs_delta",112:"ref_delta"};if(!this.pack)throw new T("Tried to read from a GitPackIndex with no packfile loaded into memory");let d=(await this.pack).slice(s),w=new M(d),_=w.readUInt8(),E=_&112,k=u[E];if(k===void 0)throw new T("Unrecognized type: 0b"+E.toString(2));let I=_&15,O=I;_&128&&(O=vg(w,I));let x=null,L=null;if(k==="ofs_delta"){let ae=_g(w),ce=s-ae;({object:x,type:k}=await this.readSlice({start:ce}))}if(k==="ref_delta"){let ae=w.slice(20).toString("hex");({object:x,type:k}=await this.read({oid:ae}))}let q=d.slice(w.tell());if(L=Buffer.from(await fh(q)),L.byteLength!==O)throw new T(`Packfile told us object would have length ${O} but it had length ${L.byteLength}`);return x&&(L=Buffer.from(hg(L,x))),this.readDepth>3&&(this.offsetCache[s]={type:k,object:L}),{type:k,format:"content",object:L}}},c($i,"yn"),$i);h(Sg,"GitPackIndex");var hh=Sg,al=Symbol("PackfileCache");async function Eg({fs:p,filename:s,getExternalRefDelta:u,emitter:d,emitterPrefix:w}){let _=await p.read(s);return hh.fromIdx({idx:_,getExternalRefDelta:u})}c(Eg,"ck"),h(Eg,"loadPackIndex");function ol({fs:p,cache:s,filename:u,getExternalRefDelta:d,emitter:w,emitterPrefix:_}){s[al]||(s[al]=new Map);let E=s[al].get(u);return E||(E=Eg({fs:p,filename:u,getExternalRefDelta:d,emitter:w,emitterPrefix:_}),s[al].set(u,E)),E}c(ol,"Rc"),h(ol,"readPackIndex");async function Fg({fs:p,cache:s,gitdir:u,oid:d,format:w="content",getExternalRefDelta:_}){let E=await p.readdir(Y(u,"objects/pack"));E=E.filter(k=>k.endsWith(".idx"));for(let k of E){let I=`${u}/objects/pack/${k}`,O=await ol({fs:p,cache:s,filename:I,getExternalRefDelta:_});if(O.error)throw new T(O.error);if(O.offsets.has(d)){if(!O.pack){let L=I.replace(/idx$/,"pack");O.pack=p.read(L)}let x=await O.read({oid:d,getExternalRefDelta:_});return x.format="content",x.source=`objects/pack/${k.replace(/idx$/,"pack")}`,x}}return null}c(Fg,"fk"),h(Fg,"readObjectPacked");async function jt({fs:p,cache:s,gitdir:u,oid:d,format:w="content"}){let _=h(x=>jt({fs:p,cache:s,gitdir:u,oid:x}),"getExternalRefDelta"),E;if(d==="4b825dc642cb6eb9a060e54bf8d69288fbee4904"&&(E={format:"wrapped",object:Buffer.from("tree 0\0")}),E||(E=await nh({fs:p,gitdir:u,oid:d})),!E){if(E=await Fg({fs:p,cache:s,gitdir:u,oid:d,getExternalRefDelta:_}),!E)throw new se(d);return E}if(w==="deflated"||(E.format==="deflated"&&(E.object=Buffer.from(await fh(E.object)),E.format="wrapped"),w==="wrapped"))return E;let k=await j(E.object);if(k!==d)throw new T(`SHA check failed! Expected ${d}, computed ${k}`);let{object:I,type:O}=ds.unwrap(E.object);if(E.type=O,E.object=I,E.format="content",w==="content")return E;throw new T(`invalid requested format "${w}"`)}c(jt,"Q"),h(jt,"_readObject");var kg=(En=class extends y{constructor(s,u,d=!0){super(`Failed to create ${s} at ${u} because it already exists.${d?` (Hint: use 'force: true' parameter to overwrite existing ${s}.)`:""}`),this.code=this.name=En.code,this.data={noun:s,where:u,canForce:d}}},c(En,"bo"),En);h(kg,"AlreadyExistsError");var yi=kg;yi.code="AlreadyExistsError";var Rg=(Fn=class extends y{constructor(s,u,d){super(`Found multiple ${s} matching "${u}" (${d.join(", ")}). Use a longer abbreviation length to disambiguate them.`),this.code=this.name=Fn.code,this.data={nouns:s,short:u,matches:d}}},c(Fn,"_o"),Fn);h(Rg,"AmbiguousError");var uh=Rg;uh.code="AmbiguousError";var Tg=(kn=class extends y{constructor(s){super(`Your local changes to the following files would be overwritten by checkout: ${s.join(", ")}`),this.code=this.name=kn.code,this.data={filepaths:s}}},c(kn,"vo"),kn);h(Tg,"CheckoutConflictError");var dh=Tg;dh.code="CheckoutConflictError";var Og=(Rn=class extends y{constructor(s,u){super(`Failed to checkout "${s}" because commit ${u} is not available locally. Do a git fetch to make the branch available locally.`),this.code=this.name=Rn.code,this.data={ref:s,oid:u}}},c(Rn,"Fo"),Rn);h(Og,"CommitNotFetchedError");var ph=Og;ph.code="CommitNotFetchedError";var xg=(Tn=class extends y{constructor(){super("Empty response from git server."),this.code=this.name=Tn.code,this.data={}}},c(Tn,"So"),Tn);h(xg,"EmptyServerResponseError");var mh=xg;mh.code="EmptyServerResponseError";var Ag=(On=class extends y{constructor(){super("A simple fast-forward merge was not possible."),this.code=this.name=On.code,this.data={}}},c(On,"Eo"),On);h(Ag,"FastForwardError");var gh=Ag;gh.code="FastForwardError";var Pg=(xn=class extends y{constructor(s,u){super(`One or more branches were not updated: ${s}`),this.code=this.name=xn.code,this.data={prettyDetails:s,result:u}}},c(xn,"ko"),xn);h(Pg,"GitPushError");var yh=Pg;yh.code="GitPushError";var Dg=(An=class extends y{constructor(s,u,d){super(`HTTP Error: ${s} ${u}`),this.code=this.name=An.code,this.data={statusCode:s,statusMessage:u,response:d}}},c(An,"xo"),An);h(Dg,"HttpError");var ll=Dg;ll.code="HttpError";var Ng=(Pn=class extends y{constructor(s){let u="invalid filepath";s==="leading-slash"||s==="trailing-slash"?u='"filepath" parameter should not include leading or trailing directory separators because these can cause problems on some platforms.':s==="directory"&&(u='"filepath" should not be a directory.'),super(u),this.code=this.name=Pn.code,this.data={reason:s}}},c(Pn,"Po"),Pn);h(Ng,"InvalidFilepathError");var ps=Ng;ps.code="InvalidFilepathError";var Cg=(Dn=class extends y{constructor(s,u){super(`"${s}" would be an invalid git reference. (Hint: a valid alternative would be "${u}".)`),this.code=this.name=Dn.code,this.data={ref:s,suggestion:u}}},c(Dn,"To"),Dn);h(Cg,"InvalidRefNameError");var wi=Cg;wi.code="InvalidRefNameError";var Ig=(Nn=class extends y{constructor(s){super(`Maximum search depth of ${s} exceeded.`),this.code=this.name=Nn.code,this.data={depth:s}}},c(Nn,"Ao"),Nn);h(Ig,"MaxDepthError");var wh=Ig;wh.code="MaxDepthError";var Bg=(Cn=class extends y{constructor(){super("Merges with conflicts are not supported yet."),this.code=this.name=Cn.code,this.data={}}},c(Cn,"Oo"),Cn);h(Bg,"MergeNotSupportedError");var cl=Bg;cl.code="MergeNotSupportedError";var jg=(In=class extends y{constructor(s,u,d,w){super(`Automatic merge failed with one or more merge conflicts in the following files: ${s.toString()}. Fix conflicts then commit the result.`),this.code=this.name=In.code,this.data={filepaths:s,bothModified:u,deleteByUs:d,deleteByTheirs:w}}},c(In,"Do"),In);h(jg,"MergeConflictError");var fl=jg;fl.code="MergeConflictError";var Mg=(Bn=class extends y{constructor(s){super(`No name was provided for ${s} in the argument or in the .git/config file.`),this.code=this.name=Bn.code,this.data={role:s}}},c(Bn,"Ro"),Bn);h(Mg,"MissingNameError");var Tr=Mg;Tr.code="MissingNameError";var $g=(jn=class extends y{constructor(s){super(`The function requires a "${s}" parameter but none was provided.`),this.code=this.name=jn.code,this.data={parameter:s}}},c(jn,"Co"),jn);h($g,"MissingParameterError");var Ur=$g;Ur.code="MissingParameterError";var Lg=(Mn=class extends y{constructor(s){super('There are multiple errors that were thrown by the method. Please refer to the "errors" property to see more'),this.code=this.name=Mn.code,this.data={errors:s},this.errors=s}},c(Mn,"Io"),Mn);h(Lg,"MultipleGitError");var bh=Lg;bh.code="MultipleGitError";var Ug=($n=class extends y{constructor(s,u){super(`Expected "${s}" but received "${u}".`),this.code=this.name=$n.code,this.data={expected:s,actual:u}}},c($n,"Bo"),$n);h(Ug,"ParseError");var ho=Ug;ho.code="ParseError";var Wg=(Ln=class extends y{constructor(s){let u="";s==="not-fast-forward"?u=" because it was not a simple fast-forward":s==="tag-exists"&&(u=" because tag already exists"),super(`Push rejected${u}. Use "force: true" to override.`),this.code=this.name=Ln.code,this.data={reason:s}}},c(Ln,"No"),Ln);h(Wg,"PushRejectedError");var hl=Wg;hl.code="PushRejectedError";var qg=(Un=class extends y{constructor(s,u){super(`Remote does not support the "${s}" so the "${u}" parameter cannot be used.`),this.code=this.name=Un.code,this.data={capability:s,parameter:u}}},c(Un,"$o"),Un);h(qg,"RemoteCapabilityError");var ms=qg;ms.code="RemoteCapabilityError";var zg=(Wn=class extends y{constructor(s,u){super(`Remote did not reply using the "smart" HTTP protocol. Expected "001e# service=git-upload-pack" but received: ${s}`),this.code=this.name=Wn.code,this.data={preview:s,response:u}}},c(Wn,"Lo"),Wn);h(zg,"SmartHttpError");var _h=zg;_h.code="SmartHttpError";var Hg=(qn=class extends y{constructor(s,u,d){super(`Git remote "${s}" uses an unrecognized transport protocol: "${u}"`),this.code=this.name=qn.code,this.data={url:s,transport:u,suggestion:d}}},c(qn,"Mo"),qn);h(Hg,"UnknownTransportError");var vh=Hg;vh.code="UnknownTransportError";var Gg=(zn=class extends y{constructor(s){super(`Cannot parse remote URL: "${s}"`),this.code=this.name=zn.code,this.data={url:s}}},c(zn,"jo"),zn);h(Gg,"UrlParseError");var Sh=Gg;Sh.code="UrlParseError";var Vg=(Hn=class extends y{constructor(){super("The operation was canceled."),this.code=this.name=Hn.code,this.data={}}},c(Hn,"Ho"),Hn);h(Vg,"UserCanceledError");var ul=Vg;ul.code="UserCanceledError";var Kg=(Gn=class extends y{constructor(s){super(`Could not merge index: Entry for '${s}' is not up to date. Either reset the index entry to HEAD, or stage your unstaged changes.`),this.code=this.name=Gn.code,this.data={filepath:s}}},c(Gn,"qo"),Gn);h(Kg,"IndexResetError");var Eh=Kg;Eh.code="IndexResetError";var Jg=(Vn=class extends y{constructor(s){super(`"${s}" does not point to any commit. You're maybe working on a repository with no commits yet. `),this.code=this.name=Vn.code,this.data={ref:s}}},c(Vn,"Uo"),Vn);h(Jg,"NoCommitError");var Fh=Jg;Fh.code="NoCommitError";var Yg=Object.freeze({__proto__:null,AlreadyExistsError:yi,AmbiguousError:uh,CheckoutConflictError:dh,CommitNotFetchedError:ph,EmptyServerResponseError:mh,FastForwardError:gh,GitPushError:yh,HttpError:ll,InternalError:T,InvalidFilepathError:ps,InvalidOidError:Q,InvalidRefNameError:wi,MaxDepthError:wh,MergeNotSupportedError:cl,MergeConflictError:fl,MissingNameError:Tr,MissingParameterError:Ur,MultipleGitError:bh,NoRefspecError:Ie,NotFoundError:se,ObjectTypeError:_e,ParseError:ho,PushRejectedError:hl,RemoteCapabilityError:ms,SmartHttpError:_h,UnknownTransportError:vh,UnsafeFilepathError:$,UrlParseError:Sh,UserCanceledError:ul,UnmergedPathsError:S,IndexResetError:Eh,NoCommitError:Fh});function dl({name:p,email:s,timestamp:u,timezoneOffset:d}){return d=Xg(d),`${p} <${s}> ${u} ${d}`}c(dl,"Ec"),h(dl,"formatAuthor");function Xg(p){let s=Qg(Zg(p));p=Math.abs(p);let u=Math.floor(p/60);p-=u*60;let d=String(u),w=String(p);return d.length<2&&(d="0"+d),w.length<2&&(w="0"+w),(s===-1?"-":"+")+d+w}c(Xg,"uk"),h(Xg,"formatTimezoneOffset");function Qg(p){return Math.sign(p)||(Object.is(p,-0)?-1:1)}c(Qg,"dk"),h(Qg,"simpleSign");function Zg(p){return p===0?p:-p}c(Zg,"hk"),h(Zg,"negateExceptForZero");function li(p){return p=p.replace(/\r/g,""),p=p.replace(/^\n+/,""),p=p.replace(/\n+$/,"")+`
28
- `,p}c(li,"Bt"),h(li,"normalizeNewlines");function uo(p){let[,s,u,d,w]=p.match(/^(.*) <(.*)> (.*) (.*)$/);return{name:s,email:u,timestamp:Number(d),timezoneOffset:ey(w)}}c(uo,"eo"),h(uo,"parseAuthor");function ey(p){let[,s,u,d]=p.match(/(\+|-)(\d\d)(\d\d)/);return d=(s==="+"?1:-1)*(Number(u)*60+Number(d)),ty(d)}c(ey,"pk"),h(ey,"parseTimezoneOffset");function ty(p){return p===0?p:-p}c(ty,"mk"),h(ty,"negateExceptForZero$1");var ry=(Si=class{constructor(s){if(typeof s=="string")this._tag=s;else if(Buffer.isBuffer(s))this._tag=s.toString("utf8");else if(typeof s=="object")this._tag=Si.render(s);else throw new T("invalid type passed to GitAnnotatedTag constructor")}static from(s){return new Si(s)}static render(s){return`object ${s.object}
29
- type ${s.type}
30
- tag ${s.tag}
31
- tagger ${dl(s.tagger)}
32
-
33
- ${s.message}
34
- ${s.gpgsig?s.gpgsig:""}`}justHeaders(){return this._tag.slice(0,this._tag.indexOf(`
35
-
36
- `))}message(){let s=this.withoutSignature();return s.slice(s.indexOf(`
37
-
38
- `)+2)}parse(){return Object.assign(this.headers(),{message:this.message(),gpgsig:this.gpgsig()})}render(){return this._tag}headers(){let s=this.justHeaders().split(`
39
- `),u=[];for(let w of s)w[0]===" "?u[u.length-1]+=`
40
- `+w.slice(1):u.push(w);let d={};for(let w of u){let _=w.slice(0,w.indexOf(" ")),E=w.slice(w.indexOf(" ")+1);Array.isArray(d[_])?d[_].push(E):d[_]=E}return d.tagger&&(d.tagger=uo(d.tagger)),d.committer&&(d.committer=uo(d.committer)),d}withoutSignature(){let s=li(this._tag);return s.indexOf(`
41
- -----BEGIN PGP SIGNATURE-----`)===-1?s:s.slice(0,s.lastIndexOf(`
20
+ `}};u(uh,"GitPackedRefs");var Ku=uh,hh=class hh{constructor({remotePath:e,localPath:r,force:i,matchPrefix:n}){Object.assign(this,{remotePath:e,localPath:r,force:i,matchPrefix:n})}static from(e){let[r,i,n,s,a]=e.match(/^(\+?)(.*?)(\*?):(.*?)(\*?)$/).slice(1),l=r==="+",c=n==="*";if(c!==(a==="*"))throw new H("Invalid refspec");return new hh({remotePath:i,localPath:s,force:l,matchPrefix:c})}translate(e){if(this.matchPrefix){if(e.startsWith(this.remotePath))return this.localPath+e.replace(this.remotePath,"")}else if(e===this.remotePath)return this.localPath;return null}reverseTranslate(e){if(this.matchPrefix){if(e.startsWith(this.localPath))return this.remotePath+e.replace(this.localPath,"")}else if(e===this.localPath)return this.remotePath;return null}};u(hh,"GitRefSpec");var Ju=hh,dh=class dh{constructor(e=[]){this.rules=e}static from(e){let r=[];for(let i of e)r.push(Ju.from(i));return new dh(r)}add(e){let r=Ju.from(e);this.rules.push(r)}translate(e){let r=[];for(let i of this.rules)for(let n of e){let s=i.translate(n);s&&r.push([n,s])}return r}translateOne(e){let r=null;for(let i of this.rules){let n=i.translate(e);n&&(r=n)}return r}localNamespaces(){return this.rules.filter(e=>e.matchPrefix).map(e=>e.localPath.replace(/\/$/,""))}};u(dh,"GitRefSpecSet");var Wy=dh;function U6(t,e){let r=t.replace(/\^\{\}$/,""),i=e.replace(/\^\{\}$/,""),n=-(r<i)||+(r>i);return n===0?t.endsWith("^{}")?1:-1:n}u(U6,"compareRefNames");function z6(t,e){let r="",i=0,n=-1,s=0,a="\0";for(let l=0;l<=t.length;++l){if(l<t.length)a=t[l];else{if(a==="/")break;a="/"}if(a==="/"){if(!(n===l-1||s===1))if(s===2){if(r.length<2||i!==2||r.at(-1)!=="."||r.at(-2)!=="."){if(r.length>2){let c=r.lastIndexOf("/");c===-1?(r="",i=0):(r=r.slice(0,c),i=r.length-1-r.lastIndexOf("/")),n=l,s=0;continue}else if(r.length!==0){r="",i=0,n=l,s=0;continue}}e&&(r+=r.length>0?"/..":"..",i=2)}else r.length>0?r+="/"+t.slice(n+1,l):r=t.slice(n+1,l),i=l-n-1;n=l,s=0}else a==="."&&s!==-1?++s:s=-1}return r}u(z6,"normalizeString");function W6(t){if(!t.length)return".";let e=t[0]==="/",r=t.at(-1)==="/";return t=z6(t,!e),t.length?(r&&(t+="/"),e?`/${t}`:t):e?"/":r?"./":"."}u(W6,"normalize");function C(...t){if(t.length===0)return".";let e;for(let r=0;r<t.length;++r){let i=t[r];i.length>0&&(e===void 0?e=i:e+="/"+i)}return e===void 0?".":W6(e)}u(C,"join");var H6=u(t=>{if(typeof t=="number")return t;t=t.toLowerCase();let e=parseInt(t);return t.endsWith("k")&&(e*=1024),t.endsWith("m")&&(e*=1024*1024),t.endsWith("g")&&(e*=1024*1024*1024),e},"num"),Bl=u(t=>{if(typeof t=="boolean")return t;if(t=t.trim().toLowerCase(),t==="true"||t==="yes"||t==="on")return!0;if(t==="false"||t==="no"||t==="off")return!1;throw Error(`Expected 'true', 'false', 'yes', 'no', 'on', or 'off', but got ${t}`)},"bool"),gT={core:{filemode:Bl,bare:Bl,logallrefupdates:Bl,symlinks:Bl,ignorecase:Bl,bigFileThreshold:H6}},V6=/^\[([A-Za-z0-9-.]+)(?: "(.*)")?\]$/,G6=/^[A-Za-z0-9-.]+$/,Z6=/^([A-Za-z][A-Za-z-]*)(?: *= *(.*))?$/,K6=/^[A-Za-z][A-Za-z-]*$/,J6=/^(.*?)( *[#;].*)$/,Y6=u(t=>{let e=V6.exec(t);if(e!=null){let[r,i]=e.slice(1);return[r,i]}return null},"extractSectionLine"),X6=u(t=>{let e=Z6.exec(t);if(e!=null){let[r,i="true"]=e.slice(1),n=Q6(i),s=eq(n);return[r,s]}return null},"extractVariableLine"),Q6=u(t=>{let e=J6.exec(t);if(e==null)return t;let[r,i]=e.slice(1);return bT(r)&&bT(i)?`${r}${i}`:r},"removeComments"),bT=u(t=>(t.match(/(?:^|[^\\])"/g)||[]).length%2!==0,"hasOddNumberOfQuotes"),eq=u(t=>t.split("").reduce((e,r,i,n)=>{let s=r==='"'&&n[i-1]!=="\\",a=r==="\\"&&n[i+1]==='"';return s||a?e:e+r},""),"removeQuotes"),_T=u(t=>t!=null?t.toLowerCase():null,"lower"),Hy=u((t,e,r)=>[_T(t),e,_T(r)].filter(i=>i!=null).join("."),"getPath"),vT=u(t=>{let e=t.split("."),r=e.shift(),i=e.pop(),n=e.length?e.join("."):void 0;return{section:r,subsection:n,name:i,path:Hy(r,n,i),sectionPath:Hy(r,n,null),isSection:!!r}},"normalizePath"),tq=u((t,e)=>t.reduce((r,i,n)=>e(i)?n:r,-1),"findLastIndex"),ph=class ph{constructor(e){let r=null,i=null;this.parsedConfig=e?e.split(`
21
+ `).map(n=>{let s=null,a=null,l=n.trim(),c=Y6(l),o=c!=null;if(o)[r,i]=c;else{let h=X6(l);h!=null&&([s,a]=h)}let f=Hy(r,i,s);return{line:n,isSection:o,section:r,subsection:i,name:s,value:a,path:f}}):[]}static from(e){return new ph(e)}async get(e,r=!1){let i=vT(e).path,n=this.parsedConfig.filter(s=>s.path===i).map(({section:s,name:a,value:l})=>{let c=gT[s]&&gT[s][a];return c?c(l):l});return r?n:n.pop()}async getall(e){return this.get(e,!0)}async getSubsections(e){return this.parsedConfig.filter(r=>r.isSection&&r.section===e).map(r=>r.subsection)}async deleteSection(e,r){this.parsedConfig=this.parsedConfig.filter(i=>!(i.section===e&&i.subsection===r))}async append(e,r){return this.set(e,r,!0)}async set(e,r,i=!1){let{section:n,subsection:s,name:a,path:l,sectionPath:c,isSection:o}=vT(e),f=tq(this.parsedConfig,h=>h.path===l);if(r==null)f!==-1&&this.parsedConfig.splice(f,1);else if(f!==-1){let h=this.parsedConfig[f],d=Object.assign({},h,{name:a,value:r,modified:!0});i?this.parsedConfig.splice(f+1,0,d):this.parsedConfig[f]=d}else{let h=this.parsedConfig.findIndex(p=>p.path===c),d={section:n,subsection:s,name:a,value:r,modified:!0,path:l};if(G6.test(n)&&K6.test(a))if(h>=0)this.parsedConfig.splice(h+1,0,d);else{let p={isSection:o,section:n,subsection:s,modified:!0,path:c};this.parsedConfig.push(p,d)}}}toString(){return this.parsedConfig.map(({line:e,section:r,subsection:i,name:n,value:s,modified:a=!1})=>a?n!=null&&s!=null?typeof s=="string"&&/[#;]/.test(s)?` ${n} = "${s}"`:` ${n} = ${s}`:i!=null?`[${r} "${i}"]`:`[${r}]`:e).join(`
22
+ `)}};u(ph,"GitConfig");var Vy=ph,fg=class fg{static async get({fs:e,gitdir:r}){let i=await e.read(`${r}/config`,{encoding:"utf8"});return Vy.from(i)}static async save({fs:e,gitdir:r,config:i}){await e.write(`${r}/config`,i.toString(),{encoding:"utf8"})}};u(fg,"GitConfigManager");var Oe=fg,Hu=u(t=>[`${t}`,`refs/${t}`,`refs/tags/${t}`,`refs/heads/${t}`,`refs/remotes/${t}`,`refs/remotes/${t}/HEAD`],"refpaths"),rq=["config","description","index","shallow","commondir"],Dy;async function Ni(t,e){return Dy===void 0&&(Dy=new Ml),Dy.acquire(t,e)}u(Ni,"acquireLock");var Be=class Be{static async updateRemoteRefs({fs:e,gitdir:r,remote:i,refs:n,symrefs:s,tags:a,refspecs:l=void 0,prune:c=!1,pruneTags:o=!1}){for(let g of n.values())if(!g.match(/[0-9a-f]{40}/))throw new Ii(g);let f=await Oe.get({fs:e,gitdir:r});if(!l){if(l=await f.getall(`remote.${i}.fetch`),l.length===0)throw new Ul(i);l.unshift(`+HEAD:refs/remotes/${i}/HEAD`)}let h=Wy.from(l),d=new Map;if(o){let g=await Be.listRefs({fs:e,gitdir:r,filepath:"refs/tags"});await Be.deleteRefs({fs:e,gitdir:r,refs:g.map(b=>`refs/tags/${b}`)})}if(a){for(let g of n.keys())if(g.startsWith("refs/tags")&&!g.endsWith("^{}")&&!await Be.exists({fs:e,gitdir:r,ref:g})){let b=n.get(g);d.set(g,b)}}let p=h.translate([...n.keys()]);for(let[g,b]of p){let _=n.get(g);d.set(b,_)}let m=h.translate([...s.keys()]);for(let[g,b]of m){let _=s.get(g),S=h.translateOne(_);S&&d.set(b,`ref: ${S}`)}let w=[];if(c){for(let g of h.localNamespaces()){let b=(await Be.listRefs({fs:e,gitdir:r,filepath:g})).map(_=>`${g}/${_}`);for(let _ of b)d.has(_)||w.push(_)}w.length>0&&await Be.deleteRefs({fs:e,gitdir:r,refs:w})}for(let[g,b]of d)await Ni(g,async()=>e.write(C(r,g),`${b.trim()}
23
+ `,"utf8"));return{pruned:w}}static async writeRef({fs:e,gitdir:r,ref:i,value:n}){if(!n.match(/[0-9a-f]{40}/))throw new Ii(n);await Ni(i,async()=>e.write(C(r,i),`${n.trim()}
24
+ `,"utf8"))}static async writeSymbolicRef({fs:e,gitdir:r,ref:i,value:n}){await Ni(i,async()=>e.write(C(r,i),`ref: ${n.trim()}
25
+ `,"utf8"))}static async deleteRef({fs:e,gitdir:r,ref:i}){return Be.deleteRefs({fs:e,gitdir:r,refs:[i]})}static async deleteRefs({fs:e,gitdir:r,refs:i}){await Promise.all(i.map(l=>e.rm(C(r,l))));let n=await Ni("packed-refs",async()=>e.read(`${r}/packed-refs`,{encoding:"utf8"})),s=Ku.from(n),a=s.refs.size;for(let l of i)s.refs.has(l)&&s.delete(l);s.refs.size<a&&(n=s.toString(),await Ni("packed-refs",async()=>e.write(`${r}/packed-refs`,n,{encoding:"utf8"})))}static async resolve({fs:e,gitdir:r,ref:i,depth:n=void 0}){if(n!==void 0&&(n--,n===-1))return i;if(i.startsWith("ref: "))return i=i.slice(5),Be.resolve({fs:e,gitdir:r,ref:i,depth:n});if(i.length===40&&/[0-9a-f]{40}/.test(i))return i;let s=await Be.packedRefs({fs:e,gitdir:r}),a=Hu(i).filter(l=>!rq.includes(l));for(let l of a){let c=await Ni(l,async()=>await e.read(`${r}/${l}`,{encoding:"utf8"})||s.get(l));if(c)return Be.resolve({fs:e,gitdir:r,ref:c.trim(),depth:n})}throw new pe(i)}static async exists({fs:e,gitdir:r,ref:i}){try{return await Be.expand({fs:e,gitdir:r,ref:i}),!0}catch{return!1}}static async expand({fs:e,gitdir:r,ref:i}){if(i.length===40&&/[0-9a-f]{40}/.test(i))return i;let n=await Be.packedRefs({fs:e,gitdir:r}),s=Hu(i);for(let a of s)if(await Ni(a,async()=>e.exists(`${r}/${a}`))||n.has(a))return a;throw new pe(i)}static async expandAgainstMap({ref:e,map:r}){let i=Hu(e);for(let n of i)if(await r.has(n))return n;throw new pe(e)}static resolveAgainstMap({ref:e,fullref:r=e,depth:i=void 0,map:n}){if(i!==void 0&&(i--,i===-1))return{fullref:r,oid:e};if(e.startsWith("ref: "))return e=e.slice(5),Be.resolveAgainstMap({ref:e,fullref:r,depth:i,map:n});if(e.length===40&&/[0-9a-f]{40}/.test(e))return{fullref:r,oid:e};let s=Hu(e);for(let a of s){let l=n.get(a);if(l)return Be.resolveAgainstMap({ref:l.trim(),fullref:a,depth:i,map:n})}throw new pe(e)}static async packedRefs({fs:e,gitdir:r}){let i=await Ni("packed-refs",async()=>e.read(`${r}/packed-refs`,{encoding:"utf8"}));return Ku.from(i).refs}static async listRefs({fs:e,gitdir:r,filepath:i}){let n=Be.packedRefs({fs:e,gitdir:r}),s=null;try{s=await e.readdirDeep(`${r}/${i}`),s=s.map(a=>a.replace(`${r}/${i}/`,""))}catch{s=[]}for(let a of(await n).keys())a.startsWith(i)&&(a=a.replace(i+"/",""),s.includes(a)||s.push(a));return s.sort(U6),s}static async listBranches({fs:e,gitdir:r,remote:i}){return i?Be.listRefs({fs:e,gitdir:r,filepath:`refs/remotes/${i}`}):Be.listRefs({fs:e,gitdir:r,filepath:"refs/heads"})}static async listTags({fs:e,gitdir:r}){return(await Be.listRefs({fs:e,gitdir:r,filepath:"refs/tags"})).filter(n=>!n.endsWith("^{}"))}};u(Be,"GitRefManager");var $=Be;function iq(t,e){return Uh(ST(t),ST(e))}u(iq,"compareTreeEntryPath");function ST(t){return t.mode==="040000"?t.path+"/":t.path}u(ST,"appendSlashIfDir");function WT(t){switch(t){case"040000":return"tree";case"100644":return"blob";case"100755":return"blob";case"120000":return"blob";case"160000":return"commit"}throw new H(`Unexpected GitTree entry mode: ${t}`)}u(WT,"mode2type$1");function nq(t){let e=[],r=0;for(;r<t.length;){let i=t.indexOf(32,r);if(i===-1)throw new H(`GitTree: Error parsing buffer at byte location ${r}: Could not find the next space character.`);let n=t.indexOf(0,r);if(n===-1)throw new H(`GitTree: Error parsing buffer at byte location ${r}: Could not find the next null character.`);let s=t.slice(r,i).toString("utf8");s==="40000"&&(s="040000");let a=WT(s),l=t.slice(i+1,n).toString("utf8");if(l.includes("\\")||l.includes("/"))throw new Ra(l);let c=t.slice(n+1,n+21).toString("hex");r=n+21,e.push({mode:s,path:l,oid:c,type:a})}return e}u(nq,"parseBuffer");function sq(t){if(typeof t=="number"&&(t=t.toString(8)),t.match(/^0?4.*/))return"040000";if(t.match(/^1006.*/))return"100644";if(t.match(/^1007.*/))return"100755";if(t.match(/^120.*/))return"120000";if(t.match(/^160.*/))return"160000";throw new H(`Could not understand file mode: ${t}`)}u(sq,"limitModeToAllowed");function aq(t){return!t.oid&&t.sha&&(t.oid=t.sha),t.mode=sq(t.mode),t.type||(t.type=WT(t.mode)),t}u(aq,"nudgeIntoShape");var mh=class mh{constructor(e){if(Buffer.isBuffer(e))this._entries=nq(e);else if(Array.isArray(e))this._entries=e.map(aq);else throw new H("invalid type passed to GitTree constructor");this._entries.sort(jT)}static from(e){return new mh(e)}render(){return this._entries.map(e=>`${e.mode} ${e.type} ${e.oid} ${e.path}`).join(`
26
+ `)}toObject(){let e=[...this._entries];return e.sort(iq),Buffer.concat(e.map(r=>{let i=Buffer.from(r.mode.replace(/^0/,"")),n=Buffer.from(" "),s=Buffer.from(r.path,"utf8"),a=Buffer.from([0]),l=Buffer.from(r.oid,"hex");return Buffer.concat([i,n,s,a,l])}))}entries(){return this._entries}*[Symbol.iterator](){for(let e of this._entries)yield e}};u(mh,"GitTree");var Rt=mh,ug=class ug{static wrap({type:e,object:r}){let i=`${e} ${r.length}\0`,n=i.length,s=n+r.length,a=new Uint8Array(s);for(let l=0;l<n;l++)a[l]=i.charCodeAt(l);return a.set(r,n),a}static unwrap(e){let r=e.indexOf(32),i=e.indexOf(0),n=e.slice(0,r).toString("utf8"),s=e.slice(r+1,i).toString("utf8"),a=e.length-(i+1);if(parseInt(s)!==a)throw new H(`Length mismatch: expected ${s} bytes but got ${a} instead.`);return{type:n,object:Buffer.from(e.slice(i+1))}}};u(ug,"GitObject");var $i=ug;async function HT({fs:t,gitdir:e,oid:r}){let i=`objects/${r.slice(0,2)}/${r.slice(2)}`,n=await t.read(`${e}/${i}`);return n?{object:n,format:"deflated",source:i}:null}u(HT,"readObjectLoose");function oq(t,e){let r=new tr(t),i=ET(r);if(i!==e.byteLength)throw new H(`applyDelta expected source buffer to be ${i} bytes but the provided buffer was ${e.length} bytes`);let n=ET(r),s,a=kT(r,e);if(a.byteLength===n)s=a;else{s=Buffer.alloc(n);let l=new tr(s);for(l.copy(a);!r.eof();)l.copy(kT(r,e));let c=l.tell();if(n!==c)throw new H(`applyDelta expected target buffer to be ${n} bytes but the resulting buffer was ${c} bytes`)}return s}u(oq,"applyDelta");function ET(t){let e=0,r=0,i=null;do i=t.readUInt8(),e|=(i&127)<<r,r+=7;while(i&128);return e}u(ET,"readVarIntLE");function FT(t,e,r){let i=0,n=0;for(;r--;)e&1&&(i|=t.readUInt8()<<n),e>>=1,n+=8;return i}u(FT,"readCompactLE");function kT(t,e){let r=t.readUInt8(),i=128,n=15,s=112;if(r&i){let a=FT(t,r&n,4),l=FT(t,(r&s)>>4,3);return l===0&&(l=65536),e.slice(a,a+l)}else return t.slice(r)}u(kT,"readOp");function lq(t){let e=[t];return{next(){return Promise.resolve({done:e.length===0,value:e.pop()})},return(){return e=[],{}},[Symbol.asyncIterator](){return this}}}u(lq,"fromValue");function VT(t){return t[Symbol.asyncIterator]?t[Symbol.asyncIterator]():t[Symbol.iterator]?t[Symbol.iterator]():t.next?t:lq(t)}u(VT,"getIterator");var hg=class hg{constructor(e){if(typeof Buffer>"u")throw new Error("Missing Buffer dependency");this.stream=VT(e),this.buffer=null,this.cursor=0,this.undoCursor=0,this.started=!1,this._ended=!1,this._discardedBytes=0}eof(){return this._ended&&this.cursor===this.buffer.length}tell(){return this._discardedBytes+this.cursor}async byte(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(1),this.buffer[this.undoCursor]}async chunk(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(this.buffer.length),this.buffer.slice(this.undoCursor,this.cursor)}async read(e){if(!this.eof())return this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e),this.buffer.slice(this.undoCursor,this.cursor)}async skip(e){this.eof()||(this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e))}async undo(){this.cursor=this.undoCursor}async _next(){this.started=!0;let{done:e,value:r}=await this.stream.next();return e&&(this._ended=!0,!r)?Buffer.alloc(0):(r&&(r=Buffer.from(r)),r)}_trim(){this.buffer=this.buffer.slice(this.undoCursor),this.cursor-=this.undoCursor,this._discardedBytes+=this.undoCursor,this.undoCursor=0}_moveCursor(e){this.undoCursor=this.cursor,this.cursor+=e,this.cursor>this.buffer.length&&(this.cursor=this.buffer.length)}async _accumulate(e){if(this._ended)return;let r=[this.buffer];for(;this.cursor+e>cq(r);){let i=await this._next();if(this._ended)break;r.push(i)}this.buffer=Buffer.concat(r)}async _loadnext(){this._discardedBytes+=this.buffer.length,this.undoCursor=0,this.cursor=0,this.buffer=await this._next()}async _init(){this.buffer=await this._next()}};u(hg,"StreamReader");var Yu=hg;function cq(t){return t.reduce((e,r)=>e+r.length,0)}u(cq,"lengthBuffers");async function fq(t,e){let r=new Yu(t),i=await r.read(4);if(i=i.toString("utf8"),i!=="PACK")throw new H(`Invalid PACK header '${i}'`);let n=await r.read(4);if(n=n.readUInt32BE(0),n!==2)throw new H(`Invalid packfile version: ${n}`);let s=await r.read(4);if(s=s.readUInt32BE(0),!(s<1))for(;!r.eof()&&s--;){let a=r.tell(),{type:l,length:c,ofs:o,reference:f}=await uq(r),h=new eg.Inflate;for(;!h.result;){let d=await r.chunk();if(!d)break;if(h.push(d,!1),h.err)throw new H(`Pako error: ${h.msg}`);if(h.result){if(h.result.length!==c)throw new H("Inflated object size is different from that stated in packfile.");await r.undo(),await r.read(d.length-h.strm.avail_in);let p=r.tell();await e({data:h.result,type:l,num:s,offset:a,end:p,reference:f,ofs:o})}}}}u(fq,"listpack");async function uq(t){let e=await t.byte(),r=e>>4&7,i=e&15;if(e&128){let a=4;do e=await t.byte(),i|=(e&127)<<a,a+=7;while(e&128)}let n,s;if(r===6){let a=0;n=0;let l=[];do e=await t.byte(),n|=(e&127)<<a,a+=7,l.push(e);while(e&128);s=Buffer.from(l)}return r===7&&(s=await t.read(20)),{type:r,length:i,ofs:n,reference:s}}u(uq,"parseHeader");var Cy=!1;async function GT(t){return Cy===null&&(Cy=dq()),Cy?hq(t):eg.inflate(t)}u(GT,"inflate");async function hq(t){let e=new DecompressionStream("deflate"),r=new Blob([t]).stream().pipeThrough(e);return new Uint8Array(await new Response(r).arrayBuffer())}u(hq,"browserInflate");function dq(){try{if(new DecompressionStream("deflate"))return!0}catch{}return!1}u(dq,"testDecompressionStream");function pq(t){let e=[],r=0,i=0;do{r=t.readUInt8();let n=r&127;e.push(n),i=r&128}while(i);return e.reduce((n,s)=>n+1<<7|s,-1)}u(pq,"decodeVarInt");function mq(t,e){let r=e,i=4,n=null;do n=t.readUInt8(),r|=(n&127)<<i,i+=7;while(n&128);return r}u(mq,"otherVarIntDecode");var Ll=class Ll{constructor(e){Object.assign(this,e),this.offsetCache={}}static async fromIdx({idx:e,getExternalRefDelta:r}){let i=new tr(e);if(i.slice(4).toString("hex")!=="ff744f63")return;let s=i.readUInt32BE();if(s!==2)throw new H(`Unable to read version ${s} packfile IDX. (Only version 2 supported)`);if(e.byteLength>2048*1024*1024)throw new H("To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.");i.seek(i.tell()+4*255);let a=i.readUInt32BE(),l=[];for(let f=0;f<a;f++){let h=i.slice(20).toString("hex");l[f]=h}i.seek(i.tell()+4*a);let c=new Map;for(let f=0;f<a;f++)c.set(l[f],i.readUInt32BE());let o=i.slice(20).toString("hex");return new Ll({hashes:l,crcs:{},offsets:c,packfileSha:o,getExternalRefDelta:r})}static async fromPack({pack:e,getExternalRefDelta:r,onProgress:i}){let n={1:"commit",2:"tree",3:"blob",4:"tag",6:"ofs-delta",7:"ref-delta"},s={},a=e.slice(-20).toString("hex"),l=[],c={},o=new Map,f=null,h=null;await fq([e],async({data:g,type:b,reference:_,offset:S,num:F})=>{f===null&&(f=F);let k=Math.floor((f-F)*100/f);k!==h&&i&&await i({phase:"Receiving objects",loaded:f-F,total:f}),h=k,b=n[b],["commit","tree","blob","tag"].includes(b)?s[S]={type:b,offset:S}:b==="ofs-delta"?s[S]={type:b,offset:S}:b==="ref-delta"&&(s[S]={type:b,offset:S})});let d=Object.keys(s).map(Number);for(let[g,b]of d.entries()){let _=g+1===d.length?e.byteLength-20:d[g+1],S=s[b],F=A6.buf(e.slice(b,_))>>>0;S.end=_,S.crc=F}let p=new Ll({pack:Promise.resolve(e),packfileSha:a,crcs:c,hashes:l,offsets:o,getExternalRefDelta:r});h=null;let m=0,w=[0,0,0,0,0,0,0,0,0,0,0,0];for(let g in s){g=Number(g);let b=Math.floor(m*100/f);b!==h&&i&&await i({phase:"Resolving deltas",loaded:m,total:f}),m++,h=b;let _=s[g];if(!_.oid)try{p.readDepth=0,p.externalReadDepth=0;let{type:S,object:F}=await p.readSlice({start:g});w[p.readDepth]+=1;let k=await si($i.wrap({type:S,object:F}));_.oid=k,l.push(k),o.set(k,g),c[k]=_.crc}catch{continue}}return l.sort(),p}async toBuffer(){let e=[],r=u((o,f)=>{e.push(Buffer.from(o,f))},"write");r("ff744f63","hex"),r("00000002","hex");let i=new tr(Buffer.alloc(256*4));for(let o=0;o<256;o++){let f=0;for(let h of this.hashes)parseInt(h.slice(0,2),16)<=o&&f++;i.writeUInt32BE(f)}e.push(i.buffer);for(let o of this.hashes)r(o,"hex");let n=new tr(Buffer.alloc(this.hashes.length*4));for(let o of this.hashes)n.writeUInt32BE(this.crcs[o]);e.push(n.buffer);let s=new tr(Buffer.alloc(this.hashes.length*4));for(let o of this.hashes)s.writeUInt32BE(this.offsets.get(o));e.push(s.buffer),r(this.packfileSha,"hex");let a=Buffer.concat(e),l=await si(a),c=Buffer.alloc(20);return c.write(l,"hex"),Buffer.concat([a,c])}async load({pack:e}){this.pack=e}async unload(){this.pack=null}async read({oid:e}){if(!this.offsets.get(e)){if(this.getExternalRefDelta)return this.externalReadDepth++,this.getExternalRefDelta(e);throw new H(`Could not read object ${e} from packfile`)}let r=this.offsets.get(e);return this.readSlice({start:r})}async readSlice({start:e}){if(this.offsetCache[e])return Object.assign({},this.offsetCache[e]);this.readDepth++;let r={16:"commit",32:"tree",48:"blob",64:"tag",96:"ofs_delta",112:"ref_delta"};if(!this.pack)throw new H("Tried to read from a GitPackIndex with no packfile loaded into memory");let i=(await this.pack).slice(e),n=new tr(i),s=n.readUInt8(),a=s&112,l=r[a];if(l===void 0)throw new H("Unrecognized type: 0b"+a.toString(2));let c=s&15,o=c;s&128&&(o=mq(n,c));let h=null,d=null;if(l==="ofs_delta"){let m=pq(n),w=e-m;({object:h,type:l}=await this.readSlice({start:w}))}if(l==="ref_delta"){let m=n.slice(20).toString("hex");({object:h,type:l}=await this.read({oid:m}))}let p=i.slice(n.tell());if(d=Buffer.from(await GT(p)),d.byteLength!==o)throw new H(`Packfile told us object would have length ${o} but it had length ${d.byteLength}`);return h&&(d=Buffer.from(oq(d,h))),this.readDepth>3&&(this.offsetCache[e]={type:l,object:d}),{type:l,format:"content",object:d}}};u(Ll,"GitPackIndex");var zl=Ll,Vu=Symbol("PackfileCache");async function wq({fs:t,filename:e,getExternalRefDelta:r,emitter:i,emitterPrefix:n}){let s=await t.read(e);return zl.fromIdx({idx:s,getExternalRefDelta:r})}u(wq,"loadPackIndex");function tg({fs:t,cache:e,filename:r,getExternalRefDelta:i,emitter:n,emitterPrefix:s}){e[Vu]||(e[Vu]=new Map);let a=e[Vu].get(r);return a||(a=wq({fs:t,filename:r,getExternalRefDelta:i,emitter:n,emitterPrefix:s}),e[Vu].set(r,a)),a}u(tg,"readPackIndex");async function yq({fs:t,cache:e,gitdir:r,oid:i,format:n="content",getExternalRefDelta:s}){let a=await t.readdir(C(r,"objects/pack"));a=a.filter(l=>l.endsWith(".idx"));for(let l of a){let c=`${r}/objects/pack/${l}`,o=await tg({fs:t,cache:e,filename:c,getExternalRefDelta:s});if(o.error)throw new H(o.error);if(o.offsets.has(i)){if(!o.pack){let h=c.replace(/idx$/,"pack");o.pack=t.read(h)}let f=await o.read({oid:i,getExternalRefDelta:s});return f.format="content",f.source=`objects/pack/${l.replace(/idx$/,"pack")}`,f}}return null}u(yq,"readObjectPacked");async function ge({fs:t,cache:e,gitdir:r,oid:i,format:n="content"}){let s=u(f=>ge({fs:t,cache:e,gitdir:r,oid:f}),"getExternalRefDelta"),a;if(i==="4b825dc642cb6eb9a060e54bf8d69288fbee4904"&&(a={format:"wrapped",object:Buffer.from("tree 0\0")}),a||(a=await HT({fs:t,gitdir:r,oid:i})),!a){if(a=await yq({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:s}),!a)throw new pe(i);return a}if(n==="deflated"||(a.format==="deflated"&&(a.object=Buffer.from(await GT(a.object)),a.format="wrapped"),n==="wrapped"))return a;let l=await si(a.object);if(l!==i)throw new H(`SHA check failed! Expected ${i}, computed ${l}`);let{object:c,type:o}=$i.unwrap(a.object);if(a.type=o,a.object=c,a.format="content",n==="content")return a;throw new H(`invalid requested format "${n}"`)}u(ge,"_readObject");var wh=class wh extends re{constructor(e,r,i=!0){super(`Failed to create ${e} at ${r} because it already exists.${i?` (Hint: use 'force: true' parameter to overwrite existing ${e}.)`:""}`),this.code=this.name=wh.code,this.data={noun:e,where:r,canForce:i}}};u(wh,"AlreadyExistsError");var dr=wh;dr.code="AlreadyExistsError";var yh=class yh extends re{constructor(e,r,i){super(`Found multiple ${e} matching "${r}" (${i.join(", ")}). Use a longer abbreviation length to disambiguate them.`),this.code=this.name=yh.code,this.data={nouns:e,short:r,matches:i}}};u(yh,"AmbiguousError");var Wl=yh;Wl.code="AmbiguousError";var gh=class gh extends re{constructor(e){super(`Your local changes to the following files would be overwritten by checkout: ${e.join(", ")}`),this.code=this.name=gh.code,this.data={filepaths:e}}};u(gh,"CheckoutConflictError");var Hl=gh;Hl.code="CheckoutConflictError";var bh=class bh extends re{constructor(e,r){super(`Failed to checkout "${e}" because commit ${r} is not available locally. Do a git fetch to make the branch available locally.`),this.code=this.name=bh.code,this.data={ref:e,oid:r}}};u(bh,"CommitNotFetchedError");var Vl=bh;Vl.code="CommitNotFetchedError";var _h=class _h extends re{constructor(){super("Empty response from git server."),this.code=this.name=_h.code,this.data={}}};u(_h,"EmptyServerResponseError");var Gl=_h;Gl.code="EmptyServerResponseError";var vh=class vh extends re{constructor(){super("A simple fast-forward merge was not possible."),this.code=this.name=vh.code,this.data={}}};u(vh,"FastForwardError");var Zl=vh;Zl.code="FastForwardError";var Sh=class Sh extends re{constructor(e,r){super(`One or more branches were not updated: ${e}`),this.code=this.name=Sh.code,this.data={prettyDetails:e,result:r}}};u(Sh,"GitPushError");var Kl=Sh;Kl.code="GitPushError";var Eh=class Eh extends re{constructor(e,r,i){super(`HTTP Error: ${e} ${r}`),this.code=this.name=Eh.code,this.data={statusCode:e,statusMessage:r,response:i}}};u(Eh,"HttpError");var Na=Eh;Na.code="HttpError";var Fh=class Fh extends re{constructor(e){let r="invalid filepath";e==="leading-slash"||e==="trailing-slash"?r='"filepath" parameter should not include leading or trailing directory separators because these can cause problems on some platforms.':e==="directory"&&(r='"filepath" should not be a directory.'),super(r),this.code=this.name=Fh.code,this.data={reason:e}}};u(Fh,"InvalidFilepathError");var Bi=Fh;Bi.code="InvalidFilepathError";var kh=class kh extends re{constructor(e,r){super(`"${e}" would be an invalid git reference. (Hint: a valid alternative would be "${r}".)`),this.code=this.name=kh.code,this.data={ref:e,suggestion:r}}};u(kh,"InvalidRefNameError");var pr=kh;pr.code="InvalidRefNameError";var Th=class Th extends re{constructor(e){super(`Maximum search depth of ${e} exceeded.`),this.code=this.name=Th.code,this.data={depth:e}}};u(Th,"MaxDepthError");var Jl=Th;Jl.code="MaxDepthError";var xh=class xh extends re{constructor(){super("Merges with conflicts are not supported yet."),this.code=this.name=xh.code,this.data={}}};u(xh,"MergeNotSupportedError");var Da=xh;Da.code="MergeNotSupportedError";var Oh=class Oh extends re{constructor(e,r,i,n){super(`Automatic merge failed with one or more merge conflicts in the following files: ${e.toString()}. Fix conflicts then commit the result.`),this.code=this.name=Oh.code,this.data={filepaths:e,bothModified:r,deleteByUs:i,deleteByTheirs:n}}};u(Oh,"MergeConflictError");var Ca=Oh;Ca.code="MergeConflictError";var Rh=class Rh extends re{constructor(e){super(`No name was provided for ${e} in the argument or in the .git/config file.`),this.code=this.name=Rh.code,this.data={role:e}}};u(Rh,"MissingNameError");var ft=Rh;ft.code="MissingNameError";var Ah=class Ah extends re{constructor(e){super(`The function requires a "${e}" parameter but none was provided.`),this.code=this.name=Ah.code,this.data={parameter:e}}};u(Ah,"MissingParameterError");var Ot=Ah;Ot.code="MissingParameterError";var Ph=class Ph extends re{constructor(e){super('There are multiple errors that were thrown by the method. Please refer to the "errors" property to see more'),this.code=this.name=Ph.code,this.data={errors:e},this.errors=e}};u(Ph,"MultipleGitError");var Yl=Ph;Yl.code="MultipleGitError";var Nh=class Nh extends re{constructor(e,r){super(`Expected "${e}" but received "${r}".`),this.code=this.name=Nh.code,this.data={expected:e,actual:r}}};u(Nh,"ParseError");var Pn=Nh;Pn.code="ParseError";var Dh=class Dh extends re{constructor(e){let r="";e==="not-fast-forward"?r=" because it was not a simple fast-forward":e==="tag-exists"&&(r=" because tag already exists"),super(`Push rejected${r}. Use "force: true" to override.`),this.code=this.name=Dh.code,this.data={reason:e}}};u(Dh,"PushRejectedError");var Ia=Dh;Ia.code="PushRejectedError";var Ch=class Ch extends re{constructor(e,r){super(`Remote does not support the "${e}" so the "${r}" parameter cannot be used.`),this.code=this.name=Ch.code,this.data={capability:e,parameter:r}}};u(Ch,"RemoteCapabilityError");var Ci=Ch;Ci.code="RemoteCapabilityError";var Ih=class Ih extends re{constructor(e,r){super(`Remote did not reply using the "smart" HTTP protocol. Expected "001e# service=git-upload-pack" but received: ${e}`),this.code=this.name=Ih.code,this.data={preview:e,response:r}}};u(Ih,"SmartHttpError");var Xl=Ih;Xl.code="SmartHttpError";var $h=class $h extends re{constructor(e,r,i){super(`Git remote "${e}" uses an unrecognized transport protocol: "${r}"`),this.code=this.name=$h.code,this.data={url:e,transport:r,suggestion:i}}};u($h,"UnknownTransportError");var Ql=$h;Ql.code="UnknownTransportError";var Bh=class Bh extends re{constructor(e){super(`Cannot parse remote URL: "${e}"`),this.code=this.name=Bh.code,this.data={url:e}}};u(Bh,"UrlParseError");var ec=Bh;ec.code="UrlParseError";var Lh=class Lh extends re{constructor(){super("The operation was canceled."),this.code=this.name=Lh.code,this.data={}}};u(Lh,"UserCanceledError");var $a=Lh;$a.code="UserCanceledError";var Mh=class Mh extends re{constructor(e){super(`Could not merge index: Entry for '${e}' is not up to date. Either reset the index entry to HEAD, or stage your unstaged changes.`),this.code=this.name=Mh.code,this.data={filepath:e}}};u(Mh,"IndexResetError");var tc=Mh;tc.code="IndexResetError";var jh=class jh extends re{constructor(e){super(`"${e}" does not point to any commit. You're maybe working on a repository with no commits yet. `),this.code=this.name=jh.code,this.data={ref:e}}};u(jh,"NoCommitError");var rc=jh;rc.code="NoCommitError";var ZT=Object.freeze({__proto__:null,AlreadyExistsError:dr,AmbiguousError:Wl,CheckoutConflictError:Hl,CommitNotFetchedError:Vl,EmptyServerResponseError:Gl,FastForwardError:Zl,GitPushError:Kl,HttpError:Na,InternalError:H,InvalidFilepathError:Bi,InvalidOidError:Ii,InvalidRefNameError:pr,MaxDepthError:Jl,MergeNotSupportedError:Da,MergeConflictError:Ca,MissingNameError:ft,MissingParameterError:Ot,MultipleGitError:Yl,NoRefspecError:Ul,NotFoundError:pe,ObjectTypeError:_t,ParseError:Pn,PushRejectedError:Ia,RemoteCapabilityError:Ci,SmartHttpError:Xl,UnknownTransportError:Ql,UnsafeFilepathError:Ra,UrlParseError:ec,UserCanceledError:$a,UnmergedPathsError:ql,IndexResetError:tc,NoCommitError:rc});function Gy({name:t,email:e,timestamp:r,timezoneOffset:i}){return i=gq(i),`${t} <${e}> ${r} ${i}`}u(Gy,"formatAuthor");function gq(t){let e=bq(_q(t));t=Math.abs(t);let r=Math.floor(t/60);t-=r*60;let i=String(r),n=String(t);return i.length<2&&(i="0"+i),n.length<2&&(n="0"+n),(e===-1?"-":"+")+i+n}u(gq,"formatTimezoneOffset");function bq(t){return Math.sign(t)||(Object.is(t,-0)?-1:1)}u(bq,"simpleSign");function _q(t){return t===0?t:-t}u(_q,"negateExceptForZero");function ni(t){return t=t.replace(/\r/g,""),t=t.replace(/^\n+/,""),t=t.replace(/\n+$/,"")+`
27
+ `,t}u(ni,"normalizeNewlines");function Xu(t){let[,e,r,i,n]=t.match(/^(.*) <(.*)> (.*) (.*)$/);return{name:e,email:r,timestamp:Number(i),timezoneOffset:vq(n)}}u(Xu,"parseAuthor");function vq(t){let[,e,r,i]=t.match(/(\+|-)(\d\d)(\d\d)/);return i=(e==="+"?1:-1)*(Number(r)*60+Number(i)),Sq(i)}u(vq,"parseTimezoneOffset");function Sq(t){return t===0?t:-t}u(Sq,"negateExceptForZero$1");var Ta=class Ta{constructor(e){if(typeof e=="string")this._tag=e;else if(Buffer.isBuffer(e))this._tag=e.toString("utf8");else if(typeof e=="object")this._tag=Ta.render(e);else throw new H("invalid type passed to GitAnnotatedTag constructor")}static from(e){return new Ta(e)}static render(e){return`object ${e.object}
28
+ type ${e.type}
29
+ tag ${e.tag}
30
+ tagger ${Gy(e.tagger)}
31
+
32
+ ${e.message}
33
+ ${e.gpgsig?e.gpgsig:""}`}justHeaders(){return this._tag.slice(0,this._tag.indexOf(`
34
+
35
+ `))}message(){let e=this.withoutSignature();return e.slice(e.indexOf(`
36
+
37
+ `)+2)}parse(){return Object.assign(this.headers(),{message:this.message(),gpgsig:this.gpgsig()})}render(){return this._tag}headers(){let e=this.justHeaders().split(`
38
+ `),r=[];for(let n of e)n[0]===" "?r[r.length-1]+=`
39
+ `+n.slice(1):r.push(n);let i={};for(let n of r){let s=n.slice(0,n.indexOf(" ")),a=n.slice(n.indexOf(" ")+1);Array.isArray(i[s])?i[s].push(a):i[s]=a}return i.tagger&&(i.tagger=Xu(i.tagger)),i.committer&&(i.committer=Xu(i.committer)),i}withoutSignature(){let e=ni(this._tag);return e.indexOf(`
40
+ -----BEGIN PGP SIGNATURE-----`)===-1?e:e.slice(0,e.lastIndexOf(`
42
41
  -----BEGIN PGP SIGNATURE-----`))}gpgsig(){if(this._tag.indexOf(`
43
- -----BEGIN PGP SIGNATURE-----`)===-1)return;let s=this._tag.slice(this._tag.indexOf("-----BEGIN PGP SIGNATURE-----"),this._tag.indexOf("-----END PGP SIGNATURE-----")+27);return li(s)}payload(){return this.withoutSignature()+`
44
- `}toObject(){return Buffer.from(this._tag,"utf8")}static async sign(s,u,d){let w=s.payload(),{signature:_}=await u({payload:w,secretKey:d});_=li(_);let E=w+_;return Si.from(E)}},c(Si,"ci"),Si);h(ry,"GitAnnotatedTag");var ei=ry;function pl(p){return p.trim().split(`
45
- `).map(s=>" "+s).join(`
42
+ -----BEGIN PGP SIGNATURE-----`)===-1)return;let e=this._tag.slice(this._tag.indexOf("-----BEGIN PGP SIGNATURE-----"),this._tag.indexOf("-----END PGP SIGNATURE-----")+27);return ni(e)}payload(){return this.withoutSignature()+`
43
+ `}toObject(){return Buffer.from(this._tag,"utf8")}static async sign(e,r,i){let n=e.payload(),{signature:s}=await r({payload:n,secretKey:i});s=ni(s);let a=n+s;return Ta.from(a)}};u(Ta,"GitAnnotatedTag");var qt=Ta;function Iy(t){return t.trim().split(`
44
+ `).map(e=>" "+e).join(`
46
45
  `)+`
47
- `}c(pl,"dc"),h(pl,"indent");function iy(p){return p.split(`
48
- `).map(s=>s.replace(/^ /,"")).join(`
49
- `)}c(iy,"wk"),h(iy,"outdent");var ny=(hr=class{constructor(s){if(typeof s=="string")this._commit=s;else if(Buffer.isBuffer(s))this._commit=s.toString("utf8");else if(typeof s=="object")this._commit=hr.render(s);else throw new T("invalid type passed to GitCommit constructor")}static fromPayloadSignature({payload:s,signature:u}){let d=hr.justHeaders(s),w=hr.justMessage(s),_=li(d+`
50
- gpgsig`+pl(u)+`
51
- `+w);return new hr(_)}static from(s){return new hr(s)}toObject(){return Buffer.from(this._commit,"utf8")}headers(){return this.parseHeaders()}message(){return hr.justMessage(this._commit)}parse(){return Object.assign({message:this.message()},this.headers())}static justMessage(s){return li(s.slice(s.indexOf(`
52
-
53
- `)+2))}static justHeaders(s){return s.slice(0,s.indexOf(`
54
-
55
- `))}parseHeaders(){let s=hr.justHeaders(this._commit).split(`
56
- `),u=[];for(let w of s)w[0]===" "?u[u.length-1]+=`
57
- `+w.slice(1):u.push(w);let d={parent:[]};for(let w of u){let _=w.slice(0,w.indexOf(" ")),E=w.slice(w.indexOf(" ")+1);Array.isArray(d[_])?d[_].push(E):d[_]=E}return d.author&&(d.author=uo(d.author)),d.committer&&(d.committer=uo(d.committer)),d}static renderHeaders(s){let u="";if(s.tree?u+=`tree ${s.tree}
58
- `:u+=`tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
59
- `,s.parent){if(s.parent.length===void 0)throw new T("commit 'parent' property should be an array");for(let _ of s.parent)u+=`parent ${_}
60
- `}let d=s.author;u+=`author ${dl(d)}
61
- `;let w=s.committer||s.author;return u+=`committer ${dl(w)}
62
- `,s.gpgsig&&(u+="gpgsig"+pl(s.gpgsig)),u}static render(s){return hr.renderHeaders(s)+`
63
- `+li(s.message)}render(){return this._commit}withoutSignature(){let s=li(this._commit);if(s.indexOf(`
64
- gpgsig`)===-1)return s;let u=s.slice(0,s.indexOf(`
65
- gpgsig`)),d=s.slice(s.indexOf(`-----END PGP SIGNATURE-----
66
- `)+28);return li(u+`
67
- `+d)}isolateSignature(){let s=this._commit.slice(this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"),this._commit.indexOf("-----END PGP SIGNATURE-----")+27);return iy(s)}static async sign(s,u,d){let w=s.withoutSignature(),_=hr.justMessage(s._commit),{signature:E}=await u({payload:w,secretKey:d});E=li(E);let k=hr.justHeaders(s._commit)+`
68
- gpgsig`+pl(E)+`
69
- `+_;return hr.from(k)}},c(hr,"$e"),hr);h(ny,"GitCommit");var Wr=ny;async function rn({fs:p,cache:s,gitdir:u,oid:d}){if(d==="4b825dc642cb6eb9a060e54bf8d69288fbee4904")return{tree:Lr.from([]),oid:d};let{type:w,object:_}=await jt({fs:p,cache:s,gitdir:u,oid:d});if(w==="tag")return d=ei.from(_).parse().object,rn({fs:p,cache:s,gitdir:u,oid:d});if(w==="commit")return d=Wr.from(_).parse().tree,rn({fs:p,cache:s,gitdir:u,oid:d});if(w!=="tree")throw new _e(d,w,"tree");return{tree:Lr.from(_),oid:d}}c(rn,"_i"),h(rn,"resolveTree");var sy=(Os=class{constructor({fs:s,gitdir:u,ref:d,cache:w}){var k;var _;this.fs=s,this.cache=w,this.gitdir=u,this.mapPromise=(async()=>{let I=new Map,O;try{O=await ze.resolve({fs:s,gitdir:u,ref:d})}catch(L){L instanceof se&&(O="4b825dc642cb6eb9a060e54bf8d69288fbee4904")}let x=await rn({fs:s,cache:this.cache,gitdir:u,oid:O});return x.type="tree",x.mode="40000",I.set(".",x),I})();let E=this;this.ConstructEntry=(_=(k=class{constructor(O){this._fullpath=O,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return E.type(this)}async mode(){return E.mode(this)}async stat(){return E.stat(this)}async content(){return E.content(this)}async oid(){return E.oid(this)}},c(k,"s"),k),h(_,"TreeEntry"),_)}async readdir(s){let u=s._fullpath,{fs:d,cache:w,gitdir:_}=this,E=await this.mapPromise,k=E.get(u);if(!k)throw new Error(`No obj for ${u}`);let I=k.oid;if(!I)throw new Error(`No oid for obj ${JSON.stringify(k)}`);if(k.type!=="tree")return null;let{type:O,object:x}=await jt({fs:d,cache:w,gitdir:_,oid:I});if(O!==k.type)throw new _e(I,O,k.type);let L=Lr.from(x);for(let q of L)E.set(Y(u,q.path),q);return L.entries().map(q=>Y(u,q.path))}async type(s){if(s._type===!1){let u=await this.mapPromise,{type:d}=u.get(s._fullpath);s._type=d}return s._type}async mode(s){if(s._mode===!1){let u=await this.mapPromise,{mode:d}=u.get(s._fullpath);s._mode=J(parseInt(d,8))}return s._mode}async stat(s){}async content(s){if(s._content===!1){let u=await this.mapPromise,{fs:d,cache:w,gitdir:_}=this,E=u.get(s._fullpath).oid,{type:k,object:I}=await jt({fs:d,cache:w,gitdir:_,oid:E});k!=="blob"?s._content=void 0:s._content=new Uint8Array(I)}return s._content}async oid(s){if(s._oid===!1){let u=(await this.mapPromise).get(s._fullpath);s._oid=u.oid}return s._oid}},c(Os,"zc"),Os);h(sy,"GitWalkerRepo");var hS=sy;function Or({ref:p="HEAD"}={}){let s=Object.create(null);return Object.defineProperty(s,Fe,{value:h(function({fs:u,gitdir:d,cache:w}){return new hS({fs:u,gitdir:d,ref:p,cache:w})},"value")}),Object.freeze(s),s}c(Or,"We"),h(Or,"TREE");var ay=(xs=class{constructor({fs:s,dir:u,gitdir:d,cache:w}){var k;var _;this.fs=s,this.cache=w,this.dir=u,this.gitdir=d,this.config=null;let E=this;this.ConstructEntry=(_=(k=class{constructor(O){this._fullpath=O,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return E.type(this)}async mode(){return E.mode(this)}async stat(){return E.stat(this)}async content(){return E.content(this)}async oid(){return E.oid(this)}},c(k,"s"),k),h(_,"WorkdirEntry"),_)}async readdir(s){let u=s._fullpath,{fs:d,dir:w}=this,_=await d.readdir(Y(w,u));return _===null?null:_.map(E=>Y(u,E))}async type(s){return s._type===!1&&await s.stat(),s._type}async mode(s){return s._mode===!1&&await s.stat(),s._mode}async stat(s){if(s._stat===!1){let{fs:u,dir:d}=this,w=await u.lstat(`${d}/${s._fullpath}`);if(!w)throw new Error(`ENOENT: no such file or directory, lstat '${s._fullpath}'`);let _=w.isDirectory()?"tree":"blob";_==="blob"&&!w.isFile()&&!w.isSymbolicLink()&&(_="special"),s._type=_,w=z(w),s._mode=w.mode,w.size===-1&&s._actualSize&&(w.size=s._actualSize),s._stat=w}return s._stat}async content(s){if(s._content===!1){let{fs:u,dir:d,gitdir:w}=this;if(await s.type()==="tree")s._content=void 0;else{let _=await(await this._getGitConfig(u,w)).get("core.autocrlf"),E=await u.read(`${d}/${s._fullpath}`,{autocrlf:_});s._actualSize=E.length,s._stat&&s._stat.size===-1&&(s._stat.size=s._actualSize),s._content=new Uint8Array(E)}}return s._content}async oid(s){if(s._oid===!1){let u=this,{fs:d,gitdir:w,cache:_}=this,E;await me.acquire({fs:d,gitdir:w,cache:_},async function(k){let I=k.entriesMap.get(s._fullpath),O=await s.stat(),x=await(await u._getGitConfig(d,w)).get("core.filemode"),L=typeof process<"u"?process.platform!=="win32":!0;if(!I||le(O,I,x,L)){let q=await s.content();q===void 0?E=void 0:(E=await j(ds.wrap({type:"blob",object:q})),I&&E===I.oid&&(!x||O.mode===I.mode)&&le(O,I,x,L)&&k.insert({filepath:s._fullpath,stats:O,oid:E}))}else E=I.oid}),s._oid=E}return s._oid}async _getGitConfig(s,u){return this.config?this.config:(this.config=await ut.get({fs:s,gitdir:u}),this.config)}},c(xs,"Wc"),xs);h(ay,"GitWalkerFs");var uS=ay;function nn(){let p=Object.create(null);return Object.defineProperty(p,Fe,{value:h(function({fs:s,dir:u,gitdir:d,cache:w}){return new uS({fs:s,dir:u,gitdir:d,cache:w})},"value")}),Object.freeze(p),p}c(nn,"xi"),h(nn,"WORKDIR");function oy(p,s){let u=s-p;return Array.from({length:u},(d,w)=>p+w)}c(oy,"gk"),h(oy,"arrayRange");var ly=typeof Array.prototype.flat>"u"?p=>p.reduce((s,u)=>s.concat(u),[]):p=>p.flat(),cy=(As=class{constructor(){this.value=null}consider(s){s!=null&&(this.value===null?this.value=s:s<this.value&&(this.value=s))}reset(){this.value=null}},c(As,"Vc"),As);h(cy,"RunningMinimum");var dS=cy;function*fy(p){let s=new dS,u,d=[],w=p.length;for(let _=0;_<w;_++)d[_]=p[_].next().value,d[_]!==void 0&&s.consider(d[_]);if(s.value!==null)for(;;){let _=[];u=s.value,s.reset();for(let E=0;E<w;E++)d[E]!==void 0&&d[E]===u?(_[E]=d[E],d[E]=p[E].next().value):_[E]=null,d[E]!==void 0&&s.consider(d[E]);if(yield _,s.value===null)return}}c(fy,"yk"),h(fy,"unionOfIterators");async function bi({fs:p,cache:s,dir:u,gitdir:d,trees:w,map:_=h(async(I,O)=>O,"map"),reduce:E=h(async(I,O)=>{let x=ly(O);return I!==void 0&&x.unshift(I),x},"reduce"),iterate:k=h((I,O)=>Promise.all([...O].map(I)),"iterate")}){let I=w.map(ae=>ae[Fe]({fs:p,dir:u,gitdir:d,cache:s})),O=new Array(I.length).fill("."),x=oy(0,I.length),L=h(async ae=>{x.forEach(Re=>{let Be=ae[Re];ae[Re]=Be&&new I[Re].ConstructEntry(Be)});let ce=(await Promise.all(x.map(Re=>{let Be=ae[Re];return Be?I[Re].readdir(Be):[]}))).map(Re=>(Re===null?[]:Re)[Symbol.iterator]());return{entries:ae,children:fy(ce)}},"unionWalkerFromReaddir"),q=h(async ae=>{let{entries:ce,children:Re}=await L(ae),Be=ce.find(We=>We&&We._fullpath)._fullpath,qe=await _(Be,ce);if(qe!==null){let We=await k(q,Re);return We=We.filter(Qe=>Qe!==void 0),E(qe,We)}},"walk");return q(O)}c(bi,"er"),h(bi,"_walk");async function ml(p,s){let u=await p.readdir(s);u==null?await p.rm(s):u.length?await Promise.all(u.map(d=>{let w=Y(s,d);return p.lstat(w).then(_=>{if(_)return _.isDirectory()?ml(p,w):p.rm(w)})})).then(()=>p.rmdir(s)):await p.rmdir(s)}c(ml,"Tc"),h(ml,"rmRecursive");function hy(p){return uy(p)&&kh(p.then)&&kh(p.catch)}c(hy,"bk"),h(hy,"isPromiseLike");function uy(p){return p&&typeof p=="object"}c(uy,"_k"),h(uy,"isObject");function kh(p){return typeof p=="function"}c(kh,"yw"),h(kh,"isFunction");function Rh(p){return hy(h(s=>{try{return s.readFile().catch(u=>u)}catch(u){return u}},"test")(p))}c(Rh,"bw"),h(Rh,"isPromiseFs");var dy=["readFile","writeFile","mkdir","rmdir","unlink","stat","lstat","readdir","readlink","symlink"];function Th(p,s){if(Rh(s))for(let u of dy)p[`_${u}`]=s[u].bind(s);else for(let u of dy)p[`_${u}`]=f(s[u].bind(s));Rh(s)?s.rm?p._rm=s.rm.bind(s):s.rmdir.length>1?p._rm=s.rmdir.bind(s):p._rm=ml.bind(null,p):s.rm?p._rm=f(s.rm.bind(s)):s.rmdir.length>2?p._rm=f(s.rmdir.bind(s)):p._rm=ml.bind(null,p)}c(Th,"vw"),h(Th,"bindFs");var py=(Ps=class{constructor(s){if(typeof s._original_unwrapped_fs<"u")return s;let u=Object.getOwnPropertyDescriptor(s,"promises");u&&u.enumerable?Th(this,s.promises):Th(this,s),this._original_unwrapped_fs=s}async exists(s,u={}){try{return await this._stat(s),!0}catch(d){if(d.code==="ENOENT"||d.code==="ENOTDIR"||(d.code||"").includes("ENS"))return!1;throw console.log('Unhandled error in "FileSystem.exists()" function',d),d}}async read(s,u={}){try{let d=await this._readFile(s,u);if(u.autocrlf==="true")try{d=new TextDecoder("utf8",{fatal:!0}).decode(d),d=d.replace(/\r\n/g,`
70
- `),d=new TextEncoder().encode(d)}catch{}return typeof d!="string"&&(d=Buffer.from(d)),d}catch{return null}}async write(s,u,d={}){try{await this._writeFile(s,u,d)}catch{await this.mkdir(He(s)),await this._writeFile(s,u,d)}}async mkdir(s,u=!1){try{await this._mkdir(s)}catch(d){if(d===null||d.code==="EEXIST")return;if(u)throw d;if(d.code==="ENOENT"){let w=He(s);if(w==="."||w==="/"||w===s)throw d;await this.mkdir(w),await this.mkdir(s,!0)}}}async rm(s){try{await this._unlink(s)}catch(u){if(u.code!=="ENOENT")throw u}}async rmdir(s,u){try{u&&u.recursive?await this._rm(s,u):await this._rmdir(s)}catch(d){if(d.code!=="ENOENT")throw d}}async readdir(s){try{let u=await this._readdir(s);return u.sort(C),u}catch(u){return u.code==="ENOTDIR"?null:[]}}async readdirDeep(s){let u=await this._readdir(s);return(await Promise.all(u.map(async d=>{let w=s+"/"+d;return(await this._stat(w)).isDirectory()?this.readdirDeep(w):w}))).reduce((d,w)=>d.concat(w),[])}async lstat(s){try{return await this._lstat(s)}catch(u){if(u.code==="ENOENT"||(u.code||"").includes("ENS"))return null;throw u}}async readlink(s,u={encoding:"buffer"}){try{let d=await this._readlink(s,u);return Buffer.isBuffer(d)?d:Buffer.from(d)}catch(d){if(d.code==="ENOENT"||(d.code||"").includes("ENS"))return null;throw d}}async writelink(s,u){return this._symlink(u.toString("utf8"),s)}},c(Ps,"Gc"),Ps);h(py,"FileSystem");var ct=py;function ie(p,s){if(s===void 0)throw new Ur(p)}c(ie,"E"),h(ie,"assertParameter");async function po(p,s){return!p&&!s?!1:p&&!s||!p&&s?!0:!(await p.type()==="tree"&&await s.type()==="tree"||await p.type()===await s.type()&&await p.mode()===await s.mode()&&await p.oid()===await s.oid())}c(po,"to"),h(po,"modified");async function Oh({fs:p,dir:s,gitdir:u=Y(s,".git"),commit:d="HEAD",cache:w={}}){try{ie("fs",p),ie("dir",s),ie("gitdir",u);let _=new ct(p),E=[Or({ref:d}),nn(),G()],k=[];await me.acquire({fs:_,gitdir:u,cache:w},async function(O){k=O.unmergedPaths});let I=await bi({fs:_,cache:w,dir:s,gitdir:u,trees:E,map:h(async function(O,[x,L,q]){let ae=!await po(L,q),ce=k.includes(O),Re=!await po(q,x);if(ae||ce)return x?{path:O,mode:await x.mode(),oid:await x.oid(),type:await x.type(),content:await x.content()}:void 0;if(Re)return!1;throw new Eh(O)},"map")});await me.acquire({fs:_,gitdir:u,cache:w},async function(O){for(let x of I)if(x!==!1){if(!x){await _.rmdir(`${s}/${x.path}`,{recursive:!0}),O.delete({filepath:x.path});continue}if(x.type==="blob"){let L=new TextDecoder().decode(x.content);await _.write(`${s}/${x.path}`,L,{mode:x.mode}),O.insert({filepath:x.path,oid:x.oid,stage:0})}}})}catch(_){throw _.caller="git.abortMerge",_}}c(Oh,"qw"),h(Oh,"abortMerge");var my=(Ds=class{static async isIgnored({fs:s,dir:u,gitdir:d=Y(u,".git"),filepath:w}){if(Je(w)===".git")return!0;if(w===".")return!1;let _="",E=Y(d,"info","exclude");await s.exists(E)&&(_=await s.read(E,"utf8"));let k=[{gitignore:Y(u,".gitignore"),filepath:w}],I=w.split("/").filter(Boolean);for(let x=1;x<I.length;x++){let L=I.slice(0,x).join("/"),q=I.slice(x).join("/");k.push({gitignore:Y(u,L,".gitignore"),filepath:q})}let O=!1;for(let x of k){let L;try{L=await s.read(x.gitignore,"utf8")}catch(ce){if(ce.code==="NOENT")continue}let q=m().add(_);q.add(L);let ae=He(x.filepath);if(ae!=="."&&q.ignores(ae))return!0;O?O=!q.test(x.filepath).unignored:O=q.test(x.filepath).ignored}return O}},c(Ds,"Zc"),Ds);h(my,"GitIgnoreManager");var gs=my;async function gy({fs:p,gitdir:s,object:u,format:d,oid:w}){if(d!=="deflated")throw new T("GitObjectStoreLoose expects objects to write to be in deflated format");let _=`objects/${w.slice(0,2)}/${w.slice(2)}`,E=`${s}/${_}`;await p.exists(E)||await p.write(E,u)}c(gy,"vk"),h(gy,"writeObjectLoose");var xh=null;async function Ah(p){return xh===null&&(xh=wy()),xh?yy(p):o.deflate(p)}c(Ah,"Uw"),h(Ah,"deflate");async function yy(p){let s=new CompressionStream("deflate"),u=new Blob([p]).stream().pipeThrough(s);return new Uint8Array(await new Response(u).arrayBuffer())}c(yy,"Fk"),h(yy,"browserDeflate");function wy(){try{return new CompressionStream("deflate").writable.close(),new Blob([]).stream().cancel(),!0}catch{return!1}}c(wy,"Sk"),h(wy,"testCompressionStream");async function vr({fs:p,gitdir:s,type:u,object:d,format:w="content",oid:_=void 0,dryRun:E=!1}){return w!=="deflated"&&(w!=="wrapped"&&(d=ds.wrap({type:u,object:d})),_=await j(d),d=Buffer.from(await Ah(d))),E||await gy({fs:p,gitdir:s,object:d,format:"deflated",oid:_}),_}c(vr,"He"),h(vr,"_writeObject");function Ph(p){let s;for(;~(s=p.indexOf(92));)p[s]=47;return p}c(Ph,"zw"),h(Ph,"posixifyPathBuffer");async function Dh({fs:p,dir:s,gitdir:u=Y(s,".git"),filepath:d,cache:w={},force:_=!1,parallel:E=!0}){try{ie("fs",p),ie("dir",s),ie("gitdir",u),ie("filepath",d);let k=new ct(p);await me.acquire({fs:k,gitdir:u,cache:w},async I=>{let O=await(await ut.get({fs:k,gitdir:u})).get("core.autocrlf");return gl({dir:s,gitdir:u,fs:k,filepath:d,index:I,force:_,parallel:E,autocrlf:O})})}catch(k){throw k.caller="git.add",k}}c(Dh,"Ww"),h(Dh,"add");async function gl({dir:p,gitdir:s,fs:u,filepath:d,index:w,force:_,parallel:E,autocrlf:k}){d=Array.isArray(d)?d:[d];let I=d.map(async L=>{if(!_&&await gs.isIgnored({fs:u,dir:p,gitdir:s,filepath:L}))return;let q=await u.lstat(Y(p,L));if(!q)throw new se(L);if(q.isDirectory()){let ae=await u.readdir(Y(p,L));if(E){let ce=ae.map(Re=>gl({dir:p,gitdir:s,fs:u,filepath:[Y(L,Re)],index:w,force:_,parallel:E,autocrlf:k}));await Promise.all(ce)}else for(let ce of ae)await gl({dir:p,gitdir:s,fs:u,filepath:[Y(L,ce)],index:w,force:_,parallel:E,autocrlf:k})}else{let ae=q.isSymbolicLink()?await u.readlink(Y(p,L)).then(Ph):await u.read(Y(p,L),{autocrlf:k});if(ae===null)throw new se(L);let ce=await vr({fs:u,gitdir:s,type:"blob",object:ae});w.insert({filepath:L,stats:q,oid:ce})}}),O=await Promise.allSettled(I),x=O.filter(L=>L.status==="rejected").map(L=>L.reason);if(x.length>1)throw new bh(x);if(x.length===1)throw x[0];return O.filter(L=>L.status==="fulfilled"&&L.value).map(L=>L.value)}c(gl,"Ac"),h(gl,"addToIndex");async function ys({fs:p,gitdir:s,path:u}){return(await ut.get({fs:p,gitdir:s})).get(u)}c(ys,"$n"),h(ys,"_getConfig");function Nh(p,...s){for(let u of s)if(u)for(let d of Object.keys(u)){let w=u[d];w!==void 0&&(p[d]=w)}return p}c(Nh,"Vw"),h(Nh,"assignDefined");async function _i({fs:p,gitdir:s,author:u,commit:d}){let w=Math.floor(Date.now()/1e3),_={name:await ys({fs:p,gitdir:s,path:"user.name"}),email:await ys({fs:p,gitdir:s,path:"user.email"})||"",timestamp:w,timezoneOffset:new Date(w*1e3).getTimezoneOffset()},E=Nh({},_,d?d.author:void 0,u);if(E.name!==void 0)return E}c(_i,"rr"),h(_i,"normalizeAuthorObject");async function sn({fs:p,gitdir:s,author:u,committer:d,commit:w}){let _=Math.floor(Date.now()/1e3),E={name:await ys({fs:p,gitdir:s,path:"user.name"}),email:await ys({fs:p,gitdir:s,path:"user.email"})||"",timestamp:_,timezoneOffset:new Date(_*1e3).getTimezoneOffset()},k=Nh({},E,w?w.committer:void 0,u,d);if(k.name!==void 0)return k}c(sn,"vi"),h(sn,"normalizeCommitterObject");async function Ch({fs:p,cache:s,gitdir:u,oid:d}){let{type:w,object:_}=await jt({fs:p,cache:s,gitdir:u,oid:d});if(w==="tag")return d=ei.from(_).parse().object,Ch({fs:p,cache:s,gitdir:u,oid:d});if(w!=="commit")throw new _e(d,w,"commit");return{commit:Wr.from(_),oid:d}}c(Ch,"Gw"),h(Ch,"resolveCommit");async function an({fs:p,cache:s,gitdir:u,oid:d}){let{commit:w,oid:_}=await Ch({fs:p,cache:s,gitdir:u,oid:d});return{oid:_,commit:w.parse(),payload:w.withoutSignature()}}c(an,"Fi"),h(an,"_readCommit");async function mo({fs:p,cache:s,onSign:u,gitdir:d,message:w,author:_,committer:E,signingKey:k,amend:I=!1,dryRun:O=!1,noUpdateBranch:x=!1,ref:L,parent:q,tree:ae}){let ce=!1;L||(L=await ze.resolve({fs:p,gitdir:d,ref:"HEAD",depth:2}));let Re,Be;try{Re=await ze.resolve({fs:p,gitdir:d,ref:L}),Be=await an({fs:p,gitdir:d,oid:Re,cache:{}})}catch{ce=!0}if(I&&ce)throw new Fh(L);let qe=I?await _i({fs:p,gitdir:d,author:_,commit:Be.commit}):await _i({fs:p,gitdir:d,author:_});if(!qe)throw new Tr("author");let We=I?await sn({fs:p,gitdir:d,author:qe,committer:E,commit:Be.commit}):await sn({fs:p,gitdir:d,author:qe,committer:E});if(!We)throw new Tr("committer");return me.acquire({fs:p,gitdir:d,cache:s,allowUnmerged:!1},async function(Qe){let at=it(Qe.entries).get(".");if(ae||(ae=await Ih({fs:p,gitdir:d,inode:at,dryRun:O})),q?q=await Promise.all(q.map(Ve=>ze.resolve({fs:p,gitdir:d,ref:Ve}))):I?q=Be.commit.parent:q=Re?[Re]:[],!w)if(I)w=Be.commit.message;else throw new Ur("message");let ot=Wr.from({tree:ae,parent:q,author:qe,committer:We,message:w});k&&(ot=await Wr.sign(ot,u,k));let nt=await vr({fs:p,gitdir:d,type:"commit",object:ot.toObject(),dryRun:O});return!x&&!O&&await ze.writeRef({fs:p,gitdir:d,ref:L,value:nt}),nt})}c(mo,"Go"),h(mo,"_commit");async function Ih({fs:p,gitdir:s,inode:u,dryRun:d}){let w=u.children;for(let k of w)k.type==="tree"&&(k.metadata.mode="040000",k.metadata.oid=await Ih({fs:p,gitdir:s,inode:k,dryRun:d}));let _=w.map(k=>({mode:k.metadata.mode,path:k.basename,oid:k.metadata.oid,type:k.type})),E=Lr.from(_);return await vr({fs:p,gitdir:s,type:"tree",object:E.toObject(),dryRun:d})}c(Ih,"Zw"),h(Ih,"constructTree");async function ws({fs:p,cache:s,gitdir:u,oid:d,filepath:w}){if(w.startsWith("/"))throw new ps("leading-slash");if(w.endsWith("/"))throw new ps("trailing-slash");let _=d,E=await rn({fs:p,cache:s,gitdir:u,oid:d}),k=E.tree;if(w==="")d=E.oid;else{let I=w.split("/");d=await Bh({fs:p,cache:s,gitdir:u,tree:k,pathArray:I,oid:_,filepath:w})}return d}c(ws,"Mn"),h(ws,"resolveFilepath");async function Bh({fs:p,cache:s,gitdir:u,tree:d,pathArray:w,oid:_,filepath:E}){let k=w.shift();for(let I of d)if(I.path===k){if(w.length===0)return I.oid;{let{type:O,object:x}=await jt({fs:p,cache:s,gitdir:u,oid:I.oid});if(O!=="tree")throw new _e(_,O,"tree",E);return d=Lr.from(x),Bh({fs:p,cache:s,gitdir:u,tree:d,pathArray:w,oid:_,filepath:E})}}throw new se(`file or directory found at "${_}:${E}"`)}c(Bh,"Kw"),h(Bh,"_resolveFilepath");async function on({fs:p,cache:s,gitdir:u,oid:d,filepath:w=void 0}){w!==void 0&&(d=await ws({fs:p,cache:s,gitdir:u,oid:d,filepath:w}));let{tree:_,oid:E}=await rn({fs:p,cache:s,gitdir:u,oid:d});return{oid:E,tree:_.entries()}}c(on,"Pi"),h(on,"_readTree");async function bs({fs:p,gitdir:s,tree:u}){let d=Lr.from(u).toObject();return await vr({fs:p,gitdir:s,type:"tree",object:d,format:"content"})}c(bs,"jn"),h(bs,"_writeTree");async function by({fs:p,cache:s,onSign:u,gitdir:d,ref:w,oid:_,note:E,force:k,author:I,committer:O,signingKey:x}){let L;try{L=await ze.resolve({gitdir:d,fs:p,ref:w})}catch(Re){if(!(Re instanceof se))throw Re}let q=(await on({fs:p,cache:s,gitdir:d,oid:L||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;if(k)q=q.filter(Re=>Re.path!==_);else for(let Re of q)if(Re.path===_)throw new yi("note",_);typeof E=="string"&&(E=Buffer.from(E,"utf8"));let ae=await vr({fs:p,gitdir:d,type:"blob",object:E,format:"content"});q.push({mode:"100644",path:_,oid:ae,type:"blob"});let ce=await bs({fs:p,gitdir:d,tree:q});return await mo({fs:p,cache:s,onSign:u,gitdir:d,ref:w,tree:ce,parent:L&&[L],message:`Note added by 'isomorphic-git addNote'
71
- `,author:I,committer:O,signingKey:x})}c(by,"Ek"),h(by,"_addNote");async function jh({fs:p,onSign:s,dir:u,gitdir:d=Y(u,".git"),ref:w="refs/notes/commits",oid:_,note:E,force:k,author:I,committer:O,signingKey:x,cache:L={}}){try{ie("fs",p),ie("gitdir",d),ie("oid",_),ie("note",E),x&&ie("onSign",s);let q=new ct(p),ae=await _i({fs:q,gitdir:d,author:I});if(!ae)throw new Tr("author");let ce=await sn({fs:q,gitdir:d,author:ae,committer:O});if(!ce)throw new Tr("committer");return await by({fs:new ct(q),cache:L,onSign:s,gitdir:d,ref:w,oid:_,note:E,force:k,author:ae,committer:ce,signingKey:x})}catch(q){throw q.caller="git.addNote",q}}c(jh,"Yw"),h(jh,"addNote");var pS=/(^|[/.])([/.]|$)|^@$|@{|[\x00-\x20\x7f~^:?*[\\]|\.lock(\/|$)/;function _s(p,s){if(typeof p!="string")throw new TypeError("Reference name must be a string");return!pS.test(p)&&(!!s||p.includes("/"))}c(_s,"Ln"),h(_s,"isValidRef");async function Mh({fs:p,gitdir:s,remote:u,url:d,force:w}){if(!_s(u,!0))throw new wi(u,l.clean(u));let _=await ut.get({fs:p,gitdir:s});if(!w&&(await _.getSubsections("remote")).includes(u)&&d!==await _.get(`remote.${u}.url`))throw new yi("remote",u);await _.set(`remote.${u}.url`,d),await _.set(`remote.${u}.fetch`,`+refs/heads/*:refs/remotes/${u}/*`),await ut.save({fs:p,gitdir:s,config:_})}c(Mh,"Xw"),h(Mh,"_addRemote");async function $h({fs:p,dir:s,gitdir:u=Y(s,".git"),remote:d,url:w,force:_=!1}){try{return ie("fs",p),ie("gitdir",u),ie("remote",d),ie("url",w),await Mh({fs:new ct(p),gitdir:u,remote:d,url:w,force:_})}catch(E){throw E.caller="git.addRemote",E}}c($h,"Jw"),h($h,"addRemote");async function _y({fs:p,cache:s,onSign:u,gitdir:d,ref:w,tagger:_,message:E=w,gpgsig:k,object:I,signingKey:O,force:x=!1}){if(w=w.startsWith("refs/tags/")?w:`refs/tags/${w}`,!x&&await ze.exists({fs:p,gitdir:d,ref:w}))throw new yi("tag",w);let L=await ze.resolve({fs:p,gitdir:d,ref:I||"HEAD"}),{type:q}=await jt({fs:p,cache:s,gitdir:d,oid:L}),ae=ei.from({object:L,type:q,tag:w.replace("refs/tags/",""),tagger:_,message:E,gpgsig:k});O&&(ae=await ei.sign(ae,u,O));let ce=await vr({fs:p,gitdir:d,type:"tag",object:ae.toObject()});await ze.writeRef({fs:p,gitdir:d,ref:w,value:ce})}c(_y,"xk"),h(_y,"_annotatedTag");async function Lh({fs:p,onSign:s,dir:u,gitdir:d=Y(u,".git"),ref:w,tagger:_,message:E=w,gpgsig:k,object:I,signingKey:O,force:x=!1,cache:L={}}){try{ie("fs",p),ie("gitdir",d),ie("ref",w),O&&ie("onSign",s);let q=new ct(p),ae=await _i({fs:q,gitdir:d,author:_});if(!ae)throw new Tr("tagger");return await _y({fs:q,cache:L,onSign:s,gitdir:d,ref:w,tagger:ae,message:E,gpgsig:k,object:I,signingKey:O,force:x})}catch(q){throw q.caller="git.annotatedTag",q}}c(Lh,"Qw"),h(Lh,"annotatedTag");async function vy({fs:p,gitdir:s,ref:u,object:d,checkout:w=!1,force:_=!1}){if(!_s(u,!0))throw new wi(u,l.clean(u));let E=`refs/heads/${u}`;if(!_&&await ze.exists({fs:p,gitdir:s,ref:E}))throw new yi("branch",u,!1);let k;try{k=await ze.resolve({fs:p,gitdir:s,ref:d||"HEAD"})}catch{}k&&await ze.writeRef({fs:p,gitdir:s,ref:E,value:k}),w&&await ze.writeSymbolicRef({fs:p,gitdir:s,ref:"HEAD",value:E})}c(vy,"Pk"),h(vy,"_branch");async function Uh({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d,object:w,checkout:_=!1,force:E=!1}){try{return ie("fs",p),ie("gitdir",u),ie("ref",d),await vy({fs:new ct(p),gitdir:u,ref:d,object:w,checkout:_,force:E})}catch(k){throw k.caller="git.branch",k}}c(Uh,"eg"),h(Uh,"branch");var Sy=h((p,s)=>p==="."||s==null||s.length===0||s==="."?!0:s.length>=p.length?s.startsWith(p):p.startsWith(s),"worthWalking");async function yl({fs:p,cache:s,onProgress:u,onPostCheckout:d,dir:w,gitdir:_,remote:E,ref:k,filepaths:I,noCheckout:O,noUpdateHead:x,dryRun:L,force:q,track:ae=!0,nonBlocking:ce=!1,batchSize:Re=100}){let Be;if(d)try{Be=await ze.resolve({fs:p,gitdir:_,ref:"HEAD"})}catch{Be="0000000000000000000000000000000000000000"}let qe;try{qe=await ze.resolve({fs:p,gitdir:_,ref:k})}catch(We){if(k==="HEAD")throw We;let Qe=`${E}/${k}`;if(qe=await ze.resolve({fs:p,gitdir:_,ref:Qe}),ae){let at=await ut.get({fs:p,gitdir:_});await at.set(`branch.${k}.remote`,E),await at.set(`branch.${k}.merge`,`refs/heads/${k}`),await ut.save({fs:p,gitdir:_,config:at})}await ze.writeRef({fs:p,gitdir:_,ref:`refs/heads/${k}`,value:qe})}if(!O){let We;try{We=await Ey({fs:p,cache:s,onProgress:u,dir:w,gitdir:_,ref:k,force:q,filepaths:I})}catch(Ve){throw Ve instanceof se&&Ve.data.what===qe?new ph(k,qe):Ve}let Qe=We.filter(([Ve])=>Ve==="conflict").map(([Ve,tt])=>tt);if(Qe.length>0)throw new dh(Qe);let at=We.filter(([Ve])=>Ve==="error").map(([Ve,tt])=>tt);if(at.length>0)throw new T(at.join(", "));if(L){d&&await d({previousHead:Be,newHead:qe,type:I!=null&&I.length>0?"file":"branch"});return}let ot=0,nt=We.length;if(await me.acquire({fs:p,gitdir:_,cache:s},async function(Ve){await Promise.all(We.filter(([tt])=>tt==="delete"||tt==="delete-index").map(async function([tt,rt]){let yt=`${w}/${rt}`;tt==="delete"&&await p.rm(yt),Ve.delete({filepath:rt}),u&&await u({phase:"Updating workdir",loaded:++ot,total:nt})}))}),await me.acquire({fs:p,gitdir:_,cache:s},async function(Ve){for(let[tt,rt]of We)if(tt==="rmdir"||tt==="rmdir-index"){let yt=`${w}/${rt}`;try{tt==="rmdir"&&await p.rmdir(yt),Ve.delete({filepath:rt}),u&&await u({phase:"Updating workdir",loaded:++ot,total:nt})}catch(Dt){if(Dt.code==="ENOTEMPTY")console.log(`Did not delete ${rt} because directory is not empty`);else throw Dt}}}),await Promise.all(We.filter(([Ve])=>Ve==="mkdir"||Ve==="mkdir-index").map(async function([Ve,tt]){let rt=`${w}/${tt}`;await p.mkdir(rt),u&&await u({phase:"Updating workdir",loaded:++ot,total:nt})})),ce){let Ve=We.filter(([rt])=>rt==="create"||rt==="create-index"||rt==="update"||rt==="mkdir-index"),tt=await Wh("Update Working Dir",Ve.map(([rt,yt,Dt,Zt,xt])=>()=>ky({fs:p,cache:s,gitdir:_,dir:w},[rt,yt,Dt,Zt,xt])),u,Re);await me.acquire({fs:p,gitdir:_,cache:s,allowUnmerged:!0},async function(rt){await Wh("Update Index",tt.map(([yt,Dt,Zt])=>()=>Fy({index:rt,fullpath:yt,oid:Dt,stats:Zt})),u,Re)})}else await me.acquire({fs:p,gitdir:_,cache:s,allowUnmerged:!0},async function(Ve){await Promise.all(We.filter(([tt])=>tt==="create"||tt==="create-index"||tt==="update"||tt==="mkdir-index").map(async function([tt,rt,yt,Dt,Zt]){let xt=`${w}/${rt}`;try{if(tt!=="create-index"&&tt!=="mkdir-index"){let{object:ur}=await jt({fs:p,cache:s,gitdir:_,oid:yt});if(Zt&&await p.rm(xt),Dt===33188)await p.write(xt,ur);else if(Dt===33261)await p.write(xt,ur,{mode:511});else if(Dt===40960)await p.writelink(xt,ur);else throw new T(`Invalid mode 0o${Dt.toString(8)} detected in blob ${yt}`)}let er=await p.lstat(xt);Dt===33261&&(er.mode=493),tt==="mkdir-index"&&(er.mode=57344),Ve.insert({filepath:rt,stats:er,oid:yt}),u&&await u({phase:"Updating workdir",loaded:++ot,total:nt})}catch(er){console.log(er)}}))});d&&await d({previousHead:Be,newHead:qe,type:I!=null&&I.length>0?"file":"branch"})}if(!x){let We=await ze.expand({fs:p,gitdir:_,ref:k});We.startsWith("refs/heads")?await ze.writeSymbolicRef({fs:p,gitdir:_,ref:"HEAD",value:We}):await ze.writeRef({fs:p,gitdir:_,ref:"HEAD",value:qe})}}c(yl,"Cc"),h(yl,"_checkout");async function Ey({fs:p,cache:s,onProgress:u,dir:d,gitdir:w,ref:_,force:E,filepaths:k}){let I=0;return bi({fs:p,cache:s,dir:d,gitdir:w,trees:[Or({ref:_}),nn(),G()],map:h(async function(O,[x,L,q]){if(O!=="."){if(k&&!k.some(ae=>Sy(O,ae)))return null;switch(u&&await u({phase:"Analyzing workdir",loaded:++I}),[!!q,!!x,!!L].map(Number).join("")){case"000":return;case"001":return E&&k&&k.includes(O)?["delete",O]:void 0;case"010":switch(await x.type()){case"tree":return["mkdir",O];case"blob":return["create",O,await x.oid(),await x.mode()];case"commit":return["mkdir-index",O,await x.oid(),await x.mode()];default:return["error",`new entry Unhandled type ${await x.type()}`]}case"011":switch(`${await x.type()}-${await L.type()}`){case"tree-tree":return;case"tree-blob":case"blob-tree":return["conflict",O];case"blob-blob":return await x.oid()!==await L.oid()?E?["update",O,await x.oid(),await x.mode(),await x.mode()!==await L.mode()]:["conflict",O]:await x.mode()!==await L.mode()?E?["update",O,await x.oid(),await x.mode(),!0]:["conflict",O]:["create-index",O,await x.oid(),await x.mode()];case"commit-tree":return;case"commit-blob":return["conflict",O];default:return["error",`new entry Unhandled type ${x.type}`]}case"100":return["delete-index",O];case"101":switch(await q.type()){case"tree":return["rmdir-index",O];case"blob":return await q.oid()!==await L.oid()?E?["delete",O]:["conflict",O]:["delete",O];case"commit":return["rmdir-index",O];default:return["error",`delete entry Unhandled type ${await q.type()}`]}case"110":case"111":switch(`${await q.type()}-${await x.type()}`){case"tree-tree":return;case"blob-blob":{if(await q.oid()===await x.oid()&&await q.mode()===await x.mode()&&!E)return;if(L){if(await L.oid()!==await q.oid()&&await L.oid()!==await x.oid())return E?["update",O,await x.oid(),await x.mode(),await x.mode()!==await L.mode()]:["conflict",O]}else if(E)return["update",O,await x.oid(),await x.mode(),await x.mode()!==await q.mode()];return await x.mode()!==await q.mode()?["update",O,await x.oid(),await x.mode(),!0]:await x.oid()!==await q.oid()?["update",O,await x.oid(),await x.mode(),!1]:void 0}case"tree-blob":return["update-dir-to-blob",O,await x.oid()];case"blob-tree":return["update-blob-to-tree",O];case"commit-commit":return["mkdir-index",O,await x.oid(),await x.mode()];default:return["error",`update entry Unhandled type ${await q.type()}-${await x.type()}`]}}}},"map"),reduce:h(async function(O,x){return x=ly(x),O?O&&O[0]==="rmdir"?(x.push(O),x):(x.unshift(O),x):x},"reduce")})}c(Ey,"Tk"),h(Ey,"analyze");async function Fy({index:p,fullpath:s,stats:u,oid:d}){try{p.insert({filepath:s,stats:u,oid:d})}catch(w){console.warn(`Error inserting ${s} into index:`,w)}}c(Fy,"Ak"),h(Fy,"updateIndex");async function ky({fs:p,cache:s,gitdir:u,dir:d},[w,_,E,k,I]){let O=`${d}/${_}`;if(w!=="create-index"&&w!=="mkdir-index"){let{object:L}=await jt({fs:p,cache:s,gitdir:u,oid:E});if(I&&await p.rm(O),k===33188)await p.write(O,L);else if(k===33261)await p.write(O,L,{mode:511});else if(k===40960)await p.writelink(O,L);else throw new T(`Invalid mode 0o${k.toString(8)} detected in blob ${E}`)}let x=await p.lstat(O);return k===33261&&(x.mode=493),w==="mkdir-index"&&(x.mode=57344),[_,E,x]}c(ky,"Ok"),h(ky,"updateWorkingDir");async function Wh(p,s,u,d){let w=[];try{for(let _=0;_<s.length;_+=d){let E=s.slice(_,_+d).map(k=>k());(await Promise.allSettled(E)).forEach(k=>{k.status==="fulfilled"&&w.push(k.value)}),u&&await u({phase:"Updating workdir",loaded:_+E.length,total:s.length})}return w}catch(_){console.error(`Error during ${p}: ${_}`)}return w}c(Wh,"Fw"),h(Wh,"batchAllSettled");async function wl({fs:p,onProgress:s,onPostCheckout:u,dir:d,gitdir:w=Y(d,".git"),remote:_="origin",ref:E,filepaths:k,noCheckout:I=!1,noUpdateHead:O=E===void 0,dryRun:x=!1,force:L=!1,track:q=!0,cache:ae={},nonBlocking:ce=!1,batchSize:Re=100}){try{ie("fs",p),ie("dir",d),ie("gitdir",w);let Be=E||"HEAD";return await yl({fs:new ct(p),cache:ae,onProgress:s,onPostCheckout:u,dir:d,gitdir:w,remote:_,ref:Be,filepaths:k,noCheckout:I,noUpdateHead:O,dryRun:x,force:L,track:q,nonBlocking:ce,batchSize:Re})}catch(Be){throw Be.caller="git.checkout",Be}}c(wl,"Ic"),h(wl,"checkout");var mS=/^refs\/(heads\/|tags\/|remotes\/)?(.*)/;function Mi(p){let s=mS.exec(p);return s?s[1]==="remotes/"&&p.endsWith("/HEAD")?s[2].slice(0,-5):s[2]:p}c(Mi,"Er"),h(Mi,"abbreviateRef");async function vi({fs:p,gitdir:s,fullname:u=!1,test:d=!1}){let w=await ze.resolve({fs:p,gitdir:s,ref:"HEAD",depth:2});if(d)try{await ze.resolve({fs:p,gitdir:s,ref:w})}catch{return}if(w.startsWith("refs/"))return u?w:Mi(w)}c(vi,"nr"),h(vi,"_currentBranch");function Ry(p){return p=p.replace(/^git@([^:]+):/,"https://$1/"),p=p.replace(/^ssh:\/\//,"https://"),p}c(Ry,"Rk"),h(Ry,"translateSSHtoHTTP");function qh({username:p="",password:s=""}){return`Basic ${Buffer.from(`${p}:${s}`).toString("base64")}`}c(qh,"rg"),h(qh,"calculateBasicAuthHeader");async function vs(p,s){let u=lh(p);for(;;){let{value:d,done:w}=await u.next();if(d&&await s(d),w)break}u.return&&u.return()}c(vs,"Hn"),h(vs,"forAwait");async function go(p){let s=0,u=[];await vs(p,_=>{u.push(_),s+=_.byteLength});let d=new Uint8Array(s),w=0;for(let _ of u)d.set(_,w),w+=_.byteLength;return d}c(go,"ro"),h(go,"collect");function zh(p){let s=p.match(/^https?:\/\/([^/]+)@/);if(s==null)return{url:p,auth:{}};s=s[1];let[u,d]=s.split(":");return p=p.replace(`${s}@`,""),{url:p,auth:{username:u,password:d}}}c(zh,"Sw"),h(zh,"extractAuthFromUrl");function bl(p,s){let u=s.toString(16);return"0".repeat(p-u.length)+u}c(bl,"Oc"),h(bl,"padHex");var Ty=(Ns=class{static flush(){return Buffer.from("0000","utf8")}static delim(){return Buffer.from("0001","utf8")}static encode(s){typeof s=="string"&&(s=Buffer.from(s));let u=s.length+4,d=bl(4,u);return Buffer.concat([Buffer.from(d,"utf8"),s])}static streamReader(s){let u=new pg(s);return h(async function(){try{let d=await u.read(4);return d==null?!0:(d=parseInt(d.toString("utf8"),16),d===0||d===1?null:await u.read(d-4)??!0)}catch(d){return s.error=d,!0}},"read")}},c(Ns,"Kc"),Ns);h(Ty,"GitPktLine");var zt=Ty;async function Hh(p){let s={},u;for(;u=await p(),u!==!0;){if(u===null)continue;u=u.toString("utf8").replace(/\n$/,"");let d=u.indexOf("=");if(d>-1){let w=u.slice(0,d),_=u.slice(d+1);s[w]=_}else s[u]=!0}return{protocolVersion:2,capabilities2:s}}c(Hh,"Ew"),h(Hh,"parseCapabilitiesV2");async function Gh(p,{service:s}){let u=new Set,d=new Map,w=new Map,_=zt.streamReader(p),E=await _();for(;E===null;)E=await _();if(E===!0)throw new mh;if(E.includes("version 2"))return Hh(_);if(E.toString("utf8").replace(/\n$/,"")!==`# service=${s}`)throw new ho(`# service=${s}\\n`,E.toString("utf8"));let k=await _();for(;k===null;)k=await _();if(k===!0)return{capabilities:u,refs:d,symrefs:w};if(k=k.toString("utf8"),k.includes("version 2"))return Hh(_);let[I,O]=_l(k,"\0","\\x00");if(O.split(" ").map(x=>u.add(x)),I!=="0000000000000000000000000000000000000000 capabilities^{}"){let[x,L]=_l(I," "," ");for(d.set(L,x);;){let q=await _();if(q===!0)break;if(q!==null){let[ae,ce]=_l(q.toString("utf8")," "," ");d.set(ce,ae)}}}for(let x of u)if(x.startsWith("symref=")){let L=x.match(/symref=([^:]+):(.*)/);L.length===3&&w.set(L[1],L[2])}return{protocolVersion:1,capabilities:u,refs:d,symrefs:w}}c(Gh,"kw"),h(Gh,"parseRefsAdResponse");function _l(p,s,u){let d=p.trim().split(s);if(d.length!==2)throw new ho(`Two strings separated by '${u}'`,p.toString("utf8"));return d}c(_l,"pc"),h(_l,"splitAndAssert");var Oy=h((p,s)=>p.endsWith("?")?`${p}${s}`:`${p}/${s.replace(/^https?:\/\//,"")}`,"corsProxify"),xy=h((p,s)=>{(s.username||s.password)&&(p.Authorization=qh(s)),s.headers&&Object.assign(p,s.headers)},"updateHeaders"),Vh=h(async p=>{try{let s=Buffer.from(await go(p.body)),u=s.toString("utf8");return{preview:u.length<256?u:u.slice(0,256)+"...",response:u,data:s}}catch{return{}}},"stringifyBody"),Ay=(Cs=class{static async capabilities(){return["discover","connect"]}static async discover({http:s,onProgress:u,onAuth:d,onAuthSuccess:w,onAuthFailure:_,corsProxy:E,service:k,url:I,headers:O,protocolVersion:x}){let{url:L,auth:q}=zh(I),ae=E?Oy(E,L):L;(q.username||q.password)&&(O.Authorization=qh(q)),x===2&&(O["Git-Protocol"]="version=2");let ce,Re,Be=!1;do if(ce=await s.request({onProgress:u,method:"GET",url:`${ae}/info/refs?service=${k}`,headers:O}),Re=!1,ce.statusCode===401||ce.statusCode===203){let qe=Be?_:d;if(qe){if(q=await qe(L,{...q,headers:{...O}}),q&&q.cancel)throw new ul;q&&(xy(O,q),Be=!0,Re=!0)}}else ce.statusCode===200&&Be&&w&&await w(L,q);while(Re);if(ce.statusCode!==200){let{response:qe}=await Vh(ce);throw new ll(ce.statusCode,ce.statusMessage,qe)}if(ce.headers["content-type"]===`application/x-${k}-advertisement`){let qe=await Gh(ce.body,{service:k});return qe.auth=q,qe}else{let{preview:qe,response:We,data:Qe}=await Vh(ce);try{let at=await Gh([Qe],{service:k});return at.auth=q,at}catch{throw new _h(qe,We)}}}static async connect({http:s,onProgress:u,corsProxy:d,service:w,url:_,auth:E,body:k,headers:I}){let O=zh(_);O&&(_=O.url),d&&(_=Oy(d,_)),I["content-type"]=`application/x-${w}-request`,I.accept=`application/x-${w}-result`,xy(I,E);let x=await s.request({onProgress:u,method:"POST",url:`${_}/${w}`,body:k,headers:I});if(x.statusCode!==200){let{response:L}=Vh(x);throw new ll(x.statusCode,x.statusMessage,L)}return x}},c(Cs,"Yc"),Cs);h(Ay,"GitRemoteHTTP");var vl=Ay,Py=(Is=class{static getRemoteHelperFor({url:s}){let u=new Map;u.set("http",vl),u.set("https",vl);let d=Dy({url:s});if(!d)throw new Sh(s);if(u.has(d.transport))return u.get(d.transport);throw new vh(s,d.transport,d.transport==="ssh"?Ry(s):void 0)}},c(Is,"Xc"),Is);h(Py,"GitRemoteManager");var Sl=Py;function Dy({url:p}){if(p.startsWith("git@"))return{transport:"ssh",address:p};let s=p.match(/(\w+)(:\/\/|::)(.*)/);if(s!==null){if(s[2]==="://")return{transport:s[1],address:s[0]};if(s[2]==="::")return{transport:s[1],address:s[3]}}}c(Dy,"Ck"),h(Dy,"parseRemoteUrl");var ln=null,Ny=(Bs=class{static async read({fs:s,gitdir:u}){ln===null&&(ln=new t);let d=Y(u,"shallow"),w=new Set;return await ln.acquire(d,async function(){let _=await s.read(d,{encoding:"utf8"});if(_===null||_.trim()==="")return w;_.trim().split(`
72
- `).map(E=>w.add(E))}),w}static async write({fs:s,gitdir:u,oids:d}){ln===null&&(ln=new t);let w=Y(u,"shallow");if(d.size>0){let _=[...d].join(`
46
+ `}u(Iy,"indent");function Eq(t){return t.split(`
47
+ `).map(e=>e.replace(/^ /,"")).join(`
48
+ `)}u(Eq,"outdent");var xt=class xt{constructor(e){if(typeof e=="string")this._commit=e;else if(Buffer.isBuffer(e))this._commit=e.toString("utf8");else if(typeof e=="object")this._commit=xt.render(e);else throw new H("invalid type passed to GitCommit constructor")}static fromPayloadSignature({payload:e,signature:r}){let i=xt.justHeaders(e),n=xt.justMessage(e),s=ni(i+`
49
+ gpgsig`+Iy(r)+`
50
+ `+n);return new xt(s)}static from(e){return new xt(e)}toObject(){return Buffer.from(this._commit,"utf8")}headers(){return this.parseHeaders()}message(){return xt.justMessage(this._commit)}parse(){return Object.assign({message:this.message()},this.headers())}static justMessage(e){return ni(e.slice(e.indexOf(`
51
+
52
+ `)+2))}static justHeaders(e){return e.slice(0,e.indexOf(`
53
+
54
+ `))}parseHeaders(){let e=xt.justHeaders(this._commit).split(`
55
+ `),r=[];for(let n of e)n[0]===" "?r[r.length-1]+=`
56
+ `+n.slice(1):r.push(n);let i={parent:[]};for(let n of r){let s=n.slice(0,n.indexOf(" ")),a=n.slice(n.indexOf(" ")+1);Array.isArray(i[s])?i[s].push(a):i[s]=a}return i.author&&(i.author=Xu(i.author)),i.committer&&(i.committer=Xu(i.committer)),i}static renderHeaders(e){let r="";if(e.tree?r+=`tree ${e.tree}
57
+ `:r+=`tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
58
+ `,e.parent){if(e.parent.length===void 0)throw new H("commit 'parent' property should be an array");for(let s of e.parent)r+=`parent ${s}
59
+ `}let i=e.author;r+=`author ${Gy(i)}
60
+ `;let n=e.committer||e.author;return r+=`committer ${Gy(n)}
61
+ `,e.gpgsig&&(r+="gpgsig"+Iy(e.gpgsig)),r}static render(e){return xt.renderHeaders(e)+`
62
+ `+ni(e.message)}render(){return this._commit}withoutSignature(){let e=ni(this._commit);if(e.indexOf(`
63
+ gpgsig`)===-1)return e;let r=e.slice(0,e.indexOf(`
64
+ gpgsig`)),i=e.slice(e.indexOf(`-----END PGP SIGNATURE-----
65
+ `)+28);return ni(r+`
66
+ `+i)}isolateSignature(){let e=this._commit.slice(this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"),this._commit.indexOf("-----END PGP SIGNATURE-----")+27);return Eq(e)}static async sign(e,r,i){let n=e.withoutSignature(),s=xt.justMessage(e._commit),{signature:a}=await r({payload:n,secretKey:i});a=ni(a);let c=xt.justHeaders(e._commit)+`
67
+ gpgsig`+Iy(a)+`
68
+ `+s;return xt.from(c)}};u(xt,"GitCommit");var At=xt;async function Ba({fs:t,cache:e,gitdir:r,oid:i}){if(i==="4b825dc642cb6eb9a060e54bf8d69288fbee4904")return{tree:Rt.from([]),oid:i};let{type:n,object:s}=await ge({fs:t,cache:e,gitdir:r,oid:i});if(n==="tag")return i=qt.from(s).parse().object,Ba({fs:t,cache:e,gitdir:r,oid:i});if(n==="commit")return i=At.from(s).parse().tree,Ba({fs:t,cache:e,gitdir:r,oid:i});if(n!=="tree")throw new _t(i,n,"tree");return{tree:Rt.from(s),oid:i}}u(Ba,"resolveTree");var dg=class dg{constructor({fs:e,gitdir:r,ref:i,cache:n}){var a;this.fs=e,this.cache=n,this.gitdir=r,this.mapPromise=(async()=>{let l=new Map,c;try{c=await $.resolve({fs:e,gitdir:r,ref:i})}catch(f){f instanceof pe&&(c="4b825dc642cb6eb9a060e54bf8d69288fbee4904")}let o=await Ba({fs:e,cache:this.cache,gitdir:r,oid:c});return o.type="tree",o.mode="40000",l.set(".",o),l})();let s=this;this.ConstructEntry=(a=class{constructor(c){this._fullpath=c,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return s.type(this)}async mode(){return s.mode(this)}async stat(){return s.stat(this)}async content(){return s.content(this)}async oid(){return s.oid(this)}},u(a,"TreeEntry"),a)}async readdir(e){let r=e._fullpath,{fs:i,cache:n,gitdir:s}=this,a=await this.mapPromise,l=a.get(r);if(!l)throw new Error(`No obj for ${r}`);let c=l.oid;if(!c)throw new Error(`No oid for obj ${JSON.stringify(l)}`);if(l.type!=="tree")return null;let{type:o,object:f}=await ge({fs:i,cache:n,gitdir:s,oid:c});if(o!==l.type)throw new _t(c,o,l.type);let h=Rt.from(f);for(let d of h)a.set(C(r,d.path),d);return h.entries().map(d=>C(r,d.path))}async type(e){if(e._type===!1){let r=await this.mapPromise,{type:i}=r.get(e._fullpath);e._type=i}return e._type}async mode(e){if(e._mode===!1){let r=await this.mapPromise,{mode:i}=r.get(e._fullpath);e._mode=qT(parseInt(i,8))}return e._mode}async stat(e){}async content(e){if(e._content===!1){let r=await this.mapPromise,{fs:i,cache:n,gitdir:s}=this,l=r.get(e._fullpath).oid,{type:c,object:o}=await ge({fs:i,cache:n,gitdir:s,oid:l});c!=="blob"?e._content=void 0:e._content=new Uint8Array(o)}return e._content}async oid(e){if(e._oid===!1){let i=(await this.mapPromise).get(e._fullpath);e._oid=i.oid}return e._oid}};u(dg,"GitWalkerRepo");var Zy=dg;function jt({ref:t="HEAD"}={}){let e=Object.create(null);return Object.defineProperty(e,zh,{value:u(function({fs:r,gitdir:i,cache:n}){return new Zy({fs:r,gitdir:i,ref:t,cache:n})},"value")}),Object.freeze(e),e}u(jt,"TREE");var pg=class pg{constructor({fs:e,dir:r,gitdir:i,cache:n}){var a;this.fs=e,this.cache=n,this.dir=r,this.gitdir=i,this.config=null;let s=this;this.ConstructEntry=(a=class{constructor(c){this._fullpath=c,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return s.type(this)}async mode(){return s.mode(this)}async stat(){return s.stat(this)}async content(){return s.content(this)}async oid(){return s.oid(this)}},u(a,"WorkdirEntry"),a)}async readdir(e){let r=e._fullpath,{fs:i,dir:n}=this,s=await i.readdir(C(n,r));return s===null?null:s.map(a=>C(r,a))}async type(e){return e._type===!1&&await e.stat(),e._type}async mode(e){return e._mode===!1&&await e.stat(),e._mode}async stat(e){if(e._stat===!1){let{fs:r,dir:i}=this,n=await r.lstat(`${i}/${e._fullpath}`);if(!n)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);let s=n.isDirectory()?"tree":"blob";s==="blob"&&!n.isFile()&&!n.isSymbolicLink()&&(s="special"),e._type=s,n=Aa(n),e._mode=n.mode,n.size===-1&&e._actualSize&&(n.size=e._actualSize),e._stat=n}return e._stat}async content(e){if(e._content===!1){let{fs:r,dir:i,gitdir:n}=this;if(await e.type()==="tree")e._content=void 0;else{let a=await(await this._getGitConfig(r,n)).get("core.autocrlf"),l=await r.read(`${i}/${e._fullpath}`,{autocrlf:a});e._actualSize=l.length,e._stat&&e._stat.size===-1&&(e._stat.size=e._actualSize),e._content=new Uint8Array(l)}}return e._content}async oid(e){if(e._oid===!1){let r=this,{fs:i,gitdir:n,cache:s}=this,a;await Pe.acquire({fs:i,gitdir:n,cache:s},async function(l){let c=l.entriesMap.get(e._fullpath),o=await e.stat(),h=await(await r._getGitConfig(i,n)).get("core.filemode"),d=typeof process<"u"?process.platform!=="win32":!0;if(!c||Gu(o,c,h,d)){let p=await e.content();p===void 0?a=void 0:(a=await si($i.wrap({type:"blob",object:p})),c&&a===c.oid&&(!h||o.mode===c.mode)&&Gu(o,c,h,d)&&l.insert({filepath:e._fullpath,stats:o,oid:a}))}else a=c.oid}),e._oid=a}return e._oid}async _getGitConfig(e,r){return this.config?this.config:(this.config=await Oe.get({fs:e,gitdir:r}),this.config)}};u(pg,"GitWalkerFs");var Ky=pg;function za(){let t=Object.create(null);return Object.defineProperty(t,zh,{value:u(function({fs:e,dir:r,gitdir:i,cache:n}){return new Ky({fs:e,dir:r,gitdir:i,cache:n})},"value")}),Object.freeze(t),t}u(za,"WORKDIR");function Fq(t,e){let r=e-t;return Array.from({length:r},(i,n)=>t+n)}u(Fq,"arrayRange");var KT=typeof Array.prototype.flat>"u"?t=>t.reduce((e,r)=>e.concat(r),[]):t=>t.flat(),mg=class mg{constructor(){this.value=null}consider(e){e!=null&&(this.value===null?this.value=e:e<this.value&&(this.value=e))}reset(){this.value=null}};u(mg,"RunningMinimum");var Jy=mg;function*kq(t){let e=new Jy,r,i=[],n=t.length;for(let s=0;s<n;s++)i[s]=t[s].next().value,i[s]!==void 0&&e.consider(i[s]);if(e.value!==null)for(;;){let s=[];r=e.value,e.reset();for(let a=0;a<n;a++)i[a]!==void 0&&i[a]===r?(s[a]=i[a],i[a]=t[a].next().value):s[a]=null,i[a]!==void 0&&e.consider(i[a]);if(yield s,e.value===null)return}}u(kq,"unionOfIterators");async function Li({fs:t,cache:e,dir:r,gitdir:i,trees:n,map:s=u(async(c,o)=>o,"map"),reduce:a=u(async(c,o)=>{let f=KT(o);return c!==void 0&&f.unshift(c),f},"reduce"),iterate:l=u((c,o)=>Promise.all([...o].map(c)),"iterate")}){let c=n.map(p=>p[zh]({fs:t,dir:r,gitdir:i,cache:e})),o=new Array(c.length).fill("."),f=Fq(0,c.length),h=u(async p=>{f.forEach(g=>{let b=p[g];p[g]=b&&new c[g].ConstructEntry(b)});let w=(await Promise.all(f.map(g=>{let b=p[g];return b?c[g].readdir(b):[]}))).map(g=>(g===null?[]:g)[Symbol.iterator]());return{entries:p,children:kq(w)}},"unionWalkerFromReaddir"),d=u(async p=>{let{entries:m,children:w}=await h(p),g=m.find(_=>_&&_._fullpath)._fullpath,b=await s(g,m);if(b!==null){let _=await l(d,w);return _=_.filter(S=>S!==void 0),a(b,_)}},"walk");return d(o)}u(Li,"_walk");async function Yy(t,e){let r=await t.readdir(e);r==null?await t.rm(e):r.length?await Promise.all(r.map(i=>{let n=C(e,i);return t.lstat(n).then(s=>{if(s)return s.isDirectory()?Yy(t,n):t.rm(n)})})).then(()=>t.rmdir(e)):await t.rmdir(e)}u(Yy,"rmRecursive");function Tq(t){return xq(t)&&TT(t.then)&&TT(t.catch)}u(Tq,"isPromiseLike");function xq(t){return t&&typeof t=="object"}u(xq,"isObject");function TT(t){return typeof t=="function"}u(TT,"isFunction");function xT(t){return Tq(u(r=>{try{return r.readFile().catch(i=>i)}catch(i){return i}},"test")(t))}u(xT,"isPromiseFs");var OT=["readFile","writeFile","mkdir","rmdir","unlink","stat","lstat","readdir","readlink","symlink"];function RT(t,e){if(xT(e))for(let r of OT)t[`_${r}`]=e[r].bind(e);else for(let r of OT)t[`_${r}`]=Ry(e[r].bind(e));xT(e)?e.rm?t._rm=e.rm.bind(e):e.rmdir.length>1?t._rm=e.rmdir.bind(e):t._rm=Yy.bind(null,t):e.rm?t._rm=Ry(e.rm.bind(e)):e.rmdir.length>2?t._rm=Ry(e.rmdir.bind(e)):t._rm=Yy.bind(null,t)}u(RT,"bindFs");var wg=class wg{constructor(e){if(typeof e._original_unwrapped_fs<"u")return e;let r=Object.getOwnPropertyDescriptor(e,"promises");r&&r.enumerable?RT(this,e.promises):RT(this,e),this._original_unwrapped_fs=e}async exists(e,r={}){try{return await this._stat(e),!0}catch(i){if(i.code==="ENOENT"||i.code==="ENOTDIR"||(i.code||"").includes("ENS"))return!1;throw console.log('Unhandled error in "FileSystem.exists()" function',i),i}}async read(e,r={}){try{let i=await this._readFile(e,r);if(r.autocrlf==="true")try{i=new TextDecoder("utf8",{fatal:!0}).decode(i),i=i.replace(/\r\n/g,`
69
+ `),i=new TextEncoder().encode(i)}catch{}return typeof i!="string"&&(i=Buffer.from(i)),i}catch{return null}}async write(e,r,i={}){try{await this._writeFile(e,r,i)}catch{await this.mkdir(Pa(e)),await this._writeFile(e,r,i)}}async mkdir(e,r=!1){try{await this._mkdir(e)}catch(i){if(i===null||i.code==="EEXIST")return;if(r)throw i;if(i.code==="ENOENT"){let n=Pa(e);if(n==="."||n==="/"||n===e)throw i;await this.mkdir(n),await this.mkdir(e,!0)}}}async rm(e){try{await this._unlink(e)}catch(r){if(r.code!=="ENOENT")throw r}}async rmdir(e,r){try{r&&r.recursive?await this._rm(e,r):await this._rmdir(e)}catch(i){if(i.code!=="ENOENT")throw i}}async readdir(e){try{let r=await this._readdir(e);return r.sort(Uh),r}catch(r){return r.code==="ENOTDIR"?null:[]}}async readdirDeep(e){let r=await this._readdir(e);return(await Promise.all(r.map(async n=>{let s=e+"/"+n;return(await this._stat(s)).isDirectory()?this.readdirDeep(s):s}))).reduce((n,s)=>n.concat(s),[])}async lstat(e){try{return await this._lstat(e)}catch(r){if(r.code==="ENOENT"||(r.code||"").includes("ENS"))return null;throw r}}async readlink(e,r={encoding:"buffer"}){try{let i=await this._readlink(e,r);return Buffer.isBuffer(i)?i:Buffer.from(i)}catch(i){if(i.code==="ENOENT"||(i.code||"").includes("ENS"))return null;throw i}}async writelink(e,r){return this._symlink(r.toString("utf8"),e)}};u(wg,"FileSystem");var M=wg;function O(t,e){if(e===void 0)throw new Ot(t)}u(O,"assertParameter");async function Qu(t,e){return!t&&!e?!1:t&&!e||!t&&e?!0:!(await t.type()==="tree"&&await e.type()==="tree"||await t.type()===await e.type()&&await t.mode()===await e.mode()&&await t.oid()===await e.oid())}u(Qu,"modified");async function JT({fs:t,dir:e,gitdir:r=C(e,".git"),commit:i="HEAD",cache:n={}}){try{O("fs",t),O("dir",e),O("gitdir",r);let s=new M(t),a=[jt({ref:i}),za(),Cn()],l=[];await Pe.acquire({fs:s,gitdir:r,cache:n},async function(o){l=o.unmergedPaths});let c=await Li({fs:s,cache:n,dir:e,gitdir:r,trees:a,map:u(async function(o,[f,h,d]){let p=!await Qu(h,d),m=l.includes(o),w=!await Qu(d,f);if(p||m)return f?{path:o,mode:await f.mode(),oid:await f.oid(),type:await f.type(),content:await f.content()}:void 0;if(w)return!1;throw new tc(o)},"map")});await Pe.acquire({fs:s,gitdir:r,cache:n},async function(o){for(let f of c)if(f!==!1){if(!f){await s.rmdir(`${e}/${f.path}`,{recursive:!0}),o.delete({filepath:f.path});continue}if(f.type==="blob"){let h=new TextDecoder().decode(f.content);await s.write(`${e}/${f.path}`,h,{mode:f.mode}),o.insert({filepath:f.path,oid:f.oid,stage:0})}}})}catch(s){throw s.caller="git.abortMerge",s}}u(JT,"abortMerge");var yg=class yg{static async isIgnored({fs:e,dir:r,gitdir:i=C(r,".git"),filepath:n}){if(Zu(n)===".git")return!0;if(n===".")return!1;let s="",a=C(i,"info","exclude");await e.exists(a)&&(s=await e.read(a,"utf8"));let l=[{gitignore:C(r,".gitignore"),filepath:n}],c=n.split("/").filter(Boolean);for(let f=1;f<c.length;f++){let h=c.slice(0,f).join("/"),d=c.slice(f).join("/");l.push({gitignore:C(r,h,".gitignore"),filepath:d})}let o=!1;for(let f of l){let h;try{h=await e.read(f.gitignore,"utf8")}catch(m){if(m.code==="NOENT")continue}let d=P6().add(s);d.add(h);let p=Pa(f.filepath);if(p!=="."&&d.ignores(p))return!0;o?o=!d.test(f.filepath).unignored:o=d.test(f.filepath).ignored}return o}};u(yg,"GitIgnoreManager");var Mi=yg;async function Oq({fs:t,gitdir:e,object:r,format:i,oid:n}){if(i!=="deflated")throw new H("GitObjectStoreLoose expects objects to write to be in deflated format");let s=`objects/${n.slice(0,2)}/${n.slice(2)}`,a=`${e}/${s}`;await t.exists(a)||await t.write(a,r)}u(Oq,"writeObjectLoose");var $y=null;async function YT(t){return $y===null&&($y=Aq()),$y?Rq(t):eg.deflate(t)}u(YT,"deflate");async function Rq(t){let e=new CompressionStream("deflate"),r=new Blob([t]).stream().pipeThrough(e);return new Uint8Array(await new Response(r).arrayBuffer())}u(Rq,"browserDeflate");function Aq(){try{return new CompressionStream("deflate").writable.close(),new Blob([]).stream().cancel(),!0}catch{return!1}}u(Aq,"testCompressionStream");async function Pt({fs:t,gitdir:e,type:r,object:i,format:n="content",oid:s=void 0,dryRun:a=!1}){return n!=="deflated"&&(n!=="wrapped"&&(i=$i.wrap({type:r,object:i})),s=await si(i),i=Buffer.from(await YT(i))),a||await Oq({fs:t,gitdir:e,object:i,format:"deflated",oid:s}),s}u(Pt,"_writeObject");function XT(t){let e;for(;~(e=t.indexOf(92));)t[e]=47;return t}u(XT,"posixifyPathBuffer");async function QT({fs:t,dir:e,gitdir:r=C(e,".git"),filepath:i,cache:n={},force:s=!1,parallel:a=!0}){try{O("fs",t),O("dir",e),O("gitdir",r),O("filepath",i);let l=new M(t);await Pe.acquire({fs:l,gitdir:r,cache:n},async c=>{let f=await(await Oe.get({fs:l,gitdir:r})).get("core.autocrlf");return Xy({dir:e,gitdir:r,fs:l,filepath:i,index:c,force:s,parallel:a,autocrlf:f})})}catch(l){throw l.caller="git.add",l}}u(QT,"add");async function Xy({dir:t,gitdir:e,fs:r,filepath:i,index:n,force:s,parallel:a,autocrlf:l}){i=Array.isArray(i)?i:[i];let c=i.map(async d=>{if(!s&&await Mi.isIgnored({fs:r,dir:t,gitdir:e,filepath:d}))return;let p=await r.lstat(C(t,d));if(!p)throw new pe(d);if(p.isDirectory()){let m=await r.readdir(C(t,d));if(a){let w=m.map(g=>Xy({dir:t,gitdir:e,fs:r,filepath:[C(d,g)],index:n,force:s,parallel:a,autocrlf:l}));await Promise.all(w)}else for(let w of m)await Xy({dir:t,gitdir:e,fs:r,filepath:[C(d,w)],index:n,force:s,parallel:a,autocrlf:l})}else{let m=p.isSymbolicLink()?await r.readlink(C(t,d)).then(XT):await r.read(C(t,d),{autocrlf:l});if(m===null)throw new pe(d);let w=await Pt({fs:r,gitdir:e,type:"blob",object:m});n.insert({filepath:d,stats:p,oid:w})}}),o=await Promise.allSettled(c),f=o.filter(d=>d.status==="rejected").map(d=>d.reason);if(f.length>1)throw new Yl(f);if(f.length===1)throw f[0];return o.filter(d=>d.status==="fulfilled"&&d.value).map(d=>d.value)}u(Xy,"addToIndex");async function ic({fs:t,gitdir:e,path:r}){return(await Oe.get({fs:t,gitdir:e})).get(r)}u(ic,"_getConfig");function ex(t,...e){for(let r of e)if(r)for(let i of Object.keys(r)){let n=r[i];n!==void 0&&(t[i]=n)}return t}u(ex,"assignDefined");async function ji({fs:t,gitdir:e,author:r,commit:i}){let n=Math.floor(Date.now()/1e3),s={name:await ic({fs:t,gitdir:e,path:"user.name"}),email:await ic({fs:t,gitdir:e,path:"user.email"})||"",timestamp:n,timezoneOffset:new Date(n*1e3).getTimezoneOffset()},a=ex({},s,i?i.author:void 0,r);if(a.name!==void 0)return a}u(ji,"normalizeAuthorObject");async function La({fs:t,gitdir:e,author:r,committer:i,commit:n}){let s=Math.floor(Date.now()/1e3),a={name:await ic({fs:t,gitdir:e,path:"user.name"}),email:await ic({fs:t,gitdir:e,path:"user.email"})||"",timestamp:s,timezoneOffset:new Date(s*1e3).getTimezoneOffset()},l=ex({},a,n?n.committer:void 0,r,i);if(l.name!==void 0)return l}u(La,"normalizeCommitterObject");async function tx({fs:t,cache:e,gitdir:r,oid:i}){let{type:n,object:s}=await ge({fs:t,cache:e,gitdir:r,oid:i});if(n==="tag")return i=qt.from(s).parse().object,tx({fs:t,cache:e,gitdir:r,oid:i});if(n!=="commit")throw new _t(i,n,"commit");return{commit:At.from(s),oid:i}}u(tx,"resolveCommit");async function Ma({fs:t,cache:e,gitdir:r,oid:i}){let{commit:n,oid:s}=await tx({fs:t,cache:e,gitdir:r,oid:i});return{oid:s,commit:n.parse(),payload:n.withoutSignature()}}u(Ma,"_readCommit");async function Wh({fs:t,cache:e,onSign:r,gitdir:i,message:n,author:s,committer:a,signingKey:l,amend:c=!1,dryRun:o=!1,noUpdateBranch:f=!1,ref:h,parent:d,tree:p}){let m=!1;h||(h=await $.resolve({fs:t,gitdir:i,ref:"HEAD",depth:2}));let w,g;try{w=await $.resolve({fs:t,gitdir:i,ref:h}),g=await Ma({fs:t,gitdir:i,oid:w,cache:{}})}catch{m=!0}if(c&&m)throw new rc(h);let b=c?await ji({fs:t,gitdir:i,author:s,commit:g.commit}):await ji({fs:t,gitdir:i,author:s});if(!b)throw new ft("author");let _=c?await La({fs:t,gitdir:i,author:b,committer:a,commit:g.commit}):await La({fs:t,gitdir:i,author:b,committer:a});if(!_)throw new ft("committer");return Pe.acquire({fs:t,gitdir:i,cache:e,allowUnmerged:!1},async function(S){let k=zT(S.entries).get(".");if(p||(p=await rx({fs:t,gitdir:i,inode:k,dryRun:o})),d?d=await Promise.all(d.map(T=>$.resolve({fs:t,gitdir:i,ref:T}))):c?d=g.commit.parent:d=w?[w]:[],!n)if(c)n=g.commit.message;else throw new Ot("message");let A=At.from({tree:p,parent:d,author:b,committer:_,message:n});l&&(A=await At.sign(A,r,l));let v=await Pt({fs:t,gitdir:i,type:"commit",object:A.toObject(),dryRun:o});return!f&&!o&&await $.writeRef({fs:t,gitdir:i,ref:h,value:v}),v})}u(Wh,"_commit");async function rx({fs:t,gitdir:e,inode:r,dryRun:i}){let n=r.children;for(let c of n)c.type==="tree"&&(c.metadata.mode="040000",c.metadata.oid=await rx({fs:t,gitdir:e,inode:c,dryRun:i}));let s=n.map(c=>({mode:c.metadata.mode,path:c.basename,oid:c.metadata.oid,type:c.type})),a=Rt.from(s);return await Pt({fs:t,gitdir:e,type:"tree",object:a.toObject(),dryRun:i})}u(rx,"constructTree");async function sc({fs:t,cache:e,gitdir:r,oid:i,filepath:n}){if(n.startsWith("/"))throw new Bi("leading-slash");if(n.endsWith("/"))throw new Bi("trailing-slash");let s=i,a=await Ba({fs:t,cache:e,gitdir:r,oid:i}),l=a.tree;if(n==="")i=a.oid;else{let c=n.split("/");i=await ix({fs:t,cache:e,gitdir:r,tree:l,pathArray:c,oid:s,filepath:n})}return i}u(sc,"resolveFilepath");async function ix({fs:t,cache:e,gitdir:r,tree:i,pathArray:n,oid:s,filepath:a}){let l=n.shift();for(let c of i)if(c.path===l){if(n.length===0)return c.oid;{let{type:o,object:f}=await ge({fs:t,cache:e,gitdir:r,oid:c.oid});if(o!=="tree")throw new _t(s,o,"tree",a);return i=Rt.from(f),ix({fs:t,cache:e,gitdir:r,tree:i,pathArray:n,oid:s,filepath:a})}}throw new pe(`file or directory found at "${s}:${a}"`)}u(ix,"_resolveFilepath");async function Wa({fs:t,cache:e,gitdir:r,oid:i,filepath:n=void 0}){n!==void 0&&(i=await sc({fs:t,cache:e,gitdir:r,oid:i,filepath:n}));let{tree:s,oid:a}=await Ba({fs:t,cache:e,gitdir:r,oid:i});return{oid:a,tree:s.entries()}}u(Wa,"_readTree");async function ac({fs:t,gitdir:e,tree:r}){let i=Rt.from(r).toObject();return await Pt({fs:t,gitdir:e,type:"tree",object:i,format:"content"})}u(ac,"_writeTree");async function Pq({fs:t,cache:e,onSign:r,gitdir:i,ref:n,oid:s,note:a,force:l,author:c,committer:o,signingKey:f}){let h;try{h=await $.resolve({gitdir:i,fs:t,ref:n})}catch(b){if(!(b instanceof pe))throw b}let p=(await Wa({fs:t,cache:e,gitdir:i,oid:h||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;if(l)p=p.filter(b=>b.path!==s);else for(let b of p)if(b.path===s)throw new dr("note",s);typeof a=="string"&&(a=Buffer.from(a,"utf8"));let m=await Pt({fs:t,gitdir:i,type:"blob",object:a,format:"content"});p.push({mode:"100644",path:s,oid:m,type:"blob"});let w=await ac({fs:t,gitdir:i,tree:p});return await Wh({fs:t,cache:e,onSign:r,gitdir:i,ref:n,tree:w,parent:h&&[h],message:`Note added by 'isomorphic-git addNote'
70
+ `,author:c,committer:o,signingKey:f})}u(Pq,"_addNote");async function nx({fs:t,onSign:e,dir:r,gitdir:i=C(r,".git"),ref:n="refs/notes/commits",oid:s,note:a,force:l,author:c,committer:o,signingKey:f,cache:h={}}){try{O("fs",t),O("gitdir",i),O("oid",s),O("note",a),f&&O("onSign",e);let d=new M(t),p=await ji({fs:d,gitdir:i,author:c});if(!p)throw new ft("author");let m=await La({fs:d,gitdir:i,author:p,committer:o});if(!m)throw new ft("committer");return await Pq({fs:new M(d),cache:h,onSign:e,gitdir:i,ref:n,oid:s,note:a,force:l,author:p,committer:m,signingKey:f})}catch(d){throw d.caller="git.addNote",d}}u(nx,"addNote");var Nq=/(^|[/.])([/.]|$)|^@$|@{|[\x00-\x20\x7f~^:?*[\\]|\.lock(\/|$)/;function nc(t,e){if(typeof t!="string")throw new TypeError("Reference name must be a string");return!Nq.test(t)&&(!!e||t.includes("/"))}u(nc,"isValidRef");async function sx({fs:t,gitdir:e,remote:r,url:i,force:n}){if(!nc(r,!0))throw new pr(r,jl.clean(r));let s=await Oe.get({fs:t,gitdir:e});if(!n&&(await s.getSubsections("remote")).includes(r)&&i!==await s.get(`remote.${r}.url`))throw new dr("remote",r);await s.set(`remote.${r}.url`,i),await s.set(`remote.${r}.fetch`,`+refs/heads/*:refs/remotes/${r}/*`),await Oe.save({fs:t,gitdir:e,config:s})}u(sx,"_addRemote");async function ax({fs:t,dir:e,gitdir:r=C(e,".git"),remote:i,url:n,force:s=!1}){try{return O("fs",t),O("gitdir",r),O("remote",i),O("url",n),await sx({fs:new M(t),gitdir:r,remote:i,url:n,force:s})}catch(a){throw a.caller="git.addRemote",a}}u(ax,"addRemote");async function Dq({fs:t,cache:e,onSign:r,gitdir:i,ref:n,tagger:s,message:a=n,gpgsig:l,object:c,signingKey:o,force:f=!1}){if(n=n.startsWith("refs/tags/")?n:`refs/tags/${n}`,!f&&await $.exists({fs:t,gitdir:i,ref:n}))throw new dr("tag",n);let h=await $.resolve({fs:t,gitdir:i,ref:c||"HEAD"}),{type:d}=await ge({fs:t,cache:e,gitdir:i,oid:h}),p=qt.from({object:h,type:d,tag:n.replace("refs/tags/",""),tagger:s,message:a,gpgsig:l});o&&(p=await qt.sign(p,r,o));let m=await Pt({fs:t,gitdir:i,type:"tag",object:p.toObject()});await $.writeRef({fs:t,gitdir:i,ref:n,value:m})}u(Dq,"_annotatedTag");async function ox({fs:t,onSign:e,dir:r,gitdir:i=C(r,".git"),ref:n,tagger:s,message:a=n,gpgsig:l,object:c,signingKey:o,force:f=!1,cache:h={}}){try{O("fs",t),O("gitdir",i),O("ref",n),o&&O("onSign",e);let d=new M(t),p=await ji({fs:d,gitdir:i,author:s});if(!p)throw new ft("tagger");return await Dq({fs:d,cache:h,onSign:e,gitdir:i,ref:n,tagger:p,message:a,gpgsig:l,object:c,signingKey:o,force:f})}catch(d){throw d.caller="git.annotatedTag",d}}u(ox,"annotatedTag");async function Cq({fs:t,gitdir:e,ref:r,object:i,checkout:n=!1,force:s=!1}){if(!nc(r,!0))throw new pr(r,jl.clean(r));let a=`refs/heads/${r}`;if(!s&&await $.exists({fs:t,gitdir:e,ref:a}))throw new dr("branch",r,!1);let l;try{l=await $.resolve({fs:t,gitdir:e,ref:i||"HEAD"})}catch{}l&&await $.writeRef({fs:t,gitdir:e,ref:a,value:l}),n&&await $.writeSymbolicRef({fs:t,gitdir:e,ref:"HEAD",value:a})}u(Cq,"_branch");async function lx({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i,object:n,checkout:s=!1,force:a=!1}){try{return O("fs",t),O("gitdir",r),O("ref",i),await Cq({fs:new M(t),gitdir:r,ref:i,object:n,checkout:s,force:a})}catch(l){throw l.caller="git.branch",l}}u(lx,"branch");var cx=u((t,e)=>t==="."||e==null||e.length===0||e==="."?!0:e.length>=t.length?e.startsWith(t):t.startsWith(e),"worthWalking");async function rg({fs:t,cache:e,onProgress:r,onPostCheckout:i,dir:n,gitdir:s,remote:a,ref:l,filepaths:c,noCheckout:o,noUpdateHead:f,dryRun:h,force:d,track:p=!0,nonBlocking:m=!1,batchSize:w=100}){let g;if(i)try{g=await $.resolve({fs:t,gitdir:s,ref:"HEAD"})}catch{g="0000000000000000000000000000000000000000"}let b;try{b=await $.resolve({fs:t,gitdir:s,ref:l})}catch(_){if(l==="HEAD")throw _;let S=`${a}/${l}`;if(b=await $.resolve({fs:t,gitdir:s,ref:S}),p){let F=await Oe.get({fs:t,gitdir:s});await F.set(`branch.${l}.remote`,a),await F.set(`branch.${l}.merge`,`refs/heads/${l}`),await Oe.save({fs:t,gitdir:s,config:F})}await $.writeRef({fs:t,gitdir:s,ref:`refs/heads/${l}`,value:b})}if(!o){let _;try{_=await Iq({fs:t,cache:e,onProgress:r,dir:n,gitdir:s,ref:l,force:d,filepaths:c})}catch(v){throw v instanceof pe&&v.data.what===b?new Vl(l,b):v}let S=_.filter(([v])=>v==="conflict").map(([v,T])=>T);if(S.length>0)throw new Hl(S);let F=_.filter(([v])=>v==="error").map(([v,T])=>T);if(F.length>0)throw new H(F.join(", "));if(h){i&&await i({previousHead:g,newHead:b,type:c!=null&&c.length>0?"file":"branch"});return}let k=0,A=_.length;if(await Pe.acquire({fs:t,gitdir:s,cache:e},async function(v){await Promise.all(_.filter(([T])=>T==="delete"||T==="delete-index").map(async function([T,E]){let R=`${n}/${E}`;T==="delete"&&await t.rm(R),v.delete({filepath:E}),r&&await r({phase:"Updating workdir",loaded:++k,total:A})}))}),await Pe.acquire({fs:t,gitdir:s,cache:e},async function(v){for(let[T,E]of _)if(T==="rmdir"||T==="rmdir-index"){let R=`${n}/${E}`;try{T==="rmdir"&&await t.rmdir(R),v.delete({filepath:E}),r&&await r({phase:"Updating workdir",loaded:++k,total:A})}catch(P){if(P.code==="ENOTEMPTY")console.log(`Did not delete ${E} because directory is not empty`);else throw P}}}),await Promise.all(_.filter(([v])=>v==="mkdir"||v==="mkdir-index").map(async function([v,T]){let E=`${n}/${T}`;await t.mkdir(E),r&&await r({phase:"Updating workdir",loaded:++k,total:A})})),m){let v=_.filter(([E])=>E==="create"||E==="create-index"||E==="update"||E==="mkdir-index"),T=await AT("Update Working Dir",v.map(([E,R,P,I,B])=>()=>Bq({fs:t,cache:e,gitdir:s,dir:n},[E,R,P,I,B])),r,w);await Pe.acquire({fs:t,gitdir:s,cache:e,allowUnmerged:!0},async function(E){await AT("Update Index",T.map(([R,P,I])=>()=>$q({index:E,fullpath:R,oid:P,stats:I})),r,w)})}else await Pe.acquire({fs:t,gitdir:s,cache:e,allowUnmerged:!0},async function(v){await Promise.all(_.filter(([T])=>T==="create"||T==="create-index"||T==="update"||T==="mkdir-index").map(async function([T,E,R,P,I]){let B=`${n}/${E}`;try{if(T!=="create-index"&&T!=="mkdir-index"){let{object:we}=await ge({fs:t,cache:e,gitdir:s,oid:R});if(I&&await t.rm(B),P===33188)await t.write(B,we);else if(P===33261)await t.write(B,we,{mode:511});else if(P===40960)await t.writelink(B,we);else throw new H(`Invalid mode 0o${P.toString(8)} detected in blob ${R}`)}let z=await t.lstat(B);P===33261&&(z.mode=493),T==="mkdir-index"&&(z.mode=57344),v.insert({filepath:E,stats:z,oid:R}),r&&await r({phase:"Updating workdir",loaded:++k,total:A})}catch(z){console.log(z)}}))});i&&await i({previousHead:g,newHead:b,type:c!=null&&c.length>0?"file":"branch"})}if(!f){let _=await $.expand({fs:t,gitdir:s,ref:l});_.startsWith("refs/heads")?await $.writeSymbolicRef({fs:t,gitdir:s,ref:"HEAD",value:_}):await $.writeRef({fs:t,gitdir:s,ref:"HEAD",value:b})}}u(rg,"_checkout");async function Iq({fs:t,cache:e,onProgress:r,dir:i,gitdir:n,ref:s,force:a,filepaths:l}){let c=0;return Li({fs:t,cache:e,dir:i,gitdir:n,trees:[jt({ref:s}),za(),Cn()],map:u(async function(o,[f,h,d]){if(o===".")return;if(l&&!l.some(m=>cx(o,m)))return null;switch(r&&await r({phase:"Analyzing workdir",loaded:++c}),[!!d,!!f,!!h].map(Number).join("")){case"000":return;case"001":return a&&l&&l.includes(o)?["delete",o]:void 0;case"010":switch(await f.type()){case"tree":return["mkdir",o];case"blob":return["create",o,await f.oid(),await f.mode()];case"commit":return["mkdir-index",o,await f.oid(),await f.mode()];default:return["error",`new entry Unhandled type ${await f.type()}`]}case"011":switch(`${await f.type()}-${await h.type()}`){case"tree-tree":return;case"tree-blob":case"blob-tree":return["conflict",o];case"blob-blob":return await f.oid()!==await h.oid()?a?["update",o,await f.oid(),await f.mode(),await f.mode()!==await h.mode()]:["conflict",o]:await f.mode()!==await h.mode()?a?["update",o,await f.oid(),await f.mode(),!0]:["conflict",o]:["create-index",o,await f.oid(),await f.mode()];case"commit-tree":return;case"commit-blob":return["conflict",o];default:return["error",`new entry Unhandled type ${f.type}`]}case"100":return["delete-index",o];case"101":switch(await d.type()){case"tree":return["rmdir-index",o];case"blob":return await d.oid()!==await h.oid()?a?["delete",o]:["conflict",o]:["delete",o];case"commit":return["rmdir-index",o];default:return["error",`delete entry Unhandled type ${await d.type()}`]}case"110":case"111":switch(`${await d.type()}-${await f.type()}`){case"tree-tree":return;case"blob-blob":{if(await d.oid()===await f.oid()&&await d.mode()===await f.mode()&&!a)return;if(h){if(await h.oid()!==await d.oid()&&await h.oid()!==await f.oid())return a?["update",o,await f.oid(),await f.mode(),await f.mode()!==await h.mode()]:["conflict",o]}else if(a)return["update",o,await f.oid(),await f.mode(),await f.mode()!==await d.mode()];return await f.mode()!==await d.mode()?["update",o,await f.oid(),await f.mode(),!0]:await f.oid()!==await d.oid()?["update",o,await f.oid(),await f.mode(),!1]:void 0}case"tree-blob":return["update-dir-to-blob",o,await f.oid()];case"blob-tree":return["update-blob-to-tree",o];case"commit-commit":return["mkdir-index",o,await f.oid(),await f.mode()];default:return["error",`update entry Unhandled type ${await d.type()}-${await f.type()}`]}}},"map"),reduce:u(async function(o,f){return f=KT(f),o?o&&o[0]==="rmdir"?(f.push(o),f):(f.unshift(o),f):f},"reduce")})}u(Iq,"analyze");async function $q({index:t,fullpath:e,stats:r,oid:i}){try{t.insert({filepath:e,stats:r,oid:i})}catch(n){console.warn(`Error inserting ${e} into index:`,n)}}u($q,"updateIndex");async function Bq({fs:t,cache:e,gitdir:r,dir:i},[n,s,a,l,c]){let o=`${i}/${s}`;if(n!=="create-index"&&n!=="mkdir-index"){let{object:h}=await ge({fs:t,cache:e,gitdir:r,oid:a});if(c&&await t.rm(o),l===33188)await t.write(o,h);else if(l===33261)await t.write(o,h,{mode:511});else if(l===40960)await t.writelink(o,h);else throw new H(`Invalid mode 0o${l.toString(8)} detected in blob ${a}`)}let f=await t.lstat(o);return l===33261&&(f.mode=493),n==="mkdir-index"&&(f.mode=57344),[s,a,f]}u(Bq,"updateWorkingDir");async function AT(t,e,r,i){let n=[];try{for(let s=0;s<e.length;s+=i){let a=e.slice(s,s+i).map(c=>c());(await Promise.allSettled(a)).forEach(c=>{c.status==="fulfilled"&&n.push(c.value)}),r&&await r({phase:"Updating workdir",loaded:s+a.length,total:e.length})}return n}catch(s){console.error(`Error during ${t}: ${s}`)}return n}u(AT,"batchAllSettled");async function ig({fs:t,onProgress:e,onPostCheckout:r,dir:i,gitdir:n=C(i,".git"),remote:s="origin",ref:a,filepaths:l,noCheckout:c=!1,noUpdateHead:o=a===void 0,dryRun:f=!1,force:h=!1,track:d=!0,cache:p={},nonBlocking:m=!1,batchSize:w=100}){try{O("fs",t),O("dir",i),O("gitdir",n);let g=a||"HEAD";return await rg({fs:new M(t),cache:p,onProgress:e,onPostCheckout:r,dir:i,gitdir:n,remote:s,ref:g,filepaths:l,noCheckout:c,noUpdateHead:o,dryRun:f,force:h,track:d,nonBlocking:m,batchSize:w})}catch(g){throw g.caller="git.checkout",g}}u(ig,"checkout");var Lq=/^refs\/(heads\/|tags\/|remotes\/)?(.*)/;function An(t){let e=Lq.exec(t);return e?e[1]==="remotes/"&&t.endsWith("/HEAD")?e[2].slice(0,-5):e[2]:t}u(An,"abbreviateRef");async function Ui({fs:t,gitdir:e,fullname:r=!1,test:i=!1}){let n=await $.resolve({fs:t,gitdir:e,ref:"HEAD",depth:2});if(i)try{await $.resolve({fs:t,gitdir:e,ref:n})}catch{return}if(n.startsWith("refs/"))return r?n:An(n)}u(Ui,"_currentBranch");function Mq(t){return t=t.replace(/^git@([^:]+):/,"https://$1/"),t=t.replace(/^ssh:\/\//,"https://"),t}u(Mq,"translateSSHtoHTTP");function fx({username:t="",password:e=""}){return`Basic ${Buffer.from(`${t}:${e}`).toString("base64")}`}u(fx,"calculateBasicAuthHeader");async function oc(t,e){let r=VT(t);for(;;){let{value:i,done:n}=await r.next();if(i&&await e(i),n)break}r.return&&r.return()}u(oc,"forAwait");async function eh(t){let e=0,r=[];await oc(t,s=>{r.push(s),e+=s.byteLength});let i=new Uint8Array(e),n=0;for(let s of r)i.set(s,n),n+=s.byteLength;return i}u(eh,"collect");function PT(t){let e=t.match(/^https?:\/\/([^/]+)@/);if(e==null)return{url:t,auth:{}};e=e[1];let[r,i]=e.split(":");return t=t.replace(`${e}@`,""),{url:t,auth:{username:r,password:i}}}u(PT,"extractAuthFromUrl");function Qy(t,e){let r=e.toString(16);return"0".repeat(t-r.length)+r}u(Qy,"padHex");var gg=class gg{static flush(){return Buffer.from("0000","utf8")}static delim(){return Buffer.from("0001","utf8")}static encode(e){typeof e=="string"&&(e=Buffer.from(e));let r=e.length+4,i=Qy(4,r);return Buffer.concat([Buffer.from(i,"utf8"),e])}static streamReader(e){let r=new Yu(e);return u(async function(){try{let n=await r.read(4);if(n==null)return!0;if(n=parseInt(n.toString("utf8"),16),n===0||n===1)return null;let s=await r.read(n-4);return s??!0}catch(n){return e.error=n,!0}},"read")}};u(gg,"GitPktLine");var Te=gg;async function NT(t){let e={},r;for(;r=await t(),r!==!0;){if(r===null)continue;r=r.toString("utf8").replace(/\n$/,"");let i=r.indexOf("=");if(i>-1){let n=r.slice(0,i),s=r.slice(i+1);e[n]=s}else e[r]=!0}return{protocolVersion:2,capabilities2:e}}u(NT,"parseCapabilitiesV2");async function DT(t,{service:e}){let r=new Set,i=new Map,n=new Map,s=Te.streamReader(t),a=await s();for(;a===null;)a=await s();if(a===!0)throw new Gl;if(a.includes("version 2"))return NT(s);if(a.toString("utf8").replace(/\n$/,"")!==`# service=${e}`)throw new Pn(`# service=${e}\\n`,a.toString("utf8"));let l=await s();for(;l===null;)l=await s();if(l===!0)return{capabilities:r,refs:i,symrefs:n};if(l=l.toString("utf8"),l.includes("version 2"))return NT(s);let[c,o]=By(l,"\0","\\x00");if(o.split(" ").map(f=>r.add(f)),c!=="0000000000000000000000000000000000000000 capabilities^{}"){let[f,h]=By(c," "," ");for(i.set(h,f);;){let d=await s();if(d===!0)break;if(d!==null){let[p,m]=By(d.toString("utf8")," "," ");i.set(m,p)}}}for(let f of r)if(f.startsWith("symref=")){let h=f.match(/symref=([^:]+):(.*)/);h.length===3&&n.set(h[1],h[2])}return{protocolVersion:1,capabilities:r,refs:i,symrefs:n}}u(DT,"parseRefsAdResponse");function By(t,e,r){let i=t.trim().split(e);if(i.length!==2)throw new Pn(`Two strings separated by '${r}'`,t.toString("utf8"));return i}u(By,"splitAndAssert");var CT=u((t,e)=>t.endsWith("?")?`${t}${e}`:`${t}/${e.replace(/^https?:\/\//,"")}`,"corsProxify"),IT=u((t,e)=>{(e.username||e.password)&&(t.Authorization=fx(e)),e.headers&&Object.assign(t,e.headers)},"updateHeaders"),Ly=u(async t=>{try{let e=Buffer.from(await eh(t.body)),r=e.toString("utf8");return{preview:r.length<256?r:r.slice(0,256)+"...",response:r,data:e}}catch{return{}}},"stringifyBody"),bg=class bg{static async capabilities(){return["discover","connect"]}static async discover({http:e,onProgress:r,onAuth:i,onAuthSuccess:n,onAuthFailure:s,corsProxy:a,service:l,url:c,headers:o,protocolVersion:f}){let{url:h,auth:d}=PT(c),p=a?CT(a,h):h;(d.username||d.password)&&(o.Authorization=fx(d)),f===2&&(o["Git-Protocol"]="version=2");let m,w,g=!1;do if(m=await e.request({onProgress:r,method:"GET",url:`${p}/info/refs?service=${l}`,headers:o}),w=!1,m.statusCode===401||m.statusCode===203){let b=g?s:i;if(b){if(d=await b(h,{...d,headers:{...o}}),d&&d.cancel)throw new $a;d&&(IT(o,d),g=!0,w=!0)}}else m.statusCode===200&&g&&n&&await n(h,d);while(w);if(m.statusCode!==200){let{response:b}=await Ly(m);throw new Na(m.statusCode,m.statusMessage,b)}if(m.headers["content-type"]===`application/x-${l}-advertisement`){let b=await DT(m.body,{service:l});return b.auth=d,b}else{let{preview:b,response:_,data:S}=await Ly(m);try{let F=await DT([S],{service:l});return F.auth=d,F}catch{throw new Xl(b,_)}}}static async connect({http:e,onProgress:r,corsProxy:i,service:n,url:s,auth:a,body:l,headers:c}){let o=PT(s);o&&(s=o.url),i&&(s=CT(i,s)),c["content-type"]=`application/x-${n}-request`,c.accept=`application/x-${n}-result`,IT(c,a);let f=await e.request({onProgress:r,method:"POST",url:`${s}/${n}`,body:l,headers:c});if(f.statusCode!==200){let{response:h}=Ly(f);throw new Na(f.statusCode,f.statusMessage,h)}return f}};u(bg,"GitRemoteHTTP");var ja=bg,_g=class _g{static getRemoteHelperFor({url:e}){let r=new Map;r.set("http",ja),r.set("https",ja);let i=jq({url:e});if(!i)throw new ec(e);if(r.has(i.transport))return r.get(i.transport);throw new Ql(e,i.transport,i.transport==="ssh"?Mq(e):void 0)}};u(_g,"GitRemoteManager");var qa=_g;function jq({url:t}){if(t.startsWith("git@"))return{transport:"ssh",address:t};let e=t.match(/(\w+)(:\/\/|::)(.*)/);if(e!==null){if(e[2]==="://")return{transport:e[1],address:e[0]};if(e[2]==="::")return{transport:e[1],address:e[3]}}}u(jq,"parseRemoteUrl");var Rn=null,vg=class vg{static async read({fs:e,gitdir:r}){Rn===null&&(Rn=new Ml);let i=C(r,"shallow"),n=new Set;return await Rn.acquire(i,async function(){let s=await e.read(i,{encoding:"utf8"});if(s===null||s.trim()==="")return n;s.trim().split(`
71
+ `).map(a=>n.add(a))}),n}static async write({fs:e,gitdir:r,oids:i}){Rn===null&&(Rn=new Ml);let n=C(r,"shallow");if(i.size>0){let s=[...i].join(`
73
72
  `)+`
74
- `;await ln.acquire(w,async function(){await s.write(w,_,{encoding:"utf8"})})}else await ln.acquire(w,async function(){await s.rm(w)})}},c(Bs,"Jc"),Bs);h(Ny,"GitShallowManager");var yo=Ny;async function Cy({fs:p,gitdir:s,oid:u}){let d=`objects/${u.slice(0,2)}/${u.slice(2)}`;return p.exists(`${s}/${d}`)}c(Cy,"Ik"),h(Cy,"hasObjectLoose");async function Iy({fs:p,cache:s,gitdir:u,oid:d,getExternalRefDelta:w}){let _=await p.readdir(Y(u,"objects/pack"));_=_.filter(E=>E.endsWith(".idx"));for(let E of _){let k=`${u}/objects/pack/${E}`,I=await ol({fs:p,cache:s,filename:k,getExternalRefDelta:w});if(I.error)throw new T(I.error);if(I.offsets.has(d))return!0}return!1}c(Iy,"Bk"),h(Iy,"hasObjectPacked");async function Kh({fs:p,cache:s,gitdir:u,oid:d,format:w="content"}){let _=h(k=>jt({fs:p,cache:s,gitdir:u,oid:k}),"getExternalRefDelta"),E=await Cy({fs:p,gitdir:u,oid:d});return E||(E=await Iy({fs:p,cache:s,gitdir:u,oid:d,getExternalRefDelta:_})),E}c(Kh,"Tw"),h(Kh,"hasObject");function By(p){return p.slice(0,12).toString("hex")==="5041434b0000000200000000"}c(By,"Nk"),h(By,"emptyPackfile");function Jh(p,s){let u=p.map(d=>d.split("=",1)[0]);return s.filter(d=>{let w=d.split("=",1)[0];return u.includes(w)})}c(Jh,"ig"),h(Jh,"filterCapabilities");var El={name:"isomorphic-git",version:"1.34.1",agent:"git/isomorphic-git@1.34.1"},jy=(js=class{constructor(){this._queue=[]}write(s){if(this._ended)throw Error("You cannot write to a FIFO that has already been ended!");if(this._waiting){let u=this._waiting;this._waiting=null,u({value:s})}else this._queue.push(s)}end(){if(this._ended=!0,this._waiting){let s=this._waiting;this._waiting=null,s({done:!0})}}destroy(s){this.error=s,this.end()}async next(){if(this._queue.length>0)return{value:this._queue.shift()};if(this._ended)return{done:!0};if(this._waiting)throw Error("You cannot call read until the previous call to read has returned!");return new Promise(s=>{this._waiting=s})}},c(js,"Qc"),js);h(jy,"FIFO");var Fl=jy;function My(p){let s=p.indexOf("\r"),u=p.indexOf(`
75
- `);return s===-1&&u===-1?-1:s===-1?u+1:u===-1?s+1:u===s+1?u+1:Math.min(s,u)+1}c(My,"$k"),h(My,"findSplit");function Yh(p){let s=new Fl,u="";return(async()=>(await vs(p,d=>{for(d=d.toString("utf8"),u+=d;;){let w=My(u);if(w===-1)break;s.write(u.slice(0,w)),u=u.slice(w)}}),u.length>0&&s.write(u),s.end()))(),s}c(Yh,"ng"),h(Yh,"splitLines");var $y=(Ms=class{static demux(s){let u=zt.streamReader(s),d=new Fl,w=new Fl,_=new Fl,E=h(async function(){let k=await u();if(k===null)return E();if(k===!0){d.end(),_.end(),s.error?w.destroy(s.error):w.end();return}switch(k[0]){case 1:{w.write(k.slice(1));break}case 2:{_.write(k.slice(1));break}case 3:{let I=k.slice(1);_.write(I),d.end(),_.end(),w.destroy(new Error(I.toString("utf8")));return}default:d.write(k)}E()},"nextBit");return E(),{packetlines:d,packfile:w,progress:_}}},c(Ms,"ef"),Ms);h($y,"GitSideBand");var Ly=$y;async function Uy(p){let{packetlines:s,packfile:u,progress:d}=Ly.demux(p),w=[],_=[],E=[],k=!1,I=!1;return new Promise((O,x)=>{vs(s,L=>{let q=L.toString("utf8").trim();if(q.startsWith("shallow")){let ae=q.slice(-41).trim();ae.length!==40&&x(new Q(ae)),w.push(ae)}else if(q.startsWith("unshallow")){let ae=q.slice(-41).trim();ae.length!==40&&x(new Q(ae)),_.push(ae)}else if(q.startsWith("ACK")){let[,ae,ce]=q.split(" ");E.push({oid:ae,status:ce}),ce||(I=!0)}else q.startsWith("NAK")?(k=!0,I=!0):(I=!0,k=!0);I&&(p.error?x(p.error):O({shallows:w,unshallows:_,acks:E,nak:k,packfile:u,progress:d}))}).finally(()=>{I||(p.error?x(p.error):O({shallows:w,unshallows:_,acks:E,nak:k,packfile:u,progress:d}))})})}c(Uy,"Lk"),h(Uy,"parseUploadPackResponse");function Wy({capabilities:p=[],wants:s=[],haves:u=[],shallows:d=[],depth:w=null,since:_=null,exclude:E=[]}){let k=[];s=[...new Set(s)];let I=` ${p.join(" ")}`;for(let O of s)k.push(zt.encode(`want ${O}${I}
76
- `)),I="";for(let O of d)k.push(zt.encode(`shallow ${O}
77
- `));w!==null&&k.push(zt.encode(`deepen ${w}
78
- `)),_!==null&&k.push(zt.encode(`deepen-since ${Math.floor(_.valueOf()/1e3)}
79
- `));for(let O of E)k.push(zt.encode(`deepen-not ${O}
80
- `));k.push(zt.flush());for(let O of u)k.push(zt.encode(`have ${O}
81
- `));return k.push(zt.encode(`done
82
- `)),k}c(Wy,"Mk"),h(Wy,"writeUploadPackRequest");async function kl({fs:p,cache:s,http:u,onProgress:d,onMessage:w,onAuth:_,onAuthSuccess:E,onAuthFailure:k,gitdir:I,ref:O,remoteRef:x,remote:L,url:q,corsProxy:ae,depth:ce=null,since:Re=null,exclude:Be=[],relative:qe=!1,tags:We=!1,singleBranch:Qe=!1,headers:at={},prune:ot=!1,pruneTags:nt=!1}){let Ve=O||await vi({fs:p,gitdir:I,test:!0}),tt=await ut.get({fs:p,gitdir:I}),rt=L||Ve&&await tt.get(`branch.${Ve}.remote`)||"origin",yt=q||await tt.get(`remote.${rt}.url`);if(typeof yt>"u")throw new Ur("remote OR url");let Dt=x||Ve&&await tt.get(`branch.${Ve}.merge`)||O||"HEAD";ae===void 0&&(ae=await tt.get("http.corsProxy"));let Zt=Sl.getRemoteHelperFor({url:yt}),xt=await Zt.discover({http:u,onAuth:_,onAuthSuccess:E,onAuthFailure:k,corsProxy:ae,service:"git-upload-pack",url:yt,headers:at,protocolVersion:1}),er=xt.auth,ur=xt.refs;if(ur.size===0)return{defaultBranch:null,fetchHead:null,fetchHeadDescription:null};if(ce!==null&&!xt.capabilities.has("shallow"))throw new ms("shallow","depth");if(Re!==null&&!xt.capabilities.has("deepen-since"))throw new ms("deepen-since","since");if(Be.length>0&&!xt.capabilities.has("deepen-not"))throw new ms("deepen-not","exclude");if(qe===!0&&!xt.capabilities.has("deepen-relative"))throw new ms("deepen-relative","relative");let ri,$s;try{let Ot=ze.resolveAgainstMap({ref:Dt,map:ur});ri=Ot.fullref,$s=Ot.oid}catch{}for(let Ot of ur.keys())Ot===ri||Ot==="HEAD"||Ot.startsWith("refs/heads/")||We&&Ot.startsWith("refs/tags/")||ur.delete(Ot);let Ls=Jh([...xt.capabilities],["multi_ack_detailed","no-done","side-band-64k","ofs-delta",`agent=${El.agent}`]);qe&&Ls.push("deepen-relative");let Sd=Qe?[$s]:ur.values(),Ed=Qe?[Ve]:await ze.listRefs({fs:p,gitdir:I,filepath:"refs"}),Pr=[];for(let Ot of Ed)try{Ot=await ze.expand({fs:p,gitdir:I,ref:Ot});let Er=await ze.resolve({fs:p,gitdir:I,ref:Ot});await Kh({fs:p,cache:s,gitdir:I,oid:Er})&&Pr.push(Er)}catch{}Pr=[...new Set(Pr)];let qt=await yo.read({fs:p,gitdir:I}),ci=xt.capabilities.has("shallow")?[...qt]:[],Sr=Wy({capabilities:Ls,wants:Sd,haves:Pr,shallows:ci,depth:ce,since:Re,exclude:Be}),bo=Buffer.from(await go(Sr)),Jn=await Zt.connect({http:u,onProgress:d,corsProxy:ae,service:"git-upload-pack",url:yt,auth:er,body:[bo],headers:at}),tr=await Uy(Jn.body);Jn.headers&&(tr.headers=Jn.headers);for(let Ot of tr.shallows)if(!qt.has(Ot))try{let{object:Er}=await jt({fs:p,cache:s,gitdir:I,oid:Ot}),qr=new Wr(Er),fi=await Promise.all(qr.headers().parent.map(Us=>Kh({fs:p,cache:s,gitdir:I,oid:Us})));fi.length===0||fi.every(Us=>Us)||qt.add(Ot)}catch{qt.add(Ot)}for(let Ot of tr.unshallows)qt.delete(Ot);if(await yo.write({fs:p,gitdir:I,oids:qt}),Qe){let Ot=new Map([[ri,$s]]),Er=new Map,qr=10,fi=ri;for(;qr--;){let Fd=xt.symrefs.get(fi);if(Fd===void 0)break;Er.set(fi,Fd),fi=Fd}let Us=ur.get(fi);Us&&Ot.set(fi,Us);let{pruned:vS}=await ze.updateRemoteRefs({fs:p,gitdir:I,remote:rt,refs:Ot,symrefs:Er,tags:We,prune:ot});ot&&(tr.pruned=vS)}else{let{pruned:Ot}=await ze.updateRemoteRefs({fs:p,gitdir:I,remote:rt,refs:ur,symrefs:xt.symrefs,tags:We,prune:ot,pruneTags:nt});ot&&(tr.pruned=Ot)}if(tr.HEAD=xt.symrefs.get("HEAD"),tr.HEAD===void 0)try{let{oid:Ot}=ze.resolveAgainstMap({ref:"HEAD",map:ur});for(let[Er,qr]of ur.entries())if(Er!=="HEAD"&&qr===Ot){tr.HEAD=Er;break}}catch{}let _S=ri&&ri.startsWith("refs/tags")?"tag":"branch";if(tr.FETCH_HEAD={oid:$s,description:`${_S} '${Mi(ri)}' of ${yt}`},d||w){let Ot=Yh(tr.progress);vs(Ot,async Er=>{if(w&&await w(Er),d){let qr=Er.match(/([^:]*).*\((\d+?)\/(\d+?)\)/);qr&&await d({phase:qr[1].trim(),loaded:parseInt(qr[2],10),total:parseInt(qr[3],10)})}})}let xl=Buffer.from(await go(tr.packfile));if(Jn.body.error)throw Jn.body.error;let Pw=xl.slice(-20).toString("hex"),_o={defaultBranch:tr.HEAD,fetchHead:tr.FETCH_HEAD.oid,fetchHeadDescription:tr.FETCH_HEAD.description};if(tr.headers&&(_o.headers=tr.headers),ot&&(_o.pruned=tr.pruned),Pw!==""&&!By(xl)){_o.packfile=`objects/pack/pack-${Pw}.pack`;let Ot=Y(I,_o.packfile);await p.write(Ot,xl);let Er=h(fi=>jt({fs:p,cache:s,gitdir:I,oid:fi}),"getExternalRefDelta"),qr=await hh.fromPack({pack:xl,getExternalRefDelta:Er,onProgress:d});await p.write(Ot.replace(/\.pack$/,".idx"),await qr.toBuffer())}return _o}c(kl,"Bc"),h(kl,"_fetch");async function Xh({fs:p,bare:s=!1,dir:u,gitdir:d=s?u:Y(u,".git"),defaultBranch:w="master"}){if(await p.exists(d+"/config"))return;let _=["hooks","info","objects/info","objects/pack","refs/heads","refs/tags"];_=_.map(E=>d+"/"+E);for(let E of _)await p.mkdir(E);await p.write(d+"/config",`[core]
73
+ `;await Rn.acquire(n,async function(){await e.write(n,s,{encoding:"utf8"})})}else await Rn.acquire(n,async function(){await e.rm(n)})}};u(vg,"GitShallowManager");var Nn=vg;async function qq({fs:t,gitdir:e,oid:r}){let i=`objects/${r.slice(0,2)}/${r.slice(2)}`;return t.exists(`${e}/${i}`)}u(qq,"hasObjectLoose");async function Uq({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:n}){let s=await t.readdir(C(r,"objects/pack"));s=s.filter(a=>a.endsWith(".idx"));for(let a of s){let l=`${r}/objects/pack/${a}`,c=await tg({fs:t,cache:e,filename:l,getExternalRefDelta:n});if(c.error)throw new H(c.error);if(c.offsets.has(i))return!0}return!1}u(Uq,"hasObjectPacked");async function $T({fs:t,cache:e,gitdir:r,oid:i,format:n="content"}){let s=u(l=>ge({fs:t,cache:e,gitdir:r,oid:l}),"getExternalRefDelta"),a=await qq({fs:t,gitdir:r,oid:i});return a||(a=await Uq({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:s})),a}u($T,"hasObject");function zq(t){let n="5041434b"+"00000002"+"00000000";return t.slice(0,12).toString("hex")===n}u(zq,"emptyPackfile");function ux(t,e){let r=t.map(i=>i.split("=",1)[0]);return e.filter(i=>{let n=i.split("=",1)[0];return r.includes(n)})}u(ux,"filterCapabilities");var Hh={name:"isomorphic-git",version:"1.34.1",agent:"git/isomorphic-git@1.34.1"},Sg=class Sg{constructor(){this._queue=[]}write(e){if(this._ended)throw Error("You cannot write to a FIFO that has already been ended!");if(this._waiting){let r=this._waiting;this._waiting=null,r({value:e})}else this._queue.push(e)}end(){if(this._ended=!0,this._waiting){let e=this._waiting;this._waiting=null,e({done:!0})}}destroy(e){this.error=e,this.end()}async next(){if(this._queue.length>0)return{value:this._queue.shift()};if(this._ended)return{done:!0};if(this._waiting)throw Error("You cannot call read until the previous call to read has returned!");return new Promise(e=>{this._waiting=e})}};u(Sg,"FIFO");var Oa=Sg;function Wq(t){let e=t.indexOf("\r"),r=t.indexOf(`
74
+ `);return e===-1&&r===-1?-1:e===-1?r+1:r===-1?e+1:r===e+1?r+1:Math.min(e,r)+1}u(Wq,"findSplit");function hx(t){let e=new Oa,r="";return(async()=>(await oc(t,i=>{for(i=i.toString("utf8"),r+=i;;){let n=Wq(r);if(n===-1)break;e.write(r.slice(0,n)),r=r.slice(n)}}),r.length>0&&e.write(r),e.end()))(),e}u(hx,"splitLines");var Eg=class Eg{static demux(e){let r=Te.streamReader(e),i=new Oa,n=new Oa,s=new Oa,a=u(async function(){let l=await r();if(l===null)return a();if(l===!0){i.end(),s.end(),e.error?n.destroy(e.error):n.end();return}switch(l[0]){case 1:{n.write(l.slice(1));break}case 2:{s.write(l.slice(1));break}case 3:{let c=l.slice(1);s.write(c),i.end(),s.end(),n.destroy(new Error(c.toString("utf8")));return}default:i.write(l)}a()},"nextBit");return a(),{packetlines:i,packfile:n,progress:s}}};u(Eg,"GitSideBand");var th=Eg;async function Hq(t){let{packetlines:e,packfile:r,progress:i}=th.demux(t),n=[],s=[],a=[],l=!1,c=!1;return new Promise((o,f)=>{oc(e,h=>{let d=h.toString("utf8").trim();if(d.startsWith("shallow")){let p=d.slice(-41).trim();p.length!==40&&f(new Ii(p)),n.push(p)}else if(d.startsWith("unshallow")){let p=d.slice(-41).trim();p.length!==40&&f(new Ii(p)),s.push(p)}else if(d.startsWith("ACK")){let[,p,m]=d.split(" ");a.push({oid:p,status:m}),m||(c=!0)}else d.startsWith("NAK")?(l=!0,c=!0):(c=!0,l=!0);c&&(t.error?f(t.error):o({shallows:n,unshallows:s,acks:a,nak:l,packfile:r,progress:i}))}).finally(()=>{c||(t.error?f(t.error):o({shallows:n,unshallows:s,acks:a,nak:l,packfile:r,progress:i}))})})}u(Hq,"parseUploadPackResponse");function Vq({capabilities:t=[],wants:e=[],haves:r=[],shallows:i=[],depth:n=null,since:s=null,exclude:a=[]}){let l=[];e=[...new Set(e)];let c=` ${t.join(" ")}`;for(let o of e)l.push(Te.encode(`want ${o}${c}
75
+ `)),c="";for(let o of i)l.push(Te.encode(`shallow ${o}
76
+ `));n!==null&&l.push(Te.encode(`deepen ${n}
77
+ `)),s!==null&&l.push(Te.encode(`deepen-since ${Math.floor(s.valueOf()/1e3)}
78
+ `));for(let o of a)l.push(Te.encode(`deepen-not ${o}
79
+ `));l.push(Te.flush());for(let o of r)l.push(Te.encode(`have ${o}
80
+ `));return l.push(Te.encode(`done
81
+ `)),l}u(Vq,"writeUploadPackRequest");async function ng({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:l,gitdir:c,ref:o,remoteRef:f,remote:h,url:d,corsProxy:p,depth:m=null,since:w=null,exclude:g=[],relative:b=!1,tags:_=!1,singleBranch:S=!1,headers:F={},prune:k=!1,pruneTags:A=!1}){let v=o||await Ui({fs:t,gitdir:c,test:!0}),T=await Oe.get({fs:t,gitdir:c}),E=h||v&&await T.get(`branch.${v}.remote`)||"origin",R=d||await T.get(`remote.${E}.url`);if(typeof R>"u")throw new Ot("remote OR url");let P=f||v&&await T.get(`branch.${v}.merge`)||o||"HEAD";p===void 0&&(p=await T.get("http.corsProxy"));let I=qa.getRemoteHelperFor({url:R}),B=await I.discover({http:r,onAuth:s,onAuthSuccess:a,onAuthFailure:l,corsProxy:p,service:"git-upload-pack",url:R,headers:F,protocolVersion:1}),z=B.auth,we=B.refs;if(we.size===0)return{defaultBranch:null,fetchHead:null,fetchHeadDescription:null};if(m!==null&&!B.capabilities.has("shallow"))throw new Ci("shallow","depth");if(w!==null&&!B.capabilities.has("deepen-since"))throw new Ci("deepen-since","since");if(g.length>0&&!B.capabilities.has("deepen-not"))throw new Ci("deepen-not","exclude");if(b===!0&&!B.capabilities.has("deepen-relative"))throw new Ci("deepen-relative","relative");let st,Dt;try{let V=$.resolveAgainstMap({ref:P,map:we});st=V.fullref,Dt=V.oid}catch{}for(let V of we.keys())V===st||V==="HEAD"||V.startsWith("refs/heads/")||_&&V.startsWith("refs/tags/")||we.delete(V);let Ft=ux([...B.capabilities],["multi_ack_detailed","no-done","side-band-64k","ofs-delta",`agent=${Hh.agent}`]);b&&Ft.push("deepen-relative");let Vo=S?[Dt]:we.values(),us=S?[v]:await $.listRefs({fs:t,gitdir:c,filepath:"refs"}),wt=[];for(let V of us)try{V=await $.expand({fs:t,gitdir:c,ref:V});let fe=await $.resolve({fs:t,gitdir:c,ref:V});await $T({fs:t,cache:e,gitdir:c,oid:fe})&&wt.push(fe)}catch{}wt=[...new Set(wt)];let he=await Nn.read({fs:t,gitdir:c}),kt=B.capabilities.has("shallow")?[...he]:[],De=Vq({capabilities:Ft,wants:Vo,haves:wt,shallows:kt,depth:m,since:w,exclude:g}),le=Buffer.from(await eh(De)),Re=await I.connect({http:r,onProgress:i,corsProxy:p,service:"git-upload-pack",url:R,auth:z,body:[le],headers:F}),ke=await Hq(Re.body);Re.headers&&(ke.headers=Re.headers);for(let V of ke.shallows)if(!he.has(V))try{let{object:fe}=await ge({fs:t,cache:e,gitdir:c,oid:V}),Ce=new At(fe),at=await Promise.all(Ce.headers().parent.map(Vr=>$T({fs:t,cache:e,gitdir:c,oid:Vr})));at.length===0||at.every(Vr=>Vr)||he.add(V)}catch{he.add(V)}for(let V of ke.unshallows)he.delete(V);if(await Nn.write({fs:t,gitdir:c,oids:he}),S){let V=new Map([[st,Dt]]),fe=new Map,Ce=10,at=st;for(;Ce--;){let Gr=B.symrefs.get(at);if(Gr===void 0)break;fe.set(at,Gr),at=Gr}let _i=we.get(at);_i&&V.set(at,_i);let{pruned:Vr}=await $.updateRemoteRefs({fs:t,gitdir:c,remote:E,refs:V,symrefs:fe,tags:_,prune:k});k&&(ke.pruned=Vr)}else{let{pruned:V}=await $.updateRemoteRefs({fs:t,gitdir:c,remote:E,refs:we,symrefs:B.symrefs,tags:_,prune:k,pruneTags:A});k&&(ke.pruned=V)}if(ke.HEAD=B.symrefs.get("HEAD"),ke.HEAD===void 0)try{let{oid:V}=$.resolveAgainstMap({ref:"HEAD",map:we});for(let[fe,Ce]of we.entries())if(fe!=="HEAD"&&Ce===V){ke.HEAD=fe;break}}catch{}let Go=st&&st.startsWith("refs/tags")?"tag":"branch";if(ke.FETCH_HEAD={oid:Dt,description:`${Go} '${An(st)}' of ${R}`},i||n){let V=hx(ke.progress);oc(V,async fe=>{if(n&&await n(fe),i){let Ce=fe.match(/([^:]*).*\((\d+?)\/(\d+?)\)/);Ce&&await i({phase:Ce[1].trim(),loaded:parseInt(Ce[2],10),total:parseInt(Ce[3],10)})}})}let Er=Buffer.from(await eh(ke.packfile));if(Re.body.error)throw Re.body.error;let yt=Er.slice(-20).toString("hex"),Ct={defaultBranch:ke.HEAD,fetchHead:ke.FETCH_HEAD.oid,fetchHeadDescription:ke.FETCH_HEAD.description};if(ke.headers&&(Ct.headers=ke.headers),k&&(Ct.pruned=ke.pruned),yt!==""&&!zq(Er)){Ct.packfile=`objects/pack/pack-${yt}.pack`;let V=C(c,Ct.packfile);await t.write(V,Er);let fe=u(at=>ge({fs:t,cache:e,gitdir:c,oid:at}),"getExternalRefDelta"),Ce=await zl.fromPack({pack:Er,getExternalRefDelta:fe,onProgress:i});await t.write(V.replace(/\.pack$/,".idx"),await Ce.toBuffer())}return Ct}u(ng,"_fetch");async function dx({fs:t,bare:e=!1,dir:r,gitdir:i=e?r:C(r,".git"),defaultBranch:n="master"}){if(await t.exists(i+"/config"))return;let s=["hooks","info","objects/info","objects/pack","refs/heads","refs/tags"];s=s.map(a=>i+"/"+a);for(let a of s)await t.mkdir(a);await t.write(i+"/config",`[core]
83
82
  repositoryformatversion = 0
84
83
  filemode = false
85
- bare = ${s}
86
- `+(s?"":` logallrefupdates = true
84
+ bare = ${e}
85
+ `+(e?"":` logallrefupdates = true
87
86
  `)+` symlinks = false
88
87
  ignorecase = true
89
- `),await p.write(d+"/HEAD",`ref: refs/heads/${w}
90
- `)}c(Xh,"ag"),h(Xh,"_init");async function qy({fs:p,cache:s,http:u,onProgress:d,onMessage:w,onAuth:_,onAuthSuccess:E,onAuthFailure:k,onPostCheckout:I,dir:O,gitdir:x,url:L,corsProxy:q,ref:ae,remote:ce,depth:Re,since:Be,exclude:qe,relative:We,singleBranch:Qe,noCheckout:at,noTags:ot,headers:nt,nonBlocking:Ve,batchSize:tt=100}){try{if(await Xh({fs:p,gitdir:x}),await Mh({fs:p,gitdir:x,remote:ce,url:L,force:!1}),q){let Dt=await ut.get({fs:p,gitdir:x});await Dt.set("http.corsProxy",q),await ut.save({fs:p,gitdir:x,config:Dt})}let{defaultBranch:rt,fetchHead:yt}=await kl({fs:p,cache:s,http:u,onProgress:d,onMessage:w,onAuth:_,onAuthSuccess:E,onAuthFailure:k,gitdir:x,ref:ae,remote:ce,corsProxy:q,depth:Re,since:Be,exclude:qe,relative:We,singleBranch:Qe,headers:nt,tags:!ot});if(yt===null)return;ae=ae||rt,ae=ae.replace("refs/heads/",""),await yl({fs:p,cache:s,onProgress:d,onPostCheckout:I,dir:O,gitdir:x,ref:ae,remote:ce,noCheckout:at,nonBlocking:Ve,batchSize:tt})}catch(rt){throw await p.rmdir(x,{recursive:!0,maxRetries:10}).catch(()=>{}),rt}}c(qy,"jk"),h(qy,"_clone");async function Qh({fs:p,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,onPostCheckout:k,dir:I,gitdir:O=Y(I,".git"),url:x,corsProxy:L=void 0,ref:q=void 0,remote:ae="origin",depth:ce=void 0,since:Re=void 0,exclude:Be=[],relative:qe=!1,singleBranch:We=!1,noCheckout:Qe=!1,noTags:at=!1,headers:ot={},cache:nt={},nonBlocking:Ve=!1,batchSize:tt=100}){try{return ie("fs",p),ie("http",s),ie("gitdir",O),Qe||ie("dir",I),ie("url",x),await qy({fs:new ct(p),cache:nt,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,onPostCheckout:k,dir:I,gitdir:O,url:x,corsProxy:L,ref:q,remote:ae,depth:ce,since:Re,exclude:Be,relative:qe,singleBranch:We,noCheckout:Qe,noTags:at,headers:ot,nonBlocking:Ve,batchSize:tt})}catch(rt){throw rt.caller="git.clone",rt}}c(Qh,"og"),h(Qh,"clone");async function Zh({fs:p,onSign:s,dir:u,gitdir:d=Y(u,".git"),message:w,author:_,committer:E,signingKey:k,amend:I=!1,dryRun:O=!1,noUpdateBranch:x=!1,ref:L,parent:q,tree:ae,cache:ce={}}){try{ie("fs",p),I||ie("message",w),k&&ie("onSign",s);let Re=new ct(p);return await mo({fs:Re,cache:ce,onSign:s,gitdir:d,message:w,author:_,committer:E,signingKey:k,amend:I,dryRun:O,noUpdateBranch:x,ref:L,parent:q,tree:ae})}catch(Re){throw Re.caller="git.commit",Re}}c(Zh,"sg"),h(Zh,"commit");async function eu({fs:p,dir:s,gitdir:u=Y(s,".git"),fullname:d=!1,test:w=!1}){try{return ie("fs",p),ie("gitdir",u),await vi({fs:new ct(p),gitdir:u,fullname:d,test:w})}catch(_){throw _.caller="git.currentBranch",_}}c(eu,"lg"),h(eu,"currentBranch");async function zy({fs:p,gitdir:s,ref:u}){if(u=u.startsWith("refs/heads/")?u:`refs/heads/${u}`,!await ze.exists({fs:p,gitdir:s,ref:u}))throw new se(u);let d=await ze.expand({fs:p,gitdir:s,ref:u}),w=await vi({fs:p,gitdir:s,fullname:!0});if(d===w){let k=await ze.resolve({fs:p,gitdir:s,ref:d});await ze.writeRef({fs:p,gitdir:s,ref:"HEAD",value:k})}await ze.deleteRef({fs:p,gitdir:s,ref:d});let _=Mi(u),E=await ut.get({fs:p,gitdir:s});await E.deleteSection("branch",_),await ut.save({fs:p,gitdir:s,config:E})}c(zy,"Hk"),h(zy,"_deleteBranch");async function tu({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d}){try{return ie("fs",p),ie("ref",d),await zy({fs:new ct(p),gitdir:u,ref:d})}catch(w){throw w.caller="git.deleteBranch",w}}c(tu,"cg"),h(tu,"deleteBranch");async function ru({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d}){try{ie("fs",p),ie("ref",d),await ze.deleteRef({fs:new ct(p),gitdir:u,ref:d})}catch(w){throw w.caller="git.deleteRef",w}}c(ru,"fg"),h(ru,"deleteRef");async function Hy({fs:p,gitdir:s,remote:u}){let d=await ut.get({fs:p,gitdir:s});await d.deleteSection("remote",u),await ut.save({fs:p,gitdir:s,config:d})}c(Hy,"qk"),h(Hy,"_deleteRemote");async function iu({fs:p,dir:s,gitdir:u=Y(s,".git"),remote:d}){try{return ie("fs",p),ie("remote",d),await Hy({fs:new ct(p),gitdir:u,remote:d})}catch(w){throw w.caller="git.deleteRemote",w}}c(iu,"ug"),h(iu,"deleteRemote");async function Gy({fs:p,gitdir:s,ref:u}){u=u.startsWith("refs/tags/")?u:`refs/tags/${u}`,await ze.deleteRef({fs:p,gitdir:s,ref:u})}c(Gy,"Uk"),h(Gy,"_deleteTag");async function nu({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d}){try{return ie("fs",p),ie("ref",d),await Gy({fs:new ct(p),gitdir:u,ref:d})}catch(w){throw w.caller="git.deleteTag",w}}c(nu,"dg"),h(nu,"deleteTag");async function Vy({fs:p,gitdir:s,oid:u}){let d=u.slice(0,2);return(await p.readdir(`${s}/objects/${d}`)).map(w=>`${d}${w}`).filter(w=>w.startsWith(u))}c(Vy,"zk"),h(Vy,"expandOidLoose");async function Ky({fs:p,cache:s,gitdir:u,oid:d,getExternalRefDelta:w}){let _=[],E=await p.readdir(Y(u,"objects/pack"));E=E.filter(k=>k.endsWith(".idx"));for(let k of E){let I=`${u}/objects/pack/${k}`,O=await ol({fs:p,cache:s,filename:I,getExternalRefDelta:w});if(O.error)throw new T(O.error);for(let x of O.offsets.keys())x.startsWith(d)&&_.push(x)}return _}c(Ky,"Wk"),h(Ky,"expandOidPacked");async function Jy({fs:p,cache:s,gitdir:u,oid:d}){let w=h(k=>jt({fs:p,cache:s,gitdir:u,oid:k}),"getExternalRefDelta"),_=await Vy({fs:p,gitdir:u,oid:d}),E=await Ky({fs:p,cache:s,gitdir:u,oid:d,getExternalRefDelta:w});for(let k of E)_.indexOf(k)===-1&&_.push(k);if(_.length===1)return _[0];throw _.length>1?new uh("oids",d,_):new se(`an object matching "${d}"`)}c(Jy,"Vk"),h(Jy,"_expandOid");async function su({fs:p,dir:s,gitdir:u=Y(s,".git"),oid:d,cache:w={}}){try{return ie("fs",p),ie("gitdir",u),ie("oid",d),await Jy({fs:new ct(p),cache:w,gitdir:u,oid:d})}catch(_){throw _.caller="git.expandOid",_}}c(su,"hg"),h(su,"expandOid");async function au({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d}){try{return ie("fs",p),ie("gitdir",u),ie("ref",d),await ze.expand({fs:new ct(p),gitdir:u,ref:d})}catch(w){throw w.caller="git.expandRef",w}}c(au,"pg"),h(au,"expandRef");async function Rl({fs:p,cache:s,gitdir:u,oids:d}){let w={},_=d.length,E=d.map((k,I)=>({index:I,oid:k}));for(;E.length;){let k=new Set;for(let{oid:O,index:x}of E)w[O]||(w[O]=new Set),w[O].add(x),w[O].size===_&&k.add(O);if(k.size>0)return[...k];let I=new Map;for(let{oid:O,index:x}of E)try{let{object:L}=await jt({fs:p,cache:s,gitdir:u,oid:O}),q=Wr.from(L),{parent:ae}=q.parseHeaders();for(let ce of ae)(!w[ce]||!w[ce].has(x))&&I.set(ce+":"+x,{oid:ce,index:x})}catch{}E=Array.from(I.values())}return[]}c(Rl,"Nc"),h(Rl,"_findMergeBase");var ou=/^.*(\r?\n|$)/gm;function Yy({branches:p,contents:s}){let u=p[1],d=p[2],w=s[0],_=s[1],E=s[2],k=_.match(ou),I=w.match(ou),O=E.match(ou),x=a(k,I,O),L=7,q="",ae=!0;for(let ce of x)ce.ok&&(q+=ce.ok.join("")),ce.conflict&&(ae=!1,q+=`${"<".repeat(L)} ${u}
91
- `,q+=ce.conflict.a.join(""),q+=`${"=".repeat(L)}
92
- `,q+=ce.conflict.b.join(""),q+=`${">".repeat(L)} ${d}
93
- `);return{cleanMerge:ae,mergedText:q}}c(Yy,"Gk"),h(Yy,"mergeFile");async function Xy({fs:p,cache:s,dir:u,gitdir:d=Y(u,".git"),index:w,ourOid:_,baseOid:E,theirOid:k,ourName:I="ours",baseName:O="base",theirName:x="theirs",dryRun:L=!1,abortOnConflict:q=!0,mergeDriver:ae}){let ce=Or({ref:_}),Re=Or({ref:E}),Be=Or({ref:k}),qe=[],We=[],Qe=[],at=[],ot=await bi({fs:p,cache:s,dir:u,gitdir:d,trees:[ce,Re,Be],map:h(async function(nt,[Ve,tt,rt]){let yt=Je(nt),Dt=await po(Ve,tt),Zt=await po(rt,tt);switch(`${Dt}-${Zt}`){case"false-false":return{mode:await tt.mode(),path:yt,oid:await tt.oid(),type:await tt.type()};case"false-true":return!rt&&await Ve.type()==="tree"?{mode:await Ve.mode(),path:yt,oid:await Ve.oid(),type:await Ve.type()}:rt?{mode:await rt.mode(),path:yt,oid:await rt.oid(),type:await rt.type()}:void 0;case"true-false":return!Ve&&await rt.type()==="tree"?{mode:await rt.mode(),path:yt,oid:await rt.oid(),type:await rt.type()}:Ve?{mode:await Ve.mode(),path:yt,oid:await Ve.oid(),type:await Ve.type()}:void 0;case"true-true":{if(Ve&&rt&&await Ve.type()==="tree"&&await rt.type()==="tree")return{mode:await Ve.mode(),path:yt,oid:await Ve.oid(),type:"tree"};if(Ve&&rt&&await Ve.type()==="blob"&&await rt.type()==="blob")return Qy({fs:p,gitdir:d,path:yt,ours:Ve,base:tt,theirs:rt,ourName:I,baseName:O,theirName:x,mergeDriver:ae}).then(async xt=>{if(xt.cleanMerge)q||w.insert({filepath:nt,oid:xt.mergeResult.oid,stage:0});else if(qe.push(nt),We.push(nt),!q){let er="";tt&&await tt.type()==="blob"&&(er=await tt.oid());let ur=await Ve.oid(),ri=await rt.oid();w.delete({filepath:nt}),er&&w.insert({filepath:nt,oid:er,stage:1}),w.insert({filepath:nt,oid:ur,stage:2}),w.insert({filepath:nt,oid:ri,stage:3})}return xt.mergeResult});if(tt&&!Ve&&rt&&await tt.type()==="blob"&&await rt.type()==="blob"){if(qe.push(nt),Qe.push(nt),!q){let xt=await tt.oid(),er=await rt.oid();w.delete({filepath:nt}),w.insert({filepath:nt,oid:xt,stage:1}),w.insert({filepath:nt,oid:er,stage:3})}return{mode:await rt.mode(),oid:await rt.oid(),type:"blob",path:yt}}if(tt&&Ve&&!rt&&await tt.type()==="blob"&&await Ve.type()==="blob"){if(qe.push(nt),at.push(nt),!q){let xt=await tt.oid(),er=await Ve.oid();w.delete({filepath:nt}),w.insert({filepath:nt,oid:xt,stage:1}),w.insert({filepath:nt,oid:er,stage:2})}return{mode:await Ve.mode(),oid:await Ve.oid(),type:"blob",path:yt}}if(tt&&!Ve&&!rt&&(await tt.type()==="blob"||await tt.type()==="tree"))return;throw new cl}}},"map"),reduce:qe.length!==0&&(!u||q)?void 0:async(nt,Ve)=>{let tt=Ve.filter(Boolean);if(nt&&!(nt&&nt.type==="tree"&&tt.length===0&&nt.path!==".")){if(tt.length>0||nt.path==="."&&tt.length===0){let rt=new Lr(tt).toObject(),yt=await vr({fs:p,gitdir:d,type:"tree",object:rt,dryRun:L});nt.oid=yt}return nt}}});return qe.length!==0?(u&&!q&&await bi({fs:p,cache:s,dir:u,gitdir:d,trees:[Or({ref:ot.oid})],map:h(async function(nt,[Ve]){let tt=`${u}/${nt}`;if(await Ve.type()==="blob"){let rt=await Ve.mode(),yt=new TextDecoder().decode(await Ve.content());await p.write(tt,yt,{mode:rt})}return!0},"map")}),new fl(qe,We,Qe,at)):ot.oid}c(Xy,"Zk"),h(Xy,"mergeTree");async function Qy({fs:p,gitdir:s,path:u,ours:d,base:w,theirs:_,ourName:E,theirName:k,baseName:I,dryRun:O,mergeDriver:x=Yy}){let L="blob",q="100755",ae="",ce="";w&&await w.type()==="blob"&&(q=await w.mode(),ae=await w.oid(),ce=Buffer.from(await w.content()).toString("utf8"));let Re=q===await d.mode()?await _.mode():await d.mode();if(await d.oid()===await _.oid())return{cleanMerge:!0,mergeResult:{mode:Re,path:u,oid:await d.oid(),type:L}};if(await d.oid()===ae)return{cleanMerge:!0,mergeResult:{mode:Re,path:u,oid:await _.oid(),type:L}};if(await _.oid()===ae)return{cleanMerge:!0,mergeResult:{mode:Re,path:u,oid:await d.oid(),type:L}};let Be=Buffer.from(await d.content()).toString("utf8"),qe=Buffer.from(await _.content()).toString("utf8"),{mergedText:We,cleanMerge:Qe}=await x({branches:[I,E,k],contents:[ce,Be,qe],path:u}),at=await vr({fs:p,gitdir:s,type:"blob",object:Buffer.from(We,"utf8"),dryRun:O});return{cleanMerge:Qe,mergeResult:{mode:Re,path:u,oid:at,type:L}}}c(Qy,"Kk"),h(Qy,"mergeBlobs");async function lu({fs:p,cache:s,dir:u,gitdir:d,ours:w,theirs:_,fastForward:E=!0,fastForwardOnly:k=!1,dryRun:I=!1,noUpdateBranch:O=!1,abortOnConflict:x=!0,message:L,author:q,committer:ae,signingKey:ce,onSign:Re,mergeDriver:Be,allowUnrelatedHistories:qe=!1}){w===void 0&&(w=await vi({fs:p,gitdir:d,fullname:!0})),w=await ze.expand({fs:p,gitdir:d,ref:w}),_=await ze.expand({fs:p,gitdir:d,ref:_});let We=await ze.resolve({fs:p,gitdir:d,ref:w}),Qe=await ze.resolve({fs:p,gitdir:d,ref:_}),at=await Rl({fs:p,cache:s,gitdir:d,oids:[We,Qe]});if(at.length!==1)if(at.length===0&&qe)at.push("4b825dc642cb6eb9a060e54bf8d69288fbee4904");else throw new cl;let ot=at[0];if(ot===Qe)return{oid:We,alreadyMerged:!0};if(E&&ot===We)return!I&&!O&&await ze.writeRef({fs:p,gitdir:d,ref:w,value:Qe}),{oid:Qe,fastForward:!0};{if(k)throw new gh;let nt=await me.acquire({fs:p,gitdir:d,cache:s,allowUnmerged:!1},async Ve=>Xy({fs:p,cache:s,dir:u,gitdir:d,index:Ve,ourOid:We,theirOid:Qe,baseOid:ot,ourName:Mi(w),baseName:"base",theirName:Mi(_),dryRun:I,abortOnConflict:x,mergeDriver:Be}));if(nt instanceof fl)throw nt;return L||(L=`Merge branch '${Mi(_)}' into ${Mi(w)}`),{oid:await mo({fs:p,cache:s,gitdir:d,message:L,ref:w,tree:nt,parent:[We,Qe],author:q,committer:ae,signingKey:ce,onSign:Re,dryRun:I,noUpdateBranch:O}),tree:nt,mergeCommit:!0}}}c(lu,"mg"),h(lu,"_merge");async function cu({fs:p,cache:s,http:u,onProgress:d,onMessage:w,onAuth:_,onAuthSuccess:E,onAuthFailure:k,dir:I,gitdir:O,ref:x,url:L,remote:q,remoteRef:ae,prune:ce,pruneTags:Re,fastForward:Be,fastForwardOnly:qe,corsProxy:We,singleBranch:Qe,headers:at,author:ot,committer:nt,signingKey:Ve}){try{if(!x){let yt=await vi({fs:p,gitdir:O});if(!yt)throw new Ur("ref");x=yt}let{fetchHead:tt,fetchHeadDescription:rt}=await kl({fs:p,cache:s,http:u,onProgress:d,onMessage:w,onAuth:_,onAuthSuccess:E,onAuthFailure:k,gitdir:O,corsProxy:We,ref:x,url:L,remote:q,remoteRef:ae,singleBranch:Qe,headers:at,prune:ce,pruneTags:Re});await lu({fs:p,cache:s,gitdir:O,ours:x,theirs:tt,fastForward:Be,fastForwardOnly:qe,message:`Merge ${rt}`,author:ot,committer:nt,signingKey:Ve,dryRun:!1,noUpdateBranch:!1}),await yl({fs:p,cache:s,onProgress:d,dir:I,gitdir:O,ref:x,remote:q,noCheckout:!1})}catch(tt){throw tt.caller="git.pull",tt}}c(cu,"wg"),h(cu,"_pull");async function fu({fs:p,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,dir:k,gitdir:I=Y(k,".git"),ref:O,url:x,remote:L,remoteRef:q,corsProxy:ae,singleBranch:ce,headers:Re={},cache:Be={}}){try{ie("fs",p),ie("http",s),ie("gitdir",I);let qe={name:"",email:"",timestamp:Date.now(),timezoneOffset:0};return await cu({fs:new ct(p),cache:Be,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,dir:k,gitdir:I,ref:O,url:x,remote:L,remoteRef:q,fastForwardOnly:!0,corsProxy:ae,singleBranch:ce,headers:Re,author:qe,committer:qe})}catch(qe){throw qe.caller="git.fastForward",qe}}c(fu,"gg"),h(fu,"fastForward");async function hu({fs:p,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,dir:k,gitdir:I=Y(k,".git"),ref:O,remote:x,remoteRef:L,url:q,corsProxy:ae,depth:ce=null,since:Re=null,exclude:Be=[],relative:qe=!1,tags:We=!1,singleBranch:Qe=!1,headers:at={},prune:ot=!1,pruneTags:nt=!1,cache:Ve={}}){try{return ie("fs",p),ie("http",s),ie("gitdir",I),await kl({fs:new ct(p),cache:Ve,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,gitdir:I,ref:O,remote:x,remoteRef:L,url:q,corsProxy:ae,depth:ce,since:Re,exclude:Be,relative:qe,tags:We,singleBranch:Qe,headers:at,prune:ot,pruneTags:nt})}catch(tt){throw tt.caller="git.fetch",tt}}c(hu,"yg"),h(hu,"fetch");async function uu({fs:p,dir:s,gitdir:u=Y(s,".git"),oids:d,cache:w={}}){try{return ie("fs",p),ie("gitdir",u),ie("oids",d),await Rl({fs:new ct(p),cache:w,gitdir:u,oids:d})}catch(_){throw _.caller="git.findMergeBase",_}}c(uu,"bg"),h(uu,"findMergeBase");async function du({fs:p,filepath:s}){if(await p.exists(Y(s,".git")))return s;{let u=He(s);if(u===s)throw new se(`git root for ${s}`);return du({fs:p,filepath:u})}}c(du,"_g"),h(du,"_findRoot");async function pu({fs:p,filepath:s}){try{return ie("fs",p),ie("filepath",s),await du({fs:new ct(p),filepath:s})}catch(u){throw u.caller="git.findRoot",u}}c(pu,"vg"),h(pu,"findRoot");async function mu({fs:p,dir:s,gitdir:u=Y(s,".git"),path:d}){try{return ie("fs",p),ie("gitdir",u),ie("path",d),await ys({fs:new ct(p),gitdir:u,path:d})}catch(w){throw w.caller="git.getConfig",w}}c(mu,"Fg"),h(mu,"getConfig");async function Zy({fs:p,gitdir:s,path:u}){return(await ut.get({fs:p,gitdir:s})).getall(u)}c(Zy,"Yk"),h(Zy,"_getConfigAll");async function gu({fs:p,dir:s,gitdir:u=Y(s,".git"),path:d}){try{return ie("fs",p),ie("gitdir",u),ie("path",d),await Zy({fs:new ct(p),gitdir:u,path:d})}catch(w){throw w.caller="git.getConfigAll",w}}c(gu,"Sg"),h(gu,"getConfigAll");async function yu({http:p,onAuth:s,onAuthSuccess:u,onAuthFailure:d,corsProxy:w,url:_,headers:E={},forPush:k=!1}){try{ie("http",p),ie("url",_);let I=await Sl.getRemoteHelperFor({url:_}).discover({http:p,onAuth:s,onAuthSuccess:u,onAuthFailure:d,corsProxy:w,service:k?"git-receive-pack":"git-upload-pack",url:_,headers:E,protocolVersion:1}),O={capabilities:[...I.capabilities]};for(let[x,L]of I.refs){let q=x.split("/"),ae=q.pop(),ce=O;for(let Re of q)ce[Re]=ce[Re]||{},ce=ce[Re];ce[ae]=L}for(let[x,L]of I.symrefs){let q=x.split("/"),ae=q.pop(),ce=O;for(let Re of q)ce[Re]=ce[Re]||{},ce=ce[Re];ce[ae]=L}return O}catch(I){throw I.caller="git.getRemoteInfo",I}}c(yu,"Eg"),h(yu,"getRemoteInfo");function wu(p,s,u,d){let w=[];for(let[_,E]of p.refs){if(s&&!_.startsWith(s))continue;if(_.endsWith("^{}")){if(d){let I=_.replace("^{}",""),O=w[w.length-1],x=O.ref===I?O:w.find(L=>L.ref===I);if(x===void 0)throw new Error("I did not expect this to happen");x.peeled=E}continue}let k={ref:_,oid:E};u&&p.symrefs.has(_)&&(k.target=p.symrefs.get(_)),w.push(k)}return w}c(wu,"kg"),h(wu,"formatInfoRefs");async function bu({http:p,onAuth:s,onAuthSuccess:u,onAuthFailure:d,corsProxy:w,url:_,headers:E={},forPush:k=!1,protocolVersion:I=2}){try{ie("http",p),ie("url",_);let O=await Sl.getRemoteHelperFor({url:_}).discover({http:p,onAuth:s,onAuthSuccess:u,onAuthFailure:d,corsProxy:w,service:k?"git-receive-pack":"git-upload-pack",url:_,headers:E,protocolVersion:I});if(O.protocolVersion===2)return{protocolVersion:O.protocolVersion,capabilities:O.capabilities2};let x={};for(let L of O.capabilities){let[q,ae]=L.split("=");ae?x[q]=ae:x[q]=!0}return{protocolVersion:1,capabilities:x,refs:wu(O,void 0,!0,!0)}}catch(O){throw O.caller="git.getRemoteInfo2",O}}c(bu,"xg"),h(bu,"getRemoteInfo2");async function ew({type:p,object:s,format:u="content",oid:d=void 0}){return u!=="deflated"&&(u!=="wrapped"&&(s=ds.wrap({type:p,object:s})),d=await j(s)),{oid:d,object:s}}c(ew,"Xk"),h(ew,"hashObject");async function _u({object:p}){try{ie("object",p),typeof p=="string"?p=Buffer.from(p,"utf8"):p instanceof Uint8Array||(p=new Uint8Array(p));let s="blob",{oid:u,object:d}=await ew({type:s,format:"content",object:p});return{oid:u,type:s,object:d,format:"wrapped"}}catch(s){throw s.caller="git.hashBlob",s}}c(_u,"Pg"),h(_u,"hashBlob");async function tw({fs:p,cache:s,onProgress:u,dir:d,gitdir:w,filepath:_}){try{_=Y(d,_);let E=await p.read(_),k=h(O=>jt({fs:p,cache:s,gitdir:w,oid:O}),"getExternalRefDelta"),I=await hh.fromPack({pack:E,getExternalRefDelta:k,onProgress:u});return await p.write(_.replace(/\.pack$/,".idx"),await I.toBuffer()),{oids:[...I.hashes]}}catch(E){throw E.caller="git.indexPack",E}}c(tw,"Jk"),h(tw,"_indexPack");async function vu({fs:p,onProgress:s,dir:u,gitdir:d=Y(u,".git"),filepath:w,cache:_={}}){try{return ie("fs",p),ie("dir",u),ie("gitdir",u),ie("filepath",w),await tw({fs:new ct(p),cache:_,onProgress:s,dir:u,gitdir:d,filepath:w})}catch(E){throw E.caller="git.indexPack",E}}c(vu,"Tg"),h(vu,"indexPack");async function Su({fs:p,bare:s=!1,dir:u,gitdir:d=s?u:Y(u,".git"),defaultBranch:w="master"}){try{return ie("fs",p),ie("gitdir",d),s||ie("dir",u),await Xh({fs:new ct(p),bare:s,dir:u,gitdir:d,defaultBranch:w})}catch(_){throw _.caller="git.init",_}}c(Su,"Ag"),h(Su,"init");async function Eu({fs:p,cache:s,gitdir:u,oid:d,ancestor:w,depth:_}){let E=await yo.read({fs:p,gitdir:u});if(!d)throw new Ur("oid");if(!w)throw new Ur("ancestor");if(d===w)return!1;let k=[d],I=new Set,O=0;for(;k.length;){if(O++===_)throw new wh(_);let x=k.shift(),{type:L,object:q}=await jt({fs:p,cache:s,gitdir:u,oid:x});if(L!=="commit")throw new _e(x,L,"commit");let ae=Wr.from(q).parse();for(let ce of ae.parent)if(ce===w)return!0;if(!E.has(x))for(let ce of ae.parent)I.has(ce)||(k.push(ce),I.add(ce))}return!1}c(Eu,"Og"),h(Eu,"_isDescendent");async function Fu({fs:p,dir:s,gitdir:u=Y(s,".git"),oid:d,ancestor:w,depth:_=-1,cache:E={}}){try{return ie("fs",p),ie("gitdir",u),ie("oid",d),ie("ancestor",w),await Eu({fs:new ct(p),cache:E,gitdir:u,oid:d,ancestor:w,depth:_})}catch(k){throw k.caller="git.isDescendent",k}}c(Fu,"Dg"),h(Fu,"isDescendent");async function ku({fs:p,dir:s,gitdir:u=Y(s,".git"),filepath:d}){try{return ie("fs",p),ie("dir",s),ie("gitdir",u),ie("filepath",d),gs.isIgnored({fs:new ct(p),dir:s,gitdir:u,filepath:d})}catch(w){throw w.caller="git.isIgnored",w}}c(ku,"Rg"),h(ku,"isIgnored");async function Ru({fs:p,dir:s,gitdir:u=Y(s,".git"),remote:d}){try{return ie("fs",p),ie("gitdir",u),ze.listBranches({fs:new ct(p),gitdir:u,remote:d})}catch(w){throw w.caller="git.listBranches",w}}c(Ru,"Cg"),h(Ru,"listBranches");async function rw({fs:p,gitdir:s,ref:u,cache:d}){if(u){let w=await ze.resolve({gitdir:s,fs:p,ref:u}),_=[];return await Tu({fs:p,cache:d,gitdir:s,oid:w,filenames:_,prefix:""}),_}else return me.acquire({fs:p,gitdir:s,cache:d},async function(w){return w.entries.map(_=>_.path)})}c(rw,"Qk"),h(rw,"_listFiles");async function Tu({fs:p,cache:s,gitdir:u,oid:d,filenames:w,prefix:_}){let{tree:E}=await on({fs:p,cache:s,gitdir:u,oid:d});for(let k of E)k.type==="tree"?await Tu({fs:p,cache:s,gitdir:u,oid:k.oid,filenames:w,prefix:Y(_,k.path)}):w.push(Y(_,k.path))}c(Tu,"Ig"),h(Tu,"accumulateFilesFromOid");async function Ou({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d,cache:w={}}){try{return ie("fs",p),ie("gitdir",u),await rw({fs:new ct(p),cache:w,gitdir:u,ref:d})}catch(_){throw _.caller="git.listFiles",_}}c(Ou,"Bg"),h(Ou,"listFiles");async function iw({fs:p,cache:s,gitdir:u,ref:d}){let w;try{w=await ze.resolve({gitdir:u,fs:p,ref:d})}catch(_){if(_ instanceof se)return[]}return(await on({fs:p,cache:s,gitdir:u,oid:w})).tree.map(_=>({target:_.path,note:_.oid}))}c(iw,"ex"),h(iw,"_listNotes");async function xu({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d="refs/notes/commits",cache:w={}}){try{return ie("fs",p),ie("gitdir",u),ie("ref",d),await iw({fs:new ct(p),cache:w,gitdir:u,ref:d})}catch(_){throw _.caller="git.listNotes",_}}c(xu,"Ng"),h(xu,"listNotes");async function Au({fs:p,dir:s,gitdir:u=Y(s,".git"),filepath:d}){try{return ie("fs",p),ie("gitdir",u),ze.listRefs({fs:new ct(p),gitdir:u,filepath:d})}catch(w){throw w.caller="git.listRefs",w}}c(Au,"$g"),h(Au,"listRefs");async function nw({fs:p,gitdir:s}){let u=await ut.get({fs:p,gitdir:s}),d=await u.getSubsections("remote");return Promise.all(d.map(async w=>{let _=await u.get(`remote.${w}.url`);return{remote:w,url:_}}))}c(nw,"tx"),h(nw,"_listRemotes");async function Pu({fs:p,dir:s,gitdir:u=Y(s,".git")}){try{return ie("fs",p),ie("gitdir",u),await nw({fs:new ct(p),gitdir:u})}catch(d){throw d.caller="git.listRemotes",d}}c(Pu,"Lg"),h(Pu,"listRemotes");async function sw(p){let s=zt.streamReader(p),u=[],d;for(;d=await s(),d!==!0;){if(d===null)continue;d=d.toString("utf8").replace(/\n$/,"");let[w,_,...E]=d.split(" "),k={ref:_,oid:w};for(let I of E){let[O,x]=I.split(":");O==="symref-target"?k.target=x:O==="peeled"&&(k.peeled=x)}u.push(k)}return u}c(sw,"rx"),h(sw,"parseListRefsResponse");async function aw({prefix:p,symrefs:s,peelTags:u}){let d=[];return d.push(zt.encode(`command=ls-refs
94
- `)),d.push(zt.encode(`agent=${El.agent}
95
- `)),(u||s||p)&&d.push(zt.delim()),u&&d.push(zt.encode("peel")),s&&d.push(zt.encode("symrefs")),p&&d.push(zt.encode(`ref-prefix ${p}`)),d.push(zt.flush()),d}c(aw,"ix"),h(aw,"writeListRefsRequest");async function Du({http:p,onAuth:s,onAuthSuccess:u,onAuthFailure:d,corsProxy:w,url:_,headers:E={},forPush:k=!1,protocolVersion:I=2,prefix:O,symrefs:x,peelTags:L}){try{ie("http",p),ie("url",_);let q=await vl.discover({http:p,onAuth:s,onAuthSuccess:u,onAuthFailure:d,corsProxy:w,service:k?"git-receive-pack":"git-upload-pack",url:_,headers:E,protocolVersion:I});if(q.protocolVersion===1)return wu(q,O,x,L);let ae=await aw({prefix:O,symrefs:x,peelTags:L}),ce=await vl.connect({http:p,auth:q.auth,headers:E,corsProxy:w,service:k?"git-receive-pack":"git-upload-pack",url:_,body:ae});return sw(ce.body)}catch(q){throw q.caller="git.listServerRefs",q}}c(Du,"Mg"),h(Du,"listServerRefs");async function Nu({fs:p,dir:s,gitdir:u=Y(s,".git")}){try{return ie("fs",p),ie("gitdir",u),ze.listTags({fs:new ct(p),gitdir:u})}catch(d){throw d.caller="git.listTags",d}}c(Nu,"jg"),h(Nu,"listTags");function ow(p,s){return p.committer.timestamp-s.committer.timestamp}c(ow,"nx"),h(ow,"compareAge");var gS="e69de29bb2d1d6434b8b29ae775ad8c2e48c5391";async function Cu({fs:p,cache:s,gitdir:u,oid:d,fileId:w}){if(w===gS)return;let _=d,E,k=await rn({fs:p,cache:s,gitdir:u,oid:d}),I=k.tree;return w===k.oid?E=k.path:(E=await Iu({fs:p,cache:s,gitdir:u,tree:I,fileId:w,oid:_}),Array.isArray(E)&&(E.length===0?E=void 0:E.length===1&&(E=E[0]))),E}c(Cu,"Aw"),h(Cu,"resolveFileIdInTree");async function Iu({fs:p,cache:s,gitdir:u,tree:d,fileId:w,oid:_,filepaths:E=[],parentPath:k=""}){let I=d.entries().map(function(O){let x;return O.oid===w?(x=Y(k,O.path),E.push(x)):O.type==="tree"&&(x=jt({fs:p,cache:s,gitdir:u,oid:O.oid}).then(function({object:L}){return Iu({fs:p,cache:s,gitdir:u,tree:Lr.from(L),fileId:w,oid:_,filepaths:E,parentPath:Y(k,O.path)})})),x});return await Promise.all(I),E}c(Iu,"Hg"),h(Iu,"_resolveFileId");async function lw({fs:p,cache:s,gitdir:u,filepath:d,ref:w,depth:_,since:E,force:k,follow:I}){let O=typeof E>"u"?void 0:Math.floor(E.valueOf()/1e3),x=[],L=await yo.read({fs:p,gitdir:u}),q=await ze.resolve({fs:p,gitdir:u,ref:w}),ae=[await an({fs:p,cache:s,gitdir:u,oid:q})],ce,Re,Be;function qe(We){Be&&d&&x.push(We)}for(c(qe,"g"),h(qe,"endCommit");ae.length>0;){let We=ae.pop();if(O!==void 0&&We.commit.committer.timestamp<=O)break;if(d){let Qe;try{Qe=await ws({fs:p,cache:s,gitdir:u,oid:We.commit.tree,filepath:d}),Re&&ce!==Qe&&x.push(Re),ce=Qe,Re=We,Be=!0}catch(at){if(at instanceof se){let ot=I&&ce;if(ot&&(ot=await Cu({fs:p,cache:s,gitdir:u,oid:We.commit.tree,fileId:ce}),ot))if(Array.isArray(ot)){if(Re){let nt=await Cu({fs:p,cache:s,gitdir:u,oid:Re.commit.tree,fileId:ce});if(Array.isArray(nt))if(ot=ot.filter(Ve=>nt.indexOf(Ve)===-1),ot.length===1)ot=ot[0],d=ot,Re&&x.push(Re);else{ot=!1,Re&&x.push(Re);break}}}else d=ot,Re&&x.push(Re);if(!ot){if(Be&&ce&&(x.push(Re),!k))break;if(!k&&!I)throw at}Re=We,Be=!1}else throw at}}else x.push(We);if(_!==void 0&&x.length===_){qe(We);break}if(!L.has(We.oid))for(let Qe of We.commit.parent){let at=await an({fs:p,cache:s,gitdir:u,oid:Qe});ae.map(ot=>ot.oid).includes(at.oid)||ae.push(at)}ae.length===0&&qe(We),ae.sort((Qe,at)=>ow(Qe.commit,at.commit))}return x}c(lw,"ox"),h(lw,"_log");async function Bu({fs:p,dir:s,gitdir:u=Y(s,".git"),filepath:d,ref:w="HEAD",depth:_,since:E,force:k,follow:I,cache:O={}}){try{return ie("fs",p),ie("gitdir",u),ie("ref",w),await lw({fs:new ct(p),cache:O,gitdir:u,filepath:d,ref:w,depth:_,since:E,force:k,follow:I})}catch(x){throw x.caller="git.log",x}}c(Bu,"qg"),h(Bu,"log");async function ju({fs:p,onSign:s,dir:u,gitdir:d=Y(u,".git"),ours:w,theirs:_,fastForward:E=!0,fastForwardOnly:k=!1,dryRun:I=!1,noUpdateBranch:O=!1,abortOnConflict:x=!0,message:L,author:q,committer:ae,signingKey:ce,cache:Re={},mergeDriver:Be,allowUnrelatedHistories:qe=!1}){try{ie("fs",p),ce&&ie("onSign",s);let We=new ct(p),Qe=await _i({fs:We,gitdir:d,author:q});if(!Qe&&(!k||!E))throw new Tr("author");let at=await sn({fs:We,gitdir:d,author:Qe,committer:ae});if(!at&&(!k||!E))throw new Tr("committer");return await lu({fs:We,cache:Re,dir:u,gitdir:d,ours:w,theirs:_,fastForward:E,fastForwardOnly:k,dryRun:I,noUpdateBranch:O,abortOnConflict:x,message:L,author:Qe,committer:at,signingKey:ce,onSign:s,mergeDriver:Be,allowUnrelatedHistories:qe})}catch(We){throw We.caller="git.merge",We}}c(ju,"Ug"),h(ju,"merge");var yS={commit:16,tree:32,blob:48,tag:64,ofs_delta:96,ref_delta:112};async function Mu({fs:p,cache:s,dir:u,gitdir:d=Y(u,".git"),oids:w}){let _=new r,E=[];function k(x,L){let q=Buffer.from(x,L);E.push(q),_.update(q)}c(k,"l"),h(k,"write");async function I({stype:x,object:L}){let q=yS[x],ae=L.length,ce=ae>15?128:0,Re=ae&15;ae=ae>>>4;let Be=(ce|q|Re).toString(16);for(k(Be,"hex");ce;)ce=ae>127?128:0,Be=ce|ae&127,k(bl(2,Be),"hex"),ae=ae>>>7;k(Buffer.from(await Ah(L)))}c(I,"u"),h(I,"writeObject"),k("PACK"),k("00000002","hex"),k(bl(8,w.length),"hex");for(let x of w){let{type:L,object:q}=await jt({fs:p,cache:s,gitdir:d,oid:x});await I({write:k,object:q,stype:L})}let O=_.digest();return E.push(O),E}c(Mu,"zg"),h(Mu,"_pack");async function cw({fs:p,cache:s,gitdir:u,oids:d,write:w}){let _=await Mu({fs:p,cache:s,gitdir:u,oids:d}),E=Buffer.from(await go(_)),k=`pack-${E.slice(-20).toString("hex")}.pack`;return w?(await p.write(Y(u,`objects/pack/${k}`),E),{filename:k}):{filename:k,packfile:new Uint8Array(E)}}c(cw,"lx"),h(cw,"_packObjects");async function $u({fs:p,dir:s,gitdir:u=Y(s,".git"),oids:d,write:w=!1,cache:_={}}){try{return ie("fs",p),ie("gitdir",u),ie("oids",d),await cw({fs:new ct(p),cache:_,gitdir:u,oids:d,write:w})}catch(E){throw E.caller="git.packObjects",E}}c($u,"Wg"),h($u,"packObjects");async function Lu({fs:p,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,dir:k,gitdir:I=Y(k,".git"),ref:O,url:x,remote:L,remoteRef:q,prune:ae=!1,pruneTags:ce=!1,fastForward:Re=!0,fastForwardOnly:Be=!1,corsProxy:qe,singleBranch:We,headers:Qe={},author:at,committer:ot,signingKey:nt,cache:Ve={}}){try{ie("fs",p),ie("gitdir",I);let tt=new ct(p),rt=await _i({fs:tt,gitdir:I,author:at});if(!rt)throw new Tr("author");let yt=await sn({fs:tt,gitdir:I,author:rt,committer:ot});if(!yt)throw new Tr("committer");return await cu({fs:tt,cache:Ve,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,dir:k,gitdir:I,ref:O,url:x,remote:L,remoteRef:q,fastForward:Re,fastForwardOnly:Be,corsProxy:qe,singleBranch:We,headers:Qe,author:rt,committer:yt,signingKey:nt,prune:ae,pruneTags:ce})}catch(tt){throw tt.caller="git.pull",tt}}c(Lu,"Vg"),h(Lu,"pull");async function fw({fs:p,cache:s,dir:u,gitdir:d=Y(u,".git"),start:w,finish:_}){let E=await yo.read({fs:p,gitdir:d}),k=new Set,I=new Set;for(let L of w)k.add(await ze.resolve({fs:p,gitdir:d,ref:L}));for(let L of _)try{let q=await ze.resolve({fs:p,gitdir:d,ref:L});I.add(q)}catch{}let O=new Set;async function x(L){O.add(L);let{type:q,object:ae}=await jt({fs:p,cache:s,gitdir:d,oid:L});if(q==="tag"){let ce=ei.from(ae).headers().object;return x(ce)}if(q!=="commit")throw new _e(L,q,"commit");if(!E.has(L)){let ce=Wr.from(ae).headers().parent;for(L of ce)!I.has(L)&&!O.has(L)&&await x(L)}}c(x,"f"),h(x,"walk");for(let L of k)await x(L);return O}c(fw,"cx"),h(fw,"listCommitsAndTags");async function Tl({fs:p,cache:s,dir:u,gitdir:d=Y(u,".git"),oids:w}){let _=new Set;async function E(k){if(_.has(k))return;_.add(k);let{type:I,object:O}=await jt({fs:p,cache:s,gitdir:d,oid:k});if(I==="tag"){let x=ei.from(O).headers().object;await E(x)}else if(I==="commit"){let x=Wr.from(O).headers().tree;await E(x)}else if(I==="tree"){let x=Lr.from(O);for(let L of x)L.type==="blob"&&_.add(L.oid),L.type==="tree"&&await E(L.oid)}}c(E,"s"),h(E,"walk");for(let k of w)await E(k);return _}c(Tl,"gc"),h(Tl,"listObjects");async function hw(p){let s={},u="",d=zt.streamReader(p),w=await d();for(;w!==!0;)w!==null&&(u+=w.toString("utf8")+`
96
- `),w=await d();let _=u.toString("utf8").split(`
97
- `);if(w=_.shift(),!w.startsWith("unpack "))throw new ho('unpack ok" or "unpack [error message]',w);s.ok=w==="unpack ok",s.ok||(s.error=w.slice(7)),s.refs={};for(let E of _){if(E.trim()==="")continue;let k=E.slice(0,2),I=E.slice(3),O=I.indexOf(" ");O===-1&&(O=I.length);let x=I.slice(0,O),L=I.slice(O+1);s.refs[x]={ok:k==="ok",error:L}}return s}c(hw,"fx"),h(hw,"parseReceivePackResponse");async function uw({capabilities:p=[],triplets:s=[]}){let u=[],d=`\0 ${p.join(" ")}`;for(let w of s)u.push(zt.encode(`${w.oldoid} ${w.oid} ${w.fullRef}${d}
98
- `)),d="";return u.push(zt.flush()),u}c(uw,"ux"),h(uw,"writeReceivePackRequest");async function dw({fs:p,cache:s,http:u,onProgress:d,onMessage:w,onAuth:_,onAuthSuccess:E,onAuthFailure:k,onPrePush:I,gitdir:O,ref:x,remoteRef:L,remote:q,url:ae,force:ce=!1,delete:Re=!1,corsProxy:Be,headers:qe={}}){let We=x||await vi({fs:p,gitdir:O});if(typeof We>"u")throw new Ur("ref");let Qe=await ut.get({fs:p,gitdir:O});q=q||await Qe.get(`branch.${We}.pushRemote`)||await Qe.get("remote.pushDefault")||await Qe.get(`branch.${We}.remote`)||"origin";let at=ae||await Qe.get(`remote.${q}.pushurl`)||await Qe.get(`remote.${q}.url`);if(typeof at>"u")throw new Ur("remote OR url");let ot=L||await Qe.get(`branch.${We}.merge`);if(typeof at>"u")throw new Ur("remoteRef");Be===void 0&&(Be=await Qe.get("http.corsProxy"));let nt=await ze.expand({fs:p,gitdir:O,ref:We}),Ve=Re?"0000000000000000000000000000000000000000":await ze.resolve({fs:p,gitdir:O,ref:nt}),tt=Sl.getRemoteHelperFor({url:at}),rt=await tt.discover({http:u,onAuth:_,onAuthSuccess:E,onAuthFailure:k,corsProxy:Be,service:"git-receive-pack",url:at,headers:qe,protocolVersion:1}),yt=rt.auth,Dt;if(!ot)Dt=nt;else try{Dt=await ze.expandAgainstMap({ref:ot,map:rt.refs})}catch(qt){if(qt instanceof se)Dt=ot.startsWith("refs/")?ot:`refs/heads/${ot}`;else throw qt}let Zt=rt.refs.get(Dt)||"0000000000000000000000000000000000000000";if(I&&!await I({remote:q,url:at,localRef:{ref:Re?"(delete)":nt,oid:Ve},remoteRef:{ref:Dt,oid:Zt}}))throw new ul;let xt=!rt.capabilities.has("no-thin"),er=new Set;if(!Re){let qt=[...rt.refs.values()],ci=new Set;if(Zt!=="0000000000000000000000000000000000000000"){let Sr=await Rl({fs:p,cache:s,gitdir:O,oids:[Ve,Zt]});for(let bo of Sr)qt.push(bo);xt&&(ci=await Tl({fs:p,cache:s,gitdir:O,oids:Sr}))}if(!qt.includes(Ve)){let Sr=await fw({fs:p,cache:s,gitdir:O,start:[Ve],finish:qt});er=await Tl({fs:p,cache:s,gitdir:O,oids:Sr})}if(xt){try{let Sr=await ze.resolve({fs:p,gitdir:O,ref:`refs/remotes/${q}/HEAD`,depth:2}),{oid:bo}=await ze.resolveAgainstMap({ref:Sr.replace(`refs/remotes/${q}/`,""),fullref:Sr,map:rt.refs}),Jn=[bo];for(let tr of await Tl({fs:p,cache:s,gitdir:O,oids:Jn}))ci.add(tr)}catch{}for(let Sr of ci)er.delete(Sr)}if(Ve===Zt&&(ce=!0),!ce){if(nt.startsWith("refs/tags")&&Zt!=="0000000000000000000000000000000000000000")throw new hl("tag-exists");if(Ve!=="0000000000000000000000000000000000000000"&&Zt!=="0000000000000000000000000000000000000000"&&!await Eu({fs:p,cache:s,gitdir:O,oid:Ve,ancestor:Zt,depth:-1}))throw new hl("not-fast-forward")}}let ur=Jh([...rt.capabilities],["report-status","side-band-64k",`agent=${El.agent}`]),ri=await uw({capabilities:ur,triplets:[{oldoid:Zt,oid:Ve,fullRef:Dt}]}),$s=Re?[]:await Mu({fs:p,cache:s,gitdir:O,oids:[...er]}),Ls=await tt.connect({http:u,onProgress:d,corsProxy:Be,service:"git-receive-pack",url:at,auth:yt,headers:qe,body:[...ri,...$s]}),{packfile:Sd,progress:Ed}=await Ly.demux(Ls.body);if(w){let qt=Yh(Ed);vs(qt,async ci=>{await w(ci)})}let Pr=await hw(Sd);if(Ls.headers&&(Pr.headers=Ls.headers),q&&Pr.ok&&Pr.refs[Dt].ok&&!nt.startsWith("refs/tags")){let qt=`refs/remotes/${q}/${Dt.replace("refs/heads","")}`;Re?await ze.deleteRef({fs:p,gitdir:O,ref:qt}):await ze.writeRef({fs:p,gitdir:O,ref:qt,value:Ve})}if(Pr.ok&&Object.values(Pr.refs).every(qt=>qt.ok))return Pr;{let qt=Object.entries(Pr.refs).filter(([ci,Sr])=>!Sr.ok).map(([ci,Sr])=>`
99
- - ${ci}: ${Sr.error}`).join("");throw new yh(qt,Pr)}}c(dw,"dx"),h(dw,"_push");async function Uu({fs:p,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,onPrePush:k,dir:I,gitdir:O=Y(I,".git"),ref:x,remoteRef:L,remote:q="origin",url:ae,force:ce=!1,delete:Re=!1,corsProxy:Be,headers:qe={},cache:We={}}){try{return ie("fs",p),ie("http",s),ie("gitdir",O),await dw({fs:new ct(p),cache:We,http:s,onProgress:u,onMessage:d,onAuth:w,onAuthSuccess:_,onAuthFailure:E,onPrePush:k,gitdir:O,ref:x,remoteRef:L,remote:q,url:ae,force:ce,delete:Re,corsProxy:Be,headers:qe})}catch(Qe){throw Qe.caller="git.push",Qe}}c(Uu,"Gg"),h(Uu,"push");async function Wu({fs:p,cache:s,gitdir:u,oid:d}){let{type:w,object:_}=await jt({fs:p,cache:s,gitdir:u,oid:d});if(w==="tag")return d=ei.from(_).parse().object,Wu({fs:p,cache:s,gitdir:u,oid:d});if(w!=="blob")throw new _e(d,w,"blob");return{oid:d,blob:new Uint8Array(_)}}c(Wu,"Zg"),h(Wu,"resolveBlob");async function qu({fs:p,cache:s,gitdir:u,oid:d,filepath:w=void 0}){return w!==void 0&&(d=await ws({fs:p,cache:s,gitdir:u,oid:d,filepath:w})),await Wu({fs:p,cache:s,gitdir:u,oid:d})}c(qu,"Kg"),h(qu,"_readBlob");async function zu({fs:p,dir:s,gitdir:u=Y(s,".git"),oid:d,filepath:w,cache:_={}}){try{return ie("fs",p),ie("gitdir",u),ie("oid",d),await qu({fs:new ct(p),cache:_,gitdir:u,oid:d,filepath:w})}catch(E){throw E.caller="git.readBlob",E}}c(zu,"Yg"),h(zu,"readBlob");async function Ol({fs:p,dir:s,gitdir:u=Y(s,".git"),oid:d,cache:w={}}){try{return ie("fs",p),ie("gitdir",u),ie("oid",d),await an({fs:new ct(p),cache:w,gitdir:u,oid:d})}catch(_){throw _.caller="git.readCommit",_}}c(Ol,"$c"),h(Ol,"readCommit");async function pw({fs:p,cache:s,gitdir:u,ref:d="refs/notes/commits",oid:w}){let _=await ze.resolve({gitdir:u,fs:p,ref:d}),{blob:E}=await qu({fs:p,cache:s,gitdir:u,oid:_,filepath:w});return E}c(pw,"hx"),h(pw,"_readNote");async function Hu({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d="refs/notes/commits",oid:w,cache:_={}}){try{return ie("fs",p),ie("gitdir",u),ie("ref",d),ie("oid",w),await pw({fs:new ct(p),cache:_,gitdir:u,ref:d,oid:w})}catch(E){throw E.caller="git.readNote",E}}c(Hu,"Xg"),h(Hu,"readNote");async function Gu({fs:p,dir:s,gitdir:u=Y(s,".git"),oid:d,format:w="parsed",filepath:_=void 0,encoding:E=void 0,cache:k={}}){try{ie("fs",p),ie("gitdir",u),ie("oid",d);let I=new ct(p);_!==void 0&&(d=await ws({fs:I,cache:k,gitdir:u,oid:d,filepath:_}));let O=await jt({fs:I,cache:k,gitdir:u,oid:d,format:w==="parsed"?"content":w});if(O.oid=d,w==="parsed")switch(O.format="parsed",O.type){case"commit":O.object=Wr.from(O.object).parse();break;case"tree":O.object=Lr.from(O.object).entries();break;case"blob":E?O.object=O.object.toString(E):(O.object=new Uint8Array(O.object),O.format="content");break;case"tag":O.object=ei.from(O.object).parse();break;default:throw new _e(O.oid,O.type,"blob|commit|tag|tree")}else(O.format==="deflated"||O.format==="wrapped")&&(O.type=O.format);return O}catch(I){throw I.caller="git.readObject",I}}c(Gu,"Jg"),h(Gu,"readObject");async function mw({fs:p,cache:s,gitdir:u,oid:d}){let{type:w,object:_}=await jt({fs:p,cache:s,gitdir:u,oid:d,format:"content"});if(w!=="tag")throw new _e(d,w,"tag");let E=ei.from(_);return{oid:d,tag:E.parse(),payload:E.payload()}}c(mw,"px"),h(mw,"_readTag");async function Vu({fs:p,dir:s,gitdir:u=Y(s,".git"),oid:d,cache:w={}}){try{return ie("fs",p),ie("gitdir",u),ie("oid",d),await mw({fs:new ct(p),cache:w,gitdir:u,oid:d})}catch(_){throw _.caller="git.readTag",_}}c(Vu,"Qg"),h(Vu,"readTag");async function Ku({fs:p,dir:s,gitdir:u=Y(s,".git"),oid:d,filepath:w=void 0,cache:_={}}){try{return ie("fs",p),ie("gitdir",u),ie("oid",d),await on({fs:new ct(p),cache:_,gitdir:u,oid:d,filepath:w})}catch(E){throw E.caller="git.readTree",E}}c(Ku,"ey"),h(Ku,"readTree");async function Ju({fs:p,dir:s,gitdir:u=Y(s,".git"),filepath:d,cache:w={}}){try{ie("fs",p),ie("gitdir",u),ie("filepath",d),await me.acquire({fs:new ct(p),gitdir:u,cache:w},async function(_){_.delete({filepath:d})})}catch(_){throw _.caller="git.remove",_}}c(Ju,"ty"),h(Ju,"remove");async function gw({fs:p,cache:s,onSign:u,gitdir:d,ref:w="refs/notes/commits",oid:_,author:E,committer:k,signingKey:I}){let O;try{O=await ze.resolve({gitdir:d,fs:p,ref:w})}catch(q){if(!(q instanceof se))throw q}let x=(await on({fs:p,cache:s,gitdir:d,oid:O||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;x=x.filter(q=>q.path!==_);let L=await bs({fs:p,gitdir:d,tree:x});return await mo({fs:p,cache:s,onSign:u,gitdir:d,ref:w,tree:L,parent:O&&[O],message:`Note removed by 'isomorphic-git removeNote'
100
- `,author:E,committer:k,signingKey:I})}c(gw,"mx"),h(gw,"_removeNote");async function Yu({fs:p,onSign:s,dir:u,gitdir:d=Y(u,".git"),ref:w="refs/notes/commits",oid:_,author:E,committer:k,signingKey:I,cache:O={}}){try{ie("fs",p),ie("gitdir",d),ie("oid",_);let x=new ct(p),L=await _i({fs:x,gitdir:d,author:E});if(!L)throw new Tr("author");let q=await sn({fs:x,gitdir:d,author:L,committer:k});if(!q)throw new Tr("committer");return await gw({fs:x,cache:O,onSign:s,gitdir:d,ref:w,oid:_,author:L,committer:q,signingKey:I})}catch(x){throw x.caller="git.removeNote",x}}c(Yu,"ry"),h(Yu,"removeNote");async function yw({fs:p,gitdir:s,oldref:u,ref:d,checkout:w=!1}){if(!_s(d,!0))throw new wi(d,l.clean(d));if(!_s(u,!0))throw new wi(u,l.clean(u));let _=`refs/heads/${u}`,E=`refs/heads/${d}`;if(await ze.exists({fs:p,gitdir:s,ref:E}))throw new yi("branch",d,!1);let k=await ze.resolve({fs:p,gitdir:s,ref:_,depth:1});await ze.writeRef({fs:p,gitdir:s,ref:E,value:k}),await ze.deleteRef({fs:p,gitdir:s,ref:_});let I=await vi({fs:p,gitdir:s,fullname:!0})===_;(w||I)&&await ze.writeSymbolicRef({fs:p,gitdir:s,ref:"HEAD",value:E})}c(yw,"wx"),h(yw,"_renameBranch");async function Xu({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d,oldref:w,checkout:_=!1}){try{return ie("fs",p),ie("gitdir",u),ie("ref",d),ie("oldref",w),await yw({fs:new ct(p),gitdir:u,ref:d,oldref:w,checkout:_})}catch(E){throw E.caller="git.renameBranch",E}}c(Xu,"iy"),h(Xu,"renameBranch");async function Qu({gitdir:p,type:s,object:u}){return j(ds.wrap({type:s,object:u}))}c(Qu,"ny"),h(Qu,"hashObject$1");async function Zu({fs:p,dir:s,gitdir:u=Y(s,".git"),filepath:d,ref:w,cache:_={}}){try{ie("fs",p),ie("gitdir",u),ie("filepath",d);let E=new ct(p),k,I;try{k=await ze.resolve({fs:E,gitdir:u,ref:w||"HEAD"})}catch(L){if(w)throw L}if(k)try{k=await ws({fs:E,cache:_,gitdir:u,oid:k,filepath:d})}catch{k=null}let O={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:0,uid:0,gid:0,size:0},x=s&&await E.read(Y(s,d));x&&(I=await Qu({gitdir:u,type:"blob",object:x}),k===I&&(O=await E.lstat(Y(s,d)))),await me.acquire({fs:E,gitdir:u,cache:_},async function(L){L.delete({filepath:d}),k&&L.insert({filepath:d,stats:O,oid:k})})}catch(E){throw E.caller="git.reset",E}}c(Zu,"ay"),h(Zu,"resetIndex");async function ed({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d,depth:w}){try{return ie("fs",p),ie("gitdir",u),ie("ref",d),await ze.resolve({fs:new ct(p),gitdir:u,ref:d,depth:w})}catch(_){throw _.caller="git.resolveRef",_}}c(ed,"oy"),h(ed,"resolveRef");async function td({fs:p,dir:s,gitdir:u=Y(s,".git"),path:d,value:w,append:_=!1}){try{ie("fs",p),ie("gitdir",u),ie("path",d);let E=new ct(p),k=await ut.get({fs:E,gitdir:u});_?await k.append(d,w):await k.set(d,w),await ut.save({fs:E,gitdir:u,config:k})}catch(E){throw E.caller="git.setConfig",E}}c(td,"sy"),h(td,"setConfig");async function rd({fs:p,gitdir:s,commit:u}){let d=Wr.from(u).toObject();return await vr({fs:p,gitdir:s,type:"commit",object:d,format:"content"})}c(rd,"ly"),h(rd,"_writeCommit");var ww=(Kn=class{static get timezoneOffsetForRefLogEntry(){let s=new Date().getTimezoneOffset(),u=Math.abs(Math.floor(s/60)),d=Math.abs(s%60).toString().padStart(2,"0");return`${s>0?"-":"+"}${u.toString().padStart(2,"0")}${d}`}static createStashReflogEntry(s,u,d){let w=s.name.replace(/\s/g,""),_="0000000000000000000000000000000000000000",E=Math.floor(Date.now()/1e3),k=Kn.timezoneOffsetForRefLogEntry;return`${_} ${u} ${w} ${s.email} ${E} ${k} ${d}
101
- `}static getStashReflogEntry(s,u=!1){return s.split(`
102
- `).filter(d=>d).reverse().map((d,w)=>u?`stash@{${w}}: ${d.split(" ")[1]}`:d)}},c(Kn,"zo"),Kn);h(ww,"GitRefStash");var bw=ww,wS={stage:G,workdir:nn},id;async function cn(p,s){return id===void 0&&(id=new t),id.acquire(p,s)}c(cn,"ki"),h(cn,"acquireLock$1");async function _w(p,s,u,d,w=null){let _=Y(u,d),E=await p.lstat(_);if(!E)throw new se(_);if(E.isDirectory())throw new T(`${_}: file expected, but found directory`);let k=w?await nh({fs:p,gitdir:s,oid:w}):void 0,I=k?w:void 0;return k||await cn({fs:p,gitdir:s,currentFilepath:_},async()=>{let O=E.isSymbolicLink()?await p.readlink(_).then(Ph):await p.read(_);if(O===null)throw new se(_);I=await vr({fs:p,gitdir:s,type:"blob",object:O})}),I}c(_w,"yx"),h(_w,"checkAndWriteBlob");async function vw({fs:p,dir:s,gitdir:u,entries:d}){async function w(_){if(_.type==="tree"){if(!_.oid){let E=await Promise.all(_.children.map(w));_.oid=await bs({fs:p,gitdir:u,tree:E}),_.mode=16384}}else _.type==="blob"&&(_.oid=await _w(p,u,s,_.path,_.oid),_.mode=33188);return _.path=_.path.split("/").pop(),_}return c(w,"n"),h(w,"processTreeEntry"),Promise.all(d.map(w))}c(vw,"bx"),h(vw,"processTreeEntries");async function nd({fs:p,dir:s,gitdir:u,treePair:d}){let w=d[1]==="stage",_=d.map(O=>typeof O=="string"?wS[O]():O),E=[],k=await bi({fs:p,cache:{},dir:s,gitdir:u,trees:_,map:h(async(O,[x,L])=>{if(!(O==="."||await gs.isIgnored({fs:p,dir:s,gitdir:u,filepath:O}))&&L)return(!x||await x.oid()!==await L.oid()&&await L.oid()!==void 0)&&E.push([x,L]),{mode:await L.mode(),path:O,oid:await L.oid(),type:await L.type()}},"map"),reduce:h(async(O,x)=>(x=x.filter(Boolean),O?(O.children=x,O):x.length>0?x:void 0),"reduce"),iterate:h(async(O,x)=>{let L=[];for(let q of x){let[ae,ce]=q;w?ce&&(await p.exists(`${s}/${ce.toString()}`)?L.push(q):E.push([null,ce])):ae&&(ce?L.push(q):E.push([ae,null]))}return L.length?Promise.all(L.map(O)):[]},"iterate")});if(E.length===0||k.length===0)return null;let I=(await vw({fs:p,dir:s,gitdir:u,entries:k})).filter(Boolean).map(O=>({mode:O.mode,path:O.path,oid:O.oid,type:O.type}));return bs({fs:p,gitdir:u,tree:I})}c(nd,"Ow"),h(nd,"writeTreeChanges");async function Sw({fs:p,dir:s,gitdir:u,stashCommit:d,parentCommit:w,wasStaged:_}){let E=[],k=[],I=await bi({fs:p,cache:{},dir:s,gitdir:u,trees:[Or({ref:w}),Or({ref:d})],map:h(async(O,[x,L])=>{if(O==="."||await gs.isIgnored({fs:p,dir:s,gitdir:u,filepath:O}))return;let q=L?await L.type():await x.type();if(q!=="tree"&&q!=="blob")return;if(!L&&x){let ce=q==="tree"?"rmdir":"rm";return q==="tree"&&E.push(O),q==="blob"&&_&&k.push({filepath:O,oid:await x.oid()}),{method:ce,filepath:O}}let ae=await L.oid();if(!x||await x.oid()!==ae)return q==="tree"?{method:"mkdir",filepath:O}:(_&&k.push({filepath:O,oid:ae,stats:await p.lstat(Y(s,O))}),{method:"write",filepath:O,oid:ae})},"map")});await cn({fs:p,gitdir:u,dirRemoved:E,ops:I},async()=>{for(let O of I){let x=Y(s,O.filepath);switch(O.method){case"rmdir":await p.rmdir(x);break;case"mkdir":await p.mkdir(x);break;case"rm":await p.rm(x);break;case"write":if(!E.some(L=>x.startsWith(L))){let{object:L}=await jt({fs:p,cache:{},gitdir:u,oid:O.oid});await p.exists(x)&&await p.rm(x),await p.write(x,L)}break}}}),await me.acquire({fs:p,gitdir:u,cache:{}},async O=>{k.forEach(({filepath:x,stats:L,oid:q})=>{O.insert({filepath:x,stats:L,oid:q})})})}c(Sw,"_x"),h(Sw,"applyTreeChanges");var Ew=(Ei=class{constructor({fs:s,dir:u,gitdir:d=Y(u,".git")}){Object.assign(this,{fs:s,dir:u,gitdir:d,_author:null})}static get refStash(){return"refs/stash"}static get refLogsStash(){return"logs/refs/stash"}get refStashPath(){return Y(this.gitdir,Ei.refStash)}get refLogsStashPath(){return Y(this.gitdir,Ei.refLogsStash)}async getAuthor(){if(!this._author&&(this._author=await _i({fs:this.fs,gitdir:this.gitdir,author:{}}),!this._author))throw new Tr("author");return this._author}async getStashSHA(s,u){return await this.fs.exists(this.refStashPath)?(u||await this.readStashReflogs({parsed:!1}))[s].split(" ")[1]:null}async writeStashCommit({message:s,tree:u,parent:d}){return rd({fs:this.fs,gitdir:this.gitdir,commit:{message:s,tree:u,parent:d,author:await this.getAuthor(),committer:await this.getAuthor()}})}async readStashCommit(s){let u=await this.readStashReflogs({parsed:!1});if(s!==0&&(s<0||s>u.length-1))throw new wi(`stash@${s}`,"number that is in range of [0, num of stash pushed]");let d=await this.getStashSHA(s,u);return d?an({fs:this.fs,cache:{},gitdir:this.gitdir,oid:d}):{}}async writeStashRef(s){return ze.writeRef({fs:this.fs,gitdir:this.gitdir,ref:Ei.refStash,value:s})}async writeStashReflogEntry({stashCommit:s,message:u}){let d=await this.getAuthor(),w=bw.createStashReflogEntry(d,s,u),_=this.refLogsStashPath;await cn({filepath:_,entry:w},async()=>{let E=await this.fs.exists(_)?await this.fs.read(_,"utf8"):"";await this.fs.write(_,E+w,"utf8")})}async readStashReflogs({parsed:s=!1}){if(!await this.fs.exists(this.refLogsStashPath))return[];let u=await this.fs.read(this.refLogsStashPath,"utf8");return bw.getStashReflogEntry(u,s)}},c(Ei,"fi"),Ei);h(Ew,"GitStashManager");var wo=Ew;async function sd({fs:p,dir:s,gitdir:u,message:d=""}){let w=new wo({fs:p,dir:s,gitdir:u});await w.getAuthor();let _=await vi({fs:p,gitdir:u,fullname:!1}),E=await ze.resolve({fs:p,gitdir:u,ref:"HEAD"}),k=(await Ol({fs:p,dir:s,gitdir:u,oid:E})).commit.message,I=[E],O=null,x=Or({ref:"HEAD"}),L=await nd({fs:p,dir:s,gitdir:u,treePair:[Or({ref:"HEAD"}),"stage"]});if(L){let ce=await w.writeStashCommit({message:`stash-Index: WIP on ${_} - ${new Date().toISOString()}`,tree:L,parent:I});I.push(ce),O=L,x=G()}let q=await nd({fs:p,dir:s,gitdir:u,treePair:[x,"workdir"]});if(q){let ce=await w.writeStashCommit({message:`stash-WorkDir: WIP on ${_} - ${new Date().toISOString()}`,tree:q,parent:[I[I.length-1]]});I.push(ce),O=q}if(!O||!L&&!q)throw new se("changes, nothing to stash");let ae=(d.trim()||`WIP on ${_}`)+`: ${E.substring(0,7)} ${k}`;return{stashCommit:await w.writeStashCommit({message:ae,tree:O,parent:I}),stashMsg:ae,branch:_,stashMgr:w}}c(sd,"cy"),h(sd,"_createStashCommit");async function Fw({fs:p,dir:s,gitdir:u,message:d=""}){let{stashCommit:w,stashMsg:_,branch:E,stashMgr:k}=await sd({fs:p,dir:s,gitdir:u,message:d});return await k.writeStashRef(w),await k.writeStashReflogEntry({stashCommit:w,message:_}),await wl({fs:p,dir:s,gitdir:u,ref:E,track:!1,force:!0}),w}c(Fw,"vx"),h(Fw,"_stashPush");async function kw({fs:p,dir:s,gitdir:u,message:d=""}){let{stashCommit:w}=await sd({fs:p,dir:s,gitdir:u,message:d});return w}c(kw,"Fx"),h(kw,"_stashCreate");async function ad({fs:p,dir:s,gitdir:u,refIdx:d=0}){let w=await new wo({fs:p,dir:s,gitdir:u}).readStashCommit(d),{parent:_=null}=w.commit?w.commit:{};if(!(!_||!Array.isArray(_)))for(let E=0;E<_.length-1;E++){let k=(await an({fs:p,cache:{},gitdir:u,oid:_[E+1]})).commit.message.startsWith("stash-Index");await Sw({fs:p,dir:s,gitdir:u,stashCommit:_[E+1],parentCommit:_[E],wasStaged:k})}}c(ad,"fy"),h(ad,"_stashApply");async function od({fs:p,dir:s,gitdir:u,refIdx:d=0}){let w=new wo({fs:p,dir:s,gitdir:u});if(!(await w.readStashCommit(d)).commit)return;let _=w.refStashPath;await cn(_,async()=>{await p.exists(_)&&await p.rm(_)});let E=await w.readStashReflogs({parsed:!1});if(!E.length)return;E.splice(d,1);let k=w.refLogsStashPath;await cn({reflogEntries:E,stashReflogPath:k,stashMgr:w},async()=>{if(E.length){await p.write(k,E.reverse().join(`
88
+ `),await t.write(i+"/HEAD",`ref: refs/heads/${n}
89
+ `)}u(dx,"_init");async function Gq({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:l,onPostCheckout:c,dir:o,gitdir:f,url:h,corsProxy:d,ref:p,remote:m,depth:w,since:g,exclude:b,relative:_,singleBranch:S,noCheckout:F,noTags:k,headers:A,nonBlocking:v,batchSize:T=100}){try{if(await dx({fs:t,gitdir:f}),await sx({fs:t,gitdir:f,remote:m,url:h,force:!1}),d){let P=await Oe.get({fs:t,gitdir:f});await P.set("http.corsProxy",d),await Oe.save({fs:t,gitdir:f,config:P})}let{defaultBranch:E,fetchHead:R}=await ng({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:l,gitdir:f,ref:p,remote:m,corsProxy:d,depth:w,since:g,exclude:b,relative:_,singleBranch:S,headers:A,tags:!k});if(R===null)return;p=p||E,p=p.replace("refs/heads/",""),await rg({fs:t,cache:e,onProgress:i,onPostCheckout:c,dir:o,gitdir:f,ref:p,remote:m,noCheckout:F,nonBlocking:v,batchSize:T})}catch(E){throw await t.rmdir(f,{recursive:!0,maxRetries:10}).catch(()=>{}),E}}u(Gq,"_clone");async function px({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPostCheckout:l,dir:c,gitdir:o=C(c,".git"),url:f,corsProxy:h=void 0,ref:d=void 0,remote:p="origin",depth:m=void 0,since:w=void 0,exclude:g=[],relative:b=!1,singleBranch:_=!1,noCheckout:S=!1,noTags:F=!1,headers:k={},cache:A={},nonBlocking:v=!1,batchSize:T=100}){try{return O("fs",t),O("http",e),O("gitdir",o),S||O("dir",c),O("url",f),await Gq({fs:new M(t),cache:A,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPostCheckout:l,dir:c,gitdir:o,url:f,corsProxy:h,ref:d,remote:p,depth:m,since:w,exclude:g,relative:b,singleBranch:_,noCheckout:S,noTags:F,headers:k,nonBlocking:v,batchSize:T})}catch(E){throw E.caller="git.clone",E}}u(px,"clone");async function mx({fs:t,onSign:e,dir:r,gitdir:i=C(r,".git"),message:n,author:s,committer:a,signingKey:l,amend:c=!1,dryRun:o=!1,noUpdateBranch:f=!1,ref:h,parent:d,tree:p,cache:m={}}){try{O("fs",t),c||O("message",n),l&&O("onSign",e);let w=new M(t);return await Wh({fs:w,cache:m,onSign:e,gitdir:i,message:n,author:s,committer:a,signingKey:l,amend:c,dryRun:o,noUpdateBranch:f,ref:h,parent:d,tree:p})}catch(w){throw w.caller="git.commit",w}}u(mx,"commit");async function wx({fs:t,dir:e,gitdir:r=C(e,".git"),fullname:i=!1,test:n=!1}){try{return O("fs",t),O("gitdir",r),await Ui({fs:new M(t),gitdir:r,fullname:i,test:n})}catch(s){throw s.caller="git.currentBranch",s}}u(wx,"currentBranch");async function Zq({fs:t,gitdir:e,ref:r}){if(r=r.startsWith("refs/heads/")?r:`refs/heads/${r}`,!await $.exists({fs:t,gitdir:e,ref:r}))throw new pe(r);let n=await $.expand({fs:t,gitdir:e,ref:r}),s=await Ui({fs:t,gitdir:e,fullname:!0});if(n===s){let c=await $.resolve({fs:t,gitdir:e,ref:n});await $.writeRef({fs:t,gitdir:e,ref:"HEAD",value:c})}await $.deleteRef({fs:t,gitdir:e,ref:n});let a=An(r),l=await Oe.get({fs:t,gitdir:e});await l.deleteSection("branch",a),await Oe.save({fs:t,gitdir:e,config:l})}u(Zq,"_deleteBranch");async function yx({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i}){try{return O("fs",t),O("ref",i),await Zq({fs:new M(t),gitdir:r,ref:i})}catch(n){throw n.caller="git.deleteBranch",n}}u(yx,"deleteBranch");async function gx({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i}){try{O("fs",t),O("ref",i),await $.deleteRef({fs:new M(t),gitdir:r,ref:i})}catch(n){throw n.caller="git.deleteRef",n}}u(gx,"deleteRef");async function Kq({fs:t,gitdir:e,remote:r}){let i=await Oe.get({fs:t,gitdir:e});await i.deleteSection("remote",r),await Oe.save({fs:t,gitdir:e,config:i})}u(Kq,"_deleteRemote");async function bx({fs:t,dir:e,gitdir:r=C(e,".git"),remote:i}){try{return O("fs",t),O("remote",i),await Kq({fs:new M(t),gitdir:r,remote:i})}catch(n){throw n.caller="git.deleteRemote",n}}u(bx,"deleteRemote");async function Jq({fs:t,gitdir:e,ref:r}){r=r.startsWith("refs/tags/")?r:`refs/tags/${r}`,await $.deleteRef({fs:t,gitdir:e,ref:r})}u(Jq,"_deleteTag");async function _x({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i}){try{return O("fs",t),O("ref",i),await Jq({fs:new M(t),gitdir:r,ref:i})}catch(n){throw n.caller="git.deleteTag",n}}u(_x,"deleteTag");async function Yq({fs:t,gitdir:e,oid:r}){let i=r.slice(0,2);return(await t.readdir(`${e}/objects/${i}`)).map(s=>`${i}${s}`).filter(s=>s.startsWith(r))}u(Yq,"expandOidLoose");async function Xq({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:n}){let s=[],a=await t.readdir(C(r,"objects/pack"));a=a.filter(l=>l.endsWith(".idx"));for(let l of a){let c=`${r}/objects/pack/${l}`,o=await tg({fs:t,cache:e,filename:c,getExternalRefDelta:n});if(o.error)throw new H(o.error);for(let f of o.offsets.keys())f.startsWith(i)&&s.push(f)}return s}u(Xq,"expandOidPacked");async function Qq({fs:t,cache:e,gitdir:r,oid:i}){let n=u(l=>ge({fs:t,cache:e,gitdir:r,oid:l}),"getExternalRefDelta"),s=await Yq({fs:t,gitdir:r,oid:i}),a=await Xq({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:n});for(let l of a)s.indexOf(l)===-1&&s.push(l);if(s.length===1)return s[0];throw s.length>1?new Wl("oids",i,s):new pe(`an object matching "${i}"`)}u(Qq,"_expandOid");async function vx({fs:t,dir:e,gitdir:r=C(e,".git"),oid:i,cache:n={}}){try{return O("fs",t),O("gitdir",r),O("oid",i),await Qq({fs:new M(t),cache:n,gitdir:r,oid:i})}catch(s){throw s.caller="git.expandOid",s}}u(vx,"expandOid");async function Sx({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i}){try{return O("fs",t),O("gitdir",r),O("ref",i),await $.expand({fs:new M(t),gitdir:r,ref:i})}catch(n){throw n.caller="git.expandRef",n}}u(Sx,"expandRef");async function sg({fs:t,cache:e,gitdir:r,oids:i}){let n={},s=i.length,a=i.map((l,c)=>({index:c,oid:l}));for(;a.length;){let l=new Set;for(let{oid:o,index:f}of a)n[o]||(n[o]=new Set),n[o].add(f),n[o].size===s&&l.add(o);if(l.size>0)return[...l];let c=new Map;for(let{oid:o,index:f}of a)try{let{object:h}=await ge({fs:t,cache:e,gitdir:r,oid:o}),d=At.from(h),{parent:p}=d.parseHeaders();for(let m of p)(!n[m]||!n[m].has(f))&&c.set(m+":"+f,{oid:m,index:f})}catch{}a=Array.from(c.values())}return[]}u(sg,"_findMergeBase");var My=/^.*(\r?\n|$)/gm;function e5({branches:t,contents:e}){let r=t[1],i=t[2],n=e[0],s=e[1],a=e[2],l=s.match(My),c=n.match(My),o=a.match(My),f=N6(l,c,o),h=7,d="",p=!0;for(let m of f)m.ok&&(d+=m.ok.join("")),m.conflict&&(p=!1,d+=`${"<".repeat(h)} ${r}
90
+ `,d+=m.conflict.a.join(""),d+=`${"=".repeat(h)}
91
+ `,d+=m.conflict.b.join(""),d+=`${">".repeat(h)} ${i}
92
+ `);return{cleanMerge:p,mergedText:d}}u(e5,"mergeFile");async function t5({fs:t,cache:e,dir:r,gitdir:i=C(r,".git"),index:n,ourOid:s,baseOid:a,theirOid:l,ourName:c="ours",baseName:o="base",theirName:f="theirs",dryRun:h=!1,abortOnConflict:d=!0,mergeDriver:p}){let m=jt({ref:s}),w=jt({ref:a}),g=jt({ref:l}),b=[],_=[],S=[],F=[],k=await Li({fs:t,cache:e,dir:r,gitdir:i,trees:[m,w,g],map:u(async function(A,[v,T,E]){let R=Zu(A),P=await Qu(v,T),I=await Qu(E,T);switch(`${P}-${I}`){case"false-false":return{mode:await T.mode(),path:R,oid:await T.oid(),type:await T.type()};case"false-true":return!E&&await v.type()==="tree"?{mode:await v.mode(),path:R,oid:await v.oid(),type:await v.type()}:E?{mode:await E.mode(),path:R,oid:await E.oid(),type:await E.type()}:void 0;case"true-false":return!v&&await E.type()==="tree"?{mode:await E.mode(),path:R,oid:await E.oid(),type:await E.type()}:v?{mode:await v.mode(),path:R,oid:await v.oid(),type:await v.type()}:void 0;case"true-true":{if(v&&E&&await v.type()==="tree"&&await E.type()==="tree")return{mode:await v.mode(),path:R,oid:await v.oid(),type:"tree"};if(v&&E&&await v.type()==="blob"&&await E.type()==="blob")return r5({fs:t,gitdir:i,path:R,ours:v,base:T,theirs:E,ourName:c,baseName:o,theirName:f,mergeDriver:p}).then(async B=>{if(B.cleanMerge)d||n.insert({filepath:A,oid:B.mergeResult.oid,stage:0});else if(b.push(A),_.push(A),!d){let z="";T&&await T.type()==="blob"&&(z=await T.oid());let we=await v.oid(),st=await E.oid();n.delete({filepath:A}),z&&n.insert({filepath:A,oid:z,stage:1}),n.insert({filepath:A,oid:we,stage:2}),n.insert({filepath:A,oid:st,stage:3})}return B.mergeResult});if(T&&!v&&E&&await T.type()==="blob"&&await E.type()==="blob"){if(b.push(A),S.push(A),!d){let B=await T.oid(),z=await E.oid();n.delete({filepath:A}),n.insert({filepath:A,oid:B,stage:1}),n.insert({filepath:A,oid:z,stage:3})}return{mode:await E.mode(),oid:await E.oid(),type:"blob",path:R}}if(T&&v&&!E&&await T.type()==="blob"&&await v.type()==="blob"){if(b.push(A),F.push(A),!d){let B=await T.oid(),z=await v.oid();n.delete({filepath:A}),n.insert({filepath:A,oid:B,stage:1}),n.insert({filepath:A,oid:z,stage:2})}return{mode:await v.mode(),oid:await v.oid(),type:"blob",path:R}}if(T&&!v&&!E&&(await T.type()==="blob"||await T.type()==="tree"))return;throw new Da}}},"map"),reduce:b.length!==0&&(!r||d)?void 0:async(A,v)=>{let T=v.filter(Boolean);if(A&&!(A&&A.type==="tree"&&T.length===0&&A.path!==".")){if(T.length>0||A.path==="."&&T.length===0){let R=new Rt(T).toObject(),P=await Pt({fs:t,gitdir:i,type:"tree",object:R,dryRun:h});A.oid=P}return A}}});return b.length!==0?(r&&!d&&await Li({fs:t,cache:e,dir:r,gitdir:i,trees:[jt({ref:k.oid})],map:u(async function(A,[v]){let T=`${r}/${A}`;if(await v.type()==="blob"){let E=await v.mode(),R=new TextDecoder().decode(await v.content());await t.write(T,R,{mode:E})}return!0},"map")}),new Ca(b,_,S,F)):k.oid}u(t5,"mergeTree");async function r5({fs:t,gitdir:e,path:r,ours:i,base:n,theirs:s,ourName:a,theirName:l,baseName:c,dryRun:o,mergeDriver:f=e5}){let h="blob",d="100755",p="",m="";n&&await n.type()==="blob"&&(d=await n.mode(),p=await n.oid(),m=Buffer.from(await n.content()).toString("utf8"));let w=d===await i.mode()?await s.mode():await i.mode();if(await i.oid()===await s.oid())return{cleanMerge:!0,mergeResult:{mode:w,path:r,oid:await i.oid(),type:h}};if(await i.oid()===p)return{cleanMerge:!0,mergeResult:{mode:w,path:r,oid:await s.oid(),type:h}};if(await s.oid()===p)return{cleanMerge:!0,mergeResult:{mode:w,path:r,oid:await i.oid(),type:h}};let g=Buffer.from(await i.content()).toString("utf8"),b=Buffer.from(await s.content()).toString("utf8"),{mergedText:_,cleanMerge:S}=await f({branches:[c,a,l],contents:[m,g,b],path:r}),F=await Pt({fs:t,gitdir:e,type:"blob",object:Buffer.from(_,"utf8"),dryRun:o});return{cleanMerge:S,mergeResult:{mode:w,path:r,oid:F,type:h}}}u(r5,"mergeBlobs");async function Ex({fs:t,cache:e,dir:r,gitdir:i,ours:n,theirs:s,fastForward:a=!0,fastForwardOnly:l=!1,dryRun:c=!1,noUpdateBranch:o=!1,abortOnConflict:f=!0,message:h,author:d,committer:p,signingKey:m,onSign:w,mergeDriver:g,allowUnrelatedHistories:b=!1}){n===void 0&&(n=await Ui({fs:t,gitdir:i,fullname:!0})),n=await $.expand({fs:t,gitdir:i,ref:n}),s=await $.expand({fs:t,gitdir:i,ref:s});let _=await $.resolve({fs:t,gitdir:i,ref:n}),S=await $.resolve({fs:t,gitdir:i,ref:s}),F=await sg({fs:t,cache:e,gitdir:i,oids:[_,S]});if(F.length!==1)if(F.length===0&&b)F.push("4b825dc642cb6eb9a060e54bf8d69288fbee4904");else throw new Da;let k=F[0];if(k===S)return{oid:_,alreadyMerged:!0};if(a&&k===_)return!c&&!o&&await $.writeRef({fs:t,gitdir:i,ref:n,value:S}),{oid:S,fastForward:!0};{if(l)throw new Zl;let A=await Pe.acquire({fs:t,gitdir:i,cache:e,allowUnmerged:!1},async T=>t5({fs:t,cache:e,dir:r,gitdir:i,index:T,ourOid:_,theirOid:S,baseOid:k,ourName:An(n),baseName:"base",theirName:An(s),dryRun:c,abortOnConflict:f,mergeDriver:g}));if(A instanceof Ca)throw A;return h||(h=`Merge branch '${An(s)}' into ${An(n)}`),{oid:await Wh({fs:t,cache:e,gitdir:i,message:h,ref:n,tree:A,parent:[_,S],author:d,committer:p,signingKey:m,onSign:w,dryRun:c,noUpdateBranch:o}),tree:A,mergeCommit:!0}}}u(Ex,"_merge");async function Fx({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:l,dir:c,gitdir:o,ref:f,url:h,remote:d,remoteRef:p,prune:m,pruneTags:w,fastForward:g,fastForwardOnly:b,corsProxy:_,singleBranch:S,headers:F,author:k,committer:A,signingKey:v}){try{if(!f){let R=await Ui({fs:t,gitdir:o});if(!R)throw new Ot("ref");f=R}let{fetchHead:T,fetchHeadDescription:E}=await ng({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:l,gitdir:o,corsProxy:_,ref:f,url:h,remote:d,remoteRef:p,singleBranch:S,headers:F,prune:m,pruneTags:w});await Ex({fs:t,cache:e,gitdir:o,ours:f,theirs:T,fastForward:g,fastForwardOnly:b,message:`Merge ${E}`,author:k,committer:A,signingKey:v,dryRun:!1,noUpdateBranch:!1}),await rg({fs:t,cache:e,onProgress:i,dir:c,gitdir:o,ref:f,remote:d,noCheckout:!1})}catch(T){throw T.caller="git.pull",T}}u(Fx,"_pull");async function kx({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:l,gitdir:c=C(l,".git"),ref:o,url:f,remote:h,remoteRef:d,corsProxy:p,singleBranch:m,headers:w={},cache:g={}}){try{O("fs",t),O("http",e),O("gitdir",c);let b={name:"",email:"",timestamp:Date.now(),timezoneOffset:0};return await Fx({fs:new M(t),cache:g,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:l,gitdir:c,ref:o,url:f,remote:h,remoteRef:d,fastForwardOnly:!0,corsProxy:p,singleBranch:m,headers:w,author:b,committer:b})}catch(b){throw b.caller="git.fastForward",b}}u(kx,"fastForward");async function Tx({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:l,gitdir:c=C(l,".git"),ref:o,remote:f,remoteRef:h,url:d,corsProxy:p,depth:m=null,since:w=null,exclude:g=[],relative:b=!1,tags:_=!1,singleBranch:S=!1,headers:F={},prune:k=!1,pruneTags:A=!1,cache:v={}}){try{return O("fs",t),O("http",e),O("gitdir",c),await ng({fs:new M(t),cache:v,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,gitdir:c,ref:o,remote:f,remoteRef:h,url:d,corsProxy:p,depth:m,since:w,exclude:g,relative:b,tags:_,singleBranch:S,headers:F,prune:k,pruneTags:A})}catch(T){throw T.caller="git.fetch",T}}u(Tx,"fetch");async function xx({fs:t,dir:e,gitdir:r=C(e,".git"),oids:i,cache:n={}}){try{return O("fs",t),O("gitdir",r),O("oids",i),await sg({fs:new M(t),cache:n,gitdir:r,oids:i})}catch(s){throw s.caller="git.findMergeBase",s}}u(xx,"findMergeBase");async function Ox({fs:t,filepath:e}){if(await t.exists(C(e,".git")))return e;{let r=Pa(e);if(r===e)throw new pe(`git root for ${e}`);return Ox({fs:t,filepath:r})}}u(Ox,"_findRoot");async function Rx({fs:t,filepath:e}){try{return O("fs",t),O("filepath",e),await Ox({fs:new M(t),filepath:e})}catch(r){throw r.caller="git.findRoot",r}}u(Rx,"findRoot");async function Ax({fs:t,dir:e,gitdir:r=C(e,".git"),path:i}){try{return O("fs",t),O("gitdir",r),O("path",i),await ic({fs:new M(t),gitdir:r,path:i})}catch(n){throw n.caller="git.getConfig",n}}u(Ax,"getConfig");async function i5({fs:t,gitdir:e,path:r}){return(await Oe.get({fs:t,gitdir:e})).getall(r)}u(i5,"_getConfigAll");async function Px({fs:t,dir:e,gitdir:r=C(e,".git"),path:i}){try{return O("fs",t),O("gitdir",r),O("path",i),await i5({fs:new M(t),gitdir:r,path:i})}catch(n){throw n.caller="git.getConfigAll",n}}u(Px,"getConfigAll");async function Nx({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,url:s,headers:a={},forPush:l=!1}){try{O("http",t),O("url",s);let o=await qa.getRemoteHelperFor({url:s}).discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,service:l?"git-receive-pack":"git-upload-pack",url:s,headers:a,protocolVersion:1}),f={capabilities:[...o.capabilities]};for(let[h,d]of o.refs){let p=h.split("/"),m=p.pop(),w=f;for(let g of p)w[g]=w[g]||{},w=w[g];w[m]=d}for(let[h,d]of o.symrefs){let p=h.split("/"),m=p.pop(),w=f;for(let g of p)w[g]=w[g]||{},w=w[g];w[m]=d}return f}catch(c){throw c.caller="git.getRemoteInfo",c}}u(Nx,"getRemoteInfo");function Dx(t,e,r,i){let n=[];for(let[s,a]of t.refs){if(e&&!s.startsWith(e))continue;if(s.endsWith("^{}")){if(i){let c=s.replace("^{}",""),o=n[n.length-1],f=o.ref===c?o:n.find(h=>h.ref===c);if(f===void 0)throw new Error("I did not expect this to happen");f.peeled=a}continue}let l={ref:s,oid:a};r&&t.symrefs.has(s)&&(l.target=t.symrefs.get(s)),n.push(l)}return n}u(Dx,"formatInfoRefs");async function Cx({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,url:s,headers:a={},forPush:l=!1,protocolVersion:c=2}){try{O("http",t),O("url",s);let f=await qa.getRemoteHelperFor({url:s}).discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,service:l?"git-receive-pack":"git-upload-pack",url:s,headers:a,protocolVersion:c});if(f.protocolVersion===2)return{protocolVersion:f.protocolVersion,capabilities:f.capabilities2};let h={};for(let d of f.capabilities){let[p,m]=d.split("=");m?h[p]=m:h[p]=!0}return{protocolVersion:1,capabilities:h,refs:Dx(f,void 0,!0,!0)}}catch(o){throw o.caller="git.getRemoteInfo2",o}}u(Cx,"getRemoteInfo2");async function n5({type:t,object:e,format:r="content",oid:i=void 0}){return r!=="deflated"&&(r!=="wrapped"&&(e=$i.wrap({type:t,object:e})),i=await si(e)),{oid:i,object:e}}u(n5,"hashObject");async function Ix({object:t}){try{O("object",t),typeof t=="string"?t=Buffer.from(t,"utf8"):t instanceof Uint8Array||(t=new Uint8Array(t));let e="blob",{oid:r,object:i}=await n5({type:e,format:"content",object:t});return{oid:r,type:e,object:i,format:"wrapped"}}catch(e){throw e.caller="git.hashBlob",e}}u(Ix,"hashBlob");async function s5({fs:t,cache:e,onProgress:r,dir:i,gitdir:n,filepath:s}){try{s=C(i,s);let a=await t.read(s),l=u(o=>ge({fs:t,cache:e,gitdir:n,oid:o}),"getExternalRefDelta"),c=await zl.fromPack({pack:a,getExternalRefDelta:l,onProgress:r});return await t.write(s.replace(/\.pack$/,".idx"),await c.toBuffer()),{oids:[...c.hashes]}}catch(a){throw a.caller="git.indexPack",a}}u(s5,"_indexPack");async function $x({fs:t,onProgress:e,dir:r,gitdir:i=C(r,".git"),filepath:n,cache:s={}}){try{return O("fs",t),O("dir",r),O("gitdir",r),O("filepath",n),await s5({fs:new M(t),cache:s,onProgress:e,dir:r,gitdir:i,filepath:n})}catch(a){throw a.caller="git.indexPack",a}}u($x,"indexPack");async function Bx({fs:t,bare:e=!1,dir:r,gitdir:i=e?r:C(r,".git"),defaultBranch:n="master"}){try{return O("fs",t),O("gitdir",i),e||O("dir",r),await dx({fs:new M(t),bare:e,dir:r,gitdir:i,defaultBranch:n})}catch(s){throw s.caller="git.init",s}}u(Bx,"init");async function Lx({fs:t,cache:e,gitdir:r,oid:i,ancestor:n,depth:s}){let a=await Nn.read({fs:t,gitdir:r});if(!i)throw new Ot("oid");if(!n)throw new Ot("ancestor");if(i===n)return!1;let l=[i],c=new Set,o=0;for(;l.length;){if(o++===s)throw new Jl(s);let f=l.shift(),{type:h,object:d}=await ge({fs:t,cache:e,gitdir:r,oid:f});if(h!=="commit")throw new _t(f,h,"commit");let p=At.from(d).parse();for(let m of p.parent)if(m===n)return!0;if(!a.has(f))for(let m of p.parent)c.has(m)||(l.push(m),c.add(m))}return!1}u(Lx,"_isDescendent");async function Mx({fs:t,dir:e,gitdir:r=C(e,".git"),oid:i,ancestor:n,depth:s=-1,cache:a={}}){try{return O("fs",t),O("gitdir",r),O("oid",i),O("ancestor",n),await Lx({fs:new M(t),cache:a,gitdir:r,oid:i,ancestor:n,depth:s})}catch(l){throw l.caller="git.isDescendent",l}}u(Mx,"isDescendent");async function jx({fs:t,dir:e,gitdir:r=C(e,".git"),filepath:i}){try{return O("fs",t),O("dir",e),O("gitdir",r),O("filepath",i),Mi.isIgnored({fs:new M(t),dir:e,gitdir:r,filepath:i})}catch(n){throw n.caller="git.isIgnored",n}}u(jx,"isIgnored");async function qx({fs:t,dir:e,gitdir:r=C(e,".git"),remote:i}){try{return O("fs",t),O("gitdir",r),$.listBranches({fs:new M(t),gitdir:r,remote:i})}catch(n){throw n.caller="git.listBranches",n}}u(qx,"listBranches");async function a5({fs:t,gitdir:e,ref:r,cache:i}){if(r){let n=await $.resolve({gitdir:e,fs:t,ref:r}),s=[];return await Ux({fs:t,cache:i,gitdir:e,oid:n,filenames:s,prefix:""}),s}else return Pe.acquire({fs:t,gitdir:e,cache:i},async function(n){return n.entries.map(s=>s.path)})}u(a5,"_listFiles");async function Ux({fs:t,cache:e,gitdir:r,oid:i,filenames:n,prefix:s}){let{tree:a}=await Wa({fs:t,cache:e,gitdir:r,oid:i});for(let l of a)l.type==="tree"?await Ux({fs:t,cache:e,gitdir:r,oid:l.oid,filenames:n,prefix:C(s,l.path)}):n.push(C(s,l.path))}u(Ux,"accumulateFilesFromOid");async function zx({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i,cache:n={}}){try{return O("fs",t),O("gitdir",r),await a5({fs:new M(t),cache:n,gitdir:r,ref:i})}catch(s){throw s.caller="git.listFiles",s}}u(zx,"listFiles");async function o5({fs:t,cache:e,gitdir:r,ref:i}){let n;try{n=await $.resolve({gitdir:r,fs:t,ref:i})}catch(l){if(l instanceof pe)return[]}return(await Wa({fs:t,cache:e,gitdir:r,oid:n})).tree.map(l=>({target:l.path,note:l.oid}))}u(o5,"_listNotes");async function Wx({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i="refs/notes/commits",cache:n={}}){try{return O("fs",t),O("gitdir",r),O("ref",i),await o5({fs:new M(t),cache:n,gitdir:r,ref:i})}catch(s){throw s.caller="git.listNotes",s}}u(Wx,"listNotes");async function Hx({fs:t,dir:e,gitdir:r=C(e,".git"),filepath:i}){try{return O("fs",t),O("gitdir",r),$.listRefs({fs:new M(t),gitdir:r,filepath:i})}catch(n){throw n.caller="git.listRefs",n}}u(Hx,"listRefs");async function l5({fs:t,gitdir:e}){let r=await Oe.get({fs:t,gitdir:e}),i=await r.getSubsections("remote");return Promise.all(i.map(async s=>{let a=await r.get(`remote.${s}.url`);return{remote:s,url:a}}))}u(l5,"_listRemotes");async function Vx({fs:t,dir:e,gitdir:r=C(e,".git")}){try{return O("fs",t),O("gitdir",r),await l5({fs:new M(t),gitdir:r})}catch(i){throw i.caller="git.listRemotes",i}}u(Vx,"listRemotes");async function c5(t){let e=Te.streamReader(t),r=[],i;for(;i=await e(),i!==!0;){if(i===null)continue;i=i.toString("utf8").replace(/\n$/,"");let[n,s,...a]=i.split(" "),l={ref:s,oid:n};for(let c of a){let[o,f]=c.split(":");o==="symref-target"?l.target=f:o==="peeled"&&(l.peeled=f)}r.push(l)}return r}u(c5,"parseListRefsResponse");async function f5({prefix:t,symrefs:e,peelTags:r}){let i=[];return i.push(Te.encode(`command=ls-refs
93
+ `)),i.push(Te.encode(`agent=${Hh.agent}
94
+ `)),(r||e||t)&&i.push(Te.delim()),r&&i.push(Te.encode("peel")),e&&i.push(Te.encode("symrefs")),t&&i.push(Te.encode(`ref-prefix ${t}`)),i.push(Te.flush()),i}u(f5,"writeListRefsRequest");async function Gx({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,url:s,headers:a={},forPush:l=!1,protocolVersion:c=2,prefix:o,symrefs:f,peelTags:h}){try{O("http",t),O("url",s);let d=await ja.discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,service:l?"git-receive-pack":"git-upload-pack",url:s,headers:a,protocolVersion:c});if(d.protocolVersion===1)return Dx(d,o,f,h);let p=await f5({prefix:o,symrefs:f,peelTags:h}),m=await ja.connect({http:t,auth:d.auth,headers:a,corsProxy:n,service:l?"git-receive-pack":"git-upload-pack",url:s,body:p});return c5(m.body)}catch(d){throw d.caller="git.listServerRefs",d}}u(Gx,"listServerRefs");async function Zx({fs:t,dir:e,gitdir:r=C(e,".git")}){try{return O("fs",t),O("gitdir",r),$.listTags({fs:new M(t),gitdir:r})}catch(i){throw i.caller="git.listTags",i}}u(Zx,"listTags");function u5(t,e){return t.committer.timestamp-e.committer.timestamp}u(u5,"compareAge");var h5="e69de29bb2d1d6434b8b29ae775ad8c2e48c5391";async function BT({fs:t,cache:e,gitdir:r,oid:i,fileId:n}){if(n===h5)return;let s=i,a,l=await Ba({fs:t,cache:e,gitdir:r,oid:i}),c=l.tree;return n===l.oid?a=l.path:(a=await Kx({fs:t,cache:e,gitdir:r,tree:c,fileId:n,oid:s}),Array.isArray(a)&&(a.length===0?a=void 0:a.length===1&&(a=a[0]))),a}u(BT,"resolveFileIdInTree");async function Kx({fs:t,cache:e,gitdir:r,tree:i,fileId:n,oid:s,filepaths:a=[],parentPath:l=""}){let c=i.entries().map(function(o){let f;return o.oid===n?(f=C(l,o.path),a.push(f)):o.type==="tree"&&(f=ge({fs:t,cache:e,gitdir:r,oid:o.oid}).then(function({object:h}){return Kx({fs:t,cache:e,gitdir:r,tree:Rt.from(h),fileId:n,oid:s,filepaths:a,parentPath:C(l,o.path)})})),f});return await Promise.all(c),a}u(Kx,"_resolveFileId");async function d5({fs:t,cache:e,gitdir:r,filepath:i,ref:n,depth:s,since:a,force:l,follow:c}){let o=typeof a>"u"?void 0:Math.floor(a.valueOf()/1e3),f=[],h=await Nn.read({fs:t,gitdir:r}),d=await $.resolve({fs:t,gitdir:r,ref:n}),p=[await Ma({fs:t,cache:e,gitdir:r,oid:d})],m,w,g;function b(_){g&&i&&f.push(_)}for(u(b,"endCommit");p.length>0;){let _=p.pop();if(o!==void 0&&_.commit.committer.timestamp<=o)break;if(i){let S;try{S=await sc({fs:t,cache:e,gitdir:r,oid:_.commit.tree,filepath:i}),w&&m!==S&&f.push(w),m=S,w=_,g=!0}catch(F){if(F instanceof pe){let k=c&&m;if(k&&(k=await BT({fs:t,cache:e,gitdir:r,oid:_.commit.tree,fileId:m}),k))if(Array.isArray(k)){if(w){let A=await BT({fs:t,cache:e,gitdir:r,oid:w.commit.tree,fileId:m});if(Array.isArray(A))if(k=k.filter(v=>A.indexOf(v)===-1),k.length===1)k=k[0],i=k,w&&f.push(w);else{k=!1,w&&f.push(w);break}}}else i=k,w&&f.push(w);if(!k){if(g&&m&&(f.push(w),!l))break;if(!l&&!c)throw F}w=_,g=!1}else throw F}}else f.push(_);if(s!==void 0&&f.length===s){b(_);break}if(!h.has(_.oid))for(let S of _.commit.parent){let F=await Ma({fs:t,cache:e,gitdir:r,oid:S});p.map(k=>k.oid).includes(F.oid)||p.push(F)}p.length===0&&b(_),p.sort((S,F)=>u5(S.commit,F.commit))}return f}u(d5,"_log");async function Jx({fs:t,dir:e,gitdir:r=C(e,".git"),filepath:i,ref:n="HEAD",depth:s,since:a,force:l,follow:c,cache:o={}}){try{return O("fs",t),O("gitdir",r),O("ref",n),await d5({fs:new M(t),cache:o,gitdir:r,filepath:i,ref:n,depth:s,since:a,force:l,follow:c})}catch(f){throw f.caller="git.log",f}}u(Jx,"log");async function Yx({fs:t,onSign:e,dir:r,gitdir:i=C(r,".git"),ours:n,theirs:s,fastForward:a=!0,fastForwardOnly:l=!1,dryRun:c=!1,noUpdateBranch:o=!1,abortOnConflict:f=!0,message:h,author:d,committer:p,signingKey:m,cache:w={},mergeDriver:g,allowUnrelatedHistories:b=!1}){try{O("fs",t),m&&O("onSign",e);let _=new M(t),S=await ji({fs:_,gitdir:i,author:d});if(!S&&(!l||!a))throw new ft("author");let F=await La({fs:_,gitdir:i,author:S,committer:p});if(!F&&(!l||!a))throw new ft("committer");return await Ex({fs:_,cache:w,dir:r,gitdir:i,ours:n,theirs:s,fastForward:a,fastForwardOnly:l,dryRun:c,noUpdateBranch:o,abortOnConflict:f,message:h,author:S,committer:F,signingKey:m,onSign:e,mergeDriver:g,allowUnrelatedHistories:b})}catch(_){throw _.caller="git.merge",_}}u(Yx,"merge");var p5={commit:16,tree:32,blob:48,tag:64,ofs_delta:96,ref_delta:112};async function Xx({fs:t,cache:e,dir:r,gitdir:i=C(r,".git"),oids:n}){let s=new MT,a=[];function l(f,h){let d=Buffer.from(f,h);a.push(d),s.update(d)}u(l,"write");async function c({stype:f,object:h}){let d=p5[f],p=h.length,m=p>15?128:0,w=p&15;p=p>>>4;let g=(m|d|w).toString(16);for(l(g,"hex");m;)m=p>127?128:0,g=m|p&127,l(Qy(2,g),"hex"),p=p>>>7;l(Buffer.from(await YT(h)))}u(c,"writeObject"),l("PACK"),l("00000002","hex"),l(Qy(8,n.length),"hex");for(let f of n){let{type:h,object:d}=await ge({fs:t,cache:e,gitdir:i,oid:f});await c({write:l,object:d,stype:h})}let o=s.digest();return a.push(o),a}u(Xx,"_pack");async function m5({fs:t,cache:e,gitdir:r,oids:i,write:n}){let s=await Xx({fs:t,cache:e,gitdir:r,oids:i}),a=Buffer.from(await eh(s)),c=`pack-${a.slice(-20).toString("hex")}.pack`;return n?(await t.write(C(r,`objects/pack/${c}`),a),{filename:c}):{filename:c,packfile:new Uint8Array(a)}}u(m5,"_packObjects");async function Qx({fs:t,dir:e,gitdir:r=C(e,".git"),oids:i,write:n=!1,cache:s={}}){try{return O("fs",t),O("gitdir",r),O("oids",i),await m5({fs:new M(t),cache:s,gitdir:r,oids:i,write:n})}catch(a){throw a.caller="git.packObjects",a}}u(Qx,"packObjects");async function eO({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:l,gitdir:c=C(l,".git"),ref:o,url:f,remote:h,remoteRef:d,prune:p=!1,pruneTags:m=!1,fastForward:w=!0,fastForwardOnly:g=!1,corsProxy:b,singleBranch:_,headers:S={},author:F,committer:k,signingKey:A,cache:v={}}){try{O("fs",t),O("gitdir",c);let T=new M(t),E=await ji({fs:T,gitdir:c,author:F});if(!E)throw new ft("author");let R=await La({fs:T,gitdir:c,author:E,committer:k});if(!R)throw new ft("committer");return await Fx({fs:T,cache:v,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:l,gitdir:c,ref:o,url:f,remote:h,remoteRef:d,fastForward:w,fastForwardOnly:g,corsProxy:b,singleBranch:_,headers:S,author:E,committer:R,signingKey:A,prune:p,pruneTags:m})}catch(T){throw T.caller="git.pull",T}}u(eO,"pull");async function w5({fs:t,cache:e,dir:r,gitdir:i=C(r,".git"),start:n,finish:s}){let a=await Nn.read({fs:t,gitdir:i}),l=new Set,c=new Set;for(let h of n)l.add(await $.resolve({fs:t,gitdir:i,ref:h}));for(let h of s)try{let d=await $.resolve({fs:t,gitdir:i,ref:h});c.add(d)}catch{}let o=new Set;async function f(h){o.add(h);let{type:d,object:p}=await ge({fs:t,cache:e,gitdir:i,oid:h});if(d==="tag"){let w=qt.from(p).headers().object;return f(w)}if(d!=="commit")throw new _t(h,d,"commit");if(!a.has(h)){let w=At.from(p).headers().parent;for(h of w)!c.has(h)&&!o.has(h)&&await f(h)}}u(f,"walk");for(let h of l)await f(h);return o}u(w5,"listCommitsAndTags");async function jy({fs:t,cache:e,dir:r,gitdir:i=C(r,".git"),oids:n}){let s=new Set;async function a(l){if(s.has(l))return;s.add(l);let{type:c,object:o}=await ge({fs:t,cache:e,gitdir:i,oid:l});if(c==="tag"){let h=qt.from(o).headers().object;await a(h)}else if(c==="commit"){let h=At.from(o).headers().tree;await a(h)}else if(c==="tree"){let f=Rt.from(o);for(let h of f)h.type==="blob"&&s.add(h.oid),h.type==="tree"&&await a(h.oid)}}u(a,"walk");for(let l of n)await a(l);return s}u(jy,"listObjects");async function y5(t){let e={},r="",i=Te.streamReader(t),n=await i();for(;n!==!0;)n!==null&&(r+=n.toString("utf8")+`
95
+ `),n=await i();let s=r.toString("utf8").split(`
96
+ `);if(n=s.shift(),!n.startsWith("unpack "))throw new Pn('unpack ok" or "unpack [error message]',n);e.ok=n==="unpack ok",e.ok||(e.error=n.slice(7)),e.refs={};for(let a of s){if(a.trim()==="")continue;let l=a.slice(0,2),c=a.slice(3),o=c.indexOf(" ");o===-1&&(o=c.length);let f=c.slice(0,o),h=c.slice(o+1);e.refs[f]={ok:l==="ok",error:h}}return e}u(y5,"parseReceivePackResponse");async function g5({capabilities:t=[],triplets:e=[]}){let r=[],i=`\0 ${t.join(" ")}`;for(let n of e)r.push(Te.encode(`${n.oldoid} ${n.oid} ${n.fullRef}${i}
97
+ `)),i="";return r.push(Te.flush()),r}u(g5,"writeReceivePackRequest");async function b5({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:l,onPrePush:c,gitdir:o,ref:f,remoteRef:h,remote:d,url:p,force:m=!1,delete:w=!1,corsProxy:g,headers:b={}}){let _=f||await Ui({fs:t,gitdir:o});if(typeof _>"u")throw new Ot("ref");let S=await Oe.get({fs:t,gitdir:o});d=d||await S.get(`branch.${_}.pushRemote`)||await S.get("remote.pushDefault")||await S.get(`branch.${_}.remote`)||"origin";let F=p||await S.get(`remote.${d}.pushurl`)||await S.get(`remote.${d}.url`);if(typeof F>"u")throw new Ot("remote OR url");let k=h||await S.get(`branch.${_}.merge`);if(typeof F>"u")throw new Ot("remoteRef");g===void 0&&(g=await S.get("http.corsProxy"));let A=await $.expand({fs:t,gitdir:o,ref:_}),v=w?"0000000000000000000000000000000000000000":await $.resolve({fs:t,gitdir:o,ref:A}),T=qa.getRemoteHelperFor({url:F}),E=await T.discover({http:r,onAuth:s,onAuthSuccess:a,onAuthFailure:l,corsProxy:g,service:"git-receive-pack",url:F,headers:b,protocolVersion:1}),R=E.auth,P;if(!k)P=A;else try{P=await $.expandAgainstMap({ref:k,map:E.refs})}catch(he){if(he instanceof pe)P=k.startsWith("refs/")?k:`refs/heads/${k}`;else throw he}let I=E.refs.get(P)||"0000000000000000000000000000000000000000";if(c&&!await c({remote:d,url:F,localRef:{ref:w?"(delete)":A,oid:v},remoteRef:{ref:P,oid:I}}))throw new $a;let B=!E.capabilities.has("no-thin"),z=new Set;if(!w){let he=[...E.refs.values()],kt=new Set;if(I!=="0000000000000000000000000000000000000000"){let De=await sg({fs:t,cache:e,gitdir:o,oids:[v,I]});for(let le of De)he.push(le);B&&(kt=await jy({fs:t,cache:e,gitdir:o,oids:De}))}if(!he.includes(v)){let De=await w5({fs:t,cache:e,gitdir:o,start:[v],finish:he});z=await jy({fs:t,cache:e,gitdir:o,oids:De})}if(B){try{let De=await $.resolve({fs:t,gitdir:o,ref:`refs/remotes/${d}/HEAD`,depth:2}),{oid:le}=await $.resolveAgainstMap({ref:De.replace(`refs/remotes/${d}/`,""),fullref:De,map:E.refs}),Re=[le];for(let ke of await jy({fs:t,cache:e,gitdir:o,oids:Re}))kt.add(ke)}catch{}for(let De of kt)z.delete(De)}if(v===I&&(m=!0),!m){if(A.startsWith("refs/tags")&&I!=="0000000000000000000000000000000000000000")throw new Ia("tag-exists");if(v!=="0000000000000000000000000000000000000000"&&I!=="0000000000000000000000000000000000000000"&&!await Lx({fs:t,cache:e,gitdir:o,oid:v,ancestor:I,depth:-1}))throw new Ia("not-fast-forward")}}let we=ux([...E.capabilities],["report-status","side-band-64k",`agent=${Hh.agent}`]),st=await g5({capabilities:we,triplets:[{oldoid:I,oid:v,fullRef:P}]}),Dt=w?[]:await Xx({fs:t,cache:e,gitdir:o,oids:[...z]}),Ft=await T.connect({http:r,onProgress:i,corsProxy:g,service:"git-receive-pack",url:F,auth:R,headers:b,body:[...st,...Dt]}),{packfile:Vo,progress:us}=await th.demux(Ft.body);if(n){let he=hx(us);oc(he,async kt=>{await n(kt)})}let wt=await y5(Vo);if(Ft.headers&&(wt.headers=Ft.headers),d&&wt.ok&&wt.refs[P].ok&&!A.startsWith("refs/tags")){let he=`refs/remotes/${d}/${P.replace("refs/heads","")}`;w?await $.deleteRef({fs:t,gitdir:o,ref:he}):await $.writeRef({fs:t,gitdir:o,ref:he,value:v})}if(wt.ok&&Object.values(wt.refs).every(he=>he.ok))return wt;{let he=Object.entries(wt.refs).filter(([kt,De])=>!De.ok).map(([kt,De])=>`
98
+ - ${kt}: ${De.error}`).join("");throw new Kl(he,wt)}}u(b5,"_push");async function tO({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPrePush:l,dir:c,gitdir:o=C(c,".git"),ref:f,remoteRef:h,remote:d="origin",url:p,force:m=!1,delete:w=!1,corsProxy:g,headers:b={},cache:_={}}){try{return O("fs",t),O("http",e),O("gitdir",o),await b5({fs:new M(t),cache:_,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPrePush:l,gitdir:o,ref:f,remoteRef:h,remote:d,url:p,force:m,delete:w,corsProxy:g,headers:b})}catch(S){throw S.caller="git.push",S}}u(tO,"push");async function rO({fs:t,cache:e,gitdir:r,oid:i}){let{type:n,object:s}=await ge({fs:t,cache:e,gitdir:r,oid:i});if(n==="tag")return i=qt.from(s).parse().object,rO({fs:t,cache:e,gitdir:r,oid:i});if(n!=="blob")throw new _t(i,n,"blob");return{oid:i,blob:new Uint8Array(s)}}u(rO,"resolveBlob");async function iO({fs:t,cache:e,gitdir:r,oid:i,filepath:n=void 0}){return n!==void 0&&(i=await sc({fs:t,cache:e,gitdir:r,oid:i,filepath:n})),await rO({fs:t,cache:e,gitdir:r,oid:i})}u(iO,"_readBlob");async function nO({fs:t,dir:e,gitdir:r=C(e,".git"),oid:i,filepath:n,cache:s={}}){try{return O("fs",t),O("gitdir",r),O("oid",i),await iO({fs:new M(t),cache:s,gitdir:r,oid:i,filepath:n})}catch(a){throw a.caller="git.readBlob",a}}u(nO,"readBlob");async function ag({fs:t,dir:e,gitdir:r=C(e,".git"),oid:i,cache:n={}}){try{return O("fs",t),O("gitdir",r),O("oid",i),await Ma({fs:new M(t),cache:n,gitdir:r,oid:i})}catch(s){throw s.caller="git.readCommit",s}}u(ag,"readCommit");async function _5({fs:t,cache:e,gitdir:r,ref:i="refs/notes/commits",oid:n}){let s=await $.resolve({gitdir:r,fs:t,ref:i}),{blob:a}=await iO({fs:t,cache:e,gitdir:r,oid:s,filepath:n});return a}u(_5,"_readNote");async function sO({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i="refs/notes/commits",oid:n,cache:s={}}){try{return O("fs",t),O("gitdir",r),O("ref",i),O("oid",n),await _5({fs:new M(t),cache:s,gitdir:r,ref:i,oid:n})}catch(a){throw a.caller="git.readNote",a}}u(sO,"readNote");async function aO({fs:t,dir:e,gitdir:r=C(e,".git"),oid:i,format:n="parsed",filepath:s=void 0,encoding:a=void 0,cache:l={}}){try{O("fs",t),O("gitdir",r),O("oid",i);let c=new M(t);s!==void 0&&(i=await sc({fs:c,cache:l,gitdir:r,oid:i,filepath:s}));let f=await ge({fs:c,cache:l,gitdir:r,oid:i,format:n==="parsed"?"content":n});if(f.oid=i,n==="parsed")switch(f.format="parsed",f.type){case"commit":f.object=At.from(f.object).parse();break;case"tree":f.object=Rt.from(f.object).entries();break;case"blob":a?f.object=f.object.toString(a):(f.object=new Uint8Array(f.object),f.format="content");break;case"tag":f.object=qt.from(f.object).parse();break;default:throw new _t(f.oid,f.type,"blob|commit|tag|tree")}else(f.format==="deflated"||f.format==="wrapped")&&(f.type=f.format);return f}catch(c){throw c.caller="git.readObject",c}}u(aO,"readObject");async function v5({fs:t,cache:e,gitdir:r,oid:i}){let{type:n,object:s}=await ge({fs:t,cache:e,gitdir:r,oid:i,format:"content"});if(n!=="tag")throw new _t(i,n,"tag");let a=qt.from(s);return{oid:i,tag:a.parse(),payload:a.payload()}}u(v5,"_readTag");async function oO({fs:t,dir:e,gitdir:r=C(e,".git"),oid:i,cache:n={}}){try{return O("fs",t),O("gitdir",r),O("oid",i),await v5({fs:new M(t),cache:n,gitdir:r,oid:i})}catch(s){throw s.caller="git.readTag",s}}u(oO,"readTag");async function lO({fs:t,dir:e,gitdir:r=C(e,".git"),oid:i,filepath:n=void 0,cache:s={}}){try{return O("fs",t),O("gitdir",r),O("oid",i),await Wa({fs:new M(t),cache:s,gitdir:r,oid:i,filepath:n})}catch(a){throw a.caller="git.readTree",a}}u(lO,"readTree");async function cO({fs:t,dir:e,gitdir:r=C(e,".git"),filepath:i,cache:n={}}){try{O("fs",t),O("gitdir",r),O("filepath",i),await Pe.acquire({fs:new M(t),gitdir:r,cache:n},async function(s){s.delete({filepath:i})})}catch(s){throw s.caller="git.remove",s}}u(cO,"remove");async function S5({fs:t,cache:e,onSign:r,gitdir:i,ref:n="refs/notes/commits",oid:s,author:a,committer:l,signingKey:c}){let o;try{o=await $.resolve({gitdir:i,fs:t,ref:n})}catch(m){if(!(m instanceof pe))throw m}let h=(await Wa({fs:t,cache:e,gitdir:i,oid:o||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;h=h.filter(m=>m.path!==s);let d=await ac({fs:t,gitdir:i,tree:h});return await Wh({fs:t,cache:e,onSign:r,gitdir:i,ref:n,tree:d,parent:o&&[o],message:`Note removed by 'isomorphic-git removeNote'
99
+ `,author:a,committer:l,signingKey:c})}u(S5,"_removeNote");async function fO({fs:t,onSign:e,dir:r,gitdir:i=C(r,".git"),ref:n="refs/notes/commits",oid:s,author:a,committer:l,signingKey:c,cache:o={}}){try{O("fs",t),O("gitdir",i),O("oid",s);let f=new M(t),h=await ji({fs:f,gitdir:i,author:a});if(!h)throw new ft("author");let d=await La({fs:f,gitdir:i,author:h,committer:l});if(!d)throw new ft("committer");return await S5({fs:f,cache:o,onSign:e,gitdir:i,ref:n,oid:s,author:h,committer:d,signingKey:c})}catch(f){throw f.caller="git.removeNote",f}}u(fO,"removeNote");async function E5({fs:t,gitdir:e,oldref:r,ref:i,checkout:n=!1}){if(!nc(i,!0))throw new pr(i,jl.clean(i));if(!nc(r,!0))throw new pr(r,jl.clean(r));let s=`refs/heads/${r}`,a=`refs/heads/${i}`;if(await $.exists({fs:t,gitdir:e,ref:a}))throw new dr("branch",i,!1);let c=await $.resolve({fs:t,gitdir:e,ref:s,depth:1});await $.writeRef({fs:t,gitdir:e,ref:a,value:c}),await $.deleteRef({fs:t,gitdir:e,ref:s});let f=await Ui({fs:t,gitdir:e,fullname:!0})===s;(n||f)&&await $.writeSymbolicRef({fs:t,gitdir:e,ref:"HEAD",value:a})}u(E5,"_renameBranch");async function uO({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i,oldref:n,checkout:s=!1}){try{return O("fs",t),O("gitdir",r),O("ref",i),O("oldref",n),await E5({fs:new M(t),gitdir:r,ref:i,oldref:n,checkout:s})}catch(a){throw a.caller="git.renameBranch",a}}u(uO,"renameBranch");async function hO({gitdir:t,type:e,object:r}){return si($i.wrap({type:e,object:r}))}u(hO,"hashObject$1");async function dO({fs:t,dir:e,gitdir:r=C(e,".git"),filepath:i,ref:n,cache:s={}}){try{O("fs",t),O("gitdir",r),O("filepath",i);let a=new M(t),l,c;try{l=await $.resolve({fs:a,gitdir:r,ref:n||"HEAD"})}catch(h){if(n)throw h}if(l)try{l=await sc({fs:a,cache:s,gitdir:r,oid:l,filepath:i})}catch{l=null}let o={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:0,uid:0,gid:0,size:0},f=e&&await a.read(C(e,i));f&&(c=await hO({gitdir:r,type:"blob",object:f}),l===c&&(o=await a.lstat(C(e,i)))),await Pe.acquire({fs:a,gitdir:r,cache:s},async function(h){h.delete({filepath:i}),l&&h.insert({filepath:i,stats:o,oid:l})})}catch(a){throw a.caller="git.reset",a}}u(dO,"resetIndex");async function pO({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i,depth:n}){try{return O("fs",t),O("gitdir",r),O("ref",i),await $.resolve({fs:new M(t),gitdir:r,ref:i,depth:n})}catch(s){throw s.caller="git.resolveRef",s}}u(pO,"resolveRef");async function mO({fs:t,dir:e,gitdir:r=C(e,".git"),path:i,value:n,append:s=!1}){try{O("fs",t),O("gitdir",r),O("path",i);let a=new M(t),l=await Oe.get({fs:a,gitdir:r});s?await l.append(i,n):await l.set(i,n),await Oe.save({fs:a,gitdir:r,config:l})}catch(a){throw a.caller="git.setConfig",a}}u(mO,"setConfig");async function wO({fs:t,gitdir:e,commit:r}){let i=At.from(r).toObject();return await Pt({fs:t,gitdir:e,type:"commit",object:i,format:"content"})}u(wO,"_writeCommit");var qh=class qh{static get timezoneOffsetForRefLogEntry(){let e=new Date().getTimezoneOffset(),r=Math.abs(Math.floor(e/60)),i=Math.abs(e%60).toString().padStart(2,"0");return`${e>0?"-":"+"}${r.toString().padStart(2,"0")}${i}`}static createStashReflogEntry(e,r,i){let n=e.name.replace(/\s/g,""),s="0000000000000000000000000000000000000000",a=Math.floor(Date.now()/1e3),l=qh.timezoneOffsetForRefLogEntry;return`${s} ${r} ${n} ${e.email} ${a} ${l} ${i}
100
+ `}static getStashReflogEntry(e,r=!1){return e.split(`
101
+ `).filter(s=>s).reverse().map((s,a)=>r?`stash@{${a}}: ${s.split(" ")[1]}`:s)}};u(qh,"GitRefStash");var rh=qh,F5={stage:Cn,workdir:za},qy;async function Ua(t,e){return qy===void 0&&(qy=new Ml),qy.acquire(t,e)}u(Ua,"acquireLock$1");async function k5(t,e,r,i,n=null){let s=C(r,i),a=await t.lstat(s);if(!a)throw new pe(s);if(a.isDirectory())throw new H(`${s}: file expected, but found directory`);let l=n?await HT({fs:t,gitdir:e,oid:n}):void 0,c=l?n:void 0;return l||await Ua({fs:t,gitdir:e,currentFilepath:s},async()=>{let o=a.isSymbolicLink()?await t.readlink(s).then(XT):await t.read(s);if(o===null)throw new pe(s);c=await Pt({fs:t,gitdir:e,type:"blob",object:o})}),c}u(k5,"checkAndWriteBlob");async function T5({fs:t,dir:e,gitdir:r,entries:i}){async function n(s){if(s.type==="tree"){if(!s.oid){let a=await Promise.all(s.children.map(n));s.oid=await ac({fs:t,gitdir:r,tree:a}),s.mode=16384}}else s.type==="blob"&&(s.oid=await k5(t,r,e,s.path,s.oid),s.mode=33188);return s.path=s.path.split("/").pop(),s}return u(n,"processTreeEntry"),Promise.all(i.map(n))}u(T5,"processTreeEntries");async function LT({fs:t,dir:e,gitdir:r,treePair:i}){let n=i[1]==="stage",s=i.map(p=>typeof p=="string"?F5[p]():p),a=[],f=await Li({fs:t,cache:{},dir:e,gitdir:r,trees:s,map:u(async(p,[m,w])=>{if(!(p==="."||await Mi.isIgnored({fs:t,dir:e,gitdir:r,filepath:p}))&&w)return(!m||await m.oid()!==await w.oid()&&await w.oid()!==void 0)&&a.push([m,w]),{mode:await w.mode(),path:p,oid:await w.oid(),type:await w.type()}},"map"),reduce:u(async(p,m)=>(m=m.filter(Boolean),p?(p.children=m,p):m.length>0?m:void 0),"reduce"),iterate:u(async(p,m)=>{let w=[];for(let g of m){let[b,_]=g;n?_&&(await t.exists(`${e}/${_.toString()}`)?w.push(g):a.push([null,_])):b&&(_?w.push(g):a.push([b,null]))}return w.length?Promise.all(w.map(p)):[]},"iterate")});if(a.length===0||f.length===0)return null;let d=(await T5({fs:t,dir:e,gitdir:r,entries:f})).filter(Boolean).map(p=>({mode:p.mode,path:p.path,oid:p.oid,type:p.type}));return ac({fs:t,gitdir:r,tree:d})}u(LT,"writeTreeChanges");async function x5({fs:t,dir:e,gitdir:r,stashCommit:i,parentCommit:n,wasStaged:s}){let a=[],l=[],c=await Li({fs:t,cache:{},dir:e,gitdir:r,trees:[jt({ref:n}),jt({ref:i})],map:u(async(o,[f,h])=>{if(o==="."||await Mi.isIgnored({fs:t,dir:e,gitdir:r,filepath:o}))return;let d=h?await h.type():await f.type();if(d!=="tree"&&d!=="blob")return;if(!h&&f){let m=d==="tree"?"rmdir":"rm";return d==="tree"&&a.push(o),d==="blob"&&s&&l.push({filepath:o,oid:await f.oid()}),{method:m,filepath:o}}let p=await h.oid();if(!f||await f.oid()!==p)return d==="tree"?{method:"mkdir",filepath:o}:(s&&l.push({filepath:o,oid:p,stats:await t.lstat(C(e,o))}),{method:"write",filepath:o,oid:p})},"map")});await Ua({fs:t,gitdir:r,dirRemoved:a,ops:c},async()=>{for(let o of c){let f=C(e,o.filepath);switch(o.method){case"rmdir":await t.rmdir(f);break;case"mkdir":await t.mkdir(f);break;case"rm":await t.rm(f);break;case"write":if(!a.some(h=>f.startsWith(h))){let{object:h}=await ge({fs:t,cache:{},gitdir:r,oid:o.oid});await t.exists(f)&&await t.rm(f),await t.write(f,h)}break}}}),await Pe.acquire({fs:t,gitdir:r,cache:{}},async o=>{l.forEach(({filepath:f,stats:h,oid:d})=>{o.insert({filepath:f,stats:h,oid:d})})})}u(x5,"applyTreeChanges");var xa=class xa{constructor({fs:e,dir:r,gitdir:i=C(r,".git")}){Object.assign(this,{fs:e,dir:r,gitdir:i,_author:null})}static get refStash(){return"refs/stash"}static get refLogsStash(){return"logs/refs/stash"}get refStashPath(){return C(this.gitdir,xa.refStash)}get refLogsStashPath(){return C(this.gitdir,xa.refLogsStash)}async getAuthor(){if(!this._author&&(this._author=await ji({fs:this.fs,gitdir:this.gitdir,author:{}}),!this._author))throw new ft("author");return this._author}async getStashSHA(e,r){return await this.fs.exists(this.refStashPath)?(r||await this.readStashReflogs({parsed:!1}))[e].split(" ")[1]:null}async writeStashCommit({message:e,tree:r,parent:i}){return wO({fs:this.fs,gitdir:this.gitdir,commit:{message:e,tree:r,parent:i,author:await this.getAuthor(),committer:await this.getAuthor()}})}async readStashCommit(e){let r=await this.readStashReflogs({parsed:!1});if(e!==0&&(e<0||e>r.length-1))throw new pr(`stash@${e}`,"number that is in range of [0, num of stash pushed]");let i=await this.getStashSHA(e,r);return i?Ma({fs:this.fs,cache:{},gitdir:this.gitdir,oid:i}):{}}async writeStashRef(e){return $.writeRef({fs:this.fs,gitdir:this.gitdir,ref:xa.refStash,value:e})}async writeStashReflogEntry({stashCommit:e,message:r}){let i=await this.getAuthor(),n=rh.createStashReflogEntry(i,e,r),s=this.refLogsStashPath;await Ua({filepath:s,entry:n},async()=>{let a=await this.fs.exists(s)?await this.fs.read(s,"utf8"):"";await this.fs.write(s,a+n,"utf8")})}async readStashReflogs({parsed:e=!1}){if(!await this.fs.exists(this.refLogsStashPath))return[];let r=await this.fs.read(this.refLogsStashPath,"utf8");return rh.getStashReflogEntry(r,e)}};u(xa,"GitStashManager");var Dn=xa;async function yO({fs:t,dir:e,gitdir:r,message:i=""}){let n=new Dn({fs:t,dir:e,gitdir:r});await n.getAuthor();let s=await Ui({fs:t,gitdir:r,fullname:!1}),a=await $.resolve({fs:t,gitdir:r,ref:"HEAD"}),c=(await ag({fs:t,dir:e,gitdir:r,oid:a})).commit.message,o=[a],f=null,h=jt({ref:"HEAD"}),d=await LT({fs:t,dir:e,gitdir:r,treePair:[jt({ref:"HEAD"}),"stage"]});if(d){let g=await n.writeStashCommit({message:`stash-Index: WIP on ${s} - ${new Date().toISOString()}`,tree:d,parent:o});o.push(g),f=d,h=Cn()}let p=await LT({fs:t,dir:e,gitdir:r,treePair:[h,"workdir"]});if(p){let g=await n.writeStashCommit({message:`stash-WorkDir: WIP on ${s} - ${new Date().toISOString()}`,tree:p,parent:[o[o.length-1]]});o.push(g),f=p}if(!f||!d&&!p)throw new pe("changes, nothing to stash");let m=(i.trim()||`WIP on ${s}`)+`: ${a.substring(0,7)} ${c}`;return{stashCommit:await n.writeStashCommit({message:m,tree:f,parent:o}),stashMsg:m,branch:s,stashMgr:n}}u(yO,"_createStashCommit");async function O5({fs:t,dir:e,gitdir:r,message:i=""}){let{stashCommit:n,stashMsg:s,branch:a,stashMgr:l}=await yO({fs:t,dir:e,gitdir:r,message:i});return await l.writeStashRef(n),await l.writeStashReflogEntry({stashCommit:n,message:s}),await ig({fs:t,dir:e,gitdir:r,ref:a,track:!1,force:!0}),n}u(O5,"_stashPush");async function R5({fs:t,dir:e,gitdir:r,message:i=""}){let{stashCommit:n}=await yO({fs:t,dir:e,gitdir:r,message:i});return n}u(R5,"_stashCreate");async function gO({fs:t,dir:e,gitdir:r,refIdx:i=0}){let s=await new Dn({fs:t,dir:e,gitdir:r}).readStashCommit(i),{parent:a=null}=s.commit?s.commit:{};if(!(!a||!Array.isArray(a)))for(let l=0;l<a.length-1;l++){let o=(await Ma({fs:t,cache:{},gitdir:r,oid:a[l+1]})).commit.message.startsWith("stash-Index");await x5({fs:t,dir:e,gitdir:r,stashCommit:a[l+1],parentCommit:a[l],wasStaged:o})}}u(gO,"_stashApply");async function bO({fs:t,dir:e,gitdir:r,refIdx:i=0}){let n=new Dn({fs:t,dir:e,gitdir:r});if(!(await n.readStashCommit(i)).commit)return;let a=n.refStashPath;await Ua(a,async()=>{await t.exists(a)&&await t.rm(a)});let l=await n.readStashReflogs({parsed:!1});if(!l.length)return;l.splice(i,1);let c=n.refLogsStashPath;await Ua({reflogEntries:l,stashReflogPath:c,stashMgr:n},async()=>{if(l.length){await t.write(c,l.reverse().join(`
103
102
  `)+`
104
- `,"utf8");let I=E[E.length-1].split(" ")[1];await w.writeStashRef(I)}else await p.rm(k)})}c(od,"uy"),h(od,"_stashDrop");async function Rw({fs:p,dir:s,gitdir:u}){return new wo({fs:p,dir:s,gitdir:u}).readStashReflogs({parsed:!0})}c(Rw,"Sx"),h(Rw,"_stashList");async function Tw({fs:p,dir:s,gitdir:u}){let d=new wo({fs:p,dir:s,gitdir:u}),w=[d.refStashPath,d.refLogsStashPath];await cn(w,async()=>{await Promise.all(w.map(async _=>{if(await p.exists(_))return p.rm(_)}))})}c(Tw,"Ex"),h(Tw,"_stashClear");async function Ow({fs:p,dir:s,gitdir:u,refIdx:d=0}){await ad({fs:p,dir:s,gitdir:u,refIdx:d}),await od({fs:p,dir:s,gitdir:u,refIdx:d})}c(Ow,"kx"),h(Ow,"_stashPop");async function ld({fs:p,dir:s,gitdir:u=Y(s,".git"),op:d="push",message:w="",refIdx:_=0}){ie("fs",p),ie("dir",s),ie("gitdir",u),ie("op",d);let E={push:Fw,apply:ad,drop:od,list:Rw,clear:Tw,pop:Ow,create:kw},k=["apply","drop","pop"];try{let I=new ct(p);["refs","logs","logs/refs"].map(x=>Y(u,x)).forEach(async x=>{await I.exists(x)||await I.mkdir(x)});let O=E[d];if(O){if(k.includes(d)&&_<0)throw new wi(`stash@${_}`,"number that is in range of [0, num of stash pushed]");return await O({fs:I,dir:s,gitdir:u,message:w,refIdx:_})}throw new Error(`To be implemented: ${d}`)}catch(I){throw I.caller="git.stash",I}}c(ld,"dy"),h(ld,"stash");async function cd({fs:p,dir:s,gitdir:u=Y(s,".git"),filepath:d,cache:w={}}){try{ie("fs",p),ie("gitdir",u),ie("filepath",d);let _=new ct(p);if(await gs.isIgnored({fs:_,gitdir:u,dir:s,filepath:d}))return"ignored";let E=await xw({fs:_,cache:w,gitdir:u}),k=await fd({fs:_,cache:w,gitdir:u,tree:E,path:d}),I=await me.acquire({fs:_,gitdir:u,cache:w},async function(ce){for(let Re of ce)if(Re.path===d)return Re;return null}),O=await _.lstat(Y(s,d)),x=k!==null,L=I!==null,q=O!==null,ae=h(async()=>{if(L&&!le(I,O))return I.oid;{let ce=await _.read(Y(s,d)),Re=await Qu({gitdir:u,type:"blob",object:ce});return L&&I.oid===Re&&O.size!==-1&&me.acquire({fs:_,gitdir:u,cache:w},async function(Be){Be.insert({filepath:d,stats:O,oid:Re})}),Re}},"getWorkdirOid");if(!x&&!q&&!L)return"absent";if(!x&&!q&&L)return"*absent";if(!x&&q&&!L)return"*added";if(!x&&q&&L)return await ae()===I.oid?"added":"*added";if(x&&!q&&!L)return"deleted";if(x&&!q&&L)return I.oid,"*deleted";if(x&&q&&!L)return await ae()===k?"*undeleted":"*undeletemodified";if(x&&q&&L){let ce=await ae();return ce===k?ce===I.oid?"unmodified":"*unmodified":ce===I.oid?"modified":"*modified"}}catch(_){throw _.caller="git.status",_}}c(cd,"hy"),h(cd,"status");async function fd({fs:p,cache:s,gitdir:u,tree:d,path:w}){typeof w=="string"&&(w=w.split("/"));let _=w.shift();for(let E of d)if(E.path===_){if(w.length===0)return E.oid;let{type:k,object:I}=await jt({fs:p,cache:s,gitdir:u,oid:E.oid});if(k==="tree"){let O=Lr.from(I);return fd({fs:p,cache:s,gitdir:u,tree:O,path:w})}if(k==="blob")throw new _e(E.oid,k,"blob",w.join("/"))}return null}c(fd,"py"),h(fd,"getOidAtPath");async function xw({fs:p,cache:s,gitdir:u}){let d;try{d=await ze.resolve({fs:p,gitdir:u,ref:"HEAD"})}catch(_){if(_ instanceof se)return[]}let{tree:w}=await on({fs:p,cache:s,gitdir:u,oid:d});return w}c(xw,"xx"),h(xw,"getHeadTree");async function hd({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d="HEAD",filepaths:w=["."],filter:_,cache:E={},ignored:k=!1}){try{ie("fs",p),ie("gitdir",u),ie("ref",d);let I=new ct(p);return await bi({fs:I,cache:E,dir:s,gitdir:u,trees:[Or({ref:d}),nn(),G()],map:h(async function(O,[x,L,q]){if(!x&&!q&&L&&!k&&await gs.isIgnored({fs:I,dir:s,filepath:O})||!w.some(nt=>Sy(O,nt)))return null;if(_&&!_(O))return;let[ae,ce,Re]=await Promise.all([x&&x.type(),L&&L.type(),q&&q.type()]),Be=[ae,ce,Re].includes("blob");if((ae==="tree"||ae==="special")&&!Be)return;if(ae==="commit")return null;if((ce==="tree"||ce==="special")&&!Be)return;if(Re==="commit")return null;if((Re==="tree"||Re==="special")&&!Be)return;let qe=ae==="blob"?await x.oid():void 0,We=Re==="blob"?await q.oid():void 0,Qe;ae!=="blob"&&ce==="blob"&&Re!=="blob"?Qe="42":ce==="blob"&&(Qe=await L.oid());let at=[void 0,qe,Qe,We],ot=at.map(nt=>at.indexOf(nt));return ot.shift(),[O,...ot]},"map")})}catch(I){throw I.caller="git.statusMatrix",I}}c(hd,"my"),h(hd,"statusMatrix");async function ud({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d,object:w,force:_=!1}){try{ie("fs",p),ie("gitdir",u),ie("ref",d);let E=new ct(p);if(d===void 0)throw new Ur("ref");d=d.startsWith("refs/tags/")?d:`refs/tags/${d}`;let k=await ze.resolve({fs:E,gitdir:u,ref:w||"HEAD"});if(!_&&await ze.exists({fs:E,gitdir:u,ref:d}))throw new yi("tag",d);await ze.writeRef({fs:E,gitdir:u,ref:d,value:k})}catch(E){throw E.caller="git.tag",E}}c(ud,"wy"),h(ud,"tag");async function dd({fs:p,dir:s,gitdir:u=Y(s,".git"),cache:d={},filepath:w,oid:_,mode:E,add:k,remove:I,force:O}){try{ie("fs",p),ie("gitdir",u),ie("filepath",w);let x=new ct(p);if(I)return await me.acquire({fs:x,gitdir:u,cache:d},async function(q){if(!O){let ae=await x.lstat(Y(s,w));if(ae){if(ae.isDirectory())throw new ps("directory");return}}q.has({filepath:w})&&q.delete({filepath:w})});let L;if(!_){if(L=await x.lstat(Y(s,w)),!L)throw new se(`file at "${w}" on disk and "remove" not set`);if(L.isDirectory())throw new ps("directory")}return await me.acquire({fs:x,gitdir:u,cache:d},async function(q){if(!k&&!q.has({filepath:w}))throw new se(`file at "${w}" in index and "add" not set`);let ae;if(_)ae={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:E,uid:0,gid:0,size:0};else{ae=L;let ce=ae.isSymbolicLink()?await x.readlink(Y(s,w)):await x.read(Y(s,w));_=await vr({fs:x,gitdir:u,type:"blob",format:"content",object:ce})}return q.insert({filepath:w,oid:_,stats:ae}),_})}catch(x){throw x.caller="git.updateIndex",x}}c(dd,"gy"),h(dd,"updateIndex$1");function pd(){try{return El.version}catch(p){throw p.caller="git.version",p}}c(pd,"yy"),h(pd,"version");async function md({fs:p,dir:s,gitdir:u=Y(s,".git"),trees:d,map:w,reduce:_,iterate:E,cache:k={}}){try{return ie("fs",p),ie("gitdir",u),ie("trees",d),await bi({fs:new ct(p),cache:k,dir:s,gitdir:u,trees:d,map:w,reduce:_,iterate:E})}catch(I){throw I.caller="git.walk",I}}c(md,"by"),h(md,"walk");async function gd({fs:p,dir:s,gitdir:u=Y(s,".git"),blob:d}){try{return ie("fs",p),ie("gitdir",u),ie("blob",d),await vr({fs:new ct(p),gitdir:u,type:"blob",object:d,format:"content"})}catch(w){throw w.caller="git.writeBlob",w}}c(gd,"_y"),h(gd,"writeBlob");async function yd({fs:p,dir:s,gitdir:u=Y(s,".git"),commit:d}){try{return ie("fs",p),ie("gitdir",u),ie("commit",d),await rd({fs:new ct(p),gitdir:u,commit:d})}catch(w){throw w.caller="git.writeCommit",w}}c(yd,"vy"),h(yd,"writeCommit");async function wd({fs:p,dir:s,gitdir:u=Y(s,".git"),type:d,object:w,format:_="parsed",oid:E,encoding:k=void 0}){try{let I=new ct(p);if(_==="parsed"){switch(d){case"commit":w=Wr.from(w).toObject();break;case"tree":w=Lr.from(w).toObject();break;case"blob":w=Buffer.from(w,k);break;case"tag":w=ei.from(w).toObject();break;default:throw new _e(E||"",d,"blob|commit|tag|tree")}_="content"}return E=await vr({fs:I,gitdir:u,type:d,object:w,oid:E,format:_}),E}catch(I){throw I.caller="git.writeObject",I}}c(wd,"Fy"),h(wd,"writeObject");async function bd({fs:p,dir:s,gitdir:u=Y(s,".git"),ref:d,value:w,force:_=!1,symbolic:E=!1}){try{ie("fs",p),ie("gitdir",u),ie("ref",d),ie("value",w);let k=new ct(p);if(!_s(d,!0))throw new wi(d,l.clean(d));if(!_&&await ze.exists({fs:k,gitdir:u,ref:d}))throw new yi("ref",d);E?await ze.writeSymbolicRef({fs:k,gitdir:u,ref:d,value:w}):(w=await ze.resolve({fs:k,gitdir:u,ref:w}),await ze.writeRef({fs:k,gitdir:u,ref:d,value:w}))}catch(k){throw k.caller="git.writeRef",k}}c(bd,"Sy"),h(bd,"writeRef");async function Aw({fs:p,gitdir:s,tag:u}){let d=ei.from(u).toObject();return await vr({fs:p,gitdir:s,type:"tag",object:d,format:"content"})}c(Aw,"Px"),h(Aw,"_writeTag");async function _d({fs:p,dir:s,gitdir:u=Y(s,".git"),tag:d}){try{return ie("fs",p),ie("gitdir",u),ie("tag",d),await Aw({fs:new ct(p),gitdir:u,tag:d})}catch(w){throw w.caller="git.writeTag",w}}c(_d,"Ey"),h(_d,"writeTag");async function vd({fs:p,dir:s,gitdir:u=Y(s,".git"),tree:d}){try{return ie("fs",p),ie("gitdir",u),ie("tree",d),await bs({fs:new ct(p),gitdir:u,tree:d})}catch(w){throw w.caller="git.writeTree",w}}c(vd,"ky"),h(vd,"writeTree");var bS={Errors:Yg,STAGE:G,TREE:Or,WORKDIR:nn,add:Dh,abortMerge:Oh,addNote:jh,addRemote:$h,annotatedTag:Lh,branch:Uh,checkout:wl,clone:Qh,commit:Zh,getConfig:mu,getConfigAll:gu,setConfig:td,currentBranch:eu,deleteBranch:tu,deleteRef:ru,deleteRemote:iu,deleteTag:nu,expandOid:su,expandRef:au,fastForward:fu,fetch:hu,findMergeBase:uu,findRoot:pu,getRemoteInfo:yu,getRemoteInfo2:bu,hashBlob:_u,indexPack:vu,init:Su,isDescendent:Fu,isIgnored:ku,listBranches:Ru,listFiles:Ou,listNotes:xu,listRefs:Au,listRemotes:Pu,listServerRefs:Du,listTags:Nu,log:Bu,merge:ju,packObjects:$u,pull:Lu,push:Uu,readBlob:zu,readCommit:Ol,readNote:Hu,readObject:Gu,readTag:Vu,readTree:Ku,remove:Ju,removeNote:Yu,renameBranch:Xu,resetIndex:Zu,updateIndex:dd,resolveRef:ed,status:cd,statusMatrix:hd,tag:ud,version:pd,walk:md,writeBlob:gd,writeCommit:yd,writeObject:wd,writeRef:bd,writeTag:_d,writeTree:vd,stash:ld};i.Errors=Yg,i.STAGE=G,i.TREE=Or,i.WORKDIR=nn,i.abortMerge=Oh,i.add=Dh,i.addNote=jh,i.addRemote=$h,i.annotatedTag=Lh,i.branch=Uh,i.checkout=wl,i.clone=Qh,i.commit=Zh,i.currentBranch=eu,i.default=bS,i.deleteBranch=tu,i.deleteRef=ru,i.deleteRemote=iu,i.deleteTag=nu,i.expandOid=su,i.expandRef=au,i.fastForward=fu,i.fetch=hu,i.findMergeBase=uu,i.findRoot=pu,i.getConfig=mu,i.getConfigAll=gu,i.getRemoteInfo=yu,i.getRemoteInfo2=bu,i.hashBlob=_u,i.indexPack=vu,i.init=Su,i.isDescendent=Fu,i.isIgnored=ku,i.listBranches=Ru,i.listFiles=Ou,i.listNotes=xu,i.listRefs=Au,i.listRemotes=Pu,i.listServerRefs=Du,i.listTags=Nu,i.log=Bu,i.merge=ju,i.packObjects=$u,i.pull=Lu,i.push=Uu,i.readBlob=zu,i.readCommit=Ol,i.readNote=Hu,i.readObject=Gu,i.readTag=Vu,i.readTree=Ku,i.remove=Ju,i.removeNote=Yu,i.renameBranch=Xu,i.resetIndex=Zu,i.resolveRef=ed,i.setConfig=td,i.stash=ld,i.status=cd,i.statusMatrix=hd,i.tag=ud,i.updateIndex=dd,i.version=pd,i.walk=md,i.writeBlob=gd,i.writeCommit=yd,i.writeObject=wd,i.writeRef=bd,i.writeTag=_d,i.writeTree=vd}),SR=De((i,e)=>{e.exports=function(t,r){var n=[];t.on("data",function(o){n.push(o)}),t.once("end",function(){r&&r(null,Buffer.concat(n)),r=null}),t.once("error",function(o){r&&r(o),r=null})}}),ER=De((i,e)=>{"use strict";var t=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];e.exports=(r,n)=>{if(n._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");let o=new Set(Object.keys(r).concat(t)),f={};for(let m of o)m in n||(f[m]={get(){let l=r[m];return typeof l=="function"?l.bind(r):l},set(l){r[m]=l},enumerable:!0,configurable:!1});return Object.defineProperties(n,f),r.once("aborted",()=>{n.destroy(),n.emit("aborted")}),r.once("close",()=>{r.complete&&n.readable?n.once("end",()=>{n.emit("close")}):n.emit("close")}),n}}),FR=De((i,e)=>{"use strict";var{Transform:t,PassThrough:r}=Nt("stream"),n=Nt("zlib"),o=ER();e.exports=f=>{let m=(f.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(m))return f;let l=m==="br";if(l&&typeof n.createBrotliDecompress!="function")return f.destroy(new Error("Brotli is not supported on Node.js < 12")),f;let a=!0,g=new t({transform(S,F,T){a=!1,T(null,S)},flush(S){S()}}),y=new r({autoDestroy:!1,destroy(S,F){f.destroy(),F(S)}}),b=l?n.createBrotliDecompress():n.createUnzip();return b.once("error",S=>{if(a&&!f.readable){y.end();return}y.destroy(S)}),o(f,y),f.pipe(g).pipe(b).pipe(y),y}}),kR=De((i,e)=>{e.exports=t;function t(r,n){if(r&&n)return t(r)(n);if(typeof r!="function")throw new TypeError("need wrapper function");return Object.keys(r).forEach(function(f){o[f]=r[f]}),o;function o(){for(var f=new Array(arguments.length),m=0;m<f.length;m++)f[m]=arguments[m];var l=r.apply(this,f),a=f[f.length-1];return typeof l=="function"&&l!==a&&Object.keys(a).forEach(function(g){l[g]=a[g]}),l}}c(t,"My"),h(t,"wrappy")}),RR=De((i,e)=>{var t=kR();e.exports=t(r),e.exports.strict=t(n),r.proto=r(function(){Object.defineProperty(Function.prototype,"once",{value:h(function(){return r(this)},"value"),configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:h(function(){return n(this)},"value"),configurable:!0})});function r(o){var f=h(function(){return f.called?f.value:(f.called=!0,f.value=o.apply(this,arguments))},"f");return f.called=!1,f}c(r,"Qo"),h(r,"once");function n(o){var f=h(function(){if(f.called)throw new Error(f.onceError);return f.called=!0,f.value=o.apply(this,arguments)},"f"),m=o.name||"Function wrapped with `once`";return f.onceError=m+" shouldn't be called more than once",f.called=!1,f}c(n,"Uy"),h(n,"onceStrict")}),TR=De((i,e)=>{e.exports=g;var t=SR(),r=FR(),n=Nt("http"),o=Nt("https"),f=RR(),m=Nt("querystring"),l=Nt("url"),a=h(y=>y!==null&&typeof y=="object"&&typeof y.pipe=="function","isStream");function g(y,b){if(y=Object.assign({maxRedirects:10},typeof y=="string"?{url:y}:y),b=f(b),y.url){let{hostname:$,port:R,protocol:M,auth:C,path:U}=l.parse(y.url);delete y.url,!$&&!R&&!M&&!C?y.path=U:Object.assign(y,{hostname:$,port:R,protocol:M,auth:C,path:U})}let S={"accept-encoding":"gzip, deflate"};y.headers&&Object.keys(y.headers).forEach($=>S[$.toLowerCase()]=y.headers[$]),y.headers=S;let F;y.body?F=y.json&&!a(y.body)?JSON.stringify(y.body):y.body:y.form&&(F=typeof y.form=="string"?y.form:m.stringify(y.form),y.headers["content-type"]="application/x-www-form-urlencoded"),F&&(y.method||(y.method="POST"),a(F)||(y.headers["content-length"]=Buffer.byteLength(F)),y.json&&!y.form&&(y.headers["content-type"]="application/json")),delete y.body,delete y.form,y.json&&(y.headers.accept="application/json"),y.method&&(y.method=y.method.toUpperCase());let T=y.hostname,P=(y.protocol==="https:"?o:n).request(y,$=>{if(y.followRedirects!==!1&&$.statusCode>=300&&$.statusCode<400&&$.headers.location){y.url=$.headers.location,delete y.headers.host,$.resume();let M=l.parse(y.url).hostname;return M!==null&&M!==T&&(delete y.headers.cookie,delete y.headers.authorization),y.method==="POST"&&[301,302].includes($.statusCode)&&(y.method="GET",delete y.headers["content-length"],delete y.headers["content-type"]),y.maxRedirects--===0?b(new Error("too many redirects")):g(y,b)}let R=typeof r=="function"&&y.method!=="HEAD";b(null,R?r($):$)});return P.on("timeout",()=>{P.abort(),b(new Error("Request timed out"))}),P.on("error",b),a(F)?F.on("error",b).pipe(P):P.end(F),P}c(g,"Ti"),h(g,"simpleGet"),g.concat=(y,b)=>g(y,(S,F)=>{if(S)return b(S);t(F,(T,P)=>{if(T)return b(T);if(y.json)try{P=JSON.parse(P.toString())}catch($){return b($,F,P)}b(null,F,P)})}),["get","post","put","patch","head","delete"].forEach(y=>{g[y]=(b,S)=>(typeof b=="string"&&(b={url:b}),g(Object.assign({method:y.toUpperCase()},b),S))})}),Wt=De((i,e)=>{"use strict";var n;var t=(n=class extends Error{constructor(f){if(!Array.isArray(f))throw new TypeError(`Expected input to be an Array, got ${typeof f}`);let m="";for(let l=0;l<f.length;l++)m+=` ${f[l].stack}
105
- `;super(m),this.name="AggregateError",this.errors=f}},c(n,"ff"),n);h(t,"AggregateError");var r=t;e.exports={AggregateError:r,ArrayIsArray(o){return Array.isArray(o)},ArrayPrototypeIncludes(o,f){return o.includes(f)},ArrayPrototypeIndexOf(o,f){return o.indexOf(f)},ArrayPrototypeJoin(o,f){return o.join(f)},ArrayPrototypeMap(o,f){return o.map(f)},ArrayPrototypePop(o,f){return o.pop(f)},ArrayPrototypePush(o,f){return o.push(f)},ArrayPrototypeSlice(o,f,m){return o.slice(f,m)},Error,FunctionPrototypeCall(o,f,...m){return o.call(f,...m)},FunctionPrototypeSymbolHasInstance(o,f){return Function.prototype[Symbol.hasInstance].call(o,f)},MathFloor:Math.floor,Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties(o,f){return Object.defineProperties(o,f)},ObjectDefineProperty(o,f,m){return Object.defineProperty(o,f,m)},ObjectGetOwnPropertyDescriptor(o,f){return Object.getOwnPropertyDescriptor(o,f)},ObjectKeys(o){return Object.keys(o)},ObjectSetPrototypeOf(o,f){return Object.setPrototypeOf(o,f)},Promise,PromisePrototypeCatch(o,f){return o.catch(f)},PromisePrototypeThen(o,f,m){return o.then(f,m)},PromiseReject(o){return Promise.reject(o)},PromiseResolve(o){return Promise.resolve(o)},ReflectApply:Reflect.apply,RegExpPrototypeTest(o,f){return o.test(f)},SafeSet:Set,String,StringPrototypeSlice(o,f,m){return o.slice(f,m)},StringPrototypeToLowerCase(o){return o.toLowerCase()},StringPrototypeToUpperCase(o){return o.toUpperCase()},StringPrototypeTrim(o){return o.trim()},Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,SymbolDispose:Symbol.dispose||Symbol("Symbol.dispose"),SymbolAsyncDispose:Symbol.asyncDispose||Symbol("Symbol.asyncDispose"),TypedArrayPrototypeSet(o,f,m){return o.set(f,m)},Boolean,Uint8Array}}),b_=De((i,e)=>{"use strict";e.exports={format(t,...r){return t.replace(/%([sdifj])/g,function(...[n,o]){let f=r.shift();return o==="f"?f.toFixed(6):o==="j"?JSON.stringify(f):o==="s"&&typeof f=="object"?`${f.constructor!==Object?f.constructor.name:""} {}`.trim():f.toString()})},inspect(t){switch(typeof t){case"string":if(t.includes("'"))if(t.includes('"')){if(!t.includes("`")&&!t.includes("${"))return`\`${t}\``}else return`"${t}"`;return`'${t}'`;case"number":return isNaN(t)?"NaN":Object.is(t,-0)?String(t):t;case"bigint":return`${String(t)}n`;case"boolean":case"undefined":return String(t);case"object":return"{}"}}}}),Rr=De((i,e)=>{"use strict";var M;var{format:t,inspect:r}=b_(),{AggregateError:n}=Wt(),o=globalThis.AggregateError||n,f=Symbol("kIsNodeError"),m=["string","function","number","object","Function","Object","boolean","bigint","symbol"],l=/^([A-Z][a-z0-9]*)+$/,a="__node_internal_",g={};function y(C,U){if(!C)throw new g.ERR_INTERNAL_ASSERTION(U)}c(y,"Dr"),h(y,"assert");function b(C){let U="",J=C.length,ne=C[0]==="-"?1:0;for(;J>=ne+4;J-=3)U=`_${C.slice(J-3,J)}${U}`;return`${C.slice(0,J)}${U}`}c(b,"Xy"),h(b,"addNumericalSeparator");function S(C,U,J){if(typeof U=="function")return y(U.length<=J.length,`Code: ${C}; The provided arguments length (${J.length}) does not match the required ones (${U.length}).`),U(...J);let ne=(U.match(/%[dfijoOs]/g)||[]).length;return y(ne===J.length,`Code: ${C}; The provided arguments length (${J.length}) does not match the required ones (${ne}).`),J.length===0?U:t(U,...J)}c(S,"Kx"),h(S,"getMessage");function F(C,U,J){var z;J||(J=Error);let ne=(z=class extends J{constructor(...H){super(S(C,U,H))}toString(){return`${this.name} [${C}]: ${this.message}`}},c(z,"n"),z);h(ne,"NodeError");let oe=ne;Object.defineProperties(oe.prototype,{name:{value:J.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${C}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),oe.prototype.code=C,oe.prototype[f]=!0,g[C]=oe}c(F,"Fe"),h(F,"E");function T(C){let U=a+C.name;return Object.defineProperty(C,"name",{value:U}),C}c(T,"Jy"),h(T,"hideStackFrames");function P(C,U){if(C&&U&&C!==U){if(Array.isArray(U.errors))return U.errors.push(C),U;let J=new o([U,C],U.message);return J.code=U.code,J}return C||U}c(P,"Yx"),h(P,"aggregateTwoErrors");var $=(M=class extends Error{constructor(U="The operation was aborted",J=void 0){if(J!==void 0&&typeof J!="object")throw new g.ERR_INVALID_ARG_TYPE("options","Object",J);super(U,J),this.code="ABORT_ERR",this.name="AbortError"}},c(M,"hf"),M);h($,"AbortError");var R=$;F("ERR_ASSERTION","%s",Error),F("ERR_INVALID_ARG_TYPE",(C,U,J)=>{y(typeof C=="string","'name' must be a string"),Array.isArray(U)||(U=[U]);let ne="The ";C.endsWith(" argument")?ne+=`${C} `:ne+=`"${C}" ${C.includes(".")?"property":"argument"} `,ne+="must be ";let oe=[],z=[],ee=[];for(let j of U)y(typeof j=="string","All expected entries have to be of type string"),m.includes(j)?oe.push(j.toLowerCase()):l.test(j)?z.push(j):(y(j!=="object",'The value "object" should be written as "Object"'),ee.push(j));if(z.length>0){let j=oe.indexOf("object");j!==-1&&(oe.splice(oe,j,1),z.push("Object"))}if(oe.length>0){switch(oe.length){case 1:ne+=`of type ${oe[0]}`;break;case 2:ne+=`one of type ${oe[0]} or ${oe[1]}`;break;default:{let j=oe.pop();ne+=`one of type ${oe.join(", ")}, or ${j}`}}(z.length>0||ee.length>0)&&(ne+=" or ")}if(z.length>0){switch(z.length){case 1:ne+=`an instance of ${z[0]}`;break;case 2:ne+=`an instance of ${z[0]} or ${z[1]}`;break;default:{let j=z.pop();ne+=`an instance of ${z.join(", ")}, or ${j}`}}ee.length>0&&(ne+=" or ")}switch(ee.length){case 0:break;case 1:ee[0].toLowerCase()!==ee[0]&&(ne+="an "),ne+=`${ee[0]}`;break;case 2:ne+=`one of ${ee[0]} or ${ee[1]}`;break;default:{let j=ee.pop();ne+=`one of ${ee.join(", ")}, or ${j}`}}if(J==null)ne+=`. Received ${J}`;else if(typeof J=="function"&&J.name)ne+=`. Received function ${J.name}`;else if(typeof J=="object"){var H;if((H=J.constructor)!==null&&H!==void 0&&H.name)ne+=`. Received an instance of ${J.constructor.name}`;else{let j=r(J,{depth:-1});ne+=`. Received ${j}`}}else{let j=r(J,{colors:!1});j.length>25&&(j=`${j.slice(0,25)}...`),ne+=`. Received type ${typeof J} (${j})`}return ne},TypeError),F("ERR_INVALID_ARG_VALUE",(C,U,J="is invalid")=>{let ne=r(U);return ne.length>128&&(ne=ne.slice(0,128)+"..."),`The ${C.includes(".")?"property":"argument"} '${C}' ${J}. Received ${ne}`},TypeError),F("ERR_INVALID_RETURN_VALUE",(C,U,J)=>{var ne;let oe=J!=null&&(ne=J.constructor)!==null&&ne!==void 0&&ne.name?`instance of ${J.constructor.name}`:`type ${typeof J}`;return`Expected ${C} to be returned from the "${U}" function but got ${oe}.`},TypeError),F("ERR_MISSING_ARGS",(...C)=>{y(C.length>0,"At least one arg needs to be specified");let U,J=C.length;switch(C=(Array.isArray(C)?C:[C]).map(ne=>`"${ne}"`).join(" or "),J){case 1:U+=`The ${C[0]} argument`;break;case 2:U+=`The ${C[0]} and ${C[1]} arguments`;break;default:{let ne=C.pop();U+=`The ${C.join(", ")}, and ${ne} arguments`}break}return`${U} must be specified`},TypeError),F("ERR_OUT_OF_RANGE",(C,U,J)=>{y(U,'Missing "range" argument');let ne;if(Number.isInteger(J)&&Math.abs(J)>2**32)ne=b(String(J));else if(typeof J=="bigint"){ne=String(J);let oe=BigInt(2)**BigInt(32);(J>oe||J<-oe)&&(ne=b(ne)),ne+="n"}else ne=r(J);return`The value of "${C}" is out of range. It must be ${U}. Received ${ne}`},RangeError),F("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),F("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),F("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),F("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),F("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),F("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),F("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),F("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),F("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),F("ERR_STREAM_WRITE_AFTER_END","write after end",Error),F("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError),e.exports={AbortError:R,aggregateTwoErrors:T(P),hideStackFrames:T,codes:g}}),OR=De((i,e)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});var t=new WeakMap,r=new WeakMap;function n(ee){let H=t.get(ee);return console.assert(H!=null,"'this' is expected an Event object, but got",ee),H}c(n,"ee"),h(n,"pd");function o(ee){if(ee.passiveListener!=null){typeof console<"u"&&typeof console.error=="function"&&console.error("Unable to preventDefault inside passive event listener invocation.",ee.passiveListener);return}ee.event.cancelable&&(ee.canceled=!0,typeof ee.event.preventDefault=="function"&&ee.event.preventDefault())}c(o,"eb"),h(o,"setCancelFlag");function f(ee,H){t.set(this,{eventTarget:ee,event:H,eventPhase:2,currentTarget:ee,canceled:!1,stopped:!1,immediateStopped:!1,passiveListener:null,timeStamp:H.timeStamp||Date.now()}),Object.defineProperty(this,"isTrusted",{value:!1,enumerable:!0});let j=Object.keys(H);for(let V=0;V<j.length;++V){let X=j[V];X in this||Object.defineProperty(this,X,m(X))}}c(f,"Ai"),h(f,"Event"),f.prototype={get type(){return n(this).event.type},get target(){return n(this).eventTarget},get currentTarget(){return n(this).currentTarget},composedPath(){let ee=n(this).currentTarget;return ee==null?[]:[ee]},get NONE(){return 0},get CAPTURING_PHASE(){return 1},get AT_TARGET(){return 2},get BUBBLING_PHASE(){return 3},get eventPhase(){return n(this).eventPhase},stopPropagation(){let ee=n(this);ee.stopped=!0,typeof ee.event.stopPropagation=="function"&&ee.event.stopPropagation()},stopImmediatePropagation(){let ee=n(this);ee.stopped=!0,ee.immediateStopped=!0,typeof ee.event.stopImmediatePropagation=="function"&&ee.event.stopImmediatePropagation()},get bubbles(){return!!n(this).event.bubbles},get cancelable(){return!!n(this).event.cancelable},preventDefault(){o(n(this))},get defaultPrevented(){return n(this).canceled},get composed(){return!!n(this).event.composed},get timeStamp(){return n(this).timeStamp},get srcElement(){return n(this).eventTarget},get cancelBubble(){return n(this).stopped},set cancelBubble(ee){if(!ee)return;let H=n(this);H.stopped=!0,typeof H.event.cancelBubble=="boolean"&&(H.event.cancelBubble=!0)},get returnValue(){return!n(this).canceled},set returnValue(ee){ee||o(n(this))},initEvent(){}},Object.defineProperty(f.prototype,"constructor",{value:f,configurable:!0,writable:!0}),typeof window<"u"&&typeof window.Event<"u"&&(Object.setPrototypeOf(f.prototype,window.Event.prototype),r.set(window.Event.prototype,f));function m(ee){return{get(){return n(this).event[ee]},set(H){n(this).event[ee]=H},configurable:!0,enumerable:!0}}c(m,"ob"),h(m,"defineRedirectDescriptor");function l(ee){return{value(){let H=n(this).event;return H[ee].apply(H,arguments)},configurable:!0,enumerable:!0}}c(l,"Xx"),h(l,"defineCallDescriptor");function a(ee,H){let j=Object.keys(H);if(j.length===0)return ee;function V(X,pe){ee.call(this,X,pe)}c(V,"i"),h(V,"CustomEvent"),V.prototype=Object.create(ee.prototype,{constructor:{value:V,configurable:!0,writable:!0}});for(let X=0;X<j.length;++X){let pe=j[X];if(!(pe in ee.prototype)){let we=typeof Object.getOwnPropertyDescriptor(H,pe).value=="function";Object.defineProperty(V.prototype,pe,we?l(pe):m(pe))}}return V}c(a,"Jx"),h(a,"defineWrapper");function g(ee){if(ee==null||ee===Object.prototype)return f;let H=r.get(ee);return H==null&&(H=a(g(Object.getPrototypeOf(ee)),ee),r.set(ee,H)),H}c(g,"sb"),h(g,"getWrapper");function y(ee,H){let j=g(Object.getPrototypeOf(H));return new j(ee,H)}c(y,"Qx"),h(y,"wrapEvent");function b(ee){return n(ee).immediateStopped}c(b,"eP"),h(b,"isStopped");function S(ee,H){n(ee).eventPhase=H}c(S,"tP"),h(S,"setEventPhase");function F(ee,H){n(ee).currentTarget=H}c(F,"rP"),h(F,"setCurrentTarget");function T(ee,H){n(ee).passiveListener=H}c(T,"tb"),h(T,"setPassiveListener");var P=new WeakMap,$=1,R=2,M=3;function C(ee){return ee!==null&&typeof ee=="object"}c(C,"is"),h(C,"isObject");function U(ee){let H=P.get(ee);if(H==null)throw new TypeError("'this' is expected an EventTarget object, but got another value.");return H}c(U,"Un"),h(U,"getListeners");function J(ee){return{get(){let H=U(this).get(ee);for(;H!=null;){if(H.listenerType===M)return H.listener;H=H.next}return null},set(H){typeof H!="function"&&!C(H)&&(H=null);let j=U(this),V=null,X=j.get(ee);for(;X!=null;)X.listenerType===M?V!==null?V.next=X.next:X.next!==null?j.set(ee,X.next):j.delete(ee):V=X,X=X.next;if(H!==null){let pe={listener:H,listenerType:M,passive:!1,once:!1,next:null};V===null?j.set(ee,pe):V.next=pe}},configurable:!0,enumerable:!0}}c(J,"iP"),h(J,"defineEventAttributeDescriptor");function ne(ee,H){Object.defineProperty(ee,`on${H}`,J(H))}c(ne,"mf"),h(ne,"defineEventAttribute");function oe(ee){function H(){z.call(this)}c(H,"t"),h(H,"CustomEventTarget"),H.prototype=Object.create(z.prototype,{constructor:{value:H,configurable:!0,writable:!0}});for(let j=0;j<ee.length;++j)ne(H.prototype,ee[j]);return H}c(oe,"nb"),h(oe,"defineCustomEventTarget");function z(){if(this instanceof z){P.set(this,new Map);return}if(arguments.length===1&&Array.isArray(arguments[0]))return oe(arguments[0]);if(arguments.length>0){let ee=new Array(arguments.length);for(let H=0;H<arguments.length;++H)ee[H]=arguments[H];return oe(ee)}throw new TypeError("Cannot call a class as a function")}c(z,"ct"),h(z,"EventTarget"),z.prototype={addEventListener(ee,H,j){if(H==null)return;if(typeof H!="function"&&!C(H))throw new TypeError("'listener' should be a function or an object.");let V=U(this),X=C(j),pe=(X?j.capture:j)?$:R,we={listener:H,listenerType:pe,passive:X&&!!j.passive,once:X&&!!j.once,next:null},he=V.get(ee);if(he===void 0){V.set(ee,we);return}let Ae=null;for(;he!=null;){if(he.listener===H&&he.listenerType===pe)return;Ae=he,he=he.next}Ae.next=we},removeEventListener(ee,H,j){if(H==null)return;let V=U(this),X=(C(j)?j.capture:j)?$:R,pe=null,we=V.get(ee);for(;we!=null;){if(we.listener===H&&we.listenerType===X){pe!==null?pe.next=we.next:we.next!==null?V.set(ee,we.next):V.delete(ee);return}pe=we,we=we.next}},dispatchEvent(ee){if(ee==null||typeof ee.type!="string")throw new TypeError('"event.type" should be a string.');let H=U(this),j=ee.type,V=H.get(j);if(V==null)return!0;let X=y(this,ee),pe=null;for(;V!=null;){if(V.once?pe!==null?pe.next=V.next:V.next!==null?H.set(j,V.next):H.delete(j):pe=V,T(X,V.passive?V.listener:null),typeof V.listener=="function")try{V.listener.call(this,X)}catch(we){typeof console<"u"&&typeof console.error=="function"&&console.error(we)}else V.listenerType!==M&&typeof V.listener.handleEvent=="function"&&V.listener.handleEvent(X);if(b(X))break;V=V.next}return T(X,null),S(X,0),F(X,null),!X.defaultPrevented}},Object.defineProperty(z.prototype,"constructor",{value:z,configurable:!0,writable:!0}),typeof window<"u"&&typeof window.EventTarget<"u"&&Object.setPrototypeOf(z.prototype,window.EventTarget.prototype),i.defineEventAttribute=ne,i.EventTarget=z,i.default=z,e.exports=z,e.exports.EventTarget=e.exports.default=z,e.exports.defineEventAttribute=ne}),zo=De((i,e)=>{"use strict";var b,S;Object.defineProperty(i,"__esModule",{value:!0});var t=OR(),r=(b=class extends t.EventTarget{constructor(){throw super(),new TypeError("AbortSignal cannot be constructed directly")}get aborted(){let T=m.get(this);if(typeof T!="boolean")throw new TypeError(`Expected 'this' to be an 'AbortSignal' object, but got ${this===null?"null":typeof this}`);return T}},c(b,"gf"),b);h(r,"AbortSignal");var n=r;t.defineEventAttribute(n.prototype,"abort");function o(){let F=Object.create(n.prototype);return t.EventTarget.call(F),m.set(F,!1),F}c(o,"nP"),h(o,"createAbortSignal");function f(F){m.get(F)===!1&&(m.set(F,!0),F.dispatchEvent({type:"abort"}))}c(f,"aP"),h(f,"abortSignal");var m=new WeakMap;Object.defineProperties(n.prototype,{aborted:{enumerable:!0}}),typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol"&&Object.defineProperty(n.prototype,Symbol.toStringTag,{configurable:!0,value:"AbortSignal"});var l=(S=class{constructor(){g.set(this,o())}get signal(){return y(this)}abort(){f(y(this))}},c(S,"yf"),S);h(l,"AbortController");var a=l,g=new WeakMap;function y(F){let T=g.get(F);if(T==null)throw new TypeError(`Expected 'this' to be an 'AbortController' object, but got ${F===null?"null":typeof F}`);return T}c(y,"fb"),h(y,"getSignal"),Object.defineProperties(a.prototype,{signal:{enumerable:!0},abort:{enumerable:!0}}),typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol"&&Object.defineProperty(a.prototype,Symbol.toStringTag,{configurable:!0,value:"AbortController"}),i.AbortController=a,i.AbortSignal=n,i.default=a,e.exports=a,e.exports.AbortController=e.exports.default=a,e.exports.AbortSignal=n}),Ar=De((i,e)=>{"use strict";var t=Nt("buffer"),{format:r,inspect:n}=b_(),{codes:{ERR_INVALID_ARG_TYPE:o}}=Rr(),{kResistStopPropagation:f,AggregateError:m,SymbolDispose:l}=Wt(),a=globalThis.AbortSignal||zo().AbortSignal,g=globalThis.AbortController||zo().AbortController,y=Object.getPrototypeOf(async function(){}).constructor,b=globalThis.Blob||t.Blob,S=h(typeof b<"u"?function(P){return P instanceof b}:function(P){return!1},"isBlob"),F=h((P,$)=>{if(P!==void 0&&(P===null||typeof P!="object"||!("aborted"in P)))throw new o($,"AbortSignal",P)},"validateAbortSignal"),T=h((P,$)=>{if(typeof P!="function")throw new o($,"Function",P)},"validateFunction");e.exports={AggregateError:m,kEmptyObject:Object.freeze({}),once(P){let $=!1;return function(...R){$||($=!0,P.apply(this,R))}},createDeferredPromise:h(function(){let P,$;return{promise:new Promise((R,M)=>{P=R,$=M}),resolve:P,reject:$}},"createDeferredPromise"),promisify(P){return new Promise(($,R)=>{P((M,...C)=>M?R(M):$(...C))})},debuglog(){return function(){}},format:r,inspect:n,types:{isAsyncFunction(P){return P instanceof y},isArrayBufferView(P){return ArrayBuffer.isView(P)}},isBlob:S,deprecate(P,$){return P},addAbortListener:Nt("events").addAbortListener||h(function(P,$){if(P===void 0)throw new o("signal","AbortSignal",P);F(P,"signal"),T($,"listener");let R;return P.aborted?queueMicrotask(()=>$()):(P.addEventListener("abort",$,{__proto__:null,once:!0,[f]:!0}),R=h(()=>{P.removeEventListener("abort",$)},"removeEventListener")),{__proto__:null,[l](){var M;(M=R)===null||M===void 0||M()}}},"addAbortListener"),AbortSignalAny:a.any||h(function(P){if(P.length===1)return P[0];let $=new g,R=h(()=>$.abort(),"abort");return P.forEach(M=>{F(M,"signals"),M.addEventListener("abort",R,{once:!0})}),$.signal.addEventListener("abort",()=>{P.forEach(M=>M.removeEventListener("abort",R))},{once:!0}),$.signal},"AbortSignalAny")},e.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")}),Ko=De((i,e)=>{"use strict";var{ArrayIsArray:t,ArrayPrototypeIncludes:r,ArrayPrototypeJoin:n,ArrayPrototypeMap:o,NumberIsInteger:f,NumberIsNaN:m,NumberMAX_SAFE_INTEGER:l,NumberMIN_SAFE_INTEGER:a,NumberParseInt:g,ObjectPrototypeHasOwnProperty:y,RegExpPrototypeExec:b,String:S,StringPrototypeToUpperCase:F,StringPrototypeTrim:T}=Wt(),{hideStackFrames:P,codes:{ERR_SOCKET_BAD_PORT:$,ERR_INVALID_ARG_TYPE:R,ERR_INVALID_ARG_VALUE:M,ERR_OUT_OF_RANGE:C,ERR_UNKNOWN_SIGNAL:U}}=Rr(),{normalizeEncoding:J}=Ar(),{isAsyncFunction:ne,isArrayBufferView:oe}=Ar().types,z={};function ee(Q){return Q===(Q|0)}c(ee,"OP"),h(ee,"isInt32");function H(Q){return Q===Q>>>0}c(H,"DP"),h(H,"isUint32");var j=/^[0-7]+$/,V="must be a 32-bit unsigned integer or an octal string";function X(Q,ge,Ie){if(typeof Q>"u"&&(Q=Ie),typeof Q=="string"){if(b(j,Q)===null)throw new M(ge,Q,V);Q=g(Q,8)}return he(Q,ge),Q}c(X,"IP"),h(X,"parseFileMode");var pe=P((Q,ge,Ie=a,xe=l)=>{if(typeof Q!="number")throw new R(ge,"number",Q);if(!f(Q))throw new C(ge,"an integer",Q);if(Q<Ie||Q>xe)throw new C(ge,`>= ${Ie} && <= ${xe}`,Q)}),we=P((Q,ge,Ie=-2147483648,xe=2147483647)=>{if(typeof Q!="number")throw new R(ge,"number",Q);if(!f(Q))throw new C(ge,"an integer",Q);if(Q<Ie||Q>xe)throw new C(ge,`>= ${Ie} && <= ${xe}`,Q)}),he=P((Q,ge,Ie=!1)=>{if(typeof Q!="number")throw new R(ge,"number",Q);if(!f(Q))throw new C(ge,"an integer",Q);let xe=Ie?1:0,Ye=4294967295;if(Q<xe||Q>Ye)throw new C(ge,`>= ${xe} && <= ${Ye}`,Q)});function Ae(Q,ge){if(typeof Q!="string")throw new R(ge,"string",Q)}c(Ae,"Ef"),h(Ae,"validateString");function lt(Q,ge,Ie=void 0,xe){if(typeof Q!="number")throw new R(ge,"number",Q);if(Ie!=null&&Q<Ie||xe!=null&&Q>xe||(Ie!=null||xe!=null)&&m(Q))throw new C(ge,`${Ie!=null?`>= ${Ie}`:""}${Ie!=null&&xe!=null?" && ":""}${xe!=null?`<= ${xe}`:""}`,Q)}c(lt,"$P"),h(lt,"validateNumber");var le=P((Q,ge,Ie)=>{if(!r(Ie,Q)){let xe="must be one of: "+n(o(Ie,Ye=>typeof Ye=="string"?`'${Ye}'`:S(Ye)),", ");throw new M(ge,Q,xe)}});function $e(Q,ge){if(typeof Q!="boolean")throw new R(ge,"boolean",Q)}c($e,"vb"),h($e,"validateBoolean");function K(Q,ge,Ie){return Q==null||!y(Q,ge)?Ie:Q[ge]}c(K,"vf"),h(K,"getOwnPropertyValueOrDefault");var Oe=P((Q,ge,Ie=null)=>{let xe=K(Ie,"allowArray",!1),Ye=K(Ie,"allowFunction",!1);if(!K(Ie,"nullable",!1)&&Q===null||!xe&&t(Q)||typeof Q!="object"&&(!Ye||typeof Q!="function"))throw new R(ge,"Object",Q)}),je=P((Q,ge)=>{if(Q!=null&&typeof Q!="object"&&typeof Q!="function")throw new R(ge,"a dictionary",Q)}),Te=P((Q,ge,Ie=0)=>{if(!t(Q))throw new R(ge,"Array",Q);if(Q.length<Ie){let xe=`must be longer than ${Ie}`;throw new M(ge,Q,xe)}});function Ge(Q,ge){Te(Q,ge);for(let Ie=0;Ie<Q.length;Ie++)Ae(Q[Ie],`${ge}[${Ie}]`)}c(Ge,"HP"),h(Ge,"validateStringArray");function me(Q,ge){Te(Q,ge);for(let Ie=0;Ie<Q.length;Ie++)$e(Q[Ie],`${ge}[${Ie}]`)}c(me,"qP"),h(me,"validateBooleanArray");function Je(Q,ge){Te(Q,ge);for(let Ie=0;Ie<Q.length;Ie++){let xe=Q[Ie],Ye=`${ge}[${Ie}]`;if(xe==null)throw new R(Ye,"AbortSignal",xe);ye(xe,Ye)}}c(Je,"UP"),h(Je,"validateAbortSignalArray");function He(Q,ge="signal"){if(Ae(Q,ge),z[Q]===void 0)throw z[F(Q)]!==void 0?new U(Q+" (signals must use all capital letters)"):new U(Q)}c(He,"zP"),h(He,"validateSignalName");var it=P((Q,ge="buffer")=>{if(!oe(Q))throw new R(ge,["Buffer","TypedArray","DataView"],Q)});function Ke(Q,ge){let Ie=J(ge),xe=Q.length;if(Ie==="hex"&&xe%2!==0)throw new M("encoding",ge,`is invalid for data of length ${xe}`)}c(Ke,"VP"),h(Ke,"validateEncoding");function ve(Q,ge="Port",Ie=!0){if(typeof Q!="number"&&typeof Q!="string"||typeof Q=="string"&&T(Q).length===0||+Q!==+Q>>>0||Q>65535||Q===0&&!Ie)throw new $(ge,Q,Ie);return Q|0}c(ve,"GP"),h(ve,"validatePort");var ye=P((Q,ge)=>{if(Q!==void 0&&(Q===null||typeof Q!="object"||!("aborted"in Q)))throw new R(ge,"AbortSignal",Q)}),Fe=P((Q,ge)=>{if(typeof Q!="function")throw new R(ge,"Function",Q)}),G=P((Q,ge)=>{if(typeof Q!="function"||ne(Q))throw new R(ge,"Function",Q)}),te=P((Q,ge)=>{if(Q!==void 0)throw new R(ge,"undefined",Q)});function se(Q,ge,Ie){if(!r(Ie,Q))throw new R(ge,`('${n(Ie,"|")}')`,Q)}c(se,"XP"),h(se,"validateUnion");var ke=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function _e(Q,ge){if(typeof Q>"u"||!b(ke,Q))throw new M(ge,Q,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}c(_e,"wb"),h(_e,"validateLinkHeaderFormat");function Pe(Q){if(typeof Q=="string")return _e(Q,"hints"),Q;if(t(Q)){let ge=Q.length,Ie="";if(ge===0)return Ie;for(let xe=0;xe<ge;xe++){let Ye=Q[xe];_e(Ye,"hints"),Ie+=Ye,xe!==ge-1&&(Ie+=", ")}return Ie}throw new M("hints",Q,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}c(Pe,"QP"),h(Pe,"validateLinkHeaderValue"),e.exports={isInt32:ee,isUint32:H,parseFileMode:X,validateArray:Te,validateStringArray:Ge,validateBooleanArray:me,validateAbortSignalArray:Je,validateBoolean:$e,validateBuffer:it,validateDictionary:je,validateEncoding:Ke,validateFunction:Fe,validateInt32:we,validateInteger:pe,validateNumber:lt,validateObject:Oe,validateOneOf:le,validatePlainFunction:G,validatePort:ve,validateSignalName:He,validateString:Ae,validateUint32:he,validateUndefined:te,validateUnion:se,validateAbortSignal:ye,validateLinkHeaderValue:Pe}}),Ni=De((i,e)=>{"use strict";var{SymbolAsyncIterator:t,SymbolIterator:r,SymbolFor:n}=Wt(),o=n("nodejs.stream.destroyed"),f=n("nodejs.stream.errored"),m=n("nodejs.stream.readable"),l=n("nodejs.stream.writable"),a=n("nodejs.stream.disturbed"),g=n("nodejs.webstream.isClosedPromise"),y=n("nodejs.webstream.controllerErrorFunction");function b(K,Oe=!1){var je;return!!(K&&typeof K.pipe=="function"&&typeof K.on=="function"&&(!Oe||typeof K.pause=="function"&&typeof K.resume=="function")&&(!K._writableState||((je=K._readableState)===null||je===void 0?void 0:je.readable)!==!1)&&(!K._writableState||K._readableState))}c(b,"os"),h(b,"isReadableNodeStream");function S(K){var Oe;return!!(K&&typeof K.write=="function"&&typeof K.on=="function"&&(!K._readableState||((Oe=K._writableState)===null||Oe===void 0?void 0:Oe.writable)!==!1))}c(S,"ss"),h(S,"isWritableNodeStream");function F(K){return!!(K&&typeof K.pipe=="function"&&K._readableState&&typeof K.on=="function"&&typeof K.write=="function")}c(F,"rT"),h(F,"isDuplexNodeStream");function T(K){return K&&(K._readableState||K._writableState||typeof K.write=="function"&&typeof K.on=="function"||typeof K.pipe=="function"&&typeof K.on=="function")}c(T,"Et"),h(T,"isNodeStream");function P(K){return!!(K&&!T(K)&&typeof K.pipeThrough=="function"&&typeof K.getReader=="function"&&typeof K.cancel=="function")}c(P,"Ab"),h(P,"isReadableStream");function $(K){return!!(K&&!T(K)&&typeof K.getWriter=="function"&&typeof K.abort=="function")}c($,"Ob"),h($,"isWritableStream");function R(K){return!!(K&&!T(K)&&typeof K.readable=="object"&&typeof K.writable=="object")}c(R,"Db"),h(R,"isTransformStream");function M(K){return P(K)||$(K)||R(K)}c(M,"iT"),h(M,"isWebStream");function C(K,Oe){return K==null?!1:Oe===!0?typeof K[t]=="function":Oe===!1?typeof K[r]=="function":typeof K[t]=="function"||typeof K[r]=="function"}c(C,"nT"),h(C,"isIterable");function U(K){if(!T(K))return null;let Oe=K._writableState,je=K._readableState,Te=Oe||je;return!!(K.destroyed||K[o]||Te!=null&&Te.destroyed)}c(U,"ls"),h(U,"isDestroyed");function J(K){if(!S(K))return null;if(K.writableEnded===!0)return!0;let Oe=K._writableState;return Oe!=null&&Oe.errored?!1:typeof Oe?.ended!="boolean"?null:Oe.ended}c(J,"Rb"),h(J,"isWritableEnded");function ne(K,Oe){if(!S(K))return null;if(K.writableFinished===!0)return!0;let je=K._writableState;return je!=null&&je.errored?!1:typeof je?.finished!="boolean"?null:!!(je.finished||Oe===!1&&je.ended===!0&&je.length===0)}c(ne,"aT"),h(ne,"isWritableFinished");function oe(K){if(!b(K))return null;if(K.readableEnded===!0)return!0;let Oe=K._readableState;return!Oe||Oe.errored?!1:typeof Oe?.ended!="boolean"?null:Oe.ended}c(oe,"oT"),h(oe,"isReadableEnded");function z(K,Oe){if(!b(K))return null;let je=K._readableState;return je!=null&&je.errored?!1:typeof je?.endEmitted!="boolean"?null:!!(je.endEmitted||Oe===!1&&je.ended===!0&&je.length===0)}c(z,"Cb"),h(z,"isReadableFinished");function ee(K){return K&&K[m]!=null?K[m]:typeof K?.readable!="boolean"?null:U(K)?!1:b(K)&&K.readable&&!z(K)}c(ee,"Ib"),h(ee,"isReadable");function H(K){return K&&K[l]!=null?K[l]:typeof K?.writable!="boolean"?null:U(K)?!1:S(K)&&K.writable&&!J(K)}c(H,"Bb"),h(H,"isWritable");function j(K,Oe){return T(K)?U(K)?!0:!(Oe?.readable!==!1&&ee(K)||Oe?.writable!==!1&&H(K)):null}c(j,"sT"),h(j,"isFinished");function V(K){var Oe,je;return T(K)?K.writableErrored?K.writableErrored:(Oe=(je=K._writableState)===null||je===void 0?void 0:je.errored)!==null&&Oe!==void 0?Oe:null:null}c(V,"lT"),h(V,"isWritableErrored");function X(K){var Oe,je;return T(K)?K.readableErrored?K.readableErrored:(Oe=(je=K._readableState)===null||je===void 0?void 0:je.errored)!==null&&Oe!==void 0?Oe:null:null}c(X,"cT"),h(X,"isReadableErrored");function pe(K){if(!T(K))return null;if(typeof K.closed=="boolean")return K.closed;let Oe=K._writableState,je=K._readableState;return typeof Oe?.closed=="boolean"||typeof je?.closed=="boolean"?Oe?.closed||je?.closed:typeof K._closed=="boolean"&&we(K)?K._closed:null}c(pe,"fT"),h(pe,"isClosed");function we(K){return typeof K._closed=="boolean"&&typeof K._defaultKeepAlive=="boolean"&&typeof K._removedConnection=="boolean"&&typeof K._removedContLen=="boolean"}c(we,"Nb"),h(we,"isOutgoingMessage");function he(K){return typeof K._sent100=="boolean"&&we(K)}c(he,"$b"),h(he,"isServerResponse");function Ae(K){var Oe;return typeof K._consuming=="boolean"&&typeof K._dumped=="boolean"&&((Oe=K.req)===null||Oe===void 0?void 0:Oe.upgradeOrConnect)===void 0}c(Ae,"uT"),h(Ae,"isServerRequest");function lt(K){if(!T(K))return null;let Oe=K._writableState,je=K._readableState,Te=Oe||je;return!Te&&he(K)||!!(Te&&Te.autoDestroy&&Te.emitClose&&Te.closed===!1)}c(lt,"dT"),h(lt,"willEmitClose");function le(K){var Oe;return!!(K&&((Oe=K[a])!==null&&Oe!==void 0?Oe:K.readableDidRead||K.readableAborted))}c(le,"hT"),h(le,"isDisturbed");function $e(K){var Oe,je,Te,Ge,me,Je,He,it,Ke,ve;return!!(K&&((Oe=(je=(Te=(Ge=(me=(Je=K[f])!==null&&Je!==void 0?Je:K.readableErrored)!==null&&me!==void 0?me:K.writableErrored)!==null&&Ge!==void 0?Ge:(He=K._readableState)===null||He===void 0?void 0:He.errorEmitted)!==null&&Te!==void 0?Te:(it=K._writableState)===null||it===void 0?void 0:it.errorEmitted)!==null&&je!==void 0?je:(Ke=K._readableState)===null||Ke===void 0?void 0:Ke.errored)!==null&&Oe!==void 0?Oe:!((ve=K._writableState)===null||ve===void 0)&&ve.errored))}c($e,"pT"),h($e,"isErrored"),e.exports={isDestroyed:U,kIsDestroyed:o,isDisturbed:le,kIsDisturbed:a,isErrored:$e,kIsErrored:f,isReadable:ee,kIsReadable:m,kIsClosedPromise:g,kControllerErrorFunction:y,kIsWritable:l,isClosed:pe,isDuplexNodeStream:F,isFinished:j,isIterable:C,isReadableNodeStream:b,isReadableStream:P,isReadableEnded:oe,isReadableFinished:z,isReadableErrored:X,isNodeStream:T,isWebStream:M,isWritable:H,isWritableNodeStream:S,isWritableStream:$,isWritableEnded:J,isWritableFinished:ne,isWritableErrored:V,isServerRequest:Ae,isServerResponse:he,willEmitClose:lt,isTransformStream:R}}),Ki=De((i,e)=>{"use strict";var t=Nt("process/"),{AbortError:r,codes:n}=Rr(),{ERR_INVALID_ARG_TYPE:o,ERR_STREAM_PREMATURE_CLOSE:f}=n,{kEmptyObject:m,once:l}=Ar(),{validateAbortSignal:a,validateFunction:g,validateObject:y,validateBoolean:b}=Ko(),{Promise:S,PromisePrototypeThen:F,SymbolDispose:T}=Wt(),{isClosed:P,isReadable:$,isReadableNodeStream:R,isReadableStream:M,isReadableFinished:C,isReadableErrored:U,isWritable:J,isWritableNodeStream:ne,isWritableStream:oe,isWritableFinished:z,isWritableErrored:ee,isNodeStream:H,willEmitClose:j,kIsClosedPromise:V}=Ni(),X;function pe(le){return le.setHeader&&typeof le.abort=="function"}c(pe,"AT"),h(pe,"isRequest");var we=h(()=>{},"nop");function he(le,$e,K){var Oe,je;if(arguments.length===2?(K=$e,$e=m):$e==null?$e=m:y($e,"options"),g(K,"callback"),a($e.signal,"options.signal"),K=l(K),M(le)||oe(le))return Ae(le,$e,K);if(!H(le))throw new o("stream",["ReadableStream","WritableStream","Stream"],le);let Te=(Oe=$e.readable)!==null&&Oe!==void 0?Oe:R(le),Ge=(je=$e.writable)!==null&&je!==void 0?je:ne(le),me=le._writableState,Je=le._readableState,He=h(()=>{le.writable||ve()},"onlegacyfinish"),it=j(le)&&R(le)===Te&&ne(le)===Ge,Ke=z(le,!1),ve=h(()=>{Ke=!0,le.destroyed&&(it=!1),!(it&&(!le.readable||Te))&&(!Te||ye)&&K.call(le)},"onfinish"),ye=C(le,!1),Fe=h(()=>{ye=!0,le.destroyed&&(it=!1),!(it&&(!le.writable||Ge))&&(!Ge||Ke)&&K.call(le)},"onend"),G=h(Q=>{K.call(le,Q)},"onerror"),te=P(le),se=h(()=>{te=!0;let Q=ee(le)||U(le);if(Q&&typeof Q!="boolean")return K.call(le,Q);if(Te&&!ye&&R(le,!0)&&!C(le,!1))return K.call(le,new f);if(Ge&&!Ke&&!z(le,!1))return K.call(le,new f);K.call(le)},"onclose"),ke=h(()=>{te=!0;let Q=ee(le)||U(le);if(Q&&typeof Q!="boolean")return K.call(le,Q);K.call(le)},"onclosed"),_e=h(()=>{le.req.on("finish",ve)},"onrequest");pe(le)?(le.on("complete",ve),it||le.on("abort",se),le.req?_e():le.on("request",_e)):Ge&&!me&&(le.on("end",He),le.on("close",He)),!it&&typeof le.aborted=="boolean"&&le.on("aborted",se),le.on("end",Fe),le.on("finish",ve),$e.error!==!1&&le.on("error",G),le.on("close",se),te?t.nextTick(se):me!=null&&me.errorEmitted||Je!=null&&Je.errorEmitted?it||t.nextTick(ke):(!Te&&(!it||$(le))&&(Ke||J(le)===!1)||!Ge&&(!it||J(le))&&(ye||$(le)===!1)||Je&&le.req&&le.aborted)&&t.nextTick(ke);let Pe=h(()=>{K=we,le.removeListener("aborted",se),le.removeListener("complete",ve),le.removeListener("abort",se),le.removeListener("request",_e),le.req&&le.req.removeListener("finish",ve),le.removeListener("end",He),le.removeListener("close",He),le.removeListener("finish",ve),le.removeListener("end",Fe),le.removeListener("error",G),le.removeListener("close",se)},"cleanup");if($e.signal&&!te){let Q=h(()=>{let ge=K;Pe(),ge.call(le,new r(void 0,{cause:$e.signal.reason}))},"abort");if($e.signal.aborted)t.nextTick(Q);else{X=X||Ar().addAbortListener;let ge=X($e.signal,Q),Ie=K;K=l((...xe)=>{ge[T](),Ie.apply(le,xe)})}}return Pe}c(he,"Kb"),h(he,"eos");function Ae(le,$e,K){let Oe=!1,je=we;if($e.signal)if(je=h(()=>{Oe=!0,K.call(le,new r(void 0,{cause:$e.signal.reason}))},"abort"),$e.signal.aborted)t.nextTick(je);else{X=X||Ar().addAbortListener;let Ge=X($e.signal,je),me=K;K=l((...Je)=>{Ge[T](),me.apply(le,Je)})}let Te=h((...Ge)=>{Oe||t.nextTick(()=>K.apply(le,Ge))},"resolverFn");return F(le[V].promise,Te,Te),we}c(Ae,"OT"),h(Ae,"eosWeb");function lt(le,$e){var K;let Oe=!1;return $e===null&&($e=m),(K=$e)!==null&&K!==void 0&&K.cleanup&&(b($e.cleanup,"cleanup"),Oe=$e.cleanup),new S((je,Te)=>{let Ge=he(le,$e,me=>{Oe&&Ge(),me?Te(me):je()})})}c(lt,"DT"),h(lt,"finished"),e.exports=he,e.exports.finished=lt}),Xa=De((i,e)=>{"use strict";var t=Nt("process/"),{aggregateTwoErrors:r,codes:{ERR_MULTIPLE_CALLBACK:n},AbortError:o}=Rr(),{Symbol:f}=Wt(),{kIsDestroyed:m,isDestroyed:l,isFinished:a,isServerRequest:g}=Ni(),y=f("kDestroy"),b=f("kConstruct");function S(j,V,X){j&&(j.stack,V&&!V.errored&&(V.errored=j),X&&!X.errored&&(X.errored=j))}c(S,"e0"),h(S,"checkError");function F(j,V){let X=this._readableState,pe=this._writableState,we=pe||X;return pe!=null&&pe.destroyed||X!=null&&X.destroyed?(typeof V=="function"&&V(),this):(S(j,pe,X),pe&&(pe.destroyed=!0),X&&(X.destroyed=!0),we.constructed?T(this,j,V):this.once(y,function(he){T(this,r(he,j),V)}),this)}c(F,"MT"),h(F,"destroy");function T(j,V,X){let pe=!1;function we(he){if(pe)return;pe=!0;let Ae=j._readableState,lt=j._writableState;S(he,lt,Ae),lt&&(lt.closed=!0),Ae&&(Ae.closed=!0),typeof X=="function"&&X(he),he?t.nextTick(P,j,he):t.nextTick($,j)}c(we,"n"),h(we,"onDestroy");try{j._destroy(V||null,we)}catch(he){we(he)}}c(T,"Yb"),h(T,"_destroy");function P(j,V){R(j,V),$(j)}c(P,"jT"),h(P,"emitErrorCloseNT");function $(j){let V=j._readableState,X=j._writableState;X&&(X.closeEmitted=!0),V&&(V.closeEmitted=!0),(X!=null&&X.emitClose||V!=null&&V.emitClose)&&j.emit("close")}c($,"t0"),h($,"emitCloseNT");function R(j,V){let X=j._readableState,pe=j._writableState;pe!=null&&pe.errorEmitted||X!=null&&X.errorEmitted||(pe&&(pe.errorEmitted=!0),X&&(X.errorEmitted=!0),j.emit("error",V))}c(R,"Cf"),h(R,"emitErrorNT");function M(){let j=this._readableState,V=this._writableState;j&&(j.constructed=!0,j.closed=!1,j.closeEmitted=!1,j.destroyed=!1,j.errored=null,j.errorEmitted=!1,j.reading=!1,j.ended=j.readable===!1,j.endEmitted=j.readable===!1),V&&(V.constructed=!0,V.destroyed=!1,V.closed=!1,V.closeEmitted=!1,V.errored=null,V.errorEmitted=!1,V.finalCalled=!1,V.prefinished=!1,V.ended=V.writable===!1,V.ending=V.writable===!1,V.finished=V.writable===!1)}c(M,"HT"),h(M,"undestroy");function C(j,V,X){let pe=j._readableState,we=j._writableState;if(we!=null&&we.destroyed||pe!=null&&pe.destroyed)return this;pe!=null&&pe.autoDestroy||we!=null&&we.autoDestroy?j.destroy(V):V&&(V.stack,we&&!we.errored&&(we.errored=V),pe&&!pe.errored&&(pe.errored=V),X?t.nextTick(R,j,V):R(j,V))}c(C,"If"),h(C,"errorOrDestroy");function U(j,V){if(typeof j._construct!="function")return;let X=j._readableState,pe=j._writableState;X&&(X.constructed=!1),pe&&(pe.constructed=!1),j.once(b,V),!(j.listenerCount(b)>1)&&t.nextTick(J,j)}c(U,"qT"),h(U,"construct");function J(j){let V=!1;function X(pe){if(V){C(j,pe??new n);return}V=!0;let we=j._readableState,he=j._writableState,Ae=he||we;we&&(we.constructed=!0),he&&(he.constructed=!0),Ae.destroyed?j.emit(y,pe):pe?C(j,pe,!0):t.nextTick(ne,j)}c(X,"r"),h(X,"onConstruct");try{j._construct(pe=>{t.nextTick(X,pe)})}catch(pe){t.nextTick(X,pe)}}c(J,"UT"),h(J,"constructNT");function ne(j){j.emit(b)}c(ne,"zT"),h(ne,"emitConstructNT");function oe(j){return j?.setHeader&&typeof j.abort=="function"}c(oe,"Xb"),h(oe,"isRequest");function z(j){j.emit("close")}c(z,"r0"),h(z,"emitCloseLegacy");function ee(j,V){j.emit("error",V),t.nextTick(z,j)}c(ee,"WT"),h(ee,"emitErrorCloseLegacy");function H(j,V){!j||l(j)||(!V&&!a(j)&&(V=new o),g(j)?(j.socket=null,j.destroy(V)):oe(j)?j.abort():oe(j.req)?j.req.abort():typeof j.destroy=="function"?j.destroy(V):typeof j.close=="function"?j.close():V?t.nextTick(ee,j,V):t.nextTick(z,j),j.destroyed||(j[m]=!0))}c(H,"VT"),h(H,"destroyer"),e.exports={construct:U,destroyer:H,destroy:F,undestroy:M,errorOrDestroy:C}}),am=De((i,e)=>{"use strict";var{ArrayIsArray:t,ObjectSetPrototypeOf:r}=Wt(),{EventEmitter:n}=Nt("events");function o(m){n.call(this,m)}c(o,"fs"),h(o,"Stream"),r(o.prototype,n.prototype),r(o,n),o.prototype.pipe=function(m,l){let a=this;function g($){m.writable&&m.write($)===!1&&a.pause&&a.pause()}c(g,"i"),h(g,"ondata"),a.on("data",g);function y(){a.readable&&a.resume&&a.resume()}c(y,"n"),h(y,"ondrain"),m.on("drain",y),!m._isStdio&&(!l||l.end!==!1)&&(a.on("end",S),a.on("close",F));let b=!1;function S(){b||(b=!0,m.end())}c(S,"s"),h(S,"onend");function F(){b||(b=!0,typeof m.destroy=="function"&&m.destroy())}c(F,"l"),h(F,"onclose");function T($){P(),n.listenerCount(this,"error")===0&&this.emit("error",$)}c(T,"u"),h(T,"onerror"),f(a,"error",T),f(m,"error",T);function P(){a.removeListener("data",g),m.removeListener("drain",y),a.removeListener("end",S),a.removeListener("close",F),a.removeListener("error",T),m.removeListener("error",T),a.removeListener("end",P),a.removeListener("close",P),m.removeListener("close",P)}return c(P,"c"),h(P,"cleanup"),a.on("end",P),a.on("close",P),m.on("close",P),m.emit("pipe",a),m};function f(m,l,a){if(typeof m.prependListener=="function")return m.prependListener(l,a);!m._events||!m._events[l]?m.on(l,a):t(m._events[l])?m._events[l].unshift(a):m._events[l]=[a,m._events[l]]}c(f,"Bf"),h(f,"prependListener"),e.exports={Stream:o,prependListener:f}}),Yc=De((i,e)=>{"use strict";var{SymbolDispose:t}=Wt(),{AbortError:r,codes:n}=Rr(),{isNodeStream:o,isWebStream:f,kControllerErrorFunction:m}=Ni(),l=Ki(),{ERR_INVALID_ARG_TYPE:a}=n,g,y=h((b,S)=>{if(typeof b!="object"||!("aborted"in b))throw new a(S,"AbortSignal",b)},"validateAbortSignal");e.exports.addAbortSignal=h(function(b,S){if(y(b,"signal"),!o(S)&&!f(S))throw new a("stream",["ReadableStream","WritableStream","Stream"],S);return e.exports.addAbortSignalNoValidate(b,S)},"addAbortSignal"),e.exports.addAbortSignalNoValidate=function(b,S){if(typeof b!="object"||!("aborted"in b))return S;let F=o(S)?()=>{S.destroy(new r(void 0,{cause:b.reason}))}:()=>{S[m](new r(void 0,{cause:b.reason}))};if(b.aborted)F();else{g=g||Ar().addAbortListener;let T=g(b,F);l(S,T[t])}return S}}),xR=De((i,e)=>{"use strict";var a;var{StringPrototypeSlice:t,SymbolIterator:r,TypedArrayPrototypeSet:n,Uint8Array:o}=Wt(),{Buffer:f}=Nt("buffer"),{inspect:m}=Ar(),l;e.exports=(l=(a=class{constructor(){this.head=null,this.tail=null,this.length=0}push(y){let b={data:y,next:null};this.length>0?this.tail.next=b:this.head=b,this.tail=b,++this.length}unshift(y){let b={data:y,next:this.head};this.length===0&&(this.tail=b),this.head=b,++this.length}shift(){if(this.length===0)return;let y=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,y}clear(){this.head=this.tail=null,this.length=0}join(y){if(this.length===0)return"";let b=this.head,S=""+b.data;for(;(b=b.next)!==null;)S+=y+b.data;return S}concat(y){if(this.length===0)return f.alloc(0);let b=f.allocUnsafe(y>>>0),S=this.head,F=0;for(;S;)n(b,S.data,F),F+=S.data.length,S=S.next;return b}consume(y,b){let S=this.head.data;if(y<S.length){let F=S.slice(0,y);return this.head.data=S.slice(y),F}return y===S.length?this.shift():b?this._getString(y):this._getBuffer(y)}first(){return this.head.data}*[r](){for(let y=this.head;y;y=y.next)yield y.data}_getString(y){let b="",S=this.head,F=0;do{let T=S.data;if(y>T.length)b+=T,y-=T.length;else{y===T.length?(b+=T,++F,S.next?this.head=S.next:this.head=this.tail=null):(b+=t(T,0,y),this.head=S,S.data=t(T,y));break}++F}while((S=S.next)!==null);return this.length-=F,b}_getBuffer(y){let b=f.allocUnsafe(y),S=y,F=this.head,T=0;do{let P=F.data;if(y>P.length)n(b,P,S-y),y-=P.length;else{y===P.length?(n(b,P,S-y),++T,F.next?this.head=F.next:this.head=this.tail=null):(n(b,new o(P.buffer,P.byteOffset,y),S-y),this.head=F,F.data=P.slice(y));break}++T}while((F=F.next)!==null);return this.length-=T,b}[Symbol.for("nodejs.util.inspect.custom")](y,b){return m(this,{...b,depth:0,customInspect:!1})}},c(a,"Ii"),a),h(l,"BufferList"),l)}),Xc=De((i,e)=>{"use strict";var{MathFloor:t,NumberIsInteger:r}=Wt(),{validateInteger:n}=Ko(),{ERR_INVALID_ARG_VALUE:o}=Rr().codes,f=16*1024,m=16;function l(b,S,F){return b.highWaterMark!=null?b.highWaterMark:S?b[F]:null}c(l,"sA"),h(l,"highWaterMarkFrom");function a(b){return b?m:f}c(a,"p0"),h(a,"getDefaultHighWaterMark");function g(b,S){n(S,"value",0),b?m=S:f=S}c(g,"lA"),h(g,"setDefaultHighWaterMark");function y(b,S,F,T){let P=l(S,T,F);if(P!=null){if(!r(P)||P<0){let $=T?`options.${F}`:"options.highWaterMark";throw new o($,P)}return t(P)}return a(b.objectMode)}c(y,"cA"),h(y,"getHighWaterMark"),e.exports={getHighWaterMark:y,getDefaultHighWaterMark:a,setDefaultHighWaterMark:g}}),AR=De(i=>{"use strict";var e=Kc().Buffer,t=e.isEncoding||function(R){switch(R=""+R,R&&R.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function r(R){if(!R)return"utf8";for(var M;;)switch(R){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return R;default:if(M)return;R=(""+R).toLowerCase(),M=!0}}c(r,"fA"),h(r,"_normalizeEncoding");function n(R){var M=r(R);if(typeof M!="string"&&(e.isEncoding===t||!t(R)))throw new Error("Unknown encoding: "+R);return M||R}c(n,"uA"),h(n,"normalizeEncoding"),i.StringDecoder=o;function o(R){this.encoding=n(R);var M;switch(this.encoding){case"utf16le":this.text=b,this.end=S,M=4;break;case"utf8":this.fillLast=a,M=4;break;case"base64":this.text=F,this.end=T,M=3;break;default:this.write=P,this.end=$;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(M)}c(o,"Yn"),h(o,"StringDecoder"),o.prototype.write=function(R){if(R.length===0)return"";var M,C;if(this.lastNeed){if(M=this.fillLast(R),M===void 0)return"";C=this.lastNeed,this.lastNeed=0}else C=0;return C<R.length?M?M+this.text(R,C):this.text(R,C):M||""},o.prototype.end=y,o.prototype.text=g,o.prototype.fillLast=function(R){if(this.lastNeed<=R.length)return R.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);R.copy(this.lastChar,this.lastTotal-this.lastNeed,0,R.length),this.lastNeed-=R.length};function f(R){return R<=127?0:R>>5===6?2:R>>4===14?3:R>>3===30?4:R>>6===2?-1:-2}c(f,"Lf"),h(f,"utf8CheckByte");function m(R,M,C){var U=M.length-1;if(U<C)return 0;var J=f(M[U]);return J>=0?(J>0&&(R.lastNeed=J-1),J):--U<C||J===-2?0:(J=f(M[U]),J>=0?(J>0&&(R.lastNeed=J-2),J):--U<C||J===-2?0:(J=f(M[U]),J>=0?(J>0&&(J===2?J=0:R.lastNeed=J-3),J):0))}c(m,"dA"),h(m,"utf8CheckIncomplete");function l(R,M,C){if((M[0]&192)!==128)return R.lastNeed=0,"\uFFFD";if(R.lastNeed>1&&M.length>1){if((M[1]&192)!==128)return R.lastNeed=1,"\uFFFD";if(R.lastNeed>2&&M.length>2&&(M[2]&192)!==128)return R.lastNeed=2,"\uFFFD"}}c(l,"hA"),h(l,"utf8CheckExtraBytes");function a(R){var M=this.lastTotal-this.lastNeed,C=l(this,R,M);if(C!==void 0)return C;if(this.lastNeed<=R.length)return R.copy(this.lastChar,M,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);R.copy(this.lastChar,M,0,R.length),this.lastNeed-=R.length}c(a,"pA"),h(a,"utf8FillLast");function g(R,M){var C=m(this,R,M);if(!this.lastNeed)return R.toString("utf8",M);this.lastTotal=C;var U=R.length-(C-this.lastNeed);return R.copy(this.lastChar,0,U),R.toString("utf8",M,U)}c(g,"mA"),h(g,"utf8Text");function y(R){var M=R&&R.length?this.write(R):"";return this.lastNeed?M+"\uFFFD":M}c(y,"wA"),h(y,"utf8End");function b(R,M){if((R.length-M)%2===0){var C=R.toString("utf16le",M);if(C){var U=C.charCodeAt(C.length-1);if(U>=55296&&U<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=R[R.length-2],this.lastChar[1]=R[R.length-1],C.slice(0,-1)}return C}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=R[R.length-1],R.toString("utf16le",M,R.length-1)}c(b,"gA"),h(b,"utf16Text");function S(R){var M=R&&R.length?this.write(R):"";if(this.lastNeed){var C=this.lastTotal-this.lastNeed;return M+this.lastChar.toString("utf16le",0,C)}return M}c(S,"yA"),h(S,"utf16End");function F(R,M){var C=(R.length-M)%3;return C===0?R.toString("base64",M):(this.lastNeed=3-C,this.lastTotal=3,C===1?this.lastChar[0]=R[R.length-1]:(this.lastChar[0]=R[R.length-2],this.lastChar[1]=R[R.length-1]),R.toString("base64",M,R.length-C))}c(F,"bA"),h(F,"base64Text");function T(R){var M=R&&R.length?this.write(R):"";return this.lastNeed?M+this.lastChar.toString("base64",0,3-this.lastNeed):M}c(T,"_A"),h(T,"base64End");function P(R){return R.toString(this.encoding)}c(P,"vA"),h(P,"simpleWrite");function $(R){return R&&R.length?this.write(R):""}c($,"FA"),h($,"simpleEnd")}),__=De((i,e)=>{"use strict";var t=Nt("process/"),{PromisePrototypeThen:r,SymbolAsyncIterator:n,SymbolIterator:o}=Wt(),{Buffer:f}=Nt("buffer"),{ERR_INVALID_ARG_TYPE:m,ERR_STREAM_NULL_VALUES:l}=Rr().codes;function a(g,y,b){let S;if(typeof y=="string"||y instanceof f)return new g({objectMode:!0,...b,read(){this.push(y),this.push(null)}});let F;if(y&&y[n])F=!0,S=y[n]();else if(y&&y[o])F=!1,S=y[o]();else throw new m("iterable",["Iterable"],y);let T=new g({objectMode:!0,highWaterMark:1,...b}),P=!1;T._read=function(){P||(P=!0,R())},T._destroy=function(M,C){r($(M),()=>t.nextTick(C,M),U=>t.nextTick(C,U||M))};async function $(M){let C=M!=null,U=typeof S.throw=="function";if(C&&U){let{value:J,done:ne}=await S.throw(M);if(await J,ne)return}if(typeof S.return=="function"){let{value:J}=await S.return();await J}}c($,"l"),h($,"close");async function R(){for(;;){try{let{value:M,done:C}=F?await S.next():S.next();if(C)T.push(null);else{let U=M&&typeof M.then=="function"?await M:M;if(U===null)throw P=!1,new l;if(T.push(U))continue;P=!1}}catch(M){T.destroy(M)}break}}return c(R,"u"),h(R,"next"),T}c(a,"PA"),h(a,"from"),e.exports=a}),Qc=De((i,e)=>{"use strict";var t=Nt("process/"),{ArrayPrototypeIndexOf:r,NumberIsInteger:n,NumberIsNaN:o,NumberParseInt:f,ObjectDefineProperties:m,ObjectKeys:l,ObjectSetPrototypeOf:a,Promise:g,SafeSet:y,SymbolAsyncDispose:b,SymbolAsyncIterator:S,Symbol:F}=Wt();e.exports=xe,xe.ReadableState=Ie;var{EventEmitter:T}=Nt("events"),{Stream:P,prependListener:$}=am(),{Buffer:R}=Nt("buffer"),{addAbortSignal:M}=Yc(),C=Ki(),U=Ar().debuglog("stream",D=>{U=D}),J=xR(),ne=Xa(),{getHighWaterMark:oe,getDefaultHighWaterMark:z}=Xc(),{aggregateTwoErrors:ee,codes:{ERR_INVALID_ARG_TYPE:H,ERR_METHOD_NOT_IMPLEMENTED:j,ERR_OUT_OF_RANGE:V,ERR_STREAM_PUSH_AFTER_EOF:X,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:pe},AbortError:we}=Rr(),{validateObject:he}=Ko(),Ae=F("kPaused"),{StringDecoder:lt}=AR(),le=__();a(xe.prototype,P.prototype),a(xe,P);var $e=h(()=>{},"nop"),{errorOrDestroy:K}=ne,Oe=1,je=2,Te=4,Ge=8,me=16,Je=32,He=64,it=128,Ke=256,ve=512,ye=1024,Fe=2048,G=4096,te=8192,se=16384,ke=32768,_e=65536,Pe=1<<17,Q=1<<18;function ge(D){return{enumerable:!1,get(){return(this.state&D)!==0},set(W){W?this.state|=D:this.state&=~D}}}c(ge,"ge"),h(ge,"makeBitMapDescriptor"),m(Ie.prototype,{objectMode:ge(Oe),ended:ge(je),endEmitted:ge(Te),reading:ge(Ge),constructed:ge(me),sync:ge(Je),needReadable:ge(He),emittedReadable:ge(it),readableListening:ge(Ke),resumeScheduled:ge(ve),errorEmitted:ge(ye),emitClose:ge(Fe),autoDestroy:ge(G),destroyed:ge(te),closed:ge(se),closeEmitted:ge(ke),multiAwaitDrain:ge(_e),readingMore:ge(Pe),dataEmitted:ge(Q)});function Ie(D,W,Me){typeof Me!="boolean"&&(Me=W instanceof Di()),this.state=Fe|G|me|Je,D&&D.objectMode&&(this.state|=Oe),Me&&D&&D.readableObjectMode&&(this.state|=Oe),this.highWaterMark=D?oe(this,D,"readableHighWaterMark",Me):z(!1),this.buffer=new J,this.length=0,this.pipes=[],this.flowing=null,this[Ae]=null,D&&D.emitClose===!1&&(this.state&=~Fe),D&&D.autoDestroy===!1&&(this.state&=~G),this.errored=null,this.defaultEncoding=D&&D.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.decoder=null,this.encoding=null,D&&D.encoding&&(this.decoder=new lt(D.encoding),this.encoding=D.encoding)}c(Ie,"gs"),h(Ie,"ReadableState");function xe(D){if(!(this instanceof xe))return new xe(D);let W=this instanceof Di();this._readableState=new Ie(D,this,W),D&&(typeof D.read=="function"&&(this._read=D.read),typeof D.destroy=="function"&&(this._destroy=D.destroy),typeof D.construct=="function"&&(this._construct=D.construct),D.signal&&!W&&M(D.signal,this)),P.call(this,D),ne.construct(this,()=>{this._readableState.needReadable&&Y(this,this._readableState)})}c(xe,"j"),h(xe,"Readable"),xe.prototype.destroy=ne.destroy,xe.prototype._undestroy=ne.undestroy,xe.prototype._destroy=function(D,W){W(D)},xe.prototype[T.captureRejectionSymbol]=function(D){this.destroy(D)},xe.prototype[b]=function(){let D;return this.destroyed||(D=this.readableEnded?null:new we,this.destroy(D)),new g((W,Me)=>C(this,Le=>Le&&Le!==D?Me(Le):W(null)))},xe.prototype.push=function(D,W){return Ye(this,D,W,!1)},xe.prototype.unshift=function(D,W){return Ye(this,D,W,!0)};function Ye(D,W,Me,Le){U("readableAddChunk",W);let Ue=D._readableState,ut;if(Ue.state&Oe||(typeof W=="string"?(Me=Me||Ue.defaultEncoding,Ue.encoding!==Me&&(Le&&Ue.encoding?W=R.from(W,Me).toString(Ue.encoding):(W=R.from(W,Me),Me=""))):W instanceof R?Me="":P._isUint8Array(W)?(W=P._uint8ArrayToBuffer(W),Me=""):W!=null&&(ut=new H("chunk",["string","Buffer","Uint8Array"],W))),ut)K(D,ut);else if(W===null)Ue.state&=~Ge,St(D,Ue);else if(Ue.state&Oe||W&&W.length>0)if(Le)if(Ue.state&Te)K(D,new pe);else{if(Ue.destroyed||Ue.errored)return!1;kt(D,Ue,W,!0)}else if(Ue.ended)K(D,new X);else{if(Ue.destroyed||Ue.errored)return!1;Ue.state&=~Ge,Ue.decoder&&!Me?(W=Ue.decoder.write(W),Ue.objectMode||W.length!==0?kt(D,Ue,W,!1):Y(D,Ue)):kt(D,Ue,W,!1)}else Le||(Ue.state&=~Ge,Y(D,Ue));return!Ue.ended&&(Ue.length<Ue.highWaterMark||Ue.length===0)}c(Ye,"C0"),h(Ye,"readableAddChunk");function kt(D,W,Me,Le){W.flowing&&W.length===0&&!W.sync&&D.listenerCount("data")>0?(W.state&_e?W.awaitDrainWriters.clear():W.awaitDrainWriters=null,W.dataEmitted=!0,D.emit("data",Me)):(W.length+=W.objectMode?1:Me.length,Le?W.buffer.unshift(Me):W.buffer.push(Me),W.state&He&&Pt(D)),Y(D,W)}c(kt,"Uf"),h(kt,"addChunk"),xe.prototype.isPaused=function(){let D=this._readableState;return D[Ae]===!0||D.flowing===!1},xe.prototype.setEncoding=function(D){let W=new lt(D);this._readableState.decoder=W,this._readableState.encoding=this._readableState.decoder.encoding;let Me=this._readableState.buffer,Le="";for(let Ue of Me)Le+=W.write(Ue);return Me.clear(),Le!==""&&Me.push(Le),this._readableState.length=Le.length,this};var Gt=1073741824;function gt(D){if(D>Gt)throw new V("size","<= 1GiB",D);return D--,D|=D>>>1,D|=D>>>2,D|=D>>>4,D|=D>>>8,D|=D>>>16,D++,D}c(gt,"sO"),h(gt,"computeNewHighWaterMark");function _t(D,W){return D<=0||W.length===0&&W.ended?0:W.state&Oe?1:o(D)?W.flowing&&W.length?W.buffer.first().length:W.length:D<=W.length?D:W.ended?W.length:0}c(_t,"E0"),h(_t,"howMuchToRead"),xe.prototype.read=function(D){U("read",D),D===void 0?D=NaN:n(D)||(D=f(D,10));let W=this._readableState,Me=D;if(D>W.highWaterMark&&(W.highWaterMark=gt(D)),D!==0&&(W.state&=~it),D===0&&W.needReadable&&((W.highWaterMark!==0?W.length>=W.highWaterMark:W.length>0)||W.ended))return U("read: emitReadable",W.length,W.ended),W.length===0&&W.ended?N(this):Pt(this),null;if(D=_t(D,W),D===0&&W.ended)return W.length===0&&N(this),null;let Le=(W.state&He)!==0;if(U("need readable",Le),(W.length===0||W.length-D<W.highWaterMark)&&(Le=!0,U("length less than watermark",Le)),W.ended||W.reading||W.destroyed||W.errored||!W.constructed)Le=!1,U("reading, ended or constructing",Le);else if(Le){U("do read"),W.state|=Ge|Je,W.length===0&&(W.state|=He);try{this._read(W.highWaterMark)}catch(ut){K(this,ut)}W.state&=~Je,W.reading||(D=_t(Me,W))}let Ue;return D>0?Ue=de(D,W):Ue=null,Ue===null?(W.needReadable=W.length<=W.highWaterMark,D=0):(W.length-=D,W.multiAwaitDrain?W.awaitDrainWriters.clear():W.awaitDrainWriters=null),W.length===0&&(W.ended||(W.needReadable=!0),Me!==D&&W.ended&&N(this)),Ue!==null&&!W.errorEmitted&&!W.closeEmitted&&(W.dataEmitted=!0,this.emit("data",Ue)),Ue};function St(D,W){if(U("onEofChunk"),!W.ended){if(W.decoder){let Me=W.decoder.end();Me&&Me.length&&(W.buffer.push(Me),W.length+=W.objectMode?1:Me.length)}W.ended=!0,W.sync?Pt(D):(W.needReadable=!1,W.emittedReadable=!0,B(D))}}c(St,"lO"),h(St,"onEofChunk");function Pt(D){let W=D._readableState;U("emitReadable",W.needReadable,W.emittedReadable),W.needReadable=!1,W.emittedReadable||(U("emitReadable",W.flowing),W.emittedReadable=!0,t.nextTick(B,D))}c(Pt,"ys"),h(Pt,"emitReadable");function B(D){let W=D._readableState;U("emitReadable_",W.destroyed,W.length,W.ended),!W.destroyed&&!W.errored&&(W.length||W.ended)&&(D.emit("readable"),W.emittedReadable=!1),W.needReadable=!W.flowing&&!W.ended&&W.length<=W.highWaterMark,dt(D)}c(B,"I0"),h(B,"emitReadable_");function Y(D,W){!W.readingMore&&W.constructed&&(W.readingMore=!0,t.nextTick(Ne,D,W))}c(Y,"ws"),h(Y,"maybeReadMore");function Ne(D,W){for(;!W.reading&&!W.ended&&(W.length<W.highWaterMark||W.flowing&&W.length===0);){let Me=W.length;if(U("maybeReadMore read 0"),D.read(0),Me===W.length)break}W.readingMore=!1}c(Ne,"cO"),h(Ne,"maybeReadMore_"),xe.prototype._read=function(D){throw new j("_read()")},xe.prototype.pipe=function(D,W){let Me=this,Le=this._readableState;Le.pipes.length===1&&(Le.multiAwaitDrain||(Le.multiAwaitDrain=!0,Le.awaitDrainWriters=new y(Le.awaitDrainWriters?[Le.awaitDrainWriters]:[]))),Le.pipes.push(D),U("pipe count=%d opts=%j",Le.pipes.length,W);let Ue=(!W||W.end!==!1)&&D!==t.stdout&&D!==t.stderr?vt:Mr;Le.endEmitted?t.nextTick(Ue):Me.once("end",Ue),D.on("unpipe",ut);function ut(oi,$r){U("onunpipe"),oi===Me&&$r&&$r.hasUnpiped===!1&&($r.hasUnpiped=!0,fr())}c(ut,"s"),h(ut,"onunpipe");function vt(){U("onend"),D.end()}c(vt,"l"),h(vt,"onend");let Lt,Zr=!1;function fr(){U("cleanup"),D.removeListener("close",sr),D.removeListener("finish",Qt),Lt&&D.removeListener("drain",Lt),D.removeListener("error",Mt),D.removeListener("unpipe",ut),Me.removeListener("end",vt),Me.removeListener("end",Mr),Me.removeListener("data",ze),Zr=!0,Lt&&Le.awaitDrainWriters&&(!D._writableState||D._writableState.needDrain)&&Lt()}c(fr,"f"),h(fr,"cleanup");function Ct(){Zr||(Le.pipes.length===1&&Le.pipes[0]===D?(U("false write response, pause",0),Le.awaitDrainWriters=D,Le.multiAwaitDrain=!1):Le.pipes.length>1&&Le.pipes.includes(D)&&(U("false write response, pause",Le.awaitDrainWriters.size),Le.awaitDrainWriters.add(D)),Me.pause()),Lt||(Lt=et(Me,D),D.on("drain",Lt))}c(Ct,"d"),h(Ct,"pause"),Me.on("data",ze);function ze(oi){U("ondata");let $r=D.write(oi);U("dest.write",$r),$r===!1&&Ct()}c(ze,"h"),h(ze,"ondata");function Mt(oi){if(U("onerror",oi),Mr(),D.removeListener("error",Mt),D.listenerCount("error")===0){let $r=D._writableState||D._readableState;$r&&!$r.errorEmitted?K(D,oi):D.emit("error",oi)}}c(Mt,"p"),h(Mt,"onerror"),$(D,"error",Mt);function sr(){D.removeListener("finish",Qt),Mr()}c(sr,"m"),h(sr,"onclose"),D.once("close",sr);function Qt(){U("onfinish"),D.removeListener("close",sr),Mr()}c(Qt,"w"),h(Qt,"onfinish"),D.once("finish",Qt);function Mr(){U("unpipe"),Me.unpipe(D)}return c(Mr,"y"),h(Mr,"unpipe"),D.emit("pipe",Me),D.writableNeedDrain===!0?Ct():Le.flowing||(U("pipe resume"),Me.resume()),D};function et(D,W){return h(function(){let Me=D._readableState;Me.awaitDrainWriters===W?(U("pipeOnDrain",1),Me.awaitDrainWriters=null):Me.multiAwaitDrain&&(U("pipeOnDrain",Me.awaitDrainWriters.size),Me.awaitDrainWriters.delete(W)),(!Me.awaitDrainWriters||Me.awaitDrainWriters.size===0)&&D.listenerCount("data")&&D.resume()},"pipeOnDrainFunctionResult")}c(et,"fO"),h(et,"pipeOnDrain"),xe.prototype.unpipe=function(D){let W=this._readableState,Me={hasUnpiped:!1};if(W.pipes.length===0)return this;if(!D){let Ue=W.pipes;W.pipes=[],this.pause();for(let ut=0;ut<Ue.length;ut++)Ue[ut].emit("unpipe",this,{hasUnpiped:!1});return this}let Le=r(W.pipes,D);return Le===-1?this:(W.pipes.splice(Le,1),W.pipes.length===0&&this.pause(),D.emit("unpipe",this,Me),this)},xe.prototype.on=function(D,W){let Me=P.prototype.on.call(this,D,W),Le=this._readableState;return D==="data"?(Le.readableListening=this.listenerCount("readable")>0,Le.flowing!==!1&&this.resume()):D==="readable"&&!Le.endEmitted&&!Le.readableListening&&(Le.readableListening=Le.needReadable=!0,Le.flowing=!1,Le.emittedReadable=!1,U("on readable",Le.length,Le.reading),Le.length?Pt(this):Le.reading||t.nextTick(be,this)),Me},xe.prototype.addListener=xe.prototype.on,xe.prototype.removeListener=function(D,W){let Me=P.prototype.removeListener.call(this,D,W);return D==="readable"&&t.nextTick(re,this),Me},xe.prototype.off=xe.prototype.removeListener,xe.prototype.removeAllListeners=function(D){let W=P.prototype.removeAllListeners.apply(this,arguments);return(D==="readable"||D===void 0)&&t.nextTick(re,this),W};function re(D){let W=D._readableState;W.readableListening=D.listenerCount("readable")>0,W.resumeScheduled&&W[Ae]===!1?W.flowing=!0:D.listenerCount("data")>0?D.resume():W.readableListening||(W.flowing=null)}c(re,"B0"),h(re,"updateReadableListening");function be(D){U("readable nexttick read 0"),D.read(0)}c(be,"uO"),h(be,"nReadingNextTick"),xe.prototype.resume=function(){let D=this._readableState;return D.flowing||(U("resume"),D.flowing=!D.readableListening,A(this,D)),D[Ae]=!1,this};function A(D,W){W.resumeScheduled||(W.resumeScheduled=!0,t.nextTick(Ce,D,W))}c(A,"dO"),h(A,"resume");function Ce(D,W){U("resume",W.reading),W.reading||D.read(0),W.resumeScheduled=!1,D.emit("resume"),dt(D),W.flowing&&!W.reading&&D.read(0)}c(Ce,"hO"),h(Ce,"resume_"),xe.prototype.pause=function(){return U("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(U("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[Ae]=!0,this};function dt(D){let W=D._readableState;for(U("flow",W.flowing);W.flowing&&D.read()!==null;);}c(dt,"N0"),h(dt,"flow"),xe.prototype.wrap=function(D){let W=!1;D.on("data",Le=>{!this.push(Le)&&D.pause&&(W=!0,D.pause())}),D.on("end",()=>{this.push(null)}),D.on("error",Le=>{K(this,Le)}),D.on("close",()=>{this.destroy()}),D.on("destroy",()=>{this.destroy()}),this._read=()=>{W&&D.resume&&(W=!1,D.resume())};let Me=l(D);for(let Le=1;Le<Me.length;Le++){let Ue=Me[Le];this[Ue]===void 0&&typeof D[Ue]=="function"&&(this[Ue]=D[Ue].bind(D))}return this},xe.prototype[S]=function(){return v(this)},xe.prototype.iterator=function(D){return D!==void 0&&he(D,"options"),v(this,D)};function v(D,W){typeof D.read!="function"&&(D=xe.wrap(D,{objectMode:!0}));let Me=ue(D,W);return Me.stream=D,Me}c(v,"$0"),h(v,"streamToAsyncIterator");async function*ue(D,W){let Me=$e;function Le(vt){this===D?(Me(),Me=$e):Me=vt}c(Le,"i"),h(Le,"next"),D.on("readable",Le);let Ue,ut=C(D,{writable:!1},vt=>{Ue=vt?ee(Ue,vt):null,Me(),Me=$e});try{for(;;){let vt=D.destroyed?null:D.read();if(vt!==null)yield vt;else{if(Ue)throw Ue;if(Ue===null)return;await new g(Le)}}}catch(vt){throw Ue=ee(Ue,vt),Ue}finally{(Ue||W?.destroyOnReturn!==!1)&&(Ue===void 0||D._readableState.autoDestroy)?ne.destroyer(D,null):(D.off("readable",Le),ut())}}c(ue,"pO"),h(ue,"createAsyncIterator"),m(xe.prototype,{readable:{__proto__:null,get(){let D=this._readableState;return!!D&&D.readable!==!1&&!D.destroyed&&!D.errorEmitted&&!D.endEmitted},set(D){this._readableState&&(this._readableState.readable=!!D)}},readableDidRead:{__proto__:null,enumerable:!1,get:h(function(){return this._readableState.dataEmitted},"get")},readableAborted:{__proto__:null,enumerable:!1,get:h(function(){return!!(this._readableState.readable!==!1&&(this._readableState.destroyed||this._readableState.errored)&&!this._readableState.endEmitted)},"get")},readableHighWaterMark:{__proto__:null,enumerable:!1,get:h(function(){return this._readableState.highWaterMark},"get")},readableBuffer:{__proto__:null,enumerable:!1,get:h(function(){return this._readableState&&this._readableState.buffer},"get")},readableFlowing:{__proto__:null,enumerable:!1,get:h(function(){return this._readableState.flowing},"get"),set:h(function(D){this._readableState&&(this._readableState.flowing=D)},"set")},readableLength:{__proto__:null,enumerable:!1,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.objectMode:!1}},readableEncoding:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return this._readableState?this._readableState.closed:!1}},destroyed:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.destroyed:!1},set(D){this._readableState&&(this._readableState.destroyed=D)}},readableEnded:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.endEmitted:!1}}}),m(Ie.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[Ae]!==!1},set(D){this[Ae]=!!D}}}),xe._fromList=de;function de(D,W){if(W.length===0)return null;let Me;return W.objectMode?Me=W.buffer.shift():!D||D>=W.length?(W.decoder?Me=W.buffer.join(""):W.buffer.length===1?Me=W.buffer.first():Me=W.buffer.concat(W.length),W.buffer.clear()):Me=W.buffer.consume(D,W.decoder),Me}c(de,"L0"),h(de,"fromList");function N(D){let W=D._readableState;U("endReadable",W.endEmitted),W.endEmitted||(W.ended=!0,t.nextTick(Z,W,D))}c(N,"zf"),h(N,"endReadable");function Z(D,W){if(U("endReadableNT",D.endEmitted,D.length),!D.errored&&!D.closeEmitted&&!D.endEmitted&&D.length===0){if(D.endEmitted=!0,W.emit("end"),W.writable&&W.allowHalfOpen===!1)t.nextTick(fe,W);else if(D.autoDestroy){let Me=W._writableState;(!Me||Me.autoDestroy&&(Me.finished||Me.writable===!1))&&W.destroy()}}}c(Z,"mO"),h(Z,"endReadableNT");function fe(D){D.writable&&!D.writableEnded&&!D.destroyed&&D.end()}c(fe,"wO"),h(fe,"endWritableNT"),xe.from=function(D,W){return le(xe,D,W)};var st;function Xe(){return st===void 0&&(st={}),st}c(Xe,"M0"),h(Xe,"lazyWebStreams"),xe.fromWeb=function(D,W){return Xe().newStreamReadableFromReadableStream(D,W)},xe.toWeb=function(D,W){return Xe().newReadableStreamFromStreamReadable(D,W)},xe.wrap=function(D,W){var Me,Le;return new xe({objectMode:(Me=(Le=D.readableObjectMode)!==null&&Le!==void 0?Le:D.objectMode)!==null&&Me!==void 0?Me:!0,...W,destroy(Ue,ut){ne.destroyer(D,Ue),ut(Ue)}}).wrap(D)}}),om=De((i,e)=>{"use strict";var t=Nt("process/"),{ArrayPrototypeSlice:r,Error:n,FunctionPrototypeSymbolHasInstance:o,ObjectDefineProperty:f,ObjectDefineProperties:m,ObjectSetPrototypeOf:l,StringPrototypeToLowerCase:a,Symbol:g,SymbolHasInstance:y}=Wt();e.exports=he,he.WritableState=pe;var{EventEmitter:b}=Nt("events"),S=am().Stream,{Buffer:F}=Nt("buffer"),T=Xa(),{addAbortSignal:P}=Yc(),{getHighWaterMark:$,getDefaultHighWaterMark:R}=Xc(),{ERR_INVALID_ARG_TYPE:M,ERR_METHOD_NOT_IMPLEMENTED:C,ERR_MULTIPLE_CALLBACK:U,ERR_STREAM_CANNOT_PIPE:J,ERR_STREAM_DESTROYED:ne,ERR_STREAM_ALREADY_FINISHED:oe,ERR_STREAM_NULL_VALUES:z,ERR_STREAM_WRITE_AFTER_END:ee,ERR_UNKNOWN_ENCODING:H}=Rr().codes,{errorOrDestroy:j}=T;l(he.prototype,S.prototype),l(he,S);function V(){}c(V,"Xf"),h(V,"nop");var X=g("kOnFinished");function pe(G,te,se){typeof se!="boolean"&&(se=te instanceof Di()),this.objectMode=!!(G&&G.objectMode),se&&(this.objectMode=this.objectMode||!!(G&&G.writableObjectMode)),this.highWaterMark=G?$(this,G,"writableHighWaterMark",se):R(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;let ke=!!(G&&G.decodeStrings===!1);this.decodeStrings=!ke,this.defaultEncoding=G&&G.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=K.bind(void 0,te),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,we(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!G||G.emitClose!==!1,this.autoDestroy=!G||G.autoDestroy!==!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[X]=[]}c(pe,"ta"),h(pe,"WritableState");function we(G){G.buffered=[],G.bufferedIndex=0,G.allBuffers=!0,G.allNoop=!0}c(we,"vs"),h(we,"resetBuffer"),pe.prototype.getBuffer=h(function(){return r(this.buffered,this.bufferedIndex)},"getBuffer"),f(pe.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function he(G){let te=this instanceof Di();if(!te&&!o(he,this))return new he(G);this._writableState=new pe(G,this,te),G&&(typeof G.write=="function"&&(this._write=G.write),typeof G.writev=="function"&&(this._writev=G.writev),typeof G.destroy=="function"&&(this._destroy=G.destroy),typeof G.final=="function"&&(this._final=G.final),typeof G.construct=="function"&&(this._construct=G.construct),G.signal&&P(G.signal,this)),S.call(this,G),T.construct(this,()=>{let se=this._writableState;se.writing||Ge(this,se),it(this,se)})}c(he,"oe"),h(he,"Writable"),f(he,y,{__proto__:null,value:h(function(G){return o(this,G)?!0:this!==he?!1:G&&G._writableState instanceof pe},"value")}),he.prototype.pipe=function(){j(this,new J)};function Ae(G,te,se,ke){let _e=G._writableState;if(typeof se=="function")ke=se,se=_e.defaultEncoding;else{if(!se)se=_e.defaultEncoding;else if(se!=="buffer"&&!F.isEncoding(se))throw new H(se);typeof ke!="function"&&(ke=V)}if(te===null)throw new z;if(!_e.objectMode)if(typeof te=="string")_e.decodeStrings!==!1&&(te=F.from(te,se),se="buffer");else if(te instanceof F)se="buffer";else if(S._isUint8Array(te))te=S._uint8ArrayToBuffer(te),se="buffer";else throw new M("chunk",["string","Buffer","Uint8Array"],te);let Pe;return _e.ending?Pe=new ee:_e.destroyed&&(Pe=new ne("write")),Pe?(t.nextTick(ke,Pe),j(G,Pe,!0),Pe):(_e.pendingcb++,lt(G,_e,te,se,ke))}c(Ae,"K0"),h(Ae,"_write"),he.prototype.write=function(G,te,se){return Ae(this,G,te,se)===!0},he.prototype.cork=function(){this._writableState.corked++},he.prototype.uncork=function(){let G=this._writableState;G.corked&&(G.corked--,G.writing||Ge(this,G))},he.prototype.setDefaultEncoding=h(function(G){if(typeof G=="string"&&(G=a(G)),!F.isEncoding(G))throw new H(G);return this._writableState.defaultEncoding=G,this},"setDefaultEncoding");function lt(G,te,se,ke,_e){let Pe=te.objectMode?1:se.length;te.length+=Pe;let Q=te.length<te.highWaterMark;return Q||(te.needDrain=!0),te.writing||te.corked||te.errored||!te.constructed?(te.buffered.push({chunk:se,encoding:ke,callback:_e}),te.allBuffers&&ke!=="buffer"&&(te.allBuffers=!1),te.allNoop&&_e!==V&&(te.allNoop=!1)):(te.writelen=Pe,te.writecb=_e,te.writing=!0,te.sync=!0,G._write(se,ke,te.onwrite),te.sync=!1),Q&&!te.errored&&!te.destroyed}c(lt,"RO"),h(lt,"writeOrBuffer");function le(G,te,se,ke,_e,Pe,Q){te.writelen=ke,te.writecb=Q,te.writing=!0,te.sync=!0,te.destroyed?te.onwrite(new ne("write")):se?G._writev(_e,te.onwrite):G._write(_e,Pe,te.onwrite),te.sync=!1}c(le,"H0"),h(le,"doWrite");function $e(G,te,se,ke){--te.pendingcb,ke(se),Te(te),j(G,se)}c($e,"q0"),h($e,"onwriteError");function K(G,te){let se=G._writableState,ke=se.sync,_e=se.writecb;if(typeof _e!="function"){j(G,new U);return}se.writing=!1,se.writecb=null,se.length-=se.writelen,se.writelen=0,te?(te.stack,se.errored||(se.errored=te),G._readableState&&!G._readableState.errored&&(G._readableState.errored=te),ke?t.nextTick($e,G,se,te,_e):$e(G,se,te,_e)):(se.buffered.length>se.bufferedIndex&&Ge(G,se),ke?se.afterWriteTickInfo!==null&&se.afterWriteTickInfo.cb===_e?se.afterWriteTickInfo.count++:(se.afterWriteTickInfo={count:1,cb:_e,stream:G,state:se},t.nextTick(Oe,se.afterWriteTickInfo)):je(G,se,1,_e))}c(K,"CO"),h(K,"onwrite");function Oe({stream:G,state:te,count:se,cb:ke}){return te.afterWriteTickInfo=null,je(G,te,se,ke)}c(Oe,"IO"),h(Oe,"afterWriteTick");function je(G,te,se,ke){for(!te.ending&&!G.destroyed&&te.length===0&&te.needDrain&&(te.needDrain=!1,G.emit("drain"));se-- >0;)te.pendingcb--,ke();te.destroyed&&Te(te),it(G,te)}c(je,"Y0"),h(je,"afterWrite");function Te(G){if(G.writing)return;for(let _e=G.bufferedIndex;_e<G.buffered.length;++_e){var te;let{chunk:Pe,callback:Q}=G.buffered[_e],ge=G.objectMode?1:Pe.length;G.length-=ge,Q((te=G.errored)!==null&&te!==void 0?te:new ne("write"))}let se=G[X].splice(0);for(let _e=0;_e<se.length;_e++){var ke;se[_e]((ke=G.errored)!==null&&ke!==void 0?ke:new ne("end"))}we(G)}c(Te,"Jf"),h(Te,"errorBuffer");function Ge(G,te){if(te.corked||te.bufferProcessing||te.destroyed||!te.constructed)return;let{buffered:se,bufferedIndex:ke,objectMode:_e}=te,Pe=se.length-ke;if(!Pe)return;let Q=ke;if(te.bufferProcessing=!0,Pe>1&&G._writev){te.pendingcb-=Pe-1;let ge=te.allNoop?V:xe=>{for(let Ye=Q;Ye<se.length;++Ye)se[Ye].callback(xe)},Ie=te.allNoop&&Q===0?se:r(se,Q);Ie.allBuffers=te.allBuffers,le(G,te,!0,te.length,Ie,"",ge),we(te)}else{do{let{chunk:ge,encoding:Ie,callback:xe}=se[Q];se[Q++]=null;let Ye=_e?1:ge.length;le(G,te,!1,Ye,ge,Ie,xe)}while(Q<se.length&&!te.writing);Q===se.length?we(te):Q>256?(se.splice(0,Q),te.bufferedIndex=0):te.bufferedIndex=Q}te.bufferProcessing=!1}c(Ge,"Qf"),h(Ge,"clearBuffer"),he.prototype._write=function(G,te,se){if(this._writev)this._writev([{chunk:G,encoding:te}],se);else throw new C("_write()")},he.prototype._writev=null,he.prototype.end=function(G,te,se){let ke=this._writableState;typeof G=="function"?(se=G,G=null,te=null):typeof te=="function"&&(se=te,te=null);let _e;if(G!=null){let Pe=Ae(this,G,te);Pe instanceof n&&(_e=Pe)}return ke.corked&&(ke.corked=1,this.uncork()),_e||(!ke.errored&&!ke.ending?(ke.ending=!0,it(this,ke,!0),ke.ended=!0):ke.finished?_e=new oe("end"):ke.destroyed&&(_e=new ne("end"))),typeof se=="function"&&(_e||ke.finished?t.nextTick(se,_e):ke[X].push(se)),this};function me(G){return G.ending&&!G.destroyed&&G.constructed&&G.length===0&&!G.errored&&G.buffered.length===0&&!G.finished&&!G.writing&&!G.errorEmitted&&!G.closeEmitted}c(me,"_s"),h(me,"needFinish");function Je(G,te){let se=!1;function ke(_e){if(se){j(G,_e??U());return}if(se=!0,te.pendingcb--,_e){let Pe=te[X].splice(0);for(let Q=0;Q<Pe.length;Q++)Pe[Q](_e);j(G,_e,te.sync)}else me(te)&&(te.prefinished=!0,G.emit("prefinish"),te.pendingcb++,t.nextTick(Ke,G,te))}c(ke,"i"),h(ke,"onFinish"),te.sync=!0,te.pendingcb++;try{G._final(ke)}catch(_e){ke(_e)}te.sync=!1}c(Je,"BO"),h(Je,"callFinal");function He(G,te){!te.prefinished&&!te.finalCalled&&(typeof G._final=="function"&&!te.destroyed?(te.finalCalled=!0,Je(G,te)):(te.prefinished=!0,G.emit("prefinish")))}c(He,"NO"),h(He,"prefinish");function it(G,te,se){me(te)&&(He(G,te),te.pendingcb===0&&(se?(te.pendingcb++,t.nextTick((ke,_e)=>{me(_e)?Ke(ke,_e):_e.pendingcb--},G,te)):me(te)&&(te.pendingcb++,Ke(G,te))))}c(it,"eu"),h(it,"finishMaybe");function Ke(G,te){te.pendingcb--,te.finished=!0;let se=te[X].splice(0);for(let ke=0;ke<se.length;ke++)se[ke]();if(G.emit("finish"),te.autoDestroy){let ke=G._readableState;(!ke||ke.autoDestroy&&(ke.endEmitted||ke.readable===!1))&&G.destroy()}}c(Ke,"Yf"),h(Ke,"finish"),m(he.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:!1}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:!1},set(G){this._writableState&&(this._writableState.destroyed=G)}},writable:{__proto__:null,get(){let G=this._writableState;return!!G&&G.writable!==!1&&!G.destroyed&&!G.errored&&!G.ending&&!G.ended},set(G){this._writableState&&(this._writableState.writable=!!G)}},writableFinished:{__proto__:null,get(){return this._writableState?this._writableState.finished:!1}},writableObjectMode:{__proto__:null,get(){return this._writableState?this._writableState.objectMode:!1}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return this._writableState?this._writableState.ending:!1}},writableNeedDrain:{__proto__:null,get(){let G=this._writableState;return G?!G.destroyed&&!G.ending&&G.needDrain:!1}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:!1,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:!1,get:h(function(){return!!(this._writableState.writable!==!1&&(this._writableState.destroyed||this._writableState.errored)&&!this._writableState.finished)},"get")}});var ve=T.destroy;he.prototype.destroy=function(G,te){let se=this._writableState;return!se.destroyed&&(se.bufferedIndex<se.buffered.length||se[X].length)&&t.nextTick(Te,se),ve.call(this,G,te),this},he.prototype._undestroy=T.undestroy,he.prototype._destroy=function(G,te){te(G)},he.prototype[b.captureRejectionSymbol]=function(G){this.destroy(G)};var ye;function Fe(){return ye===void 0&&(ye={}),ye}c(Fe,"X0"),h(Fe,"lazyWebStreams"),he.fromWeb=function(G,te){return Fe().newStreamWritableFromWritableStream(G,te)},he.toWeb=function(G){return Fe().newWritableStreamFromStreamWritable(G)}}),PR=De((i,e)=>{var pe;var t=Nt("process/"),r=Nt("buffer"),{isReadable:n,isWritable:o,isIterable:f,isNodeStream:m,isReadableNodeStream:l,isWritableNodeStream:a,isDuplexNodeStream:g,isReadableStream:y,isWritableStream:b}=Ni(),S=Ki(),{AbortError:F,codes:{ERR_INVALID_ARG_TYPE:T,ERR_INVALID_RETURN_VALUE:P}}=Rr(),{destroyer:$}=Xa(),R=Di(),M=Qc(),C=om(),{createDeferredPromise:U}=Ar(),J=__(),ne=globalThis.Blob||r.Blob,oe=h(typeof ne<"u"?function(we){return we instanceof ne}:function(we){return!1},"isBlob"),z=globalThis.AbortController||zo().AbortController,{FunctionPrototypeCall:ee}=Wt(),H=(pe=class extends R{constructor(he){super(he),he?.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),he?.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}},c(pe,"ru"),pe);h(H,"Duplexify");var j=H;e.exports=h(c(function we(he,Ae){if(g(he))return he;if(l(he))return X({readable:he});if(a(he))return X({writable:he});if(m(he))return X({writable:!1,readable:!1});if(y(he))return X({readable:M.fromWeb(he)});if(b(he))return X({writable:C.fromWeb(he)});if(typeof he=="function"){let{value:le,write:$e,final:K,destroy:Oe}=V(he);if(f(le))return J(j,le,{objectMode:!0,write:$e,final:K,destroy:Oe});let je=le?.then;if(typeof je=="function"){let Te,Ge=ee(je,le,me=>{if(me!=null)throw new P("nully","body",me)},me=>{$(Te,me)});return Te=new j({objectMode:!0,readable:!1,write:$e,final(me){K(async()=>{try{await Ge,t.nextTick(me,null)}catch(Je){t.nextTick(me,Je)}})},destroy:Oe})}throw new P("Iterable, AsyncIterable or AsyncFunction",Ae,le)}if(oe(he))return we(he.arrayBuffer());if(f(he))return J(j,he,{objectMode:!0,writable:!1});if(y(he?.readable)&&b(he?.writable))return j.fromWeb(he);if(typeof he?.writable=="object"||typeof he?.readable=="object"){let le=he!=null&&he.readable?l(he?.readable)?he?.readable:we(he.readable):void 0,$e=he!=null&&he.writable?a(he?.writable)?he?.writable:we(he.writable):void 0;return X({readable:le,writable:$e})}let lt=he?.then;if(typeof lt=="function"){let le;return ee(lt,he,$e=>{$e!=null&&le.push($e),le.push(null)},$e=>{$(le,$e)}),le=new j({objectMode:!0,writable:!1,read(){}})}throw new T(Ae,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],he)},"e"),"duplexify");function V(we){let{promise:he,resolve:Ae}=U(),lt=new z,le=lt.signal;return{value:we(async function*(){for(;;){let $e=he;he=null;let{chunk:K,done:Oe,cb:je}=await $e;if(t.nextTick(je),Oe)return;if(le.aborted)throw new F(void 0,{cause:le.reason});({promise:he,resolve:Ae}=U()),yield K}}(),{signal:le}),write($e,K,Oe){let je=Ae;Ae=null,je({chunk:$e,done:!1,cb:Oe})},final($e){let K=Ae;Ae=null,K({done:!0,cb:$e})},destroy($e,K){lt.abort(),K($e)}}}c(V,"ZO"),h(V,"fromAsyncGen");function X(we){let he=we.readable&&typeof we.readable.read!="function"?M.wrap(we.readable):we.readable,Ae=we.writable,lt=!!n(he),le=!!o(Ae),$e,K,Oe,je,Te;function Ge(me){let Je=je;je=null,Je?Je(me):me&&Te.destroy(me)}return c(Ge,"f"),h(Ge,"onfinished"),Te=new j({readableObjectMode:!!(he!=null&&he.readableObjectMode),writableObjectMode:!!(Ae!=null&&Ae.writableObjectMode),readable:lt,writable:le}),le&&(S(Ae,me=>{le=!1,me&&$(he,me),Ge(me)}),Te._write=function(me,Je,He){Ae.write(me,Je)?He():$e=He},Te._final=function(me){Ae.end(),K=me},Ae.on("drain",function(){if($e){let me=$e;$e=null,me()}}),Ae.on("finish",function(){if(K){let me=K;K=null,me()}})),lt&&(S(he,me=>{lt=!1,me&&$(he,me),Ge(me)}),he.on("readable",function(){if(Oe){let me=Oe;Oe=null,me()}}),he.on("end",function(){Te.push(null)}),Te._read=function(){for(;;){let me=he.read();if(me===null){Oe=Te._read;return}if(!Te.push(me))return}}),Te._destroy=function(me,Je){!me&&je!==null&&(me=new F),Oe=null,$e=null,K=null,je===null?Je(me):(je=Je,$(Ae,me),$(he,me))},Te}c(X,"ji"),h(X,"_duplexify")}),Di=De((i,e)=>{"use strict";var{ObjectDefineProperties:t,ObjectGetOwnPropertyDescriptor:r,ObjectKeys:n,ObjectSetPrototypeOf:o}=Wt();e.exports=l;var f=Qc(),m=om();o(l.prototype,f.prototype),o(l,f);{let b=n(m.prototype);for(let S=0;S<b.length;S++){let F=b[S];l.prototype[F]||(l.prototype[F]=m.prototype[F])}}function l(b){if(!(this instanceof l))return new l(b);f.call(this,b),m.call(this,b),b?(this.allowHalfOpen=b.allowHalfOpen!==!1,b.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),b.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}c(l,"ut"),h(l,"Duplex"),t(l.prototype,{writable:{__proto__:null,...r(m.prototype,"writable")},writableHighWaterMark:{__proto__:null,...r(m.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...r(m.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...r(m.prototype,"writableBuffer")},writableLength:{__proto__:null,...r(m.prototype,"writableLength")},writableFinished:{__proto__:null,...r(m.prototype,"writableFinished")},writableCorked:{__proto__:null,...r(m.prototype,"writableCorked")},writableEnded:{__proto__:null,...r(m.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...r(m.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set(b){this._readableState&&this._writableState&&(this._readableState.destroyed=b,this._writableState.destroyed=b)}}});var a;function g(){return a===void 0&&(a={}),a}c(g,"m_"),h(g,"lazyWebStreams"),l.fromWeb=function(b,S){return g().newStreamDuplexFromReadableWritablePair(b,S)},l.toWeb=function(b){return g().newReadableWritablePairFromDuplex(b)};var y;l.from=function(b){return y||(y=PR()),y(b,"body")}}),v_=De((i,e)=>{"use strict";var{ObjectSetPrototypeOf:t,Symbol:r}=Wt();e.exports=l;var{ERR_METHOD_NOT_IMPLEMENTED:n}=Rr().codes,o=Di(),{getHighWaterMark:f}=Xc();t(l.prototype,o.prototype),t(l,o);var m=r("kCallback");function l(y){if(!(this instanceof l))return new l(y);let b=y?f(this,y,"readableHighWaterMark",!0):null;b===0&&(y={...y,highWaterMark:null,readableHighWaterMark:b,writableHighWaterMark:y.writableHighWaterMark||0}),o.call(this,y),this._readableState.sync=!1,this[m]=null,y&&(typeof y.transform=="function"&&(this._transform=y.transform),typeof y.flush=="function"&&(this._flush=y.flush)),this.on("prefinish",g)}c(l,"jt"),h(l,"Transform");function a(y){typeof this._flush=="function"&&!this.destroyed?this._flush((b,S)=>{if(b){y?y(b):this.destroy(b);return}S!=null&&this.push(S),this.push(null),y&&y()}):(this.push(null),y&&y())}c(a,"ou"),h(a,"final");function g(){this._final!==a&&a.call(this)}c(g,"eD"),h(g,"prefinish"),l.prototype._final=a,l.prototype._transform=function(y,b,S){throw new n("_transform()")},l.prototype._write=function(y,b,S){let F=this._readableState,T=this._writableState,P=F.length;this._transform(y,b,($,R)=>{if($){S($);return}R!=null&&this.push(R),T.ended||P===F.length||F.length<F.highWaterMark?S():this[m]=S})},l.prototype._read=function(){if(this[m]){let y=this[m];this[m]=null,y()}}}),S_=De((i,e)=>{"use strict";var{ObjectSetPrototypeOf:t}=Wt();e.exports=n;var r=v_();t(n.prototype,r.prototype),t(n,r);function n(o){if(!(this instanceof n))return new n(o);r.call(this,o)}c(n,"qi"),h(n,"PassThrough"),n.prototype._transform=function(o,f,m){m(null,o)}}),lm=De((i,e)=>{var t=Nt("process/"),{ArrayIsArray:r,Promise:n,SymbolAsyncIterator:o,SymbolDispose:f}=Wt(),m=Ki(),{once:l}=Ar(),a=Xa(),g=Di(),{aggregateTwoErrors:y,codes:{ERR_INVALID_ARG_TYPE:b,ERR_INVALID_RETURN_VALUE:S,ERR_MISSING_ARGS:F,ERR_STREAM_DESTROYED:T,ERR_STREAM_PREMATURE_CLOSE:P},AbortError:$}=Rr(),{validateFunction:R,validateAbortSignal:M}=Ko(),{isIterable:C,isReadable:U,isReadableNodeStream:J,isNodeStream:ne,isTransformStream:oe,isWebStream:z,isReadableStream:ee,isReadableFinished:H}=Ni(),j=globalThis.AbortController||zo().AbortController,V,X,pe;function we(Te,Ge,me){let Je=!1;Te.on("close",()=>{Je=!0});let He=m(Te,{readable:Ge,writable:me},it=>{Je=!it});return{destroy:h(it=>{Je||(Je=!0,a.destroyer(Te,it||new T("pipe")))},"destroy"),cleanup:He}}c(we,"S_"),h(we,"destroyer");function he(Te){return R(Te[Te.length-1],"streams[stream.length - 1]"),Te.pop()}c(he,"gD"),h(he,"popCallback");function Ae(Te){if(C(Te))return Te;if(J(Te))return lt(Te);throw new b("val",["Readable","Iterable","AsyncIterable"],Te)}c(Ae,"gu"),h(Ae,"makeAsyncIterable");async function*lt(Te){X||(X=Qc()),yield*X.prototype[o].call(Te)}c(lt,"yD"),h(lt,"fromReadable");async function le(Te,Ge,me,{end:Je}){let He,it=null,Ke=h(Fe=>{if(Fe&&(He=Fe),it){let G=it;it=null,G()}},"resume"),ve=h(()=>new n((Fe,G)=>{He?G(He):it=h(()=>{He?G(He):Fe()},"onresolve")}),"wait");Ge.on("drain",Ke);let ye=m(Ge,{readable:!1},Ke);try{Ge.writableNeedDrain&&await ve();for await(let Fe of Te)Ge.write(Fe)||await ve();Je&&(Ge.end(),await ve()),me()}catch(Fe){me(He!==Fe?y(He,Fe):Fe)}finally{ye(),Ge.off("drain",Ke)}}c(le,"Es"),h(le,"pumpToNode");async function $e(Te,Ge,me,{end:Je}){oe(Ge)&&(Ge=Ge.writable);let He=Ge.getWriter();try{for await(let it of Te)await He.ready,He.write(it).catch(()=>{});await He.ready,Je&&await He.close(),me()}catch(it){try{await He.abort(it),me(it)}catch(Ke){me(Ke)}}}c($e,"yu"),h($e,"pumpToWeb");function K(...Te){return Oe(Te,l(he(Te)))}c(K,"bD"),h(K,"pipeline");function Oe(Te,Ge,me){if(Te.length===1&&r(Te[0])&&(Te=Te[0]),Te.length<2)throw new F("streams");let Je=new j,He=Je.signal,it=me?.signal,Ke=[];M(it,"options.signal");function ve(){_e(new $)}c(ve,"l"),h(ve,"abort"),pe=pe||Ar().addAbortListener;let ye;it&&(ye=pe(it,ve));let Fe,G,te=[],se=0;function ke(xe){_e(xe,--se===0)}c(ke,"p"),h(ke,"finish");function _e(xe,Ye){var kt;if(xe&&(!Fe||Fe.code==="ERR_STREAM_PREMATURE_CLOSE")&&(Fe=xe),!(!Fe&&!Ye)){for(;te.length;)te.shift()(Fe);(kt=ye)===null||kt===void 0||kt[f](),Je.abort(),Ye&&(Fe||Ke.forEach(Gt=>Gt()),t.nextTick(Ge,Fe,G))}}c(_e,"m"),h(_e,"finishImpl");let Pe;for(let xe=0;xe<Te.length;xe++){let Ye=Te[xe],kt=xe<Te.length-1,Gt=xe>0,gt=kt||me?.end!==!1,_t=xe===Te.length-1;if(ne(Ye)){let St=c(function(Pt){Pt&&Pt.name!=="AbortError"&&Pt.code!=="ERR_STREAM_PREMATURE_CLOSE"&&ke(Pt)},"v");var Q=St;if(h(St,"onError"),gt){let{destroy:Pt,cleanup:B}=we(Ye,kt,Gt);te.push(Pt),U(Ye)&&_t&&Ke.push(B)}Ye.on("error",St),U(Ye)&&_t&&Ke.push(()=>{Ye.removeListener("error",St)})}if(xe===0)if(typeof Ye=="function"){if(Pe=Ye({signal:He}),!C(Pe))throw new S("Iterable, AsyncIterable or Stream","source",Pe)}else C(Ye)||J(Ye)||oe(Ye)?Pe=Ye:Pe=g.from(Ye);else if(typeof Ye=="function"){if(oe(Pe)){var ge;Pe=Ae((ge=Pe)===null||ge===void 0?void 0:ge.readable)}else Pe=Ae(Pe);if(Pe=Ye(Pe,{signal:He}),kt){if(!C(Pe,!0))throw new S("AsyncIterable",`transform[${xe-1}]`,Pe)}else{var Ie;V||(V=S_());let St=new V({objectMode:!0}),Pt=(Ie=Pe)===null||Ie===void 0?void 0:Ie.then;if(typeof Pt=="function")se++,Pt.call(Pe,Ne=>{G=Ne,Ne!=null&&St.write(Ne),gt&&St.end(),t.nextTick(ke)},Ne=>{St.destroy(Ne),t.nextTick(ke,Ne)});else if(C(Pe,!0))se++,le(Pe,St,ke,{end:gt});else if(ee(Pe)||oe(Pe)){let Ne=Pe.readable||Pe;se++,le(Ne,St,ke,{end:gt})}else throw new S("AsyncIterable or Promise","destination",Pe);Pe=St;let{destroy:B,cleanup:Y}=we(Pe,!1,!0);te.push(B),_t&&Ke.push(Y)}}else if(ne(Ye)){if(J(Pe)){se+=2;let St=je(Pe,Ye,ke,{end:gt});U(Ye)&&_t&&Ke.push(St)}else if(oe(Pe)||ee(Pe)){let St=Pe.readable||Pe;se++,le(St,Ye,ke,{end:gt})}else if(C(Pe))se++,le(Pe,Ye,ke,{end:gt});else throw new b("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Pe);Pe=Ye}else if(z(Ye)){if(J(Pe))se++,$e(Ae(Pe),Ye,ke,{end:gt});else if(ee(Pe)||C(Pe))se++,$e(Pe,Ye,ke,{end:gt});else if(oe(Pe))se++,$e(Pe.readable,Ye,ke,{end:gt});else throw new b("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Pe);Pe=Ye}else Pe=g.from(Ye)}return(He!=null&&He.aborted||it!=null&&it.aborted)&&t.nextTick(ve),Pe}c(Oe,"E_"),h(Oe,"pipelineImpl");function je(Te,Ge,me,{end:Je}){let He=!1;if(Ge.on("close",()=>{He||me(new P)}),Te.pipe(Ge,{end:!1}),Je){let Ke=c(function(){He=!0,Ge.end()},"s");var it=Ke;h(Ke,"endFn"),H(Te)?t.nextTick(Ke):Te.once("end",Ke)}else me();return m(Te,{readable:!0,writable:!1},Ke=>{let ve=Te._readableState;Ke&&Ke.code==="ERR_STREAM_PREMATURE_CLOSE"&&ve&&ve.ended&&!ve.errored&&!ve.errorEmitted?Te.once("end",me).once("error",me):me(Ke)}),m(Ge,{readable:!1,writable:!0},me)}c(je,"_D"),h(je,"pipe"),e.exports={pipelineImpl:Oe,pipeline:K}}),E_=De((i,e)=>{"use strict";var{pipeline:t}=lm(),r=Di(),{destroyer:n}=Xa(),{isNodeStream:o,isReadable:f,isWritable:m,isWebStream:l,isTransformStream:a,isWritableStream:g,isReadableStream:y}=Ni(),{AbortError:b,codes:{ERR_INVALID_ARG_VALUE:S,ERR_MISSING_ARGS:F}}=Rr(),T=Ki();e.exports=h(function(...P){if(P.length===0)throw new F("streams");if(P.length===1)return r.from(P[0]);let $=[...P];if(typeof P[0]=="function"&&(P[0]=r.from(P[0])),typeof P[P.length-1]=="function"){let j=P.length-1;P[j]=r.from(P[j])}for(let j=0;j<P.length;++j)if(!(!o(P[j])&&!l(P[j]))){if(j<P.length-1&&!(f(P[j])||y(P[j])||a(P[j])))throw new S(`streams[${j}]`,$[j],"must be readable");if(j>0&&!(m(P[j])||g(P[j])||a(P[j])))throw new S(`streams[${j}]`,$[j],"must be writable")}let R,M,C,U,J;function ne(j){let V=U;U=null,V?V(j):j?J.destroy(j):!H&&!ee&&J.destroy()}c(ne,"u"),h(ne,"onfinished");let oe=P[0],z=t(P,ne),ee=!!(m(oe)||g(oe)||a(oe)),H=!!(f(z)||y(z)||a(z));if(J=new r({writableObjectMode:!!(oe!=null&&oe.writableObjectMode),readableObjectMode:!!(z!=null&&z.readableObjectMode),writable:ee,readable:H}),ee){if(o(oe))J._write=function(V,X,pe){oe.write(V,X)?pe():R=pe},J._final=function(V){oe.end(),M=V},oe.on("drain",function(){if(R){let V=R;R=null,V()}});else if(l(oe)){let V=(a(oe)?oe.writable:oe).getWriter();J._write=async function(X,pe,we){try{await V.ready,V.write(X).catch(()=>{}),we()}catch(he){we(he)}},J._final=async function(X){try{await V.ready,V.close().catch(()=>{}),M=X}catch(pe){X(pe)}}}let j=a(z)?z.readable:z;T(j,()=>{if(M){let V=M;M=null,V()}})}if(H){if(o(z))z.on("readable",function(){if(C){let j=C;C=null,j()}}),z.on("end",function(){J.push(null)}),J._read=function(){for(;;){let j=z.read();if(j===null){C=J._read;return}if(!J.push(j))return}};else if(l(z)){let j=(a(z)?z.readable:z).getReader();J._read=async function(){for(;;)try{let{value:V,done:X}=await j.read();if(!J.push(V))return;if(X){J.push(null);return}}catch{return}}}}return J._destroy=function(j,V){!j&&U!==null&&(j=new b),C=null,R=null,M=null,U===null?V(j):(U=V,o(z)&&n(z,j))},J},"compose")}),DR=De((i,e)=>{"use strict";var Ke;var t=globalThis.AbortController||zo().AbortController,{codes:{ERR_INVALID_ARG_VALUE:r,ERR_INVALID_ARG_TYPE:n,ERR_MISSING_ARGS:o,ERR_OUT_OF_RANGE:f},AbortError:m}=Rr(),{validateAbortSignal:l,validateInteger:a,validateObject:g}=Ko(),y=Wt().Symbol("kWeak"),b=Wt().Symbol("kResistStopPropagation"),{finished:S}=Ki(),F=E_(),{addAbortSignalNoValidate:T}=Yc(),{isWritable:P,isNodeStream:$}=Ni(),{deprecate:R}=Ar(),{ArrayPrototypePush:M,Boolean:C,MathFloor:U,Number:J,NumberIsNaN:ne,Promise:oe,PromiseReject:z,PromiseResolve:ee,PromisePrototypeThen:H,Symbol:j}=Wt(),V=j("kEmpty"),X=j("kEof");function pe(ve,ye){if(ye!=null&&g(ye,"options"),ye?.signal!=null&&l(ye.signal,"options.signal"),$(ve)&&!P(ve))throw new r("stream",ve,"must be writable");let Fe=F(this,ve);return ye!=null&&ye.signal&&T(ye.signal,Fe),Fe}c(pe,"UD"),h(pe,"compose");function we(ve,ye){if(typeof ve!="function")throw new n("fn",["Function","AsyncFunction"],ve);ye!=null&&g(ye,"options"),ye?.signal!=null&&l(ye.signal,"options.signal");let Fe=1;ye?.concurrency!=null&&(Fe=U(ye.concurrency));let G=Fe-1;return ye?.highWaterMark!=null&&(G=U(ye.highWaterMark)),a(Fe,"options.concurrency",1),a(G,"options.highWaterMark",0),G+=Fe,h(async function*(){let te=Ar().AbortSignalAny([ye?.signal].filter(C)),se=this,ke=[],_e={signal:te},Pe,Q,ge=!1,Ie=0;function xe(){ge=!0,Ye()}c(xe,"p"),h(xe,"onCatch");function Ye(){Ie-=1,kt()}c(Ye,"m"),h(Ye,"afterItemProcessed");function kt(){Q&&!ge&&Ie<Fe&&ke.length<G&&(Q(),Q=null)}c(kt,"w"),h(kt,"maybeResume");async function Gt(){try{for await(let gt of se){if(ge)return;if(te.aborted)throw new m;try{if(gt=ve(gt,_e),gt===V)continue;gt=ee(gt)}catch(_t){gt=z(_t)}Ie+=1,H(gt,Ye,xe),ke.push(gt),Pe&&(Pe(),Pe=null),!ge&&(ke.length>=G||Ie>=Fe)&&await new oe(_t=>{Q=_t})}ke.push(X)}catch(gt){let _t=z(gt);H(_t,Ye,xe),ke.push(_t)}finally{ge=!0,Pe&&(Pe(),Pe=null)}}c(Gt,"y"),h(Gt,"pump"),Gt();try{for(;;){for(;ke.length>0;){let gt=await ke[0];if(gt===X)return;if(te.aborted)throw new m;gt!==V&&(yield gt),ke.shift(),kt()}await new oe(gt=>{Pe=gt})}}finally{ge=!0,Q&&(Q(),Q=null)}},"map").call(this)}c(we,"Ds"),h(we,"map");function he(ve=void 0){return ve!=null&&g(ve,"options"),ve?.signal!=null&&l(ve.signal,"options.signal"),h(async function*(){let ye=0;for await(let G of this){var Fe;if(ve!=null&&(Fe=ve.signal)!==null&&Fe!==void 0&&Fe.aborted)throw new m({cause:ve.signal.reason});yield[ye++,G]}},"asIndexedPairs").call(this)}c(he,"zD"),h(he,"asIndexedPairs");async function Ae(ve,ye=void 0){for await(let Fe of K.call(this,ve,ye))return!0;return!1}c(Ae,"M_"),h(Ae,"some");async function lt(ve,ye=void 0){if(typeof ve!="function")throw new n("fn",["Function","AsyncFunction"],ve);return!await Ae.call(this,async(...Fe)=>!await ve(...Fe),ye)}c(lt,"WD"),h(lt,"every");async function le(ve,ye){for await(let Fe of K.call(this,ve,ye))return Fe}c(le,"VD"),h(le,"find");async function $e(ve,ye){if(typeof ve!="function")throw new n("fn",["Function","AsyncFunction"],ve);async function Fe(G,te){return await ve(G,te),V}c(Fe,"r"),h(Fe,"forEachFn");for await(let G of we.call(this,Fe,ye));}c($e,"GD"),h($e,"forEach");function K(ve,ye){if(typeof ve!="function")throw new n("fn",["Function","AsyncFunction"],ve);async function Fe(G,te){return await ve(G,te)?G:V}return c(Fe,"r"),h(Fe,"filterFn"),we.call(this,Fe,ye)}c(K,"Su"),h(K,"filter");var Oe=(Ke=class extends o{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}},c(Ke,"ku"),Ke);h(Oe,"ReduceAwareErrMissingArgs");var je=Oe;async function Te(ve,ye,Fe){var G;if(typeof ve!="function")throw new n("reducer",["Function","AsyncFunction"],ve);Fe!=null&&g(Fe,"options"),Fe?.signal!=null&&l(Fe.signal,"options.signal");let te=arguments.length>1;if(Fe!=null&&(G=Fe.signal)!==null&&G!==void 0&&G.aborted){let Q=new m(void 0,{cause:Fe.signal.reason});throw this.once("error",()=>{}),await S(this.destroy(Q)),Q}let se=new t,ke=se.signal;if(Fe!=null&&Fe.signal){let Q={once:!0,[y]:this,[b]:!0};Fe.signal.addEventListener("abort",()=>se.abort(),Q)}let _e=!1;try{for await(let Q of this){var Pe;if(_e=!0,Fe!=null&&(Pe=Fe.signal)!==null&&Pe!==void 0&&Pe.aborted)throw new m;te?ye=await ve(ye,Q,{signal:ke}):(ye=Q,te=!0)}if(!_e&&!te)throw new je}finally{se.abort()}return ye}c(Te,"ZD"),h(Te,"reduce");async function Ge(ve){ve!=null&&g(ve,"options"),ve?.signal!=null&&l(ve.signal,"options.signal");let ye=[];for await(let G of this){var Fe;if(ve!=null&&(Fe=ve.signal)!==null&&Fe!==void 0&&Fe.aborted)throw new m(void 0,{cause:ve.signal.reason});M(ye,G)}return ye}c(Ge,"KD"),h(Ge,"toArray");function me(ve,ye){let Fe=we.call(this,ve,ye);return h(async function*(){for await(let G of Fe)yield*G},"flatMap").call(this)}c(me,"YD"),h(me,"flatMap");function Je(ve){if(ve=J(ve),ne(ve))return 0;if(ve<0)throw new f("number",">= 0",ve);return ve}c(Je,"j_"),h(Je,"toIntegerOrInfinity");function He(ve,ye=void 0){return ye!=null&&g(ye,"options"),ye?.signal!=null&&l(ye.signal,"options.signal"),ve=Je(ve),h(async function*(){var Fe;if(ye!=null&&(Fe=ye.signal)!==null&&Fe!==void 0&&Fe.aborted)throw new m;for await(let te of this){var G;if(ye!=null&&(G=ye.signal)!==null&&G!==void 0&&G.aborted)throw new m;ve--<=0&&(yield te)}},"drop").call(this)}c(He,"XD"),h(He,"drop");function it(ve,ye=void 0){return ye!=null&&g(ye,"options"),ye?.signal!=null&&l(ye.signal,"options.signal"),ve=Je(ve),h(async function*(){var Fe;if(ye!=null&&(Fe=ye.signal)!==null&&Fe!==void 0&&Fe.aborted)throw new m;for await(let te of this){var G;if(ye!=null&&(G=ye.signal)!==null&&G!==void 0&&G.aborted)throw new m;if(ve-- >0&&(yield te),ve<=0)return}},"take").call(this)}c(it,"JD"),h(it,"take"),e.exports.streamReturningOperators={asIndexedPairs:R(he,"readable.asIndexedPairs will be removed in a future version."),drop:He,filter:K,flatMap:me,map:we,take:it,compose:pe},e.exports.promiseReturningOperators={every:lt,forEach:$e,reduce:Te,toArray:Ge,some:Ae,find:le}}),F_=De((i,e)=>{"use strict";var{ArrayPrototypePop:t,Promise:r}=Wt(),{isIterable:n,isNodeStream:o,isWebStream:f}=Ni(),{pipelineImpl:m}=lm(),{finished:l}=Ki();k_();function a(...g){return new r((y,b)=>{let S,F,T=g[g.length-1];if(T&&typeof T=="object"&&!o(T)&&!n(T)&&!f(T)){let P=t(g);S=P.signal,F=P.end}m(g,(P,$)=>{P?b(P):y($)},{signal:S,end:F})})}c(a,"oR"),h(a,"pipeline"),e.exports={finished:l,pipeline:a}}),k_=De((i,e)=>{"use strict";var{Buffer:t}=Nt("buffer"),{ObjectDefineProperty:r,ObjectKeys:n,ReflectApply:o}=Wt(),{promisify:{custom:f}}=Ar(),{streamReturningOperators:m,promiseReturningOperators:l}=DR(),{codes:{ERR_ILLEGAL_CONSTRUCTOR:a}}=Rr(),g=E_(),{setDefaultHighWaterMark:y,getDefaultHighWaterMark:b}=Xc(),{pipeline:S}=lm(),{destroyer:F}=Xa(),T=Ki(),P=F_(),$=Ni(),R=e.exports=am().Stream;R.isDestroyed=$.isDestroyed,R.isDisturbed=$.isDisturbed,R.isErrored=$.isErrored,R.isReadable=$.isReadable,R.isWritable=$.isWritable,R.Readable=Qc();for(let C of n(m)){let U=c(function(...ne){if(new.target)throw a();return R.Readable.from(o(J,this,ne))},"r");h(U,"fn");let J=m[C];r(U,"name",{__proto__:null,value:J.name}),r(U,"length",{__proto__:null,value:J.length}),r(R.Readable.prototype,C,{__proto__:null,value:U,enumerable:!1,configurable:!0,writable:!0})}for(let C of n(l)){let U=c(function(...ne){if(new.target)throw a();return o(J,this,ne)},"r");h(U,"fn");let J=l[C];r(U,"name",{__proto__:null,value:J.name}),r(U,"length",{__proto__:null,value:J.length}),r(R.Readable.prototype,C,{__proto__:null,value:U,enumerable:!1,configurable:!0,writable:!0})}R.Writable=om(),R.Duplex=Di(),R.Transform=v_(),R.PassThrough=S_(),R.pipeline=S;var{addAbortSignal:M}=Yc();R.addAbortSignal=M,R.finished=T,R.destroy=F,R.compose=g,R.setDefaultHighWaterMark=y,R.getDefaultHighWaterMark=b,r(R,"promises",{__proto__:null,configurable:!0,enumerable:!0,get(){return P}}),r(S,f,{__proto__:null,enumerable:!0,get(){return P.pipeline}}),r(T,f,{__proto__:null,enumerable:!0,get(){return P.finished}}),R.Stream=R,R._isUint8Array=h(function(C){return C instanceof Uint8Array},"isUint8Array"),R._uint8ArrayToBuffer=h(function(C){return t.from(C.buffer,C.byteOffset,C.byteLength)},"_uint8ArrayToBuffer")}),NR=De((i,e)=>{"use strict";var t=Nt("stream");if(t&&process.env.READABLE_STREAM==="disable"){let r=t.promises;e.exports._uint8ArrayToBuffer=t._uint8ArrayToBuffer,e.exports._isUint8Array=t._isUint8Array,e.exports.isDisturbed=t.isDisturbed,e.exports.isErrored=t.isErrored,e.exports.isReadable=t.isReadable,e.exports.Readable=t.Readable,e.exports.Writable=t.Writable,e.exports.Duplex=t.Duplex,e.exports.Transform=t.Transform,e.exports.PassThrough=t.PassThrough,e.exports.addAbortSignal=t.addAbortSignal,e.exports.finished=t.finished,e.exports.destroy=t.destroy,e.exports.pipeline=t.pipeline,e.exports.compose=t.compose,Object.defineProperty(t,"promises",{configurable:!0,enumerable:!0,get(){return r}}),e.exports.Stream=t.Stream}else{let r=k_(),n=F_(),o=r.Readable.destroy;e.exports=r.Readable,e.exports._uint8ArrayToBuffer=r._uint8ArrayToBuffer,e.exports._isUint8Array=r._isUint8Array,e.exports.isDisturbed=r.isDisturbed,e.exports.isErrored=r.isErrored,e.exports.isReadable=r.isReadable,e.exports.Readable=r.Readable,e.exports.Writable=r.Writable,e.exports.Duplex=r.Duplex,e.exports.Transform=r.Transform,e.exports.PassThrough=r.PassThrough,e.exports.addAbortSignal=r.addAbortSignal,e.exports.finished=r.finished,e.exports.destroy=r.destroy,e.exports.destroy=o,e.exports.pipeline=r.pipeline,e.exports.compose=r.compose,Object.defineProperty(r,"promises",{configurable:!0,enumerable:!0,get(){return n}}),e.exports.Stream=r.Stream}e.exports.default=e.exports}),Ua,R_=(Ua=class{constructor(e,t){mt(this,"entries",[]),mt(this,"currentIndex",0),mt(this,"closed",!1),mt(this,"compositFs"),mt(this,"dirPath"),mt(this,"initialized",!1),this.compositFs=e,this.dirPath=t}async initialize(){if(this.initialized)return;let e=new Set;for(let t of[...this.compositFs.subFilesystems].reverse()){let r=await t.readdir(this.dirPath);for(let n of r)e.add(n)}for(let t of Array.from(e)){let r=this.dirPath+"/"+t;await this.compositFs.hiddenFilesFileSystem?.responsible(r)||this.entries.push({name:t,path:r})}this.initialized=!0}async*[Symbol.asyncIterator](){for(await this.initialize();this.currentIndex<this.entries.length&&!this.closed;){let e=this.entries[this.currentIndex++];try{let t=await this.compositFs.stat(e.path);yield{name:e.name,isFile:h(()=>t.isFile(),"isFile"),isDirectory:h(()=>t.isDirectory(),"isDirectory"),isBlockDevice:h(()=>t.isBlockDevice(),"isBlockDevice"),isCharacterDevice:h(()=>t.isCharacterDevice(),"isCharacterDevice"),isSymbolicLink:h(()=>t.isSymbolicLink(),"isSymbolicLink"),isFIFO:h(()=>t.isFIFO(),"isFIFO"),isSocket:h(()=>t.isSocket(),"isSocket")}}catch(t){console.debug(`Failed to stat ${e.path}:`,t)}}}async read(){if(this.closed)throw new Error("Directory handle is closed");if(await this.initialize(),this.currentIndex>=this.entries.length)return null;let e=this.entries[this.currentIndex++];try{let t=await this.compositFs.stat(e.path);return{name:e.name,isFile:h(()=>t.isFile(),"isFile"),isDirectory:h(()=>t.isDirectory(),"isDirectory"),isBlockDevice:h(()=>t.isBlockDevice(),"isBlockDevice"),isCharacterDevice:h(()=>t.isCharacterDevice(),"isCharacterDevice"),isSymbolicLink:h(()=>t.isSymbolicLink(),"isSymbolicLink"),isFIFO:h(()=>t.isFIFO(),"isFIFO"),isSocket:h(()=>t.isSocket(),"isSocket")}}catch{return this.read()}}async close(){this.closed=!0,this.entries=[]}get path(){return this.dirPath}},c(Ua,"Ws"),Ua);h(R_,"CompositeFsDir");var T_=R_,Wa,O_=(Wa=class{constructor(e){mt(this,"delegate"),mt(this,"compositeFs"),mt(this,"_subFsFileDescriptor"),mt(this,"handleType","file"),mt(this,"_compositFsFileDescriptor",-1),this.delegate=e.fs,this._subFsFileDescriptor=e.subFsFileDescriptor,this._compositFsFileDescriptor=-1,this.compositeFs=e.compositeFs;let t=this._subFsFileDescriptor}get fsType(){return this.delegate.fileType()}get subFsFileDescriptor(){return this._subFsFileDescriptor}get fd(){return this._compositFsFileDescriptor}realize(e){if(this._compositFsFileDescriptor!==-1)throw new Error("was already realized");this._compositFsFileDescriptor=e}readableWebStream(e){throw new Error("Method not implemented.")}async appendFile(e,t){return await this.compositeFs.logOperationOnFileDescsriptor(this,"appendFile",{data:e,options:t}),await this.delegate.appendFile(this,e,t)}async chmod(e){return await this.compositeFs.logOperationOnFileDescsriptor(this,"chmod",{mode:e}),this.delegate.fchmod(this,e)}async chown(e,t){return await this.compositeFs.logOperationOnFileDescsriptor(this,"chown",{uid:e,gid:t}),this.delegate.fchown(this,e,t)}async close(){return await this.compositeFs.logOperationOnFileDescsriptor(this,"close",{}),this.compositeFs.close(this)}async datasync(){return await this.compositeFs.logOperationOnFileDescsriptor(this,"datasync",{}),this.delegate.dataSync(this)}async read(e,t,r,n){return await this.compositeFs.logOperationOnFileDescsriptor(this,"read",{targetBufferLength:e.length,offset:t,length:r,position:n}),await this.delegate.read(this,e,t,r,n)}async readv(e,t){return await this.compositeFs.logOperationOnFileDescsriptor(this,"readv",{buffers:e,position:t}),this.delegate.readv(this,e,t)}async stat(e){return await this.compositeFs.logOperationOnFileDescsriptor(this,"stat",{options:e}),this.delegate.fstat(this,e)}async truncate(e){return await this.compositeFs.logOperationOnFileDescsriptor(this,"truncate",{len:e}),this.delegate.ftruncate(this,e)}async utimes(e,t){return await this.compositeFs.logOperationOnFileDescsriptor(this,"utimes",{atime:e,mtime:t}),this.delegate.futimes(this,e,t)}async write(e,t,r,n){return await this.compositeFs.logOperationOnFileDescsriptor(this,"write",{buffer:e,offset:t,length:r,position:n}),this.delegate.write(this,e,t,r,n)}async writev(e,t){return await this.compositeFs.logOperationOnFileDescsriptor(this,"writev",{buffers:e,position:t}),this.delegate.writev(this,e,t)}async sync(){return await this.compositeFs.logOperationOnFileDescsriptor(this,"sync",{}),this.delegate.dataSync(this)}},c(Wa,"Vs"),Wa);h(O_,"CompositFsFileHandle");var Zc=O_,qa,A_=(qa=class{constructor({name:e,parentFs:t,gitRoot:r}){mt(this,"compositFs"),mt(this,"gitRoot"),mt(this,"name"),this.name=e,this.compositFs=t,this.gitRoot=r}toStr(e){return typeof e=="string"?e:Buffer.isBuffer(e)?e.toString():e&&typeof e=="object"&&"fd"in e?`FileHandle(fd=${e.fd})`:String(e)}async open(e,t,r){throw new Error(`open not implemented for: ${this.toStr(e)}`)}async access(e,t){throw new Error(`access not implemented for: ${this.toStr(e)}`)}async stat(e,t){throw new Error(`lstat not implemented for: ${this.toStr(e)}`)}async lstat(e,t){throw new Error(`lstat not implemented for: ${this.toStr(e)}`)}async opendir(e,t){throw new Error(`opendir not implemented for: ${this.toStr(e)}`)}async link(e,t){throw new Error(`link not implemented for: ${this.toStr(e)}`)}async mkdir(e,t){throw new Error(`mkdir not implemented for: ${this.toStr(e)}`)}async readdir(e,t){throw new Error(`readdir not implemented for: ${this.toStr(e)}`)}async readlink(e,...t){throw new Error(`readlink not implemented for: ${this.toStr(e)}`)}async unlink(e){throw new Error(`unlink not implemented for: ${this.toStr(e)}`)}async rename(e,t){throw new Error(`rename not implemented for: ${this.toStr(e)}`)}async rmdir(e,...t){throw new Error(`rmdir not implemented for: ${this.toStr(e)}`)}async symlink(e,t,r){throw new Error(`symlink not implemented for: ${this.toStr(t)}`)}async lookup(e){throw new Error(`lookup not implemented for: ${this.toStr(e)}`)}resolvePath(e){throw new Error(`resolvePath not implemented for fd: ${e}`)}async close(e){this.compositFs.close(e)}async dataSync(e){throw new Error(`dataSync not implemented for: ${e.subFsFileDescriptor}`)}async read(e,t,r,n,o){throw new Error(`read not implemented for: ${e.subFsFileDescriptor}`)}async appendFile(e,t,r){throw new Error(`appendFile not implemented for: ${e.subFsFileDescriptor}`)}async fchmod(e,t){throw new Error(`fchmod not implemented for: ${e.subFsFileDescriptor}`)}async fchown(e,t,r){throw new Error(`fchown not implemented for: ${e.subFsFileDescriptor}`)}async ftruncate(e,t){throw new Error(`ftruncate not implemented for: ${e.subFsFileDescriptor}`)}async fstat(e,t){throw new Error(`fstat not implemented for: ${e.subFsFileDescriptor}`)}async futimes(e,t,r){throw new Error(`futimes not implemented for: ${e.subFsFileDescriptor}`)}async write(e,t,r,n,o){throw new Error(`write not implemented for: ${e.subFsFileDescriptor}`)}async writev(e,t,r){throw new Error(`writev not implemented for: ${e.subFsFileDescriptor}`)}async readv(e,t,r){throw new Error(`readv not implemented for: ${e.subFsFileDescriptor}`)}async readFile(e,t){throw new Error(`readFile not implemented for: ${this.toStr(e)}`)}async writeFile(e,t,r){throw new Error(`writeFile not implemented for: ${this.toStr(e)}`)}},c(qa,"Gs"),qa);h(A_,"BaseCompositeSubFs");var Jo=A_,za,P_=(za=class extends Jo{constructor({name:e,parentFs:t,gitRoot:r,passThroughFs:n}){super({name:e,parentFs:t,gitRoot:r}),mt(this,"openFh",new Map),mt(this,"memFs",(0,ef.createFsFromVolume)(new ef.Volume)),mt(this,"targetFs"),this.compositFs=t,this.gitRoot=r,this.targetFs=n}async responsible(e){return!0}fileType(){return 4}async open(e,t,r){let n=x_.dirname(e),o=await this.targetFs.promises.open(e,t,r);return this.openFh.set(o.fd,o),new Zc({fs:this,compositeFs:this.compositFs,subFsFileDescriptor:o.fd,parentFsFileDescriptors:[]})}async access(e,t){return await this.targetFs.promises.access(e,t)}async stat(e,...t){return this.targetFs.promises.stat(e,{bigint:!1})}async lstat(e,...t){return this.targetFs.promises.lstat(e,{bigint:!1})}async opendir(e,t){let r=await this.targetFs.promises.opendir(e,t);return new T_(this.compositFs,e.toString())}async link(e,t){return await this.targetFs.promises.link(e,t)}async mkdir(e,t){await this.targetFs.promises.mkdir(e,t)}async readdir(e,...t){return this.targetFs.promises.readdir(e,...t)}async readlink(e,...t){throw new Error("not implemented")}async unlink(e){return await this.targetFs.promises.unlink(e)}async rename(e,t){return await this.targetFs.promises.rename(e,t)}async rmdir(e,t){return await this.targetFs.promises.rmdir(e,t)}async symlink(e,t,r){return await this.targetFs.promises.symlink(e,t,r)}async lookup(e){throw new Error(`lookup is not implemented for: ${this.toStr(e)}`)}async close(e){let t=this.openFh.get(e.subFsFileDescriptor);t&&(this.openFh.delete(e.subFsFileDescriptor),await t.close())}async dataSync(e){let t=this.openFh.get(e.subFsFileDescriptor);if(t)return await t.sync()}async read(e,t,r,n,o){let f=this.openFh.get(e.subFsFileDescriptor);if(f)return await f.read(t,r,n,o);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async fchmod(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.chmod(t)}async fchown(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.chown(t,r)}async write(e,t,r,n,o){let f=this.openFh.get(e.subFsFileDescriptor);if(f)return await f.write(t,r,n,o);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async ftruncate(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.truncate(t)}resolvePath(e){throw new Error(`resolvePath is not implemented: resolvePath(${e})`)}async fstat(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.stat(t);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async futimes(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.utimes(t,r)}async writev(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.writev(t,r??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readv(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.readv(t,r??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readFile(e,t){return this.targetFs.promises.readFile(e,t)}async writeFile(e,t,r){return this.targetFs.promises.writeFile(e,t,r)}},c(za,"Zs"),za);h(P_,"PassThroughToAsyncFsSubFs");var CR=P_,Ha,D_=(Ha=class{constructor({name:e,storageFs:t,gitRoot:r,defaultBranch:n="main"}){mt(this,"promises"),mt(this,"gitRoot"),mt(this,"ephemeralFilesFileSystem"),mt(this,"hiddenFilesFileSystem"),mt(this,"passThroughFileSystem"),mt(this,"subFilesystems",[]),mt(this,"parentFs"),mt(this,"name"),mt(this,"defaultBranch"),mt(this,"gitCache"),mt(this,"pathToFileDescriptors",new Map),mt(this,"openFileHandles",new Map),mt(this,"logOperation"),this.name=e,this.gitRoot=r,this.defaultBranch=n,this.promises={access:this.access.bind(this),opendir:this.opendir.bind(this),mkdir:this.mkdir.bind(this),readdir:this.readdir.bind(this),open:this.open.bind(this),stat:this.stat.bind(this),lstat:this.lstat.bind(this),link:this.link.bind(this),readlink:this.readlink.bind(this),unlink:this.unlink.bind(this),rename:this.rename.bind(this),rmdir:this.rmdir.bind(this),symlink:this.symlink.bind(this),readFile:this.readFile.bind(this),writeFile:this.writeFile.bind(this),getFilehandle:this.getFilehandle.bind(this)},this.passThroughFileSystem=new CR({name:e+"-passthrough",passThroughFs:t,gitRoot:r,parentFs:this})}getNextFileDescriptor(){let e=Array.from(this.openFileHandles.keys());return e.length===0?1:Math.max(...e)+1}setLoggger(e){this.logOperation=e}async logOperationOnFileDescsriptor(e,t,r){if(!this.logOperation)return;let n=[];for(let[o,f]of this.pathToFileDescriptors.entries())f.includes(e.fd)&&n.push(o);if(n.length!==0)return this.logOperation?.({fsName:e.delegate.name,fd:e,path:n[0],operation:t,operationArgs:r})}getFilehandle(e){return this.openFileHandles.get(e)}setEphemeralFilesSubFs(e){this.ephemeralFilesFileSystem=e}setHiddenFilesSubFs(e){this.hiddenFilesFileSystem=e}addSubFs(e){this.subFilesystems.push(e)}async getResponsibleFs(e){if(!e.toString().startsWith(this.gitRoot)&&this.gitRoot!=="./")throw new Error("tried to access a file ("+e+") outside of the legit folder: "+this.gitRoot);if(!this.hiddenFilesFileSystem)throw new Error(this.name+" intialize hidden fs first!");if(!this.ephemeralFilesFileSystem)throw new Error(this.name+" intialize ephemeral fs first!");if(await this.hiddenFilesFileSystem.responsible(e.toString()))return this.hiddenFilesFileSystem;if(await this.ephemeralFilesFileSystem.responsible(e.toString()))return this.ephemeralFilesFileSystem;for(let t of this.subFilesystems)if(await t.responsible(e.toString()))return t;return this.passThroughFileSystem}async access(e,t){let r=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:r.name,path:e,operation:"access",operationArgs:{mode:t}}),r.access(e,t)}async opendir(e,t){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"opendir",operationArgs:{options:t}});let r=e.toString();if(!r.startsWith(this.gitRoot))throw new Error("tried to access a directory ("+r+") outside of the legit folder: "+this.gitRoot);return new T_(this,r)}async mkdir(e,t){let r=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:r.name,path:e.toString(),operation:"mkdir",operationArgs:{options:t}}),r.mkdir(e,t)}async readdir(e,t){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"readdir",operationArgs:{options:t}});let r=new Set;for(let n of[...this.subFilesystems].reverse()){let o=await n.readdir(e,t);for(let f of o)await this.ephemeralFilesFileSystem?.responsible((e=="/"?"":e)+"/"+f)||r.add(f)}try{let n=await this.passThroughFileSystem.readdir(e,t);for(let o of n)await this.ephemeralFilesFileSystem?.responsible((e=="/"?"":e)+"/"+o)||r.add(o)}catch(n){if(n.code!=="ENOENT")throw new Error("error reading ephemeral fs: "+n)}try{let n=await this.ephemeralFilesFileSystem.readdir(e,t);for(let o of n)r.add(o)}catch(n){if(n.code!=="ENOENT")throw new Error("error reading ephemeral fs: "+n)}for(let n of r){let o=(e=="/"?"":e)+"/"+n;await this.hiddenFilesFileSystem.responsible(o)&&r.delete(n)}return Array.from(r)}async open(e,t,r){let n=await this.getResponsibleFs(e);await this.logOperation?.({fsName:n.name,path:e,operation:"open",operationArgs:{flags:t,mode:r}});let o=await n.open(e,t,r),f=this.getNextFileDescriptor();return o.realize(f),this.openFileHandles.set(f,o),this.pathToFileDescriptors.get(e)||this.pathToFileDescriptors.set(e,[]),this.pathToFileDescriptors.get(e).push(f),o}async close(e){try{await e.delegate.close(e)}catch(t){throw t}finally{for(let[t,r]of this.pathToFileDescriptors.entries()){let n=r.indexOf(e.fd);if(n!==-1){r.splice(n,1),r.length===0&&this.pathToFileDescriptors.delete(t);break}}this.openFileHandles.delete(e.fd)}}async stat(e,t){let r=e.toString(),n=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:n.name,path:r,operation:"stat",operationArgs:{opts:t}}),n.stat(e)}async lstat(e,t){let r=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:r.name,path:e.toString(),operation:"lstat",operationArgs:{opts:t}}),r.lstat(e,t)}async link(e,t){throw new Error("not implemented")}async readlink(e,t){throw new Error("not implemented")}async unlink(e){let t=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:t.name,path:e.toString(),operation:"unlink",operationArgs:{}}),t.unlink(e)}async rename(e,t){if(this.hiddenFilesFileSystem){if(await this.hiddenFilesFileSystem.responsible(Vp.basename(e.toString())))throw new Error("Renaming of hidden Files is not allowed "+e);if(await this.hiddenFilesFileSystem.responsible(Vp.basename(t.toString())))throw new Error("Renaming to hidden Files is not allowed "+t)}let r=await this.getResponsibleFs(e),n=await this.getResponsibleFs(t);if(r===n)return await this.logOperation?.({fsName:r.name,path:e.toString(),operation:"rename",operationArgs:{oldPath:e,newPath:t}}),r.rename(e,t);let o=await r.open(e.toString(),"r");try{let f=await r.fstat(o),m=Buffer.alloc(f.size);await r.read(o,m,0,f.size,0),await r.close(o),await n.writeFile(t.toString(),m,"utf8"),await r.unlink(e)}catch(f){try{await r.close(o)}catch{}throw f}}async rmdir(e,t){let r=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:r.name,path:e.toString(),operation:"rmdir",operationArgs:{dirPath:e,options:t}}),r.rmdir(e,t)}async symlink(e,t,r){throw new Error("not implemented")}async readFile(e,t){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"readFile",operationArgs:{path:e,options:t}});let r=!0,n;if(typeof e=="number"){r=!1;let o=this.getFilehandle(e);if(!o)throw new Error("Invalid file descriptor");n=o}else if(typeof e=="string")n=await this.open(e,"r");else throw new Error("only filehandle and path are supported atm");try{let o=(await n.stat()).size;if(typeof o=="bigint"){if(o>BigInt(Number.MAX_SAFE_INTEGER))throw new Error("File too large to read into buffer");o=Number(o)}let f=Buffer.alloc(o),{bytesRead:m}=await n.read(f,0,o,0);if(t&&typeof t.encoding=="string")return f.slice(0,m).toString(t.encoding);if(typeof t=="string"){if(t==="utf8"||t==="utf-8")return f.slice(0,m).toString(t);throw new Error("Unsupported encoding: "+t)}return f.slice(0,m)}finally{n&&r&&await n.close()}}async writeFile(e,t,r){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"writeFile",operationArgs:{data:t,options:r}});let n=typeof e!="number",o,f,m,l="w";if(typeof r=="string"?f=r:r&&typeof r=="object"&&(f=r.encoding,m=r.mode,l=r.flag||"w"),typeof e=="number"){let a=this.getFilehandle(e);if(!a)throw new Error("Invalid file descriptor");o=a}else if(typeof e=="string")o=await this.open(e,l,m);else throw new Error("only filehandle and path are supported atm");try{let a;if(typeof t=="string")a=Buffer.from(t,f||"utf8");else if(t instanceof Buffer)a=t;else if(t instanceof Uint8Array)a=Buffer.from(t);else throw new Error("Invalid data type for writeFile");let g=0;for(;g<a.length;){let{bytesWritten:y}=await o.write(a,g,a.length-g,g);g+=y}}finally{o&&n&&await o.close()}}},c(Ha,"Ys"),Ha);h(D_,"CompositeFs");var IR=D_,Ga,C_=(Ga=class extends Jo{constructor({name:e,parentFs:t,gitRoot:r,hiddenFiles:n}){super({name:e,parentFs:t,gitRoot:r}),mt(this,"ig"),this.ig=(0,N_.default)(),this.ig.add(n)}async responsible(e){let t=e.replace(/\\/g,"/"),r=t.startsWith("./")?t.slice(2):t;return r=r.startsWith("/")?r.slice(1):r,r===""||r==="."?!1:this.ig.ignores(r)}fileType(){return 255}error(e){return new Error(`Access to hidden file is not allowed: ${this.toStr(e)}`)}async open(e,t,r){throw this.error(e)}async access(e){throw this.error(e)}async stat(e){throw this.error(e)}async lstat(e){throw this.error(e)}async opendir(e){throw this.error(e)}async link(e){throw this.error(e)}async mkdir(e){throw this.error(e)}async readdir(e){throw this.error(e)}async readlink(e){throw this.error(e)}async unlink(e){throw this.error(e)}async rename(e){throw this.error(e)}async rmdir(e){throw this.error(e)}async symlink(e,t){throw this.error(t)}async lookup(e){throw this.error(e)}resolvePath(e){throw new Error(`Access to hidden file is not allowed: resolvePath(${e})`)}async close(e){throw new Error("Access to hidden file is not allowed: close: "+e.subFsFileDescriptor)}async dataSync(e){throw new Error("Access to hidden file is not allowed: dataSync: "+e.subFsFileDescriptor)}async read(e,t,r,n,o){throw new Error("Access to hidden file is not allowed: readFileHandle: "+e.subFsFileDescriptor)}},c(Ga,"Xs"),Ga);h(C_,"HiddenFileSubFs");var BR=C_,Va,B_=(Va=class extends Jo{constructor({name:e,parentFs:t,gitRoot:r,ephemeralPatterns:n}){super({name:e,parentFs:t,gitRoot:r}),mt(this,"openFh",new Map),mt(this,"memFs",(0,tf.createFsFromVolume)(new tf.Volume)),mt(this,"ig"),mt(this,"patterns"),this.compositFs=t,this.gitRoot=r,this.ig=(0,I_.default)(),this.ig.add(n),this.patterns=n}normalizePath(e){let t=typeof e=="string"?e:e.toString();return t.startsWith("/")?t:"/"+t}async responsible(e){let t=e.replace(/\\/g,"/"),r=t.startsWith("./")?t.slice(2):t;return r=r.startsWith("/")?r.slice(1):r,r===""||r==="."?!1:this.ig.ignores(r)}fileType(){return 5}async open(e,t,r){let n=this.normalizePath(e),o=Wc.dirname(n);o&&o!=="/"&&o!=="."&&await this.memFs.promises.mkdir(o,{recursive:!0});let f=await this.memFs.promises.open(n,t,r);return this.openFh.set(f.fd,f),new Zc({fs:this,compositeFs:this.compositFs,subFsFileDescriptor:f.fd,parentFsFileDescriptors:[f.fd]})}async access(e,t){let r=this.normalizePath(e);return await this.memFs.promises.access(r,t)}async stat(e,t){let r=this.normalizePath(e);return this.memFs.promises.stat(r,{bigint:!1})}async lstat(e,t){let r=this.normalizePath(e);return this.memFs.promises.lstat(r,{bigint:!1})}async opendir(e,t){let r=this.normalizePath(e);return await this.memFs.promises.opendir(r,t)}async link(e,t){let r=this.normalizePath(e),n=this.normalizePath(t);return await this.memFs.promises.link(r,n)}async mkdir(e,t){let r=this.normalizePath(e);if(!(typeof t=="object"&&t&&"recursive"in t&&t.recursive)){let n=Wc.dirname(r);if(n&&n!=="/"&&n!==".")try{await this.memFs.promises.stat(n)}catch{await this.memFs.promises.mkdir(n,{recursive:!0})}}await this.memFs.promises.mkdir(r,t)}async readdir(e,...t){let r=this.normalizePath(e),n=await this.memFs.promises.readdir(r,...t);return console.log("EPHEMERAL: READDIR: ",n),n}async readlink(e){throw new Error("readlink is not implemented for EphemeralFileSubFs")}async unlink(e){let t=this.normalizePath(e);return await this.memFs.promises.unlink(t)}async rename(e,t){let r=this.normalizePath(e),n=this.normalizePath(t);return await this.memFs.promises.rename(r,n)}async rmdir(e,t){let r=this.normalizePath(e);return await this.memFs.promises.rmdir(r,t)}async symlink(e,t,r){let n=this.normalizePath(e),o=this.normalizePath(t);return await this.memFs.promises.symlink(n,o,r)}async lookup(e){throw new Error(`lookup is not implemented for: ${this.toStr(e)}`)}async close(e){let t=this.openFh.get(e.subFsFileDescriptor);t&&(await t.close(),this.openFh.delete(e.subFsFileDescriptor))}async dataSync(e){let t=this.openFh.get(e.subFsFileDescriptor);if(t)return await t.datasync()}async read(e,t,r,n,o){let f=this.openFh.get(e.subFsFileDescriptor);if(f)return await f.read(t,r,n,o);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async fchmod(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.chmod(t)}async fchown(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.chown(t,r)}async write(e,t,r,n,o){let f=this.openFh.get(e.subFsFileDescriptor);if(f)return await f.write(t,r,n,o);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async ftruncate(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.truncate(t)}resolvePath(e){throw new Error(`resolvePath is not implemented: resolvePath(${e})`)}async fstat(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.stat(t);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async futimes(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.utimes(t,r)}async writev(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.writev(t,r??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readv(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.readv(t,r??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readFile(e,t){if(typeof e=="string"||Buffer.isBuffer(e)){let r=this.normalizePath(e);return this.memFs.promises.readFile(r,t)}return super.readFile(e,t)}async writeFile(e,t,r){let n=this.normalizePath(e),o=Wc.dirname(n);return o&&o!=="/"&&o!=="."&&await this.memFs.promises.mkdir(o,{recursive:!0}),this.memFs.promises.writeFile(n,t,r)}},c(Va,"Js"),Va);h(B_,"EphemeralSubFs");var jR=B_,Ka,MR=(Ka=class extends Jo{constructor({name:e,parentFs:t,gitRoot:r}){if(super({name:e,parentFs:t,gitRoot:r}),mt(this,"openFh",new Map),mt(this,"memFs",(0,rf.createFsFromVolume)(new rf.Volume)),mt(this,"targetFs"),this.compositFs=t,this.gitRoot=r,this.compositFs.parentFs===void 0)throw new Error("PassThroughSubFs not allowed in root fs");this.targetFs=this.compositFs.parentFs}async responsible(e){return!0}fileType(){return 4}async open(e,t,r){let n=j_.dirname(e),o=await this.targetFs.promises.open(e,t,r);return this.openFh.set(o.fd,o),new Zc({fs:this,compositeFs:this.compositFs,subFsFileDescriptor:o.fd,parentFsFileDescriptors:[o.fd]})}async access(e,t){return await this.targetFs.promises.access(e,t)}async stat(e,t){return this.targetFs.promises.stat(e,{bigint:!1})}async lstat(e,t){return this.targetFs.promises.lstat(e,{bigint:!1})}async opendir(e,t){return await this.targetFs.promises.opendir(e,t)}async link(e,t){return await this.targetFs.promises.link(e,t)}async mkdir(e,t){let r=typeof e=="string"?e:e.toString();return await this.targetFs.promises.mkdir(r,t)}async readdir(e,...t){return this.targetFs.promises.readdir(e,...t)}async readlink(e,...t){throw new Error("not implemented")}async unlink(e){return await this.targetFs.promises.unlink(e)}async rename(e,t){return await this.targetFs.promises.rename(e,t)}async rmdir(e,t){return await this.targetFs.promises.rmdir(e,t)}async symlink(e,t,r){return await this.targetFs.promises.symlink(e,t,r)}async lookup(e){throw new Error(`lookup is not implemented for: ${this.toStr(e)}`)}async close(e){let t=this.openFh.get(e.subFsFileDescriptor);t&&(await t.close(),this.openFh.delete(e.subFsFileDescriptor))}async dataSync(e){let t=this.openFh.get(e.subFsFileDescriptor);if(t)return await t.sync()}async read(e,t,r,n,o){let f=this.openFh.get(e.subFsFileDescriptor);if(f)return await f.read(t,r,n,o);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async fchmod(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.chmod(t)}async fchown(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.chown(t,r)}async write(e,t,r,n,o){let f=this.openFh.get(e.subFsFileDescriptor);if(f)return await f.write(t,r,n,o);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async ftruncate(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.truncate(t)}resolvePath(e){throw new Error(`resolvePath is not implemented: resolvePath(${e})`)}async fstat(e,t){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.stat(t);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async futimes(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.utimes(t,r)}async writev(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.writev(t,r??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readv(e,t,r){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.readv(t,r??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readFile(e,t){return typeof e=="string"||Buffer.isBuffer(e)?this.targetFs.readFile(e.toString(),t):super.readFile(e,t)}async writeFile(e,t,r){let n=typeof r=="object"&&r.flag?r.flag:"w",o=await this.targetFs.open(e,n);try{let f;if(typeof t=="string"){let m=typeof r=="object"&&r.encoding?r.encoding:"utf8";f=Buffer.from(t,m)}else Buffer.isBuffer(t)?f=t:f=Buffer.from(t);await o.write(f,0,f.length,0)}finally{await this.targetFs.close(o)}}},c(Ka,"Qs"),Ka);h(MR,"PassThroughSubFs");var K0=Ht(Jt(),1),Ja,M_=(Ja=class{constructor(e){this.routes=e,mt(this,"compiledRoutes");let t={},r=h((n,o)=>{if(typeof n.type=="string"){t[o]={handler:n,siblings:[]};let f=n}else{let f=[];for(let[m,l]of Object.entries(n))if(m==="."){if(t[o])throw new Error(`Conflict: multiple handlers for path '${o}', '.' and optional '[[parameter_name]]' defined?`);t[o]={handler:l,siblings:f}}else if(m.startsWith("[[")&&m.endsWith("]]")){if(t[o])throw new Error(`Conflict: multiple handlers for path '${o}', '.' and optional '[[parameter_name]]' defined?`);t[o]={handler:l,siblings:f},m.startsWith("[[...")?t[o?`${o}/${m}`:m]={handler:l,siblings:[]}:r(l,o?`${o}/${m}`:m)}else m.startsWith("[")&&m.endsWith("]")?m.startsWith("[...")?t[o?`${o}/${m}`:m]={handler:l,siblings:[]}:r(l,o?`${o}/${m}`:m):(f.push({segment:m,type:l["."]?"folder":"file"}),r(l,o?`${o}/${m}`:m))}},"walk");r(e,""),this.compiledRoutes=Object.entries(t).map(([n,o])=>{let f=[],m=n.split("/").map(l=>{if(l.startsWith("[[")&&l.endsWith("]]")){let a=l.slice(2,-2).replace(/^\.\.\./,"");return f.push(a),"(.*)"}if(l.startsWith("[")&&l.endsWith("]")){let a=l.slice(1,-1);return f.push(a),"([^/]+)"}return l.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}).join("/");return{regex:new RegExp(`^${m}$`),paramNames:f,staticSiblings:o.siblings,handler:o.handler}})}match(e){e.length>1&&e.endsWith("/")&&(e=e.replace(/\/+$/,""));for(let{regex:t,paramNames:r,handler:n,staticSiblings:o}of this.compiledRoutes){let f=e.match(t);if(!f)continue;let m={};for(let l=0;l<r.length;l++)m[r[l]]=decodeURIComponent(f[l+1]||"");return{handler:n,params:m,staticSiblings:o}}}},c(Ja,"tf"),Ja);h(M_,"LegitPathRouter");var $R=M_,Ai=Ht(Jt(),1),LR=new Set([" ","~","^",":","?","*","[","\\"]),UR=[/^\/|\/$/,/\/\//,/\.$/,/\.lock$/,/^@$/,/@\{/],$_="\u2002";function Jp(i){let e=i.codePointAt(0);return!(e>=0&&e<=31||e===127||LR.has(i))}c(Jp,"xy");h(Jp,"isValidChar");function L_(i){let e="";for(let t of i)t===" "?e+=$_:Jp(t)?e+=t:e+="%"+t.codePointAt(0);for(let t of UR)if(t.test(e))return Array.from(e).map(r=>Jp(r)?r:"%"+r.codePointAt(0)).join("");return e}c(L_,"Ty");h(L_,"encodeName");function U_(i){return i.replace(/%(\d+)/g,(e,t)=>String.fromCodePoint(parseInt(t,10))).replace(new RegExp($_,"g")," ")}c(U_,"Ay");h(U_,"decodeName");function Ya(i){return i.replace(/\./g,"%2E").replace(/\//g,".")}c(Ya,"ar");h(Ya,"encodeBranchNameForVfs");function kr(i){return i.replace(/\./g,"/").replace(/%2E/g,".")}c(kr,"pe");h(kr,"decodeBranchNameFromVfs");async function Bt(i,e,t,r){try{return await Ai.default.resolveRef({fs:i,dir:e,ref:`refs/heads/${kr(t)}`})}catch{return}}c(Bt,"V");h(Bt,"tryResolveRef");async function Pi({dir:i,fs:e,treeOid:t,deletePathParts:r,addPathParts:n,addObj:o,addKeepIfEmpty:f,deleteKeepIfNotEmpty:m,keepFilename:l=".keep",gitCache:a}){let[g,...y]=n??[],[b,...S]=r??[],F=[];if(t){let{tree:T}=await Ai.default.readTree({fs:e,dir:i,oid:t,cache:a||{}});F=[...T]}if(g===b){let T=g;if(T===void 0)throw new Error("illegal arguement - called with out a path part");if(y.length===0)throw new Error("can not move into it self");if(S.length===0)throw new Error("can not move from it self");let P=F.findIndex(C=>C.path===T),$=(P!==-1?F[P]:void 0)?.oid,R=await Pi({dir:i,fs:e,treeOid:$,addPathParts:y,deletePathParts:S,addObj:o,addKeepIfEmpty:f,deleteKeepIfNotEmpty:m});if(R===void 0)throw new Error("on the same path we expect an update - respectivly a newly created subTreeOid");let M=!1;if(R!==$){M=!0;let C={mode:"040000",path:T,oid:R,type:"tree"};P!==-1?F[P]=C:F.push(C)}if(t==null&&!M)throw new Error("Illegal state - if the currentOid is undefined - a new tree should have been created (an update should have happened)");if(M)return await Ai.default.writeTree({fs:e,dir:i,tree:F});if(t===void 0)throw new Error("currentOid should be set - since the sub tree didn't exist and ");return t}else{let T=!1,P;if(b){let $=F.findIndex(M=>M.path===b),R=$!==-1?F[$]:void 0;if(R===void 0)throw new Error("Element doesnt exist in tree");if(S.length>0){if(R&&R.type!=="tree")throw new Error("SubPart of the path for the obj to delete is not a tree");let M=await Pi({dir:i,fs:e,treeOid:R.oid,addPathParts:void 0,deletePathParts:S,addObj:o,addKeepIfEmpty:f,deleteKeepIfNotEmpty:m});if(M===R.oid)throw new Error("in case of a delete we expect a different subtree oid");T=!0,M===void 0?F.splice($,1):F[$]={mode:"040000",path:b,oid:M,type:"tree"}}else if(T=!0,F.splice($,1),F.length===0&&f){let M=new Uint8Array(0),C=await Ai.default.writeBlob({fs:e,dir:i,blob:M});F.push({mode:"100644",oid:C,path:l,type:"blob"})}P=R}if(g){let $=F.findIndex(M=>M.path===g),R=$!==-1?F[$]:void 0;if(y.length>0){if(R&&R.type!=="tree")throw new Error("SubPart of the path for the obj to add is not a tree");let M=await Pi({dir:i,fs:e,treeOid:R?.oid,addPathParts:y,deletePathParts:void 0,addObj:o,addKeepIfEmpty:f,deleteKeepIfNotEmpty:m});if(M===void 0)throw new Error("in case we add, we expect an update - respectivly a newly created subTreeOid");if(M!==R?.oid){T=!0;let C={mode:"040000",path:g,oid:M,type:"tree"};if($!==-1)F[$]=C;else if(F.push(C),m&&F.length>1){let U=F.findIndex(J=>J.path===l);U!==-1&&F.splice(U,1)}}}else{if(T=!0,o){let M={mode:o.type==="tree"?"040000":"100644",path:g,oid:o.oid,type:o.type};if($!==-1)F[$]=M;else{if(m&&F.length>0){let C=F.findIndex(U=>U.path===l);C!==-1&&F.splice(C,1)}F.push(M)}}if(f&&F.length===0){let M=new Uint8Array(0),C=await Ai.default.writeBlob({fs:e,dir:i,blob:M});F.push({mode:"100644",oid:C,path:l,type:"blob"})}}}if(F.length===0)return;if(T)return await Ai.default.writeTree({fs:e,dir:i,tree:F});if(t===void 0)throw new Error("currentOid should be set - since the sub tree didn't exist and ");return t}}c(Pi,"$t");h(Pi,"buildUpdatedTree");async function cm(i,e,t,r,n=0,o={}){let{tree:f}=await Ai.default.readTree({fs:i,dir:e,oid:t,cache:o});if(r.length===n)return{type:"tree",entries:f.map(a=>Kr({parent:r.join("/"),name:a.path,isDir:a.type==="tree"})),oid:t};let m=r[n],l=f.find(a=>a.path===m);if(l){if(r.length===n+1){if(l.type==="blob")return{type:"blob",oid:l.oid};if(l.type==="tree"){let a=await Ai.default.readTree({fs:i,dir:e,oid:l.oid,cache:o});return{type:"tree",entries:a.tree.map(g=>Kr({parent:r.join("/"),name:g.path,isDir:g.type==="tree"})),oid:a.oid}}}else if(l.type==="tree")return await cm(i,e,l.oid,r,n+1,o)}}c(cm,"Oy");h(cm,"findGitObjectAtPath");async function La({filePath:i,gitRoot:e,nodeFs:t,commitSha:r,pathParams:n,gitCache:o}){let f=o||{};if(!n.filePath){let l=await Ai.default.readTree({fs:t,dir:e,oid:r,cache:f});return{type:"tree",entries:l.tree.map(a=>Kr({parent:i,name:a.path,isDir:a.type==="tree"})),oid:l.oid}}let m=n.filePath?n.filePath.split("/"):[];return await cm(t,e,r,m,0,f)}c(La,"Ar");h(La,"resolveGitObjAtPath");function Kr(i){return{name:i.name,isFile:h(()=>!i.isDir,"isFile"),isDirectory:h(()=>i.isDir,"isDirectory"),isBlockDevice:h(()=>!0,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isFIFO:h(()=>!1,"isFIFO"),isSocket:h(()=>!1,"isSocket"),parentPath:i.parent,path:i.parent}}c(Kr,"De");h(Kr,"toDirEntry");var ss,Yp=(ss=class extends Jo{constructor({name:e,parentFs:t,gitStorageFs:r,gitRoot:n,routerConfig:o}){super({name:e,parentFs:t,gitRoot:n}),mt(this,"pathRouter"),mt(this,"memFs"),mt(this,"openFh",{}),mt(this,"storageFs"),this.pathRouter=new $R(o),this.gitRoot=n,this.storageFs=r,this.memFs=(0,nf.createFsFromVolume)(new nf.Volume)}async getAuthor(){let e=await K0.default.getConfig({fs:this.storageFs,dir:this.gitRoot,path:"user.name"}),t=await K0.default.getConfig({fs:this.storageFs,dir:this.gitRoot,path:"user.email"}),r=Math.floor(Date.now()/1e3),n=new Date().getTimezoneOffset();return{name:e,email:t,date:r,timezoneOffset:n}}async responsible(e){return!0}getRouteHandler(e){let t=e;this.gitRoot&&e.startsWith(this.gitRoot)&&(this.gitRoot==="/"?t=e.slice(this.gitRoot.length):t=e.slice(this.gitRoot.length+1));let r=t.indexOf(`/${ss.LEGIT_DIR}`);if(r===-1)return this.pathRouter.match(t);let n=t.slice(r+1);return this.pathRouter.match(t)}async open(e,t,r){let n=this.getRouteHandler(e);if(!n)throw new Error("Not a virtual legit file");if(n?.handler.writeFile===void 0&&(t.includes("w")||t.includes("a")))throw new Error(`Write operations not allowed for ${n?.handler.type}`);if(t.includes("x")&&n?.handler.type!=="gitBranchFileVirtualFile"&&n?.handler.type!=="claudeVirtualSessionFileVirtualFile")throw new Error(`Exclusive operations not allowed for ${n?.handler.type}`);let o=await this.getAuthor(),f=await n.handler.getFile({cacheFs:this.memFs,filePath:e,userSpaceFs:this.compositFs,gitRoot:this.gitRoot,nodeFs:this.storageFs,pathParams:n.params,author:o}),m=!1;for(let b of Object.values(this.openFh))b.path===e&&(m=!0);if((f||m)&&t.includes("x"))throw Object.assign(new Error(`EEXIST: file already exists, open '${e}'`),{code:"EEXIST",errno:-17,syscall:"open",path:e});if(!f&&!m&&!(t.includes("w")||t.includes("a")))throw Object.assign(new Error(`ENOENT: no such file or directory, open '${e}'`),{code:"ENOENT",errno:-2,syscall:"open",path:e});let l=Kp.dirname(e);if(await this.memFs.promises.mkdir(l,{recursive:!0}),f===void 0&&!t.includes("x")||f&&f.type==="file")try{let b=await this.memFs.promises.access(e)}catch{await this.memFs.promises.writeFile(e,"")}let a=await this.memFs.promises.open(e,t,r),g=a.fd,y=new Zc({fs:this,compositeFs:this.compositFs,subFsFileDescriptor:g,parentFsFileDescriptors:[]});return this.openFh[g]={path:e,mode:t,fh:a,openSha:f?.oid,readSha:void 0,unflushed:[]},(t.includes("x")||t.includes("w"))&&this.openFh[g].unflushed.push({length:0,start:0}),y}async mkdir(e,t){let r=e.toString(),n=this.getRouteHandler(r),o=t?{options:t}:{};try{let f=await this.getAuthor();await n?.handler.mkdir({cacheFs:this.memFs,filePath:e.toString(),userSpaceFs:this.compositFs,nodeFs:this.storageFs,gitRoot:this.gitRoot,pathParams:n.params,...o,author:f});let m=typeof t=="object"?{...t,recursive:!0}:{recursive:!0};await this.memFs.promises.mkdir(e,m);let l=r.split("/"),a="";for(let g=1;g<=l.length;g++){a=l.slice(0,g).join("/");try{if((await this.memFs.promises.stat(a)).isDirectory()){let y=await this.memFs.promises.open(a,"r");this.openFh[y.fd]={path:a,mode:"r",fh:y,openSha:void 0,readSha:void 0,unflushed:[]}}}catch{}}}catch(f){throw f}}async access(e,t){await this.stat(e)}async futimes(e,t,r){let n=this.openFh[e.subFsFileDescriptor];if(!n)throw new Error("Invalid file handle");return await n.fh.utimes(t,r)}async fstat(e,t){let r=this.openFh[e.subFsFileDescriptor];if(!r)throw new Error("Invalid file handle");return this.stat(r.path,t)}async ftruncate(e,t){let r=this.openFh[e.subFsFileDescriptor];if(!r)throw new Error("Invalid file handle");return r.unflushed.push({length:0,start:0}),await r.fh.truncate(t)}async stat(e,t){let r=e.toString(),n=Object.values(this.openFh).find(m=>m.path===r&&m.unflushed.length>0);if(n&&n.unflushed.length>0)return await n.fh.stat(t);let o=this.getRouteHandler(r);if(!o)throw new Error(`ENOENT: no such file or directory, stat '${r}'`);let f=await this.getAuthor();return await o.handler.getStats({cacheFs:this.memFs,filePath:r,userSpaceFs:this.compositFs,gitRoot:this.gitRoot,nodeFs:this.storageFs,pathParams:o.params,author:f})}async lstat(e,t){return this.stat(e,t)}async readdir(e,t){let r=e.toString(),n=this.getRouteHandler(r);if(!n)throw new Error(`ENOENT: no such file or directory, scandir '${r}'`);let o=await this.getAuthor(),f=await n?.handler.getFile({cacheFs:this.memFs,filePath:r,userSpaceFs:this.compositFs,gitRoot:this.gitRoot,nodeFs:this.storageFs,pathParams:n.params,author:o});if(f){if(f.type!=="directory")throw new Error("not a folder");let m=n?.staticSiblings??[],l=Array.from(new Set([...f.content,...m.map(a=>Kr({name:a.segment,parent:r,isDir:a.type==="folder"}))])).sort((a,g)=>a.name.localeCompare(g.name,void 0,{numeric:!0,sensitivity:"base"}));return t?.withFileTypes?l:l.map(a=>a.name)}return[]}async read(e,t,r,n,o){let f=e.subFsFileDescriptor,m=this.openFh[f];if(!m)throw new Error("Invalid file handle");if(m.unflushed.length===0){let l=this.getRouteHandler(m.path),a=await this.getAuthor(),g=await l.handler.getFile({cacheFs:this.memFs,filePath:m.path,userSpaceFs:this.compositFs,gitRoot:this.gitRoot,nodeFs:this.storageFs,pathParams:l?.params,author:a});if(!g?.content)throw new Error("couldnt access content");if(g.type!=="file")throw new Error("not a file");let y=typeof g.content=="string"?Buffer.from(g.content):g.content,b=typeof o=="number"?o:0,S=Math.min(b+n,y.length),F=Math.max(0,S-b);return y.copy(t,r,b,b+F),{bytesRead:F,buffer:t}}return await m.fh.read(t,r,n,o)}async write(e,t,r,n,o){let f=this.openFh[e.subFsFileDescriptor];if(!f)throw new Error("Invalid file handle");let m=f.mode;if(!m.includes("w")&&!m.includes("a")&&!m.includes("+"))throw Object.assign(new Error("EBADF: bad file descriptor, write"),{code:"EBADF",errno:-9,syscall:"write"});if(f.unflushed.length===0){let y=this.getRouteHandler(f.path),b=await this.getAuthor(),S=await y.handler.getFile({cacheFs:this.memFs,filePath:f.path,userSpaceFs:this.compositFs,gitRoot:this.gitRoot,nodeFs:this.storageFs,pathParams:y.params,author:b});S&&S.oid&&(await this.memFs.promises.writeFile(f.path,S.content),f.readSha=S.oid)}let l=await f.fh.write(t,r,n,o),a=r??0,g=o??0;return f.unflushed.push({start:g,length:n||t.byteLength-a+g}),l}async close(e){let t=e.subFsFileDescriptor,r=this.openFh[t];if(!r)throw new Error("Invalid file handle");try{await this.dataSync(e),await r.fh.close()}finally{delete this.openFh[t]}}async dataSync(e){let t=e.subFsFileDescriptor,r=this.openFh[t];if(!r)throw new Error("Invalid file handle");if(r.unflushed.length>0){let n=this.getRouteHandler(r.path);if(n&&n.handler.writeFile){let o=await this.memFs.promises.readFile(r.path),f=await this.getAuthor();await n.handler.writeFile({cacheFs:this.memFs,filePath:r.path,userSpaceFs:this.compositFs,gitRoot:this.gitRoot,nodeFs:this.storageFs,content:o,pathParams:n.params,author:f})}r.unflushed=[]}}async readFile(e,t){let r=typeof e=="string"?e:Buffer.isBuffer(e)?e.toString():e.fd?`FileHandle(${e.fd})`:e.toString(),n=null;typeof t=="string"?n=t:t&&typeof t=="object"&&t.encoding&&(n=t.encoding);let o=await this.open(r,"r");try{let f=(await this.fstat(o)).size,m=Buffer.alloc(f);return await this.read(o,m,0,f,0),await this.close(o),n?m.toString(n):m}catch(f){try{await this.close(o)}catch{}throw f}}async writeFile(e,t,r){let n="w",o="utf8",f;typeof r=="string"?o=r:r&&typeof r=="object"&&(r.flag&&(n=String(r.flag)),r.encoding&&(o=r.encoding),r.mode&&(f=typeof r.mode=="string"?parseInt(r.mode,8):r.mode));let m=await this.open(e,n,f);try{let l;typeof t=="string"?l=Buffer.from(t,o):Buffer.isBuffer(t)?l=t:t instanceof Uint8Array?l=Buffer.from(t):ArrayBuffer.isView(t)?l=Buffer.from(t.buffer,t.byteOffset,t.byteLength):l=Buffer.from(t),await this.write(m,l,0,l.length,0)}finally{await this.close(m)}}async rename(e,t){let r=e.toString(),n=t.toString(),o=this.getRouteHandler(r),f=this.getRouteHandler(n);if(o?.handler.type==="gitBranchFileVirtualFile"&&f?.handler.type==="gitBranchFileVirtualFile"){let m=!0;try{await this.memFs.promises.access(n)}catch{m=!1}let l=!0;try{await this.stat(n)}catch{l=!1}let a=!0;try{await this.stat(r)}catch{a=!1}let g=!0;try{await this.memFs.promises.access(r)}catch{g=!1}if(g){let F=Kp.dirname(n);try{await this.memFs.promises.access(F)}catch{await this.memFs.promises.mkdir(F,{recursive:!0})}await this.memFs.promises.rename(e,t)}let y=this.getRouteHandler(r);if(!y)throw new Error("VF not found");let b=await this.getAuthor(),S=await y.handler.rename({cacheFs:this.memFs,filePath:r,userSpaceFs:this.compositFs,gitRoot:this.gitRoot,nodeFs:this.storageFs,newPath:n,pathParams:y?.params??{},newPathParams:f?.params??{},author:b})}else throw new Error(`Unsupported rename operation from ${o?.handler.type} to ${f?.handler.type}`)}async fchmod(e,t){}async unlink(e){let t=e.toString(),r=this.getRouteHandler(t);if(r?.handler.unlink!==void 0)try{let n=await this.getAuthor();await r.handler.unlink({cacheFs:this.memFs,filePath:t,userSpaceFs:this.compositFs,nodeFs:this.storageFs,gitRoot:this.gitRoot,pathParams:r.params,author:n})}catch(n){let o=!1;for(let[f,m]of Object.entries(this.openFh))m.path===t&&m.unflushed.length>0&&(o=!0);if(!o)throw n}finally{let n=!1;for(let[o,f]of Object.entries(this.openFh))f.path===t&&(n=!0,await f.fh.close(),delete this.openFh[Number(o)]);n&&await this.memFs.promises.unlink(t)}else throw new Error(`Cannot unlink ${r?.handler.type} files`)}async rmdir(e,...t){let r=e.toString(),n=this.getRouteHandler(r);if(n?.handler.rmdir!==void 0){let o=await this.getAuthor();await n.handler.rmdir({cacheFs:this.memFs,filePath:r,userSpaceFs:this.compositFs,nodeFs:this.storageFs,gitRoot:this.gitRoot,pathParams:n.params,author:o});let f=!1;for(let[m,l]of Object.entries(this.openFh))l.path===r&&(f=!0,await l.fh.close(),delete this.openFh[Number(m)]);f&&await this.memFs.promises.rmdir(r,{recursive:!0})}else throw new Error(`Cannot rmdir
106
- ${n?.handler.type} directories`)}fileType(){return 10}},c(ss,"qn"),ss);h(Yp,"GitSubFs"),mt(Yp,"LEGIT_DIR",".legit");var WR=Yp,Ma=Ht(Jt(),1),qR=Ht(Jt(),1),W_="-operation";async function Jr(i,e,t){return(await qR.default.listBranches({fs:i,dir:e})).filter(r=>r.endsWith("__"+t+W_))[0]}c(Jr,"Re");h(Jr,"resolveOperationBranchName");var Xp=Ht(Jt(),1);async function $t(i,e){try{let t=await Xp.default.getConfig({fs:e,dir:i,path:"user.legit-current-branch"});if(t)return Ya(t)}catch{}try{let t=await Xp.default.getConfig({fs:e,dir:i,path:"init.defaultBranch"});return Ya(t)||"main"}catch{return"main"}}c($t,"K");h($t,"getCurrentBranch");async function q_(i,e,t){await Xp.default.setConfig({fs:e,dir:i,path:"user.legit-current-branch",value:kr(t)})}c(q_,"Ry");h(q_,"setCurrentBranch");var Qp={type:"gitBranchOperationsVirtualFile",rootType:"file",getStats:h(async i=>{let{gitRoot:e,nodeFs:t,pathParams:r}=i;r.branchName===void 0&&(r.branchName=await $t(e,t));let n=await Jr(t,e,r.branchName),o,f=!1;if(n)try{o=await Ma.default.resolveRef({fs:t,dir:e,ref:n}),f=!0}catch{try{o=await Ma.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${n}`}),f=!0}catch{throw new Error(`Base Branch ${r.branchName} for operations does not exis`)}}else try{o=await Ma.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${r.branchName}`})}catch{throw new Error(`Base Branch ${r.branchName} for operations does not exis`)}let m=await Ma.default.readCommit({fs:t,dir:e,oid:o}),{commit:l}=m,a=l.committer.timestamp*1e3;try{return{mode:420,size:(f?await Qp.getFile(i):void 0)?.content?.length??0,atimeMs:a,mtimeMs:a,ctimeMs:a,birthtimeMs:a,atime:new Date(a),mtime:new Date(a),ctime:new Date(a),birthtime:new Date(a),isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0}}catch{throw new Error("ENOENT: no such file or directory, stat operationHistory")}},"getStats"),getFile:h(async i=>{let{gitRoot:e,nodeFs:t,pathParams:r}=i;r.branchName===void 0&&(r.branchName=await $t(e,t));let n=await Jr(t,e,r.branchName),o=[];if(n){let l=await Ma.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${n}`}),a=!1,g=l;for(;g&&!a;){let y=await Ma.default.readCommit({fs:t,dir:e,oid:g});o.push({oid:y.oid,parentOids:y.commit.parent,message:y.commit.message,originBranchOid:"unset"}),g=y.commit.parent&&y.commit.parent.length>0?y.commit.parent[0]:null,y.commit.parent.length===2&&y.commit.parent[0]===y.commit.parent[1]&&(a=!0)}}let f;for(let l=o.length-1;l>=0;l--){let a=o[l];if(f===void 0){if(a.parentOids.length!==2&&a.parentOids[0]!==a.parentOids[1])throw new Error(`Operation commit ${a.oid} does not have two parents as expected`);f=a.parentOids[1]}a.parentOids.length===2&&(f=a.parentOids[1]),a.originBranchOid=f}let m=Buffer.from(JSON.stringify(o,null,2),"utf-8");return{type:"file",content:m,mode:420,size:m.length}},"getFile"),rename:h(async function(i){throw new Error("not implemented")},"rename"),mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},xr=Ht(Jt(),1),zR=Ht(TR(),1);function z_(i){let e=[i];return{next(){return Promise.resolve({done:e.length===0,value:e.pop()})},return(){return e=[],{}},[Symbol.asyncIterator](){return this}}}c(z_,"hR");h(z_,"fromValue");function H_(i){return i[Symbol.asyncIterator]?i[Symbol.asyncIterator]():i[Symbol.iterator]?i[Symbol.iterator]():i.next?i:z_(i)}c(H_,"pR");h(H_,"getIterator");async function fm(i,e){let t=H_(i);for(;;){let{value:r,done:n}=await t.next();if(r&&await e(r),n)break}t.return&&t.return()}c(fm,"ev");h(fm,"forAwait");function G_(i){let{PassThrough:e}=NR(),t=new e;return setTimeout(async()=>{await fm(i,r=>t.write(r)),t.end()},1),t}c(G_,"mR");h(G_,"asyncIteratorToStream");async function V_(i){let e=0,t=[];await fm(i,o=>{t.push(o),e+=o.byteLength});let r=new Uint8Array(e),n=0;for(let o of t)r.set(o,n),n+=o.byteLength;return r}c(V_,"wR");h(V_,"collect");function K_(i){let e=Object.getOwnPropertyDescriptor(i,Symbol.asyncIterator);if(e&&e.enumerable)return i;let t=!1,r=[],n={};return i.on("data",o=>{r.push(o),n.resolve&&(n.resolve({value:r.shift(),done:!1}),n={})}),i.on("error",o=>{n.reject&&(n.reject(o),n={})}),i.on("end",()=>{t=!0,n.resolve&&(n.resolve({done:!0}),n={})}),{next(){return new Promise((o,f)=>{if(r.length===0&&t)return o({done:!0});if(r.length>0)return o({value:r.shift(),done:!1});r.length===0&&!t&&(n={resolve:o,reject:f})})},return(){i.removeAllListeners(),i.destroy&&i.destroy()},[Symbol.asyncIterator](){return this}}}c(K_,"gR");h(K_,"fromNodeStream");async function J_({onProgress:i,url:e,method:t="GET",headers:r={},agent:n,body:o}){return o&&Array.isArray(o)?o=Buffer.from(await V_(o)):o&&(o=G_(o)),new Promise((f,m)=>{(0,zR.default)({url:e,method:t,headers:r,agent:n,body:o},(l,a)=>{if(l)return m(l);try{let g=K_(a);f({url:a.url,method:a.method,statusCode:a.statusCode,statusMessage:a.statusMessage,body:g,headers:a.headers})}catch(g){m(g)}})})}c(J_,"yR");h(J_,"request");var HR={request:J_},zp=HR,Gi="legit",GR=h(({fs:i,gitRepoPath:e,serverUrl:t="https://hub.legitcontrol.com",auth:r,anonymousBranch:n,authHeaderPrefix:o="Bearer "})=>{let f=!1;async function m(P){let $=await r.getMaxAccessTokenForBranch(P);if(!$)throw new Error(`No access token for branch ${P}`);await xr.default.fetch({fs:i,http:zp,dir:e,singleBranch:!0,ref:`${P}`,remote:Gi,url:t,headers:{Authorization:`${o}${$}`}});let R=await xr.default.resolveRef({fs:i,dir:e,ref:`${Gi}/${P}`});await xr.default.writeRef({fs:i,dir:e,ref:`refs/heads/${P}`,value:R})}c(m,"l"),h(m,"loadBranch");let l=[];async function a(){let P=await r.getMaxAccessTokenForBranch("todo");await xr.default.fetch({fs:i,http:zp,dir:e,remote:Gi,url:t,headers:{Authorization:`${o}${P}`}});let $=await xr.default.listBranches({fs:i,dir:e});for(let R of $){if(R===n)continue;let M=`${Gi}/${R}`,C,U;try{C=await xr.default.resolveRef({fs:i,dir:e,ref:R})}catch(J){console.log(`Could not resolve local ref ${R}:`,J)}try{U=await xr.default.resolveRef({fs:i,dir:e,ref:M})}catch{U=void 0}if(C&&U){if(C!==U){let J=await xr.default.findMergeBase({fs:i,dir:e,oids:[C,U]});if(J[0]!==C&&J[0]!==U){let ne=await xr.default.merge({fs:i,dir:e,ours:C,theirs:U,fastForwardOnly:!1,abortOnConflict:!1,author:{name:"Your Name",email:"your.email@example.com"},mergeDriver:h(async({branches:oe,contents:z,path:ee})=>{let[H,j,V]=z;return console.log(`Merging ${oe[0]} with ${oe[1]}...`),console.log("merged:"),console.log(z),{cleanMerge:!0,mergedText:V===void 0?j:V}},"mergeDriver")});await xr.default.writeRef({fs:i,dir:e,ref:`refs/heads/${R}`,value:ne.oid,force:!0})}J[0]===C?(console.log(`branch ${R} differs - remote ahaed, not behind`),await xr.default.writeRef({fs:i,dir:e,ref:`refs/heads/${R}`,value:U,force:!0})):J[0]===U?(console.log(`branch ${R} differs - local ahead, not behind`),l.push(R)):(console.log(`branch ${R} differs - both changed`),l.push(R))}}else C&&!U&&l.push(R)}}c(a,"c"),h(a,"pull");async function g(P){if((await r.getUser()).type!=="local")for(let $ of P){let R=await r.getMaxAccessTokenForBranch($);await xr.default.push({fs:i,http:zp,dir:e,remote:Gi,url:t,ref:$,headers:{Authorization:`Bearer ${R}`}})}}c(g,"f"),h(g,"push");let y=Promise.resolve();async function b(P){y=y.then(()=>g(P)),await y}c(b,"h"),h(b,"sequentialPush");async function S(){await xr.default.getConfig({fs:i,dir:e,path:`remote.${Gi}.fetch`})||await xr.default.setConfig({fs:i,dir:e,path:`remote.${Gi}.fetch`,value:`+refs/heads/*:refs/remotes/${Gi}/*`});try{await a();let P=[...new Set(l)].filter($=>$.indexOf(n)===-1);await b(P),l=[]}catch(P){console.error("Error monitoring changes:",P)}finally{f&&setTimeout(S,1e3)}}c(S,"p"),h(S,"pullPushTick");function F(){f=!0,S()}c(F,"m"),h(F,"startSync");function T(){f=!1}return c(T,"w"),h(T,"stopSync"),{start:h(()=>{f||(F(),f=!0)},"start"),stop:h(()=>{T()},"stop"),isRunning:h(()=>f,"isRunning"),loadBranch:m,sequentialPush:b}},"createLegitSyncService"),Fr=Ht(Jt(),1),VR=h((i,e)=>{let t={type:"local",id:"local",name:"Local User",email:"local@legitcontrol.com"};return{getUser:h(async()=>t,"getUser"),signInAnonymously:h(async()=>{t.type="anonymous",t.id=crypto.randomUUID(),t.email=`anonymous-sha1-${t.id}-@legitcontrol.com`},"signInAnonymously"),addAccessToken:h(async r=>{let n=await i.getUserTokens(t.id);n.accessTokens.push(r),await i.setUserTokens(t.id,n)},"addAccessToken"),getMaxAccessTokenForBranch:h(async r=>{let n=await i.getUserTokens(t.id);if(!(n.accessTokens===void 0||n.accessTokens.length===0))return n.accessTokens[0]},"getMaxAccessTokenForBranch")}},"createSessionManager"),J0=Ht(Jt(),1);function Y_(i){let e=JSON.stringify(i),t=new TextEncoder().encode(e),r="";return typeof btoa=="function"?r=btoa(String.fromCharCode(...t)):r=Buffer.from(t).toString("base64"),r.replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}c(Y_,"iv");h(Y_,"encodeConfigJson");function X_(i){let e=i.replace(/-/g,"+").replace(/_/g,"/")+"===".slice((i.length+3)%4),t;typeof atob=="function"?t=atob(e):t=Buffer.from(e,"base64").toString("binary");let r=Uint8Array.from(t,o=>o.charCodeAt(0)),n=new TextDecoder().decode(r);return JSON.parse(n)}c(X_,"nv");h(X_,"decodeConfigJson");var Y0="user.legit-tokens";function Q_({storageFs:i,gitRoot:e}){return{getUserTokens:h(async t=>{let r=await J0.default.getConfig({fs:i,dir:e,path:Y0});return r?X_(r):{accessTokens:[]}},"getUserTokens"),setUserTokens:h(async(t,r)=>await J0.default.setConfig({fs:i,dir:e,path:Y0,value:Y_(r)}),"setUserTokens")}}c(Q_,"ov");h(Q_,"createGitConfigTokenStore");var At=Ht(Jt(),1),as,Z_=(as=class extends Error{constructor(e,t){super(e),mt(this,"code","ENOENT"),mt(this,"path"),this.name="ENOENTError",this.path=t,Object.setPrototypeOf(this,as.prototype)}},c(as,"Cs"),as);h(Z_,"ENOENTError");var Zp=Z_;function Wo(i){return i&&i.gitCache!==void 0?i.gitCache:i&&i.parentFs?Wo(i.parentFs):{}}c(Wo,"Is");h(Wo,"getGitCacheFromFs");var em={type:"gitBranchFileVirtualFile",rootType:"folder",getStats:h(async({gitRoot:i,nodeFs:e,filePath:t,cacheFs:r,pathParams:n,userSpaceFs:o})=>{n.branchName===void 0&&(n.branchName=await $t(i,e));let f=await Bt(e,i,n.branchName);if(!f)throw new Zp(`ENOENT: no such file or directory, stat '${t}'`,t);let m=await La({filePath:t,gitRoot:i,nodeFs:e,commitSha:f,pathParams:n,gitCache:Wo(o)});if(!m)throw new Zp(`ENOENT: no such file or directory, stat '${t}'`,t);let l=await At.default.readCommit({fs:e,dir:i,oid:f}),{commit:a}=l,g=await At.default.log({fs:e,dir:i,ref:f,filepath:n.filePath,depth:1}),y=a.committer.timestamp*1e3,b=g.length>0?g[0].commit.committer.timestamp*1e3:y;if(m.type==="tree")return{mode:420,size:0,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!0,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0,atimeMs:b,mtimeMs:b,ctimeMs:b,birthtimeMs:y,atime:new Date(b),mtime:new Date(b),ctime:new Date(b),birthtime:new Date(b)};{let{blob:S}=await At.default.readBlob({fs:e,dir:i,oid:m.oid});return{mode:420,size:S.length,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(S.length/4096),atimeMs:b,mtimeMs:b,ctimeMs:b,birthtimeMs:b,atime:new Date(b),mtime:new Date(b),ctime:new Date(b),birthtime:new Date(b)}}},"getStats"),getFile:h(async({filePath:i,gitRoot:e,nodeFs:t,cacheFs:r,pathParams:n,userSpaceFs:o})=>{n.branchName===void 0&&(n.branchName=await $t(e,t));try{let f=await Bt(t,e,n.branchName);if(!f){let l=await At.default.resolveRef({fs:t,dir:e,ref:"HEAD"});if(await At.default.branch({fs:t,dir:e,ref:n.branchName,object:l}),f=await Bt(t,e,n.branchName),!f)throw new Error("Could not create branch for getFile")}let m=await La({filePath:i,gitRoot:e,nodeFs:t,commitSha:f,pathParams:n,gitCache:Wo(o)});if(!m)return;if(m.type==="blob"){let{blob:l}=await At.default.readBlob({fs:t,dir:e,oid:m.oid});return{type:"file",content:Buffer.from(l),mode:420,size:l.length,oid:m.oid}}else{let l=[];try{let a=await r.promises.stat(i);if(a&&a.isDirectory()){let g=await r.promises.readdir(i,{withFileTypes:!0});l.push(...g)}}catch{}return{type:"directory",content:Array.from(new Set([...l,...m.entries])).map(a=>({...a,name:a.name.toString(),path:`${i}`,parentPath:`${i}`})),mode:493}}}catch{return}},"getFile"),unlink:h(async({filePath:i,gitRoot:e,nodeFs:t,cacheFs:r,pathParams:n,author:o})=>{if(n.branchName===void 0&&(n.branchName=await $t(e,t)),!n.filePath)throw new Error("filePath should be in pathParams");let f=await Bt(t,e,n.branchName);if(!f)throw new Error("Invalid branch file path - branch must exist");let m=await At.default.readTree({fs:t,dir:e,oid:f}),l=await Pi({dir:e,fs:t,treeOid:m.oid,deletePathParts:n.filePath.split("/"),addPathParts:void 0,addObj:void 0,deleteKeepIfNotEmpty:!1,addKeepIfEmpty:!0,keepFilename:".keep"});if(l!==m.oid){let a=await At.default.commit({fs:t,dir:e,message:`Delete ${n.filePath}`,tree:l,noUpdateBranch:!0,parent:[f],author:o});await At.default.writeRef({fs:t,dir:e,ref:`refs/heads/${kr(n.branchName)}`,value:a,force:!0})}},"unlink"),writeFile:h(async({filePath:i,gitRoot:e,nodeFs:t,content:r,cacheFs:n,pathParams:o,author:f})=>{if(o.branchName===void 0&&(o.branchName=await $t(e,t)),o.filePath===void 0)throw new Error("filePath should be in pathParams");let m;typeof r=="string"?m=new TextEncoder().encode(r):m=new Uint8Array(r);let l=await At.default.writeBlob({fs:t,dir:e,blob:m}),a=await Bt(t,e,o.branchName);if(!a){let b=await At.default.resolveRef({fs:t,dir:e,ref:"HEAD"});if(await At.default.branch({fs:t,dir:e,ref:kr(o.branchName),object:b}),a=await Bt(t,e,o.branchName),!a)throw new Error("Could not create branch for writeFile")}let g=await At.default.readTree({fs:t,dir:e,oid:a}),y=await Pi({dir:e,fs:t,treeOid:g.oid,deletePathParts:void 0,addPathParts:o.filePath.split("/"),addObj:{type:"blob",oid:l},deleteKeepIfNotEmpty:!0,addKeepIfEmpty:!1,keepFilename:".keep"});if(y!==g.oid){let b=await At.default.commit({fs:t,dir:e,message:`\u{1F4BE} Change '${o.filePath}'`,tree:y,noUpdateBranch:!0,parent:[a],author:f});await At.default.writeRef({fs:t,dir:e,ref:`refs/heads/${kr(o.branchName)}`,value:b,force:!0});let S=await Bt(t,e,o.branchName);if(b!==S)throw new Error("Failed to update branch after file deletion")}},"writeFile"),rename:h(async function({filePath:i,newPath:e,gitRoot:t,nodeFs:r,pathParams:n,newPathParams:o,author:f,userSpaceFs:m}){if(n.branchName===void 0&&(n.branchName=await $t(t,r)),n.filePath===void 0)throw new Error("filePath should be in pathParams");if(o.branchName===void 0&&(o.branchName=await $t(t,r)),o.filePath===void 0)throw new Error("filePath should be in newPathParams");let l=await Bt(r,t,n.branchName);if(!l)throw new Error("Invalid branch file path - source branch must exist");let a=await Bt(r,t,o.branchName);if(!a){let S=await At.default.resolveRef({fs:r,dir:t,ref:"HEAD"});if(await At.default.branch({fs:r,dir:t,ref:kr(o.branchName),object:S}),a=await Bt(r,t,o.branchName),a===void 0)throw new Error("Could not create branch for rename operation")}if(o.branchName!==n.branchName)throw new Error("cross branch move not implemented yet");let g=await La({gitRoot:t,nodeFs:r,commitSha:l,filePath:i,pathParams:n,gitCache:Wo(m)});if(g===void 0)throw new Error("no obj at path exists");let y=await Pi({dir:t,fs:r,deletePathParts:n.filePath.split("/"),addPathParts:o.filePath.split("/"),addObj:g.type==="blob"?{type:"blob",oid:g.oid}:{type:"tree",oid:g.oid,entries:g.entries.map(S=>S.name.toString())},treeOid:a,addKeepIfEmpty:!0,deleteKeepIfNotEmpty:!0}),b=await At.default.readTree({fs:r,dir:t,oid:l});if(y!==b.oid){let S=await At.default.commit({fs:r,dir:t,message:`\u{1F500} Rename '${n.filePath}' to '${o.filePath}'`,tree:y,noUpdateBranch:!0,parent:[a],author:f});await At.default.writeRef({fs:r,dir:t,ref:`refs/heads/${kr(o.branchName)}`,value:S,force:!0})}},"rename"),mkdir:h(async function(i){i.pathParams.branchName===void 0&&(i.pathParams.branchName=await $t(i.gitRoot,i.nodeFs));let e=await Bt(i.nodeFs,i.gitRoot,i.pathParams.branchName);if(i.pathParams.filePath===void 0&&(i.pathParams.filePath="/",e!==void 0))throw new Error("Folder exists");try{throw await em.getStats(i),new Error("Folder exists")}catch{}if(i.filePath.endsWith("/")&&(i.filePath=i.filePath.replace(/\/+$/,"")),i.pathParams&&typeof i.pathParams.filePath=="string"&&(i.pathParams.filePath=i.pathParams.filePath.replace(/\/+$/,"")),!e){let f=await At.default.resolveRef({fs:i.nodeFs,dir:i.gitRoot,ref:"HEAD"});if(await At.default.branch({fs:i.nodeFs,dir:i.gitRoot,ref:kr(i.pathParams.branchName),object:f}),e=await Bt(i.nodeFs,i.gitRoot,i.pathParams.branchName),e===void 0)throw new Error("Could not create branch for mkdir operation")}let t=await At.default.readTree({fs:i.nodeFs,dir:i.gitRoot,oid:e}),r=new Uint8Array(0),n=await At.default.writeBlob({fs:i.nodeFs,dir:i.gitRoot,blob:r}),o=await Pi({dir:i.gitRoot,fs:i.nodeFs,treeOid:t.oid,deletePathParts:void 0,addPathParts:[...i.pathParams.filePath.split("/"),".keep"],addObj:{type:"blob",oid:n},deleteKeepIfNotEmpty:!0,addKeepIfEmpty:!0,keepFilename:".keep"});if(o!==t.oid){let f=await At.default.commit({fs:i.nodeFs,dir:i.gitRoot,message:`\u{1F4BE} Change '${i.pathParams.filePath}'`,tree:o,noUpdateBranch:!0,parent:[e],author:i.author});await At.default.writeRef({fs:i.nodeFs,dir:i.gitRoot,ref:`refs/heads/${kr(i.pathParams.branchName)}`,value:f,force:!0})}},"mkdir"),rmdir:h(async({filePath:i,gitRoot:e,nodeFs:t,cacheFs:r,pathParams:n,author:o})=>{if(n.branchName===void 0&&(n.branchName=await $t(e,t)),!n.filePath)throw new Error("filePath should be in pathParams");let f=await Bt(t,e,n.branchName);if(!f)throw new Error("Invalid branch file path - branch must exist");let m=await At.default.readTree({fs:t,dir:e,oid:f}),l=await Pi({dir:e,fs:t,treeOid:m.oid,deletePathParts:n.filePath.split("/"),addPathParts:void 0,addObj:void 0,deleteKeepIfNotEmpty:!1,addKeepIfEmpty:!0,keepFilename:".keep"});if(l!==m.oid){let a=await At.default.commit({fs:t,dir:e,message:`Delete ${n.filePath}`,tree:l,noUpdateBranch:!0,parent:[f],author:o});await At.default.writeRef({fs:t,dir:e,ref:`refs/heads/${kr(n.branchName)}`,value:a,force:!0})}},"rmdir")},X0=Ht(Jt(),1),KR={type:"gitBranchesListVirtualFile",rootType:"folder",getStats:h(async({gitRoot:i,nodeFs:e})=>{let t=i+"/.git";try{return await e.promises.stat(t)}catch{throw new Error(`ENOENT: no such file or directory, stat '${t}'`)}},"getStats"),getFile:h(async({gitRoot:i,nodeFs:e,filePath:t})=>{try{let r=await X0.default.listBranches({fs:e,dir:i}),n=await Promise.all(r.map(async o=>{let f=await X0.default.resolveRef({fs:e,dir:i,ref:o});return Kr({parent:t,name:Ya(o),isDir:!0})}));return{type:"directory",content:n,mode:493,size:n}}catch(r){throw r}},"getFile"),rename:h(async i=>{throw new Error("not implemented")},"rename"),mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},Uo=Ht(Jt(),1);function qc(i){return i&&i.gitCache!==void 0?i.gitCache:i&&i.parentFs?qc(i.parentFs):{}}c(qc,"Du");h(qc,"getGitCacheFromFs");var Q0={type:"gitBranchHeadVirtualFile",rootType:"file",getStats:h(async({gitRoot:i,nodeFs:e,pathParams:t,userSpaceFs:r})=>{t.branchName===void 0&&(t.branchName=await $t(i,e));let n=await Bt(e,i,t.branchName);if(!n)throw new Error(`Branch ${t.branchName} does not exist in the repository`);let o=await Uo.default.readCommit({fs:e,dir:i,oid:n,cache:qc(r)}),{commit:f}=o,m=f.committer.timestamp*1e3;return{mode:420,size:40,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(40/4096),atimeMs:m,mtimeMs:m,ctimeMs:m,birthtimeMs:m,atime:new Date(m),mtime:new Date(m),ctime:new Date(m),birthtime:new Date(m)}},"getStats"),getFile:h(async({gitRoot:i,nodeFs:e,pathParams:t,userSpaceFs:r})=>{t.branchName===void 0&&(t.branchName=await $t(i,e));try{let n;try{n=await Uo.default.resolveRef({fs:e,dir:i,ref:t.branchName})}catch{n=await Uo.default.resolveRef({fs:e,dir:i,ref:`refs/heads/${t.branchName}`})}return{type:"file",content:n+`
107
- `,mode:420,size:n.length}}catch{return}},"getFile"),writeFile:h(async({filePath:i,gitRoot:e,nodeFs:t,content:r,cacheFs:n,pathParams:o,userSpaceFs:f})=>{console.log("gitBranchHeadVirtualFile writeFile called",{pathParams:o,content:r}),o.branchName===void 0&&(o.branchName=await $t(e,t));let m=r.toString().trim();try{await Uo.default.readCommit({fs:t,dir:e,oid:m,cache:qc(f)})}catch{throw new Error(`Commit ${m} does not exist in the repository`)}await Uo.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+o.branchName,value:m,force:!0})},"writeFile"),rename(i){throw new Error("not implementsd")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},Z0={type:"legitVirtualFile",rootType:"folder",getStats:h(async({gitRoot:i,nodeFs:e})=>{let t=i+"/.git";try{return await e.promises.stat(t)}catch{throw new Error(`ENOENT: no such file or directory, stat '${t}'`)}},"getStats"),getFile:h(async({gitRoot:i,nodeFs:e})=>({type:"directory",content:[],mode:493,size:0}),"getFile"),rename(i){throw new Error("not implemented")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},Hp=Ht(Jt(),1);function qo(i){return i&&i.gitCache!==void 0?i.gitCache:i&&i.parentFs?qo(i.parentFs):{}}c(qo,"$s");h(qo,"getGitCacheFromFs");var JR={type:"gitCommitFileVirtualFile",rootType:"file",getStats:h(async({filePath:i,gitRoot:e,nodeFs:t,pathParams:r,userSpaceFs:n})=>{if(!r.sha_1_1_2)throw new Error("sha_1_1_2 should be in pathParams");if(!r.sha1_3__40)throw new Error("sha1_3__40 should be in pathParams");let o=r.sha_1_1_2+r.sha1_3__40,f=await La({filePath:i,gitRoot:e,nodeFs:t,commitSha:o,pathParams:r,gitCache:qo(n)});if(!f)throw new Zp(`ENOENT: no such file or directory, stat '${i}'`,i);let m=await Hp.default.readCommit({fs:t,dir:e,oid:o}),{commit:l}=m,a=l.committer.timestamp*1e3;if(f.type==="tree")return{mode:420,size:0,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!0,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0,atimeMs:a,mtimeMs:a,ctimeMs:a,birthtimeMs:a,atime:new Date(a),mtime:new Date(a),ctime:new Date(a),birthtime:new Date(a)};{let{blob:g}=await Hp.default.readBlob({fs:t,dir:e,oid:f.oid});return{mode:420,size:g.length,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(g.length/4096),atimeMs:a,mtimeMs:a,ctimeMs:a,birthtimeMs:a,atime:new Date(a),mtime:new Date(a),ctime:new Date(a),birthtime:new Date(a)}}},"getStats"),getFile:h(async({filePath:i,gitRoot:e,nodeFs:t,pathParams:r,userSpaceFs:n})=>{if(!r.sha_1_1_2)throw new Error("sha_1_1_2 should be in pathParams");if(!r.sha1_3__40)throw new Error("sha1_3__40 should be in pathParams");let o=r.sha_1_1_2+r.sha1_3__40;try{let f=await La({filePath:i,gitRoot:e,nodeFs:t,commitSha:o,pathParams:r,gitCache:qo(n)});if(!f)return;if(f.type==="blob"){let{blob:m}=await Hp.default.readBlob({fs:t,dir:e,oid:f.oid,cache:qo(n)});return{type:"file",content:Buffer.from(m),mode:420,size:m.length,oid:f.oid}}else return{type:"directory",content:Array.from(new Set([...f.entries.filter(m=>m.name!==".keep")])).map(m=>({...m,name:m.name.toString(),path:`${i}`,parentPath:`${i}`})),mode:493}}catch{return}},"getFile"),rename(i){throw new Error("not implementsd")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},Gp=Ht(Jt(),1),e_={type:"gitCommitVirtualFolder",rootType:"folder",getStats:h(async i=>{let e=i.gitRoot+"/.git";try{return await i.nodeFs.promises.stat(e)}catch{throw new Error(`ENOENT: no such file or directory, stat '${e}'`)}},"getStats"),getFile:h(async({filePath:i,gitRoot:e,nodeFs:t,pathParams:r})=>{let n=await Gp.default.listBranches({fs:t,dir:e}),o=new Set,f=new Set;for(let a of n){let g=`refs/heads/${a}`;try{let y=await Gp.default.resolveRef({fs:t,dir:e,ref:g});o.add(y)}catch{}}for(let a of o){let g=await Gp.default.log({fs:t,dir:e,ref:a});for(let y of g)f.add(y.oid)}if(!r.sha_1_1_2){let a=new Set;for(let y of f)if(a.add(y.slice(0,2)),a.size>=256)break;let g=Array.from(a).sort().map(y=>Kr({parent:i,name:y,isDir:!0}));return{type:"directory",content:g,mode:493,size:g}}let m=new Set;for(let a of f)a.startsWith(r.sha_1_1_2)&&m.add(a.slice(2,40));let l=Array.from(m).sort().map(a=>Kr({parent:i,name:a,isDir:!0}));return{type:"directory",content:l,mode:493,size:l.length}},"getFile"),rename(i){throw new Error("not implementsd")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},di=Ht(Jt(),1),t_={type:"gitBranchOperationVirtualFile",rootType:"file",getStats:h(async i=>{let{gitRoot:e,nodeFs:t,pathParams:r}=i;r.branchName===void 0&&(r.branchName=await $t(e,t));let n=await Bt(t,e,r.branchName);if(!n)throw new Error(`Base Branch ${r.branchName} for operations does not exis`);let o=await Jr(t,e,r.branchName),f=!1;if(o)try{n=await di.default.resolveRef({fs:t,dir:e,ref:o}),f=!0}catch{try{n=await di.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${o}`}),f=!0}catch{}}let m=await di.default.readCommit({fs:t,dir:e,oid:n}),{commit:l}=m,a=l.committer.timestamp*1e3;try{return{mode:420,size:40,atimeMs:a,mtimeMs:a,ctimeMs:a,birthtimeMs:a,atime:new Date(a),mtime:new Date(a),ctime:new Date(a),birthtime:new Date(a),isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0}}catch{throw new Error("ENOENT: no such file or directory, stat operationHistory")}},"getStats"),getFile:h(async i=>{let{gitRoot:e,nodeFs:t,pathParams:r}=i;r.branchName===void 0&&(r.branchName=await $t(e,t));let n=await Jr(t,e,r.branchName),o,f=!1;if(n){if(o=await Bt(t,e,n),f=!0,!o)throw new Error(`Base Branch ${n} for operations does not exis`)}else if(o=await Bt(t,e,r.branchName),!o)throw new Error(`Base Branch ${r.branchName} for operations does not exis`);return{type:"file",content:Buffer.from(o),mode:420,size:o.length}},"getFile"),writeFile:h(async({filePath:i,gitRoot:e,nodeFs:t,content:r,cacheFs:n,pathParams:o,author:f})=>{o.branchName===void 0&&(o.branchName=await $t(e,t));let m;typeof r=="string"?m=new TextEncoder().encode(r):m=new Uint8Array(r);let l=await di.default.writeBlob({fs:t,dir:e,blob:m}),a=await Bt(t,e,o.branchName);if(!a)throw new Error("Invalid branch file path - branch doesn't exist");let g=await Jr(t,e,o.branchName),y=!1;g||(g="legit/__"+o.branchName+W_,await di.default.branch({fs:t,dir:e,ref:g,object:a}),y=!0);let b=await di.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${g}`}),S=await di.default.readTree({fs:t,dir:e,oid:a}),F;r instanceof ArrayBuffer?F=Buffer.from(r).toString("utf-8"):typeof r=="string"?F=r:r instanceof Uint8Array?F=Buffer.from(r).toString("utf-8"):F=String(r);let T=!1;if(!y){let $=await di.default.findMergeBase({fs:t,dir:e,oids:T?[b]:[b,a]});$.length===1&&$[0]===a&&(T=!0)}let P=await di.default.commit({fs:t,dir:e,message:F,tree:S.oid,noUpdateBranch:!0,author:f,parent:T?y?[a,a]:[b]:[b,a]});await di.default.writeRef({fs:t,dir:e,ref:`refs/heads/${g}`,value:P,force:!0})},"writeFile"),rename:h(async function({filePath:i,newPath:e,gitRoot:t,nodeFs:r,pathParams:n,newPathParams:o}){throw new Error("not implemented")},"rename"),mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},Lc=Ht(Jt(),1),YR={type:"getThreadName",rootType:"file",getStats:h(async i=>{let{gitRoot:e,nodeFs:t,pathParams:r}=i,n=await Bt(t,e,r.branchName);if(!n)throw new Error(`Base Branch ${r.branchName} for operations does not exis`);let o=await Jr(t,e,r.branchName),f=!1;if(o)try{n=await Lc.default.resolveRef({fs:t,dir:e,ref:o}),f=!0}catch{try{n=await Lc.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${o}`}),f=!0}catch{}}let m=await Lc.default.readCommit({fs:t,dir:e,oid:n}),{commit:l}=m,a=l.committer.timestamp*1e3;try{return{mode:420,size:40,atimeMs:a,mtimeMs:a,ctimeMs:a,birthtimeMs:a,atime:new Date(a),mtime:new Date(a),ctime:new Date(a),birthtime:new Date(a),isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0}}catch{throw new Error("ENOENT: no such file or directory, stat operationHistory")}},"getStats"),getFile:h(async i=>{let{gitRoot:e,nodeFs:t,pathParams:r}=i,n=await Jr(t,e,r.branchName),o;if(n){let f="legit/",m=`__${r.branchName}-operation`;return n.startsWith(f)&&n.endsWith(m)?o=n.slice(f.length,n.length-m.length):o=n,{type:"file",content:Buffer.from(U_(o)),mode:420,size:o.length}}return{type:"file",content:Buffer.from(""),mode:420,size:0}},"getFile"),writeFile:h(async({filePath:i,gitRoot:e,nodeFs:t,content:r,cacheFs:n,pathParams:o})=>{if(o.branchName===void 0)throw new Error("branchName should be in pathParams");let f=await Jr(t,e,o.branchName);if(f){let m=`legit/${L_(r.toString())}__${o.branchName}-operation`;await Lc.default.renameBranch({fs:t,dir:e,oldref:f,ref:m}),f=m}},"writeFile"),rename:h(async function({filePath:i,newPath:e,gitRoot:t,nodeFs:r,pathParams:n,newPathParams:o}){throw new Error("not implemented")},"rename"),mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},r_=Ht(Jt(),1),i_={type:"gitBranchHistory",rootType:"file",getStats:h(async({gitRoot:i,nodeFs:e,pathParams:t})=>{t.branchName===void 0&&(t.branchName=await $t(i,e));let r=await Bt(e,i,t.branchName);if(!r)throw new Error(`Branch ${t.branchName} does not exist`);let n=await r_.default.readCommit({fs:e,dir:i,oid:r}),{commit:o}=n,f=o.committer.timestamp*1e3;return{mode:420,size:1e5,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(40/4096),atimeMs:f,mtimeMs:f,ctimeMs:f,birthtimeMs:f,atime:new Date(f),mtime:new Date(f),ctime:new Date(f),birthtime:new Date(f)}},"getStats"),getFile:h(async i=>{let{gitRoot:e,nodeFs:t,pathParams:r}=i,n=r.branchName;n===void 0&&(n=await $t(e,t));let o=[];if(n){let m=await Bt(t,e,n),l=!1,a=m;for(;a&&!l;){let g=await r_.default.readCommit({fs:t,dir:e,oid:a});o.push({oid:g.oid,...g.commit}),a=g.commit.parent[0]}}let f=Buffer.from(JSON.stringify(o,null,2),"utf-8");return{type:"file",content:f,mode:420,size:f.length}},"getFile"),rename:h(async i=>{throw new Error("not implemented")},"rename"),mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},xi=Ht(Jt(),1),n_={type:"gitBranchOperationHeadVirtualFile",rootType:"file",getStats:h(async({gitRoot:i,nodeFs:e,pathParams:t})=>{t.branchName===void 0&&(t.branchName=await $t(i,e));let r=await Jr(e,i,t.branchName);if(!r){let l=new Date(0);return{mode:420,size:0,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(40/4096),atimeMs:l.getTime(),mtimeMs:l.getTime(),ctimeMs:l.getTime(),birthtimeMs:l.getTime(),atime:l,mtime:l,ctime:l,birthtime:l}}let n;try{n=await xi.default.resolveRef({fs:e,dir:i,ref:r})}catch{n=await xi.default.resolveRef({fs:e,dir:i,ref:`refs/heads/${r}`})}let o=await xi.default.readCommit({fs:e,dir:i,oid:n}),{commit:f}=o,m=f.committer.timestamp*1e3;return{mode:420,size:40,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(40/4096),atimeMs:m,mtimeMs:m,ctimeMs:m,birthtimeMs:m,atime:new Date(m),mtime:new Date(m),ctime:new Date(m),birthtime:new Date(m)}},"getStats"),getFile:h(async({gitRoot:i,nodeFs:e,pathParams:t})=>{t.branchName===void 0&&(t.branchName=await $t(i,e));let r=await Jr(e,i,t.branchName);if(!r)return{type:"file",content:"",mode:420,size:0};try{let n;try{n=await xi.default.resolveRef({fs:e,dir:i,ref:r})}catch{n=await xi.default.resolveRef({fs:e,dir:i,ref:`refs/heads/${r}`})}return{type:"file",content:n+`
108
- `,mode:420,size:n.length}}catch{return}},"getFile"),writeFile:h(async({filePath:i,gitRoot:e,nodeFs:t,content:r,cacheFs:n,pathParams:o})=>{o.branchName===void 0&&(o.branchName=await $t(e,t));let f=await Jr(t,e,o.branchName),m=await xi.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${f}`});if(!f)throw new Error(`Operation branch name could not be resolved for branch ${o.branchName}`);let l=r.toString().trim(),a,g,y=!1;if(!m)throw new Error(`Operation branch ref could not be resolved for branch ${f}`);let b=m;for(;b&&!y;){let S=await xi.default.readCommit({fs:t,dir:e,oid:b});if(S.oid===l&&(a=S.oid),b=S.commit.parent&&S.commit.parent.length>0?S.commit.parent[0]:null,S.commit.parent.length===2){if(S.commit.parent[0]===S.commit.parent[1])y=!0;else if(a!==void 0){g=S.commit.parent[1];break}}}if(a===void 0)throw new Error(`Cant rollback to ${l} couldn't find newOperationBranchHead ${a}`);if(g===void 0)throw new Error(`Cant rollback to ${l} couldn't find newBranchHead ${g}`);await xi.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+f,value:a,force:!0}),await xi.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+o.branchName,value:g,force:!0})},"writeFile"),rename(i){throw new Error("not implementsd")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},XR=Ht(Jt(),1),tm=Ht(Jt(),1);async function zc(i,e){try{let t=await tm.default.getConfig({fs:e,dir:i,path:"user.legit-target-branch"});if(t)return Ya(t)}catch{}try{let t=await tm.default.getConfig({fs:e,dir:i,path:"init.defaultBranch"});return Ya(t)||"main"}catch{return"main"}}c(zc,"sa");h(zc,"getTargetBranch");async function ev(i,e,t){await tm.default.setConfig({fs:e,dir:i,path:"user.legit-target-branch",value:kr(t)})}c(ev,"fv");h(ev,"setTargetBranch");var QR={type:"gitCurrentBranchVirtualFile",rootType:"file",getStats:h(async({gitRoot:i,nodeFs:e})=>{let t=(await $t(i,e)).length;return{mode:420,size:t,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(t/4096),atimeMs:Date.now(),mtimeMs:Date.now(),ctimeMs:Date.now(),birthtimeMs:Date.now(),atime:new Date,mtime:new Date,ctime:new Date,birthtime:new Date}},"getStats"),getFile:h(async({gitRoot:i,nodeFs:e})=>{let t=await $t(i,e);return{type:"file",content:t+`
109
- `,mode:420,size:t.length+1}},"getFile"),writeFile:h(async({gitRoot:i,nodeFs:e,content:t})=>{let r=t.toString().trim();if(!await Bt(e,i,r)){let n=await zc(i,e),o=await Bt(e,i,n);if(!o)throw new Error(`Ref branch ${n} does not exist in the repository`);await XR.default.branch({fs:e,dir:i,ref:kr(r),object:o})}await q_(i,e,r)},"writeFile"),rename(i){throw new Error("not implemented")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},pi="session_data",Uc=JSON.stringify({env:{CLAUDE_CONFIG_DIR:`.claude/${pi}`}},null,2),ZR={type:"claudeVirtualSessionFileVirtualFile",rootType:"folder",getStats:h(async({gitRoot:i,nodeFs:e,filePath:t,cacheFs:r,pathParams:n})=>{let o=t.replace(/\\/g,"/");if(o.endsWith(".claude")||o.endsWith(`.claude/${pi}`)||o.endsWith(`.claude/${pi}/debug`)||o.endsWith(`.claude/${pi}/projects`)||new RegExp(`\\.claude\\/${pi}\\/projects\\/[^/]+$`).test(o)){let m=new Date(0);return{mode:16877,size:0,isFile:h(()=>!1,"isFile"),isDirectory:h(()=>!0,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0,atimeMs:0,mtimeMs:0,ctimeMs:0,birthtimeMs:0,atime:m,mtime:m,ctime:m,birthtime:m}}let f=new Date(0);return o.endsWith(".claude/settings.json")?{mode:420,size:Uc.length,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(Uc.length/4096),atimeMs:f,mtimeMs:f,ctimeMs:f,birthtimeMs:f,atime:f,mtime:f,ctime:f,birthtime:f}:await r.promises.stat(t)},"getStats"),getFile:h(async({filePath:i,gitRoot:e,nodeFs:t,cacheFs:r,pathParams:n})=>{let o=i.replace(/\\/g,"/");if((o.endsWith(".claude")||o.endsWith(".claude/session_data")||o.endsWith(".claude/session_data/projects")||o.endsWith(".claude/session_data/debug")||/\.claude\/session_data\/projects\/[^/]+$/.test(o))&&await r.promises.mkdir(i,{recursive:!0}),o.endsWith(".claude/settings.json"))return{type:"file",content:Uc,mode:420,size:Uc.length,oid:"unknown"};try{if((await r.promises.stat(i)).isFile()){let f=await r.promises.readFile(i);return{type:"file",content:f,mode:420,size:f.length,oid:"unknown"}}else{let f=await r.promises.readdir(i,{withFileTypes:!0});if(o.endsWith(".claude")){let m=f.find(a=>a.name.toString()==="settings.json");m||f.push(Kr({name:"settings.json",parent:i,isDir:!1}));let l=f.find(a=>a.name.toString()===pi);m||f.push(Kr({name:pi,parent:i,isDir:!0}))}if(o.endsWith(`.claude/${pi}`)&&(f.find(m=>m.name.toString()==="projects")||f.push(Kr({name:"projects",parent:i,isDir:!0}))),o.endsWith(`.claude/${pi}/projects`)&&!f.find(m=>m.name.toString()==="projects")){let m=o.replace(`.claude/${pi}/projects`,"");f.push(Kr({name:m.replaceAll("/","-"),parent:i,isDir:!0}))}return{type:"directory",content:f.map(m=>({...m,name:m.name.toString(),path:`${i}`,parentPath:`${i}`})),mode:493}}}catch{return}},"getFile"),unlink:h(async({filePath:i,gitRoot:e,nodeFs:t,cacheFs:r,pathParams:n,author:o})=>{await r.promises.unlink(i)},"unlink"),writeFile:h(async({filePath:i,gitRoot:e,nodeFs:t,content:r,cacheFs:n,userSpaceFs:o,pathParams:f,author:m})=>{let l=i.replace(/\\/g,"/"),a=/\/projects\/([^/]+)\/([^/]+\.jsonl)$/,g=l.match(a);if(g){let y=g[1],b=g[2];console.log({folder:y,file:b}),await n.promises.stat(i).then(()=>!0).catch(()=>!1)||await n.promises.writeFile(i,"");let S=(await n.promises.readFile(i,"utf-8")).split(`
110
- `);if(S.length>1){let F=S[S.length-2]||"",T=JSON.parse(F),P="";if(T.type==="user"){let $=T.message?.content;if(Array.isArray($)&&$[0]?.type==="tool_result"){let R=$[0],M=typeof R.content=="string"?R.content:JSON.stringify(R.content);P=`\u{1F47E} Tool Result (${T.toolUseResult?.type||"unknown"}): ${M}
111
-
112
- ---
113
-
114
- `}else P=`\u{1F464} ${typeof $=="string"?$:$?.[0]?.content||"User action"}
115
-
116
- ---
117
-
118
- `}else if(T.type==="assistant"){let $=T.message?.content?.[0],R="";$?.type==="text"?R=$.text:$?.type==="tool_use"?R=`Used tool: ${$.name} with input: ${JSON.stringify($.input)}`:R="Assistant response",P=`\u{1F47E} ${R}
119
-
120
- ---
121
-
122
- `}else T.type==="file-history-snapshot"?P=`System: File history snapshot for message ${T.messageId}
123
-
124
- ---
125
-
126
- `:P=`System: ${T.type||"unknown action"}
127
-
128
- ---
129
-
130
- `;await o.promises.writeFile(e+"/.legit/operation",P+F)}}else console.log("No match"),await n.promises.writeFile(i,r)},"writeFile"),rename:h(async function({filePath:i,newPath:e,gitRoot:t,nodeFs:r,pathParams:n,newPathParams:o,author:f,cacheFs:m}){await m.promises.rename(i,e)},"rename"),mkdir:h(async function(i){await i.cacheFs.promises.mkdir(i.filePath,{recursive:!0})},"mkdir"),rmdir:h(async({filePath:i,gitRoot:e,nodeFs:t,cacheFs:r,pathParams:n,author:o})=>{},"rmdir")},$a=Ht(Jt(),1);function Hc(i){return i&&i.gitCache!==void 0?i.gitCache:i&&i.parentFs?Hc(i.parentFs):{}}c(Hc,"Mu");h(Hc,"getGitCacheFromFs");var eT={type:"gitApplyCurrentChangesToVirtualFile",rootType:"file",getStats:h(async({gitRoot:i,nodeFs:e,pathParams:t,userSpaceFs:r})=>{let n=new Date(0);return{mode:420,size:40,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(40/4096),atimeMs:n,mtimeMs:n,ctimeMs:n,birthtimeMs:n,atime:n,mtime:n,ctime:n,birthtime:n}},"getStats"),getFile:h(async({gitRoot:i,nodeFs:e,pathParams:t,userSpaceFs:r})=>{try{return{type:"file",content:`
131
- `,mode:420,size:2}}catch{return}},"getFile"),writeFile:h(async({gitRoot:i,nodeFs:e,content:t,userSpaceFs:r,author:n})=>{let o=await $t(i,e),f=t.toString().trim(),m=await Bt(e,i,o,Hc(r));if(!m)throw new Error(`Source branch ${o} does not exist`);let l=await Bt(e,i,f,Hc(r));if(!l)throw new Error(`Target branch ${f} does not exist`);let a=await $a.default.readTree({fs:e,dir:i,oid:m});if(await $a.default.readTree({fs:e,dir:i,oid:l})===a)return;let g=await $a.default.commit({fs:e,dir:i,message:"Changes from "+o+" applied to "+f,tree:a.oid,noUpdateBranch:!0,author:n,parent:[m,l]}),y=await $a.default.commit({fs:e,dir:i,message:"Changes from "+o+" applied to "+f,tree:a.oid,noUpdateBranch:!0,author:n,parent:[m,g]});await $a.default.writeRef({fs:e,dir:i,ref:"refs/heads/"+kr(f),value:g,force:!0}),await $a.default.writeRef({fs:e,dir:i,ref:"refs/heads/"+kr(o),value:y,force:!0})},"writeFile"),rename(i){throw new Error("not implementsd")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")},tT={type:"gitTargetBranchVirtualFile",rootType:"file",getStats:h(async({gitRoot:i,nodeFs:e})=>{let t=(await zc(i,e)).length;return{mode:420,size:t,isFile:h(()=>!0,"isFile"),isDirectory:h(()=>!1,"isDirectory"),isSymbolicLink:h(()=>!1,"isSymbolicLink"),isBlockDevice:h(()=>!1,"isBlockDevice"),isCharacterDevice:h(()=>!1,"isCharacterDevice"),isSocket:h(()=>!1,"isSocket"),isFIFO:h(()=>!1,"isFIFO"),isFileSync:h(()=>!0,"isFileSync"),isDirectorySync:h(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(t/4096),atimeMs:Date.now(),mtimeMs:Date.now(),ctimeMs:Date.now(),birthtimeMs:Date.now(),atime:new Date,mtime:new Date,ctime:new Date,birthtime:new Date}},"getStats"),getFile:h(async({gitRoot:i,nodeFs:e})=>{let t=await zc(i,e);return{type:"file",content:t+`
132
- `,mode:420,size:t.length+1}},"getFile"),writeFile:h(async({gitRoot:i,nodeFs:e,content:t})=>{let r=t.toString().trim();if(!await Bt(e,i,r))throw new Error(`Branch ${r} does not exist in the repository`);await ev(i,e,r)},"writeFile"),rename(i){throw new Error("not implemented")},mkdir:h(async function(i){throw new Error("not implemented")},"mkdir")};function Gc(i){return i&&i.gitCache!==void 0?i.gitCache:i&&i.parentFs?Gc(i.parentFs):{}}c(Gc,"ju");h(Gc,"getGitCache");async function rT(i){let e=new sf.Volume,t=(0,sf.createFsFromVolume)(e);return af({...i,storageFs:i?.storageFs?i.storageFs:t,gitRoot:i?.gitRoot||"/"})}c(rT,"oL");h(rT,"openLegitFsWithMemoryFs");async function af({storageFs:i,gitRoot:e,anonymousBranch:t="anonymous",showKeepFiles:r=!1,initialAuthor:n={type:"local",id:"local",name:"Local User",email:"local@legitcontrol.com"},serverUrl:o="https://hub.legitcontrol.com",publicKey:f,claudeHandler:m}){await i.promises.readdir(e+"/.git").then(()=>!0).catch(()=>!1)||(await Fr.default.init({fs:i,dir:"/",defaultBranch:t}),await i.promises.writeFile(e+"/.gitignore",""),await i.promises.writeFile(e+"/.keep",""),await Fr.default.add({fs:i,dir:"/",filepath:".keep",cache:Gc(i)}),await Fr.default.commit({fs:i,dir:"/",message:"Initial commit",author:{name:"Test",email:"test@example.com"},cache:Gc(i)}),await Fr.default.setConfig({fs:i,dir:e,path:"init.defaultBranch",value:t})),await Fr.default.getConfig({fs:i,dir:e,path:"user.legit_user_id"})||await Fr.default.setConfig({fs:i,dir:e,path:"user.legit_user_id",value:n.name}),await Fr.default.getConfig({fs:i,dir:e,path:"user.name"})||await Fr.default.setConfig({fs:i,dir:e,path:"user.name",value:n.name}),await Fr.default.getConfig({fs:i,dir:e,path:"user.email"})||await Fr.default.setConfig({fs:i,dir:e,path:"user.email",value:n.email});let l=new IR({name:"git",storageFs:i,gitRoot:e,defaultBranch:t});l.gitCache={};let a={".legit":{".":Z0,operation:t_,head:Q0,operationHead:n_,operationHistory:Qp,history:i_,currentBranch:QR,"target-branch":tT,"apply-changes":eT,branches:{".":KR,"[branchName]":{".legit":{".":Z0,operation:t_,head:Q0,operationHead:n_,operationHistory:Qp,history:i_,threadName:YR},"[[...filePath]]":em}},commits:{".":e_,"[sha_1_1_2]":{".":e_,"[sha1_3__40]":{"[[...filePath]]":JR}}}},".claude":{"[[...filePath]]":ZR},"[[...filePath]]":em};!m&&a[".claude"]&&delete a[".claude"];let g=new WR({name:"git-subfs",parentFs:l,gitRoot:e,gitStorageFs:i,routerConfig:a}),y=r?[".git"]:[".git",".keep"],b=new BR({name:"git-hidden-subfs",parentFs:l,gitRoot:e,hiddenFiles:y}),S=new jR({name:"git-ephemeral-subfs",parentFs:l,gitRoot:e,ephemeralPatterns:["**/._*","**/.DS_Store","**/.AppleDouble/","**/.AppleDB","**/.AppleDesktop","**/.Spotlight-V100","**/.TemporaryItems","**/.Trashes","**/.fseventsd","**/.VolumeIcon.icns","**/.ql_disablethumbnails","**/.~lock.*","**/lu[0-9a-zA-Z]*.tmp","**/.metaentries.json.tmp","**/**.tmp.**","**/**.sb-**"]});l.addSubFs(g),l.setHiddenFilesSubFs(b),l.setEphemeralFilesSubFs(S);let F=Q_({storageFs:i,gitRoot:e}),T=VR(F,f),P=GR({fs:i,gitRepoPath:e,serverUrl:o,auth:T,anonymousBranch:t}),$=Object.assign(l,{auth:T,sync:P,setLogger(R){l.setLoggger(R)},push:h(async R=>{},"push"),shareCurrentBranch:h(async()=>{if((await T.getUser()).type==="local")throw new Error("login first - for example anonymously using legitfs.auth.signInAnonymously()");let R=await $.getCurrentBranch();return R===t&&(R=(await T.getUser()).id,await Fr.default.renameBranch({fs:i,dir:e,oldref:t,ref:R})),await P.sequentialPush([R]),$.setCurrentBranch(R),R},"shareCurrentBranch"),setCurrentBranch:h(async R=>{(await Fr.default.listBranches({fs:i,dir:e})).includes(R)||await P?.loadBranch(R);let M=(await Fr.default.listBranches({fs:i,dir:e})).includes(R);if(console.log("branchExistsAfter",M),!M)throw new Error(`Branch ${R} does not exist`);await Fr.default.setConfig({fs:i,dir:e,path:"init.defaultBranch",value:R})},"setCurrentBranch"),getCurrentBranch:h(async()=>{let R=await Fr.default.getConfig({fs:i,dir:e,path:"init.defaultBranch"});if(!R)throw new Error("No current branch set");return R},"getCurrentBranch")});return $}c(af,"FR");h(af,"openLegitFs");var wC=h(i=>async e=>{if(!e.path.includes(".legit/branches/")||(e.path.match(/\.legit/g)||[]).length>1)return;let[t,r]=e.path.split(".legit/branches/"),[n,...o]=r.split("/"),f=o.join("/"),m=t+".legit/branches/"+n+"/.legit/operation",l=JSON.stringify(e.operationArgs,(a,g)=>Buffer.isBuffer(g)?{__buffer__:g.toString("base64")}:g);console.log(m,`[${e.fsName}].${e.operation}(${e.fd?e.fd.fd+" - ":""}${e.path})
133
-
134
- ${l}
135
-
136
- `)},"createFsOperationFileLogger");var oS=Li(tS(),1);import{createContext as nA,useContext as sA,useEffect as aA,useMemo as oA,useState as rg,useCallback as Qf}from"react";import{jsx as fA}from"react/jsx-runtime";var nl="main",en="/.legit/branches",iS="/.legit/commits",rS=c(i=>(i.startsWith("/")&&(i=i.slice(1)),`${en}/${nl}/${i}`),"resolveThreadPath"),lA=c(i=>i instanceof Error?i:new Error(String(i??"Unknown error")),"normalizeError"),nS=nA(void 0);function cA({children:i}){let[e,t]=rg(null),[r,n]=rg(!0),[o,f]=rg(null);aA(()=>{let b=!1,S=c(async()=>{try{let F=await tn();b||(t(F),f(null),n(!1))}catch(F){if(!b){let T=lA(F);t(null),f(T),n(!1)}}},"load");return n(!0),f(null),S(),()=>{b=!0}},[]);let m=Qf(async(b,S)=>{if(e){let F=rS(b);await e.promises.writeFile(F,S)}},[e]),l=Qf(async b=>{if(e){let S=await fo(nl);if(!S)return;let F=S.find(R=>R.oid===b),T=S.find(R=>R.oid===F?.parentOids[0]);if(!F||!T)return;let P=F?.parentOids[1],$=T?.originBranchOid;return!P||!$?void 0:{newOid:P,oldOid:$}}},[e]),a=Qf(async(b,S)=>{if(e)return await aS(b,S)},[e]),g=Qf(async b=>(e&&(console.log("rollback",b),await sS(nl,b)),await Zf(nl)),[e]),y=oA(()=>({legitFs:e,loading:r,error:o,saveData:m,getMessageDiff:l,getPastState:a,rollback:g,threadId:nl,resolvePath:rS}),[e,r,o,m]);return fA(nS.Provider,{value:y,children:i})}c(cA,"LegitFsProvider");function ig(){let i=sA(nS);if(i===void 0)throw new Error("useLegitFs must be used within a LegitFsProvider");return i}c(ig,"useLegitFs");var eh=null;async function tn(){return eh||(eh=af({storageFs:oS.default,gitRoot:"/"}),window&&(window.legitFs=await eh)),eh}c(tn,"getLegitFs");async function lS(){let i=await tn();try{return(await i.promises.readdir(en)).filter(t=>!t.startsWith("."))}catch(e){if(e.code==="ENOENT")return await i.promises.mkdir(en,{recursive:!0}),[];throw e}}c(lS,"listBranches");async function Zf(i){try{return await(await tn()).promises.readFile(`${en}/${i}/.legit/head`,"utf8")}catch(e){throw console.error("Error reading head from path:",i,e),e}}c(Zf,"readHead");async function sS(i,e){try{await(await tn()).promises.writeFile(`${en}/${i}/.legit/operationHead`,e,"utf8")}catch(t){throw console.error("Error writing head to path:",i,t),t}}c(sS,"writeOperationHead");async function cS(i,e){try{await(await tn()).promises.writeFile(`${en}/${i}/.legit/operation`,e,"utf8")}catch(t){throw console.error("Error writing operation to path:",i,t),t}}c(cS,"writeOperation");async function fo(i){try{let t=await(await tn()).promises.readFile(`${en}/${i}/.legit/operationHistory`,"utf8");return t.length>0?JSON.parse(t):JSON.parse("[]")}catch(e){throw console.error("Error reading operation history from path:",i,e),e}}c(fo,"readOperationHistory");async function aS(i,e){try{e.startsWith("/")&&(e=e.slice(1));let t=await tn(),r=`${iS}/${i.slice(0,2)}/${i.slice(2)}/${e}`;return await t.promises.readFile(r,"utf8")}catch(t){throw console.error("Error reading past state from path:",i,t),t}}c(aS,"readPastState");var th=c(async i=>{let e=[];for(let t of i){let r,n;try{r=JSON.parse(t.message),n={id:t.oid,height:e.length,parent_id:t.parentOids[0]===t.parentOids[1]?null:t.parentOids[0],metadata:{custom:{depending_branch_commit_id:t.originBranchOid??null}},...r},e.unshift(n)}catch{console.log("Skipping operation with invalid JSON message:",t);continue}}return e},"createUIMessages");var ng=class ng{async list(e,t){let r=await fo(e);return{messages:(await th(r)).map((f,m)=>({...f,height:m,created_at:new Date(f.created_at),updated_at:new Date(f.updated_at)}))}}async create(e,t){let r=`msg-${Date.now()}-${Math.random().toString(36).slice(2)}`,n={created_at:new Date,updated_at:new Date,format:t.format,content:t.content};return await cS(e,JSON.stringify(n)),{message_id:r}}};c(ng,"LegitThreadMessages");var rh=ng;var sg=class sg{constructor(){pt(this,"messages",new rh)}async list(e){return{threads:(await lS()).map(r=>({id:r,title:r,last_message_at:new Date,metadata:{},external_id:null,project_id:"",created_at:new Date,updated_at:new Date,workspace_id:"local-workspace",is_archived:!1}))}}async create(e){return{thread_id:"main"}}async update(e,t){}async delete(e){}};c(sg,"LegitThreads");var ih=sg;var og=class og extends Ad{constructor(t){super(t);pt(this,"runtime");pt(this,"legitFs",null);this.legitFs=t.legitFs,this.threads=new ih;let r=this.runs.stream;this.runs.stream=async n=>{if(!this.runtime)throw new Error("LegitLocal runtime not set");let m=this.runtime.thread.__internal_threadBinding?.getState?.()?.adapters?.chatModel?.options??{},l=new Headers;l.set("Content-Type","application/json");try{let a=await fetch(m.api??"/api/chat",{method:"POST",headers:l,credentials:m.credentials??"same-origin",body:JSON.stringify({messages:n.messages,system:n.system,tools:n.tools,runConfig:m.runConfig??{}})});if(!a.ok)throw new Error(`Request failed with status ${a.status}`);return Xn.fromResponse(a,new Cd)}catch(a){return console.error("LegitLocal stream failed, falling back to default handler.",a),r.call(this.runs,n)}}}};c(og,"LegitLocal");var ag=og;import{ExportedMessageRepository as hA}from"@assistant-ui/react";var uA=c(i=>{if(i&&typeof i=="object"){let e=i,t=e.custom&&typeof e.custom=="object"?e.custom:{};return{...e,custom:t}}return{custom:{}}},"normalizeMetadata"),dA="aui/v0";function pA(i){if(i.format!==dA)return null;let e=i.content;if(!e||typeof e!="object")return null;let t=e.role;if(t!=="assistant"&&t!=="user"&&t!=="system")return null;let r=e.content??[],n=typeof r=="string"||Array.isArray(r)?r:[],o=e.createdAt instanceof Date?e.createdAt:e.createdAt?new Date(e.createdAt):new Date(i.created_at),f=uA(i.metadata);return{...e,role:t,content:n,id:e.id??i.id,createdAt:o,metadata:f}}c(pA,"toThreadMessageLike");async function lg({threadId:i,threadApi:e}){console.log("sync initiated");let t=await fo(i),n=(await th(t)).map(pA).filter(o=>o!==null);e?.reset?.(n),e.import(hA.fromArray(n))}c(lg,"syncThreadFromLegitFs");var fS=c(i=>{if(typeof i=="string")return i;if(i===void 0)return"";try{return JSON.stringify(i)}catch{return""}},"serializeStructuredData");var sl=c(i=>i==null?null:typeof i=="string"||typeof i=="number"||typeof i=="boolean"?i:Array.isArray(i)?i.map(e=>sl(e)):typeof i=="object"?Object.fromEntries(Object.entries(i).map(([e,t])=>[e,sl(t)])):JSON.stringify(i),"toJsonValue"),mA=c((i,e)=>e?typeof i=="string"?{type:"error-text",value:i}:{type:"error-json",value:sl(i)}:typeof i=="string"?{type:"text",value:i}:{type:"json",value:sl(i)},"buildToolResultOutput"),gA=c(i=>{switch(i.type){case"text":return{type:"text",text:typeof i.text=="string"?i.text:""};case"tool-call":return{type:"tool-call",toolCallId:typeof i.toolCallId=="string"?i.toolCallId:`unknown-${Date.now()}`,toolName:typeof i.toolName=="string"?i.toolName:"unknown",input:sl(i.args??i.input??{})};default:return null}},"mapAssistantContentPart"),yA=c(i=>i.type!=="tool-result"?null:{type:"tool-result",toolCallId:typeof i.toolCallId=="string"?i.toolCallId:`unknown-${Date.now()}`,toolName:typeof i.toolName=="string"?i.toolName:"unknown",output:mA(i.result??i.output,!!i.isError)},"mapToolContentPart"),p2=c(i=>i.map(e=>{let t=Array.isArray(e.content)?e.content:[];switch(e.role){case"system":return{role:"system",content:t.map(n=>n.type==="text"&&typeof n.text=="string"?n.text:"").join("")};case"user":return{role:"user",content:t.map(n=>{switch(n.type){case"text":return{type:"text",text:typeof n.text=="string"?n.text:""};default:return null}}).filter(Boolean)};case"assistant":return{role:"assistant",content:t.map(n=>gA(n)).filter(Boolean)};case"tool":{let r=t.map(n=>yA(n)).filter(Boolean);return r.length>0?{role:"tool",content:r}:null}default:return null}}).filter(e=>e!==null),"convertMessagesToModelMessages");async function m2(i){let[e,t]=xo();(async()=>{try{let n=null,o=new Map;for await(let f of i.fullStream)switch(f.type){case"text-start":n=t.addTextPart();break;case"text-delta":n||(n=t.addTextPart()),n.append(f.text);break;case"text-end":n?.close(),n=null;break;case"tool-input-start":{let m=f.id;if(!o.has(m)){let l=t.addToolCallPart({toolCallId:m,toolName:f.toolName});o.set(m,l)}break}case"tool-input-delta":{let m=f.id,l=o.get(m);l&&l.argsText.append(f.delta);break}case"tool-input-end":{let m=f.id,l=o.get(m);l&&l.argsText.close();break}case"tool-call":{let m=f.toolCallId;if(!o.get(m)){let a=t.addToolCallPart({toolCallId:m,toolName:f.toolName,args:f.input});o.set(m,a)}break}case"tool-result":{let m=f.toolCallId,l=o.get(m);l&&l.setResponse({result:fS(f.output),isError:!1});break}case"tool-error":{let m=f.toolCallId,l=o.get(m);l&&l.setResponse({result:fS(f.error),isError:!0});break}case"start-step":{let m=`msg-${Date.now()}-${Math.random().toString(36).slice(2)}`;t.enqueue({type:"step-start",path:[],messageId:m});break}case"finish-step":{let m=f.usage;t.enqueue({type:"step-finish",path:[],finishReason:f.finishReason,usage:{promptTokens:m.promptTokens??m.prompt?.tokens??0,completionTokens:m.completionTokens??m.completion?.tokens??0},isContinued:!1});break}case"finish":{let m=f.totalUsage;t.enqueue({type:"message-finish",path:[],finishReason:f.finishReason,usage:{promptTokens:m.promptTokens??m.prompt?.tokens??0,completionTokens:m.completionTokens??m.completion?.tokens??0}});break}case"error":{t.enqueue({type:"error",path:[],error:f.error instanceof Error?f.error.message:typeof f.error=="string"?f.error:"Unknown error"});break}case"start":case"abort":case"raw":case"reasoning-start":case"reasoning-delta":case"reasoning-end":case"source":case"file":break}n?.close(),o.forEach(f=>f.close()),t.close()}catch(n){t.enqueue({type:"error",path:[],error:n instanceof Error?n.message:typeof n=="string"?n:"Unknown error"}),t.close()}})();let r=new Nd;return Xn.toResponse(e,r)}c(m2,"streamTextToDataStreamResponse");import{useEffect as wA}from"react";import{useAssistantApi as bA}from"@assistant-ui/react";var _A=100;function E2(){let{legitFs:i,threadId:e}=ig(),r=bA().thread();return wA(()=>{if(!i||!e)return;let n=!1,o,f=null,m=c(()=>{n||(o=setTimeout(l,_A))},"scheduleNext"),l=c(async()=>{try{let a=await Zf(e);if(n||a===f)return;let{isRunning:g,isLoading:y}=r.getState();if(g||y)return;setTimeout(async()=>{await lg({threadId:e,threadApi:r}),f=a},100)}catch(a){a.code!=="ENOENT"&&console.error("Failed to poll Legit head",a)}finally{m()}},"tick");return m(),()=>{n=!0,o!==void 0&&clearTimeout(o)}},[i,r,e]),null}c(E2,"LegitFsHeadPoller");export{E2 as LegitFsHeadPoller,cA as LegitFsProvider,ag as LegitLocal,p2 as convertMessagesToModelMessages,m2 as streamTextToDataStreamResponse,lg as syncThreadFromLegitFs,ig as useLegitFs};
103
+ `,"utf8");let o=l[l.length-1].split(" ")[1];await n.writeStashRef(o)}else await t.rm(c)})}u(bO,"_stashDrop");async function A5({fs:t,dir:e,gitdir:r}){return new Dn({fs:t,dir:e,gitdir:r}).readStashReflogs({parsed:!0})}u(A5,"_stashList");async function P5({fs:t,dir:e,gitdir:r}){let i=new Dn({fs:t,dir:e,gitdir:r}),n=[i.refStashPath,i.refLogsStashPath];await Ua(n,async()=>{await Promise.all(n.map(async s=>{if(await t.exists(s))return t.rm(s)}))})}u(P5,"_stashClear");async function N5({fs:t,dir:e,gitdir:r,refIdx:i=0}){await gO({fs:t,dir:e,gitdir:r,refIdx:i}),await bO({fs:t,dir:e,gitdir:r,refIdx:i})}u(N5,"_stashPop");async function _O({fs:t,dir:e,gitdir:r=C(e,".git"),op:i="push",message:n="",refIdx:s=0}){O("fs",t),O("dir",e),O("gitdir",r),O("op",i);let a={push:O5,apply:gO,drop:bO,list:A5,clear:P5,pop:N5,create:R5},l=["apply","drop","pop"];try{let c=new M(t);["refs","logs","logs/refs"].map(h=>C(r,h)).forEach(async h=>{await c.exists(h)||await c.mkdir(h)});let f=a[i];if(f){if(l.includes(i)&&s<0)throw new pr(`stash@${s}`,"number that is in range of [0, num of stash pushed]");return await f({fs:c,dir:e,gitdir:r,message:n,refIdx:s})}throw new Error(`To be implemented: ${i}`)}catch(c){throw c.caller="git.stash",c}}u(_O,"stash");async function vO({fs:t,dir:e,gitdir:r=C(e,".git"),filepath:i,cache:n={}}){try{O("fs",t),O("gitdir",r),O("filepath",i);let s=new M(t);if(await Mi.isIgnored({fs:s,gitdir:r,dir:e,filepath:i}))return"ignored";let l=await D5({fs:s,cache:n,gitdir:r}),c=await SO({fs:s,cache:n,gitdir:r,tree:l,path:i}),o=await Pe.acquire({fs:s,gitdir:r,cache:n},async function(w){for(let g of w)if(g.path===i)return g;return null}),f=await s.lstat(C(e,i)),h=c!==null,d=o!==null,p=f!==null,m=u(async()=>{if(d&&!Gu(o,f))return o.oid;{let w=await s.read(C(e,i)),g=await hO({gitdir:r,type:"blob",object:w});return d&&o.oid===g&&f.size!==-1&&Pe.acquire({fs:s,gitdir:r,cache:n},async function(b){b.insert({filepath:i,stats:f,oid:g})}),g}},"getWorkdirOid");if(!h&&!p&&!d)return"absent";if(!h&&!p&&d)return"*absent";if(!h&&p&&!d)return"*added";if(!h&&p&&d)return await m()===o.oid?"added":"*added";if(h&&!p&&!d)return"deleted";if(h&&!p&&d)return c===o.oid,"*deleted";if(h&&p&&!d)return await m()===c?"*undeleted":"*undeletemodified";if(h&&p&&d){let w=await m();return w===c?w===o.oid?"unmodified":"*unmodified":w===o.oid?"modified":"*modified"}}catch(s){throw s.caller="git.status",s}}u(vO,"status");async function SO({fs:t,cache:e,gitdir:r,tree:i,path:n}){typeof n=="string"&&(n=n.split("/"));let s=n.shift();for(let a of i)if(a.path===s){if(n.length===0)return a.oid;let{type:l,object:c}=await ge({fs:t,cache:e,gitdir:r,oid:a.oid});if(l==="tree"){let o=Rt.from(c);return SO({fs:t,cache:e,gitdir:r,tree:o,path:n})}if(l==="blob")throw new _t(a.oid,l,"blob",n.join("/"))}return null}u(SO,"getOidAtPath");async function D5({fs:t,cache:e,gitdir:r}){let i;try{i=await $.resolve({fs:t,gitdir:r,ref:"HEAD"})}catch(s){if(s instanceof pe)return[]}let{tree:n}=await Wa({fs:t,cache:e,gitdir:r,oid:i});return n}u(D5,"getHeadTree");async function EO({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i="HEAD",filepaths:n=["."],filter:s,cache:a={},ignored:l=!1}){try{O("fs",t),O("gitdir",r),O("ref",i);let c=new M(t);return await Li({fs:c,cache:a,dir:e,gitdir:r,trees:[jt({ref:i}),za(),Cn()],map:u(async function(o,[f,h,d]){if(!f&&!d&&h&&!l&&await Mi.isIgnored({fs:c,dir:e,filepath:o})||!n.some(A=>cx(o,A)))return null;if(s&&!s(o))return;let[p,m,w]=await Promise.all([f&&f.type(),h&&h.type(),d&&d.type()]),g=[p,m,w].includes("blob");if((p==="tree"||p==="special")&&!g)return;if(p==="commit")return null;if((m==="tree"||m==="special")&&!g)return;if(w==="commit")return null;if((w==="tree"||w==="special")&&!g)return;let b=p==="blob"?await f.oid():void 0,_=w==="blob"?await d.oid():void 0,S;p!=="blob"&&m==="blob"&&w!=="blob"?S="42":m==="blob"&&(S=await h.oid());let F=[void 0,b,S,_],k=F.map(A=>F.indexOf(A));return k.shift(),[o,...k]},"map")})}catch(c){throw c.caller="git.statusMatrix",c}}u(EO,"statusMatrix");async function FO({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i,object:n,force:s=!1}){try{O("fs",t),O("gitdir",r),O("ref",i);let a=new M(t);if(i===void 0)throw new Ot("ref");i=i.startsWith("refs/tags/")?i:`refs/tags/${i}`;let l=await $.resolve({fs:a,gitdir:r,ref:n||"HEAD"});if(!s&&await $.exists({fs:a,gitdir:r,ref:i}))throw new dr("tag",i);await $.writeRef({fs:a,gitdir:r,ref:i,value:l})}catch(a){throw a.caller="git.tag",a}}u(FO,"tag");async function kO({fs:t,dir:e,gitdir:r=C(e,".git"),cache:i={},filepath:n,oid:s,mode:a,add:l,remove:c,force:o}){try{O("fs",t),O("gitdir",r),O("filepath",n);let f=new M(t);if(c)return await Pe.acquire({fs:f,gitdir:r,cache:i},async function(d){if(!o){let p=await f.lstat(C(e,n));if(p){if(p.isDirectory())throw new Bi("directory");return}}d.has({filepath:n})&&d.delete({filepath:n})});let h;if(!s){if(h=await f.lstat(C(e,n)),!h)throw new pe(`file at "${n}" on disk and "remove" not set`);if(h.isDirectory())throw new Bi("directory")}return await Pe.acquire({fs:f,gitdir:r,cache:i},async function(d){if(!l&&!d.has({filepath:n}))throw new pe(`file at "${n}" in index and "add" not set`);let p;if(s)p={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:a,uid:0,gid:0,size:0};else{p=h;let m=p.isSymbolicLink()?await f.readlink(C(e,n)):await f.read(C(e,n));s=await Pt({fs:f,gitdir:r,type:"blob",format:"content",object:m})}return d.insert({filepath:n,oid:s,stats:p}),s})}catch(f){throw f.caller="git.updateIndex",f}}u(kO,"updateIndex$1");function TO(){try{return Hh.version}catch(t){throw t.caller="git.version",t}}u(TO,"version");async function xO({fs:t,dir:e,gitdir:r=C(e,".git"),trees:i,map:n,reduce:s,iterate:a,cache:l={}}){try{return O("fs",t),O("gitdir",r),O("trees",i),await Li({fs:new M(t),cache:l,dir:e,gitdir:r,trees:i,map:n,reduce:s,iterate:a})}catch(c){throw c.caller="git.walk",c}}u(xO,"walk");async function OO({fs:t,dir:e,gitdir:r=C(e,".git"),blob:i}){try{return O("fs",t),O("gitdir",r),O("blob",i),await Pt({fs:new M(t),gitdir:r,type:"blob",object:i,format:"content"})}catch(n){throw n.caller="git.writeBlob",n}}u(OO,"writeBlob");async function RO({fs:t,dir:e,gitdir:r=C(e,".git"),commit:i}){try{return O("fs",t),O("gitdir",r),O("commit",i),await wO({fs:new M(t),gitdir:r,commit:i})}catch(n){throw n.caller="git.writeCommit",n}}u(RO,"writeCommit");async function AO({fs:t,dir:e,gitdir:r=C(e,".git"),type:i,object:n,format:s="parsed",oid:a,encoding:l=void 0}){try{let c=new M(t);if(s==="parsed"){switch(i){case"commit":n=At.from(n).toObject();break;case"tree":n=Rt.from(n).toObject();break;case"blob":n=Buffer.from(n,l);break;case"tag":n=qt.from(n).toObject();break;default:throw new _t(a||"",i,"blob|commit|tag|tree")}s="content"}return a=await Pt({fs:c,gitdir:r,type:i,object:n,oid:a,format:s}),a}catch(c){throw c.caller="git.writeObject",c}}u(AO,"writeObject");async function PO({fs:t,dir:e,gitdir:r=C(e,".git"),ref:i,value:n,force:s=!1,symbolic:a=!1}){try{O("fs",t),O("gitdir",r),O("ref",i),O("value",n);let l=new M(t);if(!nc(i,!0))throw new pr(i,jl.clean(i));if(!s&&await $.exists({fs:l,gitdir:r,ref:i}))throw new dr("ref",i);a?await $.writeSymbolicRef({fs:l,gitdir:r,ref:i,value:n}):(n=await $.resolve({fs:l,gitdir:r,ref:n}),await $.writeRef({fs:l,gitdir:r,ref:i,value:n}))}catch(l){throw l.caller="git.writeRef",l}}u(PO,"writeRef");async function C5({fs:t,gitdir:e,tag:r}){let i=qt.from(r).toObject();return await Pt({fs:t,gitdir:e,type:"tag",object:i,format:"content"})}u(C5,"_writeTag");async function NO({fs:t,dir:e,gitdir:r=C(e,".git"),tag:i}){try{return O("fs",t),O("gitdir",r),O("tag",i),await C5({fs:new M(t),gitdir:r,tag:i})}catch(n){throw n.caller="git.writeTag",n}}u(NO,"writeTag");async function DO({fs:t,dir:e,gitdir:r=C(e,".git"),tree:i}){try{return O("fs",t),O("gitdir",r),O("tree",i),await ac({fs:new M(t),gitdir:r,tree:i})}catch(n){throw n.caller="git.writeTree",n}}u(DO,"writeTree");var I5={Errors:ZT,STAGE:Cn,TREE:jt,WORKDIR:za,add:QT,abortMerge:JT,addNote:nx,addRemote:ax,annotatedTag:ox,branch:lx,checkout:ig,clone:px,commit:mx,getConfig:Ax,getConfigAll:Px,setConfig:mO,currentBranch:wx,deleteBranch:yx,deleteRef:gx,deleteRemote:bx,deleteTag:_x,expandOid:vx,expandRef:Sx,fastForward:kx,fetch:Tx,findMergeBase:xx,findRoot:Rx,getRemoteInfo:Nx,getRemoteInfo2:Cx,hashBlob:Ix,indexPack:$x,init:Bx,isDescendent:Mx,isIgnored:jx,listBranches:qx,listFiles:zx,listNotes:Wx,listRefs:Hx,listRemotes:Vx,listServerRefs:Gx,listTags:Zx,log:Jx,merge:Yx,packObjects:Qx,pull:eO,push:tO,readBlob:nO,readCommit:ag,readNote:sO,readObject:aO,readTag:oO,readTree:lO,remove:cO,removeNote:fO,renameBranch:uO,resetIndex:dO,updateIndex:kO,resolveRef:pO,status:vO,statusMatrix:EO,tag:FO,version:TO,walk:xO,writeBlob:OO,writeCommit:RO,writeObject:AO,writeRef:PO,writeTag:NO,writeTree:DO,stash:_O};L.Errors=ZT;L.STAGE=Cn;L.TREE=jt;L.WORKDIR=za;L.abortMerge=JT;L.add=QT;L.addNote=nx;L.addRemote=ax;L.annotatedTag=ox;L.branch=lx;L.checkout=ig;L.clone=px;L.commit=mx;L.currentBranch=wx;L.default=I5;L.deleteBranch=yx;L.deleteRef=gx;L.deleteRemote=bx;L.deleteTag=_x;L.expandOid=vx;L.expandRef=Sx;L.fastForward=kx;L.fetch=Tx;L.findMergeBase=xx;L.findRoot=Rx;L.getConfig=Ax;L.getConfigAll=Px;L.getRemoteInfo=Nx;L.getRemoteInfo2=Cx;L.hashBlob=Ix;L.indexPack=$x;L.init=Bx;L.isDescendent=Mx;L.isIgnored=jx;L.listBranches=qx;L.listFiles=zx;L.listNotes=Wx;L.listRefs=Hx;L.listRemotes=Vx;L.listServerRefs=Gx;L.listTags=Zx;L.log=Jx;L.merge=Yx;L.packObjects=Qx;L.pull=eO;L.push=tO;L.readBlob=nO;L.readCommit=ag;L.readNote=sO;L.readObject=aO;L.readTag=oO;L.readTree=lO;L.remove=cO;L.removeNote=fO;L.renameBranch=uO;L.resetIndex=dO;L.resolveRef=pO;L.setConfig=mO;L.stash=_O;L.status=vO;L.statusMatrix=EO;L.tag=FO;L.updateIndex=kO;L.version=TO;L.walk=xO;L.writeBlob=OO;L.writeCommit=RO;L.writeObject=AO;L.writeRef=PO;L.writeTag=NO;L.writeTree=DO});var IO=x((zte,CO)=>{CO.exports=function(t,e){var r=[];t.on("data",function(i){r.push(i)}),t.once("end",function(){e&&e(null,Buffer.concat(r)),e=null}),t.once("error",function(i){e&&e(i),e=null})}});var BO=x((Wte,$O)=>{"use strict";var $5=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];$O.exports=(t,e)=>{if(e._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");let r=new Set(Object.keys(t).concat($5)),i={};for(let n of r)n in e||(i[n]={get(){let s=t[n];return typeof s=="function"?s.bind(t):s},set(s){t[n]=s},enumerable:!0,configurable:!1});return Object.defineProperties(e,i),t.once("aborted",()=>{e.destroy(),e.emit("aborted")}),t.once("close",()=>{t.complete&&e.readable?e.once("end",()=>{e.emit("close")}):e.emit("close")}),e}});var MO=x((Hte,LO)=>{"use strict";var{Transform:B5,PassThrough:L5}=ne("stream"),Fg=ne("zlib"),M5=BO();LO.exports=t=>{let e=(t.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(e))return t;let r=e==="br";if(r&&typeof Fg.createBrotliDecompress!="function")return t.destroy(new Error("Brotli is not supported on Node.js < 12")),t;let i=!0,n=new B5({transform(l,c,o){i=!1,o(null,l)},flush(l){l()}}),s=new L5({autoDestroy:!1,destroy(l,c){t.destroy(),c(l)}}),a=r?Fg.createBrotliDecompress():Fg.createUnzip();return a.once("error",l=>{if(i&&!t.readable){s.end();return}s.destroy(l)}),M5(t,s),t.pipe(n).pipe(a).pipe(s),s}});var UO=x((Vte,qO)=>{qO.exports=jO;function jO(t,e){if(t&&e)return jO(t)(e);if(typeof t!="function")throw new TypeError("need wrapper function");return Object.keys(t).forEach(function(i){r[i]=t[i]}),r;function r(){for(var i=new Array(arguments.length),n=0;n<i.length;n++)i[n]=arguments[n];var s=t.apply(this,i),a=i[i.length-1];return typeof s=="function"&&s!==a&&Object.keys(a).forEach(function(l){s[l]=a[l]}),s}u(r,"wrapper")}u(jO,"wrappy")});var HO=x((Zte,kg)=>{var zO=UO();kg.exports=zO(Vh);kg.exports.strict=zO(WO);Vh.proto=Vh(function(){Object.defineProperty(Function.prototype,"once",{value:u(function(){return Vh(this)},"value"),configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:u(function(){return WO(this)},"value"),configurable:!0})});function Vh(t){var e=u(function(){return e.called?e.value:(e.called=!0,e.value=t.apply(this,arguments))},"f");return e.called=!1,e}u(Vh,"once");function WO(t){var e=u(function(){if(e.called)throw new Error(e.onceError);return e.called=!0,e.value=t.apply(this,arguments)},"f"),r=t.name||"Function wrapped with `once`";return e.onceError=r+" shouldn't be called more than once",e.called=!1,e}u(WO,"onceStrict")});var KO=x((Jte,ZO)=>{ZO.exports=Ha;var j5=IO(),VO=MO(),q5=ne("http"),U5=ne("https"),z5=HO(),W5=ne("querystring"),GO=ne("url"),Tg=u(t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function","isStream");function Ha(t,e){if(t=Object.assign({maxRedirects:10},typeof t=="string"?{url:t}:t),e=z5(e),t.url){let{hostname:l,port:c,protocol:o,auth:f,path:h}=GO.parse(t.url);delete t.url,!l&&!c&&!o&&!f?t.path=h:Object.assign(t,{hostname:l,port:c,protocol:o,auth:f,path:h})}let r={"accept-encoding":"gzip, deflate"};t.headers&&Object.keys(t.headers).forEach(l=>r[l.toLowerCase()]=t.headers[l]),t.headers=r;let i;t.body?i=t.json&&!Tg(t.body)?JSON.stringify(t.body):t.body:t.form&&(i=typeof t.form=="string"?t.form:W5.stringify(t.form),t.headers["content-type"]="application/x-www-form-urlencoded"),i&&(t.method||(t.method="POST"),Tg(i)||(t.headers["content-length"]=Buffer.byteLength(i)),t.json&&!t.form&&(t.headers["content-type"]="application/json")),delete t.body,delete t.form,t.json&&(t.headers.accept="application/json"),t.method&&(t.method=t.method.toUpperCase());let n=t.hostname,a=(t.protocol==="https:"?U5:q5).request(t,l=>{if(t.followRedirects!==!1&&l.statusCode>=300&&l.statusCode<400&&l.headers.location){t.url=l.headers.location,delete t.headers.host,l.resume();let o=GO.parse(t.url).hostname;return o!==null&&o!==n&&(delete t.headers.cookie,delete t.headers.authorization),t.method==="POST"&&[301,302].includes(l.statusCode)&&(t.method="GET",delete t.headers["content-length"],delete t.headers["content-type"]),t.maxRedirects--===0?e(new Error("too many redirects")):Ha(t,e)}let c=typeof VO=="function"&&t.method!=="HEAD";e(null,c?VO(l):l)});return a.on("timeout",()=>{a.abort(),e(new Error("Request timed out"))}),a.on("error",e),Tg(i)?i.on("error",e).pipe(a):a.end(i),a}u(Ha,"simpleGet");Ha.concat=(t,e)=>Ha(t,(r,i)=>{if(r)return e(r);j5(i,(n,s)=>{if(n)return e(n);if(t.json)try{s=JSON.parse(s.toString())}catch(a){return e(a,i,s)}e(null,i,s)})});["get","post","put","patch","head","delete"].forEach(t=>{Ha[t]=(e,r)=>(typeof e=="string"&&(e={url:e}),Ha(Object.assign({method:t.toUpperCase()},e),r))})});var Ee=x((Xte,JO)=>{"use strict";var Og=class Og extends Error{constructor(e){if(!Array.isArray(e))throw new TypeError(`Expected input to be an Array, got ${typeof e}`);let r="";for(let i=0;i<e.length;i++)r+=` ${e[i].stack}
104
+ `;super(r),this.name="AggregateError",this.errors=e}};u(Og,"AggregateError");var xg=Og;JO.exports={AggregateError:xg,ArrayIsArray(t){return Array.isArray(t)},ArrayPrototypeIncludes(t,e){return t.includes(e)},ArrayPrototypeIndexOf(t,e){return t.indexOf(e)},ArrayPrototypeJoin(t,e){return t.join(e)},ArrayPrototypeMap(t,e){return t.map(e)},ArrayPrototypePop(t,e){return t.pop(e)},ArrayPrototypePush(t,e){return t.push(e)},ArrayPrototypeSlice(t,e,r){return t.slice(e,r)},Error,FunctionPrototypeCall(t,e,...r){return t.call(e,...r)},FunctionPrototypeSymbolHasInstance(t,e){return Function.prototype[Symbol.hasInstance].call(t,e)},MathFloor:Math.floor,Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties(t,e){return Object.defineProperties(t,e)},ObjectDefineProperty(t,e,r){return Object.defineProperty(t,e,r)},ObjectGetOwnPropertyDescriptor(t,e){return Object.getOwnPropertyDescriptor(t,e)},ObjectKeys(t){return Object.keys(t)},ObjectSetPrototypeOf(t,e){return Object.setPrototypeOf(t,e)},Promise,PromisePrototypeCatch(t,e){return t.catch(e)},PromisePrototypeThen(t,e,r){return t.then(e,r)},PromiseReject(t){return Promise.reject(t)},PromiseResolve(t){return Promise.resolve(t)},ReflectApply:Reflect.apply,RegExpPrototypeTest(t,e){return t.test(e)},SafeSet:Set,String,StringPrototypeSlice(t,e,r){return t.slice(e,r)},StringPrototypeToLowerCase(t){return t.toLowerCase()},StringPrototypeToUpperCase(t){return t.toUpperCase()},StringPrototypeTrim(t){return t.trim()},Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,SymbolDispose:Symbol.dispose||Symbol("Symbol.dispose"),SymbolAsyncDispose:Symbol.asyncDispose||Symbol("Symbol.asyncDispose"),TypedArrayPrototypeSet(t,e,r){return t.set(e,r)},Boolean,Uint8Array}});var Rg=x((ere,YO)=>{"use strict";YO.exports={format(t,...e){return t.replace(/%([sdifj])/g,function(...[r,i]){let n=e.shift();return i==="f"?n.toFixed(6):i==="j"?JSON.stringify(n):i==="s"&&typeof n=="object"?`${n.constructor!==Object?n.constructor.name:""} {}`.trim():n.toString()})},inspect(t){switch(typeof t){case"string":if(t.includes("'"))if(t.includes('"')){if(!t.includes("`")&&!t.includes("${"))return`\`${t}\``}else return`"${t}"`;return`'${t}'`;case"number":return isNaN(t)?"NaN":Object.is(t,-0)?String(t):t;case"bigint":return`${String(t)}n`;case"boolean":case"undefined":return String(t);case"object":return"{}"}}}});var ut=x((tre,eR)=>{"use strict";var{format:H5,inspect:Gh}=Rg(),{AggregateError:V5}=Ee(),G5=globalThis.AggregateError||V5,Z5=Symbol("kIsNodeError"),K5=["string","function","number","object","Function","Object","boolean","bigint","symbol"],J5=/^([A-Z][a-z0-9]*)+$/,Y5="__node_internal_",Zh={};function In(t,e){if(!t)throw new Zh.ERR_INTERNAL_ASSERTION(e)}u(In,"assert");function XO(t){let e="",r=t.length,i=t[0]==="-"?1:0;for(;r>=i+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}u(XO,"addNumericalSeparator");function X5(t,e,r){if(typeof e=="function")return In(e.length<=r.length,`Code: ${t}; The provided arguments length (${r.length}) does not match the required ones (${e.length}).`),e(...r);let i=(e.match(/%[dfijoOs]/g)||[]).length;return In(i===r.length,`Code: ${t}; The provided arguments length (${r.length}) does not match the required ones (${i}).`),r.length===0?e:H5(e,...r)}u(X5,"getMessage");function rt(t,e,r){r||(r=Error);let n=class n extends r{constructor(...a){super(X5(t,e,a))}toString(){return`${this.name} [${t}]: ${this.message}`}};u(n,"NodeError");let i=n;Object.defineProperties(i.prototype,{name:{value:r.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${t}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),i.prototype.code=t,i.prototype[Z5]=!0,Zh[t]=i}u(rt,"E");function QO(t){let e=Y5+t.name;return Object.defineProperty(t,"name",{value:e}),t}u(QO,"hideStackFrames");function Q5(t,e){if(t&&e&&t!==e){if(Array.isArray(e.errors))return e.errors.push(t),e;let r=new G5([e,t],e.message);return r.code=e.code,r}return t||e}u(Q5,"aggregateTwoErrors");var Pg=class Pg extends Error{constructor(e="The operation was aborted",r=void 0){if(r!==void 0&&typeof r!="object")throw new Zh.ERR_INVALID_ARG_TYPE("options","Object",r);super(e,r),this.code="ABORT_ERR",this.name="AbortError"}};u(Pg,"AbortError");var Ag=Pg;rt("ERR_ASSERTION","%s",Error);rt("ERR_INVALID_ARG_TYPE",(t,e,r)=>{In(typeof t=="string","'name' must be a string"),Array.isArray(e)||(e=[e]);let i="The ";t.endsWith(" argument")?i+=`${t} `:i+=`"${t}" ${t.includes(".")?"property":"argument"} `,i+="must be ";let n=[],s=[],a=[];for(let c of e)In(typeof c=="string","All expected entries have to be of type string"),K5.includes(c)?n.push(c.toLowerCase()):J5.test(c)?s.push(c):(In(c!=="object",'The value "object" should be written as "Object"'),a.push(c));if(s.length>0){let c=n.indexOf("object");c!==-1&&(n.splice(n,c,1),s.push("Object"))}if(n.length>0){switch(n.length){case 1:i+=`of type ${n[0]}`;break;case 2:i+=`one of type ${n[0]} or ${n[1]}`;break;default:{let c=n.pop();i+=`one of type ${n.join(", ")}, or ${c}`}}(s.length>0||a.length>0)&&(i+=" or ")}if(s.length>0){switch(s.length){case 1:i+=`an instance of ${s[0]}`;break;case 2:i+=`an instance of ${s[0]} or ${s[1]}`;break;default:{let c=s.pop();i+=`an instance of ${s.join(", ")}, or ${c}`}}a.length>0&&(i+=" or ")}switch(a.length){case 0:break;case 1:a[0].toLowerCase()!==a[0]&&(i+="an "),i+=`${a[0]}`;break;case 2:i+=`one of ${a[0]} or ${a[1]}`;break;default:{let c=a.pop();i+=`one of ${a.join(", ")}, or ${c}`}}if(r==null)i+=`. Received ${r}`;else if(typeof r=="function"&&r.name)i+=`. Received function ${r.name}`;else if(typeof r=="object"){var l;if((l=r.constructor)!==null&&l!==void 0&&l.name)i+=`. Received an instance of ${r.constructor.name}`;else{let c=Gh(r,{depth:-1});i+=`. Received ${c}`}}else{let c=Gh(r,{colors:!1});c.length>25&&(c=`${c.slice(0,25)}...`),i+=`. Received type ${typeof r} (${c})`}return i},TypeError);rt("ERR_INVALID_ARG_VALUE",(t,e,r="is invalid")=>{let i=Gh(e);return i.length>128&&(i=i.slice(0,128)+"..."),`The ${t.includes(".")?"property":"argument"} '${t}' ${r}. Received ${i}`},TypeError);rt("ERR_INVALID_RETURN_VALUE",(t,e,r)=>{var i;let n=r!=null&&(i=r.constructor)!==null&&i!==void 0&&i.name?`instance of ${r.constructor.name}`:`type ${typeof r}`;return`Expected ${t} to be returned from the "${e}" function but got ${n}.`},TypeError);rt("ERR_MISSING_ARGS",(...t)=>{In(t.length>0,"At least one arg needs to be specified");let e,r=t.length;switch(t=(Array.isArray(t)?t:[t]).map(i=>`"${i}"`).join(" or "),r){case 1:e+=`The ${t[0]} argument`;break;case 2:e+=`The ${t[0]} and ${t[1]} arguments`;break;default:{let i=t.pop();e+=`The ${t.join(", ")}, and ${i} arguments`}break}return`${e} must be specified`},TypeError);rt("ERR_OUT_OF_RANGE",(t,e,r)=>{In(e,'Missing "range" argument');let i;if(Number.isInteger(r)&&Math.abs(r)>2**32)i=XO(String(r));else if(typeof r=="bigint"){i=String(r);let n=BigInt(2)**BigInt(32);(r>n||r<-n)&&(i=XO(i)),i+="n"}else i=Gh(r);return`The value of "${t}" is out of range. It must be ${e}. Received ${i}`},RangeError);rt("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error);rt("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error);rt("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error);rt("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error);rt("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error);rt("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);rt("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error);rt("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error);rt("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error);rt("ERR_STREAM_WRITE_AFTER_END","write after end",Error);rt("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError);eR.exports={AbortError:Ag,aggregateTwoErrors:QO(Q5),hideStackFrames:QO,codes:Zh}});var fR=x((fc,cc)=>{"use strict";Object.defineProperty(fc,"__esModule",{value:!0});var aR=new WeakMap,Ng=new WeakMap;function be(t){let e=aR.get(t);return console.assert(e!=null,"'this' is expected an Event object, but got",t),e}u(be,"pd");function tR(t){if(t.passiveListener!=null){typeof console<"u"&&typeof console.error=="function"&&console.error("Unable to preventDefault inside passive event listener invocation.",t.passiveListener);return}t.event.cancelable&&(t.canceled=!0,typeof t.event.preventDefault=="function"&&t.event.preventDefault())}u(tR,"setCancelFlag");function Va(t,e){aR.set(this,{eventTarget:t,event:e,eventPhase:2,currentTarget:t,canceled:!1,stopped:!1,immediateStopped:!1,passiveListener:null,timeStamp:e.timeStamp||Date.now()}),Object.defineProperty(this,"isTrusted",{value:!1,enumerable:!0});let r=Object.keys(e);for(let i=0;i<r.length;++i){let n=r[i];n in this||Object.defineProperty(this,n,oR(n))}}u(Va,"Event");Va.prototype={get type(){return be(this).event.type},get target(){return be(this).eventTarget},get currentTarget(){return be(this).currentTarget},composedPath(){let t=be(this).currentTarget;return t==null?[]:[t]},get NONE(){return 0},get CAPTURING_PHASE(){return 1},get AT_TARGET(){return 2},get BUBBLING_PHASE(){return 3},get eventPhase(){return be(this).eventPhase},stopPropagation(){let t=be(this);t.stopped=!0,typeof t.event.stopPropagation=="function"&&t.event.stopPropagation()},stopImmediatePropagation(){let t=be(this);t.stopped=!0,t.immediateStopped=!0,typeof t.event.stopImmediatePropagation=="function"&&t.event.stopImmediatePropagation()},get bubbles(){return!!be(this).event.bubbles},get cancelable(){return!!be(this).event.cancelable},preventDefault(){tR(be(this))},get defaultPrevented(){return be(this).canceled},get composed(){return!!be(this).event.composed},get timeStamp(){return be(this).timeStamp},get srcElement(){return be(this).eventTarget},get cancelBubble(){return be(this).stopped},set cancelBubble(t){if(!t)return;let e=be(this);e.stopped=!0,typeof e.event.cancelBubble=="boolean"&&(e.event.cancelBubble=!0)},get returnValue(){return!be(this).canceled},set returnValue(t){t||tR(be(this))},initEvent(){}};Object.defineProperty(Va.prototype,"constructor",{value:Va,configurable:!0,writable:!0});typeof window<"u"&&typeof window.Event<"u"&&(Object.setPrototypeOf(Va.prototype,window.Event.prototype),Ng.set(window.Event.prototype,Va));function oR(t){return{get(){return be(this).event[t]},set(e){be(this).event[t]=e},configurable:!0,enumerable:!0}}u(oR,"defineRedirectDescriptor");function eU(t){return{value(){let e=be(this).event;return e[t].apply(e,arguments)},configurable:!0,enumerable:!0}}u(eU,"defineCallDescriptor");function tU(t,e){let r=Object.keys(e);if(r.length===0)return t;function i(n,s){t.call(this,n,s)}u(i,"CustomEvent"),i.prototype=Object.create(t.prototype,{constructor:{value:i,configurable:!0,writable:!0}});for(let n=0;n<r.length;++n){let s=r[n];if(!(s in t.prototype)){let l=typeof Object.getOwnPropertyDescriptor(e,s).value=="function";Object.defineProperty(i.prototype,s,l?eU(s):oR(s))}}return i}u(tU,"defineWrapper");function lR(t){if(t==null||t===Object.prototype)return Va;let e=Ng.get(t);return e==null&&(e=tU(lR(Object.getPrototypeOf(t)),t),Ng.set(t,e)),e}u(lR,"getWrapper");function rU(t,e){let r=lR(Object.getPrototypeOf(e));return new r(t,e)}u(rU,"wrapEvent");function iU(t){return be(t).immediateStopped}u(iU,"isStopped");function nU(t,e){be(t).eventPhase=e}u(nU,"setEventPhase");function sU(t,e){be(t).currentTarget=e}u(sU,"setCurrentTarget");function rR(t,e){be(t).passiveListener=e}u(rR,"setPassiveListener");var cR=new WeakMap,iR=1,nR=2,Kh=3;function Jh(t){return t!==null&&typeof t=="object"}u(Jh,"isObject");function lc(t){let e=cR.get(t);if(e==null)throw new TypeError("'this' is expected an EventTarget object, but got another value.");return e}u(lc,"getListeners");function aU(t){return{get(){let r=lc(this).get(t);for(;r!=null;){if(r.listenerType===Kh)return r.listener;r=r.next}return null},set(e){typeof e!="function"&&!Jh(e)&&(e=null);let r=lc(this),i=null,n=r.get(t);for(;n!=null;)n.listenerType===Kh?i!==null?i.next=n.next:n.next!==null?r.set(t,n.next):r.delete(t):i=n,n=n.next;if(e!==null){let s={listener:e,listenerType:Kh,passive:!1,once:!1,next:null};i===null?r.set(t,s):i.next=s}},configurable:!0,enumerable:!0}}u(aU,"defineEventAttributeDescriptor");function Dg(t,e){Object.defineProperty(t,`on${e}`,aU(e))}u(Dg,"defineEventAttribute");function sR(t){function e(){mr.call(this)}u(e,"CustomEventTarget"),e.prototype=Object.create(mr.prototype,{constructor:{value:e,configurable:!0,writable:!0}});for(let r=0;r<t.length;++r)Dg(e.prototype,t[r]);return e}u(sR,"defineCustomEventTarget");function mr(){if(this instanceof mr){cR.set(this,new Map);return}if(arguments.length===1&&Array.isArray(arguments[0]))return sR(arguments[0]);if(arguments.length>0){let t=new Array(arguments.length);for(let e=0;e<arguments.length;++e)t[e]=arguments[e];return sR(t)}throw new TypeError("Cannot call a class as a function")}u(mr,"EventTarget");mr.prototype={addEventListener(t,e,r){if(e==null)return;if(typeof e!="function"&&!Jh(e))throw new TypeError("'listener' should be a function or an object.");let i=lc(this),n=Jh(r),a=(n?!!r.capture:!!r)?iR:nR,l={listener:e,listenerType:a,passive:n&&!!r.passive,once:n&&!!r.once,next:null},c=i.get(t);if(c===void 0){i.set(t,l);return}let o=null;for(;c!=null;){if(c.listener===e&&c.listenerType===a)return;o=c,c=c.next}o.next=l},removeEventListener(t,e,r){if(e==null)return;let i=lc(this),s=(Jh(r)?!!r.capture:!!r)?iR:nR,a=null,l=i.get(t);for(;l!=null;){if(l.listener===e&&l.listenerType===s){a!==null?a.next=l.next:l.next!==null?i.set(t,l.next):i.delete(t);return}a=l,l=l.next}},dispatchEvent(t){if(t==null||typeof t.type!="string")throw new TypeError('"event.type" should be a string.');let e=lc(this),r=t.type,i=e.get(r);if(i==null)return!0;let n=rU(this,t),s=null;for(;i!=null;){if(i.once?s!==null?s.next=i.next:i.next!==null?e.set(r,i.next):e.delete(r):s=i,rR(n,i.passive?i.listener:null),typeof i.listener=="function")try{i.listener.call(this,n)}catch(a){typeof console<"u"&&typeof console.error=="function"&&console.error(a)}else i.listenerType!==Kh&&typeof i.listener.handleEvent=="function"&&i.listener.handleEvent(n);if(iU(n))break;i=i.next}return rR(n,null),nU(n,0),sU(n,null),!n.defaultPrevented}};Object.defineProperty(mr.prototype,"constructor",{value:mr,configurable:!0,writable:!0});typeof window<"u"&&typeof window.EventTarget<"u"&&Object.setPrototypeOf(mr.prototype,window.EventTarget.prototype);fc.defineEventAttribute=Dg;fc.EventTarget=mr;fc.default=mr;cc.exports=mr;cc.exports.EventTarget=cc.exports.default=mr;cc.exports.defineEventAttribute=Dg});var Ga=x((hc,uc)=>{"use strict";Object.defineProperty(hc,"__esModule",{value:!0});var Cg=fR(),Ig=class Ig extends Cg.EventTarget{constructor(){throw super(),new TypeError("AbortSignal cannot be constructed directly")}get aborted(){let e=Yh.get(this);if(typeof e!="boolean")throw new TypeError(`Expected 'this' to be an 'AbortSignal' object, but got ${this===null?"null":typeof this}`);return e}};u(Ig,"AbortSignal");var zi=Ig;Cg.defineEventAttribute(zi.prototype,"abort");function oU(){let t=Object.create(zi.prototype);return Cg.EventTarget.call(t),Yh.set(t,!1),t}u(oU,"createAbortSignal");function lU(t){Yh.get(t)===!1&&(Yh.set(t,!0),t.dispatchEvent({type:"abort"}))}u(lU,"abortSignal");var Yh=new WeakMap;Object.defineProperties(zi.prototype,{aborted:{enumerable:!0}});typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol"&&Object.defineProperty(zi.prototype,Symbol.toStringTag,{configurable:!0,value:"AbortSignal"});var $g=class $g{constructor(){hR.set(this,oU())}get signal(){return uR(this)}abort(){lU(uR(this))}};u($g,"AbortController");var Wi=$g,hR=new WeakMap;function uR(t){let e=hR.get(t);if(e==null)throw new TypeError(`Expected 'this' to be an 'AbortController' object, but got ${t===null?"null":typeof t}`);return e}u(uR,"getSignal");Object.defineProperties(Wi.prototype,{signal:{enumerable:!0},abort:{enumerable:!0}});typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol"&&Object.defineProperty(Wi.prototype,Symbol.toStringTag,{configurable:!0,value:"AbortController"});hc.AbortController=Wi;hc.AbortSignal=zi;hc.default=Wi;uc.exports=Wi;uc.exports.AbortController=uc.exports.default=Wi;uc.exports.AbortSignal=zi});var vt=x((sre,Lg)=>{"use strict";var cU=ne("buffer"),{format:fU,inspect:uU}=Rg(),{codes:{ERR_INVALID_ARG_TYPE:Bg}}=ut(),{kResistStopPropagation:hU,AggregateError:dU,SymbolDispose:pU}=Ee(),mU=globalThis.AbortSignal||Ga().AbortSignal,wU=globalThis.AbortController||Ga().AbortController,yU=Object.getPrototypeOf(async function(){}).constructor,dR=globalThis.Blob||cU.Blob,gU=u(typeof dR<"u"?function(e){return e instanceof dR}:function(e){return!1},"isBlob"),pR=u((t,e)=>{if(t!==void 0&&(t===null||typeof t!="object"||!("aborted"in t)))throw new Bg(e,"AbortSignal",t)},"validateAbortSignal"),bU=u((t,e)=>{if(typeof t!="function")throw new Bg(e,"Function",t)},"validateFunction");Lg.exports={AggregateError:dU,kEmptyObject:Object.freeze({}),once(t){let e=!1;return function(...r){e||(e=!0,t.apply(this,r))}},createDeferredPromise:u(function(){let t,e;return{promise:new Promise((i,n)=>{t=i,e=n}),resolve:t,reject:e}},"createDeferredPromise"),promisify(t){return new Promise((e,r)=>{t((i,...n)=>i?r(i):e(...n))})},debuglog(){return function(){}},format:fU,inspect:uU,types:{isAsyncFunction(t){return t instanceof yU},isArrayBufferView(t){return ArrayBuffer.isView(t)}},isBlob:gU,deprecate(t,e){return t},addAbortListener:ne("events").addAbortListener||u(function(e,r){if(e===void 0)throw new Bg("signal","AbortSignal",e);pR(e,"signal"),bU(r,"listener");let i;return e.aborted?queueMicrotask(()=>r()):(e.addEventListener("abort",r,{__proto__:null,once:!0,[hU]:!0}),i=u(()=>{e.removeEventListener("abort",r)},"removeEventListener")),{__proto__:null,[pU](){var n;(n=i)===null||n===void 0||n()}}},"addAbortListener"),AbortSignalAny:mU.any||u(function(e){if(e.length===1)return e[0];let r=new wU,i=u(()=>r.abort(),"abort");return e.forEach(n=>{pR(n,"signals"),n.addEventListener("abort",i,{once:!0})}),r.signal.addEventListener("abort",()=>{e.forEach(n=>n.removeEventListener("abort",i))},{once:!0}),r.signal},"AbortSignalAny")};Lg.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")});var Ka=x((ore,FR)=>{"use strict";var{ArrayIsArray:jg,ArrayPrototypeIncludes:gR,ArrayPrototypeJoin:bR,ArrayPrototypeMap:_U,NumberIsInteger:qg,NumberIsNaN:vU,NumberMAX_SAFE_INTEGER:SU,NumberMIN_SAFE_INTEGER:EU,NumberParseInt:FU,ObjectPrototypeHasOwnProperty:kU,RegExpPrototypeExec:_R,String:TU,StringPrototypeToUpperCase:xU,StringPrototypeTrim:OU}=Ee(),{hideStackFrames:rr,codes:{ERR_SOCKET_BAD_PORT:RU,ERR_INVALID_ARG_TYPE:ht,ERR_INVALID_ARG_VALUE:Za,ERR_OUT_OF_RANGE:$n,ERR_UNKNOWN_SIGNAL:mR}}=ut(),{normalizeEncoding:AU}=vt(),{isAsyncFunction:PU,isArrayBufferView:NU}=vt().types,wR={};function DU(t){return t===(t|0)}u(DU,"isInt32");function CU(t){return t===t>>>0}u(CU,"isUint32");var IU=/^[0-7]+$/,$U="must be a 32-bit unsigned integer or an octal string";function BU(t,e,r){if(typeof t>"u"&&(t=r),typeof t=="string"){if(_R(IU,t)===null)throw new Za(e,t,$U);t=FU(t,8)}return vR(t,e),t}u(BU,"parseFileMode");var LU=rr((t,e,r=EU,i=SU)=>{if(typeof t!="number")throw new ht(e,"number",t);if(!qg(t))throw new $n(e,"an integer",t);if(t<r||t>i)throw new $n(e,`>= ${r} && <= ${i}`,t)}),MU=rr((t,e,r=-2147483648,i=2147483647)=>{if(typeof t!="number")throw new ht(e,"number",t);if(!qg(t))throw new $n(e,"an integer",t);if(t<r||t>i)throw new $n(e,`>= ${r} && <= ${i}`,t)}),vR=rr((t,e,r=!1)=>{if(typeof t!="number")throw new ht(e,"number",t);if(!qg(t))throw new $n(e,"an integer",t);let i=r?1:0,n=4294967295;if(t<i||t>n)throw new $n(e,`>= ${i} && <= ${n}`,t)});function Ug(t,e){if(typeof t!="string")throw new ht(e,"string",t)}u(Ug,"validateString");function jU(t,e,r=void 0,i){if(typeof t!="number")throw new ht(e,"number",t);if(r!=null&&t<r||i!=null&&t>i||(r!=null||i!=null)&&vU(t))throw new $n(e,`${r!=null?`>= ${r}`:""}${r!=null&&i!=null?" && ":""}${i!=null?`<= ${i}`:""}`,t)}u(jU,"validateNumber");var qU=rr((t,e,r)=>{if(!gR(r,t)){let n="must be one of: "+bR(_U(r,s=>typeof s=="string"?`'${s}'`:TU(s)),", ");throw new Za(e,t,n)}});function SR(t,e){if(typeof t!="boolean")throw new ht(e,"boolean",t)}u(SR,"validateBoolean");function Mg(t,e,r){return t==null||!kU(t,e)?r:t[e]}u(Mg,"getOwnPropertyValueOrDefault");var UU=rr((t,e,r=null)=>{let i=Mg(r,"allowArray",!1),n=Mg(r,"allowFunction",!1);if(!Mg(r,"nullable",!1)&&t===null||!i&&jg(t)||typeof t!="object"&&(!n||typeof t!="function"))throw new ht(e,"Object",t)}),zU=rr((t,e)=>{if(t!=null&&typeof t!="object"&&typeof t!="function")throw new ht(e,"a dictionary",t)}),Xh=rr((t,e,r=0)=>{if(!jg(t))throw new ht(e,"Array",t);if(t.length<r){let i=`must be longer than ${r}`;throw new Za(e,t,i)}});function WU(t,e){Xh(t,e);for(let r=0;r<t.length;r++)Ug(t[r],`${e}[${r}]`)}u(WU,"validateStringArray");function HU(t,e){Xh(t,e);for(let r=0;r<t.length;r++)SR(t[r],`${e}[${r}]`)}u(HU,"validateBooleanArray");function VU(t,e){Xh(t,e);for(let r=0;r<t.length;r++){let i=t[r],n=`${e}[${r}]`;if(i==null)throw new ht(n,"AbortSignal",i);ER(i,n)}}u(VU,"validateAbortSignalArray");function GU(t,e="signal"){if(Ug(t,e),wR[t]===void 0)throw wR[xU(t)]!==void 0?new mR(t+" (signals must use all capital letters)"):new mR(t)}u(GU,"validateSignalName");var ZU=rr((t,e="buffer")=>{if(!NU(t))throw new ht(e,["Buffer","TypedArray","DataView"],t)});function KU(t,e){let r=AU(e),i=t.length;if(r==="hex"&&i%2!==0)throw new Za("encoding",e,`is invalid for data of length ${i}`)}u(KU,"validateEncoding");function JU(t,e="Port",r=!0){if(typeof t!="number"&&typeof t!="string"||typeof t=="string"&&OU(t).length===0||+t!==+t>>>0||t>65535||t===0&&!r)throw new RU(e,t,r);return t|0}u(JU,"validatePort");var ER=rr((t,e)=>{if(t!==void 0&&(t===null||typeof t!="object"||!("aborted"in t)))throw new ht(e,"AbortSignal",t)}),YU=rr((t,e)=>{if(typeof t!="function")throw new ht(e,"Function",t)}),XU=rr((t,e)=>{if(typeof t!="function"||PU(t))throw new ht(e,"Function",t)}),QU=rr((t,e)=>{if(t!==void 0)throw new ht(e,"undefined",t)});function e3(t,e,r){if(!gR(r,t))throw new ht(e,`('${bR(r,"|")}')`,t)}u(e3,"validateUnion");var t3=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function yR(t,e){if(typeof t>"u"||!_R(t3,t))throw new Za(e,t,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}u(yR,"validateLinkHeaderFormat");function r3(t){if(typeof t=="string")return yR(t,"hints"),t;if(jg(t)){let e=t.length,r="";if(e===0)return r;for(let i=0;i<e;i++){let n=t[i];yR(n,"hints"),r+=n,i!==e-1&&(r+=", ")}return r}throw new Za("hints",t,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}u(r3,"validateLinkHeaderValue");FR.exports={isInt32:DU,isUint32:CU,parseFileMode:BU,validateArray:Xh,validateStringArray:WU,validateBooleanArray:HU,validateAbortSignalArray:VU,validateBoolean:SR,validateBuffer:ZU,validateDictionary:zU,validateEncoding:KU,validateFunction:YU,validateInt32:MU,validateInteger:LU,validateNumber:jU,validateObject:UU,validateOneOf:qU,validatePlainFunction:XU,validatePort:JU,validateSignalName:GU,validateString:Ug,validateUint32:vR,validateUndefined:QU,validateUnion:e3,validateAbortSignal:ER,validateLinkHeaderValue:r3}});var Hi=x((cre,kR)=>{kR.exports=globalThis.process});var Ir=x((fre,jR)=>{"use strict";var{SymbolAsyncIterator:TR,SymbolIterator:xR,SymbolFor:Bn}=Ee(),OR=Bn("nodejs.stream.destroyed"),RR=Bn("nodejs.stream.errored"),zg=Bn("nodejs.stream.readable"),Wg=Bn("nodejs.stream.writable"),AR=Bn("nodejs.stream.disturbed"),i3=Bn("nodejs.webstream.isClosedPromise"),n3=Bn("nodejs.webstream.controllerErrorFunction");function Qh(t,e=!1){var r;return!!(t&&typeof t.pipe=="function"&&typeof t.on=="function"&&(!e||typeof t.pause=="function"&&typeof t.resume=="function")&&(!t._writableState||((r=t._readableState)===null||r===void 0?void 0:r.readable)!==!1)&&(!t._writableState||t._readableState))}u(Qh,"isReadableNodeStream");function ed(t){var e;return!!(t&&typeof t.write=="function"&&typeof t.on=="function"&&(!t._readableState||((e=t._writableState)===null||e===void 0?void 0:e.writable)!==!1))}u(ed,"isWritableNodeStream");function s3(t){return!!(t&&typeof t.pipe=="function"&&t._readableState&&typeof t.on=="function"&&typeof t.write=="function")}u(s3,"isDuplexNodeStream");function Cr(t){return t&&(t._readableState||t._writableState||typeof t.write=="function"&&typeof t.on=="function"||typeof t.pipe=="function"&&typeof t.on=="function")}u(Cr,"isNodeStream");function PR(t){return!!(t&&!Cr(t)&&typeof t.pipeThrough=="function"&&typeof t.getReader=="function"&&typeof t.cancel=="function")}u(PR,"isReadableStream");function NR(t){return!!(t&&!Cr(t)&&typeof t.getWriter=="function"&&typeof t.abort=="function")}u(NR,"isWritableStream");function DR(t){return!!(t&&!Cr(t)&&typeof t.readable=="object"&&typeof t.writable=="object")}u(DR,"isTransformStream");function a3(t){return PR(t)||NR(t)||DR(t)}u(a3,"isWebStream");function o3(t,e){return t==null?!1:e===!0?typeof t[TR]=="function":e===!1?typeof t[xR]=="function":typeof t[TR]=="function"||typeof t[xR]=="function"}u(o3,"isIterable");function td(t){if(!Cr(t))return null;let e=t._writableState,r=t._readableState,i=e||r;return!!(t.destroyed||t[OR]||i!=null&&i.destroyed)}u(td,"isDestroyed");function CR(t){if(!ed(t))return null;if(t.writableEnded===!0)return!0;let e=t._writableState;return e!=null&&e.errored?!1:typeof e?.ended!="boolean"?null:e.ended}u(CR,"isWritableEnded");function l3(t,e){if(!ed(t))return null;if(t.writableFinished===!0)return!0;let r=t._writableState;return r!=null&&r.errored?!1:typeof r?.finished!="boolean"?null:!!(r.finished||e===!1&&r.ended===!0&&r.length===0)}u(l3,"isWritableFinished");function c3(t){if(!Qh(t))return null;if(t.readableEnded===!0)return!0;let e=t._readableState;return!e||e.errored?!1:typeof e?.ended!="boolean"?null:e.ended}u(c3,"isReadableEnded");function IR(t,e){if(!Qh(t))return null;let r=t._readableState;return r!=null&&r.errored?!1:typeof r?.endEmitted!="boolean"?null:!!(r.endEmitted||e===!1&&r.ended===!0&&r.length===0)}u(IR,"isReadableFinished");function $R(t){return t&&t[zg]!=null?t[zg]:typeof t?.readable!="boolean"?null:td(t)?!1:Qh(t)&&t.readable&&!IR(t)}u($R,"isReadable");function BR(t){return t&&t[Wg]!=null?t[Wg]:typeof t?.writable!="boolean"?null:td(t)?!1:ed(t)&&t.writable&&!CR(t)}u(BR,"isWritable");function f3(t,e){return Cr(t)?td(t)?!0:!(e?.readable!==!1&&$R(t)||e?.writable!==!1&&BR(t)):null}u(f3,"isFinished");function u3(t){var e,r;return Cr(t)?t.writableErrored?t.writableErrored:(e=(r=t._writableState)===null||r===void 0?void 0:r.errored)!==null&&e!==void 0?e:null:null}u(u3,"isWritableErrored");function h3(t){var e,r;return Cr(t)?t.readableErrored?t.readableErrored:(e=(r=t._readableState)===null||r===void 0?void 0:r.errored)!==null&&e!==void 0?e:null:null}u(h3,"isReadableErrored");function d3(t){if(!Cr(t))return null;if(typeof t.closed=="boolean")return t.closed;let e=t._writableState,r=t._readableState;return typeof e?.closed=="boolean"||typeof r?.closed=="boolean"?e?.closed||r?.closed:typeof t._closed=="boolean"&&LR(t)?t._closed:null}u(d3,"isClosed");function LR(t){return typeof t._closed=="boolean"&&typeof t._defaultKeepAlive=="boolean"&&typeof t._removedConnection=="boolean"&&typeof t._removedContLen=="boolean"}u(LR,"isOutgoingMessage");function MR(t){return typeof t._sent100=="boolean"&&LR(t)}u(MR,"isServerResponse");function p3(t){var e;return typeof t._consuming=="boolean"&&typeof t._dumped=="boolean"&&((e=t.req)===null||e===void 0?void 0:e.upgradeOrConnect)===void 0}u(p3,"isServerRequest");function m3(t){if(!Cr(t))return null;let e=t._writableState,r=t._readableState,i=e||r;return!i&&MR(t)||!!(i&&i.autoDestroy&&i.emitClose&&i.closed===!1)}u(m3,"willEmitClose");function w3(t){var e;return!!(t&&((e=t[AR])!==null&&e!==void 0?e:t.readableDidRead||t.readableAborted))}u(w3,"isDisturbed");function y3(t){var e,r,i,n,s,a,l,c,o,f;return!!(t&&((e=(r=(i=(n=(s=(a=t[RR])!==null&&a!==void 0?a:t.readableErrored)!==null&&s!==void 0?s:t.writableErrored)!==null&&n!==void 0?n:(l=t._readableState)===null||l===void 0?void 0:l.errorEmitted)!==null&&i!==void 0?i:(c=t._writableState)===null||c===void 0?void 0:c.errorEmitted)!==null&&r!==void 0?r:(o=t._readableState)===null||o===void 0?void 0:o.errored)!==null&&e!==void 0?e:!((f=t._writableState)===null||f===void 0)&&f.errored))}u(y3,"isErrored");jR.exports={isDestroyed:td,kIsDestroyed:OR,isDisturbed:w3,kIsDisturbed:AR,isErrored:y3,kIsErrored:RR,isReadable:$R,kIsReadable:zg,kIsClosedPromise:i3,kControllerErrorFunction:n3,kIsWritable:Wg,isClosed:d3,isDuplexNodeStream:s3,isFinished:f3,isIterable:o3,isReadableNodeStream:Qh,isReadableStream:PR,isReadableEnded:c3,isReadableFinished:IR,isReadableErrored:h3,isNodeStream:Cr,isWebStream:a3,isWritable:BR,isWritableNodeStream:ed,isWritableStream:NR,isWritableEnded:CR,isWritableFinished:l3,isWritableErrored:u3,isServerRequest:p3,isServerResponse:MR,willEmitClose:m3,isTransformStream:DR}});var ai=x((hre,Kg)=>{"use strict";var Vi=Hi(),{AbortError:KR,codes:g3}=ut(),{ERR_INVALID_ARG_TYPE:b3,ERR_STREAM_PREMATURE_CLOSE:qR}=g3,{kEmptyObject:Vg,once:Gg}=vt(),{validateAbortSignal:_3,validateFunction:v3,validateObject:S3,validateBoolean:E3}=Ka(),{Promise:F3,PromisePrototypeThen:k3,SymbolDispose:JR}=Ee(),{isClosed:T3,isReadable:UR,isReadableNodeStream:Hg,isReadableStream:x3,isReadableFinished:zR,isReadableErrored:WR,isWritable:HR,isWritableNodeStream:VR,isWritableStream:O3,isWritableFinished:GR,isWritableErrored:ZR,isNodeStream:R3,willEmitClose:A3,kIsClosedPromise:P3}=Ir(),Ja;function N3(t){return t.setHeader&&typeof t.abort=="function"}u(N3,"isRequest");var Zg=u(()=>{},"nop");function YR(t,e,r){var i,n;if(arguments.length===2?(r=e,e=Vg):e==null?e=Vg:S3(e,"options"),v3(r,"callback"),_3(e.signal,"options.signal"),r=Gg(r),x3(t)||O3(t))return D3(t,e,r);if(!R3(t))throw new b3("stream",["ReadableStream","WritableStream","Stream"],t);let s=(i=e.readable)!==null&&i!==void 0?i:Hg(t),a=(n=e.writable)!==null&&n!==void 0?n:VR(t),l=t._writableState,c=t._readableState,o=u(()=>{t.writable||d()},"onlegacyfinish"),f=A3(t)&&Hg(t)===s&&VR(t)===a,h=GR(t,!1),d=u(()=>{h=!0,t.destroyed&&(f=!1),!(f&&(!t.readable||s))&&(!s||p)&&r.call(t)},"onfinish"),p=zR(t,!1),m=u(()=>{p=!0,t.destroyed&&(f=!1),!(f&&(!t.writable||a))&&(!a||h)&&r.call(t)},"onend"),w=u(k=>{r.call(t,k)},"onerror"),g=T3(t),b=u(()=>{g=!0;let k=ZR(t)||WR(t);if(k&&typeof k!="boolean")return r.call(t,k);if(s&&!p&&Hg(t,!0)&&!zR(t,!1))return r.call(t,new qR);if(a&&!h&&!GR(t,!1))return r.call(t,new qR);r.call(t)},"onclose"),_=u(()=>{g=!0;let k=ZR(t)||WR(t);if(k&&typeof k!="boolean")return r.call(t,k);r.call(t)},"onclosed"),S=u(()=>{t.req.on("finish",d)},"onrequest");N3(t)?(t.on("complete",d),f||t.on("abort",b),t.req?S():t.on("request",S)):a&&!l&&(t.on("end",o),t.on("close",o)),!f&&typeof t.aborted=="boolean"&&t.on("aborted",b),t.on("end",m),t.on("finish",d),e.error!==!1&&t.on("error",w),t.on("close",b),g?Vi.nextTick(b):l!=null&&l.errorEmitted||c!=null&&c.errorEmitted?f||Vi.nextTick(_):(!s&&(!f||UR(t))&&(h||HR(t)===!1)||!a&&(!f||HR(t))&&(p||UR(t)===!1)||c&&t.req&&t.aborted)&&Vi.nextTick(_);let F=u(()=>{r=Zg,t.removeListener("aborted",b),t.removeListener("complete",d),t.removeListener("abort",b),t.removeListener("request",S),t.req&&t.req.removeListener("finish",d),t.removeListener("end",o),t.removeListener("close",o),t.removeListener("finish",d),t.removeListener("end",m),t.removeListener("error",w),t.removeListener("close",b)},"cleanup");if(e.signal&&!g){let k=u(()=>{let A=r;F(),A.call(t,new KR(void 0,{cause:e.signal.reason}))},"abort");if(e.signal.aborted)Vi.nextTick(k);else{Ja=Ja||vt().addAbortListener;let A=Ja(e.signal,k),v=r;r=Gg((...T)=>{A[JR](),v.apply(t,T)})}}return F}u(YR,"eos");function D3(t,e,r){let i=!1,n=Zg;if(e.signal)if(n=u(()=>{i=!0,r.call(t,new KR(void 0,{cause:e.signal.reason}))},"abort"),e.signal.aborted)Vi.nextTick(n);else{Ja=Ja||vt().addAbortListener;let a=Ja(e.signal,n),l=r;r=Gg((...c)=>{a[JR](),l.apply(t,c)})}let s=u((...a)=>{i||Vi.nextTick(()=>r.apply(t,a))},"resolverFn");return k3(t[P3].promise,s,s),Zg}u(D3,"eosWeb");function C3(t,e){var r;let i=!1;return e===null&&(e=Vg),(r=e)!==null&&r!==void 0&&r.cleanup&&(E3(e.cleanup,"cleanup"),i=e.cleanup),new F3((n,s)=>{let a=YR(t,e,l=>{i&&a(),l?s(l):n()})})}u(C3,"finished");Kg.exports=YR;Kg.exports.finished=C3});var Ln=x((pre,sA)=>{"use strict";var $r=Hi(),{aggregateTwoErrors:I3,codes:{ERR_MULTIPLE_CALLBACK:$3},AbortError:B3}=ut(),{Symbol:eA}=Ee(),{kIsDestroyed:L3,isDestroyed:M3,isFinished:j3,isServerRequest:q3}=Ir(),tA=eA("kDestroy"),Jg=eA("kConstruct");function rA(t,e,r){t&&(t.stack,e&&!e.errored&&(e.errored=t),r&&!r.errored&&(r.errored=t))}u(rA,"checkError");function U3(t,e){let r=this._readableState,i=this._writableState,n=i||r;return i!=null&&i.destroyed||r!=null&&r.destroyed?(typeof e=="function"&&e(),this):(rA(t,i,r),i&&(i.destroyed=!0),r&&(r.destroyed=!0),n.constructed?XR(this,t,e):this.once(tA,function(s){XR(this,I3(s,t),e)}),this)}u(U3,"destroy");function XR(t,e,r){let i=!1;function n(s){if(i)return;i=!0;let a=t._readableState,l=t._writableState;rA(s,l,a),l&&(l.closed=!0),a&&(a.closed=!0),typeof r=="function"&&r(s),s?$r.nextTick(z3,t,s):$r.nextTick(iA,t)}u(n,"onDestroy");try{t._destroy(e||null,n)}catch(s){n(s)}}u(XR,"_destroy");function z3(t,e){Yg(t,e),iA(t)}u(z3,"emitErrorCloseNT");function iA(t){let e=t._readableState,r=t._writableState;r&&(r.closeEmitted=!0),e&&(e.closeEmitted=!0),(r!=null&&r.emitClose||e!=null&&e.emitClose)&&t.emit("close")}u(iA,"emitCloseNT");function Yg(t,e){let r=t._readableState,i=t._writableState;i!=null&&i.errorEmitted||r!=null&&r.errorEmitted||(i&&(i.errorEmitted=!0),r&&(r.errorEmitted=!0),t.emit("error",e))}u(Yg,"emitErrorNT");function W3(){let t=this._readableState,e=this._writableState;t&&(t.constructed=!0,t.closed=!1,t.closeEmitted=!1,t.destroyed=!1,t.errored=null,t.errorEmitted=!1,t.reading=!1,t.ended=t.readable===!1,t.endEmitted=t.readable===!1),e&&(e.constructed=!0,e.destroyed=!1,e.closed=!1,e.closeEmitted=!1,e.errored=null,e.errorEmitted=!1,e.finalCalled=!1,e.prefinished=!1,e.ended=e.writable===!1,e.ending=e.writable===!1,e.finished=e.writable===!1)}u(W3,"undestroy");function Xg(t,e,r){let i=t._readableState,n=t._writableState;if(n!=null&&n.destroyed||i!=null&&i.destroyed)return this;i!=null&&i.autoDestroy||n!=null&&n.autoDestroy?t.destroy(e):e&&(e.stack,n&&!n.errored&&(n.errored=e),i&&!i.errored&&(i.errored=e),r?$r.nextTick(Yg,t,e):Yg(t,e))}u(Xg,"errorOrDestroy");function H3(t,e){if(typeof t._construct!="function")return;let r=t._readableState,i=t._writableState;r&&(r.constructed=!1),i&&(i.constructed=!1),t.once(Jg,e),!(t.listenerCount(Jg)>1)&&$r.nextTick(V3,t)}u(H3,"construct");function V3(t){let e=!1;function r(i){if(e){Xg(t,i??new $3);return}e=!0;let n=t._readableState,s=t._writableState,a=s||n;n&&(n.constructed=!0),s&&(s.constructed=!0),a.destroyed?t.emit(tA,i):i?Xg(t,i,!0):$r.nextTick(G3,t)}u(r,"onConstruct");try{t._construct(i=>{$r.nextTick(r,i)})}catch(i){$r.nextTick(r,i)}}u(V3,"constructNT");function G3(t){t.emit(Jg)}u(G3,"emitConstructNT");function QR(t){return t?.setHeader&&typeof t.abort=="function"}u(QR,"isRequest");function nA(t){t.emit("close")}u(nA,"emitCloseLegacy");function Z3(t,e){t.emit("error",e),$r.nextTick(nA,t)}u(Z3,"emitErrorCloseLegacy");function K3(t,e){!t||M3(t)||(!e&&!j3(t)&&(e=new B3),q3(t)?(t.socket=null,t.destroy(e)):QR(t)?t.abort():QR(t.req)?t.req.abort():typeof t.destroy=="function"?t.destroy(e):typeof t.close=="function"?t.close():e?$r.nextTick(Z3,t,e):$r.nextTick(nA,t),t.destroyed||(t[L3]=!0))}u(K3,"destroyer");sA.exports={construct:H3,destroyer:K3,destroy:U3,undestroy:W3,errorOrDestroy:Xg}});var nd=x((wre,oA)=>{"use strict";var{ArrayIsArray:J3,ObjectSetPrototypeOf:aA}=Ee(),{EventEmitter:rd}=ne("events");function id(t){rd.call(this,t)}u(id,"Stream");aA(id.prototype,rd.prototype);aA(id,rd);id.prototype.pipe=function(t,e){let r=this;function i(f){t.writable&&t.write(f)===!1&&r.pause&&r.pause()}u(i,"ondata"),r.on("data",i);function n(){r.readable&&r.resume&&r.resume()}u(n,"ondrain"),t.on("drain",n),!t._isStdio&&(!e||e.end!==!1)&&(r.on("end",a),r.on("close",l));let s=!1;function a(){s||(s=!0,t.end())}u(a,"onend");function l(){s||(s=!0,typeof t.destroy=="function"&&t.destroy())}u(l,"onclose");function c(f){o(),rd.listenerCount(this,"error")===0&&this.emit("error",f)}u(c,"onerror"),Qg(r,"error",c),Qg(t,"error",c);function o(){r.removeListener("data",i),t.removeListener("drain",n),r.removeListener("end",a),r.removeListener("close",l),r.removeListener("error",c),t.removeListener("error",c),r.removeListener("end",o),r.removeListener("close",o),t.removeListener("close",o)}return u(o,"cleanup"),r.on("end",o),r.on("close",o),t.on("close",o),t.emit("pipe",r),t};function Qg(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):J3(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}u(Qg,"prependListener");oA.exports={Stream:id,prependListener:Qg}});var dc=x((gre,sd)=>{"use strict";var{SymbolDispose:Y3}=Ee(),{AbortError:lA,codes:X3}=ut(),{isNodeStream:cA,isWebStream:Q3,kControllerErrorFunction:e4}=Ir(),t4=ai(),{ERR_INVALID_ARG_TYPE:fA}=X3,e0,r4=u((t,e)=>{if(typeof t!="object"||!("aborted"in t))throw new fA(e,"AbortSignal",t)},"validateAbortSignal");sd.exports.addAbortSignal=u(function(e,r){if(r4(e,"signal"),!cA(r)&&!Q3(r))throw new fA("stream",["ReadableStream","WritableStream","Stream"],r);return sd.exports.addAbortSignalNoValidate(e,r)},"addAbortSignal");sd.exports.addAbortSignalNoValidate=function(t,e){if(typeof t!="object"||!("aborted"in t))return e;let r=cA(e)?()=>{e.destroy(new lA(void 0,{cause:t.reason}))}:()=>{e[e4](new lA(void 0,{cause:t.reason}))};if(t.aborted)r();else{e0=e0||vt().addAbortListener;let i=e0(t,r);t4(e,i[Y3])}return e}});var dA=x((_re,hA)=>{"use strict";var{StringPrototypeSlice:uA,SymbolIterator:i4,TypedArrayPrototypeSet:ad,Uint8Array:n4}=Ee(),{Buffer:t0}=ne("buffer"),{inspect:s4}=vt(),Ya;hA.exports=(Ya=class{constructor(){this.head=null,this.tail=null,this.length=0}push(e){let r={data:e,next:null};this.length>0?this.tail.next=r:this.head=r,this.tail=r,++this.length}unshift(e){let r={data:e,next:this.head};this.length===0&&(this.tail=r),this.head=r,++this.length}shift(){if(this.length===0)return;let e=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,e}clear(){this.head=this.tail=null,this.length=0}join(e){if(this.length===0)return"";let r=this.head,i=""+r.data;for(;(r=r.next)!==null;)i+=e+r.data;return i}concat(e){if(this.length===0)return t0.alloc(0);let r=t0.allocUnsafe(e>>>0),i=this.head,n=0;for(;i;)ad(r,i.data,n),n+=i.data.length,i=i.next;return r}consume(e,r){let i=this.head.data;if(e<i.length){let n=i.slice(0,e);return this.head.data=i.slice(e),n}return e===i.length?this.shift():r?this._getString(e):this._getBuffer(e)}first(){return this.head.data}*[i4](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let r="",i=this.head,n=0;do{let s=i.data;if(e>s.length)r+=s,e-=s.length;else{e===s.length?(r+=s,++n,i.next?this.head=i.next:this.head=this.tail=null):(r+=uA(s,0,e),this.head=i,i.data=uA(s,e));break}++n}while((i=i.next)!==null);return this.length-=n,r}_getBuffer(e){let r=t0.allocUnsafe(e),i=e,n=this.head,s=0;do{let a=n.data;if(e>a.length)ad(r,a,i-e),e-=a.length;else{e===a.length?(ad(r,a,i-e),++s,n.next?this.head=n.next:this.head=this.tail=null):(ad(r,new n4(a.buffer,a.byteOffset,e),i-e),this.head=n,n.data=a.slice(e));break}++s}while((n=n.next)!==null);return this.length-=s,r}[Symbol.for("nodejs.util.inspect.custom")](e,r){return s4(this,{...r,depth:0,customInspect:!1})}},u(Ya,"BufferList"),Ya)});var pc=x((Sre,yA)=>{"use strict";var{MathFloor:a4,NumberIsInteger:o4}=Ee(),{validateInteger:l4}=Ka(),{ERR_INVALID_ARG_VALUE:c4}=ut().codes,pA=16*1024,mA=16;function f4(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}u(f4,"highWaterMarkFrom");function wA(t){return t?mA:pA}u(wA,"getDefaultHighWaterMark");function u4(t,e){l4(e,"value",0),t?mA=e:pA=e}u(u4,"setDefaultHighWaterMark");function h4(t,e,r,i){let n=f4(e,i,r);if(n!=null){if(!o4(n)||n<0){let s=i?`options.${r}`:"options.highWaterMark";throw new c4(s,n)}return a4(n)}return wA(t.objectMode)}u(h4,"getHighWaterMark");yA.exports={getHighWaterMark:h4,getDefaultHighWaterMark:wA,setDefaultHighWaterMark:u4}});var _A=x(bA=>{"use strict";var i0=ml().Buffer,gA=i0.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function d4(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}u(d4,"_normalizeEncoding");function p4(t){var e=d4(t);if(typeof e!="string"&&(i0.isEncoding===gA||!gA(t)))throw new Error("Unknown encoding: "+t);return e||t}u(p4,"normalizeEncoding");bA.StringDecoder=mc;function mc(t){this.encoding=p4(t);var e;switch(this.encoding){case"utf16le":this.text=_4,this.end=v4,e=4;break;case"utf8":this.fillLast=y4,e=4;break;case"base64":this.text=S4,this.end=E4,e=3;break;default:this.write=F4,this.end=k4;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=i0.allocUnsafe(e)}u(mc,"StringDecoder");mc.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<t.length?e?e+this.text(t,r):this.text(t,r):e||""};mc.prototype.end=b4;mc.prototype.text=g4;mc.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};function r0(t){return t<=127?0:t>>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}u(r0,"utf8CheckByte");function m4(t,e,r){var i=e.length-1;if(i<r)return 0;var n=r0(e[i]);return n>=0?(n>0&&(t.lastNeed=n-1),n):--i<r||n===-2?0:(n=r0(e[i]),n>=0?(n>0&&(t.lastNeed=n-2),n):--i<r||n===-2?0:(n=r0(e[i]),n>=0?(n>0&&(n===2?n=0:t.lastNeed=n-3),n):0))}u(m4,"utf8CheckIncomplete");function w4(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}u(w4,"utf8CheckExtraBytes");function y4(t){var e=this.lastTotal-this.lastNeed,r=w4(this,t,e);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}u(y4,"utf8FillLast");function g4(t,e){var r=m4(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var i=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString("utf8",e,i)}u(g4,"utf8Text");function b4(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}u(b4,"utf8End");function _4(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var i=r.charCodeAt(r.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}u(_4,"utf16Text");function v4(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}u(v4,"utf16End");function S4(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}u(S4,"base64Text");function E4(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}u(E4,"base64End");function F4(t){return t.toString(this.encoding)}u(F4,"simpleWrite");function k4(t){return t&&t.length?this.write(t):""}u(k4,"simpleEnd")});var n0=x((Tre,FA)=>{"use strict";var vA=Hi(),{PromisePrototypeThen:T4,SymbolAsyncIterator:SA,SymbolIterator:EA}=Ee(),{Buffer:x4}=ne("buffer"),{ERR_INVALID_ARG_TYPE:O4,ERR_STREAM_NULL_VALUES:R4}=ut().codes;function A4(t,e,r){let i;if(typeof e=="string"||e instanceof x4)return new t({objectMode:!0,...r,read(){this.push(e),this.push(null)}});let n;if(e&&e[SA])n=!0,i=e[SA]();else if(e&&e[EA])n=!1,i=e[EA]();else throw new O4("iterable",["Iterable"],e);let s=new t({objectMode:!0,highWaterMark:1,...r}),a=!1;s._read=function(){a||(a=!0,c())},s._destroy=function(o,f){T4(l(o),()=>vA.nextTick(f,o),h=>vA.nextTick(f,h||o))};async function l(o){let f=o!=null,h=typeof i.throw=="function";if(f&&h){let{value:d,done:p}=await i.throw(o);if(await d,p)return}if(typeof i.return=="function"){let{value:d}=await i.return();await d}}u(l,"close");async function c(){for(;;){try{let{value:o,done:f}=n?await i.next():i.next();if(f)s.push(null);else{let h=o&&typeof o.then=="function"?await o:o;if(h===null)throw a=!1,new R4;if(s.push(h))continue;a=!1}}catch(o){s.destroy(o)}break}}return u(c,"next"),s}u(A4,"from");FA.exports=A4});var yc=x((Ore,UA)=>{"use strict";var wr=Hi(),{ArrayPrototypeIndexOf:P4,NumberIsInteger:N4,NumberIsNaN:D4,NumberParseInt:C4,ObjectDefineProperties:h0,ObjectKeys:I4,ObjectSetPrototypeOf:xA,Promise:OA,SafeSet:$4,SymbolAsyncDispose:B4,SymbolAsyncIterator:L4,Symbol:M4}=Ee();UA.exports=Z;Z.ReadableState=fd;var{EventEmitter:j4}=ne("events"),{Stream:Gi,prependListener:q4}=nd(),{Buffer:s0}=ne("buffer"),{addAbortSignal:U4}=dc(),RA=ai(),X=vt().debuglog("stream",t=>{X=t}),z4=dA(),eo=Ln(),{getHighWaterMark:W4,getDefaultHighWaterMark:H4}=pc(),{aggregateTwoErrors:kA,codes:{ERR_INVALID_ARG_TYPE:V4,ERR_METHOD_NOT_IMPLEMENTED:G4,ERR_OUT_OF_RANGE:Z4,ERR_STREAM_PUSH_AFTER_EOF:K4,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:J4},AbortError:Y4}=ut(),{validateObject:X4}=Ka(),Mn=M4("kPaused"),{StringDecoder:AA}=_A(),Q4=n0();xA(Z.prototype,Gi.prototype);xA(Z,Gi);var a0=u(()=>{},"nop"),{errorOrDestroy:Xa}=eo,Qa=1,ez=2,PA=4,wc=8,NA=16,od=32,ld=64,DA=128,tz=256,rz=512,iz=1024,f0=2048,u0=4096,nz=8192,sz=16384,az=32768,CA=65536,oz=1<<17,lz=1<<18;function ze(t){return{enumerable:!1,get(){return(this.state&t)!==0},set(e){e?this.state|=t:this.state&=~t}}}u(ze,"makeBitMapDescriptor");h0(fd.prototype,{objectMode:ze(Qa),ended:ze(ez),endEmitted:ze(PA),reading:ze(wc),constructed:ze(NA),sync:ze(od),needReadable:ze(ld),emittedReadable:ze(DA),readableListening:ze(tz),resumeScheduled:ze(rz),errorEmitted:ze(iz),emitClose:ze(f0),autoDestroy:ze(u0),destroyed:ze(nz),closed:ze(sz),closeEmitted:ze(az),multiAwaitDrain:ze(CA),readingMore:ze(oz),dataEmitted:ze(lz)});function fd(t,e,r){typeof r!="boolean"&&(r=e instanceof Br()),this.state=f0|u0|NA|od,t&&t.objectMode&&(this.state|=Qa),r&&t&&t.readableObjectMode&&(this.state|=Qa),this.highWaterMark=t?W4(this,t,"readableHighWaterMark",r):H4(!1),this.buffer=new z4,this.length=0,this.pipes=[],this.flowing=null,this[Mn]=null,t&&t.emitClose===!1&&(this.state&=~f0),t&&t.autoDestroy===!1&&(this.state&=~u0),this.errored=null,this.defaultEncoding=t&&t.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.decoder=null,this.encoding=null,t&&t.encoding&&(this.decoder=new AA(t.encoding),this.encoding=t.encoding)}u(fd,"ReadableState");function Z(t){if(!(this instanceof Z))return new Z(t);let e=this instanceof Br();this._readableState=new fd(t,this,e),t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.construct=="function"&&(this._construct=t.construct),t.signal&&!e&&U4(t.signal,this)),Gi.call(this,t),eo.construct(this,()=>{this._readableState.needReadable&&cd(this,this._readableState)})}u(Z,"Readable");Z.prototype.destroy=eo.destroy;Z.prototype._undestroy=eo.undestroy;Z.prototype._destroy=function(t,e){e(t)};Z.prototype[j4.captureRejectionSymbol]=function(t){this.destroy(t)};Z.prototype[B4]=function(){let t;return this.destroyed||(t=this.readableEnded?null:new Y4,this.destroy(t)),new OA((e,r)=>RA(this,i=>i&&i!==t?r(i):e(null)))};Z.prototype.push=function(t,e){return IA(this,t,e,!1)};Z.prototype.unshift=function(t,e){return IA(this,t,e,!0)};function IA(t,e,r,i){X("readableAddChunk",e);let n=t._readableState,s;if(n.state&Qa||(typeof e=="string"?(r=r||n.defaultEncoding,n.encoding!==r&&(i&&n.encoding?e=s0.from(e,r).toString(n.encoding):(e=s0.from(e,r),r=""))):e instanceof s0?r="":Gi._isUint8Array(e)?(e=Gi._uint8ArrayToBuffer(e),r=""):e!=null&&(s=new V4("chunk",["string","Buffer","Uint8Array"],e))),s)Xa(t,s);else if(e===null)n.state&=~wc,uz(t,n);else if(n.state&Qa||e&&e.length>0)if(i)if(n.state&PA)Xa(t,new J4);else{if(n.destroyed||n.errored)return!1;o0(t,n,e,!0)}else if(n.ended)Xa(t,new K4);else{if(n.destroyed||n.errored)return!1;n.state&=~wc,n.decoder&&!r?(e=n.decoder.write(e),n.objectMode||e.length!==0?o0(t,n,e,!1):cd(t,n)):o0(t,n,e,!1)}else i||(n.state&=~wc,cd(t,n));return!n.ended&&(n.length<n.highWaterMark||n.length===0)}u(IA,"readableAddChunk");function o0(t,e,r,i){e.flowing&&e.length===0&&!e.sync&&t.listenerCount("data")>0?(e.state&CA?e.awaitDrainWriters.clear():e.awaitDrainWriters=null,e.dataEmitted=!0,t.emit("data",r)):(e.length+=e.objectMode?1:r.length,i?e.buffer.unshift(r):e.buffer.push(r),e.state&ld&&ud(t)),cd(t,e)}u(o0,"addChunk");Z.prototype.isPaused=function(){let t=this._readableState;return t[Mn]===!0||t.flowing===!1};Z.prototype.setEncoding=function(t){let e=new AA(t);this._readableState.decoder=e,this._readableState.encoding=this._readableState.decoder.encoding;let r=this._readableState.buffer,i="";for(let n of r)i+=e.write(n);return r.clear(),i!==""&&r.push(i),this._readableState.length=i.length,this};var cz=1073741824;function fz(t){if(t>cz)throw new Z4("size","<= 1GiB",t);return t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++,t}u(fz,"computeNewHighWaterMark");function TA(t,e){return t<=0||e.length===0&&e.ended?0:e.state&Qa?1:D4(t)?e.flowing&&e.length?e.buffer.first().length:e.length:t<=e.length?t:e.ended?e.length:0}u(TA,"howMuchToRead");Z.prototype.read=function(t){X("read",t),t===void 0?t=NaN:N4(t)||(t=C4(t,10));let e=this._readableState,r=t;if(t>e.highWaterMark&&(e.highWaterMark=fz(t)),t!==0&&(e.state&=~DA),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return X("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?l0(this):ud(this),null;if(t=TA(t,e),t===0&&e.ended)return e.length===0&&l0(this),null;let i=(e.state&ld)!==0;if(X("need readable",i),(e.length===0||e.length-t<e.highWaterMark)&&(i=!0,X("length less than watermark",i)),e.ended||e.reading||e.destroyed||e.errored||!e.constructed)i=!1,X("reading, ended or constructing",i);else if(i){X("do read"),e.state|=wc|od,e.length===0&&(e.state|=ld);try{this._read(e.highWaterMark)}catch(s){Xa(this,s)}e.state&=~od,e.reading||(t=TA(r,e))}let n;return t>0?n=jA(t,e):n=null,n===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.multiAwaitDrain?e.awaitDrainWriters.clear():e.awaitDrainWriters=null),e.length===0&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&l0(this)),n!==null&&!e.errorEmitted&&!e.closeEmitted&&(e.dataEmitted=!0,this.emit("data",n)),n};function uz(t,e){if(X("onEofChunk"),!e.ended){if(e.decoder){let r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?ud(t):(e.needReadable=!1,e.emittedReadable=!0,$A(t))}}u(uz,"onEofChunk");function ud(t){let e=t._readableState;X("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(X("emitReadable",e.flowing),e.emittedReadable=!0,wr.nextTick($A,t))}u(ud,"emitReadable");function $A(t){let e=t._readableState;X("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&!e.errored&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,LA(t)}u($A,"emitReadable_");function cd(t,e){!e.readingMore&&e.constructed&&(e.readingMore=!0,wr.nextTick(hz,t,e))}u(cd,"maybeReadMore");function hz(t,e){for(;!e.reading&&!e.ended&&(e.length<e.highWaterMark||e.flowing&&e.length===0);){let r=e.length;if(X("maybeReadMore read 0"),t.read(0),r===e.length)break}e.readingMore=!1}u(hz,"maybeReadMore_");Z.prototype._read=function(t){throw new G4("_read()")};Z.prototype.pipe=function(t,e){let r=this,i=this._readableState;i.pipes.length===1&&(i.multiAwaitDrain||(i.multiAwaitDrain=!0,i.awaitDrainWriters=new $4(i.awaitDrainWriters?[i.awaitDrainWriters]:[]))),i.pipes.push(t),X("pipe count=%d opts=%j",i.pipes.length,e);let s=(!e||e.end!==!1)&&t!==wr.stdout&&t!==wr.stderr?l:g;i.endEmitted?wr.nextTick(s):r.once("end",s),t.on("unpipe",a);function a(b,_){X("onunpipe"),b===r&&_&&_.hasUnpiped===!1&&(_.hasUnpiped=!0,f())}u(a,"onunpipe");function l(){X("onend"),t.end()}u(l,"onend");let c,o=!1;function f(){X("cleanup"),t.removeListener("close",m),t.removeListener("finish",w),c&&t.removeListener("drain",c),t.removeListener("error",p),t.removeListener("unpipe",a),r.removeListener("end",l),r.removeListener("end",g),r.removeListener("data",d),o=!0,c&&i.awaitDrainWriters&&(!t._writableState||t._writableState.needDrain)&&c()}u(f,"cleanup");function h(){o||(i.pipes.length===1&&i.pipes[0]===t?(X("false write response, pause",0),i.awaitDrainWriters=t,i.multiAwaitDrain=!1):i.pipes.length>1&&i.pipes.includes(t)&&(X("false write response, pause",i.awaitDrainWriters.size),i.awaitDrainWriters.add(t)),r.pause()),c||(c=dz(r,t),t.on("drain",c))}u(h,"pause"),r.on("data",d);function d(b){X("ondata");let _=t.write(b);X("dest.write",_),_===!1&&h()}u(d,"ondata");function p(b){if(X("onerror",b),g(),t.removeListener("error",p),t.listenerCount("error")===0){let _=t._writableState||t._readableState;_&&!_.errorEmitted?Xa(t,b):t.emit("error",b)}}u(p,"onerror"),q4(t,"error",p);function m(){t.removeListener("finish",w),g()}u(m,"onclose"),t.once("close",m);function w(){X("onfinish"),t.removeListener("close",m),g()}u(w,"onfinish"),t.once("finish",w);function g(){X("unpipe"),r.unpipe(t)}return u(g,"unpipe"),t.emit("pipe",r),t.writableNeedDrain===!0?h():i.flowing||(X("pipe resume"),r.resume()),t};function dz(t,e){return u(function(){let i=t._readableState;i.awaitDrainWriters===e?(X("pipeOnDrain",1),i.awaitDrainWriters=null):i.multiAwaitDrain&&(X("pipeOnDrain",i.awaitDrainWriters.size),i.awaitDrainWriters.delete(e)),(!i.awaitDrainWriters||i.awaitDrainWriters.size===0)&&t.listenerCount("data")&&t.resume()},"pipeOnDrainFunctionResult")}u(dz,"pipeOnDrain");Z.prototype.unpipe=function(t){let e=this._readableState,r={hasUnpiped:!1};if(e.pipes.length===0)return this;if(!t){let n=e.pipes;e.pipes=[],this.pause();for(let s=0;s<n.length;s++)n[s].emit("unpipe",this,{hasUnpiped:!1});return this}let i=P4(e.pipes,t);return i===-1?this:(e.pipes.splice(i,1),e.pipes.length===0&&this.pause(),t.emit("unpipe",this,r),this)};Z.prototype.on=function(t,e){let r=Gi.prototype.on.call(this,t,e),i=this._readableState;return t==="data"?(i.readableListening=this.listenerCount("readable")>0,i.flowing!==!1&&this.resume()):t==="readable"&&!i.endEmitted&&!i.readableListening&&(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,X("on readable",i.length,i.reading),i.length?ud(this):i.reading||wr.nextTick(pz,this)),r};Z.prototype.addListener=Z.prototype.on;Z.prototype.removeListener=function(t,e){let r=Gi.prototype.removeListener.call(this,t,e);return t==="readable"&&wr.nextTick(BA,this),r};Z.prototype.off=Z.prototype.removeListener;Z.prototype.removeAllListeners=function(t){let e=Gi.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&wr.nextTick(BA,this),e};function BA(t){let e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&e[Mn]===!1?e.flowing=!0:t.listenerCount("data")>0?t.resume():e.readableListening||(e.flowing=null)}u(BA,"updateReadableListening");function pz(t){X("readable nexttick read 0"),t.read(0)}u(pz,"nReadingNextTick");Z.prototype.resume=function(){let t=this._readableState;return t.flowing||(X("resume"),t.flowing=!t.readableListening,mz(this,t)),t[Mn]=!1,this};function mz(t,e){e.resumeScheduled||(e.resumeScheduled=!0,wr.nextTick(wz,t,e))}u(mz,"resume");function wz(t,e){X("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),LA(t),e.flowing&&!e.reading&&t.read(0)}u(wz,"resume_");Z.prototype.pause=function(){return X("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(X("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[Mn]=!0,this};function LA(t){let e=t._readableState;for(X("flow",e.flowing);e.flowing&&t.read()!==null;);}u(LA,"flow");Z.prototype.wrap=function(t){let e=!1;t.on("data",i=>{!this.push(i)&&t.pause&&(e=!0,t.pause())}),t.on("end",()=>{this.push(null)}),t.on("error",i=>{Xa(this,i)}),t.on("close",()=>{this.destroy()}),t.on("destroy",()=>{this.destroy()}),this._read=()=>{e&&t.resume&&(e=!1,t.resume())};let r=I4(t);for(let i=1;i<r.length;i++){let n=r[i];this[n]===void 0&&typeof t[n]=="function"&&(this[n]=t[n].bind(t))}return this};Z.prototype[L4]=function(){return MA(this)};Z.prototype.iterator=function(t){return t!==void 0&&X4(t,"options"),MA(this,t)};function MA(t,e){typeof t.read!="function"&&(t=Z.wrap(t,{objectMode:!0}));let r=yz(t,e);return r.stream=t,r}u(MA,"streamToAsyncIterator");async function*yz(t,e){let r=a0;function i(a){this===t?(r(),r=a0):r=a}u(i,"next"),t.on("readable",i);let n,s=RA(t,{writable:!1},a=>{n=a?kA(n,a):null,r(),r=a0});try{for(;;){let a=t.destroyed?null:t.read();if(a!==null)yield a;else{if(n)throw n;if(n===null)return;await new OA(i)}}}catch(a){throw n=kA(n,a),n}finally{(n||e?.destroyOnReturn!==!1)&&(n===void 0||t._readableState.autoDestroy)?eo.destroyer(t,null):(t.off("readable",i),s())}}u(yz,"createAsyncIterator");h0(Z.prototype,{readable:{__proto__:null,get(){let t=this._readableState;return!!t&&t.readable!==!1&&!t.destroyed&&!t.errorEmitted&&!t.endEmitted},set(t){this._readableState&&(this._readableState.readable=!!t)}},readableDidRead:{__proto__:null,enumerable:!1,get:u(function(){return this._readableState.dataEmitted},"get")},readableAborted:{__proto__:null,enumerable:!1,get:u(function(){return!!(this._readableState.readable!==!1&&(this._readableState.destroyed||this._readableState.errored)&&!this._readableState.endEmitted)},"get")},readableHighWaterMark:{__proto__:null,enumerable:!1,get:u(function(){return this._readableState.highWaterMark},"get")},readableBuffer:{__proto__:null,enumerable:!1,get:u(function(){return this._readableState&&this._readableState.buffer},"get")},readableFlowing:{__proto__:null,enumerable:!1,get:u(function(){return this._readableState.flowing},"get"),set:u(function(t){this._readableState&&(this._readableState.flowing=t)},"set")},readableLength:{__proto__:null,enumerable:!1,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.objectMode:!1}},readableEncoding:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return this._readableState?this._readableState.closed:!1}},destroyed:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.destroyed:!1},set(t){this._readableState&&(this._readableState.destroyed=t)}},readableEnded:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.endEmitted:!1}}});h0(fd.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[Mn]!==!1},set(t){this[Mn]=!!t}}});Z._fromList=jA;function jA(t,e){if(e.length===0)return null;let r;return e.objectMode?r=e.buffer.shift():!t||t>=e.length?(e.decoder?r=e.buffer.join(""):e.buffer.length===1?r=e.buffer.first():r=e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r}u(jA,"fromList");function l0(t){let e=t._readableState;X("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,wr.nextTick(gz,e,t))}u(l0,"endReadable");function gz(t,e){if(X("endReadableNT",t.endEmitted,t.length),!t.errored&&!t.closeEmitted&&!t.endEmitted&&t.length===0){if(t.endEmitted=!0,e.emit("end"),e.writable&&e.allowHalfOpen===!1)wr.nextTick(bz,e);else if(t.autoDestroy){let r=e._writableState;(!r||r.autoDestroy&&(r.finished||r.writable===!1))&&e.destroy()}}}u(gz,"endReadableNT");function bz(t){t.writable&&!t.writableEnded&&!t.destroyed&&t.end()}u(bz,"endWritableNT");Z.from=function(t,e){return Q4(Z,t,e)};var c0;function qA(){return c0===void 0&&(c0={}),c0}u(qA,"lazyWebStreams");Z.fromWeb=function(t,e){return qA().newStreamReadableFromReadableStream(t,e)};Z.toWeb=function(t,e){return qA().newReadableStreamFromStreamReadable(t,e)};Z.wrap=function(t,e){var r,i;return new Z({objectMode:(r=(i=t.readableObjectMode)!==null&&i!==void 0?i:t.objectMode)!==null&&r!==void 0?r:!0,...e,destroy(n,s){eo.destroyer(t,n),s(n)}}).wrap(t)}});var wd=x((Are,eP)=>{"use strict";var jn=Hi(),{ArrayPrototypeSlice:HA,Error:_z,FunctionPrototypeSymbolHasInstance:VA,ObjectDefineProperty:GA,ObjectDefineProperties:vz,ObjectSetPrototypeOf:ZA,StringPrototypeToLowerCase:Sz,Symbol:Ez,SymbolHasInstance:Fz}=Ee();eP.exports=xe;xe.WritableState=_c;var{EventEmitter:kz}=ne("events"),gc=nd().Stream,{Buffer:hd}=ne("buffer"),md=Ln(),{addAbortSignal:Tz}=dc(),{getHighWaterMark:xz,getDefaultHighWaterMark:Oz}=pc(),{ERR_INVALID_ARG_TYPE:Rz,ERR_METHOD_NOT_IMPLEMENTED:Az,ERR_MULTIPLE_CALLBACK:KA,ERR_STREAM_CANNOT_PIPE:Pz,ERR_STREAM_DESTROYED:bc,ERR_STREAM_ALREADY_FINISHED:Nz,ERR_STREAM_NULL_VALUES:Dz,ERR_STREAM_WRITE_AFTER_END:Cz,ERR_UNKNOWN_ENCODING:JA}=ut().codes,{errorOrDestroy:to}=md;ZA(xe.prototype,gc.prototype);ZA(xe,gc);function m0(){}u(m0,"nop");var ro=Ez("kOnFinished");function _c(t,e,r){typeof r!="boolean"&&(r=e instanceof Br()),this.objectMode=!!(t&&t.objectMode),r&&(this.objectMode=this.objectMode||!!(t&&t.writableObjectMode)),this.highWaterMark=t?xz(this,t,"writableHighWaterMark",r):Oz(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;let i=!!(t&&t.decodeStrings===!1);this.decodeStrings=!i,this.defaultEncoding=t&&t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=$z.bind(void 0,e),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,pd(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!t||t.emitClose!==!1,this.autoDestroy=!t||t.autoDestroy!==!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[ro]=[]}u(_c,"WritableState");function pd(t){t.buffered=[],t.bufferedIndex=0,t.allBuffers=!0,t.allNoop=!0}u(pd,"resetBuffer");_c.prototype.getBuffer=u(function(){return HA(this.buffered,this.bufferedIndex)},"getBuffer");GA(_c.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function xe(t){let e=this instanceof Br();if(!e&&!VA(xe,this))return new xe(t);this._writableState=new _c(t,this,e),t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final),typeof t.construct=="function"&&(this._construct=t.construct),t.signal&&Tz(t.signal,this)),gc.call(this,t),md.construct(this,()=>{let r=this._writableState;r.writing||y0(this,r),g0(this,r)})}u(xe,"Writable");GA(xe,Fz,{__proto__:null,value:u(function(t){return VA(this,t)?!0:this!==xe?!1:t&&t._writableState instanceof _c},"value")});xe.prototype.pipe=function(){to(this,new Pz)};function YA(t,e,r,i){let n=t._writableState;if(typeof r=="function")i=r,r=n.defaultEncoding;else{if(!r)r=n.defaultEncoding;else if(r!=="buffer"&&!hd.isEncoding(r))throw new JA(r);typeof i!="function"&&(i=m0)}if(e===null)throw new Dz;if(!n.objectMode)if(typeof e=="string")n.decodeStrings!==!1&&(e=hd.from(e,r),r="buffer");else if(e instanceof hd)r="buffer";else if(gc._isUint8Array(e))e=gc._uint8ArrayToBuffer(e),r="buffer";else throw new Rz("chunk",["string","Buffer","Uint8Array"],e);let s;return n.ending?s=new Cz:n.destroyed&&(s=new bc("write")),s?(jn.nextTick(i,s),to(t,s,!0),s):(n.pendingcb++,Iz(t,n,e,r,i))}u(YA,"_write");xe.prototype.write=function(t,e,r){return YA(this,t,e,r)===!0};xe.prototype.cork=function(){this._writableState.corked++};xe.prototype.uncork=function(){let t=this._writableState;t.corked&&(t.corked--,t.writing||y0(this,t))};xe.prototype.setDefaultEncoding=u(function(e){if(typeof e=="string"&&(e=Sz(e)),!hd.isEncoding(e))throw new JA(e);return this._writableState.defaultEncoding=e,this},"setDefaultEncoding");function Iz(t,e,r,i,n){let s=e.objectMode?1:r.length;e.length+=s;let a=e.length<e.highWaterMark;return a||(e.needDrain=!0),e.writing||e.corked||e.errored||!e.constructed?(e.buffered.push({chunk:r,encoding:i,callback:n}),e.allBuffers&&i!=="buffer"&&(e.allBuffers=!1),e.allNoop&&n!==m0&&(e.allNoop=!1)):(e.writelen=s,e.writecb=n,e.writing=!0,e.sync=!0,t._write(r,i,e.onwrite),e.sync=!1),a&&!e.errored&&!e.destroyed}u(Iz,"writeOrBuffer");function zA(t,e,r,i,n,s,a){e.writelen=i,e.writecb=a,e.writing=!0,e.sync=!0,e.destroyed?e.onwrite(new bc("write")):r?t._writev(n,e.onwrite):t._write(n,s,e.onwrite),e.sync=!1}u(zA,"doWrite");function WA(t,e,r,i){--e.pendingcb,i(r),w0(e),to(t,r)}u(WA,"onwriteError");function $z(t,e){let r=t._writableState,i=r.sync,n=r.writecb;if(typeof n!="function"){to(t,new KA);return}r.writing=!1,r.writecb=null,r.length-=r.writelen,r.writelen=0,e?(e.stack,r.errored||(r.errored=e),t._readableState&&!t._readableState.errored&&(t._readableState.errored=e),i?jn.nextTick(WA,t,r,e,n):WA(t,r,e,n)):(r.buffered.length>r.bufferedIndex&&y0(t,r),i?r.afterWriteTickInfo!==null&&r.afterWriteTickInfo.cb===n?r.afterWriteTickInfo.count++:(r.afterWriteTickInfo={count:1,cb:n,stream:t,state:r},jn.nextTick(Bz,r.afterWriteTickInfo)):XA(t,r,1,n))}u($z,"onwrite");function Bz({stream:t,state:e,count:r,cb:i}){return e.afterWriteTickInfo=null,XA(t,e,r,i)}u(Bz,"afterWriteTick");function XA(t,e,r,i){for(!e.ending&&!t.destroyed&&e.length===0&&e.needDrain&&(e.needDrain=!1,t.emit("drain"));r-- >0;)e.pendingcb--,i();e.destroyed&&w0(e),g0(t,e)}u(XA,"afterWrite");function w0(t){if(t.writing)return;for(let n=t.bufferedIndex;n<t.buffered.length;++n){var e;let{chunk:s,callback:a}=t.buffered[n],l=t.objectMode?1:s.length;t.length-=l,a((e=t.errored)!==null&&e!==void 0?e:new bc("write"))}let r=t[ro].splice(0);for(let n=0;n<r.length;n++){var i;r[n]((i=t.errored)!==null&&i!==void 0?i:new bc("end"))}pd(t)}u(w0,"errorBuffer");function y0(t,e){if(e.corked||e.bufferProcessing||e.destroyed||!e.constructed)return;let{buffered:r,bufferedIndex:i,objectMode:n}=e,s=r.length-i;if(!s)return;let a=i;if(e.bufferProcessing=!0,s>1&&t._writev){e.pendingcb-=s-1;let l=e.allNoop?m0:o=>{for(let f=a;f<r.length;++f)r[f].callback(o)},c=e.allNoop&&a===0?r:HA(r,a);c.allBuffers=e.allBuffers,zA(t,e,!0,e.length,c,"",l),pd(e)}else{do{let{chunk:l,encoding:c,callback:o}=r[a];r[a++]=null;let f=n?1:l.length;zA(t,e,!1,f,l,c,o)}while(a<r.length&&!e.writing);a===r.length?pd(e):a>256?(r.splice(0,a),e.bufferedIndex=0):e.bufferedIndex=a}e.bufferProcessing=!1}u(y0,"clearBuffer");xe.prototype._write=function(t,e,r){if(this._writev)this._writev([{chunk:t,encoding:e}],r);else throw new Az("_write()")};xe.prototype._writev=null;xe.prototype.end=function(t,e,r){let i=this._writableState;typeof t=="function"?(r=t,t=null,e=null):typeof e=="function"&&(r=e,e=null);let n;if(t!=null){let s=YA(this,t,e);s instanceof _z&&(n=s)}return i.corked&&(i.corked=1,this.uncork()),n||(!i.errored&&!i.ending?(i.ending=!0,g0(this,i,!0),i.ended=!0):i.finished?n=new Nz("end"):i.destroyed&&(n=new bc("end"))),typeof r=="function"&&(n||i.finished?jn.nextTick(r,n):i[ro].push(r)),this};function dd(t){return t.ending&&!t.destroyed&&t.constructed&&t.length===0&&!t.errored&&t.buffered.length===0&&!t.finished&&!t.writing&&!t.errorEmitted&&!t.closeEmitted}u(dd,"needFinish");function Lz(t,e){let r=!1;function i(n){if(r){to(t,n??KA());return}if(r=!0,e.pendingcb--,n){let s=e[ro].splice(0);for(let a=0;a<s.length;a++)s[a](n);to(t,n,e.sync)}else dd(e)&&(e.prefinished=!0,t.emit("prefinish"),e.pendingcb++,jn.nextTick(p0,t,e))}u(i,"onFinish"),e.sync=!0,e.pendingcb++;try{t._final(i)}catch(n){i(n)}e.sync=!1}u(Lz,"callFinal");function Mz(t,e){!e.prefinished&&!e.finalCalled&&(typeof t._final=="function"&&!e.destroyed?(e.finalCalled=!0,Lz(t,e)):(e.prefinished=!0,t.emit("prefinish")))}u(Mz,"prefinish");function g0(t,e,r){dd(e)&&(Mz(t,e),e.pendingcb===0&&(r?(e.pendingcb++,jn.nextTick((i,n)=>{dd(n)?p0(i,n):n.pendingcb--},t,e)):dd(e)&&(e.pendingcb++,p0(t,e))))}u(g0,"finishMaybe");function p0(t,e){e.pendingcb--,e.finished=!0;let r=e[ro].splice(0);for(let i=0;i<r.length;i++)r[i]();if(t.emit("finish"),e.autoDestroy){let i=t._readableState;(!i||i.autoDestroy&&(i.endEmitted||i.readable===!1))&&t.destroy()}}u(p0,"finish");vz(xe.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:!1}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:!1},set(t){this._writableState&&(this._writableState.destroyed=t)}},writable:{__proto__:null,get(){let t=this._writableState;return!!t&&t.writable!==!1&&!t.destroyed&&!t.errored&&!t.ending&&!t.ended},set(t){this._writableState&&(this._writableState.writable=!!t)}},writableFinished:{__proto__:null,get(){return this._writableState?this._writableState.finished:!1}},writableObjectMode:{__proto__:null,get(){return this._writableState?this._writableState.objectMode:!1}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return this._writableState?this._writableState.ending:!1}},writableNeedDrain:{__proto__:null,get(){let t=this._writableState;return t?!t.destroyed&&!t.ending&&t.needDrain:!1}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:!1,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:!1,get:u(function(){return!!(this._writableState.writable!==!1&&(this._writableState.destroyed||this._writableState.errored)&&!this._writableState.finished)},"get")}});var jz=md.destroy;xe.prototype.destroy=function(t,e){let r=this._writableState;return!r.destroyed&&(r.bufferedIndex<r.buffered.length||r[ro].length)&&jn.nextTick(w0,r),jz.call(this,t,e),this};xe.prototype._undestroy=md.undestroy;xe.prototype._destroy=function(t,e){e(t)};xe.prototype[kz.captureRejectionSymbol]=function(t){this.destroy(t)};var d0;function QA(){return d0===void 0&&(d0={}),d0}u(QA,"lazyWebStreams");xe.fromWeb=function(t,e){return QA().newStreamWritableFromWritableStream(t,e)};xe.toWeb=function(t){return QA().newWritableStreamFromStreamWritable(t)}});var mP=x((Nre,pP)=>{var b0=Hi(),qz=ne("buffer"),{isReadable:Uz,isWritable:zz,isIterable:tP,isNodeStream:Wz,isReadableNodeStream:rP,isWritableNodeStream:iP,isDuplexNodeStream:Hz,isReadableStream:nP,isWritableStream:sP}=Ir(),aP=ai(),{AbortError:hP,codes:{ERR_INVALID_ARG_TYPE:Vz,ERR_INVALID_RETURN_VALUE:oP}}=ut(),{destroyer:no}=Ln(),Gz=Br(),dP=yc(),Zz=wd(),{createDeferredPromise:lP}=vt(),cP=n0(),fP=globalThis.Blob||qz.Blob,Kz=u(typeof fP<"u"?function(e){return e instanceof fP}:function(e){return!1},"isBlob"),Jz=globalThis.AbortController||Ga().AbortController,{FunctionPrototypeCall:uP}=Ee(),_0=class _0 extends Gz{constructor(e){super(e),e?.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),e?.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}};u(_0,"Duplexify");var Zi=_0;pP.exports=u(function t(e,r){if(Hz(e))return e;if(rP(e))return io({readable:e});if(iP(e))return io({writable:e});if(Wz(e))return io({writable:!1,readable:!1});if(nP(e))return io({readable:dP.fromWeb(e)});if(sP(e))return io({writable:Zz.fromWeb(e)});if(typeof e=="function"){let{value:n,write:s,final:a,destroy:l}=Yz(e);if(tP(n))return cP(Zi,n,{objectMode:!0,write:s,final:a,destroy:l});let c=n?.then;if(typeof c=="function"){let o,f=uP(c,n,h=>{if(h!=null)throw new oP("nully","body",h)},h=>{no(o,h)});return o=new Zi({objectMode:!0,readable:!1,write:s,final(h){a(async()=>{try{await f,b0.nextTick(h,null)}catch(d){b0.nextTick(h,d)}})},destroy:l})}throw new oP("Iterable, AsyncIterable or AsyncFunction",r,n)}if(Kz(e))return t(e.arrayBuffer());if(tP(e))return cP(Zi,e,{objectMode:!0,writable:!1});if(nP(e?.readable)&&sP(e?.writable))return Zi.fromWeb(e);if(typeof e?.writable=="object"||typeof e?.readable=="object"){let n=e!=null&&e.readable?rP(e?.readable)?e?.readable:t(e.readable):void 0,s=e!=null&&e.writable?iP(e?.writable)?e?.writable:t(e.writable):void 0;return io({readable:n,writable:s})}let i=e?.then;if(typeof i=="function"){let n;return uP(i,e,s=>{s!=null&&n.push(s),n.push(null)},s=>{no(n,s)}),n=new Zi({objectMode:!0,writable:!1,read(){}})}throw new Vz(r,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],e)},"duplexify");function Yz(t){let{promise:e,resolve:r}=lP(),i=new Jz,n=i.signal;return{value:t(async function*(){for(;;){let a=e;e=null;let{chunk:l,done:c,cb:o}=await a;if(b0.nextTick(o),c)return;if(n.aborted)throw new hP(void 0,{cause:n.reason});({promise:e,resolve:r}=lP()),yield l}}(),{signal:n}),write(a,l,c){let o=r;r=null,o({chunk:a,done:!1,cb:c})},final(a){let l=r;r=null,l({done:!0,cb:a})},destroy(a,l){i.abort(),l(a)}}}u(Yz,"fromAsyncGen");function io(t){let e=t.readable&&typeof t.readable.read!="function"?dP.wrap(t.readable):t.readable,r=t.writable,i=!!Uz(e),n=!!zz(r),s,a,l,c,o;function f(h){let d=c;c=null,d?d(h):h&&o.destroy(h)}return u(f,"onfinished"),o=new Zi({readableObjectMode:!!(e!=null&&e.readableObjectMode),writableObjectMode:!!(r!=null&&r.writableObjectMode),readable:i,writable:n}),n&&(aP(r,h=>{n=!1,h&&no(e,h),f(h)}),o._write=function(h,d,p){r.write(h,d)?p():s=p},o._final=function(h){r.end(),a=h},r.on("drain",function(){if(s){let h=s;s=null,h()}}),r.on("finish",function(){if(a){let h=a;a=null,h()}})),i&&(aP(e,h=>{i=!1,h&&no(e,h),f(h)}),e.on("readable",function(){if(l){let h=l;l=null,h()}}),e.on("end",function(){o.push(null)}),o._read=function(){for(;;){let h=e.read();if(h===null){l=o._read;return}if(!o.push(h))return}}),o._destroy=function(h,d){!h&&c!==null&&(h=new hP),l=null,s=null,a=null,c===null?d(h):(c=d,no(r,h),no(e,h))},o}u(io,"_duplexify")});var Br=x((Cre,gP)=>{"use strict";var{ObjectDefineProperties:Xz,ObjectGetOwnPropertyDescriptor:oi,ObjectKeys:Qz,ObjectSetPrototypeOf:wP}=Ee();gP.exports=yr;var E0=yc(),ir=wd();wP(yr.prototype,E0.prototype);wP(yr,E0);{let t=Qz(ir.prototype);for(let e=0;e<t.length;e++){let r=t[e];yr.prototype[r]||(yr.prototype[r]=ir.prototype[r])}}function yr(t){if(!(this instanceof yr))return new yr(t);E0.call(this,t),ir.call(this,t),t?(this.allowHalfOpen=t.allowHalfOpen!==!1,t.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),t.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}u(yr,"Duplex");Xz(yr.prototype,{writable:{__proto__:null,...oi(ir.prototype,"writable")},writableHighWaterMark:{__proto__:null,...oi(ir.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...oi(ir.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...oi(ir.prototype,"writableBuffer")},writableLength:{__proto__:null,...oi(ir.prototype,"writableLength")},writableFinished:{__proto__:null,...oi(ir.prototype,"writableFinished")},writableCorked:{__proto__:null,...oi(ir.prototype,"writableCorked")},writableEnded:{__proto__:null,...oi(ir.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...oi(ir.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set(t){this._readableState&&this._writableState&&(this._readableState.destroyed=t,this._writableState.destroyed=t)}}});var v0;function yP(){return v0===void 0&&(v0={}),v0}u(yP,"lazyWebStreams");yr.fromWeb=function(t,e){return yP().newStreamDuplexFromReadableWritablePair(t,e)};yr.toWeb=function(t){return yP().newReadableWritablePairFromDuplex(t)};var S0;yr.from=function(t){return S0||(S0=mP()),S0(t,"body")}});var T0=x(($re,_P)=>{"use strict";var{ObjectSetPrototypeOf:bP,Symbol:eW}=Ee();_P.exports=li;var{ERR_METHOD_NOT_IMPLEMENTED:tW}=ut().codes,k0=Br(),{getHighWaterMark:rW}=pc();bP(li.prototype,k0.prototype);bP(li,k0);var vc=eW("kCallback");function li(t){if(!(this instanceof li))return new li(t);let e=t?rW(this,t,"readableHighWaterMark",!0):null;e===0&&(t={...t,highWaterMark:null,readableHighWaterMark:e,writableHighWaterMark:t.writableHighWaterMark||0}),k0.call(this,t),this._readableState.sync=!1,this[vc]=null,t&&(typeof t.transform=="function"&&(this._transform=t.transform),typeof t.flush=="function"&&(this._flush=t.flush)),this.on("prefinish",iW)}u(li,"Transform");function F0(t){typeof this._flush=="function"&&!this.destroyed?this._flush((e,r)=>{if(e){t?t(e):this.destroy(e);return}r!=null&&this.push(r),this.push(null),t&&t()}):(this.push(null),t&&t())}u(F0,"final");function iW(){this._final!==F0&&F0.call(this)}u(iW,"prefinish");li.prototype._final=F0;li.prototype._transform=function(t,e,r){throw new tW("_transform()")};li.prototype._write=function(t,e,r){let i=this._readableState,n=this._writableState,s=i.length;this._transform(t,e,(a,l)=>{if(a){r(a);return}l!=null&&this.push(l),n.ended||s===i.length||i.length<i.highWaterMark?r():this[vc]=r})};li.prototype._read=function(){if(this[vc]){let t=this[vc];this[vc]=null,t()}}});var O0=x((Lre,SP)=>{"use strict";var{ObjectSetPrototypeOf:vP}=Ee();SP.exports=so;var x0=T0();vP(so.prototype,x0.prototype);vP(so,x0);function so(t){if(!(this instanceof so))return new so(t);x0.call(this,t)}u(so,"PassThrough");so.prototype._transform=function(t,e,r){r(null,t)}});var _d=x((jre,xP)=>{var Sc=Hi(),{ArrayIsArray:nW,Promise:sW,SymbolAsyncIterator:aW,SymbolDispose:oW}=Ee(),bd=ai(),{once:lW}=vt(),cW=Ln(),EP=Br(),{aggregateTwoErrors:fW,codes:{ERR_INVALID_ARG_TYPE:B0,ERR_INVALID_RETURN_VALUE:R0,ERR_MISSING_ARGS:uW,ERR_STREAM_DESTROYED:hW,ERR_STREAM_PREMATURE_CLOSE:dW},AbortError:pW}=ut(),{validateFunction:mW,validateAbortSignal:wW}=Ka(),{isIterable:qn,isReadable:A0,isReadableNodeStream:gd,isNodeStream:FP,isTransformStream:ao,isWebStream:yW,isReadableStream:P0,isReadableFinished:gW}=Ir(),bW=globalThis.AbortController||Ga().AbortController,N0,D0,C0;function kP(t,e,r){let i=!1;t.on("close",()=>{i=!0});let n=bd(t,{readable:e,writable:r},s=>{i=!s});return{destroy:u(s=>{i||(i=!0,cW.destroyer(t,s||new hW("pipe")))},"destroy"),cleanup:n}}u(kP,"destroyer");function _W(t){return mW(t[t.length-1],"streams[stream.length - 1]"),t.pop()}u(_W,"popCallback");function I0(t){if(qn(t))return t;if(gd(t))return vW(t);throw new B0("val",["Readable","Iterable","AsyncIterable"],t)}u(I0,"makeAsyncIterable");async function*vW(t){D0||(D0=yc()),yield*D0.prototype[aW].call(t)}u(vW,"fromReadable");async function yd(t,e,r,{end:i}){let n,s=null,a=u(o=>{if(o&&(n=o),s){let f=s;s=null,f()}},"resume"),l=u(()=>new sW((o,f)=>{n?f(n):s=u(()=>{n?f(n):o()},"onresolve")}),"wait");e.on("drain",a);let c=bd(e,{readable:!1},a);try{e.writableNeedDrain&&await l();for await(let o of t)e.write(o)||await l();i&&(e.end(),await l()),r()}catch(o){r(n!==o?fW(n,o):o)}finally{c(),e.off("drain",a)}}u(yd,"pumpToNode");async function $0(t,e,r,{end:i}){ao(e)&&(e=e.writable);let n=e.getWriter();try{for await(let s of t)await n.ready,n.write(s).catch(()=>{});await n.ready,i&&await n.close(),r()}catch(s){try{await n.abort(s),r(s)}catch(a){r(a)}}}u($0,"pumpToWeb");function SW(...t){return TP(t,lW(_W(t)))}u(SW,"pipeline");function TP(t,e,r){if(t.length===1&&nW(t[0])&&(t=t[0]),t.length<2)throw new uW("streams");let i=new bW,n=i.signal,s=r?.signal,a=[];wW(s,"options.signal");function l(){m(new pW)}u(l,"abort"),C0=C0||vt().addAbortListener;let c;s&&(c=C0(s,l));let o,f,h=[],d=0;function p(S){m(S,--d===0)}u(p,"finish");function m(S,F){var k;if(S&&(!o||o.code==="ERR_STREAM_PREMATURE_CLOSE")&&(o=S),!(!o&&!F)){for(;h.length;)h.shift()(o);(k=c)===null||k===void 0||k[oW](),i.abort(),F&&(o||a.forEach(A=>A()),Sc.nextTick(e,o,f))}}u(m,"finishImpl");let w;for(let S=0;S<t.length;S++){let F=t[S],k=S<t.length-1,A=S>0,v=k||r?.end!==!1,T=S===t.length-1;if(FP(F)){let E=function(R){R&&R.name!=="AbortError"&&R.code!=="ERR_STREAM_PREMATURE_CLOSE"&&p(R)};var _=E;if(u(E,"onError"),v){let{destroy:R,cleanup:P}=kP(F,k,A);h.push(R),A0(F)&&T&&a.push(P)}F.on("error",E),A0(F)&&T&&a.push(()=>{F.removeListener("error",E)})}if(S===0)if(typeof F=="function"){if(w=F({signal:n}),!qn(w))throw new R0("Iterable, AsyncIterable or Stream","source",w)}else qn(F)||gd(F)||ao(F)?w=F:w=EP.from(F);else if(typeof F=="function"){if(ao(w)){var g;w=I0((g=w)===null||g===void 0?void 0:g.readable)}else w=I0(w);if(w=F(w,{signal:n}),k){if(!qn(w,!0))throw new R0("AsyncIterable",`transform[${S-1}]`,w)}else{var b;N0||(N0=O0());let E=new N0({objectMode:!0}),R=(b=w)===null||b===void 0?void 0:b.then;if(typeof R=="function")d++,R.call(w,B=>{f=B,B!=null&&E.write(B),v&&E.end(),Sc.nextTick(p)},B=>{E.destroy(B),Sc.nextTick(p,B)});else if(qn(w,!0))d++,yd(w,E,p,{end:v});else if(P0(w)||ao(w)){let B=w.readable||w;d++,yd(B,E,p,{end:v})}else throw new R0("AsyncIterable or Promise","destination",w);w=E;let{destroy:P,cleanup:I}=kP(w,!1,!0);h.push(P),T&&a.push(I)}}else if(FP(F)){if(gd(w)){d+=2;let E=EW(w,F,p,{end:v});A0(F)&&T&&a.push(E)}else if(ao(w)||P0(w)){let E=w.readable||w;d++,yd(E,F,p,{end:v})}else if(qn(w))d++,yd(w,F,p,{end:v});else throw new B0("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],w);w=F}else if(yW(F)){if(gd(w))d++,$0(I0(w),F,p,{end:v});else if(P0(w)||qn(w))d++,$0(w,F,p,{end:v});else if(ao(w))d++,$0(w.readable,F,p,{end:v});else throw new B0("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],w);w=F}else w=EP.from(F)}return(n!=null&&n.aborted||s!=null&&s.aborted)&&Sc.nextTick(l),w}u(TP,"pipelineImpl");function EW(t,e,r,{end:i}){let n=!1;if(e.on("close",()=>{n||r(new dW)}),t.pipe(e,{end:!1}),i){let a=function(){n=!0,e.end()};var s=a;u(a,"endFn"),gW(t)?Sc.nextTick(a):t.once("end",a)}else r();return bd(t,{readable:!0,writable:!1},a=>{let l=t._readableState;a&&a.code==="ERR_STREAM_PREMATURE_CLOSE"&&l&&l.ended&&!l.errored&&!l.errorEmitted?t.once("end",r).once("error",r):r(a)}),bd(e,{readable:!1,writable:!0},r)}u(EW,"pipe");xP.exports={pipelineImpl:TP,pipeline:SW}});var M0=x((Ure,DP)=>{"use strict";var{pipeline:FW}=_d(),vd=Br(),{destroyer:kW}=Ln(),{isNodeStream:Sd,isReadable:OP,isWritable:RP,isWebStream:L0,isTransformStream:Un,isWritableStream:AP,isReadableStream:PP}=Ir(),{AbortError:TW,codes:{ERR_INVALID_ARG_VALUE:NP,ERR_MISSING_ARGS:xW}}=ut(),OW=ai();DP.exports=u(function(...e){if(e.length===0)throw new xW("streams");if(e.length===1)return vd.from(e[0]);let r=[...e];if(typeof e[0]=="function"&&(e[0]=vd.from(e[0])),typeof e[e.length-1]=="function"){let p=e.length-1;e[p]=vd.from(e[p])}for(let p=0;p<e.length;++p)if(!(!Sd(e[p])&&!L0(e[p]))){if(p<e.length-1&&!(OP(e[p])||PP(e[p])||Un(e[p])))throw new NP(`streams[${p}]`,r[p],"must be readable");if(p>0&&!(RP(e[p])||AP(e[p])||Un(e[p])))throw new NP(`streams[${p}]`,r[p],"must be writable")}let i,n,s,a,l;function c(p){let m=a;a=null,m?m(p):p?l.destroy(p):!d&&!h&&l.destroy()}u(c,"onfinished");let o=e[0],f=FW(e,c),h=!!(RP(o)||AP(o)||Un(o)),d=!!(OP(f)||PP(f)||Un(f));if(l=new vd({writableObjectMode:!!(o!=null&&o.writableObjectMode),readableObjectMode:!!(f!=null&&f.readableObjectMode),writable:h,readable:d}),h){if(Sd(o))l._write=function(m,w,g){o.write(m,w)?g():i=g},l._final=function(m){o.end(),n=m},o.on("drain",function(){if(i){let m=i;i=null,m()}});else if(L0(o)){let w=(Un(o)?o.writable:o).getWriter();l._write=async function(g,b,_){try{await w.ready,w.write(g).catch(()=>{}),_()}catch(S){_(S)}},l._final=async function(g){try{await w.ready,w.close().catch(()=>{}),n=g}catch(b){g(b)}}}let p=Un(f)?f.readable:f;OW(p,()=>{if(n){let m=n;n=null,m()}})}if(d){if(Sd(f))f.on("readable",function(){if(s){let p=s;s=null,p()}}),f.on("end",function(){l.push(null)}),l._read=function(){for(;;){let p=f.read();if(p===null){s=l._read;return}if(!l.push(p))return}};else if(L0(f)){let m=(Un(f)?f.readable:f).getReader();l._read=async function(){for(;;)try{let{value:w,done:g}=await m.read();if(!l.push(w))return;if(g){l.push(null);return}}catch{return}}}}return l._destroy=function(p,m){!p&&a!==null&&(p=new TW),s=null,i=null,n=null,a===null?m(p):(a=m,Sd(f)&&kW(f,p))},l},"compose")});var zP=x((Wre,U0)=>{"use strict";var RW=globalThis.AbortController||Ga().AbortController,{codes:{ERR_INVALID_ARG_VALUE:AW,ERR_INVALID_ARG_TYPE:Ec,ERR_MISSING_ARGS:PW,ERR_OUT_OF_RANGE:NW},AbortError:Lr}=ut(),{validateAbortSignal:zn,validateInteger:CP,validateObject:Wn}=Ka(),DW=Ee().Symbol("kWeak"),CW=Ee().Symbol("kResistStopPropagation"),{finished:IW}=ai(),$W=M0(),{addAbortSignalNoValidate:BW}=dc(),{isWritable:LW,isNodeStream:MW}=Ir(),{deprecate:jW}=vt(),{ArrayPrototypePush:qW,Boolean:UW,MathFloor:IP,Number:zW,NumberIsNaN:WW,Promise:$P,PromiseReject:BP,PromiseResolve:HW,PromisePrototypeThen:LP,Symbol:jP}=Ee(),Ed=jP("kEmpty"),MP=jP("kEof");function VW(t,e){if(e!=null&&Wn(e,"options"),e?.signal!=null&&zn(e.signal,"options.signal"),MW(t)&&!LW(t))throw new AW("stream",t,"must be writable");let r=$W(this,t);return e!=null&&e.signal&&BW(e.signal,r),r}u(VW,"compose");function Fd(t,e){if(typeof t!="function")throw new Ec("fn",["Function","AsyncFunction"],t);e!=null&&Wn(e,"options"),e?.signal!=null&&zn(e.signal,"options.signal");let r=1;e?.concurrency!=null&&(r=IP(e.concurrency));let i=r-1;return e?.highWaterMark!=null&&(i=IP(e.highWaterMark)),CP(r,"options.concurrency",1),CP(i,"options.highWaterMark",0),i+=r,u(async function*(){let s=vt().AbortSignalAny([e?.signal].filter(UW)),a=this,l=[],c={signal:s},o,f,h=!1,d=0;function p(){h=!0,m()}u(p,"onCatch");function m(){d-=1,w()}u(m,"afterItemProcessed");function w(){f&&!h&&d<r&&l.length<i&&(f(),f=null)}u(w,"maybeResume");async function g(){try{for await(let b of a){if(h)return;if(s.aborted)throw new Lr;try{if(b=t(b,c),b===Ed)continue;b=HW(b)}catch(_){b=BP(_)}d+=1,LP(b,m,p),l.push(b),o&&(o(),o=null),!h&&(l.length>=i||d>=r)&&await new $P(_=>{f=_})}l.push(MP)}catch(b){let _=BP(b);LP(_,m,p),l.push(_)}finally{h=!0,o&&(o(),o=null)}}u(g,"pump"),g();try{for(;;){for(;l.length>0;){let b=await l[0];if(b===MP)return;if(s.aborted)throw new Lr;b!==Ed&&(yield b),l.shift(),w()}await new $P(b=>{o=b})}}finally{h=!0,f&&(f(),f=null)}},"map").call(this)}u(Fd,"map");function GW(t=void 0){return t!=null&&Wn(t,"options"),t?.signal!=null&&zn(t.signal,"options.signal"),u(async function*(){let r=0;for await(let n of this){var i;if(t!=null&&(i=t.signal)!==null&&i!==void 0&&i.aborted)throw new Lr({cause:t.signal.reason});yield[r++,n]}},"asIndexedPairs").call(this)}u(GW,"asIndexedPairs");async function qP(t,e=void 0){for await(let r of q0.call(this,t,e))return!0;return!1}u(qP,"some");async function ZW(t,e=void 0){if(typeof t!="function")throw new Ec("fn",["Function","AsyncFunction"],t);return!await qP.call(this,async(...r)=>!await t(...r),e)}u(ZW,"every");async function KW(t,e){for await(let r of q0.call(this,t,e))return r}u(KW,"find");async function JW(t,e){if(typeof t!="function")throw new Ec("fn",["Function","AsyncFunction"],t);async function r(i,n){return await t(i,n),Ed}u(r,"forEachFn");for await(let i of Fd.call(this,r,e));}u(JW,"forEach");function q0(t,e){if(typeof t!="function")throw new Ec("fn",["Function","AsyncFunction"],t);async function r(i,n){return await t(i,n)?i:Ed}return u(r,"filterFn"),Fd.call(this,r,e)}u(q0,"filter");var z0=class z0 extends PW{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}};u(z0,"ReduceAwareErrMissingArgs");var j0=z0;async function YW(t,e,r){var i;if(typeof t!="function")throw new Ec("reducer",["Function","AsyncFunction"],t);r!=null&&Wn(r,"options"),r?.signal!=null&&zn(r.signal,"options.signal");let n=arguments.length>1;if(r!=null&&(i=r.signal)!==null&&i!==void 0&&i.aborted){let o=new Lr(void 0,{cause:r.signal.reason});throw this.once("error",()=>{}),await IW(this.destroy(o)),o}let s=new RW,a=s.signal;if(r!=null&&r.signal){let o={once:!0,[DW]:this,[CW]:!0};r.signal.addEventListener("abort",()=>s.abort(),o)}let l=!1;try{for await(let o of this){var c;if(l=!0,r!=null&&(c=r.signal)!==null&&c!==void 0&&c.aborted)throw new Lr;n?e=await t(e,o,{signal:a}):(e=o,n=!0)}if(!l&&!n)throw new j0}finally{s.abort()}return e}u(YW,"reduce");async function XW(t){t!=null&&Wn(t,"options"),t?.signal!=null&&zn(t.signal,"options.signal");let e=[];for await(let i of this){var r;if(t!=null&&(r=t.signal)!==null&&r!==void 0&&r.aborted)throw new Lr(void 0,{cause:t.signal.reason});qW(e,i)}return e}u(XW,"toArray");function QW(t,e){let r=Fd.call(this,t,e);return u(async function*(){for await(let n of r)yield*n},"flatMap").call(this)}u(QW,"flatMap");function UP(t){if(t=zW(t),WW(t))return 0;if(t<0)throw new NW("number",">= 0",t);return t}u(UP,"toIntegerOrInfinity");function eH(t,e=void 0){return e!=null&&Wn(e,"options"),e?.signal!=null&&zn(e.signal,"options.signal"),t=UP(t),u(async function*(){var i;if(e!=null&&(i=e.signal)!==null&&i!==void 0&&i.aborted)throw new Lr;for await(let s of this){var n;if(e!=null&&(n=e.signal)!==null&&n!==void 0&&n.aborted)throw new Lr;t--<=0&&(yield s)}},"drop").call(this)}u(eH,"drop");function tH(t,e=void 0){return e!=null&&Wn(e,"options"),e?.signal!=null&&zn(e.signal,"options.signal"),t=UP(t),u(async function*(){var i;if(e!=null&&(i=e.signal)!==null&&i!==void 0&&i.aborted)throw new Lr;for await(let s of this){var n;if(e!=null&&(n=e.signal)!==null&&n!==void 0&&n.aborted)throw new Lr;if(t-- >0&&(yield s),t<=0)return}},"take").call(this)}u(tH,"take");U0.exports.streamReturningOperators={asIndexedPairs:jW(GW,"readable.asIndexedPairs will be removed in a future version."),drop:eH,filter:q0,flatMap:QW,map:Fd,take:tH,compose:VW};U0.exports.promiseReturningOperators={every:ZW,forEach:JW,reduce:YW,toArray:XW,some:qP,find:KW}});var W0=x((Vre,WP)=>{"use strict";var{ArrayPrototypePop:rH,Promise:iH}=Ee(),{isIterable:nH,isNodeStream:sH,isWebStream:aH}=Ir(),{pipelineImpl:oH}=_d(),{finished:lH}=ai();H0();function cH(...t){return new iH((e,r)=>{let i,n,s=t[t.length-1];if(s&&typeof s=="object"&&!sH(s)&&!nH(s)&&!aH(s)){let a=rH(t);i=a.signal,n=a.end}oH(t,(a,l)=>{a?r(a):e(l)},{signal:i,end:n})})}u(cH,"pipeline");WP.exports={finished:lH,pipeline:cH}});var H0=x((Zre,QP)=>{"use strict";var{Buffer:fH}=ne("buffer"),{ObjectDefineProperty:ci,ObjectKeys:GP,ReflectApply:ZP}=Ee(),{promisify:{custom:KP}}=vt(),{streamReturningOperators:HP,promiseReturningOperators:VP}=zP(),{codes:{ERR_ILLEGAL_CONSTRUCTOR:JP}}=ut(),uH=M0(),{setDefaultHighWaterMark:hH,getDefaultHighWaterMark:dH}=pc(),{pipeline:YP}=_d(),{destroyer:pH}=Ln(),XP=ai(),V0=W0(),Fc=Ir(),_e=QP.exports=nd().Stream;_e.isDestroyed=Fc.isDestroyed;_e.isDisturbed=Fc.isDisturbed;_e.isErrored=Fc.isErrored;_e.isReadable=Fc.isReadable;_e.isWritable=Fc.isWritable;_e.Readable=yc();for(let t of GP(HP)){let r=function(...i){if(new.target)throw JP();return _e.Readable.from(ZP(e,this,i))};u(r,"fn");let e=HP[t];ci(r,"name",{__proto__:null,value:e.name}),ci(r,"length",{__proto__:null,value:e.length}),ci(_e.Readable.prototype,t,{__proto__:null,value:r,enumerable:!1,configurable:!0,writable:!0})}for(let t of GP(VP)){let r=function(...i){if(new.target)throw JP();return ZP(e,this,i)};u(r,"fn");let e=VP[t];ci(r,"name",{__proto__:null,value:e.name}),ci(r,"length",{__proto__:null,value:e.length}),ci(_e.Readable.prototype,t,{__proto__:null,value:r,enumerable:!1,configurable:!0,writable:!0})}_e.Writable=wd();_e.Duplex=Br();_e.Transform=T0();_e.PassThrough=O0();_e.pipeline=YP;var{addAbortSignal:mH}=dc();_e.addAbortSignal=mH;_e.finished=XP;_e.destroy=pH;_e.compose=uH;_e.setDefaultHighWaterMark=hH;_e.getDefaultHighWaterMark=dH;ci(_e,"promises",{__proto__:null,configurable:!0,enumerable:!0,get(){return V0}});ci(YP,KP,{__proto__:null,enumerable:!0,get(){return V0.pipeline}});ci(XP,KP,{__proto__:null,enumerable:!0,get(){return V0.finished}});_e.Stream=_e;_e._isUint8Array=u(function(e){return e instanceof Uint8Array},"isUint8Array");_e._uint8ArrayToBuffer=u(function(e){return fH.from(e.buffer,e.byteOffset,e.byteLength)},"_uint8ArrayToBuffer")});var eN=x((Jre,Y)=>{"use strict";var We=ne("stream");if(We&&process.env.READABLE_STREAM==="disable"){let t=We.promises;Y.exports._uint8ArrayToBuffer=We._uint8ArrayToBuffer,Y.exports._isUint8Array=We._isUint8Array,Y.exports.isDisturbed=We.isDisturbed,Y.exports.isErrored=We.isErrored,Y.exports.isReadable=We.isReadable,Y.exports.Readable=We.Readable,Y.exports.Writable=We.Writable,Y.exports.Duplex=We.Duplex,Y.exports.Transform=We.Transform,Y.exports.PassThrough=We.PassThrough,Y.exports.addAbortSignal=We.addAbortSignal,Y.exports.finished=We.finished,Y.exports.destroy=We.destroy,Y.exports.pipeline=We.pipeline,Y.exports.compose=We.compose,Object.defineProperty(We,"promises",{configurable:!0,enumerable:!0,get(){return t}}),Y.exports.Stream=We.Stream}else{let t=H0(),e=W0(),r=t.Readable.destroy;Y.exports=t.Readable,Y.exports._uint8ArrayToBuffer=t._uint8ArrayToBuffer,Y.exports._isUint8Array=t._isUint8Array,Y.exports.isDisturbed=t.isDisturbed,Y.exports.isErrored=t.isErrored,Y.exports.isReadable=t.isReadable,Y.exports.Readable=t.Readable,Y.exports.Writable=t.Writable,Y.exports.Duplex=t.Duplex,Y.exports.Transform=t.Transform,Y.exports.PassThrough=t.PassThrough,Y.exports.addAbortSignal=t.addAbortSignal,Y.exports.finished=t.finished,Y.exports.destroy=t.destroy,Y.exports.destroy=r,Y.exports.pipeline=t.pipeline,Y.exports.compose=t.compose,Object.defineProperty(t,"promises",{configurable:!0,enumerable:!0,get(){return e}}),Y.exports.Stream=t.Stream}Y.exports.default=Y.exports});var vr=x(Do=>{"use strict";Object.defineProperty(Do,"__esModule",{value:!0});Do.constants=Do.SEP=void 0;Do.SEP="/";Do.constants={O_RDONLY:0,O_WRONLY:1,O_RDWR:2,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:64,O_EXCL:128,O_NOCTTY:256,O_TRUNC:512,O_APPEND:1024,O_DIRECTORY:65536,O_NOATIME:262144,O_NOFOLLOW:131072,O_SYNC:1052672,O_SYMLINK:2097152,O_DIRECT:16384,O_NONBLOCK:2048,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_FS_SYMLINK_DIR:1,UV_FS_SYMLINK_JUNCTION:2,UV_FS_COPYFILE_EXCL:1,UV_FS_COPYFILE_FICLONE:2,UV_FS_COPYFILE_FICLONE_FORCE:4,COPYFILE_EXCL:1,COPYFILE_FICLONE:2,COPYFILE_FICLONE_FORCE:4}});var Ab=x(Wc=>{"use strict";Object.defineProperty(Wc,"__esModule",{value:!0});Wc.Stats=void 0;var cV=vr(),{S_IFMT:fV,S_IFDIR:uV,S_IFREG:hV,S_IFBLK:dV,S_IFCHR:pV,S_IFLNK:mV,S_IFIFO:wV,S_IFSOCK:yV}=cV.constants,tp=class tp{static build(e,r=!1){let i=new tp,{uid:n,gid:s,atime:a,mtime:l,ctime:c}=e,o=r?h=>BigInt(h):h=>h;i.uid=o(n),i.gid=o(s),i.rdev=o(e.rdev),i.blksize=o(4096),i.ino=o(e.ino),i.size=o(e.getSize()),i.blocks=o(1),i.atime=a,i.mtime=l,i.ctime=c,i.birthtime=c,i.atimeMs=o(a.getTime()),i.mtimeMs=o(l.getTime());let f=o(c.getTime());if(i.ctimeMs=f,i.birthtimeMs=f,r){i.atimeNs=BigInt(a.getTime())*BigInt(1e6),i.mtimeNs=BigInt(l.getTime())*BigInt(1e6);let h=BigInt(c.getTime())*BigInt(1e6);i.ctimeNs=h,i.birthtimeNs=h}return i.dev=o(0),i.mode=o(e.mode),i.nlink=o(e.nlink),i}_checkModeProperty(e){return(Number(this.mode)&fV)===e}isDirectory(){return this._checkModeProperty(uV)}isFile(){return this._checkModeProperty(hV)}isBlockDevice(){return this._checkModeProperty(dV)}isCharacterDevice(){return this._checkModeProperty(pV)}isSymbolicLink(){return this._checkModeProperty(mV)}isFIFO(){return this._checkModeProperty(wV)}isSocket(){return this._checkModeProperty(yV)}};u(tp,"Stats");var ep=tp;Wc.Stats=ep;Wc.default=ep});var bC=x(rp=>{"use strict";Object.defineProperty(rp,"__esModule",{value:!0});rp.Buffer=void 0;var gV=ne("node:buffer");Object.defineProperty(rp,"Buffer",{enumerable:!0,get:u(function(){return gV.Buffer},"get")})});var nn=x(rn=>{"use strict";Object.defineProperty(rn,"__esModule",{value:!0});rn.bufferFrom=rn.bufferAllocUnsafe=rn.Buffer=void 0;var ip=bC();Object.defineProperty(rn,"Buffer",{enumerable:!0,get:u(function(){return ip.Buffer},"get")});function _C(t,...e){return new ip.Buffer(t,...e)}u(_C,"bufferV0P12Ponyfill");var bV=ip.Buffer.allocUnsafe||_C;rn.bufferAllocUnsafe=bV;var _V=ip.Buffer.from||_C;rn.bufferFrom=_V});var Nb=x(Co=>{"use strict";Object.defineProperty(Co,"__esModule",{value:!0});Co.inherits=vV;Co.promisify=SV;Co.inspect=Pb;Co.format=EV;function vV(t,e){if(t==null)throw new TypeError("The constructor to inherit from is not defined");if(e==null)throw new TypeError("The super constructor to inherit from is not defined");t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}u(vV,"inherits");function SV(t){if(typeof t!="function")throw new TypeError('The "original" argument must be of type function');return function(...e){return new Promise((r,i)=>{t.call(this,...e,(n,s)=>{n?i(n):r(s)})})}}u(SV,"promisify");function Pb(t){return t===null?"null":t===void 0?"undefined":typeof t=="string"?`'${t}'`:typeof t=="number"||typeof t=="boolean"?String(t):Array.isArray(t)?`[ ${t.map(r=>Pb(r)).join(", ")} ]`:typeof t=="object"?`{ ${Object.entries(t).map(([r,i])=>`${r}: ${Pb(i)}`).join(", ")} }`:String(t)}u(Pb,"inspect");function EV(t,...e){if(e.length===0)return t;let r=t,i=0;for(r=r.replace(/%[sdj%]/g,n=>{if(i>=e.length)return n;let s=e[i++];switch(n){case"%s":return String(s);case"%d":return Number(s).toString();case"%j":try{return JSON.stringify(s)}catch{return"[Circular]"}case"%%":return"%";default:return n}});i<e.length;)r+=" "+String(e[i++]);return r}u(EV,"format")});var Hc=x(dt=>{"use strict";Object.defineProperty(dt,"__esModule",{value:!0});dt.AssertionError=dt.RangeError=dt.TypeError=dt.Error=void 0;dt.message=EC;dt.E=sn;var Db=Nb(),vC=typeof Symbol>"u"?"_kCode":Symbol("code"),SC={};function Ib(t){var e;return e=class extends t{constructor(i,...n){super(EC(i,n)),this.code=i,this[vC]=i,this.name=`${super.name} [${this[vC]}]`}},u(e,"NodeError"),e}u(Ib,"makeNodeError");var np=globalThis,$b=class $b extends np.Error{constructor(e){if(typeof e!="object"||e===null)throw new dt.TypeError("ERR_INVALID_ARG_TYPE","options","object");e.message?super(e.message):super(`${(0,Db.inspect)(e.actual).slice(0,128)} ${e.operator} ${(0,Db.inspect)(e.expected).slice(0,128)}`),this.generatedMessage=!e.message,this.name="AssertionError [ERR_ASSERTION]",this.code="ERR_ASSERTION",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,dt.Error.captureStackTrace(this,e.stackStartFunction)}};u($b,"AssertionError");var Cb=$b;dt.AssertionError=Cb;function EC(t,e){if(typeof t!="string")throw new dt.Error("Error message key must be a string");let r=SC[t];if(!r)throw new dt.Error(`An invalid error message key was used: ${t}.`);let i;if(typeof r=="function")i=r;else{if(i=Db.format,e===void 0||e.length===0)return r;e.unshift(r)}return String(i.apply(null,e))}u(EC,"message");function sn(t,e){SC[t]=typeof e=="function"?e:String(e)}u(sn,"E");dt.Error=Ib(np.Error);dt.TypeError=Ib(np.TypeError);dt.RangeError=Ib(np.RangeError);sn("ERR_DIR_CLOSED","Directory handle was closed");sn("ERR_DIR_CONCURRENT_OPERATION","Cannot do synchronous work on directory handle with concurrent asynchronous operations");sn("ERR_INVALID_FILE_URL_HOST",'File URL host must be "localhost" or empty on %s');sn("ERR_INVALID_FILE_URL_PATH","File URL path %s");sn("ERR_INVALID_OPT_VALUE",(t,e)=>`The value "${String(e)}" is invalid for option "${t}"`);sn("ERR_INVALID_OPT_VALUE_ENCODING",t=>`The value "${String(t)}" is invalid for option "encoding"`);sn("ERR_INVALID_ARG_VALUE","Unable to open file as blob")});var Vc=x(ss=>{"use strict";Object.defineProperty(ss,"__esModule",{value:!0});ss.ENCODING_UTF8=void 0;ss.assertEncoding=kV;ss.strToEncoding=TV;var Bb=nn(),FV=Hc();ss.ENCODING_UTF8="utf8";function kV(t){if(t&&!Bb.Buffer.isEncoding(t))throw new FV.TypeError("ERR_INVALID_OPT_VALUE_ENCODING",t)}u(kV,"assertEncoding");function TV(t,e){return!e||e===ss.ENCODING_UTF8?t:e==="buffer"?new Bb.Buffer(t):new Bb.Buffer(t).toString(e)}u(TV,"strToEncoding")});var op=x(Gc=>{"use strict";Object.defineProperty(Gc,"__esModule",{value:!0});Gc.Dirent=void 0;var xV=vr(),OV=Vc(),{S_IFMT:RV,S_IFDIR:AV,S_IFREG:PV,S_IFBLK:NV,S_IFCHR:DV,S_IFLNK:CV,S_IFIFO:IV,S_IFSOCK:$V}=xV.constants,ap=class ap{constructor(){this.name="",this.path="",this.parentPath="",this.mode=0}static build(e,r){let i=new ap,{mode:n}=e.getNode();return i.name=(0,OV.strToEncoding)(e.getName(),r),i.mode=n,i.path=e.getParentPath(),i.parentPath=i.path,i}_checkModeProperty(e){return(this.mode&RV)===e}isDirectory(){return this._checkModeProperty(AV)}isFile(){return this._checkModeProperty(PV)}isBlockDevice(){return this._checkModeProperty(NV)}isCharacterDevice(){return this._checkModeProperty(DV)}isSymbolicLink(){return this._checkModeProperty(CV)}isFIFO(){return this._checkModeProperty(IV)}isSocket(){return this._checkModeProperty($V)}};u(ap,"Dirent");var sp=ap;Gc.Dirent=sp;Gc.default=sp});var Io=x(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.basename=Me.isAbsolute=Me.normalize=Me.dirname=Me.relative=Me.join=Me.posix=Me.sep=Me.resolve=void 0;var wi=ne("node:path");Object.defineProperty(Me,"resolve",{enumerable:!0,get:u(function(){return wi.resolve},"get")});Object.defineProperty(Me,"sep",{enumerable:!0,get:u(function(){return wi.sep},"get")});Object.defineProperty(Me,"posix",{enumerable:!0,get:u(function(){return wi.posix},"get")});Object.defineProperty(Me,"join",{enumerable:!0,get:u(function(){return wi.join},"get")});Object.defineProperty(Me,"relative",{enumerable:!0,get:u(function(){return wi.relative},"get")});Object.defineProperty(Me,"dirname",{enumerable:!0,get:u(function(){return wi.dirname},"get")});Object.defineProperty(Me,"normalize",{enumerable:!0,get:u(function(){return wi.normalize},"get")});Object.defineProperty(Me,"isAbsolute",{enumerable:!0,get:u(function(){return wi.isAbsolute},"get")});Object.defineProperty(Me,"basename",{enumerable:!0,get:u(function(){return wi.basename},"get")})});var kC=x(FC=>{"use strict";Object.defineProperty(FC,"__esModule",{value:!0})});var Mb=x(lp=>{"use strict";Object.defineProperty(lp,"__esModule",{value:!0});lp.flattenJSON=void 0;var TC=nn(),Lb=Io(),BV=Lb.posix?Lb.posix.join:Lb.join,LV=u(t=>{let e={};function r(i,n){for(let s in n){let a=n[s],l=BV(i,s);typeof a=="string"||a instanceof TC.Buffer?e[l]=a:typeof a=="object"&&a!==null&&!(a instanceof TC.Buffer)&&Object.keys(a).length>0?r(l,a):e[l]=null}}return u(r,"flatten"),r("",t),e},"flattenJSON");lp.flattenJSON=LV});var fp=x(cp=>{"use strict";Object.defineProperty(cp,"__esModule",{value:!0});cp.createProcess=xC;var MV=u(()=>{if(typeof process<"u")return process;try{return ne("process")}catch{return}},"maybeReturnProcess");function xC(){let t=MV()||{};return t.cwd||(t.cwd=()=>"/"),t.emitWarning||(t.emitWarning=(e,r)=>{console.warn(`${r}${r?": ":""}${e}`)}),t.env||(t.env={}),t}u(xC,"createProcess");cp.default=xC()});var Ub=x(dp=>{"use strict";Object.defineProperty(dp,"__esModule",{value:!0});dp.Node=void 0;var jV=ll(),AC=fp(),gi=nn(),qV=vr(),{S_IFMT:yi,S_IFDIR:UV,S_IFREG:zV,S_IFLNK:OC,S_IFCHR:WV}=qV.constants,up=u(()=>AC.default.getuid?.()??0,"getuid"),hp=u(()=>AC.default.getgid?.()??0,"getgid"),RC=(0,gi.bufferAllocUnsafe)(0),qb=class qb{constructor(e,r=438){this.changes=new jV.FanOut,this._uid=up(),this._gid=hp(),this._atime=new Date,this._mtime=new Date,this._ctime=new Date,this.buf=RC,this.capacity=0,this.size=0,this.rdev=0,this._nlink=1,this.mode=r,this.ino=e}set ctime(e){this._ctime=e}get ctime(){return this._ctime}set uid(e){this._uid=e,this.ctime=new Date}get uid(){return this._uid}set gid(e){this._gid=e,this.ctime=new Date}get gid(){return this._gid}set atime(e){this._atime=e}get atime(){return this._atime}set mtime(e){this._mtime=e,this.ctime=new Date}get mtime(){return this._mtime}get perm(){return this.mode&~yi}set perm(e){this.mode=this.mode&yi|e&~yi,this.ctime=new Date}set nlink(e){this._nlink=e,this.ctime=new Date}get nlink(){return this._nlink}getString(e="utf8"){return this.atime=new Date,this.getBuffer().toString(e)}setString(e){this._setBuf((0,gi.bufferFrom)(e,"utf8"))}getBuffer(){return this.atime=new Date,this.buf||(this.buf=(0,gi.bufferAllocUnsafe)(0)),(0,gi.bufferFrom)(this.buf.subarray(0,this.size))}setBuffer(e){let r=(0,gi.bufferFrom)(e);this._setBuf(r)}_setBuf(e){let r=e.length;this.buf=e,this.capacity=r,this.size=r,this.touch()}getSize(){return this.size}setModeProperty(e){this.mode=e}isFile(){return(this.mode&yi)===zV}isDirectory(){return(this.mode&yi)===UV}isSymlink(){return(this.mode&yi)===OC}isCharacterDevice(){return(this.mode&yi)===WV}makeSymlink(e){this.mode=OC|438,this.symlink=e}write(e,r=0,i=e.length,n=0){let s=e.length;if(r+i>s&&(i=s-r),i<=0)return 0;let a=n+i;if(a>this.capacity){let l=Math.max(this.capacity*2,64);for(;l<a;)l*=2;let c=(0,gi.bufferAllocUnsafe)(l);this.size>0&&this.buf.copy(c,0,0,this.size),this.buf=c,this.capacity=l}return n>this.size&&this.buf.fill(0,this.size,n),e.copy(this.buf,n,r,r+i),a>this.size&&(this.size=a),this.touch(),i}read(e,r=0,i=e.byteLength,n=0){if(this.atime=new Date,n>=this.size)return 0;let s=i;if(s>e.byteLength&&(s=e.byteLength),s+n>this.size&&(s=this.size-n),s<=0)return 0;let a=e instanceof gi.Buffer?e:gi.Buffer.from(e.buffer,e.byteOffset,e.byteLength);return this.buf.copy(a,r,n,n+s),s}truncate(e=0){if(!e){this.buf=RC,this.capacity=0,this.size=0,this.touch();return}if(e<=this.size)this.size=e;else{if(e>this.capacity){let r=Math.max(this.capacity*2,64);for(;r<e;)r*=2;let i=(0,gi.bufferAllocUnsafe)(r);this.size>0&&this.buf.copy(i,0,0,this.size),i.fill(0,this.size,e),this.buf=i,this.capacity=r}else this.buf.fill(0,this.size,e);this.size=e}this.touch()}chmod(e){this.mode=this.mode&yi|e&~yi,this.touch()}chown(e,r){this.uid=e,this.gid=r,this.touch()}touch(){this.mtime=new Date,this.changes.emit(["modify"])}canRead(e=up(),r=hp()){return!!(this.perm&4||r===this.gid&&this.perm&32||e===this.uid&&this.perm&256)}canWrite(e=up(),r=hp()){return!!(this.perm&2||r===this.gid&&this.perm&16||e===this.uid&&this.perm&128)}canExecute(e=up(),r=hp()){return!!(this.perm&1||r===this.gid&&this.perm&8||e===this.uid&&this.perm&64)}del(){this.changes.emit(["delete"])}toJSON(){return{ino:this.ino,uid:this.uid,gid:this.gid,atime:this.atime.getTime(),mtime:this.mtime.getTime(),ctime:this.ctime.getTime(),perm:this.perm,mode:this.mode,nlink:this.nlink,symlink:this.symlink,data:this.getString()}}};u(qb,"Node");var jb=qb;dp.Node=jb});var Wb=x(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});pp.Link=void 0;var HV=vr(),VV=ll(),{S_IFREG:GV}=HV.constants,Zc=class Zc{get steps(){return this._steps}set steps(e){this._steps=e;for(let[r,i]of this.children.entries())r==="."||r===".."||i?.syncSteps()}constructor(e,r,i){this.changes=new VV.FanOut,this.children=new Map,this._steps=[],this.ino=0,this.length=0,this.vol=e,this.parent=r,this.name=i,this.syncSteps()}setNode(e){this.node=e,this.ino=e.ino}getNode(){return this.node}createChild(e,r=this.vol.createNode(GV|438)){let i=new Zc(this.vol,this,e);return i.setNode(r),r.isDirectory()&&(i.children.set(".",i),i.getNode().nlink++),this.setChild(e,i),i}setChild(e,r=new Zc(this.vol,this,e)){return this.children.set(e,r),r.parent=this,this.length++,r.getNode().isDirectory()&&(r.children.set("..",this),this.getNode().nlink++),this.getNode().mtime=new Date,this.changes.emit(["child:add",r,this]),r}deleteChild(e){e.getNode().isDirectory()&&(e.children.delete(".."),this.getNode().nlink--),this.children.delete(e.getName()),this.length--,this.getNode().mtime=new Date,this.changes.emit(["child:del",e,this])}getChild(e){return this.getNode().atime=new Date,this.children.get(e)}getPath(){return this.steps.join("/")}getParentPath(){return this.steps.slice(0,-1).join("/")}getName(){return this.steps[this.steps.length-1]}toJSON(){return{steps:this.steps,ino:this.ino,children:Array.from(this.children.keys())}}syncSteps(){this.steps=this.parent?this.parent.steps.concat([this.name]):[this.name]}};u(Zc,"Link");var zb=Zc;pp.Link=zb});var Gb=x(mp=>{"use strict";Object.defineProperty(mp,"__esModule",{value:!0});mp.File=void 0;var ZV=vr(),{O_APPEND:KV}=ZV.constants,Vb=class Vb{constructor(e,r,i,n){this.link=e,this.node=r,this.flags=i,this.fd=n,this.position=0,this.flags&KV&&(this.position=this.getSize())}getString(e="utf8"){return this.node.getString()}setString(e){this.node.setString(e)}getBuffer(){return this.node.getBuffer()}setBuffer(e){this.node.setBuffer(e)}getSize(){return this.node.getSize()}truncate(e){this.node.truncate(e)}seekTo(e){this.position=e}write(e,r=0,i=e.length,n){typeof n!="number"&&(n=this.position);let s=this.node.write(e,r,i,n);return this.position=n+s,s}read(e,r=0,i=e.byteLength,n){typeof n!="number"&&(n=this.position);let s=this.node.read(e,r,i,n);return this.position=n+s,s}chmod(e){this.node.chmod(e)}chown(e,r){this.node.chown(e,r)}};u(Vb,"File");var Hb=Vb;mp.File=Hb});var Lo=x(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.FLAGS=Bo.ERRSTR=void 0;var JV=vr();Bo.ERRSTR={PATH_STR:"path must be a string, Buffer, or Uint8Array",FD:"fd must be a file descriptor",MODE_INT:"mode must be an int",CB:"callback must be a function",UID:"uid must be an unsigned int",GID:"gid must be an unsigned int",LEN:"len must be an integer",ATIME:"atime must be an integer",MTIME:"mtime must be an integer",PREFIX:"filename prefix is required",BUFFER:"buffer must be an instance of Buffer or StaticBuffer",OFFSET:"offset must be an integer",LENGTH:"length must be an integer",POSITION:"position must be an integer"};var{O_RDONLY:PC,O_WRONLY:wp,O_RDWR:$o,O_CREAT:an,O_EXCL:yp,O_TRUNC:gp,O_APPEND:bp,O_SYNC:NC}=JV.constants,DC;(function(t){t[t.r=PC]="r",t[t["r+"]=$o]="r+",t[t.rs=PC|NC]="rs",t[t.sr=t.rs]="sr",t[t["rs+"]=$o|NC]="rs+",t[t["sr+"]=t["rs+"]]="sr+",t[t.w=wp|an|gp]="w",t[t.wx=wp|an|gp|yp]="wx",t[t.xw=t.wx]="xw",t[t["w+"]=$o|an|gp]="w+",t[t["wx+"]=$o|an|gp|yp]="wx+",t[t["xw+"]=t["wx+"]]="xw+",t[t.a=wp|bp|an]="a",t[t.ax=wp|bp|an|yp]="ax",t[t.xa=t.ax]="xa",t[t["a+"]=$o|bp|an]="a+",t[t["ax+"]=$o|bp|an|yp]="ax+",t[t["xa+"]=t["ax+"]]="xa+"})(DC||(Bo.FLAGS=DC={}))});var Kb=x(Zb=>{"use strict";Object.defineProperty(Zb,"__esModule",{value:!0});Zb.default=typeof queueMicrotask=="function"?queueMicrotask:t=>Promise.resolve().then(()=>t()).catch(()=>{})});var Ep=x(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.filenameToSteps=Xe.resolve=Xe.unixify=Xe.isWin=void 0;Xe.isFd=IC;Xe.validateFd=aG;Xe.dataToBuffer=oG;var vp=Io(),_p=nn(),CC=fp(),YV=Vc(),XV=Lo();Xe.isWin=CC.default.platform==="win32";var QV=vp.resolve,eG=vp.posix?vp.posix.sep:vp.sep,tG=u((t,e)=>{let r=t[e];return e>0&&(r==="/"||Xe.isWin&&r==="\\")},"isSeparator"),rG=u(t=>{let e=t.length-1;if(e<2)return t;for(;tG(t,e);)e--;return t.substr(0,e+1)},"removeTrailingSeparator"),iG=u((t,e)=>{if(typeof t!="string")throw new TypeError("expected a string");return t=t.replace(/[\\\/]+/g,"/"),e!==!1&&(t=rG(t)),t},"normalizePath"),nG=u((t,e=!0)=>Xe.isWin?(t=iG(t,e),t.replace(/^([a-zA-Z]+:|\.\/)/,"")):t,"unixify");Xe.unixify=nG;var Sp=u((t,e=CC.default.cwd())=>QV(e,t),"resolve");Xe.resolve=Sp;if(Xe.isWin){let t=Sp;Xe.resolve=Sp=u((e,r)=>(0,Xe.unixify)(t(e,r)),"resolve")}var sG=u((t,e)=>{let i=Sp(t,e).substring(1);return i?i.split(eG):[]},"filenameToSteps");Xe.filenameToSteps=sG;function IC(t){return t>>>0===t}u(IC,"isFd");function aG(t){if(!IC(t))throw TypeError(XV.ERRSTR.FD)}u(aG,"validateFd");function oG(t,e=YV.ENCODING_UTF8){return _p.Buffer.isBuffer(t)?t:t instanceof Uint8Array?(0,_p.bufferFrom)(t):e==="buffer"?(0,_p.bufferFrom)(String(t),"utf8"):(0,_p.bufferFrom)(String(t),e)}u(oG,"dataToBuffer")});var on=x(Ve=>{"use strict";Object.defineProperty(Ve,"__esModule",{value:!0});Ve.getWriteSyncArgs=Ve.getWriteArgs=Ve.bufToUint8=void 0;Ve.promisify=cG;Ve.validateCallback=$C;Ve.modeToNumber=BC;Ve.nullCheck=LC;Ve.pathToFilename=hG;Ve.createError=OG;Ve.genRndStr6=RG;Ve.flagsToNumber=AG;Ve.streamToBuffer=PG;Ve.bufferToEncoding=IG;Ve.isReadableStream=$G;var Kc=Lo(),Jb=Hc(),Yb=nn(),lG=Kb(),Fp=Ep();function cG(t,e,r=i=>i){return(...i)=>new Promise((n,s)=>{t[e].bind(t)(...i,(a,l)=>a?s(a):n(r(l)))})}u(cG,"promisify");function $C(t){if(typeof t!="function")throw TypeError(Kc.ERRSTR.CB);return t}u($C,"validateCallback");function fG(t,e){if(typeof t=="number")return t;if(typeof t=="string")return parseInt(t,8);if(e)return BC(e)}u(fG,"_modeToNumber");function BC(t,e){let r=fG(t,e);if(typeof r!="number"||isNaN(r))throw new TypeError(Kc.ERRSTR.MODE_INT);return r}u(BC,"modeToNumber");function LC(t,e){if((""+t).indexOf("\0")!==-1){let r=new Error("Path must be a string without null bytes");if(r.code="ENOENT",typeof e!="function")throw r;return(0,lG.default)(()=>{e(r)}),!1}return!0}u(LC,"nullCheck");function uG(t){if(t.hostname!=="")throw new Jb.TypeError("ERR_INVALID_FILE_URL_HOST",process.platform);let e=t.pathname;for(let r=0;r<e.length;r++)if(e[r]==="%"){let i=e.codePointAt(r+2)|32;if(e[r+1]==="2"&&i===102)throw new Jb.TypeError("ERR_INVALID_FILE_URL_PATH","must not include encoded / characters")}return decodeURIComponent(e)}u(uG,"getPathFromURLPosix");function hG(t){if(t instanceof Uint8Array&&(t=(0,Yb.bufferFrom)(t)),typeof t!="string"&&!Yb.Buffer.isBuffer(t)){try{if(!(t instanceof ne("url").URL))throw new TypeError(Kc.ERRSTR.PATH_STR)}catch{throw new TypeError(Kc.ERRSTR.PATH_STR)}t=uG(t)}let e=String(t);return LC(e),e}u(hG,"pathToFilename");var dG="ENOENT",pG="EBADF",mG="EINVAL",wG="EPERM",yG="EPROTO",gG="EEXIST",bG="ENOTDIR",_G="EMFILE",vG="EACCES",SG="EISDIR",EG="ENOTEMPTY",FG="ENOSYS",kG="ERR_FS_EISDIR",TG="ERR_OUT_OF_RANGE";function xG(t,e="",r="",i=""){let n="";switch(r&&(n=` '${r}'`),i&&(n+=` -> '${i}'`),t){case dG:return`ENOENT: no such file or directory, ${e}${n}`;case pG:return`EBADF: bad file descriptor, ${e}${n}`;case mG:return`EINVAL: invalid argument, ${e}${n}`;case wG:return`EPERM: operation not permitted, ${e}${n}`;case yG:return`EPROTO: protocol error, ${e}${n}`;case gG:return`EEXIST: file already exists, ${e}${n}`;case bG:return`ENOTDIR: not a directory, ${e}${n}`;case SG:return`EISDIR: illegal operation on a directory, ${e}${n}`;case vG:return`EACCES: permission denied, ${e}${n}`;case EG:return`ENOTEMPTY: directory not empty, ${e}${n}`;case _G:return`EMFILE: too many open files, ${e}${n}`;case FG:return`ENOSYS: function not implemented, ${e}${n}`;case kG:return`[ERR_FS_EISDIR]: Path is a directory: ${e} returned EISDIR (is a directory) ${r}`;case TG:return`[ERR_OUT_OF_RANGE]: value out of range, ${e}${n}`;default:return`${t}: error occurred, ${e}${n}`}}u(xG,"formatError");function OG(t,e="",r="",i="",n=Error){let s=new n(xG(t,e,r,i));return s.code=t,r&&(s.path=r),s}u(OG,"createError");function RG(){return Math.random().toString(36).slice(2,8).padEnd(6,"0")}u(RG,"genRndStr6");function AG(t){if(typeof t=="number")return t;if(typeof t=="string"){let e=Kc.FLAGS[t];if(typeof e<"u")return e}throw new Jb.TypeError("ERR_INVALID_OPT_VALUE","flags",t)}u(AG,"flagsToNumber");function PG(t){let e=[];return new Promise((r,i)=>{t.on("data",n=>e.push(n)),t.on("end",()=>r(Yb.Buffer.concat(e))),t.on("error",i)})}u(PG,"streamToBuffer");var NG=u(t=>new Uint8Array(t.buffer,t.byteOffset,t.byteLength),"bufToUint8");Ve.bufToUint8=NG;var DG=u((t,e,r,i,n,s)=>{(0,Fp.validateFd)(t);let a=0,l,c=null,o,f,h=typeof e,d=typeof r,p=typeof i,m=typeof n;h!=="string"?d==="function"?f=r:p==="function"?(a=r|0,f=i):m==="function"?(a=r|0,l=i,f=n):(a=r|0,l=i,c=n,f=s):d==="function"?f=r:p==="function"?(c=r,f=i):m==="function"&&(c=r,o=i,f=n);let w=(0,Fp.dataToBuffer)(e,o);h!=="string"?typeof l>"u"&&(l=w.length):(a=0,l=w.length);let g=$C(f);return[t,h==="string",w,a,l,c,g]},"getWriteArgs");Ve.getWriteArgs=DG;var CG=u((t,e,r,i,n)=>{(0,Fp.validateFd)(t);let s,a,l,c,o=typeof e!="string";o?(a=(r||0)|0,l=i,c=n):(c=r,s=i);let f=(0,Fp.dataToBuffer)(e,s);return o?typeof l>"u"&&(l=f.length):(a=0,l=f.length),[t,f,a||0,l,c]},"getWriteSyncArgs");Ve.getWriteSyncArgs=CG;function IG(t,e){return!e||e==="buffer"?t:t.toString(e)}u(IG,"bufferToEncoding");function $G(t){return t!==null&&typeof t=="object"&&typeof t.pipe=="function"&&typeof t.on=="function"&&t.readable===!0}u($G,"isReadableStream")});var WC=x(xp=>{"use strict";Object.defineProperty(xp,"__esModule",{value:!0});xp.Superblock=void 0;var Qe=Io(),BG=Ub(),MC=Wb(),LG=Gb(),MG=nn(),jC=fp(),Wr=vr(),qC=Lo(),K=on(),Sr=Ep(),jG=Mb(),Mo=Qe.posix?Qe.posix.sep:Qe.sep,UC=Qe.posix?Qe.posix.relative:Qe.relative,qG=Qe.posix?Qe.posix.join:Qe.join,{O_RDONLY:Xb,O_WRONLY:kp,O_RDWR:Qb,O_CREAT:zC,O_EXCL:UG,O_TRUNC:zG,O_APPEND:WG,O_DIRECTORY:HG}=Wr.constants,jo=class jo{static fromJSON(e,r){let i=new jo;return i.fromJSON(e,r),i}static fromNestedJSON(e,r){let i=new jo;return i.fromNestedJSON(e,r),i}constructor(e={}){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.maxFiles=1e4,this.openFiles=0,this.open=(i,n,s,a=!0)=>{let l=this.openFile(i,n,s,a);if(!l)throw(0,K.createError)("ENOENT","open",i);return l.fd},this.writeFile=(i,n,s,a)=>{let l=typeof i=="number",c;l?c=i:c=this.open((0,K.pathToFilename)(i),s,a);let o=0,f=n.length,h=s&WG?void 0:0;try{for(;f>0;){let d=this.write(c,n,o,f,h);o+=d,f-=d,h!==void 0&&(h+=d)}}finally{l||this.close(c)}},this.read=(i,n,s,a,l)=>{if(n.byteLength<a)throw(0,K.createError)("ERR_OUT_OF_RANGE","read",void 0,void 0,RangeError);let c=this.getFileByFdOrThrow(i);if(c.node.isSymlink())throw(0,K.createError)("EPERM","read",c.link.getPath());return c.read(n,Number(s),Number(a),l===-1||typeof l!="number"?void 0:l)},this.readv=(i,n,s)=>{let a=this.getFileByFdOrThrow(i),l=s??void 0;l===-1&&(l=void 0);let c=0;for(let o of n){let f=a.read(o,0,o.byteLength,l);if(l=void 0,c+=f,f<o.byteLength)break}return c},this.link=(i,n)=>{let s;try{s=this.getLinkOrThrow(i,"link")}catch(f){throw f.code&&(f=(0,K.createError)(f.code,"link",i,n)),f}let a=(0,Qe.dirname)(n),l;try{l=this.getLinkOrThrow(a,"link")}catch(f){throw f.code&&(f=(0,K.createError)(f.code,"link",i,n)),f}let c=(0,Qe.basename)(n);if(l.getChild(c))throw(0,K.createError)("EEXIST","link",i,n);let o=s.getNode();o.nlink++,l.createChild(c,o)},this.unlink=i=>{let n=this.getLinkOrThrow(i,"unlink");if(n.length)throw Error("Dir not empty...");this.deleteLink(n);let s=n.getNode();s.nlink--,s.nlink<=0&&this.deleteNode(s)},this.symlink=(i,n)=>{let s=(0,Sr.filenameToSteps)(n),a;try{a=this.getLinkParentAsDirOrThrow(s)}catch(f){throw f.code&&(f=(0,K.createError)(f.code,"symlink",i,n)),f}let l=s[s.length-1];if(a.getChild(l))throw(0,K.createError)("EEXIST","symlink",i,n);let c=a.getNode();if(!c.canExecute()||!c.canWrite())throw(0,K.createError)("EACCES","symlink",i,n);let o=a.createChild(l);return o.getNode().makeSymlink(i),o},this.rename=(i,n)=>{let s;try{s=this.getResolvedLinkOrThrow(i)}catch(h){throw h.code&&(h=(0,K.createError)(h.code,"rename",i,n)),h}let a;try{a=this.getLinkParentAsDirOrThrow(n)}catch(h){throw h.code&&(h=(0,K.createError)(h.code,"rename",i,n)),h}let l=s.parent;if(!l)throw(0,K.createError)("EINVAL","rename",i,n);let c=l.getNode(),o=a.getNode();if(!c.canExecute()||!c.canWrite()||!o.canExecute()||!o.canWrite())throw(0,K.createError)("EACCES","rename",i,n);l.deleteChild(s);let f=(0,Qe.basename)(n);s.name=f,s.steps=[...a.steps,f],a.setChild(s.getName(),s)},this.mkdir=(i,n)=>{let s=(0,Sr.filenameToSteps)(i);if(!s.length)throw(0,K.createError)("EEXIST","mkdir",i);let a=this.getLinkParentAsDirOrThrow(i,"mkdir"),l=s[s.length-1];if(a.getChild(l))throw(0,K.createError)("EEXIST","mkdir",i);let c=a.getNode();if(!c.canWrite()||!c.canExecute())throw(0,K.createError)("EACCES","mkdir",i);a.createChild(l,this.createNode(Wr.constants.S_IFDIR|n))},this.mkdirp=(i,n)=>{let s=!1,a=(0,Sr.filenameToSteps)(i),l=null,c=a.length;for(c=a.length;c>=0&&(l=this.getResolvedLink(a.slice(0,c)),!l);c--);for(l||(l=this.root,c=0),l=this.getResolvedLinkOrThrow(Qe.sep+a.slice(0,c).join(Qe.sep),"mkdir"),c;c<a.length;c++){let o=l.getNode();if(o.isDirectory()){if(!o.canExecute()||!o.canWrite())throw(0,K.createError)("EACCES","mkdir",i)}else throw(0,K.createError)("ENOTDIR","mkdir",i);s=!0,l=l.createChild(a[c],this.createNode(Wr.constants.S_IFDIR|n))}return s?i:void 0},this.rmdir=(i,n=!1)=>{let s=this.getLinkAsDirOrThrow(i,"rmdir");if(s.length&&!n)throw(0,K.createError)("ENOTEMPTY","rmdir",i);this.deleteLink(s)},this.rm=(i,n=!1,s=!1)=>{let a;try{a=this.getResolvedLinkOrThrow(i,"stat")}catch(l){if(l.code==="ENOENT"&&n)return;throw l}if(a.getNode().isDirectory()&&!s)throw(0,K.createError)("ERR_FS_EISDIR","rm",i);if(!a.parent?.getNode().canWrite())throw(0,K.createError)("EACCES","rm",i);this.deleteLink(a)},this.close=i=>{(0,Sr.validateFd)(i);let n=this.getFileByFdOrThrow(i,"close");this.closeFile(n)};let r=this.createLink();r.setNode(this.createNode(Wr.constants.S_IFDIR|511)),r.setChild(".",r),r.getNode().nlink++,r.setChild("..",r),r.getNode().nlink++,this.root=r}createLink(e,r,i=!1,n){if(!e)return new MC.Link(this,void 0,"");if(!r)throw new Error("createLink: name cannot be empty");let s=n??(i?511:438),l=n&&n&Wr.constants.S_IFMT?n&Wr.constants.S_IFMT:i?Wr.constants.S_IFDIR:Wr.constants.S_IFREG,c=s&~Wr.constants.S_IFMT|l;return e.createChild(r,this.createNode(c))}deleteLink(e){let r=e.parent;return r?(r.deleteChild(e),!0):!1}newInoNumber(){let e=this.releasedInos.pop();return e||(this.ino=(this.ino+1)%4294967295,this.ino)}newFdNumber(){let e=this.releasedFds.pop();return typeof e=="number"?e:jo.fd--}createNode(e){let r=new BG.Node(this.newInoNumber(),e);return this.inodes[r.ino]=r,r}deleteNode(e){e.del(),delete this.inodes[e.ino],this.releasedInos.push(e.ino)}walk(e,r=!1,i=!1,n=!1,s){let a,l;e instanceof MC.Link?(a=e.steps,l=Mo+a.join(Mo)):typeof e=="string"?(a=(0,Sr.filenameToSteps)(e),l=e):(a=e,l=Mo+a.join(Mo));let c=this.root,o=0;for(;o<a.length;){let f=c.getNode();if(f.isDirectory()){if(n&&!f.canExecute())throw(0,K.createError)("EACCES",s,l)}else if(o<a.length-1)throw(0,K.createError)("ENOTDIR",s,l);if(c=c.getChild(a[o])??null,!c){if(i)throw(0,K.createError)("ENOENT",s,l);return null}if(f=c?.getNode(),f.isSymlink()&&(r||o<a.length-1)){let h=(0,Qe.isAbsolute)(f.symlink)?f.symlink:qG((0,Qe.dirname)(c.getPath()),f.symlink);a=(0,Sr.filenameToSteps)(h).concat(a.slice(o+1)),c=this.root,o=0;continue}if(i&&!f.isDirectory()&&o<a.length-1){let h=jC.default.platform==="win32"?"ENOENT":"ENOTDIR";throw(0,K.createError)(h,s,l)}o++}return c}getLink(e){return this.walk(e,!1,!1,!1)}getLinkOrThrow(e,r){return this.walk(e,!1,!0,!0,r)}getResolvedLink(e){return this.walk(e,!0,!1,!1)}getResolvedLinkOrThrow(e,r){return this.walk(e,!0,!0,!0,r)}resolveSymlinks(e){return this.getResolvedLink(e.steps.slice(1))}getLinkAsDirOrThrow(e,r){let i=this.getLinkOrThrow(e,r);if(!i.getNode().isDirectory())throw(0,K.createError)("ENOTDIR",r,e);return i}getLinkParent(e){return this.getLink(e.slice(0,-1))}getLinkParentAsDirOrThrow(e,r){let i=(e instanceof Array?e:(0,Sr.filenameToSteps)(e)).slice(0,-1),n=Mo+i.join(Mo),s=this.getLinkOrThrow(n,r);if(!s.getNode().isDirectory())throw(0,K.createError)("ENOTDIR",r,n);return s}getFileByFd(e){return this.fds[String(e)]}getFileByFdOrThrow(e,r){if(!(0,Sr.isFd)(e))throw TypeError(qC.ERRSTR.FD);let i=this.getFileByFd(e);if(!i)throw(0,K.createError)("EBADF",r);return i}_toJSON(e=this.root,r={},i,n){let s=!0,a=e.children;e.getNode().isFile()&&(a=new Map([[e.getName(),e.parent.getChild(e.getName())]]),e=e.parent);for(let c of a.keys()){if(c==="."||c==="..")continue;s=!1;let o=e.getChild(c);if(!o)throw new Error("_toJSON: unexpected undefined");let f=o.getNode();if(f.isFile()){let h=o.getPath();i&&(h=UC(i,h)),r[h]=n?f.getBuffer():f.getString()}else f.isDirectory()&&this._toJSON(o,r,i,n)}let l=e.getPath();return i&&(l=UC(i,l)),l&&s&&(r[l]=null),r}toJSON(e,r={},i=!1,n=!1){let s=[];if(e){Array.isArray(e)||(e=[e]);for(let a of e){let l=(0,K.pathToFilename)(a),c=this.getResolvedLink(l);c&&s.push(c)}}else s.push(this.root);if(!s.length)return r;for(let a of s)this._toJSON(a,r,i?a.getPath():"",n);return r}fromJSON(e,r=jC.default.cwd()){for(let i in e){let n=e[i];if(i=(0,Sr.resolve)(i,r),typeof n=="string"||n instanceof MG.Buffer){let s=(0,Qe.dirname)(i);this.mkdirp(s,511);let a=(0,Sr.dataToBuffer)(n);this.writeFile(i,a,qC.FLAGS.w,438)}else this.mkdirp(i,511)}}fromNestedJSON(e,r){this.fromJSON((0,jG.flattenJSON)(e),r)}reset(){this.ino=0,this.inodes={},this.releasedInos=[],this.fds={},this.releasedFds=[],this.openFiles=0,this.root=this.createLink(),this.root.setNode(this.createNode(Wr.constants.S_IFDIR|511))}mountSync(e,r){this.fromJSON(r,e)}openLink(e,r,i=!0){if(this.openFiles>=this.maxFiles)throw(0,K.createError)("EMFILE","open",e.getPath());let n=e;i&&(n=this.getResolvedLinkOrThrow(e.getPath(),"open"));let s=n.getNode();if(s.isDirectory()){if((r&(Xb|Qb|kp))!==Xb)throw(0,K.createError)("EISDIR","open",e.getPath())}else if(r&HG)throw(0,K.createError)("ENOTDIR","open",e.getPath());if((r&(Xb|Qb|kp))!==kp&&!s.canRead()||r&(kp|Qb)&&!s.canWrite())throw(0,K.createError)("EACCES","open",e.getPath());let a=new LG.File(e,s,r,this.newFdNumber());return this.fds[a.fd]=a,this.openFiles++,r&zG&&a.truncate(),a}openFile(e,r,i,n=!0){let s=(0,Sr.filenameToSteps)(e),a;try{if(a=n?this.getResolvedLinkOrThrow(e,"open"):this.getLinkOrThrow(e,"open"),a&&r&zC&&r&UG)throw(0,K.createError)("EEXIST","open",e)}catch(l){if(l.code==="ENOENT"&&r&zC){let c=(0,Qe.dirname)(e),o=this.getResolvedLinkOrThrow(c),f=o.getNode();if(!f.isDirectory())throw(0,K.createError)("ENOTDIR","open",e);if(!f.canExecute()||!f.canWrite())throw(0,K.createError)("EACCES","open",e);i??(i=438),a=this.createLink(o,s[s.length-1],!1,i)}else throw l}if(a)return this.openLink(a,r,n);throw(0,K.createError)("ENOENT","open",e)}closeFile(e){this.fds[e.fd]&&(this.openFiles--,delete this.fds[e.fd],this.releasedFds.push(e.fd))}write(e,r,i,n,s){let a=this.getFileByFdOrThrow(e,"write");if(a.node.isSymlink())throw(0,K.createError)("EBADF","write",a.link.getPath());return a.write(r,i,n,s===-1||typeof s!="number"?void 0:s)}};u(jo,"Superblock");var Tp=jo;xp.Superblock=Tp;Tp.fd=2147483647});var VC=x(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});sr.Superblock=sr.File=sr.Link=sr.Node=void 0;var HC=(Ff(),Yp(Ef));HC.__exportStar(kC(),sr);HC.__exportStar(Mb(),sr);var VG=Ub();Object.defineProperty(sr,"Node",{enumerable:!0,get:u(function(){return VG.Node},"get")});var GG=Wb();Object.defineProperty(sr,"Link",{enumerable:!0,get:u(function(){return GG.Link},"get")});var ZG=Gb();Object.defineProperty(sr,"File",{enumerable:!0,get:u(function(){return ZG.File},"get")});var KG=WC();Object.defineProperty(sr,"Superblock",{enumerable:!0,get:u(function(){return KG.Superblock},"get")})});var GC=x(Jc=>{"use strict";Object.defineProperty(Jc,"__esModule",{value:!0});Jc.StatFs=void 0;var Rp=class Rp{static build(e,r=!1){let i=new Rp,n=r?f=>BigInt(f):f=>f;i.type=n(2240043254),i.bsize=n(4096);let s=Object.keys(e.inodes).length,a=1e6,l=Math.min(s*2,a),c=a-l;i.blocks=n(a),i.bfree=n(c),i.bavail=n(c);let o=1e6;return i.files=n(o),i.ffree=n(o-s),i}};u(Rp,"StatFs");var Op=Rp;Jc.StatFs=Op;Jc.default=Op});var ZC=x(e_=>{"use strict";Object.defineProperty(e_,"__esModule",{value:!0});function JG(t,e,r){let i=setTimeout.apply(globalThis,arguments);return i&&typeof i=="object"&&typeof i.unref=="function"&&i.unref(),i}u(JG,"setTimeoutUnref");e_.default=JG});var JC=x(qo=>{"use strict";Object.defineProperty(qo,"__esModule",{value:!0});qo.Writable=qo.Readable=void 0;var KC=ne("node:stream");Object.defineProperty(qo,"Readable",{enumerable:!0,get:u(function(){return KC.Readable},"get")});Object.defineProperty(qo,"Writable",{enumerable:!0,get:u(function(){return KC.Writable},"get")})});var t_=x(Ap=>{"use strict";Object.defineProperty(Ap,"__esModule",{value:!0});Ap.EventEmitter=void 0;var YG=ne("node:events");Object.defineProperty(Ap,"EventEmitter",{enumerable:!0,get:u(function(){return YG.EventEmitter},"get")})});var YC=x(Pp=>{"use strict";Object.defineProperty(Pp,"__esModule",{value:!0});Pp.FileHandle=void 0;var pt=on(),XG=t_(),i_=class i_ extends XG.EventEmitter{constructor(e,r){super(),this.refs=1,this.closePromise=null,this.position=0,this.readableWebStreamLocked=!1,this.fs=e,this.fd=r}getAsyncId(){return this.fd}appendFile(e,r){return(0,pt.promisify)(this.fs,"appendFile")(this.fd,e,r)}chmod(e){return(0,pt.promisify)(this.fs,"fchmod")(this.fd,e)}chown(e,r){return(0,pt.promisify)(this.fs,"fchown")(this.fd,e,r)}close(){if(this.fd===-1)return Promise.resolve();if(this.closePromise)return this.closePromise;if(this.refs--,this.refs===0){let e=this.fd;this.fd=-1,this.closePromise=(0,pt.promisify)(this.fs,"close")(e).finally(()=>{this.closePromise=null})}else this.closePromise=new Promise((e,r)=>{this.closeResolve=e,this.closeReject=r}).finally(()=>{this.closePromise=null,this.closeReject=void 0,this.closeResolve=void 0});return this.emit("close"),this.closePromise}datasync(){return(0,pt.promisify)(this.fs,"fdatasync")(this.fd)}createReadStream(e){return this.fs.createReadStream("",{...e,fd:this})}createWriteStream(e){return this.fs.createWriteStream("",{...e,fd:this})}readableWebStream(e={}){let{type:r="bytes",autoClose:i=!1}=e,n=0;if(this.fd===-1)throw new Error("The FileHandle is closed");if(this.closePromise)throw new Error("The FileHandle is closing");if(this.readableWebStreamLocked)throw new Error("An error will be thrown if this method is called more than once or is called after the FileHandle is closed or closing.");this.readableWebStreamLocked=!0,this.ref();let s=u(()=>{this.readableWebStreamLocked=!1,this.unref(),i&&this.close().catch(()=>{})},"unlockAndCleanup");return new ReadableStream({type:r==="bytes"?"bytes":void 0,autoAllocateChunkSize:16384,pull:u(async a=>{try{let l=a.byobRequest?.view;if(!l){let o=new Uint8Array(16384),f=await this.read(o,0,o.length,n);if(f.bytesRead===0){a.close(),s();return}n+=f.bytesRead,a.enqueue(o.slice(0,f.bytesRead));return}let c=await this.read(l,l.byteOffset,l.byteLength,n);if(c.bytesRead===0){a.close(),s();return}n+=c.bytesRead,a.byobRequest.respond(c.bytesRead)}catch(l){a.error(l),s()}},"pull"),cancel:u(async()=>{s()},"cancel")})}async read(e,r,i,n){let s=n??this.position,a=await(0,pt.promisify)(this.fs,"read",l=>({bytesRead:l,buffer:e}))(this.fd,e,r,i,s);return n==null&&(this.position+=a.bytesRead),a}readv(e,r){return(0,pt.promisify)(this.fs,"readv",i=>({bytesRead:i,buffers:e}))(this.fd,e,r)}readFile(e){return(0,pt.promisify)(this.fs,"readFile")(this.fd,e)}stat(e){return(0,pt.promisify)(this.fs,"fstat")(this.fd,e)}sync(){return(0,pt.promisify)(this.fs,"fsync")(this.fd)}truncate(e){return(0,pt.promisify)(this.fs,"ftruncate")(this.fd,e)}utimes(e,r){return(0,pt.promisify)(this.fs,"futimes")(this.fd,e,r)}async write(e,r,i,n){let s=typeof n!="number",a=s?this.position:n,l=await(0,pt.promisify)(this.fs,"write",c=>({bytesWritten:c,buffer:e}))(this.fd,e,r,i,a);return s&&(this.position+=l.bytesWritten),l}writev(e,r){return(0,pt.promisify)(this.fs,"writev",i=>({bytesWritten:i,buffers:e}))(this.fd,e,r)}writeFile(e,r){return(0,pt.promisify)(this.fs,"writeFile")(this.fd,e,r)}async[Symbol.asyncDispose](){await this.close()}ref(){this.refs++}unref(){this.refs--,this.refs===0&&(this.fd=-1,this.closeResolve&&(0,pt.promisify)(this.fs,"close")(this.fd).then(this.closeResolve,this.closeReject))}};u(i_,"FileHandle");var r_=i_;Pp.FileHandle=r_});var XC=x(Np=>{"use strict";Object.defineProperty(Np,"__esModule",{value:!0});Np.FsPromises=void 0;var oe=on(),QG=vr(),a_=class a_{constructor(e,r,i={}){if(this.fs=e,this.path=r,this.options=i,this.eventQueue=[],this.resolveQueue=[],this.finished=!1,this.maxQueue=i.maxQueue||2048,this.overflow=i.overflow||"ignore",this.startWatching(),i.signal){if(i.signal.aborted){this.finish();return}i.signal.addEventListener("abort",()=>{this.finish()})}}startWatching(){try{this.watcher=this.fs.watch(this.path,this.options,(e,r)=>{this.enqueueEvent({eventType:e,filename:r})})}catch(e){throw this.finish(),e}}enqueueEvent(e){if(!this.finished){if(this.eventQueue.length>=this.maxQueue)if(this.overflow==="throw"){let r=new Error(`Watch queue overflow: more than ${this.maxQueue} events queued`);this.finish(r);return}else this.eventQueue.shift(),console.warn(`Watch queue overflow: dropping event due to exceeding maxQueue of ${this.maxQueue}`);if(this.eventQueue.push(e),this.resolveQueue.length>0){let{resolve:r}=this.resolveQueue.shift(),i=this.eventQueue.shift();r({value:i,done:!1})}}}finish(e){if(!this.finished)for(this.finished=!0,this.watcher&&(this.watcher.close(),this.watcher=null);this.resolveQueue.length>0;){let{resolve:r,reject:i}=this.resolveQueue.shift();e?i(e):r({value:void 0,done:!0})}}async next(){return this.finished?{value:void 0,done:!0}:this.eventQueue.length>0?{value:this.eventQueue.shift(),done:!1}:new Promise((e,r)=>{this.resolveQueue.push({resolve:e,reject:r})})}async return(){return this.finish(),{value:void 0,done:!0}}async throw(e){throw this.finish(e),e}[Symbol.asyncIterator](){return this}};u(a_,"FSWatchAsyncIterator");var n_=a_,o_=class o_{constructor(e,r){this.fs=e,this.FileHandle=r,this.constants=QG.constants,this.cp=(0,oe.promisify)(this.fs,"cp"),this.opendir=(0,oe.promisify)(this.fs,"opendir"),this.statfs=(0,oe.promisify)(this.fs,"statfs"),this.lutimes=(0,oe.promisify)(this.fs,"lutimes"),this.glob=(0,oe.promisify)(this.fs,"glob"),this.access=(0,oe.promisify)(this.fs,"access"),this.chmod=(0,oe.promisify)(this.fs,"chmod"),this.chown=(0,oe.promisify)(this.fs,"chown"),this.copyFile=(0,oe.promisify)(this.fs,"copyFile"),this.lchmod=(0,oe.promisify)(this.fs,"lchmod"),this.lchown=(0,oe.promisify)(this.fs,"lchown"),this.link=(0,oe.promisify)(this.fs,"link"),this.lstat=(0,oe.promisify)(this.fs,"lstat"),this.mkdir=(0,oe.promisify)(this.fs,"mkdir"),this.mkdtemp=(0,oe.promisify)(this.fs,"mkdtemp"),this.readdir=(0,oe.promisify)(this.fs,"readdir"),this.readlink=(0,oe.promisify)(this.fs,"readlink"),this.realpath=(0,oe.promisify)(this.fs,"realpath"),this.rename=(0,oe.promisify)(this.fs,"rename"),this.rmdir=(0,oe.promisify)(this.fs,"rmdir"),this.rm=(0,oe.promisify)(this.fs,"rm"),this.stat=(0,oe.promisify)(this.fs,"stat"),this.symlink=(0,oe.promisify)(this.fs,"symlink"),this.truncate=(0,oe.promisify)(this.fs,"truncate"),this.unlink=(0,oe.promisify)(this.fs,"unlink"),this.utimes=(0,oe.promisify)(this.fs,"utimes"),this.readFile=(i,n)=>(0,oe.promisify)(this.fs,"readFile")(i instanceof this.FileHandle?i.fd:i,n),this.appendFile=(i,n,s)=>(0,oe.promisify)(this.fs,"appendFile")(i instanceof this.FileHandle?i.fd:i,n,s),this.open=(i,n="r",s)=>(0,oe.promisify)(this.fs,"open",a=>new this.FileHandle(this.fs,a))(i,n,s),this.writeFile=(i,n,s)=>((0,oe.isReadableStream)(n)?(0,oe.streamToBuffer)(n):Promise.resolve(n)).then(l=>(0,oe.promisify)(this.fs,"writeFile")(i instanceof this.FileHandle?i.fd:i,l,s)),this.watch=(i,n)=>{let s=typeof n=="string"?{encoding:n}:n||{};return new n_(this.fs,i,s)}}};u(o_,"FsPromises");var s_=o_;Np.FsPromises=s_});var QC=x(mt=>{"use strict";Object.defineProperty(mt,"__esModule",{value:!0});mt.newNotAllowedError=mt.newTypeMismatchError=mt.newNotFoundError=mt.assertCanWrite=mt.assertName=mt.basename=mt.ctx=void 0;var eZ=u((t={})=>({separator:"/",syncHandleAllowed:!1,mode:"read",...t}),"ctx");mt.ctx=eZ;var tZ=u((t,e)=>{t[t.length-1]===e&&(t=t.slice(0,-1));let r=t.lastIndexOf(e);return r===-1?t:t.slice(r+1)},"basename");mt.basename=tZ;var rZ=/^(\.{1,2})$|^(.*([\/\\]).*)$/,iZ=u((t,e,r)=>{if(!t||rZ.test(t))throw new TypeError(`Failed to execute '${e}' on '${r}': Name is not allowed.`)},"assertName");mt.assertName=iZ;var nZ=u(t=>{if(t!=="readwrite")throw new DOMException("The request is not allowed by the user agent or the platform in the current context.","NotAllowedError")},"assertCanWrite");mt.assertCanWrite=nZ;var sZ=u(()=>new DOMException("A requested file or directory could not be found at the time an operation was processed.","NotFoundError"),"newNotFoundError");mt.newNotFoundError=sZ;var aZ=u(()=>new DOMException("The path supplied exists, but was not an entry of requested type.","TypeMismatchError"),"newTypeMismatchError");mt.newTypeMismatchError=aZ;var oZ=u(()=>new DOMException("Permission not granted.","NotAllowedError"),"newNotAllowedError");mt.newNotAllowedError=oZ});var eI=x(Yc=>{"use strict";Object.defineProperty(Yc,"__esModule",{value:!0});Yc.toTreeSync=void 0;var lZ=ew(),cZ=QC(),fZ=u((t,e={})=>{let r=e.separator||"/",i=e.dir||r;i[i.length-1]!==r&&(i+=r);let n=e.tab||"",s=e.depth??10,a=" (...)";if(s>0){let c=t.readdirSync(i,{withFileTypes:!0});a=(0,lZ.printTree)(n,c.map(o=>f=>o.isDirectory()?(0,Yc.toTreeSync)(t,{dir:i+o.name,depth:s-1,tab:f}):o.isSymbolicLink()?""+o.name+" \u2192 "+t.readlinkSync(i+o.name):""+o.name))}return(0,cZ.basename)(i,r)+r+a},"toTreeSync");Yc.toTreeSync=fZ});var iI=x(q=>{"use strict";Object.defineProperty(q,"__esModule",{value:!0});q.getWriteFileOptions=q.writeFileDefaults=q.getRealpathOptsAndCb=q.getRealpathOptions=q.getStatfsOptsAndCb=q.getStatfsOptions=q.getStatOptsAndCb=q.getStatOptions=q.getAppendFileOptsAndCb=q.getAppendFileOpts=q.getOpendirOptsAndCb=q.getOpendirOptions=q.getReaddirOptsAndCb=q.getReaddirOptions=q.getReadFileOptions=q.getRmOptsAndCb=q.getRmdirOptions=q.getDefaultOptsAndCb=q.getDefaultOpts=q.optsDefaults=q.getMkdirOptions=void 0;q.getOptions=rI;q.optsGenerator=bi;q.optsAndCbGenerator=as;var Dp=Lo(),uZ=Vc(),l_=on(),tI={mode:511,recursive:!1},hZ=u(t=>typeof t=="number"?Object.assign({},tI,{mode:t}):Object.assign({},tI,t),"getMkdirOptions");q.getMkdirOptions=hZ;var dZ=u(t=>`Expected options to be either an object or a string, but got ${t} instead`,"ERRSTR_OPTS");function rI(t,e){let r;if(e){let i=typeof e;switch(i){case"string":r=Object.assign({},t,{encoding:e});break;case"object":r=Object.assign({},t,e);break;default:throw TypeError(dZ(i))}}else return t;return r.encoding!=="buffer"&&(0,uZ.assertEncoding)(r.encoding),r}u(rI,"getOptions");function bi(t){return e=>rI(t,e)}u(bi,"optsGenerator");function as(t){return(e,r)=>typeof e=="function"?[t(),e]:[t(e),(0,l_.validateCallback)(r)]}u(as,"optsAndCbGenerator");q.optsDefaults={encoding:"utf8"};q.getDefaultOpts=bi(q.optsDefaults);q.getDefaultOptsAndCb=as(q.getDefaultOpts);var pZ={recursive:!1},mZ=u(t=>Object.assign({},pZ,t),"getRmdirOptions");q.getRmdirOptions=mZ;var wZ=bi(q.optsDefaults);q.getRmOptsAndCb=as(wZ);var yZ={flag:"r"};q.getReadFileOptions=bi(yZ);var gZ={encoding:"utf8",recursive:!1,withFileTypes:!1};q.getReaddirOptions=bi(gZ);q.getReaddirOptsAndCb=as(q.getReaddirOptions);var bZ={encoding:"utf8",bufferSize:32,recursive:!1};q.getOpendirOptions=bi(bZ);q.getOpendirOptsAndCb=as(q.getOpendirOptions);var _Z={encoding:"utf8",mode:438,flag:Dp.FLAGS[Dp.FLAGS.a]};q.getAppendFileOpts=bi(_Z);q.getAppendFileOptsAndCb=as(q.getAppendFileOpts);var vZ={bigint:!1},SZ=u((t={})=>Object.assign({},vZ,t),"getStatOptions");q.getStatOptions=SZ;var EZ=u((t,e)=>typeof t=="function"?[(0,q.getStatOptions)(),t]:[(0,q.getStatOptions)(t),(0,l_.validateCallback)(e)],"getStatOptsAndCb");q.getStatOptsAndCb=EZ;var FZ={bigint:!1},kZ=u((t={})=>Object.assign({},FZ,t),"getStatfsOptions");q.getStatfsOptions=kZ;var TZ=u((t,e)=>typeof t=="function"?[(0,q.getStatfsOptions)(),t]:[(0,q.getStatfsOptions)(t),(0,l_.validateCallback)(e)],"getStatfsOptsAndCb");q.getStatfsOptsAndCb=TZ;var xZ=q.optsDefaults;q.getRealpathOptions=bi(xZ);q.getRealpathOptsAndCb=as(q.getRealpathOptions);q.writeFileDefaults={encoding:"utf8",mode:438,flag:Dp.FLAGS[Dp.FLAGS.w]};q.getWriteFileOptions=bi(q.writeFileDefaults)});var sI=x(Cp=>{"use strict";Object.defineProperty(Cp,"__esModule",{value:!0});Cp.Dir=void 0;var nI=on(),OZ=op(),os=Hc(),f_=class f_{constructor(e,r){this.link=e,this.options=r,this.iteratorInfo=[],this.closed=!1,this.operationQueue=null,this.path=e.getPath(),this.iteratorInfo.push(e.children[Symbol.iterator]())}closeBase(){}readBase(e){let r,i,n,s;do{do if({done:r,value:i}=e[e.length-1].next(),!r)[n,s]=i;else break;while(n==="."||n==="..");if(r){if(e.pop(),e.length===0)break;r=!1}else return this.options.recursive&&s.children.size&&e.push(s.children[Symbol.iterator]()),OZ.default.build(s,this.options.encoding)}while(!r);return null}close(e){if(e===void 0)return this.closed?Promise.reject(new os.Error("ERR_DIR_CLOSED")):new Promise((r,i)=>{this.close(n=>{n?i(n):r()})});if((0,nI.validateCallback)(e),this.closed){process.nextTick(e,new os.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.close(e)});return}this.closed=!0;try{this.closeBase(),process.nextTick(e)}catch(r){process.nextTick(e,r)}}closeSync(){if(this.closed)throw new os.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new os.Error("ERR_DIR_CONCURRENT_OPERATION");this.closed=!0,this.closeBase()}read(e){if(e===void 0)return new Promise((r,i)=>{this.read((n,s)=>{n?i(n):r(s??null)})});if((0,nI.validateCallback)(e),this.closed){process.nextTick(e,new os.Error("ERR_DIR_CLOSED"));return}if(this.operationQueue!==null){this.operationQueue.push(()=>{this.read(e)});return}this.operationQueue=[];try{let r=this.readBase(this.iteratorInfo);process.nextTick(()=>{let i=this.operationQueue;this.operationQueue=null;for(let n of i)n();e(null,r)})}catch(r){process.nextTick(()=>{let i=this.operationQueue;this.operationQueue=null;for(let n of i)n();e(r)})}}readSync(){if(this.closed)throw new os.Error("ERR_DIR_CLOSED");if(this.operationQueue!==null)throw new os.Error("ERR_DIR_CONCURRENT_OPERATION");return this.readBase(this.iteratorInfo)}[Symbol.asyncIterator](){return{next:u(async()=>{try{let e=await this.read();return e!==null?{done:!1,value:e}:{done:!0,value:void 0}}catch(e){throw e}},"next"),[Symbol.asyncIterator](){return this}}}};u(f_,"Dir");var c_=f_;Cp.Dir=c_});var lI=x(h_=>{"use strict";Object.defineProperty(h_,"__esModule",{value:!0});h_.globSync=CZ;var ls=Io(),RZ=nw(),aI=on(),AZ=ls.posix.join,PZ=ls.posix.relative,NZ=ls.posix.resolve;function oI(t,e){return(0,RZ.toRegex)(e).test(t)}u(oI,"matchesPattern");function DZ(t,e){return e?typeof e=="function"?e(t):(Array.isArray(e)?e:[e]).some(i=>oI(t,i)):!1}u(DZ,"isExcluded");function u_(t,e,r,i,n=0){let s=[],a=i.maxdepth??1/0,l=i.cwd?(0,aI.pathToFilename)(i.cwd):process.cwd();if(n>a)return s;try{let c=t.readdirSync(e,{withFileTypes:!0});for(let o of c){let f=AZ(e,o.name.toString()),h=PZ(l,f);if(DZ(h,i.exclude))continue;if(r.some(p=>oI(h,p))&&s.push(h),o.isDirectory()&&n<a){let p=u_(t,f,r,i,n+1);s.push(...p)}}}catch{}return s}u(u_,"walkDirectory");function CZ(t,e,r={}){let i=r.cwd?(0,aI.pathToFilename)(r.cwd):process.cwd(),n=NZ(i),s={cwd:n,exclude:r.exclude,maxdepth:r.maxdepth,withFileTypes:r.withFileTypes||!1},a=[];if(ls.posix.isAbsolute(e)){let l=ls.posix.dirname(e),c=ls.posix.basename(e),o=u_(t,l,[c],{...s,cwd:l});a.push(...o.map(f=>ls.posix.resolve(l,f)))}else{let l=u_(t,n,[e],s);a.push(...l)}return a=[...new Set(a)].sort(),a}u(CZ,"globSync")});var mI=x(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.FSWatcher=Vt.StatWatcher=Vt.Volume=void 0;Vt.pathToSteps=YZ;Vt.dataToStr=XZ;Vt.toUnixTimestamp=Ht;var je=Io(),w_=VC(),d_=Ab(),IZ=op(),$Z=GC(),Wo=nn(),Mp=Kb(),BZ=ZC(),jp=JC(),LZ=vr(),hI=t_(),cs=Vc(),MZ=YC(),dI=Nb(),jZ=XC(),qZ=eI(),$p=Lo(),UZ=Hc(),ie=iI(),D=on(),zZ=sI(),nt=Ep(),WZ=je.resolve,{O_SYMLINK:cI,F_OK:p_,R_OK:HZ,W_OK:VZ,X_OK:GZ,COPYFILE_EXCL:ZZ,COPYFILE_FICLONE_FORCE:KZ}=LZ.constants,wne=je.posix?je.posix.sep:je.sep,Ip=je.posix?je.posix.relative:je.relative,m_=je.posix?je.posix.join:je.join,fI=je.posix?je.posix.dirname:je.dirname,uI=je.posix?je.posix.normalize:je.normalize,JZ=128;function YZ(t){return(0,nt.filenameToSteps)((0,D.pathToFilename)(t))}u(YZ,"pathToSteps");function XZ(t,e=cs.ENCODING_UTF8){return Wo.Buffer.isBuffer(t)?t.toString(e):t instanceof Uint8Array?(0,Wo.bufferFrom)(t).toString(e):String(t)}u(XZ,"dataToStr");function Ht(t){if(typeof t=="string"&&+t==t)return+t;if(t instanceof Date)return t.getTime()/1e3;if(isFinite(t))return t<0?Date.now()/1e3:t;throw new Error("Cannot parse time: "+t)}u(Ht,"toUnixTimestamp");function Uo(t){if(typeof t!="number")throw TypeError($p.ERRSTR.UID)}u(Uo,"validateUid");function zo(t){if(typeof t!="number")throw TypeError($p.ERRSTR.GID)}u(zo,"validateGid");var y_=class y_{get promises(){if(this.promisesApi===null)throw new Error("Promise is not supported in this environment.");return this.promisesApi}constructor(e=new w_.Superblock){this._core=e,this.promisesApi=new jZ.FsPromises(this,MZ.FileHandle),this.openSync=(c,o,f=438)=>{let h=(0,D.modeToNumber)(f),d=(0,D.pathToFilename)(c),p=(0,D.flagsToNumber)(o);return this._core.open(d,p,h,!(p&cI))},this.open=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&(d=438,p=f),d=d||438;let m=(0,D.modeToNumber)(d),w=(0,D.pathToFilename)(c),g=(0,D.flagsToNumber)(o);this.wrapAsync(this._core.open,[w,g,m,!(g&cI)],p)},this.closeSync=c=>{this._core.close(c)},this.close=(c,o)=>{(0,nt.validateFd)(c);let f=this._core.getFileByFdOrThrow(c,"close");this.wrapAsync(this._core.close,[f.fd],o)},this.readSync=(c,o,f,h,d)=>((0,nt.validateFd)(c),this._core.read(c,o,f,h,d)),this.read=(c,o,f,h,d,p)=>{if((0,D.validateCallback)(p),h===0)return(0,Mp.default)(()=>{p&&p(null,0,o)});Promise.resolve().then(()=>{try{let m=this._core.read(c,o,f,h,d);p(null,m,o)}catch(m){p(m)}})},this.readv=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&([d,p]=[null,f]),(0,D.validateCallback)(p),Promise.resolve().then(()=>{try{let m=this._core.readv(c,o,d);p(null,m,o)}catch(m){p(m)}})},this.readvSync=(c,o,f)=>((0,nt.validateFd)(c),this._core.readv(c,o,f??null)),this._readfile=(c,o,f)=>{let h,p=typeof c=="number"&&(0,nt.isFd)(c),m;if(p)m=c;else{let w=(0,D.pathToFilename)(c),g=String(c),b=g.length>1&&g.endsWith("/"),_=this._core.getResolvedLinkOrThrow(w,"open"),S=_.getNode();if(S.isDirectory())throw(0,D.createError)("EISDIR","open",_.getPath());if(b&&S.isFile())throw(0,D.createError)("ENOTDIR","open",g);m=this.openSync(c,o)}try{h=(0,D.bufferToEncoding)(this._core.getFileByFdOrThrow(m).getBuffer(),f)}finally{p||this.closeSync(m)}return h},this.readFileSync=(c,o)=>{let f=(0,ie.getReadFileOptions)(o),h=(0,D.flagsToNumber)(f.flag);return this._readfile(c,h,f.encoding)},this.readFile=(c,o,f)=>{let[h,d]=(0,ie.optsAndCbGenerator)(ie.getReadFileOptions)(o,f),p=(0,D.flagsToNumber)(h.flag);this.wrapAsync(this._readfile,[c,p,h.encoding],d)},this.writeSync=(c,o,f,h,d)=>{let[,p,m,w,g]=(0,D.getWriteSyncArgs)(c,o,f,h,d);return this._write(c,p,m,w,g)},this.write=(c,o,f,h,d,p)=>{let[,m,w,g,b,_,S]=(0,D.getWriteArgs)(c,o,f,h,d,p);Promise.resolve().then(()=>{try{let F=this._write(c,w,g,b,_);m?S(null,F,o):S(null,F,w)}catch(F){S(F)}})},this.writev=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&([d,p]=[null,f]),(0,D.validateCallback)(p),Promise.resolve().then(()=>{try{let m=this.writevBase(c,o,d);p(null,m,o)}catch(m){p(m)}})},this.writevSync=(c,o,f)=>((0,nt.validateFd)(c),this.writevBase(c,o,f??null)),this.writeFileSync=(c,o,f)=>{let h=(0,ie.getWriteFileOptions)(f),d=(0,D.flagsToNumber)(h.flag),p=(0,D.modeToNumber)(h.mode),m=(0,nt.dataToBuffer)(o,h.encoding);this._core.writeFile(c,m,d,p)},this.writeFile=(c,o,f,h)=>{let d=f,p=h;typeof f=="function"&&([d,p]=[ie.writeFileDefaults,f]);let m=(0,D.validateCallback)(p),w=(0,ie.getWriteFileOptions)(d),g=(0,D.flagsToNumber)(w.flag),b=(0,D.modeToNumber)(w.mode),_=(0,nt.dataToBuffer)(o,w.encoding);this.wrapAsync(this._core.writeFile,[c,_,g,b],m)},this.copyFileSync=(c,o,f)=>{let h=(0,D.pathToFilename)(c),d=(0,D.pathToFilename)(o);return this._copyFile(h,d,(f||0)|0)},this.copyFile=(c,o,f,h)=>{let d=(0,D.pathToFilename)(c),p=(0,D.pathToFilename)(o),m,w;typeof f=="function"?[m,w]=[0,f]:[m,w]=[f,h],(0,D.validateCallback)(w),this.wrapAsync(this._copyFile,[d,p,m],w)},this._cp=(c,o,f)=>{if(f.filter&&!f.filter(c,o))return;let h=f.dereference?this.statSync(c):this.lstatSync(c),d=null;try{d=this.lstatSync(o)}catch(p){if(p.code!=="ENOENT")throw p}if(d&&h.ino===d.ino&&h.dev===d.dev)throw(0,D.createError)("EINVAL","cp",c,o);if(d){if(h.isDirectory()&&!d.isDirectory())throw(0,D.createError)("EISDIR","cp",c,o);if(!h.isDirectory()&&d.isDirectory())throw(0,D.createError)("ENOTDIR","cp",c,o)}if(h.isDirectory()&&this.isSrcSubdir(c,o))throw(0,D.createError)("EINVAL","cp",c,o);{let p=fI(o);this.existsSync(p)||this.mkdirSync(p,{recursive:!0})}if(h.isDirectory()){if(!f.recursive)throw(0,D.createError)("EISDIR","cp",c);this.cpDirSync(h,d,c,o,f)}else if(h.isFile()||h.isCharacterDevice()||h.isBlockDevice())this.cpFileSync(h,d,c,o,f);else if(h.isSymbolicLink()&&!f.dereference)this.cpSymlinkSync(d,c,o,f);else throw(0,D.createError)("EINVAL","cp",c)},this.linkSync=(c,o)=>{let f=(0,D.pathToFilename)(c),h=(0,D.pathToFilename)(o);this._core.link(f,h)},this.link=(c,o,f)=>{let h=(0,D.pathToFilename)(c),d=(0,D.pathToFilename)(o);this.wrapAsync(this._core.link,[h,d],f)},this.unlinkSync=c=>{let o=(0,D.pathToFilename)(c);this._core.unlink(o)},this.unlink=(c,o)=>{let f=(0,D.pathToFilename)(c);this.wrapAsync(this._core.unlink,[f],o)},this.symlinkSync=(c,o,f)=>{let h=(0,D.pathToFilename)(c),d=(0,D.pathToFilename)(o);this._core.symlink(h,d)},this.symlink=(c,o,f,h)=>{let d=(0,D.validateCallback)(typeof f=="function"?f:h),p=(0,D.pathToFilename)(c),m=(0,D.pathToFilename)(o);this.wrapAsync(this._core.symlink,[p,m],d)},this._lstat=(c,o=!1,f=!1)=>{let h;try{h=this._core.getLinkOrThrow(c,"lstat")}catch(d){if(d.code==="ENOENT"&&!f)return;throw d}return d_.default.build(h.getNode(),o)},this.lstatSync=(c,o)=>{let{throwIfNoEntry:f=!0,bigint:h=!1}=(0,ie.getStatOptions)(o);return this._lstat((0,D.pathToFilename)(c),h,f)},this.renameSync=(c,o)=>{let f=(0,D.pathToFilename)(c),h=(0,D.pathToFilename)(o);this._core.rename(f,h)},this.rename=(c,o,f)=>{let h=(0,D.pathToFilename)(c),d=(0,D.pathToFilename)(o);this.wrapAsync(this._core.rename,[h,d],f)},this.existsSync=c=>{try{return this._exists((0,D.pathToFilename)(c))}catch{return!1}},this.exists=(c,o)=>{let f=(0,D.pathToFilename)(c);if(typeof o!="function")throw Error($p.ERRSTR.CB);Promise.resolve().then(()=>{try{o(this._exists(f))}catch{o(!1)}})},this.accessSync=(c,o=p_)=>{let f=(0,D.pathToFilename)(c);o=o|0,this._access(f,o)},this.access=(c,o,f)=>{let h=p_,d;typeof o!="function"?[h,d]=[o|0,(0,D.validateCallback)(f)]:d=o;let p=(0,D.pathToFilename)(c);this.wrapAsync(this._access,[p,h],d)},this.appendFileSync=(c,o,f)=>{let h=(0,ie.getAppendFileOpts)(f);(!h.flag||(0,nt.isFd)(c))&&(h.flag="a"),this.writeFileSync(c,o,h)},this.appendFile=(c,o,f,h)=>{let[d,p]=(0,ie.getAppendFileOptsAndCb)(f,h);(!d.flag||(0,nt.isFd)(c))&&(d.flag="a"),this.writeFile(c,o,d,p)},this._readdir=(c,o)=>{let f=(0,nt.filenameToSteps)(c),h=this._core.getResolvedLinkOrThrow(c,"scandir"),d=h.getNode();if(!d.isDirectory())throw(0,D.createError)("ENOTDIR","scandir",c);if(!d.canRead())throw(0,D.createError)("EACCES","scandir",c);let p=[];for(let w of h.children.keys()){let g=h.getChild(w);if(!(!g||w==="."||w==="..")&&(p.push(IZ.default.build(g,o.encoding)),o.recursive&&g.children.size)){let b={...o,recursive:!0,withFileTypes:!0},_=this._readdir(g.getPath(),b);p.push(..._)}}if(!nt.isWin&&o.encoding!=="buffer"&&p.sort((w,g)=>w.name<g.name?-1:w.name>g.name?1:0),o.withFileTypes)return p;let m=c;return nt.isWin&&(m=m.replace(/\\/g,"/")),p.map(w=>{if(o.recursive){let g=m_(w.parentPath,w.name.toString());return nt.isWin&&(g=g.replace(/\\/g,"/")),g.replace(m+je.posix.sep,"")}return w.name})},this.readdirSync=(c,o)=>{let f=(0,ie.getReaddirOptions)(o),h=(0,D.pathToFilename)(c);return this._readdir(h,f)},this.readdir=(c,o,f)=>{let[h,d]=(0,ie.getReaddirOptsAndCb)(o,f),p=(0,D.pathToFilename)(c);this.wrapAsync(this._readdir,[p,h],d)},this._readlink=(c,o)=>{let h=this._core.getLinkOrThrow(c,"readlink").getNode();if(!h.isSymlink())throw(0,D.createError)("EINVAL","readlink",c);return(0,cs.strToEncoding)(h.symlink,o)},this.readlinkSync=(c,o)=>{let f=(0,ie.getDefaultOpts)(o),h=(0,D.pathToFilename)(c);return this._readlink(h,f.encoding)},this.readlink=(c,o,f)=>{let[h,d]=(0,ie.getDefaultOptsAndCb)(o,f),p=(0,D.pathToFilename)(c);this.wrapAsync(this._readlink,[p,h.encoding],d)},this._fsync=c=>{this._core.getFileByFdOrThrow(c,"fsync")},this.fsyncSync=c=>{this._fsync(c)},this.fsync=(c,o)=>{this.wrapAsync(this._fsync,[c],o)},this._fdatasync=c=>{this._core.getFileByFdOrThrow(c,"fdatasync")},this.fdatasyncSync=c=>{this._fdatasync(c)},this.fdatasync=(c,o)=>{this.wrapAsync(this._fdatasync,[c],o)},this._ftruncate=(c,o)=>{this._core.getFileByFdOrThrow(c,"ftruncate").truncate(o)},this.ftruncateSync=(c,o)=>{this._ftruncate(c,o)},this.ftruncate=(c,o,f)=>{let h=typeof o=="number"?o:0,d=(0,D.validateCallback)(typeof o=="number"?f:o);this.wrapAsync(this._ftruncate,[c,h],d)},this._truncate=(c,o)=>{let f=this.openSync(c,"r+");try{this.ftruncateSync(f,o)}finally{this.closeSync(f)}},this.truncateSync=(c,o)=>{if((0,nt.isFd)(c))return this.ftruncateSync(c,o);this._truncate(c,o)},this.truncate=(c,o,f)=>{let h=typeof o=="number"?o:0,d=(0,D.validateCallback)(typeof o=="number"?f:o);if((0,nt.isFd)(c))return this.ftruncate(c,h,d);this.wrapAsync(this._truncate,[c,h],d)},this._futimes=(c,o,f)=>{let d=this._core.getFileByFdOrThrow(c,"futimes").node;d.atime=new Date(o*1e3),d.mtime=new Date(f*1e3)},this.futimesSync=(c,o,f)=>{this._futimes(c,Ht(o),Ht(f))},this.futimes=(c,o,f,h)=>{this.wrapAsync(this._futimes,[c,Ht(o),Ht(f)],h)},this._utimes=(c,o,f,h=!0)=>{let d=this._core,m=(h?d.getResolvedLinkOrThrow(c,"utimes"):d.getLinkOrThrow(c,"lutimes")).getNode();m.atime=new Date(o*1e3),m.mtime=new Date(f*1e3)},this.utimesSync=(c,o,f)=>{this._utimes((0,D.pathToFilename)(c),Ht(o),Ht(f),!0)},this.utimes=(c,o,f,h)=>{this.wrapAsync(this._utimes,[(0,D.pathToFilename)(c),Ht(o),Ht(f),!0],h)},this.lutimesSync=(c,o,f)=>{this._utimes((0,D.pathToFilename)(c),Ht(o),Ht(f),!1)},this.lutimes=(c,o,f,h)=>{this.wrapAsync(this._utimes,[(0,D.pathToFilename)(c),Ht(o),Ht(f),!1],h)},this.mkdirSync=(c,o)=>{let f=(0,ie.getMkdirOptions)(o),h=(0,D.modeToNumber)(f.mode,511),d=(0,D.pathToFilename)(c);if(f.recursive)return this._core.mkdirp(d,h);this._core.mkdir(d,h)},this.mkdir=(c,o,f)=>{let h=(0,ie.getMkdirOptions)(o),d=(0,D.validateCallback)(typeof o=="function"?o:f),p=(0,D.modeToNumber)(h.mode,511),m=(0,D.pathToFilename)(c);h.recursive?this.wrapAsync(this._core.mkdirp,[m,p],d):this.wrapAsync(this._core.mkdir,[m,p],d)},this._mkdtemp=(c,o,f=5)=>{let h=c+(0,D.genRndStr6)();try{return this._core.mkdir(h,511),(0,cs.strToEncoding)(h,o)}catch(d){if(d.code==="EEXIST"){if(f>1)return this._mkdtemp(c,o,f-1);throw Error("Could not create temp dir.")}else throw d}},this.mkdtempSync=(c,o)=>{let{encoding:f}=(0,ie.getDefaultOpts)(o);if(!c||typeof c!="string")throw new TypeError("filename prefix is required");return(0,D.nullCheck)(c),this._mkdtemp(c,f)},this.mkdtemp=(c,o,f)=>{let[{encoding:h},d]=(0,ie.getDefaultOptsAndCb)(o,f);if(!c||typeof c!="string")throw new TypeError("filename prefix is required");(0,D.nullCheck)(c)&&this.wrapAsync(this._mkdtemp,[c,h],d)},this.rmdirSync=(c,o)=>{let f=(0,ie.getRmdirOptions)(o);this._core.rmdir((0,D.pathToFilename)(c),f.recursive)},this.rmdir=(c,o,f)=>{let h=(0,ie.getRmdirOptions)(o),d=(0,D.validateCallback)(typeof o=="function"?o:f);this.wrapAsync(this._core.rmdir,[(0,D.pathToFilename)(c),h.recursive],d)},this.rmSync=(c,o)=>{this._core.rm((0,D.pathToFilename)(c),o?.force,o?.recursive)},this.rm=(c,o,f)=>{let[h,d]=(0,ie.getRmOptsAndCb)(o,f);this.wrapAsync(this._core.rm,[(0,D.pathToFilename)(c),h?.force,h?.recursive],d)},this._fchmod=(c,o)=>{this._core.getFileByFdOrThrow(c,"fchmod").chmod(o)},this.fchmodSync=(c,o)=>{this._fchmod(c,(0,D.modeToNumber)(o))},this.fchmod=(c,o,f)=>{this.wrapAsync(this._fchmod,[c,(0,D.modeToNumber)(o)],f)},this._chmod=(c,o,f=!0)=>{(f?this._core.getResolvedLinkOrThrow(c,"chmod"):this._core.getLinkOrThrow(c,"chmod")).getNode().chmod(o)},this.chmodSync=(c,o)=>{let f=(0,D.modeToNumber)(o),h=(0,D.pathToFilename)(c);this._chmod(h,f,!0)},this.chmod=(c,o,f)=>{let h=(0,D.modeToNumber)(o),d=(0,D.pathToFilename)(c);this.wrapAsync(this._chmod,[d,h],f)},this._lchmod=(c,o)=>{this._chmod(c,o,!1)},this.lchmodSync=(c,o)=>{let f=(0,D.modeToNumber)(o),h=(0,D.pathToFilename)(c);this._lchmod(h,f)},this.lchmod=(c,o,f)=>{let h=(0,D.modeToNumber)(o),d=(0,D.pathToFilename)(c);this.wrapAsync(this._lchmod,[d,h],f)},this._fchown=(c,o,f)=>{this._core.getFileByFdOrThrow(c,"fchown").chown(o,f)},this.fchownSync=(c,o,f)=>{Uo(o),zo(f),this._fchown(c,o,f)},this.fchown=(c,o,f,h)=>{Uo(o),zo(f),this.wrapAsync(this._fchown,[c,o,f],h)},this._chown=(c,o,f)=>{this._core.getResolvedLinkOrThrow(c,"chown").getNode().chown(o,f)},this.chownSync=(c,o,f)=>{Uo(o),zo(f),this._chown((0,D.pathToFilename)(c),o,f)},this.chown=(c,o,f,h)=>{Uo(o),zo(f),this.wrapAsync(this._chown,[(0,D.pathToFilename)(c),o,f],h)},this._lchown=(c,o,f)=>{this._core.getLinkOrThrow(c,"lchown").getNode().chown(o,f)},this.lchownSync=(c,o,f)=>{Uo(o),zo(f),this._lchown((0,D.pathToFilename)(c),o,f)},this.lchown=(c,o,f,h)=>{Uo(o),zo(f),this.wrapAsync(this._lchown,[(0,D.pathToFilename)(c),o,f],h)},this.statWatchers={},this.cpSync=(c,o,f)=>{let h=(0,D.pathToFilename)(c),d=(0,D.pathToFilename)(o),p={dereference:f?.dereference??!1,errorOnExist:f?.errorOnExist??!1,filter:f?.filter,force:f?.force??!0,mode:f?.mode??0,preserveTimestamps:f?.preserveTimestamps??!1,recursive:f?.recursive??!1,verbatimSymlinks:f?.verbatimSymlinks??!1};return this._cp(h,d,p)},this.cp=(c,o,f,h)=>{let d=(0,D.pathToFilename)(c),p=(0,D.pathToFilename)(o),m,w;typeof f=="function"?[m,w]=[{},f]:[m,w]=[f||{},h],(0,D.validateCallback)(w);let g={dereference:m?.dereference??!1,errorOnExist:m?.errorOnExist??!1,filter:m?.filter,force:m?.force??!0,mode:m?.mode??0,preserveTimestamps:m?.preserveTimestamps??!1,recursive:m?.recursive??!1,verbatimSymlinks:m?.verbatimSymlinks??!1};this.wrapAsync(this._cp,[d,p,g],w)},this.openAsBlob=async(c,o)=>{let f=(0,D.pathToFilename)(c),h;try{h=this._core.getResolvedLinkOrThrow(f,"open")}catch(w){throw w&&typeof w=="object"&&w.code==="ENOENT"?new UZ.TypeError("ERR_INVALID_ARG_VALUE"):w}let p=h.getNode().getBuffer(),m=o?.type||"";return new Blob([p],{type:m})},this.glob=(c,...o)=>{let[f,h]=o.length===1?[{},o[0]]:[o[0],o[1]];this.wrapAsync(this._globSync,[c,f||{}],h)},this.globSync=(c,o={})=>this._globSync(c,o),this._globSync=(c,o={})=>{let{globSync:f}=lI();return f(this,c,o)},this._opendir=(c,o)=>{let f=this._core.getResolvedLinkOrThrow(c,"scandir");if(!f.getNode().isDirectory())throw(0,D.createError)("ENOTDIR","scandir",c);return new zZ.Dir(f,o)},this.opendirSync=(c,o)=>{let f=(0,ie.getOpendirOptions)(o),h=(0,D.pathToFilename)(c);return this._opendir(h,f)},this.opendir=(c,o,f)=>{let[h,d]=(0,ie.getOpendirOptsAndCb)(o,f),p=(0,D.pathToFilename)(c);this.wrapAsync(this._opendir,[p,h],d)};let r=this;this.StatWatcher=class extends Bp{constructor(){super(r)}};let i=Hr;this.ReadStream=class extends i{constructor(...c){super(r,...c)}};let n=or;this.WriteStream=class extends n{constructor(...c){super(r,...c)}},this.FSWatcher=class extends Lp{constructor(){super(r)}};let s=u((c,o)=>{let f=this._core.getResolvedLinkOrThrow(c,"realpath");return(0,cs.strToEncoding)(f.getPath()||"/",o)},"_realpath"),a=u((c,o,f)=>{let[h,d]=(0,ie.getRealpathOptsAndCb)(o,f),p=(0,D.pathToFilename)(c);r.wrapAsync(s,[p,h.encoding],d)},"realpathImpl"),l=u((c,o)=>s((0,D.pathToFilename)(c),(0,ie.getRealpathOptions)(o).encoding),"realpathSyncImpl");this.realpath=a,this.realpath.native=a,this.realpathSync=l,this.realpathSync.native=l}wrapAsync(e,r,i){(0,D.validateCallback)(i),Promise.resolve().then(()=>{let n;try{n=e.apply(this,r)}catch(s){i(s);return}i(null,n)})}toTree(e={separator:je.sep}){return(0,qZ.toTreeSync)(this,e)}reset(){this._core.reset()}toJSON(e,r={},i=!1,n=!1){return this._core.toJSON(e,r,i,n)}fromJSON(e,r){return this._core.fromJSON(e,r)}fromNestedJSON(e,r){return this._core.fromNestedJSON(e,r)}mountSync(e,r){this._core.fromJSON(r,e)}_write(e,r,i,n,s){let a=this._core.getFileByFdOrThrow(e,"write");if(a.node.isSymlink())throw(0,D.createError)("EBADF","write",a.link.getPath());return a.write(r,i,n,s===-1||typeof s!="number"?void 0:s)}writevBase(e,r,i){let n=this._core.getFileByFdOrThrow(e),s=i??void 0;s===-1&&(s=void 0);let a=0;for(let l of r){let c=Wo.Buffer.from(l.buffer,l.byteOffset,l.byteLength),o=n.write(c,0,c.byteLength,s);if(s=void 0,a+=o,o<c.byteLength)break}return a}_copyFile(e,r,i){let n=this.readFileSync(e);if(i&ZZ&&this.existsSync(r))throw(0,D.createError)("EEXIST","copyFile",e,r);if(i&KZ)throw(0,D.createError)("ENOSYS","copyFile",e,r);this._core.writeFile(r,n,$p.FLAGS.w,438)}isSrcSubdir(e,r){try{let i=uI(e.startsWith("/")?e:"/"+e),n=uI(r.startsWith("/")?r:"/"+r);if(i===n)return!0;let s=Ip(i,n);return s===""||!s.startsWith("..")&&!(0,je.isAbsolute)(s)}catch{return!1}}cpFileSync(e,r,i,n,s){if(r){if(s.errorOnExist)throw(0,D.createError)("EEXIST","cp",n);if(!s.force)return;this.unlinkSync(n)}this.copyFileSync(i,n,s.mode),s.preserveTimestamps&&this.utimesSync(n,e.atime,e.mtime),this.chmodSync(n,Number(e.mode))}cpDirSync(e,r,i,n,s){r||this.mkdirSync(n);let a=this.readdirSync(i);for(let l of a){let c=m_(i,String(l)),o=m_(n,String(l));s.filter&&!s.filter(c,o)||this._cp(c,o,s)}this.chmodSync(n,Number(e.mode))}cpSymlinkSync(e,r,i,n){let s=String(this.readlinkSync(r));!n.verbatimSymlinks&&!(0,je.isAbsolute)(s)&&(s=WZ(fI(r),s)),e&&this.unlinkSync(i),this.symlinkSync(s,i)}lstat(e,r,i){let[{throwIfNoEntry:n=!0,bigint:s=!1},a]=(0,ie.getStatOptsAndCb)(r,i);this.wrapAsync(this._lstat,[(0,D.pathToFilename)(e),s,n],a)}_stat(e,r=!1,i=!0){let n;try{n=this._core.getResolvedLinkOrThrow(e,"stat")}catch(s){if(s.code==="ENOENT"&&!i)return;throw s}return d_.default.build(n.getNode(),r)}statSync(e,r){let{bigint:i=!0,throwIfNoEntry:n=!0}=(0,ie.getStatOptions)(r);return this._stat((0,D.pathToFilename)(e),i,n)}stat(e,r,i){let[{bigint:n=!1,throwIfNoEntry:s=!0},a]=(0,ie.getStatOptsAndCb)(r,i);this.wrapAsync(this._stat,[(0,D.pathToFilename)(e),n,s],a)}fstatBase(e,r=!1){let i=this._core.getFileByFd(e);if(!i)throw(0,D.createError)("EBADF","fstat");return d_.default.build(i.node,r)}fstatSync(e,r){return this.fstatBase(e,(0,ie.getStatOptions)(r).bigint)}fstat(e,r,i){let[n,s]=(0,ie.getStatOptsAndCb)(r,i);this.wrapAsync(this.fstatBase,[e,n.bigint],s)}_exists(e){return!!this._stat(e)}_access(e,r){let n=this._core.getLinkOrThrow(e,"access").getNode();if(r!==p_&&(r&HZ&&!n.canRead()||r&VZ&&!n.canWrite()||r&GZ&&!n.canExecute()))throw(0,D.createError)("EACCES","access",e)}watchFile(e,r,i){let n=(0,D.pathToFilename)(e),s=r,a=i;if(typeof s=="function"&&(a=r,s=null),typeof a!="function")throw Error('"watchFile()" requires a listener function');let l=5007,c=!0;s&&typeof s=="object"&&(typeof s.interval=="number"&&(l=s.interval),typeof s.persistent=="boolean"&&(c=s.persistent));let o=this.statWatchers[n];return o||(o=new this.StatWatcher,o.start(n,c,l),this.statWatchers[n]=o),o.addListener("change",a),o}unwatchFile(e,r){let i=(0,D.pathToFilename)(e),n=this.statWatchers[i];n&&(typeof r=="function"?n.removeListener("change",r):n.removeAllListeners("change"),n.listenerCount("change")===0&&(n.stop(),delete this.statWatchers[i]))}createReadStream(e,r){return new this.ReadStream(e,r)}createWriteStream(e,r){return new this.WriteStream(e,r)}watch(e,r,i){let n=(0,D.pathToFilename)(e),s=r;typeof r=="function"&&(i=r,s=null);let{persistent:a,recursive:l,encoding:c}=(0,ie.getDefaultOpts)(s);a===void 0&&(a=!0),l===void 0&&(l=!1);let o=new this.FSWatcher;return o.start(n,a,l,c),i&&o.addListener("change",i),o}_statfs(e,r=!1){return this._core.getResolvedLinkOrThrow(e,"statfs"),$Z.default.build(this._core,r)}statfsSync(e,r){let{bigint:i=!1}=(0,ie.getStatfsOptions)(r);return this._statfs((0,D.pathToFilename)(e),i)}statfs(e,r,i){let[{bigint:n=!1},s]=(0,ie.getStatfsOptsAndCb)(r,i);this.wrapAsync(this._statfs,[(0,D.pathToFilename)(e),n],s)}};u(y_,"Volume");var fs=y_;Vt.Volume=fs;fs.fromJSON=(t,e)=>new fs(w_.Superblock.fromJSON(t,e));fs.fromNestedJSON=(t,e)=>new fs(w_.Superblock.fromNestedJSON(t,e));function QZ(t){t.emit("stop")}u(QZ,"emitStop");var g_=class g_ extends hI.EventEmitter{constructor(e){super(),this.onInterval=()=>{try{let r=this.vol.statSync(this.filename);this.hasChanged(r)&&(this.emit("change",r,this.prev),this.prev=r)}finally{this.loop()}},this.vol=e}loop(){this.timeoutRef=this.setTimeout(this.onInterval,this.interval)}hasChanged(e){return e.mtimeMs>this.prev.mtimeMs||e.nlink!==this.prev.nlink}start(e,r=!0,i=5007){this.filename=(0,D.pathToFilename)(e),this.setTimeout=r?setTimeout.bind(globalThis):BZ.default,this.interval=i,this.prev=this.vol.statSync(this.filename),this.loop()}stop(){clearTimeout(this.timeoutRef),(0,Mp.default)(()=>{QZ.call(this,this)})}};u(g_,"StatWatcher");var Bp=g_;Vt.StatWatcher=Bp;var ar;function eK(t){ar=(0,Wo.bufferAllocUnsafe)(t),ar.used=0}u(eK,"allocNewPool");(0,dI.inherits)(Hr,jp.Readable);Vt.ReadStream=Hr;function Hr(t,e,r){if(!(this instanceof Hr))return new Hr(t,e,r);if(this._vol=t,r=Object.assign({},(0,ie.getOptions)(r,{})),r.highWaterMark===void 0&&(r.highWaterMark=64*1024),jp.Readable.call(this,r),this.path=(0,D.pathToFilename)(e),this.fd=r.fd===void 0?null:typeof r.fd!="number"?r.fd.fd:r.fd,this.flags=r.flags===void 0?"r":r.flags,this.mode=r.mode===void 0?438:r.mode,this.start=r.start,this.end=r.end,this.autoClose=r.autoClose===void 0?!0:r.autoClose,this.pos=void 0,this.bytesRead=0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw new TypeError('"end" option must be a Number');if(this.start>this.end)throw new Error('"start" option must be <= "end" option');this.pos=this.start}typeof this.fd!="number"&&this.open(),this.on("end",function(){this.autoClose&&this.destroy&&this.destroy()})}u(Hr,"FsReadStream");Hr.prototype.open=function(){var t=this;this._vol.open(this.path,this.flags,this.mode,(e,r)=>{if(e){t.autoClose&&t.destroy&&t.destroy(),t.emit("error",e);return}t.fd=r,t.emit("open",r),t.read()})};Hr.prototype._read=function(t){if(typeof this.fd!="number")return this.once("open",function(){this._read(t)});if(this.destroyed)return;(!ar||ar.length-ar.used<JZ)&&eK(this._readableState.highWaterMark);var e=ar,r=Math.min(ar.length-ar.used,t),i=ar.used;if(this.pos!==void 0&&(r=Math.min(this.end-this.pos+1,r)),r<=0)return this.push(null);var n=this;this._vol.read(this.fd,ar,ar.used,r,this.pos,s),this.pos!==void 0&&(this.pos+=r),ar.used+=r;function s(a,l){if(a)n.autoClose&&n.destroy&&n.destroy(),n.emit("error",a);else{var c=null;l>0&&(n.bytesRead+=l,c=e.slice(i,i+l)),n.push(c)}}u(s,"onread")};Hr.prototype._destroy=function(t,e){this.close(r=>{e(t||r)})};Hr.prototype.close=function(t){if(t&&this.once("close",t),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",pI);return}return(0,Mp.default)(()=>this.emit("close"))}typeof this._readableState?.closed=="boolean"?this._readableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};function pI(t){this.close()}u(pI,"closeOnOpen");(0,dI.inherits)(or,jp.Writable);Vt.WriteStream=or;function or(t,e,r){if(!(this instanceof or))return new or(t,e,r);if(this._vol=t,r=Object.assign({},(0,ie.getOptions)(r,{})),jp.Writable.call(this,r),this.path=(0,D.pathToFilename)(e),this.fd=r.fd===void 0?null:typeof r.fd!="number"?r.fd.fd:r.fd,this.flags=r.flags===void 0?"w":r.flags,this.mode=r.mode===void 0?438:r.mode,this.start=r.start,this.autoClose=r.autoClose===void 0?!0:!!r.autoClose,this.pos=void 0,this.bytesWritten=0,this.pending=!0,this.start!==void 0){if(typeof this.start!="number")throw new TypeError('"start" option must be a Number');if(this.start<0)throw new Error('"start" must be >= zero');this.pos=this.start}r.encoding&&this.setDefaultEncoding(r.encoding),typeof this.fd!="number"&&this.open(),this.once("finish",function(){this.autoClose&&this.close()})}u(or,"FsWriteStream");or.prototype.open=function(){this._vol.open(this.path,this.flags,this.mode,function(t,e){if(t){this.autoClose&&this.destroy&&this.destroy(),this.emit("error",t);return}this.fd=e,this.pending=!1,this.emit("open",e)}.bind(this))};or.prototype._write=function(t,e,r){if(!(t instanceof Wo.Buffer||t instanceof Uint8Array))return this.emit("error",new Error("Invalid data"));if(typeof this.fd!="number")return this.once("open",function(){this._write(t,e,r)});var i=this;this._vol.write(this.fd,t,0,t.length,this.pos,(n,s)=>{if(n)return i.autoClose&&i.destroy&&i.destroy(),r(n);i.bytesWritten+=s,r()}),this.pos!==void 0&&(this.pos+=t.length)};or.prototype._writev=function(t,e){if(typeof this.fd!="number")return this.once("open",function(){this._writev(t,e)});let r=this,i=t.length,n=new Array(i);for(var s=0,a=0;a<i;a++){var l=t[a].chunk;n[a]=l,s+=l.length}let c=Wo.Buffer.concat(n);this._vol.write(this.fd,c,0,c.length,this.pos,(o,f)=>{if(o)return r.destroy&&r.destroy(),e(o);r.bytesWritten+=f,e()}),this.pos!==void 0&&(this.pos+=s)};or.prototype.close=function(t){if(t&&this.once("close",t),this.closed||typeof this.fd!="number"){if(typeof this.fd!="number"){this.once("open",pI);return}return(0,Mp.default)(()=>this.emit("close"))}typeof this._writableState?.closed=="boolean"?this._writableState.closed=!0:this.closed=!0,this._vol.close(this.fd,e=>{e?this.emit("error",e):this.emit("close")}),this.fd=null};or.prototype._destroy=Hr.prototype._destroy;or.prototype.destroySoon=or.prototype.end;var b_=class b_ extends hI.EventEmitter{constructor(e){super(),this._filename="",this._filenameEncoded="",this._recursive=!1,this._encoding=cs.ENCODING_UTF8,this._listenerRemovers=new Map,this._onParentChild=r=>{r.getName()===this._getName()&&this._emit("rename")},this._emit=r=>{this.emit("change",r,this._filenameEncoded)},this._persist=()=>{this._timer=setTimeout(this._persist,1e6)},this._vol=e}_getName(){return this._steps[this._steps.length-1]}start(e,r=!0,i=!1,n=cs.ENCODING_UTF8){this._filename=(0,D.pathToFilename)(e),this._steps=(0,nt.filenameToSteps)(this._filename),this._filenameEncoded=(0,cs.strToEncoding)(this._filename),this._recursive=i,this._encoding=n;try{this._link=this._vol._core.getLinkOrThrow(this._filename,"FSWatcher")}catch(c){let o=new Error(`watch ${this._filename} ${c.code}`);throw o.code=c.code,o.errno=c.code,o}let s=u(c=>{let o=c.getPath(),f=c.getNode(),h=u(()=>{let m=Ip(this._filename,o);return m||(m=this._getName()),this.emit("change","change",m)},"onNodeChange"),d=f.changes.listen(([m])=>{m==="modify"&&h()}),p=this._listenerRemovers.get(f.ino)??[];p.push(()=>d()),this._listenerRemovers.set(f.ino,p)},"watchLinkNodeChanged"),a=u(c=>{let o=c.getNode(),f=u(m=>{this.emit("change","rename",Ip(this._filename,m.getPath())),s(m),a(m)},"onLinkChildAdd"),h=u(m=>{let w=u(g=>{let b=g.getNode().ino,_=this._listenerRemovers.get(b);_&&(_.forEach(S=>S()),this._listenerRemovers.delete(b));for(let[S,F]of g.children.entries())F&&S!=="."&&S!==".."&&w(F)},"removeLinkNodeListeners");w(m),this.emit("change","rename",Ip(this._filename,m.getPath()))},"onLinkChildDelete");for(let[m,w]of c.children.entries())w&&m!=="."&&m!==".."&&s(w);let d=c.changes.listen(([m,w])=>{m==="child:add"?f(w):m==="child:del"&&h(w)});if((this._listenerRemovers.get(o.ino)??[]).push(()=>{d()}),i)for(let[m,w]of c.children.entries())w&&m!=="."&&m!==".."&&a(w)},"watchLinkChildrenChanged");s(this._link),a(this._link);let l=this._link.parent;l&&l.changes.listen(([c,o])=>{c==="child:del"&&this._onParentChild(o)}),r&&this._persist()}close(){clearTimeout(this._timer),this._listenerRemovers.forEach(e=>{e.forEach(r=>r())}),this._listenerRemovers.clear(),this._parentChangesUnsub?.()}};u(b_,"FSWatcher");var Lp=b_;Vt.FSWatcher=Lp});var wI=x(qp=>{"use strict";Object.defineProperty(qp,"__esModule",{value:!0});qp.fsSynchronousApiList=void 0;qp.fsSynchronousApiList=["accessSync","appendFileSync","chmodSync","chownSync","closeSync","copyFileSync","existsSync","fchmodSync","fchownSync","fdatasyncSync","fstatSync","fsyncSync","ftruncateSync","futimesSync","lchmodSync","lchownSync","linkSync","lstatSync","mkdirSync","mkdtempSync","openSync","opendirSync","readdirSync","readFileSync","readlinkSync","readSync","readvSync","realpathSync","renameSync","rmdirSync","rmSync","statSync","symlinkSync","truncateSync","unlinkSync","utimesSync","lutimesSync","writeFileSync","writeSync","writevSync"]});var yI=x(Up=>{"use strict";Object.defineProperty(Up,"__esModule",{value:!0});Up.fsCallbackApiList=void 0;Up.fsCallbackApiList=["access","appendFile","chmod","chown","close","copyFile","cp","createReadStream","createWriteStream","exists","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","openAsBlob","opendir","read","readv","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","unwatchFile","utimes","lutimes","watch","watchFile","write","writev","writeFile"]});var bI=x((Gt,zp)=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.memfs=Gt.fs=Gt.vol=Gt.Volume=void 0;Gt.createFsFromVolume=__;var tK=Ab(),rK=op(),Wp=mI();Object.defineProperty(Gt,"Volume",{enumerable:!0,get:u(function(){return Wp.Volume},"get")});var gI=vr(),iK=wI(),nK=yI(),{F_OK:sK,R_OK:aK,W_OK:oK,X_OK:lK}=gI.constants;Gt.vol=new Wp.Volume;function __(t){let e={F_OK:sK,R_OK:aK,W_OK:oK,X_OK:lK,constants:gI.constants,Stats:tK.default,Dirent:rK.default};for(let r of iK.fsSynchronousApiList)typeof t[r]=="function"&&(e[r]=t[r].bind(t));for(let r of nK.fsCallbackApiList)typeof t[r]=="function"&&(e[r]=t[r].bind(t));return e.StatWatcher=t.StatWatcher,e.FSWatcher=t.FSWatcher,e.WriteStream=t.WriteStream,e.ReadStream=t.ReadStream,e.promises=t.promises,typeof t.realpath=="function"&&(e.realpath=t.realpath.bind(t),typeof t.realpath.native=="function"&&(e.realpath.native=t.realpath.native.bind(t))),typeof t.realpathSync=="function"&&(e.realpathSync=t.realpathSync.bind(t),typeof t.realpathSync.native=="function"&&(e.realpathSync.native=t.realpathSync.native.bind(t))),e._toUnixTimestamp=Wp.toUnixTimestamp,e.__vol=t,e}u(__,"createFsFromVolume");Gt.fs=__(Gt.vol);var cK=u((t={},e="/")=>{let r=Wp.Volume.fromNestedJSON(t,e);return{fs:__(r),vol:r}},"memfs");Gt.memfs=cK;zp.exports={...zp.exports,...Gt.fs};zp.exports.semantic=!0});var P_=u(t=>{try{let r=t.split(".")[1];if(!r)throw new Error("Invalid JWT format");let i=r.replace(/-/g,"+").replace(/_/g,"/");for(;i.length%4!==0;)i+="=";let n=atob(i),a=JSON.parse(n).exp;if(!a||typeof a!="number")throw new Error('JWT does not contain a valid "exp" field');return a*1e3}catch(e){throw new Error("Unable to determine the token expiry: "+e)}},"getJwtExpiry"),Yo,ds,Xp=(ds=class{constructor(e){W(this,"strategy","jwt");W(this,"cachedToken",null);W(this,"tokenExpiry",null);Ko(this,Yo);Jo(this,Yo,e)}async getAuthHeaders(){let e=Date.now();if(this.cachedToken&&this.tokenExpiry&&this.tokenExpiry-e>30*1e3)return{Authorization:`Bearer ${this.cachedToken}`};let r=await Zo(this,Yo).call(this);return r?(this.cachedToken=r,this.tokenExpiry=P_(r),{Authorization:`Bearer ${r}`}):!1}readAuthHeaders(e){let r=e.get("Authorization");if(!r)return;let[i,n]=r.split(" ");if(i!=="Bearer"||!n)throw new Error("Invalid auth header received");this.cachedToken=n,this.tokenExpiry=P_(n)}},Yo=new WeakMap,u(ds,"AssistantCloudJWTAuthStrategy"),ds),Xo,Qo,el,ps,N_=(ps=class{constructor(e,r,i){W(this,"strategy","api-key");Ko(this,Xo);Ko(this,Qo);Ko(this,el);Jo(this,Xo,e),Jo(this,Qo,r),Jo(this,el,i)}async getAuthHeaders(){return{Authorization:`Bearer ${Zo(this,Xo)}`,"Aui-User-Id":Zo(this,Qo),"Aui-Workspace-Id":Zo(this,el)}}readAuthHeaders(){}},Xo=new WeakMap,Qo=new WeakMap,el=new WeakMap,u(ps,"AssistantCloudAPIKeyAuthStrategy"),ps),ef="aui:refresh_token",ms,D_=(ms=class{constructor(e){W(this,"strategy","anon");W(this,"baseUrl");W(this,"jwtStrategy");this.baseUrl=e,this.jwtStrategy=new Xp(async()=>{let r=Date.now(),i=localStorage.getItem(ef),n=i?JSON.parse(i):void 0;if(n)if(new Date(n.expires_at).getTime()-r>30*1e3){let f=await fetch(`${this.baseUrl}/v1/auth/tokens/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refresh_token:n.token})});if(f.ok){let h=await f.json(),{access_token:d,refresh_token:p}=h;return p&&localStorage.setItem(ef,JSON.stringify(p)),d}}else localStorage.removeItem(ef);let s=await fetch(`${this.baseUrl}/v1/auth/tokens/anonymous`,{method:"POST"});if(!s.ok)return null;let a=await s.json(),{access_token:l,refresh_token:c}=a;return!l||!c?null:(localStorage.setItem(ef,JSON.stringify(c)),l)})}async getAuthHeaders(){return this.jwtStrategy.getAuthHeaders()}readAuthHeaders(e){this.jwtStrategy.readAuthHeaders(e)}},u(ms,"AssistantCloudAnonymousAuthStrategy"),ms);var ws,BI=(ws=class extends Error{constructor(e){super(e),this.name="APIError"}},u(ws,"CloudAPIError"),ws),ys,C_=(ys=class{constructor(e){W(this,"_auth");W(this,"_baseUrl");if("authToken"in e)this._baseUrl=e.baseUrl,this._auth=new Xp(e.authToken);else if("apiKey"in e)this._baseUrl="https://backend.assistant-api.com",this._auth=new N_(e.apiKey,e.userId,e.workspaceId);else if("anonymous"in e)this._baseUrl=e.baseUrl,this._auth=new D_(e.baseUrl);else throw new Error("Invalid configuration: Must provide authToken, apiKey, or anonymous configuration")}async initializeAuth(){return!!this._auth.getAuthHeaders()}async makeRawRequest(e,r={}){let i=await this._auth.getAuthHeaders();if(!i)throw new Error("Authorization failed");let n={...i,...r.headers,"Content-Type":"application/json"},s=new URLSearchParams;if(r.query)for(let[c,o]of Object.entries(r.query))o!==!1&&(o===!0?s.set(c,"true"):s.set(c,o.toString()));let a=new URL(`${this._baseUrl}/v1${e}`);a.search=s.toString();let l=await fetch(a,{method:r.method??"GET",headers:n,body:r.body?JSON.stringify(r.body):null});if(this._auth.readAuthHeaders(l.headers),!l.ok){let c=await l.text();try{let o=JSON.parse(c);throw new BI(o.message)}catch{throw new Error(`Request failed with status ${l.status}, ${c}`)}}return l}async makeRequest(e,r={}){return(await this.makeRawRequest(e,r)).json()}},u(ys,"AssistantCloudAPI"),ys);var gs,I_=(gs=class{constructor(e){this.cloud=e}async create(){return this.cloud.makeRequest("/auth/tokens",{method:"POST"})}},u(gs,"AssistantCloudAuthTokens"),gs);var tl={toResponse(t,e){return new Response(tl.toByteStream(t,e),{headers:e.headers??{}})},fromResponse(t,e){return tl.fromByteStream(t.body,e)},toByteStream(t,e){return t.pipeThrough(e)},fromByteStream(t,e){return t.pipeThrough(e)}};var tf=u(function(){let t,e,r=new Promise((i,n)=>{t=i,e=n});if(!t||!e)throw new Error("Failed to create promise");return{promise:r,resolve:t,reject:e}},"promiseWithResolvers");var $_=u(()=>{let t=[],e=!1,r,i,n=u(a=>{a.promise||(a.promise=a.reader.read().then(({done:l,value:c})=>{a.promise=void 0,l?(t.splice(t.indexOf(a),1),e&&t.length===0&&r.close()):r.enqueue(c),i?.resolve(),i=void 0}).catch(l=>{console.error(l),t.forEach(c=>{c.reader.cancel()}),t.length=0,r.error(l),i?.reject(l),i=void 0}))},"handlePull");return{readable:new ReadableStream({start(a){r=a},pull(){return i=tf(),t.forEach(a=>{n(a)}),i.promise},cancel(){t.forEach(a=>{a.reader.cancel()}),t.length=0}}),isSealed(){return e},seal(){e=!0,t.length===0&&r.close()},addStream(a){if(e)throw new Error("Cannot add streams after the run callback has settled.");let l={reader:a.getReader()};t.push(l),n(l)},enqueue(a){this.addStream(new ReadableStream({start(l){l.enqueue(a),l.close()}}))}}},"createMergeStream");var bs,B_=(bs=class{constructor(e){W(this,"_controller");W(this,"_isClosed",!1);this._controller=e}append(e){return this._controller.enqueue({type:"text-delta",path:[],textDelta:e}),this}close(){this._isClosed||(this._isClosed=!0,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},u(bs,"TextStreamControllerImpl"),bs),Qp=u(t=>new ReadableStream({start(e){return t.start?.(new B_(e))},pull(e){return t.pull?.(new B_(e))},cancel(e){return t.cancel?.(e)}}),"createTextStream"),em=u(()=>{let t;return[Qp({start(r){t=r}}),t]},"createTextStreamController");var _s,L_=(_s=class{constructor(e){W(this,"_isClosed",!1);W(this,"_mergeTask");W(this,"_argsTextController");this._controller=e;let r=Qp({start:u(n=>{this._argsTextController=n},"start")}),i=!1;this._mergeTask=r.pipeTo(new WritableStream({write:u(n=>{switch(n.type){case"text-delta":i=!0,this._controller.enqueue(n);break;case"part-finish":i||this._controller.enqueue({type:"text-delta",textDelta:"{}",path:[]}),this._controller.enqueue({type:"tool-call-args-text-finish",path:[]});break;default:throw new Error(`Unexpected chunk type: ${n.type}`)}},"write")}))}get argsText(){return this._argsTextController}async setResponse(e){this._argsTextController.close(),await Promise.resolve(),this._controller.enqueue({type:"result",path:[],...e.artifact!==void 0?{artifact:e.artifact}:{},result:e.result,isError:e.isError??!1})}async close(){this._isClosed||(this._isClosed=!0,this._argsTextController.close(),await this._mergeTask,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},u(_s,"ToolCallStreamControllerImpl"),_s),LI=u(t=>new ReadableStream({start(e){return t.start?.(new L_(e))},pull(e){return t.pull?.(new L_(e))},cancel(e){return t.cancel?.(e)}}),"createToolCallStream"),M_=u(()=>{let t;return[LI({start(r){t=r}}),t]},"createToolCallStreamController");var vs,rf=(vs=class{constructor(){W(this,"value",-1)}up(){return++this.value}},u(vs,"Counter"),vs);var Ss,j_=(Ss=class extends TransformStream{constructor(e){super({transform(r,i){i.enqueue({...r,path:[e,...r.path]})}})}},u(Ss,"PathAppendEncoder"),Ss),Es,KK=(Es=class extends TransformStream{constructor(e){super({transform(r,i){let{path:[n,...s]}=r;if(e!==n)throw new Error(`Path mismatch: expected ${e}, got ${n}`);i.enqueue({...r,path:s})}})}},u(Es,"PathAppendDecoder"),Es),Fs,q_=(Fs=class extends TransformStream{constructor(e){let r=new rf,i=new Map;super({transform(n,s){n.type==="part-start"&&n.path.length===0&&i.set(r.up(),e.up());let[a,...l]=n.path;if(a===void 0){s.enqueue(n);return}let c=i.get(a);if(c===void 0)throw new Error("Path not found");s.enqueue({...n,path:[c,...l]})}})}},u(Fs,"PathMergeEncoder"),Fs);var ks,U_=(ks=class extends TransformStream{constructor(e,r,i){let[n,s]=z_(),a;super({start(l){return a=n.pipeTo(new WritableStream({write(c){l.enqueue(c)},abort(c){l.error(c)},close(){l.terminate()}})).catch(c=>{l.error(c)}),e.start?.(s)},transform(l){return e.transform?.(l,s)},async flush(){await e.flush?.(s),s.close(),await a}},r,i)}},u(ks,"AssistantTransformStream"),ks);var Ts,W_=(Ts=class extends TransformStream{constructor(e){super();let r=e(super.readable);Object.defineProperty(this,"readable",{value:r,writable:!1})}},u(Ts,"PipeableTransformStream"),Ts);var nf=u((t,e=21)=>(r=e)=>{let i="",n=r|0;for(;n--;)i+=t[Math.random()*t.length|0];return i},"customAlphabet");var H_=nf("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",7);var fn,MI=(fn=class{constructor(e){W(this,"_state");W(this,"_parentId");this._state=e||{merger:$_(),contentCounter:new rf}}get __internal_isClosed(){return this._state.merger.isSealed()}__internal_getReadable(){return this._state.merger.readable}__internal_subscribeToClose(e){this._state.closeSubscriber=e}_addPart(e,r){this._state.append&&(this._state.append.controller.close(),this._state.append=void 0),this.enqueue({type:"part-start",part:e,path:[]}),this._state.merger.addStream(r.pipeThrough(new j_(this._state.contentCounter.value)))}merge(e){this._state.merger.addStream(e.pipeThrough(new q_(this._state.contentCounter)))}appendText(e){this._state.append?.kind!=="text"&&(this._state.append={kind:"text",controller:this.addTextPart()}),this._state.append.controller.append(e)}appendReasoning(e){this._state.append?.kind!=="reasoning"&&(this._state.append={kind:"reasoning",controller:this.addReasoningPart()}),this._state.append.controller.append(e)}addTextPart(){let[e,r]=em();return this._addPart({type:"text"},e),r}addReasoningPart(){let[e,r]=em();return this._addPart({type:"reasoning"},e),r}addToolCallPart(e){let r=typeof e=="string"?{toolName:e}:e,i=r.toolName,n=r.toolCallId??H_(),[s,a]=M_();return this._addPart({type:"tool-call",toolName:i,toolCallId:n,...this._parentId&&{parentId:this._parentId}},s),r.argsText!==void 0&&(a.argsText.append(r.argsText),a.argsText.close()),r.args!==void 0&&(a.argsText.append(JSON.stringify(r.args)),a.argsText.close()),r.response!==void 0&&a.setResponse(r.response),a}appendSource(e){this._addPart({...e,...this._parentId&&{parentId:this._parentId}},new ReadableStream({start(r){r.enqueue({type:"part-finish",path:[]}),r.close()}}))}appendFile(e){this._addPart(e,new ReadableStream({start(r){r.enqueue({type:"part-finish",path:[]}),r.close()}}))}enqueue(e){this._state.merger.enqueue(e),e.type==="part-start"&&e.path.length===0&&this._state.contentCounter.up()}withParentId(e){let r=new fn(this._state);return r._parentId=e,r}close(){this._state.append?.controller?.close(),this._state.merger.seal(),this._state.closeSubscriber?.()}},u(fn,"_AssistantStreamControllerImpl"),fn);function jI(t){let e=new MI;return u(async()=>{try{await t(e)}catch(i){throw e.__internal_isClosed||e.enqueue({type:"error",path:[],error:String(i)}),i}finally{e.__internal_isClosed||e.close()}},"runTask")(),e.__internal_getReadable()}u(jI,"createAssistantStream");function z_(){let{resolve:t,promise:e}=tf(),r;return[jI(n=>(r=n,r.__internal_subscribeToClose(t),e)),r]}u(z_,"createAssistantStreamController");var xs,tm=(xs=class extends W_{constructor(){super(e=>{let r=new U_({transform(i,n){n.appendText(i)}});return e.pipeThrough(new TextDecoderStream).pipeThrough(r)})}},u(xs,"PlainTextDecoder"),xs);var Os,V_=(Os=class{constructor(e){this.cloud=e}__internal_getAssistantOptions(e){return{api:this.cloud._baseUrl+"/v1/runs/stream",headers:u(async()=>{let r=await this.cloud._auth.getAuthHeaders();if(!r)throw new Error("Authorization failed");return{...r,Accept:"text/plain"}},"headers"),body:{assistant_id:e,response_format:"vercel-ai-data-stream/v1",thread_id:"unstable_todo"}}}async stream(e){let r=await this.cloud.makeRawRequest("/runs/stream",{method:"POST",headers:{Accept:"text/plain"},body:e});return tl.fromResponse(r,new tm)}},u(Os,"AssistantCloudRuns"),Os);var Rs,G_=(Rs=class{constructor(e){this.cloud=e}async list(e,r){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}/messages`,{query:r})}async create(e,r){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}/messages`,{method:"POST",body:r})}},u(Rs,"AssistantCloudThreadMessages"),Rs);var As,Z_=(As=class{constructor(e){W(this,"messages");this.cloud=e,this.messages=new G_(e)}async list(e){return this.cloud.makeRequest("/threads",{query:e})}async create(e){return this.cloud.makeRequest("/threads",{method:"POST",body:e})}async update(e,r){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}`,{method:"PUT",body:r})}async delete(e){return this.cloud.makeRequest(`/threads/${encodeURIComponent(e)}`,{method:"DELETE"})}},u(As,"AssistantCloudThreads"),As);var Ps,K_=(Ps=class{constructor(e){this.cloud=e}async pdfToImages(e){return this.cloud.makeRequest("/files/pdf-to-images",{method:"POST",body:e})}async generatePresignedUploadUrl(e){return this.cloud.makeRequest("/files/attachments/generate-presigned-upload-url",{method:"POST",body:e})}},u(Ps,"AssistantCloudFiles"),Ps);var Ns,rm=(Ns=class{constructor(e){W(this,"threads");W(this,"auth");W(this,"runs");W(this,"files");let r=new C_(e);this.threads=new Z_(r),this.auth={tokens:new I_(r)},this.runs=new V_(r),this.files=new K_(r)}},u(Ns,"AssistantCloud"),Ns);var un={toResponse(t,e){return new Response(un.toByteStream(t,e),{headers:e.headers??{}})},fromResponse(t,e){return un.fromByteStream(t.body,e)},toByteStream(t,e){return t.pipeThrough(e)},fromByteStream(t,e){return t.pipeThrough(e)}};var sf=u(function(){let t,e,r=new Promise((i,n)=>{t=i,e=n});if(!t||!e)throw new Error("Failed to create promise");return{promise:r,resolve:t,reject:e}},"promiseWithResolvers");var J_=u(()=>{let t=[],e=!1,r,i,n=u(a=>{a.promise||(a.promise=a.reader.read().then(({done:l,value:c})=>{a.promise=void 0,l?(t.splice(t.indexOf(a),1),e&&t.length===0&&r.close()):r.enqueue(c),i?.resolve(),i=void 0}).catch(l=>{console.error(l),t.forEach(c=>{c.reader.cancel()}),t.length=0,r.error(l),i?.reject(l),i=void 0}))},"handlePull");return{readable:new ReadableStream({start(a){r=a},pull(){return i=sf(),t.forEach(a=>{n(a)}),i.promise},cancel(){t.forEach(a=>{a.reader.cancel()}),t.length=0}}),isSealed(){return e},seal(){e=!0,t.length===0&&r.close()},addStream(a){if(e)throw new Error("Cannot add streams after the run callback has settled.");let l={reader:a.getReader()};t.push(l),n(l)},enqueue(a){this.addStream(new ReadableStream({start(l){l.enqueue(a),l.close()}}))}}},"createMergeStream");var Ds,Y_=(Ds=class{constructor(e){W(this,"_controller");W(this,"_isClosed",!1);this._controller=e}append(e){return this._controller.enqueue({type:"text-delta",path:[],textDelta:e}),this}close(){this._isClosed||(this._isClosed=!0,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},u(Ds,"TextStreamControllerImpl"),Ds),im=u(t=>new ReadableStream({start(e){return t.start?.(new Y_(e))},pull(e){return t.pull?.(new Y_(e))},cancel(e){return t.cancel?.(e)}}),"createTextStream"),nm=u(()=>{let t;return[im({start(r){t=r}}),t]},"createTextStreamController");var Cs,X_=(Cs=class{constructor(e){W(this,"_isClosed",!1);W(this,"_mergeTask");W(this,"_argsTextController");this._controller=e;let r=im({start:u(n=>{this._argsTextController=n},"start")}),i=!1;this._mergeTask=r.pipeTo(new WritableStream({write:u(n=>{switch(n.type){case"text-delta":i=!0,this._controller.enqueue(n);break;case"part-finish":i||this._controller.enqueue({type:"text-delta",textDelta:"{}",path:[]}),this._controller.enqueue({type:"tool-call-args-text-finish",path:[]});break;default:throw new Error(`Unexpected chunk type: ${n.type}`)}},"write")}))}get argsText(){return this._argsTextController}async setResponse(e){this._argsTextController.close(),await Promise.resolve(),this._controller.enqueue({type:"result",path:[],...e.artifact!==void 0?{artifact:e.artifact}:{},result:e.result,isError:e.isError??!1})}async close(){this._isClosed||(this._isClosed=!0,this._argsTextController.close(),await this._mergeTask,this._controller.enqueue({type:"part-finish",path:[]}),this._controller.close())}},u(Cs,"ToolCallStreamControllerImpl"),Cs),qI=u(t=>new ReadableStream({start(e){return t.start?.(new X_(e))},pull(e){return t.pull?.(new X_(e))},cancel(e){return t.cancel?.(e)}}),"createToolCallStream"),Q_=u(()=>{let t;return[qI({start(r){t=r}}),t]},"createToolCallStreamController");var Is,af=(Is=class{constructor(){W(this,"value",-1)}up(){return++this.value}},u(Is,"Counter"),Is);var $s,ev=($s=class extends TransformStream{constructor(e){super({transform(r,i){i.enqueue({...r,path:[e,...r.path]})}})}},u($s,"PathAppendEncoder"),$s),Bs,nY=(Bs=class extends TransformStream{constructor(e){super({transform(r,i){let{path:[n,...s]}=r;if(e!==n)throw new Error(`Path mismatch: expected ${e}, got ${n}`);i.enqueue({...r,path:s})}})}},u(Bs,"PathAppendDecoder"),Bs),Ls,tv=(Ls=class extends TransformStream{constructor(e){let r=new af,i=new Map;super({transform(n,s){n.type==="part-start"&&n.path.length===0&&i.set(r.up(),e.up());let[a,...l]=n.path;if(a===void 0){s.enqueue(n);return}let c=i.get(a);if(c===void 0)throw new Error("Path not found");s.enqueue({...n,path:[c,...l]})}})}},u(Ls,"PathMergeEncoder"),Ls);var Ms,rv=(Ms=class extends TransformStream{constructor(e,r,i){let[n,s]=rl(),a;super({start(l){return a=n.pipeTo(new WritableStream({write(c){l.enqueue(c)},abort(c){l.error(c)},close(){l.terminate()}})).catch(c=>{l.error(c)}),e.start?.(s)},transform(l){return e.transform?.(l,s)},async flush(){await e.flush?.(s),s.close(),await a}},r,i)}},u(Ms,"AssistantTransformStream"),Ms);var js,of=(js=class extends TransformStream{constructor(e){super();let r=e(super.readable);Object.defineProperty(this,"readable",{value:r,writable:!1})}},u(js,"PipeableTransformStream"),js);var ye=(t=>(t.TextDelta="0",t.Data="2",t.Error="3",t.Annotation="8",t.ToolCall="9",t.ToolCallResult="a",t.StartToolCall="b",t.ToolCallArgsTextDelta="c",t.FinishMessage="d",t.FinishStep="e",t.StartStep="f",t.ReasoningDelta="g",t.Source="h",t.RedactedReasoning="i",t.ReasoningSignature="j",t.File="k",t.AuiUpdateStateOperations="aui-state",t.AuiTextDelta="aui-text-delta",t.AuiReasoningDelta="aui-reasoning-delta",t))(ye||{});var qs,iv=(qs=class extends TransformStream{constructor(){super({transform:u((e,r)=>{r.enqueue(`${e.type}:${JSON.stringify(e.value)}
105
+ `)},"transform")})}},u(qs,"DataStreamChunkEncoder"),qs),Us,UI=(Us=class extends TransformStream{constructor(){super({transform:u((e,r)=>{let i=e.indexOf(":");if(i===-1)throw new Error("Invalid stream part");r.enqueue({type:e.slice(0,i),value:JSON.parse(e.slice(i+1))})},"transform")})}},u(Us,"DataStreamChunkDecoder"),Us);var zs,nv=(zs=class extends TransformStream{constructor(){let e=[];super({transform(r,i){if(r.type==="part-start"){if(r.path.length!==0){i.error(new Error("Nested parts are not supported"));return}e.push(r.part),i.enqueue(r);return}if(r.type==="text-delta"||r.type==="result"||r.type==="part-finish"||r.type==="tool-call-args-text-finish"){if(r.path.length!==1){i.error(new Error(`${r.type} chunks must have a path of length 1`));return}let n=r.path[0];if(n<0||n>=e.length){i.error(new Error(`Invalid path index: ${n}`));return}let s=e[n];i.enqueue({...r,meta:s});return}i.enqueue(r)}})}},u(zs,"AssistantMetaTransformStream"),zs);var Ws,sm=(Ws=class extends of{constructor(){super(r=>{let i=new TransformStream({transform(n,s){let a=n.type;switch(a){case"part-start":{let l=n.part;if(l.type==="tool-call"){let{type:c,...o}=l;s.enqueue({type:ye.StartToolCall,value:o})}if(l.type==="source"){let{type:c,...o}=l;s.enqueue({type:ye.Source,value:o})}break}case"text-delta":{let l=n.meta;switch(l.type){case"text":{l.parentId?s.enqueue({type:ye.AuiTextDelta,value:{textDelta:n.textDelta,parentId:l.parentId}}):s.enqueue({type:ye.TextDelta,value:n.textDelta});break}case"reasoning":{l.parentId?s.enqueue({type:ye.AuiReasoningDelta,value:{reasoningDelta:n.textDelta,parentId:l.parentId}}):s.enqueue({type:ye.ReasoningDelta,value:n.textDelta});break}case"tool-call":{s.enqueue({type:ye.ToolCallArgsTextDelta,value:{toolCallId:l.toolCallId,argsTextDelta:n.textDelta}});break}default:throw new Error(`Unsupported part type for text-delta: ${l.type}`)}break}case"result":{let l=n.meta;if(l.type!=="tool-call")throw new Error(`Result chunk on non-tool-call part not supported: ${l.type}`);s.enqueue({type:ye.ToolCallResult,value:{toolCallId:l.toolCallId,result:n.result,artifact:n.artifact,...n.isError?{isError:n.isError}:{}}});break}case"step-start":{let{type:l,...c}=n;s.enqueue({type:ye.StartStep,value:c});break}case"step-finish":{let{type:l,...c}=n;s.enqueue({type:ye.FinishStep,value:c});break}case"message-finish":{let{type:l,...c}=n;s.enqueue({type:ye.FinishMessage,value:c});break}case"error":{s.enqueue({type:ye.Error,value:n.error});break}case"annotations":{s.enqueue({type:ye.Annotation,value:n.annotations});break}case"data":{s.enqueue({type:ye.Data,value:n.data});break}case"update-state":{s.enqueue({type:ye.AuiUpdateStateOperations,value:n.operations});break}case"tool-call-args-text-finish":case"part-finish":break;default:{let l=a;throw new Error(`Unsupported chunk type: ${l}`)}}}});return r.pipeThrough(new nv).pipeThrough(i).pipeThrough(new iv).pipeThrough(new TextEncoderStream)});W(this,"headers",new Headers({"Content-Type":"text/plain; charset=utf-8","x-vercel-ai-data-stream":"v1"}))}},u(Ws,"DataStreamEncoder"),Ws),vY=[ye.StartToolCall,ye.ToolCall,ye.TextDelta,ye.ReasoningDelta,ye.Source,ye.Error,ye.FinishStep,ye.FinishMessage,ye.AuiTextDelta,ye.AuiReasoningDelta];var sv=nf("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",7);var hn,zI=(hn=class{constructor(e){W(this,"_state");W(this,"_parentId");this._state=e||{merger:J_(),contentCounter:new af}}get __internal_isClosed(){return this._state.merger.isSealed()}__internal_getReadable(){return this._state.merger.readable}__internal_subscribeToClose(e){this._state.closeSubscriber=e}_addPart(e,r){this._state.append&&(this._state.append.controller.close(),this._state.append=void 0),this.enqueue({type:"part-start",part:e,path:[]}),this._state.merger.addStream(r.pipeThrough(new ev(this._state.contentCounter.value)))}merge(e){this._state.merger.addStream(e.pipeThrough(new tv(this._state.contentCounter)))}appendText(e){this._state.append?.kind!=="text"&&(this._state.append={kind:"text",controller:this.addTextPart()}),this._state.append.controller.append(e)}appendReasoning(e){this._state.append?.kind!=="reasoning"&&(this._state.append={kind:"reasoning",controller:this.addReasoningPart()}),this._state.append.controller.append(e)}addTextPart(){let[e,r]=nm();return this._addPart({type:"text"},e),r}addReasoningPart(){let[e,r]=nm();return this._addPart({type:"reasoning"},e),r}addToolCallPart(e){let r=typeof e=="string"?{toolName:e}:e,i=r.toolName,n=r.toolCallId??sv(),[s,a]=Q_();return this._addPart({type:"tool-call",toolName:i,toolCallId:n,...this._parentId&&{parentId:this._parentId}},s),r.argsText!==void 0&&(a.argsText.append(r.argsText),a.argsText.close()),r.args!==void 0&&(a.argsText.append(JSON.stringify(r.args)),a.argsText.close()),r.response!==void 0&&a.setResponse(r.response),a}appendSource(e){this._addPart({...e,...this._parentId&&{parentId:this._parentId}},new ReadableStream({start(r){r.enqueue({type:"part-finish",path:[]}),r.close()}}))}appendFile(e){this._addPart(e,new ReadableStream({start(r){r.enqueue({type:"part-finish",path:[]}),r.close()}}))}enqueue(e){this._state.merger.enqueue(e),e.type==="part-start"&&e.path.length===0&&this._state.contentCounter.up()}withParentId(e){let r=new hn(this._state);return r._parentId=e,r}close(){this._state.append?.controller?.close(),this._state.merger.seal(),this._state.closeSubscriber?.()}},u(hn,"_AssistantStreamControllerImpl"),hn);function av(t){let e=new zI;return u(async()=>{try{await t(e)}catch(i){throw e.__internal_isClosed||e.enqueue({type:"error",path:[],error:String(i)}),i}finally{e.__internal_isClosed||e.close()}},"runTask")(),e.__internal_getReadable()}u(av,"createAssistantStream");function rl(){let{resolve:t,promise:e}=sf(),r;return[av(n=>(r=n,r.__internal_subscribeToClose(t),e)),r]}u(rl,"createAssistantStreamController");var Hs,am=(Hs=class extends of{constructor(){super(e=>{let r=new rv({transform(i,n){n.appendText(i)}});return e.pipeThrough(new TextDecoderStream).pipeThrough(r)})}},u(Hs,"PlainTextDecoder"),Hs);var QN=de(uf(),1),Hd=de(pl(),1),rD=de(uf(),1),iD=de(uf(),1),sb=de(Le(),1),Vd=de(pl(),1),Hn=de(Le(),1),oD=de(Le(),1),Ld=de(Le(),1),St=de(Le(),1);import*as Nd from"path";import*as Gn from"path";import*as ab from"path";var tN=de(KO(),1);function wH(t){let e=[t];return{next(){return Promise.resolve({done:e.length===0,value:e.pop()})},return(){return e=[],{}},[Symbol.asyncIterator](){return this}}}u(wH,"fromValue");function yH(t){return t[Symbol.asyncIterator]?t[Symbol.asyncIterator]():t[Symbol.iterator]?t[Symbol.iterator]():t.next?t:wH(t)}u(yH,"getIterator");async function rN(t,e){let r=yH(t);for(;;){let{value:i,done:n}=await r.next();if(i&&await e(i),n)break}r.return&&r.return()}u(rN,"forAwait");function gH(t){let{PassThrough:e}=eN(),r=new e;return setTimeout(async()=>{await rN(t,i=>r.write(i)),r.end()},1),r}u(gH,"asyncIteratorToStream");async function bH(t){let e=0,r=[];await rN(t,s=>{r.push(s),e+=s.byteLength});let i=new Uint8Array(e),n=0;for(let s of r)i.set(s,n),n+=s.byteLength;return i}u(bH,"collect");function _H(t){let e=Object.getOwnPropertyDescriptor(t,Symbol.asyncIterator);if(e&&e.enumerable)return t;let r=!1,i=[],n={};return t.on("data",s=>{i.push(s),n.resolve&&(n.resolve({value:i.shift(),done:!1}),n={})}),t.on("error",s=>{n.reject&&(n.reject(s),n={})}),t.on("end",()=>{r=!0,n.resolve&&(n.resolve({done:!0}),n={})}),{next(){return new Promise((s,a)=>{if(i.length===0&&r)return s({done:!0});if(i.length>0)return s({value:i.shift(),done:!1});i.length===0&&!r&&(n={resolve:s,reject:a})})},return(){t.removeAllListeners(),t.destroy&&t.destroy()},[Symbol.asyncIterator](){return this}}}u(_H,"fromNodeStream");async function vH({onProgress:t,url:e,method:r="GET",headers:i={},agent:n,body:s}){return s&&Array.isArray(s)?s=Buffer.from(await bH(s)):s&&(s=gH(s)),new Promise((a,l)=>{(0,tN.default)({url:e,method:r,headers:i,agent:n,body:s},(c,o)=>{if(c)return l(c);try{let f=_H(o);a({url:o.url,method:o.method,statusCode:o.statusCode,statusMessage:o.statusMessage,body:f,headers:o.headers})}catch(f){l(f)}})})}u(vH,"request");var SH={request:vH},kd=SH;var He=de(Le(),1),tn=de(pl(),1),wb=de(Le(),1),ue=de(Le(),1),jr=de(Le(),1),gb=de(Le(),1),co=de(Le(),1),$d=de(Le(),1),Bd=de(Le(),1),br=de(Le(),1),bb=de(Le(),1),ui=de(Le(),1),uC=de(Le(),1),zd=de(Le(),1),Vn=de(Le(),1),Qd=de(pl(),1);import*as WN from"node:fs";import*as wC from"path";import{Stats as aV}from"node:fs";import*as vb from"path";var HN=Object.defineProperty,EH=u((t,e,r)=>e in t?HN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,"oa"),y=u((t,e)=>HN(t,"name",{value:e,configurable:!0}),"c"),U=u((t,e,r)=>EH(t,typeof e!="symbol"?e+"":e,r),"g"),ho,VN=(ho=class{constructor(e,r){U(this,"entries",[]),U(this,"currentIndex",0),U(this,"closed",!1),U(this,"compositFs"),U(this,"dirPath"),U(this,"initialized",!1),this.compositFs=e,this.dirPath=r}async initialize(){if(this.initialized)return;let e=new Set;for(let r of[...this.compositFs.filterLayers].reverse())if(r.readDirFiltering)e=new Set(await r.readDirFiltering(this.dirPath,Array.from(e)));else{let i=await r.readdir(this.dirPath);for(let n of i)e.add(n)}this.initialized=!0}async*[Symbol.asyncIterator](){for(await this.initialize();this.currentIndex<this.entries.length&&!this.closed;){let e=this.entries[this.currentIndex++];try{let r=await this.compositFs.stat(e.path);yield{name:e.name,isFile:y(()=>r.isFile(),"isFile"),isDirectory:y(()=>r.isDirectory(),"isDirectory"),isBlockDevice:y(()=>r.isBlockDevice(),"isBlockDevice"),isCharacterDevice:y(()=>r.isCharacterDevice(),"isCharacterDevice"),isSymbolicLink:y(()=>r.isSymbolicLink(),"isSymbolicLink"),isFIFO:y(()=>r.isFIFO(),"isFIFO"),isSocket:y(()=>r.isSocket(),"isSocket")}}catch(r){console.debug(`Failed to stat ${e.path}:`,r)}}}async read(){if(this.closed)throw new Error("Directory handle is closed");if(await this.initialize(),this.currentIndex>=this.entries.length)return null;let e=this.entries[this.currentIndex++];try{let r=await this.compositFs.stat(e.path);return{name:e.name,isFile:y(()=>r.isFile(),"isFile"),isDirectory:y(()=>r.isDirectory(),"isDirectory"),isBlockDevice:y(()=>r.isBlockDevice(),"isBlockDevice"),isCharacterDevice:y(()=>r.isCharacterDevice(),"isCharacterDevice"),isSymbolicLink:y(()=>r.isSymbolicLink(),"isSymbolicLink"),isFIFO:y(()=>r.isFIFO(),"isFIFO"),isSocket:y(()=>r.isSocket(),"isSocket")}}catch{return this.read()}}async close(){this.closed=!0,this.entries=[]}get path(){return this.dirPath}},u(ho,"Xt"),ho);y(VN,"CompositeFsDir");var Sb=VN;function GN(t){let e=t.split("/").filter(Boolean),r=[],i=[],n=!1,s;for(let a of e)if(a.startsWith("[[")&&a.endsWith("]]")){let l=a.slice(2,-2).replace(/^\.\.\./,"");if(r.push(l),a.startsWith("[[..."))n=!0,i.push("(/.*)*"),s=l;else throw new Error("Optional single-segment parameters [[param]] are not supported. Use [[...param]] for catch-all or [param] for required single segment.")}else if(a.startsWith("[")&&a.endsWith("]")){if(a.startsWith("[..."))throw new Error("Required catch-all parameters [...param] are not supported. Use [[...param]] instead.");{let l=a.slice(1,-1);r.push(l),i.push("/([^\\/]+)")}}else a==="."?n=!0:i.push("/"+a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"));return{regexStr:i.join("")+"$",paramNames:r,folderRoute:n,pathParameter:s}}u(GN,"la");y(GN,"compilePattern");function Pd(t){if(t===".")return 1;let e=t.split("/").filter(Boolean),r=Math.pow(2,e.length);for(let i=0;i<e.length;i++){let n=e[i],s;n.startsWith("[[...")?s=10:n.startsWith("[[")?s=50:n.startsWith("[")?s=100:s=1e3+n.length;let a=Math.pow(.9,i);r+=s*a}return r}u(Pd,"Yt");y(Pd,"calculatePriority");function ZN(t){if(typeof t.name!="string")return"folder";let e=t;return e.fsType==="folder"?"folder":e.fsType==="file"?"file":"readdir"in e&&typeof e.readdir=="function"?"folder":"file"}u(ZN,"ca");y(ZN,"getNodeType");function KN(t){let e=[];function r(i,n){if(typeof i.name=="string"){e.push({pattern:n||".",handler:i,priority:Pd(n||"."),staticBaseChildren:[]});return}let s=i,a=[],l=Object.keys(s).filter(c=>c.startsWith("[[")||c===".");if(l.length>1)throw new Error(`Expected exactly one folder handler for ${n||"/"} expected but multuple found: ${l.join(", ")}`);if(l.length===0)throw new Error(`No folder handler for ${n||"/"} founds`);for(let[c,o]of Object.entries(s)){let f=n?`${n}/${c}`:c;if(c==="."){if(typeof o.name!="string")throw new Error(`Folder root '.' at path '${n}' must be a handler, not a folder`);if(o.fsType!=="folder"&&o.fsType!=="fs")throw new Error(`Folder root handler '.' at path '${n}' must be of type 'folder' or 'fs'`);e.push({pattern:n+"/.",handler:o,priority:Pd(n),staticBaseChildren:a})}else if(c.startsWith("[["))if(c.startsWith("[[..."))if(typeof o.name=="string"){if(e.push({pattern:f,handler:o,priority:Pd(f),staticBaseChildren:a}),o.fsType!=="folder"&&o.fsType!=="fs")throw new Error(`Folder root handler '.' at path '${n}' must be of type 'folder' or 'fs'`)}else r(o,f);else r(o,f);else if(c.startsWith("[")){if(c.startsWith("[..."))throw new Error(`Required catch-all '${c}' is not supported. Use '[[...${c.slice(5,-1)}]]' instead`);r(o,f)}else a.push({segment:c,type:ZN(o)}),r(o,f)}}return u(r,"e"),y(r,"walk"),r(t,""),e}u(KN,"da");y(KN,"flattenRoutes");var po,JN=(po=class{constructor(e,r){this.routes=e,this.rootPath=r,U(this,"compiledRoutes");let i=KN(e);this.compiledRoutes=i.map(n=>{let{regexStr:s,paramNames:a,folderRoute:l,pathParameter:c}=GN(n.pattern);return{regex:new RegExp(s),paramNames:a,staticBaseChildren:n.staticBaseChildren,handler:n.handler,priority:n.priority,pattern:n.pattern,folderRoute:l,pathParameter:c}})}match(e){let r=e;r.startsWith(this.rootPath+"/")?r=r.slice(this.rootPath.length+1):r.startsWith(this.rootPath)&&(r=r.slice(this.rootPath.length)),r.startsWith("/")||(r="/"+r),r.length>1&&r.endsWith("/")&&(r=r.slice(0,-1));let i,n={},s=-1,a=this.compiledRoutes,l=[];for(let o of a){let f=r.match(o.regex);if(f)l.push(o);else continue;if(!(!f||o.priority<=s)){n={};for(let h=0;h<o.paramNames.length;h++){let d=f[h+1]||"";d.startsWith("/")&&(d=d.slice(1)),n[o.paramNames[h]]=decodeURIComponent(d)}s=o.priority,i=o}}if(!i||i.handler===void 0)return;let c=[];return i.folderRoute&&(i.pathParameter?n[i.pathParameter]===""&&(c=i.staticBaseChildren.map(o=>({segment:o.segment,type:o.type}))):c=i.staticBaseChildren.map(o=>({segment:o.segment,type:o.type}))),{handler:i.handler,matchingPattern:i.pattern,params:n,staticSiblings:c}}},u(po,"Jt"),po);y(JN,"PathRouter");var FH=JN;function Ne(t){return typeof t=="string"?t:Buffer.isBuffer(t)?t.toString():String(t)}u(Ne,"z");y(Ne,"pathToString");var mo,YN=(mo=class{constructor({name:e,rootPath:r}){U(this,"compositeFs"),U(this,"context"),U(this,"newContext"),U(this,"fsType","fs"),U(this,"rootInstanceId"),U(this,"name"),U(this,"rootPath"),this.name=e,this.rootPath=r,this.rootInstanceId=`${e}-${Date.now()}-${Math.random().toString(36).substr(2,9)}`}attach(e){this.compositeFs=e}withContext(e){let r=Object.create(Object.getPrototypeOf(this));return Object.assign(r,this),r.context=e,r}async open(e,r,i){throw new Error(`open not implemented for: ${Ne(e)}`)}async access(e,r){throw new Error(`access not implemented for: ${Ne(e)}`)}async stat(e,r){throw new Error(`lstat not implemented for: ${Ne(e)}`)}async lstat(e,r){throw new Error(`lstat not implemented for: ${Ne(e)}`)}async opendir(e,r){throw new Error(`opendir not implemented for: ${Ne(e)}`)}async link(e,r){throw new Error(`link not implemented for: ${Ne(e)}`)}async mkdir(e,r){throw new Error(`mkdir not implemented for: ${Ne(e)}`)}async readdir(e,r){throw new Error(`readdir not implemented for: ${Ne(e)}`)}async readlink(e,...r){throw new Error(`readlink not implemented for: ${Ne(e)}`)}async unlink(e){throw new Error(`unlink not implemented for: ${Ne(e)}`)}async rename(e,r){throw new Error(`rename not implemented for: ${Ne(e)}`)}async rmdir(e,...r){throw new Error(`rmdir not implemented for: ${Ne(e)}`)}async symlink(e,r,i){throw new Error(`symlink not implemented for: ${Ne(r)}`)}async lookup(e){throw new Error(`lookup not implemented for: ${Ne(e)}`)}resolvePath(e){throw new Error(`resolvePath not implemented for fd: ${e}`)}async close(e){this.compositeFs.close(e)}async dataSync(e){throw new Error(`dataSync not implemented for: ${e.subFsFileDescriptor}`)}async read(e,r,i,n,s){throw new Error(`read not implemented for: ${e.subFsFileDescriptor}`)}async appendFile(e,r,i){throw new Error(`appendFile not implemented for: ${e.subFsFileDescriptor}`)}async fchmod(e,r){throw new Error(`fchmod not implemented for: ${e.subFsFileDescriptor}`)}async fchown(e,r,i){throw new Error(`fchown not implemented for: ${e.subFsFileDescriptor}`)}async ftruncate(e,r){throw new Error(`ftruncate not implemented for: ${e.subFsFileDescriptor}`)}async fstat(e,r){throw new Error(`fstat not implemented for: ${e.subFsFileDescriptor}`)}async futimes(e,r,i){throw new Error(`futimes not implemented for: ${e.subFsFileDescriptor}`)}async write(e,r,i,n,s){throw new Error(`write not implemented for: ${e.subFsFileDescriptor}`)}async writev(e,r,i){throw new Error(`writev not implemented for: ${e.subFsFileDescriptor}`)}async readv(e,r,i){throw new Error(`readv not implemented for: ${e.subFsFileDescriptor}`)}async readFile(e,r){throw new Error(`readFile not implemented for: ${e}`)}async writeFile(e,r,i){throw new Error(`writeFile not implemented for: ${e}`)}},u(mo,"qt"),mo);y(YN,"BaseCompositeSubFs");var rs=YN,wo,XN=(wo=class{constructor({name:e,filterLayers:r,routes:i,rootPath:n}){U(this,"promises"),U(this,"filterLayers",[]),U(this,"router"),U(this,"parentFs"),U(this,"name"),U(this,"rootPath"),U(this,"pathToFileDescriptors",new Map),U(this,"openFileHandles",new Map),U(this,"logOperation"),this.name=e,this.rootPath=n;for(let s of r)this.filterLayers.push(s),s.attach(this);this.router=new FH(i,this.rootPath),this.promises={access:this.access.bind(this),opendir:this.opendir.bind(this),mkdir:this.mkdir.bind(this),readdir:this.readdir.bind(this),open:this.open.bind(this),stat:this.stat.bind(this),lstat:this.lstat.bind(this),link:this.link.bind(this),readlink:this.readlink.bind(this),unlink:this.unlink.bind(this),rename:this.rename.bind(this),rmdir:this.rmdir.bind(this),symlink:this.symlink.bind(this),readFile:this.readFile.bind(this),writeFile:this.writeFile.bind(this),getFilehandle:this.getFilehandle.bind(this)}}getNextFileDescriptor(){let e=Array.from(this.openFileHandles.keys());return e.length===0?1:Math.max(...e)+1}setLoggger(e){this.logOperation=e}async logOperationOnFileDescsriptor(e,r,i){if(!this.logOperation)return;let n=[];for(let[s,a]of this.pathToFileDescriptors.entries())a.includes(e.fd)&&n.push(s);if(n.length!==0)return this.logOperation?.({fsName:e.delegate.name,fd:e,path:n[0],operation:r,operationArgs:i})}getFilehandle(e){return this.openFileHandles.get(e)}async getResponsibleFs(e){let r=e.toString();for(let s of this.filterLayers)if(await s.responsible(r)){if(s.withContext!==void 0)return s.withContext({fullPath:r,params:{},staticSiblings:[]});throw new Error(`Filter layer filesystem ${s.name} is not a BaseCompositeSubFs`)}let i=this.router.match(r);if(!i)throw new Error(`No route match for: ${r}`);let n=i.handler;return n.attach(this),n.withContext({fullPath:r,params:i.params,staticSiblings:i.staticSiblings})}async access(e,r){let i=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:i.name,path:e,operation:"access",operationArgs:{mode:r}}),i.access(e,r)}async stat(e,r){let i=e.toString(),n=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:n.name,path:i,operation:"stat",operationArgs:{opts:r}}),n.stat(e)}async lstat(e,r){let i=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:i.name,path:e.toString(),operation:"lstat",operationArgs:{opts:r}}),i.lstat(e,r)}async unlink(e){let r=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:r.name,path:e.toString(),operation:"unlink",operationArgs:{}}),r.unlink(e)}async mkdir(e,r){let i=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:i.name,path:e.toString(),operation:"mkdir",operationArgs:{options:r}}),i.mkdir(e,r)}async rmdir(e,r){let i=await this.getResponsibleFs(e);return await this.logOperation?.({fsName:i.name,path:e.toString(),operation:"rmdir",operationArgs:{dirPath:e,options:r}}),i.rmdir(e,r)}async opendir(e,r){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"opendir",operationArgs:{options:r}});let i=e.toString();return new Sb(this,i)}async readdir(e,r){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"readdir",operationArgs:{options:r}});let i=new Set,n=this.router.match(e.toString());if(n?.handler instanceof rs){let s=n?.handler.withContext({fullPath:e.toString(),params:n.params,staticSiblings:n.staticSiblings});s.attach(this),i=new Set(await s.readdir(e,r))}for(let s of[...this.filterLayers].reverse())if(s.readDirFiltering)i=new Set(await s.readDirFiltering(e,Array.from(i)));else{let a=await s.readdir(e,r);for(let l of a)i.add(l)}return Array.from(i)}async open(e,r,i){let n=await this.getResponsibleFs(e);await this.logOperation?.({fsName:n.name,path:e,operation:"open",operationArgs:{flags:r,mode:i}});let s=await n.open(e,r,i),a=this.getNextFileDescriptor();return s.realize(a),this.openFileHandles.set(a,s),this.pathToFileDescriptors.get(e)||this.pathToFileDescriptors.set(e,[]),this.pathToFileDescriptors.get(e).push(a),s}async close(e){try{await e.delegate.close(e)}catch(r){throw r}finally{for(let[r,i]of this.pathToFileDescriptors.entries()){let n=i.indexOf(e.fd);if(n!==-1){i.splice(n,1),i.length===0&&this.pathToFileDescriptors.delete(r);break}}this.openFileHandles.delete(e.fd)}}async link(e,r){throw new Error("not implemented")}async readlink(e,r){throw new Error("not implemented")}async rename(e,r){let i=await this.getResponsibleFs(e),n=await this.getResponsibleFs(r);if(i.rootInstanceId===n.rootInstanceId)return await this.logOperation?.({fsName:i.name,path:e.toString(),operation:"rename",operationArgs:{oldPath:e,newPath:r}}),i.newContext=n.context,i.rename(e,r);let s=await i.open(e.toString(),"r");try{let a=await i.fstat(s),l=Buffer.alloc(a.size);await i.read(s,l,0,a.size,0),await i.close(s),await n.writeFile(r.toString(),l,"utf8"),await i.unlink(e)}catch(a){try{await i.close(s)}catch{}throw a}}async symlink(e,r,i){throw new Error("not implemented")}async readFile(e,r){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"readFile",operationArgs:{path:e,options:r}});let i=!0,n;if(typeof e=="number"){i=!1;let s=this.getFilehandle(e);if(!s)throw new Error("Invalid file descriptor");n=s}else if(typeof e=="string")n=await this.open(e,"r");else throw new Error("only filehandle and path are supported atm");try{let s=(await n.stat()).size;if(typeof s=="bigint"){if(s>BigInt(Number.MAX_SAFE_INTEGER))throw new Error("File too large to read into buffer");s=Number(s)}let a=Buffer.alloc(s),{bytesRead:l}=await n.read(a,0,s,0);if(r&&typeof r.encoding=="string")return a.slice(0,l).toString(r.encoding);if(typeof r=="string"){if(r==="utf8"||r==="utf-8")return a.slice(0,l).toString(r);throw new Error("Unsupported encoding: "+r)}return a.slice(0,l)}finally{n&&i&&await n.close()}}async writeFile(e,r,i){await this.logOperation?.({fsName:this.name,path:e.toString(),operation:"writeFile",operationArgs:{data:r,options:i}});let n=typeof e!="number",s,a,l,c="w";if(typeof i=="string"?a=i:i&&typeof i=="object"&&(a=i.encoding,l=i.mode,c=i.flag||"w"),typeof e=="number"){let o=this.getFilehandle(e);if(!o)throw new Error("Invalid file descriptor");s=o}else if(typeof e=="string")s=await this.open(e,c,l);else throw new Error("only filehandle and path are supported atm");try{let o;if(typeof r=="string")o=Buffer.from(r,a||"utf8");else if(r instanceof Buffer)o=r;else if(r instanceof Uint8Array)o=Buffer.from(r);else throw new Error("Invalid data type for writeFile");let f=0;for(;f<o.length;){let{bytesWritten:h}=await s.write(o,f,o.length-f,f);f+=h}}finally{s&&n&&await s.close()}}},u(wo,"Qt"),wo);y(XN,"CompositeFs");var iN=XN,yo,eD=(yo=class extends rs{constructor({name:e,hiddenFiles:r,rootPath:i}){super({name:e,rootPath:i}),U(this,"ig"),this.ig=(0,QN.default)(),this.ig.add(r)}async responsible(e){let r=e.replace(/\\/g,"/"),i=r;if(this.rootPath){let n=this.rootPath;r.startsWith(n+"/")?i=r.slice(n.length+1):r.startsWith(n)&&(i=r.slice(n.length))}return i=i.startsWith("./")?i.slice(2):i,i=i.startsWith("/")?i.slice(1):i,i===""||i==="."?!1:this.ig.ignores(i)}fileType(){return 255}error(e){return new Error(`Access to hidden file is not allowed: ${Ne(e)}`)}async open(e,r,i){throw this.error(e)}async access(e){throw this.error(e)}async stat(e){throw this.error(e)}async lstat(e){throw this.error(e)}async opendir(e){throw this.error(e)}async link(e){throw this.error(e)}async mkdir(e){throw this.error(e)}async readDirFiltering(e,r){let i=[];for(let n of r){let s=Ne(e)!=="/"?Ne(e)+"/"+n:"/"+n;await this.responsible(s)||i.push(n)}return i}async readdir(e){throw this.error(e)}async readlink(e){throw this.error(e)}async unlink(e){throw this.error(e)}async rename(e){throw this.error(e)}async rmdir(e){throw this.error(e)}async symlink(e,r){throw this.error(r)}async lookup(e){throw this.error(e)}resolvePath(e){throw new Error(`Access to hidden file is not allowed: resolvePath(${e})`)}async close(e){throw new Error("Access to hidden file is not allowed: close: "+e.subFsFileDescriptor)}async dataSync(e){throw new Error("Access to hidden file is not allowed: dataSync: "+e.subFsFileDescriptor)}async read(e,r,i,n,s){throw new Error("Access to hidden file is not allowed: readFileHandle: "+e.subFsFileDescriptor)}},u(yo,"ei"),yo);y(eD,"HiddenFileSubFs");var kH=eD,go,tD=(go=class{constructor(e){U(this,"delegate"),U(this,"compositeFs"),U(this,"_subFsFileDescriptor"),U(this,"handleType","file"),U(this,"_compositFsFileDescriptor",-1),this.delegate=e.fs,this._subFsFileDescriptor=e.subFsFileDescriptor,this._compositFsFileDescriptor=-1,this.compositeFs=e.compositeFs;let r=this._subFsFileDescriptor}get fsType(){return this.delegate.fileType()}get subFsFileDescriptor(){return this._subFsFileDescriptor}get fd(){return this._compositFsFileDescriptor}realize(e){if(this._compositFsFileDescriptor!==-1)throw new Error("was already realized");this._compositFsFileDescriptor=e}readableWebStream(e){throw new Error("Method not implemented.")}async appendFile(e,r){return await this.compositeFs.logOperationOnFileDescsriptor(this,"appendFile",{data:e,options:r}),await this.delegate.appendFile(this,e,r)}async chmod(e){return await this.compositeFs.logOperationOnFileDescsriptor(this,"chmod",{mode:e}),this.delegate.fchmod(this,e)}async chown(e,r){return await this.compositeFs.logOperationOnFileDescsriptor(this,"chown",{uid:e,gid:r}),this.delegate.fchown(this,e,r)}async close(){return await this.compositeFs.logOperationOnFileDescsriptor(this,"close",{}),this.compositeFs.close(this)}async datasync(){return await this.compositeFs.logOperationOnFileDescsriptor(this,"datasync",{}),this.delegate.dataSync(this)}async read(e,r,i,n){return await this.compositeFs.logOperationOnFileDescsriptor(this,"read",{targetBufferLength:e.length,offset:r,length:i,position:n}),await this.delegate.read(this,e,r,i,n)}async readv(e,r){return await this.compositeFs.logOperationOnFileDescsriptor(this,"readv",{buffers:e,position:r}),this.delegate.readv(this,e,r)}async stat(e){return await this.compositeFs.logOperationOnFileDescsriptor(this,"stat",{options:e}),this.delegate.fstat(this,e)}async truncate(e){return await this.compositeFs.logOperationOnFileDescsriptor(this,"truncate",{len:e}),this.delegate.ftruncate(this,e)}async utimes(e,r){return await this.compositeFs.logOperationOnFileDescsriptor(this,"utimes",{atime:e,mtime:r}),this.delegate.futimes(this,e,r)}async write(e,r,i,n){return await this.compositeFs.logOperationOnFileDescsriptor(this,"write",{buffer:e,offset:r,length:i,position:n}),this.delegate.write(this,e,r,i,n)}async writev(e,r){return await this.compositeFs.logOperationOnFileDescsriptor(this,"writev",{buffers:e,position:r}),this.delegate.writev(this,e,r)}async sync(){return await this.compositeFs.logOperationOnFileDescsriptor(this,"sync",{}),this.delegate.dataSync(this)}},u(go,"ti"),go);y(tD,"CompositFsFileHandle");var ko=tD,bo,TH=(bo=class extends rs{constructor({name:e,rootPath:r,ephemeralPatterns:i}){super({name:e,rootPath:r}),U(this,"openFh",new Map),U(this,"memFs",(0,Hd.createFsFromVolume)(new Hd.Volume)),U(this,"ig"),U(this,"patterns"),this.ig=(0,rD.default)(),this.ig.add(i),this.patterns=i}normalizePath(e){let r=typeof e=="string"?e:e.toString();return r.startsWith("/")?r:"/"+r}async responsible(e){let r=e.replace(/\\/g,"/"),i=r;return this.rootPath&&(r.startsWith(this.rootPath+"/")?i=r.slice(this.rootPath.length+1):r.startsWith(this.rootPath)&&(i=r.slice(this.rootPath.length))),i=i.startsWith("./")?i.slice(2):i,i=i.startsWith("/")?i.slice(1):i,i===""||i==="."?!1:this.ig.ignores(i)}fileType(){return 5}async open(e,r,i){let n=this.normalizePath(e),s=Nd.dirname(n);s&&s!=="/"&&s!=="."&&await this.memFs.promises.mkdir(s,{recursive:!0});let a=await this.memFs.promises.open(n,r,i);return this.openFh.set(a.fd,a),new ko({fs:this,compositeFs:this.compositeFs,subFsFileDescriptor:a.fd,parentFsFileDescriptors:[a.fd]})}async access(e,r){let i=this.normalizePath(e);return await this.memFs.promises.access(i,r)}async stat(e,r){let i=this.normalizePath(e);return this.memFs.promises.stat(i,{bigint:!1})}async lstat(e,r){let i=this.normalizePath(e);return this.memFs.promises.lstat(i,{bigint:!1})}async opendir(e,r){let i=this.normalizePath(e);return await this.memFs.promises.opendir(i,r)}async link(e,r){let i=this.normalizePath(e),n=this.normalizePath(r);return await this.memFs.promises.link(i,n)}async mkdir(e,r){let i=this.normalizePath(e);if(!(typeof r=="object"&&r&&"recursive"in r&&r.recursive)){let n=Nd.dirname(i);if(n&&n!=="/"&&n!==".")try{await this.memFs.promises.stat(n)}catch{await this.memFs.promises.mkdir(n,{recursive:!0})}}await this.memFs.promises.mkdir(i,r)}async readdir(e,...r){let i=this.normalizePath(e),n=await this.memFs.promises.readdir(i,...r);return console.log("EPHEMERAL: READDIR: ",n),n}async readlink(e){throw new Error("readlink is not implemented for EphemeralFileSubFs")}async unlink(e){let r=this.normalizePath(e);return await this.memFs.promises.unlink(r)}async rename(e,r){let i=this.normalizePath(e),n=this.normalizePath(r);return await this.memFs.promises.rename(i,n)}async rmdir(e,r){let i=this.normalizePath(e);return await this.memFs.promises.rmdir(i,r)}async symlink(e,r,i){let n=this.normalizePath(e),s=this.normalizePath(r);return await this.memFs.promises.symlink(n,s,i)}async lookup(e){throw new Error(`lookup is not implemented for: ${Ne(e)}`)}async close(e){let r=this.openFh.get(e.subFsFileDescriptor);r&&(await r.close(),this.openFh.delete(e.subFsFileDescriptor))}async dataSync(e){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.datasync()}async read(e,r,i,n,s){let a=this.openFh.get(e.subFsFileDescriptor);if(a)return await a.read(r,i,n,s);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async fchmod(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.chmod(r)}async fchown(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.chown(r,i)}async write(e,r,i,n,s){let a=this.openFh.get(e.subFsFileDescriptor);if(a)return await a.write(r,i,n,s);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async ftruncate(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.truncate(r)}resolvePath(e){throw new Error(`resolvePath is not implemented: resolvePath(${e})`)}async fstat(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.stat(r);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async futimes(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.utimes(r,i)}async writev(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.writev(r,i??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readv(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.readv(r,i??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readFile(e,r){if(typeof e=="string"||Buffer.isBuffer(e)){let i=this.normalizePath(e);return this.memFs.promises.readFile(i,r)}return super.readFile(e,r)}async writeFile(e,r,i){let n=this.normalizePath(e),s=Nd.dirname(n);return s&&s!=="/"&&s!=="."&&await this.memFs.promises.mkdir(s,{recursive:!0}),this.memFs.promises.writeFile(n,r,i)}},u(bo,"ii"),bo);y(TH,"EphemeralSubFs");var _o,nD=(_o=class extends rs{constructor({name:e,sourceFs:r,copyToFs:i,copyToRootPath:n,rootPath:s,patterns:a}){super({rootPath:s,name:e}),U(this,"openFh",new Map),U(this,"sourceFs"),U(this,"copyToFs"),U(this,"copyPath"),U(this,"ig"),U(this,"patterns"),this.sourceFs=r,this.copyToFs=i,this.copyPath=n,this.patterns=a,this.ig=(0,iD.default)(),this.ig.add(a)}normalizeCopyPath(e){let r=typeof e=="string"?e:e.toString(),i=r.startsWith("/")?r:"/"+r;return Gn.join(this.copyPath,i)}normalizePath(e){let r=typeof e=="string"?e:e.toString();return r.startsWith("/")?r:"/"+r}async responsible(e){let r=e.replace(/\\/g,"/"),i=r;if(this.compositeFs.rootPath){let n=this.compositeFs.rootPath;r.startsWith(n+"/")?i=r.slice(n.length+1):r.startsWith(n)&&(i=r.slice(n.length))}return i=i.startsWith("./")?i.slice(2):i,i=i.startsWith("/")?i.slice(1):i,i===""||i==="."?!1:this.ig.ignores(i)}fileType(){return 6}async isCopied(e){let r=this.normalizeCopyPath(e);try{return await this.copyToFs.promises.access(r),!0}catch{return!1}}async copyFromSource(e){let r=this.normalizeCopyPath(e),i=this.normalizePath(e),n=Gn.dirname(r);n&&n!=="/"&&n!=="."&&await this.copyToFs.promises.mkdir(n,{recursive:!0});try{let s=await this.sourceFs.promises.readFile(i);await this.copyToFs.promises.writeFile(r,s)}catch(s){if(s.code!=="ENOENT")throw s}}async open(e,r,i){let n=this.normalizePath(e),s=this.normalizeCopyPath(e);if(r.includes("w")||r.includes("a")||r.includes("+")){let a=Gn.dirname(s);if(a&&a!=="/"&&a!=="."&&await this.copyToFs.promises.mkdir(a,{recursive:!0}),!await this.isCopied(e))try{await this.sourceFs.promises.access(n),await this.copyFromSource(e)}catch{}let l=await this.copyToFs.promises.open(s,r,i);return this.openFh.set(l.fd,l),new ko({fs:this,compositeFs:this.compositeFs,subFsFileDescriptor:l.fd,parentFsFileDescriptors:[l.fd]})}else{let a=await this.isCopied(e),l=a?this.copyToFs:this.sourceFs,c=a?s:n,o=await l.promises.open(c,r,i);return this.openFh.set(o.fd,o),new ko({fs:this,compositeFs:this.compositeFs,subFsFileDescriptor:o.fd,parentFsFileDescriptors:[o.fd]})}}async access(e,r){let i=this.normalizePath(e),n=this.normalizeCopyPath(e);try{await this.copyToFs.promises.access(n,r);return}catch{return await this.sourceFs.promises.access(i,r)}}async stat(e,r){let i=this.normalizePath(e),n=this.normalizeCopyPath(e);try{return await this.copyToFs.promises.stat(n,{bigint:r?.bigint??!1})}catch{return this.sourceFs.promises.stat(i,{bigint:r?.bigint??!1})}}async lstat(e,r){let i=this.normalizePath(e),n=this.normalizeCopyPath(e);try{return await this.copyToFs.promises.lstat(n,{bigint:r?.bigint??!1})}catch{return this.sourceFs.promises.lstat(i,{bigint:r?.bigint??!1})}}async opendir(e,r){let i=this.normalizePath(e);return new Sb(this.compositeFs,i)}async link(e,r){let i=this.normalizeCopyPath(e),n=this.normalizeCopyPath(r);return await this.copyToFs.promises.link(i,n)}async mkdir(e,r){let i=this.normalizeCopyPath(e);if(!(typeof r=="object"&&r&&"recursive"in r&&r.recursive)){let n=Gn.dirname(i);if(n&&n!=="/"&&n!==".")try{await this.copyToFs.promises.stat(n)}catch{await this.copyToFs.promises.mkdir(n,{recursive:!0})}}await this.copyToFs.promises.mkdir(i,r)}async readdir(e,...r){let i=this.normalizePath(e),n=this.normalizeCopyPath(e),s=new Set,a=new Set;try{let l=await this.sourceFs.promises.readdir(i,...r);Array.isArray(l)&&l.forEach(c=>s.add(typeof c=="string"?c:c.name))}catch(l){if(l.code!=="ENOENT")throw l}try{let l=await this.copyToFs.promises.readdir(n,...r);Array.isArray(l)&&l.forEach(c=>a.add(typeof c=="string"?c:c.name))}catch(l){if(l.code!=="ENOENT")throw l}return Array.from(new Set([...s,...a]))}async readlink(e){throw new Error("readlink is not implemented for CopyOnWriteSubFs")}async unlink(e){let r=this.normalizeCopyPath(e);return await this.copyToFs.promises.unlink(r)}async rename(e,r){let i=this.normalizeCopyPath(e),n=this.normalizeCopyPath(r);return await this.copyToFs.promises.rename(i,n)}async rmdir(e,r){let i=this.normalizeCopyPath(e);return await this.copyToFs.promises.rmdir(i,r)}async symlink(e,r,i){let n=this.normalizeCopyPath(e),s=this.normalizeCopyPath(r);return await this.copyToFs.promises.symlink(n,s,i)}async lookup(e){throw new Error(`lookup is not implemented for: ${Ne(e)}`)}resolvePath(e){throw new Error(`resolvePath is not implemented: resolvePath(${e})`)}async close(e){let r=this.openFh.get(e.subFsFileDescriptor);r&&(await r.close(),this.openFh.delete(e.subFsFileDescriptor))}async dataSync(e){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.datasync()}async read(e,r,i,n,s){let a=this.openFh.get(e.subFsFileDescriptor);if(a)return await a.read(r,i,n,s);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async fchmod(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.chmod(r)}async fchown(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.chown(r,i)}async write(e,r,i,n,s){let a=this.openFh.get(e.subFsFileDescriptor);if(a)return await a.write(r,i,n,s);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async ftruncate(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.truncate(r)}async fstat(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.stat(r);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async futimes(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.utimes(r,i)}async writev(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.writev(r,i??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readv(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.readv(r,i??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readFile(e,r){if(typeof e!="string"&&!Buffer.isBuffer(e))return super.readFile(e,r);let i=this.normalizePath(e),n=this.normalizeCopyPath(e);try{return await this.copyToFs.promises.readFile(n,r)}catch{return this.sourceFs.promises.readFile(i,r)}}async writeFile(e,r,i){let n=this.normalizeCopyPath(e);await this.isCopied(e)||await this.copyFromSource(e);let s=Gn.dirname(n);s&&s!=="/"&&s!=="."&&await this.copyToFs.promises.mkdir(s,{recursive:!0}),await this.copyToFs.promises.writeFile(n,r,i)}},u(_o,"ri"),_o);y(nD,"CopyOnWriteSubFs");var nN=nD;function zr(t){return{name:t.name,isFile:y(()=>!t.isDir,"isFile"),isDirectory:y(()=>t.isDir,"isDirectory"),isBlockDevice:y(()=>!0,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isFIFO:y(()=>!1,"isFIFO"),isSocket:y(()=>!1,"isSocket"),parentPath:t.parent,path:t.parent}}u(zr,"V");y(zr,"toDirEntry");var vo,sD=(vo=class extends rs{constructor({name:e,gitStorageFs:r,gitRoot:i,handler:n,rootPath:s}){super({name:e,rootPath:s}),U(this,"memFs"),U(this,"openFh",{}),U(this,"storageFs"),U(this,"gitRoot"),U(this,"handler"),this.handler=n,this.gitRoot=i,this.storageFs=r,this.memFs=(0,Vd.createFsFromVolume)(new Vd.Volume)}async getAuthor(){let e=await sb.default.getConfig({fs:this.storageFs,dir:this.gitRoot,path:"user.name"}),r=await sb.default.getConfig({fs:this.storageFs,dir:this.gitRoot,path:"user.email"}),i=Math.floor(Date.now()/1e3),n=new Date().getTimezoneOffset();return{name:e,email:r,date:i,timezoneOffset:n}}async responsible(e){return!0}getRouteParams(){return this.context?.params||{}}getStaticSiblings(){return this.context?.staticSiblings||[]}async open(e,r,i){if(this.handler.writeFile===void 0&&(r.includes("w")||r.includes("a")))throw new Error(`Write operations not allowed for ${this.handler.type}`);if(r.includes("x")&&this.handler.type!=="gitBranchFileVirtualFile"&&this.handler.type!=="claudeVirtualSessionFileVirtualFile")throw new Error(`Exclusive operations not allowed for ${this.handler.type}`);let n=await this.getAuthor(),s=this.getRouteParams(),a=await this.handler.getFile({cacheFs:this.memFs,filePath:e,userSpaceFs:this.compositeFs,pathParams:s,author:n}),l=!1;for(let d of Object.values(this.openFh))d.path===e&&(l=!0);if((a||l)&&r.includes("x"))throw Object.assign(new Error(`EEXIST: file already exists, open '${e}'`),{code:"EEXIST",errno:-17,syscall:"open",path:e});if(!a&&!l&&!(r.includes("w")||r.includes("a")))throw Object.assign(new Error(`ENOENT: no such file or directory, open '${e}'`),{code:"ENOENT",errno:-2,syscall:"open",path:e});let c=ab.dirname(e);if(await this.memFs.promises.mkdir(c,{recursive:!0}),a===void 0&&!r.includes("x")||a&&a.type==="file")try{let d=await this.memFs.promises.access(e)}catch{await this.memFs.promises.writeFile(e,"")}let o=await this.memFs.promises.open(e,r,i),f=o.fd,h=new ko({fs:this,compositeFs:this.compositeFs,subFsFileDescriptor:f,parentFsFileDescriptors:[]});return this.openFh[f]={path:e,mode:r,fh:o,openSha:a?.oid,readSha:void 0,unflushed:[]},(r.includes("x")||r.includes("w"))&&this.openFh[f].unflushed.push({length:0,start:0}),h}async mkdir(e,r){let i=e.toString(),n=this.getRouteParams(),s=r?{options:r}:{};try{let a=await this.getAuthor();await this.handler.mkdir({cacheFs:this.memFs,filePath:e.toString(),userSpaceFs:this.compositeFs,pathParams:n,...s,author:a});let l=typeof r=="object"?{...r,recursive:!0}:{recursive:!0};await this.memFs.promises.mkdir(e,l);let c=i.split("/"),o="";for(let f=1;f<=c.length;f++){o=c.slice(0,f).join("/");try{if((await this.memFs.promises.stat(o)).isDirectory()){let h=await this.memFs.promises.open(o,"r");this.openFh[h.fd]={path:o,mode:"r",fh:h,openSha:void 0,readSha:void 0,unflushed:[]}}}catch{}}}catch(a){throw a}}async access(e,r){await this.stat(e)}async futimes(e,r,i){let n=this.openFh[e.subFsFileDescriptor];if(!n)throw new Error("Invalid file handle");return await n.fh.utimes(r,i)}async fstat(e,r){let i=this.openFh[e.subFsFileDescriptor];if(!i)throw new Error("Invalid file handle");return this.stat(i.path,r)}async ftruncate(e,r){let i=this.openFh[e.subFsFileDescriptor];if(!i)throw new Error("Invalid file handle");return i.unflushed.push({length:0,start:0}),await i.fh.truncate(r)}async stat(e,r){let i=e.toString(),n=Object.values(this.openFh).find(l=>l.path===i&&l.unflushed.length>0);if(n&&n.unflushed.length>0)return await n.fh.stat(r);let s=this.getRouteParams(),a=await this.getAuthor();return await this.handler.getStats({cacheFs:this.memFs,filePath:i,userSpaceFs:this.compositeFs,pathParams:s,author:a})}async lstat(e,r){return this.stat(e,r)}async readdir(e,r){let i=e.toString(),n=this.getRouteParams(),s=this.getStaticSiblings(),a=await this.getAuthor(),l=await this.handler.getFile({cacheFs:this.memFs,filePath:i,userSpaceFs:this.compositeFs,pathParams:n,author:a});if(l){if(l.type!=="directory")throw new Error("not a folder");let c=Array.from(new Set([...l.content,...s.map(o=>zr({name:o.segment,parent:i,isDir:o.type==="folder"}))])).sort((o,f)=>o.name.localeCompare(f.name,void 0,{numeric:!0,sensitivity:"base"}));return r?.withFileTypes?c:c.map(o=>o.name)}return[]}async read(e,r,i,n,s){let a=e.subFsFileDescriptor,l=this.openFh[a];if(!l)throw new Error("Invalid file handle");if(l.unflushed.length===0){let c=this.getRouteParams(),o=await this.getAuthor(),f=await this.handler.getFile({cacheFs:this.memFs,filePath:l.path,userSpaceFs:this.compositeFs,pathParams:c,author:o});if(!f?.content)throw new Error("couldnt access content");if(f.type!=="file")throw new Error("not a file");let h=typeof f.content=="string"?Buffer.from(f.content):f.content,d=typeof s=="number"?s:0,p=Math.min(d+n,h.length),m=Math.max(0,p-d);return h.copy(r,i,d,d+m),{bytesRead:m,buffer:r}}return await l.fh.read(r,i,n,s)}async write(e,r,i,n,s){let a=this.openFh[e.subFsFileDescriptor];if(!a)throw new Error("Invalid file handle");let l=a.mode;if(!l.includes("w")&&!l.includes("a")&&!l.includes("+"))throw Object.assign(new Error("EBADF: bad file descriptor, write"),{code:"EBADF",errno:-9,syscall:"write"});if(a.unflushed.length===0){let h=this.getRouteParams(),d=await this.getAuthor(),p=await this.handler.getFile({cacheFs:this.memFs,filePath:a.path,userSpaceFs:this.compositeFs,pathParams:h,author:d});p&&p.oid&&(await this.memFs.promises.writeFile(a.path,p.content),a.readSha=p.oid)}let c=await a.fh.write(r,i,n,s),o=i??0,f=s??0;return a.unflushed.push({start:f,length:n||r.byteLength-o+f}),c}async close(e){let r=e.subFsFileDescriptor,i=this.openFh[r];if(!i)throw new Error("Invalid file handle");try{await this.dataSync(e),await i.fh.close()}finally{delete this.openFh[r]}}async dataSync(e){let r=e.subFsFileDescriptor,i=this.openFh[r];if(!i)throw new Error("Invalid file handle");if(i.unflushed.length>0){if(this.handler.writeFile){let n=await this.memFs.promises.readFile(i.path),s=this.getRouteParams(),a=await this.getAuthor();await this.handler.writeFile({cacheFs:this.memFs,filePath:i.path,userSpaceFs:this.compositeFs,content:n,pathParams:s,author:a})}i.unflushed=[]}}async readFile(e,r){let i=typeof e=="string"?e:Buffer.isBuffer(e)?e.toString():e.fd?`FileHandle(${e.fd})`:e.toString(),n=null;typeof r=="string"?n=r:r&&typeof r=="object"&&r.encoding&&(n=r.encoding);let s=await this.open(i,"r");try{let a=(await this.fstat(s)).size,l=Buffer.alloc(a);return await this.read(s,l,0,a,0),await this.close(s),n?l.toString(n):l}catch(a){try{await this.close(s)}catch{}throw a}}async writeFile(e,r,i){let n="w",s="utf8",a;typeof i=="string"?s=i:i&&typeof i=="object"&&(i.flag&&(n=String(i.flag)),i.encoding&&(s=i.encoding),i.mode&&(a=typeof i.mode=="string"?parseInt(i.mode,8):i.mode));let l=await this.open(e,n,a);try{let c;typeof r=="string"?c=Buffer.from(r,s):Buffer.isBuffer(r)?c=r:r instanceof Uint8Array?c=Buffer.from(r):ArrayBuffer.isView(r)?c=Buffer.from(r.buffer,r.byteOffset,r.byteLength):c=Buffer.from(r),await this.write(l,c,0,c.length,0)}finally{await this.close(l)}}async rename(e,r){let i=e.toString(),n=r.toString();if(!this.handler.rename)throw new Error(`Rename not supported for ${this.handler.type} files`);let s=await this.memFs.promises.access(n).then(()=>!0).catch(()=>!1),a=await this.stat(n).then(()=>!0).catch(()=>!1),l=await this.stat(i).then(()=>!0).catch(()=>!1);if(await this.memFs.promises.access(i).then(()=>!0).catch(()=>!1)){let f=ab.dirname(n);try{await this.memFs.promises.access(f)}catch{await this.memFs.promises.mkdir(f,{recursive:!0})}await this.memFs.promises.rename(e,r)}let c=this.getRouteParams(),o=await this.getAuthor();await this.handler.rename({cacheFs:this.memFs,filePath:i,userSpaceFs:this.compositeFs,newPath:n,pathParams:c,newPathParams:this.newContext?.params||{},author:o})}async fchmod(e,r){}async unlink(e){let r=e.toString();if(!this.handler.unlink)throw new Error(`Cannot unlink ${this.handler.type} files`);try{let i=this.getRouteParams(),n=await this.getAuthor();await this.handler.unlink({cacheFs:this.memFs,filePath:r,userSpaceFs:this.compositeFs,pathParams:i,author:n})}catch(i){let n=!1;for(let[s,a]of Object.entries(this.openFh))a.path===r&&a.unflushed.length>0&&(n=!0);if(!n)throw i}finally{let i=!1;for(let[n,s]of Object.entries(this.openFh))s.path===r&&(i=!0,await s.fh.close(),delete this.openFh[Number(n)]);i&&await this.memFs.promises.unlink(r)}}async rmdir(e,...r){let i=e.toString();if(!this.handler.rmdir)throw new Error(`Cannot rmdir ${this.handler.type} directories`);let n=this.getRouteParams(),s=await this.getAuthor();await this.handler.rmdir({cacheFs:this.memFs,filePath:i,userSpaceFs:this.compositeFs,pathParams:n,author:s});let a=!1;for(let[l,c]of Object.entries(this.openFh))c.path===i&&(a=!0,await c.fh.close(),delete this.openFh[Number(l)]);a&&await this.memFs.promises.rmdir(i,{recursive:!0})}fileType(){return 10}},u(vo,"ai"),vo);y(sD,"CompositeSubFsAdapter");var Wt=sD;function aD({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"legit-virtual-file",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"legitVirtualFile",rootType:"folder",getStats:y(async i=>{let n=e+"/.git";try{return await t.promises.stat(n)}catch{throw new Error(`ENOENT: no such file or directory, stat '${n}'`)}},"getStats"),getFile:y(async i=>({type:"directory",content:[],mode:493,size:0}),"getFile"),rename(i){throw new Error("not implemented")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(aD,"ir");y(aD,"createLegitVirtualFileAdapter");function Xn(t){return t.replace(/\./g,"%2E").replace(/\//g,".")}u(Xn,"re");y(Xn,"encodeBranchNameForVfs");function Ye(t){return t.replace(/\./g,"/").replace(/%2E/g,".")}u(Ye,"H");y(Ye,"decodeBranchNameFromVfs");var lD="-operation";async function mi(t,e,r){let i=(await oD.default.listBranches({fs:t,dir:e})).filter(n=>n.endsWith(Ye(r)+lD))[0];return i?Xn(i):void 0}u(mi,"te");y(mi,"resolveOperationBranchName");async function ve(t,e){try{let r=await Ld.default.getConfig({fs:e,dir:t,path:"user.legit-current-branch"});if(r)return Xn(r)}catch{}try{let r=await Ld.default.getConfig({fs:e,dir:t,path:"init.defaultBranch"});return Xn(r)||"main"}catch{return"main"}}u(ve,"O");y(ve,"getCurrentBranch");async function cD(t,e,r){await Ld.default.setConfig({fs:e,dir:t,path:"user.legit-current-branch",value:Ye(r)})}u(cD,"rr");y(cD,"setCurrentBranch");function fD({gitStorageFs:t,gitRoot:e,rootPath:r}){let i={type:"gitBranchOperationsVirtualFile",rootType:"file",getStats:y(async s=>{let{pathParams:a}=s;a.branchName===void 0&&(a.branchName=await ve(e,t));let l=await mi(t,e,a.branchName),c,o=!1;if(l)try{c=await Hn.default.resolveRef({fs:t,dir:e,ref:l}),o=!0}catch{try{c=await Hn.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${l}`}),o=!0}catch{throw new Error(`Base Branch ${a.branchName} for operations does not exis`)}}else try{c=await Hn.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${a.branchName}`})}catch{throw new Error(`Base Branch ${a.branchName} for operations does not exis`)}let f=await Hn.default.readCommit({fs:t,dir:e,oid:c}),{commit:h}=f,d=h.committer.timestamp*1e3;try{return{mode:420,size:(o?await n.handler.getFile(s):void 0)?.content?.length??0,atimeMs:d,mtimeMs:d,ctimeMs:d,birthtimeMs:d,atime:new Date(d),mtime:new Date(d),ctime:new Date(d),birthtime:new Date(d),isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0}}catch{throw new Error("ENOENT: no such file or directory, stat operationHistory")}},"getStats"),getFile:y(async s=>{let{pathParams:a}=s;a.branchName===void 0&&(a.branchName=await ve(e,t));let l=await mi(t,e,a.branchName),c=[];if(l){let h=await Hn.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${l}`}),d=!1,p=h;for(;p&&!d;){let m=await Hn.default.readCommit({fs:t,dir:e,oid:p});c.push({oid:m.oid,parentOids:m.commit.parent,message:m.commit.message,originBranchOid:"unset"}),p=m.commit.parent&&m.commit.parent.length>0?m.commit.parent[0]:null,m.commit.parent.length===2&&m.commit.parent[0]===m.commit.parent[1]&&(d=!0)}}let o;for(let h=c.length-1;h>=0;h--){let d=c[h];if(o===void 0){if(d.parentOids.length!==2&&d.parentOids[0]!==d.parentOids[1])throw new Error(`Operation commit ${d.oid} does not have two parents as expected`);o=d.parentOids[1]}d.parentOids.length===2&&(o=d.parentOids[1]),d.originBranchOid=o}let f=Buffer.from(JSON.stringify(c,null,2),"utf-8");return{type:"file",content:f,mode:420,size:f.length}},"getFile"),rename:y(async function(s){throw new Error("not implemented")},"rename"),mkdir:y(async function(s){throw new Error("not implemented")},"mkdir")},n=new Wt({name:"branch-operations",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:i});return n}u(fD,"nr");y(fD,"createBranchOperationsAdapter");var Ki="legit",xH=y(({fs:t,gitRepoPath:e,serverUrl:r="https://hub.legitcontrol.com",auth:i,anonymousBranch:n,authHeaderPrefix:s="Bearer "})=>{let a=!1;async function l(g){let b=await i.getMaxAccessTokenForBranch(g);if(!b)throw new Error(`No access token for branch ${g}`);await St.default.fetch({fs:t,http:kd,dir:e,singleBranch:!0,ref:`${g}`,remote:Ki,url:r,headers:{Authorization:`${s}${b}`}});let _=await St.default.resolveRef({fs:t,dir:e,ref:`${Ki}/${g}`});await St.default.writeRef({fs:t,dir:e,ref:`refs/heads/${g}`,value:_})}u(l,"o"),y(l,"loadBranch");let c=[];async function o(){let g=await i.getMaxAccessTokenForBranch("todo");await St.default.fetch({fs:t,http:kd,dir:e,remote:Ki,url:r,headers:{Authorization:`${s}${g}`}});let b=await St.default.listBranches({fs:t,dir:e});for(let _ of b){if(_===n)continue;let S=`${Ki}/${_}`,F,k;try{F=await St.default.resolveRef({fs:t,dir:e,ref:_})}catch(A){console.log(`Could not resolve local ref ${_}:`,A)}try{k=await St.default.resolveRef({fs:t,dir:e,ref:S})}catch{k=void 0}if(F&&k){if(F!==k){let A=await St.default.findMergeBase({fs:t,dir:e,oids:[F,k]});if(A[0]!==F&&A[0]!==k){let v=await St.default.merge({fs:t,dir:e,ours:F,theirs:k,fastForwardOnly:!1,abortOnConflict:!1,author:{name:"Your Name",email:"your.email@example.com"},mergeDriver:y(async({branches:T,contents:E,path:R})=>{let[P,I,B]=E;return console.log(`Merging ${T[0]} with ${T[1]}...`),console.log("merged:"),console.log(E),{cleanMerge:!0,mergedText:B===void 0?I:B}},"mergeDriver")});await St.default.writeRef({fs:t,dir:e,ref:`refs/heads/${_}`,value:v.oid,force:!0})}A[0]===F?(console.log(`branch ${_} differs - remote ahaed, not behind`),await St.default.writeRef({fs:t,dir:e,ref:`refs/heads/${_}`,value:k,force:!0})):A[0]===k?(console.log(`branch ${_} differs - local ahead, not behind`),c.push(_)):(console.log(`branch ${_} differs - both changed`),c.push(_))}}else F&&!k&&c.push(_)}}u(o,"l"),y(o,"pull");async function f(g){if((await i.getUser()).type!=="local")for(let b of g){let _=await i.getMaxAccessTokenForBranch(b);await St.default.push({fs:t,http:kd,dir:e,remote:Ki,url:r,ref:b,headers:{Authorization:`Bearer ${_}`}})}}u(f,"h"),y(f,"push");let h=Promise.resolve();async function d(g){h=h.then(()=>f(g)),await h}u(d,"f"),y(d,"sequentialPush");async function p(){await St.default.getConfig({fs:t,dir:e,path:`remote.${Ki}.fetch`})||await St.default.setConfig({fs:t,dir:e,path:`remote.${Ki}.fetch`,value:`+refs/heads/*:refs/remotes/${Ki}/*`});try{await o();let g=[...new Set(c)].filter(b=>b.indexOf(n)===-1);await d(g),c=[]}catch(g){console.error("Error monitoring changes:",g)}finally{a&&setTimeout(p,1e3)}}u(p,"p"),y(p,"pullPushTick");function m(){a=!0,p()}u(m,"u"),y(m,"startSync");function w(){a=!1}return u(w,"v"),y(w,"stopSync"),{start:y(()=>{a||(m(),a=!0)},"start"),stop:y(()=>{w()},"stop"),isRunning:y(()=>a,"isRunning"),loadBranch:l,sequentialPush:d}},"createLegitSyncService");function is(t){let e=t.length;for(;--e>=0;)t[e]=0}u(is,"Ke");y(is,"zero$1");var OH=0,uD=1,RH=2,AH=3,PH=258,Eb=29,Uc=256,Dc=Uc+1+Eb,fo=30,Fb=19,hD=2*Dc+1,Zn=15,G0=16,NH=7,kb=256,dD=16,pD=17,mD=18,ob=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),Dd=new Uint8Array([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),DH=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7]),wD=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),CH=512,hi=new Array((Dc+2)*2);is(hi);var Oc=new Array(fo*2);is(Oc);var Cc=new Array(CH);is(Cc);var Ic=new Array(PH-AH+1);is(Ic);var Tb=new Array(Eb);is(Tb);var Md=new Array(fo);is(Md);function Cd(t,e,r,i,n){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=i,this.max_length=n,this.has_stree=t&&t.length}u(Cd,"di");y(Cd,"StaticTreeDesc");var yD,gD,bD;function Id(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}u(Id,"hi");y(Id,"TreeDesc");var _D=y(t=>t<256?Cc[t]:Cc[256+(t>>>7)],"d_code"),$c=y((t,e)=>{t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255},"put_short"),Nt=y((t,e,r)=>{t.bi_valid>G0-r?(t.bi_buf|=e<<t.bi_valid&65535,$c(t,t.bi_buf),t.bi_buf=e>>G0-t.bi_valid,t.bi_valid+=r-G0):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)},"send_bits"),Mr=y((t,e,r)=>{Nt(t,r[e*2],r[e*2+1])},"send_code"),vD=y((t,e)=>{let r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1},"bi_reverse"),IH=y(t=>{t.bi_valid===16?($c(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)},"bi_flush"),$H=y((t,e)=>{let r=e.dyn_tree,i=e.max_code,n=e.stat_desc.static_tree,s=e.stat_desc.has_stree,a=e.stat_desc.extra_bits,l=e.stat_desc.extra_base,c=e.stat_desc.max_length,o,f,h,d,p,m,w=0;for(d=0;d<=Zn;d++)t.bl_count[d]=0;for(r[t.heap[t.heap_max]*2+1]=0,o=t.heap_max+1;o<hD;o++)f=t.heap[o],d=r[r[f*2+1]*2+1]+1,d>c&&(d=c,w++),r[f*2+1]=d,!(f>i)&&(t.bl_count[d]++,p=0,f>=l&&(p=a[f-l]),m=r[f*2],t.opt_len+=m*(d+p),s&&(t.static_len+=m*(n[f*2+1]+p)));if(w!==0){do{for(d=c-1;t.bl_count[d]===0;)d--;t.bl_count[d]--,t.bl_count[d+1]+=2,t.bl_count[c]--,w-=2}while(w>0);for(d=c;d!==0;d--)for(f=t.bl_count[d];f!==0;)h=t.heap[--o],!(h>i)&&(r[h*2+1]!==d&&(t.opt_len+=(d-r[h*2+1])*r[h*2],r[h*2+1]=d),f--)}},"gen_bitlen"),SD=y((t,e,r)=>{let i=new Array(Zn+1),n=0,s,a;for(s=1;s<=Zn;s++)n=n+r[s-1]<<1,i[s]=n;for(a=0;a<=e;a++){let l=t[a*2+1];l!==0&&(t[a*2]=vD(i[l]++,l))}},"gen_codes"),BH=y(()=>{let t,e,r,i,n,s=new Array(Zn+1);for(r=0,i=0;i<Eb-1;i++)for(Tb[i]=r,t=0;t<1<<ob[i];t++)Ic[r++]=i;for(Ic[r-1]=i,n=0,i=0;i<16;i++)for(Md[i]=n,t=0;t<1<<Dd[i];t++)Cc[n++]=i;for(n>>=7;i<fo;i++)for(Md[i]=n<<7,t=0;t<1<<Dd[i]-7;t++)Cc[256+n++]=i;for(e=0;e<=Zn;e++)s[e]=0;for(t=0;t<=143;)hi[t*2+1]=8,t++,s[8]++;for(;t<=255;)hi[t*2+1]=9,t++,s[9]++;for(;t<=279;)hi[t*2+1]=7,t++,s[7]++;for(;t<=287;)hi[t*2+1]=8,t++,s[8]++;for(SD(hi,Dc+1,s),t=0;t<fo;t++)Oc[t*2+1]=5,Oc[t*2]=vD(t,5);yD=new Cd(hi,ob,Uc+1,Dc,Zn),gD=new Cd(Oc,Dd,0,fo,Zn),bD=new Cd(new Array(0),DH,0,Fb,NH)},"tr_static_init"),ED=y(t=>{let e;for(e=0;e<Dc;e++)t.dyn_ltree[e*2]=0;for(e=0;e<fo;e++)t.dyn_dtree[e*2]=0;for(e=0;e<Fb;e++)t.bl_tree[e*2]=0;t.dyn_ltree[kb*2]=1,t.opt_len=t.static_len=0,t.sym_next=t.matches=0},"init_block"),FD=y(t=>{t.bi_valid>8?$c(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0},"bi_windup"),sN=y((t,e,r,i)=>{let n=e*2,s=r*2;return t[n]<t[s]||t[n]===t[s]&&i[e]<=i[r]},"smaller"),Z0=y((t,e,r)=>{let i=t.heap[r],n=r<<1;for(;n<=t.heap_len&&(n<t.heap_len&&sN(e,t.heap[n+1],t.heap[n],t.depth)&&n++,!sN(e,i,t.heap[n],t.depth));)t.heap[r]=t.heap[n],r=n,n<<=1;t.heap[r]=i},"pqdownheap"),aN=y((t,e,r)=>{let i,n,s=0,a,l;if(t.sym_next!==0)do i=t.pending_buf[t.sym_buf+s++]&255,i+=(t.pending_buf[t.sym_buf+s++]&255)<<8,n=t.pending_buf[t.sym_buf+s++],i===0?Mr(t,n,e):(a=Ic[n],Mr(t,a+Uc+1,e),l=ob[a],l!==0&&(n-=Tb[a],Nt(t,n,l)),i--,a=_D(i),Mr(t,a,r),l=Dd[a],l!==0&&(i-=Md[a],Nt(t,i,l)));while(s<t.sym_next);Mr(t,kb,e)},"compress_block"),lb=y((t,e)=>{let r=e.dyn_tree,i=e.stat_desc.static_tree,n=e.stat_desc.has_stree,s=e.stat_desc.elems,a,l,c=-1,o;for(t.heap_len=0,t.heap_max=hD,a=0;a<s;a++)r[a*2]!==0?(t.heap[++t.heap_len]=c=a,t.depth[a]=0):r[a*2+1]=0;for(;t.heap_len<2;)o=t.heap[++t.heap_len]=c<2?++c:0,r[o*2]=1,t.depth[o]=0,t.opt_len--,n&&(t.static_len-=i[o*2+1]);for(e.max_code=c,a=t.heap_len>>1;a>=1;a--)Z0(t,r,a);o=s;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Z0(t,r,1),l=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=l,r[o*2]=r[a*2]+r[l*2],t.depth[o]=(t.depth[a]>=t.depth[l]?t.depth[a]:t.depth[l])+1,r[a*2+1]=r[l*2+1]=o,t.heap[1]=o++,Z0(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],$H(t,e),SD(r,c,t.bl_count)},"build_tree"),oN=y((t,e,r)=>{let i,n=-1,s,a=e[0*2+1],l=0,c=7,o=4;for(a===0&&(c=138,o=3),e[(r+1)*2+1]=65535,i=0;i<=r;i++)s=a,a=e[(i+1)*2+1],!(++l<c&&s===a)&&(l<o?t.bl_tree[s*2]+=l:s!==0?(s!==n&&t.bl_tree[s*2]++,t.bl_tree[dD*2]++):l<=10?t.bl_tree[pD*2]++:t.bl_tree[mD*2]++,l=0,n=s,a===0?(c=138,o=3):s===a?(c=6,o=3):(c=7,o=4))},"scan_tree"),lN=y((t,e,r)=>{let i,n=-1,s,a=e[0*2+1],l=0,c=7,o=4;for(a===0&&(c=138,o=3),i=0;i<=r;i++)if(s=a,a=e[(i+1)*2+1],!(++l<c&&s===a)){if(l<o)do Mr(t,s,t.bl_tree);while(--l!==0);else s!==0?(s!==n&&(Mr(t,s,t.bl_tree),l--),Mr(t,dD,t.bl_tree),Nt(t,l-3,2)):l<=10?(Mr(t,pD,t.bl_tree),Nt(t,l-3,3)):(Mr(t,mD,t.bl_tree),Nt(t,l-11,7));l=0,n=s,a===0?(c=138,o=3):s===a?(c=6,o=3):(c=7,o=4)}},"send_tree"),LH=y(t=>{let e;for(oN(t,t.dyn_ltree,t.l_desc.max_code),oN(t,t.dyn_dtree,t.d_desc.max_code),lb(t,t.bl_desc),e=Fb-1;e>=3&&t.bl_tree[wD[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e},"build_bl_tree"),MH=y((t,e,r,i)=>{let n;for(Nt(t,e-257,5),Nt(t,r-1,5),Nt(t,i-4,4),n=0;n<i;n++)Nt(t,t.bl_tree[wD[n]*2+1],3);lN(t,t.dyn_ltree,e-1),lN(t,t.dyn_dtree,r-1)},"send_all_trees"),jH=y(t=>{let e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return 0;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return 1;for(r=32;r<Uc;r++)if(t.dyn_ltree[r*2]!==0)return 1;return 0},"detect_data_type"),cN=!1,qH=y(t=>{cN||(BH(),cN=!0),t.l_desc=new Id(t.dyn_ltree,yD),t.d_desc=new Id(t.dyn_dtree,gD),t.bl_desc=new Id(t.bl_tree,bD),t.bi_buf=0,t.bi_valid=0,ED(t)},"_tr_init$1"),kD=y((t,e,r,i)=>{Nt(t,(OH<<1)+(i?1:0),3),FD(t),$c(t,r),$c(t,~r),r&&t.pending_buf.set(t.window.subarray(e,e+r),t.pending),t.pending+=r},"_tr_stored_block$1"),UH=y(t=>{Nt(t,uD<<1,3),Mr(t,kb,hi),IH(t)},"_tr_align$1"),zH=y((t,e,r,i)=>{let n,s,a=0;t.level>0?(t.strm.data_type===2&&(t.strm.data_type=jH(t)),lb(t,t.l_desc),lb(t,t.d_desc),a=LH(t),n=t.opt_len+3+7>>>3,s=t.static_len+3+7>>>3,s<=n&&(n=s)):n=s=r+5,r+4<=n&&e!==-1?kD(t,e,r,i):t.strategy===4||s===n?(Nt(t,(uD<<1)+(i?1:0),3),aN(t,hi,Oc)):(Nt(t,(RH<<1)+(i?1:0),3),MH(t,t.l_desc.max_code+1,t.d_desc.max_code+1,a+1),aN(t,t.dyn_ltree,t.dyn_dtree)),ED(t),i&&FD(t)},"_tr_flush_block$1"),WH=y((t,e,r)=>(t.pending_buf[t.sym_buf+t.sym_next++]=e,t.pending_buf[t.sym_buf+t.sym_next++]=e>>8,t.pending_buf[t.sym_buf+t.sym_next++]=r,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(Ic[r]+Uc+1)*2]++,t.dyn_dtree[_D(e)*2]++),t.sym_next===t.sym_end),"_tr_tally$1"),HH=qH,VH=kD,GH=zH,ZH=WH,KH=UH,JH={_tr_init:HH,_tr_stored_block:VH,_tr_flush_block:GH,_tr_tally:ZH,_tr_align:KH},YH=y((t,e,r,i)=>{let n=t&65535|0,s=t>>>16&65535|0,a=0;for(;r!==0;){a=r>2e3?2e3:r,r-=a;do n=n+e[i++]|0,s=s+n|0;while(--a);n%=65521,s%=65521}return n|s<<16|0},"adler32"),Bc=YH,XH=y(()=>{let t,e=[];for(var r=0;r<256;r++){t=r;for(var i=0;i<8;i++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e},"makeTable"),QH=new Uint32Array(XH()),e7=y((t,e,r,i)=>{let n=QH,s=i+r;t^=-1;for(let a=i;a<s;a++)t=t>>>8^n[(t^e[a])&255];return t^-1},"crc32"),Je=e7,Qn={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},Oo={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8},{_tr_init:t7,_tr_stored_block:cb,_tr_flush_block:r7,_tr_tally:Xi,_tr_align:i7}=JH,{Z_NO_FLUSH:Qi,Z_PARTIAL_FLUSH:n7,Z_FULL_FLUSH:s7,Z_FINISH:nr,Z_BLOCK:fN,Z_OK:it,Z_STREAM_END:uN,Z_STREAM_ERROR:qr,Z_DATA_ERROR:a7,Z_BUF_ERROR:K0,Z_DEFAULT_COMPRESSION:o7,Z_FILTERED:l7,Z_HUFFMAN_ONLY:Td,Z_RLE:c7,Z_FIXED:f7,Z_DEFAULT_STRATEGY:u7,Z_UNKNOWN:h7,Z_DEFLATED:Gd}=Oo,d7=9,p7=15,m7=8,w7=29,y7=256,fb=y7+1+w7,g7=30,b7=19,_7=2*fb+1,v7=15,ee=3,Yi=258,Ur=Yi+ee+1,S7=32,To=42,xb=57,ub=69,hb=73,db=91,pb=103,Kn=113,Tc=666,Et=1,Ro=2,es=3,Ao=4,E7=3,Jn=y((t,e)=>(t.msg=Qn[e],e),"err"),hN=y(t=>t*2-(t>4?9:0),"rank"),Ji=y(t=>{let e=t.length;for(;--e>=0;)t[e]=0},"zero"),F7=y(t=>{let e,r,i,n=t.w_size;e=t.hash_size,i=e;do r=t.head[--i],t.head[i]=r>=n?r-n:0;while(--e);e=n,i=e;do r=t.prev[--i],t.prev[i]=r>=n?r-n:0;while(--e)},"slide_hash"),k7=y((t,e,r)=>(e<<t.hash_shift^r)&t.hash_mask,"HASH_ZLIB"),en=k7,Ut=y(t=>{let e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(t.output.set(e.pending_buf.subarray(e.pending_out,e.pending_out+r),t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))},"flush_pending"),zt=y((t,e)=>{r7(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,Ut(t.strm)},"flush_block_only"),ce=y((t,e)=>{t.pending_buf[t.pending++]=e},"put_byte"),kc=y((t,e)=>{t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255},"putShortMSB"),mb=y((t,e,r,i)=>{let n=t.avail_in;return n>i&&(n=i),n===0?0:(t.avail_in-=n,e.set(t.input.subarray(t.next_in,t.next_in+n),r),t.state.wrap===1?t.adler=Bc(t.adler,e,n,r):t.state.wrap===2&&(t.adler=Je(t.adler,e,n,r)),t.next_in+=n,t.total_in+=n,n)},"read_buf"),TD=y((t,e)=>{let r=t.max_chain_length,i=t.strstart,n,s,a=t.prev_length,l=t.nice_match,c=t.strstart>t.w_size-Ur?t.strstart-(t.w_size-Ur):0,o=t.window,f=t.w_mask,h=t.prev,d=t.strstart+Yi,p=o[i+a-1],m=o[i+a];t.prev_length>=t.good_match&&(r>>=2),l>t.lookahead&&(l=t.lookahead);do if(n=e,!(o[n+a]!==m||o[n+a-1]!==p||o[n]!==o[i]||o[++n]!==o[i+1])){i+=2,n++;do;while(o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&o[++i]===o[++n]&&i<d);if(s=Yi-(d-i),i=d-Yi,s>a){if(t.match_start=e,a=s,s>=l)break;p=o[i+a-1],m=o[i+a]}}while((e=h[e&f])>c&&--r!==0);return a<=t.lookahead?a:t.lookahead},"longest_match"),xo=y(t=>{let e=t.w_size,r,i,n;do{if(i=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Ur)&&(t.window.set(t.window.subarray(e,e+e-i),0),t.match_start-=e,t.strstart-=e,t.block_start-=e,t.insert>t.strstart&&(t.insert=t.strstart),F7(t),i+=e),t.strm.avail_in===0)break;if(r=mb(t.strm,t.window,t.strstart+t.lookahead,i),t.lookahead+=r,t.lookahead+t.insert>=ee)for(n=t.strstart-t.insert,t.ins_h=t.window[n],t.ins_h=en(t,t.ins_h,t.window[n+1]);t.insert&&(t.ins_h=en(t,t.ins_h,t.window[n+ee-1]),t.prev[n&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=n,n++,t.insert--,!(t.lookahead+t.insert<ee)););}while(t.lookahead<Ur&&t.strm.avail_in!==0)},"fill_window"),xD=y((t,e)=>{let r=t.pending_buf_size-5>t.w_size?t.w_size:t.pending_buf_size-5,i,n,s,a=0,l=t.strm.avail_in;do{if(i=65535,s=t.bi_valid+42>>3,t.strm.avail_out<s||(s=t.strm.avail_out-s,n=t.strstart-t.block_start,i>n+t.strm.avail_in&&(i=n+t.strm.avail_in),i>s&&(i=s),i<r&&(i===0&&e!==nr||e===Qi||i!==n+t.strm.avail_in)))break;a=e===nr&&i===n+t.strm.avail_in?1:0,cb(t,0,0,a),t.pending_buf[t.pending-4]=i,t.pending_buf[t.pending-3]=i>>8,t.pending_buf[t.pending-2]=~i,t.pending_buf[t.pending-1]=~i>>8,Ut(t.strm),n&&(n>i&&(n=i),t.strm.output.set(t.window.subarray(t.block_start,t.block_start+n),t.strm.next_out),t.strm.next_out+=n,t.strm.avail_out-=n,t.strm.total_out+=n,t.block_start+=n,i-=n),i&&(mb(t.strm,t.strm.output,t.strm.next_out,i),t.strm.next_out+=i,t.strm.avail_out-=i,t.strm.total_out+=i)}while(a===0);return l-=t.strm.avail_in,l&&(l>=t.w_size?(t.matches=2,t.window.set(t.strm.input.subarray(t.strm.next_in-t.w_size,t.strm.next_in),0),t.strstart=t.w_size,t.insert=t.strstart):(t.window_size-t.strstart<=l&&(t.strstart-=t.w_size,t.window.set(t.window.subarray(t.w_size,t.w_size+t.strstart),0),t.matches<2&&t.matches++,t.insert>t.strstart&&(t.insert=t.strstart)),t.window.set(t.strm.input.subarray(t.strm.next_in-l,t.strm.next_in),t.strstart),t.strstart+=l,t.insert+=l>t.w_size-t.insert?t.w_size-t.insert:l),t.block_start=t.strstart),t.high_water<t.strstart&&(t.high_water=t.strstart),a?Ao:e!==Qi&&e!==nr&&t.strm.avail_in===0&&t.strstart===t.block_start?Ro:(s=t.window_size-t.strstart,t.strm.avail_in>s&&t.block_start>=t.w_size&&(t.block_start-=t.w_size,t.strstart-=t.w_size,t.window.set(t.window.subarray(t.w_size,t.w_size+t.strstart),0),t.matches<2&&t.matches++,s+=t.w_size,t.insert>t.strstart&&(t.insert=t.strstart)),s>t.strm.avail_in&&(s=t.strm.avail_in),s&&(mb(t.strm,t.window,t.strstart,s),t.strstart+=s,t.insert+=s>t.w_size-t.insert?t.w_size-t.insert:s),t.high_water<t.strstart&&(t.high_water=t.strstart),s=t.bi_valid+42>>3,s=t.pending_buf_size-s>65535?65535:t.pending_buf_size-s,r=s>t.w_size?t.w_size:s,n=t.strstart-t.block_start,(n>=r||(n||e===nr)&&e!==Qi&&t.strm.avail_in===0&&n<=s)&&(i=n>s?s:n,a=e===nr&&t.strm.avail_in===0&&i===n?1:0,cb(t,t.block_start,i,a),t.block_start+=i,Ut(t.strm)),a?es:Et)},"deflate_stored"),J0=y((t,e)=>{let r,i;for(;;){if(t.lookahead<Ur){if(xo(t),t.lookahead<Ur&&e===Qi)return Et;if(t.lookahead===0)break}if(r=0,t.lookahead>=ee&&(t.ins_h=en(t,t.ins_h,t.window[t.strstart+ee-1]),r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-Ur&&(t.match_length=TD(t,r)),t.match_length>=ee)if(i=Xi(t,t.strstart-t.match_start,t.match_length-ee),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=ee){t.match_length--;do t.strstart++,t.ins_h=en(t,t.ins_h,t.window[t.strstart+ee-1]),r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!==0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=en(t,t.ins_h,t.window[t.strstart+1]);else i=Xi(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(i&&(zt(t,!1),t.strm.avail_out===0))return Et}return t.insert=t.strstart<ee-1?t.strstart:ee-1,e===nr?(zt(t,!0),t.strm.avail_out===0?es:Ao):t.sym_next&&(zt(t,!1),t.strm.avail_out===0)?Et:Ro},"deflate_fast"),oo=y((t,e)=>{let r,i,n;for(;;){if(t.lookahead<Ur){if(xo(t),t.lookahead<Ur&&e===Qi)return Et;if(t.lookahead===0)break}if(r=0,t.lookahead>=ee&&(t.ins_h=en(t,t.ins_h,t.window[t.strstart+ee-1]),r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=ee-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-Ur&&(t.match_length=TD(t,r),t.match_length<=5&&(t.strategy===l7||t.match_length===ee&&t.strstart-t.match_start>4096)&&(t.match_length=ee-1)),t.prev_length>=ee&&t.match_length<=t.prev_length){n=t.strstart+t.lookahead-ee,i=Xi(t,t.strstart-1-t.prev_match,t.prev_length-ee),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=n&&(t.ins_h=en(t,t.ins_h,t.window[t.strstart+ee-1]),r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!==0);if(t.match_available=0,t.match_length=ee-1,t.strstart++,i&&(zt(t,!1),t.strm.avail_out===0))return Et}else if(t.match_available){if(i=Xi(t,0,t.window[t.strstart-1]),i&&zt(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return Et}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(i=Xi(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<ee-1?t.strstart:ee-1,e===nr?(zt(t,!0),t.strm.avail_out===0?es:Ao):t.sym_next&&(zt(t,!1),t.strm.avail_out===0)?Et:Ro},"deflate_slow"),T7=y((t,e)=>{let r,i,n,s,a=t.window;for(;;){if(t.lookahead<=Yi){if(xo(t),t.lookahead<=Yi&&e===Qi)return Et;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=ee&&t.strstart>0&&(n=t.strstart-1,i=a[n],i===a[++n]&&i===a[++n]&&i===a[++n])){s=t.strstart+Yi;do;while(i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&n<s);t.match_length=Yi-(s-n),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=ee?(r=Xi(t,1,t.match_length-ee),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=Xi(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(zt(t,!1),t.strm.avail_out===0))return Et}return t.insert=0,e===nr?(zt(t,!0),t.strm.avail_out===0?es:Ao):t.sym_next&&(zt(t,!1),t.strm.avail_out===0)?Et:Ro},"deflate_rle"),x7=y((t,e)=>{let r;for(;;){if(t.lookahead===0&&(xo(t),t.lookahead===0)){if(e===Qi)return Et;break}if(t.match_length=0,r=Xi(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(zt(t,!1),t.strm.avail_out===0))return Et}return t.insert=0,e===nr?(zt(t,!0),t.strm.avail_out===0?es:Ao):t.sym_next&&(zt(t,!1),t.strm.avail_out===0)?Et:Ro},"deflate_huff");function gr(t,e,r,i,n){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=i,this.func=n}u(gr,"ne");y(gr,"Config");var xc=[new gr(0,0,0,0,xD),new gr(4,4,8,4,J0),new gr(4,5,16,8,J0),new gr(4,6,32,32,J0),new gr(4,4,16,16,oo),new gr(8,16,32,32,oo),new gr(8,16,128,128,oo),new gr(8,32,128,256,oo),new gr(32,128,258,1024,oo),new gr(32,258,258,4096,oo)],O7=y(t=>{t.window_size=2*t.w_size,Ji(t.head),t.max_lazy_match=xc[t.level].max_lazy,t.good_match=xc[t.level].good_length,t.nice_match=xc[t.level].nice_length,t.max_chain_length=xc[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=ee-1,t.match_available=0,t.ins_h=0},"lm_init");function OD(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Gd,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(_7*2),this.dyn_dtree=new Uint16Array((2*g7+1)*2),this.bl_tree=new Uint16Array((2*b7+1)*2),Ji(this.dyn_ltree),Ji(this.dyn_dtree),Ji(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(v7+1),this.heap=new Uint16Array(2*fb+1),Ji(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(2*fb+1),Ji(this.depth),this.sym_buf=0,this.lit_bufsize=0,this.sym_next=0,this.sym_end=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}u(OD,"gs");y(OD,"DeflateState");var zc=y(t=>{if(!t)return 1;let e=t.state;return!e||e.strm!==t||e.status!==To&&e.status!==xb&&e.status!==ub&&e.status!==hb&&e.status!==db&&e.status!==pb&&e.status!==Kn&&e.status!==Tc?1:0},"deflateStateCheck"),RD=y(t=>{if(zc(t))return Jn(t,qr);t.total_in=t.total_out=0,t.data_type=h7;let e=t.state;return e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap===2?xb:e.wrap?To:Kn,t.adler=e.wrap===2?0:1,e.last_flush=-2,t7(e),it},"deflateResetKeep"),AD=y(t=>{let e=RD(t);return e===it&&O7(t.state),e},"deflateReset"),R7=y((t,e)=>zc(t)||t.state.wrap!==2?qr:(t.state.gzhead=e,it),"deflateSetHeader"),PD=y((t,e,r,i,n,s)=>{if(!t)return qr;let a=1;if(e===o7&&(e=6),i<0?(a=0,i=-i):i>15&&(a=2,i-=16),n<1||n>d7||r!==Gd||i<8||i>15||e<0||e>9||s<0||s>f7||i===8&&a!==1)return Jn(t,qr);i===8&&(i=9);let l=new OD;return t.state=l,l.strm=t,l.status=To,l.wrap=a,l.gzhead=null,l.w_bits=i,l.w_size=1<<l.w_bits,l.w_mask=l.w_size-1,l.hash_bits=n+7,l.hash_size=1<<l.hash_bits,l.hash_mask=l.hash_size-1,l.hash_shift=~~((l.hash_bits+ee-1)/ee),l.window=new Uint8Array(l.w_size*2),l.head=new Uint16Array(l.hash_size),l.prev=new Uint16Array(l.w_size),l.lit_bufsize=1<<n+6,l.pending_buf_size=l.lit_bufsize*4,l.pending_buf=new Uint8Array(l.pending_buf_size),l.sym_buf=l.lit_bufsize,l.sym_end=(l.lit_bufsize-1)*3,l.level=e,l.strategy=s,l.method=r,AD(t)},"deflateInit2"),A7=y((t,e)=>PD(t,e,Gd,p7,m7,u7),"deflateInit"),P7=y((t,e)=>{if(zc(t)||e>fN||e<0)return t?Jn(t,qr):qr;let r=t.state;if(!t.output||t.avail_in!==0&&!t.input||r.status===Tc&&e!==nr)return Jn(t,t.avail_out===0?K0:qr);let i=r.last_flush;if(r.last_flush=e,r.pending!==0){if(Ut(t),t.avail_out===0)return r.last_flush=-1,it}else if(t.avail_in===0&&hN(e)<=hN(i)&&e!==nr)return Jn(t,K0);if(r.status===Tc&&t.avail_in!==0)return Jn(t,K0);if(r.status===To&&r.wrap===0&&(r.status=Kn),r.status===To){let n=Gd+(r.w_bits-8<<4)<<8,s=-1;if(r.strategy>=Td||r.level<2?s=0:r.level<6?s=1:r.level===6?s=2:s=3,n|=s<<6,r.strstart!==0&&(n|=S7),n+=31-n%31,kc(r,n),r.strstart!==0&&(kc(r,t.adler>>>16),kc(r,t.adler&65535)),t.adler=1,r.status=Kn,Ut(t),r.pending!==0)return r.last_flush=-1,it}if(r.status===xb){if(t.adler=0,ce(r,31),ce(r,139),ce(r,8),r.gzhead)ce(r,(r.gzhead.text?1:0)+(r.gzhead.hcrc?2:0)+(r.gzhead.extra?4:0)+(r.gzhead.name?8:0)+(r.gzhead.comment?16:0)),ce(r,r.gzhead.time&255),ce(r,r.gzhead.time>>8&255),ce(r,r.gzhead.time>>16&255),ce(r,r.gzhead.time>>24&255),ce(r,r.level===9?2:r.strategy>=Td||r.level<2?4:0),ce(r,r.gzhead.os&255),r.gzhead.extra&&r.gzhead.extra.length&&(ce(r,r.gzhead.extra.length&255),ce(r,r.gzhead.extra.length>>8&255)),r.gzhead.hcrc&&(t.adler=Je(t.adler,r.pending_buf,r.pending,0)),r.gzindex=0,r.status=ub;else if(ce(r,0),ce(r,0),ce(r,0),ce(r,0),ce(r,0),ce(r,r.level===9?2:r.strategy>=Td||r.level<2?4:0),ce(r,E7),r.status=Kn,Ut(t),r.pending!==0)return r.last_flush=-1,it}if(r.status===ub){if(r.gzhead.extra){let n=r.pending,s=(r.gzhead.extra.length&65535)-r.gzindex;for(;r.pending+s>r.pending_buf_size;){let l=r.pending_buf_size-r.pending;if(r.pending_buf.set(r.gzhead.extra.subarray(r.gzindex,r.gzindex+l),r.pending),r.pending=r.pending_buf_size,r.gzhead.hcrc&&r.pending>n&&(t.adler=Je(t.adler,r.pending_buf,r.pending-n,n)),r.gzindex+=l,Ut(t),r.pending!==0)return r.last_flush=-1,it;n=0,s-=l}let a=new Uint8Array(r.gzhead.extra);r.pending_buf.set(a.subarray(r.gzindex,r.gzindex+s),r.pending),r.pending+=s,r.gzhead.hcrc&&r.pending>n&&(t.adler=Je(t.adler,r.pending_buf,r.pending-n,n)),r.gzindex=0}r.status=hb}if(r.status===hb){if(r.gzhead.name){let n=r.pending,s;do{if(r.pending===r.pending_buf_size){if(r.gzhead.hcrc&&r.pending>n&&(t.adler=Je(t.adler,r.pending_buf,r.pending-n,n)),Ut(t),r.pending!==0)return r.last_flush=-1,it;n=0}r.gzindex<r.gzhead.name.length?s=r.gzhead.name.charCodeAt(r.gzindex++)&255:s=0,ce(r,s)}while(s!==0);r.gzhead.hcrc&&r.pending>n&&(t.adler=Je(t.adler,r.pending_buf,r.pending-n,n)),r.gzindex=0}r.status=db}if(r.status===db){if(r.gzhead.comment){let n=r.pending,s;do{if(r.pending===r.pending_buf_size){if(r.gzhead.hcrc&&r.pending>n&&(t.adler=Je(t.adler,r.pending_buf,r.pending-n,n)),Ut(t),r.pending!==0)return r.last_flush=-1,it;n=0}r.gzindex<r.gzhead.comment.length?s=r.gzhead.comment.charCodeAt(r.gzindex++)&255:s=0,ce(r,s)}while(s!==0);r.gzhead.hcrc&&r.pending>n&&(t.adler=Je(t.adler,r.pending_buf,r.pending-n,n))}r.status=pb}if(r.status===pb){if(r.gzhead.hcrc){if(r.pending+2>r.pending_buf_size&&(Ut(t),r.pending!==0))return r.last_flush=-1,it;ce(r,t.adler&255),ce(r,t.adler>>8&255),t.adler=0}if(r.status=Kn,Ut(t),r.pending!==0)return r.last_flush=-1,it}if(t.avail_in!==0||r.lookahead!==0||e!==Qi&&r.status!==Tc){let n=r.level===0?xD(r,e):r.strategy===Td?x7(r,e):r.strategy===c7?T7(r,e):xc[r.level].func(r,e);if((n===es||n===Ao)&&(r.status=Tc),n===Et||n===es)return t.avail_out===0&&(r.last_flush=-1),it;if(n===Ro&&(e===n7?i7(r):e!==fN&&(cb(r,0,0,!1),e===s7&&(Ji(r.head),r.lookahead===0&&(r.strstart=0,r.block_start=0,r.insert=0))),Ut(t),t.avail_out===0))return r.last_flush=-1,it}return e!==nr?it:r.wrap<=0?uN:(r.wrap===2?(ce(r,t.adler&255),ce(r,t.adler>>8&255),ce(r,t.adler>>16&255),ce(r,t.adler>>24&255),ce(r,t.total_in&255),ce(r,t.total_in>>8&255),ce(r,t.total_in>>16&255),ce(r,t.total_in>>24&255)):(kc(r,t.adler>>>16),kc(r,t.adler&65535)),Ut(t),r.wrap>0&&(r.wrap=-r.wrap),r.pending!==0?it:uN)},"deflate$2"),N7=y(t=>{if(zc(t))return qr;let e=t.state.status;return t.state=null,e===Kn?Jn(t,a7):it},"deflateEnd"),D7=y((t,e)=>{let r=e.length;if(zc(t))return qr;let i=t.state,n=i.wrap;if(n===2||n===1&&i.status!==To||i.lookahead)return qr;if(n===1&&(t.adler=Bc(t.adler,e,r,0)),i.wrap=0,r>=i.w_size){n===0&&(Ji(i.head),i.strstart=0,i.block_start=0,i.insert=0);let c=new Uint8Array(i.w_size);c.set(e.subarray(r-i.w_size,r),0),e=c,r=i.w_size}let s=t.avail_in,a=t.next_in,l=t.input;for(t.avail_in=r,t.next_in=0,t.input=e,xo(i);i.lookahead>=ee;){let c=i.strstart,o=i.lookahead-(ee-1);do i.ins_h=en(i,i.ins_h,i.window[c+ee-1]),i.prev[c&i.w_mask]=i.head[i.ins_h],i.head[i.ins_h]=c,c++;while(--o);i.strstart=c,i.lookahead=ee-1,xo(i)}return i.strstart+=i.lookahead,i.block_start=i.strstart,i.insert=i.lookahead,i.lookahead=0,i.match_length=i.prev_length=ee-1,i.match_available=0,t.next_in=a,t.input=l,t.avail_in=s,i.wrap=n,it},"deflateSetDictionary"),C7=A7,I7=PD,$7=AD,B7=RD,L7=R7,M7=P7,j7=N7,q7=D7,U7="pako deflate (from Nodeca project)",Rc={deflateInit:C7,deflateInit2:I7,deflateReset:$7,deflateResetKeep:B7,deflateSetHeader:L7,deflate:M7,deflateEnd:j7,deflateSetDictionary:q7,deflateInfo:U7},z7=y((t,e)=>Object.prototype.hasOwnProperty.call(t,e),"_has"),W7=y(function(t){let e=Array.prototype.slice.call(arguments,1);for(;e.length;){let r=e.shift();if(r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(let i in r)z7(r,i)&&(t[i]=r[i])}}return t},"assign"),H7=y(t=>{let e=0;for(let i=0,n=t.length;i<n;i++)e+=t[i].length;let r=new Uint8Array(e);for(let i=0,n=0,s=t.length;i<s;i++){let a=t[i];r.set(a,n),n+=a.length}return r},"flattenChunks"),Zd={assign:W7,flattenChunks:H7},ND=!0;try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{ND=!1}var Lc=new Uint8Array(256);for(let t=0;t<256;t++)Lc[t]=t>=252?6:t>=248?5:t>=240?4:t>=224?3:t>=192?2:1;Lc[254]=Lc[254]=1;var V7=y(t=>{if(typeof TextEncoder=="function"&&TextEncoder.prototype.encode)return new TextEncoder().encode(t);let e,r,i,n,s,a=t.length,l=0;for(n=0;n<a;n++)r=t.charCodeAt(n),(r&64512)===55296&&n+1<a&&(i=t.charCodeAt(n+1),(i&64512)===56320&&(r=65536+(r-55296<<10)+(i-56320),n++)),l+=r<128?1:r<2048?2:r<65536?3:4;for(e=new Uint8Array(l),s=0,n=0;s<l;n++)r=t.charCodeAt(n),(r&64512)===55296&&n+1<a&&(i=t.charCodeAt(n+1),(i&64512)===56320&&(r=65536+(r-55296<<10)+(i-56320),n++)),r<128?e[s++]=r:r<2048?(e[s++]=192|r>>>6,e[s++]=128|r&63):r<65536?(e[s++]=224|r>>>12,e[s++]=128|r>>>6&63,e[s++]=128|r&63):(e[s++]=240|r>>>18,e[s++]=128|r>>>12&63,e[s++]=128|r>>>6&63,e[s++]=128|r&63);return e},"string2buf"),G7=y((t,e)=>{if(e<65534&&t.subarray&&ND)return String.fromCharCode.apply(null,t.length===e?t:t.subarray(0,e));let r="";for(let i=0;i<e;i++)r+=String.fromCharCode(t[i]);return r},"buf2binstring"),Z7=y((t,e)=>{let r=e||t.length;if(typeof TextDecoder=="function"&&TextDecoder.prototype.decode)return new TextDecoder().decode(t.subarray(0,e));let i,n,s=new Array(r*2);for(n=0,i=0;i<r;){let a=t[i++];if(a<128){s[n++]=a;continue}let l=Lc[a];if(l>4){s[n++]=65533,i+=l-1;continue}for(a&=l===2?31:l===3?15:7;l>1&&i<r;)a=a<<6|t[i++]&63,l--;if(l>1){s[n++]=65533;continue}a<65536?s[n++]=a:(a-=65536,s[n++]=55296|a>>10&1023,s[n++]=56320|a&1023)}return G7(s,n)},"buf2string"),K7=y((t,e)=>{e=e||t.length,e>t.length&&(e=t.length);let r=e-1;for(;r>=0&&(t[r]&192)===128;)r--;return r<0||r===0?e:r+Lc[t[r]]>e?r:e},"utf8border"),Mc={string2buf:V7,buf2string:Z7,utf8border:K7};function DD(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}u(DD,"Us");y(DD,"ZStream");var CD=DD,ID=Object.prototype.toString,{Z_NO_FLUSH:J7,Z_SYNC_FLUSH:Y7,Z_FULL_FLUSH:X7,Z_FINISH:Q7,Z_OK:jd,Z_STREAM_END:e9,Z_DEFAULT_COMPRESSION:t9,Z_DEFAULT_STRATEGY:r9,Z_DEFLATED:i9}=Oo;function Po(t){this.options=Zd.assign({level:t9,method:i9,chunkSize:16384,windowBits:15,memLevel:8,strategy:r9},t||{});let e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new CD,this.strm.avail_out=0;let r=Rc.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==jd)throw new Error(Qn[r]);if(e.header&&Rc.deflateSetHeader(this.strm,e.header),e.dictionary){let i;if(typeof e.dictionary=="string"?i=Mc.string2buf(e.dictionary):ID.call(e.dictionary)==="[object ArrayBuffer]"?i=new Uint8Array(e.dictionary):i=e.dictionary,r=Rc.deflateSetDictionary(this.strm,i),r!==jd)throw new Error(Qn[r]);this._dict_set=!0}}u(Po,"_t");y(Po,"Deflate$1");Po.prototype.push=function(t,e){let r=this.strm,i=this.options.chunkSize,n,s;if(this.ended)return!1;for(e===~~e?s=e:s=e===!0?Q7:J7,typeof t=="string"?r.input=Mc.string2buf(t):ID.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;;){if(r.avail_out===0&&(r.output=new Uint8Array(i),r.next_out=0,r.avail_out=i),(s===Y7||s===X7)&&r.avail_out<=6){this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;continue}if(n=Rc.deflate(r,s),n===e9)return r.next_out>0&&this.onData(r.output.subarray(0,r.next_out)),n=Rc.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===jd;if(r.avail_out===0){this.onData(r.output);continue}if(s>0&&r.next_out>0){this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;continue}if(r.avail_in===0)break}return!0};Po.prototype.onData=function(t){this.chunks.push(t)};Po.prototype.onEnd=function(t){t===jd&&(this.result=Zd.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Kd(t,e){let r=new Po(e);if(r.push(t,!0),r.err)throw r.msg||Qn[r.err];return r.result}u(Kd,"zi");y(Kd,"deflate$1");function $D(t,e){return e=e||{},e.raw=!0,Kd(t,e)}u($D,"Js");y($D,"deflateRaw$1");function BD(t,e){return e=e||{},e.gzip=!0,Kd(t,e)}u(BD,"qs");y(BD,"gzip$1");var n9=Po,s9=Kd,a9=$D,o9=BD,l9=Oo,c9={Deflate:n9,deflate:s9,deflateRaw:a9,gzip:o9,constants:l9},xd=16209,f9=16191,u9=y(function(t,e){let r,i,n,s,a,l,c,o,f,h,d,p,m,w,g,b,_,S,F,k,A,v,T,E,R=t.state;r=t.next_in,T=t.input,i=r+(t.avail_in-5),n=t.next_out,E=t.output,s=n-(e-t.avail_out),a=n+(t.avail_out-257),l=R.dmax,c=R.wsize,o=R.whave,f=R.wnext,h=R.window,d=R.hold,p=R.bits,m=R.lencode,w=R.distcode,g=(1<<R.lenbits)-1,b=(1<<R.distbits)-1;e:do{p<15&&(d+=T[r++]<<p,p+=8,d+=T[r++]<<p,p+=8),_=m[d&g];t:for(;;){if(S=_>>>24,d>>>=S,p-=S,S=_>>>16&255,S===0)E[n++]=_&65535;else if(S&16){F=_&65535,S&=15,S&&(p<S&&(d+=T[r++]<<p,p+=8),F+=d&(1<<S)-1,d>>>=S,p-=S),p<15&&(d+=T[r++]<<p,p+=8,d+=T[r++]<<p,p+=8),_=w[d&b];r:for(;;){if(S=_>>>24,d>>>=S,p-=S,S=_>>>16&255,S&16){if(k=_&65535,S&=15,p<S&&(d+=T[r++]<<p,p+=8,p<S&&(d+=T[r++]<<p,p+=8)),k+=d&(1<<S)-1,k>l){t.msg="invalid distance too far back",R.mode=xd;break e}if(d>>>=S,p-=S,S=n-s,k>S){if(S=k-S,S>o&&R.sane){t.msg="invalid distance too far back",R.mode=xd;break e}if(A=0,v=h,f===0){if(A+=c-S,S<F){F-=S;do E[n++]=h[A++];while(--S);A=n-k,v=E}}else if(f<S){if(A+=c+f-S,S-=f,S<F){F-=S;do E[n++]=h[A++];while(--S);if(A=0,f<F){S=f,F-=S;do E[n++]=h[A++];while(--S);A=n-k,v=E}}}else if(A+=f-S,S<F){F-=S;do E[n++]=h[A++];while(--S);A=n-k,v=E}for(;F>2;)E[n++]=v[A++],E[n++]=v[A++],E[n++]=v[A++],F-=3;F&&(E[n++]=v[A++],F>1&&(E[n++]=v[A++]))}else{A=n-k;do E[n++]=E[A++],E[n++]=E[A++],E[n++]=E[A++],F-=3;while(F>2);F&&(E[n++]=E[A++],F>1&&(E[n++]=E[A++]))}}else if(S&64){t.msg="invalid distance code",R.mode=xd;break e}else{_=w[(_&65535)+(d&(1<<S)-1)];continue r}break}}else if(S&64)if(S&32){R.mode=f9;break e}else{t.msg="invalid literal/length code",R.mode=xd;break e}else{_=m[(_&65535)+(d&(1<<S)-1)];continue t}break}}while(r<i&&n<a);F=p>>3,r-=F,p-=F<<3,d&=(1<<p)-1,t.next_in=r,t.next_out=n,t.avail_in=r<i?5+(i-r):5-(r-i),t.avail_out=n<a?257+(a-n):257-(n-a),R.hold=d,R.bits=p},"inflate_fast"),lo=15,dN=852,pN=592,mN=0,Y0=1,wN=2,h9=new Uint16Array([3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0]),d9=new Uint8Array([16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78]),p9=new Uint16Array([1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0]),m9=new Uint8Array([16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64]),w9=y((t,e,r,i,n,s,a,l)=>{let c=l.bits,o=0,f=0,h=0,d=0,p=0,m=0,w=0,g=0,b=0,_=0,S,F,k,A,v,T=null,E,R=new Uint16Array(lo+1),P=new Uint16Array(lo+1),I=null,B,z,we;for(o=0;o<=lo;o++)R[o]=0;for(f=0;f<i;f++)R[e[r+f]]++;for(p=c,d=lo;d>=1&&R[d]===0;d--);if(p>d&&(p=d),d===0)return n[s++]=1<<24|64<<16|0,n[s++]=1<<24|64<<16|0,l.bits=1,0;for(h=1;h<d&&R[h]===0;h++);for(p<h&&(p=h),g=1,o=1;o<=lo;o++)if(g<<=1,g-=R[o],g<0)return-1;if(g>0&&(t===mN||d!==1))return-1;for(P[1]=0,o=1;o<lo;o++)P[o+1]=P[o]+R[o];for(f=0;f<i;f++)e[r+f]!==0&&(a[P[e[r+f]]++]=f);if(t===mN?(T=I=a,E=20):t===Y0?(T=h9,I=d9,E=257):(T=p9,I=m9,E=0),_=0,f=0,o=h,v=s,m=p,w=0,k=-1,b=1<<p,A=b-1,t===Y0&&b>dN||t===wN&&b>pN)return 1;for(;;){B=o-w,a[f]+1<E?(z=0,we=a[f]):a[f]>=E?(z=I[a[f]-E],we=T[a[f]-E]):(z=96,we=0),S=1<<o-w,F=1<<m,h=F;do F-=S,n[v+(_>>w)+F]=B<<24|z<<16|we|0;while(F!==0);for(S=1<<o-1;_&S;)S>>=1;if(S!==0?(_&=S-1,_+=S):_=0,f++,--R[o]===0){if(o===d)break;o=e[r+a[f]]}if(o>p&&(_&A)!==k){for(w===0&&(w=p),v+=h,m=o-w,g=1<<m;m+w<d&&(g-=R[m+w],!(g<=0));)m++,g<<=1;if(b+=1<<m,t===Y0&&b>dN||t===wN&&b>pN)return 1;k=_&A,n[k]=p<<24|m<<16|v-s|0}}return _!==0&&(n[v+_]=o-w<<24|64<<16|0),l.bits=p,0},"inflate_table"),Ac=w9,y9=0,LD=1,MD=2,{Z_FINISH:yN,Z_BLOCK:g9,Z_TREES:Od,Z_OK:ts,Z_STREAM_END:b9,Z_NEED_DICT:_9,Z_STREAM_ERROR:_r,Z_DATA_ERROR:jD,Z_MEM_ERROR:qD,Z_BUF_ERROR:v9,Z_DEFLATED:gN}=Oo,Jd=16180,bN=16181,_N=16182,vN=16183,SN=16184,EN=16185,FN=16186,kN=16187,TN=16188,xN=16189,qd=16190,fi=16191,X0=16192,ON=16193,Q0=16194,RN=16195,AN=16196,PN=16197,NN=16198,Rd=16199,Ad=16200,DN=16201,CN=16202,IN=16203,$N=16204,BN=16205,eb=16206,LN=16207,MN=16208,Fe=16209,UD=16210,zD=16211,S9=852,E9=592,F9=15,k9=F9,jN=y(t=>(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24),"zswap32");function WD(){this.strm=null,this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Uint16Array(320),this.work=new Uint16Array(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}u(WD,"vo");y(WD,"InflateState");var ns=y(t=>{if(!t)return 1;let e=t.state;return!e||e.strm!==t||e.mode<Jd||e.mode>zD?1:0},"inflateStateCheck"),HD=y(t=>{if(ns(t))return _r;let e=t.state;return t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=Jd,e.last=0,e.havedict=0,e.flags=-1,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Int32Array(S9),e.distcode=e.distdyn=new Int32Array(E9),e.sane=1,e.back=-1,ts},"inflateResetKeep"),VD=y(t=>{if(ns(t))return _r;let e=t.state;return e.wsize=0,e.whave=0,e.wnext=0,HD(t)},"inflateReset"),GD=y((t,e)=>{let r;if(ns(t))return _r;let i=t.state;return e<0?(r=0,e=-e):(r=(e>>4)+5,e<48&&(e&=15)),e&&(e<8||e>15)?_r:(i.window!==null&&i.wbits!==e&&(i.window=null),i.wrap=r,i.wbits=e,VD(t))},"inflateReset2"),ZD=y((t,e)=>{if(!t)return _r;let r=new WD;t.state=r,r.strm=t,r.window=null,r.mode=Jd;let i=GD(t,e);return i!==ts&&(t.state=null),i},"inflateInit2"),T9=y(t=>ZD(t,k9),"inflateInit"),qN=!0,tb,rb,x9=y(t=>{if(qN){tb=new Int32Array(512),rb=new Int32Array(32);let e=0;for(;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(Ac(LD,t.lens,0,288,tb,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Ac(MD,t.lens,0,32,rb,0,t.work,{bits:5}),qN=!1}t.lencode=tb,t.lenbits=9,t.distcode=rb,t.distbits=5},"fixedtables"),KD=y((t,e,r,i)=>{let n,s=t.state;return s.window===null&&(s.wsize=1<<s.wbits,s.wnext=0,s.whave=0,s.window=new Uint8Array(s.wsize)),i>=s.wsize?(s.window.set(e.subarray(r-s.wsize,r),0),s.wnext=0,s.whave=s.wsize):(n=s.wsize-s.wnext,n>i&&(n=i),s.window.set(e.subarray(r-i,r-i+n),s.wnext),i-=n,i?(s.window.set(e.subarray(r-i,r),0),s.wnext=i,s.whave=s.wsize):(s.wnext+=n,s.wnext===s.wsize&&(s.wnext=0),s.whave<s.wsize&&(s.whave+=n))),0},"updatewindow"),O9=y((t,e)=>{let r,i,n,s,a,l,c,o,f,h,d,p,m,w,g=0,b,_,S,F,k,A,v,T,E=new Uint8Array(4),R,P,I=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);if(ns(t)||!t.output||!t.input&&t.avail_in!==0)return _r;r=t.state,r.mode===fi&&(r.mode=X0),a=t.next_out,n=t.output,c=t.avail_out,s=t.next_in,i=t.input,l=t.avail_in,o=r.hold,f=r.bits,h=l,d=c,T=ts;e:for(;;)switch(r.mode){case Jd:if(r.wrap===0){r.mode=X0;break}for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.wrap&2&&o===35615){r.wbits===0&&(r.wbits=15),r.check=0,E[0]=o&255,E[1]=o>>>8&255,r.check=Je(r.check,E,2,0),o=0,f=0,r.mode=bN;break}if(r.head&&(r.head.done=!1),!(r.wrap&1)||(((o&255)<<8)+(o>>8))%31){t.msg="incorrect header check",r.mode=Fe;break}if((o&15)!==gN){t.msg="unknown compression method",r.mode=Fe;break}if(o>>>=4,f-=4,v=(o&15)+8,r.wbits===0&&(r.wbits=v),v>15||v>r.wbits){t.msg="invalid window size",r.mode=Fe;break}r.dmax=1<<r.wbits,r.flags=0,t.adler=r.check=1,r.mode=o&512?xN:fi,o=0,f=0;break;case bN:for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.flags=o,(r.flags&255)!==gN){t.msg="unknown compression method",r.mode=Fe;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Fe;break}r.head&&(r.head.text=o>>8&1),r.flags&512&&r.wrap&4&&(E[0]=o&255,E[1]=o>>>8&255,r.check=Je(r.check,E,2,0)),o=0,f=0,r.mode=_N;case _N:for(;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.head&&(r.head.time=o),r.flags&512&&r.wrap&4&&(E[0]=o&255,E[1]=o>>>8&255,E[2]=o>>>16&255,E[3]=o>>>24&255,r.check=Je(r.check,E,4,0)),o=0,f=0,r.mode=vN;case vN:for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.head&&(r.head.xflags=o&255,r.head.os=o>>8),r.flags&512&&r.wrap&4&&(E[0]=o&255,E[1]=o>>>8&255,r.check=Je(r.check,E,2,0)),o=0,f=0,r.mode=SN;case SN:if(r.flags&1024){for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.length=o,r.head&&(r.head.extra_len=o),r.flags&512&&r.wrap&4&&(E[0]=o&255,E[1]=o>>>8&255,r.check=Je(r.check,E,2,0)),o=0,f=0}else r.head&&(r.head.extra=null);r.mode=EN;case EN:if(r.flags&1024&&(p=r.length,p>l&&(p=l),p&&(r.head&&(v=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Uint8Array(r.head.extra_len)),r.head.extra.set(i.subarray(s,s+p),v)),r.flags&512&&r.wrap&4&&(r.check=Je(r.check,i,p,s)),l-=p,s+=p,r.length-=p),r.length))break e;r.length=0,r.mode=FN;case FN:if(r.flags&2048){if(l===0)break e;p=0;do v=i[s+p++],r.head&&v&&r.length<65536&&(r.head.name+=String.fromCharCode(v));while(v&&p<l);if(r.flags&512&&r.wrap&4&&(r.check=Je(r.check,i,p,s)),l-=p,s+=p,v)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=kN;case kN:if(r.flags&4096){if(l===0)break e;p=0;do v=i[s+p++],r.head&&v&&r.length<65536&&(r.head.comment+=String.fromCharCode(v));while(v&&p<l);if(r.flags&512&&r.wrap&4&&(r.check=Je(r.check,i,p,s)),l-=p,s+=p,v)break e}else r.head&&(r.head.comment=null);r.mode=TN;case TN:if(r.flags&512){for(;f<16;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.wrap&4&&o!==(r.check&65535)){t.msg="header crc mismatch",r.mode=Fe;break}o=0,f=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=fi;break;case xN:for(;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}t.adler=r.check=jN(o),o=0,f=0,r.mode=qd;case qd:if(r.havedict===0)return t.next_out=a,t.avail_out=c,t.next_in=s,t.avail_in=l,r.hold=o,r.bits=f,_9;t.adler=r.check=1,r.mode=fi;case fi:if(e===g9||e===Od)break e;case X0:if(r.last){o>>>=f&7,f-=f&7,r.mode=eb;break}for(;f<3;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}switch(r.last=o&1,o>>>=1,f-=1,o&3){case 0:r.mode=ON;break;case 1:if(x9(r),r.mode=Rd,e===Od){o>>>=2,f-=2;break e}break;case 2:r.mode=AN;break;case 3:t.msg="invalid block type",r.mode=Fe}o>>>=2,f-=2;break;case ON:for(o>>>=f&7,f-=f&7;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if((o&65535)!==(o>>>16^65535)){t.msg="invalid stored block lengths",r.mode=Fe;break}if(r.length=o&65535,o=0,f=0,r.mode=Q0,e===Od)break e;case Q0:r.mode=RN;case RN:if(p=r.length,p){if(p>l&&(p=l),p>c&&(p=c),p===0)break e;n.set(i.subarray(s,s+p),a),l-=p,s+=p,c-=p,a+=p,r.length-=p;break}r.mode=fi;break;case AN:for(;f<14;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.nlen=(o&31)+257,o>>>=5,f-=5,r.ndist=(o&31)+1,o>>>=5,f-=5,r.ncode=(o&15)+4,o>>>=4,f-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=Fe;break}r.have=0,r.mode=PN;case PN:for(;r.have<r.ncode;){for(;f<3;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.lens[I[r.have++]]=o&7,o>>>=3,f-=3}for(;r.have<19;)r.lens[I[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,R={bits:r.lenbits},T=Ac(y9,r.lens,0,19,r.lencode,0,r.work,R),r.lenbits=R.bits,T){t.msg="invalid code lengths set",r.mode=Fe;break}r.have=0,r.mode=NN;case NN:for(;r.have<r.nlen+r.ndist;){for(;g=r.lencode[o&(1<<r.lenbits)-1],b=g>>>24,_=g>>>16&255,S=g&65535,!(b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(S<16)o>>>=b,f-=b,r.lens[r.have++]=S;else{if(S===16){for(P=b+2;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(o>>>=b,f-=b,r.have===0){t.msg="invalid bit length repeat",r.mode=Fe;break}v=r.lens[r.have-1],p=3+(o&3),o>>>=2,f-=2}else if(S===17){for(P=b+3;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=b,f-=b,v=0,p=3+(o&7),o>>>=3,f-=3}else{for(P=b+7;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=b,f-=b,v=0,p=11+(o&127),o>>>=7,f-=7}if(r.have+p>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=Fe;break}for(;p--;)r.lens[r.have++]=v}}if(r.mode===Fe)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Fe;break}if(r.lenbits=9,R={bits:r.lenbits},T=Ac(LD,r.lens,0,r.nlen,r.lencode,0,r.work,R),r.lenbits=R.bits,T){t.msg="invalid literal/lengths set",r.mode=Fe;break}if(r.distbits=6,r.distcode=r.distdyn,R={bits:r.distbits},T=Ac(MD,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,R),r.distbits=R.bits,T){t.msg="invalid distances set",r.mode=Fe;break}if(r.mode=Rd,e===Od)break e;case Rd:r.mode=Ad;case Ad:if(l>=6&&c>=258){t.next_out=a,t.avail_out=c,t.next_in=s,t.avail_in=l,r.hold=o,r.bits=f,u9(t,d),a=t.next_out,n=t.output,c=t.avail_out,s=t.next_in,i=t.input,l=t.avail_in,o=r.hold,f=r.bits,r.mode===fi&&(r.back=-1);break}for(r.back=0;g=r.lencode[o&(1<<r.lenbits)-1],b=g>>>24,_=g>>>16&255,S=g&65535,!(b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(_&&!(_&240)){for(F=b,k=_,A=S;g=r.lencode[A+((o&(1<<F+k)-1)>>F)],b=g>>>24,_=g>>>16&255,S=g&65535,!(F+b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=F,f-=F,r.back+=F}if(o>>>=b,f-=b,r.back+=b,r.length=S,_===0){r.mode=BN;break}if(_&32){r.back=-1,r.mode=fi;break}if(_&64){t.msg="invalid literal/length code",r.mode=Fe;break}r.extra=_&15,r.mode=DN;case DN:if(r.extra){for(P=r.extra;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.length+=o&(1<<r.extra)-1,o>>>=r.extra,f-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=CN;case CN:for(;g=r.distcode[o&(1<<r.distbits)-1],b=g>>>24,_=g>>>16&255,S=g&65535,!(b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(!(_&240)){for(F=b,k=_,A=S;g=r.distcode[A+((o&(1<<F+k)-1)>>F)],b=g>>>24,_=g>>>16&255,S=g&65535,!(F+b<=f);){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}o>>>=F,f-=F,r.back+=F}if(o>>>=b,f-=b,r.back+=b,_&64){t.msg="invalid distance code",r.mode=Fe;break}r.offset=S,r.extra=_&15,r.mode=IN;case IN:if(r.extra){for(P=r.extra;f<P;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}r.offset+=o&(1<<r.extra)-1,o>>>=r.extra,f-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=Fe;break}r.mode=$N;case $N:if(c===0)break e;if(p=d-c,r.offset>p){if(p=r.offset-p,p>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Fe;break}p>r.wnext?(p-=r.wnext,m=r.wsize-p):m=r.wnext-p,p>r.length&&(p=r.length),w=r.window}else w=n,m=a-r.offset,p=r.length;p>c&&(p=c),c-=p,r.length-=p;do n[a++]=w[m++];while(--p);r.length===0&&(r.mode=Ad);break;case BN:if(c===0)break e;n[a++]=r.length,c--,r.mode=Ad;break;case eb:if(r.wrap){for(;f<32;){if(l===0)break e;l--,o|=i[s++]<<f,f+=8}if(d-=c,t.total_out+=d,r.total+=d,r.wrap&4&&d&&(t.adler=r.check=r.flags?Je(r.check,n,d,a-d):Bc(r.check,n,d,a-d)),d=c,r.wrap&4&&(r.flags?o:jN(o))!==r.check){t.msg="incorrect data check",r.mode=Fe;break}o=0,f=0}r.mode=LN;case LN:if(r.wrap&&r.flags){for(;f<32;){if(l===0)break e;l--,o+=i[s++]<<f,f+=8}if(r.wrap&4&&o!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=Fe;break}o=0,f=0}r.mode=MN;case MN:T=b9;break e;case Fe:T=jD;break e;case UD:return qD;case zD:default:return _r}return t.next_out=a,t.avail_out=c,t.next_in=s,t.avail_in=l,r.hold=o,r.bits=f,(r.wsize||d!==t.avail_out&&r.mode<Fe&&(r.mode<eb||e!==yN))&&KD(t,t.output,t.next_out,d-t.avail_out),h-=t.avail_in,d-=t.avail_out,t.total_in+=h,t.total_out+=d,r.total+=d,r.wrap&4&&d&&(t.adler=r.check=r.flags?Je(r.check,n,d,t.next_out-d):Bc(r.check,n,d,t.next_out-d)),t.data_type=r.bits+(r.last?64:0)+(r.mode===fi?128:0)+(r.mode===Rd||r.mode===Q0?256:0),(h===0&&d===0||e===yN)&&T===ts&&(T=v9),T},"inflate$2"),R9=y(t=>{if(ns(t))return _r;let e=t.state;return e.window&&(e.window=null),t.state=null,ts},"inflateEnd"),A9=y((t,e)=>{if(ns(t))return _r;let r=t.state;return r.wrap&2?(r.head=e,e.done=!1,ts):_r},"inflateGetHeader"),P9=y((t,e)=>{let r=e.length,i,n,s;return ns(t)||(i=t.state,i.wrap!==0&&i.mode!==qd)?_r:i.mode===qd&&(n=1,n=Bc(n,e,r,0),n!==i.check)?jD:(s=KD(t,e,r,r),s?(i.mode=UD,qD):(i.havedict=1,ts))},"inflateSetDictionary"),N9=VD,D9=GD,C9=HD,I9=T9,$9=ZD,B9=O9,L9=R9,M9=A9,j9=P9,q9="pako inflate (from Nodeca project)",di={inflateReset:N9,inflateReset2:D9,inflateResetKeep:C9,inflateInit:I9,inflateInit2:$9,inflate:B9,inflateEnd:L9,inflateGetHeader:M9,inflateSetDictionary:j9,inflateInfo:q9};function JD(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}u(JD,"$o");y(JD,"GZheader");var U9=JD,YD=Object.prototype.toString,{Z_NO_FLUSH:z9,Z_FINISH:W9,Z_OK:jc,Z_STREAM_END:ib,Z_NEED_DICT:nb,Z_STREAM_ERROR:H9,Z_DATA_ERROR:UN,Z_MEM_ERROR:V9}=Oo;function No(t){this.options=Zd.assign({chunkSize:1024*64,windowBits:15,to:""},t||{});let e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15||(e.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new CD,this.strm.avail_out=0;let r=di.inflateInit2(this.strm,e.windowBits);if(r!==jc)throw new Error(Qn[r]);if(this.header=new U9,di.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Mc.string2buf(e.dictionary):YD.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=di.inflateSetDictionary(this.strm,e.dictionary),r!==jc)))throw new Error(Qn[r])}u(No,"vt");y(No,"Inflate$1");No.prototype.push=function(t,e){let r=this.strm,i=this.options.chunkSize,n=this.options.dictionary,s,a,l;if(this.ended)return!1;for(e===~~e?a=e:a=e===!0?W9:z9,YD.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;;){for(r.avail_out===0&&(r.output=new Uint8Array(i),r.next_out=0,r.avail_out=i),s=di.inflate(r,a),s===nb&&n&&(s=di.inflateSetDictionary(r,n),s===jc?s=di.inflate(r,a):s===UN&&(s=nb));r.avail_in>0&&s===ib&&r.state.wrap>0&&t[r.next_in]!==0;)di.inflateReset(r),s=di.inflate(r,a);switch(s){case H9:case UN:case nb:case V9:return this.onEnd(s),this.ended=!0,!1}if(l=r.avail_out,r.next_out&&(r.avail_out===0||s===ib))if(this.options.to==="string"){let c=Mc.utf8border(r.output,r.next_out),o=r.next_out-c,f=Mc.buf2string(r.output,c);r.next_out=o,r.avail_out=i-o,o&&r.output.set(r.output.subarray(c,c+o),0),this.onData(f)}else this.onData(r.output.length===r.next_out?r.output:r.output.subarray(0,r.next_out));if(!(s===jc&&l===0)){if(s===ib)return s=di.inflateEnd(this.strm),this.onEnd(s),this.ended=!0,!0;if(r.avail_in===0)break}}return!0};No.prototype.onData=function(t){this.chunks.push(t)};No.prototype.onEnd=function(t){t===jc&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Zd.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Yd(t,e){let r=new No(e);if(r.push(t),r.err)throw r.msg||Qn[r.err];return r.result}u(Yd,"Hi");y(Yd,"inflate$1");function XD(t,e){return e=e||{},e.raw=!0,Yd(t,e)}u(XD,"Zo");y(XD,"inflateRaw$1");var G9=No,Z9=Yd,K9=XD,J9=Yd,Y9=Oo,X9={Inflate:G9,inflate:Z9,inflateRaw:K9,ungzip:J9,constants:Y9},{Deflate:eie,deflate:Q9,deflateRaw:tie,gzip:rie}=c9,{Inflate:iie,inflate:eV,inflateRaw:nie,ungzip:sie}=X9,tV=Q9,rV=eV,iV=y((t,e)=>{let r={type:"local",id:"local",name:"Local User",email:"local@legitcontrol.com"};return{getUser:y(async()=>r,"getUser"),signInAnonymously:y(async()=>{r.type="anonymous",r.id=crypto.randomUUID(),r.email=`anonymous-sha1-${r.id}-@legitcontrol.com`},"signInAnonymously"),addAccessToken:y(async i=>{let n=await t.getUserTokens(r.id);n.accessTokens.push(i),await t.setUserTokens(r.id,n)},"addAccessToken"),getMaxAccessTokenForBranch:y(async i=>{let n=await t.getUserTokens(r.id);if(!(n.accessTokens===void 0||n.accessTokens.length===0))return n.accessTokens[0]},"getMaxAccessTokenForBranch")}},"createSessionManager");function QD(t){let e=JSON.stringify(t),r=new TextEncoder().encode(e),i="";return typeof btoa=="function"?i=btoa(String.fromCharCode(...r)):i=Buffer.from(r).toString("base64"),i.replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}u(QD,"Tn");y(QD,"encodeConfigJson");function eC(t){let e=t.replace(/-/g,"+").replace(/_/g,"/")+"===".slice((t.length+3)%4),r;typeof atob=="function"?r=atob(e):r=Buffer.from(e,"base64").toString("binary");let i=Uint8Array.from(r,s=>s.charCodeAt(0)),n=new TextDecoder().decode(i);return JSON.parse(n)}u(eC,"Cn");y(eC,"decodeConfigJson");var zN="user.legit-tokens";function tC({storageFs:t,gitRoot:e}){return{getUserTokens:y(async r=>{let i=await wb.default.getConfig({fs:t,dir:e,path:zN});return i?eC(i):{accessTokens:[]}},"getUserTokens"),setUserTokens:y(async(r,i)=>await wb.default.setConfig({fs:t,dir:e,path:zN,value:QD(i)}),"setUserTokens")}}u(tC,"Bn");y(tC,"createGitConfigTokenStore");async function me(t,e,r){try{return await jr.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${Ye(r)}`})}catch{return}}u(me,"T");y(me,"tryResolveRef");async function pi({dir:t,fs:e,treeOid:r,deletePathParts:i,addPathParts:n,addObj:s,addKeepIfEmpty:a,deleteKeepIfNotEmpty:l,keepFilename:c=".keep",gitCache:o}){let[f,...h]=n??[],[d,...p]=i??[],m=[];if(r){let{tree:w}=await jr.default.readTree({fs:e,dir:t,oid:r,cache:o||{}});m=[...w]}if(f===d){let w=f;if(w===void 0)throw new Error("illegal arguement - called with out a path part");if(h.length===0)throw new Error("can not move into it self");if(p.length===0)throw new Error("can not move from it self");let g=m.findIndex(F=>F.path===w),b=(g!==-1?m[g]:void 0)?.oid,_=await pi({dir:t,fs:e,treeOid:b,addPathParts:h,deletePathParts:p,addObj:s,addKeepIfEmpty:a,deleteKeepIfNotEmpty:l});if(_===void 0)throw new Error("on the same path we expect an update - respectivly a newly created subTreeOid");let S=!1;if(_!==b){S=!0;let F={mode:"040000",path:w,oid:_,type:"tree"};g!==-1?m[g]=F:m.push(F)}if(r==null&&!S)throw new Error("Illegal state - if the currentOid is undefined - a new tree should have been created (an update should have happened)");if(S)return await jr.default.writeTree({fs:e,dir:t,tree:m});if(r===void 0)throw new Error("currentOid should be set - since the sub tree didn't exist and ");return r}else{let w=!1,g;if(d){let b=m.findIndex(S=>S.path===d),_=b!==-1?m[b]:void 0;if(_===void 0)throw new Error("Element doesnt exist in tree");if(p.length>0){if(_&&_.type!=="tree")throw new Error("SubPart of the path for the obj to delete is not a tree");let S=await pi({dir:t,fs:e,treeOid:_.oid,addPathParts:void 0,deletePathParts:p,addObj:s,addKeepIfEmpty:a,deleteKeepIfNotEmpty:l});if(S===_.oid)throw new Error("in case of a delete we expect a different subtree oid");w=!0,S===void 0?m.splice(b,1):m[b]={mode:"040000",path:d,oid:S,type:"tree"}}else if(w=!0,m.splice(b,1),m.length===0&&a){let S=new Uint8Array(0),F=await jr.default.writeBlob({fs:e,dir:t,blob:S});m.push({mode:"100644",oid:F,path:c,type:"blob"})}g=_}if(f){let b=m.findIndex(S=>S.path===f),_=b!==-1?m[b]:void 0;if(h.length>0){if(_&&_.type!=="tree")throw new Error("SubPart of the path for the obj to add is not a tree");let S=await pi({dir:t,fs:e,treeOid:_?.oid,addPathParts:h,deletePathParts:void 0,addObj:s,addKeepIfEmpty:a,deleteKeepIfNotEmpty:l});if(S===void 0)throw new Error("in case we add, we expect an update - respectivly a newly created subTreeOid");if(S!==_?.oid){w=!0;let F={mode:"040000",path:f,oid:S,type:"tree"};if(b!==-1)m[b]=F;else if(m.push(F),l&&m.length>1){let k=m.findIndex(A=>A.path===c);k!==-1&&m.splice(k,1)}}}else{if(w=!0,s){let S={mode:s.type==="tree"?"040000":"100644",path:f,oid:s.oid,type:s.type};if(b!==-1)m[b]=S;else{if(l&&m.length>0){let F=m.findIndex(k=>k.path===c);F!==-1&&m.splice(F,1)}m.push(S)}}if(a&&m.length===0){let S=new Uint8Array(0),F=await jr.default.writeBlob({fs:e,dir:t,blob:S});m.push({mode:"100644",oid:F,path:c,type:"blob"})}}}if(m.length===0)return;if(w)return await jr.default.writeTree({fs:e,dir:t,tree:m});if(r===void 0)throw new Error("currentOid should be set - since the sub tree didn't exist and ");return r}}u(pi,"ue");y(pi,"buildUpdatedTree");async function Ob(t,e,r,i,n=0,s={}){let{tree:a}=await jr.default.readTree({fs:t,dir:e,oid:r,cache:s});if(i.length===n)return{type:"tree",entries:a.map(o=>zr({parent:i.join("/"),name:o.path,isDir:o.type==="tree"})),oid:r};let l=i[n],c=a.find(o=>o.path===l);if(c){if(i.length===n+1){if(c.type==="blob")return{type:"blob",oid:c.oid};if(c.type==="tree"){let o=await jr.default.readTree({fs:t,dir:e,oid:c.oid,cache:s});return{type:"tree",entries:o.tree.map(f=>zr({parent:i.join("/"),name:f.path,isDir:f.type==="tree"})),oid:o.oid}}}else if(c.type==="tree")return await Ob(t,e,c.oid,i,n+1,s)}}u(Ob,"In");y(Ob,"findGitObjectAtPath");async function uo({filePath:t,gitRoot:e,nodeFs:r,commitSha:i,pathParams:n,gitCache:s}){let a=s||{};if(!n.filePath){let c=await jr.default.readTree({fs:r,dir:e,oid:i,cache:a});return{type:"tree",entries:c.tree.map(o=>zr({parent:t,name:o.path,isDir:o.type==="tree"})),oid:c.oid}}let l=n.filePath?n.filePath.split("/"):[];return await Ob(r,e,i,l,0,a)}u(uo,"Le");y(uo,"resolveGitObjAtPath");var Yn,rC=(Yn=class extends Error{constructor(e,r){super(e),U(this,"code","ENOENT"),U(this,"path"),this.name="ENOENTError",this.path=r,Object.setPrototypeOf(this,Yn.prototype)}},u(Yn,"Ut"),Yn);y(rC,"ENOENTError");var yb=rC;function Pc(t){return t&&t.gitCache!==void 0?t.gitCache:t&&t.parentFs?Pc(t.parentFs):{}}u(Pc,"jt");y(Pc,"getGitCacheFromFs");function iC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"branch-file",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitBranchFileVirtualFile",rootType:"folder",getStats:y(async i=>{let{filePath:n,pathParams:s,userSpaceFs:a}=i;s.branchName===void 0&&(s.branchName=await ve(e,t));let l=await me(t,e,s.branchName);if(!l)throw new yb(`ENOENT: no such file or directory, stat '${n}'`,n);let c=await uo({filePath:n,gitRoot:e,nodeFs:t,commitSha:l,pathParams:s,gitCache:Pc(a)});if(!c)throw new yb(`ENOENT: no such file or directory, stat '${n}'`,n);let o=await ue.default.readCommit({fs:t,dir:e,oid:l}),{commit:f}=o,h=await ue.default.log({fs:t,dir:e,ref:l,filepath:s.filePath,depth:1}),d=f.committer.timestamp*1e3,p=h.length>0?h[0].commit.committer.timestamp*1e3:d;if(c.type==="tree")return{mode:420,size:0,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!0,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0,atimeMs:p,mtimeMs:p,ctimeMs:p,birthtimeMs:d,atime:new Date(p),mtime:new Date(p),ctime:new Date(p),birthtime:new Date(p)};{let{blob:m}=await ue.default.readBlob({fs:t,dir:e,oid:c.oid});return{mode:420,size:m.length,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(m.length/4096),atimeMs:p,mtimeMs:p,ctimeMs:p,birthtimeMs:p,atime:new Date(p),mtime:new Date(p),ctime:new Date(p),birthtime:new Date(p)}}},"getStats"),getFile:y(async i=>{let{filePath:n,cacheFs:s,pathParams:a,userSpaceFs:l}=i;a.branchName===void 0&&(a.branchName=await ve(e,t));try{let c=await me(t,e,a.branchName);if(!c){let f=await ue.default.resolveRef({fs:t,dir:e,ref:"HEAD"});if(await ue.default.branch({fs:t,dir:e,ref:a.branchName,object:f}),c=await me(t,e,a.branchName),!c)throw new Error("Could not create branch for getFile")}let o=await uo({filePath:n,gitRoot:e,nodeFs:t,commitSha:c,pathParams:a,gitCache:Pc(l)});if(!o)return;if(o.type==="blob"){let{blob:f}=await ue.default.readBlob({fs:t,dir:e,oid:o.oid});return{type:"file",content:Buffer.from(f),mode:420,size:f.length,oid:o.oid}}else{let f=[];try{let h=await s.promises.stat(n);if(h&&h.isDirectory()){let d=await s.promises.readdir(n,{withFileTypes:!0});f.push(...d)}}catch{}return{type:"directory",content:Array.from(new Set([...f,...o.entries])).map(h=>({...h,name:h.name.toString(),path:`${n}`,parentPath:`${n}`})),mode:493}}}catch{return}},"getFile"),unlink:y(async i=>{let{pathParams:n,author:s}=i;if(n.branchName===void 0&&(n.branchName=await ve(e,t)),!n.filePath)throw new Error("filePath should be in pathParams");let a=await me(t,e,n.branchName);if(!a)throw new Error("Invalid branch file path - branch must exist");let l=await ue.default.readTree({fs:t,dir:e,oid:a}),c=await pi({dir:e,fs:t,treeOid:l.oid,deletePathParts:n.filePath.split("/"),addPathParts:void 0,addObj:void 0,deleteKeepIfNotEmpty:!1,addKeepIfEmpty:!0,keepFilename:".keep"});if(c!==l.oid){let o=await ue.default.commit({fs:t,dir:e,message:`Delete ${n.filePath}`,tree:c,noUpdateBranch:!0,parent:[a],author:s});await ue.default.writeRef({fs:t,dir:e,ref:`refs/heads/${Ye(n.branchName)}`,value:o,force:!0})}},"unlink"),writeFile:y(async i=>{let{filePath:n,content:s,cacheFs:a,pathParams:l,author:c}=i;if(l.branchName===void 0&&(l.branchName=await ve(e,t)),l.filePath===void 0)throw new Error("filePath should be in pathParams");let o;typeof s=="string"?o=new TextEncoder().encode(s):o=new Uint8Array(s);let f=await ue.default.writeBlob({fs:t,dir:e,blob:o}),h=await me(t,e,l.branchName);if(!h){let m=await ue.default.resolveRef({fs:t,dir:e,ref:"HEAD"});if(await ue.default.branch({fs:t,dir:e,ref:Ye(l.branchName),object:m}),h=await me(t,e,l.branchName),!h)throw new Error("Could not create branch for writeFile")}let d=await ue.default.readTree({fs:t,dir:e,oid:h}),p=await pi({dir:e,fs:t,treeOid:d.oid,deletePathParts:void 0,addPathParts:l.filePath.split("/"),addObj:{type:"blob",oid:f},deleteKeepIfNotEmpty:!0,addKeepIfEmpty:!1,keepFilename:".keep"});if(p!==d.oid){let m=await ue.default.commit({fs:t,dir:e,message:`\u{1F4BE} Change '${l.filePath}'`,tree:p,noUpdateBranch:!0,parent:[h],author:c});await ue.default.writeRef({fs:t,dir:e,ref:`refs/heads/${Ye(l.branchName)}`,value:m,force:!0});let w=await me(t,e,l.branchName);if(m!==w)throw new Error("Failed to update branch after file deletion")}},"writeFile"),rename:y(async function(i){let{filePath:n,newPath:s,pathParams:a,newPathParams:l,author:c,userSpaceFs:o}=i;if(a.branchName===void 0&&(a.branchName=await ve(e,t)),a.filePath===void 0)throw new Error("filePath should be in pathParams");if(l.branchName===void 0&&(l.branchName=await ve(e,t)),l.filePath===void 0)throw new Error("filePath should be in newPathParams");let f=await me(t,e,a.branchName);if(!f)throw new Error("Invalid branch file path - source branch must exist");let h=await me(t,e,l.branchName);if(!h){let w=await ue.default.resolveRef({fs:t,dir:e,ref:"HEAD"});if(await ue.default.branch({fs:t,dir:e,ref:Ye(l.branchName),object:w}),h=await me(t,e,l.branchName),h===void 0)throw new Error("Could not create branch for rename operation")}if(l.branchName!==a.branchName)throw new Error("cross branch move not implemented yet");let d=await uo({gitRoot:e,nodeFs:t,commitSha:f,filePath:n,pathParams:a,gitCache:Pc(o)});if(d===void 0)throw new Error("no obj at path exists");let p=await pi({dir:e,fs:t,deletePathParts:a.filePath.split("/"),addPathParts:l.filePath.split("/"),addObj:d.type==="blob"?{type:"blob",oid:d.oid}:{type:"tree",oid:d.oid,entries:d.entries.map(w=>w.name.toString())},treeOid:h,addKeepIfEmpty:!0,deleteKeepIfNotEmpty:!0}),m=await ue.default.readTree({fs:t,dir:e,oid:f});if(p!==m.oid){let w=await ue.default.commit({fs:t,dir:e,message:`\u{1F500} Rename '${a.filePath}' to '${l.filePath}'`,tree:p,noUpdateBranch:!0,parent:[h],author:c});await ue.default.writeRef({fs:t,dir:e,ref:`refs/heads/${Ye(l.branchName)}`,value:w,force:!0})}},"rename"),mkdir:y(async function(i){i.pathParams.branchName===void 0&&(i.pathParams.branchName=await ve(e,t));let n=await me(t,e,i.pathParams.branchName);if(i.pathParams.filePath===""&&(i.pathParams.filePath="/",n!==void 0))throw new Error("Folder exists");try{throw await this.getStats(i),new Error("Folder exists")}catch{}if(i.filePath.endsWith("/")&&(i.filePath=i.filePath.replace(/\/+$/,"")),i.pathParams&&typeof i.pathParams.filePath=="string"&&(i.pathParams.filePath=i.pathParams.filePath.replace(/\/+$/,"")),!n){let o=await ue.default.resolveRef({fs:t,dir:e,ref:"HEAD"});if(await ue.default.branch({fs:t,dir:e,ref:Ye(i.pathParams.branchName),object:o}),n=await me(t,e,i.pathParams.branchName),n===void 0)throw new Error("Could not create branch for mkdir operation")}let s=await ue.default.readTree({fs:t,dir:e,oid:n}),a=new Uint8Array(0),l=await ue.default.writeBlob({fs:t,dir:e,blob:a}),c=await pi({dir:e,fs:t,treeOid:s.oid,deletePathParts:void 0,addPathParts:[...i.pathParams.filePath.split("/"),".keep"],addObj:{type:"blob",oid:l},deleteKeepIfNotEmpty:!0,addKeepIfEmpty:!0,keepFilename:".keep"});if(c!==s.oid){let o=await ue.default.commit({fs:t,dir:e,message:`\u{1F4BE} Change '${i.pathParams.filePath}'`,tree:c,noUpdateBranch:!0,parent:[n],author:i.author});await ue.default.writeRef({fs:t,dir:e,ref:`refs/heads/${Ye(i.pathParams.branchName)}`,value:o,force:!0})}},"mkdir"),rmdir:y(async i=>{let{pathParams:n,author:s}=i;if(n.branchName===void 0&&(n.branchName=await ve(e,t)),!n.filePath)throw new Error("filePath should be in pathParams");let a=await me(t,e,n.branchName);if(!a)throw new Error("Invalid branch file path - branch must exist");let l=await ue.default.readTree({fs:t,dir:e,oid:a}),c=await pi({dir:e,fs:t,treeOid:l.oid,deletePathParts:n.filePath.split("/"),addPathParts:void 0,addObj:void 0,deleteKeepIfNotEmpty:!1,addKeepIfEmpty:!0,keepFilename:".keep"});if(c!==l.oid){let o=await ue.default.commit({fs:t,dir:e,message:`Delete ${n.filePath}`,tree:c,noUpdateBranch:!0,parent:[a],author:s});await ue.default.writeRef({fs:t,dir:e,ref:`refs/heads/${Ye(n.branchName)}`,value:o,force:!0})}},"rmdir")}})}u(iC,"Nn");y(iC,"createBranchFileAdapter");function nC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"branches-list",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitBranchesListVirtualFile",rootType:"folder",getStats:y(async()=>{let i=e+"/.git";try{return await t.promises.stat(i)}catch{throw new Error(`ENOENT: no such file or directory, stat '${i}'`)}},"getStats"),getFile:y(async({filePath:i})=>{try{let n=await gb.default.listBranches({fs:t,dir:e}),s=await Promise.all(n.map(async a=>{let l=await gb.default.resolveRef({fs:t,dir:e,ref:a});return zr({parent:i,name:Xn(a),isDir:!0})}));return{type:"directory",content:s,mode:493,size:s}}catch(n){throw n}},"getFile"),rename:y(async i=>{throw new Error("not implemented")},"rename"),mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(nC,"zn");y(nC,"createBranchesListAdapter");function Ud(t){return t&&t.gitCache!==void 0?t.gitCache:t&&t.parentFs?Ud(t.parentFs):{}}u(Ud,"$i");y(Ud,"getGitCacheFromFs");function sC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"branch-head",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitBranchHeadVirtualFile",rootType:"file",getStats:y(async({pathParams:i,userSpaceFs:n})=>{i.branchName===void 0&&(i.branchName=await ve(e,t));let s=await me(t,e,i.branchName);if(!s)throw new Error(`Branch ${i.branchName} does not exist in the repository`);let a=await co.default.readCommit({fs:t,dir:e,oid:s,cache:Ud(n)}),{commit:l}=a,c=l.committer.timestamp*1e3;return{mode:420,size:40,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(.009765625),atimeMs:c,mtimeMs:c,ctimeMs:c,birthtimeMs:c,atime:new Date(c),mtime:new Date(c),ctime:new Date(c),birthtime:new Date(c)}},"getStats"),getFile:y(async({pathParams:i,userSpaceFs:n})=>{i.branchName===void 0&&(i.branchName=await ve(e,t));try{let s;try{s=await co.default.resolveRef({fs:t,dir:e,ref:i.branchName})}catch{s=await co.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${i.branchName}`})}return{type:"file",content:s+`
106
+ `,mode:420,size:s.length}}catch{return}},"getFile"),writeFile:y(async({content:i,pathParams:n,userSpaceFs:s})=>{n.branchName===void 0&&(n.branchName=await ve(e,t));let a=i.toString().trim();try{await co.default.readCommit({fs:t,dir:e,oid:a,cache:Ud(s)})}catch{throw new Error(`Commit ${a} does not exist in the repository`)}await co.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+n.branchName,value:a,force:!0})},"writeFile"),rename(i){throw new Error("not implementsd")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(sC,"Hn");y(sC,"createBranchHeadAdapter");function Nc(t){return t&&t.gitCache!==void 0?t.gitCache:t&&t.parentFs?Nc(t.parentFs):{}}u(Nc,"Vt");y(Nc,"getGitCacheFromFs");function aC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"commit-file",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitCommitFileVirtualFile",rootType:"file",getStats:y(async({filePath:i,pathParams:n,userSpaceFs:s})=>{if(!n.sha_1_1_2)throw new Error("sha_1_1_2 should be in pathParams");if(!n.sha1_3__40)throw new Error("sha1_3__40 should be in pathParams");let a=n.sha_1_1_2+n.sha1_3__40,l=await uo({filePath:i,gitRoot:e,nodeFs:t,commitSha:a,pathParams:n,gitCache:Nc(s)});if(!l)throw new yb(`ENOENT: no such file or directory, stat '${i}'`,i);let c=await $d.default.readCommit({fs:WN,dir:e,oid:a}),{commit:o}=c,f=o.committer.timestamp*1e3;if(l.type==="tree")return{mode:420,size:0,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!0,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0,atimeMs:f,mtimeMs:f,ctimeMs:f,birthtimeMs:f,atime:new Date(f),mtime:new Date(f),ctime:new Date(f),birthtime:new Date(f)};{let{blob:h}=await $d.default.readBlob({fs:WN,dir:e,oid:l.oid});return{mode:420,size:h.length,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(h.length/4096),atimeMs:f,mtimeMs:f,ctimeMs:f,birthtimeMs:f,atime:new Date(f),mtime:new Date(f),ctime:new Date(f),birthtime:new Date(f)}}},"getStats"),getFile:y(async({filePath:i,pathParams:n,userSpaceFs:s})=>{if(!n.sha_1_1_2)throw new Error("sha_1_1_2 should be in pathParams");if(!n.sha1_3__40)throw new Error("sha1_3__40 should be in pathParams");let a=n.sha_1_1_2+n.sha1_3__40;try{let l=await uo({filePath:i,gitRoot:e,nodeFs:t,commitSha:a,pathParams:n,gitCache:Nc(s)});if(!l)return;if(l.type==="blob"){let{blob:c}=await $d.default.readBlob({fs:t,dir:e,oid:l.oid,cache:Nc(s)});return{type:"file",content:Buffer.from(c),mode:420,size:c.length,oid:l.oid}}else return{type:"directory",content:Array.from(new Set([...l.entries.filter(c=>c.name!==".keep")])).map(c=>({...c,name:c.name.toString(),path:`${i}`,parentPath:`${i}`})),mode:493}}catch{return}},"getFile"),rename(i){throw new Error("not implementsd")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(aC,"Mn");y(aC,"createCommitFileAdapter");function oC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"commit-folder",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitCommitVirtualFolder",rootType:"folder",getStats:y(async i=>{let n=e+"/.git";try{return await t.promises.stat(n)}catch{throw new Error(`ENOENT: no such file or directory, stat '${n}'`)}},"getStats"),getFile:y(async i=>{let{filePath:n,pathParams:s}=i,a=await Bd.default.listBranches({fs:t,dir:e}),l=new Set,c=new Set;for(let h of a){let d=`refs/heads/${h}`;try{let p=await Bd.default.resolveRef({fs:t,dir:e,ref:d});l.add(p)}catch{}}for(let h of l){let d=await Bd.default.log({fs:t,dir:e,ref:h});for(let p of d)c.add(p.oid)}if(!s.sha_1_1_2){let h=new Set;for(let p of c)if(h.add(p.slice(0,2)),h.size>=256)break;let d=Array.from(h).sort().map(p=>zr({parent:n,name:p,isDir:!0}));return{type:"directory",content:d,mode:493,size:d}}let o=new Set;for(let h of c)h.startsWith(s.sha_1_1_2)&&o.add(h.slice(2,40));let f=Array.from(o).sort().map(h=>zr({parent:n,name:h,isDir:!0}));return{type:"directory",content:f,mode:493,size:f.length}},"getFile"),rename(i){throw new Error("not implementsd")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(oC,"Rn");y(oC,"createCommitFolderAdapter");function lC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"branch-operation",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitBranchOperationVirtualFile",rootType:"file",getStats:y(async i=>{let{pathParams:n}=i;n.branchName===void 0&&(n.branchName=await ve(e,t));let s=await me(t,e,n.branchName);if(!s)throw new Error(`Base Branch ${n.branchName} for operations does not exis`);let a=await mi(t,e,n.branchName),l=!1;if(a)try{s=await br.default.resolveRef({fs:t,dir:e,ref:a}),l=!0}catch{try{s=await br.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${a}`}),l=!0}catch{}}let c=await br.default.readCommit({fs:t,dir:e,oid:s}),{commit:o}=c,f=o.committer.timestamp*1e3;try{return{mode:420,size:40,atimeMs:f,mtimeMs:f,ctimeMs:f,birthtimeMs:f,atime:new Date(f),mtime:new Date(f),ctime:new Date(f),birthtime:new Date(f),isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:0}}catch{throw new Error("ENOENT: no such file or directory, stat operationHistory")}},"getStats"),getFile:y(async i=>{let{pathParams:n}=i;n.branchName===void 0&&(n.branchName=await ve(e,t));let s=await mi(t,e,n.branchName),a,l=!1;if(s){if(a=await me(t,e,s),l=!0,!a)throw new Error(`Base Branch ${s} for operations does not exis`)}else if(a=await me(t,e,n.branchName),!a)throw new Error(`Base Branch ${n.branchName} for operations does not exis`);return{type:"file",content:Buffer.from(a),mode:420,size:a.length}},"getFile"),writeFile:y(async i=>{let{content:n,pathParams:s,author:a}=i;s.branchName===void 0&&(s.branchName=await ve(e,t));let l;typeof n=="string"?l=new TextEncoder().encode(n):l=new Uint8Array(n);let c=await br.default.writeBlob({fs:t,dir:e,blob:l}),o=await me(t,e,s.branchName);if(!o)throw new Error("Invalid branch file path - branch doesn't exist");let f=await mi(t,e,s.branchName),h=!1;if(!f){f=s.branchName+lD,await br.default.branch({fs:t,dir:e,ref:Ye(f),object:o});let b=await br.default.listBranches({fs:t,dir:e});h=!0}let d=await me(t,e,f),p=await br.default.readTree({fs:t,dir:e,oid:o}),m;n instanceof ArrayBuffer?m=Buffer.from(n).toString("utf-8"):typeof n=="string"?m=n:n instanceof Uint8Array?m=Buffer.from(n).toString("utf-8"):m=String(n);let w=!1;if(!h){let b=await br.default.findMergeBase({fs:t,dir:e,oids:w?[d]:[d,o]});b.length===1&&b[0]===o&&(w=!0)}let g=await br.default.commit({fs:t,dir:e,message:m,tree:p.oid,noUpdateBranch:!0,author:a,parent:w?h?[o,o]:[d]:[d,o]});await br.default.writeRef({fs:t,dir:e,ref:`refs/heads/${Ye(f)}`,value:g,force:!0})},"writeFile"),rename:y(async function(i){throw new Error("not implemented")},"rename"),mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(lC,"Un");y(lC,"createBranchOperationAdapter");function cC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"branch-history",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitBranchHistory",rootType:"file",getStats:y(async({pathParams:i})=>{i.branchName===void 0&&(i.branchName=await ve(e,t));let n=await me(t,e,i.branchName);if(!n)throw new Error(`Branch ${i.branchName} does not exist`);let s=await bb.default.readCommit({fs:t,dir:e,oid:n}),{commit:a}=s,l=a.committer.timestamp*1e3;return{mode:420,size:1e5,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(.009765625),atimeMs:l,mtimeMs:l,ctimeMs:l,birthtimeMs:l,atime:new Date(l),mtime:new Date(l),ctime:new Date(l),birthtime:new Date(l)}},"getStats"),getFile:y(async i=>{let{pathParams:n}=i,s=n.branchName;s===void 0&&(s=await ve(e,t));let a=[];if(s){let c=await me(t,e,s),o=!1,f=c;for(;f&&!o;){let h=await bb.default.readCommit({fs:t,dir:e,oid:f});a.push({oid:h.oid,...h.commit}),f=h.commit.parent[0]}}let l=Buffer.from(JSON.stringify(a,null,2),"utf-8");return{type:"file",content:l,mode:420,size:l.length}},"getFile"),rename:y(async i=>{throw new Error("not implemented")},"rename"),mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(cC,"Vn");y(cC,"createBranchHistoryAdapter");function fC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"branch-operation-head",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitBranchOperationHeadVirtualFile",rootType:"file",getStats:y(async i=>{let{pathParams:n}=i;n.branchName===void 0&&(n.branchName=await ve(e,t));let s=await mi(t,e,n.branchName);if(!s){let f=new Date(0);return{mode:420,size:0,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(.009765625),atimeMs:f.getTime(),mtimeMs:f.getTime(),ctimeMs:f.getTime(),birthtimeMs:f.getTime(),atime:f,mtime:f,ctime:f,birthtime:f}}let a;try{a=await ui.default.resolveRef({fs:t,dir:e,ref:s})}catch{a=await ui.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${s}`})}let l=await ui.default.readCommit({fs:t,dir:e,oid:a}),{commit:c}=l,o=c.committer.timestamp*1e3;return{mode:420,size:40,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(.009765625),atimeMs:o,mtimeMs:o,ctimeMs:o,birthtimeMs:o,atime:new Date(o),mtime:new Date(o),ctime:new Date(o),birthtime:new Date(o)}},"getStats"),getFile:y(async i=>{let{pathParams:n}=i;n.branchName===void 0&&(n.branchName=await ve(e,t));let s=await mi(t,e,n.branchName);if(!s)return{type:"file",content:"",mode:420,size:0};try{let a;try{a=await ui.default.resolveRef({fs:t,dir:e,ref:s})}catch{a=await ui.default.resolveRef({fs:t,dir:e,ref:`refs/heads/${s}`})}return{type:"file",content:a+`
107
+ `,mode:420,size:a.length}}catch{return}},"getFile"),writeFile:y(async i=>{let{content:n,pathParams:s}=i;s.branchName===void 0&&(s.branchName=await ve(e,t));let a=await mi(t,e,s.branchName);if(!a)throw new Error(`Operation branch name could not be resolved for branch ${s.branchName}`);let l=await me(t,e,a),c=n.toString().trim(),o,f,h=!1;if(!l)throw new Error(`Operation branch ref could not be resolved for branch ${a}`);let d=l;for(;d&&!h;){let p=await ui.default.readCommit({fs:t,dir:e,oid:d});if(p.oid===c&&(o=p.oid),d=p.commit.parent&&p.commit.parent.length>0?p.commit.parent[0]:null,p.commit.parent.length===2){if(p.commit.parent[0]===p.commit.parent[1])h=!0;else if(o!==void 0){f=p.commit.parent[1];break}}}if(o===void 0)throw new Error(`Cant rollback to ${c} couldn't find newOperationBranchHead ${o}`);if(f===void 0)throw new Error(`Cant rollback to ${c} couldn't find newBranchHead ${f}`);await ui.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+a,value:o,force:!0}),await ui.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+s.branchName,value:f,force:!0})},"writeFile"),rename(i){throw new Error("not implementsd")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(fC,"Zn");y(fC,"createBranchOperationHeadAdapter");async function qc(t,e){try{let r=await zd.default.getConfig({fs:e,dir:t,path:"user.legit-reference-branch"});if(r)return Xn(r)}catch{}try{let r=await zd.default.getConfig({fs:e,dir:t,path:"init.defaultBranch"});return Xn(r)||"main"}catch{return"main"}}u(qc,"He");y(qc,"getReferenceBranch");async function hC(t,e,r){await zd.default.setConfig({fs:e,dir:t,path:"user.legit-reference-branch",value:Ye(r)})}u(hC,"Wn");y(hC,"setReferenceBranch");function dC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"current-branch",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitCurrentBranchVirtualFile",rootType:"file",getStats:y(async i=>{let n=(await ve(e,t)).length;return{mode:420,size:n,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(n/4096),atimeMs:Date.now(),mtimeMs:Date.now(),ctimeMs:Date.now(),birthtimeMs:Date.now(),atime:new Date,mtime:new Date,ctime:new Date,birthtime:new Date}},"getStats"),getFile:y(async i=>{let n=await ve(e,t);return{type:"file",content:n+`
108
+ `,mode:420,size:n.length+1}},"getFile"),writeFile:y(async i=>{let{content:n}=i,s=n.toString().trim();if(!await me(t,e,s)){let a=await qc(e,t),l=await me(t,e,a);if(!l)throw new Error(`Ref branch ${a} does not exist in the repository`);await uC.default.branch({fs:t,dir:e,ref:Ye(s),object:l})}await cD(e,t,s)},"writeFile"),rename(i){throw new Error("not implemented")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(dC,"Gn");y(dC,"createCurrentBranchAdapter");function pC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"apply-changes",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitApplyCurrentChangesToVirtualFile",rootType:"file",getStats:y(async({pathParams:i,userSpaceFs:n})=>{let s=new Date(0);return{mode:420,size:40,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(.009765625),atimeMs:s,mtimeMs:s,ctimeMs:s,birthtimeMs:s,atime:s,mtime:s,ctime:s,birthtime:s}},"getStats"),getFile:y(async({pathParams:i,userSpaceFs:n})=>{try{return{type:"file",content:`
109
+ `,mode:420,size:2}}catch{return}},"getFile"),writeFile:y(async i=>{let{content:n,userSpaceFs:s}=i,a=await ve(e,t),l=await qc(e,t),c=n.toString().trim(),o=await me(t,e,a);if(!o)throw new Error(`Source branch ${a} does not exist`);let f=await me(t,e,l);if(!f)throw new Error(`Target branch ${l} does not exist`);let h=await Vn.default.readTree({fs:t,dir:e,oid:o});if(await Vn.default.readTree({fs:t,dir:e,oid:f})===h)return;let d=Math.floor(Date.now()/1e3),p=await Vn.default.commit({fs:t,dir:e,message:c,tree:h.oid,noUpdateBranch:!0,author:{...i.author,timestamp:d},parent:[f]}),m=await Vn.default.commit({fs:t,dir:e,message:"Changes from "+a+" applied to "+l,tree:h.oid,noUpdateBranch:!0,author:{...i.author,timestamp:d-3},parent:[o,p]});await Vn.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+Ye(l),value:p,force:!0}),await Vn.default.writeRef({fs:t,dir:e,ref:"refs/heads/"+Ye(a),value:m,force:!0})},"writeFile"),rename(i){throw new Error("not implementsd")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(pC,"Kn");y(pC,"createApplyChangesAdapter");function mC({gitStorageFs:t,gitRoot:e,rootPath:r}){return new Wt({name:"reference-branch",gitStorageFs:t,gitRoot:e,rootPath:r||e,handler:{type:"gitReferenceBranchVirtualFile",rootType:"file",getStats:y(async i=>{let n=(await qc(e,t)).length;return{mode:420,size:n,isFile:y(()=>!0,"isFile"),isDirectory:y(()=>!1,"isDirectory"),isSymbolicLink:y(()=>!1,"isSymbolicLink"),isBlockDevice:y(()=>!1,"isBlockDevice"),isCharacterDevice:y(()=>!1,"isCharacterDevice"),isSocket:y(()=>!1,"isSocket"),isFIFO:y(()=>!1,"isFIFO"),isFileSync:y(()=>!0,"isFileSync"),isDirectorySync:y(()=>!1,"isDirectorySync"),dev:0,ino:0,nlink:1,uid:0,gid:0,rdev:0,blksize:4096,blocks:Math.ceil(n/4096),atimeMs:Date.now(),mtimeMs:Date.now(),ctimeMs:Date.now(),birthtimeMs:Date.now(),atime:new Date,mtime:new Date,ctime:new Date,birthtime:new Date}},"getStats"),getFile:y(async i=>{let n=await qc(e,t);return{type:"file",content:n+`
110
+ `,mode:420,size:n.length+1}},"getFile"),writeFile:y(async i=>{let{content:n}=i,s=n.toString().trim();if(!await me(t,e,s))throw new Error(`Branch ${s} does not exist in the repository`);await hC(e,t,s)},"writeFile"),rename(i){throw new Error("not implemented")},mkdir:y(async function(i){throw new Error("not implemented")},"mkdir")}})}u(mC,"Xn");y(mC,"createReferenceBranchAdapter");var So,yC=(So=class extends rs{constructor({name:e,rootPath:r,passThroughFs:i}){super({name:e,rootPath:r}),U(this,"openFh",new Map),U(this,"targetFs"),this.targetFs=i}async responsible(e){return!0}fileType(){return 4}async open(e,r,i){let n=wC.dirname(e),s=await this.targetFs.promises.open(e,r,i);return this.openFh.set(s.fd,s),new ko({fs:this,compositeFs:this.compositeFs,subFsFileDescriptor:s.fd,parentFsFileDescriptors:[]})}async access(e,r){return await this.targetFs.promises.access(e,r)}async stat(e,...r){return this.targetFs.promises.stat(e,{bigint:!1})}async lstat(e,...r){return this.targetFs.promises.lstat(e,{bigint:!1})}async opendir(e,r){let i=await this.targetFs.promises.opendir(e,r);return new Sb(this.compositeFs,e.toString())}async link(e,r){return await this.targetFs.promises.link(e,r)}async mkdir(e,r){await this.targetFs.promises.mkdir(e,r)}async readdir(e,...r){return this.targetFs.promises.readdir(e,...r)}async readlink(e,...r){throw new Error("not implemented")}async unlink(e){return await this.targetFs.promises.unlink(e)}async rename(e,r){return await this.targetFs.promises.rename(e,r)}async rmdir(e,r){return await this.targetFs.promises.rmdir(e,r)}async symlink(e,r,i){return await this.targetFs.promises.symlink(e,r,i)}async lookup(e){throw new Error(`lookup is not implemented for: ${Ne(e)}`)}async close(e){let r=this.openFh.get(e.subFsFileDescriptor);r&&(this.openFh.delete(e.subFsFileDescriptor),await r.close())}async dataSync(e){let r=this.openFh.get(e.subFsFileDescriptor);if(r)return await r.sync()}async read(e,r,i,n,s){let a=this.openFh.get(e.subFsFileDescriptor);if(a)return await a.read(r,i,n,s);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async fchmod(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.chmod(r)}async fchown(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.chown(r,i)}async write(e,r,i,n,s){let a=this.openFh.get(e.subFsFileDescriptor);if(a)return await a.write(r,i,n,s);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async ftruncate(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.truncate(r)}resolvePath(e){throw new Error(`resolvePath is not implemented: resolvePath(${e})`)}async fstat(e,r){let i=this.openFh.get(e.subFsFileDescriptor);if(i)return await i.stat(r);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async futimes(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.utimes(r,i)}async writev(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.writev(r,i??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readv(e,r,i){let n=this.openFh.get(e.subFsFileDescriptor);if(n)return await n.readv(r,i??void 0);throw new Error(`File handle not found: ${e.subFsFileDescriptor}`)}async readFile(e,r){return this.targetFs.promises.readFile(e,r)}async writeFile(e,r,i){return this.targetFs.promises.writeFile(e,r,i)}},u(So,"ji"),So);y(yC,"PassThroughToAsyncFsSubFs");var nV=yC;function _b(t){return typeof t=="object"&&t!==null&&t!==void 0&&!Array.isArray(t)}u(_b,"Jn");y(_b,"isLegitRouteFolder");function Rb(t,e){let r={...t};for(let i of Object.keys(e)){let n=t[i],s=e[i];n!==void 0&&_b(n)&&_b(s)?r[i]=Rb(n,s):r[i]=s}return r}u(Rb,"qn");y(Rb,"mergeLegitRouteFolders");function Wd(t){return t&&t.gitCache!==void 0?t.gitCache:t&&t.parentFs?Wd(t.parentFs):{}}u(Wd,"Wi");y(Wd,"getGitCache");async function sV(t){let e=new tn.Volume,r=(0,tn.createFsFromVolume)(e);return Xd({...t,storageFs:t?.storageFs?t.storageFs:r,gitRoot:t?.gitRoot||"/"})}u(sV,"Jh");y(sV,"openLegitFsWithMemoryFs");async function Xd({storageFs:t,gitRoot:e,anonymousBranch:r="anonymous",showKeepFiles:i=!1,initialAuthor:n={type:"local",id:"local",name:"Local User",email:"local@legitcontrol.com"},serverUrl:s="https://hub.legitcontrol.com",publicKey:a,ephemaralGitConfig:l=!1,additionalFilterLayers:c,routeOverrides:o}){await t.promises.readdir(e+"/.git").then(()=>!0).catch(()=>!1)||(await He.default.init({fs:t,dir:"/",defaultBranch:r}),await t.promises.writeFile(e+"/.gitignore",""),await t.promises.writeFile(e+"/.keep",""),await He.default.add({fs:t,dir:"/",filepath:".keep",cache:Wd(t)}),await He.default.commit({fs:t,dir:"/",message:"Initial commit",author:{name:"Test",email:"test@example.com"},cache:Wd(t)}),await He.default.setConfig({fs:t,dir:e,path:"init.defaultBranch",value:r})),await He.default.getConfig({fs:t,dir:e,path:"user.legit_user_id"})||await He.default.setConfig({fs:t,dir:e,path:"user.legit_user_id",value:n.name}),await He.default.getConfig({fs:t,dir:e,path:"user.name"})||await He.default.setConfig({fs:t,dir:e,path:"user.name",value:n.name}),await He.default.getConfig({fs:t,dir:e,path:"user.email"})||await He.default.setConfig({fs:t,dir:e,path:"user.email",value:n.email});let f=(0,tn.createFsFromVolume)(new tn.Volume),h=new nN({name:"root-copy-on-write",sourceFs:t,copyToFs:f,copyToRootPath:"/copies",rootPath:e,patterns:l?["**/.git/config"]:[]}),d=new nV({name:"root-passthrough",passThroughFs:t,rootPath:e}),p=new iN({name:"root",filterLayers:[h],rootPath:e,routes:{"[[...relativePath]]":d}}),m={gitStorageFs:p,gitRoot:e,rootPath:e},w=aD(m),g=lC(m),b=sC(m),_=fC(m),S=fD(m),F=cC(m),k=dC(m),A=mC(m),v=pC(m),T=nC(m),E=iC(m),R=oC(m),P=aC(m),I=i?[".git"]:[".git",".keep"],B=new kH({name:"git-hidden-subfs",hiddenFiles:I,rootPath:e}),z=[];try{let le=e+"/.gitignore";z=(await p.readFile(le,"utf8")).split(`
111
+ `).filter(Re=>Re.trim()!==""&&!Re.trim().startsWith("#")).map(Re=>Re.trim())}catch{}let we=["**/._*","**/.DS_Store","**/.AppleDouble/","**/.AppleDB","**/.AppleDesktop","**/.Spotlight-V100","**/.TemporaryItems","**/.Trashes","**/.fseventsd","**/.VolumeIcon.icns","**/.ql_disablethumbnails","**/.~lock.*","**/lu[0-9a-zA-Z]*.tmp","**/.metaentries.json.tmp","**/**.tmp.**","**/**.sb-**",...z],st=(0,tn.createFsFromVolume)(new tn.Volume),Dt=new nN({name:"git-copy-on-write-subfs",sourceFs:p,copyToFs:st,copyToRootPath:"/user-copies",rootPath:e,patterns:we}),Ft={".legit":{".":w,operation:g,head:b,operationHead:_,operationHistory:S,history:F,currentBranch:k,"reference-branch":A,"apply-changes":v,branches:{".":T,"[branchName]":{".legit":{".":w,operation:g,head:b,operationHead:_,operationHistory:S,history:F},"[[...filePath]]":E}},commits:{".":R,"[sha_1_1_2]":{".":R,"[sha1_3__40]":{"[[...filePath]]":P}}}},"[[...filePath]]":{".":E}},Vo=o?Rb(Ft,o):Ft,us=new iN({name:"git",rootPath:e,filterLayers:[B,Dt,...c||[]],routes:Vo}),wt=tC({storageFs:p,gitRoot:e}),he=iV(wt,a),kt=xH({fs:t,gitRepoPath:e,serverUrl:s,auth:he,anonymousBranch:r}),De=Object.assign(us,{auth:he,sync:kt,_storageFs:p,setLogger(le){us.setLoggger(le)},push:y(async le=>{},"push"),shareCurrentBranch:y(async()=>{if((await he.getUser()).type==="local")throw new Error("login first - for example anonymously using legitfs.auth.signInAnonymously()");let le=await De.getCurrentBranch();return le===r&&(le=(await he.getUser()).id,await He.default.renameBranch({fs:t,dir:e,oldref:r,ref:le})),await kt.sequentialPush([le]),De.setCurrentBranch(le),le},"shareCurrentBranch"),setCurrentBranch:y(async le=>{(await He.default.listBranches({fs:t,dir:e})).includes(le)||await kt?.loadBranch(le);let Re=(await He.default.listBranches({fs:t,dir:e})).includes(le);if(console.log("branchExistsAfter",Re),!Re)throw new Error(`Branch ${le} does not exist`);await He.default.setConfig({fs:t,dir:e,path:"init.defaultBranch",value:le})},"setCurrentBranch"),getCurrentBranch:y(async()=>{let le=await He.default.getConfig({fs:t,dir:e,path:"init.defaultBranch"});if(!le)throw new Error("No current branch set");return le},"getCurrentBranch"),loadArchive:y(async le=>{let Re=rV(le),ke=new TextDecoder().decode(Re),Go=JSON.parse(ke),Er=new Map;try{let yt=await He.default.listBranches({fs:t,dir:e});for(let Ct of yt){let V=await He.default.resolveRef({fs:t,dir:e,ref:Ct});Er.set(Ct,V)}}catch{}for(let[yt,Ct]of Object.entries(Go.files)){let V=`${e}/.git/${yt}`;if(yt==="config")continue;let fe=Buffer.from(Ct,"base64");if(yt.startsWith("refs/heads/")||yt.startsWith("refs/tags/")){let Ce=yt.replace(/^refs\/(heads|tags)\//,"");if(!Er.has(Ce))await t.promises.mkdir(V.split("/").slice(0,-1).join("/"),{recursive:!0}),await t.promises.writeFile(V,fe);else{let at=Er.get(Ce),_i=fe.toString("utf-8").trim();try{if(await He.default.isDescendent({fs:t,dir:e,oid:_i,ancestor:at})||at===_i)await t.promises.writeFile(V,fe);else{let Vr=`${Ce}-conflict-${crypto.randomUUID()}`,Gr=`${e}/.git/refs/heads/${Vr}`;await t.promises.mkdir(Gr.split("/").slice(0,-1).join("/"),{recursive:!0}),await t.promises.writeFile(Gr,fe)}}catch{let Vr=`${Ce}-conflict-${crypto.randomUUID()}`,Gr=`${e}/.git/refs/heads/${Vr}`;await t.promises.mkdir(Gr.split("/").slice(0,-1).join("/"),{recursive:!0}),await t.promises.writeFile(Gr,fe)}}}else await t.promises.mkdir(V.split("/").slice(0,-1).join("/"),{recursive:!0}),await t.promises.writeFile(V,fe)}},"loadArchive"),saveArchive:y(async()=>{let le={version:1,files:{}};async function Re(yt,Ct=""){let V=await t.promises.readdir(yt,{withFileTypes:!0});for(let fe of V){let Ce=`${yt}/${fe.name}`,at=Ct?`${Ct}/${fe.name}`:fe.name;if(fe.isDirectory())await Re(Ce,at);else if(fe.isFile()){let _i=await t.promises.readFile(Ce);le.files[at]=Buffer.from(_i).toString("base64")}}}u(Re,"Me"),y(Re,"readDirectoryRecursive");let ke=`${e}/.git`;try{await Re(ke)}catch(yt){console.warn("Failed to read .git folder:",yt)}let Go=JSON.stringify(le),Er=new TextEncoder().encode(Go);return tV(Er)},"saveArchive")});return De}u(Xd,"il");y(Xd,"openLegitFs");var aie=y(t=>async e=>{if(!e.path.includes(".legit/branches/")||(e.path.match(/\.legit/g)||[]).length>1)return;let[r,i]=e.path.split(".legit/branches/"),[n,...s]=i.split("/"),a=s.join("/"),l=r+".legit/branches/"+n+"/.legit/operation",c=JSON.stringify(e.operationArgs,(o,f)=>Buffer.isBuffer(f)?{__buffer__:f.toString("base64")}:f);console.log(l,`[${e.fsName}].${e.operation}(${e.fd?e.fd.fd+" - ":""}${e.path})
112
+
113
+ ${c}
114
+
115
+ `)},"createFsOperationFileLogger"),Eo,gC=(Eo=class extends rs{constructor({name:e,rootPath:r}){super({name:e,rootPath:r}),U(this,"memFs"),U(this,"openFh",{}),this.memFs=(0,Qd.createFsFromVolume)(new Qd.Volume)}isWriteSupported(){return!0}async responsible(e){return!0}getRouteParams(){return this.context?.params||{}}getStaticSiblings(){return this.context?.staticSiblings||[]}async open(e,r,i){if(!this.isWriteSupported()&&(r.includes("w")||r.includes("a")))throw new Error("Write operations not allowed");r.includes("x");let n=!1;try{await this.getStats({path:e,context:this.context}),n=!0}catch{n=!1}let s=!1;for(let f of Object.values(this.openFh))f.path===e&&(s=!0);if((n||s)&&r.includes("x"))throw Object.assign(new Error(`EEXIST: file already exists, open '${e}'`),{code:"EEXIST",errno:-17,syscall:"open",path:e});if(!n&&!s&&!(r.includes("w")||r.includes("a")))throw Object.assign(new Error(`ENOENT: no such file or directory, open '${e}'`),{code:"ENOENT",errno:-2,syscall:"open",path:e});let a=vb.dirname(e);if(await this.memFs.promises.mkdir(a,{recursive:!0}),n)try{await this.memFs.promises.access(e)}catch{await this.memFs.promises.writeFile(e,"")}let l=await this.memFs.promises.open(e,r,i),c=l.fd,o=new ko({fs:this,compositeFs:this.compositeFs,subFsFileDescriptor:c,parentFsFileDescriptors:[]});return this.openFh[c]={path:e,mode:r,fh:l,unflushed:[]},(r.includes("x")||r.includes("w"))&&this.openFh[c].unflushed.push({length:0,start:0}),o}async mkdir(e,r){let i=e.toString();try{await this.createDirectory({path:i,recursive:!0,context:this.context});let n=typeof r=="object"?{...r,recursive:!0}:{recursive:!0};await this.memFs.promises.mkdir(e,n);let s=i.split("/"),a="";for(let l=1;l<=s.length;l++){a=s.slice(0,l).join("/");try{if((await this.memFs.promises.stat(a)).isDirectory()){let c=await this.memFs.promises.open(a,"r");this.openFh[c.fd]={path:a,mode:"r",fh:c,unflushed:[]}}}catch{}}}catch(n){throw n}}async access(e,r){await this.stat(e)}async futimes(e,r,i){let n=this.openFh[e.subFsFileDescriptor];if(!n)throw new Error("Invalid file handle");return await n.fh.utimes(r,i)}async fstat(e,r){let i=this.openFh[e.subFsFileDescriptor];if(!i)throw new Error("Invalid file handle");return this.stat(i.path,r)}async ftruncate(e,r){let i=this.openFh[e.subFsFileDescriptor];if(!i)throw new Error("Invalid file handle");return i.unflushed.push({length:0,start:0}),await i.fh.truncate(r)}async stat(e,r){let i=e.toString(),n=Object.values(this.openFh).find(s=>s.path===i&&s.unflushed.length>0);return n&&n.unflushed.length>0?await n.fh.stat(r):this.getStats({path:i,context:this.context})}async lstat(e,r){return this.stat(e,r)}async readdir(e,r){let i=e.toString(),n=this.getStaticSiblings(),s=await this.readDirectory({path:i,context:this.context}),a=Array.from(new Set([...s,...n.map(l=>zr({name:l.segment,parent:i,isDir:l.type==="folder"}))])).sort((l,c)=>l.name.localeCompare(c.name,void 0,{numeric:!0,sensitivity:"base"}));return r?.withFileTypes?a:a.map(l=>l.name)}async read(e,r,i,n,s){let a=e.subFsFileDescriptor,l=this.openFh[a];if(!l)throw new Error("Invalid file handle");if(l.unflushed.length===0){let c=await this.readFileContent({path:l.path,context:this.context});if(!c?.content)throw new Error("couldnt access content");let o=typeof c.content=="string"?Buffer.from(c.content):c.content,f=typeof s=="number"?s:0,h=Math.min(f+n,o.length),d=Math.max(0,h-f);return o.copy(r,i,f,f+d),{bytesRead:d,buffer:r}}return await l.fh.read(r,i,n,s)}async write(e,r,i,n,s){let a=this.openFh[e.subFsFileDescriptor];if(!a)throw new Error("Invalid file handle");let l=a.mode;if(!l.includes("w")&&!l.includes("a")&&!l.includes("+"))throw Object.assign(new Error("EBADF: bad file descriptor, write"),{code:"EBADF",errno:-9,syscall:"write"});if(a.unflushed.length===0){let h=await this.readFileContent({path:a.path,context:this.context});h&&h.content&&await this.memFs.promises.writeFile(a.path,h.content)}let c=await a.fh.write(r,i,n,s),o=i??0,f=s??0;return a.unflushed.push({start:f,length:n||r.byteLength-o+f}),c}async close(e){let r=e.subFsFileDescriptor,i=this.openFh[r];if(!i)throw new Error("Invalid file handle");try{await this.dataSync(e),await i.fh.close()}finally{delete this.openFh[r]}}async dataSync(e){let r=e.subFsFileDescriptor,i=this.openFh[r];if(!i)throw new Error("Invalid file handle");if(i.unflushed.length>0){let n=await this.memFs.promises.readFile(i.path);await this.writeFileContent({path:i.path,content:n,context:this.context}),i.unflushed=[]}}async readFile(e,r){let i=typeof e=="string"?e:Buffer.isBuffer(e)?e.toString():e.fd?`FileHandle(${e.fd})`:e.toString(),n=null;typeof r=="string"?n=r:r&&typeof r=="object"&&r.encoding&&(n=r.encoding);let s=await this.open(i,"r");try{let a=(await this.fstat(s)).size,l=Buffer.alloc(a);return await this.read(s,l,0,a,0),await this.close(s),n?l.toString(n):l}catch(a){try{await this.close(s)}catch{}throw a}}async writeFile(e,r,i){let n="w",s="utf8",a;typeof i=="string"?s=i:i&&typeof i=="object"&&(i.flag&&(n=String(i.flag)),i.encoding&&(s=i.encoding),i.mode&&(a=typeof i.mode=="string"?parseInt(i.mode,8):i.mode));let l=await this.open(e,n,a);try{let c;typeof r=="string"?c=Buffer.from(r,s):Buffer.isBuffer(r)?c=r:r instanceof Uint8Array?c=Buffer.from(r):ArrayBuffer.isView(r)?c=Buffer.from(r.buffer,r.byteOffset,r.byteLength):c=Buffer.from(r),await this.write(l,c,0,c.length,0)}finally{await this.close(l)}}async rename(e,r){let i=e.toString(),n=r.toString();if(await this.memFs.promises.access(i).then(()=>!0).catch(()=>!1)){let s=vb.dirname(n);try{await this.memFs.promises.access(s)}catch{await this.memFs.promises.mkdir(s,{recursive:!0})}await this.memFs.promises.rename(e,r)}await this.renamePath({oldPath:i,newPath:n,oldContext:this.context,newContext:this.newContext||this.context})}async fchmod(e,r){}async unlink(e){let r=e.toString();try{await this.deleteFile({path:r,context:this.context})}catch(i){let n=!1;for(let[s,a]of Object.entries(this.openFh))a.path===r&&a.unflushed.length>0&&(n=!0);if(!n)throw i}finally{let i=!1;for(let[n,s]of Object.entries(this.openFh))s.path===r&&(i=!0,await s.fh.close(),delete this.openFh[Number(n)]);i&&await this.memFs.promises.unlink(r)}}async rmdir(e,...r){let i=e.toString();await this.removeDirectory({path:i,context:this.context});let n=!1;for(let[s,a]of Object.entries(this.openFh))a.path===i&&(n=!0,await a.fh.close(),delete this.openFh[Number(s)]);n&&await this.memFs.promises.rmdir(i,{recursive:!0})}fileType(){return 10}},u(Eo,"Ki"),Eo);y(gC,"ASimpleCompositeSubfs");var oV=gC,Fo,lV=(Fo=class extends oV{constructor({name:e,rootPath:r,initialData:i}){super({name:e,rootPath:r}),U(this,"storage",new Map),U(this,"nextFileType",1),this.storage.set("/",{type:"directory",entries:new Set,mode:493,createdAt:new Date,modifiedAt:new Date}),i&&this.populateFromInitialData(i,"/")}_debugGetStorage(){return this.storage}populateFromInitialData(e,r){if(typeof e=="string"){this.storage.set(r,{type:"file",content:Buffer.from(e,"utf8"),mode:420,createdAt:new Date,modifiedAt:new Date});let i=this.getParentPath(r);if(i){let n=this.storage.get(i);n&&n.type==="directory"&&n.entries.add(this.getBaseName(r))}}else{let i=this.storage.get(r);if(i&&i.type==="directory")for(let[n,s]of Object.entries(e)){let a=r==="/"?`/${n}`:`${r}/${n}`;i.entries.add(n),this.populateFromInitialData(s,a)}else{let n=new Date;this.storage.set(r,{type:"directory",entries:new Set,mode:493,createdAt:n,modifiedAt:n});let s=this.getParentPath(r);if(s){let l=this.storage.get(s);l&&l.type==="directory"&&l.entries.add(this.getBaseName(r))}let a=this.storage.get(r);if(a&&a.type==="directory")for(let[l,c]of Object.entries(e)){let o=r==="/"?`/${l}`:`${r}/${l}`;a.entries.add(l),this.populateFromInitialData(c,o)}}}}fileType(){return this.nextFileType}async createDirectory(e){let{path:r,recursive:i=!1}=e,n=this.normalizePath(r);if(this.storage.has(n)){if(this.storage.get(n)?.type==="directory")return;throw Object.assign(new Error(`EEXIST: file already exists, mkdir '${r}'`),{code:"EEXIST",errno:-17,syscall:"mkdir",path:n})}if(i){let l=this.getParentPath(n);l&&l!==n&&!this.storage.has(l)&&await this.createDirectory({path:l,recursive:!0,context:e.context})}let s=new Date;this.storage.set(n,{type:"directory",entries:new Set,mode:493,createdAt:s,modifiedAt:s});let a=this.getParentPath(n);if(a){let l=this.storage.get(a);l&&l.type==="directory"&&(l.entries.add(this.getBaseName(n)),l.modifiedAt=s)}}async getStats(e){let r=this.normalizePath(e.path),i=this.storage.get(r);if(!i)throw Object.assign(new Error(`ENOENT: no such file or directory, stat '${e.path}'`),{code:"ENOENT",errno:-2,syscall:"stat",path:r});let n=new aV,s=i.type==="directory"?16877:33188;return n.mode=s,n.size=i.type==="file"?i.content.length:4096,n.mtimeMs=i.modifiedAt.getTime(),n.birthtimeMs=i.createdAt.getTime(),n.ctimeMs=i.modifiedAt.getTime(),n}async readFileContent(e){let r=this.normalizePath(e.path),i=this.storage.get(r);if(!(!i||i.type!=="file"))return{content:i.content}}async writeFileContent(e){let r=this.normalizePath(e.path),i=new Date,n=typeof e.content=="string"?Buffer.from(e.content,"utf8"):e.content,s=this.storage.get(r);if(s){if(s.type==="directory")throw Object.assign(new Error(`EISDIR: illegal operation on a directory, write '${e.path}'`),{code:"EISDIR",errno:-21,syscall:"write",path:r});s.content=n,s.modifiedAt=i}else{this.storage.set(r,{type:"file",content:n,mode:420,createdAt:i,modifiedAt:i});let a=this.getParentPath(r);if(a){let l=this.storage.get(a);l||(await this.createDirectory({path:a,recursive:!0,context:e.context}),l=this.storage.get(a)),l&&l.type==="directory"&&(l.entries.add(this.getBaseName(r)),l.modifiedAt=i)}}}async readDirectory(e){let r=this.normalizePath(e.path),i=this.storage.get(r);if(!i)throw Object.assign(new Error(`ENOENT: no such file or directory, scandir '${e.path}'`),{code:"ENOENT",errno:-2,syscall:"scandir",path:r});if(i.type!=="directory")throw Object.assign(new Error(`ENOTDIR: not a directory, scandir '${e.path}'`),{code:"ENOTDIR",errno:-20,syscall:"scandir",path:r});let n=[];for(let s of i.entries){let a;r==="/"?a="/"+s:a=r+"/"+s;let l=this.storage.get(a);l&&n.push(zr({name:s,parent:r,isDir:l.type==="directory"}))}return n}async renamePath(e){let r=this.normalizePath(e.oldPath),i=this.normalizePath(e.newPath),n=this.storage.get(r);if(!n)throw Object.assign(new Error(`ENOENT: no such file or directory, rename '${e.oldPath}'`),{code:"ENOENT",errno:-2,syscall:"rename",path:r});let s=this.getParentPath(r);if(s){let l=this.storage.get(s);l&&l.type==="directory"&&l.entries.delete(this.getBaseName(r))}this.storage.delete(r),this.storage.set(i,n),n.modifiedAt=new Date;let a=this.getParentPath(i);if(a){let l=this.storage.get(a);l&&l.type==="directory"&&(l.entries.add(this.getBaseName(i)),l.modifiedAt=new Date)}if(n.type==="directory"){let l=Array.from(n.entries);for(let c of l){let o=this.joinPath(r,c),f=this.joinPath(i,c);await this.renamePath({oldPath:o,newPath:f,oldContext:e.oldContext,newContext:e.newContext})}}}async deleteFile(e){let r=this.normalizePath(e.path),i=this.storage.get(r);if(!i)throw Object.assign(new Error(`ENOENT: no such file or directory, unlink '${e.path}'`),{code:"ENOENT",errno:-2,syscall:"unlink",path:r});if(i.type==="directory")throw Object.assign(new Error(`EISDIR: illegal operation on a directory, unlink '${e.path}'`),{code:"EISDIR",errno:-21,syscall:"unlink",path:r});let n=this.getParentPath(r);if(n){let s=this.storage.get(n);s&&s.type==="directory"&&(s.entries.delete(this.getBaseName(r)),s.modifiedAt=new Date)}this.storage.delete(r)}async removeDirectory(e){let r=this.normalizePath(e.path),i=this.storage.get(r);if(!i)throw Object.assign(new Error(`ENOENT: no such file or directory, rmdir '${e.path}'`),{code:"ENOENT",errno:-2,syscall:"rmdir",path:r});if(i.type!=="directory")throw Object.assign(new Error(`ENOTDIR: not a directory, rmdir '${e.path}'`),{code:"ENOTDIR",errno:-20,syscall:"rmdir",path:r});let n=Array.from(i.entries);for(let a of n){let l=this.joinPath(r,a),c=this.storage.get(l);c&&(c.type==="directory"?await this.removeDirectory({path:l,context:e.context}):await this.deleteFile({path:l,context:e.context}))}let s=this.getParentPath(r);if(s){let a=this.storage.get(s);a&&a.type==="directory"&&(a.entries.delete(this.getBaseName(r)),a.modifiedAt=new Date)}this.storage.delete(r)}normalizePath(e){if(!e||e===".")return"/";let r=e.startsWith("/")?e:"/"+e;r!=="/"&&r.endsWith("/")&&(r=r.slice(0,-1));let i=r.split("/").filter(Boolean),n=[];for(let s of i)s!=="."&&(s===".."?n.pop():n.push(s));return"/"+n.join("/")}getParentPath(e){let r=this.normalizePath(e);if(r==="/")return null;let i=r.lastIndexOf("/");return i===0?"/":r.substring(0,i)||"/"}getBaseName(e){let r=this.normalizePath(e);if(r==="/")return"";let i=r.lastIndexOf("/");return r.substring(i+1)}joinPath(...e){return"/"+e.filter(Boolean).map(r=>r.startsWith("/")?r.slice(1):r).filter(r=>r!==".").join("/")}},u(Fo,"Xi"),Fo);y(lV,"SimpleMemorySubFs");var kI=de(bI(),1);import{createContext as fK,useContext as uK,useEffect as hK,useMemo as dK,useState as v_,useCallback as Hp}from"react";import{jsx as wK}from"react/jsx-runtime";var Xc="main",ln="/.legit/branches",vI="/.legit/commits",_I=u(t=>(t.startsWith("/")&&(t=t.slice(1)),`${ln}/${Xc}/${t}`),"resolveThreadPath"),pK=u(t=>t instanceof Error?t:new Error(String(t??"Unknown error")),"normalizeError"),SI=fK(void 0);function mK({children:t}){let[e,r]=v_(null),[i,n]=v_(!0),[s,a]=v_(null);hK(()=>{let d=!1,p=u(async()=>{try{let m=await cn();d||(r(m),a(null),n(!1))}catch(m){if(!d){let w=pK(m);r(null),a(w),n(!1)}}},"load");return n(!0),a(null),p(),()=>{d=!0}},[]);let l=Hp(async(d,p)=>{if(e){let m=_I(d);await e.promises.writeFile(m,p)}},[e]),c=Hp(async d=>{if(e){let p=await Ho(Xc);if(!p)return;let m=p.find(_=>_.oid===d),w=p.find(_=>_.oid===m?.parentOids[0]);if(!m||!w)return;let g=m?.parentOids[1],b=w?.originBranchOid;return!g||!b?void 0:{newOid:g,oldOid:b}}},[e]),o=Hp(async(d,p)=>{if(e)return await FI(d,p)},[e]),f=Hp(async d=>(e&&(console.log("rollback",d),await EI(Xc,d)),await Vp(Xc)),[e]),h=dK(()=>({legitFs:e,loading:i,error:s,saveData:l,getMessageDiff:c,getPastState:o,rollback:f,threadId:Xc,resolvePath:_I}),[e,i,s,l]);return wK(SI.Provider,{value:h,children:t})}u(mK,"LegitFsProvider");function S_(){let t=uK(SI);if(t===void 0)throw new Error("useLegitFs must be used within a LegitFsProvider");return t}u(S_,"useLegitFs");var Gp=null;async function cn(){return Gp||(Gp=Xd({storageFs:kI.default,gitRoot:"/"}),window&&(window.legitFs=await Gp)),Gp}u(cn,"getLegitFs");async function TI(){let t=await cn();try{return(await t.promises.readdir(ln)).filter(r=>!r.startsWith("."))}catch(e){if(e.code==="ENOENT")return await t.promises.mkdir(ln,{recursive:!0}),[];throw e}}u(TI,"listBranches");async function Vp(t){try{return await(await cn()).promises.readFile(`${ln}/${t}/.legit/head`,"utf8")}catch(e){throw console.error("Error reading head from path:",t,e),e}}u(Vp,"readHead");async function EI(t,e){try{await(await cn()).promises.writeFile(`${ln}/${t}/.legit/operationHead`,e,"utf8")}catch(r){throw console.error("Error writing head to path:",t,r),r}}u(EI,"writeOperationHead");async function xI(t,e){try{await(await cn()).promises.writeFile(`${ln}/${t}/.legit/operation`,e,"utf8")}catch(r){throw console.error("Error writing operation to path:",t,r),r}}u(xI,"writeOperation");async function Ho(t){try{let r=await(await cn()).promises.readFile(`${ln}/${t}/.legit/operationHistory`,"utf8");return r.length>0?JSON.parse(r):JSON.parse("[]")}catch(e){throw console.error("Error reading operation history from path:",t,e),e}}u(Ho,"readOperationHistory");async function FI(t,e){try{e.startsWith("/")&&(e=e.slice(1));let r=await cn(),i=`${vI}/${t.slice(0,2)}/${t.slice(2)}/${e}`;return await r.promises.readFile(i,"utf8")}catch(r){throw console.error("Error reading past state from path:",t,r),r}}u(FI,"readPastState");var Zp=u(async t=>{let e=[];for(let r of t){let i,n;try{i=JSON.parse(r.message),n={id:r.oid,height:e.length,parent_id:r.parentOids[0]===r.parentOids[1]?null:r.parentOids[0],metadata:{custom:{depending_branch_commit_id:r.originBranchOid??null}},...i},e.unshift(n)}catch{console.log("Skipping operation with invalid JSON message:",r);continue}}return e},"createUIMessages");var E_=class E_{async list(e,r){let i=await Ho(e);return{messages:(await Zp(i)).map((a,l)=>({...a,height:l,created_at:new Date(a.created_at),updated_at:new Date(a.updated_at)}))}}async create(e,r){let i=`msg-${Date.now()}-${Math.random().toString(36).slice(2)}`,n={created_at:new Date,updated_at:new Date,format:r.format,content:r.content};return await xI(e,JSON.stringify(n)),{message_id:i}}};u(E_,"LegitThreadMessages");var Kp=E_;var F_=class F_{constructor(){W(this,"messages",new Kp)}async list(e){return{threads:(await TI()).map(i=>({id:i,title:i,last_message_at:new Date,metadata:{},external_id:null,project_id:"",created_at:new Date,updated_at:new Date,workspace_id:"local-workspace",is_archived:!1}))}}async create(e){return{thread_id:"main"}}async update(e,r){}async delete(e){}};u(F_,"LegitThreads");var Jp=F_;var T_=class T_ extends rm{constructor(r){super(r);W(this,"runtime");W(this,"legitFs",null);this.legitFs=r.legitFs,this.threads=new Jp;let i=this.runs.stream;this.runs.stream=async n=>{if(!this.runtime)throw new Error("LegitLocal runtime not set");let l=this.runtime.thread.__internal_threadBinding?.getState?.()?.adapters?.chatModel?.options??{},c=new Headers;c.set("Content-Type","application/json");try{let o=await fetch(l.api??"/api/chat",{method:"POST",headers:c,credentials:l.credentials??"same-origin",body:JSON.stringify({messages:n.messages,system:n.system,tools:n.tools,runConfig:l.runConfig??{}})});if(!o.ok)throw new Error(`Request failed with status ${o.status}`);return un.fromResponse(o,new am)}catch(o){return console.error("LegitLocal stream failed, falling back to default handler.",o),i.call(this.runs,n)}}}};u(T_,"LegitLocal");var k_=T_;import{ExportedMessageRepository as yK}from"@assistant-ui/react";var gK=u(t=>{if(t&&typeof t=="object"){let e=t,r=e.custom&&typeof e.custom=="object"?e.custom:{};return{...e,custom:r}}return{custom:{}}},"normalizeMetadata"),bK="aui/v0";function _K(t){if(t.format!==bK)return null;let e=t.content;if(!e||typeof e!="object")return null;let r=e.role;if(r!=="assistant"&&r!=="user"&&r!=="system")return null;let i=e.content??[],n=typeof i=="string"||Array.isArray(i)?i:[],s=e.createdAt instanceof Date?e.createdAt:e.createdAt?new Date(e.createdAt):new Date(t.created_at),a=gK(t.metadata);return{...e,role:r,content:n,id:e.id??t.id,createdAt:s,metadata:a}}u(_K,"toThreadMessageLike");async function x_({threadId:t,threadApi:e}){console.log("sync initiated");let r=await Ho(t),n=(await Zp(r)).map(_K).filter(s=>s!==null);e?.reset?.(n),e.import(yK.fromArray(n))}u(x_,"syncThreadFromLegitFs");var OI=u(t=>{if(typeof t=="string")return t;if(t===void 0)return"";try{return JSON.stringify(t)}catch{return""}},"serializeStructuredData");var Qc=u(t=>t==null?null:typeof t=="string"||typeof t=="number"||typeof t=="boolean"?t:Array.isArray(t)?t.map(e=>Qc(e)):typeof t=="object"?Object.fromEntries(Object.entries(t).map(([e,r])=>[e,Qc(r)])):JSON.stringify(t),"toJsonValue"),vK=u((t,e)=>e?typeof t=="string"?{type:"error-text",value:t}:{type:"error-json",value:Qc(t)}:typeof t=="string"?{type:"text",value:t}:{type:"json",value:Qc(t)},"buildToolResultOutput"),SK=u(t=>{switch(t.type){case"text":return{type:"text",text:typeof t.text=="string"?t.text:""};case"tool-call":return{type:"tool-call",toolCallId:typeof t.toolCallId=="string"?t.toolCallId:`unknown-${Date.now()}`,toolName:typeof t.toolName=="string"?t.toolName:"unknown",input:Qc(t.args??t.input??{})};default:return null}},"mapAssistantContentPart"),EK=u(t=>t.type!=="tool-result"?null:{type:"tool-result",toolCallId:typeof t.toolCallId=="string"?t.toolCallId:`unknown-${Date.now()}`,toolName:typeof t.toolName=="string"?t.toolName:"unknown",output:vK(t.result??t.output,!!t.isError)},"mapToolContentPart"),ise=u(t=>t.map(e=>{let r=Array.isArray(e.content)?e.content:[];switch(e.role){case"system":return{role:"system",content:r.map(n=>n.type==="text"&&typeof n.text=="string"?n.text:"").join("")};case"user":return{role:"user",content:r.map(n=>{switch(n.type){case"text":return{type:"text",text:typeof n.text=="string"?n.text:""};default:return null}}).filter(Boolean)};case"assistant":return{role:"assistant",content:r.map(n=>SK(n)).filter(Boolean)};case"tool":{let i=r.map(n=>EK(n)).filter(Boolean);return i.length>0?{role:"tool",content:i}:null}default:return null}}).filter(e=>e!==null),"convertMessagesToModelMessages");async function nse(t){let[e,r]=rl();(async()=>{try{let n=null,s=new Map;for await(let a of t.fullStream)switch(a.type){case"text-start":n=r.addTextPart();break;case"text-delta":n||(n=r.addTextPart()),n.append(a.text);break;case"text-end":n?.close(),n=null;break;case"tool-input-start":{let l=a.id;if(!s.has(l)){let c=r.addToolCallPart({toolCallId:l,toolName:a.toolName});s.set(l,c)}break}case"tool-input-delta":{let l=a.id,c=s.get(l);c&&c.argsText.append(a.delta);break}case"tool-input-end":{let l=a.id,c=s.get(l);c&&c.argsText.close();break}case"tool-call":{let l=a.toolCallId;if(!s.get(l)){let o=r.addToolCallPart({toolCallId:l,toolName:a.toolName,args:a.input});s.set(l,o)}break}case"tool-result":{let l=a.toolCallId,c=s.get(l);c&&c.setResponse({result:OI(a.output),isError:!1});break}case"tool-error":{let l=a.toolCallId,c=s.get(l);c&&c.setResponse({result:OI(a.error),isError:!0});break}case"start-step":{let l=`msg-${Date.now()}-${Math.random().toString(36).slice(2)}`;r.enqueue({type:"step-start",path:[],messageId:l});break}case"finish-step":{let l=a.usage;r.enqueue({type:"step-finish",path:[],finishReason:a.finishReason,usage:{promptTokens:l.promptTokens??l.prompt?.tokens??0,completionTokens:l.completionTokens??l.completion?.tokens??0},isContinued:!1});break}case"finish":{let l=a.totalUsage;r.enqueue({type:"message-finish",path:[],finishReason:a.finishReason,usage:{promptTokens:l.promptTokens??l.prompt?.tokens??0,completionTokens:l.completionTokens??l.completion?.tokens??0}});break}case"error":{r.enqueue({type:"error",path:[],error:a.error instanceof Error?a.error.message:typeof a.error=="string"?a.error:"Unknown error"});break}case"start":case"abort":case"raw":case"reasoning-start":case"reasoning-delta":case"reasoning-end":case"source":case"file":break}n?.close(),s.forEach(a=>a.close()),r.close()}catch(n){r.enqueue({type:"error",path:[],error:n instanceof Error?n.message:typeof n=="string"?n:"Unknown error"}),r.close()}})();let i=new sm;return un.toResponse(e,i)}u(nse,"streamTextToDataStreamResponse");import{useEffect as FK}from"react";import{useAssistantApi as kK}from"@assistant-ui/react";var TK=100;function hse(){let{legitFs:t,threadId:e}=S_(),i=kK().thread();return FK(()=>{if(!t||!e)return;let n=!1,s,a=null,l=u(()=>{n||(s=setTimeout(c,TK))},"scheduleNext"),c=u(async()=>{try{let o=await Vp(e);if(n||o===a)return;let{isRunning:f,isLoading:h}=i.getState();if(f||h)return;setTimeout(async()=>{await x_({threadId:e,threadApi:i}),a=o},100)}catch(o){o.code!=="ENOENT"&&console.error("Failed to poll Legit head",o)}finally{l()}},"tick");return l(),()=>{n=!0,s!==void 0&&clearTimeout(s)}},[t,i,e]),null}u(hse,"LegitFsHeadPoller");export{hse as LegitFsHeadPoller,mK as LegitFsProvider,k_ as LegitLocal,ise as convertMessagesToModelMessages,nse as streamTextToDataStreamResponse,x_ as syncThreadFromLegitFs,S_ as useLegitFs};
137
116
  /*!
138
117
  * This code for `path.join` is directly copied from @zenfs/core/path for bundle size improvements.
139
118
  * SPDX-License-Identifier: LGPL-3.0-or-later
@@ -141,6 +120,11 @@ ${l}
141
120
  */
142
121
  /*! Bundled license information:
143
122
 
123
+ pako/dist/pako.esm.mjs:
124
+ (*! pako 2.1.0 https://github.com/nodeca/pako @license (MIT AND Zlib) *)
125
+ */
126
+ /*! Bundled license information:
127
+
144
128
  safe-buffer/index.js:
145
129
  (*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
146
130