qs.system.min.js 32.7 KB
Newer Older
1
System.register([],(function(t){"use strict";return{execute:function(){function e(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function r(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var o={exports:{}};o.exports=function(){function t(e,o,n){function i(p,c){if(!o[p]){if(!e[p]){if(!c&&r)return r(p);if(a)return a(p,!0);var l=new Error("Cannot find module '"+p+"'");throw l.code="MODULE_NOT_FOUND",l}var u=o[p]={exports:{}};e[p][0].call(u.exports,(function(t){return i(e[p][1][t]||t)}),u,u.exports,t,e,o,n)}return o[p].exports}for(var a=r,p=0;p<n.length;p++)i(n[p]);return i}return t}()({1:[function(t,e,r){var o=String.prototype.replace,n=/%20/g,i={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports={default:i.RFC3986,formatters:{RFC1738:function(t){return o.call(t,n,"+")},RFC3986:function(t){return String(t)}},RFC1738:i.RFC1738,RFC3986:i.RFC3986}},{}],2:[function(t,e,r){var o=t("./stringify"),n=t("./parse"),i=t("./formats");e.exports={formats:i,parse:n,stringify:o}},{"./formats":1,"./parse":3,"./stringify":4}],3:[function(t,e,r){var o=t("./utils"),n=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:o.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},p=function(t){return t.replace(/&#(\d+);/g,(function(t,e){return String.fromCharCode(parseInt(e,10))}))},c=function(t,e){return t&&"string"==typeof t&&e.comma&&t.indexOf(",")>-1?t.split(","):t},l="utf8=%26%2310003%3B",u="utf8=%E2%9C%93",f=function(t,e){var r,f={__proto__:null},y=e.ignoreQueryPrefix?t.replace(/^\?/,""):t,s=e.parameterLimit===1/0?void 0:e.parameterLimit,d=y.split(e.delimiter,s),g=-1,b=e.charset;if(e.charsetSentinel)for(r=0;r<d.length;++r)0===d[r].indexOf("utf8=")&&(d[r]===u?b="utf-8":d[r]===l&&(b="iso-8859-1"),g=r,r=d.length);for(r=0;r<d.length;++r)if(r!==g){var m,h,v=d[r],S=v.indexOf("]="),j=-1===S?v.indexOf("="):S+1;-1===j?(m=e.decoder(v,a.decoder,b,"key"),h=e.strictNullHandling?null:""):(m=e.decoder(v.slice(0,j),a.decoder,b,"key"),h=o.maybeMap(c(v.slice(j+1),e),(function(t){return e.decoder(t,a.decoder,b,"value")}))),h&&e.interpretNumericEntities&&"iso-8859-1"===b&&(h=p(h)),v.indexOf("[]=")>-1&&(h=i(h)?[h]:h),n.call(f,m)?f[m]=o.combine(f[m],h):f[m]=h}return f},y=function(t,e,r,o){for(var n=o?e:c(e,r),i=t.length-1;i>=0;--i){var a,p=t[i];if("[]"===p&&r.parseArrays)a=[].concat(n);else{a=r.plainObjects?Object.create(null):{};var l="["===p.charAt(0)&&"]"===p.charAt(p.length-1)?p.slice(1,-1):p,u=parseInt(l,10);r.parseArrays||""!==l?!isNaN(u)&&p!==l&&String(u)===l&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(a=[])[u]=n:"__proto__"!==l&&(a[l]=n):a={0:n}}n=a}return n},s=function(t,e,r,o){if(t){var i=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,a=/(\[[^[\]]*])/,p=/(\[[^[\]]*])/g,c=r.depth>0&&a.exec(i),l=c?i.slice(0,c.index):i,u=[];if(l){if(!r.plainObjects&&n.call(Object.prototype,l)&&!r.allowPrototypes)return;u.push(l)}for(var f=0;r.depth>0&&null!==(c=p.exec(i))&&f<r.depth;){if(f+=1,!r.plainObjects&&n.call(Object.prototype,c[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(c[1])}return c&&u.push("["+i.slice(c.index)+"]"),y(u,e,r,o)}},d=function(t){if(!t)return a;if(null!==t.decoder&&void 0!==t.decoder&&"function"!=typeof t.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var e=void 0===t.charset?a.charset:t.charset;return{allowDots:void 0===t.allowDots?a.allowDots:!!t.allowDots,allowPrototypes:"boolean"==typeof t.allowPrototypes?t.allowPrototypes:a.allowPrototypes,allowSparse:"boolean"==typeof t.allowSparse?t.allowSparse:a.allowSparse,arrayLimit:"number"==typeof t.arrayLimit?t.arrayLimit:a.arrayLimit,charset:e,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof t.comma?t.comma:a.comma,decoder:"function"==typeof t.decoder?t.decoder:a.decoder,delimiter:"string"==typeof t.delimiter||o.isRegExp(t.delimiter)?t.delimiter:a.delimiter,depth:"number"==typeof t.depth||!1===t.depth?+t.depth:a.depth,ignoreQueryPrefix:!0===t.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof t.interpretNumericEntities?t.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof t.parameterLimit?t.parameterLimit:a.parameterLimit,parseArrays:!1!==t.parseArrays,plainObjects:"boolean"==typeof t.plainObjects?t.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:a.strictNullHandling}};e.exports=function(t,e){var r=d(e);if(""===t||null==t)return r.plainObjects?Object.create(null):{};for(var n="string"==typeof t?f(t,r):t,i=r.plainObjects?Object.create(null):{},a=Object.keys(n),p=0;p<a.length;++p){var c=a[p],l=s(c,n[c],r,"string"==typeof t);i=o.merge(i,l,r)}return!0===r.allowSparse?i:o.compact(i)}},{"./utils":5}],4:[function(t,e,r){var o=t("side-channel"),n=t("./utils"),i=t("./formats"),a=Object.prototype.hasOwnProperty,p={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,e){return t+"["+e+"]"},repeat:function(t){return t}},c=Array.isArray,l=Array.prototype.push,u=function(t,e){l.apply(t,c(e)?e:[e])},f=Date.prototype.toISOString,y=i.default,s={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,format:y,formatter:i.formatters[y],indices:!1,serializeDate:function(t){return f.call(t)},skipNulls:!1,strictNullHandling:!1},d=function(t){return"string"==typeof t||"number"==typeof t||"boolean"==typeof t||"symbol"==typeof t||"bigint"==typeof t},g={},b=function t(e,r,i,a,p,l,f,y,b,m,h,v,S,j,A,O){for(var w=e,P=O,x=0,E=!1;void 0!==(P=P.get(g))&&!E;){var R=P.get(e);if(x+=1,void 0!==R){if(R===x)throw new RangeError("Cyclic object value");E=!0}void 0===P.get(g)&&(x=0)}if("function"==typeof y?w=y(r,w):w instanceof Date?w=h(w):"comma"===i&&c(w)&&(w=n.maybeMap(w,(function(t){return t instanceof Date?h(t):t}))),null===w){if(p)return f&&!j?f(r,s.encoder,A,"key",v):r;w=""}if(d(w)||n.isBuffer(w))return f?[S(j?r:f(r,s.encoder,A,"key",v))+"="+S(f(w,s.encoder,A,"value",v))]:[S(r)+"="+S(String(w))];var F,k=[];if(void 0===w)return k;if("comma"===i&&c(w))j&&f&&(w=n.maybeMap(w,f)),F=[{value:w.length>0?w.join(",")||null:void 0}];else if(c(y))F=y;else{var I=Object.keys(w);F=b?I.sort(b):I}for(var N=a&&c(w)&&1===w.length?r+"[]":r,_=0;_<F.length;++_){var M=F[_],D="object"==typeof M&&void 0!==M.value?M.value:w[M];if(!l||null!==D){var U=c(w)?"function"==typeof i?i(N,M):N:N+(m?"."+M:"["+M+"]");O.set(e,x);var B=o();B.set(g,O),u(k,t(D,U,i,a,p,l,"comma"===i&&j&&c(w)?null:f,y,b,m,h,v,S,j,A,B))}}return k},m=function(t){if(!t)return s;if(null!==t.encoder&&void 0!==t.encoder&&"function"!=typeof t.encoder)throw new TypeError("Encoder has to be a function.");var e=t.charset||s.charset;if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==t.format){if(!a.call(i.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var o=i.formatters[r],n=s.filter;return("function"==typeof t.filter||c(t.filter))&&(n=t.filter),{addQueryPrefix:"boolean"==typeof t.addQueryPrefix?t.addQueryPrefix:s.addQueryPrefix,allowDots:void 0===t.allowDots?s.allowDots:!!t.allowDots,charset:e,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:s.charsetSentinel,delimiter:void 0===t.delimiter?s.delimiter:t.delimiter,encode:"boolean"==typeof t.encode?t.encode:s.encode,encoder:"function"==typeof t.encoder?t.encoder:s.encoder,encodeValuesOnly:"boolean"==typeof t.encodeValuesOnly?t.encodeValuesOnly:s.encodeValuesOnly,filter:n,format:r,formatter:o,serializeDate:"function"==typeof t.serializeDate?t.serializeDate:s.serializeDate,skipNulls:"boolean"==typeof t.skipNulls?t.skipNulls:s.skipNulls,sort:"function"==typeof t.sort?t.sort:null,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:s.strictNullHandling}};e.exports=function(t,e){var r,n=t,i=m(e);"function"==typeof i.filter?n=(0,i.filter)("",n):c(i.filter)&&(r=i.filter);var a,l=[];if("object"!=typeof n||null===n)return"";a=e&&e.arrayFormat in p?e.arrayFormat:e&&"indices"in e?e.indices?"indices":"repeat":"indices";var f=p[a];if(e&&"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var y="comma"===f&&e&&e.commaRoundTrip;r||(r=Object.keys(n)),i.sort&&r.sort(i.sort);for(var s=o(),d=0;d<r.length;++d){var g=r[d];i.skipNulls&&null===n[g]||u(l,b(n[g],g,f,y,i.strictNullHandling,i.skipNulls,i.encode?i.encoder:null,i.filter,i.sort,i.allowDots,i.serializeDate,i.format,i.formatter,i.encodeValuesOnly,i.charset,s))}var h=l.join(i.delimiter),v=!0===i.addQueryPrefix?"?":"";return i.charsetSentinel&&("iso-8859-1"===i.charset?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),h.length>0?v+h:""}},{"./formats":1,"./utils":5,"side-channel":17}],5:[function(t,e,r){var o=t("./formats"),n=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var t=[],e=0;e<256;++e)t.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return t}(),p=function(t){for(;t.length>1;){var e=t.pop(),r=e.obj[e.prop];if(i(r)){for(var o=[],n=0;n<r.length;++n)void 0!==r[n]&&o.push(r[n]);e.obj[e.prop]=o}}},c=function(t,e){for(var r=e&&e.plainObjects?Object.create(null):{},o=0;o<t.length;++o)void 0!==t[o]&&(r[o]=t[o]);return r},l=function t(e,r,o){if(!r)return e;if("object"!=typeof r){if(i(e))e.push(r);else{if(!e||"object"!=typeof e)return[e,r];(o&&(o.plainObjects||o.allowPrototypes)||!n.call(Object.prototype,r))&&(e[r]=!0)}return e}if(!e||"object"!=typeof e)return[e].concat(r);var a=e;return i(e)&&!i(r)&&(a=c(e,o)),i(e)&&i(r)?(r.forEach((function(r,i){if(n.call(e,i)){var a=e[i];a&&"object"==typeof a&&r&&"object"==typeof r?e[i]=t(a,r,o):e.push(r)}else e[i]=r})),e):Object.keys(r).reduce((function(e,i){var a=r[i];return n.call(e,i)?e[i]=t(e[i],a,o):e[i]=a,e}),a)},u=function(t,e){return Object.keys(e).reduce((function(t,r){return t[r]=e[r],t}),t)},f=function(t,e,r){var o=t.replace(/\+/g," ");if("iso-8859-1"===r)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(t){return o}},y=function(t,e,r,n,i){if(0===t.length)return t;var p=t;if("symbol"==typeof t?p=Symbol.prototype.toString.call(t):"string"!=typeof t&&(p=String(t)),"iso-8859-1"===r)return escape(p).replace(/%u[0-9a-f]{4}/gi,(function(t){return"%26%23"+parseInt(t.slice(2),16)+"%3B"}));for(var c="",l=0;l<p.length;++l){var u=p.charCodeAt(l);45===u||46===u||95===u||126===u||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||i===o.RFC1738&&(40===u||41===u)?c+=p.charAt(l):u<128?c+=a[u]:u<2048?c+=a[192|u>>6]+a[128|63&u]:u<55296||u>=57344?c+=a[224|u>>12]+a[128|u>>6&63]+a[128|63&u]:(l+=1,u=65536+((1023&u)<<10|1023&p.charCodeAt(l)),c+=a[240|u>>18]+a[128|u>>12&63]+a[128|u>>6&63]+a[128|63&u])}return c},s=function(t){for(var e=[{obj:{o:t},prop:"o"}],r=[],o=0;o<e.length;++o)for(var n=e[o],i=n.obj[n.prop],a=Object.keys(i),c=0;c<a.length;++c){var l=a[c],u=i[l];"object"==typeof u&&null!==u&&-1===r.indexOf(u)&&(e.push({obj:i,prop:l}),r.push(u))}return p(e),t},d=function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},g=function(t){return!(!t||"object"!=typeof t||!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t)))},b=function(t,e){return[].concat(t,e)},m=function(t,e){if(i(t)){for(var r=[],o=0;o<t.length;o+=1)r.push(e(t[o]));return r}return e(t)};e.exports={arrayToObject:c,assign:u,combine:b,compact:s,decode:f,encode:y,isBuffer:g,isRegExp:d,maybeMap:m,merge:l}},{"./formats":1}],6:[function(t,e,r){},{}],7:[function(t,e,r){var o=t("get-intrinsic"),n=t("./"),i=n(o("String.prototype.indexOf"));e.exports=function(t,e){var r=o(t,!!e);return"function"==typeof r&&i(t,".prototype.")>-1?n(r):r}},{"./":8,"get-intrinsic":11}],8:[function(t,e,r){var o=t("function-bind"),n=t("get-intrinsic"),i=n("%Function.prototype.apply%"),a=n("%Function.prototype.call%"),p=n("%Reflect.apply%",!0)||o.call(a,i),c=n("%Object.getOwnPropertyDescriptor%",!0),l=n("%Object.defineProperty%",!0),u=n("%Math.max%");if(l)try{l({},"a",{value:1})}catch(t){l=null}e.exports=function(t){var e=p(o,a,arguments);return c&&l&&c(e,"length").configurable&&l(e,"length",{value:1+u(0,t.length-(arguments.length-1))}),e};var f=function(){return p(o,i,arguments)};l?l(e.exports,"apply",{value:f}):e.exports.apply=f},{"function-bind":10,"get-intrinsic":11}],9:[function(t,e,r){var o="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,i=Object.prototype.toString,a="[object Function]";e.exports=function(t){var e=this;if("function"!=typeof e||i.call(e)!==a)throw new TypeError(o+e);for(var r,p=n.call(arguments,1),c=function(){if(this instanceof r){var o=e.apply(this,p.concat(n.call(arguments)));return Object(o)===o?o:this}return e.apply(t,p.concat(n.call(arguments)))},l=Math.max(0,e.length-p.length),u=[],f=0;f<l;f++)u.push("$"+f);if(r=Function("binder","return function ("+u.join(",")+"){ return binder.apply(this,arguments); }")(c),e.prototype){var y=function(){};y.prototype=e.prototype,r.prototype=new y,y.prototype=null}return r}},{}],10:[function(t,e,r){var o=t("./implementation");e.exports=Function.prototype.bind||o},{"./implementation":9}],11:[function(t,e,r){var o,n=SyntaxError,i=Function,a=TypeError,p=function(t){try{return i('"use strict"; return ('+t+").constructor;")()}catch(t){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(t){c=null}var l=function(){throw new a},u=c?function(){try{return l}catch(t){try{return c(arguments,"callee").get}catch(t){return l}}}():l,f=t("has-symbols")(),y=t("has-proto")(),s=Object.getPrototypeOf||(y?function(t){return t.__proto__}:null),d={},g="undefined"!=typeof Uint8Array&&s?s(Uint8Array):o,b={"%AggregateError%":"undefined"==typeof AggregateError?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?o:ArrayBuffer,"%ArrayIteratorPrototype%":f&&s?s([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?o:Atomics,"%BigInt%":"undefined"==typeof BigInt?o:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?o:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?o:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?o:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?o:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?o:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?o:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?o:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?o:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f&&s?s(s([][Symbol.iterator]())):o,"%JSON%":"object"==typeof JSON?JSON:o,"%Map%":"undefined"==typeof Map?o:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&f&&s?s((new Map)[Symbol.iterator]()):o,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?o:Promise,"%Proxy%":"undefined"==typeof Proxy?o:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?o:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?o:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&f&&s?s((new Set)[Symbol.iterator]()):o,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f&&s?s(""[Symbol.iterator]()):o,"%Symbol%":f?Symbol:o,"%SyntaxError%":n,"%ThrowTypeError%":u,"%TypedArray%":g,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?o:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?o:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?o:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?o:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?o:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?o:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?o:WeakSet};if(s)try{null.error}catch(t){var m=s(s(t));b["%Error.prototype%"]=m}var h=function t(e){var r;if("%AsyncFunction%"===e)r=p("async function () {}");else if("%GeneratorFunction%"===e)r=p("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=p("async function* () {}");else if("%AsyncGenerator%"===e){var o=t("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===e){var n=t("%AsyncGenerator%");n&&s&&(r=s(n.prototype))}return b[e]=r,r},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},S=t("function-bind"),j=t("has"),A=S.call(Function.call,Array.prototype.concat),O=S.call(Function.apply,Array.prototype.splice),w=S.call(Function.call,String.prototype.replace),P=S.call(Function.call,String.prototype.slice),x=S.call(Function.call,RegExp.prototype.exec),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,R=/\\(\\)?/g,F=function(t){var e=P(t,0,1),r=P(t,-1);if("%"===e&&"%"!==r)throw new n("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new n("invalid intrinsic syntax, expected opening `%`");var o=[];return w(t,E,(function(t,e,r,n){o[o.length]=r?w(n,R,"$1"):e||t})),o},k=function(t,e){var r,o=t;if(j(v,o)&&(o="%"+(r=v[o])[0]+"%"),j(b,o)){var i=b[o];if(i===d&&(i=h(o)),void 0===i&&!e)throw new a("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:o,value:i}}throw new n("intrinsic "+t+" does not exist!")};e.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new a('"allowMissing" argument must be a boolean');if(null===x(/^%?[^%]*%?$/,t))throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=F(t),o=r.length>0?r[0]:"",i=k("%"+o+"%",e),p=i.name,l=i.value,u=!1,f=i.alias;f&&(o=f[0],O(r,A([0,1],f)));for(var y=1,s=!0;y<r.length;y+=1){var d=r[y],g=P(d,0,1),m=P(d,-1);if(('"'===g||"'"===g||"`"===g||'"'===m||"'"===m||"`"===m)&&g!==m)throw new n("property names with quotes must have matching quotes");if("constructor"!==d&&s||(u=!0),j(b,p="%"+(o+="."+d)+"%"))l=b[p];else if(null!=l){if(!(d in l)){if(!e)throw new a("base intrinsic for "+t+" exists, but the property is not available.");return}if(c&&y+1>=r.length){var h=c(l,d);l=(s=!!h)&&"get"in h&&!("originalValue"in h.get)?h.get:l[d]}else s=j(l,d),l=l[d];s&&!u&&(b[p]=l)}}return l}},{"function-bind":10,has:15,"has-proto":12,"has-symbols":13}],12:[function(t,e,r){var o={foo:{}},n=Object;e.exports=function(){return{__proto__:o}.foo===o.foo&&!({__proto__:null}instanceof n)}},{}],13:[function(t,e,r){var o="undefined"!=typeof Symbol&&Symbol,n=t("./shams");e.exports=function(){return"function"==typeof o&&"function"==typeof Symbol&&"symbol"==typeof o("foo")&&"symbol"==typeof Symbol("bar")&&n()}},{"./shams":14}],14:[function(t,e,r){e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;var o=42;for(e in t[e]=o,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var n=Object.getOwnPropertySymbols(t);if(1!==n.length||n[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(i.value!==o||!0!==i.enumerable)return!1}return!0}},{}],15:[function(t,e,r){var o=t("function-bind");e.exports=o.call(Function.call,Object.prototype.hasOwnProperty)},{"function-bind":10}],16:[function(t,e,r){var o="function"==typeof Map&&Map.prototype,n=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=o&&n&&"function"==typeof n.get?n.get:null,a=o&&Map.prototype.forEach,p="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&p?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,l=p&&c&&"function"==typeof c.get?c.get:null,u=p&&Set.prototype.forEach,f="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,y="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,s="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,d=Boolean.prototype.valueOf,g=Object.prototype.toString,b=Function.prototype.toString,m=String.prototype.match,h=String.prototype.slice,v=String.prototype.replace,S=String.prototype.toUpperCase,j=String.prototype.toLowerCase,A=RegExp.prototype.test,O=Array.prototype.concat,w=Array.prototype.join,P=Array.prototype.slice,x=Math.floor,E="function"==typeof BigInt?BigInt.prototype.valueOf:null,R=Object.getOwnPropertySymbols,F="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,k="function"==typeof Symbol&&"object"==typeof Symbol.iterator,I="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,N=Object.prototype.propertyIsEnumerable,_=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function M(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||A.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var o=t<0?-x(-t):x(t);if(o!==t){var n=String(o),i=h.call(e,n.length+1);return v.call(n,r,"$&_")+"."+v.call(v.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return v.call(e,r,"$&_")}var D=t("./util.inspect"),U=D.custom,B=z(U)?U:null;function C(t,e,r){var o="double"===(r.quoteStyle||e)?'"':"'";return o+t+o}function T(t){return v.call(String(t),/"/g,"&quot;")}function W(t){return!("[object Array]"!==X(t)||I&&"object"==typeof t&&I in t)}function L(t){return!("[object Date]"!==X(t)||I&&"object"==typeof t&&I in t)}function G(t){return!("[object RegExp]"!==X(t)||I&&"object"==typeof t&&I in t)}function $(t){return!("[object Error]"!==X(t)||I&&"object"==typeof t&&I in t)}function q(t){return!("[object String]"!==X(t)||I&&"object"==typeof t&&I in t)}function H(t){return!("[object Number]"!==X(t)||I&&"object"==typeof t&&I in t)}function V(t){return!("[object Boolean]"!==X(t)||I&&"object"==typeof t&&I in t)}function z(t){if(k)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!F)return!1;try{return F.call(t),!0}catch(t){}return!1}function Q(t){if(!t||"object"!=typeof t||!E)return!1;try{return E.call(t),!0}catch(t){}return!1}e.exports=function t(e,r,o,n){var p=r||{};if(K(p,"quoteStyle")&&"single"!==p.quoteStyle&&"double"!==p.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(K(p,"maxStringLength")&&("number"==typeof p.maxStringLength?p.maxStringLength<0&&p.maxStringLength!==1/0:null!==p.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var c=!K(p,"customInspect")||p.customInspect;if("boolean"!=typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(K(p,"indent")&&null!==p.indent&&"\t"!==p.indent&&!(parseInt(p.indent,10)===p.indent&&p.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(K(p,"numericSeparator")&&"boolean"!=typeof p.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var f=p.numericSeparator;if(void 0===e)return"undefined";if(null===e)return"null";if("boolean"==typeof e)return e?"true":"false";if("string"==typeof e)return at(e,p);if("number"==typeof e){if(0===e)return 1/0/e>0?"0":"-0";var y=String(e);return f?M(e,y):y}if("bigint"==typeof e){var s=String(e)+"n";return f?M(e,s):s}var g=void 0===p.depth?5:p.depth;if(void 0===o&&(o=0),o>=g&&g>0&&"object"==typeof e)return W(e)?"[Array]":"[Object]";var b=yt(p,o);if(void 0===n)n=[];else if(Z(n,e)>=0)return"[Circular]";function m(e,r,i){if(r&&(n=P.call(n)).push(r),i){var a={depth:p.depth};return K(p,"quoteStyle")&&(a.quoteStyle=p.quoteStyle),t(e,a,o+1,n)}return t(e,p,o+1,n)}if("function"==typeof e&&!G(e)){var S=Y(e),A=dt(e,m);return"[Function"+(S?": "+S:" (anonymous)")+"]"+(A.length>0?" { "+w.call(A,", ")+" }":"")}if(z(e)){var x=k?v.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):F.call(e);return"object"!=typeof e||k?x:ct(x)}if(it(e)){for(var R="<"+j.call(String(e.nodeName)),U=e.attributes||[],J=0;J<U.length;J++)R+=" "+U[J].name+"="+C(T(U[J].value),"double",p);return R+=">",e.childNodes&&e.childNodes.length&&(R+="..."),R+="</"+j.call(String(e.nodeName))+">"}if(W(e)){if(0===e.length)return"[]";var pt=dt(e,m);return b&&!ft(pt)?"["+st(pt,b)+"]":"[ "+w.call(pt,", ")+" ]"}if($(e)){var gt=dt(e,m);return"cause"in Error.prototype||!("cause"in e)||N.call(e,"cause")?0===gt.length?"["+String(e)+"]":"{ ["+String(e)+"] "+w.call(gt,", ")+" }":"{ ["+String(e)+"] "+w.call(O.call("[cause]: "+m(e.cause),gt),", ")+" }"}if("object"==typeof e&&c){if(B&&"function"==typeof e[B]&&D)return D(e,{depth:g-o});if("symbol"!==c&&"function"==typeof e.inspect)return e.inspect()}if(tt(e)){var bt=[];return a&&a.call(e,(function(t,r){bt.push(m(r,e,!0)+" => "+m(t,e))})),ut("Map",i.call(e),bt,b)}if(ot(e)){var mt=[];return u&&u.call(e,(function(t){mt.push(m(t,e))})),ut("Set",l.call(e),mt,b)}if(et(e))return lt("WeakMap");if(nt(e))return lt("WeakSet");if(rt(e))return lt("WeakRef");if(H(e))return ct(m(Number(e)));if(Q(e))return ct(m(E.call(e)));if(V(e))return ct(d.call(e));if(q(e))return ct(m(String(e)));if(!L(e)&&!G(e)){var ht=dt(e,m),vt=_?_(e)===Object.prototype:e instanceof Object||e.constructor===Object,St=e instanceof Object?"":"null prototype",jt=!vt&&I&&Object(e)===e&&I in e?h.call(X(e),8,-1):St?"Object":"",At=(vt||"function"!=typeof e.constructor?"":e.constructor.name?e.constructor.name+" ":"")+(jt||St?"["+w.call(O.call([],jt||[],St||[]),": ")+"] ":"");return 0===ht.length?At+"{}":b?At+"{"+st(ht,b)+"}":At+"{ "+w.call(ht,", ")+" }"}return String(e)};var J=Object.prototype.hasOwnProperty||function(t){return t in this};function K(t,e){return J.call(t,e)}function X(t){return g.call(t)}function Y(t){if(t.name)return t.name;var e=m.call(b.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function Z(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,o=t.length;r<o;r++)if(t[r]===e)return r;return-1}function tt(t){if(!i||!t||"object"!=typeof t)return!1;try{i.call(t);try{l.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}function et(t){if(!f||!t||"object"!=typeof t)return!1;try{f.call(t,f);try{y.call(t,y)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}function rt(t){if(!s||!t||"object"!=typeof t)return!1;try{return s.call(t),!0}catch(t){}return!1}function ot(t){if(!l||!t||"object"!=typeof t)return!1;try{l.call(t);try{i.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}function nt(t){if(!y||!t||"object"!=typeof t)return!1;try{y.call(t,y);try{f.call(t,f)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}function it(t){return!(!t||"object"!=typeof t)&&("undefined"!=typeof HTMLElement&&t instanceof HTMLElement||"string"==typeof t.nodeName&&"function"==typeof t.getAttribute)}function at(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,o="... "+r+" more character"+(r>1?"s":"");return at(h.call(t,0,e.maxStringLength),e)+o}return C(v.call(v.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,pt),"single",e)}function pt(t){var e=t.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return r?"\\"+r:"\\x"+(e<16?"0":"")+S.call(e.toString(16))}function ct(t){return"Object("+t+")"}function lt(t){return t+" { ? }"}function ut(t,e,r,o){return t+" ("+e+") {"+(o?st(r,o):w.call(r,", "))+"}"}function ft(t){for(var e=0;e<t.length;e++)if(Z(t[e],"\n")>=0)return!1;return!0}function yt(t,e){var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;r=w.call(Array(t.indent+1)," ")}return{base:r,prev:w.call(Array(e+1),r)}}function st(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+w.call(t,","+r)+"\n"+e.prev}function dt(t,e){var r=W(t),o=[];if(r){o.length=t.length;for(var n=0;n<t.length;n++)o[n]=K(t,n)?e(t[n],t):""}var i,a="function"==typeof R?R(t):[];if(k){i={};for(var p=0;p<a.length;p++)i["$"+a[p]]=a[p]}for(var c in t)K(t,c)&&(r&&String(Number(c))===c&&c<t.length||k&&i["$"+c]instanceof Symbol||(A.call(/[^\w$]/,c)?o.push(e(c,t)+": "+e(t[c],t)):o.push(c+": "+e(t[c],t))));if("function"==typeof R)for(var l=0;l<a.length;l++)N.call(t,a[l])&&o.push("["+e(a[l])+"]: "+e(t[a[l]],t));return o}},{"./util.inspect":6}],17:[function(t,e,r){var o=t("get-intrinsic"),n=t("call-bind/callBound"),i=t("object-inspect"),a=o("%TypeError%"),p=o("%WeakMap%",!0),c=o("%Map%",!0),l=n("WeakMap.prototype.get",!0),u=n("WeakMap.prototype.set",!0),f=n("WeakMap.prototype.has",!0),y=n("Map.prototype.get",!0),s=n("Map.prototype.set",!0),d=n("Map.prototype.has",!0),g=function(t,e){for(var r,o=t;null!==(r=o.next);o=r)if(r.key===e)return o.next=r.next,r.next=t.next,t.next=r,r},b=function(t,e){var r=g(t,e);return r&&r.value},m=function(t,e,r){var o=g(t,e);o?o.value=r:t.next={key:e,next:t.next,value:r}},h=function(t,e){return!!g(t,e)};e.exports=function(){var t,e,r,o={assert:function(t){if(!o.has(t))throw new a("Side channel does not contain "+i(t))},get:function(o){if(p&&o&&("object"==typeof o||"function"==typeof o)){if(t)return l(t,o)}else if(c){if(e)return y(e,o)}else if(r)return b(r,o)},has:function(o){if(p&&o&&("object"==typeof o||"function"==typeof o)){if(t)return f(t,o)}else if(c){if(e)return d(e,o)}else if(r)return h(r,o);return!1},set:function(o,n){p&&o&&("object"==typeof o||"function"==typeof o)?(t||(t=new p),u(t,o,n)):c?(e||(e=new c),s(e,o,n)):(r||(r={key:{},next:null}),m(r,o,n))}};return o}},{"call-bind/callBound":7,"get-intrinsic":11,"object-inspect":16}]},{},[2])(2);t("default",e(o.exports))}}}));