@tachybase/plugin-adapter-red-node 1.1.1 → 1.1.8

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.
@@ -1,4 +1,4 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.1.1",
3
- "@tachybase/server": "1.1.1"
2
+ "@tachybase/client": "1.1.8",
3
+ "@tachybase/server": "1.1.8"
4
4
  };
@@ -111,7 +111,7 @@ var a=n(9023);var p=n(4434).EventEmitter;var i=n(5388);var s={off:1,fatal:10,err
111
111
  * Copyright(c) 2012-2014 TJ Holowaychuk
112
112
  * Copyright(c) 2015 Jed Watson
113
113
  * MIT Licensed
114
- */e.exports=bytes;e.exports.format=format;e.exports.parse=parse;var t=/\B(?=(\d{3})+(?!\d))/g;var n=/(?:\.0*|(\.[^0]+)0+)$/;var a={b:1,kb:1<<10,mb:1<<20,gb:1<<30,tb:Math.pow(1024,4),pb:Math.pow(1024,5)};var p=/^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;function bytes(e,t){if(typeof e==="string"){return parse(e)}if(typeof e==="number"){return format(e,t)}return null}function format(e,p){if(!Number.isFinite(e)){return null}var i=Math.abs(e);var s=p&&p.thousandsSeparator||"";var b=p&&p.unitSeparator||"";var M=p&&p.decimalPlaces!==undefined?p.decimalPlaces:2;var z=Boolean(p&&p.fixedDecimals);var O=p&&p.unit||"";if(!O||!a[O.toLowerCase()]){if(i>=a.pb){O="PB"}else if(i>=a.tb){O="TB"}else if(i>=a.gb){O="GB"}else if(i>=a.mb){O="MB"}else if(i>=a.kb){O="KB"}else{O="B"}}var u=e/a[O.toLowerCase()];var d=u.toFixed(M);if(!z){d=d.replace(n,"$1")}if(s){d=d.split(".").map((function(e,n){return n===0?e.replace(t,s):e})).join(".")}return d+b+O}function parse(e){if(typeof e==="number"&&!isNaN(e)){return e}if(typeof e!=="string"){return null}var t=p.exec(e);var n;var i="b";if(!t){n=parseInt(e,10);i="b"}else{n=parseFloat(t[1]);i=t[4].toLowerCase()}if(isNaN(n)){return null}return Math.floor(a[i]*n)}},429:function(e,t,n){"use strict";var a=n(5632);var p=n(9831);var i=n(4715);var s=n(9348);e.exports=s||a.call(i,p)},9831:function(e){"use strict";e.exports=Function.prototype.apply},4715:function(e){"use strict";e.exports=Function.prototype.call},7063:function(e,t,n){"use strict";var a=n(5632);var p=n(6458);var i=n(4715);var s=n(429);e.exports=function callBindBasic(e){if(e.length<1||typeof e[0]!=="function"){throw new p("a function is required")}return s(a,i,e)}},9348:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect&&Reflect.apply},5296:function(e,t,n){"use strict";var a=n(8402);var p=n(7063);var i=p([a("%String.prototype.indexOf%")]);e.exports=function callBoundIntrinsic(e,t){var n=a(e,!!t);if(typeof n==="function"&&i(e,".prototype.")>-1){return p([n])}return n}},9440:function(e){var t=function(){"use strict";function _instanceof(e,t){return t!=null&&e instanceof t}var e;try{e=Map}catch(t){e=function(){}}var t;try{t=Set}catch(e){t=function(){}}var n;try{n=Promise}catch(e){n=function(){}}function clone(a,p,i,s,b){if(typeof p==="object"){i=p.depth;s=p.prototype;b=p.includeNonEnumerable;p=p.circular}var M=[];var z=[];var O=typeof Buffer!="undefined";if(typeof p=="undefined")p=true;if(typeof i=="undefined")i=Infinity;function _clone(a,i){if(a===null)return null;if(i===0)return a;var u;var d;if(typeof a!="object"){return a}if(_instanceof(a,e)){u=new e}else if(_instanceof(a,t)){u=new t}else if(_instanceof(a,n)){u=new n((function(e,t){a.then((function(t){e(_clone(t,i-1))}),(function(e){t(_clone(e,i-1))}))}))}else if(clone.__isArray(a)){u=[]}else if(clone.__isRegExp(a)){u=new RegExp(a.source,__getRegExpFlags(a));if(a.lastIndex)u.lastIndex=a.lastIndex}else if(clone.__isDate(a)){u=new Date(a.getTime())}else if(O&&Buffer.isBuffer(a)){if(Buffer.allocUnsafe){u=Buffer.allocUnsafe(a.length)}else{u=new Buffer(a.length)}a.copy(u);return u}else if(_instanceof(a,Error)){u=Object.create(a)}else{if(typeof s=="undefined"){d=Object.getPrototypeOf(a);u=Object.create(d)}else{u=Object.create(s);d=s}}if(p){var l=M.indexOf(a);if(l!=-1){return z[l]}M.push(a);z.push(u)}if(_instanceof(a,e)){a.forEach((function(e,t){var n=_clone(t,i-1);var a=_clone(e,i-1);u.set(n,a)}))}if(_instanceof(a,t)){a.forEach((function(e){var t=_clone(e,i-1);u.add(t)}))}for(var f in a){var A;if(d){A=Object.getOwnPropertyDescriptor(d,f)}if(A&&A.set==null){continue}u[f]=_clone(a[f],i-1)}if(Object.getOwnPropertySymbols){var q=Object.getOwnPropertySymbols(a);for(var f=0;f<q.length;f++){var m=q[f];var h=Object.getOwnPropertyDescriptor(a,m);if(h&&!h.enumerable&&!b){continue}u[m]=_clone(a[m],i-1);if(!h.enumerable){Object.defineProperty(u,m,{enumerable:false})}}}if(b){var v=Object.getOwnPropertyNames(a);for(var f=0;f<v.length;f++){var W=v[f];var h=Object.getOwnPropertyDescriptor(a,W);if(h&&h.enumerable){continue}u[W]=_clone(a[W],i-1);Object.defineProperty(u,W,{enumerable:false})}}return u}return _clone(a,i)}clone.clonePrototype=function clonePrototype(e){if(e===null)return null;var c=function(){};c.prototype=e;return new c};function __objToStr(e){return Object.prototype.toString.call(e)}clone.__objToStr=__objToStr;function __isDate(e){return typeof e==="object"&&__objToStr(e)==="[object Date]"}clone.__isDate=__isDate;function __isArray(e){return typeof e==="object"&&__objToStr(e)==="[object Array]"}clone.__isArray=__isArray;function __isRegExp(e){return typeof e==="object"&&__objToStr(e)==="[object RegExp]"}clone.__isRegExp=__isRegExp;function __getRegExpFlags(e){var t="";if(e.global)t+="g";if(e.ignoreCase)t+="i";if(e.multiline)t+="m";return t}clone.__getRegExpFlags=__getRegExpFlags;return clone}();if(true&&e.exports){e.exports=t}},9101:function(e,t,n){"use strict";
114
+ */e.exports=bytes;e.exports.format=format;e.exports.parse=parse;var t=/\B(?=(\d{3})+(?!\d))/g;var n=/(?:\.0*|(\.[^0]+)0+)$/;var a={b:1,kb:1<<10,mb:1<<20,gb:1<<30,tb:Math.pow(1024,4),pb:Math.pow(1024,5)};var p=/^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;function bytes(e,t){if(typeof e==="string"){return parse(e)}if(typeof e==="number"){return format(e,t)}return null}function format(e,p){if(!Number.isFinite(e)){return null}var i=Math.abs(e);var s=p&&p.thousandsSeparator||"";var b=p&&p.unitSeparator||"";var M=p&&p.decimalPlaces!==undefined?p.decimalPlaces:2;var z=Boolean(p&&p.fixedDecimals);var O=p&&p.unit||"";if(!O||!a[O.toLowerCase()]){if(i>=a.pb){O="PB"}else if(i>=a.tb){O="TB"}else if(i>=a.gb){O="GB"}else if(i>=a.mb){O="MB"}else if(i>=a.kb){O="KB"}else{O="B"}}var u=e/a[O.toLowerCase()];var d=u.toFixed(M);if(!z){d=d.replace(n,"$1")}if(s){d=d.split(".").map((function(e,n){return n===0?e.replace(t,s):e})).join(".")}return d+b+O}function parse(e){if(typeof e==="number"&&!isNaN(e)){return e}if(typeof e!=="string"){return null}var t=p.exec(e);var n;var i="b";if(!t){n=parseInt(e,10);i="b"}else{n=parseFloat(t[1]);i=t[4].toLowerCase()}if(isNaN(n)){return null}return Math.floor(a[i]*n)}},429:function(e,t,n){"use strict";var a=n(5632);var p=n(9831);var i=n(4715);var s=n(9348);e.exports=s||a.call(i,p)},9831:function(e){"use strict";e.exports=Function.prototype.apply},4715:function(e){"use strict";e.exports=Function.prototype.call},7063:function(e,t,n){"use strict";var a=n(5632);var p=n(6458);var i=n(4715);var s=n(429);e.exports=function callBindBasic(e){if(e.length<1||typeof e[0]!=="function"){throw new p("a function is required")}return s(a,i,e)}},9348:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect&&Reflect.apply},2389:function(e,t,n){"use strict";var a=n(1412);var p=n(7063);var i=p([a("%String.prototype.indexOf%")]);e.exports=function callBoundIntrinsic(e,t){var n=a(e,!!t);if(typeof n==="function"&&i(e,".prototype.")>-1){return p([n])}return n}},9440:function(e){var t=function(){"use strict";function _instanceof(e,t){return t!=null&&e instanceof t}var e;try{e=Map}catch(t){e=function(){}}var t;try{t=Set}catch(e){t=function(){}}var n;try{n=Promise}catch(e){n=function(){}}function clone(a,p,i,s,b){if(typeof p==="object"){i=p.depth;s=p.prototype;b=p.includeNonEnumerable;p=p.circular}var M=[];var z=[];var O=typeof Buffer!="undefined";if(typeof p=="undefined")p=true;if(typeof i=="undefined")i=Infinity;function _clone(a,i){if(a===null)return null;if(i===0)return a;var u;var d;if(typeof a!="object"){return a}if(_instanceof(a,e)){u=new e}else if(_instanceof(a,t)){u=new t}else if(_instanceof(a,n)){u=new n((function(e,t){a.then((function(t){e(_clone(t,i-1))}),(function(e){t(_clone(e,i-1))}))}))}else if(clone.__isArray(a)){u=[]}else if(clone.__isRegExp(a)){u=new RegExp(a.source,__getRegExpFlags(a));if(a.lastIndex)u.lastIndex=a.lastIndex}else if(clone.__isDate(a)){u=new Date(a.getTime())}else if(O&&Buffer.isBuffer(a)){if(Buffer.allocUnsafe){u=Buffer.allocUnsafe(a.length)}else{u=new Buffer(a.length)}a.copy(u);return u}else if(_instanceof(a,Error)){u=Object.create(a)}else{if(typeof s=="undefined"){d=Object.getPrototypeOf(a);u=Object.create(d)}else{u=Object.create(s);d=s}}if(p){var l=M.indexOf(a);if(l!=-1){return z[l]}M.push(a);z.push(u)}if(_instanceof(a,e)){a.forEach((function(e,t){var n=_clone(t,i-1);var a=_clone(e,i-1);u.set(n,a)}))}if(_instanceof(a,t)){a.forEach((function(e){var t=_clone(e,i-1);u.add(t)}))}for(var f in a){var A;if(d){A=Object.getOwnPropertyDescriptor(d,f)}if(A&&A.set==null){continue}u[f]=_clone(a[f],i-1)}if(Object.getOwnPropertySymbols){var q=Object.getOwnPropertySymbols(a);for(var f=0;f<q.length;f++){var m=q[f];var h=Object.getOwnPropertyDescriptor(a,m);if(h&&!h.enumerable&&!b){continue}u[m]=_clone(a[m],i-1);if(!h.enumerable){Object.defineProperty(u,m,{enumerable:false})}}}if(b){var v=Object.getOwnPropertyNames(a);for(var f=0;f<v.length;f++){var W=v[f];var h=Object.getOwnPropertyDescriptor(a,W);if(h&&h.enumerable){continue}u[W]=_clone(a[W],i-1);Object.defineProperty(u,W,{enumerable:false})}}return u}return _clone(a,i)}clone.clonePrototype=function clonePrototype(e){if(e===null)return null;var c=function(){};c.prototype=e;return new c};function __objToStr(e){return Object.prototype.toString.call(e)}clone.__objToStr=__objToStr;function __isDate(e){return typeof e==="object"&&__objToStr(e)==="[object Date]"}clone.__isDate=__isDate;function __isArray(e){return typeof e==="object"&&__objToStr(e)==="[object Array]"}clone.__isArray=__isArray;function __isRegExp(e){return typeof e==="object"&&__objToStr(e)==="[object RegExp]"}clone.__isRegExp=__isRegExp;function __getRegExpFlags(e){var t="";if(e.global)t+="g";if(e.ignoreCase)t+="i";if(e.multiline)t+="m";return t}clone.__getRegExpFlags=__getRegExpFlags;return clone}();if(true&&e.exports){e.exports=t}},9101:function(e,t,n){"use strict";
115
115
  /*!
116
116
  * content-disposition
117
117
  * Copyright(c) 2014-2017 Douglas Christopher Wilson
@@ -305,7 +305,7 @@ var a=n(6928).relative;e.exports=depd;var p=process.cwd();function containsNames
305
305
  * Copyright(c) 2012 TJ Holowaychuk
306
306
  * Copyright(c) 2016-2017 Douglas Christopher Wilson
307
307
  * MIT Licensed
308
- */var t=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;e.exports=fresh;function fresh(e,n){var a=e["if-modified-since"];var p=e["if-none-match"];if(!a&&!p){return false}var i=e["cache-control"];if(i&&t.test(i)){return false}if(p&&p!=="*"){var s=n["etag"];if(!s){return false}var b=true;var M=parseTokenList(p);for(var z=0;z<M.length;z++){var O=M[z];if(O===s||O==="W/"+s||"W/"+O===s){b=false;break}}if(b){return false}}if(a){var u=n["last-modified"];var d=!u||!(parseHttpDate(u)<=parseHttpDate(a));if(d){return false}}return true}function parseHttpDate(e){var t=e&&Date.parse(e);return typeof t==="number"?t:NaN}function parseTokenList(e){var t=0;var n=[];var a=0;for(var p=0,i=e.length;p<i;p++){switch(e.charCodeAt(p)){case 32:if(a===t){a=t=p+1}break;case 44:n.push(e.substring(a,t));a=t=p+1;break;default:t=p+1;break}}n.push(e.substring(a,t));return n}},6404:function(e){"use strict";var t="Function.prototype.bind called on incompatible ";var n=Object.prototype.toString;var a=Math.max;var p="[object Function]";var i=function concatty(e,t){var n=[];for(var a=0;a<e.length;a+=1){n[a]=e[a]}for(var p=0;p<t.length;p+=1){n[p+e.length]=t[p]}return n};var s=function slicy(e,t){var n=[];for(var a=t||0,p=0;a<e.length;a+=1,p+=1){n[p]=e[a]}return n};var joiny=function(e,t){var n="";for(var a=0;a<e.length;a+=1){n+=e[a];if(a+1<e.length){n+=t}}return n};e.exports=function bind(e){var b=this;if(typeof b!=="function"||n.apply(b)!==p){throw new TypeError(t+b)}var M=s(arguments,1);var z;var binder=function(){if(this instanceof z){var t=b.apply(this,i(M,arguments));if(Object(t)===t){return t}return this}return b.apply(e,i(M,arguments))};var O=a(0,b.length-M.length);var u=[];for(var d=0;d<O;d++){u[d]="$"+d}z=Function("binder","return function ("+joiny(u,",")+"){ return binder.apply(this,arguments); }")(binder);if(b.prototype){var l=function Empty(){};l.prototype=b.prototype;z.prototype=new l;l.prototype=null}return z}},5632:function(e,t,n){"use strict";var a=n(6404);e.exports=Function.prototype.bind||a},8402:function(e,t,n){"use strict";var a;var p=n(3485);var i=n(4684);var s=n(9224);var b=n(4433);var M=n(7409);var z=n(1681);var O=n(6458);var u=n(1866);var d=n(4328);var l=n(422);var f=n(1378);var A=n(7388);var q=n(526);var m=n(7816);var h=n(9947);var v=Function;var getEvalledConstructor=function(e){try{return v('"use strict"; return ('+e+").constructor;")()}catch(e){}};var W=n(2671);var g=n(9674);var throwTypeError=function(){throw new O};var y=W?function(){try{arguments.callee;return throwTypeError}catch(e){try{return W(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var x=n(9718)();var R=n(9272);var L=n(5932);var w=n(3172);var N=n(9831);var B=n(4715);var k={};var S=typeof Uint8Array==="undefined"||!R?a:R(Uint8Array);var X={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?a:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?a:ArrayBuffer,"%ArrayIteratorPrototype%":x&&R?R([][Symbol.iterator]()):a,"%AsyncFromSyncIteratorPrototype%":a,"%AsyncFunction%":k,"%AsyncGenerator%":k,"%AsyncGeneratorFunction%":k,"%AsyncIteratorPrototype%":k,"%Atomics%":typeof Atomics==="undefined"?a:Atomics,"%BigInt%":typeof BigInt==="undefined"?a:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?a:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?a:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?a:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":i,"%eval%":eval,"%EvalError%":s,"%Float32Array%":typeof Float32Array==="undefined"?a:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?a:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?a:FinalizationRegistry,"%Function%":v,"%GeneratorFunction%":k,"%Int8Array%":typeof Int8Array==="undefined"?a:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?a:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?a:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":x&&R?R(R([][Symbol.iterator]())):a,"%JSON%":typeof JSON==="object"?JSON:a,"%Map%":typeof Map==="undefined"?a:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!x||!R?a:R((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":p,"%Object.getOwnPropertyDescriptor%":W,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?a:Promise,"%Proxy%":typeof Proxy==="undefined"?a:Proxy,"%RangeError%":b,"%ReferenceError%":M,"%Reflect%":typeof Reflect==="undefined"?a:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?a:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!x||!R?a:R((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?a:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":x&&R?R(""[Symbol.iterator]()):a,"%Symbol%":x?Symbol:a,"%SyntaxError%":z,"%ThrowTypeError%":y,"%TypedArray%":S,"%TypeError%":O,"%Uint8Array%":typeof Uint8Array==="undefined"?a:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?a:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?a:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?a:Uint32Array,"%URIError%":u,"%WeakMap%":typeof WeakMap==="undefined"?a:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?a:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?a:WeakSet,"%Function.prototype.call%":B,"%Function.prototype.apply%":N,"%Object.defineProperty%":g,"%Object.getPrototypeOf%":L,"%Math.abs%":d,"%Math.floor%":l,"%Math.max%":f,"%Math.min%":A,"%Math.pow%":q,"%Math.round%":m,"%Math.sign%":h,"%Reflect.getPrototypeOf%":w};if(R){try{null.error}catch(e){var T=R(R(e));X["%Error.prototype%"]=T}}var _=function doEval(e){var t;if(e==="%AsyncFunction%"){t=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){t=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){t=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var n=doEval("%AsyncGeneratorFunction%");if(n){t=n.prototype}}else if(e==="%AsyncIteratorPrototype%"){var a=doEval("%AsyncGenerator%");if(a&&R){t=R(a.prototype)}}X[e]=t;return t};var E={__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"]};var C=n(5632);var j=n(2618);var P=C.call(B,Array.prototype.concat);var D=C.call(N,Array.prototype.splice);var I=C.call(B,String.prototype.replace);var F=C.call(B,String.prototype.slice);var U=C.call(B,RegExp.prototype.exec);var H=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var G=/\\(\\)?/g;var Y=function stringToPath(e){var t=F(e,0,1);var n=F(e,-1);if(t==="%"&&n!=="%"){throw new z("invalid intrinsic syntax, expected closing `%`")}else if(n==="%"&&t!=="%"){throw new z("invalid intrinsic syntax, expected opening `%`")}var a=[];I(e,H,(function(e,t,n,p){a[a.length]=n?I(p,G,"$1"):t||e}));return a};var V=function getBaseIntrinsic(e,t){var n=e;var a;if(j(E,n)){a=E[n];n="%"+a[0]+"%"}if(j(X,n)){var p=X[n];if(p===k){p=_(n)}if(typeof p==="undefined"&&!t){throw new O("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:a,name:n,value:p}}throw new z("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,t){if(typeof e!=="string"||e.length===0){throw new O("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof t!=="boolean"){throw new O('"allowMissing" argument must be a boolean')}if(U(/^%?[^%]*%?$/,e)===null){throw new z("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var n=Y(e);var p=n.length>0?n[0]:"";var i=V("%"+p+"%",t);var s=i.name;var b=i.value;var M=false;var u=i.alias;if(u){p=u[0];D(n,P([0,1],u))}for(var d=1,l=true;d<n.length;d+=1){var f=n[d];var A=F(f,0,1);var q=F(f,-1);if((A==='"'||A==="'"||A==="`"||(q==='"'||q==="'"||q==="`"))&&A!==q){throw new z("property names with quotes must have matching quotes")}if(f==="constructor"||!l){M=true}p+="."+f;s="%"+p+"%";if(j(X,s)){b=X[s]}else if(b!=null){if(!(f in b)){if(!t){throw new O("base intrinsic for "+e+" exists, but the property is not available.")}return void a}if(W&&d+1>=n.length){var m=W(b,f);l=!!m;if(l&&"get"in m&&!("originalValue"in m.get)){b=m.get}else{b=b[f]}}else{l=j(b,f);b=b[f]}if(l&&!M){X[s]=b}}}return b}},5932:function(e,t,n){"use strict";var a=n(3485);e.exports=a.getPrototypeOf||null},3172:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect.getPrototypeOf||null},9272:function(e,t,n){"use strict";var a=n(3172);var p=n(5932);var i=n(7213);e.exports=a?function getProto(e){return a(e)}:p?function getProto(e){if(!e||typeof e!=="object"&&typeof e!=="function"){throw new TypeError("getProto: not an object")}return p(e)}:i?function getProto(e){return i(e)}:null},7401:function(e){"use strict";e.exports=Object.getOwnPropertyDescriptor},2671:function(e,t,n){"use strict";var a=n(7401);if(a){try{a([],"length")}catch(e){a=null}}e.exports=a},2871:function(e){"use strict";e.exports=(e,t)=>{t=t||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--";const a=t.indexOf(n+e);const p=t.indexOf("--");return a!==-1&&(p===-1?true:a<p)}},9718:function(e,t,n){"use strict";var a=typeof Symbol!=="undefined"&&Symbol;var p=n(6044);e.exports=function hasNativeSymbols(){if(typeof a!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof a("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return p()}},6044:function(e){"use strict";e.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var e={};var t=Symbol("test");var n=Object(t);if(typeof t==="string"){return false}if(Object.prototype.toString.call(t)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(n)!=="[object Symbol]"){return false}var a=42;e[t]=a;for(var p in e){return false}if(typeof Object.keys==="function"&&Object.keys(e).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(e).length!==0){return false}var i=Object.getOwnPropertySymbols(e);if(i.length!==1||i[0]!==t){return false}if(!Object.prototype.propertyIsEnumerable.call(e,t)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var s=Object.getOwnPropertyDescriptor(e,t);if(s.value!==a||s.enumerable!==true){return false}}return true}},2618:function(e,t,n){"use strict";var a=Function.prototype.call;var p=Object.prototype.hasOwnProperty;var i=n(5632);e.exports=i.call(a,p)},4700:function(e,t,n){"use strict";
308
+ */var t=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;e.exports=fresh;function fresh(e,n){var a=e["if-modified-since"];var p=e["if-none-match"];if(!a&&!p){return false}var i=e["cache-control"];if(i&&t.test(i)){return false}if(p&&p!=="*"){var s=n["etag"];if(!s){return false}var b=true;var M=parseTokenList(p);for(var z=0;z<M.length;z++){var O=M[z];if(O===s||O==="W/"+s||"W/"+O===s){b=false;break}}if(b){return false}}if(a){var u=n["last-modified"];var d=!u||!(parseHttpDate(u)<=parseHttpDate(a));if(d){return false}}return true}function parseHttpDate(e){var t=e&&Date.parse(e);return typeof t==="number"?t:NaN}function parseTokenList(e){var t=0;var n=[];var a=0;for(var p=0,i=e.length;p<i;p++){switch(e.charCodeAt(p)){case 32:if(a===t){a=t=p+1}break;case 44:n.push(e.substring(a,t));a=t=p+1;break;default:t=p+1;break}}n.push(e.substring(a,t));return n}},6404:function(e){"use strict";var t="Function.prototype.bind called on incompatible ";var n=Object.prototype.toString;var a=Math.max;var p="[object Function]";var i=function concatty(e,t){var n=[];for(var a=0;a<e.length;a+=1){n[a]=e[a]}for(var p=0;p<t.length;p+=1){n[p+e.length]=t[p]}return n};var s=function slicy(e,t){var n=[];for(var a=t||0,p=0;a<e.length;a+=1,p+=1){n[p]=e[a]}return n};var joiny=function(e,t){var n="";for(var a=0;a<e.length;a+=1){n+=e[a];if(a+1<e.length){n+=t}}return n};e.exports=function bind(e){var b=this;if(typeof b!=="function"||n.apply(b)!==p){throw new TypeError(t+b)}var M=s(arguments,1);var z;var binder=function(){if(this instanceof z){var t=b.apply(this,i(M,arguments));if(Object(t)===t){return t}return this}return b.apply(e,i(M,arguments))};var O=a(0,b.length-M.length);var u=[];for(var d=0;d<O;d++){u[d]="$"+d}z=Function("binder","return function ("+joiny(u,",")+"){ return binder.apply(this,arguments); }")(binder);if(b.prototype){var l=function Empty(){};l.prototype=b.prototype;z.prototype=new l;l.prototype=null}return z}},5632:function(e,t,n){"use strict";var a=n(6404);e.exports=Function.prototype.bind||a},8402:function(e,t,n){"use strict";var a;var p=n(3485);var i=n(4684);var s=n(9224);var b=n(4433);var M=n(7409);var z=n(1681);var O=n(6458);var u=n(1866);var d=n(4328);var l=n(422);var f=n(1378);var A=n(7388);var q=n(526);var m=n(7816);var h=n(9947);var v=Function;var getEvalledConstructor=function(e){try{return v('"use strict"; return ('+e+").constructor;")()}catch(e){}};var W=n(2671);var g=n(9674);var throwTypeError=function(){throw new O};var y=W?function(){try{arguments.callee;return throwTypeError}catch(e){try{return W(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var x=n(9718)();var R=n(9272);var L=n(5932);var w=n(3172);var N=n(9831);var B=n(4715);var k={};var S=typeof Uint8Array==="undefined"||!R?a:R(Uint8Array);var X={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?a:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?a:ArrayBuffer,"%ArrayIteratorPrototype%":x&&R?R([][Symbol.iterator]()):a,"%AsyncFromSyncIteratorPrototype%":a,"%AsyncFunction%":k,"%AsyncGenerator%":k,"%AsyncGeneratorFunction%":k,"%AsyncIteratorPrototype%":k,"%Atomics%":typeof Atomics==="undefined"?a:Atomics,"%BigInt%":typeof BigInt==="undefined"?a:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?a:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?a:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?a:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":i,"%eval%":eval,"%EvalError%":s,"%Float32Array%":typeof Float32Array==="undefined"?a:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?a:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?a:FinalizationRegistry,"%Function%":v,"%GeneratorFunction%":k,"%Int8Array%":typeof Int8Array==="undefined"?a:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?a:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?a:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":x&&R?R(R([][Symbol.iterator]())):a,"%JSON%":typeof JSON==="object"?JSON:a,"%Map%":typeof Map==="undefined"?a:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!x||!R?a:R((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":p,"%Object.getOwnPropertyDescriptor%":W,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?a:Promise,"%Proxy%":typeof Proxy==="undefined"?a:Proxy,"%RangeError%":b,"%ReferenceError%":M,"%Reflect%":typeof Reflect==="undefined"?a:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?a:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!x||!R?a:R((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?a:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":x&&R?R(""[Symbol.iterator]()):a,"%Symbol%":x?Symbol:a,"%SyntaxError%":z,"%ThrowTypeError%":y,"%TypedArray%":S,"%TypeError%":O,"%Uint8Array%":typeof Uint8Array==="undefined"?a:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?a:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?a:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?a:Uint32Array,"%URIError%":u,"%WeakMap%":typeof WeakMap==="undefined"?a:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?a:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?a:WeakSet,"%Function.prototype.call%":B,"%Function.prototype.apply%":N,"%Object.defineProperty%":g,"%Object.getPrototypeOf%":L,"%Math.abs%":d,"%Math.floor%":l,"%Math.max%":f,"%Math.min%":A,"%Math.pow%":q,"%Math.round%":m,"%Math.sign%":h,"%Reflect.getPrototypeOf%":w};if(R){try{null.error}catch(e){var T=R(R(e));X["%Error.prototype%"]=T}}var _=function doEval(e){var t;if(e==="%AsyncFunction%"){t=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){t=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){t=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var n=doEval("%AsyncGeneratorFunction%");if(n){t=n.prototype}}else if(e==="%AsyncIteratorPrototype%"){var a=doEval("%AsyncGenerator%");if(a&&R){t=R(a.prototype)}}X[e]=t;return t};var E={__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"]};var C=n(5632);var j=n(2618);var P=C.call(B,Array.prototype.concat);var D=C.call(N,Array.prototype.splice);var I=C.call(B,String.prototype.replace);var F=C.call(B,String.prototype.slice);var U=C.call(B,RegExp.prototype.exec);var H=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var G=/\\(\\)?/g;var Y=function stringToPath(e){var t=F(e,0,1);var n=F(e,-1);if(t==="%"&&n!=="%"){throw new z("invalid intrinsic syntax, expected closing `%`")}else if(n==="%"&&t!=="%"){throw new z("invalid intrinsic syntax, expected opening `%`")}var a=[];I(e,H,(function(e,t,n,p){a[a.length]=n?I(p,G,"$1"):t||e}));return a};var V=function getBaseIntrinsic(e,t){var n=e;var a;if(j(E,n)){a=E[n];n="%"+a[0]+"%"}if(j(X,n)){var p=X[n];if(p===k){p=_(n)}if(typeof p==="undefined"&&!t){throw new O("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:a,name:n,value:p}}throw new z("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,t){if(typeof e!=="string"||e.length===0){throw new O("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof t!=="boolean"){throw new O('"allowMissing" argument must be a boolean')}if(U(/^%?[^%]*%?$/,e)===null){throw new z("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var n=Y(e);var p=n.length>0?n[0]:"";var i=V("%"+p+"%",t);var s=i.name;var b=i.value;var M=false;var u=i.alias;if(u){p=u[0];D(n,P([0,1],u))}for(var d=1,l=true;d<n.length;d+=1){var f=n[d];var A=F(f,0,1);var q=F(f,-1);if((A==='"'||A==="'"||A==="`"||(q==='"'||q==="'"||q==="`"))&&A!==q){throw new z("property names with quotes must have matching quotes")}if(f==="constructor"||!l){M=true}p+="."+f;s="%"+p+"%";if(j(X,s)){b=X[s]}else if(b!=null){if(!(f in b)){if(!t){throw new O("base intrinsic for "+e+" exists, but the property is not available.")}return void a}if(W&&d+1>=n.length){var m=W(b,f);l=!!m;if(l&&"get"in m&&!("originalValue"in m.get)){b=m.get}else{b=b[f]}}else{l=j(b,f);b=b[f]}if(l&&!M){X[s]=b}}}return b}},1412:function(e,t,n){"use strict";var a;var p=n(3485);var i=n(4684);var s=n(9224);var b=n(4433);var M=n(7409);var z=n(1681);var O=n(6458);var u=n(1866);var d=n(4328);var l=n(422);var f=n(1378);var A=n(7388);var q=n(526);var m=n(7816);var h=n(9947);var v=Function;var getEvalledConstructor=function(e){try{return v('"use strict"; return ('+e+").constructor;")()}catch(e){}};var W=n(2671);var g=n(9674);var throwTypeError=function(){throw new O};var y=W?function(){try{arguments.callee;return throwTypeError}catch(e){try{return W(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var x=n(9718)();var R=n(9272);var L=n(5932);var w=n(3172);var N=n(9831);var B=n(4715);var k={};var S=typeof Uint8Array==="undefined"||!R?a:R(Uint8Array);var X={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?a:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?a:ArrayBuffer,"%ArrayIteratorPrototype%":x&&R?R([][Symbol.iterator]()):a,"%AsyncFromSyncIteratorPrototype%":a,"%AsyncFunction%":k,"%AsyncGenerator%":k,"%AsyncGeneratorFunction%":k,"%AsyncIteratorPrototype%":k,"%Atomics%":typeof Atomics==="undefined"?a:Atomics,"%BigInt%":typeof BigInt==="undefined"?a:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?a:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?a:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?a:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":i,"%eval%":eval,"%EvalError%":s,"%Float16Array%":typeof Float16Array==="undefined"?a:Float16Array,"%Float32Array%":typeof Float32Array==="undefined"?a:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?a:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?a:FinalizationRegistry,"%Function%":v,"%GeneratorFunction%":k,"%Int8Array%":typeof Int8Array==="undefined"?a:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?a:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?a:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":x&&R?R(R([][Symbol.iterator]())):a,"%JSON%":typeof JSON==="object"?JSON:a,"%Map%":typeof Map==="undefined"?a:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!x||!R?a:R((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":p,"%Object.getOwnPropertyDescriptor%":W,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?a:Promise,"%Proxy%":typeof Proxy==="undefined"?a:Proxy,"%RangeError%":b,"%ReferenceError%":M,"%Reflect%":typeof Reflect==="undefined"?a:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?a:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!x||!R?a:R((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?a:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":x&&R?R(""[Symbol.iterator]()):a,"%Symbol%":x?Symbol:a,"%SyntaxError%":z,"%ThrowTypeError%":y,"%TypedArray%":S,"%TypeError%":O,"%Uint8Array%":typeof Uint8Array==="undefined"?a:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?a:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?a:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?a:Uint32Array,"%URIError%":u,"%WeakMap%":typeof WeakMap==="undefined"?a:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?a:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?a:WeakSet,"%Function.prototype.call%":B,"%Function.prototype.apply%":N,"%Object.defineProperty%":g,"%Object.getPrototypeOf%":L,"%Math.abs%":d,"%Math.floor%":l,"%Math.max%":f,"%Math.min%":A,"%Math.pow%":q,"%Math.round%":m,"%Math.sign%":h,"%Reflect.getPrototypeOf%":w};if(R){try{null.error}catch(e){var T=R(R(e));X["%Error.prototype%"]=T}}var _=function doEval(e){var t;if(e==="%AsyncFunction%"){t=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){t=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){t=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var n=doEval("%AsyncGeneratorFunction%");if(n){t=n.prototype}}else if(e==="%AsyncIteratorPrototype%"){var a=doEval("%AsyncGenerator%");if(a&&R){t=R(a.prototype)}}X[e]=t;return t};var E={__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"]};var C=n(5632);var j=n(2618);var P=C.call(B,Array.prototype.concat);var D=C.call(N,Array.prototype.splice);var I=C.call(B,String.prototype.replace);var F=C.call(B,String.prototype.slice);var U=C.call(B,RegExp.prototype.exec);var H=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var G=/\\(\\)?/g;var Y=function stringToPath(e){var t=F(e,0,1);var n=F(e,-1);if(t==="%"&&n!=="%"){throw new z("invalid intrinsic syntax, expected closing `%`")}else if(n==="%"&&t!=="%"){throw new z("invalid intrinsic syntax, expected opening `%`")}var a=[];I(e,H,(function(e,t,n,p){a[a.length]=n?I(p,G,"$1"):t||e}));return a};var V=function getBaseIntrinsic(e,t){var n=e;var a;if(j(E,n)){a=E[n];n="%"+a[0]+"%"}if(j(X,n)){var p=X[n];if(p===k){p=_(n)}if(typeof p==="undefined"&&!t){throw new O("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:a,name:n,value:p}}throw new z("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,t){if(typeof e!=="string"||e.length===0){throw new O("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof t!=="boolean"){throw new O('"allowMissing" argument must be a boolean')}if(U(/^%?[^%]*%?$/,e)===null){throw new z("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var n=Y(e);var p=n.length>0?n[0]:"";var i=V("%"+p+"%",t);var s=i.name;var b=i.value;var M=false;var u=i.alias;if(u){p=u[0];D(n,P([0,1],u))}for(var d=1,l=true;d<n.length;d+=1){var f=n[d];var A=F(f,0,1);var q=F(f,-1);if((A==='"'||A==="'"||A==="`"||(q==='"'||q==="'"||q==="`"))&&A!==q){throw new z("property names with quotes must have matching quotes")}if(f==="constructor"||!l){M=true}p+="."+f;s="%"+p+"%";if(j(X,s)){b=X[s]}else if(b!=null){if(!(f in b)){if(!t){throw new O("base intrinsic for "+e+" exists, but the property is not available.")}return void a}if(W&&d+1>=n.length){var m=W(b,f);l=!!m;if(l&&"get"in m&&!("originalValue"in m.get)){b=m.get}else{b=b[f]}}else{l=j(b,f);b=b[f]}if(l&&!M){X[s]=b}}}return b}},5932:function(e,t,n){"use strict";var a=n(3485);e.exports=a.getPrototypeOf||null},3172:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect.getPrototypeOf||null},9272:function(e,t,n){"use strict";var a=n(3172);var p=n(5932);var i=n(7213);e.exports=a?function getProto(e){return a(e)}:p?function getProto(e){if(!e||typeof e!=="object"&&typeof e!=="function"){throw new TypeError("getProto: not an object")}return p(e)}:i?function getProto(e){return i(e)}:null},7401:function(e){"use strict";e.exports=Object.getOwnPropertyDescriptor},2671:function(e,t,n){"use strict";var a=n(7401);if(a){try{a([],"length")}catch(e){a=null}}e.exports=a},2871:function(e){"use strict";e.exports=(e,t)=>{t=t||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--";const a=t.indexOf(n+e);const p=t.indexOf("--");return a!==-1&&(p===-1?true:a<p)}},9718:function(e,t,n){"use strict";var a=typeof Symbol!=="undefined"&&Symbol;var p=n(6044);e.exports=function hasNativeSymbols(){if(typeof a!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof a("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return p()}},6044:function(e){"use strict";e.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var e={};var t=Symbol("test");var n=Object(t);if(typeof t==="string"){return false}if(Object.prototype.toString.call(t)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(n)!=="[object Symbol]"){return false}var a=42;e[t]=a;for(var p in e){return false}if(typeof Object.keys==="function"&&Object.keys(e).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(e).length!==0){return false}var i=Object.getOwnPropertySymbols(e);if(i.length!==1||i[0]!==t){return false}if(!Object.prototype.propertyIsEnumerable.call(e,t)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var s=Object.getOwnPropertyDescriptor(e,t);if(s.value!==a||s.enumerable!==true){return false}}return true}},2618:function(e,t,n){"use strict";var a=Function.prototype.call;var p=Object.prototype.hasOwnProperty;var i=n(5632);e.exports=i.call(a,p)},4700:function(e,t,n){"use strict";
309
309
  /*!
310
310
  * http-errors
311
311
  * Copyright(c) 2014 Jonathan Ong
@@ -432,7 +432,7 @@ var a=n(181);var p=a.Buffer;function copyProps(e,t){for(var n in e){t[n]=e[n]}}i
432
432
  * Copyright(c) 2011 TJ Holowaychuk
433
433
  * Copyright(c) 2014-2016 Douglas Christopher Wilson
434
434
  * MIT Licensed
435
- */var a=n(6094);var p=n(846);var i=n(8473);var s=n(6928).resolve;var b=n(7152);var M=n(7016);e.exports=serveStatic;e.exports.mime=b.mime;function serveStatic(e,t){if(!e){throw new TypeError("root path required")}if(typeof e!=="string"){throw new TypeError("root path must be a string")}var n=Object.create(t||null);var a=n.fallthrough!==false;var p=n.redirect!==false;var M=n.setHeaders;if(M&&typeof M!=="function"){throw new TypeError("option setHeaders must be function")}n.maxage=n.maxage||n.maxAge||0;n.root=s(e);var z=p?createRedirectDirectoryListener():createNotFoundDirectoryListener();return function serveStatic(e,t,p){if(e.method!=="GET"&&e.method!=="HEAD"){if(a){return p()}t.statusCode=405;t.setHeader("Allow","GET, HEAD");t.setHeader("Content-Length","0");t.end();return}var s=!a;var O=i.original(e);var u=i(e).pathname;if(u==="/"&&O.pathname.substr(-1)!=="/"){u=""}var d=b(e,u,n);d.on("directory",z);if(M){d.on("headers",M)}if(a){d.on("file",(function onFile(){s=true}))}d.on("error",(function error(e){if(s||!(e.statusCode<500)){p(e);return}p()}));d.pipe(t)}}function collapseLeadingSlashes(e){for(var t=0;t<e.length;t++){if(e.charCodeAt(t)!==47){break}}return t>1?"/"+e.substr(t):e}function createHtmlDocument(e,t){return"<!DOCTYPE html>\n"+'<html lang="en">\n'+"<head>\n"+'<meta charset="utf-8">\n'+"<title>"+e+"</title>\n"+"</head>\n"+"<body>\n"+"<pre>"+t+"</pre>\n"+"</body>\n"+"</html>\n"}function createNotFoundDirectoryListener(){return function notFound(){this.error(404)}}function createRedirectDirectoryListener(){return function redirect(e){if(this.hasTrailingSlash()){this.error(404);return}var t=i.original(this.req);t.path=null;t.pathname=collapseLeadingSlashes(t.pathname+"/");var n=a(M.format(t));var s=createHtmlDocument("Redirecting","Redirecting to "+p(n));e.statusCode=301;e.setHeader("Content-Type","text/html; charset=UTF-8");e.setHeader("Content-Length",Buffer.byteLength(s));e.setHeader("Content-Security-Policy","default-src 'none'");e.setHeader("X-Content-Type-Options","nosniff");e.setHeader("Location",n);e.end(s)}}},99:function(e){"use strict";e.exports=Object.setPrototypeOf||({__proto__:[]}instanceof Array?setProtoOf:mixinProperties);function setProtoOf(e,t){e.__proto__=t;return e}function mixinProperties(e,t){for(var n in t){if(!Object.prototype.hasOwnProperty.call(e,n)){e[n]=t[n]}}return e}},9223:function(e,t,n){"use strict";var a=n(9162);var p=n(6458);var listGetNode=function(e,t,n){var a=e;var p;for(;(p=a.next)!=null;a=p){if(p.key===t){a.next=p.next;if(!n){p.next=e.next;e.next=p}return p}}};var listGet=function(e,t){if(!e){return void undefined}var n=listGetNode(e,t);return n&&n.value};var listSet=function(e,t,n){var a=listGetNode(e,t);if(a){a.value=n}else{e.next={key:t,next:e.next,value:n}}};var listHas=function(e,t){if(!e){return false}return!!listGetNode(e,t)};var listDelete=function(e,t){if(e){return listGetNode(e,t,true)}};e.exports=function getSideChannelList(){var e;var t={assert:function(e){if(!t.has(e)){throw new p("Side channel does not contain "+a(e))}},delete:function(t){var n=e&&e.next;var a=listDelete(e,t);if(a&&n&&n===a){e=void undefined}return!!a},get:function(t){return listGet(e,t)},has:function(t){return listHas(e,t)},set:function(t,n){if(!e){e={next:void undefined}}listSet(e,t,n)}};return t}},7138:function(e,t,n){"use strict";var a=n(8402);var p=n(5296);var i=n(9162);var s=n(6458);var b=a("%Map%",true);var M=p("Map.prototype.get",true);var z=p("Map.prototype.set",true);var O=p("Map.prototype.has",true);var u=p("Map.prototype.delete",true);var d=p("Map.prototype.size",true);e.exports=!!b&&function getSideChannelMap(){var e;var t={assert:function(e){if(!t.has(e)){throw new s("Side channel does not contain "+i(e))}},delete:function(t){if(e){var n=u(e,t);if(d(e)===0){e=void undefined}return n}return false},get:function(t){if(e){return M(e,t)}},has:function(t){if(e){return O(e,t)}return false},set:function(t,n){if(!e){e=new b}z(e,t,n)}};return t}},2431:function(e,t,n){"use strict";var a=n(8402);var p=n(5296);var i=n(9162);var s=n(7138);var b=n(6458);var M=a("%WeakMap%",true);var z=p("WeakMap.prototype.get",true);var O=p("WeakMap.prototype.set",true);var u=p("WeakMap.prototype.has",true);var d=p("WeakMap.prototype.delete",true);e.exports=M?function getSideChannelWeakMap(){var e;var t;var n={assert:function(e){if(!n.has(e)){throw new b("Side channel does not contain "+i(e))}},delete:function(n){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(e){return d(e,n)}}else if(s){if(t){return t["delete"](n)}}return false},get:function(n){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(e){return z(e,n)}}return t&&t.get(n)},has:function(n){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(e){return u(e,n)}}return!!t&&t.has(n)},set:function(n,a){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(!e){e=new M}O(e,n,a)}else if(s){if(!t){t=s()}t.set(n,a)}}};return n}:s},4706:function(e,t,n){"use strict";var a=n(6458);var p=n(9162);var i=n(9223);var s=n(7138);var b=n(2431);var M=b||s||i;e.exports=function getSideChannel(){var e;var t={assert:function(e){if(!t.has(e)){throw new a("Side channel does not contain "+p(e))}},delete:function(t){return!!e&&e["delete"](t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,n){if(!e){e=M()}e.set(t,n)}};return t}},1443:function(e,t,n){"use strict";
435
+ */var a=n(6094);var p=n(846);var i=n(8473);var s=n(6928).resolve;var b=n(7152);var M=n(7016);e.exports=serveStatic;e.exports.mime=b.mime;function serveStatic(e,t){if(!e){throw new TypeError("root path required")}if(typeof e!=="string"){throw new TypeError("root path must be a string")}var n=Object.create(t||null);var a=n.fallthrough!==false;var p=n.redirect!==false;var M=n.setHeaders;if(M&&typeof M!=="function"){throw new TypeError("option setHeaders must be function")}n.maxage=n.maxage||n.maxAge||0;n.root=s(e);var z=p?createRedirectDirectoryListener():createNotFoundDirectoryListener();return function serveStatic(e,t,p){if(e.method!=="GET"&&e.method!=="HEAD"){if(a){return p()}t.statusCode=405;t.setHeader("Allow","GET, HEAD");t.setHeader("Content-Length","0");t.end();return}var s=!a;var O=i.original(e);var u=i(e).pathname;if(u==="/"&&O.pathname.substr(-1)!=="/"){u=""}var d=b(e,u,n);d.on("directory",z);if(M){d.on("headers",M)}if(a){d.on("file",(function onFile(){s=true}))}d.on("error",(function error(e){if(s||!(e.statusCode<500)){p(e);return}p()}));d.pipe(t)}}function collapseLeadingSlashes(e){for(var t=0;t<e.length;t++){if(e.charCodeAt(t)!==47){break}}return t>1?"/"+e.substr(t):e}function createHtmlDocument(e,t){return"<!DOCTYPE html>\n"+'<html lang="en">\n'+"<head>\n"+'<meta charset="utf-8">\n'+"<title>"+e+"</title>\n"+"</head>\n"+"<body>\n"+"<pre>"+t+"</pre>\n"+"</body>\n"+"</html>\n"}function createNotFoundDirectoryListener(){return function notFound(){this.error(404)}}function createRedirectDirectoryListener(){return function redirect(e){if(this.hasTrailingSlash()){this.error(404);return}var t=i.original(this.req);t.path=null;t.pathname=collapseLeadingSlashes(t.pathname+"/");var n=a(M.format(t));var s=createHtmlDocument("Redirecting","Redirecting to "+p(n));e.statusCode=301;e.setHeader("Content-Type","text/html; charset=UTF-8");e.setHeader("Content-Length",Buffer.byteLength(s));e.setHeader("Content-Security-Policy","default-src 'none'");e.setHeader("X-Content-Type-Options","nosniff");e.setHeader("Location",n);e.end(s)}}},99:function(e){"use strict";e.exports=Object.setPrototypeOf||({__proto__:[]}instanceof Array?setProtoOf:mixinProperties);function setProtoOf(e,t){e.__proto__=t;return e}function mixinProperties(e,t){for(var n in t){if(!Object.prototype.hasOwnProperty.call(e,n)){e[n]=t[n]}}return e}},9223:function(e,t,n){"use strict";var a=n(9162);var p=n(6458);var listGetNode=function(e,t,n){var a=e;var p;for(;(p=a.next)!=null;a=p){if(p.key===t){a.next=p.next;if(!n){p.next=e.next;e.next=p}return p}}};var listGet=function(e,t){if(!e){return void undefined}var n=listGetNode(e,t);return n&&n.value};var listSet=function(e,t,n){var a=listGetNode(e,t);if(a){a.value=n}else{e.next={key:t,next:e.next,value:n}}};var listHas=function(e,t){if(!e){return false}return!!listGetNode(e,t)};var listDelete=function(e,t){if(e){return listGetNode(e,t,true)}};e.exports=function getSideChannelList(){var e;var t={assert:function(e){if(!t.has(e)){throw new p("Side channel does not contain "+a(e))}},delete:function(t){var n=e&&e.next;var a=listDelete(e,t);if(a&&n&&n===a){e=void undefined}return!!a},get:function(t){return listGet(e,t)},has:function(t){return listHas(e,t)},set:function(t,n){if(!e){e={next:void undefined}}listSet(e,t,n)}};return t}},7138:function(e,t,n){"use strict";var a=n(8402);var p=n(2389);var i=n(9162);var s=n(6458);var b=a("%Map%",true);var M=p("Map.prototype.get",true);var z=p("Map.prototype.set",true);var O=p("Map.prototype.has",true);var u=p("Map.prototype.delete",true);var d=p("Map.prototype.size",true);e.exports=!!b&&function getSideChannelMap(){var e;var t={assert:function(e){if(!t.has(e)){throw new s("Side channel does not contain "+i(e))}},delete:function(t){if(e){var n=u(e,t);if(d(e)===0){e=void undefined}return n}return false},get:function(t){if(e){return M(e,t)}},has:function(t){if(e){return O(e,t)}return false},set:function(t,n){if(!e){e=new b}z(e,t,n)}};return t}},2431:function(e,t,n){"use strict";var a=n(8402);var p=n(2389);var i=n(9162);var s=n(7138);var b=n(6458);var M=a("%WeakMap%",true);var z=p("WeakMap.prototype.get",true);var O=p("WeakMap.prototype.set",true);var u=p("WeakMap.prototype.has",true);var d=p("WeakMap.prototype.delete",true);e.exports=M?function getSideChannelWeakMap(){var e;var t;var n={assert:function(e){if(!n.has(e)){throw new b("Side channel does not contain "+i(e))}},delete:function(n){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(e){return d(e,n)}}else if(s){if(t){return t["delete"](n)}}return false},get:function(n){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(e){return z(e,n)}}return t&&t.get(n)},has:function(n){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(e){return u(e,n)}}return!!t&&t.has(n)},set:function(n,a){if(M&&n&&(typeof n==="object"||typeof n==="function")){if(!e){e=new M}O(e,n,a)}else if(s){if(!t){t=s()}t.set(n,a)}}};return n}:s},4706:function(e,t,n){"use strict";var a=n(6458);var p=n(9162);var i=n(9223);var s=n(7138);var b=n(2431);var M=b||s||i;e.exports=function getSideChannel(){var e;var t={assert:function(e){if(!t.has(e)){throw new a("Side channel does not contain "+p(e))}},delete:function(t){return!!e&&e["delete"](t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,n){if(!e){e=M()}e.set(t,n)}};return t}},1443:function(e,t,n){"use strict";
436
436
  /*!
437
437
  * statuses
438
438
  * Copyright(c) 2014 Jonathan Ong
@@ -1 +1 @@
1
- {"name":"@node-red/editor-api","version":"4.0.8","license":"Apache-2.0","main":"./lib/index.js","repository":{"type":"git","url":"https://github.com/node-red/node-red.git"},"contributors":[{"name":"Nick O'Leary"},{"name":"Dave Conway-Jones"}],"dependencies":{"@node-red/util":"4.0.8","@node-red/editor-client":"4.0.8","bcryptjs":"2.4.3","body-parser":"1.20.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.18.1","express":"4.21.2","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.12.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.7.0","ws":"7.5.10"},"optionalDependencies":{"@node-rs/bcrypt":"1.10.4"},"_lastModified":"2025-05-22T16:39:42.590Z"}
1
+ {"name":"@node-red/editor-api","version":"4.0.8","license":"Apache-2.0","main":"./lib/index.js","repository":{"type":"git","url":"https://github.com/node-red/node-red.git"},"contributors":[{"name":"Nick O'Leary"},{"name":"Dave Conway-Jones"}],"dependencies":{"@node-red/util":"4.0.8","@node-red/editor-client":"4.0.8","bcryptjs":"2.4.3","body-parser":"1.20.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.18.1","express":"4.21.2","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.12.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.7.0","ws":"7.5.10"},"optionalDependencies":{"@node-rs/bcrypt":"1.10.4"},"_lastModified":"2025-06-15T19:48:43.683Z"}