metadata-action/dist/index.js

90 lines
3.0 MiB
JavaScript
Raw Normal View History

require('./sourcemap-register.js');(()=>{var __webpack_modules__={27799:function(r,a,i){"use strict";var p=this&&this.__createBinding||(Object.create?function(r,a,i,p){if(p===undefined)p=i;var c=Object.getOwnPropertyDescriptor(a,i);if(!c||("get"in c?!a.__esModule:c.writable||c.configurable)){c={enumerable:true,get:function(){return a[i]}}}Object.defineProperty(r,p,c)}:function(r,a,i,p){if(p===undefined)p=i;r[p]=a[i]});var c=this&&this.__setModuleDefault||(Object.create?function(r,a){Object.defineProperty(r,"default",{enumerable:true,value:a})}:function(r,a){r["default"]=a});var d=this&&this.__importStar||function(r){if(r&&r.__esModule)return r;var a={};if(r!=null)for(var i in r)if(i!=="default"&&Object.prototype.hasOwnProperty.call(r,i))p(a,r,i);c(a,r);return a};var A=this&&this.__awaiter||function(r,a,i,p){function adopt(r){return r instanceof i?r:new i((function(a){a(r)}))}return new(i||(i=Promise))((function(i,c){function fulfilled(r){try{step(p.next(r))}catch(r){c(r)}}function rejected(r){try{step(p["throw"](r))}catch(r){c(r)}}function step(r){r.done?i(r.value):adopt(r.value).then(fulfilled,rejected)}step((p=p.apply(r,a||[])).next())}))};Object.defineProperty(a,"__esModule",{value:true});a.saveCache=a.restoreCache=a.isFeatureAvailable=a.ReserveCacheError=a.ValidationError=void 0;const l=d(i(42186));const u=d(i(71017));const b=d(i(91518));const M=d(i(98245));const m=i(56490);class ValidationError extends Error{constructor(r){super(r);this.name="ValidationError";Object.setPrototypeOf(this,ValidationError.prototype)}}a.ValidationError=ValidationError;class ReserveCacheError extends Error{constructor(r){super(r);this.name="ReserveCacheError";Object.setPrototypeOf(this,ReserveCacheError.prototype)}}a.ReserveCacheError=ReserveCacheError;function checkPaths(r){if(!r||r.length===0){throw new ValidationError(`Path Validation Error: At least one directory or file path is required`)}}function checkKey(r){if(r.length>512){throw new ValidationError(`Key Validation Error: ${r} cannot be larger than 512 characters.`)}const a=/^[^,]*$/;if(!a.test(r)){throw new ValidationError(`Key Validation Error: ${r} cannot contain commas.`)}}function isFeatureAvailable(){return!!process.env["ACTIONS_CACHE_URL"]}a.isFeatureAvailable=isFeatureAvailable;function restoreCache(r,a,i,p,c=false){return A(this,void 0,void 0,(function*(){checkPaths(r);i=i||[];const d=[a,...i];l.debug("Resolved Keys:");l.debug(JSON.stringify(d));if(d.length>10){throw new ValidationError(`Key Validation Error: Keys are limited to a maximum of 10.`)}for(const r of d){checkKey(r)}const A=yield b.getCompressionMethod();let z="";try{const a=yield M.getCacheEntry(d,r,{compressionMethod:A,enableCrossOsArchive:c});if(!(a===null||a===void 0?void 0:a.archiveLocation)){return undefined}if(p===null||p===void 0?void 0:p.lookupOnly){l.info("Lookup only - skipping download");return a.cacheKey}z=u.join(yield b.createTempDirectory(),b.getCacheFileName(A));l.debug(`Archive Path: ${z}`);yield M.downloadCache(a.archiveLocation,z,p);if(l.isDebug()){yield(0,m.listTar)(z,A)}const i=b.getArchiveFileSizeInBytes(z);l.info(`Cache Size: ~${Math.round(i/(1024*1024))} MB (${i} B)`);yield(0,m.extractTar)(z,A);l.info("Cache restored successfully");return a.cacheKey}catch(r){const a=r;if(a.name===ValidationError.name){throw r}else{l.warning(`Failed to restore: ${r.message}`)}}finally{try{yield b.unlinkFile(z)}catch(r){l.debug(`Failed to delete archive: ${r}`)}}return undefined}))}a.restoreCache=restoreCache;function saveCache(r,a,i,p=false){var c,d,z,O,h;return A(this,void 0,void 0,(function*(){checkPaths(r);checkKey(a);const A=yield b.getCompressionMethod();let g=-1;const E=yield b.resolvePaths(r);l.debug("Cache Paths:");l.debug(`${JSON.stringify(E)}`);if(E.length===0){throw new Error(`Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.`)}const q=yield b.createTempDirectory();const y=u.join(q,b.getCacheFileName(A));l.debug(`Archive Path: ${y}`);try{yield(0,m.createTar)(q,E,A);if(l.isDebug()){yield(0,m.listTar)(y,A)}const u=10*1024*1024*102
/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/function isObject(r){return Object.prototype.toString.call(r)==="[object Object]"}function isPlainObject(r){var a,i;if(isObject(r)===false)return false;a=r.constructor;if(a===undefined)return true;i=a.prototype;if(isObject(i)===false)return false;if(i.hasOwnProperty("isPrototypeOf")===false){return false}return true}a.isPlainObject=isPlainObject},84329:r=>{"use strict";function e(r){this.message=r}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var a="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var a=String(r).replace(/=+$/,"");if(a.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var i,p,c=0,d=0,A="";p=a.charAt(d++);~p&&(i=c%4?64*i+p:p,c++%4)?A+=String.fromCharCode(255&i>>(-2*c&6)):0)p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(p);return A};function t(r){var i=r.replace(/-/g,"+").replace(/_/g,"/");switch(i.length%4){case 0:break;case 2:i+="==";break;case 3:i+="=";break;default:throw"Illegal base64url string!"}try{return function(r){return decodeURIComponent(a(r).replace(/(.)/g,(function(r,a){var i=a.charCodeAt(0).toString(16).toUpperCase();return i.length<2&&(i="0"+i),"%"+i})))}(i)}catch(r){return a(i)}}function n(r){this.message=r}function o(r,a){if("string"!=typeof r)throw new n("Invalid token specified");var i=!0===(a=a||{}).header?0:1;try{return JSON.parse(t(r.split(".")[i]))}catch(r){throw new n("Invalid token specified: "+r.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";const i=o;i.default=o,i.InvalidTokenError=n,r.exports=i},7129:(r,a,i)=>{"use strict";const p=i(40665);const c=Symbol("max");const d=Symbol("length");const A=Symbol("lengthCalculator");const l=Symbol("allowStale");const u=Symbol("maxAge");const b=Symbol("dispose");const M=Symbol("noDisposeOnSet");const m=Symbol("lruList");const z=Symbol("cache");const O=Symbol("updateAgeOnGet");const naiveLength=()=>1;class LRUCache{constructor(r){if(typeof r==="number")r={max:r};if(!r)r={};if(r.max&&(typeof r.max!=="number"||r.max<0))throw new TypeError("max must be a non-negative number");const a=this[c]=r.max||Infinity;const i=r.length||naiveLength;this[A]=typeof i!=="function"?naiveLength:i;this[l]=r.stale||false;if(r.maxAge&&typeof r.maxAge!=="number")throw new TypeError("maxAge must be a number");this[u]=r.maxAge||0;this[b]=r.dispose;this[M]=r.noDisposeOnSet||false;this[O]=r.updateAgeOnGet||false;this.reset()}set max(r){if(typeof r!=="number"||r<0)throw new TypeError("max must be a non-negative number");this[c]=r||Infinity;trim(this)}get max(){return this[c]}set allowStale(r){this[l]=!!r}get allowStale(){return this[l]}set maxAge(r){if(typeof r!=="number")throw new TypeError("maxAge must be a non-negative number");this[u]=r;trim(this)}get maxAge(){return this[u]}set lengthCalculator(r){if(typeof r!=="function")r=naiveLength;if(r!==this[A]){this[A]=r;this[d]=0;this[m].forEach((r=>{r.length=this[A](r.value,r.key);this[d]+=r.length}))}trim(this)}get lengthCalculator(){return this[A]}get length(){return this[d]}get itemCount(){return this[m].length}rforEach(r,a){a=a||this;for(let i=this[m].tail;i!==null;){const p=i.prev;forEachStep(this,r,i,a);i=p}}forEach(r,a){a=a||this;for(let i=this[m].head;i!==null;){const p=i.next;forEachStep(this,r,i,a);i=p}}keys(){return this[m].toArray().map((r=>r.key))}values(){return this[m].toArray().map((r=>r.value))}reset(){if(this[b]&&this[m]&&this[m].length){this[m].forEach((r=>this[b](r.key,r.value)))}this[z]=new Map;this[m]=new p;this[d]=0}dump(){return this[m].map((r=>isStale(this,r)?false:{k:r.key,v:r.value,e:r.now+(r.maxAge||0)})).toArray().filter((r=>r))}dumpLru(){return this[m]}set(r,a,i){i=i||this[u];if(i&&typeof i!=="number")throw new TypeError("maxAge must be a number");const p=i?Date.now():0;const l=this[A](a,r);if(this[z].has(r)){if(l>this[c]){del(this,this[z].get(r));return false}const A=this[z].get(r);const u=A.value;if(this[b]){if(!this[M])this[b](r,u.value)}u.now=p;u.maxAge=i;u.value=a;this[d]+=l-u.length;u.length=l;this.get(r);trim(this);return true}const O=new E
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/
r.exports=i(53765)},43583:(r,a,i)=>{"use strict";
/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/var p=i(47426);var c=i(71017).extname;var d=/^\s*([^;\s]*)(?:;|\s|$)/;var A=/^text\//i;a.charset=charset;a.charsets={lookup:charset};a.contentType=contentType;a.extension=extension;a.extensions=Object.create(null);a.lookup=lookup;a.types=Object.create(null);populateMaps(a.extensions,a.types);function charset(r){if(!r||typeof r!=="string"){return false}var a=d.exec(r);var i=a&&p[a[1].toLowerCase()];if(i&&i.charset){return i.charset}if(a&&A.test(a[1])){return"UTF-8"}return false}function contentType(r){if(!r||typeof r!=="string"){return false}var i=r.indexOf("/")===-1?a.lookup(r):r;if(!i){return false}if(i.indexOf("charset")===-1){var p=a.charset(i);if(p)i+="; charset="+p.toLowerCase()}return i}function extension(r){if(!r||typeof r!=="string"){return false}var i=d.exec(r);var p=i&&a.extensions[i[1].toLowerCase()];if(!p||!p.length){return false}return p[0]}function lookup(r){if(!r||typeof r!=="string"){return false}var i=c("x."+r).toLowerCase().substr(1);if(!i){return false}return a.types[i]||false}function populateMaps(r,a){var i=["nginx","apache",undefined,"iana"];Object.keys(p).forEach((function forEachMimeType(c){var d=p[c];var A=d.extensions;if(!A||!A.length){return}r[c]=A;for(var l=0;l<A.length;l++){var u=A[l];if(a[u]){var b=i.indexOf(p[a[u]].source);var M=i.indexOf(d.source);if(a[u]!=="application/octet-stream"&&(b>M||b===M&&a[u].substr(0,12)==="application/")){continue}}a[u]=c}}))}},83973:(r,a,i)=>{r.exports=minimatch;minimatch.Minimatch=Minimatch;var p=function(){try{return i(71017)}catch(r){}}()||{sep:"/"};minimatch.sep=p.sep;var c=minimatch.GLOBSTAR=Minimatch.GLOBSTAR={};var d=i(33717);var A={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}};var l="[^/]";var u=l+"*?";var b="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";var M="(?:(?!(?:\\/|^)\\.).)*?";var m=charSet("().*{}+?[]^$\\!");function charSet(r){return r.split("").reduce((function(r,a){r[a]=true;return r}),{})}var z=/\/+/;minimatch.filter=filter;function filter(r,a){a=a||{};return function(i,p,c){return minimatch(i,r,a)}}function ext(r,a){a=a||{};var i={};Object.keys(r).forEach((function(a){i[a]=r[a]}));Object.keys(a).forEach((function(r){i[r]=a[r]}));return i}minimatch.defaults=function(r){if(!r||typeof r!=="object"||!Object.keys(r).length){return minimatch}var a=minimatch;var i=function minimatch(i,p,c){return a(i,p,ext(r,c))};i.Minimatch=function Minimatch(i,p){return new a.Minimatch(i,ext(r,p))};i.Minimatch.defaults=function defaults(i){return a.defaults(ext(r,i)).Minimatch};i.filter=function filter(i,p){return a.filter(i,ext(r,p))};i.defaults=function defaults(i){return a.defaults(ext(r,i))};i.makeRe=function makeRe(i,p){return a.makeRe(i,ext(r,p))};i.braceExpand=function braceExpand(i,p){return a.braceExpand(i,ext(r,p))};i.match=function(i,p,c){return a.match(i,p,ext(r,c))};return i};Minimatch.defaults=function(r){return minimatch.defaults(r).Minimatch};function minimatch(r,a,i){assertValidPattern(a);if(!i)i={};if(!i.nocomment&&a.charAt(0)==="#"){return false}return new Minimatch(a,i).match(r)}function Minimatch(r,a){if(!(this instanceof Minimatch)){return new Minimatch(r,a)}assertValidPattern(r);if(!a)a={};r=r.trim();if(!a.allowWindowsEscape&&p.sep!=="/"){r=r.split(p.sep).join("/")}this.options=a;this.set=[];this.pattern=r;this.regexp=null;this.negate=false;this.comment=false;this.empty=false;this.partial=!!a.partial;this.make()}Minimatch.prototype.debug=function(){};Minimatch.prototype.make=make;function make(){var r=this.pattern;var a=this.options;if(!a.nocomment&&r.charAt(0)==="#"){this.comment=true;return}if(!r){this.empty=true;return}this.parseNegate();var i=this.globSet=this.braceExpand();if(a.debug)this.debug=function debug(){console.error.apply(console,arguments)};this.debug(this.pattern,i);i=this.globParts=i.map((function(r){return r.split(z)}));this.debug(this.pattern,i);i=i.map((function(r,a,i){return r.map(this.parse,this)}),this);this.debug(this.pattern,i);i=i.filter((function(r){return r.indexOf(false)===-1}));this.debug(this.pattern,i
//! moment-timezone.js
//! version : 0.5.43
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
(function(a,p){"use strict";if(true&&r.exports){r.exports=p(i(99623))}else if(typeof define==="function"&&define.amd){define(["moment"],p)}else{p(a.moment)}})(this,(function(r){"use strict";if(r.version===undefined&&r.default){r=r.default}var a="0.5.43",i={},p={},c={},d={},A={},l;if(!r||typeof r.version!=="string"){logError("Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/")}var u=r.version.split("."),b=+u[0],M=+u[1];if(b<2||b===2&&M<6){logError("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+r.version+". See momentjs.com")}function charCodeToInt(r){if(r>96){return r-87}else if(r>64){return r-29}return r-48}function unpackBase60(r){var a=0,i=r.split("."),p=i[0],c=i[1]||"",d=1,A,l=0,u=1;if(r.charCodeAt(0)===45){a=1;u=-1}for(a;a<p.length;a++){A=charCodeToInt(p.charCodeAt(a));l=60*l+A}for(a=0;a<c.length;a++){d=d/60;A=charCodeToInt(c.charCodeAt(a));l+=A*d}return l*u}function arrayToInt(r){for(var a=0;a<r.length;a++){r[a]=unpackBase60(r[a])}}function intToUntil(r,a){for(var i=0;i<a;i++){r[i]=Math.round((r[i-1]||0)+r[i]*6e4)}r[a-1]=Infinity}function mapIndices(r,a){var i=[],p;for(p=0;p<a.length;p++){i[p]=r[a[p]]}return i}function unpack(r){var a=r.split("|"),i=a[2].split(" "),p=a[3].split(""),c=a[4].split(" ");arrayToInt(i);arrayToInt(p);arrayToInt(c);intToUntil(c,p.length);return{name:a[0],abbrs:mapIndices(a[1].split(" "),p),offsets:mapIndices(i,p),untils:c,population:a[5]|0}}function Zone(r){if(r){this._set(unpack(r))}}Zone.prototype={_set:function(r){this.name=r.name;this.abbrs=r.abbrs;this.untils=r.untils;this.offsets=r.offsets;this.population=r.population},_index:function(r){var a=+r,i=this.untils,p;for(p=0;p<i.length;p++){if(a<i[p]){return p}}},countries:function(){var r=this.name;return Object.keys(c).filter((function(a){return c[a].zones.indexOf(r)!==-1}))},parse:function(r){var a=+r,i=this.offsets,p=this.untils,c=p.length-1,d,A,l,u;for(u=0;u<c;u++){d=i[u];A=i[u+1];l=i[u?u-1:u];if(d<A&&tz.moveAmbiguousForward){d=A}else if(d>l&&tz.moveInvalidForward){d=l}if(a<p[u]-d*6e4){return i[u]}}return i[c]},abbr:function(r){return this.abbrs[this._index(r)]},offset:function(r){logError("zone.offset has been deprecated in favor of zone.utcOffset");return this.offsets[this._index(r)]},utcOffset:function(r){return this.offsets[this._index(r)]}};function Country(r,a){this.name=r;this.zones=a}function OffsetAt(r){var a=r.toTimeString();var i=a.match(/\([a-z ]+\)/i);if(i&&i[0]){i=i[0].match(/[A-Z]/g);i=i?i.join(""):undefined}else{i=a.match(/[A-Z]{3,5}/g);i=i?i[0]:undefined}if(i==="GMT"){i=undefined}this.at=+r;this.abbr=i;this.offset=r.getTimezoneOffset()}function ZoneScore(r){this.zone=r;this.offsetScore=0;this.abbrScore=0}ZoneScore.prototype.scoreOffsetAt=function(r){this.offsetScore+=Math.abs(this.zone.utcOffset(r.at)-r.offset);if(this.zone.abbr(r.at).replace(/[^A-Z]/g,"")!==r.abbr){this.abbrScore++}};function findChange(r,a){var i,p;while(p=((a.at-r.at)/12e4|0)*6e4){i=new OffsetAt(new Date(r.at+p));if(i.offset===r.offset){r=i}else{a=i}}return r}function userOffsets(){var r=(new Date).getFullYear()-2,a=new OffsetAt(new Date(r,0,1)),i=[a],p,c,d;for(d=1;d<48;d++){c=new OffsetAt(new Date(r,d,1));if(c.offset!==a.offset){p=findChange(a,c);i.push(p);i.push(new OffsetAt(new Date(p.at+6e4)))}a=c}for(d=0;d<4;d++){i.push(new OffsetAt(new Date(r+d,0,1)));i.push(new OffsetAt(new Date(r+d,6,1)))}return i}function sortZoneScores(r,a){if(r.offsetScore!==a.offsetScore){return r.offsetScore-a.offsetScore}if(r.abbrScore!==a.abbrScore){return r.abbrScore-a.abbrScore}if(r.zone.population!==a.zone.population){return a.zone.population-r.zone.population}return a.zone.name.localeCompare(r.zone.name)}function addToGuesses(r,a){var i,p;arrayToInt(a);for(i=0;i<a.length;i++){p=a[i];A[p]=A[p]||{};A[p][r]=true}}function guessesForUserOffsets(r){var a=r.length,i={},p=[],c,l,u;for(c=0;c<a;c++){u=A[r[c].offset]||{};for(l in u){if(u.hasOwnProperty(l)){i[l]=true}}}for(c in i){if(i.hasOwnProperty(c)){p.push(d[c])}}return p}function rebuildGuess(){try{var r=Intl.DateTimeFormat().resolvedOptions().timeZo
//! moment.js
//! version : 2.29.4
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
(function(a,i){true?r.exports=i():0})(this,(function(){"use strict";var a;function hooks(){return a.apply(null,arguments)}function setHookCallback(r){a=r}function isArray(r){return r instanceof Array||Object.prototype.toString.call(r)==="[object Array]"}function isObject(r){return r!=null&&Object.prototype.toString.call(r)==="[object Object]"}function hasOwnProp(r,a){return Object.prototype.hasOwnProperty.call(r,a)}function isObjectEmpty(r){if(Object.getOwnPropertyNames){return Object.getOwnPropertyNames(r).length===0}else{var a;for(a in r){if(hasOwnProp(r,a)){return false}}return true}}function isUndefined(r){return r===void 0}function isNumber(r){return typeof r==="number"||Object.prototype.toString.call(r)==="[object Number]"}function isDate(r){return r instanceof Date||Object.prototype.toString.call(r)==="[object Date]"}function map(r,a){var i=[],p,c=r.length;for(p=0;p<c;++p){i.push(a(r[p],p))}return i}function extend(r,a){for(var i in a){if(hasOwnProp(a,i)){r[i]=a[i]}}if(hasOwnProp(a,"toString")){r.toString=a.toString}if(hasOwnProp(a,"valueOf")){r.valueOf=a.valueOf}return r}function createUTC(r,a,i,p){return createLocalOrUTC(r,a,i,p,true).utc()}function defaultParsingFlags(){return{empty:false,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:false,invalidEra:null,invalidMonth:null,invalidFormat:false,userInvalidated:false,iso:false,parsedDateParts:[],era:null,meridiem:null,rfc2822:false,weekdayMismatch:false}}function getParsingFlags(r){if(r._pf==null){r._pf=defaultParsingFlags()}return r._pf}var i;if(Array.prototype.some){i=Array.prototype.some}else{i=function(r){var a=Object(this),i=a.length>>>0,p;for(p=0;p<i;p++){if(p in a&&r.call(this,a[p],p,a)){return true}}return false}}function isValid(r){if(r._isValid==null){var a=getParsingFlags(r),p=i.call(a.parsedDateParts,(function(r){return r!=null})),c=!isNaN(r._d.getTime())&&a.overflow<0&&!a.empty&&!a.invalidEra&&!a.invalidMonth&&!a.invalidWeekday&&!a.weekdayMismatch&&!a.nullInput&&!a.invalidFormat&&!a.userInvalidated&&(!a.meridiem||a.meridiem&&p);if(r._strict){c=c&&a.charsLeftOver===0&&a.unusedTokens.length===0&&a.bigHour===undefined}if(Object.isFrozen==null||!Object.isFrozen(r)){r._isValid=c}else{return c}}return r._isValid}function createInvalid(r){var a=createUTC(NaN);if(r!=null){extend(getParsingFlags(a),r)}else{getParsingFlags(a).userInvalidated=true}return a}var p=hooks.momentProperties=[],c=false;function copyConfig(r,a){var i,c,d,A=p.length;if(!isUndefined(a._isAMomentObject)){r._isAMomentObject=a._isAMomentObject}if(!isUndefined(a._i)){r._i=a._i}if(!isUndefined(a._f)){r._f=a._f}if(!isUndefined(a._l)){r._l=a._l}if(!isUndefined(a._strict)){r._strict=a._strict}if(!isUndefined(a._tzm)){r._tzm=a._tzm}if(!isUndefined(a._isUTC)){r._isUTC=a._isUTC}if(!isUndefined(a._offset)){r._offset=a._offset}if(!isUndefined(a._pf)){r._pf=getParsingFlags(a)}if(!isUndefined(a._locale)){r._locale=a._locale}if(A>0){for(i=0;i<A;i++){c=p[i];d=a[c];if(!isUndefined(d)){r[c]=d}}}return r}function Moment(r){copyConfig(this,r);this._d=new Date(r._d!=null?r._d.getTime():NaN);if(!this.isValid()){this._d=new Date(NaN)}if(c===false){c=true;hooks.updateOffset(this);c=false}}function isMoment(r){return r instanceof Moment||r!=null&&r._isAMomentObject!=null}function warn(r){if(hooks.suppressDeprecationWarnings===false&&typeof console!=="undefined"&&console.warn){console.warn("Deprecation warning: "+r)}}function deprecate(r,a){var i=true;return extend((function(){if(hooks.deprecationHandler!=null){hooks.deprecationHandler(null,r)}if(i){var p=[],c,d,A,l=arguments.length;for(d=0;d<l;d++){c="";if(typeof arguments[d]==="object"){c+="\n["+d+"] ";for(A in arguments[0]){if(hasOwnProp(arguments[0],A)){c+=A+": "+arguments[0][A]+", "}}c=c.slice(0,-2)}else{c=arguments[d]}p.push(c)}warn(r+"\nArguments: "+Array.prototype.slice.call(p).join("")+"\n"+(new Error).stack);i=false}return a.apply(this,arguments)}),a)}var d={};function deprecateSimple(r,a){if(hooks.deprecationHandler!=null){hooks.deprecationHandler(r,a)}if(!d[r]){warn(a);d[r]=true}}hooks.suppressDeprecationWarnings=false;hooks.depr
//! moment.js
hooks.version="2.29.4";setHookCallback(createLocal);hooks.fn=Ye;hooks.min=min;hooks.max=max;hooks.now=now;hooks.utc=createUTC;hooks.unix=createUnix;hooks.months=listMonths;hooks.isDate=isDate;hooks.locale=getSetGlobalLocale;hooks.invalid=createInvalid;hooks.duration=createDuration;hooks.isMoment=isMoment;hooks.weekdays=listWeekdays;hooks.parseZone=createInZone;hooks.localeData=getLocale;hooks.isDuration=isDuration;hooks.monthsShort=listMonthsShort;hooks.weekdaysMin=listWeekdaysMin;hooks.defineLocale=defineLocale;hooks.updateLocale=updateLocale;hooks.locales=listLocales;hooks.weekdaysShort=listWeekdaysShort;hooks.normalizeUnits=normalizeUnits;hooks.relativeTimeRounding=getSetRelativeTimeRounding;hooks.relativeTimeThreshold=getSetRelativeTimeThreshold;hooks.calendarFormat=getCalendarFormat;hooks.prototype=Ye;hooks.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};return hooks}))},80467:(r,a,i)=>{"use strict";Object.defineProperty(a,"__esModule",{value:true});function _interopDefault(r){return r&&typeof r==="object"&&"default"in r?r["default"]:r}var p=_interopDefault(i(12781));var c=_interopDefault(i(13685));var d=_interopDefault(i(57310));var A=_interopDefault(i(28665));var l=_interopDefault(i(95687));var u=_interopDefault(i(59796));const b=p.Readable;const M=Symbol("buffer");const m=Symbol("type");class Blob{constructor(){this[m]="";const r=arguments[0];const a=arguments[1];const i=[];let p=0;if(r){const a=r;const c=Number(a.length);for(let r=0;r<c;r++){const c=a[r];let d;if(c instanceof Buffer){d=c}else if(ArrayBuffer.isView(c)){d=Buffer.from(c.buffer,c.byteOffset,c.byteLength)}else if(c instanceof ArrayBuffer){d=Buffer.from(c)}else if(c instanceof Blob){d=c[M]}else{d=Buffer.from(typeof c==="string"?c:String(c))}p+=d.length;i.push(d)}}this[M]=Buffer.concat(i);let c=a&&a.type!==undefined&&String(a.type).toLowerCase();if(c&&!/[^\u0020-\u007E]/.test(c)){this[m]=c}}get size(){return this[M].length}get type(){return this[m]}text(){return Promise.resolve(this[M].toString())}arrayBuffer(){const r=this[M];const a=r.buffer.slice(r.byteOffset,r.byteOffset+r.byteLength);return Promise.resolve(a)}stream(){const r=new b;r._read=function(){};r.push(this[M]);r.push(null);return r}toString(){return"[object Blob]"}slice(){const r=this.size;const a=arguments[0];const i=arguments[1];let p,c;if(a===undefined){p=0}else if(a<0){p=Math.max(r+a,0)}else{p=Math.min(a,r)}if(i===undefined){c=r}else if(i<0){c=Math.max(r+i,0)}else{c=Math.min(i,r)}const d=Math.max(c-p,0);const A=this[M];const l=A.slice(p,p+d);const u=new Blob([],{type:arguments[2]});u[M]=l;return u}}Object.defineProperties(Blob.prototype,{size:{enumerable:true},type:{enumerable:true},slice:{enumerable:true}});Object.defineProperty(Blob.prototype,Symbol.toStringTag,{value:"Blob",writable:false,enumerable:false,configurable:true});function FetchError(r,a,i){Error.call(this,r);this.message=r;this.type=a;if(i){this.code=this.errno=i.code}Error.captureStackTrace(this,this.constructor)}FetchError.prototype=Object.create(Error.prototype);FetchError.prototype.constructor=FetchError;FetchError.prototype.name="FetchError";let z;try{z=i(22877).convert}catch(r){}const O=Symbol("Body internals");const h=p.PassThrough;function Body(r){var a=this;var i=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},c=i.size;let d=c===undefined?0:c;var A=i.timeout;let l=A===undefined?0:A;if(r==null){r=null}else if(isURLSearchParams(r)){r=Buffer.from(r.toString())}else if(isBlob(r));else if(Buffer.isBuffer(r));else if(Object.prototype.toString.call(r)==="[object ArrayBuffer]"){r=Buffer.from(r)}else if(ArrayBuffer.isView(r)){r=Buffer.from(r.buffer,r.byteOffset,r.byteLength)}else if(r instanceof p);else{r=Buffer.from(String(r))}this[O]={body:r,disturbed:false,error:null};this.size=d;this.timeout=l;if(r instanceof p){r.on("error",(function(r){const i=r.name==="AbortError"?r:new FetchError(`Invalid response body w
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */if(!String.fromCodePoint){(function(){var r=String.fromCharCode;var a=Math.floor;var fromCodePoint=function(){var i=16384;var p=[];var c;var d;var A=-1;var l=arguments.length;if(!l){return""}var u="";while(++A<l){var b=Number(arguments[A]);if(!isFinite(b)||b<0||b>1114111||a(b)!==b){throw RangeError("Invalid code point: "+b)}if(b<=65535){p.push(b)}else{b-=65536;c=(b>>10)+55296;d=b%1024+56320;p.push(c,d)}if(A+1===l||p.length>i){u+=r.apply(null,p);p.length=0}}return u};if(Object.defineProperty){Object.defineProperty(String,"fromCodePoint",{value:fromCodePoint,configurable:true,writable:true})}else{String.fromCodePoint=fromCodePoint}})()}})(false?0:a)},91532:(r,a,i)=>{const p=Symbol("SemVer ANY");class Comparator{static get ANY(){return p}constructor(r,a){a=c(a);if(r instanceof Comparator){if(r.loose===!!a.loose){return r}else{r=r.value}}r=r.trim().split(/\s+/).join(" ");u("comparator",r,a);this.options=a;this.loose=!!a.loose;this.parse(r);if(this.semver===p){this.value=""}else{this.value=this.operator+this.semver.version}u("comp",this)}parse(r){const a=this.options.loose?d[A.COMPARATORLOOSE]:d[A.COMPARATOR];const i=r.match(a);if(!i){throw new TypeError(`Invalid comparator: ${r}`)}this.operator=i[1]!==undefined?i[1]:"";if(this.operator==="="){this.operator=""}if(!i[2]){this.semver=p}else{this.semver=new b(i[2],this.options.loose)}}toString(){return this.value}test(r){u("Comparator.test",r,this.options.loose);if(this.semver===p||r===p){return true}if(typeof r==="string"){try{r=new b(r,this.options)}catch(r){return false}}return l(r,this.operator,this.semver,this.options)}intersects(r,a){if(!(r instanceof Comparator)){throw new TypeError("a Comparator is required")}if(this.operator===""){if(this.value===""){return true}return new M(r.value,a).test(this.value)}else if(r.operator===""){if(r.value===""){return true}return new M(this.value,a).test(r.semver)}a=c(a);if(a.includePrerelease&&(this.value==="<0.0.0-0"||r.value==="<0.0.0-0")){return false}if(!a.includePrerelease&&(this.value.startsWith("<0.0.0")||r.value.startsWith("<0.0.0"))){return false}if(this.operator.startsWith(">")&&r.operator.startsWith(">")){return true}if(this.operator.startsWith("<")&&r.operator.startsWith("<")){return true}if(this.semver.version===r.semver.version&&this.operator.includes("=")&&r.operator.includes("=")){return true}if(l(this.semver,"<",r.semver,a)&&this.operator.startsWith(">")&&r.operator.startsWith("<")){return true}if(l(this.semver,">",r.semver,a)&&this.operator.startsWith("<")&&r.operator.startsWith(">")){return true}return false}}r.exports=Comparator;const c=i(40785);const{safeRe:d,t:A}=i(9523);const l=i(75098);const u=i(50427);const b=i(48088);const M=i(9828)},9828:(r,a,i)=>{class Range{constructor(r,a){a=d(a);if(r instanceof Range){if(r.loose===!!a.loose&&r.includePrerelease===!!a.includePrerelease){return r}else{return new Range(r.raw,a)}}if(r instanceof A){this.raw=r.value;this.set=[[r]];this.format();return this}this.options=a;this.loose=!!a.loose;this.includePrerelease=!!a.includePrerelease;this.raw=r.trim().split(/\s+/).join(" ");this.set=this.raw.split("||").map((r=>this.parseRange(r.trim()))).filter((r=>r.length));if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${this.raw}`)}if(this.set.length>1){const r=this.set[0];this.set=this.set.filter((r=>!isNullSet(r[0])));if(this.set.length===0){this.set=[r]}else if(this.set.length>1){for(const r of this.set){if(r.length===1&&isAny(r[0])){this.set=[r];break}}}}this.format()}format(){this.range=this.set.map((r=>r.join(" ").trim())).join("||").trim();return this.range}toString(){return this.range}parseRange(r){const a=(this.options.includePrerelease&&h)|(this.options.loose&&g);const i=a+":"+r;const p=c.get(i);if(p){return p}const d=this.options.loose;const u=d?b[M.HYPHENRANGELOOSE]:b[M.HYPHENRANGE];r=r.replace(u,hyphenReplace(this.options.includePrerelease));l("hyphen replace",r);r=r.replace(b[M.COMPARATORTRIM],m);l("comparator trim",r);r=r.replace(b[M.TILDETRIM],z);l("tilde trim",r);r=r.replace(b[M.CARETTRIM],O);l("care
/*!
* Tmp
*
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
*
* MIT Licensed
*/
const p=i(57147);const c=i(22037);const d=i(71017);const A=i(6113);const l={fs:p.constants,os:c.constants};const u=i(14959);const b="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",M=/XXXXXX/,m=3,z=(l.O_CREAT||l.fs.O_CREAT)|(l.O_EXCL||l.fs.O_EXCL)|(l.O_RDWR||l.fs.O_RDWR),O=c.platform()==="win32",h=l.EBADF||l.os.errno.EBADF,g=l.ENOENT||l.os.errno.ENOENT,E=448,q=384,y="exit",C=[],B=p.rmdirSync.bind(p),v=u.sync;let R=false;function tmpName(r,a){const i=_parseArguments(r,a),c=i[0],d=i[1];try{_assertAndSanitizeOptions(c)}catch(r){return d(r)}let A=c.tries;(function _getUniqueName(){try{const r=_generateTmpName(c);p.stat(r,(function(a){if(!a){if(A-- >0)return _getUniqueName();return d(new Error("Could not get a unique tmp filename, max tries reached "+r))}d(null,r)}))}catch(r){d(r)}})()}function tmpNameSync(r){const a=_parseArguments(r),i=a[0];_assertAndSanitizeOptions(i);let c=i.tries;do{const r=_generateTmpName(i);try{p.statSync(r)}catch(a){return r}}while(c-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function file(r,a){const i=_parseArguments(r,a),c=i[0],d=i[1];tmpName(c,(function _tmpNameCreated(r,a){if(r)return d(r);p.open(a,z,c.mode||q,(function _fileCreated(r,i){if(r)return d(r);if(c.discardDescriptor){return p.close(i,(function _discardCallback(r){return d(r,a,undefined,_prepareTmpFileRemoveCallback(a,-1,c,false))}))}else{const r=c.discardDescriptor||c.detachDescriptor;d(null,a,i,_prepareTmpFileRemoveCallback(a,r?-1:i,c,false))}}))}))}function fileSync(r){const a=_parseArguments(r),i=a[0];const c=i.discardDescriptor||i.detachDescriptor;const d=tmpNameSync(i);var A=p.openSync(d,z,i.mode||q);if(i.discardDescriptor){p.closeSync(A);A=undefined}return{name:d,fd:A,removeCallback:_prepareTmpFileRemoveCallback(d,c?-1:A,i,true)}}function dir(r,a){const i=_parseArguments(r,a),c=i[0],d=i[1];tmpName(c,(function _tmpNameCreated(r,a){if(r)return d(r);p.mkdir(a,c.mode||E,(function _dirCreated(r){if(r)return d(r);d(null,a,_prepareTmpDirRemoveCallback(a,c,false))}))}))}function dirSync(r){const a=_parseArguments(r),i=a[0];const c=tmpNameSync(i);p.mkdirSync(c,i.mode||E);return{name:c,removeCallback:_prepareTmpDirRemoveCallback(c,i,true)}}function _removeFileAsync(r,a){const _handler=function(r){if(r&&!_isENOENT(r)){return a(r)}a()};if(0<=r[0])p.close(r[0],(function(){p.unlink(r[1],_handler)}));else p.unlink(r[1],_handler)}function _removeFileSync(r){let a=null;try{if(0<=r[0])p.closeSync(r[0])}catch(r){if(!_isEBADF(r)&&!_isENOENT(r))throw r}finally{try{p.unlinkSync(r[1])}catch(r){if(!_isENOENT(r))a=r}}if(a!==null){throw a}}function _prepareTmpFileRemoveCallback(r,a,i,p){const c=_prepareRemoveCallback(_removeFileSync,[a,r],p);const d=_prepareRemoveCallback(_removeFileAsync,[a,r],p,c);if(!i.keep)C.unshift(c);return p?c:d}function _prepareTmpDirRemoveCallback(r,a,i){const c=a.unsafeCleanup?u:p.rmdir.bind(p);const d=a.unsafeCleanup?v:B;const A=_prepareRemoveCallback(d,r,i);const l=_prepareRemoveCallback(c,r,i,A);if(!a.keep)C.unshift(A);return i?A:l}function _prepareRemoveCallback(r,a,i,p){let c=false;return function _cleanupCallback(d){if(!c){const A=p||_cleanupCallback;const l=C.indexOf(A);if(l>=0)C.splice(l,1);c=true;if(i||r===B||r===v){return r(a)}else{return r(a,d||function(){})}}}}function _garbageCollector(){if(!R)return;while(C.length){try{C[0]()}catch(r){}}}function _randomChars(r){let a=[],i=null;try{i=A.randomBytes(r)}catch(a){i=A.pseudoRandomBytes(r)}for(var p=0;p<r;p++){a.push(b[i[p]%b.length])}return a.join("")}function _isBlank(r){return r===null||_isUndefined(r)||!r.trim()}function _isUndefined(r){return typeof r==="undefined"}function _parseArguments(r,a){if(typeof r==="function"){return[{},r]}if(_isUndefined(r)){return[{},a]}const i={};for(const a of Object.getOwnPropertyNames(r)){i[a]=r[a]}return[i,a]}function _generateTmpName(r){const a=r.tmpdir;if(!_isUndefined(r.name))return d.join(a,r.dir,r.name);if(!_isUndefined(r.template))return d.join(a,r.dir,r.template).replace(M,_randomChars(6));const i=[r.prefix?r.prefix:"tmp","-",process.pid,"-",_randomChars(12),r.postfix?"-"+
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */;const escape=r=>r.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const normalizeLinefeeds=r=>r.replace(/\r?\n|\r/g,"\r\n");const p=new TextEncoder;const c=[];const d=new Uint8Array([13,10]);m=0;let A=false;for(const[a,l]of r){if(typeof l==="string"){const r=p.encode(i+`; name="${escape(normalizeLinefeeds(a))}"`+`\r\n\r\n${normalizeLinefeeds(l)}\r\n`);c.push(r);m+=r.byteLength}else{const r=p.encode(`${i}; name="${escape(normalizeLinefeeds(a))}"`+(l.name?`; filename="${escape(l.name)}"`:"")+"\r\n"+`Content-Type: ${l.type||"application/octet-stream"}\r\n\r\n`);c.push(r,l,d);if(typeof l.size==="number"){m+=r.byteLength+l.size+d.byteLength}else{A=true}}}const l=p.encode(`--${a}--`);c.push(l);m+=l.byteLength;if(A){m=null}M=r;b=async function*(){for(const r of c){if(r.stream){yield*r.stream()}else{yield r}}};z="multipart/form-data; boundary="+a}else if(A(r)){M=r;m=r.size;if(r.type){z=r.type}}else if(typeof r[Symbol.asyncIterator]==="function"){if(a){throw new TypeError("keepalive")}if(c.isDisturbed(r)||r.locked){throw new TypeError("Response body object should not be disturbed or locked")}p=r instanceof w?r:d(r)}if(typeof M==="string"||c.isBuffer(M)){m=Buffer.byteLength(M)}if(b!=null){let a;p=new w({async start(){a=b(r)[Symbol.asyncIterator]()},async pull(r){const{value:i,done:c}=await a.next();if(c){queueMicrotask((()=>{r.close()}))}else{if(!B(p)){r.enqueue(new Uint8Array(i))}}return r.desiredSize>0},async cancel(r){await a.return()},type:undefined})}const O={stream:p,source:M,length:m};return[O,z]}function safelyExtractBody(r,a=false){if(!w){w=i(35356).ReadableStream}if(r instanceof w){C(!c.isDisturbed(r),"The body has already been consumed.");C(!r.locked,"The stream is locked.")}return extractBody(r,a)}function cloneBody(r){const[a,i]=r.stream.tee();const p=g(i,{transfer:[i]});const[,c]=p.tee();r.stream=a;return{stream:c,length:r.length,source:r.source}}async function*consumeBody(r){if(r){if(v(r)){yield r}else{const a=r.stream;if(c.isDisturbed(a)){throw new TypeError("The body has already been consumed.")}if(a.locked){throw new TypeError("The stream is locked.")}a[y]=true;yield*a}}}function throwIfAborted(r){if(r.aborted){throw new h("The operation was aborted.","AbortError")}}function bodyMixinMethods(r){const a={blob(){return specConsumeBody(this,(r=>{let a=bodyMimeType(this);if(a==="failure"){a=""}else if(a){a=W(a)}return new E([r],{type:a})}),r)},arrayBuffer(){return specConsumeBody(this,(r=>new Uint8Array(r).buffer),r)},text(){return specConsumeBody(this,utf8DecodeBytes,r)},json(){return specConsumeBody(this,parseJSONFromBytes,r)},async formData(){O.brandCheck(this,r);throwIfAborted(this[z]);const a=this.headers.get("Content-Type");if(/multipart\/form-data/.test(a)){const r={};for(const[a,i]of this.headers)r[a.toLowerCase()]=i;const a=new m;let i;try{i=new p({headers:r,preservePath:true})}catch(r){throw new h(`${r}`,"AbortError")}i.on("field",((r,i)=>{a.append(r,i)}));i.on("file",((r,i,p,c,d)=>{const A=[];if(c==="base64"||c.toLowerCase()==="base64"){let c="";i.on("data",(r=>{c+=r.toString().replace(/[\r\n]/gm,"");const a=c.length-c.length%4;A.push(Buffer.from(c.slice(0,a),"base64"));c=c.slice(a)}));i.on("end",(()=>{A.push(Buffer.from(c,"base64"));a.append(r,new S(A,p,{type:d}))}))}else{i.on("data",(r=>{A.push(r)}));i.on("end",(()=>{a.append(r,new S(A,p,{type:d}))}))}}));const c=new Promise(((r,a)=>{i.on("finish",r);i.on("error",(r=>a(new TypeError(r))))}));if(this.body!==null)for await(const r of consumeBody(this[z].body))i.write(r);i.end();await c;return a}else if(/application\/x-www-form-urlencoded/.test(a)){let r;try{let a="";const i=new TextDecoder("utf-8",{ignoreBOM:true});for await(const r of consumeBody(this[z].body)){if(!v(r)){throw new TypeError("Expected Uint8Array chunk")}a+=i.decode(r,{stream:true})}a+=i.decode();r=new URLSearchParams(a)}catch(r){throw Object.assign(new TypeError,{cause:r})}const a=new m;for(const[i,p]of r){a.append(i,p)}return a}else{await Promise.resolve();throwIfAborted(this[z]);thr
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */d[c-4]=this.maskKey[0];d[c-3]=this.maskKey[1];d[c-2]=this.maskKey[2];d[c-1]=this.maskKey[3];d[1]=i;if(i===126){d.writeUInt16BE(a,2)}else if(i===127){d[2]=d[3]=0;d.writeUIntBE(a,4,6)}d[1]|=128;for(let r=0;r<a;r++){d[c+r]=this.frameData[r]^this.maskKey[r%4]}return d}}r.exports={WebsocketFrameSend:WebsocketFrameSend}},11688:(r,a,i)=>{"use strict";const{Writable:p}=i(12781);const c=i(67643);const{parserStates:d,opcodes:A,states:l,emptyBuffer:u}=i(19188);const{kReadyState:b,kSentClose:M,kResponse:m,kReceivedClose:z}=i(37578);const{isValidStatusCode:O,failWebsocketConnection:h,websocketMessageReceived:g}=i(25515);const{WebsocketFrameSend:E}=i(25444);const q={};q.ping=c.channel("undici:websocket:ping");q.pong=c.channel("undici:websocket:pong");class ByteParser extends p{#i=[];#s=0;#p=d.INFO;#c={};#d=[];constructor(r){super();this.ws=r}_write(r,a,i){this.#i.push(r);this.#s+=r.length;this.run(i)}run(r){while(true){if(this.#p===d.INFO){if(this.#s<2){return r()}const a=this.consume(2);this.#c.fin=(a[0]&128)!==0;this.#c.opcode=a[0]&15;this.#c.originalOpcode??=this.#c.opcode;this.#c.fragmented=!this.#c.fin&&this.#c.opcode!==A.CONTINUATION;if(this.#c.fragmented&&this.#c.opcode!==A.BINARY&&this.#c.opcode!==A.TEXT){h(this.ws,"Invalid frame type was fragmented.");return}const i=a[1]&127;if(i<=125){this.#c.payloadLength=i;this.#p=d.READ_DATA}else if(i===126){this.#p=d.PAYLOADLENGTH_16}else if(i===127){this.#p=d.PAYLOADLENGTH_64}if(this.#c.fragmented&&i>125){h(this.ws,"Fragmented frame exceeded 125 bytes.");return}else if((this.#c.opcode===A.PING||this.#c.opcode===A.PONG||this.#c.opcode===A.CLOSE)&&i>125){h(this.ws,"Payload length for control frame exceeded 125 bytes.");return}else if(this.#c.opcode===A.CLOSE){if(i===1){h(this.ws,"Received close frame with a 1-byte body.");return}const r=this.consume(i);this.#c.closeInfo=this.parseCloseBody(false,r);if(!this.ws[M]){const r=Buffer.allocUnsafe(2);r.writeUInt16BE(this.#c.closeInfo.code,0);const a=new E(r);this.ws[m].socket.write(a.createFrame(A.CLOSE),(r=>{if(!r){this.ws[M]=true}}))}this.ws[b]=l.CLOSING;this.ws[z]=true;this.end();return}else if(this.#c.opcode===A.PING){const a=this.consume(i);if(!this.ws[z]){const r=new E(a);this.ws[m].socket.write(r.createFrame(A.PONG));if(q.ping.hasSubscribers){q.ping.publish({payload:a})}}this.#p=d.INFO;if(this.#s>0){continue}else{r();return}}else if(this.#c.opcode===A.PONG){const a=this.consume(i);if(q.pong.hasSubscribers){q.pong.publish({payload:a})}if(this.#s>0){continue}else{r();return}}}else if(this.#p===d.PAYLOADLENGTH_16){if(this.#s<2){return r()}const a=this.consume(2);this.#c.payloadLength=a.readUInt16BE(0);this.#p=d.READ_DATA}else if(this.#p===d.PAYLOADLENGTH_64){if(this.#s<8){return r()}const a=this.consume(8);const i=a.readUInt32BE(0);if(i>2**31-1){h(this.ws,"Received payload length > 2^31 bytes.");return}const p=a.readUInt32BE(4);this.#c.payloadLength=(i<<8)+p;this.#p=d.READ_DATA}else if(this.#p===d.READ_DATA){if(this.#s<this.#c.payloadLength){return r()}else if(this.#s>=this.#c.payloadLength){const r=this.consume(this.#c.payloadLength);this.#d.push(r);if(!this.#c.fragmented||this.#c.fin&&this.#c.opcode===A.CONTINUATION){const r=Buffer.concat(this.#d);g(this.ws,this.#c.originalOpcode,r);this.#c={};this.#d.length=0}this.#p=d.INFO}}if(this.#s>0){continue}else{r();break}}}consume(r){if(r>this.#s){return null}else if(r===0){return u}if(this.#i[0].length===r){this.#s-=this.#i[0].length;return this.#i.shift()}const a=Buffer.allocUnsafe(r);let i=0;while(i!==r){const p=this.#i[0];const{length:c}=p;if(c+i===r){a.set(this.#i.shift(),i);break}else if(c+i>r){a.set(p.subarray(0,r-i),i);this.#i[0]=p.subarray(r-i);break}else{a.set(this.#i.shift(),i);i+=p.length}}this.#s-=r;return a}parseCloseBody(r,a){let i;if(a.length>=2){i=a.readUInt16BE(0)}if(r){if(!O(i)){return null}return{code:i}}let p=a.subarray(2);if(p[0]===239&&p[1]===187&&p[2]===191){p=p.subarray(3)}if(i!==undefined&&!O(i)){return null}try{p=new TextDecoder("utf-8",{fatal:true}).decode(p)}catch{return null}return{code:i,reason:p}}get cl
/*!
* XRegExp.build 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
*/var b=function _default(r){var a="xregexp";var i=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*\]/g;var p=r.union([/\({{([\w$]+)}}\)|{{([\w$]+)}}/,i],"g",{conjunction:"or"});function deanchor(r){var a=/^(?:\(\?:\))*\^/;var i=/\$(?:\(\?:\))*$/;if(a.test(r)&&i.test(r)&&i.test(r.replace(/\\[\s\S]/g,""))){return r.replace(a,"").replace(i,"")}return r}function asXRegExp(i,p){var c=p?"x":"";return r.isRegExp(i)?i[a]&&i[a].captureNames?i:r(i.source,c):r(i,c)}function interpolate(a){return a instanceof RegExp?a:r.escape(a)}function reduceToSubpatternsObject(r,a,i){r["subpattern".concat(i)]=a;return r}function embedSubpatternAfter(r,a,i){var p=a<i.length-1;return r+(p?"{{subpattern".concat(a,"}}"):"")}r.tag=function(a){return function(i){var p,c;for(var d=arguments.length,A=new Array(d>1?d-1:0),b=1;b<d;b++){A[b-1]=arguments[b]}var M=(0,u["default"])(p=(0,l["default"])(A).call(A,interpolate)).call(p,reduceToSubpatternsObject,{});var m=(0,l["default"])(c=i.raw).call(c,embedSubpatternAfter).join("");return r.build(m,M,a)}};r.build=function(c,l,u){u=u||"";var b=(0,A["default"])(u).call(u,"x");var M=/^\(\?([\w$]+)\)/.exec(c);if(M){u=r._clipDuplicates(u+M[1])}var m={};for(var z in l){if(l.hasOwnProperty(z)){var O=asXRegExp(l[z],b);m[z]={pattern:deanchor(O.source),names:O[a].captureNames||[]}}}var h=asXRegExp(c,b);var g=0;var E;var q=0;var y=[0];var C=h[a].captureNames||[];var B=h.source.replace(p,(function(r,a,p,c,A){var l=a||p;var u;var b;var M;if(l){var z;if(!m.hasOwnProperty(l)){throw new ReferenceError("Undefined property ".concat(r))}if(a){u=C[q];y[++q]=++g;b="(?<".concat(u||l,">")}else{b="(?:"}E=g;var O=m[l].pattern.replace(i,(function(r,a,i){if(a){u=m[l].names[g-E];++g;if(u){return"(?<".concat(u,">")}}else if(i){M=+i-1;return m[l].names[M]?"\\k<".concat(m[l].names[M],">"):"\\".concat(+i+E)}return r}));return(0,d["default"])(z="".concat(b)).call(z,O,")")}if(c){u=C[q];y[++q]=++g;if(u){return"(?<".concat(u,">")}}else if(A){M=+A-1;return C[M]?"\\k<".concat(C[M],">"):"\\".concat(y[+A])}return r}));return r(B,u)}};a["default"]=b;r.exports=a.default},14811:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(49188));var A=p(i(10466));var l=p(i(6611));
/*!
* XRegExp.matchRecursive 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2009-present MIT License
*/var u=function _default(r){function row(r,a,i,p){return{name:r,value:a,start:i,end:p}}r.matchRecursive=function(a,i,p,c,u){c=c||"";u=u||{};var b=(0,l["default"])(c).call(c,"g");var M=(0,l["default"])(c).call(c,"y");var m=c.replace(/y/g,"");var z=u,O=z.escapeChar;var h=u.valueNames;var g=[];var E=0;var q=0;var y=0;var C=0;var B;var v;var R;var I;var N;i=r(i,m);p=r(p,m);if(O){var W,w;if(O.length>1){throw new Error("Cannot use more than one escape character")}O=r.escape(O);N=new RegExp((0,A["default"])(W=(0,A["default"])(w="(?:".concat(O,"[\\S\\s]|(?:(?!")).call(w,r.union([i,p],"",{conjunction:"or"}).source,")[^")).call(W,O,"])+)+"),c.replace(/[^imu]+/g,""))}while(true){if(O){y+=(r.exec(a,N,y,"sticky")||[""])[0].length}R=r.exec(a,i,y);I=r.exec(a,p,y);if(R&&I){if(R.index<=I.index){I=null}else{R=null}}if(R||I){q=(R||I).index;y=q+(R||I)[0].length}else if(!E){break}if(M&&!E&&q>C){break}if(R){if(!E){B=q;v=y}++E}else if(I&&E){if(! --E){if(h){if(h[0]&&B>C){g.push(row(h[0],(0,d["default"])(a).call(a,C,B),C,B))}if(h[1]){g.push(row(h[1],(0,d["default"])(a).call(a,B,v),B,v))}if(h[2]){g.push(row(h[2],(0,d["default"])(a).call(a,v,q),v,q))}if(h[3]){g.push(row(h[3],(0,d["default"])(a).call(a,q,y),q,y))}}else{g.push((0,d["default"])(a).call(a,v,q))}C=y;if(!b){break}}}else{throw new Error("Unbalanced delimiter found in string")}if(q===y){++y}}if(b&&!M&&h&&h[0]&&a.length>C){g.push(row(h[0],(0,d["default"])(a).call(a,C),C,a.length))}return g}};a["default"]=u;r.exports=a.default},13110:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(22038));var A=p(i(25401));var l=p(i(59640));var u=p(i(77652));var b=p(i(53361));var M=p(i(49188));var m=p(i(6611));var z=p(i(10466));var O=p(i(50669));function _createForOfIteratorHelper(r,a){var i;if(typeof u["default"]==="undefined"||(0,l["default"])(r)==null){if((0,A["default"])(r)||(i=_unsupportedIterableToArray(r))||a&&r&&typeof r.length==="number"){if(i)r=i;var p=0;var c=function F(){};return{s:c,n:function n(){if(p>=r.length)return{done:true};return{done:false,value:r[p++]}},e:function e(r){throw r},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var b=true,M=false,m;return{s:function s(){i=(0,d["default"])(r)},n:function n(){var r=i.next();b=r.done;return r},e:function e(r){M=true;m=r},f:function f(){try{if(!b&&i["return"]!=null)i["return"]()}finally{if(M)throw m}}}}function _unsupportedIterableToArray(r,a){var i;if(!r)return;if(typeof r==="string")return _arrayLikeToArray(r,a);var p=(0,M["default"])(i=Object.prototype.toString.call(r)).call(i,8,-1);if(p==="Object"&&r.constructor)p=r.constructor.name;if(p==="Map"||p==="Set")return(0,b["default"])(r);if(p==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(r,a)}function _arrayLikeToArray(r,a){if(a==null||a>r.length)a=r.length;for(var i=0,p=new Array(a);i<a;i++){p[i]=r[i]}return p}
/*!
* XRegExp Unicode Base 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2008-present MIT License
*/var h=function _default(r){var a={};var i=r._dec;var p=r._hex;var c=r._pad4;function normalize(r){return r.replace(/[- _]+/g,"").toLowerCase()}function charCode(r){var a=/^\\[xu](.+)/.exec(r);return a?i(a[1]):r.charCodeAt(r[0]==="\\"?1:0)}function invertBmp(a){var i="";var d=-1;(0,O["default"])(r).call(r,a,/(\\x..|\\u....|\\?[\s\S])(?:-(\\x..|\\u....|\\?[\s\S]))?/,(function(r){var a=charCode(r[1]);if(a>d+1){i+="\\u".concat(c(p(d+1)));if(a>d+2){i+="-\\u".concat(c(p(a-1)))}}d=charCode(r[2]||r[1])}));if(d<65535){i+="\\u".concat(c(p(d+1)));if(d<65534){i+="-\\uFFFF"}}return i}function cacheInvertedBmp(r){var i="b!";return a[r][i]||(a[r][i]=invertBmp(a[r].bmp))}function buildAstral(r,i){var p=a[r];var c="";if(p.bmp&&!p.isBmpLast){var d;c=(0,z["default"])(d="[".concat(p.bmp,"]")).call(d,p.astral?"|":"")}if(p.astral){c+=p.astral}if(p.isBmpLast&&p.bmp){var A;c+=(0,z["default"])(A="".concat(p.astral?"|":"","[")).call(A,p.bmp,"]")}return i?"(?:(?!".concat(c,")(?:[\ud800-\udbff][\udc00-\udfff]|[\0-￿]))"):"(?:".concat(c,")")}function cacheAstral(r,i){var p=i?"a!":"a=";return a[r][p]||(a[r][p]=buildAstral(r,i))}r.addToken(/\\([pP])(?:{(\^?)([^}]*)}|([A-Za-z]))/,(function(r,i,p){var c="Invalid double negation ";var d="Unknown Unicode token ";var A="Unicode token missing data ";var l="Astral mode required for Unicode token ";var u="Astral mode does not support Unicode tokens within character classes";var b=r[1]==="P"||!!r[2];var M=(0,m["default"])(p).call(p,"A");var O=normalize(r[4]||r[3]);var h=a[O];if(r[1]==="P"&&r[2]){throw new SyntaxError(c+r[0])}if(!a.hasOwnProperty(O)){throw new SyntaxError(d+r[0])}if(h.inverseOf){O=normalize(h.inverseOf);if(!a.hasOwnProperty(O)){var g;throw new ReferenceError((0,z["default"])(g="".concat(A+r[0]," -> ")).call(g,h.inverseOf))}h=a[O];b=!b}if(!(h.bmp||M)){throw new SyntaxError(l+r[0])}if(M){if(i==="class"){throw new SyntaxError(u)}return cacheAstral(O,b)}return i==="class"?b?cacheInvertedBmp(O):h.bmp:"".concat((b?"[^":"[")+h.bmp,"]")}),{scope:"all",optionalFlags:"A",leadChar:"\\"});r.addUnicodeData=function(i){var p="Unicode token requires name";var c="Unicode token has no character data ";var d=_createForOfIteratorHelper(i),A;try{for(d.s();!(A=d.n()).done;){var l=A.value;if(!l.name){throw new Error(p)}if(!(l.inverseOf||l.bmp||l.astral)){throw new Error(c+l.name)}a[normalize(l.name)]=l;if(l.alias){a[normalize(l.alias)]=l}}}catch(r){d.e(r)}finally{d.f()}r.cache.flush("patterns")};r._getUnicodeProperty=function(r){var i=normalize(r);return a[i]}};a["default"]=h;r.exports=a.default},34686:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(25826));
/*!
* XRegExp Unicode Blocks 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*/var A=function _default(r){if(!r.addUnicodeData){throw new ReferenceError("Unicode Base must be loaded before Unicode Blocks")}r.addUnicodeData(d["default"])};a["default"]=A;r.exports=a.default},1996:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(58537));
/*!
* XRegExp Unicode Categories 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*/var A=function _default(r){if(!r.addUnicodeData){throw new ReferenceError("Unicode Base must be loaded before Unicode Categories")}r.addUnicodeData(d["default"])};a["default"]=A;r.exports=a.default},49250:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(90616));
/*!
* XRegExp Unicode Properties 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*/var A=function _default(r){if(!r.addUnicodeData){throw new ReferenceError("Unicode Base must be loaded before Unicode Properties")}var a=d["default"];a.push({name:"Assigned",inverseOf:"Cn"});r.addUnicodeData(a)};a["default"]=A;r.exports=a.default},55715:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(32524));
/*!
* XRegExp Unicode Scripts 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*/var A=function _default(r){if(!r.addUnicodeData){throw new ReferenceError("Unicode Base must be loaded before Unicode Scripts")}r.addUnicodeData(d["default"])};a["default"]=A;r.exports=a.default},77750:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(18612));var A=p(i(70380));var l=p(i(14811));var u=p(i(13110));var b=p(i(34686));var M=p(i(1996));var m=p(i(49250));var z=p(i(55715));(0,A["default"])(d["default"]);(0,l["default"])(d["default"]);(0,u["default"])(d["default"]);(0,b["default"])(d["default"]);(0,M["default"])(d["default"]);(0,m["default"])(d["default"]);(0,z["default"])(d["default"]);var O=d["default"];a["default"]=O;r.exports=a.default},18612:(r,a,i)=>{"use strict";var p=i(84393);var c=i(34218);c(a,"__esModule",{value:true});a["default"]=void 0;var d=p(i(22038));var A=p(i(25401));var l=p(i(59640));var u=p(i(77652));var b=p(i(53361));var M=p(i(10466));var m=p(i(33781));var z=p(i(66761));var O=p(i(88135));var h=p(i(50669));var g=p(i(6611));var E=p(i(21308));var q=p(i(49188));var y=p(i(28979));var C=p(i(83046));function _createForOfIteratorHelper(r,a){var i;if(typeof u["default"]==="undefined"||(0,l["default"])(r)==null){if((0,A["default"])(r)||(i=_unsupportedIterableToArray(r))||a&&r&&typeof r.length==="number"){if(i)r=i;var p=0;var c=function F(){};return{s:c,n:function n(){if(p>=r.length)return{done:true};return{done:false,value:r[p++]}},e:function e(r){throw r},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var b=true,M=false,m;return{s:function s(){i=(0,d["default"])(r)},n:function n(){var r=i.next();b=r.done;return r},e:function e(r){M=true;m=r},f:function f(){try{if(!b&&i["return"]!=null)i["return"]()}finally{if(M)throw m}}}}function _unsupportedIterableToArray(r,a){var i;if(!r)return;if(typeof r==="string")return _arrayLikeToArray(r,a);var p=(0,q["default"])(i=Object.prototype.toString.call(r)).call(i,8,-1);if(p==="Object"&&r.constructor)p=r.constructor.name;if(p==="Map"||p==="Set")return(0,b["default"])(r);if(p==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(r,a)}function _arrayLikeToArray(r,a){if(a==null||a>r.length)a=r.length;for(var i=0,p=new Array(a);i<a;i++){p[i]=r[i]}return p}
/*!
* XRegExp 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2007-present MIT License
*/var B="xregexp";var v={astral:false,namespacing:false};var R={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split};var I={};var N={};var W={};var w=[];var S="default";var Q="class";var x={default:/\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|\(\?(?:[:=!]|<[=!])|[?*+]\?|{\d+(?:,\d*)?}\??|[\s\S]/,class:/\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|[\s\S]/};var L=/\$(?:{([\w$]+)}|<([\w$]+)>|(\d\d?|[\s\S]))/g;var T=R.exec.call(/()??/,"")[1]===undefined;var _=(0,C["default"])(/x/)!==undefined;var D={},k=D.toString;function hasNativeFlag(r){var a=true;try{new RegExp("",r);if(r==="y"){var i=function(){return"gy"}();var p=".a".replace(new RegExp("a",i),".")==="..";if(p){a=false}}}catch(r){a=false}return a}var P=hasNativeFlag("u");var U=hasNativeFlag("y");var X={g:true,i:true,m:true,u:P,y:U};function augment(r,a,i,p,c){var d;r[B]={captureNames:a};if(c){return r}if(r.__proto__){r.__proto__=XRegExp.prototype}else{for(var A in XRegExp.prototype){r[A]=XRegExp.prototype[A]}}r[B].source=i;r[B].flags=p?(0,y["default"])(d=p.split("")).call(d).join(""):p;return r}function clipDuplicates(r){return R.replace.call(r,/([\s\S])(?=[\s\S]*\1)/g,"")}function copyRegex(r,a){var i;if(!XRegExp.isRegExp(r)){throw new TypeError("Type RegExp expected")}var p=r[B]||{};var c=getNativeFlags(r);var d="";var A="";var l=null;var u=null;a=a||{};if(a.removeG){A+="g"}if(a.removeY){A+="y"}if(A){c=R.replace.call(c,new RegExp("[".concat(A,"]+"),"g"),"")}if(a.addG){d+="g"}if(a.addY){d+="y"}if(d){c=clipDuplicates(c+d)}if(!a.isInternalOnly){if(p.source!==undefined){l=p.source}if((0,C["default"])(p)!=null){u=d?clipDuplicates((0,C["default"])(p)+d):(0,C["default"])(p)}}r=augment(new RegExp(a.source||r.source,c),hasNamedCapture(r)?(0,q["default"])(i=p.captureNames).call(i,0):null,l,u,a.isInternalOnly);return r}function dec(r){return(0,E["default"])(r,16)}function getContextualTokenSeparator(r,a,i){if(r.input[r.index-1]==="("||r.input[r.index+r[0].length]===")"||r.input[r.index-1]==="|"||r.input[r.index+r[0].length]==="|"||r.index<1||r.index+r[0].length>=r.input.length||R.test.call(/^\(\?[:=!]/,r.input.substr(r.index-3,3))||isQuantifierNext(r.input,r.index+r[0].length,i)){return""}return"(?:)"}function getNativeFlags(r){return _?(0,C["default"])(r):R.exec.call(/\/([a-z]*)$/i,RegExp.prototype.toString.call(r))[1]}function hasNamedCapture(r){return!!(r[B]&&r[B].captureNames)}function hex(r){return(0,E["default"])(r,10).toString(16)}function isQuantifierNext(r,a,i){var p="\\(\\?#[^)]*\\)";var c="#[^#\\n]*";var d="[?*+]|{\\d+(?:,\\d*)?}";return R.test.call((0,g["default"])(i).call(i,"x")?/^(?:\s|#[^#\n]*|\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/:/^(?:\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/,(0,q["default"])(r).call(r,a))}function isType(r,a){return k.call(r)==="[object ".concat(a,"]")}function pad4(r){while(r.length<4){r="0".concat(r)}return r}function prepareFlags(r,a){if(clipDuplicates(a)!==a){throw new SyntaxError("Invalid duplicate regex flag ".concat(a))}r=R.replace.call(r,/^\(\?([\w$]+)\)/,(function(r,i){if(R.test.call(/[gy]/,i)){throw new SyntaxError("Cannot use flag g or y in mode modifier ".concat(r))}a=clipDuplicates(a+i);return""}));var i=_createForOfIteratorHelper(a),p;try{for(i.s();!(p=i.n()).done;){var c=p.value;if(!X[c]){throw new SyntaxError("Unknown regex flag ".concat(c))}}}catch(r){i.e(r)}finally{i.f()}return{pattern:r,flags:a}}function prepareOptions(r){var a={};if(isType(r,"String")){(0,h["default"])(XRegExp).call(XRegExp,r,/[^\s,]+/,(function(r){a[r]=true}));return a}return r}function registerFlag(r){if(!/^[\w$]$/.test(r)){throw new Error("Flag must be a single character A-Za-z0-9_$")}X[r]=true}function runTokens(r,a,i,p,c){var d=w.length;var A=r[i];var l=null;var u;var b;while(d--){b=w[d];if(b.leadChar&&b.leadChar!==A||b.scope!==p&&b.scope!=="all"||b.flag&&!(0,g["default"])(a).call(a,b.flag)){continue}u=XRegExp.exec(r,b.regex,i,"sticky");i
//# sourceMappingURL=index.js.map