/*! For license information please see index.js.LICENSE.txt */
(()=>{var __webpack_modules__={8185:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(7147);t.FILE_SYSTEM_ADAPTER={lstat:n.lstat,stat:n.stat,lstatSync:n.lstatSync,statSync:n.statSync,readdir:n.readdir,readdirSync:n.readdirSync},t.createFileSystemAdapter=function(e){return void 0===e?t.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},t.FILE_SYSTEM_ADAPTER),e)}},1107:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=process.versions.node.split("."),n=parseInt(r[0],10),i=parseInt(r[1],10),s=n>10,o=10===n&&i>=10;t.IS_SUPPORT_READDIR_WITH_FILE_TYPES=s||o},5923:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(1411),i=r(3953),s=r(6913);function o(e={}){return e instanceof s.default?e:new s.default(e)}t.Settings=s.default,t.scandir=function(e,t,r){if("function"==typeof t)return n.read(e,o(),t);n.read(e,o(t),r)},t.scandirSync=function(e,t){const r=o(t);return i.read(e,r)}},1411:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(6203),i=r(4595),s=r(1107),o=r(6582);function a(e,t,r){t.fs.readdir(e,{withFileTypes:!0},((n,s)=>{if(null!==n)return l(r,n);const a=s.map((r=>({dirent:r,name:r.name,path:`${e}${t.pathSegmentSeparator}${r.name}`})));if(!t.followSymbolicLinks)return p(r,a);const c=a.map((e=>function(e,t){return r=>{if(!e.dirent.isSymbolicLink())return r(null,e);t.fs.stat(e.path,((n,i)=>null!==n?t.throwErrorOnBrokenSymbolicLink?r(n):r(null,e):(e.dirent=o.fs.createDirentFromStats(e.name,i),r(null,e))))}}(e,t)));i(c,((e,t)=>{if(null!==e)return l(r,e);p(r,t)}))}))}function c(e,t,r){t.fs.readdir(e,((s,a)=>{if(null!==s)return l(r,s);const c=a.map((r=>`${e}${t.pathSegmentSeparator}${r}`)),u=c.map((e=>r=>n.stat(e,t.fsStatSettings,r)));i(u,((e,n)=>{if(null!==e)return l(r,e);const i=[];a.forEach(((e,r)=>{const s=n[r],a={name:e,path:c[r],dirent:o.fs.createDirentFromStats(e,s)};t.stats&&(a.stats=s),i.push(a)})),p(r,i)}))}))}function l(e,t){e(t)}function p(e,t){e(null,t)}t.read=function(e,t,r){return!t.stats&&s.IS_SUPPORT_READDIR_WITH_FILE_TYPES?a(e,t,r):c(e,t,r)},t.readdirWithFileTypes=a,t.readdir=c},3953:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(6203),i=r(1107),s=r(6582);function o(e,t){return t.fs.readdirSync(e,{withFileTypes:!0}).map((r=>{const n={dirent:r,name:r.name,path:`${e}${t.pathSegmentSeparator}${r.name}`};if(n.dirent.isSymbolicLink()&&t.followSymbolicLinks)try{const e=t.fs.statSync(n.path);n.dirent=s.fs.createDirentFromStats(n.name,e)}catch(e){if(t.throwErrorOnBrokenSymbolicLink)throw e}return n}))}function a(e,t){return t.fs.readdirSync(e).map((r=>{const i=`${e}${t.pathSegmentSeparator}${r}`,o=n.statSync(i,t.fsStatSettings),a={name:r,path:i,dirent:s.fs.createDirentFromStats(r,o)};return t.stats&&(a.stats=o),a}))}t.read=function(e,t){return!t.stats&&i.IS_SUPPORT_READDIR_WITH_FILE_TYPES?o(e,t):a(e,t)},t.readdirWithFileTypes=o,t.readdir=a},6913:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(1017),i=r(6203),s=r(8185);t.default=class{constructor(e={}){this._options=e,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=s.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,n.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new i.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(e,t){return void 0===e?t:e}}},322:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});class r{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t),this.isCharacterDevice=t.isCharacterDevice.bind(t),this.isDirectory=t.isDirectory.bind(t),this.isFIFO=t.isFIFO.bind(t),this.isFile=t.isFile.bind(t),this.isSocket=t.isSocket.bind(t),this.isSymbolicLink=t.isSymbolicLink.bind(t)}}t.createDirentFromStats=function(e,t){return new r(e,t)}},6582:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(322);t.fs=n},8980:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(7147);t.FILE_SYSTEM_ADAPTER={lstat:n.lstat,stat:n.stat,lstatSync:n.lstatSync,statSync:n.statSync},t.createFileSystemAdapter=function(e){return void 0===e?t.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},t.FILE_SYSTEM_ADAPTER),e)}},6203:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(2654),i=r(8946),s=r(8328);function o(e={}){return e instanceof s.default?e:new s.default(e)}t.Settings=s.default,t.stat=function(e,t,r){if("function"==typeof t)return n.read(e,o(),t);n.read(e,o(t),r)},t.statSync=function(e,t){const r=o(t);return i.read(e,r)}},2654:(e,t)=>{"use strict";function r(e,t){e(t)}function n(e,t){e(null,t)}Object.defineProperty(t,"__esModule",{value:!0}),t.read=function(e,t,i){t.fs.lstat(e,((s,o)=>null!==s?r(i,s):o.isSymbolicLink()&&t.followSymbolicLink?void t.fs.stat(e,((e,s)=>{if(null!==e)return t.throwErrorOnBrokenSymbolicLink?r(i,e):n(i,o);t.markSymbolicLink&&(s.isSymbolicLink=()=>!0),n(i,s)})):n(i,o)))}},8946:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.read=function(e,t){const r=t.fs.lstatSync(e);if(!r.isSymbolicLink()||!t.followSymbolicLink)return r;try{const r=t.fs.statSync(e);return t.markSymbolicLink&&(r.isSymbolicLink=()=>!0),r}catch(e){if(!t.throwErrorOnBrokenSymbolicLink)return r;throw e}}},8328:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(8980);t.default=class{constructor(e={}){this._options=e,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=n.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(e,t){return void 0===e?t:e}}},5439:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(9346),i=r(215),s=r(4078),o=r(8690);function a(e={}){return e instanceof o.default?e:new o.default(e)}t.Settings=o.default,t.walk=function(e,t,r){if("function"==typeof t)return new n.default(e,a()).read(t);new n.default(e,a(t)).read(r)},t.walkSync=function(e,t){const r=a(t);return new s.default(e,r).read()},t.walkStream=function(e,t){const r=a(t);return new i.default(e,r).read()}},9346:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(4714);t.default=class{constructor(e,t){this._root=e,this._settings=t,this._reader=new n.default(this._root,this._settings),this._storage=new Set}read(e){this._reader.onError((t=>{!function(e,t){e(t)}(e,t)})),this._reader.onEntry((e=>{this._storage.add(e)})),this._reader.onEnd((()=>{!function(e,t){e(null,t)}(e,[...this._storage])})),this._reader.read()}}},215:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(2781),i=r(4714);t.default=class{constructor(e,t){this._root=e,this._settings=t,this._reader=new i.default(this._root,this._settings),this._stream=new n.Readable({objectMode:!0,read:()=>{},destroy:this._reader.destroy.bind(this._reader)})}read(){return this._reader.onError((e=>{this._stream.emit("error",e)})),this._reader.onEntry((e=>{this._stream.push(e)})),this._reader.onEnd((()=>{this._stream.push(null)})),this._reader.read(),this._stream}}},4078:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(9555);t.default=class{constructor(e,t){this._root=e,this._settings=t,this._reader=new n.default(this._root,this._settings)}read(){return this._reader.read()}}},4714:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(2361),i=r(5923),s=r(373),o=r(6865),a=r(5274);class c extends a.default{constructor(e,t){super(e,t),this._settings=t,this._scandir=i.scandir,this._emitter=new n.EventEmitter,this._queue=s(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate((()=>{this._pushToQueue(this._root,this._settings.basePath)})),this._emitter}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(e){this._emitter.on("entry",e)}onError(e){this._emitter.once("error",e)}onEnd(e){this._emitter.once("end",e)}_pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,(e=>{null!==e&&this._handleError(e)}))}_worker(e,t){this._scandir(e.directory,this._settings.fsScandirSettings,((r,n)=>{if(null!==r)return t(r,void 0);for(const t of n)this._handleEntry(t,e.base);t(null,void 0)}))}_handleError(e){o.isFatalError(this._settings,e)&&(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",e))}_handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;const r=e.path;void 0!==t&&(e.path=o.joinPathSegments(t,e.name,this._settings.pathSegmentSeparator)),o.isAppliedFilter(this._settings.entryFilter,e)&&this._emitEntry(e),e.dirent.isDirectory()&&o.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(r,e.path)}_emitEntry(e){this._emitter.emit("entry",e)}}t.default=c},6865:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isFatalError=function(e,t){return null===e.errorFilter||!e.errorFilter(t)},t.isAppliedFilter=function(e,t){return null===e||e(t)},t.replacePathSegmentSeparator=function(e,t){return e.split(/[\\/]/).join(t)},t.joinPathSegments=function(e,t,r){return""===e?t:e+r+t}},5274:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(6865);t.default=class{constructor(e,t){this._root=e,this._settings=t,this._root=n.replacePathSegmentSeparator(e,t.pathSegmentSeparator)}}},9555:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(5923),i=r(6865),s=r(5274);class o extends s.default{constructor(){super(...arguments),this._scandir=n.scandirSync,this._storage=new Set,this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),[...this._storage]}_pushToQueue(e,t){this._queue.add({directory:e,base:t})}_handleQueue(){for(const e of this._queue.values())this._handleDirectory(e.directory,e.base)}_handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsScandirSettings);for(const e of r)this._handleEntry(e,t)}catch(e){this._handleError(e)}}_handleError(e){if(i.isFatalError(this._settings,e))throw e}_handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=i.joinPathSegments(t,e.name,this._settings.pathSegmentSeparator)),i.isAppliedFilter(this._settings.entryFilter,e)&&this._pushToStorage(e),e.dirent.isDirectory()&&i.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(r,e.path)}_pushToStorage(e){this._storage.add(e)}}t.default=o},8690:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(1017),i=r(5923);t.default=class{constructor(e={}){this._options=e,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,1/0),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,n.sep),this.fsScandirSettings=new i.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(e,t){return void 0===e?t:e}}},7112:(e,t)=>{"use strict";var r=decodeURIComponent,n=encodeURIComponent,i=/; */,s=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function o(e,t){try{return t(e)}catch(t){return e}}},7597:(e,t,r)=>{"use strict";function n(e){switch(Object.prototype.toString.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return d(e,Error)}}function i(e){return"[object String]"===Object.prototype.toString.call(e)}function s(e){return null===e||"object"!=typeof e&&"function"!=typeof e}function o(e){return"[object Object]"===Object.prototype.toString.call(e)}function a(e){return"undefined"!=typeof Event&&d(e,Event)}function c(e){return"undefined"!=typeof Element&&d(e,Element)}function l(e){return"[object RegExp]"===Object.prototype.toString.call(e)}function p(e){return Boolean(e&&e.then&&"function"==typeof e.then)}function u(e){return o(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}function d(e,t){try{return e instanceof t}catch(e){return!1}}r.d(t,{VZ:()=>n,HD:()=>i,pt:()=>s,PO:()=>o,cO:()=>a,kK:()=>c,Kj:()=>l,J8:()=>p,Cy:()=>u,V9:()=>d})},2844:(e,t,r)=>{"use strict";r.d(t,{Rf:()=>o,DM:()=>a,jH:()=>c,Cf:()=>l,Db:()=>p,EG:()=>u,J4:()=>f,JY:()=>h,go:()=>m});var n=r(1422),i=r(7321),s={};function o(){return(0,n.K)()?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:s}function a(){var e=o(),t=e.crypto||e.msCrypto;if(void 0!==t&&t.getRandomValues){var r=new Uint16Array(8);t.getRandomValues(r),r[3]=4095&r[3]|16384,r[4]=16383&r[4]|32768;var n=function(e){for(var t=e.toString(16);t.length<4;)t="0"+t;return t};return n(r[0])+n(r[1])+n(r[2])+n(r[3])+n(r[4])+n(r[5])+n(r[6])+n(r[7])}return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}function c(e){if(e.message)return e.message;if(e.exception&&e.exception.values&&e.exception.values[0]){var t=e.exception.values[0];return t.type&&t.value?t.type+": "+t.value:t.type||t.value||e.event_id||"<unknown>"}return e.event_id||"<unknown>"}function l(e){var t=o();if(!("console"in t))return e();var r=t.console,n={};["debug","info","warn","error","log","assert"].forEach((function(e){e in t.console&&r[e].__sentry_original__&&(n[e]=r[e],r[e]=r[e].__sentry_original__)}));var i=e();return Object.keys(n).forEach((function(e){r[e]=n[e]})),i}function p(e,t,r){e.exception=e.exception||{},e.exception.values=e.exception.values||[],e.exception.values[0]=e.exception.values[0]||{},e.exception.values[0].value=e.exception.values[0].value||t||"",e.exception.values[0].type=e.exception.values[0].type||r||"Error"}function u(e,t){void 0===t&&(t={});try{e.exception.values[0].mechanism=e.exception.values[0].mechanism||{},Object.keys(t).forEach((function(r){e.exception.values[0].mechanism[r]=t[r]}))}catch(e){}}var d=/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/;function f(e){var t=e.match(d)||[],r=parseInt(t[1],10),n=parseInt(t[2],10),i=parseInt(t[3],10);return{buildmetadata:t[5],major:isNaN(r)?void 0:r,minor:isNaN(n)?void 0:n,patch:isNaN(i)?void 0:i,prerelease:t[4]}}function h(e,t){if(!t)return 6e4;var r=parseInt(""+t,10);if(!isNaN(r))return 1e3*r;var n=Date.parse(""+t);return isNaN(n)?6e4:n-e}function m(e,t,r){void 0===r&&(r=5);var n=t.lineno||0,s=e.length,o=Math.max(Math.min(s,n-1),0);t.pre_context=e.slice(Math.max(0,o-r),o).map((function(e){return(0,i.JM)(e,0)})),t.context_line=(0,i.JM)(e[Math.min(s-1,o)],t.colno||0),t.post_context=e.slice(Math.min(o+1,s),o+1+r).map((function(e){return(0,i.JM)(e,0)}))}},1422:(e,t,r)=>{"use strict";function n(){return"[object process]"===Object.prototype.toString.call("undefined"!=typeof process?process:0)}function i(e,t){return e.require(t)}r.d(t,{K:()=>n,l:()=>i})},7321:(e,t,r)=>{"use strict";r.d(t,{$G:()=>i,JM:()=>s,zC:()=>o});var n=r(7597);function i(e,t){return void 0===t&&(t=0),"string"!=typeof e||0===t||e.length<=t?e:e.substr(0,t)+"..."}function s(e,t){var r=e,n=r.length;if(n<=150)return r;t>n&&(t=n);var i=Math.max(t-60,0);i<5&&(i=0);var s=Math.min(i+140,n);return s>n-5&&(s=n),s===n&&(i=Math.max(s-140,0)),r=r.slice(i,s),i>0&&(r="'{snip} "+r),s<n&&(r+=" {snip}"),r}function o(e,t){return!!(0,n.HD)(e)&&((0,n.Kj)(t)?t.test(e):"string"==typeof t&&-1!==e.indexOf(t))}},1170:(e,t,r)=>{"use strict";r.d(t,{yW:()=>c});var n=r(2844),i=r(1422);e=r.hmd(e);var s={nowSeconds:function(){return Date.now()/1e3}};var o=(0,i.K)()?function(){try{return(0,i.l)(e,"perf_hooks").performance}catch(e){return}}():function(){var e=(0,n.Rf)().performance;if(e&&e.now)return{now:function(){return e.now()},timeOrigin:Date.now()-e.now()}}(),a=void 0===o?s:{nowSeconds:function(){return(o.timeOrigin+o.now())/1e3}},c=s.nowSeconds.bind(s);a.nowSeconds.bind(a),function(){var e=(0,n.Rf)().performance;if(e)e.timeOrigin?e.timeOrigin:e.timing&&e.timing.navigationStart||Date.now()}()},8762:()=>{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{}).SENTRY_RELEASE={id:"cfx-5737"}},9078:(e,t,r)=>{"use strict";var n=r(159),i=r(983);function s(e){if(!(this instanceof s))return new s(e);this.headers=e.headers,this.negotiator=new n(e)}function o(e){return-1===e.indexOf("/")?i.lookup(e):e}function a(e){return"string"==typeof e}e.exports=s,s.prototype.type=s.prototype.types=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var r=0;r<t.length;r++)t[r]=arguments[r]}if(!t||0===t.length)return this.negotiator.mediaTypes();if(!this.headers.accept)return t[0];var n=t.map(o),i=this.negotiator.mediaTypes(n.filter(a)),s=i[0];return!!s&&t[n.indexOf(s)]},s.prototype.encoding=s.prototype.encodings=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var r=0;r<t.length;r++)t[r]=arguments[r]}return t&&0!==t.length?this.negotiator.encodings(t)[0]||!1:this.negotiator.encodings()},s.prototype.charset=s.prototype.charsets=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var r=0;r<t.length;r++)t[r]=arguments[r]}return t&&0!==t.length?this.negotiator.charsets(t)[0]||!1:this.negotiator.charsets()},s.prototype.lang=s.prototype.langs=s.prototype.language=s.prototype.languages=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var r=0;r<t.length;r++)t[r]=arguments[r]}return t&&0!==t.length?this.negotiator.languages(t)[0]||!1:this.negotiator.languages()}},8054:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const i=r(2361),s=n(r(5158)),o=n(r(6304)),a=s.default("agent-base");function c(){const{stack:e}=new Error;return"string"==typeof e&&e.split("\n").some((e=>-1!==e.indexOf("(https.js:")||-1!==e.indexOf("node:https:")))}function l(e,t){return new l.Agent(e,t)}!function(e){class t extends i.EventEmitter{constructor(e,t){super();let r=t;"function"==typeof e?this.callback=e:e&&(r=e),this.timeout=null,r&&"number"==typeof r.timeout&&(this.timeout=r.timeout),this.maxFreeSockets=1,this.maxSockets=1,this.maxTotalSockets=1/0,this.sockets={},this.freeSockets={},this.requests={},this.options={}}get defaultPort(){return"number"==typeof this.explicitDefaultPort?this.explicitDefaultPort:c()?443:80}set defaultPort(e){this.explicitDefaultPort=e}get protocol(){return"string"==typeof this.explicitProtocol?this.explicitProtocol:c()?"https:":"http:"}set protocol(e){this.explicitProtocol=e}callback(e,t,r){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(e,t){const r=Object.assign({},t);"boolean"!=typeof r.secureEndpoint&&(r.secureEndpoint=c()),null==r.host&&(r.host="localhost"),null==r.port&&(r.port=r.secureEndpoint?443:80),null==r.protocol&&(r.protocol=r.secureEndpoint?"https:":"http:"),r.host&&r.path&&delete r.path,delete r.agent,delete r.hostname,delete r._defaultAgent,delete r.defaultPort,delete r.createConnection,e._last=!0,e.shouldKeepAlive=!1;let n=!1,i=null;const s=r.timeout||this.timeout,l=t=>{e._hadError||(e.emit("error",t),e._hadError=!0)},p=()=>{i=null,n=!0;const e=new Error(`A "socket" was not created for HTTP request before ${s}ms`);e.code="ETIMEOUT",l(e)},u=e=>{n||(null!==i&&(clearTimeout(i),i=null),l(e))},d=t=>{if(n)return;if(null!=i&&(clearTimeout(i),i=null),s=t,Boolean(s)&&"function"==typeof s.addRequest)return a("Callback returned another Agent instance %o",t.constructor.name),void t.addRequest(e,r);var s;if(t)return t.once("free",(()=>{this.freeSocket(t,r)})),void e.onSocket(t);const o=new Error(`no Duplex stream was returned to agent-base for \`${e.method} ${e.path}\``);l(o)};if("function"==typeof this.callback){this.promisifiedCallback||(this.callback.length>=3?(a("Converting legacy callback function to promise"),this.promisifiedCallback=o.default(this.callback)):this.promisifiedCallback=this.callback),"number"==typeof s&&s>0&&(i=setTimeout(p,s)),"port"in r&&"number"!=typeof r.port&&(r.port=Number(r.port));try{a("Resolving socket for %o request: %o",r.protocol,`${e.method} ${e.path}`),Promise.resolve(this.promisifiedCallback(e,r)).then(d,u)}catch(e){Promise.reject(e).catch(u)}}else l(new Error("`callback` is not defined"))}freeSocket(e,t){a("Freeing socket %o %o",e.constructor.name,t),e.destroy()}destroy(){a("Destroying agent %o",this.constructor.name)}}e.Agent=t,e.prototype=e.Agent.prototype}(l||(l={})),e.exports=l},6304:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t,r){return new Promise(((n,i)=>{e.call(this,t,r,((e,t)=>{e?i(e):n(t)}))}))}}},2521:e=>{"use strict";function t(e,r,n){for(var i=0;i<e.length;i++){var s=e[i];n>0&&Array.isArray(s)?t(s,r,n-1):r.push(s)}return r}function r(e,t){for(var n=0;n<e.length;n++){var i=e[n];Array.isArray(i)?r(i,t):t.push(i)}return t}e.exports=function(e,n){if(null==n)return r(e,[]);return t(e,[],n)}},9758:(e,t,r)=>{"use strict";e.exports=r(9512)},9512:e=>{"use strict";var t=function(e){if(e=e||{},this.Promise=e.Promise||Promise,this.queues=Object.create(null),this.domainReentrant=e.domainReentrant||!1,this.domainReentrant){if("undefined"==typeof process||void 0===process.domain)throw new Error("Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill.");this.domains=Object.create(null)}this.timeout=e.timeout||t.DEFAULT_TIMEOUT,e.maxPending===1/0||Number.isInteger(e.maxPending)&&e.maxPending>=0?this.maxPending=e.maxPending:this.maxPending=t.DEFAULT_MAX_PENDING};t.DEFAULT_TIMEOUT=0,t.DEFAULT_MAX_PENDING=1e3,t.prototype.acquire=function(e,t,r,n){if(Array.isArray(e))return this._acquireBatch(e,t,r,n);if("function"!=typeof t)throw new Error("You must pass a function to execute");var i=null,s=null,o=null;"function"!=typeof r&&(n=r,r=null,o=new this.Promise((function(e,t){i=e,s=t}))),n=n||{};var a=!1,c=null,l=this,p=function(t,n,c){t&&(0===l.queues[e].length&&delete l.queues[e],l.domainReentrant&&delete l.domains[e]),a||(o?n?s(n):i(c):"function"==typeof r&&r(n,c),a=!0),t&&l.queues[e]&&l.queues[e].length>0&&l.queues[e].shift()()},u=function(r){if(a)return p(r);if(c&&(clearTimeout(c),c=null),l.domainReentrant&&r&&(l.domains[e]=process.domain),1===t.length){var n=!1;t((function(e,t){n||(n=!0,p(r,e,t))}))}else l._promiseTry((function(){return t()})).then((function(e){p(r,void 0,e)}),(function(e){p(r,e)}))};if(l.domainReentrant&&process.domain&&(u=process.domain.bind(u)),l.queues[e])if(l.domainReentrant&&process.domain&&process.domain===l.domains[e])u(!1);else if(l.queues[e].length>=l.maxPending)p(!1,new Error("Too much pending tasks"));else{var d=function(){u(!0)};n.skipQueue?l.queues[e].unshift(d):l.queues[e].push(d);var f=n.timeout||l.timeout;f&&(c=setTimeout((function(){c=null,p(!1,new Error("async-lock timed out"))}),f))}else l.queues[e]=[],u(!0);return o||void 0},t.prototype._acquireBatch=function(e,t,r,n){"function"!=typeof r&&(n=r,r=null);var i=this,s=t;if(e.reverse().forEach((function(e){s=function(e,t){return function(r){i.acquire(e,t,r,n)}}(e,s)})),"function"!=typeof r)return new this.Promise((function(e,t){1===s.length?s((function(r,n){r?t(r):e(n)})):e(s())}));s(r)},t.prototype.isBusy=function(e){return e?!!this.queues[e]:Object.keys(this.queues).length>0},t.prototype._promiseTry=function(e){try{return this.Promise.resolve(e())}catch(e){return this.Promise.reject(e)}},e.exports=t},5623:e=>{"use strict";function t(e,t,i){e instanceof RegExp&&(e=r(e,i)),t instanceof RegExp&&(t=r(t,i));var s=n(e,t,i);return s&&{start:s[0],end:s[1],pre:i.slice(0,s[0]),body:i.slice(s[0]+e.length,s[1]),post:i.slice(s[1]+t.length)}}function r(e,t){var r=t.match(e);return r?r[0]:null}function n(e,t,r){var n,i,s,o,a,c=r.indexOf(e),l=r.indexOf(t,c+1),p=c;if(c>=0&&l>0){for(n=[],s=r.length;p>=0&&!a;)p==c?(n.push(p),c=r.indexOf(e,p+1)):1==n.length?a=[n.pop(),l]:((i=n.pop())<s&&(s=i,o=l),l=r.indexOf(t,p+1)),p=c<l&&c>=0?c:l;n.length&&(a=[s,o])}return a}e.exports=t,t.range=n},5186:(e,t,r)=>{var n=r(3698),i=r(2505),s=r(6417),o=Function.bind,a=o.bind(o);function c(e,t,r){var n=a(s,null).apply(null,r?[t,r]:[t]);e.api={remove:n},e.remove=n,["before","error","after","wrap"].forEach((function(n){var s=r?[t,n,r]:[t,n];e[n]=e.api[n]=a(i,null).apply(null,s)}))}function l(){var e={registry:{}},t=n.bind(null,e);return c(t,e),t}var p=!1;function u(){return p||(console.warn('[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4'),p=!0),l()}u.Singular=function(){var e={registry:{}},t=n.bind(null,e,"h");return c(t,e,"h"),t}.bind(),u.Collection=l.bind(),e.exports=u,e.exports.Hook=u,e.exports.Singular=u.Singular,e.exports.Collection=u.Collection},2505:e=>{e.exports=function(e,t,r,n){var i=n;e.registry[r]||(e.registry[r]=[]);"before"===t&&(n=function(e,t){return Promise.resolve().then(i.bind(null,t)).then(e.bind(null,t))});"after"===t&&(n=function(e,t){var r;return Promise.resolve().then(e.bind(null,t)).then((function(e){return i(r=e,t)})).then((function(){return r}))});"error"===t&&(n=function(e,t){return Promise.resolve().then(e.bind(null,t)).catch((function(e){return i(e,t)}))});e.registry[r].push({hook:n,orig:i})}},3698:e=>{e.exports=function e(t,r,n,i){if("function"!=typeof n)throw new Error("method for before hook must be a function");i||(i={});if(Array.isArray(r))return r.reverse().reduce((function(r,n){return e.bind(null,t,n,r,i)}),n)();return Promise.resolve().then((function(){return t.registry[r]?t.registry[r].reduce((function(e,t){return t.hook.bind(null,e,i)}),n)():n(i)}))}},6417:e=>{e.exports=function(e,t,r){if(!e.registry[t])return;var n=e.registry[t].map((function(e){return e.orig})).indexOf(r);if(-1===n)return;e.registry[t].splice(n,1)}},9668:(e,t,r)=>{"use strict";const{Buffer:n}=r(4300),i=Symbol.for("BufferList");function s(e){if(!(this instanceof s))return new s(e);s._init.call(this,e)}s._init=function(e){Object.defineProperty(this,i,{value:!0}),this._bufs=[],this.length=0,e&&this.append(e)},s.prototype._new=function(e){return new s(e)},s.prototype._offset=function(e){if(0===e)return[0,0];let t=0;for(let r=0;r<this._bufs.length;r++){const n=t+this._bufs[r].length;if(e<n||r===this._bufs.length-1)return[r,e-t];t=n}},s.prototype._reverseOffset=function(e){const t=e[0];let r=e[1];for(let e=0;e<t;e++)r+=this._bufs[e].length;return r},s.prototype.get=function(e){if(e>this.length||e<0)return;const t=this._offset(e);return this._bufs[t[0]][t[1]]},s.prototype.slice=function(e,t){return"number"==typeof e&&e<0&&(e+=this.length),"number"==typeof t&&t<0&&(t+=this.length),this.copy(null,0,e,t)},s.prototype.copy=function(e,t,r,i){if(("number"!=typeof r||r<0)&&(r=0),("number"!=typeof i||i>this.length)&&(i=this.length),r>=this.length)return e||n.alloc(0);if(i<=0)return e||n.alloc(0);const s=!!e,o=this._offset(r),a=i-r;let c=a,l=s&&t||0,p=o[1];if(0===r&&i===this.length){if(!s)return 1===this._bufs.length?this._bufs[0]:n.concat(this._bufs,this.length);for(let t=0;t<this._bufs.length;t++)this._bufs[t].copy(e,l),l+=this._bufs[t].length;return e}if(c<=this._bufs[o[0]].length-p)return s?this._bufs[o[0]].copy(e,t,p,p+c):this._bufs[o[0]].slice(p,p+c);s||(e=n.allocUnsafe(a));for(let t=o[0];t<this._bufs.length;t++){const r=this._bufs[t].length-p;if(!(c>r)){this._bufs[t].copy(e,l,p,p+c),l+=r;break}this._bufs[t].copy(e,l,p),l+=r,c-=r,p&&(p=0)}return e.length>l?e.slice(0,l):e},s.prototype.shallowSlice=function(e,t){if(e=e||0,t="number"!=typeof t?this.length:t,e<0&&(e+=this.length),t<0&&(t+=this.length),e===t)return this._new();const r=this._offset(e),n=this._offset(t),i=this._bufs.slice(r[0],n[0]+1);return 0===n[1]?i.pop():i[i.length-1]=i[i.length-1].slice(0,n[1]),0!==r[1]&&(i[0]=i[0].slice(r[1])),this._new(i)},s.prototype.toString=function(e,t,r){return this.slice(t,r).toString(e)},s.prototype.consume=function(e){if(e=Math.trunc(e),Number.isNaN(e)||e<=0)return this;for(;this._bufs.length;){if(!(e>=this._bufs[0].length)){this._bufs[0]=this._bufs[0].slice(e),this.length-=e;break}e-=this._bufs[0].length,this.length-=this._bufs[0].length,this._bufs.shift()}return this},s.prototype.duplicate=function(){const e=this._new();for(let t=0;t<this._bufs.length;t++)e.append(this._bufs[t]);return e},s.prototype.append=function(e){if(null==e)return this;if(e.buffer)this._appendBuffer(n.from(e.buffer,e.byteOffset,e.byteLength));else if(Array.isArray(e))for(let t=0;t<e.length;t++)this.append(e[t]);else if(this._isBufferList(e))for(let t=0;t<e._bufs.length;t++)this.append(e._bufs[t]);else"number"==typeof e&&(e=e.toString()),this._appendBuffer(n.from(e));return this},s.prototype._appendBuffer=function(e){this._bufs.push(e),this.length+=e.length},s.prototype.indexOf=function(e,t,r){if(void 0===r&&"string"==typeof t&&(r=t,t=void 0),"function"==typeof e||Array.isArray(e))throw new TypeError('The "value" argument must be one of type string, Buffer, BufferList, or Uint8Array.');if("number"==typeof e?e=n.from([e]):"string"==typeof e?e=n.from(e,r):this._isBufferList(e)?e=e.slice():Array.isArray(e.buffer)?e=n.from(e.buffer,e.byteOffset,e.byteLength):n.isBuffer(e)||(e=n.from(e)),t=Number(t||0),isNaN(t)&&(t=0),t<0&&(t=this.length+t),t<0&&(t=0),0===e.length)return t>this.length?this.length:t;const i=this._offset(t);let s=i[0],o=i[1];for(;s<this._bufs.length;s++){const t=this._bufs[s];for(;o<t.length;){if(t.length-o>=e.length){const r=t.indexOf(e,o);if(-1!==r)return this._reverseOffset([s,r]);o=t.length-e.length+1}else{const t=this._reverseOffset([s,o]);if(this._match(t,e))return t;o++}}o=0}return-1},s.prototype._match=function(e,t){if(this.length-e<t.length)return!1;for(let r=0;r<t.length;r++)if(this.get(e+r)!==t[r])return!1;return!0},function(){const e={readDoubleBE:8,readDoubleLE:8,readFloatBE:4,readFloatLE:4,readInt32BE:4,readInt32LE:4,readUInt32BE:4,readUInt32LE:4,readInt16BE:2,readInt16LE:2,readUInt16BE:2,readUInt16LE:2,readInt8:1,readUInt8:1,readIntBE:null,readIntLE:null,readUIntBE:null,readUIntLE:null};for(const t in e)!function(t){s.prototype[t]=null===e[t]?function(e,r){return this.slice(e,e+r)[t](0,r)}:function(r){return this.slice(r,r+e[t])[t](0)}}(t)}(),s.prototype._isBufferList=function(e){return e instanceof s||s.isBufferList(e)},s.isBufferList=function(e){return null!=e&&e[i]},e.exports=s},22:(e,t,r)=>{"use strict";const n=r(1451).Duplex,i=r(4378),s=r(9668);function o(e){if(!(this instanceof o))return new o(e);if("function"==typeof e){this._callback=e;const t=function(e){this._callback&&(this._callback(e),this._callback=null)}.bind(this);this.on("pipe",(function(e){e.on("error",t)})),this.on("unpipe",(function(e){e.removeListener("error",t)})),e=null}s._init.call(this,e),n.call(this)}i(o,n),Object.assign(o.prototype,s.prototype),o.prototype._new=function(e){return new o(e)},o.prototype._write=function(e,t,r){this._appendBuffer(e),"function"==typeof r&&r()},o.prototype._read=function(e){if(!this.length)return this.push(null);e=Math.min(e,this.length),this.push(this.slice(0,e)),this.consume(e)},o.prototype.end=function(e){n.prototype.end.call(this,e),this._callback&&(this._callback(null,this.slice()),this._callback=null)},o.prototype._destroy=function(e,t){this._bufs.length=0,this.length=0,t(e)},o.prototype._isBufferList=function(e){return e instanceof o||e instanceof s||o.isBufferList(e)},o.isBufferList=s.isBufferList,e.exports=o,e.exports.BufferListStream=o,e.exports.BufferList=s},46:(e,t,r)=>{"use strict";var n=r(412)("body-parser"),i=Object.create(null);function s(e){return function(){return function(e){var t=i[e];if(void 0!==t)return t;switch(e){case"json":t=r(6035);break;case"raw":t=r(187);break;case"text":t=r(6620);break;case"urlencoded":t=r(4861)}return i[e]=t}(e)}}t=e.exports=n.function((function(e){var r={};if(e)for(var n in e)"type"!==n&&(r[n]=e[n]);var i=t.urlencoded(r),s=t.json(r);return function(e,t,r){s(e,t,(function(n){if(n)return r(n);i(e,t,r)}))}}),"bodyParser: use individual json/urlencoded middlewares"),Object.defineProperty(t,"json",{configurable:!0,enumerable:!0,get:s("json")}),Object.defineProperty(t,"raw",{configurable:!0,enumerable:!0,get:s("raw")}),Object.defineProperty(t,"text",{configurable:!0,enumerable:!0,get:s("text")}),Object.defineProperty(t,"urlencoded",{configurable:!0,enumerable:!0,get:s("urlencoded")})},3211:(e,t,r)=>{"use strict";var n=r(9009),i=r(1045),s=r(4914),o=r(338),a=r(9796);e.exports=function(e,t,r,c,l,p){var u,d,f=p;e._body=!0;var h=null!==f.encoding?f.encoding:null,m=f.verify;try{d=function(e,t,r){var i,s=(e.headers["content-encoding"]||"identity").toLowerCase(),o=e.headers["content-length"];if(t('content-encoding "%s"',s),!1===r&&"identity"!==s)throw n(415,"content encoding unsupported",{encoding:s,type:"encoding.unsupported"});switch(s){case"deflate":i=a.createInflate(),t("inflate body"),e.pipe(i);break;case"gzip":i=a.createGunzip(),t("gunzip body"),e.pipe(i);break;case"identity":(i=e).length=o;break;default:throw n(415,'unsupported content encoding "'+s+'"',{encoding:s,type:"encoding.unsupported"})}return i}(e,l,f.inflate),u=d.length,d.length=void 0}catch(e){return r(e)}if(f.length=u,f.encoding=m?null:h,null===f.encoding&&null!==h&&!s.encodingExists(h))return r(n(415,'unsupported charset "'+h.toUpperCase()+'"',{charset:h.toLowerCase(),type:"charset.unsupported"}));l("read body"),i(d,f,(function(i,a){var p;if(i)return p="encoding.unsupported"===i.type?n(415,'unsupported charset "'+h.toUpperCase()+'"',{charset:h.toLowerCase(),type:"charset.unsupported"}):n(400,i),d.resume(),void o(e,(function(){r(n(400,p))}));if(m)try{l("verify body"),m(e,t,a,h)}catch(e){return void r(n(403,e,{body:a,type:e.type||"entity.verify.failed"}))}var u=a;try{l("parse body"),u="string"!=typeof a&&null!==h?s.decode(a,h):a,e.body=c(u)}catch(e){return void r(n(400,e,{body:u,type:e.type||"entity.parse.failed"}))}r()}))}},6035:(e,t,r)=>{"use strict";var n=r(9830),i=r(7811),s=r(9009),o=r(8006)("body-parser:json"),a=r(3211),c=r(273);e.exports=function(e){var t=e||{},r="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,u=!1!==t.inflate,d=t.reviver,f=!1!==t.strict,h=t.type||"application/json",m=t.verify||!1;if(!1!==m&&"function"!=typeof m)throw new TypeError("option verify must be function");var g="function"!=typeof h?function(e){return function(t){return Boolean(c(t,e))}}(h):h;function v(e){if(0===e.length)return{};if(f){var t=(r=e,l.exec(r)[1]);if("{"!==t&&"["!==t)throw o("strict violation"),function(e,t){var r=e.indexOf(t),n=e.substring(0,r)+"#";try{throw JSON.parse(n),new SyntaxError("strict violation")}catch(e){return p(e,{message:e.message.replace("#",t),stack:e.stack})}}(e,t)}var r;try{return o("parse json"),JSON.parse(e,d)}catch(e){throw p(e,{message:e.message,stack:e.stack})}}return function(e,t,n){if(e._body)return o("body already parsed"),void n();if(e.body=e.body||{},!c.hasBody(e))return o("skip empty body"),void n();if(o("content-type %j",e.headers["content-type"]),!g(e))return o("skip parsing"),void n();var l=function(e){try{return(i.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-"!==l.substr(0,4))return o("invalid charset"),void n(s(415,'unsupported charset "'+l.toUpperCase()+'"',{charset:l,type:"charset.unsupported"}));a(e,t,n,v,o,{encoding:l,inflate:u,limit:r,verify:m})}};var l=/^[\x20\x09\x0a\x0d]*(.)/;function p(e,t){for(var r=Object.getOwnPropertyNames(e),n=0;n<r.length;n++){var i=r[n];"stack"!==i&&"message"!==i&&delete e[i]}return e.stack=t.stack.replace(e.message,t.message),e.message=t.message,e}},187:(e,t,r)=>{"use strict";var n=r(9830),i=r(8006)("body-parser:raw"),s=r(3211),o=r(273);e.exports=function(e){var t=e||{},r=!1!==t.inflate,a="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,c=t.type||"application/octet-stream",l=t.verify||!1;if(!1!==l&&"function"!=typeof l)throw new TypeError("option verify must be function");var p="function"!=typeof c?function(e){return function(t){return Boolean(o(t,e))}}(c):c;function u(e){return e}return function(e,t,n){return e._body?(i("body already parsed"),void n()):(e.body=e.body||{},o.hasBody(e)?(i("content-type %j",e.headers["content-type"]),p(e)?void s(e,t,n,u,i,{encoding:null,inflate:r,limit:a,verify:l}):(i("skip parsing"),void n())):(i("skip empty body"),void n()))}}},6620:(e,t,r)=>{"use strict";var n=r(9830),i=r(7811),s=r(8006)("body-parser:text"),o=r(3211),a=r(273);e.exports=function(e){var t=e||{},r=t.defaultCharset||"utf-8",c=!1!==t.inflate,l="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,p=t.type||"text/plain",u=t.verify||!1;if(!1!==u&&"function"!=typeof u)throw new TypeError("option verify must be function");var d="function"!=typeof p?function(e){return function(t){return Boolean(a(t,e))}}(p):p;function f(e){return e}return function(e,t,n){if(e._body)return s("body already parsed"),void n();if(e.body=e.body||{},!a.hasBody(e))return s("skip empty body"),void n();if(s("content-type %j",e.headers["content-type"]),!d(e))return s("skip parsing"),void n();var p=function(e){try{return(i.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||r;o(e,t,n,f,s,{encoding:p,inflate:c,limit:l,verify:u})}}},4861:(e,t,r)=>{"use strict";var n=r(9830),i=r(7811),s=r(9009),o=r(8006)("body-parser:urlencoded"),a=r(412)("body-parser"),c=r(3211),l=r(273);e.exports=function(e){var t=e||{};void 0===t.extended&&a("undefined extended: provide extended option");var r=!1!==t.extended,p=!1!==t.inflate,f="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,h=t.type||"application/x-www-form-urlencoded",m=t.verify||!1;if(!1!==m&&"function"!=typeof m)throw new TypeError("option verify must be function");var g=r?function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,r=d("qs");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");isFinite(t)&&(t|=0);return function(e){var n=u(e,t);if(void 0===n)throw o("too many parameters"),s(413,"too many parameters",{type:"parameters.too.many"});var i=Math.max(100,n);return o("parse extended urlencoding"),r(e,{allowPrototypes:!0,arrayLimit:i,depth:1/0,parameterLimit:t})}}(t):function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,r=d("querystring");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");isFinite(t)&&(t|=0);return function(e){if(void 0===u(e,t))throw o("too many parameters"),s(413,"too many parameters",{type:"parameters.too.many"});return o("parse urlencoding"),r(e,void 0,void 0,{maxKeys:t})}}(t),v="function"!=typeof h?function(e){return function(t){return Boolean(l(t,e))}}(h):h;function y(e){return e.length?g(e):{}}return function(e,t,r){if(e._body)return o("body already parsed"),void r();if(e.body=e.body||{},!l.hasBody(e))return o("skip empty body"),void r();if(o("content-type %j",e.headers["content-type"]),!v(e))return o("skip parsing"),void r();var n=function(e){try{return(i.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-8"!==n)return o("invalid charset"),void r(s(415,'unsupported charset "'+n.toUpperCase()+'"',{charset:n,type:"charset.unsupported"}));c(e,t,r,y,o,{debug:o,encoding:n,inflate:p,limit:f,verify:m})}};var p=Object.create(null);function u(e,t){for(var r=0,n=0;-1!==(n=e.indexOf("&",n));)if(n++,++r===t)return;return r}function d(e){var t=p[e];if(void 0!==t)return t.parse;switch(e){case"qs":t=r(129);break;case"querystring":t=r(3477)}return p[e]=t,t.parse}},7497:(e,t,r)=>{function n(){var e;try{e=t.storage.debug}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e}(t=e.exports=r(9292)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var r=this.useColors;if(e[0]=(r?"%c":"")+this.namespace+(r?" %c":" ")+e[0]+(r?"%c ":" ")+"+"+t.humanize(this.diff),!r)return;var n="color: "+this.color;e.splice(1,0,n,"color: inherit");var i=0,s=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(i++,"%c"===e&&(s=i))})),e.splice(s,0,n)},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=n,t.useColors=function(){if("undefined"!=typeof window&&window.process&&"renderer"===window.process.type)return!0;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage="undefined"!=typeof chrome&&void 0!==chrome.storage?chrome.storage.local:function(){try{return window.localStorage}catch(e){}}(),t.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],t.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},t.enable(n())},9292:(e,t,r)=>{var n;function i(e){function r(){if(r.enabled){var e=r,i=+new Date,s=i-(n||i);e.diff=s,e.prev=n,e.curr=i,n=i;for(var o=new Array(arguments.length),a=0;a<o.length;a++)o[a]=arguments[a];o[0]=t.coerce(o[0]),"string"!=typeof o[0]&&o.unshift("%O");var c=0;o[0]=o[0].replace(/%([a-zA-Z%])/g,(function(r,n){if("%%"===r)return r;c++;var i=t.formatters[n];if("function"==typeof i){var s=o[c];r=i.call(e,s),o.splice(c,1),c--}return r})),t.formatArgs.call(e,o);var l=r.log||t.log||console.log.bind(console);l.apply(e,o)}}return r.namespace=e,r.enabled=t.enabled(e),r.useColors=t.useColors(),r.color=function(e){var r,n=0;for(r in e)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]}(e),"function"==typeof t.init&&t.init(r),r}(t=e.exports=i.debug=i.default=i).coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){t.enable("")},t.enable=function(e){t.save(e),t.names=[],t.skips=[];for(var r=("string"==typeof e?e:"").split(/[\s,]+/),n=r.length,i=0;i<n;i++)r[i]&&("-"===(e=r[i].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){var r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=r(7824),t.names=[],t.skips=[],t.formatters={}},8006:(e,t,r)=>{"undefined"!=typeof process&&"renderer"===process.type?e.exports=r(7497):e.exports=r(337)},337:(e,t,r)=>{var n=r(6224),i=r(3837);(t=e.exports=r(9292)).init=function(e){e.inspectOpts={};for(var r=Object.keys(t.inspectOpts),n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(){return o.write(i.format.apply(i,arguments)+"\n")},t.formatArgs=function(e){var r=this.namespace;if(this.useColors){var n=this.color,i="  [3"+n+";1m"+r+" [0m";e[0]=i+e[0].split("\n").join("\n"+i),e.push("[3"+n+"m+"+t.humanize(this.diff)+"[0m")}else e[0]=(new Date).toUTCString()+" "+r+" "+e[0]},t.save=function(e){null==e?delete process.env.DEBUG:process.env.DEBUG=e},t.load=a,t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(s)},t.colors=[6,2,3,4,5,1],t.inspectOpts=Object.keys(process.env).filter((function(e){return/^debug_/i.test(e)})).reduce((function(e,t){var r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(function(e,t){return t.toUpperCase()})),n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{});var s=parseInt(process.env.DEBUG_FD,10)||2;1!==s&&2!==s&&i.deprecate((function(){}),"except for stderr(2) and stdout(1), any other usage of DEBUG_FD is deprecated. Override debug.log if you want to use a different log function (https://git.io/debug_fd)")();var o=1===s?process.stdout:2===s?process.stderr:function(e){var t;switch(process.binding("tty_wrap").guessHandleType(e)){case"TTY":(t=new n.WriteStream(e))._type="tty",t._handle&&t._handle.unref&&t._handle.unref();break;case"FILE":var i=r(7147);(t=new i.SyncWriteStream(e,{autoClose:!1}))._type="fs";break;case"PIPE":case"TCP":var s=r(1808);(t=new s.Socket({fd:e,readable:!1,writable:!0})).readable=!1,t.read=null,t._type="pipe",t._handle&&t._handle.unref&&t._handle.unref();break;default:throw new Error("Implement me. Unknown stream file type!")}return t.fd=e,t._isStdio=!0,t}(s);function a(){return process.env.DEBUG}t.formatters.o=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts).split("\n").map((function(e){return e.trim()})).join(" ")},t.formatters.O=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts)},t.enable(a())},3644:(e,t,r)=>{var n=r(1048),i=r(5623);e.exports=function(e){if(!e)return[];"{}"===e.substr(0,2)&&(e="\\{\\}"+e.substr(2));return v(function(e){return e.split("\\\\").join(s).split("\\{").join(o).split("\\}").join(a).split("\\,").join(c).split("\\.").join(l)}(e),!0).map(u)};var s="\0SLASH"+Math.random()+"\0",o="\0OPEN"+Math.random()+"\0",a="\0CLOSE"+Math.random()+"\0",c="\0COMMA"+Math.random()+"\0",l="\0PERIOD"+Math.random()+"\0";function p(e){return parseInt(e,10)==e?parseInt(e,10):e.charCodeAt(0)}function u(e){return e.split(s).join("\\").split(o).join("{").split(a).join("}").split(c).join(",").split(l).join(".")}function d(e){if(!e)return[""];var t=[],r=i("{","}",e);if(!r)return e.split(",");var n=r.pre,s=r.body,o=r.post,a=n.split(",");a[a.length-1]+="{"+s+"}";var c=d(o);return o.length&&(a[a.length-1]+=c.shift(),a.push.apply(a,c)),t.push.apply(t,a),t}function f(e){return"{"+e+"}"}function h(e){return/^-?0\d/.test(e)}function m(e,t){return e<=t}function g(e,t){return e>=t}function v(e,t){var r=[],s=i("{","}",e);if(!s||/\$$/.test(s.pre))return[e];var o,c=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(s.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(s.body),u=c||l,y=s.body.indexOf(",")>=0;if(!u&&!y)return s.post.match(/,.*\}/)?v(e=s.pre+"{"+s.body+a+s.post):[e];if(u)o=s.body.split(/\.\./);else if(1===(o=d(s.body)).length&&1===(o=v(o[0],!1).map(f)).length)return(x=s.post.length?v(s.post,!1):[""]).map((function(e){return s.pre+o[0]+e}));var b,w=s.pre,x=s.post.length?v(s.post,!1):[""];if(u){var _=p(o[0]),S=p(o[1]),E=Math.max(o[0].length,o[1].length),k=3==o.length?Math.abs(p(o[2])):1,A=m;S<_&&(k*=-1,A=g);var O=o.some(h);b=[];for(var T=_;A(T,S);T+=k){var C;if(l)"\\"===(C=String.fromCharCode(T))&&(C="");else if(C=String(T),O){var R=E-C.length;if(R>0){var P=new Array(R+1).join("0");C=T<0?"-"+P+C.slice(1):P+C}}b.push(C)}}else b=n(o,(function(e){return v(e,!1)}));for(var j=0;j<b.length;j++)for(var N=0;N<x.length;N++){var I=w+b[j]+x[N];(!t||u||I)&&r.push(I)}return r}},6744:(e,t,r)=>{"use strict";const n=r(3349),i=r(7529),s=r(8050),o=r(4339),a=(e,t={})=>{let r=[];if(Array.isArray(e))for(let n of e){let e=a.create(n,t);Array.isArray(e)?r.push(...e):r.push(e)}else r=[].concat(a.create(e,t));return t&&!0===t.expand&&!0===t.nodupes&&(r=[...new Set(r)]),r};a.parse=(e,t={})=>o(e,t),a.stringify=(e,t={})=>n("string"==typeof e?a.parse(e,t):e,t),a.compile=(e,t={})=>("string"==typeof e&&(e=a.parse(e,t)),i(e,t)),a.expand=(e,t={})=>{"string"==typeof e&&(e=a.parse(e,t));let r=s(e,t);return!0===t.noempty&&(r=r.filter(Boolean)),!0===t.nodupes&&(r=[...new Set(r)]),r},a.create=(e,t={})=>""===e||e.length<3?[e]:!0!==t.expand?a.compile(e,t):a.expand(e,t),e.exports=a},7529:(e,t,r)=>{"use strict";const n=r(2664),i=r(3083);e.exports=(e,t={})=>{let r=(e,s={})=>{let o=i.isInvalidBrace(s),a=!0===e.invalid&&!0===t.escapeInvalid,c=!0===o||!0===a,l=!0===t.escapeInvalid?"\\":"",p="";if(!0===e.isOpen)return l+e.value;if(!0===e.isClose)return l+e.value;if("open"===e.type)return c?l+e.value:"(";if("close"===e.type)return c?l+e.value:")";if("comma"===e.type)return"comma"===e.prev.type?"":c?e.value:"|";if(e.value)return e.value;if(e.nodes&&e.ranges>0){let r=i.reduce(e.nodes),s=n(...r,{...t,wrap:!1,toRegex:!0});if(0!==s.length)return r.length>1&&s.length>1?`(${s})`:s}if(e.nodes)for(let t of e.nodes)p+=r(t,e);return p};return r(e)}},6611:e=>{"use strict";e.exports={MAX_LENGTH:65536,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:"\n",CHAR_NO_BREAK_SPACE:" ",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:"\t",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\ufeff"}},8050:(e,t,r)=>{"use strict";const n=r(2664),i=r(3349),s=r(3083),o=(e="",t="",r=!1)=>{let n=[];if(e=[].concat(e),!(t=[].concat(t)).length)return e;if(!e.length)return r?s.flatten(t).map((e=>`{${e}}`)):t;for(let i of e)if(Array.isArray(i))for(let e of i)n.push(o(e,t,r));else for(let e of t)!0===r&&"string"==typeof e&&(e=`{${e}}`),n.push(Array.isArray(e)?o(i,e,r):i+e);return s.flatten(n)};e.exports=(e,t={})=>{let r=void 0===t.rangeLimit?1e3:t.rangeLimit,a=(e,c={})=>{e.queue=[];let l=c,p=c.queue;for(;"brace"!==l.type&&"root"!==l.type&&l.parent;)l=l.parent,p=l.queue;if(e.invalid||e.dollar)return void p.push(o(p.pop(),i(e,t)));if("brace"===e.type&&!0!==e.invalid&&2===e.nodes.length)return void p.push(o(p.pop(),["{}"]));if(e.nodes&&e.ranges>0){let a=s.reduce(e.nodes);if(s.exceedsLimit(...a,t.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let c=n(...a,t);return 0===c.length&&(c=i(e,t)),p.push(o(p.pop(),c)),void(e.nodes=[])}let u=s.encloseBrace(e),d=e.queue,f=e;for(;"brace"!==f.type&&"root"!==f.type&&f.parent;)f=f.parent,d=f.queue;for(let t=0;t<e.nodes.length;t++){let r=e.nodes[t];"comma"!==r.type||"brace"!==e.type?"close"!==r.type?r.value&&"open"!==r.type?d.push(o(d.pop(),r.value)):r.nodes&&a(r,e):p.push(o(p.pop(),d,u)):(1===t&&d.push(""),d.push(""))}return d};return s.flatten(a(e))}},4339:(e,t,r)=>{"use strict";const n=r(3349),{MAX_LENGTH:i,CHAR_BACKSLASH:s,CHAR_BACKTICK:o,CHAR_COMMA:a,CHAR_DOT:c,CHAR_LEFT_PARENTHESES:l,CHAR_RIGHT_PARENTHESES:p,CHAR_LEFT_CURLY_BRACE:u,CHAR_RIGHT_CURLY_BRACE:d,CHAR_LEFT_SQUARE_BRACKET:f,CHAR_RIGHT_SQUARE_BRACKET:h,CHAR_DOUBLE_QUOTE:m,CHAR_SINGLE_QUOTE:g,CHAR_NO_BREAK_SPACE:v,CHAR_ZERO_WIDTH_NOBREAK_SPACE:y}=r(6611);e.exports=(e,t={})=>{if("string"!=typeof e)throw new TypeError("Expected a string");let r=t||{},b="number"==typeof r.maxLength?Math.min(i,r.maxLength):i;if(e.length>b)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${b})`);let w,x={type:"root",input:e,nodes:[]},_=[x],S=x,E=x,k=0,A=e.length,O=0,T=0;const C=()=>e[O++],R=e=>{if("text"===e.type&&"dot"===E.type&&(E.type="text"),!E||"text"!==E.type||"text"!==e.type)return S.nodes.push(e),e.parent=S,e.prev=E,E=e,e;E.value+=e.value};for(R({type:"bos"});O<A;)if(S=_[_.length-1],w=C(),w!==y&&w!==v)if(w!==s)if(w!==h)if(w!==f)if(w!==l)if(w!==p)if(w!==m&&w!==g&&w!==o)if(w!==u)if(w!==d)if(w===a&&T>0){if(S.ranges>0){S.ranges=0;let e=S.nodes.shift();S.nodes=[e,{type:"text",value:n(S)}]}R({type:"comma",value:w}),S.commas++}else if(w===c&&T>0&&0===S.commas){let e=S.nodes;if(0===T||0===e.length){R({type:"text",value:w});continue}if("dot"===E.type){if(S.range=[],E.value+=w,E.type="range",3!==S.nodes.length&&5!==S.nodes.length){S.invalid=!0,S.ranges=0,E.type="text";continue}S.ranges++,S.args=[];continue}if("range"===E.type){e.pop();let t=e[e.length-1];t.value+=E.value+w,E=t,S.ranges--;continue}R({type:"dot",value:w})}else R({type:"text",value:w});else{if("brace"!==S.type){R({type:"text",value:w});continue}let e="close";S=_.pop(),S.close=!0,R({type:e,value:w}),T--,S=_[_.length-1]}else{T++;let e=E.value&&"$"===E.value.slice(-1)||!0===S.dollar;S=R({type:"brace",open:!0,close:!1,dollar:e,depth:T,commas:0,ranges:0,nodes:[]}),_.push(S),R({type:"open",value:w})}else{let e,r=w;for(!0!==t.keepQuotes&&(w="");O<A&&(e=C());)if(e!==s){if(e===r){!0===t.keepQuotes&&(w+=e);break}w+=e}else w+=e+C();R({type:"text",value:w})}else{if("paren"!==S.type){R({type:"text",value:w});continue}S=_.pop(),R({type:"text",value:w}),S=_[_.length-1]}else S=R({type:"paren",nodes:[]}),_.push(S),R({type:"text",value:w});else{k++;let e;for(;O<A&&(e=C());)if(w+=e,e!==f)if(e!==s){if(e===h&&(k--,0===k))break}else w+=C();else k++;R({type:"text",value:w})}else R({type:"text",value:"\\"+w});else R({type:"text",value:(t.keepEscaping?w:"")+C()});do{if(S=_.pop(),"root"!==S.type){S.nodes.forEach((e=>{e.nodes||("open"===e.type&&(e.isOpen=!0),"close"===e.type&&(e.isClose=!0),e.nodes||(e.type="text"),e.invalid=!0)}));let e=_[_.length-1],t=e.nodes.indexOf(S);e.nodes.splice(t,1,...S.nodes)}}while(_.length>0);return R({type:"eos"}),x}},3349:(e,t,r)=>{"use strict";const n=r(3083);e.exports=(e,t={})=>{let r=(e,i={})=>{let s=t.escapeInvalid&&n.isInvalidBrace(i),o=!0===e.invalid&&!0===t.escapeInvalid,a="";if(e.value)return(s||o)&&n.isOpenOrClose(e)?"\\"+e.value:e.value;if(e.value)return e.value;if(e.nodes)for(let t of e.nodes)a+=r(t);return a};return r(e)}},3083:(e,t)=>{"use strict";t.isInteger=e=>"number"==typeof e?Number.isInteger(e):"string"==typeof e&&""!==e.trim()&&Number.isInteger(Number(e)),t.find=(e,t)=>e.nodes.find((e=>e.type===t)),t.exceedsLimit=(e,r,n=1,i)=>!1!==i&&(!(!t.isInteger(e)||!t.isInteger(r))&&(Number(r)-Number(e))/Number(n)>=i),t.escapeNode=(e,t=0,r)=>{let n=e.nodes[t];n&&(r&&n.type===r||"open"===n.type||"close"===n.type)&&!0!==n.escaped&&(n.value="\\"+n.value,n.escaped=!0)},t.encloseBrace=e=>"brace"===e.type&&(e.commas>>0+e.ranges>>0==0&&(e.invalid=!0,!0)),t.isInvalidBrace=e=>"brace"===e.type&&(!(!0!==e.invalid&&!e.dollar)||(e.commas>>0+e.ranges>>0==0||!0!==e.open||!0!==e.close)&&(e.invalid=!0,!0)),t.isOpenOrClose=e=>"open"===e.type||"close"===e.type||(!0===e.open||!0===e.close),t.reduce=e=>e.reduce(((e,t)=>("text"===t.type&&e.push(t.value),"range"===t.type&&(t.type="text"),e)),[]),t.flatten=(...e)=>{const t=[],r=e=>{for(let n=0;n<e.length;n++){let i=e[n];Array.isArray(i)?r(i,t):void 0!==i&&t.push(i)}return t};return r(e),t}},2779:(e,t,r)=>{var n=r(4300).Buffer,i=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];function s(e){if(n.isBuffer(e))return e;var t="function"==typeof n.alloc&&"function"==typeof n.from;if("number"==typeof e)return t?n.alloc(e):new n(e);if("string"==typeof e)return t?n.from(e):new n(e);throw new Error("input must be buffer, number, or string, received "+typeof e)}function o(e){var t=s(4);return t.writeInt32BE(e,0),t}function a(e,t){e=s(e),n.isBuffer(t)&&(t=t.readUInt32BE(0));for(var r=-1^~~t,o=0;o<e.length;o++)r=i[255&(r^e[o])]^r>>>8;return-1^r}function c(){return o(a.apply(null,arguments))}"undefined"!=typeof Int32Array&&(i=new Int32Array(i)),c.signed=function(){return a.apply(null,arguments)},c.unsigned=function(){return a.apply(null,arguments)>>>0},e.exports=c},1506:(e,t,r)=>{var n=r(2781),i=r(3837),s=r(4784);function o(e,t){if(!e)throw new Error("expected readStream");if(!e.readable)throw new Error("readStream must be readable");var r=new a(t);return e.pipe(r),r}function a(e){n.Transform.call(this,e),e=e||{},this._readableState.objectMode=!0,this._lineBuffer=[],this._keepEmptyLines=e.keepEmptyLines||!1,this._lastChunkEndedWithCR=!1;var t=this;this.on("pipe",(function(e){t.encoding||e instanceof n.Readable&&(t.encoding=e._readableState.encoding)}))}e.exports=function(t,r){return e.exports.createStream(t,r)},e.exports.createStream=function(e,t){return e?o(e,t):new a(t)},e.exports.createLineStream=function(e){return console.log("WARNING: byline#createLineStream is deprecated and will be removed soon"),o(e)},e.exports.LineStream=a,i.inherits(a,n.Transform),a.prototype._transform=function(e,t,r){t=t||"utf8",Buffer.isBuffer(e)&&("buffer"==t?(e=e.toString(),t="utf8"):e=e.toString(t)),this._chunkEncoding=t;var n=e.split(/\r\n|[\n\v\f\r\x85\u2028\u2029]/g);this._lastChunkEndedWithCR&&"\n"==e[0]&&n.shift(),this._lineBuffer.length>0&&(this._lineBuffer[this._lineBuffer.length-1]+=n[0],n.shift()),this._lastChunkEndedWithCR="\r"==e[e.length-1],this._lineBuffer=this._lineBuffer.concat(n),this._pushBuffer(t,1,r)},a.prototype._pushBuffer=function(e,t,r){for(;this._lineBuffer.length>t;){var n=this._lineBuffer.shift();if((this._keepEmptyLines||n.length>0)&&!this.push(this._reencode(n,e))){var i=this;return void s.setImmediate((function(){i._pushBuffer(e,t,r)}))}}r()},a.prototype._flush=function(e){this._pushBuffer(this._chunkEncoding,0,e)},a.prototype._reencode=function(e,t){return this.encoding&&this.encoding!=t?new Buffer(e,t).toString(this.encoding):this.encoding?e:new Buffer(e,t)}},9830:e=>{"use strict";e.exports=function(e,t){if("string"==typeof e)return o(e);if("number"==typeof e)return s(e,t);return null},e.exports.format=s,e.exports.parse=o;var t=/\B(?=(\d{3})+(?!\d))/g,r=/(?:\.0*|(\.[^0]+)0+)$/,n={b:1,kb:1024,mb:1<<20,gb:1<<30,tb:Math.pow(1024,4),pb:Math.pow(1024,5)},i=/^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;function s(e,i){if(!Number.isFinite(e))return null;var s=Math.abs(e),o=i&&i.thousandsSeparator||"",a=i&&i.unitSeparator||"",c=i&&void 0!==i.decimalPlaces?i.decimalPlaces:2,l=Boolean(i&&i.fixedDecimals),p=i&&i.unit||"";p&&n[p.toLowerCase()]||(p=s>=n.pb?"PB":s>=n.tb?"TB":s>=n.gb?"GB":s>=n.mb?"MB":s>=n.kb?"KB":"B");var u=(e/n[p.toLowerCase()]).toFixed(c);return l||(u=u.replace(r,"$1")),o&&(u=u.replace(t,o)),u+a+p}function o(e){if("number"==typeof e&&!isNaN(e))return e;if("string"!=typeof e)return null;var t,r=i.exec(e),s="b";return r?(t=parseFloat(r[1]),s=r[4].toLowerCase()):(t=parseInt(e,10),s="b"),Math.floor(n[s]*t)}},9019:(e,t,r)=>{"use strict";const n=r(7147),i=r(1017),s=n.lchown?"lchown":"chown",o=n.lchownSync?"lchownSync":"chownSync",a=n.lchown&&!process.version.match(/v1[1-9]+\./)&&!process.version.match(/v10\.[6-9]/),c=(e,t,r)=>{try{return n[o](e,t,r)}catch(e){if("ENOENT"!==e.code)throw e}},l=a?(e,t,r,i)=>s=>{s&&"EISDIR"===s.code?n.chown(e,t,r,i):i(s)}:(e,t,r,n)=>n,p=a?(e,t,r)=>{try{return c(e,t,r)}catch(i){if("EISDIR"!==i.code)throw i;((e,t,r)=>{try{n.chownSync(e,t,r)}catch(e){if("ENOENT"!==e.code)throw e}})(e,t,r)}}:(e,t,r)=>c(e,t,r),u=process.version;let d=(e,t,r)=>n.readdir(e,t,r);/^v4\./.test(u)&&(d=(e,t,r)=>n.readdir(e,r));const f=(e,t,r,i)=>{n[s](e,t,r,l(e,t,r,(e=>{i(e&&"ENOENT"!==e.code?e:null)})))},h=(e,t,r,s,o)=>{if("string"==typeof t)return n.lstat(i.resolve(e,t),((n,i)=>{if(n)return o("ENOENT"!==n.code?n:null);i.name=t,h(e,i,r,s,o)}));if(t.isDirectory())m(i.resolve(e,t.name),r,s,(n=>{if(n)return o(n);const a=i.resolve(e,t.name);f(a,r,s,o)}));else{const n=i.resolve(e,t.name);f(n,r,s,o)}},m=(e,t,r,n)=>{d(e,{withFileTypes:!0},((i,s)=>{if(i){if("ENOENT"===i.code)return n();if("ENOTDIR"!==i.code&&"ENOTSUP"!==i.code)return n(i)}if(i||!s.length)return f(e,t,r,n);let o=s.length,a=null;const c=i=>{if(!a)return i?n(a=i):0==--o?f(e,t,r,n):void 0};s.forEach((n=>h(e,n,t,r,c)))}))},g=(e,t,r)=>{let s;try{s=((e,t)=>n.readdirSync(e,t))(e,{withFileTypes:!0})}catch(n){if("ENOENT"===n.code)return;if("ENOTDIR"===n.code||"ENOTSUP"===n.code)return p(e,t,r);throw n}return s&&s.length&&s.forEach((s=>((e,t,r,s)=>{if("string"==typeof t)try{const r=n.lstatSync(i.resolve(e,t));r.name=t,t=r}catch(e){if("ENOENT"===e.code)return;throw e}t.isDirectory()&&g(i.resolve(e,t.name),r,s),p(i.resolve(e,t.name),r,s)})(e,s,t,r))),p(e,t,r)};e.exports=m,m.sync=g},1990:e=>{"use strict";function t(e,t,r){return t=t instanceof RegExp?t:new RegExp(t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),e.replace(t,r)}var r={clean:function(e){if("string"!=typeof e)throw new Error("Expected a string, received: "+e);return e=t(e,"./","/"),e=t(e,"..","."),e=t(e," ","-"),e=t(e,/^[~^:?*\\\-]/g,""),e=t(e,/[~^:?*\\]/g,"-"),e=t(e,/[~^:?*\\\-]$/g,""),e=t(e,"@{","-"),e=t(e,/\.$/g,""),e=t(e,/\/$/g,""),e=t(e,/\.lock$/g,"")}};e.exports=r},1048:e=>{e.exports=function(e,r){for(var n=[],i=0;i<e.length;i++){var s=r(e[i],i);t(s)?n.push.apply(n,s):n.push(s)}return n};var t=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},7389:(e,t,r)=>{"use strict";e.exports=function(e,t){var r=t||{},i=r.type||"attachment",s=function(e,t){if(void 0===e)return;var r={};if("string"!=typeof e)throw new TypeError("filename must be a string");void 0===t&&(t=!0);if("string"!=typeof t&&"boolean"!=typeof t)throw new TypeError("fallback must be a string or boolean");if("string"==typeof t&&c.test(t))throw new TypeError("fallback must be ISO-8859-1 string");var i=n(e),s=d.test(i),a="string"!=typeof t?t&&v(i):n(t),l="string"==typeof a&&a!==i;(l||!s||o.test(i))&&(r["filename*"]=i);(s||l)&&(r.filename=l?a:i);return r}(e,r.fallback);return function(e){var t=e.parameters,r=e.type;if(!r||"string"!=typeof r||!f.test(r))throw new TypeError("invalid type");var n=String(r).toLowerCase();if(t&&"object"==typeof t)for(var i,s=Object.keys(t).sort(),o=0;o<s.length;o++){var a="*"===(i=s[o]).substr(-1)?x(t[i]):w(t[i]);n+="; "+i+"="+a}return n}(new _(i,s))},e.exports.parse=function(e){if(!e||"string"!=typeof e)throw new TypeError("argument string is required");var t=m.exec(e);if(!t)throw new TypeError("invalid type format");var r,n,i=t[0].length,s=t[1].toLowerCase(),o=[],a={};i=u.lastIndex=";"===t[0].substr(-1)?i-1:i;for(;t=u.exec(e);){if(t.index!==i)throw new TypeError("invalid parameter format");if(i+=t[0].length,r=t[1].toLowerCase(),n=t[2],-1!==o.indexOf(r))throw new TypeError("invalid duplicate parameter");o.push(r),r.indexOf("*")+1!==r.length?"string"!=typeof a[r]&&('"'===n[0]&&(n=n.substr(1,n.length-2).replace(l,"$1")),a[r]=n):(r=r.slice(0,-1),n=g(n),a[r]=n)}if(-1!==i&&i!==e.length)throw new TypeError("invalid parameter format");return new _(s,a)};var n=r(1017).basename,i=r(7296).Buffer,s=/[\x00-\x20"'()*,/:;<=>?@[\\\]{}\x7f]/g,o=/%[0-9A-Fa-f]{2}/,a=/%([0-9A-Fa-f]{2})/g,c=/[^\x20-\x7e\xa0-\xff]/g,l=/\\([\u0000-\u007f])/g,p=/([\\"])/g,u=/;[\x09\x20]*([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*=[\x09\x20]*("(?:[\x20!\x23-\x5b\x5d-\x7e\x80-\xff]|\\[\x20-\x7e])*"|[!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*/g,d=/^[\x20-\x7e\x80-\xff]+$/,f=/^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/,h=/^([A-Za-z0-9!#$%&+\-^_`{}~]+)'(?:[A-Za-z]{2,3}(?:-[A-Za-z]{3}){0,3}|[A-Za-z]{4,8}|)'((?:%[0-9A-Fa-f]{2}|[A-Za-z0-9!#$&+.^_`|~-])+)$/,m=/^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/;function g(e){var t=h.exec(e);if(!t)throw new TypeError("invalid extended field value");var r,n=t[1].toLowerCase(),s=t[2].replace(a,y);switch(n){case"iso-8859-1":r=v(s);break;case"utf-8":r=i.from(s,"binary").toString("utf8");break;default:throw new TypeError("unsupported charset in extended field")}return r}function v(e){return String(e).replace(c,"?")}function y(e,t){return String.fromCharCode(parseInt(t,16))}function b(e){return"%"+String(e).charCodeAt(0).toString(16).toUpperCase()}function w(e){return'"'+String(e).replace(p,"\\$1")+'"'}function x(e){var t=String(e);return"UTF-8''"+encodeURIComponent(t).replace(s,b)}function _(e,t){this.type=e,this.parameters=t}},7296:(e,t,r)=>{var n=r(4300),i=n.Buffer;function s(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(s(n,t),t.Buffer=o),s(i,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},7811:(e,t)=>{"use strict";var r=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,n=/^[\u000b\u0020-\u007e\u0080-\u00ff]+$/,i=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,s=/\\([\u000b\u0020-\u00ff])/g,o=/([\\"])/g,a=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;function c(e){var t=String(e);if(i.test(t))return t;if(t.length>0&&!n.test(t))throw new TypeError("invalid parameter value");return'"'+t.replace(o,"\\$1")+'"'}function l(e){this.parameters=Object.create(null),this.type=e}t.format=function(e){if(!e||"object"!=typeof e)throw new TypeError("argument obj is required");var t=e.parameters,r=e.type;if(!r||!a.test(r))throw new TypeError("invalid type");var n=r;if(t&&"object"==typeof t)for(var s,o=Object.keys(t).sort(),l=0;l<o.length;l++){if(s=o[l],!i.test(s))throw new TypeError("invalid parameter name");n+="; "+s+"="+c(t[s])}return n},t.parse=function(e){if(!e)throw new TypeError("argument string is required");var t="object"==typeof e?function(e){var t;"function"==typeof e.getHeader?t=e.getHeader("content-type"):"object"==typeof e.headers&&(t=e.headers&&e.headers["content-type"]);if("string"!=typeof t)throw new TypeError("content-type header is missing from object");return t}(e):e;if("string"!=typeof t)throw new TypeError("argument string is required to be a string");var n=t.indexOf(";"),i=-1!==n?t.substr(0,n).trim():t.trim();if(!a.test(i))throw new TypeError("invalid media type");var o=new l(i.toLowerCase());if(-1!==n){var c,p,u;for(r.lastIndex=n;p=r.exec(t);){if(p.index!==n)throw new TypeError("invalid parameter format");n+=p[0].length,c=p[1].toLowerCase(),'"'===(u=p[2])[0]&&(u=u.substr(1,u.length-2).replace(s,"$1")),o.parameters[c]=u}if(n!==t.length)throw new TypeError("invalid parameter format")}return o}},1365:(e,t,r)=>{var n=r(6113);function i(e){return n.createHash("sha1").update(e).digest("hex")}t.sign=function(e,t){if("string"!=typeof e)throw new TypeError("Cookie value must be provided as a string.");if("string"!=typeof t)throw new TypeError("Secret string must be provided.");return e+"."+n.createHmac("sha256",t).update(e).digest("base64").replace(/\=+$/,"")},t.unsign=function(e,r){if("string"!=typeof e)throw new TypeError("Signed cookie string must be provided.");if("string"!=typeof r)throw new TypeError("Secret string must be provided.");var n=e.slice(0,e.lastIndexOf("."));return i(t.sign(n,r))==i(e)&&n}},6489:(e,t)=>{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},s=t||{},a=e.split(i),c=s.decode||r,l=0;l<a.length;l++){var p=a[l],u=p.indexOf("=");if(!(u<0)){var d=p.substr(0,u).trim(),f=p.substr(++u,p.length).trim();'"'==f[0]&&(f=f.slice(1,-1)),null==n[d]&&(n[d]=o(f,c))}}return n},t.serialize=function(e,t,r){var i=r||{},o=i.encode||n;if("function"!=typeof o)throw new TypeError("option encode is invalid");if(!s.test(e))throw new TypeError("argument name is invalid");var a=o(t);if(a&&!s.test(a))throw new TypeError("argument val is invalid");var c=e+"="+a;if(null!=i.maxAge){var l=i.maxAge-0;if(isNaN(l))throw new Error("maxAge should be a Number");c+="; Max-Age="+Math.floor(l)}if(i.domain){if(!s.test(i.domain))throw new TypeError("option domain is invalid");c+="; Domain="+i.domain}if(i.path){if(!s.test(i.path))throw new TypeError("option path is invalid");c+="; Path="+i.path}if(i.expires){if("function"!=typeof i.expires.toUTCString)throw new TypeError("option expires is invalid");c+="; Expires="+i.expires.toUTCString()}i.httpOnly&&(c+="; HttpOnly");i.secure&&(c+="; Secure");if(i.sameSite){switch("string"==typeof i.sameSite?i.sameSite.toLowerCase():i.sameSite){case!0:case"strict":c+="; SameSite=Strict";break;case"lax":c+="; SameSite=Lax";break;case"none":c+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return c};var r=decodeURIComponent,n=encodeURIComponent,i=/; */,s=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function o(e,t){try{return t(e)}catch(t){return e}}},7846:(e,t,r)=>{!function(){"use strict";var t=r(7418),n=r(5181),i={origin:"*",methods:"GET,HEAD,PUT,PATCH,POST,DELETE",preflightContinue:!1,optionsSuccessStatus:204};function s(e){return"string"==typeof e||e instanceof String}function o(e,t){if(Array.isArray(t)){for(var r=0;r<t.length;++r)if(o(e,t[r]))return!0;return!1}return s(t)?e===t:t instanceof RegExp?t.test(e):!!t}function a(e,t){var r,n=t.headers.origin,i=[];return e.origin&&"*"!==e.origin?s(e.origin)?(i.push([{key:"Access-Control-Allow-Origin",value:e.origin}]),i.push([{key:"Vary",value:"Origin"}])):(r=o(n,e.origin),i.push([{key:"Access-Control-Allow-Origin",value:!!r&&n}]),i.push([{key:"Vary",value:"Origin"}])):i.push([{key:"Access-Control-Allow-Origin",value:"*"}]),i}function c(e){return!0===e.credentials?{key:"Access-Control-Allow-Credentials",value:"true"}:null}function l(e){var t=e.exposedHeaders;return t?(t.join&&(t=t.join(",")),t&&t.length?{key:"Access-Control-Expose-Headers",value:t}:null):null}function p(e,t){for(var r=0,i=e.length;r<i;r++){var s=e[r];s&&(Array.isArray(s)?p(s,t):"Vary"===s.key&&s.value?n(t,s.value):s.value&&t.setHeader(s.key,s.value))}}e.exports=function(e){var r=null;return r="function"==typeof e?e:function(t,r){r(null,e)},function(e,n,s){r(e,(function(r,o){if(r)s(r);else{var u=t({},i,o),d=null;u.origin&&"function"==typeof u.origin?d=u.origin:u.origin&&(d=function(e,t){t(null,u.origin)}),d?d(e.headers.origin,(function(t,r){t||!r?s(t):(u.origin=r,function(e,t,r,n){var i=[];"OPTIONS"===(t.method&&t.method.toUpperCase&&t.method.toUpperCase())?(i.push(a(e,t)),i.push(c(e)),i.push(function(e){var t=e.methods;return t.join&&(t=e.methods.join(",")),{key:"Access-Control-Allow-Methods",value:t}}(e)),i.push(function(e,t){var r=e.allowedHeaders||e.headers,n=[];return r?r.join&&(r=r.join(",")):(r=t.headers["access-control-request-headers"],n.push([{key:"Vary",value:"Access-Control-Request-Headers"}])),r&&r.length&&n.push([{key:"Access-Control-Allow-Headers",value:r}]),n}(e,t)),i.push(function(e){var t=("number"==typeof e.maxAge||e.maxAge)&&e.maxAge.toString();return t&&t.length?{key:"Access-Control-Max-Age",value:t}:null}(e)),i.push(l(e)),p(i,r),e.preflightContinue?n():(r.statusCode=e.optionsSuccessStatus,r.setHeader("Content-Length","0"),r.end())):(i.push(a(e,t)),i.push(c(e)),i.push(l(e)),p(i,r),n())}(u,e,n,s))})):s()}}))}}}()},4606:(e,t)=>{var r;r=function(e){e.version="1.2.0";var t=function(){for(var e=0,t=new Array(256),r=0;256!=r;++r)e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=r)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1,t[r]=e;return"undefined"!=typeof Int32Array?new Int32Array(t):t}();e.table=t,e.bstr=function(e,r){for(var n=-1^r,i=e.length-1,s=0;s<i;)n=(n=n>>>8^t[255&(n^e.charCodeAt(s++))])>>>8^t[255&(n^e.charCodeAt(s++))];return s===i&&(n=n>>>8^t[255&(n^e.charCodeAt(s))]),-1^n},e.buf=function(e,r){if(e.length>1e4)return function(e,r){for(var n=-1^r,i=e.length-7,s=0;s<i;)n=(n=(n=(n=(n=(n=(n=(n=n>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])];for(;s<i+7;)n=n>>>8^t[255&(n^e[s++])];return-1^n}(e,r);for(var n=-1^r,i=e.length-3,s=0;s<i;)n=(n=(n=(n=n>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])])>>>8^t[255&(n^e[s++])];for(;s<i+3;)n=n>>>8^t[255&(n^e[s++])];return-1^n},e.str=function(e,r){for(var n,i,s=-1^r,o=0,a=e.length;o<a;)(n=e.charCodeAt(o++))<128?s=s>>>8^t[255&(s^n)]:n<2048?s=(s=s>>>8^t[255&(s^(192|n>>6&31))])>>>8^t[255&(s^(128|63&n))]:n>=55296&&n<57344?(n=64+(1023&n),i=1023&e.charCodeAt(o++),s=(s=(s=(s=s>>>8^t[255&(s^(240|n>>8&7))])>>>8^t[255&(s^(128|n>>2&63))])>>>8^t[255&(s^(128|i>>6&15|(3&n)<<4))])>>>8^t[255&(s^(128|63&i))]):s=(s=(s=s>>>8^t[255&(s^(224|n>>12&15))])>>>8^t[255&(s^(128|n>>6&63))])>>>8^t[255&(s^(128|63&n))];return-1^s}},"undefined"==typeof DO_NOT_EXPORT_CRC?r(t):r({})},9435:e=>{var t=1e3,r=60*t,n=60*r,i=24*n,s=7*i,o=365.25*i;function a(e,t,r,n){var i=t>=1.5*r;return Math.round(e/r)+" "+n+(i?"s":"")}e.exports=function(e,c){c=c||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var a=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!a)return;var c=parseFloat(a[1]);switch((a[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*s;case"days":case"day":case"d":return c*i;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*r;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===l&&isFinite(e))return c.long?function(e){var s=Math.abs(e);if(s>=i)return a(e,s,i,"day");if(s>=n)return a(e,s,n,"hour");if(s>=r)return a(e,s,r,"minute");if(s>=t)return a(e,s,t,"second");return e+" ms"}(e):function(e){var s=Math.abs(e);if(s>=i)return Math.round(e/i)+"d";if(s>=n)return Math.round(e/n)+"h";if(s>=r)return Math.round(e/r)+"m";if(s>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},1227:(e,t,r)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let n=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(i=n))})),t.splice(i,0,r)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=r(2447)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,r)=>{e.exports=function(e){function t(e){let r,i=null;function s(...e){if(!s.enabled)return;const n=s,i=Number(new Date),o=i-(r||i);n.diff=o,n.prev=r,n.curr=i,r=i,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,i)=>{if("%%"===r)return"%";a++;const s=t.formatters[i];if("function"==typeof s){const t=e[a];r=s.call(n,t),e.splice(a,1),a--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null===i?t.enabled(e):i,set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,r){const n=t(this.namespace+(void 0===r?":":r)+e);return n.log=this.log,n}function i(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(i),...t.skips.map(i).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let r;t.save(e),t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),i=n.length;for(r=0;r<i;r++)n[r]&&("-"===(e=n[r].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=r(9435),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((r=>{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t<e.length;t++)r=(r<<5)-r+e.charCodeAt(t),r|=0;return t.colors[Math.abs(r)%t.colors.length]},t.enable(t.load()),t}},5158:(e,t,r)=>{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=r(1227):e.exports=r(39)},39:(e,t,r)=>{const n=r(6224),i=r(3837);t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(...e){return process.stderr.write(i.format(...e)+"\n")},t.formatArgs=function(r){const{namespace:n,useColors:i}=this;if(i){const t=this.color,i="[3"+(t<8?t:"8;5;"+t),s=`  ${i};1m${n} [0m`;r[0]=s+r[0].split("\n").join("\n"+s),r.push(i+"m+"+e.exports.humanize(this.diff)+"[0m")}else r[0]=function(){if(t.inspectOpts.hideDate)return"";return(new Date).toISOString()+" "}()+n+" "+r[0]},t.save=function(e){e?process.env.DEBUG=e:delete process.env.DEBUG},t.load=function(){return process.env.DEBUG},t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(process.stderr.fd)},t.destroy=i.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=r(2130);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{}),e.exports=r(2447)(t);const{formatters:s}=e.exports;s.o=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},s.O=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts)}},5611:(e,t,r)=>{"use strict";const{PassThrough:n}=r(2781),i=r(9796),s=r(6344),o=e=>{const t=(e.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(t))return e;const r="br"===t;if(r&&"function"!=typeof i.createBrotliDecompress)return e;const o=r?i.createBrotliDecompress():i.createUnzip(),a=new n;return s(e,a),o.on("error",(e=>{"Z_BUF_ERROR"!==e.code?a.emit("error",e):a.end()})),e.pipe(o).pipe(a),a};e.exports=o,e.exports.default=o},9996:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)};var r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function n(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function i(e,t,r){return e.concat(t).map((function(e){return n(e,r)}))}function s(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function o(e,t){try{return t in e}catch(e){return!1}}function a(e,t,r){var i={};return r.isMergeableObject(e)&&s(e).forEach((function(t){i[t]=n(e[t],r)})),s(t).forEach((function(s){(function(e,t){return o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,s)||(o(e,s)&&r.isMergeableObject(t[s])?i[s]=function(e,t){if(!t.customMerge)return c;var r=t.customMerge(e);return"function"==typeof r?r:c}(s,r)(e[s],t[s],r):i[s]=n(t[s],r))})),i}function c(e,r,s){(s=s||{}).arrayMerge=s.arrayMerge||i,s.isMergeableObject=s.isMergeableObject||t,s.cloneUnlessOtherwiseSpecified=n;var o=Array.isArray(r);return o===Array.isArray(e)?o?s.arrayMerge(e,r,s):a(e,r,s):n(r,s)}c.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return c(e,r,t)}),{})};var l=c;e.exports=l},412:(module,__unused_webpack_exports,__webpack_require__)=>{var callSiteToString=__webpack_require__(2316).callSiteToString,eventListenerCount=__webpack_require__(2316).eventListenerCount,relative=__webpack_require__(1017).relative;module.exports=depd;var basePath=process.cwd();function containsNamespace(e,t){for(var r=e.split(/[ ,]+/),n=String(t).toLowerCase(),i=0;i<r.length;i++){var s=r[i];if(s&&("*"===s||s.toLowerCase()===n))return!0}return!1}function convertDataDescriptorToAccessor(e,t,r){var n=Object.getOwnPropertyDescriptor(e,t),i=n.value;return n.get=function(){return i},n.writable&&(n.set=function(e){return i=e}),delete n.value,delete n.writable,Object.defineProperty(e,t,n),n}function createArgumentsString(e){for(var t="",r=0;r<e;r++)t+=", arg"+r;return t.substr(2)}function createStackString(e){var t=this.name+": "+this.namespace;this.message&&(t+=" deprecated "+this.message);for(var r=0;r<e.length;r++)t+="\n    at "+callSiteToString(e[r]);return t}function depd(e){if(!e)throw new TypeError("argument namespace is required");var t=callSiteLocation(getStack()[1])[0];function r(e){log.call(r,e)}return r._file=t,r._ignored=isignored(e),r._namespace=e,r._traced=istraced(e),r._warned=Object.create(null),r.function=wrapfunction,r.property=wrapproperty,r}function isignored(e){return!!process.noDeprecation||containsNamespace(process.env.NO_DEPRECATION||"",e)}function istraced(e){return!!process.traceDeprecation||containsNamespace(process.env.TRACE_DEPRECATION||"",e)}function log(e,t){var r=0!==eventListenerCount(process,"deprecation");if(r||!this._ignored){var n,i,s,o,a=0,c=!1,l=getStack(),p=this._file;for(t?(o=t,(s=callSiteLocation(l[1])).name=o.name,p=s[0]):s=o=callSiteLocation(l[a=2]);a<l.length;a++)if((i=(n=callSiteLocation(l[a]))[0])===p)c=!0;else if(i===this._file)p=this._file;else if(c)break;var u=n?o.join(":")+"__"+n.join(":"):void 0;if(void 0===u||!(u in this._warned)){this._warned[u]=!0;var d=e;if(d||(d=s!==o&&s.name?defaultMessage(s):defaultMessage(o)),r){var f=DeprecationError(this._namespace,d,l.slice(a));process.emit("deprecation",f)}else{var h=(process.stderr.isTTY?formatColor:formatPlain).call(this,d,n,l.slice(a));process.stderr.write(h+"\n","utf8")}}}}function callSiteLocation(e){var t=e.getFileName()||"<anonymous>",r=e.getLineNumber(),n=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var i=[t,r,n];return i.callSite=e,i.name=e.getFunctionName(),i}function defaultMessage(e){var t=e.callSite,r=e.name;r||(r="<anonymous@"+formatLocation(e)+">");var n=t.getThis(),i=n&&t.getTypeName();return"Object"===i&&(i=void 0),"Function"===i&&(i=n.name||i),i&&t.getMethodName()?i+"."+r:r}function formatPlain(e,t,r){var n=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var i=0;i<r.length;i++)n+="\n    at "+callSiteToString(r[i]);return n}return t&&(n+=" at "+formatLocation(t)),n}function formatColor(e,t,r){var n="[36;1m"+this._namespace+"[22;39m [33;1mdeprecated[22;39m [0m"+e+"[39m";if(this._traced){for(var i=0;i<r.length;i++)n+="\n    [36mat "+callSiteToString(r[i])+"[39m";return n}return t&&(n+=" [36m"+formatLocation(t)+"[39m"),n}function formatLocation(e){return relative(basePath,e[0])+":"+e[1]+":"+e[2]}function getStack(){var e=Error.stackTraceLimit,t={},r=Error.prepareStackTrace;Error.prepareStackTrace=prepareObjectStackTrace,Error.stackTraceLimit=Math.max(10,e),Error.captureStackTrace(t);var n=t.stack.slice(1);return Error.prepareStackTrace=r,Error.stackTraceLimit=e,n}function prepareObjectStackTrace(e,t){return t}function wrapfunction(fn,message){if("function"!=typeof fn)throw new TypeError("argument fn must be a function");var args=createArgumentsString(fn.length),deprecate=this,stack=getStack(),site=callSiteLocation(stack[1]);site.name=fn.name;var deprecatedfn=eval("(function ("+args+') {\n"use strict"\nlog.call(deprecate, message, site)\nreturn fn.apply(this, arguments)\n})');return deprecatedfn}function wrapproperty(e,t,r){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new TypeError("argument obj must be object");var n=Object.getOwnPropertyDescriptor(e,t);if(!n)throw new TypeError("must call property on owner object");if(!n.configurable)throw new TypeError("property must be configurable");var i=this,s=callSiteLocation(getStack()[1]);s.name=t,"value"in n&&(n=convertDataDescriptorToAccessor(e,t,r));var o=n.get,a=n.set;"function"==typeof o&&(n.get=function(){return log.call(i,r,s),o.apply(this,arguments)}),"function"==typeof a&&(n.set=function(){return log.call(i,r,s),a.apply(this,arguments)}),Object.defineProperty(e,t,n)}function DeprecationError(e,t,r){var n,i=new Error;return Object.defineProperty(i,"constructor",{value:DeprecationError}),Object.defineProperty(i,"message",{configurable:!0,enumerable:!1,value:t,writable:!0}),Object.defineProperty(i,"name",{enumerable:!1,configurable:!0,value:"DeprecationError",writable:!0}),Object.defineProperty(i,"namespace",{configurable:!0,enumerable:!1,value:e,writable:!0}),Object.defineProperty(i,"stack",{configurable:!0,enumerable:!1,get:function(){return void 0!==n?n:n=createStackString.call(this,r)},set:function(e){n=e}}),i}},5868:e=>{"use strict";e.exports=function(e){var t=!0,r=function(e){var t,r="";e.isNative()?r="native":e.isEval()?(t=e.getScriptNameOrSourceURL())||(r=e.getEvalOrigin()):t=e.getFileName();if(t){r+=t;var n=e.getLineNumber();if(null!=n){r+=":"+n;var i=e.getColumnNumber();i&&(r+=":"+i)}}return r||"unknown source"}(e),n=e.getFunctionName(),i=e.isConstructor(),s=!(e.isToplevel()||i),o="";if(s){var a=e.getMethodName(),c=(l=e.receiver).constructor&&l.constructor.name||null;n?(c&&0!==n.indexOf(c)&&(o+=c+"."),o+=n,a&&n.lastIndexOf("."+a)!==n.length-a.length-1&&(o+=" [as "+a+"]")):o+=c+"."+(a||"<anonymous>")}else i?o+="new "+(n||"<anonymous>"):n?o+=n:(t=!1,o+=r);var l;t&&(o+=" ("+r+")");return o}},1671:e=>{"use strict";e.exports=function(e,t){return e.listeners(t).length}},2316:(e,t,r)=>{"use strict";var n=r(2361).EventEmitter;function i(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var n=r();return Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:n}),n}})}function s(e){return e.toString()}i(e.exports,"callSiteToString",(function(){var e=Error.stackTraceLimit,t={},n=Error.prepareStackTrace;Error.prepareStackTrace=function(e,t){return t},Error.stackTraceLimit=2,Error.captureStackTrace(t);var i=t.stack.slice();return Error.prepareStackTrace=n,Error.stackTraceLimit=e,i[0].toString?s:r(5868)})),i(e.exports,"eventListenerCount",(function(){return n.listenerCount||r(1671)}))},6149:(e,t,r)=>{"use strict";var n=r(7147).ReadStream,i=r(2781);function s(){"number"==typeof this.fd&&this.close()}e.exports=function(e){if(e instanceof n)return function(e){e.destroy(),"function"==typeof e.close&&e.on("open",s);return e}(e);if(!(e instanceof i))return e;"function"==typeof e.destroy&&e.destroy();return e}},9027:(e,t,r)=>{var n=r(6375);function i(e,t){for(var r=[],i=e.length,s=t.length,o=function(e,t){var r=new n(e,t);r.compose();for(var i,s,o=r.getses(),a=e.length-1,c=t.length-1,l=o.length-1;l>=0;--l)o[l].t===r.SES_COMMON?(s?(s.chain={file1index:a,file2index:c,chain:null},s=s.chain):s=i={file1index:a,file2index:c,chain:null},a--,c--):o[l].t===r.SES_DELETE?a--:o[l].t===r.SES_ADD&&c--;var p={file1index:-1,file2index:-1,chain:null};return s?(s.chain=p,i):p}(e,t);null!==o;o=o.chain){var a=i-o.file1index-1,c=s-o.file2index-1;i=o.file1index,s=o.file2index,(a||c)&&r.push({file1:[i+1,a],file2:[s+1,c]})}return r.reverse(),r}e.exports=function(e,t,r){var n=[],s=[e,t,r],o=function(e,t,r){var n,s=i(t,e),o=i(t,r),a=[];function c(e,t){a.push([e.file1[0],t,e.file1[1],e.file2[0],e.file2[1]])}for(n=0;n<s.length;n++)c(s[n],0);for(n=0;n<o.length;n++)c(o[n],2);a.sort((function(e,t){return e[0]-t[0]}));var l=[],p=0;function u(e){e>p&&(l.push([1,p,e-p]),p=e)}for(var d=0;d<a.length;d++){for(var f=d,h=a[d],m=h[0],g=m+h[2];d<a.length-1;){var v=a[d+1],y=v[0];if(y>g)break;g=Math.max(g,y+v[2]),d++}if(u(m),f==d)h[4]>0&&l.push([h[1],h[3],h[4]]);else{var b={0:[e.length,-1,t.length,-1],2:[r.length,-1,t.length,-1]};for(n=f;n<=d;n++){var w=b[(h=a[n])[1]],x=h[0],_=x+h[2],S=h[3],E=S+h[4];w[0]=Math.min(S,w[0]),w[1]=Math.max(E,w[1]),w[2]=Math.min(x,w[2]),w[3]=Math.max(_,w[3])}var k=b[0][0]+(m-b[0][2]),A=b[0][1]+(g-b[0][3]),O=b[2][0]+(m-b[2][2]),T=b[2][1]+(g-b[2][3]);l.push([-1,k,A-k,m,g-m,O,T-O])}p=g}return u(t.length),l}(e,t,r),a=[];function c(){a.length&&n.push({ok:a}),a=[]}function l(e){for(var t=0;t<e.length;t++)a.push(e[t])}function p(t){if(t[2]!=t[6])return!0;for(var n=t[1],i=t[5],s=0;s<t[2];s++)if(e[s+n]!=r[s+i])return!0;return!1}for(var u=0;u<o.length;u++){var d=o[u],f=d[0];-1==f?p(d)?(c(),n.push({conflict:{a:e.slice(d[1],d[1]+d[2]),aIndex:d[1],o:t.slice(d[3],d[3]+d[4]),oIndex:d[3],b:r.slice(d[5],d[5]+d[6]),bIndex:d[5]}})):l(s[0].slice(d[1],d[1]+d[2])):l(s[f].slice(d[1],d[1]+d[2]))}return c(),n}},6375:e=>{e.exports=function(e,t){var r,n,i=e,s=t,o=i.length,a=s.length,c=!1,l=null,p=o+1,u=[],d=[],f=[],h="",m=function(e,t,r){return{x:e,y:t,k:r}},g=function(e,t){return{elem:e,t}},v=function(e,t,r){var n,c,l;for(n=t>r?u[e-1+p]:u[e+1+p],c=(l=Math.max(t,r))-e;c<o&&l<a&&i[c]===s[l];)++c,++l;return u[e+p]=d.length,d[d.length]=new m(c,l,n),l};return o>=a&&(r=i,n=o,i=s,s=r,o=a,a=n,c=!0,p=o+1),{SES_DELETE:-1,SES_COMMON:0,SES_ADD:1,editdistance:function(){return l},getlcs:function(){return h},getses:function(){return f},compose:function(){var e,t,r,n,y,b,w,x;for(e=a-o,t=o+a+3,r={},w=0;w<t;++w)r[w]=-1,u[w]=-1;n=-1;do{for(x=-++n;x<=e-1;++x)r[x+p]=v(x,r[x-1+p]+1,r[x+1+p]);for(x=e+n;x>=e+1;--x)r[x+p]=v(x,r[x-1+p]+1,r[x+1+p]);r[e+p]=v(e,r[e-1+p]+1,r[e+1+p])}while(r[e+p]!==a);for(l=e+2*n,y=u[e+p],b=[];-1!==y;)b[b.length]=new m(d[y].x,d[y].y,null),y=d[y].k;!function(e){var t,r,n;for(t=r=0,n=e.length-1;n>=0;--n)for(;t<e[n].x||r<e[n].y;)e[n].y-e[n].x>r-t?(f[f.length]=new g(s[r],c?-1:1),++r):e[n].y-e[n].x<r-t?(f[f.length]=new g(i[t],c?1:-1),++t):(f[f.length]=new g(i[t],0),h+=i[t],++t,++r)}(b)}}}},4331:e=>{"use strict";function t(e,t){return function(r){for(var n=new Array(arguments.length),i=this,s="error"===e?r:null,o=0;o<n.length;o++)n[o]=arguments[o];t(s,i,e,n)}}e.exports=function(e,r){if(!Array.isArray(e))throw new TypeError("arg must be an array of [ee, events...] arrays");for(var n=[],i=0;i<e.length;i++){var s=e[i];if(!Array.isArray(s)||s.length<2)throw new TypeError("each array member must be [ee, events...]");for(var o=s[0],a=1;a<s.length;a++){var c=s[a],l=t(c,p);o.on(c,l),n.push({ee:o,event:c,fn:l})}}function p(){u(),r.apply(null,arguments)}function u(){for(var e,t=0;t<n.length;t++)(e=n[t]).ee.removeListener(e.event,e.fn)}function d(e){r=e}return d.cancel=u,d}},517:e=>{"use strict";e.exports=function(e){return String(e).replace(r,"$1�$2").replace(t,encodeURI)};var t=/(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g,r=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g},2840:(e,t,r)=>{var n=r(778),i=function(){},s=function(e,t,r){if("function"==typeof t)return s(e,null,t);t||(t={}),r=n(r||i);var o=e._writableState,a=e._readableState,c=t.readable||!1!==t.readable&&e.readable,l=t.writable||!1!==t.writable&&e.writable,p=!1,u=function(){e.writable||d()},d=function(){l=!1,c||r.call(e)},f=function(){c=!1,l||r.call(e)},h=function(t){r.call(e,t?new Error("exited with error code: "+t):null)},m=function(t){r.call(e,t)},g=function(){process.nextTick(v)},v=function(){if(!p)return(!c||a&&a.ended&&!a.destroyed)&&(!l||o&&o.ended&&!o.destroyed)?void 0:r.call(e,new Error("premature close"))},y=function(){e.req.on("finish",d)};return!function(e){return e.setHeader&&"function"==typeof e.abort}(e)?l&&!o&&(e.on("end",u),e.on("close",u)):(e.on("complete",d),e.on("abort",g),e.req?y():e.on("request",y)),function(e){return e.stdio&&Array.isArray(e.stdio)&&3===e.stdio.length}(e)&&e.on("exit",h),e.on("end",f),e.on("finish",d),!1!==t.error&&e.on("error",m),e.on("close",g),function(){p=!0,e.removeListener("complete",d),e.removeListener("abort",g),e.removeListener("request",y),e.req&&e.req.removeListener("finish",d),e.removeListener("end",u),e.removeListener("close",u),e.removeListener("finish",d),e.removeListener("exit",h),e.removeListener("end",f),e.removeListener("error",m),e.removeListener("close",g)}};e.exports=s},5864:(e,t,r)=>{"use strict";var n=r(3837),i=r(5171),s=function(e,t){e&&e.constructor===String||(t=e||{},e=Error.name);var r=function n(s){if(!this)return new n(s);s=s instanceof Error?s.message:s||this.message,Error.call(this,s),Error.captureStackTrace(this,r),this.name=e,Object.defineProperty(this,"message",{configurable:!0,enumerable:!1,get:function(){var e=s.split(/\r?\n/g);for(var r in t)if(t.hasOwnProperty(r)){var n=t[r];"message"in n&&(e=n.message(this[r],e)||e,i(e)||(e=[e]))}return e.join("\n")},set:function(e){s=e}});var o=null,a=Object.getOwnPropertyDescriptor(this,"stack"),c=a.get,l=a.value;delete a.value,delete a.writable,a.set=function(e){o=e},a.get=function(){var e=(o||(c?c.call(this):l)).split(/\r?\n+/g);o||(e[0]=this.name+": "+this.message);var r=1;for(var n in t)if(t.hasOwnProperty(n)){var i=t[n];if("line"in i){var s=i.line(this[n]);s&&e.splice(r++,0,"    "+s)}"stack"in i&&i.stack(this[n],e)}return e.join("\n")},Object.defineProperty(this,"stack",a)};return Object.setPrototypeOf?(Object.setPrototypeOf(r.prototype,Error.prototype),Object.setPrototypeOf(r,Error)):n.inherits(r,Error),r};s.append=function(e,t){return{message:function(r,n){return(r=r||t)&&(n[0]+=" "+e.replace("%s",r.toString())),n}}},s.line=function(e,t){return{line:function(r){return(r=r||t)?e.replace("%s",r.toString()):null}}},e.exports=s},5573:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var r,n=""+e,i=t.exec(n);if(!i)return n;var s="",o=0,a=0;for(o=i.index;o<n.length;o++){switch(n.charCodeAt(o)){case 34:r="&quot;";break;case 38:r="&amp;";break;case 39:r="&#39;";break;case 60:r="&lt;";break;case 62:r="&gt;";break;default:continue}a!==o&&(s+=n.substring(a,o)),a=o+1,s+=r}return a!==o?s+n.substring(a,o):s}},5859:(e,t,r)=>{"use strict";e.exports=function(e,t){if(null==e)throw new TypeError("argument entity is required");var r=function(e){if("function"==typeof i&&e instanceof i)return!0;return e&&"object"==typeof e&&"ctime"in e&&"[object Date]"===s.call(e.ctime)&&"mtime"in e&&"[object Date]"===s.call(e.mtime)&&"ino"in e&&"number"==typeof e.ino&&"size"in e&&"number"==typeof e.size}(e),o=t&&"boolean"==typeof t.weak?t.weak:r;if(!r&&"string"!=typeof e&&!Buffer.isBuffer(e))throw new TypeError("argument entity must be string, Buffer, or fs.Stats");var a=r?(c=e,l=c.mtime.getTime().toString(16),'"'+c.size.toString(16)+"-"+l+'"'):function(e){if(0===e.length)return'"0-2jmj7l5rSw0yVb/vlWAYkK/YBwk"';var t=n.createHash("sha1").update(e,"utf8").digest("base64").substring(0,27);return'"'+("string"==typeof e?Buffer.byteLength(e,"utf8"):e.length).toString(16)+"-"+t+'"'}(e);var c,l;return o?"W/"+a:a};var n=r(6113),i=r(7147).Stats,s=Object.prototype.toString},9268:(e,t,r)=>{"use strict";e.exports=r(5499)},8346:(e,t,r)=>{"use strict";var n=r(7838),i=r(9483),s=r(8873),o=r(1735),a=r(7667),c=r(7231)("express:application"),l=r(8706),p=r(3685),u=r(4265).compileETag,d=r(4265).compileQueryParser,f=r(4265).compileTrust,h=r(412)("express"),m=r(2521),g=r(1322),v=r(1017).resolve,y=r(6644),b=Array.prototype.slice,w=e.exports={},x="@@symbol:trust_proxy_default";function _(e){"test"!==this.get("env")&&console.error(e.stack||e.toString())}w.init=function(){this.cache={},this.engines={},this.settings={},this.defaultConfiguration()},w.defaultConfiguration=function(){var e="production";this.enable("x-powered-by"),this.set("etag","weak"),this.set("env",e),this.set("query parser","extended"),this.set("subdomain offset",2),this.set("trust proxy",!1),Object.defineProperty(this.settings,x,{configurable:!0,value:!0}),c("booting in %s mode",e),this.on("mount",(function(e){!0===this.settings[x]&&"function"==typeof e.settings["trust proxy fn"]&&(delete this.settings["trust proxy"],delete this.settings["trust proxy fn"]),y(this.request,e.request),y(this.response,e.response),y(this.engines,e.engines),y(this.settings,e.settings)})),this.locals=Object.create(null),this.mountpath="/",this.locals.settings=this.settings,this.set("view",l),this.set("views",v("views")),this.set("jsonp callback name","callback"),this.enable("view cache"),Object.defineProperty(this,"router",{get:function(){throw new Error("'app.router' is deprecated!\nPlease see the 3.x to 4.x migration guide for details on how to update your app.")}})},w.lazyrouter=function(){this._router||(this._router=new i({caseSensitive:this.enabled("case sensitive routing"),strict:this.enabled("strict routing")}),this._router.use(a(this.get("query parser fn"))),this._router.use(o.init(this)))},w.handle=function(e,t,r){var i=this._router,s=r||n(e,t,{env:this.get("env"),onerror:_.bind(this)});if(!i)return c("no routes defined on app"),void s();i.handle(e,t,s)},w.use=function(e){var t=0,r="/";if("function"!=typeof e){for(var n=e;Array.isArray(n)&&0!==n.length;)n=n[0];"function"!=typeof n&&(t=1,r=e)}var i=m(b.call(arguments,t));if(0===i.length)throw new TypeError("app.use() requires a middleware function");this.lazyrouter();var s=this._router;return i.forEach((function(e){if(!e||!e.handle||!e.set)return s.use(r,e);c(".use app under %s",r),e.mountpath=r,e.parent=this,s.use(r,(function(t,r,n){var i=t.app;e.handle(t,r,(function(e){y(t,i.request),y(r,i.response),n(e)}))})),e.emit("mount",this)}),this),this},w.route=function(e){return this.lazyrouter(),this._router.route(e)},w.engine=function(e,t){if("function"!=typeof t)throw new Error("callback function required");var r="."!==e[0]?"."+e:e;return this.engines[r]=t,this},w.param=function(e,t){if(this.lazyrouter(),Array.isArray(e)){for(var r=0;r<e.length;r++)this.param(e[r],t);return this}return this._router.param(e,t),this},w.set=function(e,t){if(1===arguments.length)return this.settings[e];switch(c('set "%s" to %o',e,t),this.settings[e]=t,e){case"etag":this.set("etag fn",u(t));break;case"query parser":this.set("query parser fn",d(t));break;case"trust proxy":this.set("trust proxy fn",f(t)),Object.defineProperty(this.settings,x,{configurable:!0,value:!1})}return this},w.path=function(){return this.parent?this.parent.path()+this.mountpath:""},w.enabled=function(e){return Boolean(this.set(e))},w.disabled=function(e){return!this.set(e)},w.enable=function(e){return this.set(e,!0)},w.disable=function(e){return this.set(e,!1)},s.forEach((function(e){w[e]=function(t){if("get"===e&&1===arguments.length)return this.set(t);this.lazyrouter();var r=this._router.route(t);return r[e].apply(r,b.call(arguments,1)),this}})),w.all=function(e){this.lazyrouter();for(var t=this._router.route(e),r=b.call(arguments,1),n=0;n<s.length;n++)t[s[n]].apply(t,r);return this},w.del=h.function(w.delete,"app.del: Use app.delete instead"),w.render=function(e,t,r){var n,i=this.cache,s=r,o=this.engines,a=t,c={};if("function"==typeof t&&(s=t,a={}),g(c,this.locals),a._locals&&g(c,a._locals),g(c,a),null==c.cache&&(c.cache=this.enabled("view cache")),c.cache&&(n=i[e]),!n){if(!(n=new(this.get("view"))(e,{defaultEngine:this.get("view engine"),root:this.get("views"),engines:o})).path){var l=Array.isArray(n.root)&&n.root.length>1?'directories "'+n.root.slice(0,-1).join('", "')+'" or "'+n.root[n.root.length-1]+'"':'directory "'+n.root+'"',p=new Error('Failed to lookup view "'+e+'" in views '+l);return p.view=n,s(p)}c.cache&&(i[e]=n)}!function(e,t,r){try{e.render(t,r)}catch(e){r(e)}}(n,c,s)},w.listen=function(){var e=p.createServer(this);return e.listen.apply(e,arguments)}},5499:(e,t,r)=>{"use strict";var n=r(46),i=r(2361).EventEmitter,s=r(6182),o=r(8346),a=r(5369),c=r(9483),l=r(5828),p=r(2914);(t=e.exports=function(){var e=function(t,r,n){e.handle(t,r,n)};return s(e,i.prototype,!1),s(e,o,!1),e.request=Object.create(l,{app:{configurable:!0,enumerable:!0,writable:!0,value:e}}),e.response=Object.create(p,{app:{configurable:!0,enumerable:!0,writable:!0,value:e}}),e.init(),e}).application=o,t.request=l,t.response=p,t.Route=a,t.Router=c,t.json=n.json,t.query=r(7667),t.raw=n.raw,t.static=r(8636),t.text=n.text,t.urlencoded=n.urlencoded;["bodyParser","compress","cookieSession","session","logger","cookieParser","favicon","responseTime","errorHandler","timeout","methodOverride","vhost","csrf","directory","limit","multipart","staticCache"].forEach((function(e){Object.defineProperty(t,e,{get:function(){throw new Error("Most middleware (like "+e+") is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.")},configurable:!0})}))},1735:(e,t,r)=>{"use strict";var n=r(6644);t.init=function(e){return function(t,r,i){e.enabled("x-powered-by")&&r.setHeader("X-Powered-By","Express"),t.res=r,r.req=t,t.next=i,n(t,e.request),n(r,e.response),r.locals=r.locals||Object.create(null),i()}}},7667:(e,t,r)=>{"use strict";var n=r(1322),i=r(8317),s=r(129);e.exports=function(e){var t=n({},e),r=s.parse;return"function"==typeof e&&(r=e,t=void 0),void 0!==t&&void 0===t.allowPrototypes&&(t.allowPrototypes=!0),function(e,n,s){if(!e.query){var o=i(e).query;e.query=r(o,t)}s()}}},5828:(e,t,r)=>{"use strict";var n=r(9078),i=r(412)("express"),s=r(1808).isIP,o=r(273),a=r(3685),c=r(9635),l=r(4622),p=r(8317),u=r(2611),d=Object.create(a.IncomingMessage.prototype);function f(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:r})}e.exports=d,d.get=d.header=function(e){if(!e)throw new TypeError("name argument is required to req.get");if("string"!=typeof e)throw new TypeError("name must be a string to req.get");var t=e.toLowerCase();switch(t){case"referer":case"referrer":return this.headers.referrer||this.headers.referer;default:return this.headers[t]}},d.accepts=function(){var e=n(this);return e.types.apply(e,arguments)},d.acceptsEncodings=function(){var e=n(this);return e.encodings.apply(e,arguments)},d.acceptsEncoding=i.function(d.acceptsEncodings,"req.acceptsEncoding: Use acceptsEncodings instead"),d.acceptsCharsets=function(){var e=n(this);return e.charsets.apply(e,arguments)},d.acceptsCharset=i.function(d.acceptsCharsets,"req.acceptsCharset: Use acceptsCharsets instead"),d.acceptsLanguages=function(){var e=n(this);return e.languages.apply(e,arguments)},d.acceptsLanguage=i.function(d.acceptsLanguages,"req.acceptsLanguage: Use acceptsLanguages instead"),d.range=function(e,t){var r=this.get("Range");if(r)return l(e,r,t)},d.param=function(e,t){var r=this.params||{},n=this.body||{},s=this.query||{},o=1===arguments.length?"name":"name, default";return i("req.param("+o+"): Use req.params, req.body, or req.query instead"),null!=r[e]&&r.hasOwnProperty(e)?r[e]:null!=n[e]?n[e]:null!=s[e]?s[e]:t},d.is=function(e){var t=e;if(!Array.isArray(e)){t=new Array(arguments.length);for(var r=0;r<t.length;r++)t[r]=arguments[r]}return o(this,t)},f(d,"protocol",(function(){var e=this.connection.encrypted?"https":"http";if(!this.app.get("trust proxy fn")(this.connection.remoteAddress,0))return e;var t=this.get("X-Forwarded-Proto")||e,r=t.indexOf(",");return-1!==r?t.substring(0,r).trim():t.trim()})),f(d,"secure",(function(){return"https"===this.protocol})),f(d,"ip",(function(){var e=this.app.get("trust proxy fn");return u(this,e)})),f(d,"ips",(function(){var e=this.app.get("trust proxy fn"),t=u.all(this,e);return t.reverse().pop(),t})),f(d,"subdomains",(function(){var e=this.hostname;if(!e)return[];var t=this.app.get("subdomain offset"),r=s(e)?[e]:e.split(".").reverse();return r.slice(t)})),f(d,"path",(function(){return p(this).pathname})),f(d,"hostname",(function(){var e=this.app.get("trust proxy fn"),t=this.get("X-Forwarded-Host");if(t&&e(this.connection.remoteAddress,0)?-1!==t.indexOf(",")&&(t=t.substring(0,t.indexOf(",")).trimRight()):t=this.get("Host"),t){var r="["===t[0]?t.indexOf("]")+1:0,n=t.indexOf(":",r);return-1!==n?t.substring(0,n):t}})),f(d,"host",i.function((function(){return this.hostname}),"req.host: Use req.hostname instead")),f(d,"fresh",(function(){var e=this.method,t=this.res,r=t.statusCode;return("GET"===e||"HEAD"===e)&&((r>=200&&r<300||304===r)&&c(this.headers,{etag:t.get("ETag"),"last-modified":t.get("Last-Modified")}))})),f(d,"stale",(function(){return!this.fresh})),f(d,"xhr",(function(){return"xmlhttprequest"===(this.get("X-Requested-With")||"").toLowerCase()}))},2914:(e,t,r)=>{"use strict";var n=r(9576).Buffer,i=r(7389),s=r(412)("express"),o=r(517),a=r(5573),c=r(3685),l=r(4265).isAbsolute,p=r(338),u=r(1017),d=r(4917),f=r(1322),h=r(1365).sign,m=r(4265).normalizeType,g=r(4265).normalizeTypes,v=r(4265).setCharset,y=r(6489),b=r(329),w=u.extname,x=b.mime,_=u.resolve,S=r(5181),E=Object.create(c.ServerResponse.prototype);e.exports=E;var k=/;\s*charset\s*=/;function A(e,t,r,n){var i,s=!1;function o(){if(!s){s=!0;var e=new Error("Request aborted");e.code="ECONNABORTED",n(e)}}function a(e){s||(s=!0,n(e))}t.on("directory",(function(){if(!s){s=!0;var e=new Error("EISDIR, read");e.code="EISDIR",n(e)}})),t.on("end",(function(){s||(s=!0,n())})),t.on("error",a),t.on("file",(function(){i=!1})),t.on("stream",(function(){i=!0})),p(e,(function(e){return e&&"ECONNRESET"===e.code?o():e?a(e):void(s||setImmediate((function(){!1===i||s?s||(s=!0,n()):o()})))})),r.headers&&t.on("headers",(function(e){for(var t=r.headers,n=Object.keys(t),i=0;i<n.length;i++){var s=n[i];e.setHeader(s,t[s])}})),t.pipe(e)}function O(e,t,r,n){var i=t||r?JSON.stringify(e,t,r):JSON.stringify(e);return n&&(i=i.replace(/[<>&]/g,(function(e){switch(e.charCodeAt(0)){case 60:return"\\u003c";case 62:return"\\u003e";case 38:return"\\u0026";default:return e}}))),i}E.status=function(e){return this.statusCode=e,this},E.links=function(e){var t=this.get("Link")||"";return t&&(t+=", "),this.set("Link",t+Object.keys(e).map((function(t){return"<"+e[t]+'>; rel="'+t+'"'})).join(", "))},E.send=function(e){var t,r,i=e,o=this.req,a=this.app;switch(2===arguments.length&&("number"!=typeof arguments[0]&&"number"==typeof arguments[1]?(s("res.send(body, status): Use res.status(status).send(body) instead"),this.statusCode=arguments[1]):(s("res.send(status, body): Use res.status(status).send(body) instead"),this.statusCode=arguments[0],i=arguments[1])),"number"==typeof i&&1===arguments.length&&(this.get("Content-Type")||this.type("txt"),s("res.send(status): Use res.sendStatus(status) instead"),this.statusCode=i,i=d[i]),typeof i){case"string":this.get("Content-Type")||this.type("html");break;case"boolean":case"number":case"object":if(null===i)i="";else{if(!n.isBuffer(i))return this.json(i);this.get("Content-Type")||this.type("bin")}}"string"==typeof i&&(t="utf8","string"==typeof(r=this.get("Content-Type"))&&this.set("Content-Type",v(r,"utf-8")));var c,l,p=a.get("etag fn"),u=!this.get("ETag")&&"function"==typeof p;return void 0!==i&&(n.isBuffer(i)?c=i.length:!u&&i.length<1e3?c=n.byteLength(i,t):(i=n.from(i,t),t=void 0,c=i.length),this.set("Content-Length",c)),u&&void 0!==c&&(l=p(i,t))&&this.set("ETag",l),o.fresh&&(this.statusCode=304),204!==this.statusCode&&304!==this.statusCode||(this.removeHeader("Content-Type"),this.removeHeader("Content-Length"),this.removeHeader("Transfer-Encoding"),i=""),"HEAD"===o.method?this.end():this.end(i,t),this},E.json=function(e){var t=e;2===arguments.length&&("number"==typeof arguments[1]?(s("res.json(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(s("res.json(status, obj): Use res.status(status).json(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var r=this.app,n=r.get("json escape"),i=r.get("json replacer"),o=r.get("json spaces"),a=O(t,i,o,n);return this.get("Content-Type")||this.set("Content-Type","application/json"),this.send(a)},E.jsonp=function(e){var t=e;2===arguments.length&&("number"==typeof arguments[1]?(s("res.jsonp(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(s("res.jsonp(status, obj): Use res.status(status).jsonp(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var r=this.app,n=r.get("json escape"),i=r.get("json replacer"),o=r.get("json spaces"),a=O(t,i,o,n),c=this.req.query[r.get("jsonp callback name")];return this.get("Content-Type")||(this.set("X-Content-Type-Options","nosniff"),this.set("Content-Type","application/json")),Array.isArray(c)&&(c=c[0]),"string"==typeof c&&0!==c.length&&(this.set("X-Content-Type-Options","nosniff"),this.set("Content-Type","text/javascript"),a="/**/ typeof "+(c=c.replace(/[^\[\]\w$.]/g,""))+" === 'function' && "+c+"("+(a=a.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029"))+");"),this.send(a)},E.sendStatus=function(e){var t=d[e]||String(e);return this.statusCode=e,this.type("txt"),this.send(t)},E.sendFile=function(e,t,r){var n=r,i=this.req,s=i.next,o=t||{};if(!e)throw new TypeError("path argument is required to res.sendFile");if("string"!=typeof e)throw new TypeError("path must be a string to res.sendFile");if("function"==typeof t&&(n=t,o={}),!o.root&&!l(e))throw new TypeError("path must be absolute or specify root to res.sendFile");var a=encodeURI(e);A(this,b(i,a,o),o,(function(e){return n?n(e):e&&"EISDIR"===e.code?s():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&s(e))}))},E.sendfile=function(e,t,r){var n=r,i=this.req,s=i.next,o=t||{};"function"==typeof t&&(n=t,o={}),A(this,b(i,e,o),o,(function(e){return n?n(e):e&&"EISDIR"===e.code?s():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&s(e))}))},E.sendfile=s.function(E.sendfile,"res.sendfile: Use res.sendFile instead"),E.download=function(e,t,r,n){var s=n,o=t,a=r||null;"function"==typeof t?(s=t,o=null,a=null):"function"==typeof r&&(s=r,a=null);var c={"Content-Disposition":i(o||e)};if(a&&a.headers)for(var l=Object.keys(a.headers),p=0;p<l.length;p++){var u=l[p];"content-disposition"!==u.toLowerCase()&&(c[u]=a.headers[u])}(a=Object.create(a)).headers=c;var d=_(e);return this.sendFile(d,a,s)},E.contentType=E.type=function(e){var t=-1===e.indexOf("/")?x.lookup(e):e;return this.set("Content-Type",t)},E.format=function(e){var t=this.req,r=t.next,n=e.default;n&&delete e.default;var i=Object.keys(e),s=i.length>0&&t.accepts(i);if(this.vary("Accept"),s)this.set("Content-Type",m(s).value),e[s](t,this,r);else if(n)n();else{var o=new Error("Not Acceptable");o.status=o.statusCode=406,o.types=g(i).map((function(e){return e.value})),r(o)}return this},E.attachment=function(e){return e&&this.type(w(e)),this.set("Content-Disposition",i(e)),this},E.append=function(e,t){var r=this.get(e),n=t;return r&&(n=Array.isArray(r)?r.concat(t):Array.isArray(t)?[r].concat(t):[r,t]),this.set(e,n)},E.set=E.header=function(e,t){if(2===arguments.length){var r=Array.isArray(t)?t.map(String):String(t);if("content-type"===e.toLowerCase()){if(Array.isArray(r))throw new TypeError("Content-Type cannot be set to an Array");if(!k.test(r)){var n=x.charsets.lookup(r.split(";")[0]);n&&(r+="; charset="+n.toLowerCase())}}this.setHeader(e,r)}else for(var i in e)this.set(i,e[i]);return this},E.get=function(e){return this.getHeader(e)},E.clearCookie=function(e,t){var r=f({expires:new Date(1),path:"/"},t);return this.cookie(e,"",r)},E.cookie=function(e,t,r){var n=f({},r),i=this.req.secret,s=n.signed;if(s&&!i)throw new Error('cookieParser("secret") required for signed cookies');var o="object"==typeof t?"j:"+JSON.stringify(t):String(t);return s&&(o="s:"+h(o,i)),"maxAge"in n&&(n.expires=new Date(Date.now()+n.maxAge),n.maxAge/=1e3),null==n.path&&(n.path="/"),this.append("Set-Cookie",y.serialize(e,String(o),n)),this},E.location=function(e){var t=e;return"back"===e&&(t=this.req.get("Referrer")||"/"),this.set("Location",o(t))},E.redirect=function(e){var t,r=e,i=302;2===arguments.length&&("number"==typeof arguments[0]?(i=arguments[0],r=arguments[1]):(s("res.redirect(url, status): Use res.redirect(status, url) instead"),i=arguments[1])),r=this.location(r).get("Location"),this.format({text:function(){t=d[i]+". Redirecting to "+r},html:function(){var e=a(r);t="<p>"+d[i]+'. Redirecting to <a href="'+e+'">'+e+"</a></p>"},default:function(){t=""}}),this.statusCode=i,this.set("Content-Length",n.byteLength(t)),"HEAD"===this.req.method?this.end():this.end(t)},E.vary=function(e){return!e||Array.isArray(e)&&!e.length?(s("res.vary(): Provide a field name"),this):(S(this,e),this)},E.render=function(e,t,r){var n=this.req.app,i=r,s=t||{},o=this.req,a=this;"function"==typeof t&&(i=t,s={}),s._locals=a.locals,i=i||function(e,t){if(e)return o.next(e);a.send(t)},n.render(e,s,i)}},9483:(e,t,r)=>{"use strict";var n=r(5369),i=r(3342),s=r(8873),o=r(1322),a=r(7231)("express:router"),c=r(412)("express"),l=r(2521),p=r(8317),u=r(6644),d=/^\[object (\S+)\]$/,f=Array.prototype.slice,h=Object.prototype.toString,m=e.exports=function(e){var t=e||{};function r(e,t,n){r.handle(e,t,n)}return u(r,m),r.params={},r._params=[],r.caseSensitive=t.caseSensitive,r.mergeParams=t.mergeParams,r.strict=t.strict,r.stack=[],r};function g(e,t){for(var r=0;r<t.length;r++){var n=t[r];-1===e.indexOf(n)&&e.push(n)}}function v(e){var t=typeof e;return"object"!==t?t:h.call(e).replace(d,"$1")}function y(e,t){try{return e.match(t)}catch(e){return e}}m.param=function(e,t){if("function"==typeof e)return c("router.param(fn): Refactor to use path params"),void this._params.push(e);var r,n=this._params,i=n.length;":"===e[0]&&(c("router.param("+JSON.stringify(e)+", fn): Use router.param("+JSON.stringify(e.substr(1))+", fn) instead"),e=e.substr(1));for(var s=0;s<i;++s)(r=n[s](e,t))&&(t=r);if("function"!=typeof t)throw new Error("invalid param() call for "+e+", got "+t);return(this.params[e]=this.params[e]||[]).push(t),this},m.handle=function(e,t,r){var n=this;a("dispatching %s %s",e.method,e.url);var i,s,c=0,l=function(e){if("string"!=typeof e||0===e.length||"/"===e[0])return;var t=e.indexOf("?"),r=-1!==t?t:e.length,n=e.substr(0,r).indexOf("://");return-1!==n?e.substr(0,e.indexOf("/",3+n)):void 0}(e.url)||"",u="",d=!1,f={},h=[],m=n.stack,v=e.params,b=e.baseUrl||"",w=function(e,t){for(var r=new Array(arguments.length-2),n=new Array(arguments.length-2),i=0;i<r.length;i++)r[i]=arguments[i+2],n[i]=t[r[i]];return function(){for(var i=0;i<r.length;i++)t[r[i]]=n[i];return e.apply(this,arguments)}}(r,e,"baseUrl","next","params");function x(r){var i="route"===r?null:r;if(d&&(e.url=e.url.substr(1),d=!1),0!==u.length&&(e.baseUrl=b,e.url=l+u+e.url.substr(l.length),u=""),"router"!==i)if(c>=m.length)setImmediate(w,i);else{var s,_,S,E=function(e){try{return p(e).pathname}catch(e){return}}(e);if(null==E)return w(i);for(;!0!==_&&c<m.length;)if(_=y(s=m[c++],E),S=s.route,"boolean"!=typeof _&&(i=i||_),!0===_&&S)if(i)_=!1;else{var k=e.method,A=S._handles_method(k);A||"OPTIONS"!==k||g(h,S._options()),A||"HEAD"===k||(_=!1)}if(!0!==_)return w(i);S&&(e.route=S),e.params=n.mergeParams?function(e,t){if("object"!=typeof t||!t)return e;var r=o({},t);if(!(0 in e)||!(0 in t))return o(r,e);var n=0,i=0;for(;n in e;)n++;for(;i in t;)i++;for(n--;n>=0;n--)e[n+i]=e[n],n<i&&delete e[n];return o(r,e)}(s.params,v):s.params;var O=s.path;n.process_params(s,f,e,t,(function(r){return r?x(i||r):S?s.handle_request(e,t,x):void function(r,n,i,s){if(0!==i.length){var o=s[i.length];if(o&&"/"!==o&&"."!==o)return x(n);a("trim prefix (%s) from url %s",i,e.url),u=i,e.url=l+e.url.substr(l.length+u.length),l||"/"===e.url[0]||(e.url="/"+e.url,d=!0),e.baseUrl=b+("/"===u[u.length-1]?u.substring(0,u.length-1):u)}a("%s %s : %s",r.name,i,e.originalUrl),n?r.handle_error(n,e,t,x):r.handle_request(e,t,x)}(s,i,O,E)}))}else setImmediate(w,null)}e.next=x,"OPTIONS"===e.method&&(i=w,s=function(e,r){if(r||0===h.length)return e(r);!function(e,t,r){try{var n=t.join(",");e.set("Allow",n),e.send(n)}catch(e){r(e)}}(t,h,e)},w=function(){var e=new Array(arguments.length+1);e[0]=i;for(var t=0,r=arguments.length;t<r;t++)e[t+1]=arguments[t];s.apply(this,e)}),e.baseUrl=b,e.originalUrl=e.originalUrl||e.url,x()},m.process_params=function(e,t,r,n,i){var s=this.params,o=e.keys;if(!o||0===o.length)return i();var a,c,l,p,u,d=0,f=0;function h(e){return e?i(e):d>=o.length?i():(f=0,c=o[d++],a=c.name,l=r.params[a],p=s[a],u=t[a],void 0!==l&&p?u&&(u.match===l||u.error&&"route"!==u.error)?(r.params[a]=u.value,h(u.error)):(t[a]=u={error:null,match:l,value:l},void m()):h())}function m(e){var t=p[f++];if(u.value=r.params[c.name],e)return u.error=e,void h(e);if(!t)return h();try{t(r,n,m,l,c.name)}catch(e){m(e)}}h()},m.use=function(e){var t=0,r="/";if("function"!=typeof e){for(var n=e;Array.isArray(n)&&0!==n.length;)n=n[0];"function"!=typeof n&&(t=1,r=e)}var s=l(f.call(arguments,t));if(0===s.length)throw new TypeError("Router.use() requires a middleware function");for(var o=0;o<s.length;o++){if("function"!=typeof(e=s[o]))throw new TypeError("Router.use() requires a middleware function but got a "+v(e));a("use %o %s",r,e.name||"<anonymous>");var c=new i(r,{sensitive:this.caseSensitive,strict:!1,end:!1},e);c.route=void 0,this.stack.push(c)}return this},m.route=function(e){var t=new n(e),r=new i(e,{sensitive:this.caseSensitive,strict:this.strict,end:!0},t.dispatch.bind(t));return r.route=t,this.stack.push(r),t},s.concat("all").forEach((function(e){m[e]=function(t){var r=this.route(t);return r[e].apply(r,f.call(arguments,1)),this}}))},3342:(e,t,r)=>{"use strict";var n=r(4779),i=r(7231)("express:router:layer"),s=Object.prototype.hasOwnProperty;function o(e,t,r){if(!(this instanceof o))return new o(e,t,r);i("new %o",e);var s=t||{};this.handle=r,this.name=r.name||"<anonymous>",this.params=void 0,this.path=void 0,this.regexp=n(e,this.keys=[],s),this.regexp.fast_star="*"===e,this.regexp.fast_slash="/"===e&&!1===s.end}function a(e){if("string"!=typeof e||0===e.length)return e;try{return decodeURIComponent(e)}catch(t){throw t instanceof URIError&&(t.message="Failed to decode param '"+e+"'",t.status=t.statusCode=400),t}}e.exports=o,o.prototype.handle_error=function(e,t,r,n){var i=this.handle;if(4!==i.length)return n(e);try{i(e,t,r,n)}catch(e){n(e)}},o.prototype.handle_request=function(e,t,r){var n=this.handle;if(n.length>3)return r();try{n(e,t,r)}catch(e){r(e)}},o.prototype.match=function(e){var t;if(null!=e){if(this.regexp.fast_slash)return this.params={},this.path="",!0;if(this.regexp.fast_star)return this.params={0:a(e)},this.path=e,!0;t=this.regexp.exec(e)}if(!t)return this.params=void 0,this.path=void 0,!1;this.params={},this.path=t[0];for(var r=this.keys,n=this.params,i=1;i<t.length;i++){var o=r[i-1].name,c=a(t[i]);void 0===c&&s.call(n,o)||(n[o]=c)}return!0}},5369:(e,t,r)=>{"use strict";var n=r(7231)("express:router:route"),i=r(2521),s=r(3342),o=r(8873),a=Array.prototype.slice,c=Object.prototype.toString;function l(e){this.path=e,this.stack=[],n("new %o",e),this.methods={}}e.exports=l,l.prototype._handles_method=function(e){if(this.methods._all)return!0;var t=e.toLowerCase();return"head"!==t||this.methods.head||(t="get"),Boolean(this.methods[t])},l.prototype._options=function(){var e=Object.keys(this.methods);this.methods.get&&!this.methods.head&&e.push("head");for(var t=0;t<e.length;t++)e[t]=e[t].toUpperCase();return e},l.prototype.dispatch=function(e,t,r){var n=0,i=this.stack;if(0===i.length)return r();var s=e.method.toLowerCase();"head"!==s||this.methods.head||(s="get"),e.route=this,function o(a){if(a&&"route"===a)return r();if(a&&"router"===a)return r(a);var c=i[n++];if(!c)return r(a);if(c.method&&c.method!==s)return o(a);a?c.handle_error(a,e,t,o):c.handle_request(e,t,o)}()},l.prototype.all=function(){for(var e=i(a.call(arguments)),t=0;t<e.length;t++){var r=e[t];if("function"!=typeof r){var n=c.call(r),o="Route.all() requires a callback function but got a "+n;throw new TypeError(o)}var l=s("/",{},r);l.method=void 0,this.methods._all=!0,this.stack.push(l)}return this},o.forEach((function(e){l.prototype[e]=function(){for(var t=i(a.call(arguments)),r=0;r<t.length;r++){var o=t[r];if("function"!=typeof o){var l=c.call(o),p="Route."+e+"() requires a callback function but got a "+l;throw new Error(p)}n("%s %o",e,this.path);var u=s("/",{},o);u.method=e,this.methods[e]=!0,this.stack.push(u)}return this}}))},4265:(e,t,r)=>{"use strict";var n=r(9576).Buffer,i=r(7389),s=r(7811),o=r(412)("express"),a=r(2521),c=r(329).mime,l=r(5859),p=r(2611),u=r(129),d=r(3477);function f(e){return function(t,r){var i=n.isBuffer(t)?t:n.from(t,r);return l(i,e)}}function h(e){return u.parse(e,{allowPrototypes:!0})}function m(){return{}}t.etag=f({weak:!1}),t.wetag=f({weak:!0}),t.isAbsolute=function(e){return"/"===e[0]||(":"===e[1]&&("\\"===e[2]||"/"===e[2])||("\\\\"===e.substring(0,2)||void 0))},t.flatten=o.function(a,"utils.flatten: use array-flatten npm module instead"),t.normalizeType=function(e){return~e.indexOf("/")?function(e,t){for(var r=e.split(/ *; */),n={value:r[0],quality:1,params:{},originalIndex:t},i=1;i<r.length;++i){var s=r[i].split(/ *= */);"q"===s[0]?n.quality=parseFloat(s[1]):n.params[s[0]]=s[1]}return n}(e):{value:c.lookup(e),params:{}}},t.normalizeTypes=function(e){for(var r=[],n=0;n<e.length;++n)r.push(t.normalizeType(e[n]));return r},t.contentDisposition=o.function(i,"utils.contentDisposition: use content-disposition npm module instead"),t.compileETag=function(e){var r;if("function"==typeof e)return e;switch(e){case!0:case"weak":r=t.wetag;break;case!1:break;case"strong":r=t.etag;break;default:throw new TypeError("unknown value for etag function: "+e)}return r},t.compileQueryParser=function(e){var t;if("function"==typeof e)return e;switch(e){case!0:case"simple":t=d.parse;break;case!1:t=m;break;case"extended":t=h;break;default:throw new TypeError("unknown value for query parser function: "+e)}return t},t.compileTrust=function(e){return"function"==typeof e?e:!0===e?function(){return!0}:"number"==typeof e?function(t,r){return r<e}:("string"==typeof e&&(e=e.split(/ *, */)),p.compile(e||[]))},t.setCharset=function(e,t){if(!e||!t)return e;var r=s.parse(e);return r.parameters.charset=t,s.format(r)}},8706:(e,t,r)=>{"use strict";var n=r(7231)("express:view"),i=r(1017),s=r(7147),o=i.dirname,a=i.basename,c=i.extname,l=i.join,p=i.resolve;function u(e,t){var i=t||{};if(this.defaultEngine=i.defaultEngine,this.ext=c(e),this.name=e,this.root=i.root,!this.ext&&!this.defaultEngine)throw new Error("No default engine was specified and no extension was provided.");var s=e;if(this.ext||(this.ext="."!==this.defaultEngine[0]?"."+this.defaultEngine:this.defaultEngine,s+=this.ext),!i.engines[this.ext]){var o=this.ext.substr(1);n('require "%s"',o);var a=r(8967)(o).__express;if("function"!=typeof a)throw new Error('Module "'+o+'" does not provide a view engine.');i.engines[this.ext]=a}this.engine=i.engines[this.ext],this.path=this.lookup(s)}function d(e){n('stat "%s"',e);try{return s.statSync(e)}catch(e){return}}e.exports=u,u.prototype.lookup=function(e){var t,r=[].concat(this.root);n('lookup "%s"',e);for(var i=0;i<r.length&&!t;i++){var s=r[i],c=p(s,e),l=o(c),u=a(c);t=this.resolve(l,u)}return t},u.prototype.render=function(e,t){n('render "%s"',this.path),this.engine(this.path,e,t)},u.prototype.resolve=function(e,t){var r=this.ext,n=l(e,t),i=d(n);return i&&i.isFile()||(i=d(n=l(e,a(t,r),"index"+r)))&&i.isFile()?n:void 0}},8967:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=8967,e.exports=t},635:(e,t,r)=>{function n(){var e;try{e=t.storage.debug}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e}(t=e.exports=r(4813)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var r=this.useColors;if(e[0]=(r?"%c":"")+this.namespace+(r?" %c":" ")+e[0]+(r?"%c ":" ")+"+"+t.humanize(this.diff),!r)return;var n="color: "+this.color;e.splice(1,0,n,"color: inherit");var i=0,s=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(i++,"%c"===e&&(s=i))})),e.splice(s,0,n)},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=n,t.useColors=function(){if("undefined"!=typeof window&&window.process&&"renderer"===window.process.type)return!0;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage="undefined"!=typeof chrome&&void 0!==chrome.storage?chrome.storage.local:function(){try{return window.localStorage}catch(e){}}(),t.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],t.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},t.enable(n())},4813:(e,t,r)=>{var n;function i(e){function r(){if(r.enabled){var e=r,i=+new Date,s=i-(n||i);e.diff=s,e.prev=n,e.curr=i,n=i;for(var o=new Array(arguments.length),a=0;a<o.length;a++)o[a]=arguments[a];o[0]=t.coerce(o[0]),"string"!=typeof o[0]&&o.unshift("%O");var c=0;o[0]=o[0].replace(/%([a-zA-Z%])/g,(function(r,n){if("%%"===r)return r;c++;var i=t.formatters[n];if("function"==typeof i){var s=o[c];r=i.call(e,s),o.splice(c,1),c--}return r})),t.formatArgs.call(e,o);var l=r.log||t.log||console.log.bind(console);l.apply(e,o)}}return r.namespace=e,r.enabled=t.enabled(e),r.useColors=t.useColors(),r.color=function(e){var r,n=0;for(r in e)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]}(e),"function"==typeof t.init&&t.init(r),r}(t=e.exports=i.debug=i.default=i).coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){t.enable("")},t.enable=function(e){t.save(e),t.names=[],t.skips=[];for(var r=("string"==typeof e?e:"").split(/[\s,]+/),n=r.length,i=0;i<n;i++)r[i]&&("-"===(e=r[i].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){var r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=r(7824),t.names=[],t.skips=[],t.formatters={}},7231:(e,t,r)=>{"undefined"!=typeof process&&"renderer"===process.type?e.exports=r(635):e.exports=r(8780)},8780:(e,t,r)=>{var n=r(6224),i=r(3837);(t=e.exports=r(4813)).init=function(e){e.inspectOpts={};for(var r=Object.keys(t.inspectOpts),n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(){return o.write(i.format.apply(i,arguments)+"\n")},t.formatArgs=function(e){var r=this.namespace;if(this.useColors){var n=this.color,i="  [3"+n+";1m"+r+" [0m";e[0]=i+e[0].split("\n").join("\n"+i),e.push("[3"+n+"m+"+t.humanize(this.diff)+"[0m")}else e[0]=(new Date).toUTCString()+" "+r+" "+e[0]},t.save=function(e){null==e?delete process.env.DEBUG:process.env.DEBUG=e},t.load=a,t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(s)},t.colors=[6,2,3,4,5,1],t.inspectOpts=Object.keys(process.env).filter((function(e){return/^debug_/i.test(e)})).reduce((function(e,t){var r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(function(e,t){return t.toUpperCase()})),n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{});var s=parseInt(process.env.DEBUG_FD,10)||2;1!==s&&2!==s&&i.deprecate((function(){}),"except for stderr(2) and stdout(1), any other usage of DEBUG_FD is deprecated. Override debug.log if you want to use a different log function (https://git.io/debug_fd)")();var o=1===s?process.stdout:2===s?process.stderr:function(e){var t;switch(process.binding("tty_wrap").guessHandleType(e)){case"TTY":(t=new n.WriteStream(e))._type="tty",t._handle&&t._handle.unref&&t._handle.unref();break;case"FILE":var i=r(7147);(t=new i.SyncWriteStream(e,{autoClose:!1}))._type="fs";break;case"PIPE":case"TCP":var s=r(1808);(t=new s.Socket({fd:e,readable:!1,writable:!0})).readable=!1,t.read=null,t._type="pipe",t._handle&&t._handle.unref&&t._handle.unref();break;default:throw new Error("Implement me. Unknown stream file type!")}return t.fd=e,t._isStdio=!0,t}(s);function a(){return process.env.DEBUG}t.formatters.o=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts).split("\n").map((function(e){return e.trim()})).join(" ")},t.formatters.O=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts)},t.enable(a())},9576:(e,t,r)=>{var n=r(4300),i=n.Buffer;function s(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(s(n,t),t.Buffer=o),s(i,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},3294:(e,t,r)=>{"use strict";const n=r(5135),i=r(3456),s=r(3403),o=r(4113),a=r(3862),c=r(4426);async function l(e,t){u(e);const r=p(e,i.default,t),n=await Promise.all(r);return c.array.flatten(n)}function p(e,t,r){const i=[].concat(e),s=new a.default(r),o=n.generate(i,s),c=new t(s);return o.map(c.read,c)}function u(e){if(![].concat(e).every((e=>c.string.isString(e)&&!c.string.isEmpty(e))))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}!function(e){e.sync=function(e,t){u(e);const r=p(e,o.default,t);return c.array.flatten(r)},e.stream=function(e,t){u(e);const r=p(e,s.default,t);return c.stream.merge(r)},e.generateTasks=function(e,t){u(e);const r=[].concat(e),i=new a.default(t);return n.generate(r,i)},e.isDynamicPattern=function(e,t){u(e);const r=new a.default(t);return c.pattern.isDynamicPattern(e,r)},e.escapePath=function(e){return u(e),c.path.escape(e)}}(l||(l={})),e.exports=l},5135:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.convertPatternGroupToTask=t.convertPatternGroupsToTasks=t.groupPatternsByBaseDirectory=t.getNegativePatternsAsPositive=t.getPositivePatterns=t.convertPatternsToTasks=t.generate=void 0;const n=r(4426);function i(e,t,r){const n=a(e);if("."in n){return[l(".",e,t,r)]}return c(n,t,r)}function s(e){return n.pattern.getPositivePatterns(e)}function o(e,t){return n.pattern.getNegativePatterns(e).concat(t).map(n.pattern.convertToPositivePattern)}function a(e){return e.reduce(((e,t)=>{const r=n.pattern.getBaseDirectory(t);return r in e?e[r].push(t):e[r]=[t],e}),{})}function c(e,t,r){return Object.keys(e).map((n=>l(n,e[n],t,r)))}function l(e,t,r,i){return{dynamic:i,positive:t,negative:r,base:e,patterns:[].concat(t,r.map(n.pattern.convertToNegativePattern))}}t.generate=function(e,t){const r=s(e),a=o(e,t.ignore),c=r.filter((e=>n.pattern.isStaticPattern(e,t))),l=r.filter((e=>n.pattern.isDynamicPattern(e,t))),p=i(c,a,!1),u=i(l,a,!0);return p.concat(u)},t.convertPatternsToTasks=i,t.getPositivePatterns=s,t.getNegativePatternsAsPositive=o,t.groupPatternsByBaseDirectory=a,t.convertPatternGroupsToTasks=c,t.convertPatternGroupToTask=l},3456:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(9086),i=r(466);class s extends i.default{constructor(){super(...arguments),this._reader=new n.default(this._settings)}read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),n=[];return new Promise(((i,s)=>{const o=this.api(t,e,r);o.once("error",s),o.on("data",(e=>n.push(r.transform(e)))),o.once("end",(()=>i(n)))}))}api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.static(t.patterns,r)}}t.default=s},346:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(4426),i=r(7769);t.default=class{constructor(e,t){this._settings=e,this._micromatchOptions=t}getFilter(e,t,r){const n=this._getMatcher(t),i=this._getNegativePatternsRe(r);return t=>this._filter(e,t,n,i)}_getMatcher(e){return new i.default(e,this._settings,this._micromatchOptions)}_getNegativePatternsRe(e){const t=e.filter(n.pattern.isAffectDepthOfReadingPattern);return n.pattern.convertPatternsToRe(t,this._micromatchOptions)}_filter(e,t,r,i){if(this._isSkippedByDeep(e,t.path))return!1;if(this._isSkippedSymbolicLink(t))return!1;const s=n.path.removeLeadingDotSegment(t.path);return!this._isSkippedByPositivePatterns(s,r)&&this._isSkippedByNegativePatterns(s,i)}_isSkippedByDeep(e,t){return this._settings.deep!==1/0&&this._getEntryLevel(e,t)>=this._settings.deep}_getEntryLevel(e,t){const r=t.split("/").length;if(""===e)return r;return r-e.split("/").length}_isSkippedSymbolicLink(e){return!this._settings.followSymbolicLinks&&e.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(e,t){return!this._settings.baseNameMatch&&!t.match(e)}_isSkippedByNegativePatterns(e,t){return!n.pattern.matchAny(e,t)}}},7026:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(4426);t.default=class{constructor(e,t){this._settings=e,this._micromatchOptions=t,this.index=new Map}getFilter(e,t){const r=n.pattern.convertPatternsToRe(e,this._micromatchOptions),i=n.pattern.convertPatternsToRe(t,this._micromatchOptions);return e=>this._filter(e,r,i)}_filter(e,t,r){if(this._settings.unique&&this._isDuplicateEntry(e))return!1;if(this._onlyFileFilter(e)||this._onlyDirectoryFilter(e))return!1;if(this._isSkippedByAbsoluteNegativePatterns(e.path,r))return!1;const n=this._settings.baseNameMatch?e.name:e.path,i=this._isMatchToPatterns(n,t)&&!this._isMatchToPatterns(e.path,r);return this._settings.unique&&i&&this._createIndexRecord(e),i}_isDuplicateEntry(e){return this.index.has(e.path)}_createIndexRecord(e){this.index.set(e.path,void 0)}_onlyFileFilter(e){return this._settings.onlyFiles&&!e.dirent.isFile()}_onlyDirectoryFilter(e){return this._settings.onlyDirectories&&!e.dirent.isDirectory()}_isSkippedByAbsoluteNegativePatterns(e,t){if(!this._settings.absolute)return!1;const r=n.path.makeAbsolute(this._settings.cwd,e);return n.pattern.matchAny(r,t)}_isMatchToPatterns(e,t){const r=n.path.removeLeadingDotSegment(e);return n.pattern.matchAny(r,t)}}},3046:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(4426);t.default=class{constructor(e){this._settings=e}getFilter(){return e=>this._isNonFatalError(e)}_isNonFatalError(e){return n.errno.isEnoentCodeError(e)||this._settings.suppressErrors}}},92:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(4426);t.default=class{constructor(e,t,r){this._patterns=e,this._settings=t,this._micromatchOptions=r,this._storage=[],this._fillStorage()}_fillStorage(){const e=n.pattern.expandPatternsWithBraceExpansion(this._patterns);for(const t of e){const e=this._getPatternSegments(t),r=this._splitSegmentsIntoSections(e);this._storage.push({complete:r.length<=1,pattern:t,segments:e,sections:r})}}_getPatternSegments(e){return n.pattern.getPatternParts(e,this._micromatchOptions).map((e=>n.pattern.isDynamicPattern(e,this._settings)?{dynamic:!0,pattern:e,patternRe:n.pattern.makeRe(e,this._micromatchOptions)}:{dynamic:!1,pattern:e}))}_splitSegmentsIntoSections(e){return n.array.splitWhen(e,(e=>e.dynamic&&n.pattern.hasGlobStar(e.pattern)))}}},7769:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(92);class i extends n.default{match(e){const t=e.split("/"),r=t.length,n=this._storage.filter((e=>!e.complete||e.segments.length>r));for(const e of n){const n=e.sections[0];if(!e.complete&&r>n.length)return!0;if(t.every(((t,r)=>{const n=e.segments[r];return!(!n.dynamic||!n.patternRe.test(t))||!n.dynamic&&n.pattern===t})))return!0}return!1}}t.default=i},466:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(1017),i=r(346),s=r(7026),o=r(3046),a=r(218);t.default=class{constructor(e){this._settings=e,this.errorFilter=new o.default(this._settings),this.entryFilter=new s.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new i.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new a.default(this._settings)}_getRootDirectory(e){return n.resolve(this._settings.cwd,e.base)}_getReaderOptions(e){const t="."===e.base?"":e.base;return{basePath:t,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(t,e.positive,e.negative),entryFilter:this.entryFilter.getFilter(e.positive,e.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}}},3403:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(2781),i=r(9086),s=r(466);class o extends s.default{constructor(){super(...arguments),this._reader=new i.default(this._settings)}read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),i=this.api(t,e,r),s=new n.Readable({objectMode:!0,read:()=>{}});return i.once("error",(e=>s.emit("error",e))).on("data",(e=>s.emit("data",r.transform(e)))).once("end",(()=>s.emit("end"))),s.once("close",(()=>i.destroy())),s}api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.static(t.patterns,r)}}t.default=o},4113:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(112),i=r(466);class s extends i.default{constructor(){super(...arguments),this._reader=new n.default(this._settings)}read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);return this.api(t,e,r).map(r.transform)}api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.static(t.patterns,r)}}t.default=s},218:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(4426);t.default=class{constructor(e){this._settings=e}getTransformer(){return e=>this._transform(e)}_transform(e){let t=e.path;return this._settings.absolute&&(t=n.path.makeAbsolute(this._settings.cwd,t),t=n.path.unixify(t)),this._settings.markDirectories&&e.dirent.isDirectory()&&(t+="/"),this._settings.objectMode?Object.assign(Object.assign({},e),{path:t}):t}}},2117:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(1017),i=r(6203),s=r(4426);t.default=class{constructor(e){this._settings=e,this._fsStatSettings=new i.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(e){return n.resolve(this._settings.cwd,e)}_makeEntry(e,t){const r={name:t,path:t,dirent:s.fs.createDirentFromStats(t,e)};return this._settings.stats&&(r.stats=e),r}_isFatalError(e){return!s.errno.isEnoentCodeError(e)&&!this._settings.suppressErrors}}},9086:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(2781),i=r(6203),s=r(5439),o=r(2117);class a extends o.default{constructor(){super(...arguments),this._walkStream=s.walkStream,this._stat=i.stat}dynamic(e,t){return this._walkStream(e,t)}static(e,t){const r=e.map(this._getFullEntryPath,this),i=new n.PassThrough({objectMode:!0});i._write=(n,s,o)=>this._getEntry(r[n],e[n],t).then((e=>{null!==e&&t.entryFilter(e)&&i.push(e),n===r.length-1&&i.end(),o()})).catch(o);for(let e=0;e<r.length;e++)i.write(e);return i}_getEntry(e,t,r){return this._getStat(e).then((e=>this._makeEntry(e,t))).catch((e=>{if(r.errorFilter(e))return null;throw e}))}_getStat(e){return new Promise(((t,r)=>{this._stat(e,this._fsStatSettings,((e,n)=>null===e?t(n):r(e)))}))}}t.default=a},112:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(6203),i=r(5439),s=r(2117);class o extends s.default{constructor(){super(...arguments),this._walkSync=i.walkSync,this._statSync=n.statSync}dynamic(e,t){return this._walkSync(e,t)}static(e,t){const r=[];for(const n of e){const e=this._getFullEntryPath(n),i=this._getEntry(e,n,t);null!==i&&t.entryFilter(i)&&r.push(i)}return r}_getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r,t)}catch(e){if(r.errorFilter(e))return null;throw e}}_getStat(e){return this._statSync(e,this._fsStatSettings)}}t.default=o},3862:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;const n=r(7147),i=r(2037),s=Math.max(i.cpus().length,1);t.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:n.lstat,lstatSync:n.lstatSync,stat:n.stat,statSync:n.statSync,readdir:n.readdir,readdirSync:n.readdirSync};t.default=class{constructor(e={}){this._options=e,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,s),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0)}_getValue(e,t){return void 0===e?t:e}_getFileSystemMethods(e={}){return Object.assign(Object.assign({},t.DEFAULT_FILE_SYSTEM_ADAPTER),e)}}},4825:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.splitWhen=t.flatten=void 0,t.flatten=function(e){return e.reduce(((e,t)=>[].concat(e,t)),[])},t.splitWhen=function(e,t){const r=[[]];let n=0;for(const i of e)t(i)?(n++,r[n]=[]):r[n].push(i);return r}},7843:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isEnoentCodeError=void 0,t.isEnoentCodeError=function(e){return"ENOENT"===e.code}},6334:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createDirentFromStats=void 0;class r{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t),this.isCharacterDevice=t.isCharacterDevice.bind(t),this.isDirectory=t.isDirectory.bind(t),this.isFIFO=t.isFIFO.bind(t),this.isFile=t.isFile.bind(t),this.isSocket=t.isSocket.bind(t),this.isSymbolicLink=t.isSymbolicLink.bind(t)}}t.createDirentFromStats=function(e,t){return new r(e,t)}},4426:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.string=t.stream=t.pattern=t.path=t.fs=t.errno=t.array=void 0;const n=r(4825);t.array=n;const i=r(7843);t.errno=i;const s=r(6334);t.fs=s;const o=r(2003);t.path=o;const a=r(57);t.pattern=a;const c=r(6242);t.stream=c;const l=r(3021);t.string=l},2003:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removeLeadingDotSegment=t.escape=t.makeAbsolute=t.unixify=void 0;const n=r(1017),i=/(\\?)([()*?[\]{|}]|^!|[!+@](?=\())/g;t.unixify=function(e){return e.replace(/\\/g,"/")},t.makeAbsolute=function(e,t){return n.resolve(e,t)},t.escape=function(e){return e.replace(i,"\\$2")},t.removeLeadingDotSegment=function(e){if("."===e.charAt(0)){const t=e.charAt(1);if("/"===t||"\\"===t)return e.slice(2)}return e}},57:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.matchAny=t.convertPatternsToRe=t.makeRe=t.getPatternParts=t.expandBraceExpansion=t.expandPatternsWithBraceExpansion=t.isAffectDepthOfReadingPattern=t.endsWithSlashGlobStar=t.hasGlobStar=t.getBaseDirectory=t.getPositivePatterns=t.getNegativePatterns=t.isPositivePattern=t.isNegativePattern=t.convertToNegativePattern=t.convertToPositivePattern=t.isDynamicPattern=t.isStaticPattern=void 0;const n=r(1017),i=r(7647),s=r(850),o=r(9444),a=/[*?]|^!/,c=/\[.*]/,l=/(?:^|[^!*+?@])\(.*\|.*\)/,p=/[!*+?@]\(.*\)/,u=/{.*(?:,|\.\.).*}/;function d(e,t={}){return!f(e,t)}function f(e,t={}){return""!==e&&(!(!1!==t.caseSensitiveMatch&&!e.includes("\\"))||(!!(a.test(e)||c.test(e)||l.test(e))||(!(!1===t.extglob||!p.test(e))||!(!1===t.braceExpansion||!u.test(e)))))}function h(e){return e.startsWith("!")&&"("!==e[1]}function m(e){return!h(e)}function g(e){return e.endsWith("/**")}function v(e){return s.braces(e,{expand:!0,nodupes:!0})}function y(e,t){return s.makeRe(e,t)}t.isStaticPattern=d,t.isDynamicPattern=f,t.convertToPositivePattern=function(e){return h(e)?e.slice(1):e},t.convertToNegativePattern=function(e){return"!"+e},t.isNegativePattern=h,t.isPositivePattern=m,t.getNegativePatterns=function(e){return e.filter(h)},t.getPositivePatterns=function(e){return e.filter(m)},t.getBaseDirectory=function(e){return i(e,{flipBackslashes:!1})},t.hasGlobStar=function(e){return e.includes("**")},t.endsWithSlashGlobStar=g,t.isAffectDepthOfReadingPattern=function(e){const t=n.basename(e);return g(e)||d(t)},t.expandPatternsWithBraceExpansion=function(e){return e.reduce(((e,t)=>e.concat(v(t))),[])},t.expandBraceExpansion=v,t.getPatternParts=function(e,t){let{parts:r}=o.scan(e,Object.assign(Object.assign({},t),{parts:!0}));return 0===r.length&&(r=[e]),r[0].startsWith("/")&&(r[0]=r[0].slice(1),r.unshift("")),r},t.makeRe=y,t.convertPatternsToRe=function(e,t){return e.map((e=>y(e,t)))},t.matchAny=function(e,t){return t.some((t=>t.test(e)))}},6242:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.merge=void 0;const n=r(155);function i(e){e.forEach((e=>e.emit("close")))}t.merge=function(e){const t=n(e);return e.forEach((e=>{e.once("error",(e=>t.emit("error",e)))})),t.once("close",(()=>i(e))),t.once("end",(()=>i(e))),t}},3021:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isEmpty=t.isString=void 0,t.isString=function(e){return"string"==typeof e},t.isEmpty=function(e){return""===e}},4445:e=>{e.exports=o,o.default=o,o.stable=p,o.stableStringify=p;var t="[...]",r="[Circular]",n=[],i=[];function s(){return{depthLimit:Number.MAX_SAFE_INTEGER,edgesLimit:Number.MAX_SAFE_INTEGER}}function o(e,t,r,o){var a;void 0===o&&(o=s()),c(e,"",0,[],void 0,0,o);try{a=0===i.length?JSON.stringify(e,t,r):JSON.stringify(e,d(t),r)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==n.length;){var l=n.pop();4===l.length?Object.defineProperty(l[0],l[1],l[3]):l[0][l[1]]=l[2]}}return a}function a(e,t,r,s){var o=Object.getOwnPropertyDescriptor(s,r);void 0!==o.get?o.configurable?(Object.defineProperty(s,r,{value:e}),n.push([s,r,t,o])):i.push([t,r,e]):(s[r]=e,n.push([s,r,t]))}function c(e,n,i,s,o,l,p){var u;if(l+=1,"object"==typeof e&&null!==e){for(u=0;u<s.length;u++)if(s[u]===e)return void a(r,e,n,o);if(void 0!==p.depthLimit&&l>p.depthLimit)return void a(t,e,n,o);if(void 0!==p.edgesLimit&&i+1>p.edgesLimit)return void a(t,e,n,o);if(s.push(e),Array.isArray(e))for(u=0;u<e.length;u++)c(e[u],u,u,s,e,l,p);else{var d=Object.keys(e);for(u=0;u<d.length;u++){var f=d[u];c(e[f],f,u,s,e,l,p)}}s.pop()}}function l(e,t){return e<t?-1:e>t?1:0}function p(e,t,r,o){void 0===o&&(o=s());var a,c=u(e,"",0,[],void 0,0,o)||e;try{a=0===i.length?JSON.stringify(c,t,r):JSON.stringify(c,d(t),r)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==n.length;){var l=n.pop();4===l.length?Object.defineProperty(l[0],l[1],l[3]):l[0][l[1]]=l[2]}}return a}function u(e,i,s,o,c,p,d){var f;if(p+=1,"object"==typeof e&&null!==e){for(f=0;f<o.length;f++)if(o[f]===e)return void a(r,e,i,c);try{if("function"==typeof e.toJSON)return}catch(e){return}if(void 0!==d.depthLimit&&p>d.depthLimit)return void a(t,e,i,c);if(void 0!==d.edgesLimit&&s+1>d.edgesLimit)return void a(t,e,i,c);if(o.push(e),Array.isArray(e))for(f=0;f<e.length;f++)u(e[f],f,f,o,e,p,d);else{var h={},m=Object.keys(e).sort(l);for(f=0;f<m.length;f++){var g=m[f];u(e[g],g,f,o,e,p,d),h[g]=e[g]}if(void 0===c)return h;n.push([c,i,e]),c[i]=h}o.pop()}}function d(e){return e=void 0!==e?e:function(e,t){return t},function(t,r){if(i.length>0)for(var n=0;n<i.length;n++){var s=i[n];if(s[1]===t&&s[0]===r){r=s[2],i.splice(n,1);break}}return e.call(this,t,r)}}},259:(e,t,r)=>{"use strict";const n=r(7849).buildOptions,i={attributeNamePrefix:"@_",attrNodeName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataTagName:!1,cdataPositionChar:"\\c",format:!1,indentBy:"  ",supressEmptyNode:!1,tagValueProcessor:function(e){return e},attrValueProcessor:function(e){return e}},s=["attributeNamePrefix","attrNodeName","textNodeName","ignoreAttributes","cdataTagName","cdataPositionChar","format","indentBy","supressEmptyNode","tagValueProcessor","attrValueProcessor"];function o(e){this.options=n(e,i,s),this.options.ignoreAttributes||this.options.attrNodeName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=h),this.options.cdataTagName?this.isCDATA=m:this.isCDATA=function(){return!1},this.replaceCDATAstr=a,this.replaceCDATAarr=c,this.options.format?(this.indentate=f,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine=""),this.options.supressEmptyNode?(this.buildTextNode=d,this.buildObjNode=p):(this.buildTextNode=u,this.buildObjNode=l),this.buildTextValNode=u,this.buildObjectNode=l}function a(e,t){return e=this.options.tagValueProcessor(""+e),""===this.options.cdataPositionChar||""===e?e+"<![CDATA["+t+"]]"+this.tagEndChar:e.replace(this.options.cdataPositionChar,"<![CDATA["+t+"]]"+this.tagEndChar)}function c(e,t){if(e=this.options.tagValueProcessor(""+e),""===this.options.cdataPositionChar||""===e)return e+"<![CDATA["+t.join("]]><![CDATA[")+"]]"+this.tagEndChar;for(let r in t)e=e.replace(this.options.cdataPositionChar,"<![CDATA["+t[r]+"]]>");return e+this.newLine}function l(e,t,r,n){return r&&!e.includes("<")?this.indentate(n)+"<"+t+r+">"+e+"</"+t+this.tagEndChar:this.indentate(n)+"<"+t+r+this.tagEndChar+e+this.indentate(n)+"</"+t+this.tagEndChar}function p(e,t,r,n){return""!==e?this.buildObjectNode(e,t,r,n):this.indentate(n)+"<"+t+r+"/"+this.tagEndChar}function u(e,t,r,n){return this.indentate(n)+"<"+t+r+">"+this.options.tagValueProcessor(e)+"</"+t+this.tagEndChar}function d(e,t,r,n){return""!==e?this.buildTextValNode(e,t,r,n):this.indentate(n)+"<"+t+r+"/"+this.tagEndChar}function f(e){return this.options.indentBy.repeat(e)}function h(e){return!!e.startsWith(this.options.attributeNamePrefix)&&e.substr(this.attrPrefixLen)}function m(e){return e===this.options.cdataTagName}o.prototype.parse=function(e){return this.j2x(e,0).val},o.prototype.j2x=function(e,t){let r="",n="";const i=Object.keys(e),s=i.length;for(let o=0;o<s;o++){const s=i[o];if(void 0===e[s]);else if(null===e[s])n+=this.indentate(t)+"<"+s+"/"+this.tagEndChar;else if(e[s]instanceof Date)n+=this.buildTextNode(e[s],s,"",t);else if("object"!=typeof e[s]){const i=this.isAttribute(s);i?r+=" "+i+'="'+this.options.attrValueProcessor(""+e[s])+'"':this.isCDATA(s)?e[this.options.textNodeName]?n+=this.replaceCDATAstr(e[this.options.textNodeName],e[s]):n+=this.replaceCDATAstr("",e[s]):s===this.options.textNodeName?e[this.options.cdataTagName]||(n+=this.options.tagValueProcessor(""+e[s])):n+=this.buildTextNode(e[s],s,"",t)}else if(Array.isArray(e[s]))if(this.isCDATA(s))n+=this.indentate(t),e[this.options.textNodeName]?n+=this.replaceCDATAarr(e[this.options.textNodeName],e[s]):n+=this.replaceCDATAarr("",e[s]);else{const r=e[s].length;for(let i=0;i<r;i++){const r=e[s][i];if(void 0===r);else if(null===r)n+=this.indentate(t)+"<"+s+"/"+this.tagEndChar;else if("object"==typeof r){const e=this.j2x(r,t+1);n+=this.buildObjNode(e.val,s,e.attrStr,t)}else n+=this.buildTextNode(r,s,"",t)}}else if(this.options.attrNodeName&&s===this.options.attrNodeName){const t=Object.keys(e[s]),n=t.length;for(let i=0;i<n;i++)r+=" "+t[i]+'="'+this.options.attrValueProcessor(""+e[s][t[i]])+'"'}else{const r=this.j2x(e[s],t+1);n+=this.buildObjNode(r.val,s,r.attrStr,t)}}return{attrStr:r,val:n}},e.exports=o},8398:(e,t,r)=>{"use strict";const n=function(e){return String.fromCharCode(e)},i={nilChar:n(176),missingChar:n(201),nilPremitive:n(175),missingPremitive:n(200),emptyChar:n(178),emptyValue:n(177),boundryChar:n(179),objStart:n(198),arrStart:n(204),arrayEnd:n(185)},s=[i.nilChar,i.nilPremitive,i.missingChar,i.missingPremitive,i.boundryChar,i.emptyChar,i.emptyValue,i.arrayEnd,i.objStart,i.arrStart],o=function(e,t,r){if("string"==typeof t)return e&&e[0]&&void 0!==e[0].val?a(e[0].val,t):a(e,t);{const s=void 0===(n=e)?i.missingChar:null===n?i.nilChar:!(n.child&&0===Object.keys(n.child).length&&(!n.attrsMap||0===Object.keys(n.attrsMap).length))||i.emptyChar;if(!0===s){let n="";if(Array.isArray(t)){n+=i.arrStart;const s=t[0],l=e.length;if("string"==typeof s)for(let t=0;t<l;t++){const r=a(e[t].val,s);n=c(n,r)}else for(let t=0;t<l;t++){const i=o(e[t],s,r);n=c(n,i)}n+=i.arrayEnd}else{n+=i.objStart;const s=Object.keys(t);Array.isArray(e)&&(e=e[0]);for(let i in s){const a=s[i];let l;l=!r.ignoreAttributes&&e.attrsMap&&e.attrsMap[a]?o(e.attrsMap[a],t[a],r):a===r.textNodeName?o(e.val,t[a],r):o(e.child[a],t[a],r),n=c(n,l)}}return n}return s}var n},a=function(e){switch(e){case void 0:return i.missingPremitive;case null:return i.nilPremitive;case"":return i.emptyValue;default:return e}},c=function(e,t){return l(t[0])||l(e[e.length-1])||(e+=i.boundryChar),e+t},l=function(e){return-1!==s.indexOf(e)};const p=r(3543),u=r(7849).buildOptions;t.convert2nimn=function(e,t,r){return r=u(r,p.defaultOptions,p.props),o(e,t,r)}},284:(e,t,r)=>{"use strict";const n=r(7849),i=function(e,t,r){const s={};if((!e.child||n.isEmptyObject(e.child))&&(!e.attrsMap||n.isEmptyObject(e.attrsMap)))return n.isExist(e.val)?e.val:"";if(n.isExist(e.val)&&("string"!=typeof e.val||""!==e.val&&e.val!==t.cdataPositionChar)){const i=n.isTagNameInArrayMode(e.tagname,t.arrayMode,r);s[t.textNodeName]=i?[e.val]:e.val}n.merge(s,e.attrsMap,t.arrayMode);const o=Object.keys(e.child);for(let a=0;a<o.length;a++){const c=o[a];if(e.child[c]&&e.child[c].length>1){s[c]=[];for(let r in e.child[c])e.child[c].hasOwnProperty(r)&&s[c].push(i(e.child[c][r],t,c))}else{const o=i(e.child[c][0],t,c),a=!0===t.arrayMode&&"object"==typeof o||n.isTagNameInArrayMode(c,t.arrayMode,r);s[c]=a?[o]:o}}return s};t.convertToJson=i},7702:(e,t,r)=>{"use strict";const n=r(7849),i=r(7849).buildOptions,s=r(3543),o=function(e,t,r){let i="{";const s=Object.keys(e.child);for(let r=0;r<s.length;r++){var a=s[r];if(e.child[a]&&e.child[a].length>1){for(var c in i+='"'+a+'" : [ ',e.child[a])i+=o(e.child[a][c],t)+" , ";i=i.substr(0,i.length-1)+" ] "}else i+='"'+a+'" : '+o(e.child[a][0],t)+" ,"}return n.merge(i,e.attrsMap),n.isEmptyObject(i)?n.isExist(e.val)?e.val:"":(n.isExist(e.val)&&("string"!=typeof e.val||""!==e.val&&e.val!==t.cdataPositionChar)&&(i+='"'+t.textNodeName+'" : '+(!0!==(l=e.val)&&!1!==l&&isNaN(l)?'"'+l+'"':l)),","===i[i.length-1]&&(i=i.substr(0,i.length-2)),i+"}");var l};t.convertToJsonString=function(e,t){return(t=i(t,s.defaultOptions,s.props)).indentBy=t.indentBy||"",o(e,t,0)}},6965:(e,t,r)=>{"use strict";const n=r(284),i=r(3543),s=r(3543),o=r(7849).buildOptions,a=r(8501);t.parse=function(e,t={},r){if(r){!0===r&&(r={});const t=a.validate(e,r);if(!0!==t)throw Error(t.err.msg)}t.parseTrueNumberOnly&&!1!==t.parseNodeValue&&!t.numParseOptions&&(t.numParseOptions={leadingZeros:!1});let c=o(t,s.defaultOptions,s.props);const l=i.getTraversalObj(e,c);return n.convertToJson(l,c)},t.convertTonimn=r(8398).convert2nimn,t.getTraversalObj=i.getTraversalObj,t.convertToJson=n.convertToJson,t.convertToJsonString=r(7702).convertToJsonString,t.validate=a.validate,t.j2xParser=r(259),t.parseToNimn=function(e,r,n){return t.convertTonimn(t.getTraversalObj(e,n),r,n)}},7849:(e,t)=>{"use strict";const r=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+r+"][:A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",i=new RegExp("^"+n+"$");t.isExist=function(e){return void 0!==e},t.isEmptyObject=function(e){return 0===Object.keys(e).length},t.merge=function(e,t,r){if(t){const n=Object.keys(t),i=n.length;for(let s=0;s<i;s++)e[n[s]]="strict"===r?[t[n[s]]]:t[n[s]]}},t.getValue=function(e){return t.isExist(e)?e:""},t.buildOptions=function(e,t,r){var n={};if(!e)return t;for(let i=0;i<r.length;i++)void 0!==e[r[i]]?n[r[i]]=e[r[i]]:n[r[i]]=t[r[i]];return n},t.isTagNameInArrayMode=function(e,t,r){return!1!==t&&(t instanceof RegExp?t.test(e):"function"==typeof t?!!t(e,r):"strict"===t)},t.isName=function(e){const t=i.exec(e);return!(null==t)},t.getAllMatches=function(e,t){const r=[];let n=t.exec(e);for(;n;){const i=[],s=n.length;for(let e=0;e<s;e++)i.push(n[e]);r.push(i),n=t.exec(e)}return r},t.nameRegexp=n},8501:(e,t,r)=>{"use strict";const n=r(7849),i={allowBooleanAttributes:!1},s=["allowBooleanAttributes"];function o(e,t){for(var r=t;t<e.length;t++)if("?"!=e[t]&&" "!=e[t]);else{var n=e.substr(r,t-r);if(t>5&&"xml"===n)return d("InvalidXml","XML declaration allowed only at the start of the document.",h(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}}return t}function a(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t<e.length;t++)if("-"===e[t]&&"-"===e[t+1]&&">"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){let r=1;for(t+=8;t<e.length;t++)if("<"===e[t])r++;else if(">"===e[t]&&(r--,0===r))break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t<e.length;t++)if("]"===e[t]&&"]"===e[t+1]&&">"===e[t+2]){t+=2;break}return t}t.validate=function(e,t){t=n.buildOptions(t,i,s);const r=[];let l=!1,f=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(let i=0;i<e.length;i++)if("<"===e[i]&&"?"===e[i+1]){if(i+=2,i=o(e,i),i.err)return i}else{if("<"!==e[i]){if(" "===e[i]||"\t"===e[i]||"\n"===e[i]||"\r"===e[i])continue;return d("InvalidChar","char '"+e[i]+"' is not expected.",h(e,i))}if(i++,"!"===e[i]){i=a(e,i);continue}{let s=!1;"/"===e[i]&&(s=!0,i++);let g="";for(;i<e.length&&">"!==e[i]&&" "!==e[i]&&"\t"!==e[i]&&"\n"!==e[i]&&"\r"!==e[i];i++)g+=e[i];if(g=g.trim(),"/"===g[g.length-1]&&(g=g.substring(0,g.length-1),i--),m=g,!n.isName(m)){let t;return t=0===g.trim().length?"There is an unnecessary space between tag name and backward slash '</ ..'.":"Tag '"+g+"' is an invalid name.",d("InvalidTag",t,h(e,i))}const v=c(e,i);if(!1===v)return d("InvalidAttr","Attributes for '"+g+"' have open quote.",h(e,i));let y=v.value;if(i=v.index,"/"===y[y.length-1]){y=y.substring(0,y.length-1);const r=p(y,t);if(!0!==r)return d(r.err.code,r.err.msg,h(e,i-y.length+r.err.line));l=!0}else if(s){if(!v.tagClosed)return d("InvalidTag","Closing tag '"+g+"' doesn't have proper closing.",h(e,i));if(y.trim().length>0)return d("InvalidTag","Closing tag '"+g+"' can't have attributes or invalid starting.",h(e,i));{const t=r.pop();if(g!==t)return d("InvalidTag","Closing tag '"+t+"' is expected inplace of '"+g+"'.",h(e,i));0==r.length&&(f=!0)}}else{const n=p(y,t);if(!0!==n)return d(n.err.code,n.err.msg,h(e,i-y.length+n.err.line));if(!0===f)return d("InvalidXml","Multiple possible root nodes found.",h(e,i));r.push(g),l=!0}for(i++;i<e.length;i++)if("<"===e[i]){if("!"===e[i+1]){i++,i=a(e,i);continue}if("?"!==e[i+1])break;if(i=o(e,++i),i.err)return i}else if("&"===e[i]){const t=u(e,i);if(-1==t)return d("InvalidChar","char '&' is not expected.",h(e,i));i=t}"<"===e[i]&&i--}}var m;return l?!(r.length>0)||d("InvalidXml","Invalid '"+JSON.stringify(r,null,4).replace(/\r?\n/g,"")+"' found.",1):d("InvalidXml","Start tag expected.",1)};function c(e,t){let r="",n="",i=!1;for(;t<e.length;t++){if('"'===e[t]||"'"===e[t])if(""===n)n=e[t];else{if(n!==e[t])continue;n=""}else if(">"===e[t]&&""===n){i=!0;break}r+=e[t]}return""===n&&{value:r,index:t,tagClosed:i}}const l=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function p(e,t){const r=n.getAllMatches(e,l),i={};for(let n=0;n<r.length;n++){if(0===r[n][1].length)return d("InvalidAttr","Attribute '"+r[n][2]+"' has no space in starting.",m(e,r[n][0]));if(void 0===r[n][3]&&!t.allowBooleanAttributes)return d("InvalidAttr","boolean attribute '"+r[n][2]+"' is not allowed.",m(e,r[n][0]));const s=r[n][2];if(!f(s))return d("InvalidAttr","Attribute '"+s+"' is an invalid name.",m(e,r[n][0]));if(i.hasOwnProperty(s))return d("InvalidAttr","Attribute '"+s+"' is repeated.",m(e,r[n][0]));i[s]=1}return!0}function u(e,t){if(";"===e[++t])return-1;if("#"===e[t])return function(e,t){let r=/\d/;for("x"===e[t]&&(t++,r=/[\da-fA-F]/);t<e.length;t++){if(";"===e[t])return t;if(!e[t].match(r))break}return-1}(e,++t);let r=0;for(;t<e.length;t++,r++)if(!(e[t].match(/\w/)&&r<20)){if(";"===e[t])break;return-1}return t}function d(e,t,r){return{err:{code:e,msg:t,line:r}}}function f(e){return n.isName(e)}function h(e,t){return e.substring(0,t).split(/\r?\n/).length}function m(e,t){return e.indexOf(t)+t.length}},6468:e=>{"use strict";e.exports=function(e,t,r){this.tagname=e,this.parent=t,this.child={},this.attrsMap={},this.val=r,this.addChild=function(e){Array.isArray(this.child[e.tagname])?this.child[e.tagname].push(e):this.child[e.tagname]=[e]}}},3543:(e,t,r)=>{"use strict";const n=r(7849),i=r(7849).buildOptions,s=r(6468),o=r(4153);"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,n.nameRegexp);!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt),!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);const a={attributeNamePrefix:"@_",attrNodeName:!1,textNodeName:"#text",ignoreAttributes:!0,ignoreNameSpace:!1,allowBooleanAttributes:!1,parseNodeValue:!0,parseAttributeValue:!1,arrayMode:!1,trimValues:!0,cdataTagName:!1,cdataPositionChar:"\\c",numParseOptions:{hex:!0,leadingZeros:!0},tagValueProcessor:function(e,t){return e},attrValueProcessor:function(e,t){return e},stopNodes:[]};t.defaultOptions=a;const c=["attributeNamePrefix","attrNodeName","textNodeName","ignoreAttributes","ignoreNameSpace","allowBooleanAttributes","parseNodeValue","parseAttributeValue","arrayMode","trimValues","cdataTagName","cdataPositionChar","tagValueProcessor","attrValueProcessor","parseTrueNumberOnly","numParseOptions","stopNodes"];function l(e,t,r){return t&&(r.trimValues&&(t=t.trim()),t=u(t=r.tagValueProcessor(t,e),r.parseNodeValue,r.numParseOptions)),t}function p(e,t){if(t.ignoreNameSpace){const t=e.split(":"),r="/"===e.charAt(0)?"/":"";if("xmlns"===t[0])return"";2===t.length&&(e=r+t[1])}return e}function u(e,t,r){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&o(e,r)}return n.isExist(e)?e:""}t.props=c;const d=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])(.*?)\\3)?","g");function f(e,t){if(!t.ignoreAttributes&&"string"==typeof e){e=e.replace(/\r?\n/g," ");const r=n.getAllMatches(e,d),i=r.length,s={};for(let e=0;e<i;e++){const n=p(r[e][1],t);n.length&&(void 0!==r[e][4]?(t.trimValues&&(r[e][4]=r[e][4].trim()),r[e][4]=t.attrValueProcessor(r[e][4],n),s[t.attributeNamePrefix+n]=u(r[e][4],t.parseAttributeValue,t.numParseOptions)):t.allowBooleanAttributes&&(s[t.attributeNamePrefix+n]=!0))}if(!Object.keys(s).length)return;if(t.attrNodeName){const e={};return e[t.attrNodeName]=s,e}return s}}function h(e,t){let r,n="";for(let i=t;i<e.length;i++){let t=e[i];if(r)t===r&&(r="");else if('"'===t||"'"===t)r=t;else{if(">"===t)return{data:n,index:i};"\t"===t&&(t=" ")}n+=t}}function m(e,t,r,n){const i=e.indexOf(t,r);if(-1===i)throw new Error(n);return i+t.length-1}t.getTraversalObj=function(e,t){e=e.replace(/\r\n?/g,"\n"),t=i(t,a,c);const r=new s("!xml");let o=r,p="";for(let r=0;r<e.length;r++){if("<"===e[r])if("/"===e[r+1]){const i=m(e,">",r,"Closing Tag is not closed.");let s=e.substring(r+2,i).trim();if(t.ignoreNameSpace){const e=s.indexOf(":");-1!==e&&(s=s.substr(e+1))}o&&(o.val?o.val=n.getValue(o.val)+""+l(s,p,t):o.val=l(s,p,t)),t.stopNodes.length&&t.stopNodes.includes(o.tagname)&&(o.child=[],null==o.attrsMap&&(o.attrsMap={}),o.val=e.substr(o.startIndex+1,r-o.startIndex-1)),o=o.parent,p="",r=i}else if("?"===e[r+1])r=m(e,"?>",r,"Pi Tag is not closed.");else if("!--"===e.substr(r+1,3))r=m(e,"--\x3e",r,"Comment is not closed.");else if("!D"===e.substr(r+1,2)){const t=m(e,">",r,"DOCTYPE is not closed.");r=e.substring(r,t).indexOf("[")>=0?e.indexOf("]>",r)+1:t}else if("!["===e.substr(r+1,2)){const i=m(e,"]]>",r,"CDATA is not closed.")-2,a=e.substring(r+9,i);if(p&&(o.val=n.getValue(o.val)+""+l(o.tagname,p,t),p=""),t.cdataTagName){const e=new s(t.cdataTagName,o,a);o.addChild(e),o.val=n.getValue(o.val)+t.cdataPositionChar,a&&(e.val=a)}else o.val=(o.val||"")+(a||"");r=i+2}else{const i=h(e,r+1);let a=i.data;const c=i.index,u=a.indexOf(" ");let d=a,m=!0;if(-1!==u&&(d=a.substr(0,u).replace(/\s\s*$/,""),a=a.substr(u+1)),t.ignoreNameSpace){const e=d.indexOf(":");-1!==e&&(d=d.substr(e+1),m=d!==i.data.substr(e+1))}if(o&&p&&"!xml"!==o.tagname&&(o.val=n.getValue(o.val)+""+l(o.tagname,p,t)),a.length>0&&a.lastIndexOf("/")===a.length-1){"/"===d[d.length-1]?(d=d.substr(0,d.length-1),a=d):a=a.substr(0,a.length-1);const e=new s(d,o,"");d!==a&&(e.attrsMap=f(a,t)),o.addChild(e)}else{const e=new s(d,o);t.stopNodes.length&&t.stopNodes.includes(e.tagname)&&(e.startIndex=c),d!==a&&m&&(e.attrsMap=f(a,t)),o.addChild(e),o=e}p="",r=c}else p+=e[r]}return r}},373:(e,t,r)=>{"use strict";var n=r(3650);function i(){}function s(){this.value=null,this.callback=i,this.next=null,this.release=i,this.context=null,this.errorHandler=null;var e=this;this.worked=function(t,r){var n=e.callback,s=e.errorHandler,o=e.value;e.value=null,e.callback=i,e.errorHandler&&s(t,o),n.call(e.context,t,r),e.release(e)}}e.exports=function(e,t,r){"function"==typeof e&&(r=t,t=e,e=null);var o=n(s),a=null,c=null,l=0,p=null,u={push:function(r,n){var s=o.get();s.context=e,s.release=d,s.value=r,s.callback=n||i,s.errorHandler=p,l===u.concurrency||u.paused?c?(c.next=s,c=s):(a=s,c=s,u.saturated()):(l++,t.call(e,s.value,s.worked))},drain:i,saturated:i,pause:function(){u.paused=!0},paused:!1,concurrency:r,running:function(){return l},resume:function(){if(!u.paused)return;u.paused=!1;for(var e=0;e<u.concurrency;e++)l++,d()},idle:function(){return 0===l&&0===u.length()},length:function(){var e=a,t=0;for(;e;)e=e.next,t++;return t},getQueue:function(){var e=a,t=[];for(;e;)t.push(e.value),e=e.next;return t},unshift:function(r,n){var s=o.get();s.context=e,s.release=d,s.value=r,s.callback=n||i,l===u.concurrency||u.paused?a?(s.next=a,a=s):(a=s,c=s,u.saturated()):(l++,t.call(e,s.value,s.worked))},empty:i,kill:function(){a=null,c=null,u.drain=i},killAndDrain:function(){a=null,c=null,u.drain(),u.drain=i},error:function(e){p=e}};return u;function d(r){r&&o.release(r);var n=a;n?u.paused?l--:(c===a&&(c=null),a=n.next,n.next=null,t.call(e,n.value,n.worked),null===c&&u.empty()):0==--l&&u.drain()}}},8913:(e,t,r)=>{var n=r(7147),i=r(3837),s=r(2781),o=s.Readable,a=s.Writable,c=s.PassThrough,l=r(9916),p=r(2361).EventEmitter;function u(e,t){t=t||{},p.call(this),this.fd=e,this.pend=new l,this.pend.max=1,this.refCount=0,this.autoClose=!!t.autoClose}function d(e,t){t=t||{},o.call(this,t),this.context=e,this.context.ref(),this.start=t.start||0,this.endOffset=t.end,this.pos=this.start,this.destroyed=!1}function f(e,t){t=t||{},a.call(this,t),this.context=e,this.context.ref(),this.start=t.start||0,this.endOffset=null==t.end?1/0:+t.end,this.bytesWritten=0,this.pos=this.start,this.destroyed=!1,this.on("finish",this.destroy.bind(this))}function h(e,t){p.call(this),t=t||{},this.refCount=0,this.buffer=e,this.maxChunkSize=t.maxChunkSize||Number.MAX_SAFE_INTEGER}t.createFromBuffer=function(e,t){return new h(e,t)},t.createFromFd=function(e,t){return new u(e,t)},t.BufferSlicer=h,t.FdSlicer=u,i.inherits(u,p),u.prototype.read=function(e,t,r,i,s){var o=this;o.pend.go((function(a){n.read(o.fd,e,t,r,i,(function(e,t,r){a(),s(e,t,r)}))}))},u.prototype.write=function(e,t,r,i,s){var o=this;o.pend.go((function(a){n.write(o.fd,e,t,r,i,(function(e,t,r){a(),s(e,t,r)}))}))},u.prototype.createReadStream=function(e){return new d(this,e)},u.prototype.createWriteStream=function(e){return new f(this,e)},u.prototype.ref=function(){this.refCount+=1},u.prototype.unref=function(){var e=this;if(e.refCount-=1,!(e.refCount>0)){if(e.refCount<0)throw new Error("invalid unref");e.autoClose&&n.close(e.fd,(function(t){t?e.emit("error",t):e.emit("close")}))}},i.inherits(d,o),d.prototype._read=function(e){var t=this;if(!t.destroyed){var r=Math.min(t._readableState.highWaterMark,e);if(null!=t.endOffset&&(r=Math.min(r,t.endOffset-t.pos)),r<=0)return t.destroyed=!0,t.push(null),void t.context.unref();t.context.pend.go((function(e){if(t.destroyed)return e();var i=new Buffer(r);n.read(t.context.fd,i,0,r,t.pos,(function(r,n){r?t.destroy(r):0===n?(t.destroyed=!0,t.push(null),t.context.unref()):(t.pos+=n,t.push(i.slice(0,n))),e()}))}))}},d.prototype.destroy=function(e){this.destroyed||(e=e||new Error("stream destroyed"),this.destroyed=!0,this.emit("error",e),this.context.unref())},i.inherits(f,a),f.prototype._write=function(e,t,r){var i=this;if(!i.destroyed){if(i.pos+e.length>i.endOffset){var s=new Error("maximum file length exceeded");return s.code="ETOOBIG",i.destroy(),void r(s)}i.context.pend.go((function(t){if(i.destroyed)return t();n.write(i.context.fd,e,0,e.length,i.pos,(function(e,n){e?(i.destroy(),t(),r(e)):(i.bytesWritten+=n,i.pos+=n,i.emit("progress"),t(),r())}))}))}},f.prototype.destroy=function(){this.destroyed||(this.destroyed=!0,this.context.unref())},i.inherits(h,p),h.prototype.read=function(e,t,r,n,i){var s=n+r,o=s-this.buffer.length,a=o>0?o:r;this.buffer.copy(e,t,n,s),setImmediate((function(){i(null,a)}))},h.prototype.write=function(e,t,r,n,i){e.copy(this.buffer,n,t,t+r),setImmediate((function(){i(null,r,e)}))},h.prototype.createReadStream=function(e){var t=new c(e=e||{});t.destroyed=!1,t.start=e.start||0,t.endOffset=e.end,t.pos=t.endOffset||this.buffer.length;for(var r=this.buffer.slice(t.start,t.pos),n=0;;){var i=n+this.maxChunkSize;if(i>=r.length){n<r.length&&t.write(r.slice(n,r.length));break}t.write(r.slice(n,i)),n=i}return t.end(),t.destroy=function(){t.destroyed=!0},t},h.prototype.createWriteStream=function(e){var t=this,r=new a(e=e||{});return r.start=e.start||0,r.endOffset=null==e.end?this.buffer.length:+e.end,r.bytesWritten=0,r.pos=r.start,r.destroyed=!1,r._write=function(e,n,i){if(!r.destroyed){var s=r.pos+e.length;if(s>r.endOffset){var o=new Error("maximum file length exceeded");return o.code="ETOOBIG",r.destroyed=!0,void i(o)}e.copy(t.buffer,r.pos,0,e.length),r.bytesWritten+=e.length,r.pos=s,r.emit("progress"),i()}},r.destroy=function(){r.destroyed=!0},r},h.prototype.ref=function(){this.refCount+=1},h.prototype.unref=function(){if(this.refCount-=1,this.refCount<0)throw new Error("invalid unref")}},2317:e=>{"use strict";!function(t){var r=/^(b|B)$/,n={iec:{bits:["b","Kib","Mib","Gib","Tib","Pib","Eib","Zib","Yib"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["b","Kb","Mb","Gb","Tb","Pb","Eb","Zb","Yb"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},i={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]};function s(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=[],o=0,a=void 0,c=void 0,l=void 0,p=void 0,u=void 0,d=void 0,f=void 0,h=void 0,m=void 0,g=void 0,v=void 0,y=void 0,b=void 0,w=void 0,x=void 0,_=void 0,S=void 0;if(isNaN(e))throw new TypeError("Invalid number");return l=!0===t.bits,b=!0===t.unix,c=t.base||2,y=void 0!==t.round?t.round:b?1:2,f=void 0!==t.locale?t.locale:"",h=t.localeOptions||{},w=void 0!==t.separator?t.separator:"",x=void 0!==t.spacer?t.spacer:b?"":" ",S=t.symbols||{},_=2===c&&t.standard||"jedec",v=t.output||"string",u=!0===t.fullform,d=t.fullforms instanceof Array?t.fullforms:[],a=void 0!==t.exponent?t.exponent:-1,p=c>2?1e3:1024,(m=(g=Number(e))<0)&&(g=-g),(-1===a||isNaN(a))&&(a=Math.floor(Math.log(g)/Math.log(p)))<0&&(a=0),a>8&&(a=8),"exponent"===v?a:(0===g?(s[0]=0,s[1]=b?"":n[_][l?"bits":"bytes"][a]):(o=g/(2===c?Math.pow(2,10*a):Math.pow(1e3,a)),l&&(o*=8)>=p&&a<8&&(o/=p,a++),s[0]=Number(o.toFixed(a>0?y:0)),s[0]===p&&a<8&&void 0===t.exponent&&(s[0]=1,a++),s[1]=10===c&&1===a?l?"kb":"kB":n[_][l?"bits":"bytes"][a],b&&(s[1]="jedec"===_?s[1].charAt(0):a>0?s[1].replace(/B$/,""):s[1],r.test(s[1])&&(s[0]=Math.floor(s[0]),s[1]=""))),m&&(s[0]=-s[0]),s[1]=S[s[1]]||s[1],!0===f?s[0]=s[0].toLocaleString():f.length>0?s[0]=s[0].toLocaleString(f,h):w.length>0&&(s[0]=s[0].toString().replace(".",w)),"array"===v?s:(u&&(s[1]=d[a]?d[a]:i[_][a]+(l?"bit":"byte")+(1===s[0]?"":"s")),"object"===v?{value:s[0],symbol:s[1],exponent:a}:s.join(x)))}s.partial=function(e){return function(t){return s(t,e)}},e.exports=s}("undefined"!=typeof window?window:global)},2664:(e,t,r)=>{"use strict";const n=r(3837),i=r(5702),s=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),o=e=>"number"==typeof e||"string"==typeof e&&""!==e,a=e=>Number.isInteger(+e),c=e=>{let t=`${e}`,r=-1;if("-"===t[0]&&(t=t.slice(1)),"0"===t)return!1;for(;"0"===t[++r];);return r>0},l=(e,t,r)=>{if(t>0){let r="-"===e[0]?"-":"";r&&(e=e.slice(1)),e=r+e.padStart(r?t-1:t,"0")}return!1===r?String(e):e},p=(e,t)=>{let r="-"===e[0]?"-":"";for(r&&(e=e.slice(1),t--);e.length<t;)e="0"+e;return r?"-"+e:e},u=(e,t,r,n)=>{if(r)return i(e,t,{wrap:!1,...n});let s=String.fromCharCode(e);return e===t?s:`[${s}-${String.fromCharCode(t)}]`},d=(e,t,r)=>{if(Array.isArray(e)){let t=!0===r.wrap,n=r.capture?"":"?:";return t?`(${n}${e.join("|")})`:e.join("|")}return i(e,t,r)},f=(...e)=>new RangeError("Invalid range arguments: "+n.inspect(...e)),h=(e,t,r)=>{if(!0===r.strictRanges)throw f([e,t]);return[]},m=(e,t,r=1,n={})=>{let i=Number(e),s=Number(t);if(!Number.isInteger(i)||!Number.isInteger(s)){if(!0===n.strictRanges)throw f([e,t]);return[]}0===i&&(i=0),0===s&&(s=0);let o=i>s,a=String(e),h=String(t),m=String(r);r=Math.max(Math.abs(r),1);let g=c(a)||c(h)||c(m),v=g?Math.max(a.length,h.length,m.length):0,y=!1===g&&!1===((e,t,r)=>"string"==typeof e||"string"==typeof t||!0===r.stringify)(e,t,n),b=n.transform||(e=>t=>!0===e?Number(t):String(t))(y);if(n.toRegex&&1===r)return u(p(e,v),p(t,v),!0,n);let w={negatives:[],positives:[]},x=[],_=0;for(;o?i>=s:i<=s;)!0===n.toRegex&&r>1?w[(S=i)<0?"negatives":"positives"].push(Math.abs(S)):x.push(l(b(i,_),v,y)),i=o?i-r:i+r,_++;var S;return!0===n.toRegex?r>1?((e,t)=>{e.negatives.sort(((e,t)=>e<t?-1:e>t?1:0)),e.positives.sort(((e,t)=>e<t?-1:e>t?1:0));let r,n=t.capture?"":"?:",i="",s="";return e.positives.length&&(i=e.positives.join("|")),e.negatives.length&&(s=`-(${n}${e.negatives.join("|")})`),r=i&&s?`${i}|${s}`:i||s,t.wrap?`(${n}${r})`:r})(w,n):d(x,null,{wrap:!1,...n}):x},g=(e,t,r,n={})=>{if(null==t&&o(e))return[e];if(!o(e)||!o(t))return h(e,t,n);if("function"==typeof r)return g(e,t,1,{transform:r});if(s(r))return g(e,t,0,r);let i={...n};return!0===i.capture&&(i.wrap=!0),r=r||i.step||1,a(r)?a(e)&&a(t)?m(e,t,r,i):((e,t,r=1,n={})=>{if(!a(e)&&e.length>1||!a(t)&&t.length>1)return h(e,t,n);let i=n.transform||(e=>String.fromCharCode(e)),s=`${e}`.charCodeAt(0),o=`${t}`.charCodeAt(0),c=s>o,l=Math.min(s,o),p=Math.max(s,o);if(n.toRegex&&1===r)return u(l,p,!1,n);let f=[],m=0;for(;c?s>=o:s<=o;)f.push(i(s,m)),s=c?s-r:s+r,m++;return!0===n.toRegex?d(f,null,{wrap:!1,options:n}):f})(e,t,Math.max(Math.abs(r),1),i):null==r||s(r)?g(e,t,1,r):((e,t)=>{if(!0===t.strictRanges)throw new TypeError(`Expected step "${e}" to be a number`);return[]})(r,i)};e.exports=g},7838:(e,t,r)=>{"use strict";var n=r(9058)("finalhandler"),i=r(517),s=r(5573),o=r(338),a=r(8317),c=r(4917),l=r(8170),p=/\x20{2}/g,u=/\n/g,d="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))},f=o.isFinished;function h(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}e.exports=function(e,t,r){var m=r||{},g=m.env||"production",v=m.onerror;return function(r){var m,y,b;if(r||!h(t)){if(r?(b=function(e){if("number"==typeof e.status&&e.status>=400&&e.status<600)return e.status;if("number"==typeof e.statusCode&&e.statusCode>=400&&e.statusCode<600)return e.statusCode;return}(r),void 0===b?b=function(e){var t=e.statusCode;("number"!=typeof t||t<400||t>599)&&(t=500);return t}(t):m=function(e){if(!e.headers||"object"!=typeof e.headers)return;for(var t=Object.create(null),r=Object.keys(e.headers),n=0;n<r.length;n++){var i=r[n];t[i]=e.headers[i]}return t}(r),y=function(e,t,r){var n;"production"!==r&&((n=e.stack)||"function"!=typeof e.toString||(n=e.toString()));return n||c[t]}(r,b,g)):(b=404,y="Cannot "+e.method+" "+i(function(e){try{return a.original(e).pathname}catch(e){return"resource"}}(e))),n("default %s",b),r&&v&&d(v,r,e,t),h(t))return n("cannot %d after headers sent",b),void e.socket.destroy();!function(e,t,r,n,i){function a(){var o=function(e){return'<!DOCTYPE html>\n<html lang="en">\n<head>\n<meta charset="utf-8">\n<title>Error</title>\n</head>\n<body>\n<pre>'+s(e).replace(u,"<br>").replace(p," &nbsp;")+"</pre>\n</body>\n</html>\n"}(i);t.statusCode=r,t.statusMessage=c[r],function(e,t){if(!t)return;for(var r=Object.keys(t),n=0;n<r.length;n++){var i=r[n];e.setHeader(i,t[i])}}(t,n),t.setHeader("Content-Security-Policy","default-src 'none'"),t.setHeader("X-Content-Type-Options","nosniff"),t.setHeader("Content-Type","text/html; charset=utf-8"),t.setHeader("Content-Length",Buffer.byteLength(o,"utf8")),"HEAD"!==e.method?t.end(o,"utf8"):t.end()}if(f(e))return void a();l(e),o(e,a),e.resume()}(e,t,b,m,y)}else n("cannot 404 after headers sent")}}},7775:(e,t,r)=>{function n(){var e;try{e=t.storage.debug}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e}(t=e.exports=r(3129)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var r=this.useColors;if(e[0]=(r?"%c":"")+this.namespace+(r?" %c":" ")+e[0]+(r?"%c ":" ")+"+"+t.humanize(this.diff),!r)return;var n="color: "+this.color;e.splice(1,0,n,"color: inherit");var i=0,s=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(i++,"%c"===e&&(s=i))})),e.splice(s,0,n)},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=n,t.useColors=function(){if("undefined"!=typeof window&&window.process&&"renderer"===window.process.type)return!0;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage="undefined"!=typeof chrome&&void 0!==chrome.storage?chrome.storage.local:function(){try{return window.localStorage}catch(e){}}(),t.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],t.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},t.enable(n())},3129:(e,t,r)=>{var n;function i(e){function r(){if(r.enabled){var e=r,i=+new Date,s=i-(n||i);e.diff=s,e.prev=n,e.curr=i,n=i;for(var o=new Array(arguments.length),a=0;a<o.length;a++)o[a]=arguments[a];o[0]=t.coerce(o[0]),"string"!=typeof o[0]&&o.unshift("%O");var c=0;o[0]=o[0].replace(/%([a-zA-Z%])/g,(function(r,n){if("%%"===r)return r;c++;var i=t.formatters[n];if("function"==typeof i){var s=o[c];r=i.call(e,s),o.splice(c,1),c--}return r})),t.formatArgs.call(e,o);var l=r.log||t.log||console.log.bind(console);l.apply(e,o)}}return r.namespace=e,r.enabled=t.enabled(e),r.useColors=t.useColors(),r.color=function(e){var r,n=0;for(r in e)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]}(e),"function"==typeof t.init&&t.init(r),r}(t=e.exports=i.debug=i.default=i).coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){t.enable("")},t.enable=function(e){t.save(e),t.names=[],t.skips=[];for(var r=("string"==typeof e?e:"").split(/[\s,]+/),n=r.length,i=0;i<n;i++)r[i]&&("-"===(e=r[i].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){var r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=r(7824),t.names=[],t.skips=[],t.formatters={}},9058:(e,t,r)=>{"undefined"!=typeof process&&"renderer"===process.type?e.exports=r(7775):e.exports=r(5059)},5059:(e,t,r)=>{var n=r(6224),i=r(3837);(t=e.exports=r(3129)).init=function(e){e.inspectOpts={};for(var r=Object.keys(t.inspectOpts),n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(){return o.write(i.format.apply(i,arguments)+"\n")},t.formatArgs=function(e){var r=this.namespace;if(this.useColors){var n=this.color,i="  [3"+n+";1m"+r+" [0m";e[0]=i+e[0].split("\n").join("\n"+i),e.push("[3"+n+"m+"+t.humanize(this.diff)+"[0m")}else e[0]=(new Date).toUTCString()+" "+r+" "+e[0]},t.save=function(e){null==e?delete process.env.DEBUG:process.env.DEBUG=e},t.load=a,t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(s)},t.colors=[6,2,3,4,5,1],t.inspectOpts=Object.keys(process.env).filter((function(e){return/^debug_/i.test(e)})).reduce((function(e,t){var r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(function(e,t){return t.toUpperCase()})),n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{});var s=parseInt(process.env.DEBUG_FD,10)||2;1!==s&&2!==s&&i.deprecate((function(){}),"except for stderr(2) and stdout(1), any other usage of DEBUG_FD is deprecated. Override debug.log if you want to use a different log function (https://git.io/debug_fd)")();var o=1===s?process.stdout:2===s?process.stderr:function(e){var t;switch(process.binding("tty_wrap").guessHandleType(e)){case"TTY":(t=new n.WriteStream(e))._type="tty",t._handle&&t._handle.unref&&t._handle.unref();break;case"FILE":var i=r(7147);(t=new i.SyncWriteStream(e,{autoClose:!1}))._type="fs";break;case"PIPE":case"TCP":var s=r(1808);(t=new s.Socket({fd:e,readable:!1,writable:!0})).readable=!1,t.read=null,t._type="pipe",t._handle&&t._handle.unref&&t._handle.unref();break;default:throw new Error("Implement me. Unknown stream file type!")}return t.fd=e,t._isStdio=!0,t}(s);function a(){return process.env.DEBUG}t.formatters.o=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts).split("\n").map((function(e){return e.trim()})).join(" ")},t.formatters.O=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts)},t.enable(a())},2261:(e,t,r)=>{var n;e.exports=function(){if(!n)try{n=r(5158)("follow-redirects")}catch(e){n=function(){}}n.apply(null,arguments)}},938:(e,t,r)=>{var n=r(7310),i=n.URL,s=r(3685),o=r(5687),a=r(2781).Writable,c=r(9491),l=r(2261),p=Object.create(null);["abort","aborted","connect","error","socket","timeout"].forEach((function(e){p[e]=function(t,r,n){this._redirectable.emit(e,t,r,n)}}));var u=w("ERR_FR_REDIRECTION_FAILURE",""),d=w("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),f=w("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),h=w("ERR_STREAM_WRITE_AFTER_END","write after end");function m(e,t){a.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var r=this;this._onNativeResponse=function(e){r._processResponse(e)},this._performRequest()}function g(e){var t={maxRedirects:21,maxBodyLength:10485760},r={};return Object.keys(e).forEach((function(s){var o=s+":",a=r[o]=e[s],p=t[s]=Object.create(a);Object.defineProperties(p,{request:{value:function(e,s,a){if("string"==typeof e){var p=e;try{e=y(new i(p))}catch(t){e=n.parse(p)}}else i&&e instanceof i?e=y(e):(a=s,s=e,e={protocol:o});return"function"==typeof s&&(a=s,s=null),(s=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},e,s)).nativeProtocols=r,c.equal(s.protocol,o,"protocol mismatch"),l("options",s),new m(s,a)},configurable:!0,enumerable:!0,writable:!0},get:{value:function(e,t,r){var n=p.request(e,t,r);return n.end(),n},configurable:!0,enumerable:!0,writable:!0}})})),t}function v(){}function y(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return""!==e.port&&(t.port=Number(e.port)),t}function b(e,t){var r;for(var n in t)e.test(n)&&(r=t[n],delete t[n]);return r}function w(e,t){function r(e){Error.captureStackTrace(this,this.constructor),this.message=e||t}return r.prototype=new Error,r.prototype.constructor=r,r.prototype.name="Error ["+e+"]",r.prototype.code=e,r}m.prototype=Object.create(a.prototype),m.prototype.abort=function(){this._currentRequest.removeAllListeners(),this._currentRequest.on("error",v),this._currentRequest.abort(),this.emit("abort"),this.removeAllListeners()},m.prototype.write=function(e,t,r){if(this._ending)throw new h;if(!("string"==typeof e||"object"==typeof e&&"length"in e))throw new TypeError("data should be a string, Buffer or Uint8Array");"function"==typeof t&&(r=t,t=null),0!==e.length?this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,r)):(this.emit("error",new f),this.abort()):r&&r()},m.prototype.end=function(e,t,r){if("function"==typeof e?(r=e,e=t=null):"function"==typeof t&&(r=t,t=null),e){var n=this,i=this._currentRequest;this.write(e,t,(function(){n._ended=!0,i.end(null,null,r)})),this._ending=!0}else this._ended=this._ending=!0,this._currentRequest.end(null,null,r)},m.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)},m.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)},m.prototype.setTimeout=function(e,t){var r=this;function n(){r._timeout&&clearTimeout(r._timeout),r._timeout=setTimeout((function(){r.emit("timeout"),i()}),e)}function i(){clearTimeout(this._timeout),t&&r.removeListener("timeout",t),this.socket||r._currentRequest.removeListener("socket",n)}return t&&this.on("timeout",t),this.socket?n():this._currentRequest.once("socket",n),this.once("response",i),this.once("error",i),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){m.prototype[e]=function(t,r){return this._currentRequest[e](t,r)}})),["aborted","connection","socket"].forEach((function(e){Object.defineProperty(m.prototype,e,{get:function(){return this._currentRequest[e]}})})),m.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}},m.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(t){if(this._options.agents){var r=e.substr(0,e.length-1);this._options.agent=this._options.agents[r]}var i=this._currentRequest=t.request(this._options,this._onNativeResponse);for(var s in this._currentUrl=n.format(this._options),i._redirectable=this,p)s&&i.on(s,p[s]);if(this._isRedirect){var o=0,a=this,c=this._requestBodyBuffers;!function e(t){if(i===a._currentRequest)if(t)a.emit("error",t);else if(o<c.length){var r=c[o++];i.finished||i.write(r.data,r.encoding,e)}else a._ended&&i.end()}()}}else this.emit("error",new TypeError("Unsupported protocol "+e))},m.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var r=e.headers.location;if(r&&!1!==this._options.followRedirects&&t>=300&&t<400){if(this._currentRequest.removeAllListeners(),this._currentRequest.on("error",v),this._currentRequest.abort(),e.destroy(),++this._redirectCount>this._options.maxRedirects)return void this.emit("error",new d);((301===t||302===t)&&"POST"===this._options.method||303===t&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],b(/^content-/i,this._options.headers));var i=b(/^host$/i,this._options.headers)||n.parse(this._currentUrl).hostname,s=n.resolve(this._currentUrl,r);l("redirecting to",s),this._isRedirect=!0;var o=n.parse(s);if(Object.assign(this._options,o),o.hostname!==i&&b(/^authorization$/i,this._options.headers),"function"==typeof this._options.beforeRedirect){var a={headers:e.headers};try{this._options.beforeRedirect.call(null,this._options,a)}catch(e){return void this.emit("error",e)}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(e){var c=new u("Redirected request failed: "+e.message);c.cause=e,this.emit("error",c)}}else e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[]},e.exports=g({http:s,https:o}),e.exports.wrap=g},271:e=>{"use strict";e.exports=function(e){if(!e)throw new TypeError("argument req is required");var t=function(e){for(var t=e.length,r=[],n=e.length,i=e.length-1;i>=0;i--)switch(e.charCodeAt(i)){case 32:n===t&&(n=t=i);break;case 44:n!==t&&r.push(e.substring(n,t)),n=t=i;break;default:n=i}n!==t&&r.push(e.substring(n,t));return r}(e.headers["x-forwarded-for"]||"");return[e.connection.remoteAddress].concat(t)}},9635:e=>{"use strict";var t=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;function r(e){var t=e&&Date.parse(e);return"number"==typeof t?t:NaN}e.exports=function(e,n){var i=e["if-modified-since"],s=e["if-none-match"];if(!i&&!s)return!1;var o=e["cache-control"];if(o&&t.test(o))return!1;if(s&&"*"!==s){var a=n.etag;if(!a)return!1;for(var c=!0,l=function(e){for(var t=0,r=[],n=0,i=0,s=e.length;i<s;i++)switch(e.charCodeAt(i)){case 32:n===t&&(n=t=i+1);break;case 44:r.push(e.substring(n,t)),n=t=i+1;break;default:t=i+1}return r.push(e.substring(n,t)),r}(s),p=0;p<l.length;p++){var u=l[p];if(u===a||u==="W/"+a||"W/"+u===a){c=!1;break}}if(c)return!1}if(i){var d=n["last-modified"];if(!(d&&r(d)<=r(i)))return!1}return!0}},7268:(e,t,r)=>{e.exports=r(7147).constants||r(2057)},7334:(e,t,r)=>{e.exports=p,p.realpath=p,p.sync=u,p.realpathSync=u,p.monkeypatch=function(){n.realpath=p,n.realpathSync=u},p.unmonkeypatch=function(){n.realpath=i,n.realpathSync=s};var n=r(7147),i=n.realpath,s=n.realpathSync,o=process.version,a=/^v[0-5]\./.test(o),c=r(7059);function l(e){return e&&"realpath"===e.syscall&&("ELOOP"===e.code||"ENOMEM"===e.code||"ENAMETOOLONG"===e.code)}function p(e,t,r){if(a)return i(e,t,r);"function"==typeof t&&(r=t,t=null),i(e,t,(function(n,i){l(n)?c.realpath(e,t,r):r(n,i)}))}function u(e,t){if(a)return s(e,t);try{return s(e,t)}catch(r){if(l(r))return c.realpathSync(e,t);throw r}}},7059:(e,t,r)=>{var n=r(1017),i="win32"===process.platform,s=r(7147),o=process.env.NODE_DEBUG&&/fs/.test(process.env.NODE_DEBUG);function a(e){return"function"==typeof e?e:function(){var e;if(o){var t=new Error;e=function(e){e&&(t.message=e.message,r(e=t))}}else e=r;return e;function r(e){if(e){if(process.throwDeprecation)throw e;if(!process.noDeprecation){var t="fs: missing callback "+(e.stack||e.message);process.traceDeprecation?console.trace(t):console.error(t)}}}}()}n.normalize;if(i)var c=/(.*?)(?:[\/\\]+|$)/g;else c=/(.*?)(?:[\/]+|$)/g;if(i)var l=/^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/;else l=/^[\/]*/;t.realpathSync=function(e,t){if(e=n.resolve(e),t&&Object.prototype.hasOwnProperty.call(t,e))return t[e];var r,o,a,p,u=e,d={},f={};function h(){var t=l.exec(e);r=t[0].length,o=t[0],a=t[0],p="",i&&!f[a]&&(s.lstatSync(a),f[a]=!0)}for(h();r<e.length;){c.lastIndex=r;var m=c.exec(e);if(p=o,o+=m[0],a=p+m[1],r=c.lastIndex,!(f[a]||t&&t[a]===a)){var g;if(t&&Object.prototype.hasOwnProperty.call(t,a))g=t[a];else{var v=s.lstatSync(a);if(!v.isSymbolicLink()){f[a]=!0,t&&(t[a]=a);continue}var y=null;if(!i){var b=v.dev.toString(32)+":"+v.ino.toString(32);d.hasOwnProperty(b)&&(y=d[b])}null===y&&(s.statSync(a),y=s.readlinkSync(a)),g=n.resolve(p,y),t&&(t[a]=g),i||(d[b]=y)}e=n.resolve(g,e.slice(r)),h()}}return t&&(t[u]=e),e},t.realpath=function(e,t,r){if("function"!=typeof r&&(r=a(t),t=null),e=n.resolve(e),t&&Object.prototype.hasOwnProperty.call(t,e))return process.nextTick(r.bind(null,null,t[e]));var o,p,u,d,f=e,h={},m={};function g(){var t=l.exec(e);o=t[0].length,p=t[0],u=t[0],d="",i&&!m[u]?s.lstat(u,(function(e){if(e)return r(e);m[u]=!0,v()})):process.nextTick(v)}function v(){if(o>=e.length)return t&&(t[f]=e),r(null,e);c.lastIndex=o;var n=c.exec(e);return d=p,p+=n[0],u=d+n[1],o=c.lastIndex,m[u]||t&&t[u]===u?process.nextTick(v):t&&Object.prototype.hasOwnProperty.call(t,u)?w(t[u]):s.lstat(u,y)}function y(e,n){if(e)return r(e);if(!n.isSymbolicLink())return m[u]=!0,t&&(t[u]=u),process.nextTick(v);if(!i){var o=n.dev.toString(32)+":"+n.ino.toString(32);if(h.hasOwnProperty(o))return b(null,h[o],u)}s.stat(u,(function(e){if(e)return r(e);s.readlink(u,(function(e,t){i||(h[o]=t),b(e,t)}))}))}function b(e,i,s){if(e)return r(e);var o=n.resolve(d,i);t&&(t[s]=o),w(o)}function w(t){e=n.resolve(t,e.slice(o)),g()}g()}},7647:(e,t,r)=>{"use strict";var n=r(6830),i=r(1017).posix.dirname,s="win32"===r(2037).platform(),o=/\\/g,a=/[\{\[].*[\/]*.*[\}\]]$/,c=/(^|[^\\])([\{\[]|\([^\)]+$)/,l=/\\([\!\*\?\|\[\]\(\)\{\}])/g;e.exports=function(e,t){Object.assign({flipBackslashes:!0},t).flipBackslashes&&s&&e.indexOf("/")<0&&(e=e.replace(o,"/")),a.test(e)&&(e+="/"),e+="a";do{e=i(e)}while(n(e)||c.test(e));return e.replace(l,"$1")}},6772:(e,t,r)=>{function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.alphasort=l,t.alphasorti=c,t.setopts=function(e,t,r){r||(r={});if(r.matchBase&&-1===t.indexOf("/")){if(r.noglobstar)throw new Error("base matching requires globstar");t="**/"+t}e.silent=!!r.silent,e.pattern=t,e.strict=!1!==r.strict,e.realpath=!!r.realpath,e.realpathCache=r.realpathCache||Object.create(null),e.follow=!!r.follow,e.dot=!!r.dot,e.mark=!!r.mark,e.nodir=!!r.nodir,e.nodir&&(e.mark=!0);e.sync=!!r.sync,e.nounique=!!r.nounique,e.nonull=!!r.nonull,e.nosort=!!r.nosort,e.nocase=!!r.nocase,e.stat=!!r.stat,e.noprocess=!!r.noprocess,e.absolute=!!r.absolute,e.maxLength=r.maxLength||1/0,e.cache=r.cache||Object.create(null),e.statCache=r.statCache||Object.create(null),e.symlinks=r.symlinks||Object.create(null),function(e,t){e.ignore=t.ignore||[],Array.isArray(e.ignore)||(e.ignore=[e.ignore]);e.ignore.length&&(e.ignore=e.ignore.map(p))}(e,r),e.changedCwd=!1;var s=process.cwd();n(r,"cwd")?(e.cwd=i.resolve(r.cwd),e.changedCwd=e.cwd!==s):e.cwd=s;e.root=r.root||i.resolve(e.cwd,"/"),e.root=i.resolve(e.root),"win32"===process.platform&&(e.root=e.root.replace(/\\/g,"/"));e.cwdAbs=o(e.cwd)?e.cwd:u(e,e.cwd),"win32"===process.platform&&(e.cwdAbs=e.cwdAbs.replace(/\\/g,"/"));e.nomount=!!r.nomount,r.nonegate=!0,r.nocomment=!0,e.minimatch=new a(t,r),e.options=e.minimatch.options},t.ownProp=n,t.makeAbs=u,t.finish=function(e){for(var t=e.nounique,r=t?[]:Object.create(null),n=0,i=e.matches.length;n<i;n++){var s=e.matches[n];if(s&&0!==Object.keys(s).length){var o=Object.keys(s);t?r.push.apply(r,o):o.forEach((function(e){r[e]=!0}))}else if(e.nonull){var a=e.minimatch.globSet[n];t?r.push(a):r[a]=!0}}t||(r=Object.keys(r));e.nosort||(r=r.sort(e.nocase?c:l));if(e.mark){for(n=0;n<r.length;n++)r[n]=e._mark(r[n]);e.nodir&&(r=r.filter((function(t){var r=!/\/$/.test(t),n=e.cache[t]||e.cache[u(e,t)];return r&&n&&(r="DIR"!==n&&!Array.isArray(n)),r})))}e.ignore.length&&(r=r.filter((function(t){return!d(e,t)})));e.found=r},t.mark=function(e,t){var r=u(e,t),n=e.cache[r],i=t;if(n){var s="DIR"===n||Array.isArray(n),o="/"===t.slice(-1);if(s&&!o?i+="/":!s&&o&&(i=i.slice(0,-1)),i!==t){var a=u(e,i);e.statCache[a]=e.statCache[r],e.cache[a]=e.cache[r]}}return i},t.isIgnored=d,t.childrenIgnored=function(e,t){return!!e.ignore.length&&e.ignore.some((function(e){return!(!e.gmatcher||!e.gmatcher.match(t))}))};var i=r(1017),s=r(1171),o=r(4095),a=s.Minimatch;function c(e,t){return e.toLowerCase().localeCompare(t.toLowerCase())}function l(e,t){return e.localeCompare(t)}function p(e){var t=null;if("/**"===e.slice(-3)){var r=e.replace(/(\/\*\*)+$/,"");t=new a(r,{dot:!0})}return{matcher:new a(e,{dot:!0}),gmatcher:t}}function u(e,t){var r=t;return r="/"===t.charAt(0)?i.join(e.root,t):o(t)||""===t?t:e.changedCwd?i.resolve(e.cwd,t):i.resolve(t),"win32"===process.platform&&(r=r.replace(/\\/g,"/")),r}function d(e,t){return!!e.ignore.length&&e.ignore.some((function(e){return e.matcher.match(t)||!(!e.gmatcher||!e.gmatcher.match(t))}))}},2884:(e,t,r)=>{e.exports=b;var n=r(7147),i=r(7334),s=r(1171),o=(s.Minimatch,r(4378)),a=r(2361).EventEmitter,c=r(1017),l=r(9491),p=r(4095),u=r(4751),d=r(6772),f=(d.alphasort,d.alphasorti,d.setopts),h=d.ownProp,m=r(7844),g=(r(3837),d.childrenIgnored),v=d.isIgnored,y=r(778);function b(e,t,r){if("function"==typeof t&&(r=t,t={}),t||(t={}),t.sync){if(r)throw new TypeError("callback provided to sync glob");return u(e,t)}return new x(e,t,r)}b.sync=u;var w=b.GlobSync=u.GlobSync;function x(e,t,r){if("function"==typeof t&&(r=t,t=null),t&&t.sync){if(r)throw new TypeError("callback provided to sync glob");return new w(e,t)}if(!(this instanceof x))return new x(e,t,r);f(this,e,t),this._didRealPath=!1;var n=this.minimatch.set.length;this.matches=new Array(n),"function"==typeof r&&(r=y(r),this.on("error",r),this.on("end",(function(e){r(null,e)})));var i=this;if(this._processing=0,this._emitQueue=[],this._processQueue=[],this.paused=!1,this.noprocess)return this;if(0===n)return o();for(var s=0;s<n;s++)this._process(this.minimatch.set[s],s,!1,o);function o(){--i._processing,i._processing<=0&&i._finish()}}b.glob=b,b.hasMagic=function(e,t){var r=function(e,t){if(null===t||"object"!=typeof t)return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e}({},t);r.noprocess=!0;var n=new x(e,r).minimatch.set;if(!e)return!1;if(n.length>1)return!0;for(var i=0;i<n[0].length;i++)if("string"!=typeof n[0][i])return!0;return!1},b.Glob=x,o(x,a),x.prototype._finish=function(){if(l(this instanceof x),!this.aborted){if(this.realpath&&!this._didRealpath)return this._realpath();d.finish(this),this.emit("end",this.found)}},x.prototype._realpath=function(){if(!this._didRealpath){this._didRealpath=!0;var e=this.matches.length;if(0===e)return this._finish();for(var t=this,r=0;r<this.matches.length;r++)this._realpathSet(r,n)}function n(){0==--e&&t._finish()}},x.prototype._realpathSet=function(e,t){var r=this.matches[e];if(!r)return t();var n=Object.keys(r),s=this,o=n.length;if(0===o)return t();var a=this.matches[e]=Object.create(null);n.forEach((function(r,n){r=s._makeAbs(r),i.realpath(r,s.realpathCache,(function(n,i){n?"stat"===n.syscall?a[r]=!0:s.emit("error",n):a[i]=!0,0==--o&&(s.matches[e]=a,t())}))}))},x.prototype._mark=function(e){return d.mark(this,e)},x.prototype._makeAbs=function(e){return d.makeAbs(this,e)},x.prototype.abort=function(){this.aborted=!0,this.emit("abort")},x.prototype.pause=function(){this.paused||(this.paused=!0,this.emit("pause"))},x.prototype.resume=function(){if(this.paused){if(this.emit("resume"),this.paused=!1,this._emitQueue.length){var e=this._emitQueue.slice(0);this._emitQueue.length=0;for(var t=0;t<e.length;t++){var r=e[t];this._emitMatch(r[0],r[1])}}if(this._processQueue.length){var n=this._processQueue.slice(0);this._processQueue.length=0;for(t=0;t<n.length;t++){var i=n[t];this._processing--,this._process(i[0],i[1],i[2],i[3])}}}},x.prototype._process=function(e,t,r,n){if(l(this instanceof x),l("function"==typeof n),!this.aborted)if(this._processing++,this.paused)this._processQueue.push([e,t,r,n]);else{for(var i,o=0;"string"==typeof e[o];)o++;switch(o){case e.length:return void this._processSimple(e.join("/"),t,n);case 0:i=null;break;default:i=e.slice(0,o).join("/")}var a,c=e.slice(o);null===i?a=".":p(i)||p(e.join("/"))?(i&&p(i)||(i="/"+i),a=i):a=i;var u=this._makeAbs(a);if(g(this,a))return n();c[0]===s.GLOBSTAR?this._processGlobStar(i,a,u,c,t,r,n):this._processReaddir(i,a,u,c,t,r,n)}},x.prototype._processReaddir=function(e,t,r,n,i,s,o){var a=this;this._readdir(r,s,(function(c,l){return a._processReaddir2(e,t,r,n,i,s,l,o)}))},x.prototype._processReaddir2=function(e,t,r,n,i,s,o,a){if(!o)return a();for(var l=n[0],p=!!this.minimatch.negate,u=l._glob,d=this.dot||"."===u.charAt(0),f=[],h=0;h<o.length;h++){if("."!==(g=o[h]).charAt(0)||d)(p&&!e?!g.match(l):g.match(l))&&f.push(g)}var m=f.length;if(0===m)return a();if(1===n.length&&!this.mark&&!this.stat){this.matches[i]||(this.matches[i]=Object.create(null));for(h=0;h<m;h++){var g=f[h];e&&(g="/"!==e?e+"/"+g:e+g),"/"!==g.charAt(0)||this.nomount||(g=c.join(this.root,g)),this._emitMatch(i,g)}return a()}n.shift();for(h=0;h<m;h++){g=f[h];e&&(g="/"!==e?e+"/"+g:e+g),this._process([g].concat(n),i,s,a)}a()},x.prototype._emitMatch=function(e,t){if(!this.aborted&&!v(this,t))if(this.paused)this._emitQueue.push([e,t]);else{var r=p(t)?t:this._makeAbs(t);if(this.mark&&(t=this._mark(t)),this.absolute&&(t=r),!this.matches[e][t]){if(this.nodir){var n=this.cache[r];if("DIR"===n||Array.isArray(n))return}this.matches[e][t]=!0;var i=this.statCache[r];i&&this.emit("stat",t,i),this.emit("match",t)}}},x.prototype._readdirInGlobStar=function(e,t){if(!this.aborted){if(this.follow)return this._readdir(e,!1,t);var r=this,i=m("lstat\0"+e,(function(n,i){if(n&&"ENOENT"===n.code)return t();var s=i&&i.isSymbolicLink();r.symlinks[e]=s,s||!i||i.isDirectory()?r._readdir(e,!1,t):(r.cache[e]="FILE",t())}));i&&n.lstat(e,i)}},x.prototype._readdir=function(e,t,r){if(!this.aborted&&(r=m("readdir\0"+e+"\0"+t,r))){if(t&&!h(this.symlinks,e))return this._readdirInGlobStar(e,r);if(h(this.cache,e)){var i=this.cache[e];if(!i||"FILE"===i)return r();if(Array.isArray(i))return r(null,i)}n.readdir(e,function(e,t,r){return function(n,i){n?e._readdirError(t,n,r):e._readdirEntries(t,i,r)}}(this,e,r))}},x.prototype._readdirEntries=function(e,t,r){if(!this.aborted){if(!this.mark&&!this.stat)for(var n=0;n<t.length;n++){var i=t[n];i="/"===e?e+i:e+"/"+i,this.cache[i]=!0}return this.cache[e]=t,r(null,t)}},x.prototype._readdirError=function(e,t,r){if(!this.aborted){switch(t.code){case"ENOTSUP":case"ENOTDIR":var n=this._makeAbs(e);if(this.cache[n]="FILE",n===this.cwdAbs){var i=new Error(t.code+" invalid cwd "+this.cwd);i.path=this.cwd,i.code=t.code,this.emit("error",i),this.abort()}break;case"ENOENT":case"ELOOP":case"ENAMETOOLONG":case"UNKNOWN":this.cache[this._makeAbs(e)]=!1;break;default:this.cache[this._makeAbs(e)]=!1,this.strict&&(this.emit("error",t),this.abort()),this.silent||console.error("glob error",t)}return r()}},x.prototype._processGlobStar=function(e,t,r,n,i,s,o){var a=this;this._readdir(r,s,(function(c,l){a._processGlobStar2(e,t,r,n,i,s,l,o)}))},x.prototype._processGlobStar2=function(e,t,r,n,i,s,o,a){if(!o)return a();var c=n.slice(1),l=e?[e]:[],p=l.concat(c);this._process(p,i,!1,a);var u=this.symlinks[r],d=o.length;if(u&&s)return a();for(var f=0;f<d;f++){if("."!==o[f].charAt(0)||this.dot){var h=l.concat(o[f],c);this._process(h,i,!0,a);var m=l.concat(o[f],n);this._process(m,i,!0,a)}}a()},x.prototype._processSimple=function(e,t,r){var n=this;this._stat(e,(function(i,s){n._processSimple2(e,t,i,s,r)}))},x.prototype._processSimple2=function(e,t,r,n,i){if(this.matches[t]||(this.matches[t]=Object.create(null)),!n)return i();if(e&&p(e)&&!this.nomount){var s=/[\/\\]$/.test(e);"/"===e.charAt(0)?e=c.join(this.root,e):(e=c.resolve(this.root,e),s&&(e+="/"))}"win32"===process.platform&&(e=e.replace(/\\/g,"/")),this._emitMatch(t,e),i()},x.prototype._stat=function(e,t){var r=this._makeAbs(e),i="/"===e.slice(-1);if(e.length>this.maxLength)return t();if(!this.stat&&h(this.cache,r)){var s=this.cache[r];if(Array.isArray(s)&&(s="DIR"),!i||"DIR"===s)return t(null,s);if(i&&"FILE"===s)return t()}var o=this.statCache[r];if(void 0!==o){if(!1===o)return t(null,o);var a=o.isDirectory()?"DIR":"FILE";return i&&"FILE"===a?t():t(null,a,o)}var c=this,l=m("stat\0"+r,(function(i,s){if(s&&s.isSymbolicLink())return n.stat(r,(function(n,i){n?c._stat2(e,r,null,s,t):c._stat2(e,r,n,i,t)}));c._stat2(e,r,i,s,t)}));l&&n.lstat(r,l)},x.prototype._stat2=function(e,t,r,n,i){if(r&&("ENOENT"===r.code||"ENOTDIR"===r.code))return this.statCache[t]=!1,i();var s="/"===e.slice(-1);if(this.statCache[t]=n,"/"===t.slice(-1)&&n&&!n.isDirectory())return i(null,!1,n);var o=!0;return n&&(o=n.isDirectory()?"DIR":"FILE"),this.cache[t]=this.cache[t]||o,s&&"FILE"===o?i():i(null,o,n)}},4751:(e,t,r)=>{e.exports=h,h.GlobSync=m;var n=r(7147),i=r(7334),s=r(1171),o=(s.Minimatch,r(2884).Glob,r(3837),r(1017)),a=r(9491),c=r(4095),l=r(6772),p=(l.alphasort,l.alphasorti,l.setopts),u=l.ownProp,d=l.childrenIgnored,f=l.isIgnored;function h(e,t){if("function"==typeof t||3===arguments.length)throw new TypeError("callback provided to sync glob\nSee: https://github.com/isaacs/node-glob/issues/167");return new m(e,t).found}function m(e,t){if(!e)throw new Error("must provide pattern");if("function"==typeof t||3===arguments.length)throw new TypeError("callback provided to sync glob\nSee: https://github.com/isaacs/node-glob/issues/167");if(!(this instanceof m))return new m(e,t);if(p(this,e,t),this.noprocess)return this;var r=this.minimatch.set.length;this.matches=new Array(r);for(var n=0;n<r;n++)this._process(this.minimatch.set[n],n,!1);this._finish()}m.prototype._finish=function(){if(a(this instanceof m),this.realpath){var e=this;this.matches.forEach((function(t,r){var n=e.matches[r]=Object.create(null);for(var s in t)try{s=e._makeAbs(s),n[i.realpathSync(s,e.realpathCache)]=!0}catch(t){if("stat"!==t.syscall)throw t;n[e._makeAbs(s)]=!0}}))}l.finish(this)},m.prototype._process=function(e,t,r){a(this instanceof m);for(var n,i=0;"string"==typeof e[i];)i++;switch(i){case e.length:return void this._processSimple(e.join("/"),t);case 0:n=null;break;default:n=e.slice(0,i).join("/")}var o,l=e.slice(i);null===n?o=".":c(n)||c(e.join("/"))?(n&&c(n)||(n="/"+n),o=n):o=n;var p=this._makeAbs(o);d(this,o)||(l[0]===s.GLOBSTAR?this._processGlobStar(n,o,p,l,t,r):this._processReaddir(n,o,p,l,t,r))},m.prototype._processReaddir=function(e,t,r,n,i,s){var a=this._readdir(r,s);if(a){for(var c=n[0],l=!!this.minimatch.negate,p=c._glob,u=this.dot||"."===p.charAt(0),d=[],f=0;f<a.length;f++){if("."!==(g=a[f]).charAt(0)||u)(l&&!e?!g.match(c):g.match(c))&&d.push(g)}var h=d.length;if(0!==h)if(1!==n.length||this.mark||this.stat){n.shift();for(f=0;f<h;f++){var m;g=d[f];m=e?[e,g]:[g],this._process(m.concat(n),i,s)}}else{this.matches[i]||(this.matches[i]=Object.create(null));for(var f=0;f<h;f++){var g=d[f];e&&(g="/"!==e.slice(-1)?e+"/"+g:e+g),"/"!==g.charAt(0)||this.nomount||(g=o.join(this.root,g)),this._emitMatch(i,g)}}}},m.prototype._emitMatch=function(e,t){if(!f(this,t)){var r=this._makeAbs(t);if(this.mark&&(t=this._mark(t)),this.absolute&&(t=r),!this.matches[e][t]){if(this.nodir){var n=this.cache[r];if("DIR"===n||Array.isArray(n))return}this.matches[e][t]=!0,this.stat&&this._stat(t)}}},m.prototype._readdirInGlobStar=function(e){if(this.follow)return this._readdir(e,!1);var t,r;try{r=n.lstatSync(e)}catch(e){if("ENOENT"===e.code)return null}var i=r&&r.isSymbolicLink();return this.symlinks[e]=i,i||!r||r.isDirectory()?t=this._readdir(e,!1):this.cache[e]="FILE",t},m.prototype._readdir=function(e,t){if(t&&!u(this.symlinks,e))return this._readdirInGlobStar(e);if(u(this.cache,e)){var r=this.cache[e];if(!r||"FILE"===r)return null;if(Array.isArray(r))return r}try{return this._readdirEntries(e,n.readdirSync(e))}catch(t){return this._readdirError(e,t),null}},m.prototype._readdirEntries=function(e,t){if(!this.mark&&!this.stat)for(var r=0;r<t.length;r++){var n=t[r];n="/"===e?e+n:e+"/"+n,this.cache[n]=!0}return this.cache[e]=t,t},m.prototype._readdirError=function(e,t){switch(t.code){case"ENOTSUP":case"ENOTDIR":var r=this._makeAbs(e);if(this.cache[r]="FILE",r===this.cwdAbs){var n=new Error(t.code+" invalid cwd "+this.cwd);throw n.path=this.cwd,n.code=t.code,n}break;case"ENOENT":case"ELOOP":case"ENAMETOOLONG":case"UNKNOWN":this.cache[this._makeAbs(e)]=!1;break;default:if(this.cache[this._makeAbs(e)]=!1,this.strict)throw t;this.silent||console.error("glob error",t)}},m.prototype._processGlobStar=function(e,t,r,n,i,s){var o=this._readdir(r,s);if(o){var a=n.slice(1),c=e?[e]:[],l=c.concat(a);this._process(l,i,!1);var p=o.length;if(!this.symlinks[r]||!s)for(var u=0;u<p;u++){if("."!==o[u].charAt(0)||this.dot){var d=c.concat(o[u],a);this._process(d,i,!0);var f=c.concat(o[u],n);this._process(f,i,!0)}}}},m.prototype._processSimple=function(e,t){var r=this._stat(e);if(this.matches[t]||(this.matches[t]=Object.create(null)),r){if(e&&c(e)&&!this.nomount){var n=/[\/\\]$/.test(e);"/"===e.charAt(0)?e=o.join(this.root,e):(e=o.resolve(this.root,e),n&&(e+="/"))}"win32"===process.platform&&(e=e.replace(/\\/g,"/")),this._emitMatch(t,e)}},m.prototype._stat=function(e){var t=this._makeAbs(e),r="/"===e.slice(-1);if(e.length>this.maxLength)return!1;if(!this.stat&&u(this.cache,t)){var i=this.cache[t];if(Array.isArray(i)&&(i="DIR"),!r||"DIR"===i)return i;if(r&&"FILE"===i)return!1}var s=this.statCache[t];if(!s){var o;try{o=n.lstatSync(t)}catch(e){if(e&&("ENOENT"===e.code||"ENOTDIR"===e.code))return this.statCache[t]=!1,!1}if(o&&o.isSymbolicLink())try{s=n.statSync(t)}catch(e){s=o}else s=o}this.statCache[t]=s;i=!0;return s&&(i=s.isDirectory()?"DIR":"FILE"),this.cache[t]=this.cache[t]||i,(!r||"FILE"!==i)&&i},m.prototype._mark=function(e){return l.mark(this,e)},m.prototype._makeAbs=function(e){return l.makeAbs(this,e)}},6560:e=>{"use strict";e.exports=(e,t)=>{t=t||process.argv;const r=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(r+e),i=t.indexOf("--");return-1!==n&&(-1===i||n<i)}},9009:(e,t,r)=>{"use strict";var n,i,s,o=r(412)("http-errors"),a=r(6644),c=r(4917),l=r(4029),p=r(2953);function u(e){return Number(String(e).charAt(0)+"00")}function d(e,t){var r=Object.getOwnPropertyDescriptor(e,"name");r&&r.configurable&&(r.value=t,Object.defineProperty(e,"name",r))}e.exports=function e(){for(var t,r,n=500,i={},s=0;s<arguments.length;s++){var a=arguments[s];if(a instanceof Error)n=(t=a).status||t.statusCode||n;else switch(typeof a){case"string":r=a;break;case"number":n=a,0!==s&&o("non-first-argument status code; replace with createError("+a+", ...)");break;case"object":i=a}}"number"==typeof n&&(n<400||n>=600)&&o("non-error status code; use only 4xx or 5xx status codes");("number"!=typeof n||!c[n]&&(n<400||n>=600))&&(n=500);var l=e[n]||e[u(n)];t||(t=l?new l(r):new Error(r||c[n]),Error.captureStackTrace(t,e));l&&t instanceof l&&t.status===n||(t.expose=n<500,t.status=t.statusCode=n);for(var p in i)"status"!==p&&"statusCode"!==p&&(t[p]=i[p]);return t},e.exports.HttpError=function(){function e(){throw new TypeError("cannot construct abstract class")}return l(e,Error),e}(),n=e.exports,i=c.codes,s=e.exports.HttpError,i.forEach((function(e){var t,r=p(c[e]);switch(u(e)){case 400:t=function(e,t,r){var n=t.match(/Error$/)?t:t+"Error";function i(e){var t=null!=e?e:c[r],s=new Error(t);return Error.captureStackTrace(s,i),a(s,i.prototype),Object.defineProperty(s,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(s,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),s}return l(i,e),d(i,n),i.prototype.status=r,i.prototype.statusCode=r,i.prototype.expose=!0,i}(s,r,e);break;case 500:t=function(e,t,r){var n=t.match(/Error$/)?t:t+"Error";function i(e){var t=null!=e?e:c[r],s=new Error(t);return Error.captureStackTrace(s,i),a(s,i.prototype),Object.defineProperty(s,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(s,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),s}return l(i,e),d(i,n),i.prototype.status=r,i.prototype.statusCode=r,i.prototype.expose=!1,i}(s,r,e)}t&&(n[e]=t,n[r]=t)})),n["I'mateapot"]=o.function(n.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')},4029:(e,t,r)=>{try{var n=r(3837);if("function"!=typeof n.inherits)throw"";e.exports=n.inherits}catch(t){e.exports=r(998)}},998:e=>{"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},9146:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(i,s){function o(e){try{c(n.next(e))}catch(e){s(e)}}function a(e){try{c(n.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,a)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=i(r(1808)),o=i(r(4404)),a=i(r(7310)),c=i(r(9491)),l=i(r(5158)),p=r(8054),u=i(r(9829)),d=l.default("https-proxy-agent:agent");class f extends p.Agent{constructor(e){let t;if(t="string"==typeof e?a.default.parse(e):e,!t)throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!");d("creating new HttpsProxyAgent instance: %o",t),super(t);const r=Object.assign({},t);var n;this.secureProxy=t.secureProxy||"string"==typeof(n=r.protocol)&&/^https:?$/i.test(n),r.host=r.hostname||r.host,"string"==typeof r.port&&(r.port=parseInt(r.port,10)),!r.port&&r.host&&(r.port=this.secureProxy?443:80),this.secureProxy&&!("ALPNProtocols"in r)&&(r.ALPNProtocols=["http 1.1"]),r.host&&r.path&&(delete r.path,delete r.pathname),this.proxy=r}callback(e,t){return n(this,void 0,void 0,(function*(){const{proxy:r,secureProxy:n}=this;let i;n?(d("Creating `tls.Socket`: %o",r),i=o.default.connect(r)):(d("Creating `net.Socket`: %o",r),i=s.default.connect(r));const a=Object.assign({},r.headers);let l=`CONNECT ${`${t.host}:${t.port}`} HTTP/1.1\r\n`;r.auth&&(a["Proxy-Authorization"]=`Basic ${Buffer.from(r.auth).toString("base64")}`);let{host:p,port:f,secureEndpoint:m}=t;(function(e,t){return Boolean(!t&&80===e||t&&443===e)})(f,m)||(p+=`:${f}`),a.Host=p,a.Connection="close";for(const e of Object.keys(a))l+=`${e}: ${a[e]}\r\n`;const g=u.default(i);i.write(`${l}\r\n`);const{statusCode:v,buffered:y}=yield g;if(200===v){if(e.once("socket",h),t.secureEndpoint){const e=t.servername||t.host;if(!e)throw new Error('Could not determine "servername"');return d("Upgrading socket connection to TLS"),o.default.connect(Object.assign(Object.assign({},function(e,...t){const r={};let n;for(n in e)t.includes(n)||(r[n]=e[n]);return r}(t,"host","hostname","path","port")),{socket:i,servername:e}))}return i}i.destroy();const b=new s.default.Socket;return b.readable=!0,e.once("socket",(e=>{d("replaying proxy buffer for failed request"),c.default(e.listenerCount("data")>0),e.push(y),e.push(null)})),b}))}}function h(e){e.resume()}t.default=f},6018:function(e,t,r){"use strict";const n=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(r(9146));function i(e){return new n.default(e)}!function(e){e.HttpsProxyAgent=n.default,e.prototype=n.default.prototype}(i||(i={})),e.exports=i},9829:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(5158)).default("https-proxy-agent:parse-proxy-response");t.default=function(e){return new Promise(((t,r)=>{let n=0;const s=[];function o(){const r=e.read();r?function(e){s.push(e),n+=e.length;const r=Buffer.concat(s,n);if(-1===r.indexOf("\r\n\r\n"))return i("have not received end of HTTP headers yet..."),void o();const a=r.toString("ascii",0,r.indexOf("\r\n")),c=+a.split(" ")[1];i("got proxy server response: %o",a),t({statusCode:c,buffered:r})}(r):e.once("readable",o)}function a(e){i("onclose had error %o",e)}function c(){i("onend")}function l(t){e.removeListener("end",c),e.removeListener("error",l),e.removeListener("close",a),e.removeListener("readable",o),i("onerror %o",t),r(t)}e.on("error",l),e.on("close",a),e.on("end",c),o()}))}},688:(e,t,r)=>{"use strict";var n=r(2399).Buffer;t._dbcs=l;for(var i=-1,s=-10,o=-1e3,a=new Array(256),c=0;c<256;c++)a[c]=i;function l(e,t){if(this.encodingName=e.encodingName,!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var r=e.table();this.decodeTables=[],this.decodeTables[0]=a.slice(0),this.decodeTableSeq=[];for(var n=0;n<r.length;n++)this._addDecodeChunk(r[n]);this.defaultCharUnicode=t.defaultCharUnicode,this.encodeTable=[],this.encodeTableSeq=[];var s={};if(e.encodeSkipVals)for(n=0;n<e.encodeSkipVals.length;n++){var c=e.encodeSkipVals[n];if("number"==typeof c)s[c]=!0;else for(var l=c.from;l<=c.to;l++)s[l]=!0}if(this._fillEncodeTable(0,0,s),e.encodeAdd)for(var p in e.encodeAdd)Object.prototype.hasOwnProperty.call(e.encodeAdd,p)&&this._setEncodeChar(p.charCodeAt(0),e.encodeAdd[p]);if(this.defCharSB=this.encodeTable[0][t.defaultCharSingleByte.charCodeAt(0)],this.defCharSB===i&&(this.defCharSB=this.encodeTable[0]["?"]),this.defCharSB===i&&(this.defCharSB="?".charCodeAt(0)),"function"==typeof e.gb18030){this.gb18030=e.gb18030();var u=this.decodeTables.length,d=this.decodeTables[u]=a.slice(0),f=this.decodeTables.length,h=this.decodeTables[f]=a.slice(0);for(n=129;n<=254;n++){var m=o-this.decodeTables[0][n],g=this.decodeTables[m];for(l=48;l<=57;l++)g[l]=o-u}for(n=129;n<=254;n++)d[n]=o-f;for(n=48;n<=57;n++)h[n]=-2}}function p(e,t){this.leadSurrogate=-1,this.seqObj=void 0,this.encodeTable=t.encodeTable,this.encodeTableSeq=t.encodeTableSeq,this.defaultCharSingleByte=t.defCharSB,this.gb18030=t.gb18030}function u(e,t){this.nodeIdx=0,this.prevBuf=n.alloc(0),this.decodeTables=t.decodeTables,this.decodeTableSeq=t.decodeTableSeq,this.defaultCharUnicode=t.defaultCharUnicode,this.gb18030=t.gb18030}function d(e,t){if(e[0]>t)return-1;for(var r=0,n=e.length;r<n-1;){var i=r+Math.floor((n-r+1)/2);e[i]<=t?r=i:n=i}return r}l.prototype.encoder=p,l.prototype.decoder=u,l.prototype._getDecodeTrieNode=function(e){for(var t=[];e>0;e>>=8)t.push(255&e);0==t.length&&t.push(0);for(var r=this.decodeTables[0],n=t.length-1;n>0;n--){var s=r[t[n]];if(s==i)r[t[n]]=o-this.decodeTables.length,this.decodeTables.push(r=a.slice(0));else{if(!(s<=o))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));r=this.decodeTables[o-s]}}return r},l.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),r=this._getDecodeTrieNode(t);t&=255;for(var n=1;n<e.length;n++){var i=e[n];if("string"==typeof i)for(var o=0;o<i.length;){var a=i.charCodeAt(o++);if(55296<=a&&a<56320){var c=i.charCodeAt(o++);if(!(56320<=c&&c<57344))throw new Error("Incorrect surrogate pair in "+this.encodingName+" at chunk "+e[0]);r[t++]=65536+1024*(a-55296)+(c-56320)}else if(4080<a&&a<=4095){for(var l=4095-a+2,p=[],u=0;u<l;u++)p.push(i.charCodeAt(o++));r[t++]=s-this.decodeTableSeq.length,this.decodeTableSeq.push(p)}else r[t++]=a}else{if("number"!=typeof i)throw new Error("Incorrect type '"+typeof i+"' given in "+this.encodingName+" at chunk "+e[0]);var d=r[t-1]+1;for(o=0;o<i;o++)r[t++]=d++}}if(t>255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+t)},l.prototype._getEncodeBucket=function(e){var t=e>>8;return void 0===this.encodeTable[t]&&(this.encodeTable[t]=a.slice(0)),this.encodeTable[t]},l.prototype._setEncodeChar=function(e,t){var r=this._getEncodeBucket(e),n=255&e;r[n]<=s?this.encodeTableSeq[s-r[n]][-1]=t:r[n]==i&&(r[n]=t)},l.prototype._setEncodeSequence=function(e,t){var r,n=e[0],o=this._getEncodeBucket(n),a=255&n;o[a]<=s?r=this.encodeTableSeq[s-o[a]]:(r={},o[a]!==i&&(r[-1]=o[a]),o[a]=s-this.encodeTableSeq.length,this.encodeTableSeq.push(r));for(var c=1;c<e.length-1;c++){var l=r[n];"object"==typeof l?r=l:(r=r[n]={},void 0!==l&&(r[-1]=l))}r[n=e[e.length-1]]=t},l.prototype._fillEncodeTable=function(e,t,r){for(var n=this.decodeTables[e],i=0;i<256;i++){var a=n[i],c=t+i;r[c]||(a>=0?this._setEncodeChar(a,c):a<=o?this._fillEncodeTable(o-a,c<<8,r):a<=s&&this._setEncodeSequence(this.decodeTableSeq[s-a],c))}},p.prototype.write=function(e){for(var t=n.alloc(e.length*(this.gb18030?4:3)),r=this.leadSurrogate,o=this.seqObj,a=-1,c=0,l=0;;){if(-1===a){if(c==e.length)break;var p=e.charCodeAt(c++)}else{p=a;a=-1}if(55296<=p&&p<57344)if(p<56320){if(-1===r){r=p;continue}r=p,p=i}else-1!==r?(p=65536+1024*(r-55296)+(p-56320),r=-1):p=i;else-1!==r&&(a=p,p=i,r=-1);var u=i;if(void 0!==o&&p!=i){var f=o[p];if("object"==typeof f){o=f;continue}"number"==typeof f?u=f:null==f&&void 0!==(f=o[-1])&&(u=f,a=p),o=void 0}else if(p>=0){var h=this.encodeTable[p>>8];if(void 0!==h&&(u=h[255&p]),u<=s){o=this.encodeTableSeq[s-u];continue}if(u==i&&this.gb18030){var m=d(this.gb18030.uChars,p);if(-1!=m){u=this.gb18030.gbChars[m]+(p-this.gb18030.uChars[m]);t[l++]=129+Math.floor(u/12600),u%=12600,t[l++]=48+Math.floor(u/1260),u%=1260,t[l++]=129+Math.floor(u/10),u%=10,t[l++]=48+u;continue}}}u===i&&(u=this.defaultCharSingleByte),u<256?t[l++]=u:u<65536?(t[l++]=u>>8,t[l++]=255&u):(t[l++]=u>>16,t[l++]=u>>8&255,t[l++]=255&u)}return this.seqObj=o,this.leadSurrogate=r,t.slice(0,l)},p.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=n.alloc(10),t=0;if(this.seqObj){var r=this.seqObj[-1];void 0!==r&&(r<256?e[t++]=r:(e[t++]=r>>8,e[t++]=255&r)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[t++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,t)}},p.prototype.findIdx=d,u.prototype.write=function(e){var t=n.alloc(2*e.length),r=this.nodeIdx,a=this.prevBuf,c=this.prevBuf.length,l=-this.prevBuf.length;c>0&&(a=n.concat([a,e.slice(0,10)]));for(var p=0,u=0;p<e.length;p++){var f,h=p>=0?e[p]:a[p+c];if((f=this.decodeTables[r][h])>=0);else if(f===i)p=l,f=this.defaultCharUnicode.charCodeAt(0);else if(-2===f){var m=l>=0?e.slice(l,p+1):a.slice(l+c,p+1+c),g=12600*(m[0]-129)+1260*(m[1]-48)+10*(m[2]-129)+(m[3]-48),v=d(this.gb18030.gbChars,g);f=this.gb18030.uChars[v]+g-this.gb18030.gbChars[v]}else{if(f<=o){r=o-f;continue}if(!(f<=s))throw new Error("iconv-lite internal error: invalid decoding table value "+f+" at "+r+"/"+h);for(var y=this.decodeTableSeq[s-f],b=0;b<y.length-1;b++)f=y[b],t[u++]=255&f,t[u++]=f>>8;f=y[y.length-1]}if(f>65535){f-=65536;var w=55296+Math.floor(f/1024);t[u++]=255&w,t[u++]=w>>8,f=56320+f%1024}t[u++]=255&f,t[u++]=f>>8,r=0,l=p+1}return this.nodeIdx=r,this.prevBuf=l>=0?e.slice(l):a.slice(l+c),t.slice(0,u).toString("ucs2")},u.prototype.end=function(){for(var e="";this.prevBuf.length>0;){e+=this.defaultCharUnicode;var t=this.prevBuf.slice(1);this.prevBuf=n.alloc(0),this.nodeIdx=0,t.length>0&&(e+=this.write(t))}return this.nodeIdx=0,e}},5990:(e,t,r)=>{"use strict";e.exports={shiftjis:{type:"_dbcs",table:function(){return r(2308)},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return r(1532)},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return r(3336)}},gbk:{type:"_dbcs",table:function(){return r(3336).concat(r(4346))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return r(3336).concat(r(4346))},gb18030:function(){return r(6258)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return r(7348)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return r(4284)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return r(4284).concat(r(3480))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},6934:(e,t,r)=>{"use strict";for(var n=[r(1025),r(1279),r(6760),r(9068),r(288),r(7018),r(688),r(5990)],i=0;i<n.length;i++){var s=n[i];for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(t[o]=s[o])}},1025:(e,t,r)=>{"use strict";var n=r(2399).Buffer;function i(e,t){this.enc=e.encodingName,this.bomAware=e.bomAware,"base64"===this.enc?this.encoder=c:"cesu8"===this.enc&&(this.enc="utf8",this.encoder=l,"💩"!==n.from("eda0bdedb2a9","hex").toString()&&(this.decoder=p,this.defaultCharUnicode=t.defaultCharUnicode))}e.exports={utf8:{type:"_internal",bomAware:!0},cesu8:{type:"_internal",bomAware:!0},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:!0},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:i},i.prototype.encoder=a,i.prototype.decoder=o;var s=r(1576).StringDecoder;function o(e,t){s.call(this,t.enc)}function a(e,t){this.enc=t.enc}function c(e,t){this.prevStr=""}function l(e,t){}function p(e,t){this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=t.defaultCharUnicode}s.prototype.end||(s.prototype.end=function(){}),o.prototype=s.prototype,a.prototype.write=function(e){return n.from(e,this.enc)},a.prototype.end=function(){},c.prototype.write=function(e){var t=(e=this.prevStr+e).length-e.length%4;return this.prevStr=e.slice(t),e=e.slice(0,t),n.from(e,"base64")},c.prototype.end=function(){return n.from(this.prevStr,"base64")},l.prototype.write=function(e){for(var t=n.alloc(3*e.length),r=0,i=0;i<e.length;i++){var s=e.charCodeAt(i);s<128?t[r++]=s:s<2048?(t[r++]=192+(s>>>6),t[r++]=128+(63&s)):(t[r++]=224+(s>>>12),t[r++]=128+(s>>>6&63),t[r++]=128+(63&s))}return t.slice(0,r)},l.prototype.end=function(){},p.prototype.write=function(e){for(var t=this.acc,r=this.contBytes,n=this.accBytes,i="",s=0;s<e.length;s++){var o=e[s];128!=(192&o)?(r>0&&(i+=this.defaultCharUnicode,r=0),o<128?i+=String.fromCharCode(o):o<224?(t=31&o,r=1,n=1):o<240?(t=15&o,r=2,n=1):i+=this.defaultCharUnicode):r>0?(t=t<<6|63&o,n++,0===--r&&(i+=2===n&&t<128&&t>0||3===n&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):i+=this.defaultCharUnicode}return this.acc=t,this.contBytes=r,this.accBytes=n,i},p.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e}},9068:(e,t,r)=>{"use strict";var n=r(2399).Buffer;function i(e,t){if(!e)throw new Error("SBCS codec is called without the data.");if(!e.chars||128!==e.chars.length&&256!==e.chars.length)throw new Error("Encoding '"+e.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===e.chars.length){for(var r="",i=0;i<128;i++)r+=String.fromCharCode(i);e.chars=r+e.chars}this.decodeBuf=n.from(e.chars,"ucs2");var s=n.alloc(65536,t.defaultCharSingleByte.charCodeAt(0));for(i=0;i<e.chars.length;i++)s[e.chars.charCodeAt(i)]=i;this.encodeBuf=s}function s(e,t){this.encodeBuf=t.encodeBuf}function o(e,t){this.decodeBuf=t.decodeBuf}t._sbcs=i,i.prototype.encoder=s,i.prototype.decoder=o,s.prototype.write=function(e){for(var t=n.alloc(e.length),r=0;r<e.length;r++)t[r]=this.encodeBuf[e.charCodeAt(r)];return t},s.prototype.end=function(){},o.prototype.write=function(e){for(var t=this.decodeBuf,r=n.alloc(2*e.length),i=0,s=0,o=0;o<e.length;o++)i=2*e[o],r[s=2*o]=t[i],r[s+1]=t[i+1];return r.toString("ucs2")},o.prototype.end=function(){}},7018:e=>{"use strict";e.exports={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:" ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:" Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:" Ħ˘£¤�Ĥ§¨İŞĞĴ­�Ż°ħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:" ĄĸŖ¤ĨĻ§¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩļˇ¸šēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖ×ØŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:" ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:" ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:" ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:" �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:" ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:" ĄĒĢĪĨĶ§ĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:" กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:" ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:" Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:" ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:" ĄąŁ€„Š§š©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñÑªº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñÑªº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýÝ¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘę¬źČş«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞğ¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñÑªº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýÝ¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñÑªº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñÑªº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñÑªº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:" ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:" ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:" ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:" ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€…‘’“”•–— กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:" ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ä¹²É³ÖÜ΅àâä΄¨çéèêë£™îï•½‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›ﬁﬂ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:" �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},hproman8:{type:"_sbcs",chars:" ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›ﬁﬂ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"��������������������������������������������������������������������������������������������������������������������������������"},tis620:{type:"_sbcs",chars:"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"}}},288:e=>{"use strict";e.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆćéŹźĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņŃ¬√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},1279:(e,t,r)=>{"use strict";var n=r(2399).Buffer;function i(){}function s(){}function o(){this.overflowByte=-1}function a(e,t){this.iconv=t}function c(e,t){void 0===(e=e||{}).addBOM&&(e.addBOM=!0),this.encoder=t.iconv.getEncoder("utf-16le",e)}function l(e,t){this.decoder=null,this.initialBytes=[],this.initialBytesLen=0,this.options=e||{},this.iconv=t.iconv}function p(e,t){var r=t||"utf-16le";if(e.length>=2)if(254==e[0]&&255==e[1])r="utf-16be";else if(255==e[0]&&254==e[1])r="utf-16le";else{for(var n=0,i=0,s=Math.min(e.length-e.length%2,64),o=0;o<s;o+=2)0===e[o]&&0!==e[o+1]&&i++,0!==e[o]&&0===e[o+1]&&n++;i>n?r="utf-16be":i<n&&(r="utf-16le")}return r}t.utf16be=i,i.prototype.encoder=s,i.prototype.decoder=o,i.prototype.bomAware=!0,s.prototype.write=function(e){for(var t=n.from(e,"ucs2"),r=0;r<t.length;r+=2){var i=t[r];t[r]=t[r+1],t[r+1]=i}return t},s.prototype.end=function(){},o.prototype.write=function(e){if(0==e.length)return"";var t=n.alloc(e.length+1),r=0,i=0;for(-1!==this.overflowByte&&(t[0]=e[0],t[1]=this.overflowByte,r=1,i=2);r<e.length-1;r+=2,i+=2)t[i]=e[r+1],t[i+1]=e[r];return this.overflowByte=r==e.length-1?e[e.length-1]:-1,t.slice(0,i).toString("ucs2")},o.prototype.end=function(){},t.utf16=a,a.prototype.encoder=c,a.prototype.decoder=l,c.prototype.write=function(e){return this.encoder.write(e)},c.prototype.end=function(){return this.encoder.end()},l.prototype.write=function(e){if(!this.decoder){if(this.initialBytes.push(e),this.initialBytesLen+=e.length,this.initialBytesLen<16)return"";var t=p(e=n.concat(this.initialBytes),this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(t,this.options),this.initialBytes.length=this.initialBytesLen=0}return this.decoder.write(e)},l.prototype.end=function(){if(!this.decoder){var e=n.concat(this.initialBytes),t=p(e,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(t,this.options);var r=this.decoder.write(e),i=this.decoder.end();return i?r+i:r}return this.decoder.end()}},6760:(e,t,r)=>{"use strict";var n=r(2399).Buffer;function i(e,t){this.iconv=t}t.utf7=i,t.unicode11utf7="utf7",i.prototype.encoder=o,i.prototype.decoder=a,i.prototype.bomAware=!0;var s=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function o(e,t){this.iconv=t.iconv}function a(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}o.prototype.write=function(e){return n.from(e.replace(s,function(e){return"+"+("+"===e?"":this.iconv.encode(e,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},o.prototype.end=function(){};for(var c=/[A-Za-z0-9\/+]/,l=[],p=0;p<256;p++)l[p]=c.test(String.fromCharCode(p));var u="+".charCodeAt(0),d="-".charCodeAt(0),f="&".charCodeAt(0);function h(e,t){this.iconv=t}function m(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=n.alloc(6),this.base64AccumIdx=0}function g(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}a.prototype.write=function(e){for(var t="",r=0,i=this.inBase64,s=this.base64Accum,o=0;o<e.length;o++)if(i){if(!l[e[o]]){if(o==r&&e[o]==d)t+="+";else{var a=s+e.slice(r,o).toString();t+=this.iconv.decode(n.from(a,"base64"),"utf16-be")}e[o]!=d&&o--,r=o+1,i=!1,s=""}}else e[o]==u&&(t+=this.iconv.decode(e.slice(r,o),"ascii"),r=o+1,i=!0);if(i){var c=(a=s+e.slice(r).toString()).length-a.length%8;s=a.slice(c),a=a.slice(0,c),t+=this.iconv.decode(n.from(a,"base64"),"utf16-be")}else t+=this.iconv.decode(e.slice(r),"ascii");return this.inBase64=i,this.base64Accum=s,t},a.prototype.end=function(){var e="";return this.inBase64&&this.base64Accum.length>0&&(e=this.iconv.decode(n.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e},t.utf7imap=h,h.prototype.encoder=m,h.prototype.decoder=g,h.prototype.bomAware=!0,m.prototype.write=function(e){for(var t=this.inBase64,r=this.base64Accum,i=this.base64AccumIdx,s=n.alloc(5*e.length+10),o=0,a=0;a<e.length;a++){var c=e.charCodeAt(a);32<=c&&c<=126?(t&&(i>0&&(o+=s.write(r.slice(0,i).toString("base64").replace(/\//g,",").replace(/=+$/,""),o),i=0),s[o++]=d,t=!1),t||(s[o++]=c,c===f&&(s[o++]=d))):(t||(s[o++]=f,t=!0),t&&(r[i++]=c>>8,r[i++]=255&c,i==r.length&&(o+=s.write(r.toString("base64").replace(/\//g,","),o),i=0)))}return this.inBase64=t,this.base64AccumIdx=i,s.slice(0,o)},m.prototype.end=function(){var e=n.alloc(10),t=0;return this.inBase64&&(this.base64AccumIdx>0&&(t+=e.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),t),this.base64AccumIdx=0),e[t++]=d,this.inBase64=!1),e.slice(0,t)};var v=l.slice();v[",".charCodeAt(0)]=!0,g.prototype.write=function(e){for(var t="",r=0,i=this.inBase64,s=this.base64Accum,o=0;o<e.length;o++)if(i){if(!v[e[o]]){if(o==r&&e[o]==d)t+="&";else{var a=s+e.slice(r,o).toString().replace(/,/g,"/");t+=this.iconv.decode(n.from(a,"base64"),"utf16-be")}e[o]!=d&&o--,r=o+1,i=!1,s=""}}else e[o]==f&&(t+=this.iconv.decode(e.slice(r,o),"ascii"),r=o+1,i=!0);if(i){var c=(a=s+e.slice(r).toString().replace(/,/g,"/")).length-a.length%8;s=a.slice(c),a=a.slice(0,c),t+=this.iconv.decode(n.from(a,"base64"),"utf16-be")}else t+=this.iconv.decode(e.slice(r),"ascii");return this.inBase64=i,this.base64Accum=s,t},g.prototype.end=function(){var e="";return this.inBase64&&this.base64Accum.length>0&&(e=this.iconv.decode(n.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e}},5395:(e,t)=>{"use strict";function r(e,t){this.encoder=e,this.addBOM=!0}function n(e,t){this.decoder=e,this.pass=!1,this.options=t||{}}t.PrependBOM=r,r.prototype.write=function(e){return this.addBOM&&(e="\ufeff"+e,this.addBOM=!1),this.encoder.write(e)},r.prototype.end=function(){return this.encoder.end()},t.StripBOM=n,n.prototype.write=function(e){var t=this.decoder.write(e);return this.pass||!t||("\ufeff"===t[0]&&(t=t.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0),t},n.prototype.end=function(){return this.decoder.end()}},8544:(e,t,r)=>{"use strict";var n=r(4300).Buffer;e.exports=function(e){var t=void 0;e.supportsNodeEncodingsExtension=!(n.from||new n(0)instanceof Uint8Array),e.extendNodeEncodings=function(){if(!t){if(t={},!e.supportsNodeEncodingsExtension)return console.error("ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node"),void console.error("See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility");var i={hex:!0,utf8:!0,"utf-8":!0,ascii:!0,binary:!0,base64:!0,ucs2:!0,"ucs-2":!0,utf16le:!0,"utf-16le":!0};n.isNativeEncoding=function(e){return e&&i[e.toLowerCase()]};var s=r(4300).SlowBuffer;if(t.SlowBufferToString=s.prototype.toString,s.prototype.toString=function(r,i,s){return r=String(r||"utf8").toLowerCase(),n.isNativeEncoding(r)?t.SlowBufferToString.call(this,r,i,s):(void 0===i&&(i=0),void 0===s&&(s=this.length),e.decode(this.slice(i,s),r))},t.SlowBufferWrite=s.prototype.write,s.prototype.write=function(r,i,s,o){if(isFinite(i))isFinite(s)||(o=s,s=void 0);else{var a=o;o=i,i=s,s=a}i=+i||0;var c=this.length-i;if(s?(s=+s)>c&&(s=c):s=c,o=String(o||"utf8").toLowerCase(),n.isNativeEncoding(o))return t.SlowBufferWrite.call(this,r,i,s,o);if(r.length>0&&(s<0||i<0))throw new RangeError("attempt to write beyond buffer bounds");var l=e.encode(r,o);return l.length<s&&(s=l.length),l.copy(this,i,0,s),s},t.BufferIsEncoding=n.isEncoding,n.isEncoding=function(t){return n.isNativeEncoding(t)||e.encodingExists(t)},t.BufferByteLength=n.byteLength,n.byteLength=s.byteLength=function(r,i){return i=String(i||"utf8").toLowerCase(),n.isNativeEncoding(i)?t.BufferByteLength.call(this,r,i):e.encode(r,i).length},t.BufferToString=n.prototype.toString,n.prototype.toString=function(r,i,s){return r=String(r||"utf8").toLowerCase(),n.isNativeEncoding(r)?t.BufferToString.call(this,r,i,s):(void 0===i&&(i=0),void 0===s&&(s=this.length),e.decode(this.slice(i,s),r))},t.BufferWrite=n.prototype.write,n.prototype.write=function(r,i,s,o){var a=i,c=s,l=o;if(isFinite(i))isFinite(s)||(o=s,s=void 0);else{var p=o;o=i,i=s,s=p}if(o=String(o||"utf8").toLowerCase(),n.isNativeEncoding(o))return t.BufferWrite.call(this,r,a,c,l);i=+i||0;var u=this.length-i;if(s?(s=+s)>u&&(s=u):s=u,r.length>0&&(s<0||i<0))throw new RangeError("attempt to write beyond buffer bounds");var d=e.encode(r,o);return d.length<s&&(s=d.length),d.copy(this,i,0,s),s},e.supportsStreams){var o=r(2781).Readable;t.ReadableSetEncoding=o.prototype.setEncoding,o.prototype.setEncoding=function(t,r){this._readableState.decoder=e.getDecoder(t,r),this._readableState.encoding=t},o.prototype.collect=e._collect}}},e.undoExtendNodeEncodings=function(){if(e.supportsNodeEncodingsExtension){if(!t)throw new Error("require('iconv-lite').undoExtendNodeEncodings(): Nothing to undo; extendNodeEncodings() is not called.");delete n.isNativeEncoding;var i=r(4300).SlowBuffer;if(i.prototype.toString=t.SlowBufferToString,i.prototype.write=t.SlowBufferWrite,n.isEncoding=t.BufferIsEncoding,n.byteLength=t.BufferByteLength,n.prototype.toString=t.BufferToString,n.prototype.write=t.BufferWrite,e.supportsStreams){var s=r(2781).Readable;s.prototype.setEncoding=t.ReadableSetEncoding,delete s.prototype.collect}t=void 0}}}},4914:(e,t,r)=>{"use strict";var n=r(2399).Buffer,i=r(5395),s=e.exports;s.encodings=null,s.defaultCharUnicode="�",s.defaultCharSingleByte="?",s.encode=function(e,t,r){e=""+(e||"");var i=s.getEncoder(t,r),o=i.write(e),a=i.end();return a&&a.length>0?n.concat([o,a]):o},s.decode=function(e,t,r){"string"==typeof e&&(s.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),s.skipDecodeWarning=!0),e=n.from(""+(e||""),"binary"));var i=s.getDecoder(t,r),o=i.write(e),a=i.end();return a?o+a:o},s.encodingExists=function(e){try{return s.getCodec(e),!0}catch(e){return!1}},s.toEncoding=s.encode,s.fromEncoding=s.decode,s._codecDataCache={},s.getCodec=function(e){s.encodings||(s.encodings=r(6934));for(var t=s._canonicalizeEncoding(e),n={};;){var i=s._codecDataCache[t];if(i)return i;var o=s.encodings[t];switch(typeof o){case"string":t=o;break;case"object":for(var a in o)n[a]=o[a];n.encodingName||(n.encodingName=t),t=o.type;break;case"function":return n.encodingName||(n.encodingName=t),i=new o(n,s),s._codecDataCache[n.encodingName]=i,i;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+t+"')")}}},s._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},s.getEncoder=function(e,t){var r=s.getCodec(e),n=new r.encoder(t,r);return r.bomAware&&t&&t.addBOM&&(n=new i.PrependBOM(n,t)),n},s.getDecoder=function(e,t){var r=s.getCodec(e),n=new r.decoder(t,r);return!r.bomAware||t&&!1===t.stripBOM||(n=new i.StripBOM(n,t)),n};var o="undefined"!=typeof process&&process.versions&&process.versions.node;if(o){var a=o.split(".").map(Number);(a[0]>0||a[1]>=10)&&r(8044)(s),r(8544)(s)}},8044:(e,t,r)=>{"use strict";var n=r(4300).Buffer,i=r(2781).Transform;function s(e,t){this.conv=e,(t=t||{}).decodeStrings=!1,i.call(this,t)}function o(e,t){this.conv=e,(t=t||{}).encoding=this.encoding="utf8",i.call(this,t)}e.exports=function(e){e.encodeStream=function(t,r){return new s(e.getEncoder(t,r),r)},e.decodeStream=function(t,r){return new o(e.getDecoder(t,r),r)},e.supportsStreams=!0,e.IconvLiteEncoderStream=s,e.IconvLiteDecoderStream=o,e._collect=o.prototype.collect},s.prototype=Object.create(i.prototype,{constructor:{value:s}}),s.prototype._transform=function(e,t,r){if("string"!=typeof e)return r(new Error("Iconv encoding stream needs strings as its input."));try{var n=this.conv.write(e);n&&n.length&&this.push(n),r()}catch(e){r(e)}},s.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t),e()}catch(t){e(t)}},s.prototype.collect=function(e){var t=[];return this.on("error",e),this.on("data",(function(e){t.push(e)})),this.on("end",(function(){e(null,n.concat(t))})),this},o.prototype=Object.create(i.prototype,{constructor:{value:o}}),o.prototype._transform=function(e,t,r){if(!n.isBuffer(e))return r(new Error("Iconv decoding stream needs buffers as its input."));try{var i=this.conv.write(e);i&&i.length&&this.push(i,this.encoding),r()}catch(e){r(e)}},o.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t,this.encoding),e()}catch(t){e(t)}},o.prototype.collect=function(e){var t="";return this.on("error",e),this.on("data",(function(e){t+=e})),this.on("end",(function(){e(null,t)})),this}},5151:e=>{function t(e){return Array.isArray(e)?e:[e]}const r=/^\s+$/,n=/^\\!/,i=/^\\#/,s=/\r?\n/g,o=/^\.*\/|^\.+$/,a="undefined"!=typeof Symbol?Symbol.for("node-ignore"):"node-ignore",c=/([0-z])-([0-z])/g,l=[[/\\?\s+$/,e=>0===e.indexOf("\\")?" ":""],[/\\\s/g,()=>" "],[/[\\$.|*+(){^]/g,e=>`\\${e}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(e,t,r)=>t+6<r.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)\\\*(?=.+)/g,(e,t)=>`${t}[^\\/]*`],[/\\\\\\(?=[$.|*+(){^])/g,()=>"\\"],[/\\\\/g,()=>"\\"],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(e,t,r,n,i)=>"\\"===t?`\\[${r}${(e=>{const{length:t}=e;return e.slice(0,t-t%2)})(n)}${i}`:"]"===i&&n.length%2==0?`[${(e=>e.replace(c,((e,t,r)=>t.charCodeAt(0)<=r.charCodeAt(0)?e:"")))(r)}${n}]`:"[]"],[/(?:[^*])$/,e=>/\/$/.test(e)?`${e}$`:`${e}(?=$|\\/$)`],[/(\^|\\\/)?\\\*$/,(e,t)=>`${t?`${t}[^/]+`:"[^/]*"}(?=$|\\/$)`]],p=Object.create(null),u=e=>"string"==typeof e;class d{constructor(e,t,r,n){this.origin=e,this.pattern=t,this.negative=r,this.regex=n}}const f=(e,t)=>{const r=e;let s=!1;0===e.indexOf("!")&&(s=!0,e=e.substr(1));const o=((e,t,r)=>{const n=p[e];if(n)return n;const i=l.reduce(((t,r)=>t.replace(r[0],r[1].bind(e))),e);return p[e]=r?new RegExp(i,"i"):new RegExp(i)})(e=e.replace(n,"!").replace(i,"#"),0,t);return new d(r,e,s,o)},h=(e,t)=>{throw new t(e)},m=(e,t,r)=>{if(!u(e))return r(`path must be a string, but got \`${t}\``,TypeError);if(!e)return r("path must not be empty",TypeError);if(m.isNotRelative(e)){return r(`path should be a ${"`path.relative()`d"} string, but got "${t}"`,RangeError)}return!0},g=e=>o.test(e);m.isNotRelative=g,m.convert=e=>e;class v{constructor({ignorecase:e=!0}={}){var t,r,n;this._rules=[],this._ignorecase=e,t=this,r=a,n=!0,Object.defineProperty(t,r,{value:n}),this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}_addPattern(e){if(e&&e[a])return this._rules=this._rules.concat(e._rules),void(this._added=!0);if((e=>e&&u(e)&&!r.test(e)&&0!==e.indexOf("#"))(e)){const t=f(e,this._ignorecase);this._added=!0,this._rules.push(t)}}add(e){return this._added=!1,t(u(e)?(e=>e.split(s))(e):e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_testOne(e,t){let r=!1,n=!1;return this._rules.forEach((i=>{const{negative:s}=i;if(n===s&&r!==n||s&&!r&&!n&&!t)return;i.regex.test(e)&&(r=!s,n=s)})),{ignored:r,unignored:n}}_test(e,t,r,n){const i=e&&m.convert(e);return m(i,e,h),this._t(i,t,r,n)}_t(e,t,r,n){if(e in t)return t[e];if(n||(n=e.split("/")),n.pop(),!n.length)return t[e]=this._testOne(e,r);const i=this._t(n.join("/")+"/",t,r,n);return t[e]=i.ignored?i:this._testOne(e,r)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return t(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}}const y=e=>new v(e),b=()=>!1;if(y.isPathValid=e=>m(e&&m.convert(e),e,b),y.default=y,e.exports=y,"undefined"!=typeof process&&(process.env&&process.env.IGNORE_TEST_WIN32||"win32"===process.platform)){const e=e=>/^\\\\\?\\/.test(e)||/["<>|\u0000-\u001F]+/u.test(e)?e:e.replace(/\\/g,"/");m.convert=e;const t=/^[a-z]:\//i;m.isNotRelative=e=>t.test(e)||g(e)}},8172:(e,t,r)=>{"use strict";function n(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(e){return"'"+e+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function i(e){return!!e&&!!e[H]}function s(e){return!!e&&(function(e){if(!e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);return!t||t===Object.prototype}(e)||Array.isArray(e)||!!e[q]||!!e.constructor[q]||d(e)||f(e))}function o(e,t,r){void 0===r&&(r=!1),0===a(e)?(r?Object.keys:W)(e).forEach((function(n){r&&"symbol"==typeof n||t(n,e[n],e)})):e.forEach((function(r,n){return t(n,r,e)}))}function a(e){var t=e[H];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:d(e)?2:f(e)?3:0}function c(e,t){return 2===a(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function l(e,t){return 2===a(e)?e.get(t):e[t]}function p(e,t,r){var n=a(e);2===n?e.set(t,r):3===n?(e.delete(t),e.add(r)):e[t]=r}function u(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function d(e){return U&&e instanceof Map}function f(e){return $&&e instanceof Set}function h(e){return e.o||e.t}function m(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=V(e);delete t[H];for(var r=W(t),n=0;n<r.length;n++){var i=r[n],s=t[i];!1===s.writable&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function g(e,t){return void 0===t&&(t=!1),y(e)||i(e)||!s(e)||(a(e)>1&&(e.set=e.add=e.clear=e.delete=v),Object.freeze(e),t&&o(e,(function(e,t){return g(t,!0)}),!0)),e}function v(){n(2)}function y(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function b(e){var t=K[e];return t||n(18,e),t}function w(){return M}function x(e,t){t&&(b("Patches"),e.u=[],e.s=[],e.v=t)}function _(e){S(e),e.p.forEach(k),e.p=null}function S(e){e===M&&(M=e.l)}function E(e){return M={p:[],l:M,h:e,m:!0,_:0}}function k(e){var t=e[H];0===t.i||1===t.i?t.j():t.g=!0}function A(e,t){t._=t.p.length;var r=t.p[0],i=void 0!==e&&e!==r;return t.h.O||b("ES5").S(t,e,i),i?(r[H].P&&(_(t),n(4)),s(e)&&(e=O(t,e),t.l||C(t,e)),t.u&&b("Patches").M(r[H],e,t.u,t.s)):e=O(t,r,[]),_(t),t.u&&t.v(t.u,t.s),e!==z?e:void 0}function O(e,t,r){if(y(t))return t;var n=t[H];if(!n)return o(t,(function(i,s){return T(e,n,t,i,s,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return C(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=4===n.i||5===n.i?n.o=m(n.k):n.o;o(3===n.i?new Set(i):i,(function(t,s){return T(e,n,i,t,s,r)})),C(e,i,!1),r&&e.u&&b("Patches").R(n,r,e.u,e.s)}return n.o}function T(e,t,r,n,o,a){if(i(o)){var l=O(e,o,a&&t&&3!==t.i&&!c(t.D,n)?a.concat(n):void 0);if(p(r,n,l),!i(l))return;e.m=!1}if(s(o)&&!y(o)){if(!e.h.N&&e._<1)return;O(e,o),t&&t.A.l||C(e,o)}}function C(e,t,r){void 0===r&&(r=!1),e.h.N&&e.m&&g(t,r)}function R(e,t){var r=e[H];return(r?h(r):e)[t]}function P(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function j(e){e.P||(e.P=!0,e.l&&j(e.l))}function N(e){e.o||(e.o=m(e.t))}function I(e,t,r){var n=d(t)?b("MapSet").T(t,r):f(t)?b("MapSet").F(t,r):e.O?function(e,t){var r=Array.isArray(e),n={i:r?1:0,A:t?t.A:w(),P:!1,I:!1,D:{},l:t,t:e,k:null,o:null,j:null,C:!1},i=n,s=Y;r&&(i=[n],s=J);var o=Proxy.revocable(i,s),a=o.revoke,c=o.proxy;return n.k=c,n.j=a,c}(t,r):b("ES5").J(t,r);return(r?r.A:w()).p.push(n),n}function D(e){return i(e)||n(22,e),function e(t){if(!s(t))return t;var r,n=t[H],i=a(t);if(n){if(!n.P&&(n.i<4||!b("ES5").K(n)))return n.t;n.I=!0,r=L(t,i),n.I=!1}else r=L(t,i);return o(r,(function(t,i){n&&l(n.t,t)===i||p(r,t,e(i))})),3===i?new Set(r):r}(e)}function L(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return m(e)}r.d(t,{Uy:()=>Q});var F,M,B="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),U="undefined"!=typeof Map,$="undefined"!=typeof Set,G="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,z=B?Symbol.for("immer-nothing"):((F={})["immer-nothing"]=!0,F),q=B?Symbol.for("immer-draftable"):"__$immer_draftable",H=B?Symbol.for("immer-state"):"__$immer_state",W=("undefined"!=typeof Symbol&&Symbol.iterator,"undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames),V=Object.getOwnPropertyDescriptors||function(e){var t={};return W(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},K={},Y={get:function(e,t){if(t===H)return e;var r=h(e);if(!c(r,t))return function(e,t,r){var n,i=P(t,r);return i?"value"in i?i.value:null===(n=i.get)||void 0===n?void 0:n.call(e.k):void 0}(e,r,t);var n=r[t];return e.I||!s(n)?n:n===R(e.t,t)?(N(e),e.o[t]=I(e.A.h,n,e)):n},has:function(e,t){return t in h(e)},ownKeys:function(e){return Reflect.ownKeys(h(e))},set:function(e,t,r){var n=P(h(e),t);if(null==n?void 0:n.set)return n.set.call(e.k,r),!0;if(!e.P){var i=R(h(e),t),s=null==i?void 0:i[H];if(s&&s.t===r)return e.o[t]=r,e.D[t]=!1,!0;if(u(r,i)&&(void 0!==r||c(e.t,t)))return!0;N(e),j(e)}return e.o[t]=r,e.D[t]=!0,!0},deleteProperty:function(e,t){return void 0!==R(e.t,t)||t in e.t?(e.D[t]=!1,N(e),j(e)):delete e.D[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=h(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n?{writable:!0,configurable:1!==e.i||"length"!==t,enumerable:n.enumerable,value:r[t]}:n},defineProperty:function(){n(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){n(12)}},J={};o(Y,(function(e,t){J[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),J.deleteProperty=function(e,t){return Y.deleteProperty.call(this,e[0],t)},J.set=function(e,t,r){return Y.set.call(this,e[0],t,r,e[0])};var Z=function(){function e(e){this.O=G,this.N=!0,"boolean"==typeof(null==e?void 0:e.useProxies)&&this.setUseProxies(e.useProxies),"boolean"==typeof(null==e?void 0:e.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),this.produce=this.produce.bind(this),this.produceWithPatches=this.produceWithPatches.bind(this)}var t=e.prototype;return t.produce=function(e,t,r){if("function"==typeof e&&"function"!=typeof t){var i=t;t=e;var o=this;return function(e){var r=this;void 0===e&&(e=i);for(var n=arguments.length,s=Array(n>1?n-1:0),a=1;a<n;a++)s[a-1]=arguments[a];return o.produce(e,(function(e){var n;return(n=t).call.apply(n,[r,e].concat(s))}))}}var a;if("function"!=typeof t&&n(6),void 0!==r&&"function"!=typeof r&&n(7),s(e)){var c=E(this),l=I(this,e,void 0),p=!0;try{a=t(l),p=!1}finally{p?_(c):S(c)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(e){return x(c,r),A(e,c)}),(function(e){throw _(c),e})):(x(c,r),A(a,c))}if(!e||"object"!=typeof e){if((a=t(e))===z)return;return void 0===a&&(a=e),this.N&&g(a,!0),a}n(21,e)},t.produceWithPatches=function(e,t){var r,n,i=this;return"function"==typeof e?function(t){for(var r=arguments.length,n=Array(r>1?r-1:0),s=1;s<r;s++)n[s-1]=arguments[s];return i.produceWithPatches(t,(function(t){return e.apply(void 0,[t].concat(n))}))}:[this.produce(e,t,(function(e,t){r=e,n=t})),r,n]},t.createDraft=function(e){s(e)||n(8),i(e)&&(e=D(e));var t=E(this),r=I(this,e,void 0);return r[H].C=!0,S(t),r},t.finishDraft=function(e,t){var r=(e&&e[H]).A;return x(r,t),A(void 0,r)},t.setAutoFreeze=function(e){this.N=e},t.setUseProxies=function(e){e&&!G&&n(20),this.O=e},t.applyPatches=function(e,t){var r;for(r=t.length-1;r>=0;r--){var n=t[r];if(0===n.path.length&&"replace"===n.op){e=n.value;break}}var s=b("Patches").$;return i(e)?s(e,t):this.produce(e,(function(e){return s(e,t.slice(r+1))}))},e}(),X=new Z,Q=X.produce;X.produceWithPatches.bind(X),X.setAutoFreeze.bind(X),X.setUseProxies.bind(X),X.applyPatches.bind(X),X.createDraft.bind(X),X.finishDraft.bind(X)},7844:(e,t,r)=>{var n=r(2479),i=Object.create(null),s=r(778);function o(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n]=e[n];return r}e.exports=n((function(e,t){return i[e]?(i[e].push(t),null):(i[e]=[t],function(e){return s((function t(){var r=i[e],n=r.length,s=o(arguments);try{for(var a=0;a<n;a++)r[a].apply(null,s)}finally{r.length>n?(r.splice(0,n),process.nextTick((function(){t.apply(null,s)}))):delete i[e]}}))}(e))}))},4378:(e,t,r)=>{try{var n=r(3837);if("function"!=typeof n.inherits)throw"";e.exports=n.inherits}catch(t){e.exports=r(5717)}},5717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},7375:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Symbol.for("INJECTION");function n(e,t,n,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return i&&!Reflect.hasMetadata(r,this,t)&&Reflect.defineMetadata(r,n(),this,t),Reflect.hasMetadata(r,this,t)?Reflect.getMetadata(r,this,t):n()},set:function(e){Reflect.defineMetadata(r,e,this,t)}})}t.makePropertyInjectDecorator=function(e,t){return function(r){return function(i,s){n(i,s,(function(){return e.get(r)}),t)}}},t.makePropertyInjectNamedDecorator=function(e,t){return function(r,i){return function(s,o){n(s,o,(function(){return e.getNamed(r,i)}),t)}}},t.makePropertyInjectTaggedDecorator=function(e,t){return function(r,i,s){return function(o,a){n(o,a,(function(){return e.getTagged(r,i,s)}),t)}}},t.makePropertyMultiInjectDecorator=function(e,t){return function(r){return function(i,s){n(i,s,(function(){return e.getAll(r)}),t)}}}},4879:(e,t,r)=>{"use strict";var n=r(7375);t.Z=function(e,t){return void 0===t&&(t=!0),{lazyInject:n.makePropertyInjectDecorator(e,t),lazyInjectNamed:n.makePropertyInjectNamedDecorator(e,t),lazyInjectTagged:n.makePropertyInjectTaggedDecorator(e,t),lazyMultiInject:n.makePropertyMultiInjectDecorator(e,t)}}},9934:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=r(6867);function s(e,t,r,i,s){var o={},a="number"==typeof s,c=void 0!==s&&a?s.toString():r;if(a&&void 0!==r)throw new Error(n.INVALID_DECORATOR_OPERATION);Reflect.hasOwnMetadata(e,t)&&(o=Reflect.getMetadata(e,t));var l=o[c];if(Array.isArray(l))for(var p=0,u=l;p<u.length;p++){var d=u[p];if(d.key===i.key)throw new Error(n.DUPLICATED_METADATA+" "+d.key.toString())}else l=[];l.push(i),o[c]=l,Reflect.defineMetadata(e,o,t)}function o(e,t){Reflect.decorate(e,t)}function a(e,t){return function(r,n){t(r,n,e)}}t.tagParameter=function(e,t,r,n){s(i.TAGGED,e,t,n,r)},t.tagProperty=function(e,t,r){s(i.TAGGED_PROP,e.constructor,t,r)},t.decorate=function(e,t,r){"number"==typeof r?o([a(r,e)],t):"string"==typeof r?Reflect.decorate([e],t,r):o([e],t)}},5744:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=r(6867),s=r(7738),o=r(9934),a=function(){function e(e){this._cb=e}return e.prototype.unwrap=function(){return this._cb()},e}();t.LazyServiceIdentifer=a,t.inject=function(e){return function(t,r,a){if(void 0===e)throw new Error(n.UNDEFINED_INJECT_ANNOTATION(t.name));var c=new s.Metadata(i.INJECT_TAG,e);"number"==typeof a?o.tagParameter(t,r,a,c):o.tagProperty(t,r,c)}}},4315:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=r(6867);t.injectable=function(){return function(e){if(Reflect.hasOwnMetadata(i.PARAM_TYPES,e))throw new Error(n.DUPLICATED_INJECTABLE_DECORATOR);var t=Reflect.getMetadata(i.DESIGN_PARAM_TYPES,e)||[];return Reflect.defineMetadata(i.PARAM_TYPES,t,e),e}}},1693:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=r(7738),s=r(9934);t.multiInject=function(e){return function(t,r,o){var a=new i.Metadata(n.MULTI_INJECT_TAG,e);"number"==typeof o?s.tagParameter(t,r,o,a):s.tagProperty(t,r,a)}}},8085:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=r(7738),s=r(9934);t.named=function(e){return function(t,r,o){var a=new i.Metadata(n.NAMED_TAG,e);"number"==typeof o?s.tagParameter(t,r,o,a):s.tagProperty(t,r,a)}}},6515:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=r(7738),s=r(9934);t.optional=function(){return function(e,t,r){var o=new i.Metadata(n.OPTIONAL_TAG,!0);"number"==typeof r?s.tagParameter(e,t,r,o):s.tagProperty(e,t,o)}}},7014:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=r(6867),s=r(7738);t.postConstruct=function(){return function(e,t,r){var o=new s.Metadata(i.POST_CONSTRUCT,t);if(Reflect.hasOwnMetadata(i.POST_CONSTRUCT,e.constructor))throw new Error(n.MULTIPLE_POST_CONSTRUCT_METHODS);Reflect.defineMetadata(i.POST_CONSTRUCT,o,e.constructor)}}},2052:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(7738),i=r(9934);t.tagged=function(e,t){return function(r,s,o){var a=new n.Metadata(e,t);"number"==typeof o?i.tagParameter(r,s,o,a):i.tagProperty(r,s,a)}}},5638:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=r(7738),s=r(9934);t.targetName=function(e){return function(t,r,o){var a=new i.Metadata(n.NAME_TAG,e);s.tagParameter(t,r,o,a)}}},6757:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=r(7738),s=r(9934);t.unmanaged=function(){return function(e,t,r){var o=new i.Metadata(n.UNMANAGED_TAG,!0);s.tagParameter(e,t,r,o)}}},4290:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(8421),i=r(7791),s=function(){function e(e,t){this.id=i.id(),this.activated=!1,this.serviceIdentifier=e,this.scope=t,this.type=n.BindingTypeEnum.Invalid,this.constraint=function(e){return!0},this.implementationType=null,this.cache=null,this.factory=null,this.provider=null,this.onActivation=null,this.dynamicValue=null}return e.prototype.clone=function(){var t=new e(this.serviceIdentifier,this.scope);return t.activated=!1,t.implementationType=this.implementationType,t.dynamicValue=this.dynamicValue,t.scope=this.scope,t.type=this.type,t.factory=this.factory,t.provider=this.provider,t.constraint=this.constraint,t.onActivation=this.onActivation,t.cache=this.cache,t},e}();t.Binding=s},3184:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.BindingCount={MultipleBindingsAvailable:2,NoBindingsAvailable:0,OnlyOneBindingAvailable:1}},6674:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DUPLICATED_INJECTABLE_DECORATOR="Cannot apply @injectable decorator multiple times.",t.DUPLICATED_METADATA="Metadata key was used more than once in a parameter:",t.NULL_ARGUMENT="NULL argument",t.KEY_NOT_FOUND="Key Not Found",t.AMBIGUOUS_MATCH="Ambiguous match found for serviceIdentifier:",t.CANNOT_UNBIND="Could not unbind serviceIdentifier:",t.NOT_REGISTERED="No matching bindings found for serviceIdentifier:",t.MISSING_INJECTABLE_ANNOTATION="Missing required @injectable annotation in:",t.MISSING_INJECT_ANNOTATION="Missing required @inject or @multiInject annotation in:",t.UNDEFINED_INJECT_ANNOTATION=function(e){return"@inject called with undefined this could mean that the class "+e+" has a circular dependency problem. You can use a LazyServiceIdentifer to  overcome this limitation."},t.CIRCULAR_DEPENDENCY="Circular dependency found:",t.NOT_IMPLEMENTED="Sorry, this feature is not fully implemented yet.",t.INVALID_BINDING_TYPE="Invalid binding type:",t.NO_MORE_SNAPSHOTS_AVAILABLE="No snapshot available to restore.",t.INVALID_MIDDLEWARE_RETURN="Invalid return type in middleware. Middleware must return!",t.INVALID_FUNCTION_BINDING="Value provided to function binding must be a function!",t.INVALID_TO_SELF_VALUE="The toSelf function can only be applied when a constructor is used as service identifier",t.INVALID_DECORATOR_OPERATION="The @inject @multiInject @tagged and @named decorators must be applied to the parameters of a class constructor or a class property.",t.ARGUMENTS_LENGTH_MISMATCH=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return"The number of constructor arguments in the derived class "+e[0]+" must be >= than the number of constructor arguments of its base class."},t.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT="Invalid Container constructor argument. Container options must be an object.",t.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE="Invalid Container option. Default scope must be a string ('singleton' or 'transient').",t.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE="Invalid Container option. Auto bind injectable must be a boolean",t.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK="Invalid Container option. Skip base check must be a boolean",t.MULTIPLE_POST_CONSTRUCT_METHODS="Cannot apply @postConstruct decorator multiple times in the same class",t.POST_CONSTRUCT_ERROR=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return"@postConstruct error in class "+e[0]+": "+e[1]},t.CIRCULAR_DEPENDENCY_IN_FACTORY=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return"It looks like there is a circular dependency in one of the '"+e[0]+"' bindings. Please investigate bindings withservice identifier '"+e[1]+"'."},t.STACK_OVERFLOW="Maximum call stack size exceeded"},8421:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.BindingScopeEnum={Request:"Request",Singleton:"Singleton",Transient:"Transient"};t.BindingTypeEnum={ConstantValue:"ConstantValue",Constructor:"Constructor",DynamicValue:"DynamicValue",Factory:"Factory",Function:"Function",Instance:"Instance",Invalid:"Invalid",Provider:"Provider"};t.TargetTypeEnum={ClassProperty:"ClassProperty",ConstructorArgument:"ConstructorArgument",Variable:"Variable"}},6867:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NAMED_TAG="named",t.NAME_TAG="name",t.UNMANAGED_TAG="unmanaged",t.OPTIONAL_TAG="optional",t.INJECT_TAG="inject",t.MULTI_INJECT_TAG="multi_inject",t.TAGGED="inversify:tagged",t.TAGGED_PROP="inversify:tagged_props",t.PARAM_TYPES="inversify:paramtypes",t.DESIGN_PARAM_TYPES="design:paramtypes",t.POST_CONSTRUCT="post_construct"},1389:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(i,s){function o(e){try{c(n.next(e))}catch(e){s(e)}}function a(e){try{c(n.throw(e))}catch(e){s(e)}}function c(e){e.done?i(e.value):new r((function(t){t(e.value)})).then(o,a)}c((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,i,s,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(s){return function(a){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,n&&(i=n[2&s[0]?"return":s[0]?"throw":"next"])&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[0,i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!(i=o.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=t.call(e,o)}catch(e){s=[6,e],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}};Object.defineProperty(t,"__esModule",{value:!0});var s=r(4290),o=r(6674),a=r(8421),c=r(6867),l=r(1377),p=r(6311),u=r(1927),d=r(1860),f=r(7791),h=r(5800),m=r(5700),g=r(175),v=function(){function e(e){var t=e||{};if("object"!=typeof t)throw new Error(""+o.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT);if(void 0===t.defaultScope)t.defaultScope=a.BindingScopeEnum.Transient;else if(t.defaultScope!==a.BindingScopeEnum.Singleton&&t.defaultScope!==a.BindingScopeEnum.Transient&&t.defaultScope!==a.BindingScopeEnum.Request)throw new Error(""+o.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE);if(void 0===t.autoBindInjectable)t.autoBindInjectable=!1;else if("boolean"!=typeof t.autoBindInjectable)throw new Error(""+o.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE);if(void 0===t.skipBaseClassChecks)t.skipBaseClassChecks=!1;else if("boolean"!=typeof t.skipBaseClassChecks)throw new Error(""+o.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK);this.options={autoBindInjectable:t.autoBindInjectable,defaultScope:t.defaultScope,skipBaseClassChecks:t.skipBaseClassChecks},this.id=f.id(),this._bindingDictionary=new g.Lookup,this._snapshots=[],this._middleware=null,this.parent=null,this._metadataReader=new l.MetadataReader}return e.merge=function(t,r){var n=new e,i=p.getBindingDictionary(n),s=p.getBindingDictionary(t),o=p.getBindingDictionary(r);function a(e,t){e.traverse((function(e,r){r.forEach((function(e){t.add(e.serviceIdentifier,e.clone())}))}))}return a(s,i),a(o,i),n},e.prototype.load=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r=this._getContainerModuleHelpersFactory(),n=0,i=e;n<i.length;n++){var s=i[n],o=r(s.id);s.registry(o.bindFunction,o.unbindFunction,o.isboundFunction,o.rebindFunction)}},e.prototype.loadAsync=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n(this,void 0,void 0,(function(){var t,r,n,s,o;return i(this,(function(i){switch(i.label){case 0:t=this._getContainerModuleHelpersFactory(),r=0,n=e,i.label=1;case 1:return r<n.length?(s=n[r],o=t(s.id),[4,s.registry(o.bindFunction,o.unbindFunction,o.isboundFunction,o.rebindFunction)]):[3,4];case 2:i.sent(),i.label=3;case 3:return r++,[3,1];case 4:return[2]}}))}))},e.prototype.unload=function(){for(var e=this,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var n=function(e){return function(t){return t.moduleId===e}};t.forEach((function(t){var r=n(t.id);e._bindingDictionary.removeByCondition(r)}))},e.prototype.bind=function(e){var t=this.options.defaultScope||a.BindingScopeEnum.Transient,r=new s.Binding(e,t);return this._bindingDictionary.add(e,r),new d.BindingToSyntax(r)},e.prototype.rebind=function(e){return this.unbind(e),this.bind(e)},e.prototype.unbind=function(e){try{this._bindingDictionary.remove(e)}catch(t){throw new Error(o.CANNOT_UNBIND+" "+h.getServiceIdentifierAsString(e))}},e.prototype.unbindAll=function(){this._bindingDictionary=new g.Lookup},e.prototype.isBound=function(e){var t=this._bindingDictionary.hasKey(e);return!t&&this.parent&&(t=this.parent.isBound(e)),t},e.prototype.isBoundNamed=function(e,t){return this.isBoundTagged(e,c.NAMED_TAG,t)},e.prototype.isBoundTagged=function(e,t,r){var n=!1;if(this._bindingDictionary.hasKey(e)){var i=this._bindingDictionary.get(e),s=p.createMockRequest(this,e,t,r);n=i.some((function(e){return e.constraint(s)}))}return!n&&this.parent&&(n=this.parent.isBoundTagged(e,t,r)),n},e.prototype.snapshot=function(){this._snapshots.push(m.ContainerSnapshot.of(this._bindingDictionary.clone(),this._middleware))},e.prototype.restore=function(){var e=this._snapshots.pop();if(void 0===e)throw new Error(o.NO_MORE_SNAPSHOTS_AVAILABLE);this._bindingDictionary=e.bindings,this._middleware=e.middleware},e.prototype.createChild=function(t){var r=new e(t||this.options);return r.parent=this,r},e.prototype.applyMiddleware=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=this._middleware?this._middleware:this._planAndResolve();this._middleware=e.reduce((function(e,t){return t(e)}),r)},e.prototype.applyCustomMetadataReader=function(e){this._metadataReader=e},e.prototype.get=function(e){return this._get(!1,!1,a.TargetTypeEnum.Variable,e)},e.prototype.getTagged=function(e,t,r){return this._get(!1,!1,a.TargetTypeEnum.Variable,e,t,r)},e.prototype.getNamed=function(e,t){return this.getTagged(e,c.NAMED_TAG,t)},e.prototype.getAll=function(e){return this._get(!0,!0,a.TargetTypeEnum.Variable,e)},e.prototype.getAllTagged=function(e,t,r){return this._get(!1,!0,a.TargetTypeEnum.Variable,e,t,r)},e.prototype.getAllNamed=function(e,t){return this.getAllTagged(e,c.NAMED_TAG,t)},e.prototype.resolve=function(e){var t=this.createChild();return t.bind(e).toSelf(),t.get(e)},e.prototype._getContainerModuleHelpersFactory=function(){var e=this,t=function(e,t){e._binding.moduleId=t},r=function(r){return function(n){var i=e.rebind.bind(e)(n);return t(i,r),i}};return function(n){return{bindFunction:(i=n,function(r){var n=e.bind.bind(e)(r);return t(n,i),n}),isboundFunction:function(t){return e.isBound.bind(e)(t)},rebindFunction:r(n),unbindFunction:function(t){e.unbind.bind(e)(t)}};var i}},e.prototype._get=function(e,t,r,n,i,s){var a=null,c={avoidConstraints:e,contextInterceptor:function(e){return e},isMultiInject:t,key:i,serviceIdentifier:n,targetType:r,value:s};if(this._middleware){if(null==(a=this._middleware(c)))throw new Error(o.INVALID_MIDDLEWARE_RETURN)}else a=this._planAndResolve()(c);return a},e.prototype._planAndResolve=function(){var e=this;return function(t){var r=p.plan(e._metadataReader,e,t.isMultiInject,t.targetType,t.serviceIdentifier,t.key,t.value,t.avoidConstraints);return r=t.contextInterceptor(r),u.resolve(r)}},e}();t.Container=v},3244:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(7791),i=function(e){this.id=n.id(),this.registry=e};t.ContainerModule=i;var s=function(e){this.id=n.id(),this.registry=e};t.AsyncContainerModule=s},5700:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(){}return e.of=function(t,r){var n=new e;return n.bindings=t,n.middleware=r,n},e}();t.ContainerSnapshot=r},175:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=function(){function e(){this._map=new Map}return e.prototype.getMap=function(){return this._map},e.prototype.add=function(e,t){if(null==e)throw new Error(n.NULL_ARGUMENT);if(null==t)throw new Error(n.NULL_ARGUMENT);var r=this._map.get(e);void 0!==r?(r.push(t),this._map.set(e,r)):this._map.set(e,[t])},e.prototype.get=function(e){if(null==e)throw new Error(n.NULL_ARGUMENT);var t=this._map.get(e);if(void 0!==t)return t;throw new Error(n.KEY_NOT_FOUND)},e.prototype.remove=function(e){if(null==e)throw new Error(n.NULL_ARGUMENT);if(!this._map.delete(e))throw new Error(n.KEY_NOT_FOUND)},e.prototype.removeByCondition=function(e){var t=this;this._map.forEach((function(r,n){var i=r.filter((function(t){return!e(t)}));i.length>0?t._map.set(n,i):t._map.delete(n)}))},e.prototype.hasKey=function(e){if(null==e)throw new Error(n.NULL_ARGUMENT);return this._map.has(e)},e.prototype.clone=function(){var t=new e;return this._map.forEach((function(e,r){e.forEach((function(e){return t.add(r,e.clone())}))})),t},e.prototype.traverse=function(e){this._map.forEach((function(t,r){e(r,t)}))},e}();t.Lookup=i},6700:(e,t,r)=>{"use strict";r(6867);var n=r(1389);t.W2=n.Container;var i=r(8421);i.BindingScopeEnum,i.BindingTypeEnum,i.TargetTypeEnum;var s=r(3244);s.AsyncContainerModule,s.ContainerModule;var o=r(4315);t.b2=o.injectable,r(2052).tagged;var a=r(8085);t.t6=a.named;var c=r(5744);t.f3=c.inject,c.LazyServiceIdentifer,r(6515).optional,r(6757).unmanaged,r(1693).multiInject,r(5638).targetName;var l=r(7014);t.zY=l.postConstruct,r(1377).MetadataReader,r(7791).id,r(9934).decorate;var p=r(758);p.traverseAncerstors,p.taggedConstraint,p.namedConstraint,p.typeConstraint,r(5800).getServiceIdentifierAsString,r(600).multiBindToService},5228:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(7791),i=function(){function e(e){this.id=n.id(),this.container=e}return e.prototype.addPlan=function(e){this.plan=e},e.prototype.setCurrentRequest=function(e){this.currentRequest=e},e}();t.Context=i},7738:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=function(){function e(e,t){this.key=e,this.value=t}return e.prototype.toString=function(){return this.key===n.NAMED_TAG?"named: "+this.value.toString()+" ":"tagged: { key:"+this.key.toString()+", value: "+this.value+" }"},e}();t.Metadata=i},1377:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=function(){function e(){}return e.prototype.getConstructorMetadata=function(e){return{compilerGeneratedMetadata:Reflect.getMetadata(n.PARAM_TYPES,e),userGeneratedMetadata:Reflect.getMetadata(n.TAGGED,e)||{}}},e.prototype.getPropertiesMetadata=function(e){return Reflect.getMetadata(n.TAGGED_PROP,e)||[]},e}();t.MetadataReader=i},5314:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t){this.parentContext=e,this.rootRequest=t};t.Plan=r},6311:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(3184),i=r(6674),s=r(8421),o=r(6867),a=r(5265),c=r(5800),l=r(5228),p=r(7738),u=r(5314),d=r(6e3),f=r(6748),h=r(8924);function m(e){return e._bindingDictionary}function g(e,t,r,s,o){var a=y(r.container,o.serviceIdentifier),l=[];return a.length===n.BindingCount.NoBindingsAvailable&&r.container.options.autoBindInjectable&&"function"==typeof o.serviceIdentifier&&e.getConstructorMetadata(o.serviceIdentifier).compilerGeneratedMetadata&&(r.container.bind(o.serviceIdentifier).toSelf(),a=y(r.container,o.serviceIdentifier)),l=t?a:a.filter((function(e){var t=new f.Request(e.serviceIdentifier,r,s,e,o);return e.constraint(t)})),function(e,t,r,s){switch(t.length){case n.BindingCount.NoBindingsAvailable:if(r.isOptional())return t;var o=c.getServiceIdentifierAsString(e),a=i.NOT_REGISTERED;throw a+=c.listMetadataForTarget(o,r),a+=c.listRegisteredBindingsForServiceIdentifier(s,o,y),new Error(a);case n.BindingCount.OnlyOneBindingAvailable:if(!r.isArray())return t;case n.BindingCount.MultipleBindingsAvailable:default:if(r.isArray())return t;o=c.getServiceIdentifierAsString(e),a=i.AMBIGUOUS_MATCH+" "+o;throw a+=c.listRegisteredBindingsForServiceIdentifier(s,o,y),new Error(a)}}(o.serviceIdentifier,l,o,r.container),l}function v(e,t,r,n,o,a){var c,l;if(null===o){c=g(e,t,n,null,a),l=new f.Request(r,n,null,c,a);var p=new u.Plan(n,l);n.addPlan(p)}else c=g(e,t,n,o,a),l=o.addChildRequest(a.serviceIdentifier,c,a);c.forEach((function(t){var r=null;if(a.isArray())r=l.addChildRequest(t.serviceIdentifier,t,a);else{if(t.cache)return;r=l}if(t.type===s.BindingTypeEnum.Instance&&null!==t.implementationType){var o=d.getDependencies(e,t.implementationType);if(!n.container.options.skipBaseClassChecks){var c=d.getBaseClassDependencyCount(e,t.implementationType);if(o.length<c){var p=i.ARGUMENTS_LENGTH_MISMATCH(d.getFunctionName(t.implementationType));throw new Error(p)}}o.forEach((function(t){v(e,!1,t.serviceIdentifier,n,r,t)}))}}))}function y(e,t){var r=[],n=m(e);return n.hasKey(t)?r=n.get(t):null!==e.parent&&(r=y(e.parent,t)),r}t.getBindingDictionary=m,t.plan=function(e,t,r,n,i,s,u,d){void 0===d&&(d=!1);var f=new l.Context(t),m=function(e,t,r,n,i,s){var a=e?o.MULTI_INJECT_TAG:o.INJECT_TAG,c=new p.Metadata(a,r),l=new h.Target(t,n,r,c);if(void 0!==i){var u=new p.Metadata(i,s);l.metadata.push(u)}return l}(r,n,i,"",s,u);try{return v(e,d,i,f,null,m),f}catch(e){throw a.isStackOverflowExeption(e)&&f.plan&&c.circularDependencyToException(f.plan.rootRequest),e}},t.createMockRequest=function(e,t,r,n){var i=new h.Target(s.TargetTypeEnum.Variable,"",t,new p.Metadata(r,n)),o=new l.Context(e);return new f.Request(t,o,null,[],i)}},8460:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e){this.str=e}return e.prototype.startsWith=function(e){return 0===this.str.indexOf(e)},e.prototype.endsWith=function(e){var t,r=e.split("").reverse().join("");return t=this.str.split("").reverse().join(""),this.startsWith.call({str:t},r)},e.prototype.contains=function(e){return-1!==this.str.indexOf(e)},e.prototype.equals=function(e){return this.str===e},e.prototype.value=function(){return this.str},e}();t.QueryableString=r},6e3:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(5744),i=r(6674),s=r(8421),o=r(6867),a=r(5800);t.getFunctionName=a.getFunctionName;var c=r(8924);function l(e,t,r,n){var s=e.getConstructorMetadata(r),o=s.compilerGeneratedMetadata;if(void 0===o){var a=i.MISSING_INJECTABLE_ANNOTATION+" "+t+".";throw new Error(a)}var c=s.userGeneratedMetadata,l=Object.keys(c),d=function(e,t,r,n,i){for(var s=[],o=0;o<i;o++){var a=p(o,e,t,r,n);null!==a&&s.push(a)}return s}(n,t,o,c,0===r.length&&l.length>0?l.length:r.length),f=u(e,r);return d.concat(f)}function p(e,t,r,o,a){var l=a[e.toString()]||[],p=d(l),u=!0!==p.unmanaged,f=o[e],h=p.inject||p.multiInject;if((f=h||f)instanceof n.LazyServiceIdentifer&&(f=f.unwrap()),u){if(!t&&(f===Object||f===Function||void 0===f)){var m=i.MISSING_INJECT_ANNOTATION+" argument "+e+" in class "+r+".";throw new Error(m)}var g=new c.Target(s.TargetTypeEnum.ConstructorArgument,p.targetName,f);return g.metadata=l,g}return null}function u(e,t){for(var r=e.getPropertiesMetadata(t),n=[],i=0,o=Object.keys(r);i<o.length;i++){var a=o[i],l=r[a],p=d(r[a]),f=p.targetName||a,h=p.inject||p.multiInject,m=new c.Target(s.TargetTypeEnum.ClassProperty,f,h);m.metadata=l,n.push(m)}var g=Object.getPrototypeOf(t.prototype).constructor;if(g!==Object){var v=u(e,g);n=n.concat(v)}return n}function d(e){var t={};return e.forEach((function(e){t[e.key.toString()]=e.value})),{inject:t[o.INJECT_TAG],multiInject:t[o.MULTI_INJECT_TAG],targetName:t[o.NAME_TAG],unmanaged:t[o.UNMANAGED_TAG]}}t.getDependencies=function(e,t){return l(e,a.getFunctionName(t),t,!1)},t.getBaseClassDependencyCount=function e(t,r){var n=Object.getPrototypeOf(r.prototype).constructor;if(n!==Object){var i=l(t,a.getFunctionName(n),n,!0),s=i.map((function(e){return e.metadata.filter((function(e){return e.key===o.UNMANAGED_TAG}))})),c=[].concat.apply([],s).length,p=i.length-c;return p>0?p:e(t,n)}return 0}},6748:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(7791),i=function(){function e(e,t,r,i,s){this.id=n.id(),this.serviceIdentifier=e,this.parentContext=t,this.parentRequest=r,this.target=s,this.childRequests=[],this.bindings=Array.isArray(i)?i:[i],this.requestScope=null===r?new Map:null}return e.prototype.addChildRequest=function(t,r,n){var i=new e(t,this.parentContext,this,r,n);return this.childRequests.push(i),i},e}();t.Request=i},8924:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=r(7791),s=r(7738),o=r(8460),a=function(){function e(e,t,r,a){this.id=i.id(),this.type=e,this.serviceIdentifier=r,this.name=new o.QueryableString(t||""),this.metadata=new Array;var c=null;"string"==typeof a?c=new s.Metadata(n.NAMED_TAG,a):a instanceof s.Metadata&&(c=a),null!==c&&this.metadata.push(c)}return e.prototype.hasTag=function(e){for(var t=0,r=this.metadata;t<r.length;t++){if(r[t].key===e)return!0}return!1},e.prototype.isArray=function(){return this.hasTag(n.MULTI_INJECT_TAG)},e.prototype.matchesArray=function(e){return this.matchesTag(n.MULTI_INJECT_TAG)(e)},e.prototype.isNamed=function(){return this.hasTag(n.NAMED_TAG)},e.prototype.isTagged=function(){return this.metadata.some((function(e){return e.key!==n.INJECT_TAG&&e.key!==n.MULTI_INJECT_TAG&&e.key!==n.NAME_TAG&&e.key!==n.UNMANAGED_TAG&&e.key!==n.NAMED_TAG}))},e.prototype.isOptional=function(){return this.matchesTag(n.OPTIONAL_TAG)(!0)},e.prototype.getNamedTag=function(){return this.isNamed()?this.metadata.filter((function(e){return e.key===n.NAMED_TAG}))[0]:null},e.prototype.getCustomTags=function(){return this.isTagged()?this.metadata.filter((function(e){return e.key!==n.INJECT_TAG&&e.key!==n.MULTI_INJECT_TAG&&e.key!==n.NAME_TAG&&e.key!==n.UNMANAGED_TAG&&e.key!==n.NAMED_TAG})):null},e.prototype.matchesNamedTag=function(e){return this.matchesTag(n.NAMED_TAG)(e)},e.prototype.matchesTag=function(e){var t=this;return function(r){for(var n=0,i=t.metadata;n<i.length;n++){var s=i[n];if(s.key===e&&s.value===r)return!0}return!1}},e}();t.Target=a},2279:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=r(8421),s=r(6867);t.resolveInstance=function(e,t,r){var o,a,c=null;if(t.length>0){var l=t.filter((function(e){return null!==e.target&&e.target.type===i.TargetTypeEnum.ConstructorArgument})).map(r);a=l,c=function(e,t,r){var n=t.filter((function(e){return null!==e.target&&e.target.type===i.TargetTypeEnum.ClassProperty})),s=n.map(r);return n.forEach((function(t,r){var n;n=t.target.name.value();var i=s[r];e[n]=i})),e}(c=new((o=e).bind.apply(o,[void 0].concat(a))),t,r)}else c=new e;return function(e,t){if(Reflect.hasMetadata(s.POST_CONSTRUCT,e)){var r=Reflect.getMetadata(s.POST_CONSTRUCT,e);try{t[r.value]()}catch(t){throw new Error(n.POST_CONSTRUCT_ERROR(e.name,t.message))}}}(e,c),c}},1927:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=r(8421),s=r(5265),o=r(5800),a=r(2279),c=function(e,t,r){try{return r()}catch(r){throw s.isStackOverflowExeption(r)?new Error(n.CIRCULAR_DEPENDENCY_IN_FACTORY(e,t.toString())):r}},l=function(e){return function(t){t.parentContext.setCurrentRequest(t);var r=t.bindings,s=t.childRequests,p=t.target&&t.target.isArray(),u=!(t.parentRequest&&t.parentRequest.target&&t.target&&t.parentRequest.target.matchesArray(t.target.serviceIdentifier));if(p&&u)return s.map((function(t){return l(e)(t)}));var d=null;if(!t.target.isOptional()||0!==r.length){var f=r[0],h=f.scope===i.BindingScopeEnum.Singleton,m=f.scope===i.BindingScopeEnum.Request;if(h&&f.activated)return f.cache;if(m&&null!==e&&e.has(f.id))return e.get(f.id);if(f.type===i.BindingTypeEnum.ConstantValue)d=f.cache;else if(f.type===i.BindingTypeEnum.Function)d=f.cache;else if(f.type===i.BindingTypeEnum.Constructor)d=f.implementationType;else if(f.type===i.BindingTypeEnum.DynamicValue&&null!==f.dynamicValue)d=c("toDynamicValue",f.serviceIdentifier,(function(){return f.dynamicValue(t.parentContext)}));else if(f.type===i.BindingTypeEnum.Factory&&null!==f.factory)d=c("toFactory",f.serviceIdentifier,(function(){return f.factory(t.parentContext)}));else if(f.type===i.BindingTypeEnum.Provider&&null!==f.provider)d=c("toProvider",f.serviceIdentifier,(function(){return f.provider(t.parentContext)}));else{if(f.type!==i.BindingTypeEnum.Instance||null===f.implementationType){var g=o.getServiceIdentifierAsString(t.serviceIdentifier);throw new Error(n.INVALID_BINDING_TYPE+" "+g)}d=a.resolveInstance(f.implementationType,s,l(e))}return"function"==typeof f.onActivation&&(d=f.onActivation(t.parentContext,d)),h&&(f.cache=d,f.activated=!0),m&&null!==e&&!e.has(f.id)&&e.set(f.id,d),d}}};t.resolve=function(e){return l(e.plan.rootRequest.requestScope)(e.plan.rootRequest)}},3366:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(8421),i=r(1325),s=function(){function e(e){this._binding=e}return e.prototype.inRequestScope=function(){return this._binding.scope=n.BindingScopeEnum.Request,new i.BindingWhenOnSyntax(this._binding)},e.prototype.inSingletonScope=function(){return this._binding.scope=n.BindingScopeEnum.Singleton,new i.BindingWhenOnSyntax(this._binding)},e.prototype.inTransientScope=function(){return this._binding.scope=n.BindingScopeEnum.Transient,new i.BindingWhenOnSyntax(this._binding)},e}();t.BindingInSyntax=s},9812:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(3366),i=r(1811),s=r(8370),o=function(){function e(e){this._binding=e,this._bindingWhenSyntax=new s.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new i.BindingOnSyntax(this._binding),this._bindingInSyntax=new n.BindingInSyntax(e)}return e.prototype.inRequestScope=function(){return this._bindingInSyntax.inRequestScope()},e.prototype.inSingletonScope=function(){return this._bindingInSyntax.inSingletonScope()},e.prototype.inTransientScope=function(){return this._bindingInSyntax.inTransientScope()},e.prototype.when=function(e){return this._bindingWhenSyntax.when(e)},e.prototype.whenTargetNamed=function(e){return this._bindingWhenSyntax.whenTargetNamed(e)},e.prototype.whenTargetIsDefault=function(){return this._bindingWhenSyntax.whenTargetIsDefault()},e.prototype.whenTargetTagged=function(e,t){return this._bindingWhenSyntax.whenTargetTagged(e,t)},e.prototype.whenInjectedInto=function(e){return this._bindingWhenSyntax.whenInjectedInto(e)},e.prototype.whenParentNamed=function(e){return this._bindingWhenSyntax.whenParentNamed(e)},e.prototype.whenParentTagged=function(e,t){return this._bindingWhenSyntax.whenParentTagged(e,t)},e.prototype.whenAnyAncestorIs=function(e){return this._bindingWhenSyntax.whenAnyAncestorIs(e)},e.prototype.whenNoAncestorIs=function(e){return this._bindingWhenSyntax.whenNoAncestorIs(e)},e.prototype.whenAnyAncestorNamed=function(e){return this._bindingWhenSyntax.whenAnyAncestorNamed(e)},e.prototype.whenAnyAncestorTagged=function(e,t){return this._bindingWhenSyntax.whenAnyAncestorTagged(e,t)},e.prototype.whenNoAncestorNamed=function(e){return this._bindingWhenSyntax.whenNoAncestorNamed(e)},e.prototype.whenNoAncestorTagged=function(e,t){return this._bindingWhenSyntax.whenNoAncestorTagged(e,t)},e.prototype.whenAnyAncestorMatches=function(e){return this._bindingWhenSyntax.whenAnyAncestorMatches(e)},e.prototype.whenNoAncestorMatches=function(e){return this._bindingWhenSyntax.whenNoAncestorMatches(e)},e.prototype.onActivation=function(e){return this._bindingOnSyntax.onActivation(e)},e}();t.BindingInWhenOnSyntax=o},1811:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(8370),i=function(){function e(e){this._binding=e}return e.prototype.onActivation=function(e){return this._binding.onActivation=e,new n.BindingWhenSyntax(this._binding)},e}();t.BindingOnSyntax=i},1860:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674),i=r(8421),s=r(9812),o=r(1325),a=function(){function e(e){this._binding=e}return e.prototype.to=function(e){return this._binding.type=i.BindingTypeEnum.Instance,this._binding.implementationType=e,new s.BindingInWhenOnSyntax(this._binding)},e.prototype.toSelf=function(){if("function"!=typeof this._binding.serviceIdentifier)throw new Error(""+n.INVALID_TO_SELF_VALUE);var e=this._binding.serviceIdentifier;return this.to(e)},e.prototype.toConstantValue=function(e){return this._binding.type=i.BindingTypeEnum.ConstantValue,this._binding.cache=e,this._binding.dynamicValue=null,this._binding.implementationType=null,new o.BindingWhenOnSyntax(this._binding)},e.prototype.toDynamicValue=function(e){return this._binding.type=i.BindingTypeEnum.DynamicValue,this._binding.cache=null,this._binding.dynamicValue=e,this._binding.implementationType=null,new s.BindingInWhenOnSyntax(this._binding)},e.prototype.toConstructor=function(e){return this._binding.type=i.BindingTypeEnum.Constructor,this._binding.implementationType=e,new o.BindingWhenOnSyntax(this._binding)},e.prototype.toFactory=function(e){return this._binding.type=i.BindingTypeEnum.Factory,this._binding.factory=e,new o.BindingWhenOnSyntax(this._binding)},e.prototype.toFunction=function(e){if("function"!=typeof e)throw new Error(n.INVALID_FUNCTION_BINDING);var t=this.toConstantValue(e);return this._binding.type=i.BindingTypeEnum.Function,t},e.prototype.toAutoFactory=function(e){return this._binding.type=i.BindingTypeEnum.Factory,this._binding.factory=function(t){return function(){return t.container.get(e)}},new o.BindingWhenOnSyntax(this._binding)},e.prototype.toProvider=function(e){return this._binding.type=i.BindingTypeEnum.Provider,this._binding.provider=e,new o.BindingWhenOnSyntax(this._binding)},e.prototype.toService=function(e){this.toDynamicValue((function(t){return t.container.get(e)}))},e}();t.BindingToSyntax=a},1325:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(1811),i=r(8370),s=function(){function e(e){this._binding=e,this._bindingWhenSyntax=new i.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new n.BindingOnSyntax(this._binding)}return e.prototype.when=function(e){return this._bindingWhenSyntax.when(e)},e.prototype.whenTargetNamed=function(e){return this._bindingWhenSyntax.whenTargetNamed(e)},e.prototype.whenTargetIsDefault=function(){return this._bindingWhenSyntax.whenTargetIsDefault()},e.prototype.whenTargetTagged=function(e,t){return this._bindingWhenSyntax.whenTargetTagged(e,t)},e.prototype.whenInjectedInto=function(e){return this._bindingWhenSyntax.whenInjectedInto(e)},e.prototype.whenParentNamed=function(e){return this._bindingWhenSyntax.whenParentNamed(e)},e.prototype.whenParentTagged=function(e,t){return this._bindingWhenSyntax.whenParentTagged(e,t)},e.prototype.whenAnyAncestorIs=function(e){return this._bindingWhenSyntax.whenAnyAncestorIs(e)},e.prototype.whenNoAncestorIs=function(e){return this._bindingWhenSyntax.whenNoAncestorIs(e)},e.prototype.whenAnyAncestorNamed=function(e){return this._bindingWhenSyntax.whenAnyAncestorNamed(e)},e.prototype.whenAnyAncestorTagged=function(e,t){return this._bindingWhenSyntax.whenAnyAncestorTagged(e,t)},e.prototype.whenNoAncestorNamed=function(e){return this._bindingWhenSyntax.whenNoAncestorNamed(e)},e.prototype.whenNoAncestorTagged=function(e,t){return this._bindingWhenSyntax.whenNoAncestorTagged(e,t)},e.prototype.whenAnyAncestorMatches=function(e){return this._bindingWhenSyntax.whenAnyAncestorMatches(e)},e.prototype.whenNoAncestorMatches=function(e){return this._bindingWhenSyntax.whenNoAncestorMatches(e)},e.prototype.onActivation=function(e){return this._bindingOnSyntax.onActivation(e)},e}();t.BindingWhenOnSyntax=s},8370:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(1811),i=r(758),s=function(){function e(e){this._binding=e}return e.prototype.when=function(e){return this._binding.constraint=e,new n.BindingOnSyntax(this._binding)},e.prototype.whenTargetNamed=function(e){return this._binding.constraint=i.namedConstraint(e),new n.BindingOnSyntax(this._binding)},e.prototype.whenTargetIsDefault=function(){return this._binding.constraint=function(e){return null!==e.target&&!e.target.isNamed()&&!e.target.isTagged()},new n.BindingOnSyntax(this._binding)},e.prototype.whenTargetTagged=function(e,t){return this._binding.constraint=i.taggedConstraint(e)(t),new n.BindingOnSyntax(this._binding)},e.prototype.whenInjectedInto=function(e){return this._binding.constraint=function(t){return i.typeConstraint(e)(t.parentRequest)},new n.BindingOnSyntax(this._binding)},e.prototype.whenParentNamed=function(e){return this._binding.constraint=function(t){return i.namedConstraint(e)(t.parentRequest)},new n.BindingOnSyntax(this._binding)},e.prototype.whenParentTagged=function(e,t){return this._binding.constraint=function(r){return i.taggedConstraint(e)(t)(r.parentRequest)},new n.BindingOnSyntax(this._binding)},e.prototype.whenAnyAncestorIs=function(e){return this._binding.constraint=function(t){return i.traverseAncerstors(t,i.typeConstraint(e))},new n.BindingOnSyntax(this._binding)},e.prototype.whenNoAncestorIs=function(e){return this._binding.constraint=function(t){return!i.traverseAncerstors(t,i.typeConstraint(e))},new n.BindingOnSyntax(this._binding)},e.prototype.whenAnyAncestorNamed=function(e){return this._binding.constraint=function(t){return i.traverseAncerstors(t,i.namedConstraint(e))},new n.BindingOnSyntax(this._binding)},e.prototype.whenNoAncestorNamed=function(e){return this._binding.constraint=function(t){return!i.traverseAncerstors(t,i.namedConstraint(e))},new n.BindingOnSyntax(this._binding)},e.prototype.whenAnyAncestorTagged=function(e,t){return this._binding.constraint=function(r){return i.traverseAncerstors(r,i.taggedConstraint(e)(t))},new n.BindingOnSyntax(this._binding)},e.prototype.whenNoAncestorTagged=function(e,t){return this._binding.constraint=function(r){return!i.traverseAncerstors(r,i.taggedConstraint(e)(t))},new n.BindingOnSyntax(this._binding)},e.prototype.whenAnyAncestorMatches=function(e){return this._binding.constraint=function(t){return i.traverseAncerstors(t,e)},new n.BindingOnSyntax(this._binding)},e.prototype.whenNoAncestorMatches=function(e){return this._binding.constraint=function(t){return!i.traverseAncerstors(t,e)},new n.BindingOnSyntax(this._binding)},e}();t.BindingWhenSyntax=s},758:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6867),i=r(7738),s=function(e,t){var r=e.parentRequest;return null!==r&&(!!t(r)||s(r,t))};t.traverseAncerstors=s;var o=function(e){return function(t){var r=function(r){return null!==r&&null!==r.target&&r.target.matchesTag(e)(t)};return r.metaData=new i.Metadata(e,t),r}};t.taggedConstraint=o;var a=o(n.NAMED_TAG);t.namedConstraint=a;t.typeConstraint=function(e){return function(t){var r=null;if(null!==t){if(r=t.bindings[0],"string"==typeof e)return r.serviceIdentifier===e;var n=t.bindings[0].implementationType;return e===n}return!1}}},600:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.multiBindToService=function(e){return function(t){return function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.forEach((function(r){return e.bind(r).toService(t)}))}}}},5265:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674);t.isStackOverflowExeption=function(e){return e instanceof RangeError||e.message===n.STACK_OVERFLOW}},7791:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=0;t.id=function(){return r++}},5800:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6674);function i(e){return"function"==typeof e?e.name:"symbol"==typeof e?e.toString():e}function s(e,t){return null!==e.parentRequest&&(e.parentRequest.serviceIdentifier===t||s(e.parentRequest,t))}function o(e){if(e.name)return e.name;var t=e.toString(),r=t.match(/^function\s*([^\s(]+)/);return r?r[1]:"Anonymous function: "+t}t.getServiceIdentifierAsString=i,t.listRegisteredBindingsForServiceIdentifier=function(e,t,r){var n="",i=r(e,t);return 0!==i.length&&(n="\nRegistered bindings:",i.forEach((function(e){var t="Object";null!==e.implementationType&&(t=o(e.implementationType)),n=n+"\n "+t,e.constraint.metaData&&(n=n+" - "+e.constraint.metaData)}))),n},t.circularDependencyToException=function e(t){t.childRequests.forEach((function(t){if(s(t,t.serviceIdentifier)){var r=function(e){return function e(t,r){void 0===r&&(r=[]);var n=i(t.serviceIdentifier);return r.push(n),null!==t.parentRequest?e(t.parentRequest,r):r}(e).reverse().join(" --\x3e ")}(t);throw new Error(n.CIRCULAR_DEPENDENCY+" "+r)}e(t)}))},t.listMetadataForTarget=function(e,t){if(t.isTagged()||t.isNamed()){var r="",n=t.getNamedTag(),i=t.getCustomTags();return null!==n&&(r+=n.toString()+"\n"),null!==i&&i.forEach((function(e){r+=e.toString()+"\n"}))," "+e+"\n "+e+" - "+r}return" "+e},t.getFunctionName=o},6512:function(e,t,r){e=r.nmd(e),function(){var t,r,n,i,s,o,a,c;r={},null!==e&&e.exports?e.exports=r:this.ipaddr=r,a=function(e,t,r,n){var i,s;if(e.length!==t.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");for(i=0;n>0;){if((s=r-n)<0&&(s=0),e[i]>>s!=t[i]>>s)return!1;n-=r,i+=1}return!0},r.subnetMatch=function(e,t,r){var n,i,s,o,a;for(s in null==r&&(r="unicast"),t)for(!(o=t[s])[0]||o[0]instanceof Array||(o=[o]),n=0,i=o.length;n<i;n++)if(a=o[n],e.kind()===a[0].kind()&&e.match.apply(e,a))return s;return r},r.IPv4=function(){function e(e){var t,r,n;if(4!==e.length)throw new Error("ipaddr: ipv4 octet count should be 4");for(t=0,r=e.length;t<r;t++)if(!(0<=(n=e[t])&&n<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=e}return e.prototype.kind=function(){return"ipv4"},e.prototype.toString=function(){return this.octets.join(".")},e.prototype.toNormalizedString=function(){return this.toString()},e.prototype.toByteArray=function(){return this.octets.slice(0)},e.prototype.match=function(e,t){var r;if(void 0===t&&(e=(r=e)[0],t=r[1]),"ipv4"!==e.kind())throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return a(this.octets,e.octets,8,t)},e.prototype.SpecialRanges={unspecified:[[new e([0,0,0,0]),8]],broadcast:[[new e([255,255,255,255]),32]],multicast:[[new e([224,0,0,0]),4]],linkLocal:[[new e([169,254,0,0]),16]],loopback:[[new e([127,0,0,0]),8]],carrierGradeNat:[[new e([100,64,0,0]),10]],private:[[new e([10,0,0,0]),8],[new e([172,16,0,0]),12],[new e([192,168,0,0]),16]],reserved:[[new e([192,0,0,0]),24],[new e([192,0,2,0]),24],[new e([192,88,99,0]),24],[new e([198,51,100,0]),24],[new e([203,0,113,0]),24],[new e([240,0,0,0]),4]]},e.prototype.range=function(){return r.subnetMatch(this,this.SpecialRanges)},e.prototype.toIPv4MappedAddress=function(){return r.IPv6.parse("::ffff:"+this.toString())},e.prototype.prefixLengthFromSubnetMask=function(){var e,t,r,n,i,s,o;for(o={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},e=0,i=!1,t=r=3;r>=0;t=r+=-1){if(!((n=this.octets[t])in o))return null;if(s=o[n],i&&0!==s)return null;8!==s&&(i=!0),e+=s}return 32-e},e}(),n="(0?\\d+|0x[a-f0-9]+)",i={fourOctet:new RegExp("^"+n+"\\."+n+"\\."+n+"\\."+n+"$","i"),longValue:new RegExp("^"+n+"$","i")},r.IPv4.parser=function(e){var t,r,n,s,o;if(r=function(e){return"0"===e[0]&&"x"!==e[1]?parseInt(e,8):parseInt(e)},t=e.match(i.fourOctet))return function(){var e,i,s,o;for(o=[],e=0,i=(s=t.slice(1,6)).length;e<i;e++)n=s[e],o.push(r(n));return o}();if(t=e.match(i.longValue)){if((o=r(t[1]))>4294967295||o<0)throw new Error("ipaddr: address outside defined range");return function(){var e,t;for(t=[],s=e=0;e<=24;s=e+=8)t.push(o>>s&255);return t}().reverse()}return null},r.IPv6=function(){function e(e,t){var r,n,i,s,o,a;if(16===e.length)for(this.parts=[],r=n=0;n<=14;r=n+=2)this.parts.push(e[r]<<8|e[r+1]);else{if(8!==e.length)throw new Error("ipaddr: ipv6 part count should be 8 or 16");this.parts=e}for(i=0,s=(a=this.parts).length;i<s;i++)if(!(0<=(o=a[i])&&o<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");t&&(this.zoneId=t)}return e.prototype.kind=function(){return"ipv6"},e.prototype.toString=function(){return this.toNormalizedString().replace(/((^|:)(0(:|$))+)/,"::")},e.prototype.toRFC5952String=function(){var e,t,r,n,i;for(n=/((^|:)(0(:|$)){2,})/g,i=this.toNormalizedString(),e=0,t=-1;r=n.exec(i);)r[0].length>t&&(e=r.index,t=r[0].length);return t<0?i:i.substring(0,e)+"::"+i.substring(e+t)},e.prototype.toByteArray=function(){var e,t,r,n,i;for(e=[],t=0,r=(i=this.parts).length;t<r;t++)n=i[t],e.push(n>>8),e.push(255&n);return e},e.prototype.toNormalizedString=function(){var e,t,r;return e=function(){var e,r,n,i;for(i=[],e=0,r=(n=this.parts).length;e<r;e++)t=n[e],i.push(t.toString(16));return i}.call(this).join(":"),r="",this.zoneId&&(r="%"+this.zoneId),e+r},e.prototype.toFixedLengthString=function(){var e,t,r;return e=function(){var e,r,n,i;for(i=[],e=0,r=(n=this.parts).length;e<r;e++)t=n[e],i.push(t.toString(16).padStart(4,"0"));return i}.call(this).join(":"),r="",this.zoneId&&(r="%"+this.zoneId),e+r},e.prototype.match=function(e,t){var r;if(void 0===t&&(e=(r=e)[0],t=r[1]),"ipv6"!==e.kind())throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return a(this.parts,e.parts,16,t)},e.prototype.SpecialRanges={unspecified:[new e([0,0,0,0,0,0,0,0]),128],linkLocal:[new e([65152,0,0,0,0,0,0,0]),10],multicast:[new e([65280,0,0,0,0,0,0,0]),8],loopback:[new e([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new e([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new e([0,0,0,0,0,65535,0,0]),96],rfc6145:[new e([0,0,0,0,65535,0,0,0]),96],rfc6052:[new e([100,65435,0,0,0,0,0,0]),96],"6to4":[new e([8194,0,0,0,0,0,0,0]),16],teredo:[new e([8193,0,0,0,0,0,0,0]),32],reserved:[[new e([8193,3512,0,0,0,0,0,0]),32]]},e.prototype.range=function(){return r.subnetMatch(this,this.SpecialRanges)},e.prototype.isIPv4MappedAddress=function(){return"ipv4Mapped"===this.range()},e.prototype.toIPv4Address=function(){var e,t,n;if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");return e=(n=this.parts.slice(-2))[0],t=n[1],new r.IPv4([e>>8,255&e,t>>8,255&t])},e.prototype.prefixLengthFromSubnetMask=function(){var e,t,r,n,i,s,o;for(o={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0},e=0,i=!1,t=r=7;r>=0;t=r+=-1){if(!((n=this.parts[t])in o))return null;if(s=o[n],i&&0!==s)return null;16!==s&&(i=!0),e+=s}return 128-e},e}(),s="(?:[0-9a-f]+::?)+",c="%[0-9a-z]{1,}",o={zoneIndex:new RegExp(c,"i"),native:new RegExp("^(::)?("+s+")?([0-9a-f]+)?(::)?("+c+")?$","i"),transitional:new RegExp("^((?:"+s+")|(?:::)(?:"+s+")?)"+n+"\\."+n+"\\."+n+"\\."+n+"(%[0-9a-z]{1,})?$","i")},t=function(e,t){var r,n,i,s,a,c;if(e.indexOf("::")!==e.lastIndexOf("::"))return null;for((c=(e.match(o.zoneIndex)||[])[0])&&(c=c.substring(1),e=e.replace(/%.+$/,"")),r=0,n=-1;(n=e.indexOf(":",n+1))>=0;)r++;if("::"===e.substr(0,2)&&r--,"::"===e.substr(-2,2)&&r--,r>t)return null;for(a=t-r,s=":";a--;)s+="0:";return":"===(e=e.replace("::",s))[0]&&(e=e.slice(1)),":"===e[e.length-1]&&(e=e.slice(0,-1)),{parts:t=function(){var t,r,n,s;for(s=[],t=0,r=(n=e.split(":")).length;t<r;t++)i=n[t],s.push(parseInt(i,16));return s}(),zoneId:c}},r.IPv6.parser=function(e){var r,n,i,s,a,c,l;if(o.native.test(e))return t(e,8);if((s=e.match(o.transitional))&&(l=s[6]||"",(r=t(s[1].slice(0,-1)+l,6)).parts)){for(n=0,i=(c=[parseInt(s[2]),parseInt(s[3]),parseInt(s[4]),parseInt(s[5])]).length;n<i;n++)if(!(0<=(a=c[n])&&a<=255))return null;return r.parts.push(c[0]<<8|c[1]),r.parts.push(c[2]<<8|c[3]),{parts:r.parts,zoneId:r.zoneId}}return null},r.IPv4.isIPv4=r.IPv6.isIPv6=function(e){return null!==this.parser(e)},r.IPv4.isValid=function(e){try{return new this(this.parser(e)),!0}catch(e){return e,!1}},r.IPv4.isValidFourPartDecimal=function(e){return!(!r.IPv4.isValid(e)||!e.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},r.IPv6.isValid=function(e){var t;if("string"==typeof e&&-1===e.indexOf(":"))return!1;try{return new this((t=this.parser(e)).parts,t.zoneId),!0}catch(e){return e,!1}},r.IPv4.parse=function(e){var t;if(null===(t=this.parser(e)))throw new Error("ipaddr: string is not formatted like ip address");return new this(t)},r.IPv6.parse=function(e){var t;if(null===(t=this.parser(e)).parts)throw new Error("ipaddr: string is not formatted like ip address");return new this(t.parts,t.zoneId)},r.IPv4.parseCIDR=function(e){var t,r,n;if((r=e.match(/^(.+)\/(\d+)$/))&&(t=parseInt(r[2]))>=0&&t<=32)return n=[this.parse(r[1]),t],Object.defineProperty(n,"toString",{value:function(){return this.join("/")}}),n;throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},r.IPv4.subnetMaskFromPrefixLength=function(e){var t,r,n;if((e=parseInt(e))<0||e>32)throw new Error("ipaddr: invalid IPv4 prefix length");for(n=[0,0,0,0],r=0,t=Math.floor(e/8);r<t;)n[r]=255,r++;return t<4&&(n[t]=Math.pow(2,e%8)-1<<8-e%8),new this(n)},r.IPv4.broadcastAddressFromCIDR=function(e){var t,r,n,i,s;try{for(n=(t=this.parseCIDR(e))[0].toByteArray(),s=this.subnetMaskFromPrefixLength(t[1]).toByteArray(),i=[],r=0;r<4;)i.push(parseInt(n[r],10)|255^parseInt(s[r],10)),r++;return new this(i)}catch(e){throw e,new Error("ipaddr: the address does not have IPv4 CIDR format")}},r.IPv4.networkAddressFromCIDR=function(e){var t,r,n,i,s;try{for(n=(t=this.parseCIDR(e))[0].toByteArray(),s=this.subnetMaskFromPrefixLength(t[1]).toByteArray(),i=[],r=0;r<4;)i.push(parseInt(n[r],10)&parseInt(s[r],10)),r++;return new this(i)}catch(e){throw e,new Error("ipaddr: the address does not have IPv4 CIDR format")}},r.IPv6.parseCIDR=function(e){var t,r,n;if((r=e.match(/^(.+)\/(\d+)$/))&&(t=parseInt(r[2]))>=0&&t<=128)return n=[this.parse(r[1]),t],Object.defineProperty(n,"toString",{value:function(){return this.join("/")}}),n;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},r.isValid=function(e){return r.IPv6.isValid(e)||r.IPv4.isValid(e)},r.parse=function(e){if(r.IPv6.isValid(e))return r.IPv6.parse(e);if(r.IPv4.isValid(e))return r.IPv4.parse(e);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},r.parseCIDR=function(e){try{return r.IPv6.parseCIDR(e)}catch(t){t;try{return r.IPv4.parseCIDR(e)}catch(e){throw e,new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},r.fromByteArray=function(e){var t;if(4===(t=e.length))return new r.IPv4(e);if(16===t)return new r.IPv6(e);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},r.process=function(e){var t;return"ipv6"===(t=this.parse(e)).kind()&&t.isIPv4MappedAddress()?t.toIPv4Address():t}}.call(this)},5171:e=>{"use strict";e.exports=function(e){return!!e&&(e instanceof Array||Array.isArray(e)||e.length>=0&&e.splice instanceof Function)}},2428:e=>{e.exports=function(e){if("string"!=typeof e||""===e)return!1;for(var t;t=/(\\).|([@?!+*]\(.*\))/g.exec(e);){if(t[2])return!0;e=e.slice(t.index+t[0].length)}return!1}},6830:(e,t,r)=>{var n=r(2428),i={"{":"}","(":")","[":"]"},s=/\\(.)|(^!|\*|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/,o=/\\(.)|(^!|[*?{}()[\]]|\(\?)/;e.exports=function(e,t){if("string"!=typeof e||""===e)return!1;if(n(e))return!0;var r,a=s;for(t&&!1===t.strict&&(a=o);r=a.exec(e);){if(r[2])return!0;var c=r.index+r[0].length,l=r[1],p=l?i[l]:null;if(l&&p){var u=e.indexOf(p,c);-1!==u&&(c=u+1)}e=e.slice(c)}return!1}},9924:e=>{"use strict";e.exports=function(e){return"number"==typeof e?e-e==0:"string"==typeof e&&""!==e.trim()&&(Number.isFinite?Number.isFinite(+e):isFinite(+e))}},1438:e=>{"use strict";e.exports=function(e,t,r){r=r||20;try{return JSON.parse(e,t)}catch(t){if("string"!=typeof e){const t="Cannot parse "+(Array.isArray(e)&&0===e.length?"an empty array":String(e));throw new TypeError(t)}const n=t.message.match(/^Unexpected token.*position\s+(\d+)/i),i=n?+n[1]:t.message.match(/^Unexpected end of JSON.*/i)?e.length-1:null;if(null!=i){const n=i<=r?0:i-r,s=i+r>=e.length?e.length:i+r;t.message+=` while parsing near '${0===n?"":"..."}${e.slice(n,s)}${s===e.length?"":"..."}'`}else t.message+=` while parsing '${e.slice(0,2*r)}'`;throw t}}},3730:(e,t,r)=>{var n=r(3304).jsonc;e.exports=n,e.exports.jsonc=n,e.exports.safe=n.safe},465:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var i=r(4445),s=r(1657),o=r(8484),a=Object.prototype;function c(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new Promise((function(r,n){e.apply(void 0,t.concat([function(e,t){e?n(e):r(t)}]))}))}}var l={replacer:null,space:0,handleCircular:!0},p={isObject:function(e){return"[object Object]"===a.toString.call(e)},isPrimitive:function(e){var t=typeof e;return null==e||"function"!==t&&"object"!==t},strLog:function(e,t){if(p.isPrimitive(e))return e;var r=t?"  ":null;return i.default(e,null,r)},getLogger:function(e,t){return function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.stream,s=r.map((function(r){return r instanceof Error?(i=e.streamErr,r.stack||r.message||String(r)):p.strLog(r,t)})).join(" ");i.write(s+"\n")}},getStringifyOptions:function(e,t){return p.isObject(e)?n({},l,e):"function"==typeof e||Array.isArray(e)?n({},l,{replacer:e,space:t}):n({},l,{space:t})},fs:s,mkdirp:o,promise:{readFile:c(s.readFile),writeFile:c(s.writeFile),mkdirp:c(o)},safeSync:function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return[null,e.apply(void 0,t)]}catch(e){return[e,void 0]}}},safeAsync:function(e){return e.then((function(e){return[null,e]})).catch((function(e){return[e,void 0]}))}};t.helper=p},3304:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n.apply(this,arguments)},i=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(i,s){function o(e){try{c(n.next(e))}catch(e){s(e)}}function a(e){try{c(n.throw(e))}catch(e){s(e)}}function c(e){e.done?i(e.value):new r((function(t){t(e.value)})).then(o,a)}c((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,i,s,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(s){return function(a){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!(i=o.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=t.call(e,o)}catch(e){s=[6,e],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1017),a=r(4445),c=r(6097),l=r(8403),p=r(1409),u=r(465),d=r(4311),f=u.helper.fs,h=u.helper.mkdirp,m=u.helper.promise,g=function(){function e(){}return e.config=function(t){var r=n({stream:process.stdout,streamErr:process.stderr},t||{});e._={logger:u.helper.getLogger(r,!1),prettyLogger:u.helper.getLogger(r,!0)}},e.log=function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];(t=e._).logger.apply(t,r)},e.logp=function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];(t=e._).prettyLogger.apply(t,r)},e.parse=function(e,t){var r="function"==typeof t?{reviver:t}:t||{};return!1!==r.stripComments&&(e=p(e,{whitespace:!1})),c(e,r.reviver)},e.stringify=function(e,t,r){var n=u.helper.getStringifyOptions(t,r);return n.handleCircular?a.default(e,n.replacer,n.space):JSON.stringify(e,n.replacer,n.space)},e.isJSON=function(t,r){if(void 0===r&&(r=!1),"string"!=typeof t)return!1;var n=e.safe.parse(t,{stripComments:r}),i=n[0],s=n[1];return!i&&(u.helper.isObject(s)||Array.isArray(s))},e.stripComments=function(e,t){return void 0===t&&(t=!1),p(e,{whitespace:t})},e.uglify=function(t){return e.stringify(e.parse(t,{stripComments:!0}))},e.beautify=function(t,r){return void 0===r&&(r=2),r||(r=2),e.stringify(e.parse(t),{space:r})},e.normalize=function(t,r){return e.parse(e.stringify(t,{replacer:r}))},e.read=function(e,t){return i(this,void 0,void 0,(function(){var r,i;return s(this,(function(s){switch(s.label){case 0:return r=n({reviver:null,stripComments:!0},t||{}),[4,m.readFile(e,"utf8")];case 1:return i=s.sent(),!1!==r.stripComments&&(i=p(i)),[2,c(l(i),r.reviver,e)]}}))}))},e.readSync=function(e,t){var r=n({reviver:null,stripComments:!0},t||{}),i=f.readFileSync(e,"utf8");return!1!==r.stripComments&&(i=p(i)),c(l(i),r.reviver,e)},e.write=function(e,t,r){return i(this,void 0,void 0,(function(){var i,a;return s(this,(function(s){switch(s.label){case 0:return(i=n({replacer:null,space:0,mode:438,autoPath:!0},r||{})).autoPath?[4,m.mkdirp(o.dirname(e),{fs:f})]:[3,2];case 1:s.sent(),s.label=2;case 2:return a=JSON.stringify(t,i.replacer,i.space),[4,m.writeFile(e,a+"\n",{mode:i.mode,encoding:"utf8"})];case 3:return s.sent(),[2,!0]}}))}))},e.writeSync=function(e,t,r){var i=n({replacer:null,space:0,mode:438,autoPath:!0},r||{});i.autoPath&&h.sync(o.dirname(e),{fs:f});var s=JSON.stringify(t,i.replacer,i.space);return f.writeFileSync(e,s+"\n",{mode:i.mode,encoding:"utf8"}),!0},e}();t.jsonc=g,g.config(null),function(e){e.safe=d.jsoncSafe}(g||(g={})),t.jsonc=g},4311:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(4445),i=r(1409),s=r(465),o=r(3304),a=s.helper.safeSync,c=s.helper.safeAsync,l=function(){function e(){}return e.config=function(e){o.jsonc.config(e)},e.log=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];o.jsonc.log.apply(o.jsonc,e)},e.logp=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];o.jsonc.logp.apply(o.jsonc,e)},e.parse=function(e,t){return a(o.jsonc.parse)(e,t)},e.stringify=function(e,t,r){var i=s.helper.getStringifyOptions(t,r);try{return[null,n.default(e,i.replacer,i.space)]}catch(e){return[e,void 0]}},e.isJSON=function(e,t){return void 0===t&&(t=!1),o.jsonc.isJSON(e,t)},e.stripComments=function(e,t){return void 0===t&&(t=!1),a(i)(e,{whitespace:t})},e.uglify=function(e){return a(o.jsonc.uglify)(e)},e.beautify=function(e,t){return void 0===t&&(t=2),a(o.jsonc.beautify)(e,t)},e.normalize=function(e,t){return a(o.jsonc.normalize)(e,t)},e.read=function(e,t){return c(o.jsonc.read(e,t))},e.readSync=function(e,t){return a(o.jsonc.readSync)(e,t)},e.write=function(e,t,r){return c(o.jsonc.write(e,t,r))},e.writeSync=function(e,t,r){return a(o.jsonc.writeSync)(e,t,r)},e}();t.jsoncSafe=l},2387:e=>{"use strict";e.exports=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var r={__proto__:t(e)};else r=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(t){Object.defineProperty(r,t,Object.getOwnPropertyDescriptor(e,t))})),r};var t=Object.getPrototypeOf||function(e){return e.__proto__}},1657:(e,t,r)=>{var n,i,s=r(7147),o=r(6854),a=r(7228),c=r(2387),l=r(3837);function p(e,t){Object.defineProperty(e,n,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(n=Symbol.for("graceful-fs.queue"),i=Symbol.for("graceful-fs.previous")):(n="___graceful-fs.queue",i="___graceful-fs.previous");var u,d=function(){};if(l.debuglog?d=l.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(d=function(){var e=l.format.apply(l,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!s[n]){var f=global[n]||[];p(s,f),s.close=function(e){function t(t,r){return e.call(s,t,(function(e){e||g(),"function"==typeof r&&r.apply(this,arguments)}))}return Object.defineProperty(t,i,{value:e}),t}(s.close),s.closeSync=function(e){function t(t){e.apply(s,arguments),g()}return Object.defineProperty(t,i,{value:e}),t}(s.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){d(s[n]),r(9491).equal(s[n].length,0)}))}function h(e){o(e),e.gracefulify=h,e.createReadStream=function(t,r){return new e.ReadStream(t,r)},e.createWriteStream=function(t,r){return new e.WriteStream(t,r)};var t=e.readFile;e.readFile=function(e,r,n){"function"==typeof r&&(n=r,r=null);return function e(r,n,i,s){return t(r,n,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof i&&i.apply(this,arguments):m([e,[r,n,i],t,s||Date.now(),Date.now()])}))}(e,r,n)};var r=e.writeFile;e.writeFile=function(e,t,n,i){"function"==typeof n&&(i=n,n=null);return function e(t,n,i,s,o){return r(t,n,i,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof s&&s.apply(this,arguments):m([e,[t,n,i,s],r,o||Date.now(),Date.now()])}))}(e,t,n,i)};var n=e.appendFile;n&&(e.appendFile=function(e,t,r,i){"function"==typeof r&&(i=r,r=null);return function e(t,r,i,s,o){return n(t,r,i,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof s&&s.apply(this,arguments):m([e,[t,r,i,s],n,o||Date.now(),Date.now()])}))}(e,t,r,i)});var i=e.copyFile;i&&(e.copyFile=function(e,t,r,n){"function"==typeof r&&(n=r,r=0);return function e(t,r,n,s,o){return i(t,r,n,(function(i){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof s&&s.apply(this,arguments):m([e,[t,r,n,s],i,o||Date.now(),Date.now()])}))}(e,t,r,n)});var s=e.readdir;if(e.readdir=function(e,t,r){"function"==typeof t&&(r=t,t=null);return function e(t,r,n,i){return s(t,r,(function(s,o){!s||"EMFILE"!==s.code&&"ENFILE"!==s.code?(o&&o.sort&&o.sort(),"function"==typeof n&&n.call(this,s,o)):m([e,[t,r,n],s,i||Date.now(),Date.now()])}))}(e,t,r)},"v0.8"===process.version.substr(0,4)){var c=a(e);f=c.ReadStream,g=c.WriteStream}var l=e.ReadStream;l&&(f.prototype=Object.create(l.prototype),f.prototype.open=function(){var e=this;y(e.path,e.flags,e.mode,(function(t,r){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=r,e.emit("open",r),e.read())}))});var p=e.WriteStream;p&&(g.prototype=Object.create(p.prototype),g.prototype.open=function(){var e=this;y(e.path,e.flags,e.mode,(function(t,r){t?(e.destroy(),e.emit("error",t)):(e.fd=r,e.emit("open",r))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return g},set:function(e){g=e},enumerable:!0,configurable:!0});var u=f;Object.defineProperty(e,"FileReadStream",{get:function(){return u},set:function(e){u=e},enumerable:!0,configurable:!0});var d=g;function f(e,t){return this instanceof f?(l.apply(this,arguments),this):f.apply(Object.create(f.prototype),arguments)}function g(e,t){return this instanceof g?(p.apply(this,arguments),this):g.apply(Object.create(g.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0});var v=e.open;function y(e,t,r,n){return"function"==typeof r&&(n=r,r=null),function e(t,r,n,i,s){return v(t,r,n,(function(o,a){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?"function"==typeof i&&i.apply(this,arguments):m([e,[t,r,n,i],o,s||Date.now(),Date.now()])}))}(e,t,r,n)}return e.open=y,e}function m(e){d("ENQUEUE",e[0].name,e[1]),s[n].push(e),v()}function g(){for(var e=Date.now(),t=0;t<s[n].length;++t)s[n][t].length>2&&(s[n][t][3]=e,s[n][t][4]=e);v()}function v(){if(clearTimeout(u),u=void 0,0!==s[n].length){var e=s[n].shift(),t=e[0],r=e[1],i=e[2],o=e[3],a=e[4];if(void 0===o)d("RETRY",t.name,r),t.apply(null,r);else if(Date.now()-o>=6e4){d("TIMEOUT",t.name,r);var c=r.pop();"function"==typeof c&&c.call(null,i)}else{var l=Date.now()-a,p=Math.max(a-o,1);l>=Math.min(1.2*p,100)?(d("RETRY",t.name,r),t.apply(null,r.concat([o]))):s[n].push(e)}void 0===u&&(u=setTimeout(v,0))}}global[n]||p(global,s[n]),e.exports=h(c(s)),process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!s.__patched&&(e.exports=h(s),s.__patched=!0)},7228:(e,t,r)=>{var n=r(2781).Stream;e.exports=function(e){return{ReadStream:function t(r,i){if(!(this instanceof t))return new t(r,i);n.call(this);var s=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,i=i||{};for(var o=Object.keys(i),a=0,c=o.length;a<c;a++){var l=o[a];this[l]=i[l]}this.encoding&&this.setEncoding(this.encoding);if(void 0!==this.start){if("number"!=typeof this.start)throw TypeError("start must be a Number");if(void 0===this.end)this.end=1/0;else if("number"!=typeof this.end)throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){s._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return s.emit("error",e),void(s.readable=!1);s.fd=t,s.emit("open",t),s._read()}))},WriteStream:function t(r,i){if(!(this instanceof t))return new t(r,i);n.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var s=Object.keys(i),o=0,a=s.length;o<a;o++){var c=s[o];this[c]=i[c]}if(void 0!==this.start){if("number"!=typeof this.start)throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}}},6854:(e,t,r)=>{var n=r(2057),i=process.cwd,s=null,o=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return s||(s=i.call(process)),s};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var a=process.chdir;process.chdir=function(e){s=null,a.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,a)}e.exports=function(e){n.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,r,i){e.open(t,n.O_WRONLY|n.O_SYMLINK,r,(function(t,n){t?i&&i(t):e.fchmod(n,r,(function(t){e.close(n,(function(e){i&&i(t||e)}))}))}))},e.lchmodSync=function(t,r){var i,s=e.openSync(t,n.O_WRONLY|n.O_SYMLINK,r),o=!0;try{i=e.fchmodSync(s,r),o=!1}finally{if(o)try{e.closeSync(s)}catch(e){}else e.closeSync(s)}return i}}(e);e.lutimes||function(e){n.hasOwnProperty("O_SYMLINK")?(e.lutimes=function(t,r,i,s){e.open(t,n.O_SYMLINK,(function(t,n){t?s&&s(t):e.futimes(n,r,i,(function(t){e.close(n,(function(e){s&&s(t||e)}))}))}))},e.lutimesSync=function(t,r,i){var s,o=e.openSync(t,n.O_SYMLINK),a=!0;try{s=e.futimesSync(o,r,i),a=!1}finally{if(a)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return s}):(e.lutimes=function(e,t,r,n){n&&process.nextTick(n)},e.lutimesSync=function(){})}(e);e.chown=s(e.chown),e.fchown=s(e.fchown),e.lchown=s(e.lchown),e.chmod=r(e.chmod),e.fchmod=r(e.fchmod),e.lchmod=r(e.lchmod),e.chownSync=a(e.chownSync),e.fchownSync=a(e.fchownSync),e.lchownSync=a(e.lchownSync),e.chmodSync=i(e.chmodSync),e.fchmodSync=i(e.fchmodSync),e.lchmodSync=i(e.lchmodSync),e.stat=c(e.stat),e.fstat=c(e.fstat),e.lstat=c(e.lstat),e.statSync=l(e.statSync),e.fstatSync=l(e.fstatSync),e.lstatSync=l(e.lstatSync),e.lchmod||(e.lchmod=function(e,t,r){r&&process.nextTick(r)},e.lchmodSync=function(){});e.lchown||(e.lchown=function(e,t,r,n){n&&process.nextTick(n)},e.lchownSync=function(){});"win32"===o&&(e.rename=(t=e.rename,function(r,n,i){var s=Date.now(),o=0;t(r,n,(function a(c){if(c&&("EACCES"===c.code||"EPERM"===c.code)&&Date.now()-s<6e4)return setTimeout((function(){e.stat(n,(function(e,s){e&&"ENOENT"===e.code?t(r,n,a):i(c)}))}),o),void(o<100&&(o+=10));i&&i(c)}))}));var t;function r(t){return t?function(r,n,i){return t.call(e,r,n,(function(e){p(e)&&(e=null),i&&i.apply(this,arguments)}))}:t}function i(t){return t?function(r,n){try{return t.call(e,r,n)}catch(e){if(!p(e))throw e}}:t}function s(t){return t?function(r,n,i,s){return t.call(e,r,n,i,(function(e){p(e)&&(e=null),s&&s.apply(this,arguments)}))}:t}function a(t){return t?function(r,n,i){try{return t.call(e,r,n,i)}catch(e){if(!p(e))throw e}}:t}function c(t){return t?function(r,n,i){function s(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),i&&i.apply(this,arguments)}return"function"==typeof n&&(i=n,n=null),n?t.call(e,r,n,s):t.call(e,r,s)}:t}function l(t){return t?function(r,n){var i=n?t.call(e,r,n):t.call(e,r);return i.uid<0&&(i.uid+=4294967296),i.gid<0&&(i.gid+=4294967296),i}:t}function p(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read=function(t){function r(r,n,i,s,o,a){var c;if(a&&"function"==typeof a){var l=0;c=function(p,u,d){if(p&&"EAGAIN"===p.code&&l<10)return l++,t.call(e,r,n,i,s,o,c);a.apply(this,arguments)}}return t.call(e,r,n,i,s,o,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(r,t),r}(e.read),e.readSync=(u=e.readSync,function(t,r,n,i,s){for(var o=0;;)try{return u.call(e,t,r,n,i,s)}catch(e){if("EAGAIN"===e.code&&o<10){o++;continue}throw e}});var u}},8484:(e,t,r)=>{var n=r(1017),i=r(7147),s=parseInt("0777",8);function o(e,t,r,a){"function"==typeof t?(r=t,t={}):t&&"object"==typeof t||(t={mode:t});var c=t.mode,l=t.fs||i;void 0===c&&(c=s),a||(a=null);var p=r||function(){};e=n.resolve(e),l.mkdir(e,c,(function(r){if(!r)return p(null,a=a||e);if("ENOENT"===r.code){if(n.dirname(e)===e)return p(r);o(n.dirname(e),t,(function(r,n){r?p(r,n):o(e,t,p,n)}))}else l.stat(e,(function(e,t){e||!t.isDirectory()?p(r,a):p(null,a)}))}))}e.exports=o.mkdirp=o.mkdirP=o,o.sync=function e(t,r,o){r&&"object"==typeof r||(r={mode:r});var a=r.mode,c=r.fs||i;void 0===a&&(a=s),o||(o=null),t=n.resolve(t);try{c.mkdirSync(t,a),o=o||t}catch(i){if("ENOENT"===i.code)o=e(n.dirname(t),r,o),e(t,r,o);else{var l;try{l=c.statSync(t)}catch(e){throw i}if(!l.isDirectory())throw i}}return o}},7612:function(e,t,r){var n,i;!function(s,o){const a=t;!function(e){const t=Symbol("newer"),r=Symbol("older");function n(e,t){"number"!=typeof e&&(t=e,e=0),this.size=0,this.limit=e,this.oldest=this.newest=void 0,this._keymap=new Map,t&&(this.assign(t),e<1&&(this.limit=this.size))}function i(e,n){this.key=e,this.value=n,this[t]=void 0,this[r]=void 0}function s(e){this.entry=e}function o(e){this.entry=e}function a(e){this.entry=e}e.LRUMap=n,n.prototype._markEntryAsUsed=function(e){e!==this.newest&&(e[t]&&(e===this.oldest&&(this.oldest=e[t]),e[t][r]=e[r]),e[r]&&(e[r][t]=e[t]),e[t]=void 0,e[r]=this.newest,this.newest&&(this.newest[t]=e),this.newest=e)},n.prototype.assign=function(e){let n,s=this.limit||Number.MAX_VALUE;this._keymap.clear();let o=e[Symbol.iterator]();for(let e=o.next();!e.done;e=o.next()){let o=new i(e.value[0],e.value[1]);if(this._keymap.set(o.key,o),n?(n[t]=o,o[r]=n):this.oldest=o,n=o,0==s--)throw new Error("overflow")}this.newest=n,this.size=this._keymap.size},n.prototype.get=function(e){var t=this._keymap.get(e);if(t)return this._markEntryAsUsed(t),t.value},n.prototype.set=function(e,n){var s=this._keymap.get(e);return s?(s.value=n,this._markEntryAsUsed(s),this):(this._keymap.set(e,s=new i(e,n)),this.newest?(this.newest[t]=s,s[r]=this.newest):this.oldest=s,this.newest=s,++this.size,this.size>this.limit&&this.shift(),this)},n.prototype.shift=function(){var e=this.oldest;if(e)return this.oldest[t]?(this.oldest=this.oldest[t],this.oldest[r]=void 0):(this.oldest=void 0,this.newest=void 0),e[t]=e[r]=void 0,this._keymap.delete(e.key),--this.size,[e.key,e.value]},n.prototype.find=function(e){let t=this._keymap.get(e);return t?t.value:void 0},n.prototype.has=function(e){return this._keymap.has(e)},n.prototype.delete=function(e){var n=this._keymap.get(e);if(n)return this._keymap.delete(n.key),n[t]&&n[r]?(n[r][t]=n[t],n[t][r]=n[r]):n[t]?(n[t][r]=void 0,this.oldest=n[t]):n[r]?(n[r][t]=void 0,this.newest=n[r]):this.oldest=this.newest=void 0,this.size--,n.value},n.prototype.clear=function(){this.oldest=this.newest=void 0,this.size=0,this._keymap.clear()},s.prototype[Symbol.iterator]=function(){return this},s.prototype.next=function(){let e=this.entry;return e?(this.entry=e[t],{done:!1,value:[e.key,e.value]}):{done:!0,value:void 0}},o.prototype[Symbol.iterator]=function(){return this},o.prototype.next=function(){let e=this.entry;return e?(this.entry=e[t],{done:!1,value:e.key}):{done:!0,value:void 0}},a.prototype[Symbol.iterator]=function(){return this},a.prototype.next=function(){let e=this.entry;return e?(this.entry=e[t],{done:!1,value:e.value}):{done:!0,value:void 0}},n.prototype.keys=function(){return new o(this.oldest)},n.prototype.values=function(){return new a(this.oldest)},n.prototype.entries=function(){return this},n.prototype[Symbol.iterator]=function(){return new s(this.oldest)},n.prototype.forEach=function(e,r){"object"!=typeof r&&(r=this);let n=this.oldest;for(;n;)e.call(r,n.value,n.key,this),n=n[t]},n.prototype.toJSON=function(){for(var e=new Array(this.size),r=0,n=this.oldest;n;)e[r++]={key:n.key,value:n.value},n=n[t];return e},n.prototype.toString=function(){for(var e="",r=this.oldest;r;)e+=String(r.key)+":"+r.value,(r=r[t])&&(e+=" < ");return e}}(a),void 0===(i="function"==typeof(n=a)?n.call(t,r,t,e):n)||(e.exports=i)}()},2577:(e,t)=>{var r=/; *([!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) *= *("(?:[ !\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u0020-\u007e])*"|[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) */g,n=/^[\u0020-\u007e\u0080-\u00ff]+$/,i=/^[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+$/,s=/\\([\u0000-\u007f])/g,o=/([\\"])/g,a=/^[A-Za-z0-9][A-Za-z0-9!#$&^_.-]{0,126}$/,c=/^[A-Za-z0-9][A-Za-z0-9!#$&^_-]{0,126}$/,l=/^ *([A-Za-z0-9][A-Za-z0-9!#$&^_-]{0,126})\/([A-Za-z0-9][A-Za-z0-9!#$&^_.+-]{0,126}) *$/;function p(e){var t=String(e);if(i.test(t))return t;if(t.length>0&&!n.test(t))throw new TypeError("invalid parameter value");return'"'+t.replace(o,"\\$1")+'"'}t.format=function(e){if(!e||"object"!=typeof e)throw new TypeError("argument obj is required");var t=e.parameters,r=e.subtype,n=e.suffix,s=e.type;if(!s||!c.test(s))throw new TypeError("invalid type");if(!r||!a.test(r))throw new TypeError("invalid subtype");var o=s+"/"+r;if(n){if(!c.test(n))throw new TypeError("invalid suffix");o+="+"+n}if(t&&"object"==typeof t)for(var l,u=Object.keys(t).sort(),d=0;d<u.length;d++){if(l=u[d],!i.test(l))throw new TypeError("invalid parameter name");o+="; "+l+"="+p(t[l])}return o},t.parse=function(e){if(!e)throw new TypeError("argument string is required");"object"==typeof e&&(e=function(e){if("function"==typeof e.getHeader)return e.getHeader("content-type");if("object"==typeof e.headers)return e.headers&&e.headers["content-type"]}(e));if("string"!=typeof e)throw new TypeError("argument string is required to be a string");var t,n,i,o=e.indexOf(";"),a=function(e){var t=l.exec(e.toLowerCase());if(!t)throw new TypeError("invalid media type");var r,n=t[1],i=t[2],s=i.lastIndexOf("+");-1!==s&&(r=i.substr(s+1),i=i.substr(0,s));return{type:n,subtype:i,suffix:r}}(-1!==o?e.substr(0,o):e),c={};r.lastIndex=o;for(;n=r.exec(e);){if(n.index!==o)throw new TypeError("invalid parameter format");o+=n[0].length,t=n[1].toLowerCase(),'"'===(i=n[2])[0]&&(i=i.substr(1,i.length-2).replace(s,"$1")),c[t]=i}if(-1!==o&&o!==e.length)throw new TypeError("invalid parameter format");return a.parameters=c,a}},6182:e=>{"use strict";e.exports=function(e,r,n){if(!e)throw new TypeError("argument dest is required");if(!r)throw new TypeError("argument src is required");void 0===n&&(n=!0);return Object.getOwnPropertyNames(r).forEach((function(i){if(n||!t.call(e,i)){var s=Object.getOwnPropertyDescriptor(r,i);Object.defineProperty(e,i,s)}})),e};var t=Object.prototype.hasOwnProperty},155:(e,t,r)=>{"use strict";const n=r(2781).PassThrough,i=Array.prototype.slice;function s(e,t){if(Array.isArray(e))for(let r=0,n=e.length;r<n;r++)e[r]=s(e[r],t);else{if(!e._readableState&&e.pipe&&(e=e.pipe(n(t))),!e._readableState||!e.pause||!e.pipe)throw new Error("Only readable stream can be merged.");e.pause()}return e}e.exports=function(){const e=[],t=i.call(arguments);let r=!1,o=t[t.length-1];o&&!Array.isArray(o)&&null==o.pipe?t.pop():o={};const a=!1!==o.end,c=!0===o.pipeError;null==o.objectMode&&(o.objectMode=!0);null==o.highWaterMark&&(o.highWaterMark=65536);const l=n(o);function p(){for(let t=0,r=arguments.length;t<r;t++)e.push(s(arguments[t],o));return u(),this}function u(){if(r)return;r=!0;let t=e.shift();if(!t)return void process.nextTick(d);Array.isArray(t)||(t=[t]);let n=t.length+1;function i(){--n>0||(r=!1,u())}function s(e){function t(){e.removeListener("merge2UnpipeEnd",t),e.removeListener("end",t),c&&e.removeListener("error",r),i()}function r(e){l.emit("error",e)}if(e._readableState.endEmitted)return i();e.on("merge2UnpipeEnd",t),e.on("end",t),c&&e.on("error",r),e.pipe(l,{end:!1}),e.resume()}for(let e=0;e<t.length;e++)s(t[e]);i()}function d(){r=!1,l.emit("queueDrain"),a&&l.end()}l.setMaxListeners(0),l.add=p,l.on("unpipe",(function(e){e.emit("merge2UnpipeEnd")})),t.length&&p.apply(null,t);return l}},8873:(e,t,r)=>{"use strict";var n=r(3685);e.exports=n.METHODS&&n.METHODS.map((function(e){return e.toLowerCase()}))||["get","post","put","head","delete","options","trace","copy","lock","mkcol","move","purge","propfind","proppatch","unlock","report","mkactivity","checkout","merge","m-search","notify","subscribe","unsubscribe","patch","search","connect"]},850:(e,t,r)=>{"use strict";const n=r(3837),i=r(6744),s=r(9444),o=r(8702),a=e=>"string"==typeof e&&(""===e||"./"===e),c=(e,t,r)=>{t=[].concat(t),e=[].concat(e);let n=new Set,i=new Set,o=new Set,a=0,c=e=>{o.add(e.output),r&&r.onResult&&r.onResult(e)};for(let o=0;o<t.length;o++){let l=s(String(t[o]),{...r,onResult:c},!0),p=l.state.negated||l.state.negatedExtglob;p&&a++;for(let t of e){let e=l(t,!0);(p?!e.isMatch:e.isMatch)&&(p?n.add(e.output):(n.delete(e.output),i.add(e.output)))}}let l=(a===t.length?[...o]:[...i]).filter((e=>!n.has(e)));if(r&&0===l.length){if(!0===r.failglob)throw new Error(`No matches found for "${t.join(", ")}"`);if(!0===r.nonull||!0===r.nullglob)return r.unescape?t.map((e=>e.replace(/\\/g,""))):t}return l};c.match=c,c.matcher=(e,t)=>s(e,t),c.any=c.isMatch=(e,t,r)=>s(t,r)(e),c.not=(e,t,r={})=>{t=[].concat(t).map(String);let n=new Set,i=[],s=c(e,t,{...r,onResult:e=>{r.onResult&&r.onResult(e),i.push(e.output)}});for(let e of i)s.includes(e)||n.add(e);return[...n]},c.contains=(e,t,r)=>{if("string"!=typeof e)throw new TypeError(`Expected a string: "${n.inspect(e)}"`);if(Array.isArray(t))return t.some((t=>c.contains(e,t,r)));if("string"==typeof t){if(a(e)||a(t))return!1;if(e.includes(t)||e.startsWith("./")&&e.slice(2).includes(t))return!0}return c.isMatch(e,t,{...r,contains:!0})},c.matchKeys=(e,t,r)=>{if(!o.isObject(e))throw new TypeError("Expected the first argument to be an object");let n=c(Object.keys(e),t,r),i={};for(let t of n)i[t]=e[t];return i},c.some=(e,t,r)=>{let n=[].concat(e);for(let e of[].concat(t)){let t=s(String(e),r);if(n.some((e=>t(e))))return!0}return!1},c.every=(e,t,r)=>{let n=[].concat(e);for(let e of[].concat(t)){let t=s(String(e),r);if(!n.every((e=>t(e))))return!1}return!0},c.all=(e,t,r)=>{if("string"!=typeof e)throw new TypeError(`Expected a string: "${n.inspect(e)}"`);return[].concat(t).every((t=>s(t,r)(e)))},c.capture=(e,t,r)=>{let n=o.isWindows(r),i=s.makeRe(String(e),{...r,capture:!0}).exec(n?o.toPosixSlashes(t):t);if(i)return i.slice(1).map((e=>void 0===e?"":e))},c.makeRe=(...e)=>s.makeRe(...e),c.scan=(...e)=>s.scan(...e),c.parse=(e,t)=>{let r=[];for(let n of[].concat(e||[]))for(let e of i(String(n),t))r.push(s.parse(e,t));return r},c.braces=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");return t&&!0===t.nobrace||!/\{.*\}/.test(e)?[e]:i(e,t)},c.braceExpand=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");return c.braces(e,{...t,expand:!0})},e.exports=c},5234:(e,t,r)=>{e.exports=r(3765)},983:(e,t,r)=>{"use strict";var n,i,s,o=r(5234),a=r(1017).extname,c=/^\s*([^;\s]*)(?:;|\s|$)/,l=/^text\//i;function p(e){if(!e||"string"!=typeof e)return!1;var t=c.exec(e),r=t&&o[t[1].toLowerCase()];return r&&r.charset?r.charset:!(!t||!l.test(t[1]))&&"UTF-8"}t.charset=p,t.charsets={lookup:p},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var r=-1===e.indexOf("/")?t.lookup(e):e;if(!r)return!1;if(-1===r.indexOf("charset")){var n=t.charset(r);n&&(r+="; charset="+n.toLowerCase())}return r},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var r=c.exec(e),n=r&&t.extensions[r[1].toLowerCase()];if(!n||!n.length)return!1;return n[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var r=a("x."+e).toLowerCase().substr(1);if(!r)return!1;return t.types[r]||!1},t.types=Object.create(null),n=t.extensions,i=t.types,s=["nginx","apache",void 0,"iana"],Object.keys(o).forEach((function(e){var t=o[e],r=t.extensions;if(r&&r.length){n[e]=r;for(var a=0;a<r.length;a++){var c=r[a];if(i[c]){var l=s.indexOf(o[i[c]].source),p=s.indexOf(t.source);if("application/octet-stream"!==i[c]&&(l>p||l===p&&"application/"===i[c].substr(0,12)))continue}i[c]=e}}}))},5518:(e,t,r)=>{r(1017);var n=r(7147);function i(){this.types=Object.create(null),this.extensions=Object.create(null)}i.prototype.define=function(e){for(var t in e){for(var r=e[t],n=0;n<r.length;n++)process.env.DEBUG_MIME&&this.types[r[n]]&&console.warn((this._loading||"define()").replace(/.*\//,""),'changes "'+r[n]+'" extension type from '+this.types[r[n]]+" to "+t),this.types[r[n]]=t;this.extensions[t]||(this.extensions[t]=r[0])}},i.prototype.load=function(e){this._loading=e;var t={};n.readFileSync(e,"ascii").split(/[\r\n]+/).forEach((function(e){var r=e.replace(/\s*#.*|^\s*|\s*$/g,"").split(/\s+/);t[r.shift()]=r})),this.define(t),this._loading=null},i.prototype.lookup=function(e,t){var r=e.replace(/^.*[\.\/\\]/,"").toLowerCase();return this.types[r]||t||this.default_type},i.prototype.extension=function(e){var t=e.match(/^\s*([^;\s]*)(?:;|\s|$)/)[1].toLowerCase();return this.extensions[t]};var s=new i;s.define(r(5799)),s.default_type=s.lookup("bin"),s.Mime=i,s.charsets={lookup:function(e,t){return/^text\/|^application\/(javascript|json)/.test(e)?"UTF-8":t}},e.exports=s},6344:e=>{"use strict";const t=["aborted","complete","destroy","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];e.exports=(e,r)=>{const n=new Set(Object.keys(e).concat(t));for(const t of n)t in r||(r[t]="function"==typeof e[t]?e[t].bind(e):e[t]);return r}},1171:(e,t,r)=>{e.exports=d,d.Minimatch=f;var n={sep:"/"};try{n=r(1017)}catch(e){}var i=d.GLOBSTAR=f.GLOBSTAR={},s=r(3644),o={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}},a="[^/]",c="[^/]*?",l="().*{}+?[]^$\\!".split("").reduce((function(e,t){return e[t]=!0,e}),{});var p=/\/+/;function u(e,t){e=e||{},t=t||{};var r={};return Object.keys(t).forEach((function(e){r[e]=t[e]})),Object.keys(e).forEach((function(t){r[t]=e[t]})),r}function d(e,t,r){if("string"!=typeof t)throw new TypeError("glob pattern string required");return r||(r={}),!(!r.nocomment&&"#"===t.charAt(0))&&(""===t.trim()?""===e:new f(t,r).match(e))}function f(e,t){if(!(this instanceof f))return new f(e,t);if("string"!=typeof e)throw new TypeError("glob pattern string required");t||(t={}),e=e.trim(),"/"!==n.sep&&(e=e.split(n.sep).join("/")),this.options=t,this.set=[],this.pattern=e,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.make()}function h(e,t){if(t||(t=this instanceof f?this.options:{}),void 0===(e=void 0===e?this.pattern:e))throw new TypeError("undefined pattern");return t.nobrace||!e.match(/\{.*\}/)?[e]:s(e)}d.filter=function(e,t){return t=t||{},function(r,n,i){return d(r,e,t)}},d.defaults=function(e){if(!e||!Object.keys(e).length)return d;var t=d,r=function(r,n,i){return t.minimatch(r,n,u(e,i))};return r.Minimatch=function(r,n){return new t.Minimatch(r,u(e,n))},r},f.defaults=function(e){return e&&Object.keys(e).length?d.defaults(e).Minimatch:f},f.prototype.debug=function(){},f.prototype.make=function(){if(this._made)return;var e=this.pattern,t=this.options;if(!t.nocomment&&"#"===e.charAt(0))return void(this.comment=!0);if(!e)return void(this.empty=!0);this.parseNegate();var r=this.globSet=this.braceExpand();t.debug&&(this.debug=console.error);this.debug(this.pattern,r),r=this.globParts=r.map((function(e){return e.split(p)})),this.debug(this.pattern,r),r=r.map((function(e,t,r){return e.map(this.parse,this)}),this),this.debug(this.pattern,r),r=r.filter((function(e){return-1===e.indexOf(!1)})),this.debug(this.pattern,r),this.set=r},f.prototype.parseNegate=function(){var e=this.pattern,t=!1,r=this.options,n=0;if(r.nonegate)return;for(var i=0,s=e.length;i<s&&"!"===e.charAt(i);i++)t=!t,n++;n&&(this.pattern=e.substr(n));this.negate=t},d.braceExpand=function(e,t){return h(e,t)},f.prototype.braceExpand=h,f.prototype.parse=function(e,t){if(e.length>65536)throw new TypeError("pattern is too long");var r=this.options;if(!r.noglobstar&&"**"===e)return i;if(""===e)return"";var n,s="",p=!!r.nocase,u=!1,d=[],f=[],h=!1,g=-1,v=-1,y="."===e.charAt(0)?"":r.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",b=this;function w(){if(n){switch(n){case"*":s+=c,p=!0;break;case"?":s+=a,p=!0;break;default:s+="\\"+n}b.debug("clearStateChar %j %j",n,s),n=!1}}for(var x,_=0,S=e.length;_<S&&(x=e.charAt(_));_++)if(this.debug("%s\t%s %s %j",e,_,s,x),u&&l[x])s+="\\"+x,u=!1;else switch(x){case"/":return!1;case"\\":w(),u=!0;continue;case"?":case"*":case"+":case"@":case"!":if(this.debug("%s\t%s %s %j <-- stateChar",e,_,s,x),h){this.debug("  in class"),"!"===x&&_===v+1&&(x="^"),s+=x;continue}b.debug("call clearStateChar %j",n),w(),n=x,r.noext&&w();continue;case"(":if(h){s+="(";continue}if(!n){s+="\\(";continue}d.push({type:n,start:_-1,reStart:s.length,open:o[n].open,close:o[n].close}),s+="!"===n?"(?:(?!(?:":"(?:",this.debug("plType %j %j",n,s),n=!1;continue;case")":if(h||!d.length){s+="\\)";continue}w(),p=!0;var E=d.pop();s+=E.close,"!"===E.type&&f.push(E),E.reEnd=s.length;continue;case"|":if(h||!d.length||u){s+="\\|",u=!1;continue}w(),s+="|";continue;case"[":if(w(),h){s+="\\"+x;continue}h=!0,v=_,g=s.length,s+=x;continue;case"]":if(_===v+1||!h){s+="\\"+x,u=!1;continue}if(h){var k=e.substring(v+1,_);try{RegExp("["+k+"]")}catch(e){var A=this.parse(k,m);s=s.substr(0,g)+"\\["+A[0]+"\\]",p=p||A[1],h=!1;continue}}p=!0,h=!1,s+=x;continue;default:w(),u?u=!1:!l[x]||"^"===x&&h||(s+="\\"),s+=x}h&&(k=e.substr(v+1),A=this.parse(k,m),s=s.substr(0,g)+"\\["+A[0],p=p||A[1]);for(E=d.pop();E;E=d.pop()){var O=s.slice(E.reStart+E.open.length);this.debug("setting tail",s,E),O=O.replace(/((?:\\{2}){0,64})(\\?)\|/g,(function(e,t,r){return r||(r="\\"),t+t+r+"|"})),this.debug("tail=%j\n   %s",O,O,E,s);var T="*"===E.type?c:"?"===E.type?a:"\\"+E.type;p=!0,s=s.slice(0,E.reStart)+T+"\\("+O}w(),u&&(s+="\\\\");var C=!1;switch(s.charAt(0)){case".":case"[":case"(":C=!0}for(var R=f.length-1;R>-1;R--){var P=f[R],j=s.slice(0,P.reStart),N=s.slice(P.reStart,P.reEnd-8),I=s.slice(P.reEnd-8,P.reEnd),D=s.slice(P.reEnd);I+=D;var L=j.split("(").length-1,F=D;for(_=0;_<L;_++)F=F.replace(/\)[+*?]?/,"");var M="";""===(D=F)&&t!==m&&(M="$"),s=j+N+D+M+I}""!==s&&p&&(s="(?=.)"+s);C&&(s=y+s);if(t===m)return[s,p];if(!p)return function(e){return e.replace(/\\(.)/g,"$1")}(e);var B=r.nocase?"i":"";try{var U=new RegExp("^"+s+"$",B)}catch(e){return new RegExp("$.")}return U._glob=e,U._src=s,U};var m={};d.makeRe=function(e,t){return new f(e,t||{}).makeRe()},f.prototype.makeRe=function(){if(this.regexp||!1===this.regexp)return this.regexp;var e=this.set;if(!e.length)return this.regexp=!1,this.regexp;var t=this.options,r=t.noglobstar?c:t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",n=t.nocase?"i":"",s=e.map((function(e){return e.map((function(e){return e===i?r:"string"==typeof e?function(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}(e):e._src})).join("\\/")})).join("|");s="^(?:"+s+")$",this.negate&&(s="^(?!"+s+").*$");try{this.regexp=new RegExp(s,n)}catch(e){this.regexp=!1}return this.regexp},d.match=function(e,t,r){var n=new f(t,r=r||{});return e=e.filter((function(e){return n.match(e)})),n.options.nonull&&!e.length&&e.push(t),e},f.prototype.match=function(e,t){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;var r=this.options;"/"!==n.sep&&(e=e.split(n.sep).join("/"));e=e.split(p),this.debug(this.pattern,"split",e);var i,s,o=this.set;for(this.debug(this.pattern,"set",o),s=e.length-1;s>=0&&!(i=e[s]);s--);for(s=0;s<o.length;s++){var a=o[s],c=e;if(r.matchBase&&1===a.length&&(c=[i]),this.matchOne(c,a,t))return!!r.flipNegate||!this.negate}return!r.flipNegate&&this.negate},f.prototype.matchOne=function(e,t,r){var n=this.options;this.debug("matchOne",{this:this,file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var s=0,o=0,a=e.length,c=t.length;s<a&&o<c;s++,o++){this.debug("matchOne loop");var l,p=t[o],u=e[s];if(this.debug(t,p,u),!1===p)return!1;if(p===i){this.debug("GLOBSTAR",[t,p,u]);var d=s,f=o+1;if(f===c){for(this.debug("** at the end");s<a;s++)if("."===e[s]||".."===e[s]||!n.dot&&"."===e[s].charAt(0))return!1;return!0}for(;d<a;){var h=e[d];if(this.debug("\nglobstar while",e,d,t,f,h),this.matchOne(e.slice(d),t.slice(f),r))return this.debug("globstar found match!",d,a,h),!0;if("."===h||".."===h||!n.dot&&"."===h.charAt(0)){this.debug("dot detected!",e,d,t,f);break}this.debug("globstar swallow a segment, and continue"),d++}return!(!r||(this.debug("\n>>> no match, partial?",e,d,t,f),d!==a))}if("string"==typeof p?(l=n.nocase?u.toLowerCase()===p.toLowerCase():u===p,this.debug("string match",p,u,l)):(l=u.match(p),this.debug("pattern match",p,u,l)),!l)return!1}if(s===a&&o===c)return!0;if(s===a)return r;if(o===c)return s===a-1&&""===e[s];throw new Error("wtf?")}},2986:(e,t,r)=>{var n=r(1017),i=r(7147),s=parseInt("0777",8);function o(e,t,r,a){"function"==typeof t?(r=t,t={}):t&&"object"==typeof t||(t={mode:t});var c=t.mode,l=t.fs||i;void 0===c&&(c=s&~process.umask()),a||(a=null);var p=r||function(){};e=n.resolve(e),l.mkdir(e,c,(function(r){if(!r)return p(null,a=a||e);if("ENOENT"===r.code)o(n.dirname(e),t,(function(r,n){r?p(r,n):o(e,t,p,n)}));else l.stat(e,(function(e,t){e||!t.isDirectory()?p(r,a):p(null,a)}))}))}e.exports=o.mkdirp=o.mkdirP=o,o.sync=function e(t,r,o){r&&"object"==typeof r||(r={mode:r});var a=r.mode,c=r.fs||i;void 0===a&&(a=s&~process.umask()),o||(o=null),t=n.resolve(t);try{c.mkdirSync(t,a),o=o||t}catch(i){if("ENOENT"===i.code)o=e(n.dirname(t),r,o),e(t,r,o);else{var l;try{l=c.statSync(t)}catch(e){throw i}if(!l.isDirectory())throw i}}return o}},1890:(e,t,r)=>{const n=r(4231),i=r(3610),{mkdirpNative:s,mkdirpNativeSync:o}=r(9378),{mkdirpManual:a,mkdirpManualSync:c}=r(8600),{useNative:l,useNativeSync:p}=r(6167),u=(e,t)=>(e=i(e),t=n(t),l(t)?s(e,t):a(e,t));u.sync=(e,t)=>(e=i(e),t=n(t),p(t)?o(e,t):c(e,t)),u.native=(e,t)=>s(i(e),n(t)),u.manual=(e,t)=>a(i(e),n(t)),u.nativeSync=(e,t)=>o(i(e),n(t)),u.manualSync=(e,t)=>c(i(e),n(t)),e.exports=u},8812:(e,t,r)=>{const{dirname:n}=r(1017),i=(e,t,r)=>r===t?Promise.resolve():e.statAsync(t).then((e=>e.isDirectory()?r:void 0),(r=>"ENOENT"===r.code?i(e,n(t),t):void 0)),s=(e,t,r)=>{if(r!==t)try{return e.statSync(t).isDirectory()?r:void 0}catch(r){return"ENOENT"===r.code?s(e,n(t),t):void 0}};e.exports={findMade:i,findMadeSync:s}},8600:(e,t,r)=>{const{dirname:n}=r(1017),i=(e,t,r)=>{t.recursive=!1;const s=n(e);return s===e?t.mkdirAsync(e,t).catch((e=>{if("EISDIR"!==e.code)throw e})):t.mkdirAsync(e,t).then((()=>r||e),(n=>{if("ENOENT"===n.code)return i(s,t).then((r=>i(e,t,r)));if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;return t.statAsync(e).then((e=>{if(e.isDirectory())return r;throw n}),(()=>{throw n}))}))},s=(e,t,r)=>{const i=n(e);if(t.recursive=!1,i===e)try{return t.mkdirSync(e,t)}catch(e){if("EISDIR"!==e.code)throw e;return}try{return t.mkdirSync(e,t),r||e}catch(n){if("ENOENT"===n.code)return s(e,t,s(i,t,r));if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(!t.statSync(e).isDirectory())throw n}catch(e){throw n}}};e.exports={mkdirpManual:i,mkdirpManualSync:s}},9378:(e,t,r)=>{const{dirname:n}=r(1017),{findMade:i,findMadeSync:s}=r(8812),{mkdirpManual:o,mkdirpManualSync:a}=r(8600);e.exports={mkdirpNative:(e,t)=>{t.recursive=!0;return n(e)===e?t.mkdirAsync(e,t):i(t,e).then((r=>t.mkdirAsync(e,t).then((()=>r)).catch((r=>{if("ENOENT"===r.code)return o(e,t);throw r}))))},mkdirpNativeSync:(e,t)=>{t.recursive=!0;if(n(e)===e)return t.mkdirSync(e,t);const r=s(t,e);try{return t.mkdirSync(e,t),r}catch(r){if("ENOENT"===r.code)return a(e,t);throw r}}}},4231:(e,t,r)=>{const{promisify:n}=r(3837),i=r(7147);e.exports=e=>{if(e)if("object"==typeof e)e={mode:511,fs:i,...e};else if("number"==typeof e)e={mode:e,fs:i};else{if("string"!=typeof e)throw new TypeError("invalid options argument");e={mode:parseInt(e,8),fs:i}}else e={mode:511,fs:i};return e.mkdir=e.mkdir||e.fs.mkdir||i.mkdir,e.mkdirAsync=n(e.mkdir),e.stat=e.stat||e.fs.stat||i.stat,e.statAsync=n(e.stat),e.statSync=e.statSync||e.fs.statSync||i.statSync,e.mkdirSync=e.mkdirSync||e.fs.mkdirSync||i.mkdirSync,e}},3610:(e,t,r)=>{const n=process.env.__TESTING_MKDIRP_PLATFORM__||process.platform,{resolve:i,parse:s}=r(1017);e.exports=e=>{if(/\0/.test(e))throw Object.assign(new TypeError("path must be a string without null bytes"),{path:e,code:"ERR_INVALID_ARG_VALUE"});if(e=i(e),"win32"===n){const t=/[*|"<>?:]/,{root:r}=s(e);if(t.test(e.substr(r.length)))throw Object.assign(new Error("Illegal characters in path."),{path:e,code:"EINVAL"})}return e}},6167:(e,t,r)=>{const n=r(7147),i=(process.env.__TESTING_MKDIRP_NODE_VERSION__||process.version).replace(/^v/,"").split("."),s=+i[0]>10||10==+i[0]&&+i[1]>=12,o=s?e=>e.mkdir===n.mkdir:()=>!1,a=s?e=>e.mkdirSync===n.mkdirSync:()=>!1;e.exports={useNative:o,useNativeSync:a}},7824:e=>{var t=1e3,r=60*t,n=60*r,i=24*n,s=365.25*i;function o(e,t,r){if(!(e<t))return e<1.5*t?Math.floor(e/t)+" "+r:Math.ceil(e/t)+" "+r+"s"}e.exports=function(e,a){a=a||{};var c,l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var o=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(!o)return;var a=parseFloat(o[1]);switch((o[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return a*s;case"days":case"day":case"d":return a*i;case"hours":case"hour":case"hrs":case"hr":case"h":return a*n;case"minutes":case"minute":case"mins":case"min":case"m":return a*r;case"seconds":case"second":case"secs":case"sec":case"s":return a*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return a;default:return}}(e);if("number"===l&&!1===isNaN(e))return a.long?o(c=e,i,"day")||o(c,n,"hour")||o(c,r,"minute")||o(c,t,"second")||c+" ms":function(e){if(e>=i)return Math.round(e/i)+"d";if(e>=n)return Math.round(e/n)+"h";if(e>=r)return Math.round(e/r)+"m";if(e>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},159:(e,t,r)=>{"use strict";var n=Object.create(null);function i(e){if(!(this instanceof i))return new i(e);this.request=e}function s(e){var t=n[e];if(void 0!==t)return t;switch(e){case"charset":t=r(8558);break;case"encoding":t=r(4328);break;case"language":t=r(8035);break;case"mediaType":t=r(4097);break;default:throw new Error("Cannot find module '"+e+"'")}return n[e]=t,t}e.exports=i,e.exports.Negotiator=i,i.prototype.charset=function(e){var t=this.charsets(e);return t&&t[0]},i.prototype.charsets=function(e){return(0,s("charset").preferredCharsets)(this.request.headers["accept-charset"],e)},i.prototype.encoding=function(e){var t=this.encodings(e);return t&&t[0]},i.prototype.encodings=function(e){return(0,s("encoding").preferredEncodings)(this.request.headers["accept-encoding"],e)},i.prototype.language=function(e){var t=this.languages(e);return t&&t[0]},i.prototype.languages=function(e){return(0,s("language").preferredLanguages)(this.request.headers["accept-language"],e)},i.prototype.mediaType=function(e){var t=this.mediaTypes(e);return t&&t[0]},i.prototype.mediaTypes=function(e){return(0,s("mediaType").preferredMediaTypes)(this.request.headers.accept,e)},i.prototype.preferredCharset=i.prototype.charset,i.prototype.preferredCharsets=i.prototype.charsets,i.prototype.preferredEncoding=i.prototype.encoding,i.prototype.preferredEncodings=i.prototype.encodings,i.prototype.preferredLanguage=i.prototype.language,i.prototype.preferredLanguages=i.prototype.languages,i.prototype.preferredMediaType=i.prototype.mediaType,i.prototype.preferredMediaTypes=i.prototype.mediaTypes},8558:e=>{"use strict";e.exports=i,e.exports.preferredCharsets=i;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function r(e,r){var n=t.exec(e);if(!n)return null;var i=n[1],s=1;if(n[2])for(var o=n[2].split(";"),a=0;a<o.length;a++){var c=o[a].trim().split("=");if("q"===c[0]){s=parseFloat(c[1]);break}}return{charset:i,q:s,i:r}}function n(e,t,r){var n=0;if(t.charset.toLowerCase()===e.toLowerCase())n|=1;else if("*"!==t.charset)return null;return{i:r,o:t.i,q:t.q,s:n}}function i(e,t){var i=function(e){for(var t=e.split(","),n=0,i=0;n<t.length;n++){var s=r(t[n].trim(),n);s&&(t[i++]=s)}return t.length=i,t}(void 0===e?"*":e||"");if(!t)return i.filter(a).sort(s).map(o);var c=t.map((function(e,t){return function(e,t,r){for(var i={o:-1,q:0,s:0},s=0;s<t.length;s++){var o=n(e,t[s],r);o&&(i.s-o.s||i.q-o.q||i.o-o.o)<0&&(i=o)}return i}(e,i,t)}));return c.filter(a).sort(s).map((function(e){return t[c.indexOf(e)]}))}function s(e,t){return t.q-e.q||t.s-e.s||e.o-t.o||e.i-t.i||0}function o(e){return e.charset}function a(e){return e.q>0}},4328:e=>{"use strict";e.exports=i,e.exports.preferredEncodings=i;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function r(e,r){var n=t.exec(e);if(!n)return null;var i=n[1],s=1;if(n[2])for(var o=n[2].split(";"),a=0;a<o.length;a++){var c=o[a].trim().split("=");if("q"===c[0]){s=parseFloat(c[1]);break}}return{encoding:i,q:s,i:r}}function n(e,t,r){var n=0;if(t.encoding.toLowerCase()===e.toLowerCase())n|=1;else if("*"!==t.encoding)return null;return{i:r,o:t.i,q:t.q,s:n}}function i(e,t){var i=function(e){for(var t=e.split(","),i=!1,s=1,o=0,a=0;o<t.length;o++){var c=r(t[o].trim(),o);c&&(t[a++]=c,i=i||n("identity",c),s=Math.min(s,c.q||1))}return i||(t[a++]={encoding:"identity",q:s,i:o}),t.length=a,t}(e||"");if(!t)return i.filter(a).sort(s).map(o);var c=t.map((function(e,t){return function(e,t,r){for(var i={o:-1,q:0,s:0},s=0;s<t.length;s++){var o=n(e,t[s],r);o&&(i.s-o.s||i.q-o.q||i.o-o.o)<0&&(i=o)}return i}(e,i,t)}));return c.filter(a).sort(s).map((function(e){return t[c.indexOf(e)]}))}function s(e,t){return t.q-e.q||t.s-e.s||e.o-t.o||e.i-t.i||0}function o(e){return e.encoding}function a(e){return e.q>0}},8035:e=>{"use strict";e.exports=i,e.exports.preferredLanguages=i;var t=/^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;function r(e,r){var n=t.exec(e);if(!n)return null;var i=n[1],s=n[2],o=i;s&&(o+="-"+s);var a=1;if(n[3])for(var c=n[3].split(";"),l=0;l<c.length;l++){var p=c[l].split("=");"q"===p[0]&&(a=parseFloat(p[1]))}return{prefix:i,suffix:s,q:a,i:r,full:o}}function n(e,t,n){var i=r(e);if(!i)return null;var s=0;if(t.full.toLowerCase()===i.full.toLowerCase())s|=4;else if(t.prefix.toLowerCase()===i.full.toLowerCase())s|=2;else if(t.full.toLowerCase()===i.prefix.toLowerCase())s|=1;else if("*"!==t.full)return null;return{i:n,o:t.i,q:t.q,s}}function i(e,t){var i=function(e){for(var t=e.split(","),n=0,i=0;n<t.length;n++){var s=r(t[n].trim(),n);s&&(t[i++]=s)}return t.length=i,t}(void 0===e?"*":e||"");if(!t)return i.filter(a).sort(s).map(o);var c=t.map((function(e,t){return function(e,t,r){for(var i={o:-1,q:0,s:0},s=0;s<t.length;s++){var o=n(e,t[s],r);o&&(i.s-o.s||i.q-o.q||i.o-o.o)<0&&(i=o)}return i}(e,i,t)}));return c.filter(a).sort(s).map((function(e){return t[c.indexOf(e)]}))}function s(e,t){return t.q-e.q||t.s-e.s||e.o-t.o||e.i-t.i||0}function o(e){return e.full}function a(e){return e.q>0}},4097:e=>{"use strict";e.exports=s,e.exports.preferredMediaTypes=s;var t=/^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;function r(e){for(var t=function(e){for(var t=e.split(","),r=1,n=0;r<t.length;r++)l(t[n])%2==0?t[++n]=t[r]:t[n]+=","+t[r];return t.length=n+1,t}(e),r=0,i=0;r<t.length;r++){var s=n(t[r].trim(),r);s&&(t[i++]=s)}return t.length=i,t}function n(e,r){var n=t.exec(e);if(!n)return null;var i=Object.create(null),s=1,o=n[2],a=n[1];if(n[3])for(var c=function(e){for(var t=e.split(";"),r=1,n=0;r<t.length;r++)l(t[n])%2==0?t[++n]=t[r]:t[n]+=";"+t[r];t.length=n+1;for(r=0;r<t.length;r++)t[r]=t[r].trim();return t}(n[3]).map(p),u=0;u<c.length;u++){var d=c[u],f=d[0].toLowerCase(),h=d[1],m=h&&'"'===h[0]&&'"'===h[h.length-1]?h.substr(1,h.length-2):h;if("q"===f){s=parseFloat(m);break}i[f]=m}return{type:a,subtype:o,params:i,q:s,i:r}}function i(e,t,r){var i=n(e),s=0;if(!i)return null;if(t.type.toLowerCase()==i.type.toLowerCase())s|=4;else if("*"!=t.type)return null;if(t.subtype.toLowerCase()==i.subtype.toLowerCase())s|=2;else if("*"!=t.subtype)return null;var o=Object.keys(t.params);if(o.length>0){if(!o.every((function(e){return"*"==t.params[e]||(t.params[e]||"").toLowerCase()==(i.params[e]||"").toLowerCase()})))return null;s|=1}return{i:r,o:t.i,q:t.q,s}}function s(e,t){var n=r(void 0===e?"*/*":e||"");if(!t)return n.filter(c).sort(o).map(a);var s=t.map((function(e,t){return function(e,t,r){for(var n={o:-1,q:0,s:0},s=0;s<t.length;s++){var o=i(e,t[s],r);o&&(n.s-o.s||n.q-o.q||n.o-o.o)<0&&(n=o)}return n}(e,n,t)}));return s.filter(c).sort(o).map((function(e){return t[s.indexOf(e)]}))}function o(e,t){return t.q-e.q||t.s-e.s||e.o-t.o||e.i-t.i||0}function a(e){return e.type+"/"+e.subtype}function c(e){return e.q>0}function l(e){for(var t=0,r=0;-1!==(r=e.indexOf('"',r));)t++,r++;return t}function p(e){var t,r,n=e.indexOf("=");return-1===n?t=e:(t=e.substr(0,n),r=e.substr(n+1)),[t,r]}},7418:e=>{"use strict";var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,s){for(var o,a,c=i(e),l=1;l<arguments.length;l++){for(var p in o=Object(arguments[l]))r.call(o,p)&&(c[p]=o[p]);if(t){a=t(o);for(var u=0;u<a.length;u++)n.call(o,a[u])&&(c[a[u]]=o[a[u]])}}return c}},338:(e,t,r)=>{"use strict";e.exports=function(e,t){if(!1!==s(e))return i(t,null,e),e;return function(e,t){var r=e.__onFinished;r&&r.queue||(r=e.__onFinished=function(e){function t(r){if(e.__onFinished===t&&(e.__onFinished=null),t.queue){var n=t.queue;t.queue=null;for(var i=0;i<n.length;i++)n[i](r,e)}}return t.queue=[],t}(e),function(e,t){var r,i,s=!1;function o(e){r.cancel(),i.cancel(),s=!0,t(e)}function a(t){e.removeListener("socket",a),s||r===i&&(i=n([[t,"error","close"]],o))}if(r=i=n([[e,"end","finish"]],o),e.socket)return void a(e.socket);e.on("socket",a),void 0===e.socket&&function(e,t){var r=e.assignSocket;if("function"!=typeof r)return;e.assignSocket=function(e){r.call(this,e),t(e)}}(e,a)}(e,r));r.queue.push(t)}(e,t),e},e.exports.isFinished=s;var n=r(4331),i="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};function s(e){var t=e.socket;return"boolean"==typeof e.finished?Boolean(e.finished||t&&!t.writable):"boolean"==typeof e.complete?Boolean(e.upgrade||!t||!t.readable||e.complete&&!e.readable):void 0}},778:(e,t,r)=>{var n=r(2479);function i(e){var t=function(){return t.called?t.value:(t.called=!0,t.value=e.apply(this,arguments))};return t.called=!1,t}function s(e){var t=function(){if(t.called)throw new Error(t.onceError);return t.called=!0,t.value=e.apply(this,arguments)},r=e.name||"Function wrapped with `once`";return t.onceError=r+" shouldn't be called more than once",t.called=!1,t}e.exports=n(i),e.exports.strict=n(s),i.proto=i((function(){Object.defineProperty(Function.prototype,"once",{value:function(){return i(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return s(this)},configurable:!0})}))},9591:(e,t,r)=>{"use strict";var n={};(0,r(4236).assign)(n,r(4555),r(8843),r(1619)),e.exports=n},4555:(e,t,r)=>{"use strict";var n=r(405),i=r(4236),s=r(9373),o=r(8898),a=r(2292),c=Object.prototype.toString;function l(e){if(!(this instanceof l))return new l(e);this.options=i.assign({level:-1,method:8,chunkSize:16384,windowBits:15,memLevel:8,strategy:0,to:""},e||{});var t=this.options;t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new a,this.strm.avail_out=0;var r=n.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(0!==r)throw new Error(o[r]);if(t.header&&n.deflateSetHeader(this.strm,t.header),t.dictionary){var p;if(p="string"==typeof t.dictionary?s.string2buf(t.dictionary):"[object ArrayBuffer]"===c.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,0!==(r=n.deflateSetDictionary(this.strm,p)))throw new Error(o[r]);this._dict_set=!0}}function p(e,t){var r=new l(t);if(r.push(e,!0),r.err)throw r.msg||o[r.err];return r.result}l.prototype.push=function(e,t){var r,o,a=this.strm,l=this.options.chunkSize;if(this.ended)return!1;o=t===~~t?t:!0===t?4:0,"string"==typeof e?a.input=s.string2buf(e):"[object ArrayBuffer]"===c.call(e)?a.input=new Uint8Array(e):a.input=e,a.next_in=0,a.avail_in=a.input.length;do{if(0===a.avail_out&&(a.output=new i.Buf8(l),a.next_out=0,a.avail_out=l),1!==(r=n.deflate(a,o))&&0!==r)return this.onEnd(r),this.ended=!0,!1;0!==a.avail_out&&(0!==a.avail_in||4!==o&&2!==o)||("string"===this.options.to?this.onData(s.buf2binstring(i.shrinkBuf(a.output,a.next_out))):this.onData(i.shrinkBuf(a.output,a.next_out)))}while((a.avail_in>0||0===a.avail_out)&&1!==r);return 4===o?(r=n.deflateEnd(this.strm),this.onEnd(r),this.ended=!0,0===r):2!==o||(this.onEnd(0),a.avail_out=0,!0)},l.prototype.onData=function(e){this.chunks.push(e)},l.prototype.onEnd=function(e){0===e&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},t.Deflate=l,t.deflate=p,t.deflateRaw=function(e,t){return(t=t||{}).raw=!0,p(e,t)},t.gzip=function(e,t){return(t=t||{}).gzip=!0,p(e,t)}},8843:(e,t,r)=>{"use strict";var n=r(7948),i=r(4236),s=r(9373),o=r(1619),a=r(8898),c=r(2292),l=r(2401),p=Object.prototype.toString;function u(e){if(!(this instanceof u))return new u(e);this.options=i.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var r=n.inflateInit2(this.strm,t.windowBits);if(r!==o.Z_OK)throw new Error(a[r]);if(this.header=new l,n.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"==typeof t.dictionary?t.dictionary=s.string2buf(t.dictionary):"[object ArrayBuffer]"===p.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(r=n.inflateSetDictionary(this.strm,t.dictionary))!==o.Z_OK))throw new Error(a[r])}function d(e,t){var r=new u(t);if(r.push(e,!0),r.err)throw r.msg||a[r.err];return r.result}u.prototype.push=function(e,t){var r,a,c,l,u,d=this.strm,f=this.options.chunkSize,h=this.options.dictionary,m=!1;if(this.ended)return!1;a=t===~~t?t:!0===t?o.Z_FINISH:o.Z_NO_FLUSH,"string"==typeof e?d.input=s.binstring2buf(e):"[object ArrayBuffer]"===p.call(e)?d.input=new Uint8Array(e):d.input=e,d.next_in=0,d.avail_in=d.input.length;do{if(0===d.avail_out&&(d.output=new i.Buf8(f),d.next_out=0,d.avail_out=f),(r=n.inflate(d,o.Z_NO_FLUSH))===o.Z_NEED_DICT&&h&&(r=n.inflateSetDictionary(this.strm,h)),r===o.Z_BUF_ERROR&&!0===m&&(r=o.Z_OK,m=!1),r!==o.Z_STREAM_END&&r!==o.Z_OK)return this.onEnd(r),this.ended=!0,!1;d.next_out&&(0!==d.avail_out&&r!==o.Z_STREAM_END&&(0!==d.avail_in||a!==o.Z_FINISH&&a!==o.Z_SYNC_FLUSH)||("string"===this.options.to?(c=s.utf8border(d.output,d.next_out),l=d.next_out-c,u=s.buf2string(d.output,c),d.next_out=l,d.avail_out=f-l,l&&i.arraySet(d.output,d.output,c,l,0),this.onData(u)):this.onData(i.shrinkBuf(d.output,d.next_out)))),0===d.avail_in&&0===d.avail_out&&(m=!0)}while((d.avail_in>0||0===d.avail_out)&&r!==o.Z_STREAM_END);return r===o.Z_STREAM_END&&(a=o.Z_FINISH),a===o.Z_FINISH?(r=n.inflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===o.Z_OK):a!==o.Z_SYNC_FLUSH||(this.onEnd(o.Z_OK),d.avail_out=0,!0)},u.prototype.onData=function(e){this.chunks.push(e)},u.prototype.onEnd=function(e){e===o.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},t.Inflate=u,t.inflate=d,t.inflateRaw=function(e,t){return(t=t||{}).raw=!0,d(e,t)},t.ungzip=d},4236:(e,t)=>{"use strict";var r="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.assign=function(e){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var r=t.shift();if(r){if("object"!=typeof r)throw new TypeError(r+"must be non-object");for(var i in r)n(r,i)&&(e[i]=r[i])}}return e},t.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,r,n,i){if(t.subarray&&e.subarray)e.set(t.subarray(r,r+n),i);else for(var s=0;s<n;s++)e[i+s]=t[r+s]},flattenChunks:function(e){var t,r,n,i,s,o;for(n=0,t=0,r=e.length;t<r;t++)n+=e[t].length;for(o=new Uint8Array(n),i=0,t=0,r=e.length;t<r;t++)s=e[t],o.set(s,i),i+=s.length;return o}},s={arraySet:function(e,t,r,n,i){for(var s=0;s<n;s++)e[i+s]=t[r+s]},flattenChunks:function(e){return[].concat.apply([],e)}};t.setTyped=function(e){e?(t.Buf8=Uint8Array,t.Buf16=Uint16Array,t.Buf32=Int32Array,t.assign(t,i)):(t.Buf8=Array,t.Buf16=Array,t.Buf32=Array,t.assign(t,s))},t.setTyped(r)},9373:(e,t,r)=>{"use strict";var n=r(4236),i=!0,s=!0;try{String.fromCharCode.apply(null,[0])}catch(e){i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){s=!1}for(var o=new n.Buf8(256),a=0;a<256;a++)o[a]=a>=252?6:a>=248?5:a>=240?4:a>=224?3:a>=192?2:1;function c(e,t){if(t<65534&&(e.subarray&&s||!e.subarray&&i))return String.fromCharCode.apply(null,n.shrinkBuf(e,t));for(var r="",o=0;o<t;o++)r+=String.fromCharCode(e[o]);return r}o[254]=o[254]=1,t.string2buf=function(e){var t,r,i,s,o,a=e.length,c=0;for(s=0;s<a;s++)55296==(64512&(r=e.charCodeAt(s)))&&s+1<a&&56320==(64512&(i=e.charCodeAt(s+1)))&&(r=65536+(r-55296<<10)+(i-56320),s++),c+=r<128?1:r<2048?2:r<65536?3:4;for(t=new n.Buf8(c),o=0,s=0;o<c;s++)55296==(64512&(r=e.charCodeAt(s)))&&s+1<a&&56320==(64512&(i=e.charCodeAt(s+1)))&&(r=65536+(r-55296<<10)+(i-56320),s++),r<128?t[o++]=r:r<2048?(t[o++]=192|r>>>6,t[o++]=128|63&r):r<65536?(t[o++]=224|r>>>12,t[o++]=128|r>>>6&63,t[o++]=128|63&r):(t[o++]=240|r>>>18,t[o++]=128|r>>>12&63,t[o++]=128|r>>>6&63,t[o++]=128|63&r);return t},t.buf2binstring=function(e){return c(e,e.length)},t.binstring2buf=function(e){for(var t=new n.Buf8(e.length),r=0,i=t.length;r<i;r++)t[r]=e.charCodeAt(r);return t},t.buf2string=function(e,t){var r,n,i,s,a=t||e.length,l=new Array(2*a);for(n=0,r=0;r<a;)if((i=e[r++])<128)l[n++]=i;else if((s=o[i])>4)l[n++]=65533,r+=s-1;else{for(i&=2===s?31:3===s?15:7;s>1&&r<a;)i=i<<6|63&e[r++],s--;s>1?l[n++]=65533:i<65536?l[n++]=i:(i-=65536,l[n++]=55296|i>>10&1023,l[n++]=56320|1023&i)}return c(l,n)},t.utf8border=function(e,t){var r;for((t=t||e.length)>e.length&&(t=e.length),r=t-1;r>=0&&128==(192&e[r]);)r--;return r<0||0===r?t:r+o[e[r]]>t?r:t}},6069:e=>{"use strict";e.exports=function(e,t,r,n){for(var i=65535&e|0,s=e>>>16&65535|0,o=0;0!==r;){r-=o=r>2e3?2e3:r;do{s=s+(i=i+t[n++]|0)|0}while(--o);i%=65521,s%=65521}return i|s<<16|0}},1619:e=>{"use strict";e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},2869:e=>{"use strict";var t=function(){for(var e,t=[],r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}();e.exports=function(e,r,n,i){var s=t,o=i+n;e^=-1;for(var a=i;a<o;a++)e=e>>>8^s[255&(e^r[a])];return-1^e}},405:(e,t,r)=>{"use strict";var n,i=r(4236),s=r(342),o=r(6069),a=r(2869),c=r(8898),l=-2,p=258,u=262,d=103,f=113,h=666;function m(e,t){return e.msg=c[t],t}function g(e){return(e<<1)-(e>4?9:0)}function v(e){for(var t=e.length;--t>=0;)e[t]=0}function y(e){var t=e.state,r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(i.arraySet(e.output,t.pending_buf,t.pending_out,r,e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))}function b(e,t){s._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,y(e.strm)}function w(e,t){e.pending_buf[e.pending++]=t}function x(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function _(e,t){var r,n,i=e.max_chain_length,s=e.strstart,o=e.prev_length,a=e.nice_match,c=e.strstart>e.w_size-u?e.strstart-(e.w_size-u):0,l=e.window,d=e.w_mask,f=e.prev,h=e.strstart+p,m=l[s+o-1],g=l[s+o];e.prev_length>=e.good_match&&(i>>=2),a>e.lookahead&&(a=e.lookahead);do{if(l[(r=t)+o]===g&&l[r+o-1]===m&&l[r]===l[s]&&l[++r]===l[s+1]){s+=2,r++;do{}while(l[++s]===l[++r]&&l[++s]===l[++r]&&l[++s]===l[++r]&&l[++s]===l[++r]&&l[++s]===l[++r]&&l[++s]===l[++r]&&l[++s]===l[++r]&&l[++s]===l[++r]&&s<h);if(n=p-(h-s),s=h-p,n>o){if(e.match_start=t,o=n,n>=a)break;m=l[s+o-1],g=l[s+o]}}}while((t=f[t&d])>c&&0!=--i);return o<=e.lookahead?o:e.lookahead}function S(e){var t,r,n,s,c,l,p,d,f,h,m=e.w_size;do{if(s=e.window_size-e.lookahead-e.strstart,e.strstart>=m+(m-u)){i.arraySet(e.window,e.window,m,m,0),e.match_start-=m,e.strstart-=m,e.block_start-=m,t=r=e.hash_size;do{n=e.head[--t],e.head[t]=n>=m?n-m:0}while(--r);t=r=m;do{n=e.prev[--t],e.prev[t]=n>=m?n-m:0}while(--r);s+=m}if(0===e.strm.avail_in)break;if(l=e.strm,p=e.window,d=e.strstart+e.lookahead,f=s,h=void 0,(h=l.avail_in)>f&&(h=f),r=0===h?0:(l.avail_in-=h,i.arraySet(p,l.input,l.next_in,h,d),1===l.state.wrap?l.adler=o(l.adler,p,h,d):2===l.state.wrap&&(l.adler=a(l.adler,p,h,d)),l.next_in+=h,l.total_in+=h,h),e.lookahead+=r,e.lookahead+e.insert>=3)for(c=e.strstart-e.insert,e.ins_h=e.window[c],e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+3-1])&e.hash_mask,e.prev[c&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=c,c++,e.insert--,!(e.lookahead+e.insert<3)););}while(e.lookahead<u&&0!==e.strm.avail_in)}function E(e,t){for(var r,n;;){if(e.lookahead<u){if(S(e),e.lookahead<u&&0===t)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-u&&(e.match_length=_(e,r)),e.match_length>=3)if(n=s._tr_tally(e,e.strstart-e.match_start,e.match_length-3),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=3){e.match_length--;do{e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart}while(0!=--e.match_length);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else n=s._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(b(e,!1),0===e.strm.avail_out))return 1}return e.insert=e.strstart<2?e.strstart:2,4===t?(b(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(b(e,!1),0===e.strm.avail_out)?1:2}function k(e,t){for(var r,n,i;;){if(e.lookahead<u){if(S(e),e.lookahead<u&&0===t)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=2,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-u&&(e.match_length=_(e,r),e.match_length<=5&&(1===e.strategy||3===e.match_length&&e.strstart-e.match_start>4096)&&(e.match_length=2)),e.prev_length>=3&&e.match_length<=e.prev_length){i=e.strstart+e.lookahead-3,n=s._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-3),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart)}while(0!=--e.prev_length);if(e.match_available=0,e.match_length=2,e.strstart++,n&&(b(e,!1),0===e.strm.avail_out))return 1}else if(e.match_available){if((n=s._tr_tally(e,0,e.window[e.strstart-1]))&&b(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=s._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<2?e.strstart:2,4===t?(b(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(b(e,!1),0===e.strm.avail_out)?1:2}function A(e,t,r,n,i){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=n,this.func=i}function O(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=8,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new i.Buf16(1146),this.dyn_dtree=new i.Buf16(122),this.bl_tree=new i.Buf16(78),v(this.dyn_ltree),v(this.dyn_dtree),v(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new i.Buf16(16),this.heap=new i.Buf16(573),v(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new i.Buf16(573),v(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function T(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=2,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?42:f,e.adler=2===t.wrap?0:1,t.last_flush=0,s._tr_init(t),0):m(e,l)}function C(e){var t,r=T(e);return 0===r&&((t=e.state).window_size=2*t.w_size,v(t.head),t.max_lazy_match=n[t.level].max_lazy,t.good_match=n[t.level].good_length,t.nice_match=n[t.level].nice_length,t.max_chain_length=n[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=2,t.match_available=0,t.ins_h=0),r}function R(e,t,r,n,s,o){if(!e)return l;var a=1;if(-1===t&&(t=6),n<0?(a=0,n=-n):n>15&&(a=2,n-=16),s<1||s>9||8!==r||n<8||n>15||t<0||t>9||o<0||o>4)return m(e,l);8===n&&(n=9);var c=new O;return e.state=c,c.strm=e,c.wrap=a,c.gzhead=null,c.w_bits=n,c.w_size=1<<c.w_bits,c.w_mask=c.w_size-1,c.hash_bits=s+7,c.hash_size=1<<c.hash_bits,c.hash_mask=c.hash_size-1,c.hash_shift=~~((c.hash_bits+3-1)/3),c.window=new i.Buf8(2*c.w_size),c.head=new i.Buf16(c.hash_size),c.prev=new i.Buf16(c.w_size),c.lit_bufsize=1<<s+6,c.pending_buf_size=4*c.lit_bufsize,c.pending_buf=new i.Buf8(c.pending_buf_size),c.d_buf=1*c.lit_bufsize,c.l_buf=3*c.lit_bufsize,c.level=t,c.strategy=o,c.method=r,C(e)}n=[new A(0,0,0,0,(function(e,t){var r=65535;for(r>e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(S(e),0===e.lookahead&&0===t)return 1;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var n=e.block_start+r;if((0===e.strstart||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,b(e,!1),0===e.strm.avail_out))return 1;if(e.strstart-e.block_start>=e.w_size-u&&(b(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(b(e,!0),0===e.strm.avail_out?3:4):(e.strstart>e.block_start&&(b(e,!1),e.strm.avail_out),1)})),new A(4,4,8,4,E),new A(4,5,16,8,E),new A(4,6,32,32,E),new A(4,4,16,16,k),new A(8,16,32,32,k),new A(8,16,128,128,k),new A(8,32,128,256,k),new A(32,128,258,1024,k),new A(32,258,258,4096,k)],t.deflateInit=function(e,t){return R(e,t,8,15,8,0)},t.deflateInit2=R,t.deflateReset=C,t.deflateResetKeep=T,t.deflateSetHeader=function(e,t){return e&&e.state?2!==e.state.wrap?l:(e.state.gzhead=t,0):l},t.deflate=function(e,t){var r,i,o,c;if(!e||!e.state||t>5||t<0)return e?m(e,l):l;if(i=e.state,!e.output||!e.input&&0!==e.avail_in||i.status===h&&4!==t)return m(e,0===e.avail_out?-5:l);if(i.strm=e,r=i.last_flush,i.last_flush=t,42===i.status)if(2===i.wrap)e.adler=0,w(i,31),w(i,139),w(i,8),i.gzhead?(w(i,(i.gzhead.text?1:0)+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),w(i,255&i.gzhead.time),w(i,i.gzhead.time>>8&255),w(i,i.gzhead.time>>16&255),w(i,i.gzhead.time>>24&255),w(i,9===i.level?2:i.strategy>=2||i.level<2?4:0),w(i,255&i.gzhead.os),i.gzhead.extra&&i.gzhead.extra.length&&(w(i,255&i.gzhead.extra.length),w(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(e.adler=a(e.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=69):(w(i,0),w(i,0),w(i,0),w(i,0),w(i,0),w(i,9===i.level?2:i.strategy>=2||i.level<2?4:0),w(i,3),i.status=f);else{var u=8+(i.w_bits-8<<4)<<8;u|=(i.strategy>=2||i.level<2?0:i.level<6?1:6===i.level?2:3)<<6,0!==i.strstart&&(u|=32),u+=31-u%31,i.status=f,x(i,u),0!==i.strstart&&(x(i,e.adler>>>16),x(i,65535&e.adler)),e.adler=1}if(69===i.status)if(i.gzhead.extra){for(o=i.pending;i.gzindex<(65535&i.gzhead.extra.length)&&(i.pending!==i.pending_buf_size||(i.gzhead.hcrc&&i.pending>o&&(e.adler=a(e.adler,i.pending_buf,i.pending-o,o)),y(e),o=i.pending,i.pending!==i.pending_buf_size));)w(i,255&i.gzhead.extra[i.gzindex]),i.gzindex++;i.gzhead.hcrc&&i.pending>o&&(e.adler=a(e.adler,i.pending_buf,i.pending-o,o)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=73)}else i.status=73;if(73===i.status)if(i.gzhead.name){o=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>o&&(e.adler=a(e.adler,i.pending_buf,i.pending-o,o)),y(e),o=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.name.length?255&i.gzhead.name.charCodeAt(i.gzindex++):0,w(i,c)}while(0!==c);i.gzhead.hcrc&&i.pending>o&&(e.adler=a(e.adler,i.pending_buf,i.pending-o,o)),0===c&&(i.gzindex=0,i.status=91)}else i.status=91;if(91===i.status)if(i.gzhead.comment){o=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>o&&(e.adler=a(e.adler,i.pending_buf,i.pending-o,o)),y(e),o=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.comment.length?255&i.gzhead.comment.charCodeAt(i.gzindex++):0,w(i,c)}while(0!==c);i.gzhead.hcrc&&i.pending>o&&(e.adler=a(e.adler,i.pending_buf,i.pending-o,o)),0===c&&(i.status=d)}else i.status=d;if(i.status===d&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&y(e),i.pending+2<=i.pending_buf_size&&(w(i,255&e.adler),w(i,e.adler>>8&255),e.adler=0,i.status=f)):i.status=f),0!==i.pending){if(y(e),0===e.avail_out)return i.last_flush=-1,0}else if(0===e.avail_in&&g(t)<=g(r)&&4!==t)return m(e,-5);if(i.status===h&&0!==e.avail_in)return m(e,-5);if(0!==e.avail_in||0!==i.lookahead||0!==t&&i.status!==h){var _=2===i.strategy?function(e,t){for(var r;;){if(0===e.lookahead&&(S(e),0===e.lookahead)){if(0===t)return 1;break}if(e.match_length=0,r=s._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(b(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(b(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(b(e,!1),0===e.strm.avail_out)?1:2}(i,t):3===i.strategy?function(e,t){for(var r,n,i,o,a=e.window;;){if(e.lookahead<=p){if(S(e),e.lookahead<=p&&0===t)return 1;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=3&&e.strstart>0&&(n=a[i=e.strstart-1])===a[++i]&&n===a[++i]&&n===a[++i]){o=e.strstart+p;do{}while(n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&i<o);e.match_length=p-(o-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=3?(r=s._tr_tally(e,1,e.match_length-3),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=s._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(b(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(b(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(b(e,!1),0===e.strm.avail_out)?1:2}(i,t):n[i.level].func(i,t);if(3!==_&&4!==_||(i.status=h),1===_||3===_)return 0===e.avail_out&&(i.last_flush=-1),0;if(2===_&&(1===t?s._tr_align(i):5!==t&&(s._tr_stored_block(i,0,0,!1),3===t&&(v(i.head),0===i.lookahead&&(i.strstart=0,i.block_start=0,i.insert=0))),y(e),0===e.avail_out))return i.last_flush=-1,0}return 4!==t?0:i.wrap<=0?1:(2===i.wrap?(w(i,255&e.adler),w(i,e.adler>>8&255),w(i,e.adler>>16&255),w(i,e.adler>>24&255),w(i,255&e.total_in),w(i,e.total_in>>8&255),w(i,e.total_in>>16&255),w(i,e.total_in>>24&255)):(x(i,e.adler>>>16),x(i,65535&e.adler)),y(e),i.wrap>0&&(i.wrap=-i.wrap),0!==i.pending?0:1)},t.deflateEnd=function(e){var t;return e&&e.state?42!==(t=e.state.status)&&69!==t&&73!==t&&91!==t&&t!==d&&t!==f&&t!==h?m(e,l):(e.state=null,t===f?m(e,-3):0):l},t.deflateSetDictionary=function(e,t){var r,n,s,a,c,p,u,d,f=t.length;if(!e||!e.state)return l;if(2===(a=(r=e.state).wrap)||1===a&&42!==r.status||r.lookahead)return l;for(1===a&&(e.adler=o(e.adler,t,f,0)),r.wrap=0,f>=r.w_size&&(0===a&&(v(r.head),r.strstart=0,r.block_start=0,r.insert=0),d=new i.Buf8(r.w_size),i.arraySet(d,t,f-r.w_size,r.w_size,0),t=d,f=r.w_size),c=e.avail_in,p=e.next_in,u=e.input,e.avail_in=f,e.next_in=0,e.input=t,S(r);r.lookahead>=3;){n=r.strstart,s=r.lookahead-2;do{r.ins_h=(r.ins_h<<r.hash_shift^r.window[n+3-1])&r.hash_mask,r.prev[n&r.w_mask]=r.head[r.ins_h],r.head[r.ins_h]=n,n++}while(--s);r.strstart=n,r.lookahead=2,S(r)}return r.strstart+=r.lookahead,r.block_start=r.strstart,r.insert=r.lookahead,r.lookahead=0,r.match_length=r.prev_length=2,r.match_available=0,e.next_in=p,e.input=u,e.avail_in=c,r.wrap=a,0},t.deflateInfo="pako deflate (from Nodeca project)"},2401:e=>{"use strict";e.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},4264:e=>{"use strict";e.exports=function(e,t){var r,n,i,s,o,a,c,l,p,u,d,f,h,m,g,v,y,b,w,x,_,S,E,k,A;r=e.state,n=e.next_in,k=e.input,i=n+(e.avail_in-5),s=e.next_out,A=e.output,o=s-(t-e.avail_out),a=s+(e.avail_out-257),c=r.dmax,l=r.wsize,p=r.whave,u=r.wnext,d=r.window,f=r.hold,h=r.bits,m=r.lencode,g=r.distcode,v=(1<<r.lenbits)-1,y=(1<<r.distbits)-1;e:do{h<15&&(f+=k[n++]<<h,h+=8,f+=k[n++]<<h,h+=8),b=m[f&v];t:for(;;){if(f>>>=w=b>>>24,h-=w,0===(w=b>>>16&255))A[s++]=65535&b;else{if(!(16&w)){if(0==(64&w)){b=m[(65535&b)+(f&(1<<w)-1)];continue t}if(32&w){r.mode=12;break e}e.msg="invalid literal/length code",r.mode=30;break e}x=65535&b,(w&=15)&&(h<w&&(f+=k[n++]<<h,h+=8),x+=f&(1<<w)-1,f>>>=w,h-=w),h<15&&(f+=k[n++]<<h,h+=8,f+=k[n++]<<h,h+=8),b=g[f&y];r:for(;;){if(f>>>=w=b>>>24,h-=w,!(16&(w=b>>>16&255))){if(0==(64&w)){b=g[(65535&b)+(f&(1<<w)-1)];continue r}e.msg="invalid distance code",r.mode=30;break e}if(_=65535&b,h<(w&=15)&&(f+=k[n++]<<h,(h+=8)<w&&(f+=k[n++]<<h,h+=8)),(_+=f&(1<<w)-1)>c){e.msg="invalid distance too far back",r.mode=30;break e}if(f>>>=w,h-=w,_>(w=s-o)){if((w=_-w)>p&&r.sane){e.msg="invalid distance too far back",r.mode=30;break e}if(S=0,E=d,0===u){if(S+=l-w,w<x){x-=w;do{A[s++]=d[S++]}while(--w);S=s-_,E=A}}else if(u<w){if(S+=l+u-w,(w-=u)<x){x-=w;do{A[s++]=d[S++]}while(--w);if(S=0,u<x){x-=w=u;do{A[s++]=d[S++]}while(--w);S=s-_,E=A}}}else if(S+=u-w,w<x){x-=w;do{A[s++]=d[S++]}while(--w);S=s-_,E=A}for(;x>2;)A[s++]=E[S++],A[s++]=E[S++],A[s++]=E[S++],x-=3;x&&(A[s++]=E[S++],x>1&&(A[s++]=E[S++]))}else{S=s-_;do{A[s++]=A[S++],A[s++]=A[S++],A[s++]=A[S++],x-=3}while(x>2);x&&(A[s++]=A[S++],x>1&&(A[s++]=A[S++]))}break}}break}}while(n<i&&s<a);n-=x=h>>3,f&=(1<<(h-=x<<3))-1,e.next_in=n,e.next_out=s,e.avail_in=n<i?i-n+5:5-(n-i),e.avail_out=s<a?a-s+257:257-(s-a),r.hold=f,r.bits=h}},7948:(e,t,r)=>{"use strict";var n=r(4236),i=r(6069),s=r(2869),o=r(4264),a=r(9241),c=-2,l=12,p=30;function u(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function d(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new n.Buf16(320),this.work=new n.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function f(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=1,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new n.Buf32(852),t.distcode=t.distdyn=new n.Buf32(592),t.sane=1,t.back=-1,0):c}function h(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,f(e)):c}function m(e,t){var r,n;return e&&e.state?(n=e.state,t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?c:(null!==n.window&&n.wbits!==t&&(n.window=null),n.wrap=r,n.wbits=t,h(e))):c}function g(e,t){var r,n;return e?(n=new d,e.state=n,n.window=null,0!==(r=m(e,t))&&(e.state=null),r):c}var v,y,b=!0;function w(e){if(b){var t;for(v=new n.Buf32(512),y=new n.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(a(1,e.lens,0,288,v,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;a(2,e.lens,0,32,y,0,e.work,{bits:5}),b=!1}e.lencode=v,e.lenbits=9,e.distcode=y,e.distbits=5}function x(e,t,r,i){var s,o=e.state;return null===o.window&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new n.Buf8(o.wsize)),i>=o.wsize?(n.arraySet(o.window,t,r-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):((s=o.wsize-o.wnext)>i&&(s=i),n.arraySet(o.window,t,r-i,s,o.wnext),(i-=s)?(n.arraySet(o.window,t,r-i,i,0),o.wnext=i,o.whave=o.wsize):(o.wnext+=s,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=s))),0}t.inflateReset=h,t.inflateReset2=m,t.inflateResetKeep=f,t.inflateInit=function(e){return g(e,15)},t.inflateInit2=g,t.inflate=function(e,t){var r,d,f,h,m,g,v,y,b,_,S,E,k,A,O,T,C,R,P,j,N,I,D,L,F=0,M=new n.Buf8(4),B=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return c;(r=e.state).mode===l&&(r.mode=13),m=e.next_out,f=e.output,v=e.avail_out,h=e.next_in,d=e.input,g=e.avail_in,y=r.hold,b=r.bits,_=g,S=v,I=0;e:for(;;)switch(r.mode){case 1:if(0===r.wrap){r.mode=13;break}for(;b<16;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(2&r.wrap&&35615===y){r.check=0,M[0]=255&y,M[1]=y>>>8&255,r.check=s(r.check,M,2,0),y=0,b=0,r.mode=2;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&y)<<8)+(y>>8))%31){e.msg="incorrect header check",r.mode=p;break}if(8!=(15&y)){e.msg="unknown compression method",r.mode=p;break}if(b-=4,N=8+(15&(y>>>=4)),0===r.wbits)r.wbits=N;else if(N>r.wbits){e.msg="invalid window size",r.mode=p;break}r.dmax=1<<N,e.adler=r.check=1,r.mode=512&y?10:l,y=0,b=0;break;case 2:for(;b<16;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(r.flags=y,8!=(255&r.flags)){e.msg="unknown compression method",r.mode=p;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=p;break}r.head&&(r.head.text=y>>8&1),512&r.flags&&(M[0]=255&y,M[1]=y>>>8&255,r.check=s(r.check,M,2,0)),y=0,b=0,r.mode=3;case 3:for(;b<32;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}r.head&&(r.head.time=y),512&r.flags&&(M[0]=255&y,M[1]=y>>>8&255,M[2]=y>>>16&255,M[3]=y>>>24&255,r.check=s(r.check,M,4,0)),y=0,b=0,r.mode=4;case 4:for(;b<16;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}r.head&&(r.head.xflags=255&y,r.head.os=y>>8),512&r.flags&&(M[0]=255&y,M[1]=y>>>8&255,r.check=s(r.check,M,2,0)),y=0,b=0,r.mode=5;case 5:if(1024&r.flags){for(;b<16;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}r.length=y,r.head&&(r.head.extra_len=y),512&r.flags&&(M[0]=255&y,M[1]=y>>>8&255,r.check=s(r.check,M,2,0)),y=0,b=0}else r.head&&(r.head.extra=null);r.mode=6;case 6:if(1024&r.flags&&((E=r.length)>g&&(E=g),E&&(r.head&&(N=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),n.arraySet(r.head.extra,d,h,E,N)),512&r.flags&&(r.check=s(r.check,d,E,h)),g-=E,h+=E,r.length-=E),r.length))break e;r.length=0,r.mode=7;case 7:if(2048&r.flags){if(0===g)break e;E=0;do{N=d[h+E++],r.head&&N&&r.length<65536&&(r.head.name+=String.fromCharCode(N))}while(N&&E<g);if(512&r.flags&&(r.check=s(r.check,d,E,h)),g-=E,h+=E,N)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=8;case 8:if(4096&r.flags){if(0===g)break e;E=0;do{N=d[h+E++],r.head&&N&&r.length<65536&&(r.head.comment+=String.fromCharCode(N))}while(N&&E<g);if(512&r.flags&&(r.check=s(r.check,d,E,h)),g-=E,h+=E,N)break e}else r.head&&(r.head.comment=null);r.mode=9;case 9:if(512&r.flags){for(;b<16;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(y!==(65535&r.check)){e.msg="header crc mismatch",r.mode=p;break}y=0,b=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=l;break;case 10:for(;b<32;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}e.adler=r.check=u(y),y=0,b=0,r.mode=11;case 11:if(0===r.havedict)return e.next_out=m,e.avail_out=v,e.next_in=h,e.avail_in=g,r.hold=y,r.bits=b,2;e.adler=r.check=1,r.mode=l;case l:if(5===t||6===t)break e;case 13:if(r.last){y>>>=7&b,b-=7&b,r.mode=27;break}for(;b<3;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}switch(r.last=1&y,b-=1,3&(y>>>=1)){case 0:r.mode=14;break;case 1:if(w(r),r.mode=20,6===t){y>>>=2,b-=2;break e}break;case 2:r.mode=17;break;case 3:e.msg="invalid block type",r.mode=p}y>>>=2,b-=2;break;case 14:for(y>>>=7&b,b-=7&b;b<32;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if((65535&y)!=(y>>>16^65535)){e.msg="invalid stored block lengths",r.mode=p;break}if(r.length=65535&y,y=0,b=0,r.mode=15,6===t)break e;case 15:r.mode=16;case 16:if(E=r.length){if(E>g&&(E=g),E>v&&(E=v),0===E)break e;n.arraySet(f,d,h,E,m),g-=E,h+=E,v-=E,m+=E,r.length-=E;break}r.mode=l;break;case 17:for(;b<14;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(r.nlen=257+(31&y),y>>>=5,b-=5,r.ndist=1+(31&y),y>>>=5,b-=5,r.ncode=4+(15&y),y>>>=4,b-=4,r.nlen>286||r.ndist>30){e.msg="too many length or distance symbols",r.mode=p;break}r.have=0,r.mode=18;case 18:for(;r.have<r.ncode;){for(;b<3;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}r.lens[B[r.have++]]=7&y,y>>>=3,b-=3}for(;r.have<19;)r.lens[B[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,D={bits:r.lenbits},I=a(0,r.lens,0,19,r.lencode,0,r.work,D),r.lenbits=D.bits,I){e.msg="invalid code lengths set",r.mode=p;break}r.have=0,r.mode=19;case 19:for(;r.have<r.nlen+r.ndist;){for(;T=(F=r.lencode[y&(1<<r.lenbits)-1])>>>16&255,C=65535&F,!((O=F>>>24)<=b);){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(C<16)y>>>=O,b-=O,r.lens[r.have++]=C;else{if(16===C){for(L=O+2;b<L;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(y>>>=O,b-=O,0===r.have){e.msg="invalid bit length repeat",r.mode=p;break}N=r.lens[r.have-1],E=3+(3&y),y>>>=2,b-=2}else if(17===C){for(L=O+3;b<L;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}b-=O,N=0,E=3+(7&(y>>>=O)),y>>>=3,b-=3}else{for(L=O+7;b<L;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}b-=O,N=0,E=11+(127&(y>>>=O)),y>>>=7,b-=7}if(r.have+E>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=p;break}for(;E--;)r.lens[r.have++]=N}}if(r.mode===p)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=p;break}if(r.lenbits=9,D={bits:r.lenbits},I=a(1,r.lens,0,r.nlen,r.lencode,0,r.work,D),r.lenbits=D.bits,I){e.msg="invalid literal/lengths set",r.mode=p;break}if(r.distbits=6,r.distcode=r.distdyn,D={bits:r.distbits},I=a(2,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,D),r.distbits=D.bits,I){e.msg="invalid distances set",r.mode=p;break}if(r.mode=20,6===t)break e;case 20:r.mode=21;case 21:if(g>=6&&v>=258){e.next_out=m,e.avail_out=v,e.next_in=h,e.avail_in=g,r.hold=y,r.bits=b,o(e,S),m=e.next_out,f=e.output,v=e.avail_out,h=e.next_in,d=e.input,g=e.avail_in,y=r.hold,b=r.bits,r.mode===l&&(r.back=-1);break}for(r.back=0;T=(F=r.lencode[y&(1<<r.lenbits)-1])>>>16&255,C=65535&F,!((O=F>>>24)<=b);){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(T&&0==(240&T)){for(R=O,P=T,j=C;T=(F=r.lencode[j+((y&(1<<R+P)-1)>>R)])>>>16&255,C=65535&F,!(R+(O=F>>>24)<=b);){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}y>>>=R,b-=R,r.back+=R}if(y>>>=O,b-=O,r.back+=O,r.length=C,0===T){r.mode=26;break}if(32&T){r.back=-1,r.mode=l;break}if(64&T){e.msg="invalid literal/length code",r.mode=p;break}r.extra=15&T,r.mode=22;case 22:if(r.extra){for(L=r.extra;b<L;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}r.length+=y&(1<<r.extra)-1,y>>>=r.extra,b-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=23;case 23:for(;T=(F=r.distcode[y&(1<<r.distbits)-1])>>>16&255,C=65535&F,!((O=F>>>24)<=b);){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(0==(240&T)){for(R=O,P=T,j=C;T=(F=r.distcode[j+((y&(1<<R+P)-1)>>R)])>>>16&255,C=65535&F,!(R+(O=F>>>24)<=b);){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}y>>>=R,b-=R,r.back+=R}if(y>>>=O,b-=O,r.back+=O,64&T){e.msg="invalid distance code",r.mode=p;break}r.offset=C,r.extra=15&T,r.mode=24;case 24:if(r.extra){for(L=r.extra;b<L;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}r.offset+=y&(1<<r.extra)-1,y>>>=r.extra,b-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=p;break}r.mode=25;case 25:if(0===v)break e;if(E=S-v,r.offset>E){if((E=r.offset-E)>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=p;break}E>r.wnext?(E-=r.wnext,k=r.wsize-E):k=r.wnext-E,E>r.length&&(E=r.length),A=r.window}else A=f,k=m-r.offset,E=r.length;E>v&&(E=v),v-=E,r.length-=E;do{f[m++]=A[k++]}while(--E);0===r.length&&(r.mode=21);break;case 26:if(0===v)break e;f[m++]=r.length,v--,r.mode=21;break;case 27:if(r.wrap){for(;b<32;){if(0===g)break e;g--,y|=d[h++]<<b,b+=8}if(S-=v,e.total_out+=S,r.total+=S,S&&(e.adler=r.check=r.flags?s(r.check,f,S,m-S):i(r.check,f,S,m-S)),S=v,(r.flags?y:u(y))!==r.check){e.msg="incorrect data check",r.mode=p;break}y=0,b=0}r.mode=28;case 28:if(r.wrap&&r.flags){for(;b<32;){if(0===g)break e;g--,y+=d[h++]<<b,b+=8}if(y!==(4294967295&r.total)){e.msg="incorrect length check",r.mode=p;break}y=0,b=0}r.mode=29;case 29:I=1;break e;case p:I=-3;break e;case 31:return-4;default:return c}return e.next_out=m,e.avail_out=v,e.next_in=h,e.avail_in=g,r.hold=y,r.bits=b,(r.wsize||S!==e.avail_out&&r.mode<p&&(r.mode<27||4!==t))&&x(e,e.output,e.next_out,S-e.avail_out)?(r.mode=31,-4):(_-=e.avail_in,S-=e.avail_out,e.total_in+=_,e.total_out+=S,r.total+=S,r.wrap&&S&&(e.adler=r.check=r.flags?s(r.check,f,S,e.next_out-S):i(r.check,f,S,e.next_out-S)),e.data_type=r.bits+(r.last?64:0)+(r.mode===l?128:0)+(20===r.mode||15===r.mode?256:0),(0===_&&0===S||4===t)&&0===I&&(I=-5),I)},t.inflateEnd=function(e){if(!e||!e.state)return c;var t=e.state;return t.window&&(t.window=null),e.state=null,0},t.inflateGetHeader=function(e,t){var r;return e&&e.state?0==(2&(r=e.state).wrap)?c:(r.head=t,t.done=!1,0):c},t.inflateSetDictionary=function(e,t){var r,n=t.length;return e&&e.state?0!==(r=e.state).wrap&&11!==r.mode?c:11===r.mode&&i(1,t,n,0)!==r.check?-3:x(e,t,n,n)?(r.mode=31,-4):(r.havedict=1,0):c},t.inflateInfo="pako inflate (from Nodeca project)"},9241:(e,t,r)=>{"use strict";var n=r(4236),i=15,s=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],o=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],a=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],c=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];e.exports=function(e,t,r,l,p,u,d,f){var h,m,g,v,y,b,w,x,_,S=f.bits,E=0,k=0,A=0,O=0,T=0,C=0,R=0,P=0,j=0,N=0,I=null,D=0,L=new n.Buf16(16),F=new n.Buf16(16),M=null,B=0;for(E=0;E<=i;E++)L[E]=0;for(k=0;k<l;k++)L[t[r+k]]++;for(T=S,O=i;O>=1&&0===L[O];O--);if(T>O&&(T=O),0===O)return p[u++]=20971520,p[u++]=20971520,f.bits=1,0;for(A=1;A<O&&0===L[A];A++);for(T<A&&(T=A),P=1,E=1;E<=i;E++)if(P<<=1,(P-=L[E])<0)return-1;if(P>0&&(0===e||1!==O))return-1;for(F[1]=0,E=1;E<i;E++)F[E+1]=F[E]+L[E];for(k=0;k<l;k++)0!==t[r+k]&&(d[F[t[r+k]]++]=k);if(0===e?(I=M=d,b=19):1===e?(I=s,D-=257,M=o,B-=257,b=256):(I=a,M=c,b=-1),N=0,k=0,E=A,y=u,C=T,R=0,g=-1,v=(j=1<<T)-1,1===e&&j>852||2===e&&j>592)return 1;for(;;){w=E-R,d[k]<b?(x=0,_=d[k]):d[k]>b?(x=M[B+d[k]],_=I[D+d[k]]):(x=96,_=0),h=1<<E-R,A=m=1<<C;do{p[y+(N>>R)+(m-=h)]=w<<24|x<<16|_|0}while(0!==m);for(h=1<<E-1;N&h;)h>>=1;if(0!==h?(N&=h-1,N+=h):N=0,k++,0==--L[E]){if(E===O)break;E=t[r+d[k]]}if(E>T&&(N&v)!==g){for(0===R&&(R=T),y+=A,P=1<<(C=E-R);C+R<O&&!((P-=L[C+R])<=0);)C++,P<<=1;if(j+=1<<C,1===e&&j>852||2===e&&j>592)return 1;p[g=N&v]=T<<24|C<<16|y-u|0}}return 0!==N&&(p[y+N]=E-R<<24|64<<16|0),f.bits=T,0}},8898:e=>{"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},342:(e,t,r)=>{"use strict";var n=r(4236);function i(e){for(var t=e.length;--t>=0;)e[t]=0}var s=256,o=286,a=30,c=15,l=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],p=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],u=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],d=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],f=new Array(576);i(f);var h=new Array(60);i(h);var m=new Array(512);i(m);var g=new Array(256);i(g);var v=new Array(29);i(v);var y,b,w,x=new Array(a);function _(e,t,r,n,i){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=e&&e.length}function S(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function E(e){return e<256?m[e]:m[256+(e>>>7)]}function k(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function A(e,t,r){e.bi_valid>16-r?(e.bi_buf|=t<<e.bi_valid&65535,k(e,e.bi_buf),e.bi_buf=t>>16-e.bi_valid,e.bi_valid+=r-16):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=r)}function O(e,t,r){A(e,r[2*t],r[2*t+1])}function T(e,t){var r=0;do{r|=1&e,e>>>=1,r<<=1}while(--t>0);return r>>>1}function C(e,t,r){var n,i,s=new Array(16),o=0;for(n=1;n<=c;n++)s[n]=o=o+r[n-1]<<1;for(i=0;i<=t;i++){var a=e[2*i+1];0!==a&&(e[2*i]=T(s[a]++,a))}}function R(e){var t;for(t=0;t<o;t++)e.dyn_ltree[2*t]=0;for(t=0;t<a;t++)e.dyn_dtree[2*t]=0;for(t=0;t<19;t++)e.bl_tree[2*t]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function P(e){e.bi_valid>8?k(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function j(e,t,r,n){var i=2*t,s=2*r;return e[i]<e[s]||e[i]===e[s]&&n[t]<=n[r]}function N(e,t,r){for(var n=e.heap[r],i=r<<1;i<=e.heap_len&&(i<e.heap_len&&j(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!j(t,n,e.heap[i],e.depth));)e.heap[r]=e.heap[i],r=i,i<<=1;e.heap[r]=n}function I(e,t,r){var n,i,o,a,c=0;if(0!==e.last_lit)do{n=e.pending_buf[e.d_buf+2*c]<<8|e.pending_buf[e.d_buf+2*c+1],i=e.pending_buf[e.l_buf+c],c++,0===n?O(e,i,t):(O(e,(o=g[i])+s+1,t),0!==(a=l[o])&&A(e,i-=v[o],a),O(e,o=E(--n),r),0!==(a=p[o])&&A(e,n-=x[o],a))}while(c<e.last_lit);O(e,256,t)}function D(e,t){var r,n,i,s=t.dyn_tree,o=t.stat_desc.static_tree,a=t.stat_desc.has_stree,l=t.stat_desc.elems,p=-1;for(e.heap_len=0,e.heap_max=573,r=0;r<l;r++)0!==s[2*r]?(e.heap[++e.heap_len]=p=r,e.depth[r]=0):s[2*r+1]=0;for(;e.heap_len<2;)s[2*(i=e.heap[++e.heap_len]=p<2?++p:0)]=1,e.depth[i]=0,e.opt_len--,a&&(e.static_len-=o[2*i+1]);for(t.max_code=p,r=e.heap_len>>1;r>=1;r--)N(e,s,r);i=l;do{r=e.heap[1],e.heap[1]=e.heap[e.heap_len--],N(e,s,1),n=e.heap[1],e.heap[--e.heap_max]=r,e.heap[--e.heap_max]=n,s[2*i]=s[2*r]+s[2*n],e.depth[i]=(e.depth[r]>=e.depth[n]?e.depth[r]:e.depth[n])+1,s[2*r+1]=s[2*n+1]=i,e.heap[1]=i++,N(e,s,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],function(e,t){var r,n,i,s,o,a,l=t.dyn_tree,p=t.max_code,u=t.stat_desc.static_tree,d=t.stat_desc.has_stree,f=t.stat_desc.extra_bits,h=t.stat_desc.extra_base,m=t.stat_desc.max_length,g=0;for(s=0;s<=c;s++)e.bl_count[s]=0;for(l[2*e.heap[e.heap_max]+1]=0,r=e.heap_max+1;r<573;r++)(s=l[2*l[2*(n=e.heap[r])+1]+1]+1)>m&&(s=m,g++),l[2*n+1]=s,n>p||(e.bl_count[s]++,o=0,n>=h&&(o=f[n-h]),a=l[2*n],e.opt_len+=a*(s+o),d&&(e.static_len+=a*(u[2*n+1]+o)));if(0!==g){do{for(s=m-1;0===e.bl_count[s];)s--;e.bl_count[s]--,e.bl_count[s+1]+=2,e.bl_count[m]--,g-=2}while(g>0);for(s=m;0!==s;s--)for(n=e.bl_count[s];0!==n;)(i=e.heap[--r])>p||(l[2*i+1]!==s&&(e.opt_len+=(s-l[2*i+1])*l[2*i],l[2*i+1]=s),n--)}}(e,t),C(s,p,e.bl_count)}function L(e,t,r){var n,i,s=-1,o=t[1],a=0,c=7,l=4;for(0===o&&(c=138,l=3),t[2*(r+1)+1]=65535,n=0;n<=r;n++)i=o,o=t[2*(n+1)+1],++a<c&&i===o||(a<l?e.bl_tree[2*i]+=a:0!==i?(i!==s&&e.bl_tree[2*i]++,e.bl_tree[32]++):a<=10?e.bl_tree[34]++:e.bl_tree[36]++,a=0,s=i,0===o?(c=138,l=3):i===o?(c=6,l=3):(c=7,l=4))}function F(e,t,r){var n,i,s=-1,o=t[1],a=0,c=7,l=4;for(0===o&&(c=138,l=3),n=0;n<=r;n++)if(i=o,o=t[2*(n+1)+1],!(++a<c&&i===o)){if(a<l)do{O(e,i,e.bl_tree)}while(0!=--a);else 0!==i?(i!==s&&(O(e,i,e.bl_tree),a--),O(e,16,e.bl_tree),A(e,a-3,2)):a<=10?(O(e,17,e.bl_tree),A(e,a-3,3)):(O(e,18,e.bl_tree),A(e,a-11,7));a=0,s=i,0===o?(c=138,l=3):i===o?(c=6,l=3):(c=7,l=4)}}i(x);var M=!1;function B(e,t,r,i){A(e,0+(i?1:0),3),function(e,t,r,i){P(e),i&&(k(e,r),k(e,~r)),n.arraySet(e.pending_buf,e.window,t,r,e.pending),e.pending+=r}(e,t,r,!0)}t._tr_init=function(e){M||(!function(){var e,t,r,n,i,s=new Array(16);for(r=0,n=0;n<28;n++)for(v[n]=r,e=0;e<1<<l[n];e++)g[r++]=n;for(g[r-1]=n,i=0,n=0;n<16;n++)for(x[n]=i,e=0;e<1<<p[n];e++)m[i++]=n;for(i>>=7;n<a;n++)for(x[n]=i<<7,e=0;e<1<<p[n]-7;e++)m[256+i++]=n;for(t=0;t<=c;t++)s[t]=0;for(e=0;e<=143;)f[2*e+1]=8,e++,s[8]++;for(;e<=255;)f[2*e+1]=9,e++,s[9]++;for(;e<=279;)f[2*e+1]=7,e++,s[7]++;for(;e<=287;)f[2*e+1]=8,e++,s[8]++;for(C(f,287,s),e=0;e<a;e++)h[2*e+1]=5,h[2*e]=T(e,5);y=new _(f,l,257,o,c),b=new _(h,p,0,a,c),w=new _(new Array(0),u,0,19,7)}(),M=!0),e.l_desc=new S(e.dyn_ltree,y),e.d_desc=new S(e.dyn_dtree,b),e.bl_desc=new S(e.bl_tree,w),e.bi_buf=0,e.bi_valid=0,R(e)},t._tr_stored_block=B,t._tr_flush_block=function(e,t,r,n){var i,o,a=0;e.level>0?(2===e.strm.data_type&&(e.strm.data_type=function(e){var t,r=4093624447;for(t=0;t<=31;t++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return 0;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return 1;for(t=32;t<s;t++)if(0!==e.dyn_ltree[2*t])return 1;return 0}(e)),D(e,e.l_desc),D(e,e.d_desc),a=function(e){var t;for(L(e,e.dyn_ltree,e.l_desc.max_code),L(e,e.dyn_dtree,e.d_desc.max_code),D(e,e.bl_desc),t=18;t>=3&&0===e.bl_tree[2*d[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),i=e.opt_len+3+7>>>3,(o=e.static_len+3+7>>>3)<=i&&(i=o)):i=o=r+5,r+4<=i&&-1!==t?B(e,t,r,n):4===e.strategy||o===i?(A(e,2+(n?1:0),3),I(e,f,h)):(A(e,4+(n?1:0),3),function(e,t,r,n){var i;for(A(e,t-257,5),A(e,r-1,5),A(e,n-4,4),i=0;i<n;i++)A(e,e.bl_tree[2*d[i]+1],3);F(e,e.dyn_ltree,t-1),F(e,e.dyn_dtree,r-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,a+1),I(e,e.dyn_ltree,e.dyn_dtree)),R(e),n&&P(e)},t._tr_tally=function(e,t,r){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(g[r]+s+1)]++,e.dyn_dtree[2*E(t)]++),e.last_lit===e.lit_bufsize-1},t._tr_align=function(e){A(e,2,3),O(e,256,f),function(e){16===e.bi_valid?(k(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}(e)}},2292:e=>{"use strict";e.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},6097:(e,t,r)=>{"use strict";const n=r(5864),i=r(1438),s=n("JSONError",{fileName:n.append("in %s")});e.exports=(e,t,r)=>{"string"==typeof t&&(r=t,t=null);try{try{return JSON.parse(e,t)}catch(r){throw i(e,t),r}}catch(e){e.message=e.message.replace(/\n/g,"");const t=new s(e);throw r&&(t.fileName=r),t}}},8317:(e,t,r)=>{"use strict";var n=r(7310),i=n.parse,s=n.Url;function o(e){var t=e.url;if(void 0!==t){var r=e._parsedUrl;return c(t,r)?r:((r=a(t))._raw=t,e._parsedUrl=r)}}function a(e){if("string"!=typeof e||47!==e.charCodeAt(0))return i(e);for(var t=e,r=null,n=null,o=1;o<e.length;o++)switch(e.charCodeAt(o)){case 63:null===n&&(t=e.substring(0,o),r=e.substring(o+1),n=e.substring(o));break;case 9:case 10:case 12:case 13:case 32:case 35:case 160:case 65279:return i(e)}var a=void 0!==s?new s:{};return a.path=e,a.href=e,a.pathname=t,null!==n&&(a.query=r,a.search=n),a}function c(e,t){return"object"==typeof t&&null!==t&&(void 0===s||t instanceof s)&&t._raw===e}e.exports=o,e.exports.original=function(e){var t=e.originalUrl;if("string"!=typeof t)return o(e);var r=e._parsedOriginalUrl;if(c(t,r))return r;return(r=a(t))._raw=t,e._parsedOriginalUrl=r}},4095:e=>{"use strict";function t(e){return"/"===e.charAt(0)}function r(e){var t=/^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/.exec(e),r=t[1]||"",n=Boolean(r&&":"!==r.charAt(1));return Boolean(t[2]||n)}e.exports="win32"===process.platform?r:t,e.exports.posix=t,e.exports.win32=r},4779:e=>{e.exports=function e(r,n,i){n=n||[];var s,o=(i=i||{}).strict,a=!1!==i.end,c=i.sensitive?"":"i",l=0,p=n.length,u=0,d=0;if(r instanceof RegExp){for(;s=t.exec(r.source);)n.push({name:d++,optional:!1,offset:s.index});return r}if(Array.isArray(r))return r=r.map((function(t){return e(t,n,i).source})),new RegExp("(?:"+r.join("|")+")",c);r=("^"+r+(o?"":"/"===r[r.length-1]?"?":"/?")).replace(/\/\(/g,"/(?:").replace(/([\/\.])/g,"\\$1").replace(/(\\\/)?(\\\.)?:(\w+)(\(.*?\))?(\*)?(\?)?/g,(function(e,t,r,i,s,o,a,c){t=t||"",r=r||"",s=s||"([^\\/"+r+"]+?)",a=a||"",n.push({name:i,optional:!!a,offset:c+l});var p=(a?"":t)+"(?:"+r+(a?t:"")+s+(o?"((?:[\\/"+r+"].+?)?)":"")+")"+a;return l+=p.length-e.length,p})).replace(/\*/g,(function(e,t){for(var r=n.length;r-- >p&&n[r].offset>t;)n[r].offset+=3;return"(.*)"}));for(;s=t.exec(r);){for(var f=0,h=s.index;"\\"===r.charAt(--h);)f++;f%2!=1&&((p+u===n.length||n[p+u].offset>s.index)&&n.splice(p+u,0,{name:d++,optional:!1,offset:s.index}),u++)}return r+=a?"$":"/"===r[r.length-1]?"":"(?=\\/|$)",new RegExp(r,c)};var t=/\((?!\?)/g},9916:e=>{function t(){this.pending=0,this.max=1/0,this.listeners=[],this.waiting=[],this.error=null}function r(e){e.pending+=1;var t=!1;return function(i){if(t)throw new Error("callback called twice");if(t=!0,e.error=e.error||i,e.pending-=1,e.waiting.length>0&&e.pending<e.max)n(e,e.waiting.shift());else if(0===e.pending){var s=e.listeners;e.listeners=[],s.forEach(r)}};function r(t){t(e.error)}}function n(e,t){t(r(e))}e.exports=t,t.prototype.go=function(e){this.pending<this.max?n(this,e):this.waiting.push(e)},t.prototype.wait=function(e){0===this.pending?e(this.error):this.listeners.push(e)},t.prototype.hold=function(){return r(this)}},9444:(e,t,r)=>{"use strict";e.exports=r(6087)},1006:(e,t,r)=>{"use strict";const n=r(1017),i="[^\\\\/]",s="\\.",o="\\/",a="[^/]",c="(?:\\/|$)",l="(?:^|\\/)",p="\\.{1,2}(?:\\/|$)",u={DOT_LITERAL:s,PLUS_LITERAL:"\\+",QMARK_LITERAL:"\\?",SLASH_LITERAL:o,ONE_CHAR:"(?=.)",QMARK:a,END_ANCHOR:c,DOTS_SLASH:p,NO_DOT:"(?!\\.)",NO_DOTS:`(?!(?:^|\\/)${p})`,NO_DOT_SLASH:"(?!\\.{0,1}(?:\\/|$))",NO_DOTS_SLASH:`(?!${p})`,QMARK_NO_DOT:"[^.\\/]",STAR:"[^/]*?",START_ANCHOR:l},d={...u,SLASH_LITERAL:"[\\\\/]",QMARK:i,STAR:"[^\\\\/]*?",DOTS_SLASH:"\\.{1,2}(?:[\\\\/]|$)",NO_DOT:"(?!\\.)",NO_DOTS:"(?!(?:^|[\\\\/])\\.{1,2}(?:[\\\\/]|$))",NO_DOT_SLASH:"(?!\\.{0,1}(?:[\\\\/]|$))",NO_DOTS_SLASH:"(?!\\.{1,2}(?:[\\\\/]|$))",QMARK_NO_DOT:"[^.\\\\/]",START_ANCHOR:"(?:^|[\\\\/])",END_ANCHOR:"(?:[\\\\/]|$)"};e.exports={MAX_LENGTH:65536,POSIX_REGEX_SOURCE:{alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"},REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:n.sep,extglobChars:e=>({"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}),globChars:e=>!0===e?d:u}},3376:(e,t,r)=>{"use strict";const n=r(1006),i=r(8702),{MAX_LENGTH:s,POSIX_REGEX_SOURCE:o,REGEX_NON_SPECIAL_CHARS:a,REGEX_SPECIAL_CHARS_BACKREF:c,REPLACEMENTS:l}=n,p=(e,t)=>{if("function"==typeof t.expandRange)return t.expandRange(...e,t);e.sort();const r=`[${e.join("-")}]`;try{new RegExp(r)}catch(t){return e.map((e=>i.escapeRegex(e))).join("..")}return r},u=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,d=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");e=l[e]||e;const r={...t},d="number"==typeof r.maxLength?Math.min(s,r.maxLength):s;let f=e.length;if(f>d)throw new SyntaxError(`Input length: ${f}, exceeds maximum allowed length: ${d}`);const h={type:"bos",value:"",output:r.prepend||""},m=[h],g=r.capture?"":"?:",v=i.isWindows(t),y=n.globChars(v),b=n.extglobChars(y),{DOT_LITERAL:w,PLUS_LITERAL:x,SLASH_LITERAL:_,ONE_CHAR:S,DOTS_SLASH:E,NO_DOT:k,NO_DOT_SLASH:A,NO_DOTS_SLASH:O,QMARK:T,QMARK_NO_DOT:C,STAR:R,START_ANCHOR:P}=y,j=e=>`(${g}(?:(?!${P}${e.dot?E:w}).)*?)`,N=r.dot?"":k,I=r.dot?T:C;let D=!0===r.bash?j(r):R;r.capture&&(D=`(${D})`),"boolean"==typeof r.noext&&(r.noextglob=r.noext);const L={input:e,index:-1,start:0,dot:!0===r.dot,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:m};e=i.removePrefix(e,L),f=e.length;const F=[],M=[],B=[];let U,$=h;const G=()=>L.index===f-1,z=L.peek=(t=1)=>e[L.index+t],q=L.advance=()=>e[++L.index],H=()=>e.slice(L.index+1),W=(e="",t=0)=>{L.consumed+=e,L.index+=t},V=e=>{L.output+=null!=e.output?e.output:e.value,W(e.value)},K=()=>{let e=1;for(;"!"===z()&&("("!==z(2)||"?"===z(3));)q(),L.start++,e++;return e%2!=0&&(L.negated=!0,L.start++,!0)},Y=e=>{L[e]++,B.push(e)},J=e=>{L[e]--,B.pop()},Z=e=>{if("globstar"===$.type){const t=L.braces>0&&("comma"===e.type||"brace"===e.type),r=!0===e.extglob||F.length&&("pipe"===e.type||"paren"===e.type);"slash"===e.type||"paren"===e.type||t||r||(L.output=L.output.slice(0,-$.output.length),$.type="star",$.value="*",$.output=D,L.output+=$.output)}if(F.length&&"paren"!==e.type&&!b[e.value]&&(F[F.length-1].inner+=e.value),(e.value||e.output)&&V(e),$&&"text"===$.type&&"text"===e.type)return $.value+=e.value,void($.output=($.output||"")+e.value);e.prev=$,m.push(e),$=e},X=(e,t)=>{const n={...b[t],conditions:1,inner:""};n.prev=$,n.parens=L.parens,n.output=L.output;const i=(r.capture?"(":"")+n.open;Y("parens"),Z({type:e,value:t,output:L.output?"":S}),Z({type:"paren",extglob:!0,value:q(),output:i}),F.push(n)},Q=e=>{let t=e.close+(r.capture?")":"");if("negate"===e.type){let n=D;e.inner&&e.inner.length>1&&e.inner.includes("/")&&(n=j(r)),(n!==D||G()||/^\)+$/.test(H()))&&(t=e.close=`)$))${n}`),"bos"===e.prev.type&&G()&&(L.negatedExtglob=!0)}Z({type:"paren",extglob:!0,value:U,output:t}),J("parens")};if(!1!==r.fastpaths&&!/(^[*!]|[/()[\]{}"])/.test(e)){let n=!1,s=e.replace(c,((e,t,r,i,s,o)=>"\\"===i?(n=!0,e):"?"===i?t?t+i+(s?T.repeat(s.length):""):0===o?I+(s?T.repeat(s.length):""):T.repeat(r.length):"."===i?w.repeat(r.length):"*"===i?t?t+i+(s?D:""):D:t?e:`\\${e}`));return!0===n&&(s=!0===r.unescape?s.replace(/\\/g,""):s.replace(/\\+/g,(e=>e.length%2==0?"\\\\":e?"\\":""))),s===e&&!0===r.contains?(L.output=e,L):(L.output=i.wrapOutput(s,L,t),L)}for(;!G();){if(U=q(),"\0"===U)continue;if("\\"===U){const e=z();if("/"===e&&!0!==r.bash)continue;if("."===e||";"===e)continue;if(!e){U+="\\",Z({type:"text",value:U});continue}const t=/^\\+/.exec(H());let n=0;if(t&&t[0].length>2&&(n=t[0].length,L.index+=n,n%2!=0&&(U+="\\")),!0===r.unescape?U=q()||"":U+=q()||"",0===L.brackets){Z({type:"text",value:U});continue}}if(L.brackets>0&&("]"!==U||"["===$.value||"[^"===$.value)){if(!1!==r.posix&&":"===U){const e=$.value.slice(1);if(e.includes("[")&&($.posix=!0,e.includes(":"))){const e=$.value.lastIndexOf("["),t=$.value.slice(0,e),r=$.value.slice(e+2),n=o[r];if(n){$.value=t+n,L.backtrack=!0,q(),h.output||1!==m.indexOf($)||(h.output=S);continue}}}("["===U&&":"!==z()||"-"===U&&"]"===z())&&(U=`\\${U}`),"]"!==U||"["!==$.value&&"[^"!==$.value||(U=`\\${U}`),!0===r.posix&&"!"===U&&"["===$.value&&(U="^"),$.value+=U,V({value:U});continue}if(1===L.quotes&&'"'!==U){U=i.escapeRegex(U),$.value+=U,V({value:U});continue}if('"'===U){L.quotes=1===L.quotes?0:1,!0===r.keepQuotes&&Z({type:"text",value:U});continue}if("("===U){Y("parens"),Z({type:"paren",value:U});continue}if(")"===U){if(0===L.parens&&!0===r.strictBrackets)throw new SyntaxError(u("opening","("));const e=F[F.length-1];if(e&&L.parens===e.parens+1){Q(F.pop());continue}Z({type:"paren",value:U,output:L.parens?")":"\\)"}),J("parens");continue}if("["===U){if(!0!==r.nobracket&&H().includes("]"))Y("brackets");else{if(!0!==r.nobracket&&!0===r.strictBrackets)throw new SyntaxError(u("closing","]"));U=`\\${U}`}Z({type:"bracket",value:U});continue}if("]"===U){if(!0===r.nobracket||$&&"bracket"===$.type&&1===$.value.length){Z({type:"text",value:U,output:`\\${U}`});continue}if(0===L.brackets){if(!0===r.strictBrackets)throw new SyntaxError(u("opening","["));Z({type:"text",value:U,output:`\\${U}`});continue}J("brackets");const e=$.value.slice(1);if(!0===$.posix||"^"!==e[0]||e.includes("/")||(U=`/${U}`),$.value+=U,V({value:U}),!1===r.literalBrackets||i.hasRegexChars(e))continue;const t=i.escapeRegex($.value);if(L.output=L.output.slice(0,-$.value.length),!0===r.literalBrackets){L.output+=t,$.value=t;continue}$.value=`(${g}${t}|${$.value})`,L.output+=$.value;continue}if("{"===U&&!0!==r.nobrace){Y("braces");const e={type:"brace",value:U,output:"(",outputIndex:L.output.length,tokensIndex:L.tokens.length};M.push(e),Z(e);continue}if("}"===U){const e=M[M.length-1];if(!0===r.nobrace||!e){Z({type:"text",value:U,output:U});continue}let t=")";if(!0===e.dots){const e=m.slice(),n=[];for(let t=e.length-1;t>=0&&(m.pop(),"brace"!==e[t].type);t--)"dots"!==e[t].type&&n.unshift(e[t].value);t=p(n,r),L.backtrack=!0}if(!0!==e.comma&&!0!==e.dots){const r=L.output.slice(0,e.outputIndex),n=L.tokens.slice(e.tokensIndex);e.value=e.output="\\{",U=t="\\}",L.output=r;for(const e of n)L.output+=e.output||e.value}Z({type:"brace",value:U,output:t}),J("braces"),M.pop();continue}if("|"===U){F.length>0&&F[F.length-1].conditions++,Z({type:"text",value:U});continue}if(","===U){let e=U;const t=M[M.length-1];t&&"braces"===B[B.length-1]&&(t.comma=!0,e="|"),Z({type:"comma",value:U,output:e});continue}if("/"===U){if("dot"===$.type&&L.index===L.start+1){L.start=L.index+1,L.consumed="",L.output="",m.pop(),$=h;continue}Z({type:"slash",value:U,output:_});continue}if("."===U){if(L.braces>0&&"dot"===$.type){"."===$.value&&($.output=w);const e=M[M.length-1];$.type="dots",$.output+=U,$.value+=U,e.dots=!0;continue}if(L.braces+L.parens===0&&"bos"!==$.type&&"slash"!==$.type){Z({type:"text",value:U,output:w});continue}Z({type:"dot",value:U,output:w});continue}if("?"===U){if(!($&&"("===$.value)&&!0!==r.noextglob&&"("===z()&&"?"!==z(2)){X("qmark",U);continue}if($&&"paren"===$.type){const e=z();let t=U;if("<"===e&&!i.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");("("===$.value&&!/[!=<:]/.test(e)||"<"===e&&!/<([!=]|\w+>)/.test(H()))&&(t=`\\${U}`),Z({type:"text",value:U,output:t});continue}if(!0!==r.dot&&("slash"===$.type||"bos"===$.type)){Z({type:"qmark",value:U,output:C});continue}Z({type:"qmark",value:U,output:T});continue}if("!"===U){if(!0!==r.noextglob&&"("===z()&&("?"!==z(2)||!/[!=<:]/.test(z(3)))){X("negate",U);continue}if(!0!==r.nonegate&&0===L.index){K();continue}}if("+"===U){if(!0!==r.noextglob&&"("===z()&&"?"!==z(2)){X("plus",U);continue}if($&&"("===$.value||!1===r.regex){Z({type:"plus",value:U,output:x});continue}if($&&("bracket"===$.type||"paren"===$.type||"brace"===$.type)||L.parens>0){Z({type:"plus",value:U});continue}Z({type:"plus",value:x});continue}if("@"===U){if(!0!==r.noextglob&&"("===z()&&"?"!==z(2)){Z({type:"at",extglob:!0,value:U,output:""});continue}Z({type:"text",value:U});continue}if("*"!==U){"$"!==U&&"^"!==U||(U=`\\${U}`);const e=a.exec(H());e&&(U+=e[0],L.index+=e[0].length),Z({type:"text",value:U});continue}if($&&("globstar"===$.type||!0===$.star)){$.type="star",$.star=!0,$.value+=U,$.output=D,L.backtrack=!0,L.globstar=!0,W(U);continue}let t=H();if(!0!==r.noextglob&&/^\([^?]/.test(t)){X("star",U);continue}if("star"===$.type){if(!0===r.noglobstar){W(U);continue}const n=$.prev,i=n.prev,s="slash"===n.type||"bos"===n.type,o=i&&("star"===i.type||"globstar"===i.type);if(!0===r.bash&&(!s||t[0]&&"/"!==t[0])){Z({type:"star",value:U,output:""});continue}const a=L.braces>0&&("comma"===n.type||"brace"===n.type),c=F.length&&("pipe"===n.type||"paren"===n.type);if(!s&&"paren"!==n.type&&!a&&!c){Z({type:"star",value:U,output:""});continue}for(;"/**"===t.slice(0,3);){const r=e[L.index+4];if(r&&"/"!==r)break;t=t.slice(3),W("/**",3)}if("bos"===n.type&&G()){$.type="globstar",$.value+=U,$.output=j(r),L.output=$.output,L.globstar=!0,W(U);continue}if("slash"===n.type&&"bos"!==n.prev.type&&!o&&G()){L.output=L.output.slice(0,-(n.output+$.output).length),n.output=`(?:${n.output}`,$.type="globstar",$.output=j(r)+(r.strictSlashes?")":"|$)"),$.value+=U,L.globstar=!0,L.output+=n.output+$.output,W(U);continue}if("slash"===n.type&&"bos"!==n.prev.type&&"/"===t[0]){const e=void 0!==t[1]?"|$":"";L.output=L.output.slice(0,-(n.output+$.output).length),n.output=`(?:${n.output}`,$.type="globstar",$.output=`${j(r)}${_}|${_}${e})`,$.value+=U,L.output+=n.output+$.output,L.globstar=!0,W(U+q()),Z({type:"slash",value:"/",output:""});continue}if("bos"===n.type&&"/"===t[0]){$.type="globstar",$.value+=U,$.output=`(?:^|${_}|${j(r)}${_})`,L.output=$.output,L.globstar=!0,W(U+q()),Z({type:"slash",value:"/",output:""});continue}L.output=L.output.slice(0,-$.output.length),$.type="globstar",$.output=j(r),$.value+=U,L.output+=$.output,L.globstar=!0,W(U);continue}const n={type:"star",value:U,output:D};!0!==r.bash?!$||"bracket"!==$.type&&"paren"!==$.type||!0!==r.regex?(L.index!==L.start&&"slash"!==$.type&&"dot"!==$.type||("dot"===$.type?(L.output+=A,$.output+=A):!0===r.dot?(L.output+=O,$.output+=O):(L.output+=N,$.output+=N),"*"!==z()&&(L.output+=S,$.output+=S)),Z(n)):(n.output=U,Z(n)):(n.output=".*?","bos"!==$.type&&"slash"!==$.type||(n.output=N+n.output),Z(n))}for(;L.brackets>0;){if(!0===r.strictBrackets)throw new SyntaxError(u("closing","]"));L.output=i.escapeLast(L.output,"["),J("brackets")}for(;L.parens>0;){if(!0===r.strictBrackets)throw new SyntaxError(u("closing",")"));L.output=i.escapeLast(L.output,"("),J("parens")}for(;L.braces>0;){if(!0===r.strictBrackets)throw new SyntaxError(u("closing","}"));L.output=i.escapeLast(L.output,"{"),J("braces")}if(!0===r.strictSlashes||"star"!==$.type&&"bracket"!==$.type||Z({type:"maybe_slash",value:"",output:`${_}?`}),!0===L.backtrack){L.output="";for(const e of L.tokens)L.output+=null!=e.output?e.output:e.value,e.suffix&&(L.output+=e.suffix)}return L};d.fastpaths=(e,t)=>{const r={...t},o="number"==typeof r.maxLength?Math.min(s,r.maxLength):s,a=e.length;if(a>o)throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${o}`);e=l[e]||e;const c=i.isWindows(t),{DOT_LITERAL:p,SLASH_LITERAL:u,ONE_CHAR:d,DOTS_SLASH:f,NO_DOT:h,NO_DOTS:m,NO_DOTS_SLASH:g,STAR:v,START_ANCHOR:y}=n.globChars(c),b=r.dot?m:h,w=r.dot?g:h,x=r.capture?"":"?:";let _=!0===r.bash?".*?":v;r.capture&&(_=`(${_})`);const S=e=>!0===e.noglobstar?_:`(${x}(?:(?!${y}${e.dot?f:p}).)*?)`,E=e=>{switch(e){case"*":return`${b}${d}${_}`;case".*":return`${p}${d}${_}`;case"*.*":return`${b}${_}${p}${d}${_}`;case"*/*":return`${b}${_}${u}${d}${w}${_}`;case"**":return b+S(r);case"**/*":return`(?:${b}${S(r)}${u})?${w}${d}${_}`;case"**/*.*":return`(?:${b}${S(r)}${u})?${w}${_}${p}${d}${_}`;case"**/.*":return`(?:${b}${S(r)}${u})?${p}${d}${_}`;default:{const t=/^(.*?)\.(\w+)$/.exec(e);if(!t)return;const r=E(t[1]);if(!r)return;return r+p+t[2]}}},k=i.removePrefix(e,{negated:!1,prefix:""});let A=E(k);return A&&!0!==r.strictSlashes&&(A+=`${u}?`),A},e.exports=d},6087:(e,t,r)=>{"use strict";const n=r(1017),i=r(3921),s=r(3376),o=r(8702),a=r(1006),c=(e,t,r=!1)=>{if(Array.isArray(e)){const n=e.map((e=>c(e,t,r))),i=e=>{for(const t of n){const r=t(e);if(r)return r}return!1};return i}const n=(i=e)&&"object"==typeof i&&!Array.isArray(i)&&e.tokens&&e.input;var i;if(""===e||"string"!=typeof e&&!n)throw new TypeError("Expected pattern to be a non-empty string");const s=t||{},a=o.isWindows(t),l=n?c.compileRe(e,t):c.makeRe(e,t,!1,!0),p=l.state;delete l.state;let u=()=>!1;if(s.ignore){const e={...t,ignore:null,onMatch:null,onResult:null};u=c(s.ignore,e,r)}const d=(r,n=!1)=>{const{isMatch:i,match:o,output:d}=c.test(r,l,t,{glob:e,posix:a}),f={glob:e,state:p,regex:l,posix:a,input:r,output:d,match:o,isMatch:i};return"function"==typeof s.onResult&&s.onResult(f),!1===i?(f.isMatch=!1,!!n&&f):u(r)?("function"==typeof s.onIgnore&&s.onIgnore(f),f.isMatch=!1,!!n&&f):("function"==typeof s.onMatch&&s.onMatch(f),!n||f)};return r&&(d.state=p),d};c.test=(e,t,r,{glob:n,posix:i}={})=>{if("string"!=typeof e)throw new TypeError("Expected input to be a string");if(""===e)return{isMatch:!1,output:""};const s=r||{},a=s.format||(i?o.toPosixSlashes:null);let l=e===n,p=l&&a?a(e):e;return!1===l&&(p=a?a(e):e,l=p===n),!1!==l&&!0!==s.capture||(l=!0===s.matchBase||!0===s.basename?c.matchBase(e,t,r,i):t.exec(p)),{isMatch:Boolean(l),match:l,output:p}},c.matchBase=(e,t,r,i=o.isWindows(r))=>(t instanceof RegExp?t:c.makeRe(t,r)).test(n.basename(e)),c.isMatch=(e,t,r)=>c(t,r)(e),c.parse=(e,t)=>Array.isArray(e)?e.map((e=>c.parse(e,t))):s(e,{...t,fastpaths:!1}),c.scan=(e,t)=>i(e,t),c.compileRe=(e,t,r=!1,n=!1)=>{if(!0===r)return e.output;const i=t||{},s=i.contains?"":"^",o=i.contains?"":"$";let a=`${s}(?:${e.output})${o}`;e&&!0===e.negated&&(a=`^(?!${a}).*$`);const l=c.toRegex(a,t);return!0===n&&(l.state=e),l},c.makeRe=(e,t,r=!1,n=!1)=>{if(!e||"string"!=typeof e)throw new TypeError("Expected a non-empty string");const i=t||{};let o,a={negated:!1,fastpaths:!0},l="";return e.startsWith("./")&&(e=e.slice(2),l=a.prefix="./"),!1===i.fastpaths||"."!==e[0]&&"*"!==e[0]||(o=s.fastpaths(e,t)),void 0===o?(a=s(e,t),a.prefix=l+(a.prefix||"")):a.output=o,c.compileRe(a,t,r,n)},c.toRegex=(e,t)=>{try{const r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(e){if(t&&!0===t.debug)throw e;return/$^/}},c.constants=a,e.exports=c},3921:(e,t,r)=>{"use strict";const n=r(8702),{CHAR_ASTERISK:i,CHAR_AT:s,CHAR_BACKWARD_SLASH:o,CHAR_COMMA:a,CHAR_DOT:c,CHAR_EXCLAMATION_MARK:l,CHAR_FORWARD_SLASH:p,CHAR_LEFT_CURLY_BRACE:u,CHAR_LEFT_PARENTHESES:d,CHAR_LEFT_SQUARE_BRACKET:f,CHAR_PLUS:h,CHAR_QUESTION_MARK:m,CHAR_RIGHT_CURLY_BRACE:g,CHAR_RIGHT_PARENTHESES:v,CHAR_RIGHT_SQUARE_BRACKET:y}=r(1006),b=e=>e===p||e===o,w=e=>{!0!==e.isPrefix&&(e.depth=e.isGlobstar?1/0:1)};e.exports=(e,t)=>{const r=t||{},x=e.length-1,_=!0===r.parts||!0===r.scanToEnd,S=[],E=[],k=[];let A,O,T=e,C=-1,R=0,P=0,j=!1,N=!1,I=!1,D=!1,L=!1,F=!1,M=!1,B=!1,U=!1,$=0,G={value:"",depth:0,isGlob:!1};const z=()=>C>=x,q=()=>(A=O,T.charCodeAt(++C));for(;C<x;){let e;if(O=q(),O!==o){if(!0===F||O===u){for($++;!0!==z()&&(O=q());)if(O!==o)if(O!==u){if(!0!==F&&O===c&&(O=q())===c){if(j=G.isBrace=!0,I=G.isGlob=!0,U=!0,!0===_)continue;break}if(!0!==F&&O===a){if(j=G.isBrace=!0,I=G.isGlob=!0,U=!0,!0===_)continue;break}if(O===g&&($--,0===$)){F=!1,j=G.isBrace=!0,U=!0;break}}else $++;else M=G.backslashes=!0,q();if(!0===_)continue;break}if(O!==p){if(!0!==r.noext){if(!0===(O===h||O===s||O===i||O===m||O===l)&&T.charCodeAt(C+1)===d){if(I=G.isGlob=!0,D=G.isExtglob=!0,U=!0,!0===_){for(;!0!==z()&&(O=q());)if(O!==o){if(O===v){I=G.isGlob=!0,U=!0;break}}else M=G.backslashes=!0,O=q();continue}break}}if(O===i){if(A===i&&(L=G.isGlobstar=!0),I=G.isGlob=!0,U=!0,!0===_)continue;break}if(O===m){if(I=G.isGlob=!0,U=!0,!0===_)continue;break}if(O===f)for(;!0!==z()&&(e=q());)if(e!==o){if(e===y){if(N=G.isBracket=!0,I=G.isGlob=!0,U=!0,!0===_)continue;break}}else M=G.backslashes=!0,q();if(!0===r.nonegate||O!==l||C!==R){if(!0!==r.noparen&&O===d){if(I=G.isGlob=!0,!0===_){for(;!0!==z()&&(O=q());)if(O!==d){if(O===v){U=!0;break}}else M=G.backslashes=!0,O=q();continue}break}if(!0===I){if(U=!0,!0===_)continue;break}}else B=G.negated=!0,R++}else{if(S.push(C),E.push(G),G={value:"",depth:0,isGlob:!1},!0===U)continue;if(A===c&&C===R+1){R+=2;continue}P=C+1}}else M=G.backslashes=!0,O=q(),O===u&&(F=!0)}!0===r.noext&&(D=!1,I=!1);let H=T,W="",V="";R>0&&(W=T.slice(0,R),T=T.slice(R),P-=R),H&&!0===I&&P>0?(H=T.slice(0,P),V=T.slice(P)):!0===I?(H="",V=T):H=T,H&&""!==H&&"/"!==H&&H!==T&&b(H.charCodeAt(H.length-1))&&(H=H.slice(0,-1)),!0===r.unescape&&(V&&(V=n.removeBackslashes(V)),H&&!0===M&&(H=n.removeBackslashes(H)));const K={prefix:W,input:e,start:R,base:H,glob:V,isBrace:j,isBracket:N,isGlob:I,isExtglob:D,isGlobstar:L,negated:B};if(!0===r.tokens&&(K.maxDepth=0,b(O)||E.push(G),K.tokens=E),!0===r.parts||!0===r.tokens){let t;for(let n=0;n<S.length;n++){const i=t?t+1:R,s=S[n],o=e.slice(i,s);r.tokens&&(0===n&&0!==R?(E[n].isPrefix=!0,E[n].value=W):E[n].value=o,w(E[n]),K.maxDepth+=E[n].depth),0===n&&""===o||k.push(o),t=s}if(t&&t+1<e.length){const n=e.slice(t+1);k.push(n),r.tokens&&(E[E.length-1].value=n,w(E[E.length-1]),K.maxDepth+=E[E.length-1].depth)}K.slashes=S,K.parts=k}return K}},8702:(e,t,r)=>{"use strict";const n=r(1017),i="win32"===process.platform,{REGEX_BACKSLASH:s,REGEX_REMOVE_BACKSLASH:o,REGEX_SPECIAL_CHARS:a,REGEX_SPECIAL_CHARS_GLOBAL:c}=r(1006);t.isObject=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),t.hasRegexChars=e=>a.test(e),t.isRegexChar=e=>1===e.length&&t.hasRegexChars(e),t.escapeRegex=e=>e.replace(c,"\\$1"),t.toPosixSlashes=e=>e.replace(s,"/"),t.removeBackslashes=e=>e.replace(o,(e=>"\\"===e?"":e)),t.supportsLookbehinds=()=>{const e=process.version.slice(1).split(".").map(Number);return 3===e.length&&e[0]>=9||8===e[0]&&e[1]>=10},t.isWindows=e=>e&&"boolean"==typeof e.windows?e.windows:!0===i||"\\"===n.sep,t.escapeLast=(e,r,n)=>{const i=e.lastIndexOf(r,n);return-1===i?e:"\\"===e[i-1]?t.escapeLast(e,r,i-1):`${e.slice(0,i)}\\${e.slice(i)}`},t.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r},t.wrapOutput=(e,t={},r={})=>{let n=`${r.contains?"":"^"}(?:${e})${r.contains?"":"$"}`;return!0===t.negated&&(n=`(?:^(?!${n}).*$)`),n}},2352:e=>{"use strict";const t=(e,t)=>function(...r){return new(0,t.promiseModule)(((n,i)=>{t.multiArgs?r.push(((...e)=>{t.errorFirst?e[0]?i(e):(e.shift(),n(e)):n(e)})):t.errorFirst?r.push(((e,t)=>{e?i(e):n(t)})):r.push(n),e.apply(this,r)}))};e.exports=(e,r)=>{r=Object.assign({exclude:[/.+(Sync|Stream)$/],errorFirst:!0,promiseModule:Promise},r);const n=typeof e;if(null===e||"object"!==n&&"function"!==n)throw new TypeError(`Expected \`input\` to be a \`Function\` or \`Object\`, got \`${null===e?"null":n}\``);const i=e=>{const t=t=>"string"==typeof t?e===t:t.test(e);return r.include?r.include.some(t):!r.exclude.some(t)};let s;s="function"===n?function(...n){return r.excludeMain?e(...n):t(e,r).apply(this,n)}:Object.create(Object.getPrototypeOf(e));for(const n in e){const o=e[n];s[n]="function"==typeof o&&i(n)?t(o,r):o}return s}},2611:(e,t,r)=>{"use strict";e.exports=function(e,t){if(!e)throw new TypeError("req argument is required");if(!t)throw new TypeError("trust argument is required");var r=l(e,t);return r[r.length-1]},e.exports.all=l,e.exports.compile=p;var n=r(271),i=r(6512),s=/^[0-9]+$/,o=i.isValid,a=i.parse,c={linklocal:["169.254.0.0/16","fe80::/10"],loopback:["127.0.0.1/8","::1/128"],uniquelocal:["10.0.0.0/8","172.16.0.0/12","192.168.0.0/16","fc00::/7"]};function l(e,t){var r=n(e);if(!t)return r;"function"!=typeof t&&(t=p(t));for(var i=0;i<r.length-1;i++)t(r[i],i)||(r.length=i+1);return r}function p(e){if(!e)throw new TypeError("argument is required");var t,r,n,i,s,l,p,f,h;if("string"==typeof e)t=[e];else{if(!Array.isArray(e))throw new TypeError("unsupported trust argument");t=e.slice()}for(var m=0;m<t.length;m++)e=t[m],Object.prototype.hasOwnProperty.call(c,e)&&(e=c[e],t.splice.apply(t,[m,1].concat(e)),m+=e.length-1);return r=function(e){for(var t=new Array(e.length),r=0;r<e.length;r++)t[r]=u(e[r]);return t}(t),0===(n=r.length)?d:1===n?(s=r[0],l=s[0],p=l.kind(),f="ipv4"===p,h=s[1],function(e){if(!o(e))return!1;var t=a(e);if(t.kind()!==p){if(f&&!t.isIPv4MappedAddress())return!1;t=f?t.toIPv4Address():t.toIPv4MappedAddress()}return t.match(l,h)}):(i=r,function(e){if(!o(e))return!1;for(var t,r=a(e),n=r.kind(),s=0;s<i.length;s++){var c=i[s],l=c[0],p=l.kind(),u=c[1],d=r;if(n!==p){if("ipv4"===p&&!r.isIPv4MappedAddress())continue;t||(t="ipv4"===p?r.toIPv4Address():r.toIPv4MappedAddress()),d=t}if(d.match(l,u))return!0}return!1})}function u(e){var t=e.lastIndexOf("/"),r=-1!==t?e.substring(0,t):e;if(!o(r))throw new TypeError("invalid IP address: "+r);var n=a(r);-1===t&&"ipv6"===n.kind()&&n.isIPv4MappedAddress()&&(n=n.toIPv4Address());var i="ipv6"===n.kind()?128:32,c=-1!==t?e.substring(t+1,e.length):null;if((c=null===c?i:s.test(c)?parseInt(c,10):"ipv4"===n.kind()&&o(c)?function(e){var t=a(e);return"ipv4"===t.kind()?t.prefixLengthFromSubnetMask():null}(c):null)<=0||c>i)throw new TypeError("invalid range on address: "+e);return[n,c]}function d(){return!1}},4286:(e,t,r)=>{var n=r(778),i=r(2840),s=r(7147),o=function(){},a=/^v?\.0/.test(process.version),c=function(e){return"function"==typeof e},l=function(e,t,r,l){l=n(l);var p=!1;e.on("close",(function(){p=!0})),i(e,{readable:t,writable:r},(function(e){if(e)return l(e);p=!0,l()}));var u=!1;return function(t){if(!p&&!u)return u=!0,function(e){return!!a&&!!s&&(e instanceof(s.ReadStream||o)||e instanceof(s.WriteStream||o))&&c(e.close)}(e)?e.close(o):function(e){return e.setHeader&&c(e.abort)}(e)?e.abort():c(e.destroy)?e.destroy():void l(t||new Error("stream was destroyed"))}},p=function(e){e()},u=function(e,t){return e.pipe(t)};e.exports=function(){var e,t=Array.prototype.slice.call(arguments),r=c(t[t.length-1]||o)&&t.pop()||o;if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new Error("pump requires two streams per minimum");var n=t.map((function(i,s){var o=s<t.length-1;return l(i,o,s>0,(function(t){e||(e=t),t&&n.forEach(p),o||(n.forEach(p),r(e))}))}));return t.reduce(u)}},5798:e=>{"use strict";var t=String.prototype.replace,r=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},129:(e,t,r)=>{"use strict";var n=r(8261),i=r(5235),s=r(5798);e.exports={formats:s,parse:i,stringify:n}},5235:(e,t,r)=>{"use strict";var n=r(2769),i=Object.prototype.hasOwnProperty,s={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},o=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},a=function(e,t,r){if(e){var n=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,s=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(n),a=o?n.slice(0,o.index):n,c=[];if(a){if(!r.plainObjects&&i.call(Object.prototype,a)&&!r.allowPrototypes)return;c.push(a)}for(var l=0;null!==(o=s.exec(n))&&l<r.depth;){if(l+=1,!r.plainObjects&&i.call(Object.prototype,o[1].slice(1,-1))&&!r.allowPrototypes)return;c.push(o[1])}return o&&c.push("["+n.slice(o.index)+"]"),function(e,t,r){for(var n=t,i=e.length-1;i>=0;--i){var s,o=e[i];if("[]"===o&&r.parseArrays)s=[].concat(n);else{s=r.plainObjects?Object.create(null):{};var a="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,c=parseInt(a,10);r.parseArrays||""!==a?!isNaN(c)&&o!==a&&String(c)===a&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(s=[])[c]=n:s[a]=n:s={0:n}}n=s}return n}(c,t,r)}};e.exports=function(e,t){var r=function(e){if(!e)return s;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new Error("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?s.charset:e.charset;return{allowDots:void 0===e.allowDots?s.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:s.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:s.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:s.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:s.comma,decoder:"function"==typeof e.decoder?e.decoder:s.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:s.delimiter,depth:"number"==typeof e.depth?e.depth:s.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:s.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:s.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:s.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:s.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){var r,a={},c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,l=t.parameterLimit===1/0?void 0:t.parameterLimit,p=c.split(t.delimiter,l),u=-1,d=t.charset;if(t.charsetSentinel)for(r=0;r<p.length;++r)0===p[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===p[r]?d="utf-8":"utf8=%26%2310003%3B"===p[r]&&(d="iso-8859-1"),u=r,r=p.length);for(r=0;r<p.length;++r)if(r!==u){var f,h,m=p[r],g=m.indexOf("]="),v=-1===g?m.indexOf("="):g+1;-1===v?(f=t.decoder(m,s.decoder,d),h=t.strictNullHandling?null:""):(f=t.decoder(m.slice(0,v),s.decoder,d),h=t.decoder(m.slice(v+1),s.decoder,d)),h&&t.interpretNumericEntities&&"iso-8859-1"===d&&(h=o(h)),h&&t.comma&&h.indexOf(",")>-1&&(h=h.split(",")),i.call(a,f)?a[f]=n.combine(a[f],h):a[f]=h}return a}(e,r):e,l=r.plainObjects?Object.create(null):{},p=Object.keys(c),u=0;u<p.length;++u){var d=p[u],f=a(d,c[d],r);l=n.merge(l,f,r)}return n.compact(l)}},8261:(e,t,r)=>{"use strict";var n=r(2769),i=r(5798),s=Object.prototype.hasOwnProperty,o={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},a=Array.isArray,c=Array.prototype.push,l=function(e,t){c.apply(e,a(t)?t:[t])},p=Date.prototype.toISOString,u={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,formatter:i.formatters[i.default],indices:!1,serializeDate:function(e){return p.call(e)},skipNulls:!1,strictNullHandling:!1},d=function e(t,r,i,s,o,c,p,d,f,h,m,g,v){var y=t;if("function"==typeof p?y=p(r,y):y instanceof Date?y=h(y):"comma"===i&&a(y)&&(y=y.join(",")),null===y){if(s)return c&&!g?c(r,u.encoder,v):r;y=""}if("string"==typeof y||"number"==typeof y||"boolean"==typeof y||n.isBuffer(y))return c?[m(g?r:c(r,u.encoder,v))+"="+m(c(y,u.encoder,v))]:[m(r)+"="+m(String(y))];var b,w=[];if(void 0===y)return w;if(a(p))b=p;else{var x=Object.keys(y);b=d?x.sort(d):x}for(var _=0;_<b.length;++_){var S=b[_];o&&null===y[S]||(a(y)?l(w,e(y[S],"function"==typeof i?i(r,S):r,i,s,o,c,p,d,f,h,m,g,v)):l(w,e(y[S],r+(f?"."+S:"["+S+"]"),i,s,o,c,p,d,f,h,m,g,v)))}return w};e.exports=function(e,t){var r,n=e,c=function(e){if(!e)return u;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||u.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==e.format){if(!s.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n=i.formatters[r],o=u.filter;return("function"==typeof e.filter||a(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:u.addQueryPrefix,allowDots:void 0===e.allowDots?u.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:u.charsetSentinel,delimiter:void 0===e.delimiter?u.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:u.encode,encoder:"function"==typeof e.encoder?e.encoder:u.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:u.encodeValuesOnly,filter:o,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:u.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:u.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:u.strictNullHandling}}(t);"function"==typeof c.filter?n=(0,c.filter)("",n):a(c.filter)&&(r=c.filter);var p,f=[];if("object"!=typeof n||null===n)return"";p=t&&t.arrayFormat in o?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var h=o[p];r||(r=Object.keys(n)),c.sort&&r.sort(c.sort);for(var m=0;m<r.length;++m){var g=r[m];c.skipNulls&&null===n[g]||l(f,d(n[g],g,h,c.strictNullHandling,c.skipNulls,c.encode?c.encoder:null,c.filter,c.sort,c.allowDots,c.serializeDate,c.formatter,c.encodeValuesOnly,c.charset))}var v=f.join(c.delimiter),y=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?y+="utf8=%26%2310003%3B&":y+="utf8=%E2%9C%93&"),v.length>0?y+v:""}},2769:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=Array.isArray,n=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r};e.exports={arrayToObject:i,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],i=0;i<t.length;++i)for(var s=t[i],o=s.obj[s.prop],a=Object.keys(o),c=0;c<a.length;++c){var l=a[c],p=o[l];"object"==typeof p&&null!==p&&-1===n.indexOf(p)&&(t.push({obj:o,prop:l}),n.push(p))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(r(n)){for(var i=[],s=0;s<n.length;++s)void 0!==n[s]&&i.push(n[s]);t.obj[t.prop]=i}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r){if(0===e.length)return e;var i="string"==typeof e?e:String(e);if("iso-8859-1"===r)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var s="",o=0;o<i.length;++o){var a=i.charCodeAt(o);45===a||46===a||95===a||126===a||a>=48&&a<=57||a>=65&&a<=90||a>=97&&a<=122?s+=i.charAt(o):a<128?s+=n[a]:a<2048?s+=n[192|a>>6]+n[128|63&a]:a<55296||a>=57344?s+=n[224|a>>12]+n[128|a>>6&63]+n[128|63&a]:(o+=1,a=65536+((1023&a)<<10|1023&i.charCodeAt(o)),s+=n[240|a>>18]+n[128|a>>12&63]+n[128|a>>6&63]+n[128|63&a])}return s},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(n,s,o){if(!s)return n;if("object"!=typeof s){if(r(n))n.push(s);else{if(!n||"object"!=typeof n)return[n,s];(o&&(o.plainObjects||o.allowPrototypes)||!t.call(Object.prototype,s))&&(n[s]=!0)}return n}if(!n||"object"!=typeof n)return[n].concat(s);var a=n;return r(n)&&!r(s)&&(a=i(n,o)),r(n)&&r(s)?(s.forEach((function(r,i){if(t.call(n,i)){var s=n[i];s&&"object"==typeof s&&r&&"object"==typeof r?n[i]=e(s,r,o):n.push(r)}else n[i]=r})),n):Object.keys(s).reduce((function(r,n){var i=s[n];return t.call(r,n)?r[n]=e(r[n],i,o):r[n]=i,r}),a)}}},4622:e=>{"use strict";function t(e,t){return{start:e.start,end:e.end,index:t}}function r(e){return{start:e.start,end:e.end}}function n(e,t){return e.index-t.index}function i(e,t){return e.start-t.start}e.exports=function(e,s,o){if("string"!=typeof s)throw new TypeError("argument str must be a string");var a=s.indexOf("=");if(-1===a)return-2;var c=s.slice(a+1).split(","),l=[];l.type=s.slice(0,a);for(var p=0;p<c.length;p++){var u=c[p].split("-"),d=parseInt(u[0],10),f=parseInt(u[1],10);isNaN(d)?(d=e-f,f=e-1):isNaN(f)&&(f=e-1),f>e-1&&(f=e-1),isNaN(d)||isNaN(f)||d>f||d<0||l.push({start:d,end:f})}if(l.length<1)return-1;return o&&o.combine?function(e){for(var s=e.map(t).sort(i),o=0,a=1;a<s.length;a++){var c=s[a],l=s[o];c.start>l.end+1?s[++o]=c:c.end>l.end&&(l.end=c.end,l.index=Math.min(l.index,c.index))}s.length=o+1;var p=s.sort(n).map(r);return p.type=e.type,p}(l):l}},1045:(e,t,r)=>{"use strict";var n=r(9830),i=r(9009),s=r(4914),o=r(8170);e.exports=function(e,t,r){var i=r,s=t||{};!0!==t&&"string"!=typeof t||(s={encoding:t});"function"==typeof t&&(i=t,s={});if(void 0!==i&&"function"!=typeof i)throw new TypeError("argument callback must be a function");if(!i&&!global.Promise)throw new TypeError("argument callback is required");var o=!0!==s.encoding?s.encoding:"utf-8",a=n.parse(s.limit),c=null==s.length||isNaN(s.length)?null:parseInt(s.length,10);if(i)return l(e,o,c,a,i);return new Promise((function(t,r){l(e,o,c,a,(function(e,n){if(e)return r(e);t(n)}))}))};var a=/^Encoding not recognized: /;function c(e){o(e),"function"==typeof e.pause&&e.pause()}function l(e,t,r,n,o){var l=!1;if(null!==n&&null!==r&&r>n)return h(i(413,"request entity too large",{expected:r,length:r,limit:n,type:"entity.too.large"}));var p=e._readableState;if(e._decoder||p&&(p.encoding||p.decoder))return h(i(500,"stream encoding should not be set",{type:"stream.encoding.set"}));var u,d=0;try{u=function(e){if(!e)return null;try{return s.getDecoder(e)}catch(t){if(!a.test(t.message))throw t;throw i(415,"specified encoding unsupported",{encoding:e,type:"encoding.unsupported"})}}(t)}catch(e){return h(e)}var f=u?"":[];function h(){for(var t=new Array(arguments.length),r=0;r<t.length;r++)t[r]=arguments[r];function n(){y(),t[0]&&c(e),o.apply(null,t)}l=!0,n()}function m(){l||h(i(400,"request aborted",{code:"ECONNABORTED",expected:r,length:r,received:d,type:"request.aborted"}))}function g(e){l||(d+=e.length,null!==n&&d>n?h(i(413,"request entity too large",{limit:n,received:d,type:"entity.too.large"})):u?f+=u.write(e):f.push(e))}function v(e){if(!l){if(e)return h(e);if(null!==r&&d!==r)h(i(400,"request size did not match content length",{expected:r,length:r,received:d,type:"request.size.invalid"}));else h(null,u?f+(u.end()||""):Buffer.concat(f))}}function y(){f=null,e.removeListener("aborted",m),e.removeListener("data",g),e.removeListener("end",v),e.removeListener("error",v),e.removeListener("close",y)}e.on("aborted",m),e.on("close",y),e.on("data",g),e.on("end",v),e.on("error",v)}},4012:e=>{"use strict";const t={};function r(e,r,n){n||(n=Error);class i extends n{constructor(e,t,n){super(function(e,t,n){return"string"==typeof r?r:r(e,t,n)}(e,t,n))}}i.prototype.name=n.name,i.prototype.code=e,t[e]=i}function n(e,t){if(Array.isArray(e)){const r=e.length;return e=e.map((e=>String(e))),r>2?`one of ${t} ${e.slice(0,r-1).join(", ")}, or `+e[r-1]:2===r?`one of ${t} ${e[0]} or ${e[1]}`:`of ${t} ${e[0]}`}return`of ${t} ${String(e)}`}r("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),r("ERR_INVALID_ARG_TYPE",(function(e,t,r){let i;var s,o;let a;if("string"==typeof t&&(s="not ",t.substr(!o||o<0?0:+o,s.length)===s)?(i="must not be",t=t.replace(/^not /,"")):i="must be",function(e,t,r){return(void 0===r||r>e.length)&&(r=e.length),e.substring(r-t.length,r)===t}(e," argument"))a=`The ${e} ${i} ${n(t,"type")}`;else{const r=function(e,t,r){return"number"!=typeof r&&(r=0),!(r+t.length>e.length)&&-1!==e.indexOf(t,r)}(e,".")?"property":"argument";a=`The "${e}" ${r} ${i} ${n(t,"type")}`}return a+=". Received type "+typeof r,a}),TypeError),r("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),r("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),r("ERR_STREAM_PREMATURE_CLOSE","Premature close"),r("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),r("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),r("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),r("ERR_STREAM_WRITE_AFTER_END","write after end"),r("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),r("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),r("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.q=t},6753:(e,t,r)=>{"use strict";var n=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=l;var i=r(9481),s=r(4229);r(4378)(l,i);for(var o=n(s.prototype),a=0;a<o.length;a++){var c=o[a];l.prototype[c]||(l.prototype[c]=s.prototype[c])}function l(e){if(!(this instanceof l))return new l(e);i.call(this,e),s.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",p)))}function p(){this._writableState.ended||process.nextTick(u,this)}function u(e){e.end()}Object.defineProperty(l.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(l.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(l.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(l.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}})},2725:(e,t,r)=>{"use strict";e.exports=i;var n=r(4605);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(4378)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},9481:(e,t,r)=>{"use strict";var n;e.exports=E,E.ReadableState=S;r(2361).EventEmitter;var i=function(e,t){return e.listeners(t).length},s=r(9740),o=r(4300).Buffer,a=global.Uint8Array||function(){};var c,l=r(3837);c=l&&l.debuglog?l.debuglog("stream"):function(){};var p,u,d,f=r(7327),h=r(1195),m=r(2457).getHighWaterMark,g=r(4012).q,v=g.ERR_INVALID_ARG_TYPE,y=g.ERR_STREAM_PUSH_AFTER_EOF,b=g.ERR_METHOD_NOT_IMPLEMENTED,w=g.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(4378)(E,s);var x=h.errorOrDestroy,_=["error","close","destroy","pause","resume"];function S(e,t,i){n=n||r(6753),e=e||{},"boolean"!=typeof i&&(i=t instanceof n),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",i),this.buffer=new f,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(p||(p=r(2553).s),this.decoder=new p(e.encoding),this.encoding=e.encoding)}function E(e){if(n=n||r(6753),!(this instanceof E))return new E(e);var t=this instanceof n;this._readableState=new S(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function k(e,t,r,n,i){c("readableAddChunk",t);var s,l=e._readableState;if(null===t)l.reading=!1,function(e,t){if(c("onEofChunk"),t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?C(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,R(e)))}(e,l);else if(i||(s=function(e,t){var r;n=t,o.isBuffer(n)||n instanceof a||"string"==typeof t||void 0===t||e.objectMode||(r=new v("chunk",["string","Buffer","Uint8Array"],t));var n;return r}(l,t)),s)x(e,s);else if(l.objectMode||t&&t.length>0)if("string"==typeof t||l.objectMode||Object.getPrototypeOf(t)===o.prototype||(t=function(e){return o.from(e)}(t)),n)l.endEmitted?x(e,new w):A(e,l,t,!0);else if(l.ended)x(e,new y);else{if(l.destroyed)return!1;l.reading=!1,l.decoder&&!r?(t=l.decoder.write(t),l.objectMode||0!==t.length?A(e,l,t,!1):P(e,l)):A(e,l,t,!1)}else n||(l.reading=!1,P(e,l));return!l.ended&&(l.length<l.highWaterMark||0===l.length)}function A(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&C(e)),P(e,t)}Object.defineProperty(E.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),E.prototype.destroy=h.destroy,E.prototype._undestroy=h.undestroy,E.prototype._destroy=function(e,t){t(e)},E.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=o.from(e,t),t=""),r=!0),k(this,e,t,!1,r)},E.prototype.unshift=function(e){return k(this,e,null,!0,!1)},E.prototype.isPaused=function(){return!1===this._readableState.flowing},E.prototype.setEncoding=function(e){p||(p=r(2553).s);var t=new p(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};var O=1073741824;function T(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=O?e=O:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function C(e){var t=e._readableState;c("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(c("emitReadable",t.flowing),t.emittedReadable=!0,process.nextTick(R,e))}function R(e){var t=e._readableState;c("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,L(e)}function P(e,t){t.readingMore||(t.readingMore=!0,process.nextTick(j,e,t))}function j(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(c("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function N(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function I(e){c("readable nexttick read 0"),e.read(0)}function D(e,t){c("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),L(e),t.flowing&&!t.reading&&e.read(0)}function L(e){var t=e._readableState;for(c("flow",t.flowing);t.flowing&&null!==e.read(););}function F(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function M(e){var t=e._readableState;c("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,process.nextTick(B,t,e))}function B(e,t){if(c("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function U(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}E.prototype.read=function(e){c("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return c("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?M(this):C(this),null;if(0===(e=T(e,t))&&t.ended)return 0===t.length&&M(this),null;var n,i=t.needReadable;return c("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&c("length less than watermark",i=!0),t.ended||t.reading?c("reading or ended",i=!1):i&&(c("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=T(r,t))),null===(n=e>0?F(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&M(this)),null!==n&&this.emit("data",n),n},E.prototype._read=function(e){x(this,new b("_read()"))},E.prototype.pipe=function(e,t){var r=this,n=this._readableState;switch(n.pipesCount){case 0:n.pipes=e;break;case 1:n.pipes=[n.pipes,e];break;default:n.pipes.push(e)}n.pipesCount+=1,c("pipe count=%d opts=%j",n.pipesCount,t);var s=(!t||!1!==t.end)&&e!==process.stdout&&e!==process.stderr?a:m;function o(t,i){c("onunpipe"),t===r&&i&&!1===i.hasUnpiped&&(i.hasUnpiped=!0,c("cleanup"),e.removeListener("close",f),e.removeListener("finish",h),e.removeListener("drain",l),e.removeListener("error",d),e.removeListener("unpipe",o),r.removeListener("end",a),r.removeListener("end",m),r.removeListener("data",u),p=!0,!n.awaitDrain||e._writableState&&!e._writableState.needDrain||l())}function a(){c("onend"),e.end()}n.endEmitted?process.nextTick(s):r.once("end",s),e.on("unpipe",o);var l=function(e){return function(){var t=e._readableState;c("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&i(e,"data")&&(t.flowing=!0,L(e))}}(r);e.on("drain",l);var p=!1;function u(t){c("ondata");var i=e.write(t);c("dest.write",i),!1===i&&((1===n.pipesCount&&n.pipes===e||n.pipesCount>1&&-1!==U(n.pipes,e))&&!p&&(c("false write response, pause",n.awaitDrain),n.awaitDrain++),r.pause())}function d(t){c("onerror",t),m(),e.removeListener("error",d),0===i(e,"error")&&x(e,t)}function f(){e.removeListener("finish",h),m()}function h(){c("onfinish"),e.removeListener("close",f),m()}function m(){c("unpipe"),r.unpipe(e)}return r.on("data",u),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",d),e.once("close",f),e.once("finish",h),e.emit("pipe",r),n.flowing||(c("pipe resume"),r.resume()),e},E.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var s=0;s<i;s++)n[s].emit("unpipe",this,{hasUnpiped:!1});return this}var o=U(t.pipes,e);return-1===o||(t.pipes.splice(o,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},E.prototype.on=function(e,t){var r=s.prototype.on.call(this,e,t),n=this._readableState;return"data"===e?(n.readableListening=this.listenerCount("readable")>0,!1!==n.flowing&&this.resume()):"readable"===e&&(n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,c("on readable",n.length,n.reading),n.length?C(this):n.reading||process.nextTick(I,this))),r},E.prototype.addListener=E.prototype.on,E.prototype.removeListener=function(e,t){var r=s.prototype.removeListener.call(this,e,t);return"readable"===e&&process.nextTick(N,this),r},E.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||process.nextTick(N,this),t},E.prototype.resume=function(){var e=this._readableState;return e.flowing||(c("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,process.nextTick(D,e,t))}(this,e)),e.paused=!1,this},E.prototype.pause=function(){return c("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(c("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},E.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(c("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(c("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!0,e.pause()))})),e)void 0===this[i]&&"function"==typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var s=0;s<_.length;s++)e.on(_[s],this.emit.bind(this,_[s]));return this._read=function(t){c("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(E.prototype[Symbol.asyncIterator]=function(){return void 0===u&&(u=r(5850)),u(this)}),Object.defineProperty(E.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(E.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(E.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),E._fromList=F,Object.defineProperty(E.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(E.from=function(e,t){return void 0===d&&(d=r(6307)),d(E,e,t)})},4605:(e,t,r)=>{"use strict";e.exports=p;var n=r(4012).q,i=n.ERR_METHOD_NOT_IMPLEMENTED,s=n.ERR_MULTIPLE_CALLBACK,o=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,a=n.ERR_TRANSFORM_WITH_LENGTH_0,c=r(6753);function l(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new s);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function p(e){if(!(this instanceof p))return new p(e);c.call(this,e),this._transformState={afterTransform:l.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",u)}function u(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?d(this,null,null):this._flush((function(t,r){d(e,t,r)}))}function d(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new a;if(e._transformState.transforming)throw new o;return e.push(null)}r(4378)(p,c),p.prototype.push=function(e,t){return this._transformState.needTransform=!1,c.prototype.push.call(this,e,t)},p.prototype._transform=function(e,t,r){r(new i("_transform()"))},p.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},p.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},p.prototype._destroy=function(e,t){c.prototype._destroy.call(this,e,(function(e){t(e)}))}},4229:(e,t,r)=>{"use strict";function n(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var n=e.entry;e.entry=null;for(;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree.next=e}(t,e)}}var i;e.exports=E,E.WritableState=S;var s={deprecate:r(1159)},o=r(9740),a=r(4300).Buffer,c=global.Uint8Array||function(){};var l,p=r(1195),u=r(2457).getHighWaterMark,d=r(4012).q,f=d.ERR_INVALID_ARG_TYPE,h=d.ERR_METHOD_NOT_IMPLEMENTED,m=d.ERR_MULTIPLE_CALLBACK,g=d.ERR_STREAM_CANNOT_PIPE,v=d.ERR_STREAM_DESTROYED,y=d.ERR_STREAM_NULL_VALUES,b=d.ERR_STREAM_WRITE_AFTER_END,w=d.ERR_UNKNOWN_ENCODING,x=p.errorOrDestroy;function _(){}function S(e,t,s){i=i||r(6753),e=e||{},"boolean"!=typeof s&&(s=t instanceof i),this.objectMode=!!e.objectMode,s&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=u(this,e,"writableHighWaterMark",s),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=!1===e.decodeStrings;this.decodeStrings=!o,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var r=e._writableState,n=r.sync,i=r.writecb;if("function"!=typeof i)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,n,i){--t.pendingcb,r?(process.nextTick(i,n),process.nextTick(R,e,t),e._writableState.errorEmitted=!0,x(e,n)):(i(n),e._writableState.errorEmitted=!0,x(e,n),R(e,t))}(e,r,n,t,i);else{var s=T(r)||e.destroyed;s||r.corked||r.bufferProcessing||!r.bufferedRequest||O(e,r),n?process.nextTick(A,e,r,s,i):A(e,r,s,i)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new n(this)}function E(e){var t=this instanceof(i=i||r(6753));if(!t&&!l.call(E,this))return new E(e);this._writableState=new S(e,this,t),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),o.call(this)}function k(e,t,r,n,i,s,o){t.writelen=n,t.writecb=o,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new v("write")):r?e._writev(i,t.onwrite):e._write(i,s,t.onwrite),t.sync=!1}function A(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),R(e,t)}function O(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var i=t.bufferedRequestCount,s=new Array(i),o=t.corkedRequestsFree;o.entry=r;for(var a=0,c=!0;r;)s[a]=r,r.isBuf||(c=!1),r=r.next,a+=1;s.allBuffers=c,k(e,t,!0,t.length,s,"",o.finish),t.pendingcb++,t.lastBufferedRequest=null,o.next?(t.corkedRequestsFree=o.next,o.next=null):t.corkedRequestsFree=new n(t),t.bufferedRequestCount=0}else{for(;r;){var l=r.chunk,p=r.encoding,u=r.callback;if(k(e,t,!1,t.objectMode?1:l.length,l,p,u),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function T(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function C(e,t){e._final((function(r){t.pendingcb--,r&&x(e,r),t.prefinished=!0,e.emit("prefinish"),R(e,t)}))}function R(e,t){var r=T(t);if(r&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,process.nextTick(C,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var n=e._readableState;(!n||n.autoDestroy&&n.endEmitted)&&e.destroy()}return r}r(4378)(E,o),S.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(S.prototype,"buffer",{get:s.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(l=Function.prototype[Symbol.hasInstance],Object.defineProperty(E,Symbol.hasInstance,{value:function(e){return!!l.call(this,e)||this===E&&(e&&e._writableState instanceof S)}})):l=function(e){return e instanceof this},E.prototype.pipe=function(){x(this,new g)},E.prototype.write=function(e,t,r){var n,i=this._writableState,s=!1,o=!i.objectMode&&(n=e,a.isBuffer(n)||n instanceof c);return o&&!a.isBuffer(e)&&(e=function(e){return a.from(e)}(e)),"function"==typeof t&&(r=t,t=null),o?t="buffer":t||(t=i.defaultEncoding),"function"!=typeof r&&(r=_),i.ending?function(e,t){var r=new b;x(e,r),process.nextTick(t,r)}(this,r):(o||function(e,t,r,n){var i;return null===r?i=new y:"string"==typeof r||t.objectMode||(i=new f("chunk",["string","Buffer"],r)),!i||(x(e,i),process.nextTick(n,i),!1)}(this,i,e,r))&&(i.pendingcb++,s=function(e,t,r,n,i,s){if(!r){var o=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=a.from(t,r));return t}(t,n,i);n!==o&&(r=!0,i="buffer",n=o)}var c=t.objectMode?1:n.length;t.length+=c;var l=t.length<t.highWaterMark;l||(t.needDrain=!0);if(t.writing||t.corked){var p=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:s,next:null},p?p.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else k(e,t,!1,c,n,i,s);return l}(this,i,o,e,t,r)),s},E.prototype.cork=function(){this._writableState.corked++},E.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||O(this,e))},E.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new w(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(E.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(E.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),E.prototype._write=function(e,t,r){r(new h("_write()"))},E.prototype._writev=null,E.prototype.end=function(e,t,r){var n=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),n.corked&&(n.corked=1,this.uncork()),n.ending||function(e,t,r){t.ending=!0,R(e,t),r&&(t.finished?process.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,n,r),this},Object.defineProperty(E.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(E.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),E.prototype.destroy=p.destroy,E.prototype._undestroy=p.undestroy,E.prototype._destroy=function(e,t){t(e)}},5850:(e,t,r)=>{"use strict";var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var s=r(8610),o=Symbol("lastResolve"),a=Symbol("lastReject"),c=Symbol("error"),l=Symbol("ended"),p=Symbol("lastPromise"),u=Symbol("handlePromise"),d=Symbol("stream");function f(e,t){return{value:e,done:t}}function h(e){var t=e[o];if(null!==t){var r=e[d].read();null!==r&&(e[p]=null,e[o]=null,e[a]=null,t(f(r,!1)))}}function m(e){process.nextTick(h,e)}var g=Object.getPrototypeOf((function(){})),v=Object.setPrototypeOf((i(n={get stream(){return this[d]},next:function(){var e=this,t=this[c];if(null!==t)return Promise.reject(t);if(this[l])return Promise.resolve(f(void 0,!0));if(this[d].destroyed)return new Promise((function(t,r){process.nextTick((function(){e[c]?r(e[c]):t(f(void 0,!0))}))}));var r,n=this[p];if(n)r=new Promise(function(e,t){return function(r,n){e.then((function(){t[l]?r(f(void 0,!0)):t[u](r,n)}),n)}}(n,this));else{var i=this[d].read();if(null!==i)return Promise.resolve(f(i,!1));r=new Promise(this[u])}return this[p]=r,r}},Symbol.asyncIterator,(function(){return this})),i(n,"return",(function(){var e=this;return new Promise((function(t,r){e[d].destroy(null,(function(e){e?r(e):t(f(void 0,!0))}))}))})),n),g);e.exports=function(e){var t,r=Object.create(v,(i(t={},d,{value:e,writable:!0}),i(t,o,{value:null,writable:!0}),i(t,a,{value:null,writable:!0}),i(t,c,{value:null,writable:!0}),i(t,l,{value:e._readableState.endEmitted,writable:!0}),i(t,u,{value:function(e,t){var n=r[d].read();n?(r[p]=null,r[o]=null,r[a]=null,e(f(n,!1))):(r[o]=e,r[a]=t)},writable:!0}),t));return r[p]=null,s(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[a];return null!==t&&(r[p]=null,r[o]=null,r[a]=null,t(e)),void(r[c]=e)}var n=r[o];null!==n&&(r[p]=null,r[o]=null,r[a]=null,n(f(void 0,!0))),r[l]=!0})),e.on("readable",m.bind(null,r)),r}},7327:(e,t,r)=>{"use strict";function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var o=r(4300).Buffer,a=r(3837).inspect,c=a&&a.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,r,l;return t=e,r=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return o.alloc(0);for(var t,r,n,i=o.allocUnsafe(e>>>0),s=this.head,a=0;s;)t=s.data,r=i,n=a,o.prototype.copy.call(t,r,n),a+=s.data.length,s=s.next;return i}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,s=e>i.length?i.length:e;if(s===i.length?n+=i:n+=i.slice(0,e),0==(e-=s)){s===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(s));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=o.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,s=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,s),0==(e-=s)){s===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(s));break}++n}return this.length-=n,t}},{key:c,value:function(e,t){return a(this,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach((function(t){i(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}],r&&s(t.prototype,r),l&&s(t,l),e}()},1195:e=>{"use strict";function t(e,t){n(e,t),r(e)}function r(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function n(e,t){e.emit("error",t)}e.exports={destroy:function(e,i){var s=this,o=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return o||a?(i?i(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(n,this,e)):process.nextTick(n,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!i&&e?s._writableState?s._writableState.errorEmitted?process.nextTick(r,s):(s._writableState.errorEmitted=!0,process.nextTick(t,s,e)):process.nextTick(t,s,e):i?(process.nextTick(r,s),i(e)):process.nextTick(r,s)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}},8610:(e,t,r)=>{"use strict";var n=r(4012).q.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,r,s){if("function"==typeof r)return e(t,null,r);r||(r={}),s=function(e){var t=!1;return function(){if(!t){t=!0;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];e.apply(this,n)}}}(s||i);var o=r.readable||!1!==r.readable&&t.readable,a=r.writable||!1!==r.writable&&t.writable,c=function(){t.writable||p()},l=t._writableState&&t._writableState.finished,p=function(){a=!1,l=!0,o||s.call(t)},u=t._readableState&&t._readableState.endEmitted,d=function(){o=!1,u=!0,a||s.call(t)},f=function(e){s.call(t,e)},h=function(){var e;return o&&!u?(t._readableState&&t._readableState.ended||(e=new n),s.call(t,e)):a&&!l?(t._writableState&&t._writableState.ended||(e=new n),s.call(t,e)):void 0},m=function(){t.req.on("finish",p)};return!function(e){return e.setHeader&&"function"==typeof e.abort}(t)?a&&!t._writableState&&(t.on("end",c),t.on("close",c)):(t.on("complete",p),t.on("abort",h),t.req?m():t.on("request",m)),t.on("end",d),t.on("finish",p),!1!==r.error&&t.on("error",f),t.on("close",h),function(){t.removeListener("complete",p),t.removeListener("abort",h),t.removeListener("request",m),t.req&&t.req.removeListener("finish",p),t.removeListener("end",c),t.removeListener("close",c),t.removeListener("finish",p),t.removeListener("end",d),t.removeListener("error",f),t.removeListener("close",h)}}},6307:(e,t,r)=>{"use strict";function n(e,t,r,n,i,s,o){try{var a=e[s](o),c=a.value}catch(e){return void r(e)}a.done?t(c):Promise.resolve(c).then(n,i)}function i(e){return function(){var t=this,r=arguments;return new Promise((function(i,s){var o=e.apply(t,r);function a(e){n(o,i,s,a,c,"next",e)}function c(e){n(o,i,s,a,c,"throw",e)}a(void 0)}))}}function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function o(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=r(4012).q.ERR_INVALID_ARG_TYPE;e.exports=function(e,t,r){var n;if(t&&"function"==typeof t.next)n=t;else if(t&&t[Symbol.asyncIterator])n=t[Symbol.asyncIterator]();else{if(!t||!t[Symbol.iterator])throw new a("iterable",["Iterable"],t);n=t[Symbol.iterator]()}var c=new e(function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){o(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({objectMode:!0},r)),l=!1;function p(){return u.apply(this,arguments)}function u(){return(u=i((function*(){try{var e=yield n.next(),t=e.value;e.done?c.push(null):c.push(yield t)?p():l=!1}catch(e){c.destroy(e)}}))).apply(this,arguments)}return c._read=function(){l||(l=!0,p())},c}},9946:(e,t,r)=>{"use strict";var n;var i=r(4012).q,s=i.ERR_MISSING_ARGS,o=i.ERR_STREAM_DESTROYED;function a(e){if(e)throw e}function c(e,t,i,s){s=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(s);var a=!1;e.on("close",(function(){a=!0})),void 0===n&&(n=r(8610)),n(e,{readable:t,writable:i},(function(e){if(e)return s(e);a=!0,s()}));var c=!1;return function(t){if(!a&&!c)return c=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void s(t||new o("pipe"))}}function l(e){e()}function p(e,t){return e.pipe(t)}function u(e){return e.length?"function"!=typeof e[e.length-1]?a:e.pop():a}e.exports=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,i=u(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new s("streams");var o=t.map((function(e,r){var s=r<t.length-1;return c(e,s,r>0,(function(e){n||(n=e),e&&o.forEach(l),s||(o.forEach(l),i(n))}))}));return t.reduce(p)}},2457:(e,t,r)=>{"use strict";var n=r(4012).q.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var s=function(e,t,r){return null!=e.highWaterMark?e.highWaterMark:t?e[r]:null}(t,i,r);if(null!=s){if(!isFinite(s)||Math.floor(s)!==s||s<0)throw new n(i?r:"highWaterMark",s);return Math.floor(s)}return e.objectMode?16:16384}}},9740:(e,t,r)=>{e.exports=r(2781)},1451:(e,t,r)=>{var n=r(2781);"disable"===process.env.READABLE_STREAM&&n?(e.exports=n.Readable,Object.assign(e.exports,n),e.exports.Stream=n):((t=e.exports=r(9481)).Stream=n||t,t.Readable=t,t.Writable=r(4229),t.Duplex=r(6753),t.Transform=r(4605),t.PassThrough=r(2725),t.finished=r(8610),t.pipeline=r(9946))},8660:()=>{var e;!function(e){!function(t){var r="object"==typeof global?global:"object"==typeof self?self:"object"==typeof this?this:Function("return this;")(),n=i(e);function i(e,t){return function(r,n){"function"!=typeof e[r]&&Object.defineProperty(e,r,{configurable:!0,writable:!0,value:n}),t&&t(r,n)}}void 0===r.Reflect?r.Reflect=e:n=i(r.Reflect,n),function(e){var t=Object.prototype.hasOwnProperty,r="function"==typeof Symbol,n=r&&void 0!==Symbol.toPrimitive?Symbol.toPrimitive:"@@toPrimitive",i=r&&void 0!==Symbol.iterator?Symbol.iterator:"@@iterator",s="function"==typeof Object.create,o={__proto__:[]}instanceof Array,a=!s&&!o,c={create:s?function(){return ne(Object.create(null))}:o?function(){return ne({__proto__:null})}:function(){return ne({})},has:a?function(e,r){return t.call(e,r)}:function(e,t){return t in e},get:a?function(e,r){return t.call(e,r)?e[r]:void 0}:function(e,t){return e[t]}},l=Object.getPrototypeOf(Function),p="object"==typeof process&&process.env&&"true"===process.env.REFLECT_METADATA_USE_MAP_POLYFILL,u=p||"function"!=typeof Map||"function"!=typeof Map.prototype.entries?ee():Map,d=p||"function"!=typeof Set||"function"!=typeof Set.prototype.entries?te():Set,f=new(p||"function"!=typeof WeakMap?re():WeakMap);function h(e,t,r,n){if(D(r)){if(!q(e))throw new TypeError;if(!W(t))throw new TypeError;return E(e,t)}if(!q(e))throw new TypeError;if(!M(t))throw new TypeError;if(!M(n)&&!D(n)&&!L(n))throw new TypeError;return L(n)&&(n=void 0),k(e,t,r=z(r),n)}function m(e,t){function r(r,n){if(!M(r))throw new TypeError;if(!D(n)&&!V(n))throw new TypeError;P(e,t,r,n)}return r}function g(e,t,r,n){if(!M(r))throw new TypeError;return D(n)||(n=z(n)),P(e,t,r,n)}function v(e,t,r){if(!M(t))throw new TypeError;return D(r)||(r=z(r)),O(e,t,r)}function y(e,t,r){if(!M(t))throw new TypeError;return D(r)||(r=z(r)),T(e,t,r)}function b(e,t,r){if(!M(t))throw new TypeError;return D(r)||(r=z(r)),C(e,t,r)}function w(e,t,r){if(!M(t))throw new TypeError;return D(r)||(r=z(r)),R(e,t,r)}function x(e,t){if(!M(e))throw new TypeError;return D(t)||(t=z(t)),j(e,t)}function _(e,t){if(!M(e))throw new TypeError;return D(t)||(t=z(t)),N(e,t)}function S(e,t,r){if(!M(t))throw new TypeError;D(r)||(r=z(r));var n=A(t,r,!1);if(D(n))return!1;if(!n.delete(e))return!1;if(n.size>0)return!0;var i=f.get(t);return i.delete(r),i.size>0||f.delete(t),!0}function E(e,t){for(var r=e.length-1;r>=0;--r){var n=(0,e[r])(t);if(!D(n)&&!L(n)){if(!W(n))throw new TypeError;t=n}}return t}function k(e,t,r,n){for(var i=e.length-1;i>=0;--i){var s=(0,e[i])(t,r,n);if(!D(s)&&!L(s)){if(!M(s))throw new TypeError;n=s}}return n}function A(e,t,r){var n=f.get(e);if(D(n)){if(!r)return;n=new u,f.set(e,n)}var i=n.get(t);if(D(i)){if(!r)return;i=new u,n.set(t,i)}return i}function O(e,t,r){if(T(e,t,r))return!0;var n=Q(t);return!L(n)&&O(e,n,r)}function T(e,t,r){var n=A(t,r,!1);return!D(n)&&$(n.has(e))}function C(e,t,r){if(T(e,t,r))return R(e,t,r);var n=Q(t);return L(n)?void 0:C(e,n,r)}function R(e,t,r){var n=A(t,r,!1);if(!D(n))return n.get(e)}function P(e,t,r,n){A(r,n,!0).set(e,t)}function j(e,t){var r=N(e,t),n=Q(e);if(null===n)return r;var i=j(n,t);if(i.length<=0)return r;if(r.length<=0)return i;for(var s=new d,o=[],a=0,c=r;a<c.length;a++){var l=c[a];s.has(l)||(s.add(l),o.push(l))}for(var p=0,u=i;p<u.length;p++){l=u[p];s.has(l)||(s.add(l),o.push(l))}return o}function N(e,t){var r=[],n=A(e,t,!1);if(D(n))return r;for(var i=Y(n.keys()),s=0;;){var o=Z(i);if(!o)return r.length=s,r;var a=J(o);try{r[s]=a}catch(e){try{X(i)}finally{throw e}}s++}}function I(e){if(null===e)return 1;switch(typeof e){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return null===e?1:6;default:return 6}}function D(e){return void 0===e}function L(e){return null===e}function F(e){return"symbol"==typeof e}function M(e){return"object"==typeof e?null!==e:"function"==typeof e}function B(e,t){switch(I(e)){case 0:case 1:case 2:case 3:case 4:case 5:return e}var r=3===t?"string":5===t?"number":"default",i=K(e,n);if(void 0!==i){var s=i.call(e,r);if(M(s))throw new TypeError;return s}return U(e,"default"===r?"number":r)}function U(e,t){if("string"===t){var r=e.toString;if(H(r))if(!M(i=r.call(e)))return i;if(H(n=e.valueOf))if(!M(i=n.call(e)))return i}else{var n;if(H(n=e.valueOf))if(!M(i=n.call(e)))return i;var i,s=e.toString;if(H(s))if(!M(i=s.call(e)))return i}throw new TypeError}function $(e){return!!e}function G(e){return""+e}function z(e){var t=B(e,3);return F(t)?t:G(t)}function q(e){return Array.isArray?Array.isArray(e):e instanceof Object?e instanceof Array:"[object Array]"===Object.prototype.toString.call(e)}function H(e){return"function"==typeof e}function W(e){return"function"==typeof e}function V(e){switch(I(e)){case 3:case 4:return!0;default:return!1}}function K(e,t){var r=e[t];if(null!=r){if(!H(r))throw new TypeError;return r}}function Y(e){var t=K(e,i);if(!H(t))throw new TypeError;var r=t.call(e);if(!M(r))throw new TypeError;return r}function J(e){return e.value}function Z(e){var t=e.next();return!t.done&&t}function X(e){var t=e.return;t&&t.call(e)}function Q(e){var t=Object.getPrototypeOf(e);if("function"!=typeof e||e===l)return t;if(t!==l)return t;var r=e.prototype,n=r&&Object.getPrototypeOf(r);if(null==n||n===Object.prototype)return t;var i=n.constructor;return"function"!=typeof i||i===e?t:i}function ee(){var e={},t=[],r=function(){function e(e,t,r){this._index=0,this._keys=e,this._values=t,this._selector=r}return e.prototype["@@iterator"]=function(){return this},e.prototype[i]=function(){return this},e.prototype.next=function(){var e=this._index;if(e>=0&&e<this._keys.length){var r=this._selector(this._keys[e],this._values[e]);return e+1>=this._keys.length?(this._index=-1,this._keys=t,this._values=t):this._index++,{value:r,done:!1}}return{value:void 0,done:!0}},e.prototype.throw=function(e){throw this._index>=0&&(this._index=-1,this._keys=t,this._values=t),e},e.prototype.return=function(e){return this._index>=0&&(this._index=-1,this._keys=t,this._values=t),{value:e,done:!0}},e}();return function(){function t(){this._keys=[],this._values=[],this._cacheKey=e,this._cacheIndex=-2}return Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),t.prototype.has=function(e){return this._find(e,!1)>=0},t.prototype.get=function(e){var t=this._find(e,!1);return t>=0?this._values[t]:void 0},t.prototype.set=function(e,t){var r=this._find(e,!0);return this._values[r]=t,this},t.prototype.delete=function(t){var r=this._find(t,!1);if(r>=0){for(var n=this._keys.length,i=r+1;i<n;i++)this._keys[i-1]=this._keys[i],this._values[i-1]=this._values[i];return this._keys.length--,this._values.length--,t===this._cacheKey&&(this._cacheKey=e,this._cacheIndex=-2),!0}return!1},t.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=e,this._cacheIndex=-2},t.prototype.keys=function(){return new r(this._keys,this._values,n)},t.prototype.values=function(){return new r(this._keys,this._values,s)},t.prototype.entries=function(){return new r(this._keys,this._values,o)},t.prototype["@@iterator"]=function(){return this.entries()},t.prototype[i]=function(){return this.entries()},t.prototype._find=function(e,t){return this._cacheKey!==e&&(this._cacheIndex=this._keys.indexOf(this._cacheKey=e)),this._cacheIndex<0&&t&&(this._cacheIndex=this._keys.length,this._keys.push(e),this._values.push(void 0)),this._cacheIndex},t}();function n(e,t){return e}function s(e,t){return t}function o(e,t){return[e,t]}}function te(){return function(){function e(){this._map=new u}return Object.defineProperty(e.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),e.prototype.has=function(e){return this._map.has(e)},e.prototype.add=function(e){return this._map.set(e,e),this},e.prototype.delete=function(e){return this._map.delete(e)},e.prototype.clear=function(){this._map.clear()},e.prototype.keys=function(){return this._map.keys()},e.prototype.values=function(){return this._map.values()},e.prototype.entries=function(){return this._map.entries()},e.prototype["@@iterator"]=function(){return this.keys()},e.prototype[i]=function(){return this.keys()},e}()}function re(){var e=16,r=c.create(),n=i();return function(){function e(){this._key=i()}return e.prototype.has=function(e){var t=s(e,!1);return void 0!==t&&c.has(t,this._key)},e.prototype.get=function(e){var t=s(e,!1);return void 0!==t?c.get(t,this._key):void 0},e.prototype.set=function(e,t){return s(e,!0)[this._key]=t,this},e.prototype.delete=function(e){var t=s(e,!1);return void 0!==t&&delete t[this._key]},e.prototype.clear=function(){this._key=i()},e}();function i(){var e;do{e="@@WeakMap@@"+l()}while(c.has(r,e));return r[e]=!0,e}function s(e,r){if(!t.call(e,n)){if(!r)return;Object.defineProperty(e,n,{value:c.create()})}return e[n]}function o(e,t){for(var r=0;r<t;++r)e[r]=255*Math.random()|0;return e}function a(e){return"function"==typeof Uint8Array?"undefined"!=typeof crypto?crypto.getRandomValues(new Uint8Array(e)):"undefined"!=typeof msCrypto?msCrypto.getRandomValues(new Uint8Array(e)):o(new Uint8Array(e),e):o(new Array(e),e)}function l(){var t=a(e);t[6]=79&t[6]|64,t[8]=191&t[8]|128;for(var r="",n=0;n<e;++n){var i=t[n];4!==n&&6!==n&&8!==n||(r+="-"),i<16&&(r+="0"),r+=i.toString(16).toLowerCase()}return r}}function ne(e){return e.__=void 0,delete e.__,e}e("decorate",h),e("metadata",m),e("defineMetadata",g),e("hasMetadata",v),e("hasOwnMetadata",y),e("getMetadata",b),e("getOwnMetadata",w),e("getMetadataKeys",x),e("getOwnMetadataKeys",_),e("deleteMetadata",S)}(n)}()}(e||(e={}))},3650:e=>{"use strict";e.exports=function(e){var t=new e,r=t;return{get:function(){var n=t;return n.next?t=n.next:(t=new e,r=t),n.next=null,n},release:function(e){r.next=e,r=e}}}},984:(e,t,r)=>{const n=r(9491),i=r(1017),s=r(7147);let o;try{o=r(2884)}catch(e){}const a={nosort:!0,silent:!0};let c=0;const l="win32"===process.platform,p=e=>{if(["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||s[t],e[t+="Sync"]=e[t]||s[t]})),e.maxBusyTries=e.maxBusyTries||3,e.emfileWait=e.emfileWait||1e3,!1===e.glob&&(e.disableGlob=!0),!0!==e.disableGlob&&void 0===o)throw Error("glob dependency not found, set `options.disableGlob = true` if intentional");e.disableGlob=e.disableGlob||!1,e.glob=e.glob||a},u=(e,t,r)=>{"function"==typeof t&&(r=t,t={}),n(e,"rimraf: missing path"),n.equal(typeof e,"string","rimraf: path should be a string"),n.equal(typeof r,"function","rimraf: callback function required"),n(t,"rimraf: invalid options argument provided"),n.equal(typeof t,"object","rimraf: options should be object"),p(t);let i=0,s=null,a=0;const l=(e,n)=>e?r(e):(a=n.length,0===a?r():void n.forEach((e=>{const n=o=>{if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&i<t.maxBusyTries)return i++,setTimeout((()=>d(e,t,n)),100*i);if("EMFILE"===o.code&&c<t.emfileWait)return setTimeout((()=>d(e,t,n)),c++);"ENOENT"===o.code&&(o=null)}c=0,(e=>{s=s||e,0==--a&&r(s)})(o)};d(e,t,n)})));if(t.disableGlob||!o.hasMagic(e))return l(null,[e]);t.lstat(e,((r,n)=>{if(!r)return l(null,[e]);o(e,t.glob,l)}))},d=(e,t,r)=>{n(e),n(t),n("function"==typeof r),t.lstat(e,((n,i)=>n&&"ENOENT"===n.code?r(null):(n&&"EPERM"===n.code&&l&&f(e,t,n,r),i&&i.isDirectory()?m(e,t,n,r):void t.unlink(e,(n=>{if(n){if("ENOENT"===n.code)return r(null);if("EPERM"===n.code)return l?f(e,t,n,r):m(e,t,n,r);if("EISDIR"===n.code)return m(e,t,n,r)}return r(n)})))))},f=(e,t,r,i)=>{n(e),n(t),n("function"==typeof i),t.chmod(e,438,(n=>{n?i("ENOENT"===n.code?null:r):t.stat(e,((n,s)=>{n?i("ENOENT"===n.code?null:r):s.isDirectory()?m(e,t,r,i):t.unlink(e,i)}))}))},h=(e,t,r)=>{n(e),n(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw r}let i;try{i=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw r}i.isDirectory()?y(e,t,r):t.unlinkSync(e)},m=(e,t,r,i)=>{n(e),n(t),n("function"==typeof i),t.rmdir(e,(n=>{!n||"ENOTEMPTY"!==n.code&&"EEXIST"!==n.code&&"EPERM"!==n.code?n&&"ENOTDIR"===n.code?i(r):i(n):g(e,t,i)}))},g=(e,t,r)=>{n(e),n(t),n("function"==typeof r),t.readdir(e,((n,s)=>{if(n)return r(n);let o,a=s.length;if(0===a)return t.rmdir(e,r);s.forEach((n=>{u(i.join(e,n),t,(n=>{if(!o)return n?r(o=n):void(0==--a&&t.rmdir(e,r))}))}))}))},v=(e,t)=>{let r;if(p(t=t||{}),n(e,"rimraf: missing path"),n.equal(typeof e,"string","rimraf: path should be a string"),n(t,"rimraf: missing options"),n.equal(typeof t,"object","rimraf: options should be object"),t.disableGlob||!o.hasMagic(e))r=[e];else try{t.lstatSync(e),r=[e]}catch(n){r=o.sync(e,t.glob)}if(r.length)for(let e=0;e<r.length;e++){const n=r[e];let i;try{i=t.lstatSync(n)}catch(e){if("ENOENT"===e.code)return;"EPERM"===e.code&&l&&h(n,t,e)}try{i&&i.isDirectory()?y(n,t,null):t.unlinkSync(n)}catch(e){if("ENOENT"===e.code)return;if("EPERM"===e.code)return l?h(n,t,e):y(n,t,e);if("EISDIR"!==e.code)throw e;y(n,t,e)}}},y=(e,t,r)=>{n(e),n(t);try{t.rmdirSync(e)}catch(n){if("ENOENT"===n.code)return;if("ENOTDIR"===n.code)throw r;"ENOTEMPTY"!==n.code&&"EEXIST"!==n.code&&"EPERM"!==n.code||b(e,t)}},b=(e,t)=>{n(e),n(t),t.readdirSync(e).forEach((r=>v(i.join(e,r),t)));const r=l?100:1;let s=0;for(;;){let n=!0;try{const i=t.rmdirSync(e,t);return n=!1,i}finally{if(++s<r&&n)continue}}};e.exports=u,u.sync=v},4595:e=>{e.exports=function(e,t){var r,n,i,s=!0;Array.isArray(e)?(r=[],n=e.length):(i=Object.keys(e),r={},n=i.length);function o(e){function n(){t&&t(e,r),t=null}s?process.nextTick(n):n()}function a(e,t,i){r[e]=i,(0==--n||t)&&o(t)}n?i?i.forEach((function(t){e[t]((function(e,r){a(t,e,r)}))})):e.forEach((function(e,t){e((function(e,r){a(t,e,r)}))})):o(null);s=!1}},9509:(e,t,r)=>{var n=r(4300),i=n.Buffer;function s(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(s(n,t),t.Buffer=o),o.prototype=Object.create(i.prototype),s(i,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},2399:(e,t,r)=>{"use strict";var n,i=r(4300),s=i.Buffer,o={};for(n in i)i.hasOwnProperty(n)&&"SlowBuffer"!==n&&"Buffer"!==n&&(o[n]=i[n]);var a=o.Buffer={};for(n in s)s.hasOwnProperty(n)&&"allocUnsafe"!==n&&"allocUnsafeSlow"!==n&&(a[n]=s[n]);if(o.Buffer.prototype=s.prototype,a.from&&a.from!==Uint8Array.from||(a.from=function(e,t,r){if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof e);if(e&&void 0===e.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);return s(e,t,r)}),a.alloc||(a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError('The "size" argument must be of type number. Received type '+typeof e);if(e<0||e>=2*(1<<30))throw new RangeError('The value "'+e+'" is invalid for option "size"');var n=s(e);return t&&0!==t.length?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n}),!o.kStringMaxLength)try{o.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(e){}o.constants||(o.constants={MAX_LENGTH:o.kMaxLength},o.kStringMaxLength&&(o.constants.MAX_STRING_LENGTH=o.kStringMaxLength)),e.exports=o},329:(e,t,r)=>{"use strict";var n=r(3560),i=r(624)("send"),s=r(412)("send"),o=r(6149),a=r(517),c=r(5573),l=r(5859),p=r(9635),u=r(7147),d=r(5518),f=r(2161),h=r(338),m=r(4622),g=r(1017),v=r(4917),y=r(2781),b=r(3837),w=g.extname,x=g.join,_=g.normalize,S=g.resolve,E=g.sep,k=/^ *bytes=/,A=31536e6,O=/(?:^|[\\/])\.\.(?:[\\/]|$)/;function T(e,t,r){y.call(this);var n=r||{};if(this.options=n,this.path=t,this.req=e,this._acceptRanges=void 0===n.acceptRanges||Boolean(n.acceptRanges),this._cacheControl=void 0===n.cacheControl||Boolean(n.cacheControl),this._etag=void 0===n.etag||Boolean(n.etag),this._dotfiles=void 0!==n.dotfiles?n.dotfiles:"ignore","ignore"!==this._dotfiles&&"allow"!==this._dotfiles&&"deny"!==this._dotfiles)throw new TypeError('dotfiles option must be "allow", "deny", or "ignore"');this._hidden=Boolean(n.hidden),void 0!==n.hidden&&s("hidden: use dotfiles: '"+(this._hidden?"allow":"ignore")+"' instead"),void 0===n.dotfiles&&(this._dotfiles=void 0),this._extensions=void 0!==n.extensions?N(n.extensions,"extensions option"):[],this._immutable=void 0!==n.immutable&&Boolean(n.immutable),this._index=void 0!==n.index?N(n.index,"index option"):["index.html"],this._lastModified=void 0===n.lastModified||Boolean(n.lastModified),this._maxage=n.maxAge||n.maxage,this._maxage="string"==typeof this._maxage?f(this._maxage):Number(this._maxage),this._maxage=isNaN(this._maxage)?0:Math.min(Math.max(0,this._maxage),A),this._root=n.root?S(n.root):null,!this._root&&n.from&&this.from(n.from)}function C(e,t,r){return e+" "+(r?r.start+"-"+r.end:"*")+"/"+t}function R(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 P(e){return"function"!=typeof e.getHeaderNames?Object.keys(e._headers||{}):e.getHeaderNames()}function j(e,t){return("function"!=typeof e.listenerCount?e.listeners(t).length:e.listenerCount(t))>0}function N(e,t){for(var r=[].concat(e||[]),n=0;n<r.length;n++)if("string"!=typeof r[n])throw new TypeError(t+" must be array of strings or false");return r}function I(e){var t=e&&Date.parse(e);return"number"==typeof t?t:NaN}e.exports=function(e,t,r){return new T(e,t,r)},e.exports.mime=d,b.inherits(T,y),T.prototype.etag=s.function((function(e){return this._etag=Boolean(e),i("etag %s",this._etag),this}),"send.etag: pass etag as option"),T.prototype.hidden=s.function((function(e){return this._hidden=Boolean(e),this._dotfiles=void 0,i("hidden %s",this._hidden),this}),"send.hidden: use dotfiles option"),T.prototype.index=s.function((function(e){var t=e?N(e,"paths argument"):[];return i("index %o",e),this._index=t,this}),"send.index: pass index as option"),T.prototype.root=function(e){return this._root=S(String(e)),i("root %s",this._root),this},T.prototype.from=s.function(T.prototype.root,"send.from: pass root as option"),T.prototype.root=s.function(T.prototype.root,"send.root: pass root as option"),T.prototype.maxage=s.function((function(e){return this._maxage="string"==typeof e?f(e):Number(e),this._maxage=isNaN(this._maxage)?0:Math.min(Math.max(0,this._maxage),A),i("max-age %d",this._maxage),this}),"send.maxage: pass maxAge as option"),T.prototype.error=function(e,t){if(j(this,"error"))return this.emit("error",n(e,t,{expose:!1}));var r=this.res,i=v[e]||String(e),s=R("Error",c(i));!function(e){for(var t=P(e),r=0;r<t.length;r++)e.removeHeader(t[r])}(r),t&&t.headers&&function(e,t){for(var r=Object.keys(t),n=0;n<r.length;n++){var i=r[n];e.setHeader(i,t[i])}}(r,t.headers),r.statusCode=e,r.setHeader("Content-Type","text/html; charset=UTF-8"),r.setHeader("Content-Length",Buffer.byteLength(s)),r.setHeader("Content-Security-Policy","default-src 'none'"),r.setHeader("X-Content-Type-Options","nosniff"),r.end(s)},T.prototype.hasTrailingSlash=function(){return"/"===this.path[this.path.length-1]},T.prototype.isConditionalGET=function(){return this.req.headers["if-match"]||this.req.headers["if-unmodified-since"]||this.req.headers["if-none-match"]||this.req.headers["if-modified-since"]},T.prototype.isPreconditionFailure=function(){var e=this.req,t=this.res,r=e.headers["if-match"];if(r){var n=t.getHeader("ETag");return!n||"*"!==r&&function(e){for(var t=0,r=[],n=0,i=0,s=e.length;i<s;i++)switch(e.charCodeAt(i)){case 32:n===t&&(n=t=i+1);break;case 44:r.push(e.substring(n,t)),n=t=i+1;break;default:t=i+1}return r.push(e.substring(n,t)),r}(r).every((function(e){return e!==n&&e!=="W/"+n&&"W/"+e!==n}))}var i=I(e.headers["if-unmodified-since"]);if(!isNaN(i)){var s=I(t.getHeader("Last-Modified"));return isNaN(s)||s>i}return!1},T.prototype.removeContentHeaderFields=function(){for(var e=this.res,t=P(e),r=0;r<t.length;r++){var n=t[r];"content-"===n.substr(0,8)&&"content-location"!==n&&e.removeHeader(n)}},T.prototype.notModified=function(){var e=this.res;i("not modified"),this.removeContentHeaderFields(),e.statusCode=304,e.end()},T.prototype.headersAlreadySent=function(){var e=new Error("Can't set headers after they are sent.");i("headers already sent"),this.error(500,e)},T.prototype.isCachable=function(){var e=this.res.statusCode;return e>=200&&e<300||304===e},T.prototype.onStatError=function(e){switch(e.code){case"ENAMETOOLONG":case"ENOENT":case"ENOTDIR":this.error(404,e);break;default:this.error(500,e)}},T.prototype.isFresh=function(){return p(this.req.headers,{etag:this.res.getHeader("ETag"),"last-modified":this.res.getHeader("Last-Modified")})},T.prototype.isRangeFresh=function(){var e=this.req.headers["if-range"];if(!e)return!0;if(-1!==e.indexOf('"')){var t=this.res.getHeader("ETag");return Boolean(t&&-1!==e.indexOf(t))}return I(this.res.getHeader("Last-Modified"))<=I(e)},T.prototype.redirect=function(e){var t=this.res;if(j(this,"directory"))this.emit("directory",t,e);else if(this.hasTrailingSlash())this.error(403);else{var r=a(function(e){for(var t=0;t<e.length&&"/"===e[t];t++);return t>1?"/"+e.substr(t):e}(this.path+"/")),n=R("Redirecting",'Redirecting to <a href="'+c(r)+'">'+c(r)+"</a>");t.statusCode=301,t.setHeader("Content-Type","text/html; charset=UTF-8"),t.setHeader("Content-Length",Buffer.byteLength(n)),t.setHeader("Content-Security-Policy","default-src 'none'"),t.setHeader("X-Content-Type-Options","nosniff"),t.setHeader("Location",r),t.end(n)}},T.prototype.pipe=function(e){var t=this._root;this.res=e;var r,n=function(e){try{return decodeURIComponent(e)}catch(e){return-1}}(this.path);if(-1===n)return this.error(400),e;if(~n.indexOf("\0"))return this.error(400),e;if(null!==t){if(n&&(n=_("."+E+n)),O.test(n))return i('malicious path "%s"',n),this.error(403),e;r=n.split(E),n=_(x(t,n))}else{if(O.test(n))return i('malicious path "%s"',n),this.error(403),e;r=_(n).split(E),n=S(n)}if(function(e){for(var t=0;t<e.length;t++){var r=e[t];if(r.length>1&&"."===r[0])return!0}return!1}(r)){var s=this._dotfiles;switch(void 0===s&&(s="."===r[r.length-1][0]?this._hidden?"allow":"ignore":"allow"),i('%s dotfile "%s"',s,n),s){case"allow":break;case"deny":return this.error(403),e;default:return this.error(404),e}}return this._index.length&&this.hasTrailingSlash()?(this.sendIndex(n),e):(this.sendFile(n),e)},T.prototype.send=function(e,t){var r=t.size,n=this.options,s={},o=this.res,a=this.req,c=a.headers.range,l=n.start||0;if(function(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}(o))this.headersAlreadySent();else{if(i('pipe "%s"',e),this.setHeader(e,t),this.type(e),this.isConditionalGET()){if(this.isPreconditionFailure())return void this.error(412);if(this.isCachable()&&this.isFresh())return void this.notModified()}if(r=Math.max(0,r-l),void 0!==n.end){var p=n.end-l+1;r>p&&(r=p)}if(this._acceptRanges&&k.test(c)){if(c=m(r,c,{combine:!0}),this.isRangeFresh()||(i("range stale"),c=-2),-1===c)return i("range unsatisfiable"),o.setHeader("Content-Range",C("bytes",r)),this.error(416,{headers:{"Content-Range":o.getHeader("Content-Range")}});-2!==c&&1===c.length&&(i("range %j",c),o.statusCode=206,o.setHeader("Content-Range",C("bytes",r,c[0])),l+=c[0].start,r=c[0].end-c[0].start+1)}for(var u in n)s[u]=n[u];s.start=l,s.end=Math.max(l,l+r-1),o.setHeader("Content-Length",r),"HEAD"!==a.method?this.stream(e,s):o.end()}},T.prototype.sendFile=function(e){var t=0,r=this;function n(s){if(r._extensions.length<=t)return s?r.onStatError(s):r.error(404);var o=e+"."+r._extensions[t++];i('stat "%s"',o),u.stat(o,(function(e,t){return e?n(e):t.isDirectory()?n():(r.emit("file",o,t),void r.send(o,t))}))}i('stat "%s"',e),u.stat(e,(function(t,i){return t&&"ENOENT"===t.code&&!w(e)&&e[e.length-1]!==E?n(t):t?r.onStatError(t):i.isDirectory()?r.redirect(e):(r.emit("file",e,i),void r.send(e,i))}))},T.prototype.sendIndex=function(e){var t=-1,r=this;!function n(s){if(++t>=r._index.length)return s?r.onStatError(s):r.error(404);var o=x(e,r._index[t]);i('stat "%s"',o),u.stat(o,(function(e,t){return e?n(e):t.isDirectory()?n():(r.emit("file",o,t),void r.send(o,t))}))}()},T.prototype.stream=function(e,t){var r=!1,n=this,i=this.res,s=u.createReadStream(e,t);this.emit("stream",s),s.pipe(i),h(i,(function(){r=!0,o(s)})),s.on("error",(function(e){r||(r=!0,o(s),n.onStatError(e))})),s.on("end",(function(){n.emit("end")}))},T.prototype.type=function(e){var t=this.res;if(!t.getHeader("Content-Type")){var r=d.lookup(e);if(r){var n=d.charsets.lookup(r);i("content-type %s",r),t.setHeader("Content-Type",r+(n?"; charset="+n:""))}else i("no content-type")}},T.prototype.setHeader=function(e,t){var r=this.res;if(this.emit("headers",r,e,t),this._acceptRanges&&!r.getHeader("Accept-Ranges")&&(i("accept ranges"),r.setHeader("Accept-Ranges","bytes")),this._cacheControl&&!r.getHeader("Cache-Control")){var n="public, max-age="+Math.floor(this._maxage/1e3);this._immutable&&(n+=", immutable"),i("cache-control %s",n),r.setHeader("Cache-Control",n)}if(this._lastModified&&!r.getHeader("Last-Modified")){var s=t.mtime.toUTCString();i("modified %s",s),r.setHeader("Last-Modified",s)}if(this._etag&&!r.getHeader("ETag")){var o=l(t);i("etag %s",o),r.setHeader("ETag",o)}}},1824:e=>{var t=1e3,r=60*t,n=60*r,i=24*n,s=365.25*i;function o(e,t,r){if(!(e<t))return e<1.5*t?Math.floor(e/t)+" "+r:Math.ceil(e/t)+" "+r+"s"}e.exports=function(e,a){a=a||{};var c,l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var o=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(!o)return;var a=parseFloat(o[1]);switch((o[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return a*s;case"days":case"day":case"d":return a*i;case"hours":case"hour":case"hrs":case"hr":case"h":return a*n;case"minutes":case"minute":case"mins":case"min":case"m":return a*r;case"seconds":case"second":case"secs":case"sec":case"s":return a*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return a;default:return}}(e);if("number"===l&&!1===isNaN(e))return a.long?o(c=e,i,"day")||o(c,n,"hour")||o(c,r,"minute")||o(c,t,"second")||c+" ms":function(e){if(e>=i)return Math.round(e/i)+"d";if(e>=n)return Math.round(e/n)+"h";if(e>=r)return Math.round(e/r)+"m";if(e>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},7378:(e,t,r)=>{function n(){var e;try{e=t.storage.debug}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e}(t=e.exports=r(5120)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var r=this.useColors;if(e[0]=(r?"%c":"")+this.namespace+(r?" %c":" ")+e[0]+(r?"%c ":" ")+"+"+t.humanize(this.diff),!r)return;var n="color: "+this.color;e.splice(1,0,n,"color: inherit");var i=0,s=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(i++,"%c"===e&&(s=i))})),e.splice(s,0,n)},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=n,t.useColors=function(){if("undefined"!=typeof window&&window.process&&"renderer"===window.process.type)return!0;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage="undefined"!=typeof chrome&&void 0!==chrome.storage?chrome.storage.local:function(){try{return window.localStorage}catch(e){}}(),t.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],t.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},t.enable(n())},5120:(e,t,r)=>{var n;function i(e){function r(){if(r.enabled){var e=r,i=+new Date,s=i-(n||i);e.diff=s,e.prev=n,e.curr=i,n=i;for(var o=new Array(arguments.length),a=0;a<o.length;a++)o[a]=arguments[a];o[0]=t.coerce(o[0]),"string"!=typeof o[0]&&o.unshift("%O");var c=0;o[0]=o[0].replace(/%([a-zA-Z%])/g,(function(r,n){if("%%"===r)return r;c++;var i=t.formatters[n];if("function"==typeof i){var s=o[c];r=i.call(e,s),o.splice(c,1),c--}return r})),t.formatArgs.call(e,o);var l=r.log||t.log||console.log.bind(console);l.apply(e,o)}}return r.namespace=e,r.enabled=t.enabled(e),r.useColors=t.useColors(),r.color=function(e){var r,n=0;for(r in e)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]}(e),"function"==typeof t.init&&t.init(r),r}(t=e.exports=i.debug=i.default=i).coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){t.enable("")},t.enable=function(e){t.save(e),t.names=[],t.skips=[];for(var r=("string"==typeof e?e:"").split(/[\s,]+/),n=r.length,i=0;i<n;i++)r[i]&&("-"===(e=r[i].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){var r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=r(1824),t.names=[],t.skips=[],t.formatters={}},624:(e,t,r)=>{"undefined"!=typeof process&&"renderer"===process.type?e.exports=r(7378):e.exports=r(6510)},6510:(e,t,r)=>{var n=r(6224),i=r(3837);(t=e.exports=r(5120)).init=function(e){e.inspectOpts={};for(var r=Object.keys(t.inspectOpts),n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(){return o.write(i.format.apply(i,arguments)+"\n")},t.formatArgs=function(e){var r=this.namespace;if(this.useColors){var n=this.color,i="  [3"+n+";1m"+r+" [0m";e[0]=i+e[0].split("\n").join("\n"+i),e.push("[3"+n+"m+"+t.humanize(this.diff)+"[0m")}else e[0]=(new Date).toUTCString()+" "+r+" "+e[0]},t.save=function(e){null==e?delete process.env.DEBUG:process.env.DEBUG=e},t.load=a,t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(s)},t.colors=[6,2,3,4,5,1],t.inspectOpts=Object.keys(process.env).filter((function(e){return/^debug_/i.test(e)})).reduce((function(e,t){var r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(function(e,t){return t.toUpperCase()})),n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{});var s=parseInt(process.env.DEBUG_FD,10)||2;1!==s&&2!==s&&i.deprecate((function(){}),"except for stderr(2) and stdout(1), any other usage of DEBUG_FD is deprecated. Override debug.log if you want to use a different log function (https://git.io/debug_fd)")();var o=1===s?process.stdout:2===s?process.stderr:function(e){var t;switch(process.binding("tty_wrap").guessHandleType(e)){case"TTY":(t=new n.WriteStream(e))._type="tty",t._handle&&t._handle.unref&&t._handle.unref();break;case"FILE":var i=r(7147);(t=new i.SyncWriteStream(e,{autoClose:!1}))._type="fs";break;case"PIPE":case"TCP":var s=r(1808);(t=new s.Socket({fd:e,readable:!1,writable:!0})).readable=!1,t.read=null,t._type="pipe",t._handle&&t._handle.unref&&t._handle.unref();break;default:throw new Error("Implement me. Unknown stream file type!")}return t.fd=e,t._isStdio=!0,t}(s);function a(){return process.env.DEBUG}t.formatters.o=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts).split("\n").map((function(e){return e.trim()})).join(" ")},t.formatters.O=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts)},t.enable(a())},3560:(e,t,r)=>{"use strict";var n,i,s,o=r(412)("http-errors"),a=r(6644),c=r(4917),l=r(4378),p=r(2953);function u(e){return Number(String(e).charAt(0)+"00")}function d(e,t){var r=Object.getOwnPropertyDescriptor(e,"name");r&&r.configurable&&(r.value=t,Object.defineProperty(e,"name",r))}e.exports=function e(){for(var t,r,n=500,i={},s=0;s<arguments.length;s++){var a=arguments[s];if(a instanceof Error)n=(t=a).status||t.statusCode||n;else switch(typeof a){case"string":r=a;break;case"number":n=a,0!==s&&o("non-first-argument status code; replace with createError("+a+", ...)");break;case"object":i=a}}"number"==typeof n&&(n<400||n>=600)&&o("non-error status code; use only 4xx or 5xx status codes");("number"!=typeof n||!c[n]&&(n<400||n>=600))&&(n=500);var l=e[n]||e[u(n)];t||(t=l?new l(r):new Error(r||c[n]),Error.captureStackTrace(t,e));l&&t instanceof l&&t.status===n||(t.expose=n<500,t.status=t.statusCode=n);for(var p in i)"status"!==p&&"statusCode"!==p&&(t[p]=i[p]);return t},e.exports.HttpError=function(){function e(){throw new TypeError("cannot construct abstract class")}return l(e,Error),e}(),n=e.exports,i=c.codes,s=e.exports.HttpError,i.forEach((function(e){var t,r=p(c[e]);switch(u(e)){case 400:t=function(e,t,r){var n=t.match(/Error$/)?t:t+"Error";function i(e){var t=null!=e?e:c[r],s=new Error(t);return Error.captureStackTrace(s,i),a(s,i.prototype),Object.defineProperty(s,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(s,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),s}return l(i,e),d(i,n),i.prototype.status=r,i.prototype.statusCode=r,i.prototype.expose=!0,i}(s,r,e);break;case 500:t=function(e,t,r){var n=t.match(/Error$/)?t:t+"Error";function i(e){var t=null!=e?e:c[r],s=new Error(t);return Error.captureStackTrace(s,i),a(s,i.prototype),Object.defineProperty(s,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(s,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),s}return l(i,e),d(i,n),i.prototype.status=r,i.prototype.statusCode=r,i.prototype.expose=!1,i}(s,r,e)}t&&(n[e]=t,n[r]=t)})),n["I'mateapot"]=o.function(n.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')},2161:e=>{var t=1e3,r=60*t,n=60*r,i=24*n,s=7*i,o=365.25*i;function a(e,t,r,n){var i=t>=1.5*r;return Math.round(e/r)+" "+n+(i?"s":"")}e.exports=function(e,c){c=c||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var a=/^((?:\d+)?\-?\d?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!a)return;var c=parseFloat(a[1]);switch((a[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*s;case"days":case"day":case"d":return c*i;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*r;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===l&&!1===isNaN(e))return c.long?function(e){var s=Math.abs(e);if(s>=i)return a(e,s,i,"day");if(s>=n)return a(e,s,n,"hour");if(s>=r)return a(e,s,r,"minute");if(s>=t)return a(e,s,t,"second");return e+" ms"}(e):function(e){var s=Math.abs(e);if(s>=i)return Math.round(e/i)+"d";if(s>=n)return Math.round(e/n)+"h";if(s>=r)return Math.round(e/r)+"m";if(s>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},8636:(e,t,r)=>{"use strict";var n=r(517),i=r(5573),s=r(8317),o=r(1017).resolve,a=r(329),c=r(7310);e.exports=function(e,t){if(!e)throw new TypeError("root path required");if("string"!=typeof e)throw new TypeError("root path must be a string");var r=Object.create(t||null),l=!1!==r.fallthrough,p=!1!==r.redirect,u=r.setHeaders;if(u&&"function"!=typeof u)throw new TypeError("option setHeaders must be function");r.maxage=r.maxage||r.maxAge||0,r.root=o(e);var d=p?function(e){if(this.hasTrailingSlash())this.error(404);else{var t=s.original(this.req);t.path=null,t.pathname=function(e){for(var t=0;t<e.length&&47===e.charCodeAt(t);t++);return t>1?"/"+e.substr(t):e}(t.pathname+"/");var r,o,a=n(c.format(t)),l=(r="Redirecting",o='Redirecting to <a href="'+i(a)+'">'+i(a)+"</a>",'<!DOCTYPE html>\n<html lang="en">\n<head>\n<meta charset="utf-8">\n<title>'+r+"</title>\n</head>\n<body>\n<pre>"+o+"</pre>\n</body>\n</html>\n");e.statusCode=301,e.setHeader("Content-Type","text/html; charset=UTF-8"),e.setHeader("Content-Length",Buffer.byteLength(l)),e.setHeader("Content-Security-Policy","default-src 'none'"),e.setHeader("X-Content-Type-Options","nosniff"),e.setHeader("Location",a),e.end(l)}}:function(){this.error(404)};return function(e,t,n){if("GET"!==e.method&&"HEAD"!==e.method)return l?n():(t.statusCode=405,t.setHeader("Allow","GET, HEAD"),t.setHeader("Content-Length","0"),void t.end());var i=!l,o=s.original(e),c=s(e).pathname;"/"===c&&"/"!==o.pathname.substr(-1)&&(c="");var p=a(e,c,r);p.on("directory",d),u&&p.on("headers",u),l&&p.on("file",(function(){i=!0})),p.on("error",(function(e){!i&&e.statusCode<500?n():n(e)})),p.pipe(t)}},e.exports.mime=a.mime},6644:e=>{"use strict";e.exports=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){return e.__proto__=t,e}:function(e,t){for(var r in t)e.hasOwnProperty(r)||(e[r]=t[r]);return e})},4189:(e,t,r)=>{var n=r(9509).Buffer;function i(e,t){this._block=n.alloc(e),this._finalSize=t,this._blockSize=e,this._len=0}i.prototype.update=function(e,t){"string"==typeof e&&(t=t||"utf8",e=n.from(e,t));for(var r=this._block,i=this._blockSize,s=e.length,o=this._len,a=0;a<s;){for(var c=o%i,l=Math.min(s-a,i-c),p=0;p<l;p++)r[c+p]=e[a+p];a+=l,(o+=l)%i==0&&this._update(r)}return this._len+=s,this},i.prototype.digest=function(e){var t=this._len%this._blockSize;this._block[t]=128,this._block.fill(0,t+1),t>=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=8*this._len;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=(4294967295&r)>>>0,i=(r-n)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var s=this._hash();return e?s.toString(e):s},i.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=i},8336:(e,t,r)=>{var n=r(4378),i=r(4189),s=r(9509).Buffer,o=[1518500249,1859775393,-1894007588,-899497514],a=new Array(80);function c(){this.init(),this._w=a,i.call(this,64,56)}function l(e){return e<<5|e>>>27}function p(e){return e<<30|e>>>2}function u(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n}n(c,i),c.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},c.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,s=0|this._c,a=0|this._d,c=0|this._e,d=0;d<16;++d)r[d]=e.readInt32BE(4*d);for(;d<80;++d)r[d]=(t=r[d-3]^r[d-8]^r[d-14]^r[d-16])<<1|t>>>31;for(var f=0;f<80;++f){var h=~~(f/20),m=l(n)+u(h,i,s,a)+c+r[f]+o[h]|0;c=a,a=s,s=p(i),i=n,n=m}this._a=n+this._a|0,this._b=i+this._b|0,this._c=s+this._c|0,this._d=a+this._d|0,this._e=c+this._e|0},c.prototype._hash=function(){var e=s.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=c},7485:e=>{e.exports=function(e,t){var r=[];e.on("data",(function(e){r.push(e)})),e.once("end",(function(){t&&t(null,Buffer.concat(r)),t=null})),e.once("error",(function(e){t&&t(e),t=null}))}},6993:(e,t,r)=>{e.exports=u;const n=r(7485),i=r(5611),s=r(3685),o=r(5687),a=r(778),c=r(3477),l=r(7310),p=e=>null!==e&&"object"==typeof e&&"function"==typeof e.pipe;function u(e,t){if(e=Object.assign({maxRedirects:10},"string"==typeof e?{url:e}:e),t=a(t),e.url){const{hostname:t,port:r,protocol:n,auth:i,path:s}=l.parse(e.url);delete e.url,t||r||n||i?Object.assign(e,{hostname:t,port:r,protocol:n,auth:i,path:s}):e.path=s}const r={"accept-encoding":"gzip, deflate"};let n;e.headers&&Object.keys(e.headers).forEach((t=>r[t.toLowerCase()]=e.headers[t])),e.headers=r,e.body?n=e.json&&!p(e.body)?JSON.stringify(e.body):e.body:e.form&&(n="string"==typeof e.form?e.form:c.stringify(e.form),e.headers["content-type"]="application/x-www-form-urlencoded"),n&&(e.method||(e.method="POST"),p(n)||(e.headers["content-length"]=Buffer.byteLength(n)),e.json&&!e.form&&(e.headers["content-type"]="application/json")),delete e.body,delete e.form,e.json&&(e.headers.accept="application/json"),e.method&&(e.method=e.method.toUpperCase());const d=("https:"===e.protocol?o:s).request(e,(r=>{if(!1!==e.followRedirects&&r.statusCode>=300&&r.statusCode<400&&r.headers.location)return e.url=r.headers.location,delete e.headers.host,r.resume(),"POST"===e.method&&[301,302].includes(r.statusCode)&&(e.method="GET",delete e.headers["content-length"],delete e.headers["content-type"]),0==e.maxRedirects--?t(new Error("too many redirects")):u(e,t);const n="function"==typeof i&&"HEAD"!==e.method;t(null,n?i(r):r)}));return d.on("timeout",(()=>{d.abort(),t(new Error("Request timed out"))})),d.on("error",t),p(n)?n.on("error",t).pipe(d):d.end(n),d}u.concat=(e,t)=>u(e,((r,i)=>{if(r)return t(r);n(i,((r,n)=>{if(r)return t(r);if(e.json)try{n=JSON.parse(n.toString())}catch(r){return t(r,i,n)}t(null,i,n)}))})),["get","post","put","patch","head","delete"].forEach((e=>{u[e]=(t,r)=>("string"==typeof t&&(t={url:t}),u(Object.assign({method:e.toUpperCase()},t),r))}))},4917:(e,t,r)=>{"use strict";var n=r(855);function i(e){if("number"==typeof e){if(!i[e])throw new Error("invalid status code: "+e);return e}if("string"!=typeof e)throw new TypeError("code must be a number or string");var t=parseInt(e,10);if(!isNaN(t)){if(!i[t])throw new Error("invalid status code: "+t);return t}if(!(t=i[e.toLowerCase()]))throw new Error('invalid status message: "'+e+'"');return t}e.exports=i,i.STATUS_CODES=n,i.codes=function(e,t){var r=[];return Object.keys(t).forEach((function(n){var i=t[n],s=Number(n);e[s]=i,e[i]=s,e[i.toLowerCase()]=s,r.push(s)})),r}(i,n),i.redirect={300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},i.empty={204:!0,205:!0,304:!0},i.retry={502:!0,503:!0,504:!0}},2553:(e,t,r)=>{"use strict";var n=r(9509).Buffer,i=n.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function s(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(n.isEncoding===i||!i(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=c,this.end=l,t=4;break;case"utf8":this.fillLast=a,t=4;break;case"base64":this.text=p,this.end=u,t=3;break;default:return this.write=d,void(this.end=f)}this.lastNeed=0,this.lastTotal=0,this.lastChar=n.allocUnsafe(t)}function o(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function a(e){var t=this.lastTotal-this.lastNeed,r=function(e,t,r){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function c(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function l(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function p(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function u(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function d(e){return e.toString(this.encoding)}function f(e){return e&&e.length?this.write(e):""}t.s=s,s.prototype.write=function(e){if(0===e.length)return"";var t,r;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<e.length?t?t+this.text(e,r):this.text(e,r):t||""},s.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},s.prototype.text=function(e,t){var r=function(e,t,r){var n=t.length-1;if(n<r)return 0;var i=o(t[n]);if(i>=0)return i>0&&(e.lastNeed=i-1),i;if(--n<r||-2===i)return 0;if((i=o(t[n]))>=0)return i>0&&(e.lastNeed=i-2),i;if(--n<r||-2===i)return 0;if((i=o(t[n]))>=0)return i>0&&(2===i?i=0:e.lastNeed=i-3),i;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var n=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,n),e.toString("utf8",t,n)},s.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},8403:e=>{"use strict";e.exports=e=>{if("string"!=typeof e)throw new TypeError("Expected a string, got "+typeof e);return 65279===e.charCodeAt(0)?e.slice(1):e}},1409:e=>{"use strict";const t=Symbol("singleComment"),r=Symbol("multiComment"),n=()=>"",i=(e,t,r)=>e.slice(t,r).replace(/\S/g," "),s=(e,t)=>{let r=t-1,n=0;for(;"\\"===e[r];)r-=1,n+=1;return Boolean(n%2)};e.exports=(e,o={})=>{if("string"!=typeof e)throw new TypeError(`Expected argument \`jsonString\` to be a \`string\`, got \`${typeof e}\``);const a=!1===o.whitespace?n:i;let c=!1,l=!1,p=0,u="";for(let n=0;n<e.length;n++){const i=e[n],o=e[n+1];if(!l&&'"'===i){s(e,n)||(c=!c)}if(!c)if(l||i+o!=="//"){if(l===t&&i+o==="\r\n"){n++,l=!1,u+=a(e,p,n),p=n;continue}if(l===t&&"\n"===i)l=!1,u+=a(e,p,n),p=n;else{if(!l&&i+o==="/*"){u+=e.slice(p,n),p=n,l=r,n++;continue}if(l===r&&i+o==="*/"){n++,l=!1,u+=a(e,p,n+1),p=n+1;continue}}}else u+=e.slice(p,n),p=n,l=t,n++}return u+(l?a(e.slice(p)):e.slice(p))}},4153:e=>{const t=/^[-+]?0x[a-fA-F0-9]+$/,r=/^([\-\+])?(0*)(\.[0-9]+([eE]\-?[0-9]+)?|[0-9]+(\.[0-9]+([eE]\-?[0-9]+)?)?)$/,n={hex:!0,leadingZeros:!0,decimalPoint:"."};e.exports=function(e,i={}){if(i=Object.assign({},n,i),!e||"string"!=typeof e)return e;let s=e.trim();if(void 0!==i.skipLike&&i.skipLike.test(s))return e;if(i.hex&&t.test(s))return Number.parseInt(s,16);{const t=r.exec(s);if(t){t[1];const r=t[2],n=t[3];t[4]||t[6];return 1===r.length&&"."===n[0]?Number(e):!i.leadingZeros&&r.length>0?e:Number(s)}return e}}},2130:(e,t,r)=>{"use strict";const n=r(2037),i=r(6560),s=process.env;let o;function a(e){const t=function(e){if(!1===o)return 0;if(i("color=16m")||i("color=full")||i("color=truecolor"))return 3;if(i("color=256"))return 2;if(e&&!e.isTTY&&!0!==o)return 0;const t=o?1:0;if("win32"===process.platform){const e=n.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in s))||"codeship"===s.CI_NAME?1:t;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if("truecolor"===s.COLORTERM)return 3;if("TERM_PROGRAM"in s){const e=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:(s.TERM,t)}(e);return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(t)}i("no-color")||i("no-colors")||i("color=false")?o=!1:(i("color")||i("colors")||i("color=true")||i("color=always"))&&(o=!0),"FORCE_COLOR"in s&&(o=0===s.FORCE_COLOR.length||0!==parseInt(s.FORCE_COLOR,10)),e.exports={supportsColor:a,stdout:a(process.stdout),stderr:a(process.stderr)}},6420:(e,t,r)=>{var n=r(9019),i=r(3871),s=r(4286),o=r(2986),a=r(7147),c=r(1017),l="win32"===r(2037).platform(),p=function(){},u=function(e){return e},d=l?function(e){return e.replace(/\\/g,"/").replace(/[:?<>|]/g,"_")}:u,f=function(e,t){return function(r){r.name=r.name.split("/").slice(t).join("/");var n=r.linkname;return n&&("link"===r.type||c.isAbsolute(n))&&(r.linkname=n.split("/").slice(t).join("/")),e(r)}};t.pack=function(e,t){e||(e="."),t||(t={});var r=t.fs||a,n=t.ignore||t.filter||p,o=t.map||p,l=t.mapStream||u,m=function(e,t,r,n,i,s){var o=i||["."];return function(i){if(!o.length)return i();var a=o.shift(),l=c.join(r,a);t.call(e,l,(function(t,p){return t?i(t):p.isDirectory()?void e.readdir(l,(function(e,t){if(e)return i(e);s&&t.sort();for(var l=0;l<t.length;l++)n(c.join(r,a,t[l]))||o.push(c.join(a,t[l]));i(null,a,p)})):i(null,a,p)}))}}(r,t.dereference?r.stat:r.lstat,e,n,t.entries,t.sort),g=!1!==t.strict,v="number"==typeof t.umask?~t.umask:~h(),y="number"==typeof t.dmode?t.dmode:0,b="number"==typeof t.fmode?t.fmode:0,w=t.pack||i.pack(),x=t.finish||p;t.strip&&(o=f(o,t.strip)),t.readable&&(y|=parseInt(555,8),b|=parseInt(444,8)),t.writable&&(y|=parseInt(333,8),b|=parseInt(222,8));var _=function(n,i,a){if(n)return w.destroy(n);if(!i)return!1!==t.finalize&&w.finalize(),x(w);if(a.isSocket())return S();var p={name:d(i),mode:(a.mode|(a.isDirectory()?y:b))&v,mtime:a.mtime,size:a.size,type:"file",uid:a.uid,gid:a.gid};if(a.isDirectory())return p.size=0,p.type="directory",p=o(p)||p,w.entry(p,S);if(a.isSymbolicLink())return p.size=0,p.type="symlink",function(t,n){r.readlink(c.join(e,t),(function(e,t){if(e)return w.destroy(e);n.linkname=d(t),w.entry(n,S)}))}(i,p=o(p)||p);if(p=o(p)||p,!a.isFile())return g?w.destroy(new Error("unsupported type for "+i)):S();var u=w.entry(p,S);if(u){var f=l(r.createReadStream(c.join(e,i),{start:0,end:p.size>0?p.size-1:p.size}),p);f.on("error",(function(e){u.destroy(e)})),s(f,u)}},S=function(e){if(e)return w.destroy(e);m(_)};return S(),w};var h=function(){return process.umask?process.umask():0};function m(e,t,r,n){if(t===r)return n(null,!0);e.lstat(t,(function(i,s){return i&&"ENOENT"!==i.code?n(i):i||s.isDirectory()?m(e,c.join(t,".."),r,n):void n(null,!1)}))}function g(e,t,r){o(e,{fs:t.fs},(function(e,i){!e&&i&&t.own?n(i,t.uid,t.gid,r):r(e)}))}t.extract=function(e,t){e||(e="."),t||(t={});var r=t.fs||a,n=t.ignore||t.filter||p,o=t.map||p,v=t.mapStream||u,y=!1!==t.chown&&!l&&0===(process.getuid?process.getuid():-1),b=t.extract||i.extract(),w=[],x=new Date,_="number"==typeof t.umask?~t.umask:~h(),S="number"==typeof t.dmode?t.dmode:0,E="number"==typeof t.fmode?t.fmode:0,k=!1!==t.strict;t.strip&&(o=f(o,t.strip)),t.readable&&(S|=parseInt(555,8),E|=parseInt(444,8)),t.writable&&(S|=parseInt(333,8),E|=parseInt(222,8));var A=function(e,t){for(var n,i;(n=(i=w).length?i[i.length-1]:null)&&e.slice(0,n[0].length)!==n[0];)w.pop();if(!n)return t();r.utimes(n[0],x,n[1],t)};return b.on("entry",(function(i,a,p){(i=o(i)||i).name=d(i.name);var u=c.join(e,c.join("/",i.name));if(n(u,i))return a.resume(),p();var f=function(e){if(e)return p(e);!function(e,n,i){!1===t.utimes?i():"directory"===n.type?r.utimes(e,x,n.mtime,i):"symlink"===n.type?A(e,i):r.utimes(e,x,n.mtime,(function(t){if(t)return i(t);A(e,i)}))}(u,i,(function(e){return e?p(e):l?p():void function(e,t,n){var i="symlink"===t.type,s=i?r.lchmod:r.chmod,o=i?r.lchown:r.chown;if(!s)return n();var a=(t.mode|("directory"===t.type?S:E))&_;function c(t){return t?n(t):s?void s.call(r,e,a,n):n()}o&&y?o.call(r,e,t.uid,t.gid,c):c(null)}(u,i,p)}))},h=function(){var e=r.createWriteStream(u),t=v(a,i);e.on("error",(function(e){t.destroy(e)})),s(t,e,(function(t){if(t)return p(t);e.on("close",f)}))};if("directory"===i.type)return w.push([u,i.mtime]),g(u,{fs:r,own:y,uid:i.uid,gid:i.gid},f);var b=c.dirname(u);m(r,b,c.join(e,"."),(function(n,s){return n?p(n):s?void g(b,{fs:r,own:y,uid:i.uid,gid:i.gid},(function(n){if(n)return p(n);switch(i.type){case"file":return h();case"link":return function(){if(l)return p();r.unlink(u,(function(){var n=c.join(e,c.join("/",i.linkname));r.link(n,u,(function(e){if(e&&"EPERM"===e.code&&t.hardlinkAsFilesFallback)return a=r.createReadStream(n),h();f(e)}))}))}();case"symlink":return function(){if(l)return p();r.unlink(u,(function(){r.symlink(i.linkname,u,f)}))}()}if(k)return p(new Error("unsupported type for "+u+" ("+i.type+")"));a.resume(),p()})):p(new Error(b+" is not a valid path"))}))})),t.finish&&b.on("finish",t.finish),b}},4028:(e,t,r)=>{var n=r(3837),i=r(22),s=r(58),o=r(1451).Writable,a=r(1451).PassThrough,c=function(){},l=function(e){return(e&=511)&&512-e},p=function(e,t){this._parent=e,this.offset=t,a.call(this,{autoDestroy:!1})};n.inherits(p,a),p.prototype.destroy=function(e){this._parent.destroy(e)};var u=function(e){if(!(this instanceof u))return new u(e);o.call(this,e),e=e||{},this._offset=0,this._buffer=i(),this._missing=0,this._partial=!1,this._onparse=c,this._header=null,this._stream=null,this._overflow=null,this._cb=null,this._locked=!1,this._destroyed=!1,this._pax=null,this._paxGlobal=null,this._gnuLongPath=null,this._gnuLongLinkPath=null;var t=this,r=t._buffer,n=function(){t._continue()},a=function(e){if(t._locked=!1,e)return t.destroy(e);t._stream||n()},d=function(){t._stream=null;var e=l(t._header.size);e?t._parse(e,f):t._parse(512,y),t._locked||n()},f=function(){t._buffer.consume(l(t._header.size)),t._parse(512,y),n()},h=function(){var e=t._header.size;t._paxGlobal=s.decodePax(r.slice(0,e)),r.consume(e),d()},m=function(){var e=t._header.size;t._pax=s.decodePax(r.slice(0,e)),t._paxGlobal&&(t._pax=Object.assign({},t._paxGlobal,t._pax)),r.consume(e),d()},g=function(){var n=t._header.size;this._gnuLongPath=s.decodeLongPath(r.slice(0,n),e.filenameEncoding),r.consume(n),d()},v=function(){var n=t._header.size;this._gnuLongLinkPath=s.decodeLongPath(r.slice(0,n),e.filenameEncoding),r.consume(n),d()},y=function(){var i,o=t._offset;try{i=t._header=s.decode(r.slice(0,512),e.filenameEncoding)}catch(e){t.emit("error",e)}return r.consume(512),i?"gnu-long-path"===i.type?(t._parse(i.size,g),void n()):"gnu-long-link-path"===i.type?(t._parse(i.size,v),void n()):"pax-global-header"===i.type?(t._parse(i.size,h),void n()):"pax-header"===i.type?(t._parse(i.size,m),void n()):(t._gnuLongPath&&(i.name=t._gnuLongPath,t._gnuLongPath=null),t._gnuLongLinkPath&&(i.linkname=t._gnuLongLinkPath,t._gnuLongLinkPath=null),t._pax&&(t._header=i=function(e,t){return t.path&&(e.name=t.path),t.linkpath&&(e.linkname=t.linkpath),t.size&&(e.size=parseInt(t.size,10)),e.pax=t,e}(i,t._pax),t._pax=null),t._locked=!0,i.size&&"directory"!==i.type?(t._stream=new p(t,o),t.emit("entry",i,t._stream,a),t._parse(i.size,d),void n()):(t._parse(512,y),void t.emit("entry",i,function(e,t){var r=new p(e,t);return r.end(),r}(t,o),a))):(t._parse(512,y),void n())};this._onheader=y,this._parse(512,y)};n.inherits(u,o),u.prototype.destroy=function(e){this._destroyed||(this._destroyed=!0,e&&this.emit("error",e),this.emit("close"),this._stream&&this._stream.emit("close"))},u.prototype._parse=function(e,t){this._destroyed||(this._offset+=e,this._missing=e,t===this._onheader&&(this._partial=!1),this._onparse=t)},u.prototype._continue=function(){if(!this._destroyed){var e=this._cb;this._cb=c,this._overflow?this._write(this._overflow,void 0,e):e()}},u.prototype._write=function(e,t,r){if(!this._destroyed){var n=this._stream,i=this._buffer,s=this._missing;if(e.length&&(this._partial=!0),e.length<s)return this._missing-=e.length,this._overflow=null,n?n.write(e,r):(i.append(e),r());this._cb=r,this._missing=0;var o=null;e.length>s&&(o=e.slice(s),e=e.slice(0,s)),n?n.end(e):i.append(e),this._overflow=o,this._onparse()}},u.prototype._final=function(e){if(this._partial)return this.destroy(new Error("Unexpected end of data"));e()},e.exports=u},58:(e,t)=>{var r=Buffer.alloc,n="0".charCodeAt(0),i=Buffer.from("ustar\0","binary"),s=Buffer.from("00","binary"),o=Buffer.from("ustar ","binary"),a=Buffer.from(" \0","binary"),c=parseInt("7777",8),l=257,p=function(e,t,r,n){for(;r<n;r++)if(e[r]===t)return r;return n},u=function(e){for(var t=256,r=0;r<148;r++)t+=e[r];for(var n=156;n<512;n++)t+=e[n];return t},d=function(e,t){return(e=e.toString(8)).length>t?"7777777777777777777".slice(0,t)+" ":"0000000000000000000".slice(0,t-e.length)+e+" "};var f=function(e,t,r){if(128&(e=e.slice(t,t+r))[t=0])return function(e){var t;if(128===e[0])t=!0;else{if(255!==e[0])return null;t=!1}for(var r=[],n=e.length-1;n>0;n--){var i=e[n];t?r.push(i):r.push(255-i)}var s=0,o=r.length;for(n=0;n<o;n++)s+=r[n]*Math.pow(256,n);return t?s:-1*s}(e);for(;t<e.length&&32===e[t];)t++;for(var n=(i=p(e,32,t,e.length),s=e.length,o=e.length,"number"!=typeof i?o:(i=~~i)>=s?s:i>=0||(i+=s)>=0?i:0);t<n&&0===e[t];)t++;return n===t?0:parseInt(e.slice(t,n).toString(),8);var i,s,o},h=function(e,t,r,n){return e.slice(t,p(e,0,t,t+r)).toString(n)},m=function(e){var t=Buffer.byteLength(e),r=Math.floor(Math.log(t)/Math.log(10))+1;return t+r>=Math.pow(10,r)&&r++,t+r+e};t.decodeLongPath=function(e,t){return h(e,0,e.length,t)},t.encodePax=function(e){var t="";e.name&&(t+=m(" path="+e.name+"\n")),e.linkname&&(t+=m(" linkpath="+e.linkname+"\n"));var r=e.pax;if(r)for(var n in r)t+=m(" "+n+"="+r[n]+"\n");return Buffer.from(t)},t.decodePax=function(e){for(var t={};e.length;){for(var r=0;r<e.length&&32!==e[r];)r++;var n=parseInt(e.slice(0,r).toString(),10);if(!n)return t;var i=e.slice(r+1,n-1).toString(),s=i.indexOf("=");if(-1===s)return t;t[i.slice(0,s)]=i.slice(s+1),e=e.slice(n)}return t},t.encode=function(e){var t=r(512),o=e.name,a="";if(5===e.typeflag&&"/"!==o[o.length-1]&&(o+="/"),Buffer.byteLength(o)!==o.length)return null;for(;Buffer.byteLength(o)>100;){var p=o.indexOf("/");if(-1===p)return null;a+=a?"/"+o.slice(0,p):o.slice(0,p),o=o.slice(p+1)}return Buffer.byteLength(o)>100||Buffer.byteLength(a)>155||e.linkname&&Buffer.byteLength(e.linkname)>100?null:(t.write(o),t.write(d(e.mode&c,6),100),t.write(d(e.uid,6),108),t.write(d(e.gid,6),116),t.write(d(e.size,11),124),t.write(d(e.mtime.getTime()/1e3|0,11),136),t[156]=n+function(e){switch(e){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72}return 0}(e.type),e.linkname&&t.write(e.linkname,157),i.copy(t,l),s.copy(t,263),e.uname&&t.write(e.uname,265),e.gname&&t.write(e.gname,297),t.write(d(e.devmajor||0,6),329),t.write(d(e.devminor||0,6),337),a&&t.write(a,345),t.write(d(u(t),6),148),t)},t.decode=function(e,t){var r=0===e[156]?0:e[156]-n,s=h(e,0,100,t),c=f(e,100,8),p=f(e,108,8),d=f(e,116,8),m=f(e,124,12),g=f(e,136,12),v=function(e){switch(e){case 0:return"file";case 1:return"link";case 2:return"symlink";case 3:return"character-device";case 4:return"block-device";case 5:return"directory";case 6:return"fifo";case 7:return"contiguous-file";case 72:return"pax-header";case 55:return"pax-global-header";case 27:return"gnu-long-link-path";case 28:case 30:return"gnu-long-path"}return null}(r),y=0===e[157]?null:h(e,157,100,t),b=h(e,265,32),w=h(e,297,32),x=f(e,329,8),_=f(e,337,8),S=u(e);if(256===S)return null;if(S!==f(e,148,8))throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");if(0===i.compare(e,l,263))e[345]&&(s=h(e,345,155,t)+"/"+s);else if(0!==o.compare(e,l,263)||0!==a.compare(e,263,265))throw new Error("Invalid tar header: unknown format.");return 0===r&&s&&"/"===s[s.length-1]&&(r=5),{name:s,mode:c,uid:p,gid:d,size:m,mtime:new Date(1e3*g),type:v,linkname:y,uname:b,gname:w,devmajor:x,devminor:_}}},3871:(e,t,r)=>{t.extract=r(4028),t.pack=r(809)},809:(e,t,r)=>{var n=r(7268),i=r(2840),s=r(4378),o=Buffer.alloc,a=r(1451).Readable,c=r(1451).Writable,l=r(1576).StringDecoder,p=r(58),u=parseInt("755",8),d=parseInt("644",8),f=o(1024),h=function(){},m=function(e,t){(t&=511)&&e.push(f.slice(0,512-t))};var g=function(e){c.call(this),this.written=0,this._to=e,this._destroyed=!1};s(g,c),g.prototype._write=function(e,t,r){if(this.written+=e.length,this._to.push(e))return r();this._to._drain=r},g.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var v=function(){c.call(this),this.linkname="",this._decoder=new l("utf-8"),this._destroyed=!1};s(v,c),v.prototype._write=function(e,t,r){this.linkname+=this._decoder.write(e),r()},v.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var y=function(){c.call(this),this._destroyed=!1};s(y,c),y.prototype._write=function(e,t,r){r(new Error("No body allowed for this entry"))},y.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var b=function(e){if(!(this instanceof b))return new b(e);a.call(this,e),this._drain=h,this._finalized=!1,this._finalizing=!1,this._destroyed=!1,this._stream=null};s(b,a),b.prototype.entry=function(e,t,r){if(this._stream)throw new Error("already piping an entry");if(!this._finalized&&!this._destroyed){"function"==typeof t&&(r=t,t=null),r||(r=h);var s=this;if(e.size&&"symlink"!==e.type||(e.size=0),e.type||(e.type=function(e){switch(e&n.S_IFMT){case n.S_IFBLK:return"block-device";case n.S_IFCHR:return"character-device";case n.S_IFDIR:return"directory";case n.S_IFIFO:return"fifo";case n.S_IFLNK:return"symlink"}return"file"}(e.mode)),e.mode||(e.mode="directory"===e.type?u:d),e.uid||(e.uid=0),e.gid||(e.gid=0),e.mtime||(e.mtime=new Date),"string"==typeof t&&(t=Buffer.from(t)),Buffer.isBuffer(t)){e.size=t.length,this._encode(e);var o=this.push(t);return m(s,e.size),o?process.nextTick(r):this._drain=r,new y}if("symlink"===e.type&&!e.linkname){var a=new v;return i(a,(function(t){if(t)return s.destroy(),r(t);e.linkname=a.linkname,s._encode(e),r()})),a}if(this._encode(e),"file"!==e.type&&"contiguous-file"!==e.type)return process.nextTick(r),new y;var c=new g(this);return this._stream=c,i(c,(function(t){return s._stream=null,t?(s.destroy(),r(t)):c.written!==e.size?(s.destroy(),r(new Error("size mismatch"))):(m(s,e.size),s._finalizing&&s.finalize(),void r())})),c}},b.prototype.finalize=function(){this._stream?this._finalizing=!0:this._finalized||(this._finalized=!0,this.push(f),this.push(null))},b.prototype.destroy=function(e){this._destroyed||(this._destroyed=!0,e&&this.emit("error",e),this.emit("close"),this._stream&&this._stream.destroy&&this._stream.destroy())},b.prototype._encode=function(e){if(!e.pax){var t=p.encode(e);if(t)return void this.push(t)}this._encodePax(e)},b.prototype._encodePax=function(e){var t=p.encodePax({name:e.name,linkname:e.linkname,pax:e.pax}),r={name:"PaxHeader",mode:e.mode,uid:e.uid,gid:e.gid,size:t.length,mtime:e.mtime,type:"pax-header",linkname:e.linkname&&"PaxHeader",uname:e.uname,gname:e.gname,devmajor:e.devmajor,devminor:e.devminor};this.push(p.encode(r)),this.push(t),m(this,t.length),r.size=e.size,r.type=e.type,this.push(p.encode(r))},b.prototype._read=function(e){var t=this._drain;this._drain=h,t()},e.exports=b},5702:(e,t,r)=>{"use strict";const n=r(9924),i=(e,t,r)=>{if(!1===n(e))throw new TypeError("toRegexRange: expected the first argument to be a number");if(void 0===t||e===t)return String(e);if(!1===n(t))throw new TypeError("toRegexRange: expected the second argument to be a number.");let s={relaxZeros:!0,...r};"boolean"==typeof s.strictZeros&&(s.relaxZeros=!1===s.strictZeros);let c=e+":"+t+"="+String(s.relaxZeros)+String(s.shorthand)+String(s.capture)+String(s.wrap);if(i.cache.hasOwnProperty(c))return i.cache[c].result;let l=Math.min(e,t),p=Math.max(e,t);if(1===Math.abs(l-p)){let r=e+"|"+t;return s.capture?`(${r})`:!1===s.wrap?r:`(?:${r})`}let u=h(e)||h(t),d={min:e,max:t,a:l,b:p},f=[],m=[];if(u&&(d.isPadded=u,d.maxLen=String(d.max).length),l<0){m=o(p<0?Math.abs(p):1,Math.abs(l),d,s),l=d.a=0}return p>=0&&(f=o(l,p,d,s)),d.negatives=m,d.positives=f,d.result=function(e,t,r){let n=a(e,t,"-",!1,r)||[],i=a(t,e,"",!1,r)||[],s=a(e,t,"-?",!0,r)||[];return n.concat(s).concat(i).join("|")}(m,f,s),!0===s.capture?d.result=`(${d.result})`:!1!==s.wrap&&f.length+m.length>1&&(d.result=`(?:${d.result})`),i.cache[c]=d,d.result};function s(e,t,r){if(e===t)return{pattern:e,count:[],digits:0};let n=function(e,t){let r=[];for(let n=0;n<e.length;n++)r.push([e[n],t[n]]);return r}(e,t),i=n.length,s="",o=0;for(let e=0;e<i;e++){let[t,i]=n[e];t===i?s+=t:"0"!==t||"9"!==i?s+=f(t,i,r):o++}return o&&(s+=!0===r.shorthand?"\\d":"[0-9]"),{pattern:s,count:[o],digits:i}}function o(e,t,r,n){let i,o=function(e,t){let r=1,n=1,i=p(e,r),s=new Set([t]);for(;e<=i&&i<=t;)s.add(i),r+=1,i=p(e,r);for(i=u(t+1,n)-1;e<i&&i<=t;)s.add(i),n+=1,i=u(t+1,n)-1;return s=[...s],s.sort(c),s}(e,t),a=[],l=e;for(let e=0;e<o.length;e++){let t=o[e],c=s(String(l),String(t),n),p="";r.isPadded||!i||i.pattern!==c.pattern?(r.isPadded&&(p=m(t,r,n)),c.string=p+c.pattern+d(c.count),a.push(c),l=t+1,i=c):(i.count.length>1&&i.count.pop(),i.count.push(c.count[0]),i.string=i.pattern+d(i.count),l=t+1)}return a}function a(e,t,r,n,i){let s=[];for(let i of e){let{string:e}=i;n||l(t,"string",e)||s.push(r+e),n&&l(t,"string",e)&&s.push(r+e)}return s}function c(e,t){return e>t?1:t>e?-1:0}function l(e,t,r){return e.some((e=>e[t]===r))}function p(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))}function u(e,t){return e-e%Math.pow(10,t)}function d(e){let[t=0,r=""]=e;return r||t>1?`{${t+(r?","+r:"")}}`:""}function f(e,t,r){return`[${e}${t-e==1?"":"-"}${t}]`}function h(e){return/^-?(0+)\d/.test(e)}function m(e,t,r){if(!t.isPadded)return e;let n=Math.abs(t.maxLen-String(e).length),i=!1!==r.relaxZeros;switch(n){case 0:return"";case 1:return i?"0?":"0";case 2:return i?"0{0,2}":"00";default:return i?`0{0,${n}}`:`0{${n}}`}}i.cache={},i.clearCache=()=>i.cache={},e.exports=i},2953:e=>{e.exports=function(e){return e.split(" ").map((function(e){return e.slice(0,1).toUpperCase()+e.slice(1)})).join("").replace(/[^ _0-9a-z]/gi,"")}},3107:(e,t,r)=>{"use strict";r.d(t,{S:()=>d});var n,i=r(6700),s=r(7534),o=r(4690),a=r(6855),c=r(4302),l=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},p=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const u={binary:!0};let d=class{constructor(){this.onEventListenerError=new s.K,this.onClientConnected=new s.K,this.clients=new Set,this.eventTypeListeners={},this.eventTypeCallbackListener={},this.logService=new a.e("ApiClient"),this.messagesQueue=[],this.messagesQueueTicker=new c.v,this.workMessageQueue=()=>{const e=this.messagesQueue;let t;this.messagesQueue=[],t=1===e.length?JSON.stringify(e[0]):JSON.stringify(["##mq",e]);const r=Buffer.from(t);for(const e of this.clients)e.send(r,u)}}initialize(){this.shellBackend.useWS("/api",(e=>{this.clients.add(e),e.on("close",(()=>this.clients.delete(e))),e.on("message",(e=>this.handleMessage(e))),this.onClientConnected.emit()}))}emit(e,t){this.broadcastMessage(void 0!==t?[e,t]:[e])}on(e,t){var r;const n=(r=this.eventTypeListeners)[e]??(r[e]=new Set);return n.add(t),()=>n.delete(t)}onCallback(e,t){if(this.eventTypeCallbackListener[e])throw new Error(`Unable to register new listener for callback event ${e} as it is already registered`);return this.eventTypeCallbackListener[e]=t,()=>delete this.eventTypeCallbackListener[e]}off(e,t){this.eventTypeListeners[e]?.delete(t)}offCallback(e){delete this.eventTypeCallbackListener[e]}async handleMessage(e){let t;try{t=JSON.parse(e.toString())}catch(t){return void this.logService.log("Invalid api message:",e,t)}if("@@cb"===t[0]){const[,r,n,i]=t;if(!n)throw new Error(`No type specified in message ${e}`);const s=this.eventTypeCallbackListener[n];if(!s)return void this.logService.log(`No listener for callback event ${n}`);try{this.emitCallbackResponse(r,await s(i))}catch(e){this.emitCallbackError(r,e)}}else{const[e,r]=t,n=this.eventTypeListeners[e];if(!n?.size)return console.log("No listeners for event of type:",e);n.forEach((async e=>{try{await e(r)}catch(e){this.onEventListenerError.emit(e),this.logService.log("Unexpected error occured:",e)}}))}}emitCallbackError(e,t){this.broadcastMessage(["@@cb",[e,"error",t+""]])}emitCallbackResponse(e,t){this.broadcastMessage(["@@cb",[e,"response",t]])}broadcastMessage(e){this.messagesQueue.push(e),this.messagesQueueTicker.whenTickEnds(this.workMessageQueue)}};l([(0,i.f3)(o.S),p("design:type","function"==typeof(n=void 0!==o.S&&o.S)?n:Object)],d.prototype,"shellBackend",void 0),l([(0,i.zY)(),p("design:type",Function),p("design:paramtypes",[]),p("design:returntype",void 0)],d.prototype,"initialize",null),d=l([(0,i.b2)()],d)},2868:(e,t,r)=>{"use strict";r.d(t,{K0:()=>s,uJ:()=>o,rT:()=>a,RR:()=>c});const n=Symbol("clientEvents"),i=Symbol("clientCallbackEvents");function s(e){return function(t,r){t[n]=t[n]||[],t[n].push({propKey:r,eventName:e})}}function o(e){return function(t,r){t[i]=t[i]||[],t[i].push({propKey:r,eventName:e})}}function a(e){return e[n]||[]}function c(e){return e[i]||[]}},1348:(e,t,r)=>{"use strict";r.d(t,{F:()=>i,f:()=>s});var n=r(4065);const i=Symbol("AppContribution"),s=e=>((0,n.ZO)().bind(i).toService(e),e)},4898:(e,t,r)=>{"use strict";r.d(t,{E:()=>l});var n=r(6700),i=r(1017),s=r.n(i),o=r(7310),a=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},c=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};process.env.LOCALAPPDATA||(console.error("No LOCALAPPDATA env variable"),process.exit(-1));let l=class{constructor(){this.realCwd=process.cwd(),this.citizen=s().normalize(GetConvar("citizen_path"));const{LOCALAPPDATA:e}=process.env;if(!e)throw new Error("No LOCALAPPDATA in env variables");this.sdkUrl=GetConvar("sdk_url"),this.selfHosted="http://localhost:35419/"===this.sdkUrl,this.shellBackendPort=parseInt(new o.URL(this.sdkUrl).port,10)||80,this.editorBackendPort=this.shellBackendPort+1,this.realCwd=process.cwd(),this.citizen=s().normalize(GetConvar("citizen_path")),process.env.CITIZEN_PATH=this.citizen,this.cfxLocalAppData=s().join(e,"citizenfx"),this.sdkResources=s().join(__dirname,"../../.."),this.sdkRoot=s().join(this.sdkResources,"sdk-root"),this.sdkGame=s().join(this.sdkResources,"sdk-game"),this.sdkRootShell=s().join(this.sdkRoot,"shell"),this.sdkRootShellBuild=s().join(this.sdkRootShell,"build"),this.fxcodeDataPath=s().join(this.cfxLocalAppData,"sdk-personality-fxcode"),this.sdkRootFXCode=s().join(this.sdkRoot,"fxcode"),this.sdkRootFXCodeArchive=s().join(this.sdkRoot,"fxcode.tar"),this.sdkStorage=s().join(this.cfxLocalAppData,"sdk-storage"),this.serverArtifacts=s().join(this.sdkStorage,"artifacts"),this.serverContainer=s().join(this.sdkStorage,"server"),this.serverDataPath=s().join(this.sdkStorage,"serverData"),this.recentProjectsFilePath=s().join(this.sdkStorage,"recent-projects.json"),this.featuresFilePath=s().join(this.sdkStorage,"features.json"),this.wellKnownPathsPath=s().join(this.sdkStorage,"well-known-paths.json"),this.systemResourcesRoot=s().join(this.sdkStorage,"system-resources"),this.systemResourcesPath=s().join(this.systemResourcesRoot,"resources"),this.archetypesCollectionPath=s().join(this.cfxLocalAppData,"archetypes.json")}};l=a([(0,n.b2)(),c("design:paramtypes",[])],l)},4065:(e,t,r)=>{"use strict";r.d(t,{SB:()=>c,ZO:()=>u,yT:()=>d,zr:()=>f,En:()=>h,nQ:()=>m});var n,i=r(6700),s=r(4879),o=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},a=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let c=class{constructor(e){this.container=e}get(e){return this.container.get(e)}resolve(e){return this.container.resolve(e)}withChildContainer(e){return e(this.container.createChild())}};c=o([(0,i.b2)(),a("design:paramtypes",["function"==typeof(n=void 0!==i.interfaces&&i.interfaces.Container)?n:Object])],c);let l=new i.W2,p=(0,s.Z)(l);function u(){return l}const d=(...e)=>p.lazyInject(...e);function f(e){return l.bind(e).toSelf().inSingletonScope(),e}function h(e,t){l.bind(e).toDynamicValue(t)}function m(e,t){l.bind(e).toFactory(t)}},7001:(e,t,r)=>{"use strict";r.d(t,{Q:()=>i,x:()=>o});var n=r(4065);const i=Symbol("ContributionProvider");class s{constructor(e,t){this.serviceId=e,this.container=t,this.services=null}getAll(){return null===this.services&&(this.services=this.container.getAll(this.serviceId)),this.services}getTagged(e,t){return this.container.getTagged(this.serviceId,e,t)}}const o=e=>{(0,n.ZO)().bind(i).toDynamicValue((t=>new s(e,t.container))).inSingletonScope().whenTargetNamed(e)}},1658:(e,t,r)=>{"use strict";r.d(t,{B:()=>n});class n{constructor(){this.promise=new Promise(((e,t)=>{this.resolve=e,this.reject=t}))}}},796:(e,t,r)=>{"use strict";r.d(t,{A:()=>B});var n,i=r(7147),s=r.n(i),o=r(2037),a=r.n(o),c=r(1017),l=r.n(c),p=r(3294),u=r.n(p),d=r(1890),f=r.n(d),h=r(984),m=r.n(h),g=r(3730),v=r(6965),y=r(2317),b=r.n(y),w=r(3837),x=r(6700),_=r(1658);!function(e){e[e.idle=0]="idle",e[e.busy=1]="busy"}(n||(n={}));class S{constructor(e,t){this.path=e,this.fsWriteFile=t,this.state=n.idle}async write(e){if(this.state===n.busy)return this.pendingContent=e,this.pendingWrite??(this.pendingWrite=new _.B),this.pendingWrite.promise;const t=new _.B;return this.flushContent(t,e),t.promise}async flushContent(e,t){for(this.pendingContent=t,this.pendingWrite=e;void 0!==this.pendingContent&&this.pendingWrite;){this.state=n.busy;const e=this.pendingContent,t=this.pendingWrite;this.pendingContent=void 0,this.pendingWrite=void 0;try{await this.fsWriteFile(this.path,e),t.resolve()}catch(e){t.reject(e)}}this.state=n.idle}}var E=r(8172);class k{constructor(e,t,r,n){this.snapshot=e,this.writer=t,this.reader=r,this.options=n}get(){return this.snapshot}async apply(e){const t=(0,E.Uy)(this.snapshot,(t=>{this.options?.beforeApply?.(t),e(t)}));this.snapshot=t,this.options?.onApply?.(t),this.options?.disablePettyPrint?await this.writer.write(JSON.stringify(t)):await this.writer.write(JSON.stringify(t,null,2)),this.options?.onWrite?.(t)}}var A=r(1613),O=r(2839),T=r(3923),C=r(6407),R=r(5979);class P{constructor(e,t){this.writer=e,this.options=t,this.pendingDeferred=null,this.pendingContent=null,this.flushContent=async()=>{this.timer=null,this.pendingDeferred&&await this.pendingDeferred.promise,this.pendingDeferred=new _.B,await this.writer(this.options.serialize(this.pendingContent)),this.pendingDeferred.resolve(),this.pendingDeferred=null}}write(e){this.pendingContent=e,this.timer||(this.timer=setTimeout(this.flushContent,this.options.time))}async flush(){if(this.pendingDeferred&&await this.pendingDeferred.promise,this.timer)return clearTimeout(this.timer),this.flushContent()}}var j,N,I,D=r(4979),L=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},F=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const M=(0,w.promisify)(m());let B=class{tmpdir(){return a().tmpdir()}basename(e,t){return l().basename(e,t)}dirname(e){return l().dirname(e)}filesizeToHumanReadable(e){return b()(e)}isAbsolutePath(e){return l().isAbsolute(e)}relativePath(e,t){return l().relative(e,t)}splitPath(e){return e.split(l().sep)}joinPath(...e){return l().join(...e)}resolvePath(e){return l().resolve(e)}async statSafe(e){try{return await this.stat(e)}catch(e){return null}}async statSafeRetries(e,t=3,r=25){let n=t;do{const t=await this.statSafe(e);if(t)return t;await(0,D.HA)(r)}while(n--);return null}stat(e){return s().promises.stat(e)}statSync(e){return s().statSync(e)}rimraf(e){return M(e)}async ensureDeleted(e){const t=await this.statSafe(e);t&&(t.isDirectory()?await this.rimraf(e):await this.unlink(e))}readdir(e){return s().promises.readdir(e)}mkdirp(e){return f()(e)}mkdirpSync(e){return f().sync(e)}async ensureDir(e){const t=await this.statSafe(e);if(!t)return this.mkdirp(e);if(!t.isDirectory())throw new Error(`${e} exist but is not a directory`)}unlink(e){return s().promises.unlink(e)}rename(e,t){return s().promises.rename(e,t)}createReadStream(e){return s().createReadStream(e)}createWriteStream(e){return s().createWriteStream(e)}readFile(e){return s().promises.readFile(e)}async readFileFirstBytes(e,t){const r=await s().promises.open(e,"r"),n=Buffer.allocUnsafe(t);return await r.read(n,0,t,0),await r.close(),n.toString()}async readFileString(e){return(await this.readFile(e)).toString()}async readFileJson(e){const t=await this.readFileString(e);return JSON.parse(t)}async readFileJsonc(e){const t=await this.readFileString(e);return g.jsonc.parse(t)}async readFileXML(e,t){const r=await this.readFileString(e);return v.parse(r,t)}writeFile(e,t){return s().promises.writeFile(e,t)}writeFileJson(e,t,r=!0){return this.writeFile(e,JSON.stringify(t,void 0,r?2:void 0))}writeFileJsonc(e,t,r=!0){return this.writeFile(e,g.jsonc.stringify(t,void 0,r?2:void 0))}createAtomicWriter(e){return new S(e,this.writeFile.bind(this))}async createJsonFileMapping(e,t){const r=this.createAtomicWriter(e),n=async()=>{const r=await this.readFile(e);try{return{...t?.defaults||null,...JSON.parse(r.toString())}}catch(e){return t?.defaults||{}}},i=await n();return new k(i,r,n,t)}createThrottledFileWriter(e,t){return new P((t=>this.writeFile(e,t)),t)}async copy(e,t,r={}){const n=this.basename(e),i=this.joinPath(t,n),s=await this.statSafe(e);if(!s)throw new Error(`Can't copy ${e} -> ${t} as ${e} does not exist`);const{onProgress:o=(()=>{})}=r;if(!s.isDirectory()){const r=s.size;let n=0;return o?this.doCopyFile(e,i,o):this.taskReporterService.wrap(`Copying ${e} to ${t}`,(t=>this.doCopyFile(e,i,(e=>{n+=e,t.setProgress(n/r)}))))}return o?this.doCopyDir(e,i,o):this.taskReporterService.wrap(`Copying ${e} to ${t}`,(async t=>this.doCopyDir(e,i,(e=>t.setProgress(e)))))}async copyFileContent(e,t,r={}){const n=await this.statSafe(e);if(!n)throw new Error("No source path: "+e);return new Promise(((i,s)=>{const o=this.createReadStream(e),a=this.createWriteStream(t);let c=!1;const l=e=>{if(!c)return c=!0,e?s(e):i()};if(o.once("error",l),a.once("error",l),a.once("close",(()=>l())),r.onProgress){const e=n.size;let t=0;o.on("data",(n=>{t+=n.length,r.onProgress?.(t/e)}))}o.pipe(a)}))}async copyDirContent(e,t,r={}){const{onProgress:n=(()=>{})}=r;return this.doCopyDir(e,t,n)}async doCopyDir(e,t,r=(()=>{})){const n=new Set([e]),i=new Map,s=new Set;let o=0,a=0;for(const r of n){const a=this.joinPath(t,this.relativePath(e,r)),[c]=await(0,C.C)(this.readdir(r),this.mkdirp(a));await Promise.all(c.map((async e=>{const t=this.joinPath(r,e),c=this.joinPath(a,e),l=await this.statSafe(t);if(l){if(l.isDirectory())return n.add(t);if(await this.statSafe(c))return s.add(t);i.set(t,c),o+=l.size}})))}s.size&&this.notificationService.warning(`Following files won't be copied as they will overwrite existing files: ${[...s.values()].join(", ")}`);for(const[e,t]of i.entries())await this.doCopyFile(e,t,(e=>{a+=e,r(a/o)}))}doCopyFile(e,t,r=(()=>{})){return new Promise(((n,i)=>{const s=this.createReadStream(e),o=this.createWriteStream(t);let a=!1;const c=e=>{if(!a)return a=!0,e?i(e):n()};s.once("error",c),o.once("error",c),o.once("close",(()=>c())),s.on("data",(e=>r(e.length))),s.pipe(o)}))}async glob(e,t){return u()(e,t)}async readIgnorePatterns(e,t=".fxdkignore"){try{const r=this.joinPath(e,t);return(await this.readFileString(r)).trim().split("\n").map((e=>e.trim())).filter(Boolean)}catch(e){return[]}}async moveToTrashBin(...e){await new Promise(((t,r)=>{const n=(0,R.n)();emit("sdk:recycleShellItems",n,e);const i=(e,s)=>{if(n===e)return RemoveEventHandler("sdk:recycleShellItemsResponse",i),s?r(new Error(s)):t()};on("sdk:recycleShellItemsResponse",i)}))}async ensureFile(e,t=""){await this.statSafe(e)||await this.writeFile(e,t)}};B.separator=l().sep,L([(0,x.f3)(O.$),F("design:type","function"==typeof(j=void 0!==O.$&&O.$)?j:Object)],B.prototype,"logService",void 0),L([(0,x.f3)(T.g),F("design:type","function"==typeof(N=void 0!==T.g&&T.g)?N:Object)],B.prototype,"notificationService",void 0),L([(0,x.f3)(A.n),F("design:type","function"==typeof(I=void 0!==A.n&&A.n)?I:Object)],B.prototype,"taskReporterService",void 0),B=L([(0,x.b2)()],B)},7199:(e,t,r)=>{"use strict";r.d(t,{P:()=>i,Y:()=>s});var n=r(4065);const i=Symbol("LogProvider");function s(e){(0,n.ZO)().bind(i).toService(e)}},2839:(e,t,r)=>{"use strict";r.d(t,{$:()=>l});var n,i=r(6700),s=r(7001),o=r(7199),a=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},c=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let l=class{setUserId(e){this.loggersProvider.getAll().forEach((t=>t.setUserId?.(e)))}log(...e){this.loggersProvider.getAll().forEach((t=>t.log?.(...e)))}error(e,t){this.loggersProvider.getAll().forEach((r=>r.error?.(e,t)))}};a([(0,i.f3)(s.Q),(0,i.t6)(o.P),c("design:type","function"==typeof(n=void 0!==s.Q&&s.Q)?n:Object)],l.prototype,"loggersProvider",void 0),l=a([(0,i.b2)()],l)},6855:(e,t,r)=>{"use strict";r.d(t,{e:()=>l});var n,i=r(4065),s=r(2839),o=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},a=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const c=Symbol("Scope");class l{constructor(e){this.scope=e}log(e,...t){this.logService.log(`[${this.scope}] ${e}`,...t)}error(e,t=null){this.logService.error(e,{[c]:this.scope,...t})}}o([(0,i.yT)(s.$),a("design:type","function"==typeof(n=void 0!==s.$&&s.$)?n:Object)],l.prototype,"logService",void 0)},3923:(e,t,r)=>{"use strict";r.d(t,{g:()=>d});var n,i=r(6700),s=r(1196);!function(e){e[e.info=0]="info",e[e.warning=1]="warning",e[e.error=2]="error"}(n||(n={}));var o,a=r(5979),c=r(3107),l=r(2868),p=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},u=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let d=class{constructor(){this.notifications={}}getId(){return"NotificationService"}boot(){this.apiClient.onClientConnected.addListener((()=>this.ack())),this.apiClient.onEventListenerError.addListener((e=>{this.error(`Unexpected error occured: ${e.toString()}`)}))}create(e,t,r){const n=(0,a.n)(),i={id:n,type:e,text:t};r&&(i.expireAt=Date.now()+r),this.notifications[n]=i,this.apiClient.emit(s.BT.create,i)}delete(e){delete this.notifications[e]}info(e,t){return this.create(n.info,e,t)}warning(e,t){return this.create(n.warning,e,t)}error(e,t){return this.create(n.error,e,t)}ack(){Object.values(this.notifications).forEach((e=>{this.apiClient.emit(s.BT.create,e)}))}};p([(0,i.f3)(c.S),u("design:type","function"==typeof(o=void 0!==c.S&&c.S)?o:Object)],d.prototype,"apiClient",void 0),p([(0,l.K0)(s.BT.delete),u("design:type",Function),u("design:paramtypes",[String]),u("design:returntype",void 0)],d.prototype,"delete",null),d=p([(0,i.b2)()],d)},4690:(e,t,r)=>{"use strict";r.d(t,{S:()=>_});r(404),r(2957),r(7330),r(2326);var n=r(9284);var i,s,o=r(3685),a=r.n(o),c=r(7846),l=r.n(c),p=r(9268),u=r.n(p),d=r(6700),f=r(4898),h=r(7534),m=r(2839),g=r(1348),v=r(1658),y=r(7310),b=r(4065),w=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},x=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let _=class{constructor(){this.onStarted=new h.K,this.upgradeListeners={},this.expressApp=u()(),this.server=a().createServer(this.expressApp),this.wsServer=new n({noServer:!0}),this.expressApp.disable("x-powered-by"),this.expressApp.use(l()({origin:"*"})),this.server.on("upgrade",((e,t,r)=>{if("websocket"!==e.headers.upgrade)return t.destroy(new Error("Unknown upgrade header"));if(!e.url)return t.destroy(new Error("No url in request"));try{const n=new y.URL(e.url,"http://dummy.host"),i=this.upgradeListeners[n.pathname];if(!i)return t.destroy(new Error(`No handler for pathname: ${n.pathname}`));i(e,t,r)}catch(t){console.error(`Failed to handle upgrade for url: ${e.url}`,t)}}))}boot(){const e=new v.B;return this.expressApp.use(u().static(this.configService.sdkRootShellBuild)),this.server.listen(this.configService.shellBackendPort,(()=>{this.logService.log(`Shell backend is listening on http://localhost:${this.configService.shellBackendPort}`),e.resolve()})),e.promise}useStatic(e,t){this.expressApp.use(e,u().static(t))}useUpgrade(e,t){this.upgradeListeners[e]=t}useWS(e,t){if(this.upgradeListeners[e])throw new Error(`Unable to WS handler for ${e} as it is already registered`);this.upgradeListeners[e]=(e,r,n)=>{this.wsServer.handleUpgrade(e,r,n,t)}}};w([(0,d.f3)(f.E),x("design:type","function"==typeof(i=void 0!==f.E&&f.E)?i:Object)],_.prototype,"configService",void 0),w([(0,d.f3)(m.$),x("design:type","function"==typeof(s=void 0!==m.$&&m.$)?s:Object)],_.prototype,"logService",void 0),_=w([(0,d.b2)(),x("design:paramtypes",[])],_),(0,g.f)((0,b.zr)(_))},1613:(e,t,r)=>{"use strict";r.d(t,{n:()=>u});var n,i=r(3107),s=r(6700),o=r(1196),a=r(1610),c=r(5979),l=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},p=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let u=class{constructor(){this.tasks={}}getId(){return"TaskReporterService"}boot(){this.apiClient.onClientConnected.addListener((()=>this.ackTasks()))}create(e){return this.startWithId((0,c.n)(),e)}createNamed(e,t){if(this.tasks[e])throw new Error(`Task with name ${e} already running`);return this.startWithId(e,t)}async wrap(e,t){const r=this.create(e);try{return await t(r)}catch(e){throw e}finally{r.done()}}startWithId(e,t){const r=new d(this.apiClient,t,(()=>{delete this.tasks[e],this.apiClient.emit(o.ax.taskDeleted,e)}),e);return this.tasks[e]=r,this.apiClient.emit(o.ax.taskAdded,r.toTaskData()),r}ackTasks(){const e=Object.values(this.tasks).map((e=>e.toTaskData()));this.apiClient.emit(o.ax.tasks,e)}};l([(0,s.f3)(i.S),p("design:type","function"==typeof(n=void 0!==i.S&&i.S)?n:Object)],u.prototype,"apiClient",void 0),u=l([(0,s.b2)()],u);class d{constructor(e,t,r,n){this.apiClient=e,this.title=t,this.onDone=r,this.id=n,this.text="",this.stage=0,this.progress="",this.isDone=!1,this.doEmitChanges=(0,a.P2)((()=>{this.apiClient.emit(o.ax.taskChanged,this.toTaskData())}),16)}setText(e){this.text!==e&&(this.text=e,this.emitChange())}setProgress(e){const t=Math.max(0,Math.min(1,e)).toFixed(2);this.progress!==t&&(this.progress=t,this.emitChange())}setStage(e){"number"==typeof e&&(this.stage=e,this.emitChange())}done(){this.isDone||(this.isDone=!0,this.onDone())}toTaskData(){return{id:this.id,text:this.text,stage:this.stage,title:this.title,progress:Number(this.progress)}}emitChange(){this.isDone||this.doEmitChanges()}}},4302:(e,t,r)=>{"use strict";r.d(t,{v:()=>n});class n{constructor(){this.microtaskScheduled=!1}whenTickEnds(e){this.microtask=e,this.microtaskScheduled||(this.microtaskScheduled=!0,Promise.resolve().then((()=>{this.microtaskScheduled=!1,this.microtask&&this.microtask()})))}}},4979:(e,t,r)=>{"use strict";function n(e,t){let r=!1;const n=setTimeout((()=>{r||(r=!0,e())}),t);return()=>{r||(r=!0,clearTimeout(n))}}async function i(e){return new Promise((t=>{setTimeout(t,e)}))}r.d(t,{Vg:()=>n,HA:()=>i})},4628:(e,t,r)=>{"use strict";var n={};r.r(n),r.d(n,{Console:()=>We,Http:()=>et,LinkedErrors:()=>at,Modules:()=>ut,OnUncaughtException:()=>st,OnUnhandledRejection:()=>ot});var i={};r.r(i),r.d(i,{FunctionToString:()=>ze,InboundFilters:()=>Ge});var s={};r.r(s),r.d(s,{$7:()=>jt,L0:()=>Mt,yU:()=>It,t7:()=>Nt,Rw:()=>Dt,rP:()=>Ft});var o={};r.r(o),r.d(o,{pJ:()=>su,Hl:()=>nu,b$:()=>iu});var a={};r.r(a);r(8660);var c=function(e,t){return c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},c(e,t)};function l(e,t){function r(){this.constructor=e}c(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var p,u=function(){return u=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},u.apply(this,arguments)};function d(e,t,r,n){return new(r||(r=Promise))((function(i,s){function o(e){try{c(n.next(e))}catch(e){s(e)}}function a(e){try{c(n.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,a)}c((n=n.apply(e,t||[])).next())}))}function f(e,t){var r,n,i,s,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(s){return function(a){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!(i=o.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=t.call(e,o)}catch(e){s=[6,e],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}function h(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function m(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,s=r.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(n=s.next()).done;)o.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}return o}function g(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(m(arguments[t]));return e}!function(e){e.Ok="ok",e.Exited="exited",e.Crashed="crashed",e.Abnormal="abnormal"}(p||(p={}));var v=r(2844),y=r(1170),b=(0,v.Rf)(),w="Sentry Logger ",x=function(){function e(){this._enabled=!1}return e.prototype.disable=function(){this._enabled=!1},e.prototype.enable=function(){this._enabled=!0},e.prototype.log=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this._enabled&&(0,v.Cf)((function(){b.console.log(w+"[Log]: "+e.join(" "))}))},e.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this._enabled&&(0,v.Cf)((function(){b.console.warn(w+"[Warn]: "+e.join(" "))}))},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this._enabled&&(0,v.Cf)((function(){b.console.error(w+"[Error]: "+e.join(" "))}))},e}();b.__SENTRY__=b.__SENTRY__||{};var _,S=b.__SENTRY__.logger||(b.__SENTRY__.logger=new x),E=r(1422),k=r(7597);!function(e){e.PENDING="PENDING",e.RESOLVED="RESOLVED",e.REJECTED="REJECTED"}(_||(_={}));var A=function(){function e(e){var t=this;this._state=_.PENDING,this._handlers=[],this._resolve=function(e){t._setResult(_.RESOLVED,e)},this._reject=function(e){t._setResult(_.REJECTED,e)},this._setResult=function(e,r){t._state===_.PENDING&&((0,k.J8)(r)?r.then(t._resolve,t._reject):(t._state=e,t._value=r,t._executeHandlers()))},this._attachHandler=function(e){t._handlers=t._handlers.concat(e),t._executeHandlers()},this._executeHandlers=function(){if(t._state!==_.PENDING){var e=t._handlers.slice();t._handlers=[],e.forEach((function(e){e.done||(t._state===_.RESOLVED&&e.onfulfilled&&e.onfulfilled(t._value),t._state===_.REJECTED&&e.onrejected&&e.onrejected(t._value),e.done=!0)}))}};try{e(this._resolve,this._reject)}catch(e){this._reject(e)}}return e.resolve=function(t){return new e((function(e){e(t)}))},e.reject=function(t){return new e((function(e,r){r(t)}))},e.all=function(t){return new e((function(r,n){if(Array.isArray(t))if(0!==t.length){var i=t.length,s=[];t.forEach((function(t,o){e.resolve(t).then((function(e){s[o]=e,0===(i-=1)&&r(s)})).then(null,n)}))}else r([]);else n(new TypeError("Promise.all requires an array as input."))}))},e.prototype.then=function(t,r){var n=this;return new e((function(e,i){n._attachHandler({done:!1,onfulfilled:function(r){if(t)try{return void e(t(r))}catch(e){return void i(e)}else e(r)},onrejected:function(t){if(r)try{return void e(r(t))}catch(e){return void i(e)}else i(t)}})}))},e.prototype.catch=function(e){return this.then((function(e){return e}),e)},e.prototype.finally=function(t){var r=this;return new e((function(e,n){var i,s;return r.then((function(e){s=!1,i=e,t&&t()}),(function(e){s=!0,i=e,t&&t()})).then((function(){s?n(i):e(i)}))}))},e.prototype.toString=function(){return"[object SyncPromise]"},e}(),O=function(){function e(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._user={},this._tags={},this._extra={},this._contexts={}}return e.clone=function(t){var r=new e;return t&&(r._breadcrumbs=g(t._breadcrumbs),r._tags=u({},t._tags),r._extra=u({},t._extra),r._contexts=u({},t._contexts),r._user=t._user,r._level=t._level,r._span=t._span,r._session=t._session,r._transactionName=t._transactionName,r._fingerprint=t._fingerprint,r._eventProcessors=g(t._eventProcessors)),r},e.prototype.addScopeListener=function(e){this._scopeListeners.push(e)},e.prototype.addEventProcessor=function(e){return this._eventProcessors.push(e),this},e.prototype.setUser=function(e){return this._user=e||{},this._session&&this._session.update({user:e}),this._notifyScopeListeners(),this},e.prototype.getUser=function(){return this._user},e.prototype.setTags=function(e){return this._tags=u(u({},this._tags),e),this._notifyScopeListeners(),this},e.prototype.setTag=function(e,t){var r;return this._tags=u(u({},this._tags),((r={})[e]=t,r)),this._notifyScopeListeners(),this},e.prototype.setExtras=function(e){return this._extra=u(u({},this._extra),e),this._notifyScopeListeners(),this},e.prototype.setExtra=function(e,t){var r;return this._extra=u(u({},this._extra),((r={})[e]=t,r)),this._notifyScopeListeners(),this},e.prototype.setFingerprint=function(e){return this._fingerprint=e,this._notifyScopeListeners(),this},e.prototype.setLevel=function(e){return this._level=e,this._notifyScopeListeners(),this},e.prototype.setTransactionName=function(e){return this._transactionName=e,this._notifyScopeListeners(),this},e.prototype.setTransaction=function(e){return this.setTransactionName(e)},e.prototype.setContext=function(e,t){var r;return null===t?delete this._contexts[e]:this._contexts=u(u({},this._contexts),((r={})[e]=t,r)),this._notifyScopeListeners(),this},e.prototype.setSpan=function(e){return this._span=e,this._notifyScopeListeners(),this},e.prototype.getSpan=function(){return this._span},e.prototype.getTransaction=function(){var e,t,r,n,i=this.getSpan();return(null===(e=i)||void 0===e?void 0:e.transaction)?null===(t=i)||void 0===t?void 0:t.transaction:(null===(n=null===(r=i)||void 0===r?void 0:r.spanRecorder)||void 0===n?void 0:n.spans[0])?i.spanRecorder.spans[0]:void 0},e.prototype.setSession=function(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this},e.prototype.getSession=function(){return this._session},e.prototype.update=function(t){if(!t)return this;if("function"==typeof t){var r=t(this);return r instanceof e?r:this}return t instanceof e?(this._tags=u(u({},this._tags),t._tags),this._extra=u(u({},this._extra),t._extra),this._contexts=u(u({},this._contexts),t._contexts),t._user&&Object.keys(t._user).length&&(this._user=t._user),t._level&&(this._level=t._level),t._fingerprint&&(this._fingerprint=t._fingerprint)):(0,k.PO)(t)&&(t=t,this._tags=u(u({},this._tags),t.tags),this._extra=u(u({},this._extra),t.extra),this._contexts=u(u({},this._contexts),t.contexts),t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint)),this},e.prototype.clear=function(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this},e.prototype.addBreadcrumb=function(e,t){var r=u({timestamp:(0,y.yW)()},e);return this._breadcrumbs=void 0!==t&&t>=0?g(this._breadcrumbs,[r]).slice(-t):g(this._breadcrumbs,[r]),this._notifyScopeListeners(),this},e.prototype.clearBreadcrumbs=function(){return this._breadcrumbs=[],this._notifyScopeListeners(),this},e.prototype.applyToEvent=function(e,t){var r;if(this._extra&&Object.keys(this._extra).length&&(e.extra=u(u({},this._extra),e.extra)),this._tags&&Object.keys(this._tags).length&&(e.tags=u(u({},this._tags),e.tags)),this._user&&Object.keys(this._user).length&&(e.user=u(u({},this._user),e.user)),this._contexts&&Object.keys(this._contexts).length&&(e.contexts=u(u({},this._contexts),e.contexts)),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts=u({trace:this._span.getTraceContext()},e.contexts);var n=null===(r=this._span.transaction)||void 0===r?void 0:r.name;n&&(e.tags=u({transaction:n},e.tags))}return this._applyFingerprint(e),e.breadcrumbs=g(e.breadcrumbs||[],this._breadcrumbs),e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,this._notifyEventProcessors(g(T(),this._eventProcessors),e,t)},e.prototype._notifyEventProcessors=function(e,t,r,n){var i=this;return void 0===n&&(n=0),new A((function(s,o){var a=e[n];if(null===t||"function"!=typeof a)s(t);else{var c=a(u({},t),r);(0,k.J8)(c)?c.then((function(t){return i._notifyEventProcessors(e,t,r,n+1).then(s)})).then(null,o):i._notifyEventProcessors(e,c,r,n+1).then(s).then(null,o)}}))},e.prototype._notifyScopeListeners=function(){var e=this;this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach((function(t){t(e)})),this._notifyingListeners=!1)},e.prototype._applyFingerprint=function(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint},e}();function T(){var e=(0,v.Rf)();return e.__SENTRY__=e.__SENTRY__||{},e.__SENTRY__.globalEventProcessors=e.__SENTRY__.globalEventProcessors||[],e.__SENTRY__.globalEventProcessors}function C(e){T().push(e)}function R(e){try{for(var t=e,r=[],n=0,i=0,s=" > ".length,o=void 0;t&&n++<5&&!("html"===(o=P(t))||n>1&&i+r.length*s+o.length>=80);)r.push(o),i+=o.length,t=t.parentNode;return r.reverse().join(" > ")}catch(e){return"<unknown>"}}function P(e){var t,r,n,i,s,o=e,a=[];if(!o||!o.tagName)return"";if(a.push(o.tagName.toLowerCase()),o.id&&a.push("#"+o.id),(t=o.className)&&(0,k.HD)(t))for(r=t.split(/\s+/),s=0;s<r.length;s++)a.push("."+r[s]);var c=["type","name","title","alt"];for(s=0;s<c.length;s++)n=c[s],(i=o.getAttribute(n))&&a.push("["+n+'="'+i+'"]');return a.join("")}var j=function(){function e(){this._hasWeakSet="function"==typeof WeakSet,this._inner=this._hasWeakSet?new WeakSet:[]}return e.prototype.memoize=function(e){if(this._hasWeakSet)return!!this._inner.has(e)||(this._inner.add(e),!1);for(var t=0;t<this._inner.length;t++){if(this._inner[t]===e)return!0}return this._inner.push(e),!1},e.prototype.unmemoize=function(e){if(this._hasWeakSet)this._inner.delete(e);else for(var t=0;t<this._inner.length;t++)if(this._inner[t]===e){this._inner.splice(t,1);break}},e}(),N="<anonymous>";var I=r(7321);function D(e,t,r){if(t in e){var n=e[t],i=r(n);if("function"==typeof i)try{i.prototype=i.prototype||{},Object.defineProperties(i,{__sentry_original__:{enumerable:!1,value:n}})}catch(e){}e[t]=i}}function L(e){if((0,k.VZ)(e)){var t=e,r={message:t.message,name:t.name,stack:t.stack};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n]);return r}if((0,k.cO)(e)){var i=e,s={};s.type=i.type;try{s.target=(0,k.kK)(i.target)?R(i.target):Object.prototype.toString.call(i.target)}catch(e){s.target="<unknown>"}try{s.currentTarget=(0,k.kK)(i.currentTarget)?R(i.currentTarget):Object.prototype.toString.call(i.currentTarget)}catch(e){s.currentTarget="<unknown>"}for(var n in"undefined"!=typeof CustomEvent&&(0,k.V9)(e,CustomEvent)&&(s.detail=i.detail),i)Object.prototype.hasOwnProperty.call(i,n)&&(s[n]=i);return s}return e}function F(e){return function(e){return~-encodeURI(e).split(/%..|./).length}(JSON.stringify(e))}function M(e,t,r){void 0===t&&(t=3),void 0===r&&(r=102400);var n=$(e,t);return F(n)>r?M(e,t-1,r):n}function B(e,t){return"domain"===t&&e&&"object"==typeof e&&e._events?"[Domain]":"domainEmitter"===t?"[DomainEmitter]":"undefined"!=typeof global&&e===global?"[Global]":"undefined"!=typeof window&&e===window?"[Window]":"undefined"!=typeof document&&e===document?"[Document]":(0,k.Cy)(e)?"[SyntheticEvent]":"number"==typeof e&&e!=e?"[NaN]":void 0===e?"[undefined]":"function"==typeof e?"[Function: "+function(e){try{return e&&"function"==typeof e&&e.name||N}catch(e){return N}}(e)+"]":"symbol"==typeof e?"["+String(e)+"]":"bigint"==typeof e?"[BigInt: "+String(e)+"]":e}function U(e,t,r,n){if(void 0===r&&(r=1/0),void 0===n&&(n=new j),0===r)return function(e){var t=Object.prototype.toString.call(e);if("string"==typeof e)return e;if("[object Object]"===t)return"[Object]";if("[object Array]"===t)return"[Array]";var r=B(e);return(0,k.pt)(r)?r:t}(t);if(null!=t&&"function"==typeof t.toJSON)return t.toJSON();var i=B(t,e);if((0,k.pt)(i))return i;var s=L(t),o=Array.isArray(t)?[]:{};if(n.memoize(t))return"[Circular ~]";for(var a in s)Object.prototype.hasOwnProperty.call(s,a)&&(o[a]=U(a,s[a],r-1,n));return n.unmemoize(t),o}function $(e,t){try{return JSON.parse(JSON.stringify(e,(function(e,r){return U(e,r,t)})))}catch(e){return"**non-serializable**"}}function G(e){var t,r;if((0,k.PO)(e)){var n=e,i={};try{for(var s=h(Object.keys(n)),o=s.next();!o.done;o=s.next()){var a=o.value;void 0!==n[a]&&(i[a]=G(n[a]))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(t)throw t.error}}return i}return Array.isArray(e)?e.map(G):e}var z=function(){function e(e){this.errors=0,this.sid=(0,v.DM)(),this.timestamp=Date.now(),this.started=Date.now(),this.duration=0,this.status=p.Ok,this.init=!0,e&&this.update(e)}return e.prototype.update=function(e){void 0===e&&(e={}),e.user&&(e.user.ip_address&&(this.ipAddress=e.user.ip_address),e.did||(this.did=e.user.id||e.user.email||e.user.username)),this.timestamp=e.timestamp||Date.now(),e.sid&&(this.sid=32===e.sid.length?e.sid:(0,v.DM)()),void 0!==e.init&&(this.init=e.init),e.did&&(this.did=""+e.did),"number"==typeof e.started&&(this.started=e.started),"number"==typeof e.duration?this.duration=e.duration:this.duration=this.timestamp-this.started,e.release&&(this.release=e.release),e.environment&&(this.environment=e.environment),e.ipAddress&&(this.ipAddress=e.ipAddress),e.userAgent&&(this.userAgent=e.userAgent),"number"==typeof e.errors&&(this.errors=e.errors),e.status&&(this.status=e.status)},e.prototype.close=function(e){e?this.update({status:e}):this.status===p.Ok?this.update({status:p.Exited}):this.update()},e.prototype.toJSON=function(){return G({sid:""+this.sid,init:this.init,started:new Date(this.started).toISOString(),timestamp:new Date(this.timestamp).toISOString(),status:this.status,errors:this.errors,did:"number"==typeof this.did||"string"==typeof this.did?""+this.did:void 0,duration:this.duration,attrs:G({release:this.release,environment:this.environment,ip_address:this.ipAddress,user_agent:this.userAgent})})},e}(),q=function(){function e(e,t,r){void 0===t&&(t=new O),void 0===r&&(r=3),this._version=r,this._stack=[{}],this.getStackTop().scope=t,this.bindClient(e)}return e.prototype.isOlderThan=function(e){return this._version<e},e.prototype.bindClient=function(e){this.getStackTop().client=e,e&&e.setupIntegrations&&e.setupIntegrations()},e.prototype.pushScope=function(){var e=O.clone(this.getScope());return this.getStack().push({client:this.getClient(),scope:e}),e},e.prototype.popScope=function(){return!(this.getStack().length<=1)&&!!this.getStack().pop()},e.prototype.withScope=function(e){var t=this.pushScope();try{e(t)}finally{this.popScope()}},e.prototype.getClient=function(){return this.getStackTop().client},e.prototype.getScope=function(){return this.getStackTop().scope},e.prototype.getStack=function(){return this._stack},e.prototype.getStackTop=function(){return this._stack[this._stack.length-1]},e.prototype.captureException=function(e,t){var r=this._lastEventId=(0,v.DM)(),n=t;if(!t){var i=void 0;try{throw new Error("Sentry syntheticException")}catch(e){i=e}n={originalException:e,syntheticException:i}}return this._invokeClient("captureException",e,u(u({},n),{event_id:r})),r},e.prototype.captureMessage=function(e,t,r){var n=this._lastEventId=(0,v.DM)(),i=r;if(!r){var s=void 0;try{throw new Error(e)}catch(e){s=e}i={originalException:e,syntheticException:s}}return this._invokeClient("captureMessage",e,t,u(u({},i),{event_id:n})),n},e.prototype.captureEvent=function(e,t){var r=this._lastEventId=(0,v.DM)();return this._invokeClient("captureEvent",e,u(u({},t),{event_id:r})),r},e.prototype.lastEventId=function(){return this._lastEventId},e.prototype.addBreadcrumb=function(e,t){var r=this.getStackTop(),n=r.scope,i=r.client;if(n&&i){var s=i.getOptions&&i.getOptions()||{},o=s.beforeBreadcrumb,a=void 0===o?null:o,c=s.maxBreadcrumbs,l=void 0===c?100:c;if(!(l<=0)){var p=(0,y.yW)(),d=u({timestamp:p},e),f=a?(0,v.Cf)((function(){return a(d,t)})):d;null!==f&&n.addBreadcrumb(f,Math.min(l,100))}}},e.prototype.setUser=function(e){var t=this.getScope();t&&t.setUser(e)},e.prototype.setTags=function(e){var t=this.getScope();t&&t.setTags(e)},e.prototype.setExtras=function(e){var t=this.getScope();t&&t.setExtras(e)},e.prototype.setTag=function(e,t){var r=this.getScope();r&&r.setTag(e,t)},e.prototype.setExtra=function(e,t){var r=this.getScope();r&&r.setExtra(e,t)},e.prototype.setContext=function(e,t){var r=this.getScope();r&&r.setContext(e,t)},e.prototype.configureScope=function(e){var t=this.getStackTop(),r=t.scope,n=t.client;r&&n&&e(r)},e.prototype.run=function(e){var t=W(this);try{e(this)}finally{W(t)}},e.prototype.getIntegration=function(e){var t=this.getClient();if(!t)return null;try{return t.getIntegration(e)}catch(t){return S.warn("Cannot retrieve integration "+e.id+" from the current Hub"),null}},e.prototype.startSpan=function(e){return this._callExtensionMethod("startSpan",e)},e.prototype.startTransaction=function(e,t){return this._callExtensionMethod("startTransaction",e,t)},e.prototype.traceHeaders=function(){return this._callExtensionMethod("traceHeaders")},e.prototype.captureSession=function(e){if(void 0===e&&(e=!1),e)return this.endSession();this._sendSessionUpdate()},e.prototype.endSession=function(){var e,t,r,n,i;null===(r=null===(t=null===(e=this.getStackTop())||void 0===e?void 0:e.scope)||void 0===t?void 0:t.getSession())||void 0===r||r.close(),this._sendSessionUpdate(),null===(i=null===(n=this.getStackTop())||void 0===n?void 0:n.scope)||void 0===i||i.setSession()},e.prototype.startSession=function(e){var t=this.getStackTop(),r=t.scope,n=t.client,i=n&&n.getOptions()||{},s=i.release,o=i.environment,a=new z(u(u({release:s,environment:o},r&&{user:r.getUser()}),e));if(r){var c=r.getSession&&r.getSession();c&&c.status===p.Ok&&c.update({status:p.Exited}),this.endSession(),r.setSession(a)}return a},e.prototype._sendSessionUpdate=function(){var e=this.getStackTop(),t=e.scope,r=e.client;if(t){var n=t.getSession&&t.getSession();n&&r&&r.captureSession&&r.captureSession(n)}},e.prototype._invokeClient=function(e){for(var t,r=[],n=1;n<arguments.length;n++)r[n-1]=arguments[n];var i=this.getStackTop(),s=i.scope,o=i.client;o&&o[e]&&(t=o)[e].apply(t,g(r,[s]))},e.prototype._callExtensionMethod=function(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=H(),i=n.__SENTRY__;if(i&&i.extensions&&"function"==typeof i.extensions[e])return i.extensions[e].apply(this,t);S.warn("Extension method "+e+" couldn't be found, doing nothing.")},e}();function H(){var e=(0,v.Rf)();return e.__SENTRY__=e.__SENTRY__||{extensions:{},hub:void 0},e}function W(e){var t=H(),r=Y(t);return J(t,e),r}function V(){var e=H();return K(e)&&!Y(e).isOlderThan(3)||J(e,new q),(0,E.K)()?function(e){var t,r,n;try{var i=null===(n=null===(r=null===(t=H().__SENTRY__)||void 0===t?void 0:t.extensions)||void 0===r?void 0:r.domain)||void 0===n?void 0:n.active;if(!i)return Y(e);if(!K(i)||Y(i).isOlderThan(3)){var s=Y(e).getStackTop();J(i,new q(s.client,O.clone(s.scope)))}return Y(i)}catch(t){return Y(e)}}(e):Y(e)}function K(e){return!!(e&&e.__SENTRY__&&e.__SENTRY__.hub)}function Y(e){return e&&e.__SENTRY__&&e.__SENTRY__.hub||(e.__SENTRY__=e.__SENTRY__||{},e.__SENTRY__.hub=new q),e.__SENTRY__.hub}function J(e,t){return!!e&&(e.__SENTRY__=e.__SENTRY__||{},e.__SENTRY__.hub=t,!0)}function Z(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=V();if(n&&n[e])return n[e].apply(n,g(t));throw new Error("No hub defined or "+e+" was not found on the hub, please open a bug report.")}var X=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){return e.__proto__=t,e}:function(e,t){for(var r in t)e.hasOwnProperty(r)||(e[r]=t[r]);return e});var Q,ee=function(e){function t(t){var r=this.constructor,n=e.call(this,t)||this;return n.message=t,n.name=r.prototype.constructor.name,X(n,r.prototype),n}return l(t,e),t}(Error);!function(e){e.Unknown="unknown",e.Skipped="skipped",e.Success="success",e.RateLimit="rate_limit",e.Invalid="invalid",e.Failed="failed"}(Q||(Q={})),function(e){e.fromHttpCode=function(t){return t>=200&&t<300?e.Success:429===t?e.RateLimit:t>=400&&t<500?e.Invalid:t>=500?e.Failed:e.Unknown}}(Q||(Q={}));var te,re=function(){function e(){}return e.prototype.sendEvent=function(e){return A.resolve({reason:"NoopTransport: Event has been skipped because no Dsn is configured.",status:Q.Skipped})},e.prototype.close=function(e){return A.resolve(!0)},e}(),ne=function(){function e(e){this._options=e,this._options.dsn||S.warn("No DSN provided, backend will not do anything."),this._transport=this._setupTransport()}return e.prototype.eventFromException=function(e,t){throw new ee("Backend has to implement `eventFromException` method")},e.prototype.eventFromMessage=function(e,t,r){throw new ee("Backend has to implement `eventFromMessage` method")},e.prototype.sendEvent=function(e){this._transport.sendEvent(e).then(null,(function(e){S.error("Error while sending event: "+e)}))},e.prototype.sendSession=function(e){this._transport.sendSession?this._transport.sendSession(e).then(null,(function(e){S.error("Error while sending session: "+e)})):S.warn("Dropping session because custom transport doesn't implement sendSession")},e.prototype.getTransport=function(){return this._transport},e.prototype._setupTransport=function(){return new re},e}();!function(e){e.Fatal="fatal",e.Error="error",e.Warning="warning",e.Log="log",e.Info="info",e.Debug="debug",e.Critical="critical"}(te||(te={})),function(e){e.fromString=function(t){switch(t){case"debug":return e.Debug;case"info":return e.Info;case"warn":case"warning":return e.Warning;case"error":return e.Error;case"fatal":return e.Fatal;case"critical":return e.Critical;default:return e.Log}}}(te||(te={}));var ie=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/,se="Invalid Dsn",oe=function(){function e(e){"string"==typeof e?this._fromString(e):this._fromComponents(e),this._validate()}return e.prototype.toString=function(e){void 0===e&&(e=!1);var t=this,r=t.host,n=t.path,i=t.pass,s=t.port,o=t.projectId;return t.protocol+"://"+t.publicKey+(e&&i?":"+i:"")+"@"+r+(s?":"+s:"")+"/"+(n?n+"/":n)+o},e.prototype._fromString=function(e){var t=ie.exec(e);if(!t)throw new ee(se);var r=m(t.slice(1),6),n=r[0],i=r[1],s=r[2],o=void 0===s?"":s,a=r[3],c=r[4],l=void 0===c?"":c,p="",u=r[5],d=u.split("/");if(d.length>1&&(p=d.slice(0,-1).join("/"),u=d.pop()),u){var f=u.match(/^\d+/);f&&(u=f[0])}this._fromComponents({host:a,pass:o,path:p,projectId:u,port:l,protocol:n,publicKey:i})},e.prototype._fromComponents=function(e){"user"in e&&!("publicKey"in e)&&(e.publicKey=e.user),this.user=e.publicKey||"",this.protocol=e.protocol,this.publicKey=e.publicKey||"",this.pass=e.pass||"",this.host=e.host,this.port=e.port||"",this.path=e.path||"",this.projectId=e.projectId},e.prototype._validate=function(){var e=this;if(["protocol","publicKey","host","projectId"].forEach((function(t){if(!e[t])throw new ee("Invalid Dsn: "+t+" missing")})),!this.projectId.match(/^\d+$/))throw new ee("Invalid Dsn: Invalid projectId "+this.projectId);if("http"!==this.protocol&&"https"!==this.protocol)throw new ee("Invalid Dsn: Invalid protocol "+this.protocol);if(this.port&&isNaN(parseInt(this.port,10)))throw new ee("Invalid Dsn: Invalid port "+this.port)},e}();var ae=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^/]+?|)(\.[^./]*|))(?:[/]*)$/;function ce(e){var t=ae.exec(e);return t?t.slice(1):[]}function le(e){var t=ce(e),r=t[0],n=t[1];return r||n?(n&&(n=n.substr(0,n.length-1)),r+n):"."}var pe=r(7147),ue=r.n(pe),de=r(7612);var fe=new de.LRUMap(100);function he(e){try{return e.functionName||e.typeName+"."+(e.methodName||"<anonymous>")}catch(e){return"<anonymous>"}}var me=(r.c[r.s]&&r.c[r.s].filename&&le(r.c[r.s].filename)||global.process.cwd())+"/";function ge(e,t){t||(t=me);var r,n,i=(r=".js",n=ce(e)[2],r&&n.substr(-1*r.length)===r&&(n=n.substr(0,n.length-r.length)),n),s=(e=le(e)).lastIndexOf("/node_modules/");if(s>-1)return e.substr(s+14).replace(/\//g,".")+":"+i;if(0===(s=(e+"/").lastIndexOf(t,0))){var o=e.substr(t.length).replace(/\//g,".");return o&&(o+=":"),o+=i}return i}function ve(e){var t,r=(t=e).stack?t.stack.split("\n").slice(1).map((function(e){if(e.match(/^\s*[-]{4,}$/))return{columnNumber:null,fileName:e,functionName:null,lineNumber:null,methodName:null,native:null,typeName:null};var t=e.match(/at (?:(.+?)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/);if(t){var r=null,n=null,i=null,s=null,o=null,a="native"===t[5];if(t[1]){var c=(i=t[1]).lastIndexOf(".");if("."===i[c-1]&&c--,c>0){r=i.substr(0,c),n=i.substr(c+1);var l=r.indexOf(".Module");l>0&&(i=i.substr(l+1),r=r.substr(0,l))}s=null}return n&&(s=r,o=n),"<anonymous>"===n&&(o=null,i=null),{columnNumber:parseInt(t[4],10)||null,fileName:t[2]||null,functionName:i,lineNumber:parseInt(t[3],10)||null,methodName:o,native:a,typeName:s}}})).filter((function(e){return!!e})):[];return r||[]}function ye(e,t){var r=[],n=t&&void 0!==t.frameContextLines?t.frameContextLines:7,i=e.map((function(e){var t,i={colno:e.columnNumber,filename:(null===(t=e.fileName)||void 0===t?void 0:t.startsWith("file://"))?e.fileName.substr(7):e.fileName||"",function:he(e),lineno:e.lineNumber},s=e.native||i.filename&&!i.filename.startsWith("/")&&!i.filename.startsWith(".")&&1!==i.filename.indexOf(":\\");return i.in_app=!s&&void 0!==i.filename&&-1===i.filename.indexOf("node_modules/"),i.filename&&(i.module=ge(i.filename),!s&&n>0&&-1===r.indexOf(i.filename)&&r.push(i.filename)),i}));if(n<=0)return A.resolve(i);try{return function(e,t,r){return new A((function(n){return(i=e,0===i.length?A.resolve({}):new A((function(e){for(var t={},r=0,n=function(n){var s=i[n],o=fe.get(s);if(void 0!==o)return null!==o&&(t[s]=o),++r===i.length&&e(t),"continue";(0,pe.readFile)(s,(function(n,o){var a=n?null:o.toString();t[s]=a,fe.set(s,a),++r===i.length&&e(t)}))},s=0;s<i.length;s++)n(s)}))).then((function(e){var i=t.map((function(t){if(t.filename&&e[t.filename])try{var n=e[t.filename].split("\n");(0,v.go)(n,t,r)}catch(e){}return t}));n(i)}));var i}))}(r,i,n)}catch(e){return A.resolve(i)}}function be(e,t){var r=e.name||e.constructor.name,n=ve(e);return new A((function(i){return ye(n,t).then((function(t){var n={stacktrace:{frames:we(t)},type:r,value:e.message};i(n)}))}))}function we(e){if(!e||!e.length)return[];var t=e,r=t[0].function||"";return-1===r.indexOf("captureMessage")&&-1===r.indexOf("captureException")||(t=t.slice(1)),t.reverse()}var xe=function(){function e(e,t){void 0===t&&(t={}),this.dsn=e,this._dsnObject=new oe(e),this.metadata=t}return e.prototype.getDsn=function(){return this._dsnObject},e.prototype.getBaseApiEndpoint=function(){var e=this._dsnObject,t=e.protocol?e.protocol+":":"",r=e.port?":"+e.port:"";return t+"//"+e.host+r+(e.path?"/"+e.path:"")+"/api/"},e.prototype.getStoreEndpoint=function(){return this._getIngestEndpoint("store")},e.prototype.getStoreEndpointWithUrlEncodedAuth=function(){return this.getStoreEndpoint()+"?"+this._encodedAuth()},e.prototype.getEnvelopeEndpointWithUrlEncodedAuth=function(){return this._getEnvelopeEndpoint()+"?"+this._encodedAuth()},e.prototype.getStoreEndpointPath=function(){var e=this._dsnObject;return(e.path?"/"+e.path:"")+"/api/"+e.projectId+"/store/"},e.prototype.getRequestHeaders=function(e,t){var r=this._dsnObject,n=["Sentry sentry_version=7"];return n.push("sentry_client="+e+"/"+t),n.push("sentry_key="+r.publicKey),r.pass&&n.push("sentry_secret="+r.pass),{"Content-Type":"application/json","X-Sentry-Auth":n.join(", ")}},e.prototype.getReportDialogEndpoint=function(e){void 0===e&&(e={});var t=this._dsnObject,r=this.getBaseApiEndpoint()+"embed/error-page/",n=[];for(var i in n.push("dsn="+t.toString()),e)if("dsn"!==i)if("user"===i){if(!e.user)continue;e.user.name&&n.push("name="+encodeURIComponent(e.user.name)),e.user.email&&n.push("email="+encodeURIComponent(e.user.email))}else n.push(encodeURIComponent(i)+"="+encodeURIComponent(e[i]));return n.length?r+"?"+n.join("&"):r},e.prototype._getEnvelopeEndpoint=function(){return this._getIngestEndpoint("envelope")},e.prototype._getIngestEndpoint=function(e){return""+this.getBaseApiEndpoint()+this._dsnObject.projectId+"/"+e+"/"},e.prototype._encodedAuth=function(){var e,t={sentry_key:this._dsnObject.publicKey,sentry_version:"7"};return e=t,Object.keys(e).map((function(t){return encodeURIComponent(t)+"="+encodeURIComponent(e[t])})).join("&")},e}(),_e="6.2.0";function Se(e){if(e.metadata&&e.metadata.sdk){var t=e.metadata.sdk;return{name:t.name,version:t.version}}}function Ee(e,t){return t?(e.sdk=e.sdk||{name:t.name,version:t.version},e.sdk.name=e.sdk.name||t.name,e.sdk.version=e.sdk.version||t.version,e.sdk.integrations=g(e.sdk.integrations||[],t.integrations||[]),e.sdk.packages=g(e.sdk.packages||[],t.packages||[]),e):e}function ke(e,t){var r=Se(t),n=e.type||"event",i="transaction"===n,s=e.debug_meta||{},o=s.transactionSampling,a=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]])}return r}(s,["transactionSampling"]),c=o||{},l=c.method,p=c.rate;0===Object.keys(a).length?delete e.debug_meta:e.debug_meta=a;var d={body:JSON.stringify(r?Ee(e,t.metadata.sdk):e),type:n,url:i?t.getEnvelopeEndpointWithUrlEncodedAuth():t.getStoreEndpointWithUrlEncodedAuth()};if(i){var f=JSON.stringify(u({event_id:e.event_id,sent_at:(new Date).toISOString()},r&&{sdk:r}))+"\n"+JSON.stringify({type:e.type,sample_rates:[{id:l,rate:p}]})+"\n"+d.body;d.body=f}return d}var Ae=function(){function e(e){this._limit=e,this._buffer=[]}return e.prototype.isReady=function(){return void 0===this._limit||this.length()<this._limit},e.prototype.add=function(e){var t=this;return this.isReady()?(-1===this._buffer.indexOf(e)&&this._buffer.push(e),e.then((function(){return t.remove(e)})).then(null,(function(){return t.remove(e).then(null,(function(){}))})),e):A.reject(new ee("Not adding Promise due to buffer limit reached."))},e.prototype.remove=function(e){return this._buffer.splice(this._buffer.indexOf(e),1)[0]},e.prototype.length=function(){return this._buffer.length},e.prototype.drain=function(e){var t=this;return new A((function(r){var n=setTimeout((function(){e&&e>0&&r(!1)}),e);A.all(t._buffer).then((function(){clearTimeout(n),r(!0)})).then(null,(function(){r(!0)}))}))},e}(),Oe=r(7310),Te=function(){function e(e){this.options=e,this._buffer=new Ae(30),this._disabledUntil=new Date(Date.now()),this._api=new xe(e.dsn,e._metadata)}return e.prototype.sendEvent=function(e){throw new ee("Transport Class has to implement `sendEvent` method.")},e.prototype.close=function(e){return this._buffer.drain(e)},e.prototype._getRequestOptions=function(e){var t=u(u({},this._api.getRequestHeaders("sentry.javascript.node",_e)),this.options.headers),r=e.hostname,n=e.pathname,i=e.port,s=e.protocol,o=""+n;return u({agent:this.client,headers:t,hostname:r,method:"POST",path:o,port:i,protocol:s},this.options.caCerts&&{ca:pe.readFileSync(this.options.caCerts)})},e.prototype._sendWithModule=function(e,t){return d(this,void 0,void 0,(function(){var r=this;return f(this,(function(n){return new Date(Date.now())<this._disabledUntil?[2,Promise.reject(new ee("Transport locked till "+this._disabledUntil+" due to too many requests."))]:this._buffer.isReady()?[2,this._buffer.add(new Promise((function(n,i){var s=ke(t,r._api),o=r._getRequestOptions(new Oe.URL(s.url)),a=e.request(o,(function(e){var t=e.statusCode||500,s=Q.fromHttpCode(t);if(e.setEncoding("utf8"),s===Q.Success)n({status:s});else{if(s===Q.RateLimit){var o=Date.now(),a=e.headers?e.headers["retry-after"]:"";a=Array.isArray(a)?a[0]:a,r._disabledUntil=new Date(o+(0,v.JY)(o,a)),S.warn("Too many requests, backing off till: "+r._disabledUntil)}var c="HTTP Error ("+t+")";e.headers&&e.headers["x-sentry-error"]&&(c+=": "+e.headers["x-sentry-error"]),i(new ee(c))}e.on("data",(function(){})),e.on("end",(function(){}))}));a.on("error",i),a.end(s.body)})))]:[2,Promise.reject(new ee("Not adding Promise due to buffer limit reached."))]}))}))},e}(),Ce=r(3685),Re=r.n(Ce),Pe=function(e){function t(t){var n=e.call(this,t)||this;n.options=t;var i=t.httpProxy||process.env.http_proxy;return n.module=Ce,n.client=i?new(r(6018))(i):new Ce.Agent({keepAlive:!1,maxSockets:30,timeout:2e3}),n}return l(t,e),t.prototype.sendEvent=function(e){if(!this.module)throw new ee("No module available in HTTPTransport");return this._sendWithModule(this.module,e)},t}(Te),je=r(5687),Ne=r.n(je),Ie=function(e){function t(t){var n=e.call(this,t)||this;n.options=t;var i=t.httpsProxy||t.httpProxy||process.env.https_proxy||process.env.http_proxy;return n.module=je,n.client=i?new(r(6018))(i):new je.Agent({keepAlive:!1,maxSockets:30,timeout:2e3}),n}return l(t,e),t.prototype.sendEvent=function(e){if(!this.module)throw new ee("No module available in HTTPSTransport");return this._sendWithModule(this.module,e)},t}(Te),De=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.eventFromException=function(e,t){var r=this,n=e,i={handled:!0,type:"generic"};if(!(0,k.VZ)(e)){if((0,k.PO)(e)){var s="Non-Error exception captured with keys: "+function(e,t){void 0===t&&(t=40);var r=Object.keys(L(e));if(r.sort(),!r.length)return"[object has no keys]";if(r[0].length>=t)return(0,I.$G)(r[0],t);for(var n=r.length;n>0;n--){var i=r.slice(0,n).join(", ");if(!(i.length>t))return n===r.length?i:(0,I.$G)(i,t)}return""}(e);V().configureScope((function(t){t.setExtra("__serialized__",M(e))})),(n=t&&t.syntheticException||new Error(s)).message=s}else(n=t&&t.syntheticException||new Error(e)).message=e;i.synthetic=!0}return new A((function(e,s){return(o=n,a=r._options,new A((function(e){return be(o,a).then((function(t){e({exception:{values:[t]}})}))}))).then((function(r){(0,v.Db)(r,void 0,void 0),(0,v.EG)(r,i),e(u(u({},r),{event_id:t&&t.event_id}))})).then(null,s);var o,a}))},t.prototype.eventFromMessage=function(e,t,r){var n=this;void 0===t&&(t=te.Info);var i={event_id:r&&r.event_id,level:t,message:e};return new A((function(e){n._options.attachStacktrace&&r&&r.syntheticException?ye(r.syntheticException?ve(r.syntheticException):[],n._options).then((function(t){i.stacktrace={frames:we(t)},e(i)})).then(null,(function(){e(i)})):e(i)}))},t.prototype._setupTransport=function(){if(!this._options.dsn)return e.prototype._setupTransport.call(this);var t=new oe(this._options.dsn),r=u(u(u(u(u({},this._options.transportOptions),this._options.httpProxy&&{httpProxy:this._options.httpProxy}),this._options.httpsProxy&&{httpsProxy:this._options.httpsProxy}),this._options.caCerts&&{caCerts:this._options.caCerts}),{dsn:this._options.dsn,_metadata:this._options._metadata});return this._options.transport?new this._options.transport(r):"http"===t.protocol?new Pe(r):new Ie(r)},t}(ne),Le=[];function Fe(e){var t={};return function(e){var t=e.defaultIntegrations&&g(e.defaultIntegrations)||[],r=e.integrations,n=[];if(Array.isArray(r)){var i=r.map((function(e){return e.name})),s=[];t.forEach((function(e){-1===i.indexOf(e.name)&&-1===s.indexOf(e.name)&&(n.push(e),s.push(e.name))})),r.forEach((function(e){-1===s.indexOf(e.name)&&(n.push(e),s.push(e.name))}))}else"function"==typeof r?(n=r(t),n=Array.isArray(n)?n:[n]):n=g(t);var o=n.map((function(e){return e.name})),a="Debug";return-1!==o.indexOf(a)&&n.push.apply(n,g(n.splice(o.indexOf(a),1))),n}(e).forEach((function(e){t[e.name]=e,function(e){-1===Le.indexOf(e.name)&&(e.setupOnce(C,V),Le.push(e.name),S.log("Integration installed: "+e.name))}(e)})),t}var Me=function(){function e(e,t){this._integrations={},this._processing=0,this._backend=new e(t),this._options=t,t.dsn&&(this._dsn=new oe(t.dsn))}return e.prototype.captureException=function(e,t,r){var n=this,i=t&&t.event_id;return this._process(this._getBackend().eventFromException(e,t).then((function(e){return n._captureEvent(e,t,r)})).then((function(e){i=e}))),i},e.prototype.captureMessage=function(e,t,r,n){var i=this,s=r&&r.event_id,o=(0,k.pt)(e)?this._getBackend().eventFromMessage(String(e),t,r):this._getBackend().eventFromException(e,r);return this._process(o.then((function(e){return i._captureEvent(e,r,n)})).then((function(e){s=e}))),s},e.prototype.captureEvent=function(e,t,r){var n=t&&t.event_id;return this._process(this._captureEvent(e,t,r).then((function(e){n=e}))),n},e.prototype.captureSession=function(e){e.release?(this._sendSession(e),e.update({init:!1})):S.warn("Discarded session because of missing release")},e.prototype.getDsn=function(){return this._dsn},e.prototype.getOptions=function(){return this._options},e.prototype.flush=function(e){var t=this;return this._isClientProcessing(e).then((function(r){return t._getBackend().getTransport().close(e).then((function(e){return r&&e}))}))},e.prototype.close=function(e){var t=this;return this.flush(e).then((function(e){return t.getOptions().enabled=!1,e}))},e.prototype.setupIntegrations=function(){this._isEnabled()&&(this._integrations=Fe(this._options))},e.prototype.getIntegration=function(e){try{return this._integrations[e.id]||null}catch(t){return S.warn("Cannot retrieve integration "+e.id+" from the current Client"),null}},e.prototype._updateSessionFromEvent=function(e,t){var r,n,i,s=!1,o=!1,a=t.exception&&t.exception.values;if(a){o=!0;try{for(var c=h(a),l=c.next();!l.done;l=c.next()){var d=l.value.mechanism;if(d&&!1===d.handled){s=!0;break}}}catch(e){r={error:e}}finally{try{l&&!l.done&&(n=c.return)&&n.call(c)}finally{if(r)throw r.error}}}var f=t.user;if(!e.userAgent){var m=t.request?t.request.headers:{};for(var g in m)if("user-agent"===g.toLowerCase()){i=m[g];break}}e.update(u(u({},s&&{status:p.Crashed}),{user:f,userAgent:i,errors:e.errors+Number(o||s)})),this.captureSession(e)},e.prototype._sendSession=function(e){this._getBackend().sendSession(e)},e.prototype._isClientProcessing=function(e){var t=this;return new A((function(r){var n=0,i=setInterval((function(){0==t._processing?(clearInterval(i),r(!0)):(n+=1,e&&n>=e&&(clearInterval(i),r(!1)))}),1)}))},e.prototype._getBackend=function(){return this._backend},e.prototype._isEnabled=function(){return!1!==this.getOptions().enabled&&void 0!==this._dsn},e.prototype._prepareEvent=function(e,t,r){var n=this,i=this.getOptions().normalizeDepth,s=void 0===i?3:i,o=u(u({},e),{event_id:e.event_id||(r&&r.event_id?r.event_id:(0,v.DM)()),timestamp:e.timestamp||(0,y.yW)()});this._applyClientOptions(o),this._applyIntegrationsMetadata(o);var a=t;r&&r.captureContext&&(a=O.clone(a).update(r.captureContext));var c=A.resolve(o);return a&&(c=a.applyToEvent(o,r)),c.then((function(e){return"number"==typeof s&&s>0?n._normalizeEvent(e,s):e}))},e.prototype._normalizeEvent=function(e,t){if(!e)return null;var r=u(u(u(u(u({},e),e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map((function(e){return u(u({},e),e.data&&{data:$(e.data,t)})}))}),e.user&&{user:$(e.user,t)}),e.contexts&&{contexts:$(e.contexts,t)}),e.extra&&{extra:$(e.extra,t)});return e.contexts&&e.contexts.trace&&(r.contexts.trace=e.contexts.trace),r},e.prototype._applyClientOptions=function(e){var t=this.getOptions(),r=t.environment,n=t.release,i=t.dist,s=t.maxValueLength,o=void 0===s?250:s;"environment"in e||(e.environment="environment"in t?r:"production"),void 0===e.release&&void 0!==n&&(e.release=n),void 0===e.dist&&void 0!==i&&(e.dist=i),e.message&&(e.message=(0,I.$G)(e.message,o));var a=e.exception&&e.exception.values&&e.exception.values[0];a&&a.value&&(a.value=(0,I.$G)(a.value,o));var c=e.request;c&&c.url&&(c.url=(0,I.$G)(c.url,o))},e.prototype._applyIntegrationsMetadata=function(e){var t=e.sdk,r=Object.keys(this._integrations);t&&r.length>0&&(t.integrations=r)},e.prototype._sendEvent=function(e){this._getBackend().sendEvent(e)},e.prototype._captureEvent=function(e,t,r){return this._processEvent(e,t,r).then((function(e){return e.event_id}),(function(e){S.error(e)}))},e.prototype._processEvent=function(e,t,r){var n=this,i=this.getOptions(),s=i.beforeSend,o=i.sampleRate;if(!this._isEnabled())return A.reject(new ee("SDK not enabled, will not send event."));var a="transaction"===e.type;return!a&&"number"==typeof o&&Math.random()>o?A.reject(new ee("Discarding event because it's not included in the random sample (sampling rate = "+o+")")):this._prepareEvent(e,r,t).then((function(e){if(null===e)throw new ee("An event processor returned null, will not send event.");if(t&&t.data&&!0===t.data.__sentry__||a||!s)return e;var r=s(e,t);if(void 0===r)throw new ee("`beforeSend` method has to return `null` or a valid event.");return(0,k.J8)(r)?r.then((function(e){return e}),(function(e){throw new ee("beforeSend rejected with "+e)})):r})).then((function(e){if(null===e)throw new ee("`beforeSend` returned `null`, will not send event.");var t=r&&r.getSession&&r.getSession();return!a&&t&&n._updateSessionFromEvent(t,e),n._sendEvent(e),e})).then(null,(function(e){if(e instanceof ee)throw e;throw n.captureException(e,{data:{__sentry__:!0},originalException:e}),new ee("Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: "+e)}))},e.prototype._process=function(e){var t=this;this._processing+=1,e.then((function(e){return t._processing-=1,e}),(function(e){return t._processing-=1,e}))},e}(),Be=function(e){function t(t){return e.call(this,De,t)||this}return l(t,e),t.prototype._prepareEvent=function(t,r,n){return t.platform=t.platform||"node",this.getOptions().serverName&&(t.server_name=this.getOptions().serverName),e.prototype._prepareEvent.call(this,t,r,n)},t}(Me);var Ue,$e=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],Ge=function(){function e(t){void 0===t&&(t={}),this._options=t,this.name=e.id}return e.prototype.setupOnce=function(){C((function(t){var r=V();if(!r)return t;var n=r.getIntegration(e);if(n){var i=r.getClient(),s=i?i.getOptions():{},o=n._mergeOptions(s);if(n._shouldDropEvent(t,o))return null}return t}))},e.prototype._shouldDropEvent=function(e,t){return this._isSentryError(e,t)?(S.warn("Event dropped due to being internal Sentry Error.\nEvent: "+(0,v.jH)(e)),!0):this._isIgnoredError(e,t)?(S.warn("Event dropped due to being matched by `ignoreErrors` option.\nEvent: "+(0,v.jH)(e)),!0):this._isDeniedUrl(e,t)?(S.warn("Event dropped due to being matched by `denyUrls` option.\nEvent: "+(0,v.jH)(e)+".\nUrl: "+this._getEventFilterUrl(e)),!0):!this._isAllowedUrl(e,t)&&(S.warn("Event dropped due to not being matched by `allowUrls` option.\nEvent: "+(0,v.jH)(e)+".\nUrl: "+this._getEventFilterUrl(e)),!0)},e.prototype._isSentryError=function(e,t){if(!t.ignoreInternal)return!1;try{return e&&e.exception&&e.exception.values&&e.exception.values[0]&&"SentryError"===e.exception.values[0].type||!1}catch(e){return!1}},e.prototype._isIgnoredError=function(e,t){return!(!t.ignoreErrors||!t.ignoreErrors.length)&&this._getPossibleEventMessages(e).some((function(e){return t.ignoreErrors.some((function(t){return(0,I.zC)(e,t)}))}))},e.prototype._isDeniedUrl=function(e,t){if(!t.denyUrls||!t.denyUrls.length)return!1;var r=this._getEventFilterUrl(e);return!!r&&t.denyUrls.some((function(e){return(0,I.zC)(r,e)}))},e.prototype._isAllowedUrl=function(e,t){if(!t.allowUrls||!t.allowUrls.length)return!0;var r=this._getEventFilterUrl(e);return!r||t.allowUrls.some((function(e){return(0,I.zC)(r,e)}))},e.prototype._mergeOptions=function(e){return void 0===e&&(e={}),{allowUrls:g(this._options.whitelistUrls||[],this._options.allowUrls||[],e.whitelistUrls||[],e.allowUrls||[]),denyUrls:g(this._options.blacklistUrls||[],this._options.denyUrls||[],e.blacklistUrls||[],e.denyUrls||[]),ignoreErrors:g(this._options.ignoreErrors||[],e.ignoreErrors||[],$e),ignoreInternal:void 0===this._options.ignoreInternal||this._options.ignoreInternal}},e.prototype._getPossibleEventMessages=function(e){if(e.message)return[e.message];if(e.exception)try{var t=e.exception.values&&e.exception.values[0]||{},r=t.type,n=void 0===r?"":r,i=t.value,s=void 0===i?"":i;return[""+s,n+": "+s]}catch(t){return S.error("Cannot extract message for event "+(0,v.jH)(e)),[]}return[]},e.prototype._getEventFilterUrl=function(e){try{if(e.stacktrace){var t=e.stacktrace.frames;return t&&t[t.length-1].filename||null}if(e.exception){var r=e.exception.values&&e.exception.values[0].stacktrace&&e.exception.values[0].stacktrace.frames;return r&&r[r.length-1].filename||null}return null}catch(t){return S.error("Cannot extract url for event "+(0,v.jH)(e)),null}},e.id="InboundFilters",e}(),ze=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(){Ue=Function.prototype.toString,Function.prototype.toString=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=this.__sentry_original__||this;return Ue.apply(r,e)}},e.id="FunctionToString",e}();const qe=require("domain");var He=r(3837),We=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(){var e,t,n=r(6206);try{for(var i=h(["debug","info","warn","error","log"]),s=i.next();!s.done;s=i.next()){var o=s.value;D(n,o,Ve(o))}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}},e.id="Console",e}();function Ve(e){return function(t){var r;switch(e){case"debug":r=te.Debug;break;case"error":r=te.Error;break;case"info":r=te.Info;break;case"warn":r=te.Warning;break;default:r=te.Log}return function(){V().getIntegration(We)&&V().addBreadcrumb({category:"console",level:r,message:He.format.apply(void 0,arguments)},{input:g(arguments),level:e}),t.apply(this,arguments)}}}function Ke(e){var t,r=null===(t=V().getClient())||void 0===t?void 0:t.getDsn();return!!r&&e.includes(r.host)}function Ye(e){return(e.protocol||"")+"//"+(e.hostname||e.host||"")+(e.port&&80!==e.port&&443!==e.port?":"+e.port:"")+(e.path?e.path:"/")}function Je(e,t,r){var n,i,s;if(!e)return e;var o=m(e.split(" "),2),a=o[0],c=o[1];return t.host&&!t.protocol&&(t.protocol=null===(i=null===(n=r)||void 0===n?void 0:n.agent)||void 0===i?void 0:i.protocol,c=Ye(t)),(null===(s=c)||void 0===s?void 0:s.startsWith("///"))&&(c=c.slice(2)),a+" "+c}function Ze(e){var t={protocol:e.protocol,hostname:"string"==typeof e.hostname&&e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:""+(e.pathname||"")+(e.search||""),href:e.href};return""!==e.port&&(t.port=Number(e.port)),(e.username||e.password)&&(t.auth=e.username+":"+e.password),t}function Xe(e){var t,r;return"function"==typeof e[e.length-1]&&(t=e.pop()),r="string"==typeof e[0]?Ze(new Oe.URL(e[0])):e[0]instanceof Oe.URL?Ze(e[0]):e[0],2===e.length&&(r=u(u({},r),e[1])),t?[r,t]:[r]}var Qe=(0,v.J4)(process.versions.node),et=function(){function e(t){void 0===t&&(t={}),this.name=e.id,this._breadcrumbs=void 0===t.breadcrumbs||t.breadcrumbs,this._tracing=void 0!==t.tracing&&t.tracing}return e.prototype.setupOnce=function(){if(this._breadcrumbs||this._tracing){var e,t,n=(e=this._breadcrumbs,t=this._tracing,function(r){return function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var s,o,a=this,c=Xe(n),l=c[0],p=Ye(l);if(Ke(p))return r.apply(a,c);var d=V().getScope();if(d&&t&&(o=d.getSpan())){var f=(s=o.startChild({description:(l.method||"GET")+" "+p,op:"request"})).toTraceparent();S.log("[Tracing] Adding sentry-trace header to outgoing request: "+f),l.headers=u(u({},l.headers),{"sentry-trace":f})}return r.apply(a,c).once("response",(function(r){var n=this;e&&tt("response",p,n,r),t&&s&&(r.statusCode&&s.setHttpStatus(r.statusCode),s.description=Je(s.description,l,n),s.finish())})).once("error",(function(){var r=this;e&&tt("error",p,r),t&&s&&(s.setHttpStatus(500),s.description=Je(s.description,l,r),s.finish())}))}}),i=r(3685);if(D(i,"get",n),D(i,"request",n),Qe.major&&Qe.major>8){var s=r(5687);D(s,"get",n),D(s,"request",n)}}},e.id="Http",e}();function tt(e,t,r,n){V().getIntegration(et)&&V().addBreadcrumb({category:"http",data:{method:r.method,status_code:n&&n.statusCode,url:t},type:"http"},{event:e,request:r,response:n})}r(7112);var rt=r(2037);function nt(e){console.error(e&&e.stack?e.stack:e);var t=V().getClient();if(void 0===t)return S.warn("No NodeClient was defined, we are exiting the process now."),void global.process.exit(1);var r=t.getOptions(),n=r&&r.shutdownTimeout&&r.shutdownTimeout>0&&r.shutdownTimeout||2e3;t.close(n).then((function(e){e||S.warn("We reached the timeout for emptying the request buffer, still exiting now!"),global.process.exit(1)})).then(null,(function(e){console.error(e)}))}var it,st=function(){function e(t){void 0===t&&(t={}),this._options=t,this.name=e.id,this.handler=this._makeErrorHandler()}return e.prototype.setupOnce=function(){global.process.on("uncaughtException",this.handler.bind(this))},e.prototype._makeErrorHandler=function(){var t,r=this,n=!1,i=!1,s=!1;return function(o){var a=nt,c=V().getClient();if(r._options.onFatalError?a=r._options.onFatalError:c&&c.getOptions().onFatalError&&(a=c.getOptions().onFatalError),n)s?(S.warn("uncaught exception after calling fatal error shutdown callback - this is bad! forcing shutdown"),nt(o)):i||(i=!0,setTimeout((function(){s||(s=!0,a(t,o))}),2e3));else{var l=V();t=o,n=!0,l.getIntegration(e)?l.withScope((function(e){e.setLevel(te.Fatal),l.captureException(o,{originalException:o}),s||(s=!0,a(o))})):s||(s=!0,a(o))}}},e.id="OnUncaughtException",e}(),ot=function(){function e(t){void 0===t&&(t={mode:"warn"}),this._options=t,this.name=e.id}return e.prototype.setupOnce=function(){global.process.on("unhandledRejection",this.sendUnhandledPromise.bind(this))},e.prototype.sendUnhandledPromise=function(t,r){var n=V();if(n.getIntegration(e)){var i=r.domain&&r.domain.sentryContext||{};n.withScope((function(e){e.setExtra("unhandledPromiseRejection",!0),i.user&&e.setUser(i.user),i.tags&&e.setTags(i.tags),i.extra&&e.setExtras(i.extra),n.captureException(t,{originalException:r})})),this._handleRejection(t)}else this._handleRejection(t)},e.prototype._handleRejection=function(e){var t="This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:";"warn"===this._options.mode?(0,v.Cf)((function(){console.warn(t),console.error(e&&e.stack?e.stack:e)})):"strict"===this._options.mode&&((0,v.Cf)((function(){console.warn(t)})),nt(e))},e.id="OnUnhandledRejection",e}(),at=function(){function e(t){void 0===t&&(t={}),this.name=e.id,this._key=t.key||"cause",this._limit=t.limit||5}return e.prototype.setupOnce=function(){C((function(t,r){var n=V().getIntegration(e);if(n){var i=n._handler&&n._handler.bind(n);return"function"==typeof i?i(t,r):t}return t}))},e.prototype._handler=function(e,t){var r=this;return e.exception&&e.exception.values&&t&&(0,k.V9)(t.originalException,Error)?new A((function(n){r._walkErrorTree(t.originalException,r._key).then((function(t){e&&e.exception&&e.exception.values&&(e.exception.values=g(t,e.exception.values)),n(e)})).then(null,(function(){n(e)}))})):A.resolve(e)},e.prototype._walkErrorTree=function(e,t,r){var n=this;return void 0===r&&(r=[]),!(0,k.V9)(e[t],Error)||r.length+1>=this._limit?A.resolve(r):new A((function(i,s){be(e[t]).then((function(o){n._walkErrorTree(e[t],t,g([o],r)).then(i).then(null,(function(){s()}))})).then(null,(function(){s()}))}))},e.id="LinkedErrors",e}(),ct=r(1017),lt=r.n(ct);function pt(){var e=r.c[r.s]&&r.c[r.s].paths||[],t=function(){try{return r.c?Object.keys(r.c):[]}catch(e){return[]}}(),n={},i={};return t.forEach((function(t){var r=t,s=function(){var t=r;if((r=(0,ct.dirname)(t))&&t!==r&&!i[t]){if(e.indexOf(r)<0)return s();var o=(0,ct.join)(t,"package.json");if(i[t]=!0,!(0,pe.existsSync)(o))return s();try{var a=JSON.parse((0,pe.readFileSync)(o,"utf8"));n[a.name]=a.version}catch(e){}}};s()})),n}var ut=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(t,r){var n=this;t((function(t){return r().getIntegration(e)?u(u({},t),{modules:n._getModules()}):t}))},e.prototype._getModules=function(){return it||(it=pt()),it},e.id="Modules",e}(),dt=[new Ge,new ze,new We,new et,new st,new ot,new at];u(u({},i),n);var ft=H();ft.__SENTRY__&&(ft.__SENTRY__.extensions=ft.__SENTRY__.extensions||{},ft.__SENTRY__.extensions.domain=ft.__SENTRY__.extensions.domain||qe),function(e){if(void 0===e&&(e={}),void 0===e.defaultIntegrations&&(e.defaultIntegrations=dt),void 0===e.dsn&&process.env.SENTRY_DSN&&(e.dsn=process.env.SENTRY_DSN),void 0===e.tracesSampleRate&&process.env.SENTRY_TRACES_SAMPLE_RATE){var t=parseFloat(process.env.SENTRY_TRACES_SAMPLE_RATE);isFinite(t)&&(e.tracesSampleRate=t)}if(void 0===e.release){var r=(0,v.Rf)();process.env.SENTRY_RELEASE?e.release=process.env.SENTRY_RELEASE:r.SENTRY_RELEASE&&r.SENTRY_RELEASE.id&&(e.release=r.SENTRY_RELEASE.id)}void 0===e.environment&&process.env.SENTRY_ENVIRONMENT&&(e.environment=process.env.SENTRY_ENVIRONMENT),e._metadata=e._metadata||{},e._metadata.sdk={name:"sentry.javascript.node",packages:[{name:"npm:@sentry/node",version:_e}],version:_e},qe.active&&J(H(),V()),function(e,t){!0===t.debug&&S.enable();var r=V(),n=new e(t);r.bindClient(n)}(Be,e)}({dsn:"https://e857fab197de465881a78d43cc151933@sentry.fivem.net/8",release:"cfx-5737",tracesSampleRate:1});var ht=r(4898),mt=r(4065);console.log("FxDK Shell Backend is now loading"),Error.prepareStackTrace=e=>e.stack?.toString(),process.on("uncaughtException",(e=>{console.log("UNHANDLED EXCEPTION",e),process.exit(-1)})),process.on("unhandledRejection",(e=>{console.log("UNHANDLED REJECTION",e),process.exit(-1)}));const gt=new ht.E;(0,mt.ZO)().bind(ht.E).toConstantValue(gt),(0,mt.ZO)().bind(mt.SB).toConstantValue(new mt.SB((0,mt.ZO)()));var vt=r(796);(0,mt.zr)(vt.A);var yt,bt,wt,xt=r(6700),_t=r(3107),St=r(7001),Et=r(2839),kt=r(2868),At=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Ot=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const Tt=Symbol("Factory<ApiContribution>"),Ct=Symbol("ApiContribution");let Rt=class{initContribution(e){const t=(0,kt.rT)(e).filter((({propKey:t})=>!!e[t])).map((({propKey:t,eventName:r})=>this.apiClient.on(r,e[t].bind(e)))),r=(0,kt.RR)(e).filter((({propKey:t})=>!!e[t])).map((({propKey:t,eventName:r})=>this.apiClient.onCallback(r,e[t].bind(e))));Array.isArray(e.eventDisposers)&&(e.eventDisposers.push(...t),e.eventDisposers.push(...r))}boot(){this.apiContributions.getAll().forEach((e=>{this.initContribution(e)}))}};At([(0,xt.f3)(_t.S),Ot("design:type","function"==typeof(yt=void 0!==_t.S&&_t.S)?yt:Object)],Rt.prototype,"apiClient",void 0),At([(0,xt.f3)(Et.$),Ot("design:type","function"==typeof(bt=void 0!==Et.$&&Et.$)?bt:Object)],Rt.prototype,"logService",void 0),At([(0,xt.f3)(St.Q),(0,xt.t6)(Ct),Ot("design:type","function"==typeof(wt=void 0!==St.Q&&St.Q)?wt:Object)],Rt.prototype,"apiContributions",void 0),Rt=At([(0,xt.b2)()],Rt);const Pt=e=>((0,mt.ZO)().bind(Ct).toService(e),e);var jt,Nt,It,Dt,Lt=r(1348);!function(e){e[e.booting=0]="booting",e[e.preparing=1]="preparing",e[e.ready=2]="ready"}(jt||(jt={})),function(e){e[e.down=0]="down",e[e.up=1]="up",e[e.booting=2]="booting"}(Nt||(Nt={})),function(e){e[e.checking=0]="checking",e[e.updating=1]="updating",e[e.ready=2]="ready"}(It||(It={})),function(e){e[e.ready=0]="ready",e[e.checking=1]="checking",e[e.updateRequired=2]="updateRequired",e[e.updating=3]="updating",e[e.missingArtifact=4]="missingArtifact"}(Dt||(Dt={}));const Ft={recommended:"recommended",optional:"optional",latest:"latest"};var Mt;!function(e){e[e.windowsDevModeEnabled=0]="windowsDevModeEnabled",e[e.dotnetAvailable=1]="dotnetAvailable",e[e.worldEditor=2]="worldEditor"}(Mt||(Mt={}));var Bt,Ut,$t=r(4690),Gt=r(7534),zt=r(1196),qt=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Ht=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Wt=class{constructor(){this.onStateChange=new Gt.K,this.onServerDataStateChange=new Gt.K,this.userId="",this.state=jt.booting,this.serverDataState=It.checking,this.gameLaunched=!1}getId(){return"AppStateService"}async boot(){this.apiClient.onClientConnected.addListener((()=>this.onAckState())),on("sdk:gameLaunched",(()=>{this.gameLaunched=!0,this.apiClient.emit(zt.Y5.gameLaunched)})),this.userId=await this.fetchUserId(),this.logService.setUserId(this.userId)}getUserId(){return this.userId}isGameLaunched(){return this.gameLaunched}getState(){return this.state}getServerDataState(){return this.serverDataState}onAckState(){this.ackState(),this.apiClient.emit(zt.Y5.setUserId,this.userId),this.gameLaunched&&this.apiClient.emit(zt.Y5.gameLaunched)}ackState(){this.apiClient.emit(zt.Y5.state,this.state)}ackServerDataState(){this.apiClient.emit(zt.Y5.serverDataState,this.serverDataState)}toState(e){this.state=e,this.onStateChange.emit(e),this.ackState()}toServerDataState(e){this.serverDataState=e,this.onServerDataStateChange.emit(e),this.ackServerDataState()}fetchUserId(){return new Promise((e=>{emit("sdk:getUserId");const t=r=>{e(r),RemoveEventHandler("sdk:setUserId",t)};on("sdk:setUserId",t)}))}};qt([(0,xt.f3)(_t.S),Ht("design:type","function"==typeof(Bt=void 0!==_t.S&&_t.S)?Bt:Object)],Wt.prototype,"apiClient",void 0),qt([(0,xt.f3)(Et.$),Ht("design:type","function"==typeof(Ut=void 0!==Et.$&&Et.$)?Ut:Object)],Wt.prototype,"logService",void 0),Wt=qt([(0,xt.b2)()],Wt);var Vt=r(1890);var Kt,Yt,Jt,Zt,Xt,Qt=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},er=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let tr=class{async startContributions(){this.logService.log("Starting app..."),function(e){const t={ts_types_path:ct.join(e.citizen,"scripting/v8/index.d.ts").replace("\\","/")};Vt.sync(e.sdkStorage),pe.writeFileSync(e.wellKnownPathsPath,JSON.stringify(t))}(this.configService);const e=this.appContributions.getAll();this.logService.log("Booting..."),this.appStateService.toState(jt.booting),await Promise.all(e.map((e=>e.boot?.()))),this.logService.log("Opening window..."),emit("sdk:openBrowser",this.configService.sdkUrl),this.logService.log("Preparing..."),this.appStateService.toState(jt.preparing),await Promise.all(e.map((e=>e.prepare?.()))),this.logService.log("Before app start..."),await Promise.all(e.map((e=>e.beforeAppStart?.()))),this.appStateService.toState(jt.ready),this.logService.log("After app start..."),await Promise.all(e.map((e=>e.afterAppStart?.()))),this.logService.log("App started!")}};Qt([(0,xt.f3)(Wt),er("design:type","function"==typeof(Kt=void 0!==Wt&&Wt)?Kt:Object)],tr.prototype,"appStateService",void 0),Qt([(0,xt.f3)($t.S),er("design:type","function"==typeof(Yt=void 0!==$t.S&&$t.S)?Yt:Object)],tr.prototype,"shellBackend",void 0),Qt([(0,xt.f3)(ht.E),er("design:type","function"==typeof(Jt=void 0!==ht.E&&ht.E)?Jt:Object)],tr.prototype,"configService",void 0),Qt([(0,xt.f3)(Et.$),er("design:type","function"==typeof(Zt=void 0!==Et.$&&Et.$)?Zt:Object)],tr.prototype,"logService",void 0),Qt([(0,xt.f3)(St.Q),(0,xt.t6)(Lt.F),er("design:type","function"==typeof(Xt=void 0!==St.Q&&St.Q)?Xt:Object)],tr.prototype,"appContributions",void 0),tr=Qt([(0,xt.b2)()],tr);const rr=Symbol("AppServiceFactory");(0,mt.zr)(tr),Pt((0,Lt.f)((0,mt.zr)(Wt))),(0,St.x)(Lt.F),(0,mt.nQ)(rr,(e=>t=>e.container.resolve(t)));var nr,ir=r(7199),sr=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},or=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let ar=class{constructor(){console.log("Started ApiClientLogger")}error(e,t){this.apiClient.emit("@@log",["Backend error:",e.toString(),t])}log(...e){this.apiClient.emit("@@log",e)}};sr([(0,xt.f3)(_t.S),or("design:type","function"==typeof(nr=void 0!==_t.S&&_t.S)?nr:Object)],ar.prototype,"apiClient",void 0),ar=sr([(0,xt.b2)(),or("design:paramtypes",[])],ar);class cr{constructor(){this.container=[]}add(...e){this.container.push(...e)}register(e){return this.add(e),e}async dispose(){await Promise.all(this.container.map((e=>"function"==typeof e?e():e.dispose?.())))}empty(){return 0===this.container.length}}function lr(e){return{dispose:e}}function pr(e){if(e)return"function"==typeof e?e():e.dispose?.()}var ur,dr=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},fr=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let hr=class{constructor(){this.scope="",this.scopeDisposer=new cr,this.eventBindings=Object.create(null),this.callbackBindings=Object.create(null)}init(e){const t=(0,kt.rT)(e);for(const{propKey:r,eventName:n}of t)e[r]&&(this.eventBindings[n]=e[r].bind(e));const r=(0,kt.RR)(e);for(const{propKey:t,eventName:n}of r)e[t]&&(this.callbackBindings[n]=e[t].bind(e))}setScope(e){this.scope=e,this.scopeDisposer.empty()||(this.scopeDisposer.dispose(),this.scopeDisposer=new cr);for(const[e,t]of Object.entries(this.eventBindings))this.scopeDisposer.add(this.apiClient.on(this.getEventName(e),t));for(const[e,t]of Object.entries(this.callbackBindings))this.scopeDisposer.add(this.apiClient.onCallback(this.getEventName(e),t))}dispose(){this.scopeDisposer.dispose()}getEventName(e){return function(e,t){return`${t}(${e})`}(e,this.scope)}};dr([(0,xt.f3)(_t.S),fr("design:type","function"==typeof(ur=void 0!==_t.S&&_t.S)?ur:Object)],hr.prototype,"apiClient",void 0),hr=dr([(0,xt.b2)()],hr),(0,mt.zr)(_t.S),(0,mt.En)(hr,(e=>e.container.resolve(hr))),(0,ir.Y)((0,mt.zr)(ar)),(0,Lt.f)((0,mt.zr)(Rt)),(0,mt.nQ)(Tt,(e=>t=>{const r=e.container.resolve(t);return e.container.get(Rt).initContribution(r),r})),(0,St.x)(Ct);var mr=r(9758),gr=r(8336),vr=r(4606),yr=r(9591),br=r(5151),wr=r(2352),xr=r(1990),_r=r(9027);class Sr extends Error{constructor(e){super(e),this.caller=""}toJSON(){return{code:this.code,data:this.data,caller:this.caller,message:this.message,stack:this.stack}}fromJSON(e){const t=new Sr(e.message);return t.code=e.code,t.data=e.data,t.caller=e.caller,t.stack=e.stack,t}get isIsomorphicGitError(){return!0}}class Er extends Sr{constructor(e){super(`An internal error caused this command to fail. Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${e}`),this.code=this.name=Er.code,this.data={message:e}}}Er.code="InternalError";class kr extends Sr{constructor(e){super(`The filepath "${e}" contains unsafe character sequences`),this.code=this.name=kr.code,this.data={filepath:e}}}kr.code="UnsafeFilepathError";class Ar{constructor(e){this.buffer=e,this._start=0}eof(){return this._start>=this.buffer.length}tell(){return this._start}seek(e){this._start=e}slice(e){const t=this.buffer.slice(this._start,this._start+e);return this._start+=e,t}toString(e,t){const r=this.buffer.toString(e,this._start,this._start+t);return this._start+=t,r}write(e,t,r){const n=this.buffer.write(e,this._start,t,r);return this._start+=t,n}copy(e,t,r){const n=e.copy(this.buffer,this._start,t,r);return this._start+=n,n}readUInt8(){const e=this.buffer.readUInt8(this._start);return this._start+=1,e}writeUInt8(e){const t=this.buffer.writeUInt8(e,this._start);return this._start+=1,t}readUInt16BE(){const e=this.buffer.readUInt16BE(this._start);return this._start+=2,e}writeUInt16BE(e){const t=this.buffer.writeUInt16BE(e,this._start);return this._start+=2,t}readUInt32BE(){const e=this.buffer.readUInt32BE(this._start);return this._start+=4,e}writeUInt32BE(e){const t=this.buffer.writeUInt32BE(e,this._start);return this._start+=4,t}}function Or(e,t){return-(e<t)||+(e>t)}function Tr(e,t){return Or(e.path,t.path)}function Cr(e){let t=e>0?e>>12:0;4!==t&&8!==t&&10!==t&&14!==t&&(t=8);let r=511&e;return r=73&r?493:420,8!==t&&(r=0),(t<<12)+r}const Rr=2**32;function Pr(e,t,r,n){if(void 0!==e&&void 0!==t)return[e,t];void 0===r&&(r=n.valueOf());const i=Math.floor(r/1e3);return[i,1e6*(r-1e3*i)]}function jr(e){const[t,r]=Pr(e.ctimeSeconds,e.ctimeNanoseconds,e.ctimeMs,e.ctime),[n,i]=Pr(e.mtimeSeconds,e.mtimeNanoseconds,e.mtimeMs,e.mtime);return{ctimeSeconds:t%Rr,ctimeNanoseconds:r%Rr,mtimeSeconds:n%Rr,mtimeNanoseconds:i%Rr,dev:e.dev%Rr,ino:e.ino%Rr,mode:Cr(e.mode%Rr),uid:e.uid%Rr,gid:e.gid%Rr,size:e.size>-1?e.size%Rr:0}}let Nr=null;async function Ir(e){return null===Nr&&(Nr=await async function(){try{if("da39a3ee5e6b4b0d3255bfef95601890afd80709"===await Dr(new Uint8Array([])))return!0}catch(e){}return!1}()),Nr?Dr(e):function(e){return(new gr).update(e).digest("hex")}(e)}async function Dr(e){return function(e){let t="";for(const r of new Uint8Array(e))r<16&&(t+="0"),t+=r.toString(16);return t}(await crypto.subtle.digest("SHA-1",e))}class Lr{constructor(e){this._dirty=!1,this._entries=e||new Map}static async from(e){if(Buffer.isBuffer(e))return Lr.fromBuffer(e);if(null===e)return new Lr(null);throw new Er("invalid type passed to GitIndex.from")}static async fromBuffer(e){const t=await Ir(e.slice(0,-20)),r=e.slice(-20).toString("hex");if(r!==t)throw new Er(`Invalid checksum in GitIndex buffer: expected ${r} but saw ${t}`);const n=new Ar(e),i=new Map,s=n.toString("utf8",4);if("DIRC"!==s)throw new Er(`Inavlid dircache magic file number: ${s}`);const o=n.readUInt32BE();if(2!==o)throw new Er(`Unsupported dircache version: ${o}`);const a=n.readUInt32BE();let c=0;for(;!n.eof()&&c<a;){const t={};t.ctimeSeconds=n.readUInt32BE(),t.ctimeNanoseconds=n.readUInt32BE(),t.mtimeSeconds=n.readUInt32BE(),t.mtimeNanoseconds=n.readUInt32BE(),t.dev=n.readUInt32BE(),t.ino=n.readUInt32BE(),t.mode=n.readUInt32BE(),t.uid=n.readUInt32BE(),t.gid=n.readUInt32BE(),t.size=n.readUInt32BE(),t.oid=n.slice(20).toString("hex");const r=n.readUInt16BE();t.flags=(l=r,{assumeValid:Boolean(32768&l),extended:Boolean(16384&l),stage:(12288&l)>>12,nameLength:4095&l});const s=e.indexOf(0,n.tell()+1)-n.tell();if(s<1)throw new Er(`Got a path length of: ${s}`);if(t.path=n.toString("utf8",s),t.path.includes("..\\")||t.path.includes("../"))throw new kr(t.path);let o=8-(n.tell()-12)%8;for(0===o&&(o=8);o--;){const e=n.readUInt8();if(0!==e)throw new Er(`Expected 1-8 null characters but got '${e}' after ${t.path}`);if(n.eof())throw new Er("Unexpected end of file")}i.set(t.path,t),c++}var l;return new Lr(i)}get entries(){return[...this._entries.values()].sort(Tr)}get entriesMap(){return this._entries}*[Symbol.iterator](){for(const e of this.entries)yield e}insert({filepath:e,stats:t,oid:r}){t=jr(t);const n=Buffer.from(e),i={ctimeSeconds:t.ctimeSeconds,ctimeNanoseconds:t.ctimeNanoseconds,mtimeSeconds:t.mtimeSeconds,mtimeNanoseconds:t.mtimeNanoseconds,dev:t.dev,ino:t.ino,mode:t.mode||33188,uid:t.uid,gid:t.gid,size:t.size,path:e,oid:r,flags:{assumeValid:!1,extended:!1,stage:0,nameLength:n.length<4095?n.length:4095}};this._entries.set(i.path,i),this._dirty=!0}delete({filepath:e}){if(this._entries.has(e))this._entries.delete(e);else for(const t of this._entries.keys())t.startsWith(e+"/")&&this._entries.delete(t);this._dirty=!0}clear(){this._entries.clear(),this._dirty=!0}render(){return this.entries.map((e=>`${e.mode.toString(8)} ${e.oid}    ${e.path}`)).join("\n")}async toObject(){const e=Buffer.alloc(12),t=new Ar(e);t.write("DIRC",4,"utf8"),t.writeUInt32BE(2),t.writeUInt32BE(this.entries.length);const r=Buffer.concat(this.entries.map((e=>{const t=Buffer.from(e.path),r=8*Math.ceil((62+t.length+1)/8),n=Buffer.alloc(r),i=new Ar(n),s=jr(e);return i.writeUInt32BE(s.ctimeSeconds),i.writeUInt32BE(s.ctimeNanoseconds),i.writeUInt32BE(s.mtimeSeconds),i.writeUInt32BE(s.mtimeNanoseconds),i.writeUInt32BE(s.dev),i.writeUInt32BE(s.ino),i.writeUInt32BE(s.mode),i.writeUInt32BE(s.uid),i.writeUInt32BE(s.gid),i.writeUInt32BE(s.size),i.write(e.oid,20,"hex"),i.writeUInt16BE(function(e){const t=e.flags;return t.extended=!1,t.nameLength=Math.min(Buffer.from(e.path).length,4095),(t.assumeValid?32768:0)+(t.extended?16384:0)+((3&t.stage)<<12)+(4095&t.nameLength)}(e)),i.write(e.path,t.length,"utf8"),n}))),n=Buffer.concat([e,r]),i=await Ir(n);return Buffer.concat([n,Buffer.from(i,"hex")])}}function Fr(e,t){const r=jr(e),n=jr(t);return r.mode!==n.mode||r.mtimeSeconds!==n.mtimeSeconds||r.ctimeSeconds!==n.ctimeSeconds||r.uid!==n.uid||r.gid!==n.gid||r.ino!==n.ino||r.size!==n.size}let Mr=null;const Br=Symbol("IndexCache");class Ur{static async acquire({fs:e,gitdir:t,cache:r},n){r[Br]||(r[Br]={map:new Map,stats:new Map});const i=`${t}/index`;let s;return null===Mr&&(Mr=new mr({maxPending:1/0})),await Mr.acquire(i,(async function(){await async function(e,t,r){const n=r.stats.get(t);if(void 0===n)return!0;const i=await e.lstat(t);return null!==n&&null!==i&&Fr(n,i)}(e,i,r[Br])&&await async function(e,t,r){const n=await e.lstat(t),i=await e.read(t),s=await Lr.from(i);r.map.set(t,s),r.stats.set(t,n)}(e,i,r[Br]);const t=r[Br].map.get(i);if(s=await n(t),t._dirty){const n=await t.toObject();await e.write(i,n),r[Br].stats.set(i,await e.lstat(i)),t._dirty=!1}})),s}}function $r(e){const t=Math.max(e.lastIndexOf("/"),e.lastIndexOf("\\"));return t>-1&&(e=e.slice(t+1)),e}function Gr(e){const t=Math.max(e.lastIndexOf("/"),e.lastIndexOf("\\"));return-1===t?".":0===t?"/":e.slice(0,t)}function zr(e){const t=new Map,r=function(e){if(!t.has(e)){const n={type:"tree",fullpath:e,basename:$r(e),metadata:{},children:[]};t.set(e,n),n.parent=r(Gr(e)),n.parent&&n.parent!==n&&n.parent.children.push(n)}return t.get(e)},n=function(e,n){if(!t.has(e)){const i={type:"blob",fullpath:e,basename:$r(e),metadata:n,parent:r(Gr(e)),children:[]};i.parent&&i.parent.children.push(i),t.set(e,i)}return t.get(e)};r(".");for(const t of e)n(t.path,t);return t}class qr{constructor({fs:e,gitdir:t,cache:r}){this.treePromise=Ur.acquire({fs:e,gitdir:t,cache:r},(async function(e){return zr(e.entries)}));const n=this;this.ConstructEntry=class{constructor(e){this._fullpath=e,this._type=!1,this._mode=!1,this._stat=!1,this._oid=!1}async type(){return n.type(this)}async mode(){return n.mode(this)}async stat(){return n.stat(this)}async content(){return n.content(this)}async oid(){return n.oid(this)}}}async readdir(e){const t=e._fullpath,r=(await this.treePromise).get(t);if(!r)return null;if("blob"===r.type)return null;if("tree"!==r.type)throw new Error(`ENOTDIR: not a directory, scandir '${t}'`);const n=r.children.map((e=>e.fullpath));return n.sort(Or),n}async type(e){return!1===e._type&&await e.stat(),e._type}async mode(e){return!1===e._mode&&await e.stat(),e._mode}async stat(e){if(!1===e._stat){const t=(await this.treePromise).get(e._fullpath);if(!t)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);const r="tree"===t.type?{}:jr(t.metadata);e._type="tree"===t.type?"tree":function(e){switch(e){case 16384:return"tree";case 33188:case 33261:case 40960:return"blob";case 57344:return"commit"}throw new Er(`Unexpected GitTree entry mode: ${e.toString(8)}`)}(r.mode),e._mode=r.mode,"tree"===t.type?e._stat=void 0:e._stat=r}return e._stat}async content(e){}async oid(e){if(!1===e._oid){const t=(await this.treePromise).get(e._fullpath);e._oid=t.metadata.oid}return e._oid}}const Hr=Symbol("GitWalkSymbol");function Wr(){const e=Object.create(null);return Object.defineProperty(e,Hr,{value:function({fs:e,gitdir:t,cache:r}){return new qr({fs:e,gitdir:t,cache:r})}}),Object.freeze(e),e}class Vr extends Sr{constructor(e){super(`Could not find ${e}.`),this.code=this.name=Vr.code,this.data={what:e}}}Vr.code="NotFoundError";class Kr extends Sr{constructor(e,t,r,n){super(`Object ${e} ${n?`at ${n}`:""}was anticipated to be a ${r} but it is a ${t}.`),this.code=this.name=Kr.code,this.data={oid:e,actual:t,expected:r,filepath:n}}}Kr.code="ObjectTypeError";class Yr extends Sr{constructor(e){super(`Expected a 40-char hex object id but saw "${e}".`),this.code=this.name=Yr.code,this.data={value:e}}}Yr.code="InvalidOidError";class Jr extends Sr{constructor(e){super(`Could not find a fetch refspec for remote "${e}". Make sure the config file has an entry like the following:\n[remote "${e}"]\n\tfetch = +refs/heads/*:refs/remotes/origin/*\n`),this.code=this.name=Jr.code,this.data={remote:e}}}Jr.code="NoRefspecError";class Zr{constructor(e){if(this.refs=new Map,this.parsedConfig=[],e){let t=null;this.parsedConfig=e.trim().split("\n").map((e=>{if(/^\s*#/.test(e))return{line:e,comment:!0};const r=e.indexOf(" ");if(e.startsWith("^")){const r=e.slice(1);return this.refs.set(t+"^{}",r),{line:e,ref:t,peeled:r}}{const n=e.slice(0,r);return t=e.slice(r+1),this.refs.set(t,n),{line:e,ref:t,oid:n}}}))}return this}static from(e){return new Zr(e)}delete(e){this.parsedConfig=this.parsedConfig.filter((t=>t.ref!==e)),this.refs.delete(e)}toString(){return this.parsedConfig.map((({line:e})=>e)).join("\n")+"\n"}}class Xr{constructor({remotePath:e,localPath:t,force:r,matchPrefix:n}){Object.assign(this,{remotePath:e,localPath:t,force:r,matchPrefix:n})}static from(e){const[t,r,n,i,s]=e.match(/^(\+?)(.*?)(\*?):(.*?)(\*?)$/).slice(1),o="+"===t,a="*"===n;if(a!==("*"===s))throw new Er("Invalid refspec");return new Xr({remotePath:r,localPath:i,force:o,matchPrefix:a})}translate(e){if(this.matchPrefix){if(e.startsWith(this.remotePath))return this.localPath+e.replace(this.remotePath,"")}else if(e===this.remotePath)return this.localPath;return null}reverseTranslate(e){if(this.matchPrefix){if(e.startsWith(this.localPath))return this.remotePath+e.replace(this.localPath,"")}else if(e===this.localPath)return this.remotePath;return null}}class Qr{constructor(e=[]){this.rules=e}static from(e){const t=[];for(const r of e)t.push(Xr.from(r));return new Qr(t)}add(e){const t=Xr.from(e);this.rules.push(t)}translate(e){const t=[];for(const r of this.rules)for(const n of e){const e=r.translate(n);e&&t.push([n,e])}return t}translateOne(e){let t=null;for(const r of this.rules){const n=r.translate(e);n&&(t=n)}return t}localNamespaces(){return this.rules.filter((e=>e.matchPrefix)).map((e=>e.localPath.replace(/\/$/,"")))}}function en(e,t){const r=e.replace(/\^\{\}$/,""),n=t.replace(/\^\{\}$/,""),i=-(r<n)||+(r>n);return 0===i?e.endsWith("^{}")?1:-1:i}function tn(e){return e.replace(/\/\.\//g,"/").replace(/\/{2,}/g,"/").replace(/^\/\.$/,"/").replace(/^\.\/$/,".").replace(/^\.\//,"").replace(/\/\.$/,"").replace(/(.+)\/$/,"$1").replace(/^$/,".")}function rn(...e){return tn(e.map(tn).join("/"))}const nn=e=>{if("true"===(e=e.trim().toLowerCase())||"yes"===e||"on"===e)return!0;if("false"===e||"no"===e||"off"===e)return!1;throw Error(`Expected 'true', 'false', 'yes', 'no', 'on', or 'off', but got ${e}`)},sn={core:{filemode:nn,bare:nn,logallrefupdates:nn,symlinks:nn,ignorecase:nn,bigFileThreshold:e=>{e=e.toLowerCase();let t=parseInt(e);return e.endsWith("k")&&(t*=1024),e.endsWith("m")&&(t*=1048576),e.endsWith("g")&&(t*=1073741824),t}}},an=/^\[([A-Za-z0-9-.]+)(?: "(.*)")?\]$/,cn=/^[A-Za-z0-9-.]+$/,ln=/^([A-Za-z][A-Za-z-]*)(?: *= *(.*))?$/,pn=/^[A-Za-z][A-Za-z-]*$/,un=/^(.*?)( *[#;].*)$/,dn=e=>{const t=un.exec(e);if(null==t)return e;const[r,n]=t.slice(1);return fn(r)&&fn(n)?`${r}${n}`:r},fn=e=>(e.match(/(?:^|[^\\])"/g)||[]).length%2!=0,hn=e=>e.split("").reduce(((e,t,r,n)=>{const i='"'===t&&"\\"!==n[r-1],s="\\"===t&&'"'===n[r+1];return i||s?e:e+t}),""),mn=e=>null!=e?e.toLowerCase():null,gn=(e,t,r)=>[mn(e),t,mn(r)].filter((e=>null!=e)).join(".");class vn{constructor(e){let t=null,r=null;this.parsedConfig=e.split("\n").map((e=>{let n=null,i=null;const s=e.trim(),o=(e=>{const t=an.exec(e);if(null!=t){const[e,r]=t.slice(1);return[e,r]}return null})(s),a=null!=o;if(a)[t,r]=o;else{const e=(e=>{const t=ln.exec(e);if(null!=t){const[e,r="true"]=t.slice(1),n=dn(r);return[e,hn(n)]}return null})(s);null!=e&&([n,i]=e)}const c=gn(t,r,n);return{line:e,isSection:a,section:t,subsection:r,name:n,value:i,path:c}}))}static from(e){return new vn(e)}async get(e,t=!1){const r=this.parsedConfig.filter((t=>t.path===e.toLowerCase())).map((({section:e,name:t,value:r})=>{const n=sn[e]&&sn[e][t];return n?n(r):r}));return t?r:r.pop()}async getall(e){return this.get(e,!0)}async getSubsections(e){return this.parsedConfig.filter((t=>t.section===e&&t.isSection)).map((e=>e.subsection))}async deleteSection(e,t){this.parsedConfig=this.parsedConfig.filter((r=>!(r.section===e&&r.subsection===t)))}async append(e,t){return this.set(e,t,!0)}async set(e,t,r=!1){const n=(i=this.parsedConfig,s=t=>t.path===e.toLowerCase(),i.reduce(((e,t,r)=>s(t)?r:e),-1));var i,s;if(null==t)-1!==n&&this.parsedConfig.splice(n,1);else if(-1!==n){const e=this.parsedConfig[n],i=Object.assign({},e,{value:t,modified:!0});r?this.parsedConfig.splice(n+1,0,i):this.parsedConfig[n]=i}else{const r=e.split(".").slice(0,-1).join(".").toLowerCase(),n=this.parsedConfig.findIndex((e=>e.path===r)),[i,s]=r.split("."),o=e.split(".").pop(),a={section:i,subsection:s,name:o,value:t,modified:!0,path:gn(i,s,o)};if(cn.test(i)&&pn.test(o))if(n>=0)this.parsedConfig.splice(n+1,0,a);else{const e={section:i,subsection:s,modified:!0,path:gn(i,s,null)};this.parsedConfig.push(e,a)}}}toString(){return this.parsedConfig.map((({line:e,section:t,subsection:r,name:n,value:i,modified:s=!1})=>s?null!=n&&null!=i?`\t${n} = ${i}`:null!=r?`[${t} "${r}"]`:`[${t}]`:e)).join("\n")}}class yn{static async get({fs:e,gitdir:t}){const r=await e.read(`${t}/config`,{encoding:"utf8"});return vn.from(r)}static async save({fs:e,gitdir:t,config:r}){await e.write(`${t}/config`,r.toString(),{encoding:"utf8"})}}const bn=e=>[`${e}`,`refs/${e}`,`refs/tags/${e}`,`refs/heads/${e}`,`refs/remotes/${e}`,`refs/remotes/${e}/HEAD`],wn=["config","description","index","shallow","commondir"];class xn{static async updateRemoteRefs({fs:e,gitdir:t,remote:r,refs:n,symrefs:i,tags:s,refspecs:o,prune:a=!1,pruneTags:c=!1}){for(const e of n.values())if(!e.match(/[0-9a-f]{40}/))throw new Yr(e);const l=await yn.get({fs:e,gitdir:t});if(!o){if(0===(o=await l.getall(`remote.${r}.fetch`)).length)throw new Jr(r);o.unshift(`+HEAD:refs/remotes/${r}/HEAD`)}const p=Qr.from(o),u=new Map;if(c){const r=await xn.listRefs({fs:e,gitdir:t,filepath:"refs/tags"});await xn.deleteRefs({fs:e,gitdir:t,refs:r.map((e=>`refs/tags/${e}`))})}if(s)for(const r of n.keys())if(r.startsWith("refs/tags")&&!r.endsWith("^{}")&&!await xn.exists({fs:e,gitdir:t,ref:r})){const e=n.get(r);u.set(r,e)}const d=p.translate([...n.keys()]);for(const[e,t]of d){const r=n.get(e);u.set(t,r)}const f=p.translate([...i.keys()]);for(const[e,t]of f){const r=i.get(e),n=p.translateOne(r);n&&u.set(t,`ref: ${n}`)}const h=[];if(a){for(const r of p.localNamespaces()){const n=(await xn.listRefs({fs:e,gitdir:t,filepath:r})).map((e=>`${r}/${e}`));for(const e of n)u.has(e)||h.push(e)}h.length>0&&await xn.deleteRefs({fs:e,gitdir:t,refs:h})}for(const[r,n]of u)await e.write(rn(t,r),`${n.trim()}\n`,"utf8");return{pruned:h}}static async writeRef({fs:e,gitdir:t,ref:r,value:n}){if(!n.match(/[0-9a-f]{40}/))throw new Yr(n);await e.write(rn(t,r),`${n.trim()}\n`,"utf8")}static async writeSymbolicRef({fs:e,gitdir:t,ref:r,value:n}){await e.write(rn(t,r),`ref: ${n.trim()}\n`,"utf8")}static async deleteRef({fs:e,gitdir:t,ref:r}){return xn.deleteRefs({fs:e,gitdir:t,refs:[r]})}static async deleteRefs({fs:e,gitdir:t,refs:r}){await Promise.all(r.map((r=>e.rm(rn(t,r)))));let n=await e.read(`${t}/packed-refs`,{encoding:"utf8"});const i=Zr.from(n),s=i.refs.size;for(const e of r)i.refs.has(e)&&i.delete(e);i.refs.size<s&&(n=i.toString(),await e.write(`${t}/packed-refs`,n,{encoding:"utf8"}))}static async resolve({fs:e,gitdir:t,ref:r,depth:n}){if(void 0!==n&&-1===--n)return r;let i;if(r.startsWith("ref: "))return r=r.slice("ref: ".length),xn.resolve({fs:e,gitdir:t,ref:r,depth:n});if(40===r.length&&/[0-9a-f]{40}/.test(r))return r;const s=await xn.packedRefs({fs:e,gitdir:t}),o=bn(r).filter((e=>!wn.includes(e)));for(const r of o)if(i=await e.read(`${t}/${r}`,{encoding:"utf8"})||s.get(r),i)return xn.resolve({fs:e,gitdir:t,ref:i.trim(),depth:n});throw new Vr(r)}static async exists({fs:e,gitdir:t,ref:r}){try{return await xn.expand({fs:e,gitdir:t,ref:r}),!0}catch(e){return!1}}static async expand({fs:e,gitdir:t,ref:r}){if(40===r.length&&/[0-9a-f]{40}/.test(r))return r;const n=await xn.packedRefs({fs:e,gitdir:t}),i=bn(r);for(const r of i){if(await e.exists(`${t}/${r}`))return r;if(n.has(r))return r}throw new Vr(r)}static async expandAgainstMap({ref:e,map:t}){const r=bn(e);for(const e of r)if(await t.has(e))return e;throw new Vr(e)}static resolveAgainstMap({ref:e,fullref:t=e,depth:r,map:n}){if(void 0!==r&&-1===--r)return{fullref:t,oid:e};if(e.startsWith("ref: "))return e=e.slice("ref: ".length),xn.resolveAgainstMap({ref:e,fullref:t,depth:r,map:n});if(40===e.length&&/[0-9a-f]{40}/.test(e))return{fullref:t,oid:e};const i=bn(e);for(const e of i){const t=n.get(e);if(t)return xn.resolveAgainstMap({ref:t.trim(),fullref:e,depth:r,map:n})}throw new Vr(e)}static async packedRefs({fs:e,gitdir:t}){const r=await e.read(`${t}/packed-refs`,{encoding:"utf8"});return Zr.from(r).refs}static async listRefs({fs:e,gitdir:t,filepath:r}){const n=xn.packedRefs({fs:e,gitdir:t});let i=null;try{i=await e.readdirDeep(`${t}/${r}`),i=i.map((e=>e.replace(`${t}/${r}/`,"")))}catch(e){i=[]}for(let e of(await n).keys())e.startsWith(r)&&(e=e.replace(r+"/",""),i.includes(e)||i.push(e));return i.sort(en),i}static async listBranches({fs:e,gitdir:t,remote:r}){return r?xn.listRefs({fs:e,gitdir:t,filepath:`refs/remotes/${r}`}):xn.listRefs({fs:e,gitdir:t,filepath:"refs/heads"})}static async listTags({fs:e,gitdir:t}){return(await xn.listRefs({fs:e,gitdir:t,filepath:"refs/tags"})).filter((e=>!e.endsWith("^{}")))}}function _n(e,t){return Or(Sn(e),Sn(t))}function Sn(e){return"040000"===e.mode?e.path+"/":e.path}function En(e){switch(e){case"040000":return"tree";case"100644":case"100755":case"120000":return"blob";case"160000":return"commit"}throw new Er(`Unexpected GitTree entry mode: ${e}`)}function kn(e){return!e.oid&&e.sha&&(e.oid=e.sha),e.mode=function(e){if("number"==typeof e&&(e=e.toString(8)),e.match(/^0?4.*/))return"040000";if(e.match(/^1006.*/))return"100644";if(e.match(/^1007.*/))return"100755";if(e.match(/^120.*/))return"120000";if(e.match(/^160.*/))return"160000";throw new Er(`Could not understand file mode: ${e}`)}(e.mode),e.type||(e.type=En(e.mode)),e}class An{constructor(e){if(Buffer.isBuffer(e))this._entries=function(e){const t=[];let r=0;for(;r<e.length;){const n=e.indexOf(32,r);if(-1===n)throw new Er(`GitTree: Error parsing buffer at byte location ${r}: Could not find the next space character.`);const i=e.indexOf(0,r);if(-1===i)throw new Er(`GitTree: Error parsing buffer at byte location ${r}: Could not find the next null character.`);let s=e.slice(r,n).toString("utf8");"40000"===s&&(s="040000");const o=En(s),a=e.slice(n+1,i).toString("utf8");if(a.includes("\\")||a.includes("/"))throw new kr(a);const c=e.slice(i+1,i+21).toString("hex");r=i+21,t.push({mode:s,path:a,oid:c,type:o})}return t}(e);else{if(!Array.isArray(e))throw new Er("invalid type passed to GitTree constructor");this._entries=e.map(kn)}this._entries.sort(Tr)}static from(e){return new An(e)}render(){return this._entries.map((e=>`${e.mode} ${e.type} ${e.oid}    ${e.path}`)).join("\n")}toObject(){const e=[...this._entries];return e.sort(_n),Buffer.concat(e.map((e=>{const t=Buffer.from(e.mode.replace(/^0/,"")),r=Buffer.from(" "),n=Buffer.from(e.path,"utf8"),i=Buffer.from([0]),s=Buffer.from(e.oid,"hex");return Buffer.concat([t,r,n,i,s])})))}entries(){return this._entries}*[Symbol.iterator](){for(const e of this._entries)yield e}}class On{static wrap({type:e,object:t}){return Buffer.concat([Buffer.from(`${e} ${t.byteLength.toString()}\0`),Buffer.from(t)])}static unwrap(e){const t=e.indexOf(32),r=e.indexOf(0),n=e.slice(0,t).toString("utf8"),i=e.slice(t+1,r).toString("utf8"),s=e.length-(r+1);if(parseInt(i)!==s)throw new Er(`Length mismatch: expected ${i} bytes but got ${s} instead.`);return{type:n,object:Buffer.from(e.slice(r+1))}}}function Tn(e){let t=0,r=0,n=null;do{n=e.readUInt8(),t|=(127&n)<<r,r+=7}while(128&n);return t}function Cn(e,t,r){let n=0,i=0;for(;r--;)1&t&&(n|=e.readUInt8()<<i),t>>=1,i+=8;return n}function Rn(e,t){const r=e.readUInt8();if(128&r){const n=Cn(e,15&r,4);let i=Cn(e,(112&r)>>4,3);return 0===i&&(i=65536),t.slice(n,n+i)}return e.slice(r)}function Pn(e){return e[Symbol.asyncIterator]?e[Symbol.asyncIterator]():e[Symbol.iterator]?e[Symbol.iterator]():e.next?e:function(e){let t=[e];return{next:()=>Promise.resolve({done:0===t.length,value:t.pop()}),return:()=>(t=[],{}),[Symbol.asyncIterator](){return this}}}(e)}class jn{constructor(e){this.stream=Pn(e),this.buffer=null,this.cursor=0,this.undoCursor=0,this.started=!1,this._ended=!1,this._discardedBytes=0}eof(){return this._ended&&this.cursor===this.buffer.length}tell(){return this._discardedBytes+this.cursor}async byte(){if(!this.eof()&&(this.started||await this._init(),this.cursor!==this.buffer.length||(await this._loadnext(),!this._ended)))return this._moveCursor(1),this.buffer[this.undoCursor]}async chunk(){if(!this.eof()&&(this.started||await this._init(),this.cursor!==this.buffer.length||(await this._loadnext(),!this._ended)))return this._moveCursor(this.buffer.length),this.buffer.slice(this.undoCursor,this.cursor)}async read(e){if(!this.eof())return this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e),this.buffer.slice(this.undoCursor,this.cursor)}async skip(e){this.eof()||(this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e))}async undo(){this.cursor=this.undoCursor}async _next(){this.started=!0;let{done:e,value:t}=await this.stream.next();return e&&(this._ended=!0),t&&(t=Buffer.from(t)),t}_trim(){this.buffer=this.buffer.slice(this.undoCursor),this.cursor-=this.undoCursor,this._discardedBytes+=this.undoCursor,this.undoCursor=0}_moveCursor(e){this.undoCursor=this.cursor,this.cursor+=e,this.cursor>this.buffer.length&&(this.cursor=this.buffer.length)}async _accumulate(e){if(this._ended)return;const t=[this.buffer];for(;this.cursor+e>Nn(t);){const e=await this._next();if(this._ended)break;t.push(e)}this.buffer=Buffer.concat(t)}async _loadnext(){this._discardedBytes+=this.buffer.length,this.undoCursor=0,this.cursor=0,this.buffer=await this._next()}async _init(){this.buffer=await this._next()}}function Nn(e){return e.reduce(((e,t)=>e+t.length),0)}async function In(e){let t=await e.byte();const r=t>>4&7;let n,i,s=15&t;if(128&t){let r=4;do{t=await e.byte(),s|=(127&t)<<r,r+=7}while(128&t)}if(6===r){let r=0;n=0;const s=[];do{t=await e.byte(),n|=(127&t)<<r,r+=7,s.push(t)}while(128&t);i=Buffer.from(s)}if(7===r){i=await e.read(20)}return{type:r,length:s,ofs:n,reference:i}}let Dn=!1;async function Ln(e){return null===Dn&&(Dn=function(){try{if(new DecompressionStream("deflate"))return!0}catch(e){}return!1}()),Dn?async function(e){const t=new DecompressionStream("deflate"),r=new Blob([e]).stream().pipeThrough(t);return new Uint8Array(await new Response(r).arrayBuffer())}(e):yr.inflate(e)}class Fn{constructor(e){Object.assign(this,e),this.offsetCache={}}static async fromIdx({idx:e,getExternalRefDelta:t}){const r=new Ar(e);if("ff744f63"!==r.slice(4).toString("hex"))return;const n=r.readUInt32BE();if(2!==n)throw new Er(`Unable to read version ${n} packfile IDX. (Only version 2 supported)`);if(e.byteLength>2147483648)throw new Er("To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.");r.seek(r.tell()+1020);const i=r.readUInt32BE(),s=[];for(let e=0;e<i;e++){const t=r.slice(20).toString("hex");s[e]=t}r.seek(r.tell()+4*i);const o=new Map;for(let e=0;e<i;e++)o.set(s[e],r.readUInt32BE());const a=r.slice(20).toString("hex");return new Fn({hashes:s,crcs:{},offsets:o,packfileSha:a,getExternalRefDelta:t})}static async fromPack({pack:e,getExternalRefDelta:t,onProgress:r}){const n={1:"commit",2:"tree",3:"blob",4:"tag",6:"ofs-delta",7:"ref-delta"},i={},s=e.slice(-20).toString("hex"),o=[],a={},c=new Map;let l=null,p=null;await async function(e,t){const r=new jn(e);let n=await r.read(4);if(n=n.toString("utf8"),"PACK"!==n)throw new Er(`Invalid PACK header '${n}'`);let i=await r.read(4);if(i=i.readUInt32BE(0),2!==i)throw new Er(`Invalid packfile version: ${i}`);let s=await r.read(4);if(s=s.readUInt32BE(0),!(s<1))for(;!r.eof()&&s--;){const e=r.tell(),{type:n,length:i,ofs:o,reference:a}=await In(r),c=new yr.Inflate;for(;!c.result;){const l=await r.chunk();if(!l)break;if(c.push(l,!1),c.err)throw new Er(`Pako error: ${c.msg}`);if(c.result){if(c.result.length!==i)throw new Er("Inflated object size is different from that stated in packfile.");await r.undo(),await r.read(l.length-c.strm.avail_in);const p=r.tell();await t({data:c.result,type:n,num:s,offset:e,end:p,reference:a,ofs:o})}}}}([e],(async({data:e,type:t,reference:s,offset:o,num:a})=>{null===l&&(l=a);const c=Math.floor(100*(l-a)/l);c!==p&&r&&await r({phase:"Receiving objects",loaded:l-a,total:l}),p=c,(["commit","tree","blob","tag"].includes(t=n[t])||"ofs-delta"===t||"ref-delta"===t)&&(i[o]={type:t,offset:o})}));const u=Object.keys(i).map(Number);for(const[t,r]of u.entries()){const n=t+1===u.length?e.byteLength-20:u[t+1],s=i[r],o=vr.buf(e.slice(r,n))>>>0;s.end=n,s.crc=o}const d=new Fn({pack:Promise.resolve(e),packfileSha:s,crcs:a,hashes:o,offsets:c,getExternalRefDelta:t});p=null;let f=0;const h=[0,0,0,0,0,0,0,0,0,0,0,0];for(let e in i){e=Number(e);const t=Math.floor(100*f++/l);t!==p&&r&&await r({phase:"Resolving deltas",loaded:f,total:l}),p=t;const n=i[e];if(!n.oid)try{d.readDepth=0,d.externalReadDepth=0;const{type:t,object:r}=await d.readSlice({start:e});h[d.readDepth]+=1;const i=await Ir(On.wrap({type:t,object:r}));n.oid=i,o.push(i),c.set(i,e),a[i]=n.crc}catch(e){continue}}return o.sort(),d}async toBuffer(){const e=[],t=(t,r)=>{e.push(Buffer.from(t,r))};t("ff744f63","hex"),t("00000002","hex");const r=new Ar(Buffer.alloc(1024));for(let e=0;e<256;e++){let t=0;for(const r of this.hashes)parseInt(r.slice(0,2),16)<=e&&t++;r.writeUInt32BE(t)}e.push(r.buffer);for(const e of this.hashes)t(e,"hex");const n=new Ar(Buffer.alloc(4*this.hashes.length));for(const e of this.hashes)n.writeUInt32BE(this.crcs[e]);e.push(n.buffer);const i=new Ar(Buffer.alloc(4*this.hashes.length));for(const e of this.hashes)i.writeUInt32BE(this.offsets.get(e));e.push(i.buffer),t(this.packfileSha,"hex");const s=Buffer.concat(e),o=await Ir(s),a=Buffer.alloc(20);return a.write(o,"hex"),Buffer.concat([s,a])}async load({pack:e}){this.pack=e}async unload(){this.pack=null}async read({oid:e}){if(!this.offsets.get(e)){if(this.getExternalRefDelta)return this.externalReadDepth++,this.getExternalRefDelta(e);throw new Er(`Could not read object ${e} from packfile`)}const t=this.offsets.get(e);return this.readSlice({start:t})}async readSlice({start:e}){if(this.offsetCache[e])return Object.assign({},this.offsetCache[e]);this.readDepth++;if(!this.pack)throw new Er("Tried to read from a GitPackIndex with no packfile loaded into memory");const t=(await this.pack).slice(e),r=new Ar(t),n=r.readUInt8(),i=112&n;let s={16:"commit",32:"tree",48:"blob",64:"tag",96:"ofs_delta",112:"ref_delta"}[i];if(void 0===s)throw new Er("Unrecognized type: 0b"+i.toString(2));const o=15&n;let a=o;128&n&&(a=function(e,t){let r=t,n=4,i=null;do{i=e.readUInt8(),r|=(127&i)<<n,n+=7}while(128&i);return r}(r,o));let c=null,l=null;if("ofs_delta"===s){const t=function(e){const t=[];let r=0,n=0;do{r=e.readUInt8();const i=127&r;t.push(i),n=128&r}while(n);return t.reduce(((e,t)=>e+1<<7|t),-1)}(r),n=e-t;({object:c,type:s}=await this.readSlice({start:n}))}if("ref_delta"===s){const e=r.slice(20).toString("hex");({object:c,type:s}=await this.read({oid:e}))}const p=t.slice(r.tell());if(l=Buffer.from(await Ln(p)),l.byteLength!==a)throw new Er(`Packfile told us object would have length ${a} but it had length ${l.byteLength}`);return c&&(l=Buffer.from(function(e,t){const r=new Ar(e),n=Tn(r);if(n!==t.byteLength)throw new Er(`applyDelta expected source buffer to be ${n} bytes but the provided buffer was ${t.length} bytes`);const i=Tn(r);let s;const o=Rn(r,t);if(o.byteLength===i)s=o;else{s=Buffer.alloc(i);const e=new Ar(s);for(e.copy(o);!r.eof();)e.copy(Rn(r,t));const n=e.tell();if(i!==n)throw new Er(`applyDelta expected target buffer to be ${i} bytes but the resulting buffer was ${n} bytes`)}return s}(l,c))),this.readDepth>3&&(this.offsetCache[e]={type:s,object:l}),{type:s,format:"content",object:l}}}const Mn=Symbol("PackfileCache");function Bn({fs:e,cache:t,filename:r,getExternalRefDelta:n,emitter:i,emitterPrefix:s}){t[Mn]||(t[Mn]=new Map);let o=t[Mn].get(r);return o||(o=async function({fs:e,filename:t,getExternalRefDelta:r,emitter:n,emitterPrefix:i}){const s=await e.read(t);return Fn.fromIdx({idx:s,getExternalRefDelta:r})}({fs:e,filename:r,getExternalRefDelta:n,emitter:i,emitterPrefix:s}),t[Mn].set(r,o)),o}async function Un({fs:e,cache:t,gitdir:r,oid:n,format:i="content"}){const s=n=>Un({fs:e,cache:t,gitdir:r,oid:n});let o;if("4b825dc642cb6eb9a060e54bf8d69288fbee4904"===n&&(o={format:"wrapped",object:Buffer.from("tree 0\0")}),o||(o=await async function({fs:e,gitdir:t,oid:r}){const n=`objects/${r.slice(0,2)}/${r.slice(2)}`,i=await e.read(`${t}/${n}`);return i?{object:i,format:"deflated",source:n}:null}({fs:e,gitdir:r,oid:n})),o||(o=await async function({fs:e,cache:t,gitdir:r,oid:n,format:i="content",getExternalRefDelta:s}){let o=await e.readdir(rn(r,"objects/pack"));o=o.filter((e=>e.endsWith(".idx")));for(const i of o){const o=`${r}/objects/pack/${i}`,a=await Bn({fs:e,cache:t,filename:o,getExternalRefDelta:s});if(a.error)throw new Er(a.error);if(a.offsets.has(n)){if(!a.pack){const t=o.replace(/idx$/,"pack");a.pack=e.read(t)}const t=await a.read({oid:n,getExternalRefDelta:s});return t.format="content",t.source=`objects/pack/${i.replace(/idx$/,"pack")}`,t}}return null}({fs:e,cache:t,gitdir:r,oid:n,getExternalRefDelta:s})),!o)throw new Vr(n);if("deflated"===i)return o;if("deflated"===o.format&&(o.object=Buffer.from(await Ln(o.object)),o.format="wrapped"),"wrapped"===o.format){if("wrapped"===i&&"wrapped"===o.format)return o;const e=await Ir(o.object);if(e!==n)throw new Er(`SHA check failed! Expected ${n}, computed ${e}`);const{object:t,type:r}=On.unwrap(o.object);o.type=r,o.object=t,o.format="content"}if("content"===o.format)return"content"===i?o:void 0;throw new Er(`invalid format "${o.format}"`)}class $n extends Sr{constructor(e,t,r=!0){super(`Failed to create ${e} at ${t} because it already exists.${r?` (Hint: use 'force: true' parameter to overwrite existing ${e}.)`:""}`),this.code=this.name=$n.code,this.data={noun:e,where:t,canForce:r}}}$n.code="AlreadyExistsError";class Gn extends Sr{constructor(e,t,r){super(`Found multiple ${e} matching "${t}" (${r.join(", ")}). Use a longer abbreviation length to disambiguate them.`),this.code=this.name=Gn.code,this.data={nouns:e,short:t,matches:r}}}Gn.code="AmbiguousError";class zn extends Sr{constructor(e){super(`Your local changes to the following files would be overwritten by checkout: ${e.join(", ")}`),this.code=this.name=zn.code,this.data={filepaths:e}}}zn.code="CheckoutConflictError";class qn extends Sr{constructor(e,t){super(`Failed to checkout "${e}" because commit ${t} is not available locally. Do a git fetch to make the branch available locally.`),this.code=this.name=qn.code,this.data={ref:e,oid:t}}}qn.code="CommitNotFetchedError";class Hn extends Sr{constructor(){super("Empty response from git server."),this.code=this.name=Hn.code,this.data={}}}Hn.code="EmptyServerResponseError";class Wn extends Sr{constructor(){super("A simple fast-forward merge was not possible."),this.code=this.name=Wn.code,this.data={}}}Wn.code="FastForwardError";class Vn extends Sr{constructor(e,t){super(`One or more branches were not updated: ${e}`),this.code=this.name=Vn.code,this.data={prettyDetails:e,result:t}}}Vn.code="GitPushError";class Kn extends Sr{constructor(e,t,r){super(`HTTP Error: ${e} ${t}`),this.code=this.name=Kn.code,this.data={statusCode:e,statusMessage:t,response:r}}}Kn.code="HttpError";class Yn extends Sr{constructor(e){let t="invalid filepath";"leading-slash"!==e&&"trailing-slash"!==e||(t='"filepath" parameter should not include leading or trailing directory separators because these can cause problems on some platforms.'),super(t),this.code=this.name=Yn.code,this.data={reason:e}}}Yn.code="InvalidFilepathError";class Jn extends Sr{constructor(e,t){super(`"${e}" would be an invalid git reference. (Hint: a valid alternative would be "${t}".)`),this.code=this.name=Jn.code,this.data={ref:e,suggestion:t}}}Jn.code="InvalidRefNameError";class Zn extends Sr{constructor(e){super(`Maximum search depth of ${e} exceeded.`),this.code=this.name=Zn.code,this.data={depth:e}}}Zn.code="MaxDepthError";class Xn extends Sr{constructor(){super("Merges with conflicts are not supported yet."),this.code=this.name=Xn.code,this.data={}}}Xn.code="MergeNotSupportedError";class Qn extends Sr{constructor(e){super(`No name was provided for ${e} in the argument or in the .git/config file.`),this.code=this.name=Qn.code,this.data={role:e}}}Qn.code="MissingNameError";class ei extends Sr{constructor(e){super(`The function requires a "${e}" parameter but none was provided.`),this.code=this.name=ei.code,this.data={parameter:e}}}ei.code="MissingParameterError";class ti extends Sr{constructor(e,t){super(`Expected "${e}" but received "${t}".`),this.code=this.name=ti.code,this.data={expected:e,actual:t}}}ti.code="ParseError";class ri extends Sr{constructor(e){let t="";"not-fast-forward"===e?t=" because it was not a simple fast-forward":"tag-exists"===e&&(t=" because tag already exists"),super(`Push rejected${t}. Use "force: true" to override.`),this.code=this.name=ri.code,this.data={reason:e}}}ri.code="PushRejectedError";class ni extends Sr{constructor(e,t){super(`Remote does not support the "${e}" so the "${t}" parameter cannot be used.`),this.code=this.name=ni.code,this.data={capability:e,parameter:t}}}ni.code="RemoteCapabilityError";class ii extends Sr{constructor(e,t){super(`Remote did not reply using the "smart" HTTP protocol. Expected "001e# service=git-upload-pack" but received: ${e}`),this.code=this.name=ii.code,this.data={preview:e,response:t}}}ii.code="SmartHttpError";class si extends Sr{constructor(e,t,r){super(`Git remote "${e}" uses an unrecognized transport protocol: "${t}"`),this.code=this.name=si.code,this.data={url:e,transport:t,suggestion:r}}}si.code="UnknownTransportError";class oi extends Sr{constructor(e){super(`Cannot parse remote URL: "${e}"`),this.code=this.name=oi.code,this.data={url:e}}}oi.code="UrlParseError";class ai extends Sr{constructor(){super("The operation was canceled."),this.code=this.name=ai.code,this.data={}}}ai.code="UserCanceledError";var ci=Object.freeze({__proto__:null,AlreadyExistsError:$n,AmbiguousError:Gn,CheckoutConflictError:zn,CommitNotFetchedError:qn,EmptyServerResponseError:Hn,FastForwardError:Wn,GitPushError:Vn,HttpError:Kn,InternalError:Er,InvalidFilepathError:Yn,InvalidOidError:Yr,InvalidRefNameError:Jn,MaxDepthError:Zn,MergeNotSupportedError:Xn,MissingNameError:Qn,MissingParameterError:ei,NoRefspecError:Jr,NotFoundError:Vr,ObjectTypeError:Kr,ParseError:ti,PushRejectedError:ri,RemoteCapabilityError:ni,SmartHttpError:ii,UnknownTransportError:si,UnsafeFilepathError:kr,UrlParseError:oi,UserCanceledError:ai});function li({name:e,email:t,timestamp:r,timezoneOffset:n}){return`${e} <${t}> ${r} ${n=function(e){const t=function(e){return Math.sign(e)||(Object.is(e,-0)?-1:1)}((r=e,0===r?r:-r));var r;e=Math.abs(e);const n=Math.floor(e/60);e-=60*n;let i=String(n),s=String(e);i.length<2&&(i="0"+i);s.length<2&&(s="0"+s);return(-1===t?"-":"+")+i+s}(n)}`}function pi(e){return e=(e=(e=e.replace(/\r/g,"")).replace(/^\n+/,"")).replace(/\n+$/,"")+"\n"}function ui(e){const[,t,r,n,i]=e.match(/^(.*) <(.*)> (.*) (.*)$/);return{name:t,email:r,timestamp:Number(n),timezoneOffset:di(i)}}function di(e){let[,t,r,n]=e.match(/(\+|-)(\d\d)(\d\d)/);return n=("+"===t?1:-1)*(60*Number(r)+Number(n)),0===(i=n)?i:-i;var i}class fi{constructor(e){if("string"==typeof e)this._tag=e;else if(Buffer.isBuffer(e))this._tag=e.toString("utf8");else{if("object"!=typeof e)throw new Er("invalid type passed to GitAnnotatedTag constructor");this._tag=fi.render(e)}}static from(e){return new fi(e)}static render(e){return`object ${e.object}\ntype ${e.type}\ntag ${e.tag}\ntagger ${li(e.tagger)}\n\n${e.message}\n${e.gpgsig?e.gpgsig:""}`}justHeaders(){return this._tag.slice(0,this._tag.indexOf("\n\n"))}message(){const e=this.withoutSignature();return e.slice(e.indexOf("\n\n")+2)}parse(){return Object.assign(this.headers(),{message:this.message(),gpgsig:this.gpgsig()})}render(){return this._tag}headers(){const e=this.justHeaders().split("\n"),t=[];for(const r of e)" "===r[0]?t[t.length-1]+="\n"+r.slice(1):t.push(r);const r={};for(const e of t){const t=e.slice(0,e.indexOf(" ")),n=e.slice(e.indexOf(" ")+1);Array.isArray(r[t])?r[t].push(n):r[t]=n}return r.tagger&&(r.tagger=ui(r.tagger)),r.committer&&(r.committer=ui(r.committer)),r}withoutSignature(){const e=pi(this._tag);return-1===e.indexOf("\n-----BEGIN PGP SIGNATURE-----")?e:e.slice(0,e.lastIndexOf("\n-----BEGIN PGP SIGNATURE-----"))}gpgsig(){if(-1===this._tag.indexOf("\n-----BEGIN PGP SIGNATURE-----"))return;return pi(this._tag.slice(this._tag.indexOf("-----BEGIN PGP SIGNATURE-----"),this._tag.indexOf("-----END PGP SIGNATURE-----")+"-----END PGP SIGNATURE-----".length))}payload(){return this.withoutSignature()+"\n"}toObject(){return Buffer.from(this._tag,"utf8")}static async sign(e,t,r){const n=e.payload();let{signature:i}=await t({payload:n,secretKey:r});i=pi(i);const s=n+i;return fi.from(s)}}function hi(e){return e.trim().split("\n").map((e=>" "+e)).join("\n")+"\n"}class mi{constructor(e){if("string"==typeof e)this._commit=e;else if(Buffer.isBuffer(e))this._commit=e.toString("utf8");else{if("object"!=typeof e)throw new Er("invalid type passed to GitCommit constructor");this._commit=mi.render(e)}}static fromPayloadSignature({payload:e,signature:t}){const r=mi.justHeaders(e),n=mi.justMessage(e),i=pi(r+"\ngpgsig"+hi(t)+"\n"+n);return new mi(i)}static from(e){return new mi(e)}toObject(){return Buffer.from(this._commit,"utf8")}headers(){return this.parseHeaders()}message(){return mi.justMessage(this._commit)}parse(){return Object.assign({message:this.message()},this.headers())}static justMessage(e){return pi(e.slice(e.indexOf("\n\n")+2))}static justHeaders(e){return e.slice(0,e.indexOf("\n\n"))}parseHeaders(){const e=mi.justHeaders(this._commit).split("\n"),t=[];for(const r of e)" "===r[0]?t[t.length-1]+="\n"+r.slice(1):t.push(r);const r={parent:[]};for(const e of t){const t=e.slice(0,e.indexOf(" ")),n=e.slice(e.indexOf(" ")+1);Array.isArray(r[t])?r[t].push(n):r[t]=n}return r.author&&(r.author=ui(r.author)),r.committer&&(r.committer=ui(r.committer)),r}static renderHeaders(e){let t="";if(e.tree?t+=`tree ${e.tree}\n`:t+="tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904\n",e.parent){if(void 0===e.parent.length)throw new Er("commit 'parent' property should be an array");for(const r of e.parent)t+=`parent ${r}\n`}t+=`author ${li(e.author)}\n`;return t+=`committer ${li(e.committer||e.author)}\n`,e.gpgsig&&(t+="gpgsig"+hi(e.gpgsig)),t}static render(e){return mi.renderHeaders(e)+"\n"+pi(e.message)}render(){return this._commit}withoutSignature(){const e=pi(this._commit);if(-1===e.indexOf("\ngpgsig"))return e;return pi(e.slice(0,e.indexOf("\ngpgsig"))+"\n"+e.slice(e.indexOf("-----END PGP SIGNATURE-----\n")+"-----END PGP SIGNATURE-----\n".length))}isolateSignature(){const e=this._commit.slice(this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"),this._commit.indexOf("-----END PGP SIGNATURE-----")+"-----END PGP SIGNATURE-----".length);return e.split("\n").map((e=>e.replace(/^ /,""))).join("\n")}static async sign(e,t,r){const n=e.withoutSignature(),i=mi.justMessage(e._commit);let{signature:s}=await t({payload:n,secretKey:r});s=pi(s);const o=mi.justHeaders(e._commit)+"\ngpgsig"+hi(s)+"\n"+i;return mi.from(o)}}async function gi({fs:e,cache:t,gitdir:r,oid:n}){if("4b825dc642cb6eb9a060e54bf8d69288fbee4904"===n)return{tree:An.from([]),oid:n};const{type:i,object:s}=await Un({fs:e,cache:t,gitdir:r,oid:n});if("tag"===i)return gi({fs:e,cache:t,gitdir:r,oid:n=fi.from(s).parse().object});if("commit"===i)return gi({fs:e,cache:t,gitdir:r,oid:n=mi.from(s).parse().tree});if("tree"!==i)throw new Kr(n,i,"tree");return{tree:An.from(s),oid:n}}class vi{constructor({fs:e,gitdir:t,ref:r,cache:n}){this.fs=e,this.cache=n,this.gitdir=t,this.mapPromise=(async()=>{const n=new Map;let i;try{i=await xn.resolve({fs:e,gitdir:t,ref:r})}catch(e){e instanceof Vr&&(i="4b825dc642cb6eb9a060e54bf8d69288fbee4904")}const s=await gi({fs:e,cache:this.cache,gitdir:t,oid:i});return s.type="tree",s.mode="40000",n.set(".",s),n})();const i=this;this.ConstructEntry=class{constructor(e){this._fullpath=e,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return i.type(this)}async mode(){return i.mode(this)}async stat(){return i.stat(this)}async content(){return i.content(this)}async oid(){return i.oid(this)}}}async readdir(e){const t=e._fullpath,{fs:r,cache:n,gitdir:i}=this,s=await this.mapPromise,o=s.get(t);if(!o)throw new Error(`No obj for ${t}`);const a=o.oid;if(!a)throw new Error(`No oid for obj ${JSON.stringify(o)}`);if("tree"!==o.type)return null;const{type:c,object:l}=await Un({fs:r,cache:n,gitdir:i,oid:a});if(c!==o.type)throw new Kr(a,c,o.type);const p=An.from(l);for(const e of p)s.set(rn(t,e.path),e);return p.entries().map((e=>rn(t,e.path)))}async type(e){if(!1===e._type){const t=await this.mapPromise,{type:r}=t.get(e._fullpath);e._type=r}return e._type}async mode(e){if(!1===e._mode){const t=await this.mapPromise,{mode:r}=t.get(e._fullpath);e._mode=Cr(parseInt(r,8))}return e._mode}async stat(e){}async content(e){if(!1===e._content){const t=await this.mapPromise,{fs:r,cache:n,gitdir:i}=this,s=t.get(e._fullpath).oid,{type:o,object:a}=await Un({fs:r,cache:n,gitdir:i,oid:s});e._content="blob"!==o?void 0:new Uint8Array(a)}return e._content}async oid(e){if(!1===e._oid){const t=(await this.mapPromise).get(e._fullpath);e._oid=t.oid}return e._oid}}function yi({ref:e="HEAD"}){const t=Object.create(null);return Object.defineProperty(t,Hr,{value:function({fs:t,gitdir:r,cache:n}){return new vi({fs:t,gitdir:r,ref:e,cache:n})}}),Object.freeze(t),t}class bi{constructor({fs:e,dir:t,gitdir:r,cache:n}){this.fs=e,this.cache=n,this.dir=t,this.gitdir=r;const i=this;this.ConstructEntry=class{constructor(e){this._fullpath=e,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return i.type(this)}async mode(){return i.mode(this)}async stat(){return i.stat(this)}async content(){return i.content(this)}async oid(){return i.oid(this)}}}async readdir(e){const t=e._fullpath,{fs:r,dir:n}=this,i=await r.readdir(rn(n,t));return null===i?null:i.map((e=>rn(t,e)))}async type(e){return!1===e._type&&await e.stat(),e._type}async mode(e){return!1===e._mode&&await e.stat(),e._mode}async stat(e){if(!1===e._stat){const{fs:t,dir:r}=this;let n=await t.lstat(`${r}/${e._fullpath}`);if(!n)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);let i=n.isDirectory()?"tree":"blob";"blob"!==i||n.isFile()||n.isSymbolicLink()||(i="special"),e._type=i,n=jr(n),e._mode=n.mode,-1===n.size&&e._actualSize&&(n.size=e._actualSize),e._stat=n}return e._stat}async content(e){if(!1===e._content){const{fs:t,dir:r}=this;if("tree"===await e.type())e._content=void 0;else{const n=await t.read(`${r}/${e._fullpath}`);e._actualSize=n.length,e._stat&&-1===e._stat.size&&(e._stat.size=e._actualSize),e._content=new Uint8Array(n)}}return e._content}async oid(e){if(!1===e._oid){const{fs:t,gitdir:r,cache:n}=this;let i;await Ur.acquire({fs:t,gitdir:r,cache:n},(async function(t){const r=t.entriesMap.get(e._fullpath),n=await e.stat();if(!r||Fr(n,r)){void 0===await e.content()?i=void 0:(i=await Ir(On.wrap({type:"blob",object:await e.content()})),r&&i===r.oid&&t.insert({filepath:e._fullpath,stats:n,oid:i}))}else i=r.oid})),e._oid=i}return e._oid}}function wi(){const e=Object.create(null);return Object.defineProperty(e,Hr,{value:function({fs:e,dir:t,gitdir:r,cache:n}){return new bi({fs:e,dir:t,gitdir:r,cache:n})}}),Object.freeze(e),e}class xi{static async isIgnored({fs:e,dir:t,gitdir:r=rn(t,".git"),filepath:n}){if(".git"===$r(n))return!0;if("."===n)return!1;let i="";const s=rn(r,"info","exclude");await e.exists(s)&&(i=await e.read(s,"utf8"));const o=[{gitignore:rn(t,".gitignore"),filepath:n}],a=n.split("/");for(let e=1;e<a.length;e++){const r=a.slice(0,e).join("/"),n=a.slice(e).join("/");o.push({gitignore:rn(t,r,".gitignore"),filepath:n})}let c=!1;for(const t of o){let r;try{r=await e.read(t.gitignore,"utf8")}catch(e){if("NOENT"===e.code)continue}const n=br().add(i);n.add(r);const s=Gr(t.filepath);if("."!==s&&n.ignores(s))return!0;c=c?!n.test(t.filepath).unignored:n.test(t.filepath).ignored}return c}}async function _i(e,t){const r=await e.readdir(t);null==r?await e.rm(t):r.length?await Promise.all(r.map((r=>{const n=rn(t,r);return e.lstat(n).then((t=>{if(t)return t.isDirectory()?_i(e,n):e.rm(n)}))}))).then((()=>e.rmdir(t))):await e.rmdir(t)}class Si{constructor(e){if(void 0!==e._original_unwrapped_fs)return e;const t=Object.getOwnPropertyDescriptor(e,"promises");t&&t.enumerable?(this._readFile=e.promises.readFile.bind(e.promises),this._writeFile=e.promises.writeFile.bind(e.promises),this._mkdir=e.promises.mkdir.bind(e.promises),e.promises.rm?this._rm=e.promises.rm.bind(e.promises):e.promises.rmdir.length>1?this._rm=e.promises.rmdir.bind(e.promises):this._rm=_i.bind(null,this),this._rmdir=e.promises.rmdir.bind(e.promises),this._unlink=e.promises.unlink.bind(e.promises),this._stat=e.promises.stat.bind(e.promises),this._lstat=e.promises.lstat.bind(e.promises),this._readdir=e.promises.readdir.bind(e.promises),this._readlink=e.promises.readlink.bind(e.promises),this._symlink=e.promises.symlink.bind(e.promises)):(this._readFile=wr(e.readFile.bind(e)),this._writeFile=wr(e.writeFile.bind(e)),this._mkdir=wr(e.mkdir.bind(e)),e.rm?this._rm=wr(e.rm.bind(e)):e.rmdir.length>2?this._rm=wr(e.rmdir.bind(e)):this._rm=_i.bind(null,this),this._rmdir=wr(e.rmdir.bind(e)),this._unlink=wr(e.unlink.bind(e)),this._stat=wr(e.stat.bind(e)),this._lstat=wr(e.lstat.bind(e)),this._readdir=wr(e.readdir.bind(e)),this._readlink=wr(e.readlink.bind(e)),this._symlink=wr(e.symlink.bind(e))),this._original_unwrapped_fs=e}async exists(e,t={}){try{return await this._stat(e),!0}catch(e){if("ENOENT"===e.code||"ENOTDIR"===e.code)return!1;throw console.log('Unhandled error in "FileSystem.exists()" function',e),e}}async read(e,t={}){try{let r=await this._readFile(e,t);return"string"!=typeof r&&(r=Buffer.from(r)),r}catch(e){return null}}async write(e,t,r={}){try{return void await this._writeFile(e,t,r)}catch(n){await this.mkdir(Gr(e)),await this._writeFile(e,t,r)}}async mkdir(e,t=!1){try{return void await this._mkdir(e)}catch(r){if(null===r)return;if("EEXIST"===r.code)return;if(t)throw r;if("ENOENT"===r.code){const t=Gr(e);if("."===t||"/"===t||t===e)throw r;await this.mkdir(t),await this.mkdir(e,!0)}}}async rm(e){try{await this._unlink(e)}catch(e){if("ENOENT"!==e.code)throw e}}async rmdir(e,t){try{t&&t.recursive?await this._rm(e,t):await this._rmdir(e)}catch(e){if("ENOENT"!==e.code)throw e}}async readdir(e){try{const t=await this._readdir(e);return t.sort(Or),t}catch(e){return"ENOTDIR"===e.code?null:[]}}async readdirDeep(e){const t=await this._readdir(e);return(await Promise.all(t.map((async t=>{const r=e+"/"+t;return(await this._stat(r)).isDirectory()?this.readdirDeep(r):r})))).reduce(((e,t)=>e.concat(t)),[])}async lstat(e){try{return await this._lstat(e)}catch(e){if("ENOENT"===e.code)return null;throw e}}async readlink(e,t={encoding:"buffer"}){try{const r=await this._readlink(e,t);return Buffer.isBuffer(r)?r:Buffer.from(r)}catch(e){if("ENOENT"===e.code)return null;throw e}}async writelink(e,t){return this._symlink(t.toString("utf8"),e)}}let Ei=null;async function ki(e){return null===Ei&&(Ei=function(){try{const e=new CompressionStream("deflate");if(new Blob([]).stream(),e)return!0}catch(e){}return!1}()),Ei?async function(e){const t=new CompressionStream("deflate"),r=new Blob([e]).stream().pipeThrough(t);return new Uint8Array(await new Response(r).arrayBuffer())}(e):yr.deflate(e)}async function Ai({fs:e,gitdir:t,type:r,object:n,format:i="content",oid:s,dryRun:o=!1}){return"deflated"!==i&&("wrapped"!==i&&(n=On.wrap({type:r,object:n})),s=await Ir(n),n=Buffer.from(await ki(n))),o||await async function({fs:e,gitdir:t,object:r,format:n,oid:i}){if("deflated"!==n)throw new Er("GitObjectStoreLoose expects objects to write to be in deflated format");const s=`${t}/objects/${i.slice(0,2)}/${i.slice(2)}`;await e.exists(s)||await e.write(s,r)}({fs:e,gitdir:t,object:n,format:"deflated",oid:s}),s}function Oi(e,t){if(void 0===t)throw new ei(e)}function Ti(e){let t;for(;~(t=e.indexOf(92));)e[t]=47;return e}async function Ci({dir:e,gitdir:t,fs:r,filepath:n,index:i}){if(await xi.isIgnored({fs:r,dir:e,gitdir:t,filepath:n}))return;const s=await r.lstat(rn(e,n));if(!s)throw new Vr(n);if(s.isDirectory()){const s=(await r.readdir(rn(e,n))).map((s=>Ci({dir:e,gitdir:t,fs:r,filepath:rn(n,s),index:i})));await Promise.all(s)}else{const o=s.isSymbolicLink()?await r.readlink(rn(e,n)).then(Ti):await r.read(rn(e,n));if(null===o)throw new Vr(n);const a=await Ai({fs:r,gitdir:t,type:"blob",object:o});i.insert({filepath:n,stats:s,oid:a})}}async function Ri({fs:e,cache:t,onSign:r,gitdir:n,message:i,author:s,committer:o,signingKey:a,dryRun:c=!1,noUpdateBranch:l=!1,ref:p,parent:u,tree:d}){return p||(p=await xn.resolve({fs:e,gitdir:n,ref:"HEAD",depth:2})),Ur.acquire({fs:e,gitdir:n,cache:t},(async function(t){const f=zr(t.entries).get(".");if(d||(d=await Pi({fs:e,gitdir:n,inode:f,dryRun:c})),!u)try{u=[await xn.resolve({fs:e,gitdir:n,ref:p})]}catch(e){u=[]}let h=mi.from({tree:d,parent:u,author:s,committer:o,message:i});a&&(h=await mi.sign(h,r,a));const m=await Ai({fs:e,gitdir:n,type:"commit",object:h.toObject(),dryRun:c});return l||c||await xn.writeRef({fs:e,gitdir:n,ref:p,value:m}),m}))}async function Pi({fs:e,gitdir:t,inode:r,dryRun:n}){const i=r.children;for(const r of i)"tree"===r.type&&(r.metadata.mode="040000",r.metadata.oid=await Pi({fs:e,gitdir:t,inode:r,dryRun:n}));const s=i.map((e=>({mode:e.metadata.mode,path:e.basename,oid:e.metadata.oid,type:e.type}))),o=An.from(s);return await Ai({fs:e,gitdir:t,type:"tree",object:o.toObject(),dryRun:n})}async function ji({fs:e,cache:t,gitdir:r,oid:n,filepath:i}){if(i.startsWith("/"))throw new Yn("leading-slash");if(i.endsWith("/"))throw new Yn("trailing-slash");const s=n,o=await gi({fs:e,cache:t,gitdir:r,oid:n}),a=o.tree;if(""===i)n=o.oid;else{const o=i.split("/");n=await Ni({fs:e,cache:t,gitdir:r,tree:a,pathArray:o,oid:s,filepath:i})}return n}async function Ni({fs:e,cache:t,gitdir:r,tree:n,pathArray:i,oid:s,filepath:o}){const a=i.shift();for(const c of n)if(c.path===a){if(0===i.length)return c.oid;{const{type:a,object:l}=await Un({fs:e,cache:t,gitdir:r,oid:c.oid});if("tree"!==a)throw new Kr(s,a,"blob",o);return Ni({fs:e,cache:t,gitdir:r,tree:n=An.from(l),pathArray:i,oid:s,filepath:o})}}throw new Vr(`file or directory found at "${s}:${o}"`)}async function Ii({fs:e,cache:t,gitdir:r,oid:n,filepath:i}){void 0!==i&&(n=await ji({fs:e,cache:t,gitdir:r,oid:n,filepath:i}));const{tree:s,oid:o}=await gi({fs:e,cache:t,gitdir:r,oid:n});return{oid:o,tree:s.entries()}}async function Di({fs:e,gitdir:t,tree:r}){const n=An.from(r).toObject();return await Ai({fs:e,gitdir:t,type:"tree",object:n,format:"content"})}async function Li({fs:e,gitdir:t,path:r}){return(await yn.get({fs:e,gitdir:t})).get(r)}async function Fi({fs:e,gitdir:t,author:r={}}){let{name:n,email:i,timestamp:s,timezoneOffset:o}=r;if(n=n||await Li({fs:e,gitdir:t,path:"user.name"}),i=i||await Li({fs:e,gitdir:t,path:"user.email"})||"",void 0!==n)return s=null!=s?s:Math.floor(Date.now()/1e3),o=null!=o?o:new Date(1e3*s).getTimezoneOffset(),{name:n,email:i,timestamp:s,timezoneOffset:o}}async function Mi({fs:e,gitdir:t,author:r,committer:n}){return n=Object.assign({},n||r),r&&(n.timestamp=n.timestamp||r.timestamp,n.timezoneOffset=n.timezoneOffset||r.timezoneOffset),n=await Fi({fs:e,gitdir:t,author:n})}async function Bi({fs:e,gitdir:t,remote:r,url:n,force:i}){if(r!==xr.clean(r))throw new Jn(r,xr.clean(r));const s=await yn.get({fs:e,gitdir:t});if(!i){if((await s.getSubsections("remote")).includes(r)&&n!==await s.get(`remote.${r}.url`))throw new $n("remote",r)}await s.set(`remote.${r}.url`,n),await s.set(`remote.${r}.fetch`,`+refs/heads/*:refs/remotes/${r}/*`),await yn.save({fs:e,gitdir:t,config:s})}const Ui=void 0===Array.prototype.flat?e=>e.reduce(((e,t)=>e.concat(t)),[]):e=>e.flat();class $i{constructor(){this.value=null}consider(e){null!=e&&(null===this.value||e<this.value)&&(this.value=e)}reset(){this.value=null}}function*Gi(e){const t=new $i;let r;const n=[],i=e.length;for(let r=0;r<i;r++)n[r]=e[r].next().value,void 0!==n[r]&&t.consider(n[r]);if(null!==t.value)for(;;){const s=[];r=t.value,t.reset();for(let o=0;o<i;o++)void 0!==n[o]&&n[o]===r?(s[o]=n[o],n[o]=e[o].next().value):s[o]=null,void 0!==n[o]&&t.consider(n[o]);if(yield s,null===t.value)return}}async function zi({fs:e,cache:t,dir:r,gitdir:n,trees:i,map:s=(async(e,t)=>t),reduce:o=(async(e,t)=>{const r=Ui(t);return void 0!==e&&r.unshift(e),r}),iterate:a=((e,t)=>Promise.all([...t].map(e)))}){const c=i.map((i=>i[Hr]({fs:e,dir:r,gitdir:n,cache:t}))),l=new Array(c.length).fill("."),p=function(e,t){const r=t-e;return Array.from({length:r},((t,r)=>e+r))}(0,c.length),u=async e=>{const{entries:t,children:r}=await(async e=>{p.map((t=>{e[t]=e[t]&&new c[t].ConstructEntry(e[t])}));const t=(await Promise.all(p.map((t=>e[t]?c[t].readdir(e[t]):[])))).map((e=>null===e?[]:e)).map((e=>e[Symbol.iterator]()));return{entries:e,children:Gi(t)}})(e),n=t.find((e=>e&&e._fullpath))._fullpath,i=await s(n,t);if(null!==i){let e=await a(u,r);return e=e.filter((e=>void 0!==e)),o(i,e)}};return u(l)}const qi=(e,t)=>"."===e||null==t||0===t.length||"."===t||(t.length>=e.length?t.startsWith(e):e.startsWith(t));async function Hi({fs:e,cache:t,onProgress:r,dir:n,gitdir:i,remote:s,ref:o,filepaths:a,noCheckout:c,noUpdateHead:l,dryRun:p,force:u}){let d;try{d=await xn.resolve({fs:e,gitdir:i,ref:o})}catch(t){if("HEAD"===o)throw t;const r=`${s}/${o}`;d=await xn.resolve({fs:e,gitdir:i,ref:r});const n=await yn.get({fs:e,gitdir:i});await n.set(`branch.${o}.remote`,s),await n.set(`branch.${o}.merge`,`refs/heads/${o}`),await yn.save({fs:e,gitdir:i,config:n}),await xn.writeRef({fs:e,gitdir:i,ref:`refs/heads/${o}`,value:d})}if(!c){let s;try{s=await async function({fs:e,cache:t,onProgress:r,dir:n,gitdir:i,ref:s,force:o,filepaths:a}){let c=0;return zi({fs:e,cache:t,dir:n,gitdir:i,trees:[yi({ref:s}),wi(),Wr()],map:async function(e,[t,n,i]){if("."===e)return;if(a&&!a.some((t=>qi(e,t))))return null;r&&await r({phase:"Analyzing workdir",loaded:++c});switch([!!i,!!t,!!n].map(Number).join("")){case"000":return;case"001":return o&&a&&a.includes(e)?["delete",e]:void 0;case"010":switch(await t.type()){case"tree":return["mkdir",e];case"blob":return["create",e,await t.oid(),await t.mode()];case"commit":return["mkdir-index",e,await t.oid(),await t.mode()];default:return["error",`new entry Unhandled type ${await t.type()}`]}case"011":switch(`${await t.type()}-${await n.type()}`){case"tree-tree":case"commit-tree":return;case"tree-blob":case"blob-tree":case"commit-blob":return["conflict",e];case"blob-blob":return await t.oid()!==await n.oid()?o?["update",e,await t.oid(),await t.mode(),await t.mode()!==await n.mode()]:["conflict",e]:await t.mode()!==await n.mode()?o?["update",e,await t.oid(),await t.mode(),!0]:["conflict",e]:["create-index",e,await t.oid(),await t.mode()];default:return["error",`new entry Unhandled type ${t.type}`]}case"100":return["delete-index",e];case"101":switch(await i.type()){case"tree":return["rmdir",e];case"blob":return await i.oid()!==await n.oid()?o?["delete",e]:["conflict",e]:["delete",e];case"commit":return["rmdir-index",e];default:return["error",`delete entry Unhandled type ${await i.type()}`]}case"110":case"111":switch(`${await i.type()}-${await t.type()}`){case"tree-tree":return;case"blob-blob":if(await i.oid()===await t.oid()&&await i.mode()===await t.mode()&&!o)return;if(n){if(await n.oid()!==await i.oid()&&await n.oid()!==await t.oid())return o?["update",e,await t.oid(),await t.mode(),await t.mode()!==await n.mode()]:["conflict",e]}else if(o)return["update",e,await t.oid(),await t.mode(),await t.mode()!==await i.mode()];return await t.mode()!==await i.mode()?["update",e,await t.oid(),await t.mode(),!0]:await t.oid()!==await i.oid()?["update",e,await t.oid(),await t.mode(),!1]:void 0;case"tree-blob":return["update-dir-to-blob",e,await t.oid()];case"blob-tree":return["update-blob-to-tree",e];case"commit-commit":return["mkdir-index",e,await t.oid(),await t.mode()];default:return["error",`update entry Unhandled type ${await i.type()}-${await t.type()}`]}}},reduce:async function(e,t){return t=Ui(t),e?e&&"rmdir"===e[0]?(t.push(e),t):(t.unshift(e),t):t}})}({fs:e,cache:t,onProgress:r,dir:n,gitdir:i,ref:o,force:u,filepaths:a})}catch(e){throw e instanceof Vr&&e.data.what===d?new qn(o,d):e}const c=s.filter((([e])=>"conflict"===e)).map((([e,t])=>t));if(c.length>0)throw new zn(c);const l=s.filter((([e])=>"error"===e)).map((([e,t])=>t));if(l.length>0)throw new Er(l.join(", "));if(p)return;let f=0;const h=s.length;await Ur.acquire({fs:e,gitdir:i,cache:t},(async function(t){await Promise.all(s.filter((([e])=>"delete"===e||"delete-index"===e)).map((async function([i,s]){const o=`${n}/${s}`;"delete"===i&&await e.rm(o),t.delete({filepath:s}),r&&await r({phase:"Updating workdir",loaded:++f,total:h})})))})),await Ur.acquire({fs:e,gitdir:i,cache:t},(async function(t){for(const[i,o]of s)if("rmdir"===i||"rmdir-index"===i){const s=`${n}/${o}`;try{"rmdir-index"===i&&t.delete({filepath:o}),await e.rmdir(s),r&&await r({phase:"Updating workdir",loaded:++f,total:h})}catch(e){if("ENOTEMPTY"!==e.code)throw e;console.log(`Did not delete ${o} because directory is not empty`)}}})),await Promise.all(s.filter((([e])=>"mkdir"===e||"mkdir-index"===e)).map((async function([t,i]){const s=`${n}/${i}`;await e.mkdir(s),r&&await r({phase:"Updating workdir",loaded:++f,total:h})}))),await Ur.acquire({fs:e,gitdir:i,cache:t},(async function(o){await Promise.all(s.filter((([e])=>"create"===e||"create-index"===e||"update"===e||"mkdir-index"===e)).map((async function([s,a,c,l,p]){const u=`${n}/${a}`;try{if("create-index"!==s&&"mkdir-index"!==s){const{object:r}=await Un({fs:e,cache:t,gitdir:i,oid:c});if(p&&await e.rm(u),33188===l)await e.write(u,r);else if(33261===l)await e.write(u,r,{mode:511});else{if(40960!==l)throw new Er(`Invalid mode 0o${l.toString(8)} detected in blob ${c}`);await e.writelink(u,r)}}const n=await e.lstat(u);33261===l&&(n.mode=493),"mkdir-index"===s&&(n.mode=57344),o.insert({filepath:a,stats:n,oid:c}),r&&await r({phase:"Updating workdir",loaded:++f,total:h})}catch(e){console.log(e)}})))}))}if(!l){const t=await xn.expand({fs:e,gitdir:i,ref:o});t.startsWith("refs/heads")?await xn.writeSymbolicRef({fs:e,gitdir:i,ref:"HEAD",value:t}):await xn.writeRef({fs:e,gitdir:i,ref:"HEAD",value:d})}}const Wi=new RegExp("^refs/(heads/|tags/|remotes/)?(.*)");function Vi(e){const t=Wi.exec(e);return t?"remotes/"===t[1]&&e.endsWith("/HEAD")?t[2].slice(0,-5):t[2]:e}async function Ki({fs:e,gitdir:t,fullname:r=!1,test:n=!1}){const i=await xn.resolve({fs:e,gitdir:t,ref:"HEAD",depth:2});if(n)try{await xn.resolve({fs:e,gitdir:t,ref:i})}catch(e){return}if(i.startsWith("refs/"))return r?i:Vi(i)}function Yi({username:e="",password:t=""}){return`Basic ${Buffer.from(`${e}:${t}`).toString("base64")}`}async function Ji(e,t){const r=Pn(e);for(;;){const{value:e,done:n}=await r.next();if(e&&await t(e),n)break}r.return&&r.return()}async function Zi(e){let t=0;const r=[];await Ji(e,(e=>{r.push(e),t+=e.byteLength}));const n=new Uint8Array(t);let i=0;for(const e of r)n.set(e,i),i+=e.byteLength;return n}function Xi(e){let t=e.match(/^https?:\/\/([^/]+)@/);if(null==t)return{url:e,auth:{}};t=t[1];const[r,n]=t.split(":");return{url:e=e.replace(`${t}@`,""),auth:{username:r,password:n}}}function Qi(e,t){const r=t.toString(16);return"0".repeat(e-r.length)+r}class es{static flush(){return Buffer.from("0000","utf8")}static delim(){return Buffer.from("0001","utf8")}static encode(e){"string"==typeof e&&(e=Buffer.from(e));const t=Qi(4,e.length+4);return Buffer.concat([Buffer.from(t,"utf8"),e])}static streamReader(e){const t=new jn(e);return async function(){try{let e=await t.read(4);if(null==e)return!0;if(e=parseInt(e.toString("utf8"),16),0===e)return null;if(1===e)return null;const r=await t.read(e-4);return null==r||r}catch(e){return console.log("error",e),!0}}}}async function ts(e){const t={};let r;for(;r=await e(),!0!==r;){if(null===r)continue;r=r.toString("utf8").replace(/\n$/,"");const e=r.indexOf("=");if(e>-1){const n=r.slice(0,e),i=r.slice(e+1);t[n]=i}else t[r]=!0}return{protocolVersion:2,capabilities2:t}}async function rs(e,{service:t}){const r=new Set,n=new Map,i=new Map,s=es.streamReader(e);let o=await s();for(;null===o;)o=await s();if(!0===o)throw new Hn;if(o.includes("version 2"))return ts(s);if(o.toString("utf8").replace(/\n$/,"")!==`# service=${t}`)throw new ti(`# service=${t}\\n`,o.toString("utf8"));let a=await s();for(;null===a;)a=await s();if(!0===a)return{capabilities:r,refs:n,symrefs:i};if(a=a.toString("utf8"),a.includes("version 2"))return ts(s);const[c,l]=ns(a,"\0","\\x00");l.split(" ").map((e=>r.add(e)));const[p,u]=ns(c," "," ");for(n.set(u,p);;){const e=await s();if(!0===e)break;if(null!==e){const[t,r]=ns(e.toString("utf8")," "," ");n.set(r,t)}}for(const e of r)if(e.startsWith("symref=")){const t=e.match(/symref=([^:]+):(.*)/);3===t.length&&i.set(t[1],t[2])}return{protocolVersion:1,capabilities:r,refs:n,symrefs:i}}function ns(e,t,r){const n=e.trim().split(t);if(2!==n.length)throw new ti(`Two strings separated by '${r}'`,e.toString("utf8"));return n}const is=(e,t)=>e.endsWith("?")?`${e}${t}`:`${e}/${t.replace(/^https?:\/\//,"")}`,ss=(e,t)=>{(t.username||t.password)&&(e.Authorization=Yi(t)),t.headers&&Object.assign(e,t.headers)},os=async e=>{try{const t=Buffer.from(await Zi(e.body)),r=t.toString("utf8");return{preview:r.length<256?r:r.slice(0,256)+"...",response:r,data:t}}catch(e){return{}}};class as{static async capabilities(){return["discover","connect"]}static async discover({http:e,onProgress:t,onAuth:r,onAuthSuccess:n,onAuthFailure:i,corsProxy:s,service:o,url:a,headers:c,protocolVersion:l}){let{url:p,auth:u}=Xi(a);const d=s?is(s,p):p;let f,h;(u.username||u.password)&&(c.Authorization=Yi(u)),2===l&&(c["Git-Protocol"]="version=2");let m=!1;do{if(f=await e.request({onProgress:t,method:"GET",url:`${d}/info/refs?service=${o}`,headers:c}),h=!1,401===f.statusCode||203===f.statusCode){const e=m?i:r;if(e){if(u=await e(p,{...u,headers:{...c}}),u&&u.cancel)throw new ai;u&&(ss(c,u),m=!0,h=!0)}}else 200===f.statusCode&&m&&n&&await n(p,u)}while(h);if(200!==f.statusCode){const{response:e}=await os(f);throw new Kn(f.statusCode,f.statusMessage,e)}if(f.headers["content-type"]===`application/x-${o}-advertisement`){const e=await rs(f.body,{service:o});return e.auth=u,e}{const{preview:e,response:t,data:r}=await os(f);try{const e=await rs([r],{service:o});return e.auth=u,e}catch(r){throw new ii(e,t)}}}static async connect({http:e,onProgress:t,corsProxy:r,service:n,url:i,auth:s,body:o,headers:a}){const c=Xi(i);c&&(i=c.url),r&&(i=is(r,i)),a["content-type"]=`application/x-${n}-request`,a.accept=`application/x-${n}-result`,ss(a,s);const l=await e.request({onProgress:t,method:"POST",url:`${i}/${n}`,body:o,headers:a});if(200!==l.statusCode){const{response:e}=os(l);throw new Kn(l.statusCode,l.statusMessage,e)}return l}}class cs{static getRemoteHelperFor({url:e}){const t=new Map;t.set("http",as),t.set("https",as);const r=function({url:e}){if(e.startsWith("git@"))return{transport:"ssh",address:e};const t=e.match(/(\w+)(:\/\/|::)(.*)/);return null!==t?"://"===t[2]?{transport:t[1],address:t[0]}:"::"===t[2]?{transport:t[1],address:t[3]}:void 0:void 0}({url:e});if(!r)throw new oi(e);if(t.has(r.transport))return t.get(r.transport);throw new si(e,r.transport,"ssh"===r.transport?function(e){return(e=e.replace(/^git@([^:]+):/,"https://$1/")).replace(/^ssh:\/\//,"https://")}(e):void 0)}}let ls=null;class ps{static async read({fs:e,gitdir:t}){null===ls&&(ls=new mr);const r=rn(t,"shallow"),n=new Set;return await ls.acquire(r,(async function(){const t=await e.read(r,{encoding:"utf8"});return null===t||""===t.trim()?n:void t.trim().split("\n").map((e=>n.add(e)))})),n}static async write({fs:e,gitdir:t,oids:r}){null===ls&&(ls=new mr);const n=rn(t,"shallow");if(r.size>0){const t=[...r].join("\n")+"\n";await ls.acquire(n,(async function(){await e.write(n,t,{encoding:"utf8"})}))}else await ls.acquire(n,(async function(){await e.rm(n)}))}}async function us({fs:e,cache:t,gitdir:r,oid:n,format:i="content"}){const s=n=>Un({fs:e,cache:t,gitdir:r,oid:n});let o=await async function({fs:e,gitdir:t,oid:r}){const n=`objects/${r.slice(0,2)}/${r.slice(2)}`;return e.exists(`${t}/${n}`)}({fs:e,gitdir:r,oid:n});return o||(o=await async function({fs:e,cache:t,gitdir:r,oid:n,getExternalRefDelta:i}){let s=await e.readdir(rn(r,"objects/pack"));s=s.filter((e=>e.endsWith(".idx")));for(const o of s){const s=`${r}/objects/pack/${o}`,a=await Bn({fs:e,cache:t,filename:s,getExternalRefDelta:i});if(a.error)throw new Er(a.error);if(a.offsets.has(n))return!0}return!1}({fs:e,cache:t,gitdir:r,oid:n,getExternalRefDelta:s})),o}function ds(e,t){const r=e.map((e=>e.split("=",1)[0]));return t.filter((e=>{const t=e.split("=",1)[0];return r.includes(t)}))}const fs="1.10.2",hs="git/isomorphic-git@1.10.2";class ms{constructor(){this._queue=[]}write(e){if(this._ended)throw Error("You cannot write to a FIFO that has already been ended!");if(this._waiting){const t=this._waiting;this._waiting=null,t({value:e})}else this._queue.push(e)}end(){if(this._ended=!0,this._waiting){const e=this._waiting;this._waiting=null,e({done:!0})}}destroy(e){this._ended=!0,this.error=e}async next(){if(this._queue.length>0)return{value:this._queue.shift()};if(this._ended)return{done:!0};if(this._waiting)throw Error("You cannot call read until the previous call to read has returned!");return new Promise((e=>{this._waiting=e}))}}function gs(e){const t=e.indexOf("\r"),r=e.indexOf("\n");return-1===t&&-1===r?-1:-1===t?r+1:-1===r?t+1:r===t+1?r+1:Math.min(t,r)+1}function vs(e){const t=new ms;let r="";return(async()=>{await Ji(e,(e=>{for(e=e.toString("utf8"),r+=e;;){const e=gs(r);if(-1===e)break;t.write(r.slice(0,e)),r=r.slice(e)}})),r.length>0&&t.write(r),t.end()})(),t}class ys{static demux(e){const t=es.streamReader(e),r=new ms,n=new ms,i=new ms,s=async function(){const e=await t();if(null===e)return s();if(!0===e)return r.end(),i.end(),void n.end();switch(e[0]){case 1:n.write(e.slice(1));break;case 2:i.write(e.slice(1));break;case 3:{const t=e.slice(1);return i.write(t),void n.destroy(new Error(t.toString("utf8")))}default:r.write(e.slice(0))}s()};return s(),{packetlines:r,packfile:n,progress:i}}}async function bs({fs:e,cache:t,http:r,onProgress:n,onMessage:i,onAuth:s,onAuthSuccess:o,onAuthFailure:a,gitdir:c,ref:l,remoteRef:p,remote:u,url:d,corsProxy:f,depth:h=null,since:m=null,exclude:g=[],relative:v=!1,tags:y=!1,singleBranch:b=!1,headers:w={},prune:x=!1,pruneTags:_=!1}){const S=l||await Ki({fs:e,gitdir:c,test:!0}),E=await yn.get({fs:e,gitdir:c}),k=u||S&&await E.get(`branch.${S}.remote`)||"origin",A=d||await E.get(`remote.${k}.url`);if(void 0===A)throw new ei("remote OR url");const O=p||S&&await E.get(`branch.${S}.merge`)||l||"HEAD";void 0===f&&(f=await E.get("http.corsProxy"));const T=cs.getRemoteHelperFor({url:A}),C=await T.discover({http:r,onAuth:s,onAuthSuccess:o,onAuthFailure:a,corsProxy:f,service:"git-upload-pack",url:A,headers:w,protocolVersion:1}),R=C.auth,P=C.refs;if(0===P.size)return{defaultBranch:null,fetchHead:null,fetchHeadDescription:null};if(null!==h&&!C.capabilities.has("shallow"))throw new ni("shallow","depth");if(null!==m&&!C.capabilities.has("deepen-since"))throw new ni("deepen-since","since");if(g.length>0&&!C.capabilities.has("deepen-not"))throw new ni("deepen-not","exclude");if(!0===v&&!C.capabilities.has("deepen-relative"))throw new ni("deepen-relative","relative");const{oid:j,fullref:N}=xn.resolveAgainstMap({ref:O,map:P});for(const e of P.keys())e===N||"HEAD"===e||e.startsWith("refs/heads/")||y&&e.startsWith("refs/tags/")||P.delete(e);const I=ds([...C.capabilities],["multi_ack_detailed","no-done","side-band-64k","ofs-delta",`agent=${hs}`]);v&&I.push("deepen-relative");const D=b?[j]:P.values(),L=b?[S]:await xn.listRefs({fs:e,gitdir:c,filepath:"refs"});let F=[];for(let r of L)try{r=await xn.expand({fs:e,gitdir:c,ref:r});const n=await xn.resolve({fs:e,gitdir:c,ref:r});await us({fs:e,cache:t,gitdir:c,oid:n})&&F.push(n)}catch(e){}F=[...new Set(F)];const M=await ps.read({fs:e,gitdir:c}),B=function({capabilities:e=[],wants:t=[],haves:r=[],shallows:n=[],depth:i=null,since:s=null,exclude:o=[]}){const a=[];t=[...new Set(t)];let c=` ${e.join(" ")}`;for(const e of t)a.push(es.encode(`want ${e}${c}\n`)),c="";for(const e of n)a.push(es.encode(`shallow ${e}\n`));null!==i&&a.push(es.encode(`deepen ${i}\n`)),null!==s&&a.push(es.encode(`deepen-since ${Math.floor(s.valueOf()/1e3)}\n`));for(const e of o)a.push(es.encode(`deepen-not ${e}\n`));a.push(es.flush());for(const e of r)a.push(es.encode(`have ${e}\n`));return a.push(es.encode("done\n")),a}({capabilities:I,wants:D,haves:F,shallows:C.capabilities.has("shallow")?[...M]:[],depth:h,since:m,exclude:g}),U=Buffer.from(await Zi(B)),$=await T.connect({http:r,onProgress:n,corsProxy:f,service:"git-upload-pack",url:A,auth:R,body:[U],headers:w}),G=await async function(e){const{packetlines:t,packfile:r,progress:n}=ys.demux(e),i=[],s=[],o=[];let a=!1,c=!1;return new Promise(((e,l)=>{Ji(t,(t=>{const p=t.toString("utf8").trim();if(p.startsWith("shallow")){const e=p.slice(-41).trim();40!==e.length&&l(new Yr(e)),i.push(e)}else if(p.startsWith("unshallow")){const e=p.slice(-41).trim();40!==e.length&&l(new Yr(e)),s.push(e)}else if(p.startsWith("ACK")){const[,e,t]=p.split(" ");o.push({oid:e,status:t}),t||(c=!0)}else p.startsWith("NAK")&&(a=!0,c=!0);c&&e({shallows:i,unshallows:s,acks:o,nak:a,packfile:r,progress:n})}))}))}($.body);$.headers&&(G.headers=$.headers);for(const r of G.shallows)if(!M.has(r))try{const{object:n}=await Un({fs:e,cache:t,gitdir:c,oid:r}),i=new mi(n),s=await Promise.all(i.headers().parent.map((r=>us({fs:e,cache:t,gitdir:c,oid:r}))));0===s.length||s.every((e=>e))||M.add(r)}catch(e){M.add(r)}for(const e of G.unshallows)M.delete(e);if(await ps.write({fs:e,gitdir:c,oids:M}),b){const t=new Map([[N,j]]),r=new Map;let n=10,i=N;for(;n--;){const e=C.symrefs.get(i);if(void 0===e)break;r.set(i,e),i=e}const s=P.get(i);s&&t.set(i,s);const{pruned:o}=await xn.updateRemoteRefs({fs:e,gitdir:c,remote:k,refs:t,symrefs:r,tags:y,prune:x});x&&(G.pruned=o)}else{const{pruned:t}=await xn.updateRemoteRefs({fs:e,gitdir:c,remote:k,refs:P,symrefs:C.symrefs,tags:y,prune:x,pruneTags:_});x&&(G.pruned=t)}if(G.HEAD=C.symrefs.get("HEAD"),void 0===G.HEAD){const{oid:e}=xn.resolveAgainstMap({ref:"HEAD",map:P});for(const[t,r]of P.entries())if("HEAD"!==t&&r===e){G.HEAD=t;break}}const z=N.startsWith("refs/tags")?"tag":"branch";if(G.FETCH_HEAD={oid:j,description:`${z} '${Vi(N)}' of ${A}`},n||i){Ji(vs(G.progress),(async e=>{if(i&&await i(e),n){const t=e.match(/([^:]*).*\((\d+?)\/(\d+?)\)/);t&&await n({phase:t[1].trim(),loaded:parseInt(t[2],10),total:parseInt(t[3],10)})}}))}const q=Buffer.from(await Zi(G.packfile)),H=q.slice(-20).toString("hex"),W={defaultBranch:G.HEAD,fetchHead:G.FETCH_HEAD.oid,fetchHeadDescription:G.FETCH_HEAD.description};if(G.headers&&(W.headers=G.headers),x&&(W.pruned=G.pruned),""!==H&&"5041434b0000000200000000"!==q.slice(0,12).toString("hex")){W.packfile=`objects/pack/pack-${H}.pack`;const r=rn(c,W.packfile);await e.write(r,q);const i=r=>Un({fs:e,cache:t,gitdir:c,oid:r}),s=await Fn.fromPack({pack:q,getExternalRefDelta:i,onProgress:n});await e.write(r.replace(/\.pack$/,".idx"),await s.toBuffer())}return W}async function ws({fs:e,bare:t=!1,dir:r,gitdir:n=(t?r:rn(r,".git")),defaultBranch:i="master"}){if(await e.exists(n+"/config"))return;let s=["hooks","info","objects/info","objects/pack","refs/heads","refs/tags"];s=s.map((e=>n+"/"+e));for(const t of s)await e.mkdir(t);await e.write(n+"/config",`[core]\n\trepositoryformatversion = 0\n\tfilemode = false\n\tbare = ${t}\n`+(t?"":"\tlogallrefupdates = true\n")+"\tsymlinks = false\n\tignorecase = true\n"),await e.write(n+"/HEAD",`ref: refs/heads/${i}\n`)}async function xs({fs:e,cache:t,gitdir:r,oid:n}){const i=await async function({fs:e,gitdir:t,oid:r}){const n=r.slice(0,2);return(await e.readdir(`${t}/objects/${n}`)).map((e=>`${n}${e}`)).filter((e=>e.startsWith(r)))}({fs:e,gitdir:r,oid:n}),s=await async function({fs:e,cache:t,gitdir:r,oid:n,getExternalRefDelta:i}){const s=[];let o=await e.readdir(rn(r,"objects/pack"));o=o.filter((e=>e.endsWith(".idx")));for(const a of o){const o=`${r}/objects/pack/${a}`,c=await Bn({fs:e,cache:t,filename:o,getExternalRefDelta:i});if(c.error)throw new Er(c.error);for(const e of c.offsets.keys())e.startsWith(n)&&s.push(e)}return s}({fs:e,cache:t,gitdir:r,oid:n,getExternalRefDelta:n=>Un({fs:e,cache:t,gitdir:r,oid:n})}),o=i.concat(s);if(1===o.length)return o[0];if(o.length>1)throw new Gn("oids",n,o);throw new Vr(`an object matching "${n}"`)}async function _s({fs:e,cache:t,gitdir:r,oids:n}){const i={},s=n.length;let o=n.map(((e,t)=>({index:t,oid:e})));for(;o.length;){const n=new Set;for(const{oid:e,index:t}of o)i[e]||(i[e]=new Set),i[e].add(t),i[e].size===s&&n.add(e);if(n.size>0)return[...n];const a=new Map;for(const{oid:n,index:s}of o)try{const{object:o}=await Un({fs:e,cache:t,gitdir:r,oid:n}),c=mi.from(o),{parent:l}=c.parseHeaders();for(const e of l)i[e]&&i[e].has(s)||a.set(e+":"+s,{oid:e,index:s})}catch(e){}o=Array.from(a.values())}return[]}const Ss=/^.*(\r?\n|$)/gm;async function Es({fs:e,cache:t,dir:r,gitdir:n=rn(r,".git"),ourOid:i,baseOid:s,theirOid:o,ourName:a="ours",baseName:c="base",theirName:l="theirs",dryRun:p=!1}){const u=yi({ref:i}),d=yi({ref:s}),f=yi({ref:o}),h=await zi({fs:e,cache:t,dir:r,gitdir:n,trees:[u,d,f],map:async function(t,[r,i,s]){const o=$r(t);switch(`${await ks(r,i)}-${await ks(s,i)}`){case"false-false":return{mode:await i.mode(),path:o,oid:await i.oid(),type:await i.type()};case"false-true":return s?{mode:await s.mode(),path:o,oid:await s.oid(),type:await s.type()}:void 0;case"true-false":return r?{mode:await r.mode(),path:o,oid:await r.oid(),type:await r.type()}:void 0;case"true-true":if(r&&i&&s&&"blob"===await r.type()&&"blob"===await i.type()&&"blob"===await s.type())return async function({fs:e,gitdir:t,path:r,ours:n,base:i,theirs:s,ourName:o,theirName:a,baseName:c,format:l,markerSize:p,dryRun:u}){const d="blob",f=await i.mode()===await n.mode()?await s.mode():await n.mode();if(await n.oid()===await s.oid())return{mode:f,path:r,oid:await n.oid(),type:d};if(await n.oid()===await i.oid())return{mode:f,path:r,oid:await s.oid(),type:d};if(await s.oid()===await i.oid())return{mode:f,path:r,oid:await n.oid(),type:d};const{mergedText:h,cleanMerge:m}=function({ourContent:e,baseContent:t,theirContent:r,ourName:n="ours",baseName:i="base",theirName:s="theirs",format:o="diff",markerSize:a=7}){const c=e.match(Ss),l=t.match(Ss),p=r.match(Ss),u=_r(c,l,p);let d="",f=!0;for(const e of u)e.ok&&(d+=e.ok.join("")),e.conflict&&(f=!1,d+=`${"<".repeat(a)} ${n}\n`,d+=e.conflict.a.join(""),"diff3"===o&&(d+=`${"|".repeat(a)} ${i}\n`,d+=e.conflict.o.join("")),d+=`${"=".repeat(a)}\n`,d+=e.conflict.b.join(""),d+=`${">".repeat(a)} ${s}\n`);return{cleanMerge:f,mergedText:d}}({ourContent:Buffer.from(await n.content()).toString("utf8"),baseContent:Buffer.from(await i.content()).toString("utf8"),theirContent:Buffer.from(await s.content()).toString("utf8"),ourName:o,theirName:a,baseName:c,format:l,markerSize:p});if(!m)throw new Xn;const g=await Ai({fs:e,gitdir:t,type:"blob",object:Buffer.from(h,"utf8"),dryRun:u});return{mode:f,path:r,oid:g,type:d}}({fs:e,gitdir:n,path:o,ours:r,base:i,theirs:s,ourName:a,baseName:c,theirName:l});throw new Xn}},reduce:async(t,r)=>{const i=r.filter(Boolean);if(t&&(!t||"tree"!==t.type||0!==i.length)){if(i.length>0){const r=new An(i).toObject(),s=await Ai({fs:e,gitdir:n,type:"tree",object:r,dryRun:p});t.oid=s}return t}}});return h.oid}async function ks(e,t){return!(!e&&!t)&&(!(!e||t)||(!(e||!t)||("tree"!==await e.type()||"tree"!==await t.type())&&(await e.type()!==await t.type()||await e.mode()!==await t.mode()||await e.oid()!==await t.oid())))}async function As({fs:e,cache:t,gitdir:r,ours:n,theirs:i,fastForwardOnly:s=!1,dryRun:o=!1,noUpdateBranch:a=!1,message:c,author:l,committer:p,signingKey:u,onSign:d}){void 0===n&&(n=await Ki({fs:e,gitdir:r,fullname:!0})),n=await xn.expand({fs:e,gitdir:r,ref:n}),i=await xn.expand({fs:e,gitdir:r,ref:i});const f=await xn.resolve({fs:e,gitdir:r,ref:n}),h=await xn.resolve({fs:e,gitdir:r,ref:i}),m=await _s({fs:e,cache:t,gitdir:r,oids:[f,h]});if(1!==m.length)throw new Xn;const g=m[0];if(g===h)return{oid:f,alreadyMerged:!0};if(g===f)return o||a||await xn.writeRef({fs:e,gitdir:r,ref:n,value:h}),{oid:h,fastForward:!0};{if(s)throw new Wn;const m=await Es({fs:e,cache:t,gitdir:r,ourOid:f,theirOid:h,baseOid:g,ourName:n,baseName:"base",theirName:i,dryRun:o});c||(c=`Merge branch '${Vi(i)}' into ${Vi(n)}`);return{oid:await Ri({fs:e,cache:t,gitdir:r,message:c,ref:n,tree:m,parent:[f,h],author:l,committer:p,signingKey:u,onSign:d,dryRun:o,noUpdateBranch:a}),tree:m,mergeCommit:!0}}}async function Os({fs:e,cache:t,http:r,onProgress:n,onMessage:i,onAuth:s,onAuthSuccess:o,onAuthFailure:a,dir:c,gitdir:l,ref:p,url:u,remote:d,remoteRef:f,fastForwardOnly:h,corsProxy:m,singleBranch:g,headers:v,author:y,committer:b,signingKey:w}){try{if(!p){const t=await Ki({fs:e,gitdir:l});if(!t)throw new ei("ref");p=t}const{fetchHead:x,fetchHeadDescription:_}=await bs({fs:e,cache:t,http:r,onProgress:n,onMessage:i,onAuth:s,onAuthSuccess:o,onAuthFailure:a,gitdir:l,corsProxy:m,ref:p,url:u,remote:d,remoteRef:f,singleBranch:g,headers:v});await As({fs:e,cache:t,gitdir:l,ours:p,theirs:x,fastForwardOnly:h,message:`Merge ${_}`,author:y,committer:b,signingKey:w,dryRun:!1,noUpdateBranch:!1}),await Hi({fs:e,cache:t,onProgress:n,dir:c,gitdir:l,ref:p,remote:d,noCheckout:!1})}catch(e){throw e.caller="git.pull",e}}async function Ts({fs:e,filepath:t}){if(await e.exists(rn(t,".git")))return t;{const r=Gr(t);if(r===t)throw new Vr(`git root for ${t}`);return Ts({fs:e,filepath:r})}}function Cs(e,t,r,n){const i=[];for(const[s,o]of e.refs){if(t&&!s.startsWith(t))continue;if(s.endsWith("^{}")){if(n){const e=s.replace("^{}",""),t=i[i.length-1],r=t.ref===e?t:i.find((t=>t.ref===e));if(void 0===r)throw new Error("I did not expect this to happen");r.peeled=o}continue}const a={ref:s,oid:o};r&&e.symrefs.has(s)&&(a.target=e.symrefs.get(s)),i.push(a)}return i}async function Rs({fs:e,cache:t,gitdir:r,oid:n,ancestor:i,depth:s}){const o=await ps.read({fs:e,gitdir:r});if(!n)throw new ei("oid");if(!i)throw new ei("ancestor");if(n===i)return!1;const a=[n],c=new Set;let l=0;for(;a.length;){if(l++===s)throw new Zn(s);const n=a.shift(),{type:p,object:u}=await Un({fs:e,cache:t,gitdir:r,oid:n});if("commit"!==p)throw new Kr(n,p,"commit");const d=mi.from(u).parse();for(const e of d.parent)if(e===i)return!0;if(!o.has(n))for(const e of d.parent)c.has(e)||(a.push(e),c.add(e))}return!1}async function Ps({fs:e,gitdir:t,ref:r,cache:n}){if(r){const i=await xn.resolve({gitdir:t,fs:e,ref:r}),s=[];return await js({fs:e,cache:n,gitdir:t,oid:i,filenames:s,prefix:""}),s}return Ur.acquire({fs:e,gitdir:t,cache:n},(async function(e){return e.entries.map((e=>e.path))}))}async function js({fs:e,cache:t,gitdir:r,oid:n,filenames:i,prefix:s}){const{tree:o}=await Ii({fs:e,cache:t,gitdir:r,oid:n});for(const n of o)"tree"===n.type?await js({fs:e,cache:t,gitdir:r,oid:n.oid,filenames:i,prefix:rn(s,n.path)}):i.push(rn(s,n.path))}async function Ns({fs:e,cache:t,gitdir:r,oid:n}){const{type:i,object:s}=await Un({fs:e,cache:t,gitdir:r,oid:n});if("tag"===i)return Ns({fs:e,cache:t,gitdir:r,oid:n=fi.from(s).parse().object});if("commit"!==i)throw new Kr(n,i,"commit");return{commit:mi.from(s),oid:n}}async function Is({fs:e,cache:t,gitdir:r,oid:n}){const{commit:i,oid:s}=await Ns({fs:e,cache:t,gitdir:r,oid:n});return{oid:s,commit:i.parse(),payload:i.withoutSignature()}}function Ds(e,t){return e.committer.timestamp-t.committer.timestamp}async function Ls({fs:e,cache:t,gitdir:r,oid:n,fileId:i}){if("e69de29bb2d1d6434b8b29ae775ad8c2e48c5391"===i)return;const s=n;let o;const a=await gi({fs:e,cache:t,gitdir:r,oid:n}),c=a.tree;return i===a.oid?o=a.path:(o=await Fs({fs:e,cache:t,gitdir:r,tree:c,fileId:i,oid:s}),Array.isArray(o)&&(0===o.length?o=void 0:1===o.length&&(o=o[0]))),o}async function Fs({fs:e,cache:t,gitdir:r,tree:n,fileId:i,oid:s,filepaths:o=[],parentPath:a=""}){const c=n.entries().map((function(n){let c;return n.oid===i?(c=rn(a,n.path),o.push(c)):"tree"===n.type&&(c=Un({fs:e,cache:t,gitdir:r,oid:n.oid}).then((function({object:c}){return Fs({fs:e,cache:t,gitdir:r,tree:An.from(c),fileId:i,oid:s,filepaths:o,parentPath:rn(a,n.path)})}))),c}));return await Promise.all(c),o}const Ms={commit:16,tree:32,blob:48,tag:64,ofs_delta:96,ref_delta:112};async function Bs({fs:e,cache:t,dir:r,gitdir:n=rn(r,".git"),oids:i}){const s=new gr,o=[];function a(e,t){const r=Buffer.from(e,t);o.push(r),s.update(r)}async function c({stype:e,object:t}){const r=Ms[e];let n=t.length,i=n>15?128:0;const s=15&n;n>>>=4;let o=(i|r|s).toString(16);for(a(o,"hex");i;)i=n>127?128:0,o=i|127&n,a(Qi(2,o),"hex"),n>>>=7;a(Buffer.from(await ki(t)))}a("PACK"),a("00000002","hex"),a(Qi(8,i.length),"hex");for(const r of i){const{type:i,object:s}=await Un({fs:e,cache:t,gitdir:n,oid:r});await c({write:a,object:s,stype:i})}const l=s.digest();return o.push(l),o}async function Us({fs:e,cache:t,dir:r,gitdir:n=rn(r,".git"),oids:i}){const s=new Set;async function o(r){if(s.has(r))return;s.add(r);const{type:i,object:a}=await Un({fs:e,cache:t,gitdir:n,oid:r});if("tag"===i){const e=fi.from(a).headers().object;await o(e)}else if("commit"===i){const e=mi.from(a).headers().tree;await o(e)}else if("tree"===i){const e=An.from(a);for(const t of e)"blob"===t.type&&s.add(t.oid),"tree"===t.type&&await o(t.oid)}}for(const e of i)await o(e);return s}async function $s({fs:e,cache:t,http:r,onProgress:n,onMessage:i,onAuth:s,onAuthSuccess:o,onAuthFailure:a,gitdir:c,ref:l,remoteRef:p,remote:u,url:d,force:f=!1,delete:h=!1,corsProxy:m,headers:g={}}){const v=l||await Ki({fs:e,gitdir:c});if(void 0===v)throw new ei("ref");const y=await yn.get({fs:e,gitdir:c});u=u||await y.get(`branch.${v}.pushRemote`)||await y.get("remote.pushDefault")||await y.get(`branch.${v}.remote`)||"origin";const b=d||await y.get(`remote.${u}.pushurl`)||await y.get(`remote.${u}.url`);if(void 0===b)throw new ei("remote OR url");const w=p||await y.get(`branch.${v}.merge`);if(void 0===b)throw new ei("remoteRef");void 0===m&&(m=await y.get("http.corsProxy"));const x=await xn.expand({fs:e,gitdir:c,ref:v}),_=h?"0000000000000000000000000000000000000000":await xn.resolve({fs:e,gitdir:c,ref:x}),S=cs.getRemoteHelperFor({url:b}),E=await S.discover({http:r,onAuth:s,onAuthSuccess:o,onAuthFailure:a,corsProxy:m,service:"git-receive-pack",url:b,headers:g,protocolVersion:1}),k=E.auth;let A;if(w)try{A=await xn.expandAgainstMap({ref:w,map:E.refs})}catch(e){if(!(e instanceof Vr))throw e;A=w.startsWith("refs/")?w:`refs/heads/${w}`}else A=x;const O=E.refs.get(A)||"0000000000000000000000000000000000000000",T=!E.capabilities.has("no-thin");let C=new Set;if(!h){const r=[...E.refs.values()];let n=new Set;if("0000000000000000000000000000000000000000"!==O){const i=await _s({fs:e,cache:t,gitdir:c,oids:[_,O]});for(const e of i)r.push(e);T&&(n=await Us({fs:e,cache:t,gitdir:c,oids:i}))}if(!r.includes(_)){const n=await async function({fs:e,cache:t,dir:r,gitdir:n=rn(r,".git"),start:i,finish:s}){const o=await ps.read({fs:e,gitdir:n}),a=new Set,c=new Set;for(const t of i)a.add(await xn.resolve({fs:e,gitdir:n,ref:t}));for(const t of s)try{const r=await xn.resolve({fs:e,gitdir:n,ref:t});c.add(r)}catch(e){}const l=new Set;async function p(r){l.add(r);const{type:i,object:s}=await Un({fs:e,cache:t,gitdir:n,oid:r});if("tag"===i)return p(fi.from(s).headers().object);if("commit"!==i)throw new Kr(r,i,"commit");if(!o.has(r)){const e=mi.from(s).headers().parent;for(r of e)c.has(r)||l.has(r)||await p(r)}}for(const e of a)await p(e);return l}({fs:e,cache:t,gitdir:c,start:[_],finish:r});C=await Us({fs:e,cache:t,gitdir:c,oids:n})}if(T){try{const r=await xn.resolve({fs:e,gitdir:c,ref:`refs/remotes/${u}/HEAD`,depth:2}),{oid:i}=await xn.resolveAgainstMap({ref:r.replace(`refs/remotes/${u}/`,""),fullref:r,map:E.refs}),s=[i];for(const r of await Us({fs:e,cache:t,gitdir:c,oids:s}))n.add(r)}catch(e){}for(const e of n)C.delete(e)}if(!f){if(x.startsWith("refs/tags")&&"0000000000000000000000000000000000000000"!==O)throw new ri("tag-exists");if("0000000000000000000000000000000000000000"!==_&&"0000000000000000000000000000000000000000"!==O&&!await Rs({fs:e,cache:t,gitdir:c,oid:_,ancestor:O,depth:-1}))throw new ri("not-fast-forward")}}const R=ds([...E.capabilities],["report-status","side-band-64k",`agent=${hs}`]),P=await async function({capabilities:e=[],triplets:t=[]}){const r=[];let n=`\0 ${e.join(" ")}`;for(const e of t)r.push(es.encode(`${e.oldoid} ${e.oid} ${e.fullRef}${n}\n`)),n="";return r.push(es.flush()),r}({capabilities:R,triplets:[{oldoid:O,oid:_,fullRef:A}]}),j=h?[]:await Bs({fs:e,cache:t,gitdir:c,oids:[...C]}),N=await S.connect({http:r,onProgress:n,corsProxy:m,service:"git-receive-pack",url:b,auth:k,headers:g,body:[...P,...j]}),{packfile:I,progress:D}=await ys.demux(N.body);if(i){Ji(vs(D),(async e=>{await i(e)}))}const L=await async function(e){const t={};let r="";const n=es.streamReader(e);let i=await n();for(;!0!==i;)null!==i&&(r+=i.toString("utf8")+"\n"),i=await n();const s=r.toString("utf8").split("\n");if(i=s.shift(),!i.startsWith("unpack "))throw new ti('unpack ok" or "unpack [error message]',i);t.ok="unpack ok"===i,t.ok||(t.error=i.slice("unpack ".length)),t.refs={};for(const e of s){if(""===e.trim())continue;const r=e.slice(0,2),n=e.slice(3);let i=n.indexOf(" ");-1===i&&(i=n.length);const s=n.slice(0,i),o=n.slice(i+1);t.refs[s]={ok:"ok"===r,error:o}}return t}(I);if(N.headers&&(L.headers=N.headers),u&&L.ok&&L.refs[A].ok){const t=`refs/remotes/${u}/${A.replace("refs/heads","")}`;h?await xn.deleteRef({fs:e,gitdir:c,ref:t}):await xn.writeRef({fs:e,gitdir:c,ref:t,value:_})}if(L.ok&&Object.values(L.refs).every((e=>e.ok)))return L;{const e=Object.entries(L.refs).filter((([e,t])=>!t.ok)).map((([e,t])=>`\n  - ${e}: ${t.error}`)).join("");throw new Vn(e,L)}}async function Gs({fs:e,cache:t,gitdir:r,oid:n}){const{type:i,object:s}=await Un({fs:e,cache:t,gitdir:r,oid:n});if("tag"===i)return Gs({fs:e,cache:t,gitdir:r,oid:n=fi.from(s).parse().object});if("blob"!==i)throw new Kr(n,i,"blob");return{oid:n,blob:new Uint8Array(s)}}async function zs({fs:e,cache:t,gitdir:r,oid:n,filepath:i}){void 0!==i&&(n=await ji({fs:e,cache:t,gitdir:r,oid:n,filepath:i}));return await Gs({fs:e,cache:t,gitdir:r,oid:n})}async function qs({gitdir:e,type:t,object:r}){return Ir(On.wrap({type:t,object:r}))}async function Hs({fs:e,cache:t,gitdir:r,tree:n,path:i}){"string"==typeof i&&(i=i.split("/"));const s=i.shift();for(const o of n)if(o.path===s){if(0===i.length)return o.oid;const{type:n,object:s}=await Un({fs:e,cache:t,gitdir:r,oid:o.oid});if("tree"===n){return Hs({fs:e,cache:t,gitdir:r,tree:An.from(s),path:i})}if("blob"===n)throw new Kr(o.oid,n,"blob",i.join("/"))}return null}var Ws={Errors:ci,STAGE:Wr,TREE:yi,WORKDIR:wi,add:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),filepath:n,cache:i={}}){try{Oi("fs",e),Oi("dir",t),Oi("gitdir",r),Oi("filepath",n);const s=new Si(e);await Ur.acquire({fs:s,gitdir:r,cache:i},(async function(e){await Ci({dir:t,gitdir:r,fs:s,filepath:n,index:e})}))}catch(e){throw e.caller="git.add",e}},addNote:async function({fs:e,onSign:t,dir:r,gitdir:n=rn(r,".git"),ref:i="refs/notes/commits",oid:s,note:o,force:a,author:c,committer:l,signingKey:p,cache:u={}}){try{Oi("fs",e),Oi("gitdir",n),Oi("oid",s),Oi("note",o),p&&Oi("onSign",t);const r=new Si(e),d=await Fi({fs:r,gitdir:n,author:c});if(!d)throw new Qn("author");const f=await Mi({fs:r,gitdir:n,author:d,committer:l});if(!f)throw new Qn("committer");return await async function({fs:e,cache:t,onSign:r,gitdir:n,ref:i,oid:s,note:o,force:a,author:c,committer:l,signingKey:p}){let u;try{u=await xn.resolve({gitdir:n,fs:e,ref:i})}catch(e){if(!(e instanceof Vr))throw e}let d=(await Ii({fs:e,cache:t,gitdir:n,oid:u||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;if(a)d=d.filter((e=>e.path!==s));else for(const e of d)if(e.path===s)throw new $n("note",s);"string"==typeof o&&(o=Buffer.from(o,"utf8"));const f=await Ai({fs:e,gitdir:n,type:"blob",object:o,format:"content"});d.push({mode:"100644",path:s,oid:f,type:"blob"});const h=await Di({fs:e,gitdir:n,tree:d});return await Ri({fs:e,cache:t,onSign:r,gitdir:n,ref:i,tree:h,parent:u&&[u],message:"Note added by 'isomorphic-git addNote'\n",author:c,committer:l,signingKey:p})}({fs:new Si(r),cache:u,onSign:t,gitdir:n,ref:i,oid:s,note:o,force:a,author:d,committer:f,signingKey:p})}catch(e){throw e.caller="git.addNote",e}},addRemote:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),remote:n,url:i,force:s=!1}){try{return Oi("fs",e),Oi("gitdir",r),Oi("remote",n),Oi("url",i),await Bi({fs:new Si(e),gitdir:r,remote:n,url:i,force:s})}catch(e){throw e.caller="git.addRemote",e}},annotatedTag:async function({fs:e,onSign:t,dir:r,gitdir:n=rn(r,".git"),ref:i,tagger:s,message:o=i,gpgsig:a,object:c,signingKey:l,force:p=!1,cache:u={}}){try{Oi("fs",e),Oi("gitdir",n),Oi("ref",i),l&&Oi("onSign",t);const r=new Si(e),d=await Fi({fs:r,gitdir:n,author:s});if(!d)throw new Qn("tagger");return await async function({fs:e,cache:t,onSign:r,gitdir:n,ref:i,tagger:s,message:o=i,gpgsig:a,object:c,signingKey:l,force:p=!1}){if(i=i.startsWith("refs/tags/")?i:`refs/tags/${i}`,!p&&await xn.exists({fs:e,gitdir:n,ref:i}))throw new $n("tag",i);const u=await xn.resolve({fs:e,gitdir:n,ref:c||"HEAD"}),{type:d}=await Un({fs:e,cache:t,gitdir:n,oid:u});let f=fi.from({object:u,type:d,tag:i.replace("refs/tags/",""),tagger:s,message:o,gpgsig:a});l&&(f=await fi.sign(f,r,l));const h=await Ai({fs:e,gitdir:n,type:"tag",object:f.toObject()});await xn.writeRef({fs:e,gitdir:n,ref:i,value:h})}({fs:r,cache:u,onSign:t,gitdir:n,ref:i,tagger:d,message:o,gpgsig:a,object:c,signingKey:l,force:p})}catch(e){throw e.caller="git.annotatedTag",e}},branch:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n,checkout:i=!1}){try{return Oi("fs",e),Oi("gitdir",r),Oi("ref",n),await async function({fs:e,gitdir:t,ref:r,checkout:n=!1}){if(r!==xr.clean(r))throw new Jn(r,xr.clean(r));const i=`refs/heads/${r}`;if(await xn.exists({fs:e,gitdir:t,ref:i}))throw new $n("branch",r,!1);let s;try{s=await xn.resolve({fs:e,gitdir:t,ref:"HEAD"})}catch(e){}s&&await xn.writeRef({fs:e,gitdir:t,ref:i,value:s}),n&&await xn.writeSymbolicRef({fs:e,gitdir:t,ref:"HEAD",value:i})}({fs:new Si(e),gitdir:r,ref:n,checkout:i})}catch(e){throw e.caller="git.branch",e}},checkout:async function({fs:e,onProgress:t,dir:r,gitdir:n=rn(r,".git"),remote:i="origin",ref:s,filepaths:o,noCheckout:a=!1,noUpdateHead:c=void 0===s,dryRun:l=!1,force:p=!1,cache:u={}}){try{Oi("fs",e),Oi("dir",r),Oi("gitdir",n);const d=s||"HEAD";return await Hi({fs:new Si(e),cache:u,onProgress:t,dir:r,gitdir:n,remote:i,ref:d,filepaths:o,noCheckout:a,noUpdateHead:c,dryRun:l,force:p})}catch(e){throw e.caller="git.checkout",e}},clone:async function({fs:e,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c=rn(a,".git"),url:l,corsProxy:p,ref:u,remote:d="origin",depth:f,since:h,exclude:m=[],relative:g=!1,singleBranch:v=!1,noCheckout:y=!1,noTags:b=!1,headers:w={},cache:x={}}){try{return Oi("fs",e),Oi("http",t),Oi("gitdir",c),y||Oi("dir",a),Oi("url",l),await async function({fs:e,cache:t,http:r,onProgress:n,onMessage:i,onAuth:s,onAuthSuccess:o,onAuthFailure:a,dir:c,gitdir:l,url:p,corsProxy:u,ref:d,remote:f,depth:h,since:m,exclude:g,relative:v,singleBranch:y,noCheckout:b,noTags:w,headers:x}){try{if(await ws({fs:e,gitdir:l}),await Bi({fs:e,gitdir:l,remote:f,url:p,force:!1}),u){const t=await yn.get({fs:e,gitdir:l});await t.set("http.corsProxy",u),await yn.save({fs:e,gitdir:l,config:t})}const{defaultBranch:_,fetchHead:S}=await bs({fs:e,cache:t,http:r,onProgress:n,onMessage:i,onAuth:s,onAuthSuccess:o,onAuthFailure:a,gitdir:l,ref:d,remote:f,corsProxy:u,depth:h,since:m,exclude:g,relative:v,singleBranch:y,headers:x,tags:!w});if(null===S)return;d=(d=d||_).replace("refs/heads/",""),await Hi({fs:e,cache:t,onProgress:n,dir:c,gitdir:l,ref:d,remote:f,noCheckout:b})}catch(t){throw await e.rmdir(l,{recursive:!0,maxRetries:10}).catch((()=>{})),t}}({fs:new Si(e),cache:x,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c,url:l,corsProxy:p,ref:u,remote:d,depth:f,since:h,exclude:m,relative:g,singleBranch:v,noCheckout:y,noTags:b,headers:w})}catch(e){throw e.caller="git.clone",e}},commit:async function({fs:e,onSign:t,dir:r,gitdir:n=rn(r,".git"),message:i,author:s,committer:o,signingKey:a,dryRun:c=!1,noUpdateBranch:l=!1,ref:p,parent:u,tree:d,cache:f={}}){try{Oi("fs",e),Oi("message",i),a&&Oi("onSign",t);const r=new Si(e),h=await Fi({fs:r,gitdir:n,author:s});if(!h)throw new Qn("author");const m=await Mi({fs:r,gitdir:n,author:h,committer:o});if(!m)throw new Qn("committer");return await Ri({fs:r,cache:f,onSign:t,gitdir:n,message:i,author:h,committer:m,signingKey:a,dryRun:c,noUpdateBranch:l,ref:p,parent:u,tree:d})}catch(e){throw e.caller="git.commit",e}},getConfig:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),path:n}){try{return Oi("fs",e),Oi("gitdir",r),Oi("path",n),await Li({fs:new Si(e),gitdir:r,path:n})}catch(e){throw e.caller="git.getConfig",e}},getConfigAll:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),path:n}){try{return Oi("fs",e),Oi("gitdir",r),Oi("path",n),await async function({fs:e,gitdir:t,path:r}){return(await yn.get({fs:e,gitdir:t})).getall(r)}({fs:new Si(e),gitdir:r,path:n})}catch(e){throw e.caller="git.getConfigAll",e}},setConfig:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),path:n,value:i,append:s=!1}){try{Oi("fs",e),Oi("gitdir",r),Oi("path",n);const t=new Si(e),o=await yn.get({fs:t,gitdir:r});s?await o.append(n,i):await o.set(n,i),await yn.save({fs:t,gitdir:r,config:o})}catch(e){throw e.caller="git.setConfig",e}},currentBranch:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),fullname:n=!1,test:i=!1}){try{return Oi("fs",e),Oi("gitdir",r),await Ki({fs:new Si(e),gitdir:r,fullname:n,test:i})}catch(e){throw e.caller="git.currentBranch",e}},deleteBranch:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n}){try{return Oi("fs",e),Oi("ref",n),await async function({fs:e,gitdir:t,ref:r}){if(!await xn.exists({fs:e,gitdir:t,ref:r}))throw new Vr(r);const n=await xn.expand({fs:e,gitdir:t,ref:r});if(n===await Ki({fs:e,gitdir:t,fullname:!0})){const r=await xn.resolve({fs:e,gitdir:t,ref:n});await xn.writeRef({fs:e,gitdir:t,ref:"HEAD",value:r})}await xn.deleteRef({fs:e,gitdir:t,ref:n})}({fs:new Si(e),gitdir:r,ref:n})}catch(e){throw e.caller="git.deleteBranch",e}},deleteRef:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n}){try{Oi("fs",e),Oi("ref",n),await xn.deleteRef({fs:new Si(e),gitdir:r,ref:n})}catch(e){throw e.caller="git.deleteRef",e}},deleteRemote:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),remote:n}){try{return Oi("fs",e),Oi("remote",n),await async function({fs:e,gitdir:t,remote:r}){const n=await yn.get({fs:e,gitdir:t});await n.deleteSection("remote",r),await yn.save({fs:e,gitdir:t,config:n})}({fs:new Si(e),gitdir:r,remote:n})}catch(e){throw e.caller="git.deleteRemote",e}},deleteTag:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n}){try{return Oi("fs",e),Oi("ref",n),await async function({fs:e,gitdir:t,ref:r}){r=r.startsWith("refs/tags/")?r:`refs/tags/${r}`,await xn.deleteRef({fs:e,gitdir:t,ref:r})}({fs:new Si(e),gitdir:r,ref:n})}catch(e){throw e.caller="git.deleteTag",e}},expandOid:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oid:n,cache:i={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oid",n),await xs({fs:new Si(e),cache:i,gitdir:r,oid:n})}catch(e){throw e.caller="git.expandOid",e}},expandRef:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n}){try{return Oi("fs",e),Oi("gitdir",r),Oi("ref",n),await xn.expand({fs:new Si(e),gitdir:r,ref:n})}catch(e){throw e.caller="git.expandRef",e}},fastForward:async function({fs:e,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c=rn(a,".git"),ref:l,url:p,remote:u,remoteRef:d,corsProxy:f,singleBranch:h,headers:m={},cache:g={}}){try{Oi("fs",e),Oi("http",t),Oi("gitdir",c);const v={name:"",email:"",timestamp:Date.now(),timezoneOffset:0};return await Os({fs:new Si(e),cache:g,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c,ref:l,url:p,remote:u,remoteRef:d,fastForwardOnly:!0,corsProxy:f,singleBranch:h,headers:m,author:v,committer:v})}catch(e){throw e.caller="git.fastForward",e}},fetch:async function({fs:e,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c=rn(a,".git"),ref:l,remote:p,remoteRef:u,url:d,corsProxy:f,depth:h=null,since:m=null,exclude:g=[],relative:v=!1,tags:y=!1,singleBranch:b=!1,headers:w={},prune:x=!1,pruneTags:_=!1,cache:S={}}){try{return Oi("fs",e),Oi("http",t),Oi("gitdir",c),await bs({fs:new Si(e),cache:S,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,gitdir:c,ref:l,remote:p,remoteRef:u,url:d,corsProxy:f,depth:h,since:m,exclude:g,relative:v,tags:y,singleBranch:b,headers:w,prune:x,pruneTags:_})}catch(e){throw e.caller="git.fetch",e}},findMergeBase:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oids:n,cache:i={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oids",n),await _s({fs:new Si(e),cache:i,gitdir:r,oids:n})}catch(e){throw e.caller="git.findMergeBase",e}},findRoot:async function({fs:e,filepath:t}){try{return Oi("fs",e),Oi("filepath",t),await Ts({fs:new Si(e),filepath:t})}catch(e){throw e.caller="git.findRoot",e}},getRemoteInfo:async function({http:e,onAuth:t,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,url:s,headers:o={},forPush:a=!1}){try{Oi("http",e),Oi("url",s);const c=cs.getRemoteHelperFor({url:s}),l=await c.discover({http:e,onAuth:t,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,service:a?"git-receive-pack":"git-upload-pack",url:s,headers:o,protocolVersion:1}),p={capabilities:[...l.capabilities]};for(const[e,t]of l.refs){const r=e.split("/"),n=r.pop();let i=p;for(const e of r)i[e]=i[e]||{},i=i[e];i[n]=t}for(const[e,t]of l.symrefs){const r=e.split("/"),n=r.pop();let i=p;for(const e of r)i[e]=i[e]||{},i=i[e];i[n]=t}return p}catch(e){throw e.caller="git.getRemoteInfo",e}},getRemoteInfo2:async function({http:e,onAuth:t,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,url:s,headers:o={},forPush:a=!1,protocolVersion:c=2}){try{Oi("http",e),Oi("url",s);const l=cs.getRemoteHelperFor({url:s}),p=await l.discover({http:e,onAuth:t,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,service:a?"git-receive-pack":"git-upload-pack",url:s,headers:o,protocolVersion:c});if(2===p.protocolVersion)return{protocolVersion:p.protocolVersion,capabilities:p.capabilities2};const u={};for(const e of p.capabilities){const[t,r]=e.split("=");u[t]=r||!0}return{protocolVersion:1,capabilities:u,refs:Cs(p,void 0,!0,!0)}}catch(e){throw e.caller="git.getRemoteInfo2",e}},hashBlob:async function({object:e}){try{Oi("object",e),e="string"==typeof e?Buffer.from(e,"utf8"):Buffer.from(e);const t="blob",{oid:r,object:n}=await async function({type:e,object:t,format:r="content",oid:n}){return"deflated"!==r&&("wrapped"!==r&&(t=On.wrap({type:e,object:t})),n=await Ir(t)),{oid:n,object:t}}({type:"blob",format:"content",object:e});return{oid:r,type:t,object:new Uint8Array(n),format:"wrapped"}}catch(e){throw e.caller="git.hashBlob",e}},indexPack:async function({fs:e,onProgress:t,dir:r,gitdir:n=rn(r,".git"),filepath:i,cache:s={}}){try{return Oi("fs",e),Oi("dir",r),Oi("gitdir",r),Oi("filepath",i),await async function({fs:e,cache:t,onProgress:r,dir:n,gitdir:i,filepath:s}){try{s=rn(n,s);const o=await e.read(s),a=r=>Un({fs:e,cache:t,gitdir:i,oid:r}),c=await Fn.fromPack({pack:o,getExternalRefDelta:a,onProgress:r});return await e.write(s.replace(/\.pack$/,".idx"),await c.toBuffer()),{oids:[...c.hashes]}}catch(e){throw e.caller="git.indexPack",e}}({fs:new Si(e),cache:s,onProgress:t,dir:r,gitdir:n,filepath:i})}catch(e){throw e.caller="git.indexPack",e}},init:async function({fs:e,bare:t=!1,dir:r,gitdir:n=(t?r:rn(r,".git")),defaultBranch:i="master"}){try{return Oi("fs",e),Oi("gitdir",n),t||Oi("dir",r),await ws({fs:new Si(e),bare:t,dir:r,gitdir:n,defaultBranch:i})}catch(e){throw e.caller="git.init",e}},isDescendent:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oid:n,ancestor:i,depth:s=-1,cache:o={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oid",n),Oi("ancestor",i),await Rs({fs:new Si(e),cache:o,gitdir:r,oid:n,ancestor:i,depth:s})}catch(e){throw e.caller="git.isDescendent",e}},isIgnored:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),filepath:n}){try{return Oi("fs",e),Oi("dir",t),Oi("gitdir",r),Oi("filepath",n),xi.isIgnored({fs:new Si(e),dir:t,gitdir:r,filepath:n})}catch(e){throw e.caller="git.isIgnored",e}},listBranches:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),remote:n}){try{return Oi("fs",e),Oi("gitdir",r),xn.listBranches({fs:new Si(e),gitdir:r,remote:n})}catch(e){throw e.caller="git.listBranches",e}},listFiles:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n,cache:i={}}){try{return Oi("fs",e),Oi("gitdir",r),await Ps({fs:new Si(e),cache:i,gitdir:r,ref:n})}catch(e){throw e.caller="git.listFiles",e}},listNotes:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n="refs/notes/commits",cache:i={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("ref",n),await async function({fs:e,cache:t,gitdir:r,ref:n}){let i;try{i=await xn.resolve({gitdir:r,fs:e,ref:n})}catch(e){if(e instanceof Vr)return[]}return(await Ii({fs:e,cache:t,gitdir:r,oid:i})).tree.map((e=>({target:e.path,note:e.oid})))}({fs:new Si(e),cache:i,gitdir:r,ref:n})}catch(e){throw e.caller="git.listNotes",e}},listRemotes:async function({fs:e,dir:t,gitdir:r=rn(t,".git")}){try{return Oi("fs",e),Oi("gitdir",r),await async function({fs:e,gitdir:t}){const r=await yn.get({fs:e,gitdir:t}),n=await r.getSubsections("remote");return Promise.all(n.map((async e=>({remote:e,url:await r.get(`remote.${e}.url`)}))))}({fs:new Si(e),gitdir:r})}catch(e){throw e.caller="git.listRemotes",e}},listServerRefs:async function({http:e,onAuth:t,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,url:s,headers:o={},forPush:a=!1,protocolVersion:c=2,prefix:l,symrefs:p,peelTags:u}){try{Oi("http",e),Oi("url",s);const d=await as.discover({http:e,onAuth:t,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,service:a?"git-receive-pack":"git-upload-pack",url:s,headers:o,protocolVersion:c});if(1===d.protocolVersion)return Cs(d,l,p,u);const f=await async function({prefix:e,symrefs:t,peelTags:r}){const n=[];return n.push(es.encode("command=ls-refs\n")),n.push(es.encode(`agent=${hs}\n`)),(r||t||e)&&n.push(es.delim()),r&&n.push(es.encode("peel")),t&&n.push(es.encode("symrefs")),e&&n.push(es.encode(`ref-prefix ${e}`)),n.push(es.flush()),n}({prefix:l,symrefs:p,peelTags:u});return async function(e){const t=es.streamReader(e),r=[];let n;for(;n=await t(),!0!==n;){if(null===n)continue;n=n.toString("utf8").replace(/\n$/,"");const[e,t,...i]=n.split(" "),s={ref:t,oid:e};for(const e of i){const[t,r]=e.split(":");"symref-target"===t?s.target=r:"peeled"===t&&(s.peeled=r)}r.push(s)}return r}((await as.connect({http:e,auth:d.auth,headers:o,corsProxy:i,service:a?"git-receive-pack":"git-upload-pack",url:s,body:f})).body)}catch(e){throw e.caller="git.listServerRefs",e}},listTags:async function({fs:e,dir:t,gitdir:r=rn(t,".git")}){try{return Oi("fs",e),Oi("gitdir",r),xn.listTags({fs:new Si(e),gitdir:r})}catch(e){throw e.caller="git.listTags",e}},log:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),filepath:n,ref:i="HEAD",depth:s,since:o,force:a,follow:c,cache:l={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("ref",i),await async function({fs:e,cache:t,gitdir:r,filepath:n,ref:i,depth:s,since:o,force:a,follow:c}){const l=void 0===o?void 0:Math.floor(o.valueOf()/1e3),p=[],u=await ps.read({fs:e,gitdir:r}),d=await xn.resolve({fs:e,gitdir:r,ref:i}),f=[await Is({fs:e,cache:t,gitdir:r,oid:d})];let h,m,g;function v(e){g&&n&&p.push(e)}for(;f.length>0;){const i=f.pop();if(void 0!==l&&i.commit.committer.timestamp<=l)break;if(n){let s;try{s=await ji({fs:e,cache:t,gitdir:r,oid:i.commit.tree,filepath:n}),m&&h!==s&&p.push(m),h=s,m=i,g=!0}catch(s){if(!(s instanceof Vr))throw s;{let o=c&&h;if(o&&(o=await Ls({fs:e,cache:t,gitdir:r,oid:i.commit.tree,fileId:h}),o))if(Array.isArray(o)){if(m){const i=await Ls({fs:e,cache:t,gitdir:r,oid:m.commit.tree,fileId:h});if(Array.isArray(i)){if(o=o.filter((e=>-1===i.indexOf(e))),1!==o.length){o=!1,m&&p.push(m);break}o=o[0],n=o,m&&p.push(m)}}}else n=o,m&&p.push(m);if(!o){if(!a&&!c)throw s;g&&h&&p.push(m)}m=i,g=!1}}}else p.push(i);if(void 0!==s&&p.length===s){v(i);break}if(!u.has(i.oid))for(const n of i.commit.parent){const i=await Is({fs:e,cache:t,gitdir:r,oid:n});f.map((e=>e.oid)).includes(i.oid)||f.push(i)}0===f.length&&v(i),f.sort(((e,t)=>Ds(e.commit,t.commit)))}return p}({fs:new Si(e),cache:l,gitdir:r,filepath:n,ref:i,depth:s,since:o,force:a,follow:c})}catch(e){throw e.caller="git.log",e}},merge:async function({fs:e,onSign:t,dir:r,gitdir:n=rn(r,".git"),ours:i,theirs:s,fastForwardOnly:o=!1,dryRun:a=!1,noUpdateBranch:c=!1,message:l,author:p,committer:u,signingKey:d,cache:f={}}){try{Oi("fs",e),d&&Oi("onSign",t);const r=new Si(e),h=await Fi({fs:r,gitdir:n,author:p});if(!h&&!o)throw new Qn("author");const m=await Mi({fs:r,gitdir:n,author:h,committer:u});if(!m&&!o)throw new Qn("committer");return await As({fs:r,cache:f,gitdir:n,ours:i,theirs:s,fastForwardOnly:o,dryRun:a,noUpdateBranch:c,message:l,author:h,committer:m,signingKey:d,onSign:t})}catch(e){throw e.caller="git.merge",e}},packObjects:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oids:n,write:i=!1,cache:s={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oids",n),await async function({fs:e,cache:t,gitdir:r,oids:n,write:i}){const s=await Bs({fs:e,cache:t,gitdir:r,oids:n}),o=Buffer.from(await Zi(s)),a=`pack-${o.slice(-20).toString("hex")}.pack`;return i?(await e.write(rn(r,`objects/pack/${a}`),o),{filename:a}):{filename:a,packfile:new Uint8Array(o)}}({fs:new Si(e),cache:s,gitdir:r,oids:n,write:i})}catch(e){throw e.caller="git.packObjects",e}},pull:async function({fs:e,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c=rn(a,".git"),ref:l,url:p,remote:u,remoteRef:d,fastForwardOnly:f=!1,corsProxy:h,singleBranch:m,headers:g={},author:v,committer:y,signingKey:b,cache:w={}}){try{Oi("fs",e),Oi("gitdir",c);const x=new Si(e),_=await Fi({fs:x,gitdir:c,author:v});if(!_)throw new Qn("author");const S=await Mi({fs:x,gitdir:c,author:_,committer:y});if(!S)throw new Qn("committer");return await Os({fs:x,cache:w,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c,ref:l,url:p,remote:u,remoteRef:d,fastForwardOnly:f,corsProxy:h,singleBranch:m,headers:g,author:_,committer:S,signingKey:b})}catch(e){throw e.caller="git.pull",e}},push:async function({fs:e,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,dir:a,gitdir:c=rn(a,".git"),ref:l,remoteRef:p,remote:u="origin",url:d,force:f=!1,delete:h=!1,corsProxy:m,headers:g={},cache:v={}}){try{return Oi("fs",e),Oi("http",t),Oi("gitdir",c),await $s({fs:new Si(e),cache:v,http:t,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:s,onAuthFailure:o,gitdir:c,ref:l,remoteRef:p,remote:u,url:d,force:f,delete:h,corsProxy:m,headers:g})}catch(e){throw e.caller="git.push",e}},readBlob:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oid:n,filepath:i,cache:s={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oid",n),await zs({fs:new Si(e),cache:s,gitdir:r,oid:n,filepath:i})}catch(e){throw e.caller="git.readBlob",e}},readCommit:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oid:n,cache:i={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oid",n),await Is({fs:new Si(e),cache:i,gitdir:r,oid:n})}catch(e){throw e.caller="git.readCommit",e}},readNote:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n="refs/notes/commits",oid:i,cache:s={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("ref",n),Oi("oid",i),await async function({fs:e,cache:t,gitdir:r,ref:n="refs/notes/commits",oid:i}){const s=await xn.resolve({gitdir:r,fs:e,ref:n}),{blob:o}=await zs({fs:e,cache:t,gitdir:r,oid:s,filepath:i});return o}({fs:new Si(e),cache:s,gitdir:r,ref:n,oid:i})}catch(e){throw e.caller="git.readNote",e}},readObject:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oid:n,format:i="parsed",filepath:s,encoding:o,cache:a={}}){try{Oi("fs",e),Oi("gitdir",r),Oi("oid",n);const t=new Si(e);void 0!==s&&(n=await ji({fs:t,cache:a,gitdir:r,oid:n,filepath:s}));const c="parsed"===i?"content":i,l=await Un({fs:t,cache:a,gitdir:r,oid:n,format:c});if(l.oid=n,"parsed"===i)switch(l.format="parsed",l.type){case"commit":l.object=mi.from(l.object).parse();break;case"tree":l.object=An.from(l.object).entries();break;case"blob":o?l.object=l.object.toString(o):(l.object=new Uint8Array(l.object),l.format="content");break;case"tag":l.object=fi.from(l.object).parse();break;default:throw new Kr(l.oid,l.type,"blob|commit|tag|tree")}else"deflated"!==l.format&&"wrapped"!==l.format||(l.type=l.format);return l}catch(e){throw e.caller="git.readObject",e}},readTag:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oid:n,cache:i={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oid",n),await async function({fs:e,cache:t,gitdir:r,oid:n}){const{type:i,object:s}=await Un({fs:e,cache:t,gitdir:r,oid:n,format:"content"});if("tag"!==i)throw new Kr(n,i,"tag");const o=fi.from(s);return{oid:n,tag:o.parse(),payload:o.payload()}}({fs:new Si(e),cache:i,gitdir:r,oid:n})}catch(e){throw e.caller="git.readTag",e}},readTree:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),oid:n,filepath:i,cache:s={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("oid",n),await Ii({fs:new Si(e),cache:s,gitdir:r,oid:n,filepath:i})}catch(e){throw e.caller="git.readTree",e}},remove:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),filepath:n,cache:i={}}){try{Oi("fs",e),Oi("gitdir",r),Oi("filepath",n),await Ur.acquire({fs:new Si(e),gitdir:r,cache:i},(async function(e){e.delete({filepath:n})}))}catch(e){throw e.caller="git.remove",e}},removeNote:async function({fs:e,onSign:t,dir:r,gitdir:n=rn(r,".git"),ref:i="refs/notes/commits",oid:s,author:o,committer:a,signingKey:c,cache:l={}}){try{Oi("fs",e),Oi("gitdir",n),Oi("oid",s);const r=new Si(e),p=await Fi({fs:r,gitdir:n,author:o});if(!p)throw new Qn("author");const u=await Mi({fs:r,gitdir:n,author:p,committer:a});if(!u)throw new Qn("committer");return await async function({fs:e,cache:t,onSign:r,gitdir:n,ref:i="refs/notes/commits",oid:s,author:o,committer:a,signingKey:c}){let l;try{l=await xn.resolve({gitdir:n,fs:e,ref:i})}catch(e){if(!(e instanceof Vr))throw e}let p=(await Ii({fs:e,gitdir:n,oid:l||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;p=p.filter((e=>e.path!==s));const u=await Di({fs:e,gitdir:n,tree:p});return await Ri({fs:e,cache:t,onSign:r,gitdir:n,ref:i,tree:u,parent:l&&[l],message:"Note removed by 'isomorphic-git removeNote'\n",author:o,committer:a,signingKey:c})}({fs:r,cache:l,onSign:t,gitdir:n,ref:i,oid:s,author:p,committer:u,signingKey:c})}catch(e){throw e.caller="git.removeNote",e}},renameBranch:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n,oldref:i,checkout:s=!1}){try{return Oi("fs",e),Oi("gitdir",r),Oi("ref",n),Oi("oldref",i),await async function({fs:e,gitdir:t,oldref:r,ref:n,checkout:i=!1}){if(n!==xr.clean(n))throw new Jn(n,xr.clean(n));if(r!==xr.clean(r))throw new Jn(r,xr.clean(r));const s=`refs/heads/${r}`,o=`refs/heads/${n}`;if(await xn.exists({fs:e,gitdir:t,ref:o}))throw new $n("branch",n,!1);const a=await xn.resolve({fs:e,gitdir:t,ref:s,depth:1});await xn.writeRef({fs:e,gitdir:t,ref:o,value:a}),await xn.deleteRef({fs:e,gitdir:t,ref:s}),i&&await xn.writeSymbolicRef({fs:e,gitdir:t,ref:"HEAD",value:o})}({fs:new Si(e),gitdir:r,ref:n,oldref:i,checkout:s})}catch(e){throw e.caller="git.renameBranch",e}},resetIndex:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),filepath:n,ref:i="HEAD",cache:s={}}){try{Oi("fs",e),Oi("gitdir",r),Oi("filepath",n),Oi("ref",i);const o=new Si(e);let a,c=await xn.resolve({fs:o,gitdir:r,ref:i});try{c=await ji({fs:o,cache:s,gitdir:r,oid:c,filepath:n})}catch(e){c=null}let l={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:0,uid:0,gid:0,size:0};const p=t&&await o.read(rn(t,n));p&&(a=await qs({gitdir:r,type:"blob",object:p}),c===a&&(l=await o.lstat(rn(t,n)))),await Ur.acquire({fs:o,gitdir:r,cache:s},(async function(e){e.delete({filepath:n}),c&&e.insert({filepath:n,stats:l,oid:c})}))}catch(e){throw e.caller="git.reset",e}},resolveRef:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n,depth:i}){try{Oi("fs",e),Oi("gitdir",r),Oi("ref",n);return await xn.resolve({fs:new Si(e),gitdir:r,ref:n,depth:i})}catch(e){throw e.caller="git.resolveRef",e}},status:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),filepath:n,cache:i={}}){try{Oi("fs",e),Oi("gitdir",r),Oi("filepath",n);const s=new Si(e);if(await xi.isIgnored({fs:s,gitdir:r,dir:t,filepath:n}))return"ignored";const o=await async function({fs:e,cache:t,gitdir:r}){let n;try{n=await xn.resolve({fs:e,gitdir:r,ref:"HEAD"})}catch(e){if(e instanceof Vr)return[]}const{tree:i}=await Ii({fs:e,cache:t,gitdir:r,oid:n});return i}({fs:s,cache:i,gitdir:r}),a=await Hs({fs:s,cache:i,gitdir:r,tree:o,path:n}),c=await Ur.acquire({fs:s,gitdir:r,cache:i},(async function(e){for(const t of e)if(t.path===n)return t;return null})),l=await s.lstat(rn(t,n)),p=null!==a,u=null!==c,d=null!==l,f=async()=>{if(u&&!Fr(c,l))return c.oid;{const e=await s.read(rn(t,n)),o=await qs({gitdir:r,type:"blob",object:e});return u&&c.oid===o&&-1!==l.size&&Ur.acquire({fs:s,gitdir:r,cache:i},(async function(e){e.insert({filepath:n,stats:l,oid:o})})),o}};if(!p&&!d&&!u)return"absent";if(!p&&!d&&u)return"*absent";if(!p&&d&&!u)return"*added";if(!p&&d&&u){return await f()===c.oid?"added":"*added"}if(p&&!d&&!u)return"deleted";if(p&&!d&&u)return c.oid,"*deleted";if(p&&d&&!u){return await f()===a?"*undeleted":"*undeletemodified"}if(p&&d&&u){const e=await f();return e===a?e===c.oid?"unmodified":"*unmodified":e===c.oid?"modified":"*modified"}}catch(e){throw e.caller="git.status",e}},statusMatrix:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n="HEAD",filepaths:i=["."],filter:s,cache:o={}}){try{Oi("fs",e),Oi("gitdir",r),Oi("ref",n);const a=new Si(e);return await zi({fs:a,cache:o,dir:t,gitdir:r,trees:[yi({ref:n}),wi(),Wr()],map:async function(e,[r,n,o]){if(!r&&!o&&n&&await xi.isIgnored({fs:a,dir:t,filepath:e}))return null;if(!i.some((t=>qi(e,t))))return null;if(s&&!s(e))return;const c=r&&await r.type();if("tree"===c||"special"===c)return;if("commit"===c)return null;const l=n&&await n.type();if("tree"===l||"special"===l)return;const p=o&&await o.type();if("commit"===p)return null;if("tree"===p||"special"===p)return;const u=r?await r.oid():void 0,d=o?await o.oid():void 0;let f;r||!n||o?n&&(f=await n.oid()):f="42";const h=[void 0,u,f,d],m=h.map((e=>h.indexOf(e)));return m.shift(),[e,...m]}})}catch(e){throw e.caller="git.statusMatrix",e}},tag:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n,object:i,force:s=!1}){try{Oi("fs",e),Oi("gitdir",r),Oi("ref",n);const t=new Si(e);if(void 0===n)throw new ei("ref");n=n.startsWith("refs/tags/")?n:`refs/tags/${n}`;const o=await xn.resolve({fs:t,gitdir:r,ref:i||"HEAD"});if(!s&&await xn.exists({fs:t,gitdir:r,ref:n}))throw new $n("tag",n);await xn.writeRef({fs:t,gitdir:r,ref:n,value:o})}catch(e){throw e.caller="git.tag",e}},version:function(){try{return fs}catch(e){throw e.caller="git.version",e}},walk:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),trees:n,map:i,reduce:s,iterate:o,cache:a={}}){try{return Oi("fs",e),Oi("gitdir",r),Oi("trees",n),await zi({fs:new Si(e),cache:a,dir:t,gitdir:r,trees:n,map:i,reduce:s,iterate:o})}catch(e){throw e.caller="git.walk",e}},writeBlob:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),blob:n}){try{return Oi("fs",e),Oi("gitdir",r),Oi("blob",n),await Ai({fs:new Si(e),gitdir:r,type:"blob",object:n,format:"content"})}catch(e){throw e.caller="git.writeBlob",e}},writeCommit:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),commit:n}){try{return Oi("fs",e),Oi("gitdir",r),Oi("commit",n),await async function({fs:e,gitdir:t,commit:r}){const n=mi.from(r).toObject();return await Ai({fs:e,gitdir:t,type:"commit",object:n,format:"content"})}({fs:new Si(e),gitdir:r,commit:n})}catch(e){throw e.caller="git.writeCommit",e}},writeObject:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),type:n,object:i,format:s="parsed",oid:o,encoding:a}){try{const t=new Si(e);if("parsed"===s){switch(n){case"commit":i=mi.from(i).toObject();break;case"tree":i=An.from(i).toObject();break;case"blob":i=Buffer.from(i,a);break;case"tag":i=fi.from(i).toObject();break;default:throw new Kr(o||"",n,"blob|commit|tag|tree")}s="content"}return o=await Ai({fs:t,gitdir:r,type:n,object:i,oid:o,format:s})}catch(e){throw e.caller="git.writeObject",e}},writeRef:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),ref:n,value:i,force:s=!1,symbolic:o=!1}){try{Oi("fs",e),Oi("gitdir",r),Oi("ref",n),Oi("value",i);const t=new Si(e);if(n!==xr.clean(n))throw new Jn(n,xr.clean(n));if(!s&&await xn.exists({fs:t,gitdir:r,ref:n}))throw new $n("ref",n);o?await xn.writeSymbolicRef({fs:t,gitdir:r,ref:n,value:i}):(i=await xn.resolve({fs:t,gitdir:r,ref:i}),await xn.writeRef({fs:t,gitdir:r,ref:n,value:i}))}catch(e){throw e.caller="git.writeRef",e}},writeTag:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),tag:n}){try{return Oi("fs",e),Oi("gitdir",r),Oi("tag",n),await async function({fs:e,gitdir:t,tag:r}){const n=fi.from(r).toObject();return await Ai({fs:e,gitdir:t,type:"tag",object:n,format:"content"})}({fs:new Si(e),gitdir:r,tag:n})}catch(e){throw e.caller="git.writeTag",e}},writeTree:async function({fs:e,dir:t,gitdir:r=rn(t,".git"),tree:n}){try{return Oi("fs",e),Oi("gitdir",r),Oi("tree",n),await Di({fs:new Si(e),gitdir:r,tree:n})}catch(e){throw e.caller="git.writeTree",e}}};const Vs=Ws;var Ks=r(6993);function Ys(e){return e[Symbol.asyncIterator]?e[Symbol.asyncIterator]():e[Symbol.iterator]?e[Symbol.iterator]():e.next?e:function(e){let t=[e];return{next:()=>Promise.resolve({done:0===t.length,value:t.pop()}),return:()=>(t=[],{}),[Symbol.asyncIterator](){return this}}}(e)}async function Js(e,t){const r=Ys(e);for(;;){const{value:e,done:n}=await r.next();if(e&&await t(e),n)break}r.return&&r.return()}var Zs={request:async function({onProgress:e,url:t,method:r="GET",headers:n={},body:i}){return i&&Array.isArray(i)?i=Buffer.from(await async function(e){let t=0;const r=[];await Js(e,(e=>{r.push(e),t+=e.byteLength}));const n=new Uint8Array(t);let i=0;for(const e of r)n.set(e,i),i+=e.byteLength;return n}(i)):i&&(i=function(e){const{PassThrough:t}=require("readable-stream"),r=new t;return setTimeout((async()=>{await Js(e,(e=>r.write(e))),r.end()}),1),r}(i)),new Promise(((e,s)=>{Ks({url:t,method:r,headers:n,body:i},((t,r)=>{if(t)return s(t);const n=function(e){const t=Object.getOwnPropertyDescriptor(e,Symbol.asyncIterator);if(t&&t.enumerable)return e;let r=!1;const n=[];let i={};return e.on("data",(e=>{n.push(e),i.resolve&&(i.resolve({value:n.shift(),done:!1}),i={})})),e.on("error",(e=>{i.reject&&(i.reject(e),i={})})),e.on("end",(()=>{r=!0,i.resolve&&(i.resolve({done:!0}),i={})})),{next:()=>new Promise(((e,t)=>0===n.length&&r?e({done:!0}):n.length>0?e({value:n.shift(),done:!1}):void(0!==n.length||r||(i={resolve:e,reject:t})))),return(){e.removeAllListeners(),e.destroy&&e.destroy()},[Symbol.asyncIterator](){return this}}}(r);e({url:r.url,method:r.method,statusCode:r.statusCode,statusMessage:r.statusMessage,body:n,headers:r.headers})}))}))}};const Xs=Zs;var Qs,eo,to=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},ro=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const no={"000":"the fuck?","003":"added","020":"??","022":"added","023":"added",100:"deleted",101:"deleted",103:"modified",110:"deleted ??",111:"unchanged",113:"modified",120:"deleted ??",121:"modified",122:"modified",123:"modified"};let io=class{clone(e,t){return Vs.clone({fs:ue(),dir:e,http:Xs,url:t})}pullChanges(e){return Vs.pull({fs:ue(),dir:e,http:Xs,fastForwardOnly:!0})}fastForward(e){return Vs.fastForward({fs:ue(),dir:e,http:Xs})}checkout(e,t,r=!1){return Vs.checkout({fs:ue(),dir:e,ref:t,force:r})}getRemotes(e){return Vs.listRemotes({fs:ue(),dir:e})}listLocalBranches(e){return Vs.listBranches({fs:ue(),dir:e})}async getRemoteUrl(e,t){const r=(await this.getRemotes(e)).find((({remote:e})=>e===t));if(r)return r.url}async getOriginRemoteUrl(e){return this.getRemoteUrl(e,"origin")}async getRemoteBranchRef(e,t,r){const n=await this.getRemoteUrl(e,t);if(!n)return;const i=(await Vs.getRemoteInfo({http:Xs,url:n})).refs?.heads?.[r];return i&&"string"==typeof i?i:void 0}getLocalBranchRef(e,t){return Vs.resolveRef({fs:ue(),ref:t,dir:e})}async getUncommitedChanges(e){return(await Vs.statusMatrix({fs:ue(),dir:e})).filter((([e,t,r,n])=>1!==t||1!==r||1!==n)).map((([e,t,r,n])=>[e,no[`${t}${r}${n}`]]))}fetchRemote(e,t,r="master"){return Vs.fetch({fs:ue(),http:Xs,dir:e,url:t,ref:r,singleBranch:!0})}async hasBranchDivertedFrom(e,t,r){const[n,i]=await Promise.all([Vs.resolveRef({fs:ue(),dir:e,ref:t}),Vs.resolveRef({fs:ue(),dir:e,ref:r})]),s=await Vs.findMergeBase({fs:ue(),dir:e,oids:[n,i]});if(1!==s.length)return!0;const[o]=s,a=await Vs.readCommit({fs:ue(),dir:e,oid:o}),[c,l]=await Promise.all([Vs.log({fs:ue(),dir:e,ref:t,since:new Date(1e3*a.commit.author.timestamp)}),Vs.log({fs:ue(),dir:e,ref:r,since:new Date(1e3*a.commit.author.timestamp)})]);return 0!==c.length&&c[0]?.oid!==l[0]?.oid}hasBranchDirevertedFromRemote(e,t){return this.hasBranchDivertedFrom(e,t,`remotes/origin/${t}`)}};to([(0,xt.f3)(Et.$),ro("design:type","function"==typeof(Qs=void 0!==Et.$&&Et.$)?Qs:Object)],io.prototype,"logService",void 0),to([(0,xt.f3)(vt.A),ro("design:type","function"==typeof(eo=void 0!==vt.A&&vt.A)?eo:Object)],io.prototype,"fsService",void 0),io=to([(0,xt.b2)()],io),(0,mt.zr)(io);var so=r(2781),oo=r(9796);const ao=so.Readable,co=Symbol("buffer"),lo=Symbol("type");class po{constructor(){this[lo]="";const e=arguments[0],t=arguments[1],r=[];let n=0;if(e){const t=e,i=Number(t.length);for(let e=0;e<i;e++){const i=t[e];let s;s=i instanceof Buffer?i:ArrayBuffer.isView(i)?Buffer.from(i.buffer,i.byteOffset,i.byteLength):i instanceof ArrayBuffer?Buffer.from(i):i instanceof po?i[co]:Buffer.from("string"==typeof i?i:String(i)),n+=s.length,r.push(s)}}this[co]=Buffer.concat(r);let i=t&&void 0!==t.type&&String(t.type).toLowerCase();i&&!/[^\u0020-\u007E]/.test(i)&&(this[lo]=i)}get size(){return this[co].length}get type(){return this[lo]}text(){return Promise.resolve(this[co].toString())}arrayBuffer(){const e=this[co],t=e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength);return Promise.resolve(t)}stream(){const e=new ao;return e._read=function(){},e.push(this[co]),e.push(null),e}toString(){return"[object Blob]"}slice(){const e=this.size,t=arguments[0],r=arguments[1];let n,i;n=void 0===t?0:t<0?Math.max(e+t,0):Math.min(t,e),i=void 0===r?e:r<0?Math.max(e+r,0):Math.min(r,e);const s=Math.max(i-n,0),o=this[co].slice(n,n+s),a=new po([],{type:arguments[2]});return a[co]=o,a}}function uo(e,t,r){Error.call(this,e),this.message=e,this.type=t,r&&(this.code=this.errno=r.code),Error.captureStackTrace(this,this.constructor)}let fo;Object.defineProperties(po.prototype,{size:{enumerable:!0},type:{enumerable:!0},slice:{enumerable:!0}}),Object.defineProperty(po.prototype,Symbol.toStringTag,{value:"Blob",writable:!1,enumerable:!1,configurable:!0}),uo.prototype=Object.create(Error.prototype),uo.prototype.constructor=uo,uo.prototype.name="FetchError";try{fo=require("encoding").convert}catch(e){}const ho=Symbol("Body internals"),mo=so.PassThrough;function go(e){var t=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=r.size;let i=void 0===n?0:n;var s=r.timeout;let o=void 0===s?0:s;null==e?e=null:yo(e)?e=Buffer.from(e.toString()):bo(e)||Buffer.isBuffer(e)||("[object ArrayBuffer]"===Object.prototype.toString.call(e)?e=Buffer.from(e):ArrayBuffer.isView(e)?e=Buffer.from(e.buffer,e.byteOffset,e.byteLength):e instanceof so||(e=Buffer.from(String(e)))),this[ho]={body:e,disturbed:!1,error:null},this.size=i,this.timeout=o,e instanceof so&&e.on("error",(function(e){const r="AbortError"===e.name?e:new uo(`Invalid response body while trying to fetch ${t.url}: ${e.message}`,"system",e);t[ho].error=r}))}function vo(){var e=this;if(this[ho].disturbed)return go.Promise.reject(new TypeError(`body used already for: ${this.url}`));if(this[ho].disturbed=!0,this[ho].error)return go.Promise.reject(this[ho].error);let t=this.body;if(null===t)return go.Promise.resolve(Buffer.alloc(0));if(bo(t)&&(t=t.stream()),Buffer.isBuffer(t))return go.Promise.resolve(t);if(!(t instanceof so))return go.Promise.resolve(Buffer.alloc(0));let r=[],n=0,i=!1;return new go.Promise((function(s,o){let a;e.timeout&&(a=setTimeout((function(){i=!0,o(new uo(`Response timeout while trying to fetch ${e.url} (over ${e.timeout}ms)`,"body-timeout"))}),e.timeout)),t.on("error",(function(t){"AbortError"===t.name?(i=!0,o(t)):o(new uo(`Invalid response body while trying to fetch ${e.url}: ${t.message}`,"system",t))})),t.on("data",(function(t){if(!i&&null!==t){if(e.size&&n+t.length>e.size)return i=!0,void o(new uo(`content size at ${e.url} over limit: ${e.size}`,"max-size"));n+=t.length,r.push(t)}})),t.on("end",(function(){if(!i){clearTimeout(a);try{s(Buffer.concat(r,n))}catch(t){o(new uo(`Could not create Buffer from response body for ${e.url}: ${t.message}`,"system",t))}}}))}))}function yo(e){return"object"==typeof e&&"function"==typeof e.append&&"function"==typeof e.delete&&"function"==typeof e.get&&"function"==typeof e.getAll&&"function"==typeof e.has&&"function"==typeof e.set&&("URLSearchParams"===e.constructor.name||"[object URLSearchParams]"===Object.prototype.toString.call(e)||"function"==typeof e.sort)}function bo(e){return"object"==typeof e&&"function"==typeof e.arrayBuffer&&"string"==typeof e.type&&"function"==typeof e.stream&&"function"==typeof e.constructor&&"string"==typeof e.constructor.name&&/^(Blob|File)$/.test(e.constructor.name)&&/^(Blob|File)$/.test(e[Symbol.toStringTag])}function wo(e){let t,r,n=e.body;if(e.bodyUsed)throw new Error("cannot clone body after it is used");return n instanceof so&&"function"!=typeof n.getBoundary&&(t=new mo,r=new mo,n.pipe(t),n.pipe(r),e[ho].body=t,n=r),n}function xo(e){return null===e?null:"string"==typeof e?"text/plain;charset=UTF-8":yo(e)?"application/x-www-form-urlencoded;charset=UTF-8":bo(e)?e.type||null:Buffer.isBuffer(e)||"[object ArrayBuffer]"===Object.prototype.toString.call(e)||ArrayBuffer.isView(e)?null:"function"==typeof e.getBoundary?`multipart/form-data;boundary=${e.getBoundary()}`:e instanceof so?null:"text/plain;charset=UTF-8"}function _o(e){const t=e.body;return null===t?0:bo(t)?t.size:Buffer.isBuffer(t)?t.length:t&&"function"==typeof t.getLengthSync&&(t._lengthRetrievers&&0==t._lengthRetrievers.length||t.hasKnownLength&&t.hasKnownLength())?t.getLengthSync():null}go.prototype={get body(){return this[ho].body},get bodyUsed(){return this[ho].disturbed},arrayBuffer(){return vo.call(this).then((function(e){return e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength)}))},blob(){let e=this.headers&&this.headers.get("content-type")||"";return vo.call(this).then((function(t){return Object.assign(new po([],{type:e.toLowerCase()}),{[co]:t})}))},json(){var e=this;return vo.call(this).then((function(t){try{return JSON.parse(t.toString())}catch(t){return go.Promise.reject(new uo(`invalid json response body at ${e.url} reason: ${t.message}`,"invalid-json"))}}))},text(){return vo.call(this).then((function(e){return e.toString()}))},buffer(){return vo.call(this)},textConverted(){var e=this;return vo.call(this).then((function(t){return function(e,t){if("function"!=typeof fo)throw new Error("The package `encoding` must be installed to use the textConverted() function");const r=t.get("content-type");let n,i,s="utf-8";r&&(n=/charset=([^;]*)/i.exec(r));i=e.slice(0,1024).toString(),!n&&i&&(n=/<meta.+?charset=(['"])(.+?)\1/i.exec(i));!n&&i&&(n=/<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(i),n||(n=/<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(i),n&&n.pop()),n&&(n=/charset=(.*)/i.exec(n.pop())));!n&&i&&(n=/<\?xml.+?encoding=(['"])(.+?)\1/i.exec(i));n&&(s=n.pop(),"gb2312"!==s&&"gbk"!==s||(s="gb18030"));return fo(e,"UTF-8",s).toString()}(t,e.headers)}))}},Object.defineProperties(go.prototype,{body:{enumerable:!0},bodyUsed:{enumerable:!0},arrayBuffer:{enumerable:!0},blob:{enumerable:!0},json:{enumerable:!0},text:{enumerable:!0}}),go.mixIn=function(e){for(const t of Object.getOwnPropertyNames(go.prototype))if(!(t in e)){const r=Object.getOwnPropertyDescriptor(go.prototype,t);Object.defineProperty(e,t,r)}},go.Promise=global.Promise;const So=/[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/,Eo=/[^\t\x20-\x7e\x80-\xff]/;function ko(e){if(e=`${e}`,So.test(e)||""===e)throw new TypeError(`${e} is not a legal HTTP header name`)}function Ao(e){if(e=`${e}`,Eo.test(e))throw new TypeError(`${e} is not a legal HTTP header value`)}function Oo(e,t){t=t.toLowerCase();for(const r in e)if(r.toLowerCase()===t)return r}const To=Symbol("map");class Co{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;if(this[To]=Object.create(null),e instanceof Co){const t=e.raw(),r=Object.keys(t);for(const e of r)for(const r of t[e])this.append(e,r)}else if(null==e);else{if("object"!=typeof e)throw new TypeError("Provided initializer must be an object");{const t=e[Symbol.iterator];if(null!=t){if("function"!=typeof t)throw new TypeError("Header pairs must be iterable");const r=[];for(const t of e){if("object"!=typeof t||"function"!=typeof t[Symbol.iterator])throw new TypeError("Each header pair must be iterable");r.push(Array.from(t))}for(const e of r){if(2!==e.length)throw new TypeError("Each header pair must be a name/value tuple");this.append(e[0],e[1])}}else for(const t of Object.keys(e)){const r=e[t];this.append(t,r)}}}}get(e){ko(e=`${e}`);const t=Oo(this[To],e);return void 0===t?null:this[To][t].join(", ")}forEach(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,r=Ro(this),n=0;for(;n<r.length;){var i=r[n];const s=i[0],o=i[1];e.call(t,o,s,this),r=Ro(this),n++}}set(e,t){t=`${t}`,ko(e=`${e}`),Ao(t);const r=Oo(this[To],e);this[To][void 0!==r?r:e]=[t]}append(e,t){t=`${t}`,ko(e=`${e}`),Ao(t);const r=Oo(this[To],e);void 0!==r?this[To][r].push(t):this[To][e]=[t]}has(e){return ko(e=`${e}`),void 0!==Oo(this[To],e)}delete(e){ko(e=`${e}`);const t=Oo(this[To],e);void 0!==t&&delete this[To][t]}raw(){return this[To]}keys(){return jo(this,"key")}values(){return jo(this,"value")}[Symbol.iterator](){return jo(this,"key+value")}}function Ro(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"key+value";const r=Object.keys(e[To]).sort();return r.map("key"===t?function(e){return e.toLowerCase()}:"value"===t?function(t){return e[To][t].join(", ")}:function(t){return[t.toLowerCase(),e[To][t].join(", ")]})}Co.prototype.entries=Co.prototype[Symbol.iterator],Object.defineProperty(Co.prototype,Symbol.toStringTag,{value:"Headers",writable:!1,enumerable:!1,configurable:!0}),Object.defineProperties(Co.prototype,{get:{enumerable:!0},forEach:{enumerable:!0},set:{enumerable:!0},append:{enumerable:!0},has:{enumerable:!0},delete:{enumerable:!0},keys:{enumerable:!0},values:{enumerable:!0},entries:{enumerable:!0}});const Po=Symbol("internal");function jo(e,t){const r=Object.create(No);return r[Po]={target:e,kind:t,index:0},r}const No=Object.setPrototypeOf({next(){if(!this||Object.getPrototypeOf(this)!==No)throw new TypeError("Value of `this` is not a HeadersIterator");var e=this[Po];const t=e.target,r=e.kind,n=e.index,i=Ro(t,r);return n>=i.length?{value:void 0,done:!0}:(this[Po].index=n+1,{value:i[n],done:!1})}},Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));function Io(e){const t=Object.assign({__proto__:null},e[To]),r=Oo(e[To],"Host");return void 0!==r&&(t[r]=t[r][0]),t}Object.defineProperty(No,Symbol.toStringTag,{value:"HeadersIterator",writable:!1,enumerable:!1,configurable:!0});const Do=Symbol("Response internals"),Lo=Ce.STATUS_CODES;class Fo{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};go.call(this,e,t);const r=t.status||200,n=new Co(t.headers);if(null!=e&&!n.has("Content-Type")){const t=xo(e);t&&n.append("Content-Type",t)}this[Do]={url:t.url,status:r,statusText:t.statusText||Lo[r],headers:n,counter:t.counter}}get url(){return this[Do].url||""}get status(){return this[Do].status}get ok(){return this[Do].status>=200&&this[Do].status<300}get redirected(){return this[Do].counter>0}get statusText(){return this[Do].statusText}get headers(){return this[Do].headers}clone(){return new Fo(wo(this),{url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected})}}go.mixIn(Fo.prototype),Object.defineProperties(Fo.prototype,{url:{enumerable:!0},status:{enumerable:!0},ok:{enumerable:!0},redirected:{enumerable:!0},statusText:{enumerable:!0},headers:{enumerable:!0},clone:{enumerable:!0}}),Object.defineProperty(Fo.prototype,Symbol.toStringTag,{value:"Response",writable:!1,enumerable:!1,configurable:!0});const Mo=Symbol("Request internals"),Bo=Oe.parse,Uo=Oe.format,$o="destroy"in so.Readable.prototype;function Go(e){return"object"==typeof e&&"object"==typeof e[Mo]}class zo{constructor(e){let t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Go(e)?t=Bo(e.url):(t=e&&e.href?Bo(e.href):Bo(`${e}`),e={});let n=r.method||e.method||"GET";if(n=n.toUpperCase(),(null!=r.body||Go(e)&&null!==e.body)&&("GET"===n||"HEAD"===n))throw new TypeError("Request with GET/HEAD method cannot have body");let i=null!=r.body?r.body:Go(e)&&null!==e.body?wo(e):null;go.call(this,i,{timeout:r.timeout||e.timeout||0,size:r.size||e.size||0});const s=new Co(r.headers||e.headers||{});if(null!=i&&!s.has("Content-Type")){const e=xo(i);e&&s.append("Content-Type",e)}let o=Go(e)?e.signal:null;if("signal"in r&&(o=r.signal),null!=o&&!function(e){const t=e&&"object"==typeof e&&Object.getPrototypeOf(e);return!(!t||"AbortSignal"!==t.constructor.name)}(o))throw new TypeError("Expected signal to be an instanceof AbortSignal");this[Mo]={method:n,redirect:r.redirect||e.redirect||"follow",headers:s,parsedURL:t,signal:o},this.follow=void 0!==r.follow?r.follow:void 0!==e.follow?e.follow:20,this.compress=void 0!==r.compress?r.compress:void 0===e.compress||e.compress,this.counter=r.counter||e.counter||0,this.agent=r.agent||e.agent}get method(){return this[Mo].method}get url(){return Uo(this[Mo].parsedURL)}get headers(){return this[Mo].headers}get redirect(){return this[Mo].redirect}get signal(){return this[Mo].signal}clone(){return new zo(this)}}function qo(e){Error.call(this,e),this.type="aborted",this.message=e,Error.captureStackTrace(this,this.constructor)}go.mixIn(zo.prototype),Object.defineProperty(zo.prototype,Symbol.toStringTag,{value:"Request",writable:!1,enumerable:!1,configurable:!0}),Object.defineProperties(zo.prototype,{method:{enumerable:!0},url:{enumerable:!0},headers:{enumerable:!0},redirect:{enumerable:!0},clone:{enumerable:!0},signal:{enumerable:!0}}),qo.prototype=Object.create(Error.prototype),qo.prototype.constructor=qo,qo.prototype.name="AbortError";const Ho=so.PassThrough,Wo=Oe.resolve;function Vo(e,t){if(!Vo.Promise)throw new Error("native promise missing, set fetch.Promise to your favorite alternative");return go.Promise=Vo.Promise,new Vo.Promise((function(r,n){const i=new zo(e,t),s=function(e){const t=e[Mo].parsedURL,r=new Co(e[Mo].headers);if(r.has("Accept")||r.set("Accept","*/*"),!t.protocol||!t.hostname)throw new TypeError("Only absolute URLs are supported");if(!/^https?:$/.test(t.protocol))throw new TypeError("Only HTTP(S) protocols are supported");if(e.signal&&e.body instanceof so.Readable&&!$o)throw new Error("Cancellation of streamed requests with AbortSignal is not supported in node < 8");let n=null;if(null==e.body&&/^(POST|PUT)$/i.test(e.method)&&(n="0"),null!=e.body){const t=_o(e);"number"==typeof t&&(n=String(t))}n&&r.set("Content-Length",n),r.has("User-Agent")||r.set("User-Agent","node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"),e.compress&&!r.has("Accept-Encoding")&&r.set("Accept-Encoding","gzip,deflate");let i=e.agent;return"function"==typeof i&&(i=i(t)),r.has("Connection")||i||r.set("Connection","close"),Object.assign({},t,{method:e.method,headers:Io(r),agent:i})}(i),o=("https:"===s.protocol?je:Ce).request,a=i.signal;let c=null;const l=function(){let e=new qo("The user aborted a request.");n(e),i.body&&i.body instanceof so.Readable&&i.body.destroy(e),c&&c.body&&c.body.emit("error",e)};if(a&&a.aborted)return void l();const p=function(){l(),f()},u=o(s);let d;function f(){u.abort(),a&&a.removeEventListener("abort",p),clearTimeout(d)}a&&a.addEventListener("abort",p),i.timeout&&u.once("socket",(function(e){d=setTimeout((function(){n(new uo(`network timeout at: ${i.url}`,"request-timeout")),f()}),i.timeout)})),u.on("error",(function(e){n(new uo(`request to ${i.url} failed, reason: ${e.message}`,"system",e)),f()})),u.on("response",(function(e){clearTimeout(d);const t=function(e){const t=new Co;for(const r of Object.keys(e))if(!So.test(r))if(Array.isArray(e[r]))for(const n of e[r])Eo.test(n)||(void 0===t[To][r]?t[To][r]=[n]:t[To][r].push(n));else Eo.test(e[r])||(t[To][r]=[e[r]]);return t}(e.headers);if(Vo.isRedirect(e.statusCode)){const s=t.get("Location"),o=null===s?null:Wo(i.url,s);switch(i.redirect){case"error":return n(new uo(`uri requested responds with a redirect, redirect mode is set to error: ${i.url}`,"no-redirect")),void f();case"manual":if(null!==o)try{t.set("Location",o)}catch(e){n(e)}break;case"follow":if(null===o)break;if(i.counter>=i.follow)return n(new uo(`maximum redirect reached at: ${i.url}`,"max-redirect")),void f();const s={headers:new Co(i.headers),follow:i.follow,counter:i.counter+1,agent:i.agent,compress:i.compress,method:i.method,body:i.body,signal:i.signal,timeout:i.timeout,size:i.size};return 303!==e.statusCode&&i.body&&null===_o(i)?(n(new uo("Cannot follow redirect with body being a readable stream","unsupported-redirect")),void f()):(303!==e.statusCode&&(301!==e.statusCode&&302!==e.statusCode||"POST"!==i.method)||(s.method="GET",s.body=void 0,s.headers.delete("content-length")),r(Vo(new zo(o,s))),void f())}}e.once("end",(function(){a&&a.removeEventListener("abort",p)}));let s=e.pipe(new Ho);const o={url:i.url,status:e.statusCode,statusText:e.statusMessage,headers:t,size:i.size,timeout:i.timeout,counter:i.counter},l=t.get("Content-Encoding");if(!i.compress||"HEAD"===i.method||null===l||204===e.statusCode||304===e.statusCode)return c=new Fo(s,o),void r(c);const u={flush:oo.Z_SYNC_FLUSH,finishFlush:oo.Z_SYNC_FLUSH};if("gzip"==l||"x-gzip"==l)return s=s.pipe(oo.createGunzip(u)),c=new Fo(s,o),void r(c);if("deflate"!=l&&"x-deflate"!=l){if("br"==l&&"function"==typeof oo.createBrotliDecompress)return s=s.pipe(oo.createBrotliDecompress()),c=new Fo(s,o),void r(c);c=new Fo(s,o),r(c)}else{e.pipe(new Ho).once("data",(function(e){s=8==(15&e[0])?s.pipe(oo.createInflate()):s.pipe(oo.createInflateRaw()),c=new Fo(s,o),r(c)}))}})),function(e,t){const r=t.body;null===r?e.end():bo(r)?r.stream().pipe(e):Buffer.isBuffer(r)?(e.write(r),e.end()):r.pipe(e)}(u,i)}))}Vo.isRedirect=function(e){return 301===e||302===e||303===e||307===e||308===e},Vo.Promise=global.Promise;const Ko=Vo;var Yo,Jo=r(2317),Zo=r.n(Jo),Xo=r(938),Qo=r(7766),ea=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},ta=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const ra=".fxserver-version";let na=class{async downloadArtifact(e,t,r,n){await this.fsService.statSafe(t)&&await this.fsService.unlink(t);const i=(0,Oe.parse)(e);return i.headers={"User-Agent":"FxDK/1.0"},new Promise(((s,o)=>{Xo.https.get(i,(i=>{if(i.statusCode&&i.statusCode>=400)return o(`Artifact server responded with status code: ${i.statusCode}`);const a=this.fsService.createWriteStream(t),c=parseInt(i.headers["content-length"]||"0",10)||0;r(c),i.pipe(a),a.on("finish",(()=>{console.log("Finish writing artifact",t),a.close(),s(t)})),i.on("data",(e=>n(e.length))),i.on("end",(()=>{console.log("Finish downloading artifact",e)}))})).on("error",(e=>o(e)))}))}async unpackArtifact(e,t,r,n){return await this.fsService.statSafe(t)&&await this.fsService.unlink(t),await this.fsService.mkdirp(t),new Promise(((i,s)=>{new Promise(((t,n)=>{let i=0;const s=()=>{i++;try{return r(this.fsService.statSync(e).size),console.log("Artifact size acquired"),t()}catch(e){if(i>5)return n(e);setTimeout(s,100)}};s()})).then((()=>new Promise((()=>{Qo.open(e,{lazyEntries:!0},((e,r)=>{if(e)return s(e);r.readEntry(),r.on("entry",(e=>{const i=this.fsService.joinPath(t,e.fileName);e.fileName.endsWith("/")?(this.fsService.mkdirpSync(i),r.readEntry()):r.openReadStream(e,((t,o)=>{if(t)return s(t);n(e.compressedSize),o.on("end",(()=>r.readEntry())),o.pipe(this.fsService.createWriteStream(i))}))})),r.on("close",(()=>i()))}))}))))}))}async prepareServer(e,t){const r=this.fsService.joinPath(e,"components.json"),n=await this.fsService.readFile(r),i=JSON.parse(n.toString("utf8")).filter((e=>"svadhesive"!==e));await this.fsService.writeFile(r,JSON.stringify(i,null,2)),await this.fsService.writeFile(this.fsService.joinPath(e,ra),t)}};ea([(0,xt.f3)(vt.A),ta("design:type","function"==typeof(Yo=void 0!==vt.A&&vt.A)?Yo:Object)],na.prototype,"fsService",void 0),na=ea([(0,xt.b2)()],na);var ia,sa,oa,aa,ca,la,pa,ua,da=r(3923),fa=r(1613),ha=r(1658),ma=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},ga=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const va=Object.keys(Ft);let ya=class{constructor(){this.forceServerLocation="",this.updateChannelsState={[Ft.recommended]:Dt.ready,[Ft.optional]:Dt.ready,[Ft.latest]:Dt.ready},this.versions=va.reduce(((e,t)=>(e[t]=null,e)),{}),this.installedVersions=va.reduce(((e,t)=>(e[t]=null,e)),{}),this.updateChannelPromises=new Set}getId(){return"GameServerManagerService"}boot(){this.apiClient.onClientConnected.addListener((()=>this.ackUpdateChannelsState())),this.forceServerLocation||(this.updateChannelsState={[Ft.recommended]:Dt.checking,[Ft.optional]:Dt.checking,[Ft.latest]:Dt.checking},this.checkAndInstallUpdates())}getServerPath(e){return this.forceServerLocation?this.forceServerLocation:this.fsService.joinPath(this.configService.serverContainer,e)}getServerBinaryPath(e){return this.fsService.joinPath(this.getServerPath(e),"FXServer.exe")}async getServerSupportsFxdkMode(e){return!!await this.fsService.statSafe(this.fsService.joinPath(this.getServerPath(e),"citizen-server-fxdk.dll"))}getUpdateChannelPromise(e,t){const r=this.updateChannelsState[e];if(r===Dt.missingArtifact)throw new Error("Server artifact missing");if(r===t)return Promise.resolve();const n={state:t,channel:e,deferred:new ha.B};return this.updateChannelPromises.add(n),n.deferred.promise}async getInstalledServerVersion(e){const t=this.fsService.joinPath(this.getServerPath(e),ra);if(!await this.fsService.statSafe(t))return null;try{return(await this.fsService.readFileString(t))?.trim()||null}catch(e){return null}}ensureSvAdhesiveEnabled(e,t){return this.ensureSvAdhesiveEnabledAtPath(this.getServerPath(e),t)}async ensureSvAdhesiveEnabledAtPath(e,t){const r=this.fsService.joinPath(e,"components.json"),n=await this.fsService.readFile(r),i=JSON.parse(n.toString("utf8")),s=i.indexOf("svadhesive");t&&s>-1||(t||-1!==s)&&(t?i.push("svadhesive"):i.splice(s,1),await this.fsService.writeFile(r,JSON.stringify(i,null,2)))}async checkAndInstallUpdates(){await Promise.all([this.fetchInstalledVersions(),this.fetchVersions()]),await Promise.all(va.map((e=>{const t=this.installedVersions[e],r=this.versions[e];return r?t!==r.version?this.install(e):this.setUpdateChannelState(e,Dt.ready):this.setUpdateChannelState(e,t?Dt.ready:Dt.missingArtifact)})))}async checkForUpdates(){const e={...this.updateChannelsState};this.updateChannelsState=va.reduce(((e,t)=>(e[t]=Dt.checking,e)),{}),this.ackUpdateChannelsState(),await this.fetchVersions(),va.forEach((t=>{const r=this.installedVersions[t],n=this.versions[t];n&&r!==n.version&&(e[t]=Dt.updateRequired)})),this.updateChannelsState=e,this.ackUpdateChannelsState()}setUpdateChannelState(e,t){this.updateChannelsState[e]=t,this.ackUpdateChannelsState()}async fetchInstalledVersions(){await Promise.all(va.map((async e=>{const t=this.getServerPath(e),r=this.fsService.joinPath(t,ra);try{const t=await this.fsService.readFile(r);this.installedVersions[e]=t.toString().trim()}catch(t){this.installedVersions[e]=null}})))}async fetchVersions(){const e=this.taskReporterService.create("Fetching recent server artifact versions");try{const t=await Ko("https://changelogs-live.fivem.net/api/changelog/versions/win32/server").then((e=>e.json()));va.forEach((e=>{const r=e,n=`${e}_download`;let i,s;try{i=t[r],s=t[n]}catch(e){throw new Error(`Malformed response from artifacts server: ${JSON.stringify(t)}`)}this.versions[e]={version:i,link:s}}))}catch(e){return va.forEach((e=>{this.versions[e]=null})),this.logService.log(`Failed to fetch server versions from remote host: ${e.toString()}`)}finally{e.done()}}async install(e){const t=this.versions[e];if(!t)return;this.setUpdateChannelState(e,Dt.updating),await Promise.all([this.fsService.mkdirp(this.configService.serverContainer),this.fsService.mkdirp(this.configService.serverArtifacts),this.deleteOldArtifact(e)]);const{version:r,link:n}=t,i=this.getArtifactPath(e,r),s=this.getServerPath(e),o=this.getDownloadingArtifactPath(e,r);if(await this.fsService.statSafe(o)&&await this.fsService.unlink(o),!await this.fsService.statSafe(i)){const t=this.taskReporterService.create(`Downloading server artifact #${e}`);t.setText(`Downloaded: ${Zo()(0)}`);let r=0,s=0;try{await this.gameServerInstallerUtils.downloadArtifact(n,o,(e=>r=e),(e=>{s+=e,t.setText(`Downloaded: ${Zo()(s)}`),t.setProgress(s/r)}))}catch(t){return this.setUpdateChannelState(e,Dt.ready),void this.notificationService.error(`Failed to download "${e}" server artifact: ${t.toString()}`)}finally{t.done()}await this.fsService.rename(o,i)}await this.fsService.statSafe(s)&&await this.fsService.rimraf(s);{const t=this.taskReporterService.create(`Unpacking server artifact #${e}`);let r=0,n=0;try{await this.gameServerInstallerUtils.unpackArtifact(i,s,(e=>r=e),(e=>{n+=e,t.setText(`Unpacked: ${Zo()(n)}`),t.setProgress(n/r)}))}catch(t){return this.setUpdateChannelState(e,Dt.missingArtifact),void this.notificationService.error(`Failed to unpack server artifact: ${t.toString()}`)}finally{t.done()}}await this.gameServerInstallerUtils.prepareServer(s,r),this.installedVersions[e]=r,this.setUpdateChannelState(e,Dt.ready)}async deleteOldArtifact(e){const t=this.installedVersions[e];if(!t)return;const r=this.getArtifactPath(e,t);if(await this.fsService.statSafe(r)){const t=this.taskReporterService.create(`Deleting old server artifact #${e}`);try{await this.fsService.unlink(r)}catch(e){this.notificationService.error(`Failed to delete old server artifact: ${e.toString()}`)}finally{t.done()}}}getArtifactPath(e,t){return this.fsService.joinPath(this.configService.serverArtifacts,`${e}.${t}.zip`)}getDownloadingArtifactPath(e,t){return this.fsService.joinPath(this.configService.serverArtifacts,`${e}.${t}.fxdkdownload`)}ackUpdateChannelsState(){this.apiClient.emit(zt.I1.updateChannelsState,this.updateChannelsState);for(const e of this.updateChannelPromises){const t=this.updateChannelsState[e.channel];t===Dt.missingArtifact?(this.updateChannelPromises.delete(e),e.deferred.reject(new Error("Server artifact missing"))):e.state===t&&(this.updateChannelPromises.delete(e),e.deferred.resolve())}}};ma([(0,xt.f3)(_t.S),ga("design:type","function"==typeof(ia=void 0!==_t.S&&_t.S)?ia:Object)],ya.prototype,"apiClient",void 0),ma([(0,xt.f3)(vt.A),ga("design:type","function"==typeof(sa=void 0!==vt.A&&vt.A)?sa:Object)],ya.prototype,"fsService",void 0),ma([(0,xt.f3)(Et.$),ga("design:type","function"==typeof(oa=void 0!==Et.$&&Et.$)?oa:Object)],ya.prototype,"logService",void 0),ma([(0,xt.f3)(ht.E),ga("design:type","function"==typeof(aa=void 0!==ht.E&&ht.E)?aa:Object)],ya.prototype,"configService",void 0),ma([(0,xt.f3)(da.g),ga("design:type","function"==typeof(ca=void 0!==da.g&&da.g)?ca:Object)],ya.prototype,"notificationService",void 0),ma([(0,xt.f3)(fa.n),ga("design:type","function"==typeof(la=void 0!==fa.n&&fa.n)?la:Object)],ya.prototype,"taskReporterService",void 0),ma([(0,xt.f3)(na),ga("design:type","function"==typeof(pa=void 0!==na&&na)?pa:Object)],ya.prototype,"gameServerInstallerUtils",void 0),ma([(0,kt.K0)(zt.I1.installUpdate),ga("design:type",Function),ga("design:paramtypes",["function"==typeof(ua=void 0!==s.ServerUpdateChannel&&s.ServerUpdateChannel)?ua:Object]),ga("design:returntype",Promise)],ya.prototype,"install",null),ya=ma([(0,xt.b2)()],ya);var ba,wa,xa,_a,Sa=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Ea=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let ka=class{initialize(){this.shellBackend.expressApp.get("/archetypes.json",(async(e,t)=>{if(!await this.isValid())return t.sendStatus(404);t.sendFile(this.configService.archetypesCollectionPath)}))}async refresh(){await this.isValid()&&(this.archetypesString=await this.fsService.readFileString(this.configService.archetypesCollectionPath),this.archetypes=JSON.parse(this.archetypesString))}getArchetypeLodDist(e){if(this.archetypes)return this.archetypes.archetypes[e]?.[1]}async isValid(){if(!await this.fsService.statSafe(this.configService.archetypesCollectionPath))return!1;const e='{"____v":1';return await this.fsService.readFileFirstBytes(this.configService.archetypesCollectionPath,e.length)===e}};var Aa,Oa,Ta;Sa([(0,xt.f3)(vt.A),Ea("design:type","function"==typeof(ba=void 0!==vt.A&&vt.A)?ba:Object)],ka.prototype,"fsService",void 0),Sa([(0,xt.f3)(Et.$),Ea("design:type","function"==typeof(wa=void 0!==Et.$&&Et.$)?wa:Object)],ka.prototype,"logService",void 0),Sa([(0,xt.f3)($t.S),Ea("design:type","function"==typeof(xa=void 0!==$t.S&&$t.S)?xa:Object)],ka.prototype,"shellBackend",void 0),Sa([(0,xt.f3)(ht.E),Ea("design:type","function"==typeof(_a=void 0!==ht.E&&ht.E)?_a:Object)],ka.prototype,"configService",void 0),Sa([(0,xt.zY)(),Ea("design:type",Function),Ea("design:paramtypes",[]),Ea("design:returntype",void 0)],ka.prototype,"initialize",null),ka=Sa([(0,xt.b2)()],ka),function(e){e[e.GP_STOPPED=0]="GP_STOPPED",e[e.GP_STARTING=1]="GP_STARTING",e[e.GP_RUNNING=2]="GP_RUNNING",e[e.GP_STOPPING=3]="GP_STOPPING"}(Aa||(Aa={})),function(e){e[e.CS_IDLE=0]="CS_IDLE",e[e.CS_INITING=1]="CS_INITING",e[e.CS_INITRECEIVED=2]="CS_INITRECEIVED",e[e.CS_DOWNLOADING=3]="CS_DOWNLOADING",e[e.CS_DOWNLOADCOMPLETE=4]="CS_DOWNLOADCOMPLETE",e[e.CS_FETCHING=5]="CS_FETCHING",e[e.CS_CONNECTING=6]="CS_CONNECTING",e[e.CS_CONNECTED=7]="CS_CONNECTED",e[e.CS_ACTIVE=8]="CS_ACTIVE"}(Oa||(Oa={})),function(e){e[e.NOT_RUNNING=0]="NOT_RUNNING",e[e.READY=1]="READY",e[e.LOADING=2]="LOADING",e[e.CONNECTED=3]="CONNECTED",e[e.UNLOADING=4]="UNLOADING"}(Ta||(Ta={}));var Ca,Ra,Pa,ja,Na,Ia,Da=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},La=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Fa=class{constructor(){this.gameState=Ta.NOT_RUNNING,this.gameBuildNumber=0,this.gameLaunched=!1,this.gameUnloaded=!0,this.gameProcessState=Aa.GP_STOPPED,this.connectionState=Oa.CS_IDLE,this.restartPending=!1,this.messageHandlers={},this.archetypesCollectionReady=!1,this.rACDeferred=null,this.rACTimeout=null,this.gameStateChangeEvent=new Gt.K}getId(){return"GameService"}onGameStateChange(e){return this.gameStateChangeEvent.addListener(e)}getBuildNumber(){return this.gameBuildNumber}getGameState(){return this.gameState}async boot(){this.apiClient.onClientConnected.addListener((()=>this.ack())),this.archetypesCollectionReady=Boolean(await this.archetypesService.isValid());const e=new ha.B;var t,r;e.promise.finally((t="sdk:setBuildNumber",r=t=>{this.gameBuildNumber=t,e.resolve()},on(t,r),()=>RemoveEventHandler(t,r))),function(e,t){emit(e,t)}("sdk:getBuildNumber"),on("sdk:gameLaunched",(()=>{this.gameLaunched=!0,this.gameUnloaded=!0,this.toGameState(Ta.READY),this.apiClient.emit(zt.h8.gameLaunched,!0)})),on("sdk:connectionStateChanged",((e,t)=>{this.connectionState=e,this.gameLaunched&&(e===Oa.CS_IDLE?this.toGameState(Ta.UNLOADING):this.gameUnloaded&&(this.gameUnloaded=!1,this.toGameState(Ta.LOADING))),this.apiClient.emit(zt.h8.connectionStateChanged,{current:e,previous:t})})),on("sdk:gameProcessStateChanged",((e,t)=>{if(this.gameProcessState=e,this.gameLaunched&&(e===Aa.GP_STOPPED||e===Aa.GP_STOPPING)){const e=this.connectionState;this.gameLaunched=!1,this.connectionState=Oa.CS_IDLE,this.toGameState(Ta.NOT_RUNNING),this.apiClient.emit(zt.h8.connectionStateChanged,{current:this.connectionState,previous:e}),this.apiClient.emit(zt.h8.gameLaunched,this.gameLaunched)}e===Aa.GP_STOPPED&&(this.startGame(),this.restartPending?this.restartPending=!1:this.notificationService.error("It looks like game has crashed, restarting it now",5e3)),this.apiClient.emit(zt.h8.gameProcessStateChanged,{current:e,previous:t})})),on("sdk:gameUnloaded",(()=>{this.gameUnloaded=!0,this.gameLaunched&&this.toGameState(Ta.READY)})),on("sdk:backendMessage",(e=>{if("string"==typeof e&&e)try{const{type:t,data:r}=JSON.parse(e),n=this.messageHandlers[t];if(n)for(const e of n)e(r)}catch(e){}})),on("sdk:refreshArchetypesCollectionDone",(()=>{this.rACDeferred&&(clearTimeout(this.rACTimeout),this.rACTimeout=null,this.rACDeferred.resolve(!0),this.rACDeferred=null,this.archetypesService.refresh())})),this.onBackendMessage("connected",(()=>{this.gameLaunched&&this.toGameState(Ta.CONNECTED)})),this.startGame(),await e.promise}beginUnloading(){this.toGameState(Ta.UNLOADING)}ack(){this.apiClient.emit(zt.h8.ack,{gameState:this.gameState,gameLaunched:this.gameLaunched,gameProcessState:this.gameProcessState,connectionState:this.connectionState,archetypesCollectionReady:this.archetypesCollectionReady})}startGame(){emit("sdk:startGame")}stopGame(){this.gameLaunched=!1,this.gameUnloaded=!0,this.toGameState(Ta.NOT_RUNNING),emit("sdk:stopGame")}restartGame(){this.restartPending=!0,this.stopGame()}onBackendMessage(e,t){return this.messageHandlers[e]||(this.messageHandlers[e]=new Set),this.messageHandlers[e].add(t),()=>this.messageHandlers[e].delete(t)}emitEvent(e,t){emit("sdk:sendGameClientEvent",e,JSON.stringify(t)||"")}async refreshArchetypesCollection(){return this.rACDeferred||(this.rACDeferred=new ha.B,this.rACTimeout=setTimeout((()=>{this.rACDeferred?.reject(new Error("Timedout")),this.rACDeferred=null,this.rACTimeout=null}),3e5),emit("sdk:refreshArchetypesCollection")),this.rACDeferred.promise}toGameState(e){e!==this.gameState&&(this.gameState=e,this.gameStateChangeEvent.emit(this.gameState),this.apiClient.emit(zt.h8.gameState,this.gameState))}};Da([(0,xt.f3)(vt.A),La("design:type","function"==typeof(Ca=void 0!==vt.A&&vt.A)?Ca:Object)],Fa.prototype,"fsService",void 0),Da([(0,xt.f3)(_t.S),La("design:type","function"==typeof(Ra=void 0!==_t.S&&_t.S)?Ra:Object)],Fa.prototype,"apiClient",void 0),Da([(0,xt.f3)(Et.$),La("design:type","function"==typeof(Pa=void 0!==Et.$&&Et.$)?Pa:Object)],Fa.prototype,"logService",void 0),Da([(0,xt.f3)(ht.E),La("design:type","function"==typeof(ja=void 0!==ht.E&&ht.E)?ja:Object)],Fa.prototype,"configService",void 0),Da([(0,xt.f3)(da.g),La("design:type","function"==typeof(Na=void 0!==da.g&&da.g)?Na:Object)],Fa.prototype,"notificationService",void 0),Da([(0,xt.f3)(ka),La("design:type","function"==typeof(Ia=void 0!==ka&&ka)?Ia:Object)],Fa.prototype,"archetypesService",void 0),Da([(0,kt.K0)(zt.h8.start),La("design:type",Function),La("design:paramtypes",[]),La("design:returntype",void 0)],Fa.prototype,"startGame",null),Da([(0,kt.K0)(zt.h8.stop),La("design:type",Function),La("design:paramtypes",[]),La("design:returntype",void 0)],Fa.prototype,"stopGame",null),Da([(0,kt.K0)(zt.h8.restart),La("design:type",Function),La("design:paramtypes",[]),La("design:returntype",void 0)],Fa.prototype,"restartGame",null),Da([(0,kt.uJ)(zt.h8.refreshArchetypesCollection),La("design:type",Function),La("design:paramtypes",[]),La("design:returntype",Promise)],Fa.prototype,"refreshArchetypesCollection",null),Fa=Da([(0,xt.b2)()],Fa);var Ma=r(1808),Ba=r.n(Ma);var Ua=r(4302),$a=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o};let Ga=class{constructor(){this.serverChangesTicker=new Ua.v,this.setResourcesEvent=new Gt.K,this.serverResources=[],this.setVariablesEvent=new Gt.K,this.serverVariables=[],this.startResourceEvent=new Gt.K,this.stopResourceEvent=new Gt.K,this.restartResourceEvent=new Gt.K,this.reloadResourceEvent=new Gt.K,this.sendCommandEvent=new Gt.K,this.requestResourcesStateEvent=new Gt.K}onSetResources(e){return lr(this.setResourcesEvent.addListener(e))}setResources(e){this.serverResources=e,this.propagateChanges()}getResources(){return this.serverResources}onSetVariables(e){return lr(this.setVariablesEvent.addListener(e))}setVariables(e){this.serverVariables=e,this.propagateChanges()}getVariables(){return this.serverVariables}onStartResource(e){return lr(this.startResourceEvent.addListener(e))}startResource(e){this.startResourceEvent.emit(e)}onStopResource(e){return lr(this.stopResourceEvent.addListener(e))}stopResource(e){this.stopResourceEvent.emit(e)}onRestartResource(e){return lr(this.restartResourceEvent.addListener(e))}restartResource(e){this.restartResourceEvent.emit(e)}onReloadResource(e){return lr(this.reloadResourceEvent.addListener(e))}reloadResource(e){this.reloadResourceEvent.emit(e)}onSendCommand(e){return lr(this.sendCommandEvent.addListener(e))}sendCommand(e){this.sendCommandEvent.emit(e)}onRequestResourcesState(e){return lr(this.requestResourcesStateEvent.addListener(e))}requestResourcesState(){this.requestResourcesStateEvent.emit()}propagateChanges(){this.serverChangesTicker.whenTickEnds((()=>{this.setVariablesEvent.emit(this.serverVariables),this.setResourcesEvent.emit(this.serverResources)}))}};Ga=$a([(0,xt.b2)()],Ga);var za,qa=r(2081),Ha=r.n(qa);class Wa{constructor(e,t,r){this.command=e,this.args=t,this.cwd=r,this.proc=null,this.stdoutListeners=new Set,this.stderrListeners=new Set,this.errorListeners=new Set,this.closeListeners=new Set,this.cwd||(this.cwd=process.cwd())}get running(){return!!this.proc}getOutputChannelId(){return JSON.stringify([this.command,this.args,this.cwd])}getOutputChannelLabel(){return`${this.cwd}: ${this.command} ${this.args.join(" ")}`.trim()}onOutputData(e){return this.onStdout(e)}onStdout(e){return this.stdoutListeners.add(e),()=>this.stdoutListeners.delete(e)}onStderr(e){return this.stderrListeners.add(e),()=>this.stderrListeners.delete(e)}onError(e){return this.errorListeners.add(e),()=>this.errorListeners.delete(e)}onClose(e){return this.closeListeners.add(e),()=>this.closeListeners.delete(e)}writeStdin(e){this.proc&&this.proc.stdin?.write(e)}async start(){if(this.proc=qa.spawn(JSON.stringify(this.command),this.args,{cwd:this.cwd,shell:!0,windowsHide:!0}),this.proc.stdout?.on("data",(e=>{this.stdoutListeners.forEach((t=>t(e)))})),this.proc.stderr?.on("data",(e=>{this.stdoutListeners.forEach((t=>t(e))),this.stderrListeners.forEach((t=>t(e)))})),this.proc.on("error",(e=>{this.proc?.pid?this.proc.kill("SIGTERM"):this.closeListeners.forEach((e=>e(Number.MIN_SAFE_INTEGER,null))),this.proc=null,this.pidCheckInterval&&clearInterval(this.pidCheckInterval),this.errorListeners.forEach((t=>t(e)))})),this.proc.on("close",((e,t)=>{this.proc=null,this.pidCheckInterval&&clearInterval(this.pidCheckInterval),this.closeListeners.forEach((r=>r(e,t)))})),this.proc.unref(),this.proc.pid)return;const e=new ha.B;return this.pidCheckInterval=setInterval((()=>{this.proc?this.proc.pid&&(clearInterval(this.pidCheckInterval),e.resolve()):(clearInterval(this.pidCheckInterval),e.reject())}),100),e.promise}stop(){return new Promise((e=>{if(!this.proc)return this.closeListeners.forEach((e=>e(Number.MIN_SAFE_INTEGER,null))),e(null);this.proc.on("close",((t,r)=>{e({code:t,signal:r})}));const{pid:t}=this.proc;qa.exec(`taskkill /pid ${t} /T /F`,{cwd:(0,mt.ZO)().get(ht.E).realCwd},(e=>{e&&console.error(`Failed to kill child process, pid: ${t}`,e)}))}))}}class Va{constructor(e){this.buffer=e,this.start=0}get length(){return this.buffer.length-this.start}readUInt32(){if(this.length>=4){const e=this.buffer.readUInt32LE(this.start);return this.start+=4,e}throw new Error("BufferNode's remainig size is less than 4 bytes needed to read uin32_t")}readBuffer(e){if(this.length>=e){const t=this.buffer.slice(this.start,this.start+e);return this.start+=e,t}throw new Error(`BufferNode's remaining size is less than ${e} bytes needed to read buffer`)}}class Ka{constructor(){this.nodes=[]}get length(){return this.nodes.reduce(((e,t)=>e+t.length),0)}append(e){this.nodes.push(new Va(e))}readUInt32(){return this.readBuffer(4).readUInt32LE(0)}readBuffer(e){let t=this.getNode();if(t.length>=e){const r=t.readBuffer(e);return this.shrinkNodes(),r}const r=[];let n=e;for(;;){const e=t.length;if(!(n>e)){r.push(t.readBuffer(n));break}n-=e,r.push(t.readBuffer(e)),this.shrinkNodes(),t=this.getNode()}return Buffer.concat(r,e)}getNode(){const e=this.nodes[0];if(!e)throw new Error("No buffer nodes available");return e}shrinkNodes(){this.nodes=this.nodes.filter((e=>e.length>0))}}function Ya(){return 2147483647*Math.random()|0}!function(e){e[e.RPC_CALL=0]="RPC_CALL",e[e.RPC_RESPONSE=1]="RPC_RESPONSE",e[e.RPC_ERROR_RESPONSE=2]="RPC_ERROR_RESPONSE",e[e.EVENT=3]="EVENT"}(za||(za={}));class Ja{constructor(){this.eventListeners=Object.create(null),this.rpcDeferreds=Object.create(null),this.closeHandler=()=>{},this.connection=new ha.B,this.netServer=Ba().createServer(),this.netConn=null,this.writeQueue=[],this.buffer=new Ka,this.textEncoder=new He.TextEncoder,this.textDecoder=new He.TextDecoder("utf8"),this.pendingPacketSize=0}rpc(e,t){const r=Ya(),n=this.rpcDeferreds[r]=new ha.B;return this.emitRpc(e,r,t),n.promise}event(e,t){this.emitEvent(e,t)}onEvent(e,t){return this.eventListeners[e]=t,()=>delete this.eventListeners[e]}onClose(e){this.closeHandler=e}async start(e=Ya().toString(16)){const t=new ha.B;return this.netServer.on("connection",(e=>{this.netConn=e,this.netConn.on("close",this.closeHandler),this.netConn.on("data",(e=>this.handleData(e))),this.writeQueue.forEach((e=>{this.netConn?.write(e)})),this.connection.resolve()})),this.netServer.listen(`\\\\.\\pipe\\cfx-fxdk-fxserver-ipc-${e}`,(()=>t.resolve(e))),t.promise}dispose(){this.netServer.close(),this.rpcDeferreds=Object.create(null),this.eventListeners=Object.create(null),this.closeHandler=()=>{},this.buffer=null}handleData(e){if(this.buffer)for(this.buffer.append(e);this.buffer.length>=this.pendingPacketSize;){if(0===this.buffer.length)return;if(0===this.pendingPacketSize){if(this.buffer.length<4)return;this.pendingPacketSize=this.buffer.readUInt32()}if(this.buffer.length<this.pendingPacketSize)return;const e=this.textDecoder.decode(this.buffer.readBuffer(this.pendingPacketSize));this.pendingPacketSize=0,this.handlePacket(e)}}emitEvent(e,t){this.emit([za.EVENT,e,t])}emitRpc(e,t,r){this.emit([za.RPC_CALL,e,t,r])}emit(e){const t=JSON.stringify(e),r=this.textEncoder.encode(t),n=Buffer.alloc(r.length+4);n.writeUInt32LE(r.length,0),n.set(r,4),this.netConn?this.netConn.write(n):this.writeQueue.push(n)}handlePacket(e){const t=JSON.parse(e);if(!Array.isArray(t))throw new Error("Invalid packet, expected array");switch(t[0]){case za.EVENT:{const[,e,r]=t;this.eventListeners[e]?.(r);break}case za.RPC_ERROR_RESPONSE:{const[,e,r]=t,n=this.rpcDeferreds[e];n&&(delete this.rpcDeferreds[e],n.reject(new Error(r)));break}case za.RPC_RESPONSE:{const[,e,r]=t,n=this.rpcDeferreds[e];n&&(delete this.rpcDeferreds[e],n.resolve(r));break}default:console.log("Unsupported IPC packet type",t[0])}}}function Za(e){return new Map(e.map((({name:e,path:t})=>[e,t])))}function Xa(e){return new Map(e.map((e=>[e.name,e])))}class Qa{constructor(){this.currentResources=new Map,this.currentVariables=new Map}setInitialResources(e){this.currentResources=Za(e)}setResources(e){const t=Za(e),r={load:[],unload:[]},n=new Set;for(const[e,i]of t.entries()){n.add(e);const t=this.currentResources.get(e);t!==i&&(t?(r.load.push({name:e,path:i}),r.unload.push({name:e,path:t})):r.load.push({name:e,path:i}))}for(const[e,t]of this.currentResources.entries())n.has(e)||r.unload.push({name:e,path:t});return this.currentResources=t,r}setInitialVariables(e){this.currentVariables=Xa(e)}setVariables(e){const t=Xa(e),r={set:[],unset:[]},n=new Set;for(const t of e)n.add(t.name),ec(t,this.currentVariables)&&r.set.push(t);for(const e of this.currentVariables.values())n.has(e.name)||r.unset.push(e);return this.currentVariables=t,r}}function ec(e,t){const r=t.get(e.name);return!r||(r.value!==e.value||r.setter!==e.setter)}function tc(e){return e.map((({name:e})=>e))}function rc(e){return e.map((({path:e})=>e))}function nc({name:e,path:t}){return`file:///${t.replace(/\\/g,"/")}#${e}`}var ic,sc,oc,ac,cc,lc,pc=r(6855),uc=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},dc=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let fc=class{constructor(){this.logService=new pc.e("GameServerFxdkMode"),this.disposableContainer=new cr,this.shellCommand=null,this.ipc=new Ja,this.pipeAppendix="",this.stopping=!1,this.reconciler=new Qa,this.resourcesStateTicker=new Ua.v,this.resourcesState=Object.create(null),this.onCloseEvent=new Gt.K,this.startedDeferred=new ha.B,this.readyDeferred=new ha.B,this.disposed=!1}onStop(e){return lr(this.onCloseEvent.addListener(e))}async start(e,t){this.task=t,this.apiClient.emit(zt.I1.clearOutput),this.setupGameServerServiceEvents(),this.setupIpcEvents(),t.setText("IPC events set up");try{await this.startIpc(),t.setText("IPC started"),await this.startServer(e),t.setText("Server started"),await this.ipc.connection.promise,t.setText("IPC connection"),await this.serverInitSequence(e),t.setText("Server initied"),await this.readyDeferred.promise,t.setText("Server ready")}catch(e){throw this.shellCommand&&await this.shellCommand.stop(),e}}async stop(e){this.shellCommand&&(this.stopping=!0,await this.shellCommand.stop())}async dispose(){this.disposed||(this.task?.done(),this.disposed=!0,this.disposableContainer.dispose(),this.ipc.dispose())}async setResources(e){const t=this.reconciler.setResources(e);t.unload.length&&await this.unloadResources(t.unload),t.load.length&&(await this.loadResources(t.load),await this.startResources(tc(t.load)))}setVariables(e){const t=this.reconciler.setVariables(e);t.unset.length&&t.unset.forEach((e=>this.unsetVariable(e))),t.set.length&&t.set.forEach((e=>this.setVariable(e)))}async startResource(e){try{const t=await this.ipc.rpc("start",e);if(this.task.setText(`Started resource ${e}`),!t)throw new Error(`Failed to start ${e}`)}catch(t){throw new Error(`Failed to start ${e} as it is not loaded`)}}async startResources(e){const t=await this.ipc.rpc("start",e),r=[];for(const[e,n]of Object.entries(t))"string"!=typeof n&&n||r.push(`${e}(result: ${n})`);if(r.length)throw new Error(`Failed to start resources: ${r.join(", ")}`)}async stopResource(e){try{if(!await this.ipc.rpc("stop",e))throw new Error(`Failed to stop ${e}`)}catch(t){throw new Error(`Failed to stop ${e} as it is not loaded`)}}async stopResources(e){const t=await this.ipc.rpc("stop",e),r=[];for(const[e,n]of Object.entries(t))"string"!=typeof n&&n||r.push(`${e}(result: ${n})`);if(r.length)throw new Error(`Failed to stop resources: ${r.join(", ")}`)}async restartResource(e){try{if(!await this.ipc.rpc("restart",e))throw new Error(`Failed to restart ${e}`)}catch(t){throw new Error(`Failed to restart ${e} as it is not loaded`)}}async restartResources(e){const t=await this.ipc.rpc("restart",e),r=[];for(const[e,n]of Object.entries(t))"string"!=typeof n&&n||r.push(`${e}(result: ${n})`);if(r.length)throw new Error(`Failed to restart resources: ${r.join(", ")}`)}acceptCommand(e){this.ipc.event("cmd",e)}ackResourcesState(){this.resourcesStateTicker.whenTickEnds((()=>this.apiClient.emit(zt.I1.resourcesState,this.resourcesState)))}setVariable(e){this.acceptCommand(`${e.setter} ${JSON.stringify(e.name)} ${JSON.stringify(e.value)}`)}unsetVariable(e){this.acceptCommand(`${e.setter} ${JSON.stringify(e.name)} ""`)}loadResources(e){return this.loadResourcesByUrls(e.map(nc))}async loadResourcesByUrls(e){await this.startedDeferred.promise;const t=await this.ipc.rpc("load",e),r=[];if(e.forEach((e=>{t[e]||r.push(e)})),r.length)throw new Error(`Failed to load resources: ${r.join(", ")}`)}unloadResources(e){return this.unloadResourcesByNames(tc(e))}unloadResourcesByNames(e){return this.ipc.rpc("unload",e)}reloadResource(e){return this.ipc.rpc("reload",[e])}setupGameServerServiceEvents(){this.disposableContainer.add(this.gameServerRuntime.onSendCommand((e=>this.acceptCommand(e))),this.gameServerRuntime.onSetResources((e=>this.setResources(e))),this.gameServerRuntime.onSetVariables((e=>this.setVariables(e))),this.gameServerRuntime.onStartResource((e=>this.startResource(e))),this.gameServerRuntime.onStopResource((e=>this.stopResource(e))),this.gameServerRuntime.onRestartResource((e=>this.restartResource(e))),this.gameServerRuntime.onReloadResource((e=>this.reloadResource(e))),this.gameServerRuntime.onRequestResourcesState((()=>this.ackResourcesState())))}async startServer({updateChannel:e,fxserverCwd:t}){await this.fsService.rimraf(this.fsService.joinPath(t,"resources"));const r=this.gameServerManagerService.getServerBinaryPath(e);this.shellCommand=new Wa(r,["-fxdk",this.pipeAppendix],t);const n=e=>{this.ipc.dispose(),e||this.stopping?this.onCloseEvent.emit(e):this.onCloseEvent.emit(new Error(`Server stopped unexpectedly, probably see crashes at ${this.fsService.joinPath(r,"crashes")}`))};return this.shellCommand.onStdout((e=>this.logService.log(`[FXSERVER STDOUT] ${e}`))),this.shellCommand.onClose((()=>n())),this.shellCommand.onError(n),this.shellCommand.start()}setupIpcEvents(){this.ipc.onEvent("started",(()=>this.startedDeferred.resolve())),this.ipc.onEvent("ready",(()=>this.readyDeferred.resolve())),this.ipc.onEvent("stdout",(([e,t])=>{t.trim()&&this.apiClient.emit(zt.I1.structuredOutputMessage,{channel:e,message:t})})),this.ipc.onEvent("resource-start",(e=>{this.resourcesState[e]=!0,this.ackResourcesState()})),this.ipc.onEvent("resource-stop",(e=>{delete this.resourcesState[e],this.ackResourcesState()})),this.ipc.onEvent("resource-datas",(e=>{this.apiClient.emit(zt.I1.resourceDatas,e)}))}async startIpc(){this.pipeAppendix=await this.ipc.start()}async serverInitSequence({fxserverCwd:e,steamWebApiKey:t,tebexSecret:r,cmdList:n}){if(Array.isArray(n))for(const e of n)this.ipc.event("cmd",e.trim());else{const t=(await this.fsService.readFile(this.fsService.joinPath(e,"blank.cfg"))).toString().trim();if(t){const e=t.split("\n");for(const t of e)this.ipc.event("cmd",t.trim())}}this.gameService.getBuildNumber()&&(this.ipc.event("cmd",`set sv_enforcegamebuild ${this.gameService.getBuildNumber()}`),this.task.setText("Enforced game build")),r&&this.ipc.event("cmd",`set sv_tebexSecret ${r}`),this.ipc.event("cmd",`set steam_webApiKey ${t||"none"}`),this.task.setText("Steam webapi key set"),this.ipc.event("initDone"),this.task.setText("Init done"),await this.startedDeferred.promise,this.task.setText("Started, loading resources");const i={names:["sdk-game"],urls:[nc({name:"sdk-game",path:this.configService.sdkGame})]},s=this.gameServerRuntime.getVariables();this.reconciler.setInitialVariables(s),s.forEach((e=>{this.setVariable(e)}));const o=this.gameServerRuntime.getResources();this.reconciler.setInitialResources(o),o.forEach((e=>{i.names.push(e.name),i.urls.push(nc(e))})),await this.loadResourcesByUrls(i.urls),this.task.setText("Loaded resources"),await this.startResources(i.names),this.task.setText("Started resources")}};uc([(0,xt.f3)(ya),dc("design:type","function"==typeof(ic=void 0!==ya&&ya)?ic:Object)],fc.prototype,"gameServerManagerService",void 0),uc([(0,xt.f3)(Fa),dc("design:type","function"==typeof(sc=void 0!==Fa&&Fa)?sc:Object)],fc.prototype,"gameService",void 0),uc([(0,xt.f3)(Ga),dc("design:type","function"==typeof(oc=void 0!==Ga&&Ga)?oc:Object)],fc.prototype,"gameServerRuntime",void 0),uc([(0,xt.f3)(ht.E),dc("design:type","function"==typeof(ac=void 0!==ht.E&&ht.E)?ac:Object)],fc.prototype,"configService",void 0),uc([(0,xt.f3)(_t.S),dc("design:type","function"==typeof(cc=void 0!==_t.S&&_t.S)?cc:Object)],fc.prototype,"apiClient",void 0),uc([(0,xt.f3)(vt.A),dc("design:type","function"==typeof(lc=void 0!==vt.A&&vt.A)?lc:Object)],fc.prototype,"fsService",void 0),fc=uc([(0,xt.b2)()],fc);var hc,mc=r(1506),gc=r.n(mc),vc=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},yc=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let bc=class{constructor(){this.statuses={}}getId(){return"StatusService"}boot(){this.apiClient.onClientConnected.addListener((()=>this.ack()))}get(e){return this.statuses[e]}set(e,t){this.statuses[e]=t,this.ackClient(e,t)}delete(e){delete this.statuses[e],this.ackClient(e,null)}createProxy(e){return new wc(this,e)}ack(){this.apiClient.emit(zt.yx.statuses,this.statuses)}ackClient(e,t){this.apiClient.emit(zt.yx.update,[e,t])}};vc([(0,xt.f3)(_t.S),yc("design:type","function"==typeof(hc=void 0!==_t.S&&_t.S)?hc:Object)],bc.prototype,"apiClient",void 0),bc=vc([(0,xt.b2)()],bc);class wc{constructor(e,t){this.statusService=e,this.statusName=t}setValue(e){this.statusService.set(this.statusName,e)}getValue(){return this.statusService.get(this.statusName)}deleteValue(){this.statusService.delete(this.statusName)}applyValue(e){this.setValue(e(this.getValue()))}dispose(){this.deleteValue()}}const xc="updater:state",_c="features:state";var Sc,Ec,kc,Ac,Oc,Tc=r(6407),Cc=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Rc=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const Pc=[{key:"world-editor",feature:Mt.worldEditor,enabledByDefault:!0}];let jc=class{constructor(){this.defers={}}boot(){this.probeFeatures()}async get(e){const t=this.state[e];if("boolean"==typeof t)return t;let r=this.defers[e];return r||(r=this.defers[e]=new ha.B),r.promise}get state(){return this.statusService.get(_c)||{}}resolveFeature(e,t){const r=this.state;r[e]=t,this.statusService.set(_c,r);const n=this.defers[e];n&&n.resolve(t),this.logService.log(`Feature "${Mt[e]}"? ${t}.`)}async probeFeatures(){this.logService.log("Start probing features..."),await(0,Tc.C)(this.probeWindowsDevMode(),this.probeDotnet(),this.loadFeatures())}async probeWindowsDevMode(){let e;const t=this.fsService.tmpdir(),r=this.fsService.joinPath(t,"__fxdk_devmode_feature_probe_source"),n=this.fsService.joinPath(t,"__fxdk_devmode_feature_probe_target");await Promise.all([await this.fsService.rimraf(r),await this.fsService.rimraf(n)]),await this.fsService.mkdirp(r);try{await ue().promises.symlink(r,n,"dir"),e=!0}catch(t){e=!1}this.resolveFeature(Mt.windowsDevModeEnabled,e),await Promise.all([await this.fsService.rimraf(r),await this.fsService.rimraf(n)])}async probeDotnet(){let e=!1;try{Ha().execSync("dotnet --version"),e=!0}catch(e){}this.resolveFeature(Mt.dotnetAvailable,e)}async loadFeatures(){let e=[];if(await this.fsService.statSafe(this.configService.featuresFilePath))try{if(e=await this.fsService.readFileJson(this.configService.featuresFilePath),!Array.isArray(e))throw new Error("Features file must be a valid JSON file with array in it")}catch(t){e=[],this.logService.error(new Error("Failed to read features file"),{originalError:t})}for(const{key:t,feature:r,enabledByDefault:n}of Pc){const i=e.includes(t)||n;this.resolveFeature(r,i)}}};Cc([(0,xt.f3)(_t.S),Rc("design:type","function"==typeof(Sc=void 0!==_t.S&&_t.S)?Sc:Object)],jc.prototype,"apiClient",void 0),Cc([(0,xt.f3)(bc),Rc("design:type","function"==typeof(Ec=void 0!==bc&&bc)?Ec:Object)],jc.prototype,"statusService",void 0),Cc([(0,xt.f3)(vt.A),Rc("design:type","function"==typeof(kc=void 0!==vt.A&&vt.A)?kc:Object)],jc.prototype,"fsService",void 0),Cc([(0,xt.f3)(Et.$),Rc("design:type","function"==typeof(Ac=void 0!==Et.$&&Et.$)?Ac:Object)],jc.prototype,"logService",void 0),Cc([(0,xt.f3)(ht.E),Rc("design:type","function"==typeof(Oc=void 0!==ht.E&&ht.E)?Oc:Object)],jc.prototype,"configService",void 0),jc=Cc([(0,xt.b2)()],jc);const Nc=65536;class Ic{constructor(e){this.processItem=e,this.queue=Object.create(null),this.queueSize=0,this.firstIndex=0,this.nextIndex=0,this.processing=!1,this.disposed=!1}getNextIndex(){if(this.nextIndex===Nc)return this.nextIndex=0;const e=this.nextIndex++;if(this.queue[e])throw new Error("Queue overflow");return e}getFirstIndex(){return this.firstIndex===Nc?this.firstIndex=0:this.firstIndex++}append(e){this.disposed||(this.queueSize++,this.queue[this.getNextIndex()]=e,this.processing||this.process())}appendMany(e){if(!this.disposed&&0!==e.length){this.queueSize+=e.length;for(const t of e)this.queue[this.getNextIndex()]=t;this.processing||this.process()}}dispose(){this.disposed=!0,this.queueSize=0}async process(){for(this.processing=!0;this.queueSize>0;){this.queueSize--;const e=this.getFirstIndex(),t=this.queue[e];delete this.queue[e],await this.processItem(t)}this.processing=!1}}class Dc{constructor(e,t){this.processItem=e,this.hashItem=t,this.disposed=!1,this.items=Object.create(null),this.queue=Object.create(null),this.queueSize=0,this.firstIndex=0,this.nextIndex=0,this.processing=!1,this.ticker=new Ua.v}append(e){this.disposed||this.doAppend(e)&&!this.processing&&this.ticker.whenTickEnds((()=>this.process()))}appendMany(e){if(this.disposed)return;let t=!1;for(const r of e){const e=this.doAppend(r);t||(t=e)}!this.processing&&t&&this.ticker.whenTickEnds((()=>this.process()))}doAppend(e){const t=this.hashItem(e);return!this.items[t]&&(this.items[t]=e,this.queueSize++,this.queue[this.getNextIndex()]=t,!0)}getNextIndex(){if(this.nextIndex===Nc)return this.nextIndex=0;const e=this.nextIndex++;if(this.queue[e])throw new Error("Queue overflow");return e}getFirstIndex(){return this.firstIndex===Nc?this.firstIndex=0:this.firstIndex++}dispose(){this.disposed||(this.queue={},this.items={},this.queueSize=0)}async process(){for(this.processing=!0;this.queueSize>0;){this.queueSize--;const e=this.getFirstIndex(),t=this.queue[e],r=this.items[t];delete this.queue[e],delete this.items[t],await this.processItem(r)}this.processing=!1}}var Lc,Fc,Mc,Bc,Uc,$c,Gc,zc,qc=r(5979),Hc=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Wc=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Vc=class{constructor(){this.fxserverCwd="",this.pipeAppendix="",this.disposableContainer=new cr,this.serverCmd=null,this.sdkGameIPCServer=null,this.sdkGameIPCSocket=null,this.readyDeferred=new ha.B,this.resourcesStateTicker=new Ua.v,this.disposed=!1,this.onStopEvent=new Gt.K,this.queue=new Ic((e=>this.setResources(e))),this.reconciler=new Qa,this.windowsDevModeEnabled=void 0}async start(e,t){const{fxserverCwd:r,updateChannel:n,steamWebApiKey:i,licenseKey:s}=e,o=this.gameServerRuntime.getResources();this.fxserverCwd=r,this.pipeAppendix=(0,qc.n)(),this.reconciler.setInitialResources(o),await this.linkResources(rc(o)),t.setText("Linked resources"),this.setupGameServerServiceEvents(),t.setText("Events set up"),this.apiClient.emit(zt.I1.clearOutput),await this.initSdkGameIPC(),t.setText("IPC initialized");const a=this.gameServerManagerService.getServerBinaryPath(n);this.logService.log("FXServer path",a,e);const c=["+exec","blank.cfg","+endpoint_add_tcp","127.0.0.1:30120","+endpoint_add_udp","127.0.0.1:30120","+set","sv_fxdkMode","1","+set","sv_hostname","FxDK Dev Server","+set","onesync","on","+set","sv_maxclients","48","+set","svgui_disable","1","+set","steam_webApiKey",i||"none","+set","sv_fxdkPipeAppendix",this.pipeAppendix,"+add_ace","resource.sdk-game","command","allow","+ensure","sdk-game"];this.gameService.getBuildNumber()&&c.push("+set","sv_enforcegamebuild",this.gameService.getBuildNumber().toString()),s?(c.push("+set","sv_licenseKey",s),c.push("+set","sv_master1",""),c.push("+set","sv_endpointPrivacy","1"),await this.gameServerManagerService.ensureSvAdhesiveEnabled(n,!0)):(c.push("+set","sv_lan","1"),await this.gameServerManagerService.ensureSvAdhesiveEnabled(n,!1));(await this.fsService.readdir(this.fsService.joinPath(r,"resources"))).forEach((e=>{c.push("+ensure",e)})),this.logService.log("FXServer args",c),this.serverCmd=new Wa(a,c,r),this.disposableContainer.add((()=>this.serverCmd=null)),this.serverCmd.onClose((()=>{this.logService.log("FXServer terminated"),this.onStopEvent.emit()})),this.serverCmd.onError((e=>{this.logService.log("Server has failed to start",e)})),await this.serverCmd.start(),t.setText("Server started"),await this.readyDeferred.promise,t.setText("Ready")}async stop(e){this.serverCmd&&await this.serverCmd.stop()}async dispose(){this.disposed||(this.disposed=!0,this.sdkGameIPCServer&&(this.sdkGameIPCServer.close(),this.sdkGameIPCServer=null,this.sdkGameIPCSocket=null),this.disposableContainer.dispose())}onStop(e){return lr(this.onStopEvent.addListener(e))}async initSdkGameIPC(){this.sdkGameIPCServer=Ba().createServer(),this.sdkGameIPCServer.on("connection",(e=>{this.sdkGameIPCSocket=e,this.logService.log("IPC connection!");const t=gc().createStream();t.on("data",(e=>{try{const[t,r]=JSON.parse(e.toString());switch(t){case"state":return this.resourcesStateTicker.whenTickEnds((()=>this.apiClient.emit(zt.I1.resourcesState,r)));case"ready":return this.readyDeferred.resolve();case"consoleBuffer":return this.apiClient.emit(zt.I1.bufferedOutput,r);case"console":if(!r.message.trim())return;return void this.apiClient.emit(zt.I1.structuredOutputMessage,r)}}catch(t){this.logService.error(t,{msg:e})}})),e.pipe(t)}));const e=new ha.B;this.sdkGameIPCServer.listen("\\\\.\\pipe\\fxdk_fxserver_sdk_game_"+this.pipeAppendix,(()=>e.resolve())),await e.promise}emitSdkGameEvent(e,t){if(!this.sdkGameIPCSocket)return void this.logService.log("No sdk-game IPC socket",{eventType:e,data:t});this.logService.log("Emitting event to sdk-game",e,t);const r=JSON.stringify([e,t])+"\n";this.sdkGameIPCSocket.write(r)}setupGameServerServiceEvents(){this.disposableContainer.add(this.gameServerRuntime.onSendCommand((e=>this.sendCommand(e))),this.gameServerRuntime.onSetResources((e=>this.queue.append(e))),this.gameServerRuntime.onStartResource((e=>this.startResource(e))),this.gameServerRuntime.onStopResource((e=>this.stopResource(e))),this.gameServerRuntime.onRestartResource((e=>this.restartResource(e))),this.gameServerRuntime.onReloadResource((e=>this.refreshResources())),this.gameServerRuntime.onRequestResourcesState((()=>this.emitSdkGameEvent("state"))))}refreshResources(){this.emitSdkGameEvent("refresh")}restartResource(e){this.logService.log("Restarting resource",e),this.emitSdkGameEvent("restart",e)}stopResource(e){this.logService.log("Stopping resource",e),this.emitSdkGameEvent("stop",e)}startResource(e){this.logService.log("Starting resource",e),this.emitSdkGameEvent("start",e)}sendCommand(e){this.serverCmd?.writeStdin(e+"\n")}async setResources(e){const t=this.reconciler.setResources(e);if(t.load.length||t.unload.length){if(t.unload.length)for(const e of t.unload)this.stopResource(e.name);if(await this.linkResources(rc(e)),this.refreshResources(),t.load.length)for(const e of t.load)this.startResource(e.name)}}async linkResources(e){const t=this.fsService.joinPath(this.fxserverCwd,"resources");await this.fsService.rimraf(t),await this.fsService.mkdirp(t);const r=e.map((e=>({source:e,dest:this.fsService.joinPath(t,this.fsService.basename(e))})));r.unshift({source:this.configService.sdkGame,dest:this.fsService.joinPath(t,"sdk-game")}),await Promise.all(r.map((async({source:e,dest:t})=>{if(await this.fsService.statSafe(t)){await ue().promises.realpath(t)!==e&&await ue().promises.unlink(t)}try{await this.linkResource(e,t)}catch(e){this.logService.log("Failed to link resource",e.toString())}})))}async linkResource(e,t){void 0===this.windowsDevModeEnabled&&(this.windowsDevModeEnabled=await this.featuresService.get(Mt.windowsDevModeEnabled));const r=this.windowsDevModeEnabled?"dir":"junction";return ue().promises.symlink(e,t,r)}};var Kc,Yc;Hc([(0,xt.f3)(vt.A),Wc("design:type","function"==typeof(Lc=void 0!==vt.A&&vt.A)?Lc:Object)],Vc.prototype,"fsService",void 0),Hc([(0,xt.f3)(ht.E),Wc("design:type","function"==typeof(Fc=void 0!==ht.E&&ht.E)?Fc:Object)],Vc.prototype,"configService",void 0),Hc([(0,xt.f3)(Et.$),Wc("design:type","function"==typeof(Mc=void 0!==Et.$&&Et.$)?Mc:Object)],Vc.prototype,"logService",void 0),Hc([(0,xt.f3)(_t.S),Wc("design:type","function"==typeof(Bc=void 0!==_t.S&&_t.S)?Bc:Object)],Vc.prototype,"apiClient",void 0),Hc([(0,xt.f3)(Fa),Wc("design:type","function"==typeof(Uc=void 0!==Fa&&Fa)?Uc:Object)],Vc.prototype,"gameService",void 0),Hc([(0,xt.f3)(Ga),Wc("design:type","function"==typeof($c=void 0!==Ga&&Ga)?$c:Object)],Vc.prototype,"gameServerRuntime",void 0),Hc([(0,xt.f3)(ya),Wc("design:type","function"==typeof(Gc=void 0!==ya&&ya)?Gc:Object)],Vc.prototype,"gameServerManagerService",void 0),Hc([(0,xt.f3)(jc),Wc("design:type","function"==typeof(zc=void 0!==jc&&jc)?zc:Object)],Vc.prototype,"featuresService",void 0),Vc=Hc([(0,xt.b2)()],Vc),function(e){e.Created=new Gt.m,e.Opened=new Gt.m,e.BeforeLoad=new Gt.m,e.Loaded=new Gt.m,e.BeforeUnload=new Gt.m,e.ManifestUpdated=new Gt.m,e.AssetSpawned=new Gt.m,e.AssetConfigChanged=new Gt.m}(Kc||(Kc={})),function(e){e.Hydrated=new Gt.m,e.FsEntrySpawned=new Gt.m,e.FsEntryUpdated=new Gt.m,e.FsEntryChildrenScanned=new Gt.m,e.AfterCreated=new Gt.m,e.AfterModified=new Gt.m,e.BeforeRename=new Gt.m,e.AfterRenamed=new Gt.m,e.AfterDeleted=new Gt.m}(Yc||(Yc={}));var Jc,Zc,Xc,Qc,el,tl,rl,nl,il,sl=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},ol=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let al=class{constructor(){this.state=Nt.down,this.server=null,this.serverLock=new ha.B,this.serverLocked=!1,this.serverStopEvent=new Gt.K,this.serverStateChangeEvent=new Gt.K}getId(){return"GameServerService"}onServerStop(e){return this.serverStopEvent.addListener(e)}onServerStateChange(e){return this.serverStateChangeEvent.addListener(e)}disposeServer(){this.server&&(this.server.dispose?.(),this.server=null)}boot(){Kc.BeforeUnload.addListener((()=>this.stop())),this.apiClient.onClientConnected.addListener((()=>this.ackState())),this.serverLock.resolve(),process.on("exit",(()=>{this.server&&this.server.stop(this.taskReporterService.create("Stopping server"))}))}getState(){return this.state}isUp(){return this.state===Nt.up}ackState(){this.apiClient.emit(zt.I1.state,this.state)}lock(){this.serverLocked||(this.serverLocked=!0,this.serverLock=new ha.B)}unlock(){this.serverLocked&&(this.serverLocked=!1,this.serverLock.resolve())}async start(e){if(this.server)return this.notificationService.warning("Failed to start server as it is already running");const{fxserverCwd:t,updateChannel:r}=e;if(await this.serverLock.promise,this.lock(),await this.gameServerManagerService.getUpdateChannelPromise(e.updateChannel,Dt.ready),!await(n=30120,new Promise((e=>{const t=Ba().createServer();t.on("error",(()=>e(!1))),t.on("listening",(()=>{t.close(),e(!0)})),t.listen(n,"127.0.0.1")}))))return this.notificationService.error("Port 30120 is already taken, make sure nothing is using it"),this.unlock();var n;this.toState(Nt.booting),this.logService.log("Starting server",e);const i=this.taskReporterService.create("Starting server"),s=this.fsService.joinPath(t,"blank.cfg");await this.fsService.statSafe(s)||await this.fsService.writeFile(s,"");const o=await this.gameServerManagerService.getServerSupportsFxdkMode(r)?fc:Vc;try{this.server=this.containerAccess.resolve(o),this.server.onStop((e=>{this.disposeServer(),e&&this.notificationService.error(`Server error: ${e.toString()}`),this.toState(Nt.down),this.serverStopEvent.emit(e)})),await this.server.start(e,i),this.toState(Nt.up)}catch(e){this.disposeServer(),this.toState(Nt.down),this.notificationService.error(`Failed to start server: ${e.toString()}`)}finally{i.done(),this.unlock()}}async stop(){if(await this.serverLock.promise,this.server){this.lock();const e=this.taskReporterService.create("Stopping server");this.gameService.beginUnloading();try{await this.server.stop(e)}catch(e){this.notificationService.error(`Failed to stop server: ${e.toString()}`)}finally{e.done(),this.unlock()}}}toState(e){this.state!==e&&(this.state=e,this.serverStateChangeEvent.emit(this.state),this.ackState())}startResource(e){this.gameServerRuntime.startResource(e)}stopResource(e){this.gameServerRuntime.stopResource(e)}restartResource(e){this.gameServerRuntime.restartResource(e)}reloadResource(e){this.gameServerRuntime.reloadResource(e)}setResources(e){this.gameServerRuntime.setResources(e)}getResources(){return this.gameServerRuntime.getResources()}setVariables(e){this.gameServerRuntime.setVariables(e)}getVariables(){return this.gameServerRuntime.getVariables()}sendCommand(e){this.gameServerRuntime.sendCommand(e)}requestResourcesState(){this.gameServerRuntime.requestResourcesState()}};sl([(0,xt.f3)(_t.S),ol("design:type","function"==typeof(Jc=void 0!==_t.S&&_t.S)?Jc:Object)],al.prototype,"apiClient",void 0),sl([(0,xt.f3)(vt.A),ol("design:type","function"==typeof(Zc=void 0!==vt.A&&vt.A)?Zc:Object)],al.prototype,"fsService",void 0),sl([(0,xt.f3)(Et.$),ol("design:type","function"==typeof(Xc=void 0!==Et.$&&Et.$)?Xc:Object)],al.prototype,"logService",void 0),sl([(0,xt.f3)(fa.n),ol("design:type","function"==typeof(Qc=void 0!==fa.n&&fa.n)?Qc:Object)],al.prototype,"taskReporterService",void 0),sl([(0,xt.f3)(da.g),ol("design:type","function"==typeof(el=void 0!==da.g&&da.g)?el:Object)],al.prototype,"notificationService",void 0),sl([(0,xt.f3)(Fa),ol("design:type","function"==typeof(tl=void 0!==Fa&&Fa)?tl:Object)],al.prototype,"gameService",void 0),sl([(0,xt.f3)(ya),ol("design:type","function"==typeof(rl=void 0!==ya&&ya)?rl:Object)],al.prototype,"gameServerManagerService",void 0),sl([(0,xt.f3)(mt.SB),ol("design:type","function"==typeof(nl=void 0!==mt.SB&&mt.SB)?nl:Object)],al.prototype,"containerAccess",void 0),sl([(0,xt.f3)(Ga),ol("design:type","function"==typeof(il=void 0!==Ga&&Ga)?il:Object)],al.prototype,"gameServerRuntime",void 0),sl([(0,kt.K0)(zt.I1.startResource),ol("design:type",Function),ol("design:paramtypes",[String]),ol("design:returntype",void 0)],al.prototype,"startResource",null),sl([(0,kt.K0)(zt.I1.stopResource),ol("design:type",Function),ol("design:paramtypes",[String]),ol("design:returntype",void 0)],al.prototype,"stopResource",null),sl([(0,kt.K0)(zt.I1.restartResource),ol("design:type",Function),ol("design:paramtypes",[String]),ol("design:returntype",void 0)],al.prototype,"restartResource",null),sl([(0,kt.K0)(zt.I1.sendCommand),ol("design:type",Function),ol("design:paramtypes",[String]),ol("design:returntype",void 0)],al.prototype,"sendCommand",null),sl([(0,kt.K0)(zt.I1.ackResourcesState),ol("design:type",Function),ol("design:paramtypes",[]),ol("design:returntype",void 0)],al.prototype,"requestResourcesState",null),al=sl([(0,xt.b2)()],al);var cl,ll,pl,ul=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},dl=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let fl=class{constructor(){this.gameFPSLimited=!1}boot(){this.gameService.onGameStateChange((e=>{this.processState(e,this.gameServerService.getState())})),this.gameServerService.onServerStateChange((e=>{this.processState(this.gameService.getGameState(),e)}))}processState(e,t){switch(!0){case e===Ta.READY&&t===Nt.up:return this.logService.log("[GameConnectionService] Connecting client to server"),emit("sdk:connectClientTo","127.0.0.1:30120");case e===Ta.CONNECTED&&t===Nt.up:return this.logService.log("[GameConnectionService] FPS limit lifted"),this.unlimitFPS();case e===Ta.UNLOADING&&t===Nt.down:return this.logService.log("[GameConnectionService] Disconnecting client from server"),emit("sdk:disconnectClient");default:return this.logService.log("[GameConnectionService] FPS has been limited to 60"),this.limitFPS()}}limitFPS(){this.gameFPSLimited||(this.gameFPSLimited=!0,emit("sdk:setFPSLimit",60))}unlimitFPS(){this.gameFPSLimited&&(this.gameFPSLimited=!1,emit("sdk:setFPSLimit",0))}};ul([(0,xt.f3)(Et.$),dl("design:type","function"==typeof(cl=void 0!==Et.$&&Et.$)?cl:Object)],fl.prototype,"logService",void 0),ul([(0,xt.f3)(Fa),dl("design:type","function"==typeof(ll=void 0!==Fa&&Fa)?ll:Object)],fl.prototype,"gameService",void 0),ul([(0,xt.f3)(al),dl("design:type","function"==typeof(pl=void 0!==al&&al)?pl:Object)],fl.prototype,"gameServerService",void 0),fl=ul([(0,xt.b2)()],fl),Pt((0,Lt.f)((0,mt.zr)(Fa))),(0,Lt.f)((0,mt.zr)(fl)),Pt((0,Lt.f)((0,mt.zr)(fa.n)));var hl=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},ml=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let gl=class{constructor(){console.log("Started ConsoleLogger")}log(...e){console.log(...e)}};gl=hl([(0,xt.b2)(),ml("design:paramtypes",[])],gl);var vl=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},yl=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let bl=class{constructor(){console.log("Started SentryLogger")}setUserId(e){Z("setUser",{id:e})}error(e,t){!function(e,t){var r;try{throw new Error("Sentry syntheticException")}catch(e){r=e}Z("captureException",e,{captureContext:t,originalException:e,syntheticException:r})}(e,{extra:t})}};function wl(){return"object"==typeof navigator&&"userAgent"in navigator?navigator.userAgent:"object"==typeof process&&"version"in process?`Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`:"<environment undetectable>"}bl=vl([(0,xt.b2)(),yl("design:paramtypes",[])],bl),(0,mt.zr)(Et.$),(0,St.x)(ir.P),(0,ir.Y)((0,mt.zr)(gl)),(0,ir.Y)((0,mt.zr)(bl)),Pt((0,Lt.f)((0,mt.zr)(bc)));var xl=r(5186);function _l(e){return"[object Object]"===Object.prototype.toString.call(e)}function Sl(e){var t,r;return!1!==_l(e)&&(void 0===(t=e.constructor)||!1!==_l(r=t.prototype)&&!1!==r.hasOwnProperty("isPrototypeOf"))}function El(e,t){const r=Object.assign({},e);return Object.keys(t).forEach((n=>{Sl(t[n])?n in e?r[n]=El(e[n],t[n]):Object.assign(r,{[n]:t[n]}):Object.assign(r,{[n]:t[n]})})),r}function kl(e){for(const t in e)void 0===e[t]&&delete e[t];return e}function Al(e,t,r){if("string"==typeof t){let[e,n]=t.split(" ");r=Object.assign(n?{method:e,url:n}:{url:e},r)}else r=Object.assign({},t);var n;r.headers=(n=r.headers)?Object.keys(n).reduce(((e,t)=>(e[t.toLowerCase()]=n[t],e)),{}):{},kl(r),kl(r.headers);const i=El(e||{},r);return e&&e.mediaType.previews.length&&(i.mediaType.previews=e.mediaType.previews.filter((e=>!i.mediaType.previews.includes(e))).concat(i.mediaType.previews)),i.mediaType.previews=i.mediaType.previews.map((e=>e.replace(/-preview/,""))),i}const Ol=/\{[^}]+\}/g;function Tl(e){return e.replace(/^\W+|\W+$/g,"").split(/,/)}function Cl(e,t){return Object.keys(e).filter((e=>!t.includes(e))).reduce(((t,r)=>(t[r]=e[r],t)),{})}function Rl(e){return e.split(/(%[0-9A-Fa-f]{2})/g).map((function(e){return/%[0-9A-Fa-f]/.test(e)||(e=encodeURI(e).replace(/%5B/g,"[").replace(/%5D/g,"]")),e})).join("")}function Pl(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function jl(e,t,r){return t="+"===e||"#"===e?Rl(t):Pl(t),r?Pl(r)+"="+t:t}function Nl(e){return null!=e}function Il(e){return";"===e||"&"===e||"?"===e}function Dl(e,t){var r=["+","#",".","/",";","?","&"];return e.replace(/\{([^\{\}]+)\}|([^\{\}]+)/g,(function(e,n,i){if(n){let e="";const i=[];if(-1!==r.indexOf(n.charAt(0))&&(e=n.charAt(0),n=n.substr(1)),n.split(/,/g).forEach((function(r){var n=/([^:\*]*)(?::(\d+)|(\*))?/.exec(r);i.push(function(e,t,r,n){var i=e[r],s=[];if(Nl(i)&&""!==i)if("string"==typeof i||"number"==typeof i||"boolean"==typeof i)i=i.toString(),n&&"*"!==n&&(i=i.substring(0,parseInt(n,10))),s.push(jl(t,i,Il(t)?r:""));else if("*"===n)Array.isArray(i)?i.filter(Nl).forEach((function(e){s.push(jl(t,e,Il(t)?r:""))})):Object.keys(i).forEach((function(e){Nl(i[e])&&s.push(jl(t,i[e],e))}));else{const e=[];Array.isArray(i)?i.filter(Nl).forEach((function(r){e.push(jl(t,r))})):Object.keys(i).forEach((function(r){Nl(i[r])&&(e.push(Pl(r)),e.push(jl(t,i[r].toString())))})),Il(t)?s.push(Pl(r)+"="+e.join(",")):0!==e.length&&s.push(e.join(","))}else";"===t?Nl(i)&&s.push(Pl(r)):""!==i||"&"!==t&&"?"!==t?""===i&&s.push(""):s.push(Pl(r)+"=");return s}(t,e,n[1],n[2]||n[3]))})),e&&"+"!==e){var s=",";return"?"===e?s="&":"#"!==e&&(s=e),(0!==i.length?e:"")+i.join(s)}return i.join(",")}return Rl(i)}))}function Ll(e){let t,r=e.method.toUpperCase(),n=(e.url||"/").replace(/:([a-z]\w+)/g,"{$1}"),i=Object.assign({},e.headers),s=Cl(e,["method","baseUrl","url","headers","request","mediaType"]);const o=function(e){const t=e.match(Ol);return t?t.map(Tl).reduce(((e,t)=>e.concat(t)),[]):[]}(n);var a;n=(a=n,{expand:Dl.bind(null,a)}).expand(s),/^http/.test(n)||(n=e.baseUrl+n);const c=Cl(s,Object.keys(e).filter((e=>o.includes(e))).concat("baseUrl"));if(!/application\/octet-stream/i.test(i.accept)&&(e.mediaType.format&&(i.accept=i.accept.split(/,/).map((t=>t.replace(/application\/vnd(\.\w+)(\.v3)?(\.\w+)?(\+json)?$/,`application/vnd$1$2.${e.mediaType.format}`))).join(",")),e.mediaType.previews.length)){const t=i.accept.match(/[\w-]+(?=-preview)/g)||[];i.accept=t.concat(e.mediaType.previews).map((t=>`application/vnd.github.${t}-preview${e.mediaType.format?`.${e.mediaType.format}`:"+json"}`)).join(",")}return["GET","HEAD"].includes(r)?n=function(e,t){const r=/\?/.test(e)?"&":"?",n=Object.keys(t);return 0===n.length?e:e+r+n.map((e=>"q"===e?"q="+t.q.split("+").map(encodeURIComponent).join("+"):`${e}=${encodeURIComponent(t[e])}`)).join("&")}(n,c):"data"in c?t=c.data:Object.keys(c).length?t=c:i["content-length"]=0,i["content-type"]||void 0===t||(i["content-type"]="application/json; charset=utf-8"),["PATCH","PUT"].includes(r)&&void 0===t&&(t=""),Object.assign({method:r,url:n,headers:i},void 0!==t?{body:t}:null,e.request?{request:e.request}:null)}function Fl(e,t,r){return Ll(Al(e,t,r))}const Ml=function e(t,r){const n=Al(t,r),i=Fl.bind(null,n);return Object.assign(i,{DEFAULTS:n,defaults:e.bind(null,n),merge:Al.bind(null,n),parse:Ll})}(null,{method:"GET",baseUrl:"https://api.github.com",headers:{accept:"application/vnd.github.v3+json","user-agent":`octokit-endpoint.js/6.0.11 ${wl()}`},mediaType:{format:"",previews:[]}});class Bl extends Error{constructor(e){super(e),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name="Deprecation"}}var Ul=r(778);const $l=r.n(Ul)()((e=>console.warn(e)));class Gl extends Error{constructor(e,t,r){super(e),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name="HttpError",this.status=t,Object.defineProperty(this,"code",{get:()=>($l(new Bl("[@octokit/request-error] `error.code` is deprecated, use `error.status`.")),t)}),this.headers=r.headers||{};const n=Object.assign({},r.request);r.request.headers.authorization&&(n.headers=Object.assign({},r.request.headers,{authorization:r.request.headers.authorization.replace(/ .*$/," [REDACTED]")})),n.url=n.url.replace(/\bclient_secret=\w+/g,"client_secret=[REDACTED]").replace(/\baccess_token=\w+/g,"access_token=[REDACTED]"),this.request=n}}function zl(e){(Sl(e.body)||Array.isArray(e.body))&&(e.body=JSON.stringify(e.body));let t,r,n={};return(e.request&&e.request.fetch||Ko)(e.url,Object.assign({method:e.method,body:e.body,headers:e.headers,redirect:e.redirect},e.request)).then((i=>{r=i.url,t=i.status;for(const e of i.headers)n[e[0]]=e[1];if(204===t||205===t)return;if("HEAD"===e.method){if(t<400)return;throw new Gl(i.statusText,t,{headers:n,request:e})}if(304===t)throw new Gl("Not modified",t,{headers:n,request:e});if(t>=400)return i.text().then((r=>{const i=new Gl(r,t,{headers:n,request:e});try{let e=JSON.parse(i.message);Object.assign(i,e);let t=e.errors;i.message=i.message+": "+t.map(JSON.stringify).join(", ")}catch(e){}throw i}));const s=i.headers.get("content-type");return/application\/json/.test(s)?i.json():!s||/^text\/|charset=utf-8$/.test(s)?i.text():function(e){return e.arrayBuffer()}(i)})).then((e=>({status:t,url:r,headers:n,data:e}))).catch((t=>{if(t instanceof Gl)throw t;throw new Gl(t.message,500,{headers:n,request:e})}))}const ql=function e(t,r){const n=t.defaults(r);return Object.assign((function(t,r){const i=n.merge(t,r);if(!i.request||!i.request.hook)return zl(n.parse(i));const s=(e,t)=>zl(n.parse(n.merge(e,t)));return Object.assign(s,{endpoint:n,defaults:e.bind(null,n)}),i.request.hook(s,i)}),{endpoint:n,defaults:e.bind(null,n)})}(Ml,{headers:{"user-agent":`octokit-request.js/5.4.14 ${wl()}`}});class Hl extends Error{constructor(e,t){super(t.data.errors[0].message),Object.assign(this,t.data),Object.assign(this,{headers:t.headers}),this.name="GraphqlError",this.request=e,Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}}const Wl=["method","baseUrl","url","headers","request","query","mediaType"],Vl=/\/api\/v3\/?$/;function Kl(e,t){const r=e.defaults(t);return Object.assign(((e,t)=>function(e,t,r){if("string"==typeof t&&r&&"query"in r)return Promise.reject(new Error('[@octokit/graphql] "query" cannot be used as variable name'));const n="string"==typeof t?Object.assign({query:t},r):t,i=Object.keys(n).reduce(((e,t)=>Wl.includes(t)?(e[t]=n[t],e):(e.variables||(e.variables={}),e.variables[t]=n[t],e)),{}),s=n.baseUrl||e.endpoint.DEFAULTS.baseUrl;return Vl.test(s)&&(i.url=s.replace(Vl,"/api/graphql")),e(i).then((e=>{if(e.data.errors){const t={};for(const r of Object.keys(e.headers))t[r]=e.headers[r];throw new Hl(i,{headers:t,data:e.data})}return e.data.data}))}(r,e,t)),{defaults:Kl.bind(null,r),endpoint:ql.endpoint})}Kl(ql,{headers:{"user-agent":`octokit-graphql.js/4.6.0 ${wl()}`},method:"POST",url:"/graphql"});async function Yl(e){const t=3===e.split(/\./).length?"app":/^v\d+\./.test(e)?"installation":"oauth";return{type:"token",token:e,tokenType:t}}async function Jl(e,t,r,n){const i=t.endpoint.merge(r,n);return i.headers.authorization=function(e){return 3===e.split(/\./).length?`bearer ${e}`:`token ${e}`}(e),t(i)}const Zl=function(e){if(!e)throw new Error("[@octokit/auth-token] No token passed to createTokenAuth");if("string"!=typeof e)throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string");return e=e.replace(/^(token|bearer) +/i,""),Object.assign(Yl.bind(null,e),{hook:Jl.bind(null,e)})},Xl="3.2.5";class Ql{constructor(e={}){const t=new xl.Collection,r={baseUrl:ql.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:t.bind(null,"request")}),mediaType:{previews:[],format:""}};var n;if(r.headers["user-agent"]=[e.userAgent,`octokit-core.js/3.2.5 ${wl()}`].filter(Boolean).join(" "),e.baseUrl&&(r.baseUrl=e.baseUrl),e.previews&&(r.mediaType.previews=e.previews),e.timeZone&&(r.headers["time-zone"]=e.timeZone),this.request=ql.defaults(r),this.graphql=(n=this.request,Kl(n,{method:"POST",url:"/graphql"})).defaults(r),this.log=Object.assign({debug:()=>{},info:()=>{},warn:console.warn.bind(console),error:console.error.bind(console)},e.log),this.hook=t,e.authStrategy){const{authStrategy:r,...n}=e,i=r(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:n},e.auth));t.wrap("request",i.hook),this.auth=i}else if(e.auth){const r=Zl(e.auth);t.wrap("request",r.hook),this.auth=r}else this.auth=async()=>({type:"unauthenticated"});this.constructor.plugins.forEach((t=>{Object.assign(this,t(this,e))}))}static defaults(e){return class extends(this){constructor(...t){const r=t[0]||{};super("function"!=typeof e?Object.assign({},e,r,r.userAgent&&e.userAgent?{userAgent:`${r.userAgent} ${e.userAgent}`}:null):e(r))}}}static plugin(...e){var t;const r=this.plugins;return(t=class extends(this){}).plugins=r.concat(e.filter((e=>!r.includes(e)))),t}}Ql.VERSION=Xl,Ql.plugins=[];function ep(e){e.hook.wrap("request",((t,r)=>{e.log.debug("request",r);const n=Date.now(),i=e.request.endpoint.parse(r),s=i.url.replace(r.baseUrl,"");return t(r).then((t=>(e.log.info(`${i.method} ${s} - ${t.status} in ${Date.now()-n}ms`),t))).catch((t=>{throw e.log.info(`${i.method} ${s} - ${t.status} in ${Date.now()-n}ms`),t}))}))}ep.VERSION="1.0.3";function tp(e,t,r){const n="function"==typeof t?t.endpoint(r):e.request.endpoint(t,r),i="function"==typeof t?t:e.request,s=n.method,o=n.headers;let a=n.url;return{[Symbol.asyncIterator]:()=>({async next(){if(!a)return{done:!0};const e=function(e){if(!("total_count"in e.data)||"url"in e.data)return e;const t=e.data.incomplete_results,r=e.data.repository_selection,n=e.data.total_count;delete e.data.incomplete_results,delete e.data.repository_selection,delete e.data.total_count;const i=Object.keys(e.data)[0],s=e.data[i];return e.data=s,void 0!==t&&(e.data.incomplete_results=t),void 0!==r&&(e.data.repository_selection=r),e.data.total_count=n,e}(await i({method:s,url:a,headers:o}));return a=((e.headers.link||"").match(/<([^>]+)>;\s*rel="next"/)||[])[1],{value:e}}})}}function rp(e,t,r,n){return"function"==typeof r&&(n=r,r=void 0),np(e,[],tp(e,t,r)[Symbol.asyncIterator](),n)}function np(e,t,r,n){return r.next().then((i=>{if(i.done)return t;let s=!1;return t=t.concat(n?n(i.value,(function(){s=!0})):i.value.data),s?t:np(e,t,r,n)}))}Object.assign(rp,{iterator:tp});function ip(e){return{paginate:Object.assign(rp.bind(null,e),{iterator:tp.bind(null,e)})}}ip.VERSION="2.11.0";const sp={actions:{addSelectedRepoToOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],cancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"],createOrUpdateEnvironmentSecret:["PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}"],createRegistrationTokenForOrg:["POST /orgs/{org}/actions/runners/registration-token"],createRegistrationTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/registration-token"],createRemoveTokenForOrg:["POST /orgs/{org}/actions/runners/remove-token"],createRemoveTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/remove-token"],createWorkflowDispatch:["POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"],deleteArtifact:["DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],deleteEnvironmentSecret:["DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"],deleteOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}"],deleteSelfHostedRunnerFromOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}"],deleteSelfHostedRunnerFromRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}"],deleteWorkflowRun:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}"],deleteWorkflowRunLogs:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],disableSelectedRepositoryGithubActionsOrganization:["DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}"],disableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"],downloadArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"],downloadJobLogsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs"],downloadWorkflowRunLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],enableSelectedRepositoryGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories/{repository_id}"],enableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"],getAllowedActionsOrganization:["GET /orgs/{org}/actions/permissions/selected-actions"],getAllowedActionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/selected-actions"],getArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],getEnvironmentPublicKey:["GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key"],getEnvironmentSecret:["GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"],getGithubActionsPermissionsOrganization:["GET /orgs/{org}/actions/permissions"],getGithubActionsPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions"],getJobForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"],getOrgPublicKey:["GET /orgs/{org}/actions/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}"],getPendingDeploymentsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],getRepoPermissions:["GET /repos/{owner}/{repo}/actions/permissions",{},{renamed:["actions","getGithubActionsPermissionsRepository"]}],getRepoPublicKey:["GET /repos/{owner}/{repo}/actions/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"],getReviewsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals"],getSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}"],getSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}"],getWorkflow:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}"],getWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}"],getWorkflowRunUsage:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing"],getWorkflowUsage:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing"],listArtifactsForRepo:["GET /repos/{owner}/{repo}/actions/artifacts"],listEnvironmentSecrets:["GET /repositories/{repository_id}/environments/{environment_name}/secrets"],listJobsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs"],listOrgSecrets:["GET /orgs/{org}/actions/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/actions/secrets"],listRepoWorkflows:["GET /repos/{owner}/{repo}/actions/workflows"],listRunnerApplicationsForOrg:["GET /orgs/{org}/actions/runners/downloads"],listRunnerApplicationsForRepo:["GET /repos/{owner}/{repo}/actions/runners/downloads"],listSelectedReposForOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"],listSelectedRepositoriesEnabledGithubActionsOrganization:["GET /orgs/{org}/actions/permissions/repositories"],listSelfHostedRunnersForOrg:["GET /orgs/{org}/actions/runners"],listSelfHostedRunnersForRepo:["GET /repos/{owner}/{repo}/actions/runners"],listWorkflowRunArtifacts:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"],listWorkflowRuns:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"],listWorkflowRunsForRepo:["GET /repos/{owner}/{repo}/actions/runs"],reRunWorkflow:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],reviewPendingDeploymentsForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],setAllowedActionsOrganization:["PUT /orgs/{org}/actions/permissions/selected-actions"],setAllowedActionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/selected-actions"],setGithubActionsPermissionsOrganization:["PUT /orgs/{org}/actions/permissions"],setGithubActionsPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories"],setSelectedRepositoriesEnabledGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories"]},activity:{checkRepoIsStarredByAuthenticatedUser:["GET /user/starred/{owner}/{repo}"],deleteRepoSubscription:["DELETE /repos/{owner}/{repo}/subscription"],deleteThreadSubscription:["DELETE /notifications/threads/{thread_id}/subscription"],getFeeds:["GET /feeds"],getRepoSubscription:["GET /repos/{owner}/{repo}/subscription"],getThread:["GET /notifications/threads/{thread_id}"],getThreadSubscriptionForAuthenticatedUser:["GET /notifications/threads/{thread_id}/subscription"],listEventsForAuthenticatedUser:["GET /users/{username}/events"],listNotificationsForAuthenticatedUser:["GET /notifications"],listOrgEventsForAuthenticatedUser:["GET /users/{username}/events/orgs/{org}"],listPublicEvents:["GET /events"],listPublicEventsForRepoNetwork:["GET /networks/{owner}/{repo}/events"],listPublicEventsForUser:["GET /users/{username}/events/public"],listPublicOrgEvents:["GET /orgs/{org}/events"],listReceivedEventsForUser:["GET /users/{username}/received_events"],listReceivedPublicEventsForUser:["GET /users/{username}/received_events/public"],listRepoEvents:["GET /repos/{owner}/{repo}/events"],listRepoNotificationsForAuthenticatedUser:["GET /repos/{owner}/{repo}/notifications"],listReposStarredByAuthenticatedUser:["GET /user/starred"],listReposStarredByUser:["GET /users/{username}/starred"],listReposWatchedByUser:["GET /users/{username}/subscriptions"],listStargazersForRepo:["GET /repos/{owner}/{repo}/stargazers"],listWatchedReposForAuthenticatedUser:["GET /user/subscriptions"],listWatchersForRepo:["GET /repos/{owner}/{repo}/subscribers"],markNotificationsAsRead:["PUT /notifications"],markRepoNotificationsAsRead:["PUT /repos/{owner}/{repo}/notifications"],markThreadAsRead:["PATCH /notifications/threads/{thread_id}"],setRepoSubscription:["PUT /repos/{owner}/{repo}/subscription"],setThreadSubscription:["PUT /notifications/threads/{thread_id}/subscription"],starRepoForAuthenticatedUser:["PUT /user/starred/{owner}/{repo}"],unstarRepoForAuthenticatedUser:["DELETE /user/starred/{owner}/{repo}"]},apps:{addRepoToInstallation:["PUT /user/installations/{installation_id}/repositories/{repository_id}"],checkToken:["POST /applications/{client_id}/token"],createContentAttachment:["POST /content_references/{content_reference_id}/attachments",{mediaType:{previews:["corsair"]}}],createFromManifest:["POST /app-manifests/{code}/conversions"],createInstallationAccessToken:["POST /app/installations/{installation_id}/access_tokens"],deleteAuthorization:["DELETE /applications/{client_id}/grant"],deleteInstallation:["DELETE /app/installations/{installation_id}"],deleteToken:["DELETE /applications/{client_id}/token"],getAuthenticated:["GET /app"],getBySlug:["GET /apps/{app_slug}"],getInstallation:["GET /app/installations/{installation_id}"],getOrgInstallation:["GET /orgs/{org}/installation"],getRepoInstallation:["GET /repos/{owner}/{repo}/installation"],getSubscriptionPlanForAccount:["GET /marketplace_listing/accounts/{account_id}"],getSubscriptionPlanForAccountStubbed:["GET /marketplace_listing/stubbed/accounts/{account_id}"],getUserInstallation:["GET /users/{username}/installation"],getWebhookConfigForApp:["GET /app/hook/config"],listAccountsForPlan:["GET /marketplace_listing/plans/{plan_id}/accounts"],listAccountsForPlanStubbed:["GET /marketplace_listing/stubbed/plans/{plan_id}/accounts"],listInstallationReposForAuthenticatedUser:["GET /user/installations/{installation_id}/repositories"],listInstallations:["GET /app/installations"],listInstallationsForAuthenticatedUser:["GET /user/installations"],listPlans:["GET /marketplace_listing/plans"],listPlansStubbed:["GET /marketplace_listing/stubbed/plans"],listReposAccessibleToInstallation:["GET /installation/repositories"],listSubscriptionsForAuthenticatedUser:["GET /user/marketplace_purchases"],listSubscriptionsForAuthenticatedUserStubbed:["GET /user/marketplace_purchases/stubbed"],removeRepoFromInstallation:["DELETE /user/installations/{installation_id}/repositories/{repository_id}"],resetToken:["PATCH /applications/{client_id}/token"],revokeInstallationAccessToken:["DELETE /installation/token"],scopeToken:["POST /applications/{client_id}/token/scoped"],suspendInstallation:["PUT /app/installations/{installation_id}/suspended"],unsuspendInstallation:["DELETE /app/installations/{installation_id}/suspended"],updateWebhookConfigForApp:["PATCH /app/hook/config"]},billing:{getGithubActionsBillingOrg:["GET /orgs/{org}/settings/billing/actions"],getGithubActionsBillingUser:["GET /users/{username}/settings/billing/actions"],getGithubPackagesBillingOrg:["GET /orgs/{org}/settings/billing/packages"],getGithubPackagesBillingUser:["GET /users/{username}/settings/billing/packages"],getSharedStorageBillingOrg:["GET /orgs/{org}/settings/billing/shared-storage"],getSharedStorageBillingUser:["GET /users/{username}/settings/billing/shared-storage"]},checks:{create:["POST /repos/{owner}/{repo}/check-runs"],createSuite:["POST /repos/{owner}/{repo}/check-suites"],get:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}"],getSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}"],listAnnotations:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"],listForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"],listForSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"],listSuitesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-suites"],rerequestSuite:["POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"],setSuitesPreferences:["PATCH /repos/{owner}/{repo}/check-suites/preferences"],update:["PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}"]},codeScanning:{deleteAnalysis:["DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}"],getAlert:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}",{},{renamedParameters:{alert_id:"alert_number"}}],getAnalysis:["GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"],getSarif:["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"],listAlertsForRepo:["GET /repos/{owner}/{repo}/code-scanning/alerts"],listAlertsInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"],listRecentAnalyses:["GET /repos/{owner}/{repo}/code-scanning/analyses"],updateAlert:["PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"],uploadSarif:["POST /repos/{owner}/{repo}/code-scanning/sarifs"]},codesOfConduct:{getAllCodesOfConduct:["GET /codes_of_conduct",{mediaType:{previews:["scarlet-witch"]}}],getConductCode:["GET /codes_of_conduct/{key}",{mediaType:{previews:["scarlet-witch"]}}],getForRepo:["GET /repos/{owner}/{repo}/community/code_of_conduct",{mediaType:{previews:["scarlet-witch"]}}]},emojis:{get:["GET /emojis"]},enterpriseAdmin:{disableSelectedOrganizationGithubActionsEnterprise:["DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"],enableSelectedOrganizationGithubActionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"],getAllowedActionsEnterprise:["GET /enterprises/{enterprise}/actions/permissions/selected-actions"],getGithubActionsPermissionsEnterprise:["GET /enterprises/{enterprise}/actions/permissions"],listSelectedOrganizationsEnabledGithubActionsEnterprise:["GET /enterprises/{enterprise}/actions/permissions/organizations"],setAllowedActionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions/selected-actions"],setGithubActionsPermissionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions"],setSelectedOrganizationsEnabledGithubActionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions/organizations"]},gists:{checkIsStarred:["GET /gists/{gist_id}/star"],create:["POST /gists"],createComment:["POST /gists/{gist_id}/comments"],delete:["DELETE /gists/{gist_id}"],deleteComment:["DELETE /gists/{gist_id}/comments/{comment_id}"],fork:["POST /gists/{gist_id}/forks"],get:["GET /gists/{gist_id}"],getComment:["GET /gists/{gist_id}/comments/{comment_id}"],getRevision:["GET /gists/{gist_id}/{sha}"],list:["GET /gists"],listComments:["GET /gists/{gist_id}/comments"],listCommits:["GET /gists/{gist_id}/commits"],listForUser:["GET /users/{username}/gists"],listForks:["GET /gists/{gist_id}/forks"],listPublic:["GET /gists/public"],listStarred:["GET /gists/starred"],star:["PUT /gists/{gist_id}/star"],unstar:["DELETE /gists/{gist_id}/star"],update:["PATCH /gists/{gist_id}"],updateComment:["PATCH /gists/{gist_id}/comments/{comment_id}"]},git:{createBlob:["POST /repos/{owner}/{repo}/git/blobs"],createCommit:["POST /repos/{owner}/{repo}/git/commits"],createRef:["POST /repos/{owner}/{repo}/git/refs"],createTag:["POST /repos/{owner}/{repo}/git/tags"],createTree:["POST /repos/{owner}/{repo}/git/trees"],deleteRef:["DELETE /repos/{owner}/{repo}/git/refs/{ref}"],getBlob:["GET /repos/{owner}/{repo}/git/blobs/{file_sha}"],getCommit:["GET /repos/{owner}/{repo}/git/commits/{commit_sha}"],getRef:["GET /repos/{owner}/{repo}/git/ref/{ref}"],getTag:["GET /repos/{owner}/{repo}/git/tags/{tag_sha}"],getTree:["GET /repos/{owner}/{repo}/git/trees/{tree_sha}"],listMatchingRefs:["GET /repos/{owner}/{repo}/git/matching-refs/{ref}"],updateRef:["PATCH /repos/{owner}/{repo}/git/refs/{ref}"]},gitignore:{getAllTemplates:["GET /gitignore/templates"],getTemplate:["GET /gitignore/templates/{name}"]},interactions:{getRestrictionsForAuthenticatedUser:["GET /user/interaction-limits"],getRestrictionsForOrg:["GET /orgs/{org}/interaction-limits"],getRestrictionsForRepo:["GET /repos/{owner}/{repo}/interaction-limits"],getRestrictionsForYourPublicRepos:["GET /user/interaction-limits",{},{renamed:["interactions","getRestrictionsForAuthenticatedUser"]}],removeRestrictionsForAuthenticatedUser:["DELETE /user/interaction-limits"],removeRestrictionsForOrg:["DELETE /orgs/{org}/interaction-limits"],removeRestrictionsForRepo:["DELETE /repos/{owner}/{repo}/interaction-limits"],removeRestrictionsForYourPublicRepos:["DELETE /user/interaction-limits",{},{renamed:["interactions","removeRestrictionsForAuthenticatedUser"]}],setRestrictionsForAuthenticatedUser:["PUT /user/interaction-limits"],setRestrictionsForOrg:["PUT /orgs/{org}/interaction-limits"],setRestrictionsForRepo:["PUT /repos/{owner}/{repo}/interaction-limits"],setRestrictionsForYourPublicRepos:["PUT /user/interaction-limits",{},{renamed:["interactions","setRestrictionsForAuthenticatedUser"]}]},issues:{addAssignees:["POST /repos/{owner}/{repo}/issues/{issue_number}/assignees"],addLabels:["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"],checkUserCanBeAssigned:["GET /repos/{owner}/{repo}/assignees/{assignee}"],create:["POST /repos/{owner}/{repo}/issues"],createComment:["POST /repos/{owner}/{repo}/issues/{issue_number}/comments"],createLabel:["POST /repos/{owner}/{repo}/labels"],createMilestone:["POST /repos/{owner}/{repo}/milestones"],deleteComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}"],deleteLabel:["DELETE /repos/{owner}/{repo}/labels/{name}"],deleteMilestone:["DELETE /repos/{owner}/{repo}/milestones/{milestone_number}"],get:["GET /repos/{owner}/{repo}/issues/{issue_number}"],getComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}"],getEvent:["GET /repos/{owner}/{repo}/issues/events/{event_id}"],getLabel:["GET /repos/{owner}/{repo}/labels/{name}"],getMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}"],list:["GET /issues"],listAssignees:["GET /repos/{owner}/{repo}/assignees"],listComments:["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"],listCommentsForRepo:["GET /repos/{owner}/{repo}/issues/comments"],listEvents:["GET /repos/{owner}/{repo}/issues/{issue_number}/events"],listEventsForRepo:["GET /repos/{owner}/{repo}/issues/events"],listEventsForTimeline:["GET /repos/{owner}/{repo}/issues/{issue_number}/timeline",{mediaType:{previews:["mockingbird"]}}],listForAuthenticatedUser:["GET /user/issues"],listForOrg:["GET /orgs/{org}/issues"],listForRepo:["GET /repos/{owner}/{repo}/issues"],listLabelsForMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels"],listLabelsForRepo:["GET /repos/{owner}/{repo}/labels"],listLabelsOnIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/labels"],listMilestones:["GET /repos/{owner}/{repo}/milestones"],lock:["PUT /repos/{owner}/{repo}/issues/{issue_number}/lock"],removeAllLabels:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels"],removeAssignees:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees"],removeLabel:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"],setLabels:["PUT /repos/{owner}/{repo}/issues/{issue_number}/labels"],unlock:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock"],update:["PATCH /repos/{owner}/{repo}/issues/{issue_number}"],updateComment:["PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}"],updateLabel:["PATCH /repos/{owner}/{repo}/labels/{name}"],updateMilestone:["PATCH /repos/{owner}/{repo}/milestones/{milestone_number}"]},licenses:{get:["GET /licenses/{license}"],getAllCommonlyUsed:["GET /licenses"],getForRepo:["GET /repos/{owner}/{repo}/license"]},markdown:{render:["POST /markdown"],renderRaw:["POST /markdown/raw",{headers:{"content-type":"text/plain; charset=utf-8"}}]},meta:{get:["GET /meta"],getOctocat:["GET /octocat"],getZen:["GET /zen"],root:["GET /"]},migrations:{cancelImport:["DELETE /repos/{owner}/{repo}/import"],deleteArchiveForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/archive",{mediaType:{previews:["wyandotte"]}}],deleteArchiveForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/archive",{mediaType:{previews:["wyandotte"]}}],downloadArchiveForOrg:["GET /orgs/{org}/migrations/{migration_id}/archive",{mediaType:{previews:["wyandotte"]}}],getArchiveForAuthenticatedUser:["GET /user/migrations/{migration_id}/archive",{mediaType:{previews:["wyandotte"]}}],getCommitAuthors:["GET /repos/{owner}/{repo}/import/authors"],getImportStatus:["GET /repos/{owner}/{repo}/import"],getLargeFiles:["GET /repos/{owner}/{repo}/import/large_files"],getStatusForAuthenticatedUser:["GET /user/migrations/{migration_id}",{mediaType:{previews:["wyandotte"]}}],getStatusForOrg:["GET /orgs/{org}/migrations/{migration_id}",{mediaType:{previews:["wyandotte"]}}],listForAuthenticatedUser:["GET /user/migrations",{mediaType:{previews:["wyandotte"]}}],listForOrg:["GET /orgs/{org}/migrations",{mediaType:{previews:["wyandotte"]}}],listReposForOrg:["GET /orgs/{org}/migrations/{migration_id}/repositories",{mediaType:{previews:["wyandotte"]}}],listReposForUser:["GET /user/migrations/{migration_id}/repositories",{mediaType:{previews:["wyandotte"]}}],mapCommitAuthor:["PATCH /repos/{owner}/{repo}/import/authors/{author_id}"],setLfsPreference:["PATCH /repos/{owner}/{repo}/import/lfs"],startForAuthenticatedUser:["POST /user/migrations"],startForOrg:["POST /orgs/{org}/migrations"],startImport:["PUT /repos/{owner}/{repo}/import"],unlockRepoForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock",{mediaType:{previews:["wyandotte"]}}],unlockRepoForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock",{mediaType:{previews:["wyandotte"]}}],updateImport:["PATCH /repos/{owner}/{repo}/import"]},orgs:{blockUser:["PUT /orgs/{org}/blocks/{username}"],cancelInvitation:["DELETE /orgs/{org}/invitations/{invitation_id}"],checkBlockedUser:["GET /orgs/{org}/blocks/{username}"],checkMembershipForUser:["GET /orgs/{org}/members/{username}"],checkPublicMembershipForUser:["GET /orgs/{org}/public_members/{username}"],convertMemberToOutsideCollaborator:["PUT /orgs/{org}/outside_collaborators/{username}"],createInvitation:["POST /orgs/{org}/invitations"],createWebhook:["POST /orgs/{org}/hooks"],deleteWebhook:["DELETE /orgs/{org}/hooks/{hook_id}"],get:["GET /orgs/{org}"],getMembershipForAuthenticatedUser:["GET /user/memberships/orgs/{org}"],getMembershipForUser:["GET /orgs/{org}/memberships/{username}"],getWebhook:["GET /orgs/{org}/hooks/{hook_id}"],getWebhookConfigForOrg:["GET /orgs/{org}/hooks/{hook_id}/config"],list:["GET /organizations"],listAppInstallations:["GET /orgs/{org}/installations"],listBlockedUsers:["GET /orgs/{org}/blocks"],listFailedInvitations:["GET /orgs/{org}/failed_invitations"],listForAuthenticatedUser:["GET /user/orgs"],listForUser:["GET /users/{username}/orgs"],listInvitationTeams:["GET /orgs/{org}/invitations/{invitation_id}/teams"],listMembers:["GET /orgs/{org}/members"],listMembershipsForAuthenticatedUser:["GET /user/memberships/orgs"],listOutsideCollaborators:["GET /orgs/{org}/outside_collaborators"],listPendingInvitations:["GET /orgs/{org}/invitations"],listPublicMembers:["GET /orgs/{org}/public_members"],listWebhooks:["GET /orgs/{org}/hooks"],pingWebhook:["POST /orgs/{org}/hooks/{hook_id}/pings"],removeMember:["DELETE /orgs/{org}/members/{username}"],removeMembershipForUser:["DELETE /orgs/{org}/memberships/{username}"],removeOutsideCollaborator:["DELETE /orgs/{org}/outside_collaborators/{username}"],removePublicMembershipForAuthenticatedUser:["DELETE /orgs/{org}/public_members/{username}"],setMembershipForUser:["PUT /orgs/{org}/memberships/{username}"],setPublicMembershipForAuthenticatedUser:["PUT /orgs/{org}/public_members/{username}"],unblockUser:["DELETE /orgs/{org}/blocks/{username}"],update:["PATCH /orgs/{org}"],updateMembershipForAuthenticatedUser:["PATCH /user/memberships/orgs/{org}"],updateWebhook:["PATCH /orgs/{org}/hooks/{hook_id}"],updateWebhookConfigForOrg:["PATCH /orgs/{org}/hooks/{hook_id}/config"]},packages:{deletePackageForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}"],deletePackageForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}"],deletePackageVersionForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getAllPackageVersionsForAPackageOwnedByAnOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions"],getPackageForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}"],getPackageForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}"],getPackageForUser:["GET /users/{username}/packages/{package_type}/{package_name}"],getPackageVersionForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],restorePackageForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/restore"],restorePackageForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/restore"],restorePackageVersionForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"]},projects:{addCollaborator:["PUT /projects/{project_id}/collaborators/{username}",{mediaType:{previews:["inertia"]}}],createCard:["POST /projects/columns/{column_id}/cards",{mediaType:{previews:["inertia"]}}],createColumn:["POST /projects/{project_id}/columns",{mediaType:{previews:["inertia"]}}],createForAuthenticatedUser:["POST /user/projects",{mediaType:{previews:["inertia"]}}],createForOrg:["POST /orgs/{org}/projects",{mediaType:{previews:["inertia"]}}],createForRepo:["POST /repos/{owner}/{repo}/projects",{mediaType:{previews:["inertia"]}}],delete:["DELETE /projects/{project_id}",{mediaType:{previews:["inertia"]}}],deleteCard:["DELETE /projects/columns/cards/{card_id}",{mediaType:{previews:["inertia"]}}],deleteColumn:["DELETE /projects/columns/{column_id}",{mediaType:{previews:["inertia"]}}],get:["GET /projects/{project_id}",{mediaType:{previews:["inertia"]}}],getCard:["GET /projects/columns/cards/{card_id}",{mediaType:{previews:["inertia"]}}],getColumn:["GET /projects/columns/{column_id}",{mediaType:{previews:["inertia"]}}],getPermissionForUser:["GET /projects/{project_id}/collaborators/{username}/permission",{mediaType:{previews:["inertia"]}}],listCards:["GET /projects/columns/{column_id}/cards",{mediaType:{previews:["inertia"]}}],listCollaborators:["GET /projects/{project_id}/collaborators",{mediaType:{previews:["inertia"]}}],listColumns:["GET /projects/{project_id}/columns",{mediaType:{previews:["inertia"]}}],listForOrg:["GET /orgs/{org}/projects",{mediaType:{previews:["inertia"]}}],listForRepo:["GET /repos/{owner}/{repo}/projects",{mediaType:{previews:["inertia"]}}],listForUser:["GET /users/{username}/projects",{mediaType:{previews:["inertia"]}}],moveCard:["POST /projects/columns/cards/{card_id}/moves",{mediaType:{previews:["inertia"]}}],moveColumn:["POST /projects/columns/{column_id}/moves",{mediaType:{previews:["inertia"]}}],removeCollaborator:["DELETE /projects/{project_id}/collaborators/{username}",{mediaType:{previews:["inertia"]}}],update:["PATCH /projects/{project_id}",{mediaType:{previews:["inertia"]}}],updateCard:["PATCH /projects/columns/cards/{card_id}",{mediaType:{previews:["inertia"]}}],updateColumn:["PATCH /projects/columns/{column_id}",{mediaType:{previews:["inertia"]}}]},pulls:{checkIfMerged:["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"],create:["POST /repos/{owner}/{repo}/pulls"],createReplyForReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies"],createReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],createReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments"],deletePendingReview:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],deleteReviewComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}"],dismissReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"],get:["GET /repos/{owner}/{repo}/pulls/{pull_number}"],getReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],getReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}"],list:["GET /repos/{owner}/{repo}/pulls"],listCommentsForReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"],listCommits:["GET /repos/{owner}/{repo}/pulls/{pull_number}/commits"],listFiles:["GET /repos/{owner}/{repo}/pulls/{pull_number}/files"],listRequestedReviewers:["GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],listReviewComments:["GET /repos/{owner}/{repo}/pulls/{pull_number}/comments"],listReviewCommentsForRepo:["GET /repos/{owner}/{repo}/pulls/comments"],listReviews:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],merge:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge"],removeRequestedReviewers:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],requestReviewers:["POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],submitReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"],update:["PATCH /repos/{owner}/{repo}/pulls/{pull_number}"],updateBranch:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch",{mediaType:{previews:["lydian"]}}],updateReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],updateReviewComment:["PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}"]},rateLimit:{get:["GET /rate_limit"]},reactions:{createForCommitComment:["POST /repos/{owner}/{repo}/comments/{comment_id}/reactions",{mediaType:{previews:["squirrel-girl"]}}],createForIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/reactions",{mediaType:{previews:["squirrel-girl"]}}],createForIssueComment:["POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions",{mediaType:{previews:["squirrel-girl"]}}],createForPullRequestReviewComment:["POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions",{mediaType:{previews:["squirrel-girl"]}}],createForTeamDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions",{mediaType:{previews:["squirrel-girl"]}}],createForTeamDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions",{mediaType:{previews:["squirrel-girl"]}}],deleteForCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}",{mediaType:{previews:["squirrel-girl"]}}],deleteForIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}",{mediaType:{previews:["squirrel-girl"]}}],deleteForIssueComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}",{mediaType:{previews:["squirrel-girl"]}}],deleteForPullRequestComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}",{mediaType:{previews:["squirrel-girl"]}}],deleteForTeamDiscussion:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}",{mediaType:{previews:["squirrel-girl"]}}],deleteForTeamDiscussionComment:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}",{mediaType:{previews:["squirrel-girl"]}}],deleteLegacy:["DELETE /reactions/{reaction_id}",{mediaType:{previews:["squirrel-girl"]}},{deprecated:"octokit.reactions.deleteLegacy() is deprecated, see https://docs.github.com/rest/reference/reactions/#delete-a-reaction-legacy"}],listForCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}/reactions",{mediaType:{previews:["squirrel-girl"]}}],listForIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/reactions",{mediaType:{previews:["squirrel-girl"]}}],listForIssueComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions",{mediaType:{previews:["squirrel-girl"]}}],listForPullRequestReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions",{mediaType:{previews:["squirrel-girl"]}}],listForTeamDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions",{mediaType:{previews:["squirrel-girl"]}}],listForTeamDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions",{mediaType:{previews:["squirrel-girl"]}}]},repos:{acceptInvitation:["PATCH /user/repository_invitations/{invitation_id}"],addAppAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],addCollaborator:["PUT /repos/{owner}/{repo}/collaborators/{username}"],addStatusCheckContexts:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],addTeamAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],addUserAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],checkCollaborator:["GET /repos/{owner}/{repo}/collaborators/{username}"],checkVulnerabilityAlerts:["GET /repos/{owner}/{repo}/vulnerability-alerts",{mediaType:{previews:["dorian"]}}],compareCommits:["GET /repos/{owner}/{repo}/compare/{base}...{head}"],createAnEnvironment:["POST /repos/{owner}/{repo}/environments/{environment_name}"],createCommitComment:["POST /repos/{owner}/{repo}/commits/{commit_sha}/comments"],createCommitSignatureProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures",{mediaType:{previews:["zzzax"]}}],createCommitStatus:["POST /repos/{owner}/{repo}/statuses/{sha}"],createDeployKey:["POST /repos/{owner}/{repo}/keys"],createDeployment:["POST /repos/{owner}/{repo}/deployments"],createDeploymentStatus:["POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],createDispatchEvent:["POST /repos/{owner}/{repo}/dispatches"],createForAuthenticatedUser:["POST /user/repos"],createFork:["POST /repos/{owner}/{repo}/forks"],createInOrg:["POST /orgs/{org}/repos"],createOrUpdateFileContents:["PUT /repos/{owner}/{repo}/contents/{path}"],createPagesSite:["POST /repos/{owner}/{repo}/pages",{mediaType:{previews:["switcheroo"]}}],createRelease:["POST /repos/{owner}/{repo}/releases"],createUsingTemplate:["POST /repos/{template_owner}/{template_repo}/generate",{mediaType:{previews:["baptiste"]}}],createWebhook:["POST /repos/{owner}/{repo}/hooks"],declineInvitation:["DELETE /user/repository_invitations/{invitation_id}"],delete:["DELETE /repos/{owner}/{repo}"],deleteAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],deleteAdminBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],deleteAnEnvironment:["DELETE /repos/{owner}/{repo}/environments/{environment_name}"],deleteBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection"],deleteCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}"],deleteCommitSignatureProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures",{mediaType:{previews:["zzzax"]}}],deleteDeployKey:["DELETE /repos/{owner}/{repo}/keys/{key_id}"],deleteDeployment:["DELETE /repos/{owner}/{repo}/deployments/{deployment_id}"],deleteFile:["DELETE /repos/{owner}/{repo}/contents/{path}"],deleteInvitation:["DELETE /repos/{owner}/{repo}/invitations/{invitation_id}"],deletePagesSite:["DELETE /repos/{owner}/{repo}/pages",{mediaType:{previews:["switcheroo"]}}],deletePullRequestReviewProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],deleteRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}"],deleteReleaseAsset:["DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}"],deleteWebhook:["DELETE /repos/{owner}/{repo}/hooks/{hook_id}"],disableAutomatedSecurityFixes:["DELETE /repos/{owner}/{repo}/automated-security-fixes",{mediaType:{previews:["london"]}}],disableVulnerabilityAlerts:["DELETE /repos/{owner}/{repo}/vulnerability-alerts",{mediaType:{previews:["dorian"]}}],downloadArchive:["GET /repos/{owner}/{repo}/zipball/{ref}",{},{renamed:["repos","downloadZipballArchive"]}],downloadTarballArchive:["GET /repos/{owner}/{repo}/tarball/{ref}"],downloadZipballArchive:["GET /repos/{owner}/{repo}/zipball/{ref}"],enableAutomatedSecurityFixes:["PUT /repos/{owner}/{repo}/automated-security-fixes",{mediaType:{previews:["london"]}}],enableVulnerabilityAlerts:["PUT /repos/{owner}/{repo}/vulnerability-alerts",{mediaType:{previews:["dorian"]}}],get:["GET /repos/{owner}/{repo}"],getAccessRestrictions:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],getAdminBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],getAllEnvironments:["GET /repos/{owner}/{repo}/environments"],getAllStatusCheckContexts:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"],getAllTopics:["GET /repos/{owner}/{repo}/topics",{mediaType:{previews:["mercy"]}}],getAppsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"],getBranch:["GET /repos/{owner}/{repo}/branches/{branch}"],getBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection"],getClones:["GET /repos/{owner}/{repo}/traffic/clones"],getCodeFrequencyStats:["GET /repos/{owner}/{repo}/stats/code_frequency"],getCollaboratorPermissionLevel:["GET /repos/{owner}/{repo}/collaborators/{username}/permission"],getCombinedStatusForRef:["GET /repos/{owner}/{repo}/commits/{ref}/status"],getCommit:["GET /repos/{owner}/{repo}/commits/{ref}"],getCommitActivityStats:["GET /repos/{owner}/{repo}/stats/commit_activity"],getCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}"],getCommitSignatureProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures",{mediaType:{previews:["zzzax"]}}],getCommunityProfileMetrics:["GET /repos/{owner}/{repo}/community/profile"],getContent:["GET /repos/{owner}/{repo}/contents/{path}"],getContributorsStats:["GET /repos/{owner}/{repo}/stats/contributors"],getDeployKey:["GET /repos/{owner}/{repo}/keys/{key_id}"],getDeployment:["GET /repos/{owner}/{repo}/deployments/{deployment_id}"],getDeploymentStatus:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"],getEnvironment:["GET /repos/{owner}/{repo}/environments/{environment_name}"],getLatestPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/latest"],getLatestRelease:["GET /repos/{owner}/{repo}/releases/latest"],getPages:["GET /repos/{owner}/{repo}/pages"],getPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/{build_id}"],getParticipationStats:["GET /repos/{owner}/{repo}/stats/participation"],getPullRequestReviewProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],getPunchCardStats:["GET /repos/{owner}/{repo}/stats/punch_card"],getReadme:["GET /repos/{owner}/{repo}/readme"],getRelease:["GET /repos/{owner}/{repo}/releases/{release_id}"],getReleaseAsset:["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"],getReleaseByTag:["GET /repos/{owner}/{repo}/releases/tags/{tag}"],getStatusChecksProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],getTeamsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"],getTopPaths:["GET /repos/{owner}/{repo}/traffic/popular/paths"],getTopReferrers:["GET /repos/{owner}/{repo}/traffic/popular/referrers"],getUsersWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"],getViews:["GET /repos/{owner}/{repo}/traffic/views"],getWebhook:["GET /repos/{owner}/{repo}/hooks/{hook_id}"],getWebhookConfigForRepo:["GET /repos/{owner}/{repo}/hooks/{hook_id}/config"],listBranches:["GET /repos/{owner}/{repo}/branches"],listBranchesForHeadCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head",{mediaType:{previews:["groot"]}}],listCollaborators:["GET /repos/{owner}/{repo}/collaborators"],listCommentsForCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/comments"],listCommitCommentsForRepo:["GET /repos/{owner}/{repo}/comments"],listCommitStatusesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/statuses"],listCommits:["GET /repos/{owner}/{repo}/commits"],listContributors:["GET /repos/{owner}/{repo}/contributors"],listDeployKeys:["GET /repos/{owner}/{repo}/keys"],listDeploymentStatuses:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],listDeployments:["GET /repos/{owner}/{repo}/deployments"],listForAuthenticatedUser:["GET /user/repos"],listForOrg:["GET /orgs/{org}/repos"],listForUser:["GET /users/{username}/repos"],listForks:["GET /repos/{owner}/{repo}/forks"],listInvitations:["GET /repos/{owner}/{repo}/invitations"],listInvitationsForAuthenticatedUser:["GET /user/repository_invitations"],listLanguages:["GET /repos/{owner}/{repo}/languages"],listPagesBuilds:["GET /repos/{owner}/{repo}/pages/builds"],listPublic:["GET /repositories"],listPullRequestsAssociatedWithCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls",{mediaType:{previews:["groot"]}}],listReleaseAssets:["GET /repos/{owner}/{repo}/releases/{release_id}/assets"],listReleases:["GET /repos/{owner}/{repo}/releases"],listTags:["GET /repos/{owner}/{repo}/tags"],listTeams:["GET /repos/{owner}/{repo}/teams"],listWebhooks:["GET /repos/{owner}/{repo}/hooks"],merge:["POST /repos/{owner}/{repo}/merges"],pingWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"],removeAppAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],removeCollaborator:["DELETE /repos/{owner}/{repo}/collaborators/{username}"],removeStatusCheckContexts:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],removeStatusCheckProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],removeTeamAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],removeUserAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],renameBranch:["POST /repos/{owner}/{repo}/branches/{branch}/rename"],replaceAllTopics:["PUT /repos/{owner}/{repo}/topics",{mediaType:{previews:["mercy"]}}],requestPagesBuild:["POST /repos/{owner}/{repo}/pages/builds"],setAdminBranchProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],setAppAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],setEnvironmentProtectionRules:["PUT /repos/{owner}/{repo}/environments/{environment_name}"],setStatusCheckContexts:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],setTeamAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],setUserAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],testPushWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/tests"],transfer:["POST /repos/{owner}/{repo}/transfer"],update:["PATCH /repos/{owner}/{repo}"],updateBranchProtection:["PUT /repos/{owner}/{repo}/branches/{branch}/protection"],updateCommitComment:["PATCH /repos/{owner}/{repo}/comments/{comment_id}"],updateInformationAboutPagesSite:["PUT /repos/{owner}/{repo}/pages"],updateInvitation:["PATCH /repos/{owner}/{repo}/invitations/{invitation_id}"],updatePullRequestReviewProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],updateRelease:["PATCH /repos/{owner}/{repo}/releases/{release_id}"],updateReleaseAsset:["PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}"],updateStatusCheckPotection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",{},{renamed:["repos","updateStatusCheckProtection"]}],updateStatusCheckProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],updateWebhook:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}"],updateWebhookConfigForRepo:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config"],uploadReleaseAsset:["POST /repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}",{baseUrl:"https://uploads.github.com"}]},search:{code:["GET /search/code"],commits:["GET /search/commits",{mediaType:{previews:["cloak"]}}],issuesAndPullRequests:["GET /search/issues"],labels:["GET /search/labels"],repos:["GET /search/repositories"],topics:["GET /search/topics",{mediaType:{previews:["mercy"]}}],users:["GET /search/users"]},secretScanning:{getAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"],listAlertsForRepo:["GET /repos/{owner}/{repo}/secret-scanning/alerts"],updateAlert:["PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"]},teams:{addOrUpdateMembershipForUserInOrg:["PUT /orgs/{org}/teams/{team_slug}/memberships/{username}"],addOrUpdateProjectPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}",{mediaType:{previews:["inertia"]}}],addOrUpdateRepoPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],checkPermissionsForProjectInOrg:["GET /orgs/{org}/teams/{team_slug}/projects/{project_id}",{mediaType:{previews:["inertia"]}}],checkPermissionsForRepoInOrg:["GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],create:["POST /orgs/{org}/teams"],createDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],createDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions"],deleteDiscussionCommentInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],deleteDiscussionInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],deleteInOrg:["DELETE /orgs/{org}/teams/{team_slug}"],getByName:["GET /orgs/{org}/teams/{team_slug}"],getDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],getDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],getMembershipForUserInOrg:["GET /orgs/{org}/teams/{team_slug}/memberships/{username}"],list:["GET /orgs/{org}/teams"],listChildInOrg:["GET /orgs/{org}/teams/{team_slug}/teams"],listDiscussionCommentsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],listDiscussionsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions"],listForAuthenticatedUser:["GET /user/teams"],listMembersInOrg:["GET /orgs/{org}/teams/{team_slug}/members"],listPendingInvitationsInOrg:["GET /orgs/{org}/teams/{team_slug}/invitations"],listProjectsInOrg:["GET /orgs/{org}/teams/{team_slug}/projects",{mediaType:{previews:["inertia"]}}],listReposInOrg:["GET /orgs/{org}/teams/{team_slug}/repos"],removeMembershipForUserInOrg:["DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}"],removeProjectInOrg:["DELETE /orgs/{org}/teams/{team_slug}/projects/{project_id}"],removeRepoInOrg:["DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],updateDiscussionCommentInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],updateDiscussionInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],updateInOrg:["PATCH /orgs/{org}/teams/{team_slug}"]},users:{addEmailForAuthenticated:["POST /user/emails"],block:["PUT /user/blocks/{username}"],checkBlocked:["GET /user/blocks/{username}"],checkFollowingForUser:["GET /users/{username}/following/{target_user}"],checkPersonIsFollowedByAuthenticated:["GET /user/following/{username}"],createGpgKeyForAuthenticated:["POST /user/gpg_keys"],createPublicSshKeyForAuthenticated:["POST /user/keys"],deleteEmailForAuthenticated:["DELETE /user/emails"],deleteGpgKeyForAuthenticated:["DELETE /user/gpg_keys/{gpg_key_id}"],deletePublicSshKeyForAuthenticated:["DELETE /user/keys/{key_id}"],follow:["PUT /user/following/{username}"],getAuthenticated:["GET /user"],getByUsername:["GET /users/{username}"],getContextForUser:["GET /users/{username}/hovercard"],getGpgKeyForAuthenticated:["GET /user/gpg_keys/{gpg_key_id}"],getPublicSshKeyForAuthenticated:["GET /user/keys/{key_id}"],list:["GET /users"],listBlockedByAuthenticated:["GET /user/blocks"],listEmailsForAuthenticated:["GET /user/emails"],listFollowedByAuthenticated:["GET /user/following"],listFollowersForAuthenticatedUser:["GET /user/followers"],listFollowersForUser:["GET /users/{username}/followers"],listFollowingForUser:["GET /users/{username}/following"],listGpgKeysForAuthenticated:["GET /user/gpg_keys"],listGpgKeysForUser:["GET /users/{username}/gpg_keys"],listPublicEmailsForAuthenticated:["GET /user/public_emails"],listPublicKeysForUser:["GET /users/{username}/keys"],listPublicSshKeysForAuthenticated:["GET /user/keys"],setPrimaryEmailVisibilityForAuthenticated:["PATCH /user/email/visibility"],unblock:["DELETE /user/blocks/{username}"],unfollow:["DELETE /user/following/{username}"],updateAuthenticated:["PATCH /user"]}};function op(e,t,r,n,i){const s=e.request.defaults(n);return Object.assign((function(...n){let o=s.endpoint.merge(...n);if(i.mapToData)return o=Object.assign({},o,{data:o[i.mapToData],[i.mapToData]:void 0}),s(o);if(i.renamed){const[n,s]=i.renamed;e.log.warn(`octokit.${t}.${r}() has been renamed to octokit.${n}.${s}()`)}if(i.deprecated&&e.log.warn(i.deprecated),i.renamedParameters){const o=s.endpoint.merge(...n);for(const[n,s]of Object.entries(i.renamedParameters))n in o&&(e.log.warn(`"${n}" parameter is deprecated for "octokit.${t}.${r}()". Use "${s}" instead`),s in o||(o[s]=o[n]),delete o[n]);return s(o)}return s(...n)}),s)}function ap(e){return function(e,t){const r={};for(const[n,i]of Object.entries(t))for(const[t,s]of Object.entries(i)){const[i,o,a]=s,[c,l]=i.split(/ /),p=Object.assign({method:c,url:l},o);r[n]||(r[n]={});const u=r[n];u[t]=a?op(e,n,t,p,a):e.request.defaults(p)}return r}(e,sp)}ap.VERSION="4.13.0";const cp=Ql.plugin(ep,ap,ip).defaults({userAgent:"octokit-rest.js/18.3.0"});var lp;!function(e){let t;!function(e){e[e.Ok=0]="Ok",e[e.FailedToRecycle=1]="FailedToRecycle"}(t=e.DeleteEntryResponse||(e.DeleteEntryResponse={}))}(lp||(lp={}));var pp,up,dp,fp=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},hp=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const mp=/github.com\/([^\/]+)\/([^\/?]+)/;let gp=class{constructor(){this.octokit=new cp({userAgent:"citizenfx/fivem FxDK"})}getId(){return"ReleaseApi"}async listReleases(e,t){return this.octokit.repos.listReleases({owner:e,repo:t})}async fetchReleases(e){this.logService.log("Fetching github releases",e);let t=!1,r=[];const n=e.repoUrl.match(mp);if(n)try{const e=await this.listReleases(n[1],n[2].replace(/\.git$/,""));e.status>=200&&e.status<299&&(r=e.data.map((e=>({name:e.name||"",body:e.body||"",createdAt:e.created_at,downloadUrl:e.assets?.[0]?.browser_download_url??e.zipball_url}))),t=!0)}catch(e){this.logService.log("Error while fetching github releases",e.toString())}return{success:t,releases:r}}};fp([(0,xt.f3)(Et.$),hp("design:type","function"==typeof(pp=void 0!==Et.$&&Et.$)?pp:Object)],gp.prototype,"logService",void 0),fp([(0,kt.uJ)(zt.Ug.fetchReleases),hp("design:type",Function),hp("design:paramtypes",["function"==typeof(up=void 0!==lp&&lp.FetchReleases)?up:Object]),hp("design:returntype","function"==typeof(dp="undefined"!=typeof Promise&&Promise)?dp:Object)],gp.prototype,"fetchReleases",null),gp=fp([(0,xt.b2)()],gp),Pt((0,mt.zr)(gp));var vp,yp=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},bp=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let wp=class{constructor(){this.channels={}}getId(){return"OutputService"}createOutputChannelFromProvider(e){const t=e.getOutputChannelId(),r=new cr,n=new xp(this.apiClient,t,r);return r.add(e.onOutputData((e=>n.write(e))),(()=>delete this.channels[t])),this.channels[t]=n,this.apiClient.emit(zt.Dm.outputLabel,{channelId:t,label:e.getOutputChannelLabel()}),n}};yp([(0,xt.f3)(_t.S),bp("design:type","function"==typeof(vp=void 0!==_t.S&&_t.S)?vp:Object)],wp.prototype,"apiClient",void 0),wp=yp([(0,xt.b2)()],wp);class xp{constructor(e,t,r){this.apiClient=e,this.channelId=t,this.disposableContainer=r,this.disposed=!1}write(e){if(!this.disposed)return"string"==typeof e?this.apiClient.emit(zt.Dm.output,{channelId:this.channelId,data:e}):this.apiClient.emit(zt.Dm.output,{channelId:this.channelId,data:e.toString()})}async dispose(){this.disposed=!0,this.apiClient.emit(zt.Dm.flush,{channelId:this.channelId}),await this.disposableContainer.dispose()}}(0,mt.zr)(wp);const _p=Symbol("UpdaterContribution"),Sp=e=>((0,mt.ZO)().bind(_p).toService(e),e);var Ep,kp,Ap=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Op=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Tp=class{async prepare(){await Promise.all(this.updaterContributions.getAll().map((e=>e.update())))}async simulateUpdate(){await new Promise((e=>{let t=0;const r=()=>{this.statusService.set(xc,{completed:t/100,currentFileName:`Step ${t}/100`})},n=setInterval((()=>{if(t++>=100)return clearInterval(n),e();r()}),50)}))}};Ap([(0,xt.f3)(bc),Op("design:type","function"==typeof(Ep=void 0!==bc&&bc)?Ep:Object)],Tp.prototype,"statusService",void 0),Ap([(0,xt.f3)(St.Q),(0,xt.t6)(_p),Op("design:type","function"==typeof(kp=void 0!==St.Q&&St.Q)?kp:Object)],Tp.prototype,"updaterContributions",void 0),Tp=Ap([(0,xt.b2)()],Tp);var Cp,Rp=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Pp=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const jp={setTotal:()=>{},setDone:()=>{}};let Np=class{async downloadFile(e,t,r=jp){if(await this.fsService.statSafe(e))throw new Error("Target path for file download already exist");const n=new Oe.URL(t);let i;if("http:"===n.protocol)i=Re().get.bind(Re(),t);else{if("https:"!==n.protocol)throw new Error("Unknown link protocol, must be either http or https");i=Ne().get.bind(Re(),t)}return new Promise(((t,n)=>{i((n=>{let i=0;const s=parseInt(n.headers["content-length"]||"0",10)||0,o=this.fsService.createWriteStream(e);r.setTotal(s),n.pipe(o),o.on("finish",(()=>{r.setDone(s),t()})),n.on("data",(e=>{i+=e.length,r.setDone(i)}))})).on("error",(e=>n(e)))}))}async unpackZipFile(e,t,r=jp){const[n,i]=await(0,Tc.C)(this.fsService.statSafe(e),this.fsService.statSafe(t));if(i)throw new Error("Target path for zip unpack already exist");if(!n)throw new Error("No zip file");let s=0;return r.setTotal(n.size),await this.fsService.mkdirp(t),new Promise(((i,o)=>{Qo.open(e,{lazyEntries:!0},((e,a)=>{if(e)return o(e);a.readEntry();const c=new Set;a.on("entry",(e=>{const n=this.fsService.joinPath(t,e.fileName);if(e.fileName.endsWith("/"))this.fsService.mkdirpSync(n),c.add(n),a.readEntry();else{const t=this.fsService.dirname(n);c.has(t)||(this.fsService.mkdirpSync(t),c.add(t)),a.openReadStream(e,((t,i)=>{if(t)return o(t);s+=e.compressedSize,r.setDone(s),i.on("end",(()=>a.readEntry())),i.pipe(this.fsService.createWriteStream(n))}))}})),a.on("close",(()=>{r.setTotal(n.size),i()}))}))}))}};Rp([(0,xt.f3)(vt.A),Pp("design:type","function"==typeof(Cp=void 0!==vt.A&&vt.A)?Cp:Object)],Np.prototype,"fsService",void 0),Np=Rp([(0,xt.b2)()],Np);var Ip=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o};let Dp=class{async update(){}};Dp=Ip([(0,xt.b2)()],Dp),(0,mt.zr)(Np),(0,Lt.f)((0,mt.zr)(Tp)),(0,St.x)(_p),Sp((0,mt.zr)(Dp));const Lp="fxproject.json",Fp="fxmanifest.lua",Mp="__resource.lua";var Bp=r(1610);var Up;!function(e){e[e.VerifyingBuildSite=0]="VerifyingBuildSite",e[e.RunningBuildCommands=1]="RunningBuildCommands",e[e.PreparingBuildSite=2]="PreparingBuildSite",e[e.DeployingToBuildSite=3]="DeployingToBuildSite",e[e.Done=4]="Done"}(Up||(Up={}));var $p,Gp,zp,qp,Hp=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Wp=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const Vp=(e,t)=>e.isDirectory&&!t.isDirectory?-1:!e.isDirectory&&t.isDirectory?1:0;let Kp=class{getId(){return"ExplorerService"}async readDirToClient(e){const t=await this.readDir(e);this.apiClient.emit(zt.qV.dir,{dir:e,children:t})}async onReadDirRecursive(e){const t=await this.readDirRecursively(e);this.apiClient.emit(zt.qV.dirRecursive,t)}async isFxdkProject(e){const t=lt().join(e,Lp);try{return await ue().promises.stat(t),!0}catch(e){return!1}}async isResource(e){const t=lt().join(e,Fp),r=lt().join(e,Mp);try{return await ue().promises.stat(t),!0}catch(e){}try{return await ue().promises.stat(r),!0}catch(e){return!1}}async getEntry(e,t){try{const r=await ue().promises.stat(e),n=r.isFile(),i=r.isDirectory(),s=r.isSymbolicLink(),o={};return i&&(o.isFxdkProject=await this.isFxdkProject(e),o.isResource=await this.isResource(e),t&&await Promise.all([Object.entries(t).map((async([t,r])=>{o[t]=await r(e)}))])),{handle:i?"directory":"file",path:e,name:lt().basename(e),meta:o,isFile:n,isDirectory:i,isSymbolicLink:s}}catch(e){return null}}async readDir(e,t,r){try{const n=await ue().promises.readdir(e);return(await Promise.all(n.map((async n=>{const i=await this.getEntry(lt().join(e,n),t);return i&&r&&await r(i),i})))).filter(Bp.Nf).sort(Vp)}catch(e){return[]}}async readDirRecursively(e,t,r){const n=await this.readDir(e,t,r);let i={[e]:n};return await Promise.all(n.map((async e=>{e.isDirectory&&Object.assign(i,await this.readDirRecursively(e.path,t,r))}))),i}};var Yp;Hp([(0,xt.f3)(_t.S),Wp("design:type","function"==typeof($p=void 0!==_t.S&&_t.S)?$p:Object)],Kp.prototype,"apiClient",void 0),Hp([(0,xt.f3)(Et.$),Wp("design:type","function"==typeof(Gp=void 0!==Et.$&&Et.$)?Gp:Object)],Kp.prototype,"logService",void 0),Hp([(0,xt.f3)(vt.A),Wp("design:type","function"==typeof(zp=void 0!==vt.A&&vt.A)?zp:Object)],Kp.prototype,"fsService",void 0),Hp([(0,xt.f3)(da.g),Wp("design:type","function"==typeof(qp=void 0!==da.g&&da.g)?qp:Object)],Kp.prototype,"notificationService",void 0),Hp([(0,kt.K0)(zt.qV.readDir),Wp("design:type",Function),Wp("design:paramtypes",[String]),Wp("design:returntype",Promise)],Kp.prototype,"readDirToClient",null),Hp([(0,kt.K0)(zt.qV.readDirRecursive),Wp("design:type",Function),Wp("design:paramtypes",[String]),Wp("design:returntype",Promise)],Kp.prototype,"onReadDirRecursive",null),Kp=Hp([(0,xt.b2)()],Kp),function(e){e.MAP_HIPSTER="map-hipster",e.MAP_SKATER="map-skater",e.BASIC_GAMEMODE="basic-gamemode",e.MONEY="money",e.MONEY_FOUNTAIN="money-fountain",e.MONEY_FOUNTAIN_EXAMPLE_MAP="money-fountain-example-map",e.PED_MONEY_DROPS="ped-money-drops",e.EXAMPLE_LOADSCREEN="example-loadscreen",e.CHAT="chat",e.CHAT_THEME_GTAO="chat-theme-gtao",e.PLAYER_DATA="player-data",e.PLAYER_NAMES="playernames",e.MAP_MANAGER="mapmanager",e.SPAWN_MANAGER="spawnmanager",e.WEBPACK="webpack",e.YARN="yarn",e.BASE_EVENTS="baseevents",e.HARD_CAP="hardcap",e.RCON_LOG="rconlog",e.RUNCODE="runcode",e.SESSION_MANAGER="sessionmanager"}(Yp||(Yp={}));const Jp="https://github.com/citizenfx/cfx-server-data.git",Zp=Object.freeze({[Yp.MAP_HIPSTER]:"[gamemodes]/[maps]/fivem-map-hipster",[Yp.MAP_SKATER]:"[gamemodes]/[maps]/fivem-map-skater",[Yp.BASIC_GAMEMODE]:"[gamemodes]/basic-gamemode",[Yp.MONEY]:"[gameplay]/[examples]/money",[Yp.MONEY_FOUNTAIN]:"[gameplay]/[examples]/money-fountain",[Yp.MONEY_FOUNTAIN_EXAMPLE_MAP]:"[gameplay]/[examples]/money-fountain-example-map",[Yp.PED_MONEY_DROPS]:"[gameplay]/[examples]/ped-money-drops",[Yp.EXAMPLE_LOADSCREEN]:"[test]/example-loadscreen",[Yp.CHAT]:"[gameplay]/chat",[Yp.CHAT_THEME_GTAO]:"[gameplay]/chat-theme-gtao",[Yp.PLAYER_DATA]:"[gameplay]/player-data",[Yp.PLAYER_NAMES]:"[gameplay]/playernames",[Yp.MAP_MANAGER]:"[managers]/mapmanager",[Yp.SPAWN_MANAGER]:"[managers]/spawnmanager",[Yp.WEBPACK]:"[system]/[builders]/webpack",[Yp.YARN]:"[system]/[builders]/yarn",[Yp.BASE_EVENTS]:"[system]/baseevents",[Yp.HARD_CAP]:"[system]/hardcap",[Yp.RCON_LOG]:"[system]/rconlog",[Yp.RUNCODE]:"[system]/runcode",[Yp.SESSION_MANAGER]:"[system]/sessionmanager"}),Xp=Object.freeze({[Yp.CHAT]:[Yp.YARN,Yp.WEBPACK],[Yp.CHAT_THEME_GTAO]:[Yp.CHAT],[Yp.MONEY_FOUNTAIN]:[Yp.MAP_MANAGER,Yp.MONEY],[Yp.MONEY_FOUNTAIN_EXAMPLE_MAP]:[Yp.MONEY_FOUNTAIN]}),Qp=(Object.freeze({[Yp.MAP_HIPSTER]:"Map hipster",[Yp.MAP_SKATER]:"Map skater",[Yp.BASIC_GAMEMODE]:"Basic gamemode",[Yp.CHAT]:"Chat",[Yp.CHAT_THEME_GTAO]:"GTA:O chat theme",[Yp.PLAYER_DATA]:"Player data",[Yp.PLAYER_NAMES]:"Player names",[Yp.MAP_MANAGER]:"Map manager",[Yp.SPAWN_MANAGER]:"Spawn manager",[Yp.WEBPACK]:"Webpack builder",[Yp.YARN]:"Yarn builder",[Yp.BASE_EVENTS]:"Base events",[Yp.HARD_CAP]:"Hard cap",[Yp.RCON_LOG]:"RCON log",[Yp.RUNCODE]:"Runcode",[Yp.SESSION_MANAGER]:"Session manager"}),".fxmeta");function eu(e,t){const r={...e};return delete r[t],r}const tu=[Yp.BASIC_GAMEMODE,Yp.MAP_SKATER,Yp.CHAT,Yp.PLAYER_NAMES,Yp.MAP_MANAGER,Yp.SPAWN_MANAGER,Yp.SESSION_MANAGER,Yp.BASE_EVENTS,Yp.HARD_CAP,Yp.WEBPACK,Yp.YARN],ru="paths-state.json";var nu,iu,su;!function(e){e[e.Set=0]="Set",e[e.Update=1]="Update",e[e.Delete=2]="Delete",e[e.Rename=3]="Rename"}(nu||(nu={})),function(e){e.SERVER_ONLY="set",e.INFORMATION="sets",e.REPLICATED="setr"}(iu||(iu={})),function(e){e.Bool="CV_BOOL",e.Int="CV_INT",e.Slider="CV_SLIDER",e.Combi="CV_COMBI",e.Multi="CV_MULTI",e.String="CV_STRING",e.Password="CV_PASSWORD"}(su||(su={}));var ou,au,cu,lu,pu,uu=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},du=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let fu=class{constructor(){this.projectFileRestored=!1}async maybeUpgradeProject(e){this.maybeTheiaCleanup(e),await this.maybeUpgrateAssetMetas(e),await this.maybeDeleteStaleCfxServerData(e),await this.maybeRestoreProjectFile(e),this.projectFileRestored||(await this.maybeUpgradeManifestResourcesToAssets(e),await this.maybeUpgradeToSystemResources(e),await this.maybeUpgradePathsState(e),await this.maybeUpgradeUpdatedAt(e),await this.maybeUpgradeVariables(e))}async maybeRestoreProjectFile(e){try{await this.fsService.readFileJson(e.manifestPath)}catch(t){this.projectFileRestored=!0;const r=await this.fsService.statSafe(e.manifestPath),n=(new Date).toISOString(),i={createdAt:r?.birthtime.toISOString()||n,name:this.fsService.basename(e.projectPath),serverUpdateChannel:Ft.latest,systemResources:tu,assets:{},variables:{}};await this.fsService.writeFileJson(e.manifestPath,i,!0)}}async maybeUpgrateAssetMetas(e){const t=this.fsService.joinPath(e.storagePath,"shadowRoot");if(!await this.fsService.statSafe(t))return;e.task.setText("Upgrading project meta files...");const r=await this.explorerService.readDirRecursively(t),n=new Set(r[t]);for(const i of n)if(i.isDirectory){(r[i.path]||[]).map((e=>n.add(e)))}else if("fxasset.json"===i.name){const r=this.fsService.relativePath(t,this.fsService.dirname(i.path)),n=this.fsService.joinPath(e.projectPath,r+Qp),s=await this.fsService.readFileJson(i.path);if(s.flags){const e={flags:s.flags};await this.fsService.writeFileJson(n,e)}}await this.fsService.rimraf(t)}async maybeUpgradeManifestResourcesToAssets(e){const t=await this.fsService.readFileJson(e.manifestPath);if(!t.resources)return;t.assets={};const r=new Set(Object.keys(t.resources||[]));if(r.size>0){const n=Object.keys(await this.explorerService.readDirRecursively(e.projectPath)).filter((t=>t!==e.projectPath&&-1===t.indexOf(".fxdk"))).sort(((e,t)=>e.length-t.length));for(const i of r){const r=n.find((e=>{return r=i,(t=e).lastIndexOf(r)===t.length-r.length;var t,r}));if(r){const n=this.fsService.relativePath(e.projectPath,r);t.assets[n]={enabled:!1,...eu(t.resources[i]||{},"name")}}else;}}delete t.resources,await this.fsService.writeFileJson(e.manifestPath,t,!0)}async maybeUpgradeToSystemResources(e){const t=this.fsService.joinPath(e.projectPath,"system-resources"),r=this.fsService.joinPath(e.projectPath,"cfx-server-data");let n;if(await this.fsService.statSafe(t))n=t;else{if(!await this.fsService.statSafe(r))return;n=r}const i=this.fsService.basename(n);if(!await this.fsService.statSafe(this.fsService.joinPath(n,".git")))return;if(await this.gitService.getOriginRemoteUrl(n)!==Jp)return;await this.fsService.rimraf(n+".fxmeta");try{const t=0!==(await this.gitService.getUncommitedChanges(n)).length,r=(await this.gitService.listLocalBranches(n)).some((e=>"master"!==e)),s=await this.gitService.hasBranchDirevertedFromRemote(n,"master");if(r||await this.fsService.rimraf(this.fsService.joinPath(n,".git")),t||r||s){const t=await this.fsService.readFileJson(e.manifestPath),r=this.fsService.joinPath(e.projectPath,"modified-system-resources");return await this.fsService.rename(n,r),t.assets=Object.entries(t.assets).reduce(((e,[t,r])=>{if(0===t.indexOf(i)){e[this.fsService.joinPath("modified-system-resources",this.fsService.relativePath(i,t))]=r}else e[t]=r;return e}),{}),t.pathsState=Object.keys(t.pathsState).reduce(((e,r)=>(0!==r.indexOf(n)&&(e[r]=t.pathsState[r]),e)),{}),await this.fsService.writeFileJson(e.manifestPath,t),void this.notificationService.warning(`You have modified "${this.fsService.basename(n)}" even though it is/was marked read-only, this now deprecated folder can't be removed automatically, instead it was renamed to "modified-system-resources".`)}await this.fsService.rimraf(n)}catch(e){return}const s=await this.fsService.readFileJson(e.manifestPath),o=new Set(s.systemResources),a=this.fsService.joinPath(i,"resources\\[test]\\example-loadscreen");if(s.assets[a])try{const t=this.fsService.joinPath(e.projectPath,"[imported]\\example-loadscreen"),r=this.fsService.joinPath(n,"[test]\\example-loadscreen");await this.fsService.mkdirp(t),await this.fsService.copyDirContent(r,t),s.assets["[imported]\\example-loadscreen"]=s.assets[a],delete s.assets[a]}catch(e){this.notificationService.error(`Error during project upgrade: Failed to import example-loadscreen: ${e.toString()}`)}const c=this.fsService.joinPath(i,"resources\\[test]\\fivem");s.assets[c]&&(o.add(Yp.BASIC_GAMEMODE),delete s.assets[c]),s.assets=Object.entries(s.assets).reduce(((e,[t,r])=>{if(0===t.indexOf(i)){if(r.enabled){const e=Object.entries(Zp).find((([,e])=>this.fsService.joinPath(i,"resources",e)===t));e&&o.add(e[0])}}else e[t]=r;return e}),{}),s.pathsState=Object.keys(s.pathsState).reduce(((e,t)=>(0!==t.indexOf(n)&&(e[t]=s.pathsState[t]),e)),{}),s.systemResources=[...o],await this.fsService.writeFileJson(e.manifestPath,s,!0),this.notificationService.info("Hey, in-project system-resources is now deprected thus it has been deleted. You can now control what system resources your project needs in Project Settings.")}async maybeUpgradePathsState(e){const t=this.fsService.joinPath(e.storagePath,ru);if(await this.fsService.statSafe(t))return;const r=await this.fsService.readFileJson(e.manifestPath),n=r.pathsState;if(!n)return this.fsService.writeFileJson(t,{});delete r.pathsState,await(0,Tc.C)(this.fsService.writeFileJson(t,n),this.fsService.writeFileJson(e.manifestPath,r))}async maybeUpgradeUpdatedAt(e){const t=await this.fsService.readFileJson(e.manifestPath);if(t.updatedAt)return delete t.updatedAt,this.fsService.writeFileJson(e.manifestPath,t)}async maybeUpgradeVariables(e){const t=await this.fsService.readFileJson(e.manifestPath);if(!t.variables)return;const r=Object.values(t.variables);if(!r.length)return;if("object"==typeof r[0])return;const n={};for(const[e,r]of Object.entries(t.variables))"object"!=typeof r?n[e]={value:r,setter:iu.SERVER_ONLY}:null!==r&&"setter"in r&&"value"in r&&(n[e]=r);return t.variables=n,this.fsService.writeFileJson(e.manifestPath,t)}async maybeDeleteStaleCfxServerData(e){const t=this.fsService.joinPath(e.projectPath,"cfx-server-data"),r=this.fsService.joinPath(e.projectPath,"cfx-server-data.fxmeta"),[n,i]=await Promise.all([this.fsService.statSafe(t),this.fsService.statSafe(r)]);if(i&&!n)try{await this.fsService.unlink(r)}catch(e){}}async maybeTheiaCleanup(e){const t=this.fsService.joinPath(e.storagePath,"theia-settings.json");if(await this.fsService.statSafe(t))try{await this.fsService.unlink(t)}catch(e){}}};uu([(0,xt.f3)(vt.A),du("design:type","function"==typeof(ou=void 0!==vt.A&&vt.A)?ou:Object)],fu.prototype,"fsService",void 0),uu([(0,xt.f3)(io),du("design:type","function"==typeof(au=void 0!==io&&io)?au:Object)],fu.prototype,"gitService",void 0),uu([(0,xt.f3)(Et.$),du("design:type","function"==typeof(cu=void 0!==Et.$&&Et.$)?cu:Object)],fu.prototype,"logService",void 0),uu([(0,xt.f3)(Kp),du("design:type","function"==typeof(lu=void 0!==Kp&&Kp)?lu:Object)],fu.prototype,"explorerService",void 0),uu([(0,xt.f3)(da.g),du("design:type","function"==typeof(pu=void 0!==da.g&&da.g)?pu:Object)],fu.prototype,"notificationService",void 0),fu=uu([(0,xt.b2)()],fu);var hu,mu=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},gu=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let vu=class{constructor(){this.logService=new pc.e("ProjectAccess"),this.project=null,this.usageCounter=0,this.noUsageDeferreds=new Set}setInstance(e){this.project=e}hasInstance(){return null!==this.project}getInstance(){if(!this.hasInstance())throw new Error("No project is open");return this.project}getNoUsagePromise(){if(0===this.usageCounter)return Promise.resolve();const e=new ha.B;return this.noUsageDeferreds.add(e),e.promise}async useInstance(e,t){if(this.hasInstance()){this.increaseUsage();try{return await t(this.project)}catch(t){throw"string"==typeof e?this.notificationService.error(`Failed to ${e}: ${t.toString()}`):this.logService.error(t),t}finally{this.decreaseUsage()}}else"string"==typeof e?this.notificationService.error(`No project is open, failed to ${e}`):this.logService.error(new Error(`No project is open, failed to ${e}`))}increaseUsage(){this.usageCounter++}decreaseUsage(){if(this.usageCounter--,0===this.usageCounter){const e=this.noUsageDeferreds;this.noUsageDeferreds=new Set;for(const t of e)t.resolve()}}};mu([(0,mt.yT)(da.g),gu("design:type","function"==typeof(hu=void 0!==da.g&&da.g)?hu:Object)],vu.prototype,"notificationService",void 0),vu=mu([(0,xt.b2)()],vu);const yu=!1;var bu,wu,xu,_u,Su=r(9996),Eu=r.n(Su);!function(e){e[e.V1=1]="V1",e[e.V2=2]="V2",e[e.V3=3]="V3"}(bu||(bu={})),function(e){e[e.RX=0]="RX",e[e.RY=1]="RY",e[e.RZ=2]="RZ",e[e.RW=3]="RW",e[e.FX=4]="FX",e[e.FY=5]="FY",e[e.FZ=6]="FZ",e[e.FW=7]="FW",e[e.UX=8]="UX",e[e.UY=9]="UY",e[e.UZ=10]="UZ",e[e.UW=11]="UW",e[e.AX=12]="AX",e[e.AY=13]="AY",e[e.AZ=14]="AZ",e[e.AW=15]="AW"}(wu||(wu={})),function(e){e[e.TIME=0]="TIME",e[e.FREEZE_TIME=1]="FREEZE_TIME",e[e.PERSISTENT_WEATHER=2]="PERSISTENT_WEATHER",e[e.RANDOM_WEATHER=3]="RANDOM_WEATHER"}(xu||(xu={})),function(e){e[e.NONE=0]="NONE",e[e.PATCH=1]="PATCH",e[e.ADDITION=2]="ADDITION"}(_u||(_u={}));const ku={version:bu.V3,meta:{cam:[0,0,100,0,0,-45]},patches:{},additions:{},additionGroups:{}};var Au=r(8172);class Ou{constructor(e,t=(()=>{})){this.snapshot=e,this.onApply=t}get(){return this.snapshot}apply(e){this.snapshot=(0,Au.Uy)(this.snapshot,e),this.onApply(this.snapshot)}}var Tu,Cu,Ru=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Pu=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let ju=Tu=class{constructor(){this.upgradeV1toV2=e=>{const t=Eu()({},{...e});t.version=bu.V2;const r=e.additionGroups;if(!Array.isArray(r)){t.additionGroups={};for(const e of Object.values(t.additions))e.grp=-1;return t}const n=r.map((()=>(0,qc.n)()));t.additionGroups=r.reduce(((e,t,r)=>(e[n[r]]={label:t},e)),{});for(const e of Object.values(t.additions))-1!==e.grp&&(e.grp=n[e.grp]);return t},this.upgradeV2toV3=e=>{const t=Eu()({},{...e});t.version=bu.V3;for(const e of Object.values(t.additions))e.mdl=e.hash,delete e.hash;return t},this.upgraders={[bu.V1]:this.upgradeV1toV2,[bu.V2]:this.upgradeV2toV3}}async upgrade(e){if(e.version===Tu.CURRENT_VERSION)return this.logService.log("Map is already of latest version, skipping upgrade"),e;let t=e,r=this.upgraders[e.version];for(;r;)t=await r(t),r=this.upgraders[t.version],this.logService.log("Upgraded map to version",t.version);return t}};ju.CURRENT_VERSION=bu.V3,Ru([(0,xt.f3)(Et.$),Pu("design:type","function"==typeof(Cu=void 0!==Et.$&&Et.$)?Cu:Object)],ju.prototype,"logService",void 0),ju=Tu=Ru([(0,xt.b2)()],ju);const Nu=Object.freeze({Ready:"we:ready",Map:"we:map",Accept:"we:accept",SetCam:zt.B6.setCam,SetCamBaseMultiplier:"we:setCamBaseMultiplier",FocusInView:"we:focusInView",ObjectPreview:"we:objectPreview",SelectAtCursor:"we:selectAtCursor",Selection:"we:selection",EnterPlaytestMode:"we:enterPlaytestMode",ExitPlaytestMode:"we:exitPlaytestMode",EnvironmentSet:"we:setEnvironment",EnvironmentAck:"we:ackEnvironment",EnvironmentRequest:"we:reqeustEnvironment",SettingsSet:"we:settings",AdditionCreate:zt.B6.createAddition,AdditionPlaced:zt.B6.additionPlaced,AdditionSet:zt.B6.setAddition,AdditionApplyChange:zt.B6.applyAdditionChange,AdditionSetOnGround:"we:setAdditionOnGround",AdditionDelete:zt.B6.deleteAddition,AdditionDeleteBatch:"we:deleteAdditions",PatchCreate:zt.B6.createPatch,PatchApplyChange:zt.B6.applyPatchChange,PatchDelete:zt.B6.deletePatch});var Iu,Du,Lu,Fu,Mu,Bu,Uu=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},$u=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Gu=class{constructor(){this.eventDisposers=[],this.mapPath="",this.mapLoadDeferred=new ha.B,this.setCam=e=>this.map.apply((t=>{t.meta.cam=e})),this.createPatch=e=>this.map.apply((t=>{var r,n;(r=t.patches)[n=e.mapDataHash]??(r[n]={}),t.patches[e.mapDataHash][e.entityHash]=e.patch})),this.applyPatchChange=e=>this.map.apply((t=>{const r=t.patches[e.mapdata]?.[e.entity];r&&(e.mat&&(r.mat=e.mat),e.label&&(r.label=e.label),e.cam&&(r.cam=e.cam))})),this.deletePatch=e=>this.map.apply((t=>{t.patches[e.mapDataHash]&&(delete t.patches[e.mapDataHash][e.entityHash],0===Object.keys(t.patches[e.mapDataHash]).length&&delete t.patches[e.mapDataHash])})),this.createAddition=e=>this.map.apply((t=>{t.additions[e.id]=e.addition})),this.setAddition=e=>this.map.apply((t=>{t.additions[e.id]=e.addition})),this.applyAdditionChange=e=>this.map.apply((t=>{const r=t.additions[e.id];r&&(t.additions[e.id]={...r,...eu(e,"id")})})),this.deleteAddition=e=>this.map.apply((t=>{delete t.additions[e.id]})),this.setAdditionGroup=e=>this.map.apply((t=>{t.additions[e.additionId]&&(t.additions[e.additionId].grp=e.grp)})),this.createAdditionGroup=e=>this.map.apply((t=>{t.additionGroups[e.grp]={label:e.label}})),this.deleteAdditionGroup=e=>this.map.apply((t=>{delete t.additionGroups[e.grp];for(const[r,n]of Object.entries(t.additions))n.grp===e.grp&&(e.deleteAdditions?delete t.additions[r]:t.additions[r].grp=-1)})),this.setAdditionGroupName=e=>this.map.apply((t=>{t.additionGroups[e.grp]&&(t.additionGroups[e.grp].label=e.label)}))}getId(){return`WorldEditor(${this.mapPath})`}init(){this.onWEApi(Nu.SetCam,this.setCam),this.onWEApi(Nu.Accept,(async()=>{await this.mapLoadDeferred.promise,this.invokeWEApi(Nu.Map,this.map.get())})),this.onWEApi(Nu.PatchCreate,this.createPatch),this.onWEApi(Nu.PatchApplyChange,this.applyPatchChange),this.onWEApi(Nu.AdditionSet,this.setAddition),this.onWEApi(Nu.AdditionPlaced,this.applyAdditionChange),this.onWEApi(Nu.AdditionApplyChange,this.applyAdditionChange)}onWEApi(e,t){this.eventDisposers.push(this.gameService.onBackendMessage(e,t))}invokeWEApi(e,t){this.gameService.emitEvent(e,t)}async open(e){this.mapPath=e,this.mapWriter=this.fsService.createThrottledFileWriter(this.mapPath,{time:500,serialize:e=>JSON.stringify(e)}),this.map=new Ou(await this.loadMap(),(e=>this.mapWriter.write(e))),this.mapLoadDeferred.resolve(),this.apiClient.emit(zt.B6.mapLoaded,this.map.get())}async close(){var e;this.eventDisposers.forEach(pr),await this.mapWriter.flush(),await this.projectAccess.useInstance((e="rebuild map after WorldEditor close",{silent:!0,reason:e}),(e=>e.getAsset(this.mapPath)?.build?.()))}async loadMap(){const e=await this.fsService.readFileString(this.mapPath);if(""===e.trim())return Eu()({},ku);const t=Eu()({...ku},JSON.parse(e),{arrayMerge:(e,t)=>t?.length?t:e}),r=await this.worldEditorMapUpgrader.upgrade(t);return r!==t&&this.mapWriter.write(r),r}};Uu([(0,xt.f3)(vt.A),$u("design:type","function"==typeof(Iu=void 0!==vt.A&&vt.A)?Iu:Object)],Gu.prototype,"fsService",void 0),Uu([(0,xt.f3)(Et.$),$u("design:type","function"==typeof(Du=void 0!==Et.$&&Et.$)?Du:Object)],Gu.prototype,"logService",void 0),Uu([(0,xt.f3)(Fa),$u("design:type","function"==typeof(Lu=void 0!==Fa&&Fa)?Lu:Object)],Gu.prototype,"gameService",void 0),Uu([(0,xt.f3)(_t.S),$u("design:type","function"==typeof(Fu=void 0!==_t.S&&_t.S)?Fu:Object)],Gu.prototype,"apiClient",void 0),Uu([(0,xt.f3)(vu),$u("design:type","function"==typeof(Mu=void 0!==vu&&vu)?Mu:Object)],Gu.prototype,"projectAccess",void 0),Uu([(0,xt.f3)(ju),$u("design:type","function"==typeof(Bu=void 0!==ju&&ju)?Bu:Object)],Gu.prototype,"worldEditorMapUpgrader",void 0),Uu([(0,xt.zY)(),$u("design:type",Function),$u("design:paramtypes",[]),$u("design:returntype",void 0)],Gu.prototype,"init",null),Uu([(0,kt.K0)(zt.B6.setCam),$u("design:type",Object)],Gu.prototype,"setCam",void 0),Uu([(0,kt.K0)(zt.B6.createPatch),$u("design:type",Object)],Gu.prototype,"createPatch",void 0),Uu([(0,kt.K0)(zt.B6.applyPatchChange),$u("design:type",Object)],Gu.prototype,"applyPatchChange",void 0),Uu([(0,kt.K0)(zt.B6.deletePatch),$u("design:type",Object)],Gu.prototype,"deletePatch",void 0),Uu([(0,kt.K0)(zt.B6.createAddition),$u("design:type",Object)],Gu.prototype,"createAddition",void 0),Uu([(0,kt.K0)(zt.B6.setAddition),$u("design:type",Object)],Gu.prototype,"setAddition",void 0),Uu([(0,kt.K0)(zt.B6.applyAdditionChange),$u("design:type",Object)],Gu.prototype,"applyAdditionChange",void 0),Uu([(0,kt.K0)(zt.B6.deleteAddition),$u("design:type",Object)],Gu.prototype,"deleteAddition",void 0),Uu([(0,kt.K0)(zt.B6.setAdditionGroup),$u("design:type",Object)],Gu.prototype,"setAdditionGroup",void 0),Uu([(0,kt.K0)(zt.B6.createAdditionGroup),$u("design:type",Object)],Gu.prototype,"createAdditionGroup",void 0),Uu([(0,kt.K0)(zt.B6.deleteAdditionGroup),$u("design:type",Object)],Gu.prototype,"deleteAdditionGroup",void 0),Uu([(0,kt.K0)(zt.B6.setAdditionGroupLabel),$u("design:type",Object)],Gu.prototype,"setAdditionGroupName",void 0),Gu=Uu([(0,xt.b2)()],Gu);var zu,qu,Hu,Wu,Vu,Ku,Yu=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Ju=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Zu=class{constructor(){this.running=!1,this.worldEditor=null}getId(){return"WorldEditorService"}init(){Kc.BeforeUnload.addListener((()=>this.stop())),this.gameServerService.onServerStop((e=>{this.running&&(this.running=!1,this.resourcesToRestore&&(this.gameServerService.setResources(this.resourcesToRestore),this.resourcesToRestore=void 0),this.apiClient.emit(zt.B6.stopped),e&&this.notificationService.error(`World-editor server has stopped with error: ${e.toString()}`))}))}async start(e){if(this.running)return this.notificationService.error("World editor is already running");if(!this.projectAccess.hasInstance())return this.notificationService.error("No project loaded, impossible to start world-editor");this.running=!0,this.worldEditor=this.apiContributionFactory(Gu);const t=this.worldEditor.open(e.mapPath),r=this.projectAccess.getInstance();this.gameServerService.isUp()&&await this.gameServerService.stop();const n={fxserverCwd:r.getFxserverCwd(),updateChannel:Ft.latest,cmdList:["setr sdk_worldEditorMode 1"]};this.gameServerService.setResources([]);try{return!1===yu&&await this.gameServerService.start(n),t}catch(e){this.notificationService.error(`Failed to start world-editor server: ${e.toString()}`),this.running=!1,await this.worldEditor.close(),this.worldEditor=null}}async stop(){if(this.isRunning){if(await(this.worldEditor?.close()),this.worldEditor=null,this.resourcesToRestore)return this.gameServerService.sendCommand("setr sdk_worldEditorMode 0"),this.gameServerService.restartResource("sdk-game"),this.gameServerService.setResources(this.resourcesToRestore),void(this.resourcesToRestore=void 0);!1===yu&&await this.gameServerService.stop(),this.running=!1}}isRunning(){return this.running}};Yu([(0,xt.f3)(_t.S),Ju("design:type","function"==typeof(zu=void 0!==_t.S&&_t.S)?zu:Object)],Zu.prototype,"apiClient",void 0),Yu([(0,xt.f3)(vu),Ju("design:type","function"==typeof(qu=void 0!==vu&&vu)?qu:Object)],Zu.prototype,"projectAccess",void 0),Yu([(0,xt.f3)(al),Ju("design:type","function"==typeof(Hu=void 0!==al&&al)?Hu:Object)],Zu.prototype,"gameServerService",void 0),Yu([(0,xt.f3)(da.g),Ju("design:type","function"==typeof(Wu=void 0!==da.g&&da.g)?Wu:Object)],Zu.prototype,"notificationService",void 0),Yu([(0,xt.f3)(Tt),Ju("design:type","function"==typeof(Vu=void 0!==Tt&&Tt)?Vu:Object)],Zu.prototype,"apiContributionFactory",void 0),Yu([(0,xt.zY)(),Ju("design:type",Function),Ju("design:paramtypes",[]),Ju("design:returntype",void 0)],Zu.prototype,"init",null),Yu([(0,kt.K0)(zt.B6.start),Ju("design:type",Function),Ju("design:paramtypes",["function"==typeof(Ku=void 0!==lp&&lp.WorldEditorStart)?Ku:Object]),Ju("design:returntype",Promise)],Zu.prototype,"start",null),Yu([(0,kt.K0)(zt.B6.stop),Ju("design:type",Function),Ju("design:paramtypes",[]),Ju("design:returntype",Promise)],Zu.prototype,"stop",null),Zu=Yu([(0,xt.b2)()],Zu);var Xu,Qu,ed,td,rd,nd,id=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},sd=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};function od(e){let t=Xp[e];if(!t)return[];t=t.slice();for(const e of t)t.push(...od(e));return t}const ad=Object.keys(Xp).reduce(((e,t)=>(e[t]=od(t),e)),{}),cd={};let ld=class{constructor(){this.available=new ha.B,this.localHash=""}boot(){this.maybeUpdateSystemResources()}getAvailablePromise(){return this.available.promise}getResourcePath(e){return this.fsService.joinPath(this.configService.systemResourcesPath,Zp[e]||"__INVALID_SYSTEM_RESOURCE_NAME__")}getLocalHash(){return this.localHash}getResourceDescriptors(e){const t=JSON.stringify(e);if(!cd[t]){const r=new Set(e.filter((e=>Zp[e])).reduce(((e,t)=>{e.push(t);const r=ad[t];return r?e.concat(r):e}),[])),n=Array(r.size);let i=0;for(const e of r)n[i++]={name:e,path:this.getResourcePath(e)};cd[t]=n}return cd[t]}async maybeUpdateSystemResources(){await this.fsService.statSafe(this.configService.systemResourcesRoot)?await this.taskReporterService.wrap("Updating system resources",(()=>this.updateSystemResource())):await this.taskReporterService.wrap("Installing system resources",(()=>this.cloneSystemResources()))}async updateSystemResource(){try{const[e,t]=await Promise.all([this.gitService.getRemoteBranchRef(this.configService.systemResourcesRoot,"origin","master"),this.gitService.getLocalBranchRef(this.configService.systemResourcesRoot,"HEAD")]);if(this.localHash=t||"",e!==t)try{await this.gitService.fastForward(this.configService.systemResourcesRoot)}catch(e){await this.gitService.checkout(this.configService.systemResourcesRoot,"origin/master",!0)}}catch(e){this.logService.error(e),this.notificationService.error(`Failed to update system resources: ${e.toString()}`)}finally{this.available.resolve(!0)}}async cloneSystemResources(){try{await this.gitService.clone(this.configService.systemResourcesRoot,Jp),this.available.resolve(!0)}catch(e){this.logService.error(e),this.notificationService.error(`Failed to install system resources: ${e.toString()}`),this.available.resolve(!1),await this.fsService.rimraf(this.configService.systemResourcesRoot)}}};id([(0,xt.f3)(vt.A),sd("design:type","function"==typeof(Xu=void 0!==vt.A&&vt.A)?Xu:Object)],ld.prototype,"fsService",void 0),id([(0,xt.f3)(io),sd("design:type","function"==typeof(Qu=void 0!==io&&io)?Qu:Object)],ld.prototype,"gitService",void 0),id([(0,xt.f3)(Et.$),sd("design:type","function"==typeof(ed=void 0!==Et.$&&Et.$)?ed:Object)],ld.prototype,"logService",void 0),id([(0,xt.f3)(ht.E),sd("design:type","function"==typeof(td=void 0!==ht.E&&ht.E)?td:Object)],ld.prototype,"configService",void 0),id([(0,xt.f3)(fa.n),sd("design:type","function"==typeof(rd=void 0!==fa.n&&fa.n)?rd:Object)],ld.prototype,"taskReporterService",void 0),id([(0,xt.f3)(da.g),sd("design:type","function"==typeof(nd=void 0!==da.g&&da.g)?nd:Object)],ld.prototype,"notificationService",void 0),ld=id([(0,xt.b2)()],ld);var pd,ud=r(9026);!function(e){e.LoaderEndpoints=(0,ud.Gn)("projectLoader",["checkCreateRequest","checkCreateResult","checkOpenRequest","create","open","close","getRecents","recents","removeRecent"]),e.ManifestEndpoints=(0,ud.Gn)("projectManifest",["update","setServerUpdateChannel","setSystemResources","setVariable","deleteVariable"]),e.BuilderEndpoints=(0,ud.Gn)("projectBuilder",["build","error"]),e.FsEndpoints=(0,ud.Gn)("projectFs",["update","shallowScanChildren","createFile","createDirectory","renameEntry","entryRenamed","moveEntry","deleteEntry","entryDeleted","copyEntry","copyEntries","pathsStateUpdate","setPathsStatePatch"]),e.AssetEndpoints=(0,ud.Gn)("projectAssets",["setAssetConfig","setAssetRuntimeData","deleteAssetRuntimeData"]),e.ServerEndpoints=(0,ud.Gn)("projectServer",["start","stop"])}(pd||(pd={}));var dd,fd,hd=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},md=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};class gd{constructor(){this.logService=new pc.e("ProjectManifestRuntime"),this.toDispose=new cr}async init(e){this.rt=e;const t={defaults:{assets:{},serverUpdateChannel:Ft.recommended,systemResources:[]},onApply:e=>{this.apiClient.emit(pd.ManifestEndpoints.update,this.get()),Kc.ManifestUpdated.emit(e)}};this.manifestMapping=await this.fsService.createJsonFileMapping(this.rt.state.manifestPath,t),this.toDispose.register(Yc.BeforeRename.addListener((async e=>{const t=this.getRelativeAssetPath(e.oldEntryPath),r=this.getRelativeAssetPath(e.entryPath);this.get().assets[t]?await this.apply((e=>{e.assets[r]=e.assets[t],delete e.assets[t]})):this.logService.log("FS entry is about to rename, but we do not have it's asset config - skipping manifest update")})))}dispose(){pr(this.toDispose)}apply(e){return this.manifestMapping.apply(e)}get(){return this.manifestMapping.get()}getAssetConfig(e,t){return{...t,...this.get().assets[this.getRelativeAssetPath(e)]}}setAssetConfig(e,t){this.apply((r=>{r.assets[this.getRelativeAssetPath(e)]=t})),Kc.AssetConfigChanged.emit({assetPath:e,config:t})}getRelativeAssetPath(e){return e.substr(this.rt.state.path.length+vt.A.separator.length)}}hd([(0,mt.yT)(vt.A),md("design:type","function"==typeof(dd=void 0!==vt.A&&vt.A)?dd:Object)],gd.prototype,"fsService",void 0),hd([(0,mt.yT)(_t.S),md("design:type","function"==typeof(fd=void 0!==_t.S&&_t.S)?fd:Object)],gd.prototype,"apiClient",void 0);var vd,yd,bd=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},wd=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};class xd{constructor(){this.disposed=!1,this.toDispose=new cr,this.shouldEmitUpdate=!1,this.maybeEmitPathsStateUpdate=()=>{this.shouldEmitUpdate&&(this.shouldEmitUpdate=!1,this.apiClient.emit(pd.FsEndpoints.pathsStateUpdate,this.pathsStateMapping.get()))}}async init(e){this.rt=e,this.toDispose.register(Yc.AfterRenamed.addListener((e=>{this.handleRenameAndMove(e.oldEntryPath,e.entryPath)})));const t={defaults:{},onApply:this.maybeEmitPathsStateUpdate};this.pathsStateMapping=await this.fsService.createJsonFileMapping(this.rt.state.pathsStatePath,t),this.sanitizePathsState()}async dispose(){this.disposed=!0}get(){return this.pathsStateMapping.get()}apply(e){this.pathsStateMapping.apply(e)}applyPartial(e){this.apply((t=>{for(const[r,n]of Object.entries(e))t[r]=n}))}async sanitizePathsState(){for(const e of Object.keys(this.get())){if(this.disposed)return;if(!await this.fsService.statSafe(e)){if(this.disposed)return;this.apply((t=>{delete t[e]}))}}}handleRenameAndMove(e,t){this.apply((r=>{for(const[n,i]of Object.entries(r))0===n.indexOf(e)&&(this.shouldEmitUpdate=!0,delete r[n],r[n.replace(e,t)]=i)}))}}bd([(0,mt.yT)(vt.A),wd("design:type","function"==typeof(vd=void 0!==vt.A&&vt.A)?vd:Object)],xd.prototype,"fsService",void 0),bd([(0,mt.yT)(_t.S),wd("design:type","function"==typeof(yd=void 0!==_t.S&&_t.S)?yd:Object)],xd.prototype,"apiClient",void 0);var _d,Sd,Ed=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},kd=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};!function(e){e[e.Development=0]="Development",e[e.Building=1]="Building"}(Sd||(Sd={}));let Ad=class{constructor(){this.state=Sd.Development}get path(){return this._path}get pathsStatePath(){return this._pathsStatePath}get manifestPath(){return this._manifestPath}get storagePath(){return this._storagePath}get fxserverCwd(){return this._fxserverCwd}async init(e){this._path=e,this._manifestPath=this.fsService.joinPath(this._path,Lp),this._storagePath=this.fsService.joinPath(this._path,".fxdk"),this._pathsStatePath=this.fsService.joinPath(this._storagePath,ru),this._fxserverCwd=this.fsService.joinPath(this._storagePath,"fxserver"),await this.fsService.mkdirp(this._fxserverCwd)}getState(){return this.state}setState(e){this.state=e}getRelativePath(e){return e.substr(this.path.length+vt.A.separator.length)}getPathInProject(e){return this.fsService.joinPath(this._path,e)}getPathInStorage(e){return this.fsService.joinPath(this._storagePath,e)}};function Od([e,t,r,n,i]){return[e,ct.join(t,r),n&&i&&ct.join(n,i)]}Ed([(0,xt.f3)(vt.A),kd("design:type","function"==typeof(_d=void 0!==vt.A&&vt.A)?_d:Object)],Ad.prototype,"fsService",void 0),Ad=Ed([(0,xt.b2)()],Ad);const Td=Object.create(null),Cd=Object.create(null);var Rd;function Pd(e,t,r){return[e,t,r]}on("sdk:fileWatcherEvents",((e,t)=>{const r=Td[e];r&&r(t)})),on("sdk:fileWatcherError",((e,t)=>{const r=Cd[e];r&&r(t)})),function(e){e[e.CREATED=0]="CREATED",e[e.DELETED=1]="DELETED",e[e.MODIFIED=2]="MODIFIED",e[e.RENAMED=3]="RENAMED"}(Rd||(Rd={}));class jd{constructor(e){this.watcherId=-1,this.onEvent=e=>this.logger("Event!",e),this.handleEvents=e=>{const t=Object.create(null);for(const r of e){const[e,n,i]=Od(r);if(n.indexOf("\\.git\\")>-1||".git"===r[2])continue;if(this.ignoredPaths.some((e=>n.indexOf(e)>-1)))continue;if(e===Rd.RENAMED){t[n]=null,t[i]=[e,i,n];continue}const s=t[n];null!==s&&(s?e!==Rd.DELETED||s[0]!==Rd.CREATED?e===Rd.DELETED&&s[0]>Rd.DELETED&&(t[n]=[e,n]):t[n]=null:t[n]=[e,n])}const r=Object.values(t).filter(Boolean).sort(((e,t)=>t[1].length-e[1].length));if(r.length){if(this.onEvents)return this.onEvents(r);for(const e of r)this.onEvent(e)}},this.handleError=e=>{this.logger("WATCHER ERROR!!! ",e)},this.ignoredPaths=e.ignoredPaths,this.logger=e.logger||((...e)=>console.log(...e)),e.onEvent&&(this.onEvent=e.onEvent),e.onEvents&&(this.onEvents=e.onEvents);const t=(0,qc.n)(),r=(e,n)=>{t===e&&(Td[n]=this.handleEvents,Cd[n]=this.handleError,RemoveEventHandler("sdk:fileWatcherId",r),this.watcherId=n)};on("sdk:fileWatcherId",r),emit("sdk:startFileWatcher",e.path,t)}dispose(){emit("sdk:stopFileWatcher",this.watcherId),delete Td[this.watcherId],delete Cd[this.watcherId]}}const Nd=new class{constructor(){this.registry=new Map,this.resolvedHandlers=new Map}register(e,t){if(this.registry.has(e))throw new Error(`Unable to reassign handle "${e}"`);this.registry.set(e,t)}getHandler(e){return this.getResolvedHandler(e.handle)}async getHandle(e,t){for(const r of this.registry.keys())if(await this.getResolvedHandler(r).handles(e,t))return r;return e.isDirectory?"directory":"file"}expandEvent(e){let t=[];for(const r of this.registry.keys()){const n=this.getResolvedHandler(r).expandEvent?.(e);n?.length&&t.push(n)}return t.flat()}getResolvedHandler(e){let t=this.resolvedHandlers.get(e);if(!t){const r=this.registry.get(e);if(!r)throw new Error(`No handler for "${e}"`);t=new r}return t}};function Id(e){const t=e.toLowerCase(),r=new Uint32Array(1);for(const e in t)r[0]+=t.charCodeAt(e),r[0]+=r[0]<<10,r[0]^=r[0]>>>6;return r[0]+=r[0]<<3,r[0]^=r[0]>>>11,r[0]+=r[0]<<15,r[0]}const Dd=e=>e.endsWith(Qp);var Ld,Fd,Md,Bd=r(4979),Ud=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},$d=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};function Gd(e){return"0x"+Id(`${e[0]}:${e[1]}:${e[2]??null}`).toString(16).toUpperCase()}!function(e){e[e.Deep=0]="Deep",e[e.Auto=1]="Auto",e[e.Shallow=2]="Shallow"}(Md||(Md={}));class zd{constructor(){this.logService=new pc.e("ProjectFS"),this.rootFsEntry=null,this.toDispose=new cr,this.fsEventSuppression={[Rd.CREATED]:new Set,[Rd.DELETED]:new Set,[Rd.MODIFIED]:new Set,[Rd.RENAMED]:new Set},this.fsUpdateErrorDisposals={},this.processFsEvent=async e=>{const[t,r,n]=e,i=Dd(r);var s;if(i||this.fsEventsQueue.appendMany(Nd.expandEvent(e)),!this.fsEventSuppression[t].delete(r))if(i)this.fsEventsQueue.append(Pd(Rd.MODIFIED,(s=r).substr(0,s.indexOf(Qp))));else try{switch(t){case Rd.CREATED:return void await this.processCreated(r);case Rd.MODIFIED:return void await this.processModified(r);case Rd.RENAMED:return void(n?await this.processRenamed(r,n):await this.processCreated(r));case Rd.DELETED:return void await this.processDeleted(r)}}catch(e){this.logService.error(e)}},this.fsEventsQueue=this.toDispose.register(new Dc(this.processFsEvent,Gd)),this.toDispose.register(this.apiClient.on(pd.FsEndpoints.shallowScanChildren,(async e=>{if("string"!=typeof e)return;const t=this.getFsEntry(e);t&&(await this.scanFsEntryChildren(e,t,Md.Shallow),this.sendFsUpdate({kind:nu.Update,fsEntry:t,path:this.getEntryPathParts(e)}))})))}getFsEntry(e){return this.getFsEntryByPath(this.getEntryPathParts(e))}getRootFsEntry(){if(!this.rootFsEntry)throw new Error("Missing root fs entry");return this.rootFsEntry}async init(e){if(this.path=e.state.path,this.ignoredPaths=[e.state.storagePath,e.state.manifestPath,this.fsService.joinPath(e.state.path,".vscode")],this.rootFsEntry=await this.spawnFsEntry(this.path),!this.rootFsEntry)throw new Error("Failed to scan project fs entry");this.toDispose.register(new jd({path:this.path,ignoredPaths:this.ignoredPaths,logger:(...e)=>this.logService.log("[WATCHER]",...e),onEvents:e=>this.fsEventsQueue.appendMany(e)})),await this.scanFsEntryChildren(this.path,this.rootFsEntry),Yc.Hydrated.emit(this.rootFsEntry)}async dispose(){pr(this.toDispose);for(const e of Object.values(this.fsUpdateErrorDisposals))pr(e)}async createFile({filePath:e,fileName:t}){const r=this.fsService.joinPath(e,t);return await this.fsService.statSafe(r)||await this.fsService.writeFile(r,""),r}async createDirectory({directoryName:e,directoryPath:t}){const r=this.fsService.joinPath(t,e);await this.fsService.statSafe(r)||await this.fsService.mkdirp(r)}async copyEntry(e){this.fsService.dirname(e.sourcePath)!==e.targetPath&&this.fsService.copy(e.sourcePath,e.targetPath)}async copyEntries(e){e.sourcePaths.length&&await Promise.all(e.sourcePaths.map((t=>this.fsService.copy(t,e.targetPath))))}async renameEntry(e){const t=this.fsService.joinPath(this.fsService.dirname(e.entryPath),e.newName);t!==e.entryPath&&(await Yc.BeforeRename.emit({oldEntryPath:e.entryPath,entryPath:t}),await this.fsService.rename(e.entryPath,t),this.logService.log("Renamed entry",e))}async moveEntry(e){const{sourcePath:t,targetPath:r}=e,n=this.fsService.joinPath(r,this.fsService.basename(t));n!==t&&(await Yc.BeforeRename.emit({oldEntryPath:t,entryPath:n}),this.fsEventSuppression[Rd.CREATED].add(n),this.fsEventSuppression[Rd.DELETED].add(t),await this.fsService.rename(t,n),await this.processRenamed(n,t))}async deleteEntry(e){const{entryPath:t,hardDelete:r}=e;if(!await this.fsService.statSafe(t))return lp.DeleteEntryResponse.Ok;if(r)await this.fsService.rimraf(t);else try{await this.fsService.moveToTrashBin(t)}catch(e){return this.logService.log(`Failed to recycle fs entry: ${e.toString()}`),this.fsEventsQueue.append(Pd(Rd.MODIFIED,t)),lp.DeleteEntryResponse.FailedToRecycle}return lp.DeleteEntryResponse.Ok}async setEntryMeta(e,t){const r=this.getEntryMetaPath(e);return this.fsService.writeFileJson(r,t)}async deleteEntryMeta(e){const t=this.getEntryMetaPath(e);return this.fsService.unlink(t)}async spawnFsEntry(e){const t=this.getEntryMetaPath(e);let[r,n]=await Promise.all([this.fsService.statSafeRetries(e),this.fsService.readFileJson(t).catch((()=>{}))]);if(!r)return this.logService.error(new Error(`Failed to stat ${e}`)),null;const i=r.isDirectory(),s={handle:i?"directory":"file",name:this.fsService.basename(e),fxmeta:n,isDirectory:i,ctime:r.ctimeMs,mtime:r.mtimeMs,children:{},childrenScanned:!1};return s.handle=await Nd.getHandle(s,e),await Yc.FsEntrySpawned.emit({fsEntry:s,entryPath:e}),s}async updateFsEntry(e,t){const r=await this.fsService.statSafeRetries(e);return r?([t.handle,t.fxmeta]=await Promise.all([Nd.getHandle(t,e),this.fsService.readFileJson(this.getEntryMetaPath(e)).catch((()=>{}))]),t.ctime=r.ctimeMs,t.mtime=r.mtimeMs,await Yc.FsEntryUpdated.emit({fsEntry:t,entryPath:e}),{handle:t.handle,fxmeta:t.fxmeta,ctime:t.ctime,mtime:t.mtime}):(this.addFsUpdateErrorNoEntry(e),null)}addFsUpdateErrorNoEntry(e){this.extinguishFsUpdateError(e),this.fsUpdateErrorDisposals[e]=(0,Bd.Vg)((()=>{this.logService.error(new Error("Failed to update fs entry as it is missing in filesystem"),{entryPath:e})}),1e3)}extinguishFsUpdateError(e){this.fsUpdateErrorDisposals[e]&&(pr(this.fsUpdateErrorDisposals[e]),delete this.fsUpdateErrorDisposals[e])}async scanFsEntryChildren(e,t,r=Md.Auto){const n=await this.fsService.readdir(e);await Promise.all(n.map((async n=>{if(".git"===n)return;if(Dd(n))return;const i=this.fsService.joinPath(e,n);if(this.ignoredPaths.find((e=>i.startsWith(e))))return;const s=await this.spawnFsEntry(i);s&&(t.children[n]=s,"node_modules"===s.name&&r!==Md.Deep||s.isDirectory&&r!==Md.Shallow&&await this.scanFsEntryChildren(i,s))}))),t.childrenScanned=!0,await Yc.FsEntryChildrenScanned.emit({fsEntry:t,entryPath:e})}getEntryMetaPath(e){const t=this.fsService.basename(e)+Qp;return this.fsService.joinPath(this.fsService.dirname(e),t)}async processCreated(e){const t=await this.spawnFsEntry(e);if(!t)return;const r=this.getEntryPathParts(e),n=this.getEntryPathPartsParent(r),i=this.getFsEntryByPath(n);i&&(i.children[t.name]=t,t.isDirectory&&this.shouldScanFsEntryChildren(e)&&await this.scanFsEntryChildren(e,t),this.sendFsUpdate({kind:nu.Set,parentPath:n,fsEntry:t}),await Yc.AfterCreated.emit({fsEntry:t,entryPath:e}))}async processModified(e){const t=this.getEntryPathParts(e),r=this.getFsEntryByPath(t);if(!r)return;const n=await this.updateFsEntry(e,r);n&&(this.sendFsUpdate({kind:nu.Update,path:t,fsEntry:n}),await Yc.AfterModified.emit({fsEntry:r,entryPath:e}))}async processRenamed(e,t){const r=this.getEntryPathParts(t),n=this.getEntryPathPartsName(r),i=this.getFsEntryByPath(r);if(!i)return void this.logService.log("Unable to handle rename event of entry that did not exist in project tree before");const s=this.getEntryPathParts(e),o=this.getEntryPathPartsName(s),a=this.getEntryPathPartsParent(s),c=this.getFsEntryByPath(a),l=this.getEntryPathPartsParent(r);this.getFsEntryByPath(l)?.children[n],c&&(c.children[o]=i),this.sendFsUpdate({kind:nu.Rename,oldName:n,newName:o,newParentPath:a,oldParentPath:l}),this.apiClient.emit(pd.FsEndpoints.entryRenamed,{fromEntryPath:t,toEntryPath:e}),await Yc.AfterRenamed.emit({fsEntry:i,oldEntryPath:t,entryPath:e})}async processDeleted(e){this.extinguishFsUpdateError(e);const t=this.getEntryPathParts(e),r=this.getEntryPathPartsParent(t),n=this.getEntryPathPartsName(t);this.getFsEntryByPath(r)?.children[n],this.sendFsUpdate({kind:nu.Delete,name:n,parentPath:r}),this.apiClient.emit(pd.FsEndpoints.entryDeleted,{entryPath:e}),await Yc.AfterDeleted.emit({oldEntryPath:e})}shouldScanFsEntryChildren(e){return!0}getEntryPathParts(e){return this.fsService.splitPath(e.substr(this.path.length+1))}getEntryPathPartsParent(e){return e.slice(0,-1)}getEntryPathPartsName(e){return e[e.length-1]}getFsEntryByPath(e){return e.reduce(((e,t)=>e?.children[t]||null),this.rootFsEntry)}sendFsUpdate(e){this.apiClient.emit(pd.FsEndpoints.update,e)}}Ud([(0,mt.yT)(vt.A),$d("design:type","function"==typeof(Ld=void 0!==vt.A&&vt.A)?Ld:Object)],zd.prototype,"fsService",void 0),Ud([(0,mt.yT)(_t.S),$d("design:type","function"==typeof(Fd=void 0!==_t.S&&_t.S)?Fd:Object)],zd.prototype,"apiClient",void 0);class qd{constructor(){this.logService=new pc.e("ProjectAssets"),this.toDispose=new cr,this.hydrated=!1,this.handleHydrated=()=>{this.hydrated=!0,this.assetsTree.getAll().forEach((e=>e.init()))},this.handleAssetConfigChanged=e=>this.assetsTree.get(e.assetPath)?.handleConfigChanged?.(e.config),this.handleFsEntrySpawned=e=>{const{fsEntry:t,entryPath:r}=e;return this.assetsTree.get(r)||this.spawnAsset(t,r),this.invokeOnParentAssets(r,"acceptNestedFsEntrySpawned",e)},this.handleFsEntryUpdated=async e=>{const{fsEntry:t,entryPath:r}=e;let n=this.assetsTree.get(r);return n?n.handle!==t.handle&&(await this.assetsTree.delete(r),this.spawnAsset(t,r)):this.spawnAsset(t,r),this.invokeOnParentAssets(r,"acceptNestedFsEntryUpdated",e)},this.handleBeforeRenamed=async e=>{await this.assetsTree.deleteDeep(e.oldEntryPath)},this.handleAfterRenamed=async e=>(this.assetsTree.relocate(e.oldEntryPath,e.entryPath),await this.assetsTree.traverseOptionalItemsWithin(e.entryPath,(async(e,t)=>{const r=this.rt.fs.getFsEntry(t);if(!r)return this.assetsTree.delete(t);e&&await this.assetsTree.delete(t),this.spawnAsset(r,t)})),this.invokeOnParentAssets(e.entryPath,"acceptNestedAfterRenamed",e)),this.handleAfterDeleted=async e=>(this.assetsTree.prune(e.oldEntryPath),this.invokeOnParentAssets(e.oldEntryPath,"acceptNestedAfterDeleted",e)),this.toDispose.register(Yc.Hydrated.addListener(this.handleHydrated)),this.toDispose.register(Kc.AssetConfigChanged.addListener(this.handleAssetConfigChanged)),this.toDispose.register(Yc.FsEntrySpawned.addListener(this.handleFsEntrySpawned)),this.toDispose.register(Yc.FsEntryUpdated.addListener(this.handleFsEntryUpdated)),this.toDispose.register(Yc.AfterDeleted.addListener(this.handleAfterDeleted)),this.toDispose.register(Yc.BeforeRename.addListener(this.handleBeforeRenamed)),this.toDispose.register(Yc.AfterRenamed.addListener(this.handleAfterRenamed))}async init(e){this.rt=e,this.assetsTree=this.toDispose.register(new Hd(e.state.path))}async dispose(){pr(this.toDispose)}has(e){return!!this.assetsTree.get(e)}get(e){return this.assetsTree.get(e)}getAllPaths(){return this.assetsTree.getAllPaths()}spawnAsset(e,t){if("file"===e.handle||"directory"===e.handle)return;const r=Nd.getHandler(e);if(!r)return;if(!r.spawnAssetRuntime)return;const n=r.spawnAssetRuntime(e,t);return this.assetsTree.add(t,n),this.hydrated&&n?.init(),Kc.AssetSpawned.emit(n),n}invokeOnParentAssets(e,t,...r){return this.assetsTree.traversePath(e,(e=>{const n=e.item;if(!n)return;const i=n[t];return"function"==typeof i?i.call(n,...r):void 0}))}}class Hd extends class extends class{constructor(e,t){this.rootPath=e,this.separator=t,this.rootLeafs=Object.create(null),this.pathsMap=Object.create(null),this.reversePathsMap=new Map,this.boundDeleteLeafItem=(e,t)=>this.deleteLeafItem(e,t)}dispose(){this.traverseAll(this.boundDeleteLeafItem),this.rootLeafs=Object.create(null),this.pathsMap=Object.create(null),this.reversePathsMap.clear()}get(e){return this.pathsMap[e]}add(e,t){this.getOrCreateLeaf(e).item=t,this.pathsMap[e]=t,this.reversePathsMap.set(t,e)}prune(e){const t=this.getLeaf(e);t&&(this.traverseLeaf(t,this.boundDeleteLeafItem,e),t.parent?delete t.parent.children[t.name]:delete this.rootLeafs[t.name])}delete(e){const t=this.getLeaf(e);t&&this.deleteLeafItem(t,e)}deleteDeep(e){const t=this.getLeaf(e);t&&this.traverseLeaf(t,this.boundDeleteLeafItem,e)}relocate(e,t){const r=this.getLeaf(e);if(!r)return!1;r.parent?delete r.parent.children[r.name]:delete this.rootLeafs[r.name];const n=this.getOrCreateLeaf(t);n.item=r.item,n.children=r.children;for(const e of Object.values(n.children))e.parent=n;return this.traverseLeaf(n,((e,t)=>{if(!e.item)return;const r=this.reversePathsMap.get(e.item);r&&(delete this.pathsMap[r],this.pathsMap[t]=e.item,this.reversePathsMap.set(e.item,t))}),t),!0}getAll(){return Object.values(this.pathsMap)}traversePath(e,t){const r=this.getPath(e);let n=r.shift();if(!n)return;let i=this.rootLeafs[n],s=this.joinPath(this.rootPath,n);for(;i;){if(t(i,s),n=r.shift(),!n)return;i=i.children[n],s=this.joinPath(s,n)}}traverseAll(e){for(const[t,r]of Object.entries(this.rootLeafs))this.traverseLeaf(r,e,this.joinPath(this.rootPath,t))}traverseLeaf(e,t,r){for(const[n,i]of Object.entries(e.children))this.traverseLeaf(i,t,this.joinPath(r,n));t(e,r)}traverseItemsWithin(e,t){return this.traverseOptionalItemsWithin(e,((e,r)=>e&&t(e,r)))}traverseOptionalItemsWithin(e,t){const r=this.getLeaf(e);r&&this.traverseLeaf(r,((e,r)=>t(e.item,r)),e)}deleteLeafItem(e,t){e.item&&(delete this.pathsMap[t],this.reversePathsMap.delete(e.item),e.item=void 0)}getLeaf(e){return this.getLeafByPath(this.getPath(e))}getParentLeaf(e){return this.getLeafByPath(this.getPathParentPath(this.getPath(e)))}getLeafByPath([e,...t]){if(e)return t.length?t.reduce(((e,t)=>e?.children[t]),this.rootLeafs[e]):this.rootLeafs[e]}getOrCreateLeaf(e){var t;const[r,...n]=this.getPath(e);if(!r)throw new Error(`Cannot create tree leaf for "${e}" when root path is "${this.rootPath}"`);const i=(t=this.rootLeafs)[r]??(t[r]={name:r,item:void 0,parent:null,children:{}});return n.length?n.reduce(((e,t)=>{var r;return(r=e.children)[t]??(r[t]={name:t,item:void 0,parent:e,children:{}})}),i):i}getPath(e){return e.substr(this.rootPath.length+this.separator.length).split(this.separator)}getPathName(e){return e[e.length-1]}getPathParentPath(e){return e.slice(0,-1)}joinPath(e,t){return e+this.separator+t}toJSON(){return{path:this.rootPath,pathsMap:Object.entries(this.pathsMap).reduce(((e,[t,r])=>(e[t]=this.itemToJSON(r),e)),{}),children:Object.entries(this.rootLeafs).reduce(((e,[t,r])=>(e[t]=this.leafToJSON(r,this.joinPath(this.rootPath,t)),e)),{})}}leafToJSON(e,t){return{path:t,item:e.item?this.itemToJSON(e.item):void 0,children:Object.entries(e.children).reduce(((e,[r,n])=>(e[r]=this.leafToJSON(n,this.joinPath(t,r)),e)),{})}}itemToJSON(e){return"item"}}{async prune(e){const t=this.getLeaf(e);t&&await this.traverseLeaf(t,this.boundDeleteLeafItem,e)}async delete(e){const t=this.getLeaf(e);if(t)return this.deleteLeafItem(t,e)}async deleteDeep(e){const t=this.getLeaf(e);if(t)return this.traverseLeaf(t,this.boundDeleteLeafItem,e)}async traversePath(e,t){const r=this.getPath(e);let n=r.shift();if(!n)return;let i=this.rootLeafs[n],s=this.joinPath(this.rootPath,n);for(;i;){if(await t(i,s),n=r.shift(),!n)return;i=i.children[n],s=this.joinPath(s,n)}}async traverseLeaf(e,t,r){await Promise.all(Object.entries(e.children).map((([e,n])=>this.traverseLeaf(n,t,this.joinPath(r,e))))),await t(e,r)}traverseItemsWithin(e,t){return this.traverseOptionalItemsWithin(e,((e,r)=>e&&t(e,r)))}async traverseOptionalItemsWithin(e,t){const r=this.getLeaf(e);r&&await this.traverseLeaf(r,((e,r)=>t(e.item,r)),e)}async traverseAll(e){for(const[t,r]of Object.entries(this.rootLeafs))await this.traverseLeaf(r,e,this.joinPath(this.rootPath,t))}}{constructor(e){super(e,vt.A.separator)}getAllPaths(){return Object.keys(this.pathsMap)}async deleteLeafItem(e,t){await pr(e.item),super.deleteLeafItem(e,t)}itemToJSON(e){return{name:e.getName(),path:e.fsEntryPath,resourceDescriptor:e.getResourceDescriptor?.()}}}var Wd,Vd=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Kd=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Yd=class{constructor(){this.toDispose=new cr}initState(e){return this.state=this.containerAccess.resolve(Ad),this.state.init(e)}async init(e){this.pathsState=this.toDispose.register(new xd),this.manifest=this.toDispose.register(new gd),this.fs=this.toDispose.register(new zd),this.assets=this.toDispose.register(new qd),await this.pathsState.init(this),await this.manifest.init(this),await this.assets.init(this),await this.fs.init(this)}async dispose(){await pr(this.toDispose)}getManifest(){return this.manifest.get()}applyManifest(e){this.manifest.apply(e)}};Vd([(0,xt.f3)(mt.SB),Kd("design:type","function"==typeof(Wd=void 0!==mt.SB&&mt.SB)?Wd:Object)],Yd.prototype,"containerAccess",void 0),Yd=Vd([(0,xt.b2)()],Yd);var Jd,Zd,Xd,Qd,ef,tf,rf,nf,sf,of,af,cf,lf,pf,uf,df,ff,hf,mf,gf,vf,yf,bf,wf,xf=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},_f=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Sf=class{constructor(){this.eventDisposers=[],this.toDispose=new cr,this.gcManifestResources=(0,Bp.Ds)((()=>{this.logService.log(`Cleaning up manifest resources project(${this.getName()})`)}),1e3)}getId(){return`ProjectService(${this.getPath()||"#loading#"})`}applyManifest(e){this.rt.applyManifest(e)}getManifest(){return this.rt.getManifest()}getName(){return this.rt.getManifest().name}getPath(){return this.rt.state.path}getStoragePath(){return this.rt.state.storagePath}getAsset(e){return this.rt.assets.get(e)}getProjectOpenData(){return{rootFsEntry:this.rt.fs.getRootFsEntry(),path:this.getPath(),manifest:this.getManifest(),pathsState:this.rt.pathsState.get()}}getEnabledAssets(){const e=[];for(const[t,r]of Object.entries(this.getManifest().assets)){if(!r.enabled)continue;const n=this.rt.state.getPathInProject(t),i=this.getAsset(n);i&&e.push(i)}return e}getFxserverCwd(){return this.rt.state.fxserverCwd}getUpdateChannel(){return this.rt.getManifest().serverUpdateChannel}hasAsset(e){return this.rt.assets.has(e)}enterState(e){this.rt.state.setState(e)}isInDevState(){return this.rt.state.getState()===Sd.Development}async runBuildCommands(){const e=function(e){const t=e.sort(((e,t)=>e.length-t.length)),r={},n={},i=e=>{let t=r;n[e]||(n[e]=0);const i=[];e:for(;;){for(const r of Object.keys(t))if(0===e.indexOf(r)){i.push(r);let e=t[r];if(e){t=e;continue e}return t[r]=e={},i.forEach(((e,t)=>n[e]=i.length-t)),e}return i.forEach(((e,t)=>n[e]=i.length-t)),t}};for(const e of t)i(e)[e]=null;return t.reduce(((e,t)=>{const r=n[t];return(e[r]||(e[r]=[])).push(t),e}),[])}(this.rt.assets.getAllPaths());for(const t of e)await Promise.all(t.map((e=>{const t=this.getAsset(e);if(t?.build)return t.build()})))}async create(e){this.logService.log("Creating project",e);const t=this.fsService.resolvePath(e.projectPath);if(!await this.fsService.statSafe(t))throw new Error(`The folder to create project in does not exist: ${t}`);const r=this.fsService.joinPath(t,e.projectName),n=this.taskReporterService.createNamed("project:creating",`Creating project ${e.projectName}`);this.rt=this.containerAccess.resolve(Yd),await this.rt.initState(r);const i={name:e.projectName,assets:{},createdAt:(new Date).toISOString(),serverUpdateChannel:Ft.recommended,systemResources:tu,variables:{}};try{await(0,Tc.C)(this.fsService.writeFileJson(this.rt.state.manifestPath,i),this.fsService.writeFileJson(this.rt.state.pathsStatePath,{})),this.logService.log("Done creating project",e)}catch(e){throw e}finally{n.done()}return await Kc.Created.emit(this.rt.state),this.load(!1)}async open(e){return this.rt=this.containerAccess.resolve(Yd),await this.rt.initState(this.fsService.resolvePath(e)),await Kc.Opened.emit(this.rt.state),this.load(!0)}async load(e){const t=this.taskReporterService.createNamed("project:loading",`Loading project ${this.rt.state.path}`);await Kc.BeforeLoad.emit(this.rt.state);try{e&&await this.projectUpgrade.maybeUpgradeProject({task:t,projectPath:this.rt.state.path,manifestPath:this.rt.state.manifestPath,storagePath:this.rt.state.storagePath}),this.toDispose.add(Kc.ManifestUpdated.addListener((()=>{this.refreshEnabledResources()})),Kc.AssetSpawned.addListener((()=>{this.refreshEnabledResources()}))),await this.rt.init(t),this.gcManifestResources(),this.refreshEnabledResources(),await Kc.Loaded.emit(this.rt)}catch(e){throw e}finally{t.done()}return this}async unload(){this.logService.log(`Unloading project(${this.getName()})...`),await Kc.BeforeUnload.emit(this.rt),await(0,Tc.C)(pr(this.toDispose),pr(this.rt)),this.eventDisposers.forEach(pr),this.logService.log(`Unloaded project(${this.getName()})`),this.apiClient.emit(pd.LoaderEndpoints.close)}setPathsStatePatch(e){this.rt.pathsState.applyPartial(e)}setServerUpdateChannel(e){this.getManifest().serverUpdateChannel!==e&&(this.gameServerService.stop(),this.applyManifest((t=>{t.serverUpdateChannel=e})))}setSystemResources(e){this.applyManifest((t=>{t.systemResources=e})),this.refreshEnabledResources()}setVariable(e){this.applyManifest((t=>{t.variables||(t.variables={}),t.variables[e.variable]={setter:e.setter,value:e.value}})),this.refreshVariables()}deleteVariable(e){this.applyManifest((t=>{t.variables&&delete t.variables[e]})),this.refreshVariables()}getAssetConfig(e){return this.rt.manifest.getAssetConfig(e,{enabled:!1})}setAssetConfigFromRequest(e){this.setAssetConfig(e.assetPath,e.config)}setAssetConfig(e,t){return this.rt.manifest.setAssetConfig(e,{...this.getAssetConfig(e),...t})}setAssetMeta(e,t){this.rt.fs.setEntryMeta(e,t)}async createDirectory(e){return this.rt.fs.createDirectory(e)}async createFile(e){return this.rt.fs.createFile(e)}async renameEntry(e){return this.rt.fs.renameEntry(e)}async deleteEntry(e){return this.rt.fs.deleteEntry(e)}async moveEntry(e){return this.rt.fs.moveEntry(e)}async copyEntry(e){return this.rt.fs.copyEntry(e)}async copyEntries(e){return this.rt.fs.copyEntries(e)}async startServer(e={}){if(this.getManifest().systemResources.length>0){if(!await this.systemResourcesService.getAvailablePromise())return void this.notificationService.error("System resources unavailable, unable to start server")}const t={fxserverCwd:this.rt.state.fxserverCwd,updateChannel:this.getUpdateChannel(),...e};this.refreshEnabledResources(),this.gameServerService.start(t)}stopServer(){this.gameServerService.stop()}*getAssetsConvarDescriptors(){const{variables:e}=this.getManifest();if(e)for(const[t,r]of Object.entries(e))yield{name:t,value:r.value,setter:r.setter}}refreshEnabledResources(){if(this.worldEditorService.isRunning())return;this.refreshVariables();const e=this.getManifest().systemResources,t=this.systemResourcesService.getResourceDescriptors(e).slice();for(const r of this.getEnabledAssets()){const n=r.getResourceDescriptor?.();n&&-1===e.indexOf(n.name)&&t.push(n)}this.gameServerService.setResources(t)}refreshVariables(){if(this.worldEditorService.isRunning())return;const{variables:e}=this.getManifest();e&&this.gameServerService.setVariables([...this.getAssetsConvarDescriptors()])}};xf([(0,xt.f3)(vt.A),_f("design:type","function"==typeof(Jd=void 0!==vt.A&&vt.A)?Jd:Object)],Sf.prototype,"fsService",void 0),xf([(0,xt.f3)(Et.$),_f("design:type","function"==typeof(Zd=void 0!==Et.$&&Et.$)?Zd:Object)],Sf.prototype,"logService",void 0),xf([(0,xt.f3)(_t.S),_f("design:type","function"==typeof(Xd=void 0!==_t.S&&_t.S)?Xd:Object)],Sf.prototype,"apiClient",void 0),xf([(0,xt.f3)(mt.SB),_f("design:type","function"==typeof(Qd=void 0!==mt.SB&&mt.SB)?Qd:Object)],Sf.prototype,"containerAccess",void 0),xf([(0,xt.f3)(da.g),_f("design:type","function"==typeof(ef=void 0!==da.g&&da.g)?ef:Object)],Sf.prototype,"notificationService",void 0),xf([(0,xt.f3)(al),_f("design:type","function"==typeof(tf=void 0!==al&&al)?tf:Object)],Sf.prototype,"gameServerService",void 0),xf([(0,xt.f3)(fa.n),_f("design:type","function"==typeof(rf=void 0!==fa.n&&fa.n)?rf:Object)],Sf.prototype,"taskReporterService",void 0),xf([(0,xt.f3)(fu),_f("design:type","function"==typeof(nf=void 0!==fu&&fu)?nf:Object)],Sf.prototype,"projectUpgrade",void 0),xf([(0,xt.f3)(Zu),_f("design:type","function"==typeof(sf=void 0!==Zu&&Zu)?sf:Object)],Sf.prototype,"worldEditorService",void 0),xf([(0,xt.f3)(ld),_f("design:type","function"==typeof(of=void 0!==ld&&ld)?of:Object)],Sf.prototype,"systemResourcesService",void 0),xf([(0,kt.K0)(pd.FsEndpoints.setPathsStatePatch),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(af=void 0!==o.ProjectPathsState&&o.ProjectPathsState)?af:Object]),_f("design:returntype",void 0)],Sf.prototype,"setPathsStatePatch",null),xf([(0,kt.K0)(pd.ManifestEndpoints.setServerUpdateChannel),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(cf=void 0!==s.ServerUpdateChannel&&s.ServerUpdateChannel)?cf:Object]),_f("design:returntype",void 0)],Sf.prototype,"setServerUpdateChannel",null),xf([(0,kt.K0)(pd.ManifestEndpoints.setSystemResources),_f("design:type",Function),_f("design:paramtypes",[Array]),_f("design:returntype",void 0)],Sf.prototype,"setSystemResources",null),xf([(0,kt.K0)(pd.ManifestEndpoints.setVariable),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(pf=void 0!==pd&&void 0!==(lf=pd.ManifestRequests)&&lf.SetVariable)?pf:Object]),_f("design:returntype",void 0)],Sf.prototype,"setVariable",null),xf([(0,kt.K0)(pd.ManifestEndpoints.deleteVariable),_f("design:type",Function),_f("design:paramtypes",[String]),_f("design:returntype",void 0)],Sf.prototype,"deleteVariable",null),xf([(0,kt.K0)(pd.AssetEndpoints.setAssetConfig),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(uf=void 0!==lp&&lp.ProjectSetAssetConfig)?uf:Object]),_f("design:returntype",void 0)],Sf.prototype,"setAssetConfigFromRequest",null),xf([(0,kt.K0)(pd.FsEndpoints.createDirectory),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(df=void 0!==lp&&lp.ProjectCreateDirectory)?df:Object]),_f("design:returntype",Promise)],Sf.prototype,"createDirectory",null),xf([(0,kt.uJ)(pd.FsEndpoints.createFile),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(ff=void 0!==lp&&lp.ProjectCreateFile)?ff:Object]),_f("design:returntype",Promise)],Sf.prototype,"createFile",null),xf([(0,kt.K0)(pd.FsEndpoints.renameEntry),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(hf=void 0!==lp&&lp.RenameEntry)?hf:Object]),_f("design:returntype",Promise)],Sf.prototype,"renameEntry",null),xf([(0,kt.uJ)(pd.FsEndpoints.deleteEntry),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(mf=void 0!==lp&&lp.DeleteEntry)?mf:Object]),_f("design:returntype","function"==typeof(gf="undefined"!=typeof Promise&&Promise)?gf:Object)],Sf.prototype,"deleteEntry",null),xf([(0,kt.K0)(pd.FsEndpoints.moveEntry),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(vf=void 0!==lp&&lp.MoveEntry)?vf:Object]),_f("design:returntype",Promise)],Sf.prototype,"moveEntry",null),xf([(0,kt.K0)(pd.FsEndpoints.copyEntry),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(yf=void 0!==lp&&lp.CopyEntry)?yf:Object]),_f("design:returntype",Promise)],Sf.prototype,"copyEntry",null),xf([(0,kt.K0)(pd.FsEndpoints.copyEntries),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(bf=void 0!==lp&&lp.CopyEntries)?bf:Object]),_f("design:returntype",Promise)],Sf.prototype,"copyEntries",null),xf([(0,kt.K0)(pd.ServerEndpoints.start),_f("design:type",Function),_f("design:paramtypes",["function"==typeof(wf=void 0!==lp&&lp.ProjectStartServer)?wf:Object]),_f("design:returntype",Promise)],Sf.prototype,"startServer",null),xf([(0,kt.K0)(pd.ServerEndpoints.stop),_f("design:type",Function),_f("design:paramtypes",[]),_f("design:returntype",void 0)],Sf.prototype,"stopServer",null),Sf=xf([(0,xt.b2)()],Sf);var Ef,kf,Af,Of,Tf,Cf,Rf,Pf,jf,Nf,If,Df=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Lf=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Ff=class{constructor(){this.project=null,this.projectLock=!1}getId(){return"ProjectManager"}initialize(){this.apiClient.onClientConnected.addListener((()=>{this.updateRecentProjects()}))}async getRecentProjects(){if(!await this.fsService.statSafe(this.configService.recentProjectsFilePath))return[];try{return this.fsService.readFileJson(this.configService.recentProjectsFilePath)}catch(e){return this.notificationService.warning(`Failed to read recent projects file at ${this.configService.recentProjectsFilePath}, error: ${e.toString()}`),[]}}async setRecentProjects(e){await this.fsService.writeFile(this.configService.recentProjectsFilePath,JSON.stringify(e,null,2)),this.updateRecentProjects()}async deleteRecentProject(e){const t=(await this.getRecentProjects()).filter((t=>t.path!==e));await this.setRecentProjects(t)}async saveMostRecentProject(e,t){const r=(await this.getRecentProjects()).map((e=>JSON.stringify(e))),n=JSON.stringify({name:t,path:e}),i=[...new Set([n,...r])].map((e=>JSON.parse(e)));await this.setRecentProjects(i),this.apiClient.emit(pd.LoaderEndpoints.recents,i)}createProjectInstance(){const e=this.apiContributionFactory(Sf);return this.projectAccess.setInstance(e),e}async checkOpenRequest(e){const t=this.fsService.joinPath(e,Lp);return!!await this.fsService.statSafe(t)}async openProject(e){if(this.projectLock)throw new Error("Can not open project while another project is being opened or created");this.projectLock=!0;try{await this.unloadCurrentProject(),this.project=await this.createProjectInstance().open(e),this.emitProjectOpen(),this.setCurrentProjectInstanceAsMostRecent()}catch(e){throw e}finally{this.projectLock=!1}}async checkCreateRequest(e){const t={},r=()=>(this.apiClient.emit(pd.LoaderEndpoints.checkCreateResult,t),t),n=this.fsService.joinPath(e.projectPath,e.projectName),i=this.fsService.joinPath(n,Lp);return await this.fsService.statSafe(i)?(t.openProject=!0,r()):r()}async createProject(e){if(this.projectLock)throw new Error("Can not create project while another project is being opened or created");this.projectLock=!0;if((await this.checkCreateRequest(e)).openProject)return this.projectLock=!1,void await this.openProject(this.fsService.joinPath(e.projectPath,e.projectName));try{await this.unloadCurrentProject(),this.project=await this.createProjectInstance().create(e),this.emitProjectOpen(),this.setCurrentProjectInstanceAsMostRecent()}catch(e){throw e}finally{this.projectLock=!1}}async unloadCurrentProject(){this.project&&(await this.projectAccess.getNoUsagePromise(),await this.project.unload(),this.projectAccess.setInstance(null))}async updateRecentProjects(){const e=await this.getRecentProjects(),t=(await Promise.all(e.map((async e=>{try{return await this.fsService.stat(e.path),e}catch(e){return null}})))).filter(Bp.Nf);e.length!==t.length?(await this.setRecentProjects(t),this.apiClient.emit(pd.LoaderEndpoints.recents,t)):this.apiClient.emit(pd.LoaderEndpoints.recents,await this.getRecentProjects())}emitProjectOpen(){this.project&&this.apiClient.emit(pd.LoaderEndpoints.open,this.project.getProjectOpenData())}setCurrentProjectInstanceAsMostRecent(){this.project&&this.saveMostRecentProject(this.project.getPath(),this.project.getName())}};Df([(0,xt.f3)(vt.A),Lf("design:type","function"==typeof(Ef=void 0!==vt.A&&vt.A)?Ef:Object)],Ff.prototype,"fsService",void 0),Df([(0,xt.f3)(Et.$),Lf("design:type","function"==typeof(kf=void 0!==Et.$&&Et.$)?kf:Object)],Ff.prototype,"logService",void 0),Df([(0,xt.f3)(ht.E),Lf("design:type","function"==typeof(Af=void 0!==ht.E&&ht.E)?Af:Object)],Ff.prototype,"configService",void 0),Df([(0,xt.f3)(_t.S),Lf("design:type","function"==typeof(Of=void 0!==_t.S&&_t.S)?Of:Object)],Ff.prototype,"apiClient",void 0),Df([(0,xt.f3)(da.g),Lf("design:type","function"==typeof(Tf=void 0!==da.g&&da.g)?Tf:Object)],Ff.prototype,"notificationService",void 0),Df([(0,xt.f3)(Tt),Lf("design:type","function"==typeof(Cf=void 0!==Tt&&Tt)?Cf:Object)],Ff.prototype,"apiContributionFactory",void 0),Df([(0,xt.f3)(vu),Lf("design:type","function"==typeof(Rf=void 0!==vu&&vu)?Rf:Object)],Ff.prototype,"projectAccess",void 0),Df([(0,xt.zY)(),Lf("design:type",Function),Lf("design:paramtypes",[]),Lf("design:returntype",void 0)],Ff.prototype,"initialize",null),Df([(0,kt.K0)(pd.LoaderEndpoints.removeRecent),Lf("design:type",Function),Lf("design:paramtypes",[String]),Lf("design:returntype",Promise)],Ff.prototype,"deleteRecentProject",null),Df([(0,kt.uJ)(pd.LoaderEndpoints.checkOpenRequest),Lf("design:type",Function),Lf("design:paramtypes",[String]),Lf("design:returntype","function"==typeof(Pf="undefined"!=typeof Promise&&Promise)?Pf:Object)],Ff.prototype,"checkOpenRequest",null),Df([(0,kt.K0)(pd.LoaderEndpoints.open),Lf("design:type",Function),Lf("design:paramtypes",[String]),Lf("design:returntype",Promise)],Ff.prototype,"openProject",null),Df([(0,kt.K0)(pd.LoaderEndpoints.checkCreateRequest),Lf("design:type",Function),Lf("design:paramtypes",["function"==typeof(jf=void 0!==lp&&lp.ProjectCreate)?jf:Object]),Lf("design:returntype","function"==typeof(Nf="undefined"!=typeof Promise&&Promise)?Nf:Object)],Ff.prototype,"checkCreateRequest",null),Df([(0,kt.K0)(pd.LoaderEndpoints.create),Lf("design:type",Function),Lf("design:paramtypes",["function"==typeof(If=void 0!==lp&&lp.ProjectCreate)?If:Object]),Lf("design:returntype",Promise)],Ff.prototype,"createProject",null),Df([(0,kt.K0)(pd.LoaderEndpoints.getRecents),Lf("design:type",Function),Lf("design:paramtypes",[]),Lf("design:returntype",Promise)],Ff.prototype,"updateRecentProjects",null),Ff=Df([(0,xt.b2)()],Ff);const Mf=e=>e<10?"0"+e:e.toString(10);function Bf(e){const t=e.getFullYear(),r=e.getMonth()+1,n=e.getDate(),i=e.getHours(),s=e.getMinutes(),o=e.getSeconds();return`${t}-${Mf(r)}-${Mf(n)}T${Mf(i)}.${Mf(s)}.${Mf(o)}`}var Uf,$f,Gf,zf,qf,Hf,Wf,Vf,Kf=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Yf=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};class Jf{constructor(e,t){this.assetName=e,this.outputChannelId=t}}class Zf{constructor(e,t){this.fsEntry=e,this.fsEntryPath=t,this.defaultConfig={enabled:!0},this.toDispose=new cr,this.handle=e.handle,this.project=this.projectAccess.getInstance(),this.logService=new pc.e(`asset ${this.getName()}`),this.postContstruct()}registerDisposable(e){return this.toDispose.register(e)}dispose(){return pr(this.toDispose)}getName(){return this.fsEntry.name}init(){}postContstruct(){}getConfig(){return{...this.getDefaultConfig?.()||null,...this.project.getAssetConfig(this.fsEntryPath)}}setConfig(e){this.project.setAssetConfig(this.fsEntryPath,e)}}Kf([(0,mt.yT)(Fa),Yf("design:type","function"==typeof(Uf=void 0!==Fa&&Fa)?Uf:Object)],Zf.prototype,"gameService",void 0),Kf([(0,mt.yT)(al),Yf("design:type","function"==typeof($f=void 0!==al&&al)?$f:Object)],Zf.prototype,"gameServerService",void 0),Kf([(0,mt.yT)(vt.A),Yf("design:type","function"==typeof(Gf=void 0!==vt.A&&vt.A)?Gf:Object)],Zf.prototype,"fsService",void 0),Kf([(0,mt.yT)(vu),Yf("design:type","function"==typeof(zf=void 0!==vu&&vu)?zf:Object)],Zf.prototype,"projectAccess",void 0),Kf([(0,mt.yT)(da.g),Yf("design:type","function"==typeof(qf=void 0!==da.g&&da.g)?qf:Object)],Zf.prototype,"notificationService",void 0),Kf([(0,mt.yT)(bc),Yf("design:type","function"==typeof(Hf=void 0!==bc&&bc)?Hf:Object)],Zf.prototype,"statusService",void 0),Kf([(0,mt.yT)(wp),Yf("design:type","function"==typeof(Wf=void 0!==wp&&wp)?Wf:Object)],Zf.prototype,"outputService",void 0);class Xf{constructor(e,t){this.assetPath=e,this.data=t,this.apiClient.emit(pd.AssetEndpoints.setAssetRuntimeData,{assetPath:this.assetPath,data:this.data})}dispose(){this.apiClient.emit(pd.AssetEndpoints.deleteAssetRuntimeData,{assetPath:this.assetPath})}apply(e){e(this.data),this.apiClient.emit(pd.AssetEndpoints.setAssetRuntimeData,{assetPath:this.assetPath,data:this.data})}}Kf([(0,mt.yT)(_t.S),Yf("design:type","function"==typeof(Vf=void 0!==_t.S&&_t.S)?Vf:Object)],Xf.prototype,"apiClient",void 0);var Qf,eh,th,rh,nh,ih,sh,oh,ah,ch,lh=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},ph=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};class uh{constructor(e){this.message=e}}let dh=class{getId(){return"ProjectBuilder"}async build(e){if(!this.projectAccess.hasInstance())return void this.notificationService.error("Project build failed: no current project");const t=this.projectAccess.getInstance();if(!t.isInDevState())return void this.notificationService.error("Project build failed: project is already building");const r=this.taskReporterService.createNamed("project:building","Project building");try{t.enterState(Sd.Building),await this.doBuildProject(e,t,r)}catch(e){let t={type:"generic",data:e.toString()};e instanceof Jf&&(t={type:"assetBuildError",data:{assetName:e.assetName,outputChannelId:e.outputChannelId}}),this.apiClient.emit(pd.BuilderEndpoints.error,t)}finally{t.enterState(Sd.Development),r.done()}}async doBuildProject(e,t,r){const{useVersioning:n,buildPath:i,deployArtifact:s,steamWebApiKey:o,tebexSecret:a}=e;if(t.getManifest().systemResources.length>0&&!await this.systemResourcesService.getAvailablePromise())throw new Error("System resources unavailable, can't build project");this.logService.log("Deploying project",e);const c={task:r,buildPath:i,tebexSecret:a,steamWebApiKey:o||"none",lastVersion:Bf(new Date),serverUpdateChannel:t.getManifest().serverUpdateChannel,useVersioning:n,deployArtifact:s,artifactDeployPath:this.fsService.joinPath(i,"artifact"),artifactDeployPathStats:null,resourcesDeployPath:this.fsService.joinPath(i,"resources"),resourcesDeployPathStats:null};r.setStage(Up.VerifyingBuildSite),await this.checkBuildSite(c),r.setStage(Up.RunningBuildCommands),r.setText("Running build commands"),await t.runBuildCommands(),r.setStage(Up.PreparingBuildSite),r.setText("Preparing build site"),await this.prepareBuildSite(c),r.setStage(Up.DeployingToBuildSite),r.setText("Deploying resources to build site"),await this.deployResources(t,c),await this.deployArtifact(c),await this.deployMiscFiles(t,c),r.setStage(Up.Done),r.setText("Done"),t.enterState(Sd.Development),this.notificationService.info("Project build completed",5e3)}getDeployPath(e){return this.fsService.joinPath(e,"resources")}async checkBuildSite(e){if(await this.fsService.statSafe(e.buildPath)||await this.fsService.mkdirp(e.buildPath),e.resourcesDeployPathStats=await this.fsService.statSafe(e.resourcesDeployPath),e.resourcesDeployPathStats&&!e.resourcesDeployPathStats.isDirectory())throw new uh('Build path contains "resources" entry that is not directory');if(e.artifactDeployPathStats=await this.fsService.statSafe(e.artifactDeployPath),e.artifactDeployPathStats&&!e.artifactDeployPathStats.isDirectory())throw new uh('Build path contains "artifact" entry that is not directory')}async prepareBuildSite(e){e.resourcesDeployPathStats=await this.prepareDeployPath(e.useVersioning,e.resourcesDeployPath,e.resourcesDeployPathStats,`resources_${e.lastVersion}`),e.deployArtifact&&await this.shouldDeployNewServerArtifact(e)?e.artifactDeployPathStats=await this.prepareDeployPath(e.useVersioning,e.artifactDeployPath,e.artifactDeployPathStats,`artifact_${e.lastVersion}`):e.deployArtifact=!1}async prepareDeployPath(e,t,r,n){if(null!==r)if(e){const e=this.fsService.joinPath(this.fsService.dirname(t),n);await this.fsService.rename(t,e)}else await this.fsService.rimraf(t);return await this.fsService.mkdirp(t),this.fsService.statSafe(t)}async deployResources(e,t){const{resourcesDeployPath:r}=t,n=e.getEnabledAssets().map((e=>[e.getResourceDescriptor?.(),e.getDeployablePathsDescriptor?.()])).filter((([e])=>!!e));this.logService.log("Deployable resources",n);const i=[];await this.deploySystemResource(e,t,i);const s=n.length;if(s&&await Promise.all(n.map((async([e,n])=>{const o=await n;if(!o)return void this.logService.log("Skipped deploying of resource as it has no deployable paths descriptor",e);const a=[],c=new Set;o.paths.forEach((t=>{const n=this.fsService.joinPath(o.root,t),i=this.fsService.dirname(this.fsService.joinPath(r,e.name,t));a.push([n,i]),c.add(i)}));for(const e of c)await this.fsService.mkdirp(e);const l=1/s/a.length,p={onProgress:e=>t.task.setProgress(e*l)};await Promise.all(a.map((([e,t])=>this.fsService.copy(e,t,p)))),i.push(`ensure ${e.name}`)}))),i.length){const e=this.fsService.joinPath(r,"resources.cfg"),t=i.join("\n");await this.fsService.writeFile(e,t)}}async deploySystemResource(e,t,r){const{resourcesDeployPath:n}=t;if(e.getManifest().systemResources.length>0){const t=this.fsService.joinPath(n,"[system]"),i=this.systemResourcesService.getResourceDescriptors(e.getManifest().systemResources);await this.fsService.mkdirp(t),this.logService.log("System resources to deploy",i),await Promise.all(i.map((({name:e,path:r})=>this.fsService.copyDirContent(r,this.fsService.joinPath(t,e))))),r.push("ensure [system]")}this.logService.log("Deployed system resources")}async deployArtifact(e){e.deployArtifact&&(e.task.setText("Waiting for server artifact to finish updating"),await this.gameServerManagerService.getUpdateChannelPromise(e.serverUpdateChannel,Dt.ready),e.task.setText("Deploying server artifact"),await this.fsService.copyDirContent(this.gameServerManagerService.getServerPath(e.serverUpdateChannel),e.artifactDeployPath),await this.gameServerManagerService.ensureSvAdhesiveEnabledAtPath(e.artifactDeployPath,!0))}async deployMiscFiles(e,t){{const e=this.fsService.joinPath(t.buildPath,"variables.cfg"),r=["# Generated by FxDK","# DO NOT MODIFY THIS FILE, IT WILL BE OVERWRITTEN ON NEXT PROJECT BUILD","# You can modify these variables in FxDK","",`set steam_webApiKey "${t.steamWebApiKey}"`,`sv_tebexSecret "${t.tebexSecret}"`,"",[...this.projectAccess.getInstance().getAssetsConvarDescriptors()].map((e=>`${e.setter} ${JSON.stringify(e.name)} ${JSON.stringify(e.value)}`)),""];await this.fsService.writeFile(e,r.join("\n"))}{const r=this.fsService.joinPath(t.buildPath,"server.cfg");if(null===await this.fsService.statSafe(r)){const t=["# Generated by FxDK","# You can safely modify this file","",'endpoint_add_tcp "0.0.0.0:30120"','endpoint_add_udp "0.0.0.0:30120"',"","# Get your license key at https://keymaster.fivem.net/","sv_licenseKey REPLACE_WITH_YOUR_LICENSE_KEY","",`sv_hostname "${e.getName()}"`,"","set onesync on","sv_maxclients 48","","exec variables.cfg","exec resources/resources.cfg",""],n=this.fsService.joinPath(e.getFxserverCwd(),"blank.cfg");if(await this.fsService.statSafe(n)){const e=(await this.fsService.readFileString(n)).trim();e&&(t.push(""),t.push(`# Copied from ${n}`),t.push(e))}await this.fsService.writeFile(r,t.join("\n"))}}if(t.artifactDeployPathStats){const e=this.fsService.joinPath(t.buildPath,"start.cmd");if(null===await this.fsService.statSafe(e)){const t=["@echo off",'find /c "sv_licenseKey REPLACE_WITH_YOUR_LICENSE_KEY" server.cfg >NUL',"if %errorlevel% equ 0 goto :notok","goto :ok",":notok","\techo Please fill out correct license key in server.cfg and restart server","\tpause","\tgoto :done",":ok","\t.\\artifact\\FXServer.exe +exec server.cfg",":done"];await this.fsService.writeFile(e,t.join("\n"))}}}async shouldDeployNewServerArtifact(e){const{serverUpdateChannel:t}=e,r=await this.gameServerManagerService.getInstalledServerVersion(t);if(!r)return this.notificationService.warning("Server artifact won't get deployed as it is not installed",1e4),!1;return r!==await this.getDeployedArtifactVersion(e)||(this.logService.log("Skipping artifact deployment as it is already deployed and of latest version"),!1)}async getDeployedArtifactVersion(e){const t=this.fsService.joinPath(e.artifactDeployPath,ra);if(!await this.fsService.statSafe(t))return null;try{return(await this.fsService.readFileString(t))?.trim()||null}catch(e){return null}}};lh([(0,xt.f3)(vt.A),ph("design:type","function"==typeof(Qf=void 0!==vt.A&&vt.A)?Qf:Object)],dh.prototype,"fsService",void 0),lh([(0,xt.f3)(Et.$),ph("design:type","function"==typeof(eh=void 0!==Et.$&&Et.$)?eh:Object)],dh.prototype,"logService",void 0),lh([(0,xt.f3)(_t.S),ph("design:type","function"==typeof(th=void 0!==_t.S&&_t.S)?th:Object)],dh.prototype,"apiClient",void 0),lh([(0,xt.f3)(da.g),ph("design:type","function"==typeof(rh=void 0!==da.g&&da.g)?rh:Object)],dh.prototype,"notificationService",void 0),lh([(0,xt.f3)(fa.n),ph("design:type","function"==typeof(nh=void 0!==fa.n&&fa.n)?nh:Object)],dh.prototype,"taskReporterService",void 0),lh([(0,xt.f3)(vu),ph("design:type","function"==typeof(ih=void 0!==vu&&vu)?ih:Object)],dh.prototype,"projectAccess",void 0),lh([(0,xt.f3)(al),ph("design:type","function"==typeof(sh=void 0!==al&&al)?sh:Object)],dh.prototype,"gameServerService",void 0),lh([(0,xt.f3)(ya),ph("design:type","function"==typeof(oh=void 0!==ya&&ya)?oh:Object)],dh.prototype,"gameServerManagerService",void 0),lh([(0,xt.f3)(ld),ph("design:type","function"==typeof(ah=void 0!==ld&&ld)?ah:Object)],dh.prototype,"systemResourcesService",void 0),lh([(0,kt.K0)(pd.BuilderEndpoints.build),ph("design:type",Function),ph("design:paramtypes",["function"==typeof(ch=void 0!==lp&&lp.ProjectBuild)?ch:Object]),ph("design:returntype",Promise)],dh.prototype,"build",null),dh=lh([(0,xt.b2)()],dh),(0,mt.zr)(vu),(0,mt.zr)(fu),Pt((0,mt.zr)(Ff)),Pt((0,mt.zr)(dh)),Pt((0,mt.zr)(Kp)),(0,Lt.f)((0,mt.zr)(jc)),(0,mt.zr)(Ga),Pt((0,Lt.f)((0,mt.zr)(al))),Pt((0,Lt.f)((0,mt.zr)(ya))),(0,mt.zr)(na);class fh{constructor(){this.ids=[],this.values=[],this.length=0}clear(){this.length=0}push(e,t){let r=this.length++;for(this.ids[r]=e,this.values[r]=t;r>0;){const e=r-1>>1,n=this.values[e];if(t>=n)break;this.ids[r]=this.ids[e],this.values[r]=n,r=e}this.ids[r]=e,this.values[r]=t}pop(){if(0===this.length)return;const e=this.ids[0];if(this.length--,this.length>0){const e=this.ids[0]=this.ids[this.length],t=this.values[0]=this.values[this.length],r=this.length>>1;let n=0;for(;n<r;){let e=1+(n<<1);const r=e+1;let i=this.ids[e],s=this.values[e];const o=this.values[r];if(r<this.length&&o<s&&(e=r,i=this.ids[r],s=o),s>=t)break;this.ids[n]=i,this.values[n]=s,n=e}this.ids[n]=e,this.values[n]=t}return e}peek(){if(0!==this.length)return this.ids[0]}peekValue(){if(0!==this.length)return this.values[0]}}const hh=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array];class mh{static from(e){if(!(e instanceof ArrayBuffer))throw new Error("Data must be an instance of ArrayBuffer.");const[t,r]=new Uint8Array(e,0,2);if(251!==t)throw new Error("Data does not appear to be in a Flatbush format.");if(r>>4!=3)throw new Error(`Got v${r>>4} data when expected v3.`);const[n]=new Uint16Array(e,2,1),[i]=new Uint32Array(e,4,1);return new mh(i,n,hh[15&r],e)}constructor(e,t=16,r=Float64Array,n){if(void 0===e)throw new Error("Missing required argument: numItems.");if(isNaN(e)||e<=0)throw new Error(`Unpexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+t,2),65535);let i=e,s=i;this._levelBounds=[4*i];do{i=Math.ceil(i/this.nodeSize),s+=i,this._levelBounds.push(4*s)}while(1!==i);this.ArrayType=r||Float64Array,this.IndexArrayType=s<16384?Uint16Array:Uint32Array;const o=hh.indexOf(this.ArrayType),a=4*s*this.ArrayType.BYTES_PER_ELEMENT;if(o<0)throw new Error(`Unexpected typed array class: ${r}.`);n&&n instanceof ArrayBuffer?(this.data=n,this._boxes=new this.ArrayType(this.data,8,4*s),this._indices=new this.IndexArrayType(this.data,8+a,s),this._pos=4*s,this.minX=this._boxes[this._pos-4],this.minY=this._boxes[this._pos-3],this.maxX=this._boxes[this._pos-2],this.maxY=this._boxes[this._pos-1]):(this.data=new ArrayBuffer(8+a+s*this.IndexArrayType.BYTES_PER_ELEMENT),this._boxes=new this.ArrayType(this.data,8,4*s),this._indices=new this.IndexArrayType(this.data,8+a,s),this._pos=0,this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,new Uint8Array(this.data,0,2).set([251,48+o]),new Uint16Array(this.data,2,1)[0]=t,new Uint32Array(this.data,4,1)[0]=e),this._queue=new fh}add(e,t,r,n){const i=this._pos>>2;return this._indices[i]=i,this._boxes[this._pos++]=e,this._boxes[this._pos++]=t,this._boxes[this._pos++]=r,this._boxes[this._pos++]=n,e<this.minX&&(this.minX=e),t<this.minY&&(this.minY=t),r>this.maxX&&(this.maxX=r),n>this.maxY&&(this.maxY=n),i}finish(){if(this._pos>>2!==this.numItems)throw new Error(`Added ${this._pos>>2} items when expected ${this.numItems}.`);if(this.numItems<=this.nodeSize)return this._boxes[this._pos++]=this.minX,this._boxes[this._pos++]=this.minY,this._boxes[this._pos++]=this.maxX,void(this._boxes[this._pos++]=this.maxY);const e=this.maxX-this.minX,t=this.maxY-this.minY,r=new Uint32Array(this.numItems);for(let n=0;n<this.numItems;n++){let i=4*n;const s=this._boxes[i++],o=this._boxes[i++],a=this._boxes[i++],c=this._boxes[i++],l=Math.floor(65535*((s+a)/2-this.minX)/e),p=Math.floor(65535*((o+c)/2-this.minY)/t);r[n]=wh(l,p)}yh(r,this._boxes,this._indices,0,this.numItems-1,this.nodeSize);for(let e=0,t=0;e<this._levelBounds.length-1;e++){const r=this._levelBounds[e];for(;t<r;){const e=t;let n=1/0,i=1/0,s=-1/0,o=-1/0;for(let e=0;e<this.nodeSize&&t<r;e++)n=Math.min(n,this._boxes[t++]),i=Math.min(i,this._boxes[t++]),s=Math.max(s,this._boxes[t++]),o=Math.max(o,this._boxes[t++]);this._indices[this._pos>>2]=e,this._boxes[this._pos++]=n,this._boxes[this._pos++]=i,this._boxes[this._pos++]=s,this._boxes[this._pos++]=o}}}search(e,t,r,n,i){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let s=this._boxes.length-4;const o=[],a=[];for(;void 0!==s;){const c=Math.min(s+4*this.nodeSize,vh(s,this._levelBounds));for(let l=s;l<c;l+=4){const c=0|this._indices[l>>2];r<this._boxes[l]||(n<this._boxes[l+1]||e>this._boxes[l+2]||t>this._boxes[l+3]||(s<4*this.numItems?(void 0===i||i(c))&&a.push(c):o.push(c)))}s=o.pop()}return a}neighbors(e,t,r=1/0,n=1/0,i){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let s=this._boxes.length-4;const o=this._queue,a=[],c=n*n;for(;void 0!==s;){const n=Math.min(s+4*this.nodeSize,vh(s,this._levelBounds));for(let r=s;r<n;r+=4){const n=0|this._indices[r>>2],a=gh(e,this._boxes[r],this._boxes[r+2]),c=gh(t,this._boxes[r+1],this._boxes[r+3]),l=a*a+c*c;s<4*this.numItems?(void 0===i||i(n))&&o.push(-n-1,l):o.push(n,l)}for(;o.length&&o.peek()<0;){if(o.peekValue()>c)return o.clear(),a;if(a.push(-o.pop()-1),a.length===r)return o.clear(),a}s=o.pop()}return o.clear(),a}}function gh(e,t,r){return e<t?t-e:e<=r?0:e-r}function vh(e,t){let r=0,n=t.length-1;for(;r<n;){const i=r+n>>1;t[i]>e?n=i:r=i+1}return t[r]}function yh(e,t,r,n,i,s){if(Math.floor(n/s)>=Math.floor(i/s))return;const o=e[n+i>>1];let a=n-1,c=i+1;for(;;){do{a++}while(e[a]<o);do{c--}while(e[c]>o);if(a>=c)break;bh(e,t,r,a,c)}yh(e,t,r,n,c,s),yh(e,t,r,c+1,i,s)}function bh(e,t,r,n,i){const s=e[n];e[n]=e[i],e[i]=s;const o=4*n,a=4*i,c=t[o],l=t[o+1],p=t[o+2],u=t[o+3];t[o]=t[a],t[o+1]=t[a+1],t[o+2]=t[a+2],t[o+3]=t[a+3],t[a]=c,t[a+1]=l,t[a+2]=p,t[a+3]=u;const d=r[n];r[n]=r[i],r[i]=d}function wh(e,t){let r=e^t,n=65535^r,i=65535^(e|t),s=e&(65535^t),o=r|n>>1,a=r>>1^r,c=i>>1^n&s>>1^i,l=r&i>>1^s>>1^s;r=o,n=a,i=c,s=l,o=r&r>>2^n&n>>2,a=r&n>>2^n&(r^n)>>2,c^=r&i>>2^n&s>>2,l^=n&i>>2^(r^n)&s>>2,r=o,n=a,i=c,s=l,o=r&r>>4^n&n>>4,a=r&n>>4^n&(r^n)>>4,c^=r&i>>4^n&s>>4,l^=n&i>>4^(r^n)&s>>4,r=o,n=a,i=c,s=l,c^=r&i>>8^n&s>>8,l^=n&i>>8^(r^n)&s>>8,r=c^c>>1,n=l^l>>1;let p=e^t,u=n|65535^(p|r);return p=16711935&(p|p<<8),p=252645135&(p|p<<4),p=858993459&(p|p<<2),p=1431655765&(p|p<<1),u=16711935&(u|u<<8),u=252645135&(u|u<<4),u=858993459&(u|u<<2),u=1431655765&(u|u<<1),(u<<1|p)>>>0}const xh=180/Math.PI;Math.PI;function _h(e){let t=0,r=0,n=0;const i=e[wu.RX],s=e[wu.FX],o=(e[wu.UX],e[wu.RY]),a=e[wu.FY],c=(e[wu.UY],e[wu.RZ]),l=e[wu.FZ],p=e[wu.UZ];return t=Math.asin(Math.max(-1,Math.min(1,l))),Math.abs(l)<.99999?(r=Math.atan2(-c,p),n=Math.atan2(-s,a)):(r=0,n=Math.atan2(o,i)),[t*xh,r*xh,n*xh]}const Sh=new ArrayBuffer(4);new Float32Array(Sh),new Uint32Array(Sh);const Eh=".fxworld";var kh,Ah,Oh,Th=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Ch=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const Rh=r(3789),Ph=r(6369);let jh=class{async compile(e){await this.prepareCompilationSite(e);const t={map:await this.fsService.readFileJson(e.mapFilePath),name:this.getMapName(e.mapFilePath),compiled:[]};await this.compileHeader(t),await this.compilePatches(t),await this.compileAdditions(t),await this.writeCompiled(e,t)}async prepareCompilationSite(e){await this.fsService.statSafe(e.targetPath)||await this.fsService.mkdirp(e.targetPath)}async compileHeader(e){e.compiled.push("// AUTOMATICALLY GENERATED FILE","// ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN","//",`// Compiled at ${Bf(new Date)}`,"setTimeout(EnableEditorRuntime, 0);","on('onResourceStop', (name) => { if (name === GetCurrentResourceName()) DisableEditorRuntime(); });")}async compilePatches(e){if(e.compiled.push("// Map patches"),e.compiled.push(["function applyPatch(md,_e,u){","const e=GetEntityIndexFromMapdata(md,_e);","if(e===-1)return console.error('Failed to get entity index from mapdata',{mapdataHash:_md,mapdataIndex:md,entityHash:_e});","UpdateMapdataEntity(md,e,u)","}"].join("")),Object.keys(e.map.patches).length){const t=[],r=[];Object.entries(e.map.patches).forEach((([e,n])=>{r.push(`case ${e}:{`,"const m=GetMapdataFromHashKey(md);"),Object.entries(n).forEach((([n,i])=>{const s=JSON.stringify([i.mat[12],i.mat[13],i.mat[14]]),o=JSON.stringify(i.mat),a=function(e,t){return`mp${Nh(e)}_${Nh(t)}`}(e,n),c=`{position:${s},matrix:${o}}`;t.push(`${a}=${c}`),r.push(`applyPatch(m,${n},${a})`)})),r.push("break}")})),e.compiled.push("const"),e.compiled.push(t.join(",\n")+";"),e.compiled.push("on('mapDataLoaded',(md)=>{switch(md){",r.join("\n"),"}})")}}async compileAdditions(e){if(!Object.keys(e.map.additions).length)return;const t=new mh(Object.keys(e.map.additions).length,16,Float32Array),r=[];for(const n of Object.values(e.map.additions)){let e=n.vd||0;void 0===n.vd&&"string"==typeof n.mdl&&(e=this.archetypesService.getArchetypeLodDist(n.mdl)||0);const i=e/2+5,s=n.mat[wu.AX],o=n.mat[wu.AY];r[t.add(s-i,o-i,s+i,o+i)]=JSON.stringify(["string"==typeof n.mdl?Id(n.mdl):n.mdl,n.mat,_h(n.mat),n.evcreated||"",n.evdeleted||""])}t.finish(),e.compiled.push(Rh,"// Map additions",`const mai=Flatbush.from(new Uint8Array(${JSON.stringify(Array.from(new Uint8Array(t.data)))}).buffer)`,"const mad=[",r.join(",\n"),"]",`const additionCreatedEventName='${e.name}:additionCreated', additionDeletedEventName='${e.name}:additionDeleted'`,Ph)}async writeCompiled(e,t){const r=this.fsService.joinPath(e.targetPath,"map.js"),n=this.fsService.joinPath(e.targetPath,"fxmanifest.lua");await(0,Tc.C)(this.fsService.writeFile(r,t.compiled.join("\n")),this.fsService.writeFile(n,["-- AUTOMATICALLY GENERATED FILE","-- ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN","","fx_version 'bodacious'","game 'gta5'","client_script 'map.js'"].join("\n")))}getMapName(e){return this.fsService.basename(e,Eh)}};function Nh(e){const t=e.toString();return"-"===t[0]?`_${t.slice(1)}`:t}Th([(0,xt.f3)(vt.A),Ch("design:type","function"==typeof(kh=void 0!==vt.A&&vt.A)?kh:Object)],jh.prototype,"fsService",void 0),Th([(0,xt.f3)(Et.$),Ch("design:type","function"==typeof(Ah=void 0!==Et.$&&Et.$)?Ah:Object)],jh.prototype,"logService",void 0),Th([(0,xt.f3)(ka),Ch("design:type","function"==typeof(Oh=void 0!==ka&&ka)?Oh:Object)],jh.prototype,"archetypesService",void 0),jh=Th([(0,xt.b2)()],jh),Pt((0,mt.zr)(Zu)),(0,mt.zr)(jh),(0,mt.zr)(ju),(0,mt.zr)(ka),Pt((0,Lt.f)((0,mt.zr)(da.g))),(0,Lt.f)((0,mt.zr)(ld));var Ih,Dh,Lh,Fh,Mh,Bh=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Uh=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let $h=class{constructor(){this.deleteStaleExtensionsPromise=null,this.ensureFXCodeFilesForProject=async e=>{const t=this.fsService.joinPath(e.path,".vscode");return await this.fsService.ensureDir(t),(0,Tc.C)(this.fsService.ensureFile(this.fsService.joinPath(t,"settings.json"),"{}"),this.fsService.ensureFile(this.fsService.joinPath(t,"tasks.json"),"{}"),this.fsService.ensureFile(this.fsService.joinPath(t,"launch.json"),"{}"))}}get fxcodeModulePath(){return this.fsService.joinPath(this.configService.sdkRootFXCode,"out/fxdk.js")}initialize(){this.shellBackend.useStatic("/fxcode-static",this.configService.sdkRootFXCode),this.shellBackend.useUpgrade("/",(async(e,t)=>{if(!e.url)throw new Error("No req.url, but why? It should be handled in ShellBackend");this.fxcode?await this.fxcode.handleWebSocket(e.socket,Gh(e.url),e.headers):t.destroy(new Error("FXCode not started it seems, rip"))})),this.shellBackend.expressApp.get("/fxcode-root",((e,t)=>{this.fxcode?t.sendFile(this.fxcode.getRootPagePath()):t.send("FXCode not started it seems, rip")})),this.shellBackend.expressApp.get("/vscode-remote-resource",((e,t)=>{this.fxcode?t.sendFile(this.fxcode.getRemoteResourcePath(Gh(e.url))):t.send("FXCode not started it seems, rip")}))}async boot(){Kc.BeforeLoad.addListener(this.ensureFXCodeFilesForProject),await this.ensureFXCodeData(),this.deleteStaleExtensionsPromise=this.deleteStaleExtensions()}async beforeAppStart(){this.deleteStaleExtensionsPromise&&await this.deleteStaleExtensionsPromise,this.logService.log("Starting FXCode backend"),await this.startFXCode(),this.logService.log("FXCode backend started")}async startFXCode(){const e={devMode:"true",fxcodePath:"./fxcode/out/fxdk.js",logLevel:"debug"};this.configService.selfHosted&&(e.devMode="false",e.logLevel="info",e.fxcodePath=this.fsService.joinPath(this.configService.sdkRootFXCode,"out/fxdk.js")),process.env.LOG_LEVEL=process.env.VSCODE_LOG_LEVEL=e.logLevel,process.env.FXCODE_DEV_MODE=e.devMode;try{this.fxcode=new((await nativeRequire(this.fxcodeModulePath)).FXCode)}catch(e){this.logService.log("Failed to start FXCode backend"),this.logService.error(e),this.notificationService.error("Failed to start FXCode, check client log and report to devs, if needed")}}ensureFXCodeData(){return this.fsService.ensureDir(this.configService.fxcodeDataPath)}async deleteStaleExtensions(){const e=this.fsService.joinPath(this.configService.fxcodeDataPath,"user-extensions"),t=this.fsService.joinPath(e,".obsolete");if(await this.fsService.statSafe(t))try{const r=await this.fsService.readFileJson(t),n=Object.entries(r).filter((([,e])=>e)).map((([t])=>this.fsService.rimraf(this.fsService.joinPath(e,t))));await Promise.all(n),await this.fsService.unlink(t)}catch(e){}}};function Gh(e){return[...new Oe.URL(e,"http://dummy.host").searchParams.entries()].reduce(((e,[t,r])=>(e[t]=r,e)),{})}Bh([(0,xt.f3)(ht.E),Uh("design:type","function"==typeof(Ih=void 0!==ht.E&&ht.E)?Ih:Object)],$h.prototype,"configService",void 0),Bh([(0,xt.f3)($t.S),Uh("design:type","function"==typeof(Dh=void 0!==$t.S&&$t.S)?Dh:Object)],$h.prototype,"shellBackend",void 0),Bh([(0,xt.f3)(Et.$),Uh("design:type","function"==typeof(Lh=void 0!==Et.$&&Et.$)?Lh:Object)],$h.prototype,"logService",void 0),Bh([(0,xt.f3)(vt.A),Uh("design:type","function"==typeof(Fh=void 0!==vt.A&&vt.A)?Fh:Object)],$h.prototype,"fsService",void 0),Bh([(0,xt.f3)(da.g),Uh("design:type","function"==typeof(Mh=void 0!==da.g&&da.g)?Mh:Object)],$h.prototype,"notificationService",void 0),Bh([(0,xt.zY)(),Uh("design:type",Function),Uh("design:paramtypes",[]),Uh("design:returntype",void 0)],$h.prototype,"initialize",null),$h=Bh([(0,xt.b2)()],$h);var zh,qh,Hh,Wh,Vh,Kh,Yh=r(6420),Jh=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Zh=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Xh=class{async update(){await this.maybeUnpack().finally((()=>{this.statusService.set(xc,{completed:1,currentFileName:"Ready"})})),this.theiaCleanup()}async maybeUnpack(){if(!this.configService.selfHosted)return;const e=await this.fsService.statSafe(this.configService.sdkRootFXCodeArchive);if(!e)return;const t=this.fsService.joinPath(this.configService.sdkRoot,"out-fxdk-pkg"),r=e.size;let n=0,i=0,s="";const o=()=>{this.statusService.set(xc,{completed:n/r,currentFileName:s})};await this.fsService.statSafe(this.configService.sdkRootFXCode)&&(s="Removing old install...",o(),await this.fsService.rimraf(this.configService.sdkRootFXCode)),await this.fsService.statSafe(t)&&await this.fsService.rimraf(t);const a=new ha.B,c=this.fsService.createReadStream(this.configService.sdkRootFXCodeArchive),l=Yh.extract(this.configService.sdkRoot,{mapStream:(e,t)=>(i++,s=`Unpacking files ${i}`,e.on("data",(e=>{n+=e.length,o()})),e)});l.on("finish",(()=>a.resolve())),c.pipe(l),await a.promise,n=r,s="Finishing...",o(),await Promise.all([this.fsService.unlink(this.configService.sdkRootFXCodeArchive),this.fsService.rename(t,this.configService.sdkRootFXCode)])}async theiaCleanup(){const e=this.fsService.joinPath(this.configService.cfxLocalAppData,"sdk-personality-theia"),t=this.fsService.joinPath(this.configService.cfxLocalAppData,"sdk-personality-theia-plugins");if(await this.fsService.statSafe(e))try{await this.fsService.rimraf(e)}catch(e){}if(await this.fsService.statSafe(t))try{await this.fsService.rimraf(t)}catch(e){}}};Jh([(0,xt.f3)(vt.A),Zh("design:type","function"==typeof(zh=void 0!==vt.A&&vt.A)?zh:Object)],Xh.prototype,"fsService",void 0),Jh([(0,xt.f3)(bc),Zh("design:type","function"==typeof(qh=void 0!==bc&&bc)?qh:Object)],Xh.prototype,"statusService",void 0),Jh([(0,xt.f3)(ht.E),Zh("design:type","function"==typeof(Hh=void 0!==ht.E&&ht.E)?Hh:Object)],Xh.prototype,"configService",void 0),Jh([(0,xt.f3)(Np),Zh("design:type","function"==typeof(Wh=void 0!==Np&&Np)?Wh:Object)],Xh.prototype,"updaterUtils",void 0),Jh([(0,xt.f3)(Et.$),Zh("design:type","function"==typeof(Vh=void 0!==Et.$&&Et.$)?Vh:Object)],Xh.prototype,"logService",void 0),Jh([(0,xt.f3)(da.g),Zh("design:type","function"==typeof(Kh=void 0!==da.g&&da.g)?Kh:Object)],Xh.prototype,"notificationService",void 0),Xh=Jh([(0,xt.b2)()],Xh);const Qh=(0,ud.FP)({getImportConfig:"fxcode:getImportConfig",applyImportConfig:"fxcode:applyImportConfig"});var em,tm,rm,nm,im,sm=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},om=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let am=class{constructor(){this.roamingCodePath="",this.userCodePath=""}getId(){return"FXCodeImporter"}boot(){const e=process.env.APPDATA;e&&(this.roamingCodePath=this.fsService.joinPath(e,"Code/User"),this.userCodePath=this.fsService.joinPath(rt.homedir(),".vscode"))}async getMigrationConfig(){const[e,t,r]=await Promise.all([this.getSettings(),this.getKeybindings(),this.getExtensionIds()]);if(Object.keys(e).length||t.length||Object.keys(r).length)return{settings:e,keybindings:t,extensions:r}}async applyImportConfig(e){const t=this.fsService.joinPath(this.configService.fxcodeDataPath,"user/User/settings.json");await this.fsService.statSafe(t)||await this.fsService.writeFileJson(t,e.settings);const r=this.fsService.joinPath(this.configService.fxcodeDataPath,"user/User/keybindings.json");await this.fsService.statSafe(r)||await this.fsService.writeFileJson(r,e.keybindings)}async getSettings(){if(!this.roamingCodePath)return{};const e=this.fsService.joinPath(this.roamingCodePath,"settings.json");if(!await this.fsService.statSafe(e))return{};try{const t=await this.fsService.readFileJsonc(e);return"object"==typeof t&&null!==t?t:{}}catch(e){return{}}}async getKeybindings(){if(!this.roamingCodePath)return[];const e=this.fsService.joinPath(this.roamingCodePath,"keybindings.json");if(!await this.fsService.statSafe(e))return[];try{const t=await this.fsService.readFileJsonc(e);return Array.isArray(t)?t:[]}catch(e){return[]}}async getExtensionIds(){if(!this.userCodePath)return{};const e=this.fsService.joinPath(this.userCodePath,"extensions");if(!(await this.fsService.statSafe(e))?.isDirectory())return{};let t={};const r=this.fsService.joinPath(e,".obsolete");if(await this.fsService.statSafe(r))try{t=await this.fsService.readFileJson(r)}catch(e){}const n=await this.fsService.readdir(e);return(await Promise.all(n.filter((e=>".obsolete"!==e&&!t[e])).map((t=>this.getExtensionId(this.fsService.joinPath(e,t)))))).reduce(((e,t)=>t?(e[t]=!0,e):e),{})}async getExtensionId(e){const t=this.fsService.joinPath(e,".vsixmanifest");if(await this.fsService.statSafe(t))try{const{PackageManifest:{Metadata:{Identity:e}}}=await this.fsService.readFileXML(t,{ignoreAttributes:!1});return`${e["@_Publisher"]}.${e["@_Id"]}`.toLowerCase()}catch(e){return}}};var cm;sm([(0,xt.f3)(vt.A),om("design:type","function"==typeof(em=void 0!==vt.A&&vt.A)?em:Object)],am.prototype,"fsService",void 0),sm([(0,xt.f3)(ht.E),om("design:type","function"==typeof(tm=void 0!==ht.E&&ht.E)?tm:Object)],am.prototype,"configService",void 0),sm([(0,kt.uJ)(Qh.getImportConfig),om("design:type",Function),om("design:paramtypes",[]),om("design:returntype","function"==typeof(rm="undefined"!=typeof Promise&&Promise)?rm:Object)],am.prototype,"getMigrationConfig",null),sm([(0,kt.uJ)(Qh.applyImportConfig),om("design:type",Function),om("design:paramtypes",["function"==typeof(nm=void 0!==a.FXCodeImportConfig&&a.FXCodeImportConfig)?nm:Object]),om("design:returntype","function"==typeof(im="undefined"!=typeof Promise&&Promise)?im:Object)],am.prototype,"applyImportConfig",null),am=sm([(0,xt.b2)()],am),(0,Lt.f)((0,mt.zr)($h)),Sp((0,mt.zr)(Xh)),Pt((0,Lt.f)((0,mt.zr)(am))),function(e){e.Endpoints=(0,ud.Gn)("importer.examples",["import"])}(cm||(cm={}));var lm,pm,um,dm,fm,hm,mm,gm=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},vm=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let ym=class{async importAsset(e){const t=this.taskReporterService.create("Importing example");try{return await this.doImport(t,e),this.notificationService.info(`Succefully imported ${e.exampleName} example`,5e3),!0}catch(e){return this.notificationService.error(`Failed to import example: ${e.toString()}`),!1}finally{t.done()}}async doImport(e,t){const{exampleName:r}=t,n=this.systemResourcesService.getResourcePath(r);if(!await this.fsService.statSafe(n))throw new Error(`Unable to locate example at ${n}`);const i=this.fsService.joinPath(t.basePath,t.name);await this.fsService.mkdirp(i),await this.fsService.copyDirContent(n,i,{onProgress(t){e.setProgress(t)}})}};var bm;gm([(0,xt.f3)(vt.A),vm("design:type","function"==typeof(lm=void 0!==vt.A&&vt.A)?lm:Object)],ym.prototype,"fsService",void 0),gm([(0,xt.f3)(fa.n),vm("design:type","function"==typeof(pm=void 0!==fa.n&&fa.n)?pm:Object)],ym.prototype,"taskReporterService",void 0),gm([(0,xt.f3)(da.g),vm("design:type","function"==typeof(um=void 0!==da.g&&da.g)?um:Object)],ym.prototype,"notificationService",void 0),gm([(0,xt.f3)(vu),vm("design:type","function"==typeof(dm=void 0!==vu&&vu)?dm:Object)],ym.prototype,"projectAccess",void 0),gm([(0,xt.f3)(ld),vm("design:type","function"==typeof(fm=void 0!==ld&&ld)?fm:Object)],ym.prototype,"systemResourcesService",void 0),gm([(0,kt.K0)(cm.Endpoints.import),vm("design:type",Function),vm("design:paramtypes",["function"==typeof(hm=void 0!==cm&&cm.ImportRequest)?hm:Object]),vm("design:returntype","function"==typeof(mm="undefined"!=typeof Promise&&Promise)?mm:Object)],ym.prototype,"importAsset",null),ym=gm([(0,xt.b2)()],ym),function(e){e.Endpoints=(0,ud.Gn)("importer.fs",["import"])}(bm||(bm={}));var wm,xm,_m,Sm,Em,km,Am,Om,Tm=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Cm=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Rm=class{async importAsset(e){const t=this.taskReporterService.create("Importing asset");try{return await this.doImport(t,e),this.notificationService.info(`Succefully imported asset from ${e.sourcePath}`,5e3),!0}catch(t){return this.notificationService.error(`Failed to import asset: ${t.toString()}`),this.logService.log("Failed to import asset",t,e),!1}finally{t.done()}}async doImport(e,t){const{sourcePath:r}=t,n=this.fsService.joinPath(t.basePath,t.name),i=await this.fsService.statSafe(r);if(!i)throw new Error(`Source path ${r} to import does not exist`);if(await this.fsService.statSafe(n))throw new Error(`Can not import asset to existing path ${n}`);const s={onProgress(t){e.setProgress(t)}};i.isDirectory()?(await this.fsService.mkdirp(n),await this.fsService.copyDirContent(r,n,s)):await this.fsService.copyFileContent(r,n,s)}};var Pm;Tm([(0,xt.f3)(_t.S),Cm("design:type","function"==typeof(wm=void 0!==_t.S&&_t.S)?wm:Object)],Rm.prototype,"apiClient",void 0),Tm([(0,xt.f3)(Et.$),Cm("design:type","function"==typeof(xm=void 0!==Et.$&&Et.$)?xm:Object)],Rm.prototype,"logService",void 0),Tm([(0,xt.f3)(vt.A),Cm("design:type","function"==typeof(_m=void 0!==vt.A&&vt.A)?_m:Object)],Rm.prototype,"fsService",void 0),Tm([(0,xt.f3)(fa.n),Cm("design:type","function"==typeof(Sm=void 0!==fa.n&&fa.n)?Sm:Object)],Rm.prototype,"taskReporterService",void 0),Tm([(0,xt.f3)(da.g),Cm("design:type","function"==typeof(Em=void 0!==da.g&&da.g)?Em:Object)],Rm.prototype,"notificationService",void 0),Tm([(0,xt.f3)(vu),Cm("design:type","function"==typeof(km=void 0!==vu&&vu)?km:Object)],Rm.prototype,"projectAccess",void 0),Tm([(0,kt.K0)(bm.Endpoints.import),Cm("design:type",Function),Cm("design:paramtypes",["function"==typeof(Am=void 0!==bm&&bm.ImportRequest)?Am:Object]),Cm("design:returntype","function"==typeof(Om="undefined"!=typeof Promise&&Promise)?Om:Object)],Rm.prototype,"importAsset",null),Rm=Tm([(0,xt.b2)()],Rm),function(e){e.Endpoints=(0,ud.Gn)("importer.git",["importRepository","importRelease"])}(Pm||(Pm={}));var jm,Nm,Im,Dm,Lm,Fm,Mm,Bm,Um,$m,Gm,zm=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},qm=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Hm=class{constructor(){this.logService=new pc.e("Importer.Git")}async importRepository(e){const{basePath:t,name:r,repositoryUrl:n}=e,i=this.taskReporterService.create("Importing asset from git");i.setText("Preparing"),this.logService.log("Importing asset from git",e);try{return this.logService.log("Importing git asset",e),i.setText(`Cloning repository ${n}`),await this.gitService.clone(this.fsService.joinPath(t,r),n),this.logService.log("Done: Importing git asset",e),i.setText("Done"),this.notificationService.info(`Succefully imported asset from ${n}`,5e3),!0}catch(t){return this.notificationService.error(`Git asset import failed: ${t.toString()}`),this.logService.log("Importing git asset ERROR",t,e),!1}finally{i.done()}}async importAsset(e){const{basePath:t,name:r,releaseUrl:n}=e,i=this.taskReporterService.create("Importing asset from git");i.setText("Preparing"),this.logService.log("Importing asset from release",e);const s=this.fsService.joinPath(t,r),o=s+".zip";try{this.logService.log("Importing release asset",e);let t=0,r=0;try{await this.gameServerInstallerUtils.downloadArtifact(n,o,(e=>t=e),(e=>{r+=e,i.setText(`Downloaded: ${this.fsService.filesizeToHumanReadable(r)}`),i.setProgress(r/t)}))}catch(e){return this.notificationService.error(`Failed to import release: ${e.toString()}`),!1}await this.fsService.statSafe(s)&&await this.fsService.rimraf(s);{let e=0,t=0;try{await this.gameServerInstallerUtils.unpackArtifact(o,s,(t=>e=t),(r=>{t+=r,i.setText(`Unpacked: ${this.fsService.filesizeToHumanReadable(t)}`),i.setProgress(t/e)}))}catch(e){return this.notificationService.error(`Failed to import release: ${e.toString()}`),!1}}return i.setText("Done"),this.notificationService.info(`Successfully imported asset from ${n}`,5e3),!0}catch(t){return this.notificationService.error(`Release asset import failed: ${t.toString()}`),this.logService.log("Importing release asset ERROR",t,e),!1}finally{i.done(),await this.fsService.statSafe(o)&&await this.fsService.unlink(o)}}};zm([(0,xt.f3)(_t.S),qm("design:type","function"==typeof(jm=void 0!==_t.S&&_t.S)?jm:Object)],Hm.prototype,"apiClient",void 0),zm([(0,xt.f3)(vt.A),qm("design:type","function"==typeof(Nm=void 0!==vt.A&&vt.A)?Nm:Object)],Hm.prototype,"fsService",void 0),zm([(0,xt.f3)(fa.n),qm("design:type","function"==typeof(Im=void 0!==fa.n&&fa.n)?Im:Object)],Hm.prototype,"taskReporterService",void 0),zm([(0,xt.f3)(da.g),qm("design:type","function"==typeof(Dm=void 0!==da.g&&da.g)?Dm:Object)],Hm.prototype,"notificationService",void 0),zm([(0,xt.f3)(vu),qm("design:type","function"==typeof(Lm=void 0!==vu&&vu)?Lm:Object)],Hm.prototype,"projectAccess",void 0),zm([(0,xt.f3)(io),qm("design:type","function"==typeof(Fm=void 0!==io&&io)?Fm:Object)],Hm.prototype,"gitService",void 0),zm([(0,xt.f3)(na),qm("design:type","function"==typeof(Mm=void 0!==na&&na)?Mm:Object)],Hm.prototype,"gameServerInstallerUtils",void 0),zm([(0,kt.K0)(Pm.Endpoints.importRepository),qm("design:type",Function),qm("design:paramtypes",["function"==typeof(Bm=void 0!==Pm&&Pm.ImportRepositoryRequest)?Bm:Object]),qm("design:returntype","function"==typeof(Um="undefined"!=typeof Promise&&Promise)?Um:Object)],Hm.prototype,"importRepository",null),zm([(0,kt.K0)(Pm.Endpoints.importRelease),qm("design:type",Function),qm("design:paramtypes",["function"==typeof($m=void 0!==Pm&&Pm.ImportGithubReleaseRequest)?$m:Object]),qm("design:returntype","function"==typeof(Gm="undefined"!=typeof Promise&&Promise)?Gm:Object)],Hm.prototype,"importAsset",null),Hm=zm([(0,xt.b2)()],Hm),Pt((0,mt.zr)(Hm)),Pt((0,mt.zr)(Rm)),Pt((0,mt.zr)(ym));const Wm=(0,ud.VA)("fxworld:recompile");var Vm,Km,Ym,Jm,Zm=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Xm=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};class Qm extends Zf{postContstruct(){this.apiClient.init(this),this.apiClient.setScope(this.getName())}async build(){return this.compileMap()}getResourceDescriptor(){return{name:this.getMapResourceName(),path:this.getMapResourcePath()}}async getDeployablePathsDescriptor(){return{root:this.getMapResourcePath(),paths:["fxmanifest.lua","map.js"]}}getMapResourcePath(){const e=this.projectAccess.getInstance();return this.fsService.joinPath(e.getStoragePath(),"map-resources",this.getMapResourceName())}getMapResourceName(){const e=this.projectAccess.getInstance();return`${this.getName().replace(Eh,"")}_${e.getName()}_fxworld`}async compileMap(){return this.worldEditorMapCompiler.compile({mapFilePath:this.fsEntryPath,targetPath:this.getMapResourcePath()})}}Zm([(0,mt.yT)(hr),Xm("design:type","function"==typeof(Vm=void 0!==hr&&hr)?Vm:Object)],Qm.prototype,"apiClient",void 0),Zm([(0,mt.yT)(Zu),Xm("design:type","function"==typeof(Km=void 0!==Zu&&Zu)?Km:Object)],Qm.prototype,"worldEditorService",void 0),Zm([(0,mt.yT)(jh),Xm("design:type","function"==typeof(Ym=void 0!==jh&&jh)?Ym:Object)],Qm.prototype,"worldEditorMapCompiler",void 0),Zm([(0,kt.K0)(Wm),Xm("design:type",Function),Xm("design:paramtypes",[]),Xm("design:returntype",Promise)],Qm.prototype,"build",null),function(e){e.Endpoints=(0,ud.Gn)("assets.fxworld",["create"])}(Jm||(Jm={}));var eg,tg,rg,ng,ig,sg,og=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},ag=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let cg=class{async create(e){await this.projectAccess.useInstance("create map asset",(async t=>{this.logService.log("Creating map asset",e);const r=this.fsService.joinPath(e.basePath,e.name+Eh);if(await this.fsService.statSafe(r))return void this.notificationService.error(`Unable to create map ${e.name} as file with the same name already exists`);const n=ku;await this.fsService.writeFileJson(r,n,!1),t.setAssetConfig(r,{enabled:!0})}))}};og([(0,xt.f3)(vt.A),ag("design:type","function"==typeof(eg=void 0!==vt.A&&vt.A)?eg:Object)],cg.prototype,"fsService",void 0),og([(0,xt.f3)(Et.$),ag("design:type","function"==typeof(tg=void 0!==Et.$&&Et.$)?tg:Object)],cg.prototype,"logService",void 0),og([(0,xt.f3)(da.g),ag("design:type","function"==typeof(rg=void 0!==da.g&&da.g)?rg:Object)],cg.prototype,"notificationService",void 0),og([(0,xt.f3)(mt.SB),ag("design:type","function"==typeof(ng=void 0!==mt.SB&&mt.SB)?ng:Object)],cg.prototype,"containerAccess",void 0),og([(0,xt.f3)(vu),ag("design:type","function"==typeof(ig=void 0!==vu&&vu)?ig:Object)],cg.prototype,"projectAccess",void 0),og([(0,kt.K0)(Jm.Endpoints.create),ag("design:type",Function),ag("design:paramtypes",["function"==typeof(sg=void 0!==Jm&&Jm.CreateRequest)?sg:Object]),ag("design:returntype",Promise)],cg.prototype,"create",null),cg=og([(0,xt.b2)()],cg),Pt((0,mt.zr)(cg)),Nd.register("fxworld",class{handles(e){return!e.isDirectory&&e.name.endsWith(Eh)}spawnAssetRuntime(e,t){return new Qm(e,t)}});const lg={empty:r(4305).Z,lua:r(6822).Z,js:r(6049).Z,ts:r(5579).Z,csharp:r(3037).Z};var pg;!function(e){e[e.none=0]="none",e[e.__resource=1]="__resource",e[e.fxmanifest=2]="fxmanifest"}(pg||(pg={}));const ug="gta5",dg="bodacious";class fg{constructor(){this.fxVersion=dg,this.games=[ug],this.files=[],this.clientScripts=[],this.serverScripts=[],this.sharedScripts=[],this.author="You",this.version="1.0.0",this.description="",this.uiPage="",this.loadScreen="",this.provide="",this.exports=[],this.serverExports=[],this.beforeLevelMeta="",this.afterLevelMeta="",this.replaceLevelMeta="",this.dataFiles=[],this.isMap=!1,this.serverOnly=!1,this.dependencies=[],this.lua54=!1,this.disableLazyNatives=!1,this.clrDisableTaskScheduler=!1,this.convarCategories={},this.fxdkWatchCommands=[],this.fxdkBuildCommands=[]}getFiles(){return[...new Set([...this.files,this.uiPage,this.loadScreen].filter(Boolean))]}getAllScripts(){return[...this.clientScripts,...this.serverScripts,...this.sharedScripts]}toString(){const e="";return[wg("fx_version",this.fxVersion),wg("game",this.games),e,wg("dependency",this.dependencies),wg("provide",this.provide),e,wg("author",this.author),wg("version",this.version),wg("description",this.description),e,...yg("fxdk_watch_command",this.fxdkWatchCommands),...yg("fxdk_build_command",this.fxdkBuildCommands),e,wg("export",this.exports),wg("server_export",this.serverExports),e,wg("file",this.getFiles()),e,wg("client_script",this.clientScripts),wg("server_script",this.serverScripts),wg("shared_script",this.sharedScripts),e,wg("ui_page",this.uiPage),wg("loadscreen",this.loadScreen),e,wg("before_level_meta",this.beforeLevelMeta),wg("after_level_meta",this.afterLevelMeta),wg("replace_level_meta",this.replaceLevelMeta),e,...yg("data_file",this.dataFiles),e,bg("lua54",this.lua54),bg("server_only",this.serverOnly),bg("this_is_a_map",this.isMap),bg("disable_lazy_natives",this.disableLazyNatives),bg("clr_disable_task_scheduler",this.clrDisableTaskScheduler)].filter((e=>null!==e)).filter(((t,r,n)=>!(r>0&&t===e&&n[r-1]===e))).join("\n")}fromObject(e){this.fxVersion=mg(e,"fx_version",dg),this.games=gg(e,"game",[ug]),this.dependencies=gg(e,"dependency",[]),this.provide=mg(e,"provide",""),this.author=mg(e,"author","you"),this.version=mg(e,"version","1.0.0"),this.description=mg(e,"description",""),this.convarCategories=function(e){function t(e){return"string"==typeof e?parseInt(e,10):"number"==typeof e?e:"boolean"==typeof e?e?1:0:void 0}function r(e){if(!Array.isArray(e))return;if(2===e.length)return;const r=(e[0]||"").toString(),n=(e[1]||"").toString(),i=(e[2]||"").toString(),s="#"===n[0]?iu.INFORMATION:"$"===n[0]?iu.REPLICATED:iu.SERVER_ONLY,o=s!==iu.SERVER_ONLY?n.substr(1):n,[,,,a,c,l]=e;switch(i){case"CV_BOOL":return{kind:su.Bool,title:r,setter:s,variable:o,defaultValue:Boolean(a)};case"CV_PASSWORD":case"CV_STRING":return{kind:"CV_STRING"===i?su.String:su.Password,title:r,setter:s,variable:o,defaultValue:String(a)};case"CV_SLIDER":case"CV_COMBI":case"CV_INT":{let e=su.Int;return"CV_SLIDER"===i&&(e=su.Slider),"CV_COMBI"===i&&(e=su.Combi),{kind:e,title:r,setter:s,variable:o,defaultValue:t(a)||0,minValue:t(c),maxValue:t(l)}}case"CV_MULTI":return{kind:su.Multi,setter:s,title:r,variable:o,entries:Array.isArray(a)?a:[]}}}return e.reduce(((e,t)=>{if(!Array.isArray(t))return e;if(!Array.isArray(t[1]))return e;const[n,[i,s]]=t;return Array.isArray(s)?(e[n]={title:n,subtitle:i,entries:s.map(r).filter(Boolean)},e):e}),{})}(vg(e,"convar_category",[])),this.fxdkWatchCommands=vg(e,"fxdk_watch_command",[]),this.fxdkBuildCommands=vg(e,"fxdk_build_command",[]),this.exports=gg(e,"export",[]),this.serverExports=gg(e,"server_export",[]),this.files=gg(e,"file",[]),this.clientScripts=gg(e,"client_script",[]),this.serverScripts=gg(e,"server_script",[]),this.sharedScripts=gg(e,"shared_script",[]),this.uiPage=mg(e,"ui_page",""),this.loadScreen=mg(e,"loadscreen",""),this.beforeLevelMeta=mg(e,"before_level_meta",""),this.afterLevelMeta=mg(e,"after_level_meta",""),this.replaceLevelMeta=mg(e,"replace_level_meta",""),this.dataFiles=vg(e,"data_file",[]),this.lua54=hg(e,"lua54",!1),this.serverOnly=hg(e,"server_only",!1),this.isMap=hg(e,"this_is_a_map",!1),this.disableLazyNatives=hg(e,"disable_lazy_natives",!1),this.clrDisableTaskScheduler=hg(e,"clr_disable_task_scheduler",!1)}}function hg(e,t,r){return void 0===typeof e[t]?r:!!e[t]?.[0]}function mg(e,t,r){return e[t]?.[0]||r}function gg(e,t,r){return e[t]||r}function vg(e,t,r){return e[t]?e[t].map(((r,n)=>[r,JSON.parse(e[`${t}_extra`]?.[n]||"''")])):r}function yg(e,t){return t.map((([t,r])=>`${e} '${t}' ${xg(r)}`))}function bg(e,t){return t?`${e} 'yes'`:null}function wg(e,t){if(""===t)return null;if(!Array.isArray(t))return`${e} '${t}'`;if(0===t.length)return null;if(1===t.length)return`${e} '${t[0]}'`;const r=t.filter(Boolean).map((e=>`  '${e}'`)).join(",\n");return`${function(e){return"dependency"===e?"dependencies":e+"s"}(e)} {\n${r}\n}`}function xg(e,t=2){switch(typeof e){case"number":case"boolean":case"symbol":case"bigint":return e.toString();case"string":return`'${e}'`;case"function":return"";case"undefined":case"object":{if(!e)return"nil";if(Array.isArray(e))return`{${e.map((e=>xg(e))).join(", ")}}`;const r=Array(t).fill(" ").join(""),n=Array(t-2).fill(" ").join("");return`{\n${Object.entries(e).map((([e,n])=>`${r}['${e}'] = ${xg(n,t+2)}`)).join(",\n")}\n${n}}`}}}var _g;!function(e){e.Endpoints=(0,ud.Gn)("assets.resource",["create"])}(_g||(_g={}));var Sg,Eg,kg,Ag,Og,Tg,Cg=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Rg=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let Pg=class{async createAsset(e){await this.projectAccess.useInstance("create resource asset",(async t=>{this.logService.log("Creating resource asset",e);const r=this.fsService.joinPath(e.basePath,e.name);await this.fsService.mkdirp(r),await this.fsService.writeFile(this.fsService.joinPath(r,"fxmanifest.lua"),"");const n=new fg;if(e.resourceTemplateId){const t={manifest:n,resourceName:e.name,resourcePath:r,resourceTemplateId:e.resourceTemplateId};await this.scaffold(t)}await this.saveResourceManifest(r,n),t.setAssetConfig(r,{enabled:!0,restartOnChange:!0}),this.logService.log("Finished creating asset",e)}))}async saveResourceManifest(e,t){const r=this.fsService.joinPath(e,"fxmanifest.lua"),n=t.toString();await this.fsService.writeFile(r,n)}async scaffold(e){const t=lg[e.resourceTemplateId];t&&await this.containerAccess.resolve(t).scaffold(e)}};Cg([(0,xt.f3)(_t.S),Rg("design:type","function"==typeof(Sg=void 0!==_t.S&&_t.S)?Sg:Object)],Pg.prototype,"apiClient",void 0),Cg([(0,xt.f3)(Et.$),Rg("design:type","function"==typeof(Eg=void 0!==Et.$&&Et.$)?Eg:Object)],Pg.prototype,"logService",void 0),Cg([(0,xt.f3)(vt.A),Rg("design:type","function"==typeof(kg=void 0!==vt.A&&vt.A)?kg:Object)],Pg.prototype,"fsService",void 0),Cg([(0,xt.f3)(mt.SB),Rg("design:type","function"==typeof(Ag=void 0!==mt.SB&&mt.SB)?Ag:Object)],Pg.prototype,"containerAccess",void 0),Cg([(0,xt.f3)(vu),Rg("design:type","function"==typeof(Og=void 0!==vu&&vu)?Og:Object)],Pg.prototype,"projectAccess",void 0),Cg([(0,kt.K0)(_g.Endpoints.create),Rg("design:type",Function),Rg("design:paramtypes",["function"==typeof(Tg=void 0!==_g&&_g.CreateRequest)?Tg:Object]),Rg("design:returntype",Promise)],Pg.prototype,"createAsset",null),Pg=Cg([(0,xt.b2)()],Pg);var jg=r(1171);const Ng={dot:!0,nobrace:!0,nocase:!0,nocomment:!0,noext:!0,nonegate:!0,nonull:!0};class Ig extends Zf{constructor(){super(...arguments),this.manifest=new fg,this.metaData={},this.metaDataLoading=!0,this.restartInducingPaths=[],this.restartInducingPatterns={},this.buildCommandsDisposableContainer=new cr,this.toDispose=new cr,this.watchCommandsSuspended=!1,this.runningWatchCommands=new Map,this.runtimeData=new Xf(this.fsEntryPath,{ready:!1})}postContstruct(){this.resourceDescriptor={name:this.getName(),path:this.fsEntryPath}}getDefaultConfig(){return{enabled:!1,restartOnChange:!1}}getResourceDescriptor(){return this.resourceDescriptor}async getIgnorePatterns(){return this.fsService.readIgnorePatterns(this.fsEntryPath)}async getDeployablePathsDescriptor(){const e=this.fsEntryPath,t=(await this.getIgnorePatterns()).map((e=>"!"+e.replace(/\\/g,"/"))).concat("**/*"),r=await this.fsService.glob(t,{cwd:e.replace(/\\/g,"/")});return{root:e,paths:(n=[...r,this.fsService.relativePath(e,this.manifestPath)],[...new Set(n)])};var n}async suspendWatchCommands(){this.watchCommandsSuspended||(this.watchCommandsSuspended=!0,await this.stopAllWatchCommands())}resumeWatchCommands(){if(this.watchCommandsSuspended)return this.watchCommandsSuspended=!1,this.ensureWatchCommandsRunning()}async build(){this.buildCommandsDisposableContainer.empty()||(this.buildCommandsDisposableContainer.dispose(),this.buildCommandsDisposableContainer=new cr);const e=this.manifest.fxdkBuildCommands;if(!e.length)return;await this.suspendWatchCommands();const t=e.map((([e,t])=>{const r=new Wa(e,Array.isArray(t)?t:[],this.fsEntryPath),n=this.outputService.createOutputChannelFromProvider(r);this.buildCommandsDisposableContainer.add(n);const i=r.getOutputChannelId(),s=new ha.B;let o=!1;return r.onClose((e=>{o||(o=!0,0===e?s.resolve():s.reject(new Jf(this.getName(),i)))})),r.onError((e=>{o||(o=!0,s.reject(e))})),r.start(),s.promise}));await Promise.all(t),await this.resumeWatchCommands()}async init(){this.status=this.toDispose.register(this.statusService.createProxy(`resource-${this.fsEntryPath}`)),this.status.setValue({watchCommands:{}});const e=this.fsService.joinPath(this.fsEntryPath,Fp),t=this.fsService.joinPath(this.fsEntryPath,Mp);await this.fsService.statSafe(e)?this.manifestPath=e:await this.fsService.statSafe(t)&&(this.manifestPath=t),this.loadMetaData(),this.runtimeData.apply((e=>{e.ready=!0}))}handleConfigChanged(e){this.ensureWatchCommandsRunning()}async acceptNestedFsEntryUpdated(e){if(this.manifestPath===e.entryPath)return this.loadMetaData(),this.gameServerService.reloadResource(this.getName());if(this.metaDataLoading)return;const{enabled:t,restartOnChange:r}=this.getConfig();if(t&&r){Object.values(this.restartInducingPatterns).some((t=>t.match(e.entryPath)))&&this.gameServerService.restartResource(this.getName())}}async dispose(){await Promise.all([...this.runningWatchCommands.values()].map((e=>e.stop()))),await this.toDispose.dispose()}async ensureWatchCommandsRunning(){if(this.watchCommandsSuspended)return;const{enabled:e,restartOnChange:t}=this.getConfig();if(!e||!t)return void this.stopAllWatchCommands();const r=this.manifest.fxdkWatchCommands.reduce(((e,[t,r])=>(e[JSON.stringify([t,r])]={command:t,args:r},e)),{}),n=[],i=[];this.runningWatchCommands.forEach(((e,t)=>{r[t]||(n.push(e.stop()),i.push(t),this.runningWatchCommands.delete(t))})),this.status.applyValue((e=>(e&&i.forEach((t=>e.watchCommands[t])),e))),await Promise.all(n),Object.entries(r).map((([e,{command:t,args:r}])=>{if(!this.runningWatchCommands.has(e))return this.startWatchCommand(e,t,r)}))}async stopWatchCommand(e){const t=this.runningWatchCommands.get(e);t&&(this.runningWatchCommands.delete(e),await t.stop(),this.status.applyValue((t=>(t&&(t.watchCommands[e].running=!1),t))))}async startWatchCommand(e,t,r){const n=new Wa(t,Array.isArray(r)?r:[],this.fsEntryPath),i=this.outputService.createOutputChannelFromProvider(n),s=n.getOutputChannelId();this.runningWatchCommands.set(e,n),n.onClose((()=>{i.dispose(),this.status.applyValue((t=>(t&&(t.watchCommands[e]={outputChannelId:s,running:!1}),t)))})),n.onError((e=>{this.notificationService.error(`Watch command for resource ${this.getName()} has failed to start: ${e.toString()}`)})),n.start(),this.status.applyValue((t=>(t&&(t.watchCommands[e]={outputChannelId:s,running:!0}),t)))}async stopAllWatchCommands(){if(0===this.runningWatchCommands.size)return;const e=[];this.runningWatchCommands.forEach(((t,r)=>{e.push(this.stopWatchCommand(r))})),await Promise.all(e)}rebuildRestartInducingPatterns(){const e=new Set([...this.manifest.getAllScripts(),...this.manifest.getFiles()]);this.restartInducingPatterns={},e.forEach((e=>{const t=this.fsService.joinPath(this.fsEntryPath,e);this.restartInducingPatterns[e]=new jg.Minimatch(t,Ng)}))}async loadMetaData(){return this.metaDataLoading=!0,new Promise(((e,t)=>{const r=this.getName()+"-"+(0,qc.n)(),n=setTimeout((()=>{this.metaDataLoading=!1,t(`Resource ${this.fsEntryPath} meta data load timed out after 5 seconds`)}),5e3),i=(t,s)=>{if(t===r){clearTimeout(n),RemoveEventHandler("sdk:resourceMetaDataResponse",i);try{this.manifest.fromObject(s)}catch(e){return this.logService.log("Failed to populate manifest",e.toString()),void(this.metaDataLoading=!1)}return this.metaData=s,this.metaDataLoading=!1,this.runtimeData.apply((e=>{e.convarCategories=this.manifest.convarCategories})),this.rebuildRestartInducingPatterns(),this.ensureWatchCommandsRunning(),e()}};on("sdk:resourceMetaDataResponse",i),emit("sdk:requestResourceMetaData",this.fsEntryPath,r)}))}}var Dg,Lg=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},Fg=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};class Mg{async handles(e,t){if(!e.isDirectory)return!1;if(e.childrenScanned){if(e.children["__resource.lua"])return!0;if(e.children["fxmanifest.lua"])return!0}const[r,n]=await Promise.all([this.fsService.statSafe(this.fsService.joinPath(t,Mp)),this.fsService.statSafe(this.fsService.joinPath(t,Fp))]);return Boolean(r)||Boolean(n)}spawnAssetRuntime(e,t){return new Ig(e,t)}expandEvent([e,t]){if(function(e){let t="string"==typeof e?e:e.name;return t===Mp?pg.__resource:t===Fp?pg.fxmanifest:pg.none}(this.fsService.basename(t))!==pg.none)switch(e){case Rd.CREATED:case Rd.DELETED:case Rd.RENAMED:return[Pd(Rd.MODIFIED,this.fsService.dirname(t))]}}}Lg([(0,mt.yT)(vt.A),Fg("design:type","function"==typeof(Dg=void 0!==vt.A&&vt.A)?Dg:Object)],Mg.prototype,"fsService",void 0),Pt((0,mt.zr)(Pg)),Nd.register("resource",Mg),(0,mt.ZO)().get(tr).startContributions().catch((e=>{console.error("Failed to start app contributions",e.message,e.stack)}))},3037:(e,t,r)=>{"use strict";r.d(t,{Z:()=>A});var n=r(6700),i=r(6113),s=r.n(i);const o=new Uint8Array(256);let a=o.length;function c(){return a>o.length-16&&(s().randomFillSync(o),a=0),o.slice(a,a+=16)}const l=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const p=function(e){return"string"==typeof e&&l.test(e)},u=[];for(let e=0;e<256;++e)u.push((e+256).toString(16).substr(1));const d=function(e,t=0){const r=(u[e[t+0]]+u[e[t+1]]+u[e[t+2]]+u[e[t+3]]+"-"+u[e[t+4]]+u[e[t+5]]+"-"+u[e[t+6]]+u[e[t+7]]+"-"+u[e[t+8]]+u[e[t+9]]+"-"+u[e[t+10]]+u[e[t+11]]+u[e[t+12]]+u[e[t+13]]+u[e[t+14]]+u[e[t+15]]).toLowerCase();if(!p(r))throw TypeError("Stringified UUID is invalid");return r};const f=function(e,t,r){const n=(e=e||{}).random||(e.rng||c)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(let e=0;e<16;++e)t[r+e]=n[e];return t}return d(n)};var h,m,g=r(2081),v=r(796),y=r(6407),b=r(1613),w=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},x=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};const _=/([a-zA-Z0-9]+)/g;function S(e){return e[0].toUpperCase()+e.substr(1)}function E(e){return(e.match(_)||[]).map(S).join("")}let k=class{async scaffold({manifest:e,resourceName:t,resourcePath:r,resourceTemplateId:n}){this.taskReporterService.wrap(`Scaffolding ${t} resource from C# template`,(async()=>{e.files.push("Client/bin/Release/**/publish/*.dll"),e.clientScripts.push("Client/bin/Release/**/publish/*.net.dll"),e.serverScripts.push("Server/bin/Release/**/publish/*.net.dll"),e.fxdkWatchCommands.push(["dotnet",["watch","--project",`Client/${t}.Client.csproj`,"publish","--configuration","Release"]]),e.fxdkWatchCommands.push(["dotnet",["watch","--project",`Server/${t}.Server.csproj`,"publish","--configuration","Release"]]);const n=[],i=e=>this.fsService.joinPath(r,e);n.push(this.fsService.writeFile(i(t+".sln"),function(e){const t=f().toUpperCase(),r=f().toUpperCase(),n=f().toUpperCase();return`\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio 15\nVisualStudioVersion = 15.0.26124.0\nMinimumVisualStudioVersion = 15.0.26124.0\nProject("{${t}}") = "${e}.Client", "Client\\${e}.Client.csproj", "{${r}}"\nEndProject\nProject("{${t}}") = "${e}.Server", "Server\\${e}.Server.csproj", "{${n}}"\nEndProject\nGlobal\n  GlobalSection(SolutionConfigurationPlatforms) = preSolution\n    Debug|Any CPU = Debug|Any CPU\n    Release|Any CPU = Release|Any CPU\n  EndGlobalSection\n  GlobalSection(SolutionProperties) = preSolution\n    HideSolutionNode = FALSE\n  EndGlobalSection\n  GlobalSection(ProjectConfigurationPlatforms) = postSolution\n    {${r}}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n    {${r}}.Debug|Any CPU.Build.0 = Debug|Any CPU\n    {${r}}.Release|Any CPU.ActiveCfg = Release|Any CPU\n    {${r}}.Release|Any CPU.Build.0 = Release|Any CPU\n    {${n}}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n    {${n}}.Debug|Any CPU.Build.0 = Debug|Any CPU\n    {${n}}.Release|Any CPU.ActiveCfg = Release|Any CPU\n    {${n}}.Release|Any CPU.Build.0 = Release|Any CPU\n  EndGlobalSection\nEndGlobal\n`.trimStart()}(t))),n.push(this.fsService.mkdirp(i("Shared")).then((()=>this.fsService.writeFile(i("Shared/Dummy.cs"),"")))),n.push(this.fsService.mkdirp(i("Client")).then((()=>(0,y.C)(this.fsService.writeFile(i(`Client/${t}.Client.csproj`),'\n<Project Sdk="CitizenFX.Sdk.Client/0.2.2">\n  <ItemGroup>\n      <Compile Include="../Shared/**/*.cs" />\n  </ItemGroup>\n</Project>\n'.trimStart()),this.fsService.writeFile(i("Client/ClientMain.cs"),function(e){const t=E(e);return`\nusing System;\nusing System.Threading.Tasks;\nusing CitizenFX.Core;\nusing static CitizenFX.Core.Native.API;\n\nnamespace ${t}.Client\n{\n    public class ClientMain : BaseScript\n    {\n        public ClientMain()\n        {\n            Debug.WriteLine("Hi from ${t}.Client!");\n        }\n\n        [Tick]\n        public Task OnTick()\n        {\n            DrawRect(0.5f, 0.5f, 0.5f, 0.5f, 255, 255, 255, 150);\n\n            return Task.FromResult(0);\n        }\n    }\n}\n`.trimStart()}(t)))))),n.push(this.fsService.mkdirp(i("Server")).then((()=>(0,y.C)(this.fsService.writeFile(i(`Server/${t}.Server.csproj`),'\n<Project Sdk="Microsoft.NET.Sdk">\n  <PropertyGroup>\n    <TargetFramework>netstandard2.0</TargetFramework>\n    <DebugType>portable</DebugType>\n    <TargetName>$(AssemblyName).net</TargetName>\n    <DefineConstants>SERVER</DefineConstants>\n  </PropertyGroup>\n\n  <ItemGroup>\n    <PackageReference Include="CitizenFX.Core.Server" Version="1.0.*" />\n\n    <Compile Include="../Shared/**/*.cs" />\n  </ItemGroup>\n</Project>\n'.trimStart()),this.fsService.writeFile(i("Server/ServerMain.cs"),function(e){const t=E(e);return`\nusing System;\nusing System.Threading.Tasks;\nusing CitizenFX.Core;\n\nnamespace ${t}.Server\n{\n    public class ServerMain : BaseScript\n    {\n        public ServerMain()\n        {\n            Debug.WriteLine("Hi from ${t}.Server!");\n        }\n\n        [Command("hello_server")]\n        public void HelloServer()\n        {\n            Debug.WriteLine("Sure, hello.");\n        }\n    }\n}\n`.trimStart()}(t)))))),await Promise.all(n),await this.installSdk(),await this.restoreProjects(r)}))}async installSdk(){return new Promise(((e,t)=>{g.exec("dotnet new -i CitizenFX.Templates",{windowsHide:!0},(r=>r?t(r):e()))}))}async restoreProjects(e){return new Promise(((t,r)=>{g.exec("dotnet restore",{cwd:e,windowsHide:!0},(e=>e?r(e):t()))}))}};w([(0,n.f3)(v.A),x("design:type","function"==typeof(h=void 0!==v.A&&v.A)?h:Object)],k.prototype,"fsService",void 0),w([(0,n.f3)(b.n),x("design:type","function"==typeof(m=void 0!==b.n&&b.n)?m:Object)],k.prototype,"taskReporterService",void 0),k=w([(0,n.b2)()],k);const A=k},4305:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=r(6700),i=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o};let s=class{scaffold(){}};s=i([(0,n.b2)()],s);const o=s},6049:(e,t,r)=>{"use strict";r.d(t,{Z:()=>p});var n,i=r(6700),s=r(796),o=r(6407),a=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},c=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let l=class{async scaffold({manifest:e,resourcePath:t}){e.clientScripts.push("client.js"),e.serverScripts.push("server.js"),e.sharedScripts.push("shared.js");const r=this.fsService.joinPath(t,"client.js"),n=this.fsService.joinPath(t,"server.js"),i=this.fsService.joinPath(t,"shared.js");await(0,o.C)(this.fsService.writeFile(r,""),this.fsService.writeFile(n,""),this.fsService.writeFile(i,""))}};a([(0,i.f3)(s.A),c("design:type","function"==typeof(n=void 0!==s.A&&s.A)?n:Object)],l.prototype,"fsService",void 0),l=a([(0,i.b2)()],l);const p=l},6822:(e,t,r)=>{"use strict";r.d(t,{Z:()=>p});var n,i=r(6700),s=r(796),o=r(6407),a=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},c=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let l=class{async scaffold({manifest:e,resourcePath:t}){e.clientScripts.push("client.lua"),e.serverScripts.push("server.lua"),e.sharedScripts.push("shared.lua");const r=this.fsService.joinPath(t,"client.lua"),n=this.fsService.joinPath(t,"server.lua"),i=this.fsService.joinPath(t,"shared.lua");await(0,o.C)(this.fsService.writeFile(r,""),this.fsService.writeFile(n,""),this.fsService.writeFile(i,""))}};a([(0,i.f3)(s.A),c("design:type","function"==typeof(n=void 0!==s.A&&s.A)?n:Object)],l.prototype,"fsService",void 0),l=a([(0,i.b2)()],l);const p=l},5579:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var n,i=r(6700),s=r(796),o=r(6407),a=r(2081),c=function(e,t,r,n){var i,s=arguments.length,o=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,r,o):i(t,r))||o);return s>3&&o&&Object.defineProperty(t,r,o),o},l=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};let p=class{async scaffold({manifest:e,resourceName:t,resourcePath:r}){e.clientScripts.push("dist/client.js"),e.serverScripts.push("dist/server.js"),e.fxdkWatchCommands.push(["yarn",["watch"]]),e.fxdkBuildCommands.push(["yarn",["build"]]);const n=[],i=e=>this.fsService.joinPath(r,e);n.push(this.fsService.mkdirp(i("client")).then((()=>(0,o.C)(this.fsService.writeFile(i("client/client.ts"),`console.log("[${t}] Client Resource Started");`),this.fsService.writeFile(i("client/tsconfig.json"),'{\n  "compilerOptions": {\n    "baseUrl": ".",\n    "noImplicitAny": true,\n    "module": "commonjs",\n    "target": "es2021",\n    "lib": [\n      "es2021"\n    ],\n    "types": [\n      "@citizenfx/client"\n    ],\n    "moduleResolution": "node",\n    "resolveJsonModule": true,\n    "esModuleInterop": true,\n    "noEmit": true,\n  },\n  "include": [\n    "./",\n    "../common"\n  ]\n}'))))),n.push(this.fsService.mkdirp(i("server")).then((()=>(0,o.C)(this.fsService.writeFile(i("server/server.ts"),`console.log("[${t}] Server Resource Started");`),this.fsService.writeFile(i("server/tsconfig.json"),'{\n  "compilerOptions": {\n    "baseUrl": ".",\n    "noImplicitAny": true,\n    "module": "commonjs",\n    "target": "es2021",\n    "lib": [\n      "es2021"\n    ],\n    "types": [\n      "@citizenfx/server",\n      "@types/node"\n    ],\n    "moduleResolution": "node",\n    "resolveJsonModule": true,\n    "esModuleInterop": true,\n    "noEmit": true\n  },\n  "include": [\n    "./",\n    "../common"\n  ]\n}'))))),n.push(this.fsService.writeFile(i("package.json"),function(e){return`{\n  "name": "${e}",\n  "version": "1.0.0",\n  "main": "index.js",\n  "author": "you",\n  "license": "MIT",\n  "scripts": {\n    "build": "node build.js --mode=production",\n    "watch": "node build.js"\n  },\n  "devDependencies": {\n    "@citizenfx/client": "latest",\n    "@citizenfx/server": "latest",\n    "@types/node": "^16.3.1",\n    "esbuild": "^0.14.10"\n  }\n}`}(t))),n.push(this.fsService.writeFile(i("build.js"),"const esbuild = require('esbuild');\n\nconst production = process.argv.findIndex(argItem => argItem === '--mode=production') >= 0;\n\nconst onRebuild = (context) => {\n  return async (err, res) => {\n    if (err) {\n      return console.error(`[${context}]: Rebuild failed`, err);\n    }\n\n    console.log(`[${context}]: Rebuild succeeded, warnings:`, res.warnings);\n  }\n}\n\nconst server = {\n  platform: 'node',\n  target: ['node16'],\n  format: 'cjs',\n};\n\nconst client = {\n  platform: 'browser',\n  target: ['chrome93'],\n  format: 'iife',\n};\n\nfor (const context of [ 'client', 'server' ]) {\n  esbuild.build({\n    bundle: true,\n    entryPoints: [`${context}/${context}.ts`],\n    outfile: `dist/${context}.js`,\n    watch: production ? false : {\n      onRebuild: onRebuild(context),\n    },\n    ...(context === 'client' ? client : server),\n  }).then(() => console.log(`[${context}]: Built successfully!`)).catch(() => process.exit(1));\n}")),n.push(this.fsService.writeFile(i(".fxdkignore"),"client/*\nserver/*\npackage.json\nbuild.js\n")),await Promise.all(n),await this.installModules(r)}async installModules(e){return new Promise(((t,r)=>{a.exec("yarn",{cwd:e,windowsHide:!0},(e=>e?r(e):t()))}))}};c([(0,i.f3)(s.A),l("design:type","function"==typeof(n=void 0!==s.A&&s.A)?n:Object)],p.prototype,"fsService",void 0),p=c([(0,i.b2)()],p);const u=p},1196:(e,t,r)=>{"use strict";r.d(t,{Ug:()=>i,Y5:()=>s,qV:()=>o,I1:()=>a,yx:()=>c,BT:()=>l,ax:()=>p,Dm:()=>u,h8:()=>d,B6:()=>f});var n=r(9026);const i=(0,n.FP)({fetchReleases:"github:fetchReleases"}),s=(0,n.FP)({ackState:"ackState",state:"state",serverDataState:"serverDataState",gameLaunched:"state:gameLaunched",setUserId:"state:setUserId"}),o=(0,n.FP)({readDirRecursive:"explorer:readDirRecursive",readDir:"explorer:readDir",dir:"explorer:dir",dirRecursive:"explorer:dirRecursive"}),a=(0,n.FP)({ackState:"server:ackState",state:"server:state",resourceDatas:"server:resourceDatas",bufferedOutput:"server:output",structuredOutputMessage:"server:outputStructured",clearOutput:"server:clearOutput",sendCommand:"server:sendCommand",ackResourcesState:"server:ackResourcesState",resourcesState:"server:resourcesState",restartResource:"server:restartResource",stopResource:"server:stopResource",startResource:"server:startResource",updateChannelsState:"server:updateChannelsState",ackUpdateChannelsState:"server:ackUpdateChannelsState",checkForUpdates:"server:checkForUpdates",installUpdate:"server:installUpdate"}),c=(0,n.FP)({ack:"statuses:ack",update:"statuses:update",statuses:"statuses:statuses"}),l=(0,n.FP)({ack:"notifications:ack",create:"notifications:create",delete:"notifications:delete"}),p=(0,n.FP)({ackTasks:"taskReporter:ackTasks",tasks:"taskReporter:tasks",taskAdded:"taskReporter:taskAdded",taskChanged:"taskReporter:taskChanged",taskDeleted:"taskReporter:taskDeleted"}),u=(0,n.FP)({output:"output:output",outputLabel:"output:outputLabel",flush:"output:flush"}),d=(0,n.FP)({ack:"game:ack",gameState:"game:gameState",gameLaunched:"game:gameLaunched",gameProcessStateChanged:"game:gameStateChanged",connectionStateChanged:"game:connectionStateChanged",start:"game:start",stop:"game:stop",restart:"game:restart",refreshArchetypesCollection:"game:refreshArchetypesCollection"}),f=(0,n.FP)({start:"we:start",stop:"we:stop",stopped:"we:stopped",mapLoaded:"we:mapLoaded",setCam:"we:setCam",createPatch:"we:createPatch",applyPatchChange:"we:applyPatchChange",deletePatch:"we:deletePatch",createAddition:"we:createAddition",additionPlaced:"we:additionPlaced",deleteAddition:"we:deleteAddition",setAddition:"we:setAddition",applyAdditionChange:"we:applyAdditionChange",setAdditionGroup:"we:setAdditionGroup",createAdditionGroup:"we:createAdditionGroup",deleteAdditionGroup:"we:deleteAdditionGroup",setAdditionGroupLabel:"we:setAdditionGroupName"})},9026:(e,t,r)=>{"use strict";function n(e){return e}function i(e){return e}function s(e,t){return t.reduce(((t,r)=>(t[r]=`${e}.${r}`,t)),{})}r.d(t,{VA:()=>n,FP:()=>i,Gn:()=>s})},1610:(e,t,r)=>{"use strict";r.d(t,{Ds:()=>n,P2:()=>i,Nf:()=>s});const n=(e,t)=>{let r=null;const n=(...n)=>{r&&clearTimeout(r),r=setTimeout((()=>{r=null,e(...n)}),t)};return n.cancel=()=>clearTimeout(r),n},i=(e,t)=>{let r=null,n=!0;const i=(...i)=>{n&&e(...i),r&&clearTimeout(r),n=!1,r=setTimeout((()=>{r=null,n=!0,e(...i)}),t)};return i.cancel=()=>clearTimeout(r),i};function s(e){return!!e}},6407:(e,t,r)=>{"use strict";function n(...e){return Promise.all(e)}r.d(t,{C:()=>n})},5979:(e,t,r)=>{"use strict";r.d(t,{n:()=>n});const n=()=>Math.abs(4294967295*Math.random()|0).toString(16)},7534:(e,t,r)=>{"use strict";r.d(t,{K:()=>n,m:()=>i});class n{constructor(){this.listeners=new Set}addListener(e){return this.listeners.add(e),()=>this.listeners.delete(e)}removeListener(e){this.listeners.delete(e)}emit(e){this.listeners.forEach((t=>t(e)))}}class i{constructor(){this.listeners=new Set}addListener(e){return this.listeners.add(e),()=>this.listeners.delete(e)}removeListener(e){this.listeners.delete(e)}async emit(e){await Promise.all([...this.listeners].map((t=>t(e))))}}},273:(e,t,r)=>{"use strict";var n=r(2577),i=r(983);function s(e,t){var r,n,i=t,s=l(e);if(!s)return!1;if(i&&!Array.isArray(i))for(i=new Array(arguments.length-1),r=0;r<i.length;r++)i[r]=arguments[r+1];if(!i||!i.length)return s;for(r=0;r<i.length;r++)if(c(a(n=i[r]),s))return"+"===n[0]||-1!==n.indexOf("*")?s:n;return!1}function o(e){return void 0!==e.headers["transfer-encoding"]||!isNaN(e.headers["content-length"])}function a(e){if("string"!=typeof e)return!1;switch(e){case"urlencoded":return"application/x-www-form-urlencoded";case"multipart":return"multipart/*"}return"+"===e[0]?"*/*"+e:-1===e.indexOf("/")?i.lookup(e):e}function c(e,t){if(!1===e)return!1;var r=t.split("/"),n=e.split("/");return 2===r.length&&2===n.length&&(("*"===n[0]||n[0]===r[0])&&("*+"===n[1].substr(0,2)?n[1].length<=r[1].length+1&&n[1].substr(1)===r[1].substr(1-n[1].length):"*"===n[1]||n[1]===r[1]))}function l(e){if(!e)return null;try{return function(e){var t=n.parse(e);return t.parameters=void 0,n.format(t)}(e)}catch(e){return null}}e.exports=function(e,t){var r=t;if(!o(e))return null;if(arguments.length>2){r=new Array(arguments.length-1);for(var n=0;n<r.length;n++)r[n]=arguments[n+1]}var i=e.headers["content-type"];return s(i,r)},e.exports.is=s,e.exports.hasBody=o,e.exports.normalize=a,e.exports.match=c},8170:e=>{"use strict";e.exports=function(e){if(!e)throw new TypeError("argument stream is required");if("function"==typeof e.unpipe)return void e.unpipe();if(!function(e){for(var t=e.listeners("data"),r=0;r<t.length;r++)if("ondata"===t[r].name)return!0;return!1}(e))return;for(var t,r=e.listeners("close"),n=0;n<r.length;n++)"cleanup"!==(t=r[n]).name&&"onclose"!==t.name||t.call(e)}},1159:(e,t,r)=>{e.exports=r(3837).deprecate},1322:(e,t)=>{e.exports=function(e,t){if(e&&t)for(var r in t)e[r]=t[r];return e}},5181:e=>{"use strict";e.exports=function(e,t){if(!e||!e.getHeader||!e.setHeader)throw new TypeError("res argument is required");var n=e.getHeader("Vary")||"",i=Array.isArray(n)?n.join(", "):String(n);(n=r(i,t))&&e.setHeader("Vary",n)},e.exports.append=r;var t=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function r(e,r){if("string"!=typeof e)throw new TypeError("header argument is required");if(!r)throw new TypeError("field argument is required");for(var i=Array.isArray(r)?r:n(String(r)),s=0;s<i.length;s++)if(!t.test(i[s]))throw new TypeError("field argument contains an invalid header name");if("*"===e)return e;var o=e,a=n(e.toLowerCase());if(-1!==i.indexOf("*")||-1!==a.indexOf("*"))return"*";for(var c=0;c<i.length;c++){var l=i[c].toLowerCase();-1===a.indexOf(l)&&(a.push(l),o=o?o+", "+i[c]:i[c])}return o}function n(e){for(var t=0,r=[],n=0,i=0,s=e.length;i<s;i++)switch(e.charCodeAt(i)){case 32:n===t&&(n=t=i+1);break;case 44:r.push(e.substring(n,t)),n=t=i+1;break;default:t=i+1}return r.push(e.substring(n,t)),r}},2479:e=>{e.exports=function e(t,r){if(t&&r)return e(t)(r);if("function"!=typeof t)throw new TypeError("need wrapper function");return Object.keys(t).forEach((function(e){n[e]=t[e]})),n;function n(){for(var e=new Array(arguments.length),r=0;r<e.length;r++)e[r]=arguments[r];var n=t.apply(this,e),i=e[e.length-1];return"function"==typeof n&&n!==i&&Object.keys(i).forEach((function(e){n[e]=i[e]})),n}}},977:(e,t,r)=>{"use strict";const{EMPTY_BUFFER:n}=r(1872);function i(e,t){if(0===e.length)return n;if(1===e.length)return e[0];const r=Buffer.allocUnsafe(t);let i=0;for(let t=0;t<e.length;t++){const n=e[t];r.set(n,i),i+=n.length}return i<t?r.slice(0,i):r}function s(e,t,r,n,i){for(let s=0;s<i;s++)r[n+s]=e[s]^t[3&s]}function o(e,t){for(let r=0;r<e.length;r++)e[r]^=t[3&r]}function a(e){return e.byteLength===e.buffer.byteLength?e.buffer:e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength)}function c(e){if(c.readOnly=!0,Buffer.isBuffer(e))return e;let t;return e instanceof ArrayBuffer?t=Buffer.from(e):ArrayBuffer.isView(e)?t=Buffer.from(e.buffer,e.byteOffset,e.byteLength):(t=Buffer.from(e),c.readOnly=!1),t}try{const t=r(Object(function(){var e=new Error("Cannot find module 'bufferutil'");throw e.code="MODULE_NOT_FOUND",e}()));e.exports={concat:i,mask(e,r,n,i,o){o<48?s(e,r,n,i,o):t.mask(e,r,n,i,o)},toArrayBuffer:a,toBuffer:c,unmask(e,r){e.length<32?o(e,r):t.unmask(e,r)}}}catch(t){e.exports={concat:i,mask:s,toArrayBuffer:a,toBuffer:c,unmask:o}}},1872:e=>{"use strict";e.exports={BINARY_TYPES:["nodebuffer","arraybuffer","fragments"],EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}},62:(e,t,r)=>{"use strict";const{kForOnEventAttribute:n,kListener:i}=r(1872),s=Symbol("kCode"),o=Symbol("kData"),a=Symbol("kError"),c=Symbol("kMessage"),l=Symbol("kReason"),p=Symbol("kTarget"),u=Symbol("kType"),d=Symbol("kWasClean");class f{constructor(e){this[p]=null,this[u]=e}get target(){return this[p]}get type(){return this[u]}}Object.defineProperty(f.prototype,"target",{enumerable:!0}),Object.defineProperty(f.prototype,"type",{enumerable:!0});class h extends f{constructor(e,t={}){super(e),this[s]=void 0===t.code?0:t.code,this[l]=void 0===t.reason?"":t.reason,this[d]=void 0!==t.wasClean&&t.wasClean}get code(){return this[s]}get reason(){return this[l]}get wasClean(){return this[d]}}Object.defineProperty(h.prototype,"code",{enumerable:!0}),Object.defineProperty(h.prototype,"reason",{enumerable:!0}),Object.defineProperty(h.prototype,"wasClean",{enumerable:!0});class m extends f{constructor(e,t={}){super(e),this[a]=void 0===t.error?null:t.error,this[c]=void 0===t.message?"":t.message}get error(){return this[a]}get message(){return this[c]}}Object.defineProperty(m.prototype,"error",{enumerable:!0}),Object.defineProperty(m.prototype,"message",{enumerable:!0});class g extends f{constructor(e,t={}){super(e),this[o]=void 0===t.data?null:t.data}get data(){return this[o]}}Object.defineProperty(g.prototype,"data",{enumerable:!0});const v={addEventListener(e,t,r={}){let s;if("message"===e)s=function(e,r){const n=new g("message",{data:r?e:e.toString()});n[p]=this,t.call(this,n)};else if("close"===e)s=function(e,r){const n=new h("close",{code:e,reason:r.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});n[p]=this,t.call(this,n)};else if("error"===e)s=function(e){const r=new m("error",{error:e,message:e.message});r[p]=this,t.call(this,r)};else{if("open"!==e)return;s=function(){const e=new f("open");e[p]=this,t.call(this,e)}}s[n]=!!r[n],s[i]=t,r.once?this.once(e,s):this.on(e,s)},removeEventListener(e,t){for(const r of this.listeners(e))if(r[i]===t&&!r[n]){this.removeListener(e,r);break}}};e.exports={CloseEvent:h,ErrorEvent:m,Event:f,EventTarget:v,MessageEvent:g}},1503:(e,t,r)=>{"use strict";const{tokenChars:n}=r(6746);function i(e,t,r){void 0===e[t]?e[t]=[r]:e[t].push(r)}e.exports={format:function(e){return Object.keys(e).map((t=>{let r=e[t];return Array.isArray(r)||(r=[r]),r.map((e=>[t].concat(Object.keys(e).map((t=>{let r=e[t];return Array.isArray(r)||(r=[r]),r.map((e=>!0===e?t:`${t}=${e}`)).join("; ")}))).join("; "))).join(", ")})).join(", ")},parse:function(e){const t=Object.create(null);let r,s,o=Object.create(null),a=!1,c=!1,l=!1,p=-1,u=-1,d=-1,f=0;for(;f<e.length;f++)if(u=e.charCodeAt(f),void 0===r)if(-1===d&&1===n[u])-1===p&&(p=f);else if(0===f||32!==u&&9!==u){if(59!==u&&44!==u)throw new SyntaxError(`Unexpected character at index ${f}`);{if(-1===p)throw new SyntaxError(`Unexpected character at index ${f}`);-1===d&&(d=f);const n=e.slice(p,d);44===u?(i(t,n,o),o=Object.create(null)):r=n,p=d=-1}}else-1===d&&-1!==p&&(d=f);else if(void 0===s)if(-1===d&&1===n[u])-1===p&&(p=f);else if(32===u||9===u)-1===d&&-1!==p&&(d=f);else if(59===u||44===u){if(-1===p)throw new SyntaxError(`Unexpected character at index ${f}`);-1===d&&(d=f),i(o,e.slice(p,d),!0),44===u&&(i(t,r,o),o=Object.create(null),r=void 0),p=d=-1}else{if(61!==u||-1===p||-1!==d)throw new SyntaxError(`Unexpected character at index ${f}`);s=e.slice(p,f),p=d=-1}else if(c){if(1!==n[u])throw new SyntaxError(`Unexpected character at index ${f}`);-1===p?p=f:a||(a=!0),c=!1}else if(l)if(1===n[u])-1===p&&(p=f);else if(34===u&&-1!==p)l=!1,d=f;else{if(92!==u)throw new SyntaxError(`Unexpected character at index ${f}`);c=!0}else if(34===u&&61===e.charCodeAt(f-1))l=!0;else if(-1===d&&1===n[u])-1===p&&(p=f);else if(-1===p||32!==u&&9!==u){if(59!==u&&44!==u)throw new SyntaxError(`Unexpected character at index ${f}`);{if(-1===p)throw new SyntaxError(`Unexpected character at index ${f}`);-1===d&&(d=f);let n=e.slice(p,d);a&&(n=n.replace(/\\/g,""),a=!1),i(o,s,n),44===u&&(i(t,r,o),o=Object.create(null),r=void 0),s=void 0,p=d=-1}}else-1===d&&(d=f);if(-1===p||l||32===u||9===u)throw new SyntaxError("Unexpected end of input");-1===d&&(d=f);const h=e.slice(p,d);return void 0===r?i(t,h,o):(void 0===s?i(o,h,!0):i(o,s,a?h.replace(/\\/g,""):h),i(t,r,o)),t}}},305:e=>{"use strict";const t=Symbol("kDone"),r=Symbol("kRun");e.exports=class{constructor(e){this[t]=()=>{this.pending--,this[r]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[r]()}[r](){if(this.pending!==this.concurrency&&this.jobs.length){const e=this.jobs.shift();this.pending++,e(this[t])}}}},5196:(e,t,r)=>{"use strict";const n=r(9796),i=r(977),s=r(305),{kStatusCode:o}=r(1872),a=Buffer.from([0,0,255,255]),c=Symbol("permessage-deflate"),l=Symbol("total-length"),p=Symbol("callback"),u=Symbol("buffers"),d=Symbol("error");let f;function h(e){this[u].push(e),this[l]+=e.length}function m(e){this[l]+=e.length,this[c]._maxPayload<1||this[l]<=this[c]._maxPayload?this[u].push(e):(this[d]=new RangeError("Max payload size exceeded"),this[d].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[d][o]=1009,this.removeListener("data",m),this.reset())}function g(e){this[c]._inflate=null,e[o]=1007,this[p](e)}e.exports=class{constructor(e,t,r){if(this._maxPayload=0|r,this._options=e||{},this._threshold=void 0!==this._options.threshold?this._options.threshold:1024,this._isServer=!!t,this._deflate=null,this._inflate=null,this.params=null,!f){const e=void 0!==this._options.concurrencyLimit?this._options.concurrencyLimit:10;f=new s(e)}}static get extensionName(){return"permessage-deflate"}offer(){const e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:null==this._options.clientMaxWindowBits&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){const e=this._deflate[p];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){const t=this._options,r=e.find((e=>!(!1===t.serverNoContextTakeover&&e.server_no_context_takeover||e.server_max_window_bits&&(!1===t.serverMaxWindowBits||"number"==typeof t.serverMaxWindowBits&&t.serverMaxWindowBits>e.server_max_window_bits)||"number"==typeof t.clientMaxWindowBits&&!e.client_max_window_bits)));if(!r)throw new Error("None of the extension offers can be accepted");return t.serverNoContextTakeover&&(r.server_no_context_takeover=!0),t.clientNoContextTakeover&&(r.client_no_context_takeover=!0),"number"==typeof t.serverMaxWindowBits&&(r.server_max_window_bits=t.serverMaxWindowBits),"number"==typeof t.clientMaxWindowBits?r.client_max_window_bits=t.clientMaxWindowBits:!0!==r.client_max_window_bits&&!1!==t.clientMaxWindowBits||delete r.client_max_window_bits,r}acceptAsClient(e){const t=e[0];if(!1===this._options.clientNoContextTakeover&&t.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(t.client_max_window_bits){if(!1===this._options.clientMaxWindowBits||"number"==typeof this._options.clientMaxWindowBits&&t.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"')}else"number"==typeof this._options.clientMaxWindowBits&&(t.client_max_window_bits=this._options.clientMaxWindowBits);return t}normalizeParams(e){return e.forEach((e=>{Object.keys(e).forEach((t=>{let r=e[t];if(r.length>1)throw new Error(`Parameter "${t}" must have only a single value`);if(r=r[0],"client_max_window_bits"===t){if(!0!==r){const e=+r;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${r}`);r=e}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${t}": ${r}`)}else if("server_max_window_bits"===t){const e=+r;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${r}`);r=e}else{if("client_no_context_takeover"!==t&&"server_no_context_takeover"!==t)throw new Error(`Unknown parameter "${t}"`);if(!0!==r)throw new TypeError(`Invalid value for parameter "${t}": ${r}`)}e[t]=r}))})),e}decompress(e,t,r){f.add((n=>{this._decompress(e,t,((e,t)=>{n(),r(e,t)}))}))}compress(e,t,r){f.add((n=>{this._compress(e,t,((e,t)=>{n(),r(e,t)}))}))}_decompress(e,t,r){const s=this._isServer?"client":"server";if(!this._inflate){const e=`${s}_max_window_bits`,t="number"!=typeof this.params[e]?n.Z_DEFAULT_WINDOWBITS:this.params[e];this._inflate=n.createInflateRaw({...this._options.zlibInflateOptions,windowBits:t}),this._inflate[c]=this,this._inflate[l]=0,this._inflate[u]=[],this._inflate.on("error",g),this._inflate.on("data",m)}this._inflate[p]=r,this._inflate.write(e),t&&this._inflate.write(a),this._inflate.flush((()=>{const e=this._inflate[d];if(e)return this._inflate.close(),this._inflate=null,void r(e);const n=i.concat(this._inflate[u],this._inflate[l]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[l]=0,this._inflate[u]=[],t&&this.params[`${s}_no_context_takeover`]&&this._inflate.reset()),r(null,n)}))}_compress(e,t,r){const s=this._isServer?"server":"client";if(!this._deflate){const e=`${s}_max_window_bits`,t="number"!=typeof this.params[e]?n.Z_DEFAULT_WINDOWBITS:this.params[e];this._deflate=n.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:t}),this._deflate[l]=0,this._deflate[u]=[],this._deflate.on("data",h)}this._deflate[p]=r,this._deflate.write(e),this._deflate.flush(n.Z_SYNC_FLUSH,(()=>{if(!this._deflate)return;let e=i.concat(this._deflate[u],this._deflate[l]);t&&(e=e.slice(0,e.length-4)),this._deflate[p]=null,this._deflate[l]=0,this._deflate[u]=[],t&&this.params[`${s}_no_context_takeover`]&&this._deflate.reset(),r(null,e)}))}}},2957:(e,t,r)=>{"use strict";const{Writable:n}=r(2781),i=r(5196),{BINARY_TYPES:s,EMPTY_BUFFER:o,kStatusCode:a,kWebSocket:c}=r(1872),{concat:l,toArrayBuffer:p,unmask:u}=r(977),{isValidStatusCode:d,isValidUTF8:f}=r(6746);function h(e,t,r,n,i){const s=new e(r?`Invalid WebSocket frame: ${t}`:t);return Error.captureStackTrace(s,h),s.code=i,s[a]=n,s}e.exports=class extends n{constructor(e={}){super(),this._binaryType=e.binaryType||s[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=0|e.maxPayload,this._skipUTF8Validation=!!e.skipUTF8Validation,this[c]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._state=0,this._loop=!1}_write(e,t,r){if(8===this._opcode&&0==this._state)return r();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(r)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){const t=this._buffers[0];return this._buffers[0]=t.slice(e),t.slice(0,e)}const t=Buffer.allocUnsafe(e);do{const r=this._buffers[0],n=t.length-e;e>=r.length?t.set(this._buffers.shift(),n):(t.set(new Uint8Array(r.buffer,r.byteOffset,e),n),this._buffers[0]=r.slice(e)),e-=r.length}while(e>0);return t}startLoop(e){let t;this._loop=!0;do{switch(this._state){case 0:t=this.getInfo();break;case 1:t=this.getPayloadLength16();break;case 2:t=this.getPayloadLength64();break;case 3:this.getMask();break;case 4:t=this.getData(e);break;default:return void(this._loop=!1)}}while(this._loop);e(t)}getInfo(){if(this._bufferedBytes<2)return void(this._loop=!1);const e=this.consume(2);if(0!=(48&e[0]))return this._loop=!1,h(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");const t=64==(64&e[0]);if(t&&!this._extensions[i.extensionName])return this._loop=!1,h(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(this._fin=128==(128&e[0]),this._opcode=15&e[0],this._payloadLength=127&e[1],0===this._opcode){if(t)return this._loop=!1,h(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(!this._fragmented)return this._loop=!1,h(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");this._opcode=this._fragmented}else if(1===this._opcode||2===this._opcode){if(this._fragmented)return this._loop=!1,h(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");this._compressed=t}else{if(!(this._opcode>7&&this._opcode<11))return this._loop=!1,h(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");if(!this._fin)return this._loop=!1,h(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");if(t)return this._loop=!1,h(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");if(this._payloadLength>125)return this._loop=!1,h(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH")}if(this._fin||this._fragmented||(this._fragmented=this._opcode),this._masked=128==(128&e[1]),this._isServer){if(!this._masked)return this._loop=!1,h(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK")}else if(this._masked)return this._loop=!1,h(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");if(126===this._payloadLength)this._state=1;else{if(127!==this._payloadLength)return this.haveLength();this._state=2}}getPayloadLength16(){if(!(this._bufferedBytes<2))return this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength();this._loop=!1}getPayloadLength64(){if(this._bufferedBytes<8)return void(this._loop=!1);const e=this.consume(8),t=e.readUInt32BE(0);return t>Math.pow(2,21)-1?(this._loop=!1,h(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH")):(this._payloadLength=t*Math.pow(2,32)+e.readUInt32BE(4),this.haveLength())}haveLength(){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0))return this._loop=!1,h(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");this._masked?this._state=3:this._state=4}getMask(){this._bufferedBytes<4?this._loop=!1:(this._mask=this.consume(4),this._state=4)}getData(e){let t=o;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength)return void(this._loop=!1);t=this.consume(this._payloadLength),this._masked&&u(t,this._mask)}return this._opcode>7?this.controlMessage(t):this._compressed?(this._state=5,void this.decompress(t,e)):(t.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(t)),this.dataMessage())}decompress(e,t){this._extensions[i.extensionName].decompress(e,this._fin,((e,r)=>{if(e)return t(e);if(r.length){if(this._messageLength+=r.length,this._messageLength>this._maxPayload&&this._maxPayload>0)return t(h(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH"));this._fragments.push(r)}const n=this.dataMessage();if(n)return t(n);this.startLoop(t)}))}dataMessage(){if(this._fin){const e=this._messageLength,t=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],2===this._opcode){let r;r="nodebuffer"===this._binaryType?l(t,e):"arraybuffer"===this._binaryType?p(l(t,e)):t,this.emit("message",r,!0)}else{const r=l(t,e);if(!this._skipUTF8Validation&&!f(r))return this._loop=!1,h(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");this.emit("message",r,!1)}}this._state=0}controlMessage(e){if(8===this._opcode)if(this._loop=!1,0===e.length)this.emit("conclude",1005,o),this.end();else{if(1===e.length)return h(RangeError,"invalid payload length 1",!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");{const t=e.readUInt16BE(0);if(!d(t))return h(RangeError,`invalid status code ${t}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");const r=e.slice(2);if(!this._skipUTF8Validation&&!f(r))return h(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");this.emit("conclude",t,r),this.end()}}else 9===this._opcode?this.emit("ping",e):this.emit("pong",e);this._state=0}}},7330:(e,t,r)=>{"use strict";r(1808),r(4404);const{randomFillSync:n}=r(6113),i=r(5196),{EMPTY_BUFFER:s}=r(1872),{isValidStatusCode:o}=r(6746),{mask:a,toBuffer:c}=r(977),l=Buffer.alloc(4);class p{constructor(e,t){this._extensions=t||{},this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._deflating=!1,this._queue=[]}static frame(e,t){const r=t.mask&&t.readOnly;let i=t.mask?6:2,s=e.length;e.length>=65536?(i+=8,s=127):e.length>125&&(i+=2,s=126);const o=Buffer.allocUnsafe(r?e.length+i:i);return o[0]=t.fin?128|t.opcode:t.opcode,t.rsv1&&(o[0]|=64),o[1]=s,126===s?o.writeUInt16BE(e.length,2):127===s&&(o.writeUInt32BE(0,2),o.writeUInt32BE(e.length,6)),t.mask?(n(l,0,4),o[1]|=128,o[i-4]=l[0],o[i-3]=l[1],o[i-2]=l[2],o[i-1]=l[3],r?(a(e,l,o,i,e.length),[o]):(a(e,l,e,0,e.length),[o,e])):[o,e]}close(e,t,r,n){let i;if(void 0===e)i=s;else{if("number"!=typeof e||!o(e))throw new TypeError("First argument must be a valid error code number");if(void 0!==t&&t.length){const r=Buffer.byteLength(t);if(r>123)throw new RangeError("The message must not be greater than 123 bytes");i=Buffer.allocUnsafe(2+r),i.writeUInt16BE(e,0),"string"==typeof t?i.write(t,2):i.set(t,2)}else i=Buffer.allocUnsafe(2),i.writeUInt16BE(e,0)}this._deflating?this.enqueue([this.doClose,i,r,n]):this.doClose(i,r,n)}doClose(e,t,r){this.sendFrame(p.frame(e,{fin:!0,rsv1:!1,opcode:8,mask:t,readOnly:!1}),r)}ping(e,t,r){const n=c(e);if(n.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPing,n,t,c.readOnly,r]):this.doPing(n,t,c.readOnly,r)}doPing(e,t,r,n){this.sendFrame(p.frame(e,{fin:!0,rsv1:!1,opcode:9,mask:t,readOnly:r}),n)}pong(e,t,r){const n=c(e);if(n.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPong,n,t,c.readOnly,r]):this.doPong(n,t,c.readOnly,r)}doPong(e,t,r,n){this.sendFrame(p.frame(e,{fin:!0,rsv1:!1,opcode:10,mask:t,readOnly:r}),n)}send(e,t,r){const n=c(e),s=this._extensions[i.extensionName];let o=t.binary?2:1,a=t.compress;if(this._firstFragment?(this._firstFragment=!1,a&&s&&s.params[s._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(a=n.length>=s._threshold),this._compress=a):(a=!1,o=0),t.fin&&(this._firstFragment=!0),s){const e={fin:t.fin,rsv1:a,opcode:o,mask:t.mask,readOnly:c.readOnly};this._deflating?this.enqueue([this.dispatch,n,this._compress,e,r]):this.dispatch(n,this._compress,e,r)}else this.sendFrame(p.frame(n,{fin:t.fin,rsv1:!1,opcode:o,mask:t.mask,readOnly:c.readOnly}),r)}dispatch(e,t,r,n){if(!t)return void this.sendFrame(p.frame(e,r),n);const s=this._extensions[i.extensionName];this._bufferedBytes+=e.length,this._deflating=!0,s.compress(e,r.fin,((t,i)=>{if(this._socket.destroyed){const e=new Error("The socket was closed while data was being compressed");"function"==typeof n&&n(e);for(let t=0;t<this._queue.length;t++){const r=this._queue[t][4];"function"==typeof r&&r(e)}}else this._bufferedBytes-=e.length,this._deflating=!1,r.readOnly=!1,this.sendFrame(p.frame(i,r),n),this.dequeue()}))}dequeue(){for(;!this._deflating&&this._queue.length;){const e=this._queue.shift();this._bufferedBytes-=e[1].length,Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[1].length,this._queue.push(e)}sendFrame(e,t){2===e.length?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],t),this._socket.uncork()):this._socket.write(e[0],t)}}e.exports=p},404:(e,t,r)=>{"use strict";const{Duplex:n}=r(2781);function i(e){e.emit("close")}function s(){!this.destroyed&&this._writableState.finished&&this.destroy()}function o(e){this.removeListener("error",o),this.destroy(),0===this.listenerCount("error")&&this.emit("error",e)}e.exports=function(e,t){let r=!0,a=!0;function c(){r&&e._socket.resume()}e.readyState===e.CONNECTING?e.once("open",(function(){e._receiver.removeAllListeners("drain"),e._receiver.on("drain",c)})):(e._receiver.removeAllListeners("drain"),e._receiver.on("drain",c));const l=new n({...t,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return e.on("message",(function(t,n){const i=!n&&l._readableState.objectMode?t.toString():t;l.push(i)||(r=!1,e._socket.pause())})),e.once("error",(function(e){l.destroyed||(a=!1,l.destroy(e))})),e.once("close",(function(){l.destroyed||l.push(null)})),l._destroy=function(t,r){if(e.readyState===e.CLOSED)return r(t),void process.nextTick(i,l);let n=!1;e.once("error",(function(e){n=!0,r(e)})),e.once("close",(function(){n||r(t),process.nextTick(i,l)})),a&&e.terminate()},l._final=function(t){e.readyState!==e.CONNECTING?null!==e._socket&&(e._socket._writableState.finished?(t(),l._readableState.endEmitted&&l.destroy()):(e._socket.once("finish",(function(){t()})),e.close())):e.once("open",(function(){l._final(t)}))},l._read=function(){e.readyState!==e.OPEN||r||(r=!0,e._receiver._writableState.needDrain||e._socket.resume())},l._write=function(t,r,n){e.readyState!==e.CONNECTING?e.send(t,n):e.once("open",(function(){l._write(t,r,n)}))},l.on("end",s),l.on("error",o),l}},640:(e,t,r)=>{"use strict";const{tokenChars:n}=r(6746);e.exports={parse:function(e){const t=new Set;let r=-1,i=-1,s=0;for(;s<e.length;s++){const o=e.charCodeAt(s);if(-1===i&&1===n[o])-1===r&&(r=s);else if(0===s||32!==o&&9!==o){if(44!==o)throw new SyntaxError(`Unexpected character at index ${s}`);{if(-1===r)throw new SyntaxError(`Unexpected character at index ${s}`);-1===i&&(i=s);const n=e.slice(r,i);if(t.has(n))throw new SyntaxError(`The "${n}" subprotocol is duplicated`);t.add(n),r=i=-1}}else-1===i&&-1!==r&&(i=s)}if(-1===r||-1!==i)throw new SyntaxError("Unexpected end of input");const o=e.slice(r,s);if(t.has(o))throw new SyntaxError(`The "${o}" subprotocol is duplicated`);return t.add(o),t}}},6746:(e,t,r)=>{"use strict";const n=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function i(e){return e>=1e3&&e<=1014&&1004!==e&&1005!==e&&1006!==e||e>=3e3&&e<=4999}function s(e){const t=e.length;let r=0;for(;r<t;)if(0==(128&e[r]))r++;else if(192==(224&e[r])){if(r+1===t||128!=(192&e[r+1])||192==(254&e[r]))return!1;r+=2}else if(224==(240&e[r])){if(r+2>=t||128!=(192&e[r+1])||128!=(192&e[r+2])||224===e[r]&&128==(224&e[r+1])||237===e[r]&&160==(224&e[r+1]))return!1;r+=3}else{if(240!=(248&e[r]))return!1;if(r+3>=t||128!=(192&e[r+1])||128!=(192&e[r+2])||128!=(192&e[r+3])||240===e[r]&&128==(240&e[r+1])||244===e[r]&&e[r+1]>143||e[r]>244)return!1;r+=4}return!0}try{const t=r(Object(function(){var e=new Error("Cannot find module 'utf-8-validate'");throw e.code="MODULE_NOT_FOUND",e}()));e.exports={isValidStatusCode:i,isValidUTF8:e=>e.length<150?s(e):t(e),tokenChars:n}}catch(t){e.exports={isValidStatusCode:i,isValidUTF8:s,tokenChars:n}}},9284:(e,t,r)=>{"use strict";const n=r(2361),i=r(3685),{createHash:s}=(r(5687),r(1808),r(4404),r(6113)),o=r(1503),a=r(5196),c=r(640),l=r(2326),{GUID:p,kWebSocket:u}=r(1872),d=/^[+/0-9A-Za-z]{22}==$/;function f(e){e._state=2,e.emit("close")}function h(){this.destroy()}function m(e,t,r,n){e.writable&&(r=r||i.STATUS_CODES[t],n={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(r),...n},e.write(`HTTP/1.1 ${t} ${i.STATUS_CODES[t]}\r\n`+Object.keys(n).map((e=>`${e}: ${n[e]}`)).join("\r\n")+"\r\n\r\n"+r)),e.removeListener("error",h),e.destroy()}e.exports=class extends n{constructor(e,t){if(super(),null==(e={maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,...e}).port&&!e.server&&!e.noServer||null!=e.port&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(null!=e.port?(this._server=i.createServer(((e,t)=>{const r=i.STATUS_CODES[426];t.writeHead(426,{"Content-Length":r.length,"Content-Type":"text/plain"}),t.end(r)})),this._server.listen(e.port,e.host,e.backlog,t)):e.server&&(this._server=e.server),this._server){const e=this.emit.bind(this,"connection");this._removeListeners=function(e,t){for(const r of Object.keys(t))e.on(r,t[r]);return function(){for(const r of Object.keys(t))e.removeListener(r,t[r])}}(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(t,r,n)=>{this.handleUpgrade(t,r,n,e)}})}!0===e.perMessageDeflate&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=0}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(2===this._state)return e&&this.once("close",(()=>{e(new Error("The server is not running"))})),void process.nextTick(f,this);if(e&&this.once("close",e),1!==this._state)if(this._state=1,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients&&this.clients.size?this._shouldEmitClose=!0:process.nextTick(f,this);else{const e=this._server;this._removeListeners(),this._removeListeners=this._server=null,e.close((()=>{f(this)}))}}shouldHandle(e){if(this.options.path){const t=e.url.indexOf("?");if((-1!==t?e.url.slice(0,t):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,t,r,n){t.on("error",h);const i=void 0!==e.headers["sec-websocket-key"]&&e.headers["sec-websocket-key"],s=+e.headers["sec-websocket-version"];if("GET"!==e.method||"websocket"!==e.headers.upgrade.toLowerCase()||!i||!d.test(i)||8!==s&&13!==s||!this.shouldHandle(e))return m(t,400);const l=e.headers["sec-websocket-protocol"];let p=new Set;if(void 0!==l)try{p=c.parse(l)}catch(e){return m(t,400)}const u=e.headers["sec-websocket-extensions"],f={};if(this.options.perMessageDeflate&&void 0!==u){const e=new a(this.options.perMessageDeflate,!0,this.options.maxPayload);try{const t=o.parse(u);t[a.extensionName]&&(e.accept(t[a.extensionName]),f[a.extensionName]=e)}catch(e){return m(t,400)}}if(this.options.verifyClient){const o={origin:e.headers[""+(8===s?"sec-websocket-origin":"origin")],secure:!(!e.socket.authorized&&!e.socket.encrypted),req:e};if(2===this.options.verifyClient.length)return void this.options.verifyClient(o,((s,o,a,c)=>{if(!s)return m(t,o||401,a,c);this.completeUpgrade(f,i,p,e,t,r,n)}));if(!this.options.verifyClient(o))return m(t,401)}this.completeUpgrade(f,i,p,e,t,r,n)}completeUpgrade(e,t,r,n,i,c,d){if(!i.readable||!i.writable)return i.destroy();if(i[u])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>0)return m(i,503);const g=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${s("sha1").update(t+p).digest("base64")}`],v=new l(null);if(r.size){const e=this.options.handleProtocols?this.options.handleProtocols(r,n):r.values().next().value;e&&(g.push(`Sec-WebSocket-Protocol: ${e}`),v._protocol=e)}if(e[a.extensionName]){const t=e[a.extensionName].params,r=o.format({[a.extensionName]:[t]});g.push(`Sec-WebSocket-Extensions: ${r}`),v._extensions=e}this.emit("headers",g,n),i.write(g.concat("\r\n").join("\r\n")),i.removeListener("error",h),v.setSocket(i,c,{maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(v),v.on("close",(()=>{this.clients.delete(v),this._shouldEmitClose&&!this.clients.size&&process.nextTick(f,this)}))),d(v,n)}}},2326:(e,t,r)=>{"use strict";const n=r(2361),i=r(5687),s=r(3685),o=r(1808),a=r(4404),{randomBytes:c,createHash:l}=r(6113),{Readable:p}=r(2781),{URL:u}=r(7310),d=r(5196),f=r(2957),h=r(7330),{BINARY_TYPES:m,EMPTY_BUFFER:g,GUID:v,kForOnEventAttribute:y,kListener:b,kStatusCode:w,kWebSocket:x,NOOP:_}=r(1872),{EventTarget:{addEventListener:S,removeEventListener:E}}=r(62),{format:k,parse:A}=r(1503),{toBuffer:O}=r(977),T=["CONNECTING","OPEN","CLOSING","CLOSED"],C=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,R=[8,13];class P extends n{constructor(e,t,r){super(),this._binaryType=m[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=g,this._closeTimer=null,this._extensions={},this._protocol="",this._readyState=P.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,null!==e?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,void 0===t?t=[]:Array.isArray(t)||("object"==typeof t&&null!==t?(r=t,t=[]):t=[t]),j(this,e,t,r)):this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(e){m.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,t,r){const n=new f({binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:r.maxPayload,skipUTF8Validation:r.skipUTF8Validation});this._sender=new h(e,this._extensions),this._receiver=n,this._socket=e,n[x]=this,e[x]=this,n.on("conclude",F),n.on("drain",M),n.on("error",B),n.on("message",$),n.on("ping",G),n.on("pong",z),e.setTimeout(0),e.setNoDelay(),t.length>0&&e.unshift(t),e.on("close",H),e.on("data",W),e.on("end",V),e.on("error",K),this._readyState=P.OPEN,this.emit("open")}emitClose(){if(!this._socket)return this._readyState=P.CLOSED,void this.emit("close",this._closeCode,this._closeMessage);this._extensions[d.extensionName]&&this._extensions[d.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=P.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,t){if(this.readyState!==P.CLOSED){if(this.readyState===P.CONNECTING){const e="WebSocket was closed before the connection was established";return D(this,this._req,e)}this.readyState!==P.CLOSING?(this._readyState=P.CLOSING,this._sender.close(e,t,!this._isServer,(e=>{e||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())})),this._closeTimer=setTimeout(this._socket.destroy.bind(this._socket),3e4)):this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end()}}ping(e,t,r){if(this.readyState===P.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(r=e,e=t=void 0):"function"==typeof t&&(r=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===P.OPEN?(void 0===t&&(t=!this._isServer),this._sender.ping(e||g,t,r)):L(this,e,r)}pong(e,t,r){if(this.readyState===P.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(r=e,e=t=void 0):"function"==typeof t&&(r=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===P.OPEN?(void 0===t&&(t=!this._isServer),this._sender.pong(e||g,t,r)):L(this,e,r)}send(e,t,r){if(this.readyState===P.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if("function"==typeof t&&(r=t,t={}),"number"==typeof e&&(e=e.toString()),this.readyState!==P.OPEN)return void L(this,e,r);const n={binary:"string"!=typeof e,mask:!this._isServer,compress:!0,fin:!0,...t};this._extensions[d.extensionName]||(n.compress=!1),this._sender.send(e||g,n,r)}terminate(){if(this.readyState!==P.CLOSED){if(this.readyState===P.CONNECTING){const e="WebSocket was closed before the connection was established";return D(this,this._req,e)}this._socket&&(this._readyState=P.CLOSING,this._socket.destroy())}}}function j(e,t,r,n){const o={protocolVersion:R[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...n,createConnection:void 0,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:void 0,host:void 0,path:void 0,port:void 0};if(!R.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${R.join(", ")})`);let a;if(t instanceof u)a=t,e._url=t.href;else{try{a=new u(t)}catch(e){throw new SyntaxError(`Invalid URL: ${t}`)}e._url=t}const p="wss:"===a.protocol,f="ws+unix:"===a.protocol;if("ws:"!==a.protocol&&!p&&!f)throw new SyntaxError('The URL\'s protocol must be one of "ws:", "wss:", or "ws+unix:"');if(f&&!a.pathname)throw new SyntaxError("The URL's pathname is empty");if(a.hash)throw new SyntaxError("The URL contains a fragment identifier");const h=p?443:80,m=c(16).toString("base64"),g=p?i.get:s.get,y=new Set;let b;if(o.createConnection=p?I:N,o.defaultPort=o.defaultPort||h,o.port=a.port||h,o.host=a.hostname.startsWith("[")?a.hostname.slice(1,-1):a.hostname,o.headers={"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":m,Connection:"Upgrade",Upgrade:"websocket",...o.headers},o.path=a.pathname+a.search,o.timeout=o.handshakeTimeout,o.perMessageDeflate&&(b=new d(!0!==o.perMessageDeflate?o.perMessageDeflate:{},!1,o.maxPayload),o.headers["Sec-WebSocket-Extensions"]=k({[d.extensionName]:b.offer()})),r.length){for(const e of r){if("string"!=typeof e||!C.test(e)||y.has(e))throw new SyntaxError("An invalid or duplicated subprotocol was specified");y.add(e)}o.headers["Sec-WebSocket-Protocol"]=r.join(",")}if(o.origin&&(o.protocolVersion<13?o.headers["Sec-WebSocket-Origin"]=o.origin:o.headers.Origin=o.origin),(a.username||a.password)&&(o.auth=`${a.username}:${a.password}`),f){const e=o.path.split(":");o.socketPath=e[0],o.path=e[1]}let w=e._req=g(o);o.timeout&&w.on("timeout",(()=>{D(e,w,"Opening handshake has timed out")})),w.on("error",(t=>{null===w||w.aborted||(w=e._req=null,e._readyState=P.CLOSING,e.emit("error",t),e.emitClose())})),w.on("response",(i=>{const s=i.headers.location,a=i.statusCode;if(s&&o.followRedirects&&a>=300&&a<400){if(++e._redirects>o.maxRedirects)return void D(e,w,"Maximum redirects exceeded");w.abort();const i=new u(s,t);j(e,i,r,n)}else e.emit("unexpected-response",w,i)||D(e,w,`Unexpected server response: ${i.statusCode}`)})),w.on("upgrade",((t,r,n)=>{if(e.emit("upgrade",t),e.readyState!==P.CONNECTING)return;w=e._req=null;const i=l("sha1").update(m+v).digest("base64");if(t.headers["sec-websocket-accept"]!==i)return void D(e,r,"Invalid Sec-WebSocket-Accept header");const s=t.headers["sec-websocket-protocol"];let a;if(void 0!==s?y.size?y.has(s)||(a="Server sent an invalid subprotocol"):a="Server sent a subprotocol but none was requested":y.size&&(a="Server sent no subprotocol"),a)return void D(e,r,a);s&&(e._protocol=s);const c=t.headers["sec-websocket-extensions"];if(void 0!==c){if(!b){return void D(e,r,"Server sent a Sec-WebSocket-Extensions header but no extension was requested")}let t;try{t=A(c)}catch(t){return void D(e,r,"Invalid Sec-WebSocket-Extensions header")}const n=Object.keys(t);if(1!==n.length||n[0]!==d.extensionName){return void D(e,r,"Server indicated an extension that was not requested")}try{b.accept(t[d.extensionName])}catch(t){return void D(e,r,"Invalid Sec-WebSocket-Extensions header")}e._extensions[d.extensionName]=b}e.setSocket(r,n,{maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation})}))}function N(e){return e.path=e.socketPath,o.connect(e)}function I(e){return e.path=void 0,e.servername||""===e.servername||(e.servername=o.isIP(e.host)?"":e.host),a.connect(e)}function D(e,t,r){e._readyState=P.CLOSING;const n=new Error(r);Error.captureStackTrace(n,D),t.setHeader?(t.abort(),t.socket&&!t.socket.destroyed&&t.socket.destroy(),t.once("abort",e.emitClose.bind(e)),e.emit("error",n)):(t.destroy(n),t.once("error",e.emit.bind(e,"error")),t.once("close",e.emitClose.bind(e)))}function L(e,t,r){if(t){const r=O(t).length;e._socket?e._sender._bufferedBytes+=r:e._bufferedAmount+=r}if(r){r(new Error(`WebSocket is not open: readyState ${e.readyState} (${T[e.readyState]})`))}}function F(e,t){const r=this[x];r._closeFrameReceived=!0,r._closeMessage=t,r._closeCode=e,void 0!==r._socket[x]&&(r._socket.removeListener("data",W),process.nextTick(q,r._socket),1005===e?r.close():r.close(e,t))}function M(){this[x]._socket.resume()}function B(e){const t=this[x];void 0!==t._socket[x]&&(t._socket.removeListener("data",W),process.nextTick(q,t._socket),t.close(e[w])),t.emit("error",e)}function U(){this[x].emitClose()}function $(e,t){this[x].emit("message",e,t)}function G(e){const t=this[x];t.pong(e,!t._isServer,_),t.emit("ping",e)}function z(e){this[x].emit("pong",e)}function q(e){e.resume()}function H(){const e=this[x];let t;this.removeListener("close",H),this.removeListener("data",W),this.removeListener("end",V),e._readyState=P.CLOSING,this._readableState.endEmitted||e._closeFrameReceived||e._receiver._writableState.errorEmitted||null===(t=e._socket.read())||e._receiver.write(t),e._receiver.end(),this[x]=void 0,clearTimeout(e._closeTimer),e._receiver._writableState.finished||e._receiver._writableState.errorEmitted?e.emitClose():(e._receiver.on("error",U),e._receiver.on("finish",U))}function W(e){this[x]._receiver.write(e)||this.pause()}function V(){const e=this[x];e._readyState=P.CLOSING,e._receiver.end(),this.end()}function K(){const e=this[x];this.removeListener("error",K),this.on("error",_),e&&(e._readyState=P.CLOSING,this.destroy())}Object.defineProperty(P,"CONNECTING",{enumerable:!0,value:T.indexOf("CONNECTING")}),Object.defineProperty(P.prototype,"CONNECTING",{enumerable:!0,value:T.indexOf("CONNECTING")}),Object.defineProperty(P,"OPEN",{enumerable:!0,value:T.indexOf("OPEN")}),Object.defineProperty(P.prototype,"OPEN",{enumerable:!0,value:T.indexOf("OPEN")}),Object.defineProperty(P,"CLOSING",{enumerable:!0,value:T.indexOf("CLOSING")}),Object.defineProperty(P.prototype,"CLOSING",{enumerable:!0,value:T.indexOf("CLOSING")}),Object.defineProperty(P,"CLOSED",{enumerable:!0,value:T.indexOf("CLOSED")}),Object.defineProperty(P.prototype,"CLOSED",{enumerable:!0,value:T.indexOf("CLOSED")}),["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach((e=>{Object.defineProperty(P.prototype,e,{enumerable:!0})})),["open","error","close","message"].forEach((e=>{Object.defineProperty(P.prototype,`on${e}`,{enumerable:!0,get(){for(const t of this.listeners(e))if(t[y])return t[b];return null},set(t){for(const t of this.listeners(e))if(t[y]){this.removeListener(e,t);break}"function"==typeof t&&this.addEventListener(e,t,{[y]:!0})}})})),P.prototype.addEventListener=S,P.prototype.removeEventListener=E,e.exports=P},7766:(e,t,r)=>{var n=r(7147),i=r(9796),s=r(8913),o=r(2779),a=r(3837),c=r(2361).EventEmitter,l=r(2781).Transform,p=r(2781).PassThrough,u=r(2781).Writable;function d(e,t,r){"function"==typeof t&&(r=t,t=null),null==t&&(t={}),null==t.autoClose&&(t.autoClose=!1),null==t.lazyEntries&&(t.lazyEntries=!1),null==t.decodeStrings&&(t.decodeStrings=!0),null==t.validateEntrySizes&&(t.validateEntrySizes=!0),null==t.strictFileNames&&(t.strictFileNames=!1),null==r&&(r=O),n.fstat(e,(function(n,i){if(n)return r(n);f(s.createFromFd(e,{autoClose:!0}),i.size,t,r)}))}function f(e,t,r,n){"function"==typeof r&&(n=r,r=null),null==r&&(r={}),null==r.autoClose&&(r.autoClose=!0),null==r.lazyEntries&&(r.lazyEntries=!1),null==r.decodeStrings&&(r.decodeStrings=!0);var i=!!r.decodeStrings;if(null==r.validateEntrySizes&&(r.validateEntrySizes=!0),null==r.strictFileNames&&(r.strictFileNames=!1),null==n&&(n=O),"number"!=typeof t)throw new Error("expected totalSize parameter to be a number");if(t>Number.MAX_SAFE_INTEGER)throw new Error("zip file too large. only file sizes up to 2^52 are supported due to JavaScript's Number type being an IEEE 754 double.");e.ref();var s=Math.min(65557,t),o=E(s),a=t-o.length;w(e,o,0,s,a,(function(c){if(c)return n(c);for(var l=s-22;l>=0;l-=1)if(101010256===o.readUInt32LE(l)){var p=o.slice(l),u=p.readUInt16LE(4);if(0!==u)return n(new Error("multi-disk zip files are not supported: found disk number: "+u));var d=p.readUInt16LE(10),f=p.readUInt32LE(16),m=p.readUInt16LE(20),g=p.length-22;if(m!==g)return n(new Error("invalid comment length. expected: "+g+". found: "+m));var v=i?k(p,22,p.length,!1):p.slice(22);if(65535!==d&&4294967295!==f)return n(null,new h(e,f,t,d,v,r.autoClose,r.lazyEntries,i,r.validateEntrySizes,r.strictFileNames));var y=E(20),b=a+l-y.length;return void w(e,y,0,y.length,b,(function(s){if(s)return n(s);if(117853008!==y.readUInt32LE(0))return n(new Error("invalid zip64 end of central directory locator signature"));var o=A(y,8),a=E(56);w(e,a,0,a.length,o,(function(s){return s?n(s):101075792!==a.readUInt32LE(0)?n(new Error("invalid zip64 end of central directory record signature")):(d=A(a,32),f=A(a,48),n(null,new h(e,f,t,d,v,r.autoClose,r.lazyEntries,i,r.validateEntrySizes,r.strictFileNames)))}))}))}n(new Error("end of central directory record signature not found"))}))}function h(e,t,r,n,i,s,o,a,l,p){var u=this;c.call(u),u.reader=e,u.reader.on("error",(function(e){g(u,e)})),u.reader.once("close",(function(){u.emit("close")})),u.readEntryCursor=t,u.fileSize=r,u.entryCount=n,u.comment=i,u.entriesRead=0,u.autoClose=!!s,u.lazyEntries=!!o,u.decodeStrings=!!a,u.validateEntrySizes=!!l,u.strictFileNames=!!p,u.isOpen=!0,u.emittedError=!1,u.lazyEntries||u._readEntry()}function m(e,t){e.autoClose&&e.close(),g(e,t)}function g(e,t){e.emittedError||(e.emittedError=!0,e.emit("error",t))}function v(){}function y(e,t){return new Date(1980+(e>>9&127),(e>>5&15)-1,31&e,t>>11&31,t>>5&63,2*(31&t),0)}function b(e){return-1!==e.indexOf("\\")?"invalid characters in fileName: "+e:/^[a-zA-Z]:/.test(e)||/^\//.test(e)?"absolute path: "+e:-1!==e.split("/").indexOf("..")?"invalid relative path: "+e:null}function w(e,t,r,n,i,s){if(0===n)return setImmediate((function(){s(null,E(0))}));e.read(t,r,n,i,(function(e,t){return e?s(e):t<n?s(new Error("unexpected EOF")):void s()}))}function x(e){l.call(this),this.actualByteCount=0,this.expectedByteCount=e}function _(){c.call(this),this.refCount=0}function S(e){p.call(this),this.context=e,this.context.ref(),this.unreffedYet=!1}t.open=function(e,t,r){"function"==typeof t&&(r=t,t=null);null==t&&(t={});null==t.autoClose&&(t.autoClose=!0);null==t.lazyEntries&&(t.lazyEntries=!1);null==t.decodeStrings&&(t.decodeStrings=!0);null==t.validateEntrySizes&&(t.validateEntrySizes=!0);null==t.strictFileNames&&(t.strictFileNames=!1);null==r&&(r=O);n.open(e,"r",(function(e,i){if(e)return r(e);d(i,t,(function(e,t){e&&n.close(i,O),r(e,t)}))}))},t.fromFd=d,t.fromBuffer=function(e,t,r){"function"==typeof t&&(r=t,t=null);null==t&&(t={});t.autoClose=!1,null==t.lazyEntries&&(t.lazyEntries=!1);null==t.decodeStrings&&(t.decodeStrings=!0);null==t.validateEntrySizes&&(t.validateEntrySizes=!0);null==t.strictFileNames&&(t.strictFileNames=!1);f(s.createFromBuffer(e,{maxChunkSize:65536}),e.length,t,r)},t.fromRandomAccessReader=f,t.dosDateTimeToDate=y,t.validateFileName=b,t.ZipFile=h,t.Entry=v,t.RandomAccessReader=_,a.inherits(h,c),h.prototype.close=function(){this.isOpen&&(this.isOpen=!1,this.reader.unref())},h.prototype.readEntry=function(){if(!this.lazyEntries)throw new Error("readEntry() called without lazyEntries:true");this._readEntry()},h.prototype._readEntry=function(){var e=this;if(e.entryCount!==e.entriesRead){if(!e.emittedError){var t=E(46);w(e.reader,t,0,t.length,e.readEntryCursor,(function(r){if(r)return m(e,r);if(!e.emittedError){var n=new v,i=t.readUInt32LE(0);if(33639248!==i)return m(e,new Error("invalid central directory file header signature: 0x"+i.toString(16)));if(n.versionMadeBy=t.readUInt16LE(4),n.versionNeededToExtract=t.readUInt16LE(6),n.generalPurposeBitFlag=t.readUInt16LE(8),n.compressionMethod=t.readUInt16LE(10),n.lastModFileTime=t.readUInt16LE(12),n.lastModFileDate=t.readUInt16LE(14),n.crc32=t.readUInt32LE(16),n.compressedSize=t.readUInt32LE(20),n.uncompressedSize=t.readUInt32LE(24),n.fileNameLength=t.readUInt16LE(28),n.extraFieldLength=t.readUInt16LE(30),n.fileCommentLength=t.readUInt16LE(32),n.internalFileAttributes=t.readUInt16LE(36),n.externalFileAttributes=t.readUInt32LE(38),n.relativeOffsetOfLocalHeader=t.readUInt32LE(42),64&n.generalPurposeBitFlag)return m(e,new Error("strong encryption is not supported"));e.readEntryCursor+=46,t=E(n.fileNameLength+n.extraFieldLength+n.fileCommentLength),w(e.reader,t,0,t.length,e.readEntryCursor,(function(r){if(r)return m(e,r);if(!e.emittedError){var i=0!=(2048&n.generalPurposeBitFlag);n.fileName=e.decodeStrings?k(t,0,n.fileNameLength,i):t.slice(0,n.fileNameLength);var s=n.fileNameLength+n.extraFieldLength,a=t.slice(n.fileNameLength,s);n.extraFields=[];for(var c=0;c<a.length-3;){var l=a.readUInt16LE(c+0),p=a.readUInt16LE(c+2),u=c+4,d=u+p;if(d>a.length)return m(e,new Error("extra field length exceeds extra field buffer size"));var f=E(p);a.copy(f,0,u,d),n.extraFields.push({id:l,data:f}),c=d}if(n.fileComment=e.decodeStrings?k(t,s,s+n.fileCommentLength,i):t.slice(s,s+n.fileCommentLength),n.comment=n.fileComment,e.readEntryCursor+=t.length,e.entriesRead+=1,4294967295===n.uncompressedSize||4294967295===n.compressedSize||4294967295===n.relativeOffsetOfLocalHeader){var h=null;for(c=0;c<n.extraFields.length;c++){if(1===(v=n.extraFields[c]).id){h=v.data;break}}if(null==h)return m(e,new Error("expected zip64 extended information extra field"));var g=0;if(4294967295===n.uncompressedSize){if(g+8>h.length)return m(e,new Error("zip64 extended information extra field does not include uncompressed size"));n.uncompressedSize=A(h,g),g+=8}if(4294967295===n.compressedSize){if(g+8>h.length)return m(e,new Error("zip64 extended information extra field does not include compressed size"));n.compressedSize=A(h,g),g+=8}if(4294967295===n.relativeOffsetOfLocalHeader){if(g+8>h.length)return m(e,new Error("zip64 extended information extra field does not include relative header offset"));n.relativeOffsetOfLocalHeader=A(h,g),g+=8}}if(e.decodeStrings)for(c=0;c<n.extraFields.length;c++){var v;if(28789===(v=n.extraFields[c]).id){if(v.data.length<6)continue;if(1!==v.data.readUInt8(0))continue;var y=v.data.readUInt32LE(1);if(o.unsigned(t.slice(0,n.fileNameLength))!==y)continue;n.fileName=k(v.data,5,v.data.length,!0);break}}if(e.validateEntrySizes&&0===n.compressionMethod){var w=n.uncompressedSize;if(n.isEncrypted()&&(w+=12),n.compressedSize!==w){var x="compressed/uncompressed size mismatch for stored file: "+n.compressedSize+" != "+n.uncompressedSize;return m(e,new Error(x))}}if(e.decodeStrings){e.strictFileNames||(n.fileName=n.fileName.replace(/\\/g,"/"));var _=b(n.fileName,e.validateFileNameOptions);if(null!=_)return m(e,new Error(_))}e.emit("entry",n),e.lazyEntries||e._readEntry()}}))}}))}}else setImmediate((function(){e.autoClose&&e.close(),e.emittedError||e.emit("end")}))},h.prototype.openReadStream=function(e,t,r){var n=this,s=0,o=e.compressedSize;if(null==r)r=t,t={};else{if(null!=t.decrypt){if(!e.isEncrypted())throw new Error("options.decrypt can only be specified for encrypted entries");if(!1!==t.decrypt)throw new Error("invalid options.decrypt value: "+t.decrypt);if(e.isCompressed()&&!1!==t.decompress)throw new Error("entry is encrypted and compressed, and options.decompress !== false")}if(null!=t.decompress){if(!e.isCompressed())throw new Error("options.decompress can only be specified for compressed entries");if(!1!==t.decompress&&!0!==t.decompress)throw new Error("invalid options.decompress value: "+t.decompress)}if(null!=t.start||null!=t.end){if(e.isCompressed()&&!1!==t.decompress)throw new Error("start/end range not allowed for compressed entry without options.decompress === false");if(e.isEncrypted()&&!1!==t.decrypt)throw new Error("start/end range not allowed for encrypted entry without options.decrypt === false")}if(null!=t.start){if((s=t.start)<0)throw new Error("options.start < 0");if(s>e.compressedSize)throw new Error("options.start > entry.compressedSize")}if(null!=t.end){if((o=t.end)<0)throw new Error("options.end < 0");if(o>e.compressedSize)throw new Error("options.end > entry.compressedSize");if(o<s)throw new Error("options.end < options.start")}}if(!n.isOpen)return r(new Error("closed"));if(e.isEncrypted()&&!1!==t.decrypt)return r(new Error("entry is encrypted, and options.decrypt !== false"));n.reader.ref();var a=E(30);w(n.reader,a,0,a.length,e.relativeOffsetOfLocalHeader,(function(c){try{if(c)return r(c);var l=a.readUInt32LE(0);if(67324752!==l)return r(new Error("invalid local file header signature: 0x"+l.toString(16)));var p,u=a.readUInt16LE(26),d=a.readUInt16LE(28),f=e.relativeOffsetOfLocalHeader+a.length+u+d;if(0===e.compressionMethod)p=!1;else{if(8!==e.compressionMethod)return r(new Error("unsupported compression method: "+e.compressionMethod));p=null==t.decompress||t.decompress}var h=f,m=h+e.compressedSize;if(0!==e.compressedSize&&m>n.fileSize)return r(new Error("file data overflows file bounds: "+h+" + "+e.compressedSize+" > "+n.fileSize));var g=n.reader.createReadStream({start:h+s,end:h+o}),v=g;if(p){var y=!1,b=i.createInflateRaw();g.on("error",(function(e){setImmediate((function(){y||b.emit("error",e)}))})),g.pipe(b),n.validateEntrySizes?(v=new x(e.uncompressedSize),b.on("error",(function(e){setImmediate((function(){y||v.emit("error",e)}))})),b.pipe(v)):v=b,v.destroy=function(){y=!0,b!==v&&b.unpipe(v),g.unpipe(b),g.destroy()}}r(null,v)}finally{n.reader.unref()}}))},v.prototype.getLastModDate=function(){return y(this.lastModFileDate,this.lastModFileTime)},v.prototype.isEncrypted=function(){return 0!=(1&this.generalPurposeBitFlag)},v.prototype.isCompressed=function(){return 8===this.compressionMethod},a.inherits(x,l),x.prototype._transform=function(e,t,r){if(this.actualByteCount+=e.length,this.actualByteCount>this.expectedByteCount){var n="too many bytes in the stream. expected "+this.expectedByteCount+". got at least "+this.actualByteCount;return r(new Error(n))}r(null,e)},x.prototype._flush=function(e){if(this.actualByteCount<this.expectedByteCount){var t="not enough bytes in the stream. expected "+this.expectedByteCount+". got only "+this.actualByteCount;return e(new Error(t))}e()},a.inherits(_,c),_.prototype.ref=function(){this.refCount+=1},_.prototype.unref=function(){var e=this;if(e.refCount-=1,!(e.refCount>0)){if(e.refCount<0)throw new Error("invalid unref");e.close((function(t){if(t)return e.emit("error",t);e.emit("close")}))}},_.prototype.createReadStream=function(e){var t=e.start,r=e.end;if(t===r){var n=new p;return setImmediate((function(){n.end()})),n}var i=this._readStreamForRange(t,r),s=!1,o=new S(this);i.on("error",(function(e){setImmediate((function(){s||o.emit("error",e)}))})),o.destroy=function(){i.unpipe(o),o.unref(),i.destroy()};var a=new x(r-t);return o.on("error",(function(e){setImmediate((function(){s||a.emit("error",e)}))})),a.destroy=function(){s=!0,o.unpipe(a),o.destroy()},i.pipe(o).pipe(a)},_.prototype._readStreamForRange=function(e,t){throw new Error("not implemented")},_.prototype.read=function(e,t,r,n,i){var s=this.createReadStream({start:n,end:n+r}),o=new u,a=0;o._write=function(r,n,i){r.copy(e,t+a,0,r.length),a+=r.length,i()},o.on("finish",i),s.on("error",(function(e){i(e)})),s.pipe(o)},_.prototype.close=function(e){setImmediate(e)},a.inherits(S,p),S.prototype._flush=function(e){this.unref(),e()},S.prototype.unref=function(e){this.unreffedYet||(this.unreffedYet=!0,this.context.unref())};var E;function k(e,t,r,n){if(n)return e.toString("utf8",t,r);for(var i="",s=t;s<r;s++)i+="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñÑªº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "[e[s]];return i}function A(e,t){var r=e.readUInt32LE(t);return 4294967296*e.readUInt32LE(t+4)+r}function O(e){if(e)throw e}E="function"==typeof Buffer.allocUnsafe?function(e){return Buffer.allocUnsafe(e)}:function(e){return new Buffer(e)}},6369:e=>{"use strict";e.exports="const LOAD_MODEL = -2;\r\nconst MODEL_LOADING = -1;\r\n\r\nconst DATA_MODEL = 0;\r\nconst DATA_MATRIX = 1;\r\nconst DATA_ROT = 2;\r\nconst DATA_EVCREATED = 3;\r\nconst DATA_EVDELETED = 4;\r\n\r\nconst RAD_TO_DEG = 180 / Math.PI;\r\n\r\nconst SEARCH_BOX = 50;\r\n\r\nconst WEEntityMatrixIndex = {\r\n  RX: 0, RY: 1, RZ: 2, RW: 3,\r\n  FX: 4, FY: 5, FZ: 6, FW: 7,\r\n  UX: 8, UY: 9, UZ: 10, UW: 11,\r\n  AX: 12, AY: 13, AZ: 14, AW: 15,\r\n}\r\n\r\nconst objects = {};\r\n\r\nsetTick(() => {\r\n  const [x, y] = GetEntityCoords(PlayerPedId());\r\n  const objectIndices = mai.search(x-SEARCH_BOX, y-SEARCH_BOX, x+SEARCH_BOX, y+SEARCH_BOX).map(String);\r\n\r\n  for (const i of objectIndices) {\r\n    if (i in objects === false) {\r\n      objects[i] = LOAD_MODEL;\r\n    }\r\n  }\r\n\r\n  for (const i in objects) {\r\n    const handle = objects[i];\r\n    const data = mad[i];\r\n\r\n    if (objectIndices.indexOf(i) === -1) {\r\n      if (handle > MODEL_LOADING) {\r\n        DeleteObject(handle);\r\n\r\n        if (data[DATA_EVDELETED]) {\r\n          emit(data[DATA_EVDELETED], handle);\r\n        }\r\n      }\r\n\r\n      delete objects[i];\r\n    } else if (handle === LOAD_MODEL) {\r\n      RequestModel(data[DATA_MODEL]);\r\n      objects[i] = MODEL_LOADING;\r\n    } else if (handle === MODEL_LOADING) {\r\n      if (HasModelLoaded(data[DATA_MODEL])) {\r\n        const mat = data[DATA_MATRIX];\r\n\r\n        const handle = objects[i] = CreateObject(\r\n          data[DATA_MODEL],\r\n          mat[WEEntityMatrixIndex.AX], mat[WEEntityMatrixIndex.AY], mat[WEEntityMatrixIndex.AZ],\r\n          false, false, false,\r\n        );\r\n\r\n        FreezeEntityPosition(handle, true);\r\n\r\n        applyAdditionMatrix(handle, mat, data[DATA_ROT]);\r\n\r\n        if (data[DATA_EVCREATED]) {\r\n          emit(data[DATA_EVCREATED], handle);\r\n        }\r\n      }\r\n    }\r\n  }\r\n});\r\n\r\nfunction applyAdditionMatrix(entity, mat, rot) {\r\n  SetEntityCoords(\r\n    entity,\r\n    mat[WEEntityMatrixIndex.AX], mat[WEEntityMatrixIndex.AY], mat[WEEntityMatrixIndex.AZ],\r\n    false, false, false, false,\r\n  );\r\n\r\n  SetEntityRotation(entity, rot[0], rot[1], rot[2], 2, false);\r\n\r\n  SetEntityMatrix(\r\n    entity,\r\n    mat[4], mat[5], mat[6], // right\r\n    mat[0], mat[1], mat[2], // forward\r\n    mat[8], mat[9], mat[10], // up\r\n    mat[12], mat[13], mat[14], // at\r\n  );\r\n}\r\n"},3789:e=>{"use strict";e.exports='/**\r\n * GCC compiled flatbush package\r\n * @see https://github.com/mourner/flatbush\r\n *\r\n * ISC License\r\n *\r\n * Copyright (c) 2018, Vladimir Agafonkin\r\n *\r\n * Permission to use, copy, modify, and/or distribute this software for any purpose\r\n * with or without fee is hereby granted, provided that the above copyright notice\r\n * and this permission notice appear in all copies.\r\n *\r\n * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\n * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\r\n * FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\n * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\r\n * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\r\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\r\n * THIS SOFTWARE.\r\n */\r\n var FlatQueue=function(){this.ids=[];this.values=[];this.length=0};FlatQueue.prototype.clear=function(){this.length=0};FlatQueue.prototype.push=function(e,d){var a=this.length++;this.ids[a]=e;for(this.values[a]=d;0<a;){var b=a-1>>1,c=this.values[b];if(d>=c)break;this.ids[a]=this.ids[b];this.values[a]=c;a=b}this.ids[a]=e;this.values[a]=d};\r\n FlatQueue.prototype.pop=function(){if(0!==this.length){var e=this.ids[0];this.length--;if(0<this.length){for(var d=this.ids[0]=this.ids[this.length],a=this.values[0]=this.values[this.length],b=this.length>>1,c=0;c<b;){var f=(c<<1)+1,h=f+1,g=this.ids[f],k=this.values[f],l=this.values[h];h<this.length&&l<k&&(f=h,g=this.ids[h],k=l);if(k>=a)break;this.ids[c]=g;this.values[c]=k;c=f}this.ids[c]=d;this.values[c]=a}return e}};FlatQueue.prototype.peek=function(){return this.ids[0]};\r\n FlatQueue.prototype.peekValue=function(){return this.values[0]};\r\n var ARRAY_TYPES=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array],VERSION=3,Flatbush=function(e,d,a,b){void 0===d&&(d=16);void 0===a&&(a=Float64Array);if(void 0===e)throw Error("Missing required argument: numItems.");if(isNaN(e)||0>=e)throw Error("Unpexpected numItems value: "+e+".");this.numItems=+e;this.nodeSize=Math.min(Math.max(+d,2),65535);var c=e,f=c;this._levelBounds=[4*c];do c=Math.ceil(c/this.nodeSize),f+=c,this._levelBounds.push(4*\r\n f);while(1!==c);this.ArrayType=a||Float64Array;this.IndexArrayType=16384>f?Uint16Array:Uint32Array;c=ARRAY_TYPES.indexOf(this.ArrayType);var h=4*f*this.ArrayType.BYTES_PER_ELEMENT;if(0>c)throw Error("Unexpected typed array class: "+a+".");b&&b instanceof ArrayBuffer?(this.data=b,this._boxes=new this.ArrayType(this.data,8,4*f),this._indices=new this.IndexArrayType(this.data,8+h,f),this._pos=4*f,this.minX=this._boxes[this._pos-4],this.minY=this._boxes[this._pos-3],this.maxX=this._boxes[this._pos-2],\r\n this.maxY=this._boxes[this._pos-1]):(this.data=new ArrayBuffer(8+h+f*this.IndexArrayType.BYTES_PER_ELEMENT),this._boxes=new this.ArrayType(this.data,8,4*f),this._indices=new this.IndexArrayType(this.data,8+h,f),this._pos=0,this.minY=this.minX=Infinity,this.maxY=this.maxX=-Infinity,(new Uint8Array(this.data,0,2)).set([251,(VERSION<<4)+c]),(new Uint16Array(this.data,2,1))[0]=d,(new Uint32Array(this.data,4,1))[0]=e);this._queue=new FlatQueue};\r\n Flatbush.from=function(e){if(!(e instanceof ArrayBuffer))throw Error("Data must be an instance of ArrayBuffer.");var d=new Uint8Array(e,0,2),a=d[1];if(251!==d[0])throw Error("Data does not appear to be in a Flatbush format.");if(a>>4!==VERSION)throw Error("Got v"+(a>>4)+" data when expected v"+VERSION+".");d=(new Uint16Array(e,2,1))[0];var b=(new Uint32Array(e,4,1))[0];return new Flatbush(b,d,ARRAY_TYPES[a&15],e)};\r\n Flatbush.prototype.add=function(e,d,a,b){var c=this._pos>>2;this._indices[c]=c;this._boxes[this._pos++]=e;this._boxes[this._pos++]=d;this._boxes[this._pos++]=a;this._boxes[this._pos++]=b;e<this.minX&&(this.minX=e);d<this.minY&&(this.minY=d);a>this.maxX&&(this.maxX=a);b>this.maxY&&(this.maxY=b);return c};\r\n Flatbush.prototype.finish=function(){if(this._pos>>2!==this.numItems)throw Error("Added "+(this._pos>>2)+" items when expected "+this.numItems+".");if(this.numItems<=this.nodeSize)this._boxes[this._pos++]=this.minX,this._boxes[this._pos++]=this.minY,this._boxes[this._pos++]=this.maxX,this._boxes[this._pos++]=this.maxY;else{for(var e=this.maxX-this.minX,d=this.maxY-this.minY,a=new Uint32Array(this.numItems),b=0;b<this.numItems;b++){var c=4*b,f=this._boxes[c++],h=this._boxes[c++],g=this._boxes[c++];\r\n c=this._boxes[c++];a[b]=hilbert(Math.floor(65535*((f+g)/2-this.minX)/e),Math.floor(65535*((h+c)/2-this.minY)/d))}sort(a,this._boxes,this._indices,0,this.numItems-1,this.nodeSize);for(d=e=0;e<this._levelBounds.length-1;e++)for(a=this._levelBounds[e];d<a;){b=d;h=f=Infinity;c=g=-Infinity;for(var k=0;k<this.nodeSize&&d<a;k++)f=Math.min(f,this._boxes[d++]),h=Math.min(h,this._boxes[d++]),g=Math.max(g,this._boxes[d++]),c=Math.max(c,this._boxes[d++]);this._indices[this._pos>>2]=b;this._boxes[this._pos++]=\r\n f;this._boxes[this._pos++]=h;this._boxes[this._pos++]=g;this._boxes[this._pos++]=c}}};\r\n Flatbush.prototype.search=function(e,d,a,b,c){if(this._pos!==this._boxes.length)throw Error("Data not yet indexed - call index.finish().");for(var f=this._boxes.length-4,h=[],g=[];void 0!==f;){for(var k=Math.min(f+4*this.nodeSize,upperBound(f,this._levelBounds)),l=f;l<k;l+=4){var m=this._indices[l>>2]|0;a<this._boxes[l]||b<this._boxes[l+1]||e>this._boxes[l+2]||d>this._boxes[l+3]||(f<4*this.numItems?(void 0===c||c(m))&&g.push(m):h.push(m))}f=h.pop()}return g};\r\n Flatbush.prototype.neighbors=function(e,d,a,b,c){void 0===a&&(a=Infinity);void 0===b&&(b=Infinity);if(this._pos!==this._boxes.length)throw Error("Data not yet indexed - call index.finish().");var f=this._boxes.length-4,h=this._queue,g=[];for(b*=b;void 0!==f;){for(var k=Math.min(f+4*this.nodeSize,upperBound(f,this._levelBounds)),l=f;l<k;l+=4){var m=this._indices[l>>2]|0,n=axisDist(e,this._boxes[l],this._boxes[l+2]),p=axisDist(d,this._boxes[l+1],this._boxes[l+3]);n=n*n+p*p;f<4*this.numItems?(void 0===\r\n c||c(m))&&h.push(-m-1,n):h.push(m,n)}for(;h.length&&0>h.peek();){if(h.peekValue()>b)return h.clear(),g;g.push(-h.pop()-1);if(g.length===a)return h.clear(),g}f=h.pop()}h.clear();return g};function axisDist(e,d,a){return e<d?d-e:e<=a?0:e-a}function upperBound(e,d){for(var a=0,b=d.length-1;a<b;){var c=a+b>>1;d[c]>e?b=c:a=c+1}return d[a]}\r\n function sort(e,d,a,b,c,f){if(!(Math.floor(b/f)>=Math.floor(c/f))){for(var h=e[b+c>>1],g=b-1,k=c+1;;){do g++;while(e[g]<h);do k--;while(e[k]>h);if(g>=k)break;swap(e,d,a,g,k)}sort(e,d,a,b,k,f);sort(e,d,a,k+1,c,f)}}function swap(e,d,a,b,c){var f=e[b];e[b]=e[c];e[c]=f;e=4*b;f=4*c;var h=d[e],g=d[e+1],k=d[e+2],l=d[e+3];d[e]=d[f];d[e+1]=d[f+1];d[e+2]=d[f+2];d[e+3]=d[f+3];d[f]=h;d[f+1]=g;d[f+2]=k;d[f+3]=l;d=a[b];a[b]=a[c];a[c]=d}\r\n function hilbert(e,d){var a=e^d,b=65535^a,c=65535^(e|d),f=e&(d^65535),h=a>>1^a,g=c>>1^b&f>>1^c,k=a&c>>1^f>>1^f;a|=b>>1;b=h;c=g;f=k;h=a&b>>2^b&(a^b)>>2;g^=a&c>>2^b&f>>2;k^=b&c>>2^(a^b)&f>>2;a=a&a>>2^b&b>>2;b=h;c=g;f=k;h=a&b>>4^b&(a^b)>>4;g^=a&c>>4^b&f>>4;k^=b&c>>4^(a^b)&f>>4;a=a&a>>4^b&b>>4;b=h;c=g;f=k;g^=a&c>>8^b&f>>8;k^=b&c>>8^(a^b)&f>>8;a=e^d;g=k^k>>1|65535^(a|g^g>>1);a=(a|a<<8)&16711935;a=(a|a<<4)&252645135;a=(a|a<<2)&858993459;g=(g|g<<8)&16711935;g=(g|g<<4)&252645135;g=(g|g<<2)&858993459;return(((g|\r\n g<<1)&1431655765)<<1|(a|a<<1)&1431655765)>>>0};\r\n'},9491:e=>{"use strict";e.exports=require("assert")},4300:e=>{"use strict";e.exports=require("buffer")},2081:e=>{"use strict";e.exports=require("child_process")},6206:e=>{"use strict";e.exports=require("console")},2057:e=>{"use strict";e.exports=require("constants")},6113:e=>{"use strict";e.exports=require("crypto")},2361:e=>{"use strict";e.exports=require("events")},7147:e=>{"use strict";e.exports=require("fs")},3685:e=>{"use strict";e.exports=require("http")},5687:e=>{"use strict";e.exports=require("https")},1808:e=>{"use strict";e.exports=require("net")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},3477:e=>{"use strict";e.exports=require("querystring")},2781:e=>{"use strict";e.exports=require("stream")},1576:e=>{"use strict";e.exports=require("string_decoder")},4784:e=>{"use strict";e.exports=require("timers")},4404:e=>{"use strict";e.exports=require("tls")},6224:e=>{"use strict";e.exports=require("tty")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},9796:e=>{"use strict";e.exports=require("zlib")},3480:e=>{"use strict";e.exports=JSON.parse('[["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"],["8940","𪎩𡅅"],["8943","攊"],["8946","丽滝鵎釟"],["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],["89a1","琑糼緍楆竉刧"],["89ab","醌碸酞肼"],["89b0","贋胶𠧧"],["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],["89c1","溚舾甙"],["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],["8a40","𧶄唥"],["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],["8aac","䠋𠆩㿺塳𢶍"],["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],["8ac9","𪘁𠸉𢫏𢳉"],["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],["8ca1","𣏹椙橃𣱣泿"],["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],["8cc9","顨杫䉶圽"],["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],["8d40","𠮟"],["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],["9fae","酙隁酜"],["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],["9fc1","𤤙盖鮝个𠳔莾衂"],["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],["9fe7","毺蠘罸"],["9feb","嘠𪙊蹷齓"],["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],["a055","𡠻𦸅"],["a058","詾𢔛"],["a05b","惽癧髗鵄鍮鮏蟵"],["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],["a0a1","嵗𨯂迚𨸹"],["a0a6","僙𡵆礆匲阸𠼻䁥"],["a0ae","矾"],["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],["a3c0","␀",31,"␡"],["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー［］✽ぁ",23],["c740","す",58,"ァアィイ"],["c7a1","ゥ",81,"А",5,"ЁЖ",4],["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],["c8a1","龰冈龱𧘇"],["c8cd","￢￤＇＂㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],["c8f5","ʃɐɛɔɵœøŋʊɪ"],["f9fe","￭"],["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]]')},3336:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127,"€"],["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],["9980","檧檨檪檭",114,"欥欦欨",6],["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],["a1a1","　、。·ˉˇ¨〃々—～‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃＄¤￠￡‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],["a2a1","ⅰ",9],["a2b1","⒈",19,"⑴",19,"①",9],["a2e5","㈠",9],["a2f1","Ⅰ",11],["a3a1","！＂＃￥％",88,"￣"],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],["a6ee","︻︼︷︸︱"],["a6f4","︳︴"],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],["a8bd","ńň"],["a8c0","ɡ"],["a8c5","ㄅ",36],["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰￢￤"],["a959","℡㈱"],["a95c","‐"],["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],["a980","﹢",4,"﹨﹩﹪﹫"],["a996","〇"],["a9a4","─",75],["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],["bb40","籃",9,"籎",36,"籵",5,"籾",9],["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],["bd40","紷",54,"絯",7],["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],["be40","継",12,"綧",6,"綯",42],["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],["bf40","緻",62],["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],["c040","繞",35,"纃",23,"纜纝纞"],["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],["d440","訞",31,"訿",8,"詉",21],["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],["d540","誁",7,"誋",7,"誔",46],["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],["d640","諤",34,"謈",27],["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],["d740","譆",31,"譧",4,"譭",25],["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],["d940","貮",62],["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],["dd40","軥",62],["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],["e240","釦",62],["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],["e340","鉆",45,"鉵",16],["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],["e440","銨",5,"銯",24,"鋉",31],["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],["e540","錊",51,"錿",10],["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],["e640","鍬",34,"鎐",27],["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],["e740","鏎",7,"鏗",54],["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],["ee40","頏",62],["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],["f040","餈",4,"餎餏餑",28,"餯",26],["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],["f140","馌馎馚",10,"馦馧馩",47],["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],["f240","駺",62],["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],["f540","魼",62],["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],["f640","鯜",62],["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],["f740","鰼",62],["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],["f840","鳣",62],["f880","鴢",32],["f940","鵃",62],["f980","鶂",32],["fa40","鶣",62],["fa80","鷢",32],["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]]')},7348:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],["8361","긝",18,"긲긳긵긶긹긻긼"],["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],["8741","놞",9,"놩",15],["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],["8a61","둧",4,"둭",18,"뒁뒂"],["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],["8c41","똀",15,"똒똓똕똖똗똙",4],["8c61","똞",6,"똦",5,"똭",6,"똵",5],["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],["8d41","뛃",16,"뛕",8],["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],["8e61","럂",4,"럈럊",19],["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],["8f41","뢅",7,"뢎",17],["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],["9061","륾",5,"릆릈릋릌릏",15],["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],["9461","봞",5,"봥",6,"봭",12],["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],["9641","뺸",23,"뻒뻓"],["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],["9741","뾃",16,"뾕",8],["9761","뾞",17,"뾱",7],["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],["9841","쁀",16,"쁒",5,"쁙쁚쁛"],["9861","쁝쁞쁟쁡",6,"쁪",15],["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],["9a41","숤숥숦숧숪숬숮숰숳숵",16],["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],["9b61","쌳",17,"썆",7],["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],["9c61","쏿",8,"쐉",6,"쐑",9],["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],["9d41","쒪",13,"쒹쒺쒻쒽",8],["9d61","쓆",25],["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],["a141","좥좦좧좩",18,"좾좿죀죁"],["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎　、。·‥…¨〃­―∥＼∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å￠￡￥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨￢"],["a241","줐줒",5,"줙",18],["a261","줭",6,"줵",18],["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´～ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],["a361","즑",6,"즚즜즞",16],["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛！",58,"￦］",32,"￣"],["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],["a481","쨦쨧쨨쨪",28,"ㄱ",93],["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],["a561","쩫",17,"쩾",5,"쪅쪆"],["a581","쪇",16,"쪙",14,"ⅰ",9],["a5b0","Ⅰ",9],["a5c1","Α",16,"Σ",6],["a5e1","α",16,"σ",6],["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],["a761","쬪",22,"쭂쭃쭄"],["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],["a841","쭭",10,"쭺",14],["a861","쮉",18,"쮝",6],["a881","쮤",19,"쮹",11,"ÆÐªĦ"],["a8a6","Ĳ"],["a8a8","ĿŁØŒºÞŦŊ"],["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],["a941","쯅",14,"쯕",10],["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıĳĸŀłøœßþŧŋŉ㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],["aa81","챳챴챶",29,"ぁ",82],["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],["acd1","а",5,"ёж",25],["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],["ae41","췆",5,"췍췎췏췑",16],["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],["af41","츬츭츮츯츲츴츶",19],["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],["b041","캚",5,"캢캦",5,"캮",12],["b061","캻",5,"컂",19],["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],["b161","켥",6,"켮켲",5,"켹",11],["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],["b261","쾎",18,"쾢",5,"쾩"],["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],["b541","킕",14,"킦킧킩킪킫킭",5],["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],["b641","턅",7,"턎",17],["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],["b741","텮",13,"텽",6,"톅톆톇톉톊"],["b761","톋",20,"톢톣톥톦톧"],["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],["b841","퇐",7,"퇙",17],["b861","퇫",8,"퇵퇶퇷퇹",13],["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],["be41","퐸",7,"푁푂푃푅",14],["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],["bf41","풞",10,"풪",14],["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],["c061","픞",25],["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],["c161","햌햍햎햏햑",19,"햦햧"],["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],["c361","홢",4,"홨홪",5,"홲홳홵",11],["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],["c641","힍힎힏힑",6,"힚힜힞",5],["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]]')},4284:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["a140","　，、。．‧；：？！︰…‥﹐﹑﹒·﹔﹕﹖﹗｜–︱—︳╴︴﹏（）︵︶｛｝︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′＃＆＊※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯￣＿ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡＋－×÷±√＜＞＝≦≧≠∞≒≡﹢",4,"～∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣／"],["a240","＼∕﹨＄￥〒￠￡％＠℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳０",9,"Ⅰ",9,"〡",8,"十卄卅Ａ",25,"ａ",21],["a340","ｗｘｙｚΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10],["a3a1","ㄐ",25,"˙ˉˊˇˋ"],["a3e1","€"],["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"],["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"],["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"],["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"],["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"],["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"],["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"],["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"],["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"],["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"],["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"],["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"],["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"],["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"],["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"],["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"],["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"],["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"],["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"],["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"],["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"],["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"],["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"],["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"],["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"],["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"],["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"],["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"],["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"],["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"],["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"],["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"],["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"],["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"],["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"],["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"],["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"],["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"],["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"],["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"],["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"],["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"],["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"],["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"],["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"],["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"],["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"],["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"],["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"],["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"],["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"],["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"],["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"],["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"],["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"],["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"],["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"],["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"],["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"],["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"],["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"],["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"],["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"],["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"],["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"],["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"],["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"],["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"],["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"],["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"],["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"],["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"],["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"],["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"],["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"],["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"],["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"],["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"],["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"],["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"],["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"],["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"],["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"],["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"],["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"],["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"],["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"],["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"],["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"],["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"],["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"],["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"],["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"],["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"],["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"],["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"],["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"],["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"],["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"],["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"],["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"],["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"],["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"],["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"],["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"],["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"],["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"],["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"],["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"],["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"],["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"],["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"],["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"],["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"],["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"],["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"],["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"],["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"],["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"],["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"],["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"],["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"],["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"],["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"],["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"],["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"],["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"],["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"],["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"],["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"],["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"],["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"],["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"],["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"],["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"],["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"],["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"],["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"],["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"],["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"],["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"],["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"],["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"],["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"],["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"],["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"],["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"],["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"],["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"],["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"],["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"],["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"],["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"],["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"],["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"],["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"],["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"],["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"],["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"],["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"],["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"],["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"],["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"],["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"],["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"],["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"],["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"]]')},1532:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["8ea1","｡",62],["a1a1","　、。，．・：；？！゛゜´｀¨＾￣＿ヽヾゝゞ〃仝々〆〇ー―‐／＼～∥｜…‥‘’“”（）〔〕［］｛｝〈",9,"＋－±×÷＝≠＜＞≦≧∞∴♂♀°′″℃￥＄￠￡％＃＆＊＠§☆★○●◎◇"],["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],["a2ba","∈∋⊆⊇⊂⊃∪∩"],["a2ca","∧∨￢⇒⇔∀∃"],["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["a2f2","Å‰♯♭♪†‡¶"],["a2fe","◯"],["a3b0","０",9],["a3c1","Ａ",25],["a3e1","ａ",25],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["ada1","①",19,"Ⅰ",9],["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],["f4a1","堯槇遙瑤凜熙"],["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["fcf1","ⅰ",9,"￢￤＇＂"],["8fa2af","˘ˇ¸˙˝¯˛˚～΄΅"],["8fa2c2","¡¦¿"],["8fa2eb","ºª©®™¤№"],["8fa6e1","ΆΈΉΊΪ"],["8fa6e7","Ό"],["8fa6e9","ΎΫ"],["8fa6ec","Ώ"],["8fa6f1","άέήίϊΐόςύϋΰώ"],["8fa7c2","Ђ",10,"ЎЏ"],["8fa7f2","ђ",10,"ўџ"],["8fa9a1","ÆĐ"],["8fa9a4","Ħ"],["8fa9a6","Ĳ"],["8fa9a8","ŁĿ"],["8fa9ab","ŊØŒ"],["8fa9af","ŦÞ"],["8fa9c1","æđðħıĳĸłŀŉŋøœßŧþ"],["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],["8fabbd","ġĥíìïîǐ"],["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]]')},6258:e=>{"use strict";e.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},4346:e=>{"use strict";e.exports=JSON.parse('[["a140","",62],["a180","",32],["a240","",62],["a280","",32],["a2ab","",5],["a2e3","€"],["a2ef",""],["a2fd",""],["a340","",62],["a380","",31,"　"],["a440","",62],["a480","",32],["a4f4","",10],["a540","",62],["a580","",32],["a5f7","",7],["a640","",62],["a680","",32],["a6b9","",7],["a6d9","",6],["a6ec",""],["a6f3",""],["a6f6","",8],["a740","",62],["a780","",32],["a7c2","",14],["a7f2","",12],["a896","",10],["a8bc",""],["a8bf","ǹ"],["a8c1",""],["a8ea","",20],["a958",""],["a95b",""],["a95d",""],["a989","〾⿰",11],["a997","",12],["a9f0","",14],["aaa1","",93],["aba1","",93],["aca1","",93],["ada1","",93],["aea1","",93],["afa1","",93],["d7fa","",4],["f8a1","",93],["f9a1","",93],["faa1","",93],["fba1","",93],["fca1","",93],["fda1","",93],["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"],["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93]]')},2308:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",128],["a1","｡",62],["8140","　、。，．・：；？！゛゜´｀¨＾￣＿ヽヾゝゞ〃仝々〆〇ー―‐／＼～∥｜…‥‘’“”（）〔〕［］｛｝〈",9,"＋－±×"],["8180","÷＝≠＜＞≦≧∞∴♂♀°′″℃￥＄￠￡％＃＆＊＠§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],["81b8","∈∋⊆⊇⊂⊃∪∩"],["81c8","∧∨￢⇒⇔∀∃"],["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["81f0","Å‰♯♭♪†‡¶"],["81fc","◯"],["824f","０",9],["8260","Ａ",25],["8281","ａ",25],["829f","ぁ",82],["8340","ァ",62],["8380","ム",22],["839f","Α",16,"Σ",6],["83bf","α",16,"σ",6],["8440","А",5,"ЁЖ",25],["8470","а",5,"ёж",7],["8480","о",17],["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["8740","①",19,"Ⅰ",9],["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["877e","㍻"],["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["eeef","ⅰ",9,"￢￤＇＂"],["f040","",62],["f080","",124],["f140","",62],["f180","",124],["f240","",62],["f280","",124],["f340","",62],["f380","",124],["f440","",62],["f480","",124],["f540","",62],["f580","",124],["f640","",62],["f680","",124],["f740","",62],["f780","",124],["f840","",62],["f880","",124],["f940",""],["fa40","ⅰ",9,"Ⅰ",9,"￢￤＇＂㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]]')},3765:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["ecma","es"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/mrb-publish+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana"},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana"},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["keynote"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana"},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana"},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana"},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana"},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana"},"image/avcs":{"source":"iana"},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shex":{"extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana"},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},5799:e=>{"use strict";e.exports=JSON.parse('{"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomsvc+xml":["atomsvc"],"application/bdoc":["bdoc"],"application/ccxml+xml":["ccxml"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/font-tdpfr":["pfr"],"application/font-woff":[],"application/font-woff2":[],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/prs.cww":["cww"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["xfdf"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["mpp","mpt"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":[],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":[],"application/x-bittorrent":["torrent"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-iso9660-image":[],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":[],"application/x-msdownload":["com","bat"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["wmf","emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":[],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"application/xaml+xml":["xaml"],"application/xcap-diff+xml":["xdf"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":[],"audio/adpcm":["adp"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mp3":[],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/wav":["wav"],"audio/wave":[],"audio/webm":["weba"],"audio/x-aac":["aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":[],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":[],"audio/x-wav":[],"audio/xm":["xm"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/apng":["apng"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/g3fax":["g3"],"image/gif":["gif"],"image/ief":["ief"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jpm":["jpm"],"image/jpx":["jpx","jpf"],"image/ktx":["ktx"],"image/png":["png"],"image/prs.btif":["btif"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/tiff":["tiff","tif"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":[],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/webp":["webp"],"image/x-3ds":["3ds"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":[],"image/x-pcx":["pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/rfc822":["eml","mime"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["mts"],"model/vnd.vtu":["vtu"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["x3db","x3dbz"],"model/x3d+vrml":["x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/hjson":["hjson"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/prs.lines.tag":["dsc"],"text/richtext":["rtx"],"text/rtf":[],"text/sgml":["sgml","sgm"],"text/slim":["slim","slm"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/vtt":["vtt"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":[],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"text/xml":[],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/jpeg":["jpgv"],"video/jpm":["jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/webm":["webm"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]}')},855:e=>{"use strict";e.exports=JSON.parse('{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","306":"(Unused)","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I\'m a teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Unordered Collection","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"}')}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var r=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(r.exports,r,r.exports,__webpack_require__),r.loaded=!0,r.exports}__webpack_require__.c=__webpack_module_cache__,__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),__webpack_require__(__webpack_require__.s=8762);var __webpack_exports__=__webpack_require__(__webpack_require__.s=4628)})();