1 line
37 KiB
JavaScript
1 line
37 KiB
JavaScript
!function(t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Qs=t()}(function(){return function o(n,i,a){function p(e,t){if(!i[e]){if(!n[e]){var r="function"==typeof require&&require;if(!t&&r)return r(e,!0);if(l)return l(e,!0);throw(t=new Error("Cannot find module '"+e+"'")).code="MODULE_NOT_FOUND",t}r=i[e]={exports:{}},n[e][0].call(r.exports,function(t){return p(n[e][1][t]||t)},r,r.exports,o,n,i,a)}return i[e].exports}for(var l="function"==typeof require&&require,t=0;t<a.length;t++)p(a[t]);return p}({1:[function(t,e,r){var o=String.prototype.replace,n=/%20/g,i="RFC1738",a="RFC3986";e.exports={default:a,formatters:{RFC1738:function(t){return o.call(t,n,"+")},RFC3986:function(t){return String(t)}},RFC1738:i,RFC3986:a}},{}],2:[function(t,e,r){var o=t(4),n=t(3),t=t(1);e.exports={formats:t,parse:n,stringify:o}},{1:1,3:3,4:4}],3:[function(t,e,r){function l(t,e){var r={__proto__:null},t=(t=e.ignoreQueryPrefix?t.replace(/^\?/,""):t).replace(/%5B/gi,"[").replace(/%5D/gi,"]"),o=e.parameterLimit===1/0?void 0:e.parameterLimit,n=t.split(e.delimiter,e.throwOnLimitExceeded?o+1:o);if(e.throwOnLimitExceeded&&n.length>o)throw new RangeError("Parameter limit exceeded. Only "+o+" parameter"+(1===o?"":"s")+" allowed.");var i,a,p,l,c=-1,f=e.charset;if(e.charsetSentinel)for(i=0;i<n.length;++i)0===n[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===n[i]?f="utf-8":"utf8=%26%2310003%3B"===n[i]&&(f="iso-8859-1"),c=i,i=n.length);for(i=0;i<n.length;++i)i!==c&&((p=-1===(p=-1===(p=(l=n[i]).indexOf("]="))?l.indexOf("="):p+1)?(a=e.decoder(l,u.decoder,f,"key"),e.strictNullHandling?null:""):(a=e.decoder(l.slice(0,p),u.decoder,f,"key"),b.maybeMap(w(l.slice(p+1),e,y(r[a])?r[a].length:0),function(t){return e.decoder(t,u.decoder,f,"value")})))&&e.interpretNumericEntities&&"iso-8859-1"===f&&(p=String(p).replace(/&#(\d+);/g,function(t,e){return String.fromCharCode(parseInt(e,10))})),-1<l.indexOf("[]=")&&(p=y(p)?[p]:p),(l=v.call(r,a))&&"combine"===e.duplicates?r[a]=b.combine(r[a],p):l&&"last"!==e.duplicates||(r[a]=p));return r}function c(t,e,r,o){if(t){var n=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/g,a=0<r.depth&&/(\[[^[\]]*])/.exec(n),t=a?n.slice(0,a.index):n,p=[];if(t){if(!r.plainObjects&&v.call(Object.prototype,t)&&!r.allowPrototypes)return;p.push(t)}for(var l=0;0<r.depth&&null!==(a=i.exec(n))&&l<r.depth;){if(l+=1,!r.plainObjects&&v.call(Object.prototype,a[1].slice(1,-1))&&!r.allowPrototypes)return;p.push(a[1])}if(a){if(!0===r.strictDepth)throw new RangeError("Input depth exceeded depth option of "+r.depth+" and strictDepth is true");p.push("["+n.slice(a.index)+"]")}var c,f=p,t=e,y=r,e=o,o=0;0<f.length&&"[]"===f[f.length-1]&&(c=f.slice(0,-1).join(""),o=Array.isArray(t)&&t[c]?t[c].length:0);for(var u=e?t:w(t,y,o),s=f.length-1;0<=s;--s){var d,h,g,m=f[s];"[]"===m&&y.parseArrays?d=y.allowEmptyArrays&&(""===u||y.strictNullHandling&&null===u)?[]:b.combine([],u):(d=y.plainObjects?{__proto__:null}:{},h="["===m.charAt(0)&&"]"===m.charAt(m.length-1)?m.slice(1,-1):m,h=y.decodeDotInKeys?h.replace(/%2E/g,"."):h,g=parseInt(h,10),y.parseArrays||""!==h?!isNaN(g)&&m!==h&&String(g)===h&&0<=g&&y.parseArrays&&g<=y.arrayLimit?(d=[])[g]=u:"__proto__"!==h&&(d[h]=u):d={0:u}),u=d}return u}}var b=t(5),v=Object.prototype.hasOwnProperty,y=Array.isArray,u={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:b.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},w=function(t,e,r){if(t&&"string"==typeof t&&e.comma&&-1<t.indexOf(","))return t.split(",");if(e.throwOnLimitExceeded&&r>=e.arrayLimit)throw new RangeError("Array limit exceeded. Only "+e.arrayLimit+" element"+(1===e.arrayLimit?"":"s")+" allowed in an array.");return t};e.exports=function(t,e){var r=(t=>{if(!t)return u;if(void 0!==t.allowEmptyArrays&&"boolean"!=typeof t.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==t.decodeDotInKeys&&"boolean"!=typeof t.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!=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");if(void 0!==t.throwOnLimitExceeded&&"boolean"!=typeof t.throwOnLimitExceeded)throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var e=(void 0===t.charset?u:t).charset,r=(void 0===t.duplicates?u:t).duplicates;if("combine"!==r&&"first"!==r&&"last"!==r)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===t.allowDots?!0===t.decodeDotInKeys||u.allowDots:!!t.allowDots,allowEmptyArrays:"boolean"==typeof t.allowEmptyArrays?!!t.allowEmptyArrays:u.allowEmptyArrays,allowPrototypes:("boolean"==typeof t.allowPrototypes?t:u).allowPrototypes,allowSparse:("boolean"==typeof t.allowSparse?t:u).allowSparse,arrayLimit:("number"==typeof t.arrayLimit?t:u).arrayLimit,charset:e,charsetSentinel:("boolean"==typeof t.charsetSentinel?t:u).charsetSentinel,comma:("boolean"==typeof t.comma?t:u).comma,decodeDotInKeys:("boolean"==typeof t.decodeDotInKeys?t:u).decodeDotInKeys,decoder:("function"==typeof t.decoder?t:u).decoder,delimiter:("string"==typeof t.delimiter||b.isRegExp(t.delimiter)?t:u).delimiter,depth:"number"==typeof t.depth||!1===t.depth?+t.depth:u.depth,duplicates:r,ignoreQueryPrefix:!0===t.ignoreQueryPrefix,interpretNumericEntities:("boolean"==typeof t.interpretNumericEntities?t:u).interpretNumericEntities,parameterLimit:("number"==typeof t.parameterLimit?t:u).parameterLimit,parseArrays:!1!==t.parseArrays,plainObjects:("boolean"==typeof t.plainObjects?t:u).plainObjects,strictDepth:"boolean"==typeof t.strictDepth?!!t.strictDepth:u.strictDepth,strictNullHandling:("boolean"==typeof t.strictNullHandling?t:u).strictNullHandling,throwOnLimitExceeded:"boolean"==typeof t.throwOnLimitExceeded&&t.throwOnLimitExceeded}})(e);if(""===t||null==t)return r.plainObjects?{__proto__:null}:{};for(var o="string"==typeof t?l(t,r):t,n=r.plainObjects?{__proto__:null}:{},i=Object.keys(o),a=0;a<i.length;++a)var p=i[a],p=c(p,o[p],r,"string"==typeof t),n=b.merge(n,p,r);return!0===r.allowSparse?n:b.compact(n)}},{5:5}],4:[function(t,e,r){function D(t,e){o.apply(t,N(e)?e:[e])}function F(t,e,r,o,n,i,a,p,l,c,f,y,u,s,d,h,g,m){for(var b=t,v=m,w=0,S=!1;void 0!==(v=v.get(U))&&!S;){var A=v.get(t);if(w+=1,void 0!==A){if(A===w)throw new RangeError("Cyclic object value");S=!0}void 0===v.get(U)&&(w=0)}if("function"==typeof c?b=c(e,b):b instanceof Date?b=u(b):"comma"===r&&N(b)&&(b=k.maybeMap(b,function(t){return t instanceof Date?u(t):t})),null===b){if(i)return l&&!h?l(e,T.encoder,g,"key",s):e;b=""}if("string"==typeof(j=b)||"number"==typeof j||"boolean"==typeof j||"symbol"==typeof j||"bigint"==typeof j||k.isBuffer(b))return l?[d(h?e:l(e,T.encoder,g,"key",s))+"="+d(l(b,T.encoder,g,"value",s))]:[d(e)+"="+d(String(b))];var x=[];if(void 0!==b){O="comma"===r&&N(b)?[{value:0<(b=h&&l?k.maybeMap(b,l):b).length?b.join(",")||null:void 0}]:N(c)?c:(j=Object.keys(b),f?j.sort(f):j);var O,j=p?String(e).replace(/\./g,"%2E"):String(e),E=o&&N(b)&&1===b.length?j+"[]":j;if(n&&N(b)&&0===b.length)return E+"[]";for(var P=0;P<O.length;++P){var I,_=O[P],R="object"==typeof _&&_&&void 0!==_.value?_.value:b[_];a&&null===R||(_=y&&p?String(_).replace(/\./g,"%2E"):String(_),_=N(b)?"function"==typeof r?r(E,_):E:E+(y?"."+_:"["+_+"]"),m.set(t,w),(I=M()).set(U,m),D(x,F(R,_,r,o,n,i,a,p,"comma"===r&&h&&N(b)?null:l,c,f,y,u,s,d,h,g,I)))}}return x}var M=t(46),k=t(5),u=t(1),s=Object.prototype.hasOwnProperty,d={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,e){return t+"["+e+"]"},repeat:function(t){return t}},N=Array.isArray,o=Array.prototype.push,n=Date.prototype.toISOString,t=u.default,T={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:k.encode,encodeValuesOnly:!1,filter:void 0,format:t,formatter:u.formatters[t],indices:!1,serializeDate:function(t){return n.call(t)},skipNulls:!1,strictNullHandling:!1},U={};e.exports=function(t,e){var r=t,o=(t=>{if(!t)return T;if(void 0!==t.allowEmptyArrays&&"boolean"!=typeof t.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==t.encodeDotInKeys&&"boolean"!=typeof t.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!=t.encoder&&"function"!=typeof t.encoder)throw new TypeError("Encoder has to be a function.");var e=t.charset||T.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=u.default;if(void 0!==t.format){if(!s.call(u.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var o,n=u.formatters[r],i=T.filter;if("function"!=typeof t.filter&&!N(t.filter)||(i=t.filter),o=t.arrayFormat in d?t.arrayFormat:"indices"in t?t.indices?"indices":"repeat":T.arrayFormat,"commaRoundTrip"in t&&"boolean"!=typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var a=void 0===t.allowDots?!0===t.encodeDotInKeys||T.allowDots:!!t.allowDots;return{addQueryPrefix:("boolean"==typeof t.addQueryPrefix?t:T).addQueryPrefix,allowDots:a,allowEmptyArrays:"boolean"==typeof t.allowEmptyArrays?!!t.allowEmptyArrays:T.allowEmptyArrays,arrayFormat:o,charset:e,charsetSentinel:("boolean"==typeof t.charsetSentinel?t:T).charsetSentinel,commaRoundTrip:!!t.commaRoundTrip,delimiter:(void 0===t.delimiter?T:t).delimiter,encode:("boolean"==typeof t.encode?t:T).encode,encodeDotInKeys:("boolean"==typeof t.encodeDotInKeys?t:T).encodeDotInKeys,encoder:("function"==typeof t.encoder?t:T).encoder,encodeValuesOnly:("boolean"==typeof t.encodeValuesOnly?t:T).encodeValuesOnly,filter:i,format:r,formatter:n,serializeDate:("function"==typeof t.serializeDate?t:T).serializeDate,skipNulls:("boolean"==typeof t.skipNulls?t:T).skipNulls,sort:"function"==typeof t.sort?t.sort:null,strictNullHandling:("boolean"==typeof t.strictNullHandling?t:T).strictNullHandling}})(e),n=("function"==typeof o.filter?r=(0,o.filter)("",r):N(o.filter)&&(p=o.filter),[]);if("object"!=typeof r||null===r)return"";var i=d[o.arrayFormat],a="comma"===i&&o.commaRoundTrip,p=p||Object.keys(r);o.sort&&p.sort(o.sort);for(var l=M(),c=0;c<p.length;++c){var f=p[c],y=r[f];o.skipNulls&&null===y||D(n,F(y,f,i,a,o.allowEmptyArrays,o.strictNullHandling,o.skipNulls,o.encodeDotInKeys,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset,l))}t=n.join(o.delimiter),e=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?e+="utf8=%26%2310003%3B&":e+="utf8=%E2%9C%93&"),0<t.length?e+t:""}},{1:1,46:46,5:5}],5:[function(t,e,r){var u=t(1),p=Object.prototype.hasOwnProperty,h=Array.isArray,s=(()=>{for(var t=[],e=0;e<256;++e)t.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return t})();e.exports={combine:function(t,e){return[].concat(t,e)},compact: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),p=0;p<a.length;++p){var l=a[p],c=i[l];"object"==typeof c&&null!==c&&-1===r.indexOf(c)&&(e.push({obj:i,prop:l}),r.push(c))}for(var f=e;1<f.length;){var y=f.pop(),u=y.obj[y.prop];if(h(u)){for(var s=[],d=0;d<u.length;++d)void 0!==u[d]&&s.push(u[d]);y.obj[y.prop]=s}}return t},decode: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}},encode:function(t,e,r,o,n){if(0===t.length)return t;var i=t;if("symbol"==typeof t?i=Symbol.prototype.toString.call(t):"string"!=typeof t&&(i=String(t)),"iso-8859-1"===r)return escape(i).replace(/%u[0-9a-f]{4}/gi,function(t){return"%26%23"+parseInt(t.slice(2),16)+"%3B"});for(var a="",p=0;p<i.length;p+=1024){for(var l=1024<=i.length?i.slice(p,p+1024):i,c=[],f=0;f<l.length;++f){var y=l.charCodeAt(f);45===y||46===y||95===y||126===y||48<=y&&y<=57||65<=y&&y<=90||97<=y&&y<=122||n===u.RFC1738&&(40===y||41===y)?c[c.length]=l.charAt(f):y<128?c[c.length]=s[y]:y<2048?c[c.length]=s[192|y>>6]+s[128|63&y]:y<55296||57344<=y?c[c.length]=s[224|y>>12]+s[128|y>>6&63]+s[128|63&y]:(f+=1,y=65536+((1023&y)<<10|1023&l.charCodeAt(f)),c[c.length]=s[240|y>>18]+s[128|y>>12&63]+s[128|y>>6&63]+s[128|63&y])}a+=c.join("")}return a},isBuffer:function(t){return!(!t||"object"!=typeof t||!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t)))},isRegExp:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},maybeMap:function(t,e){if(h(t)){for(var r=[],o=0;o<t.length;o+=1)r.push(e(t[o]));return r}return e(t)},merge:function o(n,i,a){if(!i)return n;if("object"!=typeof i&&"function"!=typeof i){if(h(n))n.push(i);else{if(!n||"object"!=typeof n)return[n,i];(a&&(a.plainObjects||a.allowPrototypes)||!p.call(Object.prototype,i))&&(n[i]=!0)}return n}var t;return n&&"object"==typeof n?(h(t=n)&&!h(i)&&(t=((t,e)=>{for(var r=e&&e.plainObjects?{__proto__:null}:{},o=0;o<t.length;++o)void 0!==t[o]&&(r[o]=t[o]);return r})(n,a)),h(n)&&h(i)?(i.forEach(function(t,e){var r;p.call(n,e)?(r=n[e])&&"object"==typeof r&&t&&"object"==typeof t?n[e]=o(r,t,a):n.push(t):n[e]=t}),n):Object.keys(i).reduce(function(t,e){var r=i[e];return p.call(t,e)?t[e]=o(t[e],r,a):t[e]=r,t},t)):[n].concat(i)}}},{1:1}],46:[function(t,e,r){var o=t(20),n=t(42),i=t(43),a=t(44),p=t(45)||a||i;e.exports=function(){var r,e={assert:function(t){if(!e.has(t))throw new o("Side channel does not contain "+n(t))},delete:function(t){return!!r&&r.delete(t)},get:function(t){return r&&r.get(t)},has:function(t){return!!r&&r.has(t)},set:function(t,e){(r=r||p()).set(t,e)}};return e}},{20:20,42:42,43:43,44:44,45:45}],6:[function(t,e,r){},{}],7:[function(t,e,r){var o=t(24),n=t(8),i=t(9),t=t(11);e.exports=t||o.call(i,n)},{11:11,24:24,8:8,9:9}],8:[function(t,e,r){e.exports=Function.prototype.apply},{}],9:[function(t,e,r){e.exports=Function.prototype.call},{}],24:[function(t,e,r){t=t(23);e.exports=Function.prototype.bind||t},{23:23}],11:[function(t,e,r){e.exports="undefined"!=typeof Reflect&&Reflect&&Reflect.apply},{}],10:[function(t,e,r){var o=t(24),n=t(20),i=t(9),a=t(7);e.exports=function(t){if(t.length<1||"function"!=typeof t[0])throw new n("a function is required");return a(o,i,t)}},{20:20,24:24,7:7,9:9}],20:[function(t,e,r){e.exports=TypeError},{}],12:[function(t,e,r){var o=t(25),n=t(10),i=n([o("%String.prototype.indexOf%")]);e.exports=function(t,e){e=o(t,!!e);return"function"==typeof e&&-1<i(t,".prototype.")?n([e]):e}},{10:10,25:25}],25:[function(t,e,T){function r(){throw new s}var o,n=t(22),i=t(16),a=t(15),p=t(17),l=t(18),u=t(19),s=t(20),c=t(21),f=t(34),y=t(35),d=t(37),h=t(38),g=t(39),m=t(40),b=t(41),v=Function,w=function(t){try{return v('"use strict"; return ('+t+").constructor;")()}catch(t){}},S=t(30),A=t(14),x=S?function(){try{return r}catch(t){try{return S(arguments,"callee").get}catch(t){return r}}}():r,O=t(31)(),j=t(28),E=t(26),U=t(27),P=t(8),I=t(9),_={},L="undefined"!=typeof Uint8Array&&j?j(Uint8Array):o,R={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?o:ArrayBuffer,"%ArrayIteratorPrototype%":O&&j?j([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":_,"%AsyncGenerator%":_,"%AsyncGeneratorFunction%":_,"%AsyncIteratorPrototype%":_,"%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%":i,"%eval%":eval,"%EvalError%":a,"%Float32Array%":"undefined"==typeof Float32Array?o:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?o:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?o:FinalizationRegistry,"%Function%":v,"%GeneratorFunction%":_,"%Int8Array%":"undefined"==typeof Int8Array?o:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?o:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":O&&j?j(j([][Symbol.iterator]())):o,"%JSON%":"object"==typeof JSON?JSON:o,"%Map%":"undefined"==typeof Map?o:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&O&&j?j((new Map)[Symbol.iterator]()):o,"%Math%":Math,"%Number%":Number,"%Object%":n,"%Object.getOwnPropertyDescriptor%":S,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?o:Promise,"%Proxy%":"undefined"==typeof Proxy?o:Proxy,"%RangeError%":p,"%ReferenceError%":l,"%Reflect%":"undefined"==typeof Reflect?o:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?o:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&O&&j?j((new Set)[Symbol.iterator]()):o,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":O&&j?j(""[Symbol.iterator]()):o,"%Symbol%":O?Symbol:o,"%SyntaxError%":u,"%ThrowTypeError%":x,"%TypedArray%":L,"%TypeError%":s,"%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%":c,"%WeakMap%":"undefined"==typeof WeakMap?o:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?o:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?o:WeakSet,"%Function.prototype.call%":I,"%Function.prototype.apply%":P,"%Object.defineProperty%":A,"%Object.getPrototypeOf%":E,"%Math.abs%":f,"%Math.floor%":y,"%Math.max%":d,"%Math.min%":h,"%Math.pow%":g,"%Math.round%":m,"%Math.sign%":b,"%Reflect.getPrototypeOf%":U};if(j)try{null.error}catch(t){i=j(j(t));R["%Error.prototype%"]=i}function D(t){var e,r;return"%AsyncFunction%"===t?e=w("async function () {}"):"%GeneratorFunction%"===t?e=w("function* () {}"):"%AsyncGeneratorFunction%"===t?e=w("async function* () {}"):"%AsyncGenerator%"===t?(r=D("%AsyncGeneratorFunction%"))&&(e=r.prototype):"%AsyncIteratorPrototype%"===t&&(r=D("%AsyncGenerator%"))&&j&&(e=j(r.prototype)),R[t]=e}var F={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},a=t(24),M=t(33),B=a.call(I,Array.prototype.concat),W=a.call(P,Array.prototype.splice),k=a.call(I,String.prototype.replace),N=a.call(I,String.prototype.slice),C=a.call(I,RegExp.prototype.exec),K=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,q=/\\(\\)?/g;e.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new s("intrinsic name must be a non-empty string");if(1<arguments.length&&"boolean"!=typeof e)throw new s('"allowMissing" argument must be a boolean');if(null===C(/^%?[^%]*%?$/,t))throw new u("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=(t=>{var e=N(t,0,1),r=N(t,-1);if("%"===e&&"%"!==r)throw new u("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new u("invalid intrinsic syntax, expected opening `%`");var n=[];return k(t,K,function(t,e,r,o){n[n.length]=r?k(o,q,"$1"):e||t}),n})(t),o=0<r.length?r[0]:"",n=((t,e)=>{var r,o=t;if(M(F,o)&&(o="%"+(r=F[o])[0]+"%"),M(R,o)){var n=R[o];if(void 0!==(n=n===_?D(o):n)||e)return{alias:r,name:o,value:n};throw new s("intrinsic "+t+" exists, but is not available. Please file an issue!")}throw new u("intrinsic "+t+" does not exist!")})("%"+o+"%",e),i=(n.name,n.value),a=!1,n=n.alias;n&&(o=n[0],W(r,B([0,1],n)));for(var p=1,l=!0;p<r.length;p+=1){var c=r[p],f=N(c,0,1),y=N(c,-1);if(('"'===f||"'"===f||"`"===f||'"'===y||"'"===y||"`"===y)&&f!==y)throw new u("property names with quotes must have matching quotes");if("constructor"!==c&&l||(a=!0),M(R,f="%"+(o+="."+c)+"%"))i=R[f];else if(null!=i){if(!(c in i)){if(e)return;throw new s("base intrinsic for "+t+" exists, but the property is not available.")}i=S&&p+1>=r.length?(l=!!(y=S(i,c)))&&"get"in y&&!("originalValue"in y.get)?y.get:i[c]:(l=M(i,c),i[c]),l&&!a&&(R[f]=i)}}return i}},{14:14,15:15,16:16,17:17,18:18,19:19,20:20,21:21,22:22,24:24,26:26,27:27,28:28,30:30,31:31,33:33,34:34,35:35,37:37,38:38,39:39,40:40,41:41,8:8,9:9}],13:[function(t,e,r){var o=t(10),t=t(30);try{n=[].__proto__===Array.prototype}catch(t){if(!(t&&"object"==typeof t&&"code"in t&&"ERR_PROTO_ACCESS"===t.code))throw t}var n=!!n&&t&&t(Object.prototype,"__proto__"),i=Object,a=i.getPrototypeOf;e.exports=n&&"function"==typeof n.get?o([n.get]):"function"==typeof a&&function(t){return a(null==t?t:i(t))}},{10:10,30:30}],30:[function(e,t,r){e=e(29);if(e)try{e([],"length")}catch(t){e=null}t.exports=e},{29:29}],14:[function(t,e,r){var o=Object.defineProperty||!1;if(o)try{o({},"a",{value:1})}catch(t){o=!1}e.exports=o},{}],15:[function(t,e,r){e.exports=EvalError},{}],16:[function(t,e,r){e.exports=Error},{}],17:[function(t,e,r){e.exports=RangeError},{}],18:[function(t,e,r){e.exports=ReferenceError},{}],19:[function(t,e,r){e.exports=SyntaxError},{}],21:[function(t,e,r){e.exports=URIError},{}],22:[function(t,e,r){e.exports=Object},{}],23:[function(t,e,r){function l(t,e){for(var r=[],o=0;o<t.length;o+=1)r[o]=t[o];for(var n=0;n<e.length;n+=1)r[n+t.length]=e[n];return r}var c=Object.prototype.toString,f=Math.max;e.exports=function(e){var r=this;if("function"!=typeof r||"[object Function]"!==c.apply(r))throw new TypeError("Function.prototype.bind called on incompatible "+r);for(var o=((t,e)=>{for(var r=[],o=e||0,n=0;o<t.length;o+=1,n+=1)r[n]=t[o];return r})(arguments,1),t=f(0,r.length-o.length),n=[],i=0;i<t;i++)n[i]="$"+i;var a,p=Function("binder","return function ("+((t,e)=>{for(var r="",o=0;o<t.length;o+=1)r+=t[o],o+1<t.length&&(r+=e);return r})(n,",")+"){ return binder.apply(this,arguments); }")(function(){var t;return this instanceof p?(t=r.apply(this,l(o,arguments)),Object(t)===t?t:this):r.apply(e,l(o,arguments))});return r.prototype&&((a=function(){}).prototype=r.prototype,p.prototype=new a,a.prototype=null),p}},{}],35:[function(t,e,r){e.exports=Math.floor},{}],37:[function(t,e,r){e.exports=Math.max},{}],39:[function(t,e,r){e.exports=Math.pow},{}],34:[function(t,e,r){e.exports=Math.abs},{}],40:[function(t,e,r){e.exports=Math.round},{}],38:[function(t,e,r){e.exports=Math.min},{}],27:[function(t,e,r){e.exports="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null},{}],26:[function(t,e,r){t=t(22);e.exports=t.getPrototypeOf||null},{22:22}],33:[function(t,e,r){var o=Function.prototype.call,n=Object.prototype.hasOwnProperty,t=t(24);e.exports=t.call(o,n)},{24:24}],41:[function(t,e,r){var o=t(36);e.exports=function(t){return o(t)||0===t?t:t<0?-1:1}},{36:36}],31:[function(t,e,r){var o="undefined"!=typeof Symbol&&Symbol,n=t(32);e.exports=function(){return"function"==typeof o&&"function"==typeof Symbol&&"symbol"==typeof o("foo")&&"symbol"==typeof Symbol("bar")&&n()}},{32:32}],28:[function(t,e,r){var o=t(27),n=t(26),i=t(13);e.exports=o?function(t){return o(t)}:n?function(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return n(t)}:i?function(t){return i(t)}:null},{13:13,26:26,27:27}],29:[function(t,e,r){e.exports=Object.getOwnPropertyDescriptor},{}],32:[function(t,e,r){e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"!=typeof Symbol.iterator){var t,e={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(t in e[r]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;o=Object.getOwnPropertySymbols(e);if(1!==o.length||o[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){o=Object.getOwnPropertyDescriptor(e,r);if(42!==o.value||!0!==o.enumerable)return!1}}return!0}},{}],36:[function(t,e,r){e.exports=Number.isNaN||function(t){return t!=t}},{}],42:[function(a,p,t){!function(nt){!function(){var t="function"==typeof Map&&Map.prototype,e=Object.getOwnPropertyDescriptor&&t?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,b=t&&e&&"function"==typeof e.get?e.get:null,v=t&&Map.prototype.forEach,e="function"==typeof Set&&Set.prototype,t=Object.getOwnPropertyDescriptor&&e?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,w=e&&t&&"function"==typeof t.get?t.get:null,S=e&&Set.prototype.forEach,A="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,x="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,O="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,Q=Boolean.prototype.valueOf,r=Object.prototype.toString,J=Function.prototype.toString,X=String.prototype.match,j=String.prototype.slice,E=String.prototype.replace,o=String.prototype.toUpperCase,P=String.prototype.toLowerCase,f=RegExp.prototype.test,I=Array.prototype.concat,_=Array.prototype.join,Y=Array.prototype.slice,n=Math.floor,R="function"==typeof BigInt?BigInt.prototype.valueOf:null,y=Object.getOwnPropertySymbols,D="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,F="function"==typeof Symbol&&"object"==typeof Symbol.iterator,M="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,k=Object.prototype.propertyIsEnumerable,N=("function"==typeof Reflect?Reflect:Object).getPrototypeOf||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function T(t,e){if(t===1/0||t===-1/0||t!=t||t&&-1e3<t&&t<1e3||f.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var o=t<0?-n(-t):n(t);if(o!==t)return t=String(o),o=j.call(e,t.length+1),E.call(t,r,"$&_")+"."+E.call(E.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}return E.call(e,r,"$&_")}var U=a(6),t=U.custom,L=tt(t)?t:null,B={__proto__:null,double:'"',single:"'"},Z={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};function W(t,e,r){r=r.quoteStyle||e,e=B[r];return e+t+e}function C(t){return!("[object Array]"!==G(t)||M&&"object"==typeof t&&M in t)}function K(t){return!("[object RegExp]"!==G(t)||M&&"object"==typeof t&&M in t)}function tt(t){if(F)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return 1;if(t&&"object"==typeof t&&D)try{return D.call(t),1}catch(t){}}p.exports=function o(r,t,n,i){var a=t||{};if(q(a,"quoteStyle")&&!q(B,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(q(a,"maxStringLength")&&("number"==typeof a.maxStringLength?a.maxStringLength<0&&a.maxStringLength!==1/0:null!==a.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');t=!q(a,"customInspect")||a.customInspect;if("boolean"!=typeof t&&"symbol"!==t)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(q(a,"indent")&&null!==a.indent&&"\t"!==a.indent&&!(parseInt(a.indent,10)===a.indent&&0<a.indent))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(q(a,"numericSeparator")&&"boolean"!=typeof a.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var e=a.numericSeparator;if(void 0===r)return"undefined";if(null===r)return"null";if("boolean"==typeof r)return r?"true":"false";if("string"==typeof r)return function t(e,r){if(e.length>r.maxStringLength)return o=e.length-r.maxStringLength,o="... "+o+" more character"+(1<o?"s":""),t(j.call(e,0,r.maxStringLength),r)+o;var o=Z[r.quoteStyle||"single"];return o.lastIndex=0,W(E.call(E.call(e,o,"\\$1"),/[\x00-\x1f]/g,rt),"single",r)}(r,a);if("number"==typeof r)return 0===r?0<1/0/r?"0":"-0":(s=String(r),e?T(r,s):s);if("bigint"==typeof r)return s=String(r)+"n",e?T(r,s):s;e=void 0===a.depth?5:a.depth;if(e<=(n=void 0===n?0:n)&&0<e&&"object"==typeof r)return C(r)?"[Array]":"[Object]";var p,l,c,f,y,u,s=((t,e)=>{var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&0<t.indent))return null;r=_.call(Array(t.indent+1)," ")}return{base:r,prev:_.call(Array(e+1),r)}})(a,n);if(void 0===i)i=[];else if(0<=et(i,r))return"[Circular]";function d(t,e,r){return e&&(i=Y.call(i)).push(e),r?(e={depth:a.depth},q(a,"quoteStyle")&&(e.quoteStyle=a.quoteStyle),o(t,e,n+1,i)):o(t,a,n+1,i)}if("function"==typeof r&&!K(r))return"[Function"+((p=(p=r).name||((p=X.call(J.call(p),/^function\s*([\w$]+)/))?p[1]:null))?": "+p:" (anonymous)")+"]"+(0<(p=V(r,d)).length?" { "+_.call(p,", ")+" }":"");if(tt(r))return p=F?E.call(String(r),/^(Symbol\(.*\))_[^)]*$/,"$1"):D.call(r),"object"!=typeof r||F?p:$(p);if((u=r)&&"object"==typeof u&&("undefined"!=typeof HTMLElement&&u instanceof HTMLElement||"string"==typeof u.nodeName&&"function"==typeof u.getAttribute)){for(var h="<"+P.call(String(r.nodeName)),g=r.attributes||[],m=0;m<g.length;m++)h+=" "+g[m].name+"="+W((l=g[m].value,E.call(String(l),/"/g,""")),"double",a);return h+=">",r.childNodes&&r.childNodes.length&&(h+="..."),h+"</"+P.call(String(r.nodeName))+">"}if(C(r))return 0===r.length?"[]":(u=V(r,d),s&&!(t=>{for(var e=0;e<t.length;e++)if(0<=et(t[e],"\n"))return;return 1})(u)?"["+z(u,s)+"]":"[ "+_.call(u,", ")+" ]");if(!("[object Error]"!==G(u=r)||M&&"object"==typeof u&&M in u))return u=V(r,d),"cause"in Error.prototype||!("cause"in r)||k.call(r,"cause")?0===u.length?"["+String(r)+"]":"{ ["+String(r)+"] "+_.call(u,", ")+" }":"{ ["+String(r)+"] "+_.call(I.call("[cause]: "+d(r.cause),u),", ")+" }";if("object"==typeof r&&t){if(L&&"function"==typeof r[L]&&U)return U(r,{depth:e-n});if("symbol"!==t&&"function"==typeof r.inspect)return r.inspect()}return(t=>{if(b&&t&&"object"==typeof t)try{b.call(t);try{w.call(t)}catch(t){return 1}return t instanceof Map}catch(t){}})(r)?(c=[],v&&v.call(r,function(t,e){c.push(d(e,r,!0)+" => "+d(t,r))}),ot("Map",b.call(r),c,s)):(t=>{if(w&&t&&"object"==typeof t)try{w.call(t);try{b.call(t)}catch(t){return 1}return t instanceof Set}catch(t){}})(r)?(f=[],S&&S.call(r,function(t){f.push(d(t,r))}),ot("Set",w.call(r),f,s)):(t=>{if(A&&t&&"object"==typeof t)try{A.call(t,A);try{x.call(t,x)}catch(t){return 1}return t instanceof WeakMap}catch(t){}})(r)?H("WeakMap"):(t=>{if(x&&t&&"object"==typeof t)try{x.call(t,x);try{A.call(t,A)}catch(t){return 1}return t instanceof WeakSet}catch(t){}})(r)?H("WeakSet"):(t=>{if(O&&t&&"object"==typeof t)try{return O.call(t),1}catch(t){}})(r)?H("WeakRef"):"[object Number]"!==G(u=r)||M&&"object"==typeof u&&M in u?(t=>{if(t&&"object"==typeof t&&R)try{return R.call(t),1}catch(t){}})(r)?$(d(R.call(r))):"[object Boolean]"!==G(e=r)||M&&"object"==typeof e&&M in e?"[object String]"!==G(t=r)||M&&"object"==typeof t&&M in t?"undefined"!=typeof window&&r===window?"{ [object Window] }":"undefined"!=typeof globalThis&&r===globalThis||void 0!==nt&&r===nt?"{ [object globalThis] }":("[object Date]"!==G(u=r)||M&&"object"==typeof u&&M in u)&&!K(r)?(e=V(r,d),t=N?N(r)===Object.prototype:r instanceof Object||r.constructor===Object,u=r instanceof Object?"":"null prototype",y=!t&&M&&Object(r)===r&&M in r?j.call(G(r),8,-1):u?"Object":"",t=(!t&&"function"==typeof r.constructor&&r.constructor.name?r.constructor.name+" ":"")+(y||u?"["+_.call(I.call([],y||[],u||[]),": ")+"] ":""),0===e.length?t+"{}":s?t+"{"+z(e,s)+"}":t+"{ "+_.call(e,", ")+" }"):String(r):$(d(String(r))):$(Q.call(r)):$(d(Number(r)))};var i=Object.prototype.hasOwnProperty||function(t){return t in this};function q(t,e){return i.call(t,e)}function G(t){return r.call(t)}function et(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 rt(t){var t=t.charCodeAt(0),e={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return e?"\\"+e:"\\x"+(t<16?"0":"")+o.call(t.toString(16))}function $(t){return"Object("+t+")"}function H(t){return t+" { ? }"}function ot(t,e,r,o){return t+" ("+e+") {"+(o?z(r,o):_.call(r,", "))+"}"}function z(t,e){var r;return 0===t.length?"":(r="\n"+e.prev+e.base)+_.call(t,","+r)+"\n"+e.prev}function V(t,e){var r=C(t),o=[];if(r){o.length=t.length;for(var n=0;n<t.length;n++)o[n]=q(t,n)?e(t[n],t):""}var i,a="function"==typeof y?y(t):[];if(F)for(var p={},l=0;l<a.length;l++)p["$"+a[l]]=a[l];for(i in t)!q(t,i)||r&&String(Number(i))===i&&i<t.length||F&&p["$"+i]instanceof Symbol||(f.call(/[^\w$]/,i)?o.push(e(i,t)+": "+e(t[i],t)):o.push(i+": "+e(t[i],t)));if("function"==typeof y)for(var c=0;c<a.length;c++)k.call(t,a[c])&&o.push("["+e(a[c])+"]: "+e(t[a[c]],t));return o}}.call(this)}.call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{6:6}],43:[function(t,e,r){function i(t,e,r){for(var o,n=t;null!=(o=n.next);n=o)if(o.key===e)return n.next=o.next,r||(o.next=t.next,t.next=o),o}var o=t(42),a=t(20);e.exports=function(){var n,e={assert:function(t){if(!e.has(t))throw new a("Side channel does not contain "+o(t))},delete:function(t){var e=n&&n.next,t=((t,e)=>{if(t)return i(t,e,!0)})(n,t);return t&&e&&e===t&&(n=void 0),!!t},get:function(t){var e=n;if(e)return(e=i(e,t))&&e.value},has:function(t){return t=t,!!(e=n)&&!!i(e,t);var e},set:function(t,e){var r,o;e=e,(o=i(r=n=n||{next:void 0},t=t))?o.value=e:r.next={key:t,next:r.next,value:e}}};return e}},{20:20,42:42}],44:[function(t,e,r){var o=t(25),n=t(12),i=t(42),a=t(20),p=o("%Map%",!0),l=n("Map.prototype.get",!0),c=n("Map.prototype.set",!0),f=n("Map.prototype.has",!0),y=n("Map.prototype.delete",!0),u=n("Map.prototype.size",!0);e.exports=!!p&&function(){var r,e={assert:function(t){if(!e.has(t))throw new a("Side channel does not contain "+i(t))},delete:function(t){return!!r&&(t=y(r,t),0===u(r)&&(r=void 0),t)},get:function(t){if(r)return l(r,t)},has:function(t){return!!r&&f(r,t)},set:function(t,e){r=r||new p,c(r,t,e)}};return e}},{12:12,20:20,25:25,42:42}],45:[function(t,e,r){var o=t(25),n=t(12),i=t(42),a=t(44),p=t(20),l=o("%WeakMap%",!0),c=n("WeakMap.prototype.get",!0),f=n("WeakMap.prototype.set",!0),y=n("WeakMap.prototype.has",!0),u=n("WeakMap.prototype.delete",!0);e.exports=l?function(){var r,o,e={assert:function(t){if(!e.has(t))throw new p("Side channel does not contain "+i(t))},delete:function(t){if(l&&t&&("object"==typeof t||"function"==typeof t)){if(r)return u(r,t)}else if(a&&o)return o.delete(t);return!1},get:function(t){return l&&t&&("object"==typeof t||"function"==typeof t)&&r?c(r,t):o&&o.get(t)},has:function(t){return l&&t&&("object"==typeof t||"function"==typeof t)&&r?y(r,t):!!o&&o.has(t)},set:function(t,e){l&&t&&("object"==typeof t||"function"==typeof t)?(r=r||new l,f(r,t,e)):a&&(o=o||a()).set(t,e)}};return e}:a},{12:12,20:20,25:25,42:42,44:44}]},{},[2])(2)}); |